* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    /* 텍스트 선택 방지 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Placeholder Styles */
::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc;
    opacity: 1;
}

/* Selection Styles */
::-moz-selection {
    background: #fae6da;
}

::selection {
    background: #fae6da;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #F5F5F5;
    -webkit-tap-highlight-color: transparent; /* 전역 터치 하이라이트 제거 */
}

a, button, input, select, textarea {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

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

.mo-br {
    display: none;
}

.pc-br {
    display: inline;
}

@media (max-width: 767px) {
    .mo-br {
        display: inline;
    }

    .pc-br {
        display: none;
    }
}

/* ===== 섹션 1 ===== */
.section01 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /* overflow: hidden 제거 - 그림자나 레이아웃 틀어짐 방지 */
}

.section01_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section01_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.section01_container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 15px;
    /* 바닥에 거의 붙도록 최소화 */
    z-index: 2;
}

.section01_title {
    width: 100%;
    max-width: 800px;
    margin-bottom: 20px;
    /* 하단 여백 축소 */
    text-align: center;
}

.section01_title_sub {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-top: 25px;
    word-break: keep-all;
}

.section01_img {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin-top: 0;
    /* 상단 여백 제거 */
}

.section01_img_note {
    font-size: 16px;
    color: #999;
    margin-top: 30px;
    font-weight: 400;
}

.section01_footer_note {
    width: 100%;
    text-align: right;
    /* 우측 하단 배치 */
    font-size: 14px;
    color: #777;
    margin-top: 80px;
    /* 상단 여백 대폭 확대 */
    font-weight: 400;
}

/* ===== 섹션 2 ===== */
.section02 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    padding: 120px 0;
}

.section02_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.section02_title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    margin-bottom: 80px;
    word-break: keep-all;
}

.section02_title .highlight {
    color: #e64b59;
}

.problem_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.problem_item {
    padding: 18px 20px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    line-height: 1.3;
    word-break: keep-all;
}

.problem_item strong {
    font-weight: 700;
}

.item01 {
    background-color: #fdf2f2;
}

.item02 {
    background-color: #fce7e7;
}

.item03 {
    background-color: #fbdcdc;
}

.item04 {
    background-color: #fad1d1;
}

.section02_divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 40px 0;
}

.section02_divider span {
    width: 18px;
    height: 18px;
    background-color: #eee;
    border-radius: 50%;
}

.section02_footer {
    font-size: 38px;
    color: #222;
    line-height: 1.4;
}

.footer_text1 {
    font-weight: 400;
    margin-bottom: 10px;
}

.footer_text2 {
    font-weight: 700;
}

.footer_text2 span {
    display: inline-block;
    background-color: #e64b59;
    color: #fff;
    padding: 2px 15px;
    margin-top: 5px;
    line-height: 1.3;
}

/* ===== 섹션 3 ===== */
.section03 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 120px 0;
}

.section03_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section03_title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    word-break: keep-all;
}

.section03_title .highlight {
    color: #e64b59;
}

.section03_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 150px;
}

.section03_top_text {
    flex: 1;
}

.section03_subtext {
    font-size: 24px;
    color: #666;
    margin-top: 30px;
}

.section03_top_img {
    flex: 1;
}

.section03_top_img img,
.section03_top_img video {
    width: 100%;
    max-width: 700px;
    border-radius: 20px;
    /* 비디오 경계면을 부드럽게 처리 */
}

.section03_bottom {
    text-align: center;
}

.align_center {
    text-align: center !important;
    margin-bottom: 80px;
}

.section03_card_list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.section03_card {
    flex: 1;
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    /* GSAP 애니메이션과의 충돌 방지를 위해 transition: transform 제거 */
}

@media (hover: hover) {
    .section03_card:hover {
        transform: translateY(-10px);
    }
}

.card_img {
    margin-bottom: 35px;
}

.card_img img {
    width: 100%;
    max-width: 280px;
    border-radius: 15px;
}

.card_text h3 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.card_text p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    word-break: keep-all;
}

/* ===== 섹션 4 ===== */
.section04 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    padding: 120px 0;
}

.section04_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section04_title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    margin-bottom: 80px;
    word-break: keep-all;
}

