.news-ctnr {
    max-width: 72rem;
    margin: 0rem auto;
}

.txt-bold {
    font-variation-settings: "wght" 400, "wdth" 100, "opsz" 8;
}

/* clipboard link copied */

.clipboard-link-copied-ctnr {
    display: none;
    opacity: 0;
    position: fixed;
    width: fit-content;
    top: var(--systemSpacing-80);
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: var(--systemWhite);
    border-radius: var(--systemSpacing-9999);
    z-index: 9998;
    box-shadow: var(--systemSpacing-0) var(--systemSpacing-4) var(--systemSpacing-16) var(--systemSpacing-0) var(--systemQuinary);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.clipboard-link-copied-ctnr.show {
    transform: translate(-50%, 0);
    opacity: 1;
}

.clipboard-link-copied-ctnr.hide {
    transform: translate(-50%, -100%);
    opacity: 0;
}

.clipboard-link-copied-txt {
    font-size: var(--p-fontSize);
    font-weight: 500;
    color: var(--systemPrimary);
    padding: var(--systemSpacing-20) var(--systemSpacing-32);
    text-align: center;
    white-space: nowrap;
}

.art-category-hashtag {
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    font-size: var(--c1-fontSize);
    color: var(--systemSecondary);
    background-color: var(--system-bg-secondary);
    width: fit-content;
    padding: var(--systemSpacing-4) var(--systemSpacing-4);
    border-radius: var(--systemSpacing-4);
    margin-bottom: var(--systemSpacing-20);
    
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}

.art-category-hashtag:hover {
    opacity: 60%;
}

/* news text */

.news__dt-sm {
    color: var(--systemTertiary);
    font-weight: 400;
    margin-bottom: 1rem;
    font-family: 'Roboto Mono', monospace;
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}

.news__tl-lg {
    font-size: var(--d2-fontSize);
    font-weight: 300;
    color: var(--systemPrimary);
    line-height: 1.1;
    font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}

.news__tl-lg:hover {
    color: var(--systemPrimary);
}

.news__stl-lg {
    font-size: var(--h2-fontSize);
    color: var(--systemSecondary);
    line-height: 1.2;
    font-weight: 300;
    width: 100%;
    font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}


/* */
/* news info */

.news-ctnr .news__info-ctnr .news__info-all-wrp {
    display: flex;
    flex-direction: column;
}

.news-ctnr .news__info-ctnr {
    margin: 8rem 0rem 5rem 0rem;
}

.art-category-hashtag-wrp {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--systemSpacing-8);
}

/* */
/* date and title */

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__dt-tl-wrp {
    margin-bottom: 4rem;
}


/* */
/* subtitle and sns */

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp {
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
    gap: 4rem;
    transition: all 0.1s ease-in-out;
}

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp .sns__all-wrp {
    display: flex;
    flex-direction: column;
}

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp .sns__all-wrp .sns-wrp {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--light-bg-default);
    padding: 0.8rem 1.6rem;
    text-decoration: none;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp .sns__all-wrp .sns-wrp:hover {
    border-radius: 4rem;
    opacity: 80%;
}

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp .sns__all-wrp .sns-wrp .sns__icon-wrp {
    margin-right: 0.5rem;
}

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp .sns__all-wrp .sns-wrp .sns__icon-wrp svg {
    display: block;
    fill: var(--systemPrimary-onLight);
}

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp .sns__all-wrp .sns-wrp .sns-name {
    font-variation-settings: "wght" 400, "wdth" 100, "opsz" 8;
    color: var(--systemPrimary-onLight);
    font-size: var(--p-fontSize);
    white-space: nowrap;
}


/* */
/* writer */

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__writer-wrp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
}

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__writer-wrp .writer__img-wrp {
    width: 3rem;
}

.news-ctnr .news__info-ctnr .news__info-all-wrp .news__writer-wrp .writer__img-wrp img {
    max-width: 100%;
    display: block;
    border-radius: 50%;

    pointer-events: none;
    user-select: none;
}

.writer-info {
    color: var(--systemPrimary);
    font-size: var(--h6-fontSize);
}

.writer-name {
    font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 500, "wdth" 100, "opsz" 8;
}

.writer-role {
    font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 300, "wdth" 100, "opsz" 8;
}


/* */
/* news dsc */

.news-ctnr .news__dsc-all-ctnr .news__col-all-wrp .news__col-wrp {
    align-items: center;
    /* overflow: hidden; */
}

.news-ctnr .news__dsc-all-ctnr .news__col-all-wrp .news__col-wrp .news__hl-img-wrp {
    width: 100%;
    margin-bottom: var(--systemSpacing-48);
}

