@charset "utf-8"

@font-face {
    font-family: 'Minguk-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Minguk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
* { 
font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

*{margin:0; padding:0;}
ul,li{list-style:none;}
a{text-decoration:none; color:#000;}
img{border:0;}
.cf:after{
	content:'';
	display:block;
	clear:both;
}

body{
	font-family:'Minguk-Regular',"나눔고딕",NanumGothic,sans-serif;
	overflow-x:hidden;
	text-transform:uppercase;
	word-break:keep-all;
}

nav{
	width:100%;
	height:100px;
	position:fixed;
	top:0;
	left:0;
	background-color:white;
	z-index:99;
}

nav .topcolor{
	width:100%;
	height:10px;
}

nav .topcolor ul li{
	width:8%;
	height:10px;
	float:left;
}

nav .topcolor ul .one{
	background-color:#E2DE00;
}

nav .topcolor ul .two{
	background-color:#9AC633;
}

nav .topcolor ul .three{
	background-color:#004519;
}

nav .topcolor ul li:first-child{
	width:10%;
}

nav .topcolor ul li:last-child{
	width:10%;
}

nav h1{
	width:70px;
	height:80px;
	float:left;
	padding-left:30px;
	padding-top:10px;
}

nav h1 a img{
	width:100%;
}

nav .menu{
	position:absolute;
	right:5%;
	top:50%;
	transform:translateY(-50%);
}

nav .menu li{
	float:left;
	margin:0 20px;
	position:relative;
	text-align:center;
	font-family:Pretendard;
	font-weight:600;
	font-size:18px;
}

nav .menu li a{
	display:block;
	width:100%;
	padding:5px 10px;
	border-radius:20px;
}

nav .menu li:after{
	float:left;
	content:'';
	display:block;
	clear:both;
}

nav .menu li a:hover{
	background-color:#9AC633;
	color:white;
	transition:all 0.6s;
}

nav .search{
	position:absolute;
	right:2%;
	top:50%;
	transform:translateY(-50%);
}

nav .search i{
	cursor:pointer;
}

.back{
	width:100%;
	height:100px;
}

#wrap{
	width:100%;
}

#wrap header{
	width:100%;
	position:relative;
}

#wrap header .img_box{
	display:block;
	width:100%;
	height:600px;
	background-image:url(../../images/value/value_intro.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

#wrap header .text_box{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

#wrap header .text_box p{
	font-size:80px;
	font-weight:600;
	text-transform:capitalize;
	color:#fff;
}

#wrap header .text_box p span{
	margin-left:20px;
	font-family: 'Kaushan Script', cursive;
}

#wrap .vv{
	width:70%;
	margin:0px 15%;
	padding-top:100px;
	text-align:center;
	font-size:18px;
}

#wrap .vv .left{
	width:50%;
	float:left;
}

#wrap .vv .right{
	width:50%;
	float:right;
}

#wrap .vv .left h1{
	margin-top:30px;
	font-size:40px;
}

#wrap .vv .right h1{
	margin-top:30px;
	font-size:40px;
}

#wrap .vv .left .sub{
	margin:15px 0;
	text-transform:capitalize;
	font-size:24px;
}

#wrap .vv .right .sub{
	margin:15px 0;
	text-transform:capitalize;
	font-size:24px;
}

#wrap .vv .hu.left,.h.left{
	padding:50px;
	box-sizing:border-box;
}

#wrap .vv .e.right{
	padding:50px;
	box-sizing:border-box;
}

#wrap .vv .e.right.media{
	display:none;
}

#wrap .human .hu.right img{
	display:block;
	width:100%;
}

#wrap .eco .e.left img{
	display:block;
	width:100%;
}

#wrap .health .h.right img{
	display:block;
	width:100%;
}

#wrap .health .h.left.media{
	display:none;
}

#wrap .leben{
	height:600px;
	padding-top:100px;

}

#wrap .leben .b_image{
	width:100%;
	height:600px;
	position:absolute;
	background-color:#000;
	z-index:-2;
}

#wrap .leben .b_image:after{
	content:'';
	width:100%;
	height:600px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../../images/value/employee.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	z-index:-1;
	opacity:0.7;
}

#wrap .leben .text_center{
	width:60%;
	height:100%;
	margin:0 20%;
	color:#fff;
	opacity:1;
}

#wrap .leben .text_center h1{
	font-size:40px;
	padding-bottom:100px;
}

#wrap .leben .text_center p{
	font-size:18px;
	line-height:1.6;
}


footer{
	width:100%;
	background-color:#9AC633;
	padding-bottom:40px;
}

.back_half{
	width:100%;
	height:50px;
}

footer .pp,.info{
	width:80%;
	margin:0 10%;
	font-size:15px;
	color:#004519;
}

footer .pp{
	font-size:40px;
	font-weight:900;
	color:#004519;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom: 1px solid #004519;
}

footer .info{
	padding-bottom:40px;
}

footer .info .left{
	width:50%;
	float:left;
	line-height:30px;
}

footer .info .left span{
	font-weight:700;
	margin-right:5px;
}

footer .info{
	padding-bottom:40px;
}

footer .info .right{
	width:50%;
	float:right;
	line-height:30px;
	text-transform :lowercase;
}

footer .info p{
	display:block;
	width:100%;
}

footer .info .right span{
	font-weight:700;
	margin-right:5px;
}

.modal{
	display:none;
}

