/* Keep Youngcart internals while presenting the HDDFS shell. */
#hd_define, #tnb, .visit, #ft_catch, #hd_login_msg { display: none !important; }

/* ===== Cross-browser alignment baseline (Chrome / Firefox / Safari / Edge) ===== */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
}

/* PC HDDFS is fixed-width (not fluid). Keep the whole page on the same rhythm. */
body:not(.hddfs-mobile-shop) {
    min-width: 1356px;
}

.hddfs-top-notice {
    min-width: 1356px;
    height: 38px;
    background: #d71920;
    color: #fff;
    text-align: center;
}

.hddfs-top-notice a {
    display: block;
    color: inherit;
    font-size: 13px;
    line-height: 38px;
    text-decoration: none;
}

#header.area-gnb {
    position: relative;
    top: auto;
    height: 121px; /* match HDDFS PC header (was wrongly forced to 197px) */
    min-width: 1356px;
}

/* CDN layout.css #wrap{padding-top:121px} is for position:fixed #header — header is in-flow here */
.hddfs-shop-wrap:not(.is-mobile) {
    min-width: 1356px;
    padding-top: 0 !important;
}

/* Let CDN control .wrap-header-category (hidden at top, opens on scroll via .is-scroll) */

#header.area-gnb .box {
    max-width: 1356px;
    margin: 0 auto;
    width: 100%;
}

.hddfs-shop-wrap #container {
    width: 100%;
    min-height: 500px;
}

.hddfs-shop-wrap #container .shop-content {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 1px 0 80px;
}

.hddfs-shop-wrap #container .shop-content.is_index {
    margin: 0 auto;
    padding-top: 0;
}

.hddfs-shop-wrap #wrapper_title {
    padding: 36px 0 24px;
}

#header .wrap-gnb-logo > h1 a,
#footer .copyright .logo a {
    display: inline-block;
}

/* PC logo size comes from HDDFS CDN (h1 202×62) — do not hard-lock here
   or it fights scroll state (.is-scroll hides the logo). */

/* ===== PC main visual: match HDDFS CDN (2× square 666, gap 24) ===== */
.hddfs-shop-wrap:not(.is-mobile) .area-visual {
    position: relative;
    width: 1356px;
    max-width: 1356px;
    margin: 0 0 0 -78px; /* center 1356 inside 1200 content column */
    padding-bottom: 0;
    overflow: hidden;
}

.hddfs-shop-wrap:not(.is-mobile) .main-visual-swiper {
    position: relative;
    overflow: hidden;
}

.hddfs-shop-wrap:not(.is-mobile) .main-visual-swiper .swiper-slide,
.hddfs-shop-wrap:not(.is-mobile) .main-visual-swiper .visual__item {
    width: calc((100% - 24px) / 2) !important;
    height: 666px;
    margin-right: 24px;
    border-radius: 16px;
    overflow: hidden;
}

.hddfs-shop-wrap:not(.is-mobile) .main-visual-swiper .visual__item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.hddfs-shop-wrap:not(.is-mobile) .main-visual-swiper .visual__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: auto; /* kill earlier tall 670/994 override */
}

.hddfs-shop-wrap:not(.is-mobile) .keyvisual.area-visual + article#main.main-content {
    margin-top: 70px;
}

/* ===== PC dashboard: HDDFS renewal size (72×72 squircle) ===== */
.hddfs-shop-wrap:not(.is-mobile) .main__dashboard {
    margin: 0;
}

.hddfs-shop-wrap:not(.is-mobile) .main__dashboard > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 28px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hddfs-shop-wrap:not(.is-mobile) .main__dashboard li,
.hddfs-shop-wrap:not(.is-mobile) .main__dashboard a {
    display: block;
    position: relative;
}

.hddfs-shop-wrap:not(.is-mobile) .main__dashboard li {
    flex: 0 0 auto;
    width: 72px;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.hddfs-shop-wrap:not(.is-mobile) .main__dashboard a {
    width: 72px;
    text-align: center;
}

.hddfs-shop-wrap:not(.is-mobile) .main__dashboard--img {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 24px;
    aspect-ratio: auto;
    background: #f5f5f5;
    isolation: isolate;
}

.hddfs-shop-wrap:not(.is-mobile) .main__dashboard--img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}


.hddfs-shop-wrap:not(.is-mobile) .main__dashboard--tit {
    margin-top: 10px;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ===== PC product sections ===== */
.hddfs-shop-wrap:not(.is-mobile) .hddfs-products {
    padding-top: 88px;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-products + .hddfs-products {
    padding-top: 56px;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-products .box-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-products .box-tit h2 {
    font-size: 30px;
    line-height: 1.3;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 24px;
}

/* Kill CDN fixed product card widths inside our grid */
.hddfs-shop-wrap:not(.is-mobile) .hddfs-product-grid > .product__item,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-product-grid > .hddfs-product-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-product-grid > .product__item > a,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-product-grid > .hddfs-product-card > a {
    width: 100% !important;
    max-width: none !important;
}

.hddfs-products-more {
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

.hddfs-product-card {
    min-width: 0;
}

.hddfs-product-card > a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.hddfs-product-card .product__img {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
    background: #f7f7f7;
}

.hddfs-product-card .product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hddfs-product-card .product__brand-info {
    display: block !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    text-overflow: unset !important;
    word-break: break-word !important;
    white-space: normal !important;
}

.hddfs-product-origin {
    display: block;
    margin-top: 4px;
    color: #999;
    font-size: 13px;
}

.hddfs-products-empty {
    padding: 70px 0;
    background: #f7f7f7;
    color: #777;
    font-size: 15px;
    text-align: center;
}

.hddfs-shop-wrap:not(.is-mobile) #footer {
    min-width: 1356px;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .copy {
    box-sizing: border-box !important;
    width: 1356px !important;
    max-width: 1356px !important;
    margin: 0 auto !important;
    padding: 22px 0 24px !important;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .policy .box,
.hddfs-shop-wrap:not(.is-mobile) #footer .copyright {
    max-width: 1356px;
    margin-left: auto;
    margin-right: auto;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .copyright {
    float: none !important;
    width: 100% !important;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .copyright .logo {
    margin: 0 0 8px !important;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .copyright .logo a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .copyright .logo strong {
    display: inline-block !important;
    margin: 0 0 0 8px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .policy .box,
.hddfs-shop-wrap:not(.is-mobile) #footer .policy .box a,
.hddfs-shop-wrap:not(.is-mobile) #footer .policy .box a strong,
.hddfs-shop-wrap:not(.is-mobile) #footer .policy .box button,
.hddfs-shop-wrap:not(.is-mobile) #footer .copy,
.hddfs-shop-wrap:not(.is-mobile) #footer .copy a,
.hddfs-shop-wrap:not(.is-mobile) #footer .copy strong,
.hddfs-shop-wrap:not(.is-mobile) #footer .copy li,
.hddfs-shop-wrap:not(.is-mobile) #footer .copy li span,
.hddfs-shop-wrap:not(.is-mobile) #footer .copy p {
    color: #fff !important;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .copyright ul,
.hddfs-shop-wrap:not(.is-mobile) #footer .copyright li,
.hddfs-shop-wrap:not(.is-mobile) #footer .copyright li span {
    float: none !important;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .copyright li {
    margin: 0 0 2px !important;
    line-height: 1.5 !important;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .copyright p {
    padding-top: 8px !important;
}

.hddfs-shop-wrap:not(.is-mobile) #footer .escrow {
    display: none !important;
}

/* HDDFS cart and checkout: restrained retail typography with red totals. */
.hddfs-shop-wrap #wrapper_title {
    position: relative;
    padding: 58px 0 30px;
    color: #111;
    font-family: Arial, "Malgun Gothic", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.045em;
}

.hddfs-shop-wrap #wrapper_title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    background: #d71920;
    content: "";
}

.hddfs-shop-wrap #sod_bsk,
.hddfs-shop-wrap #sod_frm {
    --hddfs-order-ink: #111;
    --hddfs-order-muted: #777;
    --hddfs-order-line: #dedede;
    --hddfs-order-soft: #f7f7f7;
    --hddfs-order-red: #d71920;
    margin: 48px 0 40px;
    color: var(--hddfs-order-ink);
    font-family: Arial, "Malgun Gothic", sans-serif;
    font-size: 14px;
}

.hddfs-shop-wrap .od_prd_list table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--hddfs-order-ink);
}

.hddfs-shop-wrap .od_prd_list thead th {
    height: 54px;
    padding: 0 14px;
    border: 0;
    border-bottom: 1px solid var(--hddfs-order-line);
    background: #fff;
    color: var(--hddfs-order-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
}

.hddfs-shop-wrap .od_prd_list tbody td {
    height: 118px;
    padding: 20px 14px;
    border: 0;
    border-bottom: 1px solid var(--hddfs-order-line);
    background: #fff;
    color: var(--hddfs-order-ink);
}

.hddfs-shop-wrap .od_prd_list .td_prd {
    min-height: 118px;
    padding-left: 126px;
}

.hddfs-shop-wrap .od_prd_list .td_prd .sod_img {
    top: 19px;
    left: 22px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    background: var(--hddfs-order-soft);
}

.hddfs-shop-wrap .od_prd_list .td_prd .sod_img img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.hddfs-shop-wrap .od_prd_list .td_prd .sod_name {
    display: flex;
    min-height: 78px;
    flex-direction: column;
    justify-content: center;
    line-height: 1.55;
}

.hddfs-shop-wrap .od_prd_list .prd_name,
.hddfs-shop-wrap .od_prd_list .sod_name > b {
    color: var(--hddfs-order-ink);
    font-size: 15px;
    font-weight: 600;
}

.hddfs-shop-wrap .od_prd_list .td_num,
.hddfs-shop-wrap .od_prd_list .td_numbig,
.hddfs-shop-wrap .od_prd_list .td_dvr {
    font-variant-numeric: tabular-nums;
}

.hddfs-shop-wrap .od_prd_list .total_prc,
.hddfs-shop-wrap .od_prd_list .total_price {
    color: var(--hddfs-order-ink);
    font-size: 16px;
    font-weight: 700;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list .hddfs-unit {
    margin-left: 2px;
    color: inherit;
    font-size: 13px;
    font-weight: 600;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list table {
    table-layout: fixed;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list thead th:nth-child(1) {
    width: 42%;
    text-align: left;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list thead th:nth-child(2) {
    width: 8%;
    text-align: center;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list thead th:nth-child(3),
.hddfs-shop-wrap .hddfs-order-page .od_prd_list thead th:nth-child(4),
.hddfs-shop-wrap .hddfs-order-page .od_prd_list thead th:nth-child(5),
.hddfs-shop-wrap .hddfs-order-page .od_prd_list thead th:nth-child(6) {
    width: 12.5%;
    padding-right: 14px;
    text-align: right;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list tbody td {
    height: auto;
    min-height: 96px;
    padding: 16px 14px;
    vertical-align: middle;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list tbody td:nth-child(2) {
    text-align: center;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list tbody td:nth-child(3),
.hddfs-shop-wrap .hddfs-order-page .od_prd_list tbody td:nth-child(4),
.hddfs-shop-wrap .hddfs-order-page .od_prd_list tbody td:nth-child(5),
.hddfs-shop-wrap .hddfs-order-page .od_prd_list tbody td:nth-child(6) {
    padding-right: 14px;
    text-align: right;
    white-space: nowrap;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list .td_prd {
    padding-left: 110px;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list .td_prd .sod_img {
    left: 14px;
}

.hddfs-shop-wrap .sod_opt {
    margin-top: 7px;
    color: var(--hddfs-order-muted);
    font-size: 12px;
}

.hddfs-shop-wrap .sod_opt li {
    color: inherit;
}

.hddfs-shop-wrap .sod_opt li:before {
    margin-right: 7px;
    padding: 2px 5px;
    border-radius: 0;
    background: #eee;
    color: #555;
    font-size: 10px;
}

.hddfs-shop-wrap .sod_option_btn .mod_options,
.hddfs-shop-wrap .cp_btn,
.hddfs-shop-wrap .btn_cart_del button {
    border: 1px solid #bbb;
    border-radius: 0;
    background: #fff;
    color: #555;
}

.hddfs-shop-wrap .btn_cart_del {
    padding: 14px 0;
    border-bottom: 0;
}

.hddfs-shop-wrap .btn_cart_del button {
    height: 32px;
    margin-right: 4px;
    padding: 0 13px;
    font-size: 12px;
}

.hddfs-shop-wrap #sod_bsk #sod_bsk_tot {
    margin: 28px 0 0;
    border: 0;
}

.hddfs-shop-wrap #sod_bsk #sod_bsk_tot ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hddfs-order-ink);
    border-bottom: 1px solid var(--hddfs-order-line);
    background: var(--hddfs-order-soft);
}

.hddfs-shop-wrap #sod_bsk #sod_bsk_tot li,
.hddfs-shop-wrap #sod_bsk #sod_bsk_tot .sod_bsk_cnt {
    float: none;
    box-sizing: border-box;
    width: auto;
    padding: 25px 28px;
    border: 0;
    border-left: 1px solid var(--hddfs-order-line);
    background: transparent;
    color: var(--hddfs-order-ink);
    font-size: 13px;
}

.hddfs-shop-wrap #sod_bsk #sod_bsk_tot li:first-child {
    border-left: 0;
}

.hddfs-shop-wrap #sod_bsk #sod_bsk_tot li strong {
    margin-left: 8px;
    font-size: 20px;
    font-variant-numeric: tabular-nums;
}

.hddfs-shop-wrap #sod_bsk #sod_bsk_tot .sod_bsk_cnt strong {
    color: var(--hddfs-order-red);
}

.hddfs-shop-wrap #sod_bsk_act {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 32px 0 0;
}

.hddfs-shop-wrap #sod_bsk_act .btn01,
.hddfs-shop-wrap #sod_bsk_act .btn_submit {
    box-sizing: border-box;
    width: 188px;
    height: 54px;
    padding: 0 18px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 52px;
}

.hddfs-shop-wrap #sod_bsk_act .btn01 {
    border: 1px solid var(--hddfs-order-ink);
    background: #fff;
    color: var(--hddfs-order-ink);
}

.hddfs-shop-wrap #sod_bsk_act .btn_submit {
    border: 1px solid var(--hddfs-order-red);
    background: var(--hddfs-order-red);
    color: #fff;
}

.hddfs-shop-wrap #sod_bsk_act .btn01:hover,
.hddfs-shop-wrap #sod_bsk_act .btn01:focus {
    background: var(--hddfs-order-ink);
    color: #fff;
}

.hddfs-shop-wrap #sod_bsk_act .btn_submit:hover,
.hddfs-shop-wrap #sod_bsk_act .btn_submit:focus {
    border-color: #b30e14;
    background: #b30e14;
}

.hddfs-shop-wrap #sod_bsk .empty_table {
    height: auto;
    padding: 90px 20px;
    color: var(--hddfs-order-muted);
    font-size: 14px;
}

/* Checkout keeps the Youngcart form contract and only changes presentation. */
.hddfs-shop-wrap #sod_frm {
    display: flow-root;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm {
    display: grid;
    grid-template-columns: minmax(0, 792px) 368px;
    column-gap: 40px;
    align-items: start;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm .sod_left {
    display: contents;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm .od_prd_list {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin-right: 0;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm .sod_right {
    grid-column: 2;
    grid-row: 2;
    float: none !important;
    width: 368px;
    max-width: 100%;
    margin: 0;
}

.hddfs-shop-wrap #sod_frm .od_prd_list {
    margin-bottom: 46px;
}

.hddfs-shop-wrap #sod_frm .sod_left {
    width: 792px;
    margin-right: 40px;
}

.hddfs-shop-wrap #sod_frm .sod_right {
    width: 368px;
}

.hddfs-shop-wrap #sod_frm_orderer,
.hddfs-shop-wrap #sod_frm_taker {
    margin-bottom: 42px;
    border: 0;
}

.hddfs-order-orderer-hidden,
.hddfs-order #sod_frm_orderer.hddfs-order-orderer-hidden {
    display: none !important;
}

.hddfs-order #od_b_addr3,
.hddfs-order label[for="od_b_addr3"] {
    display: none !important;
}

.hddfs-shop-wrap #sod_frm section h2,
.hddfs-shop-wrap #sod_frm #sod_frm_pay h2 {
    position: static;
    padding: 0 0 15px;
    border: 0;
    border-bottom: 2px solid var(--hddfs-order-ink);
    color: var(--hddfs-order-ink);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.03em;
}

.hddfs-shop-wrap #sod_frm div.tbl_frm01,
.hddfs-shop-wrap #sod_frm_taker div.tbl_frm01 {
    padding: 0 !important;
}

.hddfs-shop-wrap #sod_frm .tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
}

.hddfs-shop-wrap #sod_frm .tbl_frm01 th,
.hddfs-shop-wrap #sod_frm .tbl_frm01 td {
    height: 68px;
    padding: 11px 16px;
    border-bottom: 1px solid var(--hddfs-order-line);
    background: #fff;
    line-height: 44px;
}

.hddfs-shop-wrap #sod_frm .tbl_frm01 th {
    box-sizing: border-box;
    width: 132px;
    padding-left: 4px;
    color: #555;
    font-size: 13px;
    font-weight: 600;
}

.hddfs-shop-wrap #sod_frm .frm_input,
.hddfs-shop-wrap #sod_frm textarea,
.hddfs-shop-wrap #sod_frm select {
    box-sizing: border-box;
    height: 44px;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    background: #fff;
    color: var(--hddfs-order-ink);
}

.hddfs-shop-wrap #sod_frm .frm_input:focus,
.hddfs-shop-wrap #sod_frm textarea:focus,
.hddfs-shop-wrap #sod_frm select:focus {
    border-color: var(--hddfs-order-ink);
    outline: 1px solid var(--hddfs-order-ink);
}

.hddfs-shop-wrap #sod_frm .frm_address {
    margin-top: 6px;
}

.hddfs-shop-wrap #sod_frm #od_memo {
    min-height: 110px;
    padding: 12px;
    line-height: 1.6;
    resize: vertical;
}

.hddfs-shop-wrap #sod_frm .tbl_frm01 td .btn_address,
.hddfs-shop-wrap #sod_frm .btn_frmline {
    height: 44px;
    border: 1px solid var(--hddfs-order-ink);
    border-radius: 0;
    background: #fff;
    color: var(--hddfs-order-ink);
    font-size: 12px;
}

.hddfs-shop-wrap #sod_frm_taker .order_choice_place {
    padding: 6px 100px 6px 12px;
    border: 0;
    background: var(--hddfs-order-soft);
    line-height: 32px;
}

.hddfs-shop-wrap #sod_frm_taker .order_choice_place input {
    width: auto;
}

.hddfs-shop-wrap #sod_frm_taker .order_choice_place label {
    margin-right: 14px;
}

.hddfs-shop-wrap #sod_frm_taker .tbl_frm01 .btn_frmline {
    top: 6px;
    right: 6px;
    height: 32px;
    line-height: 30px;
}

.hddfs-shop-wrap #forderform .sod_right #sod_bsk_tot,
.hddfs-shop-wrap #forderform .sod_right .pay_tbl,
.hddfs-shop-wrap #forderform .sod_right #od_tot_price,
.hddfs-shop-wrap #forderform .od_pay_buttons_el,
.hddfs-shop-wrap #display_pay_button {
    border-radius: 0;
    border-color: var(--hddfs-order-line);
    background: #fff;
}

