#seoul-gnb-plugin .seoul-gnb-menu > dd .seoul-gnb-icon-menu4{
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    transition:none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}
.header .utilMenuBtn {
    display: none;
}
.introMain article .textWrap h1 {
    font-size: 3.2vw;
    font-size: 6rem;
    font-weight: 900;
    text-shadow: 0.3rem 0.3rem 0.9rem rgba(0, 0, 0, 0.3);
}
.introMain article .textWrap h1 span {
    font-size: 3rem;
    font-weight: 700;
}
.introMain article .textWrap p {
    margin-top: 1.4rem;
    font-size: 2.4rem;
    line-height: 130%;
    font-weight: 400;
    text-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.5);
}
.introMain .introLeft .bgImg {
    background-image: url("../images/introMainLeft2025.png");
}
.introMain .introRight .bgImg {
    background-image: url("../images/introMainRight2025.png");
}
.introMain .introLeft .top10 {
    width: 76%;
    max-width: 72rem;
    position: absolute;
    left: 50%;
    bottom: 2rem;
    padding: 1.6rem;
    transform: translate(-50%, 0);
    border-radius: 0.8rem;
    border: 0.2rem solid #FFF;
    background: rgba(0, 0, 0, 0.4);
}
.introMain .introLeft .top10 h2 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.introMain .introLeft .top10 ul {
    margin-top: 1.6rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}
