/* BASIC css start */
input[type="checkbox"]{
    width: 20px !important;
    height: 20px !important;
    padding: 0 0 0 20px !IMPORTANT;
    background: #fff url(/design/huit8/newIcon/svg/checkbox_inactive.svg) no-repeat left top !important; cursor:pointer; 
    -webkit-appearance: inherit;}

input[type="checkbox"]:checked{
    background: #fff url(/design/huit8/newIcon/svg/checkbox_active.svg) no-repeat left top !important; cursor:pointer; 
    font-weight: bold;}
    
input[type="radio"]{
    width: 28px !important;
    height: 28px !important;
    padding: 0 0 0 18px !IMPORTANT;
    background: #fff url(/design/huit8/newIcon/svg/ok_regular-inactive.svg) no-repeat left top !important; cursor:pointer; 
    -webkit-appearance: inherit;}

input[type="radio"]:checked{
    background: #fff url(/design/huit8/newIcon/svg/ok_regular-active.svg) no-repeat left top !important; cursor:pointer; 
    font-weight: bold;}

input[type="radio"], input[type="checkbox"]{border:0 !important}



#nhn_btn{
    display: table;
    width: 100%;
    padding: 5px 0 25px;}


#header,.header-area,.bottom-quick-wrap,#footer{display:none !important}


#wrap{
    padding-bottom:65px;
}

/*Àå¹Ù±¸´Ï »ó´Ü ¹è³Ê*/
.basket-top-banner{
    display:none;
    position:relative;
    font-size:0px;
    width:100%;
    margin-bottom: 20px;
}
.basket-top-banner > a{
    display:block;
    margin: 0 -15px;
}
.basket-top-banner > a > img{
    width:100%;
    vertical-align:top;
}

.cart-wrap{
    /*padding:0px 15px;*/
    /*padding-top:42px;*/
}
.cart-wrap > .title{
    /*padding-bottom:27px;*/
    top: 0;
    z-index: 3333;
    height: 60px;
    background: #000;
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
}

.cart-wrap > .title h2{
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.cart-wrap > .title h2 a.back{
    position: absolute;
    left: 14px;
    top: 7px;
    line-height: initial;}

.cart-list-container{
    margin-top: 60px;
}

.cart-list-container .cart-list-top{
    position:relative;
    padding: 20px 14px;
}
.cart-list-container .cart-list-top a.all-del{
    position:absolute;
    top:0;
    right:0;
    height:23px;
    line-height:23px;
    color:#333;
    font-size:12px;
    font-weight:bold;
}
.cart-list-container .cart-list-top label {
    display: inline-block;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
}
.cart-list-container .cart-list-top label input {
    margin-right: 8px;
    _display:none;
}

/*
.cart-list-container .cart-list-top label input + span {
    display:inline-block;
    width:13px;
    height:13px;
    margin-top:5px;
    margin-right:5px;
    background:url('/design/huit8/img/mobile/check_off.png') no-repeat center center;
    background-size:13px auto;
    vertical-align:top;
}
.cart-list-container .cart-list-top label input:checked + span {
    background:url('/design/huit8/img/mobile/check_on.png') no-repeat center center;
    background-size:13px auto;
}*/

.basket-wrap{
    border-top:1px solid #e3e3e3
}
.basket-wrap ul li{
    padding: 20px 14px;
    border-bottom: 1px solid #e3e3e3;
}
.basket-wrap ul li .list-top-btn{
    position:relative; 
    display: flex;
    /*
    height:23px;
    line-height:23px;
    padding-bottom:8px;*/
}
.basket-wrap ul li .list-top-btn .right-btn{
    position:absolute;
    top:-7px;
    right:-5px;
}
.basket-wrap ul li .list-top-btn .right-btn a{
    display:inline-block;
    text-align:center;
}
.basket-wrap ul li .list-top-btn .right-btn a img{
}

.basket-product{
    width:100%;
    font-size:0px;
}
.basket-product .thumb{
    position: relative;
    display:inline-block;
    vertical-align:top;
    width: 78px;
    height: 78px;
    margin-left: 8px;
}

.basket-product .thumb > a{display:block;
    height: 100%;
    width:100%;}

.basket-product .thumb a.wish{
    display:none;
    width: unset;
    height: unset;
    position: absolute;
    right: 0;
    bottom: 0;}

.basket-product .thumb > a >img.response100{
    height: 100%;
    width:100%;
}

.basket-product .info{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 115px);
    padding-left: 15px;
    box-sizing: border-box;
}

