@charset "utf-8";

body.gbimh-typea-page {
    background: #fff;
}

body.gbimh-typea-sub-preview {
    background: #f5f8fc;
}

body.gbimh-typea-page .site-header,
body.gbimh-typea-sub-preview .site-header {
    background: rgba(255, 255, 255, .96);
}

body.gbimh-typea-page .site-header .container,
body.gbimh-typea-sub-preview .site-header .container {
    width: min(1400px, calc(100% - 48px));
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

body.gbimh-typea-page .footer-quick,
body.gbimh-typea-sub-preview .footer-quick {
    display: none !important;
}

body.gbimh-typea-page .site-footer,
body.gbimh-typea-sub-preview .site-footer {
    margin-top: 0;
    background: #242b36;
    color: #d8e1ed;
}

body.gbimh-typea-page .site-footer .container,
body.gbimh-typea-sub-preview .site-footer .container {
    width: min(1400px, calc(100% - 48px));
    max-width: none;
}

body.gbimh-typea-page .site-footer .footer-top,
body.gbimh-typea-sub-preview .site-footer .footer-top {
    border-bottom-color: rgba(255, 255, 255, .11);
}

body.gbimh-typea-page .site-footer .footer-top a,
body.gbimh-typea-sub-preview .site-footer .footer-top a {
    min-height: 40px;
    color: #d8e1ed;
}

body.gbimh-typea-page .site-header .icon-btn,
body.gbimh-typea-sub-preview .site-header .icon-btn {
    width: 40px;
    height: 40px;
}

body.gbimh-typea-page .site-header .header-link,
body.gbimh-typea-sub-preview .site-header .header-link {
    min-height: 40px;
}

body.gbimh-typea-page .main-nav__link.is-active::after,
body.gbimh-typea-sub-preview .main-nav__link.is-active::after {
    background: #235fd3;
}

@media (min-width: 961px) and (max-width: 1024px) {
    body.gbimh-typea-page .main-nav,
    body.gbimh-typea-sub-preview .main-nav {
        display: block;
    }

    body.gbimh-typea-page .main-nav ul,
    body.gbimh-typea-sub-preview .main-nav ul {
        gap: 10px;
    }

    body.gbimh-typea-page .main-nav a,
    body.gbimh-typea-sub-preview .main-nav a {
        font-size: 14px;
    }

    body.gbimh-typea-page .mobile-menu-btn,
    body.gbimh-typea-sub-preview .mobile-menu-btn {
        display: none;
    }

    body.gbimh-typea-page .header-login-choice,
    body.gbimh-typea-sub-preview .header-login-choice {
        display: block;
    }

    body.gbimh-typea-page .site-header .header-link,
    body.gbimh-typea-sub-preview .site-header .header-link {
        display: inline-flex;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
    }
}

body.gbimh-typea-page .site-footer .footer-top a.bold,
body.gbimh-typea-sub-preview .site-footer .footer-top a.bold,
body.gbimh-typea-page .site-footer .footer-info strong,
body.gbimh-typea-sub-preview .site-footer .footer-info strong {
    color: #fff;
}

body.gbimh-typea-page .site-footer .footer-info,
body.gbimh-typea-sub-preview .site-footer .footer-info {
    color: #aeb9c8;
}

body.gbimh-typea-page .site-footer .footer-info .sep,
body.gbimh-typea-sub-preview .site-footer .footer-info .sep {
    color: #718096;
}

body.gbimh-typea-page .site-footer .footer-info div[style],
body.gbimh-typea-sub-preview .site-footer .footer-info div[style] {
    color: #8795a8 !important;
}

body.gbimh-typea-page .site-footer .footer-search input,
body.gbimh-typea-sub-preview .site-footer .footer-search input {
    border-color: #3e4b5f;
    background: #1b222d;
    color: #fff;
}

body.gbimh-typea-page .site-footer .footer-search input::placeholder,
body.gbimh-typea-sub-preview .site-footer .footer-search input::placeholder {
    color: #9ba8b8;
}

body.gbimh-typea-page .site-footer .footer-search button,
body.gbimh-typea-sub-preview .site-footer .footer-search button {
    background: #2b63d9;
    color: #fff;
    font-weight: 800;
}

.index-typea {
    overflow: hidden;
    background: #fff;
    color: #111827;
    font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.index-typea a {
    color: inherit;
    text-decoration: none;
}

.typea-container {
    width: min(1400px, calc(100% - 48px));
    max-width: none;
    margin: 0 auto;
}

.typea-svg-icon {
    display: inline-flex;
    width: 1em;
    height: 1em;
    align-items: center;
    justify-content: center;
    color: currentColor;
    flex: 0 0 auto;
}

.typea-svg-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.typea-hero {
    padding: 18px 0 26px;
    background: #f3f7fc;
}

.typea-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(300px, .72fr);
    gap: 22px;
    align-items: stretch;
}

.typea-hero-slider,
.typea-visit-card,
.typea-card,
.typea-edu-info,
.typea-video-card {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(34, 63, 108, .07);
}

.typea-hero-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.typea-hero-slider__track {
    position: relative;
    height: 100%;
    min-height: 430px;
    background: #eef4fb;
}

.typea-hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity .45s ease, visibility .45s ease;
}

.typea-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.typea-hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.typea-hero-slider__controls {
    position: absolute;
    right: 24px;
    bottom: 22px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(3, 24, 53, .82);
    color: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .16);
    overflow: hidden;
}

.typea-hero-slider__count {
    min-width: 78px;
    padding: 0 12px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-left: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.typea-hero-slider__controls button {
    position: relative;
    display: inline-flex;
    width: 46px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.typea-hero-slider__controls button::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

.typea-hero-slider__controls [data-hero-prev]::before {
    transform: rotate(-135deg);
}

.typea-hero-slider__controls [data-hero-next]::before {
    transform: rotate(45deg);
}

.typea-hero-slider__dots {
    position: absolute;
    right: 24px;
    bottom: 2px;
    z-index: 3;
    display: flex;
    gap: 6px;
}

.typea-hero-slider__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .7);
    cursor: pointer;
}

.typea-hero-slider__dots button.is-active {
    width: 28px;
    background: #fff;
}

.typea-eyebrow,
.typea-pill,
.typea-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1f58c9;
    font-weight: 900;
}

.typea-visit-card {
    display: flex;
    min-height: 430px;
    flex-direction: column;
    padding: 0;
    border: 1px solid #dde6f1;
    overflow: hidden;
}

