@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');

* { 
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;
}

#wrap{
	width:100%;
	height:auto;
}

.back{
	width:100%;
	height:100px;
}

#wrap header{
	width:100%;
	height:600px;
	overflow:hidden;
	position:relative;
}

#wrap header .img_box{
	width:100%;
	background-color:#fff;
}

#wrap header .img_box img{
	display:block;
	width:100%;
	opacity:0.8;
}

#wrap header .img_box p{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:50px;
	font-weight:700;
	color:#fff;
	text-shadow:2px 2px 2px #999;
}

#wrap section{
	width:100%;
	padding:80px 0;
}

#wrap section .p_type{
	width:70%;
	margin:0 15%;
}

#wrap section .p_type .title{
	width:100%;

}

#wrap section .p_type .title p{
	display:block;
	width:100%;
	text-align:center;
	margin:10px 0;
}

#wrap section .p_type .title p.top{
	font-size:30px;
	font-weight:700;
}

#wrap section .p_type .title p.under{
	font-size:20px;
}

#wrap section .p_type .pp{
	width:50%;
	padding:2.5%;
	box-sizing:border-box;
	float:left;
}

#wrap section .p_type .pp .pp_box{
	width:100%;
	height:100%;
}

#wrap section .p_type .pp a{
	display:block;
	width:100%;
	height:100%;
	transition:all 0.3s;
}

#wrap section .p_type .pp a img{
	display:block;
	width:100%;
	transition:all 0.3s;
}

#wrap section .p_type .pp h1{
	text-align:center;
	font-size:20px;
}

#wrap section .p_type .pp h3{
	text-align:center;
	font-size:16px;
	font-weight:400;
}

#wrap section .p_type .pp a img:hover{
	opacity:0.6;
}

#wrap section .p_type .pp.dish .pp_box{
	position:relative;
}

#wrap section .p_type .pp.dish a .coming{
	width:100%;
	height:100%;
	font-size:30px;
	font-weight:700;
	color:#000;
}

#wrap section .p_type .pp.dish a .coming p{
	display:block;
	width:100%;
	height:50px;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	opacity:1;
	text-align:center;
	display:none;
}

#wrap section .p_type .pp.dish a:hover .coming p{
	display:block;
}

#wrap section .p_type .pp.clean .pp_box{
	position:relative;
}

#wrap section .p_type .pp.clean a .coming{
	width:100%;
	height:100%;
	font-size:30px;
	font-weight:700;
	color:#000;
}

#wrap section .p_type .pp.clean a .coming p{
	display:block;
	width:100%;
	height:50px;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	opacity:1;
	text-align:center;
	display:none;
}

#wrap section .p_type .pp.clean a:hover .coming p{
	display:block;
}


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;
}

