@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * date : 2022-07-26
******************************************************** */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); /* Pretendard */
/* ========================================================
 * SETTING
======================================================== */
:root{
	--main-color: #273896;
	--area-box-width: 1780px;
	--area-box2-width: 1640px;
	--area-width: 1520px;
	--area-padding: 30px;
	--header-height: 100px;
	--top-fixed-height:70px;
	--sub-visual-height: 52rem;
	--sub-menu-height: 76px;
	--full-height: 100vh;
	--transition-custom: all 0.4s ease-in-out;
	--transition-custom2: all 0.8s ease-in-out; /* data-scroll */
	--font-family1: 'Pretendard', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
}
/* html:not(.is-mobile) *::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}
html:not(.is-mobile) *::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}
html:not(.is-mobile) *::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
} */
::selection {
    background: var(--main-color);   
    color: #fff;
}
::-moz-selection {
    background: var(--main-color);    
    color: #fff;
}
html{font-size:10px;}
body, table, th, td, button, select, input, textarea {
	font-family:var(--font-family1);
	color:#111;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
	word-break:keep-all;
}
body { background-color:#fff; }
table, th, td{word-break:break-word;}
#wrap {overflow:hidden; width:100%; min-width:320px; position:relative; }

/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
.area{ max-width:var(--area-width); margin:0px auto;}
.area-box{ max-width:var(--area-box-width); margin:0px auto; }
.area-box2 { max-width:var(--area-box2-width); margin:0px auto; }
.full-height{height:var(--full-height);}
/* Fullpage Layout */
.fullpage-html{overflow:hidden; height:100%;}
.fullpage-html #wrap{position:static;}
/* br tag */
.m-br{display:none;}
.display-m{display:none;}

/* ****************** HEADER ********************** */
#header{
	position:relative; position:absolute; height:var(--header-height); top:0; left:0; width:100%; z-index:9999; transition:var(--transition-custom);
}
#headerInnerWrap{position:fixed; top:0px; left:0px; width:100%; height:var(--header-height); z-index:9999; transition:var(--transition-custom); /* border-bottom:1px solid rgba(255,255,255,0.24); */}
#headerInner{position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); margin:0px auto; padding:0 var(--area-padding); transition: var(--transition-custom);}
#header .logo{position:relative; z-index:100; }
#header .logo a{display:block; position:relative; height:3.5rem}
#header .logo img {position:absolute; top:0; left:0; height:100%; transition: var(--transition-custom);}
#header .logo img.blue {opacity:0;}

/* -------- Header :: UTIL BOX -------- */
.header-util-box{position:relative; z-index:100;}

