/* =========================================================================
   mobile_shop.css — Gnuboard5 쇼핑몰 테마 (Hive Design cleaned)
   ---------------------------------------------------------------------
   - 색상은 head.sub.php 에서 주입되는 CSS 변수(--cf-main, --cf-main2, --cf-accent, --cf-bar) 사용
   - 공통 헤더/푸터는 shop.head.php / shop.tail.php 가 담당하므로 여기서는 제거
   - 쇼핑몰 스킨(#sod_*, .cart_list, .tbl_*) 등 기능 요소만 정의
   ========================================================================= */

/* ==========================================================
   0. Reset / Base
   ========================================================== */
html { overflow-y: scroll; min-width: 320px; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    padding: 0;
    color: #1f1f1f;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Pretendard Variable', 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
*, *::before, *::after { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: 500; }
ul, ol, dl { margin: 0; padding: 0; list-style: none; }
p { margin: 0; padding: 0; word-break: break-word; }
a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--cf-main, #83745d); }
img { vertical-align: top; max-width: 100%; height: auto; }
hr { display: none; }
legend { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); }
button { margin: 0; padding: 0; font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
input, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    appearance: none;
}
textarea { resize: vertical; }

/* 접근성 — 시각적 숨김 (스크린리더만 읽음) */
.sr-only,
.sound_only,
.msg_sound_only,
#hd_login_msg {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
/* 본문 바로가기 */
#skip_to_container a { position: absolute; left: -9999px; }
#skip_to_container a:focus {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 60px;
    z-index: 100000;
    background: #1f1f1f; color: #fff;
    font-size: 16px; font-weight: 600;
    text-align: center; line-height: 60px;
}


/* ==========================================================
   1. 컨테이너 / 섹션 레이아웃
   ========================================================== */
#container { margin: 0; background: transparent; }
.container { max-width: 1200px; margin: 60px auto 40px; padding: 0 16px; }
#container_title { max-width: 1200px; margin: 0 auto; padding: 40px 16px 20px; text-align: center; font-size: 1.6rem; font-weight: 600; }
.view-container #container_title { display: none; }

@media (max-width: 900px) {
    .container { margin: 40px auto 24px; }
    #container_title { font-size: 1.3rem; padding: 24px 16px; }
}


/* ==========================================================
   2. 버튼
   ========================================================== */
.btn,
.btn_m,
.btn_l,
.btn01, .btn02,
.btn_b01, .btn_b02, .btn_b03,
.btn_submit,
.btn_cancel,
.btn_frmline,
.btn_admin,
.btn_address {
    display: inline-block;
    padding: 0 18px;
    height: 42px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease,
                border-color 0.25s ease, transform 0.15s ease,
                box-shadow 0.25s ease;
}
.btn   { padding: 0 12px; height: 32px; line-height: 30px; font-size: 13px; }
.btn_m { padding: 0 22px; height: 42px; line-height: 40px; }
.btn_l { padding: 0 32px; height: 52px; line-height: 50px; font-size: 15px; }

/* Outline (라이트) 버튼 */
.btn01, .btn_b01, .btn_b03,
a.btn_cancel, button.btn_cancel {
    background: #ffffff;
    border-color: #e5e3de;
    color: #555;
}
.btn01:hover, .btn_b01:hover, .btn_b03:hover,
a.btn_cancel:hover, button.btn_cancel:hover {
    background: #fafafa;
    border-color: #c9c6c0;
    color: #1f1f1f;
}