.news-ctnr .news__dsc-all-ctnr .news__col-all-wrp .news__col-wrp .news__hl-img-wrp img {
    max-width: 100%;
    display: block;
    border-radius: var(--systemSpacing-32);

    pointer-events: none;
    user-select: none;
}

.col-img-wrp {
    width: 100%;
}

.col-img-wrp img {
    max-width: 100%;
    display: block;
    pointer-events: none;
    user-select: none;
}

/* video */

.news-ctnr .news__dsc-all-ctnr .news__col-all-wrp .news__col-wrp .news__hl-video-wrp {
    width: 100%;
    margin-bottom: var(--systemSpacing-48);
    border-radius: var(--systemSpacing-32);
}

.news-ctnr .news__dsc-all-ctnr .news__col-all-wrp .news__col-wrp .news__hl-video-wrp video {
    max-width: 100%;
    display: block;
    border-radius: var(--systemSpacing-32);

    pointer-events: none;
    user-select: none;
}


/* */
/* text */

.col__dsc-wrp {
    padding: var(--systemSpacing-0) var(--systemSpacing-128);
    margin: var(--systemSpacing-16) var(--systemSpacing-0) var(--systemSpacing-64) var(--systemSpacing-0);
    overflow: hidden;
}

.col__tl-lg {
    font-size: var(--h2-fontSize);
    font-weight: 300;
    color: var(--systemPrimary);
    margin: var(--systemSpacing-16) var(--systemSpacing-0);
    font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}

.col__stl-md {
    font-size: var(--h4-fontSize);
    font-weight: 300;
    color: var(--systemPrimary);
    margin: var(--systemSpacing-32) var(--systemSpacing-0) var(--systemSpacing-16) var(--systemSpacing-0);
    line-height: 1.4;
    font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}

.col-dsc {
    color: var(--systemPrimary);
    font-size: var(--h5-fontSize);
    font-weight: 200;
    line-height: 1.6;
    font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}


/* */
/* image wrap */

.news__img-wrp {
    width: 100%;
    padding: var(--systemSpacing-0) var(--systemSpacing-128);
}

.news__img-wrp img {
    max-width: 100%;
    display: block;

    pointer-events: none;
    user-select: none;
}


/* */
/* video wrap */

.news__video-wrp {
    width: 100%;
    padding: var(--systemSpacing-0) var(--systemSpacing-128);
}

.news__video-wrp video {
    max-width: 100%;
    display: block;

    pointer-events: none;
    user-select: none;
}


/* */
/* italic text */

.txt__bold-italic {
    color: var(--systemTertiary);
    font-style: oblique;
    line-height: 1.4;
    font-size: var(--p-fontSize);
}

.txt__bold-italic:hover {
    color: var(--systemTertiary);
}

.txt__bold-italic .caption-link {
    color: var(--systemTertiary);
    text-decoration: underline;
    font-style: oblique;
    line-height: 1.4;
    font-size: var(--p-fontSize);
    transition: all 0.1s ease-in-out;
}

.txt__bold-italic .caption-link:hover {
    text-decoration: none;
}


/* */
/* service link */

.col__dsc-wrp .col-dsc .service-link {
    text-decoration: underline;
    color: var(--systemPrimary);
    font-size: var(--h5-fontSize);
    line-height: 1.6;
    transition: all 0.1s ease-in-out;
}

.col__dsc-wrp .col-dsc .service-link:hover {
    text-decoration: none;
}


/* */
/* column stl link */

.col__dsc-wrp .col__stl-md .col__stl-link {
    text-decoration: underline;
    color: var(--systemPrimary);
    font-size: var(--h4-fontSize);
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    /* text-decoration-thickness: 0.12rem; */
}

.col__dsc-wrp .col__stl-md .col__stl-link:hover {
    text-decoration: none;
}


/* */
/* scroll button */

.col__dsc-wrp .col-dsc .scrollBtn {
    text-decoration: underline;
    color: var(--systemPrimary);
    font-size: var(--h5-fontSize);
    line-height: 1.6;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    /* text-decoration-thickness: 0.12rem; */
}

.col__dsc-wrp .col-dsc .scrollBtn:hover {
    text-decoration: none;
}


/* */
/* upnext */

/* grid */

/* .systemGrid-4x2 {
    display: grid;
    grid-gap: var(--systemSpacing-16);
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: row;
    grid-template-columns: auto;
    grid-template-rows: auto;
} */


/* */

.news-ctnr .upnext-ctnr {
    margin: var(--systemSpacing-96) var(--systemSpacing-0) var(--systemSpacing-64) var(--systemSpacing-0);
}

.news-ctnr .upnext-ctnr .upnext__all-wrp {
    padding: var(--systemSpacing-0) var(--systemSpacing-128);
}

