/* ======= Main ======= */
/* common */
html { overflow: hidden; }

@keyframes panelFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.tab-lists { display: flex; }
.tab-panels .panel { display: block; animation: panelFadeIn cubic-bezier(0.46, 0.03, 0.52, 0.96) .65s forwards; }
.tab-panels .panel[hidden] { display: none; }

.section-main { position: relative; min-height: 100vh; }
.section-main.fp-auto-height { min-height: auto; }
.section-main .section-text { margin: auto; max-width: 1330px; width: 90%; }
.section-main .section-text .heading { margin-bottom: 40px; line-height: 1.35; font-size: 56px; font-weight: 700; }
.section-main .section-text .heading small { display: block; margin-bottom: 24px; line-height: 1.26; font-size: 24px; }
.section-main .section-text .text { margin: 0; font-size: 20px; }
.section-main [data-animate] { display: block; }

.section-main-hero { overflow: hidden; position: relative; height: 100vh; color: #fff; }
.section-main-hero .media-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-main-hero .media-wrap img,
.section-main-hero .media-wrap video { width: 100%; height: 100%; object-fit: cover; }
.section-main-hero .text-wrap { z-index: 2; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; }
.section-main-hero .text-wrap .heading { line-height: 1.5; font-size: 80px; color: inherit; font-weight: 700; }
.section-main-hero .text-wrap .eng { margin-top: 10px; font-size: 30px; }
.section-main-hero .text-wrap .eng .round { display: inline-block; vertical-align: text-bottom; margin-left: 8px; padding: 10px 16px 8px; line-height: 1; font-size: 20px; font-weight: 700; background: var(--clr-navy); border-radius: 50px; }
.section-main-hero .link-wrap { z-index: 2; position: absolute; bottom: 0; left: 0; display: flex; width: 100%; }
.section-main-hero .link-wrap li { flex: 1 1; border-top: 1px solid rgba(255, 255, 255, 0.2); border-right: 1px solid rgba(255, 255, 255, 0.2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.section-main-hero .link-wrap li:last-child { border-right: none; }
.section-main-hero .link-wrap .link { display: block; position: relative; padding: 40px 60px; font-size: 20px; font-weight: 600; color: inherit; transition: background ease .15s; }
.section-main-hero .link-wrap .link::after { content: ''; position: absolute; top: 0; bottom: 0; right: 54px; margin: auto; width: 24px; height: 24px; background: url('../images/external-link-light.svg') no-repeat center / auto 100%; }
.section-main-hero .link-wrap .link .icon { display: inline-block; vertical-align: middle; margin-right: 20px; width: 40px; height: 40px; background-repeat: no-repeat; background-size: auto 100%; background-position: center; }
.section-main-hero .link-wrap .link .icon-1 { background-image: url('../images/main/section-hero-icon-1.svg'); }
.section-main-hero .link-wrap .link .icon-2 { background-image: url('../images/main/section-hero-icon-2.svg'); }
.section-main-hero .link-wrap .link .icon-3 { background-image: url('../images/main/section-hero-icon-3.svg'); }
.section-main-hero .link-wrap .link .icon-4 { background-image: url('../images/main/section-hero-icon-4.svg'); }

.section-main-overview { display: flex; flex-direction: column; justify-content: space-between; padding: 150px 0 80px; color: #fff; background: url('../images/main/section-overview-background.jpg') no-repeat center / cover; }
.section-main-overview .link-wrap,
.section-main-overview .section-text { z-index: 2; position: relative; }
.section-main-overview .section-text .heading { color: inherit; }
.section-main-overview .link-wrap { overflow: hidden; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1330px; width: 90%; height: 324px; }
.section-main-overview .link-wrap li { position: relative; margin-top: auto; width: 31.6%; }
.section-main-overview .link-wrap li:nth-child(1) .link { background-image: url('../images/main/section-overview-link-background-1.png'); }
.section-main-overview .link-wrap li:nth-child(2) .link { background-image: url('../images/main/section-overview-link-background-2.png'); }
.section-main-overview .link-wrap li:nth-child(3) .link { background-image: url('../images/main/section-overview-link-background-3.png'); }
.section-main-overview .link-wrap .title { z-index: 2; position: relative; margin: 0; padding: 22px 24px; font-size: 24px; font-weight: 600; color: inherit; border-bottom: 1px solid #fff; cursor: pointer; transition: border ease .35s; pointer-events: none; }
.section-main-overview .link-wrap .title .icon { position: absolute; top: 0; right: 34px; bottom: 0; margin: auto; width: 40px; height: 40px; background: url('../images/external-link-light.svg') no-repeat center / auto 100%; opacity: 0; transition: all ease .55s; }
.section-main-overview .link-wrap .link { position: absolute; left: 0; bottom: -324px; padding: 60px 40px; width: 100%; height: 324px; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 60px 12px 60px 12px; transition: bottom cubic-bezier(0.22, 0.61, 0.36, 1) .55s; }

.section-main-overview .section-img-text { position:relative; margin: 0; margin-top: 20px; }
.section-main-overview .section-img-text .text { position:absolute; left: 50px; top: 10px; font-size: 14px; }

.section-main-issues { padding: 10% 0 0; color: #fff; background: url('../images/main/section-issues-background.jpg') no-repeat center / cover; }
.section-main-issues .section-text,
.section-main-issues .link-wrap { z-index: 2; position: relative; }
.section-main-issues .section-text .heading { color: inherit; }
.section-main-issues .link-wrap { display: flex; flex-direction: column; position: absolute; top: 80px; right: 0; width: 600px; height: calc(100% - 80px); }
.section-main-issues .link-wrap li { flex: 1 1 0; position: relative; border-left: 1px solid rgba(255, 255, 255, 0.3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.section-main-issues .link-wrap li:not(:last-child)::after { content: ''; z-index: 1; display: block; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.3); }
.section-main-issues .link-wrap li:nth-child(1) .link::before { background-image: url('../images/main/section-issues-background-1.jpg');}
.section-main-issues .link-wrap li:nth-child(2) .link::before { background-image: url('../images/main/section-issues-background-2.jpg');}
.section-main-issues .link-wrap li:nth-child(3) .link::before { background-image: url('../images/main/section-issues-background-3.jpg');}
.section-main-issues .link-wrap .link { display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; width: 100%; height: 100%; border-bottom-left-radius: 80px; transition: width cubic-bezier(0.22, 0.61, 0.36, 1) .35s; }
.section-main-issues .link-wrap .link::before { content: ''; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; opacity: 0; transition: all ease .35s; }
.section-main-issues .link-wrap .title { z-index: 2; position: relative; margin: 10px 0 0; line-height: 1; font-size: 24px; font-weight: 600; color: inherit; }
.section-main-issues .link-wrap .title .icon { display: block; margin: auto; width: 96px; height: 96px; background-repeat: no-repeat; background-position: center; }
.section-main-issues .link-wrap .title .icon-1 { background-image: url('../images/main/section-issues-icon-1.svg'); }
.section-main-issues .link-wrap .title .icon-2 { background-image: url('../images/main/section-issues-icon-2.svg'); }
.section-main-issues .link-wrap .title .icon-3 { background-image: url('../images/main/section-issues-icon-3.svg'); }

.section-main-issues .section-img-text { position:relative; margin: 0; margin-top: 20px; }
.section-main-issues .section-img-text .text { position:absolute; left: 50px; top: 285px; font-size: 14px; }

.section-main-achievements { padding: 150px 0 80px; }
.section-main-achievements .background { overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-origin: left bottom; }
.section-main-achievements .background span { display: block; width: 100%; height: 100%; background: url('../images/main/section-achievements-background.png') no-repeat center / cover; transform-origin: left bottom; }
.section-main-achievements .section-child:not(:last-child) { margin-bottom: 50px; }
.section-main-achievements .section-text-wrap { z-index: 2; position: relative; display: inline-block; }
.section-main-achievements .tab-container { margin-top: 85px; }
.section-main-achievements .tab-lists { display: flex; flex-direction: column; align-items: flex-end; margin-right: -10px; }
.section-main-achievements .tab-lists .button { margin-bottom: 12px; text-align: left; }
.section-main-achievements .tab-panels { position: absolute; top: 170px; right: 160px; margin: -20px; width: 790px; }
.section-main-achievements .icon-wrap { display: flex; flex-wrap: wrap; margin: -20px; }
.section-main-achievements .icon-wrap li { padding: 20px; width: 50%; }
.section-main-achievements .icon-wrap li:first-child { margin-top: 184px; }
.section-main-achievements .icon-wrap li:last-child { margin-top: -184px; margin-left: 50%; }
.section-main-achievements .icon-wrap .box { overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; position: relative; padding: 40px; min-height: 300px; border-radius: 12px; transition: all ease .35s; }
.section-main-achievements .icon-wrap .box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; background-image: none; background-repeat: no-repeat; background-size: cover; opacity: 0; transition: opacity ease .35s; }
.section-main-achievements .icon-wrap .box::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #ddd; border-radius: 12px; transition: border-radius ease .35s; pointer-events: none; }
.section-main-achievements .icon-wrap .box .title { z-index: 2; position: relative; margin-top: 0; line-height: 1.4; font-size: 24px; font-weight: 600; color: #111; transition: color ease .35s; }
.section-main-achievements .icon-wrap .box .title small { display: block; margin: 6px 0 20px; font-size: 15px; font-weight: 400; color: #787878; transition: color ease .35s; }
.section-main-achievements .icon-wrap .box .text { z-index: 2; position: relative; font-size: 15px; color: #333; transition: color ease .35s; }
.section-main-achievements .icon-wrap .box .icon { z-index: 2; position: relative; display: block; margin-top: 40px; width: 68px; height: 68px; background-repeat: no-repeat; background-position: center; background-size: 100% auto; transition: background-image ease .35s; }
.section-main-achievements .icon-wrap .li-1 .box .icon { background-image: url('../images/main/section-achievements-icon-1.svg'); }
.section-main-achievements .icon-wrap .li-2 .box .icon { background-image: url('../images/main/section-achievements-icon-2.svg'); }
.section-main-achievements .icon-wrap .li-3 .box .icon { background-image: url('../images/main/section-achievements-icon-3.svg'); }
.section-main-achievements .icon-wrap .li-4 .box .icon { background-image: url('../images/main/section-achievements-icon-4.svg'); }
.section-main-achievements .icon-wrap .li-5 .box .icon { background-image: url('../images/main/section-achievements-icon-5.svg'); }
.section-main-achievements .icon-wrap .li-6 .box .icon { background-image: url('../images/main/section-achievements-icon-6.svg'); }
.section-main-achievements .icon-wrap .li-7 .box .icon { background-image: url('../images/main/section-achievements-icon-7.svg'); }
.section-main-achievements .icon-wrap .li-8 .box .icon { background-image: url('../images/main/section-achievements-icon-8.svg'); }
.section-main-achievements .icon-wrap .li-9 .box .icon { background-image: url('../images/main/section-achievements-icon-9.svg'); }
.section-main-achievements .icon-wrap .li-10 .box .icon { background-image: url('../images/main/section-achievements-icon-10.svg'); }
.section-main-achievements .icon-wrap .li-11 .box .icon { background-image: url('../images/main/section-achievements-icon-11.svg'); }
.section-main-achievements .icon-wrap .li-12 .box .icon { background-image: url('../images/main/section-achievements-icon-12.svg'); }
.section-main-achievements .icon-wrap .li-13 .box .icon { background-image: url('../images/main/section-achievements-icon-13.svg'); }
.section-main-achievements .icon-wrap .li-1 .box::before { background-image: url('../images/main/section-achievements-background-1.jpg'); }
.section-main-achievements .icon-wrap .li-2 .box::before { background-image: url('../images/main/section-achievements-background-2.jpg'); }
.section-main-achievements .icon-wrap .li-3 .box::before { background-image: url('../images/main/section-achievements-background-3.jpg'); }
.section-main-achievements .icon-wrap .li-4 .box::before { background-image: url('../images/main/section-achievements-background-4.jpg'); }
.section-main-achievements .icon-wrap .li-5 .box::before { background-image: url('../images/main/section-achievements-background-5.jpg'); }
.section-main-achievements .icon-wrap .li-6 .box::before { background-image: url('../images/main/section-achievements-background-6.jpg'); }
.section-main-achievements .icon-wrap .li-7 .box::before { background-image: url('../images/main/section-achievements-background-7.jpg'); }
.section-main-achievements .icon-wrap .li-8 .box::before { background-image: url('../images/main/section-achievements-background-8.jpg'); }
.section-main-achievements .icon-wrap .li-9 .box::before { background-image: url('../images/main/section-achievements-background-9.jpg'); }
.section-main-achievements .icon-wrap .li-10 .box::before { background-image: url('../images/main/section-achievements-background-10-n.jpg'); }
.section-main-achievements .icon-wrap .li-11 .box::before { background-image: url('../images/main/section-achievements-background-11.jpg'); }
.section-main-achievements .icon-wrap .li-12 .box::before { background-image: url('../images/main/section-achievements-background-12.jpg'); }
.section-main-achievements .icon-wrap .li-13 .box::before { background-image: url('../images/main/section-achievements-background-13.jpg'); }
.section-main-achievements .table { line-height: 1.5; text-align: center; border-top: 1px solid #000; }
.section-main-achievements .table caption { position: static; margin-bottom: 15px; width: auto; height: auto; line-height: 1.4; text-indent: 0; text-align: left; font-size: 22px; font-weight: 600; color: #111; }
.section-main-achievements .table tr { border-bottom: 1px solid #ddd; }
.section-main-achievements .table th { padding: 10px; font-size: 18px; font-weight: 700; color: #000; background: #F7F7F7; border-left: 1px solid #ddd; }
.section-main-achievements .table td { padding: 8px 10px; font-size: 16px; border-left: 1px solid #ddd; }
.section-main-achievements .table th:first-child,
.section-main-achievements .table td:first-child { border-left: none; }
.section-main-achievements .table + .footnote { margin-top: 10px; margin-bottom: 0; font-size: 14px; }

.section-main-appendix { padding: 10% 0 0; color: #fff; background: url('../images/main/section-appendix-background.jpg') no-repeat center / cover; }
.section-main-appendix .section-text { z-index: 2; position: relative; }
.section-main-appendix .section-text .heading { color: inherit; }
.section-main-appendix .link-wrap { z-index: 2; position: absolute; top: 50%; right: 160px; width: 384px; transform: translateY(-50%); }
.section-main-appendix .link-wrap .link { display: block; margin: 12px; padding: 24px; font-size: 20px; font-weight: 600; background: rgba(0, 25, 42, 0.7); border-radius: 12px; transition: all ease .35s; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.section-main-appendix .link-wrap .link em { display: block; margin-bottom: 4px; font-size: 15px; opacity: 0.5; }
.section-main-appendix .marquee-container { overflow: hidden; position: absolute; bottom: 0; left: 0; width: 100%; height: 320px; pointer-events: none; user-select: none; }
.section-main-appendix .marquee { position: relative; height: 120px; white-space: nowrap; }
.section-main-appendix .marquee .item { position: absolute; top: 0; transform-origin: left; transform: translateY(100%); will-change: transform; }
.section-main-appendix .marquee .item:first-child { transform: none; }
.section-main-appendix .marquee p { position: relative; margin: 0; padding-right: 24px; line-height: 1; font-size: 320px; color: rgba(255, 255, 255, 0.05); font-weight: 500; }
.section-main-appendix .marquee p:nth-of-type(2) { position: absolute; left: 100%; top: 0; }
.section-main-appendix .section-img-text { position:relative; margin: 0; margin-top: 20px; }
.section-main-appendix .section-img-text .text { position:absolute; left: 50px; top: 285px; font-size: 14px; }


/*********************** 2025.04.21 수정내역 */
.section-main-achievements .icon-wrap li.li-7 { margin-top: 0; }
.section-main-achievements .icon-wrap li.li-10 { margin-top: -340px; }



@media (hover: hover) and (pointer: fine) {
    .section-main-hero .link-wrap .link:hover { background: var(--clr-navy); }

    .section-main-overview .link-wrap li:hover .title { border-bottom-color: transparent; }
    .section-main-overview .link-wrap li:hover .link { bottom: 0; }
    .section-main-overview .link-wrap li:hover .icon { transform: none; opacity: 1; }

    .section-main-issues .link-wrap .link:hover { width: 113.2%; }
    .section-main-issues .link-wrap .link:hover::before { border-bottom-left-radius: 80px; opacity: 1; }

    .section-main-achievements .icon-wrap .box:hover,
    .section-main-achievements .icon-wrap .box:hover::after { border-radius: 60px 12px 60px 12px; }
    .section-main-achievements .icon-wrap .box:hover::before { opacity: 1; }
    .section-main-achievements .icon-wrap .box:hover .title,
    .section-main-achievements .icon-wrap .box:hover .title small,
    .section-main-achievements .icon-wrap .box:hover .text { color: #fff; }
    
    .section-main-achievements .icon-wrap .li-1 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-1-on.svg'); }
    .section-main-achievements .icon-wrap .li-2 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-2-on.svg'); }
    .section-main-achievements .icon-wrap .li-3 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-3-on.svg'); }
    .section-main-achievements .icon-wrap .li-4 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-4-on.svg'); }
    .section-main-achievements .icon-wrap .li-5 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-5-on.svg'); }
    .section-main-achievements .icon-wrap .li-6 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-6-on.svg'); }
    .section-main-achievements .icon-wrap .li-7 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-7-on.svg'); }
    .section-main-achievements .icon-wrap .li-8 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-8-on.svg'); }
    .section-main-achievements .icon-wrap .li-9 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-9-on.svg'); }
    .section-main-achievements .icon-wrap .li-10 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-10-on.svg'); }
    .section-main-achievements .icon-wrap .li-11 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-11-on.svg'); }
    .section-main-achievements .icon-wrap .li-12 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-12-on.svg'); }
    .section-main-achievements .icon-wrap .li-13 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-13-on.svg'); }
    
    .section-main-appendix .link-wrap .link:hover { color: #000; background: #fff; }
    .section-main-appendix .link-wrap .link:hover em { color: var(--clr-navy); opacity: 1; }
}

@media screen and (max-width: 1024px) {
    .section-main { height: auto !important; }
    .section-main .section-text .heading { font-size: 36px; margin-bottom: 30px; }
    .section-main .section-text .heading small { font-size: 20px; margin-bottom: 14px; }
    .section-main .section-text .text { font-size: 18px; }

    .section-main-overview { justify-content: flex-start; }
    .section-main-overview::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%); pointer-events: none; }
    .section-main-overview .section-text { margin-top: 0; }
    .section-main-overview .link-wrap { height: auto; }
    .section-main-overview .link-wrap .title { font-size: 22px; padding: 14px 16px; }
    .section-main-overview .link-wrap .title .icon { right: 4px; height: 26px; opacity: 1; }
    .section-main-overview .link-wrap .link { bottom: 0; padding: 0; height: 100%; background: none !important; }
    .section-main-overview .link-wrap .link .text { display: none; }

    .section-main-achievements { padding: 80px 0; }
    .section-main-achievements .background { display: none; }
    .section-main-achievements .section-text-wrap { display: block; }
    .section-main-achievements .tab-container { overflow-y: hidden; overflow-x: auto; margin-top: 50px; margin-bottom: 30px; margin-left: -5.5%; margin-right: -5.5%; padding-bottom: 15px; }
    .section-main-achievements .tab-lists { display: block; white-space: nowrap; font-size: 0; }
    .section-main-achievements .tab-lists > li { display: inline-block; }
    .section-main-achievements .tab-lists > li:first-child { margin-left: 5%; }
    .section-main-achievements .tab-lists > li:last-child { margin-right: 5%; }
    .section-main-achievements .tab-lists .button { margin-bottom: 0; margin-right: 5px; min-width: auto; height: 45px; }
    .section-main-achievements .tab-panels { position: static; }
    .section-main-achievements .tab-panels { margin: auto; max-width: 1330px; width: 90%; }
    .section-main-achievements .table caption { font-size: 20px; }
    .section-main-achievements .table th { font-size: 16px; }
    .section-main-achievements .table td { font-size: 15px; }
    .section-main-achievements .table + .footnote { font-size: 13px; }
    .section-main-achievements .icon-wrap { flex-direction: column; margin: -10px; }
    .section-main-achievements .icon-wrap li { padding: 10px; width: 100%; }
    .section-main-achievements .icon-wrap li:first-child { margin-top: 0; }
    .section-main-achievements .icon-wrap li:last-child { margin-top: 0; margin-left: 0; }
    .section-main-achievements .icon-wrap .box { padding: 24px; min-height: auto; }
    .section-main-achievements .icon-wrap .box .title { font-size: 22px; }
    .section-main-achievements .icon-wrap .box .title small { font-size: 14px; }
    .section-main-achievements .icon-wrap .box .text { font-size: 14px; }
    .section-main-achievements .icon-wrap .box .icon { width: 55px; height: 55px; }

    .section-main-issues { display: flex; flex-direction: column; justify-content: space-between; padding: 80px 0; }
    .section-main-issues .section-text { margin-top: 0; }
    .section-main-issues .link-wrap { flex-direction: row; position: static; width: 100%; height: auto; }
    .section-main-issues .link-wrap li { height: auto; -webkit-backdrop-filter: none; backdrop-filter: none; }
    .section-main-issues .link-wrap li:not(:last-child)::after { content: none; }
    .section-main-issues .link-wrap .link { position: relative; height: auto; }
    .section-main-issues .link-wrap .link::before { content: none; }
    .section-main-issues .link-wrap .title { font-size: 22px; margin-top: 0; }
    .section-main-issues .link-wrap .title .icon { background-size: auto 80%; }

    .section-main-appendix { display: flex; flex-direction: column; justify-content: space-between; padding: 80px 0; }
    .section-main-appendix .section-text { margin-top: 0; }
    .section-main-appendix .link-wrap { display: flex; flex-wrap: wrap; position: static; margin: 50px auto 0; max-width: 1330px; width: calc(90% + 10px); transform: none; }
    .section-main-appendix .link-wrap li { padding: 5px; width: 50%; }
    .section-main-appendix .link-wrap .link { font-size: 18px; margin: 0; padding: 20px; }
    .section-main-appendix .link-wrap .link em { font-size: 14px; }
    .section-main-appendix .marquee-container { display: none; }
}

@media screen and (max-width: 768px) {
    .section-main .section-text .heading { font-size: 30px; }
    .section-main .section-text .heading small { font-size: 18px; margin-bottom: 10px; }
    .section-main .section-text .text { font-size: 16px; }

    .section-main-overview .link-wrap { flex-direction: column; }
    .section-main-overview .link-wrap li { margin-top: 10px; width: 100%; }
    .section-main-overview .link-wrap .title { font-size: 18px; }
    .section-main-overview .link-wrap .title .icon { height: 20px; }

    .section-main-achievements .table caption { font-size: 18px; }
    .section-main-achievements .table th { font-size: 15px; }
    .section-main-achievements .table td { font-size: 14px; }
    .section-main-achievements .table + .footnote { font-size: 12px; }
    .section-main-achievements .icon-wrap .box .title { font-size: 18px; }
    .section-main-achievements .icon-wrap .box .title small { font-size: 13px; }
    .section-main-achievements .icon-wrap .box .text { font-size: 13px; }
    .section-main-achievements .icon-wrap .box .icon { margin-top: 30px; }
    
    .section-main-issues::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%); pointer-events: none; }
    .section-main-issues .link-wrap { flex-direction: column; margin: 0 auto; max-width: 1330px; width: 90%; }
    .section-main-issues .link-wrap li { border-left: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .section-main-issues .link-wrap .link { align-items: flex-start; padding: 5px 0; }
    .section-main-issues .link-wrap .link::after { content: ''; position: absolute; top: 0; right: 14px; bottom: 0; margin: auto; width: 20px; height: 20px; background: url('../images/external-link-light.svg') no-repeat center / auto 100%; transition: all ease .55s; }
    .section-main-issues .link-wrap .title { font-size: 18px; display: flex; align-items: center; }
    .section-main-issues .link-wrap .title .icon { margin-right: 10px; width: 48px; height: 48px; background-size: auto 120%; }

    .section-main-appendix .link-wrap .link { font-size: 16px; }
    .section-main-appendix .link-wrap .link em { font-size: 13px; }
}

@media screen and (max-width: 425px) {
	.section-main-overview .section-img-text .text { left: 20px; top: 0; width: 80%; }
	.section-main-issues .section-img-text .text { left: 20px; top: 0; width: 80%; }
}
@media print {
    * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    html,
    body { margin: 0 !important; padding: 0 !important; height: auto; }
    html { overflow: hidden !important; height: auto !important; }
    
    .footer,
    .scroll-top a { display: none; }

    .header { position: absolute; }
    .header-logo { width: 137px; height: 30px; }
    .header-nav .lists > li { margin-left: -10px; margin-right: -10px; }
    .header-nav .lists .link { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; font-size: 10pt; }
    .header-search form { width: 200px; }
    
    .button { font-size: 13.5pt; }

    #fullpage { height: auto !important; transform: none !important; }

    .section-main { min-height: auto !important; height: 26cm !important; }
    /* .section-main:not(:first-child) { break-before: page; } */
    .section-main [data-animate] { opacity: 1 !important; transform: none !important; }
    .section-main .section-text .heading { font-size: 36pt; }
    .section-main .section-text .heading small { font-size: 15pt; }
    .section-main .section-text .text { font-size: 13.5pt; }

    .section-main-overview .link-wrap .title { font-size: 16.5pt; }

    .section-main-achievements .tab-container { margin-top: 40px; }
    .section-main-achievements .section-child:not(:last-child) { margin-bottom: 25px; }
    .section-main-achievements .table caption { font-size: 15pt; }
    .section-main-achievements .table th { padding: 5px; font-size: 11pt; }
    .section-main-achievements .table td { padding: 4px 5px; font-size: 9pt; }
    .section-main-achievements .table + .footnote { font-size: 7.5pt; }

    .section-main-issues .link-wrap { top: 0; width: 450px; height: 100%; }
    .section-main-issues .link-wrap .title { font-size: 16.5pt; }
    
    .section-main-appendix .link-wrap { top: 10%; transform: none; }
    .section-main-appendix .marquee-container { visibility: hidden; }
}
@page { size: landscape; margin-right: 1cm; margin-left: 1cm; margin-top: 1.5cm; margin-bottom: 1.5cm; }
