@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/visual2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 500px;
		position: relative;
	}

	.main_visual2{
		background: url(../images/visual1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 500px;
		position: relative;
	}

	.main_visual3{
		background: url(../images/visual3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 500px;
		position: relative;
	}

	.main_title{
		position: absolute;
		top: 30%;
		left: 15%;
		z-index: 9999;
	}

	.main_title p{
		font-size: 55px;
		font-family: 'Noto Sans KR', sans-serif;
		letter-spacing: -3px;
		color: #fff;

	}

	.main_title span{
		font-size: 55px;
		font-family: 'Noto Sans KR', sans-serif;
		letter-spacing: -3px;
		font-weight: bold;
		color: #fff;
	}

	.main_title2{
		position: absolute;
		top: 25%;
		left: 15%;
		z-index: 9999;
	}

	.main_title2 p{
		font-size: 55px;
		font-family: 'Noto Sans KR', sans-serif;
		letter-spacing: -3px;
		color: #0f3a64;

	}

	.main_title2 span{
		font-size: 55px;
		font-family: 'Noto Sans KR', sans-serif;
		letter-spacing: -3px;
		font-weight: bold;
		color: #0f3a64;
	}

	.main_title3{
		position: absolute;
		top: 25%;
		left: 50%;
		margin-left: -635px;
		z-index: 9999;
	}

	.main_title3 p{
		font-size: 55px;
		font-family: 'Noto Sans KR', sans-serif;
		letter-spacing: -3px;
		text-align: center;
		font-weight: bold;
		color: #fff;

	}

	.main_title3 span{
		font-size: 55px;
		font-family: 'Noto Sans KR', sans-serif;
		letter-spacing: -3px;
		font-weight: bold;
		color: #FFFF00;
	}

	.main_banner{
		margin: 0 auto;
	}

	.mb_wrap{
		background: url(../images/main_banner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 250px;
	}

	.mb_title{
		padding-top: 70px;
	}

	.mb_title h3{
		width: 350px;
		background-color: #ff8a00;
		margin: 0 auto;
		color: #fff;
		font-size: 30px;
		text-align: center;
		padding: 10px 0;
	}

	.mb_wrap p{
			padding-top: 25px;
			color:#fff;
			font-size: 24px;
			text-align: center;
	}

	.main_sec2_wrap{
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 60px;
	}

	.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{
		float: left;
		width: 50%;
		padding: 0 2% 0 0;
	}

	.main_sec2_2{
		float: left;
		width: 50%;
		padding: 0 0 0 2%;
	}

	.chamgo_site{
			max-width: 1200px;
			margin: 50px 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: 300px;
    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;
}
