@charset 'utf-8';
/* °ψΕλ */
.br {
    display: none;
}
* {
    line-height: 1.5;
    letter-spacing: -0.025em;
    font-weight: 400;
    word-break: keep-all
}
.w1760 {
    width: 100%;
    box-sizing: border-box;
    max-width: 1760px;
    margin: 0 auto;
}
.w1500 {
    width: 100%;
    box-sizing: border-box;
    max-width: 1500px;
    margin: 0 auto;
}
/* .ka {
    font-family: 'Kaushan Script', cursive !important;
} */
.op {
    font-family: 'Open Sans', sans-serif !important;
}
.flex_box {
    display: flex;
}
input[type="submit"],
input[type="button"],
input[type="file"],
input[type="text"],
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
input[type="checkbox"] {
    padding: 0 !important;
}
select::-ms-expand {
    display: none;
}
select.w {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/img/common/icon_selectW.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
select.b {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/img/common/icon_selectB.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.paging a {
    border-radius: 50%;
    border: none;
    color: #666666;
}
.paging ul li.on a {
    color: #fff;
    background: #009ce1;
    border-color: #009ce1;
}
.paging .arr a {
    border: none
}
.paging .arr a.first i {
    transform: translateX(-4px);
}
.paging .arr a.last i {
    transform: translateX(6px);
}
.paging .arr a.first i:first-of-type {
    transform: translateX(6px);
}
.paging .arr a.last i:last-of-type {
    transform: translateX(-4px);
}
/* privacy */
.privacy {
    color: #666;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    font-size: 15px;
    line-height: 140%;
    word-break: break-all;
}
.privacy h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin: 50px 0 30px;
}
.privacy h2:first-child {
    margin-top: 0;
}
.privacy > p {
    margin: 15px 0;
}
.privacy > p+dl {
    margin-top: 30px;
}
.privacy > dl {
    padding-bottom: 20px;
}
.privacy > dl > dt {
    font-size: 15px;
    color: #3680b9;
    font-weight: 700;
    padding-bottom: 5px;
}
.privacy > dl > dd {
    padding-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    line-height: 140%;
}
.privacy > dl > dd ul {
    padding: 10px;
}
.privacy > dl > dd ul li {
    line-height: 120%;
    margin-top: 10px;
}
.privacy > dl > dd ul li:first-child {
    margin-top: 0;
}
.privacy > dl > dd ul li p {
    margin: 0 10px 5px;
    line-height: 140%;
}
.sTxt h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin: 20px 0 10px;
}
.sTxt p {
    margin-top: 10px;
}
.sTxt dt {
    margin-top: 10px;
}
.sTxt dd {
    margin: 0 8px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s;
    z-index: 500;
    border-bottom: 1px solid #ffffff20;
}
.header .bg {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 218px;
    background: #fff;
}
.header .logo {
    position: relative;
    width: 191px;
    height: 28px;
    background: url('/img/common/logo.png') 50% 50% no-repeat;
    background-size: cover;
    transition: 0.4s;
    z-index: 10;
}
.header .logo a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
}
.header .gnb > ul {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
}
.header .gnb > ul > li {
    position: relative;
}
.header .gnb > ul > li > a {
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    box-sizing: border-box;
    line-height: 80px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.header .gnb > ul > li > ul {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    height: 218px;
    box-sizing: border-box;
}
.header .gnb > ul > li > ul > li > a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    padding: 12px 0;
}
.header .gnb > ul > li > ul > li:hover > a {
    font-weight: 500;
    color: #123483;
}
.header .menu_box {
    position: relative;
    width: 80px;
    height: 80px;
}
.header .menu_box .mobile_btn {
    position: relative;
    width: 100%;
    height: 100%;
    background: #009ce1;
    text-align: center;
    cursor: pointer;
    z-index: 110;
}
.header .menu_box .mobile_btn span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 24px;
    height: 2px;
    background: transparent;
    margin: 39px 0;
}
.header .menu_box .mobile_btn span::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.4s;
}
.header .menu_box .mobile_btn span::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.4s;
}
.header .menu_box .mobile_btn.on span::before {
    top: 0;
    transform: rotate(45deg);
}
.header .menu_box .mobile_btn.on span::after {
    top: 0;
    transform: rotate(-45deg);
}
.header .a_gnb {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: #fff;
    z-index: 100;
    transition: 0.5s
}
.header .a_gnb.open {
    right: 0;
}
.header .a_gnb > ul {
    margin-top: 100px;
    text-align: right;
}
.header .a_gnb > ul > li > a {
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    padding: 16px;
    box-sizing: border-box;
}
.header .a_gnb > ul > li > ul {
    display: none;
}
.header .a_gnb > ul > li > ul > li > a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 16px;
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    color: #444;
}
.quick {
    position: fixed;
    top: 80px;
    right: 0;
    width: 80px;
    z-index: 501;
}
.quick .q_btn {
    width: 80px;
    height: 80px;
    background: rgb(18, 52, 131);
    background: linear-gradient(0deg, rgba(18,52,131,1) 0%, rgba(0,156,225,1) 100%);
    cursor: pointer;
}
.quick .q_btn li {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
}
.quick .q_btn li > i {
    font-size: 14px;
}
.quick .q_btn li > span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.quick .q_in {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(18, 52, 131);
    background: linear-gradient(0deg, rgba(18,52,131,1) 0%, rgba(0,156,225,1) 100%);
}
.quick .q_in li {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #ffffff20;
    text-align: center;
}
.quick .q_in li:last-of-type {
    border-bottom: none;
}
.quick .q_in li a {
    box-sizing: border-box;
    padding: 15px 0;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}
