        /* --- GLOBAL & BODY STYLES --- */
        body {
            margin: 0;
            line-height: normal;
            font-family: 'NanumSquare', sans-serif;
            background-color: #fff;
        }

        /* --- DESKTOP HEADER STYLES --- */
        .desktop-header .header-top {
            background-color: #fff;
            border-bottom: 1px solid #dcdcdc;
            box-sizing: border-box;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 20px;
        }
        .desktop-header .main-header {
            position: sticky;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
        }
        .desktop-header .header-top-inner {
            width: 100%;
            max-width: 1240px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .desktop-header .header-logo .symbol-icon { width: 26.2px; height: 26.2px; }
        .desktop-header .header-logo .logo-bold { width: 65.5px; height: 22.3px; }
        .desktop-header .header-logo .symbol-parent { display: flex; align-items: center; gap: 5px; cursor: pointer; }

        .desktop-header .header-nav-main {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
            gap: 15px;
        }
        .desktop-header .nav-divider { font-weight: 300; color: rgba(0, 0, 0, 0.5); }
        .desktop-header .nav-link { font-weight: 800; color: #999; }
        .desktop-header .nav-link.active { color: #000; }

        .nav-button {
            background: none;
            border: none;
            padding: 0;
            margin: 0;
            font: inherit;
            color: inherit;
            cursor: pointer;
            transition: opacity 0.2s;
            text-decoration: none;
        }
        .nav-button:hover { opacity: 0.8; }
        
        /* --- HERO SECTION CSS --- */
        .frame-parent {
            width: 100%;
            position: relative;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
            border-radius: 0px 0px 0px 500px;
            background-color: #fae100;
            height: 750px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 0px 207px;
            box-sizing: border-box;
            text-align: left;
            font-size: 30px;
            color: #000;
            overflow: hidden;
        }
        .frame-group {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            gap: 158px;
        }
        .frame-container {
            width: 465px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 0px 0px 64px;
            box-sizing: border-box;
            z-index: 2;
        }
        .b2b-logo-wrapper {
            width: 420px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 64px 0px;
            box-sizing: border-box;
        }
        .b2b-logo-icon {
            align-self: stretch;
            position: relative;
            max-width: 100%;
            overflow: hidden;
            height: auto;
            flex-shrink: 0;
            object-fit: cover;
        }
        .frame-div {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 30px;
        }
        .text-parent {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 17px;
            position: relative;
            top: -25px;
        }
        .text {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        }
        .qr-b2b {
            position: relative;
            font-weight: 800;
        }
        .p { margin: 0; }
        .qr-100-container {
            position: relative;
            font-size: 16px;
            line-height: 23px;
        }
        .title-parent {
            align-self: stretch;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            gap: 25px;
            font-size: 16px;
            color: #fff;
            position: relative;
            top: -25px;
        }
        .cta-button-link {
            text-decoration: none;
            color: inherit;
        }
        .title, .title1 {
            border-radius: 99px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            padding: 7px 20px;
            gap: 10px;
            cursor: pointer;
        }
        .title { background-color: #000; }
        .title1 { background-color: #fff; color: #000; }

        .setting-dynamic-clay-icon {
            width: 30px;
            position: relative;
            height: 30px;
            object-fit: cover;
            display: none;
        }
        .icon-sheild {
            width: 30px;
            position: relative;
            height: 30px;
            object-fit: cover;
        }
        .b2b {
            position: relative;
            line-height: 25px;
        }
        .text1 {
            width: 100px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }
		.b2b-mainimg-icon {
		    width: 401px;
		    height: 456px;
		    object-fit: contain;
            z-index: 2;
		}
        .icon {
            width: 481px;
            position: absolute;
            margin: 0 !important;
            right: 39px;
            bottom: 44px;
            max-height: 100%;
            object-fit: cover;
            mix-blend-mode: luminosity;
            z-index: 1;
        }
        
        /* --- IMAGE SECTIONS CSS --- */
        .constrained-image-section, .full-width-image-section {
            background-color: #ffffff;
        }
        .constrained-image-section {
            display: flex;
            justify-content: center;
        }
        .constrained-image {
            width: 100%;
            max-width: 1240px;
            height: auto;
            display: block;
        }
        .full-width-image-section { line-height: 0; }
        .full-width-image {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* --- UNIFIED FOOTER STYLES --- */
        .site-footer {
            background-color: #fff;
            width: 100%;
            font-size: 13px;
            color: rgba(0, 0, 0, 0.85);
        }
        .site-footer-inner {
            border-top: 1px solid #dcdcdc;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
        }
        .footer-content-wrapper {
            width: 1240px;
            max-width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            padding: 50px 20px;
            box-sizing: border-box;
            gap: 21px;
        }
        .footer-left { display: flex; flex-direction: column; gap: 16px; }
        .company-info { display: flex; flex-direction: column; gap: 8px; }
        .company-info-row { display: flex; align-items: center; flex-wrap: wrap; }
        .company-info-row > div { padding: 0 16px; border-right: 1px solid #b9b9b9; }
        .company-info-row > div:first-child { padding-left: 0; }
        .company-info-row > div:last-child { border-right: none; }
        .address { margin: 0; }
        .contact-info { display: flex; gap: 24px; flex-wrap: wrap; }
        .footer-right-links { display: flex; gap: 24px; font-size: 15px; color: #222; flex-shrink: 0; }
        .footer-right-links a { text-decoration: none; color: #222; }
        .footer-right-links a:hover { opacity: 0.7; }
        .footer-right-links b { cursor: pointer; transition: opacity 0.2s; }
        .footer-right-links b:hover { opacity: 0.7; }

        /* --- MOBILE HEADER STYLES --- */
        .mobile-header {
            width: 100%;
            background-color: #fff;
            border-bottom: 0.5px solid #dcdcdc;
            box-sizing: border-box;
            display: none; /* Hidden by default */
            flex-direction: row;
            align-items: center;
            justify-content: center;
            text-align: left;
            font-size: 10px;
            color: rgba(0, 0, 0, 0.5);
        }
        .mobile-header .header-inner {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            padding: 16px;
            box-sizing: border-box;
        }
        .mobile-header .parent {
            align-self: stretch;
            height: 12px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }
        .mobile-header .div { display: flex; flex-direction: row; align-items: center; justify-content: center; }
        .mobile-header .symbol-parent { display: flex; flex-direction: row; align-items: center; gap: 3px; }
        .mobile-header .symbol-icon { width: 13.9px; height: 13.9px; }
        .mobile-header .logo-bold { width: 34.8px; height: 11.8px; }
        .mobile-header .headermenu-parent { display: flex; flex-direction: row; align-items: center; gap: 5px; }
        .mobile-header .headermenu { display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; }
        .mobile-header .caption1-nanumsquare { position: relative; line-height: 10.62px; color: #999; font-weight: 800; }
        .mobile-header .header-div { position: relative; font-size: 8.5px; line-height: 10.62px; font-weight: 300; }
        .mobile-header .headermenu3 { display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; color: #000; }
        .mobile-header .caption1-nanumsquare3 { position: relative; line-height: 10.62px; font-weight: 800; }
        .mobile-header .icon, .mobile-header .login-icon { display: none; }
        
        /* --- RESPONSIVE ADJUSTMENTS --- */
        @media (max-width: 1240px) {
            .frame-parent { padding: 0 40px; }
        }
        
        @media (max-width: 992px) {
            .desktop-header .header-top { height: auto; padding: 15px 20px; }
            .desktop-header .header-top-inner { flex-direction: column; gap: 15px; }
            .desktop-header .header-nav-main { display: flex; }
            .desktop-header .header-nav-main .nav-link { font-size: 12px; }

            .frame-parent { height: auto; padding: 50px 30px; border-radius: 0 0 0 200px; }
            .frame-group { gap: 30px; justify-content: center; }
            .frame-container { flex: 1.5; width: auto; padding: 0; }
            .b2b-logo-wrapper { width: 100%; max-width: 300px; padding: 20px 0; }
            .b2b-mainimg-icon { flex: 1; max-width: 300px; height: auto; }
            .icon { display: none; }
            .text-parent, .title-parent { position: static; top: auto; }
            .qr-b2b { font-size: 24px; }
            .qr-100-container { font-size: 14px; line-height: 1.6; }
            .title-parent { flex-direction: column; align-items: flex-start; gap: 15px; }
        }

        @media (max-width: 900px) {
            .footer-content-wrapper { flex-direction: column; gap: 40px; align-items: flex-start; }
        }

        @media (max-width: 767px) {
            .desktop-header { display: none; }
            .mobile-header { display: flex; }

            /* --- NEW MOBILE HERO SECTION STYLES --- */
            .frame-parent {
                width: 100%;
                position: relative;
                box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
                border-radius: 0px 0px 0px 100px;
                background-color: #fae100;
                height: 250px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: flex-start;
                padding: 0px 20px;
                box-sizing: border-box;
                gap: 2.5px;
                text-align: left;
                font-size: 10px;
                color: #000;
            }
            .frame-group {
                align-self: stretch;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                gap: 10px;
                z-index: 0;
            }
            .frame-container {
                width: 143.2px;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;
                padding: 0;
                position: relative;
                right: -25px; /* MODIFIED: Nudge container to the left */
            }
            .b2b-logo-wrapper {
                width: 129.4px;
                padding: 19.7px 0px;
                box-sizing: border-box;
            }
            .b2b-logo-icon {
                align-self: stretch;
                height: 66.5px;
                object-fit: cover;
            }
            .frame-div {
                gap: 9.2px;
            }
            .text-parent {
                gap: 5.2px;
            }
            .qr-b2b {
                font-size: 10px;
            }
            .qr-100-container {
                font-size: 5.5px;
                line-height: 7.08px;
            }
            .title-parent {
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;
                gap: 7.7px;
                font-size: 10.52px;
                color: #fff;
            }
            .title, .title1 {
                border-radius: 65.08px;
                padding: 4.6px 13.1px;
                gap: 6.6px;
            }
            .icon-sheild {
                width: 19.7px;
                height: 19.7px;
            }
            .text1 {
                width: 65.7px;
            }
            .b2b {
                line-height: 16.43px;
                font-size: 10px;
            }
            .b2b-mainimg-icon {
                width: 100.3px;
                height: 114.1px;
                object-fit: contain;
                align-self: center;
            }
            .icon {
                width: 142.2px;
                right: 9.3px;
                bottom: 29.2px;
                z-index: 1;
                display: block;
            }
            
            /* --- FOOTER RESPONSIVE STYLES --- */
            .site-footer { font-size: 10px; text-align: center; }
            .footer-content-wrapper { align-items: center; gap: 24px; }
            .footer-left { order: 2; align-items: center; gap: 8px; }
            .footer-right-links { order: 1; flex-direction: row; gap: 16px; font-size: 13px; justify-content: center; width: 100%; flex-wrap: wrap; }
            .company-info { display: flex; flex-direction: column; align-items: center; gap: 8px; }
            .company-info-row { flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 0; }
            .company-info-row > div { padding: 0 8px; border-right: 1px solid #b9b9b9; }
            .company-info-row > div:last-child { border-right: none; }
            .address { margin-top: 4px; }
            .contact-info { flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 12px; }
        }