/* === 대구당일일수 · 로컬 베이스 토큰 =================================== */
@font-face{font-family:'Pretendard';font-weight:45 920;font-style:normal;font-display:swap;
  src:url('../f/PretendardVariable.woff2') format('woff2-variations');}
:root{
  --ff-ko1:'Pretendard',-apple-system,BlinkMacSystemFont,'Segoe UI','Malgun Gothic','맑은 고딕',sans-serif;
  --ff-ko2:var(--ff-ko1);
  --white:#ffffff;
}
html{-webkit-text-size-adjust:100%;}
body{font-family:var(--ff-ko1);}
.h1{font-size:44px;font-weight:800;line-height:1.3;}
.h2{font-size:34px;font-weight:800;line-height:1.32;}
.h3{font-size:28px;font-weight:700;line-height:1.35;}
.h4{font-size:22px;font-weight:700;line-height:1.4;}
.h5{font-size:18px;font-weight:700;line-height:1.5;}
.h6{font-size:16px;font-weight:700;line-height:1.5;}
.p1{font-size:17px;line-height:1.75;}
.p2{font-size:15px;line-height:1.75;}
.p3{font-size:14px;line-height:1.7;}
.blind{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;}
img{max-width:100%;}
a{text-decoration:none;}
@media (max-width:768px){
  .h1{font-size:30px;} .h2{font-size:24px;} .h3{font-size:21px;}
  .h4{font-size:18px;} .h5{font-size:16px;} .p1{font-size:15px;} .p2{font-size:14px;}
}


/* === 섹션 인라인 CSS === */

:root {
  --primary: #7c3aed;
  --primary-rgb: 124, 58, 237;
  --primary-purple: #7c3aed;
  --primary-purple-dark: #6d28d9;
  --primary-dark: #6d28d9;
  --fw-medium: 500;
}

.th-layout-header { overflow: visible !important; }