.hddfs-shop-wrap #forderform .sod_right #sod_bsk_tot {
    border-top: 2px solid var(--hddfs-order-ink);
}

.hddfs-shop-wrap #sod_frm #sod_bsk_tot li {
    border-color: var(--hddfs-order-line);
}

.hddfs-shop-wrap #sod_frm #sod_bsk_tot li span:not(.hddfs-unit) {
    color: var(--hddfs-order-muted);
    font-size: 12px;
}

.hddfs-shop-wrap #sod_frm #sod_bsk_tot .sod_bsk_cnt strong,
.hddfs-shop-wrap #od_tot_price strong {
    color: var(--hddfs-order-red);
}

.hddfs-shop-wrap #sod_frm_pay {
    margin-top: 30px;
}

.hddfs-shop-wrap #sod_frm_pay .pay_tbl {
    margin-top: 0;
    border-top: 0;
}

.hddfs-shop-wrap #sod_frm_pay .pay_tbl th,
.hddfs-shop-wrap #sod_frm_pay .pay_tbl td {
    border-color: var(--hddfs-order-line);
}

.hddfs-shop-wrap #od_tot_price {
    margin: 0;
    padding: 10px 14px;
    line-height: 42px;
}

.hddfs-shop-wrap #forderform .od_pay_buttons_el {
    margin-top: 22px;
    padding: 14px;
}

.hddfs-shop-wrap #od_pay_sl h3 {
    margin: 0 0 12px;
    font-size: 14px;
}

.hddfs-shop-wrap #od_pay_sl .lb_icon {
    box-sizing: border-box;
    height: 58px;
    border-color: var(--hddfs-order-line);
    border-radius: 0;
    font-size: 12px;
}

.hddfs-shop-wrap #od_pay_sl input[type="radio"]:checked + .lb_icon {
    border-color: var(--hddfs-order-red);
    box-shadow: inset 0 0 0 1px var(--hddfs-order-red);
}

.hddfs-shop-wrap #display_pay_button {
    padding: 14px;
}

.hddfs-shop-wrap #display_pay_button .btn_submit,
.hddfs-shop-wrap #display_pay_button .btn01 {
    height: 54px;
    border-radius: 0;
    font-size: 14px;
}

.hddfs-shop-wrap #display_pay_button .btn_submit {
    border-color: var(--hddfs-order-red);
    background: var(--hddfs-order-red);
}

.hddfs-shop-wrap #display_pay_button .btn_submit:hover,
.hddfs-shop-wrap #display_pay_button .btn_submit:focus {
    border-color: #b30e14;
    background: #b30e14;
}

/* HDDFS checkout page chrome */
.hddfs-shop-wrap .hddfs-order-page {
    --hddfs-order-ink: #111;
    --hddfs-order-muted: #777;
    --hddfs-order-line: #dedede;
    --hddfs-order-soft: #f7f7f7;
    --hddfs-order-red: #d71920;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 0 20px;
    color: var(--hddfs-order-ink);
    font-family: Arial, "Malgun Gothic", sans-serif;
}

.hddfs-shop-wrap .hddfs-order-page__head {
    margin: 36px 0 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--hddfs-order-line);
}

.hddfs-shop-wrap .hddfs-order-page__eyebrow {
    margin: 0 0 8px;
    color: var(--hddfs-order-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
}

.hddfs-shop-wrap .hddfs-order-page__title {
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.2;
}

.hddfs-shop-wrap .hddfs-order-page__desc {
    margin: 0 0 22px;
    color: var(--hddfs-order-muted);
    font-size: 14px;
    line-height: 1.5;
}

.hddfs-shop-wrap .hddfs-order-page__steps {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hddfs-shop-wrap .hddfs-order-page__steps li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    height: 36px;
    background: var(--hddfs-order-soft);
    color: #999;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.hddfs-shop-wrap .hddfs-order-page__steps li + li {
    margin-left: 2px;
}

.hddfs-shop-wrap .hddfs-order-page__steps li.is-current {
    background: var(--hddfs-order-ink);
    color: #fff;
}

.hddfs-shop-wrap .hddfs-order-page #wrapper_title {
    display: none;
}

.hddfs-shop-wrap:has(.hddfs-order-page) #wrapper_title {
    display: none;
}

.hddfs-shop-wrap .hddfs-order-page #sod_frm.hddfs-order {
    margin-top: 8px;
}

.hddfs-shop-wrap .hddfs-order-page .od_prd_list .sod_img img {
    border: 1px solid var(--hddfs-order-line);
    border-radius: 0;
    background: #fff;
}

.hddfs-shop-wrap .hddfs-order-page .sod_right {
    position: sticky;
    top: 24px;
    padding: 0;
}

.hddfs-shop-wrap .hddfs-order-page #display_pay_button .btn_submit {
    font-weight: 700;
    letter-spacing: -.02em;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #display_pay_button .btn_submit {
    width: 0 !important;
}

/* HDDFS member auth: full-stage login / register. */
.hddfs-auth-stage {
    --hddfs-auth-ink: #111;
    --hddfs-auth-muted: #777;
    --hddfs-auth-line: #e0e0e0;
    --hddfs-auth-soft: #f5f5f5;
    --hddfs-auth-red: #d71920;
    box-sizing: border-box;
    min-height: 0;
    display: block;
    padding: 16px 0 0;
    background: #fff;
    color: var(--hddfs-auth-ink);
    font-family: Arial, "Malgun Gothic", sans-serif;
}

.hddfs-auth-stage--scroll {
    padding-top: 20px;
    padding-bottom: 16px;
}

html:has(.hddfs-auth-stage):not(:has(.hddfs-shop-wrap)),
body:has(.hddfs-auth-stage):not(:has(.hddfs-shop-wrap)) {
    min-height: 100%;
}

body:has(.hddfs-auth-stage):not(:has(.hddfs-shop-wrap)) {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
}

.hddfs-auth {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 16px;
    color: var(--hddfs-auth-ink);
    font-size: 14px;
}

.hddfs-auth--wide {
    max-width: 760px;
}

.hddfs-auth--join {
    max-width: 460px;
}

.hddfs-auth__msg {
    display: block;
    margin-top: 6px;
    color: var(--hddfs-auth-red);
    font-size: 12px;
}

.hddfs-auth__agree-box {
    margin: 8px 0 20px;
    padding: 16px 18px;
    border: 1px solid var(--hddfs-auth-line);
    background: #fafafa;
}

.hddfs-auth__agree-box .hddfs-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--hddfs-auth-ink);
    font-size: 13px;
    line-height: 1.45;
    cursor: pointer;
    position: relative;
}

.hddfs-auth__agree-box > label:last-of-type {
    margin-bottom: 0;
}

.hddfs-auth__agree-box input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 2px;
}

.hddfs-check__input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.hddfs-check__box {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background: #fff;
}

.hddfs-check__input:checked + .hddfs-check__box {
    border-color: #d71920;
    background: #d71920 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='%23fff' d='M4.5 9.5L0 5l1.4-1.4L4.5 6.7 10.6.6 12 2z'/%3E%3C/svg%3E") center / 12px 10px no-repeat;
}

.hddfs-check__input:focus + .hddfs-check__box {
    outline: 2px solid rgba(215, 25, 32, 0.35);
    outline-offset: 1px;
}

.hddfs-check__text {
    flex: 1 1 auto;
    color: #222;
    font-size: 13px;
    line-height: 1.45;
}

.hddfs-auth__agree-all-line {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--hddfs-auth-line);
    font-weight: 700 !important;
}

.hddfs-auth__agree-all-line .hddfs-check__text {
    font-weight: 700;
    font-size: 14px;
}

.hddfs-auth__term-toggle {
    display: inline-block;
    margin: -4px 0 12px 28px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--hddfs-auth-muted);
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.hddfs-auth__term-panel {
    margin: 0 0 14px 28px;
}

.hddfs-auth__term-panel[hidden] {
    display: none !important;
}

.hddfs-auth__term-panel textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 120px;
    padding: 12px;
    border: 1px solid var(--hddfs-auth-line);
    background: #fff;
    color: #555;
    font-size: 12px;
    line-height: 1.5;
    resize: vertical;
}

.hddfs-auth__captcha {
    margin-bottom: 8px;
}

.hddfs-auth__captcha-label {
    display: block;
    margin-bottom: 8px;
    color: var(--hddfs-auth-ink);
    font-size: 13px;
    font-weight: 600;
}

.hddfs-auth__captcha #captcha,
.hddfs-auth-stage #captcha {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--hddfs-auth-line);
    background: #fff;
    box-sizing: border-box;
}

.hddfs-auth__captcha #captcha legend {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hddfs-auth__captcha #captcha_img,
.hddfs-auth-stage #captcha_img {
    display: inline-block !important;
    width: auto !important;
    max-width: 160px;
    height: 40px !important;
    margin: 0 6px 8px 0 !important;
    padding: 0 !important;
    border: 1px solid #898989 !important;
    vertical-align: middle;
    background: #eee;
}

.hddfs-auth__captcha #captcha_key,
.hddfs-auth-stage #captcha_key {
    display: inline-block !important;
    width: 100px !important;
    max-width: 40% !important;
    height: 40px !important;
    margin: 0 6px 8px 0 !important;
    padding: 0 8px !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    background: #fff !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box !important;
}

.hddfs-auth__captcha #captcha_mp3,
.hddfs-auth__captcha #captcha_reload,
.hddfs-auth-stage #captcha_mp3,
.hddfs-auth-stage #captcha_reload {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 4px 8px 0 !important;
    padding: 0 !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    background-color: #f5f5f5 !important;
    background-image: url("../../../img/captcha2.png") !important;
    background-repeat: no-repeat !important;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    text-indent: -999px;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.hddfs-auth__captcha #captcha_mp3,
.hddfs-auth-stage #captcha_mp3 {
    background-position: 0 0 !important;
}

.hddfs-auth__captcha #captcha_reload,
.hddfs-auth-stage #captcha_reload {
    background-position: 0 -40px !important;
}

.hddfs-auth__captcha #captcha_info,
.hddfs-auth-stage #captcha_info {
    display: block !important;
    margin: 4px 0 0;
    color: #777;
    font-size: 12px;
    letter-spacing: -0.02em;
}

.hddfs-auth__captcha.m_captcha #captcha_img,
.hddfs-auth-stage #captcha.m_captcha #captcha_img {
    display: block !important;
    width: 160px !important;
    height: 60px !important;
    max-width: 100%;
    margin-bottom: 8px !important;
}

.hddfs-shop-wrap .hddfs-auth-stage {
    min-height: 0;
    padding: 48px 0 80px;
    background: transparent;
}

.hddfs-shop-wrap .hddfs-auth {
    padding: 0;
    max-width: 520px;
    margin: 0 auto;
}

.hddfs-shop-wrap .hddfs-auth__brand,
.hddfs-shop-wrap .hddfs-auth__home,
.hddfs-shop-wrap .hddfs-auth__tabs,
.hddfs-shop-wrap .hddfs-auth__panel {
    display: none;
}

.hddfs-shop-wrap .hddfs-auth--login .hddfs-auth__panel,
.hddfs-shop-wrap .hddfs-auth--join .hddfs-auth__panel {
    display: block;
    border: 0;
    box-shadow: none;
}

.hddfs-shop-wrap:has(.hddfs-auth--login) #wrapper_title,
.hddfs-shop-wrap:has(.hddfs-auth--join) #wrapper_title {
    display: none !important;
}

.hddfs-auth__heading {
    margin: 0 0 10px;
    color: #111;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.04em;
    text-align: center;
}

.hddfs-auth--login > .hddfs-auth__lead,
.hddfs-auth--join > .hddfs-auth__lead {
    margin: 0 0 28px;
    color: #777;
    font-size: 14px;
    text-align: center;
}

.hddfs-auth__switch {
    display: flex;
    margin: 0 0 28px;
    border-bottom: 1px solid #e5e5e5;
}

.hddfs-auth__switch a,
.hddfs-auth__switch span {
    flex: 1;
    height: 48px;
    color: #999;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
}

.hddfs-auth__switch .is-active {
    color: #111;
    box-shadow: inset 0 -2px 0 #d71920;
}

.hddfs-auth__field--line,
.hddfs-auth--login .hddfs-auth__field,
.hddfs-auth--join .hddfs-auth__field {
    display: block;
    margin: 0 0 22px;
}

.hddfs-auth__field--line label,
.hddfs-auth--login .hddfs-auth__field label,
.hddfs-auth--join .hddfs-auth__field label {
    display: block;
    flex: none;
    width: auto;
    margin: 0 0 6px;
    color: #111;
    font-size: 13px;
    font-weight: 600;
}

.hddfs-auth__field--line .frm_input,
.hddfs-auth--login .hddfs-auth__field .frm_input,
.hddfs-auth--join .hddfs-auth__field .frm_input {
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #111;
    border-radius: 0;
    background: transparent;
    line-height: 44px;
}

.hddfs-auth__field--line .frm_input:focus,
.hddfs-auth--login .hddfs-auth__field .frm_input:focus,
.hddfs-auth--join .hddfs-auth__field .frm_input:focus {
    border-color: #d71920;
    outline: 0;
}

.hddfs-auth__save {
    margin: 4px 0 20px;
}

.hddfs-auth__find {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
    color: #999;
    font-size: 13px;
}

.hddfs-auth__find a {
    color: #111;
    text-decoration: none;
}

.hddfs-shop-wrap .hddfs-auth--login .btn_submit,
.hddfs-shop-wrap .hddfs-auth--join .btn_submit {
    margin-top: 8px;
}

.hddfs-shop-wrap.is-mobile .hddfs-auth-stage {
    padding: 28px 16px 48px;
}

.hddfs-shop-wrap.is-mobile .hddfs-auth {
    max-width: none;
}

.hddfs-shop-wrap.is-mobile .hddfs-auth__heading {
    font-size: 26px;
}

body:has(.hddfs-auth--login) .hddfs-m-util,
body:has(.hddfs-auth--join) .hddfs-m-util,
body:has(.hddfs-auth--login) .m-gnb-chips,
body:has(.hddfs-auth--join) .m-gnb-chips {
    display: none !important;
}

.hddfs-auth--login .frm_input.required,
.hddfs-auth--join .frm_input.required {
    background-image: none !important;
}

.hddfs-auth__brand {
    display: flex;
    justify-content: center;
    margin: 0 0 16px;
    text-decoration: none;
}

.hddfs-auth__brand:hover,
.hddfs-auth__brand:focus {
    text-decoration: none;
}

.hddfs-auth__brand img {
    display: block;
    width: auto;
    height: 48px;
}

.hddfs-auth__tagline {
    display: none;
}

.hddfs-auth__title {
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 16px;
    color: var(--hddfs-auth-ink);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.045em;
    text-align: center;
}

.hddfs-auth__title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 3px;
    margin-left: -16px;
    background: var(--hddfs-auth-red);
    content: "";
}

.hddfs-auth__subtitle {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.hddfs-auth__lead {
    margin: 0 0 24px;
    color: var(--hddfs-auth-muted);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.hddfs-auth--login .hddfs-auth__lead,
.hddfs-auth--terms .hddfs-auth__lead,
.hddfs-auth--form .hddfs-auth__lead,
.hddfs-auth--lost .hddfs-auth__lead,
.hddfs-auth--confirm .hddfs-auth__lead {
    text-align: center;
}

.hddfs-auth__shell.mbskin,
.hddfs-auth .mbskin,
#mb_login.mbskin,
#mb_confirm.mbskin {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: left !important;
    box-shadow: none !important;
}

.hddfs-auth .mbskin:after,
#mb_login.mbskin:after,
#mb_confirm.mbskin:after {
    display: none !important;
    content: none !important;
}

.hddfs-auth .mbskin h1,
#mb_login.mbskin h1,
#mb_confirm.mbskin h1 {
    margin: 0;
}

.hddfs-auth__panel {
    overflow: hidden;
    border: 1px solid var(--hddfs-auth-line);
    background: #fff;
    box-shadow: none;
}

.hddfs-auth__tabs {
    display: flex;
    border-bottom: 1px solid var(--hddfs-auth-line);
    background: var(--hddfs-auth-soft);
}

.hddfs-auth__tabs a,
.hddfs-auth__tabs span {
    flex: 1;
    height: 54px;
    color: var(--hddfs-auth-muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
}

.hddfs-auth__tabs .is-active {
    background: #fff;
    box-shadow: inset 0 -2px 0 var(--hddfs-auth-red);
    color: var(--hddfs-auth-ink);
}

.hddfs-auth__body {
    padding: 20px 16px 16px;
}

.hddfs-auth__field {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.hddfs-auth__field label,
.hddfs-auth__static-label {
    flex: 0 0 76px;
    margin: 0;
    color: var(--hddfs-auth-ink);
    font-size: 13px;
    font-weight: 600;
}

.hddfs-auth__field .frm_input,
.hddfs-auth__field select {
    flex: 1;
    width: auto;
    min-width: 0;
}

.hddfs-auth__field:has(textarea) {
    display: block;
}

.hddfs-auth__field:has(textarea) label {
    display: block;
    margin-bottom: 8px;
}

.hddfs-auth__static-value {
    display: block;
    font-size: 15px;
}

.hddfs-auth .frm_input,
.hddfs-auth textarea,
.hddfs-auth select,
.hddfs-auth-stage .frm_input {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    color: var(--hddfs-auth-ink);
    font-size: 14px;
    line-height: 46px;
    box-sizing: border-box;
}

.hddfs-auth textarea {
    min-height: 120px;
    padding: 14px;
    line-height: 1.6;
}

.hddfs-auth .frm_input:focus,
.hddfs-auth textarea:focus,
.hddfs-auth select:focus {
    border-color: var(--hddfs-auth-ink);
    outline: 0;
}

.hddfs-auth .btn_submit,
.hddfs-auth-stage .btn_submit {
    display: block;
    width: 100%;
    height: 52px;
    margin: 8px 0 0;
    border: 0;
    border-radius: 0;
    background: var(--hddfs-auth-red);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    line-height: 52px;
    text-decoration: none;
}

.hddfs-auth .btn_submit:hover,
.hddfs-auth .btn_submit:focus,
.hddfs-auth-stage .btn_submit:hover {
    background: #b30e14;
}

.hddfs-auth__util {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    color: var(--hddfs-auth-muted);
    font-size: 13px;
}

.hddfs-auth__lost,
.hddfs-auth #login_password_lost.hddfs-auth__lost,
body .hddfs-auth #login_password_lost {
    border: 0 !important;
    background: transparent !important;
    color: var(--hddfs-auth-ink) !important;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0 !important;
    box-shadow: none !important;
}

.hddfs-auth .chk_box input[type="checkbox"] + label {
    color: var(--hddfs-auth-muted);
    font-size: 13px;
}

.hddfs-auth .chk_box input[type="checkbox"] + label span {
    border-radius: 0;
}

.hddfs-auth .chk_box input[type="checkbox"]:checked + label span {
    background-color: var(--hddfs-auth-red);
    border-color: var(--hddfs-auth-red);
}

.hddfs-auth__home {
    margin: 16px 0 8px;
    text-align: center;
}

.hddfs-auth__home a {
    color: var(--hddfs-auth-muted);
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.hddfs-auth__home a:hover {
    color: var(--hddfs-auth-ink);
    border-color: var(--hddfs-auth-ink);
}

.hddfs-auth__extra {
    margin-top: 28px;
}

.hddfs-auth__guest-agree {
    margin-top: 14px;
}

.hddfs-auth__lead--guest {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    text-align: center;
}

.hddfs-auth__guest-cta {
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
}

.hddfs-auth__guest-cta .btn_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    height: 52px;
    margin: 0 !important;
    border: 1px solid #111;
    background: #111;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
}

.hddfs-auth__guest-cta .btn_submit:hover,
.hddfs-auth__guest-cta .btn_submit:focus {
    background: #333;
    border-color: #333;
}

.hddfs-guest-agree {
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.hddfs-guest-agree h2 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.hddfs-guest-agree__body {
    max-height: 160px;
    overflow-y: auto;
    padding: 14px;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.hddfs-guest-agree__check {
    margin-top: 14px;
}

.hddfs-auth__actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.hddfs-auth__actions .btn_submit {
    flex: 1;
    margin: 0;
}

.hddfs-auth__actions .btn_close {
    flex: 0 0 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.hddfs-auth #sns_login,
.hddfs-auth #sns_register {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--hddfs-auth-line);
}

.hddfs-auth #mb_login_notmb,
.hddfs-auth #mb_login_od_wr {
    margin-top: 0;
}

/* 로그인 패널 아래 단독 — default_shop width:360 킬
   패널 border(1) + body padding(28) = 29 → 로그인 버튼과 좌우 동일 */
.hddfs-auth #mb_login_notmb,
.hddfs-auth .hddfs-auth__guest,
.hddfs-auth-stage #mb_login_notmb {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 20px 0 0 !important;
    padding: 0 29px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

.hddfs-auth #login_fs {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.hddfs-auth #mb_login_notmb h2,
.hddfs-auth #mb_login_od_wr h2 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
}

.hddfs-auth #mb_login_odinfo p,
.hddfs-auth #mb_login_od_wr p {
    margin: 14px 0 0;
    color: var(--hddfs-auth-muted);
    font-size: 13px;
    line-height: 1.6;
}

