﻿.rb_carousel {
    display: none !important;
}

.lc24-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #e5e8ec;
    color: #171b20;
}

.lc24-header a {
    color: inherit;
    text-decoration: none;
}

.lc24-header-inner {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 20px;
}

.lc24-topbar {
    border-bottom: 1px solid #eef1f4;
    background: #fafbfc;
    font-size: 13px;
}

.lc24-topbar .lc24-header-inner,
.lc24-head-main .lc24-header-inner,
.lc24-gnb .lc24-header-inner {
    display: flex;
    align-items: center;
}

.lc24-topbar .lc24-header-inner {
    min-height: 38px;
    justify-content: space-between;
    gap: 20px;
}

.lc24-topbar p {
    margin: 0;
    color: #6b737c;
}

.lc24-topbar nav,
.lc24-community,
.lc24-main-menu,
.lc24-quick {
    display: flex;
    align-items: center;
}

.lc24-topbar nav {
    gap: 18px;
    font-weight: 700;
}

.lc24-head-main .lc24-header-inner {
    min-height: 92px;
    gap: 30px;
}

.lc24-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 150px;
}

.lc24-logo picture,
.lc24-logo img {
    display: block;
}

.lc24-logo img {
    max-width: 180px;
    max-height: 52px;
    object-fit: contain;
}

.lc24-search {
    position: relative;
    flex: 1 1 auto;
    max-width: 620px;
}

.lc24-search input {
    width: 100%;
    height: 46px;
    padding: 0 58px 0 22px;
    border: 1px solid #e7eaee;
    border-radius: 24px;
    background: #f4f5f6;
    font-size: 15px;
    outline: none;
}

.lc24-search button {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #14213a;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.lc24-keywords {
    position: absolute;
    top: calc(100% + 10px);
    left: 10px;
    right: 10px;
    z-index: 10;
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px;
    border: 1px solid #e5e8ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.lc24-search:focus-within .lc24-keywords {
    display: flex;
}

.lc24-keywords span {
    flex: 0 0 100%;
    font-size: 12px;
    font-weight: 800;
    color: #8a929b;
}

.lc24-keywords a {
    padding: 6px 10px;
    border-radius: 15px;
    background: #f2f4f7;
    font-size: 12px;
}

.lc24-quick {
    margin-left: auto;
    gap: 18px;
}

.lc24-quick a {
    display: grid;
    min-width: 60px;
    justify-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #303741;
}

.lc24-quick i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #dfe3e7;
    border-radius: 50%;
    font-style: normal;
    font-size: 13px;
}

.lc24-gnb {
    border-top: 1px solid #eef1f4;
    border-bottom: 1px solid #e5e8ec;
}

.lc24-gnb .lc24-header-inner {
    min-height: 58px;
    gap: 24px;
}

.lc24-menu-btn {
    flex: 0 0 auto;
    height: 38px;
    padding: 0 16px;
    border: 1px solid #20262d;
    border-radius: 5px;
    background: #20262d;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 38px;
    cursor: pointer;
}

.lc24-menu-btn:hover,
.lc24-menu-btn:focus {
    color: #fff !important;
    background: #111820;
}

.lc24-main-menu {
    gap: 24px;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.lc24-community {
    margin-left: auto;
    gap: 18px;
    font-size: 14px;
    color: #5f6770;
    white-space: nowrap;
}

.lc24-home {
    max-width: 1420px;
    margin: 0 auto;
    padding: 34px 20px 80px;
    color: #171b20;
}

.lc24-home a {
    color: inherit;
    text-decoration: none;
}

.lc24-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
}