.introMain .introLeft .top10 ul li {
    width: 10%;
    transition: 0.3s;
    border-radius: 0.8rem;
    overflow: hidden;
}
.introMain .introLeft .top10 ul li a img {
    width: 100%;
    transform: scale(0.9);
}
.introMain .introLeft .top10 ul li a img:hover {
    transform: scale(1);
}
.banner-section {
    width: 100%;
    background: #DDE4EC;
    padding: 2.4rem;
    box-sizing: border-box;
    font-weight: 700;
}
.banner-section .bannerInner {
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.mainBannerBG .banner-section .bannerInner {
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
}
.banner-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    width: 100%;
}
.banner-top .card {
    position: relative;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    height: 14rem;
    padding: 0 0 0 4rem;
    background: #376DC8;
    clip-path: inset(-0.4rem 0 0 -0.4rem);
}
.banner-top .card.top-card--1 .card-text .title,
.banner-top .card.top-card--2 .card-text .title {
    text-shadow: -1px 0 #2655A3, 0 1px #2655A3, 1px 0 #2655A3, 0 -1px #2655A3;
}
.banner-top .card:hover {
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.16);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    cursor: pointer;
}
.banner-top .card:hover .card-img {
    transform: scale(1.05);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.banner-top .card::after {
    content: "";
    background: url("../images/newBadgeLeft.svg") no-repeat 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -0.3rem;
    top: -0.4rem;
    bottom: 0;
}
.banner-top .card-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
    transition: width 0.2s;
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.16);
    border-radius: 0 0 0.8rem 0;
}
.banner-top .card-img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0.8rem;
    object-fit: cover;
    object-position: top left;
}
.banner-top .card-text {
    width: 55%;
    min-width: 0;
    z-index: 1;
    padding-right: 1.2rem;
}
.banner-top .card-text .title {
    font-size: clamp(1.4rem, 1.6vw, 2.8rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    word-break: keep-all;
}
.banner-top .card-text .sub {
    font-size: clamp(1rem, 1vw, 1.6rem);
    font-weight: 500;
    color: #fff;
    margin: 0.6rem 0 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
}
.banner-bottom {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.6rem;
    width: 100%;
}
.banner-bottom .card {
    position: relative;
    background: #fff;
    border-radius: 0.8rem;
    overflow: hidden;
    aspect-ratio: 258/80;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(0.6rem, 1vw, 0.8rem);
    padding: 0 clamp(0.8rem, 1.2vw, 1.2rem);
    cursor: pointer;
    transition: box-shadow 0.2s;
    box-sizing: border-box;
}
.banner-bottom .card.ad-banner {
    padding: 0;
    aspect-ratio: 258/79;
}
.banner-bottom .card.ad-banner a {
    width: 100%;
    height: 100%;
}
.banner-bottom .card.ad-banner a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.banner-bottom .card.card--blue { background: #F8FAFC; border: 1px solid #E6EFFF; }
.banner-bottom .card.card--green {
    background: #F5FAF9;
    border: 1px solid #E7F7F3;
    overflow: visible;
    clip-path: inset(-0.8rem 0 0 -0.8rem);
}
.banner-bottom .card.card--green::after {
    content: "";
    background: url("../images/newBadgeLeft.svg") no-repeat 0 0;
    background-size: auto 80%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -1.94%;
    top: -8.75%;
    bottom: 0;
}
.banner-bottom .card.card--pink { background: #FFFBF7; border: 1px solid #FFE8E8; }
.banner-bottom .card.card--purple { background: #FAF5F9; border: 1px solid #E3E0FF; }
.banner-bottom .card.card--orange { background: #FFFDEF; border: 1px solid #FFEEDA; }
.banner-bottom .card.card--blue .card-icon { border: 1px solid #E6EFFF; }
.banner-bottom .card.card--green .card-icon { border: 1px solid #E7F7F3; }
.banner-bottom .card.card--pink .card-icon { border: 1px solid #FFE8E8; }
.banner-bottom .card.card--purple .card-icon { border: 1px solid #E3E0FF; }
.banner-bottom .card.card--orange .card-icon { border: 1px solid #FFEEDA; }
.banner-bottom .card:hover {
    box-shadow: 0 0.3rem 1.2rem rgba(0, 0, 0, 0.13);
}
.card-icon {
    flex: 0 0 auto;
    width: clamp(3.2rem, 3.2vw, 4.4rem);
    height: clamp(3.2rem, 3.2vw, 4.4rem);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.card-body {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.card-label {
    font-size: clamp(1rem, 1.2vw, 1.8rem);
    font-weight: 700;
    color: #1d1d1d;
    line-height: 1.3;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-desc {
    font-size: clamp(0.9rem, 0.8vw, 1.2rem);
    font-weight: 500;
    color: #555;
    line-height: 1.3;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 1700px) {
    .introMain article .textWrap h1 {
        font-size: 4.2vw;
    }
    .introMain article .textWrap h1 span {
        font-size: 1.8vw;
    }
    .introMain article .textWrap p {
        font-size: 1.2vw;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-section { padding: 1.2rem 2.4rem; }
    .banner-section .banner-top { grid-template-columns: 1fr 1fr; }
    .banner-section .banner-top .card { padding: 1.6rem 0 1.6rem 2.4rem; }
    .banner-section .banner-top .card-img { width: 40%; }
    .banner-section .banner-bottom { grid-template-columns: repeat(3, 1fr); }
    .banner-section .card-text .title { font-size: 1.8vw; }
    .banner-section .card-text .sub { font-size: 1.2vw; }
    .banner-section .card-label { font-size: 1.8vw; }
    .banner-section .card-desc { font-size: 1.2vw; }
    .banner-section .card-icon { width: 5rem; height: 5rem; }
}
@media only screen and (max-width: 991px) {
    .mainBannerBG .banner-section .bannerInner {
        padding: 0.8rem 0;
    }
    body .introMain article .textWrap {
        margin: 12vw 8vw 8vw 8vw;
    }
    body .introMain article .textWrap h1 {
        font-size: 6.4vw;
    }
    body .introMain article .textWrap h1 span {
        font-size: 4.2vw;
    }
    body .introMain article .textWrap p {
        margin-top: 1.4rem;
        font-size: 3.2vw;
    }
    body .introMain .introLeft {
        min-height: 36rem;
    }
    body .introMain .introRight {
        min-height: 28rem;
    }
    body .introMain .introLeft .top10 {
        width: 80%;
        padding: 1rem;
    }
    body .introMain .introLeft .top10 h2 {
        font-size: 2rem;
    }
    body .introMain .introLeft .top10 ul {
        flex-wrap: wrap;
    }
    body .introMain .introLeft .top10 ul li {
        width: 17%;
        border-radius: 0.8rem;
        overflow: hidden;
    }
    body .introMain .introLeft .bgImg {
        background-image: url("../images/introMainLeftMB2025.png");
    }
    body .introMain .introRight .bgImg {
        background-image: url("../images/introMainRightMB2025.png");
    }
}
@media only screen and (max-width: 767px) {
    html { font-size: 9.5px; }
    .banner-section { padding: 1rem 1.2rem; }
    .banner-section .banner-top { grid-template-columns: 1fr; }
    .banner-section .banner-top .card { height: 8rem; }
    .banner-section .banner-bottom { grid-template-columns: repeat(2, 1fr); }
    .banner-section .card-text .title { font-size: 3.2vw; }
    .banner-section .card-text .sub { font-size: 1.8vw; }
    .banner-section .card-label { font-size: 2.4vw; }
    .banner-section .card-desc { font-size: 1.8vw; }
    .banner-section .card-icon { width: 5rem; height: 5rem; }
}
@media only screen and (max-width: 575px) {
    .banner-section .card-text .title {
        font-size: 4vw;
    }
    .banner-section .card-text .sub {
        font-size: 2.4vw;
    }
    .banner-section .banner-top .card {
        padding: 0 0 0 2.4rem;
    }
    .banner-section .card-label {
        font-size: 3.2vw;
    }
    .banner-section .card-desc {
        font-size: 2.1vw;
    }
    .banner-bottom .card .card-icon {
        width: 4rem;
        height: 4rem;
    }
    .introMain .introGoogleTrans {
        padding: 0.8rem;
    }
    .introMain .introGoogleTrans img {
        width: 3.2rem;
    }
    .introMain .introLeft .top10 h2 {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 430px) {
    .header {
        position: relative;
    }
    .header .utilMenuBtn {
        margin-top: 0;
        margin-right: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        min-width: 3.2rem;
        width: 3.2rem;
        height: 3rem;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 0.6rem;
        background-color: transparent;
        color: #fff;
        cursor: pointer;
    }
    .header .utilMenuBtn .menuIcon {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.3rem;
        width: 1.4rem;
    }
    .header .utilMenuBtn .menuIcon span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .header .util {
        display: none;
        position: absolute;
        top: calc(100% + 0.6rem);
        right: 1.2rem;
        left: auto;
        padding: 0.8rem;
        border-radius: 0.8rem;
        background-color: #fff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
        z-index: 20;
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
    }
    .header .util li a {
        display: block;
        padding: 0.9rem 1.2rem;
        font-size: 1.3rem;
        line-height: 1.3;
        text-align: center;
        white-space: nowrap;
        color: #1a4c9a;
        border: 1px solid #d8e3f4;
        border-radius: 0.6rem;
        background-color: #f5f8fe;
        font-weight: 500;
    }
    .header .util li a.active {
        color: #fff;
        background-color: #1a4c9a;
        border-color: #1a4c9a;
    }
    .header.util-open .util {
        display: flex;
    }
    .header.util-open .utilMenuBtn .menuIcon span:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }
    .header.util-open .utilMenuBtn .menuIcon span:nth-child(2) {
        opacity: 0;
    }
    .header.util-open .utilMenuBtn .menuIcon span:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }
}
@media only screen and (max-width: 400px) {
    .banner-section .banner-bottom {
        gap: 1.2rem;
    }
    .banner-section .banner-bottom .card .card-icon {
        width: 3.2rem;
        height: 3.2rem;
    }
    .banner-section .banner-bottom .card .card-icon img {
        width: 70%;
    }
}