.section04_title strong {
    color: #e64b59;
    font-weight: 700;
}

.section04_card_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.section04_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f8f8;
    padding: 45px 50px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.section04_card:hover {
    background-color: #f1f1f1;
}

.section04_card_text {
    flex: 1;
}

.section04_card_text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
    margin-bottom: 15px;
    word-break: keep-all;
}

.section04_card_text h3 strong {
    color: #e64b59;
    font-weight: 700;
}

.section04_card_text p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    word-break: keep-all;
}

.section04_card_icon {
    width: 90px;
    margin-left: 20px;
}

.section04_card_icon img {
    width: 100%;
}

/* ===== 반응형 ===== */

/* 태블릿 (1199px 이하) */
@media (max-width: 1199px) {
    .section01_container {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    .section02_title,
    .section03_title,
    .section04_title {
        font-size: 4.5vw;
    }

    .problem_item {
        font-size: 2.2vw;
        padding: 1.5vw 2vw;
    }

    .section02_footer {
        font-size: 3.2vw;
    }

    .section03_top {
        gap: 3vw;
        margin-bottom: 10vw;
    }

    .section03_subtext {
        font-size: 2vw;
    }

    .section03_card {
        padding: 3vw 2vw;
        border-radius: 20px;
    }

    .card_text h3 {
        font-size: 2.2vw;
    }

    .card_text p {
        font-size: 1.6vw;
    }

    .section04_card {
        padding: 4vw;
    }

    .section04_card_text h3 {
        font-size: 2.5vw;
    }

    .section04_card_text p {
        font-size: 1.7vw;
    }

    .section04_card_icon {
        width: 8vw;
    }
}

/* 모바일 (767px 이하) */
@media (max-width: 767px) {
    .section01_container {
        padding: 15vw 20px 2vw;
        /* 바닥 밀착 */
    }

    .section01_title {
        max-width: 100%;
        margin-bottom: 15px;
        /* 스크린샷 비례에 맞춰 축소 */
    }

    .section01_title_sub {
        font-size: 14px;
        /* 한 줄 유지를 위한 축소 */
        margin-top: 15px;
        color: #333;
        white-space: nowrap;
        /* 강제 한 줄 유지 */
        letter-spacing: -0.5px;
    }

    .section01_img {
        max-width: 100%;
        margin-top: 0;
        /* 모바일 상단 여백 제거 */
    }

    .section01_img_note {
        font-size: 10px;
        /* 추가 축소 */
        margin-top: 15px;
        color: #999;
    }

    .section01_footer_note {
        font-size: 9px;
        /* 추가 축소 */
        margin-top: 50px;
        /* 상단 여백 확대 */
        color: #777;
    }

    .section02,
    .section03,
    .section04 {
        padding: 15vw 0;
    }

    .section02_container,
    .section03_container,
    .section04_container {
        padding: 0 20px;
    }

    .section02_title,
    .section03_title,
    .section04_title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .problem_list {
        gap: 10px;
    }

    .problem_item {
        font-size: 16px;
        padding: 15px 15px;
    }

    .section02_divider {
        margin: 20px 0;
        gap: 8px;
    }

    .section02_divider span {
        width: 12px;
        height: 12px;
    }

    .section02_footer {
        font-size: 20px;
    }

    .footer_text2 span {
        padding: 2px 10px;
    }

    /* 섹션 3 모바일 */
    .section03_top {
        flex-direction: column;
        align-items: flex-start;
        text-align: left !important;
        margin-bottom: 40px;
        /* 80px -> 40px 축소 */
    }

    .section03_top_text {
        width: 100%;
        text-align: left !important;
        margin-bottom: 40px;
    }

    .section03_title,
    .section03_subtext {
        text-align: left !important;
    }

    .section03_subtext {
        font-size: 16px;
        margin-top: 15px;
    }

    .align_center {
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .section03_card_list {
        flex-direction: column;
        gap: 20px;
    }

    .section03_card {
        width: 100%;
        max-width: none;
        padding: 45px 20px;
        border-radius: 30px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }

    .card_img {
        margin-bottom: 35px;
    }

    .card_img img {
        max-width: 250px;
        width: 100%;
    }

    .card_text {
        max-width: 250px;
        margin: 0 auto;
    }

    .card_text h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .card_text p {
        font-size: 16px;
    }
}

/* ===== 섹션 4 ===== */
.section04 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    padding: 120px 0;
    /* 타 섹션과 동일하게 120px 복구 */
}

.section04_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.section04_top {
    margin-bottom: 80px;
    /* 섹션 2 타이틀 여백과 동일하게 80px 설정 */
}

.logic_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(to right, #e1f8f9 0%, #f2f2f2 50%, #fbe0e3 100%);
    border-radius: 20px;
    /* 라운드값 축소 */
    padding: 35px 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.logic_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.logic_item strong {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

.logic_item span {
    font-size: 16px;
    color: #666;
}

.logic_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.arrow_icon::after {
    content: '';
    display: inline-block;
    width: 18px;
    /* 크기 확대 */
    height: 18px;
    border-top: 3px solid #555;
    /* 더 진하고 두껍게 */
    border-right: 3px solid #555;
    transform: rotate(45deg);
    margin-top: -3px;
}

.logic_subtext {
    font-size: 18px;
    color: #666;
    margin-top: 35px;
    /* 상단 여백 확대 */
}

.section04_bottom {
    width: 100%;
}

.section04_card_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 60px;
}

.s04_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 40px;
    /* 패딩 축소 */
    border-radius: 20px;
    text-align: left;
    /* GSAP 애니메이션과의 충돌 방지를 위해 transition 제거 */
}

@media (hover: hover) {
    .s04_card:hover {
        transform: translateY(-5px);
    }
}

.card_info h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.2;
    white-space: nowrap;
    /* 데스크탑에서 한 줄 유지 */
}