.lc24-hero-main,
.lc24-side-card,
.lc24-banner {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.lc24-hero-main {
    min-height: 370px;
    padding: 52px;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(130deg, #1b222b 0%, #273746 46%, #e8f241 47%, #d8e233 100%);
}

.lc24-hero-main:after {
    content: "";
    position: absolute;
    right: 92px;
    bottom: 42px;
    width: 170px;
    height: 250px;
    border-radius: 34px 34px 22px 22px;
    background: #f7f9fb;
    box-shadow: inset 0 -72px 0 #10161d, 0 18px 35px rgba(0, 0, 0, .25);
    transform: rotate(-8deg);
}

.lc24-hero-label,
.lc24-section-head span,
.lc24-deal span,
.lc24-banner span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.lc24-hero-label {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .72);
}

.lc24-hero-main strong {
    position: relative;
    z-index: 1;
    margin-top: 14px;
    font-size: 44px;
    line-height: 1.18;
    color: #fff;
}

.lc24-hero-main > span:last-child {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    font-size: 17px;
    color: rgba(255, 255, 255, .82);
}

.lc24-hero-side {
    display: grid;
    gap: 18px;
}

.lc24-side-card {
    min-height: 176px;
    padding: 28px;
    flex-direction: column;
    justify-content: flex-end;
}

.lc24-side-card strong {
    margin-top: 8px;
    font-size: 25px;
}

.lc24-side-dark {
    background: #111820;
    color: #fff;
}

.lc24-side-dark span {
    color: rgba(255, 255, 255, .62);
}

.lc24-side-dark strong {
    color: #fff;
}

.lc24-side-light {
    background: #f1f4f7;
    color: #121820;
}

.lc24-category {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.lc24-category-item {
    min-height: 132px;
    padding: 18px 14px;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    background: #fff;
}

.lc24-category-item i {
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #1d252e;
}

.lc24-category-item strong,
.lc24-category-item span {
    display: block;
}

.lc24-category-item strong {
    font-size: 15px;
    line-height: 1.25;
}

.lc24-category-item span {
    margin-top: 6px;
    font-size: 12px;
    color: #717982;
}

.lc24-sale i { background: #ff5b2f; }
.lc24-mint i { background: #00a982; }
.lc24-sky i { background: #44a6df; }
.lc24-lime i { background: #cbdc28; }
.lc24-blue i { background: #2858d8; }
.lc24-orange i { background: #f59b23; }
.lc24-graphite i { background: #1f252c; }
.lc24-violet i { background: #8d5bea; }

.lc24-section {
    margin-top: 62px;
}

.lc24-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.lc24-section-head h2 {
    margin: 6px 0 0;
    font-size: 28px;
    line-height: 1.2;
}

.lc24-section-head a {
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #59616b;
}

.lc24-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.lc24-product {
    position: relative;
    display: block;
}

.lc24-thumb {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: #edf0f3;
}

.lc24-real-thumb {
    background: #f2f4f7;
}

.lc24-real-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.lc24-bottle {
    width: 76px;
    height: 148px;
    border-radius: 20px 20px 12px 12px;
    background: #fff;
    box-shadow: inset 0 -44px 0 rgba(0, 0, 0, .16), 0 12px 28px rgba(0, 0, 0, .12);
}

.lc24-age {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 34px;
    height: 24px;
    border-radius: 5px;
    background: #111820;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
}

.lc24-thumb-blue { background: #dfeaff; }
.lc24-thumb-lime { background: #eef5cc; }
.lc24-thumb-orange { background: #fff0dc; }
.lc24-thumb-graphite { background: #e5e8eb; }
.lc24-thumb-mint { background: #dff7ef; }
.lc24-thumb-sky { background: #e0f4ff; }
.lc24-thumb-violet { background: #efe7ff; }

.lc24-product-cat,
.lc24-product-desc,
.lc24-product em {
    display: block;
}

.lc24-product-cat {
    margin-top: 16px;
    font-size: 13px;
    color: #7b838c;
}

.lc24-product strong {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.35;
}

.lc24-product-desc {
    min-height: 38px;
    margin-top: 8px;
    color: #707780;
    font-size: 14px;
    line-height: 1.35;
}

.lc24-product b {
    display: block;
    margin-top: 12px;
    font-size: 20px;
}

.lc24-product em {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #ff4e78;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.lc24-deal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 62px;
    padding: 34px 38px;
    border-radius: 8px;
    background: #18202a;
    color: #fff;
}

.lc24-deal h2 {
    margin: 7px 0 8px;
    font-size: 30px;
}

.lc24-deal p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.lc24-deal a {
    flex: 0 0 auto;
    padding: 14px 24px;
    border-radius: 6px;
    background: #e8f241;
    color: #101820;
    font-weight: 900;
}

.lc24-split {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 62px;
}

.lc24-banner {
    min-height: 210px;
    padding: 28px;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.lc24-banner strong {
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.25;
}

.lc24-banner-mouth { background: #0f6d58; }
.lc24-banner-lung { background: #2550a9; }
.lc24-banner-pod { background: #20252b; }

.lc24-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 62px;
}

.lc24-board-box {
    border-top: 2px solid #171b20;
    grid-column: 1 / -1;
}

.lc24-board-box .lc24-section-head {
    margin: 18px 0 10px;
}

.lc24-board-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e5e8ec;
}

.lc24-board-box li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e8ec;
    font-size: 14px;
}

.lc24-board-box li span {
    flex: 0 0 auto;
    color: #8b929a;
}

.lc24-service {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 50px;
    background: #dfe3e7;
    border: 1px solid #dfe3e7;
}

.lc24-service div {
    min-height: 96px;
    padding: 22px;
    background: #fff;
}

.lc24-service strong,
.lc24-service span {
    display: block;
}

.lc24-service strong {
    font-size: 17px;
}

.lc24-service span {
    margin-top: 8px;
    color: #707780;
    font-size: 13px;
}

.lc24-floating {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99;
    display: grid;
    gap: 8px;
}

.lc24-floating a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 40px;
    border-radius: 6px;
    background: #171b20;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.lc24-list-page {
    max-width: 1420px;
    margin: 0 auto;
    padding: 36px 20px 80px;
    color: #171b20;
}

.lc24-list-page a {
    color: inherit;
    text-decoration: none;
}

.lc24-list-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 0 24px;
    border-bottom: 2px solid #171b20;
}

.lc24-list-head span {
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #8b939c;
}

.lc24-list-head h1 {
    margin: 8px 0 8px;
    font-size: 34px;
    line-height: 1.18;
}

.lc24-list-head p {
    margin: 0;
    color: #6d7580;
}

.lc24-list-head nav {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #7a828b;
    font-size: 13px;
    white-space: nowrap;
}

.lc24-list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #e2e6ea;
}

.lc24-sort {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.lc24-sort a {
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #5f6770;
}

.lc24-sort a.is-active {
    background: #171b20;
    color: #fff;
}

.lc24-view-note {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 5px;
    background: #fff3f0;
    color: #d74422;
    font-size: 13px;
    font-weight: 900;
}

.lc24-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 26px;
    margin-top: 30px;
}

.lc24-list-card {
    position: relative;
}

.lc24-list-img {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background: #f1f3f5;
}

.lc24-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
}

.lc24-list-card:hover .lc24-list-img img {
    transform: scale(1.03);
}

.lc24-soldout {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 32, .62);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.lc24-list-info {
    padding-top: 15px;
}

.lc24-list-info h2 {
    margin: 5px 0 0;
    font-size: 18px;
    line-height: 1.34;
}

.lc24-list-info p {
    min-height: 38px;
    margin: 8px 0 0;
    color: #707780;
    font-size: 14px;
    line-height: 1.35;
}

.lc24-list-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 12px;
}

.lc24-list-price em {
    color: #ff4e54;
    font-style: normal;
    font-size: 19px;
    font-weight: 900;
}

.lc24-list-price strong {
    font-size: 20px;
}

.lc24-list-price del {
    color: #a0a7af;
    font-size: 13px;
}

.lc24-list-meta {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    color: #8a929b;
    font-size: 13px;
}

.lc24-list-empty {
    margin: 60px 0;
    padding: 70px 20px;
    border-radius: 8px;
    background: #f5f6f7;
    color: #777f88;
    text-align: center;
    font-size: 16px;
}

.lc24-list-paging {
    margin-top: 45px;
    text-align: center;
}

.lc24-search-page {
    max-width: 1420px;
    margin: 0 auto;
    padding: 72px 20px 90px;
    color: #151a21;
}

.lc24-search-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 28px;
    align-items: end;
    padding-bottom: 28px;
    border-bottom: 2px solid #161b22;
}

.lc24-search-head > div > span {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
    color: #8b949e;
}

.lc24-search-head h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.25;
}

.lc24-search-head p {
    margin: 12px 0 0;
    color: #68717c;
    font-size: 15px;
}

.lc24-search-panel {
    padding: 18px;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    background: #fafbfc;
}

.lc24-search-field {
    display: flex;
    gap: 8px;
}

.lc24-search-field input {
    flex: 1;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #d9dee5;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
}

.lc24-search-field button {
    width: 78px;
    border: 0;
    border-radius: 6px;
    background: #111820;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.lc24-search-options,
.lc24-price-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    color: #4f5965;
    font-size: 13px;
}

.lc24-search-options label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.lc24-price-filter input {
    width: 118px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #d9dee5;
    border-radius: 5px;
    background: #fff;
}

.lc24-search-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.lc24-search-categories a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #dde3ea;
    border-radius: 6px;
    background: #fff;
    color: #303741;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.lc24-search-categories a.is-active {
    border-color: #111820;
    background: #111820;
    color: #fff;
}

.lc24-search-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    padding: 16px 0;
    border-top: 1px solid #eef1f4;
    border-bottom: 1px solid #eef1f4;
}

.lc24-search-toolbar > span {
    color: #68717c;
    font-size: 13px;
    white-space: nowrap;
}

.lc24-search-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 18px;
    margin-top: 28px;
}

.lc24-search-card {
    min-width: 0;
}

.lc24-search-img {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid #edf0f3;
    border-radius: 8px;
    background: #f2f4f6;
}

.lc24-search-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lc24-search-info {
    padding-top: 14px;
}

.lc24-search-info h2 {
    margin: 6px 0 0;
    font-size: 18px;
    line-height: 1.35;
}

.lc24-search-info h2 a {
    color: inherit;
    text-decoration: none;
}

.lc24-search-info p {
    margin: 8px 0 0;
    color: #737b85;
    font-size: 14px;
    line-height: 1.5;
}

.lc24-search-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: 12px;
}

.lc24-search-price em {
    color: #ff553f;
    font-style: normal;
    font-size: 17px;
    font-weight: 900;
}

.lc24-search-price strong {
    color: #07182f;
    font-size: 21px;
    font-weight: 900;
}

.lc24-search-price del {
    color: #9ca3ad;
    font-size: 13px;
}

.lc24-search-meta {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    color: #9098a2;
    font-size: 13px;
}

.lc24-search-empty {
    margin-top: 34px;
    padding: 70px 20px;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    background: #fafbfc;
    text-align: center;
}

.lc24-search-empty strong {
    display: block;
    font-size: 22px;
}

.lc24-search-empty p {
    margin: 10px 0 0;
    color: #68717c;
}


/* Cafe24-like order inquiry */
#sod_v,
#sod_fin {
    max-width: 1420px;
    margin: 0 auto;
    padding: 36px 20px 80px;
    color: #171b20;
}

#sod_v:before {
    content: "二쇰Ц?댁뿭議고쉶";
    display: block;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 2px solid #171b20;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
}

#sod_v a,
#sod_fin a {
    color: inherit;
    text-decoration: none;
}

#sod_v .tbl_wrap,
#sod_fin .tbl_wrap {
    border-top: 2px solid #171b20;
}

#sod_v table,
#sod_fin table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

#sod_v thead th,
#sod_fin thead th {
    padding: 16px 10px;
    border-bottom: 1px solid #dfe4e9;
    background: #fafbfc;
    color: #303741;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

#sod_v tbody td,
#sod_fin tbody td {
    padding: 17px 10px;
    border-bottom: 1px solid #edf0f2;
    color: #303741;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

#sod_v tbody td:first-child a {
    font-weight: 900;
    color: #111820;
}

#sod_v .status_01,
#sod_v .status_02,
#sod_v .status_03,
#sod_v .status_04,
#sod_v .status_05,
#sod_v .status_06 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    height: 28px;
    padding: 0 10px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 900;
}

#sod_v .status_01 { background: #fff3e8; color: #cf6a15; }
#sod_v .status_02 { background: #eaf7ef; color: #168647; }
#sod_v .status_03 { background: #eef4ff; color: #2858d8; }
#sod_v .status_04 { background: #e9f7ff; color: #13759e; }
#sod_v .status_05 { background: #f0f2f4; color: #303741; }
#sod_v .status_06 { background: #fff0f0; color: #d74444; }

#sod_fin_no {
    margin-bottom: 28px;
    padding: 24px 28px;
    border-radius: 8px;
    background: #111820;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

#sod_fin_no strong {
    margin-left: 10px;
    color: #e8f241;
    font-size: 24px;
}

