﻿@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap');

@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

h2, h3, h4, p {
    transition: 0.5s;
}

a {
    color: #666;
    transition: all 0.5s;
}

    a:hover {
        color: #52CED5;
    }

img {
    transition: all 0.5s;
}






.gotop a {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 0 0px;
    background: url(../images/all/top.png)no-repeat;
    width: 64px;
    height: 110px;
    position: fixed;
    right: -70px;
    bottom: 25%;
    text-indent: -9999px;
    z-index: 700;
}

.gotop.gotoptop a {
    right: 0;
}

.gotop a:hover {
    animation: hvr-pop .3s ease-in-out;
    opacity: 0.7;
}

/********************* 選單下拉動畫 *********************/
.navbar-nav li.hover_r_sider.dropdown_submenu .dropdown-menu.sub-menu {
    left: 100%;
}

.navbar-nav .dropdown_submenu .dropdown-menu {
    margin-top: -4px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    border-top: 3px solid #8952a6;
}



    .navbar-nav .dropdown_submenu .dropdown-menu li a {
        color: #000;
        font-size: 16px;
    }

        .navbar-nav .dropdown_submenu .dropdown-menu li a:hover {
            color: #fff !important;
            background-color: #8952a6;
            background-image: unset;
        }

.navbar-nav .dropdown_submenu.open .dropdown-menu {
    animation: navfadeInDown2 .3s ease-in-out;
}

@-webkit-keyframes navfadeInDown2 {
    from {
        opacity: 0;
        transform: translate(0,-10%);
    }

    to {
        opacity: 1;
        transform: translate(0,0);
    }
}

@keyframes navfadeInDown2 {
    from {
        opacity: 0;
        transform: translate(0,-10%);
    }

    to {
        opacity: 1;
        transform: translate(0,0);
    }
}

@-moz-keyframes navfadeInDown2 {
    from {
        opacity: 0;
        transform: translate(0,-10%);
    }

    to {
        opacity: 1;
        transform: translate(0,0);
    }
}



/********************* Header *********************/

.header {
}

    .header .navbar {
        position: fixed;
        background-color: #fff;
        width: 100%;
        transition: all 0.5s;
    }

        .header .navbar.newtop {
            background-color: #ffffffdb;
        }

            .header .navbar.newtop .navbar-brand {
                width: 133px;
                height: 42px;
                background-size: cover;
            }

            .header .navbar.newtop .navbar-nav {
                margin: 9px auto 0;
            }
        /* header logo */
        .header .navbar .navbar-brand {
            width: 183px;
            height: 62px;
            background: url(../images/all/logo.svg) no-repeat;
            text-indent: -9999px;
            display: block;
            margin: 25px 0 23px;
            padding: 0;
            background-size: cover;
        }

            .header .navbar .navbar-brand:hover {
                opacity: 0.7;
            }

        /* header 主選單 */
.culture    .header .navbar .navbar-nav {
    display: none;
}
        .header .navbar .navbar-nav {
            background: none;
            float: none;
            margin: 24px auto 0;
            display: table;
        }

            .header .navbar .navbar-nav > li > a {
                background: none;
                color: #000;
                padding: 40px 35px 15px;
                font-size: 18px;
                position: relative;
                font-weight: bold;
            }

                .header .navbar .navbar-nav > li > a:before {
                    content: " ";
                    display: block;
                    position: absolute;
                    width: 45px;
                    height: 31px;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    top: 0;
                }

                .header .navbar .navbar-nav > li > a:hover,
                .header .navbar .navbar-nav > li > a:hover:before,
                .header .navbar .navbar-nav > li > a:focus:before {
                    opacity: 0.7;
                    animation: hvr-pop .3s ease-in-out;
                }

             .header .navbar .navbar-nav > li.na_01 > a:before {
                background: url(../images/all/icon01.svg)no-repeat;
            }

            .header .navbar .navbar-nav > li.na_02 > a:before {
                background: url(../images/all/icon02.svg)no-repeat;
            }

            .header .navbar .navbar-nav > li.na_03 > a:before {
                background: url(../images/all/icon03.svg)no-repeat;
            }

            .header .navbar .navbar-nav > li.na_04 > a:before {
                background: url(../images/all/icon04.svg)no-repeat;
            }

            .header .navbar .navbar-nav > li.na_05 > a:before {
                background: url(../images/all/icon05.svg)no-repeat;
            }
			  .header .navbar .navbar-nav > li.na_06 > a:before {
                background: url(../images/all/icon06.svg)no-repeat;
            }


            .header .navbar .navbar-nav li a:hover {
                color: #8952a6;
            }

            .header .navbar .navbar-nav > li + li > a {
            }

            .header .navbar .navbar-nav > li ul li a {
                padding: 6px 10px;
                border-bottom: 1px solid #eaeaea;
            }

        /* header 次選單 */
		.culture   .go_go a {
			display:block;
			    -webkit-animation: ban-aw 2s linear infinite;
    -moz-animation: ban-aw 2s linear infinite;
    animation: ban-aw 2s linear infinite;
		
}
@-webkit-keyframes ban-aw {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes ban-aw {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ban-aw {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
 .go_go{
	 display:none;
	 }
.culture   .go_go{
	position: absolute;
    right: 0;
    top: 5px;
	display:block;
	
	
	
	}
	.culture   .newtop    .go_go{
    top: 0;
	
	
	
	}
.culture .go_go   ul li a{
    padding:0;
}
.culture .go_go img {
    transition: all 0.5s;
    background-size: cover;
    width: 80%;
    margin: 0 0 0 auto;
}
.culture   .go_go  ul li#max_s {
	cursor: pointer; 

	
	}

.culture   .go_go  ul li#max_s  img{
	margin:0 0 0 auto;
	}
.culture   .go_go  ul li{
	display:inline-block;
	}
	.culture   .go_go  ul li a:hover{
		    background-color: unset;
		}
	

.culture   	.newtop  img{
	    width: 60%;
		
	}
.culture   .go_go li:hover  img{
	    opacity: 0.7;
		}

		.culture   .header .navbar .sub-nav{
			display:none;
			}
        .header .navbar .sub-nav {
            position: absolute;
            right: 15px;
            top: 20px;
            transition: all 0.5s;
        }

            .header .navbar .sub-nav li {
                padding: 0;
                font-size: 14px;
                font-family: 'Open Sans', sans-serif;
                color: #010101;
                font-weight: 600;
            }

                .header .navbar .sub-nav li a {
                    background-color: #8952a6;
                    color: #fff;
                    border-radius: 50px;
                    padding: 4px 20px;
                    font-weight: 700;
                    margin-left: 10px;
                    display: inline-block;
                }

                    .header .navbar .sub-nav li a:hover,
                    .header .navbar .sub-nav li a:focus {
                        animation: hvr-pop .3s ease-in-out;
                        opacity: 0.8;
                        background-color: #51b0e3;
                    }

@-webkit-keyframes hvr-pop {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pop {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-moz-keyframes hvr-pop {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 8px;
    top: 60px;
    transition: all 0.5s;
}
.culture   .header .navbar .lang {
    display: none;
}

.header .navbar.newtop .lang {
    top: 48px;
}

.header .navbar.newtop .sub-nav {
    top: 10px;
}

.header .navbar .lang ul {
    position: relative;
    padding-left: 22px;
}

    .header .navbar .lang ul:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/earth.svg)no-repeat;
        width: 25px;
        height: 25px;
        left: 0;
        top: -1px;
    }

    .header .navbar .lang ul li {
        display: inline-block;
    }

        .header .navbar .lang ul li a {
            font-weight: bold;
            font-size: 16px;
            color: #000;
            position: relative;
            padding: 0 10px;
        }

            .header .navbar .lang ul li a:hover {
                background-color: unset;
                color: #8952a6;
            }

        .header .navbar .lang ul li:nth-child(1) a:before {
            content: " ";
            display: block;
            position: absolute;
            background-color: #757575;
            width: 1px;
            height: 14px;
            right: 0;
            top: 0;
        }
/*------- Banner -------*/
.banner .slick-dots {
    bottom: 20px;
}

    .banner .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #8859a1;
    }

    .banner .slick-dots li button:before {
        color: #74c0e9;
        opacity: 1;
    }

    .banner .slick-dots li {
        padding: 0;
        margin: 0;
    }

.banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.banner .wid-banner a.img_small img {
    display: none;
}

.banner .wid-banner a {
    display: block;
}

    .banner .wid-banner a img {
        width: 100%;
    }

.banner {
    position: relative;
    padding-top: 110px;
}

    .banner .container {
        max-width: 1144px;
        padding: 0;
    }

    .banner .bx-wrapper {
        margin-bottom: 0;
    }

    .banner .bxslider li {
        background-repeat: no-repeat;
        background-position: center top;
    }

        .banner .bxslider li a {
            display: block;
        }

        .banner .bxslider li img {
            width: 100%;
            display: none;
        }

    .banner .bx-wrapper .bx-viewport {
        background: none;
        border: none;
        box-shadow: none;
        left: 0;
    }

    .banner .bx-wrapper .bx-pager.bx-default-pager {
        text-align: right;
        padding: 0 15px;
        bottom: 2px;
        z-index: 60;
    }

        .banner .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-align: left;
        }

            .banner .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #1EB5BE;
            }

/********************* Footer *********************/
.culture  .footer  .sitemap{
	display:none;
	}
.footer .foo_mid .siteinfo ul li:nth-child(1) a:hover {
    color: #74c0e9;
}

.footer .foo_mid .siteinfo ul li b {
    font-weight: 400;
}

.footer .foo_mid .siteinfo ul li:nth-child(1) a {
    color: #753795;
}
.footer .foo_mid .siteinfo ul li label{
	font-weight:400;
	}
.footer .foo_mid .siteinfo ul li  label.dko_s{
		font-family: 'Noto Sans TC', sans-serif;
		     font-weight: 900; 
	}
.footer .foo_mid .siteinfo ul li.tue_e{
	font-family: 'Noto Sans TC', sans-serif;
	font-size:18px;
	    font-weight: 900;
		padding-bottom: 8px;
	  
	}
	.footer .foo_mid .siteinfo ul li ,
	.footer .foo_mid .siteinfo ul li  a {
    color: #753795;
}
.footer .foo_mid .siteinfo ul li.mail {
    color: #753795;
    font-size: 18px;
    font-family: 'Fredoka One', cursive;
}

.footer .foo_mid .siteinfo ul li {
    display: block;
    font-size: 12px;
}

.footer .foo_mid .siteinfo ul {
    float: left;
    text-align: left;
    margin-left: 20px;
    margin-top: 5px;
}

.footer .foo_mid .footer_logo {
    float: left;
}

.footer .foo_mid .footer_logo  img{
	display:inline-block;
	}

.footer .foo_mid .copyright p, .footer .foo_mid .copyright img {
    display: inline-block;
}

.footer .foo_mid .copyright .spo_weoo {
    display: none;
}

.culture .footer .foo_mid .copyright .spo_weoo {
    display: block;
    text-align: right;
}

.footer .foo_mid .sitemap ul li a {
    color: #181818;
    font-size: 16px;
    font-weight: bold;
}

.footer .foo_mid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

