.voice-hero,
.main-visual,
.main-highlight,
.content-section {
    width: min(100% - 48px, var(--site-max-width));
    margin: 0 auto;
}

.main-visual {
    position: relative;
    height: 420px;
    margin-top: 30px;
    width: min(100% - 48px, 1280px);
}

.main-visual__frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    background: #51615b;
}

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

.main-visual__frame::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 68%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.22));
    pointer-events: none;
}

.main-visual__slide {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("/assets/yu_han/img/main-bg01.jpg");
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 500ms ease;
}

.main-visual__slide.active {
    opacity: 1;
}

.main-visual__summary {
    position: absolute;
    left: 42px;
    right: 310px;
    bottom: 36px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    color: #ffffff;
}

.main-visual__cutout {
    --cutout-radius: 18px;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 1;
    padding: 15px 0 0 16px;
    border-radius: 38px 0 0 0;
    background: #ffffff;
}

.main-visual__cutout::before,
.main-visual__cutout::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: -1;
}

.main-visual__cutout::before {
    right: 100%;
    border-radius: 0 100% 0 0;
    box-shadow: var(--cutout-radius) calc(var(--cutout-radius) * -1) 0 var(--cutout-radius) #ffffff;
    transform: rotate(90deg);
    bottom: 0;
}

.main-visual__cutout::after {
    right: 0;
    border-radius: 100% 0 0 0;
    box-shadow: calc(var(--cutout-radius) * -1) calc(var(--cutout-radius) * -1) 0 var(--cutout-radius) #ffffff;
    bottom: 100%;
    transform: rotate(180deg);
}

.main-visual__pager {
    position: relative;
    z-index: 2;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    border-radius: 999px;
    background: #12b886;
    color: #ffffff;
}

.main-visual__pager button {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}

.main-visual__pager button:hover,
.main-visual__pager button:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    outline: none;
}

.main-visual__pager button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.64);
    outline-offset: 2px;
}

