@charset "utf-8";

/* 메인 제품갤러리*/
.main_product_wrap {position:relative;width:100%;max-width:1200px; margin:0px auto;clear:both; margin-top:40px;}
.main_product_wrap span.slider_prev { position:absolute;top:0px;z-index:10;opacity:0.5; left:0px;margin-left:-65px;margin-top:130px;}
.main_product_wrap span.slider_next { position:absolute;top:0px;z-index:10;opacity:0.5; right:0px;margin-right:-65px;margin-top:130px;}
.main_product_wrap span.slider_prev:hover { opacity:1;}
.main_product_wrap span.slider_next:hover { opacity:1;}

.main_product {width:100%;}
.main_product .item .item_info {width:100%; max-width:188px;border:1px solid #ddd;cursor:pointer;margin:0 auto;}
.main_product .item .item_info td {font-size:11px;line-height:2.2;padding:8px; 0px;text-align:center;color:#fff;background-color:#666;background-image:url('./img/m_bg.png');background-repeat:no-repeat;background-position:right bottom;}
.main_product .item .item_info td strong {font-size:14px;font-weight:bold;}
.main_product .item .item_info td hr {color:#fff;width:45px;opacity:0.5;margin:0px auto;}
.main_product .item .item_info th {position:relative;}
.main_product .item .item_info th div.over_opacity {display:none;position:absolute;width:100%;height:100%;background:rgba(0, 0, 0, 0.1);}

.main_product .item .item_info:hover {border:1px solid #999;}
.main_product .item .item_info:hover td {background-color:#eb1a23;}
.main_product .item .item_info:hover th div.over_opacity {display:block;}

.main_product .owl-nav {
	display:none;
}

@media (max-width: 768px) {
	.main_product .item .item_info {max-width:150px;}
	.main_product .item .item_info img.image {width:150px !important;height:auto !important;}
}