.il-site-header {
  width: 100%;
  min-height: 6rem;
  background: #000000;
  will-change: background, height;
  transition: background 0.3s, min-height 0.3s;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99;
}
.il-site-header::after { display: none; }
.il-site-header.header-top-active {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.il-site-header.header-top-active:hover { background: rgba(0, 0, 0, 0.85); }
.il-site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  min-height: 6rem;
  box-sizing: border-box;
  padding: 0 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.il-site-header .header-left { display: flex; align-items: center; gap: 3rem; margin-top: -4px; }
.il-site-header .header-title { margin-bottom: 0; display: flex; align-items: center; }
.il-site-header .header-title a { display: flex; align-items: center; text-decoration: none; line-height: 1; }
.il-site-header .logo-text { font-size: 28px; font-weight: 700; color: #fff; letter-spacing: -0.5px; }
.il-site-header .header-gnb { position: relative; }
.il-site-header .header-gnblist { display: flex; justify-content: center; align-items: center; height: 100%; list-style: none; margin: 0; margin-top: -4px; padding: 0; }
.il-site-header .header-gnbitem { position: relative; }
.il-site-header .header-gnblink { display: block; height: 100%; padding: 2.1rem 2.4rem; color: #fff; text-align: center; white-space: nowrap; font-size: 17px; font-weight: var(--fw-medium); text-decoration: none; transition: color 0.3s; }
.il-site-header .header-gnblink span { position: relative; }
.il-site-header .header-gnblink span::after { content: ""; height: 0.2rem; width: 100%; background: var(--primary); transition: 0.3s; transform: scaleX(0); position: absolute; bottom: -0.8rem; left: 0; }
.il-site-header .header-gnbitem:hover .header-gnblink { color: var(--primary) !important; }
.il-site-header .header-gnbitem:hover .header-gnblink span::after { transform: scaleX(1); }

.il-site-header .header-gnbitem.has-dropdown { position: relative !important; }
.il-site-header .header-gnbitem .dropdown-menu,
.il-site-header .dropdown-menu,
.header-gnbitem.has-dropdown .dropdown-menu {
  position: absolute !important; top: 100% !important; left: 0 !important;
  min-width: 22rem !important;
  background: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 0.4rem !important;
  padding: 1.2rem 0 !important; padding-top: 2rem !important;
  margin-top: 0 !important; list-style: none !important;
  opacity: 0 !important; visibility: hidden !important;
  transform: translateY(-10px) !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
  z-index: 9999 !important; display: block !important;
}
.il-site-header .dropdown-menu::before {
  content: "" !important; position: absolute !important;
  top: -10px !important; left: 0 !important;
  width: 100% !important; height: 10px !important;
}
.il-site-header .header-gnbitem.has-dropdown:hover .dropdown-menu,
.header-gnbitem.has-dropdown:hover .dropdown-menu,
.header-gnbitem:hover .dropdown-menu {
  opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important;
}
.il-site-header .dropdown-menu li { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.il-site-header .dropdown-menu li:last-child { border-bottom: none; }
.il-site-header .dropdown-menu a,
.il-site-header .dropdown-menu li a,
.header-gnbitem .dropdown-menu a {
  display: block !important; padding: 1.2rem 2rem !important;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  font-size: 14px !important; white-space: nowrap !important;
  background: transparent !important;
}
.il-site-header .dropdown-menu a:hover,
.il-site-header .dropdown-menu li a:hover,
.header-gnbitem .dropdown-menu a:hover {
  background: rgba(124, 58, 237, 0.4) !important;
  color: #fff !important; padding-left: 2.4rem !important;
}

.il-site-header .header-right { display: flex; align-items: center; gap: 2rem; }
.il-site-header .btn-header-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 1.6rem; height: 3.2rem;
  font-size: 14px; font-weight: 600; color: #fff;
  background: var(--primary); border: none; border-radius: 0.4rem;
  text-decoration: none; transition: all 0.3s ease;
  white-space: nowrap; letter-spacing: -0.025em;
}
.il-site-header .btn-header-cta:hover {
  background: var(--primary-dark); transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}
.il-site-header .btn-momenu {
  display: none; flex-direction: column; justify-content: space-between;
  width: 2.4rem; height: 1.8rem;
  background: none; border: none; cursor: pointer; padding: 0;
}
.il-site-header .ico-hamburger {
  width: 100%; height: 0.2rem; background: #fff;
  transition: all 0.3s; display: block;
}

.il-site-header .header-fullmenu {
  position: fixed; top: 0; right: -100%;
  width: 100%; max-width: 40rem; height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px); z-index: 100;
  transition: right 0.3s ease; overflow-y: auto;
}
.il-site-header .header-fullmenu.active { right: 0; }
.il-site-header .fullmenu-wrapper { padding: 4rem 3rem; }
.il-site-header .fullmenu-head { margin-bottom: 4rem; }
.il-site-header .fullmenu-title a { text-decoration: none; }
.il-site-header .fullmenu-gnblist { list-style: none; margin: 0; padding: 0; }
.il-site-header .fullmenu-gnbitem { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.il-site-header .fullmenu-gnblink { display: block; padding: 2rem 0; color: #fff; text-decoration: none; transition: color 0.3s; }
.il-site-header .fullmenu-gnblink:hover { color: var(--primary); }
.il-site-header .fullmenu-close {
  position: absolute; top: 2rem; right: 2rem;
  width: 4rem; height: 4rem; background: none; border: none;
  color: #fff; font-size: 3.6rem; line-height: 1; cursor: pointer;
  padding: 0; display: flex; align-items: center; justify-content: center;
}

.header-overlay {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7); z-index: 98;
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.header-overlay.active { opacity: 1; visibility: visible; }

@media (max-width: 992px) {
  .il-site-header .header-container { padding: 0 2rem; min-height: 4.5rem; }
  .il-site-header .header-center { display: none; }
  .il-site-header .btn-header-cta { display: none; }
  .il-site-header .btn-momenu { display: flex !important; visibility: visible !important; opacity: 1 !important; }
  .il-site-header .header-title a { height: 1.8rem; }
  .il-site-header .logo-text { font-size: 18px; }
}
@media (max-width: 768px) {
  .il-site-header { height: 60px; min-height: 60px; }
  .il-site-header .header-container { padding: 0 1.6rem; height: 60px; min-height: 60px; }
  .il-site-header .header-fullmenu { max-width: 100%; }
  .il-site-header .fullmenu-wrapper { padding: 3rem 2rem; }
  .il-site-header .logo-text { font-size: 20px; }
  .il-site-header .btn-momenu { width: 1.8rem; height: 1.3rem; }
}


/* === 섹션 인라인 CSS === */

@media (max-width: 992px) {
    .accordset .accordset-button p {
        font-size: 15px !important;
    }
}
.accordset .accordset-a {
    font-size: 16px !important;
    line-height: 1.8 !important;
}


/* === 디자인 본체 (원본 위젯 CSS) === */

/* ================================================
   대구당일일수 이즈웹용 통합 CSS

   [이즈웹 CSS 섹션에 붙여넣기]
   - 이 파일의 전체 내용을 복사하여
   - 이즈웹 편집기의 "CSS" 섹션에 붙여넣으세요
   ================================================ */

/* ===== Hero Section ===== */
.hero-section {
    position: relative;
    width: 100%;
    height: 1000px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.hero-title {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-desc {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.95);
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* 두근두근 애니메이션 */
@keyframes heartbeat {
    0% { transform: scale(1); }
    14% { transform: scale(1.05); }
    28% { transform: scale(1); }
    42% { transform: scale(1.05); }
    70% { transform: scale(1); }
}

.hero-btn {
    display: inline-block;
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    background: #7c3aed;
    border: 2px solid #7c3aed;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: heartbeat 2s ease-in-out infinite;
}

.hero-btn:hover {
    background: #6d28d9;
    border-color: #6d28d9;
    color: #fff;
    animation: none;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .hero-section {
        height: 500px;
    }

    .hero-content {
        padding: 0 20px;
        align-items: center;
        text-align: center;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .hero-btn {
        padding: 14px 28px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-section {
        height: 450px;
    }

    .hero-title {
        font-size: 1.6rem;
    }

    .hero-desc {
        font-size: 0.95rem;
    }
}

/* ===== Pat Swiper Generic Core Styles ===== */
/* 이즈웹 Swiper와 충돌하지 않는 독립적인 클래스 스타일 */
.pat-swiper {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.pat-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.pat-swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

/* Pagination Default Styles */
.pat-swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.pat-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
    margin: 0 4px;
}
.pat-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary);
}

/* ===== css/reset.css ===== */
/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}

a {
    color: inherit;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

table {
    border-collapse: collapse;
    width: 100%;
}

/* ===== css/common.css ===== */
/* CSS Variables - 참조 사이트 타이포그래피 시스템 적용 */
:root {
  /* 메인 컬러 - 대구당일일수 보라색 */
  --primary: #7c3aed;
  --primary-rgb: 124, 58, 237;
  --primary-purple: #7c3aed;
  --primary-purple-dark: #6d28d9;
  /* 보조 컬러 */
  --secondary: #777;
  --secondary-rgb: 119, 119, 119;
  /* 블랙 */
  --black: #000;
  --black-rgb: 0, 0, 0;
  /* 화이트 */
  --white: #fff;
  --white-rgb: 255, 255, 255;
  /* 기본 배경 */
  --body-bg: #fff;
  /* 서브 배경 */
  --bg-color: #f7f7fb;
  /* 텍스트 컬러 */
  --text-color1: #111111;
  --text-color2: #505050;
  --text-color3: #767676;
  --text-color4: #999999;
  --text-dark: #111111;
  --text-light-gray: #999999;
  /* 라인 컬러 */
  --line-color1: #e5e5e5;
  --line-color2: #d4d4d8;
  --line-color3: #111111;
  --border-gray: rgba(255, 255, 255, 0.2);

  --body-color: var(--text-color1);
  --border-width: 1px;
  --border-style: solid;
  --border-color: var(--line-color1);
  --link-color: var(--text-color1);
  --link-hover-color: var(--primary);

  /* 폰트 패밀리 */
  --ff-ko1: "Noto Sans KR", sans-serif;
  --ff-ko2: "Pretendard", sans-serif;

  /* 폰트 굵기 */
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;

  /* PC 폰트 사이즈 */
  --fs-hero: 40px;
  --fs-h1: 48px;
  --fs-h2: 36px;
  --fs-h3: 22px;
  --fs-h4: 22px;
  --fs-h5: 20px;
  --fs-h6: 18px;
  --fs-subtitle: 18px;
  --fs-p1: 16px;
  --fs-p2: 16px;
  --fs-p3: 14px;

  /* PC 줄간격 */
  --lh-hero: 1.4;
  --lh-h1: 1.3;
  --lh-h2: 1.4;
  --lh-h3: 1.5;
  --lh-h4: 1.5;
  --lh-h5: 1.5;
  --lh-h6: 1.55;
  --lh-p1: 1.6;
  --lh-p2: 1.6;
  --lh-p3: 1.6;

  /* PC 자간 */
  --letter-spacing: -0.025em;

  /* PC 버튼 사이즈 */
  --ht-xl: 6.4rem;
  --ht-lg: 5.6rem;
  --ht-md: 4.8rem;
  --ht-sm: 4rem;

  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;

  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Mobile 타이포그래피 */
@media (max-width: 992px) {
  :root {
    --fs-hero: 32px;
    --fs-h1: 28px;
    --fs-h2: 28px;
    --fs-h3: 20px;
    --fs-h4: 18px;
    --fs-h5: 18px;
    --fs-h6: 16px;
    --fs-subtitle: 16px;
    --fs-p1: 16px;
    --fs-p2: 14px;
    --fs-p3: 14px;
    --ht-xl: 56px;
    --ht-lg: 48px;
    --ht-md: 40px;
    --ht-sm: 32px;
  }
}

/* 타이포그래피 스타일 클래스 */
.hero {
  font-family: var(--ff-ko1);
  font-size: var(--fs-hero);
  color: var(--text-color1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-hero);
  letter-spacing: var(--letter-spacing);
}

.h1 {
  font-family: var(--ff-ko1);
  font-size: var(--fs-h1);
  color: var(--text-color1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-h1);
  letter-spacing: var(--letter-spacing);
}

.h2 {
  font-family: var(--ff-ko1);
  font-size: var(--fs-h2);
  color: var(--text-color1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-h2);
  letter-spacing: var(--letter-spacing);
}

.h3 {
  font-family: var(--ff-ko1);
  font-size: var(--fs-h3);
  color: var(--text-color1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-h3);
  letter-spacing: var(--letter-spacing);
}

.h4 {
  font-family: var(--ff-ko1);
  font-size: var(--fs-h4);
  color: var(--text-color1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-h4);
  letter-spacing: var(--letter-spacing);
}

.h5 {
  font-family: var(--ff-ko1);
  font-size: var(--fs-h5);
  color: var(--text-color1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-h5);
  letter-spacing: var(--letter-spacing);
}

.h6 {
  font-family: var(--ff-ko1);
  font-size: var(--fs-h6);
  color: var(--text-color1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-h6);
  letter-spacing: var(--letter-spacing);
}

.p1 {
  font-family: var(--ff-ko1);
  font-size: var(--fs-p1);
  color: var(--text-color1);
  font-weight: var(--fw-regular);
  line-height: var(--lh-p1);
  letter-spacing: var(--letter-spacing);
}

.p2 {
  font-family: var(--ff-ko1);
  font-size: var(--fs-p2);
  color: var(--text-color1);
  font-weight: var(--fw-regular);
  line-height: var(--lh-p2);
  letter-spacing: var(--letter-spacing);
}

.p3 {
  font-family: var(--ff-ko1);
  font-size: var(--fs-p3);
  color: var(--text-color1);
  font-weight: var(--fw-regular);
  line-height: var(--lh-p3);
  letter-spacing: var(--letter-spacing);
}

h2.textset-tit.h2 {
  font-family: var(--ff-ko1);
  font-size: var(--fs-h2);
  color: var(--text-color1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-h2);
  letter-spacing: var(--letter-spacing);
  margin-top: 0;
}

p.textset-desc.p1 {
  font-size: 18px;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.container-lg {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.container-full {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

/* Section */
.section {
  padding: var(--spacing-xl) 0;
}

.section-title {
  font-size: var(--fs-h2);
  font-weight: var(--fw-bold);
  text-align: center;
  margin-bottom: var(--spacing-lg);
  color: var(--text-color1);
  line-height: var(--lh-h2);
}

.section-subtitle {
  font-size: var(--fs-subtitle);
  font-weight: var(--fw-regular);
  text-align: center;
  color: var(--text-light);
  line-height: 1.6;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: var(--fs-p2);
  font-weight: var(--fw-medium);
  text-align: center;
  border-radius: var(--radius-md);
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--white);
}

.btn-primary:hover {
  background-color: #6d28d9;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background-color: var(--secondary);
  color: var(--white);
}

.btn-secondary:hover {
  background-color: #111;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-large {
  padding: 1rem 2rem;
  font-size: var(--fs-p1);
  height: var(--ht-lg);
}

.btn-xl {
  height: var(--ht-xl);
  padding: 0 3rem;
  font-size: var(--fs-p1);
}

.btn-lg {
  height: var(--ht-lg);
  padding: 0 2.5rem;
  font-size: var(--fs-p2);
}

.btn-md {
  height: var(--ht-md);
  padding: 0 2rem;
  font-size: var(--fs-p2);
}

.btn-sm {
  height: var(--ht-sm);
  padding: 0 1.5rem;
  font-size: var(--fs-p3);
}

.btn-link {
  color: var(--primary);
  font-weight: var(--fw-medium);
  text-decoration: underline;
}

.btn-link:hover {
  color: #6d28d9;
}

/* Cards */
.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-md);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

/* Grid */
.grid {
  display: grid;
  gap: var(--spacing-lg);
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* Header */
.header {
  background: var(--white);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-sm) var(--spacing-md);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-sm) var(--spacing-md);
}

.logo a {
  font-size: var(--fs-h5);
  font-weight: var(--fw-bold);
  color: var(--primary);
}

.nav-list {
  display: flex;
  gap: var(--spacing-lg);
  align-items: center;
  list-style: none;
}

.nav-list a {
  font-size: var(--fs-p2);
  font-weight: var(--fw-medium);
  color: var(--text-color1);
  transition: color 0.3s ease;
}

.nav-list a:hover {
  color: var(--primary);
}

.btn-consultation {
  background-color: var(--primary);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-md);
  font-size: var(--fs-p2);
  font-weight: var(--fw-medium);
}

.btn-consultation:hover {
  background-color: #6d28d9;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-list {
    flex-direction: column;
    gap: var(--spacing-sm);
  }

  .section-title {
    font-size: var(--fs-h2);
  }

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .container,
  .container-lg,
  .container-full {
    padding: 0 1.6rem;
  }

  p.textset-desc.p1 {
    font-size: 16px;
  }
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-white {
  color: var(--white) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-light {
  background-color: var(--bg-color) !important;
}

.fw-light {
  font-weight: var(--fw-light) !important;
}

.fw-regular {
  font-weight: var(--fw-regular) !important;
}

.fw-medium {
  font-weight: var(--fw-medium) !important;
}

.fw-bold {
  font-weight: var(--fw-bold) !important;
}

.mobile-br {
  display: none;
}

@media (max-width: 768px) {
  .mobile-br {
    display: block;
    height: 0;
    line-height: 0;
  }
}

/* ===== css/header.css ===== */
/* 이즈웹 기본 헤더 오버라이드 (PC) - 드롭다운 표시용 */
.th-layout-header {
  overflow: visible !important;
}

/* 대구당일일수 헤더 */
.il-site-header {
  width: 100%;
  min-height: 6rem;
  background: #000000;
  will-change: background, height;
  transition: background 0.3s, min-height 0.3s;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99;
}

.il-site-header::after {
  display: none;
}

.il-site-header.header-top-active {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.il-site-header.header-top-active:hover {
  background: rgba(0, 0, 0, 0.85);
}

.il-site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  min-height: 6rem;
  box-sizing: border-box;
  padding: 0 40px 0 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.il-site-header .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: -4px;
}

.il-site-header .header-title {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.il-site-header .header-title a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}

.il-site-header .logo-text {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
}

.il-site-header .header-gnb {
  position: relative;
}

.il-site-header .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  list-style: none;
  margin: 0;
  margin-top: -4px;
  padding: 0;
}

.il-site-header .header-gnbitem {
  position: relative;
}

.il-site-header .header-gnblink {
  display: block;
  height: 100%;
  padding: 2.1rem 2.4rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 17px;
  font-weight: var(--fw-medium);
  text-decoration: none;
  transition: color 0.3s;
}

.il-site-header .header-gnblink span {
  position: relative;
}

.il-site-header .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  background: var(--primary);
  transition: 0.3s;
  transform: scaleX(0);
  position: absolute;
  bottom: -0.8rem;
  left: 0;
}

.il-site-header .header-gnbitem:hover .header-gnblink {
  color: var(--primary) !important;
}

.il-site-header .header-gnbitem:hover .header-gnblink span::after {
  transform: scaleX(1);
}

/* 드롭다운 메뉴 */
.il-site-header .header-gnbitem.has-dropdown {
  position: relative !important;
}

.il-site-header .header-gnbitem .dropdown-menu,
.il-site-header .dropdown-menu,
.header-gnbitem.has-dropdown .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 22rem !important;
  background: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 0.4rem !important;
  padding: 1.2rem 0 !important;
  padding-top: 2rem !important;
  margin-top: 0 !important;
  list-style: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-10px) !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
  z-index: 9999 !important;
  display: block !important;
}

/* 드롭다운 호버 영역 연결 */
.il-site-header .dropdown-menu::before {
  content: "" !important;
  position: absolute !important;
  top: -10px !important;
  left: 0 !important;
  width: 100% !important;
  height: 10px !important;
}

.il-site-header .header-gnbitem.has-dropdown:hover .dropdown-menu,
.il-site-header .header-gnbitem.has-dropdown:hover > .dropdown-menu,
.header-gnbitem.has-dropdown:hover .dropdown-menu,
.header-gnbitem:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.il-site-header .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.il-site-header .dropdown-menu li:last-child {
  border-bottom: none;
}

.il-site-header .dropdown-menu a,
.il-site-header .dropdown-menu li a,
.header-gnbitem .dropdown-menu a {
  display: block !important;
  padding: 1.2rem 2rem !important;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  background: transparent !important;
}

.il-site-header .dropdown-menu a:hover,
.il-site-header .dropdown-menu li a:hover,
.header-gnbitem .dropdown-menu a:hover {
  background: rgba(124, 58, 237, 0.4) !important;
  color: #fff !important;
  padding-left: 2.4rem !important;
}

.il-site-header .header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.il-site-header .btn-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  height: 3.2rem;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: var(--primary);
  border: none;
  border-radius: 0.4rem;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  letter-spacing: -0.025em;
}

.il-site-header .btn-header-cta:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

.il-site-header .btn-momenu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 2.4rem;
  height: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.il-site-header .ico-hamburger {
  width: 100%;
  height: 0.2rem;
  background: #fff;
  transition: all 0.3s;
  display: block;
}

/* 풀메뉴 (모바일/태블릿) */
.il-site-header .header-fullmenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  z-index: 100;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.il-site-header .header-fullmenu.active {
  right: 0;
}

.il-site-header .fullmenu-wrapper {
  padding: 4rem 3rem;
}

.il-site-header .fullmenu-head {
  margin-bottom: 4rem;
}

.il-site-header .fullmenu-title a {
  text-decoration: none;
}

.il-site-header .fullmenu-gnblist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.il-site-header .fullmenu-gnbitem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.il-site-header .fullmenu-gnblink {
  display: block;
  padding: 2rem 0;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.il-site-header .fullmenu-gnblink:hover {
  color: var(--primary);
}

.il-site-header .fullmenu-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 오버레이 */
.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.header-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* 반응형 - 태블릿 이하 */
@media (max-width: 992px) {
  .il-site-header .header-container {
    padding: 0 2rem;
    min-height: 4.5rem;
  }

  .il-site-header .header-center {
    display: none;
  }

  .il-site-header .btn-header-cta {
    display: none;
  }

  .il-site-header .btn-momenu {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .il-site-header .header-title a {
    height: 1.8rem;
  }

  .il-site-header .logo-text {
    font-size: 18px;
  }
}

/* 모바일 */
@media (max-width: 768px) {
  .il-site-header {
    height: 60px;
    min-height: 60px;
  }

  .il-site-header .header-container {
    padding: 0 1.6rem;
    height: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .il-site-header .header-left {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .il-site-header .header-title {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
  }

  .il-site-header .header-title a {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .il-site-header .header-right {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .il-site-header .header-fullmenu {
    max-width: 100%;
  }

  .il-site-header .fullmenu-wrapper {
    padding: 3rem 2rem;
  }

  .il-site-header .logo-text {
    font-size: 20px;
  }

  .il-site-header .btn-momenu {
    width: 1.8rem;
    height: 1.3rem;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
  }

  .il-site-header .ico-hamburger {
    height: 0.13rem;
    display: block !important;
    background: #fff !important;
  }
}

.container-full {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

body {
  margin: 0;
  padding: 0;
}

.product-N3 {
  position: relative;
  z-index: 1;
}

/* ===== css/components.css ===== */
#floating-chat-icons a {
    display: inline-block;
    line-height: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#floating-chat-icons a:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 16px rgba(124, 58, 237, 0.3);
}

#floating-chat-icons img {
    width: var(--fab-size-pc);
    height: var(--fab-size-pc);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    #floating-chat-icons img {
        width: var(--fab-size-mobile);
        height: var(--fab-size-mobile);
    }
}

/* CTA Section (Customer Center) */
.cta-section {
    padding: 160px 0;
    text-align: center;
    background: linear-gradient(180deg, #8b5cf6 0%, #a78bfa 50%, #ddd6fe 100%) !important;
    color: white !important;
}

.customer-center-title {
    font-size: 4.4rem;
    font-weight: 800;
    color: white !important;
    margin-bottom: 30px;
}

.cta-section p {
    font-size: 2rem;
    color: white !important;
    margin-bottom: 30px;
    line-height: 1.6;
}

.cta-section .hero-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-section .btn-primary,
.cta-section .btn-secondary {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.cta-section .btn-primary:hover,
.cta-section .btn-secondary:hover {
    transform: scale(1.05);
}

.cta-section .btn-primary img,
.cta-section .btn-secondary img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 모바일 CTA */
@media (max-width: 992px) {
    .cta-section {
        padding: 100px 0;
    }

    .customer-center-title {
        font-size: 32px;
    }

    .cta-section p {
        font-size: 1.25rem;
    }

    .cta-section .hero-buttons {
        grid-template-columns: 1fr;
        max-width: 300px;
    }
}

/* Footer 스타일 */
.footer {
    background: #1a1a1a;
    color: #fff;
    padding: 60px 0 30px;
}

.footer .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-top {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 30px;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
    color: var(--primary-purple);
}

.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.footer-social a:hover {
    background: var(--primary-purple);
    transform: translateY(-3px);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: left;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-section h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-purple);
}

.footer-section p {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    opacity: 0.8;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid var(--border-gray);
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.footer-bottom p {
    color: #fff;
}

/* 모바일 Footer */
@media (max-width: 992px) {
    .footer-top {
        padding: 0 20px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links {
        flex-direction: column;
        gap: 12px;
    }

    .footer-social {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-content {
        padding: 0 20px;
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-section h3,
    .footer-section p {
        text-align: center;
    }
}

/* 유틸리티 클래스 */
.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
}

#pageTopAnchor {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
}

/* Container 클래스 */
.contents-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
}

.container-md {
    max-width: calc(1600px + 8rem);
}

.container-sm {
    max-width: calc(1024px + 8rem);
}

@media (max-width: 992px) {
    .contents-container {
        padding: 0 1.6rem;
    }
}

/* Button Set */
.btnset {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 9.4rem;
    padding: 0 2rem;
    height: var(--ht-md);
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
    font-size: var(--fs-p2);
    font-weight: var(--fw-medium);
}

.btnset::before {
    transition: inherit;
}

.btnset::after {
    transition: inherit;
}

.btnset + .btnset {
    margin-left: .8rem;
}

.btnset:disabled,
.btnset.disabled {
    color: var(--text-color4) !important;
    background-color: var(--bg-color) !important;
    border-color: var(--bg-color) !important;
}

.btnset.btnset-lg {
    width: 200px;
    min-width: 200px;
    padding: 0;
    height: 3rem;
    font-size: 0.85rem;
}

.btnset.btnset-sm {
    min-width: 9rem;
    padding: 0 2rem;
    height: var(--ht-sm);
}

.btnset.btnset-block {
    width: 100%;
}

.btnset-block + .btnset-block {
    margin-top: .8rem;
}

.btnset-primary {
    color: var(--white);
    background-color: var(--primary);
    border-color: transparent;
    border-width: 0;
    border-style: solid;
    border-radius: 0.4rem;
}

.btnset-primary:hover {
    color: var(--white);
    background-color: rgba(var(--primary-rgb), .8);
    border-color: transparent;
    border-width: 0;
    border-style: solid;
}

.btnset-dark {
    color: var(--white);
    background-color: var(--black);
    border-color: transparent;
    border-width: 0;
    border-style: solid;
    border-radius: 0.4rem;
}

.btnset-dark:hover {
    color: var(--white);
    background-color: rgba(var(--black-rgb), .8);
    border-color: transparent;
    border-width: 0;
    border-style: solid;
}

.btnset-line-dark {
    color: var(--black);
    background-color: transparent;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    border-radius: 0.4rem;
}

.btnset-line-dark:hover {
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black);
}

.btnset-line-primary {
    color: var(--primary);
    background-color: transparent;
    border-color: var(--primary);
    border-width: 2px;
    border-style: solid;
    border-radius: 0.4rem;
}

.btnset-line-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

/* 모바일 버튼 */
@media (max-width: 992px) {
    .btnset {
        min-width: 6.8rem;
        padding: 0 1.6rem;
    }

    .btnset.btnset-lg {
        min-width: 6rem;
        padding: 0 1.6rem;
    }

    .btnset.btnset-sm {
        min-width: 4.2rem;
        padding: 0 1.6rem;
    }
}

/* CTA Section (고객센터) */
.cta-section {
    background: linear-gradient(135deg, var(--primary-purple) 0%, #9333ea 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cta-desc {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 48px;
    font-weight: 500;
}

.cta-images-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.cta-image-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.cta-image-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.cta-image-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

@media (max-width: 992px) {
    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 32px;
    }

    .cta-desc {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .cta-images-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 48px 0 53px;
    }

    .cta-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .cta-desc {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .cta-images-wrapper {
        gap: 16px;
    }
}

/* 플로팅 배너 위치/크기 변수 */
:root{
  --fab-right-pc: 24px;
  --fab-bottom-pc: 24px;
  --fab-size-pc: 80px;
  --fab-right-mo: 16px;
  --fab-bottom-mo: 16px;
  --fab-size-mo: 70px;
  --fab-gap: 12px;
}

#floating-chat-icons{
  position: fixed;
  right: calc(var(--fab-right-pc) + env(safe-area-inset-right, 0px));
  bottom: calc(var(--fab-bottom-pc) + env(safe-area-inset-bottom, 0px));
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: var(--fab-gap);
}

#floating-chat-icons a{
  display: inline-block;
  line-height: 0;
}

#floating-chat-icons img{
  width: var(--fab-size-pc);
  height: auto;
  cursor: pointer;
  display: block;
}

@media (max-width:768px){
  #floating-chat-icons{
    right: calc(var(--fab-right-mo) + env(safe-area-inset-right, 0px));
    bottom: calc(var(--fab-bottom-mo) + env(safe-area-inset-bottom, 0px));
  }
  #floating-chat-icons img{
    width: var(--fab-size-mo);
  }
}

/* 플로팅 배너 애니메이션 효과 */
@keyframes heartbeat {
  0% { transform: scale(1); }
  14% { transform: scale(1.1); }
  28% { transform: scale(1); }
  42% { transform: scale(1.1); }
  70% { transform: scale(1); }
  100% { transform: scale(1); }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(124, 58, 237, 0.3),
                0 0 10px rgba(124, 58, 237, 0.2),
                0 0 15px rgba(124, 58, 237, 0.1);
  }
  50% {
    box-shadow: 0 0 10px rgba(124, 58, 237, 0.6),
                0 0 20px rgba(124, 58, 237, 0.4),
                0 0 30px rgba(124, 58, 237, 0.2);
  }
  100% {
    box-shadow: 0 0 5px rgba(124, 58, 237, 0.3),
                0 0 10px rgba(124, 58, 237, 0.2),
                0 0 15px rgba(124, 58, 237, 0.1);
  }
}

@keyframes floating {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-3px); }
}

