@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 버튼 */
.mbskin a.btn01 {}
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
.mbskin a.btn02 {}
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
.mbskin .btn_confirm {} /* 서식단계 진행 */
.mbskin .btn_submit {}
.mbskin button.btn_submit {}
.mbskin fieldset .btn_submit {}
.mbskin .btn_cancel {}
.mbskin button.btn_cancel {}
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {}
.mbskin a.btn_frmline, .mbskin button.btn_frmline {} /* 우편번호검색버튼 등 */
.mbskin button.btn_frmline {}
.mbskin .win_btn {} /* 새창용 */
.mbskin .win_btn button {}
.mbskin .win_btn input {}
.mbskin .win_btn a {}
.mbskin .win_btn a:focus, .mbskin .win_btn a:hover {}

/* 게시판용 버튼 */
.mbskin a.btn_b01 {}
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {}
.mbskin a.btn_b02 {}
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {}
.mbskin a.btn_admin {} /* 관리자 전용 버튼 */
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {}

/* 기본박스 */
.mbskin{position: relative;margin:100px auto 0;border:1px solid #ddd;width:400px;background:#fff;text-align:center;
}
.mbskin:before,.mbskin:after{
content:"";
position:absolute;z-index:-1;top:2%;bottom:0;left:10px;right:10px;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
       box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-border-radius:100px / 10px;
     border-radius:100px / 10px;}
.mbskin:after{right:10px;left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);}
.mbskin .frm_input{width:100%}
.mbskin .btn_submit{width:100%;margin:10px 0 0;height:45px;font-weight:bold;font-size:1.25em}
.mbskin  h1{margin: 60px 0 30px;font-size: 2em;}


/* 기본테이블 */

.mbskin .tbl_head01 {}
.mbskin .tbl_head01 caption {}
.mbskin .tbl_head01 thead th {}
.mbskin .tbl_head01 thead a {}
.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.mbskin .tbl_head01 tfoot th {}
.mbskin .tbl_head01 tfoot td {}
.mbskin .tbl_head01 tbody th {}
.mbskin .tbl_head01 td {}
.mbskin .tbl_head01 a {}
.mbskin td.empty_table {}

/* 폼 테이블 */
.mbskin table {}
.mbskin caption {}
.mbskin .frm_info {}
.mbskin .frm_file {}

.mbskin .tbl_frm01 {}
.mbskin .tbl_frm01 th {width:85px;}
.mbskin .tbl_frm01 td {}
.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
.mbskin .tbl_frm01 textarea {}
/*
.mbskin .tbl_frm01 #captcha {}
.mbskin .tbl_frm01 #captcha input {}
*/
.mbskin .tbl_frm01 a {}

/* 필수입력 */
.mbskin .required, .mbskin textarea.required {}

/* 테이블 항목별 정의 */
.mbskin .td_board {}
.mbskin .td_chk {}
.mbskin .td_date {}
.mbskin .td_datetime {}
.mbskin .td_group {}
.mbskin .td_mb_id {}
.mbskin .td_mng {}
.mbskin .td_name {}
.mbskin .td_nick {}
.mbskin .td_num {}
.mbskin .td_numbig {}

.mbskin .txt_active {}
.mbskin .txt_expired {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 회원가입 약관 */
#fregister p{text-align:center;color: #c7254e;background: #f9f2f4;padding:10px;border:1px solid #ecc7d2;margin:0 0 5px}
#fregister section {;margin:10px auto 30px;border:1px solid #dbdbdb;position:relative;border-radius:3px 3px 0 0 ;
-webkit-box-shadow:  0 1px 3px #eee;
-moz-box-shadow:  0 1px 3px #eee;
box-shadow: 0 1px 3px #eee;
}
#fregister_chkall{text-align:right}
#fregister h2 {text-align:left;padding:15px 20px;border-bottom:1px solid #dbdbdb;background:#f8f8f8}
#fregister textarea {display:block;padding:20px;width:100%;height:150px;background:#fff;border:0;line-height:1.6em}
#fregister .fregister_agree {position:absolute;top:0;right:0;;padding:15px}
#fregister_private div{padding:20px;background:#fff}
#fregister_private table{width:100%;border-collapse:collapse}
#fregister_private table caption {position:absolute;font-size:0;line-height:0;overflow:hidden}
#fregister_private table  th{background:#646982;width:33.33%;color:#fff;padding:10px;border:1px solid #555971}
#fregister_private table  td{border:1px solid #ddd;padding:10px;}
#fregister .btn_confirm{text-align:center;}
#fregister .btn_confirm .btn_submit{height:50px;padding:0 40px;font-weight:bold;font-size:1.083em}

