/* 리뉴얼 전용. 기존 모드에는 로드하지 않는다. */
html.renewal {
    --r-bg: #fff; --r-surface: #fff; --r-raised: #f8f7fa; --r-text: #23212b;
    --r-muted: #6b6877; --r-line: #eae8ee; --r-accent: #713b85; --r-accent-hover: #582769;
    --r-soft: #f1eaf5; --r-on-accent: #fff; --r-danger: #ba2847; --r-focus: #a153bf;
    --r-shadow: 0 4px 16px rgb(32 24 44 / 6%); --r-radius: 8px;
    color-scheme: light; font-size: 16px; scroll-padding-top: 140px;
}
html.renewal[data-color-mode="dark"] {
    --r-bg: #151419; --r-surface: #201e26; --r-raised: #292630; --r-text: #f0edf4;
    --r-muted: #b4aebf; --r-line: #393441; --r-accent: #d2a4e5; --r-accent-hover: #e3c1f0;
    --r-soft: #35283d; --r-on-accent: #25132d; --r-danger: #ff95ab; --r-focus: #d2a4e5;
    --r-shadow: 0 12px 36px rgb(0 0 0 / 20%); color-scheme: dark;
}
.renewal *, .renewal *::before, .renewal *::after { box-sizing: border-box; }
.renewal body { min-width: 0; margin: 0; padding: 0; background: var(--r-bg); color: var(--r-text); font: .875rem/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; word-break: keep-all; overflow-wrap: anywhere; }
.renewal a { color: inherit; text-decoration: none; }
.renewal a:hover { color: var(--r-accent); }
.renewal button, .renewal input, .renewal select, .renewal textarea { font: inherit; color: inherit; }
.renewal button, .renewal select { cursor: pointer; }
.renewal button { touch-action: manipulation; }
.renewal img, .renewal video { max-width: 100%; height: auto; }
.renewal iframe { max-width: 100%; }
.renewal :focus-visible { outline: 3px solid var(--r-focus); outline-offset: 3px; }
.renewal [hidden] { display: none !important; }
.renewal .sound_only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0); white-space: nowrap; }
.renewal #hd_login_msg { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.renewal h1, .renewal h2, .renewal h3 { color: var(--r-text); line-height: 1.35; letter-spacing: -.035em; }
.renewal input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="image"]),
.renewal textarea, .renewal select { max-width: 100%; min-height: 44px; padding: 10px 13px; border: 1px solid var(--r-line); border-radius: 9px; background: var(--r-surface); background-color: var(--r-field-bg, var(--r-surface)) !important; color: var(--r-text); box-shadow: none; vertical-align: middle; transition: border-color .15s ease; }
.renewal input::placeholder, .renewal textarea::placeholder { color: var(--r-muted); opacity: 1; }
.renewal input[type="checkbox"], .renewal input[type="radio"] { accent-color: var(--r-accent); }
/* 기존 폼 검증의 inline 배경색보다 표시 모드와 읽기 전용 상태를 우선한다. */
.renewal input[readonly], .renewal input:disabled, .renewal textarea[readonly], .renewal textarea:disabled, .renewal select:disabled { --r-field-bg: var(--r-raised); color: var(--r-muted); }
.renewal textarea { width: 100%; line-height: 1.8; min-height: 140px; }
.renewal .required, .renewal textarea.required { background-image: none !important; }
.renewal .renew-width { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.renewal .renew-skip { position: fixed; left: 16px; top: -100px; z-index: 10000; padding: 12px 20px; border-radius: 8px; color: var(--r-on-accent); background: var(--r-accent); }
.renewal .renew-skip:focus { top: 16px; }
.renewal .renew-header { position: relative; z-index: 30; background: var(--r-surface); border-bottom: 1px solid var(--r-line); }
.renewal #hd_pop { width: 100%; min-width: 0; max-width: 1180px; }
.renewal .hd_pops { max-width: calc(100vw - 32px); border-color: var(--r-line); }
.renewal .hd_pops_con { max-width: 100%; overflow: auto; }
.renewal .renew-header-main { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.renewal .renew-brand { display: inline-flex; align-items: center; gap: 10px; max-width: 260px; font-size: 1.125rem; font-weight: 800; line-height: 1.35; letter-spacing: -.035em; flex-shrink: 0; }
.renewal .renew-brand-mark { display: grid; place-items: center; flex-shrink: 0; width: 36px; height: 36px; border-radius: 8px; background: var(--r-accent); color: var(--r-on-accent); font-size: 1rem; }
.renewal .renew-search { position: relative; flex: 1; min-width: 150px; max-width: 440px; margin: 0; }
.renewal .renew-search input { width: 100%; height: 42px; background: var(--r-surface) !important; border-color: var(--r-line) !important; padding-inline: 18px 52px !important; border-radius: 6px !important; font-size: .875rem; }
.renewal .renew-search button { position: absolute; right: 1px; top: 0; width: 44px; height: 44px; border: 0; background: transparent; color: var(--r-muted); }
.renewal .renew-account { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 14px; font-size: .8125rem; white-space: nowrap; }
.renewal .renew-account a { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; }
.renewal .renew-count { background: var(--r-soft); color: var(--r-accent); border-radius: 20px; min-width: 20px; text-align: center; font-size: .75rem; }
.renewal .renew-navigation { border-top: 1px solid var(--r-line); }
.renewal .renew-navigation-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.renewal .renew-primary { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; min-height: 48px; font-size: .875rem; font-weight: 700; }
.renewal .renew-primary > a { padding-block: 12px; border-bottom: 2px solid transparent; }
.renewal .renew-primary > a.is-current { color: var(--r-accent); border-color: var(--r-accent); }
.renewal .renew-menu { position: relative; }
.renewal .renew-menu summary { cursor: pointer; padding-block: 12px; }
.renewal .renew-submenu { position: absolute; top: calc(100% - 2px); left: -16px; min-width: 200px; padding: 8px; border: 1px solid var(--r-line); background: var(--r-surface); box-shadow: var(--r-shadow); border-radius: 12px; z-index: 40; }
.renewal .renew-submenu a { display: block; padding: 10px 12px; border-radius: 6px; }
.renewal .renew-submenu a:hover { background: var(--r-soft); }
.renewal .renew-secondary { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; font-size: .875rem; color: var(--r-muted); }
.renewal .renew-categories { display: flex; flex-wrap: wrap; gap: 8px 20px; padding-block: 12px; border-top: 1px solid var(--r-line); font-size: .875rem; }
.renewal .renew-main#wrapper { width: min(1180px, calc(100% - 64px)); min-width: 0; max-width: 1180px; margin: 0 auto; padding-block: 30px 56px; background: transparent; }
.renewal #container { float: none; margin: 0; padding: 0; width: 100%; min-width: 0; min-height: 45vh; background: transparent; }
.renewal .renew-content { min-width: 0; }
.renewal .renew-page-heading { margin-bottom: 22px; }
.renewal .renew-page-heading p, .renewal .renew-eyebrow { margin: 0 0 8px; color: var(--r-accent); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.renewal .renew-page-heading #container_title { position: static; height: auto; margin: 0; padding: 0; background: transparent; border: 0; font-size: 1.5rem; line-height: 1.4; }
.renewal .renew-page-heading #container_title, .renewal .sv_member { color: var(--r-text); }
.renewal .renew-home-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 24px; }
.renewal .renew-home-heading h1 { font-size: 1.5rem; font-weight: 700; margin: 0; }
.renewal .renew-text-link { color: var(--r-muted); font-size: .875rem; }
.renewal .renew-text-link span { margin-left: 12px; }
.renewal .renew-home-layout { display: grid; grid-template-columns: minmax(0,1fr) 248px; gap: 40px; align-items: start; }
.renewal .renew-board-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 32px 28px; min-width: 0; }
.renewal .renew-latest-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 8px; }
.renewal .renew-latest-heading h2 { margin: 0; font-size: 1rem; }
.renewal .renew-latest-heading > a { display: grid; place-items: center; width: 44px; height: 36px; color: var(--r-muted); }
.renewal .renew-latest ul { margin: 0; padding: 0; list-style: none; }
.renewal .renew-latest li { padding: 10px 0; border-bottom: 1px solid var(--r-line); }
.renewal .renew-latest-title { display: block; font-size: .875rem; line-height: 1.65; }
.renewal .renew-latest-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 4px; color: var(--r-muted); font-size: .75rem; }
.renewal .renew-latest-meta a { color: var(--r-muted); }
.renewal .renew-latest .renew-latest-empty { padding: 44px 0; text-align: center; color: var(--r-muted); font-size: .875rem; }
.renewal .renew-comment-count { margin-left: 5px; color: var(--r-accent); font-size: .8125rem; font-weight: 700; }
.renewal .renew-new { display: inline-block; margin-left: 4px; color: var(--r-accent); font-size: .6875rem; font-weight: 800; vertical-align: middle; }
.renewal .renew-popular h2 { margin: 0 0 12px; font-size: .875rem; }
.renewal .renew-popular ol { margin: 0; padding-left: 24px; }
.renewal .renew-popular li { padding: 5px 0 5px 6px; font-size: .875rem; }
.renewal .renew-popular p { color: var(--r-muted); font-size: .875rem; }
.renewal .renew-visits { display: flex; gap: 18px; margin-top: 14px; font-size: .75rem; }
.renewal .renew-visits dl { display: flex; flex-wrap: wrap; gap: 16px; margin: 0; }
.renewal .renew-visits dl > div { display: flex; gap: 6px; }
.renewal .renew-visits dt, .renewal .renew-visits dd { margin: 0; }
.renewal .renew-board-card { min-width: 0; background: transparent; }
.renewal .renew-panel { background: var(--r-raised); border: 0; border-radius: var(--r-radius); }
.renewal .renew-board-card { padding: 0; }
.renewal .renew-sidebar { display: grid; gap: 16px; min-width: 0; }
.renewal .renew-panel { padding: 20px; }
.renewal .renew-shortcuts h2 { margin: 0 0 14px; font-size: .875rem; }
.renewal .renew-shortcuts > a { display: flex; align-items: center; gap: 10px; padding-block: 10px; font-size: .875rem; }
.renewal .renew-shortcuts > a i { width: 22px; color: var(--r-muted); }
.renewal .renew-shortcuts > a span { margin-left: auto; color: var(--r-muted); }
.renewal .renew-board-card .lat, .renewal .renew-board-card .lt, .renewal .renew-board-card .pic_lt { margin: 0; padding: 0; border: 0; background: none; box-shadow: none; width: 100%; }
.renewal .renew-board-card .lat_title, .renewal .renew-board-card .lt_title { margin: 0 0 12px; padding: 0; background: none; font-size: 1rem; border: 0; }
.renewal .renew-board-card .lat_title a, .renewal .renew-board-card .lt_title a { padding: 0; color: var(--r-text); }
.renewal .renew-board-card ul { padding: 0; margin: 0; }
.renewal .renew-board-card li { padding: 10px 0; border-bottom: 1px solid var(--r-line); font-size: .875rem; }
.renewal .renew-board-card li:last-child { border: 0; }
.renewal .renew-board-card li a { color: var(--r-text); }
.renewal .renew-board-card .lt_info, .renewal .renew-board-card .lt_date, .renewal .renew-board-card .lt_nick { color: var(--r-muted); font-size: .75rem; }
.renewal .renew-board-card .lt_more, .renewal .renew-board-card .lat_more { background: none; color: var(--r-muted); }
.renewal .renew-board-card .pic_lt ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.renewal .renew-board-card .pic_lt li { float: none; width: auto; margin: 0; padding: 0 0 12px; }
.renewal .renew-board-card .pic_lt .lt_img { display: block; margin-bottom: 10px; border-radius: 9px; overflow: hidden; }
.renewal .renew-board-card .pic_lt .lt_img img { width: 100%; height: auto; aspect-ratio: 7/5; object-fit: cover; }
.renewal .renew-empty { grid-column: 1/-1; padding: 56px 24px; text-align: center; border: 1px dashed var(--r-line); border-radius: var(--r-radius); background: var(--r-surface); }
.renewal .renew-empty > i { font-size: 2.5rem; color: var(--r-accent); }
.renewal .renew-empty h2 { margin: 16px 0 10px; font-size: 1.25rem; }
.renewal .renew-empty p { color: var(--r-muted); margin-bottom: 20px; }
.renewal .renew-button, .renewal .btn_submit, .renewal a.btn_submit, .renewal .btn_b02, .renewal a.btn_b02,
.renewal .btn_confirm .btn_submit, .renewal .btn_confirm .btn_submit:hover { display: inline-flex; justify-content: center; align-items: center; gap: 6px; min-height: 44px; padding: 10px 20px; border: 1px solid transparent; border-radius: 9px; background: var(--r-accent); color: var(--r-on-accent); font-size: .875rem; font-weight: 700; line-height: 1.5; text-decoration: none; }
.renewal .renew-button:hover, .renewal .btn_submit:hover, .renewal .btn_b02:hover { background: var(--r-accent-hover); color: var(--r-on-accent); }
.renewal .renew-button-small { min-height: 38px; padding: 8px 14px; font-size: .875rem; }
.renewal .btn_cancel, .renewal a.btn_cancel, .renewal .btn_b01, .renewal a.btn_b01, .renewal .btn_b03, .renewal .btn_b04,
.renewal .btn_frmline, .renewal a.btn_frmline, .renewal .btn_01, .renewal .btn_02, .renewal .btn_03 { min-height: 40px; padding: 9px 14px; border: 1px solid var(--r-line); border-radius: 8px; background: var(--r-surface); color: var(--r-text); font-size: .875rem; line-height: 1.5; box-shadow: none; }
.renewal .btn_admin, .renewal a.btn_admin { border: 1px solid var(--r-line); background: var(--r-soft); color: var(--r-accent); border-radius: 8px; }
.renewal .btn_confirm, .renewal .btn_confirm01, .renewal .btn_confirm02 { margin: 24px 0; }
.renewal .pg_wrap { margin: 32px 0; }
.renewal .pg_page, .renewal .pg_current { display: inline-flex; justify-content: center; align-items: center; min-width: 40px; height: 40px; margin: 3px; border: 1px solid var(--r-line); border-radius: 9px; color: var(--r-muted); background-color: var(--r-surface); font-size: .875rem; line-height: 1.4; }
.renewal .pg_current { background: var(--r-accent); color: var(--r-on-accent); border-color: var(--r-accent); }
.renewal .tbl_wrap, .renewal .renew-table-scroll { max-width: 100%; overflow-x: auto; scrollbar-color: var(--r-muted) var(--r-bg); }
.renewal table { color: var(--r-text); }
.renewal .tbl_head01 table, .renewal .tbl_head02 table, .renewal .tbl_frm01 table, .renewal .tbl_frm02 table { background: var(--r-surface); border-color: var(--r-line); border-collapse: collapse; }
.renewal .tbl_head01 th, .renewal .tbl_head02 th, .renewal .tbl_frm01 th, .renewal .tbl_frm02 th { padding: 11px 14px; background: var(--r-raised); color: var(--r-muted); border-color: var(--r-line); font-size: .875rem; font-weight: 600; }
.renewal .tbl_head01 td, .renewal .tbl_head02 td, .renewal .tbl_frm01 td, .renewal .tbl_frm02 td { padding: 13px 14px; background: var(--r-surface); border-color: var(--r-line); color: var(--r-text); font-size: .8125rem; }
.renewal .tbl_head01 td a, .renewal .tbl_head02 td a { color: inherit; }
.renewal .empty_table, .renewal .empty_list, .renewal .no_data { padding: 50px 16px !important; background: var(--r-surface); color: var(--r-muted); text-align: center; }
.renewal li.empty_list { color: var(--r-muted) !important; } /* 기존 모바일 쇼핑 CSS의 !important에 대응 */
.renewal #bo_list .bo_info { color: var(--r-muted); }
.renewal #bo_list, .renewal #bo_gall, .renewal #bo_v, .renewal #bo_w { width: 100% !important; margin: 0; }
.renewal #bo_list tbody .even td { background: var(--r-surface); }
.renewal #bo_list tbody tr:hover td { background: var(--r-raised); }
.renewal #bo_list_total { color: var(--r-muted); }
.renewal #bo_v, .renewal #bo_w { padding: 30px; border: 1px solid var(--r-line); border-radius: var(--r-radius); background: var(--r-surface); }
.renewal #bo_v_title { font-size: 1.375rem; color: var(--r-text); }
.renewal #bo_v_title .bo_v_tit { font-size: 1.375rem; }
.renewal #bo_v_info { border-color: var(--r-line); color: var(--r-muted); }
.renewal #bo_v_atc_title { color: var(--r-text); }
.renewal #bo_v_con { color: var(--r-text); font-size: .9375rem; line-height: 1.85; overflow-wrap: anywhere; }
.renewal #bo_v_con pre { max-width: 100%; overflow-x: auto; background: var(--r-raised); padding: 16px; border-radius: 8px; }
.renewal #bo_v_con a { color: var(--r-accent); text-decoration: underline; }
.renewal #bo_v_file, .renewal #bo_v_link, .renewal #bo_vc, .renewal #bo_vc article, .renewal .bo_vc_w { border-color: var(--r-line); background: var(--r-surface); color: var(--r-text); }
.renewal #bo_v_file li, .renewal #bo_v_link li, .renewal #bo_vc .cmt_contents { background: var(--r-raised); border-color: var(--r-line); color: var(--r-text); }
.renewal #bo_vc .cmt_contents { padding: 16px; border-radius: 10px; }
.renewal #bo_vc h2, .renewal #bo_vc h3, .renewal #bo_vc header { color: var(--r-text); }
.renewal #bo_cate { margin-bottom: 20px; }
.renewal #bo_cate_ul { display: flex; flex-wrap: wrap; gap: 8px; }
.renewal #bo_cate li { padding: 0; }
.renewal #bo_cate a { display: block; padding: 8px 18px; border: 1px solid var(--r-line); border-radius: 24px; background: var(--r-surface); color: var(--r-muted); line-height: 1.7; }
.renewal #bo_cate #bo_cate_on { background: var(--r-accent); color: var(--r-on-accent); border-color: var(--r-accent); box-shadow: none; }
.renewal #bo_list_total { color: var(--r-muted); font-size: .875rem; }
.renewal #bo_btn_top, .renewal #bo_v_top, .renewal #bo_v_bot { padding: 0; margin-bottom: 18px; }
.renewal #bo_list table { border: 0; border-top: 1px solid var(--r-line); }
.renewal #bo_list th { white-space: nowrap; font-size: .8125rem; }
.renewal #bo_list .bo_tit { font-weight: 500; }
.renewal #bo_list td { background: var(--r-surface); border-color: var(--r-line); }
.renewal #bo_list .bo_notice td { background: var(--r-soft); }
.renewal #bo_list .bo_tit a { font-size: .875rem; color: var(--r-text); }
.renewal #bo_list .td_num, .renewal #bo_list .td_datetime, .renewal #bo_list .td_date { color: var(--r-muted); }
.renewal #bo_list li { background: var(--r-surface); border-color: var(--r-line); color: var(--r-text); }
.renewal #bo_list li.bo_notice { background: var(--r-soft); }
.renewal #bo_list .bo_subject { color: var(--r-text); }
.renewal #bo_list_total { background: var(--r-raised); color: var(--r-muted); }
.renewal #bo_cate ul { background: transparent; border-color: var(--r-line); }
.renewal #bo_sch, .renewal #bo_sch form { background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); }
.renewal #bo_v_file a, .renewal #bo_v_link a { color: var(--r-text); }
.renewal #bo_vc header { background: var(--r-surface); color: var(--r-text); }
.renewal .new_icon, .renewal .cnt_cmt { background: var(--r-soft) !important; color: var(--r-accent) !important; }
.renewal #bo_w .btn_confirm .btn_cancel { background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); }
.renewal #bo_w .btn_submit, .renewal #mb_login .btn_submit, .renewal #register_form .btn_submit { background: var(--r-accent); color: var(--r-on-accent); border-color: var(--r-accent); }
.renewal .cnt_cmt, .renewal .bo_cate_link { color: var(--r-accent) !important; }
.renewal #bo_gall .gall_row { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 24px; }
.renewal #bo_gall .gall_li { width: auto !important; margin: 0 !important; padding: 0 !important; float: none; }
.renewal #bo_gall .gall_box { overflow: hidden; border: 0; border-radius: 0; background: var(--r-surface); }
.renewal #bo_gall .gall_img { background: var(--r-raised); height: auto; overflow: hidden; border-radius: var(--r-radius); }
.renewal #bo_gall .gall_img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 0; }
.renewal #bo_gall .gall_text_href, .renewal #bo_gall .gall_info { padding: 10px 0; }
.renewal #bo_gall .gall_text_href a { font-size: .875rem; color: var(--r-text); }
.renewal #bo_gall .gall_info { color: var(--r-muted); }
.renewal .bo_sch, .renewal .bo_sch form, .renewal .more_opt, .renewal .sv, .renewal .sv_wrap .sv { background: var(--r-surface); border-color: var(--r-line); color: var(--r-text); border-radius: 10px; }
.renewal .sv a, .renewal .more_opt button { color: var(--r-text); }
.renewal #bo_w .bo_w_info, .renewal #bo_w .write_div { margin-bottom: 18px; }
.renewal #bo_w .bo_w_flie, .renewal #bo_w .bo_w_link, .renewal #bo_w .bo_w_tit { background: var(--r-surface); border-color: var(--r-line); }
.renewal .mbskin { width: min(100% - 32px, 640px); margin: 64px auto; padding: 0; background: transparent; font-size: .875rem; }
.renewal #mb_login, .renewal #mb_login .mbskin_box { width: min(100%, 480px); }
.renewal .mbskin_box, .renewal .win_desc, .renewal .new_win .win_desc { padding: 30px; border: 1px solid var(--r-line); border-radius: var(--r-radius); background: var(--r-surface); color: var(--r-text); }
.renewal .mbskin h1 { font-size: 1.5rem; margin-bottom: 22px; }
.renewal .mb_log_cate, .renewal #login_info, .renewal #mb_login_notmb, .renewal #mb_login_od_wr { border-color: var(--r-line); background: transparent; color: var(--r-muted); }
.renewal .mb_log_cate { margin-bottom: 22px; }
.renewal .mb_log_cate h2 { color: var(--r-accent); }
.renewal #mb_login .frm_input, .renewal #mb_login .btn_submit { width: 100%; min-height: 50px; margin-bottom: 12px; }
.renewal #register_form, .renewal #register_form .register_form_inner, .renewal #register_form .tbl_frm01 { width: 100%; background: var(--r-surface); color: var(--r-text); }
.renewal #register_form { padding: 30px; border: 1px solid var(--r-line); border-radius: var(--r-radius); }
.renewal #register_form h2, .renewal #fregister h2 { background: var(--r-raised); border-color: var(--r-line); color: var(--r-text); padding: 14px 18px; border-radius: 8px; font-size: 1rem; }
.renewal #register_form .form_01, .renewal #register_form .form_01 div { background: transparent; }
.renewal #register_form .form_01 li { border-color: var(--r-line); padding-block: 14px; }
.renewal #fregister textarea, .renewal #guest_privacy { background: var(--r-raised); color: var(--r-text); border: 1px solid var(--r-line); border-radius: 10px; }
.renewal #ol_before, .renewal #ol_after, .renewal .ol { background: transparent; border: 0; padding: 0; margin: 0; }
.renewal #ol_before, .renewal #ol_after, .renewal .renew-sidebar > * { width: 100%; min-width: 0; max-width: 100%; }
.renewal #ol_before .ol_wr, .renewal #ol_before form { min-width: 0; width: 100%; }
.renewal #ol_before form { padding: 0; }
.renewal #ol_before .ol_wr { padding: 0; }
.renewal #ol_before h2, .renewal #ol_after h2 { color: var(--r-text); font-size: .875rem; margin-bottom: 14px; }
.renewal #ol_id, .renewal #ol_pw { width: 100%; margin-bottom: 8px; height: 44px; background: var(--r-bg); }
.renewal #ol_submit { width: 100%; height: 44px; background: var(--r-accent); color: var(--r-on-accent); border: 0; border-radius: 8px; font-weight: 700; }
.renewal #ol_svc, .renewal #ol_after_private, .renewal #ol_after_info { background: transparent; border-color: var(--r-line); }
.renewal #ol_svc a, .renewal #ol_after a, .renewal #ol_before a { color: var(--r-text); }
.renewal #ol_before .join { background: var(--r-raised); color: var(--r-text); }
.renewal #ol_before #ol_id, .renewal #ol_before #ol_pw { background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); }
.renewal #ol_auto label { color: var(--r-muted); }
.renewal #ol_after #ol_after_logout { background: var(--r-soft); color: var(--r-accent); border-color: var(--r-line); }
.renewal #ol_after_private strong { background: var(--r-soft); color: var(--r-accent); }
.renewal .shop_icon { background: var(--r-soft); color: var(--r-accent); }
.renewal #poll, .renewal #popular { padding: 22px; background: var(--r-surface); border: 1px solid var(--r-line); border-radius: var(--r-radius); color: var(--r-text); }
.renewal #poll header, .renewal #poll h2, .renewal #popular h2 { padding: 0; background: transparent; color: var(--r-text); font-size: .875rem; }
.renewal #poll .poll_con { padding: 0; }
.renewal #poll_btn { background: transparent; }
.renewal #poll_btn button { background: var(--r-accent); color: var(--r-on-accent); border-radius: 8px; }
.renewal .new_win { background: var(--r-bg); color: var(--r-text); padding: 24px; font-size: .875rem; }
.renewal .new_win #win_title { padding: 0 0 20px; border-color: var(--r-line); background: transparent; color: var(--r-text); font-size: 1.4rem; }
.renewal .new_win .win_ul { background: var(--r-raised); border-color: var(--r-line); }
.renewal .new_win .win_ul a { color: var(--r-text); }
.renewal .new_win .win_ul li { background: var(--r-surface); border-color: var(--r-line); }
.renewal .new_win .win_ul .selected { background: var(--r-accent); border-color: var(--r-accent); }
.renewal .new_win .win_ul .selected a { background: var(--r-accent); color: var(--r-on-accent); }
.renewal .new_win .win_btn a, .renewal .new_win .win_btn button { background: var(--r-surface); color: var(--r-text); border: 1px solid var(--r-line); border-radius: 8px; padding: 8px 14px; }
.renewal #faq_wrap, .renewal #faq_wrap section, .renewal #faq_con .con_inner, .renewal #ctt, .renewal #new_list, .renewal #sch_result { background: var(--r-surface); border-color: var(--r-line); color: var(--r-text); border-radius: 12px; }
.renewal #ctt { padding: 30px; }
.renewal #faq_con h3 a, .renewal #faq_con .con_inner { color: var(--r-text); }
.renewal #faq_sch, .renewal #sch_res_detail, .renewal #sch_res_ov, .renewal .sch_res_list { background: var(--r-raised); border-color: var(--r-line); color: var(--r-text); }
.renewal #faq_sch, .renewal #sch_res_detail { min-width: 0; max-width: 100%; }
.renewal #faq_sch .sch_bar, .renewal #sch_res_detail .sch_wr { max-width: 100%; min-width: 0; }
.renewal #faq_sch .frm_input, .renewal #sch_res_detail .frm_input { width: min(300px, 100%); min-width: 0; }
.renewal #faq_sch .btn_submit, .renewal #sch_res_detail .btn_submit { background: var(--r-accent); color: var(--r-on-accent); }
.renewal .sch_word { color: var(--r-accent); }
.renewal .renew-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.renewal .renew-section-heading h2 { margin: 0; font-size: 1.125rem; }
.renewal .renew-section-heading > a { color: var(--r-muted); font-size: .875rem; }
.renewal .renew-shop-section { margin: 40px 0; }
.renewal .renew-shop-banners { border-radius: var(--r-radius); overflow: hidden; }
.renewal .sct, .renewal .smt { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 24px; }
.renewal .sct, .renewal .smt, .renewal .sct_wrap, .renewal .shop-content { width: 100% !important; min-width: 0; max-width: 100%; margin-inline: 0 !important; float: none; }
.renewal .sct::after, .renewal .smt::after { display: none; }
.renewal .sct li, .renewal .smt > li { float: none; width: auto !important; margin: 0 !important; padding: 0 !important; min-width: 0; }
.renewal .sct .sct_li, .renewal .smt .sct_li { background: var(--r-surface); color: var(--r-text); border: 0; border-radius: 0; }
.renewal .renew-products .li_wr { position: relative; height: auto !important; padding: 0 !important; background: var(--r-surface); color: var(--r-text); }
.renewal .renew-products .sct_img { position: relative; float: none; width: 100%; height: auto; }
.renewal .renew-products .sct_img img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.renewal .renew-products .sct_txt, .renewal .renew-products .sct_cost, .renewal .renew-products .sct_basic, .renewal .renew-products .sct_icon { padding: 3px 0; }
.renewal .sct_img, .renewal .smt .sct_img { background: var(--r-raised); border-radius: var(--r-radius); overflow: hidden; margin-bottom: 8px; }
.renewal .sct_img img { width: 100%; object-fit: contain; }
.renewal .sct_txt, .renewal .sct_txt a { color: var(--r-text); font-size: .875rem; line-height: 1.6; }
.renewal .sct_cost { color: var(--r-text); font-size: 1rem; }
.renewal .sct_cost strike, .renewal .sct_basic { color: var(--r-muted); font-size: .875rem; }
.renewal #sct_ct, .renewal #sct_sort, .renewal #sct_lst, .renewal #sct_location { background: var(--r-surface); color: var(--r-muted); border-color: var(--r-line); border-radius: 8px; }
.renewal #sit, .renewal #sit_ov_wrap, .renewal #sit_ov, .renewal #sit_inf, .renewal #sit_use, .renewal #sit_qa, .renewal #sit_dvr, .renewal #sit_ex { background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); }
.renewal #sit_ov_wrap { padding: 28px; border: 1px solid var(--r-line); border-radius: var(--r-radius); }
.renewal #sit_title, .renewal #sit_price { color: var(--r-text); }
.renewal #sit_desc, .renewal #sit_ov .sit_ov_tbl th, .renewal #sit_ov .sit_ov_tbl td { color: var(--r-muted); background: transparent; }
.renewal #sit_ov .sit_ov_tbl #sit_price { color: var(--r-accent); }
.renewal .sit_option, .renewal #sit_tot_price, .renewal #sit_sel_option li { background: var(--r-raised); color: var(--r-text); border-color: var(--r-line); }
.renewal #sit_btn_buy, .renewal #sod_bsk_act .btn_submit { background: var(--r-accent); color: var(--r-on-accent); border: 0; border-radius: 9px; }
.renewal #sit_btn_cart, .renewal #sit_btn_wish { background: var(--r-surface); color: var(--r-text); border: 1px solid var(--r-line); border-radius: 9px; }
.renewal .sit_btn_buy { background: var(--r-accent); color: var(--r-on-accent); border: 1px solid var(--r-accent); border-radius: 9px; }
.renewal .sit_btn_cart, .renewal .sit_btn_wish { background: var(--r-surface); color: var(--r-text); border: 1px solid var(--r-line); border-radius: 9px; }
.renewal #sit_rel, .renewal #sit_rel .sct_noitem, .renewal #sit_inf_explan, .renewal #sit_inf_basic, .renewal #sit_opt_added { background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); }
.renewal #sit_tab .tab_tit, .renewal .sit_tab li a { color: var(--r-muted); }
.renewal #sit_tab .tab_tit.on, .renewal .sit_tab li a.selected { color: var(--r-accent); border-color: var(--r-accent); }
.renewal #sit_info { display: flex; background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); border-radius: 12px; overflow: hidden; }
.renewal #sit_tab { width: auto; flex: 1; min-width: 0; }
.renewal #sit_tab .tab_tit, .renewal #sit_tab .tab_tit li button, .renewal #sit_tab .tab_tit li .selected, .renewal #sit_tab .tab_con { background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); }
.renewal #sit_tab .tab_tit li .selected:after { background: var(--r-accent); }
.renewal #sit_ov_wrap { width: 100%; max-width: 100%; }
.renewal .sit_order { background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); }
.renewal #sit_buy, .renewal #sit_buy .sit_buy_inner, .renewal #sit_buy .sit_opt_added, .renewal #sit_buy .sit_opt_added li { background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); }
.renewal #sit_buy { flex: 0 0 280px; max-width: 35%; }
.renewal #sit_buy .sit_buy_inner { max-width: 100%; }
/* 기본 상품·동적 옵션·하단 구매 영역에서 같은 수량 조절 UI를 사용한다. */
.renewal :is(#sit_opt_added, .sit_opt_added) { margin: 0; padding: 0; list-style: none; }
.renewal :is(#sit_opt_added, .sit_opt_added) > li { position: relative; margin: 10px 0; padding: 14px; border: 1px solid var(--r-line); border-radius: 8px; background: var(--r-raised); }
.renewal :is(#sit_opt_added, .sit_opt_added) .opt_name { margin-bottom: 12px; padding-right: 34px; font-size: .875rem; font-weight: 500; line-height: 1.5; overflow-wrap: anywhere; }
.renewal :is(#sit_opt_added, .sit_opt_added) .sit_opt_subj { font-size: inherit; }
.renewal :is(#sit_opt_added, .sit_opt_added) .opt_count { display: flex; flex-wrap: wrap; align-items: center; row-gap: 10px; min-width: 0; }
.renewal :is(#sit_opt_added, .sit_opt_added) :is(.sit_qty_minus, .sit_qty_plus) { display: inline-flex; flex: 0 0 44px; align-items: center; justify-content: center; float: none; width: 44px; height: 44px; margin: 0; padding: 0; border: 1px solid var(--r-line); background: var(--r-surface); color: var(--r-text); font-size: .75rem; line-height: 1; }
.renewal :is(#sit_opt_added, .sit_opt_added) .sit_qty_minus { border-radius: 6px 0 0 6px; }
.renewal :is(#sit_opt_added, .sit_opt_added) .sit_qty_plus { border-radius: 0 6px 6px 0; }
.renewal :is(#sit_opt_added, .sit_opt_added) input.num_input { flex: 0 0 52px; float: none; width: 52px; max-width: 52px; height: 44px; min-height: 44px; margin: 0; padding: 0 4px; border: 1px solid var(--r-line); border-right: 0; border-left: 0; border-radius: 0; background: var(--r-surface); color: var(--r-text); font-size: 1rem; font-weight: 500; line-height: normal; text-align: center; }
.renewal :is(#sit_opt_added, .sit_opt_added) .sit_opt_prc { display: block; flex: 0 0 auto; float: none; width: auto; max-width: 100%; margin-left: auto; padding: 0 0 0 12px; color: var(--r-text); font-size: .875rem; font-weight: 600; line-height: 44px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.renewal :is(#sit_opt_added, .sit_opt_added) .sit_opt_del { display: grid; place-items: center; position: absolute; top: 4px; right: 4px; float: none; width: 36px; height: 36px; margin: 0; padding: 0; border: 0; border-radius: 6px; background: transparent; color: var(--r-muted); font-size: .875rem; }
.renewal :is(#sit_opt_added, .sit_opt_added) :is(.sit_qty_minus, .sit_qty_plus):hover { background: var(--r-soft); color: var(--r-accent); }
.renewal :is(#sit_opt_added, .sit_opt_added) :is(.sit_qty_minus, .sit_qty_plus, .num_input, .sit_opt_del):focus-visible { z-index: 1; outline: 2px solid var(--r-focus); outline-offset: 2px; }
.renewal :is(#sit_opt_added, .sit_opt_added) .sit_opt_del:hover { color: var(--r-danger); }
.renewal #sit_siblings, .renewal #sit_siblings a { background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); }
.renewal #sod_bsk .empty_list { color: var(--r-muted); }
.renewal .btn01, .renewal #sod_bsk .btn01, .renewal #sod_bsk_act .btn01 { background: var(--r-surface); color: var(--r-text); border: 1px solid var(--r-line); border-radius: 8px; padding: 9px 14px; }
.renewal #sit_inf_open th { background: var(--r-raised); color: var(--r-muted); border-color: var(--r-line); }
.renewal #sit_inf_open td { background: var(--r-surface); color: var(--r-text); border-color: var(--r-line); }
.renewal #sit_tab { background: var(--r-surface); border-color: var(--r-line); }
.renewal #sit_tab .tab_tit { color: var(--r-text); border-color: var(--r-line); }
.renewal #sod_bsk, .renewal #sod_frm, .renewal #sod_fin, .renewal #sod_inquiry, .renewal #sod_v, .renewal #smb_my, .renewal #smb_wish, .renewal #sod_ws { color: var(--r-text); background: transparent; }
.renewal #sod_bsk_tot, .renewal .sod_bsk_tot, .renewal #sod_frm_paysel, .renewal #sod_frm_pay, .renewal #sod_frm_orderer, .renewal #sod_frm_taker,
.renewal #sod_frm_same, .renewal #sod_fin_no, .renewal #sod_fin_orderer, .renewal #sod_fin_receiver, .renewal #sod_fin_pay, .renewal #sod_fin_cancel, .renewal #smb_my_ov { padding: 24px; background: var(--r-surface); border: 1px solid var(--r-line); border-radius: 12px; color: var(--r-text); }
.renewal #sod_bsk_tot li, .renewal #sod_bsk_tot strong, .renewal #sod_bsk_tot span, .renewal #sod_frm_paysel legend, .renewal #smb_my_ov h2 { color: var(--r-text); }
.renewal #sod_bsk_tot .sod_bsk_cnt, .renewal #sod_frm_pt_alert, .renewal #sod_frm .sod_frm_point { background: var(--r-soft); color: var(--r-accent); }
.renewal .sod_left, .renewal .sod_right { min-width: 0; }
.renewal .renew-footer { border-top: 1px solid var(--r-line); padding: 34px 0 84px; background: var(--r-surface); color: var(--r-muted); font-size: .8125rem; }
.renewal .renew-footer-top { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 22px; }
.renewal .renew-footer-top strong { color: var(--r-text); font-size: 1rem; }
.renewal .renew-footer nav { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.renewal .renew-recent { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--r-line); }
.renewal .renew-recent h2 { margin-bottom: 14px; font-size: .875rem; }
.renewal .renew-recent h2 span { color: var(--r-accent); }
.renewal .renew-recent ul { display: flex; gap: 14px; margin: 0; padding: 4px 4px 12px; overflow-x: auto; list-style: none; }
.renewal .renew-recent li { flex: 0 0 230px; }
.renewal .renew-recent a { display: flex; align-items: center; gap: 12px; color: var(--r-text); }
.renewal .renew-recent img { flex: 0 0 64px; width: 64px; height: 64px; object-fit: contain; border-radius: 8px; }
.renewal .renew-recent small { display: block; color: var(--r-muted); }
.renewal .renew-company { display: flex; flex-wrap: wrap; gap: 6px 20px; margin-bottom: 16px; }
.renewal .renew-copyright { margin-top: 18px; }
.renewal .renew-footer #visit { padding: 0; margin-top: 10px; background: none; border: 0; color: var(--r-muted); font-size: .75rem; }
.renewal .renew-footer #visit ul { display: flex; flex-wrap: wrap; gap: 16px; margin: 0; padding: 0; list-style: none; }
.renewal .renew-footer #visit li, .renewal .renew-footer #visit strong, .renewal .renew-footer #visit span { color: var(--r-muted); background: transparent; }
.renewal .renew-board-card .lat_more, .renewal .renew-board-card .lt_more { width: auto; height: auto; min-width: 44px; line-height: 1.5; white-space: nowrap; top: 0; right: 0; }
.renewal .renew-appearance { position: fixed; right: 20px; bottom: 18px; z-index: 900; }
.renewal .renew-color-toggle { display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid var(--r-line); border-radius: 50%; background: var(--r-surface); color: var(--r-accent); box-shadow: var(--r-shadow); }
.renewal .renew-color-toggle:hover { background: var(--r-soft); }
.renewal .renew-color-toggle svg { grid-area: 1 / 1; pointer-events: none; }
.renewal .renew-color-sun { display: none; }
.renewal[data-color-mode="dark"] .renew-color-moon { display: none; }
.renewal[data-color-mode="dark"] .renew-color-sun { display: block; }
/* 글자 크기와 콘텐츠 밀도는 기기 구분 없이 공유한다. */
.renewal .renew-heading-description { margin: 6px 0 0; color: var(--r-muted); font-size: .8125rem; font-weight: 400; }
.renewal .renew-board-card-gallery { grid-column: 1 / -1; padding-bottom: 26px; border-bottom: 1px solid var(--r-line); }
.renewal .renew-board-card-gallery .pic_lt ul { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.renewal .renew-board-card-gallery .pic_lt li { padding: 0; border: 0; }
.renewal .renew-board-card-gallery .lt_info { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin-top: 6px; }
.renewal .renew-photo-caption { display: flex; align-items: center; gap: 4px; min-width: 0; }
.renewal .renew-photo-title { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.renewal .renew-photo-caption > span, .renewal .renew-photo-caption > i { flex-shrink: 0; }
.renewal .renew-board-card-gallery .pic_lt .lt_img img { aspect-ratio: 4 / 3; }
.renewal .renew-latest-title:hover, .renewal .renew-board-card .pic_lt li > a:not(.lt_img):hover { color: var(--r-accent); }
.renewal .renew-account .renew-button-small { min-height: 36px; padding: 6px 12px; border-radius: 6px; }
.renewal #ol_submit { font-size: .875rem; }
.renewal #ol_before #ol_be_cate { display: flex; align-items: center; justify-content: space-between; height: auto; margin-bottom: 16px; border: 0; }
.renewal #ol_before #ol_be_cate h2 { float: none; width: auto; padding: 0; margin: 0; line-height: 1.5; border: 0; }
.renewal #ol_before #ol_be_cate .join { float: none; width: auto; padding: 0; color: var(--r-muted); background: transparent; font-size: .75rem; line-height: 1.5; }
.renewal #ol_before .ol_auto_wr { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 10px; }
.renewal #ol_before #ol_be_cate::after, .renewal #ol_before .ol_auto_wr::after { display: none; }
.renewal #ol_svc { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: .75rem; }
.renewal #ol_svc > a { padding: 0; border: 0; background: transparent; color: var(--r-muted); font-size: .75rem; }
.renewal #ol_auto label { font-size: .75rem; }
.renewal .fa-cog, .renewal .fa-gear { animation: none !important; transform: none !important; }
@media (max-width: 1100px) {
    .renewal .renew-header-main { gap: 24px; }
    .renewal .renew-brand { max-width: 220px; }
    .renewal .renew-account { gap: 12px; }
    .renewal .renew-secondary { display: none; }
    .renewal .renew-home-layout { grid-template-columns: minmax(0,1fr) 224px; gap: 28px; }
    .renewal .renew-board-grid { gap: 28px 20px; }
    .renewal #sit_pvi, .renewal #sit_ov { max-width: 100%; }
    .renewal #sit_ov_wrap { display: flex; flex-wrap: wrap; gap: 24px; }
    .renewal #sit_ov { flex: 1 1 300px; padding: 0; margin: 0; }
    .renewal #sit_pvi { flex: 1 1 300px; margin: 0; }
}
@media (max-width: 760px) {
    .renewal .renew-board-grid { grid-template-columns: 1fr; gap: 28px; }
    .renewal .renew-board-card-gallery .pic_lt ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px; }
    .renewal input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]), .renewal select, .renewal textarea, .renewal .renew-search input { font-size: 1rem; }
    .renewal .renew-width { width: calc(100% - 32px); }
    .renewal .renew-header-main { flex-wrap: wrap; gap: 10px; padding-block: 12px; min-height: 0; }
    .renewal .renew-brand { font-size: 1rem; max-width: calc(100% - 160px); }
    .renewal .renew-brand-mark { width: 32px; height: 32px; }
    .renewal .renew-account { gap: 10px; font-size: .8125rem; }
    .renewal .renew-account a { min-height: 36px; }
    .renewal .renew-account a span:not(.renew-count) { display: none; }
    .renewal .renew-search { order: 3; flex-basis: 100%; max-width: none; }
    .renewal .renew-navigation-inner { width: 100%; padding-inline: 16px; }
    .renewal .renew-primary { gap: 18px; min-height: 50px; font-size: .875rem; }
    .renewal .renew-primary > a, .renewal .renew-menu summary { padding-block: 12px; }
    .renewal .renew-submenu { position: fixed; top: auto; left: 16px; right: 16px; max-height: 55vh; overflow-y: auto; }
    .renewal .renew-main#wrapper { width: calc(100% - 32px); padding-block: 24px 40px; }
    .renewal .renew-home-layout { grid-template-columns: 1fr; }
    .renewal .renew-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .renewal .renew-home-heading { align-items: center; margin-bottom: 22px; }
    .renewal .renew-home-heading h1 { font-size: 1.375rem; }
    .renewal .renew-home-heading > a { flex-shrink: 0; font-size: .75rem; white-space: nowrap; text-align: right; }
    .renewal .renew-home-heading > a span { margin-left: 4px; }
    .renewal .renew-board-card { padding: 0; }
    .renewal .renew-page-heading #container_title { font-size: 1.375rem; }
    .renewal #bo_v, .renewal #bo_w, .renewal #register_form, .renewal #ctt { padding: 20px 16px; }
    .renewal #bo_v_title .bo_v_tit { font-size: 1.35rem; }
    .renewal #bo_list .tbl_wrap { overflow-x: auto; }
    .renewal #bo_list table { min-width: 630px; }
    .renewal #bo_list .bo_tit { min-width: 210px; }
    .renewal #bo_gall .gall_row { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
    .renewal #bo_gall .gall_text_href, .renewal #bo_gall .gall_info { padding: 10px 0; }
    .renewal .mbskin { margin-block: 30px; }
    .renewal .mbskin_box { padding: 24px 20px; }
    .renewal .new_win { padding: 16px; }
    .renewal .tbl_frm01 th, .renewal .tbl_frm01 td { padding: 12px; }
    .renewal .tbl_frm01 th { width: 110px; }
    .renewal .sct, .renewal .smt { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
    .renewal .renew-shop-section { margin-block: 28px; }
    .renewal .renew-section-heading h2 { font-size: 1.125rem; }
    .renewal #sit_ov_wrap { padding: 18px; }
    .renewal #sit_info { display: block; }
    .renewal #sit_tab .tab_tit { display: flex; flex-wrap: wrap; padding-inline: 8px; }
    .renewal #sit_tab .tab_tit li { float: none; }
    .renewal #sit_tab .tab_tit li button { font-size: .875rem; padding: 8px; }
    .renewal .sit_order { position: static; width: 100%; max-width: 100%; }
    .renewal #sit_buy { position: static; width: 100%; max-width: 100%; flex-basis: auto; }
    .renewal .sod_left, .renewal .sod_right { float: none; position: static; width: 100%; }
    .renewal #sod_frm #sod_frm_orderer, .renewal #sod_frm #sod_frm_taker, .renewal #sod_frm #sod_frm_pay { float: none; width: 100%; padding: 18px; }
    .renewal #sod_bsk_tot { padding: 16px; }
    .renewal #sod_bsk_tot li { float: none; width: 100%; }
    .renewal .renew-footer { padding-top: 26px; }
    .renewal .renew-footer-top { display: grid; gap: 16px; }
    .renewal .renew-footer nav { gap: 10px 16px; }
}
@media (max-width: 420px) {
    .renewal .renew-sidebar { grid-template-columns: 1fr; }
    .renewal .renew-brand { max-width: 150px; }
    .renewal .renew-account { gap: 8px; }
    .renewal .renew-button-small { padding-inline: 10px; }
    .renewal .renew-primary { gap: 14px; }
    .renewal #bo_gall .gall_row { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
    .renewal *, .renewal *::before, .renewal *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
@media print {
    .renewal { color-scheme: light; }
    .renewal body { background: #fff; color: #000; }
    .renewal .renew-header, .renewal .renew-footer, .renewal .renew-appearance, .renewal .renew-sidebar { display: none !important; }
    .renewal #wrapper, .renewal #container { margin: 0 !important; padding: 0 !important; width: 100% !important; }
    .renewal .renew-table-scroll { overflow: visible; }
}