#floating-chat-icons img {
  border-radius: 50%;
  transition: all 0.3s ease;
  animation:
    heartbeat 3s ease-in-out infinite,
    glow 2s ease-in-out infinite alternate,
    floating 2.5s ease-in-out infinite;
}

#floating-chat-icons a:hover img {
  transform: scale(1.15);
  animation-play-state: paused;
  box-shadow:
    0 0 15px rgba(124, 58, 237, 0.8),
    0 0 25px rgba(124, 58, 237, 0.6),
    0 0 35px rgba(124, 58, 237, 0.4);
}

#floating-chat-icons a:nth-child(1) img {
  animation-delay: 0s;
}
#floating-chat-icons a:nth-child(2) img {
  animation-delay: 0.5s;
}
#floating-chat-icons a:nth-child(3) img {
  animation-delay: 1s;
}

/* ===== css/hero.css ===== */
/* 대구당일일수 보라색 테마 변수 */
:root {
  --primary: #7c3aed;
  --primary-light: #a855f7;
  --primary-dark: #6d28d9;
  --accent: #9333ea;
  --white: #FFFFFF;
  --black: #2D2D2D;
  --bg-color: #F5F3FF;
  --text-color1: #2D2D2D;
  --text-color2: #666666;
  --text-color3: #999999;
  --border-color: #E9D5FF;
  --gradient-main: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
  --gradient-soft: linear-gradient(135deg, #F5F3FF 0%, #DDD6FE 100%);
}

.product-N3 {
  overflow: hidden;
  position: relative;
}

.product-N3 .contents-container {
  max-width: 100%;
  padding: 0;
}

.product-N3 .contents-inner {
  width: 100%;
}

.product-N3 .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin: 0 auto;
  padding: 0 4rem;
  min-height: 600px;
}

.product-N3 .contents-inner,
.product-N3 .pat-swiper,
.product-N3 .wrapper {
  height: 100%;
}

.product-N3 .container-lg .wrapper {
  max-width: calc(1440px + 8rem);
}

.product-N3 .container-md .wrapper {
  max-width: calc(1280px + 8rem);
}

.product-N3 .container-sm .wrapper {
  max-width: calc(1024px + 8rem);
}

.product-N3 .thumb-area {
  position: relative;
}