.hddfs-auth__section {
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid var(--hddfs-auth-line);
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.hddfs-auth__section h2 {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
}

.hddfs-auth__section textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 160px;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid var(--hddfs-auth-line);
    background: #fafafa;
    color: #444;
    font-size: 13px;
    line-height: 1.6;
    resize: vertical;
}

.hddfs-auth__table-wrap {
    overflow-x: auto;
    margin-bottom: 14px;
}

.hddfs-auth__table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.hddfs-auth__table-wrap th,
.hddfs-auth__table-wrap td {
    padding: 12px 10px;
    border: 1px solid var(--hddfs-auth-line);
    font-size: 13px;
    text-align: left;
}

.hddfs-auth__table-wrap th {
    background: var(--hddfs-auth-soft);
}

.hddfs-auth__agree,
.hddfs-auth__agree-all {
    margin-top: 12px;
}

@media (max-width: 480px) {
    .hddfs-auth__brand img {
        height: 40px;
    }

    .hddfs-auth__body {
        padding: 16px 14px 14px;
    }

    .hddfs-auth #mb_login_notmb,
    .hddfs-auth .hddfs-auth__guest,
    .hddfs-auth-stage #mb_login_notmb {
        padding: 0 19px !important; /* body 18 + panel border 1 */
    }

    .hddfs-auth__title {
        font-size: 24px;
    }

    .hddfs-auth__actions {
        flex-direction: column;
    }

    .hddfs-auth__actions .btn_close {
        flex: none;
        width: 100%;
    }
}

.hddfs-auth #guest_privacy {
    margin: 12px 0;
    padding: 14px;
    border: 1px solid var(--hddfs-auth-line);
    background: var(--hddfs-auth-soft);
    color: var(--hddfs-auth-muted);
    font-size: 13px;
    line-height: 1.6;
    height: auto !important;
    max-height: 200px;
    overflow-y: auto;
    text-align: left;
}

.hddfs-auth #mb_login_odinfo p,
.hddfs-auth #mb_login_od_wr p {
    margin: 16px 0 0;
    padding: 14px;
    background: var(--hddfs-auth-soft);
    color: var(--hddfs-auth-muted);
    font-size: 13px;
    line-height: 1.6;
}

.hddfs-auth--terms .hddfs-auth__notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-left: 3px solid var(--hddfs-auth-red);
    background: var(--hddfs-auth-soft);
    color: var(--hddfs-auth-muted);
    font-size: 13px;
    line-height: 1.6;
}

.hddfs-auth__section {
    position: relative;
    margin-bottom: 16px;
    border: 1px solid var(--hddfs-auth-line);
    background: #fff;
}

.hddfs-auth__section h2 {
    margin: 0;
    padding: 18px 20px;
    border-bottom: 1px solid var(--hddfs-auth-line);
    font-size: 16px;
    font-weight: 700;
}

.hddfs-auth__section textarea {
    display: block;
    width: 100%;
    min-height: 150px;
    padding: 20px;
    border: 0;
    background: #fff;
    resize: vertical;
}

.hddfs-auth__section .hddfs-auth__table-wrap {
    padding: 20px;
}

.hddfs-auth__section table {
    width: 100%;
    border-collapse: collapse;
}

.hddfs-auth__section th,
.hddfs-auth__section td {
    padding: 10px 12px;
    border: 1px solid var(--hddfs-auth-line);
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

.hddfs-auth__section th {
    width: 33%;
    background: var(--hddfs-auth-soft);
    font-weight: 600;
}

.hddfs-auth__agree {
    position: absolute;
    top: 16px;
    right: 16px;
}

.hddfs-auth__agree-all {
    display: flex;
    align-items: center;
    min-height: 54px;
    margin-bottom: 20px;
    padding: 0 18px;
    border: 1px solid var(--hddfs-auth-line);
    background: var(--hddfs-auth-soft);
    font-weight: 600;
}

.hddfs-auth__actions {
    display: flex;
    gap: 8px;
}

.hddfs-auth__actions .btn_close,
.hddfs-auth__actions .btn_submit {
    flex: 1;
    height: 52px;
    margin: 0;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
}

.hddfs-auth__actions .btn_close {
    border: 1px solid #bbb;
    background: #fff;
    color: var(--hddfs-auth-ink);
    font-size: 15px;
    font-weight: 600;
}

.hddfs-auth--form .register_form_inner {
    margin-bottom: 16px;
    border: 1px solid var(--hddfs-auth-line);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.hddfs-auth--form .register_form_inner h2 {
    margin: 0;
    padding: 18px 20px;
    border-bottom: 1px solid var(--hddfs-auth-line);
    background: var(--hddfs-auth-soft);
    font-size: 16px;
    font-weight: 700;
    color: var(--hddfs-auth-ink);
}

.hddfs-auth--form .register_form_inner ul {
    margin: 0;
    padding: 20px;
    list-style: none;
}

.hddfs-auth--form .register_form_inner li {
    margin-bottom: 16px;
}

.hddfs-auth--form .register_form_inner li:last-child {
    margin-bottom: 0;
}

.hddfs-auth--form .register_form_inner label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--hddfs-auth-ink);
}

.hddfs-auth--form .register_form_inner .frm_input,
.hddfs-auth--form .register_form_inner textarea,
.hddfs-auth--form .register_form_inner select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
}

.hddfs-auth--form .register_form_inner textarea {
    height: auto;
    min-height: 100px;
    padding: 12px 14px;
}

.hddfs-auth--form .tbl_frm01,
.hddfs-auth--form .tbl_wrap {
    margin: 0;
    border: 0;
}

.hddfs-auth--form .tbl_frm01 th,
.hddfs-auth--form .tbl_frm01 td {
    padding: 12px 0;
    border: 0;
    background: transparent;
}

.hddfs-auth--form .btn_frmline {
    margin-top: 8px;
    border: 1px solid #bbb;
    border-radius: 0;
    background: #fff;
    color: var(--hddfs-auth-ink);
}

.hddfs-auth--form #msg_certify {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #f0c8ca;
    background: #fff5f5;
    color: var(--hddfs-auth-ink);
    font-size: 13px;
}

.hddfs-auth--form .half_input {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.hddfs-auth--form .left_input {
    margin-right: 1%;
}

.hddfs-auth--form .tooltip {
    color: var(--hddfs-auth-muted);
    font-size: 12px;
}

.hddfs-auth--form .tooltip_icon {
    border: 0;
    background: none;
    color: var(--hddfs-auth-muted);
}

.hddfs-auth--form #register_form,
.hddfs-auth--form .form_01 {
    background: transparent;
    margin-bottom: 0;
}

.hddfs-auth--form .register .btn_confirm .btn_submit,
.hddfs-auth--form .register .btn_confirm .btn_close,
.hddfs-auth--terms .register .btn_confirm .btn_submit,
.hddfs-auth--terms .register .btn_confirm .btn_close {
    float: none;
    width: auto;
    height: 52px !important;
}

.hddfs-auth--form .register .btn_confirm,
.hddfs-auth--terms .register .btn_confirm {
    text-align: stretch;
}

.hddfs-auth--form .chk_box {
    margin: 8px 0;
}

.hddfs-auth--form .is_captcha_use,
.hddfs-auth--form .is_cert_confirm {
    margin-top: 8px;
    color: var(--hddfs-auth-muted);
    font-size: 13px;
}

.hddfs-auth--form .frm_info {
    display: block;
    margin-top: 6px;
    color: var(--hddfs-auth-muted);
    font-size: 12px;
    line-height: 1.5;
}

.hddfs-auth__agree label,
.hddfs-auth__agree-all label {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    color: var(--hddfs-auth-ink) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    cursor: pointer;
}

.hddfs-auth__agree-all {
    margin: 8px 0 20px;
    padding: 16px 18px;
    border: 1px solid var(--hddfs-auth-line);
    background: #fff;
}

.hddfs-auth--result {
    max-width: 520px;
}

.hddfs-auth__result-body {
    text-align: center;
}

.hddfs-auth__result-cong {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -.03em;
}

.hddfs-auth__result-cong strong {
    color: var(--hddfs-auth-red);
}

.hddfs-auth__result-email {
    margin: 0 0 16px;
    padding: 16px 18px;
    border: 1px solid var(--hddfs-auth-line);
    background: var(--hddfs-auth-soft);
    text-align: left;
}

.hddfs-auth__result-email div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    font-size: 14px;
}

.hddfs-auth__result-email span {
    color: var(--hddfs-auth-muted);
}

.hddfs-auth__result-email strong {
    color: var(--hddfs-auth-ink);
    font-weight: 700;
}

.hddfs-auth__help-text {
    margin: 0 0 18px;
    color: var(--hddfs-auth-muted);
    font-size: 13px;
}

.hddfs-auth__result-notes {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.hddfs-auth__result-notes li {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 14px;
    border-bottom: 1px solid var(--hddfs-auth-line);
    color: #444;
    font-size: 13px;
    line-height: 1.5;
}

.hddfs-auth__result-notes li:before {
    position: absolute;
    left: 0;
    top: 16px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--hddfs-auth-red);
    content: "";
}

.hddfs-auth--result .hddfs-auth__actions {
    flex-direction: column;
}

.hddfs-auth--result .hddfs-auth__actions .btn_close {
    flex: none;
    width: 100%;
}

@media (max-width: 720px) {
    .hddfs-auth--form .half_input {
        width: 100%;
        display: block;
        margin-right: 0;
    }
}

.hddfs-auth .mbskin {
    margin: 0;
    width: auto;
    text-align: left;
}

/* 마이페이지 · 주문내역 (account area) */
.hddfs-account {
    --hddfs-acct-ink: #111;
    --hddfs-acct-muted: #777;
    --hddfs-acct-line: #dedede;
    --hddfs-acct-soft: #f7f7f7;
    --hddfs-acct-red: #d71920;
    max-width: 1200px;
    margin: 0 auto 40px;
    color: var(--hddfs-acct-ink);
}

.hddfs-account__layout {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}

.hddfs-account__sidebar {
    flex: 0 0 280px;
    max-width: 100%;
    border: 1px solid var(--hddfs-acct-line);
    background: #fff;
}

.hddfs-account__profile {
    padding: 24px 20px;
    text-align: center;
    border-bottom: 1px solid var(--hddfs-acct-line);
}

.hddfs-account__profile img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.hddfs-account__profile .my_ov_name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}

.hddfs-account__profile-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.hddfs-account__profile-actions a {
    display: inline-block;
    min-width: 72px;
    padding: 6px 12px;
    border: 1px solid var(--hddfs-acct-line);
    font-size: 13px;
    color: var(--hddfs-acct-muted);
    text-align: center;
}

.hddfs-account__profile-actions a.smb_info {
    border-color: var(--hddfs-acct-ink);
    color: var(--hddfs-acct-ink);
}

.hddfs-account__stats {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid var(--hddfs-acct-line);
}

.hddfs-account__stats li {
    border-top: 1px solid var(--hddfs-acct-line);
}

.hddfs-account__stats li:first-child {
    border-top: 0;
}

.hddfs-account #smb_my_ov .win_point,
.hddfs-account #smb_private .win_point,
.hddfs-account #smb_private a.win_point {
    color: var(--hddfs-acct-ink) !important;
    font-size: 14px;
}

.hddfs-account__stat-label {
    color: var(--hddfs-acct-ink);
}

.hddfs-account__stats a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    color: var(--hddfs-acct-ink);
    font-size: 14px;
}

.hddfs-account__stats a:hover {
    background: var(--hddfs-acct-soft);
}

.hddfs-account__stats strong,
.hddfs-account #smb_private a strong,
.hddfs-account #smb_private .win_point strong,
.hddfs-account #smb_private a:hover strong {
    display: block !important;
    float: none !important;
    margin-left: auto;
    max-width: none !important;
    overflow: visible !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: #111 !important;
    font-size: 15px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1.3;
    text-align: right !important;
    white-space: nowrap;
    text-overflow: unset !important;
}

.hddfs-account__panel {
    padding: 0 0 4px;
}

.hddfs-account__panel-title {
    margin: 0;
    padding: 18px 20px 10px;
    font-size: 16px;
    font-weight: 700;
}

.hddfs-account__info {
    margin: 0;
    padding: 0 20px 16px;
}

.hddfs-account__info dt {
    margin: 8px 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--hddfs-acct-muted);
}

.hddfs-account__info dd {
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed var(--hddfs-acct-line);
    font-size: 14px;
    line-height: 1.5;
}

.hddfs-account__info #smb_my_ovaddd {
    border-bottom: 0;
    padding-bottom: 0;
}

.hddfs-account__withdraw {
    display: block;
    padding: 14px 20px;
    border-top: 1px solid var(--hddfs-acct-line);
    font-size: 13px;
    color: var(--hddfs-acct-muted);
    text-align: center;
}

.hddfs-account__main {
    flex: 1 1 640px;
    min-width: 0;
}

/* default_shop.css #smb_my_ov/#smb_my_list float+fixed widths beat flex otherwise */
.hddfs-account #smb_my_ov,
.hddfs-account aside#smb_my_ov.hddfs-account__sidebar {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    flex: 0 0 280px;
}

.hddfs-account #smb_my_list,
.hddfs-account #smb_my_list.hddfs-account__main {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    flex: 1 1 640px;
    min-width: 0;
}

.hddfs-account__section {
    margin-bottom: 36px;
}

.hddfs-account__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--hddfs-acct-ink);
}

/* default_shop absolute .smb_my_more + more-btn.gif clips 더보기 / 입금신청 */
.hddfs-account .smb_my_more,
.hddfs-account .hddfs-account__more {
    position: static !important;
    top: auto !important;
    right: auto !important;
    flex: 0 0 auto;
    min-width: max-content;
}

.hddfs-account__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--hddfs-acct-ink);
}

.hddfs-account .smb_my_more a,
.hddfs-account .hddfs-account__more a {
    display: inline-block !important;
    box-sizing: content-box;
    height: auto !important;
    margin: 0;
    padding: 4px 0 !important;
    overflow: visible;
    border-bottom: 1px solid var(--hddfs-acct-muted);
    background: none !important;
    background-image: none !important;
    color: var(--hddfs-acct-muted);
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
}

.hddfs-account__order-table table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--hddfs-acct-ink);
}

.hddfs-account__order-table thead th {
    padding: 12px 10px;
    border-bottom: 1px solid var(--hddfs-acct-line);
    background: var(--hddfs-acct-soft);
    font-size: 13px;
    font-weight: 700;
    color: var(--hddfs-acct-muted);
    text-align: center;
}

.hddfs-account__order-table tbody td {
    padding: 14px 10px;
    border-bottom: 1px solid var(--hddfs-acct-line);
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.hddfs-account__order-table tbody td a {
    font-weight: 700;
    color: var(--hddfs-acct-ink);
    text-decoration: underline;
}

.hddfs-account__order-table .text_right {
    text-align: right;
}

.hddfs-account__order-table .empty_table {
    padding: 40px 10px;
    color: var(--hddfs-acct-muted);
}

.hddfs-account__order-table .status_01,
.hddfs-account__order-table .status_02,
.hddfs-account__order-table .status_03,
.hddfs-account__order-table .status_04,
.hddfs-account__order-table .status_05,
.hddfs-account__order-table .status_06 {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid var(--hddfs-acct-line);
    background: #fff;
}

.hddfs-account__order-table .status_05 {
    border-color: var(--hddfs-acct-red);
    color: var(--hddfs-acct-red);
}

.hddfs-account__wish-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid var(--hddfs-acct-ink);
}

.hddfs-account__wish-list > li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    padding: 16px 48px 16px 16px;
    border-bottom: 1px solid var(--hddfs-acct-line);
}

.hddfs-account__wish-list > li.empty_li {
    justify-content: center;
    padding: 40px 16px;
    color: var(--hddfs-acct-muted);
}

.hddfs-account__wish-list .smb_my_img {
    flex: 0 0 80px;
}

.hddfs-account__wish-list .smb_my_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    background: var(--hddfs-acct-soft);
}

.hddfs-account__wish-list .smb_my_tit {
    flex: 1 1 200px;
    font-size: 15px;
    font-weight: 700;
}

.hddfs-account__wish-list .smb_my_price {
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    color: var(--hddfs-acct-ink);
}

.hddfs-account__wish-list .smb_my_date {
    flex: 0 0 100%;
    padding-left: 36px;
    font-size: 13px;
    color: var(--hddfs-acct-muted);
}

.hddfs-account__wish-list .wish_del {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: var(--hddfs-acct-muted);
    font-size: 18px;
}

.hddfs-account__wish-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.hddfs-account__wish-actions .btn01,
.hddfs-account__wish-actions .btn02 {
    min-width: 160px;
    height: 48px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
}

.hddfs-account__wish-actions .btn01 {
    border: 1px solid var(--hddfs-acct-ink);
    background: #fff;
    color: var(--hddfs-acct-ink);
}

.hddfs-account__wish-actions .btn02 {
    border: 1px solid var(--hddfs-acct-red);
    background: var(--hddfs-acct-red);
    color: #fff;
}

.hddfs-shop-wrap #sod_v {
    max-width: 1200px;
    margin: 0 auto 40px;
}

.hddfs-shop-wrap #sod_v .hddfs-account__order-table {
    margin-top: 0;
}

.hddfs-shop-wrap #sod_v .pg_wrap {
    margin-top: 24px;
}

/* 주문상세 */
.hddfs-account--order {
    max-width: 1200px;
}

.hddfs-account__order-no {
    margin-bottom: 20px;
    padding: 16px 20px;
    border: 1px solid var(--hddfs-acct-line);
    background: var(--hddfs-acct-soft);
    font-size: 16px;
}

.hddfs-account__order-no strong {
    color: var(--hddfs-acct-red);
}

