﻿@charset "utf-8";
@font-face {
    font-family: 'Mbc1961';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/MBC1961M.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2);
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.woff2);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2);
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2);
    font-weight: 900;
    font-display: swap;
}

:root {
    --icjsi-font-body: 'NanumSquareNeo', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: var(--icjsi-font-body) !important;
}

body {
    --bs-body-font-family: var(--icjsi-font-body);
    background: #fff;
    font-family: var(--icjsi-font-body) !important;
    overflow-x: clip;
    word-break: keep-all;
    overflow-wrap: break-word;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

.webfont {font-family: 'Mbc1961' !important;}

.icjsi-sub-page-outline {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 72px 0 96px;
}

.icjsi-header {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    z-index: 1050;
    animation: icjsiHeaderDrop 1.05s cubic-bezier(.22, 1, .36, 1) both;
}

@media (min-width: 992px) {
    .icjsi-header .container-fluid {
        width: 90%;
        max-width: 1600px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.icjsi-navbar {
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius:10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 14px 36px rgba(21, 52, 92, .10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.icjsi-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 285px;
    margin: 0;
    color: #17345A !important;
    line-height: 1;
    text-decoration: none;
}

.icjsi-logo-year {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: .9;
}

.icjsi-logo-text {
    display: block;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.15;
    white-space: nowrap;
	margin-top:5px;
}

.icjsi-navbar .navbar-collapse {
    flex: 1 1 auto;
}

.icjsi-desktop-menu {
    display: flex;
    flex: 1 1 auto;
}

.icjsi-main-menu {
    flex-direction: row;
    gap: clamp(26px, 3.2vw, 58px);
    align-items: center;
    justify-content: center;
}

.icjsi-main-menu .nav-link.depth1 {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;

}

.icjsi-main-menu .nav-link.depth1:hover,
.icjsi-main-menu .nav-link.depth1:focus {
    color: #17345A;
}

.icjsi-main-menu .sub-menu-wrap {
    display: none;
    top: calc(100% + 16px);
    left: 50%;
    min-width: 180px;
    padding: 15px 17px;
    border: 0px solid rgba(231, 188, 166, .32);
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(21, 52, 92, .13);
    transform: translateX(-50%);
}

/* Keep the hover area continuous across the navbar's bottom padding. */
.icjsi-main-menu .sub-menu-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 16px;
}

.icjsi-main-menu .sub-menu:hover .sub-menu-wrap,
.icjsi-main-menu .sub-menu:focus-within .sub-menu-wrap {
    display: block;
}

.icjsi-main-menu .sub-nav .nav-link {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 10px;
}

.icjsi-main-menu .sub-nav .nav-link:hover,
.icjsi-main-menu .sub-nav .nav-link:focus {
    color: #17345A;
}

.icjsi-util {
    justify-content: flex-end;
    gap: 18px;
    min-width: 285px;
}

.icjsi-socials {
    align-items: center;
    gap: 8px;
}

.icjsi-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    transition: transform .22s ease, background .22s ease;
}

.icjsi-social img {width:35px}

.icjsi-social:hover,
.icjsi-social:focus {
    transform: translateY(-2px);
}

.icjsi-lang-switch {
    position: relative;
    color: #111;
}

.icjsi-lang-switch summary {
    list-style: none;
}

.icjsi-lang-switch summary::-webkit-details-marker {
    display: none;
}

.icjsi-lang-current {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 82px;
    height: 35px;
    padding: 0 4px;
    border: 0;
    background: transparent;
    color: #111;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
	justify-content: flex-end;
}

.icjsi-lang-current .bi-globe2 {
    font-size: 25px;
}

.icjsi-lang-arrow {
    font-size: 14px;
    transition: transform .22s ease;
}

.icjsi-lang-switch:not([open]) .icjsi-lang-arrow {
    transform: rotate(180deg);
}

.icjsi-lang-switch:hover .icjsi-lang-arrow,
.icjsi-lang-switch:focus-within .icjsi-lang-arrow {
    transform: rotate(0);
}

.icjsi-lang-menu {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    display: none;
    width: 126px;
    padding: 7px;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17, 17, 17, .14);
    z-index: 20;
}

.icjsi-lang-switch[open] .icjsi-lang-menu,
.icjsi-lang-switch:hover .icjsi-lang-menu,
.icjsi-lang-switch:focus-within .icjsi-lang-menu {
    display: block;
}

.icjsi-lang-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    padding: 0 12px;
    border-radius: 13px;
    color: #111 !important;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
}