.product-N3 .thumb-area .imageset {
  position: absolute;
  right: 0;
  width: 50vw;
  height: 100%;
}

.product-N3 .thumb-area .imageset-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-N3 .title-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 0 0 8rem;
}

.product-N3 .title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background: var(--gradient-main);
}

.product-N3 .title-area .title-wrap {
  flex: 1;
  display: flex;
  align-items: center;
}

.product-N3 .title-area .textset {
  position: relative;
  z-index: 2;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

.product-N3 .title-area .textset-tit,
.product-N3 .title-area .textset-desc {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  cursor: text;
}

.product-N3 .title-area .textset-tit,
.product-N3 .title-area .textset-desc {
  color: var(--white);
}

.product-N3 .title-area .textset-tit {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  transform: translateX(-3px);
  color: var(--white) !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.product-N3 .title-area .textset-tit.h1,
.product-N3 .title-area .textset-tit.h2 {
  line-height: 1.3;
}

.product-N3 .title-area .textset-subtit {
  margin: 1.5rem 0 1rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  transform: translateX(-3px);
  color: var(--white) !important;
  opacity: 0.95 !important;
}

.product-N3 .title-area .textset-desc {
  margin: 1.2rem 0 4rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  transform: translateX(-3px);
  color: var(--white) !important;
  opacity: 0.95 !important;
}

.product-N3 .title-area .textset .btnset {
  margin: 0;
}

.product-N3 .btnset-line-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 9.4rem;
  padding: 0 2rem;
  height: 4rem;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background: transparent;
  border: 2px solid var(--white);
  border-radius: 0.4rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.product-N3 .btnset-line-white:hover {
  background: var(--white);
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.product-N3 .fixed-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  left: 0;
  bottom: 8rem;
  z-index: 1;
  width: 100%;
}

.product-N3 .swiper-control {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  grid-column: 2/2;
  padding-left: 8rem;
}

.product-N3 .paging {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  min-width: 5.8rem;
  color: var(--white);
  font-size: 18px;
}

.product-N3 .paging .curr {
  font-weight: 700;
}

.product-N3 .paging .total {
  color: rgba(255, 255, 255, 0.7);
}

.product-N3 .paging .dot {
  width: 0.4rem;
  height: 0.4rem;
  background: var(--white);
  border-radius: 50%;
}

.product-N3 .swiper-control button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  font-size: 20px;
}

.product-N3 .btn-prev::before {
  content: "‹";
}

.product-N3 .btn-next::before {
  content: "›";
}

.product-N3 .swiper-progress {
  margin-left: -0.8rem;
}

.product-N3 .swiper-progress button {
  display: none;
}

.product-N3 .swiper-progress button.active {
  display: flex;
}

.product-N3 .pause::before {
  content: "⏸";
}

.product-N3 .play::before {
  content: "▶";
}

/* 반응형 - 태블릿/모바일 */
@media (max-width: 992px) {
  .product-N3 .contents-inner {
    display: block;
  }

  .product-N3 .wrapper {
    display: block;
    padding: 0 1.6rem;
    min-height: 0;
  }

  .product-N3 .thumb-area {
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem);
  }

  .product-N3 .thumb-area .imageset {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .product-N3 .thumb-area .imageset-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
  }

  .product-N3 .title-area {
    gap: 3.6rem;
    padding: 2.4rem 0;
    justify-content: center;
    min-height: calc(100vw + 30px);
  }

  .product-N3 .title-area .textset {
    transform: translateY(-30px);
  }

  .product-N3 .title-area::before {
    left: -1.6rem;
    width: calc(100% + 3.2rem);
  }

  .product-N3 .title-area .textset-tit {
    font-size: 32px;
    transform: translateX(0);
  }

  .product-N3 .title-area .textset-desc {
    margin: 0.8rem 0 2rem;
    font-size: 18px;
    transform: translateX(0);
  }

  .product-N3 .btnset-line-white {
    min-width: 8rem;
    padding: 0 1.6rem;
    height: 3.2rem;
    font-size: 14px;
  }

  .product-N3 .fixed-area {
    display: block;
    left: 0;
    bottom: 2.4rem;
  }

  .product-N3 .swiper-control {
    gap: 0.6rem;
    padding-left: 1.6rem;
  }

  .product-N3 .swiper-control button {
    width: 2rem;
    height: 2rem;
    font-size: 16px;
  }

  .product-N3 .paging {
    min-width: 5.3rem;
    font-size: 16px;
  }

  .product-N3 .paging .dot {
    width: 0.3rem;
    height: 0.3rem;
  }

  .product-N3 .swiper-progress {
    margin-left: 0;
  }
}

/* 슬라이드별 그라데이션 배경 변형 */
.product-N3 .pat-swiper-slide:nth-child(1) .title-area::before {
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
}

.product-N3 .pat-swiper-slide:nth-child(2) .title-area::before {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

.product-N3 .pat-swiper-slide:nth-child(3) .title-area::before {
  background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
}

/* ===== css/main.css ===== */
/* Hero Section */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

/* .hero-title은 상단에서 정의됨 (48px) */

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: var(--spacing-lg);
    opacity: 0.9;
}

.hero-cta {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
}

/* Card Carousel */
#card-carousel {
    background-color: var(--bg-light);
    padding: 100px 0;
}

#card-carousel .carousel-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 4rem;
}

#card-carousel .textset {
    margin-bottom: 2.5rem;
    text-align: center;
}

#card-carousel .textset-tit + .textset-desc {
    margin-top: 1rem;
    color: #111111;
    font-weight: var(--fw-regular);
}

/* PC: Grid Layout */
#card-carousel .contents-swiper .pat-swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding-bottom: 20px;
}

#card-carousel .pat-swiper-slide {
    height: auto;
}

#card-carousel .card-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    text-decoration: none;
    height: 100%;
}

#card-carousel .card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.2);
}

#card-carousel .card-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

#card-carousel .card-item h3 {
    color: var(--text-dark);
    margin: 1.5rem 1.5rem 1rem;
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: 700;
}

#card-carousel .card-item p {
    color: var(--text-light);
    margin: 0 1.5rem 1rem;
    line-height: 1.6;
}

#card-carousel .card-item .card-link-text {
    display: block;
    color: var(--primary-purple);
    font-size: 1.2rem;
    font-weight: var(--fw-medium);
    margin: 0 1.5rem 1.5rem;
    transition: color 0.3s ease;
}

#card-carousel .card-item:hover .card-link-text {
    color: var(--primary-purple-dark);
}

/* 더보기 카드 스타일 */
#card-carousel .card-item-more {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-purple-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

#card-carousel .card-item-more .more-content {
    text-align: center;
    color: white;
    padding: 3rem;
}

#card-carousel .card-item-more .more-icon {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 2rem;
    color: white;
}

#card-carousel .card-item-more h3 {
    color: white !important;
    margin: 0 0 1.5rem 0;
    font-size: 2.4rem;
}

#card-carousel .card-item-more p {
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0;
    font-size: 1.6rem;
}

#card-carousel .card-item-more:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(124, 58, 237, 0.4);
}

/* PC와 모바일 모두 네비게이션 숨김 */
#card-carousel .swiper-button-next,
#card-carousel .swiper-button-prev {
    display: none !important;
}

#card-carousel .contents-control {
    display: none;
}

@media (max-width: 768px) {
    #card-carousel {
        overflow: hidden;
    }

    #card-carousel .carousel-container {
        padding: 0 1.6rem;
    }

    /* Mobile: Swiper Layout */
    #card-carousel .contents-swiper {
        overflow: visible;
    }

    #card-carousel .contents-swiper .pat-swiper-wrapper {
        display: flex;
    }

    #card-carousel .pat-swiper-slide {
        width: 100%;
        flex-shrink: 0;
    }


    #card-carousel .card-item h3 {
        font-size: 1.15rem;
        font-weight: 700;
        margin: 1rem 1rem 0.6rem;
    }

    #card-carousel .card-item p {
        font-size: 0.875rem;
        margin: 0 1rem 1rem;
    }

    #card-carousel .card-item .card-link-text {
        margin: 0 1rem 1rem;
    }

    /* 모바일: 더보기 카드 */
    #card-carousel .card-item-more {
        min-height: 320px;
    }

    #card-carousel .card-item-more .more-icon {
        font-size: 4.5rem;
        margin-bottom: 1.5rem;
    }

    #card-carousel .card-item-more h3 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    #card-carousel .card-item-more p {
        font-size: 1.3rem;
    }
}

/* Services Section (butti-N5) */
.butti-N5 {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}

.butti-N5 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.butti-N5 .section-header .textset {
  margin-bottom: 0;
}

.butti-N5 .section-header .textset-tit + .textset-desc {
  margin-top: 1rem;
  color: #111111;
  font-weight: var(--fw-regular);
}

.butti-N5 .contents-inner {
  width: 100%;
}

.butti-N5 .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.butti-N5 .thumb {
  position: relative;
  height: 0;
  padding-bottom: 77.92%;
}

.butti-N5 .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 13rem);
  height: 100%;
  object-fit: cover;
}

.butti-N5 .item.reverse .thumb {
  order: 2;
}

.butti-N5 .item.reverse .thumb img {
  right: auto;
  left: 0;
}

.butti-N5 .desc {
  padding-left: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  transform: translateY(-10px);
}

.butti-N5 .desc h3,
.butti-N5 .desc h3.cardset-tit {
  margin-top: 0;
  font-size: 32px !important;
  font-weight: 700;
}

.butti-N5 .item.reverse .desc {
  padding-left: 12rem;
  padding-right: 0;
}

.butti-N5 .desc p {
  margin: 1.5rem 0 2.5rem;
  color: #111111;
}

.butti-N5 .btnset {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    font-size: 0.95rem;
    padding: 0.8rem 1.5rem;
    height: auto;
    min-width: auto;
    min-height: 44px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.butti-N5 .btnset:hover {
    background-color: #7c3aed;
    border-color: #7c3aed;
    color: #ffffff;
}


/* Why Choose Us */
.why-us {
    background-color: #faf5ff;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.why-us .contents-container {
    position: relative;
}

.why-us .contents-inner {
    position: relative;
    width: 100%;
}

.why-us .textset {
    margin-bottom: 2.5rem;
    text-align: center;
}

.why-us .textset-tit + .textset-desc {
    margin-top: 1rem;
    color: #111111;
    font-weight: var(--fw-regular);
}

/* Why Us Grid Layout */
.why-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.why-us-card {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-us-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.2);
}

.why-us .cardset {
    width: 100%;
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.why-us .cardset-figure {
    position: relative;
    height: 400px;
    margin: 0;
    overflow: hidden;
}

.why-us .cardset-figure::after {
    display: none;
}

.why-us .cardset-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.why-us-card:hover .cardset-img {
    transform: scale(1.05);
}

.why-us .cardset .cardset-body {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1.5rem;
    background: #fff;
}

.why-us .cardset .cardset-tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    color: #111;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.why-us .cardset .cardset-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

.why-us .contents-control {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 4.8rem;
}

.why-us .swiper-button-next,
.why-us .swiper-button-prev {
    display: none !important;
}

/* FAQ Section */
.faq-section {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #F5F3FF 0%, #EDE9FE 100%);
}

.faq-section .contents-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-section .contents-inner {
    width: 100%;
}

.faq-section .title-area {
    text-align: center;
    margin-bottom: 2.5rem;
}

.faq-section .title-area .textset-tit {
    margin-bottom: 16px;
}

.faq-section .accordset {
    margin-top: 0;
}

/* Accordion Styles */
.accordset {
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 0.8rem;
    overflow: hidden;
}

.accordset .accordset-item + .accordset-item {
    border-top: 1px solid #e5e7eb;
}

.accordset .accordset-header {
    position: relative;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.accordset .accordset-header::after {
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 2.4rem;
    transform: translateY(-50%);
    width: 2.8rem;
    height: 2.8rem;
    font-size: 2.4rem;
    font-weight: 300;
    color: var(--text-dark);
    pointer-events: none;
    transition: transform 0.3s ease, color 0.3s ease;
}

.accordset .accordset-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 6rem 1.5rem 2rem;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.accordset .accordset-button:hover {
    background-color: rgba(124, 58, 237, 0.02);
}

.accordset .accordset-q {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    color: var(--primary-purple);
    flex-shrink: 0;
}

.accordset .accordset-button p {
    margin: 0;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 1.1rem;
    line-height: 1.5;
}

.accordset .accordset-a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    color: var(--primary-purple);
    flex-shrink: 0;
}

.accordset .accordset-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    border-top: 1px solid #e5e7eb;
    background-color: #f9fafb;
    padding: 0 2rem;
}