.main-visual__pager svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.main-visual__pager span {
    min-width: 46px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.voice-hero {
    min-height: 230px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    align-items: center;
    gap: 44px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e8eb;
}

.eyebrow {
    margin: 0 0 10px;
    color: #008944;
    font-size: 13px;
    font-weight: 700;
}

h1,
h2,
h3,
p {
    word-break: keep-all;
}

h1 {
    max-width: 720px;
    margin: 0;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0;
}

.voice-hero__notice {
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.voice-hero__notice h1 {
    font-size: 36px;
    margin-top:8px;
}

.section-heading p,
.page-title p {
    max-width: 720px;
    margin: 14px 0 0;
    color: #5f6b7a;
    font-size: 15px;
}

.section-heading .eyebrow {
    margin: 0;
    color: #008944;
    font-size: 20px;
    font-weight: 400;
}

.voice-hero__notice p {
    color: #12b886;
    font-size: 50px;
    line-height: 1.25;
    font-weight: 700;
}

.voice-stat {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid #d9e5df;
    border-radius: 8px;
    background: #ffffff;
}

.voice-stat span {
    color: #536171;
    font-size: 14px;
    font-weight: 600;
}

.voice-stat strong {
    color: #008944;
    font-size: 22px;
    font-weight: 700;
}

.main-visual__summary .voice-stat {
    min-height: 0;
    display: block;
    padding: 0 24px 0 0;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 0;
    background: transparent;
}

.main-visual__summary .voice-stat:last-child {
    border-right: 0;
}

.main-visual__summary .voice-stat span,
.main-visual__summary .voice-stat strong {
    display: block;
    color: #ffffff;
}

.main-visual__summary .voice-stat span {
    font-size: 15px;
    font-weight: 600;
}

.main-visual__summary .voice-stat strong {
    margin-top: 8px;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
}

.content-section {
    padding-top: 36px;
    padding-bottom: 36px;
}

.section-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 18px;
}

.section-heading--row > p {
    margin-top: 0;
    text-align: right;
}

.section-heading h2,
.page-title h1 {
    margin: 0;
    font-size: 26px;
    line-height: 1.32;
}

.voice-quick-menu {
    display: grid;
    gap: 12px;
}

.voice-quick-menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.main-shortcut {
    min-height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 20px 12px 18px;
    border: 0;
    border-radius: 14px;
    background: #fafafa;
    text-align: center;
}

.main-shortcut:hover,
.main-shortcut:focus-visible {
    background: #f7fffb;
    outline: none;
}

.main-shortcut:focus-visible {
    outline: 2px solid rgba(0, 137, 68, 0.28);
    outline-offset: 2px;
}

.main-shortcut strong {
    color: #172033;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.main-shortcut:hover strong,
.main-shortcut:focus-visible strong {
    color: var(--yh-green);
}

.main-shortcut img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    object-fit: contain;
}

.main-highlight {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    padding: 46px 0 30px;
}

.main-highlight__quick {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.main-highlight__shortcut {
    appearance: none;
    width: 100%;
    min-height: 138px;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.main-banner-slider {
    position: relative;
    min-width: 0;
    min-height: 294px;
    overflow: hidden;
    border-radius: 10px;
    background: #f7f9f8;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.main-banner-slider.is-dragging {
    cursor: grabbing;
}

.main-banner-slider__viewport {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: inherit;
}

.main-banner-slide {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: grid;
    align-content: end;
    gap: 0;
    padding: 34px 34px 50px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease;
    -webkit-user-drag: none;
}

.main-banner-slide.active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

.main-banner-slide strong,
.main-banner-slide em {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.main-banner-slide strong {
    max-width: 420px;
    color: #172033;
    font-size: 30px;
    line-height: 1.34;
    font-weight: 700;
    word-break: keep-all;
}

.main-banner-slide em {
    margin: 10px 0;
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.main-banner-slide__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.main-banner-slide--custom-image {
    overflow: hidden;
    background: #172033;
}

.main-banner-slide--custom-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(0deg, rgba(0, 43, 24, 0.28) 0%, rgba(0, 43, 24, 0.12) 42%, rgba(0, 43, 24, 0) 76%),
        linear-gradient(90deg, rgba(0, 80, 44, 0.76) 0%, rgba(0, 80, 44, 0.48) 48%, rgba(0, 80, 44, 0.14) 100%);
    pointer-events: none;
}

.main-banner-slide--image {
    background:
        linear-gradient(0deg, rgba(0, 43, 24, 0.28) 0%, rgba(0, 43, 24, 0.12) 42%, rgba(0, 43, 24, 0) 76%),
        linear-gradient(90deg, rgba(0, 80, 44, 0.78) 0%, rgba(0, 80, 44, 0.58) 46%, rgba(0, 80, 44, 0.16) 100%),
        url("/assets/yu_han/img/banner1.png") center / cover no-repeat;
    color: #ffffff;
}

.main-banner-slide--photo strong,
.main-banner-slide--photo em {
    color: #ffffff;
}

.main-banner-slide--photo em {
    opacity: 0.82;
}

.main-banner-slide--notice {
    background:
        linear-gradient(0deg, rgba(23, 32, 51, 0.26) 0%, rgba(23, 32, 51, 0.1) 42%, rgba(23, 32, 51, 0) 76%),
        linear-gradient(90deg, rgba(23, 32, 51, 0.72) 0%, rgba(23, 32, 51, 0.48) 46%, rgba(23, 32, 51, 0.12) 100%),
        url("/assets/yu_han/img/banner2.png") center / cover no-repeat;
}

.main-banner-slide--content {
    overflow: hidden;
    background: #25b47b;
    color: #ffffff;
}

.main-banner-slide--content::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 270px;
    aspect-ratio: 1;
    background: url("/assets/yu_han/img/symbol.svg") center / contain no-repeat;
    opacity: 0.18;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.main-banner-slide--content strong,
.main-banner-slide--content em {
    color: #ffffff;
}

.main-banner-slide--content em {
    opacity: 0.82;
}

.main-banner-slider__controls {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 24px;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    pointer-events: none;
}

.main-banner-slider__progress {
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(23, 32, 51, 0.18);
}

.main-banner-slider__arrows {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    pointer-events: auto;
}

.main-banner-slider__arrow {
    z-index: 5;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #172033;
    font-size: 22px;
    cursor: pointer;
}

.main-banner-slider__arrow:hover,
.main-banner-slider__arrow:focus-visible {
    background: rgba(0, 137, 68, 0.08);
    color: #008944;
    outline: none;
}

.main-banner-slider__arrow:focus-visible {
    outline: 2px solid rgba(0, 137, 68, 0.28);
    outline-offset: 2px;
}

.main-banner-slider__progress span {
    width: 100%;
    height: 100%;
    display: block;
    background: #008944;
    transform: scaleX(0);
    transform-origin: left center;
}

.main-banner-slider__progress span.active {
    animation: mainBannerProgress 4500ms linear forwards;
}

.main-banner-slider.is-paused .main-banner-slider__progress span.active {
    animation-play-state: paused;
}

.main-banner-slider.is-image .main-banner-slider__progress {
    background: rgba(255, 255, 255, 0.48);
}

.main-banner-slider.is-image .main-banner-slider__progress span {
    background: #ffffff;
}

.main-banner-slider.is-image .main-banner-slider__arrow {
    color: #ffffff;
}

.main-banner-slider.is-image .main-banner-slider__arrow:hover,
.main-banner-slider.is-image .main-banner-slider__arrow:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

@keyframes mainBannerProgress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.main-highlight__side {
    display: grid;
    gap: 18px;
}

.main-highlight__score {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 28px;
    border-radius: 10px;
    background: #008944;
    color: #ffffff;
}

.main-highlight__score strong {
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.main-highlight__score dl {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
}

.main-highlight__score dl div {
    position: relative;
    display: grid;
    gap: 5px;
    justify-items: center;
    text-align: center;
}

.main-highlight__score dl div + div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-50%);
}

.main-highlight__score dt {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 600;
}

.main-highlight__score dd {
    margin: 0;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}

.main-highlight__rank {
    min-height: 266px;
    padding: 22px;
    border: 2px solid #12b886;
    border-radius: 10px;
    background: #ffffff;
}

.main-highlight__rank > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.main-highlight__rank h3 {
    margin: 0;
    color: #172033;
    font-size: 20px;
    font-weight: 700;
}

.main-highlight__rank > div a {
    color: #172033;
    font-size: 14px;
    font-weight: 700;
}

.main-highlight__rank > div a:hover,
.main-highlight__rank > div a:focus-visible {
    color: var(--yh-green);
    outline: none;
}

.main-highlight__rank ol {
    display: grid;
    min-height: 162px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-highlight__rank li {
    min-width: 0;
    border-bottom: 1px solid #e7ecef;
}

.main-highlight__rank li:last-child {
    border-bottom: 0;
}

.main-highlight__empty {
    min-height: 54px;
    display: flex;
    align-items: center;
    color: #667085;
    font-size: 15px;
    font-weight: 500;
}

.main-highlight__rank li a {
    min-height: 54px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 14px;
    padding: 9px 2px;
}

.main-highlight__rank li a:hover,
.main-highlight__rank li a:focus-visible {
    background: transparent;
    outline: none;
}

.main-highlight__rank li em {
    color: #008944;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.main-highlight__rank li span {
    overflow: hidden;
}

.main-highlight__rank li b {
    display: block;
    margin-bottom: 2px;
    color: #6f7b87;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.main-highlight__rank li strong {
    display: block;
    overflow: hidden;
    color: #172033;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-highlight__rank li > a > i {
    color: #98a2ad;
    font-size: 16px;
    line-height: 1;
    text-align: right;
    transition: padding-left 0.2s ease;
}

.main-highlight__rank li a:hover em,
.main-highlight__rank li a:focus-visible em,
.main-highlight__rank li a:hover b,
.main-highlight__rank li a:focus-visible b,
.main-highlight__rank li a:hover strong,
.main-highlight__rank li a:focus-visible strong {
    color: var(--yh-green);
}

.main-highlight__rank li a:hover > i,
.main-highlight__rank li a:focus-visible > i {
    padding-left: 5px;
    transition: padding-left 0.2s ease;
}

.main-board {
    padding-top: 50px;
}

.main-board .section-heading h2 {
    font-size: 40px;
}

.board-filter {
    display: flex;
    align-items: center;
    gap: 0;
}

.board-filter span,
.board-filter button {
    position: relative;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 0;
    background: transparent;
    color: #667085;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.board-filter span:first-child,
.board-filter button:first-child {
    padding-left: 0;
}

.board-filter span + span::before,
.board-filter button + button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 13px;
    background: #d8dee4;
    transform: translateY(-50%);
}

.board-filter span.active,
.board-filter button.active {
    color: #008944;
    font-weight: 700;
}

.board-filter button:hover,
.board-filter button:focus-visible {
    color: #008944;
    outline: none;
}

.notice-list {
    border-top: 2px solid #172033;
}

.notice-list__item {
    min-height: 78px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 112px 24px;
    align-items: center;
    gap: 18px;
    padding: 0 15px;
    border-bottom: 1px solid #e1e7ed;
    background: #ffffff;
}

.notice-list__item::after {
    content: "";
    width: 18px;
    height: 18px;
    justify-self: end;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23008944' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.notice-list__item:hover,
.notice-list__item:focus-visible {
    background: #f7fffb;
    outline: none;
}

.notice-list__item:focus-visible {
    outline: 2px solid rgba(0, 137, 68, 0.28);
    outline-offset: 2px;
}

.notice-list__item .badge {
    justify-self: start;
}

.notice-list__item strong {
    min-width: 0;
    color: #172033;
    font-size: 18px;
    line-height: 1.42;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list__item time {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
}

.notice-list .empty-state {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #667085;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.notice-list .empty-state[hidden],
.notice-list__item[hidden] {
    display: none;
}

.main-board__more {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main-board__more a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid #008944;
    border-radius: 999px;
    color: #008944;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.main-board__more a:hover,
.main-board__more a:focus-visible {
    background: #008944;
    color: #ffffff;
    outline: none;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(0, 137, 68, 0.45);
    border-radius: 2px;
    background: #ffffff;
    color: #008944;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.empty-state {
    padding: 18px;
    border-radius: 8px;
    color: #667085;
    font-size: 15px;
    text-align: center;
}

@media (max-width: 1280px) {
    .voice-hero,
    .main-visual,
    .main-highlight,
    .content-section {
        width: min(100% - 40px, var(--site-max-width));
    }

    .main-visual {
        height: 390px;
        margin-top: 24px;
    }

    .main-visual__summary {
        left: 34px;
        right: 280px;
        bottom: 32px;
        gap: 22px;
    }

    .main-highlight {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .main-highlight__score {
        padding: 0 22px;
    }

    .main-highlight__score dl {
        gap: 24px;
    }
}

@media (max-width: 1024px) {
    .main-visual {
        height: 350px;
    }

    .main-visual__frame {
        border-radius: 22px;
    }

    .main-visual__summary {
        left: 28px;
        right: 236px;
        bottom: 28px;
        gap: 16px;
    }

    .main-visual__summary .voice-stat {
        padding-right: 14px;
    }

    .main-visual__summary .voice-stat strong {
        font-size: 26px;
    }

    .main-visual__slide {
        background-position:40%;
    }

    .voice-hero {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .voice-hero__notice {
        min-height: 0;
    }

    .voice-hero__notice p {
        font-size: 42px;
    }

    .voice-hero__notice h1 {
        font-size: 32px;
    }

    .main-shortcut {
        min-height: 112px;
    }

    .main-highlight {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 16px;
        padding-top: 40px;
    }

    .main-highlight__quick,
    .main-highlight__side {
        gap: 16px;
    }

    .main-highlight__shortcut {
        min-height: 126px;
    }

    .notice-list__item {
        grid-template-columns: 68px minmax(0, 1fr) 104px 18px;
        gap: 12px;
        padding: 0 12px;
    }
}

@media (max-width: 768px) {
    .voice-hero,
    .main-visual,
    .main-highlight,
    .content-section {
        width: min(100% - 32px, var(--site-max-width));
    }

    .main-visual {
        height: 270px;
        margin-top: 18px;
    }

    .main-visual__summary {
        left: 24px;
        right: 24px;
        bottom: 24px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .main-visual__summary .voice-stat {
        padding-right: 10px;
    }

    .main-visual__summary .voice-stat span {
        font-size: 14px;
    }

    .main-visual__summary .voice-stat strong {
        margin-top: 6px;
        font-size: 23px;
    }

    .main-visual__cutout {
        display: none;
    }

    .voice-hero {
        gap: 22px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .voice-hero__notice p {
        font-size: 38px;
    }

    .voice-hero__notice h1 {
        font-size: 30px;
        margin-top:5px;
    }

    .voice-quick-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-shortcut {
        min-height: 104px;
        gap: 10px;
        padding: 18px 10px 16px;
    }

    .main-shortcut img {
        width: 40px;
        height: 40px;
    }

    .main-shortcut strong {
        font-size: 15px;
    }

    .main-highlight {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-top: 34px;
        padding-bottom: 24px;
    }

    .main-highlight__quick,
    .main-highlight__side {
        gap: 14px;
    }

    .main-highlight__shortcut {
        min-height: 104px;
    }

    .main-banner-slider {
        min-height: 260px;
    }

    .main-banner-slide {
        padding: 28px 28px 76px;
    }

    .main-banner-slide strong {
        font-size: 26px;
        max-width: 100%;
    }

    .main-banner-slide em {
        max-width: 100%;
        line-height: 1.5;
    }

    .main-banner-slider__controls {
        left: 28px;
        right: 28px;
        bottom: 22px;
    }

    .main-highlight__score {
        min-height: 92px;
    }

    .section-heading--row {
        align-items: flex-start;
        flex-direction: column;
    }

    .section-heading--row > p {
        text-align: left;
    }

    .main-board {
        padding-top: 38px;
    }

    .main-board .section-heading h2 {
        font-size: 32px;
    }

    .board-filter {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .board-filter span,
    .board-filter button {
        font-size: 14px;
        padding: 0 14px;
    }

    .board-filter span:first-child,
    .board-filter button:first-child {
        padding-left: 0;
    }

    .notice-list__item {
        min-height: 104px;
        grid-template-columns: 66px minmax(0, 1fr);
        align-items: start;
        gap: 8px 12px;
        padding: 18px 0;
    }

    .notice-list__item::after {
        display: none;
    }

    .notice-list__item strong {
        grid-column: 1 / -1;
        font-size: 16px;
        white-space: normal;
    }

    .notice-list__item time {
        grid-column: 1 / -1;
        font-size: 14px;
        text-align: left;
    }

    .badge {
        min-height: 32px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .voice-hero,
    .main-visual,
    .main-highlight,
    .content-section {
        width: min(100% - 28px, var(--site-max-width));
    }

    .main-visual {
        height: 200px;
        margin-top: 14px;
    }

    .main-visual__frame {
        border-radius: 18px;
    }

    .main-visual__summary {
        left: 18px;
        right: 18px;
        bottom: 22px;
        gap: 8px;
    }

    .main-visual__summary .voice-stat {
        padding-right: 8px;
    }

    .main-visual__summary .voice-stat span {
        font-size: 13px;
    }

    .main-visual__summary .voice-stat strong {
        font-size: 20px;
    }

    .voice-hero {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .voice-hero__notice p {
        font-size: 32px;
    }

    .voice-hero__notice h1 {
        font-size: 22px;
        line-height: 1.32;
        margin-top:0;
    }

    .main-shortcut {
        min-height: 96px;
        padding: 16px 8px 14px;
    }

    .main-shortcut img {
        width: 36px;
        height: 36px;
    }

    .main-shortcut strong {
        font-size: 14px;
    }

    .main-highlight__quick {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .main-highlight__shortcut {
        min-height: 86px;
        flex-direction: row;
        gap: 12px;
        justify-content: flex-start;
        padding: 14px 16px;
    }

    .main-banner-slider {
        min-height: 230px;
    }

    .main-banner-slide {
        gap: 0;
        padding: 24px 24px 74px;
    }

    .main-banner-slide strong {
        font-size: 22px;
        line-height: 1.28;
    }

    .main-banner-slide em {
        font-size: 14px;
        line-height: 1.45;
    }

    .main-banner-slider__controls {
        left: 24px;
        right: 24px;
        bottom: 18px;
    }

    .main-highlight__score {
        min-height: 108px;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 16px;
        padding: 0 22px;
    }

    .main-highlight__score strong {
        flex: 0 0 auto;
        font-size: 20px;
    }

    .main-highlight__score dl {
        flex: 0 1 172px;
        justify-content: flex-end;
        gap: 26px;
    }

    .main-highlight__score dt {
        font-size: 12px;
    }

    .main-highlight__score dd {
        font-size: 27px;
    }

    .main-highlight__score dl div + div::before {
        left: -13px;
    }

    .main-highlight__rank {
        padding: 20px;
    }

    .main-highlight__rank li a {
        grid-template-columns: 24px minmax(0, 1fr) 16px;
        gap: 10px;
    }

    .main-highlight__rank li strong {
        font-size: 15px;
    }

    .main-board .section-heading h2 {
        font-size: 26px;
    }

    .notice-list__item strong {
        font-size: 15px;
    }

    .main-board__more a {
        width: 100%;
        min-height: 48px;
        font-size: 15px;
    }

    .section-heading .eyebrow {font-size:18px;}
}
