@charset "UTF-8";

/* CSS Document */

.header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff; /* 112.6.5 */
}

.header .tophd {
    width: 100%;
    height: auto;
    background: linear-gradient(45deg, #403F3F 35%, #303e54 60%);
    background: -moz-linear-gradient(45deg, #403F3F 35%, #303e54 60%);
    background: -webkit-linear-gradient(45deg, #403F3F 35%, #303e54 60%);
    background: -o-linear-gradient(45deg, #403F3F 35%, #303e54 60%);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0.3% 0px;
}

/* 112.3.10更新 */
.tophd {
    width: 100%;
}

.log-wrapper {
    width: 65%;
}

/* 公告 */
.notice {
    color: beige;
    margin-left: 10px;
    display: flex;
    align-items: center;
    width: 35%;
}

.notice>div:nth-child(1) {
    width: 12%;
    min-width: 70px;
}

.notice>div:nth-child(2) {
    width: 88%;
}

.noticetext {
    float: left;
    margin: 0 3px;
    display: flex;
    align-items: center;
}



/* login */
.login {
    width: 100%;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* display: none !important; */
}

.col-login {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    margin-right: 0.6rem;
}

.col-login-border {
    float: left;
    margin: 3px 3px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 180px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.col-a {
    width: 25%;
    height: 30px;
    border: transparent;
    border-radius: 5px;
    opacity: 0.9;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 5px 0px inset;
    color: #303e54;
    outline: none;
    padding-left: 5px;
}

.col-b {
    width: 15%;
    height: 30px;
    border: transparent;
    border-radius: 5px;
    opacity: 0.9;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 5px 0px inset;
    color: #303e54;
    outline: none;
    padding-left: 5px;
}

.col-login>input::placeholder {
    color: #303e54;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #303e54;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #303e54;
}

/* 登入註冊鈕2 */
.login_btn {
    width: 10%;
    height: 30px;
    border: transparent;
    border-radius: 5px;
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
    color: #967169;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}

.register_a {
    width: 40%;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
}

/* 忘記密碼 */
a.forget {
    width: 50%;
    color: #b7b7b7;
    text-align: center;
}

a.forget:hover {
    color: #ffcbb3;
    text-decoration-line: underline;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}

.goother {
    width: 22%;
}

/* 登入後 */
.after_login {
    width: 100%;
    float: right;
    color: #fff;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

}


.money-left {
    margin: 0 5px;
    letter-spacing: 3px;
}

.save {
    width: 30%;
}

.save>img {
    width: 12%;
    height: auto;
}

.goprofile {
    width: 25%;
    display: flex;
    justify-content: space-evenly;
}

.profile_btn {
    width: 100%;
    height: 30px;
    border: transparent;
    border-radius: 5px;
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
    color: #303e54;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.after_login-a {
    color: #FFCBB3;
    letter-spacing: 1px;
}

/* 導航菜單 */
.bottomhd {
     /* 112.6.5 */
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centerbox {
    margin: 0 auto;
    width: 70%;
    height: 100%;
    max-width: 1280px;
}

.logo>img {
    max-width: 200px;
}

.nav_wrapper {
    width: 85%;
}

.nav-down {
    display: none;
}

.nav-box {
     /* 112.6.5 */
    display: flex;
    justify-content: space-evenly;
}

.nav ul li.nav-a {
     /* 112.6.5 */
    list-style-type: none;
    height: auto;
    line-height: 60px;
    color: #FFCBB3;
    text-align: center;
    transition: all .2s;

}

.nav ul li.nav-a>a {
    color: #645F5F;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
}

.nav ul li.nav-a>a:hover {
    color: #a07971;
    transition: 0.3s;
}

.nav ul li.nav-a:hover::after {
    content: "";
    display: block;
    position: relative;
    left: 0%;
    bottom: 3px;
    width: 100%;
    height: 4px;
    background: #a07971;
    border-radius: 2px;
    transition: 0.8s;
}

/* 112.6.5 */
/* navicon 
.nav ul li.nav-a>a::before {
    content: "";
    background-repeat: no-repeat;
    display: block;
    width: 1rem;
    height: 1rem;
}

.nav-item-1>a::before {
    background-image: url(../img/pcnavicon/nav-1.svg);
}

.nav-item-2>a::before {
    background-image: url(../img/pcnavicon/nav-2.svg);
}

.nav-item-3>a::before {
    background-image: url(../img/pcnavicon/nav-3.svg);
}

.nav-item-4>a::before {
    background-image: url(../img/pcnavicon/nav-4.svg);
}

.nav-item-5>a::before {
    background-image: url(../img/pcnavicon/nav-5.svg);
}

.nav-item-6>a::before {
    background-image: url(../img/pcnavicon/nav-6.svg);
}

.nav-item-7>a::before {
    background-image: url(../img/pcnavicon/nav-7.svg);
}

.nav-item-8>a::before {
    background-image: url(../img/pcnavicon/nav-8.svg);
}

.nav-item-1>a:hover::before {
    background-image: url(../img/mobile/sm-gamenavin-1.svg);
}

.nav-item-2>a:hover::before {
    background-image: url(../img/mobile/sm-gamenavin-2.svg);
}

.nav-item-3>a:hover::before {
    background-image: url(../img/mobile/sm-gamenavin-3.svg);
}

.nav-item-4>a:hover::before {
    background-image: url(../img/mobile/sm-gamenavin-4.svg);
}

.nav-item-5>a:hover::before {
    background-image: url(../img/mobile/sm-gamenavin-5.svg);
}

.nav-item-6>a:hover::before {
    background-image: url(../img/mobile/sm-gamenavin-6.svg);
}

.nav-item-7>a:hover::before {
    background-image: url(../img/pcnavicon/navin-7.svg);
}

.nav-item-8>a:hover::before {
    background-image: url(../img/pcnavicon/navin-8.svg);
}*/

.content_all {
    width: 100%;
    height: auto;
    box-shadow: 0px -3px 3px #dcd8d8;
    padding-top: 100px;
}

/* footer */
.footer_wrapper {
    width: 100%;
    height: auto;
    background-color: #645e5e;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 0;
}

.footer_nav>ul>li.footer_nav_btn {
    float: left;
    margin: 0px 10px;
}

.footer_nav>ul>li.border-right {
    border-right: 1px solid #fff;
    padding-right: 10px;
}

li.footer_nav_btn>a {
    color: #fff;
}

li.footer_nav_btn>a:hover {
    text-decoration: underline;

}

.footer_img {
    width: 70%;
    height: 35px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/footer_logo.jpg);
    max-width: 1280px;
}

.text_group {
    width: 50%;
    margin: 20px auto 0px auto;
    text-align: center;
    font-size: 12px;
    color: #eee;
}

.text_group p a{
    color: #eee;
    text-decoration: underline;
}

.border-bottom {
    border-bottom: 1px solid #777;
    padding-bottom: 20px;
}



.footer_nav {
    width: 100%;
    height: 30px;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

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

    .header,
    .footer_wrapper {
        display: none;
    }

    .content_all {
        /*position: absolute;*/
        top: 0;
        left: 0;
        padding-top: 0;
        /*padding-bottom: 60px;*/
        width: 100%;
        height: 100%;
        /*overflow: scroll;*/
    }


}