/* BASIC css start */
body #header .head_inner {height:auto;}
body #header .head_bottom {display:none;}

#basket {
    max-width: 850px;
    margin: 0 auto;
} 
#basket .btn-wrap {
    padding: 15px 10px;
}

#basket .btn-wrap div {
    width: 49%;
    float: left;
}

#basket .btn-wrap div:last-child {
    float: right;
}

#basket .all-select {
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
    padding: 10px;
}

#basket .not_provider li {
    padding: 20px 0;
}

#basket .provider li {
    padding: 20px 0;
}

#basket figure {
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding: 0 10px;
}

#basket .basketLeft {
    width: 110px;
    position: relative;
    float: left;
}

#basket .basketLeft a {
    padding-right: 20px;
    margin-top: 20px;
    display: block;
}

#basket .basketLeft .MS_input_checkbox {
    top: 0;
    left: 0;
    position: absolute;
}

#basket .basketRight {
    padding-left: 110px;
}

#basket .basketRight p {
    color: #707070;
    margin-bottom: 5px;
}

#basket .basketRight .pname {
    border-bottom: 1px solid #dedede;
    padding-bottom: 4px;
}

#basket .basketRight .pname .blue-delivery {
    background-color: #74a9e4;
    color: #fff;
    font-size: 0.917em;
    padding: 1px 2px;
}

#basket .basketRight .pname .red-delivery {
    background-color: #d674e4;
    color: #fff;
    font-size: 0.917em;
    padding: 1px 2px;
}

#basket .basketRight .pname .fa {
    float: right;
    margin-top: -6px;
}

#basket .basketRight .fa-plus {
    background-color: #bbb;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #fff;
}

#basket .basketRight .fa-minus {
    background-color: #bbb;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #fff;
}

#basket .basketRight .btn_Black {
    margin-top: 5px;
}

#basket .basketRight .MS_select {
    width: 100%;
}

#basket .basketRight .amount-input {
    width: 50px;
}

#basket .price-each-info-top {
    text-align: right;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    background: #eaeaea;
    padding: 10px;
}

#basket .price-each-info-bottom {
    text-align: right;
    padding: 10px;
    background: #eaeaea;
    border-bottom: 1px solid #cbcbcb;
}

#basket .price-total-info-top {
    border-top: 2px solid #464646;
    border-bottom: 1px solid #cbcbcb;
    background-color: #eaeaea;
    text-align: right;
    padding: 10px;
    margin-top: 10px;
}

#basket .price-total-info-bottom {
    border-bottom: 1px solid #cbcbcb;
    background-color: #eaeaea;
    text-align: right;
    padding: 15px 10px;
    font-size: 1.333em;
}

#basket .price-total-info-bottom .txt-price {
    color: #f1191f;
    font-weight: bold;
}

#basket .price-total-info-bottom .txt-reserve {
    color: #898989;
    font-size: 0.688em;
}

#basket .delivery-type {
    padding: 15px 10px;
}

#basket .order-btn {
    padding: 0 10px;
}

#basket .order-btn .btn_Red {
    background-color: #f1191f;
    border: 1px solid #f1191f;
}

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

/* ºü¸¥ °áÁ¦ start */
/* ¼±¹°ÇÏ±â ¹öÆ° Ãß°¡ css ¹Ì»ç¿ë */
#basket .order-btn {
    display: flex;
    gap: 4px;
    padding: 0 10px;
}

#basket .order-btn.use-gift.qorder-none {
    display: grid;
    grid-template-columns: 48px 1fr;
}

/* ¼±¹°ÇÏ±â »ç¿ë + ºü¸¥ °áÁ¦ ¹Ì»ç¿ë */
#basket .order-btn.use-gift.use-qorder {
    display: grid;
    grid-template-columns: 48px 1fr 1fr;
}

/* ¼±¹°ÇÏ±â »ç¿ë + ºü¸¥ °áÁ¦ »ç¿ë */
#basket .order-btn.gift-none.use-qorder {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* ¼±¹°ÇÏ±â »ç¿ë + ºü¸¥ °áÁ¦ »ç¿ë */
#basket .order-btn a {
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin: 2px 0;
    padding: 0;
}

