/* 텍스트 영역이 중앙정렬/absolute 영향을 받더라도 CTA는 좌측 고정 */
.main-visual .mv-cta{
  margin-top: 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start; /* ✅ 왼쪽 정렬 */
  flex-wrap: wrap;
  position: relative;
  z-index: 5; /* ✅ 배경/슬라이더 위로 */
}

/* 버튼 기본 */
.main-visual .mv-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  white-space: nowrap;
}

.main-visual .mv-btn__arrow{
  font-weight: 900;
  opacity: .9;
  transform: translateY(-1px);
}

/* Primary (화이트) */
.main-visual .mv-btn--primary{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.55);
  color: #0b2a3a;
}
.main-visual .mv-btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}

/* Ghost (딥 다크) */
.main-visual .mv-btn--ghost{
  background: rgba(10,20,25,.32);
  border: 1px solid rgba(255,255,255,.30);
  color: rgba(255,255,255,.92);
}
.main-visual .mv-btn--ghost:hover{
  transform: translateY(-2px);
  background: rgba(10,20,25,.44);
  border-color: rgba(255,255,255,.40);
}

/* 모바일: 버튼 두 개 세로 스택 */
@media (max-width: 768px){
  .main-visual .mv-cta{ width:100%; gap:10px; }
  .main-visual .mv-btn{
    width: 100%;
    justify-content: space-between;
    padding: 14px 16px;
  }
}


/* ======================================================================================================================
   핵심 가치 STR
   ====================================================================================================================== */

.rn-value{
  position: relative;
  width: 100%;
  background: #04273f;
  border-top: 1px solid rgb(255 255 255 / 32%);
  border-bottom: 1px solid rgb(255 255 255 / 32%);
}

/* 기존 테마 .wrap을 그대로 사용 (없으면 아래 주석 해제)
.rn-value .wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  box-sizing:border-box;
}
*/

.rn-value__inner{
  padding: 22px 0;
}

.rn-value__list{
  list-style:none;
  margin:0;
  padding:0;

  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  column-gap: 36px;
  row-gap: 14px;
  align-items: start;
}

/* 카드 느낌 제거: 라인 기반으로만 정리 */
.rn-value__item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 10px 0;
  min-height: 56px;
  position: relative;
}

/* 세로 구분선(데스크탑에서만) */
@media (min-width: 1025px){
  .rn-value__item:not(:first-child){
    padding-left: 28px;
  }
  .rn-value__item:not(:first-child)::before{
    content:"";
    position:absolute;
    left: 6px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: rgb(255 255 255 / 32%);
  }
}

.rn-value__icon{
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;

  color: rgb(255 255 255);      /* 사이트 포인트 느낌 */
  background: rgb(238 243 247 / 20%); /* 너무 튀지 않게 */
  border: 1px solid rgb(184 203 216 / 40%);
  flex: 0 0 auto;
}

.rn-value__icon svg{
  width: 40px;
  height: 40px;
  display:block;
}

.rn-value__text{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width: 0;
}

.rn-value__title{
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgb(243 82 82 / 85%);
}

.rn-value__sub{
  font-size: 18rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: rgb(227 226 226);
  word-break: keep-all;
}

