/* common */
.df_input {
    border: 1px solid #dcdcdc;
    height: 50px;
    padding: 0 14px;
    font-size: 20px;
    max-width: 100%;
}

.df_input::placeholder {
    color: #797979;
}

.login_wrap {
    width: 520px;
    margin: 20px auto 100px;
    max-width: 100%;
}

.member_form>.tit {
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 18px;
    color: #191919;
    border-bottom: 2px solid #797979;
    text-align: center;
    margin-bottom: 40px;
}

.login_wrap .input_box input {
    width: 100%;
}

.login_wrap .input_box input:first-child {
    margin-bottom: 10px;
}

.login_wrap .input_box {
    margin-bottom: 20px;
}

.login_wrap .btn_box .submit_btn {
    background-color: #1d2088;
    height: 50px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.login_wrap .btn_box a {
    display: block;
    text-align: center;
    line-height: 50px;
    border: 1px solid #1d2088;
    font-weight: 600;
    background-color: #fff;
    font-size: 20px;
    color: #1d2088;
    margin-top: 10px;
}

.login_wrap .user_utility {
    margin-top: 20px;
}

.login_wrap .user_utility>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.login_wrap .user_utility>div .divider {
    color: #cecece;
}

.login_wrap .user_utility>div a {
    color: #6d6d6d;
    font-size: 18px;
}

.register_wrap {
    width: 640px;
    margin: 0 auto;
    max-width: 100%;
}

.register_wrap .df_input {
    height: 40px;
}

.register_wrap ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.register_wrap ul li>label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.register_wrap ul li>label .form_tit {
    width: 150px;
    font-weight: 700;
    font-size: 18px;
    color: #191919;
}

.register_wrap ul li>label .form_tit+* {
    flex: 1;
}

.register_wrap .id_wrap {
    display: flex;
    gap: 10px;
}

.register_wrap #id_chk_btn {
    width: 160px;
    height: 40px;
    background-color: #1d2088;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.register_wrap .add_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.register_wrap .add_wrap input {
    width: 100%;
    position: relative;
}

.register_wrap .add_wrap #user_add_code {
    background-image: url('../images/user/sch_icon.png');
    background-repeat: no-repeat;
    background-position: 98% center;
    cursor: pointer;
}

.register_wrap .form_info {
    font-size: 16px;
    margin-top: 5px;
    color: #797979;
    padding-left: 160px;
}

.register_wrap .form_info.pw_chk_info {
    display: none;
}

.register_wrap .user_ph_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.register_wrap .user_ph_wrap .df_input {
    width: 100px;
}

.register_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/user/select_icon_light.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    cursor: pointer;
}

.register_wrap .email_input_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.register_wrap .email_input_wrap .input_deco {
    color: #191919;
}

.register_wrap .email_input_wrap .df_input {
    width: 140px;
}

.register_wrap .email_input_wrap .user_email_txt {
    display: none;
}

.register_wrap .email_input_wrap .user_email_txt.show {
    display: block;
}

.register_wrap .submit_btn {
    background-color: #1d2088;
    color: #fff;
    width: 100%;
    height: 50px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 20px;
    display: block;
    line-height: 50px;
    text-align: center;
}

.area_wrap select {
    border: 1px solid #ddd;
    padding: 5px 10px;
    height: 40px;
    background-position: calc(100% - 15px) center;
    font-size: 20px;
}

.register_success {
    text-align: center;
    padding: 40px 0 150px;

}

.register_success p {
    margin: 20px 0 40px;
    font-weight: 700;
    color: #191919;
    font-size: 30px;
    line-height: 1.5;
}

.register_success a {
    width: 440px;
    display: block;
    margin: 0 auto;
    background-color: #1d2088;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 20px;

}

.register_wrap._find {
    margin-bottom: 200px
}

.result_find_wrap {
    display: none;
}

.result_find_wrap .con {
    text-align: center;
    line-height: 1.5;
    font-size: 24px;
    color: #191919;
}

.result_find_wrap .con span {
    color: #191919;
}

.result_find_wrap .con .user_id {
    font-weight: 700;
}

.login_menu_box {
    display: flex;
    border-bottom: 2px solid #797979;
    margin-bottom: 40px;
}

.login_menu_box a {
    flex: 1;
    display: block;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    color: #797979;
    font-size: 28px;
}

.login_menu_box a.active {
    color: #191919;
    font-weight: 700;
}

.login_menu_box a.active::after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background-color: #1d2088;
    position: absolute;
    left: 0;
    bottom: -2px;
}

#code_chk_form>.find_info {
    text-align: center;
    color: #191919;
    font-size: 22px;
    margin-bottom: 25px;
}

#change_pw_form>.find_info {
    text-align: center;
    color: #191919;
    font-size: 22px;
    margin-bottom: 25px;
}

#mypage_form .user_id_text {
    color: #191919;
    font-size: 20px;
}

