a, button, .mobile-menu-btn, .swiper-button-prev, .swiper-button-next, .thumbnail-item, input, textarea, .section11 .agreement-item label {
    -webkit-tap-highlight-color: rgba(234, 104, 23, 0.2); /* EA6817 → 투명도 조정 */
}
/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Common */
.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ff6b00;
    transition: all 0.3s ease;
    z-index: 1000;
    border-bottom: none;
}

header.scrolled {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.header-container {
    height: 90px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

/* Logo */
.logo {
    height: 26px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.logo img {
    height: 100%;
    display: block;
}

.logo .color-logo { display: none; }
.scrolled .logo .default-logo { display: none; }
.scrolled .logo .color-logo { display: block; }

/* Navigation */
nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-left, .nav-right {
    display: flex;
    list-style: none;
    gap: 40px;
    height: 100%;
    align-items: center;
}

.nav-left { margin-right: auto; }
.nav-right { margin-left: auto; }

nav a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
}

nav a:hover { color: rgba(255, 255, 255, 0.8); }
.scrolled nav a { color: #666; }
.scrolled nav a:hover { color: #ff6b00; }

/* Inquiry Button */
.inquiry-btn {
    padding: 7px 24px;
    background-color: transparent;
    color: #fff !important;
    border: 2px solid #fff;
    border-radius: 100px;
    font-weight: 500;
    height: auto !important;
    margin-left: 20px;
    transition: all 0.3s ease;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.inquiry-btn:hover { background-color: rgba(255, 255, 255, 0.1); }
.scrolled .inquiry-btn {
    background-color: #ff6b00;
    border-color: #ff6b00;
}
.scrolled .inquiry-btn:hover {
    background-color: #e65c00;
    border-color: #e65c00;
}

/* Mobile Menu */
.mobile-controls {
    display: none;
    align-items: center;
    gap: 15px;
}

.mobile-menu-btn {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    margin-left: 15px;
}

.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: all 0.3s ease;
}

.mobile-menu-btn span:nth-child(1) { top: 4px; }
.mobile-menu-btn span:nth-child(2) { top: 11px; }
.mobile-menu-btn span:nth-child(3) { top: 18px; }

.mobile-menu-btn.active span { background-color: #666; }
.scrolled .mobile-menu-btn span { background-color: #666; }

.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
}

.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }

.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 11px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    background-color: #fff;
    padding: 100px 30px 30px;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    transition: right 0.3s ease-in-out;
}

.mobile-menu.active { right: 0; }

.mobile-menu a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transform: translateX(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.mobile-menu.active a {
    transform: translateX(0);
    opacity: 1;
}

.mobile-menu a:hover { color: #ff6b00; }

.mobile-menu a:nth-child(1) { transition-delay: 0.1s; }
.mobile-menu a:nth-child(2) { transition-delay: 0.15s; }
.mobile-menu a:nth-child(3) { transition-delay: 0.2s; }
.mobile-menu a:nth-child(4) { transition-delay: 0.25s; }
.mobile-menu a:nth-child(5) { transition-delay: 0.3s; }
.mobile-menu a:nth-child(6) { transition-delay: 0.35s; }

/* Main Content */
main { padding-top: 90px; }

/* Section 1 - Main Visual */
.section1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin-top: -90px;
}

/* Slider */
.slider-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

.main-swiper {
    width: 100%;
    height: 100%;
}

.slide {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
    backface-visibility: hidden;
}

/* Slide Backgrounds */
.slide1 { background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_susimarket/section01_bg01.png') no-repeat center center/cover; }
.slide2 { background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_susimarket/section01_bg02.png') no-repeat center center/cover; }

/* Slide Content */
.slide .content {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.slide .logo-img {
    width: 246px;
    height: 127px;
    margin-bottom: 80px;
}

.slide .text-content {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    line-height: 1;
}

.slide .text-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.orange-highlight {
    background-image: linear-gradient(transparent 50%, #ff6b00 50%);
    padding: 0 5px;
    color: #fff;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    opacity: 0;
    animation: fadeInUp 0.6s forwards;
}

.delay-0 { animation-delay: 0s; }
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }

/* Non-animated version */
.no-animation .fade-in-up {
    opacity: 1;
    animation: none;
}

/* Custom Swiper Styles */
.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    color: #fff;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    top: 45%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

.swiper-button-prev {
    left: 15px;
}

.swiper-button-next {
    right: 15px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 1.8rem;
}

.swiper-pagination {
    bottom: 60px !important;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: #fff;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .header-container {
        height: 80px;
    }

    .logo {
        height: 23px;
    }

    nav a {
        font-size: 16px;
    }

    .nav-left, .nav-right {
        gap: 30px;
    }

    .slide .logo-img {
        width: 221px;
        height: 114px;
        margin-bottom: 70px;
    }

    .slide .text-content {
        gap: 20px;
    }

    .slide .text-content h1 {
        font-size: 43px;
    }

    main {
        padding-top: 80px;
    }

    .section1 {
        margin-top: -80px;
    }

    .swiper-pagination {
        bottom: 50px !important;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .swiper-pagination-bullet-active {
        width: 36px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .swiper-button-prev {
        left: 25px;
    }

    .swiper-button-next {
        right: 25px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 1.6rem;
    }
}

@media (max-width: 992px) {
    .header-container {
        height: 70px;
    }

    .logo {
        height: 20px;
    }

    nav a {
        font-size: 15px;
    }

    .nav-left, .nav-right {
        gap: 20px;
    }

    .slide .logo-img {
        width: 185px;
        height: 95px;
        margin-bottom: 60px;
    }

    .slide .text-content {
        gap: 18px;
    }

    .slide .text-content h1 {
        font-size: 36px;
    }

    main {
        padding-top: 70px;
    }

    .section1 {
        margin-top: -70px;
    }

    .swiper-pagination {
        bottom: 50px !important;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-pagination-bullet-active {
        width: 30px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 40px;
        top: 43%;
    }

    .swiper-button-prev {
        left: 20px;
    }

    .swiper-button-next {
        right: 20px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .header-container {
        height: 60px;
        padding: 0 15px;
    }

    .nav-left, .nav-right {
        display: none;
    }

    .mobile-controls {
        display: flex;
    }

    .logo {
        position: static;
        transform: none;
        margin: 0;
        height: 18px;
    }

    .mobile-controls .inquiry-btn {
        padding: 5px 20px;
        font-size: 14px;
        margin-left: 0;
        border-width: 1.5px;
        text-decoration: none;
    }

    .mobile-menu {
        padding-top: 60px;
    }

    .slide .logo-img {
        width: 148px;
        height: 76px;
        margin-bottom: 50px;
    }

    .slide .text-content {
        gap: 15px;
    }

    .slide .text-content h1 {
        font-size: 29px;
    }

    main {
        padding-top: 60px;
    }

    .section1 {
        margin-top: -60px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 35px;
        height: 35px;
        top: 42%;
    }

    .swiper-button-prev {
        left: 15px;
    }

    .swiper-button-next {
        right: 15px;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 1.2rem;
    }

    .swiper-pagination {
        bottom: 50px !important;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .swiper-pagination-bullet-active {
        width: 18px;
    }
}

@media (max-width: 480px) {
    .header-container {
        height: 50px;
    }

    .logo {
        height: 16px;
    }

    .mobile-menu {
        padding-top: 50px;
    }

    .mobile-controls .inquiry-btn {
        padding: 4px 16px;
        font-size: 13px;
    }

    .slide .logo-img {
        width: 111px;
        height: 57px;
        margin-bottom: 40px;
    }

    .slide .text-content {
        gap: 12px;
    }

    .slide .text-content h1 {
        font-size: 19px;
    }

    main {
        padding-top: 50px;
    }

    .section1 {
        margin-top: -50px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
        top: 40%;
    }

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

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

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 1rem;
    }

    .swiper-pagination {
        bottom: 80px !important;
    }

    .swiper-pagination-bullet-active {
        width: 16px;
    }
}

/* Section 2 Styles */
.section2 {
    padding: 0;
    background: #f8f8f8;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    position: relative;
    width: 100%;
}

.section2 .products-swiper {
    width: 100%;
}

.section2 .swiper-wrapper {
    transition-timing-function: linear;
}

.section2 .swiper-slide {
    width: 20%;
    aspect-ratio: 1;

}

.section2 .swiper-slide:active {
  
}

.section2 .slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

@media (max-width: 768px) {
    .section2 .swiper-slide {
        width: 50%;
    }
}

/* Section 4 Styles */
.section4 {
    padding: 0;
    background: #fff;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    position: relative;
    width: 100%;
}

.section4 .products-swiper {
    width: 100%;
}

.section4 .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

.section4 .swiper-slide {
    width: 20%;

    height: auto;
}

.section4 .swiper-slide:active {

}

.section4 .slide-img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

@media (max-width: 768px) {
    .section4 .swiper-slide {
        width: 50%;
    }
}

/* Section 3 Styles */
.section3 {
    padding: 100px 0;
    background: #FDF1E5;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Base submenu styles */
.section3 .submenu-item {
    margin-bottom: 10px;
}


/* Tablet styles */
@media (max-width: 992px) {
    .section3 .submenu-item {
        margin-bottom: 0;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .section3 .submenu-item {
        margin-bottom: 0;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    .section3 .submenu-item {
        margin-bottom: 0;
    }
}

.section3 .container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section 3 Title */
.section3 .section3-title {
    margin-bottom: 60px;
    text-align: left;
}

.section3 .section3-title h2 {
    font-size: 50px;
    font-weight: 900;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.section3 .section3-title h2 span {
    color: #ff6b00;
}

/* Section 3 Content Layout */
.section3 .section3-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* Section 3 Left Menu */
.section3 .submenu-container {
    width: 160px;
    flex-shrink: 0;
}

.section3 .submenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}



.section3 .submenu-btn {
    width: 100%;
    padding: 12px 0;
    text-align: left;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
}

.section3 .submenu-btn.active {
    color: #ff6b00;
    font-weight: 700;
}

.section3 .submenu-btn:hover {
    color: #ff6b00;
}

/* Section 3 Center Slider */
.section3 .menu-slider-container {
    width: 465px;
    flex-shrink: 0;
}

.section3 .menu-swiper {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 30px;
}

.section3 .menu-swiper .swiper-slide {
    background: transparent;
    padding: 10px;
}

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

/* Section 3 Menu Info */
.section3 .menu-swiper .swiper-slide .menu-info {
    text-align: center;
    padding: 10px 10px 10px;
}

.section3 .menu-swiper .swiper-slide .menu-name {
    font-size: 28px;
    font-weight: 700;
    color: #e65c00;
    /* margin-bottom: 12px; */
}

.section3 .menu-swiper .swiper-slide .menu-desc {
    font-size: 20px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* Section 3 Navigation */
.section3 .menu-swiper .swiper-button-prev,
.section3 .menu-swiper .swiper-button-next {
    color: #666;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.section3 .menu-swiper .swiper-button-prev:hover,
.section3 .menu-swiper .swiper-button-next:hover {
    opacity: 1;
}

/* Section 3 Pagination */
.section3 .menu-swiper .swiper-pagination {
    bottom: 15px !important;
}

.section3 .menu-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.section3 .menu-swiper .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: #ff6b00;
}

/* Section 3 Right Thumbnails */
.section3 .menu-thumbnails-container {
    width: 465px;
    flex-shrink: 0;
}

.section3 .menu-category-section {
    margin-bottom: 25px;
}

.section3 .menu-category-title {
    font-size: 24px;
    font-weight: 700;
    color: #787878;
    /* margin-bottom: 5px; */
}

.section3 .thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/* Section 3 Thumbnail Item */
.section3 .thumbnail-item {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.section3 .thumbnail-item::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.section3 .thumbnail-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}



/* Desktop hover effect (769px and above) */
@media (min-width: 769px) {
    .section3 .thumbnail-item .item-title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1;
    }

    .section3 .thumbnail-item:hover .item-title {
        opacity: 1;
    }

    .section3 .thumbnail-item:hover {
        transform: translateY(-2px);
    }

}

/* Mobile title display (768px and below) */
@media (max-width: 768px) {
    .section3 .thumbnail-grid {
        gap: 20px 10px;
    }

    .section3 .thumbnail-item {
        display: grid;
        grid-template-rows: auto auto;
        gap: 8px;
    }

    .section3 .thumbnail-item .item-title {
        position: static;
        color: #333;
        margin-top: 14px;
        /* padding: 0 5px; */
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        min-height: 32px;
        line-height: 1.4;
        word-break: keep-all;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .section3 .thumbnail-grid {
        gap: 15px 8px;
    }

    .section3 .thumbnail-item {
        gap: 6px;
    }

    .section3 .thumbnail-item .item-title {
        font-size: 10px;
        padding: 0 4px;
        min-height: 28px;
    }

    .section3 .submenu-item {
        margin-bottom: 0px;
    }
}

/* Section 3 Responsive */
@media (max-width: 1200px) {
    .section3 .menu-swiper .swiper-pagination {
        bottom: 12px !important;
    }

    .section3 .menu-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .section3 .menu-swiper .swiper-pagination-bullet-active {
        width: 30px;
    }


    .section3 .submenu-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .section3 .menu-swiper .swiper-pagination {
        bottom: 10px !important;
    }

    .section3 .menu-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .section3 .menu-swiper .swiper-pagination-bullet-active {
        width: 24px;
    }

    .section3 .section3-content {
        flex-direction: column;
        gap: 0px;
    }

    .section3 .submenu-container,
    .section3 .menu-slider-container,
    .section3 .menu-thumbnails-container {
        width: 100%;
    }

    .section3 .menu-slider-container {
        width: 100%;
        margin-bottom: 30px;
    }

    .section3 .submenu-container {
        margin-bottom: 30px;
    }

    .section3 .submenu-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 20px;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
    }

    .section3 .submenu-btn {
        font-size: 20px;
        white-space: nowrap;
        padding: 8px 0;
    }

    .section3 .submenu-item {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .section3 {
        padding: 60px 0;
    }

    .section3 .container {
        padding: 0 15px;
    }

    .section3 .section3-title {
        margin-bottom: 40px;
    }

    .section3 .section3-title h2 {
        font-size: 32px;
    }

    .section3 .menu-swiper .swiper-pagination {
        bottom: 8px !important;
    }

    .section3 .menu-swiper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .section3 .menu-swiper .swiper-pagination-bullet-active {
        width: 18px;
    }

    .section3 .submenu-btn {
        font-size: 18px;
    }

    .section3 .submenu-item {
        margin-bottom: 0px;
    }
}






/* Menu Title */
.menu-title {
    margin-bottom: 30px;
    text-align: left;
}

.menu-title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
    text-align: left;
}

@media (max-width: 992px) {
    .menu-title h3 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .menu-title h3 {
        font-size: 28px;
    }
}

/* LightGallery Navigation buttons */
.lg-prev, 
.lg-next {

    border-radius: 50% !important;

}

/* Section 5 Styles */
.section5 {
    padding: 100px 0;
    background: #fff;
}

.section5 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section5 .section5-title {
    margin-bottom: 50px;
    text-align: center;
}

.section5 .section5-title h2 {
    font-size: 50px;
    font-weight: 900;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.section5 .section5-title h2 span {
    color: #ff6b00;
}

.section5 .section5-subtitle {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
    color: #666;
    line-height: 1.4;
}

.section5 .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 auto;
    max-width: 1000px;
}

.section5 .grid-item {
    width: 100%;
    text-align: center;
}

.section5 .grid-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.section5 .grid-item .item-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.section5 .grid-item .item-title .number {
    width: 30px;
    height: 30px;
    background-color: #ff6b00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
    padding-top: 0px;
}

.section5 .grid-item .item-title .text {
    background-image: linear-gradient(transparent 50%, #FFEFE5 50%);
    padding: 0 5px;
    color: #333333;
}

@media (max-width: 992px) {
    .section5 .grid-item .item-title {
        font-size: 20px;
        gap: 10px;
    }
    .section5 .grid-item .item-title .number {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .section5 .grid-item .item-title {
        font-size: 18px;
        gap: 8px;
    }
    .section5 .grid-item .item-title .number {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
}

.section5 .grid-item .item-desc {
    font-size: 18px;
    color: #777;
    line-height: 1.6;
    word-break: keep-all;
}

@media (max-width: 992px) {
    .section5 .section5-subtitle {
        font-size: 20px;
    }
    .section5 .grid-item .item-title {
        font-size: 20px;
    }
    .section5 .grid-item .item-desc {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .section5 {
        padding: 60px 0;
    }

    .section5 .section5-subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .section5 .grid-item .item-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section5 .grid-item .item-desc {
        font-size: 15px;
    }
    .section5 .grid-item img {
        margin-bottom: 15px;
    }
}

@media (max-width: 1200px) {
    .section3 .section3-title h2,
    .section5 .section5-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    .section3 .section3-title h2,
    .section5 .section5-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .section3 .section3-title h2,
    .section5 .section5-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .section3 .section3-title h2,
    .section5 .section5-title h2 {
        font-size: 28px;
    }
}

.section5 .section5-title h2 br {
    display: none;
}

@media (max-width: 768px) {
    .section5 .section5-title h2 br {
        display: block;
    }
}

.section5 .grid-item {
    width: 100%;
    text-align: left;
    /* padding: 0 42px; */
}

.section5 .grid-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.section5 .grid-item .item-desc {
    font-size: 24px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    padding-left: 42px;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .section5 .grid-item .item-desc {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .section5 .grid-item {
        /* padding: 0 30px; */
    }
    .section5 .grid-item .item-desc {
        font-size: 20px;
        padding-left: 32px;
    }
}

@media (max-width: 768px) {
    .section5 .grid-item {
        padding: 0 20px;
    }
    .section5 .grid-item .item-desc {
        font-size: 18px;
        padding-left: 32px;
    }
}

@media (max-width: 480px) {
    .section5 .grid-item {
        padding: 0 0px;
    }
    .section5 .grid-item .item-desc {
        font-size: 16px;
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .section5 .grid-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Section 6 Styles */
.section6 {
    position: relative;
    padding: 100px 0;
    background-color: transparent;
    overflow: hidden;
}

.section6::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_susimarket/section06_bg.png') no-repeat center center/cover;
    z-index: -1;
    will-change: transform;
}

.section6 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.section6 .section6-title {
    text-align: center;
    margin-bottom: 30px;
}

.section6 .section6-title h2 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.section6 .section6-title h2 span {
    background-image: linear-gradient(transparent 50%, #FC5F01 50%);
    padding: 0 5px;
}

.section6 .section6-subtitle {
    text-align: center;
    /* margin-bottom: 60px; */
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .section6 .section6-title h2 {
        font-size: 42px;
    }
    .section6 .section6-subtitle {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .section6 .section6-title h2 {
        font-size: 36px;
    }
    .section6 .section6-subtitle {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .section6 {
        padding: 60px 0;
    }
    .section6 .section6-title h2 {
        font-size: 32px;
    }
    .section6 .section6-subtitle {
        font-size: 18px;
  
    }
}

@media (max-width: 480px) {
    .section6 .section6-title h2 {
        font-size: 28px;
    }
    .section6 .section6-subtitle {
        font-size: 15px;
    }
}

/* Section 7 Styles */
.section7 {
    padding: 100px 0;
    background: #312317;
}

.section7 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section7 .grid-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section7 .grid-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    gap: 40px;
    padding: 40px;
    align-items: center; /* 수직 중앙 정렬 */
}

.section7 .grid-item .content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex-grow: 1;
    order: 1;
}

.section7 .grid-item img {
    width: 50%;
    height: auto;
    display: block;
    flex-shrink: 0;
    order: 2;
    border-radius: 10px;
}

.section7 .grid-item .order {
    font-size: 30px;
    font-weight: 700;
    color: #ff6b00;
    position: relative;
    padding-left: 45px;
    display: flex;
    align-items: center;
}

.section7 .grid-item .order::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #ff6b00;
    border-radius: 50%;
}

.section7 .grid-item .order::after {
    content: '+';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section7 .grid-item .title {
    font-size: 38px;
    font-weight: 700;
    color: #333;
    line-height: 1.8;
    word-break: keep-all;
    position: relative;
    padding-left: 35px;
}

.section7 .grid-item .title::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #D9D9D9;
}

@media (max-width: 1200px) {
    .section7 .grid-item {
        padding: 30px;
        gap: 30px;
    }
    .section7 .grid-item .order {
        font-size: 28px;
        padding-left: 40px;
    }
    .section7 .grid-item .title {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .section7 .grid-item {
        padding: 25px;
        gap: 25px;
    }
    .section7 .grid-container {
        gap: 30px;
    }
    .section7 .grid-item .order {
        font-size: 26px;
    }
    .section7 .grid-item .title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .section7 {
        padding: 60px 0;
    }
    .section7 .grid-container {
        gap: 30px;
    }
    .section7 .grid-item {
        flex-direction: column;
        gap: 20px;
    }
    .section7 .grid-item img {
        width: 100%;
        order: 2;
    }
    .section7 .grid-item .content {
        order: 1;
        width: 100%;
    }
    .section7 .grid-item .order {
        font-size: 24px;
        padding-left: 38px;
    }
    .section7 .grid-item .order::before {
        width: 24px;
        height: 24px;
    }
    .section7 .grid-item .order::after {
        width: 24px;
        height: 24px;
        font-size: 17px;
    }
    .section7 .grid-item .title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .section7 .grid-item {        
        gap: 15px;
    }
    .section7 .grid-item .order {
        font-size: 20px;
        padding-left: 35px;
    }
    .section7 .grid-item .order::before {
        width: 22px;
        height: 22px;
    }
    .section7 .grid-item .order::after {
        width: 22px;
        height: 22px;
        font-size: 15px;
    }
    .section7 .grid-item .title {
        font-size: 18px;
    }

    .section7 .grid-item .title::before {
        left: 10px;
    }
}



/* Section 8 Styles */
.section8 {
    padding: 100px 0;
    background: #fff;
}

.section8 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section8 .section8-title {
    text-align: center;
    margin-bottom: 60px;
}

.section8 .section8-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
}

.section8 .section8-maintitle {
    font-size: 50px;
    font-weight: 900;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

.section8 .section8-maintitle span {
    color: #ff6b00;
}

.section8 .pc-images {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.section8 .pc-images img {
    width: calc(50% - 10px);
    height: auto;
}

.section8 .mobile-images {
    display: none;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

.section8 .mobile-images img {
    width: 100%;
    height: auto;
}

.section8 .section8-bottom {
    text-align: center;
}

.section8 .bottom-text {
    font-size: 36px;
    font-weight: 900;
    color: #333;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 10px;
}
.section8 .italic {
    font-style: italic;
}
.section8 .bottom-text .underline {
    background-image: linear-gradient(transparent 50%, #FFEFE5 50%);
    padding: 0 5px;
}

.section8 .bottom-highlight {
    font-size: 40px;
    font-weight: 900;
    color: #ff6b00;
    margin: 20px 0 0;
}

@media (max-width: 992px) {
    .section8 .section8-maintitle {
        font-size: 42px;
    }
    .section8 .bottom-text {
        font-size: 32px;
    }
    .section8 .bottom-highlight {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .section8 {
        padding: 60px 0;
    }
    .section8 .section8-subtitle {
        font-size: 24px;
    }
    .section8 .section8-maintitle {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .section8 .pc-images {
        display: none;
    }
    .section8 .mobile-images {
        display: flex;
    }
    .section8 .bottom-text {
        font-size: 28px;
    }
    .section8 .bottom-highlight {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .section8 .section8-subtitle {
        font-size: 20px;
    }
    .section8 .section8-maintitle {
        font-size: 32px;
    }
    .section8 .bottom-text {
        font-size: 24px;
    }
    .section8 .bottom-highlight {
        font-size: 28px;
    }
}

/* Section 8 Text Styles - Mobile First */
.section8 .section8-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
    word-break: keep-all;
    padding: 0 20px;
}

.section8 .section8-maintitle {
    font-size: 24px;
    font-weight: 900;
    color: #333;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
    word-break: keep-all;
}

.section8 .section8-maintitle span {
    color: #ff6b00;
}

.section8 .bottom-text {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 10px;
    word-break: keep-all;
    padding: 0 20px;
}

.section8 .bottom-highlight {
    font-size: 22px;
    font-weight: 900;
    color: #ff6b00;
    margin: 15px 0 0;
}

/* Tablet (768px and up) */
@media (min-width: 768px) {
    .section8 .section8-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 0;
    }

    .section8 .section8-maintitle {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .section8 .bottom-text {
        font-size: 28px;
        margin-bottom: 15px;
        padding: 0;
    }

    .section8 .bottom-highlight {
        font-size: 32px;
        margin: 20px 0 0;
    }
}

/* Desktop (992px and up) */
@media (min-width: 992px) {
    .section8 .section8-subtitle {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .section8 .section8-maintitle {
        font-size: 42px;
        margin-bottom: 50px;
    }

    .section8 .bottom-text {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .section8 .bottom-highlight {
        font-size: 36px;
    }
}

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .section8 .section8-subtitle {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .section8 .section8-maintitle {
        font-size: 50px;
        margin-bottom: 60px;
    }

    .section8 .bottom-text {
        font-size: 36px;
    }

    .section8 .bottom-highlight {
        font-size: 40px;
    }
}

/* Section 8 Text Styles - Mobile First */
.section8 .section8-maintitle span {
    color: #ff6b00;
    display: inline;
}

.section8 .bottom-highlight {
    display: inline;
}

@media (max-width: 768px) {
    .section8 .section8-maintitle span {
        display: block;
        margin-top: 5px;
    }
    
    .section8 .bottom-highlight {
        display: block;
        margin-top: 10px;
    }
}

/* Section 9 Styles */
.section9 {
    padding: 100px 0;
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_susimarket/section09_bg.png') no-repeat center center/cover;
    color: #333333;
    /* background: #FDF1E5; */
}

.section9 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section9 .section9-header {
    text-align: center;
    margin-bottom: 60px;
}

.section9 .section9-subtitle {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #FC5F01;
}

.section9 .section9-title {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.3;
}

.section9 .section9-desc {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.3;
    white-space: pre-line;
}

.section9 .section9-desc .highlight {
    color: #ff6b00;
    display: inline;
    background-image: linear-gradient(transparent 50%, #FEFCF6 50%);
    padding: 0 5px;
}

.section9 .section9-content {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.section9 .content-left,
.section9 .content-right {
    width: calc(50% - 20px);
    text-align: center;
}

.section9 .content-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.section9 .content-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    opacity: 0.8;
}

.section9 .content-image {
    margin-bottom: 30px;
}

.section9 .content-image img {
    width: 100%;
    height: auto;
    display: block;
}

.section9 .content-image .mobile {
    display: none;
}

.section9 .content-bottom {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 1200px) {
    .section9 .section9-subtitle {
        font-size: 26px;
    }
    .section9 .section9-title,
    .section9 .section9-desc {
        font-size: 42px;
    }
    .section9 .content-title {
        font-size: 32px;
    }
    .section9 .content-bottom {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .section9 .section9-subtitle {
        font-size: 24px;
    }
    .section9 .section9-title,
    .section9 .section9-desc {
        font-size: 36px;
    }
    .section9 .content-title {
        font-size: 28px;
    }
    .section9 .content-subtitle {
        font-size: 18px;
    }
    .section9 .content-bottom {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .section9 {
        padding: 60px 0;
    }
    .section9 .section9-subtitle {
        font-size: 20px;
    }
    .section9 .section9-title,
    .section9 .section9-desc {
        font-size: 28px;
    }
    .section9 .section9-content {
        flex-direction: column;
        gap: 40px;
    }
    .section9 .content-left,
    .section9 .content-right {
        width: 100%;
    }
    .section9 .content-title {
        font-size: 24px;
    }
    .section9 .content-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section9 .content-image .pc {
        display: none;
    }
    .section9 .content-image .mobile {
        display: block;
    }
    .section9 .content-bottom {
        font-size: 28px;
    }
    .section9 .section9-desc .highlight {
        display: block;
        margin-bottom: 5px;
        width: auto;
        white-space: pre-line;
    }
    .section9 .section9-title {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .section9 .section9-subtitle {
        font-size: 18px;
    }
    .section9 .section9-title,
    .section9 .section9-desc {
        font-size: 24px;
    }
    .section9 .content-title {
        font-size: 20px;
    }
    .section9 .content-bottom {
        font-size: 24px;
    }

    .section9 .section9-title {
        margin-bottom: 5px;
    }
}

.section9 .section9-desc .highlight-wrap {
    display: inline;
}

.section9 .section9-desc .highlight-bg {
    background-image: linear-gradient(transparent 50%, #FEFCF6 50%);
    margin-right: 7px;
    color: #ff6b00;
}

@media (max-width: 768px) {
    .section9 .section9-desc .highlight-wrap {
        display: block;
        margin-bottom: 5px;
    }
}

/* Section 10 Styles */
.section10 {
    padding: 100px 0;
    background: url('https://frogstock.speedgabia.com/smi/landing/2025/smi_2025_susimarket/section10_bg.png') no-repeat center center/cover;
    position: relative;
}



.section10 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.section10 .section10-title {
    text-align: center;
    margin-bottom: 60px;
}

.section10 .section10-title h2 {
    font-size: 50px;
    font-weight: 900;
    color: #333;
    line-height: 1.3;
}

.section10 .table-image {
    max-width: 1200px;
    margin: 0 auto;
}

.section10 .table-image img {
    width: 100%;
    height: auto;
    display: block;
}

.section10 .table-image .pc {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section10 .table-image .mobile {
    display: none;
    width: 100%;
}

@media (max-width: 1200px) {
    .section10 .section10-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    .section10 .section10-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .section10 {
        padding: 60px 0;
    }
    .section10 .section10-title {
        margin-bottom: 40px;
    }
    .section10 .section10-title h2 {
        font-size: 32px;
    }
    .section10 .table-image .pc {
        display: none;
    }
    .section10 .table-image .mobile {
        display: block;
    }
}

@media (max-width: 480px) {
    .section10 .section10-title h2 {
        font-size: 28px;
    }
}



/* Prevent FOUC */
.no-js [data-animation] {
opacity: 1;
visibility: visible;
transform: none;
}

/* Section 11 Styles */
.section11 {
padding: 0;
background: #fff;
overflow: hidden;
position: relative;
}

.section11 .container {
display: flex;
align-items: stretch;
position: relative;
gap: 0;
max-width: none;
padding: 0;
}

.section11 .form-image {
width: 50vw;
position: relative;
}

.section11 .form-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
min-height: 600px;
}

.section11 .form-container {
width: 50vw;
padding: 100px 0 100px 120px;
box-sizing: border-box;
max-width: 600px;
}

@media (max-width: 1200px) {
.section11 .form-container {
    padding: 60px 40px;
}
}

@media (max-width: 768px) {
.section11 .container {
    flex-direction: column;
}

.section11 .form-image {
    width: 100vw;
}

.section11 .form-image img {
    min-height: 400px;
}

.section11 .form-container {
    width: 100%;
    padding: 30px 20px;
    max-width: 100%;
}
}

.section11 .form-title {
font-size: 50px;
font-weight: 900;
color: #000;
margin-bottom: 40px;
text-align: center;
}

.section11 .form-title span {
color: #ff6b00;
}

.section11 .form-group {
margin-bottom: 20px;
}

.section11 input[type="text"],
.section11 textarea {
width: 100%;
padding: 15px;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 16px;
font-family: 'Noto Sans KR', sans-serif;
}

.section11 textarea {
height: 80px;
resize: none;
}

.section11 .form-group label {
display: block;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
color: #333;
}

.section11 .agreement-group {
margin-top: 30px;
}

.section11 .agreement-item {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 15px;
font-size: 16px;
font-weight: 400;
position: relative;
}

/* Custom Checkbox Style */
.section11 .agreement-item input[type="checkbox"] {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Custom Checkbox Design */
.section11 .agreement-item label {
position: relative;
padding-left: 32px;
cursor: pointer;
font-size: 16px;
line-height: 24px;
display: inline-block;
}

.section11 .agreement-item label:before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
border: 2px solid #ddd;
background: #fff;
border-radius: 4px;
transition: all 0.2s ease;
}

/* Checkbox Check Mark */
.section11 .agreement-item label:after {
content: '';
position: absolute;
left: 8px;
top: 4px;
width: 6px;
height: 12px;
border: solid #ff6b00;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
opacity: 0;
transition: all 0.2s ease;
}

/* Checked State */
.section11 .agreement-item input[type="checkbox"]:checked + label:before {
border-color: #ff6b00;
background: #fff;
}

.section11 .agreement-item input[type="checkbox"]:checked + label:after {
opacity: 1;
}

/* Hover State */
.section11 .agreement-item label:hover:before {
/* border-color: #ff6b00; */
}

.section11 .agreement-item a {
color: #666;
text-decoration: underline;
margin-left: 4px;
}

/* Required Mark */
.section11 .agreement-item label .required {
color: #ff6b00;
margin-left: 4px;
}

.section11 button[type="submit"] {
width: 100%;
padding: 20px;
background: #ff6b00;
color: #fff;
border: none;
border-radius: 8px;
font-size: 18px;
font-weight: 700;
cursor: pointer;
margin-top: 30px;
transition: background-color 0.3s;
}

.section11 button[type="submit"]:hover {
background: #ff5500;
}

@media (max-width: 768px) {
.section11 .container {
    flex-direction: column;
    /* gap: 40px; */
}

.section11 .form-image,
.section11 .form-container {
    max-width: 100%;
}

.section11 .form-title {
    font-size: 36px;
    text-align: center;
}

.section11 .form-group label {

    margin-bottom: 5px;
    color: #333;
}
.section11 .form-group{
    margin-bottom: 10px;
}

.section11 .agreement-group {
    margin-top: 15px;
}

.section11 button[type="submit"] {
    margin-top: 15px;
}

}

/* Footer Styles */
footer {
background-color: #333333;
padding: 50px 0;
}

footer .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

footer p {
color: #b1b1b1;
font-size: 20px;
font-weight: 400;
line-height: 1.8;
margin: 0;
letter-spacing: -0.02em;
}

footer .info-item {
display: inline-block;
position: relative;
margin-right: 10px;
}

footer .info-item:not(:last-child):after {
content: "";
display: inline-block;
width: 1px;
height: 14px;
background-color: #555;
margin-left: 15px;
vertical-align: middle;
}

footer p + p {
margin-top: 15px;
}

@media (max-width: 768px) {
footer {
    padding: 40px 0;
}

footer p {
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.6;
}

footer .info-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .info-item:not(:last-child):after {
    height: 12px;
    margin-left: 10px;
}

footer p + p {
    margin-top: 10px;
}
}

html {
scroll-behavior: smooth;
}

section {
scroll-margin-top: 80px; /* 헤더 높이만큼 여백 추가 */
}

@media (max-width: 768px) {
section {
    scroll-margin-top: 60px;
}
}

/* Modal Styles */
.modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 9999;
}

.modal-content {
position: relative;
background-color: #fff;
margin: 15vh auto;
padding: 0;
width: 90%;
max-width: 600px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-header {
padding: 20px 30px;
border-bottom: 1px solid #eee;
position: relative;
}

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

.close-modal {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
font-size: 28px;
font-weight: 700;
color: #666;
background: none;
border: none;
cursor: pointer;
padding: 0 8px;
}

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

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

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

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

.privacy-content p strong {
color: #333;
display: inline-block;
margin-right: 10px;
}

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

@media (max-width: 768px) {
.modal-content {
    margin: 10vh auto;
    width: 95%;
}

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

.modal-body {
    padding: 20px;
}

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

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