/* ==================================================
KSPL CSS v2.0
Geumseong Plastic Design System
Cascade-safe cleanup · responsive behavior preserved
================================================== */

/* ==================================================
   MASTER CSS · case_MASTER_stage3.css
   Hero / Footer values preserved
================================================== */

:root{
--page-active-color: #111111;
--page-hover-color: #777777;
--green-text: #4f8a73;
--navy: var(--E-navy);
--text: var(--B-black);
--muted: var(--A-gray);
--blue: var(--C-blue);
--blue-hover: var(--C-blue);
--soft: #ffffff;
--line: rgba(13, 30, 61, 0.11);
--shadow: 0 14px 34px rgba(13, 30, 61, 0.045);
--color-white: #ffffff;
--color-white-short: #fff;
--color-black: #111111;
--color-naver: #03c75a;
--radius-md: 12px;
--radius-lg: 16px;
--radius-xl: 18px;
--radius-pill: 999px;
--radius-circle: 50%;
--shadow-card: 0 14px 34px rgba(13, 30, 61, 0.045);
--shadow-blue-button: 0 14px 28px rgba(42, 95, 190, 0.2);
--shadow-naver-button: 0 14px 28px rgba(3, 199, 90, 0.22);
}
main{
font-family:"Paperlogy","Pretendard",sans-serif;
}


.case-hero{
position: relative;
min-height: calc(100vh - 92px);
overflow: hidden;
border-radius: 0;
background: var(--color-white-short);
color: var(--B-black);
font-family:"Pretendard",sans-serif;
}

.case-hero .inner{
max-width: 1500px;
position: relative;
z-index: 1;
min-height: 640px;
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 54px;
align-items: start;
padding-top: 110px;
padding-bottom: 70px;
}

.case-hero-copy{
max-width: 620px;
}

.case-kicker{
display: inline-block;
margin: 0 0 18px 0;
padding: 0 0 10px 0;
color: var(--C-blue);
-webkit-text-fill-color: var(--C-blue);
font-size: 14.5px;
font-weight:700;
letter-spacing: 3.2px;
line-height: 1.15;
text-transform: uppercase;
border-bottom: 1px solid rgba(42, 95, 190, 0.42);
opacity: 0;
transform: translateY(14px);
animation: caseHeroKickerEntranceFinalSoft 0.72s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
animation-delay: 0.7s;
}

.case-hero-copy-group{
opacity: 1;
transform: none;
animation: none;
}

.case-hero h1{
margin: 0;
color: var(--E-navy);
font-size: 92px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -4px;
opacity: 0;
transform: translateY(22px);
animation: fadeUpKsplFinal 0.92s cubic-bezier(0.22, 0.61, 0.36, 1) 1.3s forwards;
}

.case-hero-note{
font-family:"Paperlogy","Pretendard",sans-serif;
max-width: 650px;
margin-top: 130px;
color: var(--B-black);
font-size: 20px;
font-weight: 450;
line-height: 1.7;
letter-spacing: -0.15px;
transform: translateY(-105px);
}

.case-hero-note span{
font-family:"Paperlogy","Pretendard",sans-serif;
display: block;
opacity: 0;
transform: translateY(18px);
animation: fadeUpKsplFinal 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.case-hero-note span:nth-child(1){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 2.18s;
}

.case-hero-note span:nth-child(2){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 2.52s;
}

.case-hero-note span:nth-child(3){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 2.86s;
}

.case-main{
padding-top: 36px;
background: var(--color-white-short);
}

.case-section{
padding: 108px 0;
background: var(--color-white-short);
}

.case-section.compact{
padding: 82px 0;
}

.section-top{
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 30px;
margin-bottom: 28px;
}

.section-label{
display: inline-block;
margin: 0 0 18px;
color: #666666;
-webkit-text-fill-color: #666666;
font-size: 15px;
font-weight:700;
letter-spacing: 3px;
line-height: 1.15;
text-transform: uppercase;
}

.section-label.green{
color: var(--A-gray);
-webkit-text-fill-color: var(--A-gray);
}

.section-more{
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--A-gray);
font-size: 18px;
font-weight:700;
white-space: nowrap;
}

.section-more.green{
color: var(--A-gray);
}

.section-more::after,
.case-link::after,
.archive-bridge-btn::after{
content: "\2192";
display: inline-flex;
align-items: center;
justify-content: center;
font-family: Arial,sans-serif;
font-size: 1.15em;
font-weight:600;
line-height: 0.9;
transform: translateY(-2px);
transition: transform .22s ease;
}

.section-more::after{
font-size: 22px;
}

.case-link::after{
position: absolute;
right: 14px;
font-size: 14px;
}

.archive-bridge-btn::after{
font-size: 31px;
}

.section-more:hover::after,
.section-top:hover .section-more::after,
.rep-hero-card:hover .case-link::after,
.archive-bridge-btn:hover::after,
.archive-bridge-card:hover .archive-bridge-btn::after{
transform: translate(6px,-2px);
}

.rep-layout{
display: grid;
grid-template-columns: 1.05fr 0.95fr;
gap: clamp(14px, calc(8.966px + 0.655vw), 18px);
align-items: stretch;
}

.rep-hero-card{
position: relative;
min-height: 438px;
overflow: hidden;
border-radius: 0;
background: #fbfaf7;
color: var(--E-navy);
border: 1px solid rgba(13, 30, 61, 0.12);
box-shadow: none;
}

.rep-hero-card::before{
content: none;
}

.rep-hero-card img{
position: absolute;
right: 2%;
bottom: 5%;
width: 60%;
height: auto;
max-height: 84%;
object-fit: cover;
border-radius: 0;
z-index: 0;
filter: none;
}

.rep-hero-content{
position: relative;
z-index: 2;
width: 56%;
padding: 54px 42px;
}

.case-chip{
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 30px;
padding: 0 13px;
border-radius: 0;
background: #ffffff;
color: #111111;
-webkit-text-fill-color: #111111;
font-size: 14px;
font-weight:700;
line-height: 0.9;
border: 1px solid #E8EBEF;
}

.rep-hero-card h3{
margin: 34px 0 18px;
color: #111111;
-webkit-text-fill-color: #111111;
font-size: 36px;
font-weight:700;
line-height: 1.22;
letter-spacing: -1.1px;
}

.rep-hero-card p{
margin: 0;
color: var(--A-gray);
font-size: 16px;
font-weight:600;
line-height: 1.75;
letter-spacing: -0.25px;
}

.case-link{
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
gap: 4px;
min-height: 34px;
margin-top: 42px;
padding: 0 36px 0 20px;
border-radius: 8px;
background: #1A1F24;
color: #FFFFFF;
-webkit-text-fill-color: #FFFFFF;
font-size: 13px;
font-weight:700;
letter-spacing: -0.2px;
transition: background-color .22s ease;
}

.case-link:hover{
background: #6596D8;
color: #FFFFFF;
-webkit-text-fill-color: #FFFFFF;
}

.rep-grid{
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
}

.rep-small-card{
position: relative;
min-height: 255px;
padding: 20px 24px;
overflow: hidden;
border: 1px solid var(--line);
border-radius: 0;
background: #FAF8F3;
box-shadow: none;
}

.rep-small-card img{
position: absolute;
right: 0;
bottom: 0;
width: 60%;
height: auto;
max-height: 94%;
object-fit: cover;
border-radius: 0;
object-position: right bottom;
filter: none;
}

.rep-small-card .num{
display: block;
margin-bottom: 10px;
color: #111111;
-webkit-text-fill-color: #111111;
font-size: 13px;
font-weight:700;
letter-spacing: 0.4px;
}

.rep-small-card h3{
position: relative;
z-index: 1;
max-width: 44%;
margin: 0;
color: var(--B-black);
font-size: 22px;
font-weight:700;
line-height: 1.18;
letter-spacing: -0.45px;
}

.rep-small-card p{
position: relative;
z-index: 1;
max-width: 50%;
margin: 8px 0 0;
color: var(--A-gray);
font-size: 14.5px;
font-weight:600;
line-height: 1.4;
letter-spacing: -0.2px;
}

.rep-small-card .small-link{
position: absolute;
left: 24px;
bottom: 22px;
color: var(--B-black);
font-size: 14px;
font-weight:700;
}

.lineup-strip{
display: grid;
grid-template-columns: 1fr 1fr;
overflow: hidden;
border-radius: 0;
background: #FAF8F3;
border: 1px solid #ECE6DA;
box-shadow: none;
}

