/* Start PC Device */
@media screen and (min-width: 1440px) {
    /* Start Visual */
    /* Start 1단 배경이미지 */
    section.visual {
        position: relative;
    }
    section.visual .image__area {
        position: absolute;
        top: 0;
        left: 0;
        filter: brightness(.5);
        width: 100%;
    }
    section.visual .image__area > img {
        width: 100%;
        height: 470px;
    }
    /* End 1단 배경이미지 */
    /* End Visual */

    /* Start news-title */
    section.news-title {
        position: relative;
    }
    section.news-title .inner {
        height: 100%;
        min-height: 470px;
    }
    section.news-title .inner .news-title__txt {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
    }
    section.news-title .inner .news-title__txt > span {
        color: #FFF;
        text-align: center;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    /* End news-title */

    /* Start news-contents */
    section.news-contents {
        position: relative;
    }
    section.news-contents .inner {
        height: 100%;
    }
    section.news-contents .inner .news-contents-title {

    }
    section.news-contents .inner .news-contents-title .news-content-txt:first-child {
        margin-top: 200px;
    }
    section.news-contents .inner .news-contents-title .news-content-txt:first-child > span {
        color: #000;
        text-align: center;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.9px;
    }
    section.news-contents .inner .news-contents-title .news-content-txt:last-child {
        margin-top: 40px;
    }
    section.news-contents .inner .news-contents-title .news-content-txt:last-child > span {
        color: #959595;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        letter-spacing: -0.48px;
    }
    section.news-contents .inner .news-cards {
        margin-top: 120px;
        padding-bottom: 318px;
        display: grid;
        grid-template-columns: 360px 360px 360px;
        grid-gap: 20px;
        place-content: center;
        text-align: center;
    }
    section.news-contents .inner .news-cards .card-content {
        display: inline-block;
        cursor: pointer;
    }
    section.news-contents .inner .news-cards .card-content > .card-image {
        width: 100%; /* 360px */
        height: 240px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    section.news-contents .inner .news-cards .card-content > .card-title {
        margin-top: 20px;
        text-align: start;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        letter-spacing: -0.4px;
    }
    section.news-contents .inner .news-cards .card-content > .card-createdDate {
        margin-top: 24px;
        text-align: start;
        color: #959595;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    /* End news-contents */

    /* Start pagination */
    section.news-contents .inner .news-cards .pagination {
        display: flex;
        justify-content: center;
        align-items: center;

        position: absolute;
        left: 0;
        right: 0;
        bottom: 218px;
    }
    section.news-contents .inner .news-cards .pagination .first-page.disabled,
    section.news-contents .inner .news-cards .pagination .previous-page.disabled,
    section.news-contents .inner .news-cards .pagination .next-page.disabled,
    section.news-contents .inner .news-cards .pagination .last-page.disabled {
        opacity: .3;
    }
    section.news-contents .inner .news-cards .pagination .first-page.disabled:hover,
    section.news-contents .inner .news-cards .pagination .previous-page.disabled:hover,
    section.news-contents .inner .news-cards .pagination .next-page.disabled:hover,
    section.news-contents .inner .news-cards .pagination .last-page.disabled:hover {
        cursor: default;
        font-weight: 400;
    }
    section.news-contents .inner .news-cards .pagination .first-page,
    section.news-contents .inner .news-cards .pagination .previous-page,
    section.news-contents .inner .news-cards .pagination .page-numbers,
    section.news-contents .inner .news-cards .pagination .next-page,
    section.news-contents .inner .news-cards .pagination .last-page {
        width: 30px;
        height: 30px;
        margin: 5px;
        padding: 5px;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 20px;
    }

    section.news-contents .inner .news-cards .pagination .first-page:hover,
    section.news-contents .inner .news-cards .pagination .previous-page:hover,
    section.news-contents .inner .news-cards .pagination .page-numbers:hover,
    section.news-contents .inner .news-cards .pagination .next-page:hover,
    section.news-contents .inner .news-cards .pagination .last-page:hover {
        cursor: pointer;
        font-weight: bold;
    }
    section.news-contents .inner .news-cards .pagination .page-numbers.active {
        background: rgba(0, 160, 233, 1);
        color: #FFF;
        font-weight: 700;
        cursor: default;
    }
    /* End pagination */

    /*footer {
        position: absolute;
        !*bottom: -100%;*!
        left: 0;
        right: 0;
    }*/
}
/* End PC Device */
/* Start Tablet Device */
@media screen and (min-width: 834px) and (max-width: 1439px) {
    /* Start Visual */
    /* Start 1단 배경이미지 */
    section.visual {
        position: relative;
    }
    section.visual .image__area {
        position: absolute;
        top: 0;
        left: 0;
        filter: brightness(.5);
        width: 100%;
    }
    section.visual .image__area > img {
        width: 100%;
        height: 100%;
        min-height: 390px;
        max-height: 470px;
    }
    /* End 1단 배경이미지 */
    /* End Visual */

    /* Start news-title */
    section.news-title {
        position: relative;
    }
    section.news-title .inner {
        height: 100%;
        min-height: 390px;
        max-height: 470px;
    }
    section.news-title .inner .news-title__txt {
        position: absolute;
        top: 55%;
        left: 0;
        right: 0;
    }
    section.news-title .inner .news-title__txt > span {
        color: #FFF;
        text-align: center;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    /* End news-title */

    /* Start news-contents */
    section.news-contents {
        position: relative;
    }
    section.news-contents .inner {
        height: 100%;
    }
    section.news-contents .inner .news-contents-title {

    }
    section.news-contents .inner .news-contents-title .news-content-txt:first-child {
        margin-top: 170px;
    }
    section.news-contents .inner .news-contents-title .news-content-txt:first-child > span {
        color: #000;
        text-align: center;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.9px;
    }
    section.news-contents .inner .news-contents-title .news-content-txt:last-child {
        margin-top: 40px;
    }
    section.news-contents .inner .news-contents-title .news-content-txt:last-child > span {
        color: #959595;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        letter-spacing: -0.48px;
    }
    section.news-contents .inner .news-cards {
        margin-top: 120px;
        padding-bottom: 239px;
        display: grid;
        grid-template-columns: 360px 360px;
        grid-gap: 20px;
        place-content: center;
        text-align: center;
    }
    section.news-contents .inner .news-cards .card-content {
        display: inline-block;
        cursor: pointer;
    }
    section.news-contents .inner .news-cards .card-content > .card-image {
        width: 100%; /* 360px */
        height: 240px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    section.news-contents .inner .news-cards .card-content > .card-title {
        margin-top: 20px;
        text-align: start;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        letter-spacing: -0.4px;
    }
    section.news-contents .inner .news-cards .card-content > .card-createdDate {
        margin-top: 24px;
        text-align: start;
        color: #959595;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    /* End news-contents */

    /* Start pagination */
    section.news-contents .inner .news-cards .pagination {
        display: flex;
        justify-content: center;
        align-items: center;

        position: absolute;
        left: 0;
        right: 0;
        bottom: 139px;
    }
    section.news-contents .inner .news-cards .pagination .first-page.disabled,
    section.news-contents .inner .news-cards .pagination .previous-page.disabled,
    section.news-contents .inner .news-cards .pagination .next-page.disabled,
    section.news-contents .inner .news-cards .pagination .last-page.disabled {
        opacity: .3;
    }
    section.news-contents .inner .news-cards .pagination .first-page.disabled:hover,
    section.news-contents .inner .news-cards .pagination .previous-page.disabled:hover,
    section.news-contents .inner .news-cards .pagination .next-page.disabled:hover,
    section.news-contents .inner .news-cards .pagination .last-page.disabled:hover {
        cursor: default;
        font-weight: 400;
    }
    section.news-contents .inner .news-cards .pagination .first-page,
    section.news-contents .inner .news-cards .pagination .previous-page,
    section.news-contents .inner .news-cards .pagination .page-numbers,
    section.news-contents .inner .news-cards .pagination .next-page,
    section.news-contents .inner .news-cards .pagination .last-page {
        width: 30px;
        height: 30px;
        margin: 5px;
        padding: 5px;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 20px;
    }

    section.news-contents .inner .news-cards .pagination .first-page:hover,
    section.news-contents .inner .news-cards .pagination .previous-page:hover,
    section.news-contents .inner .news-cards .pagination .page-numbers:hover,
    section.news-contents .inner .news-cards .pagination .next-page:hover,
    section.news-contents .inner .news-cards .pagination .last-page:hover {
        cursor: pointer;
        font-weight: bold;
    }
    section.news-contents .inner .news-cards .pagination .page-numbers.active {
        background: rgba(0, 160, 233, 1);
        color: #FFF;
        font-weight: 700;
        cursor: default;
    }
    /* End pagination */

    /*footer {
        position: absolute;
        !*bottom: -100%;*!
        left: 0;
        right: 0;
    }*/
}
/* End Tablet Device */
/* Start Mobile Device */
@media screen and (max-width: 833px) {
    /* Start Visual */
    /* Start 1단 배경이미지 */
    section.visual {
        position: relative;
    }
    section.visual .image__area {
        position: absolute;
        top: 0;
        left: 0;
        filter: brightness(.5);
        width: 100%;
    }
    section.visual .image__area > img {
        width: 100%;
        height: 100%;
        min-height: 225px;
        max-height: 390px;
    }
    /* End 1단 배경이미지 */
    /* End Visual */

    /* Start news-title */
    section.news-title {
        position: relative;
    }
    section.news-title .inner {
        height: 100%;
        min-height: 225px;
        max-height: 390px;
    }
    section.news-title .inner .news-title__txt {
        position: absolute;
        top: 60%;
        left: 0;
        right: 0;
    }
    section.news-title .inner .news-title__txt {
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    /* End news-title */

    /* Start news-contents */
    section.news-contents {
        position: relative;
    }
    section.news-contents .inner {
        height: 100%;
    }
    section.news-contents .inner .news-contents-title {

    }
    section.news-contents .inner .news-contents-title .news-content-txt:first-child {
        margin-top: 80px;
    }
    section.news-contents .inner .news-contents-title .news-content-txt:first-child > span {
        color: #000;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.9px;
    }
    section.news-contents .inner .news-contents-title .news-content-txt:last-child {
        margin-top: 24px;
    }
    section.news-contents .inner .news-contents-title .news-content-txt:last-child > span {
        color: #959595;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
        letter-spacing: -0.32px;
    }
    section.news-contents .inner .news-cards {
        margin-top: 60px;
        padding-bottom: 196px;
        display: grid;
        grid-template-columns: 360px;
        grid-gap: 20px;
        place-content: center;
        text-align: center;
    }
    section.news-contents .inner .news-cards .card-content {
        display: inline-block;
        cursor: pointer;
        padding: 0 25px;
    }
    section.news-contents .inner .news-cards .card-content > .card-image {
        width: 100%; /* 360px */
        height: 210px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    section.news-contents .inner .news-cards .card-content > .card-title {
        margin-top: 20px;
        text-align: start;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
        letter-spacing: -0.4px;
    }
    section.news-contents .inner .news-cards .card-content > .card-createdDate {
        margin-top: 20px;
        text-align: start;
        color: #959595;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    /* End news-contents */

    /* Start pagination */
    section.news-contents .inner .news-cards .pagination {
        display: flex;
        justify-content: center;
        align-items: center;

        position: absolute;
        left: 0;
        right: 0;
        bottom: 96px;
    }
    section.news-contents .inner .news-cards .pagination .first-page.disabled,
    section.news-contents .inner .news-cards .pagination .previous-page.disabled,
    section.news-contents .inner .news-cards .pagination .next-page.disabled,
    section.news-contents .inner .news-cards .pagination .last-page.disabled {
        opacity: .3;
    }
    section.news-contents .inner .news-cards .pagination .first-page.disabled:hover,
    section.news-contents .inner .news-cards .pagination .previous-page.disabled:hover,
    section.news-contents .inner .news-cards .pagination .next-page.disabled:hover,
    section.news-contents .inner .news-cards .pagination .last-page.disabled:hover {
        cursor: default;
        font-weight: 400;
    }
    section.news-contents .inner .news-cards .pagination .first-page,
    section.news-contents .inner .news-cards .pagination .previous-page,
    section.news-contents .inner .news-cards .pagination .page-numbers,
    section.news-contents .inner .news-cards .pagination .next-page,
    section.news-contents .inner .news-cards .pagination .last-page {
        width: 30px;
        height: 30px;
        margin: 5px;
        padding: 5px;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 20px;
    }

    section.news-contents .inner .news-cards .pagination .first-page:hover,
    section.news-contents .inner .news-cards .pagination .previous-page:hover,
    section.news-contents .inner .news-cards .pagination .page-numbers:hover,
    section.news-contents .inner .news-cards .pagination .next-page:hover,
    section.news-contents .inner .news-cards .pagination .last-page:hover {
        cursor: pointer;
        font-weight: bold;
    }
    section.news-contents .inner .news-cards .pagination .page-numbers.active {
        background: rgba(0, 160, 233, 1);
        color: #FFF;
        font-weight: 700;
        cursor: default;
    }
    /* End pagination */

    /*footer {
        position: absolute;
        !*bottom: -100%;*!
        left: 0;
        right: 0;
    }*/
}
/* End Mobile Device */