#sub{
	width:100%;
}

#sub .sub_titleimg{
	width:100%;
}

#sub .sub_titleimg img{
	width:100%;
	max-height:420px;
	vertical-align:bottom;
}

@media screen and (max-width: 768px){
	#sub{
		width:100%;
	}
	
	#sub .sub_titleimg{
		width:100%;
		overflow:hidden;
	}
	
	#sub .sub_titleimg img{
		width:160%;
		max-height:100%;
		vertical-align:bottom;
	}
	
}



#sub .nav{
	width:100%;
	border-bottom:1px solid #e5e5e5;
}

#sub .nav .inner{
	width:1180px;
	margin:0 auto;
}

#sub .nav .inner .home{
	padding:15px 20px 15px 20px;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:bottom;
}

#sub .nav .inner .home img{
	vertical-align:bottom;
}

#sub .nav .inner .category{
	width:230px;
	display:inline-block;
	padding:15px;
	box-sizing:border-box;
	border-right:1px solid #e5e5e5;
	cursor:pointer;
	font-size:16px;
}

#sub .nav .inner .category span{
	display:inline-block;
	float:right;
}

#sub .nav .inner .category:hover .sub_drop{
	display:block;
}



#sub .nav .inner .category .sub_drop{
	display:none;
	position:absolute;
	border:1px solid #e5e5e5;
	width:233px;
	margin-left:-20px;
	margin-top:15px;
	background-color:#fff;
}

#sub .nav .inner .category .sub_drop li{
	width:100%;
	padding:1em;
	border-bottom:1px solid #e5e5e5;
	font-size:16px;
	box-sizing:border-box;
}

#sub .nav .inner .category .sub_drop li:last-child{
	border-bottom:0px solid #e5e5e5;
}

@media screen and (max-width: 1180px){
	
	#sub .nav{
		width:100%;
		border-bottom:1px solid #e5e5e5;
	}
	
	#sub .nav .inner{
		width:100%;
		margin:0 auto;
	}
	
	#sub .nav .inner .home{
		padding:15px 20px 15px 20px;
		border-right:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
		display:inline-block;
		box-sizing:border-box;
		vertical-align:bottom;
	}
	
	#sub .nav .inner .home img{
		vertical-align:bottom;
	}
	
	#sub .nav .inner .category{
		width:25%;
		display:inline-block;
		padding:15px;
		box-sizing:border-box;
		border-right:1px solid #e5e5e5;
		cursor:pointer;
		font-size:16px;
	}
	
	#sub .nav .inner .category span{
		display:inline-block;
		float:right;
	}
	
	#sub .nav .inner .category:hover .sub_drop{
		display:block;
	}
	
	
	
	#sub .nav .inner .category .sub_drop{
		display:none;
		position:absolute;
		border:1px solid #e5e5e5;
		width:25.5%;
		margin-left:-20px;
		margin-top:15px;
		background-color:#fff;
		box-sizing:border-box;
		z-index:999999999999999999999;
	}
	
	#sub .nav .inner .category .sub_drop li{
		width:100%;
		padding:1em;
		border-bottom:1px solid #e5e5e5;
		font-size:16px;
		box-sizing:border-box;
	}
	
	#sub .nav .inner .category .sub_drop li:last-child{
		border-bottom:0px solid #e5e5e5;
	}
	
}




@media screen and (max-width: 768px){
	
	#sub .nav{
		width:100%;
		border-bottom:1px solid #e5e5e5;
	}
	
	#sub .nav .inner{
		width:100%;
		margin:0 auto;
	}
	
	#sub .nav .inner .home{
		padding:15px 20px 15px 20px;
		border-right:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
		display:inline-block;
		box-sizing:border-box;
		vertical-align:bottom;
	}
	
	#sub .nav .inner .home img{
		vertical-align:bottom;
	}
	
	#sub .nav .inner .category{
		width:37%;
		display:inline-block;
		padding:15px;
		box-sizing:border-box;
		border-right:1px solid #e5e5e5;
		cursor:pointer;
		font-size:15px;
	}
	
	#sub .nav .inner .category span{
		display:inline-block;
		float:right;
	}
	
	#sub .nav .inner .category:hover .sub_drop{
		display:block;
	}
	
	
	
	#sub .nav .inner .category .sub_drop{
		display:none;
		position:absolute;
		border:1px solid #e5e5e5;
		width:37.6%;
		margin-left:-20px;
		margin-top:15px;
		background-color:#fff;
		box-sizing:border-box;
		z-index:999999999999999999999;
	}
	
	#sub .nav .inner .category .sub_drop li{
		width:100%;
		padding:1em;
		border-bottom:1px solid #e5e5e5;
		font-size:15px;
		box-sizing:border-box;
	}
	
	#sub .nav .inner .category .sub_drop li:last-child{
		border-bottom:0px solid #e5e5e5;
	}
	
}





@media screen and (max-width: 425px){
	
	#sub .nav{
		display:none;
	}
	/*#sub .nav{
		width:100%;
		border-bottom:1px solid #e5e5e5;
		z-index:999999;
	}
	
	#sub .nav .inner{
		width:100%;
		margin:0 auto;
	}
	
	#sub .nav .inner .home{
		padding:0.5em 0.8em 0.5em 0.8em;
		border-right:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
		display:inline-block;
		box-sizing:border-box;
		vertical-align:bottom;
	}
	
	#sub .nav .inner .home img{
		vertical-align:bottom;
	}
	
	#sub .nav .inner .category{
		width:40.5%;
		display:inline-block;
		padding:10px;
		box-sizing:border-box;
		border-right:1px solid #e5e5e5;
		cursor:pointer;
		font-size:14px;
		
	}
	
	
	#sub .nav .inner .category:last-child{
		border-right:0px solid #e5e5e5;
	}
	
	
	#sub .nav .inner .category span{
		display:inline-block;
		float:right;
	}
	
	#sub .nav .inner .category:hover .sub_drop{
		display:block;
		
	}
	
	
	
	#sub .nav .inner .category .sub_drop{
		display:none;
		position:absolute;
		border:1px solid #e5e5e5;
		width:41.6%;
		margin-left:-1em;
		margin-top:10px;
		background-color:#fff;
		box-sizing:border-box;
		z-index:999999999999999999999;
	}
	
	#sub .nav .inner .category .sub_drop li{
		width:100%;
		padding:1em;
		border-bottom:1px solid #e5e5e5;
		font-size:14px;
		box-sizing:border-box;
	}
	
	#sub .nav .inner .category .sub_drop li:last-child{
		border-bottom:0px solid #e5e5e5;
	}
	*/
	
}





#sub .sub_title{
	width:1180px;
	margin:80px auto 0;
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}

#sub .sub_title .titlearea{
	display:inline-block;
	
}

#sub .sub_title .titlearea .title{
	font-size:36px;
}


#sub .sub_title .titlearea .subtitle{
	font-size:18px;
	color:#797979;
	margin-top:5px;
}


#sub .sub_title .title_nav{
	display:inline-block;
	text-align:right;
	float:right;
	margin-top:60px;
}


@media screen and (max-width: 1180px){
	
	#sub .sub_title{
		width:94%;
		margin:4em auto 0;
		padding-bottom:15px;
		border-bottom:1px solid #e5e5e5;
	}
	
	#sub .sub_title .titlearea{
		display:inline-block;
		
	}
	
	#sub .sub_title .titlearea .title{
		font-size:36px;
	}
	
	
	#sub .sub_title .titlearea .subtitle{
		font-size:18px;
		color:#797979;
		margin-top:5px;
	}
	
	
	#sub .sub_title .title_nav{
		display:none;
	}
	
	
}





@media screen and (max-width: 768px){
	
	#sub .sub_title{
		width:94%;
		margin:4em auto 0;
		padding-bottom:15px;
		border-bottom:1px solid #e5e5e5;
	}
	
	#sub .sub_title .titlearea{
		display:inline-block;
		
	}
	
	#sub .sub_title .titlearea .title{
		font-size:30px;
	}
	
	
	#sub .sub_title .titlearea .subtitle{
		font-size:16px;
		color:#797979;
		margin-top:5px;
	}
	
	
	#sub .sub_title .title_nav{
		display:none;
	}
	
	
}




@media screen and (max-width: 500px){
	
	#sub .sub_title{
		width:94%;
		margin:4em auto 0;
		padding-bottom:15px;
		border-bottom:1px solid #e5e5e5;
	}
	
	#sub .sub_title .titlearea{
		display:inline-block;
		
	}
	
	#sub .sub_title .titlearea .title{
		font-size:26px;
	}
	
	
	#sub .sub_title .titlearea .subtitle{
		font-size:14px;
		color:#797979;
		margin-top:5px;
	}
	
	
	#sub .sub_title .title_nav{
		display:none;
	}
	
	
}

