/* ---------------------------------------- */

/* -----------------NEWS------------------- */

/* ---------------------------------------- */

.new_site_content {
    background: url('../images/News/bg_content.jpg');
    width: 1590px;
    height: auto;
    min-height: 1866px;
    flex-direction: column;
    align-items: center;
}

.new_site_content .section_title {
    width: 900px;
    margin: 20px auto;
}

.new_site_content .section_title img {
    width: 100%;
}

.news_site_board {
    background: url('../images/News/content_bg_new.png') no-repeat;
    width: 1320px;
    height: 1615px;
    padding-top: 140px;
}

.news_site_tab {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 40px 20px 80px;
}

.news_site_tab ul {
    width: 100%;
}

.news_site_tab ul li {
    background: url('../images/News/bg_btn_hd_ct.png') no-repeat;
    width: 251px;
    height: 100px;
    cursor: pointer;
    position: relative;
    margin: 0 15px;
    padding: 13px 0 0 0;
}

.news_site_tab ul li span {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    background: -webkit-linear-gradient(#ffcc00, #ffff99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 2px 3px #993333);
}

.news_site_tab ul li:first-child::before {
    content: unset;
}

.news_site_tab ul li:hover {
    filter: drop-shadow(1px 2px 3px #ffdc8f) brightness(1.15);
    width: 251px;
    height: 100px;
    color: #ebcc98;
}

.news_site_tab ul li:hover span {
    filter: drop-shadow(1px 2px 3px #b44d4d);
}

.news_site_tab ul li.active_news_site_tab {
    filter: drop-shadow(1px 2px 3px #ffdc8f) brightness(1.15);
    width: 251px;
    height: 100px;
    color: #ebcc98;
}

.news_site_tab ul li.active_news_site_tab span {
    filter: drop-shadow(1px 2px 3px #b44d4d);
}

.news_site_body {
    padding: 0 100px 0 140px;
    margin-top: 40px;
}

.news_site_body .tab_content {
    display: none;
}

.tab_content.active_news_site_body {
    display: block;
}

.news_site_body ul li.news_site_item {
    transition: all .4s;
    position: relative;
    margin-bottom: 20px;
}

.news_site_body ul li.news_site_item::after {
    content: "";
    background: url('../images/News/news_content_line.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.news_site_body ul li.news_site_item:hover {
    transform: translateX(10px);
}

.news_site_body ul li.news_site_item:hover .news_text a {
    color: #d18355;
}

.news_thumb {
    width: 340px;
    height: 168px;
}

.news_thumb img {
    max-width: 100%;
    height: 100%;
}

.news_label {
    font-size: 27px;
    font-weight: 700;
    flex: 1;
    background: -webkit-linear-gradient(#ffcc00, #ffff99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news_text {
    flex: 5;
    margin-left: 15px;
    font-family: verdara;
}

.news_text a {
    color: #7d492a;
}

.news_text .news_title {
    font-size: 27px;
    font-weight: 700;
}

.news_title span {
    margin-bottom: 0;
    justify-content: flex-end;
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 22px;
    background: -webkit-linear-gradient(#ffcc00, #ffff99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news_title p {
    margin-bottom: 0;
    width: 660px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    background: -webkit-linear-gradient(#ffcc00, #ffff99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news_des p {
    font-size: 20px;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-align: justify;
    color: #747474;
}

.news_site_paginate {
    margin-top: 50px;
}

.news_site_paginate .page-link {
    position: relative;
    display: block;
    padding: 10px 50px;
    margin-left: -1px;
    line-height: 1.25;
    color: #0d2641;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 20px;
    font-family: 'verdara';
}

/* ---------------------------------------- */

/* -----------------NEWS_DETAIL------------------- */

/* ---------------------------------------- */

.news_detail_content {
    background: url('../images/News/bg_content.jpg');
    width: 1590px;
    height: auto;
    min-height: 1800px;
    padding-bottom: 100px;
    padding-top: 50px;
    background-position: center top;
}

.news_detail_content .section_title {
    width: 900px;
    margin: 0 auto;
}

.news_detail_content .section_title img {
    width: 100%;
}

.news_detail_top {
    background: url('../../../index.html') no-repeat;
    width: 1200px;
    height: 202px;
    margin: 50px auto 0;
}

/* .news_detail_bot {
    background: url('../images/news_detail_bot.png') no-repeat;
    width: 1200px;
    height: 202px;
    margin: -190px auto;
} */

.news_detail_body {
    background-color: #E9DDCD;
    box-shadow: 0px 0px 6px 4px rgb(153 153 153 / 80%);
    width: 1175px;
    height: auto;
    position: relative;
    padding: 20px 30px;
    border-radius: 2px;
    margin: -190px auto 0;
    font-family: 'verdara' !important;
}

.news_detail_body table{
    width: 100% !important;
    height: 100% !important;
}

.new-detail-header {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.new-detail-header label {
    display: inline-block;
    margin-bottom: 40px;
    color: #876734;
}

.new-detail-body p {
    width: 100%;
    font-size: 20px;
    margin: 10px 0;
    text-align: justify;
    font-family: 'verdara' !important;
}

.new-detail-body p span {
    font-family: 'verdara' !important;
}

.new-detail-body p img {
    max-width: 100% !important;
    border: 1px solid #fff;
    padding: 1px;
    box-shadow: 0px 0px 5px #8b8b8b;
}

.new-detail-body img {
    max-width: 100% !important;
    border: 1px solid #fff;
    padding: 1px;
    box-shadow: 0px 0px 5px #8b8b8b;
}

.new-detail-body a {
    width: 100%;
}

table {
    border-collapse: collapse;
    text-align: center;
}

table td {
    padding: 0.5rem;
}

@media only screen and (max-width:1590px) {
    .new_site_content {
        width: 100%;
        height: auto;
        min-height: 116.7vw;
        flex-direction: column;
        align-items: center;
    }

    .new_site_content .section_title {
        width: 56.7vw;
        margin: 1vw auto;
    }

    .news_site_board {
        width: 83.02vw;
        height: 101.6vw;
        padding-top: 8.5vw;
    }

    .news_site_tab {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 3.5vw 2vw 1vw 4vw;
    }

    .news_site_tab ul li {
        width: 15.8vw;
        height: 6.3vw;
        font-size: 1.8vw;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
        color: white;
        margin: 0 1vw;
    }

    .news_site_tab ul li:hover {
        width: 15.8vw;
        height: 6.3vw;
    }

    .news_site_tab ul li.active_news_site_tab {
        width: 15.8vw;
        height: 6.3vw;
    }

    .news_site_tab ul li span {
        font-size: 2vw;
        text-transform: uppercase;
        font-weight: 500;
        background: -webkit-linear-gradient(#ffcc00, #ffff99);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(1px 2px 3px #993333);
    }

    .news_site_body {
        padding: 0 6vw 0 8.5vw;
        margin-top: 1.6vw;
    }

    .news_site_body ul li.news_site_item {
        transition: all .4s;
        position: relative;
        margin-bottom: 1vw;
    }

    .news_site_body ul li.news_site_item:hover {
        transform: translateX(0.5vw);
    }

    .news_site_body ul li.news_site_item::after {
        content: "";
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 0.12vw;
        position: absolute;
        bottom: -0.5vw;
        left: 0;
    }

    .news_thumb {
        width: 21.48vw;
        height: 10.613vw;
    }

    .news_label {
        font-size: 1.8vw;
        font-weight: 700;
        flex: 1;
        background: -webkit-linear-gradient(#ffcc00, #ffff99);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .news_text {
        width: 100%;
        margin-left: 1vw;
    }

    .news_text .news_title {
        font-size: 2vw;
        font-weight: 700;
    }

    .news_text .news_title span {
        font-size: 1.5vw;
    }

    .news_title p {
        margin-bottom: 0;
        width: 44vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }

    .news_des p {
        font-size: 1.5vw;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        text-align: justify;
    }

    .news_site_paginate .page-link {
        position: relative;
        display: block;
        padding: 0.5vw 3vw;
        margin-left: -1px;
        line-height: 1.25;
        color: #0d2641;
        background-color: #fff;
        border: 1px solid #dee2e6;
        font-size: 1.5vw;
    }    

    .news_site_paginate {
        margin-top: 2.5vw;
    }

    .news_detail_content {
        width: 100%;
        height: auto;
        min-height: 50vw;
        padding: 1vw 0 6vw 0;
    }

    .news_detail_content .section_title {
        width: 57vw;
        margin: 2vw auto;
    }

    .news_detail_top {
        background: url(../../../index.html) no-repeat;
        width: 74.674vw;
        height: 12.5701vw;
        margin: 0vw auto 0;
    }

    /* .news_detail_bot {
        background: url('../images/news_detail_bot.png') no-repeat;
        width: 74.647vw;
        height: 12.5701vw;
        margin: -11.8vw auto;
    } */

    .news_detail_body {
        background-color: #E9DDCD;
        box-shadow: 0px 0px 6px 4px rgb(153 153 153 / 80%);
        width: 80vw;
        height: auto;
        position: relative;
        padding: 1.2vw 1.5vw;
        border-radius: 0.3vw;
        margin: -11.8vw auto 0;
    }

    .new-detail-header {
        text-transform: uppercase;
        font-size: 1.8vw;
        font-weight: 700;
    }

    .new-detail-header label {
        display: inline-block;
        margin-bottom: 2.5vw;
    }

    .new-detail-body p {
        width: 100%;
        font-size: 1.2vw;
        margin: 1vw 0;
        text-align: justify;
    }
}

@media only screen and (max-width:1024px) {

    /* ---------------------------------------- */

    /* -----------------NEWS------------------- */

    /* ---------------------------------------- */

    .new_site_content {
        width: 100%;
        height: auto;
        min-height: 154vw;
        flex-direction: column;
        align-items: center;
    }

    .new_site_content .section_title {
        width: 77vw;
        margin: 4vw auto;
    }

    .news_site_body {
        padding: 0 7vw 0 7.5vw;
    }

    .news_site_board {
        width: 100%;
        height: 122vw;
        padding-top: 11vw;
    }

    .news_site_tab {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 3.5vw 2vw 1vw 5vw;
    }

    .news_site_tab ul li {
        width: 18.5vw;
        height: 7vw;
        font-size: 2.1vw;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
        color: white;
        padding: 1vw 0 0 0;
    }

    .news_site_tab ul li:hover {
        width: 18.5vw;
        height: 7vw;
    }

    .news_site_tab ul li.active_news_site_tab {
        width: 18.5vw;
        height: 7vw;
    }

    .news_site_body ul li.news_site_item:hover {
        transform: translateX(0.8vw);
    }

    .news_site_body ul li.news_site_item {
        transition: all .4s;
        position: relative;
        margin-bottom: 1vw;
    }

    .news_label {
        font-size: 2vw;
        font-weight: 700;
        flex: 1;
        background: -webkit-linear-gradient(#ffcc00, #ffff99);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .news_text {
        width: 100%;
        margin-left: 1vw;
    }

    .news_text .news_title {
        font-size: 2.5vw;
        font-weight: 700;
    }

    .news_text .news_title span {
        font-size: 1.8vw;
    }

    .news_title p {
        margin-bottom: 0;
        width: 50vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }

    .news_des p {
        font-size: 2vw;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        text-align: justify;
    }

    .news_title span {
        margin-bottom: 0;
        justify-content: flex-end;
        flex: 1;
        font-size: 1.8vw;
        display: flex;
        align-items: center;
    }

    .news_site_body ul li.news_site_item::after {
        content: "";
        width: 100%;
        background-size: cover;
        background-position: center;
        height: 0.12vw;
        position: absolute;
        bottom: -0.5vw;
        left: 0;
    }

    .pagination {
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: 0.2vw;
    }

    .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: 1.5vw;
        border-bottom-left-radius: 1.5vw;
    }

    .news_site_paginate {
        margin-top: 3.5vw;
    }

    .news_site_paginate .page-link {
        position: relative;
        display: block;
        padding: 1vw 5vw;
        margin-left: -1px;
        line-height: 1.25;
        color: #0d2641;
        background-color: #fff;
        border: 1px solid #dee2e6;
        font-size: 2vw;
    }

    .page-item:last-child .page-link {
        border-top-right-radius: 1.5vw;
        border-bottom-right-radius: 1.5vw;
    }

    /* ---------------------------------------- */

    /* -----------------NEWS_DETAIL------------------- */

    /* ---------------------------------------- */

    .news_detail_content {
        width: 100%;
        height: auto;
        min-height: 170vw;
        padding-top: 3vw;
    }

    .news_detail_content .section_title {
        width: 63vw;
        margin: 0 auto;
    }

    .news_detail_top {
        width: 95vw;
        height: 16vw;
        margin: 2vw auto 0;
    }

    .new-detail-header {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
    }

    /* .news_detail_bot {
        width: 95vw;
        height: 16vw;
        margin: -14.8vw auto 0;
    } */

    .news_detail_body {
        background-color: aliceblue;
        box-shadow: 0px 0px 5px 5px rgb(129 129 129 / 80%);
        width: 92.5vw;
        height: auto;
        position: relative;
        padding: 2vw 2vw;
        border-radius: 2px;
        margin: -14.8vw auto 0;
    }

    label {
        display: inline-block;
        margin-bottom: 2vw !important;
    }

    .new-detail-body p {
        width: 100%;
        font-size: 16px;
        margin: 2vw 0;
        text-align: justify;
    }
}

@media only screen and (max-width:568px) {
    .new-detail-header {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
    }

    label {
        display: inline-block;
        margin-bottom: 2vw !important;
    }

    .new-detail-body p {
        width: 100%;
        font-size: 14px;
        margin: 2vw 0;
        text-align: justify;
    }
}