/* 모바일 index */

/* 메인배너 */
.main_banner { 
	width: 100%;
	height:470px; 
	background: url(/images/m/main/main_banner_m.jpg) no-repeat center center;
	background-size: cover;
}

    .main_banner>p { 
			text-align: center; 
			font-weight: bold; 
			color:#fff; 
			line-height: 150%;
		}
    .main_bn_title1 { 
			font-size: 20px; 
			padding-top: 150px;
		}
    .main_bn_title2 { 
			font-size: 36px;
		}
    .main_bn_title3 { 
			font-size: 18px; 
			width: 300px; 
			height: 33px; 
			background: #6a0000; 
			border-radius: 25px; 
			padding-top: 5px; 
			margin: 5px auto; 
			margin-bottom: 10px;
		}
    .main_bn_title4 { 
			font-size: 16px; 
		}
		
/* 경영이념,회사개요,회사연혁,오시는 길*/
.main_core_value {
	width:100%;
	height:96px;
	background: url(/images/m/main/business_con_img_m1.jpg) no-repeat center center;
	background-size: cover;
}
.main_over_view {
	top:0;
	width:100%;
	height:96px;
	background: url(/images/m/main/business_con_img_m2.jpg) no-repeat center center;
	background-size: cover;
}
.main_history {
	width:100%;
	height:96px;
	background: url(/images/m/main/business_con_img_m3.jpg) no-repeat center center;
	background-size: cover;
}
.main_map {
	width:100%;
	height:96px;
	background: url(/images/m/main/business_con_img_m4.jpg) no-repeat center center;
	background-size: cover;
}

.business_title {
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-align: center;
	padding-top:35px;
}


/* 제품소개 */
.product_contants {
	width: 100%;
	height: 300px;
}
.product_contants>p {
	margin: 0;
	padding: 20px 0;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.product {
	width:95px;
	height:150px;
	margin:3%;
	overflow:hidden;
}
.product>a>img {
	width:95px;
}
.pro_con>p {
	font-size:14px;
	text-align:center; 
	padding-top:5px;
}
.product_co_i {
	padding:0 40px;
}
.main_prev_arrow {
	position:absolute;
	top:75px;
	opacity:0.25;
	z-index:2000;
	cursor:pointer;
	left:2%;
}
.main_next_arrow {
	position:absolute;
	top:75px;
	opacity:0.25;
	z-index:2000;
	cursor:pointer;
	right:2%;
}

/* 공지사항,문의사항 */
.notice_contants {
	width:100%;
}

.con_notice_box {
	width:50%;
	height:96px;
	background:#8e0000;
	float:left;
}
.con_board_box {
	width:50%;
	height:96px;
	background:#f2f2f2;
	float:right;
}
.notice_con_box>p {
	font-size:18px;
	text-align:center;
	font-weight:700;
	padding:25px 0 5px;
}
.notice_con_box>span {
	font-size:13px;
	text-align:center;
	display:block;
}