/* Solid (메인) 버튼 */
.btn02, .btn_b02, .btn_submit, .btn_address {
    background: var(--cf-main, #83745d);
    color: #fff;
}
.btn02:hover, .btn_b02:hover, .btn_submit:hover, .btn_address:hover {
    background: var(--cf-main2, #816c59);
    color: #fff;
    transform: translateY(-1px);
}

/* 관리자 전용 */
.btn_admin { background: #b92b2b; color: #fff; }
.btn_admin:hover { background: #8b2020; color: #fff; }

/* 인라인 폼 버튼 (우편번호 등) */
.btn_frmline {
    padding: 0 12px;
    height: 38px; line-height: 36px;
    background: #1f1f1f; color: #fff;
    border-radius: 6px;
    font-size: 13px;
}
.btn_frmline:hover { background: #000; color: #fff; }

.btn_confirm { margin: 20px 0; text-align: center; }
.btn_top     { margin: 10px 0; text-align: right; }


/* ==========================================================
   3. 폼 요소
   ========================================================== */
textarea,
.frm_input,
select,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=search] {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #e5e3de;
    border-radius: 10px;
    background: #fff;
    color: #1f1f1f;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
textarea {
    height: auto;
    min-height: 120px;
    padding: 12px 14px;
}
textarea:focus,
.frm_input:focus,
select:focus,
input:focus {
    outline: 0;
    border-color: var(--cf-main, #83745d);
    box-shadow: 0 0 0 3px rgba(131, 116, 93, 0.12);
    background: #fff;
}
select {
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 20 20"><path fill="%23777" d="M5 8l5 5 5-5H5z"/></svg>') no-repeat right 12px center / 14px;
    padding-right: 36px;
}
.full_input { width: 100%; }

/* 필수입력 아이콘 */
.required, textarea.required {
    background-image: url('../img/require.png') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px top 10px !important;
}

/* 기본 폼 레이아웃 */
.form_01 { margin: 16px 0; }
.form_01 div, .form_01 li { margin: 8px 0; position: relative; }
.form_01 .frm_info {
    display: block;
    padding: 4px 2px;
    margin-top: 4px;
    font-size: 12px;
    color: var(--cf-main2, #816c59);
}
.form_01 .frm_file { display: block; width: 100%; margin-bottom: 6px; }


/* ==========================================================
   4. 테이블
   ========================================================== */
.tbl_wrap { margin: 0 0 16px; }
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}
.tbl_wrap caption {
    padding: 10px 0;
    color: #1f1f1f;
    font-weight: 600;
    text-align: left;
}

.tbl_head01 caption, .tbl_head02 caption, .tbl_head03 caption {
    position: absolute; width: 1px; height: 1px; overflow: hidden;
    clip: rect(0,0,0,0);
}

.tbl_head01 thead th,
.tbl_head02 thead th,
.tbl_head03 thead th {
    padding: 12px 8px;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #e5e3de;
    background: #fafafa;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
.tbl_head01 td,
.tbl_head02 td,
.tbl_head03 td {
    padding: 14px 8px;
    border-bottom: 1px solid #f0efeb;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}
.tbl_head01 tbody th,
.tbl_head02 tbody th,
.tbl_head03 tbody th {
    padding: 12px 8px;
    border-bottom: 1px solid #f0efeb;
    font-weight: 500;
    text-align: left;
}
.tbl_head03 tr:nth-child(odd) { background: #fbfaf8; }
.tbl_head01 td:first-child { border-left: 0; }

/* 폼 테이블 */
.tbl_frm01 th {
    width: 120px;
    padding: 10px 0;
    font-weight: 500;
    color: #555;
    text-align: left;
}
.tbl_frm01 td { padding: 10px 4px; }

/* 셀 폭/정렬 공통 */
.td_chk       { width: 46px;  text-align: center; }
.td_group     { width: 100px; text-align: center; }
.td_board     { width: 120px; text-align: center; }
.td_num,
.td_statsmall,
.td_mngsmall,
.td_date      { width: 50px;  text-align: center; }
.td_numbig    { width: 100px; text-align: center; }
.td_mb_id,
.td_nick      { width: 100px; text-align: center; }
.td_name,
.td_namesmall { width: 100px; text-align: left; }
.td_datetime  { width: 170px; text-align: center; }
.td_mng       { width: 80px;  text-align: center; }
.td_stat      { text-align: center; }

/* 자료 없음 */
.empty_table,
.empty_list {
    padding: 60px 16px !important;
    text-align: center !important;
    color: #888 !important;
    font-size: 14px !important;
}


/* ==========================================================
   5. 페이지네이션
   ========================================================== */
.pg_wrap { clear: both; margin: 24px 0; text-align: center; }
.pg { display: inline-flex; gap: 4px; flex-wrap: wrap; justify-content: center; }

.pg_page, .pg_current, .qa_page {
    display: inline-flex;
    align-items: center; justify-content: center;
    min-width: 36px; height: 36px;
    padding: 0 10px;
    border-radius: 999px;
    color: #555;
    background: transparent;
    font-size: 13px;
    transition: background 0.2s ease, color 0.2s ease;
}
.pg a:hover { background: #f5f4f0; color: #1f1f1f; text-decoration: none; }
.pg_current { background: var(--cf-main, #83745d); color: #fff; font-weight: 500; }

.pg_start, .pg_prev, .pg_next, .pg_end {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 36px; height: 36px;
    border-radius: 999px;
    background: #fafafa;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}
.pg_start::before, .pg_prev::before, .pg_next::before, .pg_end::before {
    content: '';
    position: absolute;
    width: 8px; height: 8px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    text-indent: 0;
}
.pg_prev::before  { transform: rotate(135deg); margin-left: 3px; }
.pg_next::before  { transform: rotate(-45deg); margin-right: 3px; }
.pg_start::before { transform: rotate(135deg); margin-left: 3px; box-shadow: -6px 6px 0 -5px #555; }
.pg_end::before   { transform: rotate(-45deg); margin-right: 3px; box-shadow: 6px -6px 0 -5px #555; }


/* ==========================================================
   6. 팝업 레이어 (Gnuboard hd_pops)
   ========================================================== */
#hd_pop { z-index: 1000; position: relative; margin: 0 auto; width: 100%; height: 0; }
.hd_pops {
    position: absolute;
    background: #fff;
    border: 1px solid #e5e3de;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.hd_pops_con img { max-width: 100%; height: auto; display: block; }
.hd_pops_footer {
    padding: 10px 14px;
    background: #1f1f1f;
    color: #fff;
    text-align: right;
}
.hd_pops_footer button {
    margin-left: 6px;
    padding: 6px 12px;
    border: 0;
    background: rgba(255,255,255,0.12);
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
}
.hd_pops_footer button:hover { background: rgba(255,255,255,0.2); }


/* ==========================================================
   7. 장바구니 옵션 모달 (#mod_option_frm, #sit_opt_added)
   ========================================================== */
#mod_option_frm {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    max-width: calc(100% - 32px);
    max-height: 80vh;
    padding: 24px 20px 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f0efeb;
    overflow-y: auto;
    z-index: 999;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
#mod_option_frm h2 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
}
#mod_option_frm h3 {
    margin: 16px 0 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--cf-main2, #816c59);
}
#mod_option_frm #sit_sel_option ul {
    margin: 0;
    padding: 12px;
    background: #fafaf8;
    border-radius: 10px;
}
#mod_option_frm .option_wr { margin: 12px 0 0; }
#mod_option_frm .option_wr label {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    color: #555;
}
#mod_option_frm .option_wr select {
    width: 100%;
    height: 40px;
    margin-bottom: 6px;
    border-radius: 8px;
}
#mod_option_frm #sit_tot_price {
    margin: 16px 0 4px;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    color: #1f1f1f;
}
#mod_option_frm .btn_confirm { margin: 12px 0 0; }
#mod_option_frm .btn_confirm .btn_submit {
    width: 100%;
    height: 46px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
}
#mod_option_frm .btn_confirm .btn_close {
    position: absolute;
    top: 14px; right: 14px;
    width: 32px; height: 32px;
    border-radius: 999px;
    background: transparent;
    color: #888;
    font-size: 18px;
    display: inline-flex;
    align-items: center; justify-content: center;
}
#mod_option_frm .btn_confirm .btn_close:hover { background: #f3f2ee; color: #1f1f1f; }

@media (max-width: 480px) {
    #mod_option_frm { width: calc(100% - 24px); padding: 18px 16px 16px; }
    #mod_option_frm h2 { font-size: 15px; }
}

/* 선택된 옵션 리스트 */
#sit_opt_added { margin: 0; padding: 0; }
#sit_opt_added li {
    position: relative;
    padding: 14px 0;
    border-bottom: 1px solid #f0efeb;
}
#sit_opt_added li .opt_name { padding-bottom: 8px; line-height: 1.4; font-size: 13px; }
#sit_opt_added button {
    float: left;
    width: 32px; height: 32px;
    border: 1px solid #e5e3de;
    background: #fff;
    color: #1f1f1f;
    border-radius: 6px;
    font-size: 14px;
}
#sit_opt_added button:hover { background: #fafaf8; border-color: var(--cf-main, #83745d); }
#sit_opt_added .num_input {
    float: left;
    width: 44px; height: 32px;
    border: 1px solid #e5e3de;
    border-left: 0; border-right: 0;
    text-align: center;
    border-radius: 0;
    background: #fff;
}
#sit_opt_added .sit_opt_del {
    margin-left: 6px;
    background: #f5f4f0;
    color: #888;
    border-color: transparent;
}
#sit_opt_added .sit_opt_prc {
    float: right;
    line-height: 32px;
    font-size: 14px;
    font-weight: 600;
    color: var(--cf-main, #83745d);
}


/* ==========================================================
   8. 장바구니 (#sod_bsk, .cart_list)
   ========================================================== */
#sod_bsk {
    width: 95%;
    max-width: 1300px;
    margin: 40px auto;
    padding: 0;
    background: transparent;
}
#sod_bsk .btn_del_wr { margin: 10px 0; }
#sod_bsk .sod_ta_wr {
    background: #fafaf8;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #f0efeb;
}
#sod_bsk .go_shopping { margin: 16px 0; }
#sod_bsk .go_shopping .btn_b01 {
    width: 100%;
    height: 46px; line-height: 44px;
    font-size: 15px; font-weight: 500;
}
#sod_bsk_act .btn_submit,
#sod_bsk_act .btn_b01 {
    width: 100%;
    height: 48px;
    margin: 8px 0;
    font-size: 15px;
    font-weight: 500;
}