#sub .cont_title{
	width:1180px;
	margin:50px auto 0;
}


#sub .cont_title .logo_img{
	width:100%;
	margin:0 auto;
	text-align:center;
}

#sub .cont_title .title{
	font-size:48px;
	color:#404040;
	text-align:center;
}

#sub .cont_title .line{
	width:100px;
	height:2px;
	margin:10px auto 0;
	background-color:#404040;
}
@media screen and (max-width: 1180px){
	
	#sub .cont_title{
		width:94%;
		margin:2.5em auto 0;
	}
	
	
	#sub .cont_title .logo_img{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	#sub .cont_title .title{
		font-size:40px;
		color:#404040;
		text-align:center;
	}
	
	#sub .cont_title .line{
		width:100px;
		height:2px;
		margin:10px auto 0;
		background-color:#404040;
	}
	
}

@media screen and (max-width: 768px){
	
	#sub .cont_title{
		width:94%;
		margin:2.5em auto 0;
	}
	
	
	#sub .cont_title .logo_img{
		width:50px;
		margin:0 auto;
		text-align:center;
	}
	
	#sub .cont_title .logo_img img{
		width:100%;
	}
	
	#sub .cont_title .title{
		font-size:32px;
		color:#404040;
		text-align:center;
	}
	
	#sub .cont_title .line{
		width:100px;
		height:2px;
		margin:10px auto 0;
		background-color:#404040;
	}
	
}


@media screen and (max-width: 425px){
	
	#sub .cont_title{
		width:94%;
		margin:2.5em auto 0;
	}
	
	
	#sub .cont_title .logo_img{
		width:50px;
		margin:0 auto;
		text-align:center;
	}
	
	#sub .cont_title .title{
		font-size:26px;
		color:#404040;
		text-align:center;
	}
	
	#sub .cont_title .line{
		width:100px;
		height:2px;
		margin:10px auto 0;
		background-color:#404040;
	}
	
}



#sub .info01{
	width:100%;
	background:url(../images/sub/info01_bg.jpg) no-repeat;
	margin-top:50px;
	padding-bottom:80px;
}

#sub .info01 .inner{
	width:1180px;
	margin:0 auto;
}


.conttext{
	font-size:18px;
	text-align:center;
	color:#404040;
	letter-spacing:-0.7px;
	font-weight:300;
	width:1180px;
	margin:0 auto;
}

#sub .info01 .inner .alert_text{
	font-size:28px;
	text-align:center;
	color:#8ed661;
	margin-top:15px;
	font-weight:300;
}

#sub .circle_list{
	width:100%;
	text-align:center;
	margin-top:50px;
}

#sub .circle_list li{
	display:inline-block;
}



#sub .circle_list .circle{
	display:inline-block;
	width:193px;
	vertical-align:middle;
}

#sub .circle_list .circle img{
	width:100%;
}

#sub .circle_list .line{
	width:40px;
	display:inline-block;
	vertical-align:middle;
	border:1px dashed #444;
}


@media screen and (max-width: 1180px){
	
	
	#sub .info01{
		width:100%;
		background:url(../images/sub/info01_bg.jpg) no-repeat;
		margin-top:50px;
		padding-bottom:80px;
		background-size:200%;
	}
	
	#sub .info01 .inner{
		width:94%;
		margin:0 auto;
	}

	
	.conttext{
		font-size:16px;
		text-align:center;
		color:#404040;
		letter-spacing:-0.7px;
		font-weight:300;
		width:94%;
		margin:0 auto;
	}
	
	#sub .info01 .inner .alert_text{
		font-size:24px;
		text-align:center;
		color:#8ed661;
		margin-top:15px;
		font-weight:300;
	}
	
	#sub .circle_list{
		width:100%;
		text-align:center;
		margin-top:2.5em;
	}
	
	#sub .circle_list li{
		display:inline-block;
	}
	
	
	
	#sub .circle_list .circle{
		display:inline-block;
		width:140px;
		vertical-align:middle;
	}
	
	#sub .circle_list .circle img{
		width:100%;
	}
	
	#sub .circle_list .line{
		width:20px;
		display:inline-block;
		vertical-align:middle;
		border:1px dashed #444;
	}
	
	
}








@media screen and (max-width: 700px){
	
	
	
	.conttext{
		font-size:15px;
		text-align:center;
		color:#404040;
		letter-spacing:-0.7px;
		font-weight:300;
		width:94%;
		margin:0 auto;
	}
	
	#sub .info01 .inner .alert_text{
		font-size:20px;
		text-align:center;
		color:#8ed661;
		margin-top:15px;
		font-weight:300;
	}
	
	#sub .circle_list{
		width:100%;
		text-align:center;
		margin-top:1.5em;
	}
	
	#sub .circle_list li{
		display:inline-block;

	}
	
	
	#sub .circle_list .circle{
		width:35%;
		vertical-align:middle;
		margin-top:1em;
	}
	
	#sub .circle_list .circle img{
		width:100%;
	}
	
	#sub .circle_list .line{
		width:20px;
		vertical-align:middle;
		border:1px dashed #444;
	}
	
	#sub .circle_list .line:nth-child(4){
		display:none;
	}
	
}




#sub .info02{
	width:100%;
	margin:50px auto 80px;
}

#sub .info02 .sec01{
	margin:0px auto 30px;
	text-align:center;
	width:1180px;
}
#sub .info02 .sec01 li{
	display:inline-block;
	margin-left:10px;
}

#sub .info02 .sec01 li:first-child{
	margin-left:0px;
}

#sub .info02 .sec02_bg{
	width:100%;
	margin-top:80px;
	
	background-color:#f7f7f7
}

#sub .info02 .sec02{
	width:1180px;
	margin:0 auto;
	padding:80px 0px 80px 0px;
}

#sub .info02 .sec02 .thum{
	width:48%;
	display:inline-block;
	vertical-align:middle;
}

#sub .info02 .sec02 .textarea{
	width:48%;
	display:inline-block;
	margin-left:2%;
	vertical-align:middle;
}

#sub .info02 .sec02 .textarea .logo_img{
	width:100%;
}

#sub .info02 .sec02 .textarea .list{
	width:100%;
	margin-top:30px;
}

#sub .info02 .sec02 .textarea .list li{
	font-size:18px;
	margin-top:5px;
}

#sub .info02 .sec02 .textarea .button{
	font-size:18px;
	margin-top:45px;
	border:1px solid #8ed661;
	color:#8ed661;
	text-align:center;
	padding:15px 0px 15px 0px;
	width:180px;
}

#sub .info02 .sec02 .textarea .button a{
	color:#8ed661;
}



#sub .info02 .sec02 .textarea .b_text{
	font-size:24px;
}

#sub .info02 .sec02 .textarea .b_text span{
	font-size:30px;
	color:#000
}

#sub .info02 .sec02 .textarea .s_text{
	font-size:18px;
	padding:20px 0px 20px 0px;
}

#sub .info02 .center_text{
	font-size:30px;
	text-align:center;
	color:#404040;
	margin-top:50px;
}
#sub .info02 .center_text span{

	color:#8ed661;
}




@media screen and (max-width: 1180px){
	#sub .info02{
		width:100%;
		margin:2.5em auto 4em;
	}
	
	#sub .info02 .sec01{
		margin:0px auto 1.5em;
		text-align:center;
		width:94%;
	}
	#sub .info02 .sec01 li{
		display:inline-block;
		margin-left:0px;
		width:240px;
	}
	
	#sub .info02 .sec01 li img{
		width:100%;
	}
	
	#sub .info02 .sec01 li:first-child{
		margin-left:0px;
	}
	
	#sub .info02 .sec02_bg{
		width:100%;
		margin-top:4em;
		
		background-color:#f7f7f7
	}
	
	#sub .info02 .sec02{
		width:94%;
		margin:0 auto;
		padding:4em 0px 4em 0px;
	}
	
	#sub .info02 .sec02 .thum{
		width:48%;
		display:inline-block;
		vertical-align:top;
	}
	
	#sub .info02 .sec02 .thum img{
		width:100%;
	}
	
	#sub .info02 .sec02 .textarea{
		width:48%;
		display:inline-block;
		margin-left:2%;
		vertical-align:top;
	}
	
	#sub .info02 .sec02 .textarea .logo_img{
		width:100px;
	}
	
	#sub .info02 .sec02 .textarea .logo_img img{
		width:100%;
	}
	
	#sub .info02 .sec02 .textarea .list{
		width:100%;
		margin-top:15px;
	}
	
	#sub .info02 .sec02 .textarea .list li{
		font-size:16px;
		margin-top:5px;
		letter-spacing:-0.7px;
	}
	
	#sub .info02 .sec02 .textarea .button{
		font-size:16px;
		margin-top:30px;
		border:1px solid #8ed661;
		color:#8ed661;
		text-align:center;
		padding:10px 0px 10px 0px;
		width:150px;
	}
	
	#sub .info02 .sec02 .textarea .button a{
		color:#8ed661;
	}
	
	

