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

#headerWrap .cart .quanti { background-color: #7A0514; }

#contentWrap {
    position: relative;
    width: 1350px;
    margin: 0 auto;
}

#content {
    width: 100% !important;
    margin-bottom: 100px;
}

input[type="checkbox"] {
    width: 23px;
    height: 23px;
    appearance: none;
    border: 1px solid #c7c7c7;
    border-radius: 100%;
    background: #fff;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

input[type="checkbox"]:checked {
    background: #000;
    border: none;
}

input[type="checkbox"]:checked::after {
    content: '\f00c';
    color: #fff;
    font-size: 14px;
    font-family: 'Font Awesome 6 Pro';
}
/* // */


.orderWrap { 
    display: flex;
    align-items: flex-start;
}

.navi {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 60px;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
}

.navi h2 {
    font-size: 35px;
    font-weight: 500;
}

.navi p {
    color: #bdbdbd;
    font-size: 17px;
}

.navi p span { color: #000;}


/* È¸¿ø Á¤º¸ */
.userInfo {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: #F6F6F6;
    border-bottom: 1px solid #e7e7e7;
}

.userInfo p.txt { font-size: 15px; }
.userInfo p.txt b { color: var(--beige-color); }
.userInfo ul.info { overflow: hidden; }

.userInfo ul.info li {
    float: left;
    margin-left: 30px;
    position:relative;
}

.userInfo ul.info li:after {
    content: '|';
    color: #B2B2B2;
    position: absolute;
    top: 1px;
    right: -16px;
}

.userInfo ul.info a {
    font-size: 15px;
    font-weight: 500;
}

.userInfo ul.info li p {
    display: inline-block;
    color: var(--beige-color);
    font-size: 15px;
}
/* //È¸¿ø Á¤º¸ */

.no_lst {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 100px;
}

.no_lst p {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    margin: 80px 0 30px;
}

.no_lst p span {
    display: block;
    color: #9f9f9f;
    font-size: 18px;
    font-weight: 500;
}

.no_lst a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 30px 14px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    margin: 0 8px;
}

.table-cart { 
    margin-bottom: 10px; 
    margin-top:0;
    border-bottom: 1px solid #e7e7e7;
}

.table-cart thead th {
    padding: 30px 0 20px;
    border-top: none;
    border-bottom: none;
}

.top_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 20px;
}

.top_btn_box .all_chk,
.top_btn_box .cart_del_btn { 
    font-size: 15px; 
    font-weight: bold;
}

.top_btn_box .all_chk {
    display: flex;
    align-items: center;
}

.top_btn_box .all_chk input { margin-right: 10px; }

.table-cart tbody td {
    padding: 40px 0;
    border-left: 1px solid #E7E7E7;
    border-bottom: none;
    border-top: 1px solid #e7e7e7;
}

.table-cart tbody td:first-child,
.table-cart tbody td:nth-child(2) { border-left: none; }

.table-cart tbody td .thumb {
    border: none;
    margin-left: 0;
    margin-right: 30px;
    width: 150px;
    flex-shrink: 0;
}

.table-cart tbody td .thumb a,
.table-cart tbody td .thumb img {
    display: block;
    width: 100%; 
}

.table-cart tbody td .thumb img {
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 3px;
}

.prd_info {
    display: flex;
    align-items: center;
    position: relative;
}

.prd_info .prdname a { 
    display: block;
    font-size: 14px;
    color: #727272;
}

.prd_info .memberOnly {
    font-size: 12px;
    color: #fff;
    background-color: #b53737;
    padding: 0 7px;
    display: inline-block;
    margin-bottom: 5px;
    height: 22px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 3px;
}

.prd_info .MK-product-icons { display: none;}

.prd_info p.brandname { display: none; }

.prd_info .tb-opt { 
    margin: 20px 0 10px;
    font-size: 14px;
    color: #000;
}

.prd_info .tb-opt p {
    font-size: 13px;
    font-weight: 500;
}

.prd_info .optWrap {
    display: flex;
    align-items: center;
}

.prd_info .opt-spin1 { 
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    display: flex;
    align-items: center;
    height: 25px;
}

.prd_info .opt-spin1 a {
    width: 25px;
    height: 100%;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    background: #f3f3f3;
}

.prd_info .opt-spin1 .txt-spin {
    width: 30px;
    height: 100%;
    border: none;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    font-size: 13px;
    text-align: center;
}