.basket-product .info .name{}

.basket-product .info .name a{
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    color: #3B3B3B;
    font-size: 14px;
}

.basket-product .info .option{
    line-height: 18px;
    color: #3B3B3B;
    font-size: 12px;
    margin-top: 2px;
}
.basket-product .info .price{
    margin-top: 23px;
    position:relative;
}
.basket-product .info .price span.origin{
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 700;
    vertical-align: bottom;
}

.basket-product .info .price span.dis{
    color: #AFB0BB;
    font-size: 12px;
    padding-left:9px;
    font-weight: 400;
    text-decoration: line-through;
    vertical-align: bottom;}

.basket-product .info .price a{
    position:absolute;
    top:0;
    right:0;
    width:70px;
    height:25px;
    line-height:25px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    background:#333;
    display:none;
}
.basket-product .info .price-one{
    position:relative;
    color:#3B3B3B;
    font-size:14px;
}
.basket-product .info .price-one span{
    color:#333;
    font-size:14px;
    line-height:25px;
    vertical-align:top;
}
.basket-product .info .price-one span.dis{
    color:#b2b2b2;
    font-size:12px;
    text-decoration:line-through;
}


.basket-product .opt_box{
    margin-top: 20px;}

.basket-product .opt_box .opt_change{
    border: 1px solid #AFB0BB;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    align-items: center;
    text-align: center;
    color: #3B3B3B;
    width: 144px;
    height: 36px;
    line-height: 36px;}
    

.basket-product .opt_box .qnt-wrap{
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
    border: 1px solid #AFB0BB;
    border-radius: 2px;
    height: 36px;
    width: 144px;
}
.basket-product .opt_box .qnt-wrap .qnt{
    display: block;
    vertical-align: top;
    position: relative;
}

.basket-product .opt_box .qnt-wrap .qnt a{
    display: inline-block;
    width: 38px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #AFB0BB;
}

.basket-product .opt_box .qnt-wrap .qnt a.up{
    height: 38px;
    background: url(/design/huit8/newIcon/svg/btn-Plus.svg) no-repeat center;
    background-color: #000;
    position: absolute;
    right: -1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 2222;
    border-right: 0;
    top: -1px;}
    
    
.basket-product .opt_box .qnt-wrap .qnt a.dw{
    margin-top: -1px;
    background: url(/design/huit8/newIcon/svg/btn-Minus.svg) no-repeat 51% 52%;}


.basket-product .opt_box .qnt-wrap .qnt a img{
    opacity:0;
    width:100%;
    vertical-align:top;
}
.basket-product .opt_box .qnt-wrap .qnt input{
    text-align: center !important;
    font-size: 12px !important;
    color: #000;
    border: 0px !important;
    padding: 0px !important;
    width: calc( 100% - 75px);
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
}

.basket-product .opt_box .qnt-wrap .qnt-apply{
    display:inline-block;
    vertical-align:top;
    width:40px;
    height:25px;
    line-height:25px;
    text-align:center;
    color:#fff;
    font-size:12px;
    background:#cccccc;
}

.total-price-wrap{
    display: table;
    width: 100%;
    border-bottom: 8px solid #e3e3e3;
}

.total-price-wrap .left{
    width: 40%;
    padding-top: 21px;
    padding-left: 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;}

.total-price-wrap .price-list{
    padding-top: 18px;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: block;
    width: 50%;
    margin-right: 15px;
    float: right;
}
.total-price-wrap .price-list .price-row{
    position:relative;
    height:25px;
    line-height:25px;
}
.total-price-wrap .price-list .price-row .title{
    color: #AFB0BB;
    font-size: 14px;
    font-weight: 400;
}
.total-price-wrap .price-list .price-row .price{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 400;
}

