@charset 'utf-8';

	.font {
	font-family: 'Nanum Gothic', 'Roboto Condensed', sans-serif;
}

* {
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
	color: #333;
	font-family: 'Roboto Condensed', '맑은 고딕', sans-serif;
}

body,header,footer {
	padding: 0;
	margin: 0;
}

header,section,footer,div,p,ul,ol,li,
#wrap {
	display: block;
}

img {
	border: none;
	vertical-align: top;
}

li {
	list-style-type: none;
}

a:link,
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover,
a:focus {
	/*outline:none;*/
}

	.over_hi{
		overflow: hidden;
	}

	.main_visual1{
		background: url(../images/m_visual3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 300px;
		position: relative;
		width: 100%;
	}

	.main_visual2{
		background: url(../images/m_visual1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 300px;
		position: relative;
		width: 100%;
	}

	.main_title{
		position: absolute;
		top: 0;
		left: 0;
		padding: 16% 5%;
	}

	.main_title p{
		font-size: 24px;
		font-family: 'Noto Sans KR', sans-serif;
		color: #fff;
		font-weight: bold;
		line-height: 1.5;

	}

	.main_title span{
		font-size: 24px;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight: bold;
		color: #FFFF00;
	}

	.main_title2{
		position: absolute;
		top: 0;
		left: 0;
		padding: 20% 5%;
	}

	.main_title2 p{
		font-size: 24px;
		font-family: 'Noto Sans KR', sans-serif;
		color: #0e215a;
		line-height: 1.5;

	}

	.main_title2 span{
		font-size: 24px;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight: bold;
		color: #0e215a;
	}

	.main_banner{
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.mb_wrap{
		background: url(../images/main_banner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 120px;
	}

	.mb_title{
		padding-top: 25px;
	}

	.mb_title h3{
		width: 200px;
		background-color: #ff8a00;
		margin: 0 auto;
		color: #fff;
		font-size: 20px;
		text-align: center;
		padding: 8px 0;
	}

	.mb_wrap p{
			padding-top: 10px;
			color:#fff;
			font-size: 18px;
			text-align: center;
	}

	.main_sec2_wrap{
		max-width: 1200px;
		margin: 0 auto;
	}

	.sec2_title li{
		float: left;
	}

	.sec2_title p{
		margin-left: 10px;
		margin-top: 3px;
		font-weight: bold;
		font-size: 20px;
	}

	.sec2_list1{
		width: 100%;
		border-top: 2px solid #861818;
		margin-top: 20px;
		border-collapse: collapse;
	}

	.sec2_list2{
		width: 100%;
		border-top: 2px solid #0e215a;
		margin-top: 20px;
		border-collapse: collapse;
	}

	.sec2_list1 td{
		padding: 2% 0 2% 0;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
	}

	.sec2_list2 td{
		padding: 2% 0 2% 0;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
	}

	.main_sec2_1{
		width: 100%;
		padding: 10px 20px;
	}

	.main_sec2_2{
		width: 100%;
		padding: 20px 20px;
	}

	.chamgo_site{
			max-width: 1200px;
			margin: 30px auto;
	}

	.site_list{
			width: 100%;
	}

	.site_list img {
			width: 100%;
	}

	.site_list td{
			padding: 5px 5px;
	}

		.main_con2{
			background: url(../images/main_img2.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    height: 150px;
	    width: 100%;
	    float: right;
	    margin-left: 1%;
			display: flex;
	justify-content: center;
	align-items: center;
		}


		.main_con1_btn2 p{
			width: 120px;
			    padding: 11.4px 0;
			    text-align: center;
			    background-color: #8d6da5;
			    color: #fff;
		}

		.main_con1_img2{
			width: 50px;
			padding: 10px 0;
			text-align: center;
			background-color: #785692;
		}

		.main_con1_btn2 ul{
			max-width: 170px;
			margin: 0 auto;
			padding: 30px 0 0 0;
		}
	.main_con1_btn2 a{
		float: left;
	}
