@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */
/* 기본박스 */
.mbskin {position:relative;margin:100px auto 0;width:360px;text-align:center}
.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 .mbskin_box{border:1px solid #dde7e9;background:#fff}
.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}
/* ### 기본 스타일 커스터마이징 끝 ### */

/* 회원가입 약관 */
.register {margin:0 auto}
.register:after {display:block;visibility:hidden;clear:both;content:""}
.register .btn_confirm .btn_submit,
.register .btn_confirm .btn_close {float:left;height:50px !important;width:49.5%;font-weight:bold;font-size:1.083em}
.register .btn_confirm {text-align:left}
.register .btn_confirm .btn_submit {margin-left:1%}

#fregister p {position:relative;text-align:center;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;border-radius:5px;font-weight:bold}
#fregister p:before {content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
#fregister p i {font-size:1.2em;vertical-align:middle}
#fregister section {margin:10px auto 15px;border:1px solid #dde7e9;position:relative;border-radius:3px}
#fregister_chkall {position:relative;text-align:center;background:#f5f7fa;line-height:50px;border:1px solid #e5e9f0;border-radius:3px;margin-bottom:15px}
#fregister h2 {text-align:left;padding:20px;border-bottom:1px solid #dde7e9;font-size:1.2em}
#fregister textarea {display:block;padding:20px;width:100%;height:150px;background:#fff;border:0;line-height:1.6em}
.fregister_terms div {padding:20px;background:#fff}
.fregister_terms table {width:100%;border-collapse:collapse;font-size:1em;}
.fregister_terms table caption {position:absolute;font-size:0;line-height:0;overflow:hidden}
.fregister_terms table th {background:#f7f7f9;width:33.33%;color:#000;padding:10px;border:1px solid #d8dbdf}
.fregister_terms table td {border:1px solid #e7e9ec;padding:10px;border-top:0}

.fregister_agree {position:absolute;top:0;right:0}
.fregister_agree input[type="checkbox"] + label {color:#676e70}
.fregister_agree input[type="checkbox"] + label:hover {color:#2172f8}
.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px}
.fregister_agree input[type="checkbox"]:checked + label {color:#000}
.fregister_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
.fregister_agree.chk_all input[type="checkbox"] + label span {top:18px}

.chk_li {padding-left:20px}

#sns_register .login-sns,
#sns_register h2 {border:0 !important}

/* 회원가입 입력 */
#register_form {background:#fff;margin-bottom:20px}
#register_form h2 {padding:20px;border-bottom:1px solid #dde7e9}
.register_form_inner {background:#f7f7f7;border:1px solid #dde7e9;border-radius:3px}
.register_form_inner ul {padding:20px}
.register_form_inner label {display:block;margin-bottom:10px;line-height:24px}
.register_form_inner label.inline {display:inline}

#fregisterform .cert_desc {color:#3a8afd;}
#fregisterform .cert_req {margin-left:5px;line-height:35px;}
#fregisterform #msg_certify {margin:5px 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 .form_01 div {margin:0 0 20px}
#fregisterform .captcha {display:block;margin:5px 0 0}
#fregisterform .reg_mb_img_file img {max-width:100%;height:auto}
#reg_mb_icon, #reg_mb_img {float:right}
#fregisterform .consent-line {display: flex; margin: 0 !important;}
#fregisterform .consent-line .chk_li {padding-left: 0;}
#fregisterform .consent-date { margin: 5px 0 0 20px !important; }
#fregisterform .consent-group .sub-consents {padding: 0 20px 0px}
#fregisterform .js-open-consent {display: block; margin-left: 10px; font-size: 12px; color: #3f51b5; background: none; border: none; cursor: pointer; text-decoration: underline; }

/* 회원가입 완료 */
#reg_result {padding:40px 30px;text-align:center;background:#edf3fc;border:1px solid #d6e2f4;border-radius:5px}
#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 .result_txt {text-align:left}
#reg_result .btn_confirm {margin:50px 0}
#reg_result i {font-size:3em}
#reg_result .reg_result_p {font-size:1.25em;margin:0 0 10px;color:#3684fa}

.btn_confirm_reg {margin:20px 0;text-align:center}
.reg_btn_submit {display:inline-block;background:#3a8afd;color:#fff;text-align:center;border-radius:3px;width:280px;height:57px;line-height:57px;font-size:1.2em;margin:0 auto;font-weight:bold}

.mb_log_cate h2 {width:50%;float:left;padding:20px 0;text-align:center}
.mb_log_cate .join {width:50%;float:left;padding:20px 0;text-align:center;background:#f7f7f7;color:#6e6e6e}
.mb_log_cate:after {display:block;visibility:hidden;clear:both;content:""}

.tooltip_icon {display:inline-block;vertical-align:baseline;color:#b3b5b8;border:0;font-size:1.4em;background:transparent;cursor:pointer}
.tooltip_icon:hover {color:#448bf5}
.tooltip {position:absolute;width:auto;color:#fff;background:#000;padding:10px;font-size:small;line-height:18px;display:none;z-index:9;font-weight:normal;margin-left:15px;margin-top:10px}
.tooltip:before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}

/* 아이디/비밀번호 찾기 */
#find_info h3 {display:none;margin-bottom:30px;text-align:center;font-size:1.1em;}
#find_info .new_win_con {background:#f7f7f7;}
#find_info.cert .new_win_con {width:460px;float:left;}
#find_info.cert .new_win_con:nth-child(2) {margin-left:10px;}
#find_info.cert h3 {display:block;}
#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}
#find_info .find_btn .btn_submit {width:30%;word-break:keep-all;}

/* 비밀번호 재설정 */
#pw_reset #info_fs {margin-bottom: 10px}
#pw_reset .frm_input {margin:10px 0 0}

/* 기존 회원 본인인증 */
#member_cert_refresh p {position:relative;text-align:center;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;border-radius:5px;font-weight:bold}
#member_cert_refresh p:before {content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
#member_cert_refresh p i {font-size:1.2em;vertical-align:middle}
#member_cert_refresh section {margin:10px auto 15px;border:1px solid #dde7e9;position:relative;border-radius:3px}
#member_cert_refresh_chkall {position:relative;text-align:center;background:#f5f7fa;line-height:50px;border:1px solid #e5e9f0;border-radius:3px;margin-bottom:15px}
#member_cert_refresh h2 {text-align:left;padding:20px;border-bottom:1px solid #dde7e9;font-size:1.2em}
#member_cert_refresh textarea {display:block;padding:20px;width:100%;height:150px;background:#fff;border:0;line-height:1.6em}
#member_cert_refresh_private {position:relative}
#member_cert_refresh_private div {padding:20px;background:#fff}
#member_cert_refresh_private table {width:100%;border-collapse:collapse;font-size:1em;}
#member_cert_refresh_private table caption {position:absolute;font-size:0;line-height:0;overflow:hidden}
#member_cert_refresh_private table th {background:#f7f7f9;width:33.33%;color:#000;padding:10px;border:1px solid #d8dbdf;font-weight:bold;}
#member_cert_refresh_private table td {border:1px solid #e7e9ec;padding:10px;border-top:0}

.member_cert_refresh_agree {position:absolute;top:0;right:0}
.member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70}
.member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8}
.member_cert_refresh_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px}
.member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000}
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:18px}

#member_cert_refresh #find_info {margin:50px 0}
#member_cert_refresh #find_info .find_btn {padding:10px 20px;background:#fff}
#member_cert_refresh #find_info .find_btn > div {margin:10px 0}

/* 로그인 */
#mb_login {}
#mb_login > h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#login_fs {padding:35px}
#mb_login #login_fs .frm_input {margin:0 0 10px}
#mb_login #login_fs .btn_submit {margin:0 0 15px}

#login_info {}
#login_info:after {display:block;visibility:hidden;clear:both;content:""}
#login_info .login_if_auto {float:left}
#login_info .login_if_auto label {vertical-align:baseline;padding-left:5px}
#login_info .login_if_lpl {float:right}
#login_password_lost {display:inline-block;border:1px solid #d5d9dd;color:#3a8afd;border-radius:2px;padding:2px 5px;line-height:20px}

#mb_login_notmb {margin:30px auto;padding:20px 30px;border: 1px solid #dde7e9}
#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;border: 1px solid #dde7e9}
#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}

#mb_login #sns_login {margin-top:0;border-color:#edeaea;padding:25px}
#mb_login #sns_login:after {display:block;visibility:hidden;clear:both;content:""}
#mb_login #sns_login h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#mb_login #sns_login .sns-wrap {margin:0 !important}
#mb_login #sns_login .sns-icon {width:49% !important;float:left !important}
#mb_login #sns_login .sns-icon:nth-child(odd) {margin-right:2%}
#mb_login #sns_login .txt {font-size:0.95em;padding-left:5px !important;border-left:0 !important}

/* 쪽지 */
.memo_list {border-top:1px solid #ececec}
.memo_list li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.memo_list li:after {display:block;visibility:hidden;clear:both;content:""}
.memo_list li.read {background:#f6f6f6}
.memo_list li.empty_li {text-align:center;padding:20px 0;color:#666}

.memo_list .memo_li {float:left}
.memo_list .profile_big_img {position:relative;margin-right:15px}
.memo_list .profile_big_img img {border-radius:50%;width:52px;height:52px}
.memo_list .memo_li.memo_name {padding-top:5px;float:none}
.memo_list .memo_preview a{display:block;margin-right:30px;padding-top:10px;font-weight:normal !important;font-size:1.2em}
.memo_list .memo_preview a:hover{text-decoration:underline}
.memo_list .memo_name a,
.memo_list .memo_name .sv_wrap {font-weight:bold}
.memo_list .no_read {position:absolute;bottom:0;right:0;display:inline-block;background:#3a8afd;border:1px solid #e1edff;text-indent:-9999px;border-radius:10px;width:10px;height:10px;box-shadow:0 0 10px 3px #9ec3f9}
.memo_list .no_read {animation:blinker 1s linear infinite}

@keyframes blinker {
	50% {opacity:0}
	}

#memo_list h1#win_title {padding:10px 10px 10px 20px}
#memo_list .memo_datetime {font-size:0.92em;color:#888d92}
#memo_list .memo_del {position:absolute;right:15px;top:15px;padding:10px;color:#c7c9cb;font-size:1.4em}
#memo_list .memo_cnt {margin-top:5px;font-weight:normal;display:inline-block;font-size:1.2em}
#memo_list .pg_wrap {margin-top:10px;width:100%;float:inherit;text-align:center}

#memo_view_contents {margin-bottom:20px;border-top:1px solid #ececec;border-bottom:1px solid #ececec}
#memo_view_contents h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;list-style:none;background:#f6f6f6}
#memo_view_ul:after {display:block;visibility:hidden;clear:both;content:""}
.memo_view_li {position:relative;/*padding:10px;float:left;width:50%*/}

.memo_view_li .profile_img img {display:none}
.memo_from {position:relative;background:#fff;border-bottom:1px solid #ececec;padding:15px 20px}
.memo_from li {float:left}
.memo_from li.memo_profile img {width:40px;height:40px;border-radius:50%}
.memo_from li:first-child {margin-right:10px}
.memo_from li.memo_view_nick {width:80%}
.memo_from li.memo_view_nick a {font-weight:bold !important}
.memo_from li.memo_view_date {display:block;color:#555;line-height:24px}
.memo_from li.memo_op_btn {position:absolute}
.memo_from li.list_btn {right:53px;}
.memo_from li.del_btn {right:15px;}
.memo_from:after {display:block;visibility:hidden;clear:both;content:""}

.memo_btn {width:100%}
.memo_btn a {display:inline-block;width:50%;font-size:1em;color:#888d92;padding:20px}
.memo_btn a.btn_right {float:right;text-align:right}
.memo_btn a i {font-size:1.2em;color:#acabab;vertical-align:bottom}

#memo_view p {padding:10px;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}
#memo_view textarea {height:100px}

#memo_write .form_01 {padding:20px;border-top:1px solid #ececec}

.reply_btn {display:inline-block;width:150px;height:45px;line-height:50px;padding:0 10px;font-weight:bold;background:#3a8afd;color:#fff;border-radius:3px;vertical-align:bottom;margin-right:5px}
#memo_write .reply_btn {font-size:1em}

/* 스크랩 */
#scrap li:after {display:block;visibility:hidden;clear:both;content:""}
#scrap li {position:relative;padding:20px;border-bottom:1px solid #ececec}
#scrap .scrap_tit {font-weight:bold;display:block;font-size:1.083em;margin-bottom:10px;line-height:1.3em}
#scrap .scrap_cate {float:left;display:block;color:#ac92ec;background:#eeeaf8;padding:3px;border-radius:3px;font-size:0.92em;margin-right:10px}
#scrap .scrap_datetime {color:#777;line-height:18px}
#scrap .scrap_del {position:absolute;top:15px;right:15px;font-size:18px;color:#c7c9cb}
#scrap .scrap_del:hover {color:#3a8afd}

#scrap_do .new_win_con {padding:0 20px}
#scrap_do textarea {width:100%;height:100px}
#scrap_do .scrap_tit {margin-bottom:10px;background:#f3f3f3;padding:10px 15px;font-size:1.2em;font-weight:bold}
#scrap_do label {display:block;margin:0 0 5px;font-size:1em}
#scrap_do .win_btn:after {display:block;visibility:hidden;clear:both;content:""}
#scrap .win_btn, #scrap_do .win_btn {margin:20px 0;text-align:center}
#scrap_do .win_btn .btn_submit {float:inherit}
#scrap_do .win_desc {margin:0 20px}

/*포인트*/
#point {text-align:center}
#point h1 {text-align:left}
#point .point_all {margin:20px 20px 15px;border-radius:5px;background:#edf3fc;border:1px solid #d6e2f4;color:#485172;font-size:1.083em}
#point .point_all:after {display:block;visibility:hidden;clear:both;content:""}
#point .point_all li {float:left;width:50%;padding:20px;text-align:left}
#point .point_all li span {float:right;color:#485172;font-weight:bold}
#point .point_all li:last-child {border-left:1px solid #d6e2f4}
#point .point_all .full_li {width:100%;border-bottom:1px solid #d6e2f4;text-align:left}
#point .point_all .full_li span {color:#000;font-weight:bold;font-size:1.2em}
#point .point_status{background:#737373;border:0;color:#fff;font-weight:bold;font-size:1.083em;text-align:left}
#point .point_status:after {display:block;visibility:hidden;clear:both;content:""}
#point .point_status span{margin-left:10px;float:right}

.point_list {}
.point_list li:first-child {border-top:1px solid #ececec}
.point_list li {border-bottom:1px solid #ececec;background:#fff;padding:15px;list-style:none;position:relative}
.point_list li:after {display:block;visibility:hidden;clear:both;content:""}

.point_list .point_use {background:#f6f6f6}
.point_list .point_use .point_num {font-size:1.25em;color:#ff4f76;font-weight:bold;float:right}
.point_list .point_num {font-size:1.25em;color:#3a8afd;font-weight:bold;position:absolute;right:15px;top:25px}
.point_list .point_top {line-height:15px;margin:0 0 5px}
.point_list .point_top:after {display:block;visibility:hidden;clear:both;content:""}
.point_list .point_tit {font-weight:bold;float:left;font-size:1.083em;display:block}
.point_list .point_date1 {float:left;color:#888d92}
.point_list .point_date {float:left;color:#888d92}
.point_list .txt_expired {color:red;margin-left:5px}

#point .pg_wrap {width:100%;float:inherit;text-align:center}
#point .btn_close {margin:20px auto}

/* 회원 비밀번호 확인 */
#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:#fff;text-align:center;color:#b2b2b2}

/* Login page: based on the storefront authentication layout. */
#mb_login.hm-login-page{width:100%;max-width:none;margin:0;padding:0 0 72px;text-align:left}
#mb_login.hm-login-page .hm-login-page__head{position:relative;width:1280px;max-width:calc(100% - 40px);height:75px;margin:22px auto 0;padding:0;border-bottom:0;background:#fff;color:#111;box-sizing:border-box;text-align:center}
#mb_login.hm-login-page .hm-login-page__head h1{position:absolute;left:50%;top:18px;max-width:52%;height:38px;margin:0;overflow:visible;color:#111;font-size:36px;font-weight:400;letter-spacing:0;line-height:38px;text-align:center;transform:translateX(-50%);white-space:nowrap}
#mb_login.hm-login-page .hm-login-page__head p{position:absolute;right:8px;top:auto;bottom:19px;margin:0;color:#111;font-size:15px;font-weight:400;letter-spacing:0;line-height:20px;white-space:nowrap}
#mb_login.hm-login-page .hm-login-page__head p a{color:inherit;font-size:18px;text-decoration:none}
#mb_login.hm-login-page .hm-login-page__head p span{display:inline-block;margin:0 10px;color:#777}
#mb_login.hm-login-page .hm-login-card{width:750px;max-width:calc(100% - 40px);margin:10px auto 0;padding:32px 56px 22px;border:1px solid #dedede;background:#fff}
#mb_login.hm-login-page .hm-login-form{width:100%;margin:0}
#mb_login.hm-login-page #login_fs{margin:0;padding:0;border:0}
#mb_login.hm-login-page .hm-login-form__row{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;margin:0 0 18px}
#mb_login.hm-login-page .hm-login-form__row>label{display:flex;height:42px;align-items:center;color:#111;font-size:15px;font-weight:400;letter-spacing:0;line-height:1;transform:translateY(-2px)}
#mb_login.hm-login-page .hm-login-form .frm_input{display:block;width:100%;height:42px;margin:0;padding:0 12px;border:1px solid #e0e0e0;border-radius:0;background:#fff;color:#222;font-size:14px;line-height:40px;outline:0}
#mb_login.hm-login-page .hm-login-form .frm_input:focus{border-color:#222}
#mb_login.hm-login-page .hm-login-password{display:flex;min-width:0}
#mb_login.hm-login-page .hm-login-password .frm_input{min-width:0;border-right:0}
#mb_login.hm-login-page .hm-login-password__toggle{flex:0 0 68px;height:42px;padding:0;border:0;background:#292929;color:#fff;font-size:15px;font-weight:400;letter-spacing:0;line-height:42px;text-align:center;cursor:pointer}
#mb_login.hm-login-page .hm-login-options{display:flex;align-items:center;justify-content:space-between;min-height:22px;margin:2px 0 0;padding:0 0 0 140px;color:#111;font-size:15px;line-height:1.45}
#mb_login.hm-login-page .hm-login-options .chk_box{position:relative}
#mb_login.hm-login-page .hm-login-options .chk_box label{position:relative;display:block;padding-left:23px;color:#111;line-height:18px}
#mb_login.hm-login-page .hm-login-options .chk_box label span{position:absolute;top:1px;left:0;float:none;width:16px;height:16px;border:1px solid #bfbfbf;border-radius:0;background:#fff}
#mb_login.hm-login-page .hm-login-options .chk_box input:checked+label span{border-color:#222;background:url('./img/chk.png') no-repeat 50% 50% #222}
#mb_login.hm-login-page .hm-login-options .login_if_lpl{color:#111;text-decoration:none}
#mb_login.hm-login-page .hm-login-options .login_if_lpl:hover{text-decoration:underline}
#mb_login.hm-login-page .btn_submit{display:block;width:128px;height:48px;margin:24px auto 16px;padding:0;border:0;border-radius:0;background:#222;color:#fff;font-size:17px;font-weight:400;letter-spacing:0;line-height:48px;text-align:center}
#mb_login.hm-login-page #login_fs .btn_submit{margin:24px auto 16px}
#mb_login.hm-login-page .hm-login-join{display:flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:18px 0 0;border-top:1px solid #e5e5e5;color:#111;font-size:15px;letter-spacing:0;line-height:1.4}
#mb_login.hm-login-page .hm-login-join a{color:#111;font-size:17px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
@media (min-width:641px){
    #mb_login.hm-login-page .hm-login-join{font-size:16px}
    #mb_login.hm-login-page .hm-login-join a{font-size:18px}
}
#mb_login.hm-login-page #sns_login{box-sizing:border-box;width:750px;max-width:calc(100% - 40px);margin:20px auto 0;padding:24px;border-color:#e5e5e5}
#mb_login.hm-login-page .hm-login-order-inquiry{width:750px;max-width:calc(100% - 40px);margin:20px auto 0;padding:28px 56px 30px;border:1px solid #dedede;background:#fff;color:#111;box-sizing:border-box}
#mb_login.hm-login-page .hm-login-order-inquiry h2{position:static;height:auto;margin:0 0 22px;padding:0 0 16px;border-bottom:1px solid #e5e5e5;color:#111;font-size:20px;font-weight:400;letter-spacing:0;line-height:1.4;overflow:visible}
#mb_login.hm-login-page .hm-login-order-inquiry__form,#mb_login.hm-login-page .hm-login-order-inquiry #mb_login_od{margin:0;padding:0;border:0}
#mb_login.hm-login-page .hm-login-order-inquiry__row{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;margin:0 0 14px}
#mb_login.hm-login-page .hm-login-order-inquiry__row label{color:#222;font-size:15px;font-weight:400;letter-spacing:0;line-height:42px}
#mb_login.hm-login-page .hm-login-order-inquiry__row .frm_input{display:block;width:100%;height:42px;margin:0;padding:0 12px;border:1px solid #e0e0e0;border-radius:0;background:#fff;color:#222;font-size:14px;line-height:40px;outline:0}
#mb_login.hm-login-page .hm-login-order-inquiry__row .frm_input:focus{border-color:#222}
#mb_login.hm-login-page .hm-login-order-inquiry__notice{margin:20px 0 0;padding:14px 16px;background:#f6f6f6;color:#555;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.55}
#mb_login.hm-login-page .hm-login-order-inquiry__notice strong{color:#111;font-weight:400}
#mb_login.hm-login-page .hm-login-order-inquiry .btn_submit{display:block;width:112px;height:42px;margin:22px auto 0;padding:0;border:0;border-radius:0;background:#222;color:#fff;font-size:15px;font-weight:400;letter-spacing:0;line-height:42px;text-align:center}
#mb_login.hm-login-page .hm-login-guest-checkout{width:750px;max-width:calc(100% - 40px);margin:20px auto 0;padding:28px 56px 30px;border:1px solid #dedede;background:#fff;color:#111;box-sizing:border-box}
#mb_login.hm-login-page .hm-login-guest-checkout h2{position:static;height:auto;margin:0 0 10px;padding:0;color:#111;font-size:20px;font-weight:400;letter-spacing:0;line-height:1.4;overflow:visible}
#mb_login.hm-login-page .hm-login-guest-checkout>p{margin:0 0 16px;padding:0;color:#555;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.55}
#mb_login.hm-login-page .hm-login-guest-checkout #guest_privacy{height:150px;margin:0;padding:14px 16px;border:1px solid #dedede;background:#fafafa;color:#555;font-size:13px;line-height:1.6;overflow-y:auto;box-sizing:border-box}
#mb_login.hm-login-page .hm-login-guest-checkout #guest_privacy p{margin:0 0 10px;padding:0;background:transparent;color:inherit;font:inherit;line-height:inherit}
#mb_login.hm-login-page .hm-login-guest-checkout #guest_privacy p:last-child{margin-bottom:0}
#mb_login.hm-login-page .hm-login-guest-checkout .chk_box{margin:14px 0 0}
#mb_login.hm-login-page .hm-login-guest-checkout .chk_box label{position:relative;display:block;padding-left:24px;color:#333;font-size:14px;line-height:20px}
#mb_login.hm-login-page .hm-login-guest-checkout .chk_box label span{position:absolute;top:1px;left:0;float:none;width:16px;height:16px;border:1px solid #bfbfbf;border-radius:0;background:#fff}
#mb_login.hm-login-page .hm-login-guest-checkout .chk_box input:checked+label span{border-color:#222;background:url('./img/chk.png') no-repeat 50% 50% #222}
#mb_login.hm-login-page .hm-login-guest-checkout .btn_confirm{margin:24px 0 0;padding:0}
#mb_login.hm-login-page .hm-login-guest-checkout .btn_confirm .btn_submit{display:flex;width:100%;height:46px;margin:0;padding:0 18px;align-items:center;justify-content:center;border:0;border-radius:0;background:#222;color:#fff;font-size:15px;font-weight:400;letter-spacing:0;line-height:1;text-align:center;box-sizing:border-box}
#mb_login.hm-login-page .hm-login-guest-checkout .btn_confirm .btn_submit:hover{background:#111}

@media (max-width:640px){
    #mb_login.hm-login-page{padding-bottom:48px}
    #mb_login.hm-login-page .hm-login-page__head{padding:30px 15px 22px}
    #mb_login.hm-login-page .hm-login-page__head h1{font-size:26px}
    #mb_login.hm-login-page .hm-login-page__head p{margin-top:9px;font-size:13px}
    #mb_login.hm-login-page .hm-login-page__head p a{font-size:16px}
    #mb_login.hm-login-page .hm-login-card{max-width:calc(100% - 30px);margin-top:0;padding:36px 14px 20px}
    #mb_login.hm-login-page .hm-login-form__row{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;margin-bottom:18px}
    #mb_login.hm-login-page .hm-login-form__row>label{display:block;margin:0;font-size:15px;line-height:42px}
    #mb_login.hm-login-page .hm-login-form .frm_input,
    #mb_login.hm-login-page .hm-login-order-inquiry__row .frm_input{font-size:16px}
    #mb_login.hm-login-page .hm-login-options{padding:0;font-size:12px}
    #mb_login.hm-login-page .btn_submit{width:128px;height:48px;margin-top:24px;font-size:16px;line-height:48px}
    #mb_login.hm-login-page .hm-login-join{padding-top:18px;font-size:15px}
    #mb_login.hm-login-page #sns_login{max-width:calc(100% - 30px);margin-top:16px;padding:18px 14px}
    #mb_login.hm-login-page .hm-login-order-inquiry{max-width:calc(100% - 30px);margin-top:16px;padding:24px 14px}
    #mb_login.hm-login-page .hm-login-order-inquiry h2{margin-bottom:20px;padding-bottom:14px;font-size:18px}
    #mb_login.hm-login-page .hm-login-order-inquiry__row{display:block;margin-bottom:18px}
    #mb_login.hm-login-page .hm-login-order-inquiry__row label{display:block;margin-bottom:8px;font-size:15px;line-height:1.35}
    #mb_login.hm-login-page .hm-login-order-inquiry__notice{margin-top:18px;padding:12px 14px;font-size:13px}
    #mb_login.hm-login-page .hm-login-guest-checkout{max-width:calc(100% - 30px);margin-top:16px;padding:24px 14px}
    #mb_login.hm-login-page .hm-login-guest-checkout h2{margin-bottom:8px;font-size:18px}
    #mb_login.hm-login-page .hm-login-guest-checkout>p{margin-bottom:14px;font-size:14px}
    #mb_login.hm-login-page .hm-login-guest-checkout #guest_privacy{height:136px;padding:12px;font-size:12px;line-height:1.55}
    #mb_login.hm-login-page .hm-login-guest-checkout .btn_confirm{margin-top:20px}
}
#formmail .frm_file {padding-left:50px}
#formmail .frm_info {color:#3497d9;font-size:0.92em}
.chk_box {position:relative}
.chk_box input[type="radio"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="radio"] + label {position:relative;padding-left:23px;display:inline-block;color:#676e70}
.chk_box input[type="radio"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;background:#f7f8f9;border:1px solid #cdd6df;border-radius:50%}
.chk_box input[type="radio"]:checked + label {color:#3a8afd}
.chk_box input[type="radio"]:checked + label span {border-color:#3a8afd}
.chk_box input[type="radio"]:checked + label span:before {width:7px;height:7px;background:#3a8afd;content:'';position:absolute;top:3px;left:3px;border-radius:50%}
.chk_box input[type="checkbox"] + label {position:relative;color:#676e70}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {float:left;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}

/* Storefront registration agreement */
.hm-register-page {max-width:1200px;margin:0 auto;padding:58px 20px 80px}
.hm-register-page__head {margin-bottom:34px;text-align:center}
.hm-register-page__head h1 {margin:0 0 12px;color:#222;font-size:30px;font-weight:600;line-height:1.2}
.hm-register-page__head p {margin:0;color:#777;font-size:13px;line-height:20px}
.hm-register-page__head a {color:#777}
.hm-register-page__head span {display:inline-block;margin:0 11px;color:#b5b5b5}
.register.hm-register-card {width:716px;max-width:100%;margin:0 auto;padding:34px 48px 40px;background:#fff;border:1px solid #dedede}
.hm-register-card__login {margin:0 0 26px;color:#555;font-size:14px;line-height:20px;text-align:left}
.hm-register-card__login a {margin-left:8px;color:#222;text-decoration:underline;text-underline-offset:3px}
#fregister.hm-register-form {margin:0}
#fregister.hm-register-form .hm-register-form__notice {height:auto;margin:0 0 28px;padding:0;background:transparent;border:0;border-radius:0;color:#555;font-size:14px;font-weight:400;line-height:22px;text-align:left}
#fregister.hm-register-form .hm-register-form__notice:before {display:none}
#fregister.hm-register-form .hm-register-consent {display:grid;grid-template-columns:146px minmax(0, 1fr);gap:0;margin:0;padding:0 0 28px;border:0;border-bottom:1px solid #e5e5e5;border-radius:0}
#fregister.hm-register-form .hm-register-consent + .hm-register-consent {padding-top:28px}
#fregister.hm-register-form .hm-register-consent h2 {margin:0;padding:10px 24px 0 0;border:0;color:#222;font-size:14px;font-weight:500;line-height:22px;text-align:left}
#fregister.hm-register-form .hm-register-consent__body {min-width:0;padding:0;background:transparent}
#fregister.hm-register-form textarea {display:block;width:100%;height:164px;margin:0;padding:12px 14px;background:#fafafa;border:1px solid #dedede;border-radius:0;color:#555;font-size:13px;line-height:20px;resize:vertical}
#fregister.hm-register-form .fregister_agree {position:relative;margin:12px 0 0;padding:0;border:0;min-width:0}
#fregister.hm-register-form .fregister_agree label {position:relative;display:inline-flex;min-height:20px;align-items:center;padding-left:27px;color:#333;font-size:13px;font-weight:400;line-height:20px;cursor:pointer}
#fregister.hm-register-form .fregister_agree label span {position:absolute;top:1px;left:0;right:auto;width:18px;height:18px;background:#fff;border:1px solid #bdbdbd;border-radius:0}
#fregister.hm-register-form .fregister_agree input[type="checkbox"]:checked + label {color:#222}
#fregister.hm-register-form .fregister_agree input[type="checkbox"]:checked + label span {background:#222;border-color:#222}
#fregister.hm-register-form .fregister_agree input[type="checkbox"]:checked + label span:after {position:absolute;top:3px;left:6px;width:4px;height:8px;border:solid #fff;border-width:0 1px 1px 0;content:"";transform:rotate(45deg)}
#fregister.hm-register-form .hm-register-table-wrap {overflow:hidden;padding:0;background:transparent;border:1px solid #dedede}
#fregister.hm-register-form .hm-register-table-wrap table {width:100%;margin:0;border:0;border-collapse:collapse;font-size:12px;table-layout:fixed}
#fregister.hm-register-form .hm-register-table-wrap caption {position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0)}
#fregister.hm-register-form .hm-register-table-wrap th {padding:10px 8px;background:#f7f7f7;border:0;border-bottom:1px solid #dedede;border-left:1px solid #dedede;color:#333;font-weight:500;line-height:18px}
#fregister.hm-register-form .hm-register-table-wrap th:first-child {border-left:0}
#fregister.hm-register-form .hm-register-table-wrap td {padding:10px 8px;border:0;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;color:#555;line-height:18px;vertical-align:top;word-break:keep-all}
#fregister.hm-register-form .hm-register-table-wrap tbody tr:first-child td {border-top:0}
#fregister.hm-register-form .hm-register-table-wrap td:first-child {border-left:0}
#fregister.hm-register-form .hm-register-table-wrap th:nth-child(1),
#fregister.hm-register-form .hm-register-table-wrap td:nth-child(1) {width:25%}
#fregister.hm-register-form .hm-register-table-wrap th:nth-child(2),
#fregister.hm-register-form .hm-register-table-wrap td:nth-child(2) {width:50%}
#fregister.hm-register-form .hm-register-table-wrap th:nth-child(3),
#fregister.hm-register-form .hm-register-table-wrap td:nth-child(3) {width:25%}
#fregister.hm-register-form #fregister_chkall {position:relative;margin:28px 0 0;padding:15px 16px;background:#f7f7f7;border:1px solid #dedede;border-radius:0;color:#222;font-weight:400;line-height:20px;text-align:left}
#fregister.hm-register-form #fregister_chkall label {font-size:14px;font-weight:500}
#fregister.hm-register-form #fregister_chkall.fregister_agree input[type="checkbox"] + label span {top:1px;left:0}
#fregister.hm-register-form .btn_confirm {display:flex;gap:10px;justify-content:flex-end;margin:28px 0 0;text-align:left}
#fregister.hm-register-form .btn_confirm .btn_close,
#fregister.hm-register-form .btn_confirm .btn_submit {float:none;width:144px;height:44px !important;margin:0;padding:0;border:1px solid #222;border-radius:0;background:#fff;color:#222;font-size:14px;font-weight:500;line-height:42px;text-align:center}
#fregister.hm-register-form .btn_confirm .btn_submit {background:#222;color:#fff;cursor:pointer}

@media (max-width:640px) {
    .hm-register-page {padding:34px 15px 48px}
    .hm-register-page__head {margin-bottom:25px}
    .hm-register-page__head h1 {margin-bottom:9px;font-size:24px}
    .hm-register-page__head p {font-size:12px}
    .register.hm-register-card {width:100%;padding:24px 19px 28px}
    .hm-register-card__login {margin-bottom:21px;font-size:13px}
    #fregister.hm-register-form .hm-register-form__notice {margin-bottom:23px;font-size:13px;line-height:20px}
    #fregister.hm-register-form .hm-register-consent {display:block;padding-bottom:23px}
    #fregister.hm-register-form .hm-register-consent + .hm-register-consent {padding-top:23px}
    #fregister.hm-register-form .hm-register-consent h2 {padding:0 0 10px;font-size:14px;line-height:20px}
    #fregister.hm-register-form textarea {height:150px;padding:11px 12px;font-size:12px;line-height:18px}
    #fregister.hm-register-form .hm-register-table-wrap {overflow:hidden}
    #fregister.hm-register-form .hm-register-table-wrap table {min-width:0;font-size:11px}
    #fregister.hm-register-form .hm-register-table-wrap th,
    #fregister.hm-register-form .hm-register-table-wrap td {padding:8px 7px;line-height:16px;word-break:break-all}
    #fregister.hm-register-form .fregister_agree {margin-top:10px}
    #fregister.hm-register-form .fregister_agree label {font-size:12px}
    #fregister.hm-register-form #fregister_chkall {margin-top:23px;padding:14px}
    #fregister.hm-register-form #fregister_chkall label {font-size:13px}
    #fregister.hm-register-form .btn_confirm {margin-top:23px}
    #fregister.hm-register-form .btn_confirm .btn_close,
    #fregister.hm-register-form .btn_confirm .btn_submit {flex:1;width:auto;height:42px !important;font-size:13px;line-height:40px}
}

/* 자기소개 */
#profile h1 a {}
#profile table {margin-bottom:0}
#profile table th {text-align:left;padding:10px;width:100px}
#profile section {color:#6794d3;background:#fff;padding:10px;border:1px solid #eee;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%}
#profile .profile_img img {border-radius:50%}
#profile .profile_name .sv_wrap {font-weight:bold;text-align:left}

/* Account subpages aligned with the storefront account record layout. */
#mb_confirm,#point,#memo_list,#memo_write,#memo_view{width:1280px;max-width:calc(100% - 40px);margin:0 auto 70px;padding:0;background:#fff;color:#111;text-align:left}
#mb_confirm h1,#point h1#win_title,#memo_write h1#win_title,#memo_view h1#win_title{display:flex;align-items:center;justify-content:center;height:auto;margin:0 0 30px;padding:40px 0 20px;border-bottom:0;color:#111;font-size:36px;font-weight:400;line-height:38px;text-align:center;box-sizing:border-box}
#memo_list.hm-memo-page .hm-memo-page__title{display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto;margin:0 0 30px;padding:40px 0 20px;border-bottom:0;color:#111;text-align:center;box-sizing:border-box}
#memo_list.hm-memo-page .hm-memo-page__title h1{margin:0;color:#111;font-size:36px;font-weight:400;letter-spacing:0;line-height:38px}
#memo_list.hm-memo-page .hm-memo-page__title p{margin:10px 0 0;color:#777;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.55;text-align:center}
#memo_list.hm-memo-page .hm-memo-page__title .win_total{margin:6px 0 0;color:#777;font-size:13px;font-weight:400;letter-spacing:0;line-height:1.45}
#mb_confirm p{margin:0;padding:18px 0;border-bottom:1px solid #dedede;background:#fff;color:#555;font-size:14px;line-height:1.55}#mb_confirm p strong{margin:0 0 4px;color:#111;font-size:16px}
#mb_confirm fieldset{display:grid;grid-template-columns:160px 1fr auto;align-items:center;gap:12px;margin:0;padding:24px 0;border-bottom:1px solid #dedede}#mb_confirm .confirm_id{font-size:13px;color:#777}#mb_confirm_id{margin:0;font-size:15px}#mb_confirm #confirm_mb_password{width:100%;height:42px;margin:0;border:1px solid #dedede;border-radius:0;box-sizing:border-box}#mb_confirm .btn_submit,#memo_write .reply_btn{height:42px;margin:0;padding:0 22px;border:1px solid #222;border-radius:0;background:#222;color:#fff;font-size:13px;font-weight:500;line-height:40px}
#point .new_win_con2,#memo_list .new_win_con2,#memo_write .new_win_con2,#memo_view .new_win_con2{padding:0}#point .point_all{margin:20px 0;border:1px solid #dedede;border-radius:0;background:#fff;color:#111}#point .point_all li,#point .point_all .full_li{float:none;width:auto;padding:18px 20px;border:0;text-align:left}#point .point_all li span,#point .point_all .full_li span{color:#111;font-size:20px;font-weight:600}#point .point_list{margin:0;border-top:1px solid #dedede}#point .point_list li{padding:17px 20px;border-bottom:1px solid #eee}#point .point_list .point_status{background:#fafafa;color:#111;font-size:14px;font-weight:500}#point .point_list .point_num,#point .point_list .point_use .point_num{right:20px;top:18px;color:#111;font-size:16px;font-weight:600}#point .point_list .point_use .point_num{color:#e53935}
#memo_list .win_ul,#memo_write .win_ul,#memo_view .win_ul{display:flex;margin:20px 0 0;padding:0;border-bottom:1px solid #dedede;list-style:none}#memo_list .win_ul li,#memo_write .win_ul li,#memo_view .win_ul li{margin:0}#memo_list .win_ul a,#memo_write .win_ul a,#memo_view .win_ul a{display:block;padding:12px 17px;color:#777;font-size:14px}#memo_list .win_ul .selected a,#memo_write .win_ul .selected a,#memo_view .win_ul .selected a{border-bottom:2px solid #111;color:#111;font-weight:600}.memo_list{border-top:0}.memo_list li{padding:18px 20px;border-bottom:1px solid #eee}.memo_list li.read{background:#fafafa}.memo_list .profile_big_img img{width:46px;height:46px;border-radius:0}.memo_list .memo_preview a{padding-top:7px;color:#111;font-size:15px;font-weight:500}
#memo_write .form_01{margin:0;padding:22px 0;border-top:0}#memo_write .frm_input,#memo_write textarea{border:1px solid #dedede;border-radius:0;box-sizing:border-box}#memo_write textarea{width:100%;min-height:150px;padding:12px}#memo_view_contents{margin:20px 0;border:1px solid #dedede}#memo_view p{margin:0;padding:22px 20px;min-height:150px;background:#fff;line-height:1.7}#memo_view .memo_from{padding:16px 20px;background:#fafafa}#memo_view .memo_btn{padding:0 20px;border-top:1px solid #eee}#memo_write .win_btn,#memo_view .win_btn,#memo_list .win_btn{margin:20px 0 0;text-align:right}#memo_write .btn_close,#memo_view .btn_close,#memo_list .btn_close,#point .btn_close{height:42px;margin:0 0 0 6px;padding:0 18px;border:1px solid #dedede;border-radius:0;background:#fff;color:#333;font-size:13px}
@media (max-width:768px){#mb_confirm,#point,#memo_list,#memo_write,#memo_view{width:auto;max-width:none;margin:0 14px 48px}#mb_confirm h1,#point h1#win_title,#memo_write h1#win_title,#memo_view h1#win_title{margin-bottom:30px;padding:40px 0 20px;font-size:23px;line-height:32px}#memo_list.hm-memo-page .hm-memo-page__title{margin-bottom:30px;padding:40px 0 20px}#memo_list.hm-memo-page .hm-memo-page__title h1{font-size:23px;line-height:32px}#memo_list.hm-memo-page .hm-memo-page__title p{margin-top:8px;font-size:13px;line-height:1.55}#memo_list.hm-memo-page .hm-memo-page__title .win_total{font-size:12px}#mb_confirm fieldset{grid-template-columns:1fr;padding:18px 0}#mb_confirm #confirm_mb_password{height:40px}#mb_confirm .btn_submit{width:100%}#memo_list .win_ul a,#memo_write .win_ul a,#memo_view .win_ul a{padding:10px 11px;font-size:12px}.memo_list li{padding:15px}#point .point_all{margin:16px 0}}

/* Registration form: single-panel storefront layout. */
.hm-register-page{width:1280px;max-width:calc(100% - 40px);margin:0 auto;padding:0 0 80px}
.hm-register-page__head{margin:0 0 44px;padding:35px 20px 34px;background:#f7f7f7;text-align:center}
.hm-register-page__head h1{margin:0 0 10px;color:#222;font-size:40px;font-weight:400;letter-spacing:0;line-height:1.2}
.hm-register-page__head p{margin:0;color:#777;font-size:13px;letter-spacing:0;line-height:20px}
.hm-register-page__head a{color:#777}.hm-register-page__head span{display:inline-block;margin:0 11px;color:#b5b5b5}
.register.hm-register-card{width:1280px;max-width:100%;margin:0 auto;padding:30px 42px 34px;border:0;border-radius:0;background:#fff;box-sizing:border-box}
.hm-register-page--modify .register.hm-register-card{width:auto;max-width:none;min-height:470px;margin:0;padding:30px 42px 34px;border:1px solid #dedede;box-sizing:border-box}
#fregisterform{margin:0}#fregisterform #register_form{margin:0;background:#fff}
#fregisterform .register_form_inner{margin:0;padding:0;border:0;border-bottom:1px solid #dedede;border-radius:0;background:#fff}
#fregisterform .register_form_inner + .register_form_inner{margin-top:26px;border:1px solid #dedede}
#fregisterform .register_form_inner h2{margin:0;padding:17px 20px;border-bottom:1px solid #dedede;color:#222;font-size:17px;font-weight:500;letter-spacing:0;line-height:1.4}
#fregisterform .register_form_inner ul{margin:0;padding:22px 20px;list-style:none}
#fregisterform .register_form_inner li{margin:0 0 18px}#fregisterform .register_form_inner li:last-child{margin-bottom:0}
#fregisterform .register_form_inner label{margin:0 0 8px;color:#333;font-size:15px;font-weight:500;letter-spacing:0;line-height:1.4}
#fregisterform .frm_input,#fregisterform textarea{height:42px;padding:0 12px;border:1px solid #dedede;border-radius:0;background:#fff;color:#222;font-size:15px;letter-spacing:0;box-sizing:border-box}
#fregisterform textarea{height:110px;padding:12px;line-height:1.5}#fregisterform .full_input,#fregisterform .frm_address{width:100%}
#fregisterform #reg_mb_name,#fregisterform #reg_mb_tel,#fregisterform #reg_mb_hp{width:200px}
#fregisterform #reg_mb_email{width:300px}
#fregisterform #reg_mb_zip{width:120px}
#fregisterform #reg_mb_addr1,#fregisterform #reg_mb_addr2,#fregisterform #reg_mb_addr3{width:500px}
#fregisterform .half_input{display:inline-block;width:calc(50% - 7px);vertical-align:top}#fregisterform .half_input.margin_input{margin-right:10px}
#fregisterform .btn_frmline{height:42px;margin:0;padding:0 14px;border:1px solid #222;border-radius:0;background:#fff;color:#222;font-size:15px;font-weight:400;letter-spacing:0;line-height:40px}
#fregisterform .btn_confirm{display:flex;justify-content:center;gap:10px;margin:28px 0 0;text-align:center}
#fregisterform .btn_confirm .btn_submit,#fregisterform .btn_confirm .btn_cancel,#fregisterform .btn_confirm .btn_close{float:none;width:144px;height:44px;margin:0;padding:0;border:1px solid #222;border-radius:0;background:#222;color:#fff;font-size:15px;font-weight:500;letter-spacing:0;line-height:42px;text-align:center;box-sizing:border-box}
#fregisterform .btn_confirm .btn_cancel,#fregisterform .btn_confirm .btn_close{background:#fff;color:#222}

/* Registration agreement: keep the reading area compact and consistent. */
.hm-register-agreement-page{width:1000px;max-width:calc(100% - 40px)}
.hm-register-agreement-page .register.hm-register-card{width:100%;max-width:none;font-size:15px}
.hm-register-agreement-page .hm-register-card__login,
.hm-register-agreement-page #fregister.hm-register-form .hm-register-form__notice,
.hm-register-agreement-page #fregister.hm-register-form .hm-register-consent h2,
.hm-register-agreement-page #fregister.hm-register-form textarea,
.hm-register-agreement-page #fregister.hm-register-form .fregister_agree label,
.hm-register-agreement-page #fregister.hm-register-form .hm-register-table-wrap table,
.hm-register-agreement-page #fregister.hm-register-form #fregister_chkall label,
.hm-register-agreement-page #fregister.hm-register-form .btn_confirm .btn_close,
.hm-register-agreement-page #fregister.hm-register-form .btn_confirm .btn_submit{font-size:15px}
.hm-register-agreement-page #fregister.hm-register-form .btn_confirm{justify-content:center;text-align:center}

/* Registration form: use the same compact reading width as the agreement step. */
.hm-register-form-page:not(.hm-register-page--modify) #fregisterform{font-size:15px}
.hm-register-form-page:not(.hm-register-page--modify) .hm-field-required{display:inline-block;margin-left:3px;color:#e53935;font-size:16px;font-weight:500;line-height:1}
@media (min-width:769px){
    .hm-register-form-page:not(.hm-register-page--modify){width:1000px;max-width:calc(100% - 40px)}
    .hm-register-form-page:not(.hm-register-page--modify) .register.hm-register-card{width:100%;max-width:none}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform{width:800px;max-width:100%;margin:0 auto}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .register_form_inner{width:100%;max-width:none;margin-right:auto;margin-left:auto}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields{display:grid;grid-template-columns:1fr;gap:20px;padding:24px;box-sizing:border-box}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields .hm-register-field{display:grid;grid-template-columns:170px minmax(0,1fr);align-items:start;column-gap:20px;width:auto;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields .hm-register-field>label{margin:0;padding:12px 0 0;color:#222;line-height:18px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields .frm_input{display:block;width:100%!important;max-width:none}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-field--certification{display:block}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #msg_mb_id,
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #msg_mb_nick{grid-column:2}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-address-fields{display:grid;gap:8px;min-width:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-address-zip{display:flex;gap:8px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #reg_mb_zip{flex:0 0 160px;width:160px!important;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-address-zip .btn_frmline{flex:0 0 auto;background:#222;color:#fff}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .frm_input{transition:border-color .15s ease,box-shadow .15s ease}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .frm_input:focus{outline:0;border-color:#222;box-shadow:0 0 0 2px rgba(0,0,0,.05)}
}

/* Match the storefront title bar used by category, cart, and login pages. */
.hm-register-page__title{position:relative;width:100%;height:75px;margin:22px 0 22px;padding:0;border-bottom:0;background:#fff;color:#111;box-sizing:border-box;text-align:center}
.hm-register-page__title h1{position:absolute;left:50%;top:18px;max-width:52%;height:38px;margin:0;overflow:visible;color:#111;font-size:36px;font-weight:400;letter-spacing:0;line-height:38px;text-align:center;transform:translateX(-50%);white-space:nowrap}
.hm-register-page__title p{position:absolute;right:8px;top:auto;bottom:19px;margin:0;color:#111;font-size:15px;font-weight:400;letter-spacing:0;line-height:20px;white-space:nowrap}
.hm-register-page__title p a{color:inherit;text-decoration:none}.hm-register-page__title p span{display:inline-block;margin:0 10px;color:#777}

/* Registration completion aligned with the storefront membership flow. */
#reg_result.hm-register-result{width:760px;max-width:calc(100% - 40px);margin:0 auto 80px;padding:0;border:0;border-radius:0;background:transparent;color:#222;text-align:left;box-sizing:border-box}
#reg_result.hm-register-result .hm-register-result__body{padding:38px 42px;border:1px solid #dedede;background:#fff}
#reg_result.hm-register-result h2{margin:0;color:#222;font-size:26px;font-weight:400;letter-spacing:0;line-height:1.35;text-align:center}
#reg_result.hm-register-result h2 strong{color:#e53935;font-weight:600}
#reg_result.hm-register-result .hm-register-result__welcome{margin:24px 0 0;color:#222;font-size:16px;font-weight:500;letter-spacing:0;line-height:1.55;text-align:center}
#reg_result.hm-register-result .hm-register-result__welcome strong{color:#111;font-weight:600}
#reg_result.hm-register-result .result_txt{margin:22px 0 0;padding:20px 0 0;border-top:1px solid #dedede;color:#555;font-size:14px;letter-spacing:0;line-height:1.7;text-align:left}
#reg_result.hm-register-result #result_email{display:grid;grid-template-columns:130px 1fr;gap:0;margin:18px 0 0;padding:0;border:1px solid #dedede;background:#fff;color:#333;font-size:14px;line-height:1.5}
#reg_result.hm-register-result #result_email span,#reg_result.hm-register-result #result_email strong{width:auto;margin:0;padding:12px 14px;border-bottom:1px solid #eee;box-sizing:border-box}
#reg_result.hm-register-result #result_email span:nth-last-of-type(1),#reg_result.hm-register-result #result_email strong:last-child{border-bottom:0}
#reg_result.hm-register-result #result_email span{background:#fafafa;color:#555;font-weight:400}
#reg_result.hm-register-result #result_email strong{color:#111;font-size:14px;font-weight:500}
#reg_result.hm-register-result .hm-register-result__notice{margin:22px 0 0;padding:20px 0 0;border-top:1px solid #dedede}
#reg_result.hm-register-result .hm-register-result__notice p{margin:0 0 8px;color:#555;font-size:14px;letter-spacing:0;line-height:1.65}
#reg_result.hm-register-result .hm-register-result__notice p:last-child{margin-bottom:0}
#reg_result.hm-register-result .btn_confirm{display:flex;justify-content:center;margin:24px 0 0;padding:0;text-align:initial}
#reg_result.hm-register-result .btn_confirm .btn_submit{display:block;width:164px;height:44px;margin:0;padding:0;border:1px solid #222;border-radius:0;background:#222;color:#fff;font-size:14px;font-weight:500;letter-spacing:0;line-height:42px;text-align:center;box-sizing:border-box}

/* Member password confirmation follows the shared member-page title and panel layout. */
.hm-member-confirm-page{padding-bottom:80px}
#mb_confirm.hm-member-confirm-card{width:auto;max-width:none;min-height:470px;margin:0;padding:20px;border:1px solid #dedede;background:#fff;color:#222;text-align:left;box-sizing:border-box}
#mb_confirm.hm-member-confirm-card .hm-member-confirm-card__intro{padding:0 0 20px;border-bottom:0}
#mb_confirm.hm-member-confirm-card h2{margin:0;padding:0 0 20px;border-bottom:1px solid #e5e5e5;color:#222;font-size:22px;font-weight:400;letter-spacing:0;line-height:1.4;text-align:center}
#mb_confirm.hm-member-confirm-card p{margin:18px 0 0;padding:0;border:0;background:transparent;color:#555;font-size:15px;letter-spacing:0;line-height:1.65}
#mb_confirm.hm-member-confirm-card p strong{display:block;margin:0 0 4px;color:#111;font-size:15px;font-weight:500}
#mb_confirm.hm-member-confirm-card form{margin:0}
#mb_confirm.hm-member-confirm-card fieldset{display:block;margin:0;padding:24px 0 34px;border:0;text-align:left}
#mb_confirm.hm-member-confirm-card .hm-member-confirm-card__account{display:grid;grid-template-columns:130px 1fr;align-items:center;border:1px solid #dedede;border-bottom:0}
#mb_confirm.hm-member-confirm-card .confirm_id,#mb_confirm.hm-member-confirm-card #mb_confirm_id{display:block;margin:0;padding:12px 20px;font-size:15px;letter-spacing:0;line-height:1.5;box-sizing:border-box}
#mb_confirm.hm-member-confirm-card .confirm_id{background:#fafafa;color:#111}
#mb_confirm.hm-member-confirm-card #mb_confirm_id{color:#111;font-weight:500}
#mb_confirm.hm-member-confirm-card .hm-member-confirm-card__password{display:grid;grid-template-columns:130px 1fr;align-items:center;border:1px solid #dedede}
#mb_confirm.hm-member-confirm-card .hm-member-confirm-card__password label{margin:0;padding:12px 20px;background:#fafafa;color:#111;font-size:15px;font-weight:400;letter-spacing:0;line-height:1.5}
#mb_confirm.hm-member-confirm-card #confirm_mb_password{width:200px;height:40px;margin:0 0 0 20px;padding:0 12px;border:1px solid #dedede;background:#fff;color:#111;font-size:15px;letter-spacing:0;box-sizing:border-box}
#mb_confirm.hm-member-confirm-card #confirm_mb_password::placeholder{color:#111;opacity:1}
#mb_confirm.hm-member-confirm-card .btn_submit{display:block;width:164px;height:44px;margin:24px auto 0;padding:0;border:1px solid #222;border-radius:0;background:#222;color:#fff;font-size:15px;font-weight:500;letter-spacing:0;line-height:42px;text-align:center;box-sizing:border-box}

/* Point history follows the shared membership page title and panel layout. */
#point.hm-point-page{width:1280px;max-width:calc(100% - 40px);margin:0 auto 80px;padding:0;background:transparent;color:#222;text-align:left;box-sizing:border-box}
#point.hm-point-page .hm-point-page__title{display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto;margin:0 0 30px;padding:40px 0 20px;border-bottom:0;text-align:center;box-sizing:border-box}
#point.hm-point-page .hm-point-page__title h1{margin:0;padding:0;border:0;color:#111;font-size:36px;font-weight:400;letter-spacing:0;line-height:38px;text-align:center}
#point.hm-point-page .hm-point-page__title p{margin:10px 0 0;color:#777;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.55;text-align:center}
#point.hm-point-page .hm-point-page__panel{min-height:470px;border:1px solid #dedede;background:#fff;box-sizing:border-box}
#memo_list.hm-memo-page .new_win_con2{min-height:470px;padding:15px;border:1px solid #dedede;background:#fff;box-sizing:border-box}
#memo_list.hm-memo-page .hm-memo-page__summary{display:flex;align-items:center;height:50px;margin:0;padding:0 20px;border-top:1px solid #dedede;background:#fafafa;color:#111;font-size:15px;font-weight:400;line-height:1.4;box-sizing:border-box}
#memo_list.hm-memo-page .win_ul{display:flex;height:50px;margin:0;padding:0 20px;border-top:1px solid #dedede;border-bottom:0;box-sizing:border-box}
#memo_list.hm-memo-page .win_ul li{height:50px}
#memo_list.hm-memo-page .win_ul a{display:flex;align-items:center;height:50px;padding:0 17px;box-sizing:border-box}
#memo_list.hm-memo-page .win_ul li:first-child a{padding-left:0}
#memo_list.hm-memo-page .win_ul .selected a{border-bottom:0}
#memo_list.hm-memo-page .memo_list{margin:0;border-top:0}
#memo_list.hm-memo-page .memo_list li.empty_table{display:flex;align-items:center;height:50px;padding:0 20px;border-top:1px solid #dedede;color:#111;box-sizing:border-box}
#memo_list.hm-memo-page .memo_list li.empty_table:after{display:none}
#memo_list.hm-memo-page .win_desc{display:flex;align-items:center;height:50px;margin:0;padding:0 20px;border-top:1px solid #dedede;color:#777;font-size:14px;line-height:1.55;box-sizing:border-box}
#memo_list.hm-memo-page .win_desc i{flex:0 0 auto;margin-right:8px;color:inherit;font-size:15px;line-height:1;text-align:center}

@media (min-width:901px){
    #memo_list.hm-memo-page .hm-memo-page__summary,
    #memo_list.hm-memo-page .win_ul,
    #memo_list.hm-memo-page .win_ul li,
    #memo_list.hm-memo-page .win_ul a,
    #memo_list.hm-memo-page .memo_list li.empty_table,
    #memo_list.hm-memo-page .win_desc{height:56px}
    #memo_list.hm-memo-page .hm-memo-list__cell-text{
        display:inline-block;
        max-width:100%;
        line-height:22.5px;
    }
    #memo_list.hm-memo-page .hm-memo-page__summary .hm-memo-list__cell-text,
    #memo_list.hm-memo-page .win_desc .hm-memo-list__cell-text{transform:translateY(-.5px)}
    #memo_list.hm-memo-page .memo_list li:not(.empty_table){height:56px;padding:5px 15px;box-sizing:border-box}
    #memo_list.hm-memo-page .memo_list .memo_li.memo_name{height:46px;padding-top:1px;line-height:20px;box-sizing:border-box}
    #memo_list.hm-memo-page .memo_list .memo_datetime{line-height:20px}
    #memo_list.hm-memo-page .memo_list .memo_preview a{overflow:hidden;height:22px;margin-right:30px;padding-top:2px;line-height:20px;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}
    #memo_list.hm-memo-page .memo_list .memo_del{top:7px}
}

#memo_write.hm-memo-write-page .hm-memo-page__title{display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto;margin:0 0 20px;padding:40px 0 0;border:0;color:#111;text-align:center;box-sizing:border-box}
#memo_write.hm-memo-write-page .hm-memo-page__title h1{margin:0;color:#111;font-size:36px;font-weight:400;line-height:38px}
#memo_write.hm-memo-write-page .hm-memo-page__title p{margin:10px 0 0;color:#777;font-size:14px;font-weight:400;line-height:1.55}
#memo_write.hm-memo-write-page .new_win_con2{min-height:470px;padding:15px;border:1px solid #dedede;background:#fff;box-sizing:border-box}
#memo_write.hm-memo-write-page .hm-memo-page__summary{display:flex;align-items:center;height:50px;margin:0;padding:0 15px;border-top:1px solid #dedede;background:#fafafa;color:#111;font-size:15px;font-weight:400;line-height:1.4;box-sizing:border-box}
#memo_write.hm-memo-write-page .win_ul{display:flex;height:50px;margin:0;padding:0 15px;border-top:1px solid #dedede;border-bottom:0;box-sizing:border-box}
#memo_write.hm-memo-write-page .win_ul li,#memo_write.hm-memo-write-page .win_ul a{height:50px}
#memo_write.hm-memo-write-page .win_ul a{display:flex;align-items:center;padding:0 17px;box-sizing:border-box}
#memo_write.hm-memo-write-page .win_ul li:first-child a{padding-left:0}
#memo_write.hm-memo-write-page .win_ul .selected a{border-bottom:0}
#memo_write.hm-memo-write-page .form_01{margin:0;padding:20px;border-top:1px solid #dedede}
#memo_write.hm-memo-write-page .form_01 li{margin:0 0 20px}
#memo_write.hm-memo-write-page .form_01 li:last-child{margin-bottom:0}
#memo_write.hm-memo-write-page .frm_input,#memo_write.hm-memo-write-page textarea{font-size:15px}
#memo_write.hm-memo-write-page .frm_input{height:40px;padding:0 12px;line-height:38px}
#memo_write.hm-memo-write-page .full_input{display:block;width:200px;max-width:100%}
#memo_write.hm-memo-write-page .frm_info{display:block;margin-top:6px;line-height:1.5}
#memo_write.hm-memo-write-page .form_01 li:first-child .full_input{display:inline-block;vertical-align:middle}
#memo_write.hm-memo-write-page .form_01 li:first-child .frm_info{display:inline;margin:0 0 0 10px;line-height:40px}
#memo_write.hm-memo-write-page .form_01 li:first-child br{display:none}
#memo_write.hm-memo-write-page #captcha{display:block;width:100%;margin:0;padding:0;border:0;white-space:nowrap;box-sizing:border-box}
#memo_write.hm-memo-write-page #captcha #captcha_img{display:inline-block;margin:0;vertical-align:middle}
#memo_write.hm-memo-write-page #captcha #captcha_key{width:200px;height:40px;padding:0 12px;border:1px solid #dedede;border-radius:0;line-height:38px;font-size:15px;box-sizing:border-box}
#memo_write.hm-memo-write-page #captcha #captcha_key{display:inline-block;margin:0 0 0 8px;vertical-align:middle}
#memo_write.hm-memo-write-page #captcha #captcha_mp3,#memo_write.hm-memo-write-page #captcha #captcha_reload{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;height:42px;margin:0 0 0 8px;padding:0 18px;border:1px solid #222;border-radius:0;background:#fff!important;color:#111;font-size:15px;font-weight:400;line-height:40px;text-indent:0;vertical-align:middle;box-sizing:border-box;overflow:visible}
#memo_write.hm-memo-write-page #captcha #captcha_mp3 span,#memo_write.hm-memo-write-page #captcha #captcha_reload span{display:none}
#memo_write.hm-memo-write-page #captcha #captcha_info{display:inline-block;width:auto!important;margin:0 0 0 16px;line-height:1.5;vertical-align:middle;white-space:nowrap}
#fregisterform .is_captcha_use{margin:0}
#fregisterform #captcha{display:block;width:100%;margin:0;padding:0;border:0;white-space:nowrap;box-sizing:border-box}
#fregisterform #captcha #captcha_img{display:inline-block;margin:0;vertical-align:middle}
#fregisterform #captcha #captcha_key{display:inline-block;width:200px;height:40px;margin:0 0 0 8px;padding:0 12px;border:1px solid #dedede;border-radius:0;font-size:15px;line-height:38px;vertical-align:middle;box-sizing:border-box}
#fregisterform #captcha #captcha_mp3,#fregisterform #captcha #captcha_reload{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;height:42px;margin:0 0 0 8px;padding:0 18px;border:1px solid #222;border-radius:0;background:#fff!important;color:#111;font-size:15px;font-weight:400;line-height:40px;text-indent:0;vertical-align:middle;box-sizing:border-box;overflow:visible}
#fregisterform #captcha #captcha_mp3 span,#fregisterform #captcha #captcha_reload span{display:none}
#fregisterform #captcha #captcha_info{display:inline-block;width:auto!important;margin:0 0 0 16px;line-height:1.5;vertical-align:middle;white-space:nowrap}
#memo_write.hm-memo-write-page .win_btn{display:flex;justify-content:center;gap:8px;margin:0;padding:0 20px 20px;text-align:center}
#memo_write.hm-memo-write-page .win_btn .btn_close{display:inline-flex;align-items:center;justify-content:center;height:42px;margin:0;padding:0 22px;border:1px solid #222;background:#fff;color:#111;font-size:15px;box-sizing:border-box}
#point.hm-point-page .hm-point-page__intro{padding:34px 42px 24px;border-bottom:1px solid #dedede}
#point.hm-point-page .hm-point-page__intro h2{margin:0;color:#222;font-size:22px;font-weight:400;letter-spacing:0;line-height:1.4}
#point.hm-point-page .hm-point-page__intro p{margin:10px 0 0;padding:0;border:0;background:transparent;color:#777;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.55}
#point.hm-point-page .hm-point-balance{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;height:50px;padding:0 42px;border-bottom:1px solid #dedede;background:#fafafa;box-sizing:border-box}
#point.hm-point-page .hm-point-balance>span{color:#111;font-size:15px;letter-spacing:0;line-height:20px}
#point.hm-point-page .hm-point-balance strong{justify-self:end;color:#e53935;font-size:15px;font-weight:600;letter-spacing:0;line-height:20px;text-align:right}
#point.hm-point-page .hm-point-balance small{margin-left:2px;font-size:inherit;font-weight:inherit;line-height:inherit;vertical-align:baseline}
#point.hm-point-page .point_list{margin:0;padding:0;border:0;list-style:none}
#point.hm-point-page .point_list .hm-point-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;height:50px;margin:0;padding:0 42px;border:0;border-bottom:1px solid #dedede;background:#fff;list-style:none;box-sizing:border-box}
#point.hm-point-page .point_list .hm-point-entry.point_use{background:#fff}
#point.hm-point-page .point_top{display:flex;align-items:center;min-width:0;height:49px;margin:0;line-height:20px}
#point.hm-point-page .point_tit{display:inline-block;float:none;overflow:hidden;max-width:calc(100% - 210px);color:#111;font-size:15px;font-weight:500;letter-spacing:0;line-height:20px;text-overflow:ellipsis;white-space:nowrap}
#point.hm-point-page .point_date1,#point.hm-point-page .point_date{display:inline-block;float:none;margin:0 0 0 9px;color:#111;font-size:15px;font-weight:400;letter-spacing:0;line-height:20px}
#point.hm-point-page .point_date.txt_expired{color:#e53935}
#point.hm-point-page .point_num{position:static;right:auto;top:auto;float:none;justify-self:end;color:#222;font-size:15px;font-weight:600;letter-spacing:0;line-height:20px;text-align:right;white-space:nowrap}
#point.hm-point-page .point_use .point_num{color:#e53935}
#point.hm-point-page .hm-point-empty{display:flex!important;align-items:center;justify-content:center;min-height:140px;margin:0!important;padding:30px 20px!important;border:0!important;background:#fff!important;color:#777;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.45;text-align:center}
#point.hm-point-page .point_status{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;margin:0;padding:17px 42px;border:0;background:#fafafa;color:#555;font-size:14px;font-weight:400;letter-spacing:0;line-height:1.45}
#point.hm-point-page .point_status span{float:none;margin:0}
#point.hm-point-page .point_status strong{display:flex;justify-self:end;gap:12px;margin:0;color:#222;font-size:14px;font-weight:600;letter-spacing:0;line-height:1.25;text-align:right}
#point.hm-point-page .point_status em{font-style:normal}
#point.hm-point-page .point_status .hm-point-summary--earned{color:#222!important}
#point.hm-point-page .point_status .hm-point-summary--used{color:#e53935!important}
#point.hm-point-page .pg_wrap{margin-top:26px;text-align:center}

@media (max-width:768px){
    #point.hm-point-page{width:auto;max-width:none;margin:0 15px 48px}
    #point.hm-point-page .hm-point-page__panel,#memo_list.hm-memo-page .new_win_con2,#memo_write.hm-memo-write-page .new_win_con2{min-height:0}
    #mb_confirm.hm-member-confirm-card{min-height:0;padding:20px}
    #mb_confirm.hm-member-confirm-card .hm-member-confirm-card__intro{padding:0 0 20px}
    #mb_confirm.hm-member-confirm-card fieldset{padding:20px 0 24px}
    #mb_confirm.hm-member-confirm-card .hm-member-confirm-card__account,#mb_confirm.hm-member-confirm-card .hm-member-confirm-card__password{grid-template-columns:1fr}
    #mb_confirm.hm-member-confirm-card .confirm_id,#mb_confirm.hm-member-confirm-card .hm-member-confirm-card__password label{padding:10px 12px;border-bottom:1px solid #dedede}
    #mb_confirm.hm-member-confirm-card #confirm_mb_password{width:100%;margin-left:0}
    .hm-register-page{max-width:none;margin-left:15px;margin-right:15px}
    .hm-register-page--modify .register.hm-register-card{min-height:0;padding:15px}
    #fregisterform .register_form_inner + .register_form_inner{margin-top:15px}
    #fregisterform .register_form_inner h2,#fregisterform .register_form_inner ul{padding:15px}
    #fregisterform #reg_mb_name,#fregisterform #reg_mb_tel,#fregisterform #reg_mb_hp,#fregisterform #reg_mb_email,#fregisterform #reg_mb_addr1,#fregisterform #reg_mb_addr2,#fregisterform #reg_mb_addr3{width:100%}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields{display:grid;grid-template-columns:1fr;gap:18px;padding:15px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields .hm-register-field{display:block;width:auto;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields .hm-register-field>label{display:block;margin:0 0 8px;padding:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields .frm_input{display:block;width:100%!important;max-width:none}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-address-fields{display:grid;gap:8px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-address-zip{display:flex;gap:8px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #reg_mb_zip{flex:0 0 112px;width:112px!important;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-address-zip .btn_frmline{flex:0 0 auto;background:#222;color:#fff}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #captcha{display:flex;flex-wrap:wrap;align-items:center;gap:8px;white-space:normal}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #captcha #captcha_img{flex:0 0 auto;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #captcha #captcha_key{flex:1 1 120px;width:auto;margin:0;min-width:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #captcha #captcha_mp3,.hm-register-form-page:not(.hm-register-page--modify) #fregisterform #captcha #captcha_reload{margin:0;padding-right:12px;padding-left:12px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #captcha #captcha_info{flex:1 0 100%;margin:0;white-space:normal}
    #point.hm-point-page .hm-point-page__title{height:auto;min-height:0;margin-bottom:30px;padding:40px 0 20px}
    #point.hm-point-page .hm-point-page__title h1{font-size:23px;line-height:32px}
    #point.hm-point-page .hm-point-page__title p{margin-top:8px;font-size:13px;line-height:1.55}
    #point.hm-point-page .hm-point-page__intro{padding:24px 20px 20px}
    #point.hm-point-page .hm-point-page__intro h2{font-size:18px}
    #point.hm-point-page .hm-point-page__intro p{margin-top:8px;font-size:13px;line-height:1.55}
    #point.hm-point-page .hm-point-balance{padding:18px 20px}
    #point.hm-point-page .hm-point-balance>span{font-size:13px}
    #point.hm-point-page .hm-point-balance strong{font-size:14px}
    #point.hm-point-page .hm-point-balance small{font-size:inherit}
    #point.hm-point-page .point_list .hm-point-entry{gap:14px;padding:18px 20px}
    #point.hm-point-page .point_tit{font-size:14px}
    #point.hm-point-page .point_date1,#point.hm-point-page .point_date{margin-top:5px;font-size:11px}
    #point.hm-point-page .point_num{font-size:14px}
    #point.hm-point-page .hm-point-empty{min-height:128px}
    #point.hm-point-page .point_status{padding:15px 20px;font-size:13px}
    #point.hm-point-page .point_status strong{gap:9px;font-size:14px}
    #point.hm-point-page .pg_wrap{margin-top:20px}
    #memo_write.hm-memo-write-page .hm-memo-page__title{margin-bottom:20px;padding:40px 0 0}
    #memo_write.hm-memo-write-page .hm-memo-page__title h1{font-size:23px;line-height:32px}
    #memo_write.hm-memo-write-page .hm-memo-page__title p{margin-top:8px;font-size:13px;line-height:1.55}
    #memo_write.hm-memo-write-page .win_ul{padding:0 12px}
    #memo_write.hm-memo-write-page .win_ul a{padding:0 11px;font-size:12px}
    #memo_write.hm-memo-write-page .form_01{padding:16px}
}

.hm-register-page__title,#point.hm-point-page .hm-point-page__title,#memo_list.hm-memo-page .hm-memo-page__title{margin-bottom:20px;padding-bottom:0}

@media (min-width:769px){
    #mb_confirm,#point,#memo_list,#memo_write,#memo_view,#reg_result.hm-register-result,.hm-register-page{margin-bottom:0}
    .hm-register-page__title{margin-bottom:21px}
}

/* Shared 15px content inset for desktop and mobile account-member panels. */
.register.hm-register-card,.hm-register-page--modify .register.hm-register-card{padding:15px}
#fregisterform .register_form_inner + .register_form_inner{margin-top:15px}
#fregisterform .register_form_inner h2,#fregisterform .register_form_inner ul{padding:15px}
#mb_confirm.hm-member-confirm-card{padding:15px}
#mb_confirm.hm-member-confirm-card .confirm_id,#mb_confirm.hm-member-confirm-card #mb_confirm_id,#mb_confirm.hm-member-confirm-card .hm-member-confirm-card__password label{padding-right:15px;padding-left:15px}
#mb_confirm.hm-member-confirm-card #confirm_mb_password{margin-left:15px}
#memo_list.hm-memo-page .hm-memo-page__summary,#memo_list.hm-memo-page .win_ul,#memo_list.hm-memo-page .memo_list li.empty_table,#memo_list.hm-memo-page .win_desc{padding-right:15px;padding-left:15px}
#memo_write.hm-memo-write-page .form_01,#memo_write.hm-memo-write-page .win_btn{padding:15px}
#point.hm-point-page .hm-point-page__intro{padding:15px}
#point.hm-point-page .hm-point-balance,#point.hm-point-page .point_list .hm-point-entry{padding-right:15px;padding-left:15px}
#point.hm-point-page .point_status{padding:15px}

/* GNU point history structure: balance, individual entries, then earned/use subtotal. */
#point.hm-point-page .hm-point-page__panel{padding:15px}
#point.hm-point-page .hm-point-balance{height:50px;padding:0 15px}
#point.hm-point-page .point_list .hm-point-entry{display:block;height:auto;min-height:76px;padding:13px 15px}
#point.hm-point-page .point_top{display:flex;align-items:center;justify-content:space-between;gap:16px;height:auto;min-width:0;margin:0;line-height:20px}
#point.hm-point-page .point_tit{display:block;max-width:none;min-width:0;flex:1 1 auto}
#point.hm-point-page .point_num{display:block;flex:0 0 auto;margin:0;color:#3a8afd;font-size:15px;font-weight:600;line-height:20px;text-align:right}
#point.hm-point-page .point_use .point_num{color:#e53935}
#point.hm-point-page .point_date1,#point.hm-point-page .point_date{display:inline-block;margin:6px 9px 0 0;color:#777;font-size:13px;font-weight:400;line-height:18px}
#point.hm-point-page .point_status{min-height:50px;padding:15px;background:#fafafa}

@media (max-width:768px){
    #point.hm-point-page .hm-point-page__panel{padding:15px}
    #point.hm-point-page .hm-point-balance{padding:0 15px}
    #point.hm-point-page .point_list .hm-point-entry{min-height:72px;padding:12px 15px}
    #point.hm-point-page .point_top{gap:12px}
    #point.hm-point-page .point_tit,#point.hm-point-page .point_num{font-size:14px}
    #point.hm-point-page .point_date1,#point.hm-point-page .point_date{margin-top:5px;font-size:12px;line-height:17px}
    #point.hm-point-page .point_status{min-height:48px;padding:14px 15px}
}

/* Point history table follows the GNU account-history columns. */
#point.hm-point-page .hm-point-history__balance{display:flex;align-items:center;justify-content:center;gap:4px;height:auto;margin:0;padding:0 0 15px;border-bottom:1px solid #333;color:#222;font-size:20px;font-weight:400;line-height:24px}
#point.hm-point-page .hm-point-history__balance strong{color:#111;font-size:20px;font-weight:700;line-height:24px}
#point.hm-point-page .hm-point-history__balance small{margin-left:2px;font:inherit}
#point.hm-point-page .hm-point-history__table-wrap{width:100%;overflow:hidden}
#point.hm-point-page .hm-point-history{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}
#point.hm-point-page .hm-point-history__content{width:30%}
#point.hm-point-page .hm-point-history__order{width:20%}
#point.hm-point-page .hm-point-history__date{width:23%}
#point.hm-point-page .hm-point-history__expire{width:12%}
#point.hm-point-page .hm-point-history__amount{width:15%}
#point.hm-point-page .hm-point-history thead th{height:57px;padding:0 12px;border-bottom:1px solid #cfd4da;color:#111;font-size:15px;font-weight:400;line-height:1.4;text-align:center;vertical-align:middle}
#point.hm-point-page .hm-point-history tbody td{height:52px;padding:0 15px;border-bottom:1px solid #cfd4da;border-left:1px solid #f1f2f4;color:#111;font-size:15px;font-weight:400;line-height:1.4;text-align:center;vertical-align:middle;word-break:break-all}
#point.hm-point-page .hm-point-history tbody td:first-child{border-left:0;text-align:left}
#point.hm-point-page .hm-point-history tbody .hm-point-history__amount{font-weight:700;text-align:right;white-space:nowrap}
#point.hm-point-page .hm-point-history tbody .hm-point-history__amount--use{color:#111}
#point.hm-point-page .hm-point-history__empty td{height:140px!important;padding:20px!important;border-left:0!important;color:#111!important;text-align:center!important}

@media (min-width:901px){
    #point.hm-point-page .hm-point-history thead th,
    #point.hm-point-page .hm-point-history tbody td{
        height:56px;
        padding-top:0;
        padding-bottom:0;
        box-sizing:border-box;
    }
    #point.hm-point-page .hm-point-history thead th{border-top:1px solid #cfd4da}
    #point.hm-point-page .hm-point-history__cell-text{
        display:inline-block;
        max-width:100%;
        line-height:22.5px;
    }
    #point.hm-point-page .hm-point-history tbody tr:first-child .hm-point-history__cell-text{transform:translateY(.25px)}
    #point.hm-point-page .hm-point-history__empty td{height:56px!important;padding:0!important}
}

@media (max-width:768px){
    #point.hm-point-page .hm-point-history__balance{height:auto;margin:0;padding-bottom:15px;font-size:20px;line-height:24px}
    #point.hm-point-page .hm-point-history__balance strong{font-size:20px;line-height:24px}
    #point.hm-point-page .hm-point-history colgroup,#point.hm-point-page .hm-point-history thead{display:none}
    #point.hm-point-page .hm-point-history,#point.hm-point-page .hm-point-history tbody,#point.hm-point-page .hm-point-history tr,#point.hm-point-page .hm-point-history td{display:block;width:100%!important;height:auto;box-sizing:border-box}
    #point.hm-point-page .hm-point-history tbody{display:flex;flex-direction:column;gap:10px;padding-top:10px}
    #point.hm-point-page .hm-point-history tr{display:grid;padding:12px 0;border-top:1px solid #cfd4da;border-bottom:1px solid #cfd4da;background:#fff}
    #point.hm-point-page .hm-point-history tbody td{display:grid;grid-template-columns:76px minmax(0,1fr);min-height:27px;padding:4px 0;border:0!important;color:#111;font-size:15px;line-height:21px;text-align:left!important}
    #point.hm-point-page .hm-point-history tbody td:before{color:#111;content:attr(data-label)}
    #point.hm-point-page .hm-point-history tbody .hm-point-history__content{padding-bottom:8px;border-bottom:1px solid #eee!important;font-weight:500}
    #point.hm-point-page .hm-point-history tbody .hm-point-history__amount{padding-top:8px;color:#111;text-align:left!important}
    #point.hm-point-page .hm-point-history tbody .hm-point-history__amount--use{color:#111}
    #point.hm-point-page .hm-point-history__empty{display:block!important;padding:0!important;border:0!important}
    #point.hm-point-page .hm-point-history__empty td{display:flex!important;align-items:center;justify-content:center;min-height:120px!important;padding:20px!important;border:1px solid #cfd4da!important;color:#111!important;text-align:center!important}
    #point.hm-point-page .hm-point-history__empty td:before{display:none}
}

/* Keep the registration details as a clean field list without a framed panel. */
.hm-register-form-page:not(.hm-register-page--modify) #fregisterform .register_form_inner.hm-register-personal-panel{margin-top:20px;border:0}

/* Match the captcha controls to the registration field layout. */
.hm-register-form-page:not(.hm-register-page--modify) #fregisterform .register_form_inner.hm-register-captcha-panel{margin-top:28px;border:0}
@media (min-width:769px){
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields--account{padding-bottom:43px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-panel{display:grid;grid-template-columns:170px minmax(0,1fr);align-items:start;column-gap:20px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-label{padding:12px 0 0;color:#222;font-size:15px;font-weight:500;line-height:18px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-body{min-width:0;padding:0 24px;box-sizing:border-box}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-body #captcha{display:grid;grid-template-columns:160px auto auto minmax(0,1fr);align-items:center;gap:8px;width:100%;white-space:normal}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-body #captcha #captcha_img{grid-column:1;grid-row:1;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-body #captcha #captcha_key{grid-column:2 / -1;grid-row:1;width:100%;min-width:0;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-body #captcha #captcha_mp3{grid-column:1;grid-row:2;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-body #captcha #captcha_reload{grid-column:2;grid-row:2;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-body #captcha #captcha_info{grid-column:3 / -1;grid-row:2;margin:0;white-space:normal}
}
@media (max-width:768px){
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-panel{display:block}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-label{margin:0 0 8px;color:#222;font-size:15px;font-weight:500;line-height:1.4}
}

@media (min-width:769px){
    body #point.hm-point-page .hm-point-page__title,body #memo_list.hm-memo-page .hm-memo-page__title,body #memo_write.hm-memo-write-page .hm-memo-page__title,.hm-member-confirm-page .hm-register-page__title,.hm-register-page--modify .hm-register-page__title{height:75px;margin:22px 0 21px;padding:0}
}

/* Keep registration labels and controls in two columns on narrow screens. */
@media (max-width:768px){
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields{display:grid;grid-template-columns:1fr;gap:16px;padding:18px 0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields .hm-register-field{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:start;column-gap:12px;width:auto;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields .hm-register-field>label{margin:0;padding:11px 0 0;color:#222;font-size:15px;font-weight:500;line-height:20px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-fields .frm_input{display:block;width:100%!important;max-width:none}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #msg_mb_id,
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #msg_mb_nick{grid-column:2}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-field--certification{display:block}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-address-fields{display:grid;gap:8px;min-width:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-address-zip{display:flex;gap:6px;min-width:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform #reg_mb_zip{flex:1 1 0;width:auto!important;min-width:0;margin:0}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-address-zip .btn_frmline{flex:0 0 auto;padding:0 9px;background:#222;color:#fff;font-size:13px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-panel{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:start;column-gap:12px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-label{margin:0;padding:11px 0 0;color:#222;font-size:15px;font-weight:500;line-height:20px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-captcha-body{min-width:0}
}

/* Profile editing uses the same label-and-control alignment as registration. */
@media (min-width:769px){
    .hm-register-page--modify #fregisterform .hm-register-fields{display:grid;grid-template-columns:1fr;gap:18px;padding:24px 15px;box-sizing:border-box}
    .hm-register-page--modify #fregisterform .hm-register-fields .hm-register-field{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:start;column-gap:20px;width:auto;margin:0}
    .hm-register-page--modify #fregisterform .hm-register-fields .hm-register-field>label{margin:0;padding:12px 0 0;color:#222;font-size:15px;font-weight:500;line-height:18px}
    .hm-register-page--modify #fregisterform .hm-register-fields .frm_input{display:block;width:100%!important;max-width:none}
    .hm-register-page--modify #fregisterform #msg_mb_id,
    .hm-register-page--modify #fregisterform #msg_mb_nick{grid-column:2}
    .hm-register-page--modify #fregisterform .hm-register-field--certification{display:block}
    .hm-register-page--modify #fregisterform .hm-register-address-fields{display:grid;gap:8px;min-width:0}
    .hm-register-page--modify #fregisterform .hm-register-address-zip{display:flex;gap:8px}
    .hm-register-page--modify #fregisterform #reg_mb_zip{flex:0 0 160px;width:160px!important;margin:0}
    .hm-register-page--modify #fregisterform .hm-register-address-zip .btn_frmline{flex:0 0 auto;background:#222;color:#fff}
}

/* Compact, centered member password confirmation panel. */
#mb_confirm.hm-member-confirm-card .hm-member-confirm-card__intro{padding:0}
#mb_confirm.hm-member-confirm-card h2{padding:30px 0}
#mb_confirm.hm-member-confirm-card p{margin:0;padding:18px 0;color:#333;font-size:16px;line-height:24px;text-align:center}
#mb_confirm.hm-member-confirm-card p strong{margin:0 0 4px;color:#333;font-size:16px;line-height:24px}
#mb_confirm.hm-member-confirm-card fieldset{padding:0 0 34px}
#mb_confirm.hm-member-confirm-card .hm-member-confirm-card__account,
#mb_confirm.hm-member-confirm-card .hm-member-confirm-card__password{width:460px;max-width:100%;min-height:54px;margin-right:auto;margin-left:auto}
#mb_confirm.hm-member-confirm-card #confirm_mb_password{width:calc(100% - 30px)}
@media (min-width:769px){
    #mb_confirm.hm-member-confirm-card #mb_confirm_id{padding-left:28px}
}

/* Registration member type selection and business registration handoff. */
.hm-register-agreement-page .hm-register-type{margin:0 0 24px;padding:0;border:0}
.hm-register-agreement-page .hm-register-type__title{margin:0 0 12px;color:#111;font-size:18px;font-weight:500;line-height:26px}
.hm-register-agreement-page .hm-register-type__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.hm-register-agreement-page .hm-register-type__option{position:relative;display:block;margin:0;cursor:pointer}
.hm-register-agreement-page .hm-register-type__option input{position:absolute;left:20px;top:50%;width:18px;height:18px;margin:-9px 0 0;accent-color:#111;z-index:1}
.hm-register-agreement-page .hm-register-type__option>span{display:flex;flex-direction:column;justify-content:center;min-height:78px;padding:14px 18px 14px 54px;border:1px solid #d8d8d8;background:#fff;box-sizing:border-box}
.hm-register-agreement-page .hm-register-type__option input:checked+span{border-color:#111;box-shadow:inset 0 0 0 1px #111}
.hm-register-agreement-page .hm-register-type__option strong{color:#111;font-size:16px;font-weight:500;line-height:23px}
.hm-register-agreement-page .hm-register-type__option small{margin-top:3px;color:#666;font-size:14px;font-weight:400;line-height:20px}
.hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-type-summary{display:grid;grid-template-columns:170px minmax(0,1fr) auto;align-items:center;min-height:52px;margin:0 0 20px;padding:0 24px;border-top:1px solid #111;border-bottom:1px solid #dedede;color:#222;font-size:15px;line-height:20px;box-sizing:border-box}
.hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-type-summary span{color:#555}
.hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-type-summary strong{font-weight:500}
.hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-type-summary a{color:#555;font-size:14px;text-decoration:underline;text-underline-offset:3px}
#reg_result.hm-register-result .hm-register-result__step{margin:0 0 10px;color:#555;font-size:14px;font-weight:500;line-height:20px;text-align:center}
#reg_result.hm-register-result .btn_confirm{gap:10px}
#reg_result.hm-register-result .btn_confirm .btn_close{display:block;width:164px;height:44px;margin:0;padding:0;border:1px solid #777;border-radius:0;background:#fff;color:#777;font-size:14px;font-weight:400;letter-spacing:0;line-height:42px;text-align:center;box-sizing:border-box}
#reg_result.hm-register-result .btn_confirm .btn_close+.btn_submit{margin-left:10px}

@media (max-width:768px){
    .hm-register-agreement-page .hm-register-type__options{grid-template-columns:1fr;gap:8px}
    .hm-register-agreement-page .hm-register-type__option>span{min-height:68px;padding:11px 12px 11px 48px}
    .hm-register-agreement-page .hm-register-type__option input{left:16px}
    .hm-register-form-page:not(.hm-register-page--modify) #fregisterform .hm-register-type-summary{grid-template-columns:92px minmax(0,1fr) auto;min-height:50px;padding:0 12px}
    #reg_result.hm-register-result .hm-register-result__body{padding:25px 20px}
    #reg_result.hm-register-result h2{font-size:20px;line-height:1.4}
    #reg_result.hm-register-result .hm-register-result__welcome{font-size:14px}
    #reg_result.hm-register-result .hm-register-result__notice p{font-size:13px;line-height:1.6}
    #reg_result.hm-register-result .btn_confirm .btn_close,#reg_result.hm-register-result .btn_confirm .btn_submit{width:148px}
    #reg_result.hm-register-result .btn_confirm .btn_close,#reg_result.hm-register-result .btn_confirm .btn_submit{height:40px;font-size:13px;line-height:38px}
    #reg_result.hm-register-result .btn_confirm .btn_close+.btn_submit{margin-left:8px}
}
@media (max-width:768px){
    #mb_confirm.hm-member-confirm-card .hm-member-confirm-card__account,
    #mb_confirm.hm-member-confirm-card .hm-member-confirm-card__password{grid-template-columns:100px minmax(0,1fr);width:260px}
    #mb_confirm.hm-member-confirm-card .confirm_id,
    #mb_confirm.hm-member-confirm-card .hm-member-confirm-card__password label{border-bottom:0;white-space:nowrap}
    #mb_confirm.hm-member-confirm-card #confirm_mb_password{width:100%}
}

/* Social sign-in buttons use a full-width, brand-clear layout. */
#mb_login.hm-login-page #sns_login{width:480px;max-width:calc(100% - 40px);margin:30px auto 0;padding:0;border:0;background:transparent;box-sizing:border-box}
#mb_login.hm-login-page #sns_login h3{position:static;height:auto;margin:0 0 12px;padding:0;overflow:visible;color:#111;font-size:16px;font-weight:500;line-height:20px;text-align:center}
#mb_login.hm-login-page #sns_login .sns-wrap{display:grid;grid-template-columns:1fr;gap:8px;margin:0!important}
#mb_login.hm-login-page #sns_login .sns-icon{position:relative;display:flex!important;float:none!important;align-items:center;justify-content:center;width:100%!important;height:54px;margin:0!important;padding:0!important;border:1px solid transparent;border-radius:6px;background-repeat:no-repeat;background-position:18px 50%!important;background-size:30px 30px;color:#fff;line-height:1;text-align:center;box-shadow:none;box-sizing:border-box;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
#mb_login.hm-login-page #sns_login .sns-naver{border-color:#1fc800;background-color:#1fc800}
#mb_login.hm-login-page #sns_login .sns-kakao{border-color:#ffeb00;background-color:#ffeb00;color:#3c1e1e}
#mb_login.hm-login-page #sns_login .txt{display:block;width:100%;padding:0!important;border-left:0!important;font-size:17px!important;font-weight:400;line-height:1;text-align:center!important}
#mb_login.hm-login-page #sns_login .sns-icon:hover{transform:translateY(-1px);box-shadow:0 5px 12px rgba(0,0,0,.12);filter:brightness(.98)}
#mb_login.hm-login-page #sns_login .sns-icon:focus-visible{outline:2px solid #111;outline-offset:3px}
@media (max-width:768px){
    #mb_login.hm-login-page #sns_login{width:auto;max-width:none;margin:16px 15px 0}
    #mb_login.hm-login-page #sns_login h3{margin-bottom:10px;font-size:15px}
    #mb_login.hm-login-page #sns_login .sns-icon{height:52px;background-position:16px 50%!important}
    #mb_login.hm-login-page #sns_login .txt{font-size:16px!important}
}

/* Social registration follows the login page's two full-size provider buttons. */
#fregister #sns_register{width:480px;max-width:100%;margin:0 auto 24px;padding:0;border:0;background:transparent;box-sizing:border-box;text-align:left}
#fregister #sns_register:after,#fregister #sns_register .sns-wrap:after{display:none}
#fregister #sns_register h2{display:none!important}
#fregister #sns_register .sns-wrap{display:grid!important;float:none!important;grid-template-columns:1fr;gap:8px;width:100%!important;height:auto!important;margin:0!important;padding:0!important;line-height:normal!important;text-align:left}
#fregister #sns_register .sns-icon{position:relative;display:flex!important;float:none!important;align-items:center;justify-content:center;width:100%!important;height:54px;margin:0!important;padding:0!important;border:1px solid transparent;border-radius:6px;background-repeat:no-repeat;background-position:18px 50%!important;background-size:30px 30px;color:#fff;line-height:1;text-align:center;text-decoration:none;box-sizing:border-box;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
#fregister #sns_register .sns-naver{border-color:#1fc800;background-color:#1fc800}
#fregister #sns_register .sns-kakao{border-color:#ffeb00;background-color:#ffeb00;color:#3c1e1e}
#fregister #sns_register .txt{position:static!important;display:block!important;width:100%;height:auto;margin:0;padding:0!important;overflow:visible;border-left:0!important;color:inherit;font-size:17px!important;font-weight:400;line-height:1;text-align:center!important}
#fregister #sns_register .sns-icon:hover{transform:translateY(-1px);box-shadow:0 5px 12px rgba(0,0,0,.12);filter:brightness(.98)}
#fregister #sns_register .sns-icon:focus-visible{outline:2px solid #111;outline-offset:3px}