.card_info p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    word-break: keep-all;
}

.card_icon img {
    width: 180px;
    /* 지시 규격 180px */
    height: 122px;
    /* 지시 규격 122px */
    object-fit: contain;
}

/* 카드 배경색 */
.card_purple {
    background-color: #edf1ff;
}

.card_mint {
    background-color: #e4f9f7;
}

.card_orange {
    background-color: #ffebd9;
}

.card_blue {
    background-color: #d7f5ff;
}

/* ===== 섹션 11 ===== */
.section11 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
}

.section11_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section11_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section11_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.section11_title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    margin-bottom: 80px;
    word-break: keep-all;
}

.section11_title .highlight {
    color: #e64b59;
}

.section11_card_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 120px;
}

.s11_card {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s11_card:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.s11_card_icon {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

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

.s11_card p {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    display: block;
}

.section11_divider {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 80px;
    letter-spacing: -1px;
}

.section11_logo_grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.s11_logo_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

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

.s11_logo_item p {
    display: none;
}

/* ===== 섹션 5 ===== */
.section05 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
}

.section05_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section05_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section05_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.section05_comparison {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}

.compare_item {
    flex: 1;
    max-width: 585px;
}

.compare_item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    /* 라운드값 통일 */
    display: block;
}

.section05_slider_wrap {
    margin-top: 100px;
    width: 100%;
}

.s05_swiper {
    width: 100%;
}

.s05_swiper .swiper-slide {
    width: 350px;
    /* 섹션 7과 동일하게 한 화면에 5개가 보이도록 너비 고정 */
}

.s05_swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px;
    /* 섹션 7과 동일한 둥근 모서리 적용 */
}

/* ===== 섹션 6 ===== */
.section06 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
}

.section06_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section06_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section06_subtext {
    font-size: 22px;
    color: #333;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 400;
    /* 기본 두께로 복구 */
    word-break: keep-all;
    white-space: nowrap;
}

.section06_subtext strong {
    font-weight: 700;
    /* 지시하신 문구만 볼드 */
}

.section06_video_grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.video_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video_frame {
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    padding: 12px;
    border-radius: 45px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    line-height: 0;
    overflow: hidden;
}

.video_frame video {
    width: 100%;
    border-radius: 35px;
    display: block;
}

.video_label {
    display: inline-block;
    background-color: transparent;
    color: #222;
    /* 텍스트도 살짝 더 진하게 */
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    /* 폰트 확대 */
    margin-top: 30px;
    border: 1.5px solid #555;
    /* 테두리 더 진하고 굵게 */
}