.hddfs-account__order-detail {
    color: var(--hddfs-acct-ink);
}

.hddfs-account__order-detail:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.hddfs-account__order-detail .hddfs-account__title {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--hddfs-acct-ink);
}

.hddfs-account__order-detail .tbl_head03 table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--hddfs-acct-ink);
}

.hddfs-account__order-detail .tbl_head03 thead th {
    padding: 12px 10px;
    border-bottom: 1px solid var(--hddfs-acct-line);
    background: var(--hddfs-acct-soft);
    font-size: 13px;
    font-weight: 700;
    color: var(--hddfs-acct-muted);
}

.hddfs-account__order-detail .tbl_head03 tbody td {
    padding: 14px 10px;
    border-bottom: 1px solid var(--hddfs-acct-line);
    font-size: 14px;
    vertical-align: middle;
}

.hddfs-account__order-detail .td_prd {
    position: relative;
    padding-left: 90px;
    min-height: 80px;
}

.hddfs-account__order-detail .sod_img {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 64px;
    height: 64px;
    background: var(--hddfs-acct-soft);
}

.hddfs-account__order-detail .sod_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hddfs-account__order-detail .sod_name a {
    font-weight: 700;
    color: var(--hddfs-acct-ink);
}

.hddfs-account__order-detail .sod_opt {
    margin-top: 4px;
    font-size: 13px;
    color: var(--hddfs-acct-muted);
}

.hddfs-account__order-detail .text_right {
    text-align: right;
}

.hddfs-account__order-info {
    float: left;
    width: calc(100% - 340px);
    margin-right: 24px;
}

.hddfs-account__order-info h3 {
    margin: 0 0 12px;
    padding: 14px 16px;
    border: 1px solid var(--hddfs-acct-line);
    border-bottom: 0;
    background: var(--hddfs-acct-soft);
    font-size: 15px;
    font-weight: 700;
}

.hddfs-account__order-info .tbl_head01 {
    margin-bottom: 20px;
    border: 1px solid var(--hddfs-acct-line);
}

.hddfs-account__order-info .tbl_head01 table {
    width: 100%;
    border-collapse: collapse;
}

.hddfs-account__order-info .tbl_head01 th,
.hddfs-account__order-info .tbl_head01 td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--hddfs-acct-line);
    font-size: 14px;
    vertical-align: top;
}

.hddfs-account__order-info .tbl_head01 th {
    width: 120px;
    background: var(--hddfs-acct-soft);
    color: var(--hddfs-acct-muted);
    font-weight: 700;
    text-align: left;
}

.hddfs-account__order-info .empty_table {
    padding: 24px 16px;
    text-align: center;
    color: var(--hddfs-acct-muted);
}

.hddfs-account__order-summary {
    float: right;
    width: 316px;
}

.hddfs-account__order-summary #sod_bsk_tot2 {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    border: 1px solid var(--hddfs-acct-line);
    border-top: 2px solid var(--hddfs-acct-ink);
}

.hddfs-account__order-summary #sod_bsk_tot2 li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid var(--hddfs-acct-line);
    font-size: 14px;
}

.hddfs-account__order-summary #sod_bsk_tot2 li.sod_fin_tot,
.hddfs-account__order-summary #sod_bsk_tot2 li.sod_bsk_cnt {
    background: var(--hddfs-acct-soft);
    font-weight: 700;
}

.hddfs-account__order-summary #sod_bsk_tot2 li.sod_bsk_cnt strong,
.hddfs-account__order-summary #sod_bsk_tot2 li.sod_fin_tot strong {
    color: var(--hddfs-acct-red);
    font-size: 16px;
}

.hddfs-account__order-summary #sod_fin_pay {
    margin-bottom: 20px;
    border: 1px solid var(--hddfs-acct-line);
}

.hddfs-account__order-summary #sod_fin_pay h3 {
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px solid var(--hddfs-acct-line);
    background: var(--hddfs-acct-soft);
    font-size: 15px;
    font-weight: 700;
}

.hddfs-account__order-summary #sod_fin_pay ul {
    margin: 0;
    padding: 12px 16px;
    list-style: none;
}

.hddfs-account__order-summary #sod_fin_pay li {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed var(--hddfs-acct-line);
    font-size: 14px;
    line-height: 1.5;
}

.hddfs-account__order-summary #sod_fin_pay li:last-child {
    border-bottom: 0;
}

.hddfs-account__order-summary #sod_fin_pay li > strong {
    flex: 0 0 80px;
    color: var(--hddfs-acct-muted);
    font-weight: 700;
}

.hddfs-account__order-summary #sod_fin_pay li > span {
    flex: 1;
    word-break: break-all;
}

.hddfs-account__order-summary #sod_fin_cancel .sod_fin_c_btn {
    width: 100%;
    height: 48px;
    border: 1px solid var(--hddfs-acct-ink);
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    color: var(--hddfs-acct-ink);
}

.hddfs-account__order-detail #sod_sts_wrap {
    margin-top: 16px;
}

.hddfs-account__order-detail #sod_sts_explan_open,
.hddfs-account__order-detail #sod_sts_explan_close {
    border: 1px solid var(--hddfs-acct-line);
    background: #fff;
    color: var(--hddfs-acct-ink);
}

.hddfs-account__order-detail #sod_fin_legend {
    margin: 12px 0;
    padding: 16px;
    border: 1px solid var(--hddfs-acct-line);
    background: var(--hddfs-acct-soft);
    font-size: 13px;
}

.hddfs-account__order-detail .dvr_link {
    color: var(--hddfs-acct-red);
    text-decoration: underline;
}

.hddfs-account__order-detail .btn_frmline {
    border: 1px solid var(--hddfs-acct-ink);
    background: #fff;
    color: var(--hddfs-acct-ink);
}

@media (max-width: 1024px) {
    .hddfs-account__layout {
        flex-direction: column;
    }

    .hddfs-account__sidebar,
    .hddfs-account__main {
        flex: 1 1 100%;
        width: 100%;
    }

    .hddfs-account__order-info,
    .hddfs-account__order-summary {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .hddfs-account__order-summary {
        margin-top: 24px;
    }

    .hddfs-account__order-table {
        overflow-x: auto;
    }

    .hddfs-account__order-table table {
        min-width: 720px;
    }
}

/* ===== HDDFS mobile shop shell ===== */
body.hddfs-mobile-shop,
.hddfs-shop-wrap.is-mobile {
    min-width: 0 !important;
    overflow-x: hidden;
}

.hddfs-shop-wrap.is-mobile,
.hddfs-shop-wrap.is-mobile #container,
.hddfs-shop-wrap.is-mobile .shop-content,
.hddfs-m-util,
#header.area-gnb-m,
#footer.area-footer-m {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.hddfs-m-util {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    height: 34px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.hddfs-m-exchr {
    flex: 0 1 auto;
    min-width: 0;
    color: #666;
    font-size: 10px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hddfs-m-links,
.hddfs-m-servbar,
.hddfs-m-authbar {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    flex-wrap: nowrap;
}

.hddfs-m-links {
    gap: 8px;
    margin-left: auto;
}

.hddfs-m-servbar,
.hddfs-m-authbar {
    gap: 8px;
}

.hddfs-m-servbar a,
.hddfs-m-authbar a {
    color: #333;
    font-size: 11px;
    font-weight: 600;
    line-height: 34px;
    text-decoration: none;
    white-space: nowrap;
}

#header.area-gnb-m {
    position: sticky;
    top: 0;
    z-index: 100;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; /* kill CDN area-gnb side padding (30px) */
    background: #fff;
    border-bottom: 1px solid #eee;
    box-sizing: border-box !important;
}

/* Shared horizontal rhythm: 12px edges */
/* Do not require body.hddfs-mobile-shop — board.php prints <body> before shop.head */
body.hddfs-mobile-shop #wrap.hddfs-shop-wrap,
body.hddfs-mobile-shop .hddfs-shop-wrap.is-mobile,
#wrap.hddfs-shop-wrap.is-mobile,
.hddfs-shop-wrap.is-mobile {
    padding-top: 0 !important; /* kill CDN layout.css #wrap{padding-top:121px} */
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.hddfs-shop-wrap.is-mobile #container {
    min-height: 0 !important;
    padding-bottom: 0 !important;
}

#header.area-gnb-m .m-gnb-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px; /* match HDDFS mobile .header_top */
    padding: 0 8px;
    box-sizing: border-box;
}

#header.area-gnb-m .m-gnb-menu {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 40px;
    margin: 0 !important;
}

#header.area-gnb-m .m-gnb-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    max-width: calc(100% - 160px);
    pointer-events: auto;
}

#header.area-gnb-m .m-gnb-logo img {
    display: block;
    height: 48px;
    width: auto;
    margin: 0 auto;
}

#header.area-gnb-m .m-gnb-actions {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    margin-left: auto;
    gap: 0;
}

/* Kill youngcart absolute offsets (#btn_hdsch left:45px overlaps cart) */
#header.area-gnb-m #btn_hdcate,
#header.area-gnb-m #btn_hdsch,
#header.area-gnb-m #btn_hduser,
#header.area-gnb-m #btn_hdcart,
#header.area-gnb-m .m-gnb-btn {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    color: #111 !important;
    font-size: 0 !important;
    line-height: 1 !important;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
}

#header.area-gnb-m .m-gnb-menu span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0;
    background: #111;
    border-radius: 1px;
}

#header.area-gnb-m .m-gnb-search:before,
#header.area-gnb-m .m-gnb-user:before,
#header.area-gnb-m .m-gnb-cart:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: center / contain no-repeat;
}

#header.area-gnb-m .m-gnb-search:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E");
}

#header.area-gnb-m .m-gnb-user:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5 19c1.8-3.2 4.2-4.5 7-4.5s5.2 1.3 7 4.5'/%3E%3C/svg%3E");
}

#header.area-gnb-m .m-gnb-cart:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3E%3Cpath d='M6 7h15l-1.5 9h-12z'/%3E%3Cpath d='M6 7L5 3H2'/%3E%3Ccircle cx='9' cy='20' r='1.5'/%3E%3Ccircle cx='17' cy='20' r='1.5'/%3E%3C/svg%3E");
}

#header.area-gnb-m .m-gnb-cart .cart-count {
    position: absolute;
    top: 4px;
    right: 2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 8px;
    background: #d71920;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    line-height: 16px;
    text-align: center;
}

#header.area-gnb-m .m-gnb-chips {
    border-top: 1px solid #f0f0f0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    box-sizing: border-box;
}

#header.area-gnb-m .m-gnb-chips ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    margin: 0;
    padding: 8px 12px 10px;
    list-style: none;
    white-space: nowrap;
    width: max-content;
    min-width: 100%;
    box-sizing: border-box;
}

#header.area-gnb-m .m-gnb-chips li {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#header.area-gnb-m .m-gnb-chips a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 7px 14px !important;
    border-radius: 16px;
    background: #f5f5f5;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center !important;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
}

/* Mobile search panel — override youngcart #hd_sch dark chrome */
#header.area-gnb-m #hd_sch.m-hd-sch,
#header.area-gnb-m .m-hd-sch {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 60px !important;
    width: 100% !important;
    z-index: 120 !important;
    margin: 0 !important;
    padding: 10px 44px 10px 12px !important;
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: 0 8px 16px rgba(0,0,0,.06) !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

#header.area-gnb-m #hd_sch.m-hd-sch.is-open,
#header.area-gnb-m #hd_sch.m-hd-sch[style*="block"],
#header.area-gnb-m .m-hd-sch.is-open,
#header.area-gnb-m .m-hd-sch[style*="block"] {
    display: block !important;
}

#header.area-gnb-m #hd_sch .sch_inner,
#header.area-gnb-m .m-hd-sch .sch_inner {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#header.area-gnb-m #hd_sch #sch_str,
#header.area-gnb-m #hd_sch .frm_input,
#header.area-gnb-m .m-hd-sch .frm_input {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: none !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 44px 0 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background: #f7f7f7 !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 40px !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

#header.area-gnb-m #hd_sch #sch_str::placeholder,
#header.area-gnb-m .m-hd-sch .frm_input::placeholder {
    color: #999 !important;
    opacity: 1 !important;
}

#header.area-gnb-m #hd_sch .sch_submit,
#header.area-gnb-m .m-hd-sch .sch_submit {
    position: absolute !important;
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 4px 4px 0 !important;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") center / 18px no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    cursor: pointer !important;
    z-index: 2 !important;
}

#header.area-gnb-m #hd_sch .btn_close,
#header.area-gnb-m .m-hd-sch .btn_close {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    left: auto !important;
    width: 32px !important;
    height: 32px !important;
    margin-top: -16px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") center / 16px no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    cursor: pointer !important;
}

/* Keep header search trigger in the actions cluster (never over logo) */
#header.area-gnb-m #btn_hdsch.m-gnb-search {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
}

.hddfs-shop-wrap.is-mobile #container .shop-content {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hddfs-shop-wrap.is-mobile #wrapper_title.m-page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 8px;
    margin: 0;
    padding: 14px 16px;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.hddfs-shop-wrap.is-mobile:has(#bo_list) #wrapper_title.m-page-title:after,
.hddfs-shop-wrap.is-mobile:has(#bo_v) #wrapper_title.m-page-title:after,
.hddfs-shop-wrap.is-mobile:has(#bo_w) #wrapper_title.m-page-title:after {
    left: 50%;
    transform: translateX(-50%);
}

.hddfs-shop-wrap.is-mobile #wrapper_title .btn_back {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #111;
    text-decoration: none;
}

.hddfs-shop-wrap.is-mobile .area-visual,
.hddfs-shop-wrap.is-mobile .area-visual--m,
.hddfs-shop-wrap.is-mobile .main-visual-swiper,
.hddfs-shop-wrap.is-mobile .main-visual-swiper .swiper,
.hddfs-shop-wrap.is-mobile .main-visual-swiper .swiper-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.hddfs-shop-wrap.is-mobile .main-visual-swiper .swiper-slide {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

.hddfs-shop-wrap.is-mobile .main-visual-swiper .visual__item img {
    aspect-ratio: 3 / 4;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.hddfs-shop-wrap.is-mobile .visual-txt,
.hddfs-shop-wrap.is-mobile .swiper-slide-active .visual-txt {
    left: 16px !important;
    right: 16px !important;
    bottom: 24px !important;
    width: auto !important;
    max-width: calc(100% - 32px) !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.hddfs-shop-wrap.is-mobile .visual-txt__tit {
    margin: 0 0 4px !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em;
    color: #fff !important;
    text-shadow: 0 1px 8px rgba(0,0,0,.35);
}

.hddfs-shop-wrap.is-mobile .visual-txt__info {
    margin: 6px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #fff !important;
    opacity: .92;
    text-shadow: 0 1px 6px rgba(0,0,0,.3);
}

.hddfs-shop-wrap.is-mobile .box-pagination,
.hddfs-shop-wrap.is-mobile .main-visual-swiper .box-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    width: 100% !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 8px 16px 12px !important;
    box-sizing: border-box !important;
}

.hddfs-shop-wrap.is-mobile .wrap-pagination,
.hddfs-shop-wrap.is-mobile .main-visual-swiper .wrap-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hddfs-shop-wrap.is-mobile .swiper-pagination,
.hddfs-shop-wrap.is-mobile .swiper-pagination.swiper-pagination-fraction {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #111 !important;
    letter-spacing: 0.02em;
    transform: none !important;
}

.hddfs-shop-wrap.is-mobile .swiper-pagination-current,
.hddfs-shop-wrap.is-mobile .swiper-pagination-total {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 24px !important;
    background: none !important;
    border-radius: 0 !important;
    transform: none !important;
}

.hddfs-shop-wrap.is-mobile .swiper-pagination-current {
    color: #d71920 !important;
    font-weight: 700 !important;
}

.hddfs-shop-wrap.is-mobile .swiper-pagination-total {
    color: #888 !important;
    font-weight: 500 !important;
}

.hddfs-shop-wrap.is-mobile .main__dashboard,
.hddfs-shop-wrap.is-mobile .main__dashboard--m {
    margin: 12px 0 0;
    padding: 0 12px;
}

.hddfs-shop-wrap.is-mobile .main__dashboard > ul,
.hddfs-shop-wrap.is-mobile .main__dashboard--m > ul {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

.hddfs-shop-wrap.is-mobile .main__dashboard--img {
    width: 56px !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

.hddfs-shop-wrap.is-mobile .main__dashboard--tit {
    margin-top: 6px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    color: #111 !important;
    word-break: keep-all;
}

.hddfs-shop-wrap.is-mobile .main__dashboard li,
.hddfs-shop-wrap.is-mobile .main__dashboard--m li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    text-align: center !important;
}

.hddfs-shop-wrap.is-mobile .main__dashboard a,
.hddfs-shop-wrap.is-mobile .main__dashboard--m a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    color: inherit !important;
}

.hddfs-shop-wrap.is-mobile .main__dashboard--img {
    width: 72px !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

.hddfs-shop-wrap.is-mobile .main__dashboard--img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}


.hddfs-shop-wrap.is-mobile .main__dashboard--tit {
    margin-top: 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    color: #111 !important;
}

.hddfs-shop-wrap.is-mobile .hddfs-products {
    padding: 28px 12px 0;
}

.hddfs-shop-wrap.is-mobile .hddfs-products .box-tit {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
}

.hddfs-shop-wrap.is-mobile .hddfs-products .box-tit h2 {
    margin: 0;
    font-size: 18px;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-grid,
.hddfs-shop-wrap.is-mobile .hddfs-product-grid--m {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__brand-info {
    font-size: 13px;
    line-height: 1.4;
}

#footer.area-footer-m.is-standalone,
body:has(.hddfs-auth-stage) #footer.area-footer-m {
    margin-top: 0;
}

#footer.area-footer-m {
    background: #f7f7f7 !important;
    border-top: 1px solid #e8e8e8 !important;
    color: #666 !important;
}

#footer.area-footer-m .policy,
#footer.area-footer-m .policy .box {
    width: 100% !important;
    max-width: 100% !important;
    background: #1f2430 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

#footer.area-footer-m .policy_menu {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    gap: 2px 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    background: transparent !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

#footer.area-footer-m .policy_menu a,
#footer.area-footer-m .policy_menu a strong {
    float: none !important;
    display: inline !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

#footer.area-footer-m .policy_menu a strong {
    font-weight: 700 !important;
}

#footer.area-footer-m .copy {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 10px 14px 12px !important;
    background: #f7f7f7 !important;
    color: #666 !important;
    font-size: 10px !important;
    line-height: 1.45 !important;
}

#footer.area-footer-m .copyright {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #666 !important;
    font-size: 10px !important;
    line-height: 1.45 !important;
}

#footer.area-footer-m .copyright .logo {
    margin: 0 0 6px !important;
}

#footer.area-footer-m .copyright .logo a {
    display: inline-block !important;
    margin: 0 6px 0 0 !important;
    color: #111 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
}

#footer.area-footer-m .copyright .logo strong {
    display: inline !important;
    margin: 0 !important;
    color: #111 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

#footer.area-footer-m .copyright ul {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    list-style: none !important;
}

#footer.area-footer-m .copyright li {
    margin: 0 0 2px !important;
    line-height: 1.45 !important;
}

#footer.area-footer-m .copyright li,
#footer.area-footer-m .copyright li span,
#footer.area-footer-m .copyright p {
    float: none !important;
    color: #666 !important;
    font-size: 10px !important;
}

#footer.area-footer-m .copyright li span {
    display: inline !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
}

