@charset "utf-8"; .page_banner .banner_bg {
    background: url("/theme/yqueen/img/reservation_banner_bg.png");
    background-position: bottom center;
    background-size: cover;
    height: 100vh;
}

.emphasis {color: #5cc1c5 !important; font-weight: bold;}

.form_wrapper {
    margin-top: 112px;
}

.form_wrapper .center-container {
    padding: 0 20px;
}

.form_wrapper .noti_box {
    background: #f4f4f4;
    display: flex;
    padding: 30px 0 30px 60px;
    margin-bottom: 60px;
}

.form_wrapper .noti_box .title {
    font-size: 30px;
    line-height: 1;
    margin-right: 155px;
}

.form_wrapper .noti_box .noti_lists li {
    font-size: 16px;
    color: #000;
}

.form_wrapper .grey_btn {
    background: #656565;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    width: 94px;
    height: 24px;
}

.form_wrapper form .step {
    display: flex;
    padding-bottom: 50px;
    position: relative;
    justify-content: space-between;
}

.form_wrapper form .step:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #ccc;
    z-index: -1;
    left: 24px;
    transition: 0.4s;
}

.form_wrapper form .step_03:after {
    width: 0;
    height: 0;
}

.form_wrapper form .step .numbering {
    display: flex;
}

.form_wrapper form .step .numbering .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ccc;
    background: #fff;
    margin-right: 20px;
    transition: 0.4s;
}

.form_wrapper form .step:hover .circle {
    border: 2px solid #5cc1c5;
    background-color: #5cc1c5;
    color: #fff;
}

.form_wrapper form .step:hover:after {
    background: #5cc1c5;
}

.form_wrapper form .step .numbering .text {
    font-size: 30px;
}

.form_wrapper form .step .input_box_wrapper {
    width: 900px;
    background: #f3f8f8;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.form_wrapper form .step .input_box_wrapper .input_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 410px;
}

.form_wrapper form .step_01 .input_box_wrapper .input_box {
    width: 100%;
}

.form_wrapper form .step .input_box_wrapper .input_box label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.form_wrapper form .step .input_box_wrapper .input_box label.required_field {
    position: relative;
}

.form_wrapper form .step .input_box_wrapper .input_box label.required_field:after {
    content: "*";
    color: #eb741d;
    margin-left: 3px;
}

.form_wrapper form .step .input_box_wrapper .input_box .common_input {
    border: 1px solid #fff;
    border-radius: 5px;
    height: 46px;
    padding: 10px;
    width: 100%;
    outline: 0;
    font-size: 16px;
}

.form_wrapper form .step .input_box_wrapper .input_box .common_input:focus {
    border: 1px solid #5cc1c5;
}

.form_wrapper form .step .input_box_wrapper .input_box .common_input::placeholder {
    color: #cfcfcf;
    font-size: 16px;
}

.form_wrapper form .step .input_box_wrapper .input_box textarea.common_input {
    resize: none;
    height: 90px;
}

.form_wrapper form .step_01 .input_box_wrapper .input_box .input {
    width: 50%;
    max-width: 410px;
    margin-bottom: 24px;
}

.form_wrapper .step_02 .check_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_wrapper input[type="checkbox"], .form_wrapper input[type="radio"] {
    display: none;
}

.form_wrapper .check_wrapper .check_item input + label {
    transition: background-color 0.4s, color 0.4s;
    height: 46px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 0;
    border-radius: 5px;
    cursor: pointer;
    line-height: 46px;
    text-align: center;
}

.form_wrapper .check_wrapper .check_item input:checked + label {
    background: #5cc1c5;
    color: #fff;
}

.form_wrapper .step_02 .check_wrapper .check_item .show_ico_check_box + label {
    text-align: left;
    padding: 0 15px;
}

