@charset "UTF-8";
@media all and (min-width: 0px) and (max-width: 1039px) {
    :root {
        --basic-width: calc(100% - var(--mrgn-x4));
        --moble-nav-width: 240px;
    }

    html,
    body {
        overflow-x: hidden;
    }

    h1 {
        font-size: 68px;
    }

    .about {
        padding: 80px 20px 40px 20px;
    }

    .about_sub_text {
        gap: 20px;
    }

    .about_sub_text h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 38px;
    }

    .about_sub_text br {
        display: block;
    }

    .container {
        max-width: 100%;
        height: 100%;
    }

    .hero_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .about_sub_text span.hero_text h3 {
        margin-left: 0;
    }

    .about_sub_text strong {
        font-size: 28px;
        font-weight: 700;
    }

    .about-content {
        align-items: center;
        width: 100%;
    }

    .about-text {
        gap: 20px;
    }

    .front-scroll {
        height: auto;
        padding: 20px;
        text-align: left;
    }

    .pin-wrap {
        position: relative;
        height: auto;
    }

    .back-pin {
        height: auto;
        padding-bottom: 20px;
    }

    .about-details p {
        padding-left: 0;
    }

    #titleTxt br {
        display: none;
    }

    .about_wrap,
    .technology_wrap,
    .features_wrap,
    .portfolio_wrap,
    .contact_wrap {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .technology_wrap .hero_title .cutout,
    .features_wrap .hero_title .cutout,
    .portfolio_wrap .hero_title .cutout,
    .contact_wrap .hero_title .cutout {
        line-height: 75px;
    }

    .cutout {
        margin: 0;
        text-align: left;
        font-weight: 900;
        line-height: 85px;
        background-image: url(../images/img_HighresScreenshot00000.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .technology_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 20px;
    }

    .tech-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .technology_wrap strong,
    .features_wrap strong,
    .contact_wrap strong {
        font-size: 28px;
        line-height: 30px;
    }

    .technology_wrap .hero_title {
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .about-item {
        gap: 20px;
    }

    .about-details p {
        font-size: 16px;
        text-align: center;
    }

    .features_wrap .section-subtitle {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .section-subtitle h5,
    .section-subtitle h6 {
        width: 100%;
    }

    .features .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .feat-img {
        display: none;
    }

    .feat-img-mob {
        display: block;
        margin: 0;
    }
    .feat-img-mob img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 20px;
    }

    .features {
        padding: 0;
    }

    .feat-row {
        flex-direction: column;
        gap: 32px;
        height: auto;
    }

    .feature-number {
        color: #845ec2;
    }

    .feat-desc h3 {
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .feat-desc {
        order: 0;
        width: 100%;
        flex: none;
        padding: 0 20px 0;
    }

    .feat-img {
        order: 1;
        width: 100%;
        flex: none;

        position: static;
        top: auto;
        height: auto;
        min-height: 0;

        border-radius: 20px;
        overflow: hidden;
    }

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

    .portfolio {
        padding: 0 0 40px 0;
    }

    .portfolio_wrap .hero_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .portfolio_wrap > p {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
        padding-bottom: 72px;
    }

    .portfolio-card {
        width: 428px;
        min-height: 560px;
        background: #fff;
        border-radius: var(--radius);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

    .portfolio-card__img img {
        border-radius: var(--radius) var(--radius) 0 0;
    }

    .portfolio-slider-wrap .button-plane {
        top: -5px;
        width: 76px;
        height: 76px;
    }

    .portfolio-prev {
        left: 20px;
        right: 84px;
    }

    .contact_wrap .hero_title {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .features_wrap > .hero_title,
    .contact_wrap > .hero_title {
        margin-bottom: 40px;
    }

    .contact_wrap {
        display: flex;
        flex-direction: column;
    }

    .contact_wrap > .container {
        margin: 0;
    }

    .contact-wrapper {
        width: 100%;
    }

    .contact-form {
        width: 100%;
        padding: 0;
    }

    .contact-form-wrapper {
        width: 100%;
    }

    .lang-selector {
        display: flex;
        position: absolute;
        top: 18px;
        right: 20px;
        margin-right: 0;
        z-index: 1100;
    }

    .lang-btn {
        padding: 0.3rem 0.55rem;
        font-size: 0.72rem;
    }

    .navbar {
        background: #ffffff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        padding: 10px 0;
    }

    .navbar::after {
        display: none;
    }

    .nav-wrapper {
        padding: 0 20px;
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        flex-shrink: 0;
        transform: none !important;
    }

    .nav-logo-img {
        height: 28px;
        width: auto;
        transition: all 0.3s ease;
    }

    .logo_text,
    .navbar.scrolled .logo_text {
        opacity: 0 !important;
        width: auto !important;
        max-width: none !important;
        margin-left: 0 !important;
        transform: none !important;
        overflow: visible !important;
        color: #2c2c2c;
        font-size:45px;
        line-height: 40px;
        font-weight: 700;
        transition: none;
    }

    .desktop-lang {
        display: none !important;
    }

    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        padding: 0;
        margin-left: auto;
        z-index: 1200;
    }

    .mobile-menu-toggle span {
        width: 24px;
        height: 2px;
        border-radius: 999px;
        background: var(--primary-green);
        transition: all 0.3s ease;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

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

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .nav-menu {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 1.25rem 1.25rem 1.75rem;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);

        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-12px);
        transition: all 0.28s ease;
        z-index: 1100;
    }

    .nav-menu.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .logo img {
        
        height: 40px;
    }

    .logo:hover img {
        position: absolute;
        height: 40px;
        transform: translateX(-111px);
    }

    .logo:hover {
        transform: scale(1.05);
    }

    .logo_text {
        font-family: 'Smooch Sans', sans-serif;
        color: #fff;
        font-size: 60px;
        font-weight: 700;
        padding-left: 55px;
        padding-top: 4px;
        letter-spacing: 18px;
    }

    .navbar.scrolled .logo:hover {
        width: inherit;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        transform: scale(1);
    }

    .nav-link {
        width: 100%;
        padding: 1rem 0;
        border-radius: 0;
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--dark-gray);
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .nav-link::after {
        display: none;
    }

    .mobile-lang {
        display: flex;
        margin-top: 1rem;
        margin-right: 0;
        align-self: flex-start;
    }

    .mobile-menu-actions {
        display: flex;
        gap: 0.75rem;
        width: 100%;
        margin-top: 1.25rem;
    }

    .mobile-menu-actions .btn {
        flex: 1;
        justify-content: center;
        min-height: 2.9rem;
        font-size: 18px;
        padding: 0.8rem 1rem;
    }

    .navbar.scrolled {
        padding: 8px 0;
        background: white;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    .navbar.scrolled .nav-wrapper {
        height: inherit;
        width: inherit;
        margin: inherit;
    }

    .navbar.scrolled .logo {
        width: inherit;
        display: inherit;
        flex-direction: inherit;
        justify-content: inherit;
        align-items: inherit;
    }

    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1200;
        margin-left: auto;
    }

    .mobile-menu-toggle span {
        width: 28px;
        height: 4px;
        background-color: var(--primary-purple);
        border-radius: 999px;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

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

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .title_h3 {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .hero-title {
        font-size: 45px;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: var(--spacing-md);
    }

    .section-title {
        font-size: 1.75rem;
    }

    .tech-prev, .tech-next {
        bottom: 182px;
    }

    .tech-grid,
    .features-grid,
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        max-width: 100%;
        margin: 0 20px;
        background: #000;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0 40px 0;
        border-top: 1px solid rgba(201, 206, 193, 0.1);
        position: relative;
        color: rgba(255, 225, 255, 0.3);
    }

    .footer-bottom-links a {
        color: rgba(255, 225, 255, 0.3);
    }

    .footer-logo {
        font-size: 95px;
    }

    .footer-logo h1 {
        font-size: 88px;
        line-height: 80px;
    }

    .footer-brand::before {
        height: 34%;
    }

    .footer-content {
    }

    .footer_wrap {
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
    }

    .footer-section {
    }

    .footer_nav {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }

    .footer-contact {
        padding: 0 20px 40px 20px;
    }

    .footer-links {
        display: flex;
        flex-direction: row;
        gap: 20px;
        font-size: 20px;
        font-weight: 700;
    }

    .footer-links li {
        margin-bottom: 0;
    }

    .footer-contact li {
        opacity: 0.5;
    }
}

@media all and (min-width: 0px) and (max-width: 599px) {
    /*모바일*/
    :root {
        --mrgn: 12.5px;
        --basic-font-size: 11px;
    }

    .logo img {
        position: absolute;
        height: 40px;
        transition: opacity 0.3s ease;
    }

    .footer-logo h1 {
        font-size: 96px;
        line-height: 93px;
        font-weight: 900;
    }

    .home > .footer-logo .footer-brand {
        width: 100%;
        position: relative;
        text-align: center;
        padding: 0;
        background: transparent;
        margin-top: -17px;
    }

    #titleTxt br {
        display: none;
    }

    .cup {
        position: absolute;
        top: -50px;
        left: calc(50% + 32vw);
        width: 60px;
        height: 60px;
        background: url(../images/img_hole.png) center / contain no-repeat;
        pointer-events: none;
    }
}

@media (max-width: 480px) {
    :root {
        --spacing-md: 1.5rem;
        --spacing-lg: 2rem;
        --spacing-xl: 2.5rem;
        --spacing-xxl: 3rem;
    }

    .hero-title {
        font-size: 35px;
    }

    .title_h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .stat-number {
        font-size: 2.25rem;
    }

    .btn {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }

    .logo {
        font-size: 1.25rem;
    }

    .scroll-top-btn {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
}

@media all and (min-width: 0px) and (max-width: 479px) {
    /*작은 모바일*/
    :root {
        --mrgn: 10px;
        --basic-font-size: 10px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
    }

    #titleTxt br {
        display: none;
    }

    .footer-logo h1 {
        font-size: 83px;
        line-height: 86px;
        font-weight: 900;
    }
}
@media all and (min-width: 600px) and (max-width: 1039px) {
    /*타블렛*/
    :root {
        --mrgn: 15px;
        --basic-font-size: 12px;
    }

    .footer-logo h1 {
        font-size: 125px;
        line-height: 125px;
    }

    .home > .footer-logo .footer-brand {
        margin-top: -24px;
    }

    .about-details p {
        font-size: 16px;
        text-align: left;
    }

    .logo_text,
    .navbar.scrolled .logo_text {
        opacity: 1 !important;
        width: auto !important;
        max-width: none !important;
        margin-left: 0 !important;
        transform: none !important;
        overflow: visible !important;
        color: #2c2c2c;
        font-size:45px;
        line-height: 40px;
        font-weight: 700;
        transition: none;
    }

    .back-pin {
        height: auto;
        position: sticky;
        top: 0;
        display: flex;
        justify-content: center;
       align-items: center;
        text-align: center;
        background: var(--white);
        z-index: 2;
        border-bottom: 1px solid #c9cec1;
        overflow: visible;
    }

    .about_sub_text br {
        display: none;
    }

    .hero_title {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .cup {
        left: calc(50% + 42vw);
    }
}

@media all and (min-width: 800px) and (max-width: 1039px) {
    .container {
        max-width: 100%;
        margin: 0 auto;
    }

    .logo_text,
    .navbar.scrolled .logo_text {
        opacity: 1 !important;
        width: auto !important;
        max-width: none !important;
        margin-left: 0 !important;
        transform: none !important;
        overflow: visible !important;
        color: #2c2c2c;
        font-size:45px;
        line-height: 40px;
        font-weight: 700;
        transition: none;
    }

    .footer-logo h1 {
        font-size: 200px;
        line-height: 173px;
    }

    .about_wrap {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .hero_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    
}
@media all and (min-width: 1040px) and (max-width: 1239px) {
    /*데스크탑*/
    :root {
        --mrgn: 17.5px;
        --basic-font-size: 13px;
        --basic-width: 1000px;
    }

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

    .hero {
        width: 100vw;
        min-height: 100vh;
    }

    .navbar.scrolled .nav-wrapper {
        width: inherit;
        margin: inherit;
    }

    .navbar.scrolled .logo_text {
        opacity: 0;
        transform: translateX(-10px);
        width: 0;
        margin-left: 0;
        overflow: hidden;
    }

    .navbar.scrolled .logo {
        width: 53px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .navbar.scrolled .logo {
        width: inherit;
        display: inherit;
        flex-direction: inherit;
        justify-content: inherit;
        align-items: inherit;
    }

    .navbar.scrolled .logo:hover {
        width: inherit;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        transform: scale(1);
    }

    .logo_text,
    .navbar.scrolled .logo_text {
        opacity: 0 !important;
        width: auto !important;
        max-width: none !important;
        margin-left: 0 !important;
        transform: none !important;
        overflow: visible !important;
        color: #2c2c2c;
        font-size:45px;
        line-height: 40px;
        font-weight: 700;
        transition: none;
    }

    .features .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .footer .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}
@media all and (min-width: 1240px) and (max-width: 1459px) {
    /*큰 데스크탑*/
    .logo_text,
    .navbar.scrolled .logo_text {
        opacity: 0 !important;
        width: auto !important;
        max-width: none !important;
        margin-left: 0 !important;
        transform: none !important;
        overflow: visible !important;
        color: #2c2c2c;
        font-size:45px;
        line-height: 40px;
        font-weight: 700;
        transition: none;
    }

    .features .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}
@media all and (min-width: 1460px) {
    /*큰 데스크탑*/
    :root {
        --mrgn: 20px;
        --basic-font-size: 16px;
        --basic-width: 1440px;
    }

    .features .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 120px 0 0;
    }
    .feat-desc {
        flex: 1 1 30%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
    }
}

@media (max-width: 1024px) {
    .section-title {
        font-size: 2rem;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}