/* 회원가입 입력 */
#register_form{background:#fff;padding:20px;margin-bottom:20px}
#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
#fregisterform .frm_address {margin:5px 0 0}
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}
#fregisterform .btn_confirm{text-align:center}
#fregisterform .btn_confirm .btn_submit{height:45px;;padding:0 30px;font-weight:bold;font-size:1.083em}
#fregisterform .btn_confirm .btn_cancel{line-height:45px;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em}
#fregisterform .frm_info{display:block;color:#3497d9;font-size:0.92em}
#fregisterform .form_01 div{margin: 0 0 50px}
#fregisterform .captcha{display:block;margin:5px 0 0}
#fregisterform .reg_mb_img_file img{max-width:100%;height:auto}


/* 회원가입 완료 */
#reg_result {padding:100px 0 40px;text-align:center;background:#fff}
#reg_result h2{font-size:2em;margin:0 0 20px}
#reg_result h2 strong{color:#ed6478}
#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_email span {display:inline-block;width:150px}
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
#reg_result p {line-height:1.8em}
#reg_result .btn_confirm {margin:50px 0}
#reg_result .reg_result_p{font-size:1.25em;margin:0 0 10px;}
#reg_result .reg_result_p strong{color:#3497d9}
#reg_result .btn_submit{padding: 0 30px;font-weight:bold;height:40px;line-height:40px;display:inline-block;margin:30px 0 0 ;font-size:1.083em}

/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info p {line-height:1.5em}
#find_info #mb_email{margin:10px 0;}

/* 로그인 */
#mb_login {margin-bottom:50px}
#login_fs{padding:0 50px}
#mb_login #login_fs .frm_input{margin:0 0 10px}
#mb_login #login_fs .btn_submit {margin:0 0 20px}
#mb_login #login_info{background:#f6f6f6;padding:25px 10px;border-top:1px solid #e8e8e8;margin:40px 0 0 }
#mb_login #login_info:after {display:block;visibility:hidden;clear:both;content:""}
#mb_login #login_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#mb_login #login_info a{display:inline-block;width:50%;float:left}
#login_password_lost{border-right:1px solid #ddd}

#mb_login_notmb{margin:30px auto;padding:20px 30px;margin-top:0;padding:20px 30px 0;border-top:1px solid #ddd}
#mb_login_notmb h2{font-size:1.25em;margin:20px 0 10px}
#guest_privacy{border:1px solid #ccc;text-align:left;line-height:1.6em;color:#666;background:#fafafa;padding:10px;height:150px;margin:10px 0;overflow-y:auto}
#mb_login_notmb .btn_submit{display:block;text-align:center;line-height:45px}

#mb_login_od_wr{margin:30px auto;padding:20px 30px;margin-top:0;padding:20px 30px 0;border-top:1px solid #ddd}
#mb_login_od_wr h2{font-size:1.25em;margin:20px 0 10px}
#mb_login_od_wr .frm_input{margin:10px 0 0 }
#mb_login_od_wr p{background:#f3f3f3;margin:20px 0 0 ;padding:15px 20px;line-height:1.5em}

/* 쪽지 */
#memo_list .memo_name,#memo_list .memo_name .sv_wrap{font-weight:bold}
#memo_list .memo_datetime{float:right;font-size:0.92em;color:#777;font-style:italic}
#memo_list .memo_del{margin-left: 5px; color: #49857c;font-size: 15px;}