#footer.area-footer-m .copyright li span::before {
    display: none !important;
}

#footer.area-footer-m .copyright p {
    margin: 6px 0 0 !important;
    padding: 0 !important;
    clear: both !important;
}

#footer.area-footer-m .m-device-change {
    margin: 4px 0 0 !important;
}

#footer.area-footer-m .m-device-change a {
    color: #111 !important;
    font-size: 10px !important;
    text-decoration: underline !important;
}

/* Soften Youngcart mobile leftovers inside HDDFS shell */
.hddfs-shop-wrap.is-mobile #hd,
.hddfs-shop-wrap.is-mobile #ft {
    display: none !important;
}

.hddfs-shop-wrap.is-mobile #sod_bsk,
.hddfs-shop-wrap.is-mobile #sod_frm {
    padding: 0 12px;
}

.hddfs-shop-wrap.is-mobile #sod_frm .sod_left,
.hddfs-shop-wrap.is-mobile #sod_frm .sod_right {
    float: none;
    width: 100%;
}

.hddfs-shop-wrap.is-mobile .od_prd_list,
.hddfs-shop-wrap.is-mobile .od_prd_list table,
.hddfs-shop-wrap.is-mobile .od_prd_list thead,
.hddfs-shop-wrap.is-mobile .od_prd_list tbody,
.hddfs-shop-wrap.is-mobile .od_prd_list tr,
.hddfs-shop-wrap.is-mobile .od_prd_list th,
.hddfs-shop-wrap.is-mobile .od_prd_list td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.hddfs-shop-wrap.is-mobile .od_prd_list thead {
    display: none;
}

.hddfs-shop-wrap.is-mobile .od_prd_list tr {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.hddfs-shop-wrap.is-mobile #sod_bsk_act {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hddfs-shop-wrap.is-mobile #sod_bsk_act .btn01,
.hddfs-shop-wrap.is-mobile #sod_bsk_act .btn_submit {
    width: 100%;
    margin: 0;
}

body.is_hidden {
    overflow: hidden;
}

/* (intentionally empty — PC HDDFS stays fixed-width) */

