﻿
.wrap {
    margin-top: 115px;
}

.wrap .label_tag:nth-child(4), .wrap .label_tag:nth-child(8){
    margin: 0;
}
.choice4 .open_obj:last-child input[type="radio"] + span {
    margin-right: 3px;
}

.customplan_step>*{
    margin-bottom: 70px;
}
.customplan_step>h2{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.wrap h3{
    font-size: 16px;
    margin: 0 auto 18px auto;
    text-align: center;
}



 .chklabel {
    border: 1px solid #cbcbcb;
    padding: 15px 30px;
    background: #fff;
    cursor: pointer;
    color: #8b8b8b;
    border-radius: 5px;
    font-size: 16px;
    margin: 3px;
    display: inline-block;
    line-height: 17px;
}
.tag {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content:center;
}
 .chklabel.active {
    border: 0;
    background: var(--normal-red);
    color: #fff;
}
 .chklabel input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
.chklabel .cb1 {
    display: none !important;
}




/* 반응형 시작 */
@media (max-width:984px) {

    .chklabel{
        font-size: 15px;
        padding: 12px 20px;
    }
    .customplan_step>* {
        margin-bottom: 60px;
    }

}


@media (max-width:768px) {

    .chklabel{
        font-size: 14px;
        padding: 10px 15px;
    }
    .customplan_step>* {
        margin-bottom: 50px;
    }


}


@media (max-width:580px) {

    .customplan_step>* {
        margin-bottom: 50px;
    }
    .customplan_step>h2 {
        text-align: center;
        font-size: 23px;
        margin-bottom: 40px;
    }

    .chklabel{
        font-size: 12px;
        padding: 5px 10px;
        margin: 2px;
    }
    .customplan_step>* {
        margin-bottom: 40px;
    }


}


 @media (max-width:480px) {

     .customplan_step>* {
        margin-bottom: 40px;
    }
    .customplan_step>h2 {
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .wrap h3 {
        font-size: 15px;
        margin-bottom: 9px;
    }

}


@media (max-width:360px) {


    .customplan_step>* {
        margin-bottom: 25px;
    }
}