@keyframes lift-up {
    0% {
        opacity: 0;
        transform: translateY(8rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
#main-visual {
    position: relative;
    background: linear-gradient(to top, #243853 0 16rem, #f5f7fa 16rem 100%);
    overflow: hidden;
}
#main-visual #red-half-circle {
    position: absolute;
    top: 30rem;
    left: 3vw;
    content: "";
    display: block;
    width: 50rem;
    height: 23rem;
    transform: rotate(45deg);
    z-index: 1;
}
#main-visual #red-half-circle svg {
    width: 100%;
    height: 100%;
}
#main-visual #blue-half-circle {
    position: absolute;
    top: 28rem;
    right: 3vw;
    content: "";
    display: block;
    width: 50rem;
    height: 23rem;
    transform: rotate(45deg);
    z-index: 1;
}
#main-visual #blue-half-circle svg {
    width: 100%;
    height: 100%;
}
#main-visual .inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10rem 0 0;
}
#main-visual .caption {
    order: 1;
    padding: 0 3.6rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 44px;
    background: url("/images/main/ic_caption-leftbg.svg") left no-repeat, url("/images/main/ic_caption-rightbg.svg") right no-repeat;

    animation-name: lift-up;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}
#main-visual .caption strong {
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    color: #25314e;
    padding-left: 3rem;
    background: url("/images/main/ic_nts-logo.webp") left/contain no-repeat;
}
#main-visual h1 {
    order: 2;
    margin-top: 2rem;
    font-weight: 900;
    font-size: 5rem;
    letter-spacing: -0.04em;
    line-height: 1.32;
    color: #25314e;
    text-align: center;

    animation-name: lift-up;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}
#main-visual h1 i {
    color: #ff4800;
}
#main-visual ul {
    order: 3;
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 2.4rem;

    animation-name: lift-up;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: both;
}
#main-visual ul li {
    border-radius: 10px;
    border: solid 1px #fff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: linear-gradient(163deg, rgba(255, 255, 255, 0.4) 22%, rgba(255, 255, 255, 0.08) 89%);
}
#main-visual ul a {
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem 2.4rem 2rem;
    position: relative;
    height: 100%;
}
#main-visual ul a svg {
    content: '';
    position: absolute;
    top: 2rem;
    right: 2rem;
}
#main-visual ul em {
    align-self: flex-start;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -0.04em;
    color: #121212;
    margin-bottom: 2.2rem;
}
#main-visual ul em.best {
    padding-right: 6rem;
    background: url("/images/main/badge_best.svg") right bottom/contain no-repeat;
}
#main-visual ul p {
    margin-top: auto;
    font-size: 1.5rem;
    letter-spacing: -0.06em;
    line-height: 1.5;
}
#main-visual ul p.mobile-desc {
    display: none;
}
#main-visual picture {
    order: 4;
    margin-top: 5rem;

    animation-name: lift-up;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: both;
}
#main-visual picture img {
    display: block;
    aspect-ratio: 200/63;
}

#addition {
    background: #f5f7fa;
}
#addition h2 {
    font-weight: 800;
    font-size: 3.6rem;
    line-height: 1.39;
    letter-spacing: -0.03em;
    color: #25314e;
    text-align: center;
}
#addition .mobile-tab {
    display: none;
}
#addition ul {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
}
#addition li {
    border-radius: 10px;
    border: solid 1px #e1e8f5;
    background: top 2rem right 2rem no-repeat #fcfdff;
    transition: box-shadow 0.1s, border 0.2s;
    position: relative;
}
#addition li::before {
    content: attr(data-type);
    position: absolute;
    top: 2rem;
    right: 2rem;
    border-radius: 2px;
    padding: 0.2rem 0.5rem 0.3rem;
    font-weight: 700;
    font-size: 1.3rem;
}
#addition li.doc::before {
    color: #ff4853;
    background-color: #ffe2e2;
}
#addition li.hometax::before {
    color: #ff4853;
    background-color: #ffe2e2;
}
#addition li.finance::before {
    color: #ff973e;
    background-color: #fff2c7;
}
#addition li.message::before {
    color: #00b130;
    background-color: #edfae7;
}
#addition li:hover {
    border-color: #26a3ff;
    box-shadow: 0 0 10px 0 rgba(51, 157, 214, 0.38);
}
#addition a {
    display: flex;
    height: 18rem;
    flex-direction: column;
    padding: 2rem;
    background: right 2rem bottom 2rem no-repeat;
}
#addition a::after {
    content: "자세히 보기";
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: -0.04em;
    color: #919ba9;
    margin-top: auto;
    padding-right: 1.6rem;
    background: url("/images/main/ic_right-arrow.svg") right no-repeat;
    align-self: flex-start;
}
#addition em {
    font-weight: 700;
    font-size: 2rem;
    color: #121212;
}
#addition p {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: -0.04em;
    color: #2c2c2c;
    margin-top: 1.3rem;
}

