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


/* */
/* news part */


/* */
/*news text */

.news__dt-sm {
    color: var(--systemTertiary);
    font-weight: 400;
    margin-bottom: 1rem;
    font-family: 'Roboto Mono', monospace;
}

.news__tl-lg {
    font-size: var(--d2-fontSize);
    font-weight: 300;
    color: var(--systemPrimary);
    line-height: 1.1;
}

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

.news__stl-lg {
    font-size: var(--h2-fontSize);
    color: var(--systemSecondary);
    line-height: 1.4;
    font-weight: 300;
    width: 60%;
}


/* */
/* 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;
}


/* */
/* 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);
}


/* */
/* 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-variation-settings: "wght" 500, "wdth" 100, "opsz" 8;
}

.writer-role {
    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: 3rem;
}

.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: 2rem;

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


/* */
/* text */

.col__dsc-wrp {
    padding: 0rem 8rem;
    margin: 1rem 0rem 4rem 0rem;
    overflow: hidden;
}

.col__tl-lg {
    font-size: var(--h2-fontSize);
    font-weight: 300;
    color: var(--systemPrimary);
    margin: 1rem 0rem;
}

.col__stl-md {
    font-size: var(--h4-fontSize);
    font-weight: 300;
    color: var(--systemPrimary);
    margin: 2rem 0rem 1rem 0rem;
    line-height: 1.4;
}

.col-dsc {
    color: var(--systemPrimary);
    font-size: var(--h5-fontSize);
    font-weight: 200;
    line-height: 1.6;
}


/* */
/* image wrap */

.news__img-wrp {
    width: 100%;
    padding: 0rem 8rem;
}

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

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


/* */
/* video wrap */

.news__video-wrp {
    width: 100%;
    padding: 0rem 8rem;
}

.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 */

.news-ctnr .upnext-ctnr {
    margin: 6rem 0rem 4rem 0rem;
}

.news-ctnr .upnext-ctnr .upnext__all-wrp {
    padding: 0rem 8rem;
}

.news-ctnr .upnext-ctnr .upnext__all-wrp .upnext__art-all-wrp {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.news-ctnr .upnext-ctnr .upnext__all-wrp .upnext__art-all-wrp .upnext__art-wrp {
    display: flex;
    flex-direction: column;
    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__tl-lg {
    font-size: var(--h2-fontSize);
    color: var(--systemPrimary);
    font-weight: 300;
    margin-bottom: 2.5rem;
}


/* */
/* upnext article text */

.upnext__dt-md {
    font-size: var(--p-fontSize);
    color: var(--systemTertiary);
    font-weight: 400;
    margin-top: 1rem;
    font-family: 'Roboto Mono', monospace;
}

.upnext__art-tl-sm {
    font-size: var(--h6-fontSize);
    color: var(--systemPrimary);
    font-weight: 300;
    margin-top: 0.5rem;
}

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

.upnext__art-img-wrp img {
    max-width: 100%;
    display: block;
    border-radius: 1rem;

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


/* */
/* media query */


/* */
/* 1294px */


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

    /* */
    /* news container */

    .news-ctnr {
        max-width: 100%;
        margin: 0rem 3rem;
    }
}


/* */
/* 960px */

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

    /* */
    /* news info */


    /* */
    /* text */

    .news__stl-lg {
        width: 100%;
    }


    /* */
    /* */

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


    /* */
    /* subtitle news */

    .news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp {
        flex-direction: column;
        gap: 2rem;
    }

    .news-ctnr .news__info-ctnr .news__info-all-wrp .news__stl-sns-wrp .sns__all-wrp {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
    }


    /* */
    /* column description */


    /* */
    /* text */

    .col__dsc-wrp {
        padding: 0rem 2rem;
        margin: 1rem 0rem 3rem 0rem;
    }

    .news__img-wrp {
        padding: 0rem 2rem;
    }

    .news__video-wrp {
        padding: 0rem 2rem;
    }

    /* */
    /* upnext */

    .news-ctnr .upnext-ctnr .upnext__all-wrp {
        padding: 0rem 2rem;
    }

    .news-ctnr .upnext-ctnr .upnext__all-wrp .upnext__art-all-wrp {
        flex-direction: column;
        gap: 2.5rem;
    }
}


/* */
/* 600px */

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


    /* */
    /* news container */

    .news-ctnr {
        max-width: 100%;
        margin: 0rem 2rem;
    }


    /* */
    /* 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: 4rem 0rem;
    }


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


    /* */
    /* column description */


    /* */
    /* text */

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

    .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: 0rem 0rem;
    }

    .news__video-wrp {
        padding: 0rem 0rem;
    }

    .col__dsc-wrp {
        padding: 0rem 0rem;
    }


    /* */
    /* 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: 2rem;
    }


    /* */
    /* */

    .news-ctnr .upnext-ctnr .upnext__all-wrp {
        padding: 0rem 0rem;
    }
}