body.home .footer {
    border: none;
    padding: 15px 0 0;
}

.footer {
    border-top: 1px solid #eaeaea;
    padding: 35px 0 0;
    text-align: center;
}
    /* sitemap */
    .footer .sitemap ul li {
        color: #888;
        padding: 0;
    }

        .footer .sitemap ul li a {
            color: #888;
            padding: 10px;
        }

            .footer .sitemap ul li a:hover {
                color: #74c0e9;
            }

.footer_content {
    padding: 15px 0 40px;
}

/* siteinfo */
.footer .siteinfo ul > li {
    padding: 0;
}

    .footer .siteinfo ul > li + li:before {
    }

.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

    .footer .siteinfo .map:hover {
        position: relative;
        top: 2px;
    }

.footer .copyright b {
    color: #36B9C0;
}

.footer .powered a {
    color: #AAA;
}

    .footer .powered a:hover {
        color: #666;
    }

/********************* floating *********************/
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

    #floating .btn-floating .icon-arrow {
        width: 32px;
        height: 40px;
        background: url(../images/all/arrow.png) no-repeat;
        display: block;
    }

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

    #floating ul li {
        padding: 10px 0;
    }

        #floating ul li + li {
            border-top: 1px solid #E7E7E7;
        }

        #floating ul li a {
            width: 56px;
            height: 60px;
            background: url(../images/all/floating_icon.png) no-repeat;
            background-position-x: 0;
            font-size: 10px;
            color: #bbb;
            text-align: center;
            display: block;
            padding: 40px 0 0;
            position: relative;
        }

        #floating ul li.b1 a {
            background-position-y: 0;
        }

        #floating ul li.b2 a {
            background-position-y: -80px;
        }

        #floating ul li.b3 a {
            background-position-y: -160px;
        }

        #floating ul li a:hover {
            color: #333;
            background-position-x: -56px;
        }


        #floating ul li a .num {
            min-width: 20px;
            height: 20px;
            background-color: #EB0F0F;
            color: #fff;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            right: 8px;
            top: 0;
        }

/********************* Main *********************/
.main .co_top .breadcrumb > li + li:before {
    color: #fff;
    font-size: 12px;
}

.main .co_top .breadcrumb li,
.main .co_top .breadcrumb li a {
    color: #FFF;
}
    .main .co_top .breadcrumb li .txt-en,
    .main .co_top .breadcrumb li a .txt-en {
        display:none;
    }

    .main .co_top .breadcrumb {
        margin-bottom: 0;
    }

.main .co_top {
    margin-bottom: 70px;
    background-color: #74c0e9;
}

.main {
    z-index: 10;
}

.main_content {
    padding: 30px 0;
}

/*----------------------- side -----------------------*/
.side .dow_now2 {
    border-radius: 15px;
    background-color: #fff;
    border: 2px solid #e7e7e7;
    overflow: hidden;
    margin-right: 10px;
}

    .side .dow_now2 h2.ssx_h {
        transition: all 0.5s;
        font-size: 24px;
        color: #fff;
        font-weight:bold;
        background-color: #8952a6;
        text-align: center;
        margin-top: 0;
        padding: 10px 0;
        letter-spacing: 2px;
    }




.dow_now2 ul li a:hover {
    text-decoration: underline;
    color: #a72126;
}





.dow_now2 .Slide_btn {
    transition: all 0.5s;
    font-size: 18px;
    color: #8952a6;
    font-family: 'Fredoka One', cursive;
    display: none;
}

.dow_now2 .Slide_main {
    text-align: left;
    margin: 0 0 20px 0;
}

.dow_now2 .SlideMenu {
    padding: 0 20px;
}




.side .side-toggle {
    font-size: 15px;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}

.side .nav > li + li {
}

.side .nav > li a {
    color: #8952a6;
    font-size: 18px;
    line-height: 20px;
    display: block;
    position: relative;
}

.side ul.nav > li > a:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #8952a6;
    width: 7px;
    height: 7px;
    left: 2px;
    top: 16px;
    border-radius: 50%;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    background-color: #74c0e9;
    text-decoration: none;
    color: #fff;
}

.side .nav > li > ul {
    list-style-type: none;
}

    .side .nav > li > ul > li > a {
        color: #2c2d2d;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        padding: 3px 10px;
    }

        .side .nav > li > ul > li > a:hover {
            color: #fff;
        }

        .side .nav > li > ul > li > a:before {
            display: none;
        }

    .side .nav > li > ul > li > ul {
        margin-left: 18px;
        list-style-type: none;
    }

        .side .nav > li > ul > li > ul > li > a,
        .side .nav > li > ul > li > ul > li > a:hover {
        }

/*----------------------- Content -----------------------*/
.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
}

    .content .breadcrumb > li + li:before {
        content: "＞";
    }

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

    .content .btn-more:hover {
        background-position: 0 -24px;
    }

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

    .content .list-box .txt-list li {
        background: url(../images/all/icon_list.png) no-repeat 8px 12px;
        border-bottom: 1px dotted #ccc;
        padding-left: 30px;
    }

        .content .list-box .txt-list li:nth-child(2n+1) {
            background-color: rgba(240,240,240,0.3);
        }

        .content .list-box .txt-list li a {
            line-height: 28px;
            display: block;
            padding: 10px 0;
        }

            .content .list-box .txt-list li a:hover,
            .content .list-box .txt-list li a:focus {
                color: #36B9C0;
            }

        .content .list-box .txt-list li span {
            font-size: 13px;
            color: #aaa;
            line-height: 20px;
            display: inline-block;
            float: right;
            padding: 3px 20px;
        }

            .content .list-box .txt-list li span.news-title {
                width: 78%;
                color: #848275;
                float: left;
            }

        .content .list-box .txt-list li.list-header {
            background: none;
            border-bottom: 1px solid #ACE7EB;
            padding-left: 40px;
            padding-right: 15px;
        }

            .content .list-box .txt-list li.list-header a,
            .content .list-box .txt-list li.list-header a span {
                font-size: 18px;
                color: #36B9C0;
            }

                .content .list-box .txt-list li.list-header a span {
                    padding-right: 24px;
                }

/* btn-box */
.content .btn-box {
    display: table;
    margin: 0 auto;
    padding-top: 15px;
    clear: both;
}

    .content .btn-box:after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    .content .btn-box .pager {
        text-align: left;
        display: inline-block;
        margin: 0;
    }

        .content .btn-box .pager li {
            margin: 0 5px;
        }

            .content .btn-box .pager li:first-child > a {
                background: url(../images/stories/arrow.svg)no-repeat;
                width: 10px;
                height: 14px;
                text-indent: -9999px;
                padding: 0;
            }

            .content .btn-box .pager li:last-child > a {
                background: url(../images/stories/arrow2.svg)no-repeat;
                width: 10px;
                height: 14px;
                text-indent: -9999px;
            }

                .content .btn-box .pager li:first-child > a:hover,
                .content .btn-box .pager li:last-child > a:hover {
                    background-color: unset;
                    opacity: 0.4;
                }

            .content .btn-box .pager li > a {
                color: #000;
                border-radius: 50%;
                background-color: #fff;
                padding: 4px 10px;
                font-size: 16px;
                font-weight:bold;
                border: none;
                vertical-align: middle;
            }

                .content .btn-box .pager li > a:hover {
                    background-color: #f3a0a0;
                    color: #fff;
                }

                .content .btn-box .pager li > a .icon {
                    display: none;
                }

    .content .btn-box .page-info {
        color: #888;
        float: right;
        text-align: center;
        margin: 0 5px;
    }

        .content .btn-box .page-info select {
            min-width: 60px;
            border: 1px solid #DFDFDF;
            margin-right: 10px;
        }



/*----------------------------------------- favorite 最愛  --------------------------------------*/
.member .main .h1_tt:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/member/crocodile.svg)no-repeat;
    width: 92px;
    height: 130px;
    left: 0;
    bottom: 0;
}

.member .main .h1_tt {
    margin-bottom: 30px;
}

.main p.full {
    text-align: center;
    margin: 30px 0 0;
    font-size: 20px;
}

.main .member_f {
    text-align: center;
}

    .main .member_f ul li {
        display: inline-block;
        padding: 2px;
    }

        .main .member_f ul li a:hover {
            background-color: #8952a6;
            color: #fff;
        }

        .main .member_f ul li a {
            font-size: 20px;
            color: #8952a6;
            border: 2px solid #8952a6;
            margin: 0;
            /* border: none; */
            padding: 9px 50px;
            background-color: #fff;
            font-weight: 700;
            border-radius: 35px;
        }

        .main .member_f ul li.active a {
            color: #fff;
            background-color: #8952a6;
            border-bottom-color: unset;
            border: 2px solid #8952a6;
        }

.favorite.stories .sto_mid {
    justify-content: unset;
}
/*----------------------------------------- stories 故事 詳細頁 Read--------------------------------------*/
.stories.show .rea_right .pig3 {
    background: url(../images/stories/pig3.svg)no-repeat;
    width: 239px;
    height: 273px;
    right: -110px;
    bottom: -130px;
    position: absolute;
}

.stories.show .slick-slide {
    outline: none
}

.stories.show .rea_mid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .stories.show .rea_mid .rea_left h4 {
        text-align: center;
        margin: 20px 0 0;
        font-weight: 800;
        color: #8859a1;
        font-size: 20px;
    }

.stories.show .slider-nav .slick-slide {
    padding: 5px;
    transition: all 0.5s;
}

    .stories.show .slider-nav .slick-slide:hover {
        opacity: 0.7;
    }

.stories.show .rea_mid .rea_left {
    width: 68%;
}

    .stories.show .rea_mid .rea_left .animal_x {
        margin-bottom: 20px;
        width: 100%;
    }

        .stories.show .rea_mid .rea_left .animal_x.animal_x2 {
            margin-bottom: 0;
        }

        .stories.show .rea_mid .rea_left .animal_x img {
            width: 100%;
        }