/* 전체선택 영역 */
#sod_chk.all_chk {
    display: flex; align-items: center; justify-content: flex-start;
    gap: 10px;
    padding: 20px 16px 16px;
}
#sod_chk input[type=checkbox] { display: none; }
#sod_chk label {
    display: flex; align-items: center;
    font-size: 14px; color: #1f1f1f;
    cursor: pointer; user-select: none;
}
#sod_chk label .chk_img {
    display: inline-block;
    width: 18px; height: 18px;
    margin-right: 8px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #fff;
    transition: all 0.2s ease;
}
#sod_chk input[type=checkbox]:checked + label .chk_img {
    background: var(--cf-main, #83745d);
    border-color: var(--cf-main, #83745d);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3 8l3.5 3.5L13 5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}
#sod_chk label:hover .chk_img { border-color: var(--cf-main, #83745d); }

/* 장바구니 총합 박스 */
#m_sod_bsk_tot {
    padding: 20px;
    background: #fafaf8;
    border-radius: 12px;
}
#m_sod_bsk_tot dt { float: left; width: 40%; padding: 6px 0; line-height: 1.6; color: #555; font-size: 13px; }
#m_sod_bsk_tot dd { float: left; width: 60%; padding: 6px 0; text-align: right; line-height: 1.6; font-size: 14px; }
#m_sod_bsk_tot .sod_bsk_cnt {
    clear: both;
    border-top: 1px solid #e5e3de;
    margin-top: 12px;
    padding-top: 12px;
    line-height: 1.6;
    font-weight: 600;
}
#m_sod_bsk_tot .sod_bsk_cnt strong {
    font-size: 1.4em;
    color: var(--cf-main, #83745d);
}
#m_sod_bsk_tot:after { content: ''; display: block; clear: both; }

