@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1360px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; height:var(--header-height); padding:0 5%; z-index:100;}
.header {position:relative; display:flex; justify-content:space-between; align-items:center; width:100%; height:100%; z-index:2;}

.sitelogo {width:445px; height:54px;}
.sitelogo a {display:block; width:100%; height:100%; background:url('../images/common/logo-w.png') 0 50%/contain no-repeat;}

#gnb {flex:1 1 auto; min-width:0; width:1%;}
#gnb > ul {display:flex; justify-content:flex-end; margin-right: -57.5px;}
#gnb > ul > li {position:relative; padding:0 57.5px;}
#gnb > ul > li > a {position:relative; display:flex; align-items:center; justify-content:center; width:100%; height:var(--header-height); font-size:var(--font-size-20); font-weight:700; line-height:1.2em; letter-spacing:0em; color:#fff;}
#gnb > ul > li:hover > a {color:var(--color-primary) !important;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:15px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:9px 0; color:#505050; line-height:1.4em;}
#gnb .submenu>ul>li>a:hover {color:var(--color-primary); text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee;}

.header-fixed {background:#fff; box-shadow:0 0 3px rgba(0,0,0,.15);}
.header-fixed .sitelogo a {background-image:url('../images/common/logo.png');}
.header-fixed #gnb > ul > li > a {color:#242424;}
.header-fixed .btn-m-menu {color:var(--color-primary);}
.header-fixed .btn-m-menu .bar {background:var(--color-primary);}

#header:hover {background:#fff;}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover #gnb > ul > li > a {color:#242424;}
#header:hover .btn-m-menu {color:var(--color-primary);}
#header:hover .btn-m-menu .bar {background:var(--color-primary);}

#sub #header {background:#fff;}
#sub #header .sitelogo a {background-image:url('../images/common/logo.png');}
#sub #header #gnb > ul > li > a {color:#242424;}
#sub #header .btn-m-menu {color:var(--color-primary);}
#sub #header .btn-m-menu .bar {background:var(--color-primary);}


/* for mobile */
.btn-m-menu {display:none; position:relative; width:28px; color:#fff; transition:none;}
.btn-m-menu .inner {display:flex; flex-direction:column; align-items:flex-end;}
.btn-m-menu .bar {display:block; height:3px; margin-bottom:8px; background:#fff;}
.btn-m-menu .bar-1 {width:100%;}
.btn-m-menu .bar-2 {width:60%;}
.btn-m-menu .txt {margin-top:-2px; font-size:12px; font-weight:500; letter-spacing:-.04em; line-height:1em;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:var(--header-height); padding:10px 20px;}
.mobile-navigation .home img {height:24px;}
.mobile-navigation .nav-menu {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:13px; height:13px; border-right:1px solid #505050; border-bottom:1px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#f8f8f8; color:#2c2c2c; font-size:16px; font-weight:500; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:6px 0;}
.mobile-navigation .nav-menu .submenu > ul > li br {display:none;}
.mobile-navigation .close {position:absolute; top:20px; right:18px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#000; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-webkit-transform:translateX(0); transform:translateX(0); pointer-events:auto;}
html.menu-opened .mobile-overlay {display:block;}

/* main */
#main #container .contain {max-width:1460px;}
.main-visual {overflow:hidden; color:#fff;}
.main-visual .item {height:100vh;}
.main-visual .item .image {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .item .image img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-visual .caption {position:absolute; top:50%; left:0; width:100%; padding:0 8%; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
.main-visual .caption .txt1 {margin-bottom:1em; font-size:var(--font-size-24); font-weight:700; line-height:1.3em;}
.main-visual .caption .txt2 {font-size:var(--font-size-40); font-weight:600; line-height:1.2em;}
.main-visual .caption .txt3 {margin-top: 20px; font-size:var(--font-size-80); font-weight:800; letter-spacing: 0; line-height:1.2em;}
.main-visual .controls {position: absolute; width: 100%; bottom: 3%;  z-index:10;}
.main-visual .controls .contain {display: flex; justify-content: center; align-items: center;}
.main-visual .slide-btn {width: 43px; height: 10px; border:0; background-color: transparent; background-position: 50% 50%; background-repeat: no-repeat; overflow: hidden; background-size: contain;}
.main-visual .slide-prev {background-image: url(/images/main/mv-prev.png);}
.main-visual .slide-next {background-image: url(/images/main/mv-next.png);}
.main-visual .slide-prev:hover {background-image: url(/images/main/mv-prev-on.png);}
.main-visual .slide-next:hover {background-image: url(/images/main/mv-next-on.png);}
.main-visual .pager {margin: 0 20px; display: flex; align-items: center; justify-content: center;  gap: 20px;  position: relative; color: #fff;  font-weight: bold;  font-size: 14px; letter-spacing: 0.1em;}
.main-visual .pager .current,
.main-visual .pager .total { position: relative;}
.main-visual .pager svg {display: block; width: 48px; height: 48px;}
.main-visual .pager .progress {transition: stroke-dashoffset 0.1s linear;}

.main-notice {padding:clamp(50px, calc(150 / var(--inner) * 100vw ), 150px) 0;}
.main-notice .main-tit {font-size: var(--font-size-64); letter-spacing: -.03em; line-height: 1.2em; color: #242424; text-align: center; margin-bottom: 40px;}
.notice-tab ul {display: flex; justify-content: center; align-items: center; gap: 45px; margin-bottom: 60px;}
.notice-tab ul li a {position: relative; padding-bottom: 10px; font-size: var(--font-size-20); font-weight: 600; line-height: 1.2em; letter-spacing: -.03em; color: #a8a8a8;}
.notice-tab ul li.active a {color: var(--color-primary); }
.notice-tab ul li.active a:after {content: ""; position: absolute; bottom: 0; left: 0; width:100%; height: 3px; background-color: var(--color-primary); } 
.main-notice .slick-list {margin: 0 -15px;}
.main-notice .slick-slide {padding: 0 15px;}
.main-notice .item .box {padding: 50px; background-color: #fff; border: 1px solid #ddd; border-radius: 24px;}
.main-notice .type {display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 30px; background-color: var(--color-primary); border-radius: 5px; font-size: var(--font-size-14); font-weight: 600; line-height: 1.2em; letter-spacing: -.03em; color: #fff;}
.main-notice h3 {margin: 15px 0 20px; font-size: var(--font-size-22); font-weight: 600; line-height: 1.45em; letter-spacing: -.03em; color: #242424; max-height: 2.9em; overflow: hidden; text-overflow: ellipsis; white-space: normal; display: -webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.main-notice .txt {font-size: var(--font-size-16); line-height: 1.75em; letter-spacing: -.03em; color: #505050; max-height: 5.25em; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal; display: -webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.main-notice .date {margin-top: 80px; font-size: var(--font-size-15); line-height: 1.2em; letter-spacing: -.03em; color: #b1b1b1;}
.main-notice .slick-arrow {position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; font-size: 0; border: 1px solid #ddd; border-radius: 100%;  width: 50px; height: 50px; background-color: #fff; background-position: 50%;  background-repeat: no-repeat; background-size: auto;}
.main-notice .slick-prev {left: -7%; background-image: url(../images/main/arrow.png);}
.main-notice .slick-next {right: -7%; background-image: url(../images/main/arrow2.png);}
.main-notice .slick-arrow:hover {background-color: var(--color-primary); border-color: var(--color-primary);}
.main-notice .slick-prev:hover {background-image: url(../images/main/arrow-on.png);}
.main-notice .slick-next:hover {background-image: url(../images/main/arrow2-on.png);}

.main-logos {padding:clamp(40px, calc(80 / var(--inner) * 100vw ), 80px) 0;background-color: #f8f8f8;}
.main-logos .logos {display: flex; justify-content: center; align-items: center; margin: 0 -15px;}
.main-logos .logos .img {width: 33.33%; padding: 0 15px;}


/* sub */
#sVisual{position:relative;margin-top: 100px;z-index:10;display: flex;flex-direction: column;justify-content: space-between;}

#sVisual .sv{position:absolute;left:0;bottom: 0;width: 90%;height: 300px;overflow:hidden;z-index: 0;}
#sVisual .sv div.sv0{background:url("/images/sub/sv1.jpg") no-repeat 50% 0; background-size:cover; height:100%;}
#sVisual .sv div.sv1{background:url("/images/sub/sv2.jpg") no-repeat 50% 2%;background-size: 100%;height:100%;}
#sVisual .sv div.sv2{background:url("/images/sub/sv3.jpg") no-repeat 50% 80%; background-size:cover; height:100%;}
#sVisual .sv div.sv3{background:url("/images/sub/sv4.jpg") no-repeat 50% 52%; background-size:cover; height:100%;}
#sVisual .sv div.sv4{background:url("/images/sub/sv5.jpg") no-repeat 50% 0; background-size:cover; height:100%;}
#sVisual .sv div.sv5{background:url("/images/sub/sv6.jpg") no-repeat 50% 0; background-size:cover; height:100%;}

#sVisual .first{width:100%; height:100%; position:relative;}
#sVisual .bg-wrap{clip: rect(0, auto, auto, 0);  position: absolute;  top: 0; left: 0; width: 100%; height: 100%;}

#sVisual .bg{position:fixed; display:block; top:0; left:0; width:100%; height:100%; background-size:100%; background-position:center 30%;}
#sVisual .first .bg {background-image: url("/images/sub/sv1.jpg");}

#sVisual .slogan{position:relative;width:90%;z-index:10;word-break:keep-all;max-width:1300px;margin:0 auto;padding: 100px 0;}
#sVisual .slogan .slo-wrap{display: flex;width: 100%;justify-content: space-between;align-items: center;}
#sVisual .slogan .big-tit{display:flex;flex-direction:column;}
#sVisual .slogan .big-tit big{display:inline-flex;align-items: center;flex-wrap: wrap;gap: 20px;}
#sVisual .slogan .big-tit big span{font-size:var(--font-size-84); color:#212121; letter-spacing:-2px; word-spacing:-5px;}
#sVisual .slogan .big-tit big strong{position:relative;display:inline-block;font-size: var(--font-size-30);padding-left:130px;/* margin-left:20px; */font-weight: 600;color: #212121;}
#sVisual .slogan .big-tit big strong:before{content:""; width:100px; height:1px; background:#242424; position:absolute; left:0; top:50%; transform:translateY(-50%);}
#sVisual .slogan .big-tit big b{font-weight:700; letter-spacing:-2px;}
#sVisual .slogan .big-tit small{font-size: var(--font-size-22);font-weight: 400;color: #838383;margin-top: 50px;}

#sloca .loc{color:#494949; display:flex; flex-wrap:wrap; justify-content:center;}
#sloca .loc > li{position:relative; display:inline-block;}
#sloca .loc > li:first-child{padding-left:25px;}
#sloca .loc > li i{position:absolute; display:inline-block; left:0; top:2px; font-size:var(--font-size-17); color:#c5c5c5;}
#sloca .loc > li span{display:inline-block; font-family:'GmarketSansLight'; font-weight:600; color:#494949; font-size:var(--font-size-15); line-height:1;}
#sloca .loc > li span.strong{color: #01348b;border-bottom: 1px solid #01348b;font-family:'GmarketSansBold';}
#sloca .loc > li:not(:last-child):after{display:inline-block; content:""; margin:7px 12px 0; border-top:3px solid transparent; border-bottom:3px solid transparent; border-left:5px solid #c5c5c5; vertical-align:top;}

#location{position:relative;}
/* #location:before{left: 0;position:absolute;bottom:0;display:block;width: 100%;height:1px;content:'';z-index: -1;border-bottom:1px solid #E8E8E8;} */
.location-wrap {position:relative;width: 90%; max-width: 1300px; margin: 0 auto;}
#location:before{left: 0;position:absolute;bottom:0;display:block;width: 100%;height:1px;content:'';z-index: -1;border-bottom:1px solid #E8E8E8;}
.lnb{position:relative;display: flex;width: 100%;justify-content: flex-end;}
.lnb:before{content:"";width: 138px;height: 138px;background:url("/images/common/board_roll.png") no-repeat;background-size: 100%;position:absolute;right: -131px;top: 30px;transform:translate(-50%, -50%) rotate(0deg);animation:rotate 8s linear infinite;z-index: -2;}
@keyframes rotate{
    100% {transform:translate(-50%, -50%) rotate(360deg);}
}

@keyframes rot{
    100% {transform:rotate(360deg);}
}

.lnb .lnb-map{ display:flex;flex-wrap:wrap;}
.lnb .lnb-map:after{content:''; display:block; clear:both;}
.lnb .lnb-map li a{display:block;}
.lnb .lohom{position:relative;width: 63px;height: 63px;border: 1px solid #DFDFDF;left: 1px;bottom: 0px;z-index:1;background-color: #fff;}
.lnb .lohom > a{display:flex;height: 100%;align-items:center;justify-content:center;font-size: var(--font-size-19);position:relative;color: #adabab;}
.lnb .lnb-map > li{width:280px;border-right: rgba(255, 255, 255, 0.3) solid 1px;}
.lnb .lnb-map > li:nth-last-of-type(1){width: 280px;}
.lnb .lnb-map > li > a{height: 63px;}
.lnb .lnb-map > li + li{margin-left:-2px;}
.lnb .lnb-map li.depth{position:relative;}
.lnb .lnb-map li.depth ul{display:none;position:absolute;top: 63px;left:0;width:100%;padding:20px 10%;background:#fff;z-index:10; border-radius:  0 0 10px 10px; border: 1px solid #ddd; border-top: 0;}
.lnb .lnb-map li.depth ul li a{display:block;padding:7px 0;font-size: var(--font-size-17);color:#333;}
.lnb .lnb-map li.depth ul li a:hover{color: var(--color-primary); text-decoration: underline;}
.lnb .lnb-map li a:after{top:50%; right:10%; margin-top:-5px; display:inline-block; position:absolute;content:"";	transition:.3s ease-out;  width: 0;height: 0;border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #242424;}

.lnb .lnb-map li.depth a span{width:100%;font-size: var(--font-size-19);font-weight: 600;color: #242424;height: 63px;line-height: 1.3;display:flex;padding: 0 20% 0 10%;transition:.1s ease-out;align-items:center;word-break: keep-all;background: #fff;border: 1px solid #ddd;}
.lnb .lnb-map li.depth:last-child a span{color:#212121;font-weight:600;background: rgb(242,245,248,.8);}
.lnb .lnb-map li.depth:last-child a.menu_active span {background: rgb(242,245,248,1);}
.lnb .lnb-map li.depth a.menu_active{}
.lnb .lnb-map li a.menu_active:after{transform: rotate(180deg);margin-top:-5px;}
.lnb .lnb-map li.depth a.menu_active span{position:relative;color:#222;}
.lnb .lnb-map li.depth a.menu_active span:after{content:''; position:absolute; bottom:0; left:30px; width:220px; height:1px; background:rgba(255,255,255,.1);}
.lnb .lnb-map li.depth ul.moreMenu li a{position:relative; word-break:keep-all;}
.lnb .lnb-map li.depth ul.moreMenu li a:after{display:none;}
.lnb .lnb-map li.depth ul.moreMenu li.active a{color: var(--color-primary); text-decoration: underline;}
.lnb .lnb-map li.depth ul.moreMenu li.active a:after{opacity:1;}
.lnb .lnb-map li.depth ul.moreMenu li a:hover:after{opacity:1;}


#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {min-height:400px; padding-top:clamp(30px, calc(60 / var(--inner) * 100vw ), 60px); padding-bottom:clamp(50px, calc(100 / var(--inner) * 100vw ), 100px);}
.real-cont.ty2 {padding-bottom: 0;}

.sub-title h1 {margin-top: 100px; text-align: center; font-size: var(--font-size-40); letter-spacing: -.03em; line-height: 1.2em; color: #242424;}


/* footer */
#footer {position:relative;  padding:50px 0; background-color: #001328;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}

#footer .contain {max-width:1460px;}

.footer {display:flex; flex-wrap:wrap; }
.footer .wrap {flex: 1 0 auto; display: flex; justify-content: space-between;}

.f-logo {margin-right: 60px;}

.f-info address {display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 20px;}
.f-info address p {margin-bottom: 10px; font-size: var(--font-size-20); font-weight: 700; line-height: 1.2em; letter-spacing: -.03em; color: #fff;}
.f-info address span {font-size: var(--font-size-16); line-height: 1.75em; letter-spacing: -.03em; color: #fff;}
.f-info .copyright {font-size: var(--font-size-13); line-height: 1.2em; font-weight: 300; letter-spacing: 0em; color: #fff;}
.f-info .copyright .designed {color: #4e5053;}

.foot-links {width: 250px;}
.foot-links p {margin-bottom: 10px; font-size: var(--font-size-20); font-weight: 700; line-height: 1.2em; letter-spacing: -.03em; color: #fff;}
.foot-links a {border-bottom: 1px solid rgba(255, 255, 255, .4); width: 100%; display: block; font-size: var(--font-size-16); line-height: 1.75em; letter-spacing: -.03em; color: #fff; padding-bottom: 10px;}
.foot-links li + li a {margin-top: 10px;}

.quick {position: absolute; right: 22px; top: -170px;}
.quick li {padding: 5px 0 ;}
.quick li a {display: block;}