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

/* ****************** 공통클래스 ********************** */
@media all and (max-width:1770px){
	.area-wrap{padding:0 15px;}
}
@media all and (max-width:1620px){
	.area-box{padding:0 15px;}
}
@media all and (max-width:1420px){
	.area{padding:0 15px;}
}
@media all and (max-width:1220px){
	.area{padding:0 15px;}
	.pc-br {display: none;}
}

/* ****************** HEADER ********************** */
@media all and (max-width:1800px){	
	#gnb > ul > li > a{padding:0 45px}
}
@media all and (max-width:1680px){	
	#gnb > ul > li > a{padding:0 40px}
	/*#gnbBg{background: #f3f3f3 url("/images/common/gnb_bg.jpg")no-repeat -40px 0}*/
}
@media all and (max-width:1570px){	
	/* #gnb > ul{margin-left:23%} */
	#gnb > ul{margin-left:7%}
	#gnb > ul > li > a{padding:0 30px}
	/*#gnbBg{background: #f3f3f3 url("/images/common/gnb_bg.jpg")no-repeat -110px 0}*/
	#gnbBg .gnb-left-txt{left:80px}
}
@media all and (max-width:1480px){		
	#gnb > ul > li > a{padding:0 25px}
	/* #gnb > ul{margin-left:19%} */
	/*#gnbBg{background: #f3f3f3 url("/images/common/gnb_bg.jpg")no-repeat -185px 0}*/
	#gnbBg .gnb-left-txt{left:60px}
}
@media all and (max-width:1366px){	
	#gnb > ul > li > a{font-size:17px; /* padding:0 34px */}
	#gnb.total-menu > ul > li .gnb-2dep ul li a{font-size:14px; }
	#gnbBg{background: #f3f3f3 url("/images/common/gnb_bg.jpg")no-repeat -15px 0}
	#gnbBg .gnb-left-txt{left:50px}
	#gnbBg .gnb-left-txt .gnb-left-tit{font-size:23px}
	#gnbBg .gnb-left-txt .gnb-left-slogan{font-size:16px;}
}





