@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";:root{--main-color: #e6322e}html{width:100%;overflow-x:hidden}body{background-color:#fafafa;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}img,video,iframe{max-width:100%;height:auto;display:block}*,*:before,*:after{box-sizing:border-box;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;font-display:swap}.container{width:100%;max-width:1200px;margin:0 auto;padding:100px 20px}.section-header{text-align:center;margin-bottom:20px}.section-header.red{color:#fff}.section-title{font-size:2.5rem;font-weight:700;margin:0 0 12px}.devider{display:flex;justify-content:center;align-items:center}.devider-line{border-top:2px solid var(--main-color);width:50px;margin:1rem 0 2rem}.devider-line.red{border-top:2px solid #ffffff}.common-button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:500;font-size:1rem;padding:.75rem 2rem;border-radius:.75rem;transition:all .3s ease}.common-button:hover{transform:translateY(-2px)}.common-button.white{border:1.58px solid #878794;background-color:#fff;color:#09090b;box-shadow:0 4px 6px #d3d3d366}.common-button.white:hover{box-shadow:0 10px 15px #e6e6e680}.common-button.black{border:1.58px solid #3b3b3b;background-color:#000;color:#fff;box-shadow:0 4px 6px #3f3f3f66}.common-button.black:hover{box-shadow:0 10px 15px #3d3d3d99}@media(max-width:768px){.container{padding:40px 16px}}.header{position:fixed;top:0;left:0;right:0;height:64px;display:flex;align-items:center;z-index:1000;background:transparent;color:#fff;transition:background-color .25s ease,color .25s ease,box-shadow .25s ease}.header-scrolled{background-color:#000;color:#fff;box-shadow:0 2px 6px #0000000f}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.hamburger-menu{cursor:pointer;background:transparent;border:0;padding:0 10px 2px;display:none;line-height:0}.hamburger-menu-btn.active{background:#f3f3f3;font-weight:500}.hamburger-icon{width:26px;height:18px;display:inline-flex;flex-direction:column;justify-content:space-between}.hamburger-icon span{display:block;height:2px;width:100%;background:#fff;border-radius:2px;transition:all .2s ease}.hamburger-icon.open .hamburger-bar{display:none}.hamburger-overlay{position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .2s ease}.hamburger-overlay.open{opacity:1;pointer-events:auto}.hamburger-drawer{position:fixed;top:0;right:0;width:min(320px,85vw);height:100vh;background:#fff;transform:translate(100%);transition:transform .25s ease;z-index:1000;box-shadow:-10px 0 30px #00000026;padding:16px}.hamburger-drawer.open{transform:translate(0)}.hamburger-header{display:flex;align-items:center;justify-content:flex-end;margin-bottom:12px}.hamburger-close-btn{background:transparent;border:0;font-size:20px;cursor:pointer}.hamburger-nav{display:grid;gap:12px;margin-top:12px}.hamburger-nav button{all:unset;box-sizing:border-box;width:100%;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-size:16px;font-weight:600;color:#000;cursor:pointer;border-bottom:1px solid #e0e0e0;background:#fff}.hamburger-nav button:focus{outline:none}.hamburger-nav button:active,.hamburger-nav button:hover{background:#f5f5f5}.white-logo{height:30px;width:auto;letter-spacing:.08em;cursor:pointer}.header-nav{display:flex;align-items:center;gap:14px}.header-nav button{font-size:1.2rem;background:none;border:none;padding:4px 16px;cursor:pointer;color:inherit}.header-nav button:not(.select-button):hover{color:#fcffe5;transform:scale(1.15)}.header-nav .select-button,.header-nav .select-button:hover,.header-nav .select-button:focus,.header-nav .select-button:active{transform:none}.header-nav .select-button{font-size:1.2rem;padding:4px 16px}.header-nav .select-wrapper{position:relative;display:inline-block}.header-nav ul{box-sizing:border-box;font-size:1.2rem;background:#000;color:#fff;border:1px solid #ffffff;box-shadow:0 4px 12px #00000014;margin:6px 0 0;padding:.25rem 0;cursor:default;list-style:none;position:absolute;top:125%;left:-.7rem;min-width:120px;z-index:1000;border-radius:10px}.header-nav li{font-size:1.2rem;position:relative;cursor:pointer;border-radius:6px;padding:.5rem 1rem}.header-nav li.active{background:#ffffff1f}.header-nav li.noactive{background:transparent}@media(max-width:768px){.hamburger-menu{display:block;position:absolute;right:.6rem;top:50%;transform:translateY(-50%);z-index:1001}.white-logo{height:20px;width:auto}.header-inner{padding:0 3.8rem 0 1.4rem}.header-nav button{display:none}.header-nav select{display:flex}.header-nav .select-wrapper .select-button{display:flex;font-size:1.1rem;padding:6px 14px}.header-nav button{font-size:1rem;background:none;border:none;padding:4px 16px;cursor:pointer;color:inherit}.header-nav ul{left:-1.2rem;font-size:1rem}.header-nav li{font-size:1rem;position:relative;cursor:pointer;border-radius:6px;padding:.5rem 1rem}}footer{background-color:#000;padding:2rem 4rem;color:#fff}.footer-logo{width:200px;height:auto}.footer-information{margin-top:1.5rem}.footer-information p{line-height:1.5;margin:0}.footer-copyright{margin-top:2rem}@media(max-width:768px){footer{padding:2rem 1rem;text-align:center}.footer-logo{display:block;margin:0 auto}}.hero{position:relative;height:100vh;width:100%;min-height:620px;color:#fff;background-image:url(/factory.webp);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#000000d8,#00000091)}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.hero-subtitle{font-size:1.5rem;margin:0 0 1rem;color:#fff;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;text-align:center;margin:0 0 5rem;color:#fff}.hero-show-company-info{display:inline-flex;height:45px;align-items:center;justify-content:center;cursor:pointer;font-weight:500;font-size:1rem;padding:.75rem 2rem;border-radius:.75rem;transition:all .3s ease;text-decoration:none;border:1.58px solid #878794;background-color:#fff;color:#09090b;box-shadow:0 4px 6px #d3d3d366}.hero-show-company-info:hover{transform:translateY(-2px);box-shadow:0 10px 15px #e6e6e680}.about-content{display:flex;align-items:center;justify-content:space-between;gap:40px}.about-description{flex:1;line-height:1.8;font-size:18px}.about-video{flex:1 1 0;min-width:0}.video-wrapper{position:relative;width:100%;padding-top:56.25%;border-radius:12px;overflow:hidden}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.about .common-button{margin-right:.5rem}@media(max-width:768px){.about .common-button{width:100%;margin-bottom:.5vh;margin-right:0}.about-content{flex-direction:column;align-items:flex-start;gap:40px}.about-video{width:100%}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:30px;border-radius:16px;width:50%;max-width:90%;max-height:90%;overflow-y:auto;box-shadow:0 2px 10px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0}.close-button{cursor:pointer}.modal-address h3{font-weight:500;margin:1.25rem 0 .5rem}.address-text{width:fit-content;cursor:pointer;display:flex;align-items:center;gap:.5rem}.address-text p{border-bottom:1.5px solid #b3b3b3;margin:0}.address-text svg{cursor:pointer}.modal-map{width:100%;height:400px}.modal-map div{width:100%;height:100%}@media(max-width:768px){.modal-content{width:90%}}@media screen and (min-width:769px)and (max-width:1280px){.modal-content{width:80%}}.product{background-color:var(--main-color)}.product-empty{color:#ffffffb3;text-align:center;font-size:1.1rem;padding:3rem 0;margin:0}.product:before{content:"";position:absolute;inset:0;background:#00000059}.product-item{display:flex;align-items:flex-start;gap:20px;margin-top:1.5rem}.product-item-index{font-size:4rem;font-weight:600;color:#fff;flex:1;text-align:center;margin:0}.product-item-content{flex:7;display:flex;flex-direction:column}.product-item-title{font-size:1.3rem;font-weight:700;color:#fff;margin:.5rem 0}.product-item-description{line-height:1.7;color:#fff;font-size:1rem}.product-see-more{min-width:14vw;padding:14px 36px;border:2px solid #fff;color:#fff;background:transparent;border-radius:30px;font-weight:700;font-size:1.2rem;transition:all .3s ease;cursor:pointer;display:block;margin:2rem auto 0}.product-see-more:hover{transform:scale(1.03);background:#fff;color:#e6322e}@media(max-width:768px){.product-item{flex-direction:column}.product-item-index{font-size:3rem}.product-item-content{flex:none}}.loading-wrap{min-height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-spinner{width:36px;height:36px;border:4px solid #ddd;border-top:4px solid #111;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px;margin-top:10px}.loading-overlay{display:flex;align-items:center;justify-content:center;z-index:9999}@keyframes spin{to{transform:rotate(360deg)}}.history-container{display:grid;grid-template-columns:12rem 3fr;gap:4rem;align-items:start;margin-left:5rem}.history{border-bottom:#b6b6b63b 1.5px solid;max-width:1200px;margin:0 auto}.history-timeline{position:relative;display:flex;flex-direction:column;margin-top:5px;gap:1rem}.history-year-row{display:flex;gap:3rem}.history .common-button{height:3rem;width:100%;font-size:18px;font-weight:500}.history-year-events{position:relative;padding-left:2rem;display:flex;flex-direction:column;gap:1.5rem}.history-year-events:before{content:"";position:absolute;top:0;bottom:0;left:.75rem;width:2px;background-color:#e3e7ec}.history-event{position:relative;display:flex;gap:12px;line-height:1.7}.history-event:before{content:"";position:absolute;left:-1.6rem;top:.85rem;transform:translateY(-50%);width:14px;height:14px;border-radius:50%;background-color:#38b66a}.history-event-year{font-weight:600;color:#6c6c6c;min-width:24px}.history-event-month{font-weight:600;color:#acacac;min-width:24px}.history-event-text{color:#333}.history-separater{height:0px}.history-empty{font-size:18px;margin-top:50px;text-align:center}@media(max-width:768px){.history-container{grid-template-columns:1fr;margin-left:0}.history-year-row{gap:1.5rem}.history-year{font-size:20px;width:fit-content}.history-timeline:before{left:5.45rem}}.form-container{display:flex;width:50rem;margin:auto;flex-direction:column;align-items:center;justify-content:center;gap:15px}.logo-container{box-sizing:border-box;width:80px;height:80px;background:linear-gradient(180deg,#f8f8f800 50%,#f8f8f888);border:1px solid #f7f7f8;filter:drop-shadow(0px .5px .5px #efefef) drop-shadow(0px 1px .5px rgba(239,239,239,.5));border-radius:11px}.title-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.title{margin:0;font-size:1.25rem;font-weight:700;color:#212121}.subtitle{font-size:.725rem;max-width:80%;text-align:center;line-height:1.1rem;color:#8b8e98}.input-container{width:100%;height:fit-content;position:relative;display:flex;flex-direction:column;gap:5px}.input-container .icon{width:20px;position:absolute;z-index:99;left:12px;top:1.75rem}.input-label{font-size:.75rem;color:#57595f;font-weight:600}.input-field{width:auto;height:40px;padding:0 0 0 40px;border-radius:7px;outline:none;border:1px solid #e5e5e5;filter:drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px .5px rgba(239,239,239,.5));transition:all .3s cubic-bezier(.15,.83,.66,1)}.message .input-field{height:100px;padding-top:12px;resize:none}.input-field:focus{border:1px solid transparent;box-shadow:0 0 0 2px #242424;background-color:transparent}.personal-info-consent-checkbox{display:flex;margin-right:auto;margin:.5rem auto 1rem 0;align-items:center}.ios-checkbox{--checkbox-size: 1.5rem;position:relative;display:inline-block;cursor:pointer;-webkit-user-select:none;user-select:none;margin-right:.5rem;-webkit-tap-highlight-color:transparent}.ios-checkbox input{display:none}.checkbox-wrapper{position:relative;width:var(--checkbox-size);height:var(--checkbox-size);border-radius:8px;transition:transform .2s ease}.checkbox-bg{position:absolute;inset:0;border-radius:8px;border:2px solid var(--checkbox-border);background:#fff;transition:all .2s ease}.checkbox-icon{position:absolute;inset:0;margin:auto;width:80%;height:80%;color:#fff;transform:scale(0);transition:all .2s ease}.check-path{stroke-dasharray:40;stroke-dashoffset:40;transition:stroke-dashoffset .3s ease .1s}.ios-checkbox input:checked+.checkbox-wrapper .checkbox-bg{background:var(--checkbox-color);border-color:var(--checkbox-color)}.ios-checkbox input:checked+.checkbox-wrapper .checkbox-icon{transform:scale(1)}.ios-checkbox input:checked+.checkbox-wrapper .check-path{stroke-dashoffset:0}.ios-checkbox:hover .checkbox-wrapper{transform:scale(1.05)}.ios-checkbox:active .checkbox-wrapper{transform:scale(.95)}.ios-checkbox input:focus+.checkbox-wrapper .checkbox-bg{box-shadow:0 0 0 4px var(--checkbox-bg)}.ios-checkbox.red{--checkbox-color: var(--main-color);--checkbox-bg: #fee2e2;--checkbox-border: #fca5a5}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.ios-checkbox input:checked+.checkbox-wrapper{animation:bounce .3s cubic-bezier(.4,0,.2,1)}.submit-button{width:100%;height:40px;border:0;background:#000;border-radius:7px;outline:none;color:#fff;cursor:pointer}@media(max-width:768px){.form-container{width:100%}}.notice-title{font-size:54px;font-weight:700}.notice-subtitle{font-size:24px;color:#666;margin-bottom:6rem}.notice-controls{display:flex;flex-direction:row;align-items:center}.notice-category-dropdown{position:relative;display:flex;align-items:center;flex:1 1 auto;min-width:0;overflow:hidden}.notice-category-toggle{display:none;align-items:center;gap:8px;padding:8px 12px;font-size:18px;cursor:pointer;-webkit-user-select:none;user-select:none}.notice-category-toggle-icon{font-size:14px;line-height:1}.notice-categories{display:flex;gap:4px;font-size:20px;font-weight:500;flex-wrap:nowrap;overflow:hidden}.notice-categories-button.active,.notice-categories-button:hover{border-bottom:3px solid #000}.notice-categories-button{all:unset;padding:8px 12px;cursor:pointer;white-space:nowrap}.notice-search{display:flex;gap:4px;margin-left:auto;align-items:center;flex-shrink:0}.notice-search input{padding:4px 8px;border:none;border-bottom:1px solid #000;background-color:#fafafa;font-size:20px;flex:1}.notice-search svg{cursor:pointer}.notice-content{border-top:1.5px solid #000;border-bottom:.5px solid #000;margin-top:24px;font-weight:500}.notice-list{padding:0;margin:0}.notice-list li{list-style-type:none;border-bottom:1px solid #000}.notice-item{text-decoration:none;display:grid;grid-template-columns:.1fr .3fr 1fr auto;padding:28px;font-size:18px;cursor:pointer;width:100%;box-sizing:border-box;color:inherit}.notice-item:hover{background-color:#f0f0f0}.notice-item-badge{align-items:center;display:flex}.notice-item-id{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:12px;font-size:14px;font-weight:700}.notice-item-pinned{display:flex;align-items:center;border-radius:12px}.notice-item-pinned svg{background-color:#c94339;color:#fff;border-radius:50%;padding:1px}.notice-item .notice-item-title{color:#000;font-weight:700;display:flex;align-items:center;justify-content:flex-start}.notice-item .notice-item-date{color:#666;font-size:14px;display:flex;align-items:center;justify-content:flex-start}.notice-pagination{display:flex;justify-content:center;margin-top:24px;gap:8px}.notice-pagination button{all:unset;padding:8px 12px;border:1.5px solid #c94339;cursor:pointer;font-size:16px;font-weight:700;border-radius:52px}.notice-pagination button.active{background-color:#c94339;color:#fff}@media(max-width:768px){.notice-item{grid-template-columns:1fr;font-size:20px;row-gap:2px;font-size:16px;padding:16px}.notice-controls{flex-wrap:wrap;gap:12px}.notice-category-dropdown{overflow:visible}.notice-category-toggle{display:inline-flex}.notice-categories{display:none;position:absolute;top:calc(100% + 8px);left:0;z-index:10;flex-direction:column;gap:6px;padding:8px;min-width:7em;background-color:#fff;border:1px solid #000;border-radius:8px;box-shadow:0 6px 16px #00000014}.notice-categories.open{display:flex;gap:3px}.notice-categories-button{padding:6px 10px}.notice-categories-button.active,.notice-categories-button:hover{color:#c94339;border:none}.notice-item-date{font-size:13px}}.notice-detail{min-height:calc(100vh - 309.38px);padding:60px 20px}.notice-detail-top{display:flex;gap:10px;margin-bottom:32px}.notice-detail-top button,.notice-detail-top a{padding:10px 20px;font-size:14px;font-weight:600;border:2px solid #c94339;background:#fff;color:#c94339;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .3s ease;text-align:center}.notice-detail-top button:hover,.notice-detail-top a:hover{background:#c94339;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #c943394d}.notice-detail-header{border-bottom:3px solid #2c3e50;padding-bottom:24px;margin-bottom:32px}.notice-detail-title{font-size:50px;font-weight:700;margin:0 0 16px;line-height:1.4}.notice-detail-meta{display:flex;gap:24px;font-size:18px;align-items:center}.notice-detail-badge{display:inline-block;background:#c94339;color:#fff;padding:4px 12px;border-radius:20px;font-size:18px;font-weight:600}.notice-detail-date{color:#34495e;font-weight:500}.notice-detail-attachments{background:#ecf0f1;padding:20px;border-radius:8px;margin:24px 0}.notice-detail-attachments h2{font-size:20px;color:#2c3e50;margin:0 0 12px;font-weight:600}.notice-detail-attachments ul{list-style:none;padding:0;margin:0}.notice-detail-attachments li{padding:8px 0}.notice-detail-attachments a{color:#b00020;text-decoration:none;font-weight:500;transition:color .3s ease}.notice-detail-attachments a:hover{text-decoration:underline}.notice-detail-content{margin:32px 0;line-height:1.8;color:#2c3e50;font-size:16px}.notice-detail-pre{white-space:pre-wrap;word-break:break-word;margin:0;background:#eee;padding:20px;border-left:4px solid #3498db;border-radius:4px;overflow-x:auto;font-size:16px;color:#2c3e50}@media(max-width:768px){.notice-detail{padding:40px 16px}.notice-detail-top{gap:10px;margin-bottom:24px}.notice-detail-top button,.notice-detail-top a{flex:1;padding:9px 16px;font-size:13px}.notice-detail-title{font-size:22px;margin-bottom:12px}.notice-detail-meta{flex-direction:column;gap:8px;align-items:flex-start;font-size:13px}.notice-detail-attachments{padding:16px;margin:20px 0}.notice-detail-attachments h2{font-size:14px;margin-bottom:10px}.notice-detail-content{margin:24px 0;font-size:15px}.notice-detail-pre{padding:16px;font-size:15px}}.products-page{position:relative;min-height:calc(100vh - 309.38px)}.products-page-wrap{position:relative;max-width:1200px;margin:0 auto}.product-page-head-iframe{border-radius:12px;margin-bottom:24px;width:100%;aspect-ratio:16 / 9}.product-page-head-img{position:relative;width:100%;height:470px;background-image:url(/images/background.png);background-size:cover;background-position:center;border-radius:12px;margin-bottom:24px}.product-page-head-content{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:24px;font-weight:700;color:#000}.product-page-head-btn{display:inline-block;margin-top:16px;padding:12px 24px;background:#fff;color:#000;border:2px solid #000;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.product-page-head-btn:hover{background:#000;color:#fff}.products-page-viewport{position:relative}.products-page-list{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.products-page-list::-webkit-scrollbar{display:none}.products-page-empty{font-size:18px;margin-top:50px}@media(max-width:1024px){.products-page-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.products-page-list{grid-template-columns:1fr}.product-page-head-img{height:400px}}.product-page-item{scroll-snap-align:start;position:relative;border-radius:22px;padding:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden;background-color:#eee}.product-page-item:before{content:"";position:absolute;inset:0;background:#000000b3;opacity:0;transition:opacity .3s ease;border-radius:22px;z-index:1;pointer-events:none}.product-page-item:hover:before{opacity:1}.product-page-item-img{height:100%;width:100%;display:flex;justify-content:center;border-radius:22px}.product-page-item-img img{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.product-page-item-img a:hover{transform:scale(1.03);border-color:#ddd;border-width:4px}.product-page-item-img a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit;background-color:#fff;border-radius:22px;box-sizing:border-box;transition:transform .3s ease}.product-page-item-content{position:absolute;inset:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;color:#fff;padding:40px 20px;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:2}.product-page-item:hover .product-page-item-content{opacity:1;pointer-events:auto}.product-page-item-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0;text-align:center;align-self:center}.product-page-item-description{line-height:1.7;color:#fff;font-size:1rem;text-align:center;margin:0;align-self:center}.product-page-item-more{font-weight:600;text-decoration:none;align-self:center;text-align:center;margin-top:12px;border:1px solid #fff;padding:6px 12px;border-radius:6px;background-color:#e6322e;color:#fff}.product-page-item-more:hover{transform:scale(1.03)}@media(max-width:768px){.product-page-item{min-height:230px}.product-page-item-img{height:230px}.product-page-item-more{padding:8px 16px}.product-page-item-img{height:230px;width:100%}.product-page-item-img img{width:100%;height:230px}}.product-detail{padding:60px 0 80px;min-height:100vh}.product-detail-back{display:inline-block;margin-bottom:18px;color:inherit;text-decoration:none;font-weight:600}.product-detail-hero{display:grid;grid-template-columns:1fr;grid-auto-flow:row;gap:28px;align-items:start}.product-detail-image{border-radius:20px;padding:18px;min-height:280px;display:flex;align-items:center;justify-content:center}.product-detail-image img{width:100%;height:auto;max-height:380px;object-fit:contain}.product-detail-content{width:50vw;display:block;margin:0 auto 12px}.product-detail-title{font-size:1.8rem;font-weight:800}.product-detail-spec-name{margin-top:3em;margin-bottom:0}.product-detail-specs{font-size:1rem}.product-detail-desc{line-height:1.8;font-size:1rem}.spec-table{width:100%;max-width:760px}.row{display:grid;grid-template-columns:180px 1fr;align-items:start;column-gap:16px;padding:10px 0;border-bottom:1px solid #ececec}.key{font-weight:600;color:#444;line-height:1.35;word-break:keep-all}.value{color:#222;line-height:1.5;word-break:break-word;white-space:pre-wrap}.section-header{grid-template-columns:1fr;padding:14px 0 8px;margin-top:10px;border-bottom:none}.section-header .key{font-size:14px;font-weight:700;color:#111;padding:8px 10px;background:#f6f7f9;border:1px solid #ececec;border-radius:10px}.row.nested{grid-template-columns:.6fr 1fr;padding:8px 0;border-bottom:1px dashed #eee}.row.nested .key{padding-left:14px;position:relative;color:#555;font-weight:600}.row.nested .key:before{content:"•";position:absolute;left:0;top:0;color:#aaa}.table>.row:last-child{border-bottom:none}@media(max-width:768px){.product-detail-content{width:100%;margin:0 0 12px}.product-detail-title,.product-detail-desc{width:100%}.key{font-size:16px}.value{font-size:14px}.row.nested .key{padding-left:0;color:#000}.row.nested .key:before{display:none}}
