/* =========================================
   [PAGE CONTENT] 회사소개 스타일
========================================= */

/* 1. Sub Hero Section */
.sub-hero-section {
    position: relative;
    width: 100%;
    height: 450px;
    background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80&w=2000') no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px; /* Header Height */
}
.sub-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(rgba(0, 87, 168, 0.8), rgba(0, 48, 96, 0.8));
}
.sub-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
}
.sub-hero-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.sub-hero-desc {
    font-size: 22px;
    font-weight: 400;
    opacity: 0.9;
}
.sub-hero-breadcrumb {
    margin-top: 30px;
    font-size: 16px;
    opacity: 0.8;
    font-weight: 500;
}

        @media (max-width: 768px) {
            .sub-hero-section { height: 250px; }
            .sub-hero-title { font-size: 24px; margin-bottom:5px; font-weight:700; letter-spacing:1px; margin-top:50px;}
            .sub-hero-desc { font-size: 15px; }
        }

/* 2. Greeting Section */
.greet-section {
    padding: 120px 0;
    background-color: #ffffff;
}
.greet-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 80px;
}
.greet-image-box {
    flex: 1;
    position: relative;
}
.greet-image-box img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 30px 30px 0px #f0f7ff;
}
.greet-text-box {
    flex: 1.2;
}
.greet-subtitle {
    display: block;
    color: #00a0e8; /* Sky Blue */
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.greet-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 35px;
    color: #222222;
}
.greet-title span {
    color: #0057a8; /* Deep Blue */
}
.greet-desc {
    font-size: 20px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 30px;
    word-break: keep-all;
}
.greet-sign {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    text-align: right;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
}

@media (max-width: 1024px) {
    .greet-container { flex-direction: column; gap: 50px; }
    .greet-image-box { width: 100%; margin-bottom: 20px; }
    .greet-image-box img { box-shadow: 15px 15px 0px #f0f7ff; }
}

@media (max-width: 767px) {
    .greet-section { padding: 80px 0; }
    .greet-subtitle { font-size: 14px; }
    .greet-title { font-size: 24px; margin-bottom: 20px; } /* [모바일] 24px */
    .greet-desc { font-size: 16px; line-height: 1.6; } /* [모바일] 16px */
    .greet-sign { font-size: 18px; margin-top: 30px; padding-top: 20px; }
}

/* 3. CI Section (Core Values) */
.ci-section {
    padding: 120px 0;
    background-color: #f8f9fa;
}
.ci-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.ci-header {
    margin-bottom: 70px;
}
.ci-title {
    font-size: 40px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}
.ci-title span {
    color: #0057a8;
}
.ci-desc {
    font-size: 20px;
    color: #666666;
}
.ci-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.ci-card {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    border: 1px solid #eeeeee;
}
.ci-card:hover {
    transform: translateY(-10px);
    border-color: #00a0e8;
}
.ci-icon-circle {
    width: 90px;
    height: 90px;
    background: #e3f2fd;
    color: #0057a8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 30px;
}
.ci-card-title {
    font-size: 28px;
    font-weight: 700;
    color: #0057a8;
    margin-bottom: 10px;
}
.ci-card-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
    display: block;
}
.ci-card-txt {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .ci-grid { grid-template-columns: 1fr; gap: 30px; }
    .ci-card { padding: 40px 30px; }
}

@media (max-width: 767px) {
    .ci-section { padding: 80px 0; }
    .ci-header { margin-bottom: 40px; }
    .ci-title { font-size: 24px; margin-bottom: 10px; } /* [모바일] 24px */
    .ci-desc { font-size: 16px; } /* [모바일] 16px */

    .ci-icon-circle { width: 70px; height: 70px; font-size: 30px; margin-bottom: 20px; }
    .ci-card-title { font-size: 22px; } /* [모바일] 강조 텍스트 */
    .ci-card-subtitle { font-size: 16px; margin-bottom: 15px; }
    .ci-card-txt { font-size: 16px; }
}

