@charset "utf-8";

.mainwrap{
	left: 50%;
	top: 100px;
	color: #000;
	width: 1400px;
	position: relative;
	transform: translateX(-50%);
	text-align: center;
}
.aboutwrap{
	width: 1190px;
	position: relative;
	margin: auto;
}
.mainwrap_title{
	font-size: 50px;
	font-family: 'KoPub Dotum', sans-serif;
	font-weight: 700;
}
.section-box-01{
	top: 40px;
	text-align: left;
	position: relative;
}
.section-box-02{
	top: 50px;
	text-align: left;
	position: relative;
}
.td1{
	width: 45%;
}
.td2{
	width: 10%;
}
.td3{
	width: 45%;
}

@media screen and (min-width:320px) and (max-width: 1400px) {
	.mainwrap{
	left: 50%;
	top: 150px;
	color: #000;
	width: 95%;
	position: relative;
	}
	.aboutwrap{
	width: 100%;
	position: relative;
	margin: auto;
	}
		.td1{
	width: 49%;
	}
	.td2{
		width: 2%;
	}
	.td3{
		width: 49%;
	}
	
}