#trust-stable {
    background: #1b2d4d;
}
#trust-stable h2 {
    font-weight: 800;
    font-size: 3.6rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
}
#trust-stable p {
    margin-top: 1.2rem;
    font-size: 1.8rem;
    letter-spacing: -0.06em;
    text-align: center;
    color: #fff;
}
#trust-stable ul {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
}
#trust-stable li {
    height: 26.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    padding: 12rem 1.5rem 3rem;
    background: center top 3.8rem/6rem 5rem no-repeat #09203e;
}
#trust-stable li em {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    color: #fff;
    text-align: center;
}
#trust-stable li p {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: -0.03em;
    opacity: 0.8;
    color: #fff;
    text-align: center;
}
#trust-stable li:nth-child(1) {
    background-image: url("/images/main/ic_stack.svg");
}
#trust-stable li:nth-child(2) {
    background-image: url("/images/main/ic_shield.svg");
}
#trust-stable li:nth-child(3) {
    background-image: url("/images/main/ic_certificate.webp");
}
#trust-stable li:nth-child(4) {
    background-image: url("/images/main/ic_flexible.svg");
}

#go-to-use {
    background: url("/images/main/bg_gotouse.webp") right bottom/contain no-repeat #09203e;
}
#go-to-use .inner {
    padding: 7rem 0;
    display: flex;
    justify-content: space-between;
}
#go-to-use .text {
    display: flex;
    flex-direction: column;
}
#go-to-use strong {
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    color: #fff;
}
#go-to-use p {
    margin-top: 0.5rem;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: -0.03em;
    color: #fff;
}
#go-to-use a {
    align-self: flex-start;
    margin-top: 2.5rem;
    border-radius: 2rem;
    border: solid 1px #fff;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    color: #fff;
    background: url("/images/main/ic_right-arrow-white.svg") right 1.5rem center no-repeat;
    padding: 1rem 3.5rem 1rem 1.5rem;
}
#go-to-use span {
    font-family: "GmarketSans";
    font-weight: 700;
    font-size: 36px;
    color: #ff4800;
}
#go-to-use span i {
    display: inline-block;
    text-align: center;
    width: 0.7em;
}
#go-to-use span i.comma {
    width: 0.4em;
}
#go-to-use span::after {
    content: "+";
    margin-left: 0.5rem;
}

#clients .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#clients h2 {
    font-weight: 800;
    font-size: 3.6rem;
    line-height: 1.39;
    letter-spacing: -0.03em;
    text-align: center;
    color: #25314e;
}
#clients h2 span {
    color: #ff4800;
}
#clients h2 span::after {
    content: "+";
    margin-left: 0.5rem;
}
#clients #client-list {
    margin-top: 5rem;
    align-self: stretch;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    row-gap: 2rem;
}
#clients #client-list img {
    width: 100%;
    aspect-ratio: 40/11;
}
#clients .swiper {
    margin-top: 5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#clients #review-list li {
    border-radius: 1rem;
    background: #f5f7fa;
    padding: 2rem;
    height: 150px;
}
#clients #review-list li a {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}
#clients #review-list p:first-child {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    line-height: 1.6;
    color: #2c2c2c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#clients #review-list p:last-child {
    padding-top: 2rem;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    color: #5b6a7e;
}
#clients #review-list p:last-child b {
    color: #121212;
    margin-right: 1rem;
}
#clients .pagination {
    margin-top: 2rem;
    display: inline-block;
    width: 12rem;
    height: 1rem;
    background: url("/images/main/rolling-pagination.svg") no-repeat;
}
#clients #write-review {
    margin-top: 3rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #121212;
    text-align: center;
}
#clients #write-review a {
    font-weight: 700;
    color: #0076ff;
    padding-right: 1.8rem;
    background: url("/images/main/ic_right-arrow-blue.svg") right top 7px no-repeat;
}

