@charset "utf-8";

.inner {margin:0 auto; max-width:1720px;}


header{background-color: #005BAC; position: absolute; width:100%; z-index: 103; top:0;}
header > .inner {max-width:1720px; width:100%; margin:0 auto;}
/* Header Top */
header .top-head {background:#F5F5F5;}
header .top-head .inner{display: flex; justify-content: space-between;}
header .top-head .top-left a {display: inline-block; font-size: 14px; font-family: 'HG Regular'; color:#666; padding-right: 15px; margin-right: 15px; position: relative; height:35px; display: flex; align-items: center; justify-content: center;}
header .top-head .top-left a::after {content:''; width:1px; height:11px; background:rgba(0,0,0,0.2); position: absolute; right:0; top:50%; margin-top:-5px;}
header .top-head .top-left li:last-child a::after {display: none;}
header .top-left ul{display: flex;}
/* 로그인/아웃 */
header .top-right {display: flex; align-items: center; font-size: 0;}
header .top-right a {font-size: 14px; color:#666; font-family: 'HG Regular'; padding:5px 15px; height:35px; display: flex; align-items: center; justify-content: center;}
header .top-right button{font-size: 14px; color:#666; font-family: 'HG Regular'; padding:5px 15px 5px 0; height:35px; display: flex; align-items: center; justify-content: center;}n
header .top-right .sign {position: relative;}
header .top-right .sign::after {content:''; width:1px; height:11px; background:rgba(0,0,0,0.2); position: absolute; right:0; top:50%; margin-top:-5px;}

/* 언어선택 */
header .top-right .lang {position: relative; margin-left: 15px;}
header .top-right .lang button {position: relative;}
header .top-right .lang button::before {content:''; width:17px; height:18px; background:url('../../images/common/google-lang.png') no-repeat center; display: inline-block; margin-right: 10px; vertical-align: bottom; }
header .top-right .lang button::after {content:''; width:7px; height:5px; background:url('../../images/common/lang-arrw.png') no-repeat center; position:absolute; right:0; top:50%; margin-top:-3px; transition:transform .3s;}
header .top-right .lang.on button::after {transform:rotate(180deg)}

.header-language-list {position: absolute; width:100%; top:calc(100% - 10px); left:0; text-align: left; z-index: 111; max-height:0px; transition:max-height .3s; overflow:hidden;}
.header-language-list::before {content:''; width: 0; height: 0; border-top:5px solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid rgba(0,0,0,0.6); position: absolute; right:50%; margin-right: -5px; top:0;}
.header-language-list ul {padding:10px 0; margin-top: 10px; position: relative;background:rgba(0,0,0,0.6); border-radius:10px;}
.header-language-list a {display: block; height:auto !important; padding:4px 15px !important; font-size: 12px !important; font-family: 'HG Regular' !important; text-align: center;}
.header-language-list a span {color:#fff !important; background: linear-gradient(to bottom, transparent 95%, #FFC600 0) left center no-repeat; background-size:0; transition: .5s; transition-property: background-size, color;}
.header-language-list a:hover span{background-size:100% auto; color:#FFC600 !important; }
.header-language-list.on {max-height:100px;}
/* Head */
.head .inner {display: flex; align-items: center;}
/* Header Logo */
header .logo-wrap {display: flex; align-items: center;}
header .logo-wrap a {margin-right: 10px; display: inline-block; position: relative;}
/* header .logo-wrap a::after{content:''; width:1px; height:25px; background:rgba(255,255,255,0.2); position: absolute; right:0; top:24px;} */
header .logo-wrap span {display: inline-block; font-size: 18px; font-family: 'HG Medium'; color:#fff; margin-top: 12px;}
header .logo.color {display: none;}
/* Header Gnb */
.head .navi {flex:1; text-align:right;}
.head .li_1 {display: inline-block;}
.head .li_1:last-child {display: none;}
.head .a_1 {font-family: 'HG Regular'; font-size: 22px; color:#fff; padding:0px 37px; display: inline-block;}
.head .a_1 span {padding: 34px 0; display: inline-block; position: relative;}
.head .a_1:hover span {color:#042E6F;}
.head .a_1 span::after {content:''; width:0%; height:4px; background:#042E6F; position: absolute; bottom:0; left:0; transition: .5s;}
.head .a_1:hover span::after {width:100%;}
.head .div_2 {overflow: hidden; position: absolute; left: 50%; top: 100%; z-index: 110; width: 100%; max-height: 900px; min-height: 305px; background: #fff; text-align: left; opacity: 0; visibility: hidden; transition: opacity 0s, visibility 0s; transform: translate(-50%, 0);}
.head .div_2.on {opacity: 1; border-top: 1px solid #CCCCCC; visibility: visible; transition: opacity 0.5s, visibility 0.5s;}
.head .div_2::after {content: ""; position: absolute; left: 50%; top: 0px; z-index: -1; width: 490px; height: 100%; margin-left: -50.4%; background:#005BAC url('../../images/common/gnb-obj.png') no-repeat right 40px bottom 40px;}
.head .div_2 .inner {display: flex; justify-content: space-between; align-items: flex-start; max-width: 1720px;}
.head .div_2 .title {flex-shrink: 0; width: 380px;}
.head .div_2 .title strong {position: relative; display: inline-block; font-family: 'HG Medium'; margin-top: 10px; font-size: 30px; color: #fff;}
.head .div_2 .title p {font-family: 'HG Regular'; font-size: 20px; color: rgba(255,255,255,0.6); margin-top: 35px;}
.head .div_2 .ul_2 {overflow: hidden; position: relative; flex-grow: 1; display: flex; flex-wrap: wrap; margin: 0 auto; padding-bottom: 40px; padding-top: 20px; padding-left: 40px; margin:0 -15px;}
.head .div_2 .li_2 {position: relative; display: inline-block; width: 25%; margin-top: 20px; padding: 0 15px; vertical-align: top;}
.head .div_2 .a_2 {position: relative; display: flex; align-items: center; min-height: 50px; padding: 0 45px 0 30px; border: 1px solid #ccc; border-radius: 10px; font-family: "HG Regular"; font-size: 17px; text-align: left; line-height: 1; color: #333333; transition: all 0.3s; overflow:hidden;}
.head .div_2 .a_2::before {content:''; width:10px; height:100%; background:#ccc; position: absolute; left:0; top:0;}
.head .div_2 .a_2:hover::before {background:#042E6F;}
.head .div_2 .a_2.plus {position: relative;}
/* .head .div_2 .a_2.plus::after {content: ''; position: absolute; right: 20px; top: 20px; width: 11px; height: 7px; background: url('../../images/common/arr-a2.png') no-repeat center top / cover;} */
.head .div_2 .a_2.plus:hover::after {background-position: center bottom;}
.head .div_2 .a_2[target=_blank]::after {content: ''; position: absolute; right: 30px; top: 17px; width: 15px; height: 15px; background: url('../../images/common/ic-a2-blank.png') no-repeat center top; }
.head .div_2 .a_2[target=_blank]:hover::after {background-position: center bottom;}
.head .div_2 .a_2._active,
.head .div_2 .a_2.line,
.head .div_2 .li_2:hover .a_2 {color: #042E6F; font-family: 'HG Medium';}
.head .div_2 .li_2:hover .a_2::before {background:#042E6F;}

.head .div_3 {padding:0 30px; position: relative; margin-top: 10px;}
.head .div_3 .a_3 {padding:6px 0 6px 22px; position: relative; font-size: 15px; color:#888; font-family: 'HG Regular'; display: inline-block;}
.head .div_3 .a_3:hover {color:#00B6AD; font-family: 'HG Medium';}

.head .div_3 .a_3::before {content:''; width:12px; height:5px; background:url('../../images/common/a-3-arrw.png') no-repeat center; position: absolute; top:14px; left:0;} 
.head .div_3 .a_3[target=_blank]::after {content: ''; display: inline-block; width: 13px; height: 13px; background: url('../../images/common/ic-a3-blank.png') no-repeat center top; margin-left: 10px; vertical-align: middle;}

/* Header Util */
.head .util {display: flex; align-items: center; margin-left: 20px;}
.head .util > ul {display: flex;}
.head .util button,
.head .util a {width:30px; height:45px; text-indent: -9999px; display: inline-block;}
.head .util .popup {background:url('../../images/common/popup.png') no-repeat center; position: relative;}
.head .util .total {width:15px; height:15px; background:#E63946; border-radius:50%; position: absolute; right:0px; top:8px; font-size: 9px; color:#fff; font-family: 'Gmarket Medium'; text-indent: 0; display: flex; align-items: center; justify-content: center;}
.head .util .sitemap {background:url('../../images/common/menu.png') no-repeat center; margin-left: 28px;}

/* Header hover */
@media screen and (min-width:1200px) {
    header:hover {background:#fff;}
    header:hover .top-right a,
    header:hover .top-right button {color:#666;}
    header:hover .logo-wrap span {color:#666;}
    header:hover .logo-wrap a::after {background:#ccc;}
    header:hover .logo.white {display: none;}
    header:hover .logo.color {display: block;}
    header:hover .head .a_1 {color:#222;}
    header:hover .head .div_2 {border-top:1px solid rgba(0,0,0,0.2)}
    header:hover .head .util .popup {background:url('../../images/common/popup-on.png') no-repeat center}
    header:hover .head .util .sitemap {background:url('../../images/common/menu-on.png') no-repeat center}
    header:hover .top-right .sign::after {background:rgba(0,0,0,0.2);}
}

.head .mobile-navi {display: none;}
.btn-gnb-close {display: none;}
.btn-gnb-open {display: none !important;} 
@media screen and (max-width:1920px) {
    .head .div_2 .title {width:420px;}
}
@media screen and (max-width:1800px) {
    .head .inner {padding:0 20px;}
    
    /* gnb */
    .head .a_1 {padding: 0 20px;}

    .head .div_2 .title {display: none;}
    .head .div_2::after {display: none;}
    .head .div_2 .ul_2 {padding-left: 0; margin:0;}

}
@media screen and (max-width:1500px) {
    header .logo-wrap a {padding-right: 10px;margin-right: 10px;}
    header .logo-wrap a::after {display: none;}
    header .logo-wrap span {font-size: 16px; align-self: center;}

    .head .a_1 {font-size: 17px; padding: 0 15px;}
}
@media screen and (max-width:1200px) {
    header {position: fixed;}
    header .top-head {display: none;}
    .head .inner {justify-content: space-between; height:70px; padding:0 40px;}
    header .logo-wrap a {padding-right: 0; margin-right: 10px;}
    header .logo-wrap span {font-size: 18px;}

    /* header.scrolled {background:#fff;}
    header.scrolled .logo-wrap span {color:#666;}
    header.scrolled .logo.white {display: none;}
    header.scrolled .logo.color {display: block;}
    header.scrolled .head .util .popup {background:url('../../images/common/popup-on.png') no-repeat center}
    header.scrolled .head .util .sitemap {background:url('../../images/common/menu-on.png') no-repeat center} */


    .head .mobile-navi {display: block;}

    .head .mobile-navi .top {background: #fff; height:70px; display: flex; align-items: center; padding:0 30px;}
    .head .mobile-navi .logo a {display: flex; align-items: center;}
    .head .mobile-navi .top span {color:#042E6F; display: inline-block; font-family: 'HG Medium'; font-size: 15px; margin-top: 10px; margin-left: 8px;}
    .head .mobile-navi .m-util {display: flex; background:#042E6F; font-size: 0; padding:0 15px;}
    .head .m-util a,
    .head .m-util button {color:#fff; font-family: 'HG Regular'; font-size: 13px;line-height: 40px; padding:0 20px; display: inline-block;}
    /* 언어선택 */
    .head .m-util .lang {margin-left: 20px;}
    .head .m-util .lang button {position: relative; padding-left: 0;}
    .head .m-util .lang a {line-height: unset; width:100%;}
    .head .m-util .lang button::before {content:''; width:17px; height:18px; background:url('../../images/common/google-lang.png') no-repeat center; display: inline-block; margin-right: 10px; vertical-align: middle; }
    .head .m-util .lang button::after {content:''; width:7px; height:5px; background:url('../../images/common/lang-arrw-w.png') no-repeat center; position:absolute; right:0; top:50%; margin-top:-3px; transition: transform .3s;}
    .head .m-util .lang.on button::after {transform:rotate(180deg)}
    .head .m-util > div {position: relative;}
    .head .m-util > div::after {content:''; width:1px; height:11px; background:rgba(255,255,255,0.3); position: absolute; top:50%; margin-top:-5px; right:0;}
    .head .m-util > div:last-child::after {display: none;}

    .head .menuUItop {height:100%;}
    .head .navi {position: fixed; right:-100%; top:0px; z-index: 1; width:100%; max-width:50%; height:100%; padding:0; background:#313133; opacity:1; transition: all .55s cubic-bezier(0.7,0,0.3,1); text-align:left;}
    .head.on .navi {right:0%;}
    .head .div_1 {height: 100%;}
    .head .div_1 .ul_1 {padding-top: 12px; position: relative; height:100%;}
    .head .li_1 {width:100%; display: block;}
    .head .a_1 {width:39%; font-size: 16px; padding:0 0 0 30px; font-family: 'HG Medium';}
    .head .a_1 span{color:#9E9E9E; padding:10px 0;}
    .head .a_1.on span,
  	.head .a_1._active span,
    .head .a_1:hover span{color:#fff;}
    .head .a_1 span::after {display: none;}

    header.scrolled .head .div_2,
    header:hover .head .div_2,
    .head .div_2.on {border-top:0; background: #fff;}
    .head .div_2 {left:unset; top:0; right:0; max-width:calc(100% - 39%); transform: unset; border-top:0; height:100%;}
    .head .div_2 .inner {padding:0;}
    .head .div_2 .ul_2 {padding:0; }
    .head .div_2 .li_2 {width:100%; padding:0; margin-top: 0; border-bottom:1px solid #ddd;}
    .head .div_2 .a_2 {border:0; border-radius:0; min-height:unset; color:#000; font-size: 14px; font-family: 'HG Medium'; padding:16px 25px; background: #fff;}
    .head .div_2 .a_2.plus::after {content:''; width:14px; height:8px; background:url('../../images/common/a-2-arrw.png') no-repeat center; position: absolute; right:20px; top:50%; margin-top:-4px;}
    .head .div_2 .a_2.plus:hover::after,
    .head .div_2 .a_2.on::after {background:url('../../images/common/a-2-arrw-w.png') no-repeat center;}
    .head .div_2 .li_2:hover .a_2 {color:#fff; background:#0067B3;}
    .head .div_2 .a_2.on {background:#0067B3; color:#fff;}
    .head .div_2 .a_2::before {display: none;}
    .head .div_2 .a_2[target=_blank]::after {right:20px;}
    .head .div_2 .a_2:hover[target=_blank]::after {display: block; background:url('../../images/common/ic-a2-blank-w.png') no-repeat center; transition:.3s;}

    .head .div_3 {margin-top: 0; padding: 0; background:#F5F5F5; max-height:0px; overflow:hidden; transition:.55s;}
    .head .div_3 .ul_3 {padding:10px 0;}
    .head .div_3.on {max-height:500px;}
    .head .div_3 .a_3 {padding:0; font-size: 13px; padding:3px 25px;}
    .head .div_3 .a_3:hover,
    .head .div_3 .a_3.on {color:#0067B3; font-family: 'HG Regular';}
    .head .div_3 .a_3::before {display: none;}

    .head .util .sitemap a {display: none;}
    .btn-gnb-open {display: block !important;}
    .btn-gnb-close {display: block; width:80px; height:70px; background:url('../../images/common/mobile-navi-close.png') no-repeat center; display: inline-block; text-indent: -9999px; position: absolute; right:0; top:0;}

    .black-bg.on {overflow:visible; width:100%; height:100%; background:rgba(0,0,0,0.5); position: fixed; top:0; left:0; z-index: 0;}
}
@media screen and (max-width:950px) {
    .head .navi {max-width:80%;}
}
@media screen and (max-width:768px) {
    .head .inner {padding:0 20px;}
    .head .navi {max-width:100%;}
    .head .util .sitemap {margin-left: 10px;}
}



footer {position: relative; background: #111; }
.sub footer {margin-top: 100px;}
footer .inner {max-width:1720px; width:100%; margin:0 auto; position: relative;}
footer .top {padding:24px 0; display: flex; justify-content: space-between;}
footer .logo {display: flex; align-items: center;}
footer .logo img {margin-right: 10px;}
footer .logo span {color:#fff; display: inline-block; font-size: 18px; font-family: 'HG Medium'; margin-top: 15px;}
footer .footer-link {display: flex; align-items: center;}
footer .footer-link > ul {display: flex; gap:40px; align-items: center;}
footer .footer-link li a {color:#fff; font-family: 'HG Regular'; font-size: 16px; line-height: 30px;}
footer .footer-link .privacy {color:#21E8FF; text-decoration: underline;}
footer .footer-link li a:not(.privacy) {background: linear-gradient(to bottom, transparent 95%, rgba(255,255,255,1) 0) left center no-repeat; background-size:0; transition: background-size .5s;}
footer .footer-link li a:not(.privacy):hover {background-size:100% auto;}

footer .bottom {padding:40px 0 36px 0; border-top:1px solid rgba(255,255,255,0.2);display: flex; justify-content: space-between;}
footer .addr p{font-family: 'HG Medium'; color:#BFBFBF; line-height: 30px; font-size: 14px;}
footer .addr p span {margin-right: 15px;}
footer .addr .copyright {line-height: 40px; color:rgba(255,255,255,0.2); font-family: 'HG Regular'; font-size: 14px;}
footer .sites-link {display: flex;}
footer .footer-sns ul {display: flex; margin-left: 30px;}
footer .footer-sns li {width:40px; height:40px; background:rgba(255,255,255,0.1); border-radius:50%; margin-left: 10px;}
footer .footer-sns li a {text-indent: -9999px; display: inline-block; width: 100%; height: 100%;}
footer .footer-sns li .fb {background:url('../../images/common/footer-fb.png') no-repeat center;}
footer .footer-sns li .bl {background:url('../../images/common/footer-blog.png') no-repeat center;}
footer .footer-sns li .yt {background:url('../../images/common/footer-youtube.png') no-repeat center;}
footer .footer-sns li .ins {background:url('../../images/common/footer-insta.png') no-repeat center;}

footer .family-site {width:220px; border-bottom:2px solid #fff; align-self: start; font-size: 0; position: relative;}
footer .family-site .openLinkList {color:#fff; font-family: 'HG Regular'; display: inline-block; width:100%; font-size: 16px; padding-bottom: 20px; line-height: 1; position: relative;}
footer .family-site .openLinkList::after {content:''; width:15px; height:9px; background:url('../../images/common/family-arrw.png') no-repeat center; position: absolute; right:0; top:0; transition: transform .3s;}
footer .family-site .openLinkList.on::after {transform:rotate(180deg)}
footer .family-site .list {position: absolute; overflow:hidden; left:0; bottom:calc(100% + 15px); max-height:0px; background: #292929; transition:max-height .3s; width:100%;  margin-right: 10px;}
footer .family-site .list.on {max-height:205px; padding:10px 0;}
footer .family-site .list .scroll-box {max-height:185px;}
/* footer .family-site .list::-webkit-scrollbar {width:25px; height:25px; border-radius:50px;}
footer .family-site .list::-webkit-scrollbar-thumb {background:#999; border-radius:50px; border:10px solid #292929;}
footer .family-site .list::-webkit-scrollbar-track {background-color:#292929;border-radius:50px;} */
footer .family-site .list a {color:#B9B9B9; font-family: 'HG Regular'; font-size: 15px; padding:4px 15px; width:100%; display: block;}
footer .family-site .list a span {background:linear-gradient(to bottom, transparent 95%, rgba(255,255,255,1) 0) left center no-repeat; background-size:0; transition: background-size .5s;}
footer .family-site .list a:hover {color:#fff;}
footer .family-site .list a:hover span { background-size:100% auto;}

@media screen and (max-width:1800px) {
    footer .inner {padding:0 20px;}
}
@media screen and (max-width:1350px) {
    footer .footer-link > ul {gap:10px;}
}
@media screen and (max-width:1200px) {
    footer .inner {padding:0 40px;}
    footer .logo {display: none;}
    footer .footer-link > ul {gap:5px 45px; flex-wrap:wrap;}
    footer .bottom {flex-direction: column; padding:25px 0 40px 0;}
    footer .sites-link {flex-direction: unset; margin-top: 25px;}
    footer .family-site {margin-left: 0; }
}
@media screen and (max-width:768px) {
    footer .inner {padding:0 20px;}
    footer .top {padding:12px 0;}
    footer .footer-link > ul {gap:0 30px;}
    footer .footer-link li a {font-size: 14px;}
    footer .bottom {padding:15px 0 105px;}
}

.top-btn {width:50px; height:50px; position: fixed; right:25px; bottom:-100px; transition:.75s; z-index: 102;}
.top-btn.on {bottom:20px;}
.top-btn button {text-indent: -9999px; display: inline-block; background: url('../../images/common/top.png') no-repeat center; width:50px; height:50px; border-radius:50%;}

.clear-fix::after {content:''; clear:both; display: block; zoom:1;}

@media screen and (min-width:1921px) {
    header .top-head .inner {max-width:unset; padding:0 100px;}
    .head .inner {max-width:unset; padding:0 100px;}
    .head .navi {text-align: center;}
    .head .div_2 .inner {max-width:unset;}
    .head .div_2 .title {width:430px;}
    footer .inner {max-width:unset; padding:0 100px; }
}