* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    /* 텍스트 선택 방지 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 스크롤 관련 기본 스타일 */
html {
    margin: 0;
    padding: 0;        
    overflow-x: hidden;   
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
}

/* 상단 고정 네비바 스타일 */
.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 9999;
}

.fixed-nav__content {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* PC 버전 로고 */
.fixed-nav__logo {
    height: 40px;
}

.fixed-nav__logo img {
    height: 100%;
    width: auto;
    display: block;
}

/* PC 버전 상담 버튼 */
.fixed-nav__button {
    height: 44px;
}

.fixed-nav__button img {
    height: 100%;
    width: auto;
    display: block;
}

.fixed-nav__button a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    height: 100%;
    cursor: pointer;
}

/* 섹션1 */
.section01 { 
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    min-width: 1200px;
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/pc/section01_bg.png') center no-repeat;
    margin-top: 80px;
}

.section01__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.section01__content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 섹션2 */
.section02 { 
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1280px;
    background: #FFFFFF;
}

.section02__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.section02__content img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/* 섹션3 */
.section03 { 
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1280px;
    background: #F5F5F5;
}

.section03__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.section03__content img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/* 섹션4 */
.section04 { 
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1280px;
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/pc/section04_bg.png') center no-repeat;
    background-size: 1920px 100%;
}

.section04__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.section04__content img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    display: block;
    margin: 0 auto;
}

/* 탭 컨테이너 */
.section04__tab-container {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.section04__tab-container img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* 탭 영역들 */
.tab-areas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
}

.tab-area {
    flex: 1;
    height: 70px;
    cursor: pointer;
    background: transparent;
    transition: background-color 0.2s;

}

.tab-area:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

/* 모바일 터치 피드백 */
.tab-area:active {
    background-color: rgba(0, 0, 0, 0.1);
}

/* 섹션4 Swiper 스타일 */
.section04__swiper-container {
    position: relative;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.section04-swiper {
    width: 100%;
    height: auto;
}

.section04-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section04-swiper .swiper-slide img {
    width: 1060px;
    height: auto;
    max-width: 1060px;
    display: block;
    margin: 0 auto;
}

/* Swiper 버튼 스타일 */
.section04-swiper-prev,
.section04-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: auto;
    height: auto;
}

.section04-swiper-prev {
    left: 10px;
}

.section04-swiper-next {
    right: 10px;
}

.section04-swiper-prev img,
.section04-swiper-next img {
    width: auto;
    height: auto;
    max-width: 60px;
    display: block;
}



/* 기본 Swiper 버튼의 ::after 가상 요소 숨기기 */
.section04-swiper .swiper-button-prev::after,
.section04-swiper .swiper-button-next::after {
    display: none !important;
}

/* 섹션5 */
.section05 { 
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1280px;
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/pc/section05_bg.png') center no-repeat;
    background-size: 1920px 100%;
}

.section05__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.section05__content img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/* 섹션6 */
.section06 { 
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1280px;
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/pc/section06_bg.png') center no-repeat;
    background-size: 1920px 100%;
}

.section06__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.section06__content img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/* 섹션7 */
.section07 { 
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1280px;
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/pc/section07_bg.png') center no-repeat;
    background-size: 1920px 100%;
}

.section07__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.section07__content img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/* 섹션8 */
.section08 { 
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1280px;
    background: #FFFFFF;
}

.section08__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.section08__content img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/* 섹션8 Swiper 스타일 */
.section08__swiper-container {
    position: relative;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.section08-swiper {
    width: 100%;
    height: auto;
}

.section08-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section08-swiper .swiper-slide img {
    width: 1060px; /* 컨텐츠만 1060px */
    height: auto;
    max-width: 1060px;
    display: block;
    margin: 0 auto;
}

/* Swiper 버튼 스타일 */
.section08-swiper-prev,
.section08-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: auto;
    height: auto;
}

.section08-swiper-prev {
    left: 10px;
}

.section08-swiper-next {
    right: 10px;
}