.stories.show .rea_mid .rea_right {
    background-color: #fff;
    width: 30%;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .stories.show .rea_mid .rea_right h4 {
        background-color: #74c0e9;
        color: #fff;
        font-size: 28px;
        font-weight:bold;
        text-align: center;
        padding: 10px 0;
        margin: 0 0 15px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .stories.show .rea_mid .rea_right ul li {
        border-bottom: 1px dashed #b6b6b6;
        margin: 0 15px;
        padding: 5px 0px;
        font-size: 16px;
    }

    .stories.show .rea_mid .rea_right ul {
        max-height: 600px;
        overflow-y: auto;
    }

        .stories.show .rea_mid .rea_right ul li a {
            color: #000;
        }

        .stories.show .rea_mid .rea_right ul li.active a {
            background-color: #8859a1;
            color: #fff;
        }
/*----------------------------------------- stories 故事 詳細頁 --------------------------------------*/
.btn-back ul.pager {
    margin-top: 40px;
}

    .btn-back ul.pager li a {
        background-color: #fff;
        padding: 10px 60px;
        font-weight:bold;
        border-radius: 50px;
        color: #8859a1;
        font-size: 18px;
        border: 2px solid #8859a1;
        letter-spacing: 1px;
    }

        .btn-back ul.pager li a:hover {
            background-color: #8859a1;
            color: #fff;
        }

.stories.show .animal_x {
    position: relative;
    border: 10px solid #51b0e3;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    width: 70%;
    margin: 0 auto;
}

.stories.show .pi_bga {
    position: relative;
}

    .stories.show .pi_bga .pig {
        background: url(../images/stories/pig.svg)no-repeat;
        width: 210px;
        height: 222px;
        left: 40px;
        bottom: -50px;
        position: absolute;
        pointer-events: none;
    }

    .stories.show .pi_bga .pig2 {
        background: url(../images/stories/pig2.svg)no-repeat;
        width: 358px;
        height: 447px;
        right: -130px;
        bottom: -50px;
        position: absolute;
    }

.stories.show .wor_s h4 {
    background-color: #74c0e9;
    color: #fff;
    font-size: 28px;
    font-weight:bold;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
    margin-top: 20px;
}

.stories.show.show3 .wor_s .slider-for h4 {
    text-align: center;
    margin: 20px 0 0;
    font-weight: 800;
    color: #8859a1;
    font-size: 20px;
    background-color: unset;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
}

.stories.show .home_product .wid-prod a {
    display: block;
    padding: 10px;
}

    .stories.show .home_product .wid-prod a p,
    .stories.show3 .slider-nav .slick-slide p {
        text-align: center;
        font-weight:bold;
        font-size: 16px;
        color: #2e2e2e;
        padding-top: 5px;
        margin-bottom: 0;
    }

.stories.show .main_content,
.member .main_content {
    background: url(../images/stories/stories_bg.jpg)no-repeat #ffdf76;
    margin-top: 30px;
}

.stories.show .slick-next:hover,
.stories.show .slick-prev:hover {
    opacity: 0.7;
}

.stories.show .slick-next {
    right: -25px;
    width: 54px;
    height: 54px;
    background: url(../images/stories/pr_arrow.svg)no-repeat;
    transition: 0.5s;
    background-size: cover;
}

.stories.show .slick-prev {
    left: -25px;
    width: 54px;
    height: 54px;
    background: url(../images/stories/pr_arrow2.svg)no-repeat;
    transition: 0.5s;
    z-index: 10;
    background-size: cover;
}

    .stories.show .slick-next:before,
    .stories.show .slick-prev:before {
        content: '';
    }

.stories.show .tab-content {
    margin-top: 30px;
}

.stories.show .nav-tabs {
    border-bottom: none;
    margin: 20px auto 40px;
    display: table;
}

    .stories.show .nav-tabs > li > a img {
        display: inline-block;
    }

    .stories.show .nav-tabs > li > a {
        font-size: 20px;
        color: #8952a6;
        border: 2px solid #8952a6;
        margin: 0;
        border-radius: 0;
        /* border: none; */
        padding: 9px 60px;
        background-color: #fff;
        font-weight: 700;
    }

    .stories.show .nav-tabs > li.active > a,
    .stories.show .nav-tabs > li.active > a:hover,
    .stories.show .nav-tabs > li.active > a:focus {
        color: #fff;
        background-color: #8952a6;
        border-bottom-color: unset;
        border: 2px solid #8952a6;
    }

/*----------------------------------------- free 免費資源 --------------------------------------*/
p.lf_cvv {
    display:none;
}
    .wid-free{
    margin-bottom:50px;
}
.intro_box {
   
    font-size: 16px;
    /*border: 5px solid #51b0e3;
    border-radius: 10px;*/
    margin-top:40px;
}

.senio_box .ti_wd .free05 {
    position: relative;
  
}
.senio_box .ti_wd .free05 img {
    border-radius: 50%;
    width: 70%;
    margin: 0 auto;
}

.senio_box .ti_wd h4 {
    background-color: #8859a1;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    text-align: center;
}


.senio_box .ti_wd {
    width: 30%;
    position: relative;
    background: url(../images/stories/stories_bg.jpg)no-repeat #ffdf76;
    background-size: cover;
    padding: 3%;
}
.senio_box .pic img{
    width:100%;
}
.senio_box .pic {
    width: 70%;
    padding: 3%;
}
.senio_box {
    position:relative;
    display: flex;
    border: 5px solid #51b0e3;
    border-radius: 10px;
}
.aref_box .tit p{
    margin-bottom:0;
}
.aref_box .tit {
    width: 60%;
}
.aref_box .pic {
    width: 40%;
    padding:3%;
}
.aref_box{
    margin-bottom:30px;
}
.aref_box.aref_box_2 {
    flex-direction: row-reverse;
}
.free_show .intro_box   li.slick-active button:before {
    opacity: 1;
    color: #8859a1;
}
.free_show .intro_box   .slick-dots {
    bottom: -38px;
}
.aref_box.aref_box_bod {
    border-bottom: none;
    padding-bottom: 0;
}
.aref_box {
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #51b0e3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.free_show .fre_h3 h3 span {
    display: block;
    padding-top: 5px;
    font-weight: bold;
    font-size: 28px;
}
.free_show .fre_h3 h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  
}
.free_show .fre_h3{
   margin-bottom:20px;
}
.free_show .ulsd_cvs ul li a:hover,
.free_show .ulsd_cvs ul li.active a {
    background-color: #000;
    color: #fff;
}
.free_show .ulsd_cvs ul li a {
    background-color: #fff;
    padding: 4px 5px;
    font-weight: 400;
    border-radius: 2px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin: 0 5px;
}

.free_show .ulsd_cvs ul li {
    width:10%;
}
.free_show .ulsd_cvs ul {
    display: flex;
    justify-content:center;
}
.free_show .ulsd_cvs{
    margin-top:30px;
}

.free.free01 .fre_h4 h4 {
    padding-top: 20px;
    line-height: 32px;
}
.free.free01 .fre_fex {
  
}
.free.free01 .fre_fex a p {
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
}
.free.free01 .fre_fex a{
    width:25%;

}
.free.free01 .fre_fex {
    flex-wrap: wrap;
    /*padding-top: 0;*/
}
.free .fre_fex a img {
    margin: 0 auto;
    border-radius: 10px;
    border: 3px solid #51b0e3;
}

.free .fre_fex a:hover img{
    opacity:0.7;
}
.free .fre_fex a {
    width: 33%;
    padding: 10px;
}
.free .fre_fex {
    display: flex;
    padding-top: 40px;
    justify-content:space-between;
}
/*----------------------------------------- stories 故事 --------------------------------------*/
/*----------------------------------------- 復古 --------------------------------------*/
.free01   .main .co_top {
    background-color: #6a5a4f;
}
.free01  .slick-dots li button:before {
    opacity: 1;
    color: white;

}
.free_show.free01  .intro_box li.slick-active button:before {
    opacity: 1;
    color: #000;
}
.free01  .aref_box {
    border-bottom: 1px dashed #1e1e1e;
 
}
.free01  .senio_box .ti_wd h4 {
    background-color: #000;
    border-radius: 4px;
    padding: 11px 5px;
   
}
.free01.free_show .fre_h3 h3 span {
    font-weight: 400;
}
.free01.free_show .fre_h3 h3 {
    color: #fff;
    font-weight: 400;
}
.free01 .senio_box h5 {
    color: #000;
    background-color: #c6ae88;
    padding: 5px;
    font-size: 16px;
    display: table;
}
.free01 .senio_box p {
    color: #fff;
}
.free01 .senio_box:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/stories/retro_bg2.svg) no-repeat;
    left: -22px;
    top: -16px;
    width: 71px;
    height: 63px;
    z-index: 10;
    background-size: cover;
}
.free01 .senio_box {
    position:relative;
    border: none;
    border-radius: 0;
    background-color: #a4865bba;
    box-shadow: 3px 3px 4px #00000045;
}
.free01 .senio_box .ti_wd {
    background: url(../images/stories/stories_bg_s.jpg)no-repeat #a3855b;
	    background-size: cover;

}
.free.free01  .main h1:after {
    display:none;
}
.free.free01 .fre_h4 h4 label {
    background: url(../images/stories/stories_bg_s.jpg) no-repeat #a3855b;
    background-size: cover;
    color: #fff;
    padding: 9px 10px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
	 font-weight: bold;
    font-size: 24px;
}
.free.free01 .fre_h4 h4 span {
    display: block;
    padding-top:9px;
}
.free.free01 .fre_h4 h4 {
    color: #000;
    margin: 40px auto 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
   
}
.free.free01  .fre_fex a {
    width: 33%;
}
    .free.free01 .fre_fex a:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/stories/retro_bg2.svg) no-repeat;
        left: 0;
        top: -9px;
        width: 51px;
        height: 43px;
        z-index: 10;
    }
.free.free01 .main .h1_tt {
    background: unset;
    padding-bottom: 0;
    margin-top: 50px;
}
.free.free01   .fre_fex a:hover img {
    -webkit-filter: unset;
    opacity: 1;
    transform: scale(1.1);
}
.free.free01 .fre_fex a .pic {
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 3px 3px 4px #00000045;
    transform: rotate(3deg);
}
.free.free01   .fre_fex a {
    border: none;
    position:relative;
}
    .free.free01  .fre_fex a img {
        border-style: unset !important;
        border: none;
        -webkit-filter: saturate(0.3);
        transform: scale(1);
        border-radius: 0;
    }
.free.free01 .main .h1_tt h1.h_sd {
    border-bottom: 1px solid #000;
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
    .free.free01 .main .h1_tt h1.h_sd:before {
        display: none;
       
    }
    .free.free01 .main .h1_tt h1.h_sd span {
        display: table;
        margin: 0 auto;
        position: relative;
    }
    .free.free01 .main .h1_tt h1.h_sd span:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/stories/retro_bg3.png) no-repeat;
        width: 135px;
        height: 111px;
        right: -140px;
        top: -60px;
    }
    .free.free01 .main .h1_tt:before {
        display: none;
    }


