:root{--max-width:1200px;--brand-red:#ea2227;--navy:#2b4a7a;--ink:#1a1a1a;--surface:#f7f7f7;--border:#e8e8e8;--white:#fff;--radius-default:6px;--font-main:var(--font-dm-sans),var(--font-noto-sans-kr),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-size-xs:0.8125rem;--font-size-sm:0.875rem;--font-size-md:0.9375rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.75rem;--font-size-4xl:clamp(24px,4vw,36px);--duration-fast:150ms;--duration-base:200ms;--ease-standard:cubic-bezier(0.4,0.0,0.2,1)}*{box-sizing:border-box;padding:0;margin:0}html{font-size:16px}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-main);color:var(--ink);line-height:1.75;-webkit-font-smoothing:antialiased}body{background-color:#fff}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--brand-red)}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}@media (max-width:1024px){.container{padding:0 1.5rem}}@media (max-width:768px){.container{padding:0 1.25rem}}button{cursor:pointer;font-family:inherit}ul{list-style:none}.btn{display:inline-block;padding:.75rem 1.5rem;font-weight:700;text-transform:uppercase;border:none;border-radius:var(--radius-default);transition:background-color .2s}.btn-primary{background-color:var(--brand-red);color:#fff}.btn-primary:hover{background-color:#8a1616;color:#fff}.section-title{font-size:var(--font-size-3xl);font-weight:700;color:#000;margin-bottom:2rem;text-align:left;position:relative;display:table}.section-title:after,.section-title:before{display:none}.page-title{font-family:DM Sans,Noto Sans KR,-apple-system,sans-serif;font-size:30px;font-weight:500;color:#7f7f7f;margin-top:0;margin-bottom:1.5rem;text-align:left;line-height:1.2;letter-spacing:-.03em;-webkit-font-smoothing:antialiased}.product-content-area{width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:normal}.product-content-area *{max-width:100%!important;box-sizing:border-box!important}.product-content-area img{height:auto!important;display:block;margin:1rem auto}.product-content-area table{width:100%!important;border-collapse:collapse!important;margin:1.5rem 0!important;table-layout:auto!important}.product-content-area table td,.product-content-area table th{border-width:1px!important;border-style:solid!important;border-color:#e2e8f0;padding:8px 12px!important;min-width:60px}@media (max-width:768px){.product-content-area{font-size:.95rem}.product-content-area table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.product-content-area p{margin-bottom:1rem}.product-content-area [style*=width]{width:auto!important;min-width:0!important}}.product-content-area table th{background-color:#f8fafc!important;font-weight:700}