/* 반응형 */
@media (max-width: 1024px){
  .rn-value__inner{ padding: 18px 0; }
  .rn-value__list{
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .rn-value__item{
    padding: 10px 0;
    border-top: 1px solid rgb(255 255 255 / 32%);
  }
  .rn-value__item:first-child{
    border-top: 0;
  }
}

/* 모바일에서 아이콘/타이포 살짝 컴팩트 */
@media (max-width: 480px){
  .rn-value__icon{ width: 40px; height: 40px; border-radius: 11px; }
  .rn-value__title{ font-size: 14.5px; }
  .rn-value__sub{ font-size: 14rem; }
}

/* ===================================================================================================================================
   상세페이지 STR
   =================================================================================================================================== */

/* spacing */
.rnl-section{padding:84px 0;}
@media (max-width: 1024px){.rnl-section{padding:64px 0;}}
@media (max-width: 640px){.rnl-section{padding:44px 0;}}

/* type system (match site tone: clean, bold, airy) */
.rnl-eyebrow{
  font-size:12px; letter-spacing:.22em; text-transform:uppercase;
  color:#6b7280; margin:0 0 10px;
}
.rnl-h2{
  font-size:44px; line-height:1.12; font-weight:800;
  margin:0 0 16px; color:#0b2239;
}
.rnl-lead{
  font-size:16px; line-height:1.8; color:#334155;
  margin:0 0 18px;
}
.rnl-lead b{color:#0b2239; font-weight:800;}
@media (max-width:1024px){.rnl-h2{font-size:38px;}}
@media (max-width:640px){.rnl-h2{font-size:30px;}}

/* intro layout */
.rnl-intro{background:#fff;}
.rnl-intro__grid{
  display:flex; gap:48px; align-items:center;
}
.rnl-intro__copy{flex:1; min-width: 0;}
.rnl-intro__media{
  flex:1; position:relative; margin:0;
  border-radius:18px; overflow:hidden;
  box-shadow:0 18px 44px rgba(2, 8, 23, .10);
}
.rnl-intro__media img{
  display:block; width:100%; height:auto;
  transform: scale(1.02);
}
.rnl-square{
  position:absolute; right:18px; bottom:18px;
  width:44px; height:44px;
  border:3px solid #0b5ea8;
  border-right-color:#c3002f;
  border-top-color:#0b5ea8;
  border-radius:8px;
  background:transparent;
  pointer-events:none;
}
@media (max-width:1024px){
  .rnl-intro__grid{flex-direction:column; gap:22px;}
}

/* meta rows */
.rnl-meta{margin:18px 0 0; display:grid; gap:10px;}
.rnl-meta__item{
  display:flex; gap:10px; align-items:baseline;
  padding:10px 12px;
  border:1px solid rgba(2, 8, 23, .08);
  border-radius:12px;
  background:rgba(248, 250, 252, .7);
}
.rnl-meta__item .k{min-width:56px; font-weight:800; color:#0b2239;}
.rnl-meta__item .v{color:#334155;}

/* CTA buttons */
.rnl-cta{display:flex; gap:10px; margin-top:18px; flex-wrap:wrap;}
.rnl-btn{
  display:inline-flex; align-items:center; gap:8px;
  height:44px; padding:0 16px;
  border-radius:999px;
  font-weight:800; font-size:14px;
  border:1px solid transparent;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration:none;
}
.rnl-btn--primary{
  background:#0b5ea8; color:#fff;
  box-shadow:0 10px 24px rgba(11, 94, 168, .22);
}
.rnl-btn--ghost{
  background:#fff; color:#0b2239;
  border-color:rgba(2, 8, 23, .14);
}
.rnl-btn:hover{transform:translateY(-1px);}
.rnl-btn--ghost:hover{box-shadow:0 12px 24px rgba(2, 8, 23, .10);}

/* key points cards */
.rnl-kp{background:#f7fafc;}
.rnl-kp__grid{
  display:grid; gap:18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rnl-card{
  background:#fff;
  border:1px solid rgba(2, 8, 23, .08);
  border-radius:18px;
  padding:20px 20px 18px;
  box-shadow:0 14px 30px rgba(2, 8, 23, .06);
}
.rnl-card__icon{
  width:44px; height:44px;
  border-radius:12px;
  background:rgba(11, 94, 168, .08);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:12px;
}
.rnl-card__icon img{width:22px; height:22px; display:block;}
.rnl-card__title{
  margin:0 0 6px; font-size:16px; font-weight:900; color:#0b2239;
}
.rnl-card__sub{
  margin:0 0 10px; font-size:13px; font-weight:800; color:#0b5ea8;
}
.rnl-card__desc{
  margin:0; font-size:14px; line-height:1.7; color:#334155;
}
@media (max-width:1024px){
  .rnl-kp__grid{grid-template-columns: 1fr; }
}