.free.free01 .main .h1_tt h1:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/stories/retro_bg3.png) no-repeat;
    width: 135px;
    height: 111px;
    right: -140px;
    top: -60px;
}
.free.free01 .main .h1_tt h1 {
    color: #000000;
    position: relative;
}
.free.free01 .main {
    background: url(../images/stories/retro_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.free.free01 .fre_fex a p {
    color: #000;
    font-size: 18px;
    padding-top: 18px;
}
/*----------------------------------------- --------------------------------------*/

.culture .clex_mid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
    .culture .clex_mid .clex_right {
        width: 45%;
      
    }
        .culture .clex_mid .clex_right .pic {
            background-color: #74c0e9;
            padding: 5px;
            border-radius: 10px;
        }

     
        
        .culture .clex_mid .clex_left {
            width: 55%;
            padding-left:20px;
        }

            .culture .clex_mid .clex_left p {
                line-height: 28px;
                font-size: 16px;
                padding-top: 7px;
				margin-bottom: 10px;
            }
            .culture .clex_mid .clex_left h4 {
                font-weight: bold;
                font-size: 28px;
                text-align: center;
                background-color: #8859a1;
                color: #fff;
                padding: 15px 0;
            }
            .stories .sto_mid .sto_lid button:hover,
            .stories .sto_mid .sto_lid input[type="submit"]:hover {
                background: url(../images/stories/loves.svg)no-repeat;
            }

.stories .sto_mid .sto_lid button,
.stories .sto_mid .sto_lid button:focus,
.stories .sto_mid .sto_lid input[type="submit"],
.stories .sto_mid .sto_lid input[type="submit"]:focus {
    background: url(../images/stories/love.svg)no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    transition: all 0.5s
}

.stories .sto_mid .sto_lid .active[type="submit"]:hover {
    background: url(../images/stories/love.svg)no-repeat;
}

.stories .sto_mid .sto_lid .active[type="submit"],
.stories .sto_mid .sto_lid .active[type="submit"]:focus {
    background: url(../images/stories/loves.svg)no-repeat;
}

.stories .sto_mid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .stories .sto_mid .sto_lid {
        width: 25%;
    }
.stories.culture    .sto_mid .sto_lid {
    width: 20%;
}

        .stories .sto_mid .sto_lid.sto_lock p,
        .stories .sto_mid .sto_lid.sto_lock button {
            display: none;
        }
.stories.culture    .sto_mid .sto_lock .pic:after {
    display: none;
}

    .stories .sto_mid .sto_lock .pic:after {
        content: " ";
        display: block;
        position: absolute;
        background-color: #8859a1e6;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: 0.5s;
    }
.stories.culture    .sto_mid .sto_lock .pic:before {
    display: none;
}
.stories .sto_mid .sto_lock .pic:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/stories/look.svg)no-repeat;
    left: 0;
    right: 0;
    width: 55px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin: 0 auto;
    transition: 0.5s;
}

    .stories .sto_mid .sto_lid h4 {
        text-align: center;
        font-weight:bold;
        font-size: 16px;
        color: #2e2e2e;
        padding-top: 5px;
        margin-bottom: 20px;
    }

    .stories .sto_mid .sto_lid a:hover h4 {
        color: #8952a6;
    }

    .stories .sto_mid .sto_lid.sto_lock a:hover h4 {
        color: #2e2e2e;
    }

    .stories .sto_mid .sto_lid {
        position: relative;
        padding: 10px;
    }

        .stories .sto_mid .sto_lid p {
            -webkit-animation-name: hvr-pulse;
            animation-name: hvr-pulse;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

        .stories .sto_mid .sto_lid p {
            background-color: #bc323a;
            padding: 10px 7px;
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            border-radius: 50%;
            display: table;
            position: absolute;
            top: 0;
            left: -10px;
            z-index: 10;
        }

        .stories .sto_mid .sto_lid .pic {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }

            .stories .sto_mid .sto_lid .pic img {
                border-radius: 10px;
            }

        .stories .sto_mid .sto_lid a:hover .pic img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0.7;
        }

        .stories .sto_mid .sto_lid.sto_lock a:hover .pic img {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

.search_box ::-webkit-input-placeholder { /* WebKit browsers */
    color: #95d4a9;
}

.search_box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #95d4a9;
}

.search_box ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #95d4a9;
}

.search_box :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #95d4a9;
}

.main .search_box {
    margin-bottom: 30px;
}

    .main .search_box a {
        background: url(../images/stories/search.png)no-repeat;
        width: 53px;
        height: 50px;
        right: 12px;
        top: 0px;
        position: absolute;
    }

        .main .search_box a:hover {
            opacity: 0.7;
        }

.stories input[type="text"], textarea {
    background-color: #fff;
}

.main .search_box input {
    width: 100%;
    padding: 19px 20px;
    border: 3px solid #95d4a9;
    border-radius: 35px;
    font-weight:bold;
    position: relative;
}

.main .h1_tt {
    background: url(../images/all/star2.png)no-repeat center bottom;
    padding-bottom: 50px;
    position: relative;
}

    .main .h1_tt h1 {
        color: #8859a1;
        font-size: 42px;
        position: relative;
        display: table;
        margin: 0 auto;
        font-weight:bold;
    }
        .main .h1_tt h1 .txt-en{
            display:none;
        }

        .main .h1_tt:before {
            content: " ";
            display: block;
            position: absolute;
            background: url(../images/stories/elephant.png)no-repeat;
            width: 165px;
            height: 134px;
            left: 0;
            bottom: 0;
        }

.contact .main .h1_tt:before {
    background: url(../images/contact/panda.png)no-repeat;
    width: 115px;
    height: 145px;
}

.main h1:after {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/stories/elephant2.png)no-repeat;
    width: 126px;
    height: 90px;
    right: -70px;
    bottom: 0;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
.contact .btn-back ul.pager li a {
    color: #fff;
    background-color: #8859a1;
    padding: 10px 40px;
}

    .contact .btn-back ul.pager li a:hover {
        background-color: #74c0e9;
    }

.fancy_sec.info-fancy .text-center {
    text-align: left;
    font-size: 18px;
}

.fancy_sec.info-fancy a.btn {
    background-color: #8859a1;
    color: #fff;
    padding: 12px 40px;
    text-align: center;
    margin: 40px auto 10px;
    display: table;
    font-family: 'Fredoka One', cursive;
    font-size: 20px;
    letter-spacing: 1px;
}

    .fancy_sec.info-fancy a.btn:hover {
        background-color: #74c0e9;
    }

.fancy_sec.info-fancy {
    max-width: 500px;
    padding: 40px 20px 20px;
    border: 6px solid #51b0e3;
    border-radius: 20px;
}

.fancy_sec {
    display: none;
}

.cod_mid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.contact #membership {
    max-width: 700px;
    display: none;
}

    .contact #membership ul {
        min-width: 400px;
    }

.form-control:focus {
    box-shadow: none;
    border-color: unset;
}

.contact .cont_mid .cont_tit h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.contact .cont_mid .cont_tit p {
    font-size: 18px;
}


.contact .cont_mid .co_na {
    margin-bottom: 20px;
}

.contact .cont_mid .panda2 {
    background: url(../images/contact/panda2.png)no-repeat;
    width: 168px;
    height: 293px;
    right: -330px;
    bottom: -90px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    pointer-events: none;
}

.contact .cont_mid {
    margin: 0 auto 50px;
    padding: 60px;
    border: 10px solid #51b0e3;
    border-radius: 10px;
    position: relative;
}

    .contact .cont_mid:after {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/grass.png)no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        height: 76px;
        bottom: -11px;
    }

    .contact .cont_mid .co_na p {
        margin-bottom: 20px;
        font-size: 20px;
        color: #000;
        font-weight:bold;
    }

    .contact .cont_mid .co_na textarea {
        height: 300px;
        width: 100%;
        background-color: #8859a124;
    }

.group_member .main_content select {
    width: 50%;
}

.main_content select,
.main_content input {
    height: 50px;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    width: 100%;
}

.main_content select,
input[type="text"],
input[type="password"],
textarea {
    background-color: #8859a124;
}

/*----------------------------------------- – 使用著新增  users_people --------------------------------------*/
.member.users_people .esc_a ul li:first-child {
    color: #ff5a5a;
}

.member.users_people .menber_left .me_na p.eggc_s2 {
    color: #ff5a5a;
}

.member.users_people .menber_left .pa_sl {
    border-top: 4px solid #51b0e3;
    padding-top: 20px;
    margin-top: 20px;
}

.index_sterp3.users_people .me_na .btn-group .avatar_mid .avatar_01 {
    width: 18%;
}

.member.users_people .menber_left p.eggc_s {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    font-family: auto;
    padding-left: 0;
    padding-top: 6px;
}

.member.users_people .menber_left .me_na.me_na .eggc_s span {
    font-size: 20px;
    color: #ff5a5a;
}


.index_sterp3.users_people .me_inp [type="radio"] {
    display: inline;
}

.users_people .menber_left .me_na .me_na.me_na2,
.users_people .menber_left .me_na .me_na.me_na2 p.doifk_b {
    margin-bottom: 0;
}

.users_people .menber_left .me_na.me_na2 p.doifk_b {
    background-color: unset;
    color: #8952a6;
    border: 1px dashed #8952a6;
    font-family: auto;
    font-size: 16px;
    font-weight: bold;
}

.group_member.users_people .main_content select {
    width: 100%;
    display: inline-block;
}

.users_people .menber_left .me_na .cl_purple {
    background-color: #8859a124;
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.users_people .menber_left .me_na.me_na2 {
    margin-bottom: 10px;
}

    .users_people .menber_left .me_na.me_na2 p span {
        color: #fff0a4;
        padding-left: 10px;
        font-family: none;
        font-weight: 600;
        font-size: 16px;
    }

        .users_people .menber_left .me_na.me_na2 p span.dck_x {
            color: #51b0e3;
            padding-left: 0px;
        }

    .users_people .menber_left .me_na.me_na2 p {
        margin-bottom: 20px;
        background-color: #8952a6;
        padding: 10px;
        color: #fff;
    }

        .users_people .menber_left .me_na.me_na2 p:before {
            display: none;
        }

.users_people .main_content .me_inp input {
    height: auto;
    width: auto;
}
/*----------------------------------------- – 匯入資料  users_import --------------------------------------*/
.users.users_classroom .management ul.sdxa_a li.fcvb_2 a:before {
    background: url(../images/member/search4.png)no-repeat;
}

.users.users_classroom .us_table table td:nth-child(1) {
    width: auto;
}

.member.users.users_import .menber_left .ma_mid {
    margin-top: 10px;
    margin-bottom: 40px;
}

.users .menber_left #file,
.users .menber_left #file1,
.users .menber_left #file2,
.users .menber_left #file3 {
    display: none
}

.member.users.users_import .menber_left .ma_mid .ma_1 p {
    display: table;
    margin: 0 auto;
    padding: 8px 50px !important;
}

.member.users.users_import .menber_left .ma_mid .ma_1 p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 50px;
    margin-top: 6px;
}

.member.users .menber_left .ma_mid .ma_1 .input_file .file_label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #5ab97a;
    padding: 3px 50px;
    margin-top: 6px;
}

    .member.users .menber_left .ma_mid .ma_1 .input_file .file_label:hover {
        background-color: #51b0e3;
    }

.member.users_import .menber_left .thst_f .ma_mid .ma_1 {
    width: 33%;
}

.users_import .thst_f {
    line-height: 32px;
    background-color: #fff;
    padding: 20px;
    border: 3px solid #51b0e3;
}

    .users_import .thst_f h4 {
        background-color: #8952a6;
        color: #fff;
        padding: 10px;
        font-weight: bold;
    }

    .users_import .thst_f ul li span.existed {
        color: #ff5151;
    }
/*----------------------------------------- 使用著管理  users --------------------------------------*/
.member.group_member.users_classroom .menber_left .zebra {
    background: url(../images/member/zebra3.png)no-repeat;
    background-size: cover;
}

.member.users_people .menber_left p.eggc_s:before,
.member.users_classroom .menber_left p.eggc_s:before {
    display: none;
}

.member.users_classroom .menber_left p.eggc_s {
    margin-bottom: 30px;
    font-size: 14px;
    color: #ff5a5a;
    font-family: auto;
    padding-left: 0;
    padding-top: 6px;
}

.member.users .menber_left .ma_mid .ma_1 a p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
    font-weight: bold;
    color: #000;
}

.member.users .menber_left .ma_mid .ma_1 a .pic img {
    width: 25%;
}

