/* BASIC css start */
  
:root {
    --text-color: #000;
    --text-light: #222;
}
.companyContents {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

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

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

#hero {
    padding-top: clamp(80px, 31vw, 200px);
    text-align: center;
    padding-bottom: clamp(32px, 15vw, 85px);
}

#hero .hero-logo {
    margin-bottom: clamp(20px, 2.5vw, 30px);
}

#hero h1 { 
    font-weight: bold;
    margin-bottom: clamp(20px, 2.5vw, 30px);
    line-height: 1.5;
    font-size: clamp(26px, 5vw, 64px);
}

#hero p { 
    color: var(--text-light);
    margin-bottom: clamp(24px, 4vw, 57px);
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-size: clamp(14px, 3vw, 26px);
    word-break: keep-all;
}

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

.store-buttons .store-btn {
    border: 1px solid #d6d6d6;
    background: #fff;
    font-weight: 500;
    transition: all 0.3s;
    border-radius: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 1.5vw, 20px);
    width: clamp(140px, 10vw, 178px);
    height: clamp(48px, 3vw, 56px);
}

.store-buttons .store-btn:hover {
    background: #f0f0f0;
}

.store-buttons .store-btn.dark {
    background: #333;
    color: #fff;
    border-color: #333;
}

.store-buttons .store-btn.dark:hover {
    background: #000;
}

#hero .hero-image {
    /*margin-top: clamp(90px, 33vw, 228px);*/    
    margin-top: clamp(90px, 22vw, 92px);
    position: relative;
}

#hero .hero-image img {
    /*height: 600px;*/
    width: auto;
    box-shadow: 19px -4px 17.1px 0px #7F879F4D;
    border-radius: 40px 40px 0 0;
}

#hero .hero-image .blur {
    background: linear-gradient(to top,
        #f5f5f5,
        rgba(245, 245, 245, 0));
    height: 77px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 10;
}

#partners {
    padding: 16px 0;
    overflow: hidden;
}

.company #partners img {
    max-width: max-content;
}

.marquee-wrapper {
    white-space: nowrap;
    overflow: hidden;
}

.marquee-content {
    display: inline-block;
    animation: marquee 120s linear infinite;
}

.marquee-content span {
    display: inline-block; 
    opacity: 0.85;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
 
} 
#features {
    padding: clamp(60px, 20vw, 160px) 0 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 130px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item .text-content {
    box-sizing: border-box;
}

.feature-item:nth-child(1) .text-content {
    width: calc(100% - 360px);
    padding-right: clamp(24px, 12vw, 251px);
}

.feature-item:nth-child(2) .text-content {
    width: calc(100% - 383px);
    padding-left: clamp(24px, 10vw, 215px);
}

.feature-item:nth-child(3) .text-content {
    width: calc(100% - 448px);
    padding-right: clamp(24px, 11vw, 236px);
}

.feature-item:nth-child(1) .image-content {
    width: 360px;
}

.feature-item:nth-child(2) .image-content {
    width: 383px;
}

.feature-item:nth-child(3) .image-content {
    width: 448px;
}

.feature-item.reverse {
    flex-direction: row-reverse;
}

.feature-item h2 {
    margin-bottom: clamp(10px, 2.5vw, 30px);
    line-height: 1.4;
    font-weight: bold;
    font-size: clamp(30px, 4vw, 54px);
}

.feature-item p {
    font-size: clamp(14px, 2vw, 23px);
    color: #444;
    word-break: keep-all;
}

.feature-item .image-content img {
    width: 100%;
    border-radius: 10px;
}

#mission {
    padding: clamp(75px, 8vw, 100px) 0 clamp(30px, 4vw, 58px);
    text-align: center;
}

#mission h2 {
    font-weight: bold;
    margin-bottom: clamp(25px, 2.8vw, 40px);
    line-height: 1.5;
    font-size: clamp(26px, 5vw, 64px);
    letter-spacing: 0.01em;
}

#mission p {
    word-break: keep-all;
    color: var(--text-light);
    margin: 0 auto;
    letter-spacing: 0.02em;
    font-weight: 300;
    font-size: clamp(14px, 3vw, 26px);
    line-height: 1.8;
}
 
#banner {
    height: 60vh;
    background-image: url('/design/offik/images/company_banner.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.arrow {
    padding-top: clamp(80px, 10vw, 140px);
    text-align: center;
}

.main-footer {
    margin-top: 0 !important;
}

.br {display:inline-block;}

/* --- 반응형 (모바일) --- */
@media (max-width: 1024px) {
.feature-item:nth-child(3) .image-content {
    width: 388px;
}

.feature-item:nth-child(3) .text-content {
    width: calc(100% - 388px);
}

.feature-item:nth-child(2) .image-content {
    width: 323px;
}

.feature-item:nth-child(2) .text-content {
    width: calc(100% - 323px);
}

.feature-item:nth-child(1) .image-content {
    width: 300px;
}

.feature-item:nth-child(1) .text-content {
    width: calc(100% - 300px);
}
    #banner {
        height: 30vh;
    }
.br {display:none;}

}

@media (max-width: 768px) {
    #hero .hero-logo {
        max-width: 50%;
    }


    #hero .hero-image img {
        height: 400px;
        border-radius: 30px 30px 0 0;
    }

    .company #partners img {
        height: 30px;
    }

    .feature-item,
    .feature-item.reverse {
        flex-direction: column-reverse;
        margin-bottom: clamp(70px, 9vw, 130px);
        text-align: center;
    }

    .feature-item.reverse {
        flex-direction: column;
    }

    .feature-item .text-content {
        width: 100% !important;
        padding: 5vw 0 0 0 !important;
    }

    .feature-item.reverse .text-content {
        order: 2;
    }

    .feature-item.reverse .image-content {
        order: 1;
    }

    .feature-item .image-content {
        width: 50% !important;
    }

    #banner {
        height: 24vh;
    }
.br {display:inline-block;}
}
   
/* BASIC css end */

