@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}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1290px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; transition:.2s; background:#fff; border-bottom:1px solid #ddd; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width:1460px; z-index:2;}
#header .sitelogo {padding: 15px 0; z-index:1;}

#gnb {flex:1 1 auto; min-width:0; width:1%;}
#gnb > ul {display:flex; justify-content:flex-end; margin: 0 -86px;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {display:flex; align-items:center; justify-content:center; height:119px; padding:0 86px; color:#333; font-size:22px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu ul {padding-top: 14px; padding-bottom: 57px;}
#gnb .submenu ul li {padding:18px 5px;}
#gnb .submenu ul li a {position: relative;display:block; color:#333; font-size:20px; line-height:1.33em; letter-spacing:-.03em;}
#gnb .submenu ul li a:hover {font-weight: 700;}
#gnb > ul > li > a:after {content:""; position:absolute; bottom:0; left:50%; width:0; height:2px; background:#1e95d3; transition:.2s;}
#gnb > ul > li.active > a:after {width:50%; left:50%; transform: translateX(-50%)}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}

#header.header-white {background:none; border-bottom:1px solid rgba(255,255,255,.3);}
#header.header-white #gnb > ul > li > a {color:#fff;}
#header.header-white .btn-m-menu span,
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after {background:#fff;}

#header.header-white:hover {background:#fff; border-bottom:1px solid #ddd;}
#header.header-white:hover #gnb > ul > li > a {color:#333;}
#header.header-white:hover .btn-m-menu span,
#header.header-white:hover .btn-m-menu span:before,
#header.header-white:hover .btn-m-menu span:after {background:#333;}

#header.header-white.header-fixed {background:#fff; border-bottom:1px solid #ddd;}
#header.header-white.header-fixed #gnb > ul > li > a {color:#333;}
#header.header-white.header-fixed .btn-m-menu span,
#header.header-white.header-fixed .btn-m-menu span:before,
#header.header-white.header-fixed .btn-m-menu span:after {background:#333;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px; overflow:hidden; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; top:50%; left:0; width:100%; height:2px; margin-top:-1px; background:#333;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#333;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:320px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:150;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:30px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:20px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-78%) 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:#2b6ca2;}
.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:#fafafa; color:#454545; font-size:18px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li {padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#2b6ca2;}
.mobile-navigation .close {position:absolute; top:25px; 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:3px; background:#454545; 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 {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-visual {position:relative; overflow:hidden; text-align:center; color:#fff; margin-top: 120px;}
.main-visual .item {position:relative; overflow:hidden; height: calc(100vh - 120px); max-height: 1280px;}
.main-visual .item img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; transition:5s; transform:scale(1.1);}
.main-visual .caption {position:absolute;  bottom:50%; left:0; width:100%; font-size:60px; font-weight:400; line-height:1.3em; letter-spacing:-.03em; opacity:0; transition:1.4s; -webkit-transform:translateY(30px); transform:translateY(30px);}
.main-visual .caption strong {font-weight: 700;}
.main-visual .slick-arrow {width:30px; height:57px; position:absolute; display:flex; align-items:center; top:50%; margin-top:-40px; color:#fff; font-size:18px; font-weight:700; border:0; z-index:50; text-indent: -9999em; overflow: hidden;}
.main-visual .slick-prev {left:60px;  background:url("../images/main/slide_prev.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-next {right:60px; background:url("../images/main/slide_next.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-dots {position:absolute; bottom:60px; left:0; width:100%; text-align:center; line-height:0; margin-bottom:8px;}
.main-visual .slick-dots li {display:inline-block; margin:0 5px;}
.main-visual .slick-dots li button {display:flex; align-items:center; justify-content:center; width:15px; height:15px; color:#fff; background:#fff; transition:.2s; border-radius:10px; text-indent: -9999em; border: none;}
.main-visual .slick-dots li.slick-active button {width: 40px;}
.main-visual .scroll {position:absolute; bottom: 7%; left:50%; transform: translateX(-50%); margin-top:25px; z-index:50; display: flex; flex-direction: column;}
.main-visual .scroll span {font-size: 15px; margin-bottom: 5px; font-weight: 200; letter-spacing: .1em;}
.main-visual .scroll .img {animation:1.5s scrollUpDown linear infinite;}
.main-visual .active .item img {transform:scale(1);}
.main-visual .active .caption {opacity:1; -webkit-transform:translateY(50%); transform:translateY(50%);}

.main-visual-m {display: none;}

.main-shortcut {padding:175px 0; background: url("../images/main/bg_main_shorcut.jpg") no-repeat center center; background-size: cover;}
.main-shortcut .box .in {position:relative; width:100%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; border-radius: 50px 0 50px 0}
.main-shortcut .box:before {content:""; display:block; width:100%; padding-bottom:122%;}
.main-shortcut .box.st1 .in {background-image:url("../images/main/main_shortcut1.png");}
.main-shortcut .box.st2 .in {background-image:url("../images/main/main_shortcut2.png");}
.main-shortcut .box.st3 .in {background-image:url("../images/main/main_shortcut3.png");}
.main-shortcut .box .in {position:absolute; top:0; left:0; width:100%; height:100%; padding:20px; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.main-shortcut .box .in img {margin-top:35px;}
.main-shortcut .box .in .tit{font-size:32px; color: #fff; font-weight:600; margin:19px 0 51px;}
.main-shortcut .box .in .more {position: relative; font-size: 18px; color:#fff; border: 1px solid #fff; border-bottom: 1px solid #fff; padding: 10px 58px 10px 29px; z-index: 1; border-radius: 33px;}
.main-shortcut .box .in .more:before {position: absolute; content:''; width: 20px; height: 20px; background: url("../images/main/shortcut_next.png") no-repeat center center; right: 20px; top: 50%; transform: translateY(-50%);}
.main-shortcut .in.active .more {background-color: #2b6ca2; border-color: #2b6ca2; transition: .2s;}

@keyframes scrollUpDown{
	0%,100% {transform:translateY(-5px);}
	50% {transform:translateY(10px);}
}

.m-head h2 {font-size:44px; line-height:1.3em; letter-spacing:-.03em;}
.m-head .en {color:#2b6ca2; font-weight:700; line-height:1.3em; letter-spacing:.1em; margin-bottom:5px;}
.m-head .txt {color:#686868; font-size:17px; line-height:1.765em; letter-spacing:-.03em; margin-top:15px;}


/* sub */
.sub-visual {position:relative; margin-top:120px; height:400px; color:#fff; text-align:center; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:44px; font-weight:600; line-height:1.3em; letter-spacing:-.03em; margin-bottom: 20px;}
.sub-visual p {font-size:18px; letter-spacing:-.03em;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg2-2 {background-image:url("../images/common/sv2_2.jpg");}
.sub-visual .bg2-3 {background-image:url("../images/common/sv2_3.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.sub-tab-warp {position:relative; text-align:center; margin-bottom: 70px; background-color: #f1f1f1; border-radius: 35px;}
.sub-tab {margin:0 auto; max-width:1400px;}
.sub-tab .swiper-container {margin-bottom:-1px;}
.sub-tab .swiper-wrapper {transform: translate3d(0px, 0px, 0px) !important;}
.sub-tab ul {justify-content:center;}
.sub-tab ul li {flex: 1; text-align:center;}
.sub-tab ul li a {display:flex; align-items:center; justify-content:center; width:100%; height:60px; padding:0 15px; color:#333; font-size:20px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.sub-tab ul li.active a {color: #fff; background-color: #2b6ca2; border-radius: 35px;}

.sub-title {padding: 80px 0;}
.sub-title h2 {position: relative; font-size: 36px; line-height: 1.3em; text-align: center; letter-spacing: -.03em;}
.sub-title h2:before {content: ''; position: absolute; height: 4px; width: 40px; border-radius: 4px; background-color: #2b6ca2; bottom: -20px; left: 50%; transform: translateX(-50%);}

#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-bottom:100px;}

/* footer */
#footer .contain {max-width: 1460px; padding: 0 30px; gap: 50px; z-index: 1; position: relative;}
#footer .contain, .f-address {display: flex; justify-content: space-between;}

.foot-info {padding-top: 60px; padding-bottom: 50px; background-color: #333; color: #fff;}
.f-inquir p {color: #d0d0d0; margin-bottom: 25px; letter-spacing: 0;}
.f-inquir h4 {font-size: 24px; font-weight: 400; margin-bottom: 25px; line-height: 1.5em; letter-spacing: 0;}
.f-inquir h4 strong {color: #1e95d3;}
.f-inquir span {color: #1e95d3; font-size: 30px; letter-spacing: 0;}
.f-num img {margin:-.2em 10px 0 0; vertical-align:middle;}

.f-address {width: 65%; letter-spacing: 0;}
.f-address .item {display: flex; justify-content: space-between;}
.f-address .ico {width: 56px; height: 56px; background-color: #f8f8f8; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-right: 16px;}
.f-info h6 {font-size: 16px; font-weight: 600; padding: 16px 0; color: #d0d0d0; margin-bottom: 3px;}
.f-address span {display: block; font-style: normal; color: #c1c1c1; line-height: 1.875em;}

.foot-logo {padding: 19px 0; color: #8a8a8a; font-size: 15px;}
.copyright span {font-size: 14px; margin-left: 70px;}
.copyright a:hover {text-decoration: underline;}