/* Font Declarations */
@font-face {
    font-family: 'SBAggroB';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/SANDBOX/SBAggroB.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroM';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/SANDBOX/SBAggroM.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroL';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/SANDBOX/SBAggroL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* 기본 스타일 */
:root {
    --primary-color: #9A5EFF; /* 강조 색상 (마젠타/핑크) */
    --secondary-color: #1c2d46; /* 주 텍스트 색상 (진한 파랑) */
    --text-color: #333333; /* 일반 텍스트 색상 */
    --light-bg: #f1f2f6; /* 밝은 배경색 */
    --warm-bg: #fff9e9; /* 따뜻한 배경색 */
    --card-border-radius: 30px; /* 카드 모서리 곡률 */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'SBAggroM', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

/* 모바일 터치 하이라이트 제거를 위한 추가 스타일 */
a, button, input, textarea, select {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* 공통 섹션 스타일 */
section {
    padding: 60px 20px;
    width: 100%;
}

.title-container {
    text-align: center;
    margin-bottom: 40px;
}

.sub-title {
    color: var(--primary-color);
    font-size: 30px;
    font-family: 'SBAggroM', sans-serif;

    margin-bottom: 10px;
}

.section02 .sub-title {
    color: #9A5EFF;
}

.section-title,
.benefit-bottom {
    font-size: 24px;
}

.section-title {
    color: var(--secondary-color);
    font-size: 44px;
    font-family: 'SBAggroM', sans-serif;

    margin-bottom: 20px;
    line-height: 1.4;
}

.section02 .section-title {
    color: #FFFFFF;
}

.description, .note {
    font-size: 30px;
    color: var(--text-color);
    font-family: 'SBAggroL', sans-serif;
    margin-top: 20px;
}

.section02 .description {
    color: #FFFFFF;
}

/* 섹션 1: 헤더 */
.section01 {
    height: 963px;
    width: 100vw;
    min-width: 360px;
    padding: 0;
    overflow: hidden;
    background-color: #FFF6DF;
    position: relative;
    background-image: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_the_rabbit/pc/section01_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.bg .rectangle {
    display: none;
}

.section01-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.content {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.location-tag {
    display: inline-block;
    background-color: #F933C6;
    color: #fff;
    padding: 10px 30px 5px;
    border-radius: 40px;
    font-size: 30px;
    font-family: 'SBAggroM', sans-serif;

    margin-bottom: 30px;
    margin-top: 0;
}

.main-title {
    font-size: 54px;
    line-height: 1.35;
    margin: 30px 0 0 0;
    font-family: 'SBAggroB', sans-serif;

}

.main-title-mj {
    color: #9A5EFF;
    font-family: 'SBAggroB', sans-serif;

}

.main-title-pink {
    color: #F933C6;
    font-family: 'SBAggroB', sans-serif;

}

.main-title-dark {
    color: #FFFFFF;
    font-family: 'SBAggroB', sans-serif;

}

.main-character {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 0;
    width: 340px;
    max-width: 90vw;
    height: auto;
}

.main-brand-box {
    position: absolute;
    left: 50%;
    top: 600px;
    transform: translateX(-50%);
    background: #fff;
    border: 5px solid #222;
    border-radius: 24px;
    padding: 18px 38px 10px 38px;
    min-width: 340px;
    text-align: center;
    z-index: 4;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.brand-title {
    font-size: 32px;
    color: #DE2D8C;
    font-family: 'SBAggroM', sans-serif;

    margin-bottom: 8px;
}
.brand-naver {
    font-size: 18px;
    color: #222;
    background: #F6F6F6;
    border-radius: 16px;
    padding: 6px 18px;
    display: inline-block;
    font-family: 'SBAggroM', sans-serif;

}
.naver-icon {
    display: inline-block;
    background: #2DB400;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;

    margin-right: 6px;
    vertical-align: middle;
}

.floating-buttons {
    position: fixed;
    right: 40px;
    bottom: 140px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 1000;
}
.btn-kakao, .btn-call {
    width: 90px;
    height: 90px;
    padding: 0;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-kakao {
    background: #FFE000;
    border: 3px solid #fff;
}
.btn-call {
    background: #7DD6E8;
    border: 3px solid #fff;
}
.btn-kakao .btn-icon {
    background-image: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_the_rabbit/pc/btn_kakao_ch.png');
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-call .btn-icon {
    background-image: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_the_rabbit/pc/btn_call.png');
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 태블릿: 768px ~ 1279px */
@media (max-width: 1279px) and (min-width: 768px) {
    .section01 {
        height: 892px;
    }
    .main-title {
        font-size: 44px;
    }
    .btn-kakao, .btn-call {
        width: 70px;
        height: 70px;
    }
    .main-character {
        width: 340px;
        max-width: 90vw;
        height: auto;
    }
    .cards {
        flex-direction: row;
        gap: 20px;
    }
    .card {
        width: 240px;
        min-height: 260px;
        padding: 32px 16px 24px 16px;
    }
    .card-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .card-image, .card-image img {
        width: 140px;
        height: 136px;
    }
}

/* 모바일: 361px ~ 767px */
@media (max-width: 767px) and (min-width: 361px) {
    .section01 {
        height: 594px;
    }
    .main-title {
        font-size: 40.5px;
    }
    .btn-kakao, .btn-call {
        width: 56px;
        height: 56px;
    }
    .main-character {
        margin-top: 10px;
        width: 260px;
        max-width: 80vw;
        height: auto;
    }
    .location-tag {
        margin-bottom: 10px;
        font-size: 16px;
        padding: 4px 10px 2px;
    }
    .main-title {
        margin: 12px 0 0 0;
    }
    .floating-buttons {
        gap: 6px;
        right: 20px;
        bottom: 100px;
    }
}

/* 아주 작은 모바일: 360px 이하 */
@media (max-width: 360px) {
    .section01 {
        height: 594px;
    }
    .main-title {
        font-size: 32px;
    }
    .btn-kakao, .btn-call {
        width: 44px;
        height: 44px;
    }
    .main-character {
        width: 234px;
        height: auto;
        margin-top: 8px;
    }
    .location-tag {
        margin-bottom: 6px;
        font-size: 14px;
        padding: 1px 8px;
    }
    .main-title {
        margin: 8px 0 0 0;
    }
    .floating-buttons {
      gap: 4px;
      right: 20px;
      bottom: 100px;
  }
}

/* 섹션 2: 혜희 소개 */
.section02 {
    background-color: #1D1F33;
    padding: 100px 0;
}
.section02 .cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
}
.section02 .card {
    background: #1D1F33;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    aspect-ratio: 1;
    text-align: center;
}
.section02 #seoul-card { background: #1D1F33; }
.section02 #gyeonggi-card { background: #1D1F33; }
.section02 #hanam-card { background: #1D1F33; }
.section02 .card-title {
    font-size: 36px;
    font-family: 'SBAggroM', sans-serif;
    color: #222;
    margin-bottom: 32px;
}
.section02 .card-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.section02 .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1;
    border-radius: 32px;
}

@media (max-width: 1279px) and (min-width: 768px) {
    .section02 .cards {
        flex-direction: row;
        gap: 20px;
    }
    .section02 .card {
        width: 300px;
        aspect-ratio: 1;
        padding: 0;
    }
    .section02 .card-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .section02 .card-image, .section02 .card-image img {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .section02 .cards {
        flex-direction: column;
        gap: 24px;
        max-width: 100vw;
        justify-content: center;
        align-items: center;
    }
    .section02 .card {
        width: 90vw;
        aspect-ratio: 1;
        padding: 0;
    }
    .section02 .card-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .section02 .card-image, .section02 .card-image img {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 360px) {
    .section02 .card-image, .section02 .card-image img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1280px) {
    .section02 .cards {
        max-width: 1280px;
        gap: 25px;
    }
    .section02 .card {
        width: 410px;
        height: 410px;
    }
}

/* 섹션 3: 라이더 전용 혜희 */
.section03 {
    background: #F5F6FA;
    padding: 100px 0;
}
.section03 .title-container {
    text-align: center;
    margin-bottom: 48px;
}
.benefit-hash {
    color: #9A5EFF;
    font-size: 30px;
    font-family: 'SBAggroM', sans-serif;
    margin-bottom: 12px;
}
.benefit-main {
    color: #222E3A;
    font-size: 38px;
    font-family: 'SBAggroM', sans-serif;
    margin-bottom: 0;
}
.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 1100px;
    margin: 0 auto 40px auto;
}
.benefit-card {
    background: #fff;
    border-radius: 20px;
    padding: 80px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.benefit-label {
    color: #9A5EFF;
    font-size: 30px;
    font-family: 'SBAggroM', sans-serif;
    margin-bottom: 16px;
}
.benefit-row {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    justify-content: flex-start;
}
.benefit-cond {
    color: #222E3A;
    font-size: 28px;
    font-family: 'SBAggroM', sans-serif;

}
.benefit-arrow {
    font-size: 32px;
    color: #1C2D46;
    font-family: 'SBAggroM', sans-serif;
    margin: 0 8px;
}
.benefit-value {
    color: #9A5EFF;
    font-size: 28px;
    font-family: 'SBAggroM', sans-serif;

}
.benefit-bottom {
    text-align: center;
    font-size: 24px;
    color: #222E3A;
    font-family: 'SBAggroM', sans-serif;
    margin-top: 32px;
}
.benefit-bottom-em {
    color: #DE2D8C;
    font-family: 'SBAggroM', sans-serif;
}
/* 모바일 반응형 */
@media (max-width: 767px) {
    .section03 {
        padding: 50px 0;
    }
    .section03 .title-container {
        margin-bottom: 24px;
    }
    .benefit-hash {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .benefit-main {
        font-size: 22px;
    }
    .benefit-list {
        padding-left: 20px;
        padding-right: 20px;
        gap: 16px;
        max-width: 98vw;
        margin-bottom: 24px;
    }
    .benefit-card {
        padding: 40px !important;
        padding-left: 12px;
        padding-right: 12px;
    }
    .benefit-label {
        font-size: 16px;
    }
    .benefit-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .benefit-cond,
    .mobile-arrow,
    .benefit-value {
        font-size: 24px;
    }
    .section-title {
        font-family: 'SBAggroM', sans-serif;
        font-size: 24px;

    }
    .sub-title {
        font-family: 'SBAggroM', sans-serif;
        font-size: 16px;

    }
    .description {
        font-family: 'SBAggroL', sans-serif;
        font-size: 16px;
   
    }
    .pc-arrow { display: none; }
    .mobile-arrow { display: inline; }
}
@media (min-width: 768px) {
    .pc-arrow { display: inline; }
    .mobile-arrow { display: none; }
    .benefit-list {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (min-width: 1280px) {
    .section03 .benefit-list {
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0;
    }
    .section03 .benefit-card {
        width: 100%;
        padding: 60px 32px 60px 32px;
    }
    .section03 .benefit-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }
    .section03 .benefit-cond {
        flex: 1;
        text-align: left;
        font-size: 50px;
    }
    .section03 .benefit-arrow {
        flex: 0 0 60px;
        text-align: center;
    }
    .section03 .pc-arrow {
        font-size: 40px;
    }
    .section03 .benefit-value {
        flex: 1;
        text-align: right;
        font-size: 50px;
    }
    .section03 .benefit-bottom {
        font-size: 50px;
    }
    .section02 .card {
        width: 410px;
        height: 410px;
    }
}

@media (max-width: 360px) {
    .section03 .benefit-label {
        font-size: 16px;
    }
    .section03 .benefit-cond,
    .section03 .benefit-arrow,
    .section03 .benefit-value {
        font-size: 24px;
    }
}
@media (min-width: 361px) and (max-width: 767px) {
    .section03 .benefit-label {
        font-size: 16px;
    }
    .section03 .benefit-cond,
    .section03 .benefit-arrow,
    .section03 .benefit-value {
        font-size: 24px;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .section03 .benefit-label {
        font-size: 30px;
    }
    .section03 .benefit-cond,
    .section03 .benefit-arrow,
    .section03 .benefit-value {
        font-size: 36px;
    }
}
@media (min-width: 1280px) {
    .section03 .benefit-label {
        font-size: 41px;
    }
    .section03 .benefit-cond,
    .section03 .benefit-arrow,
    .section03 .benefit-value {
        font-size: 50px;
    }
}

/* 섹션 4: 근무 조건 (리디자인) */
.section04 {
    background: #fff;
    padding: 100px 0;
}
.section04 .title-container {
    text-align: center;
    margin-bottom: 48px;
}
.condition-hash {
    color: #9A5EFF;
    font-size: 30px;
    font-family: 'SBAggroM', sans-serif;
    margin-bottom: 8px;
}
.condition-main {
    color: #1C2D46;
    font-size: 38px;
    font-family: 'SBAggroM', sans-serif;
    margin-bottom: 0;
}
.condition-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto 0 auto;
    padding: 0 24px;
}
.condition-card {
    background: #F1F2F6;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 40px 24px 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 180px;
    position: relative;
}
.condition-card:last-child {
    grid-column: 1 / 3;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.condition-icon {
    width: 70px;
    height: 70px;
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_the_rabbit/pc/section04_icon01.png') no-repeat center/contain;
    margin-bottom: 18px;
}
.condition-title {
    color: #1C2D46;
    font-size: 22px;
    font-family: 'SBAggroM', sans-serif;    
    margin-bottom: 12px;
    line-height: 1.4;
}
.condition-desc {
    color: #6B7280;
    font-size: 16px;
    font-family: 'SBAggroL', sans-serif;
    line-height: 1.5;
}
.condition-bottom {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    color: #1C2D46;
    font-family: 'SBAggroL', sans-serif;
    font-size: 16px;
}
.condition-bottom-title {
    font-size: 24px;
    font-family: 'SBAggroM', sans-serif;
    margin: 32px 0 12px 0;
}
.condition-bottom-desc {
    color: #6B7280;
    font-size: 14px;
    font-family: 'SBAggroL', sans-serif;
    line-height: 1.5;
    margin-bottom: 16px;
}
.condition-bottom-icon {
    display: inline-block;
    vertical-align: middle;
    /* width, height, margin will be set responsively below */
}
.condition-bottom-emergency {
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_the_rabbit/pc/section04_icon02.png') no-repeat center/contain;
}
.condition-bottom-moon {
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_the_rabbit/pc/section04_icon03.png') no-repeat center/contain;
}
@media (max-width: 1279px) and (min-width: 768px) {
    .condition-list {
        gap: 24px;
        padding: 0 16px;
    }
    .condition-card {
        padding: 32px 16px 24px 16px;
    }
    .condition-card:last-child {
        min-height: 160px;
    }
}
@media (max-width: 767px) {
    .section04 {
        padding: 50px 0;
    }
    .condition-list {
        padding-left: 20px;
        padding-right: 20px;
        grid-template-columns: 1fr;
    }
    .condition-card {
        padding: 30px 15px !important;
        min-height: 120px;
    }
    .condition-card:last-child {
        grid-column: auto;
        min-height: 120px;
    }
    .condition-title {
        font-size: 20px;
    }
    .condition-desc {
        font-size: 14px;
    }
    .condition-bottom {
        font-size: 13px;
    }
    .condition-bottom-title {
        font-size: 24px;
        margin: 18px 0 8px 0;
    }
    .condition-bottom-desc {
        font-size: 14px;
    }
    .condition-bottom-icon {
        width: 40px !important;
        height: 40px !important;
        margin: 40px 0 4px 0;
    }
    .condition-icon {
        width: 40px !important;
        height: 40px !important;
    }
}

/* 섹션 5: 라이더 후기 (리디자인) */
.section05 {
  position: relative;
  background: #01000D;
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}
.section05::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  /* background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_the_rabbit/pc/section05_bg.png') center/cover no-repeat; */

  z-index: 0;
}
.section05-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section05-title-group {
  text-align: center;
  margin-bottom: 80px;
}
.section05-hash { color: #9A5EFF; font-size: 16px; font-family: 'SBAggroM', sans-serif; margin-bottom: 18px; }
@media (min-width: 768px) and (max-width: 1279px) {
  .section05-hash { font-size: 24px; }
}
@media (min-width: 1280px) {
  .section05-hash { font-size: 30px; }
}
.section05-title {
  color: #fff;
  font-size: 24px;
  font-family: 'SBAggroM', sans-serif;
  line-height: 1.3;
}
.section05-quotes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  align-items: center;
}
.section05-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  font-family: 'SBAggroM', sans-serif;
  position: relative;
  width: 100%;
  max-width: 1280px;
}
.section05-quote-mark {
  font-size: 70px;
  color: #C26AB6;
  font-family: 'SBAggroL', sans-serif;
  opacity: 0.7;
  vertical-align: top;
  align-self: flex-start;
  padding-top: 50px;
  line-height: 0.5;
}
@media (min-width: 768px) {
  .section05-quote-mark { font-size: 100px; line-height: 0.9; }
}
.section05-quote-mark.right {
  align-self: flex-start;
}
.section05-quote-text {
  background: none;
  border-radius: 8px;
  padding: 8px 18px;
  margin: 0 18px;
  font-size: 20px;
  font-family: 'SBAggroL', sans-serif;
  line-height: 1.6;
  box-shadow: none;
  text-align: center;
}
.section05-quote-text .highlight {
  background: linear-gradient(to bottom, transparent 15%, #C26AB6 50%);
  display: inline-block;
  box-decoration-break: clone;
  padding: 0 8px;
  /* margin: 0 8px; */
  /* box-shadow: 0 12px 0 0 #fff; */
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section05-quote-text { font-size: 36px; }
}
@media (min-width: 1280px) {
  .section05-quote-text { font-size: 40px; }
}
@media (max-width: 767px) and (min-width: 361px) {
  .section05-quotes { gap: 40px; }
  .section05-title-group { margin-bottom: 40px; }
}
@media (max-width: 360px) {
  .section05-quotes { gap: 4px; }
  .section05-title-group { margin-bottom: 40px; }
}

/* 섹션 6: 배달 지역 */
.section06 {
    background-color: white;
    padding: 100px 0;
}

.map-gallery {
    max-width: 904px;
    margin: 0 auto 60px;
}

.map-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}

.map-item {
    scroll-snap-align: center;
    min-width: 100%;
    position: relative;
    border-radius: var(--card-border-radius);
    overflow: hidden;
}

.magnify-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://via.placeholder.com/30x30');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.prev-button, .next-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cacaca;
    background-color: white;
    cursor: pointer;
}

.page-indicator {
    font-size: 20px;
}

/* 섹션 6 Swiper 영역 */
.section06 .swiper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.section06 .swiper-wrapper {
  align-items: center;
}
.section06 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 900px;
  transition: transform 0.3s;
  background: none;
}
.section06 .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  background: #fff;
  display: block;
}
@media (max-width: 360px) {
  .section06 .swiper-slide {
    width: 75vw;
  }
}
@media (min-width: 768px) {
  .section06 .swiper-slide {
    width: 65vw;
  }
}
@media (min-width: 1280px) {
  .section06 .swiper-slide {
    width: 40vw;
    max-width: 700px;
  }
}

.section06 .custom-swiper-controls {
  max-width: 900px;
  width: 100%;
  margin: 32px auto 32px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 32px;
  gap: 40px;
  padding: 0 20px;
}

/* Swiper 버튼 완전 커스텀 스타일 */
.section06 .swiper-button-prev,
.section06 .swiper-button-next {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1.5px solid #cacaca !important;
  color: #6d6d6d !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s, border 0.2s !important;
  padding: 0 !important;
  outline: none !important;
  z-index: 10 !important;
  flex-shrink: 0 !important;
}

.section06 .swiper-button-prev::after,
.section06 .swiper-button-next::after {
  display: none !important;
}

.section06 .swiper-button-prev::before,
.section06 .swiper-button-next::before {
  font-family: inherit !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 20px !important;
  display: inline-block !important;
  line-height: 1 !important;
}

.section06 .swiper-button-prev::before {
  content: '\2190' !important;
}

.section06 .swiper-button-next::before {
  content: '\2192' !important;
}

.section06 .swiper-button-prev:hover,
.section06 .swiper-button-next:hover {
  border-color: #222 !important;
  color: #222 !important;
  background: #f5f5f5 !important;
}

/* 커스텀 페이지네이션 스타일 */
.baemin-pagination,
.coupang-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 20px !important;
  margin: 0 !important;
  font-family: 'SBAggroM', sans-serif !important;
  flex-shrink: 0 !important;
}

.current-page {
  color: #222;
  font-size: 20px;
}

.total-page {
  color: #bbb;
  font-size: 20px;
  margin-left: 2px;
}

/* 모바일 환경에서의 레이아웃 조정 */
@media (max-width: 767px) {
  .section06 .custom-swiper-controls {    
    justify-content: space-between !important;
    margin: 30px 30px 30px 30px !important;    

    width: auto !important;
    padding: 0 10px;
    gap: 0px !important;
  }
  
  .section06 .swiper-button-prev,
  .section06 .swiper-button-next {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }
  
  .section06 .swiper-button-prev::before,
  .section06 .swiper-button-next::before {
    font-size: 16px !important;
  }
  
  .baemin-pagination,
  .coupang-pagination {
    height: 28px !important;
    line-height: 28px !important;
    font-size: 16px !important;
    position: static !important;
  }
  
  .current-page,
  .total-page {
    font-size: 16px;
  }
}

/* 작은 모바일에서 더 좁게 */
@media (max-width: 360px) {
  .section06 .custom-swiper-controls {
    padding: 0 5px;
  }
}

/* 섹션 7: 연락처/문의 */
.section07 {
  background: #F5E7FA;
  padding: 100px 0 40px 0;
  text-align: center;
}
.section07-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}
.section07-title-group {
  margin-bottom: 40px;
}
.section07-title-img {
  max-width: 420px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section07-title-img2 {
  max-width: 480px;
  width: 100%;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section07-desc {
  font-size: 18px;
  color: #222;
  margin-bottom: 24px;
  font-family: 'SBAggroL', sans-serif;
}
.section07-contact-img {
  max-width: 420px;
  width: 100%;
  /* margin-bottom: 24px; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.section07-contact-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  padding: 48px 24px;
  margin: 0 auto 40px auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section07-contact-card hr {
  border: none;
  border-top: 1.5px solid #eee;
  margin: 32px 0;
  width: 80%;
}
.section07-contact-item {
  margin-bottom: 32px;
}
.section07-contact-label {
  font-size: 28px;
  color: #1c2d46;
  font-family: 'SBAggroM', sans-serif;
  margin-bottom: 10px;
}
.section07-contact-number {
  font-size: 44px;
  color: #9A5EFF;
  font-family: 'SBAggroB', sans-serif;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #de2d8c22;
}
.section07-bottom {
  margin-top: 32px;
}
.section07-bottom-main {
  color: #9A5EFF;
  font-size: 32px;
  font-family: 'SBAggroM', sans-serif;

}
.section07-bottom-desc {
  color: #1c2d46;
  font-size: 32px;
  font-family: 'SBAggroM', sans-serif;
}
@media (max-width: 767px) {
  .section07 {
    padding: 50px 0 20px 0;
  }
  .section07-title-img,
  .section07-title-img2 {
    max-width: 90vw;
    font-size: 18px;
  }
  .section07-contact-card {
    padding: 24px 8px;
    max-width: 98vw;
  }
  .section07-contact-card hr {
    margin: 16px 0;
    width: 95%;
  }
  .section07-contact-label {
    font-size: 18px;
  }
  .section07-contact-number {
    font-size: 28px;
  }
  .section07-bottom-main,
  .section07-bottom-desc {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section07-bottom-main,
  .section07-bottom-desc {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .section07-bottom-main,
  .section07-bottom-desc {
    font-size: 50px;
  }
}

/* 섹션 8: 지원 양식 */
.section08 {
    background-color: var(--light-bg);
    padding-bottom: 120px; /* 플로팅 폼 공간 확보 */
    /* margin-bottom: 100px; */
}

.apply-title {
    font-size: 42px;
    color: var(--secondary-color);
    text-align: center;
    line-height: 1.3;
    margin-bottom: 60px;
    font-family: 'SBAggroB', sans-serif;

}

.application-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 15px;
}

.section08 label {
  display: block;
  font-size: 16px;
  font-family: 'SBAggroL', sans-serif;
  margin-bottom: 10px;
}
.section08 .application-form input,
.section08 .application-form select {
  width: 100%;
  padding: 15px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'SBAggroL', sans-serif;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  margin-bottom: 0;
  transition: border-color 0.2s;
}
.section08 .application-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px 20px;
  padding-right: 40px;
}
.section08 .application-form input:focus,
.section08 .application-form select:focus {
  border-color: var(--primary-color);
  outline: none;
}
.section08 .application-form select:disabled {
  background: #f5f5f5;
  color: #aaa;
  cursor: not-allowed;
}
.section08 .application-form .form-group {
  position: relative;
}
.section08 .application-form .checkbox-item label {
  font-family: 'SBAggroL', sans-serif;
  font-size: 16px;
}

.checkbox-group {
    margin: 10px 0;

}

.checkbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox-row {
    display: flex;
    flex-direction: column;
}

.checkbox-item input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.checkbox-item label {
    display: inline;
    margin-bottom: 0;
}

.checkbox-item a {
    /* color: var(--primary-color); */
    margin-left: 5px;
}

.submit-button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 22px;
    font-family: 'SBAggroM', sans-serif;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

/* 플로팅 신청 폼 */
.floating-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #484139;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    z-index: 100;
}

.floating-form .form-group {
    margin-bottom: 10px;
    flex: 1 1 100%;
    display: flex;
    align-items: center;
}

.floating-form label {
    color: white;
    min-width: 100px;
    margin-bottom: 0;
    margin-right: 10px;
}

.floating-form input {
    flex: 1;
}

.floating-button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 20px;
    font-family: 'SBAggroM', sans-serif;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}

.floating-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.floating-checkboxes .checkbox-item {
    color: white;
    margin-bottom: 0;
}

.floating-checkboxes a {
    color: #909090;
}

/* 태블릿 스타일 (768px 이상) */
@media (min-width: 768px) {
    .section-title {
        font-size: 50px;
    }

    .main-title {
        font-size: 70px;
    }
    
    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .card:first-child {
        grid-column: 1 / -1;
    }
    
    .benefit-boxes {
        gap: 35px;
    }
    
    .condition-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section08 .checkbox-row {
        flex-direction: row;
        gap: 20px;
    }

   .checkbox-row {
      flex-direction: row;
   }
    
    .floating-form {
        flex-wrap: nowrap;
        align-items: center;
    }
    
    .floating-form .form-group {
        flex: 0 1 auto;
        margin-bottom: 0;
    }
    
    .floating-button {
        flex: 0 0 auto;
        width: auto;
        margin-top: 0;
    }
    
    .floating-checkboxes {
        margin-top: 0;
        flex: 1;
        justify-content: flex-start;
    }
}

/* 데스크톱 스타일 (1024px 이상) */
@media (min-width: 1024px) {
    .section-title {
        font-size: 60px;
    }

    .main-title {
        font-size: 80px;
    }
    
    .cards {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .card:first-child {
        grid-column: auto;
    }
    
    .benefit-content {
        flex-wrap: nowrap;
    }
    
    .condition-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .testimonials {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .testimonial {
        flex: 0 0 calc(50% - 15px);
    }
    
    .map-slider {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        overflow-x: visible;
    }
    
    .map-item {
        min-width: auto;
    }
}

/* 대형 데스크톱 스타일 (1200px 이상) */
@media (min-width: 1200px) {
    .section01 {
        height: 963px;
    }
    
    .section-title {
        font-size: 70px;
    }
    
    .testimonial {
        flex: 0 0 calc(33.333% - 20px);
    }
}

.btn-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    display: block;
}

@media (max-width: 1279px) and (min-width: 768px) {
    .cards {
        gap: 20px;
    }
    .card {
        width: 240px;
        min-height: 260px;
        padding: 32px 16px 24px 16px;
    }
    .card-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .card-image, .card-image img {
        width: 140px;
        height: 136px;
    }
}
@media (max-width: 767px) {
    .cards {
        flex-direction: column;
        gap: 24px;
        max-width: 100vw;
    }
    .card {
        width: 90vw;
        min-width: 0;
        min-height: 180px;
        padding: 24px 8px 16px 8px;
    }
    .card-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .card-image, .card-image img {
        width: 90px;
        height: 90px;
    }
    .section-title {
        font-family: 'SBAggroM', sans-serif;
        font-size: 24px;

    }
    .sub-title {
        font-family: 'SBAggroM', sans-serif;
        font-size: 16px;

    }
    .description {
        font-family: 'SBAggroL', sans-serif;
        font-size: 16px;
   
    }
}

/* section-title, benefit-bottom 폰트 크기 반응형 */
@media (min-width: 768px) and (max-width: 1279px) {
    .section-title,
    .benefit-bottom {
        font-size: 36px;
    }
}
@media (min-width: 1280px) {
    .section-title,
    .benefit-bottom {
        font-size: 50px;
    }
}

@media (min-width: 1280px) {
    .condition-list {
        max-width: 1280px;
    }
}

/* Small/mobile: 361px~767px */
@media (max-width: 767px) {
    .condition-title {
        font-size: 20px;
    }
    .condition-desc {
        font-size: 14px;
    }
}
/* Tablet: 768px~1279px */
@media (min-width: 768px) and (max-width: 1279px) {
    .condition-title {
        font-size: 34px;
    }
    .condition-desc {
        font-size: 22px;
    }
}
/* PC: 1280px 이상 */
@media (min-width: 1280px) {
    .condition-title {
        font-size: 40px;
    }
    .condition-desc {
        font-size: 24px;
    }
}

/* Small/mobile: 361px~767px */
@media (max-width: 767px) {
    .condition-card {
        padding: 30px 15px !important;
    }
}
/* Tablet: 768px~1279px */
@media (min-width: 768px) and (max-width: 1279px) {
    .condition-card {
        padding: 40px 20px !important;
    }
}
/* PC: 1280px 이상 */
@media (min-width: 1280px) {
    .condition-card {
        padding: 50px 25px !important;
    }
}

/* 기본값 */
.condition-hash {
    font-size: 30px;
}
@media (max-width: 767px) {
    .condition-hash {
        font-size: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .condition-hash {
        font-size: 30px;
    }
}
@media (min-width: 1280px) {
    .condition-hash {
        font-size: 41px;
    }
}

.pc-br { display: block; height: 0; }
@media (max-width: 767px) {
  .pc-br { display: none; }
}
.mobile-br { display: none; }
@media (max-width: 767px) {
  .mobile-br { display: block; height: 0; }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .condition-bottom-title {
        font-size: 34px !important;
    }
    .condition-bottom-desc {
        font-size: 22px !important;
    }
}
@media (min-width: 1280px) {
    .condition-bottom-title {
        font-size: 50px !important;
    }
    .condition-bottom-desc {
        font-size: 30px !important;
    }
}

@media (min-width: 768px) {
  .condition-bottom-icon {
    width: 70px !important;
    height: 70px !important;
    margin: 60px 0 8px 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .section05-title { font-size: 36px; }
}
@media (min-width: 1280px) {
  .section05-title { font-size: 50px; }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .section05,
  .section06,
  .section07 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section05,
  .section06,
  .section07 {
    padding: 50px 0;
  }
}

.section02,
.section03,
.section04,
.section05,
.section07,
.section08 {
  padding: 100px 0;
}

.section06 {
    padding-top: 100px;
    padding-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .section02,
  .section03,
  .section04,
  .section05,
  .section06,
  .section07,
  .section08 {
    padding: 80px 0;
  }
  .section06 {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section02,
  .section03,
  .section04,
  .section05,
 
  .section07,
  .section08 {
    padding: 50px 0;
  }
  .section06 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

/* 커스텀 페이지네이션 스타일 */
.baemin-pagination,
.coupang-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  margin: 0 30px;
  font-family: 'SBAggroM', sans-serif;
}

.current-page {
  color: #222;
  font-size: 20px;
}

.total-page {
  color: #bbb;
  font-size: 20px;
  margin-left: 2px;
}

/* 슬라이더 컨트롤 간격 조정 */
.section06 .custom-swiper-controls {
  max-width: 900px;
  width: auto;
  margin: 60px auto 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 32px;
  gap: 200px;
}

/* 모바일 환경에서의 페이지네이션 조정 */
@media (max-width: 767px) {
.section06 .custom-swiper-controls {
  margin: 30px auto 30px auto;
}
  .baemin-pagination,
  .coupang-pagination {
    font-size: 16px;
    margin: 0 20px;
    height: 28px;
    line-height: 28px;
  }
  
  .current-page,
  .total-page {
    font-size: 16px;
  }
  
  .section06 .swiper-button-prev,
  .section06 .swiper-button-next {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
 
  }
  
  .section06 .swiper-button-prev::before,
  .section06 .swiper-button-next::before {
    font-size: 16px !important;
  }
}

/* 섹션 8 체크박스 커스텀 스타일 우선 적용 */
.section08 .application-form .checkbox-item input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #c5c5c5 !important;
  border-radius: 4px !important;
  background: #fff !important;
  margin-right: 8px !important;
  vertical-align: middle !important;
  position: relative !important;
  cursor: pointer !important;
  transition: border-color 0.2s, background 0.2s !important;
  display: inline-block !important;
  padding: 10px !important;
}
.section08 .application-form .checkbox-item input[type="checkbox"]:hover,
.section08 .application-form .checkbox-item input[type="checkbox"]:focus {
  border-color: var(--primary-color) !important;
}
.section08 .application-form .checkbox-item input[type="checkbox"]:checked {
  border-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
}
.section08 .application-form .checkbox-item input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  display: block;
  pointer-events: none;
}
.section08 .application-form .checkbox-item label {
  display: inline;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'SBAggroL', sans-serif;
}
.section08 .application-form .checkbox-item a {
  margin-left: 5px;
}
.section08 .application-form .submit-button {
  background-color: var(--primary-color);
  color: white;
  border: none;
  width: 100%;
  padding: 15px;
  font-size: 22px;
  font-family: 'SBAggroM', sans-serif;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
}

/* 모바일 (최우선) */
@media (max-width: 767px) {
  .section08 .application-form {
    max-width: 98vw;
    padding: 0 4vw;

  }
  .section08 .application-form input,
  .section08 .application-form select {
    font-size: 16px;
    padding: 10px;
  }
  .section08 label,
  .section08 .application-form .checkbox-item label {
    font-size: 14px;
  }
  .section08 .application-form .checkbox-item input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    margin-right: 6px !important;
    padding: 1 !important;
  }
  .section08 .application-form .checkbox-item input[type="checkbox"]:checked::after {
    width: 4px;
    height: 8px;
    border-width: 0 1.5px 1.5px 0;
  }
  .section08 .application-form .form-group {
    margin-bottom: 10px;
  }
  .section08 .submit-button {
    font-size: 16px;
    padding: 12px;
    margin-top: 12px;
  }
  .checkbox-item {
    margin-bottom: 5px;
}
}

.floating-text-pink {
  color: #FFDE00;
  font-weight: 700;
}
.floating-form-wrapper {
  width: 100%;
  background: #2C1C88;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  min-height: 80px;
  box-shadow: 0 -2px 16px rgba(0,0,0,0.08);
}
.floating-content {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 40px;
}
.floating-icon {
  width: 85px;
  height: 60px;
  display: block;
}
@media (max-width: 1279px) and (min-width: 768px) {
  .floating-icon {
    width: 71px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .floating-icon {
    width: 37px;
    height: 26px;
  }
}
.floating-text {
  color: #fff;
  font-size: 36px;
  font-family: 'SBAggroM', sans-serif;
  line-height: 1.2;
}
@media (max-width: 1279px) and (min-width: 768px) {
  .floating-text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .floating-text {
    font-size: 15px;
  }
}
.floating-button {
  background: #9A5EFF;
  color: #fff;
  font-size: 24px;
  font-family: 'SBAggroB', sans-serif;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
  width: auto;
  min-width: 10px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap !important;
}
.floating-button .arrow {
  font-size: 28px;
  margin-left: 4px;
}
.floating-button:hover {
  background: #9A5EFF;
}
@media (max-width: 1279px) {
  .floating-content { padding: 12px 16px; }
  .floating-button { font-size: 16px; padding: 10px 24px; }
  .floating-button .arrow { font-size: 18px; }
}
@media (max-width: 767px) {
  .floating-content { gap: 8px; padding: 8px 8px; }
  .floating-button { font-size: 12px; padding: 5px 30px; border-radius: 24px;}

  .floating-button .arrow { font-size: 12px; }
}

.floating-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .floating-inner {
    /* padding: 0 8px; */
  }

}

/* PC (1280px 이상) */
@media (min-width: 1280px) {
  .floating-button {
    font-size: 24px;
    padding: 16px 40px 10px;
    border-radius: 40px;
    min-height: 60px;
    white-space: nowrap !important;
  }
  .floating-button .arrow {
    font-size: 28px;
  }
}

/* 태블릿 (768px ~ 1279px) */
@media (min-width: 768px) and (max-width: 1279px) {
  .floating-button {
    font-size: 18px;
    padding: 12px 28px 6px;
    border-radius: 32px;
    min-height: 44px;
    white-space: nowrap !important;
  }
  .floating-button .arrow {
    font-size: 20px;
  }
}

/* 일반 모바일 (361px ~ 767px) */
@media (max-width: 767px) and (min-width: 361px) {
  .floating-button {
    font-size: 14px;
    padding: 8px 18px 4px;
    border-radius: 20px;
    min-height: 32px;
    white-space: nowrap !important;
  }
  .floating-button .arrow {
    font-size: 14px;
  }
}

/* 아주 작은 모바일 (360px 이하) */
@media (max-width: 360px) {
  .floating-button {
    font-size: 12px;
    padding: 6px 10px 3px;
    border-radius: 14px;
    min-height: 24px;
    white-space: nowrap !important;
  }
  .floating-button .arrow {
    font-size: 12px;
  }
}

/* ===== 플로팅 모달 팝업 전용 ===== */
.floating-modal-overlay {
  position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.45);
  z-index: 2000;
  display: flex; align-items: center; justify-content: center;
}
.floating-modal-popup {
  background: #fff;
  border-radius: 18px;
  max-width: 524px;
  width: 90vw;
  padding: 36px 24px 24px 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  position: relative;
  animation: modalPopIn 0.2s;
}
@keyframes modalPopIn {
  0% { transform: scale(0.9); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.floating-modal-close {
  position: absolute; right: 18px; top: 18px;
  background: none; border: none; font-size: 32px; color: #222; cursor: pointer;
  z-index: 10;
}
.floating-modal-title {
  text-align: center;
  font-size: 26px;
  font-family: 'SBAggroM', sans-serif;
  color: #222;
  margin-bottom: 24px;
  line-height: 1.4;
}

/* ===== 플로팅 모달 폼 내부 스타일 (섹션8 참고, 오버라이드) ===== */
.floating-modal-form .form-group {
  margin-bottom: 15px;
}
.floating-modal-form label {
  display: block;
  font-size: 16px;
  font-family: 'SBAggroL', sans-serif;
  margin-bottom: 10px;
}
.floating-modal-form input,
.floating-modal-form select {
  width: 100%;
  padding: 15px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'SBAggroL', sans-serif;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  margin-bottom: 0;
  transition: border-color 0.2s;
}
.floating-modal-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px 20px;
  padding-right: 40px;
}
.floating-modal-form input:focus,
.floating-modal-form select:focus {
  border-color: var(--primary-color);
  outline: none;
}
.floating-modal-form select:disabled {
  background: #f5f5f5;
  color: #aaa;
  cursor: not-allowed;
}
.floating-modal-form .checkbox-group {
  margin: 10px 0;
}
.floating-modal-form .checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.floating-modal-form .checkbox-row {
  display: flex;
  flex-direction: column;
}
.floating-modal-form .checkbox-item input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #c5c5c5 !important;
  border-radius: 4px !important;
  background: #fff !important;
  margin-right: 8px !important;
  vertical-align: middle !important;
  position: relative !important;
  cursor: pointer !important;
  transition: border-color 0.2s, background 0.2s !important;
  display: inline-block !important;
  padding: 10px !important;
}
.floating-modal-form .checkbox-item input[type="checkbox"]:hover,
.floating-modal-form .checkbox-item input[type="checkbox"]:focus {
  border-color: var(--primary-color) !important;
}
.floating-modal-form .checkbox-item input[type="checkbox"]:checked {
  border-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
}
.floating-modal-form .checkbox-item input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  display: block;
  pointer-events: none;
}
.floating-modal-form .checkbox-item label {
  display: inline;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'SBAggroL', sans-serif;
}
.floating-modal-form .checkbox-item a {
  margin-left: 5px;
}
.floating-modal-form .submit-button {
  background-color: var(--primary-color);
  color: white;
  border: none;
  width: 100%;
  padding: 15px;
  font-size: 22px;
  font-family: 'SBAggroM', sans-serif;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
}

/* 모바일 (최우선) */
@media (max-width: 767px) {
  /* .floating-modal-popup { max-width: 95vw; padding: 18px 8px 18px 8px; } */
  .floating-modal-title { font-size: 18px; }
  .floating-modal-close { font-size: 26px; right: 8px; top: 8px; }
  .floating-modal-form input,
  .floating-modal-form select {
    font-size: 16px;
    padding: 10px;
  }
  .floating-modal-form label,
  .floating-modal-form .checkbox-item label {
    font-size: 14px;
  }
  .floating-modal-form .checkbox-item input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    margin-right: 6px !important;
    padding: 1 !important;
  }
  .floating-modal-form .checkbox-item input[type="checkbox"]:checked::after {
    width: 4px;
    height: 8px;
    border-width: 0 1.5px 1.5px 0;
  }
  .floating-modal-form .form-group {
    margin-bottom: 10px;
  }
  .floating-modal-form .submit-button {
    font-size: 16px;
    padding: 12px;
    margin-top: 12px;
  }
  .floating-modal-form .checkbox-item {
    margin-bottom: 5px;
  }
  /* 모바일에서는 라벨 숨김 */
  .floating-modal-form .form-group label {
    display: none;
  }
}
/* 태블릿/PC: 라벨 왼쪽 배치 */
@media (min-width: 768px) {
  .floating-modal-form .form-group {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .floating-modal-form .form-group label {
    display: block;
    min-width: 90px;
    margin-bottom: 0;
    margin-right: 18px;
    text-align: left;
    font-size: 16px;
    font-family: 'SBAggroL', sans-serif;
    white-space: nowrap;
  }
  .floating-modal-form .form-group input,
  .floating-modal-form .form-group select {
    width: 100%;
    margin-bottom: 0;
  }
}

.floating-modal-submit {
  border-radius: 40px !important;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  min-height: 48px;
  font-family: 'SBAggroM', sans-serif;
}
@media (max-width: 767px) {
  .floating-modal-submit {
    font-size: 16px;
    padding: 10px 0;
    min-height: 36px;
    border-radius: 20px !important;
  }
}

/* ===== 개인정보/마케팅 동의 모달 ===== */
.legal-modal {
  position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.55);
  z-index: 3000;
  display: flex; align-items: center; justify-content: center;
}
.legal-modal-content {
  background: #fff;
  border-radius: 18px;
  max-width: 480px;
  width: 92vw;
  padding: 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  position: relative;
  animation: modalPopIn 0.2s;
  overflow: hidden;
  border: 1.5px solid #e0e0e0;
}
.legal-modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 24px 16px 24px;
  border-bottom: 1.5px solid #ececec;
  background: #faf9f7;
}
.legal-modal-header h2 {
  font-size: 22px;
  font-family: 'SBAggroB', sans-serif;
  color: #222;
  margin: 0;
}
.close-legal-modal {
  background: none; border: none; font-size: 32px; color: #888; cursor: pointer;
  z-index: 10;
  transition: color 0.2s;
  padding: 0 4px;
}
.close-legal-modal:hover {
  color: #de2d8c;
}
.legal-modal-body {
  padding: 24px 24px 18px 24px;
  background: #fff;
}
.legal-modal-body h3 {
  font-size: 16px;
  font-family: 'SBAggroM', sans-serif;
  margin-bottom: 10px;
  color: #222;
}
.privacy-content {
  margin-bottom: 18px;
}
.privacy-content p {
  font-size: 15px;
  color: #333;
  margin-bottom: 6px;
  font-family: 'SBAggroL', sans-serif;
}
.privacy-notice {
  margin-top: 18px;
  font-size: 14px;
  color: #b1005b;
  font-family: 'SBAggroL', sans-serif;
  border-top: 1px solid #f0e0f0;
  padding-top: 14px;
}
@media (max-width: 767px) {
  .legal-modal-content {
    max-width: 520px;
  }
  .legal-modal-header { padding: 14px 10px 10px 10px; }
  .legal-modal-header h2 { font-size: 16px; }
  .legal-modal-body { padding: 20px; }
  .legal-modal-body h3 { font-size: 13px; }
  .privacy-content p { font-size: 13px; }
  .privacy-notice { font-size: 12px; padding-top: 8px; }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .legal-modal-content { max-width: 520px; }
  .legal-modal-header h2 { font-size: 20px; }
}
@media (min-width: 1280px) {
  .legal-modal-content { max-width: 600px; }
  .legal-modal-header h2 { font-size: 26px; }
}

/* 푸터 스타일 */
.footer {
    background-color: #31334C;
    color: #ecf0f1;
    padding: 40px 20px;
    width: 100%;
    margin-bottom: 80px;
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-company {
    flex: 1;
}

.footer-company-info {
    text-align: center;
}

.footer-company-name {
    font-size: 14px;
    font-family: 'SBAggroL', sans-serif;
    color: #bdc3c7;
    margin-bottom: 15px;
    line-height: 1.3;
}

.footer-company-details {
    font-size: 14px;
    font-family: 'SBAggroL', sans-serif;
    line-height: 1.6;
    color: #95a5a6;
}

.footer-company-details p {
    margin-bottom: 8px;
}

.footer-company-details p:last-child {
    margin-bottom: 0;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(189, 195, 199, 0.3);
    margin: 0 auto;
}

/* 태블릿 버전 */
@media (min-width: 768px) and (max-width: 1279px) {
    .footer {
        /* padding: 50px 30px; */
    }
    
    .footer-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 40px;
    }
    
    .footer-company-info {
        text-align: left;
    }
    
    .footer-company-name {
        font-size: 16px;
        margin-bottom: 18px;
    }
    
    .footer-company-details {
        font-size: 16px;
    }
    
    .footer-divider {
        width: 1px;
        height: auto;
        margin: 0;
    }
}

/* 데스크탑 버전 */
@media (min-width: 1280px) {
    .footer {
        /* padding: 60px 40px; */
    }
    
    .footer-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 60px;
    }
    
    .footer-company-info {
        text-align: left;
    }
    
    .footer-company-name {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .footer-company-details {
        font-size: 16px;
    }
    
    .footer-company-details p {
        /* margin-bottom: 10px; */
    }
    
    .footer-divider {
        width: 1px;
        height: auto;
        margin: 0;
    }
}
  