#sod_fin_list {
    margin-bottom: 30px;
}

#sod_fin h2,
#sod_fin h3 {
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 2px solid #171b20;
    font-size: 22px;
    line-height: 1.25;
}

#sod_fin .td_imgsmall img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    background: #f1f3f5;
}

#sod_fin .td_bdno a {
    font-weight: 900;
}

#sod_sts_wrap {
    margin-top: 14px;
}

#sod_sts_explan {
    margin-top: 10px;
    padding: 16px;
    border-radius: 8px;
    background: #f7f8fa;
}

#sod_fin .sod_left {
    float: left;
    width: calc(100% - 390px);
    max-width: 980px;
}

#sod_fin .sod_right {
    float: right;
    position: sticky;
    top: 196px;
    width: 350px;
}

#sod_fin:after {
    content: "";
    display: block;
    clear: both;
}

#sod_fin .sod_left section,
#sod_fin .sod_right section {
    margin-bottom: 26px;
}

#sod_fin .tbl_head01 {
    border: 1px solid #e3e7eb;
    border-radius: 8px;
    background: #fff;
}

#sod_fin .tbl_head01 table {
    border-collapse: separate;
    border-spacing: 0;
}

#sod_fin .tbl_head01 th {
    width: 150px;
    padding: 14px 18px;
    border-bottom: 1px solid #edf0f2;
    background: #fafbfc;
    color: #59616b;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
}

