@charset "utf-8";

.bz_join{
    background: unset;
}

.join_inner {
    width: 100%;
    max-width: 60em;
    padding: 0 5em;
    margin: 0 auto;
    text-align: center;
}

.join_logo {
    padding-top: 8em;
    padding-bottom: 4em;
}

.join_logo a {}

.join_logo img {}

.join_form .join_sns {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding-bottom: 4em;
    margin-bottom: 4em;
    border-bottom: 0.1em solid #ccc;
}

.join_form .join_sns button {
    width: 100%;
    height: 6.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5em;
}

.join_form .join_sns .join_kakao {
    background-color: #fee500;
}

.join_form .join_sns .join_google {
    background-color: #fff;
    border: 0.1em solid #747775;
}

.join_form .join_sns .join_naver {
    background-color: #03c75a;
}

.join_form .join_sns button img {
    margin-right: 1em;
}

.join_form .join_sns .join_kakao img {
    width: 2.8em;
}

.join_form .join_sns .join_google img {
    width: 2.9em;
}

.join_form .join_sns .join_naver img {
    width: 2.3em;
}

.join_form .join_sns button span {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 3.33em;
    letter-spacing: -0.05em;
    color: #151515;
}

.join_form .join_sns .join_naver span {
    color: #fff;
}



.join_wrap .join_logo {
    padding-top: 6.5em;
    padding-bottom: 3em;
}

.join_wrap .join_form {
    padding-bottom: 8em;
}

.join_wrap .join_form_inner {
    text-align: left;
}

.join_wrap .join_form .join_box {
    margin-bottom: 2em;
    width: 100%;
    height: 6.4em;
    border: 0.1em solid #ccc;
    border-radius: 0.5em;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.join_wrap .join_form .join_box .join_input {
    padding: 0.92em 1.11em 0 1.11em;
    height: 100%;
    font-size: 1.8em;
    color: #000;
    font-weight: 300;
    letter-spacing: -0.05em;
    border: none;
    background: none;
    width: 100%;
    position: relative;
    z-index: 2;
}

.join_wrap .join_form .join_box .join_input[type='password'] {
    letter-spacing: 0.1em;
}

.join_wrap .join_form .join_box .join_label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em;
    align-items: center;
    padding-left: 2em;
}