.total-price-wrap .price-list .price-row .price span span{background: #fff;}

.total-price-wrap .price-list .price-row .price span span:after{content:"¿ø"}

.MK_total_delivery{
    background: rgb(247, 247, 247);
    display: inline;
    z-index: 1;}

.total-price-wrap .price-list .price-row .price em{
    position: absolute;
    z-index: -1;
    right: -1px;
    width: 19px;}

.price-total{
    padding-top:9px;
}
.total-price-wrap .price-list .price-total .price-row{
    height:26px;
    line-height:26px;
}
.total-price-wrap .price-list .price-total .price-row .title{
    color: #DB3F63;
}
.total-price-wrap .price-list .price-total .price-row .price{
    font-weight:bold;
}

.price-info-wrap{
    padding-top:12px;
    
}
.price-info-wrap p{
    line-height:17px;
    color:#999999;
    font-size:12px;
}

.MK_chg_total_price.MK_change_price{
    color: #DB3F63;}

.naver-pay{
    padding-top:38px;
    text-align:center;
}
.order-btn-wrap{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    transition:all 0.3s ease-in-out;
    z-index:222222;
}
.order-btn-wrap a{
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #000000;
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
    border: 0 !important;
}
.order-btn-wrap.scroll-mod{
    bottom:0px;
    transition:all 0.3s ease-in-out;
}
.gotop.scroll-mod2 {
    bottom: 90px !important;
    transition: all 0.3s ease-in-out;
}



.cate-best-swiper{
    padding-top:30px;
}
.cate-best-swiper ul li{
    margin-bottom: 15px !important;
    width:27%;
}
.cate-best-swiper ul li:first-child{
    margin-left:15px !important;
}

.cate-best-swiper ul li:first-child .item-price-per,
.cate-best-swiper ul li:first-child .item-price-per:after{_background:#DB3F63}


.rel_prd{
    border-bottom: 8px solid #e3e3e3;}

.rel_prd h3{position: relative;
    padding: 21px 0 15px 15px;}

.rel_prd h3 span{
    font-weight: 700;
    font-size: 18px;
    color: #3b3b3b;
    line-height: normal;
}

.rel_prd h3 a{
    position: absolute;
    right: 15px;
    font-size: 13px;
    color: #3b3b3b;
    font-weight: 400;
    bottom: 22px;}
    

.rel_prd h3 a img{
    width: 14px;
    margin-left: 3px;
}
    
    
.rel_prd .item-list ul li > a .item-thumb{
    position: relative;
    margin-bottom: 10px !important}

   
.rel_prd .item-list ul li > a .item-title{
    line-height: 15px !important;
    color: #3b3b3b !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
    font-size: 10px !important;}

.rel_prd .item-list ul li > a .item-price-wrap{
    line-height:unset !important;
    font-size: 12px !important;}
    

.rel_prd .item-list ul li > a .item-price-wrap .item-price-sell {
    display: block;
    padding-top: 3px;
    text-decoration: unset;
    font-size: 10px;}


.rel_prd .item-price-per{
    font-size: 12px;
    position: absolute;
    right: 0;
    font-weight:700;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 29px;
    border-radius: 0px 0px 0px 5px;}

.rel_prd .item-price-per:after{
    position: absolute;
    font-weight: 300;
    content: "%";
    z-index: 2;
    padding-left: 1px;
    right: 2px;
    background: #000;}
    

.rel_prd .item-list ul li > a .item-price-wrap .item-price-discount{font-weight:400; color: #3b3b3b;}

.more_view{
    padding: 20px 0 42px;
    display: block;
    text-align: center;}
    
.more_view a{}
.more_view a p{}
.more_view a p.ico{}    
.more_view a p.ico img{vertical-align: middle;}

.more_view a p.txt{
    font-size: 13px;
    color: #3b3b3b;
    font-weight: 400;}
    
    
    
    
/*ajax load wishlist*/

#append .wish-swiper{_padding-top:30px;
}
#append .wish-swiper ul li{
    margin-bottom: 15px !important;
    width:27%;
}
#append .wish-swiper ul li:first-child{
    margin-left:15px !important;
}

#append .wish-swiper ul li:first-child .item-price-per,
#append .wish-swiper ul li:first-child .item-price-per:after{_background:#DB3F63}

/* BASIC css end */

