/* 메인 상품 목록 스킨 20, 메인 상품 목록 스킨 10 */
.sct_101 .sct_li {border:1px solid transparent;float:left;display:inline-block;width:292px !important;margin-top:0;margin-bottom:45px;margin-left:10px;text-align:left;}
.sct_101 .sct_li:hover {border:1px solid #e9962f;}
.sct_101 .sct_li:hover .sct_txt a{color:#fff}
.sct_101 .sct_li:hover .sct_cost{color:#fff}
.sct_101 .sct_li:hover .ev_prd_soldout{color:#fff}
.sct_101 .sct_li:hover .sct_basic{color:#fff}
.sct_101 .sct_li:hover .ev_prd_countdown{color:#fff}
.sct_101 .sct_li:hover .sct_discount{color:#fff}
.sct_101 .sct_li:hover .sct_discount_rate{color:#fff}
.sct_101 .sct_li:hover .sct_cnt{background: #e9962f
}
.sct_101 .sct_li:nth-child(4n+1) {margin-left:0;clear:both}
.sct_101 .sct_rank {position:absolute;left:0;top:275px;font-size:1.4em;background:#f54947;z-index:99;color:#fff;padding:5px 0;width:100%}
.sct_101 .sct_rank_1:before {font-family:"Font Awesome 5 Free";content:"\f004";display:inline-block;margin-right:10px;vertical-align:middle}
.sct_101 .sct_rank_1:after {font-family:"Font Awesome 5 Free";content:"\f004";display:inline-block;margin-left:10px;vertical-align:middle}
.sct_101 .sct_li:hover .sct_rank_1:before,
.sct_101 .sct_li:hover .sct_rank_1:after {color:#ffbe00;text-align:center;-webkit-transition:color 1000ms linear;-ms-transition:color 1000ms linear;transition:color 1000ms linear}

.sct_101 .sct_cnt {text-align:left;padding:5px}
/*.sct_101 .sct_li:hover .sct_cnt {background:#f54947;color:#fff}*/
/*.sct_101 .sct_li:hover .sct_txt a,*/
/*.sct_101 .sct_li:hover .sct_cost {color:#fff}*/
/*.sct_101 .sct_li:hover .sct_discount {color:#ffb5b4}*/
.sct_101 .sct_li:hover .sct_rank {background:#fff;color:#f54947}
.sct_101 .sct_txt {padding:10px 0;font-size:1.8em;font-weight:500;color:#000;text-align: left}

.sct_101 .sct_basic {font-size:1.2em;margin-bottom:10px;color: #757575}
.sct_sm_wht{color:#fff;height:1px;overflow: hidden}
.sct_101 .sct_cost {font-size:1.8em;color:#000;font-weight:bold;position:relative;
display: flex;
}
.sct_101 .sct_discount {//display:block;margin:0 0 5px;color: #ba261c;font-weight:normal;text-decoration:line-through;font-size:0.8em;}
.sct_101 .sct_discount_rate{
    /*float: right;*/
    color: #ba261c;
    /*font-size: 1.2em;*/
    font-weight: 800;
    /*vertical-align: middle;*/
    text-align: center;
    margin-right: 10px;
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
}
.sct_101 .sct_discount_rate span{
    font-size: 0.8em;
    font-weight: normal;
}
.sct_101 .sct_icon_wrap{font-size: 1rem;color: #757575;display: flex;column-gap: 10px;}
.sct_101 .sct_a {display:block;position:relative;text-decoration:none}
.sct_101 .sct_a:focus, .sct_101 .sct_a:hover {text-decoration:none}
.sct_101 .sct_img {position:relative;overflow: hidden;}
.sct_101 .sct_img img {border:1px solid #ccc;
    //outline: 3px solid #ea972f; /* 테두리 두께와 색상 설정 */
    //outline-offset: -3px; /* 테두리가 요소 내부로 이동하게 설정 */
}
.sct_101 .sct_img .sct_discount_rate_img {position:absolute;right:0;top:0;background:#ba261c;color:#fff;font-size:1.5em;line-height:3rem;font-weight:bold;padding:5px 10px;display: none;}

.sct_101 .sct_btn {display:none;position:absolute;bottom:0px;text-align:center;width:100%;background-color:#000;opacity:.7;transition: all ease 0.3s;}
.sct_101 .sct_li:hover .sct_btn {display:block}
.sct_101 .sct_li:hover .sct_item_details {display:block;top:0px;left:0;opacity: 0.7;padding:10px;cursor:pointer}
.sct_101 .sct_cart {background-color:#000;opacity:.7;transition:all .3s;display:inline-block;font-size:1.4em;width:40px;height:40px;color:#fff;border:0;text-align:center;}
.sct_101 .sct_cart:hover {background:#f54947;opacity:1}
.sct_101 .sct_wish {background-color:#000;opacity:.7;transition:all .3s;display:inline-block;font-size:1.4em;width:40px;height:40px;color:#fff;border:0;text-align:center;}
.sct_101 .sct_wish:hover {background:#f54947;opacity:1}
.sct_101 .sct_icon {position:absolute;top:15px;left:15px;display:inline-block;width:38px;margin:0;line-height:25px;font-size:14px}
.sct_101 .sct_icon img {display:block;margin:0 0 3px}
.sct_101 .shop_icon_soldout {position:absolute;right:-209px;top:0;left:inherit}
.sct_101 .sct_id {display:block;padding:5px 10px 0;background:#f2f5f9}
.sct_101 .sct_item_details {color:#fff;position:absolute;top:50px;left:0;background-color:#000;opacity:0;padding:10px;
    height: 100%;
    width: 100%;
    transition: all ease 0.3s;
}
.sct_101 .sct_item_details li{
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 10px;
}
.sct_cart_btn, .sct_wish_btn {display:inline-block}
.sct_101 .sct_sns {position:absolute;bottom:10px;right:10px}
.sct_101 .sct_li .sct_sns {display:none;position:absolute;bottom:10px;right:0px;text-align:center;z-index:60;width:100%}
.sct_101 .sct_li:hover .sct_sns {display:block}

.sct_101 .sct_li .sct_sns a {display:inline-block;border-radius:50%;margin:2px;width:40px;text-align:center;height:40px;padding:10px 0;background:rgba(0,0,0,0.4)}
.sct_101 .sct_li .sct_sns .share-facebook:hover {background:#415b92}
.sct_101 .sct_li .sct_sns .share-twitter:hover {background:#35b3dc}
.sct_101 .sct_li .sct_sns .share-googleplus:hover {background:#d5503a}
.sct_101 .sct_li .sct_sns img {width:18px}

.sct_101 .sct_sns2 {}
.sct_101 .sct_li .sct_sns2 {text-align:center;z-index:60;width:100%}
.sct_101 .sct_li .sct_sns2 a {display:inline-block;border-radius:50%;margin:2px;width:30px;text-align:center;height:30px;line-height:27px;background:rgba(0,0,0,0.4)}
.sct_101 .sct_li .sct_sns2 .share-facebook:hover {background:#415b92}
.sct_101 .sct_li .sct_sns2 .share-twitter:hover {background:#35b3dc}
.sct_101 .sct_li .sct_sns2 .share-googleplus:hover {background:#d5503a}
.sct_101 .sct_li .sct_sns2 img {width:18px}

.sct_101 .sct_cartop {display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;background:rgba(255, 255, 255, 0.9);padding:20px;text-align:left;z-index:90}
.sct_101 .sct_cartop label,
.sct_101 .sct_li:hover .sct_cartop label {display:inline-block;margin-bottom:5px;font-weight:bold;color:#000}
.sct_101 .sct_cartop select {margin-bottom:10px;height:30px;line-height:28px;background-size:30px}
.sct_101 .sct_cartop .cartopt_cart_btn {background:#000;color:#fff;border:0;width:100%;height:35px;border-radius:3px}
.sct_101 .sct_cartop .cartopt_close_btn {background:#fff;border:1px solid #aaa;margin-top:4px;color:#333;width:100%;height:35px;border-radius:3px}

.sct_101 .sct_cartop select.it_option,select.it_supply {width:100%;height:40px;line-height:38px;font-size:13px;color:#000;border:1px solid #d2d2d2;background:url('../basic/img/select.png') no-repeat right #fff;text-indent:10px;vertical-align:middle !important;outline:none;-webkit-appearance:none;-moz-appearance:none}
.sct_101 .sct_cartop select.it_option:hover, .sct_101 .sct_cartop select.it_supply:hover {background-color:#fdfdfd}
.sct_101 .sct_cartop select.it_option:focus, .sct_101 .sct_cartop select.it_supply:focus {background-color:#fdfdfd}
.sct_101 .sct_cartop select.it_option option {background:#fff;padding:5px}

#sev .ev_li .ev_prd_countdown {display: block;}

#sct_more {
    display: flex;
    justify-content: center;
}
#sct_more span{
font-weight: bold;
font-size: 1.25em;
border-radius: 3px;
    background: #ba261c;
    color: #fff;
    border: 0;

    text-align: center;
    padding: 10px 100px;
}