@charset "utf-8";

/* =========================
   Core / Common
   ========================= */
.emt100 { height: 100px; }
#wrap { overflow: hidden; }

.pcbr, .ptbr { display: block; }
.tbbr, .mbbr, .dn { display: none; }

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.align {
    display: table-cell;
    vertical-align: middle;
}

.conwrap {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.conwrap:after {
    display: block;
    content: "";
    clear: both;
}

#container {
    position: relative;
    z-index: 1000;
}

#page_top {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 80px;
    bottom: 40px;
    z-index: 900;
}

/* =========================
   Header / Navigation
   ========================= */
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1100;
}

.head {
    width: 100%;
    height: 104px;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    transition: all 0.4s;
}

.head .conwrap {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
}

.head .navpc {
    display: block;
    position: relative;
    text-align: center;
}

.head .navmobile {
    display: none;
}

.head .navpc h1 {
    position: absolute;
    left: 0;
    top: 18px;
    width: 180px;
    z-index: 20;
}

.head .navpc h1 img { width: 100%; }

.head .navpc > ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0;
    padding: 0 0 0 136px;
    font-size: 0;
}

.head .navpc > ul > li {
    position: relative;
    display: inline-block;
    width: 175px;
    min-height: 104px;
    box-sizing: border-box;
}

.head .navpc > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 104px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.head .navpc > ul > li:hover > a {
    box-shadow: 0 -3px 0 #08289e inset;
}

.head .navpc > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    padding: 28px 24px 32px;
    text-align: center;
}

.head .navpc > ul > li:hover > ul {
    background: #eef3fb;
    box-shadow: inset 0 4px 0 #08289e;
}

.head .navpc > ul > li > ul > li {
    margin-bottom: 20px;
    line-height: 1.3;
}

.head .navpc > ul > li > ul > li:last-child { margin-bottom: 0; }

