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

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1279px){
	:root{
		--header-height: 120px;
		--header-fixed-height: 80px;
		--sub-content-padding: 12rem;
	}
}
@media all and (max-width:800px){
	:root{
		--area-padding: 5vw;
		--header-height: 100px;
		--header-fixed-height: 80px;
		--sub-visual-height: 350px;
		--sub-menu-height: 5rem;
		--sub-content-padding: 10rem;
	}
}

/* ========================================================
 * FONT SIZE
======================================================== */
@media all and (max-width:1536px){
	html{font-size:0.6510vw;} /* 10 */
}
@media all and (max-width:1279px){
	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:1860px){
	.area-wide{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1610px){
	.area-box{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1279px){ 
	.area{padding:0 var(--area-padding); max-width:none;}
	.m-br{display:block;}
	.pc-br{display:none;}
	.display-m{display:block;}
	.display-pc{display:none;}
}

/* ****************** HEADER ********************** */
@media all and ( max-width: 1279px ){
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:70px;}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn, .header-util-menu-box .header-lang-list{display:none;}

	/* -------- Header :: GNB(Pc) -------- */
	#gnb, #header .gnb-line, .gnb-overlay-bg{display:none}
	#header {transform: none !important;}
	/* -------- 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{ padding: 0 var(--area-padding);}
	#navigation > li > a {position:relative; display:block; padding: 2rem 0; color:rgba(0,0,0,0.3); font-size: 2.8rem; font-weight:700; border-bottom:1px solid #e7e7e7; }
	#navigation > li.active > a{color:#000;}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e942"; position:absolute; top:50%; right:var(--area-padding); font-size:2.8rem; font-weight: 400; transform:translateY(-50%);}
	#navigation > li.has-2dep.active > a:before{content: "\e945";}
	#navigation > li.has-2dep > a:after {position: absolute; content: ''; width: 0; height: 3px; bottom: -1.5px; left: 0; background-color: var(--main-color); transition:var(--transition-custom);}
	#navigation > li.has-2dep.active > a:after {width: 100%;}
	
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding: 3rem 0;}
	#navigation > li .gnb-2dep > ul > li{height:11.4rem; border-radius: 0.7rem; overflow: hidden;}
	#navigation > li .gnb-2dep > ul > li + li {margin-top: 1.2rem;}
	#navigation > li .gnb-2dep > ul > li > a{display:flex; flex-direction:column; justify-content: end; width: 100%; height: 100%; color: rgba(0,0,0,0.6); font-size: 1.7rem; font-weight: 500; padding:2rem 2.4rem; box-sizing: border-box;}
	#navigation > li .gnb-2dep > ul > li > a h5 {font-size: 2rem; font-weight: 600; letter-spacing: -0.025em; color: #fff; line-height: 1.1;}
	#navigation > li .gnb-2dep > ul > li > a p {font-size: 1.4rem; font-weight: 500; letter-spacing: -0.025em; color: #fff; line-height: 1.3; margin-top: 0.7rem;}
	
	#navigation > li.gnb1 .gnb-2dep > ul > li:nth-child(1) {background: url(/images/layout/gnb01_img01_m.jpg?ver=260618)no-repeat center/cover;}
	#navigation > li.gnb1 .gnb-2dep > ul > li:nth-child(2) {background: url(/images/layout/gnb01_img02_m.jpg?ver=260629)no-repeat center/cover;}
	#navigation > li.gnb1 .gnb-2dep > ul > li:nth-child(3) {background: url(/images/layout/gnb01_img03_m.jpg)no-repeat center/cover;}
	#navigation > li.gnb1 .gnb-2dep > ul > li:nth-child(4) {background: url(/images/layout/gnb01_img04_m.jpg)no-repeat center/cover;}
	#navigation > li.gnb1 .gnb-2dep > ul > li:nth-child(5) {background: url(/images/layout/gnb01_img05_m.jpg?ver=260618)no-repeat center/cover;}
	#navigation > li.gnb1 .gnb-2dep > ul > li:nth-child(6) {background: url(/images/layout/gnb01_img06_m.jpg)no-repeat center/cover;}
	
	#navigation > li.gnb2 .gnb-2dep > ul > li:nth-child(1) {background: url(/images/layout/gnb02_img01_m.jpg)no-repeat center/cover;}
	#navigation > li.gnb2 .gnb-2dep > ul > li:nth-child(2) {background: url(/images/layout/gnb02_img02_m.jpg?ver=260629)no-repeat center/cover;}
	#navigation > li.gnb2 .gnb-2dep > ul > li:nth-child(3) {background: url(/images/layout/gnb02_img03_m.jpg?ver=260713)no-repeat center/cover;}
	#navigation > li.gnb2 .gnb-2dep > ul > li:nth-child(4) {background: url(/images/layout/gnb02_img04_m.jpg)no-repeat center/cover;}
	#navigation > li.gnb2 .gnb-2dep > ul > li:nth-child(5) {background: url(/images/layout/gnb02_img05_m.jpg?ver=260629)no-repeat center/cover;}
	
	#navigation > li.gnb3 .gnb-2dep > ul > li:nth-child(1) {background: url(/images/layout/gnb03_img01_m.jpg)no-repeat center/cover;}
	#navigation > li.gnb3 .gnb-2dep > ul > li:nth-child(2) {background: url(/images/layout/gnb03_img02_m.jpg)no-repeat center/cover;}
	#navigation > li.gnb3 .gnb-2dep > ul > li:nth-child(3) {background: url(/images/layout/gnb03_img03_m.jpg)no-repeat center/cover;}
	#navigation > li.gnb3 .gnb-2dep > ul > li:nth-child(4) {background: url(/images/layout/gnb03_img04_m.jpg)no-repeat center/cover;}
	
	#navigation > li.gnb4 .gnb-2dep > ul > li:nth-child(1) {background: url(/images/layout/gnb04_img01_m.jpg)no-repeat center/cover;}
	#navigation > li.gnb4 .gnb-2dep > ul > li:nth-child(2) {background: url(/images/layout/gnb04_img02_m.jpg)no-repeat center/cover;}
	#navigation > li.gnb4 .gnb-2dep > ul > li:nth-child(3) {background: url(/images/layout/gnb04_img03_m.jpg)no-repeat center/cover;}
	
	#navigation > li .gnb-2dep > ul > li.on > a{color:#000;}
	
	/* 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 :: 스타일2 (Full Style) -------- */
	#gnbM.gnb-style-full{ 
		top:-100%; 
		right:0;
		width:100%; 
		height:100%;  
		max-width:none; 
	}
	#gnbM.gnb-style-full.open{
		top: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{
		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;}
	
	/* -------- GNB Mobile :: 언어선택 및 회원메뉴 -------- */
	/* 언어선택 */
	.header-util-menu-box{height:var(--header-height); display:flex; align-items:center; padding:0 var(--area-padding);}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:0; right:var(--area-padding); z-index:10000; 
		width:60px; height:var(--header-height); display:flex; flex-direction:column; justify-content: center; box-sizing:border-box;
		transition:var(--transition-custom); 
	}
	.nav-open-btn .line{
		display:block; margin: 4px auto; width:60px; height: 5px; background-color:var(--main-color); border-radius: 5px; transition:var(--transition-custom);
	}
	.nav-open-btn .line:nth-child(2){background-color: #fff;}
	.nav-open-btn.active .line{background-color: var(--main-color);}
	.nav-open-btn.active .line:nth-child(2){background-color:#000;}
	.nav-open-btn.active .line:nth-child(1){
		transform: translateY(6px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(2){
		transform: translateY(-6px) rotate(-45deg);
	}
	
	.sub-wrap .nav-open-btn .line:nth-child(2){background-color: #000;}
	
	#header.top-fixed .nav-open-btn{height:var(--header-fixed-height);}
	#header.top-fixed .nav-open-btn .line{background-color: var(--main-color);}
	#header.top-fixed .nav-open-btn .line:nth-child(2){background-color:#000;}
	#header.top-fixed .gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:var(--header-fixed-height); }
	#header.top-fixed .header-util-menu-box{height:var(--header-fixed-height);}
}
@media all and ( max-width: 800px ){
	#header .logo a{height: 23px;}
	/* Header :: 언어선택 PC */
	.header-lang-list{display: none;}
	/* Header :: 언어선택 M */
	.header-lang {display: block;}
	
	.nav-open-btn{width:50px;}
	.nav-open-btn .line{margin: 4px auto; width:45px; height: 4px; border-radius: 4px;}

	.header-lang-list{display: none;}
	.header-util-menu-box .header-lang-list{display: flex;}
	.header-util-menu-box .header-lang-list {background-color: rgba(0,0,0,0.1);}
	.header-util-menu-box .header-lang-list li a{color: #000;}
	.header-util-menu-box .header-lang-list li.cur a{color: #fff;}
	.header-util-menu-box .header-lang-list.is-hover li.cur a{color: var(--lang-default-color, #000);}
	.header-util-menu-box .header-lang-list li.is-active a,
	.header-util-menu-box .header-lang-list li.is-active.cur a{color: #fff;}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1860px){
	#footerTop .area-wide,
	#footerBottom .area-wide {padding-left: 0; padding-right: 0;}
}
@media all and (max-width:1279px){
	#footerTop .footer-left-con{width: 100%;}
	/* Footer :: 정보 style02 */
	.footer-address-info-box{margin-top: 6rem;}
	.footer-address-list:nth-child(1),
	.footer-address-list:nth-child(2),
	.footer-address-list:nth-child(3){width: 100%; display: flex; flex-wrap:wrap;}
	.footer-address-list dl:first-child,
	.footer-address-list dl{margin-top: 2rem; width: 50%;}
	.footer-address-list:nth-child(1) dt,
	.footer-address-list:nth-child(2) dt,
	.footer-address-list:nth-child(3) dt{width: 14rem;}
	.footer-address-list:nth-child(1) dd,
	.footer-address-list:nth-child(2) dd,
	.footer-address-list:nth-child(3) dd{width: calc(100% - 14rem);}
	
	/* Footer :: 패밀리사이트 */
	.family-site-box{margin-top: 5rem;}
}
@media all and (max-width:800px){
	/* -------- FOOTER :: 상단 -------- */
	#footerTop{padding:7rem 0 4rem;}
	#footerTop .area-wide{display: flex; flex-wrap:wrap; justify-content: space-between;}
	.footer-right-con {width: 100%;}
	/* Footer :: 푸터로고 */
	.foot-logo .cm-logo-svg{height: 3rem;}

	/* Footer :: 정보 style02 */
	.footer-address-info-box{margin-top: 4rem;}
	.footer-address-list:nth-child(1),
	.footer-address-list:nth-child(2),
	.footer-address-list:nth-child(3){width: 100%;}
	.footer-address-list dl:first-child,
	.footer-address-list dl{margin-top: 1.5rem; width: 100%;}
	.footer-address-list dl dt,
	.footer-address-list dl dd{font-size: 1.6rem; line-height: 1.3;}
	.footer-address-list:nth-child(1) dt,
	.footer-address-list:nth-child(2) dt,
	.footer-address-list:nth-child(3) dt{width: 14rem;}
	.footer-address-list:nth-child(1) dd,
	.footer-address-list:nth-child(2) dd,
	.footer-address-list:nth-child(3) dd{width: calc(100% - 14rem);}

	/* Footer :: 패밀리사이트 */
	.family-site-box{margin-top: 3.5rem; width: 100%; max-width:24rem;}
	.family-site-box .family-site-open-btn{height:6rem; line-height:6rem; padding:0 3rem; font-size:1.7rem; border-radius: 6rem;}
	.family-site-box .family-site-open-btn:after{right:2.5rem; font-size:2.4rem;}
	.family-site-list{bottom:calc(100% - 2px); left:0px; width:100%; padding:10px 0; border-radius: 2rem;}
	.family-site-list a{padding: 1rem 3rem; font-size: 1.5rem;}

	/* -------- FOOTER :: 하단 -------- */
	#footerBottom .area-wide{padding-top: 2.5rem !important; padding-bottom: 4rem !important; align-items: flex-start; flex-direction: column;}

	/* Footer :: 푸터메뉴 */
	.foot-menu li{padding-left:4rem;}
	.foot-menu li:first-child{padding-left:0}
	.foot-menu li a{font-size:1.6rem; line-height: 1.5;}

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

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1610px){
	#visual .visual-img-con{width: calc(100% - (var(--area-padding) * 2));}
	#content:not(.wide){padding: var(--sub-content-padding) var(--area-padding) calc(var(--sub-content-padding) - 3rem);}
}
@media all and (max-width:1279px){
	.sub-wrap #container{padding-top: var(--header-height);}
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con {}
	/* #visual .visual-txt-con{top: 50%; transform: translate(0, -50%);}
	#visual .visual-txt-container{height: auto;}
	#visual .visual-txt-container.copy-txt{height: auto; clip-path: none;}
	#visual .visual-tit{font-size:6.5rem; font-weight: 600;}
	#visual .visual-sub-txt{padding-top: 2.5rem; font-size: 3rem; font-weight: 400; line-height: 1.3;}
	#visual .visual-txt-container.copy-txt .visual-tit,
	#visual .visual-txt-container.copy-txt .visual-sub-txt{color: #fff;}
	#visual .visual-img-con{left: 0 !important; top: 0 !important; width: 100% !important; height: var(--sub-visual-height) !important; transform: none !important; border-top-left-radius: 0 !important; border-top-right-radius: 0 !important;} */
	/*  SUB LAYOUT :: 서브메뉴(스타일1) */
	/* #topMenu01 .side-menu-inner ul{opacity: 1 !important; visibility: visible !important;} */
	
	#topMenu01 .side-menu-inner ul li > a .gnb-txt-box h5 {font-size: 1.8rem;}
}
@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-container {height: 80px;}
	#visual .visual-tit{font-size:4.2rem;}
	#visual .visual-sub-txt{padding-top: 1.5rem; font-size: 1.6rem; line-height: 1.3;}
	/*  SUB LAYOUT ::  서브메뉴(스타일1,2,3) */
	#topMenu01,
	#topMenu02,
	#topMenu03{display:none}
	
	/* -------- SUB LAYOUT :: 서브메뉴 모바일 -------- */
	#topMenuM{position:relative;margin-top: calc(-1*var(--sub-menu-height)); display:block; position:relative; z-index: 11; height:var(--sub-menu-height);}
	#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%;}
	#topMenuM .menu-location > .cur-location{position:relative; display:block; width:100%; text-align:left; height:var(--sub-menu-height); padding:0 3rem; padding-right: 6rem; box-sizing:border-box; background-color: #f5f5f5; /* border-radius: var(--sub-menu-height); */}
	#topMenuM .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:var(--sub-menu-height); color:#333; font-weight:600; letter-spacing: -0.025em; font-size:1.6rem;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:2.5rem; width:2rem; height:2rem; margin-top:-1rem; font-size:2rem; color: #333;}
	#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;/*  border-radius: 15px; */}
	#topMenuM .menu-location .location-menu-con li + li{border-top:1px solid #eee;}
	#topMenuM .menu-location .location-menu-con li a{display:flex; align-items:center; width:100%; height:4rem; padding:0 3rem; box-sizing:border-box;}
	#topMenuM .menu-location .location-menu-con li a .gnb-img{display: none;}
	#topMenuM .menu-location .location-menu-con li a .gnb-txt-box h5{font-size:1.6rem; line-height:1.5; font-weight: 600; letter-spacing: -0.025em; word-break:keep-all;}
	#topMenuM .menu-location .location-menu-con li a .gnb-txt-box p{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.location2{}
	#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;}

	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{}
	#contentInfoCon .content-tit{font-size:24px}
	#contentInfoCon .content-tit:after{position:static; display:block; margin-top:15px;}
	#contentInfoCon .content-sub-tit{font-size:13px; line-height:18px; margin-top:15px;}
}

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