/* BASIC css start */
:root {
    --fh-navy: #102a43;
    --fh-navy-deep: #071a2c;
    --fh-blue: #1f6feb;
    --fh-orange: #ff7a1a;
    --fh-ink: #142231;
    --fh-muted: #66788a;
    --fh-line: #dfe7ee;
    --fh-soft: #f4f7fa;
    --fh-white: #ffffff;
}

html { min-width: 0 !important; overflow-x: hidden; }
body { background: #fff; color: var(--fh-ink); }
#flowingHome, #flowingHome * { box-sizing: border-box; }
#flowingHome { overflow: hidden; font-family: "Noto Sans KR", "Malgun Gothic", sans-serif; }
.fh-shell { width: min(1280px, calc(100% - 64px)); margin: 0 auto; }

.fh-hero { position: relative; min-height: 650px; display: flex; align-items: center; background: var(--fh-navy-deep); overflow: hidden; }
.fh-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fh-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 20, 34, .86) 0%, rgba(7, 28, 48, .66) 39%, rgba(7, 28, 48, .08) 70%); }
.fh-hero-content { position: relative; z-index: 1; padding: 104px 0 110px; color: #fff; }
.fh-eyebrow, .fh-kicker { font-weight: 800; font-size: 13px; line-height: 1.2; letter-spacing: .16em; color: var(--fh-blue); }
.fh-hero .fh-eyebrow { color: #93c5fd; }
.fh-hero h1 { max-width: 700px; margin: 19px 0 22px; color: #fff; font-size: clamp(46px, 4.6vw, 72px); line-height: 1.16; letter-spacing: -.055em; font-weight: 800; }
.fh-hero-copy { color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.8; letter-spacing: -.02em; }
.fh-hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.fh-button { display: inline-flex; min-height: 52px; padding: 0 25px; align-items: center; justify-content: center; border-radius: 6px; font-size: 15px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.fh-button:hover { transform: translateY(-2px); }
.fh-button-primary { background: var(--fh-blue); color: #fff; }
.fh-button-primary:hover { background: #1557b8; color: #fff; }
.fh-button-ghost { border: 1px solid rgba(255,255,255,.6); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(5px); }
.fh-button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.16); color: #fff; }

.fh-service-strip { position: relative; z-index: 2; background: #fff; border-bottom: 1px solid var(--fh-line); box-shadow: 0 12px 32px rgba(16,42,67,.06); }
.fh-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fh-service-grid > div { position: relative; padding: 25px 24px; }
.fh-service-grid > div + div:before { content: ""; position: absolute; left: 0; top: 24px; bottom: 24px; width: 1px; background: var(--fh-line); }
.fh-service-grid strong, .fh-service-grid span { display: block; }
.fh-service-grid strong { margin-bottom: 7px; color: var(--fh-ink); font-size: 14px; font-weight: 800; }
.fh-service-grid span { color: var(--fh-muted); font-size: 13px; }

.fh-section { padding: 110px 0; }
.fh-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.fh-section-head > div { flex: 1 1 auto; }
.fh-section-head h2 { margin-top: 12px; color: var(--fh-ink); font-size: 38px; line-height: 1.28; font-weight: 800; letter-spacing: -.045em; }
.fh-section-head > p { width: min(470px, 45%); color: var(--fh-muted); font-size: 15px; line-height: 1.75; text-align: right; }

.fh-category-section { background: var(--fh-soft); }
.fh-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 260px); gap: 18px; }
.fh-category-card { position: relative; overflow: hidden; border-radius: 14px; background: #15314a; }
.fh-category-card-wide { grid-row: 1 / span 2; }
.fh-category-card:last-child { grid-column: 2 / span 2; }
.fh-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.fh-category-card:hover img { transform: scale(1.045); }
.fh-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,20,34,.03) 20%, rgba(5,20,34,.82) 100%); }
.fh-category-copy { position: absolute; left: 30px; right: 30px; bottom: 27px; color: #fff; }
.fh-category-copy em, .fh-category-copy strong, .fh-category-copy small { display: block; color: #fff; }
.fh-category-copy em { margin-bottom: 9px; color: #9dccff; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.fh-category-copy strong { font-size: 25px; line-height: 1.25; font-weight: 800; letter-spacing: -.035em; }
.fh-category-copy small { margin-top: 7px; color: rgba(255,255,255,.72); font-size: 13px; }

.fh-weekly-section { background: #fff; }
.fh-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 46px 22px; }
.fh-product-card { min-width: 0; }
.fh-product-thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1; border-radius: 10px; background: #f4f6f8; }
.fh-product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.fh-product-card:hover .fh-product-thumb img { transform: scale(1.035); }
.fh-product-badge { position: absolute; z-index: 2; left: 13px; top: 13px; padding: 7px 10px 6px; border-radius: 4px; background: var(--fh-navy); color: #fff; font-size: 10px; line-height: 1; font-weight: 800; letter-spacing: .1em; }
.fh-product-badge-new { background: var(--fh-orange); }
.fh-product-info { padding: 17px 2px 0; }
.fh-product-brand { margin-bottom: 7px; color: var(--fh-blue); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.fh-product-info h3 { min-height: 48px; margin: 0; font-size: 15px; line-height: 1.6; font-weight: 500; letter-spacing: -.02em; }
.fh-product-info h3 a { color: var(--fh-ink); font-size: inherit; line-height: inherit; font-weight: inherit; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.fh-product-price { margin-top: 12px; }
.fh-product-price strong { color: #0b1723; font-family: Arial, sans-serif; font-size: 19px; line-height: 1.2; font-weight: 800; }
.fh-product-price strong span { margin-left: 2px; font-family: "Noto Sans KR", sans-serif; font-size: 13px; font-weight: 600; }
.fh-product-soldout { display: inline-block; margin-top: 12px; padding: 5px 8px; border-radius: 3px; background: #edf1f4; color: #8794a1; font-size: 12px; font-weight: 700; }

.fh-b2b-banner { padding: 70px 0; background: var(--fh-navy); color: #fff; }
.fh-b2b-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.fh-b2b-banner .fh-kicker { color: #8fc3ff; }
.fh-b2b-banner h2 { margin: 12px 0 12px; color: #fff; font-size: 34px; line-height: 1.35; font-weight: 800; letter-spacing: -.04em; }
.fh-b2b-banner p { color: rgba(255,255,255,.68); font-size: 15px; }
.fh-button-light { flex: 0 0 auto; background: #fff; color: var(--fh-navy); }
.fh-button-light:hover { color: var(--fh-navy); background: #edf5ff; }

.fh-new-section { background: #fff; }
.fh-text-link { flex: 0 0 auto; color: var(--fh-ink); font-size: 14px; font-weight: 700; }
.fh-text-link span { margin-left: 7px; color: var(--fh-blue); font-size: 18px; }

.fh-guide-section { background: var(--fh-soft); }
.fh-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.fh-guide-grid li { min-height: 220px; padding: 33px 32px; border: 1px solid var(--fh-line); border-radius: 12px; background: #fff; }
.fh-guide-grid span { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; margin-bottom: 34px; border-radius: 50%; background: #e8f2ff; color: var(--fh-blue); font-size: 12px; font-weight: 800; }
.fh-guide-grid strong { display: block; margin-bottom: 12px; color: var(--fh-ink); font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.fh-guide-grid p { color: var(--fh-muted); font-size: 14px; line-height: 1.7; }

@media (max-width: 1100px) {
    .fh-shell { width: min(100% - 40px, 960px); }
    .fh-hero { min-height: 590px; }
    .fh-service-grid { grid-template-columns: repeat(2, 1fr); }
    .fh-service-grid > div:nth-child(3):before { display: none; }
    .fh-category-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 330px 240px; }
    .fh-category-card-wide { grid-column: 1 / span 2; grid-row: auto; }
    .fh-category-card:last-child { grid-column: auto; }
    .fh-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .fh-shell { width: calc(100% - 30px); }
    .fh-hero { min-height: 620px; align-items: flex-end; }
    .fh-hero-image { object-position: 62% center; }
    .fh-hero-shade { background: linear-gradient(0deg, rgba(5,20,34,.92) 0%, rgba(5,20,34,.46) 72%, rgba(5,20,34,.15) 100%); }
    .fh-hero-content { padding: 140px 0 58px; }
    .fh-hero h1 { font-size: 42px; }
    .fh-hero-copy { font-size: 15px; }
    .fh-hero-actions { flex-direction: column; align-items: stretch; }
    .fh-service-grid { grid-template-columns: 1fr; }
    .fh-service-grid > div { padding: 20px 4px; }
    .fh-service-grid > div + div:before { top: 0; bottom: auto; width: 100%; height: 1px; }
    .fh-section { padding: 76px 0; }
    .fh-section-head { display: block; margin-bottom: 30px; }
    .fh-section-head h2 { font-size: 31px; }
    .fh-section-head > p { width: 100%; margin-top: 16px; text-align: left; }
    .fh-category-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 250px); }
    .fh-category-card-wide, .fh-category-card:last-child { grid-column: auto; grid-row: auto; }
    .fh-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 12px; }
    .fh-product-info h3 { min-height: 43px; font-size: 13px; }
    .fh-product-price strong { font-size: 17px; }
    .fh-b2b-inner { display: block; }
    .fh-b2b-banner h2 { font-size: 28px; }
    .fh-b2b-banner .fh-button { width: 100%; margin-top: 28px; }
    .fh-text-link { display: inline-block; margin-top: 18px; }
    .fh-guide-grid { grid-template-columns: 1fr; }
}

/* BASIC css end */