.section08-swiper-prev img,
.section08-swiper-next img {
    width: auto;
    height: auto;
    max-width: 60px;
    display: block;
}

/* 기본 Swiper 버튼의 ::after 가상 요소 숨기기 */
.section08-swiper .swiper-button-prev::after,
.section08-swiper .swiper-button-next::after {
    display: none !important;
}

/* 섹션9 */
.section09 { 
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1280px;
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/pc/section09_bg.png') center no-repeat;
    background-size: 1920px 100%;
}

.section09__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.section09__content img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/* 섹션10 */
.section10 { 
    position: relative;
    width: 100%;
    height: auto;
    min-width: 1280px;
    background: #FFFFFF;
}

.section10__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.section10__content img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/* 폼 스타일 */
.consultation-form {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

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

.form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
}

.form-group input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.form-group input:focus {
    border-color: #333;
    outline: none;
}

.form-group input::placeholder {
    color: #999;
}

/* 체크박스 그룹 */
.checkbox-group {
    margin: 32px 0;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.checkbox-label input[type="checkbox"] {
    position: relative;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    margin: 0 8px 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    cursor: pointer;
    padding: 0 !important;
    box-sizing: border-box;
    flex-shrink: 0;
    z-index: 1;
    pointer-events: auto;
}

.checkbox-label input[type="checkbox"]:checked {
    background-color: #333;
    border-color: #333;
}

.checkbox-label input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sub-checkboxes {
    margin-top: 12px;
    margin-left: 0;
    display: block;
    width: 100%;
    padding-left: 0;
}

.sub-checkboxes .checkbox-label {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.checkbox-label span {
    font-size: 14px;
    line-height: 1;
    color: #333;
    position: relative;
    top: -2px;
}

.view-terms {
    background: none;
    border: none;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

/* 제출 버튼 */
.submit-btn {
    width: 100%;
    max-width: 380px;
    height: auto;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 32px auto 0 auto;
    display: block;
}

.submit-btn img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

/* 푸터 */
.footer {
    position: relative;
    width: 100%;
    max-width: 1920px;
    background: #ECEEF0;
    margin: 0 auto;
}

.footer__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.footer__content img {
    width: 100%;
    height: auto;
    display: block;
}

/* 모달 스타일 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 10% auto;
    padding: 40px;
    width: 90%;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.modal-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.close-modal {
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    padding: 10px;
    margin: -10px;
    transition: color 0.2s;
}

.close-modal:hover {
    color: #333;
}

.modal-body {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.modal-body h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.privacy-content {
    margin-bottom: 30px;
}

.privacy-content p {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.privacy-content p strong {
    min-width: 120px;
    display: inline-block;
    color: #333;
}

.privacy-notice {
    padding: 25px;
    background-color: #f8f8f8;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-top: 20px;
}

/* 플로팅 버튼 스타일 */
.floating-banner {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    cursor: pointer;
    width: 64px;
    height: 64px;
    display: block;
    pointer-events: auto;
}

.floating-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.floating-banner a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
}

/* 모바일 전화연결 플로팅 배너 스타일 */
.floating-call-banner {
    position: fixed;
    right: 20px;
    bottom: 174px; /* 상담신청 버튼(100px) + 버튼 높이(64px) + 간격(10px) */
    z-index: 1000;
    cursor: pointer;
    width: 64px;
    height: 64px;
    display: none; /* 기본적으로 숨김 */
    pointer-events: auto;
}

.floating-call-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.floating-call-banner a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
}

/* 모바일 대응 */
@media screen and (max-width: 700px) {
    .fixed-nav {
        height: 60px;
    }

    .fixed-nav__content {
        padding: 0 16px;
    }

    .fixed-nav__logo {
        height: 32px;
    }

    /* 모바일 로고 이미지 */
    .fixed-nav__logo img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/logo.png');

        width: auto;
        display: block;
    }

    .fixed-nav__button {
        height: 36px;
    }

    /* 모바일 상담 버튼 이미지 */
    .fixed-nav__button img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/floating_btn_counsel.png');
        height: 100%;
        width: auto;
        display: block;
    }

    /* 모바일에서 네비바 아래 컨텐츠 여백 조정 */
    .section01 {
        margin-top: 60px;
        width: 100%;
        min-width: auto;
        height: auto;
        background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section01_bg.png') no-repeat center top;
        background-size: 100% auto;
    }

    .section01__content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section01__content img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section01.png');
    }

    /* 섹션2 모바일 */
    .section02 {
        width: 100%;
        min-width: auto;
        height: auto;
        background: #FFFFFF;
    }

    .section02__content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section02__content img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section02.png');
    }

    /* 섹션3 모바일 */
    .section03 {
        width: 100%;
        min-width: auto;
        height: auto;
        background: #F5F5F5;
    }

    .section03__content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section03__content img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section03.png');
    }

    /* 섹션4 모바일 */
    .section04 {
        width: 100%;
        min-width: auto;
        height: auto;
        background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_bg.png') no-repeat center top;
        background-size: 100% auto;
    }

    .section04__content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section04__content img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        margin: 0 auto;
    }

    /* 모바일 탭 컨테이너 */
    .section04__tab-container {
        width: 100%;
        position: relative;
        display: block;
    }

    .section04__tab-container img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .section04__tab-container .tab-areas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10vh; /* 뷰포트 높이의 10% */
        min-height: 50px; /* 최소 높이 */
        max-height: 70px; /* 최대 높이 */
        display: flex;
    }

    .section04__tab-container .tab-area {
        flex: 1;
        height: 10vh; /* 뷰포트 높이의 10% */
        min-height: 50px; /* 최소 높이 */
        max-height: 70px; /* 최대 높이 */
        cursor: pointer;
        background: transparent;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* 모바일 컨텐츠 이미지 교체 */
    .section04__content > img:nth-child(1) {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents01.png');
    }

    .section04__content > img:nth-child(2) {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents02.png');
    }

    .section04__content > img:nth-child(4) {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents04.png');
    }

    .section04__content > img:nth-child(5) {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents05_slide01.png');
    }

    .section04__content > img:nth-child(6) {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents06.png');
    }

    /* 모바일 Swiper 스타일 */
    .section04__swiper-container {
        width: 100%;
    }

    .section04-swiper .swiper-slide img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* 모바일 Swiper 버튼 */
    .section04-swiper-prev,
    .section04-swiper-next {
        width: 40px;
        height: 40px;
    }

    .section04-swiper-prev {
        left: -0.8%;
        transform: translateY(50%);
    }

    .section04-swiper-next {
        right: -0.8%;
        transform: translateY(50%);
    }

    .section04-swiper-prev img,
    .section04-swiper-next img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents05_btn_prev.png');
        width: 100%;
        height: 100%;
        max-width: none;
    }

    .section04-swiper-next img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents05_btn_next.png');
    }

    /* 모바일 슬라이드 이미지 교체 */
    .section04-swiper .swiper-slide:nth-child(1) img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents05_slide01.png');
    }

    .section04-swiper .swiper-slide:nth-child(2) img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents05_slide02.png');
    }

    .section04-swiper .swiper-slide:nth-child(3) img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents05_slide03.png');
    }

    .section04-swiper .swiper-slide:nth-child(4) img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section04_contents05_slide04.png');
    }

    /* 섹션5 모바일 */
    .section05 {
        width: 100%;
        min-width: auto;
        height: auto;
        background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section05_bg.png') no-repeat center top;
        background-size: 100% auto;
    }

    .section05__content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section05__content img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section05.png');
    }

    /* 섹션6 모바일 */
    .section06 {
        width: 100%;
        min-width: auto;
        height: auto;
        background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section06_bg.png') no-repeat center top;
        background-size: 100% auto;
    }

    .section06__content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section06__content img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section06.png');
    }

    /* 섹션7 모바일 */
    .section07 {
        width: 100%;
        min-width: auto;
        height: auto;
        background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section07_bg.png') no-repeat center top;
        background-size: 100% auto;
    }

    .section07__content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section07__content img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section07.png');
    }

    /* 섹션8 모바일 */
    .section08 {
        width: 100%;
        min-width: auto;
        height: auto;
        background: #FFFFFF;
    }

    .section08__content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section08__content img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section08_content01.png');
    }

    /* 모바일 Swiper 스타일 */
    .section08__swiper-container {
        width: 100%;
    }

    .section08-swiper .swiper-slide img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* 모바일 Swiper 버튼 */
    .section08-swiper-prev,
    .section08-swiper-next {
        width: 40px;
        height: 40px;
    }

    .section08-swiper-prev {
        left: -0.8%;
        transform: translateY(50%);
    }

    .section08-swiper-next {
        right: -0.8%;
        transform: translateY(50%);
    }

    .section08-swiper-prev img,
    .section08-swiper-next img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section08_content02_btn_prev.png');
        width: 100%;
        height: 100%;
        max-width: none;
    }

    .section08-swiper-next img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section08_content02_btn_next.png');
    }

    /* 모바일 슬라이드 이미지 교체 */
    .section08-swiper .swiper-slide:nth-child(1) img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section08_content02_slide01.png');
    }

    .section08-swiper .swiper-slide:nth-child(2) img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section08_content02_slide02.png');
    }

    .section08-swiper .swiper-slide:nth-child(3) img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section08_content02_slide03.png');
    }

    /* 섹션8 컨텐츠3 모바일 이미지 교체 */
    .section08__content > img:nth-child(3) {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section08_contents03.png');
    }

    /* 섹션9 모바일 */
    .section09 {
        width: 100%;
        min-width: auto;
        height: auto;
        background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section09_bg.png') no-repeat center top;
        background-size: 100% auto;
    }

    .section09__content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section09__content img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section09.png');
    }

    /* 섹션10 모바일 */
    .section10 {
        width: 100%;
        min-width: auto;
        height: auto;
        background: #FFFFFF;
    }

    .section10__content {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section10__content img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: top;
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section10_content01.png');
    }

    /* 모바일 폼 스타일 */
    .consultation-form {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        padding: 0 20px 24px 20px;
        box-sizing: border-box;
    }

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

    .form-group input {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
    }

    .checkbox-group {
        margin: 24px 0;
    }

    .checkbox-label {
        margin-bottom: 12px;
    }

    .submit-btn {
        margin: 24px 0 0 0;
    }

    .submit-btn {
        max-width: 100%;
    }

    .submit-btn img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/section10_btn.png');
        width: 100%;
        height: auto;
        display: block;
    }

    /* 푸터 모바일 */
    .footer {
        margin: 0;
    }

    .footer__content {
        width: 100%;
        padding: 0 20px;
    }

    .footer__content img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/foot.png');
        width: 100%;
        height: auto;
        display: block;
    }

    /* 모바일 모달 스타일 */
    .modal-content {
        padding: 24px;
        margin: 15% auto;
    }

    .modal-header {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .modal-header h2 {
        font-size: 18px;
    }

    .modal-body {
        font-size: 14px;
        line-height: 1.6;
    }

    .modal-body h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .privacy-content p {
        margin-bottom: 12px;
    }

    .privacy-content p strong {
        min-width: 100px;
        font-size: 14px;
    }

    .privacy-notice {
        padding: 16px;
        font-size: 13px;
        line-height: 1.5;
        margin-top: 16px;
    }

    /* 모바일 플로팅 버튼 */
    .floating-banner {
        right: 10px;
        bottom: 80px;
        width: 54px;
        height: 54px;
    }
    
    .floating-banner img {
        content: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_smart_cafe_2/mobile/btn_counsel.png');
    }

    /* 모바일 전화연결 플로팅 버튼 */
    .floating-call-banner {
        display: block;
        right: 10px;
        bottom: 144px; /* 상담신청 버튼(80px) + 버튼 높이(54px) + 간격(10px) */
        width: 54px;
        height: 54px;
    }
}
