@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : 전체 레이아웃 반응형 CSS
 * date : 2024-12-04
******************************************************** */

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1280px){
	:root{
		--header-height: 80px;
	}
}
@media all and (max-width:800px){
	:root{
		--area-padding: 5vw;
	}
}
@media all and ( max-width: 480px ){
	:root{
		--header-height: 60px;
	}
}

/* ========================================================
 * FONT SIZE
======================================================== */
@media all and (max-width:1536px){
	html{font-size:0.6510vw;} /* 10 */
}
@media all and (max-width:1280px){
	html{font-size:0.8594vw;} /* 10 -> 11*/
}
@media all and (max-width:800px){
	html{font-size:1.375vw} /* 10 -> 11*/
}
@media all and (max-width:640px){
	html{font-size:1.7188vw}  /* 10 -> 11*/
}
@media all and ( max-width: 480px ){
	html{font-size:2.2vw}  /* 10 */
}
@media all and ( max-width: 412px ){
	html{font-size:2.4272vw}  /* 10 */
}
@media all and (max-width:390px){
	html{font-size:2.1795vw}  /* 10 -> 8.5 */
}

/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
@media all and (max-width:1780px){
	.area-box{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1460px){
	.area{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1280px){ 
	.m-br{display:block;}
	.pc-br{display:none;}
	.display-m{display:block;}
	.display-pc{display:none;}
}

/* ****************** HEADER ********************** */
@media all and (max-width:1460px){
	.header-search-box{right: var(--area-padding);}
}
@media all and ( max-width: 1280px ){
	#header .logo a{max-height: 40px; height: 4rem;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#header.top-fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}
	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{display: none;}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}

	.header-search-box{right: 80px; bottom: 24px;}

	/* -------- Header :: GNB(Pc) -------- */
	#gnb{display:none;}
	.gnb-overlay-bg{display:none}

	/* -------- Header :: GNB(Mobile/기본스타일) -------- */
	.gnb-overlay-bg-m{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9998;}	
	#gnbM{ 
		display:block; 
		position:fixed; 
		top:0px; 
		right:-82%;
		width:80%; 
		height:100%;  
		max-width:280px; 
		background-color:#fff; 
		z-index:9999; 
		transition:var(--transition-custom);   
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:var(--header-height); overflow-y:auto;}	
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0; height:calc(100% - var(--header-height));}
	
	/* GNB Mobile :: 메뉴영역 :: 1차 */
	#navigation > li{border-bottom:1px solid #e7e7e7;}
	#navigation > li:first-child{border-top:1px solid #e7e7e7}
	#navigation > li > a {position:relative; display:block; padding:1.8rem var(--area-padding); color:#333; font-size:2rem; font-weight:500; }
	#navigation > li.active > a{color:var(--main-color);}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e914"; position:absolute; top:50%; right: calc(var(--area-padding) - 5px); font-size:1.3em; transform:translateY(-50%);}
	#navigation > li.has-2dep.active > a:before{content: "\e91b";}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:1.8rem 0; background-color:#f2f2f2; }
	#navigation > li .gnb-2dep > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li > a{display:block; color:#888; font-size:1.6rem; line-height: 1.3; padding:1rem var(--area-padding); }
	#navigation > li .gnb-2dep > ul > li.on > a{color:#000; font-weight:500;}
	/* GNB Mobile :: 메뉴영역 ::  3차 */
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a:before{display:inline-block; content:"-"; margin-right:5px;}
	
	/* -------- GNB Mobile :: 언어선택 및 회원메뉴 -------- */
	/* 회원메뉴 */
	.member-menu-box{
		display:flex;
		justify-content: space-around;
		height:var(--header-height);
		text-align:center; 
		padding:10px 0; 
		padding-right:60px;
		box-sizing: border-box; 
	}
	.member-menu-box li{width:50%; height:100%; position:relative;}
	.member-menu-box li:before{content:""; position:absolute; top:10px; bottom:10px; left:0px; width:1px; background-color:rgba(0,0,0,0.1); content:"";}
	.member-menu-box li:first-child:before{display:none;}
	.member-menu-box li a{position:relative; font-size:1.4rem; letter-spacing:-0.025em; font-weight:600; color:#666; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
	.member-menu-box li a i{font-size: 1.8rem; margin-right: 1rem;}
	.header-util-menu-box .lang-select + .member-menu-box{border-top:1px solid #e7e7e7; padding-right:0;}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:24px; right:var(--area-padding); z-index:10000; 
		height:32px;
		transition:var(--transition-custom); 
	}
	.nav-open-btn .line{
		display:block; width:24px; height:3px; background-color:#000; margin: 3px auto;
	    transition:var(--transition-custom); 
	}
	.nav-open-btn.active .line{background-color:#000;}
	.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4){opacity: 0;}
	.nav-open-btn.active .line:nth-child(1){
		transform: translateY(5px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		transform: translateY(-7px) rotate(-45deg);
	}
	
	#header.top-fixed .nav-open-btn .line{background-color:#000}
}
@media all and ( max-width: 480px ){
	#header .logo a{height:3rem;}

	/* -------- Header :: UTIL BOX -------- */
	.header-search-box {right: 60px; bottom: 14px;}

	.nav-open-btn {top: 14px;}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:800px){
	/* -------- FOOTER :: 레이아웃 -------- */
	/* Footer :: TOP버튼 */
	.to-top-btn{
		display: flex; flex-wrap:wrap; align-items: center;
		background-color:transparent; 
		text-align:center; 
		font-size: 1.4rem; font-weight: 700; letter-spacing: -0.025em; color:#999; 
		z-index:99;
		border:0;
		box-sizing:border-box;
		transition:var(--transition-custom);
	}
	.to-top-btn em{font-weight: 700;}
	.to-top-btn i{margin-left: 0.5rem; transition:var(--transition-custom);}
	.to-top-btn:hover i{transform:translateY(-3px)}

	/* -------- FOOTER :: 상단 -------- */
	#footerTop{padding: 2rem 0;}
	#footerTop .area{display: block;}
	#footerTop .footer-left-con{flex-direction: column; justify-content: space-between;}
	#footerTop .footer-right-con{display: flex; align-items: center; justify-content: center;}

	/* Footer :: 푸터로고 */
	.foot-logo{display:block;}

	/* Footer :: 푸터메뉴 */
	.foot-menu{margin-top: 2rem; margin-left: 0;}
	.foot-menu li{padding-left:4.4rem;}
	.foot-menu li:first-child{padding-left:0}
	.foot-menu li:before{left:2.1rem; width:0.2rem; height:1.2rem; margin-top:-0.6rem;}
	.foot-menu li a{font-size:1.5rem; line-height: 1.5;}

	/* Footer :: 패밀리사이트 */
	.family-site-box{width:18rem;}
	.family-site-box .family-site-open-btn{height:6.5rem; line-height:6.5rem; padding:0 1rem; font-size:1.6rem;}
	.family-site-box .family-site-open-btn:after{right:0.5rem; font-size:2rem;}
	.family-site-list{padding:10px 0;}
	.family-site-list a{padding:10px 1rem; font-size:12px;}


	/* -------- FOOTER :: 중간단 -------- */
	#footerMiddle{padding:3rem 0 3.5rem;}
	#footerMiddle .area{display: block;}
	#footerMiddle .footer-left-con{width: 100%; max-width: none;}
	#footerMiddle .footer-right-con{width: 100%;}

	/* Footer :: 사이트맵 */
	.footer-sitemap-list-con{display: none;}
	.footer-sitemap-list-con > ul > li{width: 20%; padding-right: 1rem;}
	.footer-sitemap-list-con > ul > li h3{margin-bottom:20px; font-size:1.5rem;}
	.footer-sitemap-list-con > ul > li .sitemap-2dep li{margin-bottom:1.5rem;}
	.footer-sitemap-list-con > ul > li .sitemap-2dep li:last-child{margin-bottom:0}
	.footer-sitemap-list-con > ul > li .sitemap-2dep li a{font-size:1.5rem; line-height: 1.33;}

	/* Footer :: 정보 */
	.footer-address-list dl{margin-top: 1rem; justify-content: flex-start; text-align: left;}
	.footer-address-list dl:first-child{margin-left:0}
	.footer-address-list dl dt,
	.footer-address-list dl dd{font-size:1.5rem; line-height:2;}
	.footer-address-list dl dt{margin-right: 0.5rem;}
	.footer-address-list:first-child dl{margin-top: 0;}
	.footer-address-list:first-child dl dt,
	.footer-address-list:first-child dl dd{width: 100%; margin-right: 0;}

	/* -------- FOOTER :: 하단 -------- */
	#footerBottom .area{padding-top: 2.5rem; padding-bottom: 4rem;}
	#footerBottom .footer-left-con{width: 100%;}
	#footerBottom .footer-right-con{margin-top: 2rem; width: 100%;}

	/* Footer :: Copyright */
	.footer-copyright{font-size:1.4rem; line-height: 1.3;}

	/* Footer :: SNS 리스트 */
	.foot-sns-menu{margin-right: 2.5rem;}
	.foot-sns-menu li{margin-left:2.5rem}
	.foot-sns-menu li:first-child{margin-left:0}
	.foot-sns-menu li a{line-height:1.5;}
	.foot-sns-menu li a i{font-size:2.2rem;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:800px){
	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{padding-top: 4rem; padding-bottom: 5rem;}
	#contentInfoCon .content-tit{font-size: 4.6rem;}
	#contentInfoCon02 .content-sub-tit{margin-bottom: 1.5rem; font-size: 2.8rem; line-height: 1.3;}

	/*  SUB LAYOUT :: 서브메뉴(스타일4) */
	#topMenu04 .side-menu-inner{padding-left: 35px; width:auto;}
	#topMenu04  .cm-top-menu{padding: 0;}
	#topMenu04 .location-to-home-btn{position:absolute; width:35px; height:var(--sub-menu-height); left:0px; top:0px; border:0; display: block; text-align: center;}
	#topMenu04 .location-to-home-btn i{font-size:20px; line-height:var(--sub-menu-height);}
	#topMenu04 .menu-location{width: calc(50% - 2rem); margin-left: 2rem; box-sizing: border-box; max-width: none;}
	#topMenu04 .menu-location > .cur-location{height:var(--sub-menu-height); /* border-right:0; border-left:1px solid #ddd; */ padding:0 30px 0 10px}
	#topMenu04 .menu-location > .cur-location span{line-height:var(--sub-menu-height); font-size:15px;}
	#topMenu04 .menu-location > .cur-location .arrow{right: 1rem;}
	#topMenu04 .menu-location .location-menu-con{width: auto; top:var(--sub-menu-height); left:0; right: 0; padding-bottom:10px}
	#topMenu04 .menu-location .location-menu-con li a{font-size:14px; padding:7px 10px;}
	
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:6rem 0;}
}

/* ****************** MODAL LAYERPOPUP ********************** */
@media all and ( max-width: 800px ){
	/* modal layer content */
	.footer-modal-content{width:calc(100% - 90px); margin:50px auto;}
	.footer-modal-content h1{top: -40px; height:40px; line-height:40px; font-size:2rem;}
	.modal-close-btn{top:0.5rem; right:-40px; width: 40px; height: 40px;}
	.modal-close-btn i{font-size:30px;}
	.footer-inner-box{padding:2rem;}
	.footer-inner{padding: 1rem; height:30rem; font-size: 1.6rem; line-height: 1.3;}
}


/* ******************  사이트맵 ********************** */
@media all and ( max-width: 800px ){
	.sitemap-modal-inner-06,
	.sitemap-wrapper-style06 > ul{display:block;}
	.sitemap-wrapper-style06 > ul > li{float:none; display:block; width:auto; padding: 5% 0; margin-bottom:0; border-left: none; border-top: 1px solid rgba(255,255,255,0.1);} 
	.sitemap-wrapper-style06 > ul > li:last-child{border-right: none;}
	.sitemap-wrapper-style06 > ul > li:first-child{border-top: none;}
	.sitemap-wrapper-style06 > ul > li > h2{min-height: auto;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep{overflow:hidden; margin:0 -1%; padding:0;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li{float:left; position:relative; width:31.33%; margin: 0 1%; word-break:keep-all;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li:before{position:absolute; top:0px; left:0; bottom:0px; width:1px; background-color:#eee; content:""; display:none;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li:nth-child(3n+1){clear:both;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep a.has-3dep {margin-top: 0;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep .gnb-3dep li{width: 98%;}
}
@media all and ( max-width: 480px ){
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li{width:48%;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li:nth-child(3n+1){clear:none;}
	.sitemap-wrapper-style06 > ul > li .sitemap-2dep li:nth-child(odd){clear:both;}
}


/* ****************** 통합검색창 ********************** */
@media all and (max-width:800px){
	.main-search-filter-btn{height: 6rem;}
	.main-search-filter-btn:before{right:1.5rem; font-size:2.4rem;}
	.main-search-filter-close:before{font-size:3.2rem;}

	.main-search-filter-box .result-txt{height: 6rem; padding: 0 5rem 0 2rem; font-size: 1.8rem; line-height: 6rem;}

	.main-search-filter-wrapper{top: 6rem; padding: 2.5rem;}
	.main-search-filter-list{margin: 0 -0.5rem;}
	.main-search-filter-item{margin: 0 0.5rem; width: calc(50% - 1rem);}
	.main-search-filter-tit{margin-bottom: 1.5rem; font-size: 1.6rem; line-height: 1.3;}
	.main-search-filter-form{height: 32rem;}

	.main-search-radio .radio-item label{padding: 0.95rem 0; padding-left: 1.5rem; padding-right:4rem; font-size:1.5rem; line-height:1.5;}
	.main-search-radio .radio-item label::before{margin-top: -1rem; right: 1.5rem; font-size:2rem;}

	.main-search-checkbox .checkbox-item label{padding: 0.95rem 0; padding-left:4rem; font-size:1.4rem; line-height:1.5;}
	.main-search-checkbox .checkbox-item label::before{margin-top: -0.9rem; left: 1rem; font-size:2rem;}

	.main-search-filter-bottom{margin-top: 1.5rem;}
	.main-search-filter-bottom .btn{width: 10rem; height: 3.5rem; font-size: 1.4rem; border-radius: 3.5rem;}
	.main-search-filter-bottom .btn + .btn{margin-left: 0.6rem;}
	.main-search-filter-bottom .btn i{margin-left: 1rem;}

	.main-search-input-box{margin-top: 1.5rem; width: 100%; height: 6rem; padding-right: 6rem;}
	.main-search-input-box input{padding-left: 2rem; width: 100%; height: 100%; font-size: 1.8rem;}
	.main-search-input-box button{top: -0.2rem; width: 6rem; height: 6rem; font-size: 2.8rem;}
}