@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-mobile {display:block;}


#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 {position:relative; width:100%; max-width:1430px; padding-left:15px;padding-right:15px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}

#wrapper {position:relative; max-width:1920px;}


#header {width:298px; top:0; left:0; min-height:100%; position:absolute; border-right:1px solid #ddd;background:#eee; z-index:97;}
#header .inner {position:absolute; top:0; left:0; width:100%; height:100%; display:flex; flex-wrap:wrap;  align-content:space-between; background:#eee;}
#header .header {position:relative;width:100%;}
.sitelogo {border-bottom:1px solid #dfdfdf; text-align:center;}
.sitelogo a {display:inline-flex; justify-content:center; align-items:center; height:140px; padding:0 10px;}
#gnb {background:#fff;}
#gnb > ul > li {border-bottom:1px solid #dfdfdf;}
#gnb > ul > li:last-child {margin-bottom:0;}
#gnb > ul > li {display:block; cursor:pointer; padding:20px 35px; color:#242424; font-size:18px; line-height:1.3em; letter-spacing:-0.04em; font-weight:700; font-family: 'NanumSquare',sans-serif;}
#gnb > ul > li > a {display:block;}
#gnb > ul > li.active {color:#fff; background:#0e3859;}
#gnb > ul > li.active:after {content:''; display:block; width:17px; height:9px; position:absolute; top:50%; margin-top:-5px; right:20px; background-size:100% 100%; background-repeat:no-repeat; background-position:50% 50%; background-image:url("../images/common/gnb_over.png");}
#gnb > ul > li > .submenu {position:absolute; left:100%; width:240px; height:100vh; top:0; background:rgba(0,0,0,0.92); overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(-100%); transform:translateX(-100%); z-index:-1;}
#gnb > ul > li.active > .submenu {left:100%; -ms-transform:translateX(0); transform:translateX(0);}
#gnb > ul > li > .submenu h4 {color:#fff; font-size:24px; line-height:1.3em; height:140px; display:flex; align-items:center; letter-spacing:-0.04em; font-weight:700; padding:0 40px; border-bottom:1px solid #454545; font-family: 'NanumSquare',sans-serif;}
#gnb > ul > li > .submenu > ul > li {position:relative; border-bottom:1px solid #454545;}
#gnb > ul > li > .submenu > ul > li > a {display:block; padding:20px 40px; color:#fff; font-size:16px; line-height:1.2em; letter-spacing:-0.04em; font-weight:300; font-family: 'Noto Sans KR',sans-serif;}
#gnb > ul > li > .submenu > ul > li > a:hover {background:#0e3859; color:#fff;}

.submenu-bg {display:none; position:absolute; top:90px; left:0; width:100%; background:#000; opacity:.80; z-index:10}

#container {margin-left:298px;}

.header-copy {padding:36px 30px; width:100%; color:#808080; background:#1a1a1a; font-size:14px; line-height:1.286em;}
.header-copy .tit {color:#fff; font-size:19px; line-height:1.4em; font-weight:700; margin-bottom:10px; font-family: 'NanumSquare',sans-serif;}
.header-copy address {display:block; font-style:normal; margin-bottom:15px;}
.header-copy dl {display:flex; margin-bottom:10px;}
.header-copy dl dt {width:65px; color:#bbb}
.header-copy dl dd {flex:1 1 auto; width:1%; min-width:0;}

.menu-header-copy {padding:20px; color:#686868; font-size:14px; line-height:1.286em; font-family: 'Noto Sans KR',sans-serif;}
.menu-header-copy .tit {color:#fff; font-size:16px; line-height:1.4em; font-weight:500; margin-bottom:15px;}
.menu-header-copy address {display:block; font-style:normal; margin-bottom:15px;}
.menu-header-copy dl {display:flex; margin-bottom:5px;}
.menu-header-copy dl dt {width:65px; color:#686868}
.menu-header-copy dl dd {flex:1 1 auto; width:1%; min-width:0;}
.menu-header-copy .copy {padding-top:10px; font-size:12px; line-height:1.4em;}
.menu-header-copy .copy br {display:none}


/* for mobile */
.btn-m-menu {display:none;position:absolute; top:50%; margin-top:-12px; right:15px; width:30px; height:24px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1.5px; width:25px; height:2px; 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;}

.header-fixed .btn-m-menu span {background:#242424}
.header-fixed .btn-m-menu span:before,
.header-fixed .btn-m-menu span:after {background:#242424}

.mobile-navigation {position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#1a1a1a; z-index:101;}
.mobile-navigation .home {padding:20px 15px; font-size:20px; line-height:1.4em; font-weight:700; color:#fff;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #333; font-family: 'NanumSquare',sans-serif;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:14px 15px; display:block; color:#fff; font-size:18px; font-weight:700; 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 #fff; border-bottom:2px solid #fff;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#eee}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#eee;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding-bottom:10px;}
.mobile-navigation .nav-menu .submenu h4 {display:none;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 15px; color:#fff; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#eee}
.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:3px; background:#fff; 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:.76; z-index:98;}

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 {top:20px; right:20px;}
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:#242424 !important;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}




/* main */
.main-row {display:flex;}
.main-col {width:calc(100% - 360px);}
.main-visual {position:relative; overflow:hidden;}
.main-visual:after {content:"";position:absolute; top:0; left:0; width:100%; height:100%; border:5px solid #333}

.main-bnr {width:360px; background:#eee}
.main-bnr ul li {border-bottom:1px solid #ddd; text-align:center; transition: all 0.2s ease-in-out;}
.main-bnr ul li a {display:flex; flex-wrap:wrap; align-content:center; height:240px;align-items:center; justify-content:center; text-align:center; padding:0 10px;}
.main-bnr ul li .icon {margin-bottom:20px; width:100%;}
.main-bnr ul li .tit {color:#242424; font-size:19px; width:100%; line-height:1.4em; font-weight:700; font-family: 'NanumSquare',sans-serif;}


/* sub page */
.sub-visual {position:relative; width:100%; height:360px; overflow:hidden;}
.sub-visual .content {position:absolute; top:50%; left:0; text-align:center; transform:translateY(-80%); color:#fff;  width:100%; z-index:80}
.sub-visual .tit {font-size:30px; line-height:1.3em; font-weight:700; font-family: 'NanumSquare',sans-serif;}
.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 */
}


.sub-title {padding-top:65px; margin-bottom:50px; text-align:center; font-family: 'NanumSquare',sans-serif;}
.sub-title h2 {position:relative; color:#242424; font-size:30px; line-height:1.4em; font-weight:700; padding-bottom:15px;letter-spacing:-.40px;}
.sub-title h2:after {content:"";position:absolute; bottom:0; left:50%; margin-left:-25px; width:50px; height:2px; background:#203f60;}

#lnb {position:relative; margin:-70px auto 0; background:#203f60;}
.lnb {max-width:1400px; margin:0 auto;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; position:relative; text-align:center;}
.lnb ul li:after {content:"";position:absolute; top:0; left:0; width:1px; height:100%; background:#fff; opacity:.30;}
.lnb ul li:first-child:after {display:none}
.lnb ul li a {display:flex; justify-content:center; align-items:center; height:70px; font-size:20px;line-height:1.4em; font-weight:700; color:#fff; font-family: 'NanumSquare',sans-serif;}
.lnb ul li.active a {background:#fff; color:#203f60;}

.lnb-menu {margin-bottom:60px;}
.lnb-menu ul {display:flex; padding-left:1px;}
.lnb-menu ul li {height:50px; display:table; font-size:16px; line-height:1.4em; text-align:center; margin-left:-1px;}
.lnb-menu ul li a {display:table-cell; vertical-align:middle; width:100%; height:100%; color:#2c2c2c; border:1px solid #dfdfdf; border-bottom:1px solid #1b3d9d; background:#f4f4f4}
.lnb-menu ul li.active a {position:relative; z-index:3; background:#fff; border:2px solid #1b3d9d; border-bottom:0; color:#1b3d9d;}

.real-cont {padding-bottom:100px; overflow:hidden;}
.real-cont.none {padding-bottom:0;}





/* footer */