.accordset .accordset-content {
    display: flex;
    align-items: flex-start;
}

.accordset .accordset-content p {
    margin: 0;
    color: #4b5563;
    line-height: 1.8;
}

/* FAQ 강조 스타일 */
.accordset .accordset-content .faq-highlight {
    color: #7c3aed;
    font-weight: 600;
}

.accordset .accordset-content .faq-important {
    color: #5b21b6;
    font-weight: 700;
    background: linear-gradient(transparent 60%, rgba(124, 58, 237, 0.15) 40%);
    padding: 0 2px;
}

.accordset .accordset-content strong,
.accordset .accordset-content b {
    color: #374151;
    font-weight: 600;
}

.accordset .accordset-content a {
    color: #7c3aed;
    text-decoration: underline;
    font-weight: 500;
}

.accordset .accordset-content a:hover {
    color: #5b21b6;
}

/* Active State */
.accordset .accordset-item.active .accordset-header {
    background-color: rgba(124, 58, 237, 0.05);
}

.accordset .accordset-item.active .accordset-header::after {
    content: '−';
    color: var(--primary-purple);
}

.accordset .accordset-item.active .accordset-button {
    background-color: transparent;
}

.accordset .accordset-item.active .accordset-button p {
    color: var(--primary-purple);
}

.accordset .accordset-item.active .accordset-body {
    padding: 2rem;
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}

/* Mobile FAQ */
@media (max-width: 992px) {
    .faq-section {
        padding: 8rem 0;
    }

    .faq-section .title-area {
        margin-bottom: 6rem;
    }

    .accordset .accordset-header::after {
        right: 1.6rem;
    }

    .accordset .accordset-button {
        padding: 1.6rem 5.6rem 1.6rem 1.6rem;
    }

    .accordset .accordset-content {
        padding: 1.6rem;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .faq-section .title-area {
        margin-bottom: 4rem;
    }

    /* FAQ 텍스트 박스 좌우 여백 줄이기 */
    .accordset .accordset-button {
        padding: 1rem 2.5rem 1rem 0.3rem !important;
    }

    .accordset .accordset-header::after {
        right: 0.3rem !important;
    }

    .accordset .accordset-item.active .accordset-body {
        padding: 0.8rem 0.3rem !important;
    }

    .accordset .accordset-content {
        padding: 0 !important;
    }

    .accordset .accordset-content p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    /* Review 이미지 정사각형 강제 적용 (가로형 이미지 포함) */
    .review-image {
        height: 0 !important;
        padding-bottom: 100% !important;
        aspect-ratio: unset !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .review-image img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }
}

/* Track Record Section */
.track-record-section {
    overflow: hidden;
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: #faf5ff;
}

.track-record-section .contents-inner {
    width: 100%;
}

.track-record-section .title-area {
    margin-bottom: 3rem;
    width: 100%;
    text-align: center;
}

.track-record-section .title-area .textset {
    margin-bottom: 0;
}

.track-record-section .title-area .textset-tit + .textset-desc {
    margin-top: 1rem;
    color: #111111;
    font-weight: var(--fw-regular);
}

.track-record-section .title-area h2 {
    margin-bottom: 0.8rem;
    color: var(--primary-purple);
    font-weight: 600;
}

.track-record-section .title-area strong {
    color: var(--text-dark);
}

.track-record-section .info-area .wrap {
    display: flex;
    align-items: stretch;
    gap: 2rem;
}

.track-record-section .info-area .wrap + .wrap {
    margin-top: 2rem;
}

/* Main Card (평균 입금 시간) */
.track-record-section .col-main {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 4rem;
    min-height: 24rem;
    border-radius: 1.2rem;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-purple-dark) 100%);
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.2);
}

.track-record-section .col-main .text-wrap {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.track-record-section .col-main .text-wrap h3 {
    font-weight: bold;
    color: var(--white);
    font-size: 1.5rem;
}

.track-record-section .col-main .title p {
    margin-top: 0.6rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: var(--fs-h5);
}

.track-record-section .desc .text-wrap {
    justify-content: flex-end;
    align-items: flex-end;
}

.track-record-section .col-main .desc strong,
.track-record-section .col-main .desc span {
    color: var(--white);
}

/* 큰 숫자 스타일 */
.track-record-section .stat-number {
    font-size: 6.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
}

.track-record-section .stat-unit {
    font-size: 3rem;
    font-weight: 700;
    transform: translateY(-1.5rem);
}

.track-record-section .plus-sign,
.track-record-section .percent-sign {
    font-size: 5rem;
    font-weight: 900;
}

/* 메인 카드(col-main)의 숫자 크기 조정 */
.track-record-section .col-main .stat-number {
    font-size: 5.2rem;
}

.track-record-section .col-main .plus-sign {
    font-size: 4rem;
}

/* Links Section */
.track-record-section .col-links {
    flex: 1 1 40%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 2rem;
}

.track-record-section .link-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 3rem;
    border-radius: 1.2rem;
    border: 2px solid #e5e7eb;
    background: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.track-record-section .link-item:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.15);
}

.track-record-section .link-item strong {
    font-weight: var(--fw-bold);
    color: var(--text-dark);
}

.track-record-section .link-item .arrow-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    border: 2px solid var(--text-dark);
    font-size: 2rem;
    line-height: 0.7;
    color: var(--text-dark);
    transition: all 0.3s ease;
    padding-bottom: 6px;
}

.track-record-section .link-item:hover .arrow-icon {
    background: var(--primary-purple);
    border-color: var(--primary-purple);
    color: white;
}

/* Stat Items (두 번째 줄 - 3개) */
.track-record-section .stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    min-height: 22rem;
    border-radius: 1.2rem;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.track-record-section .stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.15);
}

.track-record-section .stat-item .title h3 {
    font-weight: var(--fw-bold);
    color: var(--text-dark);
    font-size: 1.4rem;
}

.track-record-section .stat-item .title p {
    margin-top: 0.4rem;
    color: var(--text-light-gray);
    font-size: var(--fs-h5);
}

.track-record-section .stat-item .desc strong {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    color: var(--primary-purple);
}

/* 두 번째 줄 stat-item의 숫자 크기 조정 */
.track-record-section .stat-item .stat-number {
    font-size: 4.5rem;
}

.track-record-section .stat-item .stat-unit {
    font-size: 2.1rem;
    transform: translateY(-1rem);
}

.track-record-section .stat-item .plus-sign,
.track-record-section .stat-item .percent-sign {
    font-size: 3.5rem;
}

/* Small Stat Items (세 번째 줄 - 4개) */
.track-record-section .wrap-four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.track-record-section .stat-item-small {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 2rem;
    border-radius: 1.2rem;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.track-record-section .stat-item-small:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.15);
}