#sod_fin .tbl_head01 td {
    padding: 14px 18px;
    border-bottom: 1px solid #edf0f2;
    text-align: left;
}

#sod_fin .tbl_head01 tr:last-child th,
#sod_fin .tbl_head01 tr:last-child td {
    border-bottom: 0;
}

#sod_fin .order_view_infos,
#sod_fin_tot ul {
    margin: 0;
    padding: 24px;
    border: 1px solid #e3e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(17, 24, 32, .08);
    list-style: none;
}

#sod_fin .order_view_infos li,
#sod_fin_tot li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #edf0f2;
    color: #6d7580;
}

#sod_fin .order_view_infos li:last-child,
#sod_fin_tot li:last-child {
    border-bottom: 0;
}

#sod_fin .order_view_infos strong,
#sod_fin_tot strong {
    color: #171b20;
    font-size: 19px;
    font-weight: 900;
}

#sod_fin .order_view_infos .sod_bsk_cnt,
#sod_fin_tot #alrdy {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 2px solid #171b20;
    color: #171b20;
}

#sod_fin .order_view_infos .sod_bsk_cnt strong,
#sod_fin_tot #alrdy strong {
    color: #ff5b2f;
    font-size: 26px;
}

#sod_fin_cancel button,
#sod_fin_cancel .btn_frmline,
#sod_sts_wrap .btn_frmline {
    height: 40px;
    padding: 0 14px;
    border: 1px solid #20262d;
    border-radius: 5px;
    background: #20262d;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

