@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');

:root {
    --pc-orange: #ff6500;
    --pc-orange-deep: #ef5300;
    --pc-orange-soft: #fff3ea;
    --pc-ink: #171717;
    --pc-muted: #6f737b;
    --pc-line: #e8e9ec;
    --pc-bg: #f7f8fa;
    --pc-radius: 18px;
    --pc-shadow: 0 16px 45px rgba(25, 18, 13, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--pc-ink);
    background: #fff;
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    letter-spacing: -.035em;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.pc-shell { width: min(1440px, calc(100% - 48px)); margin: 0 auto; }
#hd, #wrapper, #ft,
.pc-header, .pc-page, .pc-footer { min-width: 0 !important; }
#container { float: none !important; min-width: 0 !important; max-width: none !important; }
#container .shop-content.is_index {
    margin-left: 0 !important;
}
.sound_only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
#skip_to_container a { position: fixed; top: -50px; left: 20px; z-index: 9999; padding: 12px 18px; background: #111; color: #fff; }
#skip_to_container a:focus { top: 10px; }

.pc-utility { border-bottom: 1px solid #ececef; color: #52555c; font-size: 13px; }
.pc-utility__inner { height: 42px; display: flex; align-items: center; justify-content: space-between; }
.pc-utility button { border: 0; background: none; cursor: pointer; color: inherit; }
.pc-utility__left { display: flex; align-items: center; gap: 13px; }
.pc-utility__left span { width: 1px; height: 12px; background: #ddd; }
.pc-utility nav { display: flex; align-items: center; gap: 0; }
.pc-utility nav a { position: relative; padding: 0 12px; }
.pc-utility nav a + a:before { content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 11px; background: #ddd; transform: translateY(-50%); }
.pc-cart-link { display: flex; align-items: center; gap: 7px; margin-left: 10px; font-weight: 700; }
.pc-cart-link i { color: var(--pc-orange); font-size: 19px; }
.pc-cart-link b { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #fff; background: var(--pc-orange); font-size: 11px; }

.pc-brand-row { min-height: 134px; display: grid; grid-template-columns: 310px minmax(320px, 1fr) 560px; gap: 38px; align-items: center; }
.pc-logo { display: inline-flex; align-items: center; gap: 13px; width: fit-content; }
.pc-logo__mark { position: relative; width: 52px; height: 58px; display: block; }
.pc-logo__mark:before, .pc-logo__mark:after, .pc-logo__mark i {
    content: ''; position: absolute; left: 0; width: 42px; height: 17px; border: 5px solid var(--pc-orange); border-radius: 14px;
}
.pc-logo__mark:before { top: 4px; }
.pc-logo__mark:after { top: 23px; }
.pc-logo__mark i:first-child { top: 42px; width: 24px; border-top: 0; border-right: 0; border-radius: 0 0 0 12px; }
.pc-logo__name { font-size: 31px; font-weight: 900; letter-spacing: -.075em; line-height: 1; white-space: nowrap; }
.pc-logo__name > span { color: var(--pc-orange); }
.pc-logo__name small { display: block; margin-top: 11px; color: #4d4f54; font-size: 12px; font-weight: 500; letter-spacing: -.03em; }
.pc-search { height: 54px; display: flex; border: 2px solid var(--pc-orange); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 8px 24px rgba(255, 101, 0, .08); }
.pc-search input { min-width: 0; flex: 1; padding: 0 25px; border: 0; outline: 0; font-size: 15px; }
.pc-search button { width: 50px; height: 50px; margin: 0; border: 4px solid #fff; border-radius: 50%; color: #fff; background: var(--pc-orange); cursor: pointer; font-size: 20px; }
.pc-benefits { display: grid; grid-template-columns: repeat(3, 1fr); }
.pc-benefits a { min-width: 0; display: flex; align-items: center; gap: 13px; padding: 0 20px; border-left: 1px solid #eee; }
.pc-benefits a:first-child { border-left: 0; }
.pc-benefits i { color: #18191c; font-size: 33px; }
.pc-benefits span { min-width: 0; display: grid; gap: 4px; }
.pc-benefits b { font-size: 16px; white-space: nowrap; }
.pc-benefits small { color: #858990; font-size: 12px; white-space: nowrap; }
.pc-mobile-menu { display: none; border: 0; background: none; color: var(--pc-orange); font-size: 24px; cursor: pointer; }

.pc-primary { position: relative; z-index: 30; color: #fff; background: linear-gradient(90deg, #ff7200, #ff5700); box-shadow: 0 5px 15px rgba(88, 44, 10, .16); }
.pc-primary .pc-shell { display: grid; grid-template-columns: 215px repeat(9, minmax(80px, 1fr)); align-items: stretch; }
.pc-primary a, .pc-all-category { position: relative; min-height: 62px; display: flex; align-items: center; justify-content: center; border: 0; color: #fff; background: transparent; font-weight: 700; font-size: 16px; white-space: nowrap; cursor: pointer; }
.pc-primary a:after { content: ''; position: absolute; left: 50%; right: 50%; bottom: 0; height: 4px; background: #fff; transition: .2s; }
.pc-primary a:hover:after, .pc-primary a.is-active:after { left: 22%; right: 22%; }
.pc-primary a em { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-left: 5px; border-radius: 50%; color: var(--pc-orange); background: #ffd32a; font-size: 10px; font-style: normal; }
.pc-all-category { justify-content: flex-start; gap: 16px; padding-left: 28px; background: rgba(119, 42, 0, .35); font-size: 18px; }
.pc-all-category i { font-size: 22px; }

.pc-page, #wrapper, #container, .shop-content { width: 100%; margin: 0; padding: 0; }
.pc-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 72% 45%, #fff8f2 0, #fff 58%); }
.pc-hero:after { content: ''; position: absolute; right: -160px; bottom: -110px; width: 700px; height: 280px; background: repeating-linear-gradient(-18deg, transparent 0 35px, rgba(255, 101, 0, .055) 36px 52px); transform: rotate(-3deg); }
.pc-hero__inner { position: relative; min-height: 565px; display: flex; align-items: center; }
.pc-hero__copy { position: relative; z-index: 5; width: 47%; padding: 64px 0 52px; }
.pc-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 19px; color: var(--pc-orange-deep); font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.pc-hero h1 { margin: 0; font-size: clamp(45px, 4.2vw, 70px); line-height: 1.18; letter-spacing: -.075em; font-weight: 900; }
.pc-hero h1 strong { color: var(--pc-orange); }
.pc-hero__copy > p { margin: 22px 0 31px; color: #383b40; font-size: 22px; }
.pc-hero__copy > p b { color: var(--pc-orange); }
.pc-hero__cta { width: min(100%, 500px); min-height: 86px; display: grid; grid-template-columns: 54px 1fr 57px; align-items: center; gap: 13px; padding: 9px 12px 9px 27px; border-radius: 46px; color: #fff; background: linear-gradient(90deg, #ff7400, #fb5000); box-shadow: 0 12px 0 #ffe4d3, 0 20px 35px rgba(255, 91, 0, .22); font-size: 27px; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.pc-hero__cta:hover { transform: translateY(-3px); box-shadow: 0 14px 0 #ffe4d3, 0 24px 42px rgba(255, 91, 0, .3); }
.pc-hero__cta > i { font-size: 42px; }
.pc-hero__cta > b { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 50%; color: var(--pc-orange); background: #fff; font-size: 21px; }
.pc-hero__visual { position: absolute; z-index: 2; top: 0; right: -4%; width: 69%; height: 100%; }
.pc-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; }

.pc-quick-order { position: relative; z-index: 10; background: #171717; color: #fff; }
.pc-quick-order .pc-shell { min-height: 126px; display: grid; grid-template-columns: 220px 1fr; align-items: center; }
.pc-quick-order__intro span { color: var(--pc-orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.pc-quick-order__intro strong { display: block; margin-top: 6px; font-size: 25px; }
.pc-quick-order ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.pc-quick-order li { position: relative; display: grid; grid-template-columns: 31px 50px 1fr; align-items: center; gap: 13px; padding-left: 36px; border-left: 1px solid #373737; }
.pc-quick-order li > b { color: #737373; font-size: 13px; }
.pc-quick-order li > i { color: var(--pc-orange); font-size: 34px; }
.pc-quick-order li span { display: grid; gap: 4px; }
.pc-quick-order li strong { font-size: 16px; }
.pc-quick-order li small { color: #a7a7a7; font-size: 12px; }

.pc-section { padding: 88px 0; }
.pc-section__head { margin-bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.pc-section__kicker { display: block; margin-bottom: 7px; color: var(--pc-orange); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.pc-section__head h2 { margin: 0; font-size: 32px; letter-spacing: -.06em; }
.pc-section__head h2 em { display: inline-flex; align-items: center; gap: 4px; padding: 4px 7px; border-radius: 6px; color: #fff; background: var(--pc-orange); font-size: 10px; font-style: normal; vertical-align: middle; }
.pc-section__head p { margin: 8px 0 0; color: var(--pc-muted); font-size: 14px; }
.pc-section__head > a { padding: 11px 17px; border: 1px solid #dfe1e5; border-radius: 10px; color: #666b73; font-size: 13px; transition: .2s; }
.pc-section__head > a:hover { border-color: var(--pc-orange); color: var(--pc-orange); }

.pc-template-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pc-template-card { min-width: 0; overflow: hidden; border: 1px solid var(--pc-line); border-radius: 15px; background: #fff; transition: transform .2s, box-shadow .2s, border-color .2s; }
.pc-template-card:hover { transform: translateY(-6px); border-color: #ffb27f; box-shadow: var(--pc-shadow); }
.pc-template-card__meta { display: flex; justify-content: space-between; padding: 16px 17px 13px; font-size: 13px; }
.pc-template-card__meta strong { font-size: 15px; }
.pc-template-card__meta span { color: #999; font-size: 11px; }
.pc-template-card__art { position: relative; height: 170px; margin: 0 9px 9px; padding: 25px 16px; overflow: hidden; border-radius: 9px; text-align: center; background: #fff0d7; isolation: isolate; }
.pc-template-card__art:after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.56) 43%, rgba(255,255,255,.04) 78%); pointer-events: none; }
.pc-template-card__art img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.pc-template-card:hover .pc-template-card__art img { transform: scale(1.045); }
.pc-template-card__art small { position: relative; z-index: 2; display: block; margin-bottom: 7px; color: #383b40; font-size: 11px; font-weight: 700; text-shadow: 0 1px 7px rgba(255,255,255,.92); }
.pc-template-card__art b { position: relative; z-index: 2; display: block; font-family: 'Black Han Sans', 'Noto Sans KR', sans-serif; font-size: 26px; font-weight: 400; letter-spacing: -.03em; text-shadow: 0 2px 12px rgba(255,255,255,.96); }
.pc-template-card--festival .pc-template-card__art { color: #a74616; }
.pc-template-card--estate .pc-template-card__art { color: #722017; }
.pc-template-card--opening .pc-template-card__art { color: #13488d; }
.pc-template-card--sale .pc-template-card__art { color: #de504c; }
.pc-template-card--school .pc-template-card__art { color: #164c7b; }

.pc-product-types { background: var(--pc-bg); }
.pc-type-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.pc-type-grid a { min-height: 178px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #eceef0; border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(14, 20, 28, .035); transition: .2s; }
.pc-type-grid a:hover { transform: translateY(-5px); border-color: #ffbb8e; color: var(--pc-orange); }
.pc-type-grid i { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 22px; color: var(--pc-orange); background: var(--pc-orange-soft); font-size: 29px; }
.pc-type-grid strong { font-size: 17px; }
.pc-type-grid span { margin-top: 5px; color: #8b8e93; font-size: 12px; }

.pc-live-products .sct { width: 100% !important; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pc-live-products .sct li { width: auto !important; margin: 0 !important; padding: 15px !important; border: 1px solid var(--pc-line); border-radius: 15px; }
.pc-live-products .sct_img img { width: 100%; height: auto; border-radius: 10px; }
.pc-live-products .sct_txt { margin-top: 12px; font-weight: 700; }

.pc-service-band { padding: 54px 0; color: #fff; background: linear-gradient(110deg, #ff6a00, #f45100); }
.pc-service-band .pc-shell { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; }
.pc-service-band .pc-shell > div { display: flex; align-items: center; gap: 15px; padding: 0 32px; border-right: 1px solid rgba(255,255,255,.24); }
.pc-service-band .pc-shell > div:first-child { padding-left: 0; }
.pc-service-band i { font-size: 33px; }
.pc-service-band span { display: grid; gap: 4px; }
.pc-service-band strong { font-size: 15px; }
.pc-service-band small { color: rgba(255,255,255,.72); font-size: 11px; }
.pc-service-band a { margin-left: 32px; padding: 15px 22px; border-radius: 10px; color: var(--pc-orange); background: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; }
.pc-service-band a i { margin-left: 7px; font-size: 12px; }

.pc-footer { color: #95989e; background: #18191c; font-size: 12px; }
.pc-footer__top { min-height: 126px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #303136; }
.pc-logo--footer .pc-logo__name { color: #fff; font-size: 24px; }
.pc-logo--footer .pc-logo__mark { transform: scale(.8); transform-origin: left center; margin-right: -8px; }
.pc-footer__brand p { margin: 11px 0 0; }
.pc-footer__links { display: flex; gap: 28px; color: #d5d6d8; }
.pc-footer__links strong { color: #fff; }
.pc-footer__info { padding: 27px 0 38px; line-height: 1.9; }
.pc-footer__info p { margin: 0; }
.pc-footer__info span + span:before { content: ''; display: inline-block; width: 1px; height: 10px; margin: 0 10px; background: #3b3c40; }
.pc-footer__info small { display: block; margin-top: 12px; color: #666a71; }
.pc-to-top { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 46px; height: 46px; border: 0; border-radius: 50%; color: #fff; background: #222; box-shadow: 0 8px 24px rgba(0,0,0,.22); opacity: 0; visibility: hidden; cursor: pointer; transition: .2s; }
.pc-to-top.is-visible { opacity: 1; visibility: visible; }

@media (max-width: 1280px) {
    .pc-brand-row { grid-template-columns: 260px 1fr 390px; gap: 24px; }
    .pc-benefits a { padding: 0 11px; }
    .pc-benefits i { font-size: 26px; }
    .pc-benefits small { display: none; }
    .pc-primary .pc-shell { grid-template-columns: 190px repeat(9, minmax(72px, 1fr)); }
    .pc-primary a, .pc-all-category { font-size: 14px; }
    .pc-hero__copy { width: 50%; }
}

@media (max-width: 1024px) {
    .pc-shell { width: min(100% - 34px, 940px); }
    .pc-utility__left, .pc-benefits { display: none; }
    .pc-utility__inner { justify-content: flex-end; }
    .pc-brand-row { min-height: 104px; grid-template-columns: 245px 1fr 42px; }
    .pc-mobile-menu { display: block; }
    .pc-primary { display: none; }
    .pc-primary.is-open { display: block; }
    .pc-primary .pc-shell { padding: 12px 0; display: grid; grid-template-columns: repeat(3, 1fr); }
    .pc-primary a, .pc-all-category { min-height: 48px; justify-content: flex-start; padding: 0 16px; font-size: 14px; }
    .pc-all-category { grid-column: 1 / -1; }
    .pc-hero__inner { min-height: 520px; }
    .pc-hero__copy { width: 57%; }
    .pc-hero__visual { right: -18%; width: 77%; opacity: .82; }
    .pc-hero__cta { min-height: 74px; font-size: 23px; }
    .pc-quick-order .pc-shell { grid-template-columns: 180px 1fr; }
    .pc-quick-order li { padding-left: 20px; grid-template-columns: 28px 42px 1fr; }
    .pc-template-grid { grid-template-columns: repeat(3, 1fr); }
    .pc-template-card:nth-child(n+4) { display: none; }
    .pc-type-grid { grid-template-columns: repeat(3, 1fr); }
    .pc-service-band .pc-shell { grid-template-columns: repeat(3, 1fr); }
    .pc-service-band a { grid-column: 1 / -1; width: fit-content; margin: 30px auto 0; }
}

@media (max-width: 720px) {
    .pc-shell { width: calc(100% - 28px); }
    .pc-utility { display: none; }
    .pc-brand-row { min-height: 76px; grid-template-columns: 1fr 42px; gap: 7px; }
    .pc-logo__mark { width: 38px; transform: scale(.68); transform-origin: left center; margin-right: -12px; }
    .pc-logo__name { font-size: 23px; }
    .pc-logo__name small { display: none; }
    .pc-search { grid-column: 1 / -1; grid-row: 2; height: 46px; margin: 0 0 12px; }
    .pc-search button { width: 42px; height: 42px; }
    .pc-mobile-menu { grid-column: 2; grid-row: 1; }
    .pc-primary .pc-shell { grid-template-columns: repeat(2, 1fr); }
    .pc-hero { margin-top: 0; background: linear-gradient(180deg, #fff 0, #fff8f2 100%); }
    .pc-hero__inner { min-height: 670px; align-items: flex-start; }
    .pc-hero__copy { width: 100%; padding: 50px 0 0; text-align: center; }
    .pc-eyebrow { font-size: 11px; }
    .pc-hero h1 { font-size: clamp(38px, 11vw, 50px); }
    .pc-hero__copy > p { margin: 15px 0 22px; font-size: 17px; }
    .pc-hero__cta { position: relative; z-index: 3; width: min(100%, 390px); min-height: 67px; grid-template-columns: 37px 1fr 46px; margin: 0 auto; padding-left: 20px; font-size: 20px; }
    .pc-hero__cta > i { font-size: 31px; }
    .pc-hero__cta > b { width: 45px; height: 45px; }
    .pc-hero__visual { top: 318px; right: -20%; width: 140%; height: 365px; opacity: 1; }
    .pc-hero__visual img { object-fit: cover; object-position: 53% center; }
    .pc-quick-order .pc-shell { display: block; padding: 28px 0; }
    .pc-quick-order__intro { margin-bottom: 22px; text-align: center; }
    .pc-quick-order ol { gap: 8px; }
    .pc-quick-order li { display: flex; flex-direction: column; gap: 6px; padding: 15px 5px; text-align: center; }
    .pc-quick-order li > b { display: none; }
    .pc-quick-order li > i { font-size: 28px; }
    .pc-quick-order li small { display: none; }
    .pc-section { padding: 62px 0; }
    .pc-section__head { align-items: flex-start; }
    .pc-section__head h2 { font-size: 26px; }
    .pc-section__head p { line-height: 1.65; }
    .pc-section__head > a { display: none; }
    .pc-template-grid { grid-template-columns: 1fr; }
    .pc-template-card:nth-child(n+3) { display: none; }
    .pc-template-card__art { height: 160px; }
    .pc-type-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .pc-type-grid a { min-height: 145px; }
    .pc-live-products .sct { grid-template-columns: repeat(2, 1fr); }
    .pc-service-band .pc-shell { grid-template-columns: 1fr; }
    .pc-service-band .pc-shell > div { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
    .pc-service-band a { grid-column: auto; width: 100%; margin: 22px 0 0; text-align: center; }
    .pc-footer__top { padding: 32px 0; display: block; }
    .pc-footer__links { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; }
    .pc-footer__info span { display: block; }
    .pc-footer__info span + span:before { display: none; }
}
