html{height:auto;min-height:100%;overflow:hidden auto}body.product-page{height:auto;min-height:100%;overflow:visible}.product-page-wrap{background:var(--white);min-height:100vh;color:var(--gray-700);padding-top:68px}.product-page #header{background:var(--white);box-shadow:0 1px 0 var(--gray-100)}.product-page .logo-name{color:var(--gray-700)}.product-page .pc-nav a{color:var(--gray-500)}.product-page .hamburger span{background:var(--gray-700)}.product-contain,.product-content{max-width:1480px;margin:0 auto}.product-sub-visual{z-index:145;background:var(--navy);height:320px;position:relative;overflow:hidden}.product-sub-bg{background:linear-gradient(90deg,#0d1b2adb,#0d1b2a6b),url(/products/product-intro-bg.jpg) 50%/cover;position:absolute;inset:0;transform:scale(1.04)}.product-sub-inner{align-items:center;height:100%;display:flex;position:relative}.product-contain{width:100%;padding:0 72px}.product-sub-visual h1{color:var(--white);margin-bottom:14px;font-size:clamp(34px,4vw,54px)}.product-sub-visual p{color:#ffffffad;font-size:15px}.product-lnb{z-index:140;background:var(--white);border-bottom:1px solid var(--gray-100);position:sticky;top:68px}.product-lnb-scroll{flex-wrap:nowrap;justify-content:center;max-width:1480px;margin:0 auto;padding:0 12px;display:flex;overflow:visible}.product-lnb .category-link{min-width:max-content;color:var(--gray-500);border-bottom:3px solid #0000;padding:26px 18px;font-size:18px;font-weight:400;text-decoration:none;display:block}.product-lnb .category-link.active,.product-lnb .category-link:hover{color:var(--green);border-bottom-color:var(--green)}.category-item{position:relative}.category-dropdown{z-index:140;background:var(--white);border:1px solid var(--gray-100);opacity:0;visibility:hidden;border-top:0;flex-direction:column;align-items:stretch;gap:4px;min-width:100%;max-width:320px;padding:10px;transition:opacity .16s,transform .16s,visibility .16s;display:flex;position:absolute;top:100%;left:0;transform:translateY(-4px);box-shadow:0 12px 28px #0d1b2a1a}.category-item:focus-within>.category-dropdown,.category-item.open>.category-dropdown{opacity:1;visibility:visible;transform:translateY(0)}@media (hover:hover){.category-item:hover>.category-dropdown{opacity:1;visibility:visible;transform:translateY(0)}}.subcategory-chip{color:var(--gray-500);font-family:var(--font-ko);text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:12px 18px;font-size:16px;font-weight:400;line-height:1.4;text-decoration:none;transition:color .2s,background .2s}.subcategory-chip:hover{background:var(--gray-50);color:var(--green)}.subcategory-chip.active{background:var(--green);color:var(--white)}.product-content{padding:72px 72px 96px}.product-title{text-align:center;margin-bottom:34px}.product-title h2{color:var(--gray-700);font-size:clamp(28px,3vw,42px)}.product-count{color:var(--gray-500);margin-top:10px;font-size:14px}.product-search{border:2px solid var(--gray-100);background:var(--white);border-radius:12px;align-items:center;gap:8px;width:100%;max-width:620px;height:56px;margin:0 auto 44px;padding:0 20px;transition:border-color .2s;display:flex}.product-search:focus-within{border-color:var(--gray-700)}.product-search input{min-width:0;height:52px;font-family:var(--font-ko);background:0 0;border:0;outline:none;flex:1;padding:0;font-size:18px;font-weight:400;line-height:24px}.product-search button{width:16px;height:52px;color:var(--gray-700);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;padding:0;display:grid}.product-search input::-webkit-search-cancel-button{appearance:none}.product-search input::-webkit-search-decoration{appearance:none}.product-search-icon{width:16px;height:16px}.product-search .icon-clear,.product-search.is-searching .icon-search{display:none}.product-search.is-searching .icon-clear{display:block}.product-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 28px;display:grid}.product-item a{text-decoration:none;display:block}.product-thumb{aspect-ratio:1.22;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:12px;position:relative;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .35s;position:absolute;inset:0}.product-item a:hover .product-thumb img{transform:scale(1.04)}.product-thumb:before{content:"";background:linear-gradient(135deg,#ffffff40,#fff0);position:absolute;inset:0}.tone-green{background:linear-gradient(135deg,#e8f4ec,#bfdac9)}.tone-navy{background:linear-gradient(135deg,#e9eef2,#bac7d1)}.tone-gray{background:linear-gradient(135deg,#f1f1ef,#d3d3cf)}.product-mock{gap:12px;display:flex;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.product-mock span{background:#0d1b2ad1;border-radius:6px 6px 3px 3px;width:48px;height:104px;box-shadow:inset 0 18px #ffffff1f}.thumb-hover{border-radius:inherit;color:var(--white);font-family:var(--font-en);opacity:0;background:#0d1b2abd;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:opacity .25s;display:flex;position:absolute;inset:0}.product-item a:hover .thumb-hover{opacity:1}.product-tags{margin-top:16px}.product-item h3{letter-spacing:-.02em;color:var(--gray-700);margin-top:12px;font-size:24px;font-weight:700}.product-item p{color:var(--gray-500);margin-top:6px;font-size:14px;line-height:1.6}.product-model-code+h3{margin-top:4px}.product-paginate{justify-content:center;align-items:center;gap:4px;margin-top:56px;display:flex}.product-paginate button,.product-paginate strong,.product-paginate .ellipsis{min-width:32px;height:32px;color:var(--gray-700);font-family:var(--font-ko);cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;padding:0 8px;font-size:14px;font-weight:500;line-height:1;transition:background .2s,color .2s;display:inline-flex}.product-paginate button:hover:not(:disabled){background:var(--gray-100)}.product-paginate strong{background:var(--green-light);color:var(--green);cursor:default;font-weight:600}.product-paginate .ellipsis{color:var(--gray-500);cursor:default}.product-paginate .direction svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.product-paginate button:disabled{color:var(--gray-300);cursor:default}.product-empty{border:1px solid var(--gray-100);background:var(--gray-50);color:var(--gray-500);text-align:center;margin-top:48px;padding:54px 24px;font-size:15px}@media (width>=641px) and (width<=1200px){.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1576px){.product-content{padding-inline:max(72px,974px - 50vw)}}.product-subnav{display:none}@media (width<=1365px){.product-lnb-scroll{scrollbar-width:none;justify-content:flex-start;padding-left:20px;padding-right:20px;overflow-x:auto}.product-lnb-scroll::-webkit-scrollbar{display:none}.category-dropdown{display:none}.product-subnav:not(:empty){display:flex}}@media (width<=900px){.product-contain,.product-lnb-scroll,.product-content{padding-left:20px;padding-right:20px}.product-sub-visual{height:260px}.product-subnav:not(:empty){scrollbar-width:none;-webkit-overflow-scrolling:touch;background:linear-gradient(var(--white), var(--gray-50));border-bottom:1px solid var(--gray-100);align-items:center;gap:8px;padding:14px 20px;display:flex;overflow-x:auto}.product-subnav::-webkit-scrollbar{display:none}.product-subnav .subcategory-chip{background:var(--white);box-shadow:inset 0 0 0 1px var(--gray-100);color:var(--gray-700);font-family:var(--font-ko);white-space:nowrap;cursor:pointer;border:0;border-radius:8px;flex:none;padding:12px 18px;font-size:16px;font-weight:400;line-height:1;transition:background .18s,color .18s,box-shadow .18s}.product-subnav .subcategory-chip.active{background:var(--green);color:var(--white);box-shadow:0 6px 16px #1e6b3c47}}@media (width<=640px){.product-gallery{grid-template-columns:1fr;gap:32px}}
