/*  index
-------------------------------------------------
    - Import
    - text
    - df-width
    - layout
-------------------------------------------------*/



/*-----------------------------------------------
     Import
-----------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,800;1,100;1,300;1,400;1,500;1,800&display=swap');

.wrapper ,#wrapper
{

    position: relative;
}
/*-----------------------------------------------
     text
-----------------------------------------------*/

h1 {
    color: rgb(0, 0, 0);
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 10% 0;
}

h2{
    color: rgb(248, 24, 70);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 10% 0 3% 0;
}

.date {
    text-align: left;
    font-size: 0.8rem;
    margin: 0px 0 -12px 0;
    padding: 0;
    color: rgb(248, 24, 70);
    letter-spacing: 0.1rem;
}

hr
{
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: 15px;
    border: 0;
    border-bottom: 1px solid rgb(213, 213, 213);
    position: relative;
    margin: 51px 0 50px 0px;
    overflow: inherit;
     }

hr:after{
    content:'';
    position: absolute;
    left: -12px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border:1px solid rgb(188, 188, 188);
}


@media screen and (max-width:768px) {
    .date {
        /*! font-size: 0.75rem; */
        /*! margin: -5px 0 -4px 18%; */
        /*! padding: 0; */
    }
h1 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 10% 0;
}
h2{
    font-size: 1.4rem;

}

}
/*-----------------------------------------------
     p
-----------------------------------------------*/

p,.content div,.content div p,.content div span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.06rem;
margin:0;
}
@media screen and (max-width:768px)
{
p,.content div,.content div p,.content div span {
    line-height: 2.2;
    letter-spacing: 0.03rem;
}

}




/*-----------------------------------------------
    a
-----------------------------------------------*/


.content  a,.content div  a{
    padding: 0 0px 0 22px;
    background: url(https://media.zlongame.com/media/news/jp/archeland/officesite/news/icon-next.png) 0 7px / 17px no-repeat;

    color: rgb(248, 24, 70);
    margin: 3% 1% -1% 1%;
/*margin: 3% 3% 4% 0;*/
    display: inline-block;
    /*border-bottom: 1px solid rgb(248, 60, 125);*/
    height: 30px;
    line-height: 30px;
    transition: all .3s ease;
    letter-spacing: 0.05rem;
    position: relative;
    width: auto;
}


.content a:after,.content div a:after  {
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 20px;

    background: rgb(248, 24, 70);

}



.content .back-news a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: rgb(248, 24, 70);
    color: #fff;

    text-align: center;
    line-height: 30px;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    padding: 0 10px;
    max-width: 120px;

}

/*-----------------------------------------------
    df-width
-----------------------------------------------*/

.df-width {
    height: 100%;
    max-width: 1700px;
    overflow: hidden;
}


/*  layout
-------------------------------------------------
    - html,body
    - main
    - header
    - section
    - footer
-------------------------------------------------*/

html,
body {
    background: rgba(250, 250, 250, 0.6);
}

/*prelodd*/
body::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
    content: '';

    /*    background-image:
        url(https://tw-media.game-beans.com/media/pictures/mp/news/img/system/man-1.png),
        url(https://tw-media.game-beans.com/media/pictures/mp/news/img/system/man-2.png),
        url(https://tw-media.game-beans.com/media/pictures/mp/news/img/system/man-3.png),
        url(https://tw-media.game-beans.com/media/pictures/mp/news/img/system/man-4.png),
        url(https://tw-media.game-beans.com/media/pictures/mp/news/img/system/man-5.png),
        url(https://tw-media.game-beans.com/media/pictures/mp/news/img/hero/girl-1.png),
        url(https://tw-media.game-beans.com/media/pictures/mp/news/img/hero/girl-2.png),
        url(https://tw-media.game-beans.com/media/pictures/mp/news/img/hero/girl-3.png);*/

}




/*-----------------------------------------------
    main
-----------------------------------------------*/
main {
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
    animation: blur .8s ease-out 0s 1 both;
    background: #fff;
}

section {
    width: 100%;
    text-align: justify;
    background: #fff;

}