.icjsi-lang-option + .icjsi-lang-option {
    margin-top: 2px;
}

.icjsi-lang-option.is-active,
.icjsi-lang-option:hover,
.icjsi-lang-option:focus {
    background: rgba(17, 17, 17, .08);
}

.icjsi-lang-option .bi-check-lg {
    font-size: 16px;
}

.icjsi-toggler {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 40px;
    height: 40px;
    margin-left: 0;
    padding: 0 !important;
    border: 1px solid rgba(23, 52, 90, .18) !important;
    border-radius: 0;
    color: #17345A;
    font-size: 30px;
    box-shadow: none !important;
}

.icjsi-toggler-line {
    display: block;
    width: 29px;
    height: 1px;
    border-radius: 999px;
    background: #000;
}

.icjsi-mobile-socials {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
}

@media (min-width: 1024.02px) {
    .icjsi-navbar {
        min-height: 78px;
        padding: 15px 3rem !important;
    }

    .icjsi-desktop-menu {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .icjsi-main-menu {
        flex-direction: row !important;
        align-items: center;
        justify-content: center;
    }
}

.offcanvas-backdrop {
    --bs-backdrop-zindex: 3000;
    z-index: 3000 !important;
}

.offcanvas-backdrop.show {
    z-index: 3000 !important;
}

.mobile-left-offcanvas {
    --bs-offcanvas-zindex: 3010;
    z-index: 3010 !important;
    width: min(86vw, 340px);
    border-right: 0;
}

.mobile-left-offcanvas.show,
.mobile-left-offcanvas.showing {
    z-index: 3010 !important;
}

body:has(.mobile-left-offcanvas.show) .icjsi-header,
body:has(.mobile-left-offcanvas.showing) .icjsi-header {
    z-index: 1000;
}

.mobile-left-offcanvas .offcanvas-header {
    align-items: center;
    min-height: 86px;
    padding: 20px 24px 14px;
}

.mobile-left-offcanvas .offcanvas-header .btn-close {
    flex: 0 0 auto;
    margin: 0 0 0 auto;
}

.mobile-left-offcanvas .offcanvas-body {
    padding: 0 24px 28px;
}

.mobile-left-offcanvas .icjsi-logo {
    min-width: 0;
    gap: 9px;
}

.mobile-left-offcanvas .icjsi-logo-year {
    font-size: 30px;
}

.mobile-left-offcanvas .icjsi-logo-text {
    font-size: 16px;
    line-height: 1.12;
}

.mobile-left-offcanvas .icjsi-mobile-socials {
    margin: 0 0 90px;
}

.mobile-nav-menu {
    gap: 4px;
}

.mobile-nav-menu .nav-link.depth1 {
    padding: 11px 0;
    color: #17345A;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.15;
}

.mobile-nav-menu .sub-nav .nav-link.depth2 {
    padding: 8px 0;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

/* index main visual */
.icjsi-visual {
    position: relative;
    min-height: 900px;
    height: 100vh;
    overflow: hidden;
    background: #FCF4E3;
    --icjsi-navy: #17345A;
}

.icjsi-visual-bg,
.icjsi-visual-dim {
    position: absolute;
    inset: 0;
}

.icjsi-visual-bg {
    z-index: 0;
    opacity: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.01);
    animation: icjsiVisualBgFade 1.35s ease .95s both;
}

.icjsi-visual-dim {
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 250, 235, .1) 0%, rgba(255, 250, 235, 0) 46%, rgba(255, 250, 235, .1) 100%);
    pointer-events: none;
}

.icjsi-visual-figure {
    position: absolute;
    top: clamp(112px, 10vw, 176px);
    right: clamp(24px, 8vw, 150px);
    z-index: 1;
    width: clamp(180px, 19vw, 340px);
    opacity: 0;
    pointer-events: none;
    animation: icjsiVisualBgFade 1.1s ease 1.2s both;
}