/* Header :: 언어선택 */ 
.header-lang {position:relative; float:left; z-index:100; }
.header-lang .lang-open-btn {overflow:hidden; position:relative; display:block; width:100%; text-align:left; height:100%; padding:0 10px; font-size:12px; line-height:30px; font-style:italic; line-height: 30px; font-weight:600; color:#fff; padding-right:45px; box-sizing: border-box; }
.header-lang .lang-open-btn .arrow{position:absolute; top:2px; right:0px;}
.header-lang .lang-open-btn .arrow i{font-size:12px;}
.header-lang > ul {display:none; position:absolute; top:30px; left:-1px; z-index:10; width:100%; background-color: #fff; border: 1px solid #e8e8e8; -webkit-transition: background-color 0.3s; transition: background-color 0.3s;}
.header-lang > ul > li > a{display:block; padding:0 10px; font-size:10px; line-height: 30px; color:#333;}
.header-lang > ul > li > a:hover{ }
.header-lang.open .lang-open-btn .arrow i{transform:rotate(180deg);}

/* Header :: 사이트맵버튼 */
.sitemap-line-btn{float:left; display:flex; flex-direction:column; justify-content: center; margin-left:8rem; box-sizing:border-box;}
.sitemap-line-btn i {font-size:24px; line-height:30px; color: #fff; transition:var(--transition-custom);}

/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg{position:fixed; top:0; left:0; width:100%; height:100%; visibility:hidden; opacity:0; background:rgba(0,0,0,0.5); z-index:9997;  transition:var(--transition-custom); }	/* gnb overlay BG */
.gnb-overlay-bg.open{visibility:visible; opacity:1.0;}
#gnb{position:absolute; text-align:center; top:0; left:0px; width:100%; z-index:99;}
#gnb > ul{display:inline-block; position:absolute; right:17.14%;}
#gnb > ul > li{position:relative; float:left; word-break:keep-all;}
#gnb > ul > li > a{
	position:relative; z-index:100; display:block; line-height:var(--header-height); /* padding:0 4.75rem; */ padding:0 4.2rem; text-align:center; color:#fff; font-size:1.8rem; font-weight:600; transition:var(--transition-custom);
}
#gnb > ul > li > a:hover,
#gnb > ul > li > a:focus {color:var(--main-color);}

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; 
	position:absolute; 
	left:0; top:0px; 
	width:100%; 
	height:0; 
	opacity:0;
	transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
#gnbBg:after{position:absolute; top:var(--header-height); width:100%; left:0; height:1px; background-color:#ddd; content:"";}
#gnbBg .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.93); z-index:98; border-top:var(--header-height) solid #fff; box-sizing: border-box; }
.gnb-bg-txt { position:absolute; left:50%; bottom:6rem; margin-left:33.7rem; text-align:left; z-index: 100;}
.gnb-bg-txt span {font-size:5.4rem; color: #5a69bd; line-height:0.98; font-weight:700; display:block;}
.gnb-bg-txt span:first-child {color: #bcc7e9;}
.gnb-bg-txt span:last-child {margin-left:3.4rem;}
#gnb.total-menu > ul > li .gnb-2dep{
	position:absolute; 
	/* top:var(--header-height); */ 
	left:0px; 
	z-index:99;
	width:100%; 
	text-align:left; 
	opacity:0;filter:Alpha(opacity=0);
	height:0;
    transition: all 0.2s 0s;
	transition-delay: 0s;
	visibility:hidden;
}
#gnb.total-menu > ul > li .gnb-2dep:before {
	content:""; position:absolute; left:0; top:-1px; width:0; left:50%; height:2px; background-color:var(--main-color); 
	transition:var(--transition-custom);
}
#gnb.total-menu > ul > li:hover .gnb-2dep {background-color:#e8ecf9;}
#gnb.total-menu > ul > li:hover .gnb-2dep:before {width:100%; left:0;}
#gnb.total-menu > ul > li .gnb-2dep ul{padding:21px 0px 43px;}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative; text-align:center;}
#gnb.total-menu > ul > li .gnb-2dep ul li a{ display:block;  padding:7px 15px; color:#777; font-size:1.6rem; line-height:1.3; transition:var(--transition-custom); }
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover{color:var(--main-color);}

/* GNB :: 2차메뉴 Over (높이변경) */
#gnb.open #gnbBg{/* height:520px; */ height:480px; opacity:1.0;filter:Alpha(opacity=100); transition:all 0.4s;}
#header.top-fixed #gnb.open #gnbBg {height:510px;}
#gnb.open > ul > li > a {color: #111;}
#gnb.open > ul > li .gnb-2dep{
	/* height:420px; */ height:380px; opacity:1.0;filter:Alpha(opacity=100);
	visibility:visible;
    transition: height 0.5s , opacity 0.2s ease-in-out 0.2s,  background-color 0.4s;
}

/* over했을때 */
#gnb > ul > li .gnb-2dep.open ul li{opacity:1.0; transition:var(--transition-custom2);}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1){transition-delay:0.1s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2){transition-delay:0.2s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3){transition-delay:0.3s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4){transition-delay:0.4s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5){transition-delay:0.5s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6){transition-delay:0.6s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7){transition-delay:0.7s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8){transition-delay:0.8s;}

/* header main ver. */
/* .main-wrap #header #headerInnerWrap{background-color: rgba(255,255,255,0.7);} */
.main-wrap #header .logo a img.blue{opacity:1;}
.main-wrap #header .logo a img.white{opacity:0;}
.main-wrap #header .header-lang .lang-open-btn ,#header.gnb-open .header-lang .lang-open-btn {color: #000;}
.main-wrap #header .header-lang > ul > li > a {color: #333;}
.main-wrap #header .sitemap-line-btn i {color: #000;}
.main-wrap #header #gnb > ul > li > a {color: #000;}
.main-wrap #header .nav-open-btn i{color: #333;}

/* header main white ver. */
.main-wrap #header.white-ver .logo a img.blue{opacity:0;}
.main-wrap #header.white-ver .logo a img.white{opacity:1;}
.main-wrap #header.white-ver .header-lang .lang-open-btn ,#header.gnb-open .header-lang .lang-open-btn {color: #fff;}
/* .main-wrap #header.white-ver .header-lang > ul > li > a {color: #fff;} */
.main-wrap #header.white-ver .sitemap-line-btn i {color: #fff;}
.main-wrap #header.white-ver #gnb > ul > li > a {color: #fff;}
.main-wrap #header.white-ver .nav-open-btn i{color: #fff;}

/* Header :: white 버전 */
.main-wrap.new-main #header.white-ver #gnb > ul > li > a {color:#fff;} 
.main-wrap.new-main #header.white-ver.top-fixed #gnb > ul > li > a {color:#000;} 
.main-wrap.new-main #header.white-ver.top-fixed .logo a img.blue {opacity:1;}
.main-wrap.new-main #header.white-ver.top-fixed .header-lang .lang-open-btn {color:#000;}
.main-wrap.new-main #header.white-ver.top-fixed .sitemap-line-btn i {color:#000;}
.main-wrap.new-main #header.white-ver #gnb.open > ul > li > a {color:#000;}
.main-wrap.new-main #header.white-ver.gnb-open .logo a img.blue {opacity:1;}
.main-wrap.new-main #header.white-ver.gnb-open .header-lang .lang-open-btn {color:#000;}
.main-wrap.new-main #header.white-ver.gnb-open .sitemap-line-btn i {color:#000;}

/* header fixed & gnb open */
#header.top-fixed #gnb.total-menu > ul > li .gnb-2dep, #header.top-fixed #gnbBg:after {top:70px;}
#header.top-fixed #gnb.total-menu > ul > li .gnb-2dep {height:440px;}
#header.top-fixed, #header.top-fixed #headerInner { height: var(--top-fixed-height);}
#header.top-fixed #headerInnerWrap{height: var(--top-fixed-height); background-color: #fff; border-bottom-color:#e8e8e8; }
#header.top-fixed .logo a img.blue ,#header.gnb-open .logo img.blue {opacity:1;}
#header.top-fixed .logo a img.white , #header.gnb-open .logo img.white {opacity:0;}
#header.top-fixed .header-lang .lang-open-btn ,#header.gnb-open .header-lang .lang-open-btn {color: #000;}
#header.top-fixed .header-lang > ul > li > a {color: #333;}
#header.top-fixed .sitemap-line-btn i ,#header.gnb-open .sitemap-line-btn i {color: #000;}
#header.top-fixed #gnb > ul > li > a {line-height:var(--top-fixed-height); color: #000;}
/* #header.top-fixed #gnb.total-menu > ul > li .gnb-2dep {top:var(--top-fixed-height);} */
#header.top-fixed #gnbBg:after {top:var(--top-fixed-height);}
#header.top-fixed #gnbBg .bg {border-top-width:var(--top-fixed-height);}


/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn{display:none;}
#gnbM{display:none}

/* ****************** FOOTER ********************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer{background-color:#fff;}
#footerInnerBox {display:flex; max-width:1135px; margin:0 auto;}
.footer-left-con{float:left; width: calc(100% - 29.5rem);}
.footer-right-con{float:right; width:33rem; display:flex; flex-direction:column; justify-content:space-between;}
.right-con-inner {}

/* Footer :: TOP버튼 */
.to-top-btn{
	position:fixed; 
	bottom:-100px; 
	right:15px;
	display:block; 
	width:46px; 
	height:46px; 
	background-color:#fff; 
	text-align:center; 
	color:#333; 
	z-index:99;
	border:1px solid #eee;
	box-sizing:border-box;
	opacity:0;
	transition:var(--transition-custom);
	border-radius:50%;
}
.to-top-btn.bottom-fixed{bottom:15px; opacity:1.0;}
.to-top-btn i{display:inline-block; font-size:16px; line-height:46px; transition:var(--transition-custom);}
.to-top-btn:hover i{transform:translateY(-3px)}
#fullpage .to-top-btn{display:none;}

/* -------- FOOTER :: 상단 -------- */
#footerTop{border-top:1px solid #ddd; /* padding:8rem 0; */ padding:4rem 0; }
.footer-left-con {display:flex; align-items:center;}

/* Footer :: 푸터로고 */
.foot-logo{display:block; width:13.6rem;/*  margin-bottom:2rem; */ margin-top:-8px;}
.foot-logo img {/* width:7.1rem; */ width:4.5rem;}

/* Footer :: 정보 */
.footer-address-list li {display:flex; font-size:1.5rem; letter-spacing:-0.02em; line-height:1.3; color: rgba(34,34,34,0.65); margin-top:1.4rem; font-weight:500;}
.footer-address-list li:first-child {margin-top:0;}
.footer-address-list li .name {display:block; width:15rem; color: #333;}
.footer-address-list li .name i {margin-right:0.7rem;}
.footer-address-list li .info-box {display:flex; <!-- width:calc(100% - 15rem) -->; flex-wrap:wrap; /*추가*/}
.footer-address-list li .info-box .txt {/* width:15rem; */ margin-right: 2rem; margin-bottom: 0.5rem; /*추가*/}
.footer-address-list li .info-box .txt:first-child {/* width:35.8rem; */ width: 100%;}

/* Footer :: 푸터메뉴 */
.foot-menu{}
.foot-menu li{float:left; position:relative; padding-left:2rem; padding-bottom:1rem; }
.foot-menu li:first-child{padding-left:0}
.foot-menu li a{color:rgba(102,102,102,0.7); font-size:1.5rem;}
.foot-menu li a.cm-modal-open-btn {color: var(--main-color);}

/* Footer :: 패밀리사이트 */
.family-site-box{position:relative; width:21.7rem; text-align:left; letter-spacing:0.15em; margin:3rem 0 0 auto;}
.family-site-box .family-site-open-btn{display:block; width:100%; height:4.8rem; line-height:4.8rem; padding:0 2rem; text-align:left; font-size:12px; border:1px solid #c9c9c9; background-color:#fff; color:#666; box-sizing:border-box; }
.family-site-box .family-site-open-btn:after{position:absolute; right:2rem; top:50%; transform:translateY(-50%); font-size:1.7rem; font-family: 'xeicon'; content:"\e942";}
.family-site-box.open .family-site-open-btn:after{content:"\e945";}
.family-site-list{position:absolute; bottom:100%; left:0px; width:100%;  padding:10px 0; background-color:#fff; border:1px solid #ddd; border-bottom:0;  z-index:11; display:none; box-sizing:border-box;}
.family-site-list a{display:block; padding:10px 2rem; color:#333; font-size:14px; letter-spacing:-0.25px;}
.family-site-list a:hover{color:#000; text-decoration:underline;}


/* Footer :: Copyright */
.footer-copyright{font-size:1.4rem; color: rgba(0,0,0,0.5);text-align:right; margin-top:4rem; margin-bottom: 0.5rem;}
.footer-copyright b{color:var(--main-color)}




/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual{position:relative; width:100%; height:var(--sub-visual-height); }
#visual .visual-img-con{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%;
	height:var(--sub-visual-height);
	overflow:hidden; 
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-transition: transform 5000ms ease-in-out;
	transition: transform 5000ms ease-in-out;
}
#visual .visual-img-inner{
	width:100%; 
	height:100%; 
	background-size:cover !important; 
	/* transform: scale(1.1,1.1); 
	transition:all 0.8s ease-in-out; */ 
}
#visual .visual-txt-con{position:relative; z-index:1; text-align:center; display:table; width:100%; height:100%; color:#fff;}
#visual .visual-txt-container{position:relative; width:100%; }
#visual .visual-txt-con .table-cell-layout {padding-top:var(--header-height); box-sizing: border-box; }
#visual .visual-tit,
#visual .visual-sub-txt{
	opacity:0;
    transform: translateY(30px);
	transition:var(--transition-custom2);
	transition-property: transform, opacity;
}
#visual .visual-tit{
	font-size:7.6rem; 
	transition-delay:0.3s;
}
#visual .visual-sub-txt{
	font-size:2.2rem; letter-spacing:-0.015em; color: rgba(255,255,255,0.6);
	font-weight:500; 
	padding-top:4rem;
	transition-delay:0.5s;
}

/* SUB LAYOUT :: 상단효과 active */
#visual.active .visual-img-inner{
     transform: scale(1.0,1.0) rotate(0.002deg);
}
#visual.active .visual-img-con {
    -webkit-transform: scale(1.0,1.0) rotate(0.002deg);
    transform: scale(1.0,1.0) rotate(0.002deg);}
