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

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1280px){
	:root{
		--header-height: 80px;
	}
}
@media all and (max-width:800px){
	:root{
		--header-top: 15px;
		--area-padding: 5vw;
		--header-height: 60px;
		--sub-visual-height: 45rem;
		--sub-menu-height: 8rem;
	}
}

/* ========================================================
 * 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){	/* max-width : (area-box width) + 60px */
	.area-max{padding:0 var(--area-padding); max-width:none;}
}

@media all and (max-width:1640px){	/* max-width : (area-box width) + 60px */
	.area-box{padding:0 var(--area-padding); max-width:none;}
}

@media all and (max-width:1380px){	/* max-width : (area-box width) + 60px */
	.area-middle{padding:0 var(--area-padding); max-width:none;}
}

@media all and (max-width:1330px){	/* max-width : (area-box width) + 60px */
	.area-min{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1280px){ 
	.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;}
}
@media all and (max-width:800px){
	.display-m-800{display:block;}
	.display-pc-800{display:none;}
}

/* ****************** HEADER ********************** */
@media all and ( min-width:1921px ){
	#gnb > ul{margin-left:auto;}
	#gnb > ul > li:first-child{margin-left:20rem;}
}
@media all and ( max-width: 1280px ){
	/* .fullpage-html #header{position: absolute;} */
	#header.top-fixed #headerInnerWrap{position:fixed; z-index:99; background-color:#fff; border-bottom:1px solid #eee;}
	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:70px;}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}

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

	/* -------- Header :: GNB(Mobile/기본스타일) -------- */
	#header.gnbM-open:not(.app-header){top:0 !important;}
	#header.gnbM-open .nav-open-btn .line{background:#222 !important;}

	.gnb-overlay-bg-m{display:none; position:fixed; top:0; left:0; width:100%; height:100vh; background:rgba(0,0,0,0.5); z-index:9998;}	
	#gnbM{ 
		display:block; 
		position: fixed; 
		top:0px; 
		right:-82%;
		width:80%; 
		height:100vh;  
		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:15px var(--area-padding); color:#333; font-size:17px; 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:var(--area-padding); 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:15px 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:14px; padding:12px var(--area-padding); }
	#navigation > li .gnb-2dep > ul > li.on > a{color:#000; font-weight:500;}
	#navigation > li .gnb-2dep > ul > li > a br{display: none;}
	/* 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;}
	
	#navigation > li.gnb7{display: none;}

	/* -------- GNB Mobile :: 스타일2 (Full Style) -------- */
	#gnbM.gnb-style-full{ 
		top:0; 
		right:-100%;
		width:100%; 
		height:100%;  
		max-width:none; 
	}
	#gnbM.gnb-style-full.open{
		right:0px; 
	}
	.gnb-style-full .gnb-navigation-wrapper{height:auto; width:100%; position:absolute; top:0px; bottom:0px; left:0; padding-top:0;}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:var(--header-height); }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:var(--header-height);}
	.gnb-style-full .gnb-navigation-inner{display:table; width:100%; height:100%;}
	.gnb-style-full #navigation{
		display:table-cell;
		vertical-align:middle;
	}
	.gnb-style-full #navigation > li{
		text-align:center; 
		border:0; 
		opacity:0;
		transform:translateY(-20px);
		transition:all 0s 0s;
	}
	.gnb-style-full #navigation > li:first-child {border:0}
	.gnb-style-full #navigation > li > a {}
	.gnb-style-full #navigation > li .gnb-icon i{display:none;}
	.gnb-style-full.open #navigation > li{
		opacity:1.0;
		transform:translateY(0px); 
		transition:transform 0.8s, opacity 0.8s;
	}
	.gnb-style-full.open #navigation > li:nth-child(1){transition-delay:0.3s;}
	.gnb-style-full.open #navigation > li:nth-child(2){transition-delay:0.4s;}
	.gnb-style-full.open #navigation > li:nth-child(3){transition-delay:0.6s;}
	.gnb-style-full.open #navigation > li:nth-child(4){transition-delay:0.7s;}
	.gnb-style-full.open #navigation > li:nth-child(5){transition-delay:0.9s;}
	.gnb-style-full.open #navigation > li:nth-child(6){transition-delay:0.9s;}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position: absolute; top:24px; right:var(--area-padding); z-index:10000; 
		height:30px;
	}
	.nav-open-btn .line{
		display:block; width:40px; height:4px; background-color:#222; margin: 6px auto;
	    transition:var(--transition-custom); 
	}
	/* .nav-open-btn.active{top: 0;} */
	.nav-open-btn.active .line{background-color:#222;}
	.nav-open-btn.active .line:nth-child(1){
		  transform: translateY(5px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(2){
		  transform: translateY(-5px) rotate(-45deg);
	}

	.sub-wrap .nav-open-btn .line,
	.white-ver .nav-open-btn .line{background-color: #fff;}
	#header.top-fixed .nav-open-btn.active{top: 24px;}
	#header.top-fixed .logo svg rect,
	#header.top-fixed .logo svg path,
	.sub-wrap #header.top-fixed .logo svg rect,
	.sub-wrap #header.top-fixed .logo svg path{fill:rgb(214, 8, 18);}
	#header.top-fixed .nav-open-btn{position: fixed;}
	#header.top-fixed .nav-open-btn .line{background-color:#333}
	#header.top-fixed .header-lang-list li{color:#222;}
	#header.top-fixed .header-lang-list li a{color:#222;}
	#header.top-fixed .header-lang-list li a:after{background-color:#222;}
}
@media all and ( min-width: 481px ) and ( max-width: 1280px ) {
	.nav-open-btn.active{right:20px;}
}
@media all and ( max-width: 800px ){
	.header-util-box {padding-right: 40px;}
	.header-link{margin-right:2rem;}
	.header-link a{font-size:1.2rem; width:9rem; height:3rem; line-height:3rem;}
	/* Header :: 사이트맵, 네비게이션 버튼 */
	.nav-open-btn{top:14px; margin-top:0;}
	.nav-open-btn .line{width:30px; height:3px; margin: 5px auto;}
	.nav-open-btn.active .line:nth-child(1){
		  transform: translateY(4px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(2){
		  transform: translateY(-4px) rotate(-45deg);
	}
	/* Header :: 상담문의 */
	.header-inquiry-link{margin-right:1rem;}
	.header-inquiry-link a{width:12rem; height:4rem; font-size:1.4rem; padding:0 1rem; justify-content:center;}
	.header-inquiry-link a i{display: none;}
	/* Header :: GNB(Mobile) */
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > ul > li > a{font-size:13px;}

	/* .nav-open-btn.active{top: 0;} */
	#header.top-fixed .nav-open-btn.active{top: 14px;}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1780px){
	.to-top-btn{right:var(--area-padding);}
}
@media all and (max-width:1640px){
	/* .to-top-btn, */
	.family-site-box{right: var(--area-padding);}
}
@media all and (max-width:1280px){
	/* .footer-quick-wrapper{top:-11rem;} */
	.footer-info-box, .footer-quick-btn{height:22rem;}
	/* Footer :: TOP버튼 */
	.to-top-btn{right: var(--area-padding);}

	.footer-address-info-box{margin-top:8rem;}
}
@media all and (max-width:800px){
	/* -------- FOOTER :: 레이아웃 -------- */
	.footer-left-con,
	.footer-right-con{float:none;}

	/* -------- FOOTER :: 퀵메뉴 -------- */
	.footer-quick-wrapper{position: relative; top: 0; padding:6rem 0;}
	.footer-quick-wrapper:before{position: absolute; content:''; width:100vw; height:100%; background:#f5f5f5; left:calc(-1 * var(--area-padding)); top:0;}
	.footer-info-box,
	.footer-quick-btn{position: relative; padding: 3rem; width: 100%; height: auto; border-radius: 2rem 2rem 0 0;}
	.footer-info-tit .txt01,
	.footer-quick-tit .txt01{display: none;}
	.footer-info-tit .txt02,
	.footer-quick-tit .txt02{margin-top: 0; font-size: 2rem; line-height: 1.4;}

	.footer-info-tit br{display: block;}
	.footer-info-box strong{font-size: 3.2rem;}

	.footer-btn-box{width: 100%;}
	.footer-quick-btn{width: 100%; border-radius: 0 0 2rem 2rem;}
	.footer-quick-tit br{display: block;}
	.footer-quick-tit .txt03{margin-top: 1rem; font-size: 1.5rem;}
	.footer-quick-btn strong{font-size: 4rem;}
	.footer-quick-btn strong svg{margin-left: 1.1rem; width: 5.2rem; height: 4.7rem;}

	/* -------- FOOTER :: 상단 -------- */
	#footerTop{padding:1.5rem 0 4rem;}

	/* Footer :: 푸터메뉴 */
	.foot-menu{margin-top: 0.7rem;}
	.foot-menu li{float:left; position:relative; padding-left:0rem; padding-right:3rem; line-height:1.5; margin-top:1rem;}
	.foot-menu li:first-child{padding-left:0}
	.foot-menu li a{font-size:1.5rem;}

	/* Footer :: 정보 style02 */
	.footer-address-info-box{margin-top: 3rem;}
	.footer-address-list{width:100%;}
	.footer-address-list + .footer-address-list{margin-top: 1rem;}
	.footer-address-list dl{font-size:1.5rem; line-height:1.5; width: 100% !important;}
	.footer-address-list dl + dl{margin-top: 1rem; width:100%;}
	.footer-address-list dl dt,
	.footer-address-list dl dd{width: calc(100% - 10rem); padding-right: 1rem;}
	.footer-address-list dl dt{width: 10rem;}

	/* Footer :: 패밀리사이트 */
	.family-site-box{margin-top: 3rem; position: relative; top: 0 !important; right: 0; width:100%;}
	.family-site-box .family-site-open-btn{height:6rem; line-height:6rem; padding:0 2rem; font-size:1.5rem;}
	.family-site-box .family-site-open-btn:after{right:1.5rem; font-size:2.4rem;}
	.family-site-list{padding:10px 0;}
	.family-site-list a{padding:10px 2rem; font-size:1.4rem;}

	/* -------- FOOTER :: 하단 -------- */
	#footerBottom .area-box{padding-top: 4rem; padding-bottom: 4rem;}

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

	/* Footer :: TOP버튼 */
	.to-top-btn{width:4rem; height:4rem; font-size:1.8rem; }
	.to-top-btn.bottom-fixed{bottom:4rem;}
	
	.to-top-btn.to-top-btn-full.active{bottom:3rem;}

}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1440px){
	#visual{width:100%; left:0;}
	#visual .visual-txt-container{box-sizing:border-box;}
	#topMenu01{width:calc(100% - 7rem);}
	#topMenu01 .area{box-sizing:border-box;}
}
@media all and (max-width:1300px){
	#content:not(.wide){padding:100px var(--area-padding)}
	#content.wide{padding:100px 0 0 0}
}
@media all and (max-width:1280px){
	#visual .visual-txt-container{width:calc(100% - (2 * var(--area-padding))); box-sizing: border-box;}
	#topMenu01 .side-menu-inner .area{padding:0;}
}
@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .table-cell-layout {padding-bottom: 11rem;}
	#visual .visual-tit{font-size:4.8rem;}
	/*  SUB LAYOUT ::  서브메뉴(스타일1,2,3) */
	#topMenu01,
	#topMenu02,
	#topMenu03{display:none}
	/* -------- SUB LAYOUT :: 서브메뉴 모바일 -------- */
	#topMenuM{margin-top: calc(-1 * var(--sub-menu-height)); display:block; position:absolute; z-index: 999; top:0; left:0; width:100%;}
	#topMenuM .top-menu-wrapper{position:absolute; top:0; left:0; right:0; height:var(--sub-menu-height); }
	#topMenuM .top-menu-inner{position:relative; height:var(--sub-menu-height);}
	#topMenuM .menu-location{position:relative; box-sizing:border-box; width:100%; background-color: rgba(255,255,255,0.05); backdrop-filter: blur(10px); }
	#topMenuM .menu-location > .cur-location{position:relative; display:block; width:100%; text-align:left; height:var(--sub-menu-height); padding:0 var(--area-padding); padding-right:calc(var(--area-padding) + 3rem); box-sizing:border-box;}
	#topMenuM .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:var(--sub-menu-height); color:#fff; font-weight:700; font-size:1.8rem;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:var(--area-padding); width:2rem; height:2rem; margin-top:-1rem; font-size:1.8rem; color: #fff;}
	#topMenuM .menu-location .location-menu-con{display:none; position:absolute; top:100%; left:-1px; right:-1px; border-bottom:1px solid #ddd; background-color:#fff; z-index:11; }
	#topMenuM .menu-location .location-menu-con li{border-top:1px solid #eee;}
	#topMenuM .menu-location .location-menu-con li a{display:flex; align-items:center; width:100%; height:35px; padding:0 var(--area-padding); font-size:14px; line-height:1.5; word-break:keep-all; box-sizing:border-box;}
	#topMenuM .menu-location .location-menu-con li a br{display: none;}
	#topMenuM .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM .menu-location .location-menu-con li.on a{color:var(--main-color); font-weight:500;}
	/* Home 버튼 있을때 */
	#topMenuM .location-to-home-btn + .top-menu-inner{padding-left:var(--sub-menu-height)}
	#topMenuM .location-to-home-btn{position:absolute; width:var(--sub-menu-height); height:var(--sub-menu-height); left:0px; top:0px; text-align:center; }
	#topMenuM .location-to-home-btn i{color:var(--main-color); font-size:20px; line-height:var(--sub-menu-height);}
	/* 2depth 있을때 */
	#topMenuM .menu-2dep{display:flex;}
	#topMenuM .menu-2dep .menu-location{width:50%; border-left:1px solid #ddd;}
	#topMenuM .menu-2dep .menu-location.loaction2{}
	#topMenuM .menu-2dep .menu-location .location-menu-con{border:1px solid #ddd; border-top:0; }
	/* Menu OPEN */
	#topMenuM .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}
	
	/* 3depth 있을때 */
	#contentInfoCon.content-title-location .location ul{justify-content: center;}
	#contentInfoCon.content-title-location .location li{border: 2px solid #eee; width:30%; height:4.5rem; font-size:1.5rem;}
	#contentInfoCon.content-title-location .location li.on{border: 2px solid #f04137;}
	#contentInfoCon.content-title-location .location li a svg,
	#contentInfoCon.content-title-location .location li a img{display: none;}

	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{margin:30px 0; }
	#contentInfoCon .content-tit:after{position:static; display:block; margin-top:15px;}
	#contentInfoCon .content-sub-tit{font-size:13px; line-height:18px; margin-top:15px;}
	/*  SUB LAYOUT :: 상단정보(스타일03) */
	#contentInfoCon.content-title-location{text-align:center; margin-bottom: 50px;}
	#contentInfoCon.content-title-location .content-tit{float:none;}
	#contentInfoCon.content-title-location .location{float:none; padding-top:23px;}

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


}

/* ****************** MODAL LAYERPOPUP ********************** */
@media all and ( max-width: 800px ){
	/* modal layer content */
	.footer-modal-content{width:auto; margin:50px 15px}
	.footer-modal-content h1{font-size:18px; text-align:left; padding:0 30px 15px 0}
	.modal-close-btn{right:-3px; top:-3px;}
	.modal-close-btn i{font-size:24px}
	.footer-inner-box{padding:15px}
	.footer-inner{padding:10px; height:250px;}


	.footer-modal-content.wide .modal-close-btn{top:-3rem;}
}


/* 푸터 수정 2023-10-04 MJ */
@media all and (max-width:1280px){
	.footer-info-box, .footer-quick-btn{padding:0 4rem; height:12rem;}
	.footer-info-tit .icon{height:3.4rem}
	.footer-info-tit .txt02{font-size:2.2rem;}
	.footer-info-box strong{font-size:3.2rem;}
	.footer-quick-btn strong{font-size:2rem;}
}
@media all and (max-width:800px){
	.footer-info-box, .footer-quick-btn{padding:0 2rem;}
	.footer-info-tit .txt02{margin-left:1.5rem;}
}
@media all and (max-width:480px){
	.footer-info-tit, .footer-quick-btn{width:100%;}
}