.lineup-card{
position: relative;
min-height: 360px;
padding: 42px 42px;
overflow: hidden;
border-radius: 0;
color: var(--B-black);
background: #FAF8F3;
border-right: 1px solid #ECE6DA;
}

.lineup-card:last-child{
border-right: 0;
}

.lineup-card::before{
content: none;
}

.lineup-card img{
position: absolute;
right: 12px;
bottom: 0;
width: 54%;
max-width: 360px;
height: auto;
max-height: none;
object-fit: contain;
object-position: right bottom;
border-radius: 0;
z-index: 0;
filter: none;
}

.lineup-card-content{
position: relative;
z-index: 2;
max-width: 44%;
min-height: 276px;
display: flex;
flex-direction: column;
align-items: flex-start;
}

.lineup-card h3{
margin: 0;
color: var(--B-black);
font-size: clamp(27px, calc(19.448px + 0.982vw), 33px);
font-weight:700;
line-height: 1.14;
letter-spacing: -1px;
}

.lineup-card span{
display: block;
margin-top: 8px;
color: #666666;
font-size: 15px;
font-weight:700;
letter-spacing: 0.5px;
text-transform: uppercase;
}

.lineup-card p{
position: static;
margin: auto 0 0;
display: inline-flex;
align-items: center;
padding: clamp(6px, 0.55vw, 8px) clamp(10px, 0.9vw, 13px);
border-radius: 0;
background: var(--E-navy);
color: #fff;
font-size: clamp(11px, 0.9vw, 14px);
font-weight:600;
line-height: 1;
letter-spacing: -0.2px;
white-space: nowrap;
}

.lineup-card-bottom{
margin-top:auto;
display:flex;
flex-direction:column;
align-items:flex-start;
gap:7px;
}

.lineup-card-bottom p{
margin:0;
}

.case-ai-badge{
display:inline-flex;
align-items:center;
padding:5px 9px;
border:1px solid #c9cdd3;
border-radius:999px;
background:rgba(255,255,255,0.78);
color:#8a9098;
font-size:11px;
font-weight:600;
line-height:1;
letter-spacing:-0.1px;
white-space:nowrap;
}

.industry-grid-only{
display: grid;
grid-template-columns: repeat(8, minmax(0, 1fr));
gap: 14px;
}

.industry-mini{
position: relative;
min-height: 170px;
padding: 12px 12px 15px;
border: 0;
background: var(--color-white-short);
overflow: hidden;
border-radius: 0;
box-shadow: none;
}

.industry-mini .image-box{
aspect-ratio: 1 /1;
height: auto;
margin-bottom: 12px;
overflow: hidden;
border-radius: 0;
}

.industry-mini img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0;
object-position: center center;
transform: scale(1.24);
}

.industry-mini .num{
display: inline-block;
margin-right: 7px;
color: var(--A-gray);
font-size: 14px;
font-weight:700;
letter-spacing: 0.2px;
}

.industry-mini strong{
color: var(--B-black);
font-size: 15px;
font-weight:700;
line-height: 1.25;
letter-spacing: -0.25px;
}

.industry-mini .arrow{
position: absolute;
right: 13px;
bottom: 15px;
color: var(--green-text);
font-size: 19px;
font-weight:700;
line-height: 0.9;
}

.private-block{
position: relative;
overflow: visible;
padding: 0;
border-radius: 0;
background: transparent;
border: 0;
box-shadow: none;
}

.private-head{
display: grid;
grid-template-columns: 280px 1fr;
gap: 34px;
align-items: center;
}

.private-copy h2{
margin: 0;
color: var(--B-black);
font-size: clamp(30px, calc(27.483px + 0.327vw), 32px);
font-weight:700;
line-height: 1.18;
letter-spacing: -0.8px;
}

.private-copy p{
margin: 18px 0 0;
color: var(--A-gray);
font-size: 16.5px;
font-weight:600;
line-height: 1.65;
}

.private-grid{
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: clamp(12px, calc(9.483px + 0.327vw), 14px);
}

.private-card{
min-height: 190px;
padding: 28px 20px;
border: 1px solid rgba(42, 95, 190, 0.16);
border-radius: 0;
background: rgba(255, 255, 255, 0.82);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}

.lock-icon{
width: 52px;
height: 52px;
margin-bottom: 18px;
color: #6596D8;
opacity: 0.9;
}

.private-card h3{
margin: 0;
color: var(--B-black);
font-size: 19px;
font-weight:700;
line-height: 1.3;
letter-spacing: -0.25px;
}

.private-card span{
display: block;
margin-top: 10px;
color: #666666;
font-size: 15px;
font-weight:600;
}

.case-cta{
padding: 0;
background: var(--color-white-short);
}

.case-cta.case-bottom-cta{
padding-bottom: 100px;
}

.cta-btn-wrap{
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
}

.cta-btn{
min-width: 220px;
height: 58px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
border-radius: 10px;
background: #6596D8;
color: var(--color-white-short);
font-size: 16.5px;
font-weight:700;
letter-spacing: -0.2px;
transition: all 0.18s ease;
}

.cta-btn svg{
width: 26px;
height: 26px;
flex: 0 0 26px;
display: block;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}

.cta-btn.blog{
background: var(--color-naver);
color: var(--color-white-short);
-webkit-text-fill-color: var(--color-white-short);
border: 1px solid var(--color-naver);
}

.cta-btn:hover{
transform: translateY(-2px);
opacity: 0.96;
box-shadow: var(--shadow-blue-button);
}

.cta-btn.blog:hover{
box-shadow: var(--shadow-naver-button);
filter: brightness(1.04);
}

.case-archive-bridge{
padding: 110px 0 126px;
background: var(--color-white-short);
}

.archive-bridge-card{
position: relative;
padding: 46px 0 42px;
border: 0;
background: var(--color-white-short);
box-shadow: none;
overflow: hidden;
border-radius: 0;
}

.archive-bridge-top{
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 32px;
margin-bottom: 46px;
}

.archive-bridge-label{
display: inline-flex;
align-items: center;
gap: 12px;
margin: 0 0 18px;
color: #666666;
-webkit-text-fill-color: #666666;
font-size: 16px;
font-weight:700;
letter-spacing: 2.3px;
line-height: 1.15;
text-transform: uppercase;
}

.archive-bridge-label::after{
content: "";
width: 56px;
height: 1px;
background: #E8EBEF;
}

.archive-bridge-card h2{
margin: 0;
color: var(--B-black);
font-size: clamp(29px, calc(25.061px + 1.010vw), 39px);
font-weight:700;
line-height: 1.14;
letter-spacing: -1.1px;
}

.archive-bridge-card p{
max-width: 460px;
margin: 16px 0 0;
color: var(--A-gray);
font-size: 18px;
font-weight:600;
line-height: 1.62;
letter-spacing: -0.25px;
}

.archive-bridge-info{
display: grid;
grid-template-columns: 1.05fr 1fr 1fr 1fr;
gap: 0;
align-items: center;
margin-bottom: 46px;
}

.archive-bridge-stat,
.archive-bridge-point{
min-height: 112px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
border-left: 1px solid rgba(13, 30, 61, 0.11);
}

.archive-bridge-stat{
border-left: 0;
}

.archive-bridge-stat strong{
display: block;
color: #6596D8;
-webkit-text-fill-color: #6596D8;
font-size: 52px;
font-weight:700;
line-height: 0.85;
letter-spacing: -1.4px;
}

.archive-bridge-stat strong .count-num{
display: inline-block;
min-width: 1.22em;
font-variant-numeric: tabular-nums;
color: #6596D8;
-webkit-text-fill-color: #6596D8;
}

.archive-bridge-stat em{
display: block;
margin-top: 8px;
color: var(--A-gray);
font-size: 16px;
font-weight:600;
line-height: 0.9;
font-style: normal;
letter-spacing: 4px;
}

.archive-bridge-stat > span{
display: block;
margin-top: 12px;
color: var(--A-gray);
font-size: 16px;
font-weight:600;
line-height: 1.2;
}

.archive-bridge-point strong{
display: block;
color: var(--B-black);
font-size: 19px;
font-weight:700;
line-height: 1.25;
letter-spacing: -0.25px;
}

.archive-bridge-btn{
width: min(82%, 920px);
min-height: 64px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
border-radius: 10px;
background: #6596D8;
color: var(--color-white-short);
-webkit-text-fill-color: var(--color-white-short);
font-size: 21px;
font-weight:700;
line-height: 1.1;
letter-spacing: -0.35px;
box-shadow: 0 10px 22px rgba(42, 95, 190, 0.16);
transition: all 0.22s ease;
}