.track-record-section .stat-item-small .icon-box {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.track-record-section .stat-item-small .icon {
    font-size: 3rem;
}

.track-record-section .stat-item-small .title h3 {
    font-weight: var(--fw-bold);
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.track-record-section .stat-item-small .desc {
    margin-top: auto;
}

.track-record-section .stat-number-small {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--primary-purple);
    line-height: 1.2;
}

.track-record-section .stat-number-small span {
    font-size: 2rem;
    font-weight: 700;
}

/* Mobile Track Record */
@media (max-width: 992px) {
    .track-record-section {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }

    .track-record-section .title-area {
        margin-bottom: 4rem;
    }

    .track-record-section .title-area h2 {
        margin-bottom: 0.4rem;
    }

    .track-record-section .info-area .wrap {
        flex-direction: column;
        gap: 1.6rem;
    }

    .track-record-section .info-area .wrap + .wrap {
        margin-top: 1.6rem;
    }

    .track-record-section [class*="col-"] {
        flex: none;
        width: 100%;
    }

    .track-record-section .col-main {
        min-height: 20rem;
        padding: 2.5rem 2rem;
        border-radius: 1rem;
    }

    .track-record-section .col-main .text-wrap {
        gap: 0.2rem;
    }

    .track-record-section .col-main .text-wrap h3 {
        font-size: 1.3rem;
    }

    .track-record-section .col-main .title p {
        margin-top: 0.4rem;
        font-size: var(--fs-h5);
    }

    /* 모바일: 메인 카드의 숫자 크기 조정 */
    .track-record-section .col-main .stat-number {
        font-size: 4rem;
    }

    .track-record-section .col-main .plus-sign {
        font-size: 3.2rem;
    }

    .track-record-section .stat-number {
        font-size: 5rem;
    }

    .track-record-section .stat-unit {
        font-size: 2.4rem;
        transform: translateY(-1.2rem);
    }

    .track-record-section .plus-sign,
    .track-record-section .percent-sign {
        font-size: 4rem;
    }

    .track-record-section .col-links {
        display: block;
    }

    .track-record-section .link-item {
        align-items: center;
        gap: 1rem;
        padding: 1.8rem 2rem;
        border-radius: 1rem;
    }

    .track-record-section .link-item + .link-item {
        margin-top: 1.6rem;
    }

    .track-record-section .link-item .arrow-icon {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.6rem;
    }

    .track-record-section .stat-item {
        flex: none;
        padding: 2.5rem 2rem;
        width: 100%;
        min-height: 18rem;
    }

    .track-record-section .stat-item .title h3 {
        font-size: 1.3rem;
    }

    .track-record-section .stat-item .title p {
        margin-top: 0.3rem;
        font-size: var(--fs-h5);
    }

    .track-record-section .stat-item .desc strong {
        gap: 0.2rem;
    }

    /* 모바일: 두 번째 줄 stat-item의 숫자 크기 조정 */
    .track-record-section .stat-item .stat-number {
        font-size: 3.5rem;
    }

    .track-record-section .stat-item .stat-unit {
        font-size: 1.7rem;
        transform: translateY(-0.8rem);
    }

    .track-record-section .stat-item .plus-sign,
    .track-record-section .stat-item .percent-sign {
        font-size: 2.8rem;
    }

    /* 모바일에서 4개 통계는 2x2 그리드 */
    .track-record-section .wrap-four {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.6rem;
    }

    .track-record-section .stat-item-small {
        padding: 2rem 1.5rem;
    }

    .track-record-section .stat-item-small .icon-box {
        width: 5rem;
        height: 5rem;
        margin-bottom: 1rem;
    }

    .track-record-section .stat-item-small .icon {
        font-size: 2.4rem;
    }

    .track-record-section .stat-item-small .title h3 {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }

    .track-record-section .stat-number-small {
        font-size: 2.4rem;
    }

    .track-record-section .stat-number-small span {
        font-size: 1.8rem;
    }
}

/* CTA Section */
.cta-section {
    background: linear-gradient(180deg, #8b5cf6 0%, #a78bfa 50%, #ddd6fe 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4rem;
    text-align: center;
}

.cta-title {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.cta-desc {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    opacity: 0.95;
}

/* 이미지 컨테이너 */
.cta-images-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.cta-image-item {
    flex: 1;
    max-width: 500px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.cta-image-item a {
    display: block;
    text-decoration: none;
}

.cta-image-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* 이미지 호버 효과 */
.cta-image-item:hover {
    transform: translateY(-5px);
}

.cta-image-item:hover img {
    transform: scale(1.02);
    filter: brightness(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .butti-N5 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .butti-N5 .section-header {
    margin-bottom: 2rem;
  }

  .butti-N5 .section-header .textset-tit + .textset-desc {
    margin-top: 0.5rem;
  }

  .butti-N5 .item {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .butti-N5 .item+.item {
    margin-top: 8rem;
  }

  .butti-N5 .thumb {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }

  .butti-N5 .thumb img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 auto !important;
  }

  .butti-N5 .item.reverse .thumb {
    order: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .butti-N5 .desc,
  .butti-N5 .item.reverse .desc {
    padding: 0;
  }

  .butti-N5 .desc p {
    margin: 2.5rem 0 2rem;
  }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    /* CTA Section Mobile */
    .cta-section {
        padding: 100px 0;
    }

    .cta-container {
        padding: 0 1.6rem;
    }

    .cta-title {
        font-size: 32px;
    }

    .cta-desc {
        font-size: 14px;
        margin-bottom: 0;
    }

    .cta-images-wrapper {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    .cta-image-item {
        max-width: 350px;
        margin: 0 auto;
    }

    /* Why Us Mobile */
    .why-us {
        padding: 100px 0;
    }

    .why-us .textset {
        margin-bottom: 1.5rem;
    }

    .why-us .cardset-figure {
        height: 0;
        padding-bottom: 100%;
        position: relative;
        margin-bottom: 0;
    }

    .why-us .cardset-figure .cardset-img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .why-us .cardset .cardset-body {
        padding: 1rem;
    }

    .why-us .cardset .cardset-tit {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        margin-top: 0;
    }

    .why-us .cardset .cardset-desc {
        font-size: 0.85rem;
        margin-top: 0;
    }


    .why-us .swiper-pagination {
        position: static;
        margin-top: 2rem;
    }

    .why-us .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #d1d5db;
        opacity: 1;
    }

    .why-us .swiper-pagination-bullet-active {
        background: #7c3aed;
        width: 24px;
        border-radius: 4px;
    }

    .why-us .contents-control {
        margin-top: 3rem;
    }
}

/* Usage Method Section (이용 절차) */
.usage-method-section {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: #fff;
}

.usage-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.usage-inner {
    width: 100%;
}

.usage-method-section .textset {
    text-align: center;
    margin-bottom: 2rem;
}

.usage-method-section .textset-tit {
    margin-bottom: 1rem;
}

.usage-method-section .textset-desc {
    margin: 0;
}

.steps-container {
    max-width: 1200px;
    margin: 0 auto;
}

.step-box {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 4rem;
    padding: 4rem;
    background: white;
    border: 1px solid rgba(124, 58, 237, 0.1);
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.08);
    transition: all 0.3s ease;
    border-radius: 20px;
}

.step-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15);
}

.step-box:last-child {
    margin-bottom: 0;
}

.step-box:nth-child(even) {
    flex-direction: row-reverse;
}

.step-left {
    flex-shrink: 0;
    width: 40%;
}

.step-image-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}

.step-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.step-box:hover .step-image-box img {
    transform: scale(1.05);
}

.step-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1.2rem;
    background: linear-gradient(135deg, var(--primary-purple) 0%, #9333ea 100%);
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 50px;
    width: fit-content;
}

.usage-method-section .cardset-tit {
    display: block;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.4;
    font-size: 28px;
}

.usage-method-section .cardset-tit span {
    color: var(--primary-purple);
}

.usage-method-section .cardset-desc {
    line-height: 1.8;
    margin: 0;
}

.info-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.2rem;
    background: var(--primary-purple);
    border-radius: 5px;
    width: fit-content;
}

.info-badge span {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
}

/* Responsive - Mobile */
@media (max-width: 992px) {
    .usage-method-section {
        padding: 8rem 0;
    }

    .usage-container {
        padding: 0 2rem;
    }

    .usage-method-section .textset {
        margin-bottom: 1.5rem;
    }

    .step-box {
        flex-direction: column !important;
        gap: 2.4rem !important;
        padding: 0 2rem 2.4rem 2rem !important;
        margin-bottom: 3rem !important;
    }

    .step-box:last-child {
        margin-bottom: 0 !important;
    }

    .step-left {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .step-image-box {
        max-width: 280px;
        margin: 0 auto;
    }

    .step-right {
        gap: 1.2rem;
        text-align: center;
        align-items: center;
        padding: 0;
    }

    .step-number {
        margin: 0 auto;
        font-size: 0.9rem;
        padding: 0.35rem 1rem;
    }

    .info-badge {
        margin: 0 auto;
        padding: 0.6rem 0.85rem;
    }

    .info-badge span {
        font-size: 0.9rem;
    }
}

/* Reviews Section (이용 후기) */
.reviews-section {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: #faf5ff;
}

.reviews-section .textset {
    text-align: center;
    margin-bottom: 3rem;
}

.reviews-section .textset-tit {
    margin-bottom: 1rem;
}

.reviews-section .textset-desc {
    margin: 0;
}

.reviews-swiper-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* Reviews Swiper - 기본 swiper 클래스 사용 */

.review-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15);
}

.review-image {
    width: 100%;
    height: 560px;
    overflow: hidden;
    background: #f5f5f5;
}

.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.review-card:hover .review-image img {
    transform: scale(1.05);
}

.review-content {
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
}

.review-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.review-info strong {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark);
}

.review-info span {
    font-size: 1.4rem;
    color: var(--text-medium);
}

.reviews-section .cardset-tit {
    display: block;
    line-height: 1.4;
    margin: 0;
}

.reviews-section .cardset-desc {
    line-height: 1.8;
    margin: 0;
}

.reviews-section .swiper-pagination {
    position: static;
    margin-top: 4rem;
}

.reviews-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d1d5db;
    opacity: 1;
    transition: all 0.3s ease;
}

.reviews-section .swiper-pagination-bullet-active {
    background: var(--primary-purple);
    width: 32px;
    border-radius: 6px;
}

/* Responsive - Mobile */
@media (max-width: 992px) {
    .reviews-section {
        padding: 8rem 0;
    }

    .reviews-section .textset {
        margin-bottom: 2rem;
    }

    .reviews-swiper-container {
        padding: 0 2rem;
    }

    .review-image {
        height: 240px;
    }

    .review-content {
        padding: 2.4rem 2rem;
        gap: 1.2rem;
    }

    .review-info strong {
        font-size: 1.4rem;
    }

    .review-info span {
        font-size: 1.2rem;
    }

    .reviews-section .swiper-pagination {
        margin-top: 3rem;
    }
}


/* 접근성 개선 CSS */
.stat-item p {
    color: #1a1a1a !important;
}

.cardset-desc.p2 {
    color: #2d2d2d !important;
}

.why-us .cardset-desc {
    color: #505050 !important;
}

/* Swiper Pagination 터치 영역 확대 */
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 8px !important;
    padding: 4px !important;
}

h2.fullmenu-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
}

/* ================================================
   Reviews Grid Layout (슬라이더 대신 그리드)
   ================================================ */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.review-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15);
}

.review-image {
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.review-card:hover .review-image img {
    transform: scale(1.05);
}

.review-content {
    padding: 1.5rem;
}

.review-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.5rem;
}

.review-content .review-date {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 1rem;
}

.review-content p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ================================================
   모바일 반응형 - 오버플로우 방지
   ================================================ */

/* 전역 오버플로우 방지 */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* 모든 이미지 오버플로우 방지 */
img {
    max-width: 100%;
    height: auto;
}