#sub .info02 .sec02 .textarea .b_text{
	font-size:24px;
}

#sub .info02 .sec02 .textarea .b_text span{
	font-size:30px;
	color:#000
}

#sub .info02 .sec02 .textarea .s_text{
	font-size:18px;
	padding:20px 0px 20px 0px;
}

#sub .info02 .center_text{
	font-size:30px;
	text-align:center;
	color:#404040;
	margin-top:50px;
}
#sub .info02 .center_text span{

	color:#8ed661;
}
	
}



@media screen and (max-width: 768px){
	
	#sub .info02 .sec01 li{
		display:inline-block;
		margin-left:0px;
		width:240px;
	}
	
	#sub .info02 .sec01 li img{
		width:100%;
	}
	
	#sub .info02 .sec01 li:first-child{
		margin-left:0px;
	}
	
	#sub .info02 .sec02_bg{
		width:100%;
		margin-top:4em;
		
		background-color:#f7f7f7
	}
	
	#sub .info02 .sec02{
		width:94%;
		margin:0 auto;
		padding:4em 0px 4em 0px;
	}
	
	#sub .info02 .sec02 .thum{
		width:100%;
		display:block;
	}
	
	#sub .info02 .sec02 .thum img{
		width:100%;
	}
	
	#sub .info02 .sec02 .textarea{
		width:100%;
		display:block;
		margin-left:0%;
		margin-top:2em;
	}
	
	#sub .info02 .sec02 .textarea .logo_img{
		width:100px;
	}
	
	#sub .info02 .sec02 .textarea .logo_img img{
		width:100%;
	}
	
	#sub .info02 .sec02 .textarea .list{
		width:100%;
		margin-top:15px;
	}
	
	#sub .info02 .sec02 .textarea .list li{
		font-size:16px;
		margin-top:5px;
		letter-spacing:-0.7px;
	}
	
	#sub .info02 .sec02 .textarea .button{
		font-size:16px;
		margin-top:30px;
		border:1px solid #8ed661;
		color:#8ed661;
		text-align:center;
		padding:10px 0px 10px 0px;
		width:100%;
	}
	
	#sub .info02 .sec02 .textarea .button a{
		color:#8ed661;
	}
	
	

#sub .info02 .sec02 .textarea .b_text{
	font-size:24px;
}

#sub .info02 .sec02 .textarea .b_text span{
	font-size:30px;
	color:#000
}

#sub .info02 .sec02 .textarea .s_text{
	font-size:18px;
	padding:20px 0px 20px 0px;
}

#sub .info02 .center_text{
	font-size:30px;
	text-align:center;
	color:#404040;
	margin-top:50px;
}
#sub .info02 .center_text span{

	color:#8ed661;
}
	
}




@media screen and (max-width: 425px){
	
	#sub .info02 .sec01 li{
		display:inline-block;
		margin-left:0px;
		width:80%;
		margin:0 auto;
	}
	
	#sub .info02 .sec01 li img{
		width:100%;
	}
	
#sub .info02 .sec02 .textarea .b_text{
	font-size:24px;
}

#sub .info02 .sec02 .textarea .b_text span{
	font-size:30px;
	color:#000
}

#sub .info02 .sec02 .textarea .s_text{
	font-size:18px;
	padding:20px 0px 20px 0px;
}

#sub .info02 .center_text{
	font-size:30px;
	text-align:center;
	color:#404040;
	margin-top:50px;
}
#sub .info02 .center_text span{

	color:#8ed661;
}
	
}



#sub .sec03{
	width:1180px;
	margin:80px auto 0;
}


#sub .sec03 .img_list{
	width:100%;
}

#sub .sec03 .img_list li{
	width:380px;
	display:inline-block;
	margin-left:16px;
}

#sub .sec03 .img_list li:first-child{
	margin-left:0px;
}

#sub .sec03 .icon_list{
	width:100%;
	margin-top:50px;
}

#sub .sec03 .icon_list li{
	width:24.5%;
	display:inline-block;
}

#sub .sec03 .icon_list li .icon{
	width:67px;
	margin:0 auto;
}

#sub .sec03 .icon_list li .text{
	font-size:18px;
	text-align:center;
	margin-top:10px;
}

#sub .sec03 .textarea{
	font-size:24px;
	text-align:center;
	width:100%;
	padding-top:30px;
	border-top:1px solid #e5e5e5;
	margin-top:30px;
	color:#797979;
	font-weight:300;
}

@media screen and (max-width: 1180px){
	
	#sub .sec03{
		width:94%;
		margin:4em auto 0;
	}
	
	
	#sub .sec03 .img_list{
		width:100%;
	}
	
	#sub .sec03 .img_list li{
		width:32.5%;
		display:inline-block;
		margin-left:0%;
	}
	
	#sub .sec03 .img_list li img{
		width:100%;
		
		}
	
	#sub .sec03 .img_list li:first-child{
		margin-left:0px;
	}
	
	#sub .sec03 .icon_list{
		width:100%;
		margin-top:2.5em;
	}
	
	#sub .sec03 .icon_list li{
		width:24.5%;
		display:inline-block;
	}
	
	#sub .sec03 .icon_list li .icon{
		width:60px;
		margin:0 auto;
	}
	
	#sub .sec03 .icon_list li .icon img{
		width:100%;
		margin:0 auto;
	}
	
	#sub .sec03 .icon_list li .text{
		font-size:16px;
		text-align:center;
		margin-top:10px;
	}

	#sub .sec03 .textarea{
		font-size:20px;
		text-align:center;
		width:100%;
		padding-top:30px;
		border-top:1px solid #e5e5e5;
		margin-top:30px;
		color:#797979;
		font-weight:300;
	}
}





@media screen and (max-width: 600px){
	
	#sub .sec03 .icon_list{
		width:100%;
		margin-top:1.5em;
	}
	
	#sub .sec03 .icon_list li{
		width:49%;
		display:inline-block;
		margin-top:1em;
	}
	
	#sub .sec03 .icon_list li .icon{
		width:60px;
		margin:0 auto;
	}
	
	#sub .sec03 .icon_list li .icon img{
		width:100%;
		margin:0 auto;
	}
	
	#sub .sec03 .icon_list li .text{
		font-size:16px;
		text-align:center;
		margin-top:10px;
	}

	#sub .sec03 .textarea{
		font-size:16px;
		text-align:center;
		width:100%;
		padding-top:30px;
		border-top:1px solid #e5e5e5;
		margin-top:30px;
		color:#797979;
		font-weight:300;
	}
}




.subimg_1904{
	width:1904px;
	position:relative;
	left:50%;
	margin-left:-952px;
	padding:80px 0px 80px 0px;
}



.direction{
	width:1180px;
	margin:50px auto 80px;
}

@media screen and (max-width: 1180px){
	
	.direction{
		width:94%;
		margin:2.5em auto 4em;
	}
}


#sub .sponsor{
	width:1180px;
	margin:0 auto;
	padding:80px 0px 80px 0px;
}

#sub .sponsor .spon_title{
	width:100%;
}

#sub .sponsor .spon_title .b_title{
	font-size:30px;
	color:#464646;
	font-weight:bold;
	margin-bottom:20px;
}

#sub .sponsor .spon_title .s_title{
	font-size:24px;
	color:#464646;
}

#sub .sponsor .spon_title .text{
	font-size:18px;
	color:#747474;
	margin-top:10px;
}

.green_14alert{
	font-size:14px;
	color:#8ed661;
	margin-top:5px;
}

#sub .sponsor .spon_list{
	width:100%;
	padding:1.5em;
	background-color:#f7f7f7;
	box-sizing:border-box;
	margin-top:50px;
}


#sub .sponsor .spon_list .title{
	font-size:24px;
	color:#8ed661;
}


#sub .sponsor .spon_list .list{
	width:100%;
}

#sub .sponsor .spon_list .list li{
	width:48%;
	display:inline-block;
	margin-left:3.6%;
	margin-top:30px;
	vertical-align:top;
}

#sub .sponsor .spon_list .list li:nth-child(3n+1){
	margin-left:0px;
}

#sub .sponsor .spon_list .list li .thum{
	width:100%;
}