#visual.active .visual-tit,
#visual.active .visual-sub-txt{
	opacity:1.0;
    transform: translateY(0px);
}


/*  SUB LAYOUT :: 서브메뉴(스타일4) */
#topMenu04{position:relative; width:100%; height:calc(var(--sub-menu-height) + 1px); } /* (+1 border height)*/
#topMenu04 .side-menu-inner{width:100%; height:var(--sub-menu-height); border-bottom:1px solid #ddd; background-color: #fff;}
#topMenu04 .location-to-home-btn{float:left; width:4.2rem; height:var(--sub-menu-height); background-color:#fff;}
#topMenu04 .location-to-home-btn i{color:var(--main-color); font-size:24px; line-height:var(--sub-menu-height);}
#topMenu04 .menu-location{position:relative; float:left; width:260px;}
#topMenu04 .menu-location > .cur-location{position:relative; display:block; width:100%; height:var(--sub-menu-height); padding:0 35px 0 20px;text-align:left}
#topMenu04 .menu-location > .cur-location:before {content:""; position:absolute; left:0; top:50%; margin-top:-10px; width:1px; height:20px; background:#e7e7e7; transition:all 0.4s; margin-left:-1px;}
#topMenu04 .menu-location > .cur-location:after {content:""; position:absolute; right:0; top:50%; margin-top:-10px; width:1px; height:20px; background:#e7e7e7; transition:all 0.4s;}
#topMenu04 .menu-location.open .cur-location:before {margin-top:0; top:0; height:100%; margin-left:-1px;}
#topMenu04 .menu-location.open .cur-location:after {margin-top:0; top:0; height:100%; margin-left:-1px;}
#topMenu04 .menu-location.location2 > .cur-location span {color: var(--main-color)}
#topMenu04 .menu-location > .cur-location span{display:block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:var(--sub-menu-height); color:#333; font-weight:600; font-size:18px; letter-spacing:-0.5px;}
#topMenu04 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px;margin-top:-10px; font-size:20px;}
#topMenu04 .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}
#topMenu04 .menu-location .location-menu-con{display:none; position:absolute; top:100%; left:-1px; right:0px; border:1px solid #ddd; border-top:0; background-color:#fff; z-index:11; padding-bottom:10px }
#topMenu04 .menu-location .location-menu-con li a{display:block; padding:10px 20px; font-size:15px; word-break:keep-all; line-height:1.5;}
#topMenu04 .menu-location .location-menu-con li.on{position:relative;}
#topMenu04 .menu-location .location-menu-con li.on a{color:var(--main-color); font-weight:500;}


