@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : 전체 레이아웃 반응형 CSS
 * date : 2023-07-14
******************************************************** */

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1280px){
	:root{
		--header-top: 0;
		--header-height: 80px;
	}
}
@media all and (max-width:800px){
	:root{
		--header-top: 80px;
		--area-padding: 5vw;
		--sub-visual-height: 19rem;
		--sub-menu-height: 6rem;
	}
}
@media all and ( max-width: 480px ){
	:root{
		--header-top: 60px;
		--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:1660px){
	.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){ 
	.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: 1280px ){
	.fullpage-html #header{position:relative;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#header.mobile-gnb-open .logo .ori-ver{visibility: hidden; opacity: 0;}
	#header.mobile-gnb-open .logo .color-ver{visibility: visible; opacity: 1;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{display: none;}
	/* 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);}	
	#gnbM{ 
		display:block; 
		position:fixed; 
		top:0px; 
		right:-102%;
		width:100%; 
		height:100%;  
		background: #fff url("../images/common/gnb_mobile_bg.jpg") 100% 100% no-repeat;
		transition:var(--transition-custom);   
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{border-top:1px solid #eee; position:relative; height:100%; box-sizing:border-box; padding-top:var(--header-height); overflow-y:auto;}
	
	/* GNB Mobile :: 메뉴영역 :: 1차 */
	#navigation > li:first-child{padding-top: 2rem;}
	#navigation > li > a {position:relative; display:block; padding:2rem var(--area-padding); color:#000; font-size:2.3rem; font-weight:700;}
	#navigation > li.active > a{color:var(--main-color);}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e942"; position:absolute; top:50%; margin-top: -0.05rem; right:var(--area-padding); font-size:2.8rem; transform:translateY(-50%); font-weight: 400; color: #000;}
	#navigation > li.has-2dep.active > a:before{content: "\e945";}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:2rem 0; background-color: #3d4f78;}
	#navigation > li .gnb-2dep > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li > a{display:block; color: #fff; font-size:1.7rem; padding:1.2rem var(--area-padding); opacity: 0.8;}
	#navigation > li .gnb-2dep > ul > li.on > a{opacity: 1;}
	/* 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-navigation-wrapper{height:auto; width:100%; position:absolute; top:0px; bottom:0px; left:0; padding-top:0;}
	.header-util-menu-box + .gnb-navigation-wrapper{top:var(--header-height); }
	.gnb-navigation-wrapper{bottom: 15rem;}
	
	/* -------- GNB Mobile :: 언어선택 및 회원메뉴 -------- */
	.header-util-menu-box{position: absolute; bottom: 0; left: 0; width: 100%;}
	/* sns 리스트 */
	.header-sns-box {margin-bottom: 4.5rem; display: flex; align-items: center; justify-content: center; position: relative;}
	.header-sns-box li{}
	.header-sns-box li + li{margin-left: 2.5rem;}
	.header-sns-box li a{}
	.header-sns-box li a i{font-size: 2.4rem; color: #555; transition:var(--transition-custom); transition-property: color;}
	.header-sns-box li a svg{width: 4.1rem;}
	.header-sns-box li a svg .cls-1{fill:#555; transition:var(--transition-custom); transition-property: fill;}
	/* 회원메뉴 */
	.member-menu-box{
		display:flex;
		justify-content: space-around;
		height:6rem;
		text-align:center; 
		box-sizing: border-box; 
	}
	.member-menu-box li{float:left; width:50%; height:100%; position:relative;}
	.member-menu-box li a{width: 100%; height: 100%; font-size: 1.8rem; letter-spacing: -0.02em; color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #000;}
	.member-menu-box li + li a{background-color: var(--main-color);}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:25px; right:var(--area-padding); z-index:10000; 
		width: 40px; height:40px; padding: 5px; display: flex; flex-wrap: wrap; justify-content: center; align-content: center;
		transition:var(--transition-custom); box-sizing: border-box;
	}
	.nav-open-btn .dot{display:block; width:8px; height:8px; border-radius: 8rem; background-color:#bfbebc; margin: 2.5px; transition:var(--transition-custom);}
	.nav-open-btn .dot.dot4{background-color: var(--main-color);}
	.nav-open-btn i{position: absolute; top: 50%; margin-top: -14px; left: 50%; margin-left: -14px; font-size: 28px; color: #000; opacity: 0; transition:var(--transition-custom);}
	.nav-open-btn.active .dot{opacity: 0;}
	.nav-open-btn.active i{opacity: 1;}

	#header.top-fixed .nav-open-btn .line{background-color:#333}
}
@media all and ( min-width: 481px ) and ( max-width: 1280px ) {
	.nav-open-btn.active{right:20px;}
}
@media all and ( max-width: 480px ){
	#header .logo a{height: 30px;}

	/* Header :: 사이트맵, 네비게이션 버튼 */
	.nav-open-btn{top:10px;}
}


/* ****************** 푸터 위 정보박스 ********************** */
@media all and (max-width:1280px){
	/* 푸터 위 정보박스 */
	#bottomInfoBox{padding: 6.5rem 0 6rem;}
	#bottomInfoBox .info-list li{padding-left: 3rem; font-size: 1.8rem; line-height: 1.3;}
	#bottomInfoBox .info-list li + li{margin-left: 4.5rem;}
	#bottomInfoBox .info-list li:before{top: -0.4rem; font-size: 2.4rem;}
	#bottomInfoBox .tel{margin-top: 3.5rem; font-size: 6.1rem;}
	#bottomInfoBox .time{margin-top: 3rem; font-size: 1.7rem; line-height: 1.3;}
}
@media all and (max-width:800px){
	#bottomInfoBox .info-list li{padding-left: 2.7rem; font-size: 1.6rem; line-height: 1.3;}
	#bottomInfoBox .info-list li + li{margin-left: 2rem;}
	#bottomInfoBox .info-list li:before{top: -0.4rem; font-size: 2.2rem;}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1660px){
	#footerTop .footer-right-con{right: var(--area-padding);}
	.to-top-btn{right: var(--area-padding);}
}
@media all and (max-width:1280px){
	/* -------- FOOTER :: 상단 -------- */
	#footerTop{padding: 7.5rem 0 5.5rem;}
	#footerTop .area-box{position: relative; display: block;}
	#footerTop .footer-left-con{width: 100%;}
	#footerTop .footer-right-con{margin-top: 7rem; position: static; text-align: right;}

	/* Footer :: TOP버튼 */
	.to-top-btn{top: -11rem; right:var(--area-padding); width:7rem; height:7rem;}

	/* Footer :: 푸터로고 */
	.foot-logo img{height: 2.5rem;}
	/* Footer :: 푸터메뉴 */
	.foot-menu{margin-left: 5.5rem; margin-top: 1rem; display: flex; align-items: center;}
	.foot-menu li{padding-left:3rem; line-height:1.5;}
	.foot-menu li:before{top:0.1rem; left:1.5rem;}
	.foot-menu li a{font-size:1.65rem;}

	/* Footer :: 정보 */
	.footer-address-info-box{margin-top: 4.5rem;}
	.footer-address-list dl{margin-top: 1.5rem;}
	.footer-address-list dl:first-child{margin-top: 0;}
	.footer-address-list dl dt,
	.footer-address-list dl dd{font-size:1.5rem; line-height:2.8rem;}
	.footer-address-list dl dd .btn{margin-left: 2rem; padding: 0 1.5rem; font-size: 1.3rem; line-height: 2.8rem;}

	/* Footer :: sns 리스트 */
	.footer-sns-list li + li{margin-left: 2.5rem;}
	.footer-sns-list li a i{font-size: 2.4rem;}
	.footer-sns-list li a svg{width: 3.6rem;}

	/* Footer :: Copyright */
	.footer-copyright{margin-top: 2.5rem; font-size:1.5rem; line-height: 1.3;}

	/* -------- FOOTER :: 하단 -------- */
	#footerBottom{padding:5.5rem 0 6.5rem;}
	#footerBottom .area-box{display: block;}
	#footerBottom .footer-left-con{width: 100%;}
	#footerBottom .footer-right-con{width: 100%;}

	/* Footer :: 정보 */
	.foot-info-txt01{font-size: 1.6rem;}
	.foot-info-txt01 a{margin-left: 2rem; padding: 0 1.5rem; font-size: 1.3rem; line-height: 2.8rem;}
	.foot-info-txt02{margin-top: 1.5rem; font-size: 1.4rem; line-height: 1.5;}

	/* Footer :: award 리스트 */
	.foot-award-list li + li{margin-left: 2.5rem;}
	.foot-award-list li img{height: 3.3rem;}
}
@media all and (max-width:800px){
	/* Footer :: 푸터로고 + 푸터메뉴 */
	.foot-logo-menu-box{flex-wrap: wrap;}
	/* Footer :: 푸터로고 */
	.foot-logo{width: 100%;}
	/* Footer :: 푸터메뉴 */
	.foot-menu{margin-left: 0; margin-top: 3rem;}
	.foot-menu li{padding-left:2.6rem;}
	.foot-menu li:before{top:0.1rem; left:1.3rem;}
	.foot-menu li a{font-size:1.5rem;}
	/* Footer :: 정보 */
	.footer-address-info-box{margin-top: 4.5rem;}
	.footer-address-list:nth-child(1),
	.footer-address-list:nth-child(2),
	.footer-address-list:nth-child(3){width: 100%;}
	.footer-address-list dl,
	.footer-address-list dl:first-child{margin-top: 1rem;}
	.footer-address-list:nth-child(1) dl dt,
	.footer-address-list:nth-child(2) dl dt,
	.footer-address-list:nth-child(3) dl dt{width: 10.5rem;}
	.footer-address-list dl dd{width: calc(100% - 10.5rem);}
	/* -------- FOOTER :: 하단 -------- */
	#footerBottom{padding:5.5rem 0 6.5rem;}
	/* Footer :: award 리스트 */
	.foot-award-list{margin: 3.5rem -1rem 0; flex-wrap:wrap; justify-content: flex-start;}
	.foot-award-list li,
	.foot-award-list li + li{width: calc(50% - 2rem); margin: 1rem;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1460px){ 
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:14rem var(--area-padding)}
	#content.wide{padding:14rem 0 0 0}
}
@media all and (max-width:1280px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:10rem var(--area-padding)}
	#content.wide{padding:10rem 0 0 0}
}
@media all and (max-width:800px){
	#container{padding-top: var(--header-top);}
	/*  SUB LAYOUT :: 비주얼 */
	#visual{margin: 0 var(--area-padding); width:calc(100% - (var(--area-padding)*2)); height:var(--sub-visual-height); border-radius: 2rem 2rem 0 0;}
	#visual .visual-img-inner {background-position: 70% 100% !important;}
	#visual .table-cell-layout{padding: 0 var(--area-padding); text-align: center;}
	#visual .visual-tit{margin-bottom: 0; padding-right: 2.2rem; font-size:4.2rem; transform: translate(0,3rem);}
	#visual .visual-tit:after{bottom: 0.8rem; width: 1.2rem; height: 1.2rem; border-radius: 1.2rem 1.2rem 1.2rem 0;}
	#visual .visual-txt{margin-top: 2rem; font-size: 1.8rem; line-height: 1.5; transform: translate(0,3rem);}
	/* SUB LAYOUT :: 상단효과 active */
	#visual.active .visual-tit,
	#visual.active .visual-txt{transform: translate(0,0);}
	/*  SUB LAYOUT ::  서브메뉴(스타일1,2,3) */
	#topMenu01,
	#topMenu02,
	#topMenu03{display:none}

	/* -------- SUB LAYOUT :: 서브메뉴 모바일 -------- */
	#topMenuM{margin: 0 var(--area-padding); width:calc(100% - (var(--area-padding)*2)); height:var(--sub-menu-height); display:block; position:relative;}
	#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 var(--area-padding); padding-right:calc(var(--area-padding) + 3rem); box-sizing:border-box; border-radius: 0 0 2rem 2rem; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed9c01+0,ed7801+100 */
	background: rgb(237,156,1); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(237,156,1,1) 0%, rgba(237,120,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(237,156,1,1) 0%,rgba(237,120,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(237,156,1,1) 0%,rgba(237,120,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9c01', endColorstr='#ed7801',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
	#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:400; font-size:2rem;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:2rem; width:2.6rem; height:2.6rem; margin-top:-1.3rem; font-size:2.6rem; color: #fff;}
	#topMenuM .menu-location .location-menu-con{display:none; position:absolute; top:100%; left:-1px; right:-1px; border:1px solid #eee; background-color:#fff; z-index:11; border-radius: 2rem;}
	#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:40px; 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;}
	/* Menu OPEN */
	#topMenuM .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}


	/* ******************  메인 오른쪽 퀵메뉴 ********************** */
	#subRightBar{position:fixed; top:100%; margin-top: -25rem; right: var(--area-padding);}
	#subRightBar > .scroll-icon{margin: 0 auto 2rem; display: block;}
	#subRightBar > .scroll-icon img{height: 3rem;}
	#subRightBar > ul > li{margin-top: 1rem;}
	#subRightBar > ul > li > a{width:8rem; height:8rem;}
	#subRightBar > ul > li > a span,
	#subRightBar > ul > li > a i{display: none;}
	#subRightBar > ul > li > a em{display: block;}

	/*  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 h1{height:5rem; line-height:5rem; font-size:2rem; text-align:left; padding:0 4rem 0 2.5rem;}
	.modal-close-btn{top:0.8rem; right:1rem;}
	.modal-close-btn i{font-size:2.8rem}
	.footer-inner-box{padding: 2.5rem}
	.footer-inner{padding:1.5rem; height:30rem;}
}