#memo_view_contents {margin:10px 0;border:1px solid #ddd;}
#memo_view_contents h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;border-bottom:1px solid #eee;list-style:none;background:#f3f3f3;}
#memo_view_ul:after {display:block;visibility:hidden;clear:both;content:""}
.memo_view_li {position:relative;padding:10px;float:left;width:50%;}
.memo_view_name strong,.memo_view_name .sv_wrap{font-weight:bold !important}
.memo_view_subj{display: inline-block;height: 20px;line-height: 18px;border: 1px solid #3497d9;color: #3497d9;padding: 0 5px;border-radius: 15px;font-size: 11px;}
.memo_view_li .profile_img img{border-radius:50%}
.memo_view_date{text-align:right;color:#555;font-style:italic}
.memo_view_date strong{font-weight:normal}
#memo_view .btn_b02{float:right}
#memo_view .btn_b02.reply_btn{margin-left:4px}
#memo_view p {padding:10px;border-top:1px solid #ddd;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}

#memo_write textarea {height:100px}

/* 스크랩 */
#scrap .scrap_tit{font-weight:bold;display:block;font-size:1.083em;margin-bottom:5px;line-height:1.3em}
#scrap .scrap_cate{ display:block;color:#3598db ;font-size:0.92em;float:left}
#scrap .scrap_datetime{;color:#777;font-style:italic;float:right}
#scrap .scrap_del{position:absolute;top:5px;right:10px;font-size:18px;color:#49857c}
#scrap .scrap_del:hover{color:#98ca69}
#scrap_do table {margin:0 0 10px;width:100%}
#scrap_do textarea {height:100px}
#scrap_do .scrap_tit{background:#f3f3f3;padding:10px 15px;font-size:1.083em;font-weight:bold}
#scrap_do label{display:block;margin:0 0 5px;font-size:0.92em}
/*포인트*/
#point .point_top{line-height:15px;margin:0 0 5px}
#point .point_top:after {display:block;visibility:hidden;clear:both;content:""}
#point .point_tit{font-weight:bold;float:left;font-size:1.083em;display:block;}
#point .point_num{font-size:1.25em;color:#00c4ac;font-weight:bold;float:right;}
#point .point_date1{float:left;color:#555;font-style:italic}
#point .point_date{float:right;color:#555;font-style:italic}
#point .txt_expired {color:#aaa;}
#point .point_all{background:#ae99da;border:0;border-bottom:2px solid #9781c5;color:#fff;font-weight:bold;font-size:1.083em}
#point .point_all span,#point .point_status span{float:right;}
#point .point_status{background:#737373;border:0;color:#fff;font-weight:bold;font-size:1.083em}
#point .point_status  span{margin-left:10px}

/* 회원 비밀번호 확인 */
#mb_confirm {}
#mb_confirm h1 {margin:60px 0 30px;font-size:2em}
#mb_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565}
#mb_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px}
#mb_confirm fieldset {;padding:50px;text-align:left}
#mb_confirm fieldset .frm_input {background-color:#fff !important}
#mb_confirm label {letter-spacing:-0.1em}
#mb_confirm_id {display:block;margin:5px 0 10px;font-weight:bold}
#mb_confirm .confirm_id{font-size:0.92em;color:#666}

/* 비밀글 비밀번호 확인 */
#pw_confirm h1 {margin:60px 20px 30px;font-size:2em}
#pw_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565}
#pw_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px}
#pw_confirm fieldset {;padding:50px;text-align:center}
#pw_confirm fieldset .frm_input {background-color:#fff !important}
#pw_confirm label {letter-spacing:-0.1em}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}
#mb_confirm_id{}

/* 폼메일 */
#formmail textarea {height:100px}
#formmail .formmail_flie{position:relative}
#formmail .formmail_flie .file_wr {border: 1px solid #ccc;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;height: 40px;margin: 0;}
#formmail .lb_icon {position: absolute;top: 1px;left: 1px;border-radius: 3px 0 0 3px;height: 38px;line-height: 38px;width: 40px;background: #eee;text-align: center;color: #888;}
#formmail .frm_file {padding-left: 50px;}
#formmail .frm_info{color: #3497d9;font-size: 0.92em;}

/* 자기소개 */
#profile h1 a{color:#fff}
#profile table {margin-bottom:0}
#profile table th{text-align:left;padding:10px;width:100px}
#profile section {color: #2d4c7b;background: #eff9f9;padding: 10px;border: 1px solid #bfd4dc;margin: 10px 0;}
#profile h2 {margin:0 0 5px}
#profile .profile_name{text-align:center;font-weight:bold}
#profile .my_profile_img{display:block;margin:20px 0 5px;}
#profile .my_profile_img img{border-radius:50%;border:1px solid #aaa}
#profile .profile_img img{border-radius:50%}
#profile .profile_name .sv_wrap{font-weight:bold;text-align:left}

.form_01 li .right_input{float: unset;}
.register_left {     width: 110px;     display: inline-block;font-size: 15px; padding-right: 10px; }
.half_input{width: calc(100% - 115px)}
input#reg_mb_email {width: calc(100% - 115px)}
.inj{width: 130px;    float: right;}
#fregisterform .frm_info{padding-top: 5px;padding-left: 120px;}
#wrapper_title {     margin: 10px 0 10px 20px;}
div#register_form div {
     border-bottom: 1px solid #cccccc;
     padding-bottom: 30px;
 }

/* CYH authentication refresh */
#mb_login {
    box-sizing:border-box;
    width:calc(100% - 32px);
    max-width:480px;
    margin:72px auto 64px;
    padding:42px 44px 0;
    overflow:hidden;
    border:1px solid #eadfd4;
    border-radius:24px;
    background:#fff;
    box-shadow:0 24px 70px rgba(70,38,15,.13);
    text-align:left;
}
#mb_login:before,
#mb_login:after {display:none}
#mb_login * {box-sizing:border-box}
#mb_login .auth-brand {text-align:center}
#mb_login .auth-brand a {display:inline-flex;align-items:center;justify-content:center}
#mb_login .auth-brand img {display:block;width:54px;height:auto}
#mb_login .auth-brand > span {display:block;margin-top:10px;color:#9a765b;font-size:10px;font-weight:700;letter-spacing:.18em}
#mb_login .auth-heading {margin:25px 0 30px;text-align:center}
#mb_login .auth-heading p {margin:0 0 7px;color:#b35f1f;font-size:12px;font-weight:700;letter-spacing:.04em}
#mb_login .auth-heading h1 {margin:0;color:#24160d;font-size:30px;line-height:1.25;letter-spacing:-.04em}
#mb_login .auth-heading > span {display:block;margin-top:10px;color:#7f746c;font-size:13px;line-height:1.55}
#mb_login #login_fs {padding:0;border:0}
#mb_login .auth-field {margin:0 0 15px}
#mb_login .auth-field label {display:block;margin:0 0 7px;color:#4a3a2f;font-size:13px;font-weight:700}
#mb_login #login_fs .frm_input {
    width:100%;
    height:52px;
    margin:0;
    padding:0 16px;
    border:1px solid #d9cec4;
    border-radius:10px;
    background:#fffdfa;
    color:#24160d;
    font-size:15px;
    transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