.form_wrapper .step_02 .check_wrapper .check_item .show_ico_check_box:checked + label {
    background-image: url("/theme/yqueen/img/reserve_check.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}

.form_wrapper .step_02 .select_doctor_wrap {
    flex-direction: column;
    width: 410px !important;
    flex-shrink: 0;
    margin-left: 26px;
    justify-content: flex-start !important;
}

.form_wrapper .step_02 .select_doctor_wrap .select_doctor_box_wrapper {
    position: relative;
}

.form_wrapper .step_02 .select_doctor_wrap .select_doctor_box_wrapper .select_doctor_box {
    border: 1px solid #5cc1c5;
    border-radius: 5px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    height: 46px;
    padding: 0 10px;
    align-items: center;
    position: relative;
    z-index: 20;
}

.form_wrapper .step_02 .select_doctor_wrap .select_doctor_box_wrapper .select_doctor_box .name {
    color: #666;
    font-size: 16px;
}

.form_wrapper .step_02 .select_doctor_wrap .select_doctor_box_wrapper .select_doctor_box .choice_btn {
    width: 65px;
}

.form_wrapper .step_02 .select_doctor_wrap .select_doctor_box_wrapper .select_lists {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    font-size: 16px;
    padding-top: 12px;
    transform: translateY(-5px);
    z-index: 10;
    position: absolute;
    width: 100%;
    display: none;
}

.form_wrapper .step_02 .select_doctor_wrap .select_doctor_box_wrapper .select_lists .item {
    cursor: pointer;
    margin-bottom: 5px;
}

.doctor {
    background: #fff;
    border-radius: 5px;
    display: flex;
    padding-top: 18px;
    padding-left: 32px;
    padding-right: 21px;
    cursor: pointer;
}

.doctor img {
    margin-right: 35px;
}

.doctor .doctor_info .doc_name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.doctor .doctor_info .expert {
    display: flex;
}

.doctor .doctor_info .expert .tit {
    font-size: 14px;
    color: #5cc1c5;
    font-weight: bold;
    margin-right: 16px;
    word-break: keep-all;
}

.doctor .doctor_info .expert .cont {
    word-break: initial;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.doctor .doctor_info .btn_wrap {
    margin-top: 30px;
}

.doctor_result_wrap .doctor .doctor_info .btn_wrap button {
    margin-right: 6px;
}
.call_consult_check_wrap {background: #fff;border-radius: 5px;display: flex;/* height: 46px; */margin-top: 24px;display: flex;align-items: center;justify-content: center;flex-direction: column;cursor: pointer;align-items: center;padding: 10px;}
.selected_doctor .call_consult_check_wrap {border:none !important}
.call_consult_check_wrap .tit {font-size: 17px;color: #666;text-align: center;}
.call_consult_check_wrap .tit span {color: #a1a1a1;font-size: 13px;vertical-align: bottom;display: block;margin-bottom: 5px;}
.call_consult_check_wrap #isCallConsult + label {width: 65px;text-align: center;margin: 0;cursor: pointer;transition: 0.4s;margin-top: 5px;}
.call_consult_check_wrap #isCallConsult:checked + label { background: #5cc1c5; }

.selected_doctor .doctor {
    margin-top: 0 !important;
    display: flex;
    height: 100%;
}

.check_wrapper.two .check_item {
    width: 50%;
    max-width: 200px;
}

.check_wrapper.three .check_item {
    width: 33.3333%;
    max-width: 130px;
    margin-bottom: 10px;
}

.check_wrapper.four {
    padding: 0 -10px;
}

.form_wrapper form .step_03 .input_box_wrapper .input_box {
    flex-direction: column;
    justify-content: flex-start;
}

.form_wrapper .step_03 .selected_doctor {
    width: 100%;
    height: 160px;
    border: 1px solid #5cc1c5;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
}

.form_wrapper .step_03 .check_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.form_wrapper .step_03 .time_select_box .check_item label {
    transition: background-color 0.4s, color 0.4s;
    height: 46px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 0;
    border-radius: 5px;
    cursor: pointer;
    line-height: 46px;
    text-align: center;
}

.form_wrapper .step_03 .time_select_box .check_item {
    width: 25%;
    max-width: 95px;
    margin-right: 10px;
}

.form_wrapper input[disabled] + label {
    background: #e8e8e8 !important;
    color: #666;
    cursor: not-allowed !important;
}

.form_wrapper .agree_box {
    border: 1px solid #e4e4e4;
    padding: 35px 108px 50px 66px;
    display: flex;
}

.form_wrapper .agree_box .tit {
    font-size: 30px;
    width: 200px;
    flex-shrink: 0;
    margin-right: 150px;
    position: relative;
}

.form_wrapper .agree_box .tit:after {
    content: "*";
    color: #eb741d;
    margin-left: 3px;
}

.form_wrapper .agree_box .cont {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    word-break: keep-all;
}

.form_wrapper .form_dtn_wrap {
    text-align: center;
    margin: 80px 0 130px;
}

.form_wrapper .form_dtn_wrap .btn {
    width: 200px;
    height: 46px;
    background: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form_wrapper .form_dtn_wrap .btn_reset {
    background: #d6d6d6;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-right: 7px;
}

.form_wrapper .form_dtn_wrap .btn_submit {
    background: #5cc1c5;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35.002px;
    cursor: pointer;
    font-size: 21.997px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 24.997px;
    width: 24.997px;
    background-color: #eee;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-checkbox input:checked ~ .checkmark {
    background-color: #5cc1c5;
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    left: 8.002px;
    top: 3.998px;
    width: 9px;
    height: 12.998px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.doctor_list_selected {
    border: 1px solid #5cc1c5;
}

/* datepicker */
.datepicker_wrap {
    position: relative;
}

.datepicker_wrap .datepicker_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#main_content .ui-widget.ui-widget-content {
    border: none;
    background: none;
    width: 100%;
}

#main_content .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none;
}

#main_content .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

#main_content .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border: none;
    width: auto !important;
    background: none;
    font-size: 16px !important;
    appearance: none;
}

#main_content .ui-datepicker .ui-datepicker-prev {
    left: 130px;
    top: 3px;
}

#main_content .ui-datepicker .ui-datepicker-next {
    right: 130px;
    top: 3px;
}

#main_content .ui-datepicker .ui-datepicker-prev span {
    background: url("/theme/yqueen/img/reserve_date_arrow.png") no-repeat center;
    background-size: 8px 13px;
}

#main_content .ui-datepicker .ui-datepicker-next span {
    background: url("/theme/yqueen/img/reserve_date_arrow.png") no-repeat center;
    background-size: 8px 13px;
    transform: scaleX(-1);
}

#main_content .ui-datepicker th {
    font-size: 16px;
    font-weight: normal;
}
.call_consult_check_wrap.active {border:1px solid #5cc1c5;}
.doctor_schedule_2,
.doctor_schedule_3 {display: none;}
#main_content .ui-datepicker-other-month {opacity:0;}
#main_content .ui-state-default, #main_content .ui-widget-content .ui-state-default, #main_content .ui-widget-header .ui-state-default, #main_content .ui-button, #main_content .ui-button.ui-state-disabled:hover, #main_content .ui-button.ui-state-disabled:active {
    border: none;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: none;
    height: 36px;
    width: 36px;
    margin: 0 auto;
    border-radius: 50%;
}

#main_content .ui-state-active, #main_content .ui-widget-content .ui-state-active {
    color: #fff;
    background: #5cc1c5;
}

