:root {
    font-size: 16px
}

@media (min-width:992px) and (max-width:1440px) {
    :root {
        font-size: 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    :root {
        font-size: 14px
    }
}

h3.cartListTitle a {
    position: relative;
    display: block;
    background-color: #000;
    color: #fff;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 0 60px 0 20px
}

@media (max-width:767px) {
    h3.cartListTitle a {
        height: 50px;
        padding-left: 20px;
        line-height: 50px;
        margin-bottom: 4px
    }
}

h3.cartListTitle a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #fff
}

h3.cartListTitle a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%) rotate(90deg);
    width: 2px;
    height: 20px;
    background-color: #fff;
    transition: transform 0.75s
}

h3.cartListTitle a.open:after {
    transform: translateY(-50%)
}

h4.cartListSubtitle {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    background-color: #E4EBE8
}

@media (max-width:767px) {
    h4.cartListSubtitle {
        height: 50px;
        line-height: 50px
    }
}

#dvHeaderWithdrawClumbs {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px
}

@media (min-width:768px) {
    #dvHeaderWithdrawClumbs {
        margin-bottom: 80px
    }
}

@media (max-width:767px) {
    #dvHeaderWithdrawClumbs {
        margin-bottom: 36px
    }
}

#dvHeaderWithdrawClumbs li {
    margin-right: 74px
}

@media (min-width:992px) and (max-width:1200px) {
    #dvHeaderWithdrawClumbs li {
        margin-right: 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #dvHeaderWithdrawClumbs li {
        margin-right: 20px
    }
}

@media (max-width:767px) {
    #dvHeaderWithdrawClumbs li {
        margin-right: 0px
    }
}

#dvHeaderWithdrawClumbs li:last-child {
    margin-right: 0
}

#dvHeaderWithdrawClumbs li:last-child .ball:after {
    content: none
}

#dvHeaderWithdrawClumbs li .ball {
    position: relative;
    margin: 0 auto
}

#dvHeaderWithdrawClumbs li .ball:after {
    content: "";
    z-index: -1;
    width: 150px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%)
}

@media (max-width:767px) {
    #dvHeaderWithdrawClumbs li .ball:after {
        display: none
    }
}

#dvHeaderWithdrawClumbs li.activePrev .ball {
    background-color: #000;
    color: #fff
}

#dvHeaderWithdrawClumbs li.activePrev .ball:after {
    background-color: #000
}

#dvHeaderWithdrawClumbs li.activePrev .content {
    color: #000
}

#dvHeaderWithdrawClumbs li.active .ball {
    width: 72px;
    height: 72px;
    background-color: #000;
    color: #fff
}

@media (min-width:768px) {
    #dvHeaderWithdrawClumbs li.active .ball {
        margin-bottom: 16px
    }
}

#dvHeaderWithdrawClumbs li.active .ball:after {
    background-color: #000
}

#dvHeaderWithdrawClumbs li.active .content {
    color: #000
}

@media (max-width:767px) {
    #dvHeaderWithdrawClumbs li.complete {
        display: none
    }
}

#dvHeaderWithdrawClumbs li.complete .ball {
    background-color: #000;
    color: #fff
}

#dvHeaderWithdrawClumbs li.complete .ball:after {
    content: "";
    left: 60px
}

#dvHeaderWithdrawClumbs li.complete .content {
    color: #000
}

#dvHeaderWithdrawClumbs li .ball {
    background-color: #DDDDDD;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:576px) {
    #dvHeaderWithdrawClumbs li .ball {
        font-size: 1.625rem
    }
}

@media (min-width:576px) {
    #dvHeaderWithdrawClumbs li .ball {
        font-size: 1.75rem
    }
}

@media (min-width:768px) {
    #dvHeaderWithdrawClumbs li .ball {
        width: 60px;
        height: 60px;
        margin-bottom: 22px
    }
}

@media (max-width:767px) {
    #dvHeaderWithdrawClumbs li .ball {
        width: 74px;
        height: 74px;
        margin-bottom: 5px
    }
}

#dvHeaderWithdrawClumbs li .content {
    text-align: center;
    color: #ddd;
    max-width: 8.5em;
    min-width: 7.5em;
    letter-spacing: 0.05em;
    font-size: 16px
}

@media (max-width:767px) {
    #dvHeaderWithdrawClumbs li .content {
        letter-spacing: 1.5px
    }
}

.noProduct {
    display: block;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 100px
}

@media (max-width:767px) {
    .container_swiper {
        padding: 0 !important
    }
}

.errorTxt {
    display: inline-block;
    padding: 0 120px;
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:1500px) {
    .errorTxt {
        padding: 0 8.3%
    }
}

@media (max-width:767px) {
    .errorTxt {
        padding: 0 20px
    }
}



@media (min-width:768px) and (max-width:1500px) {
    .productList .container_padding {
        padding: 0 8.3%
    }
}

@media (max-width:767px) {
    .productList .container_padding {
        padding: 0 20px
    }
}

.productList .productBox,
.productList .titleBox {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd
}

.productList .productBox li:first-child,
.productList .titleBox li:first-child {
    flex: 0 0 42.25%
}

@media (min-width:768px) and (max-width:1024px) {

    .productList .productBox li:first-child,
    .productList .titleBox li:first-child {
        flex: 1
    }
}

@media (max-width:767px) {

    .productList .productBox li:first-child,
    .productList .titleBox li:first-child {
        width: 100%;
        margin-bottom: 24px
    }
}

.productList .productBox li:nth-child(2),
.productList .titleBox li:nth-child(2) {
    flex: 0 0 19.42%
}

@media (max-width:767px) {

    .productList .productBox li:nth-child(2),
    .productList .titleBox li:nth-child(2) {
        width: 100%;
        padding-left: 136px;
        margin-bottom: 8px
    }
}

.productList .productBox li:nth-child(3),
.productList .titleBox li:nth-child(3) {
    flex: 0 0 16.17%
}

@media (min-width:768px) and (max-width:1024px) {

    .productList .productBox li:nth-child(3),
    .productList .titleBox li:nth-child(3) {
        flex: 0 0 10.17%
    }
}

@media (max-width:767px) {

    .productList .productBox li:nth-child(3),
    .productList .titleBox li:nth-child(3) {
        width: 100%;
        padding-left: 136px;
        margin-bottom: 8px
    }
}

.productList .productBox li:nth-child(4),
.productList .titleBox li:nth-child(4) {
    flex: 0 0 16.92%
}

@media (min-width:768px) and (max-width:1024px) {

    .productList .productBox li:nth-child(4),
    .productList .titleBox li:nth-child(4) {
        flex: 0 0 14.92%
    }
}

@media (max-width:767px) {

    .productList .productBox li:nth-child(4),
    .productList .titleBox li:nth-child(4) {
        width: 100%;
        padding-left: 136px
    }
}

.productList .productBox li:nth-child(5),
.productList .titleBox li:nth-child(5) {
    flex: 0 0 5.24%
}

@media (max-width:767px) {

    .productList .productBox li:nth-child(5),
    .productList .titleBox li:nth-child(5) {
        width: 100%;
        padding-left: 136px
    }
}

.productList .productBox {
    padding: 30px 0
}

@media (max-width:767px) {
    .productList .productBox {
        flex-direction: column;
        align-items: baseline;
        padding: 28px 0
    }
}

.productList .productBox.last {
    border: none;
    margin-bottom: 70px
}

@media (max-width:767px) {
    .productList .productBox.last {
        margin-bottom: 22px
    }
}

@media (max-width:767px) {
    .productList .productBox>li {
        display: flex;
        align-items: baseline
    }
}

@media (max-width:767px) {
    .productList .productBox>li .m_title {
        font-size: 13px;
        letter-spacing: 1.3px;
        flex: 0 0 90px
    }
}

@media (max-width:767px) {
    .productList .productBox>li .m_info {
        font-size: 15px;
        letter-spacing: 1.5px
    }
}

.productList .productBox .fwB {
    font-weight: 700
}

.productList .productBox .productImgName {
    display: flex;
    align-items: center;
    transition: opacity 0.75s
}

@media (max-width:767px) {
    .productList .productBox .productImgName {
        width: 100%
    }
}

@media (min-width:768px) {
    .productList .productBox .productImgName:hover {
        opacity: 0.7
    }
}

.productList .productBox .productImg {
    flex: 0 0 140px;
    padding: 14px;
    background-color: #F5F5F5;
    margin-right: 30px
}

