/* BASIC css start */
:root {
    --main-color: #C25A16;
    /* ÁøÇÑ ÁÖÈ² C25A16 */
    /* º£ÀÌÁö B68645 */
    /* ¹ö°Çµð 7A0514 */
    /* ÆÄ¶û 0075ff */
    
    --bg-color: #f3e9ea; /* ¿¬ÇÑ ¹è°æ */
    /* ¹ö°Çµð f3e9ea*/
    /* ÆÄ¶û ebf4ff */
    
    --bg-border-color: #d8b8bc; /* ¿¬ÇÑ ¹è°æ¿¡ ¼± */
    /* »¡°­ d8b8bc */
    /* ÆÄ¶û c8e1ff */
    
    --beige-color:#B68645;
     --blue-color: #2A68CC;
}

.gradeGroup{display:none}

span.sale {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 600;
    margin-right:3px;
    display:inline-block;
}

#fp_top ul .back_btn {
    top: 12px;
    left: 10px;
    display: flex;
    align-items: center;
}


#basket .all-select { 
    background-color: #f7f7f7; 
    padding: 20px 13px 5px; 
}

#basket .all-select label { font-size: 14px; font-weight: 500; color: #000; vertical-align: middle; }
#basket .all-select label > span { font-weight: bold; }
#basket .all-select .allDel { float: right; }
#basket .all-select .allDel a { 
    color: #a7a7a7; 
    font-weight: normal;
}

#basket .all-select input.MS_input_checkbox { margin-top: -2px; }

input.MS_input_checkbox {
    width: 23px;
    height: 23px;
    margin-right: 5px;
    appearance: none;
    border: 1px solid #c7c7c7;
    border-radius: 100%;
    background: #fff;
    margin-top: 3px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

input.MS_input_checkbox:checked {
    background: #000;
    border: none;
}

input.MS_input_checkbox:checked::after {
    content: '\f00c';
    color: #fff;
    font-size: 12px;
    font-family: 'Font Awesome 6 Pro';
    margin-top: 1px;
}

#basket .results > div { 
    display: inline-block; 
    width: 100%; 
    background-color: #f7f7f7;
}
#basket .results .items {}
#basket .results .none-data { text-align: center; padding: 45px 0 35px; font-size: 20px; margin: 5px 0 0; }
.MK-product-icons { height: 20px; display: none;}
.MK-product-icons img { display: none; height: 20px !important; width: auto !important; vertical-align: middle;margin-bottom: 5px; }

#basket .fp_dd_rv,
#basket .cart-etc {
    overflow: hidden;
    margin: 13px 7px;
    padding: 25px 5px;
    background-color: #fff;
    border: 1px solid #eee;
}

#basket .items li { margin-bottom: 30px; }

#basket .items li:last-child { margin-bottom: 15px; }

#basket li .touch_guide {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / 47%);
    width: 35px;
    height: 34px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    font-size: 21px;
}

#basket form {
    background-color: #fff;
    /*
    overflow: hidden;
    */
    flex-shrink: 0;
    width: 100%;
}

#basket figure {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

#basket .basket_box {
    display: flex;
    margin-right: 10px;
}

#basket .basket_box input.MS_input_checkbox {
    margin-right: 10px;
    margin-top: 38.5px;
}

#basket .basket_box section { 
    width: 100%; 
    position: relative;
}

#basket .basket_box article:first-child {
    display: flex;
}

#basket .basketLeft {
    width: 100px;
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    display: flex;
}

#basket .basketLeft a > img {
    width: 100%;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 7px;
}
#basket .basketRight { 
    display: flex;
    flex-direction: column;
    width: 100%;
    /*
    position: relative;
    */
    justify-content: space-between;
    margin: 5px 0;
}
#basket .basketRight p.brandname {
    font-size: 13px;
    color: #878787;
    margin-bottom: 0 !important;
    display: none;
}
#basket .basketRight p.brandname span img {
    height: 20px;
}
#basket .basketRight .prd_name {
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 3px;
}
#basket .basketRight .option_price_box { display: flex; justify-content: space-between; align-items: flex-end; }
#basket .basketRight .prd_price { 
    font-size: 11px; 
    margin-bottom: 0; 
    text-align: right;
}
#basket .basketRight .prd_price .price_num {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

#basket .optionNm {
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    word-break: keep-all;
    padding-right: 10px;
}

#basket .optionNm p:last-child { 
    color: #919191;
    font-weight: normal;
    margin-top: 3px;
}