#sod_fin_cancelfrm {
    margin-top: 12px;
    padding: 14px;
    border-radius: 6px;
    background: #f7f8fa;
}

#sod_fin_cancelfrm .frm_input {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #dfe4e9;
    border-radius: 5px;
}

/* Cafe24-like footer */
.lc24-footer {
    margin-top: 70px;
    border-top: 1px solid #e3e7eb;
    background: #f8f9fa;
    color: #303741;
}

.lc24-footer a {
    color: inherit;
    text-decoration: none;
}

.lc24-footer-service {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    max-width: 1420px;
    margin: 0 auto;
    padding: 30px 20px;
    gap: 1px;
}

.lc24-footer-service div {
    min-height: 110px;
    padding: 24px;
    border: 1px solid #e3e7eb;
    background: #fff;
}

.lc24-footer-service strong,
.lc24-footer-service b,
.lc24-footer-service span {
    display: block;
}

.lc24-footer-service strong {
    font-size: 16px;
}

.lc24-footer-service b {
    margin-top: 10px;
    font-size: 24px;
}

.lc24-footer-service span {
    margin-top: 9px;
    color: #707780;
    font-size: 13px;
    line-height: 1.55;
}

.lc24-footer-main {
    max-width: 1420px;
    margin: 0 auto;
    padding: 30px 20px 42px;
    border-top: 1px solid #e3e7eb;
}

