@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;
}
.video_wrap{
	width:100%;
	height:900px;
	position:relative;
	overflow:hidden;
}

.video_wrap video{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:auto;
	min-width:100%;
	min-height:100%;
}

.video_wrap .black_cover{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	left:0;
	top:0;
}

.black_cover_media{
	width:auto;
	height:600px;
	background-color:#000;
	display:none;
}

.black_cover_media img{
	display:block;
	width:auto;
	height:100%;
	opacity:0.8;
}

.video_wrap .text_box{
	width:80%;
	position:absolute;
	left:50%;
	top:40%;
	transform:translate(-50%,-50%);
	z-index:98;
}

.video_wrap .text_box p{
	text-align:center;
	font-size:40px;
	color:white;
	font-weight:600;
}

.video_wrap .text_box p span{
	display:block;
	font-size:25px;
	color:white;
	font-weight:300;
	padding-top:20px;
}

.video_wrap .wheel{
	width:35px;
	height:70px;
	border:3px solid #fff;
	border-radius:40px;
	position:absolute;
	left:50%;
	bottom:10%;
	transform:translate(-50%,-50%);
	z-index:97;
}

.video_wrap .wheel .ball{
	width:20px;
	height:20px;
	background-color:#fff;
	border-radius:30px;
	position:absolute;
	top:5%;
	left:50%;
	transform:translate(-50%,0%);
}

.video_wrap .wheel .ball{
	animation:ball_ani 1.5s normal infinite ease-in;
}

@keyframes ball_ani{
	0%{
		top:5%;
		opacity:1;
	}
	100%{
		top:85%;
		opacity:0;
	}
}

header{
	width:100%;
}

header h1{
	width:100%;
	height:auto;
	padding:0 0 1% 0;
	position:relative;
}

header h1 p{
	text-align:center;
}

header h1 .text_top{
	display:block;
	width:100%;
	height:auto;
	font-size:36px;
	margin:100px 0;
	box-sizing:border-box;
}

header h1 .text_top span{
	font-size:25px;
	font-weight:400;
}

header h1 img{
	display:block;
	width:70%;
	height:auto;
	padding:0 15%;
}

header h1 .text_bottom{
	display:block;
	width:100%;
	height:auto;
	font-size:20px;
	font-weight:400;
	margin:70px 0;
	line-height:45px;
}

header h1 .btn{
	width:140px;
	height:50px;
	position:absolute;
	bottom:-3%;
	left:50%;
	transform:translate(-50%,-50%);
	border:1px solid #000;
	font-size:25px;
	font-weight:500;
	text-align:center;
	line-height:50px;
}

section .img_slide{
		width:80%;
		height:auto;
		margin:0 auto;
	}
	
section .img_slide .title{
	display:block;
	width:100%;
	text-align:center;
	font-size:36px;
	font-weight:700;
}
	
section	.img_slide .slide li a img{
		width:100%;
	}
	
section .img_slide .slide li p{
		text-align:center;
		padding:10px 0 30px 0;
		font-size:20px;
	}
	
section .advan{
	width:60%;
	margin:50px 20%;
}

section .advan .top{
	display:block;
	width:100%;
	height:100px;
	text-align:center;
	line-height:40px;
	font-size:36px;
	font-weight:700;
}

section .advan .top span{
	line-height:30px;
	font-size:25px;
	font-weight:400;
}

section .advan .under{
	width:100%;
	margin:50px 0;
}

section .advan .under .left{
	float:left;
	width:45%;
	padding-left:5%;
	box-sizing:border-box;
}

section .advan .under .left ul{
	width:100%;
	font-size:20px;
}

section .advan .under .left ul li{
	width:100%;
	padding-bottom:20px;
}

section .advan .under .left ul li i{
	font-size:15px;
	color:#E2DE00;
	margin:0 10px;
}


section .advan .under .left ul li:nth-child(2){
	text-transform :capitalize;
}

section .advan .under .right{
	width:40%;
	float:right;
	padding-right:10%;
}

section .advan .under .right img{
	display:block;
	text-align:center;
	width:auto;
	height:100%;
}

	
section .partner{
	width:100%;
	margin:50px 0;
}

section .partner .top{
	display:block;
	width:100%;
	padding:50px 0;
	text-align:center;
	font-size:36px;
	font-weight:700;
	line-height:40px;
}

section .partner .top span{
	font-size:25px;
	font-weight:400;
	line-height:40px;
}

section .partner .p_brand{
	width:80%;
	padding:0 10%;
	padding-bottom:50px;
}

section .partner .p_brand ul{
	width:60%;
	margin:0 20%;
}

section .partner .p_brand ul li{
	display:block;
	width:20%;
	float:left;
	padding:2.5%;
}

section .partner .p_brand ul li a{
	display:block;
	width:100%;
	padding:10px;
	box-sizing:border-box;
}

section .partner .p_brand ul li a img{
	display:block;
	width:100%;
}

section .respon{
	width:100%;
	background-color:#000;
	position:relative;
}

section .respon a{
	display:block;
	width:100%;
	overflow:hidden;
}

section .respon img{
	display:block;
	width:100%;
	opacity:0.5;
}

section .respon .normal{
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	color:#fff;
	text-align:center;
	font-size:25px;
	line-height:40px;
}

section .respon .normal span{
	display:block;
	width:100%;	
	margin:40px 0;
	font-size:40px;
	font-weight:600;
}

section .respon .normal p{
	display:block;
	margin-bottom:20px;
}

section .respon .v_btn{
	width:140px;
	height:50px;
	border:1px solid #fff;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	font-size:25px;
	font-weight:400;
	text-align:center;
	line-height:50px;
}

section .respon .v_btn a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}

section .respon .v_btn:hover{
	border:1px solid #9FE2BF;
}

section .respon .v_btn a:hover{
	color:#9FE2BF;
}

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;
}

.side_modal{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.7);
	z-index:99;
	display:none;
}

.side_modal .close{
	width:50px;
	height:50px;
	position:absolute;
	right:20px;
	top:30px;
}

.side_modal .close .cl{
	width:50px;
	height:2px;
	background-color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	cursor:pointer;
}

.side_modal .close .cl.b1{
	transform:translate(-50%,-50%) rotate(45deg);
}

.side_modal .close .cl.b2{
	transform:translate(-50%,-50%) rotate(-45deg);
}

.side_modal .modal_cover{
	width:740px;
	position:absolute;
	top:30%;
	left:50%;
	transform:translate(-50%,-50%);
	border-bottom:1.5px solid #fff;
}

.side_modal .modal_cover input{
	width:700px;
	height:24px;
	background-color:transparent;
	border:0;
	float:left;
	padding:15px 0;
	padding-right:10px;
	font-size:24px;
	color:#eee;
	outline:0;
}

.side_modal .modal_cover a{
	display:block;
	float:left;
	padding:15px 0;
}

.side_modal .modal_cover a .fa{
	font-size:30px;
	color:#fff;
}

.modal{
	display:none;
}