.head .navpc > ul > li > ul > li > a {
    display: block;
    font-size: 17px;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.head .navpc > ul > li > ul > li > a:hover {
    color: #08289e;
    font-weight: 600;
}

.pc_subbg {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 300px;
    background: #f7f7f7;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.head .navpc .navpc-language {
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 20;
    overflow: hidden;
}

.head .navpc .navpc-language li {
    float: left;
    margin-left: 20px;
}

.head .navpc .navpc-language li a {
    display: block;
    width: auto;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #777;
    text-align: center;
}

.head .navpc .navpc-language li.on a { color: #222; }

.head .navmobile h1 {
    position: absolute;
    left: 0;
    top: 18px;
    width: 180px;
    z-index: 20;
}

.head .navmobile h1 img { width: 100%; }

.head .btnmenu {
    position: fixed;
    right: 24px;
    top: 36px;
    z-index: 1301;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform 0.28s ease, opacity 0.28s ease;
    will-change: transform, opacity;
}
.head .btnmenu.hide-scroll {
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
}

.head .btnmenu > div {
    width: 100%;
    height: 4px;
    margin-bottom: 12px;
    background: #08289e;
    transition: all 0.4s;
}
.head .btnmenu.openmenu {
    right: 17px;
    top: 16px;
}

.head .btnmenu.openmenu > div:nth-child(1) {
    transform: translateY(15.5px) rotate(45deg);
}
.head .btnmenu.openmenu > div:nth-child(2) { opacity: 0; }
.head .btnmenu.openmenu > div:nth-child(3) {
    transform: translateY(-15.5px) rotate(-45deg);
}

.head .navmobile::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1190;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.head.menu-open .navmobile::before,
.head .navmobile.menu-open::before {
    opacity: 1;
    visibility: visible;
}

.head .navmobile .navwrap {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    width: min(52vw, 500px);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border-left: 1px solid #e7e7e7;
    box-shadow: -12px 0 30px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    transition: transform 0.35s ease;
}

.head.menu-open .navmobile .navwrap,
.head .navmobile.menu-open .navwrap {
    transform: translateX(0);
}

.head .navmobile .navwrap .toparea {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 68px;
    padding: 0 24px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #ececec;
    text-align: center;
}

.head .navmobile .navwrap .toparea img,
.head .navmobile .navwrap .toparea h1,
.head .navmobile .navwrap .toparea .logo {
    display: none !important;
}

.head .navmobile .navwrap > ul {
    margin: 0;
    padding: 0;
    border-top: 0;
}

.head .navmobile .navwrap > ul > li {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.head .navmobile .navwrap > ul > li > a {
    display: block;
    position: relative;
    min-height: 68px;
    padding: 0 52px 0 22px;
    font-size: 18px;
    font-weight: 600;
    line-height: 68px;
    color: #111;
    text-align: left;
    background: none !important;
}

.head .navmobile .navwrap > ul > li > a::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.25s ease;
}

.head .navmobile .navwrap > ul > li.on > a::after {
    transform: translateY(-35%) rotate(-135deg);
}

.head .navmobile .navwrap > ul > li > ul {
    display: none;
    padding: 0;
    background: #f7f7f7;
    border-top: 1px solid #ececec;
}

.head .navmobile .navwrap > ul > li.on > ul { display: block; }

.head .navmobile .navwrap > ul > li > ul > li {
    border-bottom: 1px solid #e9e9e9;
}
.head .navmobile .navwrap > ul > li > ul > li:last-child { border-bottom: 0; }

.head .navmobile .navwrap > ul > li > ul > li > a {
    display: block;
    min-height: 54px;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 54px;
    color: #222;
    text-align: left;
}

.head .navmobile .navwrap .navmobile-language {
    position: absolute;
    top: 24px;
    right: 72px;
    z-index: 20;
}

.head .navmobile .navwrap .navmobile-language ul {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: visible;
}

.head .navmobile .navwrap .navmobile-language ul li {
    width: auto;
    float: none;
    border: 0 !important;
    box-sizing: border-box;
}

.head .navmobile .navwrap .navmobile-language ul li a {
    display: block;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #111;
}

.head .navmobile .navwrap .navmobile-language ul li.on a { color: #111; }

body.menu-open { overflow: hidden; }

/* =========================
   Footer
   ========================= */
#footer {
    padding: 50px 0 52px;
    background: #505050;
    text-align: left;
}

#footer .foot {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}

.foot h1 img { width: 155px; }

.foot ul { margin: 25px 0 10px; }

.foot ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.foot ul li:first-child:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 12px;
    background: #858585;
}

.foot ul li a {
    font-size: 16px;
    color: #fff;
}

.foot address {
    font-size: 15px;
    font-weight: 300;
    line-height: 170%;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0px;
}

.foot address .bar {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 10px;
    background: #858585;
}

.foot .copy {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0px;
}

.foot .sns,
.foot .sns2 {
    width: 52px;
    height: 52px;
    margin: 30px auto 0;
    border: 0;
    border-radius: 50%;
    background-color: #666;
    background-repeat: no-repeat;
    background-position: center center;
}

.foot .sns { background-image: url(/images/page/sns_icon1.png); }
.foot .sns2 {
    margin-left: 10px;
    background-image: url(/images/page/sns_icon2.png);
}

/* =========================
   Main
   ========================= */
.main-hero {
    position: relative;
    width: 100%;
    height: 860px;
    overflow: hidden;
    background: #eef2f5;
}

.main-hero__bg {
    position: absolute;
    inset: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: opacity 1.2s ease;
}

.hero-slide.is-active { opacity: 1; }
.hero-slide.pc { display: block; }
.hero-slide.mo { display: none; }

.main-hero .conwrap {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;      /* 세로 중앙 */
    justify-content: center;  /* 가로 중앙 */
}

.main-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    pointer-events: none;
}

.hero-text {
    margin: 0 auto;
    text-align: center;
}

.hero-text h2 {
    margin: 0 0 24px;
    font-size: 60px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-shadow: 2px 2px 15px rgb(0 0 0);
}

.hero-text p {
    margin: 0;
    font-size: 30px;
    word-break: keep-all;
    color: #ffffff;
    text-shadow: 3px 2px 6px rgb(0 0 0);
}

.main-overview {
    padding: 120px 0 110px;
    overflow: hidden;
}

.main-overview__inner {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr 1fr;
    align-items: center;
    column-gap: 34px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.main-overview__title {
    align-self: start;
    padding-top: 8px;
}

.main-overview__eyebrow {
    margin: 0 0 26px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #1238b3;
}

.main-overview__title h2 {
    margin: 0;
    font-size: 62px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #000;
    word-break: keep-all;
}

.main-overview__image { width: 100%; }
.main-overview__image img {
    display: block;
    width: 100%;
    height: auto;
}

.main-overview__text { padding-left: 8px; }

.main-overview__text h3 {
    margin: 0 0 28px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #333;
    word-break: keep-all;
}

.main-overview__text p {
    margin: 0;
    font-size: 19px;
    line-height: 1.9;
    color: #4b4b4b;
    word-break: keep-all;
}

.business-overview {
    padding: 110px 0 120px;
}

.business-overview__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}

.business-overview__title {
    margin: 0 0 40px;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #000;
    text-align: center;
}

.business-cards {
    display: flex;
    gap: 14px;
    height: 600px;
}

