/* Google Web Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

/*---- header ----*/
@import url("https://images3.iwplay.com.tw/image/zxsj/main/css/news_header.css");

/*---- footer ----*/
@import url('https://ids.iwplay.com.tw/includ/footer/footer.css');

/*--------------------------------------*/
*,
:after,
:before {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    outline: none;
}

html,
body {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #eef2f6 !important;
    letter-spacing: 1px;
    word-break: break-all;
    font-size: 16px;
    color: #202e3e;
    background-size: cover;

    font-family: 'Noto Sans TC', sans-serif;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input,
input:focus {
    outline: none;
    border: 0 none;
}

textarea {
    resize: vertical;
    outline: none;
}

a {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.button {
    transition: .5s;
    display: inline-block;
}

.button:hover {
    filter: brightness(1.2);
    transform: scale(1.05);
}

.section-padding {
    padding: 2% 0;
}

.section-title {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}



/*中央範圍*/
.newsdetails .container {
    max-width: 83% !important;
}



/*活動*/
.newsdetails-actbadge {
    display: inline-block;
    background: #ffb04a;
    text-align: center;
    color: #000000;
    padding: 4px 10px;
    margin-bottom: 5px;
    font-size: 16px;
}

/*新聞*/
.newsdetails-newsbadge {
    display: inline-block;
    background: #00cfb6;
    text-align: center;
    color: #000000;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 16px;
}

/*系統*/
.newsdetails-sysbadge {
    display: inline-block;
    background: #64add5;
    text-align: center;
    color: #000000;
    padding: 4px 10px;
    margin-bottom: 5px;
    font-size: 16px;
}

.systemtime,
.newstime {
    color: #202e3e;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

/* ==========================
   Main Menu Styles 導覽列
============================ */


.main-menu {
    background: #000;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;

}

.main-menu .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.navbar-brand {
    margin: 0;
}

.navbar-nav {
    margin: 0;
}

.navbar .navbar-collapse {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar .navbar-collapse ul li {
    position: relative;
}


.navbar .navbar-collapse ul li a {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar .navbar-collapse ul li a:hover {
    color: #dabfa4;
}

.navbar .navbar-collapse ul li a.dropdown-toggle:after {
    content: none;
}

.navbar .navbar-collapse ul li.active a {
    color: #fff;
}

.navbar .navbar-collapse ul li.active .dropdown-menu a {
    color: #fff;
}

.navbar .navbar-collapse ul li.dropdown .dropdown-menu {
    top: 60px;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 15px 0;
    min-width: 12rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-collapse ul li.dropdown .dropdown-menu:before {
    position: absolute;
    content: "";
    left: 8px;
    top: -9px;
    border-bottom: 9px solid #ededed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.navbar .navbar-collapse ul li.dropdown .dropdown-menu a {
    padding: 5px 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.navbar .navbar-collapse ul li.dropdown .dropdown-menu a:hover {
    background: none;
}

.navbar .navbar-collapse ul li.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 40px;
}

.navbar .navbar-collapse ul li.dropdown:hover a.nav-link {
    color: #fff !important;
}

.navbar .navbar-collapse.collapse.show {
    z-index: 100;
    background: #000;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}

.navbar .nav-com {
    float: left;
    display: flex;
    flex-direction: row;
}


.icon-menu:before {
    color: #fff;
}

/* ==========================
   system 遊戲新聞
============================ */
.system-more {
    margin-bottom: 1rem;
    position: relative;
}


.system-more span:after {
    width: calc(100% - 215px);
    display: inline-block;
    content: '';
    height: 1px;
    background-color: #daebf7;
    margin: 5px 8px;
}

.system-more .btns {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 4px 14px;
    background: transparent;
    color: #daebf7;
    font-weight: 400;
    border: 1px solid #daebf7;
}

.system-more .btns:hover {
    background: #daebf7;
    color: #fff;
    font-weight: 400;
    border: 1px solid #daebf7;
}

.system-single {
    border-bottom: 1px #fff solid;
    padding-bottom: .7rem;
    margin-bottom: .7rem;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
}


.system-details a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.system-details a:hover {
    color: #daebf7;
}

/* .system-single .system-title span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.system-single .system-title span:hover {
    font-size: 16px;
    font-weight: 500;
    color: #daebf7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.system-details a {
    color: #fff;
}

.system-details a:hover {
    color: #daebf7;
} */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.system-single .system-details .morebtn {
    display: inline-block;
    font-size: 14px;
    padding: 0px 20px;
    color: #dabfa4;
    font-weight: 400;
    -webkit-border-radius: .25rem;
    border: 1px solid #dabfa4;
    border-radius: .25rem;
    margin: 0rem;
}

.system-single .system-details .morebtn:hover {
    color: #fff;
    background: #dabfa4;

}

.carousel-indicators {

    margin-bottom: 5px;

}

.carousel-indicators li {
    border-radius: 50rem;
    border: 1px;
    width: 8px;
    height: 8px;
}



/* ==============================
    latestnews Styles   最新消息
=============================== */
.latestnews,
.newsdetails {

    /*圖片背景*/
    background: url(https://images3.iwplay.com.tw/image/zxsj/main/image/news_list/PC_bg.webp) repeat-y center top;
    background-size: inherit;
    /*background-color: #161d2c;*/
}


.latestnews-single {
    border-bottom: 1px #f2e6ce solid;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.latestnews .latestnews-single figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    text-align: center;
}


.latestnews .latestnews-single figure img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}


.latestnews .latestnews-single figure:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.latestnews-single .latestnews-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.latestnews-single .latestnews-title a {
    color: #fff;
}

.latestnews-single .latestnews-title a:hover {
    color: #dabfa4;
}




.morebtn {
    display: inline-block;
    font-size: 12px;
    padding: 8px 12px;
    background: transparent;
    color: #fff;
    font-weight: 400;
    -webkit-border-radius: .25rem;
    border-radius: 0;
}

.morebtn:hover {
    color: #dabfa4;
    font-weight: 400;
}

/* ==============================
    newsdetails Styles   新聞內頁
=============================== */


.newsdetails .newsdetails-title {
    font-size: 20px;
    font-weight: 600;
    color: #202e3e;
    margin-bottom: 1rem;
}

.newsdetails .newsdetails-contents {
    text-align: justify !important;
}

.newsdetails .newsdetails-contents h3 {
    margin: 1.5rem 0;
    font-size: 18px;
    font-weight: 500;
    color: #e02e2c;
}

.newsdetails .newsdetails-contents p {
    margin: 0.5rem 0;
}

.newsdetails .newsdetails-contents a {
    color: #e02e2c;
}

.newsdetails .newsdetails-contents a:hover {
    color: #dabfa4;
}

.newsdetails .newsdetails-contents blockquote {
    border: 15px solid #f5f5f5;
    padding: 20px;
    font-style: italic;
    margin: 30px 0;
    color: #dabfa4;
}

.newsdetails .newsdetails-contents blockquote span {
    color: #dabfa4;
    display: inline-block;
    padding-right: 5px;
}


.newsdetails img {
    width: 100%;
}



/*回上層_btn*/
.backto,
.backto img {
    position: relative;
    width: 67%;
    margin: 3% auto;
    text-align: center;
    z-index: 1;
    padding-top: 5%;
}


.backto img {
    transform: scale(0.96);
    transition: 0.2s;
}


.backto img:hover {
    transform: scale(1.05);
    transition: 0.2s;
}



/*table 相關*/
.newsdetails table {
    max-width: 720px !important;
    width: 100% !important;
    height: auto !important;
}


.newsdetails table td {
    width: auto !important;
    height: auto !important;
}


/* ==========================
   pagination Styles 頁碼
============================ */


.pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.pagination ul li {
    margin-right: 8px;
}

.pagination ul li:last-child {
    margin-right: 0;
}

.pagination ul li a {
    padding: 3px 10px;
    border: 1px solid #dabfa4;
    color: #dabfa4;
}

.pagination ul li a:hover {
    color: #1d1e20;
    border-color: #dabfa4;
    background: #dabfa4;
}

.pagination ul li.active a {
    color: #1d1e20;
    border-color: #dabfa4;
    background: #dabfa4;
}




/*------------0529特調-----------*/
.space_box {
    width: 100%;
    height: auto;
    padding-bottom: 5%;
}

.s_title {
    width: 49%;
    height: auto;
    margin: 0 auto;
}


.domload_title {
    width: 55%;
    height: auto;
    padding-bottom: 0%;
    cursor: pointer;

    transform: scale(0.9);
    transition: 0.5s;

}

.domload_title:hover {
    transform: scale(1);
    transition: 0.5s;
}


.s_nc_word {
    text-align: center;
    font-size: 0.8vw;
}

.s_nc_word .span_link_1 {
    font-size: 0.8vw;
    font-weight: 800;
    color: #e5230d;
    text-decoration: underline;
}

.s_nc_word .span_link_1:hover {
    color: #971506;
}

/*測試工具*/
.tool_box {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 17%;

    background-color: #00cfb700;
    /*顏色標記*/
}

.s_pft_word_1 {
    text-align: left;
    font-size: 0.8vw;
}

.s_pft_word_1 .span_color_1 {
    font-size: 0.8vw;
    font-weight: 800;
    color: #e5230d;
}

.s_pft_word_1 .span_link_1 {
    font-size: 0.8vw;
    font-weight: 800;
    color: #e5230d;
    text-decoration: underline;
}

.s_pft_word_1 .span_link_1:hover {
    color: #971506;
}

.windows_btn {
    position: absolute;
    width: 43%;
    height: auto;
    /*top: 2%;
    left: 7%;*/
    top: 4%;
    left: 29%;
    z-index: 60;
    cursor: pointer;

    transform: scale(0.9);
    transition: 0.5s;
}

.windows_btn:hover {
    transform: scale(1);
    transition: 0.5s;
}

.mac_btn {
    position: absolute;
    width: 43%;
    height: auto;
    top: 2%;
    left: 49%;
    z-index: 60;
    cursor: pointer;

    transform: scale(0.9);
    transition: 0.5s;
}

.mac_btn:hover {
    transform: scale(1);
    transition: 0.5s;
}


@keyframes join_br {
    0% {
        filter: brightness(1.05);
        transform: scale(1);
    }

    50% {
        filter: brightness(0.8);
        transform: scale(0.85);
    }

    100% {
        filter: brightness(1.05);
        transform: scale(1);
    }
}




/*****************************
	RESPONSIVE
*****************************/

/* 991 */
@media (max-width: 991px) {

    /*中央範圍*/
    .newsdetails .container {
        max-width: 80% !important;
    }



    .section-title {
        max-width: 350px;
    }

    .newsdetails .newsdetails-title {
        margin-top: 1rem;
    }




    /*--0529特調--*/
    .s_nc_word {
        font-size: 1.6vw;
    }

    .s_nc_word .span_link_1 {
        font-size: 1.6vw;
    }

    .domload_title {
        width: 62%;
    }

    .s_title {
        width: 80%;
        padding-top: 2%;
        padding-bottom: 0%;
    }


    /*--測試工具--*/
    .s_pft_word_1 {
        font-size: 1.6vw;
    }

    .s_pft_word_1 .span_color_1 {
        font-size: 1.6vw;
    }

    .s_pft_word_1 .span_link_1 {
        font-size: 1.6vw;
    }


}



@media (max-width: 767px) {

    .latestnews,
    .newsdetails {

        /*圖片背景*/
        background: url(../image/specs/sp_bg.webp) repeat-y center top;
        background-size: inherit;
        /*background-color: #161d2c;*/
    }

    /*中央範圍*/
    .newsdetails .container {
        max-width: 95% !important;
    }




    /*--0529特調--*/
    .s_nc_word {
        font-size: 3vw;
    }

    .s_nc_word .span_link_1 {
        font-size: 2.6vw;
    }

    .domload_title {
        width: 66%;
    }

    /*--測試工具--*/
    .s_pft_word_1 {
        font-size: 3vw;
    }

    .s_pft_word_1 .span_color_1 {
        font-size: 2.6vw;
    }

    .s_pft_word_1 .span_link_1 {
        font-size: 2.6vw;
    }


    .tool_box {
        padding-bottom: 29%;
    }

    .windows_btn {
        width: 81%;
        top: 4%;
        left: 10%;
    }

    .mac_btn {
        width: 81%;
        top: 48%;
        left: 10%;
    }


}


@media only screen and (max-width: 575px) {
    .section-title {
        max-width: 280px;
    }
}



.fa-angle-left:before {
    content: "<<" !important;
}

@media (max-width: 1100px) {
    .fa-angle-left:before {
        content: "<" !important;
    }
}