/* 장바구니 아이템 */
.cart_list .sod_li {
    margin: 16px 0;
    background: #fff;
    border: 1px solid #f0efeb;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cart_list .sod_li:hover {
    border-color: var(--cf-main, #83745d);
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}
.cart_list .li_name {
    padding: 14px 16px;
    border-bottom: 1px solid #f0efeb;
    font-size: 14px;
    font-weight: 500;
}
.cart_list .li_op_wr {
    position: relative;
    padding: 20px 20px 20px 140px;
    min-height: 140px;
}
.cart_list .total_img {
    position: absolute;
    top: 20px; left: 20px;
    width: 100px; height: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.cart_list .total_img img { width: 100%; height: 100%; object-fit: cover; }
.cart_list .mod_btn {
    padding: 0 14px;
    height: 32px; line-height: 30px;
    margin-top: 10px;
    font-size: 12px;
}
.cart_list .li_prqty {
    padding: 16px 20px;
    background: #fafaf8;
    border-top: 1px solid #f0efeb;
    display: flex; flex-wrap: wrap;
    gap: 12px;
}
.cart_list .li_prqty_sp {
    flex: 1; min-width: 80px;
    display: flex; flex-direction: column;
    gap: 4px;
    font-size: 13px;
}
.cart_list .li_prqty_sp span {
    color: #888;
    font-size: 12px;
}
.cart_list .total_price {
    padding: 16px 20px;
    background: #fff;
    border-top: 1px solid #f0efeb;
    text-align: right;
    font-size: 14px;
}
.cart_list .total_price span {
    display: inline-block;
    margin-right: 8px;
    color: #888;
    font-size: 12px;
}
.cart_list .total_price strong {
    font-size: 16px;
    font-weight: 600;
    color: var(--cf-main, #83745d);
}

@media (min-width: 970px) {
    #sod_bsk { position: relative; }
    .sod_bsk_left {
        float: left;
        width: 70%;
        padding: 24px 3%;
    }
    #sod_bsk .sod_ta_wr {
        float: right;
        width: 30%;
        padding: 32px;
    }
}


/* ==========================================================
   9. 주문서 (#sod_frm)
   ========================================================== */
#sod_frm {
    width: 95%;
    max-width: 1300px;
    margin: 40px auto;
    padding: 0;
}
#sod_frm .od_prd_list { margin: 20px 0; }
.od_prd_list .td_prd {
    position: relative;
    padding: 16px 16px 16px 112px;
    min-height: 100px;
}
.od_prd_list .td_prd .sod_img {
    position: absolute;
    top: 16px; left: 16px;
    width: 80px; height: 80px;
    border-radius: 10px;
    overflow: hidden;
}
.od_prd_list .td_prd .sod_img img { width: 100%; height: 100%; object-fit: cover; }
.od_prd_list .td_prd .prd_name { font-size: 14px; font-weight: 500; margin-bottom: 4px; }
.od_prd_list .total_prc {
    font-size: 15px; font-weight: 600;
    color: var(--cf-main, #83745d);
}

#sod_frm_orderer,
#sod_frm_taker,
#sod_frm_pay {
    padding: 20px;
    background: #fafaf8;
    border-radius: 14px;
    border: 1px solid #f0efeb;
    margin-bottom: 16px;
}
#sod_frm_orderer h2,
#sod_frm_taker h2,
#sod_frm_pay h2 {
    margin-bottom: 16px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #1f1f1f;
}

.odf_list li { margin-bottom: 10px; }
.odf_list label,
.odf_list strong {
    display: block;
    margin: 6px 0 4px;
    color: #555;
    font-weight: 500;
    font-size: 13px;
}
.odf_list .frm_input { width: 100%; }
.odf_list textarea {
    width: 100%; min-height: 80px;
    padding: 10px 14px;
    border: 1px solid #e5e3de;
    border-radius: 10px;
    background: #fff;
}
.odf_list .btn_addsch {
    position: absolute;
    top: 28px; right: 0;
    height: 44px;
}
.odf_list .add_num { position: relative; display: block; }

.odf_list .dlv_slt div {
    background: #fff;
    border: 1px solid #e5e3de;
    border-radius: 10px;
    margin: 6px 0;
    padding: 12px 14px;
}
.odf_list .dlv_slt div label {
    display: inline-block;
    margin: 0;
    color: #1f1f1f;
}

#order_address {
    display: inline-block;
    padding: 0 14px;
    width: auto;
    height: 36px; line-height: 34px;
    margin-top: 6px;
    background: #fff;
    border: 1px solid #e5e3de;
    border-radius: 999px;
    color: #555;
    font-size: 12px;
}
#order_address:hover { background: var(--cf-main, #83745d); color: #fff; border-color: var(--cf-main, #83745d); }

/* 결제수단 선택 */
#m_sod_frm_paysel ul {
    margin: 0;
    padding: 10px 0;
    background: #fff;
    border-radius: 10px;
}
#m_sod_frm_paysel li {
    float: left;
    padding: 8px 10px;
    width: 50%;
    font-size: 13px;
}

/* 주문서 총합 */
#sod_frm #sod_bsk_tot {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #f0efeb;
}
#sod_frm #sod_bsk_tot:after { content: ''; display: block; clear: both; }
#sod_frm #sod_bsk_tot li {
    position: relative;
    float: left;
    width: 33.3333%;
    height: 76px;
    padding: 14px 0;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #f0efeb;
}
#sod_frm #sod_bsk_tot li span {
    display: block;
    margin-bottom: 4px;
    color: #888;
    font-size: 12px;
    font-weight: 500;
}
#sod_frm #sod_bsk_tot .sod_bsk_sell,
#sod_frm #sod_bsk_tot .sod_bsk_coupon {
    border-right: 1px solid #f0efeb;
}
#sod_frm #sod_bsk_tot .sod_bsk_point,
#sod_frm #sod_bsk_tot .sod_bsk_cnt {
    width: 100%;
    clear: both;
    height: 44px;
    padding: 0 16px;
    line-height: 44px;
    text-align: right;
    font-size: 13px;
}
#sod_frm #sod_bsk_tot .sod_bsk_point span,
#sod_frm #sod_bsk_tot .sod_bsk_cnt span {
    float: left;
    margin: 0;
    font-weight: 500;
}
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong {
    font-size: 1.25em;
    color: var(--cf-main, #83745d);
}
#od_tot_price {
    margin: 16px 0;
    padding: 0 16px;
    background: #fff;
    line-height: 48px;
    text-align: right;
    border-radius: 12px;
    border: 1px solid #f0efeb;
}
#od_tot_price span { float: left; font-weight: 600; color: #555; }
#od_tot_price strong {
    font-size: 1.4em;
    color: var(--cf-main, #83745d);
}