#sub .sponsor .spon_list .list li .thum img{
	width:100%;
}
#sub .sponsor .spon_list .list li .textarea{
	width:100%;
	margin-top:20px;
}

#sub .sponsor .spon_list .list li .textarea .title{
	font-size:18px;
	color:#282828;
}


#sub .sponsor .spon_list .list li .textarea .text{
	font-size:16px;
	color:#787878;
	letter-spacing:-0.7px;
	margin-top:10px;
	min-height:100px;
	padding-bottom:30px;
	border-bottom:1px solid #e5e5e5;
}


#sub .sponsor .spon_list .list li .buttonarea{
	width:100%;
	margin-top:30px;
}

#sub .sponsor .spon_list .list li .buttonarea div{
	width:48%;
	display:inline-block;
	margin-left:2%;
	text-align:center;
	border:1px solid #8ed661;
	padding:10px;
	box-sizing:border-box;
	font-size:16px;
	background-color:#fff;
}


#sub .sponsor .spon_list .list li .buttonarea div:first-child{
	margin-left:0%;
	text-align:center;
	border:1px solid #8ed661;
	background-color:#8ed661
}

#sub .sponsor .spon_list .list li .buttonarea div a{
	color:#8ed661;
}

#sub .sponsor .spon_list .list li .buttonarea div:first-child a{
	color:#fff;
}

#sub .sponsor .onetime_spon{
	width:100%;
	margin-top:50px;
}

#sub .sponsor .onetime_spon .spon_info{
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}

#sub .sponsor .onetime_spon .spon_info li{
	width:48.5%;
	display:inline-block;
	height:300px;
	padding:15px;
	box-sizing:border-box;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #8ed661;
	vertical-align:top;
}

#sub .sponsor .onetime_spon .spon_info li:last-child{
	margin-left:2%;
}


#sub .sponsor .onetime_spon .spon_info li{
	width:48.5%;
	display:inline-block;
	height:230px;
	padding:15px;
	box-sizing:border-box;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #8ed661;
	vertical-align:top;
}

#sub .sponsor .onetime_spon .spon_info li .title{
	font-size:20px;
}

#sub .sponsor .onetime_spon .spon_info li .title span{
	font-size:14px;
	margin-left:10px;
}

#sub .sponsor .onetime_spon .spon_info li .how{
	width:100%;
	margin-top:30px;
}


#sub .sponsor .onetime_spon .spon_info li .how div{
	width:48%;
	display:inline-block;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #8ed661;
	
	text-align:center;
}

#sub .sponsor .onetime_spon .spon_info li .how div a{
	color:#8ed661;
}




#sub .sponsor .onetime_spon .spon_info li .how div:last-child{
	background-color:#ffde00;
	border:1px solid #ffde00;
	margin-left:3%;
}

#sub .sponsor .onetime_spon .spon_info li .how div:last-child a{
	color:#4f130d;
}



#sub .sponsor .onetime_spon .spon_info li .text{
	font-size:16px;
	color:#666666;
	margin-top:20px;
}


#sub .sponsor .onetime_spon .spon_info li .text div{
	font-size:16px;
	color:#666666;
	margin-top:10px;
	vertical-align:middle;
}

#sub .sponsor .onetime_spon .spon_info li .text div span{
	font-size:22px;
	font-family:'open sans','Noto sans Kr';
	letter-spacing:-0.7px;
	vertical-align:middle;
	margin-left:10px;
}


#sub .sponsor .qna_list{
	width:100%;

}

#sub .sponsor .qna_list li{
	width:100%;
	padding:20px;
	box-sizing:border-box;
	border-bottom:1px solid #e5e5e5;
}

#sub .sponsor .qna_list li .num{
	width:50px;
	height:50px;
	line-height:50px;
	font-family:'Montserrat';
	text-align:center;
	color:#fff;
	font-size:20px;
	display:inline-block;
	vertical-align:middle;
	background-color:#8ed661;
	border-radius:50px;
}

#sub .sponsor .qna_list li .title{
	font-size:20px;
	display:inline-block;
	margin-left:10px;
}

#sub .sponsor .qna_list li .cont{
	width:100%;
	margin-top:20px;
	color:#000
}

#sub .sponsor .qna_list li .cont .table{
	width:100%;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}


#sub .sponsor .qna_list li .cont .table th{
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	padding:20px;
	box-sizing:border-box;
	font-weight:normal
}

#sub .sponsor .qna_list li .cont .text{
	font-size:16px;
	color:#7d7d7d;
	margin-top:10px;
}


#sub .sponsor .qna_list li .cont .stitle{
	font-size:17px;
	margin-top:20px;
}


@media screen and (max-width: 1180px){
		
	#sub .sponsor{
		width:94%;
		margin:0 auto;
		padding:4em 0px 4em 0px;
	}
	
	#sub .sponsor .spon_title{
		width:100%;
	}
	
	#sub .sponsor .spon_title .b_title{
		font-size:26px;
		color:#464646;
		font-weight:bold;
		margin-bottom:20px;
	}
	
	#sub .sponsor .spon_title .s_title{
		font-size:20px;
		color:#464646;
	}
	
	#sub .sponsor .spon_title .text{
		font-size:16px;
		color:#747474;
		margin-top:10px;
		}
	
	.green_14alert{
		font-size:14px;
		color:#8ed661;
		margin-top:5px;
	}
	
	#sub .sponsor .spon_list{
		width:100%;
		padding:1.5em;
		background-color:#f7f7f7;
		box-sizing:border-box;
		margin-top:2.5em;
	}
	
	
	#sub .sponsor .spon_list .title{
		font-size:24px;
		color:#8ed661;
	}
	
	
	#sub .sponsor .spon_list .list{
		width:100%;
	}
	
	#sub .sponsor .spon_list .list li{
		width:48%;
		display:inline-block;
		margin-left:3%;
		margin-top:30px;
		vertical-align:top;
		}
	
	#sub .sponsor .spon_list .list li:nth-child(3n+1){
		margin-left:0px;
	}
	
	#sub .sponsor .spon_list .list li .thum{
		width:100%;
	}
	
	#sub .sponsor .spon_list .list li .thum img{
		width:100%;
	}
	#sub .sponsor .spon_list .list li .textarea{
		width:100%;
		margin-top:1em;
	}
	
	#sub .sponsor .spon_list .list li .textarea .title{
		font-size:17px;
		color:#282828;
	}
		
	
	#sub .sponsor .spon_list .list li .textarea .text{
		font-size:15px;
		color:#787878;
		letter-spacing:-0.7px;
		margin-top:10px;
		min-height:100px;
		padding-bottom:30px;
		border-bottom:1px solid #e5e5e5;
	}

	
	#sub .sponsor .spon_list .list li .buttonarea{
		width:100%;
		margin-top:30px;
	}
	
	#sub .sponsor .spon_list .list li .buttonarea div{
		width:48%;
		display:inline-block;
		margin-left:2%;
		text-align:center;
		border:1px solid #8ed661;
		padding:10px;
		box-sizing:border-box;
		font-size:15px;
		background-color:#fff;
	}
	
	
	#sub .sponsor .spon_list .list li .buttonarea div:first-child{
		margin-left:0%;
		text-align:center;
		border:1px solid #8ed661;
		background-color:#8ed661
	}
	
	#sub .sponsor .spon_list .list li .buttonarea div a{
		color:#8ed661;
	}
	
	#sub .sponsor .spon_list .list li .buttonarea div:first-child a{
		color:#fff;
	}
	
	#sub .sponsor .onetime_spon{
		width:100%;
		margin-top:2.5em;
	}
	
	#sub .sponsor .onetime_spon .spon_info{
		width:100%;
		margin-top:30px;
		margin-bottom:20px;
	}
	
	#sub .sponsor .onetime_spon .spon_info li{
		width:100%;
		display:block;
		height:100%;
		padding:15px;
		box-sizing:border-box;
		border-left:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #8ed661;
		vertical-align:top;
	}
	
	#sub .sponsor .onetime_spon .spon_info li:last-child{
		margin-left:0%;
			margin-top:1em;
		}
		
	#sub .sponsor .onetime_spon .spon_info li .title{
		font-size:20px;
	}
	
	#sub .sponsor .onetime_spon .spon_info li .title span{
		font-size:14px;
		margin-left:10px;
	}
	
	#sub .sponsor .onetime_spon .spon_info li .how{
		width:100%;
		margin-top:30px;
	}
	
	
	#sub .sponsor .onetime_spon .spon_info li .how div{
		width:48%;
		display:inline-block;
		padding:10px;
		box-sizing:border-box;
		border:1px solid #8ed661;
		
		text-align:center;
	}
	
	#sub .sponsor .onetime_spon .spon_info li .how div a{
		color:#8ed661;
	}
	

	
	
	#sub .sponsor .onetime_spon .spon_info li .how div:last-child{
		background-color:#ffde00;
		border:1px solid #ffde00;
		margin-left:3%;
	}
	
	#sub .sponsor .onetime_spon .spon_info li .how div:last-child a{
		color:#4f130d;
	}
	
	
	
	#sub .sponsor .onetime_spon .spon_info li .text{
		font-size:16px;
		color:#666666;
		margin-top:20px;
	}
	
	
	#sub .sponsor .onetime_spon .spon_info li .text div{
		font-size:16px;
		color:#666666;
		margin-top:10px;
		vertical-align:middle;
	}
	
	#sub .sponsor .onetime_spon .spon_info li .text div span{
		font-size:22px;
		font-family:'open sans','Noto sans Kr';
		letter-spacing:-0.7px;
		vertical-align:middle;
		margin-left:10px;
	}

}


