@charset "UTF-8";

/* 로그인페이지 login.skin.php */
.login .round-wrap {
    height: 290px;
}

/* 회원가입 약관 */
.register_wrap {
    padding: 120px 0 0;
    gap: 20px;
}

#fregister .fregister_h2 {
    background: #333;
    color: white;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #dde7e9;
    font-size: 1em;
}

.fregister_agree input[type="checkbox"]+label span {
    top: 10px;
}

#fregister p:before {
    background: #f69100;
}

#fregister #fregister_chkall {
    border-bottom: 1px solid #dde7e9;
    font-size: 1em;
    text-align: left;
    padding: 0px 20px;
    box-sizing: border-box;
}

.register .btn_confirm .btn_submit,
.register .btn_confirm .btn_close {
    font-weight: initial;
}

.active-box.join .join-header {
    margin-top: 0px;
}

/* 회원가입 sns */
#sns_register .sns-icon {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding-left: 62px;
    text-align: left;
    color: #fff;
    border-radius: 2px;
    max-width: 400px;
}

#sns_register .sns-kakao {
    color: #3c1e1e
}

#sns_register .sns-google .ico {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 54px;
    height: 54px;
    background: url(/skin/social/img/sns_gp_s.png) center center / 50px no-repeat;
    background-color: #fff;
    background-size: 30px 30px !important;
    border-radius: 2px;
}

#sns_register .sns-naver {
    background-image: url('/skin/social/img/sns_naver_s_re.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 40px;
    background-color: #00bf18;
}

#sns_register .sns-kakao {
    background-image: url('/skin/social/img/sns_kakao_s_re.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 40px;
    background-color: #fae301;
}

.sns-wrap.register_sns {
    margin: 10px 0 0;
    text-align: center;
    display: flex;
    width: 100%;
    gap: 10px;
    margin: 20px 0;
}

#sns_register:after {
    display: none;
}

#sns_register h2 {
    float: none;
    float: none;
    width: unset;
    height: unset;
}

#sns_register {
    justify-content: space-between;
    align-items: center;
}

/* 회원가입약관 버튼 */
.join-submit button {
    color: white;
}

.join-submit {
    margin: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    border-radius: 99px;
    height: 60px;
    font-size: 18px;
    gap: 5px;
    font-weight: 500;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.join-cancel {
    background-color: var(--white-color);
    color: black;
    border: 1px solid #ccc;
}

.join_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

/* 회원가입 폼  */
.register_wrap.write {
    padding: 150px 0 0;
}

#register_form .register_title {
    padding: 0;
    border-bottom: 0;
    font-size: 22px;
}

#register_form .join-header {
    margin: 0px auto 30px;
}

#register_form input[type=text],
#register_form input[type=password],
#register_form textarea,
#register_form select {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: unset;
}

#register_form .register_form_inner h2 {
    padding: 20px 0 10px;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 500;
}

#register_form .register_form_inner h2 i {
    font-size: 20px;
    transform: translateY(2px);
}

.register_form_inner .find.confirm-btn {
    width: 150px;
    height: 55px;
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.register_form_inner ul {
    gap: 30px;
}

.register .chk_li {
    padding-left: 0;
    display: inline-block;
    word-break: auto-phrase;
    font-size: 18px;
}

/* 추천인 */
.mb_recommend {
    margin-top: 20px;
}

/* 자동등록방지 */
.register .is_captcha_use {
    margin-top: 10px;
}

.register .is_captcha_use #captcha {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.register #captcha #captcha_img {
    width: fit-content;
}

.register #captcha #captcha_info {
    display: block;
    width: 100%;
}

/* 회원가입 완료 결과 페이지 */
.reg_result_wrap {
    padding: 150px 0 0;
}

#reg_result {
    padding: 50px 30px;
    background: #235e5108;
    border: 1px solid var(--main-color);
}

.reg_btn_submit {
    font-weight: initial;
    background: var(--main-color);
}

#reg_result .reg_result_p {
    margin-bottom: 30px;
    color: var(--main-color);
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
}

#reg_result .reg_result_p > strong {
    color: var(--main2-color);
}

#reg_result .result_txt {
    /* font-size: 1.1em; */
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}

/* 마이페이지 */
.mypage-wrap .myinfo .thum {
    width: 100px;
    height: 100px;
    background-color: none;
    box-shadow: unset;
    border-radius: 0;
    background: url('/img/mypage_thumb.svg') no-repeat top/cover;
}

/* 마이페이지 내 정보 수정 페이지 */
#reg_mb_icon,
#reg_mb_img {
    height: 40px;
    font-size: 1em;
    line-height: 32px;
    float: unset;
}