.icjsi-visual-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.icjsi-sub-visual {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 540px;
    height: 48vh;
    overflow: hidden;
    background: rgb(252, 244, 227);
    color: #17345A;
}

.icjsi-sub-visual-bg,
.icjsi-sub-visual-dim {
    position: absolute;
    inset: 0;
}

.icjsi-sub-visual-bg {
    z-index: 0;
    opacity: 0;
    background-position: center 70%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.01);
    animation: icjsiVisualBgFade 1.35s ease .55s both;
}

.icjsi-sub-visual-dim {
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 250, 235, .18) 0%, rgba(255, 250, 235, .04) 52%, rgba(255, 250, 235, .18) 100%);
    pointer-events: none;
}

.icjsi-sub-visual-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
    align-items: end;
    gap: clamp(48px, 6vw, 120px);
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 138px;
    letter-spacing: 0;
}

.icjsi-sub-visual-main > *,
.icjsi-sub-visual-topic > * {
    opacity: 0;
    transform: translateY(32px);
    animation: icjsiTextDown .95s cubic-bezier(.22, 1, .36, 1) both;
}

.icjsi-sub-visual-main > :nth-child(1) { animation-delay: 1.25s; }
.icjsi-sub-visual-main > :nth-child(2) { animation-delay: 1.48s; }
.icjsi-sub-visual-main > :nth-child(3) { animation-delay: 1.71s; }
.icjsi-sub-visual-topic > :nth-child(1) { animation-delay: 2.02s; }

.icjsi-sub-kicker {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.2;
}

.icjsi-sub-visual h1 {
    margin: 0;
    font-size: 54px;
    line-height: 1.18;
    letter-spacing: 0;
}

.icjsi-sub-date-place {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 15px;
    margin: 34px 0 0;
    font-size: 32px;
    line-height: 1.22;
    letter-spacing: 0;
}

.icjsi-sub-date-place strong span {
    font-size: .62em;
    vertical-align: .12em;
}

.icjsi-sub-date-place em {
    font-style: normal;
}

.icjsi-sub-topic {
    margin: 0;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: 0;
}

.icjsi-sub-topic span {
    display: inline-block;
    margin: 2px 0 4px;
}

.icjsi-visual-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: 90%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    color: var(--icjsi-navy);
    letter-spacing: 0;
}

.icjsi-visual-left {
    flex: 0 1 55%;

}

.icjsi-visual-right {
    flex: 0 1 45%;

}

.icjsi-visual-left > *,
.icjsi-visual-right > * {
    opacity: 0;
    transform: translateY(32px);
    animation: icjsiTextDown .95s cubic-bezier(.22, 1, .36, 1) both;
}

.icjsi-visual-left > :nth-child(1) { animation-delay: 2.35s; }
.icjsi-visual-left > :nth-child(2) { animation-delay: 2.58s; }
.icjsi-visual-left > :nth-child(3) { animation-delay: 2.81s; }
.icjsi-visual-left > :nth-child(4) { animation-delay: 3.04s; }
.icjsi-visual-left > :nth-child(5) { animation-delay: 3.27s; }
.icjsi-visual-right > :nth-child(1) { animation-delay: 3.45s; }
.icjsi-visual-right > :nth-child(2) { animation-delay: 3.68s; }
.icjsi-visual-right > :nth-child(3) { animation-delay: 3.91s; }

.icjsi-year {
    margin: 0 0 8px;
    font-size: 112px;
    line-height: .86;
}

.icjsi-title {
    margin: 0;
    font-size: 92px;
    line-height: 1.04;
    letter-spacing: 0;
}

.icjsi-title-en {
    margin: 30px 0 0;
    font-size: 34px;
    line-height: 1.17;
    letter-spacing: 0;
}

.icjsi-date-place {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 15px;
    margin: 44px 0 0;
    font-size: 38px;
    line-height: 1.22;
    letter-spacing: 0;
}

.icjsi-date-place strong {
}

.icjsi-date-place strong span {
    font-size: .62em;
    vertical-align: .12em;
}