@media screen and (max-width: 600px){
		
	
	#sub .sponsor .spon_title .b_title{
		font-size:22px;
		color:#464646;
		font-weight:bold;
		margin-bottom:20px;
	}
	
	#sub .sponsor .spon_title .s_title{
		font-size:18px;
		color:#464646;
	}
	
	#sub .sponsor .spon_title .text{
		font-size:14px;
		color:#747474;
		margin-top:10px;
	}
	
	#sub .sponsor .spon_list{
		width:100%;
		padding:1em;
		background-color:#f7f7f7;
		box-sizing:border-box;
		margin-top:2.5em;
	}
	
	
	#sub .sponsor .spon_list .title{
		font-size:20px;
		color:#8ed661;
	}
	
	
	#sub .sponsor .spon_list .list{
		width:100%;
	}
	
	#sub .sponsor .spon_list .list li{
		width:100%;
		display:inline-block;
		margin-left:0%;
		margin-top:30px;
		vertical-align:top;
		}
	
	#sub .sponsor .spon_list .list li:nth-child(3n+1){
		margin-left:0px;
	}
	
	#sub .sponsor .spon_list .list li .thum{
		width:100%;
	}
	
	#sub .sponsor .spon_list .list li .thum img{
		width:100%;
	}
	#sub .sponsor .spon_list .list li .textarea{
		width:100%;
		margin-top:1em;
	}
	
	#sub .sponsor .spon_list .list li .textarea .title{
		font-size:17px;
		color:#282828;
	}
		
	
	#sub .sponsor .spon_list .list li .textarea .text{
		font-size:14px;
		color:#787878;
		letter-spacing:-0.7px;
		margin-top:10px;
		min-height:100px;
		padding-bottom:30px;
		border-bottom:1px solid #e5e5e5;
	}

	
	#sub .sponsor .spon_list .list li .buttonarea{
		width:100%;
		margin-top:30px;
	}
	
	#sub .sponsor .spon_list .list li .buttonarea div{
		width:48%;
		display:inline-block;
		margin-left:2%;
		text-align:center;
		border:1px solid #8ed661;
		padding:10px;
		box-sizing:border-box;
		font-size:15px;
		background-color:#fff;
	}
	
	
	#sub .sponsor .spon_list .list li .buttonarea div:first-child{
		margin-left:0%;
		text-align:center;
		border:1px solid #8ed661;
		background-color:#8ed661
	}
	
	#sub .sponsor .spon_list .list li .buttonarea div a{
		color:#8ed661;
	}
	
	#sub .sponsor .spon_list .list li .buttonarea div:first-child a{
		color:#fff;
	}
	
	#sub .sponsor .onetime_spon{
		width:100%;
		margin-top:2.5em;
	}
	
	#sub .sponsor .onetime_spon .spon_info{
		width:100%;
		margin-top:30px;
		margin-bottom:20px;
	}
	
	#sub .sponsor .onetime_spon .spon_info li{
		width:100%;
		display:block;
		height:100%;
		padding:15px;
		box-sizing:border-box;
		border-left:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #8ed661;
		vertical-align:top;
	}
	
	#sub .sponsor .onetime_spon .spon_info li:last-child{
		margin-left:0%;
			margin-top:1em;
		}
		
	#sub .sponsor .onetime_spon .spon_info li .title{
		font-size:20px;
	}
	
	#sub .sponsor .onetime_spon .spon_info li .title span{
		font-size:14px;
		margin-left:10px;
	}
	
	#sub .sponsor .onetime_spon .spon_info li .how{
		width:100%;
		margin-top:30px;
	}
	
	
	#sub .sponsor .onetime_spon .spon_info li .how div{
		width:48%;
		display:inline-block;
		padding:10px;
		box-sizing:border-box;
		border:1px solid #8ed661;
		
		text-align:center;
	}
	
	#sub .sponsor .onetime_spon .spon_info li .how div a{
		color:#8ed661;
	}
	

	
	
	#sub .sponsor .onetime_spon .spon_info li .how div:last-child{
		background-color:#ffde00;
		border:1px solid #ffde00;
		margin-left:2%;
	}
	
	#sub .sponsor .onetime_spon .spon_info li .how div:last-child a{
		color:#4f130d;
	}
	
	
	
	#sub .sponsor .onetime_spon .spon_info li .text{
		font-size:14px;
		color:#666666;
		margin-top:20px;
	}
	
	
	#sub .sponsor .onetime_spon .spon_info li .text div{
		font-size:14px;
		color:#666666;
		margin-top:10px;
		vertical-align:middle;
	}
	
	#sub .sponsor .onetime_spon .spon_info li .text div span{
		font-size:18px;
		font-family:'open sans','Noto sans Kr';
		letter-spacing:-0.7px;
		vertical-align:middle;
		margin-left:10px;
	}

}















@media screen and (max-width: 1180px){
	#sub .sponsor .qna_list{
		width:100%;
	
	}
	
	#sub .sponsor .qna_list li{
		width:100%;
		padding:20px;
		box-sizing:border-box;
		border-bottom:1px solid #e5e5e5;
	}
	
	#sub .sponsor .qna_list li .num{
		width:50px;
		height:50px;
		line-height:50px;
		font-family:'Montserrat';
		text-align:center;
		color:#fff;
		font-size:20px;
		display:inline-block;
		vertical-align:middle;
		background-color:#8ed661;
		border-radius:50px;
	}
	
	#sub .sponsor .qna_list li .num img{
		width:100%;
	}
	
	#sub .sponsor .qna_list li .title{
		font-size:20px;
		display:inline-block;
		margin-left:10px;
		width:85%;
		vertical-align:middle;
	}
	
	#sub .sponsor .qna_list li .cont{
		width:100%;
		margin-top:20px;
		color:#000
	}
	
	#sub .sponsor .qna_list li .cont .table{
		width:100%;
		border-top:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
	}
	
	
	#sub .sponsor .qna_list li .cont .table th{
		border-bottom:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		padding:20px;
		box-sizing:border-box;
		font-weight:normal
	}
	
	#sub .sponsor .qna_list li .cont .text{
		font-size:16px;
		color:#7d7d7d;
		margin-top:10px;
	}
	
	
	#sub .sponsor .qna_list li .cont .stitle{
		font-size:17px;
		margin-top:20px;
	}

}




@media screen and (max-width: 768px){
	#sub .sponsor .qna_list{
		width:100%;
	
	}
	
	#sub .sponsor .qna_list li{
		width:100%;
		padding:10px;
		box-sizing:border-box;
		border-bottom:1px solid #e5e5e5;
	}
	
	#sub .sponsor .qna_list li .num{
		width:40px;
		height:40px;
		line-height:40px;
		font-family:'Montserrat';
		text-align:center;
		color:#fff;
		font-size:16px;
		display:inline-block;
		vertical-align:middle;
		background-color:#8ed661;
		border-radius:50px;
	}
	
	#sub .sponsor .qna_list li .num img{
		width:100%;
	}
	
	#sub .sponsor .qna_list li .title{
		font-size:16px;
		display:inline-block;
		margin-left:10px;
		width:80%;
		vertical-align:middle;
	}
	
	#sub .sponsor .qna_list li .cont{
		width:100%;
		margin-top:20px;
		color:#000
	}
	
	#sub .sponsor .qna_list li .cont .table{
		width:100%;
		border-top:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
	}
	
	
	#sub .sponsor .qna_list li .cont .table th{
		border-bottom:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		padding:10px;
		box-sizing:border-box;
		font-weight:normal;
		font-size:14px;
	}
	
	#sub .sponsor .qna_list li .cont .text{
		font-size:14px;
		color:#7d7d7d;
		margin-top:10px;
	}
	
	
	#sub .sponsor .qna_list li .cont .stitle{
		font-size:14px;
		margin-top:20px;
	}

}