.prd_info .uni-opt { margin-left: 5px; }

.prd_info .uni-opt a {
    display: inline-block;
    height: 25px;
    padding: 0 15px;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 13px;
    line-height: 24px;
    border-radius: 3px;
}

.prd_info span.xBtn {
    position: absolute;
    top: 0px;
    right: 20px;
}

.prd_info span.xBtn a { color: #BEBEBE;}
.prd_info span.xBtn i {
    font-size: 30px;
    display: none;
}

.tb-price {
    font-size: 16px !important;
    font-weight: 500;
}

.tb-price p.origin {
    font-size: 14px;
    color: #b9b9b9;
    text-decoration: line-through;
    font-weight: 400;
}

.tb-price .sale { font-size: 15px; }

.tb-center.tb-brand a {
    border: 1px solid #bfbfbf;
    color:#707070;
    padding: 8px 0;
    display: block;
    margin: 8px auto;
    width: 87%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}
.tb-center.tb-brand a:first-child {
    border: 1px solid var(--bg-border-color);
    color: var(--main-color);
}

.table-cart tfoot { border-bottom: 0; }

.table-cart tfoot td {
    padding: 10px 0;
    font-weight: normal;
    border-top: 1px solid #e7e7e7;
}

.table-cart tfoot td .tb-right {
    font-size: 17px;
    padding: 20px;
}

.table-cart tfoot td .tb-right strong { color: #000; }

.table-cart .prov-icons {
    float: left;
    display: inline;
}

.table-cart span.drv {
    font-size: 14px;
    color: #878787;
}

.table-cart + .table-cart-etc {
    border-top: 3px solid #000;
    margin-top: 60px;
}

.dd_dvry.dd { background-color: #FCF1EB; }
.dd_dvry.rv { background-color: #EDF4FA; }
.dd_dvry.bs { background-color: #F6F6F6; }
.table-cart tbody .dd_dvry td { padding: 10px 20px; }

.dd_dvry_box {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.dd_dvry_box .dd_day_box {
    display: flex;
    align-items: center;
} 

.dd_dvry_box .dd_day_box p:first-child {
    width: 87px;
    height: 29px;
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    background-color: #fff;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.dd_dvry_box .dd_day_box .dd img {
    width: auto;
    height: 13px;
}

.dd_dvry_box .dd_day_box .rv { color: #5998c6; }
.dd_dvry_box .dd_day_box .rv i { font-size: 15px; }
.dd_dvry_box .dd_day_box .bs { color: #787878; }

.dd_dvry_box .dd_day_txt {
    font-size: 15px;
    font-weight: 500;   
}

.dd_dvry_box .dd_day_txt span {
    color: #878787;
    font-weight: normal;
    margin-left: 5px;
}

.dd_dvry_box .rv_info {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    padding: 7px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.dd_dvry_box .rv_info .fa-truck {
    margin-right: 5px;
    font-size: 16px;
}

.dd_dvry_box .rv_info .fa-angle-right { margin-left: 5px; }

.dd_dvry.rv .dd_dvry_box .rv_info {
    border-radius: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

.dd_day_pop {
    position: absolute;
    z-index: 20;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    width: 460px;
    top: 40px;
    right: 0;
    padding: 30px 20px;
    display: none;
}

.dd_day_pop > i {
    display: inline-block;
    font-size: 32px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    cursor: pointer;
}

.dd_day_pop .dot_lst li {
    position: relative;
    padding-left: 15px;
    color: #878787;
    line-height: 23px;
    font-size: 14px;
}

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

.dd_dvry.bs .dd_day_pop .dot_lst li:first-child { display: none; }

.dd_day_pop.dd_pop ul li .b_txt {
    color: var(--main-color);
    font-weight: 500;
}

.dd_day_pop.dd_pop li { display: flex; }
.dd_day_pop.dd_pop .dot_lst li:first-child { margin-bottom: 15px; }
.dd_day_pop.dd_pop .dot_lst li p { font-size: 14px; }

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

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

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

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

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

.dd_day_pop.dd_pop .dd_lst li p {
    color: #878787;
    font-size: 14px;
}

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

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

.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;
}

.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%);
}

/* °áÁ¦±Ý¾× */
.payWrap {
    position: sticky;
    top: 100px;
    right: 0;
    margin: 74px 0 0 30px;
    width: 350px;
    flex-shrink: 0;
}

.payWrap ul {
    text-align: center;
    padding: 35px 30px;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
}

.payWrap ul h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.payWrap li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.payWrap li strong {
    font-weight: normal;
    font-size: 15px;
}

.payWrap li > p {
    font-size: 17px;
    font-weight: 500;
}

.payWrap li.total p { 
    color: var(--main-color); 
    font-size: 18px;
    font-weight: bold;
}

.payWrap li.point {
    overflow: visible;
    margin-left: 5px;
}
.payWrap li.point strong { 
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
}
.payWrap li.point p { 
    font-size: 14px; 
    margin-top: 0;
}

.payWrap li.point:after {
    display: block;
    clear: both;
    content: '';
}

.payWrap li.gr_txt p,
.payWrap li.use_rsv p { color: var(--main-color); }

.payWrap li.user_rsv,
.payWrap li.user_rsv .after_rsv,
.payWrap li.use_rsv,
.payWrap li.total .after_tt { display: none; }

.payWrap li.user_rsv strong {
    display: flex;
    align-items: center;
}

.payWrap li.user_rsv button {
    font-size: 12px;
    font-weight: 500;
    background-color: #fbfbfb;
    color: #565656;
    border: 1px solid #bbb;
    padding: 0px 5px 1px;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 0 -1px 5px;
}

.payWrap li.user_rsv,
.payWrap li.total {
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
    margin-top: 15px;
}

.payWrap li.total { margin-top: 10px; }


.payWrap .MK_total_price { display: inline-block !important; }

.payWrap .shopBtn {
    text-align: center;
    margin-top: 20px;
}

.payWrap .shopBtn a {
    background-color: #000;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    box-sizing: border-box;
    border-radius: 50px;
    width: 100%;
}

.payWrap .cmt { 
    margin-top: 10px;
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.payWrap .cmt li {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
    color: #727272;
    position: relative;
    padding-left: 10px;
}

.payWrap .cmt li:last-child { margin-bottom: 0; }

.payWrap .cmt li::before {
    content: '-';
    position: absolute;
    left: 0;
    font-size: 14px;
}

.payWrap .gradeGroup { display: none; }
.payWrap .gradeGroup strong { font-weight: 500; }

#NPAY_EVENT_ID { display: none !important; }
#nhn_btn { display: inline; }
#nhn_btn .npay_button{ padding: 5px 0 8px 86px !important; }
#nhn_btn .npay_text{ top: 8px !important; }
#nhn_btn .npay_type_B_1 { width: 262px !important; height: 83px !important; }
#kakaopay_order_btn { display:inline-block; vertical-align:top; margin-top: -1px;margin-right: 10px; }
/* //°áÁ¦±Ý¾× */

/* ÃÖ±Ù º» »óÇ° */
div#rcmd_origin {
    opacity: 0;margin-top: 150px;
}
div#rcmd_origin h2 {
    font-size: 25px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}
.rcmd_prd_lst .swiper-slide { padding: 0;padding-top: 23px; }
.rcmd_prd_lst .swiper-slide .thumb img { width: 100%; box-sizing: border-box; border: 1px solid #e2e2e2;max-width: 286px; }
.rcmd_prd_lst .swiper-slide figure { margin: 10px 0; }
.rcmd_prd_lst .swiper-slide .listName {
    font-size: 14px;
    max-height: 40px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
}
.rcmd_prd_lst .swiper-slide .over_sale { color: #ff5500; margin-right: 3px; font-weight: bold; font-size: 15px; }
.rcmd_prd_lst .swiper-slide .price02 { color: #000; font-size: 15px; }
.rcmd_prd_lst .swiper-slide .price01 { color: #b7b7b7; text-decoration: line-through; font-weight: 300; }

span.newPrd { top: 0;}

#rcmd_origin .swiper-button-next, #rcmd_origin .swiper-button-prev {
    background-image: none;
    width: auto;
    height: auto;
    margin-top: -16px;
}
#rcmd_origin .swiper-button-next i, #rcmd_origin .swiper-button-prev i { 
    font-size: 29px;
    color: #000;
}
#rcmd_origin .swiper-button-prev {
    left: auto;
    right: 50px;
}

#rcmd_origin p.icon {
    margin-top: 5px;
}

#rcmd_origin .MK-product-icons img {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

#rcmd_origin .item .item_box .thumb {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
/* ÃÖ±Ù º» »óÇ° */


/* BASIC css end */