.icjsi-date-place em {
    font-style: normal;
}

.icjsi-youtube-live {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin: 20px 0 0;
    padding: 7px 0px;
    font-size: clamp(18px, 1.55vw, 28px);
    line-height:0.8;
}

.icjsi-youtube-live img {
    flex: 0 0 auto;
    height: 30px;
    object-fit: contain;
}

.icjsi-topic {
    margin: 0;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0;
}

.icjsi-topic span {
    display: inline-block;
    margin: 2px 0 4px;
}

.icjsi-topic-en {
    margin: 32px 0 0;
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: 0;
}

.icjsi-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 100%;
    min-height: 70px;
    margin-top: 48px;
    padding: 0 38px;
    border: 2px solid var(--icjsi-navy);
    border-radius: 10px;
    background: transparent;
    color: var(--icjsi-navy) !important;
    font-size: 24px;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.icjsi-apply-btn i {
    font-size: 1.08em;
    line-height: 1;
}

.icjsi-apply-btn:hover,
.icjsi-apply-btn:focus {
    background: var(--icjsi-navy);
    color: #fff !important;
    box-shadow: 0 20px 40px rgba(21, 52, 92, .24);
    transform: translateY(-2px);
}

.icjsi-card-links {
    background: #fff;
    padding: 72px 0 86px;
}

.icjsi-card-links-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.icjsi-card-link {
    display: flex;
    flex-direction: column;
    min-height: 370px;
    padding: 48px;
    border-radius: 10px;
    background: #f7f7f7;
    color: #17345A !important;
    text-decoration: none;
    opacity: 0;
    transform: translateY(46px);
    transition: opacity .9s ease, transform .9s cubic-bezier(.22, 1, .36, 1), box-shadow .25s ease;
    will-change: opacity, transform;
}

.icjsi-card-link:nth-child(even) {
    transform: translateY(46px);
}

.icjsi-card-link:nth-child(odd) {
    transform: translateY(46px);
}

.icjsi-card-link.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.icjsi-card-link:hover,
.icjsi-card-link:focus {
    box-shadow: 0 20px 45px rgba(17, 17, 17, .10);
    transform: translateY(-6px);
}

.icjsi-card-link.is-blue {
    background: #17345A;
    color: #fff !important;
}

.icjsi-card-num {
    display: block;
    margin-bottom: 34px;
    color: #17345A;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.icjsi-card-link.is-blue .icjsi-card-num {
    color: #fff;
}

.icjsi-card-link strong {
    display: block;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
}

.icjsi-card-desc {
    display: block;
    margin-top: auto;
    color: #7c8796;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
}

.icjsi-card-desc br {display:none}
.icjsi-card-link.is-blue .icjsi-card-desc {
    color: rgba(255, 255, 255, .86);
}

.icjsi-footer {
    background: #17345A;
    color: #fff;
    padding: 56px 0;
}

.icjsi-footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.icjsi-footer h2 {
    margin: 0 0 28px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
}

.icjsi-footer p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
}

.icjsi-footer a {
    color: inherit;
    text-decoration: none;
}

.icjsi-footer a:hover,
.icjsi-footer a:focus {
    text-decoration: underline;
}

.icjsi-footer-contact {
    flex: 1 1 auto;
    min-width: 0;
}

.icjsi-footer-family {
    flex: 0 0 620px;
}

.icjsi-footer-family ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.icjsi-footer-family a {
    display: block;
	background-color:#fff;
	border-radius:10px;
	padding:15px;
}

.icjsi-footer-family img {
    display: block;
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.icjsi-footer-family span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}


.container-title {display:block;padding:80px 0 0 0;text-align:center;font-size:3rem}


#gotop.gotop {
    right: 35px;
    bottom: 35px;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0px solid #17345A;
    border-radius: 10px;
    background: #fff;
    color: #17345A;
    box-shadow: 0 12px 28px rgba(23, 52, 90, .14);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

#gotop.gotop i {
    font-size: 26px;
    line-height: 1;
}

#gotop.gotop:hover,
#gotop.gotop:focus {
    border-color: #17345A;
    background: #fff;
    color: #17345A;
    box-shadow: 0 16px 34px rgba(23, 52, 90, .2);
    transform: translateY(-3px);
}