/* ===== 섹션 7 ===== */
.section07 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
    background-color: #fff9f9;
    /* 연한 핑크 배경 */
    text-align: center;
    overflow: hidden;
    /* 가로 스크롤 방지 */
}

.section07_slider_area {
    width: 100%;
    margin-top: 80px;
}

.section07_slider_area+.section07_slider_area {
    margin-top: 60px;
    /* 라벨과 다음 슬라이더 사이의 여백 축소 */
}

.section07_slider_area .video_label {
    margin-top: 10px;
    /* 슬라이드와 라벨 사이 상단 여백 축소 */
}

.section07_slider_area .swiper-container {
    width: 100%;
    /* 너비 가득 채우기 */
    padding: 20px 0 20px;
    /* 슬라이드와 라벨 사이 하단 여백 축소 */
}

.section07_slider_area .swiper-slide {
    width: 350px;
    /* 한 화면에 5개가 보이도록 너비 원상복구 */
}

.section07_slider_area .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ===== 섹션 8 ===== */
.section08 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
    background-color: #2a2a2a;
    text-align: center;
    overflow: hidden;
}



.section08_slider_area {
    width: 100%;
    margin-top: 80px;
}

.section08_slider_area .swiper-container {
    width: 100%;
    padding: 20px 0;
}

.section08_slider_area .swiper-slide {
    width: 350px;
}

.section08_slider_area .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ===== 섹션 9 ===== */
.section09 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
    background-color: #1a1a1a;
    z-index: 1;
    overflow: hidden;
}

.section09_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section09_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.section09_img {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

.section09_img img,
.section09_img video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* ===== 섹션 10 (상담 신청 폼) ===== */
.section10 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
    background-color: #fff;
}

.section10_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section10_title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

.section10_title .highlight {
    color: #e64b59;
}

.form_area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.input_group {
    margin-bottom: 25px;
}

.input_group label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.input_group label .required {
    color: #e64b59;
    margin-left: 5px;
}

