@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * date : 2022-07-26
******************************************************** */

/* ========================================================
 * SETTING
======================================================== */
:root{
	--main-color: #0084E9;
	--main-color2: #00438A;
	--bg-color:#020A13;
	--area-box-width: 1680px;
	--area-width: 1480px;
	--area-padding: 30px;
	--header-top: 52px;
	--header-height: 90px;
	--sub-visual-height: 100vh;
	--sub-menu-height: 80px;
	--full-height: 100vh;
	--thumbnail-ratio: 52.98%;
	--transition-custom: all 0.4s ease-in-out;
	--transition-custom2: all 0.8s ease-in-out; /* data-scroll */
	--font-family1: 'SUIT', "Noto Sans KR", "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
	--font-family2: 'Outfit', "Noto Sans KR", "나눔고딕", 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:#666;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
	word-break:keep-all;
}
body { background-color:#fff; }
body.main { background-color:var(--bg-color);}
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;}
.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;}
.m-br2{display:none;}
.display-m{display:none;}
.font-outfit {font-family:var(--font-family2);}

/* ****************** HEADER ********************** */
#header{
	/* position:relative; */ position:absolute; height:var(--header-height); top:var(--header-top); left:0; width:100%; z-index:9999; 
}
.fullpage-html #header{
	position:fixed;
}
#headerInnerWrap{position:absolute; top:0px; left:0px; width:100%; height:var(--header-height); z-index:9999; transition:var(--transition-custom); transition-property:background-color;}
#headerInner{position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); margin:0px auto; padding:0 var(--area-padding); max-width: var(--area-box-width); }
#header .logo{position:relative; z-index:100; }
#header .logo a{display:block; }
#header .logo img{display:block; vertical-align:top;}
#header .logo .header-logo path {fill:#fff}

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