.board{
	width:1180px;
	margin:50px auto 80px;
}



@media screen and (max-width: 1180px){
	.board{
		width:94%;
		margin:2.5em auto 4em;
	}
}


#sub .community{
	width:1180px;
	margin:50px auto 80px;
}

#sub .community .btitle{
	font-size:24px;
	text-align:Center;
	letter-spacing:-0.7px;
}

#sub .community .list{
	width:100%;
	margin:30px auto 0;
	text-align:center;
}

#sub .community .list li{
	width:25%;
	display:inline-block;
	border:1px solid #60aa30;
	vertical-align:middle;
	padding:15px;
	margin-left:15px;
}

#sub .community .list li:first-child{
	margin-left:0px;
	border:0;
	background-color:#ffd71e;
}

#sub .community .list li .icon{
	width:40px;
	display:inline-block;
	vertical-align:middle;
}

#sub .community .list li .icon img{
	width:100%;
	vertical-align:middle;
}

#sub .community .list li .text{
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:-0.7px;
	margin-left:5px;
}


@media screen and (max-width: 1180px){
	
	
	#sub .community{
		width:94%;
		margin:2.5em auto 4em;
	}
	
	#sub .community .btitle{
		font-size:20px;
		text-align:Center;
		letter-spacing:-0.7px;
	}
	
	#sub .community .list{
		width:100%;
		margin:30px auto 0;
		text-align:center;
	}
	
	#sub .community .list li{
		width:30%;
		display:inline-block;
		border:1px solid #60aa30;
		vertical-align:middle;
		padding:15px;
		box-sizing:border-box;
		margin-left:1%;
	}
	
	#sub .community .list li:first-child{
		margin-left:0px;
		border:0;
		background-color:#ffd71e;
	}
	
	#sub .community .list li .icon{
		width:30px;
		display:inline-block;
		vertical-align:middle;
	}
	
	#sub .community .list li .icon img{
		width:100%;
		vertical-align:middle;
	}
	
	#sub .community .list li .text{
		font-size:15px;
		display:inline-block;
		vertical-align:middle;
		letter-spacing:-0.7px;
	}
}




@media screen and (max-width: 768px){
	
	
	#sub .community{
		width:94%;
		margin:2.5em auto 4em;
	}
	
	#sub .community .btitle{
		font-size:18px;
		text-align:Center;
		letter-spacing:-0.7px;
	}
	
	#sub .community .list{
		width:100%;
		margin:30px auto 0;
		text-align:center;
	}
	
	#sub .community .list li{
		width:70%;
		display:block;
		border:1px solid #60aa30;
		vertical-align:middle;
		padding:15px;
		box-sizing:border-box;
		margin-left:0%;
		margin-top:1em;
		margin:1em auto 0;
	}
	
	#sub .community .list li:first-child{
		margin-left:0px;
		border:0;
		background-color:#ffd71e;
		margin:0 auto;
	}
	
	#sub .community .list li .icon{
		width:30px;
		display:inline-block;
		vertical-align:middle;
	}
	
	#sub .community .list li .icon img{
		width:100%;
		vertical-align:middle;
	}
	
	#sub .community .list li .text{
		font-size:15px;
		display:inline-block;
		vertical-align:middle;
		letter-spacing:-0.7px;
	}
}


@media screen and (max-width: 425px){
	
	
	#sub .community .list li{
		width:100%;
		display:block;
		border:1px solid #60aa30;
		vertical-align:middle;
		padding:15px;
		box-sizing:border-box;
		margin-left:0%;
		margin-top:1em;
		margin:1em auto 0;
	}
	
}

#sub .history{
	width:100%;
	margin-bottom:50px;
}

#sub .history li{
	width:100%;
	border-bottom:1px solid #e5e5e5;
	padding:40px;
	box-sizing:border-box;
}

#sub .history li:first-child{
	border-top:1px solid #e5e5e5;
}


#sub .history li .year{
	font-size:28px;
	font-family:'montserrat','noto sans kr';
	font-weight:bold;
	color:#8ed661;
	display:inline-block;
	vertical-align:middle;
}




#sub .history li .cont{
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
}

@media screen and (max-width: 1180px){
	
	#sub .history{
		width:100%;
		margin-bottom:50px;
	}
	
	#sub .history li{
		width:100%;
		border-bottom:1px solid #e5e5e5;
		padding:40px 0% 40px 0%;
		box-sizing:border-box;
	}
	
	#sub .history li:first-child{
		border-top:1px solid #e5e5e5;
	}
	
	
	#sub .history li .year{
		font-size:24px;
		font-family:'montserrat','noto sans kr';
		font-weight:bold;
		color:#8ed661;
		display:inline-block;
		vertical-align:middle;
		width:18%;
		text-align:center;
	}
	
	
	
	
	#sub .history li .cont{
		font-size:16px;
		display:inline-block;
		vertical-align:middle;
		margin-left:0px;
		width:78%;
	}
		
}





@media screen and (max-width: 768px){
	
	
	
	#sub .history li .year{
		font-size:20px;
		font-family:'montserrat','noto sans kr';
		font-weight:bold;
		color:#8ed661;
		display:inline-block;
		vertical-align:middle;
		width:26%;
		text-align:center;
	}
	
	
	
	
	#sub .history li .cont{
		font-size:14px;
		display:inline-block;
		vertical-align:middle;
		margin-left:0px;
		width:72%;
	}
		
}





@media screen and (max-width: 425px){
	#sub .history li{
		width:100%;
		border-bottom:1px solid #e5e5e5;
		padding:40px 10px 40px 10px;
		box-sizing:border-box;
	}
	
	
	#sub .history li .year{
		font-size:20px;
		font-family:'montserrat','noto sans kr';
		font-weight:bold;
		color:#8ed661;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		text-align:left;
	}
	
	
	
	
	#sub .history li .cont{
		font-size:14px;
		display:inline-block;
		vertical-align:middle;
		margin-left:0px;
		margin-top:1em;
		width:100%;
	}
		
}



.info03{
	width:1180px;
	margin:50px auto 80px;
}

@media screen and (max-width: 1180px){
	.info03{
		width:94%;
		margin:2.5em auto 4em;
	}
}


#sub .sub_people{
	width:1180px;
	margin:0px auto 80px;
}


#sub .sub_people .sec{
	width:100%;
	padding-bottom:50px;
	padding-top:50px;
	border-bottom:1px solid #e5e5e5;
}

#sub .sub_people .sec:last-child{
	border-bottom:0px solid #e5e5e5;
}


#sub .sub_people .sec .btitle{
	font-size:30px;
	font-weight:bold;
	color#464646;
}


#sub .sub_people .sec .list01{
	width:100%;
	margin-top:30px;
}


#sub .sub_people .sec .list01 li{
	width:24%;
	display:inline-block;
	vertical-align:top;
	border-top:1px solid #444;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	margin-left:1%;
	padding:20px;
	text-align:center;
	box-sizing:border-box;
}

#sub .sub_people .sec .list01 li:first-child{
	margin-left:0%;
}



#sub .sub_people .sec .list01 li .position{
	font-size:18px;
	color:#797979;
	text-align:center;
}

#sub .sub_people .sec .list01 li .name{
	font-size:24px;
	color:#303030;
	text-align:center;
}



#sub .sub_people .sec .list02{
	width:100%;
}


#sub .sub_people .sec .list02 li{
	width:24%;
	display:inline-block;
	vertical-align:top;
	border-top:1px solid #444;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	margin-left:1%;
	padding:20px;
	text-align:center;
	box-sizing:border-box;
	margin-top:30px;

}

#sub .sub_people .sec .list02 li:nth-child(4n+1){
	margin-left:0%;
}



#sub .sub_people .sec .list02 li .position{
	font-size:18px;
	color:#797979;
	text-align:center;
}

#sub .sub_people .sec .list02 li .name{
	font-size:24px;
	color:#303030;
	text-align:center;
}