/* 태블릿 (768px 이하) */
@media (max-width: 768px) {
    /* Why Us 그리드 - 2컬럼 */
    .why-us-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    /* Reviews 그리드 - 2컬럼 */
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .review-image {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .review-content {
        padding: 1rem;
    }

    .review-content h4 {
        font-size: 1rem;
    }

    .review-content p {
        font-size: 0.9rem;
    }

    /* 컨테이너 오버플로우 방지 */
    .contents-container,
    .container-md,
    section {
        overflow-x: hidden;
        max-width: 100%;
    }
}

/* 모바일 (480px 이하) */
@media (max-width: 480px) {
    /* Why Us 그리드 - 1컬럼 */
    .why-us-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* Reviews 그리드 - 1컬럼 */
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .review-image {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .review-content {
        padding: 1.2rem;
    }

    .review-content h4 {
        font-size: 1.05rem;
    }

    .review-content p {
        font-size: 0.9rem;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Why Us 카드 정사각형 */
    .why-us .cardset-figure {
        height: 0 !important;
        padding-bottom: 100% !important;
        position: relative !important;
    }

    .why-us .cardset-figure .cardset-img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    /* 좌우 패딩 조정 */
    .contents-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* 아주 작은 화면 (360px 이하) */
@media (max-width: 360px) {
    .why-us .cardset-figure {
        height: 0 !important;
        padding-bottom: 100% !important;
        position: relative !important;
    }

    .why-us .cardset-figure .cardset-img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    /* Review 이미지 정사각형 강제 (360px 이하) */
    .review-image {
        height: 0 !important;
        padding-bottom: 100% !important;
        aspect-ratio: unset !important;
        position: relative !important;
    }

    .review-image img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .contents-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* FAQ 더 좁은 여백 */
    .accordset .accordset-button {
        padding: 0.9rem 2.5rem 0.9rem 0.4rem !important;
    }

    .accordset .accordset-header::after {
        right: 0.4rem !important;
    }

    .accordset .accordset-item.active .accordset-body {
        padding: 0.6rem 0.4rem !important;
    }
}

/* ================================================
   모바일 오버플로우 완전 방지 (최우선 적용)
   ================================================ */

/* 전역 오버플로우 강제 방지 */
*, *::before, *::after {
    box-sizing: border-box !important;
}

html {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
}

body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
    position: relative !important;
}

@media (max-width: 992px) {
    /* 모든 요소 최대 너비 제한 */
    *:not(script):not(style) {
        max-width: 100vw !important;
    }

    /* 히어로 섹션 */
    .hero-section,
    .hero-bg,
    .hero-content {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    /* butti-N5 Services 섹션 - 이미지 오버플로우 방지 */
    .butti-N5 {
        overflow: hidden !important;
    }

    .butti-N5 .thumb {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .butti-N5 .thumb img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
    }

    /* 카드 캐러셀 */
    #card-carousel {
        overflow: hidden !important;
    }

    #card-carousel .carousel-container,
    #card-carousel .carousel-inner {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    /* Track Record 섹션 */
    .track-record-section {
        overflow: hidden !important;
    }

    .track-record-section .info-area,
    .track-record-section .wrap,
    .track-record-section .col-main,
    .track-record-section .col-links,
    .track-record-section .stat-item {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 이용 절차 섹션 */
    .usage-method-section {
        overflow: hidden !important;
    }

    .step-box {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* FAQ 섹션 */
    .faq-section {
        overflow: hidden !important;
    }

    .accordset,
    .accordset-item,
    .accordset-body,
    .accordset-content {
        width: 100% !important;
        max-width: 100% !important;
        overflow-wrap: break-word !important;
        word-break: keep-all !important;
    }

    /* CTA 섹션 */
    .cta-section {
        overflow: hidden !important;
    }

    .cta-images-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    .cta-image-item {
        width: 100% !important;
        max-width: 100% !important;
    }

    .cta-image-item img {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Footer */
    .footer {
        overflow: hidden !important;
    }

    .footer-content,
    .footer-top,
    .footer-bottom {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 플로팅 아이콘 위치 조정 */
    #floating-chat-icons {
        right: 12px !important;
    }
}

/* ================================================
   모바일 히어로 섹션 텍스트 좌측 정렬
   ================================================ */
@media (max-width: 768px) {
    /* 히어로 섹션 - 텍스트 좌측 정렬 (요소들은 정중앙 유지) */
    .hero-content {
        align-items: center !important;
        text-align: left !important;
    }

    /* 서브타이틀과 아래 요소들 간격 줄이기 */
    .textset-desc {
        margin-bottom: 1rem !important;
    }

    .title-area {
        margin-bottom: 2rem !important;
    }

    .textset {
        margin-bottom: 1.5rem !important;
    }

    .product-N3 .textset-desc {
        margin-bottom: 1.5rem !important;
    }

    .hero-content .hero-title,
    .hero-content .hero-desc,
    .hero-content h1,
    .hero-content h2,
    .hero-content p {
        text-align: left !important;
    }

    /* product-N3 히어로 슬라이더 텍스트 좌측 정렬 */
    .product-N3 .textset {
        text-align: left !important;
    }

    .product-N3 .textset-tit,
    .product-N3 .textset-desc {
        text-align: left !important;
    }

    /* 히어로 버튼도 좌측 정렬 */
    .hero-content .hero-btn,
    .hero-content .btnset {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

/* ================================================
   모바일 카드 캐러셀 - 세로 한줄 (1컬럼)
   ================================================ */
@media (max-width: 768px) {
    #card-carousel .contents-swiper .pat-swiper-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.5rem !important;
    }

    #card-carousel .pat-swiper-slide {
        width: 100% !important;
        flex-shrink: 0 !important;
    }

    #card-carousel .card-item {
        width: 100% !important;
    }
}

/* ================================================
   butti-N5 버튼 모바일에서 한줄로 표시
   ================================================ */
@media (max-width: 768px) {
    .butti-N5 .btnset {
        white-space: nowrap !important;
        width: auto !important;
        max-width: 80% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0.8rem 1.5rem !important;
        font-size: 0.9rem !important;
        line-height: 1 !important;
        height: auto !important;
        min-height: 44px !important;
    }

    .butti-N5 .desc {
        text-align: center !important;
        margin-top: 2.5rem !important;
        padding-top: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .butti-N5 .desc h3,
    .butti-N5 .desc h3.cardset-tit {
        text-align: center !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        font-size: 1.4rem !important;
        font-weight: 700 !important;
    }

    .butti-N5 .desc p {
        text-align: center !important;
        margin-top: 0.8rem !important;
        margin-bottom: 1.5rem !important;
    }

    .butti-N5 .thumb {
        margin-bottom: 0 !important;
        padding-bottom: 100% !important;
        height: 0 !important;
    }

    .butti-N5 .item {
        gap: 0 !important;
    }

    .butti-N5 .item + .item {
        margin-top: 3rem !important;
    }
}

/* ================================================
   모바일 요소들 좌우 정중앙 정렬
   ================================================ */
@media (max-width: 768px) {
    /* 모든 요소 box-sizing 강제 적용 */
    *, *::before, *::after {
        box-sizing: border-box !important;
    }

    /* 컨테이너 정중앙 정렬 - 동일한 좌우 패딩 */
    .container,
    .container-md,
    .container-lg,
    .container-full,
    .contents-container,
    .contents-inner {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .contents-container.container-md {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* 모바일 섹션 상하 여백 줄이기 (80% 수준) */
    .butti-N5 {
        padding: 64px 0 !important;
    }

    .why-us {
        padding: 64px 0 !important;
    }

    .reviews-section {
        padding: 64px 0 !important;
    }

    .faq-section {
        padding: 48px 0 !important;
    }

    .track-record-section {
        padding: 48px 0 !important;
    }

    .usage-method-section {
        padding: 64px 0 !important;
    }

    #card-carousel {
        padding: 64px 0 !important;
    }

    /* 섹션별 정중앙 정렬 */
    .why-us .container-md,
    .reviews-section .container-md,
    .track-record-section .contents-inner,
    .usage-method-section .usage-container,
    .cta-section .cta-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* FAQ 섹션 - 좌우 패딩 없음 */
    .faq-section .container-md,
    .faq-section .contents-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* 캐러셀 컨테이너 */
    #card-carousel .carousel-container,
    #card-carousel .carousel-inner {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* 텍스트 영역 정중앙 */
    .title-area,
    .textset {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* butti-N5 섹션 정중앙 */
    .butti-N5 .contents-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .butti-N5 .contents-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .butti-N5 .item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    /* 그리드 요소들 정중앙 */
    .reviews-grid,
    .why-us-grid {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    /* 푸터 정중앙 */
    .footer .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* 이용절차 섹션 */
    .usage-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .step-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* ================================================
   모바일 좌우 스크롤 완전 방지 (100% 고정)
   ================================================ */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

    /* 모든 섹션 100% 고정 */
    section,
    .hero-section,
    .product-N3,
    #card-carousel,
    .butti-N5,
    .why-us,
    .reviews-section,
    .faq-section,
    .track-record-section,
    .usage-method-section,
    .cta-section,
    .footer {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    /* 이미지 100% 제한 */
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* 가로 스크롤 유발 요소 방지 */
    .pat-swiper,
    .pat-swiper-wrapper,
    .swiper,
    .swiper-wrapper {
        max-width: 100% !important;
    }

    /* 이즈웹 기본 헤더 - 완전히 공간 제거 */
    .th-layout-header {
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        border: none !important;
    }

    .th-layout-header::after,
    .th-layout-header::before {
        display: none !important;
    }

    /* 이즈웹 navbar-header (회색/흰색 갭) 숨기기 */
    .navbar-header,
    .navbar-header > div,
    .th-layout-header > div:not(.il-site-header),
    .th-layout-header .navbar,
    .th-layout-header .navbar-collapse,
    .th-layout-header .container-fluid,
    nav.user.navbar.navbar-default,
    nav.navbar.navbar-default.expand,
    .th-layout-header > nav {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border: none !important;
        visibility: hidden !important;
        overflow: hidden !important;
    }

    /* 이즈웹 히어로 래퍼 갭 제거 */
    .th-layout-hero,
    .th-layout-hero > div:first-child {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* 커스텀 헤더는 보이게 */
    .il-site-header {
        display: block !important;
        visibility: visible !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999 !important;
    }

    /* 모바일 히어로 섹션 - 이미지 위, 텍스트 아래로 분리 */
    .hero-section {
        margin: 0 !important;
        padding: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        height: auto !important;
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
    }

    /* 모바일 히어로 이미지 - 정사각형 */
    .hero-bg {
        position: relative !important;
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important; /* 정사각형 비율 */
        overflow: hidden !important;
    }

    /* 모바일 히어로 이미지 오버레이 제거 */
    .hero-bg::after {
        display: none !important;
    }

    .hero-bg img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    /* 모바일 히어로 텍스트 - 이미지 아래 (배경 전체, 텍스트 우측) */
    .hero-content {
        position: relative !important;
        width: 100% !important;
        min-height: 115vw !important;
        background: #1a1a2e !important; /* 어두운 배경 - 전체 영역 */
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important; /* 텍스트 우측 정렬 */
        justify-content: center !important;
        text-align: left !important;
        padding: 50px 8% 50px 17% !important; /* 좌측 패딩 크게 */
        box-sizing: border-box !important;
    }

    /* 히어로 H1 - 상단 여백 제거 */
    .hero-content .hero-title {
        text-align: left !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        width: 100% !important;
    }

    /* 히어로 서브타이틀, 버튼 - 좌측 라인 맞춤 */
    .hero-content .hero-desc,
    .hero-content .hero-btn {
        text-align: left !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .hero-content .hero-btn {
        display: inline-block !important;
        width: auto !important;
    }

    /* 전체 섹션 패딩 통일 */
    section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* 헤더 패딩 */
    .il-site-header .header-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* ================================================
   정책 모달 스타일 (이메일수집거부, 개인정보처리방침)
   ================================================ */
.policy-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    overflow-y: auto;
    padding: 2rem;
}

.policy-modal.active {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.policy-modal-content {
    background: #fff;
    border-radius: 16px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    margin: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.policy-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
    border-radius: 16px 16px 0 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.policy-modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.policy-modal-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.policy-modal-close:hover {
    color: #111827;
}

.policy-modal-body {
    padding: 2rem;
    line-height: 1.8;
    color: #374151;
}

.policy-modal-body h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #7c3aed;
}

.policy-modal-body h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #374151;
    margin: 1.5rem 0 0.75rem;
}

.policy-modal-body p {
    margin: 0.75rem 0;
    font-size: 0.95rem;
}

.policy-modal-body ul,
.policy-modal-body ol {
    margin: 0.75rem 0;
    padding-left: 1.5rem;
}

.policy-modal-body li {
    margin: 0.5rem 0;
    font-size: 0.95rem;
}

.policy-modal-body .policy-notice {
    background: #faf5ff;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    border-left: 4px solid #7c3aed;
    margin-top: 2rem;
}

.policy-modal-body .policy-date {
    text-align: right;
    color: #6b7280;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

/* 모달 모바일 반응형 */
@media (max-width: 768px) {
    .policy-modal {
        padding: 1rem;
    }

    .policy-modal-content {
        max-height: 95vh;
        border-radius: 12px;
    }

    .policy-modal-header {
        padding: 1rem 1.25rem;
        border-radius: 12px 12px 0 0;
    }

    .policy-modal-header h2 {
        font-size: 1.2rem;
    }

    .policy-modal-body {
        padding: 1.25rem;
    }

    .policy-modal-body h3 {
        font-size: 1.1rem;
    }

    .policy-modal-body p,
    .policy-modal-body li {
        font-size: 0.9rem;
    }
}

/* ================================================
   CSS-only 스크롤 트리거 애니메이션
   animation-timeline: view() 사용
   ================================================ */

@keyframes fadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 공통 애니메이션 설정 */
.animate-on-scroll {
    animation: fadeUpIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 30%;
}

/* 섹션 타이틀 애니메이션 */
.title-area .textset,
.butti-N5 .section-header .textset,
.why-us > .contents-container > .contents-inner > .textset,
.reviews-section > .contents-container > .contents-inner > .textset,
.usage-method-section .textset,
.cta-section .cta-title,
.cta-section .cta-desc {
    animation: fadeUpIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 25%;
}

/* Why-Us 카드 */
.why-us-grid .why-us-card {
    animation: fadeUpIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 20%;
}

/* 이용 후기 카드 */
.reviews-grid .review-card {
    animation: fadeUpIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 20%;
}

/* 이용 절차 스텝 */
.usage-method-section .step-box {
    animation: fadeUpIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 25%;
}

/* CTA 이미지 */
.cta-images-wrapper .cta-image-item {
    animation: fadeUpIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 30%;
}

/* butti-N5 아이템 */
.butti-N5 .item {
    animation: fadeUpIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 20%;
}

/* Track Record 통계 */
.track-record-section .wrap {
    animation: fadeUpIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 25%;
}

/* FAQ 아코디언 */
.faq-section .accordset {
    animation: fadeUpIn linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 20%;
}

/* 애니메이션 선호도 존중 (접근성) */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
    }
}

/* animation-timeline 미지원 브라우저 폴백 (Safari 등) */
@supports not (animation-timeline: view()) {
    .title-area .textset,
    .butti-N5 .section-header .textset,
    .why-us > .contents-container > .contents-inner > .textset,
    .reviews-section > .contents-container > .contents-inner > .textset,
    .usage-method-section .textset,
    .cta-section .cta-title,
    .cta-section .cta-desc,
    .why-us-grid .why-us-card,
    .reviews-grid .review-card,
    .usage-method-section .step-box,
    .cta-images-wrapper .cta-image-item,
    .butti-N5 .item,
    .track-record-section .wrap,
    .faq-section .accordset {
        animation: fadeUpIn 0.6s ease-out both;
    }
}

/* ================================================
   카드 그리드 섹션 (최신정보 페이지용)
   ================================================ */

/* Cards Section */
.cards-section {
    padding: 4rem 0 !important;
    background: #fafafa !important;
}

.cards-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

.cards-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 3rem !important;
    margin-top: 4rem !important;
}

.card-article {
    background: white !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.08) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.card-article:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15) !important;
}

a.card-article {
    color: inherit !important;
}

.card-image {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #f5f5f5 !important;
}

.card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.card-article:hover .card-image img {
    transform: scale(1.05) !important;
}

.card-content {
    padding: 3rem 2.5rem !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.card-content h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.4 !important;
}

.card-content p {
    font-size: 1rem !important;
    color: #666 !important;
    line-height: 1.8 !important;
    margin-bottom: 2rem !important;
    flex: 1 !important;
}

.card-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.8rem !important;
    color: #7c3aed !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: gap 0.3s ease !important;
}

.card-link:hover {
    gap: 1.2rem !important;
}

.card-link::after {
    content: '→' !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

/* Pagination */
.pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-top: 6rem !important;
}

.pagination-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: white !important;
    color: #7c3aed !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border: 2px solid #7c3aed !important;
    transition: all 0.3s ease !important;
}

.pagination-btn:hover {
    background: #7c3aed !important;
    color: white !important;
}

.pagination-btn.active {
    background: #7c3aed !important;
    color: white !important;
}

/* Parallax Hero Section (최신정보 페이지용) */
.parallax-window {
    position: relative !important;
    min-height: 600px !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.parallax-window::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.65) !important;
}

.parallax-content {
    position: relative !important;
    z-index: 1 !important;
    text-align: center !important;
    color: white !important;
    padding: 8rem 2rem 6rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.carousel-title {
    font-size: 3rem !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
    line-height: 1.3 !important;
    color: white !important;
}

.parallax-content p {
    font-size: 1.2rem !important;
    margin-bottom: 0 !important;
    opacity: 0.95 !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.8 !important;
    color: white !important;
}

/* 카드 그리드 반응형 */
@media (max-width: 992px) {
    .cards-section {
        padding: 1.5rem 0 3rem 0 !important;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2rem !important;
    }
}

@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .card-content {
        padding: 2.4rem 2rem !important;
    }

    .card-content h2 {
        font-size: 1.3rem !important;
    }

    .card-content p {
        font-size: 0.95rem !important;
    }

    .parallax-window {
        min-height: 400px !important;
        background-attachment: scroll !important;
    }

    .parallax-content {
        padding: 6rem 1.5rem 4rem !important;
    }

    .carousel-title {
        font-size: 2rem !important;
    }

    .parallax-content p {
        font-size: 1rem !important;
    }
}



/* === 플로팅 배너 === */

/* 플로팅 배너 위치/크기 변수 */
:root {
    --fab-right-pc: 24px;
    --fab-bottom-pc: 24px;
    --fab-size-pc: 80px;
    --fab-right-mo: 16px;
    --fab-bottom-mo: 16px;
    --fab-size-mo: 70px;
    --fab-gap: 12px;
}

#floating-chat-icons {
    position: fixed;
    right: calc(var(--fab-right-pc) + env(safe-area-inset-right, 0px));
    bottom: calc(var(--fab-bottom-pc) + env(safe-area-inset-bottom, 0px));
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: var(--fab-gap);
}

#floating-chat-icons a {
    display: inline-block;
    line-height: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#floating-chat-icons a:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: none;
    background: transparent !important;
}

#floating-chat-icons img {
    width: var(--fab-size-pc);
    height: auto;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    animation:
        heartbeat 3s ease-in-out infinite,
        glow 2s ease-in-out infinite alternate,
        floating 2.5s ease-in-out infinite;
}

#floating-chat-icons a:hover img {
    transform: scale(1.15);
    animation-play-state: paused;
    box-shadow:
        0 0 15px rgba(124, 58, 237, 0.8),
        0 0 25px rgba(124, 58, 237, 0.6),
        0 0 35px rgba(124, 58, 237, 0.4);
}

#floating-chat-icons a:nth-child(1) img {
    animation-delay: 0s;
}