#mb_login #login_fs .frm_input:focus {border-color:#a95518;background:#fff;box-shadow:0 0 0 3px rgba(169,85,24,.12);outline:0}
#mb_login .auth-options {display:flex;align-items:center;gap:7px;margin:2px 0 18px;color:#6d625a;font-size:13px}
#mb_login .auth-options input {width:17px;height:17px;margin:0;accent-color:#9c4e16}
#mb_login #login_fs .auth-login-submit {
    width:100%;
    height:52px;
    margin:0;
    border:0;
    border-radius:10px;
    background:#9c4e16;
    color:#fff;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:background .2s ease,transform .2s ease;
}
#mb_login #login_fs .auth-login-submit:hover {background:#7f3d11}
#mb_login #login_fs .auth-login-submit:active {transform:translateY(1px)}
#mb_login #login_info {margin:30px -44px 0;padding:21px 26px;border-top:1px solid #eee5dc;background:#fbf8f4}
#mb_login #login_info a {position:relative;width:50%;color:#5f5148;font-size:13px;text-align:center}
#mb_login #login_info a:hover {color:#8f4715;text-decoration:underline}
#mb_login #login_password_lost {border-right:1px solid #ded3c9}

@media (max-width:640px) {
    #mb_login {margin:24px auto 36px;padding:32px 24px 0;border-radius:18px;box-shadow:0 16px 44px rgba(70,38,15,.12)}
    #mb_login .auth-brand img {width:48px}
    #mb_login .auth-heading {margin:21px 0 25px}
    #mb_login .auth-heading h1 {font-size:26px}
    #mb_login #login_info {margin:28px -24px 0;padding:19px 14px}
}