.join_wrap .join_form .join_box .join_label .join_tit {
    font-size: 1.8em;
    color: #151515;
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.join_wrap .join_form .join_box .join_label .join_desc {
    font-size: 1.2em;
    color: #ccc;
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.join_wrap .join_form .join_box .join_label .join_warning {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2em;
    color: #db260b;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1;
    font-style: normal;
    padding: 0.8em 0 0 1.7em;
    display: none;
}

.join_wrap .join_form .join_box.now_focus .join_label {
    height: auto;
    z-index: 3;
}

.join_wrap .join_form .join_box.now_focus .join_label .join_tit {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2em;
    font-weight: 300;
    color: #999;
    letter-spacing: -0.05em;
    line-height: 1;
    padding: 0.8em 0 0 1.7em;
}

.join_wrap .join_form .join_box.now_focus .join_label .join_desc {
    display: none;
}

.join_wrap .join_form .join_box.now_focus .join_label .join_warning {
    display: none;
}

.join_wrap .join_form .join_box.now_ok {
    border: 0.1em solid #000;
}

.join_wrap .join_form .join_box.now_no {
    border: 0.1em solid #db260b;
}

.join_wrap .join_form .join_box.now_no .join_label .join_tit {
    display: none;
}

.join_wrap .join_form .join_box.now_no .join_label .join_desc {
    display: none;
}

.join_wrap .join_form .join_box.now_no .join_label .join_warning {
    display: block;
}

.join_wrap .join_box_wrap {
    position: relative;
}

.join_wrap .join_form .join_box.join_email {
    position: relative;
    width: 26.5em;
}

.join_wrap .join_form .join_box.join_email .join_input {}

.join_wrap .join_form .join_box.join_email .join_label {}

.join_wrap .join_form .join_box.join_email .join_email_last {
    position: absolute;
    top: 0;
    left: 18.2em;
    width: 15em;
    line-height: 4.2em;
    height: 4.2em;
    padding-top: 1.6em;
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    letter-spacing: -1.5em;
    display: none;
}

.join_wrap .join_form .join_box.join_email .join_input_last {
    position: absolute;
    top: 0;
    left: 19.8em;
    width: 13.4em;
    line-height: 4.2em;
    height: 4.2em;
    padding-top: 1.6em;
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    letter-spacing: -1.5em;
    display: block;
    border: none;
    background: #fff;
    z-index: 4;
}

.join_wrap .join_form .join_box.join_email .join_input_last_02 {
    position: absolute;
    top: 0;
    left: 18.2em;
    width: 1.6em;
    line-height: 4.2em;
    height: 4.2em;
    padding-top: 1.6em;
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    letter-spacing: -1.5em;
    z-index: 6;
}

.join_wrap .join_select_area {
    position: absolute;
    top: 0;
    right: 0;
    width: 22em;
    height: 6.4em;
    border: 0.1em solid #ccc;
    border-radius: 0.5em;
    background: #fff url(../images/join/ico_select.png) 18.2em 2.7em no-repeat;
    background-size: 1.7em;
    z-index: 9;
}

.join_wrap .join_select_area .join_select {
    padding-left: 2em;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    height: 6.4em;
    text-align: left;
    display: block;
}

.join_wrap .join_select_area .join_select span {
    font-size: 1.8em;
    color: #151515;
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.join_wrap .join_select_area .join_select_list {
    background: #fff;
    border: 0.1em solid #000;
    border-radius: 0.5em;
    overflow: hidden;
    width: 22em;
    margin-left: -0.1em;
    margin-top: -0.1em;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.join_wrap .join_form .join_box.now_ok+.join_select_area {
    border-color: #000;
}

.join_wrap .join_select_area .join_select_list li {
    border-bottom: 0.1em solid #eee;
}

.join_wrap .join_select_area .join_select_list li span {
    font-size: 1.8em;
    color: #151515;
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.join_wrap .join_select_area .join_select_list li:first-child button {
    background: url(../images/join/ico_select_on.png) 18.2em 2.7em no-repeat;
    background-size: 1.7em;
}

.join_wrap .join_select_area .join_select_list li:last-child {
    border-bottom: none;
}

.join_wrap .join_select_area .join_select_list li button {
    border: none;
    cursor: pointer;
    background: none;
    text-align: left;
    height: 6.3em;
    width: 100%;
    padding-left: 2em;
}

.join_wrap .join_select_area .join_select_list li button:hover {
    background-color: #f9f9f9;
}

.join_wrap .join_select_area .join_select_list li button:focus {
    background-color: #f9f9f9;
}

.join_wrap .join_select_area .join_select_list li.on button {
    background-color: #f9f9f9;
}

.join_wrap .join_select_area .join_select_list li button.on {
    background-color: #f9f9f9;
}

.join_wrap .join_form .join_box.join_email.now_select1 .join_input {}

.join_wrap .join_form .join_box.join_email.now_select1 .join_email_last {
    display: none;
}

.join_wrap .join_form .join_box.join_email.now_select2 .join_input {}

.join_wrap .join_form .join_authenticate_btn {
    height: 6.4em;
    background: #aeaeae;
    border: none;
    border-radius: 0.5em;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 2em;
}

.join_wrap .join_form .join_authenticate_btn span {
    font-size: 1.8em;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.join_wrap .join_form .join_confirm_btn {
    height: 6.4em;
    background: #aeaeae;
    border: none;
    border-radius: 0.5em;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 2em;
}

.join_wrap .join_form .join_confirm_btn span {
    font-size: 1.8em;
    font-weight: 400;
    color: #d0d0d0;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.join_wrap .join_form .join_authenticate_btn.on {
    pointer-events: unset;
    background: #353535;
}

.join_wrap .join_form .join_authenticate_btn.on span {
    color: #fff;
}

.join_wrap .join_form .join_confirm_btn.on {
    background: #353535;
}

.join_wrap .join_form .join_confirm_btn.on span {
    color: #fff;
}

.join_wrap .join_form .join_authenticate_desc {
    margin-top: 0.6em;
    margin-bottom: 1.6em;
}

.join_wrap .join_form .join_authenticate_desc span {
    font-size: 1.6em;
    font-weight: 300;
    color: #151515;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.join_wrap .join_form .join_authenticate_desc em {
    font-size: 1.6em;
    font-weight: 300;
    color: #db1919;
    letter-spacing: -0.05em;
    line-height: 1.4;
    font-style: normal;
}

.join_wrap .join_form .join_authenticate_desc strong {
    font-size: 1.6em;
    font-weight: 500;
    color: #db1919;
    letter-spacing: 0;
    line-height: 1.4;
}

.join_wrap .join_form .join_box.join_authenticate {
    position: relative;
    width: 36.5em;
    margin-bottom: 0;
}

.join_wrap .join_form .join_resend_btn {
    height: 6.4em;
    background: #db1919;
    border: none;
    border-radius: 0.5em;
    text-align: center;
    display: block;
    width: 12em;
    position: absolute;
    top: 0;
    right: 0;
}

.join_wrap .join_form .join_resend_btn span {
    font-size: 1.8em;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.join_wrap .join_select_area .join_input {
    position: absolute;
    top: 0;
    left: 0;
}

.join_wrap .join_agree {
    padding-bottom: 2em;
    padding-top: 0;
}

.join_wrap .join_agree ul {
    padding-bottom: 4em;
}

.join_wrap .join_agree ul li {
    margin-right: 2em;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.join_wrap .join_agree .join_chkbox {}

.join_wrap .join_agree .join_chkbox .join_chk_img {
    visibility: hidden;
    width: 0;
    position: absolute;
    *visibility: visible;
    *width: 1.3em;
    *position: relative;
}

.join_wrap .join_agree .join_chkbox .join_chk_label {
    height: 1.8em;
    background: url(../images/join/ico_chk_off.png) 0 0 no-repeat;
    cursor: pointer;
    padding-left: 2.8em;
    display: block;
}

.join_wrap .join_agree .join_chkbox .join_chk_label span {
    font-size: 1.6em;
    color: #858585;
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.join_wrap .join_agree .join_chkbox .join_chk_img:checked+.join_chk_label {
    background: url(../images/join/ico_chk_on.png) 0 0 no-repeat;
}

.join_wrap .join_agree .join_chkbox .join_chk_img:checked+.join_chk_label span {
    color: #151515;
}

.join_wrap .join_agree .join_agree_btn {
    text-align: center;
    height: 6.4em;
    background: #353535;
    border: none;
    border-radius: 0.5em;
    display: block;
    width: 100%;
}

.join_wrap .join_agree .join_agree_btn span {
    font-size: 1.8em;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.join_wrap .join_agree .join_agree_btn.on {
    background: #db260b;
}

.join_wrap .join_agree .join_agree_btn.all_ok {
    background: #db260b;
}

.join_wrap .join_agree .join_agree_slc {
    text-align: left;
    padding-top: 2em;
}

.join_wrap .join_agree p {
    font-size: 1.6em;
    line-height: 1.4;
    color: #858585;
    font-weight: 300;
    letter-spacing: -0.05em;
}

.join_wrap .join_agree p span {
    font-weight: 300;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 0.4em;
    cursor: pointer;
}

.join_wrap .join_agree .join_agree_open_01 {}

.join_wrap .join_agree .join_agree_open_02 {}

.join_wrap .join_agree p span.join_red {
    color: #db1919;
    font-weight: 400;
}

.join_wrap .join_agree p span.on {
    color: #db1919;
    font-weight: 400;
}

.join_wrap .join_agree .join_agree_box_01 {
    padding-top: 2em;
    display: none;
}

.join_wrap .join_agree .join_agree_box_02 {
    padding-top: 2em;
    display: none;
}

.join_wrap .join_agree textarea {
    font-size: 1.2em;
    line-height: 1.7em;
    color: #858585;
    font-weight: 300;
    letter-spacing: -0.05em;
    text-align: left;
    padding: 1.2em 1.6em;
    border: 0.084em solid #ccc;
    border-radius: 0.417em;
    background: #fff;
    width: 100%;
    height: 9.17em;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    resize: none;
    display: block;
}

.join_wrap .join_agree textarea::-webkit-scrollbar {
    width: 2em;
}

.join_wrap .join_agree textarea::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background-color: #858585;
    width: 0.2em;
    border: 0.9em solid #fff;
    height: 4em;
}

.join_wrap .join_agree textarea::-webkit-scrollbar-track {
    background-color: #fff;
    margin: 0.5em 0;
}

.join_wrap .join_form_inner>div>a>img {
    max-width: 100%;
}

.join_wrap .join_sub_tit {
    margin-bottom: 2.5em;
}

.join_wrap .join_sub_tit strong {
    font-size: 2em;
    letter-spacing: -0.05em;
    font-weight: 700;
    color: #151515;
    display: block;
}

.join_wrap .join_ad {
    padding-top: 3em;
}

.join_wrap .join_ad a {
    display: block;
}

.join_wrap .join_ad img {
    max-width: 100%;
    margin: 0 auto;
}

.join_wrap .join_link {
    margin-top: 3em;
}

.join_wrap .join_link a {
    text-align: center;
    height: 6.2em;
    line-height: 6.4em;
    border: 0.1em solid #252525;
    display: block;
    border-radius: 0.5em;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join_wrap .join_link a span {
    font-size: 1.8em;
    font-weight: 400;
    color: #151515;
    letter-spacing: -0.05em;
    line-height: 1.1;
}