#basket .order-btn a.btn_Present {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #393939;
    font-size: 16px;
}

#basket .order-btn a.btn_Blue {
    color: #fff;
    background: #2a68cc;
}

/* ºü¸¥ °áÁ¦ end */
@media screen and (min-width: 768px) {
    #basket .basketRight .btn_Black {
        width: 315px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0px;
    }
}

.cart-ft2 {
    display: block;
    text-align: center;
}

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

.cart-free-wrap .list-wrap ul li dl dd {}

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

/* Á¤±â¹è¼Û ÅÇ */
#basket .cart-tab {
    width: 100%;
    height: 32px;
    border-top: 1px solid #464646;
}

#basket .cart-tab:after {
    clear: both;
    content: "";
    display: block;
}

#basket .cart-tab li {
    float: left;
    width: 50%;
    height: 31px;
    border-bottom: 1px solid #cecece;
}

#basket .cart-tab li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #3b3b3b;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    background: none;
}

#basket .cart-tab li a span {
    display: block;
    height: 18px;
    line-height: 18px;
    margin-top: 6px;
}

#basket .cart-tab li:first-child a span {
    border-right: 2px solid #e2e2e2;
}

#basket .cart-tab li.now {
    border-bottom: 1px solid #f1191f;
}

#basket .cart-tab li.now a {
    font-weight: bold;
    color: #f1191f;
}

/* ¼¥ÆäÀÌ ¹Ù·Î±¸¸Å */
#productDetail #shoppay_btn {
    padding-top: 10px;
}

/* PC (°øÅë) »ó¼¼ÆäÀÌÁö Àü¿ë */
#cartWrap #shoppay_btn {
    display: inline;
}

/* PC (°øÅë) Àå¹Ù±¸´Ï Àü¿ë */
.shopdetail #shoppay_btn {
    padding-top: 10px;
}

/* MO (4.0) »ó¼¼ÆäÀÌÁö Àü¿ë */
#basket #shoppay_btn {
    margin-top: 20px;
}

/* MO (4.0) Àå¹Ù±¸´Ï Àü¿ë */
.shopdetail #shoppay_btn {
    text-align: center;
}

/* MO (ÆÄ¿öÆÑ) »ó¼¼ÆäÀÌÁö Àü¿ë */
.basket #shoppay_btn {
    text-align: center;
}

/* MO (ÆÄ¿öÆÑ) Àå¹Ù±¸´Ï Àü¿ë */
.shoppay_storebtn_bx,
.shoppay_storebtn_bx *,
.shoppay_button_box,
.shoppay_button_box * {
    display: inline-block !important;
    overflow: hidden;
     !important;
    float: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    font-size: 11px !important;
    line-height: 16px !important;
    font-family: 'µ¸¿ò', Dotum, Helvetica, sans-serif !important;
    text-align: left !important;
    text-decoration: none !important;
    vertical-align: top !important;
    background: none !important;
    border-radius: 0 !important;
}

.shoppay_button_box {
    width: auto !important;
    height: 100% !important;
    zoom: 1 !important;
    padding: 0 !important;
    border-top: 2px solid #2b2f3a !important;
    background-color: #fff !important;
}

.shoppay_button {
    position: relative !important;
    margin: 0 !important;
    padding: 5px 0 5px 88px !important;
    zoom: 1 !important;
}

.shoppay_button .shoppay_blind {
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
}

.shoppay_text {
    display: block !important;
    *display: inline !important;
    position: absolute !important;
    top: 10px !important;
    left: 0 !important;
    width: 82px !important;
    height: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: url('/images/common/shoppay_sp_text.png') no-repeat !important;
}

.shoppay_btn_list {
    *zoom: 1 !important;
    display: table !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    table-layout: fixed !important;
    list-style: none !important;
}

.shoppay_btn_list tbody {
    display: table-row-group !important;
}

.shoppay_btn_list tr {
    display: table-row !important;
}

.shoppay_btn_list .shoppay_btn_item {
    *width: 120px !important;
}

