@CHARSET "UTF-8";

/* 2020. 06. 02 측면 퀵메뉴 추가부분 */

/* pc용 최근 본상품, 카드 혜택 배너*/
/*index*/
div.index_right_latest_product_benefit{position:absolute; right:25px; top:30px; width:110px; z-index:9999;  
	-webkit-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s;  transition:all 0.3s;}
div.index_right_latest_product_benefit.scroll_up{position:absolute; top:30px;}
div.index_right_latest_product_benefit.scroll_down{position:fixed; top:71px;}
/*sub*/
div.right_latest_product_benefit{position:absolute; right:25px; top:30px; width:110px; z-index:200; 
	-webkit-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s;  transition:all 0.3s;}
/*index, sub common*/
.latest_product_wrap{ border:2px solid #18b3b7; background-color:#ffffff;}
.latest_product_list{padding:20px 15px;}
.latest_product_list>strong{display:block; font-weight:500; color:#333333; text-align:center; font-size:14px;}
.latest_product_list>ul{margin-top:10px;}
.latest_product_list>ul>li{ border:1px solid #dddddd;}
.latest_product_list>ul>li>a{display:block;}
.latest_product_list>ul>li+li{margin-top:10px;}
/*prev, next button*/
.latest_product_list_arrow{margin-top:10px; position:relative;}
.latest_product_list_arrow>a{font-size:0; text-indent:-999999px; border:1px solid #dddddd; background-color:#ffffff; width:16px; height:16px; position:absolute; top:0;}

.latest_product_list_arrow>p{text-align:center;  line-height:16px; width:40px; margin:0 auto; }
.latest_product_list_arrow>p>span{padding:0 3px; font-size:12px;}
.latest_product_button_prev{left:0;}
.latest_product_button_prev:before{content:''; width:5px; height:5px; display:block; border:1px solid #999999; border-right-width:0; border-bottom-width:0;
		ransform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg); -o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);
		position:absolute; top:4px; left:5px;}
.latest_product_button_next{right:0;}
.latest_product_button_next:before{content:''; width:5px; height:5px; display:block; border:1px solid #999999; border-left-width:0; border-top-width:0;
		ransform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg); -o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);
		position:absolute; top:4px; left:3px;}
 
/*모바일용 최근 본상품 latest_product_m.asp*/
/*본 상품이 없을때*/
.nothing_seen{border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; padding:40px 0; text-align:center; font-size:14px;}
.nothing_seen>p{margin-top:20px;}
/*본 상품이 있을때*/
.m_latest_product_list>li{padding:10px 0; position:relative; border-top:1px solid #dddddd; font-size:0;}
.m_latest_product_list>li:last-child{border-bottom:1px solid #dddddd;}
.m_latest_product_list>li>a{position:absolute; left:0; top:0; width:100%; height:100%; display:block; font-size:0; text-indent:-999999px;}
.m_latest_product_list>li>*{display:inline-block; vertical-align:middle; font-size:13px;}
.m_latest_product_img{width:45%;}
.m_latest_product_img>span{display:block; width:100%;}
.m_latest_product_img>span>img{width:100%;}
.m_latest_product_info{width:55%; padding-left:40px;}
.m_latest_product_info h3{display:inline-block; border:1px solid #dddddd; padding:1px 8px; font-weight:400;  font-size:12px; }
.m_latest_product_info strong{display:block; font-size:14px; font-weight:500; color:#333333;margin-top:3px;}
.m_latest_product_info .m_product_price{margin-top:8px;}
.m_latest_product_info .m_product_price dl{font-size:0;} 
.m_latest_product_info .m_product_price dl dt, .m_latest_product_info .m_product_price dl dd{display:inline-block; width:50%; font-size:13px; vertical-align:top;}
.m_latest_product_info .m_product_price dl dd{text-align:right;}
.m_latest_product_info .m_product_price dl dd>span{font-size:14px; color:#333333; font-weight:600;}
.m_latest_product_info .m_product_price .m_card_benefit dd,.m_latest_product_info .m_product_price .m_card_benefit dd span{color:#ef2d7a;}

/*최근 본 상품, 카드 혜택 배너*/
/* div.index_right_latest_product_benefit, div.right_latest_product_benefit{display:none;} */

/*모바일용 최근 본상품 latest_product_m.asp*/
/*본 상품이 있을때*/
.m_latest_product_info{padding-left:10px;} 