/* 4. Partners Section */
.partners-section {
    padding: 100px 0;
    background-color: #ffffff;
}
.partners-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.partners-header {
    margin-bottom: 60px;
}
.partners-tag {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #00a0e8;
    margin-bottom: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.partners-title {
    font-size: 40px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}
.partners-title span {
    color: #0057a8;
}
.partners-desc {
    font-size: 20px;
    color: #666666;
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 items per row */
    gap: 20px;
}
.partner-item {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all 0.3s;
    overflow: hidden;
}
.partner-item:hover {
    border-color: #0057a8;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.partner-item img {
    max-width: 60%;
    max-height: 50%;
    object-fit: contain;
    opacity:1;
    transition: opacity 0.3s;
}
.partner-item:hover img {
    opacity: 1;
}

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

@media (max-width: 767px) {
    .partners-section { padding: 80px 0; }
    .partners-header { margin-bottom: 40px; }
    .partners-tag { font-size: 14px; }
    .partners-title { font-size: 24px; } /* [모바일] 24px */
    .partners-desc { font-size: 16px; } /* [모바일] 16px */
    .partners-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .partner-item { height: 60px; }
}

/* 4-1. Performance Section */
.performance-section {
    padding: 120px 0;
    background-color: #f8f9fa;
}
.performance-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.performance-header {
    text-align: center;
    margin-bottom: 60px;
}
.performance-title {
    font-size: 40px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}
.performance-title span {
    color: #0057a8;
}
.performance-desc {
    font-size: 20px;
    color: #666666;
}
.performance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.perf-category {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eeeeee;
    transition: transform 0.3s;
}
.perf-category:hover {
    transform: translateY(-5px);
    border-color: #00a0e8;
}
.perf-cat-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f7ff;
}
.perf-icon {
    width: 50px;
    height: 50px;
    background: #e3f2fd;
    color: #0057a8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}
.perf-cat-title {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
}
.perf-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.perf-list li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
    word-break: keep-all;
}
.perf-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #00a0e8;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .performance-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .performance-section { padding: 80px 0; }
    .performance-header { margin-bottom: 40px; }
    .performance-title { font-size: 24px; margin-bottom: 10px; }
    .performance-desc { font-size: 16px; }

    .perf-category { padding: 30px 20px; }
    .perf-cat-header { margin-bottom: 20px; padding-bottom: 15px; }
    .perf-cat-title { font-size: 20px; }
    .perf-list li { font-size: 15px; }
}

/* 5. Promise Section */
.promise-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #0057a8 0%, #003060 100%);
    color: #ffffff;
}
.promise-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.promise-text-area {
    flex-basis: 40%;
}
.promise-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}
.promise-desc {
    font-size: 20px;
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 40px;
}
.promise-list-area {
    flex-basis: 55%;
}

.promise-mark {
width:250px;
height:auto;
}
.promise-mark img {
    width:100%;
    height:auto;
}

.promise-item {
    display: flex;
    align-items: flex-start;
    background: rgba(255,255,255,0.1);
    padding: 35px;
    border-radius: 16px;
    margin-bottom: 25px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    transition: transform 0.3s;
}
.promise-item:hover {
    transform: translateX(10px);
    background: rgba(255,255,255,0.15);
}
.promise-icon {
    font-size: 36px;
    color: #00a0e8;
    margin-right: 25px;
    margin-top: 5px;
}
.promise-item-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.promise-item-content p {
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .promise-container { flex-direction: column; }
    .promise-text-area, .promise-list-area { flex-basis: 100%; width: 100%; }
    .promise-text-area { margin-bottom: 50px; text-align: center; }
    .promise-mark {
width:250px;
height:auto;
margin:0 auto;
}
}

@media (max-width: 767px) {
    .promise-section { padding: 80px 0; }
    .promise-title { font-size: 28px; margin-bottom: 20px; } /* [모바일] 28px */
    .promise-desc { font-size: 16px; margin-bottom: 30px; } /* [모바일] 16px */

    .promise-item { padding: 25px; flex-direction: column; }
    .promise-item:hover { transform: none; }
    .promise-icon { margin-right: 0; margin-bottom: 15px; font-size: 30px; }

    .promise-item-content h4 { font-size: 20px; } /* [모바일] 20px */
    .promise-item-content p { font-size: 16px; } /* [모바일] 16px */
}