@media (min-width:768px) and (max-width:1024px) {
    .productList .productBox .productImg {
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .productList .productBox .productImg {
        flex: 0 0 120px;
        margin-right: 16px;
        padding: 12px
    }
}

.productList .productBox .productImg a {
    display: block
}

.productList .productBox .productName {
    max-width: 300px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5;
    padding-right: 30px
}

@media (min-width:768px) and (max-width:1024px) {
    .productList .productBox .productName {
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .productList .productBox .productName {
        max-width: 100%;
        flex: 1;
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 1.46;
        padding-right: 15px
    }
}

@media (min-width:768px) {
    .productList .productBox .deleteBox {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0%, -50%);
        width: 5.24%
    }
}

.productList .productBox .deleteBox>a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    transition: opacity 0.75s
}

@media (max-width:767px) {
    .productList .productBox .deleteBox>a {
        width: 26px;
        height: 26px
    }
}

@media (min-width:768px) {
    .productList .productBox .deleteBox>a:hover {
        opacity: 0.7
    }
}

.productList .productBox .deleteBox>a:after,
.productList .productBox .deleteBox>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg)
}

.productList .productBox .deleteBox>a:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.productList .productBox .number span {
    display: inline-block;
    width: 2em;
    text-align: center
}

@media (max-width:767px) {
    .productList .productBox .number span {
        text-align: left
    }
}

.productList .productBox .number input {
    height: auto;
    line-height: 1
}

.productList .productBox .promotionTxt {
    color: #D3132C
}

.productList .subcartOrder {
    display: flex;
    margin-bottom: 100px
}

@media (max-width:767px) {
    .productList .subcartOrder {
        flex-direction: column;
        margin-bottom: 70px
    }
}

.productList .subcartOrder>div {
    flex: 0 0 33.3333333333%;
    border-right: 1px solid #fff;
    background-color: rgba(148, 148, 148, 0.1)
}

.productList .subcartOrder>div:last-child {
    border-right: none
}

.productList .subcartOrder h5.title {
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    background-color: #000;
    color: #fff
}

@media (max-width:767px) {
    .productList .subcartOrder h5.title {
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding: 0 20px
    }
}

.productList .pointBoxNew .pointBoxNewBox {
    padding: 62px 20px 0
}

@media (min-width:768px) and (max-width:991px) {
    .productList .pointBoxNew .pointBoxNewBox {
        padding: 45px 20px 0
    }
}

@media (max-width:767px) {
    .productList .pointBoxNew .pointBoxNewBox {
        padding: 28px 24px
    }
}

.productList .pointBoxNew .pointBoxNewBox .pointTxt {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.375;
    margin-bottom: 57px
}

@media (max-width:767px) {
    .productList .pointBoxNew .pointBoxNewBox .pointTxt {
        font-size: 15px;
        letter-spacing: 1.5px;
        margin-bottom: 18px
    }
}

.productList .pointBoxNew .pointBoxNewBox .pointTxt span {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    color: #D3132C
}

@media (min-width:768px) and (max-width:991px) {
    .productList .pointBoxNew .pointBoxNewBox .pointTxt i {
        display: block
    }
}

.productList .pointBoxNew .pointBoxNewBox .pointInput {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    white-space: nowrap;
    margin-bottom: 17px
}

@media (max-width:767px) {
    .productList .pointBoxNew .pointBoxNewBox .pointInput {
        margin-bottom: 12px
    }
}

.productList .pointBoxNew .pointBoxNewBox .pointInput input {
    margin: 0 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0
}

.productList .pointBoxNew .pointBoxNewBox .pointInfo {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #9E9E9E
}

@media (max-width:767px) {
    .productList .pointBoxNew .pointBoxNewBox .pointInfo {
        font-size: 13px;
        letter-spacing: 1.3px
    }
}

.productList .couponBoxNew .couponBoxNewBox {
    padding: 36px 30px 32px
}

@media (min-width:768px) and (max-width:1200px) {
    .productList .couponBoxNew .couponBoxNewBox {
        padding: 30px 20px 32px
    }
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponBoxNewBox {
        padding: 28px 24px
    }
}

.productList .couponBoxNew .couponRadio tr {
    display: flex;
    flex-direction: column
}

.productList .couponBoxNew .couponRadio td {
    position: relative;
    margin-bottom: 18px
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponRadio td {
        margin-bottom: 7px
    }
}

.productList .couponBoxNew .couponRadio td input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.productList .couponBoxNew .couponRadio td input:checked+label:after {
    opacity: 1
}

.productList .couponBoxNew .couponRadio td label {
    position: relative;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5;
    padding-left: 34px
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponRadio td label {
        font-size: 15px;
        letter-spacing: 1.5px;
        padding-left: 29px
    }
}

.productList .couponBoxNew .couponRadio td label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ddd
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponRadio td label:before {
        width: 22px;
        height: 22px
    }
}

.productList .couponBoxNew .couponRadio td label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.75s
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponRadio td label:after {
        width: 14px;
        height: 14px;
        left: 6px
    }
}

.productList .couponBoxNew .selectBoxCoupon {
    display: flex;
    align-items: center;
    margin: 22px 0 64px
}

@media (max-width:1366px) {
    .productList .couponBoxNew .selectBoxCoupon {
        flex-direction: column;
        align-items: baseline
    }
}

@media (max-width:767px) {
    .productList .couponBoxNew .selectBoxCoupon {
        margin: 0px 0 28px
    }
}

.productList .couponBoxNew .selectBoxCoupon p {
    flex: 0 0 5.5em;
    margin-right: 16px;
    font-size: 16px;
    letter-spacing: 1.6px
}

@media (max-width:1366px) {
    .productList .couponBoxNew .selectBoxCoupon p {
        flex: 0 0 auto;
        margin: 0 0 10px
    }
}

.productList .couponBoxNew .selectBoxCoupon>div {
    flex: 1;
    width: 100%
}

.productList .couponBoxNew .selectBoxCoupon input,
.productList .couponBoxNew .selectBoxCoupon select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0
}

.productList .couponBoxNew .selectBoxCoupon select {
    color: #949494
}

.productList .couponBoxNew .btnBox {
    margin: 0
}

.productList .couponBoxNew .btnBox a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 500
}

@media (max-width:767px) {
    .productList .couponBoxNew .btnBox a {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        letter-spacing: 1.5px
    }
}

.productList .couponBoxNew .couponPupoBox {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75)
}

.productList .couponBoxNew .couponPupoBox .couponPupoList {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    max-width: 1200px;
    height: 80vh;
    max-height: 740px;
    background: #fff;
    padding: 60px 48px 60px 100px
}

@media (min-width:768px) and (max-width:1200px) {
    .productList .couponBoxNew .couponPupoBox .couponPupoList {
        padding: 40px 20px 40px 40px
    }
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponPupoBox .couponPupoList {
        padding: 20px 10px 20px 20px
    }
}

.productList .couponBoxNew .couponPupoBox h4 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponPupoBox h4 {
        margin-bottom: 15px
    }
}

.productList .couponBoxNew .couponPupoBox .hgcCouponContain {
    height: 45.5vh;
    overflow: hidden auto;
    padding-right: 52px
}

@media (min-width:768px) and (max-width:1200px) {
    .productList .couponBoxNew .couponPupoBox .hgcCouponContain {
        padding-right: 20px;
        height: 50vh
    }
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponPupoBox .hgcCouponContain {
        padding-right: 10px;
        height: 55vh
    }
}

.productList .couponBoxNew .couponPupoBox .hgcCouponContain::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponPupoBox .hgcCouponContain::-webkit-scrollbar {
        width: 3px
    }
}

.productList .couponBoxNew .couponPupoBox .hgcCouponContain::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #D9D9D9
}

.productList .couponBoxNew .couponPupoBox .hgcCouponContain::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #F6F7FA
}

.productList .couponBoxNew .couponPupoBox .btnBox {
    margin: 60px auto 0;
    padding-right: 52px
}

