@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */
#wrapper{position:relative;overflow:hidden;}
#sub #wrapper{padding-top:100px;}
#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}

/* header */
#header {position:absolute;left:0;top:0;right:0;z-index:90;background-color: #fff;}
#sub #header{position: fixed;}
#header:after{content:'';width:100%;height:1px;position: absolute;left:0;top:100px;background-color: #ddd;opacity:0;transition:.3s;}
.header-fixed #header:after{opacity:1;}
#header .contain{height:100px;max-width:1780px;}
#header .sitelogo {position:absolute; top:15px; left:30px; z-index:2}
#header .sitelogo a {display:block;}

#gnb>ul {display:flex; justify-content:center;margin:0 -65px;} 
#gnb>ul>li {position:relative; text-align:center; padding:0 65px;}
#gnb>ul>li>a {position:relative; display:inline-block; color:#242424; font-size:20px; line-height:100px; font-weight:600;}

#gnb .submenu {position:absolute; top:100px; left:0; width:100%; height:0; overflow:hidden; z-index:20;}
#gnb .submenu ul {display:block; padding:25px 0;}
#gnb .submenu ul li {margin-bottom:15px;text-align:center;}
#gnb .submenu ul li:last-child{margin-bottom:0;}
#gnb .submenu ul li a {display:inline-block; color:#fff; font-size:16px; line-height:1.3em;position:relative;}
#gnb .submenu ul li a:after{content:'';width:0;height:1px;background-color: #fff;position: absolute;left:50%;bottom:0;opacity:0;transition:.3s;}
#gnb .submenu ul li a:hover:after{width:100%;left:0;opacity:1;}

.submenu-bg {position: absolute;left:0;top:100px;right:0;background:url('../images/common/menu-bg.jpg')no-repeat 50% 100%/cover;}