#fregisterform .reg_mb_img_file img {
    width: fit-content;
}

#fregisterform .reg_mb_img_del.__flex {
    margin-bottom: 5px;
    align-items: baseline;
    gap: 10px;
}

#fregisterform .reg_mb_img_del span {
    align-items: center;
    transform: translateY(-3px);
}

#fregisterform .reg_mb_img_del label {
    margin: 0;
}

#sns_register.sns_correct {
    border-top: 0;
}

/* 부고장 수정 페이지 */
/* .correct-btn {
    width: 230px;
    height: 45px;
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    margin: 0 120px 0 auto;
} */

/* 고객센터 자주묻는 질문 */
.sub-tab-rink {
    gap: 10px;
    font-size: 18px;
    margin: 15px 0;
    justify-content: center;
}

.sub-tab-rink a {
    background: #eee;
    border-radius: 42px;
    padding: 8px;
    width: 120px;
    box-sizing: border-box;
    font-weight: 500;
    color: #888;
}

.sub-tab-rink a.active {
    background: #333;
    color: white;
    font-weight: 400;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.sub-tab-cate {
    text-align: center;
    font-size: 22px;
    gap: 6px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-right: 29px;
}

.sub-tab-cate i {
    font-size: 1.5rem;
}

/* 비밀번호 확인 */
.password_confirm .modal-wrap {
    width: calc(100% - 30px);
    max-width: 500px;
}

.password_confirm .modal-wrap .content {
    border: 0;
    /* width: calc(100% - 100px); */
}

.password_confirm #mb_confirm_id {
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    height: 55px;
    display: flex;
    align-items: center;
}

.password_confirm .modal-wrap .content span.txt-center {
    font-size: 15px;
}

.password_confirm .confirm_id {
    text-align: center;
    display: block;
    background: #eee;
    padding: 10px 0;
}

.password_confirm .modal-wrap .btns {
    width: 100%;
    margin-bottom: 0;
}

.password_confirm .modal-wrap .btn {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    background: #333;
    font-weight: 400;
}

.password_confirm #confirm_mb_password {
    border-bottom: 1px solid #ccc;
    box-shadow: unset;
}

.password_confirm .confirm_mb_password {
    text-align: center;
    display: block;
    background: #eee;
    padding: 10px 0;
}

/* 아이디/비밀번호 찾기 */
#find_info {
    padding: 150px 0 0;
    margin-bottom: -100px;
    min-height: 800px;
    background: #f5f5f5;
}

#find_info.new_win .new_win_con {
    margin: 0 auto;
    padding: 30px;
    background: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 550px;
    border: 1px solid #f5f5f5;
}

#find_info .new_win_header {
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#find_info h3 {
    width: 100%;
}

.newin_head_span {
    display: block;
    background: var(--main2-color);
    color: white;
    width: 110px;
    padding: 5px 0 3px;
    font-size: 0.9rem;
    margin: 0 auto 5px;
    font-weight: 400;
}

#find_info p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
    text-align: center;
}

#find_info #captcha {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#find_info #captcha #captcha_img {
    border: 1px solid #ccc;
    width: 200px;
}

#find_info #captcha #captcha_key {
    margin: 0;
    width: 190px;
}

#find_info.new_win .btn_submit {
    width: 100%;
    font-weight: 400;
    margin-top: 30px;
    background-color: var(--main-color);
}

#find_info #info_fs span {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    display: inline-block;
    display: block;
    margin-bottom: 10px;
    color: black;
}

#find_info .new_win_inner {
    padding: 30px 0 0;
    width: 100%;
}

#find_info #mb_email {
    box-shadow: unset;
    border: 1px solid #ccc;
}

#find_info #captcha #captcha_info {
    color: #777;
    text-align: right;
    display: block;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .register_form_inner .find.confirm-btn {
        width: 100px;
    }    
}

@media screen and (max-width: 950px) {
    .login-sns ~ .terms .form-chek label {
        align-items: flex-start;
    }
}

@media screen and (max-width: 750px) {

    .sns-wrap.register_sns {
        flex-wrap: wrap;

    }

    #sns_register .sns-icon {
        max-width: 100%;
    }

    #find_info h3 {
        font-size: 20px;
    }

    #find_info #info_fs span {
        font-size: 1.2rem;
    }

    #find_info p {
        font-size: 0.9rem;
    }

    .form_01 .left_input {
        flex: none;
    }

    .half_input {
        width: 100%;
    }

    .register_form_inner ul {
        flex-wrap: wrap;
    }

    
}

#captcha #captcha_info {
    font-size: 16px;
}