/* 메인 슬라이드 */
.slider-wrapper{
	position: relative;
	overflow: hidden;
	width: 1024px;
	height: 450px;
	overflow: hidden;
	margin: 0 auto;
}

.slider {
	width: 1024px;
	height: 450px;
	margin: 0 auto;
}

.image-slide01 {
	width: 100%;
	height: 450px;
	background: url(../make_img/main/img_slider01.jpg) no-repeat center top;
}

.image-slide02 {
	background: url(../make_img/main/img_slider02.jpg) no-repeat center top;
}

.image-slide03 {
	background: url(../make_img/main/img_slider03.jpg) no-repeat center top;
}

.image-slide04 {
	background: url(../make_img/main/img_slider04.jpg) no-repeat center top;
}

.image-slide05 {
	background: url(../make_img/main/img_slider05.jpg) no-repeat center top;
}

.image-slide06 {
	background: url(../make_img/main/img_slider06.jpg) no-repeat center top;
}

.word-main02-01 {
	width: 1024px;
	height: 120px;
	font-size: 45px;
	line-height: 65px;
	letter-spacing: -1px;
	text-align: center;
	color: #fff;
}

.word-main03-01 {
	width: 1024px;
	height: 140px;
	font-size: 45px;
	line-height: 65px;
	text-align: left;
	color: #fff;
}

.word-main03-02 {
	width: 1024px;
	color: #fff;
	font-size: 20px;
}

.word-main04-01 {
	width: 1024px;
	font-size: 45px;
	line-height: 65px;
	text-align: left;
	color: #fff;
}

.word-main05-01 {
	width: 579px;
	padding-right: 446px;
	text-align: right;
	border: 0px solid red;
}

.word-main05-02 {
	width: 579px;
	padding-right: 446px;
	text-align: right;
	border: 0px solid red;
}

.word-main05-03 {
	width: 579px;
	padding-right: 446px;
	text-align: right;
	border: 0px solid red;
}

.word-main05-04 {
	width: 465px;
	padding-left: 559px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
 


.btns-main {
	display: block;
	height: 25px;
}

.btns-main a {
	display: block;
	text-align: center;
	min-width: 90px;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	background: #e65c00;
	color: #fff;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}




/* 제품
.product-box {
	width: 600px;
	height: 142px;
	margin: 23px auto 0 auto;
	text-align: center;
}

.product-box h2 {
	font-size: 15px;
	color: #333740;
	margin-bottom: 11px;
}

.product-box ul {
	height: 68px;
	padding-top: 7px;
	background: url(../make_img/main/bg_product_box02.gif) repeat-x left top;
}

.product-box ul:after {
	content: "";
	clear: both;
	display: block;
}

.product-box ul li {
	float: left;
	margin-left: 32px;
}

.product-box ul li.first {
	margin-left: 0;
}
.product-box ul li a {
	position: relative;
	display: block;
	width: 72px;
	font-size: 12px;
	text-align: center;
	text-indent: -5000em;
	transition: background-image 0.2s ease-in-out;

	-o-transition: 0.2s  ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
}

.product-box ul li a img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.product-box ul li a:hover img {
	opacity: 0;
	text-decoration: none;
	color: #e65c00;
}

.product-box ul li a img.hover {
	opacity: 0;
}

.product-box ul li a:hover img.hover {
	opacity: 1;
}
*/

/* 제품 */
.product-box {
	width: 600px;
	height: 142px;
	margin: 23px auto 0 auto;
	text-align: center;
}

.product-box h2 {
	font-size: 14px;
	color: #333740;
	margin-bottom: 11px;
}

.product-box ul {
	height: 68px;
	padding-top: 7px;
	background: url(../make_img/main/bg_product_box02.gif) repeat-x left top;
}

.product-box ul:after {
	content: "";
	clear: both;
	display: block;
}

.product-box ul li {
	float: left;
	margin-left: 32px;
}

.product-box ul li.first {
	margin-left: 0;
}
.product-box ul li a {
	position: relative;
	display: block;
	width: 72px;
	font-size: 12px;
	text-align: center;
	text-indent: -5000em;
	transition: background-image 0.2s ease-in-out;

	-o-transition: 0.2s  ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
}

.product-box ul li a img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
	*display: none;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.product-box ul li a:hover img {
	opacity: 0;
	text-decoration: none;
	color: #e65c00;
}

.product-box ul li a img.hover {
	opacity: 0;
	*display: block;
}

.product-box ul li a:hover img.hover {
	opacity: 1;
}


/* UPCOMING EVENTS */
.banner-counter-area {
	clear: both;
	height: 177px;
	text-align: center;
	margin: 0 auto;
	color: #333740;
	font-size: 14px;
	border: 0px solid red;
}

.banner-counter-area:after {
	content: "";
	clear: both;
	display: block;
}

.banner-counter-area h2 {
	margin-bottom: 18px;
	font-size: 15px;
}

.banner-counter-area .banner {
	display: inline-block;
	*display: inline;
	*zooom: 1;
	padding: 0 10px;
	margin: 0 -2px;
	background: url(../make_img/main/bg_product_box.gif) no-repeat right 10px;
}

.banner-counter-area .banner.none {
	background: transparent;
}

.banner-counter-area .banner h3 {
	display: inline-block;
	*display: inline;
	*zooom: 1;
	text-align: center;
	border: 0px solid red;
}
.banner-counter-area .banner h3 img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	width: 150px;
	height: 100px;
}