.archive-bridge-btn svg{
width: 22px;
height: 22px;
flex: 0 0 22px;
display: block;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}

.archive-bridge-btn:hover{
transform: translateY(-3px);
box-shadow: 0 18px 36px rgba(42, 95, 190, 0.28);
filter: brightness(1.04);
}

.kspl-final-process{
margin: 126px auto 0;
padding: 0 24px 110px;
text-align: center;
background: transparent;
}

.kspl-final-process h2{
color: #F5F5F2;
-webkit-text-fill-color: #F5F5F2;
font-size: clamp(35px, calc(18.848px + 4.141vw), 76px);
font-weight:700;
line-height: 0.92;
letter-spacing: 0.04em;
margin: 0;

text-transform: none;}

.kspl-final-process p{
color: #F5F5F2;
-webkit-text-fill-color: #F5F5F2;
font-size: 44px;
font-weight:700;
line-height: 1.15;
letter-spacing: -1.4px;
margin: 22px 0 0;
}

/* ==================================================
   ANIMATIONS
================================================== */

@keyframes caseHeroBgEntranceFinalSoft{
from{
opacity: 0;
transform: translateX(15px) scale(1.02);
}

to{
opacity: 1;
transform: translateX(0) scale(1);
}
}

@keyframes caseHeroKickerEntranceFinalSoft{
from{
opacity: 0;
transform: translateY(14px);
}

to{
opacity: 1;
transform: translateY(0);
}
}



@keyframes fadeUpKsplFinal{
from{
opacity: 0;
transform: translateY(26px);
}

to{
opacity: 1;
transform: translateY(0);
}
}

.case-mid-inquiry{
padding: 76px 0 88px;
background: var(--color-white-short);
}

.case-mid-inquiry .case-kakao-gray,
.case-mid-inquiry .case-kakao-gray:visited{
background: var(--color-white);
color: #6596D8;
-webkit-text-fill-color: #6596D8;
border: 1px solid rgba(101, 150, 216, 0.42);
}

.case-mid-inquiry .case-kakao-gray:hover,
.case-mid-inquiry .case-kakao-gray:focus-visible{
background: #6596D8;
color: var(--color-white);
-webkit-text-fill-color: var(--color-white);
border-color: #6596D8;
box-shadow: var(--shadow-blue-button);
filter: none;
}

.rep-hero-card,
.rep-hero-card img,
.rep-small-card img,
.lineup-card,
.lineup-card img,
.industry-grid-only .image-box{
cursor: zoom-in;
}









.case-hero-brand-sub{
opacity: 0;
transform: translateY(22px);
animation: fadeUpKsplFinal 0.92s cubic-bezier(0.22, 0.61, 0.36, 1) 1.72s forwards;
margin: 10px 0 0;
color: var(--E-navy);
-webkit-text-fill-color: var(--E-navy);
font-size: 40px;
font-weight: 850;
line-height: 1.2;
letter-spacing: -1.6px;
}

html body .case-hero h1,
html body .case-hero h1 *,
html body .case-hero-brand-sub{
color: var(--color-black);
-webkit-text-fill-color: var(--color-black);
}

html body .case-hero-note,
html body .case-hero-note span{
font-family:"Paperlogy","Pretendard",sans-serif;
color: #111111;
-webkit-text-fill-color: #111111;
}

.js-kspl-product-family-lightbox,
.js-kspl-product-family-lightbox img{
cursor: zoom-in;
}

.kspl-product-family-lightbox{
position: fixed;
inset: 0;
z-index: 100000;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
background: rgba(18, 22, 28, 0.88);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.22s ease, visibility 0.22s ease;
}

.kspl-product-family-lightbox.is-open{
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.kspl-product-family-lightbox-stage{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 70px 20px 38px;
}

.kspl-product-family-lightbox img{
width: auto;
max-width: min(1180px, 94vw);
height: auto;
max-height: 86vh;
object-fit: cover;
overflow: hidden;
border-radius: 0;
background: #ffffff;
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
cursor: zoom-in;
}

.kspl-product-family-lightbox-close{
position: fixed;
top: 18px;
right: 18px;
z-index: 100001;
width: 44px;
height: 44px;
border: 1px solid rgba(255, 255, 255, 0.28);
border-radius: var(--radius-circle);
background: rgba(0, 0, 0, 0.42);
color: var(--color-white);
-webkit-text-fill-color: var(--color-white);
font-size: 32px;
font-weight:600;
line-height: 0.9;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: none;
}

body.kspl-product-family-lightbox-open{
overflow: hidden;
border-radius: var(--radius-xl);
}


.case-mid-inquiry .cta-card{
padding-top: 32px;
padding-bottom: 32px;
}

.case-cta:last-of-type .cta-card{
padding-top: 22px;
padding-bottom: 22px;
}

.case-process-showcase{
padding: 0;
margin: 0;
background: var(--color-white-short);
}

.case-process-showcase .case-process-block{
margin: 92px 0 112px;
text-align: center;
}

.case-process-showcase .case-process-block:first-child,
.case-process-showcase .case-process-block:last-child{
margin-bottom: 112px;
}

.case-process-showcase .case-process-title{
margin: 0 0 34px;
text-align: center;
}

.case-process-showcase .case-process-title h2{
margin: 0 0 10px;
color: var(--B-black);
font-size: clamp(24px, calc(15.190px + 1.146vw), 31px);
font-weight:700;
line-height: 1.08;
letter-spacing: -0.45px;
}

.case-process-showcase .case-process-title p{
margin: 0;
color: var(--A-gray);
font-size: 19px;
font-weight:600;
line-height: 1.45;
}

.case-process-showcase .case-process-mold{
width: 100%;
display: block;
overflow: hidden;
border-radius: 0;
}

.case-process-showcase .case-process-mold img{
width: 100%;
height: 520px;
display: block;
object-fit: cover;
object-position: center center;
border-radius: 0;
}

.case-process-showcase .case-product-grid{
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
gap: 16px;
}

.case-process-showcase .case-product-item{
margin: 0;
grid-column: span 4;
cursor: zoom-in;
}

.case-process-showcase .case-product-item-core{
grid-column: span 3;
}

.case-process-showcase .case-product-item img{
width: 100%;
height: auto;
aspect-ratio: 1.22 / 1;
display: block;
object-fit: cover;
object-position: center center;
border-radius: 0;
}

.case-process-showcase .case-process-mold,
.case-process-showcase .case-product-item{
position: relative;
}

.case-process-showcase .case-process-badge{
position: absolute;
left: 16px;
bottom: 16px;
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 7px 13px 6px;
border-radius: 0;
background: rgba(17, 17, 17, 0.94);
color: var(--color-white-short);
font-size: 15px;
font-weight:700;
line-height: 0.9;
letter-spacing: 0.03em;
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
pointer-events: none;
}

.kspl-philosophy-banner .wrap,
.caseall-brand-banner .wrap,
.caseall-philosophy-banner .wrap,
.kspl-product-family-showcase,
.index-philosophy-slider{
aspect-ratio: 2.2 / 1;
height: auto;
overflow: hidden;
border-radius: 0;
}

.kspl-philosophy-banner-img,
.caseall-brand-banner-img,
.caseall-philosophy-banner-img,
.kspl-product-family-showcase img,
.index-philosophy-slide img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
display: block;
}



