.inner .common_info .user_info {
    display: flex;
    justify-content: space-between;
}
main .inner .join_form {
    max-width: 450px;
    width: 100%;
    margin: 50px auto 120px auto;
}
main .inner .join_form.privacy {
    max-width: unset;
}
main .inner .join_form .title h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
    color: #003976;
}
main .inner .join_form .title h2.sub_title {
    font-size: 30px;
    line-height: 40px;
    color: #111;
}

main .inner .join_form .form {
    margin: 50px auto;
}
main .inner .join_form .form input {
    width: calc(100% - 64px);
    font-size: 18px;
}
main .inner .join_form .form .id {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #000000;
    padding: 8px 23px;

    display: flex;
    justify-content: space-between;
}

main .inner .join_form .form .form_input div {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #000000;
    padding: 8px 23px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
main .inner .join_form .form .form_input div button {
    color: #284cc9;
}
main .inner .join_form .form .form_input div small {
    display: none;
}
main .inner .join_form .form .form_input div.error small {
    position: absolute;
    display: block;
    color: #ff2102;
    font-size: 12px;
    left: 12px;
    top: 0px;
}
main .inner .join_form .form .form_input div.error {
    border-bottom: 1px solid #ff2102;
    margin-top: 12px;
    background-color: #ff20021e;
}
main .inner .join_form .form .form_input div.error input {
    background: none;
}

main .inner .join_form .form .id > img,
main .inner .join_form .form .pw > img {
    margin-right: 24px;
    width: 24px;
}

main .inner .join_form .form .pw {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    border-bottom: 1px solid #000000;
    padding: 8px 23px;

    display: flex;
    justify-content: space-between;
}

main .inner .join_form .form .chk_wrap {
    margin-top: 10px;
    margin-bottom: 20px;
}
main .inner .join_form .form .chk_wrap label p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 8px;
}
.chk_wrap input ~ p::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #d7dce2;
    border-radius: 8px;
    box-sizing: border-box;
}
.chk_wrap input:checked ~ p::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #003976 url(/images/icon/chk.svg) no-repeat center / auto;
}

.apply_btns {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.apply_btns button {
    width: 100%;
    height: 80px;
    border-radius: 12px;

    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
}
.apply_btns .btn_login {
    background-color: #003976;
    color: #fff;
}
.apply_btns .btn_join {
    border: 1px solid #667085;
}
div.success {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
}
div.success_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
    border-radius: 16px;
    border: 1px solid #667085;
}
.material-icons.success-icon {
    font-size: 48px;
    color: #00a27a;
}
p.id_list {
    padding: 8px 23px;
    font-size: 18px;
}
p.id_list > span {
    font-weight: 700;
    color: #003976;
}
main .inner .join_form div.success_info div.form {
    margin: 0;
    padding: 0 10px;
}
main .inner .join_form div.success_info .form .pw {
    margin-top: 0;
}

.pop_ct.pop_ct5 {
    box-shadow: 3px 23px 50px 4px rgb(115 117 138 / 29%), 0px 2px 2px rgb(159 162 191 / 32%);
    padding: 0 0 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 335px;
}
.popup_event div.btn_wrap {
    margin-top: 0;
    padding: 0 15px;
}
.pop_ct.pop_ct5 .btn_wrap .btn {
    width: 100%;
}
.pop_ct.pop_ct5 .recommendation_info {
    padding: 10px 20px;
    text-align: left;
    line-height: 24px;
}
.pop_ct.pop_ct5 .recommendation_info .prod_desc {
    padding-top: 20px;
    color: #333;
}
.pop_ct.pop_ct5 .recommendation_info .prod_desc.error {
    padding-top: 20px;
    color: #003976;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
}
.pop_ct.pop_ct5 .recommendation_info .prod_name {
    color: #003976;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
}

div.popup_img.recommendation {
    height: 300px;
}
div.popup_img.recommendation.error {
    background-color: #ffe9f8;
}

@media all and (max-width: 768px) {
    main .inner .join_form {
        padding: 0;
        margin: 20px auto 50px auto;
    }
    main .inner .join_form .title h2.sub_title {
        margin-top: 23px;
        font-size: 20px;
        line-height: 30px;
    }
    main .inner .join_form .logo > img {
        max-width: 100px;
    }
    main .inner .join_form .title h2 {
        font-size: 30px;
    }
    main .inner .join_form .form .apply_btns button {
        height: 54px;
    }
    main .inner .join_form .form .id {
        height: 50px;
        padding: 0 10px;
        margin-top: -20px;
    }
    main .inner .join_form .form .pw {
        height: 50px;
        margin-top: 30px;
        padding: 0 10px;
    }
    main .inner .join_form .form .chk_wrap {
        margin-top: 20px;
    }
    main .inner .join_form .form .chk_wrap label p {
        font-size: 14px;
    }
    main .inner .join_form .form .apply_btns button {
        font-size: 16px;
    }

    main .inner .join_form .form .info_search {
        font-size: 12px;
    }
    .pop_ct.pop_ct5 {
        width: calc(100% - 10px);
    }
    div.popup_img.recommendation {
        width: 100%;
        height: 100%;
    }
}

main .inner .join_form .form .info_search {
    margin-top: 60px;
    display: flex;
    justify-content: center;

    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #003976;
}
main .inner .join_form .form .info_search a {
    display: inline-block;
    padding: 0 20px;
}