.lc24-footer-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.lc24-footer-logo img {
    display: block;
    max-width: 170px;
    max-height: 46px;
    object-fit: contain;
}

.lc24-footer-brand p {
    margin: 0;
    color: #707780;
    font-size: 14px;
}

.lc24-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #e3e7eb;
    font-size: 14px;
    font-weight: 800;
}

.lc24-footer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 18px;
    color: #707780;
    font-size: 13px;
    line-height: 1.5;
}

.lc24-footer-copy {
    margin: 18px 0 0;
    color: #9aa2aa;
    font-size: 12px;
}

@media (max-width: 1180px) {
    .lc24-head-main .lc24-header-inner {
        flex-wrap: wrap;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .lc24-search {
        order: 3;
        flex: 0 0 100%;
        max-width: none;
    }

    .lc24-gnb .lc24-header-inner {
        overflow-x: auto;
    }

    .lc24-community {
        display: none;
    }

    .lc24-hero,
    .lc24-board {
        grid-template-columns: 1fr;
    }

    .lc24-hero-side,
    .lc24-category,
    .lc24-product-grid,
    .lc24-list-grid,
    .lc24-search-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lc24-search-head {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .lc24-topbar p,
    .lc24-quick span,
    .lc24-menu-btn {
        display: none;
    }

    .lc24-topbar .lc24-header-inner {
        justify-content: flex-end;
    }

    .lc24-head-main .lc24-header-inner {
        gap: 16px;
    }

    .lc24-logo strong {
        font-size: 22px;
    }

    .lc24-main-menu {
        gap: 18px;
        font-size: 14px;
    }

    .lc24-home {
        padding: 20px 14px 58px;
    }

    .lc24-hero-main {
        min-height: 300px;
        padding: 30px;
    }

    .lc24-hero-main strong {
        font-size: 30px;
    }

    .lc24-hero-main:after {
        right: 24px;
        bottom: 24px;
        width: 96px;
        height: 150px;
    }

    .lc24-category,
    .lc24-product-grid,
    .lc24-list-grid,
    .lc24-search-grid,
    .lc24-split,
    .lc24-service {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lc24-list-head,
    .lc24-list-toolbar,
    .lc24-search-toolbar {
        display: block;
    }

    .lc24-list-head nav,
    .lc24-view-note,
    .lc24-search-toolbar .lc24-sort {
        margin-top: 14px;
    }

    .lc24-search-page {
        padding: 34px 14px 62px;
    }

    .lc24-search-head h1 {
        font-size: 26px;
    }

    .lc24-search-panel {
        padding: 14px;
    }

    .lc24-search-field {
        display: grid;
        grid-template-columns: 1fr 70px;
    }

    .lc24-price-filter input {
        width: 100px;
    }

    .lc24-deal {
        display: block;
        padding: 28px 24px;
    }

    #sod_v,
    #sod_fin {
        padding: 24px 14px 58px;
    }

    #sod_v .tbl_wrap,
    #sod_fin_list .tbl_wrap {
        overflow-x: auto;
    }

    #sod_fin .sod_left,
    #sod_fin .sod_right {
        float: none;
        width: auto;
        max-width: none;
    }

    #sod_fin .sod_right {
        position: static;
        margin-top: 22px;
    }

    #sod_fin .tbl_head01 th,
    #sod_fin .tbl_head01 td {
        display: block;
        width: auto;
    }

    #sod_fin .tbl_head01 th {
        padding-bottom: 6px;
        border-bottom: 0;
        background: #fff;
    }

    .lc24-footer-service {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lc24-footer-brand {
        display: block;
    }

    .lc24-footer-brand p {
        margin-top: 16px;
    }

    .lc24-deal a {
        display: inline-flex;
        margin-top: 20px;
    }

    .lc24-floating {
        display: none;
    }
}