.typea-visit-card__head {
    min-height: 226px;
    padding: 34px 28px 26px;
    background: linear-gradient(145deg, #0c376d, #1459a7);
    color: #fff;
}

.typea-visit-card__eyebrow,
.typea-education__eyebrow,
.typea-edu-info__eyebrow {
    display: block;
    color: #a9d1fb;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .14em;
}

.typea-visit-card__head h2 {
    margin: 20px 0 22px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
}

.typea-visit-card__head strong {
    display: block;
    color: #fff;
    font-size: clamp(30px, 2.4vw, 36px);
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.typea-visit-card__head p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    font-weight: 800;
}

.typea-visit-card__facts {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 18px 22px;
    list-style: none;
    background: #fff;
}

.typea-visit-card__facts li {
    display: grid;
    min-height: 38px;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.typea-visit-card__facts li > .typea-svg-icon {
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3f7fc;
    color: #1459a7;
    font-size: 19px;
}

.typea-visit-card__facts li b,
.typea-visit-card__facts li small {
    display: block;
}

.typea-visit-card__facts li b {
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
}

.typea-visit-card__facts li small {
    margin-top: 3px;
    color: #596372;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
}

.typea-quick {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: auto;
    padding-top: 0;
    border-top: 1px solid #e3ebf6;
}

.typea-quick a {
    display: flex;
    min-height: 82px;
    gap: 7px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 13px 8px;
    border-right: 1px solid #e3ebf6;
    border-bottom: 1px solid #e3ebf6;
    color: #111827;
    text-align: center;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
}

.typea-quick a:nth-child(even) {
    border-right: 0;
}

.typea-quick a:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.typea-quick .typea-svg-icon {
    width: 25px;
    height: 25px;
    color: #1459a7;
    font-size: 25px;
}

.typea-quick a span:last-child {
    display: block;
    min-width: 0;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.typea-section {
    background: #fff;
}

.typea-feature {
    padding: 38px 0 34px;
}

.typea-feature__grid {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 42px;
}

.typea-feature .typea-block,
.typea-media .typea-block {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.typea-block__head {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.typea-block__head h2 {
    margin: 0;
    color: #111;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
}

.typea-more {
    display: inline-flex;
    min-width: 78px;
    min-height: 40px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e7f0;
    border-radius: 999px;
    color: #5d6677;
    font-size: 13px;
    font-weight: 900;
}

.typea-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e0e7f1;
}

.typea-card__media,
.typea-video-card__media {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f2f5fa;
}

.typea-card__media {
    aspect-ratio: 1.16;
}

.typea-card__media img,
.typea-video-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.typea-card__body,
.typea-video-card__body {
    display: grid;
    gap: 8px;
    padding: 18px 20px 21px;
}

.typea-card__body {
    flex: 1 1 auto;
}

.typea-card__body strong,
.typea-video-card__body strong {
    display: block;
    color: #111827;
    font-size: 19px;
    line-height: 1.34;
    font-weight: 900;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.typea-card__body span,
.typea-card__body em,
.typea-video-card__body em {
    display: block;
    color: #596372;
    font-style: normal;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
}

.typea-badge {
    padding: 5px 10px;
    font-size: 12px;
}

.typea-card--edu .typea-badge {
    display: inline-flex;
    min-width: 64px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: #1f58c9;
    line-height: 1;
    white-space: nowrap;
}

.typea-card--large .typea-card__media {
    aspect-ratio: 390 / 330;
}

.typea-feature .typea-card--large,
.typea-feature .typea-news-grid,
.typea-feature .typeb-news-list,
.typea-media .typea-book-grid,
.typea-media .typea-video-card {
    flex: 1 1 auto;
}

.typea-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.typeb-news-list {
    display: grid;
    gap: 10px;
}

.typeb-news-item {
    display: grid;
    min-height: 132px;
    grid-template-columns: minmax(150px, 205px) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #e1e9f4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(34, 63, 108, .05);
    color: inherit;
    text-decoration: none;
}

.typeb-news-item__media {
    display: block;
    overflow: hidden;
    background: #dfe9f6;
}

.typeb-news-item__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.typeb-news-item__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 14px 20px;
}

.typeb-news-item__body strong {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    color: #111827;
    font-size: 18px;
    line-height: 1.38;
    font-weight: 900;
    word-break: keep-all;
    overflow-wrap: anywhere;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.typeb-news-item__body em {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    color: #526072;
    font-style: normal;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
    word-break: keep-all;
    overflow-wrap: anywhere;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.typeb-news-item__date {
    display: block;
    margin-top: 8px;
    color: #1f58c9;
    font-size: 14px;
    font-weight: 900;
}

.typea-education {
    padding: 34px 0 52px;
    background: #f3f7fc;
}

.typea-education__head {
    display: flex;
    margin-bottom: 24px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.typea-education__eyebrow {
    margin-bottom: 16px;
    color: #1459a7;
}

.typea-education__head h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.055em;
}

.typea-education__summary {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.typea-education__summary p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    white-space: nowrap;
}

.typea-education__summary a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #1459a7;
    font-weight: 900;
    white-space: nowrap;
}

.typea-edu-rail {
    display: grid;
    grid-template-columns: 290px repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.typea-edu-info {
    display: flex;
    min-height: 380px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 34px 28px;
    background: linear-gradient(145deg, #0c376d, #1459a7);
    color: #fff;
    box-shadow: none;
    text-align: center;
}

.typea-edu-info__icon {
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.typea-edu-info__icon .typea-svg-icon {
    width: 34px;
    height: 34px;
    font-size: 34px;
}

.typea-edu-info h3 {
    margin: 28px 0 14px;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
}

.typea-edu-info p {
    max-width: 210px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
}

.typea-edu-info p span {
    display: block;
    word-break: keep-all;
    overflow-wrap: normal;
}

.typea-edu-info a {
    display: inline-flex;
    min-height: 40px;
    margin-top: 28px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
}

.typea-edu-empty {
    display: flex;
    min-height: 380px;
    grid-column: 2 / -1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 32px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #fff;
    color: #65758a;
    text-align: center;
}

.typea-edu-empty strong {
    color: #173b5f;
    font-size: 20px;
    font-weight: 900;
}

.typea-edu-empty span {
    font-size: 14px;
    line-height: 1.6;
}

.typea-card--edu .typea-card__media {
    height: auto;
    aspect-ratio: 1;
}

.typea-card--edu .typea-card__body {
    min-height: 132px;
}

.typea-media {
    padding: 42px 0 46px;
    background: #fff;
    border-top: 1px solid #eef2f7;
}

.typea-media__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
    gap: 34px;
    align-items: stretch;
}

.typea-book-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.typea-book-grid .typea-card {
    height: 100%;
}

.typea-card--book .typea-card__media {
    aspect-ratio: 3 / 4;
}

.typea-card--book .typea-card__media img {
    object-fit: cover;
    object-position: top center;
}

.typea-video-card {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e0e5ed;
}

.typea-video-card__media {
    aspect-ratio: 675 / 430;
}

.typea-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .24);
}

.typea-play::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-34%, -50%);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 19px solid #1f58c9;
    content: "";
}

.typea-partners {
    padding: 28px 0 38px;
    background: #fff;
}

.typea-partner-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.typea-partner-strip a,
.typea-partner-slot {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e4ec;
    border-radius: 4px;
    background: #fff;
    color: #1e2a3d;
    text-align: center;
}

.typea-partner-strip img {
    display: block;
    width: auto;
    max-width: calc(100% - 26px);
    max-height: 42px;
    object-fit: contain;
}

.typea-partner-strip a:hover,
.typea-partner-strip a:focus-visible {
    border-color: #b7c7e4;
    background: #f7faff;
    color: #174fae;
}

.typea-partner-slot {
    background:
        linear-gradient(135deg, rgba(23, 59, 95, .04), rgba(35, 95, 211, .035)),
        #fff;
    color: #98a2b3;
}

.typea-partner-slot::before {
    content: "관련기관";
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

body.gbimh-typea-sub-preview .page-hero {
    overflow: hidden;
    padding: 0;
    background:
        linear-gradient(90deg, rgba(10, 24, 43, .9) 0%, rgba(14, 36, 61, .72) 48%, rgba(14, 36, 61, .42) 100%),
        var(--gbimh-typea-sub-hero-image, url("../assets/img/sub-hero-about.jpg")) center / cover no-repeat;
    color: #111827;
    text-align: center;
}

body.gbimh-typea-sub-preview .page-hero::before {
    display: none;
}

body.gbimh-typea-sub-preview .page-hero > .container,
body.gbimh-typea-sub-preview .subnav__inner,
body.gbimh-typea-sub-preview .gbimh-content {
    width: min(1400px, calc(100% - 48px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

body.gbimh-typea-sub-preview .page-hero > .container {
    display: grid;
    min-height: 164px;
    align-content: center;
    justify-items: center;
    padding: 28px 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.gbimh-typea-sub-preview .page-hero--visit {
    --gbimh-typea-sub-hero-image: url("../assets/img/sub-hero-visit.jpg");
}

body.gbimh-typea-sub-preview .page-hero--exhibit {
    --gbimh-typea-sub-hero-image: url("../assets/img/sub-hero-exhibit.jpg");
}

body.gbimh-typea-sub-preview .page-hero--edu {
    --gbimh-typea-sub-hero-image: url("../assets/img/sub-hero-edu.jpg");
}

body.gbimh-typea-sub-preview .page-hero--research {
    --gbimh-typea-sub-hero-image: url("../assets/img/sub-hero-research.jpg");
}

body.gbimh-typea-sub-preview .page-hero--news {
    --gbimh-typea-sub-hero-image: url("../assets/img/sub-hero-news.jpg");
}

body.gbimh-typea-sub-preview .page-hero--about {
    --gbimh-typea-sub-hero-image: url("../assets/img/sub-hero-about.jpg");
}

body.gbimh-typea-sub-preview .page-hero h1 {
    color: #fff;
    font-size: clamp(24px, 2.35vw, 34px);
    line-height: 1.2;
    font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .3);
}

body.gbimh-typea-sub-preview .page-hero .crumb {
    margin-top: 8px;
    color: rgba(255, 255, 255, .78);
    font-weight: 800;
    text-align: center;
}

body.gbimh-typea-sub-preview .page-hero .crumb a {
    color: #e7efff;
}

body.gbimh-typea-sub-preview .subnav {
    border-bottom: 1px solid #e4ebf5;
    background: #fff;
    box-shadow: none;
}

body.gbimh-typea-sub-preview .subnav__inner {
    min-height: 56px;
}

body.gbimh-typea-sub-preview .subnav__links a {
    border-bottom-width: 3px;
    color: #445066;
    font-size: 15px;
    font-weight: 800;
}

body.gbimh-typea-sub-preview .subnav__links a.is-active {
    border-bottom-color: #235fd3;
    color: #174fae;
}

body.gbimh-typea-sub-preview .subnav-tool {
    border-color: #dce5f1;
    background: #f7faff;
    color: #174fae;
}

body.gbimh-typea-sub-preview .site-main {
    background: #f5f8fc;
    padding-bottom: 0;
}

body.gbimh-typea-sub-preview .gbimh-content {
    padding-top: 48px;
    padding-bottom: 36px;
}

body.gbimh-typea-sub-preview .gbimh-content__inner {
    border: 1px solid #e4ebf5;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 16px 36px rgba(34, 63, 108, .08);
}

body.gbimh-typea-sub-preview .gbimh-content__inner h2,
body.gbimh-typea-sub-preview .gbimh-content__inner h3 {
    color: #121826;
}

body.gbimh-typea-sub-preview .gbimh-content__inner h2 {
    font-size: clamp(25px, 2.4vw, 34px);
}

body.gbimh-typea-sub-preview .gbimh-content__inner p,
body.gbimh-typea-sub-preview .gbimh-content__inner li {
    color: #344054;
}

body.gbimh-typea-sub-preview .gbimh-content__inner .content-card,
body.gbimh-typea-sub-preview .gbimh-content__inner .content-mini,
body.gbimh-typea-sub-preview .gbimh-content__inner .reservation-panel {
    border-color: #e4ebf5;
    border-radius: 8px;
    box-shadow: none;
}

body.gbimh-typea-sub-preview .gbimh-content__inner .btn,
body.gbimh-typea-sub-preview .gbimh-content__inner .reservation-actions .btn--primary {
    border-color: #235fd3;
    background: #235fd3;
    color: #fff;
}

body.gbimh-typea-sub-preview .gbimh-content__inner .content-card,
body.gbimh-typea-sub-preview .gbimh-content__inner .content-mini {
    padding: 24px;
}

body.gbimh-typea-sub-preview .deco-header {
    margin-bottom: 30px;
    font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
}

body.gbimh-typea-sub-preview .deco-header .label {
    color: #235fd3;
    font-weight: 900;
}

body.gbimh-typea-sub-preview .deco-header h2,
body.gbimh-typea-sub-preview .edu-info h3,
body.gbimh-typea-sub-preview .edu-info h4 {
    font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
    color: #121826;
}

body.gbimh-typea-sub-preview .deco-header .divider {
    display: none;
}

body.gbimh-typea-sub-preview .edu-info {
    border-color: #e4ebf5;
    background: #f7faff;
    box-shadow: none;
}

body.gbimh-typea-sub-preview .edu-info .iwrap {
    background: #e8f1fc;
}

body.gbimh-typea-sub-preview .edu-info svg {
    color: #235fd3;
}

body.gbimh-typea-sub-preview .edu-info a {
    border-color: #d3deed;
    color: #174fae;
}

.typea-btn:focus-visible,
.typea-card:focus-visible,
.typea-more:focus-visible,
.typea-quick a:focus-visible,
.typea-video-card:focus-visible,
.typea-partner-strip a:focus-visible {
    outline: 3px solid #111827;
    outline-offset: 3px;
}

@media (max-width: 1480px) {
    body.gbimh-typea-page .site-header .container,
    body.gbimh-typea-sub-preview .site-header .container,
    body.gbimh-typea-page .site-footer .container,
    body.gbimh-typea-sub-preview .site-footer .container,
    body.gbimh-typea-sub-preview .page-hero > .container,
    body.gbimh-typea-sub-preview .subnav__inner,
    body.gbimh-typea-sub-preview .gbimh-content,
    .typea-container {
        width: min(1180px, calc(100% - 48px));
    }

    .typea-hero__grid {
        grid-template-columns: minmax(0, 1fr) 318px;
    }

    .typea-hero__panel,
    .typea-visit-card {
        min-height: 402px;
    }

    .typea-feature__grid {
        grid-template-columns: 330px minmax(0, 1fr);
        gap: 34px;
    }

    .typea-edu-rail {
        grid-template-columns: 260px repeat(4, minmax(0, 1fr));
    }

    .typea-media__grid {
        grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
        gap: 34px;
    }
}

@media (max-width: 1100px) {
    .typea-hero__grid,
    .typea-feature__grid,
    .typea-media__grid {
        grid-template-columns: 1fr;
    }

    .typea-hero__panel {
        grid-template-columns: 1fr;
    }

    .typea-hero__image {
        min-height: 250px;
    }

    .typea-visit-card {
        min-height: 0;
    }

    .typea-quick {
        margin-top: 18px;
    }

    .typea-card--edu .typea-card__media {
        aspect-ratio: 4 / 3;
    }

    .typea-edu-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .typea-edu-info {
        min-height: 0;
    }
}

@media (min-width: 721px) and (max-width: 1100px) {
    .typea-hero {
        padding: 34px 0 42px;
    }

    .typea-hero__grid {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 24px;
        align-items: stretch;
    }

    .typea-hero__panel,
    .typea-visit-card {
        min-height: 0;
    }

    .typea-hero__copy {
        padding: 34px;
    }

    .typea-hero__copy h2 {
        font-size: 34px;
    }

    .typea-feature__grid,
    .typea-media__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .typea-feature,
    .typea-education,
    .typea-media,
    .typea-partners {
        padding-top: 42px;
        padding-bottom: 48px;
    }

    .typea-news-grid,
    .typeb-news-list,
    .typea-book-grid {
        gap: 16px;
    }

    .typea-edu-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .typea-edu-info {
        padding: 28px 24px;
    }

    .typea-edu-info__icon {
        width: 58px;
        height: 58px;
    }

    .typea-edu-info__icon .typea-svg-icon {
        width: 28px;
        height: 28px;
        font-size: 28px;
    }

    .typea-edu-info h3 {
        margin-top: 20px;
        font-size: 24px;
    }

    .typea-card__body,
    .typea-video-card__body {
        padding: 16px 16px 18px;
    }

    .typea-card__body strong,
    .typea-video-card__body strong {
        font-size: 17px;
    }

    .typea-card--large .typea-card__media,
    .typea-card--book .typea-card__media {
        aspect-ratio: 4 / 3;
    }

    .typea-card--edu .typea-card__media {
        aspect-ratio: 4 / 3;
    }

    .typea-card--edu .typea-card__body {
        min-height: 122px;
    }
}

@media (max-width: 720px) {
    body.gbimh-typea-page .site-header .container,
    body.gbimh-typea-sub-preview .site-header .container,
    body.gbimh-typea-page .site-footer .container,
    body.gbimh-typea-sub-preview .site-footer .container,
    body.gbimh-typea-sub-preview .page-hero > .container,
    body.gbimh-typea-sub-preview .subnav__inner,
    body.gbimh-typea-sub-preview .gbimh-content,
    .typea-container {
        width: min(100% - 32px, 560px);
    }

    body.gbimh-typea-sub-preview .page-hero {
        padding: 0;
    }

    .typea-partner-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .typea-partner-strip a,
    .typea-partner-slot {
        min-height: 56px;
    }

    .typea-partner-strip img {
        max-width: calc(100% - 14px);
        max-height: 28px;
    }

    .typea-partner-slot::before {
        font-size: 11px;
    }

    body.gbimh-typea-sub-preview .page-hero > .container {
        min-height: 150px;
        padding: 26px 0;
    }

    body.gbimh-typea-sub-preview .page-hero h1 {
        font-size: 28px;
    }

    body.gbimh-typea-page .site-footer,
    body.gbimh-typea-sub-preview .site-footer {
        padding-top: 20px;
        padding-bottom: 22px;
    }

    body.gbimh-typea-page .site-footer .footer-top,
    body.gbimh-typea-sub-preview .site-footer .footer-top {
        gap: 4px 10px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    body.gbimh-typea-page .site-footer .footer-top a,
    body.gbimh-typea-sub-preview .site-footer .footer-top a {
        min-height: 36px;
        font-size: 12px;
    }

    body.gbimh-typea-page .site-footer .footer-search,
    body.gbimh-typea-sub-preview .site-footer .footer-search {
        margin-top: 4px;
    }

    body.gbimh-typea-page .site-footer .footer-search input,
    body.gbimh-typea-sub-preview .site-footer .footer-search input {
        min-height: 38px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    body.gbimh-typea-page .site-footer .footer-search button,
    body.gbimh-typea-sub-preview .site-footer .footer-search button {
        min-height: 38px;
        padding-right: 14px;
        padding-left: 14px;
    }

    body.gbimh-typea-page .site-footer .footer-info,
    body.gbimh-typea-sub-preview .site-footer .footer-info {
        line-height: 1.55;
    }

    body.gbimh-typea-page .site-footer .footer-info strong,
    body.gbimh-typea-sub-preview .site-footer .footer-info strong {
        font-size: 13px;
    }

    body.gbimh-typea-page .site-footer .footer-info .sep,
    body.gbimh-typea-sub-preview .site-footer .footer-info .sep {
        margin-right: 4px;
        margin-left: 4px;
    }

    body.gbimh-typea-sub-preview .subnav__inner {
        min-height: 0;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px 8px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    body.gbimh-typea-sub-preview .subnav__links {
        flex: 1 1 calc(100% - 92px);
        max-width: calc(100% - 92px);
    }

    body.gbimh-typea-sub-preview .subnav__links a {
        min-height: 40px;
        padding: 10px 10px;
        font-size: 14px;
    }

    body.gbimh-typea-sub-preview .subnav__tools {
        align-self: stretch;
        border-left: 0;
        border-right: 0;
    }

    body.gbimh-typea-sub-preview .subnav-tool {
        width: 40px;
        min-height: 40px;
    }

    body.gbimh-typea-sub-preview .gbimh-content {
        padding-top: 32px;
        padding-bottom: 28px;
    }

    body.gbimh-typea-sub-preview .gbimh-content__inner {
        padding: 24px 18px;
    }

    body.gbimh-typea-sub-preview .gbimh-content__inner .content-card,
    body.gbimh-typea-sub-preview .gbimh-content__inner .content-mini,
    body.gbimh-typea-sub-preview .gbimh-content__inner .reservation-panel {
        padding: 16px;
    }

    body.gbimh-typea-sub-preview .gbimh-content__inner h2 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    body.gbimh-typea-sub-preview .gbimh-content__inner h3 {
        margin-top: 22px;
        font-size: 19px;
    }

    body.gbimh-typea-sub-preview .gbimh-content__inner p,
    body.gbimh-typea-sub-preview .gbimh-content__inner li {
        line-height: 1.65;
    }

    .typea-hero {
        padding: 18px 0 26px;
    }

    .typea-hero__panel {
        min-height: 0;
    }

    .typea-hero__copy {
        padding: 16px 16px;
    }

    .typea-hero__copy h2 {
        font-size: 23px;
        line-height: 1.2;
    }

    .typea-hero__copy p {
        margin-top: 10px;
        font-size: 13px;
    }

    .typea-hero__image {
        min-height: 0;
        aspect-ratio: 2.22 / 1;
    }

    .typea-hero__actions {
        margin-top: 16px;
    }

    .index-typea .typea-btn {
        min-width: 104px;
        height: 42px;
        font-size: 13px;
    }

    .typea-visit-card {
        min-height: 0;
        padding: 16px 16px 14px;
        border-top-width: 4px;
    }

    .typea-pill {
        margin-bottom: 10px;
        padding: 6px 16px;
        font-size: 14px;
    }

    .typea-visit-card strong {
        font-size: 24px;
    }

    .typea-visit-card p {
        margin: 8px 0 12px;
        font-size: 13px;
    }

    .typea-visit-card ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 0 -16px;
        padding: 12px 16px;
    }

    .typea-visit-card li {
        min-height: 0;
        padding: 32px 4px 0;
        text-align: center;
    }

    .typea-visit-card li > .typea-svg-icon {
        left: 50%;
        width: 26px;
        height: 26px;
        font-size: 13px;
        transform: translateX(-50%);
    }

    .typea-visit-card li b {
        font-size: 13px;
        line-height: 1.25;
    }

    .typea-visit-card li span {
        margin-top: 2px;
        font-size: 11px;
        line-height: 1.35;
    }

    .typea-quick {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin-top: 10px;
        padding-top: 10px;
    }

    .typea-quick a {
        min-height: 54px;
        flex-direction: column;
        justify-content: center;
        padding: 6px 4px;
        gap: 4px;
        font-size: 10px;
        text-align: center;
    }

    .typea-quick .typea-svg-icon {
        width: 17px;
        height: 17px;
        font-size: 17px;
    }

    .typea-news-grid,
    .typea-edu-rail,
    .typea-book-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .typea-partner-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .typea-partner-strip a,
    .typea-partner-slot {
        min-height: 56px;
    }

    .typea-partner-strip img {
        max-width: calc(100% - 14px);
        max-height: 28px;
    }

    .typea-edu-info {
        grid-column: 1 / -1;
    }

    .typea-edu-empty {
        min-height: 220px;
        grid-column: 1 / -1;
    }

    .typea-feature,
    .typea-education,
    .typea-media,
    .typea-partners {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .typea-block__head h2 {
        font-size: 25px;
    }

    .typea-card__body,
    .typea-video-card__body {
        padding: 12px 12px 14px;
    }

    .typeb-news-item {
        grid-template-columns: 120px minmax(0, 1fr);
        min-height: 146px;
    }

    .typeb-news-item__body {
        padding: 14px 16px;
    }

    .typeb-news-item__body strong {
        margin-top: 8px;
        font-size: 16px;
    }

    .typeb-news-item__body em {
        display: none;
    }

    .typeb-news-item__date {
        margin-top: 10px;
        font-size: 12px;
    }

    .typea-card__body strong,
    .typea-video-card__body strong {
        font-size: 15px;
        line-height: 1.35;
    }

    .typea-card__body span,
    .typea-card__body em,
    .typea-video-card__body em {
        font-size: 12px;
        line-height: 1.4;
    }

    .typea-card--large .typea-card__media,
    .typea-card--book .typea-card__media {
        aspect-ratio: 4 / 3;
    }

    .typea-card--edu .typea-card__body {
        min-height: 118px;
    }

    .typea-edu-info {
        padding: 22px 18px;
    }

    .typea-edu-info h3 {
        margin-top: 18px;
        font-size: 23px;
    }

    .typea-edu-info p {
        font-size: 14px;
        line-height: 1.6;
    }

    .typea-edu-info a {
        margin-top: 18px;
    }
}

@media (max-width: 390px) {
    .typea-hero {
        padding-bottom: 20px;
    }

    .typea-hero__copy {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .typea-hero__copy p {
        margin-top: 8px;
    }

    .typea-hero__image {
        min-height: 108px;
    }

    .typea-visit-card {
        padding-top: 14px;
    }

    .typea-visit-card p {
        margin-bottom: 10px;
    }

    .typea-card__body em,
    .typea-video-card__body em {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

/* TypeA 서브 공통 폭 정렬: 일반 본문, 게시판, 검색결과의 기준선을 통일 */
body.gbimh-typea-sub-preview .page-hero > .container,
body.gbimh-typea-sub-preview .subnav__inner,
body.gbimh-typea-sub-preview .gbimh-content,
body.gbimh-typea-sub-preview #bo_list,
body.gbimh-typea-sub-preview #bo_v,
body.gbimh-typea-sub-preview #bo_w,
body.gbimh-typea-sub-preview .gbimh-search > .container {
    width: min(1400px, calc(100% - 48px)) !important;
    max-width: none !important;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

body.gbimh-typea-sub-preview .site-header .container {
    width: min(1400px, calc(100% - 48px));
    max-width: none;
}

body.gbimh-typea-sub-preview .site-footer .container {
    width: min(1400px, calc(100% - 48px));
    max-width: none;
}

body.gbimh-typea-sub-preview .page-hero > .container,
body.gbimh-typea-sub-preview .subnav__inner,
body.gbimh-typea-sub-preview .gbimh-content,
body.gbimh-typea-sub-preview .gbimh-search > .container {
    padding-right: 0;
    padding-left: 0;
}

body.gbimh-typea-sub-preview #bo_list,
body.gbimh-typea-sub-preview #bo_v,
body.gbimh-typea-sub-preview #bo_w {
    margin-top: 48px;
    margin-bottom: clamp(30px, 6vw, 54px);
}

body.gbimh-typea-sub-preview #bo_list .gb-board-table,
body.gbimh-typea-sub-preview #bo_v .gb-board-view__head,
body.gbimh-typea-sub-preview #bo_v .gb-board-view__body,
body.gbimh-typea-sub-preview #bo_v .gb-board-view__content,
body.gbimh-typea-sub-preview #bo_w form {
    width: 100%;
}

body.gbimh-typea-sub-preview .gbimh-search__head {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

body.gbimh-typea-sub-preview #gbimh-search-title {
    width: auto !important;
    max-width: 100% !important;
    margin-right: 0;
    margin-left: 0;
}

body.gbimh-typea-sub-preview #sch_res_detail,
body.gbimh-typea-sub-preview #sch_res_ov,
body.gbimh-typea-sub-preview #sch_res_board,
body.gbimh-typea-sub-preview .sch_res_list {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
}

@media (max-width: 720px) {
    body.gbimh-typea-sub-preview .page-hero > .container,
    body.gbimh-typea-sub-preview .subnav__inner,
    body.gbimh-typea-sub-preview .gbimh-content,
    body.gbimh-typea-sub-preview #bo_list,
    body.gbimh-typea-sub-preview #bo_v,
    body.gbimh-typea-sub-preview #bo_w,
    body.gbimh-typea-sub-preview .gbimh-search > .container {
        width: min(calc(100% - 32px), 560px) !important;
    }

    body.gbimh-typea-sub-preview .site-header .container,
    body.gbimh-typea-sub-preview .site-footer .container {
        width: min(calc(100% - 32px), 560px);
    }

    body.gbimh-typea-sub-preview #bo_list,
    body.gbimh-typea-sub-preview #bo_v,
    body.gbimh-typea-sub-preview #bo_w {
        margin-top: 32px;
        margin-bottom: 34px;
    }

    .typea-partner-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .typea-partner-strip a,
    .typea-partner-slot {
        min-height: 56px;
    }

    .typea-partner-strip img {
        max-width: calc(100% - 14px);
        max-height: 28px;
    }
}

@media (min-width: 1025px) {
    body.gbimh-typea-page .main-nav,
    body.gbimh-typea-sub-preview .main-nav {
        padding-left: 22px;
    }

    body.gbimh-typea-page .main-nav ul,
    body.gbimh-typea-sub-preview .main-nav ul {
        gap: clamp(22px, 2.05vw, 40px);
    }

    body.gbimh-typea-page .header-brand-group,
    body.gbimh-typea-sub-preview .header-brand-group {
        gap: 8px;
    }

    body.gbimh-typea-page .brand-symbol-link,
    body.gbimh-typea-sub-preview .brand-symbol-link {
        gap: 6px;
        padding-left: 9px;
    }
}

@media (max-width: 720px) {
    body.gbimh-typea-page .site-header__inner,
    body.gbimh-typea-sub-preview .site-header__inner {
        align-items: center;
        height: 72px;
        gap: 8px;
        justify-content: space-between;
    }

    body.gbimh-typea-page .header-brand-group,
    body.gbimh-typea-sub-preview .header-brand-group {
        flex: 0 1 auto;
        max-width: calc(100% - 104px);
        align-items: center;
        gap: 6px;
        overflow: hidden;
    }

    body.gbimh-typea-page .brand-symbol-link,
    body.gbimh-typea-sub-preview .brand-symbol-link {
        display: inline-flex;
        flex: 0 0 auto;
        gap: 3px;
        min-width: 0;
        padding-left: 6px;
        font-size: 9px;
        line-height: 1.1;
        white-space: nowrap;
    }

    body.gbimh-typea-page .brand-symbol-link__flag,
    body.gbimh-typea-sub-preview .brand-symbol-link__flag {
        display: inline-flex;
        width: 20px;
        height: 18px;
    }

    body.gbimh-typea-page .brand-symbol-link__flag img,
    body.gbimh-typea-sub-preview .brand-symbol-link__flag img {
        width: 18px;
    }

    body.gbimh-typea-page .site-header .brand--image,
    body.gbimh-typea-sub-preview .site-header .brand--image {
        flex: 0 1 auto;
        width: 136px;
        max-width: calc(100vw - 222px);
    }

    body.gbimh-typea-page .header-tools,
    body.gbimh-typea-sub-preview .header-tools {
        flex: 0 0 auto;
        margin-left: auto;
        justify-content: flex-end;
        justify-self: flex-end;
        right: 18px !important;
    }

    body.gbimh-typea-sub-preview .subnav__inner {
        display: flex;
        position: relative;
        left: 50%;
        align-items: stretch;
        width: 100vw !important;
        min-height: 0;
        overflow: hidden;
        max-width: none !important;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 16px;
        transform: translateX(-50%);
        gap: 0;
    }

    body.gbimh-typea-sub-preview .subnav__inner::after {
        content: none;
    }

    body.gbimh-typea-sub-preview .subnav__links {
        display: flex !important;
        flex: 1 1 auto !important;
        width: calc(100% - 80px) !important;
        max-width: calc(100% - 80px) !important;
        min-width: 0;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    body.gbimh-typea-sub-preview .subnav__links::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    body.gbimh-typea-sub-preview .subnav__links a {
        flex: 0 0 auto;
        justify-content: center;
        min-width: max-content;
        min-height: 48px;
        padding: 0 7px;
        border-bottom-width: 3px;
        text-align: center;
        white-space: nowrap;
        word-break: keep-all;
        overflow-wrap: normal;
        line-height: 1;
    }

    body.gbimh-typea-sub-preview .subnav__tools {
        display: flex !important;
        position: static !important;
        flex: 0 0 80px;
        width: 80px;
        align-items: stretch;
        justify-content: flex-end;
        min-width: 0;
        margin-left: 0;
        border-top: 0;
        border-left: 1px solid #e4e7ec;
        box-shadow: none !important;
    }

    body.gbimh-typea-sub-preview .subnav-tool {
        width: 40px;
        height: 54px;
        min-height: 54px;
        padding: 0;
    }

    body.gbimh-typea-sub-preview .subnav-tool + .subnav-tool {
        border-left: 1px solid #e4e7ec !important;
    }

    body.gbimh-typea-sub-preview .subnav-tool svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 520px) {
    body.gbimh-typea-page .site-header .brand--image,
    body.gbimh-typea-sub-preview .site-header .brand--image {
        width: 130px;
        max-width: calc(100vw - 218px);
    }
}

@media (max-width: 400px) {
    body.gbimh-typea-page .site-header .brand--image,
    body.gbimh-typea-sub-preview .site-header .brand--image {
        width: 122px;
        max-width: calc(100vw - 210px);
    }
}

@media print {
    html.gbimh-print-desktop body.gbimh-typea-sub-preview,
    html.gbimh-print-desktop body.gbimh-typea-page {
        min-width: 0 !important;
    }

    html.gbimh-print-desktop body.gbimh-typea-sub-preview .page-hero {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 0 6mm !important;
        padding: 0 !important;
        overflow: hidden !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    html.gbimh-print-desktop body.gbimh-typea-sub-preview .page-hero > .container {
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        padding: 9mm 8mm 8mm !important;
    }

    html.gbimh-print-desktop body.gbimh-typea-sub-preview .page-hero__eyebrow {
        margin-bottom: 2mm !important;
        font-size: 9pt !important;
        line-height: 1.2 !important;
    }

    html.gbimh-print-desktop body.gbimh-typea-sub-preview .page-hero h1 {
        margin: 0 !important;
        font-size: 20pt !important;
        line-height: 1.25 !important;
        min-height: 0 !important;
    }

    html.gbimh-print-desktop body.gbimh-typea-sub-preview .page-hero .crumb {
        margin-top: 3mm !important;
        font-size: 8.5pt !important;
        line-height: 1.3 !important;
    }
}

/* 2026-07-02 customer request: side hero slider, visit card, compact sub visual, footer related sites. */
body.gbimh-typea-page .typea-partners {
    display: none !important;
}

body.gbimh-typea-page .site-footer .footer-actions,
body.gbimh-typea-sub-preview .site-footer .footer-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    margin-left: auto;
}

body.gbimh-typea-page .site-footer .footer-actions .footer-related,
body.gbimh-typea-sub-preview .site-footer .footer-actions .footer-related {
    flex: 0 0 auto;
    margin-left: 0;
}

body.gbimh-typea-page .site-footer .footer-actions .footer-social,
body.gbimh-typea-sub-preview .site-footer .footer-actions .footer-social {
    margin-left: 0;
}

body.gbimh-typea-page .site-footer .footer-related select,
body.gbimh-typea-sub-preview .site-footer .footer-related select {
    width: min(260px, 100%);
    height: 44px;
    padding: 0 42px 0 14px;
    border: 1px solid #4a5669;
    border-radius: 4px;
    background: #303844;
    color: #e8eef6;
    font-weight: 700;
}

body.gbimh-typea-page .site-footer .footer-copyright,
body.gbimh-typea-sub-preview .site-footer .footer-copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

body.gbimh-typea-page .site-footer .footer-admin-lock,
body.gbimh-typea-sub-preview .site-footer .footer-admin-lock {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #aeb9c8;
    text-decoration: none;
}

body.gbimh-typea-page .site-footer .footer-admin-lock svg,
body.gbimh-typea-sub-preview .site-footer .footer-admin-lock svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.gbimh-typea-page .site-footer .footer-admin-lock:hover,
body.gbimh-typea-sub-preview .site-footer .footer-admin-lock:hover,
body.gbimh-typea-page .site-footer .footer-admin-lock:focus-visible,
body.gbimh-typea-sub-preview .site-footer .footer-admin-lock:focus-visible {
    border-color: rgba(255, 255, 255, .36);
    background: #3f4b5d;
    color: #fff;
}

body.gbimh-typea-page .footer-social__icon,
body.gbimh-typea-sub-preview .footer-social__icon,
body.gbimh-typea-page .footer-social__icon--blog,
body.gbimh-typea-sub-preview .footer-social__icon--blog {
    border-color: rgba(255, 255, 255, .2);
    background: #313b49;
    color: #e6eef8;
}

body.gbimh-typea-page .footer-social a:hover .footer-social__icon,
body.gbimh-typea-sub-preview .footer-social a:hover .footer-social__icon,
body.gbimh-typea-page .footer-social a:focus-visible .footer-social__icon,
body.gbimh-typea-sub-preview .footer-social a:focus-visible .footer-social__icon {
    background: #3f4b5d;
    color: #fff;
}

body.gbimh-typea-sub-preview .page-hero > .container {
    min-height: 164px !important;
    justify-items: center !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    text-align: center !important;
}

body.gbimh-typea-sub-preview .page-hero,
body.gbimh-typea-sub-preview .page-hero h1,
body.gbimh-typea-sub-preview .subnav__links a,
.index-typea h2,
.index-typea h3,
.index-typea strong {
    font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* 2026-07-02 customer request: unify sub content headings with research-board header style. */
body.gbimh-typea-sub-preview .page-hero h1 {
    font-size: clamp(32px, 2.7vw, 38px) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

body.gbimh-typea-sub-preview .subnav__links a {
    min-height: 54px;
    padding: 0 22px;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

@media (max-width: 720px) {
    body.gbimh-typea-sub-preview .subnav__links a {
        padding-right: 7px !important;
        padding-left: 7px !important;
        font-size: 14px !important;
        white-space: nowrap !important;
    }
}

body.gbimh-typea-sub-preview .deco-header {
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
}

body.gbimh-typea-sub-preview .deco-header .label,
body.gbimh-typea-sub-preview .gbimh-board-eyebrow,
body.gbimh-typea-sub-preview .gb-board-eyebrow,
body.gbimh-typea-sub-preview .research-board__eyebrow,
body.gbimh-typea-sub-preview .gbimh-edu-public__eyebrow {
    margin: 0 0 8px !important;
    color: #9a6a22 !important;
    font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
}

body.gbimh-typea-sub-preview .deco-header h2,
body.gbimh-typea-sub-preview .gbimh-calendar-head h2,
body.gbimh-typea-sub-preview .gbimh-board-head h2,
body.gbimh-typea-sub-preview .gb-board-head h2,
body.gbimh-typea-sub-preview .research-board__head h2,
body.gbimh-typea-sub-preview .gbimh-edu-public__head h2 {
    margin: 0 !important;
    color: #173b69 !important;
    font-family: "Pretendard", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: clamp(26px, 2.35vw, 32px) !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

body.gbimh-typea-sub-preview .deco-header .divider {
    display: none !important;
}

body.gbimh-typea-sub-preview .gbimh-content__inner > .deco-header:first-child + .lead {
    max-width: 680px;
    margin: 12px 0 24px !important;
    color: #667085 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-align: left !important;
}

body.gbimh-typea-sub-preview .gbimh-board-head,
body.gbimh-typea-sub-preview .gbimh-calendar-head,
body.gbimh-typea-sub-preview .gb-board-head,
body.gbimh-typea-sub-preview .research-board__head {
    display: flex !important;
    justify-content: space-between !important;
    gap: 24px !important;
    align-items: flex-end !important;
    margin-bottom: 24px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid #e4e7ec !important;
}

body.gbimh-typea-sub-preview .gbimh-board-head p,
body.gbimh-typea-sub-preview .gbimh-calendar-head p:not(.gbimh-board-eyebrow),
body.gbimh-typea-sub-preview .gb-board-head p,
body.gbimh-typea-sub-preview .research-board__head p:last-child,
body.gbimh-typea-sub-preview .gbimh-edu-public__head p {
    max-width: 680px;
    margin: 12px 0 0 !important;
    color: #667085 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

body.gbimh-typea-sub-preview .gbimh-board-head .gbimh-board-eyebrow,
body.gbimh-typea-sub-preview .gb-board-head .gb-board-eyebrow {
    margin: 0 0 8px !important;
    color: #9a6a22 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
}

@media (max-width: 900px) {
    .typea-hero__grid {
        grid-template-columns: 1fr;
    }

    .typea-hero-slider__track {
        min-height: 260px;
        aspect-ratio: 16 / 7;
    }

    .typea-visit-card {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    body.gbimh-typea-page .site-footer .footer-actions,
    body.gbimh-typea-sub-preview .site-footer .footer-actions {
        width: 100%;
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    body.gbimh-typea-page .site-footer .footer-related,
    body.gbimh-typea-sub-preview .site-footer .footer-related {
        width: 100%;
        margin-left: 0;
    }

    body.gbimh-typea-page .site-footer .footer-related select,
    body.gbimh-typea-sub-preview .site-footer .footer-related select {
        width: 100%;
    }

    .typea-hero-slider__track {
        min-height: 0;
        aspect-ratio: 16 / 9;
        background: #edf2f7;
    }

    .typea-hero-slide img {
        object-fit: cover;
        object-position: center center;
    }

    .typea-hero-slider__controls {
        right: 12px;
        bottom: 12px;
    }

    .typea-hero-slider__dots {
        left: 14px;
        bottom: 20px;
    }
}

body.gbimh-typea-sub-preview .subnav__tools .subnav-tool + .subnav-tool {
    border-left: 1px solid #e4e7ec !important;
}

body.gbimh-typea-sub-preview .subnav__tools .subnav-share {
    border-left: 1px solid #e4e7ec !important;
}

/* Customer-approved home design alignment. Content and links stay dynamic. */
@media (max-width: 1100px) {
    .typea-visit-card__head {
        min-height: 0;
    }

    .typea-card--edu .typea-card__media {
        height: auto;
        aspect-ratio: 4 / 3;
    }

}

@media (max-width: 900px) {
    .typea-visit-card {
        padding: 0;
        border: 1px solid #dde6f1;
    }

    .typea-visit-card .typea-visit-card__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .typea-quick {
        margin-top: 0;
    }

}

@media (max-width: 720px) {
    .typea-visit-card__head {
        padding: 28px 24px 24px;
    }

    .typea-visit-card__head strong {
        font-size: clamp(28px, 8vw, 34px);
        text-align: left;
    }

    .typea-visit-card__head p {
        margin: 10px 0 0;
        text-align: left;
    }

    .typea-visit-card .typea-visit-card__facts {
        grid-template-columns: 1fr;
        gap: 14px;
        margin: 0;
        padding: 18px 22px;
    }

    .typea-visit-card__facts li {
        min-height: 38px;
        padding: 0;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        text-align: left;
    }

    .typea-visit-card__facts li > .typea-svg-icon {
        position: static;
        width: 38px;
        height: 38px;
        transform: none;
    }

    .typea-visit-card__facts li > span {
        margin: 0;
        color: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .typea-visit-card__facts li b {
        font-size: 14px;
    }

    .typea-visit-card__facts li small {
        font-size: 13px;
    }

    .typea-quick {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        padding: 0;
    }

    .typea-quick a {
        min-height: 76px;
        padding: 10px 4px;
        border-right: 1px solid #e3ebf6;
        border-bottom: 0;
        border-radius: 0;
        gap: 5px;
        font-size: 11px;
    }

    .typea-quick a:nth-child(even) {
        border-right: 1px solid #e3ebf6;
    }

    .typea-quick a:last-child {
        border-right: 0;
    }

}

@media (max-width: 480px) {
    .typea-quick a {
        font-size: 10px;
    }

}
