@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}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}


.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */
#header {position:absolute; width: 100%; top: 0; left: 0; z-index:100; background: transparent; transition: .5s;}
#header .contain {position:relative; max-width: 1780px; z-index:2;}

.sitelogo {position:absolute; top:50%; left: 30px; margin-top:-23px; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.on { background: #1a1d22; color: #fff;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center;}
#gnb > ul {display:flex;justify-content:center;}
#gnb > ul > li {position:relative; padding:0 150px; text-align:center;}
#gnb > ul > li > a {display:block; font-size:20px; font-weight:500; line-height:100px; color: #fff;}
#gnb > ul > li.active > a {color: #313092;}
#gnb > ul > li > a:after {content:""; position: absolute; bottom: -4px; left: 50%; margin-left: -37px; width: 75px; height: 4px; background: #313092; transform:scale(0); transition:all .2s;}
#gnb > ul > li.active > a:after {transform:scale(1);}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:15;}
#gnb .submenu > ul {position:relative; padding:20px 0;}
#gnb .submenu > ul > li {margin-bottom:12px;}
#gnb .submenu > ul > li > a {display:block; line-height:1.5em; font-size: 18px; }
#gnb .submenu > ul > li:hover > a {color: #313092;}

.submenu-bg { display: none; position:absolute; left:0; width:100%; background:#fff; border-top: 1px solid #ccc; z-index:1;}

.lang {position: absolute; right: 90px; top: 50%; transform:translateY(-50%); z-index: 50;}
.lang .custom-select {font-size: 15px; vertical-align:middle; position:relative; z-index:10;}
.lang .custom-select .select-hidden {display:none;}
.lang .custom-select .select-input {position:relative; overflow:hidden; white-space:nowrap; cursor:pointer; text-align: left; color: #fff; font-weight: 400; line-height: 30px; padding-right: 20px; background: no-repeat url("../images/common/select_down.png") right 1px center;  z-index:2;}
.lang .custom-select .select-options {display:none; position:absolute; left:50%; margin-left: -50px; width:100px; max-height:auto; background:#274593; overflow:auto;}
.lang .custom-select .select-options ul {padding: 15px 20px;}
.lang .custom-select .select-options li {cursor:pointer; transition:.2s;}
.lang .custom-select .select-options li a {display: block; color: #fff;}
.lang .custom-select .select-options li a:hover {color: #00b0f0;}

#header.header-hover {background: #fff;}
#header.header-hover .sitelogo {background-image:url("../images/common/logo_on.png");}
#header.header-hover #gnb > ul > li > a {color: #333;}
#header.header-hover #gnb > ul > li.active > a {color: #313092;}
#header.header-hover .list-icon span {background-color: #333;}
#header.header-hover .list-icon span:before {background-color: #333;}
#header.header-hover .lang .custom-select .select-input {color: #333; font-weight: 500; background-image: url("../images/common/select_down_on.png")}

#header.header-active {}
#sub #header.header-active {position: fixed; background: #fff; box-shadow: 0 0 3px rgb(0 0 0 / 15%);}
#header.header-active .sitelogo {background-image:url("../images/common/logo_on.png");}
#header.header-active #gnb > ul > li > a {color: #333;}
#header.header-active #gnb > ul > li.active > a {color: #313092;}
#header.header-active .list-icon span {background-color: #333;}
#header.header-active .list-icon span:before {background-color: #333;}
#header.header-active .lang .custom-select .select-input {color: #333; font-weight: 500; background-image: url("../images/common/select_down_on.png")}


/* for mobile */
.list-icon {position:absolute; top:50%; right:30px; width:16px; height:32px; margin-top:-16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#fff;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#fff; content: "only";}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; background:transparent;}

.btn-m-menu {display: none;}

.mobile-navigation {position:fixed; top:0; right:0; width:250px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.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:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#3c76d6;}
.mobile-navigation .nav-menu .submenu {display:none; background:#0f104b; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu ul li a br {display: none;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; right:15px; top:18px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:2px; background-color:#333;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.mobile-navigation .close:before {transform:rotate(90deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-90deg); transition-property:transform;}


html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#1191d0; height:2px;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);}
html.menu-opened .close:before {transform:rotate(45deg);}
html.menu-opened .close:after {transform:rotate(-45deg);}

/* main */
.fullpage-wrapper .contain {max-width: 1780px;}
.sec2 {}
.sec3 {background:no-repeat url("../images/main/bg_sec3.jpg") 50% 50%; background-size:cover;}
.sec4 {background:no-repeat url("../images/main/bg_sec4.jpg") 50% 50%; background-size:cover;}

.sec2 .fp-tableCell {padding-top: 100px;}
.sec3 .fp-tableCell {padding-top: 100px;}
.sec4 .fp-tableCell {padding-top: 100px; vertical-align: bottom;}

.main-visual {position:relative; background:#000;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .contain {position: relative; height: 100%;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1);}
.main-visual .img 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 .slick-dots {position:absolute; bottom:55px; left:0; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; margin: 0 13px;}
.main-visual .slick-dots li button {position:relative; z-index:2; display:block; width:10px; height:10px; font-size:0; line-height:0; text-indent:-999em; background:#fff; border:0; border-radius:100%;}
.main-visual .slick-dots li.slick-active button {position: relative; background: #21acdc;}
.main-visual .slick-dots li.slick-active button:before {content:""; position: absolute; top: 50%; left: 50%; margin-top: -14px; margin-left: -14px; width: 28px; height: 28px; border: 1px solid #fff; border-radius:100%;}

/* .main-visual .animate .img {animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;}
@keyframes scale {
	0% {transform: scale(1.2);}
	100% {transform: scale(1);}
} */

.m-head {color: #fff;}
.m-head.right {text-align: right;}
.m-head span {display: block; font-size: 20px; font-weight: 200; line-height: 1.3; letter-spacing: .6em; margin-right: -.6em; margin-bottom: 10px; text-transform: uppercase;}
.m-head span b {font-weight: 600;}
.m-head h2 {font-size: 70px; line-height: 1.3;}
.m-head p {font-size: 24px; font-weight: 200; line-height: 1.4;}

.m-head.clr span {color: #333;}
.m-head.clr h2 {color: #0f104b;}

.sec2 {overflow:hidden;}
.sec2 .m-head {margin-bottom: 25px;} 
.main-about-top {position: relative; height: 60.20vh; z-index: 1;}
.main-about-top .background {position: absolute; top: 0; left: 0; height: 100%; right: -200px; background: no-repeat url("../images/main/bg_main_about.jpg") center center / cover; z-index: -1;}
.main-about-top .caption {position: absolute; top: 32%; left: 68px; color: #173886;}
.main-about-top .caption p {font-size: 80px; font-weight: 700; line-height: 1.1;}
.main-about-top .caption p span {display: block; font-weight: 200; font-size: 0.75em;}
.main-about-top .list {position: relative; text-align: right; transform:translateY(-50%); z-index: 1;}
.main-about-top .list .box {position: relative; display: inline-block; margin-left: 40px; width: 300px; border-radius:100%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; box-shadow:rgba(0,0,0,.2) 10px 10px 25px;}
.main-about-top .list .box:before {content:''; position: absolute; left: 30px; right: 30px; bottom: 30px; top: 30px; background-color: #fff; opacity: .5; border-radius:inherit;}
.main-about-top .list .box.bg1 {background-image:url("../images/main/main_about1.png");}
.main-about-top .list .box.bg2 {background-image:url("../images/main/main_about2.png");}
.main-about-top .list .box a {position: relative; display: block; padding-bottom: 100%;}
.main-about-top .list .box .tit {position: absolute; top: 50%; left: 0; width: 100%; transform:translateY(-50%); color: #333; font-size: 30px; font-weight: 700; text-align: center;}
.main-about-top .list .box .tit .en {display: block; font-weight: 400; font-size: 16px; line-height: 1.3; margin-top: 4px;}

.sec3 .m-head {margin-bottom: 75px;}
.sec3 .slider {margin-left: 128px;}
.sec3 .roll-btn {margin-bottom: 45px;}
.sec3 .slick-arrow {width:60px; height:60px; z-index:50; background-size: 23px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:1px solid #fff; border-radius:100%; overflow:hidden; text-indent:-9999em;}
.sec3 .slick-arrow:hover {background-color: #0f104b; border-color:#0f104b;}
.sec3 .slick-prev {background-image:url("../images/main/slide_prev.png"); margin-right: 15px;}
.sec3 .slick-next {background-image:url("../images/main/slide_next.png");}

.sec4 .m-head {margin-bottom: 12vh;}
.sec4 .list {background-color: rgba(0,0,0,.8); padding: 12vh 0 27vh;}
.sec4 .list ul {display: flex;flex-wrap:wrap;text-align: center;}
.sec4 .list ul li {width: 25%;}
.sec4 .list ul li a {display: block;}
.sec4 .list ul li .tit {color: #fff; font-size: 34px; font-weight: 500; line-height: 1.3; letter-spacing: -.025em; margin-top: 25px;}


.delay0 {animation-delay: .2s;}
.delay1 {animation-delay: .4s;}
.delay2 {animation-delay: .6s;}
.delay3 {animation-delay: .8s;}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* sub */
.sub-visual {position: relative; display:table; table-layout:fixed; width:100%; height:500px; overflow:hidden; text-align:center; color:#fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {position: relative; z-index: 1; width: 100%; display:table-cell; vertical-align:middle; padding:20px; padding-top: 10px;}
.sub-visual h2 {font-family: 'Pretendard'; font-weight: 700; font-size:60px; line-height:1.5em;}

.sub-visual .background.bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual .background.bg2 {background-image:url("../images/common/sv2.jpg")}
.sub-visual .background.bg3 {background-image:url("../images/common/sv3.jpg")}
.sub-visual .background.bg4 {background-image:url("../images/common/sv4.jpg")}
.sub-visual .background.bg5 {background-image:url("../images/common/sv5.jpg")}
.sub-visual .background.bg6 {background-image:url("../images/common/sv6.jpg")}
.sub-visual .background.bg7 {background-image:url("../images/common/sv7.jpg")}
.sub-visual .background.bg8 {background-image:url("../images/common/sv8.jpg")}
.sub-visual .background.bg9 {background-image:url("../images/common/sv9.jpg")}
.sub-visual .background.bg10 {background-image:url("../images/common/sv10.jpg")}


.sub-visual .background {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-position:20% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
}
.sub-visual.loaded .background{
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}

.path-wrap {display: block;position:relative;margin-top: -100px;z-index:50; border-bottom: 1px solid #e3e3e3;}
.path-wrap .inner {display: flex; background-color: #fff;}
.path-wrap .inner:after {content:""; display:block; clear:both;}
.path-wrap .home {width: 80px;}
.path-wrap .home a {display:block;background:url("../images/common/home.png") 50% 50% no-repeat; line-height: 100px;text-indent:-999em; overflow:hidden;}
.path-wrap .part {position:relative; min-width:430px; border-right: 1px solid #e3e3e3; z-index:50;}
.path-wrap .part > a {display:block; position:relative; height:100px; color:#333333; line-height:100px; padding:0 25px 0 32px; font-size: 20px; letter-spacing: -0.5px; font-weight: 300;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:25px; margin-top: -3px; width:19px; height:12px; background:url("../images/common/select_down_on.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; box-shadow:rgba(0,0,0,.1) 0 0 18px; z-index:50;}
.path-wrap .part ul li {line-height:1.35em;}
.path-wrap .part ul li a {position: relative; display:block; color: #878787; padding:20px 35px; }
.path-wrap .part ul li a:hover {color:#fff; font-weight: 500; background: #283890;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width: 100%; padding-left: 0; padding-right: 0;}

.sub-title {position:relative; padding: 90px 0 100px; text-align:center;}
.sub-title h2 {font-size:36px; line-height:1.3em; letter-spacing: -.025em; font-weight: 700; color: #333;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* footer */
#footer {padding: 80px 0 140px; line-height:1.75; color: #999; background: #fff; border-top: 1px solid #ddd;}
#footer .contain {position: relative; max-width: 1780px;}
#footer address {font-style:normal;}


.foot-info {display: flex;}
.foot-info address {flex:1 1 auto; min-width:0; width:1%;}
.foot-info address span {display:inline-block; margin-right: 12px;}
.foot-info .copyright {display: block; margin-top: 12px; margin-right: 0;}
.foot-info .copyright a {display: inline-block; color: #eee; font-size: 12px;}

.f-logo {width: 283px;}

.scroll-top {position:absolute; top: 10px; right:5.2%; width: 56px; height: 56px; padding:15px 0; background-color: #313092; color: #fff; font-size: 14px; font-weight: 200; text-align: center; bottom: 30px; }
.scroll-top:before {content:""; display:block; margin: 0 auto; width:8px; height:8px; border-right:1px solid #fff; border-bottom:1px solid #fff; transform:rotate(-135deg);}

