/*월 구독결제 - 유료서비스 확인*/
.monthpay1_box_whole{
    width: calc(100% + 32px);
    height: auto;
    height: calc(100vh - 250px);
    overflow: hidden;
    overflow-y: auto;
    margin: 0 -16px;
}
.monthpay1_box_whole::-webkit-scrollbar{
    display: none;
}
.monthpay1_box{
    width: calc(100% - 32px);
    padding: 15px;
    background-color: var(--card);
    box-shadow: 0 0 10px rgba(31, 41, 51, 0.16);
    margin-top: 15px;
    margin: 15px auto 0 auto;
}
.monthpay1_box_whole .monthpay1_box:last-child{
    margin-bottom: 25px;
}
.monthpay1_box div button.month_btn_cancel{
    text-decoration: underline;
}
.monthpay1_box button.month_btn_confirm{
    width: 100%;
    height: 36px;
    background-color: var(--mainBlue);
    color: #fff;
    border-radius: 20px;
}
.monthpay1_bottom_whole{
    position: fixed;
    width: calc(100% - 32px);
    max-width: 448px;
    height: auto;
    padding-bottom: 20px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.monthpay1_bottom_box{
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: var(--bgBlue);
}
.monthpay1_bottom_flex{
    width: 100%;
    height: auto;
}
.monthpay1_bottom_flex img{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
}

/*월 구독결제 - 유료서비스 신청*/
.monthpay2_whole img.monthpay2_img{
    display: block;
    width: 48px;
    height: auto;
    background-size: contain;
    margin: 30px auto 20px auto;
}
button.monthpay2_btn_register{
    display: block;
    width: 132px;
    height: 36px;
    margin: 0 auto;
    background-color: var(--mainBlue);
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.monthpay3_box{
    background-color: var(--bgBlue);
}
.monthpay3_flex{
    margin: 0 auto 10px auto;
}
.monthpay3_box .monthpay3_flex:last-child{
    margin-bottom: 0;
}
.monthpay3_flex p:first-child{
    min-width: max-content;
}
.monthpay3_flex p:last-child{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.monthpay3_bottom{
    width: 100%;
    height: auto;
    margin-top: calc(100vh - 636px);
}
.monthpay3_bottom .display_flex img{
    width: 20px;
    height: auto;
    background-size: contain;
    margin-right: 5px;
}
.monthpay3_bottom button,
.monthpay4_bottom button{
    width: 100%;
    height: 50px;
    background-color: var(--mainBlue);
    color: #fff;
    margin: 0 auto;
    border-radius: 30px;
}
/*월 구독결제 신청3*/
.monthpay4_bottom{
    width: 100%;
    height: auto;
    margin-top: calc(100vh - 538px);
}
/*월 구독별 혜택*/
.monthpay5_whole{
    padding-bottom: 20px;
}
.monthpay5_whole .table_whole tbody tr td{
    min-width: 80px;
}
td.bg_yell{
    background-color: #FFFF55;
}
td.bor-rig{
    border-right: 1px solid var(--disabledText)!important;
}
td.mon_table_title{
    background-color: var(--bgBlue)!important;
}

@media (max-height: 450px){
    .monthpay1_bottom_whole{
        margin-top: 25px;
    }
}
@media (max-height: 562px){
    .monthpay4_bottom{
        margin-top: 25px;
    }
}
@media (max-height: 655px){
    .monthpay3_bottom{
        margin-top: 20px;
    }
}