.news-ctnr .upnext-ctnr .upnext__all-wrp .upnext__art-all-wrp {
    display: grid;
    grid-column-gap: var(--systemSpacing-16);
    grid-row-gap: var(--systemSpacing-40);
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: row;
    /* grid-template-columns: auto;
    grid-template-rows: auto; */
}

#upNextArt-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

#upNextArt-2 {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
}

#upNextArt-3 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

.news-ctnr .upnext-ctnr .upnext__all-wrp .upnext__art-all-wrp .upnext__art-wrp {
    display: flex;
    flex-direction: column;
    gap: var(--systemSpacing-12);
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}

.news-ctnr .upnext-ctnr .upnext__all-wrp .upnext__all-wrp .upnext__art-all-wrp .upnext__art-wrp:hover {
    opacity: 80%;
}

.upnext__txt-wrp {
    display: flex;
    flex-direction: column;
    gap: var(--systemSpacing-8);
}

.upnext__tl-lg {
    font-size: var(--h2-fontSize);
    color: var(--systemPrimary);
    font-weight: 300;
    margin-bottom: var(--systemSpacing-40);
    font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}


/* */
/* upnext article text */

.upnext__dt-md {
    font-size: var(--p-fontSize);
    color: var(--systemTertiary);
    font-weight: 400;
    font-family: 'Roboto Mono', monospace;
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}

.upnext__art-tl-sm {
    font-size: var(--h6-fontSize);
    color: var(--systemPrimary);
    font-weight: 300;
    font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}

.upnext__art-img-wrp {
    width: 100%;
}

.upnext__art-img-wrp img {
    max-width: 100%;
    display: block;
    border-radius: var(--systemSpacing-16);

    pointer-events: none;
    user-select: none;
} 


/* */
/* media query */


/* */
/* 1294px */


@media screen and (max-width: 1294px) {

    /* */
    /* news container */

    .news-ctnr {
        max-width: 100%;
        margin: var(--systemSpacing-0) var(--systemSpacing-48);
    }
}


/* */
/* 960px */

@media screen and (max-width: 960px) {

    .news__tl-lg {
        font-size: var(--d3-fontSize);
    }

    /* */
    /* news info */


    /* */
    /* text */

    .news__stl-lg {
        width: 100%;
    }


    /* */
    /* */

    .news-ctnr .news__info-ctnr .news__info-all-wrp .news__dt-tl-wrp {
        margin-bottom: var(--systemSpacing-32);
    }


    /* */
    /* subtitle news */

    .news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp {
        flex-direction: column;
        gap: var(--systemSpacing-32);
    }

    .news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp .sns__all-wrp {
        display: flex;
        flex-direction: row;
        gap: var(--systemSpacing-8);
    }


    /* */
    /* column description */


    /* */
    /* text */

    .col__dsc-wrp {
        padding: var(--systemSpacing-0) var(--systemSpacing-32);
        margin: var(--systemSpacing-16) var(--systemSpacing-0) var(--systemSpacing-48) var(--systemSpacing-0);
    }

    .news__img-wrp {
        padding: var(--systemSpacing-0) var(--systemSpacing-32);
    }

    .news__video-wrp {
        padding: var(--systemSpacing-0) var(--systemSpacing-32);
    }

    /* */
    /* upnext */

    .news-ctnr .upnext-ctnr .upnext__all-wrp {
        padding: var(--systemSpacing-0) var(--systemSpacing-32);
    }
}


/* */
/* 600px */