.shoppay_btn_item {
    display: table-cell !important;
    height: 37px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.shoppay_btn_link {
    display: block !important;
    height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #bfc4c7 !important;
    background-color: #fcfcfc !important;
    background-repeat: no-repeat !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    text-decoration: none !important;
}

.shoppay_btn_item:first-child .shoppay_btn_link {
    margin: 0 !important;
}

.shoppay_text {
    background-size: 82px auto !important;
}

.shoppay_btn_link.shoppay_btn_pay {
    background-size: 133px auto !important;
}

.shoppay_btn_link.shoppay_btn_pay {
    background-image: url('/images/common/shoppay_sp_payment.png') !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
    border-radius: 2px !important;
}

.shoppay_btn_link.btn_blue {
    border-color: #025eea !important;
    background-color: #025eea !important;
}

.shoppay_event {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 3px 0 0 0 !important;
    border: 0 none !important;
    border-top: 1px solid #e5e9ea !important;
    letter-spacing: -0.5px !important;
}

.shoppay_event_tex t {
    display: block !important;
    *display: inline !important;
    overflow: hidden !important;
    *width: 100% !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    *zoom: 1 !important;
    text-overflow: ellipsis !important;
    word-wrap: normal !important;
}

.shoppay_event_text {
    padding: 0 !important;
}

.shoppay_event_text .event_title {
    display: inline !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    color: #015ce8 !important;
    vertical-align: middle !important;
}

.shoppay_event .shoppay_event_text .event_link {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    color: #727272 !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}

.shoppay_event .shoppay_event_text .event_link span {
    display: inline-block !important;
    margin: -1px 0 1px !important;
    vertical-align: middle !important;
}

.shoppay_type_A_1 {
    width: 277px !important;
    height: 70px !important;
}

.shoppay_type_A_2 {
    width: 296px !important;
    height: 84px !important;
}

.shoppay_type_A_2 .shoppay_button {
    padding: 5px 0 5px 86px !important;
}

.shoppay_type_A_2 .shoppay_text {
    top: 14px !important;
}

.shoppay_type_A_2 .shoppay_btn_link {
    height: 45px !important;
}

.shoppay_type_A_2 .shoppay_btn_link.shoppay_btn_pay {
    background-position: 50% -40px !important;
}

.shoppay_type_A_3 {
    width: 338px !important;
    height: 84px !important;
}

.shoppay_type_A_3 .shoppay_button {
    padding: 6px 0 6px 102px !important;
}

.shoppay_type_A_3 .shoppay_text {
    top: 13px !important;
    height: 31px !important;
    background-position: 0 -31px !important;
}

.shoppay_type_A_3 .shoppay_btn_link {
    height: 45px !important;
}

.shoppay_type_A_3 .shoppay_btn_link.shoppay_btn_pay {
    background-position: 50% -40px !important;
}

/* ºü¸¥ °áÁ¦ ·¹ÀÌ¾î */
#quick-swipepay .layer {
    z-index: 200;
}

#quick-swipepay .layer-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px 0;
    box-sizing: border-box;
    background: #f6f6f6;
    color: #3b3b3b;
}

