
:root{
  --navy:#10253f;--blue:#0f5fa8;--blue2:#2d8bd2;--ink:#132033;--muted:#667386;--line:#dce3eb;
  --soft:#f4f7fa;--white:#fff;--beauty:#8f645d;--beauty2:#c7988f;--beauty-soft:#f7f0ed;
  --shadow:0 24px 60px rgba(15,38,66,.12);--radius:24px;--shell:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}
.shell{width:var(--shell);margin:auto}.utility-bar{background:#0a1728;color:#9eb0c4;font-size:12px;letter-spacing:.08em}.utility-inner{height:34px;display:flex;align-items:center;justify-content:space-between}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(18,37,62,.08)}
.header-inner{height:94px;display:flex;align-items:center;gap:28px}.brand-lockup{display:flex;align-items:center;margin-right:auto}.brand-lockup img{width:190px;height:72px;object-fit:contain;object-position:left center}
.desktop-nav{display:flex;gap:28px;align-items:center}.desktop-nav a{font-size:15px;font-weight:700;color:#415064;position:relative;padding:35px 0}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:23px;height:2px;background:var(--blue);transform:scaleX(0);transition:.25s}.desktop-nav a:hover,.desktop-nav a.active{color:var(--blue)}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}
.header-cta,.mobile-cta{background:var(--navy);color:#fff;padding:13px 18px;border-radius:999px;font-weight:800;font-size:14px}.menu-toggle{display:none;border:0;background:none;width:42px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:7px 0}.mobile-panel{display:none}
.kicker{font-size:12px;font-weight:900;letter-spacing:.18em;color:#93c9f7;margin:0 0 18px}.kicker.dark{color:var(--blue)}.beauty-kicker{color:var(--beauty)}.section{padding:110px 0}.section-title{max-width:780px;margin-bottom:52px}.section-title.center{text-align:center;margin-left:auto;margin-right:auto}.section-title.row-title{max-width:none;display:flex;justify-content:space-between;align-items:end}.section-title h2{font-size:44px;line-height:1.2;margin:0 0 18px;letter-spacing:-.04em}.section-title p{color:var(--muted);font-size:17px}.soft-section{background:var(--soft)}.beauty-soft-section{background:var(--beauty-soft)}.dark-section{background:#0e2036;color:#fff}.section-title.light p{color:#b9c7d8}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;border-radius:999px;font-weight:900;transition:.25s;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--blue);color:#fff}.btn.ghost{border-color:rgba(255,255,255,.55);color:#fff}.btn.beauty{background:var(--beauty);color:#fff}.btn.white{background:#fff;color:var(--navy)}.btn.full{width:100%;border:0}.text-link{display:inline-block;color:var(--blue);font-weight:900;margin-top:20px}.beauty-link{color:var(--beauty)}
.hero-premium{position:relative;height:720px;overflow:hidden;background:#091a2e}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .7s ease}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-bg{position:absolute;inset:0}.industrial-bg{background:radial-gradient(circle at 72% 45%,rgba(47,139,210,.22),transparent 32%),linear-gradient(115deg,#071521 0%,#102f50 55%,#0d5c98 100%)}.aps-bg{background:linear-gradient(110deg,#071521 0%,#0d3153 55%,#0c6da9 100%)}.bed-bg{background:linear-gradient(110deg,#352824 0%,#6d4f48 55%,#a87d73 100%)}.hero-content{height:100%;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;position:relative;z-index:2;color:#fff}.hero-copy h1{font-size:62px;line-height:1.08;letter-spacing:-.055em;margin:0 0 24px}.hero-copy>p:not(.kicker){font-size:19px;color:#d8e4ef;max-width:660px}.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.logo-stage{background:rgba(255,255,255,.96);border-radius:32px;padding:58px 42px;box-shadow:0 34px 90px rgba(0,0,0,.25);text-align:center}.logo-stage img{width:100%;max-width:420px;margin:auto}.logo-stage span{display:block;color:#657184;margin-top:18px;letter-spacing:.08em}.hero-product-card{background:#fff;border-radius:32px;padding:28px;box-shadow:0 34px 90px rgba(0,0,0,.24)}.hero-product-card img{width:100%;height:440px;object-fit:contain}.hero-product-card.bed-card img{object-fit:cover;border-radius:18px}.hero-controls{position:absolute;z-index:4;bottom:36px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:18px}.hero-controls>button{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.16);color:#fff;font-size:26px}.hero-dots{display:flex;gap:10px}.hero-dots button{width:8px;height:8px;border-radius:50%;border:0;background:rgba(255,255,255,.4);padding:0}.hero-dots button.active{width:28px;border-radius:8px;background:#fff}
.stats-band{background:#fff;box-shadow:0 12px 40px rgba(15,38,66,.08)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stats-grid article{padding:30px;border-right:1px solid var(--line);text-align:center}.stats-grid article:last-child{border:0}.stats-grid strong{display:block;font-size:29px;color:var(--navy)}.stats-grid span{font-size:13px;color:var(--muted)}
.business-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.business-card{min-height:310px;padding:34px;border-radius:24px;background:#fff;border:1px solid var(--line);transition:.3s;display:flex;flex-direction:column}.business-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:transparent}.business-card>span{font-weight:900;color:var(--blue);font-size:13px}.business-card h3{font-size:25px;margin:32px 0 14px}.business-card p{color:var(--muted);margin:0}.business-card b{margin-top:auto;color:var(--blue);font-size:14px}.business-card.beauty>span,.business-card.beauty b{color:var(--beauty)}
.product-feature{background:#fff}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split-feature.reverse .feature-image{order:2}.feature-image{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.feature-image img{width:100%;height:520px;object-fit:cover}.feature-copy h2{font-size:46px;line-height:1.2;letter-spacing:-.04em}.feature-copy>p{font-size:18px;color:var(--muted)}.clean-list{list-style:none;padding:0;margin:26px 0}.clean-list li{padding:12px 0 12px 28px;border-bottom:1px solid var(--line);position:relative}.clean-list li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--blue);position:absolute;left:0;top:21px}.beauty-tone{background:var(--beauty-soft)}.beauty-tone .clean-list li:before{background:var(--beauty)}.notice-inline{display:block;color:#8b6a63}
.gallery-preview{background:var(--soft)}.preview-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:18px}.preview-grid img{width:100%;height:380px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}
.contact-banner{background:linear-gradient(120deg,#0c2a49,#0c6da9);color:#fff;padding:80px 0}.beauty-banner{background:linear-gradient(120deg,#4d3833,#9b7067)}.contact-banner-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.contact-banner h2{font-size:42px;line-height:1.25;margin:0}
.subhero{padding:130px 0 110px;color:#fff;background:#10253f}.subhero h1{font-size:58px;line-height:1.15;margin:0 0 20px;letter-spacing:-.05em;max-width:900px}.subhero p:not(.kicker){font-size:19px;color:#c6d3e0;max-width:720px}.company-hero{background:linear-gradient(115deg,#071521,#173f69)}.machine-hero{background:linear-gradient(115deg,#071521,#274e6b)}.cases-hero{background:linear-gradient(115deg,#071521,#35556e)}.contact-hero{background:linear-gradient(115deg,#071521,#0d5f91)}
.company-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.company-intro h2{font-size:48px;line-height:1.2}.company-intro p{color:var(--muted);font-size:18px}.value-chips{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.value-chips span{background:var(--soft);padding:12px 18px;border-radius:999px;font-weight:800}.company-logo-panel{background:#fff;border-radius:28px;box-shadow:var(--shadow);padding:60px;text-align:center;border:1px solid var(--line)}.company-logo-panel img{width:100%;max-width:430px;margin:auto}.company-logo-panel p{font-size:13px;letter-spacing:.12em;margin-top:20px}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.profile-grid article{background:#fff;border:1px solid var(--line);padding:26px;border-radius:18px}.profile-grid span{display:block;color:var(--muted);font-size:13px}.profile-grid b{font-size:18px}.timeline-modern{border-top:1px solid var(--line)}.timeline-modern article{display:grid;grid-template-columns:170px 1fr;gap:40px;padding:30px 0;border-bottom:1px solid var(--line)}.timeline-modern strong{font-size:25px;color:var(--blue)}.timeline-modern h3{margin:0 0 8px}.timeline-modern p{margin:0;color:var(--muted)}.quality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.quality-grid article{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:34px}.quality-grid b{font-size:24px}.quality-grid p{color:#b9c7d8}
.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cap-card{padding:34px;border:1px solid var(--line);border-radius:22px;min-height:280px}.cap-card span{color:var(--blue);font-weight:900}.cap-card h3{font-size:24px;margin:38px 0 12px}.cap-card p{color:var(--muted)}.equipment-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.equipment-copy h2{font-size:50px}.equipment-numbers{display:flex;gap:16px;margin-top:34px}.equipment-numbers div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 34px}.equipment-numbers strong{display:block;font-size:42px;color:var(--blue)}.equipment-numbers span{color:var(--muted)}.equipment-panel{background:#0e2036;color:#fff;border-radius:28px;padding:50px;position:relative;overflow:hidden}.equipment-panel h3{font-size:29px}.equipment-panel .clean-list li{border-color:rgba(255,255,255,.14)}.metal-lines{position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 42%,rgba(255,255,255,.05) 42% 43%,transparent 43% 62%,rgba(255,255,255,.05) 62% 63%,transparent 63%);pointer-events:none}.process-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-row article{padding:28px 18px;border-top:3px solid var(--blue)}.process-row span{font-weight:900;color:var(--blue)}.process-row h3{font-size:21px}.process-row p{color:var(--muted)}
.product-hero{padding:110px 0;color:#fff}.aps-product-hero{background:linear-gradient(115deg,#06131f,#0c426d)}.bed-product-hero{background:linear-gradient(115deg,#3c2d29,#8a625a)}.product-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.product-hero h1{font-size:56px;line-height:1.15;letter-spacing:-.05em;margin:0 0 22px}.product-hero p:not(.kicker):not(.shipping){font-size:19px;color:#d5e2ee}.price-line{display:flex;align-items:end;gap:12px;margin-top:30px}.price-line strong{font-size:38px}.price-line span{padding-bottom:8px;color:#c7d4e0}.shipping{font-size:13px;color:#f0d9d3}.product-stage{background:#fff;border-radius:30px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.25)}.product-stage img{width:100%;height:480px;object-fit:contain}.bed-stage img{height:590px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit-grid article{padding:32px;border:1px solid var(--line);border-radius:22px}.benefit-grid span{font-weight:900;color:var(--blue)}.benefit-grid h3{font-size:22px;margin:30px 0 10px}.benefit-grid p{color:var(--muted)}.beauty-benefits{grid-template-columns:repeat(3,1fr)}.beauty-benefits span{color:var(--beauty)}.spec-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px}.spec-layout h2{font-size:46px}.spec-modern{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.spec-modern div{padding:22px;border-bottom:1px solid var(--line)}.spec-modern div:nth-child(odd){border-right:1px solid var(--line)}.spec-modern span{display:block;color:var(--muted);font-size:13px}.spec-modern b{font-size:17px}.dark-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dark-gallery img{height:290px;width:100%;object-fit:cover;border-radius:18px}
.premium-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.premium-photo{margin:0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 14px 36px rgba(78,52,46,.10)}.premium-photo img{width:100%;height:310px;object-fit:cover}.premium-photo figcaption{padding:14px 16px;color:#765f59;font-size:14px}.video-section{background:#fff}.video-grid-premium{display:grid;grid-template-columns:1fr 1fr;gap:24px}.video-grid-premium article{background:#0d1621;border-radius:22px;overflow:hidden;color:#fff}.video-grid-premium video{width:100%;height:430px;background:#000}.video-grid-premium p{padding:18px;margin:0}
.case-block{padding:100px 0}.case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.case-grid img{width:100%;height:330px;object-fit:cover;border-radius:20px;box-shadow:var(--shadow)}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.contact-info h2{font-size:46px}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}.contact-cards article{padding:22px;border:1px solid var(--line);border-radius:18px}.contact-cards span{display:block;font-size:13px;color:var(--muted)}.contact-cards a,.contact-cards b{font-size:18px}.form-note{font-size:13px;color:var(--muted);margin-top:20px}.premium-form{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:36px}.premium-form label{display:block;font-size:14px;font-weight:800;margin-bottom:18px}.premium-form input,.premium-form select,.premium-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px 15px;margin-top:8px;background:#fbfcfd}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.price-guide{display:grid;grid-template-columns:1fr 1fr;gap:20px}.price-guide article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px}.price-guide h3{margin:0 0 10px}.price-guide strong{display:block;font-size:34px;color:var(--blue)}.price-guide span{color:var(--muted)}.beauty-price-card strong{color:var(--beauty)}
.site-footer{background:#081523;color:#c1cedb}.footer-main{padding:70px 0 50px;display:grid;grid-template-columns:1.5fr .8fr 1fr 1fr;gap:40px}.footer-main h4{color:#fff;margin:0 0 16px}.footer-main p,.footer-main a{display:block;color:#a9b8c7;font-size:14px;margin:7px 0}.footer-brand img{width:230px;background:#fff;padding:10px;border-radius:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0 28px;display:flex;justify-content:space-between;font-size:12px;color:#8092a5}.quick-actions{position:fixed;right:22px;bottom:22px;z-index:60;display:flex;flex-direction:column;gap:8px}.quick-actions a{width:52px;height:52px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.2)}.quick-actions a:nth-child(2){background:var(--blue)}.quick-actions a:nth-child(3){background:var(--beauty)}
.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}.reveal.show{opacity:1;transform:none}.delay{transition-delay:.14s}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:100;padding:40px}.lightbox.is-open{display:flex}.lightbox img{max-height:90vh;max-width:92vw;object-fit:contain}.lightbox-close{position:absolute;right:25px;top:16px;border:0;background:none;color:#fff;font-size:44px}
@media(max-width:1050px){
.desktop-nav{gap:15px}.desktop-nav a{font-size:13px}.brand-lockup img{width:150px}.business-grid,.cap-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.hero-copy h1{font-size:52px}.hero-content{gap:35px}.premium-gallery{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
.utility-bar{display:none}.header-inner{height:82px}.brand-lockup img{width:165px;height:60px}.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.mobile-panel{position:absolute;left:0;right:0;top:82px;background:#fff;border-top:1px solid var(--line);padding:18px 20px 24px;box-shadow:0 20px 35px rgba(0,0,0,.12)}.mobile-panel.open{display:block}.mobile-panel nav{display:grid}.mobile-panel a{padding:13px 4px;font-weight:800;border-bottom:1px solid var(--line)}.mobile-panel .mobile-cta{display:block;text-align:center;margin-top:14px;color:#fff;border:0}.hero-premium{height:790px}.hero-content,.product-hero-grid,.split-feature,.company-intro,.equipment-layout,.spec-layout,.contact-layout{grid-template-columns:1fr}.hero-content{padding-top:50px;align-content:center}.hero-copy h1,.product-hero h1,.subhero h1{font-size:44px}.hero-visual{display:none}.hero-product-card{display:none}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid article:nth-child(2){border-right:0}.business-grid,.benefit-grid,.beauty-benefits,.profile-grid,.quality-grid,.process-row{grid-template-columns:1fr 1fr}.split-feature.reverse .feature-image{order:0}.feature-image img{height:420px}.preview-grid{grid-template-columns:1fr 1fr}.preview-grid img:first-child{grid-column:1/-1}.footer-main{grid-template-columns:1fr 1fr}.contact-banner-inner{align-items:flex-start}.section{padding:82px 0}.section-title h2,.feature-copy h2{font-size:38px}.premium-gallery,.case-grid{grid-template-columns:repeat(2,1fr)}.video-grid-premium{grid-template-columns:1fr}.dark-gallery{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
:root{--shell:min(100% - 26px,1180px)}.hero-premium{height:700px}.hero-copy h1,.product-hero h1,.subhero h1{font-size:36px}.hero-copy>p:not(.kicker),.product-hero p:not(.kicker):not(.shipping){font-size:16px}.hero-controls{bottom:22px}.stats-grid,.business-grid,.cap-grid,.benefit-grid,.beauty-benefits,.profile-grid,.quality-grid,.process-row,.premium-gallery,.case-grid,.dark-gallery,.footer-main,.form-row,.contact-cards,.price-guide{grid-template-columns:1fr}.stats-grid article{border-right:0;border-bottom:1px solid var(--line)}.stats-grid article:last-child{border-bottom:0}.section{padding:66px 0}.section-title h2,.feature-copy h2,.contact-banner h2,.company-intro h2,.contact-info h2{font-size:32px}.section-title.row-title{display:block}.feature-image img{height:330px}.preview-grid{grid-template-columns:1fr}.preview-grid img:first-child{grid-column:auto}.preview-grid img{height:300px}.contact-banner-inner{display:block}.contact-banner .btn{margin-top:24px}.footer-bottom{display:block}.footer-bottom span{display:block;margin:6px 0}.timeline-modern article{grid-template-columns:1fr;gap:6px}.product-stage img,.bed-stage img{height:auto}.premium-photo img{height:270px}.quick-actions{right:12px;bottom:12px}.quick-actions a{width:46px;height:46px}.video-grid-premium video{height:280px}
}

/* 생산현장 반영 */
.factory-photo-bg{
  background:
    linear-gradient(90deg,rgba(5,20,35,.94) 0%,rgba(9,32,56,.78) 45%,rgba(9,32,56,.30) 100%),
    url('assets/factory-floor.jpg') center/cover no-repeat;
}
.factory-section{background:#fff}
.factory-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.factory-image{border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.factory-image img{width:100%;height:520px;object-fit:cover}
.factory-copy h2{font-size:46px;line-height:1.2;letter-spacing:-.04em}
.factory-copy p{font-size:18px;color:var(--muted)}
@media(max-width:820px){
  .factory-layout{grid-template-columns:1fr}
  .factory-image img{height:420px}
}
@media(max-width:560px){
  .factory-image img{height:300px}
  .factory-copy h2{font-size:32px}
}

/* 산업 분야 및 고객사 강화 */
.industry-section{background:linear-gradient(180deg,#f8fafc,#eef3f8)}
.industry-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.industry-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:32px;
  min-height:270px;
  box-shadow:0 12px 30px rgba(15,38,66,.06);
  transition:.3s;
}
.industry-card:hover{
  transform:translateY(-7px);
  box-shadow:var(--shadow);
}
.industry-icon{
  width:58px;
  height:58px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--navy),var(--blue));
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.industry-card h3{
  font-size:23px;
  margin:28px 0 12px;
}
.industry-card p{
  color:var(--muted);
  margin:0;
}
@media(max-width:1050px){
  .industry-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .industry-grid{grid-template-columns:1fr}
}

/* APS-100 설치사례 강화 */
.aps-install-section{background:linear-gradient(135deg,#0a1a2c,#123d63)}
.aps-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.aps-case-card{margin:0;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.22)}
.aps-case-card img{width:100%;height:520px;object-fit:cover;cursor:zoom-in}
.aps-case-card figcaption{padding:20px 22px;color:#22344a;background:#fff}
.aps-case-card figcaption strong{display:block;font-size:18px;margin-bottom:5px}
.aps-case-card figcaption span{display:block;color:#68778a;font-size:14px}
.aps-case-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}
.aps-case-benefits article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);padding:24px;border-radius:18px}
.aps-case-benefits span{color:#72b8ef;font-weight:900}
.aps-case-benefits h3{color:#fff;margin:16px 0 8px}
.aps-case-benefits p{color:#b9c7d8;font-size:14px}
.aps-case-grid.light .aps-case-card{box-shadow:var(--shadow)}
.aps-home-cases{background:#f4f7fa}
.aps-home-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.aps-home-grid img{width:100%;height:430px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow);cursor:zoom-in}
@media(max-width:820px){
  .aps-case-benefits{grid-template-columns:repeat(2,1fr)}
  .aps-case-card img{height:420px}
}
@media(max-width:560px){
  .aps-case-grid,.aps-home-grid{grid-template-columns:1fr}
  .aps-case-benefits{grid-template-columns:1fr}
  .aps-case-card img,.aps-home-grid img{height:320px}
}

/* 생산설비 스펙 */
.equipment-spec-section{background:#fff}
.factory-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.factory-spec-card{
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.factory-spec-head{
  padding:34px 34px 28px;
  background:linear-gradient(135deg,#10253f,#0f5fa8);
  color:#fff;
}
.factory-spec-head.secondary{
  background:linear-gradient(135deg,#24384e,#526d86);
}
.factory-spec-head span{
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  color:#a9d8fb;
}
.factory-spec-head h3{
  font-size:29px;
  margin:12px 0 8px;
  letter-spacing:-.03em;
}
.factory-spec-head p{
  margin:0;
  color:#d9e7f2;
  font-size:15px;
}
.spec-table-wrap{padding:24px 24px 8px;overflow-x:auto}
.equipment-table{
  width:100%;
  border-collapse:collapse;
  min-width:560px;
}
.equipment-table th,
.equipment-table td{
  border-bottom:1px solid var(--line);
  padding:17px 14px;
  text-align:left;
  vertical-align:middle;
}
.equipment-table th{
  background:#f4f7fa;
  color:#314359;
  font-size:14px;
}
.equipment-table td{
  font-size:15px;
}
.equipment-table td:last-child,
.equipment-table th:last-child{
  text-align:center;
  width:88px;
  font-weight:800;
}
.factory-summary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  margin-top:18px;
}
.factory-summary div{
  background:#f7fafc;
  padding:22px 14px;
  text-align:center;
}
.factory-summary strong{
  display:block;
  font-size:27px;
  color:var(--blue);
}
.factory-summary span{
  display:block;
  font-size:13px;
  color:var(--muted);
}
.secondary-summary strong{color:#526d86}
@media(max-width:980px){
  .factory-spec-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .factory-spec-head{padding:26px 22px}
  .factory-spec-head h3{font-size:24px}
  .spec-table-wrap{padding:14px 12px 4px}
  .factory-summary{grid-template-columns:1fr}
}

/* APS-100 첨부 디자인 자료 적용 */
.aps-visual-section{background:#f4f7fa}
.aps-visual-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.aps-visual-card{
  min-height:430px;
  border-radius:24px;
  background-size:cover;
  background-position:center;
  overflow:hidden;
  position:relative;
  box-shadow:var(--shadow);
}
.aps-visual-overlay{
  position:absolute;
  inset:0;
  padding:36px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  background:linear-gradient(180deg,rgba(5,16,33,.05),rgba(5,16,33,.92));
}
.aps-visual-overlay span{
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.35);
  font-weight:900;
  margin-bottom:22px;
}
.aps-visual-overlay h3{
  font-size:27px;
  margin:0 0 12px;
}
.aps-visual-overlay p{
  margin:0;
  color:#c8d7e6;
}
.aps-design-strip{background:#fff}
.aps-strip-card{
  position:relative;
  min-height:380px;
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.aps-strip-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
}
.aps-strip-content{
  position:relative;
  z-index:2;
  min-height:380px;
  padding:56px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:#fff;
  max-width:760px;
  background:linear-gradient(90deg,rgba(5,16,33,.96),rgba(5,16,33,.78),rgba(5,16,33,.2));
}
.aps-strip-content h2{
  font-size:42px;
  line-height:1.2;
  margin:0 0 18px;
}
.aps-strip-content p:not(.kicker){
  color:#c7d6e4;
  font-size:17px;
}
.aps-strip-content .btn{align-self:flex-start;margin-top:18px}
@media(max-width:900px){
  .aps-visual-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .aps-visual-card{min-height:360px}
  .aps-strip-content{padding:34px 24px;min-height:360px}
  .aps-strip-content h2{font-size:31px}
}

/* APS-100 솔루션형 도입효과 업그레이드 */
.aps-effects-section{background:#fff}
.effect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.effect-card{border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff;min-height:250px;box-shadow:0 12px 32px rgba(15,38,66,.06)}
.effect-card span{font-size:12px;font-weight:900;color:var(--blue);letter-spacing:.12em}
.effect-card h3{font-size:23px;margin:30px 0 12px}
.effect-card p{margin:0;color:var(--muted)}
.before-after-section{background:linear-gradient(180deg,#f3f7fb,#eaf1f7)}
.before-after-grid{display:grid;grid-template-columns:1fr 130px 1fr;align-items:stretch;gap:22px}
.compare-panel{border-radius:26px;padding:34px;background:#fff;box-shadow:var(--shadow)}
.compare-panel.before{border-top:5px solid #8796a8}
.compare-panel.after{border-top:5px solid var(--blue)}
.compare-title span{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--muted)}
.compare-panel.after .compare-title span{color:var(--blue)}
.compare-title h3{font-size:28px;margin:8px 0 24px}
.compare-panel ul{list-style:none;padding:0;margin:0}
.compare-panel li{padding:13px 0 13px 28px;border-bottom:1px solid var(--line);position:relative}
.compare-panel li:before{content:"";position:absolute;left:0;top:20px;width:9px;height:9px;border-radius:50%;background:#8c99a8}
.compare-panel.after li:before{background:var(--blue)}
.compare-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--blue)}
.compare-arrow b{font-size:15px}
.compare-arrow span{font-size:55px;line-height:1}
.aps-industry-section{background:#fff}
.aps-industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.aps-industry-grid article{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;transition:.3s}
.aps-industry-grid article:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.aps-industry-grid span{display:flex;width:54px;height:54px;border-radius:16px;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;font-weight:900;font-size:12px}
.aps-industry-grid h3{font-size:22px;margin:25px 0 10px}
.aps-industry-grid p{color:var(--muted);margin:0}
.aps-value-section{background:linear-gradient(135deg,#081a2f,#0e5b91);color:#fff}
.aps-value-section .section-title h2{color:#fff}
.value-circle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.value-circle-grid article{text-align:center;padding:30px 18px}
.value-circle-grid article>div{width:96px;height:96px;margin:0 auto 22px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);font-weight:900;letter-spacing:.08em}
.value-circle-grid h3{font-size:21px;margin:0 0 8px}
.value-circle-grid p{margin:0;color:#bed0df}
.home-effects-section{background:#fff}
.home-effect-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.home-effect-grid article{border-radius:20px;padding:28px;border:1px solid var(--line);background:#fff;box-shadow:0 10px 26px rgba(15,38,66,.05)}
.home-effect-grid span{color:var(--blue);font-weight:900;font-size:12px}
.home-effect-grid h3{font-size:21px;margin:24px 0 10px}
.home-effect-grid p{color:var(--muted);margin:0}
.center-action{text-align:center;margin-top:34px}
@media(max-width:980px){
  .effect-grid,.aps-industry-grid{grid-template-columns:repeat(2,1fr)}
  .value-circle-grid,.home-effect-grid{grid-template-columns:repeat(2,1fr)}
  .before-after-grid{grid-template-columns:1fr}
  .compare-arrow{transform:rotate(90deg);padding:10px}
}
@media(max-width:560px){
  .effect-grid,.aps-industry-grid,.value-circle-grid,.home-effect-grid{grid-template-columns:1fr}
  .compare-panel{padding:26px 22px}
  .compare-title h3{font-size:24px}
}

/* 회사 핵심가치 강조 */
.core-values{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}
.core-value{position:relative;min-height:310px;padding:30px;border-radius:24px;color:#fff;overflow:hidden;background:linear-gradient(145deg,#0d2744,#0f5fa8);box-shadow:0 18px 45px rgba(15,38,66,.16);transition:.3s}
.core-value:nth-child(2){background:linear-gradient(145deg,#12304e,#1978b9)}.core-value:nth-child(3){background:linear-gradient(145deg,#18334a,#326a91)}.core-value:nth-child(4){background:linear-gradient(145deg,#16334e,#377da5)}
.core-value:hover{transform:translateY(-8px);box-shadow:0 28px 60px rgba(15,38,66,.24)}
.core-value>span{position:absolute;right:22px;top:16px;font-size:52px;font-weight:900;color:rgba(255,255,255,.08)}
.core-value-icon{display:inline-flex;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.28);font-size:11px;font-weight:900;letter-spacing:.1em;color:#bfe3ff}
.core-value h3{font-size:34px;margin:34px 0 4px}.core-value strong{display:block;font-size:16px;margin-bottom:16px;color:#d8edfc}.core-value p{font-size:14px!important;color:#bfd1e2!important;margin:0!important}

/* ROI 계산기 */
.roi-section{background:linear-gradient(180deg,#07192e,#0b3356);color:#fff}
.roi-section .section-title h2{color:#fff}.roi-section .section-title>p:not(.kicker){color:#b9cada}
.roi-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px;align-items:stretch}
.roi-input-card,.roi-result-card{border-radius:26px;padding:34px}.roi-input-card{background:#fff;color:var(--ink)}
.roi-input-card h3,.roi-result-card h3{font-size:27px;margin:0 0 24px}.roi-input-card label{display:block;font-size:14px;font-weight:800;margin-bottom:16px;color:#33445a}
.roi-input-card label small{font-weight:500;color:var(--muted)}
.input-unit{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-top:7px;background:#fbfcfd}
.input-unit input{width:100%;border:0;outline:0;padding:13px 14px;background:transparent;font-size:16px}.input-unit span{padding:0 14px;color:var(--muted);white-space:nowrap}
.roi-result-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}.roi-result-card .kicker{margin-bottom:10px}
.roi-results{display:grid;grid-template-columns:1fr 1fr;gap:12px}.roi-results article{padding:20px;border-radius:16px;background:rgba(255,255,255,.08)}
.roi-results span{display:block;color:#a9bdd0;font-size:13px;margin-bottom:8px}.roi-results strong{font-size:23px;color:#fff}
.roi-results .payback{grid-column:1/-1;background:linear-gradient(90deg,rgba(15,95,168,.55),rgba(45,139,210,.28))}
.roi-formula{margin:22px 0 16px;padding:20px;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}
.roi-formula b{display:block;margin-bottom:8px}.roi-formula p{margin:4px 0;color:#adc1d3;font-size:13px}.roi-result-card>small{display:block;color:#91a7bb;line-height:1.65}
.effect-grid.five{grid-template-columns:repeat(5,1fr)}
@media(max-width:1100px){.core-values{grid-template-columns:repeat(2,1fr)}.effect-grid.five{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.roi-layout{grid-template-columns:1fr}.effect-grid.five{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.core-values,.roi-results,.effect-grid.five{grid-template-columns:1fr}.roi-results .payback{grid-column:auto}.core-value{min-height:auto}}

/* 견적·제품 문의: 전화/문자 전용 */
.phone-inquiry-panel h3{font-size:32px;margin:0 0 12px}
.phone-inquiry-panel>p:not(.kicker){color:var(--muted);margin-bottom:26px}
.phone-big-link{display:block;font-size:42px;font-weight:900;color:var(--blue);letter-spacing:-.03em;margin:10px 0 24px}
.phone-action-row{display:flex;gap:12px;flex-wrap:wrap}
.ghost-dark{border:1px solid var(--navy);color:var(--navy);background:#fff}
.phone-help{margin-top:28px;padding:22px;background:var(--soft);border-radius:18px}
.phone-help b{display:block;margin-bottom:10px}
.phone-help p{margin:6px 0;color:var(--muted);font-size:14px}
@media(max-width:560px){
  .phone-big-link{font-size:32px}
  .phone-action-row .btn{width:100%}
}

/* ROI 자동 투자금액 표시 */
.roi-auto-investment{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:4px 16px;
  padding:18px 20px;
  border-radius:15px;
  background:#f4f7fa;
  border:1px solid var(--line);
  margin-bottom:14px;
}
.roi-auto-investment span{font-size:14px;font-weight:800;color:#33445a}
.roi-auto-investment strong{font-size:23px;color:var(--blue)}
.roi-auto-investment small{grid-column:1/-1;color:var(--muted);font-size:12px}
.roi-auto-investment.total{background:#eaf4fc;border-color:#bfdcf1}
.roi-auto-investment.total strong{font-size:27px}

/* 모션베드 PLUS 메인 제목 2줄 고정 */
.motion-title-line{display:block;white-space:nowrap}
@media(max-width:700px){
  .motion-title-line{white-space:normal}
}

/* 견적·제품 문의 이메일 표시 */
.contact-email{
  margin:12px 0 0;
  font-size:18px;
  color:#18324d;
  line-height:1.5;
}
.contact-email a{
  color:#0b67b2;
  text-decoration:none;
  font-weight:700;
}
.contact-email a:hover{text-decoration:underline}

/* Actual manufacturing floor gallery */
.field-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}
.field-photo-card{background:#fff;border:1px solid #dfe7ef;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.field-photo-card img{display:block;width:100%;height:285px;object-fit:cover}
.field-photo-card>div{padding:24px 24px 26px}
.field-photo-card span{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;color:#0c78bd;margin-bottom:9px}
.field-photo-card h3{margin:0 0 10px;font-size:24px;color:#092746;letter-spacing:-.03em}
.field-photo-card p{margin:0;color:var(--muted);line-height:1.75}
.field-numbers{max-width:760px;margin:34px auto 0}
@media(max-width:980px){.field-photo-grid{grid-template-columns:1fr}.field-photo-card img{height:380px}}
@media(max-width:620px){.field-photo-card img{height:240px}.field-photo-card>div{padding:20px}.field-photo-card h3{font-size:21px}}

/* 2026-08-12 생산설비 화면 - 첨부 이미지 기준 업그레이드 */
.production-showcase{
  background:#fff;
  padding:38px 0 54px;
  border-bottom:1px solid #edf2f6;
}
.production-shell{max-width:1480px}
.production-heading{text-align:center;margin:4px auto 28px}
.production-kicker{
  margin:0 0 8px;
  color:#0872d1;
  font-size:16px;
  font-weight:900;
  letter-spacing:.04em;
}
.production-heading h1{
  margin:0;
  color:#101722;
  font-size:48px;
  line-height:1.15;
  letter-spacing:-.055em;
  font-weight:900;
}
.production-heading>p:last-child{
  margin:14px 0 0;
  color:#657181;
  font-size:17px;
}
.production-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.production-card{
  border:1px solid #dfe6ee;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 4px 14px rgba(20,45,75,.03);
}
.production-photo{
  height:350px;
  overflow:hidden;
  background:#e9eef3;
}
.production-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}
.production-card-body{padding:22px 24px 24px}
.production-card-title{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:14px;
}
.production-card-title h2{
  margin:0;
  color:#07519c;
  font-size:24px;
  letter-spacing:-.035em;
}
.production-badge{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:5px 15px;
  border-radius:999px;
  background:#f1f5f9;
  color:#31577f;
  font-size:13px;
  font-weight:800;
}
.production-card-body p{
  margin:0;
  color:#414a55;
  line-height:1.75;
  font-size:15px;
}
.production-statbar{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid #dfe6ee;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  min-height:120px;
}
.production-statbar article{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:17px;
  padding:20px 16px;
  position:relative;
}
.production-statbar article:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:25%;
  height:50%;
  width:1px;
  background:#e2e8ef;
}
.stat-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0c4d8f;
  font-size:28px;
  line-height:1;
}
.production-statbar strong{
  display:block;
  color:#0d2747;
  font-size:23px;
  line-height:1.1;
  font-weight:900;
  white-space:nowrap;
}
.production-statbar span{
  display:block;
  margin-top:8px;
  color:#65798e;
  font-size:12px;
}
@media(max-width:1050px){
  .production-card-grid{grid-template-columns:1fr}
  .production-photo{height:410px}
  .production-statbar{grid-template-columns:repeat(2,1fr)}
  .production-statbar article::after{display:none}
}
@media(max-width:620px){
  .production-showcase{padding:26px 0 38px}
  .production-heading h1{font-size:36px}
  .production-heading>p:last-child{font-size:14px}
  .production-photo{height:250px}
  .production-card-body{padding:20px}
  .production-card-title h2{font-size:21px}
  .production-statbar{grid-template-columns:1fr}
  .production-statbar article{justify-content:flex-start;padding-left:32px}
}

/* 수입검사 및 출하검사 - 첨부 화면 이미지 기준 */
.production-card:nth-child(3) .production-photo img{
  object-fit:cover;
  object-position:center center;
}

/* 수입검사 및 출하검사 최종 사진 교체 */
.production-card:nth-child(3) .production-photo img{
  object-fit:cover;
  object-position:center center;
}

/* 생산설비 레퍼런스 화면 기준 최종 업그레이드 */
.production-showcase.refined{
  padding:34px 0 46px;
  background:#fff;
}
.production-showcase.refined .production-shell{
  max-width:1540px;
}
.production-showcase.refined .production-heading{
  margin-bottom:28px;
}
.production-showcase.refined .production-kicker{
  font-size:18px;
  color:#076fd0;
}
.production-showcase.refined .production-heading h1{
  font-size:50px;
  letter-spacing:-.06em;
}
.production-showcase.refined .production-heading>p:last-child{
  font-size:16px;
  color:#606b78;
}
.production-showcase.refined .production-card-grid{
  gap:12px;
}
.production-showcase.refined .production-card{
  border-radius:14px;
  border-color:#dfe7ef;
  box-shadow:none;
}
.production-showcase.refined .production-photo{
  height:365px;
}
.production-showcase.refined .production-card-body{
  padding:24px 24px 28px;
  min-height:178px;
}
.production-showcase.refined .production-card-title{
  margin-bottom:16px;
}
.production-showcase.refined .production-card-title h2{
  font-size:25px;
  color:#0754a6;
}
.production-showcase.refined .production-badge{
  background:#eef4fa;
  color:#2a527c;
  padding:6px 16px;
}
.production-showcase.refined .production-card-body p{
  font-size:15px;
  line-height:1.9;
  color:#414a55;
}
.production-statbar.refined{
  margin-top:24px;
  min-height:128px;
}
.production-statbar.refined article{
  gap:16px;
}
.production-statbar.refined strong{
  font-size:24px;
}
.production-statbar.refined span{
  font-size:12px;
}
@media(max-width:1050px){
  .production-showcase.refined .production-photo{height:390px}
  .production-showcase.refined .production-card-body{min-height:auto}
}
@media(max-width:620px){
  .production-showcase.refined .production-heading h1{font-size:36px}
  .production-showcase.refined .production-kicker{font-size:15px}
  .production-showcase.refined .production-photo{height:250px}
}

/* 수입검사 및 출하검사 - 작업자가 보이도록 최종 조정 */
.production-showcase.refined .production-card:nth-child(3) .production-photo img{
  object-fit:cover;
  object-position:72% center;
}

/* 홈 생산현장 3종 이미지 슬라이더 */
.factory-site-slider{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  background:#eef3f7;
  box-shadow:0 18px 50px rgba(14,38,65,.13);
}
.factory-site-stage{
  position:relative;
  width:100%;
  aspect-ratio:1.20/1;
  overflow:hidden;
}
.factory-site-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  transform:scale(1.018);
  transition:opacity .55s ease,transform .75s ease;
  pointer-events:none;
}
.factory-site-slide.active{
  opacity:1;
  transform:scale(1);
  pointer-events:auto;
}
.factory-site-slide img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
.factory-site-slide:nth-child(3) img{
  object-position:72% center;
}
.factory-site-slide::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:40%;
  background:linear-gradient(180deg,transparent,rgba(5,20,38,.76));
}
.factory-site-slide figcaption{
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:22px;
  color:#fff;
}
.factory-site-slide figcaption b{
  display:block;
  font-size:25px;
  letter-spacing:-.035em;
}
.factory-site-slide figcaption span{
  display:block;
  margin-top:5px;
  color:#dce9f5;
  font-size:13px;
}
.factory-site-controls{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  padding:12px;
  background:#fff;
}
.factory-site-controls button{
  border:1px solid #dce5ee;
  border-radius:12px;
  padding:11px 8px;
  background:#f7f9fb;
  color:#405166;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  transition:.25s;
}
.factory-site-controls button:hover{
  border-color:#9bc9eb;
  color:#0969b7;
}
.factory-site-controls button.active{
  color:#fff;
  background:linear-gradient(135deg,#0b4f8c,#0878c8);
  border-color:transparent;
  box-shadow:0 7px 18px rgba(8,104,177,.22);
}
@media(max-width:700px){
  .factory-site-stage{aspect-ratio:1.05/1}
  .factory-site-slide figcaption{left:18px;bottom:18px}
  .factory-site-slide figcaption b{font-size:21px}
  .factory-site-controls{gap:6px;padding:9px}
  .factory-site-controls button{font-size:11px;padding:10px 5px}
}

/* 상단 회사 로고 대형 강조 */
.site-header .header-row{
  min-height:108px;
}
.brand-lockup{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  padding:8px 0;
  margin-right:42px;
}
.brand-lockup .header-logo-emphasis,
.brand-lockup img[src="assets/logo.jpg"]{
  width:132px !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 4px 10px rgba(8,87,153,.10));
  transition:transform .25s ease, filter .25s ease;
}
.brand-lockup:hover .header-logo-emphasis,
.brand-lockup:hover img[src="assets/logo.jpg"]{
  transform:scale(1.035);
  filter:drop-shadow(0 7px 16px rgba(8,87,153,.18));
}
.site-nav{margin-left:auto}
@media(max-width:1100px){
  .site-header .header-row{min-height:94px}
  .brand-lockup{margin-right:22px}
  .brand-lockup .header-logo-emphasis,
  .brand-lockup img[src="assets/logo.jpg"]{width:112px !important}
}
@media(max-width:760px){
  .site-header .header-row{min-height:82px}
  .brand-lockup{margin-right:12px;padding:5px 0}
  .brand-lockup .header-logo-emphasis,
  .brand-lockup img[src="assets/logo.jpg"]{width:92px !important}
}

/* 2026-08-12 헤더 상단 고정 + 로고 20% 축소 */
.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:9999 !important;
  width:100%;
  background:#fff;
  box-shadow:0 2px 14px rgba(10,35,60,.06);
}
.site-header .header-row{
  min-height:96px !important;
}

/* 기존 132px 대비 약 20% 축소 → 106px */
.brand-lockup .header-logo-emphasis,
.brand-lockup img[src="assets/logo.jpg"]{
  width:106px !important;
  height:auto !important;
  max-height:none !important;
}

/* 태블릿/모바일도 기존 확대본 대비 약 20% 축소 */
@media(max-width:1100px){
  .site-header .header-row{min-height:86px !important}
  .brand-lockup .header-logo-emphasis,
  .brand-lockup img[src="assets/logo.jpg"]{
    width:90px !important;
  }
}
@media(max-width:760px){
  .site-header .header-row{min-height:76px !important}
  .brand-lockup .header-logo-emphasis,
  .brand-lockup img[src="assets/logo.jpg"]{
    width:74px !important;
  }
}

/* 2026-08-12 로고 추가 25% 축소 - 상단 고정 유지 */
.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:9999 !important;
}
.site-header .header-row{
  min-height:82px !important;
}
.brand-lockup{
  padding:4px 0 !important;
  margin-right:28px !important;
}
.brand-lockup .header-logo-emphasis,
.brand-lockup img[src="assets/logo.jpg"]{
  width:80px !important;
  height:auto !important;
  max-height:none !important;
}
@media(max-width:1100px){
  .site-header .header-row{min-height:76px !important}
  .brand-lockup .header-logo-emphasis,
  .brand-lockup img[src="assets/logo.jpg"]{
    width:68px !important;
  }
}
@media(max-width:760px){
  .site-header .header-row{min-height:68px !important}
  .brand-lockup .header-logo-emphasis,
  .brand-lockup img[src="assets/logo.jpg"]{
    width:56px !important;
  }
}

/* APS-100 현장 개선 01 자동 오일 보충 시각자료 */
.aps-improvement-visual{
  margin-top:18px;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid #dfe7ef;
  box-shadow:0 10px 28px rgba(12,45,80,.08);
}
.aps-improvement-visual img{
  width:100%;
  height:auto;
  display:block;
}
@media(max-width:760px){
  .aps-improvement-visual{
    margin-top:14px;
    border-radius:14px;
  }
}

/* APS-100 현장 개선 - 설비 관리 효율 이미지 */
.aps-management-visual{
  margin-top:18px;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid #dfe7ef;
  box-shadow:0 10px 28px rgba(12,45,80,.08);
}
.aps-management-visual img{
  width:100%;
  height:auto;
  display:block;
}
@media(max-width:760px){
  .aps-management-visual{
    margin-top:14px;
    border-radius:14px;
  }
}

/* APS-100 현장 개선 - 예방보전 체계 보완 이미지 */
.aps-preventive-visual{
  margin-top:18px;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid #dfe7ef;
  box-shadow:0 10px 28px rgba(12,45,80,.08);
}
.aps-preventive-visual img{
  width:100%;
  height:auto;
  display:block;
}
@media(max-width:760px){
  .aps-preventive-visual{
    margin-top:14px;
    border-radius:14px;
  }
}

/* 홈 화면 모션베드 헤드라인: PC에서 2줄 유지 */
.hero-bed-line2 { white-space: nowrap; }
@media (max-width: 760px) {
  .hero-bed-line2 { white-space: normal; }
}

/* 전동베드 - 관리사와 고객을 함께 고려한 설계 BEFORE/AFTER 비교 */
.motionbed-comparison-visual{
  margin:26px auto 30px;
  max-width:1480px;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid #e1e7ee;
  box-shadow:0 14px 36px rgba(10,42,78,.10);
}
.motionbed-comparison-visual img{
  display:block;
  width:100%;
  height:auto;
}
@media(max-width:900px){
  .motionbed-comparison-visual{
    margin:20px auto 24px;
    border-radius:16px;
  }
}
@media(max-width:640px){
  .motionbed-comparison-visual{
    margin:16px -4px 20px;
    border-radius:12px;
  }
}

/* 홈 화면 data-slide=2 전동베드 이미지 전용 */
.hero-slide[data-slide="2"] .hero-product-card.bed-card img[src*="home-motionbed-before-after-final.png"] {
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff;
}

/* 홈 전동베드 BEFORE/AFTER 비교 이미지 강조 */
.hero-slide[data-slide="2"] .hero-product-card.bed-card{
  width:min(46vw, 690px) !important;
  max-width:690px !important;
  min-width:560px;
  padding:10px !important;
  border-radius:28px !important;
  background:#fff !important;
  box-shadow:0 28px 70px rgba(17,31,49,.28) !important;
  transform:translateX(-18px) scale(1.04);
  transition:transform .35s ease, box-shadow .35s ease;
  position:relative;
  z-index:3;
}
.hero-slide[data-slide="2"] .hero-product-card.bed-card:hover{
  transform:translateX(-18px) scale(1.065);
  box-shadow:0 34px 84px rgba(17,31,49,.34) !important;
}
.hero-slide[data-slide="2"] .hero-product-card.bed-card img{
  width:100% !important;
  height:auto !important;
  max-height:430px !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block;
  border-radius:20px !important;
  background:#fff;
}
.hero-slide[data-slide="2"] .hero-product-card.bed-card::before{
  content:"";
  position:absolute;
  inset:-22px;
  z-index:-1;
  border-radius:38px;
  background:radial-gradient(circle at center, rgba(255,255,255,.30) 0%, rgba(255,255,255,.12) 48%, rgba(255,255,255,0) 74%);
  filter:blur(7px);
  pointer-events:none;
}
.hero-slide[data-slide="2"] .hero-copy{
  max-width:610px;
}
@media(max-width:1450px){
  .hero-slide[data-slide="2"] .hero-product-card.bed-card{
    width:min(44vw, 610px) !important;
    max-width:610px !important;
    min-width:500px;
    transform:translateX(-8px) scale(1.025);
  }
  .hero-slide[data-slide="2"] .hero-product-card.bed-card:hover{
    transform:translateX(-8px) scale(1.045);
  }
}
@media(max-width:1100px){
  .hero-slide[data-slide="2"] .hero-product-card.bed-card{
    width:100% !important;
    max-width:720px !important;
    min-width:0;
    margin:18px auto 0;
    transform:none;
  }
  .hero-slide[data-slide="2"] .hero-product-card.bed-card:hover{
    transform:scale(1.015);
  }
  .hero-slide[data-slide="2"] .hero-product-card.bed-card img{
    max-height:none !important;
  }
}
@media(max-width:760px){
  .hero-slide[data-slide="2"] .hero-product-card.bed-card{
    width:calc(100% - 20px) !important;
    margin:14px auto 0;
    padding:6px !important;
    border-radius:18px !important;
    box-shadow:0 16px 40px rgba(17,31,49,.22) !important;
  }
  .hero-slide[data-slide="2"] .hero-product-card.bed-card img{
    border-radius:13px !important;
  }
}

/* =========================================================
   홈 전동베드 최종 레이아웃
   - 기존 홈페이지 스타일 유지
   - 왼쪽 제목 정확히 2줄
   - 오른쪽 BEFORE/AFTER 비교 이미지 강조
   - 서로 겹치지 않도록 좌우 영역 분리
   ========================================================= */

/* 제목 줄 단위 고정 */
.hero-slide[data-slide="2"] .motionbed-title-line{
  display:block !important;
  white-space:nowrap !important;
}

/* PC */
@media (min-width: 1181px){
  .hero-slide[data-slide="2"] .hero-inner{
    display:grid !important;
    grid-template-columns:minmax(620px, 0.95fr) minmax(650px, 1.05fr) !important;
    column-gap:72px !important;
    align-items:center !important;
    max-width:1380px !important;
    margin:0 auto !important;
  }

  .hero-slide[data-slide="2"] .hero-copy{
    width:100% !important;
    max-width:650px !important;
    min-width:620px !important;
    position:relative !important;
    z-index:4 !important;
    padding-right:0 !important;
  }

  .hero-slide[data-slide="2"] .hero-copy h1,
  .hero-slide[data-slide="2"] .hero-copy h2{
    width:100% !important;
    max-width:none !important;
    margin:0 0 26px 0 !important;
    font-size:clamp(42px, 3vw, 57px) !important;
    line-height:1.14 !important;
    letter-spacing:-0.045em !important;
    word-break:keep-all !important;
    overflow-wrap:normal !important;
  }

  .hero-slide[data-slide="2"] .hero-copy p{
    max-width:590px !important;
    font-size:17px !important;
    line-height:1.72 !important;
  }

  .hero-slide[data-slide="2"] .hero-product-card.bed-card{
    width:100% !important;
    max-width:700px !important;
    min-width:650px !important;
    margin:0 !important;
    padding:10px !important;
    justify-self:end !important;
    transform:none !important;
    border-radius:28px !important;
    background:#fff !important;
    box-shadow:0 28px 70px rgba(17,31,49,.27) !important;
    overflow:hidden !important;
  }

  .hero-slide[data-slide="2"] .hero-product-card.bed-card:hover{
    transform:scale(1.015) !important;
  }

  .hero-slide[data-slide="2"] .hero-product-card.bed-card img{
    width:100% !important;
    height:auto !important;
    max-height:470px !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    border-radius:19px !important;
    background:#fff !important;
  }
}

/* 일반 데스크톱 */
@media (min-width: 1101px) and (max-width: 1180px){
  .hero-slide[data-slide="2"] .hero-inner{
    display:grid !important;
    grid-template-columns:minmax(540px, 1fr) minmax(520px, 1fr) !important;
    column-gap:42px !important;
    align-items:center !important;
  }

  .hero-slide[data-slide="2"] .hero-copy{
    max-width:560px !important;
    min-width:540px !important;
  }

  .hero-slide[data-slide="2"] .hero-copy h1,
  .hero-slide[data-slide="2"] .hero-copy h2{
    font-size:40px !important;
    line-height:1.14 !important;
    max-width:none !important;
  }

  .hero-slide[data-slide="2"] .hero-product-card.bed-card{
    width:100% !important;
    min-width:520px !important;
    max-width:590px !important;
    transform:none !important;
    justify-self:end !important;
  }
}

/* 태블릿 이하: 세로 배치로 겹침 원천 방지 */
@media (max-width: 1100px){
  .hero-slide[data-slide="2"] .motionbed-title-line{
    white-space:normal !important;
  }

  .hero-slide[data-slide="2"] .hero-inner{
    display:block !important;
  }

  .hero-slide[data-slide="2"] .hero-copy{
    width:100% !important;
    max-width:760px !important;
    min-width:0 !important;
    margin:0 auto !important;
  }

  .hero-slide[data-slide="2"] .hero-product-card.bed-card{
    width:min(92%, 760px) !important;
    min-width:0 !important;
    max-width:760px !important;
    margin:24px auto 0 !important;
    transform:none !important;
  }
}

/* 모바일 */
@media (max-width: 640px){
  .hero-slide[data-slide="2"] .hero-copy h1,
  .hero-slide[data-slide="2"] .hero-copy h2{
    font-size:31px !important;
    line-height:1.18 !important;
  }
}
