
.new_checks input[type="checkbox"] {
    display: none;
}

.new_checks input[type="checkbox"] + label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 1px solid #BBBBBB;
    background: #fff;
    cursor: pointer;
    background-size: cover;
    margin: 0 4px 2px 0;
    border-radius: 4px;
    box-sizing: border-box;
}

.new_checks input[type="checkbox"]:checked + label span {
    background: url('/assets/images/tokenpost_new/common_new/checkbox_on.svg') center center no-repeat;
    border: 0;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.new_checks label,
.new_checks input[type="checkbox"]{
    cursor: pointer;
    /*글자 드레그 방지*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color: #767676;
}

/*컨탠츠 스크롤 있을때 모달*/
.modal_wrap.modal_scroll_wrap{
    padding: 0;
}
.modal_wrap.modal_scroll_wrap .modal_title_wrap{
    padding: 0 24px;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #F1F1F5;
}
.modal_wrap.modal_scroll_wrap .modal_content{
    padding: 24px 4px 24px 24px;
    background: #F7F7FA;
}
.modal_wrap.modal_scroll_wrap .modal_content_scroll{
    padding: 0 20px 0 0;
    overflow-y: auto;
}
.modal_wrap.modal_scroll_wrap .modal_bottom{
    padding: 20px 24px;
    text-align: center;
}
/******/

.join_essential_popup_1 .modal_content_scroll,
.join_essential_popup_2 .modal_content_scroll{
    height: 434px;
}

#section_login,
#section_join,
.find_account_wrap{
    width: 686px;
    margin: 0 auto
}

.login_title_wrap{
    width: 100%;
    border-radius: 10px;
    background:  #F5F9FF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
    text-align: center;
    padding: 32px 0;
    margin-bottom: 12px;
}

.login_title_h1{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.24px;
}

.login_title_h2{
    color: #111;
    font-weight: 500;
    letter-spacing: -0.14px;
}

.login_sub_title{
    color:  #111;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
    margin-bottom: 32px;
}

.join_title_h2{
    font-size: 16px;
    letter-spacing: -0.14px;
    color: #111;
}

.member_wrap{
    padding: 40px 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
}

.member_content_wrap{
    width: 298px;
    margin: 0 auto;
    position: relative;
}

.member_content_border_top{
    border-top: 2px solid #F7F7FA
}

.common_input{
    width:100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-sizing: border-box;
    padding: 8px 22% 8px 12px;
}

.common_input:focus{
    border: 1px solid #4294FF;
}

.common_input_wrap{
    position: relative;
    width: 100%;
}

.common_input:disabled{
    background: #F7F7F7;
    color: #999;
}

.login_input{
    margin-bottom: 12px;
    padding: 8px 12px !important;
}

.CheckRobot{
    margin-bottom: 12px;
    transform: scale(0.987);
    transform-origin: 0 0;
}

.login_btn_item{
    margin: 12px 0;
}

.find_account_link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_form_item{
    padding: 20px 0;
}

.find_id_pw_item a{
    color: #767676;
    letter-spacing: -0.14px;
}

.find_id_pw_item a:first-child{
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
}

.find_id_pw_item a:first-child:before{
    content: '';
    position: absolute;
    right: 0;
    top:5px;
    width: 1px;
    height: 8px;
    background: #EBEBF0;
}

.loginBottomJoin{
    border-top: 1px solid  #EDEDED;
    padding-top: 20px;
}


/*회원가입*/
.member_content_wrap .swiper-button-prev,
.member_content_wrap .swiper-container-rtl .swiper-button-next,
.member_content_wrap .swiper-button-next,
.member_content_wrap .swiper-container-rtl .swiper-button-prev{
    background-image: none;
}

.member_content_wrap .swiper-button-next,
.member_content_wrap .swiper-button-prev {
    top: 0;
    width: 16px;
    height: 16px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid red;
}

.member_content_wrap .swiper-button-next::after,
.member_content_wrap .swiper-button-prev::after {
    display: none;
}

.member_title_wrap{
    text-align: center;
}

.login_sns_wrap{
    text-align: center;
    border-bottom: 1px solid #EDEDED;
    /*padding-bottom: 20px;*/
}

.login_sns_wrap .login_kakao,
.login_sns_wrap .login_naver{
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 12px;
    border-radius: 4px;
    cursor: pointer;
}

.login_sns_wrap .login_kakao{
    background: #FEE500;
}

.login_sns_wrap .login_naver{
    background: #03CF5D;
}

.login_sns_wrap .login_kakao p,
.login_sns_wrap .login_naver p{
    width: 224px;
    font-weight: 500;
    letter-spacing: -0.35px;
}

.login_sns_wrap .login_naver p{
    color: #fff;
}

.login_google{
    position: relative;
    border: 1px solid #DBDBDB;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.login_sns_wrap .recent_login{
    z-index: 2;
    position: absolute;
    fill: #FFF;
    stroke-width: 1px;
    stroke: #EBEBF0;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.04));
    right: -106px;
    top: 6px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #EBEBF0;
    border-radius: 4px;
    color: #111;
}

.recent_login:after {
    content: '';
    position: absolute;
    left: -6px;
    top: 25%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
}

.recent_login:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 25%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #EBEBF0;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
}

.join_email_link{
    color: #111;
    font-size: 16px;
    text-decoration-line: underline;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    display: block;
}


.recent_login.login_bubble_naver{
    right: initial;
    left: 0;
    top: 50px;
}
.recent_login.login_bubble_naver:before{
    left: 50%;
    top: -12px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 90deg;
}
.recent_login.login_bubble_naver:after {
    left: 50%;
    top: -11px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 90deg;
    border-right-color: #fff;
}
.recent_login.login_bubble_kakao{
    right: initial;
    left: 0;
    top: -36px;
}

.recent_login.login_bubble_kakao:before{
    left: 50%;
    top: initial;
    bottom: -11px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 270deg;
}
.recent_login.login_bubble_kakao:after {
    left: 50%;
    top: initial;
    bottom: -9px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    rotate: 270deg;
    border-right-color: #fff;
}



/*회원가입 단계별*/
.join_title_wrap .join_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: #999;
    letter-spacing: -0.35px;
}

