
.find_id_page,
.find_pw_page {
    display: none;
    width: 1310px;
    margin: 20px auto;
}


.find {
    display: none;
}


#find_id:checked~.find_id_page {
    display: block;
}

#find_pw:checked~.find_pw_page {
    display: block;
}


.find_title_wrap {
    width: 980px;
    margin: 40px auto 0;
    padding-left: 10px;
    text-align: left;
}

.page_title {
    display: inline-block;
    margin-right: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #ccc;
    cursor: pointer;
    transition: 0.2s;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

#find_id:checked~.find_title_wrap label[for="find_id"],
#find_pw:checked~.find_title_wrap label[for="find_pw"] {
    color: #44667A;
    border-bottom: 3px solid #44667A;
}


.find_id_wrap {
    width: 980px;
    min-height: 520px;
    margin: 0 auto 20px;
    padding: 40px;
    border: 2px solid #D9D9D9;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #fff;
    text-align: left;
}


.find_id_wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 90%;
    background-color: #ddd;
}

.find_info_area,
.simple_auth_area {
    width: 48%;
    padding: 10px;
}


.input_group {
    margin-bottom: 20px;
}

.input_label {
    font-size: 18px;
    font-weight: 600;
    color: #447C7E;
    margin-bottom: 12px;
}

.input_field {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0 18px;
    font-size: 16px;
    color: #666;
}


.find_options {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.find_options label {
    font-size: 16px;
    color: #888;
    cursor: pointer;
}


.toggle_content {
    display: none;
}


.first_num,
.domain_select {
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 20px;

    padding: 0 35px 0 18px;

    font-size: 16px;
    color: #666;
    background-color: #fff;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;


    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;

    transition: border-color 0.2s;
}

.first_num:focus,
.domain_select:focus {
    outline: none;
    border-color: #5F9EA0;
}

.first_num {
    width: 90px;
    flex-shrink: 0;
    text-align: center;
    padding: 0 25px 0 15px;
}


.domain_select {
    width: 140px;
    flex-shrink: 0;
}

.phone_input_container p,
.email_input_container p {
    color: #999;
    font-weight: bold;
    margin: 0 2px;
}

#id_phone:checked~.phone_input_container,
#id_email:checked~.email_input_container,

#pw_phone:checked~.phone_input_container,
#pw_email:checked~.email_input_container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}

#id_phone:checked~.find_options label[for="id_phone"],
#id_email:checked~.find_options label[for="id_email"],
#pw_phone:checked~.find_options label[for="pw_phone"],
#pw_email:checked~.find_options label[for="pw_email"] {
    color: #447C7E;
    font-weight: bold;
}

.btn_verify {
    flex-shrink: 0;
    width: 85px;
    height: 48px;
    background-color: #fff;
    color: #5F9EA0;
    border: 1px solid #5F9EA0;
    border-radius: 24px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.btn_verify:hover {
    background-color: #EEF8F8;
}

.confirm_flex {
    display: flex;
    gap: 10px;
    width: 100%;
}

.confirm_flex .input_field {
    flex: 1;
}

.simple_auth_area {
    text-align: center;
    padding-top: 30px;
}

.auth_title {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
}

.auth_description {
    font-size: 14px;
    color: #888;
    margin-bottom: 40px;
}

.auth_methods {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.auth_box {
    width: 170px;
    height: 170px;
    border: 2px solid #ccc;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}

.auth_box:hover {
    border: 6px solid #5F9EA0;
}

.box_main_txt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.auth_box small {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}


.btn_find_id.main_btn,
.btn_find_id.sub_btn {
    width: 100%;

    height: 52px;
    background-color: #5F9EA0;
    border: none;
    border-radius: 16px;
    margin-top: 30px;

    cursor: pointer;
    display: flex;

    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
}


.btn_find_id a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.btn_find_id:hover {
    background-color: #447C7E;
}

.bottom_buttons {
    width: 980px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.bottom_buttons li {
    list-style: none;
}

.btn_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s;
    box-sizing: border-box;
}

.sub_link {
    min-width: 180px;
    padding: 0 25px;
    background-color: #fff;
    color: #333;
    border: 2px solid #BAD4DD;
}

.sub_link:hover {
    border-color: #5F9EA0;
    color: #5F9EA0;
}

.bottom_buttons .main_btn {
    width: 200px;
    background-color: #5F9EA0;
    color: #fff;
    border: none;
    margin-top: 0;
}

.bottom_buttons .main_btn:hover {
    background-color: #447C7E;
}