@charset "utf-8";

header{position: absolute; width:100%; z-index: 100; top:0;}
header > .inner {max-width:1720px; width:100%; margin:0 auto;}
/* Header Top */
header .top-head {border-bottom:1px solid rgba(255,255,255,0.2); background:#005BAC;}
header .top-head .inner{display: flex; justify-content: space-between;}
header .top-head .top-left a,
header .top-head .top-left button {display: inline-block; font-size: 14px; font-family: 'HG Regular'; color:#fff; padding:7px 18px; opacity:0.8;}
header .top-left ul{display: flex;}
header .top-left .color1 {position: relative; padding-left: 0 !important;}
header .top-left .color1::after {content:''; width:1px; height: 11px; background:rgba(255,255,255,0.1); position: absolute; right:0; top:50%; margin-top:-5px;}
/* 로그인/아웃 */
header .top-right {display: flex; align-items: center; font-size: 0;}
header .top-right a{font-size: 14px; color:rgba(255,255,255,0.8); font-family: 'HG Regular'; padding:8px 15px; opacity:0.8;}
header .top-right button {font-size: 14px; color:rgba(255,255,255,0.8); font-family: 'HG Regular'; padding:8px 15px 8px 0; opacity:0.8;}
header .top-right .sign {position: relative;}
header .top-right .sign::after {content:''; width:1px; height:11px; background:rgba(255,255,255,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-w.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; 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 {display: inline-block; position: relative; margin-right: 10px;}

header .logo-wrap span {display: inline-block; font-size: 20px; font-family: 'HG Bold'; 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: 480px; 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:25px; 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:-3px; top:4px; 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: 22px;}

/* Header hover */
@media screen and (min-width:1200px) {
  header:hover{background:#fff;}
  /* header:hover .top-head,
  header.scrolled .top-head {border-bottom:1px solid rgba(0,0,0,0.2);} */
  /* header:hover .top-right a,
  header.scrolled .top-right a, 
  header:hover .top-right button,
  header.scrolled .top-right button {color:#fff;} */
  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,
  header.scrolled .top-right .sign::after {background:rgba(0,0,0,0.2);} */
  /* header:hover .top-right .lang button::after,
  header.scrolled .top-right .lang button::after {background:url('../../images/common/lang-arrw.png') no-repeat center;} */
}

.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;}
  header .top-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: end;}

  .head .a_1 {font-size: 17px; padding: 0 15px;}
}
@media screen and (max-width:1200px) {
  header {position: fixed;}
  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}

  header.scrolled {background:#fff;}
  header.scrolled .logo-wrap span {color:#666;}
  header.scrolled .logo-wrap a::after {background:#ccc;}
  header.scrolled .logo.white {display: none;}
  header.scrolled .logo.color {display: block;}
  header.scrolled .head .a_1 {color:#222;}
  header.scrolled .head .div_2 {border-top:1px solid rgba(0,0,0,0.2)}
  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}



  header .top-head {display: none;}
  .head .inner {justify-content: space-between; height:70px; padding:0 40px;}

  header .logo-wrap span {font-size: 19px;}

  .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 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 .lang a {width:100%; line-height:unset;}
  .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%;}
}


.inner{max-width:1720px; margin:0 auto;}


footer {position: relative; background:#282828; }
.sub footer {margin-top: 100px;}
footer .inner {max-width:1720px; width:100%; margin:0 auto;}
footer .top {display: flex; justify-content: space-between; align-items: center; padding:15px 0; border-bottom:1px solid rgba(255,255,255,0.1);}
footer .top .link {display: flex;}
footer .link li {position: relative; margin-right:25px; padding-right:25px; }
footer .link li::before {content:''; width:2px; height:10px; position: absolute; right:0; top:50%; margin-top:-5px; background:url('../../images/common/footer-bul.png') no-repeat center;}
footer .link li:last-child::before {display: none;}
footer .link li a {display: block; color:#fff; font-family: 'HG Regular'; font-size: 16px;}
footer .link li:not(.privacy) a {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 .link li:not(.privacy) a:hover {background-size:100% auto;}
footer .link li.privacy a {color:#F6BB07; background:linear-gradient(to bottom, transparent 95%, #F6BB07 0) left center no-repeat; background-size:0; transition: background-size .5s;}
footer .link li.privacy a:hover {background-size:100% auto;}

footer .sns {position: relative; display: flex;}
footer .sns li { background-color:#3E3E3E; border-radius:50%; margin-left:10px;}
footer .sns li a {width:40px; height:40px; display: block; text-indent: -9999px;}
footer .sns li a.fb {background:url('../../images/common/footer-fb.png') no-repeat center;}
footer .sns li a.blog {background:url('../../images/common/footer-blog.png') no-repeat center;}
footer .sns li a.yt {background:url('../../images/common/footer-youtube.png') no-repeat center;}
footer .sns li a.ins {background:url('../../images/common/footer-insta.png') no-repeat center;}

footer .bottom {display: flex; justify-content: space-between; align-items: start; padding:30px 0 60px;}
footer .addr {color:#fff;}
footer .addr p {font-family: 'HG Regular'; font-size: 16px; }
footer .addr p span {display: inline-block; padding-right:15px; margin-right:15px; position: relative;}
footer .addr p span::before {content:''; width:1px; height:10px; background:#969696; position: absolute; right:0; top:50%; margin-top:-5px;}
footer .addr p span:last-child::before {display: none;}
footer .addr .copyright {color:#9E9E9E; display: block; margin-top: 10px; font-family: 'HG Regular';}

footer .footer-site {position: relative;}
footer .footer-site > button {width:265px; height:60px; background:#606060; color:#fff; position: relative; font-size: 15px; font-family: 'HG Regular'; text-align:left; padding: 0 20px;}
footer .footer-site > button::after {content:''; width:10px; height:6px; background:url('../../images/common/footer-site-arrw.png') no-repeat center; position: absolute; right:20px; top:50%; margin-top:-3px; transition: transform .3s;}
footer .footer-site > button.on {border-top:1px solid #747474;}
footer .footer-site > button.on::after {transform:rotate(180deg)}
footer .footer-site .list {position: absolute; bottom:100%; background:#606060; width:100%; overflow:hidden; max-height:0px; transition: max-height .5s cubic-bezier(0.39, 0.575, 0.565, 1); z-index: 2;}
footer .footer-site .list.on {max-height:245px; padding:10px 0;}
footer .footer-site .list .scroll-box {max-height:225px;}
/* footer .footer-site .list::-webkit-scrollbar {width: 15px; height: 15px;}
footer .footer-site .list::-webkit-scrollbar-thumb {border-radius:10px; background:#999; border:5px solid #606060;}
footer .footer-site .list::-webkit-scrollbar-track {border-radius:10px; background:#606060;} */
footer .footer-site .list a {color:#CBCBCB; font-size: 15px; font-family: 'HG Regular'; padding:7px 20px 7px 35px; display: block; position: relative;}
footer .footer-site .list a::before {content:''; width: 5px; height: 5px; border-radius:50%; background:#999; position: absolute; left:20px; top:18px;}
footer .footer-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 .footer-site .list a:hover {color: #fff;}
footer .footer-site .list a:hover::before {background:#fff;}
footer .footer-site .list a:hover span {background-size:100% auto;}
.top-btn {position: fixed; right:28px; bottom:-100px; transition:bottom .5s; z-index: 1;}
.top-btn.on {bottom:50px;}
.top-btn.at-bottom {bottom:185px;}
.top-btn button {text-indent: -9999px; display: flex; align-items: center; justify-content: center; width:50px; height:50px; border-radius:50%; overflow:hidden; background: #4A4A4A;}
.top-btn button::after {content:'TOP'; font-size: 13px; font-family: 'HG Light';display: block; text-indent: 0; color:rgba(255,255,255,0.7); text-align: center; }

@media screen and (max-width:1800px) {
  footer .inner {padding: 0 20px;}
  footer .sns {margin-right:72px;}
  footer .link li:last-child {margin-right:0; padding-right:0;}

  .top-btn {right:20px;}
}
@media screen and (max-width:1024px) {
  .top-btn.at-bottom {bottom:230px; }
}
@media screen and (max-width:900px) {
  footer .top {flex-direction: column; border-bottom:0; padding:0;}
  footer .top .link {width:100%; flex-wrap: wrap; justify-content: center; padding:13px 0; border-bottom:1px solid rgba(255,255,255,0.1); margin-bottom: 25px;}
  footer .link li {padding-right: 10px; margin-right: 10px;}
  footer .link li a {font-size: 14px;}
  footer .sns {align-self: start;}
  footer .sns li:first-child {margin-left:0;}

  footer .bottom {padding:15px 0 80px; flex-direction: column;}
  footer .addr p {font-size: 14px;}
  footer .footer-site {margin-top: 20px;}
  footer .footer-site > button {font-size: 14px; height:40px; width:225px;}
  footer .footer-site .list a {font-size: 14px;}
  .top-btn.at-bottom {bottom:75px;}
}
@media screen and (max-width:768px) {
  footer .addr .copyright {font-size: 14px;}
}



.clear-fix::after {content:''; clear:both; display: block; zoom:1;}



@media screen and (min-width:1921px) {
  .head .inner {max-width: unset; padding:0 100px;}
  header .top-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;}
  .top-btn.at-bottom {bottom:15px;}
}