/* ===== Mobile list / detail / cart polish ===== */
.hddfs-shop-wrap.is-mobile .sct_10,
.hddfs-shop-wrap.is-mobile .sct_10_list {
    display: none !important;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
    margin: 12px 0 0;
    padding: 0 12px;
    list-style: none;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__img {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__brand {
    margin: 10px 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: #111;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__brand-info {
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__price-ratio {
    margin-right: 4px;
    color: #d71920;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__price--sale {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .hddfs-product-origin {
    margin-left: 4px;
    color: #999;
    font-size: 12px;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-detail {
    padding-bottom: 88px;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-detail #sit_pvi {
    margin: 0;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-detail #sit_pvi_slide {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-detail #sit_pvi_slide img {
    display: block;
    width: 100%;
    height: auto;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-detail .sit_ov_wr {
    padding: 16px 16px 8px;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-brand {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #111;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-detail #sit_title {
    display: block;
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-detail #sit_desc {
    margin: 0 0 12px;
    color: #666;
    font-size: 13px;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-detail .sit_ov_tbl table {
    width: 100%;
    border-top: 1px solid #111;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-detail .sit_ov_tbl th,
.hddfs-shop-wrap.is-mobile .hddfs-item-detail .sit_ov_tbl td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
}

.hddfs-shop-wrap.is-mobile .hddfs-item-detail .sit_ov_tbl th {
    width: 88px;
    color: #777;
    font-weight: 500;
}

.hddfs-shop-wrap.is-mobile .btn_option_wr {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96);
    border-top: 1px solid #eee;
    box-sizing: border-box;
}

.hddfs-shop-wrap.is-mobile .btn_option_wr .btn_cart_op {
    display: block;
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 0;
    background: #d71920;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile #btn_option #sit_ov_btn {
    display: flex;
    gap: 8px;
}

.hddfs-shop-wrap.is-mobile #btn_option #sit_btn_cart,
.hddfs-shop-wrap.is-mobile #btn_option #sit_btn_buy {
    flex: 1;
    height: 48px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile #btn_option #sit_btn_cart {
    border: 1px solid #111;
    background: #fff;
    color: #111;
}

.hddfs-shop-wrap.is-mobile #btn_option #sit_btn_buy {
    border: 1px solid #d71920;
    background: #d71920;
    color: #fff;
}

.hddfs-shop-wrap.is-mobile .hddfs-cart,
.hddfs-shop-wrap.is-mobile .hddfs-order-page {
    padding: 0 0 24px;
}

.hddfs-shop-wrap.is-mobile .hddfs-order-page__head {
    padding: 8px 16px 16px;
}

.hddfs-shop-wrap.is-mobile .hddfs-order-page__steps {
    display: flex;
    gap: 0;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.hddfs-shop-wrap.is-mobile .hddfs-order-page__steps li {
    flex: 1;
    padding: 10px 4px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    color: #777;
    font-size: 12px;
    text-align: center;
}

.hddfs-shop-wrap.is-mobile .hddfs-order-page__steps li + li {
    border-left: 0;
}

.hddfs-shop-wrap.is-mobile .hddfs-order-page__steps .is-current {
    background: #111;
    border-color: #111;
    color: #fff;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile #sod_bsk .sod_list {
    margin: 0;
    padding: 0 12px;
    list-style: none;
}

.hddfs-shop-wrap.is-mobile #sod_bsk .sod_li {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.hddfs-shop-wrap.is-mobile #sod_bsk .total_price strong,
.hddfs-shop-wrap.is-mobile #sod_bsk .sod_bsk_cnt strong,
.hddfs-shop-wrap.is-mobile #sod_bsk .total_cnt {
    color: #d71920;
}

.hddfs-shop-wrap.is-mobile #sod_bsk_act .btn_submit {
    height: 48px;
    border: 0;
    background: #d71920;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile .hddfs-account {
    padding: 0 12px 32px;
}

.hddfs-shop-wrap.is-mobile .hddfs-account__layout {
    display: block;
}

.hddfs-shop-wrap.is-mobile .hddfs-account__sidebar,
.hddfs-shop-wrap.is-mobile .hddfs-account__main {
    width: 100%;
}

.hddfs-shop-wrap.is-mobile .hddfs-account #smb_my_ov .win_point,
.hddfs-shop-wrap.is-mobile .hddfs-account #smb_private .win_point,
body.hddfs-mobile-shop #smb_my_ov .win_point {
    color: #111 !important;
}

.hddfs-account__wallet {
    margin: 0;
    padding: 16px;
    background: #fff;
    border-top: 1px solid var(--hddfs-acct-line);
    border-bottom: 1px solid var(--hddfs-acct-line);
}

.hddfs-account__wallet-bal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.hddfs-account__wallet-item {
    padding: 14px 12px;
    background: #f7f7f7;
    border-radius: 8px;
}

.hddfs-account__wallet-item span {
    display: block;
    margin-bottom: 6px;
    color: #666;
    font-size: 12px;
    font-weight: 600;
}

.hddfs-account__wallet-item strong {
    display: block;
    color: #111;
    font-size: 18px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}

.hddfs-account__wallet-item em {
    margin-left: 2px;
    color: #888;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.hddfs-account__wallet-act {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
}

.hddfs-account__wallet-act a {
    display: block;
    padding: 11px 8px;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.hddfs-account__wallet-act a:hover {
    background: #f7f7f7;
}

/* ===== Mobile order form readability ===== */
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list .frm_input.required,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list textarea.required,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list .frm_input:required,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list textarea:required,
.hddfs-shop-wrap .hddfs-order-page .frm_input.required,
.hddfs-shop-wrap .hddfs-order-page textarea.required,
.hddfs-shop-wrap .hddfs-order-page .frm_input:required {
    background-image: none !important;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_taker,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_orderer.hddfs-order-orderer-hidden {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_taker {
    margin-top: 24px;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_taker h2,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_pay > h2,
.hddfs-shop-wrap.is-mobile .hddfs-order-page .hddfs-point-pay h2 {
    margin: 0 0 16px;
    padding: 0 0 12px;
    border: 0;
    border-bottom: 2px solid #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list {
    margin: 0;
    padding: 0;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list > ul > li {
    margin: 0 0 18px;
    padding: 0;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list > ul > li:last-child {
    margin-bottom: 0;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list label,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list strong {
    display: block;
    margin: 0 0 8px;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list label:has(+ input[required])::after,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list label:has(+ input.required)::after,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list li:has(input[required]) > strong::after {
    content: ' *';
    color: #d71920;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list .frm_input,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list textarea {
    box-sizing: border-box;
    width: 100% !important;
    height: 44px;
    margin: 0 !important;
    padding: 0 12px;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list .frm_input:focus,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list textarea:focus {
    border-color: #111 !important;
    outline: none;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list .add_num {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0 0 8px;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list .add_num #od_b_zip {
    flex: 0 0 92px;
    width: 92px !important;
    min-width: 92px;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list .btn_addsch {
    position: static !important;
    top: auto !important;
    right: auto !important;
    flex: 1;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 42px !important;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list li:has(#od_b_addr1) .frm_input,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list li:has(#od_b_addr2) .frm_input {
    display: block !important;
    margin-top: 8px !important;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list li:has(#od_b_zip) > strong::after {
    content: ' *';
    color: #d71920;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_list .frm_input::placeholder {
    color: #999;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_tbl tr:has(#od_send_cost2) td {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_tbl .hddfs-send-cost2-value {
    display: block;
    margin-bottom: 6px;
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_tbl .hddfs-send-cost2-note {
    display: block;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #m_sod_bsk_tot {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
    margin: 16px 0 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 2px solid #111;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #m_sod_bsk_tot dt,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile #m_sod_bsk_tot dd {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 12px 16px;
    line-height: 1.4 !important;
    clear: none !important;
    border-bottom: 1px solid #e8e8e8;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #m_sod_bsk_tot dt {
    grid-column: 1;
    color: #555;
    font-size: 13px;
    font-weight: 600;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #m_sod_bsk_tot dd {
    grid-column: 2;
    text-align: right;
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt {
    margin-top: 0 !important;
    background: #f7f7f7 !important;
    border-bottom: 0 !important;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong {
    color: #d71920;
    font-size: 18px;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .sod_frm_point {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #e8e8e8;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .sod_frm_point > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    background: #fff;
    text-align: right;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .sod_frm_point > div + div {
    border-top: 1px solid #ececec;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .sod_frm_point label {
    float: none !important;
    flex: 0 0 auto;
    margin: 0;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-align: left;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .sod_frm_point #od_temp_point {
    box-sizing: border-box;
    width: 120px;
    height: 44px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    background: #fff !important;
    text-align: right;
    font-size: 14px;
    box-shadow: none !important;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_pt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_pt span,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_pt .max_point_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0 !important;
    text-align: right;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_pt strong {
    float: none !important;
    color: #555;
    font-size: 12px;
    font-weight: 600;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_pt em {
    font-style: normal;
    color: #111;
    font-size: 13px;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #m_sod_bsk_tot dd > .hddfs-unit {
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .hddfs-point-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .hddfs-point-meta-label {
    color: #555;
    font-size: 12px;
    font-weight: 600;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .hddfs-point-meta-value,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .hddfs-point-meta-value em {
    color: #111;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-align: right;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .sod_frm_point > div:first-child {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 12px;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .sod_frm_point > div:first-child .hddfs-point-use-value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .li_prqty {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .li_prqty .li_prqty_sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .total_price.total_span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8e8e8;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile #sod_frm_pay {
    margin-top: 28px;
    padding-top: 0;
    border-top: 0;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #111;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_tbl th,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_tbl td {
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_tbl th {
    width: 38%;
    padding-right: 12px;
    color: #555;
    font-weight: 600;
    text-align: left;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .odf_tbl td {
    color: #111;
    font-weight: 600;
    text-align: right;
}

.hddfs-shop-wrap.is-mobile .hddfs-order-page .hddfs-point-pay {
    margin: 28px 0 0;
    padding: 18px 16px;
    border: 1px solid #e8e8e8;
}

.hddfs-shop-wrap.is-mobile .hddfs-order-page .hddfs-point-pay__box p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.55;
    color: #555;
}

.hddfs-shop-wrap.is-mobile .hddfs-order-page .hddfs-point-pay__meta {
    margin: 10px 0 12px;
    padding: 12px 14px;
    background: #f7f7f7;
    border: 1px solid #ececec;
}

.hddfs-shop-wrap.is-mobile .hddfs-order-page .hddfs-point-pay__use {
    flex-direction: column;
    align-items: flex-start;
}
.hddfs-shop-wrap.is-mobile .hddfs-order-page .hddfs-point-pay__meta li {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .btn_confirm {
    display: flex;
    gap: 8px;
    margin: 28px 0 36px;
    padding: 0;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .btn_confirm > span,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .btn_confirm > a {
    flex: 1 1 0;
    display: block !important;
    min-width: 0;
    margin: 0 !important;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .btn_confirm > span[style*="display: none"] {
    display: none !important;
    flex: 0 0 0 !important;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .btn_confirm .btn_submit {
    box-sizing: border-box;
    width: 100% !important;
    height: 48px;
    margin: 0 !important;
    border: 0;
    border-radius: 0;
    background: #d71920;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile .sod_frm_mobile .btn_confirm .btn_cancel,
.hddfs-shop-wrap.is-mobile .sod_frm_mobile .btn_confirm .btn01 {
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 48px;
    margin: 0 !important;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

/* ===== PC order form readability ===== */
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm .tbl_frm01 th,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm .tbl_frm01 td {
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.4 !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm #sod_bsk_tot li,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm #sod_bsk_tot li:after {
    float: none !important;
    height: auto !important;
    min-height: 0 !important;
    text-align: inherit !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm #sod_bsk_tot li:after {
    display: none !important;
    content: none !important;
    width: 0 !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm #sod_bsk_tot li > span:first-child {
    float: none !important;
    margin-bottom: 0 !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker h2 {
    margin-bottom: 0;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker .tbl_frm01 table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker .tbl_frm01 tbody {
    display: table-row-group;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker .tbl_frm01 tr {
    display: table-row;
    margin: 0;
    padding: 0;
    border: 0;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker .tbl_frm01 th,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker .tbl_frm01 td {
    display: table-cell;
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--hddfs-order-line);
    background: transparent;
    vertical-align: middle;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker .tbl_frm01 th {
    box-sizing: border-box;
    width: 88px;
    padding: 16px 16px 16px 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker .tbl_frm01 td {
    width: auto;
    padding: 16px 0;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker .tbl_frm01 tr:last-child th,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker .tbl_frm01 tr:last-child td {
    border-bottom: 0;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker tr:has(#sod_frm_addr) th,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker tr:has(#sod_frm_addr) td {
    vertical-align: top;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker tr:has(#sod_frm_addr) th {
    padding-top: 28px;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker tr:has(input[required]) > th label::after,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker tr:has(#od_b_zip) > th::after {
    content: ' *';
    color: #d71920;
    font-weight: 700;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_taker .tbl_frm01 td > .frm_input:not(.frm_address):not(#od_b_zip) {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: 44px;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: none;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr br,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr .sound_only {
    display: none !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr #od_b_zip {
    flex: 0 0 160px;
    width: 160px !important;
    min-width: 0;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr .btn_address {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: auto;
    height: 44px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid #111;
    font-size: 13px;
    font-weight: 600;
    line-height: 42px;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr #od_b_addr1,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr #od_b_addr2 {
    flex: 1 1 100%;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr .frm_address,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr #od_b_zip {
    box-sizing: border-box;
    height: 44px;
    margin: 0 !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr .frm_address {
    width: 100% !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_addr .frm_input::placeholder {
    color: #999;
}

/* PC sidebar totals */
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_bsk_tot {
    margin-bottom: 0;
    border: 1px solid var(--hddfs-order-line) !important;
    border-top: 2px solid var(--hddfs-order-ink) !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_bsk_tot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_bsk_tot li {
    position: static;
    float: none !important;
    clear: none !important;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 14px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--hddfs-order-line) !important;
    background: #fff !important;
    text-align: inherit;
    line-height: 1.4 !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_bsk_tot li:before,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_bsk_tot li:after {
    display: none !important;
    content: none !important;
    width: 0 !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_bsk_tot li > span:first-child {
    flex: 1 1 auto;
    display: block;
    float: none !important;
    margin: 0 !important;
    text-align: left;
    color: #555;
    font-size: 13px;
    font-weight: 600;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_bsk_tot li > strong {
    flex: 0 0 auto;
    margin-left: 0;
    text-align: right;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm #sod_bsk_tot li > .hddfs-unit {
    flex: 0 0 auto;
    display: inline;
    float: none !important;
    margin: 0 !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: nowrap;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_bsk_tot li.sod_bsk_cnt > strong {
    color: #d71920;
    font-size: 18px;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm #sod_bsk_tot li.sod_bsk_cnt > .hddfs-unit {
    color: #d71920 !important;
    font-size: 18px !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_bsk_tot li.sod_bsk_cnt {
    background: #f7f7f7 !important;
    border-bottom: 0 !important;
    padding: 14px 16px !important;
}

/* PC payment block */
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pay {
    margin-top: 0;
    border: 1px solid var(--hddfs-order-line);
    border-top: 0;
    padding: 0 0 16px;
    overflow: visible;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pay > h2 {
    display: none;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay {
    margin: 0;
    padding: 0;
    border: 0;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay h2 {
    margin: 0 !important;
    padding: 16px 16px 12px !important;
    border: 0 !important;
    border-bottom: 2px solid var(--hddfs-order-ink) !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay__box {
    padding: 16px 16px 0;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay__box p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.55;
    color: #555;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay__meta {
    margin: 12px -16px 0;
    padding: 0;
    list-style: none;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--hddfs-order-line);
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay__meta li {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin: 0;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid var(--hddfs-order-line);
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay__meta li + li {
    border-top: 0;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay__meta li > span:first-child {
    flex: 1 1 auto;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay__meta li > strong,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay__meta li > .hddfs-unit {
    flex: 0 0 auto;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-pay__method {
    margin: 12px 0 16px;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pay .pay_tbl {
    display: none;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #od_tot_price {
    display: flex !important;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 !important;
    padding: 14px 16px !important;
    overflow: visible !important;
    border-top: 1px solid var(--hddfs-order-line);
    background: #f7f7f7;
    text-align: left !important;
    line-height: 1.4 !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #od_tot_price > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-align: left !important;
    white-space: nowrap;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #od_tot_price > strong {
    flex: 0 0 auto;
    color: #d71920;
    font-size: 18px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #od_tot_price > .hddfs-unit {
    flex: 0 0 auto;
    color: #d71920;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pay .sod_frm_point {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid var(--hddfs-order-line);
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pay .sod_frm_point > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 14px 16px;
    background: #fff;
    text-align: left;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pay .sod_frm_point > div:first-child label {
    flex: 1 1 auto;
    line-height: 1.4;
    text-align: left;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pay .sod_frm_point > div:first-child .hddfs-point-use-value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pt {
    display: none !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-meta-label {
    color: #555;
    font-size: 12px;
    font-weight: 600;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-meta-value,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page .hddfs-point-meta-value em {
    color: #111;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-align: right;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pay .sod_frm_point > div + div {
    border-top: 1px solid #ececec;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pay .sod_frm_point label {
    float: none;
    flex: 0 0 auto;
    margin: 0;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-align: left;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pay .sod_frm_point #od_temp_point {
    box-sizing: border-box;
    width: 120px;
    height: 44px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    text-align: right;
    font-size: 14px;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pt span,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pt .max_point_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0;
    text-align: right;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pt strong {
    float: none;
    flex: 0 0 auto;
    color: #555;
    font-size: 12px;
    font-weight: 600;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #sod_frm_pt em {
    font-style: normal;
    color: #111;
    font-size: 13px;
    font-weight: 700;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #display_pay_button.btn_confirm {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-top: 16px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #display_pay_button .btn_submit,
.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #display_pay_button .btn01 {
    flex: 1 1 0;
    box-sizing: border-box;
    width: 0 !important;
    min-width: 0;
    height: 48px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #display_pay_button .btn_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d71920;
    background: #d71920;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-order-page #display_pay_button .btn01 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    line-height: 1;
    text-decoration: none !important;
}

@media (min-width: 769px) {
    body:has(.hddfs-auth-stage):not(:has(.hddfs-shop-wrap)) {
        background: #f6f6f6;
    }

    body:has(.hddfs-auth-stage):not(:has(.hddfs-shop-wrap)) .hddfs-auth-stage {
        padding: 40px 16px 32px;
        background: #f6f6f6;
    }

    .hddfs-auth {
        max-width: 480px;
        padding: 0;
    }

    .hddfs-auth__panel {
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    }
}

.hddfs-auth .btn_submit {
    background: #d71920;
    border-color: #d71920;
}

/* Hide youngcart list chrome leftovers on category pages */
.hddfs-shop-wrap.is-mobile #sct_lst,
.hddfs-shop-wrap.is-mobile .sct_admin {
    display: none;
}

/* ===== Mobile list polish ===== */
.hddfs-shop-wrap.is-mobile .hddfs-m-list {
    padding-bottom: 24px;
    background: #fff;
}

.hddfs-shop-wrap.is-mobile .hddfs-m-sort {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 12px 4px;
    border-bottom: 1px solid #f0f0f0;
}

.hddfs-shop-wrap.is-mobile .hddfs-m-sort a {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 16px;
    background: #f5f5f5;
    color: #444;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.hddfs-shop-wrap.is-mobile .hddfs-m-sort a.is-on {
    background: #111;
    color: #fff;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile #best_item,
.hddfs-shop-wrap.is-mobile #sct_sortlst .btn_sort,
.hddfs-shop-wrap.is-mobile #sct_sort h2,
.hddfs-shop-wrap.is-mobile .shop-content:not(:has(#bo_list)) .list_01,
.hddfs-shop-wrap.is-mobile #sct_lst {
    display: none !important;
}

.hddfs-shop-wrap.is-mobile #bo_list .list_01 {
    display: block !important;
}

.hddfs-shop-wrap.is-mobile .hddfs-m-list__more {
    padding: 16px 12px 8px;
    text-align: center;
}

.hddfs-shop-wrap.is-mobile .hddfs-m-list__more #item_load_msg {
    display: none;
}

.hddfs-shop-wrap.is-mobile .hddfs-m-list__more #btn_more_item {
    width: 100%;
    height: 44px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.hddfs-shop-wrap.is-mobile .main-visual-swiper .btn-swiper-play,
.hddfs-shop-wrap.is-mobile .main-visual-swiper .btn-view {
    display: none !important;
}

.hddfs-shop-wrap.is-mobile .area-visual--m,
.hddfs-shop-wrap.is-mobile .area-visual--m .box-visual,
.hddfs-shop-wrap.is-mobile .main-visual-swiper {
    overflow: hidden !important;
}

.hddfs-shop-wrap.is-mobile .area-visual--m .visual__item {
    border-radius: 0;
}

.hddfs-shop-wrap.is-mobile .area-visual--m .visual__item img {
    border-radius: 0;
}

/* Category drawer — full HDDFS override */
body.hddfs-mobile-shop #category.menu,
body.hddfs-mobile-shop #category.hddfs-m-drawer {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 300 !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.hddfs-mobile-shop #category .cate_bg {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0,0,0,.48);
    cursor: pointer;
}

body.hddfs-mobile-shop #category .menu_wr {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100% !important;
    overflow-y: auto !important;
    background: #fff !important;
    box-shadow: 8px 0 28px rgba(0,0,0,.18) !important;
    z-index: 1 !important;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 8px 0 16px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__brand {
    display: flex;
    align-items: center;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__brand img {
    display: block;
    height: 24px;
    width: auto;
}

body.hddfs-mobile-shop #category .menu_close {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") center / 18px no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__auth,
#category.hddfs-m-drawer .hddfs-m-drawer__auth {
    padding: 16px;
    border-bottom: 8px solid #f5f5f5;
    text-align: left;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__hello,
#category.hddfs-m-drawer .hddfs-m-drawer__hello {
    margin: 0 0 12px;
    font-size: 16px;
    color: #111;
    line-height: 1.4;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__auth-links,
#category.hddfs-m-drawer .hddfs-m-drawer__auth-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__auth-links a,
#category.hddfs-m-drawer .hddfs-m-drawer__auth-links a {
    flex: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__auth-links a.is-primary,
#category.hddfs-m-drawer .hddfs-m-drawer__auth-links a.is-primary {
    border-color: #d71920;
    background: #d71920;
    color: #fff;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__nav {
    padding: 8px 0 4px;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__label {
    margin: 0;
    padding: 10px 16px 6px;
    color: #888;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: left;
}

body.hddfs-mobile-shop #category .cate {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: #fff !important;
    border: 0 !important;
}

body.hddfs-mobile-shop #category .cate > li {
    position: relative;
    line-height: normal !important;
}

body.hddfs-mobile-shop #category .cate > li > a {
    display: block !important;
    padding: 14px 48px 14px 16px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: left !important;
    text-decoration: none !important;
    background: #fff !important;
}

body.hddfs-mobile-shop #category .cate li button.sub_ct_toggle {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 48px !important;
    height: 48px !important;
    border: 0 !important;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / 16px no-repeat !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
}

body.hddfs-mobile-shop #category .cate li button.sub_ct_toggle.ct_cl {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 15l6-6 6 6'/%3E%3C/svg%3E") !important;
}

body.hddfs-mobile-shop #category .sub_cate {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: #fafafa !important;
}

body.hddfs-mobile-shop #category .sub_cate a {
    display: block !important;
    padding: 12px 16px 12px 28px !important;
    border-bottom: 1px solid #eee !important;
    background: #fafafa !important;
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__empty {
    margin: 0;
    padding: 20px 16px;
    color: #888;
    text-align: center;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__utils {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 16px !important;
    list-style: none !important;
    background: #fff !important;
    border: 0 !important;
    border-top: 8px solid #f5f5f5 !important;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__utils:after,
body.hddfs-mobile-shop #category .hddfs-m-drawer__utils:before {
    display: none !important;
    content: none !important;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__utils li {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    line-height: normal !important;
    position: static !important;
    text-align: center !important;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__utils li:before,
body.hddfs-mobile-shop #category .hddfs-m-drawer__utils li:after,
body.hddfs-mobile-shop #category .hddfs-m-drawer__utils li i,
body.hddfs-mobile-shop #category .hddfs-m-drawer__utils a i {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    content: none !important;
}

body.hddfs-mobile-shop #category .hddfs-m-drawer__utils a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 4px !important;
    border: 0 !important;
    border-radius: 4px;
    background: #f5f5f5 !important;
    color: #222 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em;
    text-align: center !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
}

body.hddfs-mobile-shop #category .ol,
body.hddfs-mobile-shop #category #ol_before,
body.hddfs-mobile-shop #category #ol_after {
    display: none !important;
}

/* Item detail price emphasis */
.hddfs-shop-wrap.is-mobile .hddfs-item-detail .sit_ov_tbl .price,
.hddfs-shop-wrap.is-mobile .hddfs-item-detail .sit_ov_tbl strong {
    color: #d71920;
    font-size: 18px;
}

.hddfs-shop-wrap.is-mobile body,
body.hddfs-mobile-shop {
    background: #fff !important;
}

body.hddfs-mobile-shop #hd {
    display: none !important;
}

/* ===== Kill Youngcart blue CTAs (PC item / sticky buy panel) ===== */
.hddfs-shop-wrap .sit_btn_buy,
.hddfs-shop-wrap #sit_buy .sit_btn_buy,
.hddfs-shop-wrap .sit_order_btn .sit_btn_buy,
.hddfs-shop-wrap #sit_ov_btn .sit_btn_buy {
    border: 1px solid #d71920 !important;
    background: #d71920 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.hddfs-shop-wrap .sit_btn_buy:hover,
.hddfs-shop-wrap .sit_btn_buy:focus,
.hddfs-shop-wrap #sit_buy .sit_btn_buy:hover,
.hddfs-shop-wrap #sit_buy .sit_btn_buy:focus {
    border-color: #b30e14 !important;
    background: #b30e14 !important;
}

.hddfs-shop-wrap .sit_btn_cart,
.hddfs-shop-wrap #sit_buy .sit_btn_cart,
.hddfs-shop-wrap .sit_order_btn .sit_btn_cart,
.hddfs-shop-wrap #sit_ov_btn .sit_btn_cart {
    border: 1px solid #1b1e23 !important;
    background: #fff !important;
    color: #1b1e23 !important;
    border-radius: 0 !important;
}

.hddfs-shop-wrap .sit_btn_cart:hover,
.hddfs-shop-wrap .sit_btn_cart:focus {
    background: #1b1e23 !important;
    color: #fff !important;
}

/* Global youngcart blue → HDDFS red (covers core css/*.css leftovers) */
body .btn_submit,
body a.btn_b01,
body .btn_b01,
body a.btn02,
body .btn02,
body .pg_current,
body #sit_btn_buy,
body .sit_btn_buy,
body #ol_submit,
body .reg_btn_submit,
body .reply_btn,
body .bo_v_btn .add_qa,
body #poll_btn .btn_poll,
body .couponzone_list .btn02,
body .sct_cartop_wr .cartopt_cart_btn,
body .sct_40 .list-10-btn .sct_cart,
body #smb_ws_act .btn02,
body #sod_ws_act .btn02,
body #display_pay_button .btn_submit,
body .fix_btn {
    border-color: #d71920 !important;
    background: #d71920 !important;
    color: #fff !important;
}

body .btn_submit:hover,
body a.btn_b01:hover,
body .btn_b01:hover,
body a.btn02:hover,
body .sit_btn_buy:hover {
    border-color: #b30e14 !important;
    background: #b30e14 !important;
    color: #fff !important;
}

body a.btn_frmline,
body button.btn_frmline,
body .cp_btn,
body .cp_apply,
body .cp_btn1,
body #login_password_lost,
body #ol_svc a,
body #ol_after_info,
body #s_ol_after_info,
body #poll header .btn_result,
body .sct_cartop_wr .cartopt_close_btn {
    border-color: #1b1e23 !important;
    color: #1b1e23 !important;
    background: #fff !important;
}

/* Accents / hovers / tabs that were blue */
body .gnb_2da:hover,
body .gnb_2da:focus,
body #sct_ct_1 li a:hover,
body #ssch_cate a:hover,
body #ssch_sort li:hover a,
body #sit_star_sns .btn_sns_share:hover,
body #sbsk .go_cart,
body .sps_section .sps_pd_name,
body .sch_more,
body #ol_after_logout,
body .point_list .point_num,
body .poll_numerical .poll_percent,
body #coupon .cou_pri,
body .smb_my_od .cost,
body .sod_frm_mobile .sod_list .total_price strong,
body .sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong {
    color: #d71920 !important;
}

body #sit_tab .tab_tit li .selected:after,
body #ssch_sort li:hover:after,
body #ssch_sort_all li:hover:after,
body .gnb_1dli_on .gnb_1da:after,
body #main_bn .owl_pager li.active a:after,
body .poll_1st .poll_result_graph span {
    background: #d71920 !important;
}

body #sod_frm_pay input[type="radio"]:checked + .lb_icon,
body .chk_box input[type="radio"]:checked + label {
    color: #d71920 !important;
}

body .chk_box input[type="checkbox"]:checked + label span,
body .fregister_agree input[type="checkbox"]:checked + label span,
body #sit_sms_new .chk_box input[type="checkbox"]:checked + label span,
body #sit_qa_write .chk_box input[type="checkbox"]:checked + label span,
body #sod_addr .td_sbj .chk_box input[type="checkbox"]:checked + label span {
    background-color: #d71920 !important;
    border-color: #b30e14 !important;
}

body .chk_box input[type="radio"]:checked + label span {
    border-color: #d71920 !important;
}

body .chk_box input[type="radio"]:checked + label span:before {
    background: #d71920 !important;
}

body #sod_bsk_tot,
body .sod_right #sod_bsk_tot,
body #display_pay_button .btn_submit {
    border-color: #d71920 !important;
}

body #sod_fin_no,
body #sch_res_ov,
body #reg_result,
body #reg_result .reg_result_p,
body #reg_result h2 strong {
    background: #fff !important;
    border-color: #e8e8e8 !important;
    color: #111 !important;
}
body #point .point_all {
    background: #f7f7f7 !important;
    border-color: #e8e8e8 !important;
    color: #1b1e23 !important;
}

body .status_04,
body .sod_opt li:before,
body .sod_frm_mobile .sod_opt li:before,
body .sod_frm_mobile .sod_opt .opt_name:before,
body .bo_cate_link,
body #bo_v_title .bo_v_cate {
    background: #f5f5f5 !important;
    color: #d71920 !important;
}

body .status_05 {
    background: #d71920 !important;
    color: #fff !important;
}

body #bo_cate a,
body #sch_res_board a,
body .new_win .win_ul li a {
    border-color: #e8e8e8 !important;
    color: #5c6677 !important;
}

body #bo_cate a:hover,
body #bo_cate #bo_cate_on,
body #sch_res_board a:hover,
body #sch_res_board .sch_on,
body .new_win .win_ul .selected {
    background: #d71920 !important;
    border-color: #d71920 !important;
    color: #fff !important;
}

body .form_01 .frm_info,
body .new_win .win_total {
    color: #d71920 !important;
}

/* ===== Item detail: reduce dead vertical space ===== */
.hddfs-shop-wrap:not(.is-mobile):has(#sit_info) #wrapper_title {
    padding-top: 12px;
    padding-bottom: 6px;
}

.hddfs-shop-wrap:not(.is-mobile):has(#sit_info) #container .shop-content {
    padding-bottom: 12px;
}

.hddfs-shop-wrap:not(.is-mobile):has(#sit_info) #sit_info {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

.hddfs-shop-wrap:not(.is-mobile):has(#sit_info) .hddfs-item-detail #sit_ov_wrap {
    padding-top: 12px !important;
    padding-bottom: 16px !important;
}

.hddfs-shop-wrap:not(.is-mobile):has(#sit_info) #sit_tab .tab_con {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.hddfs-shop-wrap #sit_info {
    margin-bottom: 8px;
}

.hddfs-shop-wrap:not(.is-mobile) #sit_info {
    align-items: flex-start !important;
    min-height: 0 !important;
}

.hddfs-shop-wrap:not(.is-mobile) #sit_buy {
    align-self: flex-start;
}

.hddfs-shop-wrap:not(.is-mobile) #sit_buy .sit_sel_option {
    height: auto;
    max-height: 220px;
    min-height: 0;
    overflow-y: auto;
}

.hddfs-shop-wrap #sit_rel:has(.sct_noitem) {
    display: none;
}

/* Product info table: avoid tall gray label cells */
.hddfs-shop-wrap .hddfs-product-info-block #sit_inf_open {
    width: 100%;
    border: 0;
    border-top: 1px solid #111;
    border-collapse: collapse;
    table-layout: fixed;
}

.hddfs-shop-wrap .hddfs-product-info-block #sit_inf_open th {
    box-sizing: border-box;
    width: 30%;
    padding: 12px 14px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff !important;
    color: #666;
    vertical-align: top;
    text-align: left;
    font-weight: 600;
    line-height: 1.5;
}

.hddfs-shop-wrap .hddfs-product-info-block #sit_inf_open td {
    box-sizing: border-box;
    width: 70%;
    padding: 12px 14px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    color: #111;
    vertical-align: top;
    line-height: 1.6;
    word-break: break-word;
    white-space: pre-line;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-item-detail #sit_pvi_big {
    background: #fff !important;
    min-height: 0 !important;
}

.hddfs-shop-wrap:not(.is-mobile) .hddfs-item-detail #sit_sel_option {
    background: #fff !important;
    border: 1px solid #dedede;
}

/* ===== Narrow PC (glass / laptop < HDDFS 1356 shell) =====
   Keep ≥1356 locked to original rhythm. Below that, drop fixed
   min-widths so header/content/buy/footer stay inside the viewport. */
@media (max-width: 1355px) {
    body:not(.hddfs-mobile-shop),
    body:not(.hddfs-mobile-shop) .hddfs-top-notice,
    .hddfs-shop-wrap:not(.is-mobile),
    .hddfs-shop-wrap:not(.is-mobile) #footer,
    #header.area-gnb {
        min-width: 0 !important;
        max-width: 100%;
    }

    body:not(.hddfs-mobile-shop) {
        overflow-x: hidden;
    }

    #header.area-gnb {
        width: 100% !important;
        box-sizing: border-box;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #header.area-gnb .box {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto;
    }

    .hddfs-shop-wrap:not(.is-mobile) #container {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    .hddfs-shop-wrap:not(.is-mobile) #container .shop-content,
    .hddfs-shop-wrap:not(.is-mobile) #container .shop-content.is_index {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    .hddfs-shop-wrap:not(.is-mobile):has(.hddfs-point-charge) #container .shop-content,
    .hddfs-shop-wrap:not(.is-mobile):has(#bo_list) #container .shop-content,
    .hddfs-shop-wrap:not(.is-mobile):has(#bo_v) #container .shop-content,
    .hddfs-shop-wrap:not(.is-mobile):has(#bo_w) #container .shop-content,
    .hddfs-shop-wrap:not(.is-mobile):has(#bo_gall) #container .shop-content,
    .hddfs-shop-wrap:not(.is-mobile):has(#fqalist) #container .shop-content {
        max-width: none;
        width: 100% !important;
    }

    /* Hero: no -78px overhang; scale squares to column */
    .hddfs-shop-wrap:not(.is-mobile) .area-visual {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .hddfs-shop-wrap:not(.is-mobile) .main-visual-swiper .swiper-slide,
    .hddfs-shop-wrap:not(.is-mobile) .main-visual-swiper .visual__item {
        height: auto !important;
        aspect-ratio: 1 / 1;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 28px 16px;
    }

    /* Footer matches content column (CDN locks .copy 1260 / .copyright 1200) */
    .hddfs-shop-wrap:not(.is-mobile) #footer {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .hddfs-shop-wrap:not(.is-mobile) #footer .copy {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    .hddfs-shop-wrap:not(.is-mobile) #footer .policy .box,
    .hddfs-shop-wrap:not(.is-mobile) #footer .copyright {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    .hddfs-shop-wrap:not(.is-mobile) #footer .copyright .logo,
    .hddfs-shop-wrap:not(.is-mobile) #footer .copyright .logo strong,
    .hddfs-shop-wrap:not(.is-mobile) #footer .copyright ul,
    .hddfs-shop-wrap:not(.is-mobile) #footer .copyright p {
        width: auto !important;
        max-width: 100% !important;
    }

    /* Header GNB: CDN fixed tracks can still overflow */
    .hddfs-shop-wrap:not(.is-mobile) #header .wrap-gnb-logo,
    .hddfs-shop-wrap:not(.is-mobile) #header .wrap-gnb-util,
    .hddfs-shop-wrap:not(.is-mobile) #header .wrap-header-category {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .hddfs-shop-wrap:not(.is-mobile) #header .wrap-gnb-logo {
        overflow: hidden;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start;
        gap: 12px;
        flex-wrap: nowrap;
        min-height: 62px;
    }

    .hddfs-shop-wrap:not(.is-mobile) #header .wrap-gnb-logo > h1 {
        flex: 0 0 auto;
    }

    .hddfs-shop-wrap:not(.is-mobile) #header .wrap-gnb-search {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 440px;
        margin-left: auto;
        margin-right: 8px;
    }

    .hddfs-shop-wrap:not(.is-mobile) #header .default_menu {
        flex: 0 0 auto;
        margin-left: 0 !important;
    }

    /* Category strip: stay under logo row, never under util icons */
    .hddfs-shop-wrap:not(.is-mobile) #header .wrap-header-category {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: calc(100% - 160px);
    }

    .hddfs-shop-wrap:not(.is-mobile) #header .wrap-gnb-util {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 8px 16px;
    }

    /* Checkout: kill 792+368 fixed columns on narrow PC */
    .hddfs-shop-wrap:not(.is-mobile) #sod_frm .sod_left,
    .hddfs-shop-wrap:not(.is-mobile) #sod_frm .sod_right {
        float: none !important;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
    }

    .hddfs-shop-wrap:not(.is-mobile) #sod_frm .sod_left {
        margin-bottom: 28px;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-account {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hddfs-shop-wrap:not(.is-mobile) .sqa_section {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-point-charge {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .hddfs-shop-wrap:not(.is-mobile):has(.hddfs-point-charge) #wrapper_title {
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    /* Item detail: fluid overview + buy column that never clips */
    .hddfs-shop-wrap:not(.is-mobile) .hddfs-item-detail #sit_ov_wrap,
    .hddfs-shop-wrap:not(.is-mobile).is_item .hddfs-item-detail #sit_ov_wrap {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100%;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
        gap: 28px;
        padding: 20px 0 24px;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-item-detail #sit_pvi {
        width: 100% !important;
        max-width: 100%;
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 12px;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-item-detail #sit_pvi_big {
        width: 100% !important;
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-item-detail #sit_pvi_big img {
        min-height: 0;
        height: 100%;
        object-fit: contain;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-item-detail #sit_pvi_thumb img {
        width: 56px;
        height: 56px;
    }

    .hddfs-shop-wrap:not(.is-mobile) .is_item #sit_info,
    .hddfs-shop-wrap:not(.is-mobile) #sit_info {
        display: flex !important;
        flex-direction: row;
        align-items: flex-start;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100%;
        min-height: 0;
    }

    .hddfs-shop-wrap:not(.is-mobile) .is_item #sit_tab,
    .hddfs-shop-wrap:not(.is-mobile) #sit_tab {
        display: block !important;
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0;
        max-width: 100%;
    }

    .hddfs-shop-wrap:not(.is-mobile) .is_item #sit_buy,
    .hddfs-shop-wrap:not(.is-mobile) #sit_buy {
        display: block !important;
        flex: 0 0 220px;
        box-sizing: border-box;
        width: 220px !important;
        max-width: 220px;
        padding: 12px;
    }

    .hddfs-shop-wrap:not(.is-mobile) #sit_buy .sit_buy_inner,
    .hddfs-shop-wrap:not(.is-mobile) .sit_buy_inner {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100%;
        padding: 0;
    }

    .hddfs-shop-wrap:not(.is-mobile) #sit_buy .sit_order_btn button {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 15px;
        white-space: nowrap;
    }

    .hddfs-shop-wrap:not(.is-mobile) #wrapper_title {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    /* Still PC shell, but pack grids & stack overview if needed */
    .hddfs-shop-wrap:not(.is-mobile) .hddfs-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 14px;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-item-detail #sit_ov_wrap,
    .hddfs-shop-wrap:not(.is-mobile).is_item .hddfs-item-detail #sit_ov_wrap {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-item-detail #sit_pvi {
        grid-template-columns: 56px minmax(0, 1fr);
        max-width: 520px;
        margin: 0 auto;
    }

    .hddfs-shop-wrap:not(.is-mobile) .is_item #sit_buy,
    .hddfs-shop-wrap:not(.is-mobile) #sit_buy {
        flex: 0 0 200px;
        width: 200px !important;
        max-width: 200px;
    }
}

@media (max-width: 1023px) {
    /* Narrow laptop / glass: keep PC chrome, 2-col products, buy under tabs */
    .hddfs-shop-wrap:not(.is-mobile) .hddfs-account__layout {
        flex-direction: column;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-account #smb_my_ov,
    .hddfs-shop-wrap:not(.is-mobile) .hddfs-account aside#smb_my_ov.hddfs-account__sidebar,
    .hddfs-shop-wrap:not(.is-mobile) .hddfs-account #smb_my_list,
    .hddfs-shop-wrap:not(.is-mobile) .hddfs-account #smb_my_list.hddfs-account__main {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .hddfs-shop-wrap:not(.is-mobile) .hddfs-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hddfs-shop-wrap:not(.is-mobile) .main-visual-swiper .swiper-slide,
    .hddfs-shop-wrap:not(.is-mobile) .main-visual-swiper .visual__item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .hddfs-shop-wrap:not(.is-mobile) .is_item #sit_info,
    .hddfs-shop-wrap:not(.is-mobile) #sit_info {
        flex-direction: column;
    }

    .hddfs-shop-wrap:not(.is-mobile) .is_item #sit_buy,
    .hddfs-shop-wrap:not(.is-mobile) #sit_buy {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: 100%;
        border-left: 0;
        border-top: 1px solid #e8e8e8;
    }
}

/* ===== Point charge (입금신청) ===== */
.hddfs-shop-wrap:not(.is-mobile):has(.hddfs-point-charge) #container .shop-content {
    width: 1356px;
}

.hddfs-shop-wrap:not(.is-mobile):has(.hddfs-point-charge) #wrapper_title {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.hddfs-shop-wrap:not(.is-mobile):has(.hddfs-point-charge) #wrapper_title:after {
    left: 50%;
    transform: translateX(-50%);
}

.hddfs-point-charge__help {
    display: none;
}

.hddfs-point-charge {
    width: 100%;
    max-width: none;
    margin: 0 0 60px;
    padding-top: 20px;
    font-family: Arial, "Malgun Gothic", sans-serif;
    color: #111;
}

.hddfs-point-charge h3 {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
}

.hddfs-point-charge__bank,
.hddfs-point-charge__form-wrap,
.hddfs-point-charge__list-wrap {
    margin-bottom: 36px;
}

.hddfs-point-charge__summary {
    margin-bottom: 28px;
}

.hddfs-point-charge__balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    border: 1px solid #e5e5e5;
    border-left: 3px solid #d71920;
    background: #fff;
}

.hddfs-point-charge__balance-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.hddfs-point-charge__balance-val {
    font-size: 26px;
    font-weight: 700;
    color: #d71920;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
    line-height: 1;
    text-align: right;
}

.hddfs-point-charge__balance-unit {
    margin-left: 1px;
    font-size: 20px;
    font-weight: 700;
}

.hddfs-point-charge__help,
.hddfs-account__charge-note {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.hddfs-point-charge__bank-box {
    padding: 18px 20px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    white-space: pre-wrap;
    line-height: 1.6;
}

.hddfs-point-charge__tbl {
    display: table !important;
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #111;
}

.hddfs-point-charge__tbl tbody {
    display: table-row-group !important;
}

.hddfs-point-charge__tbl tr {
    display: table-row !important;
}

.hddfs-point-charge__tbl th,
.hddfs-point-charge__tbl td {
    display: table-cell !important;
    padding: 12px 16px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    text-align: left;
}

.hddfs-point-charge__tbl th {
    width: 140px;
    background: #f7f7f7;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.hddfs-point-charge__tbl td .frm_input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: none;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #ddd;
}

.hddfs-point-charge__hint {
    display: block;
    margin-top: 6px;
    color: #888;
    font-size: 12px;
}

.hddfs-shop-wrap .hddfs-point-charge__actions.btn_group {
    display: table !important;
    width: 100% !important;
    max-width: none;
    table-layout: fixed !important;
    border-collapse: collapse !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.hddfs-shop-wrap .hddfs-point-charge__actions.btn_group > li {
    display: table-cell !important;
    padding: 0 4px !important;
    vertical-align: top !important;
}

.hddfs-shop-wrap .hddfs-point-charge__actions.btn_group .btn_submit,
.hddfs-shop-wrap .hddfs-point-charge__actions.btn_group .btn_cancel {
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 48px;
    margin: 0 !important;
    padding: 0 12px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    float: none !important;
    clear: none !important;
}

.hddfs-point-charge__actions .btn_submit {
    border: 1px solid #d71920 !important;
    background: #d71920 !important;
    color: #fff !important;
}

.hddfs-point-charge__actions .btn_submit:hover,
.hddfs-point-charge__actions .btn_submit:focus {
    border-color: #b30e14 !important;
    background: #b30e14 !important;
    color: #fff !important;
}

.hddfs-point-charge__actions .btn_cancel {
    border: 1px solid #111 !important;
    background: #fff !important;
    color: #111 !important;
}

.hddfs-point-charge__actions .btn_cancel:hover,
.hddfs-point-charge__actions .btn_cancel:focus {
    border-color: #111 !important;
    background: #111 !important;
    color: #fff !important;
}

.hddfs-point-charge__list-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.hddfs-point-charge__table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    border-top: 2px solid #111;
}

.hddfs-point-charge__table th,
.hddfs-point-charge__table td {
    padding: 14px 10px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    text-align: center;
}

.hddfs-point-charge__table th {
    background: #f7f7f7;
    font-weight: 600;
    color: #555;
}

.hddfs-point-charge__table .td-num {
    font-weight: 700;
}

.hddfs-point-charge__table .empty,
.hddfs-point-charge__mlist .empty {
    padding: 40px 0;
    color: #888;
    text-align: center;
}

.hddfs-point-charge .status {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
}

.hddfs-point-charge .status-pending {
    background: #fff4e5;
    color: #b35c00;
}

.hddfs-point-charge .status-done {
    background: #eef8ef;
    color: #1b7a2c;
}

.hddfs-point-charge .status-reject {
    background: #f5f5f5;
    color: #777;
}

.hddfs-point-charge__mlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hddfs-point-charge__mlist li {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.hddfs-point-charge__mlist .meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    color: #888;
    font-size: 12px;
}

.hddfs-point-charge__mlist strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

.hddfs-point-charge__mlist .name {
    color: #555;
    font-size: 13px;
}

.hddfs-point-charge.is-mobile {
    padding: 24px 12px 40px;
}

.hddfs-point-charge.is-mobile .hddfs-point-charge__balance {
    padding: 16px 18px;
}

.hddfs-point-charge.is-mobile .hddfs-point-charge__balance-val {
    font-size: 22px;
}

.hddfs-point-charge.is-mobile .hddfs-point-charge__balance-unit {
    font-size: 17px;
}

.hddfs-point-charge.is-mobile .hddfs-point-charge__tbl th {
    width: 88px;
    padding: 10px 8px;
    font-size: 12px;
}

.hddfs-point-charge.is-mobile .hddfs-point-charge__tbl td {
    padding: 8px;
}

.hddfs-shop-wrap.is-mobile .hddfs-point-charge__actions.btn_group {
    max-width: none;
    width: 100% !important;
}

.hddfs-shop-wrap.is-mobile .hddfs-point-charge__actions.btn_group .btn_submit,
.hddfs-shop-wrap.is-mobile .hddfs-point-charge__actions.btn_group .btn_cancel {
    height: 44px;
    padding: 0 8px;
    font-size: 13px;
}

/* ===== Theme audit Wave1–3: popup / wish / search / coupon / list ===== */

.hddfs-popup,
.new_win.hddfs-popup {
    --hddfs-pop-ink: #111;
    --hddfs-pop-muted: #777;
    --hddfs-pop-line: #e0e0e0;
    --hddfs-pop-soft: #f5f5f5;
    --hddfs-pop-red: #d71920;
    font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
    color: var(--hddfs-pop-ink);
    background: #fff;
}

.hddfs-popup #win_title,
.new_win.hddfs-popup #win_title {
    margin: 0;
    padding: 18px 20px;
    border-bottom: 1px solid var(--hddfs-pop-line);
    background: #fff;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    color: var(--hddfs-pop-ink);
}

.hddfs-popup .win_total,
.hddfs-popup .new_win_con2,
.hddfs-popup .new_win_con {
    color: var(--hddfs-pop-ink);
}

.hddfs-popup .win_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
    padding: 0 16px;
    list-style: none;
}

.hddfs-popup .win_ul li {
    float: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--hddfs-pop-line);
    border-radius: 0;
    background: #fff;
}

.hddfs-popup .win_ul li a {
    display: block;
    padding: 8px 14px;
    color: #555;
    text-decoration: none;
}

.hddfs-popup .win_ul .selected,
.hddfs-popup .win_ul .selected a {
    border-color: var(--hddfs-pop-red);
    background: var(--hddfs-pop-red);
    color: #fff !important;
}

.hddfs-popup .win_desc,
.hddfs-popup .tooltip_txt {
    background: var(--hddfs-pop-soft) !important;
    color: var(--hddfs-pop-ink) !important;
    border: 1px solid var(--hddfs-pop-line);
    border-radius: 0;
}

.hddfs-popup .btn_close,
.hddfs-popup .win_btn .btn_close {
    display: block;
    width: calc(100% - 32px);
    margin: 16px auto 24px;
    height: 46px;
    border: 1px solid #111;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.hddfs-popup#point .point_all,
.hddfs-popup .point_all {
    background: var(--hddfs-pop-soft) !important;
    border: 1px solid var(--hddfs-pop-line);
    color: var(--hddfs-pop-ink);
}

.hddfs-popup#point .point_all span,
.hddfs-popup .point_num {
    color: var(--hddfs-pop-red) !important;
}

.hddfs-coupon ul {
    margin: 0;
    padding: 12px 16px 0;
    list-style: none;
}

.hddfs-coupon li {
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid var(--hddfs-pop-line, #e0e0e0);
    background: #fff;
}

.hddfs-coupon .cou_top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

.hddfs-coupon .cou_tit {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

.hddfs-coupon .cou_pri,
.hddfs-coupon .cou_pri strong {
    color: #d71920 !important;
    font-size: 18px;
    font-weight: 700;
}

.hddfs-coupon .cou_target,
.hddfs-coupon .cou_date {
    display: block;
    margin-top: 4px;
    color: #777;
    font-size: 13px;
}

.hddfs-coupon .empty_li,
.hddfs-coupon .empty_list {
    border: 0;
    padding: 40px 16px;
    text-align: center;
    color: #888;
}

/* Wishlist */
.hddfs-account--wish {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 0 40px;
}

.hddfs-wish .hddfs-account__title {
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #111;
    font-size: 22px;
}

.hddfs-wish__list ul,
.hddfs-wish #wish_li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hddfs-wish__list li,
.hddfs-wish #wish_li li {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.hddfs-wish .info_link,
.hddfs-wish .wish_prd {
    display: block;
    margin-bottom: 6px;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.hddfs-wish .info_date,
.hddfs-wish .info_price {
    color: #888;
    font-size: 13px;
}

.hddfs-wish__act {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.hddfs-wish__act .btn01,
.hddfs-wish__act .btn02 {
    min-width: 140px;
    height: 46px;
    border-radius: 0;
    font-weight: 700;
}

.hddfs-wish__act .btn01 {
    border: 1px solid #111 !important;
    background: #fff !important;
    color: #111 !important;
}

.hddfs-wish__act .btn02 {
    border: 1px solid #d71920 !important;
    background: #d71920 !important;
    color: #fff !important;
}

.hddfs-account--wish.is-mobile {
    padding: 0 12px 40px;
}

/* Search */
.hddfs-search,
#ssch.hddfs-search {
    margin: 20px 0 40px;
}

.hddfs-search > h2,
#ssch.hddfs-search > h2 {
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #111;
    font-size: 22px;
    color: #111;
}

.hddfs-search > h2 strong,
#ssch.hddfs-search h2 strong,
#ssch.hddfs-search #ssch_ov b {
    color: #d71920 !important;
}

.hddfs-search #ssch_frm,
#ssch.hddfs-search #ssch_frm {
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: none;
}

.hddfs-search .ssch_input,
.hddfs-search #ssch_q,
.hddfs-search .frm_input {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    height: 44px;
}

.hddfs-search .btn_submit,
.hddfs-search .sch_submit {
    border-radius: 0 !important;
    background: #d71920 !important;
    border-color: #d71920 !important;
    color: #fff !important;
}

.hddfs-search #ssch_frm p,
.hddfs-search .tooltip,
.hddfs-search .ssch_option {
    color: #777 !important;
}

.hddfs-search #ssch_cate a:hover,
.hddfs-search #ssch_sort_all li.active a,
.hddfs-search #ssch_sort_all li:hover a {
    color: #d71920 !important;
}

/* Couponzone */
.hddfs-couponzone > p,
.couponzone_list.hddfs-couponzone > p {
    background: #f5f5f5 !important;
    color: #333 !important;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.hddfs-couponzone .cp_evt,
.hddfs-couponzone .cp_evt b,
.couponzone_list .cp_evt {
    color: #d71920 !important;
}

.hddfs-couponzone .coupon_info_btn,
.hddfs-couponzone .cp_1,
.hddfs-couponzone .cp_2,
.hddfs-couponzone .cp_3,
.hddfs-couponzone .cp_4 {
    border-color: #111 !important;
    background: #fff !important;
    color: #111 !important;
    border-radius: 0 !important;
}

.hddfs-couponzone .btn02 {
    border-radius: 0 !important;
}

/* Mobile order list */
.hddfs-account--order.is-mobile {
    padding: 0 12px 40px;
}

.hddfs-account__order-hint,
#sod_v_info.hddfs-account__order-hint {
    margin: 0 0 16px !important;
    padding: 12px 14px !important;
    background: #f5f5f5 !important;
    color: #555 !important;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    line-height: 1.5;
}

.hddfs-account__order-mlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hddfs-account__order-mlist li {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.hddfs-account__order-mlist .idtime_link {
    color: #111;
    font-weight: 700;
    text-decoration: none;
}

.hddfs-account__order-mlist .inquiry_price {
    color: #d71920;
    font-weight: 700;
}

/* PC list chrome (#sct_sort) */
.hddfs-shop-wrap:not(.is-mobile) #sct_sort,
.hddfs-shop-wrap:not(.is-mobile) #sct_sortlst {
    margin: 0 0 20px;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
    background: transparent;
}

.hddfs-shop-wrap:not(.is-mobile) #sct_sort h2 {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.hddfs-shop-wrap:not(.is-mobile) #sct_sortlst .btn_sort,
.hddfs-shop-wrap:not(.is-mobile) #sct_sort .btn_sort {
    border: 0;
    background: transparent;
    color: #555;
    border-radius: 0;
    box-shadow: none;
}

.hddfs-shop-wrap:not(.is-mobile) #sct_ct_1 {
    border: 0;
    background: transparent;
}

.hddfs-shop-wrap:not(.is-mobile) #sct_ct_1 li a {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #fff;
    color: #555;
}

.hddfs-shop-wrap:not(.is-mobile) #sct_ct_1 li a:hover,
.hddfs-shop-wrap:not(.is-mobile) #sct_ct_1 .sct_ct_parent {
    border-color: #d71920;
    color: #d71920;
}

/* Cart polish aligned with order page */
.hddfs-cart.hddfs-order-page .tbl_head03 thead th {
    border-top: 2px solid #111;
    background: #fafafa;
}

.hddfs-cart.hddfs-order-page #sod_bsk_act {
    justify-content: center;
}


/* ===== Dual currency USD + KRW (HDDFS catalog) ===== */

.hddfs-shop-wrap .product__price--origin.type-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 8px;
    margin: 0;
}

.hddfs-shop-wrap .product__sale-info {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
}

.hddfs-shop-wrap .product__price-ratio {
    color: #d71920;
    font-weight: 700;
}

.hddfs-shop-wrap .product__price--sale,
.hddfs-shop-wrap .hddfs-item-price .product__price--sale,
.hddfs-shop-wrap .hddfs-item-price-cell .product__price--sale {
    font-size: 15px;
    font-weight: 700;
    color: #ea2829;
    letter-spacing: -0.02em;
}

.hddfs-shop-wrap .product__price--won,
.hddfs-shop-wrap .hddfs-item-price .product__price--won,
.hddfs-shop-wrap .hddfs-item-price-cell .product__price--won {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    color: #1b1e23;
    font-size: 13px;
    font-weight: 400;
}

.hddfs-shop-wrap .product__price--won span,
.hddfs-shop-wrap .hddfs-item-price .product__price--won span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.65px;
}

.hddfs-shop-wrap .product__price--won em {
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
}

.hddfs-shop-wrap .hddfs-product-origin {
    display: block;
    width: 100%;
    margin-top: 2px;
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}

.hddfs-shop-wrap .hddfs-item-price {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.hddfs-shop-wrap .hddfs-item-price-cell .hddfs-item-price .product__price--sale {
    font-size: 20px;
}

.hddfs-shop-wrap .hddfs-rel-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
}

.hddfs-shop-wrap .wrap-exchange {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hddfs-shop-wrap .wrap-exchange .currencyInfo .ko,
.hddfs-shop-wrap .wrap-exchange .currencyInfo {
    font-size: 12px;
    font-weight: 700;
    color: #111;
}

.hddfs-shop-wrap .wrap-exchange .exchange_rate,
.hddfs-shop-wrap .exchageRateTxt {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
}

.hddfs-m-exchr {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 12px;
    color: #555;
}

.hddfs-m-exchr .ko {
    font-weight: 700;
    color: #111;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__price--sale {
    color: #ea2829 !important;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__price--origin.type-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__price--won {
    font-size: 12px;
}

.hddfs-shop-wrap.is-mobile .hddfs-product-card .product__price--won span {
    font-size: 13px;
}


/* ===== Board / 1:1 QA HDDFS chrome (P1) ===== */

.hddfs-shop-wrap:not(.is-mobile):has(#bo_list) #container .shop-content,
.hddfs-shop-wrap:not(.is-mobile):has(#bo_v) #container .shop-content,
.hddfs-shop-wrap:not(.is-mobile):has(#bo_w) #container .shop-content,
.hddfs-shop-wrap:not(.is-mobile):has(#bo_gall) #container .shop-content,
.hddfs-shop-wrap:not(.is-mobile):has(#fqalist) #container .shop-content {
    width: 1356px;
}

.hddfs-shop-wrap:not(.is-mobile):has(#bo_list) #wrapper_title,
.hddfs-shop-wrap:not(.is-mobile):has(#bo_v) #wrapper_title,
.hddfs-shop-wrap:not(.is-mobile):has(#bo_w) #wrapper_title,
.hddfs-shop-wrap:not(.is-mobile):has(#bo_gall) #wrapper_title,
.hddfs-shop-wrap:not(.is-mobile):has(#fqalist) #wrapper_title {
    text-align: center;
}

.hddfs-shop-wrap:not(.is-mobile):has(#bo_list) #wrapper_title:after,
.hddfs-shop-wrap:not(.is-mobile):has(#bo_v) #wrapper_title:after,
.hddfs-shop-wrap:not(.is-mobile):has(#bo_w) #wrapper_title:after,
.hddfs-shop-wrap:not(.is-mobile):has(#bo_gall) #wrapper_title:after,
.hddfs-shop-wrap:not(.is-mobile):has(#fqalist) #wrapper_title:after {
    left: 50%;
    transform: translateX(-50%);
}

.hddfs-shop-wrap #bo_list,
.hddfs-shop-wrap #bo_v,
.hddfs-shop-wrap #bo_w,
.hddfs-shop-wrap #bo_gall,
.hddfs-shop-wrap #fqalist {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    color: #111;
}

.hddfs-shop-wrap #bo_list .tbl_head01 thead th,
.hddfs-shop-wrap #fqalist .tbl_head01 thead th {
    border-top: 2px solid #111;
    background: #fafafa;
    color: #111;
    font-weight: 700;
}

.hddfs-shop-wrap #bo_list tbody tr:hover,
.hddfs-shop-wrap #fqalist tbody tr:hover {
    border-left-color: #d71920 !important;
    background: #fffafa;
}

.hddfs-shop-wrap #bo_btn_top {
    display: none !important;
}

.hddfs-shop-wrap #bo_list_total {
    color: #777;
    font-size: 13px;
}

.hddfs-shop-wrap .btn_bo_user .btn,
.hddfs-shop-wrap .btn_bo_user a.btn,
.hddfs-shop-wrap #bo_v_bot .btn,
.hddfs-shop-wrap #bo_v_top .btn {
    border-radius: 0;
}

.hddfs-shop-wrap #bo_v_title {
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #111;
    font-size: 22px;
    font-weight: 700;
}

.hddfs-shop-wrap #bo_v_table,
.hddfs-shop-wrap #bo_v_act_good,
.hddfs-shop-wrap #bo_v_act_nogood {
    background: #d71920 !important;
    border-color: #d71920 !important;
    color: #fff !important;
}

.hddfs-shop-wrap #bo_v_act strong,
.hddfs-shop-wrap #bo_gall .gall_now .gall_text_href a {
    color: #d71920 !important;
}

.hddfs-shop-wrap #bo_w .bo_w_link,
.hddfs-shop-wrap .btn_top.btn_bo_user,
.hddfs-shop-wrap ul.btn_top,
.hddfs-shop-wrap .view_is_list,
.hddfs-shop-wrap #bo_btn_top {
    display: none !important;
}

.hddfs-shop-wrap #bo_w .write_div,
.hddfs-shop-wrap #bo_w .bo_w_select,
.hddfs-shop-wrap #bo_w .bo_w_flie {
    margin-bottom: 14px;
}

.hddfs-shop-wrap #bo_w .frm_input,
.hddfs-shop-wrap #bo_w textarea,
.hddfs-shop-wrap #bo_w select {
    border-radius: 0;
    border-color: #ccc;
}

.hddfs-shop-wrap #bo_w .btn_submit,
.hddfs-shop-wrap #bo_list .btn_b02,
.hddfs-shop-wrap #bo_v .btn_b02,
.hddfs-shop-wrap #fqalist .btn_b02 {
    border-radius: 0 !important;
    background: #d71920 !important;
    border-color: #d71920 !important;
    color: #fff !important;
}

.hddfs-shop-wrap .chk_box input[type="checkbox"] + label:hover,
.hddfs-shop-wrap #bo_w .frm_info,
.hddfs-shop-wrap #bo_v_file a {
    color: #d71920 !important;
}

.hddfs-shop-wrap #bo_gall .gall_li {
    border-color: #e8e8e8;
}

.hddfs-shop-wrap.is-mobile #bo_list,
.hddfs-shop-wrap.is-mobile #bo_v,
.hddfs-shop-wrap.is-mobile #bo_w,
.hddfs-shop-wrap.is-mobile #bo_gall {
    margin: 0 !important;
    padding: 0 16px 16px !important;
    max-width: none;
}

.hddfs-shop-wrap.is-mobile #bo_list_total,
.hddfs-shop-wrap.is-mobile #bo_sch,
.hddfs-shop-wrap.is-mobile .btn_top,
.hddfs-shop-wrap.is-mobile .btn_top.btn_bo_user,
.hddfs-shop-wrap.is-mobile .view_is_list {
    display: none !important;
}

.hddfs-shop-wrap.is-mobile .bo_fx {
    display: flex;
    justify-content: flex-end;
    margin: 8px 16px 16px;
    padding: 0;
}

.hddfs-shop-wrap.is-mobile #bo_list .list_01 {
    padding: 0 !important;
}

.hddfs-shop-wrap.is-mobile #bo_list .list_01 ul {
    margin: 0;
    padding: 0;
}

.hddfs-shop-wrap.is-mobile #bo_list .list_01 li {
    margin: 0 !important;
    padding: 16px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

.hddfs-shop-wrap.is-mobile #bo_list .bo_subject {
    color: #111;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 0;
}

.hddfs-shop-wrap.is-mobile #bo_list .bo_info {
    margin-top: 6px;
    padding-top: 0;
    color: #888;
    font-size: 12px;
}

.hddfs-shop-wrap.is-mobile #bo_list .bo_info i {
    margin-left: 0;
    margin-right: 3px;
}

.hddfs-shop-wrap.is-mobile #fboardlist + .pg_wrap,
.hddfs-shop-wrap.is-mobile .pg_wrap {
    margin: 0 16px 16px;
}


/* ===== FAQ / latest / board polish (remaining) ===== */

.hddfs-shop-wrap #faq_wrap,
.hddfs-shop-wrap #faq_sch {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hddfs-shop-wrap #faq_sch {
    margin: 0 0 24px;
    padding: 16px 18px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
}

.hddfs-shop-wrap #faq_sch .sch_tit {
    margin-right: 10px;
    font-weight: 700;
    color: #111;
}

.hddfs-shop-wrap #faq_sch .frm_input {
    height: 40px;
    border-radius: 0;
    border-color: #ccc;
}

.hddfs-shop-wrap #faq_sch .btn_submit {
    height: 40px;
    border-radius: 0 !important;
    background: #d71920 !important;
    border-color: #d71920 !important;
}

.hddfs-shop-wrap #faq_con,
.hddfs-shop-wrap .faq_admin {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hddfs-shop-wrap #faq_con h2,
.hddfs-shop-wrap #faq_con .faq_alist {
    border-color: #e8e8e8;
}

.hddfs-shop-wrap #faq_con .faq_q a,
.hddfs-shop-wrap #faq_con .faq_q {
    color: #111;
    font-weight: 600;
}

.hddfs-shop-wrap #faq_con .faq_a {
    color: #555;
    background: #fafafa;
}

.hddfs-shop-wrap .lat .lat_title,
.hddfs-shop-wrap .pic_lt .lat_title,
.hddfs-shop-wrap .pic_lt .lat_title a,
.hddfs-shop-wrap .pic_li_lt .lat_title,
.hddfs-shop-wrap .cm_lt .cm_lt_title {
    color: #111 !important;
}

.hddfs-shop-wrap .pic_lt .lat_title a:after {
    background: #d71920 !important;
}

.hddfs-shop-wrap #bo_list .td_subject a:hover,
.hddfs-shop-wrap #bo_gall .gall_text_href a:hover {
    color: #d71920;
}

.hddfs-shop-wrap #bo_list .btn_bo_user,
.hddfs-shop-wrap #bo_v_top,
.hddfs-shop-wrap #bo_v_bot {
    gap: 8px;
}

.hddfs-shop-wrap #bo_btn_top {
    justify-content: space-between;
}

.hddfs-shop-wrap #bo_list .btn_bo_user {
    float: right;
    margin-left: auto;
}

.hddfs-shop-wrap #bo_list .btn_bo_user li.hddfs-write-btn {
    width: auto !important;
    background: transparent;
}

.hddfs-shop-wrap #bo_list a.btn_write,
.hddfs-shop-wrap.is-mobile #bo_list a.btn_write,
.hddfs-shop-wrap.is-mobile .bo_fx a.btn_write {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    height: 40px;
    padding: 0 18px;
    border: 1px solid #d71920 !important;
    background: #d71920 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    border-radius: 0;
}

.hddfs-shop-wrap.is-mobile #faq_wrap,
.hddfs-shop-wrap.is-mobile #faq_sch,
.hddfs-shop-wrap.is-mobile #faq_con {
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
}