@media (min-width:768px) and (max-width:1440px) {
    .productList .couponBoxNew .couponPupoBox .btnBox {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .productList .couponBoxNew .couponPupoBox .btnBox {
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponPupoBox .btnBox {
        margin: 30px auto 0;
        padding-right: 10px
    }
}

.productList .couponBoxNew .couponPupoBox .btnBox a {
    width: 250px;
    height: 60px;
    line-height: 60px
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponPupoBox .btnBox a {
        width: 220px;
        height: 50px;
        line-height: 50px
    }
}

.productList .couponBoxNew .couponPupoBox .closeBtn {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../../Contents/images/common/colse.png") center/contain no-repeat
}

@media (min-width:768px) and (max-width:1200px) {
    .productList .couponBoxNew .couponPupoBox .closeBtn {
        top: 25px;
        right: 25px;
        width: 25px;
        height: 25px
    }
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponPupoBox .closeBtn {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px
    }
}

.productList .couponBoxNew .couponPupoBox .noUseCoupon {
    font-size: 14px;
    letter-spacing: 1.4px
}

.productList .couponBoxNew .couponContain,
.productList .couponBoxNew .couponTitle {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1.4px
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain,
    .productList .couponBoxNew .couponTitle {
        flex-direction: column;
        align-items: baseline
    }
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain li,
    .productList .couponBoxNew .couponTitle li {
        display: flex;
        align-items: baseline;
        margin-bottom: 8px
    }
}

@media (min-width:768px) and (max-width:991px) {

    .productList .couponBoxNew .couponContain li i,
    .productList .couponBoxNew .couponTitle li i {
        display: block
    }
}

.productList .couponBoxNew .couponContain li:first-child,
.productList .couponBoxNew .couponTitle li:first-child {
    flex: 0 0 16.28%
}

@media (min-width:768px) and (max-width:1200px) {

    .productList .couponBoxNew .couponContain li:first-child,
    .productList .couponBoxNew .couponTitle li:first-child {
        flex: 0 0 16%
    }
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain li:first-child,
    .productList .couponBoxNew .couponTitle li:first-child {
        flex: 0 0 auto;
        width: 100%
    }
}

.productList .couponBoxNew .couponContain li:nth-child(2),
.productList .couponBoxNew .couponTitle li:nth-child(2) {
    flex: 1
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain li:nth-child(2),
    .productList .couponBoxNew .couponTitle li:nth-child(2) {
        flex: 0 0 auto;
        width: 100%
    }
}

.productList .couponBoxNew .couponContain li:nth-child(3),
.productList .couponBoxNew .couponTitle li:nth-child(3) {
    flex: 0 0 22.375%
}

@media (min-width:768px) and (max-width:1200px) {

    .productList .couponBoxNew .couponContain li:nth-child(3),
    .productList .couponBoxNew .couponTitle li:nth-child(3) {
        flex: 0 0 18%
    }
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain li:nth-child(3),
    .productList .couponBoxNew .couponTitle li:nth-child(3) {
        flex: 0 0 auto;
        width: 100%
    }
}

.productList .couponBoxNew .couponContain li:nth-child(4),
.productList .couponBoxNew .couponTitle li:nth-child(4) {
    flex: 0 0 10.2%
}

@media (min-width:768px) and (max-width:1200px) {

    .productList .couponBoxNew .couponContain li:nth-child(4),
    .productList .couponBoxNew .couponTitle li:nth-child(4) {
        flex: 0 0 8%
    }
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain li:nth-child(4),
    .productList .couponBoxNew .couponTitle li:nth-child(4) {
        flex: 0 0 auto;
        width: 100%
    }
}

.productList .couponBoxNew .couponContain li:nth-child(5),
.productList .couponBoxNew .couponTitle li:nth-child(5) {
    flex: 0 0 20.6%
}

@media (min-width:768px) and (max-width:1200px) {

    .productList .couponBoxNew .couponContain li:nth-child(5),
    .productList .couponBoxNew .couponTitle li:nth-child(5) {
        flex: 0 0 23%
    }
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain li:nth-child(5),
    .productList .couponBoxNew .couponTitle li:nth-child(5) {
        flex: 0 0 auto;
        width: 100%
    }
}

.productList .couponBoxNew .couponContain li:nth-child(6),
.productList .couponBoxNew .couponTitle li:nth-child(6) {
    flex: 0 0 60px
}

@media (min-width:768px) and (max-width:1200px) {

    .productList .couponBoxNew .couponContain li:nth-child(6),
    .productList .couponBoxNew .couponTitle li:nth-child(6) {
        flex: 0 0 50px
    }
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain li:nth-child(6),
    .productList .couponBoxNew .couponTitle li:nth-child(6) {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain .m_title,
    .productList .couponBoxNew .couponTitle .m_title {
        flex: 0 0 6em
    }
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain .m_title i,
    .productList .couponBoxNew .couponTitle .m_title i {
        display: block
    }
}

.productList .couponBoxNew .couponContain .m_info,
.productList .couponBoxNew .couponTitle .m_info {
    padding-right: 10px
}

.productList .couponBoxNew .couponContain .btn_use,
.productList .couponBoxNew .couponTitle .btn_use {
    padding: 0
}

.productList .couponBoxNew .couponContain .btn_use a,
.productList .couponBoxNew .couponTitle .btn_use a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
    color: #fff
}

@media (max-width:767px) {

    .productList .couponBoxNew .couponContain .btn_use a,
    .productList .couponBoxNew .couponTitle .btn_use a {
        width: 60px
    }
}

.productList .couponBoxNew .couponTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 500
}

.productList .couponBoxNew .couponTitle li {
    color: #949494
}

.productList .couponBoxNew .couponContain {
    padding: 25px 0;
    border-bottom: 1px solid #ddd
}

@media (max-width:767px) {
    .productList .couponBoxNew .couponContain {
        padding: 20px 0 12px
    }
}

.productList .dataCoupon {
    display: inline-block;
    width: 6.5em
}

.productList .priceListNew .m_title {
    flex: 0 0 150px;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5
}

@media (min-width:768px) and (max-width:1366px) {
    .productList .priceListNew .m_title {
        flex: 1;
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .productList .priceListNew .m_title {
        font-size: 15px;
        letter-spacing: 0.75px
    }
}

.productList .priceListNew .m_info {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5;
    text-align: right
}

@media (min-width:768px) and (max-width:1366px) {
    .productList .priceListNew .m_info {
        width: max-content
    }
}

@media (max-width:767px) {
    .productList .priceListNew .m_info {
        font-size: 15px;
        letter-spacing: 0.75px
    }
}

.productList .priceListNew .priceListNewBox {
    padding: 36px 28px 41px
}

@media (min-width:768px) and (max-width:1200px) {
    .productList .priceListNew .priceListNewBox {
        padding: 30px 20px 32px
    }
}

@media (max-width:767px) {
    .productList .priceListNew .priceListNewBox {
        padding: 28px 24px
    }
}

.productList .priceListNew ul {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 28px
}

@media (max-width:767px) {
    .productList .priceListNew ul {
        margin-bottom: 24px
    }
}

.productList .priceListNew ul li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px
}

@media (min-width:768px) and (max-width:991px) {
    .productList .priceListNew ul li {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 10px
    }
}

.productList .priceListNew .sumPriceNew {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.productList .priceListNew .sumPriceNew .m_title {
    font-weight: 500
}

.productList .priceListNew .sumPriceNew .m_info {
    font-weight: 700;
    color: #D3132C
}

.btnBox {
    margin-bottom: 160px
}

@media (max-width:767px) {
    .btnBox {
        margin-bottom: 100px
    }
}

.indexItems {
    margin: 30px 0 100px
}

@media (max-width:767px) {
    .indexItems {
        margin: 28px 0 50px
    }
}

.indexItems .slick-track {
    display: flex;
    height: 100%;
    margin: 0
}

.indexItems .slick-list.draggable {
    max-width: calc(83.4% + 20px);
    margin: 0 auto
}

@media (max-width:767px) {
    .indexItems .slick-list.draggable {
        max-width: 100%
    }
}

.indexItems .slick-slide {
    margin: 0 10px;
    height: auto;
    display: flex !important;
    flex-direction: column
}

@media (max-width:767px) {
    .indexItems .slick-slide {
        margin: 0 14px
    }
}

@media (min-width:768px) {
    .indexItems .slick-slide:hover .thumb {
        opacity: 0.7
    }
}

.indexItems .slick-slide img {
    width: 100%
}

.indexItems .thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
    transition: opacity 0.75s
}

.indexItems .thumb img {
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5
}

@media (max-width:767px) {
    .indexItems .thumb img {
        padding: 12px
    }
}

.indexItems .name {
    flex: 1;
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 14px;
    line-height: 1.43;
    text-align: center
}

@media (max-width:767px) {
    .indexItems .name {
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 1.44;
        margin-bottom: 14px
    }
}

.indexItems .price {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 16px
}

/* 桌機版（大於 574px）修正圖片不變形 */
@media (min-width: 575px) {
    .indexItems .btnBox .buyCart {
        width: auto;
        height: auto;

    }

    .indexItems .btnBox .buyCart img {
        width: 25px;
        height: 25px;
        object-fit: contain;
        display: block;
    }
}

@media (max-width:767px) {
    .indexItems .price {
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 1.44;
        margin-bottom: 14px
    }
}

.indexItems .btnBox {
    margin: 0
}

.indexItems .btnBox .buyCart {
    display: inline-block; /* 讓外層跟著圖片大小 */
    width: auto;
    height: auto;

        /* 新增置中設定 */
        display: flex;
        align-items: center;   /* 垂直置中 */
        justify-content: center; /* 水平置中 */
}

@media (max-width:574px) {
    .indexItems .btnBox .buyCart {
        width: auto !important;
        height: auto !important;
        margin: 0 auto; /* 如果你想置中 */
    }

    .indexItems .btnBox .buyCart img {
        width: 25px;
        height: 25px;
    }
}

.indexItems .slick-arrow.slick-next,
.indexItems .slick-arrow.slick-prev {
    width: 20px;
    height: 34px
}

.indexItems .slick-arrow.slick-next:before,
.indexItems .slick-arrow.slick-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.75s
}

