/* BASIC css start */
/* 상품 호버시 */
ul.prdlist_hover .product_contents_info { display: none; }
ul.prdlist_hover .product_contents_info .button { display: none; }
ul.prdlist_hover .prdImgWrap { position: relative; }
ul.prdlist_hover .prdImgBg { position: absolute; left: 0px; top: 0px; background:url("/SkinImg/prd_hover_line_bg.png") no-repeat center center rgba(255,255,255,0.6); }
ul.prdlist_hover .prdImgButton { 
	display: none;
	overflow: hidden;
	position: absolute; 
    z-index: 1000;
    left: 0;
    top:45% !important;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 400;
	cursor:pointer;
}

ul.prdlist_hover .product_contents_info {
	display: none;
	position: absolute; 
	z-index: 99999;
	text-align: center;	
	height:40px; 
	padding:10px 15px; 
	color:#fff;
    background: #fff; 
    background: rgba(255,255,255,0.8); 
    background: transparent !ie; 
	*background:#fff;
    zoom:1;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);
}
ul.prdlist_hover .prdImgButton p.name { margin-bottom: 5px; text-align: center; overflow:hidden; word-break:break-all;}
ul.prdlist_hover .prdImgButton p.name a { font-size: 14px !important; color: #000 !important; font-weight:400 !important; letter-spacing:0.05em;}
ul.prdlist_hover .prdImgButton .xans-product-listitem { padding-left: 20px; padding-right: 20px; }
ul.prdlist_hover .prdImgButton .xans-product-listitem li { text-align: center; line-height: 18px;  }
ul.prdlist_hover .prdImgButton p.name .zoom { display: none;}
ul.prdlist_hover .prdImgButton .icon { display: none; }
ul.prdlist_hover .prdImgButton a { text-decoration: none; }

ul.prdlist_hover .product_list_item li span.product_dc_price {
    color: #0d0d0d;
    font-weight: 800;
    font-size: 12px;
}





/* widget_marquee_product */
.widget_marquee_product { visibility: hidden; position:relative; overflow: hidden; margin:80px 0 80px 0; padding:0; background-color:#fff; }
.widget_marquee_product:after { content:""; display:block; clear:both; }

.widget_rolling_product h2 {margin-bottom:20px;}


.widget_marquee_product ul.prdList { display: table; table-layout: fixed; width: 100%; margin:0; padding:0; border:0;}
.widget_marquee_product ul.prdList li.item { display: table-cell; vertical-align:top; font-size:12px; line-height:16px; }
.widget_marquee_product ul.prdList li.item .box { margin:0 5px;}

.widget_marquee_product ul.prdList .prdImg {position: relative; display:block;}
.widget_marquee_product ul.prdList .prdImg img { position: relative; display:block; max-width:100%; max-height: 100%; }

.widget_marquee_product ul.prdList li.item .product_contents_info .name {margin-bottom:0;}
.widget_marquee_product ul.prdList li.item .product_contents_info,
.widget_marquee_product ul.prdList li.item .product_contents_info .xans-product-listitem li {text-align:center;}


.widget_marquee_product .marquee_control {}
.widget_marquee_product .marquee_control a.prev {
	position:absolute; 
	z-index:1001; 
	top:57%;
	left:0px; 
	width: 30px; 
	height: 40px; 
	background: url('/design/kwonjo/trend9/kwonjo2/imgs/main_rolling_product_bt_prev2.png') center center no-repeat;  
	background-color:rgba(255,255,255,0.5);
	text-indent: -9999px; 
}
.widget_marquee_product .marquee_control a.prev:hover { background-color:rgba(0,0,0,0.2); }

.widget_marquee_product .marquee_control a.next {
	position:absolute; 
	z-index:1001; 
	top:57%;
	right:0px; 
	width: 30px; 
	height: 40px; 
	background: url('/design/kwonjo/trend9/kwonjo2/imgs/main_rolling_product_bt_next2.png') center center no-repeat; 
	background-color:rgba(255,255,255,0.5);
	text-indent: -9999px; 
}
.widget_marquee_product .marquee_control a.next:hover { background-color:rgba(0,0,0,0.2); }

/* BASIC css end */

