/* BASIC css start */
/* È¸¿ø µî±Þ Ç¥½Ã */
em {
    font-style: normal;
}
#content {
    border-top: none;
    width: 90%;
    min-width: var(--pc-min-width);
    max-width: var(--content-middle-width);
    display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
    margin: 5rem 0;
}
#cartWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
.tb-btn {
    width: 5.5rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.75rem;
    display: block;
}
.btn_light {
    background-color: var(--white);
    border: 1px solid var(--darkgrey);
}

.mem-lvl {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.mem-lvl p {
    margin: 0;
    padding: 0;
}
/* ¹è¼Û ¸Þ¼¼Áö */
#cartWrap .delivery {
    margin-top: 1.5rem;
    text-align: center;
}
.basket-price-total {
    text-align: center;
}
.basket-price-pay {
    display: flex;
    align-items: center;
    justify-content: center;
}
.basket-price-pay > span {
    padding: 0.25rem;
}
.basket-price-pay > span:nth-child(even) {
    font-size: 1.25rem;
}
.basket-price-reserve {
    padding: 0.5rem 0 0 0;
    color: var(--brandcolor);
}
/* ÁÖ¹® ÄÁÆ®·Ñ ¹öÆ° */
#cartWrap .btn-order-ctrl {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
#cartWrap .btn-order-ctrl a {
    width: 12rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 0.875rem;
}
.table-cart .amount {
    position: relative;
    width: 51px;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
}
.table-cart .amount input,
.table-cart .amount .amount-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 14px;
    border: 1px solid #bbb;
    text-align: right;
}
.table-cart .amount .amount-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}
.table-cart .amount .amount-up img {
    position: absolute;
    top: 5px;
    right: 0;
}
.table-cart .amount .amount-dw img {
    position: absolute;
    top: 14px;
    right: 0;
}

/*  */
.titleArea {
    padding: 0;
}
.titleArea h2 {
    padding: 0;
    font-weight: 500;
    font-size: 1.5rem;
}
.table-cart table {
    font-size: 0.875rem;
}
.table-cart thead th div {
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
    font-weight: 400;
    color: var(--darkgrey);
}
.table-cart thead tr,
.table-cart tbody tr {
    border-bottom: 1px solid var(--bordergrey);
}
.table-cart thead tr th:nth-child(1) {
    width: 2.25rem;
}
.table-cart thead tr th:nth-child(2) {
    width: 8rem;
}
.table-cart thead tr th:nth-child(3) {
    width: 30rem;
}
.table-cart .cart-product {
    padding-left: 2rem;
    display: flex;
    flex-flow: column nowrap;
    /* gap: 0.75rem; */
}
.table-cart .cart-product .cart-product-name {
    font-weight: 500;
}
.table-cart .cart-product .tb-obt {
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: var(--charcol);
}
.table-cart .cart-product .uni-opt {
    margin-top: 1rem;
}
.tb-left,
.tb-center,
.tb-right {
    padding: 0;
    margin: 0;
}
.table-cart tbody td,
.table-cart tbody th {
    padding: 2rem 0;
}
.table-cart tbody td .thumb img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
}
.table-cart tbody .tb-cartBtns {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 0.5rem;
}

.table-cart .tb-obt {
}
.table-cart .amount .amount_top {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.table-cart .amount .amount_top input {
    position: relative;
    border: none;
    text-align: center;
}
.table-cart .MS_deli_desc {
    display: none;
}
.wishlistWrapper {
}
#content h3 {
    font-weight: 500;
    font-size: 1.5rem;
}
.wishlistWrapper {
    overflow-x: scroll;
}
.wishlistWrapper .wishlistItems {
    display: flex;
    flex-flow: row nowrap;
    gap: 0.5rem;
    width: max-content;
    padding: 0 0 3rem 0;
}
.wishlistWrapper .wishlistItems .wishlistItem img {
    width: 9rem;
    height: 12rem;
    object-fit: cover;
}
.MS_tb_delivery {
    z-index: 2 !important;
}
/* BASIC css end */