.indexItems .slick-next {
    right: 0
}

@media (min-width:992px) and (max-width:1600px) {
    .indexItems .slick-next {
        right: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .indexItems .slick-next {
        right: 16px
    }
}

@media (min-width:768px) {
    .indexItems .slick-next:hover:before {
        opacity: 0.5
    }
}

.indexItems .slick-next:before {
    background: url("../../Contents/images/common/swiper_r.png") center/contain no-repeat
}

.indexItems .slick-prev {
    left: 0
}

@media (min-width:992px) and (max-width:1600px) {
    .indexItems .slick-prev {
        left: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .indexItems .slick-prev {
        left: 16px
    }
}

@media (min-width:768px) {
    .indexItems .slick-prev:hover:before {
        opacity: 0.5
    }
}

.indexItems .slick-prev:before {
    background: url("../../Contents/images/common/swiper_l.png") center/contain no-repeat
}

.cart_1 .btnBox {
    margin-top: 100px
}

.cart_1 .reservePrice~.container_padding {
    display: none
}

.cart_1 .reservePrice {
    width: calc(100% - 240px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px;
    height: 85px;
    line-height: 85px;
    background-color: rgba(148, 148, 148, 0.1);
    margin: -58px auto 100px
}

@media (min-width:768px) and (max-width:1500px) {
    .cart_1 .reservePrice {
        width: 83.4%
    }
}

@media (max-width:767px) {
    .cart_1 .reservePrice {
        padding: 0 21px;
        height: 70px;
        line-height: 70px;
        width: calc(100% - 40px);
        margin: 0 auto 43px
    }
}

.cart_1 .reservePrice .leftTxt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333
}

@media (max-width:767px) {
    .cart_1 .reservePrice .leftTxt {
        font-size: 15px
    }
}

.cart_1 .reservePrice .rightTxt {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: right;
    color: #D3132C
}

@media (max-width:767px) {
    .cart_1 .reservePrice .rightTxt {
        font-size: 15px
    }
}

.cartSelect .intro {
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 21px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 1.5;
    margin: 100px 0 72px
}

@media (max-width:767px) {
    .cartSelect .intro {
        font-size: 15px;
        letter-spacing: 1.5px;
        padding: 18px 0;
        margin: 40px 0 34px;
        line-height: 1.93
    }
}

.cartSelect h4.cartListSubtitle {
    height: 64px;
    line-height: 64px;
    padding: 0 15px;
    margin-bottom: 29px
}

@media (max-width:767px) {
    .cartSelect h4.cartListSubtitle {
        padding: 0 0 0 20px
    }
}

.cartSelect .beforeBox,
.cartSelect .newBox {
    margin-bottom: 70px
}

@media (max-width:767px) {

    .cartSelect .beforeBox,
    .cartSelect .newBox {
        margin-bottom: 22px
    }
}

.cartSelect .titleTop {
    display: flex;
    align-items: center;
    padding-bottom: 17px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5
}

.cartSelect .titleTop li:first-child {
    flex: 0 0 66.7%
}

@media (min-width:768px) and (max-width:991px) {
    .cartSelect .titleTop li:first-child {
        flex: 0 0 65%
    }
}

.cartSelect .titleTop li:nth-child(2) {
    flex: 0 0 20.25%
}

@media (min-width:768px) and (max-width:991px) {
    .cartSelect .titleTop li:nth-child(2) {
        flex: 0 0 15%
    }
}

.cartSelect .titleTop li:nth-child(3) {
    flex: 0 0 13.05%;
    text-align: center
}

@media (min-width:768px) and (max-width:991px) {
    .cartSelect .titleTop li:nth-child(3) {
        flex: 0 0 20%
    }
}

.cartSelect .titleTop .addCheckAll,
.cartSelect .titleTop .removeCheckAll {
    position: relative;
    transition: color 0.75s
}

.cartSelect .titleTop .addCheckAll:after,
.cartSelect .titleTop .removeCheckAll:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: background-color 0.75s
}

@media (min-width:768px) {

    .cartSelect .titleTop .addCheckAll:hover,
    .cartSelect .titleTop .removeCheckAll:hover {
        color: #949494
    }

    .cartSelect .titleTop .addCheckAll:hover:after,
    .cartSelect .titleTop .removeCheckAll:hover:after {
        background-color: #949494
    }
}

.cartSelect .infoContain {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 30px 0;
    border-top: 1px solid #ddd
}

@media (max-width:767px) {
    .cartSelect .infoContain {
        flex-direction: column;
        padding: 28px 0;
        padding-left: 45px
    }
}

.cartSelect .infoContain:first-child {
    border: none
}

.cartSelect .infoContain li:first-child {
    flex: 0 0 66.7%
}

@media (min-width:768px) and (max-width:991px) {
    .cartSelect .infoContain li:first-child {
        flex: 0 0 65%
    }
}

@media (max-width:767px) {
    .cartSelect .infoContain li:first-child {
        flex: 0 0 auto;
        width: 100%
    }
}

.cartSelect .infoContain li:nth-child(2) {
    flex: 0 0 20.25%
}

@media (min-width:768px) and (max-width:991px) {
    .cartSelect .infoContain li:nth-child(2) {
        flex: 0 0 15%
    }
}

@media (max-width:767px) {
    .cartSelect .infoContain li:nth-child(2) {
        flex: 0 0 auto;
        width: 100%
    }
}

.cartSelect .infoContain li:nth-child(3) {
    flex: 0 0 13.05%;
    text-align: center
}

@media (min-width:768px) and (max-width:991px) {
    .cartSelect .infoContain li:nth-child(3) {
        flex: 0 0 20%
    }
}

@media (max-width:767px) {
    .cartSelect .infoContain li:nth-child(3) {
        flex: 0 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }
}

.cartSelect .infoContain .imgName {
    display: flex;
    align-items: center;
    transition: opacity 0.75s
}

@media (max-width:767px) {
    .cartSelect .infoContain .imgName {
        margin-bottom: 13px
    }
}

@media (min-width:768px) {
    .cartSelect .infoContain .imgName:hover {
        opacity: 0.7
    }
}

.cartSelect .infoContain .productImg {
    flex: 0 0 140px;
    aspect-ratio: 1/1;
    padding: 14px;
    background: #F5F5F5;
    margin-right: 30px
}

@media (max-width:767px) {
    .cartSelect .infoContain .productImg {
        flex: 0 0 120px;
        padding: 12px;
        margin-right: 19px
    }
}

.cartSelect .infoContain .productImg a {
    display: block
}

.cartSelect .infoContain .productImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.cartSelect .infoContain .icon {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .cartSelect .infoContain .icon {
        margin-bottom: 11px
    }

    .cartSelect .infoContain .icon.mo {
        display: flex !important
    }
}

.cartSelect .infoContain .icon img {
    display: block;
    height: 24px;
    object-fit: contain;
    margin: 0 2px 2px 0
}

@media (max-width:767px) {
    .cartSelect .infoContain .icon img {
        height: 28px;
        margin: 0 4px 4px 0
    }
}

.cartSelect .infoContain .iconName {
    display: flex;
    flex-direction: column;
    padding-right: 30px
}

@media (max-width:767px) {
    .cartSelect .infoContain .iconName {
        padding-right: 0px
    }
}

.cartSelect .infoContain .iconName .name {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    letter-spacing: 1.6px
}

@media (max-width:767px) {
    .cartSelect .infoContain .iconName .name {
        margin-top: 0;
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 1.47
    }
}

@media (max-width:767px) {
    .cartSelect .infoContain .productPrice {
        display: flex;
        padding-left: 139px
    }
}

.cartSelect .infoContain .productPrice .m_title {
    font-size: 13px;
    letter-spacing: 1.3px;
    flex: 0 0 45px
}

.cartSelect .infoContain .productPrice .m_info {
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 700
}

.cartSelect .infoContain .checkBox {
    position: relative
}

.cartSelect .infoContain .checkBox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.cartSelect .infoContain .checkBox input:checked+label:after {
    opacity: 1
}

.cartSelect .infoContain .checkBox label {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto
}

@media (max-width:767px) {
    .cartSelect .infoContain .checkBox label {
        width: 18px;
        height: 18px
    }
}

.cartSelect .infoContain .checkBox label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    border: 1px solid #949494
}