#quick-swipepay .layer-wrap .swipepay-close {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    font-size: 24px;
    color: #fff;
    background: none;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#quick-swipepay .layer-wrap .swipepay-addr {
    padding: 0 10px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #fff;
    text-align: left;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst {
    padding: 14px 2px;
    border-top: 1px solid #e3e3e3;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst:first-child {
    border-top: 0;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    font-size: 11px;
    white-space: nowrap;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd p.prd-tit {
    color: #3b3b3b !important;
    font-size: 14px !important;
    font-weight: bold;
    vertical-align: bottom;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd p.prd-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    color: #777;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd span {
    font-size: 11px;
    color: #777;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd .addr-edit {
    position: absolute;
    top: -3px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 24px;
    font-size: 11px;
    font-weight: bold;
    color: #3b3b3b;
    border: 1px solid #c6c6c6;
    background: #fff;
    box-sizing: border-box;
    line-height: 0;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd.addr-detail span {
    color: #3b3b3b;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt {
    margin-top: 6px;
    font-size: 11px;
    color: #777;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li strong {
    font-size: 12px;
    color: #3b3b3b;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dt,
#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd,
#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd p {
    display: flex;
    align-items: center;
    gap: 5px;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd {
    display: none;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd.on {
    display: flex;
}

#quick-swipepay .layer-wrap .swipepay-agree {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 2px;
    font-size: 11px;
}

#quick-swipepay .layer-wrap .swipepay-agree label input[type=checkbox] {
    width: 13px !important;
    height: 13px !important;
    vertical-align: text-bottom;
}

#quick-swipepay .layer-wrap .swipepay-agree .view-terms {
    padding: 0 2px;
    color: #888;
    text-decoration: underline;
    border: 0;
    background: none;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    padding: 10px;
    border: 1px solid #909090;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms .terms-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    border: 0;
    background: none;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms .terms-tit {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table th,
#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table td {
    padding: 5px;
    border: 1px solid #ddd;
    color: #777;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table th {
    font-weight: 400;
    background: #f8f8f8;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table td strong {
    color: #000;
    font-weight: bold;
}

#quick-swipepay .layer-wrap .swipepay-total {
    display: flex;
    justify-content: space-between;
    padding: 16px 2px;
    font-size: 11px;
}

#quick-swipepay .layer-wrap .swipepay-total strong {
    font-size: 14px;
    line-height: 18px;
}

#quick-swipepay .layer-wrap .swipepay-total strong span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #777;
}

#quick-swipepay .layer-wrap .swipepay-total .total-price strong {
    font-size: 16px;
    color: #f1191f;
    vertical-align: bottom;
}

#quick-swipepay .layer-wrap .swipepay-wide {
    position: relative;
    width: 100%;
    height: 48px;
    border-radius: 48px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
    background: #2a68cc;
}

#quick-swipepay .layer-wrap .swipepay-wide .swipepay-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
}

#quick-swipepay .layer-wrap .swipepay-wide .swipepay-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 100%;
    color: #fff;
    font-size: 22px;
    border-radius: 48px;
    box-sizing: border-box;
    background: #1d498f;
}

#quick-swipepay .layer-wrap .swipepay-wide .swipepay-completed {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d498f;
    box-sizing: border-box;
    border-radius: 48px;
    pointer-events: none;
}

#quick-swipepay .layer-wrap .swipepay-order {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0 10px;
    text-decoration: underline;
    font-size: 11px;
    color: #888;
}

/* ºü¸¥ °áÁ¦ ·¹ÀÌ¾î */
/* renewal */
.dn {
    display: none !important;
}

.cart-container {
    margin: 0 15px;
    color: #000;
    font-size: 12px;
}

.cart-container * {
    letter-spacing: -0.02em;
}

.titleFold {
    position: relative;
}

.titleFold>.title {
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #000;
    /* padding: 0 16px; */
}

.titleFold>.title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    top: 50%;
    right: 5px;
    overflow: hidden;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
}

.titleFold.selected>.title:after {
    margin-top: -2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.titleFold>.title h3 {
    padding: 20px 0;
    font-size: 16px;
    display: inline-block;
    line-height: 1.3;
    font-weight: bold;
}



.pageTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    margin: 24px 15px 0;
}

.cart-steps {
    display: flex;
    justify-content: center;
    font-size: 13px;
    color: #8E8E8E;
    margin: 24px 15px 40px;
    font-weight: 500;
    letter-spacing: -0.02em;
    gap: 16px;
    align-items: center;
}

.cart-steps li {
    letter-spacing: -0.02em;
}

.cart-steps li.active {
    color: #000;
}

.cart-steps li img {
    vertical-align: middle;
}
 



.prdInfo {
    position: relative;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    background: var(--bg-color);
}

.prdInfo .prdBox {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding: 16px 0;
}

