#refundModalPopup {
    padding: 30px 0;
    display: none;
}

#refundModalPopup .img-box img {
    width: 100% !important;
}

#refundModalPopup .refund-modal-title {
    font-family: "The Jamsil OTF 4 Medium";
    /* 구매를 취소하시겠습니까? */
    font-family: "The Jamsil OTF 4 Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    /* or 100% */
    text-align: center;

    color: #FFFFFF;
}

#refundModalPopup .modal_body {
    background: #2B2B2B;
    width: 450px !important;
    height: fit-content;
}

#refundModalPopup .refund-sub-title {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #183B56;
    margin: 0 0 15px 0;
}

#refundModalPopup .agree-box {
    padding: 15px;
    border-top: 0.5px solid #183B56;
    border-bottom: 0.5px solid #183B56;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    margin: 25px auto;
}

#refundModalPopup .agree-content {
    height: 300px;
    width: 100%;
    background: #eee;
    border-radius: 20px;
    padding: 15px 20px;
    margin: 15pt;
}

#refundModalPopup .agree-content p {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #444;
}

#refundModalPopup .agree-content>p.title {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #111;
}

#refundModalPopup .agree-content .agree-text {
    height: 200px;
    overflow-y: scroll;
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

#refundModalPopup .agree-content .agree-text::-webkit-scrollbar {
    display: block !important;
}

#refundModalPopup .agree-box .agree-text {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #1F86EF;
}

#refundModalPopup .agree-box .agree-text>p {
    margin: 0 !important;
}

#refundModalPopup .notice-box {
    width: 700px;
    margin: 0 auto 25px;
}

#refundModalPopup .notice-box>p {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #183B56;
}

#refundModalPopup .buy-box {
    width: 400px;
    margin: 0 auto;
}

#refundModalPopup .buy-box>p {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #183B56;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#refundModalPopup .buy-box #total-cnt {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    border-radius: 15px;
    padding: 12px 20px;
    border: 1px solid #E1E5E8;
    width: 87px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 17px;
}

#refundModalPopup .buy-box .buy-amout {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: right;
    border: none;
    margin: 0 15px;
    width: 45%;
}

.primary-red {
    color: #EE574C !important;
}

.btn-box {
    text-align: right;
}

.btn-box .primary-btn {
    width: 119px;
    padding: 12px 17px 12px 17px;
    border-radius: 40px;
    border: 1px solid #EE574C !important;
    background: #fff !important;
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

i.swiper-agree-btn {
    display: block;
    width: 61px;
    height: 27px;
    background: url('/img/switch-off.svg') no-repeat center;
    background-size: 61px 27px;
    object-fit: contain;
}

i.swiper-agree-btn.active {
    background: url('/img/switch-on.svg') no-repeat center;
    background-size: contain;
}

i.minus-count {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/minus-count.svg) no-repeat center;
    background-size: 24px 24px;
    object-fit: contain;
    margin: 0 13px 0 0;
}

i.plus-count {
    display: block;
    width: 24px;
    height: 24px;
    background: url('/img/plus-count.svg') no-repeat center;
    background-size: 24px 24px;
    object-fit: contain;
}

/* 환불완료 팝업 */
#refundDoneModalPopup {
    padding: 30px 0;
    display: none;
}

#refundDoneModalPopup .img-box img {
    width: 100% !important;
}

#refundDoneModalPopup .refund-modal-title {
    font-family: "The Jamsil OTF 4 Medium";
    /* 구매를 취소하시겠습니까? */
    font-family: "The Jamsil OTF 4 Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    /* or 100% */
    text-align: center;

    color: #FFFFFF;
}

#refundDoneModalPopup .modal_body {
    background: #2B2B2B;
    width: 450px !important;
    height: fit-content;
}

#refundDoneModalPopup .refund-sub-title {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #183B56;
    margin: 0 0 15px 0;
}

#refundDoneModalPopup .agree-box {
    padding: 15px;
    border-top: 0.5px solid #183B56;
    border-bottom: 0.5px solid #183B56;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    margin: 25px auto;
}

#refundDoneModalPopup .agree-content {
    height: 300px;
    width: 100%;
    background: #eee;
    border-radius: 20px;
    padding: 15px 20px;
    margin: 15pt;
}

#refundDoneModalPopup .agree-content p {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #444;
}

#refundDoneModalPopup .agree-content>p.title {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #111;
}

#refundDoneModalPopup .agree-content .agree-text {
    height: 200px;
    overflow-y: scroll;
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

#refundDoneModalPopup .agree-content .agree-text::-webkit-scrollbar {
    display: block !important;
}