.cartSelect .infoContain .checkBox label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: #000 url("../../Contents/images/common/checked.png") top 6px center/16px 14px no-repeat;
    opacity: 0;
    transition: opacity 0.75s
}

@media (max-width:767px) {
    .cartSelect .infoContain .checkBox label:after {
        background: #000 url("../../Contents/images/common/checked.png") top 4px center/10px 8px no-repeat
    }
}

@media (max-width:767px) {
    .cart_2 .memo {
        margin-bottom: 50px
    }
}

.cart_2 .memo p {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 500;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .cart_2 .memo p {
        font-size: 15px;
        letter-spacing: 1.5px
    }
}

.cart_2 .memo textarea {
    height: 200px
}

.cart_2 .btnBox {
    margin-top: 100px
}

@media (max-width:767px) {
    .cart_2 .btnBox {
        margin-top: 50px
    }
}

.mainContain {
    display: flex
}

.mainContain h3.cartListTitle a {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .mainContain h3.cartListTitle a {
        margin-bottom: 16px
    }
}

.mainContain h4.cartListSubtitle {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .mainContain h4.cartListSubtitle {
        margin-bottom: 20px
    }
}

.mainContain .mainBox {
    flex: 1;
    margin-right: 60px
}

@media (min-width:768px) and (max-width:991px) {
    .mainContain .mainBox {
        margin-right: 30px
    }
}

@media (max-width:767px) {
    .mainContain .mainBox {
        flex: 0 0 auto;
        width: 100%;
        margin: 0
    }
}

.mainContain .rightBox {
    flex: 0 0 33.33%
}

@media (min-width:768px) and (max-width:991px) {
    .mainContain .rightBox {
        flex: 0 0 40%
    }
}

@media (max-width:767px) {
    .mainContain .rightBox {
        flex: 0 0 auto;
        width: 100%;
        margin: 0
    }
}

.mainContain .m_title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    line-height: 1.5;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .mainContain .m_title {
        font-size: 15px;
        letter-spacing: 1.5px;
        margin-bottom: 12px
    }
}

.mainContain .m_title.importTxt span {
    position: relative
}

.mainContain .m_title.importTxt span:after {
    content: "*";
    position: absolute;
    top: 0;
    right: -8px;
    font-size: 12px;
    color: #D3132C;
    font-weight: 500
}

.mainContain .m_info input {
    background: #F5F5F5
}

.mainContain .m_info input,
.mainContain .m_info select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    padding: 0 10px
}

.mainContain .orderUserBox {
    margin-bottom: 100px
}

@media (max-width:767px) {
    .mainContain .orderUserBox {
        margin-bottom: 70px
    }
}

.mainContain .orderUser li {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .mainContain .orderUser li.name {
        margin-bottom: 20px
    }
}

.mainContain .orderUser .flgmail {
    position: relative;
    margin: -34px 0 40px
}

.mainContain .orderUser .flgmail input {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 0
}

.mainContain .orderUser .flgmail input:checked+label:after {
    opacity: 1
}

.mainContain .orderUser .flgmail label {
    position: relative;
    padding-left: 26px
}

@media (max-width:767px) {
    .mainContain .orderUser .flgmail label {
        font-size: 13px
    }
}

.mainContain .orderUser .flgmail label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #949494
}

.mainContain .orderUser .flgmail label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #000 url("../../Contents/images/common/checked.png") center/12px 9px no-repeat;
    opacity: 0;
    transition: opacity 0.75s
}

.mainContain .orderUser .country select {
    pointer-events: none;
    background: #F5F5F5;
    opacity: 0.7
}

.mainContain .orderUser .m_info {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between
}

.mainContain .orderUser .m_info .w47 {
    flex: 0 0 47%;
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .mainContain .orderUser .m_info .w47 {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px
    }
}

.mainContain .orderUser .m_info .w47 .name {
    flex: 0 0 2em
}

.mainContain .orderUser .m_info .w100 {
    flex: 0 0 100%
}

@media (max-width:767px) {
    .mainContain .orderUser .m_info .w100 {
        flex: 0 0 auto;
        width: 100%
    }
}

.mainContain .orderUser .m_info p.w100 {
    display: inline-block;
    height: 30px
}

@media (max-width:767px) {
    .mainContain .orderUser .m_info p.w100 {
        display: none
    }
}

.mainContain .sentWay li {
    margin-bottom: 40px
}

.mainContain .sentWay .orderUser {
    margin-top: 40px
}

.mainContain .invoice {
    margin-bottom: 100px
}

@media (max-width:767px) {
    .mainContain .invoice {
        margin-bottom: 50px
    }
}

.mainContain .invoice .personInfo>li {
    margin-bottom: 40px
}

.mainContain .invoice .personInfo ul li {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .mainContain .userProduct {
        margin-bottom: 22px
    }
}

.mainContain .userProduct .title {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd
}

@media (max-width:767px) {
    .mainContain .userProduct .title {
        font-size: 15px;
        padding-bottom: 12px
    }
}

.mainContain .userProductItems {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .mainContain .userProductItems {
        margin-bottom: 0px
    }
}

.mainContain .userProductItems ul {
    padding: 30px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    transition: opacity 0.75s
}

@media (max-width:767px) {
    .mainContain .userProductItems ul {
        padding: 28px 0
    }
}

@media (min-width:768px) {
    .mainContain .userProductItems ul:hover {
        opacity: 0.7
    }
}

.mainContain .userProductItems ul.last {
    border: none
}

.mainContain .userProductItems ul .productImg {
    flex: 0 0 140px;
    margin-right: 30px;
    background-color: #F5F5F5;
    padding: 14px
}

@media (min-width:768px) and (max-width:1200px) {
    .mainContain .userProductItems ul .productImg {
        flex: 0 0 100px;
        margin-right: 20px;
        padding: 10px
    }
}

@media (max-width:767px) {
    .mainContain .userProductItems ul .productImg {
        flex: 0 0 120px;
        padding: 12px;
        margin-right: 16px
    }
}

.mainContain .userProductItems ul .productImg a {
    display: block
}

.mainContain .userProductItems ul .productImg img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center
}

.mainContain .userProductItems ul .name {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5
}

@media (max-width:767px) {
    .mainContain .userProductItems ul .name {
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 1.46
    }
}

.mainContain .infoAddr {
    margin-top: 30px
}

.mainContain .infoAddr li {
    display: flex;
    align-items: baseline;
    line-height: 1.65
}

.mainContain .infoAddr li .m_title {
    margin: 0;
    flex: 0 0 140px;
    font-size: 16px;
    letter-spacing: 1.6px
}

@media (max-width:767px) {
    .mainContain .infoAddr li .m_title {
        font-size: 15px;
        letter-spacing: 1.5px;
        flex: 0 0 90px
    }
}

.mainContain .infoAddr li .m_info {
    font-size: 16px;
    letter-spacing: 1.6px
}

@media (max-width:767px) {
    .mainContain .infoAddr li .m_info {
        font-size: 15px;
        letter-spacing: 1.5px
    }
}

.mainContain .storePickUp ul:not(.infoAddr) li:last-child {
    margin-bottom: 24px
}

.mainContain .storePickUp ul.infoAddr li:last-child {
    margin-bottom: 80px
}

.mainContain .brithBox {
    width: 100%;
    margin-bottom: 20px !important
}

