/* style css */

body {
    overflow-x: hidden;
    font-family:'NotoSansKR-Regular';
}
input:-webkit-autofill {
    box-shadow: unset;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    -webkit-font-smoothing: antialiased;
    color: #333;
}
img {
    -webkit-user-drag: none;
}
::selection {
    background: #ffe365;
    color: #fff
}
::-moz-selection {
    background: #ffe365;
    color: #fff
}
::-webkit-selection {
    background: #ffe365;
    color: #fff
}

.container {
    /* max-width: 750px;
    margin: auto; */
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    background-color: #030f33;
}



.sec01 {
    background-image: url('../img/sec01_bg.jpg');
    background-color: #030f33;
    height: 1472px;
    text-align: center;
    padding-top: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: center 0;
}
.sec01.change {
    height: 995px;
}


.sec01 .logo {
    margin-bottom: 40px;
}
.sec01_title {
    padding-top: 15px;
}
.sec01_sub_title {
    padding-top: 40px;
    margin-bottom: 25px;
}



.hope_a_box {
    background-image: url("../img/select_01.png");
    width: 592px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
 }


.hope_b_box {
    background-image: url("../img/select_02.png");
    width: 592px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
.fake_select, .select_b, .select_a {
    border: none;
    padding: 0px 30px;
    background-color: transparent !important;
    display: flex;
    justify-content: space-between;
    height: 68px;
    width: 408px;
    margin-left: 184px;
    cursor: pointer;
    position: relative;
    top: 1px;
    box-shadow: none !important;

    font-size: 28px;
    line-height: 1;

}
select {
    -webkit-appearance:none; /* 크롬 화살표 없애기 */
    -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
    appearance:none /* 화살표 없애기 */
}
select {
    appearance: none;
    background: url('../img/icon_select_arrow.png') no-repeat right 0px center !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

}
/* Hide scrollbar for Chrome, Safari and Opera */
select::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
select {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    -webkit-font-smoothing: antialiased;
    color: #333;
}
select > option {
    width: 300px;
}
#fake_p, #fake_p_b {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
}



.popup_sel_off, .popup_sel_off_b {
    display: none;
}
.popup_sel_on, .popup_sel_on_b {
    display: block;
    position: absolute;
    z-index: 99999;
    border: 1px solid #333;
    left: calc(50% + 58px);
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 1;
    border-radius: 0;
}
.popup_sel_on {
    top: calc(50% + 138px);
}
.sec01.change .popup_sel_on {
    top: calc(50% + 449px);
}
.popup_sel_on_b {
    top: calc(50% + 159px);
}
.sec01.change .popup_sel_on_b {
    top: calc(50% + 469px);
}
.popup_sel_on ul, .popup_sel_on_b ul {
    width: 339px;
    overflow-y: scroll;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.popup_sel_on ul {
    height: 360px;
}
.popup_sel_on_b ul {
    height: 240px;
}
.popup_sel_on li, .popup_sel_on_b li {
    border-bottom: 1px solid gray;
    text-align: start;
    height: 60px;
    font-size: 28px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 27px;
    cursor: pointer;
}



.sub_btn {
    margin-top: 25px;
    cursor: pointer;
}









.sec02 {
    background-color: #fff;
    border-top: 3px solid #222;
    text-align: center;
    padding: 80px 0;
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
}

#sec02_title {
    cursor: pointer;
}
.sec02_con {
    position: relative;
    bottom: 30px;
}
.sec02_btn {
    padding-top: 20px;
}

