.payment-list .cell-p-btn-cancel {
    width: 10rem;
}

.model-text {
    font-size: 18px;
    line-height: 25px;
    color: rgba(34, 34, 34, 1);
}

.body-text {
    height: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.payment-list .item-head .cell-p-btn-cancel {
    width: 15%;
}

/* page p_ppd_001 */

.card-box.d-block {
    display: block;
    flex: none
}

.card-list .card-box.d-block input[type="radio"]:checked+.item-label .title {
    border-bottom: none;
    padding: 0;
}

.pb-4 {
    padding-bottom: 50px;
}

.text-error {
    color: rgba(242, 72, 34, 1);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.option-item .cont .prd-option {
    background-color: rgba(125, 138, 255, 1);
    border: 1px solid rgba(59, 63, 181, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    height: 44px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option-list.book-option .option-item+.custom-prod {
    align-items: center;
    margin-top: 25px;
}

.option-list .option-item .label {
    white-space: pre-wrap;
}

.mobile-button {
    display: none;
}

.bbs-list .list-item .item-head>div.cell-p-title-new {
    padding-left: 10rem;
    width: 60%;
}

.payment-list .cell-p-date-new {
    width: 10%;
}

.payment-list .cell-p-status-new,
.payment-list .cell-p-status {
    width: 15%;
}

@media (max-width:768px) {
    .text-error {
        height: 70px !important;
    }

    .option-list.book-option .option-item+.custom-prod {
        display: none;
    }

    .option-list .option-item .option-prod {
        display: block;
    }

    .prd-option-mobile {
        width: 100%;
        background-color: rgba(125, 138, 255, 1);
        border: 1px solid rgba(59, 63, 181, 1);
        color: rgba(255, 255, 255, 1);
        font-weight: 700;
        font-size: 16px;
        height: 44px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-button {
        display: block !important;
        margin: 20px 2rem 0;

    }

    .bbs-list .list-item .item-head>div.cell-p-title-new {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .payment-list .cell-p-date-new {
        width: 100% !important;
    }

    .payment-list .cell-p-status-new,
    .payment-list .cell-p-status {
        text-align: left !important;
        width: 100% !important;
    }

    .payment-list .item-head .cell-p-btn-cancel {
        width: 100% !important;
    }

    .payment-list .c-btn-cancel-new {
        width: 100% !important;
        margin-left: 0;
    }

    .section-content-custom {
        width: 100% !important;
    }
}

/* screen g_001 */

.section-content-top {
    background-image: url(../img/bg_img_section_01_pc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 630px;
}


.section-content-top .content-item {
    z-index: 10;
    max-width: 1000px;
    width: calc(100% - 3rem);
    margin: 0 auto;
    padding-top: 6rem;
    height: 100%;
    position: relative;
}

.section-content-custom {
    max-width: 1000px;
    width: calc(100% - 3rem);
}

.content-item .text-butter-time {
    color: rgba(204, 122, 0, 1);
    font-family: 'Nanum Pen Script';
    font-size: 64px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -0.06em;
    text-align: left;

}

.content-item .text-butter-time strong {
    font-family: 'JUA';
    font-size: 58px;
    line-height: 75px;
    letter-spacing: -0.02em;
    color: rgba(34, 34, 34, 1);
    font-weight: 400;
}

.content-item ul li .color-yellow {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: rgba(102, 68, 17, 1);
    width: 160px;
    display: inline-table;
}

.content-item ul li span {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: rgba(34, 34, 34, 1);
}

.content-item ul li {
    line-height: 31px;
    display: flex;
}

.content-item button {
    padding: 32px 64px 32px 64px;
    border-radius: 16px;
    background-color: rgba(64, 169, 106, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 42px;
    font-family: 'Jua';
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-shadow: 0px 3px 0px rgba(46, 107, 71, 1);
}

.subnav-wrap-new {
    position: absolute;
    bottom: 0;
    height: 8rem;
}

.pt-0 {
    padding-top: 0;
}

.subnav-wrap .subnav-item-list .subnav-item .subnav-color {
    color: rgb(191 185 185);
}

.subnav-wrap .subnav-item-list .subnav-item .menu-item.active-new {
    background-image: url(../img/img-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 43px;
    background-position: 0 bottom;
    position: relative;
}

.detail-top-wrap .common-background {
    padding: 4rem 9rem;
}

.detail-top-wrap .info-text {
    background-color: rgba(252, 228, 240, 1);
}

.detail-top-wrap .notice {
    background-color: rgba(68, 68, 68, 1);
    margin-bottom: 10rem;
}

.detail-top-wrap .info-text ul li .color-text {
    color: rgba(149, 51, 100, 1);
    font-family: 'Jua';
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0em;
    display: flex;
    width: 160px;
}

.mr-10 {
    margin-right: 10px;
}

.detail-top-wrap .info-text ul li {
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.detail-top-wrap .info-text ul li span {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.04em;
    color: rgba(34, 34, 34, 1);
}

.detail-top-wrap .info-text ul li:last-child {
    border-bottom: 0;
}

.notice label {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.04em;
    color: rgba(255, 198, 0, 1);
}

.notice ul {
    list-style: disc;
    padding-left: 30px;
}

.notice ul li {
    color: rgba(221, 221, 221, 1);
    font-size: 20px;
    line-height: 32px;
}

.notice ul li strong {
    color: rgba(255, 255, 255, 1);
}

.mt-6 {
    margin-top: 4rem;
}

.content-item ul {
    margin: 20px 0 40px;
}

.custom-btn {
    display: grid;
    justify-items: flex-start;
}

.custom-btn .btn {
    background-color: rgba(149, 51, 100, 1);
    font-family: 'Jua';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    /* text-align: left; */
    height: 34px;
    width: 145px;
    border-radius: 10px;
    color: rgba(250, 170, 202, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.ml-5 {
    margin-left: 5px;
}

/*231027_타이틀 이미지 수정
.custom-text-b {
    position: absolute;
    width: 350px;
    height: 350px;
    background-repeat: no-repeat;
    background-image: url(../img/img_buttertime_emblem.png);
    background-position: center top;
    background-size: 100%;
    z-index: 9;
    left: 72%;
    bottom: -7rem;
}
*/

.custom-text-b.custom-text-b-new {
    bottom: 0;
    position: absolute;
    width: 350px;
    height: 350px;
    background-repeat: no-repeat;
    background-image: url(../img/img_buttertime_emblem.png);
    background-position: center top;
    background-size: 100%;
    z-index: 9;
    left: 72%;
}

@media (max-width:768px) {
    .content-item ul li {
        line-height: 22px;
    }

    .section-content-top {
        background-image: url(../img/bg_img_section_01_mobile.jpg);
    }

    .content-item .text-butter-time {
        font-size: 32px;
        line-height: 32px;
    }

    .content-item .text-butter-time strong {
        font-size: 38px;
        line-height: 45px;
    }

    .content-item ul li .color-yellow {
        font-size: 16px;
        width: 105px;
    }

    .content-item ul li span {
        font-size: 16px;
    }

    .detail-top-wrap .common-background {
        padding: 4rem 18px;
    }

    .detail-top-wrap .info-text ul li {
        display: block;
    }

    .notice label {
        font-size: 18px;
        line-height: 25px;
    }

    .notice ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .detail-top-wrap .info-text ul li span {
        font-size: 16px;
        line-height: 26px;
    }

    .subnav-wrap .subnav-item-list .subnav-item .menu-item.active-new {
        color: rgb(255, 253, 253);
    }

    .subnav-wrap-new {
        height: 3rem;
        padding: 0;
        display: none;
    }

    .section-content-top {
        height: 368px;
    }

    .section-content-top .content-item {
        padding-top: 27px;
    }

    .mt-6 {
        margin-top: 25px;
    }

    .content-item ul {
        margin: 17px 0 20px;
    }

    .subnav-wrap .subnav-item-list .subnav-item .menu-item.active-new {
        background-image: none;
    }

    .subnav-wrap .subnav-item-list .subnav-item .menu-item.active-new::after {
        background-image: url(../img/ic-active-mb.svg);
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        left: 0;
        bottom: -10px;
    }

    .subnav-wrap .subnav-item-list .subnav-item .menu-item-new {
        font-size: 20px;
    }

    [class*="c-btn-primary-block-new"] {
        background-color: rgba(64, 169, 106, 1);
        font-family: 'Jua';
        font-size: 24px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        text-shadow: 0px 3px 0px rgba(46, 107, 71, 1);
    }

    .detail-top-wrap .notice {
        margin-bottom: 0
    }

    .nav-mobile .subnav-item-list .menu-item {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    .nav-mobile {
        padding: 15px !important;
    }

    .nav-mobile .subnav-item-list .menu-item.active-new::after {
        left: 10px !important;
        bottom: -35px !important;
        width: 70% !important;
    }

    .detail-top-wrap-new .prd-acknowledged {
        position: relative;
        top: -25px
    }

    .nav-mobile .subnav-item-list .subnav-item {
        margin-right: 20px !important;
    }

    .option-list .option-item .option-prod span {
        font-size: 12px !important;
    }

}

.nav-mobile {
    padding: 25px 0;
    background-color: rgba(59, 63, 181, 1);
    position: sticky;
    top: 0px;
    z-index: 7;
}

.detail-top-wrap-new {
    max-width: 1000px;
    margin: auto;
}

.section-content-new {
    width: 100%;
    position: relative;
    top: -1px;
}

.nav-mobile .subnav-item-list {
    display: flex;
    max-width: 1000px;
    margin: auto;
}

.nav-mobile .subnav-item-list .menu-item {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.04em;
    color: rgba(173, 187, 255, 1);
}

.nav-mobile .subnav-item-list .subnav-item {
    margin-right: 4rem;
}

.nav-mobile .subnav-item-list .menu-item.active-new {
    color: rgba(255, 255, 255, 1);
    position: relative;
}

.nav-mobile .subnav-item-list .menu-item.active-new::after {
    background-image: url(../img/ic-active-mb.svg);
    content: '';
    position: absolute;
    width: 48%;
    height: 100%;
    background-repeat: no-repeat;
    left: 30px;
    bottom: -61px;
}

.expand-collapsed {
    display: none;
}

.content-item button:hover {
    background-color: rgb(78 153 108);
}

.detail-top-wrap-new .product-detail div {
    margin-bottom: -3px;
}

/* p_001_2 */

.option-list .option-item .option-prod span {
    font-weight: 500;
    font-size: 18px;
}

.google-btn {
    display: block;
    width: 200px;
    height: 60px;
    background-color: #fff;
    border-radius: 1.2rem;
    -webkit-box-shadow: 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
    font-size: 0px;
    background-repeat: no-repeat;
    background-image: url(../img/main/google_btn.png);
    background-position: center;
    background-size: 12.6rem auto;
}

.app-btn {
    margin: 0.6rem 0 0;
    display: block;
    width: 200px;
    height: 60px;
    background-color: #fff;
    border-radius: 1.2rem;
    -webkit-box-shadow: 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
    font-size: 0px;
    background-repeat: no-repeat;
    background-image: url(../img/main/app_btn.png);
    background-position: center;
    background-size: 12.6rem auto;
}


.gap-15 {
    gap: 1.5rem;
}