#sod_frm .btn_confirm {
    padding: 16px 0;
    background: transparent;
    margin-top: 16px;
}
#sod_frm .btn_submit,
#sod_frm .btn_cancel,
#sod_frm .btn01 {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    margin: 6px 0;
}

#sod_frm_pt_alert {
    margin: 12px 0;
    padding: 14px 16px;
    background: #faf3ec;
    border: 1px solid #f0e3d4;
    border-radius: 10px;
    color: #8b5a3c;
    font-size: 13px;
    line-height: 1.5;
}

/* PC 주문서 — 2컬럼 */
@media (min-width: 970px) {
    .sod_left { display: table-cell; width: 65%; padding-right: 16px; vertical-align: top; }
    .sod_right { display: table-cell; width: 35%; background: #fafaf8; padding: 24px; vertical-align: top; border-radius: 14px; }
    .sod_right #sod_frm_pay { padding: 0; background: transparent; border: 0; }
    #sod_frm .sod_right .btn_confirm { padding: 0; background: transparent; margin: 16px 0; }
}


/* ==========================================================
   10. 배송지 / 쿠폰
   ========================================================== */
#sod_addr ul { margin: 0; padding: 0; }
#sod_addr li {
    position: relative;
    border-bottom: 1px solid #f0efeb;
}
#sod_addr .addr_title {
    padding: 12px 14px 12px 36px;
    border-bottom: 1px solid #f0efeb;
}
#sod_addr .ad_chk { position: absolute; top: 16px; left: 12px; }
#sod_addr .addr_info { padding: 16px; }
#sod_addr .addr_name { margin-bottom: 8px; font-size: 15px; font-weight: 600; }
#sod_addr .addr_addr, #sod_addr .addr_tel { margin: 4px 0; color: #555; font-size: 13px; line-height: 1.5; }
#sod_addr .addr_btn {
    padding: 12px;
    display: flex;
    gap: 6px;
}
#sod_addr .addr_btn > * { flex: 1; }
#sod_addr .sel_address,
#sod_addr .del_address {
    height: 36px; line-height: 34px;
    text-align: center;
    border-radius: 999px;
    font-size: 13px;
}
#sod_addr .sel_address { background: var(--cf-main, #83745d); color: #fff; border: 0; }
#sod_addr .del_address { background: #fff; border: 1px solid #e5e3de; color: #555; }
#sod_addr input[type=radio] { position: absolute; opacity: 0; pointer-events: none; }
#sod_addr .add_lb {
    display: inline-flex; align-items: center; justify-content: center;
    flex: 1;
    height: 36px;
    border: 1px solid var(--cf-main, #83745d);
    color: var(--cf-main, #83745d);
    border-radius: 999px;
    cursor: pointer;
}
#sod_addr input[type=radio]:checked + .add_lb {
    background: var(--cf-main, #83745d);
    color: #fff;
}

.od_coupon {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    border: 1px solid #f0efeb;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    padding-bottom: 16px;
}
.od_coupon h3 {
    padding: 16px 16px 8px;
    font-size: 15px; font-weight: 600;
}
.od_coupon .btn_confirm { margin: 16px; }
.od_coupon .btn_confirm .btn_submit {
    width: 100%; height: 44px;
    font-size: 14px; font-weight: 600;
}
.od_coupon .btn_confirm .btn_close {
    position: absolute;
    top: 12px; right: 12px;
    width: 32px; height: 32px;
    background: transparent; border: 0;
    color: #555; font-size: 18px;
    border-radius: 999px;
}
.od_coupon .btn_confirm .btn_close:hover { background: #f3f2ee; }

.cp_btn, .cp_btn1, .cp_cancel, .cp_cancel1 {
    padding: 0 10px;
    height: 28px; line-height: 26px;
    border-radius: 999px;
    font-size: 12px;
    border: 1px solid #e5e3de;
    background: #fff;
    color: #555;
}
.cp_apply {
    padding: 0 12px;
    height: 28px; line-height: 26px;
    border-radius: 999px;
    background: var(--cf-main, #83745d);
    color: #fff;
    border: 0;
    font-size: 12px;
}

#scp_list li {
    position: relative;
    padding: 16px;
    background: #fff;
    border: 1px solid #f0efeb;
    border-radius: 12px;
    margin-bottom: 10px;
}
#scp_list .li_title { font-size: 15px; font-weight: 600; }
#scp_list .pd_price { position: absolute; top: 16px; right: 16px; }
#scp_list .pd_price strong {
    font-size: 1.4em;
    color: var(--cf-main, #83745d);
}
#scp_list .li_target {
    margin-top: 8px;
    padding: 8px 12px;
    background: #fafaf8;
    border-radius: 8px;
    color: #666;
    font-size: 13px;
}


/* ==========================================================
   11. 주문내역 / 주문상세
   ========================================================== */
#sod_v { margin: 20px 0; }
#sod_v .td_stat { width: 100px; }
#sod_v_info {
    margin: 0 0 16px;
    padding: 14px 16px;
    background: #faf3ec;
    border: 1px solid #f0e3d4;
    color: #8b5a3c;
    border-radius: 10px;
    text-align: center;
}