#stories {
    background: #f5f7fa;
}
#stories h2 {
    font-weight: 800;
    font-size: 3.6rem;
    letter-spacing: -0.03em;
    color: #243853;
}
#stories #article-list {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 1.2rem));
    gap: 2.4rem;
}
#stories #article-list article {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#stories #article-list h3 {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -0.03em;
    color: #243853;
}
#stories #article-list h3 a {
    display: inline-block;
    padding-right: 3rem;
    background: url("/images/main/ic_link.svg") right/contain no-repeat;
}
#stories #article-list ul {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.5rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(141, 178, 211, 0.06);
    padding: 4rem;
}
#stories #article-list li a {
    display: flex;
    align-items: center;
}
#stories #article-list li a::before {
    content: "";
    display: block;
    flex: 0 0 0.4rem;
    height: 0.4rem;
    background: #000;
    margin-right: 1rem;
}
#stories #article-list li a p:first-child {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    display: flex;
    align-items: center;
    color: #121212;
    flex-grow: 1;
    overflow: hidden;
}
#stories #article-list li a p:first-child span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0.2em;
}
#stories #article-list li a p:last-child {
    flex-shrink: 0;
    font-size: 1.4rem;
    color: #adb4be;
    margin-left: 1rem;
    padding-bottom: 0.2em;
}
#stories #article-list li.new a p:first-child::after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5rem;
    background: url("/images/main/ic_new.svg") no-repeat;
}
#stories #article-list li:hover a p:first-child span {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
#stories #article-list #news {
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
}
#stories #article-list #news a {
    display: inline-block;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(141, 178, 211, 0.06);
    padding: 1.5rem;
}

#stories #article-list #news a div {
    border-radius: 0.5rem;
    height: 100%;
    min-height: 25rem;
    padding-top: 2rem;
    background: center bottom/100% no-repeat;
    transition: background-size 0.2s ease-in-out;
}
#stories #article-list #news a div p {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.4;
    letter-spacing: -0.03em;
    text-align: center;
}
#stories #article-list #news a div#kb {
    background-image: url("/images/main/news1.webp");
    background-color: #fff2b9;
    color: #412900;
}
#stories #article-list #news a div#woori {
    background-image: url("/images/main/news2.webp");
    background-color: #bfe6ff;
    color: #0d4167;
}
#stories #article-list #news a:hover div {
    background-size: 102%;
}

#more-value h2 {
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -0.03em;
    line-height: 1.38;
    color: #25314e;
    text-align: center;
}
#more-value h2 i {
    color: #0076ff;
    position: relative;
}
#more-value h2 i::before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -0.8rem;
    background: #ff4800;
}
#more-value #link-list {
    margin-top: 3.5rem;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 18rem);
    grid-template-rows: 5rem;
    gap: 1rem;
}
#more-value #link-list a {
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem 2px;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
}
#more-value #link-list a:first-child {
    background-color: #243853;
    box-shadow: 0 0 10px 0 #dee9f5;
    color: #fff;
}
#more-value #link-list a:last-child {
    border: solid 1px #121212;
    color: #121212;
}