/*-----------------------------------------------
    news-group
-----------------------------------------------*/
.news {
    position: relative;
    width: 100%;
    min-height: 100vh;
    /*! top: 0; */
    /*! right: 0; */
    /*! overflow: hidden; */
    margin-bottom: 5%;
}


.news>ul {
    display: flex;
    height: auto;
}


.block {

    width: 45%;
}

.news-group {

    width: 55%;
}



@media screen and (min-width:1921px) {
    .block {

        width: 48%;
    }

    .news-group {

        width: 50%;
    }

}

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

    .block {

        width: 100%;
        height: 30vh;
        /*! background: red; */
        /*! position: relative; */
        /*! display: block; */
        /*! min-height: 300px; */
    }

    .news-group {

        width: 100%;
    }

    .news>ul {
        /*! margin-top: 65%; */
        flex-direction: column;
    }
}

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

    .block {

        height: 34vh;
    }

    .news-group {

        width: 100%;
    }

    .news>ul {
        /*! margin-top: 59%; */
    }
}
/*-----------------------------------------------
   list
-----------------------------------------------*/
.list {
    width: 70%;
    margin: 0 0 0 30%;
    /*background: rgba(203, 152, 152, 0.6);*/
}


.list>ul {
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
 height: auto;
}

.list>ul>li {
    /*! border-bottom: 1px solid rgba(200, 200, 200, 0.6); */
    height: 107px;
    padding: 4% 0 0 0;
 height: auto;

}

.word {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    line-height: 1.5;
    letter-spacing: 0.08rem;
}

.list>ul>li a {
    padding: 15px 0 10px 0;
    /*! background: #eec7c770; */
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

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

    .word {


        line-height: 1.5;
        letter-spacing: 0.05rem;
        font-size: 0.9rem;
    }

    .list {
        width: 79%;
        margin: 0 0 0 20%;
    }

}

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

    .list>ul {
        padding: 5px 5px 0 0;
    }

    .list>ul>li {
        height: 80px;
        padding: 4% 0 0 0;

    }

    .word {


        line-height: 1.5;
        letter-spacing: 0.05rem;
        font-size: 0.9rem;
    }

    .list {
        width: 85%;
        margin: 0 10% 0 10%;
    }

}

/*-----------------------------------------------
    content
-----------------------------------------------*/

.content,.content-s{
    width: 88%;
    min-height: 800px;
    max-width: 1000px;
    padding: 5% 0% 5% 10%;
}

.content-b{
    width: 85%;
    min-height: 800px;
    max-width: 960px;
    padding: 5% 0%;
}


@media screen and (max-width:768px)
{
.content{
    width: 95%;


    margin: auto;
    padding: 15px;
    /*! margin: ; */
}
}
/*-----------------------------------------------
    img
-----------------------------------------------*/

.content img {
    margin: 7% auto;
height:auto !important;
/*! width: 100%; */
}


/*-----------------------------------------------
    move
-----------------------------------------------*/
.btn-move,.btn-back{
    position: absolute;
    /*! top: 33%; */
    left: 0;
    width: 123px;
    height: 45px;
        /*background: rgba(152, 203, 155, 0.6);*/
    background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/icon-hide.png) 10px 50% / 40px no-repeat;

        z-index: 10;
        cursor: pointer;


}
.btn-back{

    display: none;
    left: -27%;
     background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/icon-back.png) 10px 50% / 40px no-repeat;
}
.move-left{
    left: -30%;transition: all .5s ease;
}
.move-back{
    left: 0;transition: all .5s ease;
}


.move-center{
    width: 90%;transition: all .5s ease;
}

.move-right{
    width: 55%;transition: all .5s ease;
}


@media screen and (min-width:1921px) {

.move-left{
    left: -20%;transition: all .5s ease;
}
.btn-move,.btn-back{
    left: 0%;



}
}


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

.btn-move,.btn-back{
    left: -30%;



}
}
@media screen and (max-width:1400px)
{
.btn-move,.btn-back{
    left: 0%;



}
}



@media screen and (max-width:768px)
{
.move-back,.move-left{
    left: 0;transition: all 0s ease;
}
.move-center{
    width: 100%;transition: all 0s ease;
}
.btn-move,.btn-back{
    display: none;
}

}

