@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%;
	position:relative;
	padding-bottom:100px;
	background-color:#FAFAFA;
}

#wrap .history_title{
	width:100%;
	padding:50px 0;
	text-align:center;
}


#wrap .history_main{
	width:40%;
	margin:0 30%;
}

#wrap .history_main .year{
	width:100%;
	font-size:20px;
	text-align:center;
}

#wrap .history_main .year .top{
	width:100%;
	margin:30px;
}

#wrap .history_main .year .left{
	width:20%;
	float:left;
	text-align:right;
	font-weight:500;
}

#wrap .history_main .year .middle{
	width:10%;
	float:left;
}

#wrap .history_main .year .middle i{
	font-size:16px;
	color:#9AC633;
}

#wrap .history_main .year .right{
	width:70%;
	float:left;
	text-align:left;
}

#wrap .history_main .year .right .under{
	width:100%;
	display:none;	
}

#wrap .history_main .year .right .under .box_t{
	width:100%;
	padding:20px;
	box-sizing:border-box;
}

#wrap .history_main .year .right .under .box_t .text{
	padding-bottom:20px;
	font-size:17px;
}

#wrap .history_main .year .right .under .box_t img{
	display:block;
	width:100%;
}

#wrap .img_deco{
	width:30%;
	position:absolute;
	bottom:0;
	right:0;
}

#wrap .img_deco img{
	display:block;
	width:100%;
}

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;
}