/* ÃÑ ±Ý¾× */
#basket .price-each-info-bottom {
    padding: 0 15px;
    display: none;   
}

#basket .price-each-info-bottom .txt {
    font-size: 14px;
    text-align: right;
}

span.delivery {
    color: #828282;
    font-size: 12px;
    margin-bottom: 3px;
}

#basket .price-total-info-top { 
    padding: 10px 0; 
    margin: 0 15px;
    border-bottom: 1px solid #ededed; 
}

#basket .price-total-info-top ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

#basket .price-total-info-top ul li.user_rsv,
#basket .price-total-info-top ul li.user_rsv .after_rsv,
#basket .price-total-info-top ul li.use_rsv,
#basket .bt_total_prc .after_tt { display: none; }

#basket .price-total-info-top ul li.gr_txt > span,
#basket .price-total-info-top ul li.use_rsv p:last-child { color: var(--main-color); }

#basket .price-total-info-top ul li.user_rsv {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ededed;
}

#basket .price-total-info-top ul li.user_rsv p:first-child {
    display: flex;
    align-items: center;
}

#basket .price-total-info-top ul li.user_rsv button {
    font-size: 11px;
    font-weight: 500;
    background-color: #fbfbfb;
    color: #565656;
    border: 1px solid #bbb;
    padding: 1px 5px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-left: 5px;
}

#basket .bt_total_prc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 15px;
}

#basket .bt_total_prc p {
    font-size: 14px;
    font-weight: 500;
}

#basket .bt_total_prc p.org,
#basket .bt_total_prc p.after_tt { 
    color: var(--main-color); 
    font-size: 15px;
    font-weight: bold;
}


/* ¹è¼Û, ±×·ì Á¤º¸ */
.delivery-type { padding: 0 15px 20px; }

#basket .delivery-type li { 
    font-size: 11px; 
    margin-bottom: 0;
    word-break: keep-all;
    position: relative;
    padding-left: 7px;
    color: #545454;
}

#basket .delivery-type li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

#basket .MS_group_msg font { color: var(--main-color); }

/* ÃßÃµ»óÇ° */
#rcmd_origin { margin-bottom: 150px; }
#rcmd_origin h2 { font-size: 4.6vw; padding: 10px; margin-top: 20px; font-weight: 500; box-sizing: border-box; }
#rcmd_origin .swiper-container { margin-left: 10px; padding-right: 70px; }
#rcmd_origin .listPic { width: 100%; }
#rcmd_origin .name { word-break: keep-all; margin-top: 5px; font-weight: 300; overflow: hidden; text-overflow: ellipsis;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.5em; height: 3.1em; }
#rcmd_origin .name .brd_txt { display: contents; }
#rcmd_origin p.listName {
    font-size: 13px;
    margin: 10px 0;
}
#rcmd_origin span.price02 {
    margin-right: 5px;
}
/*
#rcmd_origin  p.icon { margin-top: 5px;}
#rcmd_origin .icon .MK-product-icons img {
    display: inline-block;
    height: auto !important;
        margin-right: 3px;
}
*/
#rcmd_origin .thumb .cp {
    padding: 3px 6px;
}
#rcmd_origin .thumb .fporg_icon {
    top: 0;
    right: 0;
}


/* °íÁ¤ ±¸¸Å ¹öÆ° */
.order-btn1 {
    position: fixed;
    bottom: 0;
    z-index: 996;
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.order-btn1 a { 
    width: 95%;
    height: 55px;
    line-height: 53px;
    background-color: #000;
    font-size: 16px;
    color: #fff;
    border-radius: 7px;
}

.order-btn1 a > span:first-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #fff;
    margin: 0 25px 0 25px;
}