#mypage_form .user_organ_type_box {
    padding-left: 160px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px;

}

#mypage_form .user_organ_type_box .status {
    font-size: 20px;
}

#mypage_form .user_organ_type_box .status.success {
    color: #1d2088;
}

#mypage_form .user_organ_type_label i {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #D9D9D9;
}

#mypage_form .user_organ_type_label {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    position: relative;
}

#mypage_form .user_organ_type_label span {
    color: #191919;
    font-size: 20px;
}

#mypage_form .user_organ_type_label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}

#mypage_form .user_organ_type_label input:checked~i {
    background-image: url('../images/user/check_on.png');
    background-position: center;
    background-size: cover;
}

.mypage_wrap .my_sub_nav {
    border-bottom: 1px solid #DCDCDC;
    border-top: 2px solid #797979;
    padding: 25px 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.mypage_wrap .my_sub_nav .back_my_page {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mypage_wrap .my_sub_nav .back_my_page span {
    font-weight: 700;
    font-size: 24px;
    color: #191919;
}

.mypage_wrap .board_tab {
    display: flex;
    gap: 10px;
}

.mypage_wrap .board_tab>a {
    border: 1px solid #cecece;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    color: #797979;
    flex: 1;
}

.mypage_wrap .board_tab>a.active {
    background-color: #1d2088;
    color: #fff;
    border-color: #1d2088;
}

.mypage_wrap h3 {
    margin: 40px 0;
    font-size: 35px;
    font-weight: 700;
    color: #191919;
}

.mypage_wrap .go_mypage_form {
    gap: 20px;
    align-items: center;
    display: flex;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    padding: 20px 0;
}

.mypage_wrap .go_mypage_form span {
    font-weight: 700;
    color: #191919;
    font-size: 21px;
}

.mypage_wrap .go_mypage_form a {
    color: #797979;
    border: 1px solid #797979;
    font-size: 20px;
    width: 75px;
    line-height: 40px;
    text-align: center;
}

.mypage_wrap:not(:has(.list_btn_wrap)) .board_tab {
    margin-bottom: 40px;
}

.sch_grid {
    display: grid;
    border: 1px solid #dcdcdc;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, auto);
    margin-bottom: 50px;
}

.sch_grid>div {
    padding: 12px;
    display: flex;
    align-items: center;
}

.sch_grid .sch_btn_box {
    grid-row: 1 / 3;
    border-left: 1px solid #dcdcdc;
    justify-content: center;
    gap: 12px;


}

.sch_grid .sch_btn_box button {
    height: 100%;
}

.sch_grid .sch_btn_box .submit_btn {
    background-color: #1d2088;
    flex: 1;

    color: #fff;
    font-size: 20px;
}

.sch_grid .sch_btn_box .submit_btn img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.sch_grid .sch_btn_box .submit_btn span {
    color: #fff;
}

.sch_grid .sch_btn_box .reset_btn {
    color: #797979;
    border: 1px solid #797979;
    aspect-ratio: 1/1;
}

.sch_grid .sch_input_box:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.sch_grid .sch_input_box:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    border-bottom: 1px solid #dcdcdc;
}

.sch_grid .sch_input_box:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    border-right: 1px solid #dcdcdc;
}

.sch_grid .sch_input_box:nth-of-type(4) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

.sch_grid .sch_input_box .tit {
    font-size: 20px;
    color: #797979;
    display: inline-block;
    width: 130px;
    text-align: center;
}

.sch_grid .sch_input_box input {
    border: 1px solid #dcdcdc;
    height: 30px;
    flex: 1;
    padding: 0 5px;
}

.mg_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 2px solid #797979;
    border-bottom: 2px solid #797979;
    text-align: center;
}