@media all and (min-width:1221px){	
	#header.over .logo .off{display:none;}
	#header.over .logo .on{display:block;}
}
@media all and ( max-width: 1366px ){
	/* -------- Header :: Layout -------- */
	#headerInner{padding:0 15px}
	.header-util-box{margin-right:15px}
	/* -------- Header :: GNB(PC) -------- */

}
@media all and ( max-width: 1220px ){
	#header,#headerInnerWrap{height:80px;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#header .logo{padding:19px 0;}	/* padding값 적절히 바꿔주세요 */
	#header.fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}
	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:45px;}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}
	
	/* Header :: 검색버튼 */
	.header-search-box{margin-left:5px;}
	.header-search-inner{position:fixed; left:0; top:80px; height:30px; width:calc(100% - 60px); padding:10px 45px 10px 15px; background-color:#444; text-align:left;}
	.header-search-inner .header-search-inner-box{background-color:#fff; -webkit-border-radius:15px;-moz-border-radius:15px; -o-border-radius:15px;border-radius:15px;}
	.header-search-inner .header-search-word{text-indent:10px; color:#555;}
	.header-search-inner .header-search-word::placeholder{color:#555}
	.header-search-inner .header-search-btn{top:10px;right:50px;}
	.header-search-inner .header-search-btn i{color:#333;}
	.header-search-inner .header-search-close-btn{top:50%; right:8px; margin-top:-16px; border:0; background: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:280px; 
		background-color:#fff; 
		z-index:9999; 
		transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);  
		-oz-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-ms-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);		/* gnb OPEN 속도 */
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:80px; overflow-y:auto;}	/* padding-top : Header 높이값 */
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0}
	
	/* 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 30px; color:#333; font-size:18px; font-weight:300; letter-spacing:-0.6px;}
	#navigation > li.active > a{color:var(--main-color); font-weight:600}
	#navigation > li.active > a:after{position:absolute; display:inline-block; content:""; width:225px; height:2px; background-color:var(--main-color); bottom:0; left:50%; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%);}
	#navigation > li.has-2dep > a{}
	#navigation > li.has-2dep.active > a{background-color:#f3f3f3}
	#navigation > li .gnb-icon{position:absolute; top:50%; right:26px; margin-top:-10px;}
	#navigation > li .gnb-icon i{font-size:20px;}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:15px 0; background-color:#f3f3f3; }
	#navigation > li .gnb-2dep > li{height:auto !important;}
	#navigation > li .gnb-2dep > li > a{position:relative; display:block; font-weight:300; color:#262626; font-size:14px; padding:12px 30px 12px 38px;}
	#navigation > li .gnb-2dep > li > a:before{position:absolute; display:inline-block; content:""; width:2px; height:2px; border-radius:50%; background-color:#262626; left:30px; top:17px}
	#navigation > li .gnb-2dep > li.on > a{opacity:1.0;filter:Alpha(opacity=100); color:var(--main-color)}
	#navigation > li .gnb-2dep > li.on > a span{position:relative;}
	#navigation > li .gnb-2dep > li.on > a span:after{position:absolute; display:inline-block; content:""; width:100%; height:1px; background-color:var(--main-color); left:0; bottom:-5px}
	/* GNB Mobile :: 메뉴영역 ::  3차 */
	#navigation > li .gnb-2dep > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
	#navigation > li .gnb-2dep > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
	#navigation > li .gnb-2dep > 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:80px; }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:80px;}
	.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;filter:Alpha(opacity=0); transform:translateY(-20px);-webkit-transition:all 0s 0s;-moz-transition:all 0s 0s;-o-transition:all 0s 0s;-ms-transition:all 0s 0s;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;filter:Alpha(opacity=100); transform:translateY(0px); -webkit-transition:transform 0.8s, opacity 0.8s;-moz-transition:transform 0.8s, opacity 0.8s;-o-transition:transform 0.8s, opacity 0.8s;-ms-transition:transform 0.8s, opacity 0.8s;transition:transform 0.8s, opacity 0.8s;}
	.gnb-style-full.open #navigation > li:nth-child(1){-webkit-transition-delay: 0.3s;-moz-transition-delay: 0.3s;-o-transition-delay: 0.3s;-ms-transition-delay: 0.3s;transition-delay:0.3s;}
	.gnb-style-full.open #navigation > li:nth-child(2){-webkit-transition-delay: 0.4s;-moz-transition-delay: 0.4s;-o-transition-delay: 0.4s;-ms-transition-delay: 0.4s;transition-delay:0.4s;}
	.gnb-style-full.open #navigation > li:nth-child(3){-webkit-transition-delay: 0.6s;-moz-transition-delay: 0.6s;-o-transition-delay: 0.6s;-ms-transition-delay: 0.6s;transition-delay:0.6s;}
	.gnb-style-full.open #navigation > li:nth-child(4){-webkit-transition-delay: 0.7s;-moz-transition-delay: 0.7s;-o-transition-delay: 0.7s;-ms-transition-delay: 0.7s;transition-delay:0.7s;}
	.gnb-style-full.open #navigation > li:nth-child(5){-webkit-transition-delay: 0.9s;-moz-transition-delay: 0.9s;-o-transition-delay: 0.9s;-ms-transition-delay: 0.9s;transition-delay:0.9s;}
	
	/* -------- GNB Mobile :: 언어선택 및 회원메뉴 -------- */
	.header-util-menu-box{height:60px;}
	/* 언어선택 */
	.header-util-menu-box .lang-select{padding:19px 15px; }
	.header-util-menu-box .lang-select li{float:left; border:1px solid #e5e5e5; margin-left:-1px}
	.header-util-menu-box .lang-select li:first-child{margin-left:0;}
	.header-util-menu-box .lang-select li > a{position:relative; display:block; min-width:18px; text-align:center ; height:40px; line-height:40px; padding:0 10px; color:#555; font-size:12px; font-weight:500;}	
	.header-util-menu-box .lang-select li.cur{border-color:#f57f20; position:relative; z-index:1;}
	.header-util-menu-box .lang-select li.cur a{color:#f57f20; z-index:1;}
	/* 회원메뉴 */
	.member-menu-box{text-align:center; padding:10px 0; height:100%;margin-right:60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		 box-sizing: border-box; 
	}
	.member-menu-box li{float:left; width:50%; height:100%; position:relative;}
	.member-menu-box li:before{content:""; position:absolute; top:0px; left:0px; width:1px; height:100%; background-color:rgba(0,0,0,0.1); content:"";}
	.member-menu-box li:first-child:before{display:none;}
	.member-menu-box li a{display:block; color:#444;  padding:6px 0}
	.member-menu-box li a i{font-size:30px;}
	.member-menu-box li a strong{display:block; padding-top:5px; font-size:13px; letter-spacing:-0.5px; font-weight:400;}
	/* gnb full style일때 회원메뉴 위치이동 */
	.gnb-style-full .member-menu-box{position:absolute; bottom:0px; left:0px; right:0; margin-right:0px; height:80px; padding:0; border-top:1px solid #ddd;}
	.gnb-style-full .member-menu-box li a{padding:16px 0;}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:24px;  right:15px; z-index:10000; 
		height:30px;
		transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);  
		-oz-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-ms-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	.nav-open-btn.active{top:17px}
	.nav-open-btn .line{
		display:block; width:28px; height:2px; background-color:#f5f5f5; border-radius:5px; margin: 4px auto;
		-webkit-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
	 .nav-open-btn.active .line{background-color:#2d2d2d;} 
	.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){
		 -webkit-transform: translateY(5px) rotate(45deg);
		  -ms-transform: translateY(5px) rotate(45deg);
		  -o-transform: translateY(5px) rotate(45deg);
		  transform: translateY(5px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-7px) rotate(-45deg);
		  -ms-transform: translateY(-7px) rotate(-45deg);
		  -o-transform: translateY(-7px) rotate(-45deg);
		  transform: translateY(-7px) rotate(-45deg);
	}
	
	#header.fixed-header .nav-open-btn .line{background-color:#fff}

	/* ---- header 고정시 ---- */
	#header.fixed .logo .off{display:none}
	#header.fixed .logo .on{display:block}
	#header.fixed .header-lang{border-color:#898989; background-color:#fff}
	#header.fixed .header-lang .lang-open-btn{color:#2d2d2d}
	#header.fixed .header-lang .lang-open-btn .arrow i{font-weight:600}
	#header.fixed .nav-open-btn .line{background-color:#2d2d2d}

}
@media all and ( max-width: 1220px ){	
	#topMenu01 .side-menu-inner ul.sub-menu-company li > a > span{padding:0 30px}
}
@media all and ( max-width: 1024px ){	
	#topMenu01 .side-menu-inner ul.sub-menu-company{display:block}
	#topMenu01 .side-menu-inner ul.sub-menu-company li{width:12.5%}
	#topMenu01 .side-menu-inner ul.sub-menu-company li > a > span{padding:0}
}
@media all and ( max-width: 800px ){	
	
	#header .logo{padding:25px 0;}
	#header .logo img{height:30px}
	.header-util-box{margin-top:-19px}
	.header-lang{width:100px; height:35px;}
	.header-lang .lang-open-btn{line-height:35px; font-size:12px; padding:0 10px}
	.header-lang .lang-open-btn i{margin-right:10px}
	.header-lang > ul{top:35px}
	
	.location{padding-bottom:18px}
}
@media all and ( max-width: 480px ){
	#header,#headerInnerWrap{height:60px;}
	#header .logo{padding:17px 0;}	/* padding값 적절히 바꿔주세요 */
	#header .logo img{height:27px;}
	.header-lang > ul{top:29px}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:35px; margin-top:-15px}
	/* Header :: 검색버튼 */
	.header-search-inner{top:60px;}

	/* Header :: 언어선택 */
	.header-lang{width:90px; height:28px}
	.header-lang .lang-open-btn{line-height:28px; font-size:11px}
	.header-lang .lang-open-btn i{margin-right:10px}
	.header-lang .lang-open-btn .arrow i{font-size:11px}
	/*.header-lang strong{display:none;}*/
	.header-lang > ul{border-color:#ccc;}
	.header-lang > ul > li > a{padding:0; text-align:center;}
	/* Header :: 사이트맵, 네비게이션 버튼 */
	.nav-open-btn{top:15px; margin-top:0;}
	.nav-open-btn .line{width:20px; height:2px;}
	.nav-open-btn.active .line:nth-child(1){
		 -webkit-transform: translateY(6px) rotate(45deg);
		  -ms-transform: translateY(6px) rotate(45deg);
		  -o-transform: translateY(6px) rotate(45deg);
		  transform: translateY(6px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-6px) rotate(-45deg);
		  -ms-transform: translateY(-6px) rotate(-45deg);
		  -o-transform: translateY(-6px) rotate(-45deg);
		  transform: translateY(-6px) rotate(-45deg);
	}
	/* Header :: GNB(Mobile) */
	.gnb-navigation-wrapper{padding-top:60px} /* padding-top : Header 높이값 */
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:60px; }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:60px;}
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > li > a{font-size:13px;}

	/* Header :: 언어선택 및 회원메뉴 */
	.header-util-menu-box{height:60px;}
	/* 언어선택 */
	.header-util-menu-box .lang-select{padding:10px; }
	.header-util-menu-box .lang-select li > a{height:38px; line-height:38px}
	/* 회원메뉴 */
	.member-menu-box{padding:5px 0;}
	.member-menu-box li a{ padding:4px 0}
	.member-menu-box li a i{font-size:24px;}
	.member-menu-box li a strong{padding-top:3px;}
	.gnb-style-full .member-menu-box{height:60px}
	.gnb-style-full .member-menu-box li a{padding:10px 0;}

	.location{padding-bottom:13px}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1620px){	
	.footer-link-menu{margin-right:15px}
}
@media all and (max-width:1220px){
	/* Footer :: 푸터로고 */
	/*.foot-logo{float:none; display:block; padding-right:0; padding-bottom:15px;}*/
	/* Footer :: 푸터메뉴 */
	.foot-menu{float:none; display:inline-block;}
	/* Footer :: 패밀리사이트 */
	/*.family-site-box{position:static; position:relative; top:0px; margin:15px auto 0;}*/
}

@media all and (max-width:800px){	
	/* -------- FOOTER :: 레이아웃 -------- */
	#footerTop, #footerBottom{text-align:center; padding:30px 0}
	.footer-left-con,.footer-right-con{float:none; width:100%; padding-right:0}

	/* -------- Footer :: 상단 -------- */
	#footerTop{background-color:#fff;}
	/* Footer :: 푸터로고 */
	.foot-logo img{height:14px;}
	.footer-right-con .foot-logo{display:none}
	/* Footer :: 푸터메뉴 */
	.foot-menu li {padding-left:10px; line-height:26px}
	.foot-menu li:before{left:12px; margin:0 10px 0 0}
	.foot-menu li a{font-size:12px;}
	/* .foot-menu li:before{width:3px; height:3px;} */ /* dot형태*/
	
	/* -------- Footer :: 하단 -------- */
	.footer-link-menu{position:relative; margin:0 0 10px 0}
	/* Footer :: 왼쪽정보 */
	.footer-address{margin-bottom:20px}
	.footer-address .footer-address-txt{font-size:12px;}
	.footer-address p:before{display:none;}
	.footer-address p.address-txt{display:block}
/* Footer :: 왼쪽정보 style02 */
	.footer-address-list dl{font-size:12px;}
	/* Footer :: Copyright */
	.footer-copyright{font-size:12px; padding-top:0}
	.footer-right-con{text-align:center; margin-top:18px}
	/* Footer :: 패밀리사이트 */
	.family-site-box{width:140px;	}
	.family-site-box .family-site-open-btn{height:40px; line-height:40px; font-size:13px;}
	.family-site-list{bottom:42px;}
	.family-site-box .family-site-open-btn i{font-size:13px; right:17px; margin-top:-6px}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1420px){	
	#content{padding:77px 15px}
}
@media all and (max-width:1220px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0}
	/*  SUB LAYOUT :: 서브메뉴(스타일3) */
	#topMenu03 .area{padding:0;}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content{padding:70px 15px}
}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:240px;}
	#visual .visual-tit{font-size:28px; }
	#visual .visual-sub-txt{font-size:13px; line-height:18px; padding-top:15px}
	/* SUB LAYOUT :: 위치정보(location) */
	.location li{font-size:12px;}
	.location li:before{margin:0 6px 0 4px; top:0px;}
	.location li i{margin-top:0px; font-size:16px;}
	/*  SUB LAYOUT :: 이전페이지,다음페이지 버튼 */
	.sub-page-controls-btn .sub-page-name{display:none}
	/*  SUB LAYOUT ::  서브메뉴(스타일1,2) */
	#topMenu01,
	#topMenu02{display:none}
	/*  SUB LAYOUT :: 서브메뉴(스타일3) */
	#topMenu03{height:45px; }
	#topMenu03 .side-menu-inner{height:44px; padding-left:44px; width:auto;}
	#topMenu03 .location-to-home-btn{position:absolute; width:44px; height:44px; left:0px; top:0px; border:0;}
	#topMenu03 .location-to-home-btn i{font-size:20px; line-height:44px;}
	#topMenu03 .menu-location{width:50%;}
	#topMenu03 .menu-location > .cur-location{height:44px; border-right:0; border-left:1px solid #ddd; padding:0 30px 0 10px}
	#topMenu03 .menu-location > .cur-location span{line-height:44px;font-size:15px;}
	#topMenu03 .menu-location .location-menu-con{top:44px; left:0; padding-bottom:10px}
	#topMenu03 .menu-location .location-menu-con li a{font-size:14px; padding:7px 10px;}

	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일2) */
	#topMenuM02{display:block; position:absolute; width:100%; height:45px; top:0; margin-top:195px; z-index:99}
	#topMenuM02 .side-menu-inner{height:44px; border-top:1px solid rgba(255,255,255,0.3); background-color:rgba(0,0,0,0.5)}
	#topMenuM02 .menu-location{position:relative;}
	#topMenuM02 .location-to-home-btn + .menu-location{margin-left:44px}
	#topMenuM02 .menu-location > .cur-location{position:relative; display:block; height:44px; padding:0 33px; }
	#topMenuM02 .menu-location > .cur-location:before{position:absolute; display:inline-block; content:""; width:calc(100% - 66px); height:3px; background:#fff; top:-1px; left:50%; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%);}
	#topMenuM02 .menu-location > .cur-location span{position:relative; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:44px; color:#fff; font-weight:300; font-size:14px; letter-spacing:-0.6px}
	#topMenuM02 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:33px; width:20px; height:20px;margin-top:-8px; font-size:20px; color:#fff}
	#topMenuM02 .menu-location > .cur-location.open .arrow{transform:rotate(-180deg); margin-top:-10px;}
	#topMenuM02 .menu-location .location-menu-con{display:none; position:absolute; top:44px; left:0px; width:calc(100% - 2px); border:1px solid #ddd; border-top:0; background-color:#fff; z-index:11; }
	#topMenuM02 .menu-location.location1 .location-menu-con{width:calc(100% - 1px)}
	#topMenuM02 .menu-location .location-menu-con li a{display:block; padding:7px 33px; font-size:14px; line-height:1.5; word-break:keep-all;}
	#topMenuM02 .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM02 .menu-location .location-menu-con li.on a{color:var(--main-color); font-weight:500;}


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

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content{padding:40px 15px}
}
@media all and ( max-width: 480px ){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:200px}
	#topMenuM02{margin-top:155px}
}
/* ****************** MODAL LAYERPOPUP ********************** */
@media all and ( max-width: 800px ){
	/* modal layer content */
	.footer-modal-content h1{height:46px; line-height:46px; font-size:18px; text-align:left; padding:0 15px}
	.modal-close-btn i{font-size:24px}
	.footer-inner-box{padding:15px}
	.footer-inner{padding:10px; height:250px;}
	/* 사이트맵  */
	.sitemap-wrapper{padding:15px}
	.sitemap-wrapper > ul > li{float:none; width:auto; margin-bottom:15px;}
	.sitemap-wrapper > ul > li > h2{font-size:16px; margin:0; margin-bottom:5px;}
	.sitemap-wrapper > ul > li .sitemap-2dep{overflow:hidden; margin:0 -1%; padding:0;}
	.sitemap-wrapper > ul > li .sitemap-2dep li{float:left; position:relative; width:31.33%; margin:1%; word-break:keep-all;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:before{position:absolute; top:0px; left:0; bottom:0px; width:1px; background-color:#eee; content:"";}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(3n+1){clear:both;}
	.sitemap-wrapper > ul > li .sitemap-2dep a{padding:7px; border:1px solid #eee; font-weight:300; }

}
@media all and ( max-width: 480px ){
	/* 사이트맵  */
	.sitemap-wrapper > ul > li .sitemap-2dep li{width:48%;}
}