/* Header :: 검색버튼 */
.header-search-box{position:relative; float:left; z-index:101;}
.header-search-box i{font-size:2.4rem;}
.header-search-open-btn{width:32px; height:32px; color:#fff; }

/* Header :: 검색바 */
.header-search-inner-wrap { position: absolute; width: 100%; height: 20rem; top: calc(-1*(var(--header-top) + 22rem)); left: 0; z-index: 10000; background: var(--main-color2); transition: top 0.5s ease-in-out; }
.header-search-inner-wrap.open {top: calc(-1*(var(--header-top)));}
.header-search-con {opacity: 0; display: flex; align-items: center; justify-content: space-between; height: 100%; margin-top: -1.4rem; transition: all 0.7s ease-in-out;}
.header-search-inner-wrap.open .header-search-con  {opacity: 1;}
.header-search-inner {position: relative; width: calc(100% - 29rem);  max-width: 1155px; padding: 0 2rem; }
.header-search-inner .search-box {position: relative; display: flex; width: 100%; height: 6.9rem; border-radius: 1rem; background: #fff; overflow: hidden;}
.header-search-select-box {position: relative;}
.header-search-select-box:before {position: absolute; content: ''; width: 1px; height: 3.6rem; right: 0; top: 50%; margin-top: -1.8rem; background: rgba(0,0,0,0.08); }
.header-search-select-box.custom-select-box {width: 28rem;  height: 100%; box-sizing: border-box;}
.header-search-select-box .custom-select-wrapper {width: 100%; height: 100%; }
.header-search-select-box .custom-select-trigger {padding: 0 3rem; border: 0; line-height: 6.9rem; font-size: 1.8rem; color: #000;}
.header-search-select-box .custom-select-trigger:after {right: 3rem; font-size: 2rem;}
.header-search-select-box .custom-option-item {padding: 1.5rem 3rem; font-size: 1.5rem;}
.header-search-select-box .search-subject-select::focus { border: none;}
.header-search-word {width: calc(100% - 6.5rem);/* width: calc(100% - 35rem); */ border: none; text-indent: 3.5rem; box-sizing: border-box; font-size: 1.8rem; font-weight: 500; letter-spacing: -0.055em; color: #000;}
.header-search-word::placeholder {color: #000;}
.header-search-btn {display: flex; align-items: center; justify-content: center;  position: absolute; right: 0.9rem; top: 0.7rem; width: 5.6rem; height: 5.6rem; border-radius: 0.6rem; background: var(--main-color2); color: #fff;}
.header-search-btn i {font-size: 2rem;}
.header-search-tag { position: absolute; top: 100%; left: 5.7rem; margin-top: 2rem;}
.header-search-tag span {display: inline-block; font-size: 1.6rem; font-weight: 400; letter-spacing: -0.055em; color: rgba(255,255,255,0.5); margin-right: 1.9rem;}
.header-search-tag span a {color: inherit;}
.header-search-tag span:last-of-type {margin-right: 0;}
.header-search-close-btn {font-size: 4.2rem; color: #fff; display: flex;}

/* Header :: 사이트맵버튼 */
.sitemap-line-btn{float:left; width:72px; height:32px; display:flex; flex-direction:column; justify-content: center; margin-left:2.4rem; box-sizing:border-box;}
.sitemap-line-btn .line{display:block; width:72px; height:4px; background-color:#fff; margin: 5px auto; transition:var(--transition-custom);}
.sitemap-line-btn .line.line2 {background-color: rgba(255,255,255,0.5);}
/* active */
.sitemap-line-btn.active{position:relative; z-index:100000;}

.sitemap-line-btn.active .line:nth-child(1){
	transform: translateY(5px) rotate(45deg);
}
.sitemap-line-btn.active .line:nth-child(2){
	transform: translateY(-5px) rotate(-45deg);
}

/* -------- 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;}
#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 2.75rem; text-align:center; color:#fff; font-size:1.6rem; font-weight:700; transition:var(--transition-custom);
}
/* #gnb > ul > li > a:hover,
#gnb > ul > li > a:focus,
#gnb > ul > li.on > a{color:var(--main-color);} */

/* GNB :: 2차 전체메뉴 */
#gnbBg{
	overflow:hidden; 
	position:absolute; 
	left:0; top:0px; 
	width:100%; 
	height:0; 
	background:#fff; 
	z-index:98;
	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:"";}
#gnb.total-menu > ul > li .gnb-2dep{
	position:absolute; 
	top:var(--header-height); 
	left:0px; 
	z-index:99;
	width:100%; 
	text-align:left; 
	border-right:1px solid #ddd;
	opacity:0;filter:Alpha(opacity=0);
	height:0;
    transition: all 0.2s 0s;
	transition-delay: 0s;
	visibility:hidden;
}
#gnb.total-menu > ul > li:first-child .gnb-2dep{border-left:1px solid #ddd;}
#gnb.total-menu > ul > li .gnb-2dep:before {
	content:""; position:absolute; left:0; top:0px; width:0; left:50%; height:1px; background-color:var(--main-color); 
	transition:var(--transition-custom);
}
#gnb.total-menu > ul > li:hover .gnb-2dep:before {width:100%; left:0;}
#gnb.total-menu > ul > li .gnb-2dep ul{padding:13px 0px;}
#gnb.total-menu > ul > li .gnb-2dep ul li{position:relative;}
#gnb.total-menu > ul > li .gnb-2dep ul li a{ display:block;  padding:7px 15px; color:#333; font-size:14px; letter-spacing:-0.5px; font-weight:400; 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:350px; opacity:1.0;filter:Alpha(opacity=100);}
#gnb.open > ul > li .gnb-2dep{
	height:250px; opacity:1.0;filter:Alpha(opacity=100);
	visibility:visible;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}

/* GNB :: 2차 각각메뉴 */
#gnb.each-menu > ul > li .gnb-2dep{
	/* display:none; */
	position:absolute; 
	top:calc(var(--header-height) - 7px); 
	left:50%;
	margin-left: -11rem;
	z-index:99;
	width:22rem; 
	text-align:left; 
	visibility:hidden;
	opacity:0;filter:Alpha(opacity=0);
	transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
#gnb.each-menu > ul > li .gnb-2dep:before{
	content:""; 
	position:absolute; top:0px; left:0px; right:0px; 
	height:0; 
	border-radius: 2rem;
	background-color:var(--main-color2); 
	box-shadow: 1rem 1rem 2rem rgba(0,0,0,0.25);
	transition:all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
#gnb.each-menu > ul > li .gnb-2dep ul{padding:3rem 0;}
#gnb.each-menu > ul > li .gnb-2dep ul li{position:relative; padding:1rem; opacity:0; transition:all 0s 0s; }
#gnb.each-menu > ul > li .gnb-2dep ul li a{display:block; color:#fff; font-size:1.6rem; font-weight:700; text-align:center; line-height:1.4; opacity:0.5; transition:all 0.4s;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:hover{opacity:1.0;}
/* over했을때 */
#gnb.each-menu > ul > li .gnb-2dep.open{visibility:visible; opacity:1.0;}
#gnb.each-menu > ul > li .gnb-2dep.open:before{height:100%;}
#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 :: GNB(Mobile) -------- */
.nav-open-btn{display:none;}
#gnbM{display:none}

/* ****************** FOOTER ********************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer{background-color:#020A13; border-top: 1px solid rgba(255,255,255,0.1);}
.footer-left-con{float:left; }
.footer-right-con{float:right;}

/* 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{padding:8rem 0 2.6rem; border-bottom: 1px solid rgba(255,255,255,0.1); }

/* Footer :: 푸터로고 */
.foot-logo{display:block;}
.footer-right-top {display: flex; align-items: center; justify-content: end;}
/* Footer :: SNS 리스트 */
.foot-sns-menu{text-align:right;}
.foot-sns-menu li{ display:inline-block; vertical-align:middle; margin-left:1rem}
.foot-sns-menu li:first-child{margin-left:0}
.foot-sns-menu li a{display:inline-flex; align-items: center; justify-content: center; width:4rem; height:4rem; border-radius:50%; color:#fff; border: 1px solid rgba(255,255,255,0.15); text-align:center;}
.foot-sns-menu li a i{font-size: 1.6rem;}

/* Footer :: 패밀리사이트 */
.family-site-box{position:relative; width:20rem; text-align:left; letter-spacing:-0.025em; margin-left: 4rem;}
.family-site-box .family-site-open-btn{display:block; width:100%; height:52px; line-height:50px; padding:0 16px; text-align:left; font-size:1.6rem; border: 1px solid rgba(255,255,255,0.15); background-color:#020A13; color:#fff; box-sizing:border-box; border-radius: 0.5rem; }
.family-site-box .family-site-open-btn:after{position:absolute; right:16px; top:50%; transform:translateY(-50%); font-size:1.6rem; 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%; border-radius: 0.5rem; padding:10px 0; background-color:#020A13; border:1px solid rgba(255,255,255,0.15); border-bottom:0;  z-index:11; display:none; box-sizing:border-box;}
.family-site-list a{display:block; padding:10px 20px; color:#fff; font-size:1.3rem;}
.family-site-list a:hover{text-decoration:underline;}

#footerMiddle {padding: 6rem 0; border-bottom: 1px solid rgba(255,255,255,0.1);}

/* Footer :: 정보 style02 */
.footer-address-info-box{letter-spacing:-0.024em; display: flex; gap:4rem}
.footer-address-list {}
.footer-address-list dl{display:block; vertical-align:middle; color:#fff; font-size:1.6rem; margin-bottom: 2rem; line-height: 1.2;}
.footer-address-list dl:last-child {margin-bottom: 0;}
.footer-address-list dl dt,
.footer-address-list dl dd{vertical-align:middle; display:inline-block;}
.footer-address-list.list01 dl dt {width: 11rem; margin-right: 2rem;}
.footer-address-list.list02 dl dt {width: 7rem; margin-right: 1.3rem;}
.footer-address-list span{display:inline-block; margin-right:15px}
.footer-address-list a{color:inherit}

/* Footer :: Contact 박스 */
.footer-contact-box {padding: 3rem; background-color: rgba(255,255,255,0.1); border-radius:2rem;}
.footer-contact-box dl dt {font-size: 1.8rem; font-weight: 700; letter-spacing: -0.04em; color: var(--main-color); margin-bottom: 2rem;}
.footer-contact-box dl dd {}
.footer-contact-box dl dd strong {display: inline-block; font-size: 2rem; font-weight: 700; letter-spacing: -0.04em; color: #fff; line-height: 1.3; margin-left: 2rem;}
.footer-contact-box dl dd strong:first-child {margin-left: 0;}
.footer-contact-box dl dd strong i {font-weight: 400; position: relative;top: 0.2rem;}
.footer-contact-box p {font-size: 1.4rem; font-weight: 500; letter-spacing: -0.04em; color: rgba(255,255,255,0.5); margin-top: 2.3rem; line-height: 1.3;}

/* -------- FOOTER :: 하단 -------- */
#footerBottom{ padding:3rem 0 4.5rem; }

/* Footer :: 푸터메뉴 */
.foot-menu{}
.foot-menu li{float:left; position:relative; padding-left:3.3rem; line-height:2rem;}
.foot-menu li:before{position:absolute; top:50%; left:1.6rem; width:1px; height:1.2rem; margin-top:-0.6rem; background-color:rgba(255,255,255,0.2);  content:"";} /* line 형태 */ 
.foot-menu li:first-child{padding-left:0}
.foot-menu li:first-child:before{display:none} 
.foot-menu li a{color:#fff; font-size: 1.4rem; font-weight: 400; letter-spacing: -0.025em; }
.foot-menu li a b{ font-weight:700;}

/* Footer :: Copyright */
.footer-copyright{font-size: 1.4rem; font-weight: 400; letter-spacing: -0.025em; color: rgba(255,255,255,0.5); line-height: 1.4;}
.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; 
}
#visual .visual-img-inner{
	width:100%; 
	height:100%; 
	background-size:cover !important; 
	transform: scale(1.1,1.1); 
	transition:transform 5s linear;
}
#visual .visual-txt-con{position:relative; z-index:1; text-align:center; display:table; width:100%; height:100%; letter-spacing:-0.02em; color:#fff;  box-sizing: border-box;}
#visual .visual-txt-container{position:relative; width:100%; }
#visual .visual-tit ,
#visual .location{
	opacity:0;
    transform: translateY(30px);
	transition:var(--transition-custom2);
	transition-property: transform, opacity;
}
#visual .visual-tit{
	font-weight:800; 
	font-size:10rem; 
	transition-delay:0.1s;
}
#visual .location{
	transition-delay:0.3s;
}

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

/* SUB LAYOUT :: 위치정보(location) */
.location{overflow:hidden; padding-top:4rem;}
.location li{display:inline-block; vertical-align:middle; color:#fff;  font-size:1.6rem; letter-spacing:-0.02em;}
.location li a{color:inherit;}
.location li:before{display:inline-block; content: ""; position:relative; width: 5px; height: 5px; border-radius: 5px; background-color: rgba(255,255,255,0.5); vertical-align:middle; margin:0px 10px 0 8px;}
.location li:first-child:before{display:none;}

/*  SUB LAYOUT :: 이전페이지,다음페이지 버튼 */
.sub-page-controls-btn{position:absolute; top:50%; height:20px; margin-top:-10px; transition:var(--transition-custom); }
.sub-page-controls-btn.sub-prev-page-btn{left:0; }
.sub-page-controls-btn.sub-next-page-btn{right:0; }
.sub-page-controls-btn .sub-page-name{display:inline-block; vertical-align:middle; color:#fff; font-size:14px; font-weight:400;}
.sub-page-controls-btn span{display:inline-block; color:#fff; vertical-align:middle;}
.sub-page-controls-btn span i{margin-top:-2px; font-size:30px;}
.sub-page-controls-btn.sub-prev-page-btn:hover{margin-left:-10px}
.sub-page-controls-btn.sub-next-page-btn:hover{margin-right:-10px}

/* SUB LAYOUT :: 서브메뉴(스타일3) */
#topMenu03{position:relative; z-index: 100; top: calc(-1*(var(--sub-menu-height))); width:100%; height:var(--sub-menu-height);}
#topMenu03 .side-menu-inner{text-align:center; width:100%; height:var(--sub-menu-height); background:rgba(255,255,255,0.1); backdrop-filter:blur(1rem); transition:var(--transition-custom);}
#topMenu03 .side-menu-inner ul{display:flex; align-items:center; justify-content:center;}
#topMenu03 .side-menu-inner ul li .gnb-3dep {display: none;}
#topMenu03 .side-menu-inner ul li{display: block; width: 100%; /* max-width:26rem; */} /* max-width 자유롭게 수정 */
#topMenu03 .side-menu-inner ul li > a{display:flex;align-items: center;justify-content: center;position:relative;width:100%;height:var(--sub-menu-height);line-height:1.2; color:rgba(255,255,255,0.5); font-size:1.8rem; letter-spacing:-0.04em; font-weight:700; word-break:keep-all;transition:var(--transition-custom);}
#topMenu03 .side-menu-inner ul li > a:before{position:absolute; top:0; left:50%; width:0; height:2px; background-color:#fff;content:"";transition:var(--transition-custom);}
#topMenu03 .side-menu-inner ul li > a:hover, 
#topMenu03 .side-menu-inner ul li.on > a{color: #ffffff;}
#topMenu03 .side-menu-inner ul li > a:hover:before, 
#topMenu03 .side-menu-inner ul li.on > a:before{width:100%; margin-left:-50%;}

#topMenu03.top-fixed .side-menu-inner {background-color: #f2f2f2;}
#topMenu03.top-fixed .side-menu-inner ul li > a {color: rgba(0,0,0,0.5);}
#topMenu03.top-fixed .side-menu-inner ul li > a:hover, 
#topMenu03.top-fixed .side-menu-inner ul li.on > a {color: var(--main-color);}
#topMenu03.top-fixed .side-menu-inner ul li > a:before {background-color: var(--main-color); top: auto; bottom: 0;}


/*  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:var(--sub-menu-height); height:var(--sub-menu-height); background-color:#fff; text-align:center; border-right:1px solid #ddd; border-left:1px solid #ddd;}
#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; border-right:1px solid #ddd; text-align:left}
#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:#222; font-weight:400; 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;}
/* 선택된메뉴앞에 bullet 넣을때 */
/* #topMenu04 .menu-location .location-menu-con li.on a{padding-left:25px;}
#topMenu04 .menu-location .location-menu-con li.on a:before{content:""; position:absolute; top:50%; left:10px; width:7px; height:3px; margin-top:-1px; background-color:var(--main-color)} */
/* // */

/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
@media all and (min-width:1025px){
	.fixed-sub-menu.top-fixed .side-menu-inner{position:fixed; top:0px; left:0px; z-index:9999;}
}

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

/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content {margin-top: calc(-1*(var(--sub-menu-height)));}
#content:not(.wide){padding:18rem 0}
#content.wide{padding:18rem 0 0 0}

/*  SUB LAYOUT :: 상단정보 (공통) */
#contentInfoCon{position:relative; margin:0 auto 50px; text-align:center; }
#contentInfoCon .content-tit{color:#333; font-size:38px; font-weight:600; letter-spacing:-0.6px;}
#contentInfoCon .content-tit:after{display:block; content:""; width:58px; height:2px; margin:30px auto 0; background-color:#040508}
#contentInfoCon .content-sub-tit{color:#888; font-weight:300; margin-top:30px; font-size:16px; letter-spacing:-0.8px; word-break:keep-all;}
/*  SUB LAYOUT :: 상단정보(타이틀+location) */
#contentInfoCon.content-title-location{text-align:left;}
#contentInfoCon.content-title-location .content-tit{float:left;}
#contentInfoCon.content-title-location .content-tit:after{display:none;}
#contentInfoCon.content-title-location .location{float:right;}

/* ****************** 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; }


/* ****************** 임시 시안 css ********************** */
.cm-sian-img{position: relative; left: 50%; margin-left: -960px;}

@media all and (max-width:1280px){
	.cm-sian-img{position: static; margin-left: 0; width: 100%; height: auto;}
}

/* 전체검색 */
.search-result-box {position: relative;/*  padding-bottom: 3rem;  */width: 100%; max-width:66rem; border-bottom:1px solid #000; margin: 0 auto;}              
.search-result-box input {width: 100%; border:0; outline:0; font-size:3rem; color: #000; background: none; font-weight: 700; }
.search-result-box .search-btn i {color: #000; font-size:3rem; position: absolute; right: 0; bottom: 2rem; }
.search-delete-btn {position: absolute; right: 4.5rem; color: #aaa; font-size:2.4rem; bottom: 2rem;} 
.result-txt {font-size:3rem; color: #000; letter-spacing:-0.025em; font-weight: 500; line-height: 1.3; border-bottom: 1px solid #000; padding-bottom: 2.5rem; margin-bottom: 4rem;}
.result-txt b {color: #000; font-weight: 700;}

.total-search-list {display:flex; flex-wrap:wrap; margin: 0 -0.65rem 0;}
.total-search-list li {margin: 4rem 0.65rem; width: calc(25% - 1.3rem);}
.total-search-list .pd-img-box {width: 100%; background: #f2f2f2; border-radius:20px;}
.total-search-list .pd-img-box .img-container {display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;}
.total-search-list .pd-img-box .img-wrap {    position: absolute;
    top: 50%;
    width: 80%;
    height: 80%;
    left: 50%;
    transform: translate(-50%, -50%);}
/* .total-search-list .pd-img-box span {position: relative; display: block; width: 100%; height: 0; padding-top: 100%;} */
.total-search-list .pd-title {text-align:center; margin-top: 4rem;}
.total-search-list .pd-category {color: var(--main-color); letter-spacing:-0.025em; font-size:1.7rem; font-weight: 500;}
.total-search-list .pd-tit {color: #000; letter-spacing:-0.025em; font-size:2.5rem; font-weight: 700; margin-top: 2rem;}

.search-wrap #header .logo .header-logo path {fill:#0D467B;}
.search-wrap #gnb > ul > li > a {color: #000;}
.search-wrap .header-search-full-open-btn i {color: #000;}
.search-wrap .header-search-open-btn {color: #000;}
.search-wrap .sitemap-line-btn .line {background-color: #000;}
.search-wrap .sitemap-line-btn .line.line2 {background-color: rgba(0,0,0,0.5);}

.total-search-list .pd-category .result-bold-txt {color: var(--main-color);}

@media all and (max-width:1280px){
	.search-wrap .nav-open-btn .line{background-color: #000;}
	.search-wrap .nav-open-btn .line.line2 {background-color: rgba(0,0,0,0.5);}
}

@media all and (max-width:800px){
	.total-search-list li {width: calc(50% - 1.3rem);}
}