.business-card {
    position: relative;
    display: block;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    border-radius: 24px;
    text-decoration: none;
    opacity: 0.5;
    transition: flex 0.45s ease, transform 0.35s ease, opacity 0.35s ease;
}

.business-card.is-active {
    flex: 1.7 1 0;
    opacity: 1;
}

.business-cards:hover .business-card {
    flex: 1 1 0;
    opacity: 0.7;
}

.business-cards:hover .business-card:hover {
    flex: 1.7 1 0;
    opacity: 1;
}

.business-card__bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1.02);
    transition: transform 0.7s ease;
}

.business-card:hover .business-card__bg { transform: scale(1.08); }

.business-card__dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.35s ease;
}

.business-card.is-active .business-card__dim,
.business-cards:hover .business-card:hover .business-card__dim {
    background: rgba(0, 0, 0, 0.22);
}

.business-card__content {
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 40px;
    z-index: 2;
}

.business-card__content h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    word-break: keep-all;
}

.business-card__content p {
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    word-break: keep-all;
}

.science-links__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.science-link-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    padding: 52px 42px 32px;
    box-sizing: border-box;
    text-decoration: none;
    border: 0;
    transition: background 0.3s ease;
}

/* PC: 첫 번째 제외하고 앞에 아이템이 있으면 왼쪽 선만 */
.science-link-item + .science-link-item {
    border-left: 1px solid #d9d9d9;
}

.science-link-item__title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #333;
    word-break: keep-all;
    transition: color 0.3s ease;
}

.science-link-item__icon {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.science-link-item__icon img {
    width: 120px;
    max-width: 100%;
    opacity: 0.5;
    transform: scale(1);
    transform-origin: center center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.science-link-item:hover .science-link-item__title {
    color: #1238b3;
}

.science-link-item:hover .science-link-item__icon img {
    opacity: 1;
    transform: scale(1.08);
}

.main-press {
    padding: 120px 0 140px;
    background: #f4f4f4;
}

.main-press .conwrap {
    max-width: 1260px;
    width: 94%;
    margin: 0 auto;
}

.main-press__head { margin-bottom: 34px; }

.main-press__head h2 {
    margin: 0;
    font-size: 78px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #2f2f2f;
}

.main-press__head p {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.main-press__list { border-top: 1px solid #555; }

.main-press__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 26px 0;
    border-bottom: 1px solid #d9d9d9;
    text-decoration: none;
    transition: all 0.3s ease;
}

.main-press__item:hover { background: rgba(0, 0, 0, 0.015); }

.main-press__left {
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: 0;
    flex: 1;
}

.main-press__badge {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #8c8c8c;
}

.main-press__subject {
    display: block;
    min-width: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
    color: #333;
    word-break: keep-all;
}

.main-press__right {
    flex: none;
    display: flex;
    align-items: center;
    gap: 26px;
}

.main-press__date {
    font-size: 16px;
    font-weight: 600;
    color: #a0a0a0;
}

.main-press__arrow {
    position: relative;
    width: 38px;
    height: 38px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
}

.main-press__arrow:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    width: 24px;
    height: 1px;
    background: #d1d1d1;
    transform: translateY(-50%);
}

.main-press__arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    transform: translate(-65%, -50%) rotate(45deg);
}

.main-press__item:hover .main-press__subject { color: #08289e; }
.main-press__item:hover .main-press__arrow { border-color: #08289e; }
.main-press__item:hover .main-press__arrow:before,
.main-press__item:hover .main-press__arrow:after {
    background: #08289e;
    border-color: #08289e;
}

.main-press__empty {
    padding: 32px 0;
    font-size: 16px;
    color: #777;
    border-bottom: 1px solid #d9d9d9;
}

.main-press__more {
    margin-top: 30px;
    text-align: right;
}

.main-press__more a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #08289e;
    text-decoration: none;
}

.main_layer_popup .popupContent { height: 100% !important; }
.main_layer_popup img { width: 100%; }

@media (min-width: 768px) and (max-width: 1279px) {
    .pcbr { display: none; }
    .tbbr { display: block; }
    .conwrap { width: 94%; }
    .emt100 { height: 50px; }

    #page_top {
        width: 60px;
        height: 60px;
        right: 50px;
        bottom: 110px;
    }

    .head {
        height: 104px;
    }

    .head .conwrap {
        max-width: 100%;
        padding: 0 3%;
    }

    .head .navpc { display: none; }
    .head .navmobile { display: block; position: relative; text-align: center; }

    .head .navmobile h1 {
        top: 18px;
        width: 180px;
    }

    .head .btnmenu {
        position: fixed;
        top: 34px;
        right: 58px;
    }

    .head .btnmenu > div {
        height: 4px;
        margin-bottom: 12px;
    }

    .head .navmobile .navwrap {
        width: 41vw;
        min-width: 380px;
    }

    .head .navmobile .navwrap > ul > li > a {
        min-height: 74px;
        padding-left: 24px;
        padding-right: 56px;
        font-size: 19px;
        line-height: 74px;
    }

    .head .navmobile .navwrap > ul > li > ul > li > a {
        min-height: 58px;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 16px;
        line-height: 58px;
    }

    .head .navmobile .navwrap .navmobile-language {
        top: 24px;
        left: 24px;
    }

    #footer {
        padding: 50px 3% 52px;
        text-align: center;
        word-break: keep-all;
    }

    .main-hero {
        height: 680px;
    }

    .hero-text {
        right: 3%;
    }

    .hero-text h2 { font-size: 46px; }
    .hero-text p {
        font-size: 35px;
        line-height: 1.8;
    }

    .main-overview {
        padding: 90px 0;
    }

    .main-overview__inner {
        grid-template-columns: 1fr;
        row-gap: 40px;
        padding: 0 28px;
    }

    .main-overview__title {
        padding-top: 0;
    }

    .main-overview__title h2 {
        font-size: 48px;
    }

    .main-overview__title h2 br { display: none; }

    .main-overview__image {
        max-width: 720px;
    }

    .main-overview__text {
        max-width: 900px;
        padding-left: 0;
    }

    .main-overview__text h3 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .main-overview__text p {
        font-size: 17px;
    }

    .business-overview {
        padding: 80px 0 90px;
    }

    .business-overview__inner {
        padding: 0 20px;
    }

    .business-overview__title {
        margin-bottom: 28px;
        font-size: 42px;
    }

    .business-cards {
        gap: 10px;
        height: 460px;
    }

    .business-card {
        border-radius: 18px;
    }

    .business-card__content {
        left: 22px;
        right: 22px;
        bottom: 24px;
    }

    .business-card__content h3 { font-size: 20px; }
    .business-card__content p {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.7;
    }

    .science-links__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .science-link-item {
        min-height: 260px;
        padding: 34px 24px 24px;
        border: 0;
    }

    /* 오른쪽 칸(2,4)만 세로선 */
    .science-link-item:nth-child(even) {
        border-left: 1px solid #d9d9d9;
    }

    /* 둘째 줄부터 가로선 */
    .science-link-item:nth-child(n+3) {
        border-top: 1px solid #d9d9d9;
    }

    .science-link-item__title {
        font-size: 19px;
    }

    .science-link-item__icon img {
        width: 92px;
    }
    .main-press {
        padding: 90px 0 110px;
    }

    .main-press__head h2 { font-size: 58px; }
    .main-press__subject { font-size: 22px; }
    .main-press__item { padding: 22px 0; }
}