.result_item {
    display: flex;
    width: 750px;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #001232;
}
.result_item p {
    letter-spacing: -0.5px;
    line-height: 1.4;
    color: #001232;
}
.res_name {
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
}
.res_name > p:nth-child(1) {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    word-break: break-all;
}
.res_name > p:nth-child(2) {
    font-size: 25px;
    
}
.res_add {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.res_add > p {
    font-size: 25px;
}
.res_tel {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.res_tel > p {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.res_tel > a {
    font-size: 25px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    font-weight: 700;
    background-color: #00dfb5;
    padding: 4px 12px;
    border-radius: 8px;
    width: fit-content;
}





.sec03 {
    background-image: url('../img/sec03_bg.jpg');
    background-color: #030f33;
    height:400px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 2px;
}
.sec03_title {
    padding-top: 100px;
    margin-bottom: 40px;
}
.sec03_con {
}




/* 푸터 */
.footer {
    background-color: #00b391;
    padding: 55px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.footer img {
    margin-bottom: 20px;
}
.footer_tel {
    color: #fff;
    margin-left: 15px;
}
.m_floating {
    display: none;
}


/* 테블릿 가로 */
@media screen and (max-width: 1200px) {

}
/* 테블릿 세로 */
@media screen and (max-width: 1040px) {

}
/* 모바일 */
@media screen and (max-width: 750px) {




    .sec02 {
        padding: 80px 60px;
    }

    .popup_sel_on {
        top: calc(50% + 128px);
    }
    .sec01.change .popup_sel_on {
        top: calc(50% + 437px);
    }
    .popup_sel_on_b {
        top: calc(50% + 147px);
    }
    .sec01.change .popup_sel_on_b {
        top: calc(50% + 458px);
    }

    .sec03 {
        padding: 60px;
    }

    .result_item {
        padding: 40px 30px;
    }



    /* mobile css */
    body, html {
        min-width: 320px;
    }

    .row {
        width: 100%;
        padding: 0 20px;
    }

    .footer {
        font-size: 22px;
        padding: 55px 20px 150px 20px;
    }
    .footer_tel {
        display: block;
    }
    .m_floating {
        display: inline-block;
    }
    .m_floating {
        width: 100vw;
        position: fixed;
        bottom: -1px;
        z-index: 99999;
        left: 0;
        right: 0;
    }

    .m_floating img {
        display: block;
        ! margin-bottom: -1px;
        width: 100%;
    }

    .privacy-form form {
        max-width: 680px;
    }
    .privacy_popup_title {
        font-size: 45px;
    }

    .privacy_popup {
    }
    .privacy_popup .pop_bottom > p {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .privacy_popup .agree_box {
        height: 290px;
        font-size: 24px;
    }
    .privacy_popup .pop_bottom {
        padding-bottom: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .privacy_popup .board_write_form .form_field th {
        font-size: 24px;
    }

    .privacy_popup .board_write_form_table input[type='text'], .privacy_popup .board_write_form_table input[type='tel'], .privacy_popup .board_write_form_table select {
        height: 60px;
        line-height: 60px;
    }

    .agree_box .h5 {
        font-size: 28px;
    }
    .privacy-form .agree_box b {
        font-size: 26px;
    }
    .board_write_form {
        padding: 0;
    }

    .board_write_form td.field,
    .board_write_form .form_field th,
    .agree_radio .checkradio-box .radio-text {
        font-size: 26px;
    }
    .board_write_form td.field.job {
        font-size: 24px;
    }
    .agree_radio .block {
        display: block;
        margin-bottom: 10px;
    }

    .board_write_form input[type='text'],
    .board_write_form input[type='tel'],
    .board_write_form select,
    .find_post,
    .find_tel {
        font-size: 24px !important;
        height: 60px;
        line-height: 60px;
    }

    .board_write_form td input[type='checkbox'],
    .board_write_form td input[type='radio'],
    .agree_radio label input {
        width: 22px;
        height: 22px;
    }

    .board_write_form td.field.age span {
        font-size: 22px;
        /* float:left;
        width: 25%; */

        margin-right: 15px;
        text-align: left;
    }

    .board_write_form td.field.route span {
        font-size: 22px;
        float: left;
        width: 50%;
        margin-right: 0;
    }

    .board_write_form input[type='text']::placeholder {
        font-size: 18px;
    }

    .board_write_form .buttons {
        justify-content: space-between;
    }

    .board_write_form .buttons a {
        width: 290px;
        height: 100px;
        line-height: 100px;
    }

    .board_write_form .buttons a.confirm {
        /*width: 350px;*/
        /*height: 100px;*/
        /*line-height: 100px;*/
    }

    .agree_radio {
        font-size: 26px;
    }

    .agree_radio .m_block {
        display: block;
        margin-bottom: 10px;
    }

    .res_choice h4.res_tit,
    .res_container ul.tabs li {
        font-size: 30px;
    }

    h5.res_step_tit span,
    table.calendar td,
    table.calendar th,
    .choice_date span,
    table.board_write th,
    .choice_list {
        font-size: 22px;
    }

    .choice_list {
        margin-bottom: 60px;
    }

    .choice_date,
    h5.res_step_tit,
    .calendar_tlt strong,
    .time_box ul li.not-today {
        font-size: 25px;
    }

    div.form-basic,
    .res_container input, .res_container textarea, .res_container select {
        height: 55px;
        font-size: 22px;
    }

    div.form-basic,
    .res_container input {
        width: 95% !important;
    }

    .res_container input[type='tel'] {
        width: 149px !important;
    }

    .btn_res {
        width: 350px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
        padding: 0;
    }

    .choice_list span {
        width: 20px;
        height: 20px;
    }

    input::placeholder {
        font-size: 15.5px !important;
    }

    .w120 {
        width: 125px;
    }

    .w500 {
        width: 420px;
    }







    .sec03_con  > img {
        max-width: 85% !important;
    }
    .video__section {
        max-width: unset;
    }
    .video__wrap {
        width: 697px;
        height: 407px;
    }
    .video_container {
        width: 671px;
        padding: 190px;
    }
    .sec01_item_right, .sec01_item_left {
        display: none;
    }

    .f01, .f02, .f03, .f04, .f05, .f06, .f07, .f08, .f09, .f10, .f11, .f12, .f13, .f14, .f15, .f16 {
        display: none !important;
    }



    .w120 {
        width: 118px;
    }
    input::placeholder {
        font-size: 24px !important;
    }
    .ask_popup .board_write_form_table textarea {
        font-size: 24px !important;
    }
}

.select_b:focus, .select_a:focus {
    background-color: #fbf8e9 !important;
}
.select_b:focus option, .select_a:focus option {
    background-color: #fff !important;
}