/*-----------------------------------------------
    bg
-----------------------------------------------*/

.bg {
    position: fixed;
    /*left: 0;*/
    top: 0;
    width: 44%;
    height: 100vh;
    /*! border-right: 1px solid rgb(255, 213, 212); */
    animation: blur .8s ease-out 0s 1 both;
    transition: all .3s ease;
    /*! pointer-events: none; */
}


.bg-1 {
    background:#fff url(https://tw-media.game-beans.com/media/pictures/mp/news/img/bg-1.jpg) 0% 0% / 90% no-repeat;
    /*! border: 1px solid rgb(255, 213, 212); */
}

.bg-2 {
    background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/bg-2.jpg) 100% 0% / cover no-repeat;
}

.bg-3 {
    background: #fff url(https://tw-media.game-beans.com/media/pictures/mp/news/img/bg-3.jpg) 100% 0 / 100% no-repeat;
    border-right: 1px solid #ffd8d7;
}

.bg-new {
    background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/bg-new.jpg) left 80% / cover no-repeat;
}



.frame {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/frame.png) right top / cover no-repeat;
    z-index: 10;
    left: 0;
    top: 0;
}


@media screen and (min-width:1921px) {
    .bg {
        /*! left: 0; */
        top: 0;
        width: 45%;
        height: 100vh;


        position: absolute;
    }
}


@media screen and (max-width:768px) {
    .bg {
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        border: 0;
        padding: 0 0 59% 0;
        position: absolute;
    }

    .bg-1 {
        background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/bg-1-m.jpg) 50% 0% / cover no-repeat;
    }

    .bg-2 {
        background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/bg-2-m.jpg) 50% 0% / cover no-repeat;
    }

    .bg-3 {
        background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/bg-3-m.jpg) 50% 0% / cover no-repeat;
    }

    .bg-new {
        background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/bg-new-m.jpg) 50% 0% / cover no-repeat;
    }


    .frame {
        display: none;
    }

}


/*-----------------------------------------------
    tit
-----------------------------------------------*/

.tit {
    margin: 7% 0 1%;
    max-width: 80%;
}

@media screen and (max-width:768px) {
    .tit {
        margin: 7% 0 3% 8%;
        max-width: 65%;
    }
}


/*-----------------------------------------------
   tag
-----------------------------------------------*/
.tags {
    display: inline-block;
    margin: 5% 0 3% 32%;
    height: 20px;


    /*! transform: scale(0.85); */
}

.tags ul {
    display: flex;
    width: 100%;
    height: 100%;
}

.tags ul li {

    border-radius: 10px;

    /*! padding: 0px 5px; */
    margin: 0 3px;
}

.tag a {
    color: rgb(248, 24, 70);
    letter-spacing: 0.05rem;
    font-size: 0.95rem;
    line-height: 25px;
    display: block;
    text-align: center;
    padding: 0 15px;
    background: transparent;
    border: 1px solid rgb(248, 24, 70);
    border-radius: 30px;
    height: 25px;
}

.tag-red {
    background: rgb(241, 180, 193);
}

.tag-black {
    background: rgb(133, 141, 149);
}

.tag-blue a {
    background: rgb(248, 24, 70);
    color: #fff;
    border: 0px solid #fff;
}



.left-tag {
    position: absolute;
    left: -75px;
    top: 18px;
    padding: 0 8px;
    border-radius: 9px;


}


.tag01 {
    animation: pagination 0.5s ease-out 0.8s 1 both;
}

.tag02 {
    animation: pagination 0.5s ease-out 1.0s 1 both;
}

.tag03 {
    animation: pagination 0.5s ease-out 1.2s 1 both;
}

.tag04 {
    animation: pagination 0.5s ease-out 1.4s 1 both;
}

.tag05 {
    animation: pagination 0.5s ease-out 1.6s 1 both;
}

.tag06 {
    animation: pagination 0.5s ease-out 1.8s 1 both;
}



@media screen and (max-width:1400px) {
    .tags {


        transform: scale(0.85);
    }

}


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

    .tags {
        display: block;
        margin: 0 0 16px 0px;
        height: 18px;


    }

    .left-tag {
        left: 5%;
        top: -3px;


        padding: 0 5px;
    }

}