.input_group input[type="text"],
.input_group input[type="tel"] {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.input_group input:focus {
    outline: none;
    border-color: #e64b59;
}

.input_group input::placeholder {
    color: #aaa;
}

.agree_area {
    margin-top: 30px;
    margin-bottom: 40px;
}

.agree_item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.agree_item.all_agree {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.agree_item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    accent-color: #e64b59;
}

.agree_item label {
    font-size: 15px;
    color: #666;
    cursor: pointer;
}

.agree_item label a {
    color: #999;
    text-decoration: none;
    margin-left: 5px;
}

.agree_sub_items {
    display: flex;
    gap: 30px;
}

.submit_btn {
    width: 100%;
    height: 70px;
    background-color: #e64b59;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

@media (hover: hover) {
    .submit_btn:hover {
        background-color: #d13a48;
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(230, 75, 89, 0.3);
    }
}

/* ===== 모달 팝업 스타일 (지노블 참고) ===== */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: modalFadeIn 0.3s ease;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50%) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e5e5;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

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

.close-modal {
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

@media (hover: hover) {
    .close-modal:hover {
        background: #e9ecef;
        color: #e64b59;
    }
}

.modal-body {
    padding: 24px;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-body h3 {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

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

.privacy-content p {
    margin: 0 0 12px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.privacy-content p strong {
    color: #333;
    font-weight: 700;
}

.privacy-notice {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    border-left: 4px solid #d13d49;
    /* 바이럴 캠페인 색상에 맞춰 빨간 계열로 변경 */
}

/* ===== 푸터 ===== */
.footer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #333;
    padding: 60px 20px 70px 20px; /* 140px -> 70px 축소 */
    text-align: center;
}

.footer_container {
    font-size: 15px;
    color: #999;
    line-height: 1.6;
    word-break: keep-all;
}

.footer_divider {
    display: inline-block;
    margin: 0 12px;
    color: #666;
    font-size: 12px;
    vertical-align: middle;
}

/* 하단 고정 플로팅 바 스타일 */
.bottom-floating-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to right, #D93A3A, #FF7A3C);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.bottom-floating-bar.hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.bottom-floating-bar a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: transparent;
}

.bottom-floating-bar img {
    height: auto;
    max-height: 48px;
    max-width: 400px;
    width: auto;
    display: block;
    object-fit: contain;
}

.bottom-floating-bar .mobile-text-img {
    display: none;
}

.bottom-floating-bar .pc-text-img {
    display: block;
}

/* 하단 고정 CTA 버튼 빛 효과 */
.bottom-floating-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.55) 50%,
            rgba(255, 255, 255, 0) 70%);
    transform: translateX(-130%);
    animation: ctaShine 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes ctaShine {
    0% {
        transform: translateX(-130%);
        opacity: 0;
    }

    15% {
        opacity: 0.8;
    }

    50% {
        transform: translateX(130%);
        opacity: 0;
    }

    100% {
        transform: translateX(130%);
        opacity: 0;
    }
}

@media (hover: hover) {
    .bottom-floating-bar:hover {
        box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.25);
        transform: scale(1.02);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .bottom-floating-bar:hover::after {
        background: linear-gradient(115deg,
                rgba(255, 255, 255, 0) 30%,
                rgba(255, 255, 255, 0.7) 50%,
                rgba(255, 255, 255, 0) 70%);
        animation: ctaShine 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    }
}

/* ===== 반응형 ===== */
@media (max-width: 1199px) {
    .logic_item strong {
        font-size: 2.2vw;
    }

    .card_info h3 {
        font-size: 2.2vw;
    }

    .section10_title {
        font-size: 4.5vw;
    }
}

@media (max-width: 767px) {
    .section04 {
        padding: 15vw 0;
    }

    .section04_top {
        margin-bottom: 80px;
        /* 40px -> 80px로 늘려 상하 콘텐츠 분리감 확보 */
    }

    /* 타 섹션 모바일 타이틀 여백 40px와 통일 */
    .s04_card {
        padding: 35px 25px;
    }

    .card_info h3 {
        font-size: 20px;
        white-space: normal;
        /* 모바일에서 줄바꿈 허용 */
    }

    .card_info p {
        font-size: 15px;
    }

    .card_icon img {
        width: 80px;
        height: auto;
        /* 모바일 높이 자동 조절 */
    }

    .logic_box {
        padding: 20px 10px;
        border-radius: 15px;
        /* 모바일에서도 라운드 축소 */
    }

    .logic_item strong {
        font-size: 18px;
    }

    .logic_item span {
        font-size: 12px;
    }

    .logic_subtext {
        font-size: 14px;
        margin-top: 20px;
        /* 모바일 여백 최적화 */
    }

    .arrow_icon::after {
        width: 12px;
        height: 12px;
        border-width: 2px;
    }

    .section04_card_grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
        /* 타이틀 하단 여백 축소 */
    }

    .section04_card_text h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .section04_card_text p {
        font-size: 15px;
    }

    .section04_card_icon {
        width: 60px;
    }

    /* 섹션 11 모바일 */
    .section11 {
        padding: 15vw 0;
    }

    .section11_title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .section11_card_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 60px;
    }

    .s11_card {
        padding: 30px 15px;
        border-radius: 20px;
    }

    .s11_card_icon {
        height: 70px;
        margin-bottom: 15px;
    }

    .s11_card p {
        font-size: 15px;
        display: block;
    }

    .section11_divider {
        font-size: 20px;
        margin-bottom: 40px;
        word-break: keep-all;
    }

    .section11_logo_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        width: 100%;
    }

    .s11_logo_item {
        width: 100%;
    }

    /* 섹션 5 모바일 */
    .section05 {
        padding: 15vw 0;
    }

    .section05_comparison {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
    }

    .compare_item {
        max-width: 100%;
    }

    .s05_swiper .swiper-slide {
        width: 260px;
        /* 모바일 슬라이드 너비 축소 */
    }

    .section05_slider_wrap {
        margin-top: 50px;
    }

    /* 섹션 6 모바일 */
    .section06 {
        padding: 15vw 0;
    }

    .section06_subtext {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 40px;
        white-space: normal;
        font-weight: 400;
        /* 기본 두께 복구 */
    }

    .section06_video_grid {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .video_frame {
        max-width: 240px;
        /* 영상 너비 축소 */
        padding: 8px;
        border-radius: 35px;
    }

    .video_frame video {
        border-radius: 28px;
    }

    .video_label {
        font-size: 17px;
        /* 모바일 폰트 확대 */
        padding: 10px 30px;
        margin-top: 20px;
        border: 1.2px solid #555;
        /* 모바일 테두리 강화 */
    }

    /* 섹션 7 모바일 */
    .section07 {
        padding: 15vw 0;
    }

    .section07_slider_area {
        margin-top: 40px;
    }

    .section07_slider_area+.section07_slider_area {
        margin-top: 40px;
        /* 라벨과 다음 슬라이더 사이의 여백 축소 */
    }

    .section07_slider_area .video_label {
        margin-top: 5px;
        /* 모바일 슬라이드와 라벨 사이 상단 여백 축소 */
    }

    .section07_slider_area .swiper-slide {
        width: 260px;
        /* 모바일 슬라이드 너비 축소 */
    }

    .section07_slider_area .swiper-slide img {
        border-radius: 20px;
    }

    /* 섹션 8 모바일 */
    .section08 {
        padding: 15vw 0;
    }

    .section08_slider_area {
        margin-top: 40px;
    }

    .section08_slider_area .swiper-slide {
        width: 260px;
    }

    .section08_slider_area .swiper-slide img {
        border-radius: 20px;
    }

    /* 섹션 9 모바일 */
    .section09 {
        padding: 15vw 0;
    }

    .section09_img {
        padding: 0 20px;
    }

    /* 섹션 10 모바일 */
    .section10 {
        padding: 15vw 0;
    }

    .section10_title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .form_area {
        padding: 0 10px;
    }

    .input_group {
        margin-bottom: 15px;
    }

    .input_group label {
        margin-bottom: 6px;
    }

    .input_group input[type="text"],
    .input_group input[type="tel"] {
        height: 50px;
        font-size: 15px;
    }

    .agree_area {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .agree_item {
        margin-bottom: 8px;
    }

    .agree_item.all_agree {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .agree_sub_items {
        flex-direction: column;
        gap: 8px;
    }

    .agree_item label {
        font-size: 14px;
    }

    .submit_btn {
        height: 60px;
        font-size: 20px;
        border-radius: 30px;
    }

    /* 푸터 모바일 */
    .footer {
        padding: 40px 15px 52px 15px; /* 104px -> 52px 축소 */
    }

    .footer_container {
        font-size: 12px;
        line-height: 1.8;
    }

    .footer_divider {
        margin: 0 6px;
    }

    /* 플로팅 바 모바일 */
    .bottom-floating-bar {
        height: 64px;
    }

    .bottom-floating-bar img {
        max-height: 40px;
        max-width: 70%;
    }

    .bottom-floating-bar .pc-text-img {
        display: none;
    }

    .bottom-floating-bar .mobile-text-img {
        display: block;
    }

    /* 지노블 모달 반응형 */
    .modal-content {
        margin: 10% auto;
        width: 95%;
        max-width: none;
        top: 50%;
        transform: translateY(-50%);
    }

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

    .modal-body {
        padding: 20px;
        max-height: 70vh;
    }

    .privacy-content p {
        font-size: 14px;
    }

    .privacy-notice {
        font-size: 13px;
    }
}

/* 작은 모바일 (360px 이하) */
@media (max-width: 360px) {
    .section01_container {
        padding: 15vw 15px 2vw;
    }

    .section01_title {
        margin-bottom: 15px;
        /* 너무 붙지 않도록 보정 */
    }

    .section01_title_sub {
        font-size: 12px;
        /* 초소형 기기 한 줄 유지 */
    }

    .section02_container,
    .section03_container,
    .section04_container {
        padding: 0 15px;
    }

    .section02_title,
    .section03_title,
    .section04_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .problem_item {
        font-size: 14px;
        padding: 12px 10px;
    }

    .section02_footer {
        font-size: 18px;
    }

    .section03_card {
        padding: 40px 15px;
    }

    .section03_top_text {
        margin-bottom: 20px;
        /* 하단 여백 절반으로 축소 */
    }

    .section04_card {
        padding: 25px 15px;
    }

    .section10_title {
        font-size: 24px;
    }

    .section11_divider {
        font-size: 16px;
        margin-bottom: 30px;
    }
}