@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:1320px){
	.area {padding:0 15px;}
}
/* ****************** HEADER ********************** */
@media all and ( max-width: 1366px ){
	/* -------- Header :: Layout -------- */
	#headerInner{padding:0 15px}
	/* -------- Header :: GNB(PC) -------- */
	#gnb > ul > li > a{font-size:18px; padding:0 40px}
	#gnb > ul > li .gnb-2dep ul li a{font-size:14px; }
}
@media all and ( max-width: 1220px ){
	#header,#headerInnerWrap{height:60px;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#header .logo {padding:17px 0;}	/* padding값 적절히 바꿔주세요 */
	#header .logo img {height:26px;}
	#headerInnerWrap:before {top:60px;}
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:45px; top:12px;}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}
	.header-lang:before {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:72.5%; 
		height:100%;  
		max-width:290px; 
		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 {padding: 0 22px;}
	#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; color:#808080; font-size:14px; font-weight:300; }
	#navigation > li.active > a{color:#25aa70; font-weight:500;}
	#navigation > li.has-2dep > a{}
	#navigation > li.has-2dep.active > a{}
	#navigation > li .gnb-icon{position:absolute; top:50%; right:15px; width: 10px; height:9px; margin-top:-4.5px;}
	#navigation > li .gnb-icon.open-icon {background: url("/images/icon/mobile_menu_arrow_icon.png") no-repeat; background-size:cover;}
	#navigation > li.gnb7 {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0fb3a2+0,96c62d+100 */
		background: #0fb3a2; /* Old browsers */
		background: -moz-linear-gradient(left,  #0fb3a2 0%, #96c62d 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #0fb3a2 0%,#96c62d 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #0fb3a2 0%,#96c62d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fb3a2', endColorstr='#96c62d',GradientType=1 ); /* IE6-9 */
	}
	#navigation > li.gnb7 a {color: #fff;}
	#navigation > li.gnb7 .gnb-icon {background: url("/images/icon/mobile_menu_go_icon.png") no-repeat; background-size:cover; width:15px; height:15px; margin-top:-7.5px;}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:7.5px 0; background-color: #f0f0f0; border-top: 1px solid #25aa70;  }
	#navigation > li .gnb-2dep > li{height:auto !important;}
	#navigation > li .gnb-2dep > li > a{display:block; font-weight:300; color:#808080; font-size:14px; padding:8px 29px; }
	#navigation > li .gnb-2dep > li > a span {position:relative; padding-left: 7px; display:inline-block;}
	#navigation > li .gnb-2dep > li > a span:before {content:"-"; position:absolute; left:0; }
	#navigation > li .gnb-2dep > li.on > a{ }
	/* 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{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 > 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:15px;  right:22px; 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 .line{
		display:block; width:28px; height:3px; background-color:#4f4f54; 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:#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);
	}
	
	#header.fixed-header .nav-open-btn .line{background-color:#fff}
}
@media all and (max-width:800px){
	.header-util-box{padding-right:60px;}
	.header-lang {width: 100px; }
	.header-lang .lang-open-btn {font-size:12px;} 
	.header-lang > ul {padding: 10px 0;}
	.header-lang > ul > li > a {font-size:13px; line-height: 24px;}
}
@media all and ( max-width: 480px ){
	#header,#headerInnerWrap{height:60px;}
	#header .logo{padding:21px 0;} /*padding값 적절히 바꿔주세요 */
	#header .logo img{height:18.5px;}

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

	/* Header :: 언어선택 */
	.header-lang{/* width:60px;  */margin-left:5px}
	.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;}

}