@media screen and (max-width: 1180px){
		
	#sub .sub_people{
		width:94%;
		margin:0px auto 4em;
	}
	
	
	#sub .sub_people .sec{
		width:100%;
		padding-bottom:2.5em;
		padding-top:2.5em;
		border-bottom:1px solid #e5e5e5;
	}
	
	#sub .sub_people .sec:last-child{
		border-bottom:0px solid #e5e5e5;
	}
	
	
	#sub .sub_people .sec .btitle{
		font-size:26px;
		font-weight:bold;
		color#464646;
	}
	
	
	#sub .sub_people .sec .list01{
		width:100%;
		margin-top:30px;
	}
		
	
	#sub .sub_people .sec .list01 li{
		width:23.5%;
		display:inline-block;
		vertical-align:top;
		border-top:1px solid #444;
		border-bottom:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		margin-left:1%;
		padding:20px;
		text-align:center;
		box-sizing:border-box;
	}
	
	#sub .sub_people .sec .list01 li:first-child{
		margin-left:0%;
	}
	
	
	
	#sub .sub_people .sec .list01 li .position{
		font-size:16px;
		color:#797979;
		text-align:center;
	}
	
	#sub .sub_people .sec .list01 li .name{
		font-size:20px;
		color:#303030;
		text-align:center;
	}
	
	
	
	#sub .sub_people .sec .list02{
		width:100%;
	}
	
	
	#sub .sub_people .sec .list02 li{
		width:23.5%;
		display:inline-block;
		vertical-align:top;
		border-top:1px solid #444;
		border-bottom:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		margin-left:1%;
		padding:20px;
		text-align:center;
		box-sizing:border-box;
		margin-top:30px;
	
	}
	
	#sub .sub_people .sec .list02 li:nth-child(4n+1){
		margin-left:0%;
	}
	
	
	
	#sub .sub_people .sec .list02 li .position{
		font-size:16px;
		color:#797979;
		text-align:center;
	}
	
	#sub .sub_people .sec .list02 li .name{
		font-size:20px;
		color:#303030;
		text-align:center;
	}
	
}





@media screen and (max-width: 768px){
		
	#sub .sub_people{
		width:94%;
		margin:0px auto 4em;
	}
	
	
	#sub .sub_people .sec{
		width:100%;
		padding-bottom:2.5em;
		padding-top:2.5em;
		border-bottom:1px solid #e5e5e5;
	}
	
	#sub .sub_people .sec:last-child{
		border-bottom:0px solid #e5e5e5;
	}
	
	
	#sub .sub_people .sec .btitle{
		font-size:22px;
		font-weight:bold;
		color#464646;
	}
	
	
	#sub .sub_people .sec .list01{
		width:100%;
		margin-top:30px;
	}
		
	
	#sub .sub_people .sec .list01 li{
		width:32%;
		display:inline-block;
		vertical-align:top;
		border-top:1px solid #444;
		border-bottom:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		margin-left:1%;
		padding:20px;
		text-align:center;
		box-sizing:border-box;
	}
	
	#sub .sub_people .sec .list01 li:first-child{
		margin-left:0%;
	}
	
	
	
	#sub .sub_people .sec .list01 li .position{
		font-size:14px;
		color:#797979;
		text-align:center;
	}
	
	#sub .sub_people .sec .list01 li .name{
		font-size:18px;
		color:#303030;
		text-align:center;
	}
	
	
	
	#sub .sub_people .sec .list02{
		width:100%;
	}
	
	
	#sub .sub_people .sec .list02 li{
		width:32%;
		display:inline-block;
		vertical-align:top;
		border-top:1px solid #444;
		border-bottom:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		margin-left:1%;
		padding:20px 10px 20px 10px;
		text-align:center;
		box-sizing:border-box;
		margin-top:30px;
	
	}
	
	#sub .sub_people .sec .list02 li:nth-child(4n+1){
		margin-left:0%;
	}
	#sub .sub_people .sec .list02 li:nth-child(3n+1){
		margin-left:0%;
	}
	#sub .sub_people .sec .list02 li:nth-child(5){
		margin-left:1%;
	}
	
	#sub .sub_people .sec .list02 li:nth-child(9){
		margin-left:1%;
	}
	
	#sub .sub_people .sec .list02 li:nth-child(17){
		margin-left:1%;
	}
	
	
	#sub .sub_people .sec .list02 li .position{
		font-size:14px;
		color:#797979;
		text-align:center;
	}
	
	#sub .sub_people .sec .list02 li .name{
		font-size:18px;
		color:#303030;
		text-align:center;
	}
	
}





@media screen and (max-width: 500px){
	
	
	#sub .sub_people .sec .list01{
		width:100%;
		margin-top:30px;
	}
		
	
	#sub .sub_people .sec .list01 li{
		width:32%;
		display:inline-block;
		vertical-align:top;
		border-top:1px solid #444;
		border-bottom:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		margin-left:1%;
		padding:20px;
		text-align:center;
		box-sizing:border-box;
	}
	
	#sub .sub_people .sec .list01 li:first-child{
		margin-left:0%;
	}
	
	
	
	#sub .sub_people .sec .list01 li .position{
		font-size:14px;
		color:#797979;
		text-align:center;
	}
	
	#sub .sub_people .sec .list01 li .name{
		font-size:18px;
		color:#303030;
		text-align:center;
	}
	
	
	
	#sub .sub_people .sec .list02{
		width:100%;
	}
	
	
	#sub .sub_people .sec .list02 li{
		width:49%;
		display:inline-block;
		vertical-align:top;
		border-top:1px solid #444;
		border-bottom:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
		margin-left:0%;
		padding:20px 10px 20px 10px;
		text-align:center;
		box-sizing:border-box;
		margin-top:30px;
	
	}
	
	#sub .sub_people .sec .list02 li:nth-child(4n+1){
		margin-left:0%;
	}
	#sub .sub_people .sec .list02 li:nth-child(3n+1){
		margin-left:0%;
	}
	#sub .sub_people .sec .list02 li:nth-child(5){
		margin-left:0%;
	}
	
	#sub .sub_people .sec .list02 li:nth-child(9){
		margin-left:0%;
	}
	
	#sub .sub_people .sec .list02 li:nth-child(17){
		margin-left:0%;
	}
	
	
	#sub .sub_people .sec .list02 li .position{
		font-size:14px;
		color:#797979;
		text-align:center;
	}
	
	#sub .sub_people .sec .list02 li .name{
		font-size:18px;
		color:#303030;
		text-align:center;
	}
	
}


#sub .greeting{
	width:100%;
	margin:50px auto 0px;
}

#sub .greeting .sec01{
	width:1180px;
	margin:0 auto;
}

#sub .greeting .sec01 .cont{
	width:100%;
	display:inline-block;
}

#sub .greeting .sec01 .imgarea{
	width:50%;
	display:inline-block;
	float:left;
}

#sub .greeting .sec01 .imgarea img{
	width:100%;
}


#sub .greeting .sec01 .textarea{
	width:50%;
	display:inline-block;
	background-color:#f7f7f7;
	padding:30px;
	box-sizing:border-box;
}


#sub .greeting .sec01 .textarea .greeting_logo{
	width:200px;
	
}


#sub .greeting .sec01 .textarea .greeting_logo img{
	width:100%;
}


#sub .greeting .sec01 .textarea .btext{
	font-size:24px;
	margin-top:30px;
	
}


#sub .greeting .sec01 .textarea .stext{
	font-size:18px;
	margin-top:15px;
	
}


#sub .greeting .sec02{
	width:100%;
	margin-top:80px;
	position:relative;
}

#sub .greeting .sec02 .bg{
	width:100%;
	position:relative;
}

#sub .greeting .sec02 .bg img{
	width:100%;
	vertical-align:bottom;
}

#sub .greeting .sec02 .cont{
	width:1180px;
	position:absolute;
	z-index:9;
	left:50%;
	margin-left:-590px;
	bottom:15%;
	margin-top:20px;
}

#sub .greeting .sec02 .cont .stext{
	text-align:center;
	color:#fff;
	font-size:18px;
}

#sub .greeting .sec02 .cont .ceoname{
	text-align:center;
	color:#fff;
	font-size:18px;
	margin-top:10px;
}


#sub .greeting .sec02 .cont .ceoname span{
	color:#fff;
	font-size:24px;
}
#sub .greeting .sec02 .cont .btext{
	color:#fff;
	font-size:30px;
	text-align:center;
	margin-top:30px;
}

#sub .greeting .sec02 .cont .btext span{
	color:#8ed661;
}