.hddfs-shop-wrap .sct_cost {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 8px;
}

.hddfs-shop-wrap .sct_cost .product__price--sale {
    color: #ea2829;
    font-weight: 700;
}

.hddfs-shop-wrap .sct_cost .product__price--won {
    color: #1b1e23;
    font-size: 13px;
}

.hddfs-shop-wrap .sct_cost .sct_dict {
    width: 100%;
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}

.hddfs-account__wish-list .smb_my_price,
.hddfs-wish .info_price,
#wish .prd_price,
.ev_prd_price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
}

.hddfs-account__wish-list .smb_my_price .product__price--sale,
.hddfs-wish .info_price .product__price--sale,
#wish .prd_price .product__price--sale,
.ev_prd_price .product__price--sale {
    color: #ea2829;
    font-weight: 700;
}

.hddfs-account__wish-list .smb_my_price .product__price--won,
.hddfs-wish .info_price .product__price--won,
#wish .prd_price .product__price--won,
.ev_prd_price .product__price--won {
    color: #1b1e23;
    font-size: 13px;
}

.hddfs-wish .info_price {
    color: inherit;
    font-size: inherit;
}

.hddfs-account__empty {
    margin: 24px 0 40px;
    padding: 48px 20px;
    text-align: center;
    color: #666;
    background: #fafafa;
    border: 1px solid #eee;
}