.quick .q_in li a span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.quick .q_in li:first-of-type a span {
    font-size: 12px;
}
.quick .q_in li.close {
    padding: 15px 0;
    cursor: pointer;
}
.quick .q_in li img {
    margin-bottom: 4px;
}
.quick .q_in li p {
    margin-top: -6px;
    font-size: 14px;
}
.header.scroll,
.header.open,
.header.hover {
    background: #fff;
}
.header.scroll .logo,
.header.open .logo,
.header.hover .logo {
    background: url('/img/common/logo_H.png') 50% 50% no-repeat;
    background-size: cover
}
.header.scroll .gnb > ul > li > a,
.header.open .gnb > ul > li > a,
.header.hover .gnb > ul > li > a {
    color: #222;
}
.footer {
    position: relative;
    background: #171a20;
    box-sizing: border-box;
    padding: 80px 80px 0;
}
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 670px;
    width: 1px;
    background: #fff;
    opacity: 0.1;
}
.footer::after {
    content: '';
    position: absolute;
    bottom: 74px;
    height: 1px;
    left: 0;
    width: 100%;
    background: #fff;
    opacity: 0.1;
}
.footer .flex_box .right .item dl dt,
.footer .flex_box .tit p {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.25em;
    color: #009ce1;
    text-transform: uppercase;
}
.footer .flex_box .tit h3 {
    font-size: 32px;
    color: #fff;
}
.footer .top_btn {
    position: absolute;
    top: -40px;
    right: 80px;
    text-align: center;
    width: 80px;
    height: 80px;
    background: #009ce1;
    cursor: pointer;
}
.footer .top_btn i {
    margin: 27px 0;
    font-size: 26px;
    color: #fff;
}
.footer .flex_box {
    display: flex;
    flex-wrap: wrap;
}
.footer .flex_box .left {
    width: 590px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 120px;
}
.footer .flex_box .left .input_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.footer .flex_box .left .input_box select {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    height: 42px;
    width: 100%;
    font-size: 15px;
    color: #ffffffd1;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffffd1;
    background-position: 100% 50%;
    outline: none;
    margin-bottom: 20px;
}
.footer .flex_box .left .input_box select option {
    color: #222;
}
.footer .flex_box .left .input_box .box {
    width: 100%;
    height: 42px;
}
.footer .flex_box .left .input_box .box.w40 {
    width: 40%;
}
.footer .flex_box .left .input_box .box.w60 {
    width: calc(60% - 20px);
    margin-left: 20px;
}
.footer .flex_box .left .input_box .box input {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 300;
    color: #ffffffd1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffffd1;
    font-size: 15px;
    outline: none
}
.footer .flex_box .left .input_box .box input::placeholder {
    color: #fff;
    opacity: 0.8;
}
.footer .flex_box .left .input_box .chk {
    margin-top: 14px;
}
.footer .flex_box .left .input_box .chk input {
    display: none;
}
.footer .flex_box .left .input_box .chk label {
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0.8;
}
.footer .flex_box .left .input_box .chk label span {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    line-height: 1.3em;
    color: #fff;
}
.footer .flex_box .left .input_box .chk label span i {
    position: absolute;
    top: -1px;
    left: -1px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
}
.footer .flex_box .left .input_box .chk label p {
    width: calc(100% - 16px);
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: -0.015em;
    color: #fff;
    padding-left: 5px;
    box-sizing: border-box;
    line-height: 1.4em
}
.footer .flex_box .left .input_box .chk input[id="chk"]:checked + label span i {
    opacity: 1;
}
.footer .flex_box .left .input_box .btn {
    width: 100%;
    text-align: right;
    margin-top: 30px;
}
.footer .flex_box .left .input_box .btn button {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    width: 150px;
    height: 46px;
    border: 1px solid #009ce1;
    color: #009ce1;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
.footer .flex_box .right {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 590px);
    box-sizing: border-box;
    padding: 0 186px 0 139px;
}
.footer .flex_box .right .item .tit {
    margin-bottom: 12px;
}
.footer .flex_box .right .item ul li {
    margin-bottom: 34px;
}
.footer .flex_box .right .item ul li:last-of-type {
    margin-bottom: 0;
}
.footer .flex_box .right .item ul li a {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.025em;
    color: #fff;
}
.footer .flex_box .right .item dl {
    margin-bottom: 34px;
}
.footer .flex_box .right .item dl:last-of-type {
    margin-bottom: 0;
}
.footer .flex_box .right .item dl dt {
    margin-bottom: 8px;
}
.footer .flex_box .right .item dl dd address,
.footer .flex_box .right .item dl dd p {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.025em;
}
.footer .flex_box .right .item dl dd p span {
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    font-size: 14px;
    opacity: 0.2;
}
.footer .bot {
    position: relative;
    margin-top: 70px;
    height: 74px;
    display: flex;
    align-items: center;
}
.footer .bot ul {
    width: 590px;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
}
.footer .bot ul li {
    margin-right: 20px;
}
.footer .bot ul li:last-of-type {
    margin-right: 0;
}
.footer .bot ul li a {
    font-size: 14px;
    color: #fff;
    opacity: 0.15;
}
.footer .bot ul li:hover a {
    opacity: 0.7;
}
.footer .bot .copy {
    width: calc(100% - 590px);
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    opacity: 0.15;
    box-sizing: border-box;
    padding-left: 139px;
}
@media(max-width: 1760px) {
    .w1760 {
        padding: 0 40px;
    }
}
@media(max-width: 1600px) {
    .footer .flex_box .right {
        padding: 0 80px 40px;
    }
    .footer .bot {
        justify-content: space-between
    }
    .footer .bot .copy {
        width: auto;
    }
    .footer .bot ul {
        width: auto;
    }
}
@media(max-width: 1500px) {
    .w1500 {
        padding: 0 40px;
    }
    .header {
        padding-left: 40px;
    }
    .header .gnb > ul {
        position: static;
        transform: translateX(0);
    }
    .header .gnb > ul > li > a {
        padding: 0 30px;
    }
    .footer {
        padding: 60px 40px 0;
    }
    .footer::before {
        left: 630px;
    }
    .footer .top_btn {
        right: 16px;
    }
    .footer .flex_box .right {
        padding: 0 40px 0 20px;
    }
}
@media(max-width: 1200px) {
    .w1760,
    .w1500 {
        padding: 0 16px;
    }
    .header {
        padding-left: 16px;
        background: #fff;
        border-bottom: none;
    }
    .header .bg,
    .header .gnb {
        display: none;
    }
    .header .logo {
        position: relative;
        background: url('/img/common/logo_H.png') 50% 50% no-repeat;
        background-size: cover;
        z-index: 150;
    }
    .header .gnb > ul > li > a {
        color: #222;
    }
    .header .a_gnb {
        display: block;
    }
    .quick {
        z-index: 10;
    }
    .footer {
        padding: 40px 16px 0;
    }
    .footer::before {
        left: 416px;
    }
    .footer .flex_box .right {
        width: calc(100% - 400px);
        flex-wrap: wrap;
        padding-right: 0;
    }
    .footer .flex_box .right .item {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer .flex_box .right .item:last-of-type {
        margin-bottom: 0;
    }
    .footer .flex_box .right .item ul {
        display: flex;
    }
    .footer .flex_box .right .item ul li {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .footer .flex_box .left {
        width: 400px;
        padding-right: 60px;
    }
}
@media(max-width: 1000px) {
    .footer::before {
        display: none;
    }
    .footer .flex_box .left {
        width: 100%;
        padding: 0;
    }
    .footer .flex_box .right {
        width: 100%;
        padding: 0;
    }
    .footer .flex_box .right .item {
        margin-bottom: 20px;
    }
    .footer .flex_box .right .item dl {
        margin-bottom: 10px;
    }
    .footer .bot {
        flex-wrap: wrap;
        text-align: center;
        margin-top: 30px;
    }
    .footer .bot ul,
    .footer .bot .copy {
        padding: 0;
    }
}
@media(max-width: 800px) {
    .br {
        display: block;
    }
    .footer .flex_box .right .item:first-of-type {
        display: none;
    }
    .footer .bot {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 12px;
        margin-top: 33px;
    }
    .footer .bot ul {
        width: 100%;
    }
    .footer .bot .copy {
        width: 100%;
        margin-top: 5px;
        text-align: left;
    }
    .footer .flex_box .tit h3 {
        font-size: 26px;
    }
    .footer .flex_box .left .input_box {
        margin-top: 20px;
    }
    .footer .flex_box .left .input_box .btn {
        margin: 15px 0 10px
    }
}