body:has(.company-intro) #site-header {
    height: 52px;
    min-height: 52px;
}

body:has(.company-intro) #page-header {
    height: 170px;
    min-height: 170px;
}

body:has(.company-intro) > footer {
    margin-top: 0;
}

.company-intro {
    --uci-red: #e75143;
    --uci-band-red: #c3392c;
    --uci-navy: #112c5b;
    --uci-blue: #2c4d87;
    --uci-ink: #252525;
    --uci-muted: #5c5c5c;
    --uci-line: #dedede;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    color: var(--uci-ink);
    font-family: inherit;
    word-break: keep-all;
}

.company-intro *,
.company-intro *::before,
.company-intro *::after {
    box-sizing: border-box;
}

.company-intro [hidden] { display: none !important; }
.company-intro a { color: inherit; text-decoration: none; }
.company-intro img { display: block; max-width: 100%; }
.company-intro p,
.company-intro h2,
.company-intro h3,
.company-intro h4,
.company-intro ul,
.company-intro ol,
.company-intro dl,
.company-intro blockquote,
.company-intro figure { margin-top: 0; }
.company-intro .uci-panel:focus { outline: 0; }

.uci-container {
    width: min(960px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

/* Common tabs */
.uci-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(960px, calc(100% - 40px));
    height: 50px;
    margin: 35px auto 0;
    background: #efefef;
    scroll-margin-top: 90px;
}

.uci-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 50px;
    padding: 0 12px;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.uci-tabs a:hover,
.uci-tabs a:focus-visible {
    color: var(--uci-red);
    outline: 2px solid var(--uci-red);
    outline-offset: -2px;
}

.uci-tabs a[aria-selected="true"] {
    color: #fff;
    background: var(--uci-red);
}

/* Shared section typography */
.uci-section { position: relative; overflow: hidden; }
.uci-band { color: #fff; }
.uci-band--navy { background: var(--uci-navy); }
.uci-band--red { background: var(--uci-band-red); }

.uci-section-heading {
    margin-bottom: 42px;
    text-align: center;
}

.uci-section-heading > span,
.uci-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    margin-bottom: 18px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--uci-red);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.uci-band .uci-section-heading > span {
    min-width: 325px;
    height: 61px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.uci-band .uci-section-heading h3 { display: none; }

.uci-section-heading h3 {
    margin-bottom: 15px;
    color: var(--uci-ink);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.35;
}

.uci-section-heading p {
    margin-bottom: 0;
    color: inherit;
    font-size: 20px;
    line-height: 1.7;
}

.uci-section-heading--dark > span { color: #fff; }
.uci-section-heading--dark h3,
.uci-section-heading--dark p { color: var(--uci-ink); }

/* Center intro — desktop section boundaries mirror Figma 428:2 */
.uci-intro-section {
    height: 1334px;
    padding: 80px 0 70px;
    background: #fff;
}

.uci-center-copy {
    max-width: 960px;
    text-align: center;
}

.uci-mobile-copy { display: none; }

.uci-wordmark {
    display: block;
    width: 234px;
    height: 43px;
    margin: 0 auto 51px;
}

.uci-wordmark img { display: block; width: 100%; height: 100%; object-fit: contain; }

.uci-center-copy h2 {
    margin-bottom: 20px;
    color: var(--uci-red);
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
}

.uci-center-copy > p:not(.uci-wordmark, .uci-kicker, .uci-closing) {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 1.75;
}

.uci-kicker {
    min-width: 84px;
    margin-bottom: 21px;
    border: 0;
}

.uci-center-copy h3 {
    margin-bottom: 36px;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
}

.uci-why-list {
    display: grid;
    gap: 15px;
    width: 960px;
    margin: 0 auto 46px;
    padding: 0;
    list-style: none;
}

.uci-why-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 10px 18px;
    border: 1px solid #efb8b3;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.uci-closing {
    width: 780px;
    margin: 0 auto;
    color: var(--uci-red);
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
}

.uci-closing strong { font-size: 35px; font-weight: 900; }

.uci-expert {
    height: 628px;
    padding: 44px 0 0;
}

.uci-expert > .uci-container { position: relative; z-index: 1; }
.uci-expert-confetti {
    position: absolute;
    top: 135px;
    left: calc(50% - 237px);
    width: 578px;
    height: 462px;
    max-width: none !important;
    object-fit: fill;
    opacity: .3;
    pointer-events: none;
    transform: translateX(-50%);
}

.uci-expert .uci-section-heading { margin-bottom: 57px; }
.uci-expert .uci-section-heading p { font-size: 20px; line-height: 1.75; }
.uci-expert .uci-section-heading strong { font-weight: 900; }

.uci-award-layout {
    display: grid;
    grid-template-columns: 400px 447px;
    gap: 31px;
    align-items: start;
    width: 960px;
    margin: 0 auto;
}

.company-intro .uci-award-visual { position: relative; display: block; width: 347px; height: 352px; margin: 14px 0 0 60px; overflow: hidden; }
.uci-award-visual img { position: absolute; top: -.07%; left: 0; display: block; width: 100%; height: 107.69%; max-width: none; }

.uci-award-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uci-award-list li {
    display: flex;
    align-items: center;
    min-height: 47px;
    border-radius: 9px;
    background: #365d9d;
    text-align: left;
}

.uci-award-list strong {
    flex: 0 0 82px;
    text-align: center;
    font-size: 17px;
}

.uci-award-list span {
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
}

.uci-consulting-section {
    height: 666px;
    padding: 50px 0 0;
}

.uci-consulting-section .uci-section-heading { margin-bottom: 50px; }
.uci-consulting-section .uci-section-heading p { font-size: 20px; line-height: 1.75; }

.uci-image-grid--two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 960px;
    margin: 0 auto;
}

.uci-image-grid img {
    width: 100%;
    height: 240px;
    border-radius: 0;
    object-fit: cover;
}

.uci-training-section {
    height: 1108px;
    padding: 51px 0 0;
}

.uci-training-section .uci-section-heading { margin-bottom: 41px; }
.uci-training-section .uci-section-heading p { font-size: 20px; line-height: 1.75; }

.uci-training-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 960px;
    margin: 0 auto;
}

.uci-training-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: var(--uci-blue);
}

.uci-training-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.uci-training-grid figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 10px 14px;
    background: #365d9d;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.uci-transparent {
    height: 513px;
    padding: 50px 0 0;
}

.uci-transparent .uci-section-heading { margin-bottom: 52px; }
.uci-transparent .uci-section-heading p { font-size: 20px; line-height: 1.75; }

