@charset "utf-8";

/* 로그인 / 회원가입 */
#container.join {
    padding: 80px 0 90px;
}

#container.seller_main {
    padding: 40px 0 80px;
}

.join h2.tit {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 500;
    color: #252525;
    text-align: center;
    text-transform: uppercase;
}

.join h2.tit + p {
    margin: 0;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-align: center;
}

.max_460w {
    max-width: 460px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

/* --------------------------  login 로그인  */
.login_tab {
    display: flex;
}

.login_tab button {
    width: 100%;
    line-height: 42px;
}

.login_form_box .login_tab {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.login_form_box .login_tab button {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #dbdbdb;
    border-bottom-color: #252525;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    box-sizing: border-box;
}

.login_form_box .login_tab button + button {
    margin-left: -1px;
}

.login_form_box .login_tab button.on {
    border: 1px solid #252525;
    border-bottom: 0;
    z-index: 1;
}

.login_form_box .login_box {
    display: none;
}

.login_form_box .login_box.on {
    display: block;
}

.login_form_box .login_box .login_input > input {
    width: 100%;
    line-height: 50px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.login_form_box .login_box .login_input > input:last-of-type {
    margin-bottom: 0;
}

.login_form_box .login_box .login_input > input::placeholder {
    color: #ccc;
}

.login_form_box .login_box .login_input .item_check {
    margin-top: 10px;
}

.login_form_box .login_box .login_input .item_check input + label {
    color: #252525;
    line-height: 24px;
    background: url(../img/ico/check_logiinoff.png) no-repeat left center / 19px;
    padding-left: 29px;
}

.login_form_box .login_box .login_input .item_check input:checked + label {
    background-image: url(../img/ico/check_logiin.png);
}


.login_form_box .login_box .login_input .login_btn {
    width: 100%;
    height: 60px;
    margin: 20px 0 30px;
    background-color: #3f71b7;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.login_form_box .btn_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_form_box .btn_link a {
    color: #757575;
    display: block;
    position: relative;

}

.login_form_box .btn_link a + a {
    padding-left: 10px;
    margin-left: 10px;
}

.login_form_box .btn_link a + a::after {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background: #dddddd;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.login_form_box .btn_link a span {
    color: #3f71b7;
}

.login_form_box .another_login {
    display: block;
    margin-top: 30px;
}

.login_form_box .another_login .another_btn,
.login_form_box .another_login .another_btn img {
    display: block;
}

.login_form_box .another_login button + button {
    margin-top: 10px;
}


.login .border_link {
    display: block;
    margin: 0 auto;
    padding-top: 60px;
    width: 100%;
    max-width: 420px;
}

.login .border_link a {
    display: block;
    border-radius: 30px;
    border: 1px solid #86624a;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #86624a;
    line-height: 56px;
}

/* //  login 로그인 // */


/* -------------------------------  login_find 아이디/ 비밀번호 찾기  */

.form-box2 .checkbox {
    margin-top: 10px;
    position: relative;
}

.form-box2 .input_wrap .checkbox {
    position: relative;
    margin-bottom: 20px;
}

.form-box2 .checkbox input[type="checkbox"] {
    display: none;
}

.form-box2 .checkbox input[type="radio"] {
    display: none;
}

.form-box2 .checkbox input[type="checkbox"] + label {
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background: url(../img/ico/checkbox.png) left center no-repeat;
    width: 16px;
    height: 16px;
}

.form-box2 .checkbox input[type="checkbox"]:checked + label {
    background: url(../img/ico/checkbox_on.png) left center no-repeat;
    width: 16px;
    height: 16px;
}

.form-box2 .checkbox input[type="radio"] + label {
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background: url(../img/ico/radio.png) left center no-repeat;
    width: 16px;
    height: 16px;
}

.form-box2 .checkbox input[type="radio"]:checked + label {
    background: url(../img/ico/radio_on.png) left center no-repeat;
    width: 16px;
    height: 16px;
}

.form-box2 .foreigner {
    display: inline-block;
    margin-right: 10px;
}

.form-box2 .checkbox.priv {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.form-box2 .checkbox.corp {
    display: inline-block;
    margin-bottom: 20px;
}

.form-box2 .input_wrap.user_id {
    margin-top: 20px;
}

.form-box2 .input_wrap.corporation {
    display: none;
}

.form-box2 .input_wrap.foreigner_ssn {
    margin-top: 10px;
}

.form-box2 .input_wrap .corporation_name {
    margin-bottom: 10px;
}

.form-box2 .input_wrap .corporation_num {
    margin-bottom: 10px;
}

.form-box2 .input_wrap .zipcode {
    width: 310px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.form-box2 .input_wrap .chkNum {
    margin-bottom: 10px;
}

.form-box2 .input_wrap .certi_ok {
    margin-bottom: 10px;
}

.form-box2 .input_wrap .zipcode_box {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    border: 1px solid #3d6cab;
    color: #3d6cab;
    font-size: 16px;
}

.form-box2 .input_wrap .citizenship {
    width: 100%;
    height: 40px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    color: #999;
}

.form-box2 .input_wrap .addr2 {
    margin-top: 10px;
}

.form-box2 .input_wrap + .input_wrap {
    margin-top: 10px;
}

.form-box2 .input_wrap input {
    display: block;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    box-sizing: border-box;
}

.form-box2 .input_wrap input::placeholder {
    font-weight: 350;
    color: #ccc;
}

.form-box2 .input_wrap .input_ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #252525;
}

.form-box2 .required {
    color: #e00000;
}

.form-box2 .input_wrap p.foreigner_txt {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    margin: 0;
}

.form-box2 .input_wrap .red_txt {
    color: #f50000;
    text-align: left;
    margin: 10px 0 0;
}

.form-box2 .input_wrap .pas_txt {
    display: none;
}

.form-box2 .button_wrap {
    display: flex;
    align-items: center;
}

.form-box2 .button_wrap input {
    margin-right: 10px;
    width: calc(100% - 120px);
    max-width: 340px;
}

.form-box2 .button_wrap.ph_wrap input {
    width: calc(100% - 250px);
    margin: 0 0 0 10px;
}

.form-box2 .button_wrap.ph_wrap select {
    max-width: 25%;
    height: 50px;
    padding: 0 10px;
    border: solid 1px #dbdbdb;
    color: #454545;
    margin: 0;
}

.form-box2 .button_wrap.ph_comp input {
    width: calc(100% - 120px);
    max-width: none;
    margin-left: 10px;
}

.form-box2 .file_wrap input[type="file"] {
    display: none;
}

.form-box2 .button_wrap.ph_wrap input + * {
    margin-left: 10px;
}

.form-box2 .file_wrap label {
    width: 110px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    border: solid 1px #3f71b7;
    color: #3f71b7;
    text-align: center;
    margin-left: 10px;
}

.form-box2 .file_wrap .filebox {
    width: calc(100% - 120px);
    position: relative;
}

.form-box2 .file_wrap .filebox input {
    width: 100%;
    margin: 0;
}

.form-box2 .file_wrap .file_del {
    display: none;
    width: 16px;
    height: 16px;
    background: url('../img/btn/file_delBtn.png') no-repeat center center/cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border: none;
}

.form-box2 .button_wrap button {
    flex: 0 0 auto;
    width: 110px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    border: solid 1px #3f71b7;
    color: #3f71b7;
    text-align: center;
}


.form-box2 .button_wrap .certification {
    width: 100%;
    background: #3d6cab;
    color: #fff;
    margin-bottom: 20px;
}

.form-box2 .button_wrap .certification2 {
    width: 100%;
    background: #3d6cab;
    color: #fff;
    margin-bottom: 20px;
    display: none;
}

.form-box2 .button_wrap .db_check {
    width: 100%;
    background: #3d6cab;
    color: #fff;
    margin-bottom: 20px;
    display: none;
}

.form-box2 .button_wrap > .phone_num {
    float: left;
    margin-right: 10px;
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.form-box2 .form_certifi .certifi_btn {
    display: flex;
    margin-top: 40px;
}

.form-box2 .form_certifi .certifi_btn button {
    display: inline-block;
    width: 50%;
    padding: 17px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #999;
    border: solid 1px #dbdbdb;
    position: relative;
}

.form-box2 .form_certifi .certifi_btn button + button {
    margin-left: -1px;
}

.form-box2 .form_certifi .certifi_btn button.active {
    border: solid 1px #252525;
    color: #252525;
    z-index: 2;
}

.form-box2 .agree_wrap {
    margin-top: 40px;
    border: solid 1px #d8d8d8;
}

.form-box2 .agree_wrap .all_check {
    padding: 22px 21px;
    border-bottom: solid 1px #eee;
}

.form-box2 .agree_wrap .agree_list {
    padding: 22px 21px 32px;
}

.form-box2 .agree_wrap .agree_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-box2 .agree_wrap .agree_list li + li {
    margin-top: 20px;
}

.form-box2 .agree_wrap .agree_list .agree_more {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding-bottom: 2px;
    border-bottom: solid 1px #666;
}

.form-box2 .item_check input {
    display: none;
}

.form-box2 .item_check input + label {
    color: #454545;
    background: url('../img/ico/check_off.png') no-repeat left center;
    padding-left: 30px;
}

.form-box2 .item_check input:checked + label {
    background-image: url('../img/ico/check_on.png');
}

.comp_memb h3 {
    font-size: 26px;
    font-weight: 500;
    color: #3f71b7;
}

.comp_memb h3.sub_memtl {
    margin-top: 40px;
}

.form-box2 .compnum p {
    font-size: 14px;
    font-weight: 350;
    color: #3f71b7;
    text-align: left;
    margin: 10px 0 0;
}

.radio_wrap {
    display: flex;
    align-items: center;
}

.radio_wrap.rd_box {
    padding: 36px 0 40px;
}

.radio_wrap input {
    display: none;
}

.radio_wrap .rd_item input + label {
    color: #252525;
    padding-left: 28px;
}

.radio_wrap .rd_item + .rd_item {
    margin-left: 30px;
}

.form-box2 .radio_wrap .radio_item {
    width: calc(50% - 5px);
}

.form-box2 .radio_wrap .radio_item + .radio_item {
    margin-left: 10px;
}

.form-box2 .radio_wrap .radio_item input[type="radio"] {
    display: none;
}

.form-box2 .radio_wrap .radio_item input[type="radio"] + label {
    display: block;
    border: 1px solid #eee;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    box-sizing: border-box;
}

.form-box2 .radio_wrap .radio_item input[type="radio"]:checked + label {
    border-color: #3d6cab;
    color: #3d6cab;
}

.member-container .form-box2 .form_btn {
    display: block;
    width: 100%;
    height: 60px;
    margin: 40px auto 0;
    border: none;
    background: #3f71b7;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

/* 계정정보 찾기 */

/* 회원 로그인 */
.login-container {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.login_top {
    margin-bottom: 40px;
}

.login-container h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.login.non_active {
    display: none;
}

.login .login_form {
    width: 100%;
}

.login .login_form input[type="text"],
.login .login_form input[type="password"] {
    width: 100%;
    height: 50px;
}

.login .login_form input::placeholder {
    font-size: 16px;
    color: #cccccc;
}

.login .login_form .login-box input + input {
    margin-top: 10px;
}

.login .login_form .login-box {
    margin-bottom: 10px;
}

.login .login_form .login-box .input_wrap + .input_wrap {
    margin-top: 30px;
}

.login .login_form button.login_btn {
    width: 100%;
    height: 60px;
    margin: 20px 0 30px;
    background-color: #3f71b7;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.login .checkbox input {
    display: none;
}

.login .checkbox input + label {
    margin-left: 5px;
    color: #252525;
    line-height: 24px;
    background: url('../img/ico/check_logiinoff.png') no-repeat left center;
    padding-left: 29px;
}

.login .checkbox input:checked + label {
    background-image: url('../img/ico/check_logiin.png');
}

.login .login_form .another_login button {
    width: 100%;
}

.login .login_form .another_login button + button {
    margin-top: 10px;
}

.login .login_form .another_login button img {
    width: 100%;
}

.login .login_form .join_btn {
    width: 100%;
    height: 43px;
    line-height: 43px;
    display: block;
    border: 1px solid #333;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.login .login_form ul {
    display: flex;
    justify-content: center;
}

.login .login_form ul li + li {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.login .login_form ul li + li::before {
    content: "|";
    font-size: 10px;
    color: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.login .login_form ul li a {
    display: block;
    font-size: 16px;
    color: #757575;
    font-weight: 400;
}

.login .login_form ul li:last-child a {
    color: #3f71b7;
}

.login .another_login {
    margin-top: 30px;
}


/* 로그인 탭 */
.member_tap {
    width: 100%;
    display: flex;
}

.member_tap li {
    width: 50%;
}

.member_tap li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #999;
    font-size: 18px;
    border: solid 1px #e2e6e9;
    border-bottom: solid 2px #3f71b7;
    position: relative;
}

.member_tap li a.on {
    border: solid 2px #3f71b7;
    border-bottom: none;
    color: #3f71b7;
    z-index: 2;
}

.login-container span.checkbox {
    line-height: 15px;
    position: relative;
    display: inline-block;
    height: 15px;
    padding-left: 15px;
    vertical-align: baseline;
}

.login-container span.checkbox input {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.login-container span.checkbox label {
    font-weight: 400;
    font-size: 12px;
    margin-left: 10px;
}

.login-container span.checkbox label::before {
    display: block;
    content: '';
    cursor: pointer;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #cdcdcd;
    background: #fff url('../img/btn/checkbox.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

.login-container span.checkbox input:checked + label:before {
    content: '';
    cursor: pointer;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #cdcdcd;
    background: #fff url('../img/btn/checkbox_chenc.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

.login_find .member_tap li {
    width: 50%;
}

.login.login_find .login_form .login-box {
    margin: 25px 0 0;
    width: 100%;
}

.login.login_find .login_form .find_cation {
    color: #666;
}

.login.login_find .login_form .phonarea {
    width: 100%;
}

.login.login_find .login_form .phonarea .phon_num {
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 39px;
    box-sizing: border-box;
}

.login.login_find .login_form .phonarea .phon_num::after {
    display: block;
    clear: both;
    content: '';
}

.login.login_find .login_form .phonarea .phon_num input {
    width: calc(33.333% - 20px);
    height: 100%;
    outline: 0;
}

.login.login_find .login_form .phonarea .phon_num span {
    display: block;
    float: left;
    margin: 0;
    width: 30px;
    line-height: 37px;
    text-align: center;
}

.login.login_find .login_form .phonarea .button_wrap {
    margin-top: 10px;
}

.login_find .find_id .find_id_box .login_form .email_warp button {
    margin-bottom: 10px;
}

.login.login_find .find_cation {
    word-break: keep-all;
}

.login.login_find .find_btn {
    width: 100%;
    height: 60px;
    background: #3d6cab;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
}


/* 아이디 찾기 */
#container.login-container {
    padding: 0;
    margin: 80px auto 90px;
}

.login.login_find {
    position: relative;
    width: calc(100% - 30px);
    max-width: 460px;
    margin: 0 auto;
}


.login.login_find .radio_wrap {
    padding: 23px 0 18px;
}

.login_find .find_id .find_id_box .login_form {
    margin-right: 0;
    width: 100%;
    border: none;
}

.login_find .find_id .find_id_box .login_form.on {
    display: block;
}

.login_find input[type="submit"] {
    clear: both;
    display: block;
    margin: 0 auto 20px;
    width: 170px;
    height: 50px;
    background-color: #e8374b;
    border: none;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}

/* 비밀번호 찾기 */

.login_find .find_id .find_id_box .login_form p.text_deco {
    margin-top: 20px;
}

.find_radio {
    margin-bottom: 30px;
}

.find_radio .radio_item {
    display: inline-block;
}

.find_radio .radio_item + .radio_item {
    margin-left: 70px;
}

.find_radio .radio_item input[type="radio"] {
    display: none;
}

.find_radio .radio_item input[type="radio"] + label {
    display: block;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 20px;
    background: url(../img/ico/radio_off_24x24.png) left center no-repeat;
    background-size: auto 100%;
}

.find_radio .radio_item input[type="radio"]:checked + label {
    background: url(../img/ico/radio_on_24x24.png) left center no-repeat;
    background-size: auto 100%;
}


/* // login_find 아이디/ 비밀번호 찾기  //  */

/* -----------------------------  non_member  비회원 로그인 */
.non_member_cont p {
    font-size: 16px;
    color: #999999;
    padding-bottom: 20px;
}

.non_member_cont .form input {
    line-height: 50px;
    font-size: 16px;
}

.non_member_cont .form input + input {
    margin-top: 10px;
}

.non_member_cont .submit_btn {
    width: 100%;
    height: 60px;
    margin: 20px 0 30px;
    background-color: #3f71b7;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}


/* 팝업 */
.nomem_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999;
}

.nomem_popup .popup_content {
    width: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nomem_popup .popup_header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 10px;
}

.nomem_popup .popup_header p {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
}

.nomem_popup .popup_header a {
    width: 60px;
    height: 60px;
    background: url(../img/btn/close_b_20.png) center center no-repeat;
}

.nomem_popup .popup_body {
    padding: 30px 30px 20px 30px;
    background: #fff;
}

.nomem_popup .popup_footer {
    text-align: center;
    padding-bottom: 40px;
    margin-top: -2px;
    background: #fff;
}

.nomem_popup .popup_footer .order_btn {
    display: inline-block;
    width: 160px;
    height: 40px;
    font-size: 16px;
    font-family: 'Noto Sans KR';
    cursor: pointer;
}

.nomem_popup .popup_footer .order_btn.bg_write {
    margin-right: 8px;
    border: solid 1px #cccccc;
    background-color: #fff;
    color: #333;
}

.nomem_popup .popup_footer .order_btn.bg_blue {
    -webkit-appearance: none;
    color: #fff;
    background-color: #86624a;
    border: none;
}

.nomem_popup p.popup_txt,
.nomem_popup p.check_cation {
    font-size: 12px;
    font-family: 'MalgunGothic';
    font-weight: 300;
    color: #666;
    line-height: 22px;
}

.nomem_popup input[type="radio"] + label {
    background-size: auto 100%;
    cursor: pointer;
}

.nomem_popup p.popup_txt {
    margin: 0 15px 20px;
}

.nomem_popup .check_agree {
    width: 100%;
    height: 385px;
    overflow-y: auto;
    border: 1px solid #dcdcdc;
}

.nomem_popup .check_agree div {
    width: 90%;
    padding: 35px 0;
    margin: 0 auto;
}

.nomem_popup .check_agree div p {
    font-family: 'MalgunGothic';
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #666;
}

.nomem_popup .popup_check {
    text-align: center;
}

.nomem_popup span.radio {
    margin: 0 10px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

.nomem_popup p.check_cation {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* // non_member  비회원 로그인 // */

/* ---------------------------------------- 입점신청 메인 */
.seller_main .seller_viual {
    position: relative;
    width: 100%;
    height: 400px;
    background: url(/img/sub/seller_join_visual.jpg) no-repeat center;
}

.seller_main .visual_inner {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    margin-left: 100px;
    color: #fff;
}

.seller_main .visual_inner h2 {
    font-family: 'Gmarket Sans';
    font-weight: 500;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.seller_main .visual_inner h2 .blue {
    font-weight: 700;
    color: #8b9df4;
}

.seller_main .visual_inner p {
    font-family: 'Gmarket Sans';
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}

.seller_main .visual_btn .v_btn {
    font-family: 'Gmarket Sans';
    display: inline-block;
    background: #fff;
    border: 2px solid #fff;
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    width: 140px;
    line-height: 45px;
    text-align: center;
    border-radius: 24px;
    box-sizing: border-box;
}

.seller_main .visual_btn .v_btn.nobg {
    background: transparent;
    color: #fff;
}

.seller_main .visual_btn a + a {
    margin-left: 10px;
}

/* // 입점신청 메인 // */

/* 회원가입 메인 세분화 */
.join_main .join_ttl_wrap {
    text-align: center;
}

.join_main .join_tit {
    margin-bottom: 50px;
}

.join_main .join_tit img {
    margin: 0 auto;
}

.join_main .join_ttl_wrap p:first-of-type {
    font-family: 'Noto Sans CJK KR';
    font-size: 18px;
    line-height: 28px;
}

.join_main .join_ttl_wrap p:first-of-type span {
    font-weight: 700;
}

.join_main .join_ttl_wrap p:last-of-type {
    margin-top: 12px;
    line-height: 28px;
    font-size: 18px;
    color: #999;
}

.join_main .join_ttl_wrap p span {
    color: #3d6cab;
}

.join_main .notice {
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-top: 40px;
}

.join_main .join_list_wrap {
    margin-top: 98px;
}

.join_main .join_list_wrap .join_list {
    display: flex;
    justify-content: center;
}

.join_main .join_list_wrap .join_list li {
    width: calc(33.33% - 20px);
    border: 1px solid #ddd;
    padding: 45px 50px 50px 50px;
    text-align: center;
}

.join_main .join_list_wrap .join_list li + li {
    margin-left: 40px;
}

.join_main .join_list_wrap .join_list li strong {
    display: block;
    font-size: 28px;
    margin: 32px 0;
}

.join_main .join_list_wrap .join_list li strong span {
    font-size: 23px;
}

.join_main .join_list_wrap .join_list li p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #555;
}

.join_main .join_list_wrap .join_list li .join_btn {
    display: block;
    margin-top: 55px;
    padding: 20px 0;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #3d6cab;
}

.join_main .join_list_wrap .join_list li .join_btn.m30 {
    margin-top: 30px;
}

/* ---------------------------------------- 회원가입 join_form */

.join_wrap {
    max-width: 1180px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.join_wrap.w460 {
    max-width: 460px;
}

.join_wrap.w600 {
    max-width: 600px;
}

.join_form .join_choice {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

.join_form .join_choice li {
    width: 50%;
}

.join_form .join_choice li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #999;
    font-size: 18px;
    border: solid 2px #e2e6e9;
    border-bottom: solid 2px #3f71b7;
    position: relative;
}

.join_form .join_choice li + li a {
    margin-left: -1px;
}

.join_form .join_choice li a.active {
    border: solid 2px #3f71b7;
    border-bottom: none;
    color: #3f71b7;
    z-index: 2;
}

.join_form .sns_login {
    display: flex;
    margin-bottom: 25px;
}

.join_form .sns_login li {
    width: calc(50% - 5px);
}

.join_form .sns_login li + li {
    margin-left: 10px;
}

.join_form .sns_login .naver_login {
    background: #00bf18;
    text-align: center;
}

.join_form .sns_login a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.join_form .sns_login .naver_login {
    background: #00bf18;
}

.join_form .sns_login .kakao_login {
    background: #fce000;
}

.join_form .sns_login .naver_login span {
    color: #fff;
    line-height: 17px;
    padding-left: 27px;
    background: url(../img/ico/naver_ico.png) no-repeat left center;
}

.join_form .sns_login .kakao_login span {
    color: #252525;
    line-height: 21px;
    padding-left: 33px;
    background: url(../img/ico/kakao_ico.png) no-repeat left center;
}


.join_form .form_certifi {
    margin-bottom: 30px;
}

.join_form .form_certifi .certifi_btn {
    display: flex;
    margin: 40px 0 30px;
}

.join_form .form_certifi .certifi_btn button {
    display: inline-block;
    width: 50%;
    padding: 17px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #999;
    border: solid 1px #dbdbdb;
    position: relative;
}

.join_form .form_certifi .certifi_btn button + button {
    margin-left: -1px;
}

.join_form .form_certifi .certifi_btn button.active {
    border: solid 1px #252525;
    color: #252525;
    z-index: 2;
}


.join_top .join_step {
    padding-top: 20px;
    margin-bottom: 60px;
}

.join_top .join_step ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.join_top .join_step ul li + li {
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
}

.join_top .join_step ul li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 20px;
    background: url(../img/ico/ico_join_step_arrow.png) center center no-repeat;
    content: '';
}

.join_top .join_step .step_ele {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 60px;
    border: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 30px;
}

.join_top .join_step .on .step_ele {
    background: #fff;
    border-color: #3d6cab;
}

.join_top .join_step .step_ele span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #757575;

}

.join_top .join_step .on .step_ele span {
    color: #3d6cab;
}

.join_top .join_step .step_ele i {
    width: 25px;
    height: 25px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.join_top .join_step .step01 i {
    background-image: url(../img/ico/ico_join_step_01.png);
}

.join_top .join_step .step01.on i {
    background-image: url(../img/ico/ico_join_step_01_on.png);
}

.join_top .join_step .step02 i {
    background-image: url(../img/ico/ico_join_step_02.png);
}

.join_top .join_step .step02.on i {
    background-image: url(../img/ico/ico_join_step_02_on.png);
}

.join_top .join_step .step03 i {
    background-image: url(../img/ico/ico_join_step_03.png);
}

.join_top .join_step .step03.on i {
    background-image: url(../img/ico/ico_join_step_03_on.png);
}


.join_wrap .subject {
    font-size: 26px;
    font-weight: 500;
    color: #3f71b7;
    padding-bottom: 30px;
}

.join_wrap .input_row + .input_row {
    padding-top: 30px;
}

.join_wrap .input_row .label {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.join_wrap .input_row .label .point {
    font-size: 18px;
    color: #e00000;
}

.join_wrap .input_row input {
    padding: 0 10px;
    border: 1px solid #dbdbdb;
    line-height: 50px;
}

.join_wrap .input_row .button_row {
    display: flex;
}

.join_wrap .input_row .button_row input {
    width: 100%;

}

.join_wrap .input_row .button_row .post_btn {
    flex: 0 0 auto;
    width: 110px;
    border: 1px solid #3f71b7;
    margin-left: 10px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #3f71b7;
}

.join_wrap .input_row .phone_num {
    display: flex;
    width: 100%;
    align-items: center;

}

.join_wrap .input_row .phone_num .input {
    width: 100%;
    margin-left: 10px;
}

.join_wrap .input_row .phone_num select {
    min-width: 25%;
    max-width: 120px;
    line-height: 50px;
}

.join_wrap .input_row .phone_num > span {
    font-size: 18px;
    font-weight: 500;
    margin: 0 8px;
}

.join_wrap .input_row .button_row + .button_row {
    margin-top: 10px;
}

.join_wrap .email_row {
    display: flex;
    align-items: center;
}

.join_wrap .email_row input,
.join_wrap .email_row select {
    line-height: 50px;
}

.join_wrap .email_row span {
    margin: 0 8px;
}

.join_wrap .email_row input.email02 {
    margin-left: 10px;
}

.join_wrap .yymmdd_row {
    display: flex;
}

.join_wrap .yymmdd_row select {
    line-height: 50px;
}

.join_wrap .yymmdd_row select + select {
    margin-left: 10px;
}

.join_wrap .nickname_row button {
    flex: 0 0 auto;
    width: 150px;
    border: 1px solid #252525;
    margin-left: 10px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;

}

.join_box .input_row .text_length_row.leng_128 input {
    padding-right: 70px;
}


.join_wrap .alert_txt {
    font-size: 13px;
    padding-top: 10px;
}

.join_wrap .alert_txt.gray {
    color: #999999;
}

.join_wrap .alert_txt.blue {
    color: #0a6ec2;
}

.join_wrap .alert_txt.red {
    color: #ee0505;
}

.join_wrap .join_box + .join_box {
    padding-top: 40px;
}

.join_wrap .join_agree_wrap input + label {
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 30px;
    color: #454545;
}

.join_wrap .join_agree_wrap .detail_agree {
    border: 1px solid #dbdbdb;
    border-top: 1px solid #eee;
    padding: 23px 20px 32px;
}

.join_wrap .join_agree_wrap .all {
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    padding: 22px 20px;
    font-size: 18px;
    font-weight: 500;
}

.join_wrap .join_agree_wrap .detail_agree li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join_wrap .join_agree_wrap .detail_agree li .point {
    color: #e00000;
}

.join_wrap .join_agree_wrap .detail_agree li + li {
    margin-top: 27px;
}

.join_wrap .join_agree_wrap .detail_agree li .more_agree {
    color: #666;
    border-bottom: 1px solid #666;
}

.join_wrap .join_agree_wrap .detail_agree li:last-child {
    border-bottom: none;
}

.join_wrap .join_us_btn {
    display: block;
    width: 100%;
    height: 60px;
    margin: 40px auto 0;
    border: none;
    background: #3f71b7;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.join_wrap .j_btn_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 60px;
}

.join_wrap .j_btn_wrap .join_btn {
    display: block;
    width: 460px;
    line-height: 60px;
    font-size: 18px;
}

/* // 회원가입 join_form //  */


/* -----------------------  사업자 준비서류 */

.seller_doc_title {
    margin-bottom: 20px;
}

.seller_doc_title h3 {
    font-size: 24px;
    font-weight: 500;
    color: #252525;
}

.seller_doc_cont + .seller_doc_cont {
    margin-top: 40px;
}

.seller_doc_box {
    display: block;
}

.seller_box {
    background: #f9f9f9;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 36px;
}

.seller_box p {
    font-size: 16px;
    color: #454545;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.seller_box p span {
    flex: 0 0 auto;
    margin-right: 3px;
}

.tip_btn {
    margin-left: 10px;
    background: #658dc5;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    padding: 10px 13px;
    cursor: pointer;
}

.seller_doc_box .doc_table table {
    width: 100%;
    border-top: 1px solid #252525;
    table-layout: fixed;
}

.seller_doc_box .doc_table tr {
    border-bottom: 1px solid #dbdbdb;
}

.seller_doc_box .doc_table th {
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    text-align: left;
    background: #fafafa;
    vertical-align: middle;
}

.seller_doc_box .doc_table td {
    padding: 26px 40px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 1.5;
    vertical-align: middle;
}

.seller_next_btn {
    display: block;
    width: 460px;
    height: 60px;
    margin: 60px auto 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #3d6cab;
}

/* // 판매자 유형 선택 // */


/* --------------------   판매자 회원가입 */
.join_box .input_row .data input:read-only {
    color: #454545;
    background-color: #fafafa;
}

.join_box .input_row .data input.gray {
    color: #999999;
}

.join_wrap .addr_row .button_row {
    padding-bottom: 10px;
}

.join_wrap .button_row .zip_btn {
    width: 150px;
    margin-right: 10px;
    border: 1px solid #252525;
    font-size: 18px;
    font-weight: 500;
}

.join_wrap .button_row .file_wrap {
    width: calc(100% - 120px);
    position: relative;
    border: none;
    border-radius: 0;
    margin: 0;
}

.join_wrap .button_row .file_wrap input {
    width: 100%;
    background: #fff !important;
}

.join_wrap .button_row .file_wrap .del_file {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.join_wrap .button_row .up_btn {
    width: 110px;
    margin-left: 10px;
    border: 1px solid #3f71b7;
    font-size: 16px;
    font-weight: 500;
    color: #3f71b7;
    text-align: center;
    line-height: 50px;
}

.join_wrap .item_radio {
    display: inline-block;
}

.join_wrap .item_radio input + label {
    display: inline-block;
    line-height: 26px;

}

.join_wrap .item_radio + .item_radio {
    margin-left: 40px;
}

.join_wrap .corp_reg_num {
    display: none;
}

.join_box .input_row .data .add_ele_wrap {
    padding-right: 100px;
}

.join_box .input_row .data .add_ele_row {
    display: flex;
    align-items: center;
}

.join_box .input_row .data .add_ele_row:not(:last-child) {
    margin-bottom: 10px;
}

.join_box .input_row .data .add_ele_row .add_ele_btn {
    display: block;
    width: 52px;
    height: 52px;
    margin-left: 10px;
    border: 1px solid #252525;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    flex: 0 0 auto;
}

.join_box .input_row .data .add_ele_row .add_ele_btn.plus {
    background-image: url(../img/btn/btn_add_ele_plus.png);
}

.join_box .input_row .data .add_ele_row .add_ele_btn.minus {
    background-image: url(../img/btn/btn_add_ele_minus.png);
}

.join_box .radio_toggle_cont {
    margin-top: 20px;
}

.join_box .radio_toggle_cont .radio_toggle_box {
    display: none;
}

.join_box .radio_toggle_cont .radio_toggle_box.on {
    display: block;
}

.join_box .radio_toggle_cont .gray_box {
    padding: 30px;
    background: #fafafa;
    margin-top: 20px;
    line-height: 1.625;
    color: #454545;
}

.join_box .input_row .tel input {
    width: calc(33.333% - 13.333px);
}

.join_box .input_row .store_link_txt {
    color: #454545;
    padding-bottom: 10px;
    display: block;
}

.join_box .input_row .alert_txt em {
    color: #252525;
}

.join_box .input_row .text_length_row {
    position: relative;
}

.join_box .input_row .text_length_row input {
    padding-right: 50px;
}

.join_box .input_row .text_length_row .text_length {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.join_box .input_row .text_length_row .text_length span {
    color: #999999;
}

.join_box .input_row input.mw478 {
    max-width: 478px;
}

.join_box .input_row .data .addr_same {
    margin-bottom: 20px;
}

.join_box .input_row .data .bank_row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.join_box .input_row .data .bank_row select {
    width: 200px;
    margin-right: 10px;
    flex: 0 0 auto;
    line-height: 50px;
}

.join_box .input_row .data .notice_box {
    margin-top: 20px;
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 1.5;
    background: #fafafa;
}

/* // 판매자 회원가입 // */

/* ---------------------   회원가입 완료 */
.join_wrap .join_comple {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.join_wrap .join_comple h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.26;
    margin: 30px 0 60px;
}

.join_wrap .join_comple h3 .blue {
    color: #3f71b7;
}

.join_wrap .join_comple_box {
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    padding: 60px 0;
    background: #f9f9f9;
}

.join_wrap .join_comple_box p {
    color: #454545;
    font-size: 16px;
}

.join_wrap .join_comple_box .desc.top {
    line-height: 1.6;
    color: #252525;
    font-size: 28px;
    font-weight: 500;
}

.join_wrap .join_comple_box .desc.mid {
    line-height: 1.6;
    margin: 30px 0 35px;
}

.join_wrap .join_comple_box .desc.bot {
    line-height: 1.6;
    margin-bottom: 30px;
}

.join_wrap .join_comple_box .point {
    font-size: 20px;
    font-weight: 700;
    color: #3f71b7;
}

.join_wrap .join_comple .go_main {
    width: 460px;
    line-height: 60px;
    display: block;
    font-size: 18px;
    margin-top: 40px;
}


/* mobile */
@media screen and (max-width: 850px) {

    #container.join {
        padding: 11.38vw 0 16.66vw;
    }

    .join_wrap.w460 {
        max-width: 100%;
    }

    .join h2.tit {
        font-size: 5.55vw;
        font-weight: 700;
        margin-bottom: 0;
    }

    /* 회원가입 세분화 */
    .join_main .join_tit {
        margin-bottom: 5.277vw;
    }

    .join_main .join_tit img {
        width: 55.416vw;
    }

    .join_main .join_sub_tit {
        padding: 5.833vw 5.55vw;
        background: #f7f7f7;
    }

    .join_main .join_ttl_wrap p:first-of-type {
        font-size: 3.055vw;
        line-height: 1.6;
        padding-inline: unset;
    }

    .join_main .join_ttl_wrap p:last-of-type {
        margin-top: 4.861vw;
        padding-top: 4.861vw;
        line-height: 1.6;
        border-top: 1px solid #e2e2e2;
        font-size: 2.5vw;
    }

    .join_main .join_list_wrap {
        margin-top: 5.55vw;
    }

    .join_main .join_list_wrap .join_list {
        flex-direction: column;
    }

    .join_main .notice {
        font-size: 2.5vw;
        color: #999999;
        text-align: center;
        margin-top: 4.861vw;
        line-height: 1.6;
    }

    .join_main .join_list_wrap .join_list li {
        width: 100%;
        padding: 9.722vw 6.944vw;
        text-align: left;
    }

    .join_main .join_list_wrap .join_list li + li {
        margin-left: 0;
        margin-top: 1.527vw;
    }

    .join_main .join_list_wrap .list_box {
        display: flex;
        align-items: center;
    }

    .join_main .join_list_wrap .list_box .box_cont {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .join_main .join_list_wrap .list_box img {
        flex: 0 0 auto;
        width: 13.055vw;
    }

    .join_main .join_list_wrap .join_list .txt {
        margin-left: 4.166vw;
    }

    .join_main .join_list_wrap .join_list li strong {
        margin: 0 0 2.916vw;
        font-size: 5.833vw;
    }

    .join_main .join_list_wrap .join_list li strong span {
        font-size: 4.722vw;
    }

    .join_main .join_list_wrap .join_list li p {
        font-size: 3.472vw;
        line-height: 1.2;
    }

    .join_main .join_list_wrap .join_list li .join_btn {
        font-size: 0;
        margin-top: 0;
        padding: 2.5vw;
        width: 2.5vw;
        height: 2.5vw;
        background: url(/img/sub/join_link_arrow.png) no-repeat center / 2.5vw;
    }

    .join_main .join_list_wrap .join_list li .join_btn.m30 {
        margin-top: 0;
    }


    .join_top .join_step {
        padding-top: 6.66vw;
        margin-bottom: 9.72vw;
    }

    .join_top .join_step .step_ele {
        width: inherit;
        min-width: 26.944vw;
        height: 13.33vw;
        border-radius: 6.66vw;
    }

    .join_top .join_step .step_ele span {
        display: block;
        font-size: 3.33vw;
    }

    .join_top .join_step .step_ele i {
        margin: 0 auto;
        width: 3.05vw;
        height: 3.472vw;
        background-size: 3.05vw;
        margin-bottom: 1.388vw;
    }

    .join_top .join_step .step01 i {
        background-image: url(/img/ico/ico_join_step_mo_01.png);
    }

    .join_top .join_step .step01.on i {
        background-image: url(/img/ico/ico_join_step_mo_01_on.png);
    }

    .join_top .join_step .step02 i {
        background-image: url(/img/ico/ico_join_step_mo_02.png);
    }

    .join_top .join_step .step02.on i {
        background-image: url(/img/ico/ico_join_step_mo_02_on.png);
    }

    .join_top .join_step .step03 i {
        background-image: url(/img/ico/ico_join_step_mo_03.png);
    }

    .join_top .join_step .step03.on i {
        background-image: url(/img/ico/ico_join_step_mo_03_on.png);
    }

    .join_top .join_step ul li + li::before {
        width: 1.66vw;
        height: 2.77vw;
        background: url(../img/ico/ico_join_step_arrow.png) center center no-repeat;
        background-size: 1.66vw;
    }

    .tip_btn {
        margin-left: 2.77vw;
        border-radius: 3.611vw;
        font-size: 3.33vw;
        padding: 2.083vw 4.166vw;
    }

    .seller_doc_title {
        margin-bottom: 3.33vw;
    }

    .seller_doc_title h3 {
        font-size: 4.72vw;
    }

    .seller_box {
        padding: 5.55vw;
    }

    .seller_box p {
        align-items: baseline;
        font-size: 3.611vw;
        line-height: 1.3;
    }

    .seller_box p + p {
        margin-top: 4.166vw;
    }

    .seller_doc_cont + .seller_doc_cont {
        margin-top: 6.944vw;
    }

    .doc_table colgroup {
        display: none;
    }

    .seller_doc_box .doc_table th {
        font-size: 3.88vw;
        padding: 0 3.833vw;
        width: 25vw;
        max-width: 25vw;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .seller_doc_box .doc_table td {
        padding: 5.55vw;
        font-size: 3.611vw;
    }

    .seller_next_btn {
        margin: 8.33vw auto 0;
        width: 50vw;
        height: 12.5vw;
        line-height: 12.5vw;
        font-size: 3.88vw;
    }

    /* ---------------------------------------- 입점신청 메인 */
    #container.seller_main {
        padding: 0 0 11.11vw;
    }

    .seller_main .inner {
        width: 100%;
    }

    .seller_main .seller_viual {
        height: 62.5vw;
        background: url(/img/sub/seller_join_visual_mo.jpg) no-repeat center / cover;
    }

    .seller_main .visual_inner {
        margin: 0 4.166vw;
    }

    .seller_main .visual_inner h2 {
        font-weight: 500;
        font-size: 6.388vw;
        line-height: 1.3;
        margin-bottom: 4.72vw;
    }

    .seller_main .visual_inner p {
        font-size: 3.88vw;
        margin-bottom: 6.66vw;
    }

    .seller_main .visual_btn .v_btn {
        border: 1px solid #fff;
        font-size: 3.611vw;
        width: 33.33vw;
        line-height: 11.388vw;
        border-radius: 5.55vw;
    }

    .seller_main .visual_btn a + a {
        margin-left: 1.388vw;
    }

    /* // 입점신청 메인 // */
    /* 입점신청 폼 */
    .join_wrap.w600 {
        max-width: 100%;
    }

    .join_wrap .subject {
        font-size: 5vw;
        padding-bottom: 5.55vw;
    }

    .join_wrap .input_row + .input_row {
        padding-top: 5.55vw;
    }

    .join_wrap .input_row .label {
        font-size: 3.611vw;
        margin-bottom: 2.77vw;
    }

    .join_wrap .input_row .label .point {
        font-size: 3.611vw;
    }

    .join_wrap .input_row input {
        line-height: 12.5vw;
        font-size: 3.611vw;
    }

    .join_wrap .input_row .button_row .post_btn {
        width: 25vw;
        margin-left: 2.77vw;
        line-height: 12.5vw;
        font-size: 3.611vw;
    }

    .join_wrap .input_row .phone_num select {
        max-width: 25vw;
        line-height: 12.5vw;
    }

    .join_wrap .button_row .file_wrap .del_file {
        width: 2.77vw;
    }

    .join_wrap .button_row .file_wrap .del_file img {
        width: 4.166vw;
    }

    .join_wrap .button_row .up_btn {
        width: 25vw;
        margin-left: 2.77vw;
        line-height: 12.5vw;
        font-size: 3.611vw;
    }

    .join_wrap .alert_txt {
        font-size: 3.33vw;
        padding-top: 2.77vw;
    }

    .join_wrap .join_box + .join_box {
        padding-top: 11.11vw;
    }

    .join_wrap .input_row .button_row + .button_row {
        margin-top: 2.77vw;
    }

    .join_wrap .agree_box {
        padding-top: 5.55vw !important;
    }

    .join_wrap .join_agree_wrap .all {
        padding: 4.166vw;
    }

    .join_wrap .join_agree_wrap input + label {
        font-size: 3.611vw;
        line-height: 1.125;
    }

    .join_wrap .join_agree_wrap .detail_agree {
        padding: 5.833vw 4.166vw 7.638vw;
    }

    .join_wrap .join_agree_wrap .detail_agree li .more_agree {
        font-size: 3.33vw;
    }

    .join_wrap .j_btn_wrap {
        padding-top: 8.33vw;
    }

    .join_wrap .j_btn_wrap .join_btn {
        width: 50vw;
        font-size: 3.88vw;
        line-height: 12.5vw;
    }

    .agree_pop .pop_box {
        max-width: 100%;
    }

    /* ---------------------------------------- 회원가입 join_form */
    /* 가입완료 */
    .join_wrap .join_comple {
        font-size: 3.611vw;
    }

    .join_wrap .imgbox img {
        width: 16.66vw;
    }

    .join_wrap .join_comple_box p {
    }

    .join_wrap .join_comple h3 {
        font-size: 6.66vw;
        margin: 6.944vw 0 11.11vw;
    }

    .join_wrap .join_comple_box {
        padding: 8.33vw 5.55vw;
    }

    .join_wrap .join_comple_box .desc.top {
        font-size: 5.277vw;
        line-height: 1.2;
    }

    .join_wrap .join_comple_box .desc.mid {
        margin: 5.694vw 0 6.944vw;
        line-height: 1.2;
    }

    .join_wrap .join_comple .go_main {
        width: 50vw;
        line-height: 12.5vw;
        font-size: 4.16vw;
    }

    /* 로그인 */
    .max_460w {
        max-width: 100%;
    }

    .login_form_box h2.tit {
        font-size: 4.861vw;
        font-weight: 500;
    }

    .login_form_box .login_cont {
        margin-top: 5.55vw
    }

    .login_form_box .login_box .login_input > input {
        line-height: 9.944vw;
        padding: 0 2.77vw;
        margin-bottom: 1.388vw;
        font-size: 2.62vw;
    }

    .login_form_box .login_box .login_input .item_check {
        margin-top: 2.388vw;
    }

    .login_form_box .login_box .login_input .item_check input + label {
        line-height: 1.5;
        padding: 1vw 4.166vw;
        vertical-align: middle;
        font-size: 2.62vw;
        background: url(/img/ico/check_logiinoff_mo.png) no-repeat left center / 3.33vw;
    }

    .login_form_box .login_box .login_input .item_check input:checked + label {
        background-image: url(/img/ico/check_logiin_mo.png);
    }

    .login_form_box .login_box .login_input .login_btn {
        margin: 2.77vw 0 3.75vw;
        height: 9.722vw;
        font-size: 3.472vw;
    }

    .login_form_box .btn_link a {
        font-size: 2.77vw;
    }

    .login_form_box .btn_link a + a::after {
        width: 0.277vw;
        height: 3.055vw;
    }

    .login_form_box .btn_link a + a {
        margin-left: 2.0833;
        padding-left: 2.0833;
    }

    .login_form_box .another_login {
        margin-top: 3.75vw;
    }

    .login_form_box .another_login button + button {
        margin-top: 1.388vw;
    }

    .login_form_box .another_login .another_btn, .login_form_box .another_login .another_btn img {
        width: 100%;
        height: 9.944vw;;
    }

    .radio_wrap .rd_item input + label {
        /*text-wrap: nowrap !important;*/
        white-space: nowrap;
        /*text-wrap-mode: nowrap;*/
    }

    .login.login_find .radio_wrap {
        width: 100%;
    }

    .radio_wrap .rd_item {
        width: 50%;
    }

    .non_member_cont p {
        margin-top: 1rem;
        text-align: center;
    }
}   