@media (min-width:768px) {
    .mainContain .brithBox {
        margin-bottom: 10px !important
    }
}

.mainContain .brithBox .form-groupBox {
    width: 100%
}

@media (min-width:768px) {
    .mainContain .brithBox .form-groupBox {
        display: flex;
        justify-content: space-between
    }
}

.mainContain .brithBox .form-group {
    display: flex;
    align-items: baseline
}

@media (min-width:768px) {
    .mainContain .brithBox .form-group {
        width: 32%
    }
}

@media (max-width:767px) {
    .mainContain .brithBox .form-group {
        width: 100%;
        margin-bottom: 15px
    }
}

.mainContain .brithBox .form-input {
    flex-grow: 1;
    margin-right: 10px
}

@media (max-width:767px) {
    .mainContain .brithBox .form-input {
        margin-right: 6px
    }
}

.cart_3 .btnBox {
    margin-top: 100px
}

@media (max-width:767px) {
    .cart_3 .btnBox {
        margin-top: 50px
    }
}

.cart_3 .containBox {
    display: flex
}

@media (max-width:767px) {
    .cart_3 .containBox {
        flex-direction: column
    }
}

.cart_3 .containBox .leftPay {
    flex: 1;
    margin-right: 60px
}

@media (min-width:768px) and (max-width:991px) {
    .cart_3 .containBox .leftPay {
        margin-right: 30px
    }
}

@media (max-width:767px) {
    .cart_3 .containBox .leftPay {
        flex: 0 0 auto;
        width: 100%;
        margin: 0
    }
}

.cart_3 .containBox .rightPay {
    flex: 0 0 33.33%;
    width: 33.33%
}

@media (min-width:768px) and (max-width:991px) {
    .cart_3 .containBox .rightPay {
        flex: 0 0 40%;
        width: 40%
    }
}

@media (max-width:767px) {
    .cart_3 .containBox .rightPay {
        flex: 0 0 auto;
        width: 100%;
        margin: 0
    }
}

.cart_3 .containBox .rightPay .title {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd
}

@media (max-width:767px) {
    .cart_3 .containBox .rightPay .title {
        font-size: 15px;
        padding-bottom: 12px
    }
}

.cart_3 .payBox .radio {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .cart_3 .payBox .radio {
        margin-bottom: 0px
    }
}

.cart_3 .payBox .radio li {
    position: relative;
    margin-bottom: 16px
}

@media (max-width:575px) {
    .cart_3 .payBox .radio li {
        width: 100%
    }
}

.cart_3 .payBox .radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0
}

.cart_3 .payBox .radio input:checked+label:after {
    opacity: 1
}

.cart_3 .payBox .radio label {
    position: relative;
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 0 48px 0 34px
}

@media (max-width:575px) {
    .cart_3 .payBox .radio label {
        padding: 0 0 0 29px
    }
}

.cart_3 .payBox .radio label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #ddd
}

@media (max-width:767px) {
    .cart_3 .payBox .radio label:before {
        width: 22px;
        height: 22px
    }
}

.cart_3 .payBox .radio label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000;
    transition: opacity 0.75s;
    opacity: 0
}

@media (max-width:767px) {
    .cart_3 .payBox .radio label:after {
        width: 12px;
        height: 12px
    }
}

.cart_3 .payBox .selectBox {
    margin-bottom: 38px
}

.cart_3 .payBox .selectBox.hide {
    display: none
}

.cart_3 .payBox .selectBox p {
    margin-bottom: 10px
}

.cart_3 .payBox .selectBox p span {
    position: relative;
    font-size: 16px;
    font-weight: 500
}

.cart_3 .payBox .selectBox p span:after {
    content: "*";
    position: absolute;
    top: 0;
    right: -7px;
    font-size: 12px;
    color: #D3132C;
    font-weight: 500
}

.cart_3 .payBox .selectBox select {
    border: 1px solid #ddd
}

@media (max-width:767px) {
    .cart_3 .rightBox {
        margin-bottom: 70px
    }
}

@media (max-width:767px) {
    .orderPayment h3.cartListTitle a {
        margin-bottom: 28px
    }
}

.orderPayment h4.cartListSubtitle {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .orderPayment h4.cartListSubtitle {
        margin-bottom: 20px
    }
}

.orderPayment .multiProduct,
.orderPayment .singleProduct {
    padding: 30px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    transition: opacity 0.75s
}

@media (max-width:767px) {

    .orderPayment .multiProduct,
    .orderPayment .singleProduct {
        padding: 28px 0
    }
}

@media (min-width:768px) {

    .orderPayment .multiProduct:hover,
    .orderPayment .singleProduct:hover {
        opacity: 0.7
    }
}

.orderPayment .multiProduct.last,
.orderPayment .singleProduct.last {
    border: none;
    padding-bottom: 60px
}

@media (max-width:767px) {

    .orderPayment .multiProduct.last,
    .orderPayment .singleProduct.last {
        padding-bottom: 50px
    }
}

.orderPayment .multiProduct li:nth-child(2),
.orderPayment .singleProduct li:nth-child(2) {
    flex: 1
}

.orderPayment .productImg {
    flex: 0 0 140px;
    margin-right: 30px;
    background-color: #F5F5F5;
    padding: 14px
}

@media (min-width:768px) and (max-width:1200px) {
    .orderPayment .productImg {
        flex: 0 0 100px;
        margin-right: 20px;
        padding: 10px
    }
}

@media (max-width:767px) {
    .orderPayment .productImg {
        flex: 0 0 120px;
        padding: 12px;
        margin-right: 16px
    }
}

.orderPayment .productImg a {
    display: block
}

.orderPayment .productImg img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center
}

.orderPayment .name {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5;
    margin-bottom: 14px
}

@media (max-width:767px) {
    .orderPayment .name {
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 1.46
    }
}

.orderPayment .price {
    display: flex;
    align-items: baseline
}

.orderPayment .price .m_title {
    font-size: 14px;
    letter-spacing: 1.4px;
    flex: 0 0 45px
}

.orderPayment .price .m_info {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 700
}

.orderPayment .priceItemsList {
    padding: 36px 28px 41px
}

.orderPayment .priceItemsList ul>li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 8px
}

.orderPayment .priceListNewBox {
    background-color: rgba(148, 148, 148, 0.1);
    padding: 36px 28px 41px;
    margin-bottom: 60px
}

@media (min-width:768px) and (max-width:1200px) {
    .orderPayment .priceListNewBox {
        padding: 30px 20px 32px
    }
}

@media (max-width:767px) {
    .orderPayment .priceListNewBox {
        padding: 28px 24px;
        margin-bottom: 0px
    }
}

.orderPayment .priceListNewBox.Reserved {
    padding: 31px 20px
}

@media (max-width:767px) {
    .orderPayment .priceListNewBox.Reserved {
        padding: 24px 20px
    }
}

.orderPayment .priceListNewBox .m_title {
    flex: 0 0 150px;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5
}

@media (min-width:768px) and (max-width:1366px) {
    .orderPayment .priceListNewBox .m_title {
        flex: 1;
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .orderPayment .priceListNewBox .m_title {
        font-size: 15px;
        letter-spacing: 0.75px
    }
}

.orderPayment .priceListNewBox .m_info {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5;
    text-align: right
}

@media (min-width:992px) and (max-width:1366px) {
    .orderPayment .priceListNewBox .m_info {
        flex: 1;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .orderPayment .priceListNewBox .m_info {
        width: max-content
    }
}

@media (max-width:767px) {
    .orderPayment .priceListNewBox .m_info {
        font-size: 15px;
        letter-spacing: 0.75px
    }
}

.orderPayment .priceListNewBox ul {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 28px
}

@media (max-width:767px) {
    .orderPayment .priceListNewBox ul {
        margin-bottom: 24px
    }
}

.orderPayment .priceListNewBox ul li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px
}

@media (min-width:768px) and (max-width:991px) {
    .orderPayment .priceListNewBox ul li {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 10px
    }
}

.orderPayment .priceListNewBox .sumPriceNew {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.orderPayment .priceListNewBox .sumPriceNew .m_title {
    font-weight: 500
}

.orderPayment .priceListNewBox .sumPriceNew .m_info {
    font-weight: 700;
    color: #D3132C
}

.cart_4 .personInfo {
    margin-bottom: 100px
}

@media (max-width:767px) {
    .cart_4 .personInfo {
        margin-bottom: 70px
    }
}

.cart_4 .personInfo.mb40 {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .cart_4 .personInfo.mb40 {
        margin-bottom: 20px
    }
}

.cart_4 .personInfo li {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .cart_4 .personInfo li {
        font-size: 15px;
        letter-spacing: 1.5px;
        margin-bottom: 20px
    }
}

.cart_4 .personInfo .m_title {
    flex: 0 0 150px;
    font-weight: 500
}

@media (max-width:767px) {
    .cart_4 .personInfo .m_title {
        flex: 0 0 110px
    }
}

.cart_4 .personInfo .mailFlg {
    position: relative;
    display: block;
    pointer-events: none;
    margin-top: 9px
}

.cart_4 .personInfo .mailFlg input {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 0
}

.cart_4 .personInfo .mailFlg input:checked+label:after {
    opacity: 1
}

.cart_4 .personInfo .mailFlg label {
    position: relative;
    padding-left: 26px
}

@media (max-width:767px) {
    .cart_4 .personInfo .mailFlg label {
        font-size: 13px
    }
}

.cart_4 .personInfo .mailFlg label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #ddd
}

.cart_4 .personInfo .mailFlg label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #000 url(../../Contents/images/common/checked.png) center top 3px/12px 9px no-repeat;
    opacity: 0;
    transition: opacity 0.75s
}