/*-----------------------------------------------
    pagination
-----------------------------------------------*/

.cms_pagination>div {
    color: #000;
    text-align: left;
    position: relative;
    width: 320px;
    margin: 6% 0 5% 5%;
    width: 320px;
    height: 65px;
    /*! animation: pagination 1s ease-out 1.8s 1 both; */
}




@keyframes pagination {

    0%,
    30% {
        opacity: 0;
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
    }
}



.cms_pagination>* {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}

.cms_pagination select {
    margin: 0 10px;
}

.cms_pagination div a:nth-child(1) {
    position: relative;
    width: 100%;
    height: 10px;
    top: 0;
    display: initial;
    z-index: 21;
}

.cms_pagination div a:nth-child(1):before {
    content: '';
    position: relative;
    /*! margin: 10px; */
    width: 100%;
    height: 0px;
    top: 0;
    display: block;
}

.cms_pagination a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 21px;
    top: -2px;
    z-index: -1;
    background: rgb(248, 24, 70);
    border-radius: 30px;
    margin: auto;
    left: 0;
}
.cms_pagination div a:nth-child(1):after {
    content: '';
    position: absolute;
    width: 53px;
    height: 21px;
    z-index: -1;
    background: transparent;
    /*background: rgb(40, 105, 172);*/
    border-radius: 30px;
    margin: auto;
    top: 19px;
    left: -1662%;
}
.cms_pagination div a:nth-child(2):before {
    content: '';
    position: absolute;
    width: 53px;
    height: 21px;
    /*! bottom: 0; */
    /*! top: 27px; */
    z-index: -1;
    background: rgb(248, 24, 70);
    border-radius: 30px;
    margin: auto;
    top: -2px;
    left: -59px;
}

.cms_pagination a:before {
    /*! content: ''; */
    /*! background: #131313; */
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cms_pagination a,
.cms_pagination select {
    padding: 1px 7px;
    /*! background: #131313; */
    border-radius: 7px;
    font-size: 14px;

    color: #fff;

    /*! display: inline; */
    position: relative;
    font-size: 0.8rem;
    margin: 0 2px;
    cursor: pointer;
    z-index: 10;
    /*! box-shadow: none; */
    display: initial;
    letter-spacing: 0.1rem;
}


.cms_pagination select {
    border: none;
    background: #dddcdc;
    color: #000;
    min-width: 20px;
    max-width: 84px;
    display: initial;
    height: 22px;
    width: 36px;
    border-radius: 11px;
    padding: 0 6px;
    line-height: 2;
}



/*-----------------------------------------------
    footer
-----------------------------------------------*/

footer {
    width: 100%;
    height: 13vw;
    background: #f2f2f2;
z-index: 10;
}


.copyright {
    position: relative;
    width: 100%;
    height: 100%;
}

.copyright {
    position: relative;
    width: 95%;
    height: 100%;
    margin: auto;
}

.copyright ul {
    display: flex;
    width: 100%;
}

.copyright ul li:nth-child(1) {
    flex: 6;
    /*! background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/info.png) 0 50% /35% no-repeat; */
}

.copyright ul li:nth-child(2) {
    flex: 6;
    background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/footer-m.png) 50% 50% /49% no-repeat;
}

