@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : 전체 레이아웃 반응형 CSS
 * date : 2025-11-25
******************************************************** */

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1279px){
	:root{
		--header-height: 100px;
		--sub-padding-top: 3.5rem;
		--sub-padding-bottom: 12rem;
	}
}
@media all and (max-width:800px){
	:root{
		--area-padding: 5vw;
		--header-height: 80px;
		--sub-visual-height: 7.4rem;
		--sub-menu-height: 47px;
		--sub-padding-top: 3.5rem;
		--sub-padding-bottom: 8rem;
	}
}
@media all and ( max-width: 480px ){
	:root{
		--sub-menu-height: 45px;
	}
}

/* ========================================================
 * 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:1710px){
	.area-box{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1560px){
	.area{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1279px){ 
	.pc-br{display:none;}
	.display-m{display:block;}
	.display-pc{display:none;}
}
@media all and (max-width:800px){ 
	.m-br{display:block;}
}

/* ****************** HEADER ********************** */
@media all and ( max-width: 1580px ){
	#gnb > ul {margin-left: 50px;}
	#gnb > ul > li > a {padding: 0 4.5rem;}
}
@media all and ( max-width: 1360px ){
	#gnb > ul {margin-left: 60px;}
	#gnb > ul > li > a {padding: 0 4rem;}
}
@media all and ( max-width: 1279px ){
	.fullpage-html #header{position: absolute;}
	#headerInnerWrap{position:fixed; z-index:99;}
	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:60px;}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}

	/* -------- 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:580px; 
		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.5rem 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: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:1.5rem 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; padding:1.2rem 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 :: 스타일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{
		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-wrap{position:fixed; top:0; right:var(--area-padding); z-index:10000; display: flex; align-items: center; height:var(--header-height); transition:var(--transition-custom);}
	.nav-open-btn-wrap.searchBox-open{z-index: 10;}
	.nav-open-btn{width:33px; height:26px; display:flex; flex-wrap:wrap; justify-content: space-between; box-sizing:border-box;}
	.nav-open-btn .dot{position: relative; display:block; width:7px; height:7px; border-radius: 7px; margin: 3px 2px; background-color:#262626; transition:var(--transition-custom);}
	.nav-open-btn .dot:nth-child(1):before{transform: rotate(45deg);}
	.nav-open-btn .dot:nth-child(3):before{transform: rotate(135deg);}
	.nav-open-btn .dot:nth-child(4):before{transform: rotate(-45deg);}
	.nav-open-btn .dot:nth-child(6):before{transform: rotate(-135deg);}
	.nav-open-btn .dot:before{position: absolute; content:''; width:100%; height:100%; background:#262626; top:0; left:0; border-radius:4px; transition: var(--transition-custom);}
	/* active */
	.nav-open-btn.active{}
	.nav-open-btn.active .dot{background: transparent;}
	.nav-open-btn.active .dot:nth-child(2):before,
	.nav-open-btn.active .dot:nth-child(5):before{opacity: 0;}
	.nav-open-btn.active .dot:nth-child(1):before{transform: translate(2px,5px) rotate(45deg);width:17px;height: 4px;}
	.nav-open-btn.active .dot:nth-child(3):before{transform: translate(-11px,5px) rotate(135deg);width:17px;height: 4px;}
	.nav-open-btn.active .dot:nth-child(4):before{transform: translate(1px,1px) rotate(-45deg);width:17px;height: 4px;}
	.nav-open-btn.active .dot:nth-child(6):before{transform: translate(-11px,1px) rotate(-135deg);width:17px;height: 4px;}
	.nav-open-btn.active .dot:before{background-color: #000;}
	
	#header.top-fixed .nav-open-btn .line{background-color:#333}
}
@media all and ( max-width: 800px ){
	#header .logo a{height:34px;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:50px;}

	/* 02 */
	.header-search-full-open-btn i{top: 0.1rem; font-size:30px;}
	.header-search-full-inner{padding:8rem 0;}
	.header-search-full-box .search-fixed-con{flex-wrap: wrap; max-width:none;}
	.header-search-full-inner label{margin-bottom: 1rem; width:100%; font-size:2.8rem; line-height:1.2;}
	.header-search-full-inner .header-search-word{height:6rem; width:calc(100% - 6rem); font-size:1.8rem; padding:0 2rem;}
	.header-search-full-inner .header-search-btn{width:6rem}
	.header-search-full-inner .header-search-btn i{font-size:3rem;}
	.header-search-full-close-btn{top:20px; right:20px; font-size:4rem;}

	/* Header :: GNB(Mobile) */
	#navigation > li > a {padding:1.5rem var(--area-padding); font-size:2rem;}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{padding:1.5rem 0;}
	#navigation > li .gnb-2dep > ul > li > a{font-size: 1.6rem; padding:1.2rem var(--area-padding);}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1720px){
	.footer-partner-wrapper {width: calc(100% - 19rem); margin-right: 7rem;}
	.to-top-btn {right: auto; left: 50%; margin-left: calc(750px - 5.4rem);}
}
@media all and (max-width:1560px){
	.to-top-btn {right: var(--area-padding); left: auto; margin-left: 0;}
}
@media all and (max-width:800px){
	/* -------- FOOTER :: 파트너리스트 -------- */
	#footerPartnerListContent{position: relative; padding: 2.6rem 0; border-top:1px solid #ececec; background-color: #f8f8f8;}
	#footerPartnerListContent .area{display: flex; flex-wrap:wrap; align-items: center;}
	.footer-partner-tit{width: 7rem; font-size: 1.6rem; line-height: 1.3;}
	.footer-partner-wrapper{width: calc(100% - 7rem); margin-right: 0;}
	.footer-partner-list{padding:0 3rem;}
	.footer-partner-list .partner-item-inner{height:4.5rem; padding:0 1rem;}
	.footer-partner-list .partner-item-inner span{font-size: 1.5rem; line-height: 1.3;}
	.footer-partner-list .slick-arrow{margin-top:-2.5rem; height:5rem; font-size:2rem;}
	.footer-partner-list .slick-arrow.slick-prev i{position: relative; top: 0.2rem; transform: rotate(90deg);}
	.footer-partner-list .slick-arrow.slick-next i{position: relative; top: 0.2rem; transform: rotate(90deg);}

	/* Footer :: TOP버튼 */
	.to-top-btn{position: fixed; top: auto; bottom: -100px; margin-top: 0; right:var(--area-padding); width:5.4rem; height:5.4rem; font-size: 2.5rem; opacity:0; transition:var(--transition-custom); transition-property: bottom, opacity;}
	.to-top-btn.bottom-fixed{bottom:5rem; opacity:1.0;}

	/* -------- FOOTER :: 레이아웃 -------- */
	#footerInner{padding: 4rem 0 5rem;}

	.footer-left-con{width: 100%; display: flex; flex-wrap:wrap; align-items: center;}
	/* Footer :: 푸터로고 */
	.foot-logo{top: 0rem; height: 44px;}

	/* Footer :: 정보 */
	.footer-address{margin-top: 2rem; margin-left: 0; width: 100%;}
	.footer-address-txt{font-size:1.5rem; line-height:1.3;}
	.footer-address-txt p{display: block; width: 100%;}
	.footer-address-txt p + p{margin-top: 0.5rem;}
	.footer-address-txt p:before{margin: 0 0.8rem; display: none;}

	/* Footer :: Copyright */
	.footer-copyright{margin-top: 1.5rem; font-size:1.35rem; line-height:1.3;}

	.footer-right-con{margin-top: 6rem;}
	/* Footer :: SNS 리스트 */
	.foot-sns-menu{display: flex; align-items: center;}
	.foot-sns-menu li{margin-left:0.5rem}
	.foot-sns-menu li:first-child{margin-left:0}
	.foot-sns-menu li a{width:3.2rem; height:3.2rem; font-size: 1.8rem;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1560px){
	/*  SUB LAYOUT :: 서브 레이아웃 */
	#middleArea:not(.wide){padding: var(--sub-padding-top) var(--area-padding) var(--sub-padding-bottom);}
	#middleArea.wide{padding: var(--sub-padding-top) 0 0 0}
	
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding: 0 var(--area-padding);}
}
@media all and (max-width:1279px){
	/*  SUB LAYOUT :: 서브 레이아웃 */
	#middleArea:not(.wide){padding: var(--sub-padding-top) var(--area-padding) var(--sub-padding-bottom);}
	#middleArea.wide{padding: var(--sub-padding-top) 0 0 0}

	#leftSideBar .content-tit {font-size: 6rem;}
}
@media all and (max-width:1276px){
	/*  SUB LAYOUT :: 왼쪽 메뉴바 */
	#leftSideBar{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
	#leftSideBar .content-tit{height: auto; border-bottom: 0;}

	/*  SUB LAYOUT ::  서브메뉴(스타일1,2,3) */
	#topMenu01,
	#topMenu02,
	#topMenu03{display:none}

	/* -------- SUB LAYOUT :: 서브메뉴 모바일 -------- */
	#topMenuM{margin-top: 2rem; border-top: 2px solid #c2966f; display:block; position:relative; /* width: 100%; */ width: calc(100% + (var(--area-padding) * 2)); margin-left: calc(-1 * var(--area-padding)); margin-right: calc(-1 * var(--area-padding)); height:calc(var(--sub-menu-height) + 1px); }
	#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); border-bottom:1px solid #ddd; }
	#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 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:#222; font-weight:400; font-size:15px;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px; margin-top:-10px; font-size:20px;}
	#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.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 :: 컨텐츠 레이아웃 */
	#content{margin-top: 7rem; width: 100%;}

	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{display: none; height: auto; flex-direction: column-reverse; align-items: flex-start;}
	#contentInfoCon.has-searchbox{padding-bottom: 2rem; margin-bottom: 5rem; display: flex; justify-content: space-between;}
	#contentInfoCon .bbs-top-list-box{padding-top: 0; margin-bottom: 0;}

	.location{padding-top: 2rem;}
	.location-pc{display: none;}
	.location-m{display: flex;}

	#contentInfoTitle {margin-top: 0;}
}
@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-tit{font-size:1.5rem;}

	/*  SUB LAYOUT :: 서브 레이아웃 */
	#middleArea:not(.wide){padding: var(--sub-padding-top) var(--area-padding) var(--sub-padding-bottom);}
	#middleArea.wide{padding: var(--sub-padding-top) 0 0 0}

	#leftSideBar .content-tit{font-size: 4.5rem;}

	/*  SUB LAYOUT :: 상단정보 (공통) */
	.location{padding-top: 2rem;}
	.location li{font-size: 1.55rem;}
	.location li i{margin-right: 0.5rem; font-size:1.6rem; top: 0.1rem;}
	.location li:before{top:-0.1rem; margin:0 0.6rem 0 0.2rem; font-size:1.4rem;}

	#contentInfoCon.has-searchbox{padding-bottom: 2rem; margin-bottom: 5rem;}
	#contentInfoCon.has-searchbox .board-search-box{margin-bottom: 0;}
	#contentInfoTitle .content-tit{font-size: 3.6rem; line-height: 1.1;}
}

/* ****************** MODAL LAYERPOPUP ********************** */
@media all and ( max-width: 800px ){
	/* modal layer content */
	.footer-modal-content{width:auto; margin:50px 15px}
	.footer-modal-content h1{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;}
}