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

/* ****************** 공통레이아웃 ********************** */
@media all and (max-width:1620px){	/* max-width : (area-box width) + 20px */
	.area-box{padding:0 30px;}
}
@media all and (max-width:1320px){
	.area{padding:0 30px;}
}
@media all and (max-width:1024px){
	.area-box,
	.area{padding:0 15px}
}

/* ****************** HEADER ********************** */
@media all and (max-width:1620px){
	/* -------- Header :: Layout -------- */
	#headerInner{padding:0 30px}
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box {right:30px;}
	/* -------- Header :: GNB(Pc) -------- */
	#gnb > ul > li > a {padding:0;}
	#gnb > ul > li > a span {width:120px;}
}
@media all and ( max-width: 1366px ){
	/* -------- Header :: GNB(PC) -------- */
	#gnb > ul.area {padding:0; margin-left:-20px;}
	#gnb > ul > li > a{font-size:16px; }
	#gnb > ul > li > a span {width:105px;}
	#gnb.total-menu > ul > li .gnb-2dep ul li a {font-size:14px; padding: 7px 5px; }
	/* -------- Header :: Layout -------- */
	#header .logo{padding:0; margin-top:15px;}
	#header .logo img {height:60px;}
	.header-lang {margin-right: 10px;}
	.header-lang > ul > li > a {padding:0 8px;}
	.sitemap-line-btn {width: 28px; height:28px; margin-left: 0;}
}

