.con01 {
    background: url('/images/fcon1_bg.jpg') center center / cover no-repeat;

    width: 100%;
    height: 25.31vw;

    margin-top: 4.8vw;
}

.con01_twrap {
    left: 17.8vw;
    bottom: 4.5vw;
}



.con02_nwrap {
    width: 100%;
    height: 3.385vw;

    top: 2.604vw;
    margin-bottom: -3.4vw;
}

.con02_niner {
    width: 100%;
    border-top: 0.05vw solid #111;
    border-bottom: 0.05vw solid #111;

    z-index: 999;

    height: 3.385vw;
    position: absolute;

    gap: 2.6vw;
    transition: 0.4s;
}

div.con02_niner.fix_on {
    position: fixed;
    top: 4.8vw;

    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.08);

    color: #111;
    border: none;
}

.con02_niner.change {
    color: #fff;
    border-top: 0.05vw solid #fff;
    border-bottom: 0.05vw solid #fff;
}

.con02_niner.change .con02_nav::after {
    background: #fff;
}

.con02_niner.fix_on .con02_nav::after {
    background: #111;
}


.con02_nav {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 0 0.6vw;

    height: 100%;

    cursor: pointer;
}

.con02_nav::after {
    content: '';

    bottom: 0;
    left: 0;
    position: absolute;

    width: 0%;
    height: 0.2vw;
    background: #111;

    transition: 0.4s;
}

.con02_tiner {
    width: 100%;
}

.tab_item {
    width: 100%;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    display: none;
    padding-top: 13vw;
    padding-bottom: 9.4vw;
}

.tab_item.on {
    display: flex;

}

.con02_tt {
    margin-bottom: 4.7vw;
}

.con02_table {
    width: 64.3vw;
    border-bottom: 0.05vw solid #eee;

    margin-bottom: 3.0vw;
}

.con02_trow {
    width: 100%;
    height: 3.4vw;
    border-top: 0.05vw solid #eee;

    padding: 0 3.5vw;

    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;

    transition: 0.1s;
}

.con02_tr_txt {
    color: #111;
    transition: 0.1s;
}

.con02_tr_day {
    color: #111;
    transition: 0.1s;
}

.con02_pgnat {
    display: flex;
    gap: 1.0vw;

    color: #919191;
}

.con02_pgnat button.btn_on {
    color: #2e5582;
}

.con02_pgnat button.btn_arw {
    color: #111;
}

.tab_item_02 {
    background: url('/images/fcon2_bg.jpg') center center / cover no-repeat;
}

/* ---------------- form ---------------- */


.form_wrap {
    width: 64.3vw;

    padding: 0 6.3vw;
}

.form_margin {
    display: flex;
    flex-wrap: wrap;

    width: 100%;
}

.form_margin_input {
    display: flex;

    border-bottom: 0.1vw solid #ddd;

    padding-top: 1.8vw;
    padding-bottom: 1.20927vw;


    width: 50%;
    font-size: 0.781vw;

    color: #fff;
}

.form_tt {
    width: 8vw;
    color: #fff;
    font-size: 0.833vw;
    font-weight: 400;
    padding-left: 1.3vw;
}

.form_margin_Agree_input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;

    margin-top: 4vw;
    margin-bottom: 1.5vw;
}

.footeer_agree_checkbox_01 {
    width: 0.8vw;
    height: 0.8vw;

    display: flex;
    justify-content: center;
    align-items: center;

    outline: 0.1vw solid #fff;
    border-radius: 50%;

    cursor: pointer;
    appearance: none;
    position: relative;

    margin-bottom: -0.2vw;
}

.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: flex;
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: #fff;
    border-radius: 50%;
}

/* .footeer_checkbox_01 ,
.footeer_checkbox_02 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
} */

