@charset "utf-8";

/* items2 롤링 스킨 (Swiper) - items 스킨과 구분 */
#product_items_rolling_items2{width:100%; margin:0 auto; direction:ltr;}
#product_items_rolling_items2:after{content:""; display:block; clear:both;}
#product_items_rolling_items2 .swiper_simple_items2{position:relative; width:100%; overflow:hidden; min-height:180px;}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-wrapper{height:auto !important; align-items:flex-start; box-sizing:border-box;}
#product_items_rolling_items2 .swiper_simple_items2:after{content:""; display:block; clear:both;}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide{position:relative; padding:0; margin:0; width:calc((100% - 50px) / 6); height:auto !important; flex-shrink:0;}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2{position:relative; width:100%; background:white; overflow:hidden; transition:0.5s all ease; box-shadow:0 4px 9px rgba(0,0,0,0.15);}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2:hover{box-shadow:none;}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2 .item-link-items2{display:block; text-decoration:none; color:#000;}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2 .item-img-items2{position:relative; width:100%; overflow:hidden; padding-bottom:71.428%; background:#f0f0f0;}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2 .item-img-items2 img{position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; display:block; object-fit:cover; transition:0.5s all ease; transform:scale(1);}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2:hover .item-img-items2 img{transform:scale(1.1);}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2 .item-content-items2{position:absolute; left:0; right:0; bottom:0; width:100%; padding:10px; text-align:center; background:linear-gradient(135deg, rgba(78,78,76,0.6) 0%, rgba(91,91,98,0.6) 50%, rgba(105,105,102,0.6) 100%); color:#fff; overflow:hidden; z-index:2; transition:box-shadow 0.5s ease;}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2:hover .item-content-items2{box-shadow:none;}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2 .item-content-items2::before{content:''; position:absolute; left:50%; top:0; width:0; height:100%; background:rgba(110, 102, 62, 0.6); transform:translateX(-50%) scaleX(0); transform-origin:center; transition:transform 0.5s ease, width 0.5s ease; z-index:-1;}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2:hover .item-content-items2::before{width:100%; transform:translateX(-50%) scaleX(1);}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2 .item-content-items2 .item-subject-items2{display:block; font-size:0.95em; color:#fff; line-height:1.4; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide .item-box-items2 .item-content-items2 .fa-lock{display:inline-block; line-height:14px; width:16px; font-size:0.833em; color:#4f818c; background:#cbe3e8; text-align:center; border-radius:2px; font-size:12px; border:1px solid #cbe3e8; vertical-align:middle; margin-right:5px;}
#product_items_rolling_items2 .swiper-pagination-items2{margin-top:20px; text-align:center;}
#product_items_rolling_items2 .swiper-pagination-items2 .swiper-pagination-bullet{margin:0 3px; width:10px; height:10px; background:#ddd; border-radius:50px; transition:0.3s all ease;}
#product_items_rolling_items2 .swiper-pagination-items2 .swiper-pagination-bullet-active{background:#29666f;}
#product_items_rolling_items2 .empty_item_items2{line-height:145px; color:#666; text-align:center; padding:0;}

/* 반응형 swiper-slide 너비 조정: 6 > 5 > 4 > 3 > 2, 좌우 여백 없음 (360px 미만에서도 2개 유지) */
@media all and (max-width:359px){
	#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide{width:calc((100% - 10px) / 2);}
}
@media all and (min-width:360px) and (max-width:480px){
	#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide{width:calc((100% - 10px) / 2);}
}
@media all and (min-width:481px) and (max-width:767px){
	#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide{width:calc((100% - 20px) / 3);}
}
@media all and (min-width:768px) and (max-width:1199px){
	#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide{width:calc((100% - 30px) / 4);}
}
@media all and (min-width:1200px) and (max-width:1599px){
	#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide{width:calc((100% - 40px) / 5);}
}
@media all and (min-width:1600px){
	#product_items_rolling_items2 .swiper_simple_items2 .swiper-slide{width:calc((100% - 50px) / 6);}
}

/* lt_info 숨기기 */
.lt_info{display:none !important;}