.sod_fin_list .sod_ta_wr {
    padding: 16px;
    background: #fafaf8;
    border-radius: 12px;
    margin-bottom: 12px;
}
.sod_fin_list .prqty_stat {
    position: absolute;
    top: 0; right: 0;
    padding: 4px 8px;
    background: #888;
    color: #fff;
    font-size: 12px;
    border-radius: 999px;
}
.sod_fin_list .li_opt {
    color: #777;
    margin: 3px 0;
    line-height: 1.4;
    padding-right: 50px;
}

#sod_sts_wrap { margin: 0 0 12px; }
#sod_sts_explan_open {
    padding: 0 14px;
    height: 36px; line-height: 34px;
    border: 1px solid #e5e3de;
    border-radius: 999px;
    background: #fff;
    color: #555;
    font-size: 13px;
}
#sod_sts_explan { display: none; }

#sod_fin_legend {
    margin: 0 0 16px;
    padding: 14px 16px;
    background: #fafaf8;
    border-radius: 10px;
    line-height: 1.6;
}
#sod_fin_legend dt { float: left; width: 25%; font-weight: 500; }
#sod_fin_legend dd { float: left; width: 75%; color: #555; }

#sod_fin_view { margin: 24px 0; }
#sod_fin_view h3 {
    margin: 16px 0 10px;
    font-size: 15px; font-weight: 600;
}

#sod_fin_no {
    padding: 14px 16px;
    background: #fafaf8;
    border: 1px solid #f0efeb;
    border-radius: 10px;
    text-align: center;
    color: #555;
}
#sod_fin_no strong { font-size: 1.1em; color: #1f1f1f; }

#sod_fin_tot { margin: 16px 0; }
#sod_fin_tot h2 { margin: 16px 0 10px; font-size: 15px; font-weight: 600; }
#sod_fin_tot li {
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #f0efeb;
    border-radius: 10px;
    margin-bottom: 6px;
    font-size: 13px;
}
#sod_fin_tot li:after { content: ''; display: block; clear: both; }
#sod_fin_tot strong { float: right; font-weight: 600; }

#sod_fin_cancel { margin: 16px 0; }
#sod_fin_cancel button {
    width: 100%;
    height: 44px;
    background: #fff;
    border: 1px solid #c94444;
    color: #c94444;
    border-radius: 999px;
    font-weight: 500;
}
#sod_fin_cancel button:hover { background: #c94444; color: #fff; }
#sod_fin_cancel p {
    padding: 16px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
}
#sod_fin_cancelfrm {
    display: none;
    margin-top: 10px;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
#sod_fin_cancelfrm .frm_input { margin-bottom: 6px; }
#sod_fin_cancelfrm .btn_frmline { width: 100%; height: 44px; line-height: 42px; }

#sod_fin { margin: 24px 16px; }
.inquiry_price{display: none!important;}
/* 주문내역 리스트 — flex 기반 깔끔한 레이아웃 */
#sod_inquiry li {
    padding: 16px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #f0efeb;
    border-radius: 12px;
}
#sod_inquiry li:after { content: ''; display: block; clear: both; }
.
/* 1열: 주문번호/일시 + 상태 배지 */
#sod_inquiry li .idtime_link {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}
#sod_inquiry li .idtime_time {
    display: inline-block;
    margin-left: 8px;
    color: #888;
    font-size: 12px;
}
#sod_inquiry li .inv_status {
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 1;
}

/* 2열: 상품명 */
#sod_inquiry li .inquiry_name {
    margin: 12px 0 0;
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}

/* 3열: 가격 + 인보이스 (flex row) */
#sod_inquiry li .inquiry_price {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    color: var(--cf-main, #83745d);
}
#sod_inquiry li .inv_inv {
    display: inline-flex;
    align-items: center;
    float: right;
    margin-top: 8px;
    padding: 4px 12px 4px 4px;
    background: #fafaf8;
    border: 1px solid #e5e3de;
    border-radius: 999px;
    color: #555;
    font-size: 12px;
}
#sod_inquiry li .inv_inv i {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 22px; height: 22px;
    margin-right: 6px;
    background: #fff;
    color: var(--cf-main, #83745d);
    border-radius: 50%;
    font-size: 11px;
}
#sod_inquiry li .inv_inv:hover {
    background: var(--cf-main, #83745d);
    color: #fff;
    border-color: var(--cf-main, #83745d);
}
#sod_inquiry li .inv_inv:hover i { background: rgba(255,255,255,0.2); color: #fff; }

@media (max-width: 480px) {
    #sod_inquiry li .idtime_time { display: block; margin: 4px 0 0; }
    #sod_inquiry li .inv_status { display: block; float: none; margin-top: 8px; }
    #sod_inquiry li .inv_inv { float: none; margin-top: 10px; }
}

/* 상태 배지 */
.status_01, .status_02, .status_03,
.status_04, .status_05, .status_06 {
    display: inline-block;
    padding: 0 12px;
    height: 26px; line-height: 26px;
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
}
.status_01 { background: #f59e0b; }
.status_02 { background: #ef4444; }
.status_03 { background: #10b981; }
.status_04 { background: #3b82f6; }
.status_05 { background: #1f1f1f; }
.status_06 {
    background: #fafaf8;
    color: #555;
    border: 1px solid #e5e3de;
}


/* ==========================================================
   12. 위시리스트 (#sod_ws)
   ========================================================== */
#sod_ws { margin: 0 16px; }
#sod_ws li {
    position: relative;
    padding: 16px 16px 16px 104px;
    min-height: 90px;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #f0efeb;
    border-radius: 12px;
}
#sod_ws .wish_img {
    position: absolute;
    top: 16px; left: 16px;
    width: 72px; height: 72px;
    border-radius: 10px;
    overflow: hidden;
}
#sod_ws .wish_img img { width: 100%; height: 100%; object-fit: cover; }
#sod_ws .wish_info { min-height: 72px; }
#sod_ws .wish_chk { position: absolute; top: 8px; right: 8px; }
#sod_ws .wish_prd { display: block; font-weight: 600; font-size: 14px; }
#sod_ws .info_date { display: block; margin-top: 6px; color: #888; font-size: 12px; }
#sod_ws .wish_del {
    position: absolute;
    bottom: 12px; right: 12px;
}
#sod_ws .wish_del a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px;
    background: #fafaf8;
    color: #888;
    border-radius: 8px;
}
#sod_ws .wish_del a:hover { background: #ef4444; color: #fff; }
#sod_ws .sold_out {
    display: inline-block;
    padding: 2px 8px;
    background: #1f1f1f;
    color: #fff;
    font-size: 11px;
    border-radius: 999px;
}
#sod_ws_act {
    display: flex; gap: 8px;
    margin: 16px 0;
}
#sod_ws_act .btn01, #sod_ws_act .btn02 {
    flex: 1;
    height: 48px; line-height: 46px;
    font-size: 15px; font-weight: 600;
}