.member.users .menber_left .ma_mid .ma_1 a .pic {
    overflow: hidden;
    position: relative;
}

.member.users .menber_left .ma_mid .ma_1 a:not([disabled=disabled]):hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.member.users .menber_left .ma_mid .ma_1 a:not([disabled=disabled]):hover {
    border: 3px solid #8859a1;
    background-color: #8859a1;
    animation: hvr-pop .3s ease-in-out;
}

    .member.users .menber_left .ma_mid .ma_1 a:not([disabled=disabled]):hover p {
        color: #fff;
    }

.member.users .menber_left .ma_mid .ma_1 a {
    display: block;
    border: 3px solid #51b0e3;
    background-color: #fff;
    text-align: center;
    margin: 5px;
    border-radius: 10px;
    padding: 20px 0;
}

.member.users .menber_left .ma_mid .ma_1 .disabled {
    background-color: #777;
}

.member.users .menber_left .ma_mid .ma_1 {
    width: 25%;
}

.member.users .menber_left .ma_mid {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.member.users .menber_left .panel-group .me_na,
.member.users .menber_left .panel-group .me_na.me_nalds,
.member.users .panel-group .btn-back ul.pager li a {
    margin-bottom: 0;
}

.users .us_table.us_taadd    {
    margin-top: 20px;
}
    .users .us_table.us_taadd   table td:nth-child(1) {
        width: auto;
    }
    .users .us_table h3.npf_x {
        text-align: center;
        font-weight: bold;
        margin-bottom: 0;
        color: #fff;
        background-color: #3ea05f;
        padding: 10px;
    }

        .users .us_table h3.npf_x span {
            color: #fffc98;
        }

    .users .us_table .us_dog:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/member/dog.svg)no-repeat;
        width: 210px;
        height: 320px;
        left: -140px;
        bottom: -220px;
        z-index: 0;
        text-decoration: none;
    }
.member .me_na .us_taadd table tr:nth-child(2n) td,
.users .us_table table tr:nth-child(2n) td {
    background-color: #e5fbe6;
}

    .users .us_table table td:nth-child(6) {
        width: 20%;
    }

    .users .us_table table td:nth-child(7) {
        text-align: left;
    }

        .users .us_table table td:nth-child(7) img {
            display: inline-block;
        }

    .users .us_table table td a {
        display: block;
    }

        .users .us_table table td a:hover {
            opacity: 0.7;
            animation: hvr-pop .3s ease-in-out;
        }

    .users .us_table table td.pic img {
        max-width: 80px;
    }

    .users .us_table table input[type="submit"]:enabled:hover {
        opacity: 0.7;
        animation: hvr-pop .3s ease-in-out;
    }

    .users .us_table table input[type="submit"],
    .users .us_table table input[type="submit"]:focus {
        border: none;
        transition: all 0.5s;
        outline: none;
    }

    .users .us_table table td.mail input[type="submit"] {
        width: 47px;
        height: 43px;
        background: url(../images/member/table_icon03.svg)no-repeat;
    }

        .users .us_table table td.mail input[type="submit"]:disabled {
            background: url(../images/member/table_icon03s.svg)no-repeat;
        }

    .users .us_table table td.edit input[type="submit"] {
        width: 43px;
        height: 43px;
        background: url(../images/member/table_icon02.svg)no-repeat;
    }

    .users .us_table table td.delete input[type="submit"] {
        width: 43px;
        height: 43px;
        background: url(../images/member/table_icon04.svg)no-repeat;
    }

        .users .us_table table td.edit input[type="submit"]:disabled, .users .us_table table td.delete input[type="submit"]:disabled {
            -webkit-filter: grayscale(1);
            opacity: 0.6;
        }
.member .me_na .us_taadd table td,
.users .us_table table td {
    text-align: center;
    padding: 15px;
    vertical-align: middle;
    font-size: 16px;
    background-color: #fff;
}

        .users .us_table table td:nth-child(1) {
            width: 5%;
        }


    .member .me_na .us_taadd table th,
    .users .us_table table th {
        background-color: #5ab97a;
        color: #fff;
        text-align: center;
    }

.member.users .menber_left {
    width: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    background-color: unset;
}

    .member.users .menber_left .panel-title {
        position: absolute;
        right: 0;
        top: 0;
    }

.users_classroom .main_content .me_inp input {
    height: auto;
    width: auto;
}

.users .main_content table input {
    height: auto;
    width: auto;
}

.users .management {
    position: relative;
    margin-top: 40px;
}

    .users .management ul li {
        display: inline-block;
    }

        .users .management ul li a:before {
            content: " ";
            display: block;
            position: absolute;
            width: 40px;
            height: 38px;
            left: 11px;
            top: 6px;
        }

    .users .management ul.sdxa_a li.fcvb_1 a:before {
        background: url(../images/member/search2.png)no-repeat;
    }

    .users .management ul.sdxa_a li.fcvb_2 a:before {
        background: url(../images/member/search3.png)no-repeat;
    }

    .users .management ul.sdxa_a li.fcvb_1 a {
        background-color: #ffa829;
        border-bottom: 5px solid #cb7f10
    }

    .users .management ul.sdxa_a li.fcvb_2 a {
        background-color: #e05f8a;
        border-bottom: 5px solid #c33363;
    }

    .users .management ul.sdxa_a li a {
        font-size: 20px;
        font-weight:bold;
        padding-left: 30px;
        position: relative;
        background-color: #8859a1;
        color: #fff;
        text-align: center;
        padding: 10px 20px 10px 58px;
        border-radius: 40px;
    }

        .users .management ul.sdxa_a li a:hover,
        .member.users .menber_left .panel-title > a:hover {
            background-color: #51b0e3;
            animation: hvr-pop .3s ease-in-out;
            border-bottom: 5px solid #2982b3;
        }

.member.users .menber_left .panel-heading {
    padding: 0;
    margin-top: 20px;
}

.member.users .menber_left .panel-title > a {
    font-size: 20px;
      font-weight:bold;
    padding-left: 30px;
    position: relative;
    background-color: #8859a1;
    padding: 13px 20px 13px 58px;
    color: #fff;
    text-align: center;
    display: block;
    border-bottom: 5px solid #663281;
    border-radius: 40px;
}

    .member.users .menber_left .panel-title > a:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/member/search.png)no-repeat;
        width: 40px;
        height: 38px;
        left: 11px;
        top: 5px;
    }

.member.users .menber_left .me_na.me_nalds {
    width: 100%;
}

.group_member.users .main_content select {
    width: 100%;
}

.member.users .menber_left .me_na {
    width: 50%;
    padding: 10px;
}

.users .menber_left .panel-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.users .menber_left .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: snow;
    padding: 0;
    border: 3px solid #51b0e3;
    padding: 20px
}

    .users .menber_left .panel-default > .panel-heading + .panel-collapse > .panel-body:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/member/search.svg)no-repeat;
        width: 220px;
        height: 248px;
        right: 0;
        bottom: -23px;
        z-index: 10;
        pointer-events: none;
    }

.users .menber_left .panel-group .panel-heading {
    background-image: unset;
    background-color: unset;
}

.users .menber_left .panel-group .panel {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 0;
    border: none;
}

.users .menber_left .able_s h4 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #8859a1;
    padding: 10px 0 10px;
    background: url(../images/member/star.svg)no-repeat left;
    padding-left: 42px;
    background-position-y: 20px;
}

.users .menber_left .able_s ul li a {
    display: inline-block;
    padding: 0;
    color: #ff5151;
    padding-left: 28px;
    font-weight: bold;
    text-decoration: underline;
    background-color: unset;
}

    .users .menber_left .able_s ul li a:hover {
        color: #8859a1;
    }

.users .menber_left .able_s ul li {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    text-indent: -20PX;
    margin-left: 20px;
    border-bottom: 1px dashed #929292;
    padding: 15px 0;
}

    .users .menber_left .able_s ul li:last-child {
        border-bottom: none;
    }

    .users .menber_left .able_s ul li span.to_be {
        color: #ff5151;
    }

.users .menber_left .able_s ul {
    line-height: 32px;
    background-color: #fff;
    padding: 20px;
    border: 3px solid #51b0e3;
    border-radius: 6px;
}
/*-----------------------------------------學生登入圖片  index_sterp3 --------------------------------------*/
.member.index_sterp3 .menber_left .zebra {
    right: -221px;
}

.index_sterp3 .me_na .btn-group .avatar_mid .avatar_01 p {
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    margin-bottom: 20px;
}

    .index_sterp3 .me_na .btn-group .avatar_mid .avatar_01 p:before {
        display: none;
    }

.index_sterp3 .me_na .btn-group .avatar_mid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .index_sterp3 .me_na .btn-group .avatar_mid .avatar_01 {
        width: 23%;
        margin: 0 5px 20px;
    }

.index_sterp3.index_sterp4 .me_na .btn-group .avatar_mid .avatar_01 {
    width: 31%;
    margin: 0 5px;
}

.index_sterp3 .me_na .btn-group .avatar_mid .avatar_01 img {
    z-index: -1;
    position: relative;
}

.index_sterp3 .me_na .btn-group .avatar_mid .avatar_01 .btn-light {
    border: 3px solid #5ab97a;
    border-radius: 5px;
    transition: all 0.5s;
    padding: 0;
}

.index_sterp3 .me_na .btn-group .avatar_mid label {
    border: 3px solid #5ab97a;
    border-radius: 5px;
    cursor: pointer;
}

.index_sterp3 .me_na .btn-group .avatar_mid [type="radio"]:checked + label {
    background-color: #8859a194;
}

.index_sterp3 .me_na .btn-group .avatar_mid [type="radio"] {
    display: none;
}


.index_sterp3 .btn-light:not(:disabled):not(.disabled).active,
.index_sterp3 .btn-light:not(:disabled):not(.disabled):active,
.index_sterp3 .show > .btn-light.dropdown-toggle {
    background-color: #8859a194;
}

.index_sterp3 .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/*-----------------------------------------團體訂閱申請  group_sub --------------------------------------*/
.member.group_sub   .country_co    select{
	    width: 20%;
    display: inline-block;
	}
	.member.group_sub .country_co    input{
	    width: 79%;
    display: inline-block;
	}

.member.group_sub   .menber_left .zebra {
    width: 280px;
    height: 322px;
    position: absolute;
    right: -100px;
    bottom: -110px;
    background: url(../images/member/zebra2.png)no-repeat;
    background-size: cover;
    pointer-events: none;
}
.group_sub_01    .menber_left h4 {
    text-align: center;
    font-size:26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;

}

.group_sub   .me_na textarea {
    width: 100%;
    background-color: #8859a124;
}
.group_sub .me_na .email   p span{
	    color: #ec0000;
    padding-left: 5px;
 
	}
.group_sub .me_na p span {
    color: #8859a1;
    padding-left: 5px;
    font-family: none;
    font-size: 16px;
	    font-weight: 600;
    font-size: 16px;
    font-family: "arial"!important;

}
.group_sub .menber_left .me_na.me_na2   p {
    border-bottom: 1px dashed#666;
    padding-bottom: 10px;
    padding-left: 0;
}
    .group_sub .menber_left .me_na.me_na2 p:last-child{
       border-bottom:none;
    }
    .group_sub .menber_left .me_na.me_na2 p:before {
        display: none;
    } 