.kspl-p2-section{
padding: 92px 0;
background: var(--color-white, #fff);
}

.kspl-p2-section.kspl-p2-soft{
background: var(--color-white-short);
}

.kspl-p2-wrap{
width: min(1380px, calc(100% - 48px));
margin: 0 auto;
}

.kspl-p2-head{
max-width: 820px;
margin: 0 0 34px;
}

.kspl-p2-kicker{
display: inline-block;
margin: 0 0 14px;
padding-bottom: 8px;
color: #666666;
-webkit-text-fill-color: #666666;
font-size: 14px;
font-weight:700;
letter-spacing: 2.7px;
line-height: 1.1;
text-transform: uppercase;
border-bottom: 1px solid #E8EBEF;
}

.kspl-p2-head h2{
margin: 0 0 14px;
color: var(--B-black, #111111);
font-size: clamp(32px, 4.2vw, 46px);
font-weight:700;
line-height: 1.08;
letter-spacing: -1.2px;
}

.kspl-p2-head p{
margin: 0;
max-width: 760px;
color: var(--A-gray, #666666);
font-size: 19px;
font-weight:600;
line-height: 1.68;
}

.kspl-p2-figure{
overflow: hidden;
border-radius: 0;
background: #fff;
border: 1px solid rgba(13,30,61,.10);
box-shadow: none;
}

.kspl-p2-figure img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
filter: none;
opacity: 1;
}

.kspl-p2-grid-2 .kspl-p2-figure:first-child,
.kspl-p2-grid-2 .kspl-p2-figure:last-child{
min-height: 420px;
}

.kspl-p2-gallery{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}

.kspl-p2-gallery .kspl-p2-figure{
min-height: 300px;
}

.kspl-p2-gallery .kspl-p2-figure:nth-child(1),
.kspl-p2-gallery .kspl-p2-figure:nth-child(4){
grid-column: span 2;
}

.kspl-p2-gallery .kspl-p2-figure:nth-child(1){
min-height: 360px;
}

.kspl-p2-gallery .kspl-p2-figure:nth-child(4){
min-height: 340px;
}

.kspl-p2-case-feature .kspl-p2-figure{
min-height: 360px;
box-shadow: none;
}

.kspl-p2-case-text h2{
margin: 0 0 14px;
color: var(--B-black,#111111);
font-size: clamp(30px, 3.8vw, 44px);
line-height: 1.1;
letter-spacing: -1.1px;
}

.kspl-p2-case-text p{
margin: 0;
color: var(--A-gray,#666666);
font-size: 19px;
font-weight:600;
line-height: 1.68;
}

.kspl-p2-archive-hero-photo .kspl-p2-figure{
border-radius: 0;
background: rgba(255,255,255,.06);
border: 1px solid rgba(255,255,255,.16);
box-shadow: 0 22px 60px rgba(0,0,0,.22);
}

.kspl-p2-application-case-section{
padding-top: 56px;
}

.kspl-p2-case-feature{
padding: 0;
border-radius: 0;
background: transparent;
border: 0;
box-shadow: none;
display: grid;
grid-template-columns: .85fr 1.15fr;
gap: 24px;
align-items: center;
margin-bottom: 36px;
}

.kspl-p2-case-gallery{
display: grid;
grid-template-columns: repeat(2, minmax(0,1fr));
gap: 8px;
width: 100%;
}

.kspl-p2-case-gallery .kspl-p2-figure{
margin: 0;
min-height: auto;
border: 0;
border-radius: 0;
box-shadow: none;
}

.kspl-p2-case-gallery-main{
grid-column: 1 / -1;
}

.kspl-p2-case-gallery-main img,
.kspl-p2-case-gallery-sub img{
width: 100%;
height: 100%;
aspect-ratio: auto;
object-fit: cover;
object-position: center center;
display: block;
}

.kspl-p2-case-gallery-sub{
border-radius: 0;
}

html body .case-hero .case-kicker{
border-color: rgba(26, 31, 36, 0.28);
display: inline-block;
margin: 0 0 18px 0;
padding: 0;
color: #1a1f24;
-webkit-text-fill-color: #1a1f24;
font-size: 13.5px;
font-weight: 800;
letter-spacing: 3.2px;
line-height: 1.4;
text-transform: uppercase;
text-shadow: none;
border: 0;
border-bottom: 0;
background: transparent;
}

.case-cta .wrap{
max-width: 1380px;
}

.case-cta .cta-card{
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: clamp(24px, calc(13.931px + 1.309vw), 32px);
width: 100%;
margin: 0 auto;
padding: 34px clamp(24px, calc(-6.206px + 3.928vw), 48px);
border-radius: 0;
background: #ffffff;
border: 1px solid rgba(42, 95, 190, 0.16);
box-shadow: none;
}

.case-cta .cta-custom-inquiry-kicker{
display: block;
margin: 0 0 18px;
color: #666666;
-webkit-text-fill-color: #666666;
font-size: 12.5px;
font-weight:700;
letter-spacing: 2.8px;
line-height: 1.3;
text-transform: uppercase;
}

.case-cta .cta-card h2{
margin: 0;
color: var(--B-black);
-webkit-text-fill-color: var(--B-black);
font-size: clamp(25px, calc(19.966px + 0.655vw), 29px);
font-weight:700;
line-height: 1.4;
letter-spacing: -0.65px;
}

.case-cta .cta-card p{
margin: 18px 0 0;
color: var(--A-gray);
-webkit-text-fill-color: var(--A-gray);
font-size: clamp(16px, calc(10.966px + 0.655vw), 20px);
font-weight:600;
line-height: 1.7;
letter-spacing: -0.25px;
}

.case-cta .cta-btn-wrap{
display: flex;
align-items: center;
justify-content: flex-end;
gap: 14px;
flex-wrap: nowrap;
}

.case-cta .cta-btn:not(.blog):not(.case-kakao-gray){
min-width: 220px;
height: 58px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
border-radius: 10px;
background: #6596D8;
color: var(--color-white-short);
-webkit-text-fill-color: var(--color-white-short);
font-size: 16.5px;
font-weight:700;
letter-spacing: -0.2px;
text-decoration: none;
}

html body .menu-close,
html body .menu-close::before,
html body .menu-close::after,
html body .drawer-close,
html body .drawer-close::before,
html body .drawer-close::after,
html body .nav-close,
html body .nav-close::before,
html body .nav-close::after,
html body .mobile-menu-close,
html body .mobile-menu-close::before,
html body .mobile-menu-close::after,
html body .hamburger-close,
html body .hamburger-close::before,
html body .hamburger-close::after{
color: #111;
-webkit-text-fill-color: #111;
background: #111;
border-color: #111;
}

.case-hero::before{
content: "";
display: block;
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
background: url("a5.webp") 58% center / cover no-repeat var(--color-white-short);
filter: none;
opacity: 0;
transform: translateX(15px) scale(1.02);
animation: caseHeroBgEntranceFinalSoft 2.05s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}


/* =========================================================
   CASE CONTENT BANNER — CONSOLIDATED
========================================================= */
.products-brand-banner{
  width:100%;
  margin:0;
  padding:0;
  background:#fff;
}
.products-brand-banner .wrap{
  width:100%;
  max-width:1380px;
  margin-left:auto;
  margin-right:auto;
  padding:0;
  box-sizing:border-box;
  aspect-ratio:2.2 / 1;
  height:auto;
  overflow:hidden;
  border-radius:0;
  -webkit-mask-image:-webkit-radial-gradient(white, black);
  transform:translateZ(0);
}
.products-brand-banner .wrap.js-contact-brand-image{
  opacity:0;
  transform:translateY(34px);
  transition:
    opacity 1.2s ease,
    transform 1.2s cubic-bezier(.22,.61,.36,1);
}
.products-brand-banner .wrap.js-contact-brand-image.is-visible{
  opacity:1;
  transform:translateY(0);
}
.products-brand-banner-img,
.products-brand-banner img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  border:0;
  border-radius:0;
  transform:none;
  cursor:zoom-in;
}

/* 모바일 전용 줄바꿈: 기본(PC·태블릿) 숨김 */


/* =========================================================
   PC START
   1281px 이상
========================================================= */



























/* ARCHIVE DETAIL LIGHTBOX — EXACT SHARED COMPONENT */
.kspl-case-lightbox{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(18, 22, 28, 0.88);
  box-sizing:border-box;
}

.kspl-case-lightbox.is-open{
  display:flex;
}

.kspl-case-lightbox img{
  display:block;
  max-width:min(1180px, 94vw);
  max-height:86vh;
  width:auto;
  height:auto;
  object-fit:cover;
  overflow:hidden;
  border-radius:0;
  background:#ffffff;
  box-shadow:0 24px 70px rgba(0, 0, 0, 0.36);
}

.kspl-case-lightbox-close{
  position:fixed;
  top:16px;
  right:16px;
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:rgba(255, 255, 255, 0.94);
  color:#111;
  font-size:29px;
  line-height:38px;
  cursor:pointer;
  z-index:100001;
  -webkit-text-fill-color:#111;
  text-align:center;
  box-shadow:0 10px 24px rgba(0, 0, 0, 0.22);
}

.kspl-case-lightbox-trigger{
  cursor:zoom-in;
}

body.kspl-case-lightbox-open{
  overflow:hidden;
  border-radius:var(--radius-xl);
}

.kspl-case-lightbox-stage{
  display:flex;
  align-items:stretch;
  justify-content:center;
  max-width:min(1180px,94vw);
  max-height:86vh;
  box-sizing:border-box;
}

.kspl-case-lightbox-media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}

.kspl-case-lightbox-detail{
  display:none;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-stage{
  width:min(1180px,94vw);
  min-height:min(680px,82vh);
  overflow:hidden;
  background:#ffffff;
  box-shadow:0 24px 70px rgba(0,0,0,0.36);
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-media{
  flex:0 0 67%;
  background:#ffffff;
  overflow:hidden;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-media img{
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:contain;
  background:#ffffff;
  box-shadow:none;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-detail{
  flex:1 1 33%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:52px 44px 48px;
  box-sizing:border-box;
  background:#f6f7f9;
  color:#111111;
  font-family:"Pretendard",sans-serif;
}

.kspl-case-lightbox-kicker{
  margin:0 0 14px;
  color:#6d7785;
  font-size:11px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.15em;
}

.kspl-case-lightbox-title{
  margin:0;
  color:#111111;
  font-family:"Paperlogy","Pretendard",sans-serif;
  font-size:clamp(25px,2.1vw,34px);
  font-weight:700;
  line-height:1.18;
  letter-spacing:-.045em;
}

.kspl-case-lightbox-subtitle{
  margin:12px 0 0;
  color:#5f6874;
  font-size:14px;
  font-weight:500;
  line-height:1.55;
  letter-spacing:-.025em;
}

.kspl-case-lightbox-rule{
  display:block;
  width:100%;
  height:1px;
  margin:28px 0 6px;
  background:#dfe3e8;
}

.kspl-case-lightbox-info{
  display:flex;
  flex-direction:column;
}

.kspl-case-lightbox-info-row{
  padding:19px 0 18px;
  border-bottom:1px solid #e3e6ea;
}

.kspl-case-lightbox-info-row:last-child{
  border-bottom:0;
}

.kspl-case-lightbox-info-row[hidden]{
  display:none;
}

.kspl-case-lightbox-info-label{
  display:block;
  margin:0 0 7px;
  color:#77818e;
  font-size:10px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.13em;
}

.kspl-case-lightbox-info-value{
  margin:0;
  color:#252b33;
  font-size:14px;
  font-weight:500;
  line-height:1.7;
  letter-spacing:-.025em;
  word-break:keep-all;
}

@media (min-width: 1281px){

/* SECTION VERTICAL BREATHING +10px — body sections only */
.case-main > .case-section,
.kspl-p2-application-case-section,
.case-process-showcase,
.case-cta.case-mid-inquiry,
.products-brand-banner,
.case-archive-bridge,
.case-main > .case-cta{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background-clip: border-box;
}

.rep-hero-card,
.rep-small-card{
transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
box-shadow 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
border-color 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
will-change: transform;
}

.rep-hero-card img,
.rep-small-card img{
transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
object-fit: contain;
object-position: right bottom;
}

.rep-hero-card img{
right: 1%;
bottom: 0;
width: 57%;
max-height: 90%;
}

.rep-small-card img{
right: 8px;
bottom: 0;
width: 56%;
max-height: 90%;
}

.rep-hero-card:hover,
.rep-small-card:hover{
transform: translateY(-4px);
box-shadow: none;
border-color: rgba(42, 95, 190, 0.18);
}

.rep-hero-card:hover img,
.rep-small-card:hover img{
transform: scale(1.03);
}

.case-cta.case-mid-inquiry{
padding-top: 52px;
padding-bottom: 64px;
}

.kspl-p2-case-feature{
grid-template-columns: .72fr 1.28fr;
gap: 18px;
margin-bottom: 64px;
}

.case-section{
padding-top: 92px;
padding-bottom: 92px;
}

.case-section.compact{
padding-top: 70px;
padding-bottom: 70px;
}

#kspl-search-case-14{
padding-bottom: 140px;
}

.kspl-p2-section{
padding-top: 76px;
padding-bottom: 76px;
}

.kspl-p2-application-case-section{
padding-top: 44px;
}

.case-process-showcase .case-process-block{
margin-top: 76px;
margin-bottom: 92px;
}

.case-process-showcase .case-process-block:first-child,
.case-process-showcase .case-process-block:last-child{
margin-bottom: 92px;
}


.case-archive-bridge{
padding-top: 120px;
padding-bottom: 134px;
}

.kspl-final-process{
margin-top: 107px;
padding-bottom: 110px;
}

/* CASE CONTENT BANNER */
.products-brand-banner .wrap{max-width:1380px;}
}

/* =========================================================
   PC END
========================================================= */

/* =========================================================
   TABLET LANDSCAPE START
   981px ~ 1280px
========================================================= */

@media (min-width: 981px) and (max-width: 1280px){

/* SECTION VERTICAL BREATHING +10px — body sections only */
.case-main > .case-section,
.kspl-p2-application-case-section,
.case-process-showcase,
.case-cta.case-mid-inquiry,
.products-brand-banner,
.case-archive-bridge,
.case-main > .case-cta{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    background-clip: border-box;
}

/* Tablet landscape 1240px optical axis — CASE specific wrappers */
.kspl-p2-wrap,
.case-cta .wrap,
.products-brand-banner .wrap{
max-width: 1240px;
}

html body{
padding-top: 86px;
}

.kspl-p2-wrap{
width: min(100% - 44px, 1240px);
}

/* TOP HERO MUST REMAIN FULL-BLEED */
.case-hero{
min-height: calc(100vh - 86px);
background: var(--color-white-short);
width: 100%;
margin-left: 0;
margin-right: 0;
overflow: hidden;
  box-sizing: border-box;
max-width: none;
}

.case-hero .inner{
min-height: calc(100vh - 86px);
grid-template-columns: 1fr;
gap: 24px;
align-items: start;
padding-top: 78px;
padding-bottom: 64px;
}

.case-hero-note{
font-family:"Paperlogy","Pretendard",sans-serif;
max-width: 500px;
margin-top: 58px;
font-size: 18px;
line-height: 1.7;
font-weight: 450;
transform: translateY(-7px);
}

.rep-layout,
.private-head{
grid-template-columns: 1fr;
}

.industry-grid-only{
grid-template-columns: repeat(4, 1fr);
}

#kspl-search-case-14{
padding-bottom: 164px;
}

.case-archive-bridge{
padding: 116px 0 122px;
}

.archive-bridge-card{
padding: 40px 0 36px;
}

.archive-bridge-card h2{
font-size: clamp(35px, calc(21.876px + 1.338vw), 39px);
}

.archive-bridge-info{
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.case-mid-inquiry{
display: block;
visibility: visible;
opacity: 1;
padding-top: 56px;
padding-bottom: 64px;
}

.kspl-p2-application-case-section{
padding-top: 68px;
padding-bottom: 20px;
}

.case-process-showcase .case-process-block:first-child{
margin-top: 36px;
}

.rep-hero-card,
.rep-small-card{
transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
box-shadow 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
border-color 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
will-change: transform;
}

.rep-hero-card img,
.rep-small-card img{
right: 2%;
bottom: 2%;
width: 56%;
height: auto;
max-height: 86%;
object-fit: contain;
object-position: right bottom;
transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.rep-hero-card:hover,
.rep-small-card:hover{
transform: translateY(-4px);
box-shadow: none;
border-color: rgba(42, 95, 190, 0.18);
}

.rep-hero-card:hover img,
.rep-small-card:hover img{
transform: scale(1.03);
}

html body .kspl-final-process h2{font-size: clamp(56px, calc(29.753px + 2.676vw), 64px);
font-weight:700;
line-height: 0.98;
letter-spacing: 0.04em;
margin: 0;

text-transform: none;}

html body .kspl-final-process p{font-size: 37px;
font-weight:700;
line-height: 1.18;
letter-spacing: -1px;
margin: 18px 0 0;
}

.kspl-philosophy-banner{
padding-top: 24px;
padding-bottom: 24px;
margin-top: 20px;
margin-bottom: -10px;
}

.kspl-product-family-lightbox{
padding: 18px;
background: rgba(18, 22, 28, 0.88);
}

.kspl-product-family-lightbox img{
max-width: 94vw;
max-height: 82vh;
overflow: hidden;
border-radius: 0;
background: #ffffff;
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.kspl-product-family-lightbox-close{
top: 14px;
right: 14px;
width: 42px;
height: 42px;
background: rgba(255, 255, 255, 0.96);
color: var(--color-black);
-webkit-text-fill-color: var(--color-black);
border: 0;
font-size: 29px;
box-shadow: none;
}

.js-kspl-product-family-lightbox,
.js-kspl-product-family-lightbox img{
cursor: zoom-in;
}

.case-cta.case-mid-inquiry{
padding-top: 58px;
padding-bottom: 66px;
}

.case-cta.case-bottom-cta{
padding-bottom: 162px;
}

.kspl-p2-case-feature{
grid-template-columns: .72fr 1.28fr;
gap: 18px;
margin-bottom: 60px;
}

html body .case-hero{
width: 100%;
margin-left: 0;
margin-right: 0;
overflow: hidden;
min-height: calc(100vh - 86px);
  box-sizing: border-box;
}

html body .case-hero .inner{
min-height: calc(100vh - 86px);
padding-top: 42px;
}

html body .case-hero h1{
font-size: 72px;
line-height: 1.1;
letter-spacing: -3px;
}

html body .case-hero-brand-sub{
margin-top: 9px;
font-size: 34px;
line-height: 1.2;
letter-spacing: -1.3px;
}

.case-hero::before{
background: url("tablet-landscapecase.webp") 90% center / cover no-repeat var(--color-white-short);
}

html body .case-hero-copy{
margin-left: 0;
}
.kspl-final-process{
margin-top: 96px;
padding-bottom: 110px;
}

/* CASE CONTENT BANNER */
.products-brand-banner .wrap{
  width:calc(100% - 48px);
  max-width:1240px;
}


  
  
  

  
}

/* =========================================================
   TABLET LANDSCAPE END
========================================================= */

/* =========================================================
   TABLET PORTRAIT START
   769px ~ 980px
========================================================= */

@media (min-width: 769px) and (max-width: 980px){
.lineup-card{
min-height: 330px;
padding: 34px 28px 28px;
}

.lineup-card img{
right: 10px;
bottom: 12px;
width: 56%;
max-width: 250px;
height: auto;
max-height: none;
object-fit: contain;
object-position: right bottom;
}

.lineup-card-content{
max-width: 40%;
min-height: 268px;
}


.case-section{
padding-top: 92px;
padding-bottom: 88px;
}

.case-section.compact{
padding-top: 84px;
padding-bottom: 82px;
}

#kspl-search-case-14{
padding-bottom: 166px;
}

/* TOP HERO MUST REMAIN FULL-BLEED */
.case-hero{
min-height: calc(100vh - 86px);
background: var(--color-white-short);
width: 100%;
margin-left: 0;
margin-right: 0;
overflow: hidden;
  box-sizing: border-box;
max-width: none;
}

.case-hero .inner{
min-height: calc(100vh - 86px);
grid-template-columns: 1fr;
gap: 24px;
align-items: start;
padding-top: 78px;
padding-bottom: 64px;
}

.case-hero-note{
font-family:"Paperlogy","Pretendard",sans-serif;
max-width: 500px;
margin-top: 58px;
font-size: 18px;
line-height: 1.7;
font-weight: 450;
transform: translateY(-11px);
}

.rep-layout,
.private-head{
grid-template-columns: 1fr;
}

.industry-grid-only{
grid-template-columns: repeat(4, 1fr);
}

.case-archive-bridge{
padding: 112px 0 120px;
}

.archive-bridge-card{
padding: 40px 0 36px;
}

.archive-bridge-card h2{
font-size: clamp(31px, calc(16.422px + 1.896vw), 35px);
}

.archive-bridge-info{
grid-template-columns: 1fr 1fr 1fr 1fr;
}

.case-mid-inquiry{
display: block;
visibility: visible;
opacity: 1;
padding-top: 72px;
padding-bottom: 80px;
}

.kspl-p2-application-case-section{
padding-top: 32px;
}

.case-cta.case-bottom-cta{
padding-bottom: 156px;
}

.kspl-final-process{
margin-top: 96px;
}

html body .kspl-final-process h2{font-size: clamp(45px, calc(4.910px + 5.213vw), 56px);
font-weight:700;
line-height: 1;
letter-spacing: 0.04em;
margin: 0;

text-transform: none;}

html body .kspl-final-process p{font-size: 32px;
font-weight:700;
line-height: 1.22;
letter-spacing: -0.9px;
margin: 18px 0 0;
}

.kspl-philosophy-banner{
padding-top: 14px;
padding-bottom: 14px;
margin-top: 10px;
margin-bottom: -20px;
}

.case-mid-inquiry .cta-card{
grid-template-columns: 1fr auto;
align-items: center;
gap: 32px;
padding: 34px 34px;
}

.case-mid-inquiry h2,
.case-mid-inquiry p{
white-space: normal;
}

.case-mid-inquiry .cta-btn-wrap{
width: auto;
justify-content: flex-end;
flex-wrap: nowrap;
transform: translateY(3px);
}

.case-mid-inquiry .cta-btn{
min-width: 220px;
}

.kspl-product-family-lightbox-stage{
overflow: hidden;
border-radius: 0;
padding: 78px 26px 44px;
}

html body .case-hero{
width: 100%;
margin-left: 0;
margin-right: 0;
overflow: hidden;
min-height: calc(100vh - 86px);
  box-sizing: border-box;
}

html body .case-hero .inner{
min-height: calc(100vh - 86px);
padding-top: 58px;
}

html body .case-hero h1{
font-size: 64px;
line-height: 1.1;
letter-spacing: -3px;
}

html body .case-hero-brand-sub{
margin-top: 8px;
font-size: 30px;
line-height: 1.3;
letter-spacing: -1.1px;
}

.case-hero::before{
background: url("tablet-case.webp") 80% 80% / 950px auto no-repeat var(--color-white-short);
}

html body{
padding-top: 86px;
}

.kspl-p2-case-feature-zoom{
cursor: zoom-in;
}

.kspl-p2-section{
padding: 88px 0 84px;
}

.kspl-p2-wrap{
width: min(100% - 44px, 1240px);
}

.kspl-p2-grid-2,
.kspl-p2-case-feature{
grid-template-columns: 1fr;
}

.kspl-p2-gallery{
grid-template-columns: repeat(2, 1fr);
}

.kspl-p2-gallery .kspl-p2-figure:nth-child(1),
.kspl-p2-gallery .kspl-p2-figure:nth-child(4){
grid-column: auto;
}

.kspl-p2-case-feature{
grid-template-columns: 1fr;
gap: 22px;
margin-bottom: 34px;
}

.kspl-p2-case-gallery{
gap: 8px;
}

.kspl-product-family-lightbox{
padding: 18px;
background: rgba(18, 22, 28, 0.88);
}

.kspl-product-family-lightbox img{
max-width: 94vw;
max-height: 82vh;
overflow: hidden;
border-radius: 0;
background: #ffffff;
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.kspl-product-family-lightbox-close{
top: 14px;
right: 14px;
width: 42px;
height: 42px;
background: rgba(255, 255, 255, 0.96);
color: var(--color-black);
-webkit-text-fill-color: var(--color-black);
border: 0;
font-size: 29px;
box-shadow: none;
}

.js-kspl-product-family-lightbox,
.js-kspl-product-family-lightbox img{
cursor: zoom-in;
}

.case-process-showcase .case-process-block{
margin-top: 84px;
margin-bottom: 92px;
}

.case-process-showcase .case-process-block:first-child,
.case-process-showcase .case-process-block:last-child{
margin-bottom: 92px;
}

.case-process-showcase .case-product-grid{
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 14px;
}

.case-process-showcase .case-product-item{
grid-column: span 2;
}

.case-process-showcase .case-product-item-core{
grid-column: span 3;
}

.case-process-showcase .case-product-item img{
height: auto;
aspect-ratio: 1.22 / 1;
}

html body .case-hero-copy{
margin-left: 0;
}

/* Wide detail lightbox: selected banners only */

.kspl-product-family-lightbox.is-wide-detail{
padding: 0;
}

.kspl-product-family-lightbox.is-wide-detail .kspl-product-family-lightbox-stage{
width: 100%;
height: 100%;
max-height: none;
justify-content: flex-start;
overflow: auto;
padding: 72px 20px 32px;
}

.kspl-product-family-lightbox.is-wide-detail img{
flex: 0 0 auto;
width: auto;
max-width: none;
height: calc(100dvh - 112px);
max-height: none;
object-fit: cover;
border-radius: 0;
}

/* CASE CONTENT BANNER */
.products-brand-banner .wrap{
  width:calc(100% - 40px);
  max-width:none;
  aspect-ratio:3 / 2;
  border:1px solid rgba(13,30,61,.10);
}
.products-brand-banner-img[src="casepage.webp"]{content:url("casepage-mobile.webp");}


  
  
  
  

  


.kspl-case-lightbox.has-detail .kspl-case-lightbox-stage{
  width:min(900px,94vw);
  min-height:min(590px,78vh);
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-media{
  flex-basis:62%;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-detail{
  flex-basis:38%;
  padding:42px 32px 38px;
}
}

/* =========================================================
   TABLET PORTRAIT END
========================================================= */

/* =========================================================
   MOBILE START
   768px 이하
========================================================= */

@media (max-width: 768px){



.case-cta .cta-card{
grid-template-columns: 1fr;
gap: 24px;
padding: 34px 24px;
border-radius: 0;
}

.case-cta .cta-card h2{
font-size: 25px;
line-height: 1.5;
}

.case-cta .cta-card p{
margin-top: 14px;
font-size:16px;
font-weight:600;
line-height: 1.6;
letter-spacing: -0.55px;
}

.case-mid-inquiry .cta-card p{
white-space: nowrap;
}

.case-cta .cta-btn-wrap{
justify-content: stretch;
flex-direction: column;
gap: 12px;
}

.case-cta .cta-btn,
.case-cta .cta-btn:not(.blog):not(.case-kakao-gray){
width: 100%;
min-width: 0;
height: 52px;
font-size: 16px;
}

.case-hero .inner{
min-height: 700px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
padding-top: 44px;
padding-bottom: 72px;
}

.case-hero-copy{
max-width: 100%;
margin-left: 0;
}

.case-section{
padding: 52px 0;
}

.case-section.compact{
padding-top: 46px;
padding-bottom: 68px;
}

.section-top{
display: block;
margin-bottom: 24px;
}

.section-label{
letter-spacing: 2.8px;
}

.section-top h2{
font-size: clamp(27px, calc(22.873px + 1.058vw), 31px);
line-height: 1.22;
letter-spacing: -0.8px;
}

.case-section.compact .section-top h2{
    font-size: clamp(24px, calc(19.873px + 1.058vw), 28px);
    line-height: 1.04;
}

.section-top p{
font-size:17.5px;
line-height: 1.65;
}

.section-more{
margin-top: 18px;
font-size: 18px;
}

.rep-layout{
grid-template-columns: 1fr;
gap: 14px;
}

.rep-hero-card{
min-height: 480px;
border-radius: 0;
}

.rep-hero-card::before{
content: none;
}

.rep-hero-card img{
right: -10%;
bottom: 1%;
width: 90%;
max-height: 56%;
}

.rep-hero-content{
width: 100%;
padding: 34px 28px;
}

.rep-hero-card h3{
font-size: clamp(27px, calc(23.905px + 0.794vw), 30px);
margin-top: 28px;
}

.rep-hero-card p{
font-size: 15.5px;
max-width: 86%;
}

.case-link{
position: absolute;
top: 34px;
right: 28px;
z-index: 3;
margin-top: 0;
}

.rep-grid{
grid-template-columns: 1fr;
gap: 14px;
}

.rep-small-card{
min-height: 196px;
border-radius: 0;
}

.rep-small-card img{
right: 2px;
bottom: 2px;
width: 45%;
max-height: 82%;
}

.rep-small-card h3{
max-width: 54%;
font-size: 21px;
}

.rep-small-card p{
max-width: 52%;
font-size:15.5px;
margin-bottom: 34px;
}

.lineup-strip{
grid-template-columns: 1fr;
border-radius: 0;
}

.lineup-card{
min-height: 360px;
border-right: 0;
border-bottom: 1px solid rgba(13, 30, 61, 0.14);
padding: 30px 24px 26px;
}

.lineup-card:last-child{
border-bottom: 0;
}

.lineup-card::before{
content: none;
}

.lineup-card img{
right: 10px;
bottom: 12px;
width: 58%;
max-width: 310px;
height: auto;
max-height: none;
object-fit: contain;
object-position: right bottom;
filter: none;
}

.lineup-card-content{
max-width: 44%;
min-height: 304px;
}

.lineup-card h3{
font-size: 26px;
line-height: 1.12;
letter-spacing: -0.9px;
}

.lineup-card span{
margin-top: 10px;
font-size: 13.5px;
line-height: 1.18;
letter-spacing: 0.04em;
}


.industry-grid-only{
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}

.industry-mini{
min-height: 190px;
padding: 16px 14px;
border-radius: 0;
}

.industry-mini .image-box{
width: 100%;
height: 145px;
margin-bottom: 12px;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
overflow: hidden;
border-radius: 0;
}

.industry-mini img{
width: auto;
max-width: 100%;
height: 130px;
object-fit: cover;
border-radius: 0;
object-position: center center;
margin: 0 auto;
}

.industry-mini strong{
font-size: 14.5px;
}

.industry-mini .arrow{
right: 12px;
bottom: 14px;
}

.private-block{
padding: 0;
border-radius: 0;
}

.private-head{
grid-template-columns: 1fr;
gap: 24px;
}

.private-copy h2{
font-size: 30px;
}

.private-copy p{
font-size:17px;
}

.private-grid{
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}

.private-card{
min-height: 144px;
padding: 22px 12px;
}

.lock-icon{
width: 45px;
height: 45px;
margin-bottom: 14px;
}

.case-cta.case-bottom-cta{
padding: 0 0 140px;
}

.cta-card{
grid-template-columns: 1fr;
gap: 24px;
padding: 34px 24px;
border-radius: 0;
}

.cta-card h2{
font-size: 25px;
line-height: 1.5;
}

.cta-btn{
width: 100%;
min-width: 0;
height: 52px;
font-size: 16px;
}


.case-archive-bridge{
padding: 40px 0 52px;
}

.archive-bridge-card{
padding: 30px 0 24px;
border-radius: 0;
}

.archive-bridge-top{
display: block;
margin-bottom: 32px;
}

.archive-bridge-label{
font-size: 13.5px;
letter-spacing: 2.4px;
}

.archive-bridge-card h2{
font-size: clamp(27px, calc(24.937px + 0.529vw), 29px);
line-height: 1.2;
letter-spacing: -0.8px;
}

.archive-bridge-card p{
margin-top: 12px;
font-size:17px;
line-height: 1.6;
}

.archive-bridge-info{
grid-template-columns: 1fr;
gap: 0;
margin-bottom: 30px;
border-top: 1px solid rgba(13, 30, 61, 0.09);
}

.archive-bridge-stat,
.archive-bridge-point{
min-height: auto;
padding: 22px 0;
border-left: 0;
border-bottom: 1px solid rgba(13, 30, 61, 0.09);
}

.archive-bridge-stat strong{
font-size: 47px;
}

.archive-bridge-stat em{
font-size: 15px;
letter-spacing: 3.4px;
}

.archive-bridge-stat > span{
margin-top: 10px;
font-size: 15px;
}

.archive-bridge-point strong{
font-size: 19px;
}

.archive-bridge-btn{
width: 100%;
min-height: 56px;
border-radius: 10px;
font-size: 19px;
gap: 12px;
}

.archive-bridge-btn::after{
font-size: 23px;
}

.kspl-final-process{
margin: 72px auto 0;
padding: 0 20px 32px;
}

.kspl-final-process h2{font-size: clamp(35px, calc(24.683px + 2.646vw), 45px);
font-weight:700;
line-height: 1.08;
letter-spacing: 0.04em;
margin: 0;

text-transform: none;}

.kspl-final-process p{font-size:24px;
font-weight:700;
line-height: 1.3;
letter-spacing: -0.8px;
margin: 14px 0 0;
}

.rep-small-card .small-link{
bottom: 22px;
}

.case-kicker{
opacity: 0;
transform: translateY(14px);
animation: none;
}

.case-hero-copy-group{
opacity: 1;
transform: none;
}

.case-hero-note span{
font-family:"Paperlogy","Pretendard",sans-serif;
display: block;
opacity: 0;
visibility: visible;
transform: translateY(18px);
animation-name: fadeUpKsplFinal;
animation-duration: 1.7s;
animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
animation-fill-mode: forwards;
transition: none;
}

.case-hero-note span:nth-child(1){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 2.18s;
}

.case-hero-note span:nth-child(2){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 2.52s;
}

.case-hero-note span:nth-child(3){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 2.86s;
}

.case-mid-inquiry{
padding: 0 0 44px;
}

.kspl-product-family-lightbox-stage{
justify-content: flex-start;
padding: 72px 18px 34px;
}

.kspl-philosophy-banner{
padding-top: 0;
padding-bottom: 0;
margin-top: -25px;
margin-bottom: -10px;
}

.case-process-showcase .case-process-block{
margin-bottom: 50px;
}

.case-process-showcase .case-process-title{
margin-bottom: 32px;
}

.case-process-showcase .case-process-title h2{
font-size: 24px;
line-height: 1.12;
letter-spacing: -0.25px;
}

.case-process-showcase .case-process-title p{
font-size:16px;
font-weight:600;
line-height: 1.4;
}

.case-process-showcase .case-process-mold img{
height: 260px;
border-radius: 0;
}

.case-process-showcase .case-product-grid{
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}

.case-process-showcase .case-product-item,
.case-process-showcase .case-product-item-core{
grid-column: auto;
}

.case-process-showcase .case-product-item img{
height: auto;
aspect-ratio: 1 / 1;
border-radius: 0;
}

.case-process-showcase .case-process-badge{
left: 12px;
bottom: 12px;
padding: 6px 10px 5px;
border-radius: 0;
font-size: 13px;
}

.kspl-philosophy-banner .wrap,
.caseall-brand-banner .wrap,
.caseall-philosophy-banner .wrap,
.kspl-product-family-showcase,
.index-philosophy-slider{
aspect-ratio: 2.2 /1;
}

.kspl-p2-head{
margin-bottom: 24px;
}

.kspl-p2-head p,
.kspl-p2-case-text p{
font-size:20px;
line-height: 1.6;
}

.kspl-p2-grid-2,
.kspl-p2-gallery{
grid-template-columns: 1fr;
gap: 16px;
}

.kspl-p2-grid-2 .kspl-p2-figure:first-child,
.kspl-p2-grid-2 .kspl-p2-figure:last-child,
.kspl-p2-gallery .kspl-p2-figure,
.kspl-p2-case-feature .kspl-p2-figure{
min-height: auto;
}

.kspl-p2-gallery .kspl-p2-figure img,
.kspl-p2-grid-2 .kspl-p2-figure img,
.kspl-p2-case-feature .kspl-p2-figure img{
height: auto;
object-fit: cover;
border-radius: 0;
}

.kspl-p2-application-case-section{
padding-top: 26px;
}

.kspl-p2-case-gallery-sub{
border-radius: 0;
}

html body .case-hero{
min-height: 700px;
position: relative;
overflow: hidden;
border-radius: 0;
background: var(--color-white-short);
isolation: isolate;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

html body .case-hero .inner{
position: relative;
z-index: 2;
min-height: 700px;
}

html body .case-hero-copy{
position: relative;
z-index: 2;
opacity: 1;
visibility: visible;
transform: translateX(0);
animation: none;
}

html body .case-hero-copy-group{
position: relative;
z-index: 2;
opacity: 1;
visibility: visible;
transform: none;
animation: none;
}

html body .case-hero .case-kicker{
display: inline-block;
visibility: visible;
opacity: 0;
transform: translateY(14px);
animation: caseHeroKickerMobileOnly 0.72s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s forwards;
}

@keyframes caseHeroKickerMobileOnly{
from{
opacity: 0;
transform: translateY(14px);
}

to{
opacity: 1;
transform: translateY(0);
}
}

html body .case-hero h1{
visibility: visible;
font-size: 60px;
line-height: 1.1;
letter-spacing: -3px;
animation: fadeUpKsplFinal 1.3s cubic-bezier(0.22, 0.61, 0.36, 1) 1.3s both;
}

html body .case-hero-brand-sub{
visibility: visible;
margin-top: 7px;
font-size: 24px;
line-height: 1.3;
letter-spacing: -0.8px;
animation: fadeUpKsplFinal 1.25s cubic-bezier(0.22, 0.61, 0.36, 1) 1.72s both;
}

html body .case-hero-note{
font-family:"Paperlogy","Pretendard",sans-serif;
display: block;
visibility: visible;
opacity: 1;
max-width: 420px;
margin-top: 128px;
position: relative;
z-index: 3;
}

html body .case-hero-note span{
font-family:"Paperlogy","Pretendard",sans-serif;
display: block;
visibility: visible;
color: #111111;
-webkit-text-fill-color: #111111;
font-size: 16.5px;
font-weight: 450;
line-height: 1.9;
letter-spacing: -0.2px;
text-align: left;
text-shadow: none;
animation-name: fadeUpKsplFinal;
animation-duration: 1.7s;
animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
animation-fill-mode: both;
}

html body .case-hero-note span:nth-child(1){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 2.18s;
}

html body .case-hero-note span:nth-child(2){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 2.52s;
}

html body .case-hero-note span:nth-child(3){
font-family:"Paperlogy","Pretendard",sans-serif;
animation-delay: 2.86s;
}

.case-hero::before{
content: "";
display: block;
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
background: url("mobilea5.webp") center bottom / cover no-repeat var(--color-white-short);
filter: none;
opacity: 0;
transform: translateY(26px) scale(1.015);
transform-origin: center center;
animation: caseHeroBgEntranceFinalSoft 2.05s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.kspl-p2-case-feature-zoom{
cursor: zoom-in;
}

.kspl-p2-section{
padding: 50px 0;
}

.kspl-p2-wrap{
width: min(100% - 32px, 1240px);
}

.kspl-p2-grid-2,
.kspl-p2-case-feature{
grid-template-columns: 1fr;
}

.kspl-p2-gallery{
grid-template-columns: repeat(2, 1fr);
}

.kspl-p2-gallery .kspl-p2-figure:nth-child(1),
.kspl-p2-gallery .kspl-p2-figure:nth-child(4){
grid-column: auto;
}

.kspl-p2-case-feature{
padding: 0;
border-radius: 0;
grid-template-columns: 1fr;
gap: 22px;
margin-bottom: 34px;
}

.kspl-p2-case-gallery{
gap: 8px;
}

.kspl-product-family-lightbox{
padding: 18px;
background: rgba(18, 22, 28, 0.88);
}

.kspl-product-family-lightbox img{
max-width: 94vw;
max-height: 82vh;
overflow: hidden;
border-radius: 0;
background: #ffffff;
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.kspl-product-family-lightbox-close{
top: 14px;
right: 14px;
width: 42px;
height: 42px;
background: rgba(255, 255, 255, 0.96);
color: var(--color-black);
-webkit-text-fill-color: var(--color-black);
border: 0;
font-size: 29px;
box-shadow: none;
}

.js-kspl-product-family-lightbox,
.js-kspl-product-family-lightbox img{
cursor: zoom-in;
}

.kspl-product-family-lightbox.is-wide-detail{
padding: 0;
}

.kspl-product-family-lightbox.is-wide-detail .kspl-product-family-lightbox-stage{
width: 100%;
height: 100%;
max-height: none;
justify-content: flex-start;
overflow: auto;
padding: 66px 14px 24px;
}

.kspl-product-family-lightbox.is-wide-detail img{
flex: 0 0 auto;
width: auto;
max-width: none;
height: calc(100dvh - 90px);
max-height: none;
object-fit: cover;
border-radius: 0;
}


  /* TOP HERO MUST REMAIN FULL-BLEED */
  .case-hero{
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }


/* CASE CONTENT BANNER */
.products-brand-banner .wrap{
  width:calc(100% - 32px);
  max-width:none;
  aspect-ratio:3 / 2;
  border:1px solid rgba(13,30,61,.10);
}
.products-brand-banner-img[src="casepage.webp"]{content:url("casepage-mobile.webp");}


  
  
  
  
  
  
  
  
  
  
  

  


.kspl-case-lightbox{
  padding:14px;
}

.kspl-case-lightbox img{
  max-width:94vw;
  max-height:82vh;
  overflow:hidden;
  border-radius:0;
  background:#ffffff;
  box-shadow:0 24px 70px rgba(0, 0, 0, 0.36);
}

.kspl-case-lightbox-close{
  top:14px;
  right:14px;
  width:40px;
  height:40px;
  font-size:29px;
}

.kspl-case-lightbox.has-detail{
  align-items:center;
  padding:14px;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-stage{
  display:block;
  width:min(560px,94vw);
  max-height:88vh;
  min-height:0;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  background:#ffffff;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-media{
  width:100%;
  height:auto;
  aspect-ratio:1 / 1;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-media img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.kspl-case-lightbox.has-detail .kspl-case-lightbox-detail{
  width:100%;
  padding:26px 22px 22px;
}

.kspl-case-lightbox-kicker{
  margin-bottom:10px;
  font-size:10px;
}

.kspl-case-lightbox-title{
  font-size:24px;
  line-height:1.2;
}

.kspl-case-lightbox-subtitle{
  margin-top:9px;
  font-size:13px;
  line-height:1.5;
}

.kspl-case-lightbox-rule{
  margin:19px 0 2px;
}

.kspl-case-lightbox-info-row{
  padding:14px 0 13px;
}

.kspl-case-lightbox-info-label{
  margin-bottom:5px;
}

.kspl-case-lightbox-info-value{
  font-size:13px;
  line-height:1.58;
}
}

/* =========================================================
   MOBILE CSS END
========================================================= */