@media all and ( max-width: 1024px ){	/* 1024까지 레이아웃유지가 안될시 max-width: 컨텐츠너비+20px */
	#header{position:fixed; top:0; left:0; right:0; z-index:9990; background:#fff;}
	#header,#headerInnerWrap{height:80px;}
	#headerInnerWrap{position:fixed; z-index:99; width:100%; background-color:#fff; border-bottom:1px solid #eee;}
	#container{padding-top:80px;}
	#headerInner{padding:0 15px;}
	#header .logo {padding:0; margin-top:16px;}
	#header .logo img {height:48px;}
	#header.top-fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}
	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:43px;}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn , .header-lang{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:flex;
		flex-direction:column;
		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);
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; flex:1; 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 20px 15px 28px; color:#3c3c3c; font-size:15px; }
	#navigation > li.active > a{color:#34539b; font-weight:600;}
	#navigation > li.has-2dep > a:before{ content: ""; position:absolute; top:50%; right:20px; width:12.5px; height:6px; background:url("/images/icon/nav_arrow.jpg") center no-repeat; background-size:cover; transform:translateY(-50%);}
	#navigation > li.has-2dep.active > a:before{content: "\e91b"; background-image:url("/images/icon/nav_arrow_on.jpg")}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:14px 0 14px 28px; background-color:#f2f2f2; }
	#navigation > li .gnb-2dep > li{height:auto !important;}
	#navigation > li .gnb-2dep > li > a {position:relative; display:block; color:#626262; font-size:14px; padding:8px 0; }
	#navigation > li .gnb-2dep > li > a:before {content:"-"; margin-right:5px; }
	#navigation > li .gnb-2dep > li.on > a{font-weight:500;}
	/* 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 :: 언어선택 및 회원메뉴 -------- */
	.header-util-menu-box{min-height:80px; flex-shrink:0;}
	/* 언어선택 */
	.header-util-menu-box .lang-select{padding:19px 15px; }
	.header-util-menu-box .lang-select li{float:left; 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:#464646; font-size:12px; font-weight:500; opacity:0.5;filter:Alpha(opacity=50);}	
	.header-util-menu-box .lang-select li > a:before {content:""; position:absolute; left:0; top:50%; margin-top:-4px; width:1px; height:8px; background-color: #464646; opacity:0.3;filter:Alpha(opacity=30); }
	.header-util-menu-box .lang-select li:first-child > a:before {display:none;}
	.header-util-menu-box .lang-select li.cur{position:relative; z-index:1;}
	.header-util-menu-box .lang-select li.cur a{z-index:1; opacity:1;filter:Alpha(opacity=100);}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:24px;  right:15px; z-index:10000;
		height:30px;
		-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
		transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	.nav-open-btn.active{
		display:none !important;
	}
	.nav-open-btn .line{
		display:block; width:28px; height:2px; background-color:#333; border-radius:5px; margin: 6px auto;
		-webkit-transition: all 0.3s ease-in-out;
	     transition: all 0.3s ease-in-out;
	}
	.nav-open-btn.active .line{background-color:#464646;}
	.nav-open-btn.active .line:nth-child(2){opacity: 0;}
	.nav-open-btn.active .line:nth-child(1){
		 -webkit-transform: translateY(8px) rotate(45deg);
		  transform: translateY(8px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-8px) rotate(-45deg);
		  transform: translateY(-8px) rotate(-45deg);
	}

	#header.top-fixed .nav-open-btn .line{background-color:#333}
}

@media all and ( max-width: 800px ){
	/* Header :: 검색버튼 */
	.header-search-box{margin-left:5px;}
	.header-search-inner{
		position:fixed; left:0; top:80px; 
		height:38px; width:auto; 
		border:3px solid #333; 
		text-align:left; 
		padding-right:35px;
		-webkit-box-sizing: border-box;
		 box-sizing: border-box; 
	}
	.header-search-inner .header-search-inner-box{background-color:#fff; border:0; padding-right:34px}
	.header-search-inner .header-search-btn{right:34px;}
	.header-search-inner .header-search-close-btn{top:0; right:-3px; border:0; height:100%; width:38px; border-radius:0;}
}
@media all and ( max-width: 480px ){
	#header,#headerInnerWrap{height:60px;}
	#container{padding-top:60px;}
	#header .logo{padding:0; margin-top:12px;}
	#header .logo img{height:36px;}

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

	/* Header :: 언어선택 */
	.header-lang{width:60px; margin-left:5px}
	.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;}
	/* 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{min-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:20px;}
	.member-menu-box li a strong{padding-top:5px;}
	.gnb-style-full .member-menu-box{height:60px}
	.gnb-style-full .member-menu-box li a{padding:10px 0;}

}

/* ****************** FOOTER ********************** */
@media all and (max-width:800px){
	/* -------- FOOTER :: 레이아웃 -------- */
	#footerTop, #footerBottom{text-align:left;}
	.footer-left-con,.footer-right-con{float:none; }
	#footerBottom {padding:30px 0 40px;}
	/* Footer :: 푸터사이트맵 */
	#footerTop {display:none;}
	/* Footer :: 정보 */
	.footer-address{}
	.footer-address .footer-address-txt{font-size:12px;}
	.footer-address p:before{display:none;}
	/* Footer :: 정보 style02 */
	.footer-address-list dl{font-size:12px;}
	/* Footer :: Copyright */
	.footer-copyright{font-size:11px;}
	/* Footer :: 패밀리사이트 */
	#footerBottom .footer-right-con {position:static; transform:none; align-items:flex-start; margin-top:25px;}
	#footerBottom .footer-right-con .footer-cs {text-align:left !important;}
	#footerBottom .footer-right-con .footer-sns {justify-content:flex-start;}
	.family-site-box{width:120px;	margin-left: 18px;}
	.family-site-box:first-child {margin-left:0;}
	.family-site-box .family-site-open-btn{height:34px; line-height:34px; font-size:11px; padding:0 10px;}
	.family-site-box .family-site-open-btn:after{font-size:15px}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1320px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0}
	/*  SUB LAYOUT :: 서브메뉴(스타일2,3,4) */
	#topMenu02 .area,
	#topMenu03 .area,
	#topMenu04 .area{padding:0;}
	#topMenu02 .area,
	#topMenu03 .area{margin:0 -1px}
	/*  SUB LAYOUT :: 서브메뉴(스타일2) */
	#topMenu01 .side-menu-inner ul{display:table; width:100%;}
	#topMenu01 .side-menu-inner ul:after{display:none;}
	#topMenu01 .side-menu-inner ul li{display:table-cell; vertical-align:middle; float:none;}
	#topMenu01 .side-menu-inner ul li > a {padding:0 10px;}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:70px 15px}
	#content.wide{padding:70px 0 0 0}
}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:257px;}
	#visual .visual-tit{font-size:28px; padding-top:10px;}
	#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,3) */
	#topMenu01,
	#topMenu02,
	#topMenu03{display:none}

	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일2) */
	#topMenuM02{display:none !important; position:relative; height:45px; }
	#topMenuM02 .side-menu-inner{height:44px; border-bottom:1px solid #ddd; }
	#topMenuM02 .menu-location{position:relative;}
	#topMenuM02 .location-to-home-btn + .menu-location{margin-left:44px}
	#topMenuM02 .menu-location > .cur-location{position:relative; display:block; width:100%; height:44px; padding:0 15px; }
	#topMenuM02 .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:44px; color:#222; font-weight:400; font-size:15px;}
	#topMenuM02 .menu-location > .cur-location em {position:relative; padding-right: 30px}
	#topMenuM02 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:0; width:14px; height:7.5px;margin-top:-3.25px; background:url("/images/icon/top_submenu_arrow.jpg") center no-repeat; background-size:cover;}
	#topMenuM02 .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-3.25px;}
	#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 15px; 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:#34539b; font-weight:500;}


	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{margin:30px 0; }
	#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;}
	/*  SUB LAYOUT :: 상단정보(스타일03) */
	#contentInfoCon.content-title-location{text-align:center;}
	#contentInfoCon.content-title-location .content-tit{float:none;}
	#contentInfoCon.content-title-location .location{float:none; padding-top:23px;}

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:50px 15px}
	#content.wide{padding:50px 0 0 0}
}

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

/* ****************** 사이트맵 ********************** */

@media all and (max-width:1620px){
	.sitemap-wrapper.area-box {padding:0;}
}
@media all and ( max-width: 1024px ){
	.sitemap-wrapper > ul > li {width:25%; border-bottom:1px solid #dedede;}
}
@media all and ( max-width: 800px ){
	/* -------- 사이트맵 01 -------- */
	/* 사이트맵 01 */
	.sitemap-wrapper{padding:15px}
	.sitemap-wrapper > ul{display:block;}
	.sitemap-wrapper > ul > li{float:none; display:block; width:auto; margin-bottom:15px; padding-top: 20px;}
	.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:""; display:none;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(3n+1){clear:both;}
	.sitemap-wrapper > ul > li .sitemap-2dep a{padding:7px; font-weight:300; }
}
@media all and ( max-width: 480px ){
	/* -------- 사이트맵 01 -------- */
	/* 사이트맵 01 */
	.sitemap-wrapper > ul > li .sitemap-2dep li{width:48%;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(3n+1){clear:none;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(odd){clear:both;}
}