@charset "UTF-8";
@import url(magnific-popup.css);
@import url(movie.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(admin.css);
@import url(style-bn.css);

/*內容區塊定義範例 可自行調整
-------------------------------------------------- */
/*-- 主內容區塊 START
------------------- */
.site-main-wrapper {
    /*主內容100%背景設定*/
    margin-top: 62px;
}



.site-main-wrapper .main-pic {
    width: 100%;
}

.site-main-wrapper .main-pic-m {
    width: 100%;
    display: none;
}

@media (max-width: 768px) {
    .site-main-wrapper .main-pic {
        display: none;
    }

    .site-main-wrapper .main-pic-m {
        display: block;
    }
}


/*-- 詳細內容區塊 START
------------------- */
.site-content-wrapper {
    padding-bottom: 20px;
}

.site-content-wrapper .content-title {
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    color: #333;
}

@media (max-width: 1170px) {
    .site-content-wrapper .content-title {
        padding: 0 2.5%;
    }
}

.site-content-wrapper .content-des {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    padding: 5px 0;
}

@media (max-width: 1170px) {
    .site-content-wrapper .content-des {
        padding: 0 2.5%;
    }
}

.site-content-wrapper .content-list {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    padding-left: 28px;
    list-style-type: disc;
    list-style-position: outside;
}

.site-content-wrapper .content-list li {
    margin-bottom: 5px;
}

.site-content-wrapper .content-list ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 22px;
}

@media (max-width: 1170px) {
    .site-content-wrapper .content-list {
        padding: 0 2.5% 0 2.5%;
        margin-left: 28px;
    }
}

@media (max-width: 768px) {
    .site-content-wrapper .content-list {
        padding: 0 3% 0 3%;
        margin-left: 26px;
    }
}