/* SUB LAYOUT :: 모바일메뉴(공통)  */
#topMenuM{display:none;}

/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
/* #content:not(.wide){padding:18.8rem 0} */
#content:not(.wide){padding:8rem 0}
#content.wide{padding:8rem 0 0 0}
#content.wide.not {padding:0;}

/*  SUB LAYOUT :: 상단정보 (공통) */
#contentInfoCon{position:relative; margin:0 auto 11rem; text-align:center; }
#contentInfoCon .content-tit{color:#111; font-size:5.6rem; font-weight:700;}
.content-location {margin-top:3rem;}
.content-location ul {display:flex; align-items:center; justify-content:center; }
.content-location ul li {font-size:1.6rem; letter-spacing:-0.015em; color: #999;  font-weight:500;}
.content-location ul li:after {content: "\e93f"; display:inline-block; font-size:2rem; color: #c1c1c1; font-family: 'xeicon'; vertical-align:middle; margin:0 5px;}
.content-location ul li:last-child {color: var(--main-color);}
.content-location ul li:last-child:after {display:none;}


/* ****************** MODAL LAYERPOPUP ********************** */
/* modal layer */
.modal-fixed-pop-wrapper{display:none; overflow-y:scroll; overflow-x:hidden;  position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:9999; background:#000; background:rgba(0,0,0,0.8);}
.modal-fixed-pop-inner{position:absolute; display:table; width:100%; height:100%; text-align:center;}
.modal-inner-box{ position:relative; display:table-cell; vertical-align:middle;}
.modal-loading{position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; z-index:10000;}
.modal-inner-content{text-align:left;}
.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 8px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { transform: rotate(360deg); }
}
/* modal layer content */
.footer-modal-content{position:relative; width:96%; max-width:1000px; margin:20px auto; }
.footer-modal-content h1{font-size:24px; font-weight:600; letter-spacing:-0.5px; text-align:center; padding:0 50px 20px; color:#fff;}
.modal-close-btn{position:absolute; top:-6px; right:-6px; color:#fff; }
.modal-close-btn i{font-size:38px;}
.modal-close-btn i:hover {color:#fff}
.footer-inner-box{padding:30px; background-color:#fff; }
.footer-inner{padding:20px; height:400px; overflow-y:auto; overflow-x:hidden; border:1px solid #ddd; }