/* 6. Certificates Section */
.cert-section {
    padding: 120px 0;
    background: #ffffff;
}
.cert-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.cert-title-wrap {
    margin-bottom: 60px;
}
.cert-main-title {
    font-size: 40px;
    font-weight: 700;
    color: #222222;
}
.cert-sub-desc {
    font-size: 20px;
    color: #666666;
    margin-top: 15px;
}
.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.cert-item {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 30px 20px 60px;
    transition: all 0.3s;
}
.cert-item:hover {
    border-color: #0057a8;
    box-shadow: 0 10px 20px rgba(0, 87, 168, 0.1);
    transform: translateY(-5px);
}
.cert-img-box {
    width: 100%;
    height: 100%;
    background: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.cert-img-box i {
    font-size: 40px;
    color: #0057a8;
}
.cert-name {
    font-weight: 700;
    color: #333333;
    font-size: 20px;
}

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

@media (max-width: 767px) {
    .cert-section { padding: 80px 0; }
    .cert-title-wrap { margin-bottom: 40px; }
    .cert-main-title { font-size: 24px; } /* [모바일] 24px */
    .cert-sub-desc { font-size: 16px; margin-top: 10px; } /* [모바일] 16px */

    .cert-grid { gap: 15px; }
    .cert-item { padding: 20px 10px 50px; }
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #00a0e8;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .performance-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .performance-section { padding: 80px 0; }
    .performance-header { margin-bottom: 40px; }
    .performance-title { font-size: 24px; margin-bottom: 10px; }
    .performance-desc { font-size: 16px; }

    .perf-category { padding: 30px 20px; }
    .perf-cat-header { margin-bottom: 20px; padding-bottom: 15px; }
    .perf-cat-title { font-size: 20px; }
    .perf-list li { font-size: 15px; }
}

/* 5. Promise Section */
.promise-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #0057a8 0%, #003060 100%);
    color: #ffffff;
}
.promise-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.promise-text-area {
    flex-basis: 40%;
}
.promise-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}
.promise-desc {
    font-size: 20px;
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 40px;
}
.promise-list-area {
    flex-basis: 55%;
}

.promise-mark {
width:250px;
height:auto;
}
.promise-mark img {
    width:100%;
    height:auto;
}

.promise-item {
    display: flex;
    align-items: flex-start;
    background: rgba(255,255,255,0.1);
    padding: 35px;
    border-radius: 16px;
    margin-bottom: 25px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    transition: transform 0.3s;
}
.promise-item:hover {
    transform: translateX(10px);
    background: rgba(255,255,255,0.15);
}
.promise-icon {
    font-size: 36px;
    color: #00a0e8;
    margin-right: 25px;
    margin-top: 5px;
}
.promise-item-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.promise-item-content p {
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .promise-container { flex-direction: column; }
    .promise-text-area, .promise-list-area { flex-basis: 100%; width: 100%; }
    .promise-text-area { margin-bottom: 50px; text-align: center; }
    .promise-mark {
width:250px;
height:auto;
margin:0 auto;
}
}

@media (max-width: 767px) {
    .promise-section { padding: 80px 0; }
    .promise-title { font-size: 28px; margin-bottom: 20px; } /* [모바일] 28px */
    .promise-desc { font-size: 16px; margin-bottom: 30px; } /* [모바일] 16px */

    .promise-item { padding: 25px; flex-direction: column; }
    .promise-item:hover { transform: none; }
    .promise-icon { margin-right: 0; margin-bottom: 15px; font-size: 30px; }

    .promise-item-content h4 { font-size: 20px; } /* [모바일] 20px */
    .promise-item-content p { font-size: 16px; } /* [모바일] 16px */
}