/* ==========================================================
   13. 마이페이지 (#smb_my)
   ========================================================== */
#smb_my {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

#smb_my_ov {
    background: #fff;
    border: 1px solid #f0efeb;
    border-radius: 18px;
    margin-bottom: 24px;
    overflow: hidden;
}
#smb_my_ov .hello_name {
    position: relative;
    padding: 32px 20px 24px;
    background: linear-gradient(135deg, #fafaf8 0%, #fff 100%);
    border-bottom: 1px solid #f0efeb;
    text-align: center;
}
#smb_my_ov .my_img {
    display: inline-block;
    width: 84px; height: 84px;
    margin-bottom: 12px;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
#smb_my_ov .my_img img { width: 100%; height: 100%; object-fit: cover; }
#smb_my_ov .btn_edit {
    position: absolute;
    bottom: -18px; left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    background: rgba(0,0,0,0.7);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}
#smb_my_ov .btn_edit:hover { background: #000; color: #fff; }
#smb_my_ov .btn_out {
    position: absolute;
    top: 12px; right: 12px;
    padding: 4px 12px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #e5e3de;
    border-radius: 999px;
    color: #555;
    font-size: 12px;
}
#smb_my_ov .btn_out:hover { background: #1f1f1f; color: #fff; border-color: #1f1f1f; }
#smb_my_ov .my_name {
    margin: 18px 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
}

/* 쿠폰 / 포인트 요약 */
.my_cou_wr {
    display: flex;
    border-bottom: 1px solid #f0efeb;
    background: #fff;
}
.my_cou_wr .my_cou,
.my_cou_wr .my_po {
    flex: 1;
    padding: 16px;
    text-align: center;
}
.my_cou_wr .my_cou { border-right: 1px solid #f0efeb; }
.my_cou_wr img {
    width: 22px;
    margin-bottom: 6px;
    opacity: 0.7;
}
.my_cou_wr span { display: block; color: #555; font-size: 13px; }
.my_cou_wr strong {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    color: var(--cf-main, #83745d);
}

.my_info { padding: 14px 16px; background: #fff; line-height: 1.6; }
.my_info dt {
    padding: 10px 0 4px;
    border-top: 1px solid #f0efeb;
    color: #888;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.my_info dt:first-child { border-top: 0; }
.my_info dd {
    padding-bottom: 10px;
    color: #1f1f1f;
    font-size: 13px;
}
.btn_my_if {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 12px 16px;
    background: #fafaf8;
    border-radius: 10px;
    color: #555;
    font-size: 13px;
    text-align: left;
}

#smb_my_wr { min-height: 500px; }
#smb_my_od, #smb_my_wish { margin-bottom: 40px; }
#smb_my_od h2,
#smb_my_wish h2 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
}

/* 위시리스트 그리드 */
#smb_my_wish ul:after { content: ''; display: block; clear: both; }
#smb_my_wish li {
    float: left;
    width: 25%;
    padding: 6px;
}
#smb_my_wish li img {
    width: 100%;
    border-radius: 12px;
}
#smb_my_wish li a {
    display: block;
    margin: 8px 2px 0;
    font-size: 13px;
    font-weight: 500;
}
#smb_my_wish .empty_list {
    width: 100%;
    padding: 90px 0;
    text-align: center;
    color: #888;
}

@media (min-width: 970px) {
    #smb_my { padding-left: 340px; }
    #smb_my_ov {
        position: absolute;
        top: 40px; left: 20px;
        width: 280px;
    }
    .btn_my_if { display: none; }
}
@media (max-width: 969px) {
    #smb_my { padding: 24px 16px 40px; }
    .my_info { display: none; }
}
@media (max-width: 640px) {
    #smb_my_wish li { width: 50%; }
}


/* ==========================================================
   14. 새창 / 현금영수증 / 캡챠 / 기타
   ========================================================== */