.form_submit_div {
    width: 19.4vw;

    background: #fff;
    color: #111;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

.form_margin_input>label {
    display: flex;
    white-space: nowrap;
}

.form_margin_input>input {
    border: none;
    outline: none;
    font-size: 0.781vw;

    width: 55%;
    height: fit-content;
    cursor: text;
}

.form_index_input textarea {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;

    cursor: text;
    font-size: 0.781vw;

    width: 100%;
    height: 100%;

    padding-right: 1.3vw;
}

.form_margin_input>input::placeholder,
.form_margin_input>textarea::placeholder {
    color: #9c9c9c;
    font-size: 0.781vw;
    font-weight: 400;
}

.form_check_wrap {
    display: flex;
    align-items: center;
    gap: 0.4vw;
}

.check_wrap {
    width: 14.6vw;
}

.form_check_wrap label {
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 300;
    font-size: 0.781vw;
    color: #fff;

    border: 0.05vw solid #fff;

    opacity: 0.4;
    transition: 0.2s;

    height: 1.9vw;

    cursor: pointer;
}

.form_check_name_01,
.form_check_name_02 {
    width: 4vw;
}

.chn_wrap label {
    width: 7.0vw;
}

.form_index_input {
    height: 7.8vw;
}


.form_submit_div {
    height: 2.8vw;
}




@media screen and (min-width:600px) {
    /* PC */

    .form_check_wrap label:hover {
        opacity: 1;
    }
}


.form_check_wrap input:checked+label {
    opacity: 1;
}


.footeer_checkbox_01,
.footeer_checkbox_02 {
    display: none;
}

.change_css {
    width: 8.4vw;
    height: 1.9vw;

    border: 0.05vw solid #fff;
    opacity: 0.5;
}

.change_css option {
    text-align: center;
    color: #111;
}

.chn_wrap input {
    display: none;
}

.con02_nav.on::after {
    width: 100%;
}


@media screen and (min-width:600px) {

    /* PC */
    .con02_nav:hover::after {
        width: 100%;
    }

    .con02_trow:hover p.con02_tr_txt {
        font-weight: 500;
        color: #fff;
    }

    .con02_trow:hover p.con02_tr_day {
        color: #fff;
    }

    .con02_trow:hover {
        background: #111;
    }
}

@media screen and (max-width:599px) {

    /* 모바일 */
    .con01 {
        margin-top: 15vw;
        height: 37vw;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con01_twrap {
        width: 100%;
        height: 100%;

        background: #00000090;

        left: auto;
        bottom: auto;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    p.con01_t1 {
        font-size: 9vw;
        color: #fff;
    }

    p.con01_t2 {
        font-size: 3.3vw;
        color: #fff;
    }

    .con02_nwrap {
        height: 12.7vw;
    }

    .con02_niner {
        height: 12.7vw;
        gap: 6vw;
    }

    .con02_nwrap {
        top: 0;
        margin-bottom: -12.7vw;
    }

    .con02_nav::after {
        height: 0.4vw;
    }

    .con02_nav {
        padding: 0 2vw;
    }

    .tab_item {
        padding-top: 24vw;
    }

    div.con02_niner.fix_on {
        top: 15vw;
    }

    .con02_table {
        width: 84vw;
        margin-bottom: 10vw;
        border-bottom: 0.05vw solid #999;

    }

    .con02_trow {
        height: 14vw;
        border-top: 0.05vw solid #999;
        padding: 0 3.5vw;
    }

    .con02_tt {
        margin-bottom: 10vw;
    }

    p.con02_tr_txt {
        font-weight: 400;
    }

    div.con02_pgnat {
        font-size: 3.3vw;
        gap: 0;
        width: 70vw;
        justify-content: space-between;
    }

    .form_margin {
        flex-direction: column;
    }

    .form_margin_input {
        flex: auto;
        width: 100%;
        height: auto;

        padding: 5vw 0 5vw;

        font-size: 3.3vw;
        align-items: flex-start;
    }

    .form_tt {
        width: 34vw;
        font-size: 3.3vw;
        padding-left: 2vw;
    }

    .form_margin_input>input {
        font-size: 3.3vw;
        width: 50vw;
    }

    .form_margin_input>input::placeholder,
    .form_margin_input>textarea::placeholder {
        font-size: 3.3vw;
    }

    .sido_wrap,
    .age_wrap {
        width: 100%;
    }

    .change_css {
        width: 100%;
        height: 100%;
        padding: 1vw 0;
    }

    .form_check_wrap label {
        font-size: 3.3vw;
        height: 100%;
        padding: 1vw 0;
    }
    
    .form_index_input textarea{
        font-size: 3.3vw;
    }

    .form_check_name_01,
    .form_check_name_02 {
        width: 100%;
    }

    .check_wrap {
        width: 100%;
        gap: 2vw;
    }

    .chn_wrap {
        width: 100%;
        flex-wrap: wrap;
        gap: 2vw;
    }

    .chn_wrap label {
        width: 48%;
    }

    div.form_submit_div {
        width: 100%;
        height: 10vw;
        font-size: 3.8vw;
    }

    .form_margin_Agree_input {
        margin: 4vw 0;
        gap: 2vw;
    }

    .footeer_agree_checkbox_01 {
        width: 3.6vw;
        height: 3.6vw;
    }

    .form_wrap {
        width: 84vw;
    }
}