.cart_4 .personInfo .changeBox {
    margin-bottom: 32px
}

@media (max-width:767px) {
    .cart_4 .personInfo .changeBox {
        margin-bottom: 20px
    }
}

.cart_4 .personInfo .changeBox .m_info {
    display: flex;
    align-items: center
}

.cart_4 .changeBtn {
    display: inline-block;
    flex: 0 0 64px;
    width: 64px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #000;
    margin-left: 32px
}

@media (max-width:767px) {
    .cart_4 .changeBtn {
        flex: 0 0 65px;
        width: 65px;
        height: 36px;
        line-height: 36px;
        margin-left: 40px
    }
}

.cart_4 .changeBtn span {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 500;
    color: #fff
}

.cart_4 .btnBox {
    margin-top: 0
}

@media (max-width:767px) {
    .cart_4 .btnBox {
        margin-top: 50px
    }
}

.cart_4 .bodyRecommendBox {
    letter-spacing: 0.1em;
    margin-top: 70px
}

@media (max-width:767px) {
    .cart_4 .bodyRecommendBox {
        margin-top: 50px
    }
}

.cart_4 .bodyRecommendBox span {
    line-height: 1.5
}

.cart_4 .orderContainBox {
    display: flex
}

@media (max-width:767px) {
    .cart_4 .orderContainBox {
        flex-direction: column
    }
}

.cart_4 .orderContainBox .orderContain {
    flex: 1;
    margin-right: 60px
}

@media (min-width:768px) and (max-width:991px) {
    .cart_4 .orderContainBox .orderContain {
        margin-right: 30px
    }
}

@media (max-width:767px) {
    .cart_4 .orderContainBox .orderContain {
        flex: 0 0 auto;
        width: 100%;
        margin: 0
    }
}

.cart_4 .orderContainBox .rightConfirm {
    flex: 0 0 33.33%
}

@media (min-width:768px) and (max-width:991px) {
    .cart_4 .orderContainBox .rightConfirm {
        flex: 0 0 40%
    }
}

@media (max-width:767px) {
    .cart_4 .orderContainBox .rightConfirm {
        flex: 0 0 auto;
        width: 100%;
        margin: 0
    }
}

.cart_4 .notRealPay .personInfo.mb40 {
    margin-bottom: 100px
}

@media (max-width:767px) {
    .cart_4 .notRealPay .personInfo.mb40 {
        margin-bottom: 70px
    }
}

.cart_4 .notRealPay .invoiceBox,
.cart_4 .notRealPay .memoBox {
    display: none
}

.cart_4 .notRealPay .noReal,
.cart_4 .notRealPay .realTxt {
    display: none
}

.cart_4 .notRealPay .noRealTxt {
    display: block
}

.cart_4 .noRealTxt {
    display: none
}

.cart_4 .rightBox .title {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd
}

@media (max-width:767px) {
    .cart_4 .rightBox .title {
        font-size: 15px;
        padding-bottom: 12px
    }
}

.cart_5 .intro {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px;
    font-size: 16px;
    letter-spacing: 1.6px;
    background-color: #F5F5F5;
    margin-bottom: 60px
}

@media (max-width:767px) {
    .cart_5 .intro {
        padding: 25px 20px;
        font-size: 15px;
        letter-spacing: 1.5px;
        margin-bottom: 50px
    }
}

.cart_5 .intro .icon {
    margin-right: 45px;
    flex: 0 0 76px
}

@media (min-width:768px) and (max-width:1200px) {
    .cart_5 .intro .icon {
        margin-right: 20px
    }
}

.cart_5 .intro .txt {
    max-width: 803px
}

.cart_5 .intro .red {
    color: #D3132C
}

.cart_5 .info_1 ul {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.1em
}

@media (max-width:767px) {
    .cart_5 .info_1 ul {
        font-size: 15px;
        flex-direction: column;
        align-items: baseline
    }
}

.cart_5 .info_1 ul:not(.title) {
    padding: 30px 0
}

@media (max-width:767px) {
    .cart_5 .info_1 ul:not(.title) {
        padding: 24px 0 30px
    }
}

.cart_5 .info_1 ul.title {
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd
}

@media (max-width:767px) {
    .cart_5 .info_1 ul.title {
        padding-bottom: 12px
    }
}

.cart_5 .info_1 ul li {
    padding-right: 1.5em
}

@media (max-width:767px) {
    .cart_5 .info_1 ul li {
        margin-bottom: 20px;
        display: flex;
        align-items: baseline;
        padding-right: 0
    }
}

.cart_5 .info_1 ul li:first-child {
    flex: 0 0 22.6%
}