.new_win { }
.new_win #win_title {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    border-bottom: 1px solid #f0efeb;
}
.new_win_con { padding: 16px 20px; }
.new_win .win_ul { padding: 10px 20px; }
.new_win .win_ul li { display: inline-block; margin-right: 4px; }
.new_win .win_ul li a {
    display: inline-block;
    padding: 4px 12px;
    color: #555;
    border-radius: 999px;
}
.new_win .win_ul li .selected {
    background: var(--cf-main, #83745d);
    color: #fff;
}
.new_win .win_btn {
    padding: 16px 20px;
    text-align: center;
}
.new_win .win_btn .btn_submit,
.new_win .win_btn .btn_close {
    width: 100%;
    height: 44px;
    margin: 4px 0;
}

/* 캡챠 */
#captcha { position: relative; }
#captcha #captcha_img {
    height: 44px;
    border: 1px solid #e5e3de;
    border-radius: 6px;
    vertical-align: top;
}
#captcha #captcha_mp3,
#captcha #captcha_reload {
    width: 44px; height: 44px;
    border: 0;
    background: #fafaf8;
    border-radius: 6px;
    cursor: pointer;
}
#captcha #captcha_key {
    width: 120px; height: 44px;
    margin-left: 4px;
    padding: 0 12px;
    border: 1px solid #e5e3de;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
}
#captcha #captcha_info {
    display: block;
    margin-top: 6px;
    color: #888;
    font-size: 12px;
}
#captcha.m_captcha audio { display: block; margin-bottom: 6px; }

/* 현금영수증 */
#scash section { padding: 14px 0; }
#scash h2 { margin-bottom: 12px; text-align: center; font-size: 16px; font-weight: 600; }
#scash_apply { padding: 14px 0; text-align: center; }
#scash_apply button {
    padding: 10px 24px;
    background: #1f1f1f;
    color: #fff;
    border-radius: 999px;
}
#scash_copy { text-align: center; color: #555; font-size: 12px; }

/* CKEditor 태그 */
#bo_v_con ul, #bo_v_con ol {
    display: block;
    margin: 1em 0;
    padding-left: 40px;
}
#bo_v_con ul { list-style: disc; }
#bo_v_con ol { list-style: decimal; }
#bo_v_con li { display: list-item; }

/* 목록 바로가기 (탭) */
.sanchor {
    display: flex;
    margin-bottom: 10px;
}
.sanchor li {
    flex: 1;
    border-top: 2px solid #1f1f1f;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.05em;
}
.sanchor a {
    display: block;
    padding: 10px;
    background: #fafaf8;
    border-left: 1px solid #f0efeb;
    border-bottom: 1px solid #f0efeb;
    color: #555;
}
.sanchor a:focus,
.sanchor a:hover { background: #f0efeb; color: #1f1f1f; }
.sanchor a.sanchor_on {
    background: #fff;
    border-bottom-color: #fff;
    color: #1f1f1f;
    font-weight: 600;
}

/* 상품상세 floating */
#info_top_layer,
#form_btn_layer {
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    background: #fafaf8;
}

/* 이벤트 */
#sev_hhtml, #sev_thtml { padding: 16px; }
#sev_hhtml img, #sev_thtml img { width: 100%; }

/* 이미지 비율 */
.img_fix { width: 100%; height: auto; }

/* 자바스크립트 alert 대안 */
#validation_check {
    margin: 80px auto;
    max-width: 500px;
    padding: 0 16px;
}
#validation_check h1 { margin-bottom: 20px; font-size: 1.3em; font-weight: 600; }
#validation_check p {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #f0efeb;
    border-radius: 12px;
    line-height: 1.6;
}

/* 관리자 고정 버튼 */
.hd_admin {
    position: fixed;
    bottom: 10px; left: 10px;
    z-index: 999;
}
.hd_admin a {
    display: inline-block;
    padding: 0 20px;
    height: 40px; line-height: 40px;
    background: #b92b2b;
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
}
.hd_admin a:hover { background: #8b2020; color: #fff; }

/* 포인트 입력 */
.sod_frm_point {
    margin-top: 10px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #f0efeb;
    border-radius: 10px;
    text-align: right;
}
.sod_frm_point div:after { content: ''; display: block; clear: both; }
.sod_frm_point div label { float: left; line-height: 36px; font-weight: 500; color: #555; }
.sod_frm_point div strong { float: left; font-weight: 500; color: #666; }
.sod_frm_point div span { display: block; font-size: 12px; color: #888; }
.sod_frm_point #od_temp_point {
    width: 120px; height: 36px;
    border: 1px solid #e5e3de;
    border-radius: 6px;
    text-align: right;
    padding: 0 10px;
}

/* 계좌 선택 */
#settle_bank {
    margin-top: 10px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #f0efeb;
    border-radius: 10px;
}
#settle_bank select {
    height: 36px;
    margin-bottom: 6px;
}
#settle_bank label { display: block; margin-bottom: 4px; font-size: 13px; color: #555; }
#settle_bank #od_deposit_name {
    height: 36px;
    border: 1px solid #e5e3de;
    border-radius: 6px;
    text-align: center;
}

/* 사이드뷰 */
.sv_wrap { display: inline-block; position: relative; }
.sv_wrap .sv {
    display: none;
    position: absolute;
    top: 100%; left: 0;
    z-index: 100;
    margin-top: 4px;
    min-width: 120px;
    background: #1f1f1f;
    border-radius: 8px;
    overflow: hidden;
}
.sv_wrap .sv a {
    display: block;
    padding: 8px 12px;
    color: #fff !important;
    font-size: 13px;
}
.sv_wrap .sv a:hover { background: rgba(255,255,255,0.08); }
.sv_on { display: block !important; }
.sv_nojs .sv { display: block; }

/* 게시판 작성 wrapper (간소) */
#bo_w { padding: 16px; }
#fregisterform { margin: 16px; }
#sit_sms_new #sms_agree { padding: 12px 20px !important; }