/* 6. Certificates Section */
.cert-section {
    padding: 120px 0;
    background: #ffffff;
}
.cert-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.cert-title-wrap {
    margin-bottom: 60px;
}
.cert-main-title {
    font-size: 40px;
    font-weight: 700;
    color: #222222;
}
.cert-sub-desc {
    font-size: 20px;
    color: #666666;
    margin-top: 15px;
}
.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.cert-item {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 30px 20px 60px;
    transition: all 0.3s;
}
.cert-item:hover {
    border-color: #0057a8;
    box-shadow: 0 10px 20px rgba(0, 87, 168, 0.1);
    transform: translateY(-5px);
}
.cert-img-box {
    width: 100%;
    height: 100%;
    background: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.cert-img-box i {
    font-size: 40px;
    color: #0057a8;
}
.cert-name {
    font-weight: 700;
    color: #333333;
    font-size: 20px;
}

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

@media (max-width: 767px) {
    .cert-section { padding: 80px 0; }
    .cert-title-wrap { margin-bottom: 40px; }
    .cert-main-title { font-size: 24px; } /* [모바일] 24px */
    .cert-sub-desc { font-size: 16px; margin-top: 10px; } /* [모바일] 16px */

    .cert-grid { gap: 15px; }
    .cert-item { padding: 20px 10px 50px; }
    .cert-img-box { width: 100%; height: 100%;  }
    .cert-img-box i { font-size: 30px; }
    .cert-name { font-size: 16px; } /* [모바일] 16px */
}

/* 7. Location Section */
.location-section {
    padding-bottom: 120px;
}
.location-map-wrap {
    width: 100%;
    height: 500px;
    background: #eeeeee;
    position: relative;
}
.location-map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.location-info-container {
    max-width: 1400px;
    margin: -60px auto 0;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}
.location-info-box {
    background: #ffffff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.location-text-group {
    flex: 1;
    min-width: 300px;
}
.location-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0057a8;
    display: flex;
    align-items: center;
    gap: 10px;
}
.location-dl {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px 0;
    font-size: 18px;
}
.location-dl dt {
    font-weight: 700;
    color: #222222;
}
.location-dl dd {
    color: #555555;
}
.location-cs-group {
    flex: 0 0 350px;
    border-left: 1px solid #eeeeee;
    padding-left: 50px;
    margin-left: 50px;
}
.location-cs-title {
    font-size: 16px;
    color: #888888;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}
.location-cs-number {
    font-size: 40px;
    font-weight: 700;
    color: #0057a8;
    line-height: 1;
}

@media (max-width: 1024px) {
    .location-info-box { flex-direction: column; align-items: flex-start; gap: 30px; }
    .location-cs-group { flex:0; border-left: none; padding-left: 0; margin-left: 0; padding-top: 30px; border-top: 1px solid #eeeeee; width: 100%; }
}

@media (max-width: 767px) {
    .location-section { padding-bottom: 80px; }
    .location-map-wrap { height: 350px; }
    .location-info-container { margin-top: -40px; }

    .location-info-box { padding: 30px 20px; }
    .location-text-group { min-width: auto; width: 100%; }

    .location-title { font-size: 22px; margin-bottom: 20px; } /* [모바일] 22px */
    .location-dl { display: flex; flex-direction: column; font-size: 16px; gap: 10px; } /* [모바일] 16px */
    .location-dl dt { margin-bottom: 2px; }
    .location-dl dd { margin-bottom: 15px; }

    .location-cs-group { padding-top: 20px; margin-top: 0; }
    .location-cs-number { font-size: 30px; }
}

/* [NEW] Process Section Styles */
.process-wrap {
    padding: 100px 0;
    background: #f8fafc;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

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

@media (max-width: 600px) {
    .process-grid {
        grid-template-columns: 1fr;
    }
}

.process-item {
    background: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.process-item:hover {
    transform: translateY(-10px);
}

.process-item .p-icon {
    width: 70px;
    height: 70px;
    background: #e0e7ff;
    color: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
}

.process-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.process-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* [NEW] Target Area Styles */
.target-area-wrap {
    padding: 120px 24px;
    background: #fff;
    max-width: 1320px;
    margin: 0 auto;
}

.target-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

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

@media (max-width: 600px) {
    .target-grid {
        grid-template-columns: 1fr;
    }
}

.target-item {
    height: 320px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.target-item .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #fff;
    transition: all 0.3s;
}

.target-item:hover .overlay {
    background: rgba(37, 99, 235, 0.9);
    /* Blue overlay on hover */
}

.target-item i {
    font-size: 36px;
    margin-bottom: 10px;
}

.target-item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.target-item p {
    font-size: 15px;
    opacity: 0.9;
    font-weight: 300;
}

/* [NEW] Concept Section Title (Centered) */
.concept-section > h2.title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
    gap: 15px 0;
    font-size: 18px;
}
.location-dl dt {
    font-weight: 700;
    color: #222222;
}
.location-dl dd {
    color: #555555;
}
.location-cs-group {
    flex: 0 0 350px;
    border-left: 1px solid #eeeeee;
    padding-left: 50px;
    margin-left: 50px;
}
.location-cs-title {
    font-size: 16px;
    color: #888888;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}
.location-cs-number {
    font-size: 40px;
    font-weight: 700;
    color: #0057a8;
    line-height: 1;
}

@media (max-width: 1024px) {
    .location-info-box { flex-direction: column; align-items: flex-start; gap: 30px; }
    .location-cs-group { flex:0; border-left: none; padding-left: 0; margin-left: 0; padding-top: 30px; border-top: 1px solid #eeeeee; width: 100%; }
}

@media (max-width: 767px) {
    .location-section { padding-bottom: 80px; }
    .location-map-wrap { height: 350px; }
    .location-info-container { margin-top: -40px; }

    .location-info-box { padding: 30px 20px; }
    .location-text-group { min-width: auto; width: 100%; }

    .location-title { font-size: 22px; margin-bottom: 20px; } /* [모바일] 22px */
    .location-dl { display: flex; flex-direction: column; font-size: 16px; gap: 10px; } /* [모바일] 16px */
    .location-dl dt { margin-bottom: 2px; }
    .location-dl dd { margin-bottom: 15px; }

    .location-cs-group { padding-top: 20px; margin-top: 0; }
    .location-cs-number { font-size: 30px; }
}

/* [NEW] Process Section Styles */
.process-wrap {
    padding: 100px 0;
    background: #f8fafc;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

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

@media (max-width: 600px) {
    .process-grid {
        grid-template-columns: 1fr;
    }
}

.process-item {
    background: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.process-item:hover {
    transform: translateY(-10px);
}

.process-item .p-icon {
    width: 70px;
    height: 70px;
    background: #e0e7ff;
    color: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
}

.process-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.process-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* [NEW] Target Area Styles */
.target-area-wrap {
    padding: 120px 24px;
    background: #fff;
    max-width: 1320px;
    margin: 0 auto;
}

.target-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

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

@media (max-width: 600px) {
    .target-grid {
        grid-template-columns: 1fr;
    }
}

.target-item {
    height: 320px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.target-item .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #fff;
    transition: all 0.3s;
}

.target-item:hover .overlay {
    background: rgba(37, 99, 235, 0.9);
    /* Blue overlay on hover */
}

.target-item i {
    font-size: 36px;
    margin-bottom: 10px;
}

.target-item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.target-item p {
    font-size: 15px;
    opacity: 0.9;
    font-weight: 300;
}

/* [NEW] Concept Section Title (Centered) */
.concept-section > h2.title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
    letter-spacing: -1px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .concept-section > h2.title {
        font-size: 28px;
        margin-bottom: 25px;
    }
}
/* =========================================
   [PAGE CONTENT] Portfolio & Customer Styles
   ========================================= */

/* Portfolio Grid */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 1024px) {
    .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .portfolio-grid { grid-template-columns: 1fr; }
}

.portfolio-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}
.portfolio-item:hover {
    transform: translateY(-10px);
}

.pf-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.pf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.portfolio-item:hover .pf-img img {
    transform: scale(1.1);
}

.pf-info {
    padding: 24px;
}
.pf-cat {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.pf-tit {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
    line-height: 1.4;
}
.pf-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

/* Clients Grid */
.clients-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 1024px) {
    .clients-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
    .clients-grid { grid-template-columns: repeat(2, 1fr); }
}

.client-logo {
    background: #fff;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 12px;
    font-size: 16px;
    color: #999;
    font-weight: 600;
}

/* Inquiry Process (Renamed to avoid conflict) */
.inquiry-process-item {
    text-align: center;
    position: relative;
    padding: 20px;
}
.inquiry-process-item::after {
    content: '\e93e';
    font-family: 'xeicon';
    position: absolute;
    top: 30%;
    right: -25px;
    font-size: 24px;
    color: #ddd;
}
.inquiry-process-item:last-child::after { display: none; }
@media (max-width: 1024px) {
    .inquiry-process-item::after { display: none; }
}

.inquiry-process-item .step-num {
    font-size: 14px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.inquiry-process-item .icon-box {
    width: 80px;
    height: 80px;
    background: #f0f6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.inquiry-process-item .icon-box i {
    font-size: 32px;
    color: #2563eb;
}
.inquiry-process-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.inquiry-process-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    word-break: keep-all;
}

/* Inquiry Form (customer_inquiry.html) */
.form-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
@media (max-width: 767px) {
    .form-container { padding: 30px 20px; }
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.form-header h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-header p {
    font-size: 16px;
    color: #666;
}

.inquiry-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
@media (max-width: 767px) {
    .inquiry-form { grid-template-columns: 1fr; }
}

.inquiry-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.inquiry-form .form-group.full {
    grid-column: 1 / -1;
}

.inquiry-form .form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.required { color: #ef4444; }

.inquiry-form .form-group input,
.inquiry-form .form-group select,
.inquiry-form .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s;
}
.inquiry-form .form-group input:focus,
.inquiry-form .form-group select:focus,
.inquiry-form .form-group textarea:focus {
    border-color: #2563eb;
}

.privacy-check {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.privacy-check input { width: auto; }
.privacy-check label { font-weight: 400; font-size: 14px; }
.privacy-check a { color: #2563eb; text-decoration: underline; }

.form-actions {
    grid-column: 1 / -1;
    margin-top: 30px;
    text-align: center;
}
.submit-btn {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 60px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}
.submit-btn:hover {
    background: #1d4ed8;
}






    .pc_br {
        display: inline;
    }

    .m_br {
        display: none;
    }

    @media (max-width: 1024px) {
        .pc_br {
            display: none;
        }

        .m_br {
            display: inline;
        }
    }

    /* [Header] */
    .ci-header-wrap {
        width: 100%;
        height: 80px;
        background: #fff;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 40px;
    }

    .ci-header-logo {
        width: 140px;
        height: 50px;
    }

    .ci-header-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ci-menu-icon {
        font-size: 28px;
        cursor: pointer;
        color: #333;
    }

    /* [Hero Section] */
    .ci-hero-wrap {
        width: 100%;
        height: 500px;
        position: relative;
        background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=2069&auto=format&fit=crop') no-repeat 50% 50%;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .ci-hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(13, 38, 69, 0.7), rgba(13, 38, 69, 0.5));
    }

    .ci-hero-content {
        position: relative;
        z-index: 2;
        color: #fff;
        padding: 0 20px;
    }

    .ci-hero-badge {
        display: inline-block;
        padding: 8px 20px;
        background: #2563eb;
        border-radius: 30px;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .ci-hero-title {
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 25px;
        line-height: 1.3;
    }

    .ci-hero-desc {
        font-size: 20px;
        font-weight: 400;
        opacity: 0.95;
    }

    @media (max-width: 1024px) {
        .ci-hero-wrap {
            height: 420px;
        }

        .ci-hero-title {
            font-size: 36px;
        }

        .ci-hero-desc {
            font-size: 18px;
        }
    }

    @media (max-width: 767px) {
        .ci-hero-wrap {
            height: 380px;
        }

        .ci-hero-title {
            font-size: 28px;
        }

        .ci-hero-desc {
            font-size: 16px;
        }
    }

    /* [Stats Section] */
    .ci-stats-wrap {
        width: 100%;
        background: #0d2645;
        padding: 70px 0;
        color: #fff;
    }

    .ci-stats-inner {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .ci-stats-item {
        text-align: center;
        flex: 1;
        padding: 10px;
        position: relative;
    }

    .ci-stats-num {
        display: block;
        font-size: 46px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .ci-stats-num span {
        font-size: 24px;
        color: #2563eb;
        font-weight: 600;
    }

    .ci-stats-txt {
        font-size: 17px;
        color: #ccc;
        line-height: 1.4;
    }

    @media (max-width: 767px) {
        .ci-stats-inner {
            flex-direction: column;
            gap: 30px;
        }

        .ci-stats-num {
            font-size: 36px;
        }
    }

    /* [Common Layout] */
    .ci-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .ci-sec-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .ci-sec-sub {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #0d2645;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

    .ci-sec-tit {
        font-size: 40px;
        font-weight: 700;
        color: #111;
        line-height: 1.3;
    }

    @media (max-width: 767px) {
        .ci-sec-tit {
            font-size: 28px;
        }

        .ci-sec-header {
            margin-bottom: 50px;
        }
    }

    /* [CEO Section] */
    .ci-ceo-wrap {
        width: 100%;
        padding: 120px 0;
        background: #fff;
    }

    .ci-ceo-content {
        display: flex;
        gap: 70px;
        align-items: center;
    }

    .ci-ceo-img-box {
        flex: 1;
        height: 550px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 20px 20px 0px #f4f4f4;
    }

    .ci-ceo-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ci-ceo-txt-box {
        flex: 1.3;
    }

    .ci-ceo-quote {
        font-size: 26px;
        font-weight: 700;
        color: #111;
        margin-bottom: 40px;
        padding-left: 30px;
        border-left: 6px solid #2563eb;
        line-height: 1.5;
    }

    /* 형광펜 효과 추가 */
    .ci-ceo-quote strong {
        background: linear-gradient(to top, rgba(37, 99, 235, 0.2) 50%, transparent 50%);
        padding: 0 2px;
    }

    .ci-ceo-desc {
        font-size: 18px;
        color: #555;
        margin-bottom: 20px;
        text-align: justify;
    }

    .ci-ceo-sign {
        margin-top: 50px;
        text-align: right;
        font-size: 20px;
    }

    @media (max-width: 1024px) {
        .ci-ceo-content {
            flex-direction: column;
            gap: 50px;
        }

        .ci-ceo-img-box {
            width: 100%;
            height: 400px;
        }

        .ci-ceo-quote {
            font-size: 22px;
            padding-left: 20px;
        }
    }

    /* [Core Values] */
    .ci-val-wrap {
        width: 100%;
        padding: 100px 0;
        background: #f8f9fa;
    }

    .ci-val-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }

    .ci-val-item {
        background: #fff;
        padding: 40px 25px;
        border-radius: 16px;
        text-align: center;
        transition: transform 0.3s;
        border: 1px solid transparent;
    }

    .ci-val-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
        border-color: #2563eb;
    }

    .ci-val-icon {
        font-size: 40px;
        color: #2563eb;
        margin-bottom: 25px;
        width: 80px;
        height: 80px;
        background: #eef4fb;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .ci-val-tit {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .ci-val-desc {
        font-size: 16px;
        color: #666;
    }

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

    @media (max-width: 767px) {
        .ci-val-grid {
            grid-template-columns: 1fr;
        }
    }


    /* [6. Core Values Section] */
    .ci-values-wrap {
        width: 100%;
        padding: 100px 0;
        background: #f8f9fa;
    }

    .ci-values-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .ci-values-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .ci-value-card {
        background: #fff;
        padding: 50px 30px;
        border-radius: 16px;
        text-align: center;
        transition: transform 0.3s;
    }

    .ci-value-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    }

    .ci-value-icon {
        width: 80px;
        height: 80px;
        background: #eef2ff;
        border-radius: 50%;
        margin: 0 auto 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0d2645;
    }

    .ci-value-icon span {
        font-size: 40px;
    }

    .ci-value-tit {
        font-size: 24px;
        font-weight: 700;
        color: #111;
        margin-bottom: 20px;
    }

    .ci-value-desc {
        font-size: 20px;
        color: #666;
        line-height: 1.5;
    }

    /* Values Responsive */
    @media (max-width: 1024px) {
        .ci-values-wrap {
            padding: 80px 0;
        }

        .ci-values-grid {
            gap: 20px;
        }

        .ci-value-card {
            padding: 40px 20px;
        }

        .ci-value-tit {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .ci-value-desc {
            font-size: 16px;
        }
    }

    @media (max-width: 767px) {
        .ci-values-wrap {
            padding: 60px 0;
        }

        .ci-values-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .ci-value-icon {
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
        }

        .ci-value-icon span {
            font-size: 30px;
        }

        .ci-value-tit {
            font-size: 20px;
        }

        .ci-value-desc {
            font-size: 15px;
        }
    }




    /* [Brand Identity] */
    .ci-brand-wrap {
        width: 100%;
        padding: 120px 0;
        background: #fff;
    }

    .ci-brand-box {
        display: flex;
        align-items: center;
        gap: 80px;
    }

    .ci-brand-logo-wrap {
        flex: 1;
        padding: 60px;
        background: #fff;
        border-radius: 30px;
        border: 1px solid #eee;
        text-align: center;
    }

    .ci-brand-txt-wrap {
        flex: 1.2;
    }

    .ci-brand-tit {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #0d2645;
    }

    .ci-brand-p {
        font-size: 18px;
        color: #555;
        margin-bottom: 20px;
        line-height: 1.8;
    }

    /* [Highlighter Effect] */
    .ci-brand-p strong {
        background: linear-gradient(to top, rgba(37, 99, 235, 0.2) 50%, transparent 50%);
        padding: 0 4px;
        font-weight: 800;
    }

    @media (max-width: 1024px) {
        .ci-brand-box {
            flex-direction: column;
            gap: 50px;
        }

        .ci-brand-logo-wrap {
            width: 100%;
            padding: 40px;
        }
    }

    /* [Partners] */
    .ci-part-wrap {
        width: 100%;
        padding: 100px 0;
        background: #f8f9fa;
    }

    .ci-part-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
        margin-top: 50px;
    }

    .ci-part-item {
        background: #fff;
        height: 100px;
        border-radius: 8px;
        border: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        color: #999;
        font-size: 18px;
        transition: 0.3s;
        padding: 25px;
    }

    .ci-part-item:hover {
        border-color: #2563eb;
        color: #2563eb;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    @media (max-width: 1024px) {
        .ci-part-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 767px) {
        .ci-part-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* [History Section] */
    .ci-hist-wrap {
        width: 100%;
        padding: 120px 0;
        background: #fff;
    }

    .ci-hist-container {
        display: flex;
        gap: 60px;
    }

    .ci-hist-img {
        flex: 1;
        border-radius: 20px;
        overflow: hidden;
        min-height: 400px;
    }

    .ci-hist-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ci-hist-timeline {
        flex: 1.2;
        position: relative;
        padding-left: 40px;
    }

    .ci-hist-timeline::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 10px;
        bottom: 10px;
        width: 1px;
        background: #e5e5e5;
    }

    .ci-hist-item {
        margin-bottom: 50px;
        position: relative;
    }

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

    .ci-hist-item::after {
        content: '';
        position: absolute;
        left: -29px;
        top: 10px;
        width: 11px;
        height: 11px;
        background: #0d2645;
        border-radius: 50%;
        border: 4px solid #fff;
        box-shadow: 0 0 0 1px #ddd;
    }

    .ci-hist-year {
        font-size: 28px;
        font-weight: 800;
        color: #0d2645;
        margin-bottom: 20px;
    }

    .ci-hist-desc li {
        font-size: 18px;
        color: #555;
        margin-bottom: 10px;
        position: relative;
        padding-left: 15px;
    }

    .ci-hist-desc li::before {
        content: '•';
        position: absolute;
        left: 0;
        color: #2563eb;
        font-weight: bold;
    }

    @media (max-width: 1024px) {
        .ci-hist-container {
            flex-direction: column;
            gap: 40px;
        }

        .ci-hist-img {
            height: 300px;
        }
    }

    /* [Certifications Section] */
    .ci-cert-wrap {
        width: 100%;
        padding: 100px 0;
        background: #f8f9fa;
    }

    .ci-cert-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .ci-cert-item {
        background: #fff;
        padding: 25px;
        border-radius: 12px;
        border: 1px solid #eee;
        text-align: center;
        transition: 0.3s;
    }

    .ci-cert-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
        border-color: #2563eb;
    }

    .ci-cert-img {
        width: 100%;
        height: 220px;
        background: #f4f4f4;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    .ci-cert-img i {
        font-size: 50px;
        color: #ccc;
    }

    .ci-cert-tit {
        font-size: 18px;
        font-weight: 700;
        color: #333;
    }

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

    @media (max-width: 767px) {
        .ci-cert-grid {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .ci-cert-img {
            height: 180px;
        }
    }

    /* [Location] */
    .ci-loc-wrap {
        width: 100%;
        padding: 100px 0;
        background: #fff;
    }

    .ci-loc-map {
        height: 400px;
        background: #eee;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .ci-loc-info {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        text-align: center;
    }

    .ci-loc-box {
        background: #fff;
        padding: 30px;
        border: 1px solid #eee;
        border-radius: 10px;
    }

    .ci-loc-icon {
        font-size: 32px;
        color: #2563eb;
        margin-bottom: 15px;
    }

    .ci-loc-t {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .ci-loc-d {
        font-size: 16px;
        color: #666;
    }

    @media (max-width: 767px) {
        .ci-loc-map {
            height: 250px;
        }

        .ci-loc-info {
            grid-template-columns: 1fr;
            gap: 15px;
        }
    }

    /* [Footer] */
    .ci-footer {
        background: #222;
        color: #888;
        padding: 60px 0;
        font-size: 14px;
        text-align: center;
    }
