/* ---------------------------------------- */

/* -----------------NEWS------------------- */

/* ---------------------------------------- */

.new_site_content {
    background: url('../images/News/bg_content.jpg') no-repeat;
    width: 1590px;
    height: auto;
    min-height: 1528px;
    flex-direction: column;
    align-items: center;
}

.new_site_content .section_title {
    width: 812px;
    margin: 0 auto;
}

.new_site_content .section_title img {
    width: 100%;
}

.news_site_board {
    background: url('../images/News/content_bg_new.png') no-repeat;
    width: 1330px;
    /* height: 1346px; */
    margin-bottom: 35px;
    /* transform: translateY(-40px); */

    border-image: url('../images/News/border.png') 93 92 87 92 stretch stretch;
    border-width: 5vw;
    border-style: inset;
    /* border-width: 93px 92px 87px 92px; */
    border-radius: 20px inset;
    
    background-clip: padding-box;
}

.news_site_tab {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0  60px 20px;
}

.news_site_tab ul {
    width: 100%;
}

.news_site_tab ul li {
    background: url('../images/News/bg_header_title.png') no-repeat;
    width: 267px;
    height: 60px;
    font-size: 30px;
    /* text-transform: uppercase; */
    font-weight: 500;
    cursor: pointer;
    color: #805e29;
    position: relative;
    margin: 0 15px;
}

.news_site_tab ul::after {
    content: '';
    background: url('../images/News/header_news_line.png') no-repeat;
    width: 1165px;
    height: 1px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 150px;
    left: 85px;
}

.news_site_tab ul li:first-child::before {
    content: unset;
}

.news_site_tab ul li:hover {
    background: url('../images/News/bg_header_title_active.png') no-repeat;
    width: 267px;
    height: 60px;
    color: #ebcc98;
}

.news_site_tab ul li.active_news_site_tab {
    background: url('../images/News/bg_header_title_active.png') no-repeat;
    width: 267px;
    height: 60px;
    color: #ebcc98;
}

.news_site_body {
    padding: 0 50px;
    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;
    color: #7d492a;
}

.news_text {
    flex: 3;
    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;
}

.news_title p {
    margin-bottom: 0;
    width: 660px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.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 .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_site_paginate.flex.center {
    margin-top: 60px;
}

/* ---------------------------------------- */

/* -----------------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: 812px;
    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';
}

.news_detail_body table td{
    padding: 10px;
}

.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;
}

.new-detail-body a {
    width: 100%;
}

@media only screen and (max-width:1590px) {
    .new_site_content {
        width: 100%;
        height: auto;
        min-height: 97.5vw;
        flex-direction: column;
        align-items: center;
    }

    .new_site_content .section_title {
        width: 51vw;
        margin: 0 auto;
    }

    .news_site_board {
        width: 83.71vw;
        /* height: 84.7vw; */
        /* transform: translateY(-2vw); */
        margin-bottom: 35px;
    }

    .news_site_tab {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 3vw 1.2vw;
    }

    .news_site_tab ul li {
        width: 16.804vw;
        height: 3.776vw;
        font-size: 1.8vw;
        /* text-transform: uppercase; */
        font-weight: 500;
        cursor: pointer;
        color: #855050;
        margin: 0 1vw;
    }

    .news_site_tab ul li:hover {
        width: 16.804vw;
        height: 3.776vw;
    }

    .news_site_tab ul li.active_news_site_tab {
        width: 16.804vw;
        height: 3.776vw;
    }

    .news_site_tab ul::after {
        content: '';
        background: url('../images/News/header_news_line.png') no-repeat;
        width: 88%;
        height: 0.02vw;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 8.5vw;
        left: 5vw;
    }

    .news_site_body {
        padding: 0 3vw;
        margin-top: 1.6vw;
    }

    .news_site_body ul li.news_site_item {
        transition: all .4s;
        position: relative;
        margin-bottom: 0.9vw;
    }

    .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.11vw;
        position: absolute;
        bottom: -0.45vw;
        left: 0;
    }

    .news_site_paginate.flex.center {
        margin-top: 3vw;
    }

    .news_thumb {
        width: 21.48vw;
        height: 10.613vw;
    }

    .news_text {
        width: 100%;
        margin-left: 1vw;
    }

    .news_text .news_title {
        /* font-size: 2vw; */
        font-weight: 700;
    }

    .news_label {
        /* 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_detail_content {
        width: 100%;
        height: auto;
        min-height: 50vw;
    }

    .news_detail_content .section_title {
        width: 51vw;
        margin: 0 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: 73.118vw;
        height: auto;
        position: relative;
        padding: 1.2vw 1.5vw;
        border-radius: 0.5vw;
        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: 118vw;
        flex-direction: column;
        align-items: center;
        padding-top: 2vw;
    }

    .news_site_body {
        padding: 0 4vw;
    }

    .news_site_board {
        width: 99vw;
        /* height: 100vw; */
        /* transform: translateY(-1vw); */
        margin-bottom: 35px;
    }

    .news_site_tab {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 3vw 2.2vw;
    }

    .news_site_tab ul::after {
        content: '';
        background: url('../images/News/header_news_line.png') no-repeat;
        width: 88%;
        height: 0.02vw;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 10.5vw;
        left: 5vw;
    }

    .news_site_tab ul li {
        width: 20.5vw;
        height: 4.55vw;
        font-size: 4vw;
        /* text-transform: uppercase; */
        font-weight: 500;
        cursor: pointer;
        color: #855050;
    }

    .desGame .name {
        font-size: 7vw;
    }

    .desGame .des {
        font-size: 4vw;
    }

    .news_site_tab ul li:hover {
        width: 20.5vw;
        height: 4.55vw;
    }

    .news_site_tab ul li.active_news_site_tab {
        width: 26.5vw;
        height: 5.55vw;
    }

    .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: 1.2vw;
    }

    .news_text {
        width: 100%;
        margin-left: 1vw;
    }

    .news_text .news_title {
        /* font-size: 2.2vw; */
        font-weight: 700;
    }

    .news_label {
        /* font-size: 2.2vw; */
        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.10vw;
        position: absolute;
        bottom: -0.6vw;
        left: 0;
    }

    .news_site_paginate.flex.center {
        margin-top: 5vw;
    }

    .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 .page-link {
        position: relative;
        display: block;
        padding: 0.8vw 4vw;
        margin-left: -1px;
        line-height: 1.25;
        color: #0d2641;
        background-color: #fff;
        border: 1px solid #dee2e6;
        /* font-size: 1.5vw; */
    }

    .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: 58vw;
        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:768px){
    table{
        width: 100% !important;
        display: inline-block;
    overflow-x: auto;
    white-space: nowrap;
    }

    .news_detail_body table {
        padding: 10px;
    }
}

@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;
    }
}