@media screen and (max-width: 1180px){
	
	#sub .greeting{
		width:100%;
		margin:2.5em auto 0px;
	}
	
	#sub .greeting .sec01{
		width:94%;
		margin:0 auto;
	}
	
	#sub .greeting .sec01 .cont{
		width:100%;
		display:inline-block;
	}
	
	#sub .greeting .sec01 .imgarea{
		width:100%;
		display:inline-block;
		float:left;
	}
	
	#sub .greeting .sec01 .imgarea img{
		width:100%;
	}
	
	
	#sub .greeting .sec01 .textarea{
		width:100%;
		display:inline-block;
		background-color:#f7f7f7;
		padding:40px;
		box-sizing:border-box;
	}

	
	#sub .greeting .sec01 .textarea .greeting_logo{
		width:180px;
		
	}
	
	
	#sub .greeting .sec01 .textarea .greeting_logo img{
		width:100%;
	}
	
	
	#sub .greeting .sec01 .textarea .btext{
		font-size:24px;
		margin-top:30px;
		
	}
	
	
	#sub .greeting .sec01 .textarea .stext{
		font-size:18px;
		margin-top:15px;
		
	}
	

	#sub .greeting .sec02{
		width:100%;
		margin-top:4em;
		position:relative;
	}
	
	#sub .greeting .sec02 .bg{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	
	#sub .greeting .sec02 .bg img{
		width:150%;
		vertical-align:bottom;
	}
	
	#sub .greeting .sec02 .cont{
		width:94%;
		position:absolute;
		z-index:9;
		left:50%;
		margin-left:-47%;
		bottom:15%;
		margin-top:20px;
	}
	
	#sub .greeting .sec02 .cont .stext{
		text-align:center;
		color:#fff;
		font-size:18px;
	}
	
	#sub .greeting .sec02 .cont .ceoname{
		text-align:center;
		color:#fff;
		font-size:18px;
		margin-top:10px;
	}
	
	
	#sub .greeting .sec02 .cont .ceoname span{
		color:#fff;
		font-size:24px;
	}
	#sub .greeting .sec02 .cont .btext{
		color:#fff;
		font-size:24px;
		text-align:center;
		margin-top:30px;
	}
	
	#sub .greeting .sec02 .cont .btext span{
		color:#8ed661;
	}
	
}







@media screen and (max-width: 768px){
	
	#sub .greeting{
		width:100%;
		margin:2.5em auto 0px;
	}
	
	#sub .greeting .sec01{
		width:94%;
		margin:0 auto;
	}
	
	#sub .greeting .sec01 .cont{
		width:100%;
		display:inline-block;
	}
	
	#sub .greeting .sec01 .imgarea{
		width:100%;
		display:inline-block;
		float:left;
	}
	
	#sub .greeting .sec01 .imgarea img{
		width:100%;
	}
	
	
	#sub .greeting .sec01 .textarea{
		width:100%;
		display:inline-block;
		background-color:#f7f7f7;
		padding:20px;
		box-sizing:border-box;
	}

	
	#sub .greeting .sec01 .textarea .greeting_logo{
		width:180px;
		
	}
	
	
	#sub .greeting .sec01 .textarea .greeting_logo img{
		width:100%;
	}
	
	
	#sub .greeting .sec01 .textarea .btext{
		font-size:20px;
		margin-top:30px;
		
	}
	
	
	#sub .greeting .sec01 .textarea .stext{
		font-size:15px;
		margin-top:15px;
		
	}
	

	#sub .greeting .sec02{
		width:100%;
		margin-top:4em;
		position:relative;
	}
	
	#sub .greeting .sec02 .bg{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	
	#sub .greeting .sec02 .bg img{
		width:150%;
		vertical-align:bottom;
	}
	
	#sub .greeting .sec02 .cont{
		width:94%;
		position:absolute;
		z-index:9;
		left:50%;
		margin-left:-47%;
		bottom:15%;
		margin-top:20px;
	}
	
	#sub .greeting .sec02 .cont .stext{
		text-align:center;
		color:#fff;
		font-size:15px;
		letter-spacing:-0.7px;
	}
	
	#sub .greeting .sec02 .cont .ceoname{
		text-align:center;
		color:#fff;
		font-size:15px;
		margin-top:10px;
	}
	
	
	#sub .greeting .sec02 .cont .ceoname span{
		color:#fff;
		font-size:20px;
	}
	#sub .greeting .sec02 .cont .btext{
		color:#fff;
		font-size:20px;
		text-align:center;
		margin-top:30px;
		letter-spacing:-0.7px;
	}
	
	#sub .greeting .sec02 .cont .btext span{
		color:#8ed661;
	}
	
}


@media screen and (max-width: 600px){
	
	#sub .greeting{
		width:100%;
		margin:2.5em auto 0px;
	}
	
	#sub .greeting .sec01{
		width:94%;
		margin:0 auto;
	}
	
	#sub .greeting .sec01 .cont{
		width:100%;
		display:inline-block;
	}
	
	#sub .greeting .sec01 .imgarea{
		width:100%;
		display:inline-block;
		float:left;
	}
	
	#sub .greeting .sec01 .imgarea img{
		width:100%;
	}
	
	
	#sub .greeting .sec01 .textarea{
		width:100%;
		display:inline-block;
		background-color:#f7f7f7;
		padding:20px;
		box-sizing:border-box;
	}

	
	#sub .greeting .sec01 .textarea .greeting_logo{
		width:180px;
		
	}
	
	
	#sub .greeting .sec01 .textarea .greeting_logo img{
		width:100%;
	}
	
	
	#sub .greeting .sec01 .textarea .btext{
		font-size:20px;
		margin-top:30px;
		
	}
	
	
	#sub .greeting .sec01 .textarea .stext{
		font-size:15px;
		margin-top:15px;
		
	}
	

	#sub .greeting .sec02{
		width:100%;
		margin-top:4em;
		position:relative;
	}
	
	#sub .greeting .sec02 .bg{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	
	#sub .greeting .sec02 .bg img{
		width:200%;
		vertical-align:bottom;
	}
	
	#sub .greeting .sec02 .cont{
		width:94%;
		position:absolute;
		z-index:9;
		left:50%;
		margin-left:-47%;
		bottom:15%;
		margin-top:20px;
	}
	
	#sub .greeting .sec02 .cont .stext{
		text-align:center;
		color:#fff;
		font-size:14px;
		letter-spacing:-0.7px;
	}
	
	#sub .greeting .sec02 .cont .ceoname{
		text-align:center;
		color:#fff;
		font-size:15px;
		margin-top:10px;
	}
	
	
	#sub .greeting .sec02 .cont .ceoname span{
		color:#fff;
		font-size:20px;
	}
	#sub .greeting .sec02 .cont .btext{
		color:#fff;
		font-size:20px;
		text-align:center;
		margin-top:30px;
		letter-spacing:-0.7px;
	}
	
	#sub .greeting .sec02 .cont .btext span{
		color:#8ed661;
	}
	
}








@media screen and (max-width: 540px){
	
	
	#sub .greeting .sec02 .bg{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	
	#sub .greeting .sec02 .bg img{
		width:280%;
		vertical-align:bottom;
	}
	
	#sub .greeting .sec02 .cont{
		width:94%;
		position:absolute;
		z-index:9;
		left:50%;
		margin-left:-47%;
		bottom:15%;
		margin-top:20px;
	}
	
	#sub .greeting .sec02 .cont .stext{
		text-align:center;
		color:#fff;
		font-size:14px;
		letter-spacing:-0.7px;
	}
	
	#sub .greeting .sec02 .cont .ceoname{
		text-align:center;
		color:#fff;
		font-size:14px;
		margin-top:10px;
	}
	
	
	#sub .greeting .sec02 .cont .ceoname span{
		color:#fff;
		font-size:18px;
	}
	#sub .greeting .sec02 .cont .btext{
		color:#fff;
		font-size:18px;
		text-align:center;
		margin-top:30px;
		letter-spacing:-0.7px;
	}
	
	#sub .greeting .sec02 .cont .btext span{
		color:#8ed661;
	}
	
}







@media screen and (max-width: 425px){
	
	
	#sub .greeting .sec02 .bg{
		width:100%;
		position:relative;
		overflow:hidden;
	}
	
	#sub .greeting .sec02 .bg img{
		width:360%;
		vertical-align:bottom;
	}
	
	
}







.qna_snslist{
	width:100%;
	padding:30px 0px 30px 0px;
}
.qna_snslist .call{
	width:20%;
	display:inline-block;
	border:1px solid #60aa30;
	vertical-align:middle;
	padding:15px;
	margin-left:15px;
	text-align:center;

}

.qna_snslist .kakao{
	margin-left:0px;
	border:0;
	background-color:#ffd71e;
	width:20%;
	display:inline-block;
	vertical-align:middle;
	padding:15px;
	margin-left:15px;
	text-align:center;
}

.qna_snslist .call .icon{
	width:40px;
	display:inline-block;
	vertical-align:middle;
	
}

.qna_snslist .call .icon img{
	width:100%;
	vertical-align:middle;
}

.qna_snslist .call .text{
	font-size:15px;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:-0.7px;
	
}





.qna_snslist .kakao .icon{
	width:40px;
	display:inline-block;
	vertical-align:middle;
	
}

.qna_snslist .kakao .icon img{
	width:100%;
	vertical-align:middle;
}

.qna_snslist .kakao .text{
	font-size:15px;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:-0.7px;
}