.contain {position:relative; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.intro{display:flex;justify-content:center;align-items:center;height:100vh;}
.intro .logo{opacity:0;transform:translateY(50px);}

/* main */ 
.main-visual {position:relative;}
.main-visual .vis-wrap{position:relative; overflow:hidden;height:100%;width:100%;}
.main-visual .vis-wrap video{position:absolute; top:0; left:0; right:0;bottom:0;width:100%; height:100%; object-fit:cover;}
.main-visual {position:relative; overflow:hidden;}
.main-visual video{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;object-position:50% 100%}

.main-bg-con{display:flex;}
.main-bg-con .con{display:flex;align-items:center;position:relative;width:50%;height:100vh;overflow:hidden;padding-top:100px;}
.main-bg-con .con .bg{position:absolute;left:0;top:0;right:0;bottom:0;background-repeat:no-repeat;background-size:cover;background-position:50% 50%;transition:.5s;}
.main-bg-con .con:hover .bg{transform:scale(1.06);}
.main-bg-con .con .bg:after{content:'';width:100%;height:100%;background-color:rgba(0,0,0,.4);transition:.5s;position: absolute;left:0;top:0;}
.main-bg-con .con:hover .bg:after{background-color:rgba(27,48,99,.8);}
.main-bg-con .con .inner{position:relative;z-index:1;width:100%;padding:0 15px;color: #fff;text-align:center;letter-spacing:-.01em;}
.main-bg-con .con .inner .tit{margin-bottom:30px;font-size:28px;font-weight:700;line-height:1.2em;}
.main-bg-con .con .inner .tt{min-height:140px;line-height:1.53em;}
.main-bg-con .con .inner .more{display:inline-block;position:relative;padding-right:60px;letter-spacing:0;}
.main-bg-con .con .inner .more:after{content:'';position: absolute;right:0;top:3px;width:43px;height:18px;background:url('../images/main/more-arr.png')no-repeat 100% 50%/contain;}

.sec3 .fp-tableCell{padding-top:100px;}
.sec3{background:url('../images/main/sec3-bg.jpg')no-repeat 50% 50%/cover;}
.sec3 .contain{display:flex;max-width:1460px;}
.sec3 .left{min-width:0;width:1%;flex:1 1 auto;}
.sec3 .box{display:block;position:relative;padding:25px 30px;border-radius:15px;border:1px solid #ddd;}
.sec3 .box .box-tit{font-size:28px;font-weight:700;line-height:1.2em;color:#242424;}

.sec3 .left .box .hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;}
.sec3 .left .box .hd .btn-more{display:block;width:25px;height:25px;background:url('../images/main/sec3-plus.png')no-repeat 50% 50%/contain;transition:.3s;}
.sec3 .left .box .hd .btn-more:hover{background-image:url('../images/main/sec3-plus-on.png');}
.sec3 .left .box .top-wrap{display:block;}
.sec3 .left .box .top-wrap .title{display:flex;align-items:center;margin-bottom:25px;}
.sec3 .left .box .top-wrap .title .date{display:flex;justify-content:center;align-items:center;width:85px;height:85px;margin-right:25px;background-color: #6c0319;color: #fff;letter-spacing:0;border-radius:5px;text-align:center;}
.sec3 .left .box .top-wrap .title .date p{font-size:14px;font-weight:500;line-height:2em;}
.sec3 .left .box .top-wrap .title .date p strong{font-size:34px;}
.sec3 .left .box .top-wrap .title .tit{font-size:22px;line-height:1.45em;font-weight:600;color: #242424;letter-spacing:-.02em;min-width:0;width:1%;flex:1 1 auto;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.sec3 .left .box .top-wrap .tt{font-size:17px;line-height:1.65em;color: #686868;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.sec3 .left .box .list{margin-top:30px;padding-top:30px;border-top:1px solid #ddd;}
.sec3 .left .box .list ul li{margin-bottom:15px;}
.sec3 .left .box .list ul li:last-child{margin-bottom:0;}
.sec3 .left .box .list ul li a{display:flex;font-size:17px;}
.sec3 .left .box .list ul li a .tit{min-width:0;width:1%;flex:1 1 auto;display: inline-block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-right:20px;font-weight:500;letter-spacing:-.02em;}
.sec3 .left .box .list ul li a .date{color: #a8a8a8;}

.sec3 .right{width:711px;margin-left:24px;}
.sec3 .right ul{display:flex;flex-wrap:wrap;height:calc(100% + 24px);margin:0 -12px -24px;}
.sec3 .right ul li{width:50%;padding:0 12px;height:calc(50% - 24px);margin-bottom:24px;}
.sec3 .right ul li .box{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;height:100%;}
.sec3 .right ul li .box .wrap .box-tit{margin-bottom:20px;}
.sec3 .right ul li .box .wrap .tt{line-height:1.5em;color:#8d8d8d;}
.sec3 .right ul li .box .more{position:relative;display:inline-block;padding-right:24px;font-size:14px;letter-spacing:-.01em;line-height:1.2em;color: #bcbcbc;}
.sec3 .right ul li .box .more:after{content:'';position: absolute;right:0;top:2px;width:6px;height:13px;background:url('../images/main/sec3-arr.png')no-repeat 100% 50%/contain;}
.sec3 .right ul li .box:after{content:'';position: absolute;right:30px;bottom:25px;width:61px;height:58px;background:url('../images/main/sec3-ic1.png')no-repeat 100% 50%/contain;}
.sec3 .right ul li.type2 .box:after{background-image:url('../images/main/sec3-ic2.png');}
.sec3 .right ul li.type3 .box:after{background-image:url('../images/main/sec3-ic3.png');}
.sec3 .right ul li.type4 .box:after{background-image:url('../images/main/sec3-ic4.png');}


/* sub page */
.sub-visual {position:relative; height:400px; z-index:10;overflow:hidden;}
.sub-visual .wrap{position: absolute;left:0;top:50%;transform:translateY(-50%);width:100%;color: #fff;z-index:1;text-align:center;}
.sub-visual .wrap .tit{margin-bottom:15px;font-size:50px;font-weight:700;line-height:1.2em;}
.sub-visual .wrap .eng{font-size:20px;letter-spacing:.6em;margin-right:-10px;}
.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	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;
	z-index:0;
}
.sub-visual.load .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 */
}

#lnb{position:relative;}
#lnb:after{content:'';width:100%;height:1px;background-color: #ddd;position: absolute;left:0;bottom:0;}
.lnb{max-width:1200px;width:100%;margin:0 auto;}
.lnb ul{display:flex;}
.lnb ul li{position:relative;flex:1;width:auto;}
.lnb ul li:after{content:'';width:1px;height:20px;background-color: #ddd;position: absolute;right:0;top:50%;transform:translateY(-50%);}
.lnb ul li:first-child:before{content:'';width:1px;height:20px;background-color: #ddd;position: absolute;left:0;top:50%;transform:translateY(-50%);}
.lnb ul li a{display:flex;justify-content:center;align-items:center;position:relative;padding:0 10px;height:60px;font-size:18px;font-weight:500;color: #333;line-height:1.2em;text-align:center;}
.lnb ul li.active a{color: #1b3063;}
.lnb ul li.active a:after{content:'';position: absolute;left:0;bottom:0;width:100%;height:2px;background-color: #1b3063;}

.sub-title{margin:80px 0;text-align:center;}
.sub-title h1{position:relative;padding-bottom:25px;font-size:36px;font-weight:700;line-height:1.2em;color: #242424;}
.sub-title h1:after{content:'';width:40px;height:3px;background-color: #242424;position: absolute;left:50%;bottom:0;transform:translateX(-50%);}

.real-cont {padding:0 0 100px;}

/* footer */
#footer {background-color: #151515;}
#footer .contain{max-width:1460px;}
#footer .foot-map{padding:20px 0 18px;border-bottom:1px solid #737373;font-size:15px;color:#c0c0c0;line-height:1.3em;}
#footer .foot-map ul{display:flex;margin:0 -25px;}
#footer .foot-map ul li{position:relative;padding:0 25px;}
#footer .foot-map ul li:after{content:'';position: absolute;right:0;top:4px;width:1px;height:10px;background-color: #494949;}
#footer .foot-map ul li:last-child:after{display:none;}
#footer .foot-info{padding:30px 0 35px;color: #c8c8c8;}
#footer .foot-info .tit{margin-bottom:10px;font-size:16px;font-weight:600;line-height:1.2em;}
#footer .foot-info address{display:flex;flex-wrap:wrap;font-style:normal;margin:0 -15px 10px;}
#footer .foot-info address p{padding:0 15px;font-size:14px;line-height:1.3em;}
#footer .foot-info .copy{font-size:13px;line-height:1.2em;}
#footer .foot-info .copy a{display:inline-block;font-size:12px;color: #606060;}

.quick{position: fixed;right:30px;bottom:30px;z-index:100;}
.quick ul li{}
.quick ul li a{display:block;border-radius:50%;box-shadow:3px 3px 10px rgba(0,0,0,.3)}
.quick ul li :last-child{margin-bottom:0;}

/* for mobile */
.only-mobile {display:none;}
.btn-m-menu {display:block; position:absolute; top:50%; margin-top:-11px; right:30px; width:30px; height:22px;  text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px;background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#242424; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}
.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;}
.mobile-navigation .home {margin-bottom:20px; padding-left:15px;}
.mobile-navigation .home img {height:23px;}
.mobile-navigation .nav-menu>ul{margin-top:30px;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li a:after{content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#305e92}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#305e92;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px;}
.mobile-navigation .nav-menu .submenu>ul:after {content:"";display:block;clear:both;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {display:block; content:"";position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover{color:#305e92}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#305e92}
.mobile-navigation .close {position:absolute; top:20px; right:15px; width:24px; height:24px; 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:#2c2c2c;}
.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:201;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0); }
html.menu-opened .mobile-overlay {display:block;}