@charset "utf-8";
#container_wr, #container { max-width:none !important; width:100% !important; padding:0 !important; margin:0 !important; }
#wrapper { overflow:hidden; }
/* ========================= DAEHAN MAIN VISUAL ========================= */
.dh-main-visual { position:relative; min-height:960px; overflow:hidden; color:#fff; background:url('../img/main/01_bg.jpg') center center/cover no-repeat; }
.dh-main-inner { position:relative; z-index:2; width:100%; max-width:1500px; min-height:960px; margin:0 auto; padding:165px 20px 0; }
.dh-hero-content { position:relative; z-index:3; width:64%; }
.dh-hero-label { margin-bottom:20px; font-size:15px; font-weight:700; letter-spacing:.18em; color:rgba(255, 255, 255, .55); }
.dh-hero-content h2 { font-size:96px; line-height:1.18; font-weight:700; letter-spacing:-0.075em; color:#fff; text-shadow:0 8px 26px rgba(0, 0, 0, .25); word-break:keep-all; }
.dh-hero-desc { margin-top:28px; font-size:35px; line-height:1.45; font-weight:300; letter-spacing:-0.055em; color:rgba(255, 255, 255, .94); word-break:keep-all; }
.dh-hero-desc strong { font-weight:700; color:#fff; }
.dh-lawyer-box { width:360px; margin-top:72px; padding:30px 34px; background:rgba(255, 255, 255, .045); border:1px solid rgba(255, 255, 255, .08); backdrop-filter:blur(3px); }
.dh-lawyer-box h3 { margin-bottom:10px; font-size:25px; line-height:1.3; font-weight:300; letter-spacing:-0.04em; color:#fff; }
.dh-lawyer-box h3 strong { font-weight:700; }
.dh-lawyer-box li { position:relative; padding:9px 0 9px 12px; border-bottom:1px solid rgba(255, 255, 255, .18); font-size:16px; line-height:1.35; font-weight:400; letter-spacing:-0.04em; color:rgba(255, 255, 255, .9); word-break:keep-all; }
.dh-lawyer-box li::before { content:""; position:absolute; left:0; top:19px; width:3px; height:3px; border-radius:50%; background:rgba(255, 255, 255, .7); }
.dh-lawyer-box li:last-child { border-bottom:0; }
.dh-hero-person { position:absolute; right:74px; bottom:0; z-index:2; width:550px; }
.dh-hero-person img { display:block; width:550px; max-width:100%; height:auto; }
/* 기본 섹션 */
.dh-section { padding:110px 20px; background:#fff; }
.dh-section:nth-of-type(even) { background:#f6f8fb; }
.dh-section-inner { max-width:1280px; margin:0 auto; }
.dh-section-kicker { margin-bottom:10px; font-size:15px; font-weight:700; letter-spacing:.16em; color:#196eae; }
.dh-section h2 { font-size:42px; font-weight:700; letter-spacing:-0.06em; color:#111; }
/* ========================= Responsive ========================= */
@media (max-width:1480px) {
  .dh-main-inner { padding-left:40px; padding-right:40px; }
  .dh-hero-content h2 { font-size:74px; }
  .dh-hero-desc { font-size:25px; }
  .dh-hero-person { right:30px; width:500px; }
  .dh-hero-person img { width:500px; }
}
@media (max-width:1200px) {
  .dh-main-visual, .dh-main-inner { min-height:820px; }
  .dh-main-inner { padding-top:135px; }
  .dh-hero-content { width:62%; }
  .dh-hero-content h2 { font-size:60px; }
  .dh-hero-desc { font-size:22px; }
  .dh-lawyer-box { margin-top:48px; }
  .dh-hero-person { width:420px; }
  .dh-hero-person img { width:420px; }
}
@media (max-width:900px) {
  .dh-main-visual, .dh-main-inner { min-height:760px; }
  .dh-main-inner { padding:120px 20px 0; }
  .dh-hero-content { width:100%; }
  .dh-hero-content h2 { font-size:46px; }
  .dh-hero-desc { margin-top:20px; font-size:19px; }
  .dh-lawyer-box { width:280px; margin-top:34px; background:transparent; border:0; padding:20px 10px; backdrop-filter:none; -webkit-backdrop-filter:none; }
  .dh-lawyer-box li { font-size:14px; }
  .dh-hero-person { right:-40px; width:330px; opacity:.75; }
  .dh-hero-person img { width:330px; }
  .dh-main-visual::after { font-size:120px; bottom:20px; letter-spacing:-6px; }
}
@media (max-width:560px) {
  .dh-main-visual, .dh-main-inner { min-height:720px; }
  .dh-main-inner { padding-top:105px; }
  .dh-hero-label { font-size:12px; }
  .dh-hero-content h2 { font-size:38px; line-height:1.22; }
  .dh-hero-desc { font-size:17px; }
  .dh-lawyer-box { width:100%; max-width:260px; margin-top:28px; }
  .dh-hero-person { right:-80px; width:290px; }
  .dh-hero-person img { width:290px; }
  .dh-section { padding:70px 18px; }
  .dh-section h2 { font-size:30px; }
}
/* ========================= DAEHAN BROADCAST SECTION ========================= */
.dh-broadcast-section { position:relative; overflow:hidden; min-height:900px; padding:130px 20px 120px; color:#fff; background:url('../img/main/02_bg.jpg') center center/cover no-repeat; }
.dh-broadcast-inner { position:relative; z-index:2; width:100%; max-width:1480px; margin:0 auto; }
.dh-broadcast-title { text-align:center; }
.dh-broadcast-title h2 { font-size:50px; line-height:1.25; font-weight:700; letter-spacing:-0.06em; color:#fff; word-break:keep-all; }
.dh-broadcast-title p { margin-top:24px; font-size:18px; line-height:1.6; font-weight:400; letter-spacing:-0.04em; color:rgba(255, 255, 255, .82); word-break:keep-all; }
.dh-broadcast-list { display:grid; grid-template-columns:repeat(3, 1fr); gap:70px; max-width:1280px; margin:140px auto 0; }
.dh-broadcast-card { text-align:center; }
.dh-broadcast-img { overflow:hidden; width:100%; aspect-ratio:420/240; background:rgba(255, 255, 255, .06); box-shadow:0 20px 45px rgba(0, 0, 0, .22); }
.dh-broadcast-img img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.dh-broadcast-card:hover .dh-broadcast-img img { transform:scale(1.04); }
.dh-broadcast-card h3 { margin-top:26px; font-size:19px; line-height:1.45; font-weight:700; letter-spacing:-0.04em; color:#fff; word-break:keep-all; }
/* ========================= Responsive ========================= */
@media (max-width:1280px) {
  .dh-broadcast-section { min-height:auto; padding:110px 24px 100px; }
  .dh-broadcast-title h2 { font-size:42px; }
  .dh-broadcast-list { gap:34px; margin-top:100px; }
  .dh-broadcast-card h3 { font-size:17px; }
}
@media (max-width:900px) {
  .dh-broadcast-section { padding:90px 20px 80px; }
  .dh-broadcast-title h2 { font-size:34px; }
  .dh-broadcast-title p { margin-top:16px; font-size:16px; }
  .dh-broadcast-list { grid-template-columns:1fr; max-width:520px; gap:44px; margin-top:60px; }
  .dh-broadcast-card h3 { margin-top:16px; font-size:17px; }
}
@media (max-width:560px) {
  .dh-broadcast-section { padding:76px 16px 70px; }
  .dh-broadcast-title h2 { font-size:28px; line-height:1.35; }
  .dh-broadcast-title p { font-size:15px; }
  .dh-broadcast-list { gap:34px; margin-top:46px; }
}

/* ========================= YOUTUBE LAYER POPUP ========================= */

.dh-broadcast-video {
  display:block;
  width:100%;
  padding:0;
  margin:0;
  border:0;
  background:none;
  cursor:pointer;
  text-align:inherit;
}

.dh-broadcast-video .dh-broadcast-img {
  position:relative;
  display:block;
}

.dh-broadcast-video .dh-broadcast-img:after {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:74px;
  height:74px;
  transform:translate(-50%, -50%);
  border-radius:50%;
  background:rgba(0, 0, 0, .55);
  transition:background .25s ease, transform .25s ease;
}

.dh-broadcast-video .dh-broadcast-img:before {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  transform:translate(-38%, -50%);
  border-left:22px solid #fff;
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
}

.dh-broadcast-card:hover .dh-broadcast-video .dh-broadcast-img:after {
  background:rgba(210, 34, 45, .92);
  transform:translate(-50%, -50%) scale(1.08);
}

.dh-youtube-modal {
  position:fixed;
  left:0;
  top:0;
  z-index:99999;
  display:none;
  width:100%;
  height:100%;
}

.dh-youtube-modal.is-active {
  display:block;
}

.dh-youtube-bg {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, .45);
}

.dh-youtube-box {
  position:absolute;
  left:50%;
  top:50%;
  width:92%;
  max-width:1000px;
  transform:translate(-50%, -50%);
}

.dh-youtube-close {
  position:absolute;
  right:0;
  top:-56px;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:34px;
  line-height:42px;
  cursor:pointer;
}

.dh-youtube-frame {
  position:relative;
  width:100%;
  padding-top:56.25%;
  background:#000;
  box-shadow:0 25px 70px rgba(0, 0, 0, .45);
}

.dh-youtube-frame iframe {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

body.dh-modal-open {
  overflow:hidden;
}

@media (max-width:560px) {
  .dh-broadcast-video .dh-broadcast-img:after {
    width:58px;
    height:58px;
  }

  .dh-broadcast-video .dh-broadcast-img:before {
    border-left-width:18px;
    border-top-width:11px;
    border-bottom-width:11px;
  }

  .dh-youtube-close {
    top:-48px;
    width:38px;
    height:38px;
    font-size:30px;
    line-height:36px;
  }
}


/* ========================= DAEHAN YOUTUBE FULL VIDEO ========================= */
.dh-youtube-section {
  position:relative;
  width:100%;
  height:100vh;
  min-height:760px;
  overflow:hidden;
  background:#000;
}

.dh-youtube-full-bg {
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:1;
}

.dh-youtube-full-bg iframe {
  position:absolute;
  top:50%;
  left:50%;
  width:100vw;
  height:56.25vw;
  min-width:177.78vh;
  min-height:100vh;
  transform:translate(-50%, -50%);
  border:0;
  pointer-events:none;
}

/* 모바일: 유튜브 영상은 16:9 배너형으로 표시 */
@media (max-width:900px) {
  .dh-youtube-section {
    height:56.25vw;
    min-height:220px;
    max-height:420px;
  }

  .dh-youtube-full-bg iframe {
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-width:0;
    min-height:0;
    transform:none;
  }
}

@media (max-width:560px) {
  .dh-youtube-section {
    height:56.25vw;
    min-height:210px;
    max-height:320px;
  }
}

/* ========================= DAEHAN STRENGTH SECTION ========================= */
.dh-strength-section { position:relative; overflow:hidden; padding:140px 20px; background:url('../img/main/03_bg.jpg') center center/cover no-repeat; }
.dh-strength-inner { width:100%; max-width:1480px; margin:0 auto; display:flex; justify-content:space-between; gap:80px; }
.dh-strength-left { width:45%; padding-left:40px; padding-top:30px; }
.dh-strength-left h2 { font-size:54px; line-height:1.28; font-weight:700; letter-spacing:-0.065em; color:#064184; word-break:keep-all; }
.dh-strength-left p { margin-top:30px; font-size:32px; line-height:1.35; font-weight:700; letter-spacing:-0.06em; color:#222; word-break:keep-all; }
.dh-strength-list { width:55%; max-width:680px; }
.dh-strength-card { display:flex; align-items:center; gap:32px; min-height:142px; padding:26px 42px; margin-bottom:22px; background:#fff; border-radius:16px; box-shadow:0 8px 24px rgba(0, 0, 0, .18); }
.dh-strength-card:last-child { margin-bottom:0; }
.dh-strength-icon { width:100px; height:100px; flex:0 0 100px; }
.dh-strength-icon img { display:block; width:100px; height:100px; object-fit:contain; }
.dh-strength-text h3 { margin-bottom:12px; font-size:28px; line-height:1.2; font-weight:700; letter-spacing:-0.05em; color:#064184; }
.dh-strength-text p { font-size:16px; line-height:1.55; font-weight:400; letter-spacing:-0.04em; color:#777; word-break:keep-all; }
/* ========================= Responsive ========================= */
@media (max-width:1280px) {
  .dh-strength-section { padding:110px 24px; }
  .dh-strength-inner { gap:50px; }
  .dh-strength-left { padding-left:0; }
  .dh-strength-left h2 { font-size:44px; }
  .dh-strength-left p { margin-top:34px; font-size:26px; }
  .dh-strength-card { gap:24px; padding:24px 30px; }
  .dh-strength-text h3 { font-size:25px; }
  .dh-strength-text p { font-size:15px; }
}
@media (max-width:900px) {
  .dh-strength-section { padding:80px 20px; }
  .dh-strength-inner { display:block; }
  .dh-strength-left { width:100%; text-align:center; }
  .dh-strength-left h2 { font-size:36px; }
  .dh-strength-left p { margin-top:24px; font-size:22px; }
  .dh-strength-list { width:100%; max-width:640px; margin:48px auto 0; }
  .dh-strength-card { min-height:auto; padding:24px; border-radius:14px; }
}
@media (max-width:560px) {
  .dh-strength-section { padding:70px 16px; }
  .dh-strength-left h2 { font-size:30px; line-height:1.32; }
  .dh-strength-left p { font-size:19px; }
  .dh-strength-list { margin-top:36px; }
  .dh-strength-card { align-items:flex-start; gap:16px; padding:20px 18px; margin-bottom:16px; }
  .dh-strength-icon { width:70px; height:70px; flex:0 0 70px; }
  .dh-strength-icon img { width:70px; height:70px; }
  .dh-strength-text h3 { margin-bottom:8px; font-size:22px; }
  .dh-strength-text p { font-size:14px; line-height:1.5; }
}
@media (max-width:420px) {
  .dh-strength-card { display:block; text-align:center; }
  .dh-strength-icon { margin:0 auto 10px; }
}
/* ========================= DAEHAN TARGET SECTION ========================= */
.dh-target-section { position:relative; overflow:hidden; min-height:880px; padding:150px 20px 120px; color:#fff; background:url('../img/main/04_bg.jpg') top center/cover no-repeat; }
.dh-target-inner { position:relative; z-index:2; width:100%; max-width:1480px; margin:0 auto; }
.dh-target-content { width:66%; max-width:900px; }
.dh-target-title h2 { font-size:72px; line-height:1.25; font-weight:700; letter-spacing:-0.07em; color:#fff; word-break:keep-all; }
.dh-target-title p { margin-top:18px; font-size:32px; line-height:1.45; font-weight:400; letter-spacing:-0.055em; color:rgba(255, 255, 255, .9); word-break:keep-all; }
.dh-target-card-list { display:grid; grid-template-columns:repeat(4, 1fr); gap:22px; margin-top:80px; }
.dh-target-card { min-height:245px; padding:30px 18px 26px; text-align:center; background:#fff; border-radius:9px; box-shadow:0 16px 36px rgba(0, 0, 0, .18); transition:transform .3s ease, box-shadow .3s ease; }
.dh-target-card:hover { transform:translateY(-8px); box-shadow:0 24px 48px rgba(0, 0, 0, .24); }
.dh-target-icon { width:120px; height:80px; margin:0 auto 22px; }
.dh-target-icon img { display:block; width:120px; height:80px; object-fit:contain; }
.dh-target-card h3 { margin-bottom:12px; font-size:32px; line-height:1.2; font-weight:700; letter-spacing:-0.06em; color:#222; }
.dh-target-card p { font-size:16px; line-height:1.45; font-weight:400; letter-spacing:-0.04em; color:#333; word-break:keep-all; }
.dh-target-bottom { margin-top:80px; }
.dh-target-bottom p { font-size:44px; line-height:1.4; font-weight:300; letter-spacing:-0.07em; color:#fff; word-break:keep-all; }
.dh-target-bottom strong { font-weight:700; }
/* ========================= Responsive ========================= */
@media (max-width:1280px) {
  .dh-target-section { min-height:auto; padding:120px 24px 100px; }
  .dh-target-content { width:72%; }
  .dh-target-title h2 { font-size:48px; }
  .dh-target-title p { font-size:22px; }
  .dh-target-card-list { gap:18px; }
  .dh-target-card { min-height:225px; padding:26px 14px 24px; }
  .dh-target-card h3 { font-size:28px; }
  .dh-target-bottom p { font-size:38px; }
}
@media (max-width:1024px) {
  .dh-target-content { width:100%; max-width:none; }
  .dh-target-card-list { grid-template-columns:repeat(2, 1fr); max-width:620px; }
  .dh-target-card { min-height:220px; }
}
@media (max-width:768px) {
  .dh-target-section { padding:86px 18px 76px; background:linear-gradient(90deg, rgba(3, 18, 43, .96) 0%, rgba(5, 52, 111, .94) 100%), url('../img/main/04_bg.jpg') center center/cover no-repeat; }
  .dh-target-title { text-align:center; }
  .dh-target-title h2 { font-size:36px; line-height:1.3; }
  .dh-target-title p { margin-top:14px; font-size:18px; }
  .dh-target-card-list { margin:44px auto 0; }
  .dh-target-bottom { margin-top:48px; text-align:center; }
  .dh-target-bottom p { font-size:30px; }
}
@media (max-width:560px) {
  .dh-target-section { padding:74px 16px 66px; }
  .dh-target-title h2 { font-size:31px; }
  .dh-target-title p { font-size:16px; }
  .dh-target-card-list { grid-template-columns:repeat(2, 1fr); gap:14px; margin-top:36px; }
  .dh-target-card { min-height:185px; padding:22px 10px 18px; border-radius:8px; }
  .dh-target-icon { width:96px; height:64px; margin-bottom:16px; }
  .dh-target-icon img { width:96px; height:64px; }
  .dh-target-card h3 { margin-bottom:8px; font-size:24px; }
  .dh-target-card p { font-size:14px; }
  .dh-target-bottom p { font-size:25px; }
}
@media (max-width:380px) {
  .dh-target-card-list { grid-template-columns:1fr; }
}
/* =============================== DAEHAN Review Flow Section ================================ */
.dh-review-flow-section { position:relative; width:100%; padding:120px 0 140px; background:#fff; overflow:hidden; }
.dh-review-flow-inner { width:100%; margin:0 auto; text-align:center; }
.dh-review-flow-head { margin-bottom:58px; padding:0 20px; }
.dh-review-flow-head h2 { margin:0; color:#064184; font-size:48px; line-height:1.25; font-weight:700; letter-spacing:-0.06em; }
.dh-review-flow-head p { margin-top:20px; color:#333; font-size:18px; line-height:1.6; font-weight:400; letter-spacing:-0.04em; word-break:keep-all; }
.dh-review-flow-wrap { width:100%; overflow:hidden; }
.dh-review-flow-track { display:flex; align-items:center; gap:28px; width:max-content; animation:dhReviewFlow 42s linear infinite; will-change:transform; }
.dh-review-flow-wrap:hover .dh-review-flow-track { animation-play-state:paused; }
.dh-review-flow-item { flex:0 0 320px; width:320px; height:539px; overflow:hidden; background:#fff; border:1px solid #ddd; box-shadow:0 14px 32px rgba(0, 0, 0, .08); }
.dh-review-flow-item img { display:block; width:100%; height:100%; object-fit:cover; }
@keyframes dhReviewFlow {
  0% { transform:translateX(0); }
  100% { transform:translateX(calc(-50% - 14px)); }
}
/* tablet */
@media screen and (max-width:1024px) {
  .dh-review-flow-section { padding:95px 0 110px; }
  .dh-review-flow-head h2 { font-size:40px; }
  .dh-review-flow-head p { font-size:16px; }
  .dh-review-flow-track { gap:22px; animation-duration:36s; }
  .dh-review-flow-item { flex-basis:280px; width:280px; height:472px; }
  @keyframes dhReviewFlow {
    0% { transform:translateX(0); }
    100% { transform:translateX(calc(-50% - 11px)); }
  }
}
/* mobile */
@media screen and (max-width:768px) {
  .dh-review-flow-section { padding:75px 0 90px; }
  .dh-review-flow-head { margin-bottom:42px; }
  .dh-review-flow-head h2 { font-size:34px; }
  .dh-review-flow-head p { margin-top:14px; font-size:15px; }
  .dh-review-flow-head p img {width:100%; height:auto; }  
  .dh-review-flow-track { gap:18px; animation-duration:32s; }
  .dh-review-flow-item { flex-basis:235px; width:235px; height:396px; }
  @keyframes dhReviewFlow {
    0% { transform:translateX(0); }
    100% { transform:translateX(calc(-50% - 9px)); }
  }
}
@media screen and (max-width:420px) {
  .dh-review-flow-item { flex-basis:210px; width:210px; height:354px; }
  .dh-review-flow-head h2 { font-size:30px; }
  .dh-review-flow-head p { font-size:14px; }
}
/* =============================== DAEHAN Customer Review Flow ================================ */
.dh-customer-review-section { position:relative; width:100%; padding:110px 0 130px; background:#f8f8f8; overflow:hidden; }
.dh-customer-review-inner { width:100%; margin:0 auto; text-align:center; }
.dh-customer-review-head { margin-bottom:66px; padding:0 20px; }
.dh-customer-review-head h2 { margin:0; color:#064184; font-size:54px; line-height:1.25; font-weight:700; letter-spacing:-0.06em; }
.dh-customer-review-head p { margin-top:18px; color:#333; font-size:19px; line-height:1.6; font-weight:400; letter-spacing:-0.04em; }
.dh-customer-review-wrap { width:100%; overflow:hidden; }
.dh-customer-review-track { display:flex; align-items:stretch; gap:22px; width:max-content; animation:dhCustomerReviewFlow 46s linear infinite; will-change:transform; }
.dh-customer-review-wrap:hover .dh-customer-review-track { animation-play-state:paused; }
.dh-customer-review-card { flex:0 0 420px; width:420px; min-height:174px; padding:26px 28px; background:#fff; border:1px solid #e2e2e2; border-radius:8px; text-align:left; box-shadow:0 8px 22px rgba(0, 0, 0, .035); }
.dh-review-top { display:flex; align-items:center; gap:14px; margin-bottom:20px; }
.dh-review-top img { width:60px; height:60px; flex:0 0 60px; border-radius:50%; object-fit:cover; }
.dh-review-top strong { display:block; margin-bottom:5px; font-size:15px; line-height:1.2; font-weight:700; color:#777; }
.dh-review-top p { margin:0; font-size:13px; line-height:1.35; font-weight:400; color:#999; }
.dh-review-top p .review-star { color:#f2a100; font-weight:700; }
.dh-review-top p .review-score { color:#111; font-weight:700; }
.dh-review-text { font-size:16px; line-height:1.7; font-weight:400; letter-spacing:-0.04em; color:#444; word-break:keep-all; }
@keyframes dhCustomerReviewFlow {
  0% { transform:translateX(0); }
  100% { transform:translateX(calc(-50% - 11px)); }
}
/* tablet */
@media screen and (max-width:1024px) {
  .dh-customer-review-section { padding:90px 0 105px; }
  .dh-customer-review-head { margin-bottom:50px; }
  .dh-customer-review-head h2 { font-size:42px; }
  .dh-customer-review-head p { font-size:16px; }
  .dh-customer-review-track { gap:18px; animation-duration:40s; }
  .dh-customer-review-card { flex-basis:360px; width:360px; padding:24px; }
  @keyframes dhCustomerReviewFlow {
    0% { transform:translateX(0); }
    100% { transform:translateX(calc(-50% - 9px)); }
  }
}
/* mobile */
@media screen and (max-width:768px) {
  .dh-customer-review-section { padding:75px 0 88px; }
  .dh-customer-review-head { margin-bottom:40px; }
  .dh-customer-review-head h2 { font-size:34px; }
  .dh-customer-review-head p { margin-top:12px; font-size:15px; }
  .dh-customer-review-track { gap:16px; animation-duration:36s; }
  .dh-customer-review-card { flex-basis:310px; width:310px; min-height:178px; padding:22px 20px; }
  .dh-review-top { gap:12px; margin-bottom:16px; }
  .dh-review-top img { width:52px; height:52px; flex-basis:52px; }
  .dh-review-text { font-size:14px; line-height:1.65; }
  @keyframes dhCustomerReviewFlow {
    0% { transform:translateX(0); }
    100% { transform:translateX(calc(-50% - 8px)); }
  }
}
@media screen and (max-width:420px) {
  .dh-customer-review-card { flex-basis:285px; width:285px; }
  .dh-customer-review-head h2 { font-size:30px; }
}
/* ========================= DAEHAN RECORD SECTION ========================= */
.dh-record-section { position:relative; overflow:hidden; padding:120px 20px 130px; background:url('../img/main/05_bg.jpg') center center/cover no-repeat; }
.dh-record-inner { width:100%; max-width:1480px; margin:0 auto; }
.dh-record-head { margin-bottom:82px; text-align:center; }
.dh-record-head h2 { font-size:52px; line-height:1.25; font-weight:700; letter-spacing:-0.06em; color:#064184; word-break:keep-all; }
.dh-record-content { display:flex; align-items:center; justify-content:center; gap:64px; }
.dh-record-stats {
  width:48%;
  max-width:670px;
}

.dh-record-row {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:28px;
  margin-bottom:0;
}

.dh-record-card { position:relative; min-height:156px; padding:30px 30px 24px; background:#fff; border-radius:8px; box-shadow:0 10px 28px rgba(0, 0, 0, .08); }
.dh-record-card p { margin-bottom:18px; font-size:20px; line-height:1.35; font-weight:500; letter-spacing:-0.05em; color:#111; }
.dh-record-card p span { font-size:18px; font-weight:400; }
.dh-record-card strong { display:inline-block; font-size:56px; line-height:1; font-weight:700; letter-spacing:-0.04em; color:#064184; }
.dh-record-card em { display:inline-block; margin-left:6px; font-size:20px; line-height:1; font-style:normal; font-weight:400; color:#111; }
.dh-record-wide {
  grid-column:1 / -1;
  min-height:156px;
}
.dh-record-wide strong { font-size:54px; }
.dh-record-visual { width:48%; max-width:680px; height:520px; border-radius:8px; overflow:hidden; background:url('../img/main/05_img1.png') center center/cover no-repeat; box-shadow:0 18px 42px rgba(0, 0, 0, .12); }
.dh-record-visual-cover { width:100%; height:100%; padding:70px 40px 60px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; color:#fff; }
.dh-record-visual h3 { font-size:34px; line-height:1.35; font-weight:700; letter-spacing:-0.06em; color:#fff; word-break:keep-all; }
.dh-record-visual p { margin-top:10px; font-size:21px; line-height:1.55; font-weight:300; letter-spacing:-0.05em; color:rgba(255, 255, 255, .92); word-break:keep-all; }
.dh-record-logo { margin-top:50px; }
.dh-record-logo img { display:inline-block; width:300px; max-width:80%; height:auto; object-fit:contain; }
/* ========================= Responsive ========================= */
@media (max-width:1280px) {
  .dh-record-section { padding:105px 24px 110px; }
  .dh-record-head { margin-bottom:62px; }
  .dh-record-head h2 { font-size:44px; }
  .dh-record-content { gap:40px; }
  .dh-record-card { padding:26px 24px 22px; }
  .dh-record-card strong { font-size:46px; }
  .dh-record-wide strong { font-size:44px; }
  .dh-record-visual { height:470px; }
  .dh-record-visual h3 { font-size:29px; }
  .dh-record-visual p { font-size:18px; }
}
@media (max-width:1024px) {
  .dh-record-content { display:block; }
  .dh-record-stats { width:100%; max-width:720px; margin:0 auto; }
  .dh-record-visual { width:100%; max-width:720px; height:430px; margin:42px auto 0; }
}
@media (max-width:768px) {
  .dh-record-section { padding:82px 18px 88px; }
  .dh-record-head { margin-bottom:42px; }
  .dh-record-head h2 { font-size:34px; }
  .dh-record-row { gap:18px; margin-bottom:18px; }
  .dh-record-card { min-height:135px; padding:24px 20px; }
  .dh-record-card p { margin-bottom:14px; font-size:17px; }
  .dh-record-card p span { font-size:15px; }
  .dh-record-card strong { font-size:38px; }
  .dh-record-card em { font-size:16px; }
  .dh-record-wide strong { font-size:34px; }
  .dh-record-visual { height:360px; }
  .dh-record-visual-cover { padding:50px 24px; }
  .dh-record-visual h3 { font-size:25px; }
  .dh-record-visual p { font-size:16px; }
  .dh-record-logo { margin-top:48px; }
  .dh-record-logo img { width:240px; }
}
@media (max-width:560px) {
  .dh-record-section { padding:72px 16px 76px; }
  .dh-record-head h2 { font-size:30px; }
  .dh-record-row { grid-template-columns:1fr; }
  .dh-record-card { min-height:auto; padding:22px 20px; }
  .dh-record-card strong, .dh-record-wide strong { font-size:36px; }
  .dh-record-visual { height:310px; margin-top:30px; }
  .dh-record-visual h3 { font-size:22px; }
  .dh-record-visual p { font-size:15px; }
  .dh-record-logo img { width:210px; }
}
/* ========================= DAEHAN STATUS SECTION ========================= */
.dh-status-section { position:relative; overflow:hidden; padding:155px 20px; background:url('../img/main/06_bg.jpg') center center/cover no-repeat; }
.dh-status-inner { width:100%; max-width:1400px; margin:0 auto; }
.dh-status-board { display:grid; grid-template-columns:1fr 1fr; overflow:hidden; }
.dh-status-panel { background:#fff; }
.dh-status-panel-call .dh-status-head { background:#1d8cc7; }
.dh-status-panel-check .dh-status-head { background:#064184; }
.dh-status-head { min-height:120px; padding:28px 20px 24px; text-align:center; color:#fff; }
.dh-status-head h2 { font-size:34px; line-height:1.25; font-weight:700; letter-spacing:-0.055em; color:#fff; }
.dh-status-head p { margin-top:8px; font-size:16px; line-height:1.5; font-weight:400; letter-spacing:-0.04em; color:rgba(255, 255, 255, .92); }
.dh-status-body { padding:34px 46px 46px; background:#f7f7f7; }
.dh-status-panel-check .dh-status-body { background:#fff; }
.dh-status-mask { position:relative; height:360px; overflow:hidden; }
.dh-status-track { animation:dhStatusScrollUp 24s linear infinite; will-change:transform; }
.dh-status-track-delay { animation-duration:26s; }
.dh-status-mask:hover .dh-status-track { animation-play-state:paused; }
.dh-status-row { display:grid; grid-template-columns:1fr 1.25fr 108px; align-items:center; gap:20px; height:36px; margin-bottom:4px; font-size:18px; line-height:1; font-weight:400; letter-spacing:-0.04em; color:#333; }
.dh-status-name, .dh-status-phone { white-space:nowrap; }
.dh-status-badge { display:inline-flex; align-items:center; justify-content:center; width:108px; height:25px; border-radius:4px; background:#1d8cc7; color:#fff; font-size:14px; font-weight:700; letter-spacing:-0.04em; }
.dh-status-panel-check .dh-status-badge { background:#064184; }
@keyframes dhStatusScrollUp {
  0% { transform:translateY(0); }
  100% { transform:translateY(-50%); }
}
/* ========================= Responsive ========================= */
@media (max-width:1280px) {
  .dh-status-section { padding:120px 24px; }
  .dh-status-head h2 { font-size:29px; }
  .dh-status-body { padding:30px 34px 40px; }
  .dh-status-row { grid-template-columns:.8fr 1.25fr 96px; gap:14px; font-size:16px; }
  .dh-status-badge { width:96px; font-size:13px; }
}
@media (max-width:900px) {
  .dh-status-section { padding:86px 18px; }
  .dh-status-board { grid-template-columns:1fr; }
  .dh-status-head { min-height:auto; padding:24px 16px 22px; }
  .dh-status-head h2 { font-size:26px; }
  .dh-status-body { padding:26px 24px 34px; }
  .dh-status-mask { height:300px; }
  .dh-status-row { height:34px; font-size:15px; }
  .dh-status-panel + .dh-status-panel { margin-top:24px; }
}
@media (max-width:560px) {
  .dh-status-section { padding:74px 16px; }
  .dh-status-head h2 { font-size:23px; }
  .dh-status-head p { font-size:14px; }
  .dh-status-body { padding:22px 16px 28px; }
  .dh-status-mask { height:280px; }
  .dh-status-row { grid-template-columns:58px 1fr 78px; gap:8px; height:34px; margin-bottom:4px; font-size:14px; }
  .dh-status-badge { width:78px; height:24px; font-size:12px; }
}
/* ========================= DAEHAN DIFFERENCE SECTION ========================= */
.dh-difference-section { padding:110px 20px 120px; background:#fff; }
.dh-difference-inner { width:100%; max-width:1410px; margin:0 auto; }
.dh-difference-head { margin-bottom:56px; text-align:center; }
.dh-difference-head h2 { margin:0; font-size:54px; line-height:1.22; font-weight:700; letter-spacing:-0.06em; color:#064184; word-break:keep-all; }
.dh-difference-head p { margin-top:16px; font-size:19px; line-height:1.55; font-weight:400; letter-spacing:-0.04em; color:#444; word-break:keep-all; }
.dh-difference-grid { display:grid; grid-template-columns:repeat(2, 1fr); gap:20px 28px; }
.dh-difference-card { width:100%; }
.dh-difference-thumb { position:relative; overflow:hidden; width:100%; aspect-ratio:680/250; border-radius:20px; background:#0b2550; box-shadow:0 14px 28px rgba(0, 0, 0, .08); }
.dh-difference-thumb img { display:block; width:100%; height:100%; object-fit:cover; }
/* 텍스트 오버레이 */
.dh-difference-overlay { position:absolute; inset:0; display:flex; align-items:center; justify-content:flex-start; background:linear-gradient(90deg, rgba(5, 18, 43, .14) 0%, rgba(5, 18, 43, .28) 25%, rgba(5, 31, 72, .78) 46%, rgba(5, 31, 72, .96) 100%); padding:34px 36px 34px clamp(220px, 38%, 270px); }
.dh-difference-text { position:relative; z-index:2; width:100%; max-width:390px; text-align:left; }
.dh-difference-text h3 { margin:0; font-size:29px; line-height:1.28; font-weight:700; letter-spacing:-0.05em; color:#fff; word-break:keep-all; }
.dh-difference-text p { margin-top:22px; font-size:16px; line-height:1.5; font-weight:400; letter-spacing:-0.04em; color:rgba(255, 255, 255, .88); word-break:keep-all; }
/* ========================= Responsive ========================= */
@media (max-width:1280px) {
  .dh-difference-section { padding:95px 24px 105px; }
  .dh-difference-head h2 { font-size:46px; }
  .dh-difference-head p { font-size:17px; }
  .dh-difference-grid { gap:18px 20px; }
  .dh-difference-overlay { padding:28px 28px 28px clamp(185px, 37%, 235px); }
  .dh-difference-text { max-width:350px; }
  .dh-difference-text h3 { font-size:24px; }
  .dh-difference-text p { margin-top:16px; font-size:14px; }
}
@media (max-width:900px) {
  .dh-difference-section { padding:82px 18px 88px; }
  .dh-difference-head { margin-bottom:40px; }
  .dh-difference-head h2 { font-size:36px; }
  .dh-difference-head p { font-size:16px; }
  .dh-difference-grid { grid-template-columns:1fr; gap:16px; }
  .dh-difference-overlay { padding:26px 24px 26px clamp(205px, 39%, 265px); }
  .dh-difference-text { max-width:390px; }
  .dh-difference-text h3 { font-size:25px; }
  .dh-difference-text p { margin-top:15px; font-size:14px; }
}
@media (max-width:560px) {
  .dh-difference-section { padding:72px 16px 76px; }
  .dh-difference-head h2 { font-size:31px; }
  .dh-difference-head p { margin-top:12px; font-size:14px; }
  .dh-difference-thumb { border-radius:16px; }
  .dh-difference-overlay { background:linear-gradient(90deg, rgba(5, 18, 43, .12) 0%, rgba(5, 18, 43, .34) 30%, rgba(5, 31, 72, .82) 52%, rgba(5, 31, 72, .97) 100%); padding:20px 16px 20px clamp(135px, 41%, 185px); }
  .dh-difference-text { max-width:none; }
  .dh-difference-text h3 { font-size:20px; line-height:1.3; }
  .dh-difference-text p { margin-top:10px; font-size:13px; line-height:1.45; }
}
@media (max-width:420px) {
  .dh-difference-overlay { padding-left:122px; padding-right:14px; }
  .dh-difference-text h3 { font-size:18px; }
  .dh-difference-text p { margin-top:8px; font-size:12px; }
}
@media (max-width:360px) {
  .dh-difference-overlay { padding-left:112px; }
  .dh-difference-text h3 { font-size:17px; }
  .dh-difference-text p { font-size:11px; }
}
/* ========================= DAEHAN AI CHECK SECTION ========================= */
.dh-ai-check-section { position:relative; overflow:hidden; padding:150px 20px; background:url('../img/main/07_bg.jpg') center center/cover no-repeat; color:#fff; }
.dh-ai-check-inner { width:100%; max-width:1480px; margin:0 auto; display:flex; justify-content:space-between; gap:80px; }
.dh-ai-check-left { width:52%; padding-top:30px; }
.dh-ai-check-left h2 { font-size:58px; line-height:1.25; font-weight:700; letter-spacing:-0.07em; color:#fff; word-break:keep-all; }
.dh-ai-check-left h2 span { color:#16b7e9; }
.dh-ai-check-left p { margin-top:32px; font-size:20px; line-height:1.6; font-weight:400; letter-spacing:-0.04em; color:rgba(255, 255, 255, .92); word-break:keep-all; }
.dh-ai-check-right { width:48%; max-width:500px; }
/* responsive */
@media (max-width:1280px) {
  .dh-ai-check-section { padding:120px 24px; }
  .dh-ai-check-inner { gap:50px; }
  .dh-ai-check-left h2 { font-size:48px; }
}
@media (max-width:900px) {
  .dh-ai-check-section { padding:90px 18px; }
  .dh-ai-check-inner { display:block; }
  .dh-ai-check-left { width:100%; text-align:center; }
  .dh-ai-check-left h2 { font-size:38px; }
  .dh-ai-check-left p { margin-top:20px; font-size:16px; }
  .dh-ai-check-right { width:100%; max-width:500px; margin:46px auto 0; }
}
@media (max-width:560px) {
  .dh-ai-check-section { padding:76px 16px; }
  .dh-ai-check-left h2 { font-size:31px; }
  .dh-ai-check-left p { font-size:14px; }
}
/* ========================= DAEHAN CHOICE SECTION ========================= */
.dh-choice-section { position:relative; overflow:hidden; padding:140px 20px 160px; background:#f5f5f5; }
.dh-choice-inner { width:100%; max-width:1420px; margin:0 auto; }
.dh-choice-head { margin-bottom:92px; text-align:center; }
.dh-choice-head h2 { margin:0; font-size:48px; line-height:1.25; font-weight:800; letter-spacing:-0.06em; color:#064184; word-break:keep-all; }
.dh-choice-head p { margin:20px 0 0; font-size:17px; line-height:1.6; font-weight:400; letter-spacing:-0.04em; color:#444; word-break:keep-all; }

.dh-choice-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:42px 40px; }
.dh-choice-card { min-height:205px; padding:32px 48px 34px; border-radius:8px; background:#fff; box-shadow:0 5px 18px rgba(0,0,0,.14); transition:transform .25s ease, box-shadow .25s ease; }
.dh-choice-card:hover { transform:translateY(-6px); box-shadow:0 10px 26px rgba(0,0,0,.18); }
.dh-choice-icon { width:50px; height:50px; margin-bottom:30px; }
.dh-choice-icon img { display:block; width:50px; height:50px; object-fit:contain; }
.dh-choice-card h3 { margin:0; font-size:29px; line-height:1.25; font-weight:800; letter-spacing:-0.06em; color:#111; word-break:keep-all; }
.dh-choice-card p { margin:14px 0 0; font-size:16px; line-height:1.5; font-weight:400; letter-spacing:-0.04em; color:#666; word-break:keep-all; }

/* ========================= Responsive ========================= */
@media (max-width:1280px) {
  .dh-choice-section { padding:120px 24px 135px; }
  .dh-choice-inner { max-width:1100px; }
  .dh-choice-head { margin-bottom:72px; }
  .dh-choice-head h2 { font-size:42px; }
  .dh-choice-grid { gap:34px; }
  .dh-choice-card { min-height:190px; padding:30px 36px 32px; }
  .dh-choice-card h3 { font-size:25px; }
  .dh-choice-card p { font-size:15px; }
}

@media (max-width:900px) {
  .dh-choice-section { padding:90px 18px 95px; }
  .dh-choice-head { margin-bottom:50px; }
  .dh-choice-head h2 { font-size:34px; }
  .dh-choice-head p { margin-top:14px; font-size:15px; }
  .dh-choice-grid { grid-template-columns:repeat(2, 1fr); gap:24px; }
  .dh-choice-card { min-height:180px; padding:28px 30px; }
  .dh-choice-icon { margin-bottom:24px; }
  .dh-choice-card h3 { font-size:23px; }
}

@media (max-width:640px) {
  .dh-choice-section { padding:72px 16px 78px; }
  .dh-choice-head { margin-bottom:38px; }
  .dh-choice-head h2 { font-size:30px; }
  .dh-choice-head p { font-size:14px; }
  .dh-choice-grid { grid-template-columns:1fr; gap:18px; }
  .dh-choice-card { min-height:auto; padding:26px 24px 28px; }
  .dh-choice-icon { width:46px; height:46px; margin-bottom:22px; }
  .dh-choice-icon img { width:46px; height:46px; }
  .dh-choice-card h3 { font-size:22px; }
  .dh-choice-card p { margin-top:10px; font-size:14px; }
}
/* ========================= DAEHAN FAQ ========================= */
.dh-faq-section { background:#fff; color:#111; padding:120px 0 130px; }
.dh-faq-inner { max-width:1480px; margin:0 auto; padding:0 24px; }
.dh-faq-head { margin-bottom:72px; }
.dh-faq-title { margin:0 0 24px; font-size:58px; line-height:1.2; font-weight:700; letter-spacing:-0.07em; color:#111; word-break:keep-all; }
.dh-faq-sub { margin:0; font-size:18px; line-height:1.7; font-weight:400; letter-spacing:-0.04em; color:#555; word-break:keep-all; }
.dh-faq-list { list-style:none; margin:0; padding:0; border-top:1px solid #222; border-bottom:1px solid #222; }
.dh-faq-item { border-top:1px solid rgba(0, 0, 0, .10); }
.dh-faq-item:first-child { border-top:0; }
.dh-faq-q { width:100%; display:flex; align-items:center; gap:16px; padding:30px 4px; background:transparent; border:0; cursor:pointer; text-align:left; }
.dh-q-text { flex:1 1 auto; font-size:23px; line-height:1.45; font-weight:700; letter-spacing:-0.045em; color:#111; word-break:keep-all; }
.dh-faq-q i { flex:0 0 auto; font-size:24px; color:#111; opacity:.9; transform:rotate(-90deg); transition:transform .25s ease, opacity .25s ease; }
.dh-faq-a { max-height:0; overflow:hidden; transition:max-height .35s ease; will-change:max-height; }
.dh-faq-a-inner { padding:0 4px 34px; font-size:17px; line-height:1.9; font-weight:400; letter-spacing:-0.035em; color:#777; word-break:keep-all; }
.dh-faq-item.is-open .dh-faq-q i { transform:rotate(0deg); opacity:1; }
.dh-faq-item.is-open .dh-q-text { color:#111; }
.dh-faq-q:hover i { opacity:1; }
/* ========================= Responsive ========================= */
@media (max-width:1024px) {
  .dh-faq-section { padding:95px 0 105px; }
  .dh-faq-title { font-size:46px; }
  .dh-q-text { font-size:20px; }
}
@media (max-width:768px) {
  .dh-faq-section { padding:76px 0 84px; }
  .dh-faq-inner { padding:0 18px; }
  .dh-faq-head { margin-bottom:44px; }
  .dh-faq-title { margin-bottom:16px; font-size:34px; line-height:1.28; }
  .dh-faq-sub { font-size:15px; line-height:1.7; }
  .dh-faq-q { gap:12px; padding:22px 2px; }
  .dh-q-text { font-size:17px; line-height:1.5; }
  .dh-faq-q i { font-size:20px; }
  .dh-faq-a-inner { padding:0 2px 24px; font-size:15px; line-height:1.8; }
}
@media (max-width:480px) {
  .dh-faq-title { font-size:30px; }
  .dh-q-text { font-size:16px; }
}