@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:1260px; 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;}
#header .contain {position:relative; max-width: 1460px; z-index:2;}

.sitelogo {position:absolute; top:50%; left:30px; margin-top:-27px; z-index:2;}
.sitelogo a {display: block;}

#gnb {text-align:center;}
#gnb > ul {display:flex;justify-content:flex-end;}
#gnb > ul > li {position:relative; padding:0 40px; text-align:center;}
#gnb > ul > li > a {display:block; font-size:21px; font-weight:500; line-height:100px; color: #fff;}
#gnb > ul > li.active {background: rgba(9,41,87,.86);}

#gnb .submenu {display: none !important; 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; color: #6c6c6c;}
#gnb .submenu > ul > li:hover > a {color: #2d4695;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; z-index:1;}


/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:28px; height:32px; margin-top:-16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:5px; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-11px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-11px; transition-property:bottom, transform;}

.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:#023747;}
.mobile-navigation .nav-menu .submenu {display:none; background:#023747; 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 */
#main #container {position: relative; min-height: 850px;}
.main-visual {position:relative; background:#000;}
.main-visual .item {position:relative; height:100vh; min-height: 850px; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; overflow:hidden;}
.main-visual .bg1 {background-image:url("../images/main/mv1.jpg");}
.main-visual .bg2 {background-image:url("../images/main/mv2.jpg");}
.main-visual .bg3 {background-image:url("../images/main/mv3.jpg");}
.main-visual .contain {position: relative; max-width: 1460px; height: 100%;}

.main-visual .caption {position:absolute; top:25%; left:0; width: 100%; z-index:50; color: #fff;}
.main-visual .caption h2 {font-size: 44px; font-weight: 300; line-height: 1.273em; letter-spacing: -.06em; margin-bottom: 15px;}
.main-visual .caption h2 strong {font-weight: 500;}
.main-visual .caption p {font-size: 17px; line-height: 1.5em; letter-spacing: .36em;}

.main-visual .roll-btn {margin-top: 52px;}
.main-visual .slick-dots {margin: 0 -10px;}
.main-visual .slick-dots li {display:inline-block; margin:0 10px;}
.main-visual .slick-dots button{width:14px; height:14px; background:transparent; border-radius:100%; border:4px solid rgba(255,255,255,.5); text-indent:-999em; font-size:0; line-height:0;}
.main-visual .slick-dots li.slick-active button {width:24px; height:24px; background:#fff; border: 0;}


.sec1 .animate .img {animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;}
@keyframes scale {
	0% {transform: scale(1.2);}
	100% {transform: scale(1);}
}

.main-post {position: absolute; right: 5.2%; top: 50%; transform:translateY(-50%); z-index: 51;}
.main-post .contain {padding-right: 0; padding-left: 0;}
.main-post .box {position: relative; width: 408px; height: 294px; padding: 35px 40px; margin: 20px 0; color: #fff;}
.main-post .box.bg1 {background-color: #023847;}
.main-post .box.bg2 {background-color: #092957;}
.main-post .box .head {margin-bottom: 33px;}
.main-post .box .head span {position: relative; top: 2px; font-size: 22px; font-weight: 200; margin-left: 10px;}
.main-post .box .tit {font-size: 20px; line-height: 1.5; letter-spacing: -.04em; margin-bottom: 12px; max-height:2.9em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.main-post .box .tit a {display: block;}
.main-post .box .tit a:hover {text-decoration:underline; text-underline-position:under; text-decoration-thickness: 1px;}
.main-post .box .txt {opacity: .6; font-size: 0.938em; line-height: 1.6; font-weight: 200; letter-spacing: -.04em; max-height:2.9em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.main-post .box .date {font-size: 0.875em; line-height: 1.3; font-weight: 300; letter-spacing: -.04em; margin-top: 33px;}

.main-post .slick-dots {position: absolute; right: 40px; bottom: 35px; margin: 0 -7px;}
.main-post .slick-dots li {display:inline-block; margin:0 7px;}
.main-post .slick-dots button{width:5px; height:5px; background:transparent; border-radius:100%; border:0; opacity: .5; background: #fff; text-indent:-999em; font-size:0; line-height:0;}
.main-post .slick-dots li.slick-active button {width:10px; height:10px; opacity: 1;}


/* sub */
.sub-visual {position: relative; display:table; table-layout:fixed; width:100%; height:440px; 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: 50px;}
.sub-visual h2 {font-size:48px; font-weight: 600; line-height:1.5em; letter-spacing: -.04em;}

.sub-visual .backgroud.bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual .backgroud.bg2 {background-image:url("../images/common/sv2.jpg")}
.sub-visual .backgroud.bg3 {background-image:url("../images/common/sv3.jpg")}
.sub-visual .backgroud.bg4 {background-image:url("../images/common/sv4.jpg")}
.sub-visual .backgroud.bg5 {background-image:url("../images/common/sv5.jpg")}
.sub-visual .backgroud.bg6 {background-image:url("../images/common/sv6.jpg")}

.sub-visual .backgroud {
	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 .backgroud{
	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 */
}

.lnb {text-align:center; margin-top: -72px;}
.lnb .contain {max-width:1200px !important; padding: 0;}
.lnb ul {display:flex;}
.lnb ul li {position: relative; display: table; flex:1; width:auto; min-height: 72px; background: rgba(9,41,87,.72); border-right: 1px solid rgba(255,255,255,.8);}
.lnb ul li:last-child {border-right: 0;}
.lnb ul li a {display:table-cell; vertical-align: middle; padding:0 5px; font-size: 21px; font-weight: 500; color:#fff; line-height:1.3; letter-spacing: -.04em;}
.lnb ul li.active {background: #fff;}
.lnb ul li.active a {color: #092957;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {display: flex;justify-content: space-between;align-items: center; padding: 75px 0;}
.sub-title h2 {font-size:36px; line-height:1.3em; letter-spacing: -.04em;}
.sub-title .path {color:#878787; font-size:0.875em; line-height:1.3em;}
.sub-title .path .home {display:inline-block; padding-left:21px; letter-spacing:0; background:url("../images/common/home2.png") 0 50% no-repeat;}
.sub-title .path .arrow {display:inline-block; text-align:left; margin:0 5px; width:10px; height:10px; overflow:hidden; text-indent:-999em; background:url("../images/common/path_arrow.png") 50% 50% no-repeat;}
.sub-title .path .current {color: #505050;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* qmenu */
.qmenu {display: block; position: fixed; right: 43px; bottom: 36px; border-radius:32px; box-shadow:rgba(41,41,41,.75) 5px 5px 8px;}

/* footer */
#footer {padding: 25px 0; font-size: 14px; line-height:1.65; color: #878787; background: #121212;}
#footer .contain {display: flex;align-items: center;}
#footer address {font-style:normal;}

.foot-logo {order: 3; width: 274px; text-align: right;}

.foot-links {order: 2;}
.foot-links ul {display:flex;}
.foot-links ul li {position: relative; padding-left: 15px; margin-left: 17px;}
.foot-links ul li:before {content:""; position: absolute; top:11px; left: 0; width: 5px; height: 5px; border-radius:5px; background: #aac1e1;}
.foot-links ul li a {display:block; color: #fff; font-size: 1.063em;}


.foot-info {flex:1 1 auto; min-width:0; width:1%;}
.foot-info .comp-name {color: #fff; font-size: 1.214em; font-weight: 500; margin-bottom: 12px;}
.foot-info address {}
.foot-info address span {position: relative; display:inline-block; margin-right: 24px;}
.foot-info .copyright {display: block; margin-top:10px; margin-right: 0;}


.scroll-top {position:absolute; top: 50%; margin-top: -19px; right:30px; padding:5px 17px 5px 0; color: #aaa;}
.scroll-top:before {content:""; position:absolute; right:1px; top:16px; display:inline-block; width:8px; height:8px; border-right:2px solid #aaa; border-bottom:2px solid #aaa; transform:rotate(-135deg);}