@media (max-width: 767px) {
    .ptbr { display: none; }
    .mbbr { display: block; }
    .pcbr { display: none; }
    .conwrap { width: 94%; }

    #page_top {
        width: 50px;
        height: 50px;
        right: 30px;
        bottom: 20px;
        z-index: 900;
    }

    .head {
        height: 60px;
    }

    .head .conwrap {
        width: 100%;
        max-width: 100%;
        padding: 0 14px;
        box-sizing: border-box;
    }

    .head .navpc { display: none; }
    .head .navmobile { display: block; position: relative; text-align: center; }

    .head .navmobile h1 {
        top: 9px;
        width: 110px;
    }

    .head .btnmenu {
        position: fixed;
        top: 18px;
        right: 25px;
    }

    .head .btnmenu > div {
        height: 3px;
        margin-bottom: 6px;
    }

    .head .btnmenu.openmenu > div:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .head .btnmenu.openmenu > div:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .head .navmobile .navwrap {
        width: 78vw;
        min-width: 0;
    }

    .head .navmobile .navwrap .toparea {
        height: 60px;
        padding: 0 18px;
    }

    .head .navmobile .navwrap .navmobile-language {
        top: 22px;
        left: 18px;
    }

    .head .navmobile .navwrap .navmobile-language ul li a {
        font-size: 14px;
    }

    .head .navmobile .navwrap > ul > li > a {
        min-height: 60px;
        padding-left: 18px;
        padding-right: 46px;
        font-size: 16px;
        line-height: 60px;
    }

    .head .navmobile .navwrap > ul > li > a::after {
        right: 18px;
        width: 9px;
        height: 9px;
    }

    .head .navmobile .navwrap > ul > li > ul > li > a {
        min-height: 48px;
        padding: 0 18px;
        font-size: 14px;
        line-height: 48px;
    }

    #footer {
        padding: 30px 3% 35px;
        text-align: center;
        word-break: keep-all;
    }

    .foot h1 img { width: 107px; }
    .foot ul li { padding: 0 12px; }
    .foot ul li a { font-size: 14px; }
    .foot address,
    .foot .copy { font-size: 12px; }
    .foot address .bar { height: 10px; }

    .main-hero {
        height: 560px;
    }

    .hero-slide.pc { display: none; }
    .hero-slide.mo { display: block; }

    .main-hero .conwrap {
        width: 100%;
        padding: 0 7%;
        box-sizing: border-box;
    }

    .hero-text {
        left: 0;
        right: 0;
        top: auto;
        bottom: 70px;
        width: auto;
        padding: 0 20px;
        box-sizing: border-box;
        transform: none;
    }

    .hero-text h2 {
        margin-bottom: 14px;
        font-size: 38px;
    }

    .hero-text p {
        font-size: 25px;
        line-height: 1.7;
    }

    .main-overview {
        padding: 56px 0 60px;
    }

    .main-overview__inner {
        grid-template-columns: 1fr;
        row-gap: 26px;
        padding: 0 16px;
    }

    .main-overview__eyebrow {
        margin-bottom: 18px;
        font-size: 15px;
    }

    .main-overview__title h2 {
        font-size: 28px;
        line-height: 1.14;
    }

    .main-overview__title h2 br { display: none; }

    .main-overview__text {
        padding-left: 0;
    }

    .main-overview__text h3 {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 1.4;
    }

    .main-overview__text p {
        font-size: 14px;
        line-height: 1.75;
    }

    .business-overview {
        padding: 64px 0 70px;
    }

    .business-overview__inner {
        padding: 0 16px;
    }

    .business-overview__title {
        margin-bottom: 22px;
        font-size: 34px;
        line-height: 1.1;
    }

    .business-cards {
        display: block;
        height: auto;
    }

    .business-card {
        height: 240px;
        margin-bottom: 12px;
        border-radius: 16px;
        opacity: 1;
    }

    .business-card:last-child { margin-bottom: 0; }
    .business-card.is-active,
    .business-cards:hover .business-card,
    .business-cards:hover .business-card:hover {
        flex: auto;
        opacity: 1;
    }

    .business-card__content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .business-card__content h3 { font-size: 18px; }
    .business-card__content p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.6;
    }

    .science-links__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .science-link-item {
        min-height: auto;
        gap: 26px;
        padding: 26px 18px 18px;
        border: 0;
    }

    /* 2열 유지라면 동일하게 */
    .science-link-item:nth-child(even) {
        border-left: 1px solid #d9d9d9;
    }

    .science-link-item:nth-child(n+3) {
        border-top: 1px solid #d9d9d9;
    }

    .science-link-item__title {
        font-size: 18px;
    }

    .science-link-item__icon img {
        width: 76px;
    }
    .main-press {
        padding: 70px 0 80px;
    }

    .main-press__head {
        margin-bottom: 22px;
    }

    .main-press__head h2 { font-size: 42px; }
    .main-press__head p { font-size: 14px; }

    .main-press__item {
        display: block;
        padding: 18px 0;
    }

    .main-press__left { display: block; }
    .main-press__badge { margin-bottom: 12px; }

    .main-press__subject {
        font-size: 17px;
        line-height: 1.5;
    }

    .main-press__right {
        margin-top: 14px;
        justify-content: space-between;
    }

    .main-press__date { font-size: 14px; }

    .main-press__arrow {
        width: 32px;
        height: 32px;
    }

    .main-press__arrow:before {
        left: -12px;
        width: 18px;
    }
}


.head .navmobile h1 {
    position: absolute !important;
    margin: 0 !important;
}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1279px) {
    .head .navmobile h1 {
        width: 180px;
    }
}

/* 모바일 */
@media (max-width: 767px) {
    .head .navmobile h1 {
        width: 110px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .head .conwrap {
        width: 100% !important;
    }
}

.main_layer_popup {
    display: none;
}


[data-animate] {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	will-change: opacity, transform;
}

[data-animate].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 768px) {
	[data-animate] {
		transform: translateY(20px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}
}

.main-press__subject .external-icon {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    color: #3e519d;
    opacity: 0.7;
    transition: all 0.25s ease;
}

.main-press__item:hover .external-icon {
    opacity: 1;
    transform: translate(2px, -2px);
}

.main-press__item:hover .main-press__subject {
    color: #3e519d;
}