.prdInfo .prdBox input[type="checkbox"] {
    position: relative;
    opacity: 1;
    width: 16px;
    height: 16px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: url("/design/bazaar1/renewal/bg_checkbox.svg") no-repeat 0 0;
    background-size: 16px 16px;
    outline: 0;
    border-radius: 3px;
    margin: 0 10px 0 0;
}

.prdInfo .prdBox input[type="checkbox"]:checked {
    background-image: url("/design/bazaar1/renewal/bg_checkbox_checked.svg");
}

.prdInfo .check {
    display: inline-block;
    margin: 0 10px 0 0;
}

.prdInfo .check label {
    margin: 0;
}

.prdInfo .thumbnail {
    overflow: hidden;
    width: 83px;
    margin: 0 15px 0 0;
    box-sizing: border-box;
    height: auto;
    aspect-ratio: 4 / 5;
    max-height: 103.75px;
}

.prdInfo .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.prdInfo .description {
    flex: 1;
    line-height: 18px;
    padding: 0 10px 0 0;
    margin: 0 30px 0 0;
}

.prdInfo .description .prdName {
    display: block;
    margin: 0 0 7px;
    font-weight: 600;
    font-size: 15px;
}

.prdInfo .description .prdName a {
    color: #000;
}

.prdInfo .description .prdName .ec-set-product-name {
    display: block;
    margin: 0 0 3px;
}

.prdInfo .description .prdName img {
    margin: 0 1px;
    vertical-align: middle;
}

.prdInfo .description .price,
.prdInfo .description .price li {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 3px;
    font-family: 'Red Hat Display', sans-serif;
}

.prdInfo .description .price strong {
    font-weight: 500;
}

.prdInfo .description .price .refer {
    font-size: 11px;
}

.prdInfo .description .price .discount {
    text-decoration: line-through;
}

.prdInfo .description .price .strike {
    text-decoration: line-through;
}

.prdInfo .description .price .strike strong {}

.prdInfo .description .info {
    margin: 5px 0 0;
}

.prdInfo .description .info li {
    margin: 0 0 3px;
    font-size: 12px;
    color: #7d7d7d;
}

.prdInfo .description .info a {
    color: #7d7d7d;
}

.prdInfo .description .info .mileage {
    display: inline-block;
}

.prdInfo .description .info .mileage img {
    vertical-align: text-top;
}

.prdInfo .description input[type="number"] {
    max-width: 51px;
}

.prdInfo .description .info .amount button {
    margin: 0;
    padding: 0;
    border: 0;
}

.prdInfo .description .info .amount {
    width: 50px;
}

.prdInfo .description .info input.amount {
    text-align: right;
}

.prdInfo .description input[type="tel"] {
    text-align: right;
}

.prdInfo .description .quantity input[type="tel"] {
    width: 51px;
}
 
.prdInfo .quantity {
    margin: 20px 0 0;
    padding: 0 0 0 98px;
    box-sizing: border-box;
    width: 100%;
}

.prdInfo.gCheck .quantity {
    padding: 0 0 0 125px;
}

.prdInfo .btnDelete {
    display: block;
    position: absolute;
    top: 11px;
    right: -5px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 1px;
    line-height: 0;
    color: transparent;
    white-space: nowrap;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.prdInfo .btnDelete:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 14px;
    width: 1px;
    height: 21px;
    background: #b5b5b5;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.prdInfo .btnDelete:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 4px;
    width: 21px;
    height: 1px;
    background: #b5b5b5;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.prdInfo .optionGroup {
    margin: 15px 0 0;
} 

.prdInfo .optionGroup li {
    margin: 5px 0 0;
    line-height: 20px;
    color: #7d7d7d;
}

.prdInfo .optionGroup .optionName {
    line-height: 18px;
    word-break: break-all;
}

.prdInfo .optionGroup li .product {
    display: block;
    margin: 8px 0 0;
    color: #000;
}

.prdInfo .optionGroup li .change {
    margin: 0 0 0 5px;
    white-space: nowrap;
}

.prdInfo .optionGroup .optionName {
    display: inline-block;
    margin-right: 10px;
    color: #000;
}

.prdInfo .optionGroup .optionName .MS_option_price {
    font-family: 'Red Hat Display', sans-serif;
}
  