.order-btn1 span.MK_chg_total_price.MK_change_price { color: #fff; }

.order-btn1_tip_box {
    position: fixed;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 105;
    width: 294px;
    transition: .5s;
    display: none;
}

.order-btn1_txt {
    margin: 0 auto;
    background-color: var(--bg-color);
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 7px;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 500;
    width: 252px;
}

.order-btn1_txt_tip {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 9px solid var(--main-color);
    border-right: 0 solid transparent;
    right: 33px;
    bottom: -7px;
    z-index: -1;
}

.order-btn1_txt_tip2 {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 7px solid var(--bg-color);
    border-right: 0 solid transparent;
    right: 34px;
    bottom: -5px;
}


/* ÇÏ´Ü */
#fixedfooter { display: none; }






a.dn{display:none !important}

#basket .items .thumb-img { text-align: center; width:80px}
#basket .items .thumb-img .btn-type-01 { display: block; margin-top: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
#basket .price-info a.btn-type-02 { margin-bottom: 5px; }

#basket .price-info li.options select { width : 100px; }

/* ¹è¼Ûºñ ¹öÆ° */
#basket .price-info .del-button01 {color: #F7F7F7;font-size: 1em;border: 1px solid #C5C5C5;padding: 1px 7px;border-radius: 30px;background-color: #616161;}


.btn_White {
width: 100%;
height: 35px;
line-height: 35px;
background-color: #fff;
text-align: center;
display: block;
border: 1px solid #c6c6c6;
box-sizing: border-box;
vertical-align: middle;
}

.btn_Black {
width: 100%;
height: 35px;
line-height: 35px;
background-color: #333;
color: #fff;
text-align: center;
display: block;
border: 1px solid #333;
box-sizing: border-box;
vertical-align: middle;
}
#basket .not_provider li {padding:20px 0;}
#basket .provider li {padding:20px 0;}

#basket .naver-checkout {margin-top: 20px;}

.cart-ft2 {
    display: block;
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
}

div#nhn_btn {
    margin-top: -18px;
    padding-bottom: 40px;
}

.cart-free-wrap { text-align:center; margin-bottom: 10px; }
.cart-free-wrap .btn-list-open { display:inline-block; width:90%; height:30px; line-height:30px; background:#585858; color:#fff; font-weight:bold; font-size: .75em; text-align:center; }
.cart-free-wrap p { padding:10px 0 15px; font-size: .75em; font-weight:bold; }
.cart-free-wrap p span { color:#f40000; }
.cart-free-wrap .btn-more { display:inline-block; width:94%; height:30px; line-height:30px; margin-top:10px; border:1px solid #383838; background:#fff; color:#383838; font-size: .75em; text-align:center; }
.cart-free-wrap .btn-more span { display:inline-block; width:8px; height:5px; margin-left:5px; background:url(/images/d3/m_04/h10_arr.gif) no-repeat 0 0; background-size:100% 100%; vertical-align:middle; }
.cart-free-wrap .list-wrap { overflow-x:hidden; padding:0 20px; margin-top:20px; display: none; }
.cart-free-wrap .list-wrap ul { width:100%; list-style:none; }
.cart-free-wrap .list-wrap ul:after { clear: both; content: ""; display: block; }
.cart-free-wrap .list-wrap ul li { float:left; width:33.3333%; height:180px; font-size: .7em; list-style:none; }
.cart-free-wrap .list-wrap ul li dl { margin:10px 10px 10px; }
.cart-free-wrap .list-wrap ul li dl dt { height:100px; margin-bottom:13px; }
.cart-free-wrap .list-wrap ul li dl dt img { width:100%; height:100%; }

/* ÇÏÀÌºê¸®µå ¿É¼ÇÀÌ¹ÌÁö */
.basket-option-dlist li img { width:30px; height:30px; vertical-align:middle; }

.items-wrap .items[data-type=vertical] .pname .blue-delivery{
background-color: #74a9e4;
color: #fff;
font-size: 0.917em;
padding: 1px 2px;
border-radius:0 !important;
}

dd.thumb-img,.items-wrap .items[data-checkbok=on] .pname, .items-wrap .items[data-checkbok=on] .price-info {
margin-left:0 !important;
}
.items-wrap .items[data-checkbok=on] .pname, .items-wrap .items[data-checkbok=on] .price-info{

}
#nhn_btn .npay_type_MA_1 {
width: 277px !important;
height: 62px !important;
}
#nhn_btn .npay_event{display:none !important;}

.line {
    text-decoration: line-through;
    color: #c3c3c3;
    font-size: 12px;
}

.opWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f6f6f6;
    margin-top: 10px;
    border-radius:7px;
    overflow: hidden;
    padding: 15px 15px;
}

.opChange {
    background-color: #fff;
    color: #000;
    width: 70px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    font-weight: 500;
    border-radius: 3px;
}

.opt-spin1 {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: none;
}
.opt-spin1 a {
    width: 30px;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    background: #fff;
    text-align: center;
}

.opt-spin1 .txt-spin {
    width: 35px;
    height: 28px;
    border: none;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-size: 12px;
    text-align: center;
    padding: 0;
}

.btnWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btnWrap a {
    width: 49%;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin-left: 1%;
    box-sizing: border-box;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 14px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.btnWrap a.opChange {
    margin-left: 0;
    background: var(--main-color);
    color: #fff;
}


span.memberOnly {
    color: var(--main-color);
    font-weight: bold;
    display: inline-block;
}

.delivery-type li strong {
    color: var(--main-color);
    font-weight: normal;
}


#basket .dd_day_box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
}

#basket .dd_day_box p:first-child {
    display: inline-block;
    text-align: center;
    font-size: 8.5px;
    width: 51px;
    height: 15px;
    border-radius: 50px;
    background: #f1f1f1;
    color: #5998c6;
    box-sizing: border-box;
    line-height: 15.5px;
    font-weight: bold;
    margin-right: 6px;
    flex-shrink: 0;
}