#floating-chat-icons a:nth-child(2) img {
    animation-delay: 0.5s;
}

#floating-chat-icons a:nth-child(3) img {
    animation-delay: 1s;
}

/* 플로팅 배너 애니메이션 효과 */
@keyframes heartbeat {
    0% { transform: scale(1); }
    14% { transform: scale(1.1); }
    28% { transform: scale(1); }
    42% { transform: scale(1.1); }
    70% { transform: scale(1); }
    100% { transform: scale(1); }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(124, 58, 237, 0.3),
                    0 0 10px rgba(124, 58, 237, 0.2),
                    0 0 15px rgba(124, 58, 237, 0.1);
    }
    50% {
        box-shadow: 0 0 10px rgba(124, 58, 237, 0.6),
                    0 0 20px rgba(124, 58, 237, 0.4),
                    0 0 30px rgba(124, 58, 237, 0.2);
    }
    100% {
        box-shadow: 0 0 5px rgba(124, 58, 237, 0.3),
                    0 0 10px rgba(124, 58, 237, 0.2),
                    0 0 15px rgba(124, 58, 237, 0.1);
    }
}

@keyframes floating {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-3px); }
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    #floating-chat-icons {
        right: calc(var(--fab-right-mo) + env(safe-area-inset-right, 0px));
        bottom: calc(var(--fab-bottom-mo) + env(safe-area-inset-bottom, 0px));
    }

    #floating-chat-icons img {
        width: var(--fab-size-mo);
    }
}

@media (max-width: 992px) {
    #floating-chat-icons {
        right: 12px !important;
    }
}


/* === 로컬 커스텀 오버라이드 === */

/* === 케러셀(il-) 보강 : 카드 캡션 모바일 한 줄 ========================== */
.il-cap{display:block;margin-top:6px;font-size:13px;color:#6b21a8;font-weight:600;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/* === 대부업 표기 블록 =================================================== */
.il-legal{background:#f6f4ff;border-top:1px solid #e6e0fb;padding:36px 20px;}
.il-legal .il-legal-in{max-width:1080px;margin:0 auto;font-size:13.5px;line-height:1.85;color:#4b4463;}
.il-legal h2{font-size:17px;font-weight:800;color:#4c1d95;margin:0 0 12px;}
.il-legal dl{display:grid;grid-template-columns:150px 1fr;gap:6px 14px;margin:0 0 14px;}
.il-legal dt{font-weight:700;color:#3b2f66;}
.il-legal dd{margin:0;}
.il-legal .il-warn{margin-top:10px;padding:12px 14px;border-radius:10px;background:#fff;
  border:1px solid #e6e0fb;color:#7c2d12;font-weight:700;}
@media (max-width:640px){ .il-legal dl{grid-template-columns:1fr;gap:2px;} }
/* === 하위문서 본문(720px 규격) ========================================== */
.il-doc{max-width:720px;width:100%;margin:0 auto;padding:8px 16px 0;}
.il-doc h2{font-size:24px;font-weight:bold;color:#7c3aed;margin-top:24px;margin-bottom:16px;
  word-break:keep-all;}
.il-doc h3{font-size:19px;font-weight:bold;color:#3b2f66;margin-top:20px;margin-bottom:10px;}
.il-doc p{font-size:16px;line-height:1.9;color:#333;margin-top:14px;word-break:keep-all;}
.il-doc p:first-of-type{margin-top:0;}
.il-doc img{width:100%;height:auto;margin-top:40px;border-radius:12px;}
.il-doc .il-point{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);
  border-left:4px solid #7c3aed;border-radius:8px;padding:20px;margin:24px 0;}
.il-doc .il-point p{font-size:15px;line-height:1.8;color:#333;margin:0;}
.il-hl{background:linear-gradient(to bottom,transparent 60%,#ddd6fe 60%);padding:0 2px;font-weight:700;}
.il-imp{color:#c62828;font-weight:700;}
.il-back{text-align:center;margin:40px 0;}
.il-back a{display:inline-block;padding:16px 40px;background:#7c3aed;color:#fff;font-size:16px;
  font-weight:bold;border-radius:8px;text-decoration:none;}
.il-note{max-width:720px;margin:0 auto 40px;padding:0 16px;font-size:13px;line-height:1.8;color:#7a7390;}
/* === 모바일 헤더 = 로고 + 햄버거만 (헤더 CTA 숨김) ====================== */
@media (max-width:768px){
  .il-site-header .btn-header-cta{display:none!important;}
  .il-site-header .header-center{display:none!important;}
}
/* === 광고문의 섹션 텍스트 버튼(이미지 CTA 대체) ========================= */
.il-cta-btns{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:34px;}
.il-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:20px 40px;border-radius:999px;
  font-size:19px;font-weight:800;text-decoration:none;letter-spacing:-.02em;
  box-shadow:0 10px 30px rgba(46,26,92,.22);transition:transform .18s ease,box-shadow .18s ease;}
.il-cta-btn:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(46,26,92,.3);}
.il-cta-kakao{background:#FEE500;color:#1c1a17;}
.il-cta-sms{background:#ffffff;color:#4c1d95;border:2px solid #ddd6fe;}
@media (max-width:640px){
  .il-cta-btns{flex-direction:column;align-items:stretch;}
  .il-cta-btn{justify-content:center;padding:18px 22px;font-size:17px;}
}
/* === 플로팅 배너 캡션 =================================================== */
#floating-chat-icons{align-items:flex-end;}
#floating-chat-icons a{display:flex!important;flex-direction:column;align-items:center;
  height:auto!important;width:auto!important;gap:4px;}
#floating-chat-icons a img{flex:0 0 auto;}
.il-fab-cap{flex:0 0 auto;display:block;padding:3px 9px;border-radius:999px;background:rgba(46,26,92,.92);
  color:#fff;font-size:11.5px;font-weight:700;white-space:nowrap;letter-spacing:-.03em;line-height:1.5;}
/* === 모바일 햄버거 3선 간격 복원 ======================================== */
@media (max-width:768px){
  .il-site-header .btn-momenu{justify-content:space-between!important;align-items:stretch!important;
    height:1.4rem!important;width:1.9rem!important;}
  .il-site-header .ico-hamburger{width:100%!important;height:2px!important;}
}
/* === 케러셀 섹션 여백(헤더 바로 아래로 이동) ============================ */
#card-carousel{padding-top:118px;}
@media (max-width:768px){ #card-carousel{padding-top:86px;} }
/* === FAQ 본문 강조 ====================================================== */
.accordset-content .faq-highlight{background:linear-gradient(to bottom,transparent 60%,#ddd6fe 60%);
  padding:0 2px;font-weight:700;}
.accordset-content .faq-important{color:#c62828;font-weight:700;}
/* === 후기 카드(사진 없는 인용형) ======================================== */
.reviews-grid .review-card{background:#fff;border:1px solid #ece7ff;border-radius:18px;padding:30px 28px;
  box-shadow:0 10px 26px rgba(46,26,92,.07);display:flex;flex-direction:column;gap:12px;}
.reviews-grid .review-card::before{content:'“';display:block;font-size:56px;line-height:.7;color:#c4b5fd;
  font-family:Georgia,serif;}
.reviews-grid .review-card .cardset-tit{font-size:19px;font-weight:800;color:#2e1a5c;line-height:1.45;
  word-break:keep-all;margin:0;}
.reviews-grid .review-card .cardset-desc{color:#5b5478;margin:0;word-break:keep-all;}
.reviews-grid .review-writer{margin-top:6px;font-size:13.5px;font-weight:700;color:#7c3aed;}
/* === 하위페이지 H1 한 줄 ================================================ */
.il-h1-line{display:block;word-break:keep-all;}