@media (min-width:768px) and (max-width:1200px) {
    .cart_5 .info_1 ul li:first-child {
        flex: 0 0 28%;
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .cart_5 .info_1 ul li:first-child {
        flex: 0 0 auto;
        width: 100%
    }
}

.cart_5 .info_1 ul li:nth-child(2) {
    flex: 0 0 24.3%
}

@media (min-width:768px) and (max-width:1200px) {
    .cart_5 .info_1 ul li:nth-child(2) {
        flex: 0 0 19%;
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .cart_5 .info_1 ul li:nth-child(2) {
        flex: 0 0 auto;
        width: 100%
    }
}

.cart_5 .info_1 ul li:nth-child(3) {
    flex: 0 0 20%
}

@media (min-width:768px) and (max-width:1200px) {
    .cart_5 .info_1 ul li:nth-child(3) {
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .cart_5 .info_1 ul li:nth-child(3) {
        flex: 0 0 auto;
        width: 100%
    }
}

.cart_5 .info_1 ul li:nth-child(4) {
    flex: 0 0 16.6%
}

@media (min-width:768px) and (max-width:1200px) {
    .cart_5 .info_1 ul li:nth-child(4) {
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .cart_5 .info_1 ul li:nth-child(4) {
        flex: 0 0 auto;
        width: 100%
    }
}

.cart_5 .info_1 ul li:nth-child(5) {
    flex: 1
}

@media (min-width:768px) and (max-width:1200px) {
    .cart_5 .info_1 ul li:nth-child(5) {
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .cart_5 .info_1 ul li:nth-child(5) {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width:767px) {
    .cart_5 .info_1 ul .m_title {
        flex: 0 0 115px
    }
}

@media (max-width:767px) {
    .cart_5 .info_1 ul .m_info {
        flex: 1
    }
}

.cart_5 .info2Box {
    display: flex;
    align-items: center;
    padding: 40px 0;
    background-color: rgba(148, 148, 148, 0.1);
    margin: 20px 0 0px
}

@media (max-width:767px) {
    .cart_5 .info2Box {
        padding: 23px 20px 4px;
        flex-direction: column;
        align-items: baseline;
        margin: 20px 0 0px
    }
}

.cart_5 .info2Box ul {
    flex: 0 0 50%;
    padding: 0 48px
}

@media (min-width:768px) and (max-width:1200px) {
    .cart_5 .info2Box ul {
        padding: 0 28px
    }
}

@media (max-width:767px) {
    .cart_5 .info2Box ul {
        flex: 0 0 auto;
        padding: 0
    }
}

.cart_5 .info2Box ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2
}

@media (max-width:767px) {
    .cart_5 .info2Box ul li {
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 1.67
    }
}

.cart_5 .info2Box ul .m_title {
    font-weight: 500;
    flex: 0 0 155px
}

@media (min-width:768px) and (max-width:1200px) {
    .cart_5 .info2Box ul .m_title {
        flex: 0 0 110px
    }
}

@media (max-width:767px) {
    .cart_5 .info2Box ul .m_title {
        flex: 0 0 110px
    }
}

.cart_5 .info2Box ul+ul {
    border-left: 1px solid #d9d9d9
}

@media (max-width:767px) {
    .cart_5 .info2Box ul+ul {
        border: none
    }
}

.cart_5 .productListBox .cartListSubtitle {
    margin: 70px 0 30px
}

@media (max-width:767px) {
    .cart_5 .productListBox .cartListSubtitle {
        margin: 0 0 4px
    }
}

.cart_5 .productListBox .product.last ul {
    border-bottom: none
}

.cart_5 .productListBox ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9
}

@media (max-width:767px) {
    .cart_5 .productListBox ul {
        flex-direction: column;
        align-items: baseline
    }
}

.cart_5 .productListBox ul:not(.title) {
    padding: 30px 0
}

@media (max-width:767px) {
    .cart_5 .productListBox ul:not(.title) {
        padding: 28px 0
    }
}

.cart_5 .productListBox ul.title {
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd
}

@media (max-width:767px) {
    .cart_5 .productListBox ul.title {
        padding-bottom: 12px
    }
}

.cart_5 .productListBox ul li {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5
}

@media (max-width:767px) {
    .cart_5 .productListBox ul li {
        font-size: 15px;
        letter-spacing: 1.5px;
        display: flex;
        align-items: baseline;
        margin-bottom: 8px
    }
}

.cart_5 .productListBox ul li .m_title {
    font-size: 13px;
    letter-spacing: 1.3px;
    flex: 0 0 90px
}

@media (max-width:767px) {
    .cart_5 .productListBox ul li .m_info {
        line-height: 1.267
    }
}

.cart_5 .productListBox ul li .m_info .red {
    color: #D3132C
}

.cart_5 .productListBox ul li:first-child {
    flex: 0 0 42.25%;
    display: flex;
    align-items: center;
    padding-right: 20px
}

@media (max-width:767px) {
    .cart_5 .productListBox ul li:first-child {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 13px;
        padding-right: 16px
    }
}

.cart_5 .productListBox ul li:first-child .productImg {
    flex: 0 0 140px;
    margin-right: 30px;
    padding: 14px;
    background-color: #F5F5F5
}

@media (min-width:768px) and (max-width:1200px) {
    .cart_5 .productListBox ul li:first-child .productImg {
        flex: 0 0 120px;
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .cart_5 .productListBox ul li:first-child .productImg {
        flex: 0 0 120px;
        margin-right: 16px;
        padding: 12px
    }
}

.cart_5 .productListBox ul li:first-child .productImg a {
    display: block
}

.cart_5 .productListBox ul li:first-child .productImg img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center
}

.cart_5 .productListBox ul li:nth-child(2) {
    flex: 0 0 17.75%;
    padding-right: 20px
}

@media (max-width:767px) {
    .cart_5 .productListBox ul li:nth-child(2) {
        flex: 0 0 auto;
        width: 100%;
        padding-left: 136px;
        padding-right: 16px
    }
}

.cart_5 .productListBox ul li:nth-child(3) {
    flex: 0 0 17.75%;
    padding-right: 20px
}

@media (max-width:767px) {
    .cart_5 .productListBox ul li:nth-child(3) {
        flex: 0 0 auto;
        width: 100%;
        padding-left: 136px;
        padding-right: 16px
    }
}

.cart_5 .productListBox ul li:nth-child(4) {
    flex: 0 0 13.75%;
    padding-right: 20px
}

@media (max-width:767px) {
    .cart_5 .productListBox ul li:nth-child(4) {
        flex: 0 0 auto;
        width: 100%;
        padding-left: 136px;
        padding-right: 16px
    }
}

.cart_5 .productListBox ul li:nth-child(5) {
    flex: 0 0 8.5%
}

@media (max-width:767px) {
    .cart_5 .productListBox ul li:nth-child(5) {
        flex: 0 0 auto;
        width: 100%;
        padding-left: 136px
    }
}

.cart_5 .productListBox ul li:nth-child(5) .m_info {
    font-weight: 700
}

.cart_5 .productListPrice {
    display: flex;
    margin: 70px 0 100px
}

@media (max-width:767px) {
    .cart_5 .productListPrice {
        margin: 22px 0 50px;
        flex-direction: column;
        align-items: baseline
    }
}

.cart_5 .productListPrice.appreciation {
    margin: 0 0 100px;
    padding: 30px 0 0 0;
    justify-content: flex-end;
    border-top: 1px solid #d9d9d9
}

@media (max-width:767px) {
    .cart_5 .productListPrice.appreciation {
        margin: 0 0 50px;
        padding: 22px 0 0 0;
        flex-direction: column;
        align-items: baseline
    }
}

.cart_5 .productListPrice.appreciation>ul {
    flex: 0 0 auto
}

.cart_5 .productListPrice.appreciation .m_title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333;
    margin-right: 123px
}

.cart_5 .productListPrice.appreciation .m_info {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: right;
    color: #D3132C
}

.cart_5 .productListPrice ul {
    flex: 0 0 50%
}

@media (max-width:767px) {
    .cart_5 .productListPrice ul {
        flex: 0 0 auto;
        width: 100%
    }
}

.cart_5 .productListPrice ul li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 16px;
    letter-spacing: 1.6px
}

@media (max-width:767px) {
    .cart_5 .productListPrice ul li {
        font-size: 15px;
        letter-spacing: 1.5px
    }
}

.cart_5 .productListPrice ul.leftTxt {
    border-right: 1px solid #d9d9d9;
    padding-right: 40px
}

@media (max-width:767px) {
    .cart_5 .productListPrice ul.leftTxt {
        border-right: none;
        padding-right: 0
    }
}

.cart_5 .productListPrice ul.leftTxt li {
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9
}

@media (max-width:767px) {
    .cart_5 .productListPrice ul.leftTxt li {
        padding: 12px 0
    }
}

.cart_5 .productListPrice ul.leftTxt .m_title {
    font-weight: 500;
    flex: 0 0 140px
}

.cart_5 .productListPrice ul.leftTxt .m_info {
    flex: 1;
    text-align: right;
    color: #D3132C
}

.cart_5 .productListPrice ul.rightTxt {
    padding: 20px 0 20px 40px
}

@media (max-width:767px) {
    .cart_5 .productListPrice ul.rightTxt {
        padding: 20px 0
    }
}

.cart_5 .productListPrice ul.rightTxt li {
    margin-bottom: 10px
}

.cart_5 .productListPrice ul.rightTxt li.subBox {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #d9d9d9
}

@media (max-width:767px) {
    .cart_5 .productListPrice ul.rightTxt li.subBox {
        padding-top: 24px;
        margin: 24px 0 0
    }
}

.cart_5 .productListPrice ul.rightTxt li.subBox .m_title {
    font-weight: 500
}

.cart_5 .productListPrice ul.rightTxt li.subBox .m_info {
    font-weight: 700;
    color: #D3132C
}

.cart_5 .productListPrice ul.rightTxt .m_title {
    letter-spacing: 0.8px;
    flex: 0 0 160px
}

@media (max-width:767px) {
    .cart_5 .productListPrice ul.rightTxt .m_title {
        letter-spacing: 1.6px
    }
}

.cart_5 .productListPrice ul.rightTxt .m_info {
    flex: 1;
    text-align: right
}

.cart_5 .btnBox {
    margin-top: 100px
}

@media (max-width:767px) {
    .cart_5 .btnBox {
        margin-top: 80px;
        flex-direction: column
    }
}

.cart_5 .btnBox .btn_b.btnUse {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .cart_5 .btnBox .btn_w.btnUse {
        order: 3
    }
}

.cart_5 .btnBox .buyCart img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: block;
}

.cart_5 .btnBox .truck img {
    display: block;
    margin-bottom: 1px;
    width: 24px;
    height: auto
}
.sex span{
    display:flex;
    align-items: center;
}
.sex span input {
    width: 18px !important;
    margin: 0;
}
.sex label{
        font-size: 18px;
        margin: 0;
        margin-left: 5px;
}