/*-----------------------------------------團體會員登入  subscribe --------------------------------------*/
.member .menber_left h4.fa_sp {
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 32px;
    color: #8859a1;
}

.member.group_member .menber_left .zebra {
    background: url(../images/member/zebra2.png)no-repeat;
    background-size: cover;
}

.member.group_member .menber_left .btn-back ul.pager li:nth-child(1) a {
    /*display: table;
    margin: 0 auto 20px;*/
}

.group_member h4.step_a {
    border: 1px solid #51b0e3;
    font-family: 'Fredoka One', cursive;
    text-align: center;
    color: #51b0e3;
    font-size: 24px;
    padding: 10px 90px;
}

    .group_member h4.step_a span {
        font-family: none;
        color: #5c5c5c;
        padding-left: 10px;
        font-size: 20px;
    }

.group_member .me_sele {
    text-align: center;
}

    .group_member .me_sele .er_lef {
        display: inline-block;
        margin: 0 7px;
        font-size: 20px;
        color: #000;
        font-weight:bold;
        border-radius: 10px;
        background-color: #ffd77e;
        padding: 70px 50px;
    }

        .group_member .me_sele .er_lef label span {
            font-weight: 400;
            vertical-align: middle;
            cursor: pointer;
        }

    .group_member .me_sele label input {
        height: auto;
        width: auto;
        margin-top: 8px;
    }

/*-----------------------------------------共用會員登入  member --------------------------------------*/

.member .menber_left .zebra.member {
    background: url(../images/member/zebra.png)no-repeat;
    background-size: cover;
}

.member .menber_left .zebra.people {
    background: url(../images/member/zebra2.png)no-repeat;
    background-size: cover;
}

.member .menber_left .zebra.user {
    background: url(../images/member/zebra3.png)no-repeat;
    background-size: cover;
}

/*-----------------------------------------訂閱購買方案  subscribe --------------------------------------*/
.subscribe_buy .choose_p a.pay_pal {
    padding: 25px 110px;
    display: block;
    display: table;
    margin: 40px auto 0;
    border-radius: 50px;
    background: url(../images/member/paypal2.png)no-repeat center #376adc;
}

    .subscribe_buy .choose_p a.pay_pal:hover {
        background: url(../images/member/paypal2.png)no-repeat center #8859a1;
    }

.subscribe_buy .full_mid {
    display: flex;
    justify-content: space-between;
}

    .subscribe_buy .full_mid .full_left {
        border: 3px solid #8859a1;
        width: 49%;
        padding: 0px 95px 0px;
        position: relative;
        border-radius: 10px;
        background-color: #ffdf76;
    }

        .subscribe_buy .full_mid .full_left:before {
            content: " ";
            display: block;
            position: absolute;
            background: url(../images/member/full_01.svg)no-repeat;
            width: 77px;
            height: 77px;
            left: 7px;
            top: 0px;
        }

        .subscribe_buy .full_mid .full_left.full_left2:before {
            background: url(../images/member/full_02.svg)no-repeat;
        }

        .subscribe_buy .full_mid .full_left h3 {
            font-weight: bold;
            font-weight: bold;
            color: #8859a1;
            margin-bottom: 0;
        }

        .subscribe_buy .full_mid .full_left p {
            font-size: 16px;
        }
/*-----------------------------------------訂閱方案  subscribe --------------------------------------*/
.subscribe .choose_p ul {
    line-height: 32px;
}

    .subscribe .choose_p ul li span {
        color: #8859a1;
        display: block;
        font-weight: 400;
        margin-top: -7px;
    }

    .subscribe .choose_p ul li {
        font-size: 16px;
        display: inline-block;
        width: 33%;
        text-align: center;
        font-weight: bold;
    }

.subscribe .choose_p.choose_p2 h3 {
    background-color: #e05f8a;
    padding: 10px 30px;
    color: #fff;
    display: table;
    border-radius: 50px;
    font-size: 20px;
}

.subscribe .choose_p .cancel {
    margin-top: 30px;
    border-top: 1px dashed #8859a1;
    padding-top: 30px;
}

    .subscribe .choose_p .cancel h3 {
        background-color: #77cf7a;
    }

    .subscribe .choose_p .cancel p a {
        background: url(../images/member/paypal.png)no-repeat;
        padding: 15px 70px;
        display: inline-block;
        margin-top: 6px;
        vertical-align: middle;
    }

        .subscribe .choose_p .cancel p a:hover {
            opacity: 0.7;
        }

.subscribe .choose_p p {
    margin-bottom: 10px;
}

.subscribe .choose_p {
    margin: 30px auto 50px;
    padding: 20px 40px;
    border: 10px solid #51b0e3;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
}

    .subscribe .choose_p td:nth-child(1) {
        width: 40%;
        font-size: 18px;
        font-weight: bold;
    }

    .subscribe .choose_p th:nth-child(2) {
        background-color: #77cf7a;
    }

    .subscribe .choose_p th.rfac_x {
        background-color: #e05f8a;
    }

    .subscribe .choose_p th.mos_ub {
        background-color: #8952a6;
    }

    .subscribe .choose_p .tab_se2 {
        display: none;
    }

    .subscribe .choose_p th {
        background-color: #fff;
        padding: 10px 10px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 26px;
    }
 .subscribe .choose_p td  p.cos_v{
	 margin-bottom:0;
	     text-align: center;
		     font-weight: bold;
	 }
    .subscribe .choose_p td {
        background-color: #fff;
        padding: 20px 10px;
    }

        .subscribe .choose_p td:nth-child(2) {
            background-color: #e5fbe6;
        }

        .subscribe .choose_p td.rfac_x {
            background-color: #fde1ea;
        }

        .subscribe .choose_p td.mos_ub {
            background-color: #e9d5f4;
        }

    .subscribe .choose_p tr:last-child td {
        background-color: #fff !important;
    }

    .subscribe .choose_p td input {
        background-color: #e4e4e4;
        color: #000;
        border: none;
        transition: all 0.5s;
		font-weight: bold;
    }

    .subscribe .choose_p td.active {
        background-color: unset;
    }

        .subscribe .choose_p td.active input {
            background-color: #8859a1;
            color: #fff;
            -webkit-animation-name: hvr-pulse;
            animation-name: hvr-pulse;
            -webkit-animation-duration: 4s;
            animation-duration: 4s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

            .subscribe .choose_p td.active input:hover {
                background-color: #51b0e3;
            }
/*-----------------------------------------重設密碼  inquire --------------------------------------*/
.subscribe   .ec_wr  a{
    background: url(../images/member/logo_pay.png)no-repeat left;
    text-indent: -9999px;
    display: table;
    width: 189px;
    height: 58px;
    text-align: center;
    margin: 30px auto 10px
	  
	}
	.subscribe   .ec_wr  a:hover{
		    opacity: 0.5;
	}
.member .fyop h4 {
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    color: #8859a1;
    margin-bottom: 20px;
    border-bottom: 4px solid #8859a1;
    padding: 10px 0;
    background: url(../images/member/star.svg)no-repeat left;
    padding-left: 42px;
    background-position-y: 20px;
}

.member .fyop2 h4 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #8859a1;
    margin-bottom: 20px;
    border: 1px solid #8859a1;
    padding: 10px 0;
}

.member .fyop p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
}
.member .fyop p.note_z {
    margin-bottom: 10px;
    font-size: 16px;
    color: #f8678f;
	font-weight:bold;
}
/*----------------------------------------- 會員註冊  registered --------------------------------------*/
.member .teacher_tb table td {
    background-color: #e9d5f4;
    border-bottom: 1px solid #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.member .teacher_tb table tr:nth-child(2n+1) td {
    background-color: #fff;
}

.member .teacher_tb table th {
    background-color: #8952a6;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px
}

.member.group_member .menber_left .me_na .email p.p_t {
    font-family: auto;
    font-size: 16px;
    color: #f8678f;
}

.member.registered .menber_left .me_na .email p.p_t {
    font-family: auto;
    font-size: 16px;
    color: #f8678f;
    padding-top: 10px;
}

    .member.registered .menber_left .me_na .email p.p_t:before {
        display: none;
    }

.member.group_member .menber_left .me_na .email p.p_t:before {
    display: none;
}

.member.registered.registered_p01 .menber_left p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-family: unset;
}
.member.registered.registered_p01 .menber_left  a.maxs_a{
	display:inline-block;
	font-weight:bold;
	    color: #f8678f;
	}
	.member.registered.registered_p01 .menber_left  a.maxs_a:hover{
		    color: #8859a1;
		}

.member.registered.registered_p01 .menber_left h4 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #8859a1;
    margin-bottom: 20px;
    border: 1px solid #8859a1;
    padding: 10px 0;
}

body.member.registered #membership,
body.member.registered #membership2 {
    max-width: 700px;
    display: none;
}

body.member.registered .checkbox input {
    width: auto;
    height: auto;
    margin-top: 5px;
}

body.member.registered .checkbox a {
    color: #8859a1;
    font-weight: 800;
    font-size: 18px;
}

    body.member.registered .checkbox a:hover {
        color: #51b0e3;
    }
/*----------------------------------------- 會員專區  p01 --------------------------------------*/
.member.p02 .me_na.me_na2.me_na3 p span {
    color: #f4ff44;
}

.member.p02 .me_na.me_na2.me_na3 p {
    background-color: #77cf7a;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.member.p02 h4.change {
    background-color: #8859a1;
    color: #fff;
    padding: 14px;
    font-size: 20px;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: -10px;
    border-radius: 6px;
}

.member.p02 .me_na.me_na2 p:before {
    display: none;
}

.member.p02 .me_na.me_na2 p:last-child {
    border: none;
}

.member.p02 .me_na.me_na2 p {
    border-bottom: 1px dashed#666;
    padding-bottom: 10px;
    padding-left: 0;
}

.member.p02 .me_na p span {
    color: #8859a1;
    padding-left: 10px;
    font-family: none;
    font-weight: 600;
    font-size: 16px;
    font-family: "arial"!important;
}

.member.p02 .menber_left .zebra {
    bottom: -190px;
}

.member.p01 .meb_mid {
    display: flex;
    justify-content: space-between;
}

    .member.p01 .meb_mid .meb_1 {
        width: 30%;
        margin: 05px;
    }

        .member.p01 .meb_mid .meb_1 a {
            background-color: #fff;
            text-align: center;
            padding: 40px 0;
            border: 3px solid #51b0e3;
            border-radius: 10px;
            display: block;
        }

            .member.p01 .meb_mid .meb_1 a:hover {
                opacity: 0.7;
                animation: hvr-pop .3s ease-in-out;
            }

        .member.p01 .meb_mid .meb_1 p {
            font-size: 18px;
            margin: 10px 0 0;
            color: #000;
            font-weight: 600;
            font-weight: bold;
        }

        .member.p01 .meb_mid .meb_1 a:hover {
            border: 3px solid #8859a1;
        }