.qty {
    position: relative;
    display: inline-block;
    width: 103px;
    padding: 0 30px;
    vertical-align: top;
    box-sizing: border-box;
}

.qty input[type="tel"] {
    width: 45px;
    height: 30px;
    padding: 0;
    line-height: 28px;
    margin-left: -1px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 0px;
    color: #000;
}

.qty input[type="tel"]:focus,
.qty input[type="tel"]:hover {
    border: 1px solid #e5e5e5;
}

.qty img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .00001;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.qty .up {
    position: absolute;
    right: 0;
    top: 0;
}

.qty .down {
    position: absolute;
    left: 0;
    top: 0;
}

.qty a {
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 150%;
    color: transparent;
    font-size: 1px;
    line-height: 1px;
}

.qty a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 9px;
    height: 1px;
    background: #000;
}

.qty .up:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 9px;
    margin: -4px 0 0 0;
    background: #000;
}

.btnText {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
    color: #000;
}

.prdInfo .buttonGroup {
    margin: 10px 0 0;
    padding: 0 0 0 125px;
    box-sizing: border-box;
    width: 100%;
}

.prdInfo .buttonGroup a {
    display: inline-block;
    padding: 12px 20px;
    height: 40px;
    font-size: 13px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #000;
    background-color: var(--bg-color);
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border-radius: 4px;
    font-weight: 600;
    padding: 14px 20px;
    height: 45px;
    font-size: 14px;
}

.prdInfo .buttonGroup a:hover {
    border-color: #000;
}

.typeMulti {
    margin: 20px 0;
    text-align: left;
}

.typeMulti a {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #000;
    background-color: var(--bg-color);
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border-radius: 4px;
    font-weight: 600;
    padding: 10px 20px;
    height: 32px;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
}

.typeMulti a:hover {
    border-color: #000;
}
 
.totalSummary {
    padding: 20px;
    border: 1px solid #000;
}

.total_list {
    margin: 0 0 20px;
}

.total_list#total_benefit_price_title_area {
    display: block !important;
}

.total_list .heading {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
}

.total_list .item {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
    color: #6d6d6d;
}

.total_list .title {
    font-size: 13px;
    font-weight: normal;
}

.total_list .data {
    text-align: right;
}

.total_list .data strong {

    font-weight: 500;
    font-family: 'Red Hat Display', sans-serif;
}

.totalSummary .item .title:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -2px 10px 0 0;
    vertical-align: top;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.totalSummary .total {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #e5e5e5;
}

.totalSummary .total .title {
    font-size: 14px;
    font-weight: bold;
}

.totalSummary .paymentPrice {
    text-align: right;
    font-weight: bold;
}

.totalSummary .paymentPrice strong,
.totalSummary .paymentPrice span {
    display: inline-block;
    word-break: break-all;
    font-weight: bold;
}

.totalSummary .paymentPrice strong {
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
}


.orderBottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}


.orderBottom .btnSubmit {
    display: flex;
    box-sizing: border-box;
    border: 1px solid transparent;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    height: 50px;
    min-width: 80px;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.orderBottom .btnNormal {
    display: flex;
    box-sizing: border-box;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    height: 50px;
    min-width: 80px;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #bcbcbc;
}

.btn-app {
    width: 100%;
    margin: 0 !important;
}

.btn-app a {
    background-color: #D7ED9A;
    font-weight: 700;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
    background-image: url("/design/bazaar1/renewal/cart_btn_app.svg");
    background-repeat: no-repeat;
    background-position: calc(50% - 74px) center;
    height: 50px;
}

.btn-app a img {
    display: none;
}

.btn-app a::before {
    content: '¾ÛÀ¸·Î ÁÖ¹®ÇÏ°í ÇýÅÃ¹Þ±â';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 18.5px;
}
.prdEmpty {
    text-align: center;
    color: #6d6d6d;
    border-top: 1px solid #000;
    padding: 56px 0;
    border-bottom: 1px solid #e5e5e5;
}
.MK_total_delivery {
    display: block !important;
}
/* BASIC css end */