.join_title_wrap .join_title span{
    /*cursor: pointer;*/
    width: 21px;
    height: 21px;
}

.join_title_wrap .join_title span img{
    padding: 5px 0;
    cursor: pointer;
}
.join_title_right_btn{
    text-align: right;
}


.join_title_step{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join_title_step div{
    height: 4px;
    width: calc(100% / 4 - 4px);
    border-radius: 10px;
    background:  #DBDBDB;
}

.join_title_step div.step_active{
    background: #4294FF;
}

.join_title_h3{
    margin: 24px 0;
    color: #111;
    font-size: 18px;
    font-weight: 700;
}

.join_clause_wrap{
    margin: 24px auto 0 auto;
}

.join_check_all{
    height: 40px;
    border-radius: 4px;
    background: #F1F1F5;
    display: flex;
    align-items: center;
}

.join_check_all label{
    color: #111;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.join_clause_wrap .new_checks{
    margin-bottom: 16px;
    padding: 0 12px;
}

.join_clause_wrap .new_checks:nth-child(5){
    margin-bottom: 7px;
}

.join_clause_wrap .new_checks label{
    color: #111;
    letter-spacing: -0.14px;
}
.join_clause_wrap .new_checks p{
    display: inline;
    cursor: pointer;
}

.join_clause_wrap .new_checks input[type="checkbox"] + label span{
    margin-right: 8px;
}


.new_checks_v2 input[type="checkbox"] {
    display: none;
}
.new_checks_v2 input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 16px;
    vertical-align: middle;
    background: url('/assets/images/tokenpost_new/common_new/big_check.svg') center center no-repeat;
    cursor: pointer;
    background-size: auto;
    margin: 0 9px 0 0;
}
.new_checks_v2 input[type="checkbox"]:checked + label span {
    background: url('/assets/images/tokenpost_new/common_new/big_check_on.svg') center center no-repeat;
    border: 0;
    width: 19px;
    height: 16px;
    background-size: auto;

}
.new_checks_v2 label,
.new_checks_v2 input[type="checkbox"]{
    cursor: pointer;
    /*글자 드레그 방지*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color: #999;
}

.new_checks_v2 input[type="checkbox"]:checked + label{
    color:  #4294FF;
}

.join_clause_event{
    padding: 0 20px;
}

.join_clause_event .new_checks_v2{
    display: inline-block;
    margin-left: 19px;
}

.join_clause_ex_txt{
    color: #767676;
    margin: 16px 0;
}

/*개인정보수집*/
.join_essential_popup_1,
.join_essential_popup_2,
.join_essential_popup_3{
    width: 900px;
}

.join_overlap_item{
    display: flex;
    align-items: center;
}

.join_overlap_item .new_btn_hei_40{
    margin-left: 7px;
}

.input_action_btn{
    position: absolute;
    right: 12px;
    top: 9px;
    display: flex;
    align-items: center;
}

.input_action_btn span{
    cursor: pointer;
    margin-left:  8px;
    line-height: normal;
}

.join_name{
    margin: 24px 0 4px 0;
    color: #767676;
    letter-spacing: -0.35px;
    font-weight: 500;
}

.error_txt{
    color: #F65252;
    font-size: 12px;
    letter-spacing: -0.3px;
}

.error_txt .underline_txt{
    color: #111;
}

.error_input{
    border: 1px solid #F65252;
}

.error_txt_item{
    min-height: 18px;
    margin-top: 4px;
}

.error_txt_item p{
    font-size: 12px;
    letter-spacing: -0.3px;
}

.join_step2_checks{
    margin-top: 24px;
}

.join_step2_checks label{
    color: #111;
}

/*비밀번호 보이기 숨기기 체크*/
.pw_off_check_item input[type="checkbox"] {
    display: none;
}

.pw_off_check_item input[type="checkbox"] + label{
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    background: url('/assets/images/tokenpost_new/login/hide_password.svg') center center no-repeat;
    background-size: contain;
}

.pw_off_check_item input[type="checkbox"]:checked + label {
    background: url('/assets/images/tokenpost_new/login/show_password.svg') center center no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
}


.join_step_bottom_btn{
    margin-top: 24px;
}


.area_custom_select {
    position: relative;
    display: inline-block;
    width:100%;
    height: 40px;
    margin-right: 8px;
}

.custom_select_text{
    color: #111111;
    cursor: pointer;
}

.custom_select_text em{
    color: #999999;
    font-style: normal;
}

.custom_select_text em.from_disabled {
    position: absolute;
    left: 0;
    top: 0;
    cursor: not-allowed;
    width: 100%;
    height: 40px;
    padding: 8px 12px ;
    border-radius: 4px;
    background: #fafafa url(/assets/images/tokenpost_new/forum/arrow.svg) 95% 52% no-repeat;
}

.custom_select {
    position: relative;
    display: inline-block;
    border: 1px solid #DBDBDB;
    color: #767676;
    padding: 8px 12px;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: url(/assets/images/tokenpost_new/forum/arrow.svg) 95% 52% no-repeat;*/
    /*background-size: 13px;*/
    outline: none ;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select_origin {
    display: none;
}

.custom_select_arrow {
    transition: transform 0.2s;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.custom_select_list  {
    position: absolute;
    font-size: 18px;
    width: 298px;
    height: auto;
    overflow-y: auto;
    max-height: 250px;
    z-index: 15;
    background-color: #ffffff;
    text-align: left;
    margin-top: 5px;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
    border-radius: 4px;

}

.custom_select_option {
    height: 44px;
    padding: 12px 16px;
    cursor: pointer;
    box-sizing: border-box;
    color: #767676;
    font-size: 14px;
}

.custom_select_option:hover {
    background-color: #F7F7FA;
    box-sizing: border-box;
}
/*-----------------------------*/

/*성별*/
.input_radio_wrap{
    width: calc(100% / 2 - 4px)
}
.input_radio_wrap input[type="radio"]{
    display: none;
    /*position: absolute ;*/
    /*clip: rect(0, 0, 0, 0);*/
    /*height: 0px;*/
    /*width: 0px;*/
    /*border: 0;*/
    /*overflow: hidden;*/
}

.input_radio_wrap input[type="radio"] + label {
    background-color: #fff;
    color: #7B7C81;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    transition: all 0.1s ease-in-out;
    width: 100%;
    height: 40px;
    padding: 9px 0;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    display: inline-block;
}

.input_radio_wrap input[type="radio"] + label:hover {
    cursor: pointer;
}

.input_radio_wrap input[type="radio"]:checked + label {
    border: 1px solid #E6F1FF;
    color: #4294FF;
    font-weight: 500;
    background: #E6F1FF;
}


.join_radioBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign_up_path_wrap{
    display: flex;
    flex-wrap: wrap;
}

.sign_up_path_wrap>div{
    width: calc(100% / 2);
    margin-top: 8px;
}

.sign_up_path_wrap>div:nth-child(1),
.sign_up_path_wrap>div:nth-child(2){
    margin-top: 0;
}

.sign_up_path_wrap label{
    display: inline-flex;
}

.sign_up_path_wrap input{
    margin-right: 4px;
}


    /*-----------------------------*/
.join_step4_link{
    display: block;
    text-align: center;
    margin: 24px auto 0 auto;
    font-weight: 500;
    cursor: pointer;
    background: none;
}



/*로그인 주의 팝업*/

.login_warning_modal,
.pw_reset_complete_modal{
    width: 340px;
    text-align: center;
}

.login_warning_modal .modal_contents,
.pw_reset_complete_modal .modal_contents{
    padding: 20px 0;
}

.login_warning_modal .new_title4,
.pw_reset_complete_modal .new_title4{
    margin: 12px 0 4px 0;
}


.join_title_h3 .green_txt7{
    display: flex;
}

.join_title_h3 .green_txt7 img{
    margin-right: 8px;
}


/*추가정보 유도 팝업*/
.join_induce_modal{
    width: 340px;
}

.join_induce_modal .join_induce_title{
    color: #4294FF;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.425px;
    text-align: center;
    margin-bottom: 27px;
}

.join_induce_modal .modal_content{
    padding-top: 20px;
}

.join_induce_contents{
    padding: 16px;
    border-radius: 10px;
    background: #F7F7FA;
}

.join_induce_contents>div{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.join_induce_contents>div:last-child{
    margin-bottom: 0;
}

.join_induce_contents>div img{
    margin-right: 12px;
}

.join_induce_modal .modal_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}



.login_title_wrap.login_result{
    background: url("/assets/images/tokenpost_new/login/join_banner_gb.gif") left top no-repeat;
    background-size: cover;
}



/*회원가입 결과*/
.join_result_wrap .join_induce_contents .gray_txt8{
    font-size: 12px;
}
.join_result_item{
    display: flex;
     align-items: center;
    margin-bottom: 12px;
}

.join_result_item img{
    margin-right: 8px;
}

.join_result_mail_txt{
    font-size: 12px;
    margin-top: 24px;
}

.join_result_bottom{
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join_result_mail_wrap .member_content_border_top{
    padding-top: 24px;
    margin-top: 24px;
}

.join_result_mail_wrap .join_result_bottom a:first-child,
.find_account_wrap .join_result_bottom a:first-child{
    margin-right: 12px;
}



/*비밀번호 찾기*/
.find_account_wrap .join_title_h3{
    margin-top: 0;
}
.find_account_wrap .join_title_h3 span{
    font-weight: 400;
    letter-spacing: -0.4px;
    display: inline-block;
}

.member_find_title{
    display: flex;
    align-items: center;
    margin: 24px 0 12px 0;
}

.member_find_title span{
    display: block;
    width: 100%;
    height: 1px;
    background: #EDEDED;
}

.member_find_title p{
    white-space: nowrap;
    margin: 0 8px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.14px;
}

.find_account_wrap .findEmailCheckRo bot{
    margin-top: 46px;
}

.find_certify_link{
    margin-top: 12px;
}

.pw_reset_wrap{
    padding-top: 24px;
}

.pw_reset_wrap .gray_txt8{
    margin-top: 12px;
}

.find_id_sns_wrap{
    display: flex;
    justify-content: space-between;
    border-top:  1px solid #EDEDED;
    margin-top: 8px;
    padding-top: 8px;
}

.find_id_sns_wrap img{
    width: 20px;
    margin-right: 0 !important;
    margin-left: 4px;
    vertical-align: middle;
}
