
        /* Scoped Reset */
        .ab-root, .ab-root * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            outline: none;
            font-family: "Pretendard", sans-serif;
        }

        .ab-root {
            color: #222222; /* --ab-dark */
            line-height: 1.6;
            width: 100%;
            background-color: #ffffff;
            font-size: 16px;
        }

        .ab-img { max-width: 100%; display: block; }

        /* Utility Classes */
        .ab-pc-br { display: inline; }
        .ab-m-br { display: none; }
        .ab-text-center { text-align: center; }

        @media (max-width: 1024px) {
            .ab-pc-br { display: none; }
            .ab-m-br { display: inline; }
        }

        /* Layout */
        .ab-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
            width: 100%;
        }

        .ab-section { padding: 100px 0; }
        .ab-bg-gray { background-color: #f8f9fa; /* --ab-light-bg */ }

        /* Typography */
        .ab-head-sub {
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: #06348b; /* --ab-primary */
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .ab-head-title {
            font-size: 42px;
            font-weight: 700;
            color: #111111;
            margin-bottom: 30px;
            line-height: 1.3;
        }
        .ab-desc {
            font-size: 18px;
            color: #666666; /* --ab-gray */
            font-weight: 400;
            line-height: 1.7;
        }

        @media (max-width: 1024px) {
            .ab-head-title { font-size: 32px; }
            .ab-section { padding: 80px 0; }
        }
        @media (max-width: 767px) {
            .ab-head-title { font-size: 28px; }
            .ab-head-sub { font-size: 16px; }
            .ab-desc { font-size: 16px; }
            .ab-section { padding: 60px 0; }
        }

        /* 1. Sub Visual */
        .ab-visual {
            height: 450px;
            background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') no-repeat center/cover;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .ab-visual-overlay {
            position: absolute; top:0; left:0; width:100%; height:100%;
            background: rgba(0,0,0,0.5);
        }
        .ab-visual-content {
            position: relative; z-index: 2; text-align: center; color: #fff;
        }
        .ab-pg-title { font-size: 48px; font-weight: 700; margin-bottom: 0px; color: #ffffff; }
        .ab-breadcrumb {
            display: flex; gap: 10px; justify-content: center; align-items: center;
            font-size: 18px; opacity: 0.8; color: #ffffff;
        }
        .ab-breadcrumb-icon { font-size: 14px; vertical-align: middle; }

        @media (max-width: 767px) {
            .ab-visual { height: 220px; }
            .ab-pg-title { font-size: 25px; margin-top:60px;}
            .ab-breadcrumb { font-size: 14px; }
        }

        /* 2. General Overview */
        .ab-overview-wrap {
            display: flex;
            gap: 60px;
            align-items: flex-start;
        }
        .ab-overview-txt { flex: 0.8; }
        .ab-overview-table-wrap { flex: 1.2; width: 100%; }

        .ab-tbl {
            width: 100%;
            border-top: 2px solid #06348b; /* --ab-primary */
            border-collapse: collapse;
        }
        .ab-tbl-th, .ab-tbl-td {
            padding: 20px;
            border-bottom: 1px solid #e5e5e5; /* --ab-border */
            text-align: left;
            font-size: 16px;
        }
        .ab-tbl-th {
            background: #f9f9f9;
            font-weight: 700;
            color: #333333;
            width: 140px;
        }
        .ab-tbl-td { color: #555555; }

        @media (max-width: 1024px) {
            .ab-overview-wrap { flex-direction: column; gap: 40px; }
            .ab-overview-txt, .ab-overview-table-wrap { width: 100%; flex: auto; }
        }
        @media (max-width: 767px) {
            .ab-tbl-th { width: 100px; padding: 15px 10px; }
            .ab-tbl-td { padding: 15px 10px; }
        }

        /* 3. CEO Message */
        .ab-ceo-grid {
            display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px;
            align-items: center;
        }
        .ab-ceo-img-box {
            width: 100%; height: 650px; object-fit: cover;
            border-radius: 5px;
            box-shadow: 20px 20px 0 #eeeeee;

        }
        .ab-ceo-img {
            width: 100%; height: 100%; object-fit: cover;
        }
        .ab-ceo-quote {
            font-size: 26px; font-weight: 500;
            color: #06348b; /* --ab-primary */
            margin-bottom: 30px; line-height: 1.4;
            border-left: 4px solid #06348b; /* --ab-primary */
            padding-left: 20px;
        }
        .ab-ceo-sign {
            margin-top: 40px; text-align: right; font-size: 20px; font-weight: 700;
            border-top: 1px solid #dddddd; padding-top: 20px; color: #222222;
        }

        @media (max-width: 1024px) {
            .ab-ceo-grid { grid-template-columns: 1fr; gap: 40px; }
            .ab-ceo-img { height: 400px; order: 1; margin: 0 auto; box-shadow: none; max-width: 100%; }
            .ab-ceo-txt { order: 2; }
        }

        /* 4. Mission & Vision */
        .ab-mv-grid {
            display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; margin-top: 50px;
        }
        .ab-mv-card {
            position: relative;
            height: 450px;
            border-radius: 12px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        .ab-mv-bg {
            position: absolute; top: 0; left: 0; width: 100%; height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 1;
        }
        .ab-mv-overlay {
            position: absolute; top: 0; left: 0; width: 100%; height: 100%;
            /* Gradient using Primary Color #06348b */
            background: linear-gradient(to bottom, rgba(6, 52, 139, 0.4), rgba(0,0,0,0.5));
            z-index: 2;
        }
        .ab-mv-content-inner {
            position: relative; z-index: 3;
            padding: 30px;
            transform: translateY(0);
        }
        .ab-mv-icon {
            font-size: 56px;
            color: #60ffd6; /* --ab-secondary */
            margin-bottom: 20px;

        }
        .ab-mv-content-inner i {font-size:56px;}
        .ab-mv-tit {
            font-size: 28px; font-weight: 800; margin-bottom: 20px; color: #fff;
            letter-spacing: 1px; text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        .ab-mv-txt {
            font-size: 18px; color: rgba(255,255,255,0.9); line-height: 1.6; font-weight: 400;
        }
        .ab-mv-card:hover .ab-mv-bg { transform: scale(1.1); }

        @media (max-width: 1024px) { .ab-mv-card { height: 350px; } }
        @media (max-width: 767px) {
            .ab-mv-grid { grid-template-columns: 1fr; }
            .ab-mv-card { height: 300px; }
        .ab-ceo-img-box {
            width: 100%; height: 350px; overflow: hidden;
        }
        .ab-ceo-img {
            width: 100%; height: 100%; object-fit: cover;
        }

        }

        /* 5. Core Values */
        .ab-values-grid {
            display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px;
        }
        .ab-val-item {
            background: #fff; padding: 40px 20px; text-align: center;
            border-top: 4px solid #21cbbe; /* --ab-secondary */
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        .ab-val-icon { font-size: 40px; color: #06348b; /* --ab-primary */ display: inline-block; }
        .ab-val-tit { font-size: 20px; margin: 20px 0 10px; font-weight: 700; color: #222; }
        .ab-val-desc { font-size: 15px; color: #666; }

        @media (max-width: 1024px) { .ab-values-grid { grid-template-columns: repeat(2, 1fr); } }

        /* 6. Certificates */
        .ab-cert-grid {
            display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px;
        }
        .ab-cert-item {
            border: 1px solid #eee; padding: 10px; background: #fff;
            transition: 0.3s;
        }
        .ab-cert-item:hover { border-color: #06348b; /* --ab-primary */ }

        .ab-cert-img-box {
            width: 100%; height: 550px; background: #f4f4f4;
            display: flex; align-items: center; justify-content: center;
            overflow: hidden;
        }
        .ab-cert-img { width: 100%; height: 100%; object-fit: cover; }

        .ab-cert-tit {
            text-align: center; padding: 15px 0 5px;
            font-weight: 600; font-size: 18px; color: #333;
        }

        @media (max-width: 1024px) {
            .ab-cert-grid { grid-template-columns: repeat(2, 1fr); }
            .ab-cert-img-box { height: 400px; }
        }
        @media (max-width: 767px) {
            .ab-cert-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
            .ab-cert-img-box { height: 250px; }
            .ab-cert-tit { font-size: 14px; }
        }

        /* 7. Location */
        .ab-loc-wrap {
            display: flex; height: 500px; border: 1px solid #e5e5e5; /* --ab-border */
        }
        .ab-loc-info {
            width: 400px; background: #fff; padding: 50px;
            display: flex; flex-direction: column; justify-content: center;
        }
        .ab-loc-map {
            flex: 1; background: #eee;
        }
        .ab-loc-row { margin-bottom: 25px; }
        .ab-loc-label {
            font-size: 14px; color: #06348b; /* --ab-primary */
            font-weight: 700; margin-bottom: 5px; display: block;
        }
        .ab-loc-val { font-size: 18px; color: #333; font-weight: 500; }
        .ab-map-img { width: 100%; height: 100%; object-fit: cover; }

        @media (max-width: 1024px) {
            .ab-loc-wrap { flex-direction: column; height: auto; }
            .ab-loc-info { width: 100%; padding: 30px; }
            .ab-loc-map { flex: none; width:100%; height: 220px; }
        }
