.checking_age_bk_ {
    width: 100%;
    padding : 63px;
}
.checking_age_top_image {
    margin-bottom: 60px;
    padding-top : 35px;
    text-align: center;
}
.protect_filter_title_ {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 21px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.protect_filter_text_ {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 21px;
}

.protect_filter_btn_ {
    display : flex;
    align-items: center;
    justify-content: center;
}

.protect_filter_btn_ input{
    border-radius: 10px;
    outline : none;
    box-shadow: none;
    cursor: pointer;
    font-size : 12px;
    font-weight: bold;
}

.protect_filter_btn_ input#move_product_page_ {
    padding: 15px 83px 15px 84px;
}

.protect_filter_btn_ input#move_history_back_ {
    padding: 15px 77px 15px 78px;
    margin-left: 22px;
}