/* ****************** FOOTER ********************** */
@media all and (max-width:1220px){
	#footerBottom .footer-left-con {width:calc(100% - 480px);}
	#footerBottom .footer-right-con {width:480px; padding: 0 2.3%;}
	.footer-right-info li.item02 {padding-left: 4.5%;}
}
@media all and (max-width:1040px){
	/* Footer :: 푸터메뉴 */
	.foot-menu{float:none; display:inline-block;}
	.sitemap-btn {display:none;}
	/* -------- FOOTER :: 레이아웃 -------- */
	.footer-left-con,.footer-right-con{float:none; }
	#footerBottom{text-align:center; padding: 35px 0 40px;}
	#footerBottom .footer-left-con {width:100%; margin-top:35px;}
	#footerBottom .footer-right-con {width:100%; margin:0 auto;  padding: 0; border:0;}
	.footer-address span:before {display:none;}

	.footer-right-con{ display: block; }
	.footer-right-info li.item01 {width:100%; margin-bottom: 15px;}
	.footer-right-info li.item02 {width:49%; padding-left: 2%;}
	.footer-right-info li.item02 .txt01 {margin-bottom:5px;}
	.footer-sns-icon{ margin: auto; }
}
@media all and (max-width:800px){
	/* -------- Footer :: 상단 -------- */
	#footerTop {padding:10px 0;}
	/* Footer :: 푸터메뉴 */
	.foot-menu li {padding-left:25px}
	.foot-menu li:before{left:12px}
	.foot-menu li a{font-size:13px;}
	.to-top-btn {width: 50px; padding: 13px 0; bottom:-11px; right:0; }
	.to-top-btn dl dd {font-size: 11px;}
	/* -------- Footer :: 하단 -------- */
	/* Footer :: 하단정보 */
	.footer-address p{font-size:12px; line-height:18px;}
	.footer-address span{display:inline-block; padding-right: 10px;}
	.footer-address a {padding: 0 10px; font-size: 12px; line-height: 20px;}
	.footer-address .footer-caution-txt{font-size:11px; word-break:keep-all}
	.footer-address .copyright, .footer-copyright{font-size:11px;}
	/* Footer ::  */
	#footerBottom .footer-right-con {width:100%;}
	.footer-right-info li .footer-info-tit {font-size:13px;}
	.footer-right-info li .txt01 {font-size:15px; line-height: 22px; margin:10px 0;}
	.footer-right-info li .txt02 {font-size:13px; line-height: 18px;}
}

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

}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:240px;}
	#visual .visual-tit{font-size:30px; }
	#visual .visual-sub-txt{font-size:13px; line-height:18px; padding-top:15px}
	/* SUB LAYOUT :: 위치정보(location) */
	.location li{font-size:12px; padding-left: 34px;}
	.location li:before{margin:0 6px 0 4px; top:0px; left: 10px;}
	.location li i{margin-top:0px; font-size:16px;}

	/* SUB LAYOUT :: 제품소개 서브비주얼 */
	#visual.sub-visual-product_list {height:371px; padding-bottom: 0;  }
	.sub-visual-product_list .product-visual-txt {margin-top: 25px; padding: 0 15px; word-break:keep-all;}
	.sub-visual-product_list .product-visual-txt .txt01 {font-size: 14px; line-height: 24px; }
	.sub-visual-product_list .product-visual-txt .txt02 {font-size: 17px; line-height: 26px; margin-top:10px;}
	/* 제품소개 비주얼 :: 스크롤아이콘 */
	.sub-scroll-icon{ 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:relative; width: 85.87%; height:35px; margin:auto; margin-top:-17.5px; background-color: #25aa70;}
	#topMenuM02 .side-menu-inner{height:34px; }
	#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:34px; padding:0 30px;}
	#topMenuM02 .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:34px; color:#fff; font-weight:500; font-size:14px;}
	#topMenuM02 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:25px; width:10px; height:9px;margin-top:-8px;}
	#topMenuM02 .menu-location > .cur-location .arrow img {width:100%;}
	#topMenuM02 .menu-location > .cur-location.open .arrow{transform:rotate(-180deg); margin-top:-2px;}
	#topMenuM02 .menu-location .location-menu-con{display:none; position:absolute; top:34px; 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 30px; font-size:13px; 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:#25aa70; 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:50px 15px}
}
@media all and ( max-width: 480px ){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:180px}
}
/* ****************** 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{display:block;}
	.sitemap-wrapper > ul > li{float:none; display:block; 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:""; 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; }
	
	/* 동영상 팝업 */
	.video-popup .modal-close-btn { top: -30px;}
	.video-popup-tit {height: 30px; line-height: 30px; font-size: 17px;padding-right: 35px; top:-35px;  }
}
@media all and ( max-width: 480px ){
	/* 사이트맵  */
	.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;}
}



/* ****************** 200512 NH 추가 (메인, 헤더변경) ********************** */
/* 헤더 변경 */
	@media all and (min-width:1221px){
		#header {height:210px;}
		#headerInnerWrap:before {top: 45px;}
		#headerInner {text-align:center; }
		#header .logo {float:none; display:inline-block; padding:39px 0; }
		#header .logo img {margin:auto;}
		#header .logo .main-tit {margin-top:15px;}
		#header .logo .main-tit img {max-width:100%;}
		.header-util-box {top:0; width:100%; right:0; position:relative; height:45px; }
		.header-lang {float:right; height:45px;}
		.header-lang > ul {top:35px;}
		.header-lang .lang-open-btn {line-height:45px;}
		.sitemap-line-btn {float:right; height:45px; }
		
		#gnb {top:auto; bottom:0; text-align:center; }
		#gnb > ul {display:inline-block; width:auto;}
		#gnb > ul > li{width:auto;}
		#gnb > ul > li:before {display:none;}
		#gnb > ul > li > a{font-size:16px; padding:0 45px}
		#gnb > ul > li.gnb7 {background:none;}
		#gnb > ul > li.gnb8 {background:none;}
		#gnb > ul > li.gnb7 a {color: #4a4a4a}

		#gnb.each-menu > ul > li .gnb-2dep ul li a{font-size:16px;}
	
	}
	@media all and (max-width:1220px){
		#header .logo .main-tit {display:none;}
	}
	