/* CYH general signup: clear phone-first account form */
.signup_id_tag {
    display:inline-block;
    margin-left:5px;
    padding:2px 7px;
    border-radius:999px;
    background:#f4e5d8;
    color:#8a4314;
    font-size:10px;
    font-style:normal;
    font-weight:700;
    line-height:17px;
    vertical-align:middle;
}

#fregisterform .signup_id_notice {
    box-sizing:border-box;
    margin:0 0 16px !important;
    padding:17px 19px !important;
    border:1px solid #e3c7ad !important;
    border-radius:12px;
    background:#fff9f3;
    color:#5f4938;
    line-height:1.55;
}

#fregisterform .signup_id_notice strong,
#fregisterform .signup_id_notice span {
    display:block;
}

#fregisterform .signup_id_notice strong {
    margin-bottom:4px;
    color:#8f4715;
    font-size:16px;
}

@media (min-width:769px) {
    body.cyh-register-form-page {
        background:#faf8f5;
    }

    body.cyh-register-form-page #wrapper {
        display:block !important;
        box-sizing:border-box;
        width:100%;
        min-width:0;
        padding:36px 20px 80px;
        background:#faf8f5;
        text-align:left;
    }

    body.cyh-register-form-page #container {
        float:none;
        box-sizing:border-box;
        width:100%;
        max-width:900px;
        margin:0 auto;
        padding:0 !important;
        background:transparent !important;
        box-shadow:none !important;
    }

    body.cyh-register-form-page #wrapper_title {
        width:100%;
        max-width:780px;
        margin:0 auto 18px;
        color:#2d1c11;
        font-size:30px;
        line-height:1.3;
        letter-spacing:-.04em;
    }

    body.cyh-register-form-page #fregisterform {
        box-sizing:border-box;
        width:100%;
        max-width:780px;
        margin:0 auto 72px;
    }

    body.cyh-register-form-page #register_form {
        box-sizing:border-box;
        margin:0;
        padding:0;
        background:transparent;
    }

    body.cyh-register-form-page #register_form > .tbl_frm01 {
        box-sizing:border-box;
        margin:0 0 22px !important;
        padding:34px 40px 36px !important;
        border:1px solid #eadfd4 !important;
        border-radius:18px;
        background:#fff;
        box-shadow:0 16px 50px rgba(70,38,15,.08);
    }

    body.cyh-register-form-page #register_form > .tbl_frm01 > h2 {
        margin:0 0 24px;
        padding:0 0 17px;
        border-bottom:1px solid #eee5dc;
        color:#2f2016;
        font-size:23px;
        line-height:1.35;
        letter-spacing:-.03em;
    }

    body.cyh-register-form-page .shipping_required_notice {
        margin:0 0 22px;
        padding:15px 18px;
        border:1px solid #efdfd0;
        border-left:4px solid #b75a18;
        border-radius:10px;
        background:#fffdf9;
        color:#665448;
        font-size:13px;
    }

    body.cyh-register-form-page .shipping_required_notice strong {
        color:#9b4a13;
    }

    body.cyh-register-form-page .signup-main-section > ul > li {
        display:grid;
        grid-template-columns:168px minmax(0,1fr);
        column-gap:18px;
        row-gap:6px;
        align-items:center;
        box-sizing:border-box;
        margin:0;
        padding:11px 0;
        border:0;
        text-align:left;
    }

    body.cyh-register-form-page .signup-main-section .register_left {
        grid-column:1;
        grid-row:1 / span 2;
        align-self:start;
        box-sizing:border-box;
        width:auto;
        padding:14px 0 0;
        color:#3f3025;
        font-size:14px;
        font-weight:700;
        line-height:1.45;
    }

    body.cyh-register-form-page .signup-main-section .frm_input {
        grid-column:2;
        box-sizing:border-box;
        width:100% !important;
        height:50px;
        margin:0;
        padding:0 15px;
        border:1px solid #d9cec4;
        border-radius:10px;
        background:#fffdfa;
        color:#24160d;
        font-size:15px;
        transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }

    body.cyh-register-form-page .signup-main-section .frm_input:focus {
        border-color:#a95518;
        background:#fff;
        box-shadow:0 0 0 3px rgba(169,85,24,.11);
        outline:0;
    }

    body.cyh-register-form-page .signup-main-section .frm_info {
        grid-column:2;
        box-sizing:border-box;
        margin:0;
        padding:0;
        color:#8a7667;
        font-size:12px;
        line-height:1.55;
    }

    body.cyh-register-form-page .signup-phone-row,
    body.cyh-register-form-page .signup-code-row,
    body.cyh-register-form-page .signup-address-row {
        grid-template-columns:168px minmax(0,1fr) 132px !important;
        column-gap:18px !important;
    }

    body.cyh-register-form-page .signup-phone-row #reg_mb_hp,
    body.cyh-register-form-page .signup-code-row #wr_sms {
        grid-column:2;
        grid-row:1;
    }

    body.cyh-register-form-page .signup-phone-row .inj1,
    body.cyh-register-form-page .signup-code-row .inj_chk,
    body.cyh-register-form-page .signup-code-row .inj_chk_ok {
        grid-column:3;
        grid-row:1;
        float:none;
        box-sizing:border-box;
        width:100%;
        height:50px;
        margin:0;
        padding:0 10px;
    }

    body.cyh-register-form-page .signup-phone-row .frm_info {
        grid-column:2 / 4;
        grid-row:2;
    }

    body.cyh-register-form-page .signup-phone-row .inj2 {
        grid-column:2 / 4;
        grid-row:3;
        float:none;
        width:auto;
        margin:0;
        color:#7a685b;
        font-size:12px;
        line-height:1.5;
    }

    body.cyh-register-form-page .signup-address-row .register_left {
        grid-row:1 / span 5;
    }

    body.cyh-register-form-page .signup-address-row br {
        display:none;
    }

    body.cyh-register-form-page .signup-address-row #reg_mb_zip {
        grid-column:2;
        grid-row:1;
    }

    body.cyh-register-form-page .signup-address-row .btn_frmline {
        grid-column:3;
        grid-row:1;
        box-sizing:border-box;
        width:100%;
        height:50px;
        margin:0;
        padding:0 10px;
        border:1px solid #a95518;
        border-radius:10px;
        background:#fff;
        color:#914511;
        font-weight:700;
    }

    body.cyh-register-form-page .signup-address-row #reg_mb_addr1 {
        grid-column:2 / 4;
        grid-row:2;
    }

    body.cyh-register-form-page .signup-address-row #reg_mb_addr2 {
        grid-column:2 / 4;
        grid-row:3;
    }

    body.cyh-register-form-page .signup-address-row #reg_mb_addr3 {
        grid-column:2 / 4;
        grid-row:4;
    }

    body.cyh-register-form-page .signup-address-row .frm_info {
        grid-column:2 / 4;
        grid-row:5;
    }

    body.cyh-register-form-page .signup-options-section {
        box-shadow:none !important;
    }

    body.cyh-register-form-page .signup-options-section > ul > li {
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        gap:9px;
        box-sizing:border-box;
        min-height:44px;
        margin:0;
        padding:9px 0;
        border-bottom:1px solid #f2ebe5;
        color:#5f5148;
        font-size:13px;
    }

    body.cyh-register-form-page .signup-options-section > ul > li:last-child {
        border-bottom:0;
    }

    body.cyh-register-form-page .signup-options-section .frm_label {
        box-sizing:border-box;
        width:135px;
        color:#3f3025;
        font-weight:700;
    }

    body.cyh-register-form-page .signup-options-section input[type="checkbox"] {
        width:18px;
        height:18px;
        margin:0;
        accent-color:#9c4e16;
    }

    body.cyh-register-form-page .signup-options-section .frm_info {
        flex-basis:100%;
        margin-left:144px;
        padding:0;
        color:#8a7667;
    }

    body.cyh-register-form-page #fregisterform > .btn_confirm {
        display:flex;
        justify-content:center;
        gap:10px;
        margin:26px 0 0;
    }

    body.cyh-register-form-page #fregisterform > .btn_confirm .btn_cancel,
    body.cyh-register-form-page #fregisterform > .btn_confirm .btn_submit {
        box-sizing:border-box;
        min-width:150px;
        height:52px;
        margin:0;
        padding:0 24px;
        border-radius:10px;
        font-size:15px;
        font-weight:700;
        line-height:50px;
    }

    body.cyh-register-form-page #fregisterform > .btn_confirm .btn_cancel {
        border:1px solid #d9cec4;
        background:#fff;
        color:#6d5b4e;
    }

    body.cyh-register-form-page #fregisterform > .btn_confirm .btn_submit {
        border:1px solid #9c4e16;
        background:#9c4e16;
        color:#fff;
    }
}

