/*** include css***/





/**header css**/

/*header 영역*/
#header_wrap{
	width:100%;
	position:absolute;
	top:30px;
	left:0;
	z-index:1000;
}
.header {
	width:1200px;
	margin:0 auto;
}
.header .logo {
	width:226px;
	float:left;
}

	
/*lnb 영역*/

.lnb_wrap {
	float:left;
	margin-left:70px;
	line-height:30px;
}
	.lnb{
		
	}
		.lnb>ul {
			margin:0 auto;
		}
			.lnb>ul>li {
				float:left;
				font-family:'NotoSans', Sans-serif;
				font-size:20px;
				font-weight:500;
				margin-left:60px;
			}
			.lnb>ul>li a{
				transition:all 0.3s;
			}
			.lnb>ul>li .active{
				color:#304f15;
				font-weight:600;
			}
			.lnb>ul>li .active::after{
				content:"";
				display:block;
				width:100%;
				height:2px;
				background:#304f15;
			}

/*서브메뉴*/
.snb{
	position:absolute;
	z-index:10;
	top:40px;
	max-height:0;
	overflow:hidden;
	transition:max-height 0.5s;
}
.snb li{
	width:100%;
	font-size:14px;
	font-weight:300;
	line-height:40px;
}
/*hover*/
.lnb>ul>li:hover>a{
	color:#304f15;
	font-weight:600;
}
.lnb>ul>li>a::after{
	content:"";
	display:block;
	width:0;
	height:2px;
	background:#304f15;
	overflow:hidden;
	transition:width 0.3s;
}
.lnb>ul>li:hover>a::after{
	width:100%
}
.lnb li:hover .snb{
	max-height:500px;
}



/*헤더유틸*/
.util{
	float:right;
	margin:0;
}
.util li{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.util li a{display:block;}
.lang{
	width:60px;
	height:25px;
	line-height:25px;
	border-radius:30px;
	border:1px solid #222;
	background:#222;
	text-align:center;
	font-size:13px;
	box-sizing:border-box;
}
.lang.kor a{color:#fff;}
.lang.eng{
	background:none;
}

/**푸터**/
.online_btn{position: fixed; right: 50px; bottom: 150px; font-size: 16px; background: #fff; border-radius: 50px; box-shadow: 0 0 30px rgba(0,0,0,0.2); transition: all 0.3s; font-weight: 400;}
.online_btn:hover{background: #304f15;}
#footer_wrap .online_btn a{color:#222; display: block; padding:10px 20px; transition: all 0.3s;}
#footer_wrap .online_btn:hover a{color: #fff}
.online_btn span{vertical-align: top;}

#footer_wrap{
	background:url(/images/common/f_bg.png) no-repeat center top;
	background-size:cover;
	font-family:'NotoSans', Sans-serif;
	font-weight:200;
	font-size:14px;
	color:#fff;
}
#footer_wrap a{
	color:#fff;
}
.footer{
	padding:50px 0;
	position:relative;
}
.footer::after{
	content:"";
	display:block;
	clear:both;
}
.contact a{
	display:block;
	width:42px;
	height:42px;
	line-height:42px;
	background:#fff url(/images/common/f_icon.png) no-repeat center center;
	text-align:center;
	border:1px solid #304f15;
	border-radius:50%;
	position:absolute;
	top:-21px;
	right:0;
	text-indent:-9999px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.f_logo{
	float:left;
}
.f_info{
	float:left;
	margin-left:50px;
}
.f_info ul{
	overflow:hidden;
	margin-bottom:30px;
}
.f_info li{
	float:left;
	margin-right:30px;
}
.f_info p{font-size:12px;}
.f_info .copy{
	margin-top:30px;
	font-weight:500;
}

/*페이징*/
.paging {overflow: hidden; text-align: center;  margin-top: 20px; margin-bottom: 20px; font-weight: bold; color: #767676; display: table; margin-left: auto; margin-right: auto; }
.paging ul {overflow: hidden;}
.paging li {display: inline-block; zoom: 1; display: inline; float: left;}

.paging li {display: block; width: 24px; height: 20px; margin: 0 2px; overflow: hidden; color: #767676; font-size: 12px; padding-top: 4px;}/*border: 1px solid #ebebeb; */
.paging li.current {color:#333;}/*background:#EDA490; color: #fff;*/
.paging li a{color:#9C9C9C;}



/*eng*/
.eng_lnb ul li a{
	font-size:15px;
	margin-left:30px;
}

/*top*/
.top_btn{
	position:fixed;
	right:50px;
	bottom:-100px;
	width:60px;
	height:60px;
	background:rgba(0,0,0,0.8);
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	transition:bottom 0.5s;
}
.top_btn span{
	display:block;
	line-height:60px;
	font-size:30px;
}
.top_btn.active{
	bottom:50px;
}

/*모바일*/
.close,.m_panel{display:none;}
.menu01_tit h2 span{
	display:inline-block;
}
@media screen and (max-width:768px){
	/*공통*/
	body{min-width:auto;}
	.inner,.header{width:auto;}

	/*모바일뷰 안보임*/
	/*헤더*/
	.header{position:relative;}
	#header_wrap{top:20px;}
	.m_panel{
		display:block;
		position:absolute;
		top:50%;
		margin-top:-8px;
		right:20px;
	}
	.m_panel span,.m_panel::before,.m_panel::after{
		content:"";
		display:block;
		width:25px;
		height:2px;
		background:#222;
	}
	.m_panel span{margin:5px 0;}
	.close {
		display:block;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 32px;
		height: 32px;
		opacity: 1;
	}
	.close:before, .close:after {
		position: absolute;
		left: 15px;
		content: ' ';
		height: 33px;
		width: 2px;
		background-color: #333;
	}
	.close:before {
		transform: rotate(45deg);
	}
	.close:after {
		transform: rotate(-45deg);
	}

	.header .logo{
		width:200px;
		margin-left:20px;
	}
	.header_right{
		width:0;
		overflow:hidden;
		height:100%;
		position:fixed;
		top:0;
		background:#fff;
		transition:width 0.5s;
	}
	.header_right .lnb_wrap{
		margin-left:0;
		padding-top:80px;
	}
	.header_right .lnb>ul>li{
		width:100%;
		line-height:40px;
	}
	.util{
		float:left;
		margin-left:60px;
		margin-top:30px;
	}
	.util li{
		display:block;
		margin-bottom:10px;
	}
	.util li.lang{
		width: 100px;
		height: 30px;
		line-height: 30px;
	}
	.util li.sns{
		display:inline-block;		
		margin-top:20px;
	}

	.snb{
		max-height:200px;
		position:static;
	}
	.lnb>ul>li a{
		display:block;
	}

	/*모바일서브메뉴*/
	.m_header .snb{display:none;}

	/*footer*/
	.sub_con #footer_wrap{margin-top:0;}
	#footer_wrap{
		background-size:cover;
	}
	.footer{padding:30px;}
	.f_logo{margin-bottom:20px;}
	.contact a{
		right:20px;
	}
	.f_info{margin-left:0;}

	.online_btn{right: 0; bottom: 0; border-radius: 50px 0 0 50px;}
}