.bn_box {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.bn_box a {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
}

.bn_box img {
    width: 100%;
    height: auto;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.slick-dots {
    display: block;
}

.slick-dots {
    bottom: 10px;
}

.slick-dotted.slick-slider {
    margin: 0 auto;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots li button:before {
    font-size: 2.5rem;
}

.slick-dots li.slick-active button:before {
    color: #ffe200;
}

.pc {
    display: block;
}

.mb {
    display: none;
}

.pc-test {
    display: block !important;
}

.about_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.serve_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    margin-top: 21%;
}

.about_box .about_tex {
    width: 50%;
    text-align: left;
    padding: 15px;
    margin-top: 5%;
    display: block;
}

.serve_box .serve_tex {
    width: 50%;
    text-align: left;
    padding: 15px;
    margin-top: 5%;
    display: block;
    float: right;
}

.about_box .about_tex h1,
.serve_box .serve_tex h1 {
    font-size: 1.5rem;
    color: #ffe200;
    line-height: 1.8;
    font-weight: bold;
}

.about_box .about_tex p,
.serve_box .serve_tex p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.8;
}

.serve_box .serve_tex a {
    width: 100px;
    display: block;
    color: #454545;
    line-height: 1.8;
    font-size: 1rem;
    margin-top: 10px;
    background: #ffe200;
    border-radius: 999px;
    padding: 3px 10px;
    text-align: center;
    font-weight: bold;
    transition: .4s;
}

.serve_box .serve_tex a:hover {
    background: #ffb100;
    transition: .4s;
}

.about_box .about_img {
    position: absolute;
    z-index: 1;
    bottom: -130%;
    right: 0;
    width: 50%;
    padding: 0px;
}

.serve_box .serve_img {
    position: absolute;
    z-index: 2;
    top: -8rem;
    left: 6rem;
    width: 30%;
    padding: 0px;
}

.about_box .about_img img,
.serve_box .serve_img img {
    width: 100%;
    height: auto;
}

.whyme_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.whyme_box h1 {
    font-size: 1.5rem;
    color: #ffe200;
    line-height: 1.8;
    margin-bottom: 4rem;
    font-weight: bold;
}

.whyme_box .whyme_con {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.whyme_box .whyme_con .whyme_tex {
    display: inline-block;
    width: 16%;
    padding: 6px 14px 14px 14px;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    margin-left: 15px;
    margin-right: 15px;
    height: 242px;
    vertical-align: top;
}

.whyme_box .whyme_con .whyme_tex img {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.whyme_box .whyme_con .whyme_tex h3 {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: bold;
    color: #333;
    border-bottom: #333 solid 1px;
    margin-bottom: 5px;
}

.whyme_box .whyme_con .whyme_tex p {
    font-size: .85rem;
    line-height: 1.4;
    color: #333;
}


.partner_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    margin-bottom: 50px;
}

.partner_box h1 {
    font-size: 1.5rem;
    color: #ffe200;
    line-height: 1.8;
    margin-bottom: 4rem;
    font-weight: bold;
}

.partner_box .partner_con {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.partner_box .partner_con .partner_tex {
    display: inline-block;
    width: 14%;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    margin: 1%;
    vertical-align: top;
    background: url(../images/3.png)top center no-repeat;
    background-size: 100% auto, 100%;
}

.partner_box .partner_con .partner_tex a {
    width: 100%;
    display: block;
    height: 100%;
}

.partner_box .partner_con .partner_tex img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
    transition: .4s;
}

.partner_box .partner_con .partner_tex p {
    color: #fff;
    font-size: .85rem;
    line-height: 1.4;
    margin-top: 10px;
    transition: .4s;
}

.partner_box .partner_con .partner_tex a:hover p {
    color: #ffe200;
    transition: .4s;
}

.ft_tex_box {
    position: relative;
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    border-right: 1px solid #5e5e5e;
}

.ft_tex_box .img_box {
    width: 20%;
    display: inline-block;
    padding: 0px;
    margin: 0 auto;
    vertical-align: middle;
}

.ft_tex_box .img_box img {
    width: 100%;
    height: auto;
    display: block;
}

.ft_tex_box .tex_box {
    width: 69%;
    display: inline-block;
    padding: 0px;
    margin: 0 auto;
    vertical-align: middle;
}

.ft_tex_box .tex_box h3 {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.8;
}

.ft_tex_box .tex_box p {
    font-size: .8rem;
    color: #777;
    line-height: 1.4;
}

.link_box {
    width: 39%;
    display: inline-block;
    padding-left: 4%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: right;
}

.link_box p {
    font-size: .8rem;
    color: #777;
    line-height: 1.4;
    margin-top: 10px;
}

.link_box .community {
    display: block;
    width: 100%;
    padding: 0px;
}

.link_box .community a {
    display: inline-block;
    width: 35px;
    padding: 0px;
    margin-left: 10px;
}

.link_box .community a img {
    width: 100%;
    height: auto;
    display: block;
    transition: .4s;
}

.link_box .community a:hover img {
    transition: .4s;
    filter: opacity(50%);
}

.link_box .mu_link {
    display: block;
    width: 100%;
    padding: 0px;
    margin-top: 10px;
}


.link_box .mu_link a {
    display: inline-block;
    padding: 0px;
    margin-left: 10px;
    font-size: .8rem;
    color: #777;
    line-height: 1.4;
    transition: .4s;
}

.link_box .mu_link a:hover {
    color: #ffe200;
    transition: .4s;
}

.bg-st {
    position: relative;
    z-index: 2;
    top: -9rem;
    background: url(../images/bg-a.png) top center no-repeat;
    height: 931px;
}

.bg-stt {
    position: absolute;
    margin: 0 auto;
    z-index: 3;
    left: 0;
    right: 0;
    top: -24rem;
}

.bg-ft {
    background: #161616;
    padding-top: 20px;
}

.bg-fix {
    position: fixed;
    bottom: 0;
}

.service {
    position: fixed;
    margin: 0 auto;
    padding: 0px;
    right: 8px;
    bottom: 10rem;
    z-index: 999;
}

.service a {
    width: 100px;
    height: 106px;
    background: url(../images/24hr.png)top center no-repeat;
    background-size: 100% auto;
    display: block;
    opacity: .5;
    transition: .4s;
}

.service a:hover {
    opacity: 1;
    transition: .4s;
}


@media (max-width: 767px) {

    .pc {
        display: none;
    }

    .mb {
        display: block;
    }

    .bg-fix {
        position: relative;
        bottom: 0;
    }

    .site-header .menu {
        display: none;
    }

    .about_box .about_tex {
        width: 100%;
        text-align: center;
    }

    .about_box .about_tex p,
    .serve_box .serve_tex p {
        font-size: .9rem;
        line-height: 1.6;
    }

    .about_box .about_img {
        position: absolute;
        z-index: 1;
        bottom: -169%;
        right: 0;
        left: 0;
        width: 100%;
        padding: 0px;
    }

    .whyme_box {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0px;
        text-align: center;
    }

    .whyme_box h1 {
        font-size: 1.5rem;
        color: #ffe200;
        line-height: 1.8;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .whyme_box .whyme_con .whyme_tex {
        display: inline-block;
        width: 42%;
        padding: 6px 14px 14px 14px;
        margin: 10px;
        background: #fff;
        border-radius: 40px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
        height: 15rem;
        vertical-align: top;
    }

    .bg-st {
        position: relative;
        z-index: 2;
        top: 0;
        background: url(../images/bg-a.png) top center no-repeat;
        height: 40rem;
    }

    .bg-stt {
        position: relative;
        margin: 0 auto;
        z-index: 3;
        left: 0;
        right: 0;
        top: 0;
    }

    .serve_box {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        margin-top: 70%;
    }

    .serve_box .serve_tex {
        width: 100%;
        text-align: center;
        padding: 15px;
        margin-top: 5%;
        display: block;
        float: none;
    }

    .serve_box .serve_tex a {
        width: 70%;
        display: block;
        color: #454545;
        line-height: 1.8;
        font-size: 1rem;
        margin: 0 auto;
        margin-top: 25px;
        background: #ffe200;
        border-radius: 999px;
        padding: 3px 10px;
        text-align: center;
        font-weight: bold;
        transition: .4s;
    }

    .serve_box .serve_img {
        display: none;
    }

    .whyme_box .whyme_con .whyme_tex {
        display: inline-block;
        width: 90%;
        padding: 10px 10px 18px 10px;
        margin: 0 auto;
        background: #fff;
        margin-bottom: 15px;
        border-radius: 27px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
        height: auto;
        vertical-align: top;
    }

    .whyme_box .whyme_con {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }

    .whyme_box .whyme_con .whyme_tex img {
        width: 36%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .whyme_box .whyme_con .whyme_tex h3 {
        font-size: 1.4rem;
        line-height: 1.8;
        font-weight: bold;
        color: #333;
        border-bottom: #333 solid 1px;
        margin-bottom: 15px;
        padding-bottom: 9px;
    }

    .whyme_box .whyme_con .whyme_tex p {
        font-size: .9rem;
        line-height: 1.4;
        color: #333;
    }

    .partner_box h1 {
        font-size: 1.5rem;
        color: #ffe200;
        line-height: 1.8;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    .partner_box .partner_con .partner_tex {
        display: inline-block;
        width: 40%;
        height: auto;
        padding: 0px;
        margin: 10px;
        vertical-align: top;
        background: url(../images/3.png) top center no-repeat;
        background-size: 100% auto, 100%;
    }

    .partner_box .partner_con .partner_tex p {
        color: #fff;
        font-size: .9rem;
        line-height: 1.4;
        margin-top: 10px;
        transition: .4s;
    }

    .ft_tex_box {
        width: 100%;
        display: block;
    }

    .ft_tex_box .img_box {
        width: 35%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .ft_tex_box .tex_box {
        width: 90%;
        display: block;
        padding: 0px;
        margin: 0 auto;
        vertical-align: middle;
        text-align: center;
        margin-bottom: 20px;
    }

    .ft_tex_box .tex_box p {
        font-size: .8rem;
        color: #777;
        line-height: 1.8;
    }

    .link_box {
        width: 100%;
        display: inline-block;
        padding-left: 0;
        margin: 0 auto;
        vertical-align: middle;
        text-align: center;
    }

    .link_box .community a {
        display: inline-block;
        width: 14%;
        padding: 0px;
        margin: 10px;
    }

    .service {
        position: fixed;
        margin: 0 auto;
        padding: 0px;
        right: 1%;
        bottom: 6rem;
        z-index: 999;
    }

    .service a {
        width: 6rem;
        height: 6.45rem;
        background: url(../images/24hr.png) top center no-repeat;
        background-size: 100% auto;
        display: block;
        opacity: .8;
        transition: .4s;
    }

    


}

@media (max-width: 390px) {
    .about_box .about_img {
        bottom: -145%;
    }

    .serve_box {
        margin-top: 77%;
    }
}


/*******/



@media (max-width: 320px) {}

@media only screen and (min-width: 768px) {
    .bn_box img {
        width: 100%;
        height: auto;
        min-height: 220px;
        object-fit: cover
    }

    .about_box .about_tex h1,
    .serve_box .serve_tex h1,
    .whyme_box h1,
    .partner_box h1 {
        font-size: 1.2rem;
    }

    .whyme_box h1,
    .partner_box h1 {
        margin-bottom: 3rem;
    }

    .about_box .about_tex p,
    .serve_box .serve_tex p {
        font-size: .78rem;

    }

    .serve_box .serve_tex a {
        font-size: .78rem;

    }

    .bg-st {
        top: -12rem;
        height: 855px;
    }

    .about_box .about_img {
        bottom: -96%;
        width: 56%;
    }

    .serve_box {
        margin-top: 37%;
    }

    .serve_box .serve_img {
        width: 35%;
    }

    .ft_tex_box .tex_box p {
        font-size: .7rem;
        line-height: 1.8;
    }

    .link_box p {
        font-size: .6rem;
    }

    .whyme_box .whyme_con .whyme_tex {
        width: 16%;
        padding: 4px 10px 10px 10px;
        margin-left: 10px;
        margin-right: 10px;
        height: 203px;
    }

    .whyme_box .whyme_con .whyme_tex h3 {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 5px;
    }

    .whyme_box .whyme_con .whyme_tex p {
        font-size: .7rem;
        line-height: 1.4;
    }

    .bg-stt {
        top: -22rem;
    }

    .partner_box .partner_con .partner_tex {
        width: 14%;
        height: auto;
    }
}

@media only screen and (min-width: 940px) {
    .bn_box img {
        width: 100%;
        height: auto;
        min-height: 270px;
        object-fit: cover
    }

    .about_box .about_tex h1,
    .serve_box .serve_tex h1,
    .whyme_box h1,
    .partner_box h1 {
        font-size: 1.4rem;
    }

    .whyme_box h1,
    .partner_box h1 {
        margin-bottom: 4rem;
    }

    .about_box .about_tex p,
    .serve_box .serve_tex p {
        font-size: .85rem;

    }

    .serve_box .serve_tex a {
        font-size: .85rem;

    }

    .bg-st {
        top: -12rem;
        height: 855px;
    }

    .about_box .about_img {
        bottom: -96%;
        width: 50%;
    }

    .serve_box {
        margin-top: 29%;
    }

    .serve_box .serve_img {
        width: 35%;
    }

    .ft_tex_box .tex_box p {
        font-size: .7rem;
        line-height: 1.8;
    }

    .link_box p {
        font-size: .6rem;
    }

    .whyme_box .whyme_con .whyme_tex {
        width: 16%;
        padding: 4px 10px 10px 10px;
        margin-left: 15px;
        margin-right: 15px;
        height: 222px;
    }

    .whyme_box .whyme_con .whyme_tex h3 {
        font-size: 1.2rem;
        line-height: 1.8;
        margin-bottom: 5px;
    }

    .whyme_box .whyme_con .whyme_tex p {
        font-size: .75rem;
        line-height: 1.4;
    }

    .bg-stt {
        top: -22rem;
    }

    .partner_box .partner_con .partner_tex {
        width: 14%;
        height: auto;
    }
}

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

    .bn_box img {
        width: 100%;
        height: auto;
        min-height: 360px;
        object-fit: cover
    }

    .about_box .about_tex h1,
    .serve_box .serve_tex h1,
    .whyme_box h1,
    .partner_box h1 {
        font-size: 1.5rem;
    }

    .about_box .about_tex p,
    .serve_box .serve_tex p {
        font-size: 1rem;

    }

    .serve_box .serve_tex a {
        font-size: 1rem;

    }


    .bg-st {
        top: -9rem;
        height: 931px;
    }

    .about_box .about_img {
        bottom: -130%;
    }

    .serve_box {
        margin-top: 21%;

    }

    .serve_box .serve_img {
        width: 30%;
    }

    .ft_tex_box .tex_box p {
        font-size: .8rem;
    }

    .link_box p {
        font-size: .8rem;
    }

    .whyme_box .whyme_con .whyme_tex {
        width: 16%;
        padding: 6px 14px 14px 14px;
        margin-left: 15px;
        margin-right: 15px;
        height: 242px;
    }

    .whyme_box .whyme_con .whyme_tex h3 {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 5px;
    }

    .whyme_box .whyme_con .whyme_tex p {
        font-size: .85rem;
        line-height: 1.4;
    }

    .bg-stt {
        top: -24rem;
    }

}


/* -- popup --*/
.mg-popup {
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 1);
    margin: 35px auto;
    padding: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: drop-shadow(0px 0px 6px rgb(255, 255, 255));
}

.mg-popup {
    zoom: 1;
}

.mg-popup:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.mg-popup .pp-container {
    width: 100%;
    padding: 25px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.mg-popup .pp-container-mail {
    width: 100%;
    padding: 0px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}


.mg-popup .content-title {
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
    color: #242424;
}

.mg-popup .mp-btn-block {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.mg-popup .mp-btn-block .btn {
    min-width: 150px;
    margin: 0 8px;
    padding: 0 20px;
}

.mg-popup .mp-btn {
    width: 60%;
    line-height: 36px;
    padding: 0 15px;
    text-align: center;
    color: white;
    font-size: 15px;
    background: #777;
    display: inline-block;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mg-popup .mp-btn.on-touch {
    color: white;
    background: #222;
}

.mg-popup .mfp-close {
    color: #ffe400;
    width: 40px;
    height: 40px;
    line-height: 31px;
    text-align: center;
    font-size: 50px;
    top: -41px;
    right: 0px;
    background: transparent;
    opacity: 0.4;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mg-popup .mfp-close:hover {
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.mg-popup .df-table {
    display: table;
    width: 100%;
}

.mg-popup .df-table dl {
    display: table-row;
}

.mg-popup .df-table dt,
.mg-popup .df-table dd {
    display: table-cell;
    padding: 7px 10px;
    font-size: 15px;
    line-height: 1.4;
    vertical-align: middle;
}

.mg-popup .mp-tip {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
}

.mg-popup .red {
    color: #f85766;
}

.mg-popup .blue {
    color: #0D64CD;
}

.temp-popup {
    width: 100%;
    max-width: 768px;
    text-align: center;
}

.temp-popup .tp-txt {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
}

.up-dbox {
    width: 100%;
    margin: 0 auto;
    padding: 10px;

}

.wi-s {
    width: 100%;
    max-width: 450px !important;
    height: 20rem;
    position: relative;
}

.wi-bono {
    width: 100%;
    max-width: 450px !important;
    background: none !important;
    position: relative;
}


.pop_tex {
    width: 50%;
    display: inline-block;
    margin: 0 auto;
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

.pop_tex h3 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 14px;
    color: #242424;
}


.pop_tex label {
    margin-bottom: 6px;
    font-weight: bold;
    color: #333;
}

.pop_tex input {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    margin-bottom: 10px;
}

.pop_tex input:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}

.pop_tex .fg_a {
    width: 100%;
    display: block;
    text-align: right;
    font-size: .9rem;
    color: #5e5e5e;
    transition: .4s;
    margin-bottom: 20px;
}

.pop_tex .fg_a:hover {
    color: #ff9100;
    transition: .4s;
}

.pop_tex .login_a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1rem;
    color: #242424;
    transition: .4s;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #ffe400;
    padding: 14px 10px;
    font-weight: bold;
}

.pop_tex .login_a:hover {
    background: #ff9b00;
    transition: .4s;
}

.pop_tex .rs_a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1rem;
    color: #242424;
    transition: .4s;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #00f1ff;
    padding: 14px 10px;
    font-weight: bold;
}

.pop_tex .rs_a:hover {
    background: #00b7ff;
    transition: .4s;
}

.pop_serve_tex {
    width: 68.9%;
    display: inline-block;
    margin: 0 auto;
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

.pop_serve_tex h3 {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 6px;
    color: #ffe400;
}

.pop_serve_tex p {
    text-align: left;
    font-size: .85rem;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #ffffff;
}

.pop_serve_game_box {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    display: inline-block;
    overflow-y: auto;
    max-height: 455px;
}

.pop_serve_game_box::-webkit-scrollbar {
    width: 7px;
    background: #242424;
}

.pop_serve_game_box::-webkit-scrollbar-button {
    display: none;
}

.pop_serve_game_box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ffe400;
    border: 1px solid #555;
}

.pop_serve_game_box .pop_serve_game_con {
    width: 45%;
    background: #fff;
    margin: 10px;
    padding: 0px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    vertical-align: top;
    filter: drop-shadow(0px 0px 6px rgb(0, 0, 0));
}

.pop_serve_game_box .pop_serve_game_con .na {
    background: #ffef6c;
    padding: 4px 10px;
    margin: 0 auto;
}

.pop_serve_game_box .pop_serve_game_con .na img {
    display: inline-block;
    width: 36%;
    height: auto;
    vertical-align: middle;
}

.pop_serve_game_box .pop_serve_game_con .na h3 {
    font-size: 1.2rem;
    color: #222;
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    width: 61%;
}

.pop_serve_game_box .pop_serve_game_con .tex {
    padding: 4px 10px;
    margin: 0 auto;
    text-align: center;
}

.pop_serve_game_box .pop_serve_game_con .tex p {
    font-size: .8rem;
    color: #6d6d6d;
    line-height: 1.4;
    margin: 8px 0px;
    padding-top: 4px;
    text-align: center;
}

.pop_serve_game_box .pop_serve_game_con .tex p:first-child {
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 10px;
    padding-top: 4px;
    font-size: .9rem;
}

.g_tx {
    color: #00a732;
    margin-right: 18px;
    font-weight: bold;
}

.r-tx {
    color: #ff0000;
    font-weight: bold;
}

.pop_img_a {
    width: 39%;
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
    vertical-align: bottom;
}

.pop_img_b {
    width: 30%;
    display: inline-block;
    margin: 0 auto;
    padding: 22px 0px;
    vertical-align: bottom;
}

.pop_img_b p {
    color: #838383;
    font-size: .8rem;
    line-height: 1.4;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #838383;
    padding: 5px;
}

.pop_img_b a {
    width: 100%;
    display: block;
    color: #454545;
    line-height: 1.8;
    font-size: 1rem;
    margin-top: 10px;
    background: #ffe200;
    border-radius: 999px;
    padding: 3px 10px;
    text-align: center;
    font-weight: bold;
    transition: .4s;
}

.pop_img_b a:hover {
    background: #ffb100;
    transition: .4s;
}

.pop_img_a img,
.pop_img_b img {
    width: 100%;
    height: auto;
    display: block;
}

.b_bg {
    background: #292929;
}

.reg_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 60px;
}

.reg_box h1 {
    font-size: 1.5rem;
    color: #ffe200;
    line-height: 1.8;
    font-weight: bold;
    margin-top: 20px;
}

.reg_box h3 {
    font-size: 1.2rem;
    color: #919191;
    line-height: 1.8;
    margin-top: 20px;
}

.reg_box h3>span {
    color: #ffe200;
    font-size: .9rem;
    margin-left: 10px;
    ;
}

.reg_box .input-group,
.reg_box .input-group-by {
    display: inline-block;
    flex-direction: column;
    margin: 10px 20px 10px 0px;
    width: 33%;
}

.reg_box .input-group label,
.reg_box .input-group-by label {
    display: block;
    font-weight: bold;
    color: #cbcbcb;
    margin-bottom: 10px;
}

.reg_box .input-group label b,
.reg_box .input-group-by label b {
    color: #ffe200;
}

.reg_box .input-group label>span,
.reg_box .input-group-by label>span {
    color: #ffe200;
    font-size: .9rem;
    margin-right: 5px;
    font-weight: bold;
}

.reg_box .input-group input,.reg_box .input-group .id-pass{
    color: #fff;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    background: #333;
    width: 100%;
}

.reg_box .input-group .id-pass p{
    color: #ffe200;
}

.reg_box .input-group-by input {
    color: #fff;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    background: #333;
    width: 56px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}



.w-yy {
    width: 90px !important;
}

.reg_box .input-group input:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}

.fil_box {
    width: 75%;
    margin: 0 auto;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

.fil_con {
    width: 40%;
    display: inline-block;
    padding: 0px;
    margin-right: 20px;
}

.fil_con p {
    display: block;
    font-weight: bold;
    color: #cbcbcb;
    margin: 10px 0px;
}

.fil_con p>span {
    color: #ffe200;
    font-size: .9rem;
    margin-right: 5px;
    font-weight: bold;
}

.fil_con .file-upload {
    display: inline-block;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 10px;
    transition: .4s;
    margin-bottom: 10px;
}

.fil_con .file-upload span:before {
    content: '';
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    background: url(../images/img.svg)top center no-repeat;
    background-size: 100% auto;
}

.fil_con .file-label {
    display: inline-block;
    padding: 10px 15px;
    background-color: #696969;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fil_con .file-label:hover {
    background-color: #959595;
    color: #ffffff;
    transition: .4s;
}

.fil_con .file-upload input[type="file"] {
    display: none;
    /* 隱藏原生檔案上傳按鈕 */
}

.fil_con .file-name {
    font-size: .9rem;
    color: #757575;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.fil_con .file-upload p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 400;
}

.fi_img {
    position: absolute;
    width: 400px;
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    right: 0;
    bottom: 0;
}

.fi_img img {
    width: 100%;
    height: auto;
    display: block;
}

.terms-box {
    margin: 20px 0;
    font-size: 14px;
    color: #333;
}

.terms-box label {
    cursor: pointer;
    color: #fff;
    vertical-align: middle;
}

.terms-box a {
    color: #ffe200;
    text-decoration: underline;
    transition: .4s;
}

.terms-box a:hover {
    color: #ffb100;
    transition: .4s;
}

.upload-des{
    width: 100%;
    margin: 25px 0px;
}

.upload-des a{
    color: #333333;
    transition: .4s;
    background: #ffe200;
    padding: 5px 10px;
    border-radius: 999px;
    font-weight: bold;
}

.upload-des a:hover {
    background: #ffb100;
    transition: .4s;
}

#confirmBtn {
    width: 30%;
    margin: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 14px;
    border: none;
    border-radius: 999px;
    background-color: #ccc;
    color: #fff;
    font-size: 1rem;
    cursor: not-allowed;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-align: center;
    transition: .4s;
}

#confirmBtn.enabled {
    background: #ffe400;
    color: #454545;
    cursor: pointer;
}

#confirmBtn.enabled:hover {
    background: #ffb100;
    transition: .4s;
}

.but_box {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    margin-top: 35px;
}

.but_box button.send {
    width: 30%;
    margin: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 14px;
    display: inline-block;
    text-align: center;
    background: #ffe400;
    border-radius: 999px;
    transition: .4s;
    font-weight: bold;
    color: #454545;
    font-size: 1rem;
    transition: .4s;
    cursor: pointer;
}

.but_box button.send:hover {
    background: #ffb100;
    transition: .4s;
}

.but_box button.clear {
    width: 30%;
    margin: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 14px;
    display: inline-block;
    text-align: center;
    background: #777777;
    border-radius: 999px;
    transition: .4s;
    font-weight: bold;
    color: #454545;
    font-size: 1rem;
    transition: .4s;
    border: none;
    cursor: pointer;
}


.but_box button.clear:hover {
    background: #acacac;
    transition: .4s;
}

.ml_ok {
    width: 100%;
    margin: 0 auto;
    padding: 0px;

}

.ml_ok img {
    position: absolute;
    bottom: 0;
    left: -37px;
    width: 74%;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    display: block;
}

.ml_ok p {
    position: absolute;
    font-size: 1rem;
    line-height: 1.6;
    color: #242424;
    font-weight: bold;
    right: 8%;
    top: 16%;
}

.ml_ok p>i {
    display: block;
    content: '';
    width: 6rem;
    height: 6rem;
    background: url(../images/mail_ok.svg) top center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}

.ml_ok p span {
    font-size: 1.4rem;
}

.ml_ok p>a {
    width: 150px;
    display: block;
    color: #454545;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1rem;
    margin-top: 20px;
    background: #ffe200;
    border-radius: 999px;
    padding: 3px 10px;
    text-align: center;
    font-weight: bold;
    transition: .4s;
}

.ml_ok p>a:hover {
    background: #ffb100;
    transition: .4s;
}

.uploading_box {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.uploading_box p{
    font-size: 20px;
    color: #fff;
    line-height: 1.8;
    vertical-align: middle;
    margin: 0 auto;
}

.uploading_box p::before{
    content: '';
    background: url(../images/1.gif) no-repeat top center;
    background-size: 100% auto;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.up-dbox img{
    width: 30%;
    margin: 0 auto;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
}

.up-dbox .up-dwork{
    width: 69%;
    margin: 0 auto;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
}

.up-dbox .up-dwork li{
    text-align: left;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
}

.up-dbox .up-dwork li b{
    color: #ff0000;
}

.law_box {
    display: block;
    width: 100%;
    padding-left: 10px;
    margin: 0 auto;
    text-align: left;
    max-height: 500px;
    overflow-y: auto;

}

.law_box h3 {
    font-size: 1.2rem;
    color: #222;
    line-height: 1.8;
    margin-bottom: 2px;
    margin-top: 10px;
    font-weight: bold;
}

.law_box p {
    font-size: .9rem;
    color: #222;
    line-height: 1.8;
    margin-bottom: 10px;
}

.law_box ul {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.law_box ul>li {
    font-size: .9rem;
    color: #222;
    line-height: 1.8;
    list-style-type: cjk-ideographic;
    list-style-position: inside;
}

.law_box ol {
    margin-left: 16px;
}

.law_box ol.mobb>li {
    font-size: .9rem;
    color: #222;
    line-height: 1.8;
    list-style-type: decimal;
    list-style-position: inside;
}

.input-error {
    border: 1px solid red !important;
    box-shadow: 0 0 3px red;
}

#law-popup .mfp-close {
    display: none !important;
}

.memb_box {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    margin-top: 7%;
}

.memb_box h3 {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.8;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    font-weight: bold;
}

.memb_box p{
    float: right;
    font-size: .85rem;
    color: #efefef;
    display: inline-block;
    line-height: 1.4;
}

.memb_box p span{
    color: #ffe200;
    font-size: 1rem;
}

.memb_box p b{
    color: #ff8800;
}

.memb_box table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
    padding: 0px;
    margin-top: 15px;
}

.memb_box table thead th {
    font-size: .85rem;
    color: #efefef;
    line-height: 1.8;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    background: #757575;
    border: 1px solid #333333;
}

.memb_box table tbody td {
    font-size: .85rem;
    color: #acacac;
    line-height: 1.8;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

.memb_box table thead th:nth-of-type(1),
.memb_box table tbody td:nth-of-type(1),
.memb_box table thead th:nth-of-type(2),
.memb_box table tbody td:nth-of-type(2),
.memb_box table thead th:nth-of-type(3),
.memb_box table tbody td:nth-of-type(3),
.memb_box table thead th:nth-of-type(4),
.memb_box table tbody td:nth-of-type(4) {
    width: 25%;
}


.memb_box table tbody td span.chh_ok {
    color: #6bc900;
}

.memb_box table tbody td span.chh_chk {
    color: #b3b3b3;
}

.memb_box table tbody td span.chh_no {
    color: #e50000;
}

.memb_log {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    margin-top: 15px;
}

.memb_log h3 {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.8;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    font-weight: bold;
    margin-bottom: 14px;
}

.memb_log table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    min-height: 400px;
}


.memb_log thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #757575;
}

.memb_log tbody {
    display: block;
    max-height: 360px;
    overflow-y: auto;
    width: 100%;
}

.memb_log tbody::-webkit-scrollbar {
    width: 6px;
    background: #a0a0a0;
}

.memb_log tbody::-webkit-scrollbar-button {
    display: none;
}

.memb_log tbody::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #6d6d6d;
    border: 1px solid #555;
}

.memb_log tr {
    border-bottom: 1px solid #757575;
}

.memb_log tbody tr {
    display: table;
    table-layout: fixed;
    width: 99.7%;
}

.memb_log tr:last-child {
    border: none;
}

.memb_log th,
.memb_log td {
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    text-align: center;
}

.memb_log th {
    font-size: .85rem;
    color: #efefef;
    line-height: 1.8;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    border: 1px solid #333333;
}

.memb_log th:nth-of-type(2),
.memb_log td:nth-of-type(2),
.memb_log th:nth-of-type(1),
.memb_log td:nth-of-type(1){
    width: 30%;
}

.memb_log th:nth-of-type(3),
.memb_log td:nth-of-type(3){
    width: 15%;
}

.memb_log td {
    font-size: .85rem;
    color: #ffffff;
    line-height: 1.8;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

.memb_log td:last-child{
    color:#ffe100;
}

.memb_log table tbody td span.buy {
    color: #6bc900;
}

.memb_log table tbody td span.sell {
    color: #e50000;
}

#payTable .tbl-input {
    width: 90%;
    box-sizing: border-box;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #999999;
    text-align: center;
}

.bn_pop_box{
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
.bn_pop_box img{
    width: 100%;
    height: auto;
}

.bg_no{
    background: none !important;
    filter: drop-shadow(0px 0px 6px rgba(255, 255, 255,0));
}

.ul_st{
    width: 100%;
    margin: 0px 0 30px 0;
    padding: 0;
}

.ul_st li{
    color: #b5b5b5;
    font-size: .9rem;
    line-height: 1.8;
}

.ul_st li > b{
    color:#fff;
}

.ul_st li > ol{
    margin-left: 20px;
}

.ul_st li > ol li{
    list-style-type: disclosure-closed;
}

.ul_st li > ol li > b{
    color:#fff;
}

@media (max-width: 767px) {
    .pop_tex {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 12px;
        text-align: left;
        vertical-align: middle;
    }

    .pop_img_a {
        width: 100%;
    }

    .pop_serve_tex {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 12px;
        text-align: center;
        vertical-align: middle;
    }

    .pop_serve_game_box .pop_serve_game_con {
        width: 90%;
        background: #fff;
        margin: 0 auto;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 0px;
        display: inline-block;
        border-radius: 10px;
        overflow: hidden;
        vertical-align: top;
        filter: drop-shadow(0px 0px 6px rgb(0, 0, 0));
    }

    .mg-popup {
        width: 100%;
        position: relative;
        background: rgba(255, 255, 255, 1);
        margin: 60px auto;
        padding: 0px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        filter: drop-shadow(0px 0px 6px rgb(255, 255, 255));
    }

    .pop_serve_game_box .pop_serve_game_con .na img {
        display: inline-block;
        width: 27%;
        height: auto;
        vertical-align: middle;
    }

    .pop_serve_tex h3 {
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.8;
        font-weight: bold;
        margin-bottom: 6px;
        color: #ffe400;
    }

    .pop_serve_tex p {
        text-align: center;
        font-size: .9rem;
        line-height: 1.4;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .pop_img_b {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 22px 0px;
        vertical-align: bottom;
    }

    .pop_img_a img,
    .pop_img_b img {
        width: 61%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .pop_img_b p {
        color: #838383;
        font-size: .9rem;
        line-height: 1.4;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        border: 1px solid #838383;
        padding: 15px;
    }

    .pop_img_b a {
        width: 90%;
        display: block;
        color: #454545;
        line-height: 1.8;
        font-size: 1rem;
        margin: 0 auto;
        margin-top: 20px;
        background: #ffe200;
        border-radius: 999px;
        padding: 3px 10px;
        text-align: center;
        font-weight: bold;
        transition: .4s;
    }

    .reg_box .input-group,
    .reg_box .input-group-by {
        display: inline-block;
        flex-direction: column;
        margin: 10px 20px 10px 0px;
        width: 100%;
    }

    .reg_box .input-group-by input {
        width: 27%;
    }

    .w-yy {
        width: 37% !important;
    }

    .fil_box {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        display: inline-block;
        vertical-align: top;
    }

    .fil_con {
        width: 100%;
        display: inline-block;
        padding: 0px;
        margin-right: 20px;
    }

    .but_box {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        margin-top: 35px;
        text-align: center;
    }

    .but_box a.send,
    .but_box a.clear {
        width: 40%;
    }

    .fi_img {
        position: relative;
        width: 100%;
    }

     .fi_img img{
        position: relative;
        width: 50%;
        margin: 0 auto;
    }

    .reg_box .input-group input,
    .reg_box .input-group-by input {
        padding: 16px 14px;
    }

    #confirmBtn,
    .but_box button.clear {
        width: 40%;
    }
    .memb_box {
        margin-top: 20%;
    }

    .memb_box h3,.memb_log h3{
        font-size: 1rem;
    }

    .memb_box p{
    font-size: .8rem;

}

.memb_box p span{
    color: #ffe200;
    font-size: .9rem;
}

    .memb_log th,.memb_log td{
        font-size: .8rem;
    }

    .memb_box table tbody td {
    font-size: .8rem;
    overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.up-dbox {
    padding: 20px;
}

.up-dbox img{
    width: 60%;
    display: block;
}

.up-dbox .up-dwork{
    width: 100%;
    display: block;
}

    /*****/
}

@media only screen and (min-width: 768px) {
    .memb_box {
    margin-top: 11%;
}
.fi_img {
    width: 250px;
}

.fi_img img{
        width: 100%;
    }
}


@media only screen and (min-width: 940px) {
    .memb_box {
    margin-top: 9%;
}
.fi_img {
    width: 320px;
}
.fi_img img{
        width: 100%;
    }
}

@media only screen and (min-width: 1170px) {
    .memb_box {
    margin-top: 7%;
}
.fi_img {
    width: 400px;
}
.fi_img img{
        width: 100%;
    }
}

/* -- popup END --*/
@media (max-width: 768px) {
    content: '';
    /*樣式可移除*/
}

@media (max-width: 568px) {
    content: '';
    /*樣式可移除*/
}

@media (max-width: 320px) {
    content: '';
    /*樣式可移除*/
}