.icjsi-footer-contact,
.icjsi-footer-family {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .9s ease, transform .9s cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, transform;
}

.icjsi-footer-contact.is-visible,
.icjsi-footer-family.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.icjsi-footer-family {
    transition-delay: .22s;
}

@keyframes icjsiHeaderDrop {
    0% {
        opacity: 0;
        transform: translateY(-36px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes icjsiVisualBgFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes icjsiTextDown {
    0% {
        opacity: 0;
        transform: translateY(32px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .icjsi-header,
    .icjsi-visual-bg,
    .icjsi-visual-figure,
    .icjsi-sub-visual-bg,
    .icjsi-visual-left > *,
    .icjsi-visual-right > *,
    .icjsi-sub-visual-main > *,
    .icjsi-sub-visual-topic > * {
        opacity: 1;
        animation: none;
    }

    .icjsi-header {
        transform: none;
    }

    .icjsi-visual-bg {
        transform: scale(1.01);
    }

    .icjsi-sub-visual-bg {
        transform: scale(1.01);
    }

    .icjsi-visual-figure,
    .icjsi-visual-left > *,
    .icjsi-visual-right > *,
    .icjsi-sub-visual-main > *,
    .icjsi-sub-visual-topic > *,
    .icjsi-card-link,
    .icjsi-card-link:nth-child(even),
    .icjsi-card-link:nth-child(odd),
    .icjsi-footer-contact,
    .icjsi-footer-family {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1600px) {

	.icjsi-year {font-size: 90px;}
	.icjsi-title {font-size: 80px;}
	.icjsi-title-en {font-size:30px}
	.icjsi-date-place{font-size:28px}
	.icjsi-topic {font-size:45px}
	.icjsi-topic-en{font-size:21px}
	.icjsi-footer p {font-size:16px}

	.icjsi-sub-visual-inner {max-width:1400px}
	.icjsi-sub-topic {font-size:35px}
	.icjsi-sub-visual-inner {align-items: center;}
	

}

@media (max-width: 1400px) {
    .icjsi-visual-left {
        flex-basis: 56%;
    }

    .icjsi-visual-right {
        flex-basis: 41%;
    }

    .icjsi-visual-figure {
        right: clamp(22px, 5vw, 86px);
        width: clamp(170px, 18vw, 290px);
    }

	.icjsi-year {font-size: 80px;}
	.icjsi-title {font-size: 75px;}
	.icjsi-title-en {font-size:30px}
	.icjsi-date-place{font-size:28px}
	.icjsi-topic {font-size:40px}
	.icjsi-topic-en{font-size:21px}
	.icjsi-visual-inner {padding-top:100px}
	.icjsi-card-link {min-height:330px}

	.icjsi-sub-visual h1 {font-size:48px}
	.icjsi-sub-visual-inner {max-width:1200px}
	.icjsi-sub-date-place {font-size:24px}
}


@media (max-width: 1280px) {

	.icjsi-util {min-width:200px;gap:8px}
	.icjsi-lang-current {min-width:auto}
	.icjsi-main-menu {gap:20px}

	.icjsi-year {font-size: 70px;}
	.icjsi-title {font-size: 65px;}
	.icjsi-title-en {font-size:25px}
	.icjsi-date-place{font-size:24px}
	.icjsi-topic {font-size:30px}
	.icjsi-topic-en{font-size:18px}

}

@media (max-width: 1024px) {
    .icjsi-header {
        top: 14px;
    }

    .icjsi-navbar {
        min-height: 64px;
        padding: 0 24px !important;
    }

    .icjsi-logo {
        min-width: auto;
    }

    .icjsi-desktop-menu {
        display: none !important;
    }

    .icjsi-util {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        gap: 4px;
        min-width: 0;
        margin-left: auto;
    }

    .icjsi-util .icjsi-socials {
        display: none !important;
    }

    .icjsi-lang-switch {
        display: block;
    }

    .icjsi-lang-current {
        min-width: auto;
        height: 40px;
        padding: 0 2px;
        justify-content: center;
        font-size: 17px;
    }

    .icjsi-lang-menu {
        top: calc(100% + 10px);
        right: 0;
    }

    .icjsi-toggler {
        display: inline-flex;
        width: 38px;
        height: 38px;
        font-size: 22px;
		border:0px !important;
    }

    .icjsi-visual {
        min-height:600px;
    }

	.icjsi-year {font-size: 65px;}
	.icjsi-title {font-size: 55px;}
	.icjsi-title-en {font-size:18px}
	.icjsi-date-place{font-size:21px;margin-top:15px}
	.icjsi-topic {font-size:28px}
	.icjsi-topic-en{font-size:16px;margin-top:15px}
	.icjsi-visual-right {flex-basis: 44%;}
	.icjsi-visual-inner {gap:0px}
	.icjsi-topic-en br {display:none}
	.icjsi-apply-btn {margin-top:15px}

	.px-lg-5 {padding-left:1.5rem !important;padding-right:1.5rem !important}
	.icjsi-footer-family img {height:50px}


    .icjsi-card-link {
        min-height: 250px;
        padding: 25px;
    }

    .icjsi-card-link strong {
        font-size: 25px;
    }

    .icjsi-card-desc {
        font-size: 14px;
    }

    .icjsi-footer-inner {
        gap: 54px;
    }

    .icjsi-footer-family {
        flex-basis: 540px;
    }

	.icjsi-logo-text {font-size:15px}
	.icjsi-logo-year {font-size:24px}

	.icjsi-sub-visual-inner {padding-top:65px}
	.icjsi-sub-visual h1 {font-size:40px}
	.icjsi-sub-topic {font-size:24px}
	.icjsi-sub-visual-inner {max-width:86%}
}

@media (max-width: 991.98px) {
    .icjsi-sub-page-outline {
        padding: 56px 0 72px;
    }

    .icjsi-logo {
        min-width: auto;
        gap:7px;
    }

    .icjsi-logo-year {
        font-size: 25px;
    }

    .icjsi-logo-text {
        padding-left: 0px;
        font-size: 14px;
    }

    .icjsi-visual {
        height: auto;
        min-height: 0;
    }

    .icjsi-visual-figure {
        top: 96px;
        right: 22px;
        width: clamp(150px, 30vw, 230px);
    }

    .icjsi-sub-visual {
        min-height: 620px;
        height: auto;
    }

    .icjsi-sub-visual-inner {
        display: block;
        padding-top: 130px;
        padding-bottom: 80px;
    }

    .icjsi-sub-kicker {
        font-size: 20px;
    }

    .icjsi-sub-visual h1 {
        font-size: 38px;
    }

    .icjsi-sub-date-place {
        margin-top: 10px;
        font-size: 21px;
    }

    .icjsi-sub-visual-topic {
        margin-top: 42px;
    }

    .icjsi-sub-topic {
        max-width: 760px;
        font-size: 24px;
    }

    .icjsi-visual-inner {
        display: block;
        min-height: 860px;
        padding-top: 150px;
        padding-bottom: 80px;
    }

    .icjsi-visual-left,
    .icjsi-visual-right {
        width: 100%;
        max-width: none;
        padding-bottom: 0;
    }

    .icjsi-visual-right {
        margin-top: 72px;
    }

    .icjsi-topic {
        max-width: 720px;
        font-size: 40px;
    }

    .icjsi-year {
        font-size: 82px;
    }

    .icjsi-title {
        font-size: 64px;
    }

    .icjsi-title-en {
        font-size: 28px;
    }

    .icjsi-date-place {
        font-size: 31px;
    }

    .icjsi-topic-en {
        font-size: 20px;
    }

    .icjsi-card-links {
        padding: 56px 0 68px;
    }

    .icjsi-card-links-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .icjsi-card-link {
        min-height: 300px;
    }

    .icjsi-footer {
        padding: 48px 0;
    }

    .icjsi-footer-inner {
        display: block;
    }

    .icjsi-footer-family {
        margin-top: 44px;
    }

	.icjsi-visual-bg {
		z-index: 0;
		opacity: 0;
		background-position: right bottom;
		background-size: cover;
		background-repeat: no-repeat;
		transform: scale(1.05);
		animation: icjsiVisualBgFade 1.35s ease .95s both;
	}

	.icjsi-sub-visual-bg {background-position: right 70%;}

}

@media (max-width: 575.98px) {
    .icjsi-sub-page-outline {
        width: calc(100% - 32px);
        padding: 40px 0 56px;
    }

    .icjsi-header .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .icjsi-navbar {
        min-height: 62px;
        padding: 0 14px;
        border-radius: 8px;
    }

    .icjsi-logo-year {
        font-size: 22px;
    }

    .icjsi-logo-text {
        font-size: 12px;
    }

    .icjsi-visual-inner {
        width: calc(100% - 60px);
        min-height: 600px;
        padding-top: 124px;
        padding-bottom: 60px;
    }

    .icjsi-sub-visual {
        min-height: 500px;
        height: auto;
    }

    .icjsi-sub-visual-inner {
        width: calc(100% - 32px);
        display: block;
        padding-top: 112px;
        padding-bottom: 20px;
    }

    .icjsi-sub-kicker {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .icjsi-sub-visual h1 {
        font-size: 28px;
    }

    .icjsi-sub-date-place {
        display: block;
        margin-top: 24px;
        font-size: 20px;
    }

    .icjsi-sub-date-place strong {display:block}
    .icjsi-sub-date-place em {
        display: inline-block;
        margin-right: 8px;
    }

    .icjsi-sub-visual-topic {
        margin-top: 34px;
    }

    .icjsi-sub-topic {
        font-size: 21px;
        line-height: 1.28;
    }

    .icjsi-title-en {
        margin-top: 15px;
        font-size: 18px;
    }

    .icjsi-date-place {
        display: block;
        margin-top: 15px;
        font-size: 21px;
    }

    .icjsi-date-place strong {display: block;}
    .icjsi-date-place em {
        display: inline-block;
        margin-right: 8px;
    }

    .icjsi-youtube-live {
        gap: 7px;
        margin-top: 14px;
        padding: 6px 10px 6px 6px;
        font-size: 17px;
		flex-direction: column;
		align-items: flex-start;
		line-height:1.5;
    }

    .icjsi-youtube-live img {

        height: 24px;
    }

    .icjsi-visual-right {
        margin-top: 54px;
    }

	  .icjsi-topic {
        font-size: 21px;
    }

    .icjsi-topic-en {
        margin-top: 15px;
        font-size: 17px;
    }

    .icjsi-apply-btn {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        margin-top: 34px;
        padding: 0 30px;
        font-size: 18px;
    }

    .icjsi-year {
        font-size: 45px;
    }

    .icjsi-title {
        font-size: 42px;
    }


	.icjsi-title-en br {display:none}

    .icjsi-card-links {
        padding: 40px 0 54px;
    }

    .icjsi-card-links-inner {
        grid-template-columns: 1fr;
        width: calc(100% - 32px);
    }

    .icjsi-card-link {
        min-height: 250px;
        padding: 30px;
        border-radius: 20px;
    }

    .icjsi-card-num {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .icjsi-card-link strong {
        font-size: 30px;
    }

    .icjsi-card-desc {
        margin-top: 42px;
        font-size: 15px;
    }

    .icjsi-footer {
        padding: 38px 0;
    }

    .icjsi-footer-inner {
        width: calc(100% - 32px);
    }

    .icjsi-footer h2 {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .icjsi-footer p {
        font-size: 15px;
    }

    .icjsi-footer-family {
        margin-top: 34px;
    }

    .icjsi-footer-family ul {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .icjsi-footer-family img {
        height:65px;
    }

    #gotop.gotop {
        right: 18px;
        bottom: 18px;
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    #gotop.gotop i {
        font-size: 22px;
    }

	.container-title {display:block;padding:80px 0 0 0;text-align:center;font-size:2rem}
}

@media (max-width: 420px) {
    .icjsi-visual-figure {
        top: 88px;
        right: 16px;
        width: 145px;
    }

    .icjsi-title {
        font-size: 38px;
    }

    .icjsi-topic {
        font-size: 21px;
    }
}