@media screen and (max-width:1600px) {
    footer {
        height: 20vw;
    }

    .copyright ul li:nth-child(1) {
        /*! background: #fff url(https://tw-media.game-beans.com/media/pictures/mp/news/img/info.png) 0 60% /40% no-repeat; */
    }

    .copyright ul li:nth-child(2) {
        background: url(https://tw-media.game-beans.com/media/pictures/mp/news/img/footer-m.png) 0% 60% /70% no-repeat;
    }

}


@media screen and (max-width:768px) {
    footer {
        height: 90vw;
        background: #eeeeeead url(https://tw-media.game-beans.com/media/pictures/mp/news/img/footer-m.png) center 61% /90% no-repeat;
    }

    .copyright {
        opacity: 0;
    }
}
.back-news{
    height: 30px;
}


/*-----------------------------------------------
    menu-bottom
-----------------------------------------------*/

.menu-bottom {
    position: absolute;
    right: 45px;
    bottom: 28%;
    width: 25%;
    /*! height: 25px; */
    /*! background: rgba(228, 228, 228, 0.4); */

    width: 4%;
    /*! margin: 10px auto 0; */
    z-index: 10;
    border-radius: 5px;
    /*! text-align: right; */
}

.menu-bottom ul li:after {
    content: '';
    /*! background: rgba(159, 159, 159, 0.6); */
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
}

.menu-bottom ul li:nth-child(1):after {

    width: 0px;

}

.menu-bottom ul {
    display: flex;
    width: 98%;
    padding: 0;
    margin: auto;
    flex-direction: column;
    /*! background: rgba(228, 228, 228, 0.4); */
    height: 100%;
}

.menu-bottom ul li {
    padding: 0;
    list-style: none;
    flex: 1;
}

.menu-bottom a {
    font-size: 0.8rem;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #555;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.02rem;
    transition: all .3s ease;
    border-bottom: 1px solid #e4e4e4;
}

.menu-bottom a:hover {
    color: rgba(0, 139, 193, 0.6);
    transition: all .3s ease;

    /*! background: rgba(228, 228, 228, 0.4); */
}

.menu-bottom a:before {
    content: '';
    width: 0%;
    height: 1px;
    background: rgba(0, 139, 193, 0.3);
    position: absolute;
    /*! left: 0; */
    bottom: 0;
    transition: all .5s ease;
    margin: auto;


    /*! left: 0; */
    right: 0;
}


.menu-bottom a:hover:before {
    width: 100%;

    transition: all .5s ease;



    right: 0;
    bottom: 0;
}

@media screen and (min-width:1921px) {
    .menu-bottom {
        position: absolute;
        right: 40px;
        bottom: 35%;
        width: 25%;

        width: 6%;
        z-index: 10;
        border-radius: 5px;
    }
}







@media screen and (max-width:1600px) {
    .menu-bottom {
        transform: scale(0.75) translate(7%, 0%);
        right: 1%;

        width: 11%;
    }
}

@media screen and (max-width:1400px) {
    .menu-bottom {
        transform: scale(0.85) translate(0%, 13%);

    }
}

@media screen and (max-width:960px) {
    .menu-bottom {
        transform: scale(0.7) translate(7%, 27%);

    }
}


@media screen and (max-width:768px) {
    .menu-bottom {
        transform: scale(0.9) translate(0%, 0%);
        /*! right: initial; */

        /*! left: -8%; */
        top: 9%;
        right: 0;
        left: 0;
        margin: auto;
        width: 75%;
        bottom: inherit;
        max-width: 200px;
    }

    .menu-bottom a {

        text-align: center;

        padding: 1px 0;
    }

    .menu-bottom a:hover:before {
        content: '';
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menu-bottom a:before {
        content: '';


        left: 0;
        right: 0;
    }

}

@media screen and (max-width:376px) {
    .menu-bottom {
        transform: scale(0.8) translate(0%, 0%);

    }
}

/*-----------------------------------------------
    more
-----------------------------------------------*/
.more {
    position: relative;
    padding: 0px 10px;
    border-radius: 15px;
    border: 1px solid rgb(158, 184, 221);
    max-width: 180px;
    line-height: 17px;
    height: 22px;
    margin: 3% 0 0 85%;
    width: 10%;
    transition: all .3s ease;
    overflow: hidden;
    min-width: 75px;
    display: none;
}

.more:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(158, 184, 221);
    top: 0;
    left: 0%;
    z-index: 0;
    transition: all .3s ease;


}

.more a {
    /*! padding: 0px 10px; */
    text-align: center;
    letter-spacing: 0.1rem;
    transition: all .3s ease;

    color: rgb(158, 184, 221);
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 10;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}

.more:hover:before {
    /*background: rgb(158, 184, 221);*/
    transition: all .3s ease;
    left: 100%;



}

.more:hover a {
    color: rgb(158, 184, 221);
    transition: all .3s ease;

}

@media screen and (max-width:768px)
{
.more {

    margin: 7% auto;

}

}