#stv .prd_cost {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 6px;
}

#stv .prd_cost .product__price--sale {
    color: #ea2829;
    font-weight: 700;
    font-size: 13px;
}

#stv .prd_cost .product__price--won {
    color: #1b1e23;
    font-size: 12px;
}

.hddfs-popup--addr .btn_submit,
.hddfs-popup--addr .mng_btn.sel_address,
.hddfs-popup--addr .btn_sel {
    background: #d71920 !important;
    border-color: #d71920 !important;
    color: #fff !important;
}

.hddfs-popup--addr .btn_close,
.hddfs-popup--addr .del_address {
    border: 1px solid #ccc !important;
    background: #fff !important;
    color: #333 !important;
}

.hddfs-popup__empty {
    padding: 40px 20px;
    text-align: center;
    color: #555;
}

.hddfs-popup__empty-help {
    margin-top: 8px;
    font-size: 13px;
    color: #888;
}

/* Customer center hub */
.hddfs-cs {
    max-width: 980px;
    margin: 0 auto;
    padding: 28px 0 60px;
}

.hddfs-cs__head {
    margin-bottom: 28px;
}

.hddfs-cs__title {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.hddfs-cs__lead {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

.hddfs-cs__tel {
    margin: 12px 0 0;
    color: #333;
    font-size: 14px;
}

.hddfs-cs__tel strong {
    color: #d71920;
    font-size: 18px;
}

.hddfs-cs__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hddfs-cs__card {
    display: block;
    min-height: 120px;
    padding: 22px 20px;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.hddfs-cs__card:hover {
    border-color: #d71920;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.hddfs-cs__card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    color: #111;
}

.hddfs-cs__card span {
    display: block;
    color: #777;
    font-size: 13px;
    line-height: 1.45;
}

.hddfs-cs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #eee;
}

.hddfs-cs__list li a {
    display: block;
    padding: 18px 4px;
    border-bottom: 1px solid #eee;
    color: inherit;
    text-decoration: none;
}

.hddfs-cs__list li a strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    color: #111;
}

.hddfs-cs__list li a span {
    color: #888;
    font-size: 13px;
}

.hddfs-cs.is-mobile {
    padding: 8px 12px 40px;
}

@media (max-width: 900px) {
    .hddfs-cs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .hddfs-cs__grid {
        grid-template-columns: 1fr;
    }
}


/* PC category drawer trigger (button) */
.area-gnb button.btn_gnb {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

/* Header icon row: kill ghost search slot + keep cart/mypage mid-aligned with logo/search */
#header.area-gnb:not(.area-gnb-m) .default_menu .item_search {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

#header.area-gnb:not(.area-gnb-m) .default_menu {
    display: flex !important;
    align-items: center !important;
    align-self: center;
    gap: 0;
    height: 62px;
    margin: 0 !important;
}

#header.area-gnb:not(.area-gnb-m) .default_menu ul {
    display: flex !important;
    align-items: center !important;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

#header.area-gnb:not(.area-gnb-m) .default_menu li {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    float: none !important;
    width: 46px;
    height: 46px;
    margin: 0 !important;
}

#header.area-gnb:not(.area-gnb-m) .default_menu li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: 46px;
    height: 46px;
}

#header.area-gnb:not(.area-gnb-m) .btn_gnb {
    align-self: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

#header.area-gnb:not(.area-gnb-m) .wrap-gnb-logo > h1 {
    align-self: center;
    margin: 0 !important;
}

#header.area-gnb:not(.area-gnb-m) .wrap-gnb-search {
    align-self: center;
}

/* Point-only checkout */
.hddfs-point-pay {
    margin: 20px 0 28px;
    padding: 20px;
    border: 1px solid #e8e8e8;
    background: #fff;
}
.hddfs-point-pay h2 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
}
.hddfs-point-pay__box p { margin: 0 0 10px; color: #444; line-height: 1.5; font-size: 14px; }
.hddfs-point-pay__meta { margin: 8px 0 14px; padding: 0; list-style: none; color: #333; }
.hddfs-point-pay__meta li { margin: 4px 0; }
.hddfs-point-pay__warn { color: #d71920 !important; font-weight: 600; }
.hddfs-point-pay__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px !important; }
.hddfs-point-pay__actions .btn_submit {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 140px; height: 44px; padding: 0 16px;
    background: #d71920; color: #fff !important; text-decoration: none !important; font-weight: 700;
}
.hddfs-point-pay__actions .btn_link {
    display: inline-flex; align-items: center; height: 44px; padding: 0 14px;
    border: 1px solid #111; color: #111; text-decoration: none; font-weight: 600;
}
.hddfs-point-pay__method {
    display: flex; align-items: center; gap: 8px;
    margin-top: 12px; font-weight: 700; color: #111;
}
.hddfs-point-pay__use {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 12px 0 8px;
    font-size: 14px;
}
.hddfs-point-pay__use-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.hddfs-point-pay__use input[type="text"] {
    width: 110px;
    height: 36px;
    text-align: right;
}
.hddfs-point-pay__use-all {
    height: 36px;
    padding: 0 12px;
    border: 1px solid #111;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.hddfs-point-pay__split {
    margin: 0 0 8px !important;
    color: #111 !important;
    font-weight: 700;
}
.hddfs-order #sod_frm_paysel,
.hddfs-order #m_sod_frm_paysel,
.hddfs-order #settle_bank,
.hddfs-order #od_settle_bank,
.hddfs-order label[for=od_settle_bank] { display: none !important; }

/* Point charge/withdraw: HDDFS btn_group = forced horizontal row */
.hddfs-shop-wrap .hddfs-point-charge__actions.btn_group {
    display: table !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
}

.hddfs-shop-wrap .hddfs-point-charge__actions.btn_group > li {
    display: table-cell !important;
}

.hddfs-shop-wrap .hddfs-point-charge__actions.btn_group .btn_submit,
.hddfs-shop-wrap .hddfs-point-charge__actions.btn_group .btn_cancel {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
}
