@charset "utf-8";

/* =========================================================
   공통 / 기본 레이아웃 CSS
   ※ 원본 순서 유지 / 코드 삭제 없음
========================================================= */

#sub-wrap{padding-top:80px}
.cont-wrap .img-box{margin:3rem 0}

.header-section{margin-top:5rem}
.category-badge{display:block;margin-bottom:15px;font-size:1rem;font-weight:700;text-transform:uppercase}
.sub-visual-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:auto;padding:40px 0 0;background-color:#fff}
.img-container{position:relative;width:100%;aspect-ratio:16/7;overflow:hidden}
.visual-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.overlay-text{position:absolute;bottom:40px;left:40px;z-index:2;color:rgba(255,255,255,0.9);font-size:1.25rem;font-weight:500;text-shadow:0 2px 10px rgba(0,0,0,0.5)}

.content-wrap{position:relative;z-index:10;background:#fff}
.visual-picture{display:block;width:100%;height:100%}

@media (max-width:768px){
    .sub-visual-wrapper{height:auto;min-height:0;padding:3rem 0 0;align-items:flex-start}
    .img-container{width:100%;aspect-ratio:4/3;border-radius:0}
    .visual-img{object-position:center center}
    .overlay-text{bottom:20px;left:20px;padding-right:1rem;font-size:1rem}
}

/* =========================================================
   타 페이지/공통 컴포넌트 가능 영역
   ※ 현재 4개 PHP 본문 기준 일부 미사용 가능
========================================================= */

/* .comp-container{margin:3rem 0}
.comp-title{margin-bottom:30px;color:var(--text-main);font-size:1.2rem;font-weight:700;text-align:center}
.comp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.comp-badge{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:130px;padding:25px 10px;border:1px solid #d1d5db;border-radius:12px;background:#fff;text-align:center}
.comp-badge.korea{border:1px solid var(--point-border);background:#fff}
.comp-country{margin-bottom:10px;color:var(--text-sub);font-size:1rem;font-weight:500}
.comp-multiplier{color:var(--text-main);font-size:2rem;font-weight:700;line-height:1}
.comp-badge.korea .comp-multiplier{color:var(--point)}
.comp-desc{margin-top:8px;color:#999;font-size:0.85rem;font-weight:400}

.cycle-container{display:flex;justify-content:space-between;align-items:stretch;gap:10px;margin:50px 0;padding:0;border:none;background:transparent}
.cycle-step{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:center;min-height:140px;padding:20px 10px;border:1px solid #e5e5e5;border-radius:12px;background:#fff;text-align:center}
.cycle-step i{margin-bottom:15px;color:var(--text-sub);font-size:2rem}
.cycle-step span{color:var(--text-main);font-size:0.95rem;font-weight:700;line-height:1.4}
.cycle-arrow-item{align-self:center;color:var(--border);font-size:1.2rem}
.step-danger{border-color:var(--point);background-color:#fffbfb}
.step-danger i,.step-danger span{color:var(--point)!important}
.step-point{border-color:var(--point)}
.step-point i{color:var(--point)}

.mismatch-diagram{display:flex;align-items:stretch;gap:20px;margin:40px 0}
.mismatch-box{display:flex;flex:1;flex-direction:column;align-items:center;padding:30px 20px;border:1px solid var(--border);border-radius:16px;background:#fff;text-align:center}
.mismatch-icon-big{margin-bottom:15px;font-size:2rem}
.mismatch-title{margin-bottom:10px;color:var(--text-main);font-size:1.2rem;font-weight:700}
.mismatch-desc{color:var(--text-sub);font-size:0.95rem;line-height:1.5}
.mismatch-desc strong{color:var(--text-main)}
.mismatch-break-center{display:flex;justify-content:center;align-items:center;color:var(--light-gray);font-size:2rem}

.chart-box{margin:40px 0;border:1px solid var(--border);border-radius:16px;background:#fff}
.chart-title{margin-bottom:30px;font-size:1.2rem;font-weight:700;text-align:center}
.chart-title .years{font-size:.875rem;color:#707070}
.bar-wrap{margin-bottom:20px}
.bar-info{display:flex;justify-content:space-between;margin-bottom:8px;font-size:0.95rem;font-weight:600}
.bar-bg{height:30px;border-radius:6px;background:#eee;overflow:hidden}
.bar-fill{width:0;height:100%;padding-right:15px;border-radius:6px;background:var(--orange);color:#fff;font-size:0.85rem;line-height:30px;text-align:right;transition:width 1.5s ease-out}

.icon-diagram{display:flex;flex-wrap:wrap;gap:20px;margin:40px 0}
.icon-box{flex:1;min-width:200px;padding:30px;border:1px solid var(--border);border-radius:16px;background:#fff;text-align:center}
.icon-box i{display:block;margin-bottom:15px;font-size:2.5rem}
.quote-box{margin:40px 0;padding:30px;background-color:#f8f8f8}
.quote-en{display:block;color:var(--primary);font-family:'Georgia',serif;font-size:1rem;font-style:italic;line-height:1.6}
.quote-kr{display:block;color:var(--text-sub);font-size:1rem;font-weight:300}
.quote-source{font-size:.875rem;color:#909090}

.osha-penalty-container{margin:60px 0}
.penalty-card h4{word-break:keep-all}

@media (min-width:768px){
    .osha-grid{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:1024px){
    .osha-grid{grid-template-columns:repeat(4,1fr)}
} */

/* =========================================================
   공통 하단 네비게이션 / 본문 / 작성자 영역
========================================================= */

/* [영역] 하단 섹션 (네비게이션 카드 스타일) */
.bottom-section{margin-top:0;padding:80px 0;background-color:var(--bg-light-gray)}
.post-navigation{display:flex;justify-content:space-between;gap:20px;border:none}
.nav-item{display:flex;align-items:center;width:50%;padding:40px 30px;background-color:#fff;border:1px solid #e5e5e5;text-decoration:none;transition:border-color 0.3s}
.nav-item:hover{border-color:var(--point)}
.nav-item.prev{justify-content:flex-start;text-align:left}
.nav-item.prev .nav-icon{margin-right:20px}
.nav-item.next{justify-content:flex-end;text-align:right}
.nav-item.next .nav-icon{margin-left:20px}
.nav-item.prev .nav-label{color:var(--navy)}
.nav-item:hover.prev{border-color:var(--navy)}
.nav-text{display:flex;flex-direction:column;gap:8px;width:100%}
.nav-label{color:var(--point);font-size:0.9rem;font-weight:700}
.nav-title{color:#111;font-size:1.1rem;font-weight:700;line-height:1.4;word-break:keep-all}
.nav-icon{flex-shrink:0;color:#ccc;font-size:1.5rem}

/* [컴포넌트] 텍스트 하이라이트 효과 */
.content-wrap .highlight-quote-box{margin-bottom:2rem}
.content-wrap .highlight-quote-box h5{color:#ccc;font-weight:700}
.reveal-text{display:inline;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(to right,#111 50%,#ccc 50%);background-size:200% 100%;background-position:100% 0}

#sub-wrap .content-wrap{letter-spacing:-.04rem}
#sub-wrap .content-wrap p {display:block;margin-bottom:1.25rem;font-size:1.25rem;text-align:left;line-height:1.6;word-break:keep-all;color:#3f3f3f;letter-spacing:-0.05rem}

/* [컴포넌트] 저자 소개 박스 */
.author-box{display:flex;align-items:flex-start;gap:40px;padding:50px;margin-top:5rem;background-color:#f9f9f9;border-radius:20px}
.author-box .auth-img{flex-shrink:0;width:120px;height:120px;border-radius:50%;overflow:hidden;background:#f5f5f5}
.author-box .auth-img img {width:100%;height:100%;object-fit:cover}
.author-box .auth-info {flex-shrink:0;width:200px;padding-top:10px}
.author-box .auth-info .role {display:block;color:var(--point);font-weight:800;font-size:1.1rem;margin-bottom:5px;font-family:'Montserrat',sans-serif}
.author-box .auth-info .name {display:block;font-size:1.5rem;font-weight:800;color:#222;margin-bottom:5px;line-height:1.3}
.author-box .auth-info .affil {display:block;color:#888;font-size:1.05rem;font-weight:500}
.author-box .auth-bio {flex-grow:1;padding-top:10px}
.author-box .auth-bio .bio-label {display:block;color:var(--point);font-weight:800;font-size:1.1rem;margin-bottom:15px}
.author-box .bio-list {list-style:none;margin:0;padding:0}
.author-box .bio-list li {position:relative;padding-left:0;color:#666;font-size:1.05rem;line-height:1.6}

@media (max-width:768px){
    h1 {font-size:2.2rem}
    .img-box-wrap {height:300px}
    .img-box-wrap img {width:100%;height:100%;object-fit:cover}
    .comp-grid {grid-template-columns:repeat(2,1fr);gap:10px}
    .comp-badge {min-height:110px;padding:20px 5px}
    .comp-multiplier {font-size:1.6rem}
    .cycle-container {flex-direction:column}
    .cycle-arrow-item {margin:10px 0;transform:rotate(90deg)}
    .mismatch-diagram {flex-direction:column}
    .mismatch-break-center {padding:10px 0;transform:rotate(90deg)}
    .post-navigation {flex-direction:column;gap:15px}
    .post-navigation .nav-item{width:100%;padding:25px 20px}
    .author-box {flex-direction:column;gap:30px;padding:30px;text-align:center;align-items:center}
    .author-box .auth-info {width:100%;padding-top:0}
    .author-box .auth-bio {width:100%;padding-top:0;text-align:left}
    .header-section {margin-top:4rem}
    .header-section h1{font-size:2.5rem;line-height:1.3}

}

/* =========================================================
   공통 본문 이미지 영역 비율
   - PC: 16:9
   - 모바일: 세로 여유 있는 비율
========================================================= */

#sub-wrap .cont-wrap .ai-placeholder-figure,
#sub-wrap .cont-wrap .ethics-img-figure,
#sub-wrap .cont-wrap .legal-img-figure{width:100%;margin:3.5rem 0;aspect-ratio:16/8;overflow:hidden}

#sub-wrap .cont-wrap .ai-placeholder-figure img,
#sub-wrap .cont-wrap .ethics-img-figure img,
#sub-wrap .cont-wrap .legal-img-figure img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}

@media (max-width:768px){
    #sub-wrap .cont-wrap .ai-placeholder-figure,
    #sub-wrap .cont-wrap .ethics-img-figure,
    #sub-wrap .cont-wrap .legal-img-figure{margin:2.5rem 0;aspect-ratio:4/3}
}

/* =========================================================
   타 페이지/갤러리/인터뷰/히스토리 가능 영역
   ※ 현재 4개 PHP 본문 기준 일부 미사용 가능
========================================================= */
.history-page .history-header{padding-top:80px;padding-bottom:40px;display:flex;align-items:center;gap:20px}
.history-page .history-header .page-title{font-size:1.5rem;font-weight:700;color:#111;white-space:nowrap}
.history-page .history-header .title-line{width:100%;height:1px;background-color:#e5e5e5;flex-grow:1}
.history-page .history-grid{align-items:start}
.history-page .history-item{display:block;position:relative;color:inherit;text-decoration:none}
.history-page .cover-box{position:relative;width:100%;aspect-ratio:1/1.4;border-radius:4px;overflow:hidden;background-color:#f3f4f6}
.history-page .cover-box::after{content:"";position:absolute;inset:0;z-index:1;background:rgba(0,0,0,0)}
.history-page .cover-box img{position:relative;z-index:0;display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.history-page .history-item:hover .cover-box img{transform:scale(1.04)}
.history-page .new-badge{position:absolute;bottom:10px;left:10px;z-index:3;display:inline-flex;align-items:center;justify-content:center;padding:3px 9px;border-radius:20px;color:#fff;font-size:.75rem;font-weight:800;line-height:1.4}
.history-page .vol-info{margin-top:10px;color:#666;font-size:.95rem;font-weight:800;text-align:center;opacity:0;transform:translateY(-4px);transition:opacity .3s ease,transform .3s ease}
.history-page .history-item:hover .vol-info{opacity:1;transform:translateY(0)}
.history-page .vol-info strong{display:block;color:#666;font-size:.95rem;font-weight:800;line-height:1.35}


@media (max-width:768px){
    .history-page .history-header{padding-top:40px;padding-bottom:20px}
    .history-page .history-header .page-title{font-size:1.25rem}
    .history-page .new-badge{bottom:8px;left:8px;font-size:.7rem}
    .history-page .vol-info{opacity:1;transform:none;font-size:.85rem}
    .history-page .vol-info strong{font-size:.85rem}
}

/*.news-gallery-layout{display:flex;gap:30px;height:700px}
.thumbs-col{width:180px;flex-shrink:0;height:100%}
.gallery-thumbs{height:100%;padding:2px}
.thumb-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all 0.3s}
.thumb-item img{width:100%;height:100%;display:block;aspect-ratio:1/1;object-fit:cover;filter:grayscale(100%);transition:filter 0.3s}
.gallery-thumbs .swiper-slide-thumb-active .thumb-item{border-color:var(--point);box-shadow:0 5px 15px rgba(0,0,0,0.15)}
.gallery-thumbs .swiper-slide-thumb-active .thumb-item img{filter:grayscale(0%)}
.gallery-thumbs .swiper-slide:hover .thumb-item img{filter:grayscale(0%)}
.main-col{flex-grow:1;background-color:#f4f4f4;border-radius:20px;padding:30px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.gallery-top{width:100%;height:100%}
.gallery-top .swiper-slide{display:flex;align-items:center;justify-content:center}
.gallery-top .swiper-slide img{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;box-shadow:0 15px 40px rgba(0,0,0,0.15)}
.gallery-top .swiper-button-next,.gallery-top .swiper-button-prev{color:var(--gray)!important;background:rgba(255,255,255,0.8);width:50px;height:50px;border-radius:50%;border:1px solid var(--light-gray);box-shadow:none}
.gallery-top .swiper-button-next:hover,.gallery-top .swiper-button-prev:hover{color:var(--point)!important}
.gallery-top .swiper-button-next:after,.gallery-top .swiper-button-prev:after{font-size:1.125rem;font-weight:400}

.video-section{margin:0 auto}
.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,0.15)}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}
.video-desc{margin-top:50px;padding:0 20px}

.q-block .q-label{display:block;font-size:0.95rem;font-weight:800;color:var(--point);margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}
.q-block h3{font-size:1.6rem;font-weight:700;color:#222;margin-bottom:20px;line-height:1.3;word-break:keep-all}
.q-block p{font-size:1.1rem;line-height:1.7;color:#555;text-align:left;word-break:keep-all;margin-bottom:15px}
.q-block .highlight-text{font-size:1.25rem;font-weight:700;color:var(--navy);margin-top:30px;font-style:italic;word-break:keep-all}
.intro-section{display:flex;gap:50px;align-items:center;margin-bottom:80px}
.intro-img{position:relative;width:40%;flex-shrink:0}
.intro-img img{width:100%;border-radius:16px}
.name-tag{position:absolute;bottom:20px;right:-20px;background:#fff;padding:15px 25px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.1)}
.name-tag strong{display:block;font-size:1.2rem;color:#222}
.name-tag span{font-size:0.9rem;color:#888}
.intro-text{flex:1}
.zigzag-row{display:flex;gap:50px;align-items:center;margin-bottom:60px}
.zigzag-row .text-col{flex:1}
.zigzag-row .img-col{width:45%;flex-shrink:0}
.zigzag-row .img-col img{width:100%;border-radius:16px}
.gallery-grid-section{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:200px 200px;gap:15px;position:relative}
.grid-item img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.grid-item.main{grid-row:1/3}
.grid-item.sub1{grid-column:2;grid-row:1}
.grid-item.sub2{grid-column:2;grid-row:2}
.wide-text-wrapper{display:flex;flex-direction:column;gap:30px}
.wide-text-box{background:#fff;padding:40px;border-radius:20px;border:1px solid var(--border)}
.wide-text-box.highlight{background:#fff5f0;border-color:var(--point)}
.box-label{display:inline-block;background:var(--navy);color:#fff;padding:5px 15px;border-radius:20px;font-size:0.9rem;font-weight:700;margin-bottom:20px}
.wide-text-box.highlight .box-label{background:var(--point)}
.wide-text-box h4{font-size:1.4rem;font-weight:800;color:#222;margin-bottom:20px;line-height:1.4;word-break:keep-all}
.wide-text-box p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:15px;text-align:left;word-break:keep-all}
.interview-layout-v2 .point-text{font-size:1.25rem!important;font-weight:700;color:var(--point)!important;line-height:1.4!important;margin:30px 0!important;text-align:left;word-break:keep-all}

.event-poster-box{display:flex;gap:20px;justify-content:center;align-items:flex-start}
.poster-item{flex:1;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.08)}
.poster-item img{width:100%;height:auto;display:block}
.btn-video-link{display:inline-flex;align-items:center;gap:12px;padding:18px 50px;background:var(--navy);color:#fff;border-radius:100px;font-size:1.3rem;font-weight:800;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);text-decoration:none;box-shadow:0 10px 20px rgba(0,0,0,0.15)}
.btn-video-link .icon-box{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border-radius:50%;color:var(--navy);font-size:1rem;transition:all 0.3s}
.btn-video-link:hover .icon-box{color:var(--point)}
.bg-point-orange{background-color:var(--orange);color:#fff}
.bg-point-orange:hover{background-color:var(--orange);filter:brightness(0.9)}

@media (max-width:768px){
    h1{font-size:2.2rem}
    .img-box-wrap{height:300px}
    .img-box-wrap img{width:100%;height:100%;object-fit:cover}
    .comp-grid{grid-template-columns:repeat(2,1fr);gap:10px}
    .comp-badge{min-height:110px;padding:20px 5px}
    .comp-multiplier{font-size:1.6rem}
    .cycle-container{flex-direction:column}
    .cycle-arrow-item{margin:10px 0;transform:rotate(90deg)}
    .mismatch-diagram{flex-direction:column}
    .mismatch-break-center{padding:10px 0;transform:rotate(90deg)}
    .post-navigation{flex-direction:column;gap:15px}
    .nav-item{width:100%;padding:25px 20px}
    .auth-info{width:100%;padding-top:0}
    .auth-bio{width:100%;padding-top:0;text-align:left}
    .section-title{font-size:1.5rem}
    .allocation-diagram{padding:30px 20px}
    .alloc-card{margin-bottom:10px}
    .plan-card{padding:20px}
    .plan-card ul li{text-align:center}
    .plan-card ul li::before{content:'';padding:0}
    .genz-compare-box{flex-direction:column;gap:30px}
    .compare-card{width:100%}
    .love-flex-wrap{flex-direction:column;gap:30px}
    .love-group{flex-direction:column;padding:1rem}
    .love-item{width:100%;min-height:auto;padding:20px}
    .love-arrow{transform:rotate(90deg);margin:10px 0}
    .routine-steps{flex-direction:column;gap:15px}
    .r-arrow{transform:rotate(90deg)}
    .r-step{width:100%}
    .running-compare-box{flex-direction:column;gap:30px}
    .run-card{width:100%}
    .running-faq-grid{grid-template-columns:1fr;gap:15px}
    .running-course-container{flex-direction:column;gap:20px}
    .interview-container{gap:60px}
    .interview-row{flex-direction:column-reverse!important;gap:50px}
    .int-img{width:100%;max-width:100%}
    .q-title{font-size:1.3rem}
    .a-desc{font-size:1rem}
    .greeting-title{font-size:1.8rem}
    .lead-text{font-size:1.15rem!important}
    .sub-heading{font-size:1.5rem}
    .emphasis-text{font-size:1.2rem!important}
    .dir-title{font-size:1.25rem}
    .closing-text{font-size:1.1rem!important}
    .closing-section{text-align:left}
    .closing-text,.closing-greeting{text-align:left!important}
    .signature-block-v3{text-align:left;border-top:none;margin-top:20px;padding-top:0}
    .img-group{width:100%;height:300px}
    .img-group img{width:100%;height:100%;object-fit:cover}
    .news-gallery-layout{flex-direction:column-reverse;height:auto;gap:20px}
    .thumbs-col{width:100%;height:auto}
    .thumb-item{border-width:2px}
    .thumb-item img{border-radius:0}
    .main-col{padding:0;background:transparent;aspect-ratio:1/1}
    .video-container{border-radius:12px}
    .video-desc{margin-top:30px}
    .intro-section{flex-direction:column}
    .intro-img{width:100%;height:300px}
    .intro-img img{width:100%;height:100%;object-fit:cover}
    .name-tag{right:0;bottom:-20px}
    .zigzag-row{flex-direction:column;gap:30px}
    .zigzag-row.reverse-mobile{flex-direction:column-reverse}
    .zigzag-row .img-col{width:100%;height:300px}
    .zigzag-row .img-col img{width:100%;height:100%;object-fit:cover}
    .gallery-grid-section{grid-template-columns:1fr;grid-template-rows:auto}
    .grid-item.main{grid-row:auto;height:250px}
    .vision-section,.last-section .flex{flex-direction:column}
    .q-badge{font-size:1rem}
    .q-header h3{font-size:1.3rem}
    .section-divider{margin:40px 0}
    .penalty-card strong{font-size:1.625rem}
    .house-layout .img-full-box{width:100%;height:300px}
    .house-layout .img-full-box img{width:100%;height:100%;object-fit:cover}
    .event-poster-box{flex-direction:column;gap:15px}
    .poster-item{width:100%}
    .btn-video-link{width:100%;justify-content:center;font-size:1.1rem;padding:15px 30px}
    .sub-visual-wrapper{height:60vh;align-items:flex-start;padding-top:20px}
    .img-container{width:92%;height:50vh;border-radius:20px}
    .overlay-text{bottom:20px;left:20px;padding-right:1rem;font-size:1.1rem}
}*/

/* =========================================================
   physical-ai-page 전용 CSS
========================================================= */

.physical-ai-page .section-heading{margin:4.5rem 0 1.5rem;color:var(--text-main);font-size:2.5rem;font-weight:700;line-height:1.35;letter-spacing:-.04em;word-break:keep-all}
.physical-ai-page .section-heading:first-of-type{margin-top:3rem}
.physical-ai-page .cont-wrap p strong{color:var(--text-main);font-weight:800}
.physical-ai-page .figure-caption{margin-top:18px;color:#222;font-size:1rem;font-weight:600;text-align:center;word-break:keep-all}
.physical-ai-page .ai-main-question{margin:3rem 0;padding:3.5rem 0 2.5rem;border-top:1px solid #eee;border-bottom:1px solid #eee}
.physical-ai-page .ai-main-question h5{margin:0;color:#ccc;font-weight:600;line-height:1.35}
.physical-ai-page .ai-evolution-box{margin:50px 0;padding:2.25rem;border:1px solid #e5e5e5;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#f8f9fb 100%)}
.physical-ai-page .ai-evolution-flow{display:flex;align-items:stretch;justify-content:center;gap:16px}
.physical-ai-page .ai-flow-card{position:relative;flex:1;padding:34px 24px 30px;border:1px solid #e5e5e5;border-radius:20px;background:#fff;text-align:center;box-shadow:0 10px 24px rgba(0,0,0,0.04)}
.physical-ai-page .ai-flow-card.point{border-color:var(--point);background:#f6f9ff}
.physical-ai-page .ai-flow-card.dark{border-color:var(--navy);background:#f9fbff}
.physical-ai-page .ai-flow-card .flow-num{position:absolute;top:16px;left:18px;color:#bbb;font-size:.8rem;font-weight:700;letter-spacing:.04em}
.physical-ai-page .ai-flow-card i{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 20px;border-radius:50%;background:#f4f4f4;color:var(--navy);font-size:2rem}
.physical-ai-page .ai-flow-card.point i{background:var(--point);color:#fff}
.physical-ai-page .ai-flow-card.dark i{background:var(--navy);color:#fff}
.physical-ai-page .ai-flow-card strong{display:block;margin-bottom:12px;color:#222;font-size:1.25rem;font-weight:700;word-break:keep-all}
.physical-ai-page .ai-flow-card p {margin-bottom:0 !important;line-height:1.55!important;text-align:center!important}
.physical-ai-page .flow-arrow{align-self:center;flex-shrink:0;color:#d5d5d5;font-size:1.4rem}
.physical-ai-page .agent-keyword-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:42px 0}
.physical-ai-page .keyword-item{display:flex;align-items:center;justify-content:center;padding:1rem;border:1px solid #e5e5e5;border-radius:100px;background:#fff;color:#222;font-size:1.25rem;font-weight:700;text-align:center;word-break:keep-all}
.physical-ai-page .keyword-item:nth-child(2n){border-color:#0042fb;color:var(--point);background:#f6f9ff}
.physical-ai-page .ai-table-box{margin:50px 0;padding:40px;border:1px solid #e5e5e5;border-radius:24px;background:#fff}
.physical-ai-page .ai-table-scroll{width:100%;overflow-x:auto}
.physical-ai-page .ai-compare-table{width:100%;min-width:760px;border-collapse:collapse;border-top:2px solid var(--navy)}
.physical-ai-page .ai-compare-table th,
.physical-ai-page .ai-compare-table td {padding:20px 18px;border-bottom:1px solid #e5e5e5;border-right:1px solid #eee;color:#444;font-size:1.25rem;line-height:1.55;text-align:left;word-break:keep-all;vertical-align:middle}
.physical-ai-page .ai-compare-table th:last-child,.physical-ai-page .ai-compare-table td:last-child{border-right:none}
.physical-ai-page .ai-compare-table thead th{background:#f8f9fa;color:#111;font-weight:700;text-align:center}
.physical-ai-page .ai-compare-table tbody th{width:120px;background:#fbfbfb;color:var(--navy);font-weight:700;text-align:center}
.physical-ai-page .ai-compare-table tbody td:nth-child(3){background:#f6f9ff}
.physical-ai-page .ai-compare-table tbody td:nth-child(4){background:#f9fbff}
.physical-ai-page .ai-placeholder-figure{margin:3.5rem 0}
.physical-ai-page .ai-img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:420px;padding:40px;border:1px dashed #cfd6df;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.85),rgba(255,255,255,.85)),repeating-linear-gradient(45deg,#f5f7fa 0,#f5f7fa 10px,#edf1f5 10px,#edf1f5 20px);text-align:center}
.physical-ai-page .ai-img-placeholder.dark{background:linear-gradient(135deg,rgba(46,46,61,.88),rgba(46,46,61,.78)),repeating-linear-gradient(45deg,#2e2e3d 0,#2e2e3d 10px,#373749 10px,#373749 20px);border-color:rgba(255,255,255,.25)}
.physical-ai-page .ai-img-placeholder.light{background:linear-gradient(135deg,rgba(246,249,255,.96),rgba(255,255,255,.9)),repeating-linear-gradient(45deg,#f6f9ff 0,#f6f9ff 10px,#edf3ff 10px,#edf3ff 20px);border-color:rgba(0,66,251,.25)}
.physical-ai-page .ai-img-placeholder i{margin-bottom:18px;color:var(--point);font-size:3.2rem}
.physical-ai-page .ai-img-placeholder.dark i{color:#fff}
.physical-ai-page .ai-img-placeholder strong{display:block;margin-bottom:8px;color:#222;font-size:1.3rem;font-weight:700}
.physical-ai-page .ai-img-placeholder.dark strong,.physical-ai-page .ai-img-placeholder.dark span{color:#fff}
.physical-ai-page .ai-img-placeholder span{color:#666;font-size:1rem;font-weight:600;word-break:keep-all}
.physical-ai-page .bit-atom-diagram{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:48px 0}
.physical-ai-page .bit-atom-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:170px;padding:34px 30px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;text-align:center}
.physical-ai-page .bit-atom-card.point{border-color:var(--point);background:#f6f9ff}
.physical-ai-page .bit-atom-row{display:flex;align-items:center;justify-content:center;gap:14px;width:100%;flex-wrap:wrap}
.physical-ai-page .bit-atom-row span{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:100px;background:#f4f4f4;color:#777;font-size:1rem;font-weight:800;white-space:nowrap}
.physical-ai-page .bit-atom-card.point .bit-atom-row span{background:var(--point);color:#fff}
.physical-ai-page .bit-atom-row strong{display:inline-flex;align-items:center;color:#222;font-size:1.25rem;font-weight:700;white-space:nowrap}
.physical-ai-page .bit-atom-row i{display:inline-flex;align-items:center;justify-content:center;color:#ccc;font-size:1rem}
.physical-ai-page .bit-atom-card p{margin:24px 0 0!important;color:#666;font-size:1.15rem !important;line-height:1.55 !important;text-align:center!important}
.physical-ai-page .physical-process {display:flex;align-items:stretch;justify-content:flex-start;gap:12px;margin:48px 0}
.physical-ai-page .process-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;padding:24px 18px;border:1px solid #e5e5e5;border-radius:18px;background:#fff;text-align:center}
.physical-ai-page .process-item.point{border-color:var(--point);background:#f6f9ff}
.physical-ai-page .process-item i{margin-bottom:14px;color:var(--navy);font-size:2rem}
.physical-ai-page .process-item.point i{color:var(--point)}
.physical-ai-page .process-item strong{display:block;margin-bottom:8px;color:#222;font-size:1.25rem;font-weight:700}
.physical-ai-page .process-item span{color:#666;font-size:1.05rem;line-height:1.4;word-break:keep-all}
.physical-ai-page .process-arrow{align-self:center;flex-shrink:0;color:#ddd}
.physical-ai-page .ai-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:48px 0}
.physical-ai-page .case-card{min-height:220px;padding:34px 30px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;transition:all .25s ease}
.physical-ai-page .case-card:hover{border-color:var(--point);transform:translateY(-4px);box-shadow:0 12px 26px rgba(0,0,0,.06)}
.physical-ai-page .case-card i{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:20px;border-radius:50%;background:#f7f7f7;color:var(--point);font-size:1.65rem}
.physical-ai-page .case-card strong{display:block;margin-bottom:12px;color:#222;font-size:1.35rem;font-weight:700;word-break:keep-all}
.physical-ai-page .smart-home-box{margin:48px 0;padding:40px;border-radius:24px;background:#f9fbfd;border:1px solid #e1e8ed}
.physical-ai-page .smart-home-title{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:26px;color:var(--navy);font-size:1.5rem;font-weight:700;text-align:center;word-break:keep-all}
.physical-ai-page .smart-home-title i{color:var(--point)}
.physical-ai-page .smart-home-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.physical-ai-page .smart-home-grid span{display:flex;align-items:center;justify-content:center;min-height:58px;padding:12px 10px;border:1px solid #e5e5e5;border-radius:12px;background:#fff;color:#555;font-size:1.125rem;font-weight:600;text-align:center;word-break:keep-all}
.physical-ai-page .hybrid-ai-box{margin:56px 0;padding:44px 34px;border:1px solid #e5e5e5;border-radius:28px;background:#fff}
.physical-ai-page .hybrid-title{position:relative;display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:34px;color:var(--navy);font-size:1.5rem;font-weight:700;text-align:center;word-break:keep-all}
.physical-ai-page .hybrid-structure{display:grid;grid-template-columns:1fr .42fr 1fr .42fr 1fr;gap:14px;align-items:center}
.physical-ai-page .hybrid-node{min-height:310px;padding:30px 22px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;text-align:center}
.physical-ai-page .hybrid-node.cloud{border-color:#0042fb;background:#fcfdff}
.physical-ai-page .hybrid-node.edge{border-color:#0069fb;background:#fcfdff}
.physical-ai-page .hybrid-node.device{border-color:#008ffb;background:#fcfdff}
.physical-ai-page .hybrid-node i{display:flex;align-items:center;justify-content:center;width:66px;height:66px;margin:0 auto 18px;border-radius:50%;color:#fff;font-size:1.8rem}
.physical-ai-page .hybrid-node.cloud i{background:#0042fb}
.physical-ai-page .hybrid-node.edge i{background:#0069fb}
.physical-ai-page .hybrid-node.device i{background:#008ffb}
.physical-ai-page .hybrid-node strong{display:block;margin-bottom:8px;color:#222;font-size:1.2rem;font-weight:700}
.physical-ai-page .hybrid-node > span{display:block;margin-bottom:20px;color:#666;font-size:1rem;font-weight:700}
.physical-ai-page .hybrid-node ul{margin:0;padding:0;list-style:none}
.physical-ai-page .hybrid-node ul li{position:relative;margin-bottom:5px;color:#909090;font-size:1rem;line-height:1.45;text-align:center;word-break:keep-all}
.physical-ai-page .hybrid-arrows{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#888;text-align:center}
.physical-ai-page .hybrid-arrows span{color:#777;font-size:.875rem;font-weight:700;word-break:keep-all}
.physical-ai-page .hybrid-arrows i{color:#c7cbd3;font-size:1.2rem}
.physical-ai-page .auth-img-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#fff;color:#ccc;font-size:2.5rem}
.physical-ai-page .auth-info .affil{margin-bottom:6px;line-height:1.45}
.physical-ai-page .bio-list li{word-break:keep-all}

@media (max-width:1024px){
    .physical-ai-page .cont-wrap{max-width:100%}
    .physical-ai-page .agent-keyword-grid{grid-template-columns:repeat(3,1fr)}
    .physical-ai-page .smart-home-grid{grid-template-columns:repeat(2,1fr)}
    .physical-ai-page .ai-flow-card {padding:2rem 1rem}
    .physical-ai-page .ai-flow-card p {font-size:1.125rem !important}
}
@media (max-width:768px){
    .physical-ai-page .section-heading{margin:3.5rem 0 1.25rem;font-size:2.3rem}
    .physical-ai-page .ai-main-question{padding:2.5rem 0 2rem}
    .physical-ai-page .ai-evolution-box,
    .physical-ai-page .ai-table-box,
    .physical-ai-page .smart-home-box,
    .physical-ai-page .hybrid-ai-box{padding:26px 20px;border-radius:20px}
    .physical-ai-page .ai-evolution-flow{flex-direction:column}
    .physical-ai-page .flow-arrow{transform:rotate(90deg);margin:4px 0}
    .physical-ai-page .ai-flow-card{min-height:auto;padding:30px 22px}
    .physical-ai-page .agent-keyword-grid{grid-template-columns:repeat(2,1fr)}
    .physical-ai-page .keyword-item{min-height:60px;border-radius:14px;font-size:1.15rem}
    .physical-ai-page .ai-img-placeholder{min-height:280px;padding:28px 20px}
    .physical-ai-page .bit-atom-diagram{grid-template-columns:1fr}
    .physical-ai-page .bit-atom-row{flex-direction:column;gap:10px}
    .physical-ai-page .bit-atom-row i{transform:rotate(90deg)}
    .physical-ai-page .physical-process{flex-direction:column}
    .physical-ai-page .process-arrow{transform:rotate(90deg);margin:2px 0}
    .physical-ai-page .case-card{min-height:auto;padding:28px 24px}
    .physical-ai-page .smart-home-grid{grid-template-columns:repeat(2,1fr)}
    .physical-ai-page .hybrid-structure{grid-template-columns:1fr}
    .physical-ai-page .hybrid-arrows{flex-direction:row;padding:8px 0}
    .physical-ai-page .hybrid-arrows i{transform:rotate(90deg)}
    .physical-ai-page .hybrid-node{min-height:auto}
    .physical-ai-page .hybrid-title::before,
    .physical-ai-page .hybrid-title::after{width:32px}
    .physical-ai-page .closing-message-box{padding:34px 24px;border-radius:20px}
    .physical-ai-page .closing-message-box strong{font-size:1.25rem}
    .physical-ai-page .ai-compare-table th,
    .physical-ai-page .ai-compare-table td {font-size:1.125rem}
}
@media (max-width:480px){
    .physical-ai-page .agent-keyword-grid {grid-template-columns:1fr}
    .physical-ai-page .ai-case-grid {grid-template-columns:1fr}
    .physical-ai-page .smart-home-grid {grid-template-columns:1fr}
    .physical-ai-page .ai-compare-table {min-width:700px}
    .physical-ai-page .section-heading {font-size:1.95rem}
}

/* =========================================================
   legal-volunteer-page 전용 CSS
========================================================= */

.legal-volunteer-page{
    --lv-section-padding:110px;
    --lv-section-gap:88px;
    --lv-media-gap:42px;
    --lv-heading-gap:48px;
    --lv-qa-gap:56px;
    --lv-divider-gap:76px;
    --lv-counsel-card-gap:56px;
    --lv-question-gap:38px;
    --lv-line:#d8dce3;
    --lv-bg-light:#f7f8fa;
    --lv-bg-blue:#eef3ff;
}

.legal-volunteer-page .content-wrap{margin:0!important;padding:0!important;background:#fff}
.legal-volunteer-page .lv-full-section{width:100%;padding:var(--lv-section-padding) 0}
.legal-volunteer-page .lv-section-01{background:#fff}
.legal-volunteer-page .lv-section-02{background:var(--lv-bg-light)}
.legal-volunteer-page .lv-section-03{background:#fff}
.legal-volunteer-page .lv-section-04{background:var(--lv-bg-blue);padding-bottom:var(--lv-section-padding)}
.legal-volunteer-page .volunteer-content{width:100%}
.legal-volunteer-page .lv-section-label{display:inline-flex;margin-bottom:20px;padding:6px 16px;background:var(--point);color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.legal-volunteer-page .lv-section-heading{display:flex;align-items:center;gap:18px;margin-bottom:var(--lv-heading-gap)}
.legal-volunteer-page .lv-section-heading span{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;background:#e4edff;color:var(--point);font-size:1.25rem;font-weight:700}
.legal-volunteer-page .lv-section-heading h2{margin:0;color:#111;font-size:2rem;font-weight:700;line-height:1.35;letter-spacing:-.045em;word-break:keep-all}
.legal-volunteer-page .lv-media{width:100%;margin:0 0 var(--lv-media-gap);overflow:hidden;background:transparent}
.legal-volunteer-page .lv-media img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}
.legal-volunteer-page .lv-media-cover{height:100%;min-height:720px;margin-bottom:0}
.legal-volunteer-page .lv-media-cover img{height:100%;object-fit:cover;object-position:center}
.legal-volunteer-page .lv-last-media{margin-bottom:0 !important;margin-top:3rem}
.legal-volunteer-page .lv-img-caption{margin-top:.625rem;color:#929292;font-size:.875rem;font-weight:300;letter-spacing:-.045em;text-align:center;word-break:keep-all}
.legal-volunteer-page .lv-reveal-img{position:relative;overflow:hidden;clip-path:none!important;opacity:1!important;visibility:visible!important}
.legal-volunteer-page .lv-reveal-img img{position:relative;z-index:1;will-change:transform;transform-origin:center center}
.legal-volunteer-page .lv-media-cover.lv-reveal-img img{height:100%}
.legal-volunteer-page .lv-reveal-cover{position:absolute;inset:-1px;z-index:2;display:block;background:#fff;pointer-events:none;will-change:transform}
.legal-volunteer-page .lv-intro-block{margin-bottom:var(--lv-section-gap)}
.legal-volunteer-page .lv-ending-block{margin-bottom:var(--lv-section-gap)}
.legal-volunteer-page .lv-section-04 .lv-ending-block{margin-bottom:0}
.legal-volunteer-page .lv-intro-copy p{margin:0!important;color:#333 !important;font-size:1.5rem !important;font-weight:500 !important;line-height:1.75!important;letter-spacing:-.045em;text-align:left!important;word-break:keep-all}
.legal-volunteer-page .lv-ending-copy p{margin:0!important;color:#333;font-size:1.24rem!important;font-weight:600;line-height:1.75!important;letter-spacing:-.045em;text-align:left!important;word-break:keep-all}
.legal-volunteer-page .lv-ending-copy + .lv-media{margin-top:var(--lv-media-gap)}
.legal-volunteer-page .lv-qa-block{margin:0 0 var(--lv-divider-gap);padding-bottom:var(--lv-divider-gap);border-bottom:1px solid var(--lv-line)}
.legal-volunteer-page .lv-qa-block.lv-no-divider{border-bottom:0!important;padding-bottom:0!important}
.legal-volunteer-page .lv-qa-block.lv-last-block{margin-bottom:0!important;padding-bottom:0!important;border-bottom:0!important}
.legal-volunteer-page .lv-qa-pair{display:grid;grid-template-columns:1fr 1fr;gap:var(--lv-qa-gap);align-items:start}
.legal-volunteer-page .lv-question span,.legal-volunteer-page .lv-answer span{display:inline-flex;margin-bottom:16px;color:var(--point);font-size:1.25rem;font-weight:700;letter-spacing:.02em}
.legal-volunteer-page .lv-question h3 {margin:0;color:#111;font-size:1.75rem;font-weight:600;line-height:1.55;letter-spacing:-.045em;word-break:keep-all}
.legal-volunteer-page .lv-answer p{margin:0 !important; color:#555;font-weight:400;text-align:left!important;word-break:keep-all}
.legal-volunteer-page .lv-counsel-interview-layout{display:grid;grid-template-columns:minmax(360px,.86fr) minmax(0,1.14fr);gap:var(--lv-qa-gap);align-items:stretch;margin-bottom:0}
.legal-volunteer-page .lv-counsel-text{display:flex;flex-direction:column;gap:0}
.legal-volunteer-page .lv-counsel-card{padding:0 0 var(--lv-counsel-card-gap);margin:0 0 var(--lv-counsel-card-gap);background:transparent;border:0;border-bottom:1px solid var(--lv-line);box-shadow:none}
.legal-volunteer-page .lv-counsel-card.lv-no-divider{border-bottom:0!important}
.legal-volunteer-page .lv-counsel-card.lv-last-block{margin-bottom:0!important;padding-bottom:0!important;border-bottom:0!important}
.legal-volunteer-page .lv-counsel-card .lv-question{margin-bottom:var(--lv-question-gap)}
.legal-volunteer-page .lv-counsel-card .lv-question span,.legal-volunteer-page .lv-counsel-card .lv-answer span{margin-bottom:16px}
.legal-volunteer-page .lv-cutout-area{position:relative;display:flex;justify-content:center;align-items:flex-end;margin:70px auto -10px;overflow:hidden}
.legal-volunteer-page .lv-cutout-area img{position:relative;z-index:1;display:block;width:60%;max-width:620px;height:auto}

.legal-volunteer-page .sub-visual-wrapper .img-container{position:relative;padding:29px 19px;box-sizing:border-box;background:linear-gradient(150deg,rgba(255, 247, 143, 1) 0%, rgba(255, 251, 200, 1) 50%, rgba(255, 253, 227, 1) 100%);overflow:hidden}
.legal-volunteer-page .sub-visual-wrapper .visual-img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;object-position:center}

@media (max-width:1024px){
    .legal-volunteer-page{
        --lv-section-padding:90px;
        --lv-section-gap:76px;
    }

    .legal-volunteer-page .volunteer-content{max-width:100%}
    .legal-volunteer-page .lv-counsel-interview-layout{grid-template-columns:1fr;gap:36px}
    .legal-volunteer-page .lv-media-cover{height:auto;min-height:0;margin-bottom:0}
    .legal-volunteer-page .lv-media-cover img{height:auto}
    .legal-volunteer-page .lv-media-cover.lv-reveal-img img{height:auto}
    .legal-volunteer-page .lv-cutout-area img{width:70%;max-width:560px}
}

@media (max-width:768px){
    .legal-volunteer-page{
        --lv-section-padding:70px;
        --lv-section-gap:64px;
        --lv-media-gap:30px;
        --lv-heading-gap:34px;
        --lv-qa-gap:26px;
        --lv-divider-gap:62px;
        --lv-counsel-card-gap:44px;
        --lv-question-gap:26px;
    }

    .legal-volunteer-page .lv-intro-copy p{font-size:1.35rem!important;line-height:1.68!important}
    .legal-volunteer-page .lv-ending-copy p{font-size:1.08rem!important;line-height:1.68!important}
    .legal-volunteer-page .lv-section-heading{gap:12px}
    .legal-volunteer-page .lv-section-heading span{width:44px;height:44px;font-size:.9rem}
    .legal-volunteer-page .lv-section-heading h2{font-size:1.55rem}
    .legal-volunteer-page .lv-qa-pair{grid-template-columns:1fr}
    .legal-volunteer-page .lv-counsel-interview-layout{gap:30px}
    .legal-volunteer-page .lv-cutout-area{margin:50px auto -10px}
    .legal-volunteer-page .lv-cutout-area::before{height:48%}
    .legal-volunteer-page .lv-cutout-area img{width:82%;max-width:430px}

    .legal-volunteer-page .sub-visual-wrapper .img-container{padding:16px}
}

@media (max-width:480px){
    .legal-volunteer-page{
        --lv-section-padding:60px;
        --lv-divider-gap:54px;
        --lv-counsel-card-gap:38px;
    }

    .legal-volunteer-page .lv-section-label{font-size:.76rem;padding:5px 13px}
    .legal-volunteer-page .lv-question span,.legal-volunteer-page .lv-answer span{margin-bottom:12px}
    .legal-volunteer-page .lv-question h3{font-size:1.6rem}
}

/* =========================================================
   llm-finance-page 전용 CSS
========================================================= */

.llm-finance-page .section-heading{margin:4.5rem 0 1.5rem;color:var(--text-main);font-size:2.5rem;font-weight:700;line-height:1.35;letter-spacing:-.04em;word-break:keep-all}
.llm-finance-page .section-heading:first-of-type{margin-top:3rem}
.llm-finance-page .cont-wrap > p{font-size:1.25rem!important}
.llm-finance-page .cont-wrap p strong{color:var(--text-main);font-weight:800}
.llm-finance-page .finance-img-figure{margin:3.5rem 0}
.llm-finance-page .finance-img-figure img{display:block;width:100%;height:auto}

.llm-finance-page .finance-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:48px 0}
.llm-finance-page .finance-feature-card{min-height:210px;padding:34px 30px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;text-align:center;box-shadow:0 10px 24px rgba(0,0,0,.04)}
.llm-finance-page .finance-feature-card.point{border-color:var(--point);background:#f6f9ff}
.llm-finance-page .finance-feature-card i{display:flex;align-items:center;justify-content:center;width:68px;height:68px;margin:0 auto 20px;border-radius:50%;background:#f4f4f4;color:var(--navy);font-size:1.8rem}
.llm-finance-page .finance-feature-card.point i{background:var(--point);color:#fff}
.llm-finance-page .finance-feature-card strong{display:block;margin-bottom:12px;color:#222;font-size:1.35rem;font-weight:700;word-break:keep-all}
.llm-finance-page .finance-feature-card p{margin:0!important;color:#666;line-height:1.55!important;text-align:center!important}

.llm-finance-page .finance-stat-box{display:flex;align-items:center;gap:1rem;margin:48px 0;padding:1rem 2rem;border:1px solid rgba(0,66,251,.18);border-radius:24px;background:#f6f9ff}
.llm-finance-page .finance-stat-box span{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:110px;height:110px;border-radius:50%;background:var(--point);color:#fff;font-size:1.5rem;font-weight:700;text-align:center;line-height:1.25}
.llm-finance-page .finance-stat-box strong{display:block;color:#222;font-size:1.5rem;font-weight:700;line-height:1.5;word-break:keep-all}

.llm-finance-page .finance-company-box{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:52px 0}
.llm-finance-page .company-item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:210px;padding:30px 18px;border:1px solid #e5e5e5;border-radius:18px;background:#fff;text-align:center}
.llm-finance-page .company-item:nth-child(2n){border-color:rgba(0,66,251,.22);background:#f6f9ff}
.llm-finance-page .company-logo{display:flex;align-items:center;justify-content:center;width:82px;height:42px;margin:0 auto 20px}
.llm-finance-page .company-logo img{display:block;max-width:100%;max-height:100%;object-fit:contain}
.llm-finance-page .company-item strong{display:block;margin-bottom:12px;color:#222;font-size:1.15rem;font-weight:800;word-break:keep-all}
.llm-finance-page .company-item span{display:block;color:#666;font-size:1.05rem;line-height:1.5;word-break:keep-all}

.llm-finance-page .finance-reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:52px 0}
.llm-finance-page .reason-card{padding:32px 24px;border:1px solid #e5e5e5;border-radius:20px;background:#fff;text-align:center}
.llm-finance-page .reason-card.point{border-color:var(--point);background:#f6f9ff}
.llm-finance-page .reason-card span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:18px;border-radius:50%;background:#f4f4f4;color:#888;font-size:.95rem;font-weight:800}
.llm-finance-page .reason-card.point span{background:var(--point);color:#fff}
.llm-finance-page .reason-card strong{display:block;color:#222;font-size:1.25rem;font-weight:800;line-height:1.45;word-break:keep-all}

.llm-finance-page .finance-office-box{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:52px 0}
.llm-finance-page .office-card{padding:34px 26px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;text-align:center}
.llm-finance-page .office-card.point{border-color:var(--point);background:#f6f9ff}
.llm-finance-page .office-card strong{display:block;margin-bottom:14px;color:#222;font-size:1.25rem;font-weight:800;word-break:keep-all}
.llm-finance-page .office-card p{margin:0!important;color:#666;font-size:1.125rem!important;line-height:1.55!important;text-align:center!important}

/* 위험요소 카드는 항상 표시되도록 GSAP 투명도 애니메이션 제외 */
.llm-finance-page .finance-risk-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:52px 0}
.llm-finance-page .risk-card{min-height:220px;padding:34px 30px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;text-align:center;opacity:1;transform:none;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}
.llm-finance-page .risk-card:hover{border-color:var(--point);transform:translateY(-4px);box-shadow:0 12px 26px rgba(0,0,0,.06)}
.llm-finance-page .risk-card.point{border-color:var(--point);background:#f6f9ff}
.llm-finance-page .risk-card i{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:0 auto 20px;border-radius:50%;background:#f7f7f7;color:var(--point);font-size:1.65rem}
.llm-finance-page .risk-card.point i{background:var(--point);color:#fff}
.llm-finance-page .risk-card strong{display:block;margin-bottom:12px;color:#222;font-size:1.35rem;font-weight:800;text-align:center;word-break:keep-all}
.llm-finance-page .risk-card p{margin:0!important;color:#666;font-size:1.125rem!important;line-height:1.55!important;text-align:center!important}

.llm-finance-page .finance-gap-box{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:52px 0}
.llm-finance-page .gap-item{padding:38px 30px;border:1px solid #e5e5e5;border-radius:24px;background:#fff;text-align:center}
.llm-finance-page .gap-item.point{border-color:var(--point);background:#f6f9ff}
.llm-finance-page .gap-item span{display:block;margin-bottom:14px;color:var(--point);font-size:2rem;font-weight:700;line-height:1}
.llm-finance-page .gap-item strong{display:block;color:#222;font-size:1.25rem;font-weight:700;line-height:1.55;word-break:keep-all}

.llm-finance-page .auth-img-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#fff;color:#ccc;font-size:2.5rem}
.llm-finance-page .auth-info .affil{margin-bottom:6px;line-height:1.45}
.llm-finance-page .bio-list li{word-break:keep-all}

@media (max-width:1024px){
    .llm-finance-page .cont-wrap{max-width:100%}
    .llm-finance-page .finance-company-box{grid-template-columns:repeat(2,1fr)}
    .llm-finance-page .office-card {padding:1.5rem}
    .llm-finance-page .office-card strong {margin-bottom:5px}
}

@media (max-width:768px){
    .llm-finance-page .section-heading{margin:3.5rem 0 1.25rem;font-size:2.3rem}
    .llm-finance-page .finance-img-figure{margin:2.5rem 0}
    .llm-finance-page .finance-img-figure img{border-radius:18px}

    .llm-finance-page .finance-feature-grid{grid-template-columns:1fr}
    .llm-finance-page .finance-feature-card{min-height:auto;padding:30px 24px}
    .llm-finance-page .finance-feature-card strong{font-size:1.15rem}
    .llm-finance-page .finance-feature-card p{font-size:1.05rem!important}

    .llm-finance-page .finance-stat-box{flex-direction:column;padding:32px 24px;text-align:center}
    .llm-finance-page .finance-stat-box span{width:110px;height:110px;font-size:1.45rem}
    .llm-finance-page .finance-stat-box strong{font-size:1.25rem;text-align:center}

    .llm-finance-page .finance-company-box{grid-template-columns:1fr}
    .llm-finance-page .company-item{min-height:auto;padding:30px 24px}
    .llm-finance-page .company-logo{width:74px;height:38px;margin-bottom:16px}
    .llm-finance-page .company-item strong{font-size:1.15rem}
    .llm-finance-page .company-item span{font-size:1.05rem}

    .llm-finance-page .finance-reason-grid{grid-template-columns:1fr}
    .llm-finance-page .reason-card strong{font-size:1.15rem}

    .llm-finance-page .office-card strong{font-size:1.15rem}
    .llm-finance-page .office-card p{font-size:1.05rem!important}

    .llm-finance-page .finance-risk-grid{grid-template-columns:1fr}
    .llm-finance-page .risk-card{min-height:auto;padding:28px 24px}
    .llm-finance-page .risk-card strong{font-size:1.25rem}
    .llm-finance-page .risk-card p{font-size:1.05rem!important}

    .llm-finance-page .finance-gap-box{grid-template-columns:1fr}
    .llm-finance-page .gap-item{padding:32px 24px}
    .llm-finance-page .gap-item span{font-size:2rem}
    .llm-finance-page .gap-item strong{font-size:1.15rem}

    .llm-finance-page .finance-office-box{grid-template-columns:1fr}
}

@media (max-width:480px){
    .llm-finance-page .section-heading{font-size:1.95rem}
    .llm-finance-page .cont-wrap > p{font-size:1.2rem!important}
    .llm-finance-page .finance-feature-card i{width:60px;height:60px;font-size:1.55rem}
    .llm-finance-page .risk-card i{width:56px;height:56px;font-size:1.45rem}
    .llm-finance-page .gap-item span{font-size:1.95rem}
}

/* =========================================================
   ai-legal-page 전용 CSS
========================================================= */

.ai-legal-page .section-heading{margin:4.5rem 0 1.5rem;color:var(--text-main);font-size:2.5rem;font-weight:700;line-height:1.35;letter-spacing:-.04em;word-break:keep-all}
.ai-legal-page .section-heading:first-of-type{margin-top:3rem}
.ai-legal-page .cont-wrap > p{font-size:1.25rem!important;line-height:1.75!important}
.ai-legal-page .cont-wrap p strong{color:var(--text-main);font-weight:800}
.ai-legal-page .figure-caption{margin-top:18px;color:#222;font-size:1rem;font-weight:600;text-align:center;word-break:keep-all}

.ai-legal-page .legal-main-question{margin:3rem 0;padding:3.5rem 0 2.5rem;border-top:1px solid #eee;border-bottom:1px solid #eee}
.ai-legal-page .legal-main-question h5{margin:0;color:#ccc;font-weight:600;line-height:1.35}

.ai-legal-page .legal-img-figure{margin:3.5rem 0}
.ai-legal-page .legal-img-figure img{display:block;width:100%;height:auto}

.ai-legal-page .legal-principle-box{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:48px 0}
.ai-legal-page .legal-principle-card{min-height:230px;padding:34px 28px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;text-align:center;box-shadow:0 10px 24px rgba(0,0,0,.04)}
.ai-legal-page .legal-principle-card.point{border-color:var(--point);background:#f6f9ff}
.ai-legal-page .legal-principle-card i{display:flex;align-items:center;justify-content:center;width:68px;height:68px;margin:0 auto 20px;border-radius:50%;background:#f4f4f4;color:var(--navy);font-size:1.8rem}
.ai-legal-page .legal-principle-card.point i{background:var(--point);color:#fff}
.ai-legal-page .legal-principle-card strong{display:block;margin-bottom:12px;color:#222;font-size:1.25rem;font-weight:700;word-break:keep-all}
.ai-legal-page .legal-principle-card p{margin:0!important;color:#666;font-size:1.125rem!important;line-height:1.55!important;text-align:center!important}

.ai-legal-page .legal-style-box{display:flex;align-items:center;gap:20px;margin:48px 0;padding:1rem 2rem;border:1px solid rgba(0,66,251,.18);border-radius:1rem;background:#f6f9ff}
.ai-legal-page .legal-style-box strong{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:100px;background:var(--point);color:#fff;font-size:1rem;font-weight:700;white-space:nowrap}
.ai-legal-page .legal-style-box span{display:block;color:#333;font-size:1.25rem;font-weight:600;line-height:1.65;word-break:keep-all}

.ai-legal-page .legal-exception-box{margin:52px 0;padding:40px;border:1px solid #e5e5e5;border-radius:26px;background:linear-gradient(180deg,#fff 0%,#f8f9fb 100%)}
.ai-legal-page .exception-title{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px;color:var(--navy);font-size:1.5rem;font-weight:700;text-align:center;word-break:keep-all}
.ai-legal-page .exception-title i{color:var(--point)}
.ai-legal-page .exception-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ai-legal-page .exception-item{position:relative;min-height:auto;padding:30px 18px 24px;border:1px solid #e5e5e5;border-radius:18px;background:#fff;text-align:center}
.ai-legal-page .exception-item span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-bottom:16px;border-radius:50%;background:#f4f4f4;color:#888;font-size:.9rem;font-weight:700}
.ai-legal-page .exception-item strong{display:block;color:#222;font-size:1.25rem;font-weight:700}
.ai-legal-page .exception-item p{margin:0!important;color:#666;font-size:1.05rem!important;line-height:1.55!important;text-align:center!important}
.ai-legal-page .exception-item:nth-child(2n){border-color:rgba(0,66,251,.22);background:#f6f9ff}
.ai-legal-page .exception-item:nth-child(2n) span{background:var(--point);color:#fff}

.ai-legal-page .legal-record-flow{display:flex;align-items:stretch;justify-content:center;gap:12px;margin:52px 0}
.ai-legal-page .record-step{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px 18px;border:1px solid #e5e5e5;border-radius:18px;background:#fff;text-align:center}
.ai-legal-page .record-step.point{border-color:var(--point);background:#f6f9ff}
.ai-legal-page .record-step i{margin-bottom:14px;color:var(--navy);font-size:2rem}
.ai-legal-page .record-step.point i{color:var(--point)}
.ai-legal-page .record-step strong{display:block;color:#222;font-size:1.25rem;font-weight:700;word-break:keep-all}
.ai-legal-page .record-step span{color:#666;font-size:1.05rem;line-height:1.45;word-break:keep-all}
.ai-legal-page .record-arrow{align-self:center;flex-shrink:0;color:#ddd}

.ai-legal-page .legal-risk-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:52px 0}
.ai-legal-page .legal-risk-card{min-height:230px;padding:34px 30px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;text-align:center;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}
.ai-legal-page .legal-risk-card:hover{border-color:var(--point);box-shadow:0 12px 26px rgba(0,0,0,.06)}
.ai-legal-page .legal-risk-card.point{border-color:var(--point);background:#f6f9ff}
.ai-legal-page .legal-risk-card i{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:0 auto 20px;border-radius:50%;background:#f7f7f7;color:var(--point);font-size:1.65rem}
.ai-legal-page .legal-risk-card.point i{background:var(--point);color:#fff}
.ai-legal-page .legal-risk-card strong{display:block;margin-bottom:12px;color:#222;font-size:1.35rem;font-weight:700;text-align:center;word-break:keep-all}
.ai-legal-page .legal-risk-card p{margin:0!important;color:#666;font-size:1.125rem!important;line-height:1.55!important;text-align:center!important}

.ai-legal-page .legal-check-box{margin:52px 0;padding:40px;border:1px solid #e1e8ed;border-radius:26px;background:#f9fbfd}
.ai-legal-page .check-title{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px;color:var(--navy);font-size:1.5rem;font-weight:700;text-align:center;word-break:keep-all}
.ai-legal-page .check-title i{color:var(--point)}
.ai-legal-page .legal-check-box ul{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:0;padding:0;list-style:none}
.ai-legal-page .legal-check-box li{position:relative;padding:18px 18px 18px 42px;border:1px solid #e5e5e5;border-radius:14px;background:#fff;color:#555;font-size:1.125rem;font-weight:600;line-height:1.55;word-break:keep-all}
.ai-legal-page .legal-check-box li::before{content:"✓";position:absolute;top:18px;left:18px;color:var(--point);font-weight:700}

.ai-legal-page .closing-message-box{margin:56px 0 20px;padding:46px 40px;border-radius:26px;background:var(--navy);color:#fff;text-align:center}
.ai-legal-page .closing-message-box strong{display:block;margin-bottom:14px;color:#fff;font-size:1.55rem;font-weight:700;line-height:1.45;word-break:keep-all}
.ai-legal-page .closing-message-box span{display:block;color:rgba(255,255,255,.78);font-size:1.05rem;font-weight:500;word-break:keep-all}

.ai-legal-page .auth-img-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#fff;color:#ccc;font-size:2.5rem}
.ai-legal-page .auth-info .affil{margin-bottom:6px;line-height:1.45}
.ai-legal-page .bio-list li{word-break:keep-all}

@media (max-width:1024px){
    .ai-legal-page .cont-wrap{max-width:100%}
    .ai-legal-page .exception-grid{grid-template-columns:repeat(2,1fr)}
    .ai-legal-page .legal-check-box ul{grid-template-columns:1fr}
}

@media (max-width:768px){
    .ai-legal-page .section-heading{margin:3.5rem 0 1.25rem;font-size:2.3rem}
    .ai-legal-page .legal-main-question{padding:2.5rem 0 2rem}
    .ai-legal-page .legal-img-figure{margin:2.5rem 0}
    .ai-legal-page .legal-img-figure img{border-radius:18px}

    .ai-legal-page .legal-principle-card strong{font-size:1.15rem}
    .ai-legal-page .legal-principle-card p{font-size:1.05rem!important}

    .ai-legal-page .legal-style-box{flex-direction:column;padding:28px 24px;border-radius:20px}
    .ai-legal-page .legal-style-box span{font-size:1.125rem}

    .ai-legal-page .legal-exception-box,
    .ai-legal-page .legal-check-box{padding:28px 20px;border-radius:20px}

    .ai-legal-page .exception-title{gap:0;font-size:1.35rem}
    .ai-legal-page .exception-title i{display:none}
    .ai-legal-page .exception-item{min-height:auto}
    .ai-legal-page .exception-item strong{font-size:1.15rem}
    .ai-legal-page .exception-item p{font-size:1.05rem!important}

    .ai-legal-page .legal-record-flow{flex-direction:column}
    .ai-legal-page .record-arrow{margin:2px 0;transform:rotate(90deg)}
    .ai-legal-page .record-step{min-height:auto}
    .ai-legal-page .record-step strong{font-size:1.15rem}
    .ai-legal-page .record-step span{font-size:1.05rem}

    .ai-legal-page .legal-risk-grid{grid-template-columns:1fr}
    .ai-legal-page .legal-risk-card{min-height:auto;padding:28px 24px;text-align:center}
    .ai-legal-page .legal-risk-card i{margin:0 auto 20px}
    .ai-legal-page .legal-risk-card strong{font-size:1.25rem;text-align:center}
    .ai-legal-page .legal-risk-card p{font-size:1.05rem!important;text-align:center!important}

    .ai-legal-page .check-title{gap:0;font-size:1.3rem}
    .ai-legal-page .check-title i{display:none}
    .ai-legal-page .legal-check-box li{font-size:1.05rem}

    .ai-legal-page .closing-message-box{padding:34px 24px;border-radius:20px}
    .ai-legal-page .closing-message-box strong{font-size:1.25rem}
}

@media (max-width:480px){
    .ai-legal-page .legal-principle-box{grid-template-columns:1fr}
    .ai-legal-page .section-heading{font-size:1.95rem}
    .ai-legal-page .cont-wrap > p{font-size:1.2rem!important}
    .ai-legal-page .legal-principle-card{min-height:auto;padding:30px 22px}
    .ai-legal-page .legal-check-box li{padding:16px 16px 16px 40px;font-size:1rem}
    .ai-legal-page .legal-check-box li::before{top:16px;left:16px}
    .ai-legal-page .exception-grid{grid-template-columns:1fr}

}

/* =========================================================
   ai-ethics-page 전용 CSS
========================================================= */

.ai-ethics-page .section-heading{display:block;width:fit-content;max-width:100%;margin:4.5rem 0 1.5rem;color:var(--text-main);font-size:2.5rem;font-weight:700;line-height:1.35;letter-spacing:-.04em;word-break:keep-all}
.ai-ethics-page .section-heading:first-of-type{margin-top:3rem}
.ai-ethics-page .cont-wrap > p{font-size:1.25rem!important}
.ai-ethics-page .cont-wrap p strong{color:var(--text-main);font-weight:700}
.ai-ethics-page .figure-caption{margin-top:18px;color:#222;font-size:1rem;font-weight:600;text-align:center;word-break:keep-all}

.ai-ethics-page .ethics-main-question{margin:3rem 0;padding:3.5rem 0 2.5rem;border-top:1px solid #eee;border-bottom:1px solid #eee}
.ai-ethics-page .ethics-main-question h5{margin:0;color:#ccc;font-weight:600;line-height:1.35}

.ai-ethics-page .ethics-img-figure{margin:3.5rem 0}
.ai-ethics-page .ethics-img-figure img{display:block;width:100%;height:auto;object-fit:cover}

.ai-ethics-page .ethics-type-box{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:50px 0}
.ai-ethics-page .ethics-type-card{min-height:220px;padding:36px 30px;border:1px solid #e5e5e5;border-radius:22px;background:#fff;text-align:center}
.ai-ethics-page .ethics-type-card.point{border-color:var(--point);background:#f6f9ff}
.ai-ethics-page .ethics-type-card i{display:flex;align-items:center;justify-content:center;width:68px;height:68px;margin:0 auto 20px;border-radius:50%;background:#f4f4f4;color:var(--navy);font-size:1.8rem}
.ai-ethics-page .ethics-type-card.point i{background:var(--point);color:#fff}
.ai-ethics-page .ethics-type-card strong{display:block;margin-bottom:12px;color:#222;font-size:1.25rem;font-weight:700;word-break:keep-all}
.ai-ethics-page .ethics-type-card p{margin:0!important;color:#666;font-size:1.125rem!important;line-height:1.55!important;text-align:center!important}

.ai-ethics-page .ethics-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:48px 0}
.ai-ethics-page .ethics-check-card{min-height:210px;padding:32px 26px;border:1px solid #e5e5e5;border-radius:20px;background:#fff;text-align:center}
.ai-ethics-page .ethics-check-card.point{border-color:var(--point);background:#f6f9ff}
.ai-ethics-page .ethics-check-card span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:18px;border-radius:50%;background:#f4f4f4;color:#888;font-size:.95rem;font-weight:700}
.ai-ethics-page .ethics-check-card.point span{background:var(--point);color:#fff}
.ai-ethics-page .ethics-check-card strong{display:block;margin-bottom:12px;color:#222;font-size:1.25rem;font-weight:700;word-break:keep-all}
.ai-ethics-page .ethics-check-card p{margin:0!important;color:#666;font-size:1.125rem!important;line-height:1.55!important;text-align:center!important}

.ai-ethics-page .ethics-step-box{display:flex;align-items:stretch;justify-content:center;gap:12px;margin:50px 0}
.ai-ethics-page .ethics-step-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:170px;padding:26px 20px;border:1px solid #e5e5e5;border-radius:18px;background:#fff;text-align:center}
.ai-ethics-page .ethics-step-item.point{border-color:var(--point);background:#f6f9ff}
.ai-ethics-page .ethics-step-item i{margin-bottom:14px;color:var(--navy);font-size:1.9rem}
.ai-ethics-page .ethics-step-item.point i{color:var(--point)}
.ai-ethics-page .ethics-step-item strong{display:block;margin-bottom:8px;color:#222;font-size:1.25rem;font-weight:700;word-break:keep-all}
.ai-ethics-page .ethics-step-item span{color:#666;font-size:1.05rem;line-height:1.45;word-break:keep-all}
.ai-ethics-page .ethics-step-arrow{align-self:center;flex-shrink:0;color:#ddd}

.ai-ethics-page .ethics-stat-box{margin:52px 0;padding:40px;border:1px solid #e5e5e5;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#f8f9fb 100%)}
.ai-ethics-page .ethics-stat-head{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px;color:var(--navy);font-size:1.5rem;font-weight:700;text-align:center;word-break:keep-all}
.ai-ethics-page .ethics-stat-head i{color:var(--point)}
.ai-ethics-page .ethics-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ai-ethics-page .ethics-stat-item{padding:28px 18px;border:1px solid #e5e5e5;border-radius:18px;background:#fff;text-align:center}
.ai-ethics-page .ethics-stat-item.point{border-color:var(--point);background:#f6f9ff}
.ai-ethics-page .ethics-stat-item span{display:block;margin-bottom:12px;color:#222;font-size:2.2rem;font-weight:700;line-height:1}
.ai-ethics-page .ethics-stat-item.point span{color:var(--point)}
.ai-ethics-page .ethics-stat-item p{margin:0!important;color:#666;font-size:1.05rem!important;line-height:1.45!important;text-align:center!important}

.ai-ethics-page .privacy-rule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:50px 0}
.ai-ethics-page .privacy-rule-card{min-height:190px;padding:32px 28px;border:1px solid #e5e5e5;border-radius:22px;background:#fff}
.ai-ethics-page .privacy-rule-card.point{border-color:var(--point);background:#f6f9ff}
.ai-ethics-page .privacy-rule-card span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:18px;border-radius:50%;background:#f4f4f4;color:#888;font-size:.95rem;font-weight:700}
.ai-ethics-page .privacy-rule-card.point span{background:var(--point);color:#fff}
.ai-ethics-page .privacy-rule-card strong{display:block;margin-bottom:12px;color:#222;font-size:1.25rem;font-weight:700;word-break:keep-all}
.ai-ethics-page .privacy-rule-card p{margin:0!important;color:#666;font-size:1.125rem!important;line-height:1.55!important;text-align:left!important}

.ai-ethics-page .auth-img-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#fff;color:#ccc;font-size:2.5rem}
.ai-ethics-page .auth-info .affil{margin-bottom:6px;line-height:1.45}
.ai-ethics-page .bio-list li{word-break:keep-all}

@media (max-width:1024px){
    .ai-ethics-page .cont-wrap{max-width:100%}
    .ai-ethics-page .ethics-stat-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:768px){
    .ai-ethics-page .section-heading{margin:3.5rem 0 1.25rem;font-size:2.3rem}
    .ai-ethics-page .ethics-main-question{padding:2.5rem 0 2rem}
    .ai-ethics-page .ethics-img-figure{margin:2.5rem 0}
    .ai-ethics-page .ethics-img-figure img{border-radius:18px}

    .ai-ethics-page .ethics-type-card{min-height:auto;padding:30px 22px}
    .ai-ethics-page .ethics-type-card strong{font-size:1.15rem}
    .ai-ethics-page .ethics-type-card p{font-size:1.05rem!important}

    .ai-ethics-page .ethics-check-card{min-height:auto;padding:30px 22px}
    .ai-ethics-page .ethics-check-card strong{font-size:1.15rem}
    .ai-ethics-page .ethics-check-card p{font-size:1.05rem!important}

    .ai-ethics-page .ethics-step-box{flex-direction:column}
    .ai-ethics-page .ethics-step-arrow{margin:2px 0;transform:rotate(90deg)}
    .ai-ethics-page .ethics-step-item{min-height:auto}
    .ai-ethics-page .ethics-step-item strong{font-size:1.15rem}
    .ai-ethics-page .ethics-step-item span{font-size:1.05rem}

    .ai-ethics-page .ethics-stat-box{padding:30px 22px;border-radius:20px}
    .ai-ethics-page .ethics-stat-head i{display:none}
    .ai-ethics-page .ethics-stat-grid{grid-template-columns:1fr}
    .ai-ethics-page .ethics-stat-item{min-height:auto}
    .ai-ethics-page .ethics-stat-item span{font-size:2rem}
    .ai-ethics-page .ethics-stat-item p{font-size:1.05rem!important}

    .ai-ethics-page .privacy-rule-grid{grid-template-columns:1fr}
    .ai-ethics-page .privacy-rule-card{min-height:auto;padding:30px 22px;text-align:center}
    .ai-ethics-page .privacy-rule-card p{text-align:center!important}
}

@media (max-width:480px){
    .ai-ethics-page .section-heading{font-size:1.95rem}
    .ai-ethics-page .cont-wrap > p{font-size:1.2rem!important}
    .ai-ethics-page .ethics-stat-item span{font-size:1.75rem}
    .ai-ethics-page .ethics-type-box{grid-template-columns:1fr}
    .ai-ethics-page .ethics-check-grid{grid-template-columns:1fr}
}


/* =========================================================
   kamco-issue-page 전용 CSS
========================================================= */

.kamco-issue-page .section-heading {margin:4.5rem 0 1.5rem;color:var(--text-main);font-size:2.3rem;font-weight:700;line-height:1.35;letter-spacing:-.04em;word-break:keep-all}
.kamco-issue-page .section-heading:first-of-type{margin-top:1rem}
.kamco-issue-page .kamco-issue-label{display:inline-flex;align-items:center;justify-content:center;margin:4.5rem 0 0;padding:6px 16px;border-radius:100px;background:var(--point);color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.kamco-issue-page .kamco-issue-label:first-child{margin-top:0}
.kamco-issue-page .cont-wrap p strong{color:var(--text-main);font-weight:700}
.kamco-issue-page .kamco-issue-part-section{margin:6rem 0}
.kamco-issue-page .kamco-issue-intro-section{display:grid;grid-template-columns:1.15fr .85fr;gap:54px;align-items:stretch;margin:0 0 5rem}
.kamco-issue-page .kamco-issue-intro-copy{display:flex;flex-direction:column;justify-content:center}
.kamco-issue-page .kamco-issue-intro-panel{display:grid;grid-template-columns:1fr;gap:14px;padding:34px;border:1px solid #e5e5e5;border-radius:28px;background:linear-gradient(180deg,#fff 0%,#f6f9ff 100%)}
.kamco-issue-page .kamco-issue-panel-item{display:grid;grid-template-columns:auto minmax(80px,1fr) auto;align-items:center;gap:20px;padding:24px 26px;border:1px solid #e5e5e5;border-radius:18px;background:#fff}
.kamco-issue-page .kamco-issue-panel-item.point{border-color:var(--point);background:#f6f9ff}
.kamco-issue-page .kamco-issue-panel-item .kamco-issue-panel-text{color:#777;font-size:1.125rem;font-weight:600;word-break:keep-all;white-space:nowrap}
.kamco-issue-page .kamco-issue-panel-arrow{position:relative;display:block;width:100%;height:1px;background:var(--point)}
.kamco-issue-page .kamco-issue-panel-arrow::after{content:"";position:absolute;top:50%;right:-1px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid var(--point);transform:translateY(-50%)}
.kamco-issue-page .kamco-issue-panel-item strong{color:#222;font-size:1.2rem;font-weight:700;text-align:right;word-break:keep-all;white-space:nowrap}
.kamco-issue-page .kamco-issue-main-question{margin:3rem 0 5rem;padding:3.5rem 0 2.5rem;border-top:1px solid #eee;border-bottom:1px solid #eee}
.kamco-issue-page .kamco-issue-main-question h5{margin:0;color:#ccc;font-weight:600;line-height:1.35}
.kamco-issue-page .kamco-issue-data-flow{display:grid;grid-template-columns:320px 1px 1fr;gap:34px;align-items:center;margin:52px 0}
.kamco-issue-page .kamco-issue-data-main{display:flex;flex-direction:column;align-items:center;justify-content:center;width:320px;aspect-ratio:1/1;min-height:0;padding:40px 26px;border-radius:50%;background:var(--point);color:#fff;text-align:center}
.kamco-issue-page .kamco-issue-data-main span{display:block;margin-bottom:10px;font-size:.96rem;font-weight:600}
.kamco-issue-page .kamco-issue-data-main strong{display:block;font-size:2.4rem;font-weight:700;line-height:1.1}
.kamco-issue-page .kamco-issue-data-main p{margin:14px 0 0!important;color:#fff!important;font-size:.96rem!important;line-height:1.5!important;text-align:center!important}
.kamco-issue-page .kamco-issue-flow-line{width:1px;background:#dfe4ee}
.kamco-issue-page .kamco-issue-flow-list{display:grid;grid-template-columns:1fr;gap:16px}
.kamco-issue-page .kamco-issue-flow-card{display:grid;grid-template-columns:32px 1fr;gap:.5rem 1rem;align-items:start;padding:1.5rem;border:1px solid #e5e5e5;border-radius:22px;background:#fff}
.kamco-issue-page .kamco-issue-flow-card.point{border-color:var(--point);background:#f6f9ff}
.kamco-issue-page .kamco-issue-flow-card span{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f4f4f4;color:#888;font-size:.86rem;font-weight:700}
.kamco-issue-page .kamco-issue-flow-card.point span{background:var(--point);color:#fff}
.kamco-issue-page .kamco-issue-flow-card strong {display:block;align-self:center;color:#222;font-size:1.25rem;font-weight:700;line-height:1.45;word-break:keep-all}
.kamco-issue-page .kamco-issue-flow-card p {grid-column:2;margin:0!important;color:#666 !important;font-size:1.125rem!important;line-height:1.55!important;text-align:left!important;word-break:keep-all}
.kamco-issue-page .kamco-issue-img-figure{width:100%;margin:3.5rem 0;aspect-ratio:16/8;overflow:hidden}
.kamco-issue-page .kamco-issue-img-figure img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.kamco-issue-page .kamco-issue-history-section{padding:1px 0}
.kamco-issue-page .kamco-issue-vertical-timeline{position:relative;margin:58px 0 0}
.kamco-issue-page .kamco-issue-vertical-timeline::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:#d9dce3;transform:translateX(-50%)}
.kamco-issue-page .kamco-issue-year-card{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center;margin-bottom:38px}
.kamco-issue-page .kamco-issue-year-card:last-child{margin-bottom:0}
.kamco-issue-page .kamco-issue-year-card > span{display:flex;align-items:center;justify-content:center;justify-self:end;width:130px;height:130px;border-radius:50%;background:#f4f4f4;color:#222;font-size:1.28rem;font-weight:700;line-height:1.2;text-align:center;letter-spacing:-.04em}
.kamco-issue-page .kamco-issue-year-card > div{position:relative;padding:30px 32px;border:1px solid #e5e5e5;border-radius:22px;background:#fff}
.kamco-issue-page .kamco-issue-year-card.reverse > span{grid-column:2;justify-self:start}
.kamco-issue-page .kamco-issue-year-card.reverse > div{grid-column:1;grid-row:1;text-align:right}
.kamco-issue-page .kamco-issue-year-card.point > span{background:var(--point);color:#fff}
.kamco-issue-page .kamco-issue-year-card.point > div{border-color:var(--point);background:#f6f9ff}
.kamco-issue-page .kamco-issue-year-card strong {display:block;color:#222;font-size:1.25rem;font-weight:700;line-height:1.45;word-break:keep-all}
.kamco-issue-page .kamco-issue-year-card p {margin:0!important;color:#666 !important;font-size:1.125rem!important;line-height:1.65!important;text-align:inherit!important}
.kamco-issue-page .kamco-issue-history-img{width:100%;margin:20px 0 0;aspect-ratio:16/9;overflow:hidden;border-radius:10px;background:#f1f1f1}
.kamco-issue-page .kamco-issue-year-card.reverse .kamco-issue-history-img{margin-left:auto}
.kamco-issue-page .kamco-issue-history-img img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.kamco-issue-page .kamco-issue-history-status{display:inline-flex;align-items:center;justify-content:center;margin:0 0 14px;padding:7px 14px;border-radius:100px;background:#333;color:#fff;font-size:.82rem;font-weight:700;font-style:normal;line-height:1}
.kamco-issue-page .kamco-issue-service-map{position:relative;min-height:640px;margin:58px 0;border:1px solid #e5e5e5;border-radius:32px;background:linear-gradient(135deg,#fcfdff 0%,#f6f9ff 100%);overflow:hidden}
.kamco-issue-page .kamco-issue-service-map::before{content:"";position:absolute;top:50%;left:50%;width:520px;height:520px;border:1px dashed rgba(0,66,251,.22);border-radius:50%;transform:translate(-50%,-50%)}
.kamco-issue-page .kamco-issue-service-center{position:absolute;top:50%;left:50%;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:220px;height:220px;border-radius:50%;background:var(--point);color:#fff;text-align:center;transform:translate(-50%,-50%)}
.kamco-issue-page .kamco-issue-service-center span{display:block;margin-bottom:8px;color:#b8cfff;font-size:1rem;font-weight:600}
.kamco-issue-page .kamco-issue-service-center strong {display:block;font-size:1.5rem;font-weight:700;line-height:1.45;word-break:keep-all}
.kamco-issue-page .kamco-issue-service-item{position:absolute;z-index:3;width:220px;padding:24px 22px;border:1px solid #e5e5e5;border-radius:20px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.04)}
.kamco-issue-page .kamco-issue-service-item strong{display:block;margin-bottom:8px;color:#222;font-size:1.25rem;font-weight:700;word-break:keep-all}
.kamco-issue-page .kamco-issue-service-item p{margin:0!important;color:#666;font-size:1.05rem!important;line-height:1.5!important;text-align:left!important}
.kamco-issue-page .kamco-issue-service-item.item-01{top:62px;left:86px}
.kamco-issue-page .kamco-issue-service-item.item-02{top:72px;right:80px}
.kamco-issue-page .kamco-issue-service-item.item-03{top:270px;left:42px}
.kamco-issue-page .kamco-issue-service-item.item-04{top:270px;right:42px}
.kamco-issue-page .kamco-issue-service-item.item-05{bottom:45px;left:170px}
.kamco-issue-page .kamco-issue-service-item.item-06{bottom:45px;right:170px}
.kamco-issue-page .kamco-issue-award-section{display:grid;grid-template-columns:1fr .9fr;gap:48px;align-items:center;margin:7rem 0}
.kamco-issue-page .kamco-issue-award-copy .section-heading{margin-top:1rem}
.kamco-issue-page .kamco-issue-award-media{width:100%;margin:0;aspect-ratio:4/3;align-content:center}
.kamco-issue-page .kamco-issue-award-media img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}
.kamco-issue-page .kamco-issue-safe-section{padding:70px 0;margin:7rem 0;background:#f7f8fa;box-shadow:0 0 0 100vmax #f7f8fa;clip-path:inset(0 -100vmax)}
.kamco-issue-page .kamco-issue-trust-layout{margin:52px 0 0;padding:44px;border:1px solid #e5e5e5;border-radius:30px;background:#fff}
.kamco-issue-page .kamco-issue-trust-title{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e5e5e5}
.kamco-issue-page .kamco-issue-trust-title span{color:var(--point);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.kamco-issue-page .kamco-issue-trust-title strong{max-width:620px;color:#222;font-size:1.35rem;font-weight:700;line-height:1.45;text-align:right;word-break:keep-all}
.kamco-issue-page .kamco-issue-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.kamco-issue-page .kamco-issue-trust-card{padding:30px 28px;border:1px solid #e5e5e5;border-radius:20px;background:#fff}
.kamco-issue-page .kamco-issue-trust-card.point{border-color:var(--point);background:#f6f9ff}
.kamco-issue-page .kamco-issue-trust-card span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:7px;border-radius:50%;background:#f4f4f4;color:#888;font-size:.82rem;font-weight:700}
.kamco-issue-page .kamco-issue-trust-card.point span{background:var(--point);color:#fff}
.kamco-issue-page .kamco-issue-trust-card strong{display:block;margin-bottom:7px;color:#222;font-size:1.25rem;font-weight:700;word-break:keep-all}
.kamco-issue-page .kamco-issue-trust-card p{margin:0!important;color:#666;font-size:1.05rem !important;line-height:1.6!important;text-align:left!important}

.kamco-issue-page .kamco-issue-future-section{margin:7rem 0 0}
.kamco-issue-page .kamco-issue-future-roadmap{margin:44px 0 54px;padding:46px;border:1px solid #e5e5e5;border-radius:32px;background:linear-gradient(180deg,#fff 0%,#f6f9ff 100%)}
.kamco-issue-page .kamco-issue-future-roadmap-head{display:grid;grid-template-columns:1fr auto;gap:18px 34px;align-items:end;margin-bottom:34px;padding-bottom:26px;border-bottom:1px solid #e5e5e5}
.kamco-issue-page .kamco-issue-future-roadmap-head span{grid-column:1/3;color:var(--point);font-size:.92rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.kamco-issue-page .kamco-issue-future-roadmap-head strong{color:#222;font-size:2rem;font-weight:700;line-height:1.25;letter-spacing:-.055em;word-break:keep-all}
.kamco-issue-page .kamco-issue-future-roadmap-head p {margin:0!important;color:#666;font-size:1rem!important;line-height:1.65!important;text-align:right!important;letter-spacing:-.04em;word-break:keep-all}
.kamco-issue-page .kamco-issue-future-roadmap-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.kamco-issue-page .kamco-issue-future-stage{position:relative;z-index:2;display:flex;flex-direction:column;padding:28px 26px;border:1px solid #e5e5e5;border-radius:24px;background:#fff}
.kamco-issue-page .kamco-issue-future-stage.stage-01{background:#fff}
.kamco-issue-page .kamco-issue-future-stage.stage-02{background:#fcfdff}
.kamco-issue-page .kamco-issue-future-stage.stage-03{border-color:var(--point);background:#f6f9ff}
.kamco-issue-page .kamco-issue-stage-top{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:28px;text-align:center}
.kamco-issue-page .kamco-issue-stage-top span{display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;padding:6px 16px;border-radius:100px;background:#f4f6fb;color:#666;font-size:.92rem;font-weight:700;line-height:1}
.kamco-issue-page .kamco-issue-future-stage.stage-03 .kamco-issue-stage-top span{background:var(--point);color:#fff}
.kamco-issue-page .kamco-issue-stage-top strong{display:flex;align-items:flex-end;justify-content:center;gap:4px;margin-bottom:8px;color:#222;font-size:1.25rem;font-weight:700;line-height:1}
.kamco-issue-page .kamco-issue-stage-top strong em{color:var(--point);font-size:1.5rem;font-weight:700;font-style:normal;line-height:.82;letter-spacing:-.08em}
.kamco-issue-page .kamco-issue-stage-top b{display:block;color:#222;font-size:1.45rem;font-weight:700;line-height:1.25;letter-spacing:-.05em;word-break:keep-all}
.kamco-issue-page .kamco-issue-future-stage ul{flex:1;margin:0;padding:0;list-style:none}
.kamco-issue-page .kamco-issue-future-stage li {position:relative;margin-bottom:.12rem;padding-left:16px;color:#555;font-size:1.15rem;font-weight:400;letter-spacing:-.04em;word-break:keep-all}
.kamco-issue-page .kamco-issue-future-stage li::before{content:"";position:absolute;top:.72em;left:0;width:5px;height:5px;border-radius:50%;background:#bfc6d4}
.kamco-issue-page .kamco-issue-future-stage li.point{color:var(--point);font-weight:700}
.kamco-issue-page .kamco-issue-future-stage li.point::before{background:var(--point)}
.kamco-issue-page .kamco-issue-stage-keyword {display:flex;align-items:center;justify-content:center;padding:.5rem 0;margin-top:1rem;border:1px solid #d9dfea;border-radius:100px;background:#fff;color:#222;font-size:1rem;font-weight:700;letter-spacing:-.035em}
.kamco-issue-page .kamco-issue-future-stage.stage-03 .kamco-issue-stage-keyword{border-color:var(--point);background:#fff;color:var(--point)}
.kamco-issue-page .kamco-issue-future-copy{margin-top:42px}
.kamco-issue-page .kamco-issue-future-copy p{margin-bottom:1.5rem!important;color:var(--text-main);font-size:1.05rem!important;line-height:1.9!important;text-align:left!important;letter-spacing:-.04em;word-break:keep-all}
.kamco-issue-page .kamco-issue-future-copy p:last-child{margin-bottom:0!important}

@media (max-width:1024px){
    .kamco-issue-page .cont-wrap{max-width:100%}
    .kamco-issue-page .kamco-issue-intro-section{grid-template-columns:1fr;gap:34px}
    .kamco-issue-page .kamco-issue-data-flow{grid-template-columns:1fr;gap:28px;align-items:center}
    .kamco-issue-page .kamco-issue-data-main{width:280px;aspect-ratio:1/1;min-height:0;margin:0 auto}
    .kamco-issue-page .kamco-issue-flow-line{display:none}
    .kamco-issue-page .kamco-issue-award-section{grid-template-columns:1fr;gap:36px}
    .kamco-issue-page .kamco-issue-future-roadmap{padding:36px 30px}
    .kamco-issue-page .kamco-issue-future-roadmap-grid{gap:14px}
    .kamco-issue-page .kamco-issue-future-stage{padding:24px 20px}
    .kamco-issue-page .kamco-issue-stage-top b{font-size:1.3rem}
    .kamco-issue-page .kamco-issue-future-stage li{font-size:1.05rem}
}

@media (max-width:768px){
    .kamco-issue-page .section-heading{margin:3.5rem 0 1.25rem;font-size:2rem}
    .kamco-issue-page .kamco-issue-label{margin-top:3.5rem;font-size:.78rem}
    .kamco-issue-page .kamco-issue-part-section{margin:5rem 0}
    .kamco-issue-page .kamco-issue-intro-section{margin-bottom:4rem}
    .kamco-issue-page .kamco-issue-intro-panel{padding:24px;border-radius:22px}
    .kamco-issue-page .kamco-issue-panel-item {gap:10px;padding:22px}
    .kamco-issue-page .kamco-issue-panel-item .kamco-issue-panel-text{white-space:normal}
    .kamco-issue-page .kamco-issue-panel-item strong{text-align:left;font-size:1.1rem;white-space:normal}
    .kamco-issue-page .kamco-issue-main-question{padding:2.5rem 0 2rem;margin-bottom:4rem}
    .kamco-issue-page .kamco-issue-data-main{width:240px;aspect-ratio:1/1;min-height:0}
    .kamco-issue-page .kamco-issue-data-main strong{font-size:2rem}
    .kamco-issue-page .kamco-issue-flow-card{grid-template-columns:1fr;gap:14px;padding:26px 24px}
    .kamco-issue-page .kamco-issue-flow-card p{grid-column:auto;text-align:left!important}
    .kamco-issue-page .kamco-issue-img-figure{margin:2.5rem 0;aspect-ratio:4/3}
    .kamco-issue-page .kamco-issue-vertical-timeline::before{left:24px}
    .kamco-issue-page .kamco-issue-year-card{grid-template-columns:64px 1fr;gap:18px;margin-bottom:24px}
    .kamco-issue-page .kamco-issue-year-card > span{width:56px;height:56px;justify-self:start;font-size:.76rem;line-height:1.15;letter-spacing:-.05em}
    .kamco-issue-page .kamco-issue-year-card > div {padding:1.5rem}
    .kamco-issue-page .kamco-issue-year-card.reverse > span{grid-column:1;justify-self:start}
    .kamco-issue-page .kamco-issue-year-card.reverse > div{grid-column:2;grid-row:1;text-align:left}
    .kamco-issue-page .kamco-issue-year-card.reverse .kamco-issue-history-img{margin-left:0}
    .kamco-issue-page .kamco-issue-history-img{max-width:100%;margin-top:18px;border-radius:12px}
    .kamco-issue-page .kamco-issue-service-map{display:grid;grid-template-columns:1fr;gap:14px;min-height:auto;padding:24px;border-radius:24px}
    .kamco-issue-page .kamco-issue-service-map::before{display:none}
    .kamco-issue-page .kamco-issue-service-center{position:relative;top:auto;left:auto;width:100%;height:auto;min-height:150px;border-radius:22px;transform:none}
    .kamco-issue-page .kamco-issue-service-item{position:relative;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%;min-height:auto}
    /* .kamco-issue-page .kamco-issue-award-section{margin:5rem 0;padding:34px 24px;border-radius:24px} */
    .kamco-issue-page .kamco-issue-safe-section{padding:50px 0;margin:5rem 0}
    .kamco-issue-page .kamco-issue-trust-layout{padding:28px 22px;border-radius:24px}
    .kamco-issue-page .kamco-issue-trust-title{flex-direction:column;align-items:flex-start;gap:12px}
    .kamco-issue-page .kamco-issue-trust-title strong{text-align:left;font-size:1.15rem}
    .kamco-issue-page .kamco-issue-trust-grid{grid-template-columns:1fr}
    .kamco-issue-page .kamco-issue-trust-card{min-height:auto;padding:26px 22px}
    .kamco-issue-page .kamco-issue-future-section{margin-top:5rem}
    .kamco-issue-page .kamco-issue-future-roadmap{margin:34px 0 40px;padding:28px 22px;border-radius:24px}
    .kamco-issue-page .kamco-issue-future-roadmap-head{grid-template-columns:1fr;gap:10px;margin-bottom:24px;padding-bottom:20px}
    .kamco-issue-page .kamco-issue-future-roadmap-head span{grid-column:auto}
    .kamco-issue-page .kamco-issue-future-roadmap-head strong{font-size:1.6rem}
    .kamco-issue-page .kamco-issue-future-roadmap-head p{max-width:none;text-align:left!important;font-size:.94rem!important}
    .kamco-issue-page .kamco-issue-future-roadmap-grid{grid-template-columns:1fr;gap:16px}
    .kamco-issue-page .kamco-issue-future-stage{min-height:auto;padding:24px 22px}
    .kamco-issue-page .kamco-issue-stage-top{min-height:auto;margin-bottom:22px;text-align:left}
    .kamco-issue-page .kamco-issue-stage-top strong{justify-content:flex-start}
    .kamco-issue-page .kamco-issue-stage-top b{font-size:1.25rem}
    .kamco-issue-page .kamco-issue-future-stage li {font-size:1.05rem;text-align:center;padding-left:0}
    .kamco-issue-page .kamco-issue-future-stage li::before {display:none}
    .kamco-issue-page .kamco-issue-stage-keyword{height:38px;margin-top:18px;padding:0 16px}
    .kamco-issue-page .kamco-issue-future-copy{margin-top:34px}
    .kamco-issue-page .kamco-issue-future-copy p{font-size:1rem!important;line-height:1.85!important}
}

@media (max-width:480px){
    .kamco-issue-page .kamco-issue-data-main{width:220px;aspect-ratio:1/1;min-height:0}
    .kamco-issue-page .kamco-issue-data-main strong{font-size:1.75rem}
    .kamco-issue-page .kamco-issue-panel-item {grid-template-columns: 1fr;}
    .kamco-issue-page .kamco-issue-panel-item .kamco-issue-panel-text,
    .kamco-issue-page .kamco-issue-panel-item strong{text-align:center}
    .kamco-issue-page .kamco-issue-flow-card{gap:.5rem;padding:1rem}
    .kamco-issue-page .kamco-issue-flow-card span{margin:0 auto}
    .kamco-issue-page .kamco-issue-flow-card strong,
    .kamco-issue-page .kamco-issue-flow-card p{text-align:center!important}

    .kamco-issue-page .kamco-issue-panel-arrow{justify-self:center;width:1px;height:34px;margin:0;background:var(--point)}
    .kamco-issue-page .kamco-issue-panel-arrow::after{top:auto;right:auto;bottom:-1px;left:50%;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid var(--point);border-bottom:0;transform:translateX(-50%)}
    .kamco-issue-page .kamco-issue-service-item strong,
    .kamco-issue-page .kamco-issue-service-item p {text-align:center !important}
    .kamco-issue-page .kamco-issue-trust-card {text-align:center}
}

/* =========================================================
   kamco-people-page 전용 CSS
========================================================= */

.kamco-people-page .section-heading{margin:0;color:var(--text-main);font-size:1.8rem;font-weight:700;line-height:1.35;letter-spacing:-.04em;word-break:keep-all}
.kamco-people-page .cont-wrap p strong{color:var(--text-main);font-weight:700}
.kamco-people-page .kobi-ai-label{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;margin-bottom:0;border-radius:10px;background:#e4edff;color:var(--point);font-size:1rem;font-weight:700}

.kamco-people-page .kobi-ai-intro-section{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:56px;align-items:center;margin-bottom:96px}
.kamco-people-page .kobi-ai-intro-copy{position:relative;padding:44px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.kamco-people-page .kobi-ai-lead-text{margin:0!important;font-size:1.35rem!important;line-height:1.5!important}
.kamco-people-page .kobi-ai-profile-photo{width:100%;margin:0;overflow:hidden;border-radius:24px;background:#f6f9ff}
.kamco-people-page .kobi-ai-profile-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center}

.kamco-people-page .kobi-ai-section{position:relative;margin-bottom:110px}
.kamco-people-page .kobi-ai-section:last-of-type{margin-bottom:0}
.kamco-people-page .kobi-ai-section-blue{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:110px calc(50vw - 50%);background:#f6f9ff}
.kamco-people-page .kobi-ai-section-head{display:flex;align-items:center;gap:16px;margin-bottom:32px}
.kamco-people-page .kobi-ai-section-head .section-heading{flex:1}

.kamco-people-page .kobi-ai-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:44px 0}
.kamco-people-page .kobi-ai-value-card{min-height:146px;padding:30px 24px;border:1px solid #e5e5e5;border-radius:20px;background:#fff;text-align:center}
.kamco-people-page .kobi-ai-value-card span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:18px;border-radius:9px;background:#0042fb;color:#fff;font-size:1rem;font-weight:700}
.kamco-people-page .kobi-ai-value-card strong{display:block;color:#111;font-size:1.5rem;font-weight:600;line-height:1.45;word-break:keep-all}

.kamco-people-page .kobi-ai-sports-box{display:grid;grid-template-columns:minmax(0,1fr) 1.15fr;gap:24px;align-items:center;margin:44px 0 54px;padding:34px 36px;border:1px solid #dbe5ff;border-radius:24px;background:#fcfdff}
.kamco-people-page .kobi-ai-sports-copy span{display:block;margin-bottom:8px;color:var(--point);font-size:.94rem;font-weight:700;letter-spacing:-.03em}
.kamco-people-page .kobi-ai-sports-copy strong{display:block;color:#111;font-size:1.3rem;font-weight:700;line-height:1.45;word-break:keep-all}
.kamco-people-page .kobi-ai-sports-list{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.kamco-people-page .kobi-ai-sports-list span{display:flex;align-items:center;justify-content:center;min-height:54px;border:1px solid #e5e5e5;border-radius:14px;background:#fff;color:#333;font-size:.96rem;font-weight:700;text-align:center}

.kamco-people-page .kobi-ai-wide-photo{width:100%;margin:0;overflow:hidden;border-radius:24px;background:#f7f7f7}
.kamco-people-page .kobi-ai-wide-photo img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}

.kamco-people-page .kobi-ai-kobi-intro{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:42px;align-items:end;margin-bottom:46px}
.kamco-people-page .kobi-ai-kobi-copy{padding:42px 44px;border:1px solid #dbe5ff;border-radius:24px;background:#fff}
.kamco-people-page .kobi-ai-kobi-copy p{margin:0!important;color:#555;font-weight:400;text-align:left!important}
.kamco-people-page .kobi-ai-character{align-self:end;width:100%;margin:0;text-align:center}
.kamco-people-page .kobi-ai-character img{display:block;width:100%;max-width:260px;height:auto;margin:0 auto}

.kamco-people-page .kobi-ai-screen-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:0 0 42px}
.kamco-people-page .kobi-ai-screen-card{margin:0;overflow:hidden;border:1px solid #e5e5e5;background:#fff}
.kamco-people-page .kobi-ai-screen-card img{display:block;width:100%;height:auto}
.kamco-people-page .kobi-ai-screen-card figcaption{padding:16px 18px;color:#111;font-size:.98rem;font-weight:700;text-align:center;letter-spacing:-.04em}

/*
.kamco-people-page .kobi-ai-llm-card{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.kamco-people-page .kobi-ai-llm-card > div{padding:30px 28px;border:1px solid #dbe5ff;border-radius:20px;background:#fcfdff}
.kamco-people-page .kobi-ai-llm-card span{display:block;margin-bottom:12px;color:var(--point);font-size:.92rem;font-weight:700;letter-spacing:-.03em}
.kamco-people-page .kobi-ai-llm-card strong{display:block;margin-bottom:14px;color:#111;font-size:1.2rem;font-weight:700;line-height:1.45;word-break:keep-all}
.kamco-people-page .kobi-ai-llm-card p{margin:0!important;color:#666;font-size:.98rem!important;font-weight:400;line-height:1.7!important;text-align:left!important;letter-spacing:-.04em;word-break:keep-all}
*/

.kamco-people-page .kobi-ai-growth-layout{display:grid;grid-template-columns:1fr 52px 1fr 52px 1fr;gap:1rem;align-items:stretch;margin-bottom:48px}
.kamco-people-page .kobi-ai-growth-card{display:flex;flex-direction:column;justify-content:center;min-height:168px;padding:30px 24px;border:1px solid #e5e5e5;border-radius:20px;background:#fff;text-align:center}
.kamco-people-page .kobi-ai-growth-card.point{border-color:#0042fb;background:#f6f9ff}
.kamco-people-page .kobi-ai-growth-card span{display:block;margin-bottom:12px;color:var(--point);font-size:1.125rem;font-weight:700;line-height:1.45;word-break:keep-all}
.kamco-people-page .kobi-ai-growth-card strong{display:block;color:#111;font-size:1.5rem;font-weight:700;line-height:1.45;word-break:keep-all}
.kamco-people-page .kobi-ai-growth-arrow{position:relative;align-self:center;width:100%;height:1px;background:var(--point)}
.kamco-people-page .kobi-ai-growth-arrow::after{content:"";position:absolute;top:50%;right:-1px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid var(--point);transform:translateY(-50%)}

@media (max-width:1024px){
    .kamco-people-page .kobi-ai-intro-section{gap:34px;margin-bottom:80px}
    .kamco-people-page .kobi-ai-section{margin-bottom:90px}
    .kamco-people-page .kobi-ai-section-blue{padding-top:90px;padding-bottom:90px}
    .kamco-people-page .kobi-ai-kobi-intro{grid-template-columns:1fr 320px;gap:20px}
    .kamco-people-page .kobi-ai-character img{max-width:100%}
}

@media (max-width:768px){
    .kamco-people-page .section-heading{font-size:1.45rem}
    .kamco-people-page .kobi-ai-label{flex:0 0 38px;width:38px;height:38px;margin-bottom:0;font-size:.9rem}

    .kamco-people-page .kobi-ai-intro-section{grid-template-columns:1fr;gap:28px;margin-bottom:70px}
    .kamco-people-page .kobi-ai-profile-photo{order:-1}
    .kamco-people-page .kobi-ai-intro-copy{order:1;padding:34px 0}

    .kamco-people-page .kobi-ai-section{margin-bottom:70px}
    .kamco-people-page .kobi-ai-section-blue{padding-top:70px;padding-bottom:70px}
    .kamco-people-page .kobi-ai-section-head{align-items:center;gap:12px;margin-bottom:24px}

    .kamco-people-page .kobi-ai-value-grid{gap:12px;margin:34px 0}
    .kamco-people-page .kobi-ai-value-card{min-height:auto;padding:26px 22px;border-radius:18px}

    .kamco-people-page .kobi-ai-sports-box{grid-template-columns:1fr;gap:22px;margin:34px 0 42px;padding:28px 24px;border-radius:20px}
    .kamco-people-page .kobi-ai-sports-copy strong{font-size:1.12rem}
    .kamco-people-page .kobi-ai-sports-list{grid-template-columns:repeat(2,1fr)}

    .kamco-people-page .kobi-ai-kobi-intro{grid-template-columns:1fr;gap:24px;margin-bottom:36px}
    .kamco-people-page .kobi-ai-kobi-copy{padding:30px 24px;border-radius:20px}
    .kamco-people-page .kobi-ai-kobi-copy p{font-size:1.125rem!important}
    .kamco-people-page .kobi-ai-character{order:-1}
    .kamco-people-page .kobi-ai-character img{max-width:60%}

    .kamco-people-page .kobi-ai-screen-grid{grid-template-columns:1fr;gap:18px;margin-bottom:34px}
    .kamco-people-page .kobi-ai-screen-card{border-radius:18px}

    /*
    .kamco-people-page .kobi-ai-llm-card{grid-template-columns:1fr;gap:14px}
    .kamco-people-page .kobi-ai-llm-card > div{padding:26px 22px;border-radius:18px}
    */

    .kamco-people-page .kobi-ai-growth-layout{grid-template-columns:1fr;gap:1rem;margin-top:34px}
    .kamco-people-page .kobi-ai-growth-card{min-height:auto;padding:26px 22px;border-radius:18px}
    .kamco-people-page .kobi-ai-growth-arrow{justify-self:center;width:1px;height:34px;margin:2px 0;background:var(--point)}
    .kamco-people-page .kobi-ai-growth-arrow::after{top:auto;right:auto;bottom:-1px;left:50%;width:0;height:0;border-top:7px solid var(--point);border-right:5px solid transparent;border-bottom:0;border-left:5px solid transparent;transform:translateX(-50%)}
}

@media (max-width:480px){
    .kamco-people-page .kobi-ai-value-grid{grid-template-columns:1fr}
    .kamco-people-page .kobi-ai-character img{max-width:80%}
    .kamco-people-page .kobi-ai-profile-photo img{aspect-ratio:4/3}
    .kamco-people-page .kobi-ai-sports-list{grid-template-columns:1fr}
    .kamco-people-page .kobi-ai-screen-card figcaption{font-size:.92rem}
}

/* =========================================================
   kamco-team-page 전용 CSS
========================================================= */

.kamco-team-page .content-wrap{overflow:hidden}
.kamco-team-page .kamco-team-section{position:relative;width:100vw;margin-left:calc(50% - 50vw);padding:110px 0}
.kamco-team-page .kamco-team-section-q1{background:#fff}
.kamco-team-page .kamco-team-section-q2{background:#f6f9ff}
.kamco-team-page .kamco-team-section-q3{background:#fff}
.kamco-team-page .kamco-team-section-profile{background:#f6f9ff}
.kamco-team-page .kamco-team-section-q5{background:#fcfdff}
.kamco-team-page .kamco-team-section-final{background:#f6f9ff}
.kamco-team-page .kamco-team-content{max-width:1200px;margin:0 auto}

.kamco-team-page .kamco-team-zigzag-row{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:72px;align-items:center}
.kamco-team-page .kamco-team-zigzag-row + .kamco-team-zigzag-row{margin-top:110px;padding-top:110px}
.kamco-team-page .kamco-team-zigzag-continuation{align-items:start}
.kamco-team-page .kamco-team-zigzag-continuation .kamco-team-copy{padding-top:8px}

.kamco-team-page .kamco-team-photo-wrap{min-width:0}
.kamco-team-page .kamco-team-photo{position:relative;width:100%;aspect-ratio:4/5;margin:0;overflow:hidden;background:#eef1f5}
.kamco-team-page .kamco-team-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.kamco-team-page .kamco-team-copy{min-width:0}

.kamco-team-page .kamco-team-question-heading{margin-bottom:34px}
.kamco-team-page .kamco-team-question-heading > span{display:block;margin-bottom:12px;color:var(--point);font-size:1rem;font-weight:700;letter-spacing:-.02em}
.kamco-team-page .kamco-team-question-heading h2{margin:0;color:#111;font-size:2rem;font-weight:700;line-height:1.45;letter-spacing:-.045em;word-break:keep-all}

.kamco-team-page .kamco-team-answer-copy p{margin:0 0 1.35rem!important;color:#444;font-size:1.125rem!important;line-height:1.75!important;text-align:left!important;word-break:keep-all}
.kamco-team-page .kamco-team-answer-copy p:last-child{margin-bottom:0!important}

/* 단일 프로필 이미지 + 질문 3 */
.kamco-team-page .kamco-team-profile-feature{align-items:start}
.kamco-team-page .kamco-team-profile-main-photo{margin:0}
.kamco-team-page .kamco-team-profile-main-photo img{object-fit:contain;object-position:center;background:#fff}
.kamco-team-page .kamco-team-profile-interview{padding-top:2px}
.kamco-team-page .kamco-team-profile-qa-block{min-width:0}
.kamco-team-page .kamco-team-profile-question-copy{margin-bottom:28px}
.kamco-team-page .kamco-team-profile-question-copy > span{display:block;margin-bottom:12px;color:var(--point);font-size:1rem;font-weight:700;letter-spacing:-.02em}
.kamco-team-page .kamco-team-profile-question-copy h2{margin:0;color:#111;font-size:1.55rem;font-weight:700;line-height:1.45;letter-spacing:-.045em;word-break:keep-all}
.kamco-team-page .kamco-team-profile-answer-list{display:flex;flex-direction:column;gap:24px}
.kamco-team-page .kamco-team-person-answer{min-width:0}
.kamco-team-page .kamco-team-profile-question-three .kamco-team-person-answer{display:block}
.kamco-team-page .kamco-team-profile-question-three .kamco-team-person-answer h4{margin:0 0 9px}
.kamco-team-page .kamco-team-profile-question-three .kamco-team-person-answer p{display:block;width:100%}
.kamco-team-page .kamco-team-person-answer h4{display:flex;align-items:center;gap:7px;margin:2px 0 0;color:var(--point);font-size:1.02rem;font-weight:700;line-height:1.55;letter-spacing:-.04em;word-break:keep-all}
.kamco-team-page .kamco-team-person-answer h4 i{flex-shrink:0;font-size:.9em}
.kamco-team-page .kamco-team-person-answer p{margin:0!important;color:#444;font-size:.98rem!important;line-height:1.72!important;text-align:left!important;word-break:keep-all}

/* 질문 4 전체 너비 영역 */
.kamco-team-page .kamco-team-profile-question-four{margin-top:82px}
.kamco-team-page .kamco-team-profile-question-four .kamco-team-profile-question-copy{max-width:900px;margin-bottom:36px}
.kamco-team-page .kamco-team-profile-answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px;align-items:start}
.kamco-team-page .kamco-team-profile-answer-grid .kamco-team-person-answer{display:block}
.kamco-team-page .kamco-team-profile-answer-grid .kamco-team-person-answer h4{margin:0 0 12px}
.kamco-team-page .kamco-team-profile-answer-grid .kamco-team-person-answer p{font-size:1rem!important;line-height:1.75!important}

/* 질문 5 및 팀원 메시지 영역 */
.kamco-team-page .kamco-team-section-question{max-width:900px;margin:0 auto 84px;text-align:center}
.kamco-team-page .kamco-team-section-question .kamco-team-question-heading{margin:0}
.kamco-team-page .kamco-team-section-question .kamco-team-question-heading > span{text-align:center}
.kamco-team-page .kamco-team-section-question .kamco-team-question-heading h2{text-align:center}

.kamco-team-page .kamco-team-person-caption{margin:16px 0 0!important;color:#222;font-size:1.05rem!important;font-weight:600;line-height:1.45!important;text-align:center!important;letter-spacing:-.04em;word-break:keep-all}
.kamco-team-page .kamco-team-person-message p{margin:0!important;color:#444;font-size:1.125rem!important;line-height:1.75!important;text-align:left!important;word-break:keep-all}

.kamco-team-page .kamco-team-message-group{display:flex;flex-direction:column;gap:42px}
.kamco-team-page .kamco-team-message-item + .kamco-team-message-item{padding-top:42px}
.kamco-team-page .kamco-team-message-item h3{margin:0 0 18px;color:var(--point);font-size:1.2rem;font-weight:700;line-height:1.4;letter-spacing:-.04em;word-break:keep-all}
.kamco-team-page .kamco-team-message-item p{margin:0 0 1.25rem!important;color:#444;font-size:1.08rem!important;line-height:1.75!important;text-align:left!important;word-break:keep-all}
.kamco-team-page .kamco-team-message-item p:last-child{margin-bottom:0!important}
.kamco-team-page .kamco-team-message-item-single{padding-top:0!important}

.kamco-team-page .kamco-team-section-final .kamco-team-zigzag-row{align-items:center}

@media (max-width:1200px){
    .kamco-team-page .kamco-team-section{padding:92px 0}
    .kamco-team-page .kamco-team-zigzag-row{gap:52px}
    .kamco-team-page .kamco-team-zigzag-row + .kamco-team-zigzag-row{margin-top:92px;padding-top:92px}
    .kamco-team-page .kamco-team-question-heading h2{font-size:1.75rem}
    .kamco-team-page .kamco-team-profile-question-copy h2{font-size:1.45rem}
    .kamco-team-page .kamco-team-profile-answer-grid{gap:30px}
}

@media (max-width:1024px){
    .kamco-team-page .kamco-team-zigzag-row{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:38px}
    .kamco-team-page .kamco-team-profile-question-copy h2{font-size:1.35rem}
    .kamco-team-page .kamco-team-profile-answer-list{gap:21px}
    .kamco-team-page .kamco-team-person-answer h4{font-size:.95rem}
    .kamco-team-page .kamco-team-person-answer p{font-size:.94rem!important}
    .kamco-team-page .kamco-team-profile-question-four{margin-top:72px}
    .kamco-team-page .kamco-team-profile-answer-grid{gap:24px}
}

@media (max-width:768px){
    .kamco-team-page .kamco-team-section{padding:68px 0}
    .kamco-team-page .kamco-team-zigzag-row{grid-template-columns:1fr;gap:36px}
    .kamco-team-page .kamco-team-zigzag-row + .kamco-team-zigzag-row{margin-top:68px;padding-top:68px}

    .kamco-team-page .kamco-team-question-heading{margin-bottom:26px}
    .kamco-team-page .kamco-team-question-heading > span{margin-bottom:9px;font-size:.92rem}
    .kamco-team-page .kamco-team-question-heading h2{font-size:1.45rem;line-height:1.5}
    .kamco-team-page .kamco-team-answer-copy p{font-size:1rem!important;line-height:1.7!important;word-break:normal}

    .kamco-team-page .kamco-team-profile-feature{align-items:stretch}
    .kamco-team-page .kamco-team-profile-main-photo{width:100%}
    .kamco-team-page .kamco-team-profile-interview{padding-top:0}
    .kamco-team-page .kamco-team-profile-question-copy{margin-bottom:26px}
    .kamco-team-page .kamco-team-profile-question-copy > span{margin-bottom:9px;font-size:.92rem}
    .kamco-team-page .kamco-team-profile-question-copy h2{font-size:1.35rem;line-height:1.5}
    .kamco-team-page .kamco-team-profile-answer-list{gap:26px}
    .kamco-team-page .kamco-team-profile-question-three .kamco-team-person-answer{display:block}
    .kamco-team-page .kamco-team-profile-question-three .kamco-team-person-answer h4{margin:0 0 8px}
    .kamco-team-page .kamco-team-person-answer h4{font-size:1.02rem}
    .kamco-team-page .kamco-team-person-answer p{font-size:.96rem!important;line-height:1.68!important;word-break:normal}

    .kamco-team-page .kamco-team-profile-question-four{margin-top:58px}
    .kamco-team-page .kamco-team-profile-question-four .kamco-team-profile-question-copy{margin-bottom:30px}
    .kamco-team-page .kamco-team-profile-answer-grid{grid-template-columns:1fr;gap:30px}
    .kamco-team-page .kamco-team-profile-answer-grid .kamco-team-person-answer h4{margin-bottom:9px}

    .kamco-team-page .kamco-team-section-question{margin-bottom:54px;text-align:left}
    .kamco-team-page .kamco-team-section-question .kamco-team-question-heading > span{text-align:left}
    .kamco-team-page .kamco-team-section-question .kamco-team-question-heading h2{text-align:left}

    .kamco-team-page .kamco-team-person-caption{margin-top:12px!important;font-size:.92rem!important}
    .kamco-team-page .kamco-team-person-message p{font-size:1rem!important;line-height:1.7!important;word-break:normal}

    .kamco-team-page .kamco-team-message-group{gap:34px}
    .kamco-team-page .kamco-team-message-item + .kamco-team-message-item{padding-top:34px}
    .kamco-team-page .kamco-team-message-item h3{margin-bottom:14px;font-size:1.08rem}
    .kamco-team-page .kamco-team-message-item p{font-size:1rem!important;line-height:1.7!important;word-break:normal}
}

@media (max-width:480px){
    .kamco-team-page .kamco-team-section{padding:56px 0}
    .kamco-team-page .kamco-team-zigzag-row{gap:30px}
    .kamco-team-page .kamco-team-zigzag-row + .kamco-team-zigzag-row{margin-top:56px;padding-top:56px}
    .kamco-team-page .kamco-team-question-heading h2{font-size:1.3rem}
    .kamco-team-page .kamco-team-profile-question-copy h2{font-size:1.22rem}
    .kamco-team-page .kamco-team-profile-question-four{margin-top:50px}
}

/* =========================================================
   kamco-team2-page 전용 CSS
========================================================= */

.kamco-team2-page .content-wrap{overflow:hidden}
.kamco-team2-page .kamco-team-section{position:relative;width:100vw;margin-left:calc(50% - 50vw);padding:110px 0}
.kamco-team2-page .kamco-team-section-q1{background:#fff}
.kamco-team2-page .kamco-team-section-q2{background:#f6f9ff}
.kamco-team2-page .kamco-team-section-q3{background:#fff}
.kamco-team2-page .kamco-team-section-profile{background:#f6f9ff}
.kamco-team2-page .kamco-team-section-q5{background:#fcfdff}
.kamco-team2-page .kamco-team-section-final{background:#f6f9ff}
.kamco-team2-page .kamco-team-content{width:100%;max-width:680px;margin:0 auto}

/* 공통 질문 영역 */
.kamco-team2-page .kamco-team-question{width:100%;margin:0 auto 42px;text-align:center}
.kamco-team2-page .kamco-team-question-label{display:block;margin-bottom:12px;color:var(--point);font-size:1.5rem;font-weight:700;line-height:1.4;letter-spacing:-.02em;text-align:center}
.kamco-team2-page .kamco-team-question-title{margin:0;color:#111;font-size:2.5rem;font-weight:700;line-height:1.45;letter-spacing:-.045em;text-align:center;word-break:keep-all}

/* 공통 답변 영역 */
.kamco-team2-page .kamco-team-answer{width:100%;margin:0 auto;text-align:center}
.kamco-team2-page .kamco-team-answer p {margin:0 0 1.35rem !important;color:#444;font-size:1.25rem !important;line-height:1.75 !important;text-align:left !important;word-break:keep-all}
.kamco-team2-page .kamco-team-answer p:last-child{margin-bottom:0 !important}

/* 공통 사람 이름 */
.kamco-team2-page .kamco-team-person-name{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin:0 0 15px;color:var(--point);font-size:1.08rem;font-weight:700;line-height:1.5;letter-spacing:-.04em;word-break:keep-all}
.kamco-team2-page .kamco-team-person-name i{flex-shrink:0;font-size:.92em}

/* 기본 콘텐츠 구조 */
.kamco-team2-page .kamco-team-stack-block {width:100%;margin:0 auto;text-align:center}
.kamco-team2-page .kamco-team-stack-segment {width:100%;margin:0 auto;text-align:center}
.kamco-team2-page .kamco-team-stack-segment + .kamco-team-stack-segment {margin-top:96px;padding-top:96px}
.kamco-team2-page .kamco-team-followup {margin-top:88px;text-align:center}

/* 이미지 */
.kamco-team2-page .kamco-team-photo-wrap{width:100%;margin:0 auto 42px;text-align:center}
.kamco-team2-page .kamco-team-photo{position:relative;width:100%;margin:0 auto 42px;overflow:hidden;background:transparent;text-align:center}
.kamco-team2-page .kamco-team-photo img{display:block;width:100%;height:auto;margin:0 auto;object-fit:contain;object-position:center}
.kamco-team2-page .kamco-team-photo-wrap .kamco-team-photo{margin-bottom:0}

/* 프로필 질문 3·4 */
.kamco-team2-page .kamco-team-profile-feature{width:100%;margin:0 auto;text-align:center}
.kamco-team2-page .kamco-team-profile-main-photo img{object-fit:contain;object-position:center;background:#fff}
.kamco-team2-page .kamco-team-profile-answer-grid {display:grid;gap:40px;align-items:start;width:100%;margin:0 auto}
.kamco-team2-page .kamco-team-profile-answer-grid-q3 {margin-top:0}
.kamco-team2-page .kamco-team-profile-question-four{width:100%;margin:104px auto 0;text-align:center}

/* 인물별 답변 */
.kamco-team2-page .kamco-team-person-answer{min-width:0}

/* 질문 5 */
.kamco-team2-page .kamco-team-section-question{width:100%;margin:0 auto}
.kamco-team2-page .kamco-team-person-caption{margin:16px 0 0!important}
.kamco-team2-page .kamco-team-message-group{display:flex;flex-direction:column;gap:42px;width:100%;margin:0 auto;text-align:center}
.kamco-team2-page .kamco-team-message-item + .kamco-team-message-item{padding-top:42px}
.kamco-team2-page .kamco-team-message-item-single{padding-top:0!important}

@media (max-width:1200px){
    .kamco-team2-page .kamco-team-section{padding:92px 0}
    .kamco-team2-page .kamco-team-profile-answer-grid{gap:30px}
}

@media (max-width:1024px){
    .kamco-team2-page .kamco-team-profile-answer-grid{gap:24px}
    .kamco-team2-page .kamco-team-profile-question-four{margin-top:86px}
}

@media (max-width:768px){
    .kamco-team2-page .kamco-team-section{padding:68px 0}

    .kamco-team2-page .kamco-team-question{margin-bottom:30px}
    .kamco-team2-page .kamco-team-question-label{margin-bottom:9px;font-size:1.35rem}
    .kamco-team2-page .kamco-team-question-title{font-size:2rem;line-height:1.5}

    .kamco-team2-page .kamco-team-answer p{line-height:1.7!important;word-break:normal}
    .kamco-team2-page .kamco-team-person-name{margin-bottom:10px}

    .kamco-team2-page .kamco-team-photo,.kamco-team2-page .kamco-team-photo-wrap{max-width:100%;margin-bottom:30px}

    .kamco-team2-page .kamco-team-followup{margin-top:64px}
    .kamco-team2-page .kamco-team-stack-segment + .kamco-team-stack-segment{margin-top:68px;padding-top:68px}

    .kamco-team2-page .kamco-team-profile-answer-grid{grid-template-columns:1fr;gap:34px}
    .kamco-team2-page .kamco-team-profile-question-four{margin-top:68px}

    .kamco-team2-page .kamco-team-person-caption{margin-top:12px!important}

    .kamco-team2-page .kamco-team-message-group{gap:34px}
    .kamco-team2-page .kamco-team-message-item + .kamco-team-message-item{padding-top:34px}
}

@media (max-width:480px){
    .kamco-team2-page .kamco-team-section{padding:56px 0}
    .kamco-team2-page .kamco-team-question-title{font-size:1.75rem}
    .kamco-team2-page .kamco-team-answer p {font-size:1.2rem !important}
    .kamco-team2-page .kamco-team-followup{margin-top:54px}
    .kamco-team2-page .kamco-team-stack-segment + .kamco-team-stack-segment{margin-top:56px;padding-top:56px}
    .kamco-team2-page .kamco-team-profile-question-four{margin-top:56px}
}


/* =========================================================
   kamco-news-page 전용 CSS
========================================================= */

.kamco-news-page .kamco-news-subtitle{margin:18px 0 0;color:#777;font-size:1.35rem;font-weight:400;line-height:1.5;letter-spacing:-.045em;text-align:center;word-break:keep-all}
.kamco-news-page .content-wrap{margin:0!important;padding:110px 0 120px;background:#fff}
.kamco-news-page .kamco-news-gallery{display:grid;grid-template-columns:180px minmax(0,1fr);gap:34px;align-items:stretch;width:100%}
.kamco-news-page .kamco-news-thumbs-area{width:100%;height:850px;min-width:0}
.kamco-news-page .kamco-news-thumbs{width:100%;height:100%;overflow:hidden}
.kamco-news-page .kamco-news-thumbs .swiper-slide{height:auto}
.kamco-news-page .kamco-news-thumb-item{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0;border:0;border-radius:16px;background:#f5f5f5;overflow:hidden;cursor:pointer;appearance:none;box-shadow:none}
.kamco-news-page .kamco-news-thumb-item img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#f5f5f5;filter:grayscale(1);opacity:1;transition:filter .3s ease}
.kamco-news-page .kamco-news-thumbs .swiper-slide-thumb-active .kamco-news-thumb-item{border:0;background:#f5f5f5;box-shadow:none}
.kamco-news-page .kamco-news-thumbs .swiper-slide-thumb-active .kamco-news-thumb-item img{filter:grayscale(0);opacity:1}
.kamco-news-page .kamco-news-viewer{position:relative;width:100%;height:850px;min-width:0;padding:34px 86px;border-radius:28px;background:#f5f5f6;overflow:hidden}
.kamco-news-page .kamco-news-main{width:100%;height:100%;overflow:hidden}
.kamco-news-page .kamco-news-main .swiper-wrapper{align-items:stretch}
.kamco-news-page .kamco-news-main .swiper-slide{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.kamco-news-page .kamco-news-main .swiper-slide img{display:block;width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.08)}
.kamco-news-page .kamco-news-prev,.kamco-news-page .kamco-news-next{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border:1px solid #ddd;border-radius:50%;background:#fff;color:#777;box-shadow:none;transition:border-color .25s ease,color .25s ease}
.kamco-news-page .kamco-news-prev::after,.kamco-news-page .kamco-news-next::after{font-size:1.15rem;font-weight:400}
.kamco-news-page .kamco-news-prev:hover,.kamco-news-page .kamco-news-next:hover{border-color:var(--point);color:var(--point)!important}
.kamco-news-page .kamco-news-prev.swiper-button-disabled,.kamco-news-page .kamco-news-next.swiper-button-disabled{opacity:.35}
.kamco-news-page .kamco-news-guide{display:flex!important;align-items:center;justify-content:flex-start;gap:9px;margin:36px 0 0!important;color:#777!important;font-size:1rem!important;font-weight:400;line-height:1.5!important;text-align:left!important;word-break:keep-all}
.kamco-news-page .kamco-news-guide i{flex-shrink:0;color:#7e8794;font-size:1rem}

@media (max-width:1200px){
    .kamco-news-page .content-wrap{padding:92px 0 104px}
    .kamco-news-page .kamco-news-gallery{grid-template-columns:150px minmax(0,1fr);gap:26px}
    .kamco-news-page .kamco-news-thumbs-area{height:750px}
    .kamco-news-page .kamco-news-viewer{height:750px;padding:30px 72px}
    .kamco-news-page .kamco-news-prev{left:20px}
    .kamco-news-page .kamco-news-next{right:20px}
}

@media (max-width:1024px){
    .kamco-news-page .kamco-news-gallery{grid-template-columns:130px minmax(0,1fr);gap:22px}
    .kamco-news-page .kamco-news-prev,.kamco-news-page .kamco-news-next{width:48px;height:48px;margin-top:-24px}
}

@media (max-width:768px){
    .kamco-news-page .kamco-news-subtitle{margin-top:14px;font-size:1.08rem}
    .kamco-news-page .content-wrap{padding:68px 0 76px}
    .kamco-news-page .kamco-news-gallery{display:flex;flex-direction:column-reverse;gap:18px}

    .kamco-news-page .kamco-news-thumbs-area{width:100%;height:auto!important;min-height:0}
    .kamco-news-page .kamco-news-thumbs{width:100%;height:auto!important}
    .kamco-news-page .kamco-news-thumbs .swiper-wrapper{height:auto!important;align-items:flex-start}
    .kamco-news-page .kamco-news-thumbs .swiper-slide{height:auto!important;aspect-ratio:auto;align-self:flex-start}

    .kamco-news-page .kamco-news-thumb-item{width:100%;height:auto!important;aspect-ratio:auto;padding:0;border:0;border-radius:10px;background:transparent}
    .kamco-news-page .kamco-news-thumb-item img{display:block;width:100%;height:auto!important;aspect-ratio:auto;object-fit:contain;object-position:center;background:transparent}

    .kamco-news-page .kamco-news-viewer{width:100%;height:auto;padding:20px 52px;border-radius:20px}
    .kamco-news-page .kamco-news-main .swiper-slide img{width:100%;height:100%;max-width:100%;max-height:100%}

    .kamco-news-page .kamco-news-prev,.kamco-news-page .kamco-news-next{width:42px;height:42px;margin-top:-21px}
    .kamco-news-page .kamco-news-prev{left:8px}
    .kamco-news-page .kamco-news-next{right:8px}
    .kamco-news-page .kamco-news-prev::after,.kamco-news-page .kamco-news-next::after{font-size:.95rem}

    .kamco-news-page .kamco-news-guide{justify-content:center;margin-top:24px!important;font-size:.9rem!important;text-align:center!important}
}

@media (max-width:480px){
    .kamco-news-page .content-wrap{padding:56px 0 64px}

    .kamco-news-page .kamco-news-thumbs-area{width:100%;height:auto!important}
    .kamco-news-page .kamco-news-thumbs{height:auto!important}
    .kamco-news-page .kamco-news-thumbs .swiper-wrapper{height:auto!important}
    .kamco-news-page .kamco-news-thumbs .swiper-slide{height:auto!important}
    .kamco-news-page .kamco-news-thumb-item{height:auto!important}
    .kamco-news-page .kamco-news-thumb-item img{height:auto!important}

    .kamco-news-page .kamco-news-viewer{padding:1rem;border-radius:16px}
    .kamco-news-page .kamco-news-thumb-item{border-radius:8px}
    .kamco-news-page .kamco-news-guide{align-items:flex-start;font-size:.84rem!important}
    .kamco-news-page .kamco-news-guide i{margin-top:3px}
    .kamco-news-page .kamco-news-main .swiper-slide img{background:none}
}

/* =========================================================
   kamco-info-page 전용 CSS
========================================================= */

.kamco-info-page .content-wrap{position:relative;background:#fff}
.kamco-info-page .kamco-info-content{width:100%;max-width:1080px;margin:0 auto}
.kamco-info-page .kamco-info-image-link{display:block;width:100%;color:inherit;text-decoration:none;cursor:zoom-in}
.kamco-info-page .kamco-info-image-link:focus-visible{outline:3px solid var(--point);outline-offset:6px}
.kamco-info-page .kamco-info-image{position:relative;width:100%;margin:0;overflow:hidden;background:#fff}
.kamco-info-page .kamco-info-image img{display:block;width:100%;height:auto;object-fit:contain;object-position:top center}
.kamco-info-page .kamco-info-zoom-guide{position:absolute;right:24px;bottom:24px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 17px;border-radius:100px;background:rgba(17,17,17,.78);color:#fff;font-size:.9rem;font-weight:600;line-height:1;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}
.kamco-info-page .kamco-info-image-link:hover .kamco-info-zoom-guide{opacity:1;transform:translateY(0)}
.kamco-info-page .kamco-info-zoom-guide i{font-size:.9rem}

@media (max-width:1024px){
    .kamco-info-page .kamco-info-content{max-width:100%}
}

@media (max-width:768px){
    .kamco-info-page .kamco-info-image-link{cursor:pointer}
    .kamco-info-page .kamco-info-zoom-guide{right:14px;bottom:14px;padding:9px 14px;font-size:.82rem;opacity:1;transform:none}
}

@media (max-width:480px){
    .kamco-info-page .kamco-info-zoom-guide{right:10px;bottom:10px;gap:6px;padding:8px 12px;font-size:.78rem}
}

/* =========================================================
   kamco-event-page 전용 CSS
========================================================= */

.kamco-event-page .content-wrap{margin:0!important;background:#fff}
.kamco-event-page .kamco-event-section{width:100%;padding:110px 0 120px;background:#fff}
.kamco-event-page .kamco-event-content{width:100%;max-width:1100px;margin:0 auto}

.kamco-event-page .kamco-event-video-container{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:#111}
.kamco-event-page .kamco-event-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}

.kamco-event-page .kamco-event-image{width:100%;max-width:900px;margin:64px auto 0;background:#fff;text-align:center}
.kamco-event-page .kamco-event-image img{display:block;width:auto;max-width:100%;height:auto;margin:0 auto;object-fit:contain;object-position:top center}

.kamco-event-page .kamco-event-button-group{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:52px}
.kamco-event-page .kamco-event-button {display:inline-flex;align-items:center;justify-content:center;min-width:250px;padding:1rem 1.5rem;border:0;border-radius:100px;color:#fff;font-size:1.35rem;font-weight:700;line-height:1.3;letter-spacing:-.04em;text-align:center;text-decoration:none;box-shadow:none;transition:background-color .25s ease}
.kamco-event-page .kamco-event-button-video{background:#30303f}
.kamco-event-page .kamco-event-button-review{background:var(--point)}
.kamco-event-page .kamco-event-button-video:hover{background:#222230;color:#fff}
.kamco-event-page .kamco-event-button-review:hover{background:#0039d7;color:#fff}
.kamco-event-page .kamco-event-button:focus-visible{outline:3px solid var(--point);outline-offset:5px}

@media (max-width:1200px){
    .kamco-event-page .kamco-event-section{padding:92px 0 104px}
    .kamco-event-page .kamco-event-content{max-width:1000px}
    .kamco-event-page .kamco-event-image{max-width:820px;margin-top:56px}
    .kamco-event-page .kamco-event-button-group{margin-top:46px}
}

@media (max-width:1024px){
    .kamco-event-page .kamco-event-section{padding:80px 0 90px}
    .kamco-event-page .kamco-event-content{max-width:100%}
    .kamco-event-page .kamco-event-image{max-width:760px;margin-top:50px}
    .kamco-event-page .kamco-event-button-group{margin-top:42px}
}

@media (max-width:768px){
    .kamco-event-page .kamco-event-section{padding:68px 0 76px}
    .kamco-event-page .kamco-event-image{width:100%;max-width:100%;margin-top:42px}
    .kamco-event-page .kamco-event-button-group{flex-direction:column;gap:12px;margin-top:36px}
    .kamco-event-page .kamco-event-button,
    .kamco-event-page .kamco-event-button-review {width:100%;max-width:250px;font-size:1.25rem}
}

@media (max-width:480px){
    .kamco-event-page .kamco-event-section{padding:56px 0 64px}
    .kamco-event-page .kamco-event-image{margin-top:34px}
    .kamco-event-page .kamco-event-button-group{margin-top:30px}
}