#basket .dd_day_box p {
    font-size: 13px;
    font-weight: 500;
}

#basket .dd_day_box p:first-child i {
    font-size: 10px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
}

#basket .dd_day_box p.bs {
    color: #878787;
}

#basket .dd_day_box p.dd {
    line-height: 14px;
}

#basket .dd_day_box p.dd img {
    width: 80%;
    vertical-align: middle;
}

#basket .dd_day_txt {
    font-size: 12px;
}

#basket .dd_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#basket .dd_info ~ .dd_day_box {
    padding-top: 10px;
}

#basket a.rv_info {
    font-size: 12px;
    color: #b5b5b5;
    line-height: 14px;
}

#basket .dd_day_txt .rv_info {
    display: inline-flex;
    width: 13px;
    height: 13px;
    background-color: #F5F6F8;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #000;
    font-weight: 200;
    font-size: 9px;
    margin-left: 3px;
    vertical-align: text-top;
}

#basket .dd_day_pop {
    position: absolute;
    z-index: 20;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    width: calc(100% - 64px);
    right: 20px;
    margin-top: 30px;
    padding: 15px;
    display: none;
}

#basket .dd_day_pop > i {
    display: inline-block;
    font-size: 27px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}

#basket .dd_day_pop .dot_lst li {
    position: relative;
    padding-left: 15px;
    color: #878787;
    line-height: 23px;
    margin-bottom: 0;
}

#basket .dd_day_pop .dot_lst li::before {
    content: '\00B7';
    position: absolute;
    left: 0;
}

#basket .dd_day_pop.dd_pop ul li .b_txt {
    color: var(--main-color);
}

#basket .dd_day_pop.dd_pop li {
    display: flex;
}

#basket .dd_day_pop.dd_pop .dot_lst li:first-child {
    margin-bottom: 0;
}

#basket .dd_day_pop.dd_pop.bs .dot_lst li:first-child {
    display: none;
}

#basket .dd_day_pop.dd_pop .dot_lst li > p {
    width: 80px;
    flex-shrink: 0;
}

#basket .dd_day_pop.dd_pop .dot_lst div p {
    color: #000;
    font-weight: 500;
}

#basket .dd_day_pop.dd_pop .dot_lst span {
    color: #878787;
    font-weight: normal;
}

#basket .dd_day_pop.dd_pop .dd_lst {
    background-color: #f6f6f6;
    padding: 5px 15px;
    margin: 15px 0 10px;
}

#basket .dd_day_pop.dd_pop .dd_lst li {
    align-items: center;
    margin: 5px 0;
}


#basket .dd_day_pop.dd_pop .dd_lst li p {
    color: #878787;
}

#basket .dd_day_pop.dd_pop .dd_lst li:nth-child(2) p {
    color: var(--main-color);
}

#basket .dd_day_pop.dd_pop .dd_lst li p:nth-child(1) {
    width: 110px;
    flex-shrink: 0;
}

#basket .dd_day_pop.dd_pop .dd_lst li p:nth-child(2) {
    margin: 0 10px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #919191 45%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x;
}
#basket .dd_day_pop.dd_pop .dd_lst li:nth-child(2) p:nth-child(2) {
    background-image: linear-gradient(to right, var(--main-color) 45%, rgba(255,255,255,0) 0%);
}

#basket .dd_day_pop > p:last-child { font-size: 11px; }


/* ÅÍÄ¡ »èÁ¦ */
#basket .items li {
    display: flex;
    position: relative;
}


#basket .items .del_btn {
    letter-spacing: 0;
    font-size: 14px;
    color: #fff;
    background-color: #ed0818;
    width: 80px;
    flex-shrink: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}

#basket .items .del_btn i {
    font-size: 24px;
    margin-bottom: 10px;
}

#footer-container{display:none}

/* BASIC css end */