@media screen and (max-width: 600px) {


    /* */
    /* news container */

    .news-ctnr {
        max-width: 100%;
        margin: var(--systemSpacing-0) var(--systemSpacing-32);
    }


    /* */
    /* news info */

        
    /* */
    /* text */

    .news__tl-lg {
        font-size: var(--h2-fontSize);
    }

    .news__stl-lg {
        font-size: var(--h5-fontSize);
    }


    /* */
    /* news info container */

    .news-ctnr .news__info-ctnr {
        margin: var(--systemSpacing-64) var(--systemSpacing-0);
    }


    /* */
    /* news date and title */


    /* */
    /* column description */


    /* */
    /* text */

    .col__tl-lg {
        font-size: var(--h3-fontSize);
    }
    
    .col__stl-md {
        font-size: var(--h5-fontSize);
        margin: var(--systemSpacing-16) var(--systemSpacing-0);
    }

    .col-dsc {
        font-size: var(--ph-fontSize);
    }

    .col__dsc-wrp .col__stl-md .col__stl-link {
        font-size: var(--h5-fontSize);
    }

    .col__dsc-wrp .col-dsc .scrollBtn {
        font-size: var(--ph-fontSize);
    }

    /* */
    /* */

    .news__img-wrp {
        padding: var(--systemSpacing-0);
    }

    .news__video-wrp {
        padding: var(--systemSpacing-0);
    }

    .col__dsc-wrp {
        padding: var(--systemSpacing-0);
    }


    /* */
    /* servic link */

    .col__dsc-wrp .col-dsc .service-link {
        font-size: var(--ph-fontSize);
    }
    
    /* */
    /* upnext */


    /* */
    /* text */

    .upnext__tl-lg {
        font-size: var(--h3-fontSize);
        margin-bottom: var(--systemSpacing-32);
    }

    .news-ctnr .upnext-ctnr .upnext__all-wrp .upnext__art-all-wrp {
        display: grid;
        grid-gap: var(--systemSpacing-40);
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-auto-flow: row;
    }

    #upNextArt-1 {
        grid-column: 1 / 5;
        grid-row: 1 / 2;
    }

    #upNextArt-2 {
        grid-column: 1 / 5;
        grid-row: 2 / 3;
    }

    #upNextArt-3 {
        grid-column: 1 / 5;
        grid-row: 3 / 4;
    }


    /* */
    /* */

    .news-ctnr .upnext-ctnr .upnext__all-wrp {
        padding: var(--systemSpacing-0);
    }
}


/* footer */

/* */
/* text */

.footer-link {
    font-size: var(--ps-fontSize);
    color: var(--systemSecondary);
    font-weight: 300;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    text-decoration: underline;
        font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 100, "wdth" 100, "opsz" 8;
}

.footer__dsc-sm {
    font-size: var(--ps-fontSize);
    color: var(--systemSecondary);
    font-family: 'Roboto Flex', sans-serif;
    font-variation-settings: "wght" 300, "wdth" 100, "opsz" 8;
    line-height: 1.4;
}

.footer__eg-all-wrp .footer__info-wrp .footer_info {
    color: var(--systemSecondary);
    font-size: var(--ps-fontSize);
    font-weight: 300;
    text-decoration: underline;
    transition: all 0.1s ease-in-out;
    font-family: 'Roboto Flex', sans-serif;
}

.footer-ctnr .footer__all-wrp {
    display: flex;
    flex-direction: column;
    max-width: 72rem;
    margin: 0rem auto;
    padding: 4rem 0rem 1rem 0rem;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp {
    display: flex;
    flex-direction: row;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__icon-wrp {
    margin-right: 3.5rem;
    width: fit-content;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__icon-wrp .footer__home-svg {
    display: block;
    fill: var(--systemPrimary);
    transition: all 0.1s ease-in-out;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__icon-wrp .footer__home-svg:hover {
    fill: var(--systemPrimary-hover);
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__txt-sns-wrp {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 40rem;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__txt-sns-wrp .footer__sns-wrp {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__txt-sns-wrp .footer__sns-wrp .footer-link:hover {
    text-decoration: none;
    color: var(--systemSecondary);

}


/* */
/* footer border */

.footer-ctnr .footer__all-wrp .footer-brdr {
    border: solid 0.01rem var(--systemQuinary);
    margin: 2rem 0rem;
}


/* */
/* secondary footer */

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__eg-icon-wrp {
    width: fit-content;
    margin-right: 6rem;
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__eg-icon-wrp .footer__eg-svg {
    fill: var(--systemPrimary);
    display: block;
    transition: all 0.1s ease-in-out;
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__eg-icon-wrp .footer__eg-svg:hover {
    fill: var(--systemPrimary-hover);
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__info-wrp {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__info-wrp .footer_info:hover {
    text-decoration: none;
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__eg-icon-wrp .footer-logo-svg {
    fill: var(--systemPrimary);
}


/* */
/* media query */

@media screen and (max-width: 1294px) {

    .footer-ctnr .footer__all-wrp {
        margin: 0rem 2rem;
    }
}


@media screen and (max-width: 960px) {

    .footer-ctnr .footer__all-wrp {
        padding: 2rem 0rem 2rem 0rem;
    }

    /* */
    /* */

    .footer-ctnr .footer__all-wrp .footer__icon-txt-wrp {
        display: flex;
        flex-direction: column;
    }

    .footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__icon-wrp {
        margin-bottom: 1rem;
    }

    .footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__txt-sns-wrp {
        max-width: 100%;
    }

    .footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__txt-sns-wrp .footer__sns-wrp {
        gap: 1rem;
    }


    /* */
    /* secondary footer*/

    .footer-ctnr .footer__all-wrp .footer__eg-all-wrp {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }


    .footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__eg-icon-wrp {
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__info-wrp {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__info-wrp .footer_info:hover {
        text-decoration: none;
    }
}