#refundDoneModalPopup .agree-box .agree-text {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #1F86EF;
}

#refundDoneModalPopup .agree-box .agree-text>p {
    margin: 0 !important;
}

#refundDoneModalPopup .notice-box {
    width: 700px;
    margin: 0 auto 25px;
}

#refundDoneModalPopup .notice-box>p {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #183B56;
}

#refundDoneModalPopup .buy-box {
    width: 400px;
    margin: 0 auto;
}

#refundDoneModalPopup .buy-box>p {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #183B56;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#refundDoneModalPopup .buy-box #total-cnt {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    border-radius: 15px;
    padding: 12px 20px;
    border: 1px solid #E1E5E8;
    width: 87px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 17px;
}

#refundDoneModalPopup .buy-box .buy-amout {
    font-family: "The Jamsil OTF 4 Medium";
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: right;
    border: none;
    margin: 0 15px;
    width: 45%;
}

@media (max-width: 992px) {
    #refundModalPopup {
        padding: 30px 0;
        background: #fff;
        display: none;
    }
    
    #refundModalPopup .img-box img {
        width: 100% !important;
    }
    
    #refundModalPopup .refund-modal-title {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
        color: #183B56;
        margin: 0 0 25px;
    }
    
    #refundModalPopup .modal_body {
        background: #fff;
    }
    
    #refundModalPopup .refund-sub-title {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: center;
        color: #183B56;
        margin: 0 0 15px 0;
    }
    
    #refundModalPopup .agree-box {
        padding: 15px;
        border-top: 0.5px solid #183B56;
        border-bottom: 0.5px solid #183B56;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 400px;
        margin: 25px auto;
    }
    
    #refundModalPopup .agree-content {
        height: 300px;
        width: 100%;
        background: #eee;
        border-radius: 20px;
        padding: 15px 20px;
        margin: 15pt;
    }
    
    #refundModalPopup .agree-content p {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        color: #444;
    }
    
    #refundModalPopup .agree-content>p.title {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: center;
        color: #111;
    }
    
    #refundModalPopup .agree-content .agree-text {
        height: 200px;
        overflow-y: scroll;
        width: 100%;
        padding: 20px;
        margin: 10px 0;
        border-top: 1px solid #111;
        border-bottom: 1px solid #111;
    }
    
    #refundModalPopup .agree-content .agree-text::-webkit-scrollbar {
        display: block !important;
    }
    
    #refundModalPopup .agree-box .agree-text {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        color: #1F86EF;
    }
    
    #refundModalPopup .agree-box .agree-text>p {
        margin: 0 !important;
    }
    
    #refundModalPopup .notice-box {
        width: 700px;
        margin: 0 auto 25px;
    }
    
    #refundModalPopup .notice-box>p {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        color: #183B56;
    }
    
    #refundModalPopup .buy-box {
        width: 400px;
        margin: 0 auto;
    }
    
    #refundModalPopup .buy-box>p {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        color: #183B56;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    #refundModalPopup .buy-box #total-cnt {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: center;
        color: #000;
        border-radius: 15px;
        padding: 12px 20px;
        border: 1px solid #E1E5E8;
        width: 87px;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 17px;
    }
    
    #refundModalPopup .buy-box .buy-amout {
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: right;
        border: none;
        margin: 0 15px;
        width: 45%;
    }
    
    .primary-red {
        color: #EE574C !important;
    }
    
    .btn-box {
        text-align: right;
    }
    
    .btn-box .primary-btn {
        width: 119px;
        padding: 12px 17px 12px 17px;
        border-radius: 40px;
        border: 1px solid #EE574C !important;
        background: #fff !important;
        font-family: "The Jamsil OTF 4 Medium";
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: center;
    }
    
    i.swiper-agree-btn {
        display: block;
        width: 61px;
        height: 27px;
        background: url('/img/switch-off.svg') no-repeat center;
        background-size: 61px 27px;
        object-fit: contain;
    }
    
    i.swiper-agree-btn.active {
        background: url('/img/switch-on.svg') no-repeat center;
        background-size: contain;
    }
    
    i.minus-count {
        display: block;
        width: 24px;
        height: 24px;
        background: url(/img/minus-count.svg) no-repeat center;
        background-size: 24px 24px;
        object-fit: contain;
        margin: 0 13px 0 0;
    }
    
    i.plus-count {
        display: block;
        width: 24px;
        height: 24px;
        background: url('/img/plus-count.svg') no-repeat center;
        background-size: 24px 24px;
        object-fit: contain;
    }
}