/*----------------------------------------- 會員登入  member --------------------------------------*/
.member a.forget {
    position: absolute;
    right: 0;
    top: 2px;
    color: #ec0a0a;
}

    .member a.forget:hover {
        color: #8859a1;
    }

    .member a.forget:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/member/lock.svg)no-repeat;
        width: 31px;
        height: 33px;
        left: -34px;
        top: -5px;
    }

.member .pass_on .eye_w .close {
    opacity: 0.8;
}

.member .pass_on .eye_w {
    position: absolute;
    right: 8px;
    top: 9px;
}

.member .pass_on {
    position: relative;
}

.member .nav-tabs {
    border-bottom: none;
    margin: 0 auto 20px;
}

    .member .nav-tabs > li {
        width: 50%;
        text-align: center;
    }

        .member .nav-tabs > li.active > a,
        .member .nav-tabs > li.active > a:hover,
        .member .nav-tabs > li.active > a:focus {
            color: #fff;
            background-color: #8859a1;
            border-bottom-color: unset;
            border: 2px solid #8859a1;
        }

        .member .nav-tabs > li > a {
            font-size: 20px;
            color: #090909;
            border: 2px solid #e7e7e7;
            margin: 0;
            border-radius: 0;
            /* border: none; */
            padding: 9px 60px;
            background-color: #e7e7e7;
            font-weight: 700;
        }

            .member .nav-tabs > li > a:hover {
                background-color: #8859a1;
                color: #fff;
                border: 2px solid #8859a1;
            }

.member .menber_left {
    width: 70%;
    margin: 0 auto;
}
  .member     .us_taadd    p{
	margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-family: 'Fredoka One', cursive;
    padding-left:0;
    position: relative;
	   }
	   .member .menber_left .me_na   .us_taadd      p{
		   padding-left:0;}
	   .member .menber_left .me_na   .us_taadd      p:before{
		   display:none;
		   
		   }

    .member .menber_left .me_na p {
        margin-bottom: 10px;
        font-size: 20px;
        color: #000;
        font-weight:bold;
        padding-left: 10px;
        position: relative;
    }

        .member .menber_left .me_na p:before {
            content: " ";
            display: block;
            position: absolute;
            background-color: #8859a1;
            width: 4px;
            height: 17px;
            left: 0;
            top: 3px;
        }

    .member .menber_left .me_na {
        margin-bottom: 30px;
        position: relative;
    }
	

        .member .menber_left .me_na .radio-inline label {
            max-width: 100%;
            margin-right: 33px;
            margin-bottom: 0;
            font-weight: normal;
        }

        .member .menber_left .me_na .checkbox-inline label {
            max-width: 100%;
            margin-right: 44px;
            margin-bottom: 5px;
            font-weight: normal;
        }

.member .menber_left {
    margin: 30px auto 50px;
    padding: 50px 40px;
    border: 10px solid #51b0e3;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
}

    .member .menber_left .zebra {
        width: 280px;
        height: 322px;
        position: absolute;
        right: -100px;
        bottom: -110px;
        background: url(../images/member/zebra.png)no-repeat;
        pointer-events: none;
        background-size: cover;
    }

.member .btn-back ul.pager li a {
    margin-bottom: 20px;
}
.member.login   .btn-back ul.pager li:nth-child(3) a {
    min-width: 366px;
}
.member .btn-back ul.pager li:nth-child(3) a {
    /*display: table;
    margin: 0 auto;
    min-width: 442px;*/
}
.member .menber_left .btn-back ul.pager li:nth-child(1) a {
    background-color: #f8678f;
    color: #fff;
}

    .member .menber_left .btn-back ul.pager li:nth-child(1) a:hover {
        background-color: #8859a1;
    }

.member .esc_a {
    margin-top: 20px;
}

    .member .esc_a ul {
        line-height: 36px;
    }

        .member .esc_a ul li:first-child {
            font-size: 18px;
            color: #8859a1;
            font-weight: 700;
        }




/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .meno_mid .meno_3 .meno_bg02 {
    background: url(../images/all/meno_bg02t.png)no-repeat;
    width: 788px;
    height: 377px;
    margin: 0 auto;
    background-size: contain;
}

body.home .meno_mid .meno_3 .meno_bg06 {
    background: url(../images/all/meno_bg06.png)no-repeat;
    position: absolute;
    left: 181px;
    bottom: 76px;
    width: 149px;
    height: 151px;
    z-index: 11;
    -webkit-animation-name: meno_bg06s; /*動畫名稱，需要跟@keyframes定義的名稱一致*/
    -webkit-animation-duration: 5s; /*動畫持續的時間長*/
    -webkit-animation-iteration-count: infinite; /*動畫循環播放的次數為1 infinite為無限次*/
    animation-timing-function: ease-out;
}


@-webkit-keyframes meno_bg06s {
    0% {
        background: url(../images/all/meno_bg06s.png)no-repeat;
        opacity: 0.7;
    }

    50% {
        background: url(../images/all/meno_bg06.png)no-repeat;
        opacity: 1;
    }
}

@keyframes meno_bg06s {
    0% {
        background: url(../images/all/meno_bg06s.png)no-repeat;
        opacity: 0.7;
    }

    50% {
        background: url(../images/all/meno_bg06.png)no-repeat;
        opacity: 1;
    }
}



@-moz-keyframes meno_bg06s {
    0% {
        background: url(../images/all/meno_bg06s.png)no-repeat;
        opacity: 0.7;
    }

    50% {
        background: url(../images/all/meno_bg06.png)no-repeat;
        opacity: 1;
    }
}

body.home .meno_mid .meno_3 .meno_bg05 {
    background: url(../images/all/meno_bg05.png)no-repeat;
    position: absolute;
    left: 195px;
    bottom: -60px;
    width: 133px;
    height: 193px;
    z-index: 12;
    -webkit-animation-name: meno_bg05s; /*動畫名稱，需要跟@keyframes定義的名稱一致*/
    -webkit-animation-duration: 5s; /*動畫持續的時間長*/
    -webkit-animation-iteration-count: infinite; /*動畫循環播放的次數為1 infinite為無限次*/
}

@-webkit-keyframes meno_bg05s {
    0% {
        bottom: -60px;
    }

    50% {
        bottom: -130px;
    }

    100% {
        bottom: -60px;
    }
}

@keyframes meno_bg05s {
    0% {
        bottom: -60px;
    }

    50% {
        bottom: -130px;
    }

    100% {
        bottom: -60px;
    }
}

@-moz-keyframes meno_bg05s {
    0% {
        bottom: -60px;
    }

    50% {
        bottom: -130px;
    }

    100% {
        bottom: -60px;
    }
}

body.home .home_meno {
    position: relative;
}

    body.home .home_meno .monkey {
        background: url(../images/all/monkey.png)no-repeat;
        position: absolute;
        left: -70px;
        right: 0;
        top: -100px;
        margin: 0 auto;
        width: 282px;
        height: 287px;
        -webkit-animation: monkey 2s infinite;
        z-index: 10;
    }

@-webkit-keyframes monkey {
    0% {
        top: -100px;
    }

    20% {
        border-radius: 2px; /*從 20% 的地方才開始變形*/
    }

    50% {
        top: -120px;
        border-bottom-right-radius: 25px;
    }

    80% {
        border-radius: 2px; /*到 80% 的地方恢復原狀*/
    }

    100% {
        top: -100px;
    }
}

body.home .meno_mid .meno_1 p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 17%;
}

body.home .meno_mid .meno_1 ul {
    display: table;
    margin: 0 auto;
}

    body.home .meno_mid .meno_1 ul li:before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #fff22c;
        right: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: 0.5s;
    }

    body.home .meno_mid .meno_1 ul li.aos-animate:before {
        right: 0;
    }

    body.home .meno_mid .meno_1 ul li {
        display: block;
        color: #000;
        font-size: 32px;
        font-weight:bold;
        text-transform: uppercase;
        margin: 15px 0;
        padding: 0 15px;
        z-index: 10;
        position: relative;
        transition: 0.5s;
        opacity: 0;
    }

        body.home .meno_mid .meno_1 ul li.aos-animate {
            opacity: 1;
        }

body.home .meno_mid .meno_1  p {
    padding: 20px 17% 30px;
}



body.home .meno_mid .meno_1.meno_3 {
    background-color: #ffc373;
}

body.home .meno_mid .meno_1 {
    width: 50%;
    background-color: #f3a0a0;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

    body.home .meno_mid .meno_1 .pic {
        position: relative;
        z-index: 10;
    }

    body.home .meno_mid .meno_1:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/meno_bg03.png)no-repeat;
        width: 205px;
        height: 290px;
        right: 0;
        bottom: 0;
    }

body.home .meno_mid .meno_3:before {
    background: url(../images/all/meno_bg04.png)no-repeat;
    left: 0;
}

body.home .meno_mid {
    display: flex;
    justify-content: space-between;
}

body.home .stories_a .stories_mid .stories_01 p {
    background-color: #bc323a;
    padding: 20px 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'Fredoka One', cursive;
    border-radius: 50%;
    display: table;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 10;
}

body.home .stories_a .stories_mid .stories_01 p {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.8;
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.8;
    }
}