.uci-transparent-visual { position: relative; width: 960px; height: 215px; margin: 0 auto; }
.uci-transparent-visual > span { position: absolute; display: block; overflow: hidden; }
.uci-transparent-visual img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.uci-transparent-main { top: 0; left: 369px; width: 209px; height: 215px; }
.uci-transparent-main img { top: -.08%; height: 109.06%; }
.uci-transparent-left { top: 64px; left: 298px; width: 91px; height: 79px; }
.uci-transparent-right { top: 32px; left: 559px; width: 109px; height: 80px; }

/* Horizontal rails */
.uci-rail {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x proximity;
}

.uci-rail::-webkit-scrollbar { display: none; }
.uci-rail:focus-visible { outline: 3px solid #ffd74a; outline-offset: -3px; }
.uci-rail[data-rolling-state="running"] { scroll-snap-type: none; }
.uci-rail[data-autoroll] .uci-rail-track { padding-right: 0; padding-left: 0; }

.uci-rail-track {
    display: flex;
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding: 0 20px;
    gap: 14px;
    list-style: none;
}

.uci-rail-track > * { flex: 0 0 auto; scroll-snap-align: start; }

.uci-review-section {
    height: 662px;
    padding: 53px 0 0;
}

.uci-review-section .uci-section-heading { margin-bottom: 47px; }
.uci-review-section .uci-section-heading p { font-size: 23px; line-height: 35px; }
.uci-review-rails { display: grid; gap: 17px; }
.uci-review-rail--3 { display: none; }
.uci-review-track { gap: 10px; }
.uci-review-rail--1 .uci-review-track { margin-left: -44px; }
.uci-review-rail--2 .uci-review-track { margin-left: -123px; }

.uci-review-card {
    display: grid;
    grid-template-columns: 78px 205px;
    gap: 17px;
    align-items: center;
    width: 333px;
    height: 135px;
    padding: 0 23px 0 10px;
    border-radius: 10px;
    background: #2c4d87;
}

.uci-review-avatar {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
}

.uci-review-card blockquote {
    display: -webkit-box;
    height: 92px;
    margin-bottom: 0;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.uci-action-row,
.uci-university-summary { margin-top: 38px; text-align: center; }
.uci-review-section .uci-action-row .uci-button { width: 276px; height: 62px; gap: 8px; font-size: 20px; }
.uci-review-button-icon {
    width: 15px;
    height: 9px;
    transform: rotate(-90deg);
}

.uci-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 61px;
    padding: 12px 30px;
    border: 1px solid #bbb;
    border-radius: 999px;
    background: #fff;
    color: #444 !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.uci-button:hover,
.uci-button:focus-visible { box-shadow: 0 0 0 3px rgba(231,81,67,.2); outline: 0; }
.uci-button--light { border-color: #fff; background: transparent; color: #fff !important; }

.uci-fair-section {
    height: 799px;
    padding: 54px 0 0;
}

.uci-fair-section .uci-section-heading { margin-bottom: 45px; }
.uci-fair-section .uci-section-heading p { font-size: 18px; }

.uci-fair-gallery { width: 960px; margin: 0 auto; }
.uci-fair-gallery:focus-visible { outline: 3px solid #ffd74a; outline-offset: 4px; }
.uci-fair-gallery ul { display: grid; grid-template-columns: repeat(2, 470px); gap: 18px 20px; margin: 0; padding: 0; list-style: none; }
.uci-fair-gallery li { width: 470px; height: 240px; overflow: hidden; border-radius: 10px; background: #fff; }
.uci-fair-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Center white sections */
.uci-services { height: 707px; padding: 72px 0 0; background: #fff; }
.uci-partners { height: 570px; padding: 0; background: #fff; }
.uci-universities { height: 643px; padding: 0; background: #fff; }
.uci-services .uci-section-heading { margin-bottom: 35px; }
.uci-partners .uci-section-heading { margin-bottom: 31px; }
.uci-universities .uci-section-heading { margin-bottom: 54px; }
.uci-universities .uci-section-heading > span { margin-bottom: 21px; }
.uci-universities .uci-section-heading h3 { font-size: 30px; line-height: 35px; }

.uci-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 960px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.uci-service-grid li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 193px;
    padding: 24px;
    border: 0;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 6px 22px rgba(0,0,0,.08);
    text-align: center;
}

.uci-service-grid img { width: 54px; height: 54px; margin: 0 0 17px; object-fit: contain; }
.uci-service-grid strong { display: block; margin-bottom: 7px; font-size: 21px; }
.uci-service-grid p { margin-bottom: 0; color: var(--uci-muted); font-size: 17px; line-height: 1.5; }

.uci-partner-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    width: 960px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.uci-partner-grid li {
    display: flex;
    align-items: center;
    width: 314px;
    height: 156px;
    padding: 18px 16px;
    border-radius: 8px;
    background: #f3f3f3;
}

.uci-partner-grid li:nth-child(1),
.uci-partner-grid li:nth-child(2) { margin-right: 9px; }
.uci-partner-grid li:nth-child(2) { width: 313px; }
.uci-partner-grid li:nth-child(4) { width: 476px; margin-right: 7px; padding-left: 26px; }
.uci-partner-grid li:nth-child(5) { width: 476px; padding-left: 23px; }
.uci-partner-grid img { flex: 0 0 110px; width: 110px; height: 110px; margin-right: 24px; border-radius: 50%; background: #fff; object-fit: contain; }
.uci-partner-grid li:nth-child(n+4) img { margin-right: 35px; }

.uci-partner-grid strong { font-size: 17px; line-height: 1.35; }

.uci-university-rails { display: grid; gap: 21px; }
.uci-university-rail { overflow: hidden; scroll-snap-type: none; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.uci-university-rail .uci-rail-track { padding-right: 0; padding-left: 0; }
.uci-university-track { gap: 10px; will-change: transform; }
.uci-university-track li {
    display: flex;
    align-items: center;
    min-height: 55px;
    padding: 9px 25px;
    border: 0;
    border-radius: 999px;
    background: #e1efff;
    color: #424242;
    font-size: 16px;
    font-weight: 700;
}

.uci-university-track .uci-university-item--blue { background: #e1efff; }
.uci-university-track .uci-university-item--pink { background: #ffd5d9; }
.uci-university-summary { margin-top: 53px; }
.uci-university-summary p { margin-bottom: 50px; color: #444; font-size: 20px; font-weight: 500; line-height: 35px; }
.uci-university-summary p strong { color: var(--uci-red); font-weight: 800; }

.uci-history-section {
    height: 856px;
    padding: 66px 0 0;
    background: #f8f8f8;
}

.uci-history-section .uci-section-heading { margin-bottom: 43px; }
.uci-history {
    width: 960px;
    max-height: none;
    margin: 0 auto;
    overflow: visible;
}

.uci-history-list { margin: 0; padding: 0; list-style: none; }
.uci-history-entry { display: grid; grid-template-columns: 105px 1fr; gap: 0; padding: 0; }
.uci-history-entry:nth-child(n+3) { display: none; }
.uci-history[data-expanded="true"] .uci-history-entry { display: grid; }
.uci-history-entry > strong { padding: 8px 0; color: var(--uci-red); font-size: 31px; line-height: 1.4; }
.uci-history-entry ul { margin: 0; padding: 0; list-style: none; }
.uci-history-entry li { min-height: 60px; margin: 0; padding: 12px 0; border-bottom: 1px solid #d8d8d8; color: #555; font-size: 17px; line-height: 1.55; }
.uci-history-toggle { display: flex; width: 250px; height: 62px; gap: 5px; margin: 54px auto 0; font-size: 20px; }
.uci-history-toggle-icon { width: 16px; height: 10px; transition: transform .2s ease; }
.uci-history-toggle[aria-expanded="true"] .uci-history-toggle-icon { transform: rotate(180deg); }
.uci-history-section.is-expanded { height: auto; min-height: 856px; padding-bottom: 66px; overflow: visible; }

.uci-video-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    height: 451px;
    padding: 0 20px;
    overflow: hidden;
    background: #112c5b;
}

.uci-video-section::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: rgba(0,0,0,.5);
    content: "";
    pointer-events: none;
}

.uci-video-background {
    position: absolute;
    z-index: 0;
    top: calc(50% + 22px);
    left: 0;
    width: 100.16%;
    height: auto;
    max-width: none !important;
    pointer-events: none;
    transform: translateY(-50%) scaleX(-1);
}

.uci-video-copy { position: relative; z-index: 1; width: 425px; }
.uci-video-copy p { margin: 0; color: #fff; font-size: 32px; font-weight: 800; line-height: 45px; }
.uci-video {
    position: relative;
    z-index: 1;
    width: 463px;
    height: 267px;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 5px;
    background: #000;
    cursor: pointer;
}

.uci-video img,
.uci-video iframe { width: 100%; height: 100%; border: 0; object-fit: cover; }
.uci-video-frame { display: block; width: 463px; height: 267px; border: 0; }
.uci-video > span { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 50%; background: rgba(231,81,67,.95); color: #fff; font-size: 22px; transform: translate(-50%,-50%); }

/* Branch shared */
.uci-branch-lead { text-align: center; }
.uci-branch-lead h2 { margin-bottom: 30px; color: var(--uci-red); font-size: 31px; font-weight: 800; line-height: 1.45; }
.uci-branch-copy { max-width: 960px; margin: 0 auto; }
.uci-branch-copy p,
.uci-branch-lead > p { margin-bottom: 24px; color: #444; font-size: 20px; line-height: 1.8; }

.uci-outline-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 325px;
    height: 61px;
    margin: 0 auto 39px;
    padding: 0 35px;
    border: 1px solid var(--uci-red);
    border-radius: 999px;
    color: var(--uci-red);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.uci-profile-list { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.uci-profile-card {
    display: grid;
    grid-template-columns: 174px minmax(0, 1fr);
    gap: 29px;
    align-items: start;
    padding: 35px 49px 35px 38px;
    border-radius: 8px;
    background: #f3f3f3;
}

.uci-profile-card > img { width: 174px; height: 174px; border-radius: 50%; object-fit: cover; object-position: center top; }
.uci-profile-card h4 { height: 35px; margin-bottom: 14px; font-size: 23px; font-weight: 800; line-height: 35px; }
.uci-profile-card h4 small { margin-left: 4px; color: #666; font-size: 18px; font-weight: 600; }
.uci-profile-card ul { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; }
.uci-profile-card li { min-height: 30px; padding: 0 0 7px; border-bottom: 1px solid #d6d6d6; color: #555; font-size: 18px; line-height: 22px; letter-spacing: -.36px; }
.uci-profile-specialty { color: var(--uci-red) !important; font-weight: 700; }

.uci-location-card {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 32px;
    width: 960px;
    height: 330px;
    padding: 22px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.09);
}

.uci-map iframe,
.uci-map-visual { display: block; width: 400px; height: 262px; overflow: hidden; border: 0; border-radius: 10px; }
.uci-map-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.uci-map-link { display: block; margin: 8px 0 0; color: #666; font-size: 12px; text-align: center; text-decoration: none; }
.uci-location-info h4 { margin-bottom: 13px; padding-bottom: 11px; border-bottom: 1px solid #ddd; font-size: 22px; font-weight: 800; }
.uci-location-info dl { margin-bottom: 16px; }
.uci-location-info dl > div { display: grid; grid-template-columns: 72px 1fr; padding: 6px 0; }
.uci-location-info dt,
.uci-location-info dd { margin: 0; font-size: 13px; line-height: 1.45; }
.uci-location-info dt { font-weight: 800; }
.uci-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.uci-contact-actions .uci-button { min-width: 200px; min-height: 43px; padding: 8px 18px; border: 0; border-radius: 4px; font-size: 14px; }
.uci-button--kakao { background: #fee500; color: #191919 !important; }
.uci-button--red { background: var(--uci-red); color: #fff !important; }
.uci-button--blog { background: #2db400; color: #fff !important; }

.uci-branch-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    overflow: hidden;
    padding: 40px 20px;
    background: linear-gradient(rgba(13,31,59,.48), rgba(13,31,59,.48)), url('/files/doc/london/london-carousel-1.jpg') center 46% / cover no-repeat;
    text-align: center;
}

#gangnam .uci-branch-banner::after,
#sinchon .uci-branch-banner::after { position: absolute; z-index: 1; inset: 0; background: rgba(0,0,0,.5); content: ""; }
.uci-branch-banner-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 41.8%; }
.uci-branch-banner p { position: relative; z-index: 2; margin: 0; color: #fff; font-size: 31px; font-weight: 800; line-height: 1.55; }

/* Gangnam — desktop section boundaries mirror Figma 464:2 */
#gangnam .uci-branch-lead { height: 639px; padding: 97px 0 0; }
#gangnam .uci-profile-section { height: 1435px; padding: 0; }
#gangnam .uci-profile-list { width: 959px; }
#gangnam .uci-branch-banner { background: #1f2e45; }
#gangnam .uci-branch-banner p { font-size: 32px; line-height: 45px; letter-spacing: -1.6px; }
#gangnam .uci-location-section { height: 491px; padding: 0; }
#gangnam .uci-location-section .uci-outline-title { margin-bottom: 39px; }

/* Sinchon — desktop section boundaries mirror Figma 509:2 */
#sinchon .uci-branch-lead { height: 226px; padding: 59px 0 0; }
#sinchon .uci-branch-lead h2 { margin-bottom: 17px; font-size: 30px; line-height: 40px; }
#sinchon .uci-branch-lead > p { margin: 0; font-size: 23px; line-height: 35px; }
.uci-sinchon-promise { height: 690px; overflow: hidden; padding: 52px 0 0; background: #f3f3f3; }
.uci-promise-lead { display: grid; grid-template-columns: 41.6666667% 53.9583333%; gap: 4.375%; align-items: center; margin-bottom: 55px; }
.uci-promise-lead > img { width: 100%; height: 249px; border-radius: 10px; object-fit: cover; }
.uci-promise-lead h3 { margin-bottom: 18px; font-size: 34px; font-weight: 800; line-height: 45px; }
.uci-promise-lead h3 small { display: block; margin-bottom: 0; font-size: 23px; line-height: 35px; }
.uci-promise-lead p { margin: 0; color: #555; font-size: 18px; line-height: 35px; }
.uci-strength-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.uci-strength-grid li { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 135px; padding: 20px; border-radius: 10px; background: #fff; text-align: center; }
.uci-strength-grid strong,
.uci-strength-grid span { display: block; }
.uci-strength-grid strong { margin-bottom: 8px; color: var(--uci-red); font-size: 23px; line-height: 35px; }
.uci-strength-grid span { color: #252525; font-size: 18px; line-height: 30px; }

#sinchon .uci-profile-section { height: 1349px; padding: 70px 0 0; }
#sinchon .uci-profile-section .uci-outline-title { margin-bottom: 39px; }
#sinchon .uci-profile-list { width: 100%; }
#sinchon .uci-profile-card { min-height: 244px; }
#sinchon .uci-sinchon-services { height: 589px; padding: 0; }
#sinchon .uci-sinchon-services .uci-outline-title { width: 343px; margin-bottom: 44px; }
.uci-sinchon-services ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.uci-sinchon-services li { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 202px; padding: 24px 20px; border-radius: 10px; background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.07); text-align: center; }
.uci-sinchon-services li > span { display: block; margin-bottom: 14px; color: var(--uci-red); font-size: 23px; font-weight: 800; line-height: 35px; }
.uci-sinchon-services strong { display: block; margin-bottom: 8px; font-size: 20px; line-height: 30px; }
.uci-sinchon-services p { margin: 0; color: #252525; font-size: 16px; line-height: 25px; }

#sinchon .uci-sinchon-reviews { height: 678px; padding: 0; }
#sinchon .uci-sinchon-reviews .uci-outline-title { width: 343px; margin-bottom: 56px; }
.uci-sinchon-reviews,
.uci-sinchon-news .uci-container { position: relative; }
.uci-manage-item { position: absolute; z-index: 5; top: 0; left: 0; }
.uci-manual-rail { margin: -8px 0; padding: 8px 0; }
.uci-manual-rail .uci-rail-track { width: 960px; padding: 0; gap: 10px; }
.uci-manual-rail li { width: 313px; height: 390px; overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 2px 2px 7.5px rgba(165,165,165,.3); }
.uci-review-card-link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.uci-review-card-link:focus-visible { outline: 3px solid #ffd74a; outline-offset: -3px; }
.uci-review-image { position: relative; display: block; flex: 0 0 200px; width: 100%; height: 200px; overflow: hidden; border-radius: 10px 10px 0 0; background: #f2f3f5; }
.uci-review-placeholder-logo { position: absolute; top: 50%; left: 50%; width: 52%; max-width: 170px; height: auto; max-height: 58px; transform: translate(-50%,-50%); object-fit: contain; opacity: .78; }
.uci-review-image > .uci-review-upload { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.uci-review-image--pagoda > .uci-review-upload { top: -7.14%; bottom: auto; height: 156.5%; object-fit: fill; }
.uci-manual-rail strong { display: block; flex: 0 0 120px; min-height: 120px; padding: 20px 10px 10px; color: #1a1a1a; font-size: 20px; font-weight: 500; line-height: 30px; letter-spacing: -1.4px; }
.uci-manual-rail p { display: flex; align-items: center; flex: 0 0 70px; gap: 5px; margin: 0; padding: 20px 10px; }
.uci-manual-rail p span { display: flex; align-items: center; justify-content: center; width: 94px; height: 30px; padding: 4px 10px; border: 1px solid #929292; border-radius: 5px; color: #929292; font-size: 15px; line-height: 30px; letter-spacing: -1.05px; white-space: nowrap; }
.uci-manual-rail p span:nth-child(2) { width: 95px; }
.uci-sinchon-reviews > .uci-button { display: flex; width: 276px; min-height: 62px; margin: 50px auto 0; }

.uci-sinchon-news { height: 734px; padding: 50px 0 0; background: #ffeff0; }
.uci-sinchon-news .uci-outline-title { width: 434px; margin-bottom: 39px; }
.uci-sinchon-news ul { display: grid; gap: 19px; width: min(960px, calc(100vw - 40px)); margin: 0 auto; padding: 0; list-style: none; }
.uci-sinchon-news li { display: grid; grid-template-columns: minmax(0, 1fr) 145px; grid-template-rows: 35px auto; column-gap: 35px; align-items: end; min-height: 145px; padding: 20px 32px; border-radius: 10px; background: #fff; }
.uci-sinchon-news li > span { grid-column: 1; grid-row: 1; color: var(--uci-red); font-size: 23px; font-weight: 800; line-height: 35px; }
.uci-sinchon-news li > div { grid-column: 1; grid-row: 2; }
.uci-sinchon-news strong { display: block; margin-bottom: 0; font-size: 22px; line-height: 35px; }
.uci-sinchon-news p { margin: 0; color: #555; font-size: 18px; line-height: 35px; }
.uci-sinchon-news li > a { display: inline-flex; grid-column: 2; grid-row: 1 / 3; align-self: end; align-items: center; justify-content: center; width: 145px; height: 53px; padding: 0; gap: 8px; border-radius: 999px; background: #f3f3f3; color: var(--uci-red); font-size: 18px; font-weight: 700; letter-spacing: -.9px; }
.uci-sinchon-news li > a img { width: 14px; height: 8px; transform: rotate(-90deg); }

#sinchon .uci-location-section { height: 541px; padding: 50px 0 0; }
#sinchon .uci-location-section .uci-outline-title { margin-bottom: 40px; }
#sinchon .uci-location-card { grid-template-columns: 400px minmax(0, 1fr); gap: 28px; width: 100%; padding: 20px; }
#sinchon .uci-map iframe,
#sinchon .uci-map-visual { width: 100%; }
#sinchon .uci-map-link { text-align: left; }
#sinchon .uci-map-link::before { content: "*"; }
#sinchon .uci-location-info { display: flex; flex-direction: column; height: 262px; }
#sinchon .uci-location-info dl { margin-bottom: 0; }
#sinchon .uci-location-info dl > div { grid-template-columns: 90px 1fr; }
#sinchon .uci-contact-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
#sinchon .uci-contact-actions { margin-top: auto; }
#sinchon .uci-contact-actions .uci-button { width: 100%; min-width: 0; padding: 8px 5px; }
#sinchon .uci-branch-banner { background: #1f2e45; }
#sinchon .uci-branch-banner-image { object-position: center; }
#sinchon .uci-branch-banner p { font-size: 32px; line-height: 45px; letter-spacing: -1.6px; }

@media (min-width: 768px) {
    body:has(#center:not([hidden])) > footer .footer {
        height: 206px;
        min-height: 206px;
        overflow: hidden;
    }

    body:has(#gangnam:not([hidden])) > footer .footer {
        height: 202px;
        min-height: 202px;
        overflow: hidden;
    }

    body:has(#sinchon:not([hidden])) > footer .footer {
        height: 217px;
        min-height: 217px;
        overflow: hidden;
    }

    .uci-university-summary .uci-button {
        width: 302px;
        height: 62px;
    }

    .uci-video-copy p { white-space: nowrap; }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .uci-sinchon-promise,
    #sinchon .uci-profile-section,
    #sinchon .uci-sinchon-services,
    #sinchon .uci-sinchon-reviews,
    .uci-sinchon-news,
    #sinchon .uci-location-section {
        height: auto;
    }

    .uci-sinchon-promise { padding-bottom: 54px; }
    #sinchon .uci-profile-section { padding-bottom: 70px; }
    #sinchon .uci-sinchon-services { padding-bottom: 70px; }
    #sinchon .uci-sinchon-reviews { padding-bottom: 59px; }
    .uci-sinchon-news { padding-bottom: 60px; }
    #sinchon .uci-location-section { padding-bottom: 60px; }

    #sinchon .uci-profile-card {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 24px;
        padding-right: 30px;
        padding-left: 30px;
    }

    #sinchon .uci-profile-card > img {
        width: 150px;
        height: 150px;
    }

    #sinchon .uci-location-card {
        grid-template-columns: min(400px, 41.6666667%) minmax(0, 1fr);
    }

    #sinchon .uci-contact-actions .uci-button {
        font-size: 12px;
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    body:has(.company-intro) #site-header {
        height: 55px;
        min-height: 55px;
    }

    body:has(.company-intro) #page-header {
        display: none;
        height: 0;
        min-height: 0;
    }

    body:has(.company-intro) > footer .footer {
        min-height: 440px;
    }

    body:has(#gangnam:not([hidden])) > footer .footer {
        min-height: 443px;
    }

    .company-intro { padding-bottom: 0; word-break: keep-all; }
    .uci-container { width: calc(100% - 30px); max-width: 390px; }
    .uci-tabs { width: 100%; height: 50px; margin: 0; }
    .uci-tabs a { height: 50px; padding: 0 4px; font-size: 13px; }

    .uci-section-heading { margin-bottom: 30px; }
    .uci-section-heading > span,
    .uci-kicker { height: 35px; padding: 0 18px; font-size: 14px; }
    .uci-band .uci-section-heading > span { min-width: 228px; height: 48px; margin-bottom: 20px; font-size: 23px; }
    .uci-section-heading h3 { margin-bottom: 14px; font-size: 30px; }
    .uci-section-heading p { font-size: 20px; line-height: 1.7; }
    .uci-center-copy > p br,
    .uci-section-heading p br,
    .uci-university-summary p br,
    .uci-branch-copy br,
    .uci-branch-lead > p br { display: none; }

    /* Center mobile boundaries mirror Figma 485:2 */
    .uci-intro-section { height: 1316px; padding: 64px 0 0; }
    .uci-wordmark { width: 166px; height: 31px; margin-bottom: 34px; }
    .uci-center-copy h2 { margin-bottom: 22px; font-size: 25px; line-height: 32px; }
    .uci-center-copy > p:not(.uci-wordmark, .uci-kicker, .uci-closing) { width: 379px; min-height: 150px; margin-right: auto; margin-bottom: 69px; margin-left: auto; font-size: 20px; line-height: 1.5; }
    .uci-desktop-copy { display: none; }
    .uci-mobile-copy { display: inline; }
    .uci-mobile-copy br { display: initial !important; }
    .uci-kicker { min-width: 84px; margin-bottom: 15px; }
    .uci-center-copy h3 { margin-bottom: 23px; font-size: 30px; line-height: 35px; }
    .uci-why-list { gap: 15px; width: 390px; margin-bottom: 31px; }
    .uci-why-list li { height: 80px; padding: 10px 13px; border-radius: 10px; font-size: 16px; line-height: 1.45; }
    .uci-closing { width: 267px; margin-right: auto; margin-left: auto; font-size: 25px; font-weight: 500; line-height: 38px; }
    .uci-closing br { display: initial; }
    .uci-closing strong { font-size: 28px; font-weight: 900; }

    .uci-expert { height: 836px; padding: 40px 0 0; }
    .uci-expert-confetti { top: 181px; left: 50%; width: 423px; height: 339px; }
    .uci-expert .uci-section-heading { margin-bottom: 36px; }
    .uci-expert .uci-section-heading p { font-size: 20px; line-height: 1.5; }
    .uci-award-layout { display: grid; grid-template-columns: 1fr; gap: 0; width: 390px; }
    .company-intro .uci-award-visual { width: 197px; height: 200px; margin: 0 auto; }
    .uci-award-list { gap: 10px; }
    .uci-award-list li { min-height: 47px; border-radius: 6px; }
    .uci-award-list strong { flex-basis: 67px; font-size: 14px; }
    .uci-award-list span { padding: 7px 10px; font-size: 12px; line-height: 1.35; }

    .uci-consulting-section { height: 907px; padding: 40px 0 0; }
    .uci-consulting-section .uci-section-heading { margin-bottom: 29px; }
    .uci-consulting-section .uci-section-heading p { min-height: 240px; padding: 0 5px; font-size: 20px; line-height: 1.5; }
    .uci-image-grid--two { grid-template-columns: 1fr; gap: 10px; width: 390px; }
    .uci-image-grid img { height: 240px; }

    .uci-training-section { height: 1693px; padding: 40px 0 0; }
    .uci-training-section .uci-section-heading { margin-bottom: 20px; }
    .uci-training-section .uci-section-heading p { min-height: 175px; font-size: 20px; line-height: 1.75; }
    .uci-training-grid { grid-template-columns: 1fr; gap: 10px; width: 390px; }
    .uci-training-grid img { height: 270px; }
    .uci-training-grid figcaption { height: 60px; padding: 8px 10px; font-size: 14px; }

    .uci-transparent { height: 479px; padding: 40px 0 0; }
    .uci-transparent .uci-section-heading { margin-bottom: 40px; }
    .uci-transparent .uci-section-heading p { min-height: 180px; font-size: 18px; line-height: 1.6667; }
    .uci-transparent-visual { width: 390px; height: 151px; }
    .uci-transparent-main { top: 0; left: 122px; width: 147px; height: 151px; }
    .uci-transparent-left { top: 45px; left: 72px; width: 64px; height: 55px; }
    .uci-transparent-right { top: 22px; left: 255px; width: 77px; height: 56px; }

    .uci-review-section { height: 785px; padding: 40px 0 0; }
    .uci-review-section .uci-section-heading { margin-bottom: 40px; }
    .uci-review-section .uci-section-heading > span { min-width: 250px; }
    .uci-review-section .uci-section-heading p { font-size: 20px; line-height: 30px; }
    .uci-review-rails { gap: 20px; }
    .uci-review-rail--3 { display: block; }
    .uci-review-rail--1 .uci-review-track { margin-left: -19px; }
    .uci-review-rail--2 .uci-review-track { margin-left: -162px; }
    .uci-review-rail--3 .uci-review-track { margin-left: -983px; }
    .uci-review-card { grid-template-columns: 78px 205px; width: 333px; height: 135px; padding: 0 23px 0 10px; }
    .uci-review-card blockquote { font-size: 16px; line-height: 23px; }
    .uci-review-section .uci-action-row { margin-top: 30px; }
    .uci-review-section .uci-action-row .uci-button { width: 276px; height: 62px; font-size: 20px; }

    .uci-button { min-width: 235px; min-height: 55px; padding: 11px 24px; font-size: 16px; }
    .uci-fair-section { height: 538px; padding: 40px 0 0; }
    .uci-fair-section .uci-section-heading { margin-bottom: 30px; }
    .uci-fair-section .uci-section-heading p { font-size: 18px; line-height: 1.6667; }
    .uci-fair-gallery { width: calc(100% + 15px); overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; }
    .uci-fair-gallery::-webkit-scrollbar { display: none; }
    .uci-fair-gallery ul { display: flex; width: max-content; gap: 10px; padding: 0 15px 0 0; }
    .uci-fair-gallery li { flex: 0 0 300px; width: 300px; height: 240px; }

    .uci-services { height: 1100px; padding: 50px 0 0; }
    .uci-partners { height: 1053px; padding: 45px 0 0; }
    .uci-universities { height: 769px; padding: 45px 0 0; }
    .uci-services .uci-section-heading { margin-bottom: 14px; }
    .uci-section-heading--dark p { font-size: 18px; }
    .uci-service-grid { grid-template-columns: 1fr; gap: 30px; width: 390px; }
    .uci-service-grid li { height: 193px; padding: 20px; }
    .uci-service-grid img { width: 54px; height: 54px; margin-bottom: 13px; }
    .uci-service-grid strong { font-size: 20px; }
    .uci-service-grid p { font-size: 16px; }

    .uci-partners .uci-section-heading { margin-bottom: 14px; }
    .uci-partner-grid { display: grid; grid-template-columns: 1fr; gap: 10px; width: 390px; }
    .uci-partner-grid li,
    .uci-partner-grid li:nth-child(1),
    .uci-partner-grid li:nth-child(2),
    .uci-partner-grid li:nth-child(n+4) { grid-column: auto; width: 100%; height: 156px; margin-right: 0; padding: 18px; }
    .uci-partner-grid img,
    .uci-partner-grid li:nth-child(n+4) img { flex-basis: 110px; width: 110px; height: 110px; margin-right: 11px; }
    .uci-partner-grid strong { font-size: 17px; }

    .uci-universities .uci-section-heading { margin-bottom: 24px; }
    .uci-universities .uci-section-heading > span { margin-bottom: 18px; }
    .uci-university-rails { gap: 20px; }
    .uci-university-track { gap: 10px; }
    .uci-university-track li { min-height: 55px; padding: 10px 30px; font-size: 20px; line-height: 35px; }
    .uci-university-summary { margin-top: 40px; }
    .uci-university-summary p { margin-bottom: 40px; font-size: 20px; font-weight: 600; line-height: 30px; }
    .uci-university-summary .uci-mobile-copy br { display: initial; }
    .uci-university-summary .uci-button { width: 302px; height: 62px; min-height: 62px; }

    .uci-history-section { height: auto; min-height: 0; padding: 40px 0; }
    .uci-history-section .uci-section-heading { margin-bottom: 29px; }
    .uci-history { width: 390px; }
    .uci-history-list { display: flex; flex-direction: column; gap: 20px; }
    .uci-history-entry { display: block; }
    .uci-history-entry:nth-child(n+3) { display: none; }
    .uci-history[data-expanded="true"] .uci-history-entry { display: block; }
    .uci-history-entry > strong { display: block; height: 35px; margin-bottom: 6px; padding: 0; font-size: 28px; line-height: 35px; }
    .uci-history-entry ul { display: flex; flex-direction: column; gap: 0; }
    .uci-history-entry li {
        min-height: 0;
        padding: 8px 0;
        color: #515151;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -.3px;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    .uci-history-toggle { margin-top: 40px; }
    .uci-history-section.is-expanded { min-height: 0; padding-bottom: 40px; }

    .uci-video-section { flex-direction: column; justify-content: flex-start; gap: 0; height: 470px; padding: 0; }
    .uci-video-background { top: -36.6%; left: -52.05%; width: 246.82%; height: 136.6%; transform: scaleX(-1); }
    .uci-video-copy {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 30px);
        max-width: 390px;
        height: 195px;
        padding: 50px 0 40px;
        background: transparent;
        text-align: center;
    }
    .uci-video-copy p { width: 100%; font-size: 28px; line-height: 35px; letter-spacing: -1.4px; text-align: center; }
    .uci-video,
    .uci-video-frame { width: calc(100% - 30px); max-width: 390px; height: 225px; border: 5px solid #fff; border-radius: 5px; }

    /* Branch shared mobile */
    .uci-branch-lead h2 { color: var(--uci-red); font-size: 25px; line-height: 1.45; }
    .uci-branch-copy p,
    .uci-branch-lead > p { font-size: 20px; line-height: 1.75; }
    .uci-outline-title { min-width: 228px; height: 48px; margin-bottom: 40px; padding: 0 25px; font-size: 23px; }
    .uci-profile-list { gap: 15px; width: 390px; }
    .uci-profile-card { grid-template-columns: 1fr; gap: 20px; padding: 28px 23px; text-align: center; }
    .uci-profile-card > img { width: 145px; height: 145px; margin: 0 auto; }
    .uci-profile-card h4 { font-size: 22px; }
    .uci-profile-card li { min-height: 0; padding: 6px 0; font-size: 12px; line-height: 1.45; text-align: left; }

    .uci-location-card { display: block; width: 100vw; height: auto; margin-left: calc(50% - 50vw); padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
    .uci-map iframe,
    .uci-map-visual { width: 100%; height: 262px; border-radius: 0; }
    .uci-map-link { height: 43px; margin: 0; padding-top: 12px; background: #fff; font-size: 12px; }
    .uci-location-info { width: 390px; min-height: 284px; margin: 0 auto; padding: 27px 25px; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.08); }
    .uci-location-info h4 { font-size: 21px; }
    .uci-location-info dl > div { grid-template-columns: 65px 1fr; }
    .uci-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
    .uci-contact-actions .uci-button { min-width: 0; width: 100%; min-height: 43px; }
    .uci-contact-actions .uci-button--blog { grid-column: 1 / -1; }
    .uci-branch-banner { height: 250px; padding: 35px 20px; }
    .uci-branch-banner p { font-size: 25px; }

    /* Gangnam mobile exact vertical boundaries — Figma 527:554 */
    #gangnam .uci-branch-lead { height: 939px; padding: 60px 0 0; }
    #gangnam .uci-branch-lead h2 {
        margin-bottom: 30px;
        font-size: 25px;
        line-height: 32px;
    }
    #gangnam .uci-branch-copy p {
        margin-bottom: 35px;
        color: #1a1a1a;
        font-size: 23px;
        line-height: 35px;
        letter-spacing: -1.61px;
    }
    #gangnam .uci-branch-copy p:last-child { margin-bottom: 0; }

    #gangnam .uci-profile-section { height: 2313px; padding: 0; }
    #gangnam .uci-profile-section .uci-outline-title,
    #gangnam .uci-location-section .uci-outline-title {
        width: 238px;
        min-width: 238px;
        height: 61px;
        padding: 0;
        font-size: 26px;
        font-weight: 900;
        line-height: 35px;
    }
    #gangnam .uci-profile-section .uci-outline-title { margin-bottom: 31px; }
    #gangnam .uci-profile-list { width: 100%; align-content: start; }
    #gangnam .uci-profile-card {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        padding: 25px 15px;
        border-radius: 10px;
        text-align: left;
    }
    #gangnam .uci-profile-card:nth-child(1) { min-height: 518px; }
    #gangnam .uci-profile-card:nth-child(2) { min-height: 534px; }
    #gangnam .uci-profile-card:nth-child(3) { min-height: 578px; }
    #gangnam .uci-profile-card:nth-child(4) { min-height: 496px; }
    #gangnam .uci-profile-card > img {
        width: 150px;
        height: 150px;
        margin: 0;
    }
    #gangnam .uci-profile-card > div { width: 100%; }
    #gangnam .uci-profile-card h4 {
        height: 35px;
        margin-bottom: 14px;
        color: #515151;
        font-size: 23px;
        line-height: 35px;
    }
    #gangnam .uci-profile-card h4 small {
        color: #515151;
        font-size: 18px;
    }
    #gangnam .uci-profile-card ul { gap: 8px; }
    #gangnam .uci-profile-card li {
        min-height: 30px;
        padding: 0 0 7px;
        color: #515151;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.36px;
    }

    #gangnam .uci-location-section { height: 741px; padding: 0; }
    #gangnam .uci-location-section .uci-outline-title { margin-bottom: 30px; }
    #gangnam .uci-map-visual { position: relative; }
    #gangnam .uci-map-visual img {
        position: absolute;
        top: -18.17%;
        left: -1.66%;
        width: 102.85%;
        height: 125.12%;
        max-width: none;
        object-fit: fill;
    }
    #gangnam .uci-map-link {
        padding-top: 6px;
        color: #535353;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -.8px;
    }
    #gangnam .uci-map-link::before { content: "*"; }
    #gangnam .uci-location-info {
        height: 284px;
        min-height: 284px;
        margin-top: 11px;
        padding: 20px 15px 23px;
        border-radius: 10px;
    }
    #gangnam .uci-location-info h4 {
        height: 38px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        color: #000;
        font-size: 22px;
        line-height: 23px;
    }
    #gangnam .uci-location-info dl {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 31px;
    }
    #gangnam .uci-location-info dl > div {
        grid-template-columns: 77px minmax(0, 1fr);
        gap: 12px;
        height: 28px;
        padding: 0;
    }
    #gangnam .uci-location-info dt,
    #gangnam .uci-location-info dd {
        display: flex;
        align-items: center;
        height: 28px;
        line-height: 23px;
    }
    #gangnam .uci-location-info dt {
        color: #000;
        font-size: 18px;
    }
    #gangnam .uci-location-info dd {
        color: #535353;
        font-size: 15px;
        letter-spacing: -.75px;
    }
    #gangnam .uci-contact-actions {
        grid-template-columns: repeat(2, 180px);
        gap: 10px;
        width: 370px;
        margin-left: -5px;
    }
    #gangnam .uci-contact-actions .uci-button {
        width: 180px;
        height: 43px;
        min-height: 43px;
        padding: 0;
        border-radius: 5px;
        font-size: 18px;
        line-height: 23px;
    }
    #gangnam .uci-branch-banner-image {
        top: -2.9%;
        left: -2.99%;
        width: 114.99%;
        height: 107.56%;
        max-width: none;
        object-fit: fill;
    }
    #gangnam .uci-branch-banner p {
        font-size: 29px;
        line-height: 45px;
        letter-spacing: -1.45px;
    }

    /* Sinchon mobile exact vertical boundaries */
    #sinchon .uci-branch-lead { width: 100vw; max-width: none; height: 280px; margin-right: 0; margin-left: 0; padding: 60px 15px 0; }
    #sinchon .uci-branch-lead h2 { margin-bottom: 10px; font-size: 25px; line-height: 40px; }
    #sinchon .uci-branch-lead > p { width: calc(100vw - 30px); margin: 0 auto; font-size: 23px; line-height: 35px; }

    .uci-sinchon-promise { height: 1206px; padding: 0; background: linear-gradient(to bottom, #fff 0 249px, #f3f3f3 249px); }
    .uci-sinchon-promise .uci-container { width: 100%; max-width: none; }
    .uci-promise-lead { display: block; margin: 0; }
    .uci-promise-lead > img { width: 100%; height: 249px; border-radius: 0; object-fit: cover; }
    .uci-promise-lead > div { padding: 34px 15px 0; text-align: center; }
    .uci-promise-lead h3 { margin-bottom: 21px; font-size: 35px; line-height: 40px; }
    .uci-promise-lead h3 small { font-size: 25px; line-height: 35px; }
    .uci-promise-lead p { width: calc(100vw - 30px); margin: 0 auto; font-size: 20px; line-height: 35px; }
    #sinchon .uci-strength-grid { grid-template-columns: 1fr; gap: 15px; margin: 27px 0 0; padding: 0 15px; }
    .uci-strength-grid li { height: 135px; padding: 20px 15px; border-radius: 10px; background: #fff; text-align: center; }
    .uci-strength-grid strong { margin-bottom: 0; font-size: 25px; line-height: 40px; }
    .uci-strength-grid span { font-size: 20px; line-height: 30px; }

    #sinchon .uci-profile-section { width: 100vw; max-width: none; height: 2001px; margin-right: 0; margin-left: 0; padding: 40px 15px 0; }
    #sinchon .uci-profile-section .uci-outline-title { margin-bottom: 40px; }
    #sinchon .uci-outline-title { height: 61px; font-size: 26px; line-height: 40px; }
    #sinchon .uci-profile-section .uci-outline-title,
    #sinchon .uci-location-section .uci-outline-title { min-width: 238px; }
    #sinchon .uci-profile-list { width: calc(100vw - 30px); }
    #sinchon .uci-profile-card { min-height: 575px; gap: 20px; padding: 25px 15px; text-align: left; }
    #sinchon .uci-profile-card > img { width: 174px; height: 174px; margin: 0; }
    #sinchon .uci-profile-card:first-child > img { width: 150px; height: 150px; }
    #sinchon .uci-profile-card h4 { margin-bottom: 14px; font-size: 23px; line-height: 35px; }
    #sinchon .uci-profile-card h4 small { font-size: 18px; }
    #sinchon .uci-profile-card ul { gap: 8px; }
    #sinchon .uci-profile-card li { min-height: 30px; padding: 0 0 7px; font-size: 18px; line-height: 22px; letter-spacing: -.36px; }

    #sinchon .uci-sinchon-services { width: 100vw; max-width: none; height: 1428px; margin-right: 0; margin-left: 0; padding: 0 15px; }
    #sinchon .uci-sinchon-services .uci-outline-title,
    #sinchon .uci-sinchon-reviews .uci-outline-title,
    #sinchon .uci-sinchon-news .uci-outline-title { width: 272px; min-width: 272px; margin-bottom: 31px; }
    .uci-sinchon-services ol { grid-template-columns: 1fr; gap: 14px; }
    .uci-sinchon-services li { height: 202px; padding: 24px 20px; }
    .uci-sinchon-services li > span { margin-bottom: 8px; font-size: 25px; line-height: 40px; }
    .uci-sinchon-services strong { margin-bottom: 0; font-size: 23px; line-height: 35px; }
    .uci-sinchon-services p { font-size: 18px; line-height: 30px; }

    #sinchon .uci-sinchon-reviews { width: 100vw; max-width: none; height: 613px; margin-right: 0; margin-left: 0; padding: 0 25px; }
    .uci-manual-rail {
        width: calc(100vw - 30px);
        touch-action: pan-x pan-y;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .uci-manual-rail .uci-rail-track { width: max-content; padding: 0; gap: 14px; }
    .uci-manual-rail li { width: 313px; height: 390px; scroll-snap-stop: always; }
    .uci-sinchon-reviews > .uci-button { width: 276px; min-height: 62px; margin-top: 31px; }

    .uci-sinchon-news { height: 869px; padding: 48px 15px 0; }
    .uci-sinchon-news .uci-container { width: 100%; max-width: none; margin-right: 0; margin-left: 0; }
    .uci-sinchon-news ul { width: calc(100vw - 30px); }
    .uci-sinchon-news ul { gap: 19px; }
    .uci-sinchon-news li { display: block; min-height: 220px; padding: 21px 15px; }
    .uci-sinchon-news li > span { display: block; margin-bottom: 12px; font-size: 20px; line-height: 30px; }
    .uci-sinchon-news strong { font-size: 22px; line-height: 35px; }
    .uci-sinchon-news p { font-size: 18px; line-height: 30px; }
    .uci-sinchon-news li > a { width: 126px; height: 46px; margin-top: 22px; font-size: 16px; }

    #sinchon .uci-location-section { height: 781px; padding: 40px 15px 0; }
    #sinchon .uci-location-section .uci-outline-title { margin-bottom: 30px; }
    #sinchon .uci-location-card { width: 100vw; padding: 0; }
    #sinchon .uci-map-link { text-align: center; }
    #sinchon .uci-map-link::before { content: "*"; }
    #sinchon .uci-location-info { height: auto; min-height: 284px; margin: 39px auto 0; padding: 27px 15px; border-radius: 10px; }
    #sinchon .uci-location-info dl > div { grid-template-columns: 90px 1fr; }
    #sinchon .uci-location-info h4 { font-size: 23px; }
    #sinchon .uci-contact-actions { grid-template-columns: repeat(3, 1fr); }
    #sinchon .uci-contact-actions .uci-button--blog { grid-column: auto; }
    #sinchon .uci-contact-actions .uci-button { padding: 8px 6px; font-size: 14px; white-space: nowrap; }

    #sinchon .uci-branch-banner-image {
        top: -2.9%;
        left: -2.99%;
        width: 114.99%;
        height: 107.56%;
        object-position: center;
    }
    #sinchon .uci-branch-banner p { font-size: 29px; line-height: 40px; letter-spacing: -1.45px; }
}

@media (max-width: 389.98px) {
    #sinchon .uci-branch-lead { height: 280px; }
    #sinchon .uci-profile-section { height: 2064px; }
    #sinchon .uci-sinchon-news { height: 942px; }
    .uci-training-section { height: 1773px; }
    .uci-container,
    .uci-why-list,
    .uci-award-layout,
    .uci-image-grid--two,
    .uci-training-grid,
    .uci-service-grid,
    .uci-partner-grid,
    .uci-history,
    .uci-profile-list,
    .uci-location-info,
    .uci-sinchon-news ul { width: calc(100% - 28px); }
    .uci-tabs a { font-size: 11px; }
    .uci-review-card { width: calc(100vw - 58px); }
}

@media (prefers-reduced-motion: reduce) {
    .uci-rail { scroll-behavior: auto; }
}