@media (max-width: 1350px) {
    #addition ul {
        grid-template-columns: repeat(3, 1fr);
    }
    #trust-stable li {
        height: auto;
        padding: 11.5rem 1rem 2.5rem;
    }
    #stories #article-list #news a div p {
        font-size: 1.5rem;
    }
}
@media (max-width: 1024px) {
    #main-visual #red-half-circle {
        left: -17vw;
    }
    #main-visual #blue-half-circle {
        right: -17vw;
    }
    #main-visual .inner {
        padding: 7rem 0 0;
    }
    #main-visual h1 {
        font-size: 4.4rem;
    }
    #main-visual ul {
        margin-top: 3rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #main-visual ul li:first-child {
        grid-column: 1/3;
    }
    #main-visual ul em {
        font-size: 1.8rem;
    }
    #main-visual ul em.best {
        background-size: 36px;
        background-position: right center;
        padding-right: 4rem;
    }
    #main-visual picture {
        margin-top: 3.5rem;
    }
    #main-visual picture img {
        aspect-ratio: 147/59;
    }
    #addition .desktop-br {
        display: inline;
    }
    #addition h2 {
        font-size: 3rem;
    }
    #addition a {
        height: 16rem;
    }
    #addition ul {
        grid-template-columns: repeat(2, 1fr);
    }
    #trust-stable h2 {
        font-size: 3rem;
    }
    #trust-stable p {
        font-size: 1.6rem;
    }
    #trust-stable ul {
        grid-template-columns: repeat(2, 1fr);
    }
    #trust-stable li {
        background-position: top 2rem left 1rem;
        background-size: 5rem;
        padding: 2rem 2rem 2rem 7rem;
    }
    #trust-stable li em {
        font-size: 1.6rem;
        text-align: left;
    }
    #trust-stable li p {
        margin-top: 1rem;
        font-size: 1.3rem;
        text-align: left;
    }
    #trust-stable li p .desktop-mobile-br {
        display: none;
    }
    #go-to-use {
        background-position: center bottom;
        background-size: auto;
    }
    #go-to-use .inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 6rem 0 15rem;
    }
    #go-to-use strong {
        font-size: 1.6rem;
        text-align: center;
    }
    #go-to-use a {
        align-self: center;
    }
    #go-to-use span {
        margin-top: 3rem;
    }
    #clients .desktop-br {
        display: inline;
    }
    #clients h2 {
        font-size: 3rem;
    }
    #clients #client-list {
        grid-template-columns: repeat(4, 1fr);
    }
    #clients .more {
        margin-top: 2rem;
    }
    #clients .swiper {
        margin-top: 4rem;
    }
    #stories h2 {
        font-size: 3rem;
    }
    #stories #article-list {
        grid-template-columns: 100%;
    }
    #stories #article-list h3 {
        font-size: 1.8rem;
    }
    #stories #article-list ul {
        padding: 2rem;
    }
    #stories #article-list #news a div {
        background-size: 24rem;
    }
    #stories #article-list #news a div p {
        font-size: 1.7rem;
    }
    #stories #article-list #news a:hover div {
        background-size: 25rem;
    }
}
@media (max-width: 660px) {
    #main-visual #red-half-circle,
    #main-visual #blue-half-circle {
        width: 38rem;
        height: 17rem;
        top: 30rem;
    }
    #main-visual .inner {
        padding: 5rem 0 0;
    }
    #main-visual h1 {
        margin-top: 1rem;
        font-size: 2.9rem;
    }
    #main-visual .caption strong {
        display: flex;
        align-items: center;
        background-size: 20px;
        width: 100%;
        height: 100%;
    }
    #main-visual .caption strong:last-child {
        display: none;
    }
    #main-visual ul {
        margin-top: 4rem;
        gap: 1.6rem;
        width: 100%;
    }
    #main-visual ul li {
        background: #fff;
        box-shadow: 0 0 16px 0 rgba(19, 52, 103, 0.09);
    }
    #main-visual ul p {
        display: none;
    }
    #main-visual ul p.taxinvoice-desc {
        display: block;
        font-size: 1.6rem;
        color: #3f5168;
    }
    #main-visual ul p.mobile-desc {
        display: block;
        font-size: 1.4rem;
        color: #919ba9;
    }

    #stories #article-list #news a div {
        background-size: 90%;
    }
    #stories #article-list #news a:hover div {
        background-size: 92%;
    }
}
@media (max-width: 600px) {
    #addition p {
        margin-right: 7rem;
    }
    #addition .mobile-tab {
        margin-top: 4rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: relative;
    }
    #addition .mobile-tab::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 33.33%;
        height: 1px;
        background: #ff4800;
        transform: translateX(0);
        transition: transform 0.1s ease-in-out;
    }
    #addition .mobile-tab:has(.active:nth-child(1))::after {
        transform: translateX(0);
    }
    #addition .mobile-tab:has(.active:nth-child(2))::after {
        transform: translateX(100%);
    }
    #addition .mobile-tab:has(.active:nth-child(3))::after {
        transform: translateX(200%);
    }
    #addition .mobile-tab span {
        font-weight: 700;
        font-size: 1.5rem;
        letter-spacing: -0.04em;
        color: #adb4be;
        border-bottom: solid 1px #dfe5ed;
        padding: 0 0 1rem;
        text-align: center;
        cursor: pointer;
    }
    #addition .mobile-tab span.active {
        color: #ff4800;
    }
    #addition ul {
        grid-template-columns: 1fr;
        margin-top: 3rem;
        gap: 2rem;
    }
    #addition ul li {
        display: none;
    }
    #addition ul li.active {
        display: block;
    }
    #trust-stable {
        overflow: hidden;
    }
    #trust-stable .mobile-br {
        display: inline;
    }
    #trust-stable h2 {
        font-weight: 700;
    }
    #trust-stable p {
        margin-top: 2rem;
        line-height: 1.63;
    }
    #trust-stable .stable {
        margin-top: 3rem;
    }
    #trust-stable ul {
        margin-top: 0;
        display: flex;
        gap: 0;
    }
    #trust-stable li {
        width: 28.2rem;
        height: 26.5rem;
        background-position: center top 3.8rem;
        background-size: 6rem 5rem;
        padding: 12rem 1.5rem 3rem;
        cursor: grab;
    }
    #trust-stable li:active {
        cursor: grabbing;
    }
    #trust-stable li em {
        font-size: 1.8rem;
        text-align: center;
    }
    #trust-stable li p {
        margin-top: 2rem;
        font-size: 1.5rem;
        text-align: center;
    }
    #trust-stable li p .desktop-mobile-br {
        display: inline;
    }
    #trust-stable .swiper-scrollbar {
        margin-top: 3.3rem;
        position: static;
        background: #3b537b;
        height: 1px;
    }
    #trust-stable .swiper-scrollbar .swiper-scrollbar-drag {
        background: #ff4800;
        top: -1px;
        height: 3px;
    }
    #stories #article-list #news a div {
        min-height: 23rem;
    }
    #stories #article-list #news a div p {
        font-size: 1.5rem;
    }
}
@media (max-width: 550px) {
    #main-visual {
        background: linear-gradient(to top, #243853 0 8rem, #f5f7fa 8rem 100%);
    }
    #main-visual #red-half-circle,
    #main-visual #blue-half-circle {
        width: 40rem;
        height: 20rem;
    }
    #main-visual ul li em.cash {
        padding-right: 0;
        padding-bottom: 2.5rem;
        background-position: left bottom;
    }
    #addition .desktop-br {
        display: none;
    }
    #go-to-use {
        background-size: contain;
    }
    #go-to-use .inner {
        padding: 4rem 0 7rem;
    }
    #go-to-use .mobile-br {
        display: inline;
    }
    #go-to-use strong {
        font-weight: 400;
    }
    #go-to-use p {
        margin-top: 1rem;
        font-size: 2.6rem;
        line-height: 1.38;
        text-align: center;
    }
    #go-to-use a {
        margin-top: 2rem;
    }
    #clients .desktop-br {
        display: none;
    }
    #clients .mobile-br {
        display: block;
    }
    #clients h2 {
        font-size: 2.6rem;
    }
    #clients #client-list {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 3rem;
    }
    #clients #client-list li:nth-child(n+25) {
        display: none;
    }
    #clients .more {
        border-color: #e5e8eb;
    }
    #stories h2 {
        font-size: 2.6rem;
    }
    #stories #article-list ul {
        gap: 1.6rem;
    }
    #stories #article-list article {
        gap: 1.6rem;
    }
    #stories #article-list #news {
        gap: 1.6rem;
    }
    #stories #article-list #news a div {
        min-height: 22rem;
    }
    #stories #article-list #news a div p {
        font-size: 1.4rem;
    }
    #stories #article-list #news a div p .mobile-br {
        display: inline;
    }
    #more-value .mobile-br {
        display: inline;
    }
    #more-value h2 {
        font-size: 2.5rem;
    }
    #more-value #link-list {
        margin-top: 5rem;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 4.4rem;
    }
    #more-value #link-list a {
        font-size: 1.4rem;
    }
}

@media (max-width: 500px) {
    #stories #article-list #news a div {
        min-height: 46vw;
    }
    #stories #article-list #news a div p {
        font-size: 2.8vw;
    }
}

@media (max-width: 375px) {
    #main-visual .caption {
        padding: 0 2rem;
    }
}