body.home .stories_a .stories_mid .stories_01 {
    padding: 15px;
    position: relative;
}

    body.home .stories_a .stories_mid .stories_01 .pic {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

        body.home .stories_a .stories_mid .stories_01 .pic img {
            border-radius: 10px;
        }

    body.home .stories_a .stories_mid .stories_01 h4 {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        color: #2e2e2e;
        padding-top: 20px;
    }

body.home .stories_a .stories_mid {
    display: flex;
    justify-content: space-between;
}

body.home .acces_l.stories_a .elephant_book {
    background: url(../images/all/elephant_book.png);
    width: 207px;
    height: 174px;
    left: 30px;
    top: -88px;
    position: absolute;
    z-index: 10;
}

body.home .acces_l.stories_a .star {
    background: url(../images/all/star.png);
    width: 100%;
    height: 31px;
    left: 0;
    right: 0;
    top: 90px;
    position: absolute;
}

body.home .acces_l.stories_a .tit {
    padding: 40px 8%;
}

    body.home .acces_l.stories_a .tit p {
        color: #181818;
    }

    body.home .acces_l.stories_a .tit h3 {
        background-color: #8859a1;
        color: #fff;
        border-radius: 50px;
        padding: 15px 0;
    }

body.home .acces_l.stories_a {
    background-color: #fff;
    background: unset;
    position: relative;
    padding-top: 0;
}

body.home .embrace_a .look_s:before {
    content: " ";
    display: block;
    position: absolute;
    width: 115px;
    height: 118px;
    right: 130px;
    background: url(../images/all/looks.png)no-repeat;
    z-index: -1;
    top: 30px;
    -webkit-animation-name: look_sa; /*動畫名稱，需要跟@keyframes定義的名稱一致*/
    -webkit-animation-duration: 2s; /*動畫持續的時間長*/
    -webkit-animation-iteration-count: infinite; /*動畫循環播放的次數為1 infinite為無限次*/
}

@-webkit-keyframes look_sa {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sun {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes sun {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

body.home .embrace_a .look_s {
    background: url(../images/all/look.png)no-repeat;
    width: 268px;
    height: 238px;
    position: absolute;
    right: -10%;
    bottom: 0;
    z-index: 1;
}

body.home .embrace_a .emb_mid {
    display: flex;
    justify-content: space-between;
    padding-bottom: 11%;
}

body.home .acces_l.embrace_a .tit {
    padding: 0 10%;
}

    body.home .acces_l.embrace_a .tit .bird {
        background: url(../images/all/bird.png)no-repeat;
        width: 118px;
        height: 224px;
        position: absolute;
        right: -12%;
        top: -92px;
        z-index: 1;
    }

    body.home .acces_l.embrace_a .tit .book2 {
        background: url(../images/all/book2.png)no-repeat;
        width: 171px;
        height: 175px;
        position: absolute;
        left: -22%;
        top: -37px;
        -webkit-animation-name: book2; /*動畫名稱，需要跟@keyframes定義的名稱一致*/
        -webkit-animation-duration: 5s; /*動畫持續的時間長*/
        -webkit-animation-iteration-count: infinite; /*動畫循環播放的次數為1 infinite為無限次*/
    }

@-webkit-keyframes book2 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sun {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes sun {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

body.home .acces_l.embrace_a .tit h3 {
    color: #74c0e9;
    padding: 0 10%;
}

body.home .acces_l.embrace_a .tit p {
    color: #000;
}

body.home .acces_l.embrace_a {
    background-color: #fff;
    background: unset;
    padding-bottom: 0;
}

body.home .acces_l .learn_mid .learn_1 .pic.pic2 {
    animation-delay: 2s; /*3秒後開始動畫：*/
}

body.home .acces_l .learn_mid .learn_1 .pic.pic3 {
    animation-delay: 3s; /*2秒後開始動畫：*/
}

body.home .acces_l .learn_mid .learn_1 .pic {
    -webkit-animation-name: book3; /*動畫名稱，需要跟@keyframes定義的名稱一致*/
    -webkit-animation-duration: 5s; /*動畫持續的時間長*/
    animation-delay: 1s; /*1秒後開始動畫：*/
    -webkit-animation-iteration-count: infinite; /*動畫循環播放的次數為1 infinite為無限次*/
}

@-webkit-keyframes book3 {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes book3 {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes book3 {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

body.home .acces_l .learn_mid .learn_1 {
    opacity: 0;
    transform: translateY(200px);
}

    body.home .acces_l .learn_mid .learn_1.aos-animate {
        transform: translateX(0);
        opacity: 1;
    }

body.home .acces_l .dog {
    background: url(../images/all/dog.png)no-repeat;
    width: 257px;
    height: 325px;
    position: absolute;
    left: 5%;
    bottom: -140px;
    z-index: 1;
    -webkit-animation: dogs 2s infinite;
}

@-webkit-keyframes dogs {
    0% {
        bottom: -140px;
    }

    20% {
        border-radius: 2px; /*從 20% 的地方才開始變形*/
    }

    50% {
        bottom: -100px;
        border-bottom-right-radius: 25px;
    }

    80% {
        border-radius: 2px; /*到 80% 的地方恢復原狀*/
    }

    100% {
        bottom: -140px;
    }
}

body.home .acces_l .tit .book {
    background: url(../images/all/book.png)no-repeat;
    width: 167px;
    height: 180px;
    position: absolute;
    right: -30%;
    top: -60px;
    z-index: 1;
    -webkit-animation-name: book_a; /*動畫名稱，需要跟@keyframes定義的名稱一致*/
    -webkit-animation-duration: 5s; /*動畫持續的時間長*/
    -webkit-animation-iteration-count: infinite; /*動畫循環播放的次數為1 infinite為無限次*/
}

@-webkit-keyframes book_a {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sun {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes sun {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

body.home .acces_l .tit .elephant {
    background: url(../images/all/elephant.png)no-repeat;
    width: 167px;
    height: 144px;
    position: absolute;
    left: -26%;
    top: 0;
    z-index: 1;
}

body.home .home_video .vid_mid .vid_le iframe {
    width: 90.5%;
}

body.home .acces_l .learn_mid .learn_1 p {
    font-size: 18px;
    color: #fff;
    padding: 0 40px;
    line-height: 32px;
}

body.home .acces_l .learn_mid .learn_1 h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight:bold;
    padding: 30px 0 5px
}

body.home .acces_l .learn_mid {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

body.home .acces_l .tit {
    padding: 0 16%;
    position: relative;
}
body.home .acces_l.stories_a .tit p {
    text-align: center;
}
body.home .acces_l .tit p {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    padding-top: 10px;
}

    body.home .acces_l .tit h3 {
        color: #fff22c;
        font-size: 32px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
    }

body.home .main_content .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body.home .acces_l {
    background: url(../images/all/acces_bg.jpg) no-repeat center;
    padding: 5% 0;
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

body.home .home_video .vi_01 {
    background: url(../images/all/vi_01.png)no-repeat;
    position: absolute;
    right: 0;
    height: 92px;
    width: 219px;
    top: 80px;
    z-index: 10;
}

    body.home .home_video .vi_01:before {
        content: " ";
        display: block;
        position: absolute;
        width: 150px;
        height: 157px;
        right: 10px;
        background: url(../images/all/vi_02.png)no-repeat;
        z-index: -1;
        top: -90px;
        -webkit-animation: sun 20s cubic-bezier(0, 0, 1, 1) infinite;
        animation: sun 20s cubic-bezier(0, 0, 1, 1) infinite;
    }

@-webkit-keyframes sun {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes sun {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes sun {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.home .home_video .fox:before {
    content: " ";
    display: block;
    position: absolute;
    width: 173px;
    height: 184px;
    left: -27px;
    right: 0;
    background: url(../images/all/fox2.png)no-repeat;
    z-index: -1;
    margin: 0 auto;
    bottom: 60px;
    z-index: 2;
    -webkit-animation-name: fox_x; /*動畫名稱，需要跟@keyframes定義的名稱一致*/
    -webkit-animation-duration: 5s; /*動畫持續的時間長*/
    -webkit-animation-iteration-count: infinite; /*動畫循環播放的次數為1 infinite為無限次*/
}

@-webkit-keyframes fox_x {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes fox_x {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes fox_x {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

body.home .home_video .fox {
    background: url(../images/all/fox.png)no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    height: 153px;
    width: 310px;
    bottom: -14px;
    margin: 0 auto;
    z-index: 10;
}

body.home .home_video .grass {
    background: url(../images/all/grass.png)no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    height: 76px;
    bottom: 0px;
}

body.home .home_video .vid_mid .vid_rig h3 {
    font-size: 32px;
    color: #51b0e3;
    border-top: 4px solid #51b0e3;
    border-bottom: 4px solid #51b0e3;
    padding: 10px 0;
    margin-top: 0;
    font-weight:bold;
}

body.home .home_video .vid_mid .vid_rig p {
    font-size: 20px;
    color: #181818;
    line-height: 40px;
    font-weight: bold;
    padding-top: 20px;
}

body.home .home_video .vid_mid .vid_rig {
    width: 50%;
    position: relative;
}

    body.home .home_video .vid_mid .vid_rig:before {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/all/vi_03.png)no-repeat;
        width: 131px;
        height: 71px;
        right: -20px;
        bottom: -40px;
    }

body.home .home_video .vid_mid .vid_le {
    position: relative;
    width: 50%;
}

    body.home .home_video .vid_mid .vid_le .lion {
        background: url(../images/all/lion.png)no-repeat;
        width: 275px;
        height: 228px;
        position: absolute;
        left: -30px;
        top: -190px;
        z-index: 10;
    }

    body.home .home_video .vid_mid .vid_le .cloud {
        background: url(../images/all/cloud.png)no-repeat;
        width: 149px;
        height: 142px;
        position: absolute;
        left: -160px;
        top: 0;
        z-index: -1;
        -webkit-animation-name: cloud; /*動畫名稱，需要跟@keyframes定義的名稱一致*/
        -webkit-animation-duration: 10s; /*動畫持續的時間長*/
        -webkit-animation-iteration-count: infinite; /*動畫循環播放的次數為1 infinite為無限次*/
    }

@-webkit-keyframes cloud {
    0% {
        left: -160px;
    }

    10% {
        left: -170px;
    }

    20% {
        left: -160px;
    }

    30% {
        left: -170px;
    }

    40% {
        left: -160px;
    }

    50% {
        left: -170px;
    }

    60% {
        left: -160px;
    }

    70% {
        left: -170px;
    }

    80% {
        left: -160px;
    }

    90% {
        left: -170px;
    }

    100% {
        left: -160px;
    }
}

@keyframes navfadeInDown {
    0% {
        left: -160px;
    }

    10% {
        left: -170px;
    }

    20% {
        left: -160px;
    }

    30% {
        left: -170px;
    }

    40% {
        left: -160px;
    }

    50% {
        left: -170px;
    }

    60% {
        left: -160px;
    }

    70% {
        left: -170px;
    }

    80% {
        left: -160px;
    }

    90% {
        left: -170px;
    }

    100% {
        left: -160px;
    }
}

@-moz-keyframes navfadeInDown {
    0% {
        left: -160px;
    }

    10% {
        left: -170px;
    }

    20% {
        left: -160px;
    }

    30% {
        left: -170px;
    }

    40% {
        left: -160px;
    }

    50% {
        left: -170px;
    }

    60% {
        left: -160px;
    }

    70% {
        left: -170px;
    }

    80% {
        left: -160px;
    }

    90% {
        left: -170px;
    }

    100% {
        left: -160px;
    }
}

body.home .home_video {
    position: relative;
}

    body.home .home_video .vid_mid .vid_le .tv_bg {
        position: relative;
    }

        body.home .home_video .vid_mid .vid_le .tv_bg:before {
            content: " ";
    display: block;
    position: absolute;
    width: 587px;
    height: 519px;
    left: -38px;
    right: 0;
    background: url(../images/all/tv_bg.png)no-repeat;
    top: -19px;
    z-index: -1;
        }

    body.home .home_video .vid_mid {
        display: flex;
        justify-content: space-between;
        padding: 18% 0 20%;
    }

body .home .main_content {
    min-height: 0;
}

body.home .content > h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

    .content .wid-home-news .txt-list {
        margin-bottom: 10px;
        margin-top: -10px;
    }

        .content .wid-home-news .txt-list li {
            padding-left: 14px;
            background-position: 0 4px;
            background-color: transparent;
        }

            .content .wid-home-news .txt-list li:last-child {
                border-bottom: 2px solid #ACE7EB;
            }

            .content .wid-home-news .txt-list li a {
                padding: 2px 0;
                font-size: 13px;
            }

                .content .wid-home-news .txt-list li a span {
                    padding: 3px 0;
                    font-size: 12px;
                }

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

    .content .wid-home-product .bxslider li a:hover {
        border-color: #36B9C0;
    }

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

    .content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -24px;
    }

    .content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
        right: -24px;
        background-position: 0 -40px;
    }

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

    .content .wid-home-contact ul li.phone {
        font-size: 22px;
        color: #333;
        font-weight: bold;
    }

.noData {
    text-align: center;
    background-color: #fff;    
    padding: 20px;
    font-weight: bold;
    font-size: 15px;
    font-family: inherit;
    line-height: 1.1;
}

.us_table .noData {
    margin-top: -20px;
}