/* CYH member pages: mobile layout */
@media (max-width:768px) {
    html,
    body {
        width:100% !important;
        min-width:0 !important;
        overflow-x:hidden;
    }

    #hd,
    #head_wr,
    #wrapper,
    #ft {
        width:100% !important;
        min-width:0 !important;
    }

    #head_wr.head_sub {
        height:76px !important;
    }

    #hd {
        position:relative !important;
        height:76px !important;
        background:#fff !important;
    }

    #hd_wrapper {
        box-sizing:border-box;
        width:100% !important;
        height:76px !important;
        padding:8px 16px !important;
    }

    #logo {
        float:none !important;
        padding:0 !important;
        text-align:center;
    }

    #logo img {
        width:auto !important;
        max-width:60px !important;
        height:60px !important;
        object-fit:contain;
    }

    #gnb,
    #slogan_sub {
        display:none !important;
    }

    #wrapper {
        box-sizing:border-box;
        display:block !important;
        margin:0 !important;
        padding:20px 15px 40px !important;
    }

    #container {
        float:none !important;
        box-sizing:border-box;
        width:100% !important;
        max-width:none !important;
        min-height:0 !important;
        margin:0 !important;
    }

    #wrapper_title {
        margin:0 0 18px !important;
        font-size:21px;
        line-height:1.35;
    }

    #sns_register,
    #fregister,
    #fregisterform,
    #register_form {
        box-sizing:border-box;
        width:100% !important;
        min-width:0 !important;
    }

    #sns_register {
        margin-bottom:16px;
    }

    #fregister p {
        line-height:1.55;
        word-break:keep-all;
    }

    #fregister_chkall {
        display:block;
        box-sizing:border-box;
        width:100%;
        padding:14px;
        text-align:left;
    }

    #fregister section {
        width:100%;
        margin:12px 0 22px;
    }

    #fregister h2 {
        padding:14px;
        font-size:15px;
        line-height:1.4;
    }

    #fregister textarea {
        box-sizing:border-box;
        width:100%;
        height:180px;
        padding:14px;
        font-size:13px;
    }

    #fregister .fregister_agree {
        position:static;
        display:block;
        box-sizing:border-box;
        width:100%;
        padding:12px 14px;
        border-top:1px solid #eee;
        text-align:left;
        line-height:1.5;
    }

    #fregister_private div {
        box-sizing:border-box;
        padding:12px;
    }

    #fregister_private table,
    #fregister_private tbody,
    #fregister_private tr,
    #fregister_private td {
        display:block;
        box-sizing:border-box;
        width:100% !important;
    }

    #fregister_private colgroup,
    #fregister_private thead {
        display:none;
    }

    #fregister_private tr {
        margin:0 0 12px;
        border:1px solid #ddd;
        border-radius:8px;
        overflow:hidden;
    }

    #fregister_private tr:last-child {
        margin-bottom:0;
    }

    #fregister_private table td {
        display:grid;
        grid-template-columns:72px minmax(0,1fr);
        gap:10px;
        padding:10px;
        border:0;
        border-bottom:1px solid #eee;
        line-height:1.5;
        word-break:keep-all;
    }

    #fregister_private table td:last-child {
        border-bottom:0;
    }

    #fregister_private table td:before {
        color:#6d625a;
        font-weight:700;
    }

    #fregister_private table td:nth-child(1):before {content:"구분"}
    #fregister_private table td:nth-child(2):before {content:"목적"}
    #fregister_private table td:nth-child(3):before {content:"항목"}
    #fregister_private table td:nth-child(4):before {content:"보유기간"}

    #fregister .btn_confirm .btn_submit {
        width:100%;
        height:50px;
        padding:0 15px;
    }

    #register_form {
        padding:16px;
    }

    #fregisterform .signup_id_notice {
        margin:0 0 14px !important;
        padding:14px !important;
        border-bottom:1px solid #e3c7ad !important;
    }

    #fregisterform .signup_id_notice strong {
        font-size:15px;
    }

    #fregisterform .form_01 div {
        margin-bottom:28px;
    }

    div#register_form div {
        padding-bottom:24px;
    }

    #fregisterform .form_01 li {
        margin-bottom:16px;
    }

    .register_left {
        display:block;
        box-sizing:border-box;
        width:100%;
        margin:0 0 8px;
        padding:0;
        font-weight:600;
        line-height:1.45;
    }

    .register_left:empty {
        display:none;
    }

    #fregisterform .half_input,
    #fregisterform input#reg_mb_email,
    #fregisterform #reg_mb_hp,
    #fregisterform #wr_sms {
        display:block !important;
        box-sizing:border-box;
        width:100% !important;
    }

    #fregisterform .inj {
        float:none;
        width:100%;
        margin-top:8px;
    }

    #fregisterform .inj2 {
        float:none;
        width:100%;
        margin:8px 0 0;
        line-height:1.5;
    }

    #fregisterform .frm_info {
        padding:7px 0 0;
        line-height:1.5;
        word-break:keep-all;
    }

    #fregisterform #reg_mb_zip {
        box-sizing:border-box;
        width:calc(100% - 112px) !important;
        max-width:none;
    }

    #fregisterform .btn_frmline {
        box-sizing:border-box;
        width:104px;
        margin-left:4px;
        padding:0 8px;
    }

    #fregisterform .frm_address,
    #fregisterform .full_input {
        box-sizing:border-box;
        width:100% !important;
    }

    #fregisterform .tbl_frm01 {
        box-sizing:border-box;
        width:100%;
        overflow:hidden;
    }

    #fregisterform .btn_confirm {
        display:grid;
        grid-template-columns:1fr;
        gap:8px;
    }

    #fregisterform .btn_confirm .btn_submit,
    #fregisterform .btn_confirm .btn_cancel {
        box-sizing:border-box;
        width:100%;
        margin:0;
        padding:0 15px;
    }

    #ft {
        box-sizing:border-box;
        padding:28px 16px 86px;
        overflow:hidden;
    }

    #ft .ft_wr {
        box-sizing:border-box;
        display:block;
        width:100% !important;
        padding:0 !important;
        font-size:13px;
    }

    #ft .ft_info,
    #ft .ft_company,
    #ft .ft_right,
    #ft .foot-addr,
    #ft .ft_bank,
    #ft .ft_cs {
        float:none;
        box-sizing:border-box;
        width:100% !important;
        max-width:100%;
        margin-left:0 !important;
        text-align:left !important;
    }

    #ft .foot-logo {
        justify-content:center;
        margin:0 0 20px;
    }

    #ft .ft_right {
        display:block;
        font-size:16px;
    }

    #ft .foot-link a {
        margin-bottom:8px;
        padding-right:14px;
    }

    #ft .foot-addr .s2 {
        display:block;
        margin:3px 0 10px;
        padding-left:0;
    }

    #quick .qk_con {
        max-width:calc(100vw - 58px);
    }
}
