/* 메인 페이지 전용 스타일: 기존 공통 header/footer와 분리 */
.lh-home{overflow:hidden;background:#f7f4ef;color:#273027;font-family:'Noto Sans KR','Malgun Gothic',sans-serif}
.lh-shell{width:calc(100% - 48px);max-width:1200px;margin:0 auto}
.lh-eyebrow{margin:0 0 14px;color:#b08a4d;font-size:12px;font-weight:700;letter-spacing:.2em;line-height:1.4;text-transform:uppercase}
.lh-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}
.lh-section-heading--center{display:block;text-align:center;margin-bottom:28px}
.lh-section-heading h2,.lh-brief-heading h2{margin:0;color:#1f3027;font-family:Georgia,'Noto Serif KR',serif;font-size:27px;font-weight:400;line-height:1.35;letter-spacing:-.035em}
.lh-text-link{display:inline-flex;align-items:center;gap:10px;color:#315344;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}
.lh-text-link i{color:#b08a4d;font-size:14px}
.lh-button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-width:142px;padding:13px 17px;background:#1b4939;color:#fff;font-size:12px;font-weight:700;text-decoration:none}
.lh-button i{font-size:14px}
.lh-button--outline{border:1px solid rgba(255,255,255,.7);background:transparent}

/* hero */
.lh-hero{position:relative;width:100%;overflow:hidden;background:#182d24}
.lh-hero__track{display:flex;width:100%;transition:transform .65s cubic-bezier(.22,.61,.36,1);will-change:transform}
.lh-hero__slide{position:relative;flex:0 0 100%;height:560px;overflow:hidden;isolation:isolate}
.lh-hero__image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}
.lh-hero__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(10,35,26,.78) 0%,rgba(10,35,26,.38) 42%,rgba(10,35,26,.04) 76%,rgba(10,35,26,.18) 100%)}
.lh-hero__inner{height:100%;display:flex;flex-direction:column;justify-content:center;padding:70px 0}
.lh-hero__inner .lh-eyebrow{color:#d6b576}
.lh-hero h1{max-width:560px;margin:0;color:#fff;font-family:Georgia,'Noto Serif KR',serif;font-size:clamp(42px,5vw,64px);font-weight:400;line-height:1.18;letter-spacing:-.055em}
.lh-hero__lead{margin:24px 0 31px;color:rgba(255,255,255,.86);font-size:14px;line-height:1.8}
.lh-hero__inner .lh-button{align-self:flex-start}
.lh-hero__control{position:absolute;top:50%;z-index:3;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:-21px;border:1px solid rgba(255,255,255,.58);border-radius:50%;background:rgba(12,36,27,.34);color:#fff;cursor:pointer;transform:translateY(0)}
.lh-hero__control:hover,.lh-hero__control:focus-visible{background:#b08a4d}
.lh-hero__control--prev{left:max(18px,calc((100% - 1320px)/2))}.lh-hero__control--next{right:max(18px,calc((100% - 1320px)/2))}
.lh-hero__dots{position:absolute;bottom:24px;left:50%;z-index:3;display:flex;gap:8px;transform:translateX(-50%)}
.lh-hero__dots button{width:38px;height:3px;padding:0;border:0;background:rgba(255,255,255,.45);cursor:pointer}.lh-hero__dots button.is-active{background:#d5b16b}

/* category family */
.lh-category{padding:68px 0 74px;background:#f7f4ef}
.lh-category .lh-section-heading h2{font-size:26px}
.lh-category__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.lh-category-card{position:relative;display:block;min-height:212px;overflow:hidden;border:1px solid #e4ded3;border-radius:7px;background:#f1ede6;color:#273027;text-decoration:none;transition:transform .25s,box-shadow .25s}
.lh-category-card:hover,.lh-category-card:focus-visible{box-shadow:0 12px 28px rgba(37,45,36,.13);transform:translateY(-3px)}
.lh-category-card__copy{position:relative;z-index:1;width:57%;height:100%;padding:20px 14px 18px 18px}
.lh-category-card__number{display:block;margin-bottom:8px;color:#bda989;font:italic 23px Georgia,serif}
.lh-category-card small{display:block;color:#97886f;font-size:12px;letter-spacing:.06em}
.lh-category-card h3{margin:7px 0 10px;font-family:'Noto Serif KR',serif;font-size:18px;font-weight:500}
.lh-category-card p{margin:0;color:#716c63;font-size:12px;line-height:1.65}
.lh-category-card .lh-text-link{position:absolute;bottom:18px;left:18px;color:#6b665d;font-size:12px;font-weight:500}
.lh-category-card img{position:absolute;right:0;bottom:0;width:58%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:multiply}

/* product catalog */
.lh-catalog{padding:0 0 84px;background:#f7f4ef}
.lh-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.lh-product-card{min-width:0}
.lh-product-card__image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#eee9e0;text-decoration:none}
.lh-product-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s}.lh-product-card__image:hover img{transform:scale(1.04)}
.lh-product-card__badge{position:absolute;top:9px;left:9px;padding:4px 6px;background:#284a39;color:#fff;font-size:11px;font-weight:700;letter-spacing:.05em}
.lh-product-card__body{position:relative;padding:10px 4px 0}
.lh-product-card__eyebrow{height:16px;overflow:hidden;margin:0;color:#b08a4d;font-size:11px;line-height:1.4;white-space:nowrap;text-overflow:ellipsis}
.lh-product-card h3{height:39px;overflow:hidden;margin:5px 28px 4px 0;font-size:13px;font-weight:700;line-height:1.45}.lh-product-card h3 a{text-decoration:none}
.lh-product-card__description{height:35px;overflow:hidden;margin:0 0 7px;color:#77736c;font-size:11px;line-height:1.55}
.lh-product-card del{display:block;color:#aaa;font-size:11px;line-height:1.4}.lh-product-card strong{display:block;color:#263c31;font-size:14px;line-height:1.5}
.lh-product-card__actions{display:flex;justify-content:space-between;margin-top:8px}.lh-product-card__actions a{color:#536258;font-size:14px;text-decoration:none}.lh-product-card__actions a:hover{color:#b08a4d}
.lh-empty{grid-column:1/-1;padding:40px 0;text-align:center;color:#777}

/* efficacy */
.lh-efficacy{position:relative;background:#ece7dc}
.lh-efficacy__inner{position:relative;display:grid;grid-template-columns:minmax(0,50%) minmax(0,50%);height:auto;min-height:300px}
.lh-efficacy__content{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:30px 28px 28px 0;background:#ece7dc}
.lh-efficacy__copy{padding:0;background:none}
.lh-efficacy__copy h2{margin:0;color:#29352d;font-family:Georgia,'Noto Serif KR',serif;font-size:27px;font-weight:400;line-height:1.35;letter-spacing:-.045em}
.lh-efficacy__copy>p:not(.lh-eyebrow){margin:12px 0 10px;color:#6f6c64;font-size:12px;line-height:1.65}
.lh-efficacy__features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px 0 0}
.lh-efficacy__features article{min-width:0}.lh-efficacy__features i{display:block;margin-bottom:8px;color:#a18a62;font-size:22px}.lh-efficacy__features h3{margin:0 0 5px;color:#343c35;font-size:12px}.lh-efficacy__features p{margin:0;color:#77736c;font-size:11px;line-height:1.5}.lh-efficacy__visual{position:relative;min-width:0;min-height:300px;height:auto;overflow:hidden}.lh-efficacy__visual img{position:absolute;inset:0;display:block;width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}

/* gift */
.lh-gift{background:#153126;color:#fff}
.lh-gift__inner{display:grid;grid-template-columns:42% 58%;height:300px;min-height:300px}
.lh-gift__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:45px 42px 45px 0}.lh-gift__copy .lh-eyebrow{color:#d4b271}.lh-gift__copy h2{margin:0;color:#fff;font-family:Georgia,'Noto Serif KR',serif;font-size:30px;font-weight:400;line-height:1.35;letter-spacing:-.04em}.lh-gift__copy>p:not(.lh-eyebrow){margin:20px 0 24px;color:rgba(255,255,255,.7);font-size:12px;line-height:1.8}
.lh-gift__visual{display:block;height:300px;min-height:300px;overflow:hidden}.lh-gift__visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s}.lh-gift__visual:hover img{transform:scale(1.03)}

/* attached OEM / AI video section */
.lh-client-brief{background:#f6efe3;padding:0 0 92px;color:#172117}
.lh-brief-heading{text-align:center}.lh-brief-heading h2{font-family:'Noto Sans KR','Malgun Gothic',sans-serif;font-size:27px;font-weight:700;letter-spacing:-.05em}.lh-brief-heading p{margin:7px 0 0;color:#a28d77;font-size:13px}
.lh-process-list{display:flex;align-items:center;justify-content:space-between;margin:34px 0 0;padding:0;list-style:none}.lh-process-list>li{display:flex;align-items:center;min-width:0;flex:1}.lh-process-list>li:last-child{flex:0 1 16.4%}.lh-process-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:130px;padding:18px 8px;border:1px solid #dce8df;border-radius:14px;background:#f6faf7;text-align:center}.lh-process-card i{height:45px;margin-bottom:10px;color:#97bda8;font-size:34px;line-height:45px}.lh-process-card strong{color:#172117;font-size:13px;line-height:1.45;word-break:keep-all}.lh-process-arrow{flex:0 0 28px;margin:0 6px;color:#8fbea4;font-size:16px;text-align:center}
.lh-brief-videos{padding-top:78px}.lh-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:32px}.lh-video-card{display:block;overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 6px 18px rgba(29,49,35,.11);text-decoration:none;transition:transform .25s,box-shadow .25s}.lh-video-card:hover,.lh-video-card:focus-visible{box-shadow:0 12px 25px rgba(29,49,35,.17);transform:translateY(-3px)}.lh-video-card__image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#dbe3da}.lh-video-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s}.lh-video-card:hover .lh-video-card__image img{transform:scale(1.04)}.lh-video-card__play{position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:12px;background:rgba(17,32,24,.62);color:#fff;font-size:19px;transform:translate(-50%,-50%)}.lh-video-card strong{display:block;padding:15px 18px 17px;color:#173423;font-size:14px;line-height:1.4;text-align:center;word-break:keep-all}

@media(max-width:1100px){.lh-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:28px}.lh-efficacy__inner{grid-template-columns:1fr;height:auto;min-height:0}.lh-efficacy__content{padding-right:0}.lh-efficacy__visual{height:260px}}
@media(max-width:800px){.lh-shell{width:calc(100% - 36px)}.lh-hero__slide{height:520px}.lh-hero__inner{padding:46px 0;justify-content:flex-end}.lh-hero h1{font-size:40px}.lh-hero__lead{font-size:13px}.lh-hero__control{width:36px;height:36px;margin-top:-18px}.lh-hero__control--prev{left:14px}.lh-hero__control--next{right:14px}.lh-category{padding:52px 0 60px}.lh-category__grid{grid-template-columns:1fr;gap:10px}.lh-category-card{min-height:178px}.lh-category-card__copy{width:56%;padding:18px 12px 16px 16px}.lh-category-card h3{font-size:17px}.lh-section-heading{align-items:flex-start;flex-direction:column;gap:12px}.lh-section-heading--center{align-items:center}.lh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.lh-efficacy__content{padding:46px 0 30px}.lh-efficacy__copy h2{font-size:27px}.lh-efficacy__features{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px;padding:28px 0 0}.lh-efficacy__visual{height:240px}.lh-gift__inner{grid-template-columns:1fr;height:auto;min-height:0}.lh-gift__copy{padding:50px 0 38px}.lh-gift__copy h2{font-size:27px}.lh-gift__visual{height:240px;min-height:240px}.lh-client-brief{padding:55px 0 70px}.lh-process-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px}.lh-process-list>li,.lh-process-list>li:last-child{display:block;flex:none}.lh-process-card{min-height:112px}.lh-process-arrow{display:none}.lh-brief-videos{padding-top:58px}.lh-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}.lh-video-card strong{padding:12px 10px 14px;font-size:12px}}
@media(max-width:480px){.lh-hero__slide{height:470px}.lh-hero h1{font-size:34px}.lh-hero__lead{margin:17px 0 22px;font-size:12px}.lh-eyebrow{font-size:11px}.lh-product-card h3{font-size:12px}.lh-product-card__description{font-size:11px}.lh-brief-heading h2{font-size:23px}.lh-video-grid{grid-template-columns:1fr}.lh-video-card strong{font-size:13px}}

/* latest video cards: thumbnail opens the modal, title opens the detail page */
.lh-video-card{min-width:0}
.lh-video-card:focus-within{box-shadow:0 12px 25px rgba(29,49,35,.17);transform:translateY(-3px)}
.lh-video-card__image{width:100%;padding:0;border:0;border-radius:0;cursor:pointer;text-align:left}
.lh-video-card__image:focus-visible{outline:3px solid #c69b57;outline-offset:-3px}
.lh-video-card__body{display:block;padding:15px 18px 17px;color:inherit;text-decoration:none}
.lh-video-card__body strong{display:block;padding:0;color:#173423;font-size:14px;font-weight:700;line-height:1.45;text-align:left;text-decoration:none;word-break:keep-all}
.lh-video-card__body:hover strong,.lh-video-card__body:focus-visible strong{color:#a87835;text-decoration:none}
.lh-video-card__body small{display:block;margin-top:7px;color:#77736c;font-size:12px;line-height:1.55;word-break:keep-all}
.lh-video-modal-open{overflow:hidden}
.lh-video-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(10,23,17,.78)}
.lh-video-modal[hidden]{display:none}
.lh-video-modal__dialog{width:min(900px,100%);overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.lh-video-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px;background:#173423;color:#fff}
.lh-video-modal__header h2{margin:0;font-size:16px;font-weight:700}
.lh-video-modal__header button{width:32px;height:32px;padding:0;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:transparent;color:#fff;font-size:22px;line-height:1;cursor:pointer}
.lh-video-modal__header button:hover,.lh-video-modal__header button:focus-visible{background:#b08a4d}
.lh-video-modal__frame{aspect-ratio:16/9;background:#101612}
.lh-video-modal__frame iframe{display:block;width:100%;height:100%;border:0}
@media(max-width:800px){.lh-video-modal{padding:14px}.lh-video-card__body{padding:12px 12px 14px}.lh-video-card__body strong{font-size:13px}.lh-video-card__body small{font-size:12px}}

/* 메인 최종 시안: hero / 카테고리 / 상품 / 효능 / 선물세트 */
.lh-main-hero{background:#f4ecdf}
.lh-main-hero .lh-hero__slide{height:500px;background:#f4ecdf}
.lh-main-hero .lh-hero__image{z-index:0;object-position:center center}
.lh-main-hero .lh-hero__shade{z-index:1;background:linear-gradient(90deg,rgba(247,240,229,.94) 0%,rgba(247,240,229,.78) 32%,rgba(247,240,229,.15) 62%,rgba(247,240,229,0) 100%)}
.lh-main-hero .lh-hero__inner{position:relative;z-index:2;justify-content:center;padding:50px 0}
.lh-main-hero .lh-eyebrow{color:#b28445}
.lh-main-hero h1{max-width:460px;color:#1c4736;font-size:52px;line-height:1.22;letter-spacing:-.07em}
.lh-main-hero .lh-hero__lead{margin:20px 0 27px;color:#5e5c55;font-size:14px;line-height:1.75}
.lh-main-hero .lh-button{min-width:122px;background:#1c4a37}
.lh-main-hero .lh-hero__control{border-color:rgba(28,71,54,.7);background:rgba(255,255,255,.28);color:#1c4736}
.lh-main-hero .lh-hero__control:hover,.lh-main-hero .lh-hero__control:focus-visible{background:#1c4a37;color:#fff}
.lh-main-hero .lh-hero__dots{bottom:20px}.lh-main-hero .lh-hero__dots button{width:8px;height:8px;border-color:#1c4736}.lh-main-hero .lh-hero__dots button.is-active{background:#1c4736}

.lh-main-family{padding:28px 0 34px;background:#fcfaf6}
.lh-main-family__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid #e2dbd0;border-radius:9px;background:rgba(255,255,255,.4)}
.lh-main-family__item{position:relative;display:flex;min-height:132px;align-items:center;flex-direction:column;justify-content:center;padding:18px 14px;color:#314338;text-align:center;text-decoration:none}
.lh-main-family__item+.lh-main-family__item{border-left:1px solid #e7e0d6}
.lh-main-family__item i{margin-bottom:10px;color:transparent;font-size:27px;font-weight:400;-webkit-text-stroke:1.2px #2b4b3b}
.lh-main-family__item strong{font-family:'Noto Serif KR',serif;font-size:14px;font-weight:500;line-height:1.4;word-break:keep-all}
.lh-main-family__item p{margin:7px 0 0;color:#7b7870;font-size:12px;line-height:1.5;word-break:keep-all}
.lh-main-family__item:hover,.lh-main-family__item:focus-visible{background:#f1eee7;color:#1c4736}

.lh-main-catalog{padding:0 0 68px;background:#fcfaf6}
.lh-main-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}
.lh-main-section-heading h2{margin:0;color:#1c4736;font-family:'Noto Serif KR',Georgia,serif;font-size:30px;font-weight:500;letter-spacing:-.06em}
.lh-main-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.lh-main-product-card{min-width:0;border:1px solid #eee8de;border-radius:5px;background:#fffaf4;overflow:hidden}
.lh-main-product-card__image{position:relative;display:block;aspect-ratio:1/1.08;overflow:hidden;background:#eee8df;text-decoration:none}
.lh-main-product-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s}
.lh-main-product-card__image:hover img,.lh-main-product-card__image:focus-visible img{transform:scale(1.04)}
.lh-main-product-card__badge{position:absolute;top:9px;left:9px;padding:4px 6px;background:#244533;color:#fff;font-size:10px;font-weight:700;letter-spacing:.05em}
.lh-main-product-card__body{padding:11px 12px 12px}
.lh-main-product-card__eyebrow{overflow:hidden;margin:0 0 4px;color:#a9824c;font-size:11px;line-height:1.4;white-space:nowrap;text-overflow:ellipsis}
.lh-main-product-card h3{min-height:38px;overflow:hidden;margin:0 0 5px;font-size:14px;font-weight:600;line-height:1.45;letter-spacing:-.03em}.lh-main-product-card h3 a{color:#29372f;text-decoration:none}
.lh-main-product-card__description{height:35px;overflow:hidden;margin:0 0 7px;color:#77736c;font-size:11px;line-height:1.55}
.lh-main-product-card del{display:block;color:#aaa;font-size:11px;line-height:1.4}.lh-main-product-card>div strong{display:block;color:#203c2d;font-size:15px;line-height:1.5}
.lh-main-product-card__actions{display:flex;justify-content:space-between;margin-top:9px}.lh-main-product-card__actions a{color:#34483c;font-size:16px;text-decoration:none}.lh-main-product-card__actions a:hover,.lh-main-product-card__actions a:focus-visible{color:#ad7d3d}

.lh-main-efficacy{padding:4px 0 72px;background:#fcfaf6}
.lh-main-benefit-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:20px;border:1px solid #e6e0d6;border-radius:6px;background:#fffdf9}
.lh-main-benefit-grid article{min-height:154px;padding:24px 14px;text-align:center}.lh-main-benefit-grid article+article{border-left:1px solid #e8e2d9}
.lh-main-benefit-grid i{display:block;margin-bottom:16px;color:transparent;font-size:37px;font-weight:400;-webkit-text-stroke:1.4px #214534}.lh-main-benefit-grid strong{display:block;color:#314238;font-family:'Noto Serif KR',serif;font-size:14px;font-weight:500}.lh-main-benefit-grid p{margin:8px 0 0;color:#817c74;font-size:11px;line-height:1.5;word-break:keep-all}
.lh-main-efficacy-banner{position:relative;display:block;height:218px;overflow:hidden;border-radius:8px;color:#fff;text-decoration:none;background:#173b29}.lh-main-efficacy-banner img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:brightness(.68)}.lh-main-efficacy-banner span{position:absolute;inset:0;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:30px 38px}.lh-main-efficacy-banner small{margin-bottom:8px;font-size:12px;font-weight:700}.lh-main-efficacy-banner strong{font-family:'Noto Serif KR',serif;font-size:24px;font-weight:400;letter-spacing:-.05em}.lh-main-efficacy-banner em{display:inline-flex;align-items:center;gap:12px;margin-top:18px;padding:8px 13px;border-radius:2px;background:#fff;color:#234332;font-size:12px;font-style:normal;font-weight:700}.lh-main-efficacy-banner em i{color:#a87939;font-size:14px}

.lh-main-gift{padding:0 0 20px;background:#f6efe3}.lh-main-gift__panel{display:grid;grid-template-columns:42% 58%;height:260px;overflow:hidden;border-radius:8px;background:#f0ebe1;color:#1c4736;text-decoration:none}.lh-main-gift__copy{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:30px 30px 30px 36px}.lh-main-gift__copy .lh-eyebrow{margin-bottom:7px}.lh-main-gift__copy h2{margin:0;font-family:'Noto Serif KR',Georgia,serif;font-size:31px;font-weight:500;letter-spacing:-.06em}.lh-main-gift__copy>p:not(.lh-eyebrow){margin:11px 0 17px;color:#747066;font-size:13px;line-height:1.7}.lh-main-gift__button{display:inline-flex;align-items:center;gap:15px;padding:10px 14px;border:1px solid #244b3a;color:#244b3a;font-size:12px;font-weight:700}.lh-main-gift__button i{color:#ad7d3d;font-size:14px}.lh-main-gift__visual{min-width:0;overflow:hidden}.lh-main-gift__visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s}.lh-main-gift__panel:hover .lh-main-gift__visual img{transform:scale(1.03)}

@media(max-width:1100px){.lh-main-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:18px}.lh-main-hero h1{font-size:48px}}
@media(max-width:800px){.lh-main-hero .lh-hero__slide{height:500px}.lh-main-hero .lh-hero__inner{padding:42px 0;justify-content:center}.lh-main-hero h1{font-size:42px}.lh-main-family{padding:20px 0 28px}.lh-main-family__grid{grid-template-columns:repeat(5,minmax(132px,1fr));overflow-x:auto}.lh-main-family__item{min-height:120px}.lh-main-catalog{padding-bottom:48px}.lh-main-section-heading h2{font-size:27px}.lh-main-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px}.lh-main-product-card__body{padding:10px}.lh-main-product-card h3{font-size:13px}.lh-main-benefit-grid{grid-template-columns:repeat(5,minmax(130px,1fr));overflow-x:auto}.lh-main-benefit-grid article{min-height:138px;padding:20px 10px}.lh-main-benefit-grid i{font-size:31px;margin-bottom:11px}.lh-main-efficacy-banner{height:190px}.lh-main-efficacy-banner span{padding:24px}.lh-main-efficacy-banner strong{font-size:20px}.lh-main-gift__panel{grid-template-columns:1fr;height:auto}.lh-main-gift__copy{min-height:205px;padding:28px 24px}.lh-main-gift__visual{height:230px}}
@media(max-width:480px){.lh-main-hero .lh-hero__slide{height:470px}.lh-main-hero h1{font-size:35px}.lh-main-hero .lh-hero__lead{font-size:13px}.lh-main-section-heading h2{font-size:24px}.lh-main-product-card__image{aspect-ratio:1/1.06}.lh-main-product-card h3{font-size:12px}.lh-main-product-card__description{font-size:11px}.lh-main-efficacy-banner strong{font-size:18px}.lh-main-gift__copy h2{font-size:28px}}

/* 첨부 메인 시안 기준: 시안에서 분리한 실제 이미지와 아이콘 */
.lh-main-hero .lh-hero__slide:first-child{background:#f8eee0}
.lh-main-hero .lh-hero__slide:first-child .lh-hero__image{left:auto;right:0;width:64%;z-index:0;object-fit:contain;object-position:center center}
.lh-main-hero .lh-hero__slide:first-child .lh-hero__shade{z-index:1;background:linear-gradient(90deg,rgba(248,238,224,1) 0%,rgba(248,238,224,.96) 20%,rgba(248,238,224,.24) 58%,rgba(248,238,224,0) 100%)}
.lh-main-hero .lh-hero__slide:first-child .lh-hero__inner{z-index:2;align-items:flex-start;padding-top:0;padding-bottom:0}
.lh-main-hero .lh-hero__slide:first-child .lh-eyebrow{margin-bottom:15px;font-size:13px}
.lh-main-hero .lh-hero__slide:first-child h1{max-width:380px;font-size:58px;line-height:1.18}
.lh-main-hero .lh-hero__slide:first-child .lh-hero__lead{margin:18px 0 27px;font-size:15px;line-height:1.7}
.lh-main-hero .lh-hero__slide:nth-child(2){background:#f8eee0}
.lh-main-hero .lh-hero__slide:nth-child(2) .lh-hero__image{left:0;right:auto;width:64%;z-index:0;object-fit:contain;object-position:center center}
.lh-main-hero .lh-hero__slide:nth-child(2) .lh-hero__shade{z-index:1;background:linear-gradient(90deg,rgba(248,238,224,0) 0%,rgba(248,238,224,.14) 38%,rgba(248,238,224,.82) 76%,rgba(248,238,224,1) 100%)}
.lh-main-hero .lh-hero__slide:nth-child(2) .lh-hero__inner{z-index:2;align-items:flex-end;padding-top:0;padding-bottom:0}
.lh-main-hero .lh-hero__slide:nth-child(2) .lh-eyebrow,.lh-main-hero .lh-hero__slide:nth-child(2) h1,.lh-main-hero .lh-hero__slide:nth-child(2) .lh-hero__lead{width:44%;text-align:left}
.lh-main-hero .lh-hero__slide:nth-child(2) .lh-button{align-self:flex-end;box-sizing:border-box;width:158px;min-width:158px;margin-right:calc(44% - 158px)}
.lh-main-hero .lh-hero__slide:nth-child(2) h1{max-width:none;font-size:52px;line-height:1.22}
.lh-main-hero .lh-hero__slide:nth-child(2) .lh-hero__lead{margin:20px 0 27px;font-size:14px;line-height:1.75}
.lh-main-hero .lh-hero__slide:nth-child(3){background:#f8eee0}
.lh-main-hero .lh-hero__slide:nth-child(3) .lh-hero__image{left:auto;right:0;width:64%;z-index:0;object-fit:contain;object-position:center center}
.lh-main-hero .lh-hero__slide:nth-child(3) .lh-hero__shade{z-index:1;background:linear-gradient(90deg,rgba(248,238,224,1) 0%,rgba(248,238,224,.96) 20%,rgba(248,238,224,.24) 58%,rgba(248,238,224,0) 100%)}
.lh-main-hero .lh-hero__slide:nth-child(3) .lh-hero__inner{z-index:2;align-items:flex-start;padding-top:0;padding-bottom:0}
.lh-main-hero .lh-hero__slide:nth-child(3) .lh-eyebrow{margin-bottom:15px;font-size:13px}
.lh-main-hero .lh-hero__slide:nth-child(3) h1{max-width:380px;font-size:58px;line-height:1.18}
.lh-main-hero .lh-hero__slide:nth-child(3) .lh-hero__lead{margin:18px 0 27px;font-size:15px;line-height:1.7}
.lh-main-family__icon,.lh-main-benefit__icon{display:block;width:58px;height:58px;object-fit:contain;image-rendering:auto}
.lh-main-family__item .lh-main-family__icon{margin-bottom:8px}
.lh-main-family__item strong{font-size:15px}
.lh-main-family__item p{font-size:12px}
.lh-main-benefit-grid article{padding-top:22px}
.lh-main-benefit__icon{margin:0 auto 13px}
.lh-main-benefit-grid strong{font-size:15px}
.lh-main-benefit-grid p{font-size:12px;line-height:1.55}
.lh-main-product-card__eyebrow{font-size:12px}
.lh-main-product-card h3{font-size:15px}

@media(max-width:800px){
 .lh-main-hero .lh-hero__slide:nth-child(1) .lh-hero__image,.lh-main-hero .lh-hero__slide:nth-child(2) .lh-hero__image,.lh-main-hero .lh-hero__slide:nth-child(3) .lh-hero__image{left:0;right:0;width:100%;object-fit:cover}
 .lh-main-hero .lh-hero__slide:nth-child(1) .lh-hero__inner,.lh-main-hero .lh-hero__slide:nth-child(2) .lh-hero__inner,.lh-main-hero .lh-hero__slide:nth-child(3) .lh-hero__inner{align-items:flex-start}
 .lh-main-hero .lh-hero__slide:nth-child(2) .lh-eyebrow,.lh-main-hero .lh-hero__slide:nth-child(2) h1,.lh-main-hero .lh-hero__slide:nth-child(2) .lh-hero__lead{width:auto}
 .lh-main-hero .lh-hero__slide:nth-child(2) .lh-button{align-self:flex-start;width:auto;min-width:122px;margin-right:0}
 .lh-main-hero .lh-hero__slide:nth-child(2) .lh-hero__shade{background:linear-gradient(90deg,rgba(248,238,224,.96) 0%,rgba(248,238,224,.74) 44%,rgba(248,238,224,.18) 100%)}
}
.lh-main-product-card__description{font-size:12px}
.lh-main-product-card del{font-size:12px}
.lh-main-product-card>div strong{font-size:16px}
.lh-main-efficacy-banner img{object-position:right center}
.lh-main-gift__visual img{object-position:center center}
@media(max-width:1100px){.lh-main-hero .lh-hero__slide:first-child h1{font-size:52px}}
@media(max-width:800px){
    .lh-main-hero .lh-hero__slide:first-child .lh-hero__image{width:100%;opacity:.72}
    .lh-main-hero .lh-hero__slide:first-child .lh-hero__shade{background:rgba(248,238,224,.72)}
    .lh-main-hero .lh-hero__slide:first-child h1{font-size:46px}
    .lh-main-family__icon,.lh-main-benefit__icon{width:52px;height:52px}
    .lh-main-family__item strong,.lh-main-benefit-grid strong{font-size:14px}
    .lh-main-product-card h3{font-size:14px}
    .lh-main-product-card__description,.lh-main-product-card__eyebrow,.lh-main-product-card del{font-size:12px}
}
@media(max-width:480px){
    .lh-main-hero .lh-hero__slide:first-child h1{font-size:38px}
    .lh-main-hero .lh-hero__slide:first-child .lh-eyebrow{font-size:12px}
    .lh-main-product-card h3{font-size:13px}
}

/* 시안 기준 배너 비율과 드래그 전환 */
.lh-main-hero{width:calc(100% - 48px);max-width:1200px;aspect-ratio:790 / 369;margin:0 auto;border-radius:16px;background:#f8eee0}
.lh-main-hero .lh-hero__track,.lh-main-hero .lh-hero__slide{height:100%;min-height:0}
.lh-main-hero .lh-hero__image{height:100%}
.lh-main-hero .lh-hero__control--prev{left:18px}.lh-main-hero .lh-hero__control--next{right:18px}
.lh-main-hero .lh-hero__dots{bottom:24px}
.lh-main-hero{touch-action:pan-y;user-select:none}
.lh-main-family__icon{width:58px;height:58px;image-rendering:auto}
.lh-main-benefit-grid .lh-main-benefit__icon{width:auto;height:auto;margin:0 auto 16px;color:#214534;font-size:48px;line-height:1;font-weight:400;-webkit-text-stroke:0}
.lh-main-benefit-grid .lh-main-benefit__icon--leaf{width:48px;height:48px;object-fit:contain}
.lh-main-product-card{display:flex;flex-direction:column;height:100%}
.lh-main-product-card__body{display:flex;flex:1;flex-direction:column}
.lh-main-product-card__actions{margin-top:auto;padding-top:9px}
.lh-main-product-card__prices{min-height:48px;margin-top:2px}.lh-main-product-card__prices p{display:flex;align-items:baseline;gap:6px;margin:0;line-height:1.35}.lh-main-product-card__prices span{flex:0 0 auto;color:#8d887f;font-size:11px}.lh-main-product-card__market del{color:#aaa;font-size:12px}.lh-main-product-card__sale strong{color:#203c2d;font-size:16px;line-height:1.5}
.lh-main-oem{padding:0 0 20px;background:#f6efe3}
.lh-main-oem__panel{display:grid;grid-template-columns:50% 50%;min-height:326px;overflow:hidden;border-radius:8px;background:#f4f0e8;color:#1c4736;text-decoration:none}
.lh-main-oem__copy{padding:28px 30px 24px 36px}
.lh-main-oem__copy h2{margin:0;color:#1c3026;font-family:'Noto Serif KR',Georgia,serif;font-size:26px;font-weight:500;line-height:1.35;letter-spacing:-.06em}
.lh-main-oem__features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:22px}
.lh-main-oem__features span{min-width:0}.lh-main-oem__features i{display:block;margin-bottom:10px;color:#2b5040;font-size:23px;line-height:1}.lh-main-oem__features strong{display:block;color:#293e33;font-size:12px;line-height:1.45;white-space:nowrap}.lh-main-oem__features small{display:block;margin-top:7px;color:#77736c;font-size:11px;line-height:1.5;word-break:keep-all}
.lh-main-oem__button{display:inline-flex;align-items:center;gap:18px;margin-top:21px;padding:10px 15px;background:#1c4937;color:#fff;font-size:12px;font-weight:700}.lh-main-oem__button i{font-size:14px}
.lh-main-oem__visual{min-width:0;overflow:hidden}.lh-main-oem__visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.lh-main-service-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:14px;padding:13px 15px;border:1px solid #e5dfd4;border-radius:6px;background:#fffdf9}
.lh-main-service-strip span{display:grid;grid-template-columns:31px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center;min-width:0;padding:0 12px}.lh-main-service-strip span+span{border-left:1px solid #ebe5db}.lh-main-service-strip i{grid-row:1 / 3;grid-column:1;color:#2b5040;font-size:22px;text-align:center}.lh-main-service-strip b{color:#36443b;font-size:12px;line-height:1.35;white-space:nowrap}.lh-main-service-strip small{color:#77736c;font-size:11px;line-height:1.35;white-space:nowrap}
.lh-main-service-strip-wrap{padding:20px 0;background:#fcfaf6}
.lh-main-service-strip-wrap .lh-main-service-strip{margin-top:0}
@media(max-width:800px){.lh-main-hero{width:calc(100% - 36px);aspect-ratio:790 / 369;border-radius:12px}.lh-main-hero .lh-hero__slide:first-child .lh-hero__image{width:100%;opacity:.72}.lh-main-oem__panel{grid-template-columns:1fr}.lh-main-oem__visual{height:240px}.lh-main-oem__features{gap:15px 10px}.lh-main-oem__features strong{white-space:normal}.lh-main-service-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lh-main-service-strip span{padding:5px 4px}.lh-main-service-strip span+span{border-left:0}.lh-main-service-strip span:nth-child(even){border-left:1px solid #ebe5db}.lh-client-brief{padding:0 0 70px}}
@media(max-width:480px){.lh-main-hero{width:calc(100% - 24px);aspect-ratio:790 / 369}.lh-main-oem__copy{padding:25px 22px}.lh-main-oem__copy h2{font-size:22px}.lh-main-oem__features{grid-template-columns:repeat(2,minmax(0,1fr))}.lh-main-service-strip{grid-template-columns:1fr}.lh-main-service-strip span:nth-child(even){border-left:0}}

/* 메인배너: 현재 상품 DB 대표사진을 사용하는 제품 중심 슬라이드 */
.lh-main-hero{width:100%;max-width:none;aspect-ratio:auto;margin:0;border-radius:0;background:#f4ecdf}
.lh-main-hero__viewport{position:relative;width:100%;max-width:1200px;height:500px;margin:0 auto;overflow:hidden}
.lh-main-hero .lh-hero__track{width:100%;max-width:none;margin:0}
.lh-main-hero .lh-hero__slide,
.lh-main-hero .lh-hero__slide:first-child{height:500px;background:#f4ecdf}
.lh-main-hero .lh-hero__slide .lh-hero__image,
.lh-main-hero .lh-hero__slide:first-child .lh-hero__image{left:auto;right:0;width:58%;height:100%;padding:24px 24px 24px 0;box-sizing:border-box;z-index:0;object-fit:contain;object-position:center;filter:none}
.lh-main-hero .lh-hero__slide .lh-hero__shade,
.lh-main-hero .lh-hero__slide:first-child .lh-hero__shade{z-index:1;background:linear-gradient(90deg,#f4ecdf 0%,rgba(244,236,223,.98) 25%,rgba(244,236,223,.82) 39%,rgba(244,236,223,.18) 64%,rgba(244,236,223,0) 100%)}
.lh-main-hero .lh-hero__slide .lh-hero__inner,
.lh-main-hero .lh-hero__slide:first-child .lh-hero__inner{position:relative;z-index:2;align-items:flex-start;justify-content:center;padding:50px 0}
.lh-main-hero .lh-hero__slide h1,
.lh-main-hero .lh-hero__slide:first-child h1{max-width:440px;color:#1c4736;font-size:clamp(42px,4.6vw,58px);line-height:1.2}
.lh-main-hero .lh-hero__slide .lh-hero__lead,
.lh-main-hero .lh-hero__slide:first-child .lh-hero__lead{color:#5e5c55}
.lh-main-hero .lh-hero__control--prev{left:max(18px,calc((100% - 1240px)/2))}.lh-main-hero .lh-hero__control--next{right:max(18px,calc((100% - 1240px)/2))}
.lh-main-hero .lh-hero__dots{bottom:22px}
@media(max-width:800px){
    .lh-main-hero{width:100%;border-radius:0}
    .lh-main-hero__viewport{max-width:none}
    .lh-main-hero .lh-hero__slide .lh-hero__image,
    .lh-main-hero .lh-hero__slide:first-child .lh-hero__image{width:100%;padding:0;opacity:.4;object-fit:cover}
    .lh-main-hero .lh-hero__slide .lh-hero__shade,
    .lh-main-hero .lh-hero__slide:first-child .lh-hero__shade{background:rgba(244,236,223,.72)}
}

/* OEM 및 PP제품 제작의뢰: 첨부한 Brand Values 방식의 5개 가치 안내 */
.lh-brief-process{padding:46px 42px 48px;background:#f6efe3}
.lh-brief-heading--values{display:grid;grid-template-columns:minmax(42px,1fr) auto minmax(42px,1fr);align-items:center;column-gap:24px}
.lh-brief-heading--values>span{display:block;height:1px;background:#d5cabb}
.lh-brief-heading--values h2{margin:0;color:#202522;font-family:Georgia,'Noto Serif KR',serif;font-size:29px;font-weight:400;letter-spacing:-.04em;white-space:nowrap}
.lh-brief-heading--values p{grid-column:2;margin:7px 0 0;color:#9d8d79;font-size:13px}
.lh-process-list{display:grid;align-items:stretch;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin:36px 0 0}
.lh-process-list>li,.lh-process-list>li:last-child{display:flex;min-width:0;flex:initial}
.lh-process-card{display:flex;flex:1;flex-direction:column;width:auto;height:100%;min-height:214px;box-sizing:border-box;padding:18px 16px 19px;border:1px solid #d8cbb8;border-radius:12px;background:rgba(255,253,248,.74);box-shadow:0 5px 14px rgba(73,55,31,.06);text-align:left}
.lh-process-list>li{position:relative;align-items:stretch}
.lh-process-list>li+li:before{content:'→';position:absolute;z-index:2;top:50%;left:-17px;display:flex;align-items:center;justify-content:center;width:18px;height:22px;color:#a77b3f;font-size:17px;font-weight:700;line-height:1;transform:translateY(-50%)}
.lh-process-step{display:inline-flex;align-items:center;align-self:flex-start;min-height:22px;margin:0 0 13px;padding:0 9px;border-radius:20px;background:#e7d7bd;color:#75552c;font-size:10px;font-weight:800;letter-spacing:.13em;line-height:1}
.lh-process-card i{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0 0 14px;border:3px solid #f6efe3;border-radius:50%;background:#0f3b30;box-shadow:0 0 0 1px #2e5a45;color:#e0bd7b;font-size:18px;line-height:36px}
.lh-process-card strong{display:block;color:#182a20;font-size:15px;font-weight:700;line-height:1.45;word-break:keep-all}
.lh-process-card p{margin:11px 0 0;color:#70695f;font-size:12px;line-height:1.7;word-break:keep-all}
@media(max-width:800px){
    .lh-brief-process{padding:38px 24px 42px}
    .lh-brief-heading--values{column-gap:14px}
    .lh-brief-heading--values h2{font-size:25px}
    .lh-process-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 14px;margin-top:28px}
    .lh-process-list>li+li:before{display:none}
    .lh-process-card{min-height:194px;padding:16px 14px 17px}
}
@media(max-width:480px){
    .lh-brief-process{padding:34px 18px 38px}
    .lh-brief-heading--values{grid-template-columns:1fr}
    .lh-brief-heading--values>span{display:none}
    .lh-brief-heading--values p{grid-column:1}
    .lh-process-list{grid-template-columns:1fr;gap:24px}
}

/* 배경 범위: OEM 제작의뢰는 베이지, A.I. 제품 영상 보기는 흰색 */
.lh-client-brief{background:#fff;padding:0}
.lh-brief-process,.lh-brief-videos{position:relative;isolation:isolate}
.lh-brief-process{background:transparent}
.lh-brief-process:before,.lh-brief-videos:before{content:'';position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%)}
.lh-brief-process:before{background:#f6efe3}
.lh-brief-videos{padding:78px 0 92px;background:#fff}
.lh-brief-videos:before{background:#fff}
@media(max-width:800px){.lh-client-brief{background:#fff;padding:0 0 70px}.lh-brief-videos{padding-top:58px}}
