<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : 전체 레이아웃 반응형 CSS
 * date : 2019-09-03
******************************************************** */

/* ****************** 공통클래스 ********************** */
@media all and (max-width:1620px){
	.area-box{padding:0 15px;}
}
@media all and (max-width:1520px){
	.area02{padding:0 15px;}
}
@media all and (max-width:1220px){
	.area{padding:0 15px;}
}


/* ****************** HEADER ********************** */
@media all and ( max-width: 1366px ){
	/* -------- Header :: Layout -------- */
	#headerInner{padding:0 15px}
	/* -------- Header :: GNB(PC) -------- */
	#gnb &gt; ul &gt; li &gt; a{font-size:18px; padding:0 30px}
	#gnb &gt; ul &gt; li .gnb-2dep ul li a{font-size:14px; }
}
@media all and ( max-width: 1220px ){
	#header,#headerInnerWrap{height:80px;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#header .logo{padding:14px 0;}	/* padding값 적절히 바꿔주세요 */
	#header.fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}
	#header.fixed .header-lang .lang-open-btn {color: #555;}
	#header.fixed .nav-open-btn .line {background-color: #555;}
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:45px;}
	/* 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:101;}	
	#gnbM{ 
		display:block; 
		position:fixed; 
		top:0px; 
		right:-82%;
		width:80%; 
		height:100%;  
		max-width:280px; 
		background-color:#fff; 
		z-index:999; 
		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 &gt; li{border-bottom:1px solid #e7e7e7;}
	#navigation &gt; li:first-child{border-top:1px solid #e7e7e7}
	#navigation &gt; li &gt; a {position:relative; display:block; padding:15px; color:#1c0c81; font-size:17px; font-weight:500; }
	#navigation &gt; li.active &gt; a{color:#ea2c2d;}
	#navigation &gt; li.has-2dep &gt; a{}
	#navigation &gt; li.has-2dep.active &gt; a{}
	#navigation &gt; li .gnb-icon{position:absolute; top:50%; right:15px; margin-top:-10px;}
	#navigation &gt; li .gnb-icon i{font-size:20px;}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation &gt; li .gnb-2dep{display:none; padding:15px 0; background-color:#1c0c81; }
	#navigation &gt; li .gnb-2dep &gt; li{height:auto !important;}
	#navigation &gt; li .gnb-2dep &gt; li &gt; a{display:block; color:#fff; font-size:14px; padding:12px 15px; opacity:0.7;filter:Alpha(opacity=70);}
	#navigation &gt; li .gnb-2dep &gt; li.on &gt; a{opacity:1.0;filter:Alpha(opacity=100); font-weight:500;}
	/* GNB Mobile :: 메뉴영역 ::  3차 */
	#navigation &gt; li .gnb-2dep &gt; li &gt; .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
	#navigation &gt; li .gnb-2dep &gt; li &gt; .gnb-3dep &gt; li &gt; a{display:block; padding:8px 0; font-size:13px; color:#fff;}
	#navigation &gt; li .gnb-2dep &gt; li &gt; .gnb-3dep &gt; li &gt; 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 &gt; 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 &gt; li:first-child {border:0}
	.gnb-style-full #navigation &gt; li &gt; a {}
	.gnb-style-full #navigation &gt; li .gnb-icon i{display:none;}
	.gnb-style-full.open #navigation &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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:80px;}
	/* 언어선택 */
	.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 &gt; 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:9998; 
		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 .line{
		display:block; width:28px; height:3px; background-color:#fff; 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 .line.line2 {margin-left: -7px;}
	/* .nav-open-btn.active .line{background-color:#fff;} */
	.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(7px) rotate(45deg);
		  -ms-transform: translateY(7px) rotate(45deg);
		  -o-transform: translateY(7px) rotate(45deg);
		  transform: translateY(7px) 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);
	}
	.nav-open-btn.active .line {background-color: #1c0c81;}
	#header.fixed-header .nav-open-btn .line{background-color:#fff}
}
@media all and (max-width:800px){
	.header-lang {width:80px;}
	.header-lang .lang-open-btn {font-size:12px; padding:0; }
	.header-lang .lang-open-btn i {font-size:16px; margin-right: 10px; line-height:30px;}
	.header-lang &gt; ul &gt; li &gt; a {font-size:12px;}

		#header,#headerInnerWrap{height:60px;}
	#header .logo{padding:15px 0;}	/* padding값 적절히 바꿔주세요 */
	#header .logo img{height:30px;}
}
@media all and ( max-width: 800px ){


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

	/* Header :: 언어선택 */
	.header-lang{margin-left:5px}
	.header-lang &gt; ul{border-color:#ccc;}
	.header-lang &gt; ul &gt; li &gt; a{padding:0; text-align:center;}
	.header-lang .lang-open-btn {}
	/* 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 &gt; li &gt; a{font-size:15px;}
	#navigation &gt; li .gnb-2dep &gt; li &gt; 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 &gt; a{height:38px; line-height:38px}

}

/* ****************** FOOTER ********************** */
@media all and (max-width:1700px){
	#footerBottom .footer-right-con {width: 65.34%;}
	#footerBottom .footer-last-con {width: 15%;}
	/* #footerBottom .footer-last-con .foot-logo {float:left; padding-left:0;} */
}

@media all and (max-width:1220px){
	/* Footer :: 푸터로고 */
	.foot-logo{float:none; display:block; padding-right:0; margin-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:1024px){
	#footerBottom .footer-last-con .foot-logo img {height: 50px;}
}

@media all and (max-width:800px){
	#footerTop, #footerBottom{text-align:center;}
	.footer-left-con,.footer-right-con{float:none; }

	/* -------- Footer :: 상단 -------- */
	/* Footer :: 푸터로고 */
	.foot-logo img{height:40px;}
	/* Footer :: 푸터메뉴 */
	#footerTop .footer-top-inner {padding: 15px 0;}
	.foot-menu li {padding-left:25px}
	.foot-menu li:before{left:12px}
	.foot-menu li a{font-size:14px;}
	/* .foot-menu li:before{width:3px; height:3px;} */ /* dot형태*/
	/* Footer :: SNS 리스트 */
	.foot-sns-menu{margin-top:10px}
	.foot-sns-menu ul{display:inline-block;}
	.foot-sns-menu li,
	.foot-sns-menu li:first-child{margin:0 5px}
	.foot-sns-menu li a {display:inline-block;}
	.foot-sns-menu li img {opacity:1;filter:Alpha(opacity=100); max-width:16px; vertical-align:-webkit-baseline-middle;}
	
	/* -------- Footer :: 하단 -------- */
	/* Footer :: 하단정보 */
	#footerBottom {padding: 24px 0 30px; }
	#footerBottom .footer-left-con {width:100%; text-align:center;}
	#footerBottom .footer-right-con {width:100% ;}
	#footerBottom .footer-right-con br {display:none;}
	#footerBottom .footer-last-con {width: 100%; margin-top:15px;}
	#footerBottom .footer-last-con .foot-logo {float:none; padding-left:0;}
	#footerBottom .footer-last-con .foot-logo img {max-width:100%; height: 45px;}
	.footer-last-con .foot-logo {padding-left:0; float:none;}
	.footer-address p{font-size:12px; line-height:18px; padding-bottom:15px;}
	.footer-address span{display:inline-block;}
	.footer-address a{display:block;}
	.footer-address .footer-caution-txt{font-size:11px; word-break:keep-all}
	.footer-address .copyright, .footer-copyright{font-size:11px;}
	#footerBottom .footer-right-con .address {display:block;}
	#footerBottom .footer-right-con .address:before {display:none;}
	/* Footer :: 패밀리사이트 */
	.family-site-box{width:150px;	}
	.family-site-box .family-site-open-btn{height:34px; line-height:34px; font-size:13px;}
	.family-site-list{bottom:36px;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1420px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0}
	/*  SUB LAYOUT :: 서브메뉴(스타일3) */
	#topMenu03 .area{padding:0;}
	#topMenu01 .side-menu-inner ul li {
		padding: 0 5px;
		width:14%;
		margin-left:-4px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		 box-sizing: border-box; 
	}
}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
/* 	#middleArea {margin-top:-52.5px; } */
	#visual{height:311px;}
	#visual .visual-tit{font-size:28px; }
	#visual .visual-sub-txt{font-size:13px; line-height:18px; padding-top:8px}
	/*  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 &gt; .cur-location{height:44px; border-right:0; border-left:1px solid #ddd; padding:0 30px 0 10px}
	#topMenu03 .menu-location &gt; .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 :: 서브메뉴 모바일 (스타일1) */
	#topMenuM01{display:block; position:relative; height:45px; }
	#topMenuM01 .side-menu-inner{height:44px; padding-left:44px; border-bottom:1px solid #ddd; }
	#topMenuM01 .location-to-home-btn{position:absolute; width:44px; height:44px; left:0px; top:0px; background-color:#fff; text-align:center; }
	#topMenuM01 .location-to-home-btn i{color:#f57f20; font-size:20px; line-height:44px;}
	#topMenuM01 .menu-location{position:relative; float:left; width:50%;}
	#topMenuM01 .menu-location &gt; .cur-location{position:relative; display:block; height:44px; padding:0 30px 0 10px; border-left:1px solid #ddd;}
	#topMenuM01 .menu-location &gt; .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:44px; color:#222; font-weight:400; font-size:15px;}
	#topMenuM01 .menu-location &gt; .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px;margin-top:-8px; font-size:20px;}
	#topMenuM01 .menu-location &gt; .cur-location.open .arrow{transform:rotate(-180deg); margin-top:-10px;}
	#topMenuM01 .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; }
	#topMenuM01 .menu-location.location1 .location-menu-con{width:calc(100% - 1px)}
	#topMenuM01 .menu-location .location-menu-con li a{display:block; padding:7px 10px; font-size:14px; line-height:1.5; word-break:keep-all;}
	#topMenuM01 .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM01 .menu-location .location-menu-con li.on a{color:#f57f20; font-weight:500;}
	/* 선택된메뉴앞에 bullet 넣을때 */
	/* #topMenu03 .menu-location .location-menu-con li.on a{padding-left:25px;}
	#topMenu03 .menu-location .location-menu-con li.on a:before{content:""; position:absolute; top:50%; left:10px; width:7px; height:3px; margin-top:-1px; background-color:#f57f20} */
	
	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일2) */
	#topMenuM02{display:block; position:relative; height:52.5px; margin-top:-52.5px; background-color: rgba(28,12,129,0.8); z-index: 20;}
	#topMenuM02 .side-menu-inner{height:52.5px; border-bottom:1px solid #ddd; }
	#topMenuM02 .menu-location{position:relative;}
	#topMenuM02 .location-to-home-btn + .menu-location{margin-left:44px}
	#topMenuM02 .menu-location &gt; .cur-location{position:relative; display:block; height:52.5px; padding:0 30px; }
	#topMenuM02 .menu-location &gt; .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:52.5px; color:#fff; font-weight:400; font-size:15px;}
	#topMenuM02 .menu-location &gt; .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px;margin-top:-8px; font-size:20px; color:#fff; }
	#topMenuM02 .menu-location &gt; .cur-location.open .arrow{transform:rotate(-180deg); margin-top:-10px; color:#fff; }
	#topMenuM02 .menu-location .location-menu-con{display:none; position:absolute; top:52.5px; left:0px; width:100%; background-color: #13085a; z-index:11; }
	#topMenuM02 .menu-location.location1 .location-menu-con{}
	#topMenuM02 .menu-location .location-menu-con li a{display:block; height:37.5px; padding:0px 30px; font-size:14px; color:rgba(255,255,255,0.8); word-break:keep-all; -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box; }
	 #topMenuM02 .menu-location .location-menu-con li a span em {line-height:37.5px;}
	#topMenuM02 .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM02 .menu-location .location-menu-con li.on a{ font-weight:500; background-color: #10074f;}


	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{padding:0 15px; display:none; }
	#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:50px 0;}
}
@media all and ( max-width: 480px ){
	/*  SUB LAYOUT :: 비주얼 */
#visual{/* height:200px */}
}
/* ****************** 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 &gt; ul &gt; li{float:none; width:auto; margin-bottom:15px;}
	.sitemap-wrapper &gt; ul &gt; li &gt; h2{font-size:16px; margin:0; margin-bottom:5px;}
	.sitemap-wrapper &gt; ul &gt; li .sitemap-2dep{overflow:hidden; margin:0 -1%; padding:0;}
	.sitemap-wrapper &gt; ul &gt; li .sitemap-2dep li{float:left; position:relative; width:31.33%; margin:1%; word-break:keep-all;}
	.sitemap-wrapper &gt; ul &gt; li .sitemap-2dep li:before{position:absolute; top:0px; left:0; bottom:0px; width:1px; background-color:#eee; content:"";}
/* 	.sitemap-wrapper &gt; ul &gt; li .sitemap-2dep li:nth-child(3n+1){clear:both;} */
	.sitemap-wrapper &gt; ul &gt; li .sitemap-2dep a{padding:7px; border:1px solid #eee; font-weight:300; }

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