#About {
	padding-top: 9%; /* 상단 여백 설정 */
	width: 100%;
	height: 500%;
}

.About_Main {
	padding-bottom: 3%;
	position: relative;
	width: 100%;
	height: 200%;
}

.About_header {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family : 'Nanum Gothic';
	background-color : red;
	color: white; /* 글씨 색상 설정 */
	padding-top: 0; /* 상단 여백 설정 */
}

.About_header h2 {
	font-size: 65%; /* 글씨 크기 설정 */
	text-transform: uppercase; /* 대소문자 변환 */
	padding : 20px 10% 25px 17%;
	padding-bottom: 3%; /* h2의 아래 여백 설정 */
    padding-right: 1%;
	font-family : 'Nanum Gothic';
	font-weight: bolder;
}

/* dl dt dd 주석처리 */
.About_content_img {
	width : 100%;
	display: inline-block;
	padding-bottom: 3%;
	font-size: 15px;
	color: #000;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
	
}

/* dl dt dd 주석처리 */
.About_Text_1 {
	padding-top: 2%;
	font-size: 130%;
	color: red;
}

/* dl dt dd 주석처리 */
.About_Text_2 {
	padding-top: 5%;
	font-size: 120%;
}
/* history dt css */
.About_history_1 {
	padding-top: 2.2%;
	font-size: 130%;
	color: red;
}

.About_history_2 {
	padding-top: 3%;
	font-size: 200%;
	text-align: left;
	font-family : 'Nanum Gothic';
	font-weight: 700;
}

.About_history_3 {
	font-size: 110%;
	text-align: left;
	font-family : 'Nanum Gothic';
	font-weight: 700;
}

.About_item {
	padding-top: 10px;
	text-align: center;
}

.About_Box {
	width: 325px;
	height: 250px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #C4C4C4;
	transition: .7s;
	border-style: none;
}

.About_Box h2 {
	font-size: 150%;
	font-family : 'Nanum Gothic';
	font-weight: 700;
}
.About_Box p {
	font-size: 100%;
	font-family : 'Nanum Gothic';
	font-weight: 600;
}

.About_icon-1 {
    width: 125px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    border-style: none;
    transition: .7s;
    background: url(../img/About/img1.png) no-repeat scroll top center / cover;
    background-size : 50px 35px;
    background-position: center;
}

.About_icon-2 {
    width: 125px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    border-style: none;
    transition: .7s;
    background: url(../img/About/img2.png) no-repeat scroll top center / cover;
    background-size : 50px 35px;
    background-position: center;
}

.About_icon-3 {
    width: 125px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    border-style: none;
    transition: .7s;
    background: url(../img/About/img3.png) no-repeat scroll top center / cover;
    background-size : 50px 35px;
    background-position: center;
}

.About_img {
	width : 100%;
	height : 410px;
}