.mg_table th {
    background-color: #f8f8f8;
    color: #191919;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}

.mg_table td {
    font-size: 20px;
    color: #797979;
    height: 50px;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}

.mg_table tr th:first-child,
.mg_table tr td:first-child {
    border-left: 0;
}

.mg_table tr th:last-child,
.mg_table tr td:last-child {
    border-right: 0;
}



@media (max-width: 1240px) {
    .sch_grid .sch_input_box .tit {
        width: 100px;
        font-size: 15px;
    }

    .sch_grid .sch_btn_box .submit_btn {
        font-size: 18px;
    }

    .sch_grid>div {
        padding: 6px;
    }

    .sch_grid {
        margin-bottom: 30px;
    }

    .mg_table th {
        font-size: 15px;
        height: 35px;
    }

    .mg_table td {
        font-size: 15px;
        height: 35px;
    }

    .sch_grid .sch_btn_box {
        gap: 6px;
    }
}

@media (max-width: 1024px) {
    .sch_grid .sch_input_box .tit {
        width: 60px;
    }

    .sch_grid .sch_btn_box .submit_btn img {
        width: 14px;
        margin-right: 0;
    }

    .sch_grid .sch_btn_box .reset_btn {
        aspect-ratio: auto;
    }
    .mypage_wrap h3 {
        margin: 30px 0;
        font-size: 22px;
    }
    .mypage_wrap .board_tab>a {
    line-height: 40px;
    font-size: 18px;
}
}

@media (max-width: 768px) {
    .sch_grid .sch_btn_box {
        grid-row: 3 / 4;
        grid-column: 1 / 3;
    }

    .sch_grid .sch_input_box input {
        width: 100%;
    }

    .sch_grid {
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }

    .df_input {
        height: 40px;
        font-size: 16px;
    }

    .area_wrap select {
        font-size: 16px;
    }


    .login_wrap .btn_box .submit_btn {
        height: 40px;
        font-size: 16px;
    }

    .login_wrap .btn_box a {
        line-height: 40px;
        font-size: 16px;
    }

    .login_wrap .user_utility>div a {
        font-size: 15px;
    }

    .member_form>.tit {
        font-size: 28px;
    }

    .login_wrap {
        margin: 0 auto;
    }

    .register_wrap ul li>label {
        flex-direction: column;
        align-items: start;
    }

    .register_wrap ul li>label .form_tit+* {
        flex: none;
        width: 100%;
    }

    .register_wrap .form_info {
        padding-left: 0;
    }

    .register_wrap #id_chk_btn {
        width: 100%;
        font-size: 16px;
    }

    .register_wrap .id_wrap input {
        flex: 1;
    }

    .register_wrap .user_ph_wrap .df_input {
        width: calc((100% - 52px) / 3);
    }

    .register_wrap .email_input_wrap {
        flex-wrap: wrap;
    }

    .register_wrap .email_input_wrap .user_email_txt {
        width: 100%;
    }

    .register_wrap .email_input_wrap .df_input:not(.user_email_txt) {
        width: calc((100% - 36px) / 2);
    }

    .register_wrap .form_info {
        font-size: 14px;
    }

    .register_wrap .submit_btn {
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    .register_success p {
        font-size: 25px;
    }

    .register_success>img {
        width: 50px;
    }

    .register_success a {
        font-size: 18px;
        line-height: 40px;
        width: 100%;
        max-width: 300px;
    }

    .register_success {
        padding: 20px 0 0;
    }

    #code_chk_form>.find_info {
        font-size: 18px;
    }

    #change_pw_form>.find_info {
        font-size: 18px;
    }

    .login_menu_box a {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .login_menu_box a.active::after {
        height: 3px;
    }

    #mypage_form .user_organ_type_box {
        padding-left: 0;
    }

    #mypage_form .user_organ_type_label span {
        font-size: 16px;
    }

    #mypage_form .user_organ_type_box .status {
        font-size: 16px;
    }

    #mypage_form .user_organ_type_label i {
        width: 21px;
        height: 21px;
    }

    #mypage_form .user_organ_type_label {
        gap: 5px;
    }

    #mypage_form .user_id_text {
        font-size: 18px;
    }

    .mypage_wrap .my_sub_nav {
        margin: 30px 0;
        padding: 15px 10px;
    }

    .mypage_wrap .my_sub_nav .back_my_page span {
        font-size: 18px;
    }

    .mypage_wrap .my_sub_nav .back_my_page {
        gap: 10px;
    }

    .mypage_wrap .board_tab>a {
        font-size: 16px;
        line-height: 34px;
    }

    .mypage_wrap .go_mypage_form a {
        font-size: 16px;
        width: 55px;
        line-height: 30px;
    }

    .mypage_wrap .go_mypage_form span {
        font-size: 18px;
    }

    .mypage_wrap .go_mypage_form {
        padding: 10px 0;
    }

    .mypage_wrap:not(:has(.list_btn_wrap)) .board_tab {
        margin-bottom: 20px;
    }

    .mypage_wrap h3 {
        margin: 30px 0;
        font-size: 20px;
    }

    .mypage_wrap .board_tab {
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .sch_grid .sch_btn_box {
        grid-row: 5 / 6;
        grid-column: 1 / 3;
    }

    .sch_grid {
        grid-template-rows: repeat(5, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }

    .sch_grid .sch_input_box:nth-of-type(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        border-right: 0;
        border-bottom: 1px solid #dcdcdc;
    }

    .sch_grid .sch_input_box:nth-of-type(2) {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        border-bottom: 1px solid #dcdcdc;
    }

    .sch_grid .sch_input_box:nth-of-type(3) {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
        border-bottom: 1px solid #dcdcdc;
        border-right: 0;
    }

    .sch_grid .sch_input_box:nth-of-type(4) {
        grid-column: 1 / 3;
        grid-row: 4 / 5;
        border-bottom: 1px solid #dcdcdc;
    }

    .mg_table td {
        font-size: 13px;
    }

    .mg_table th {
        font-size: 13px;
    }
}