@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC");a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,fieldset,figure,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,rem,s,samp,small,span,strike,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    line-height: 1
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote.clear:after,blockquote:after,blockquote:before,q.clear:after,q:after,q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address {
    display: inline;
    font-style: normal
}

* {
    letter-spacing: 2px
}

* a {
    border: dotted 2px #fff0;
    text-decoration: none;
    outline: none;
    display: block
}

* a:focus,* a:hover {
    border: dotted 2px #603813
}

button {
    border: dotted 2px #fff0;
    outline: none
}

button:focus,button:hover {
    border: dotted 2px #603813
}

.accesskey {
    top: 5px;
    left: 5px;
    margin-right: 5px;
    position: absolute
}

@media (max-width: 1024px) {
    .accesskey {
        display:none!important
    }
}

.clear:after,.clear:before {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.c {
    clear: both
}

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

iframe {
    display: block
}

button {
    cursor: pointer
}

table {
    width: 100%
}

table td,table th {
    vertical-align: middle
}

.table {
    display: table
}

.tr {
    display: table-row
}

.td,.th {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.inblock {
    font-size: 0;
    letter-spacing: 0
}

.inblock>* {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px
}

body.fontBig {
    font-size: 120%
}

body.fontSmall {
    font-size: 90%
}

body,html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    color: #666666;
    font-family: "微軟正黑體", sans-serif
}

a {
    color: #666666;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

a:active,a:focus,a:hover {
    color: #676767;
    outline: none;
    text-decoration: none
}

p {
    padding: 0;
    margin: 0 0 30px 0
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Noto Serif TC", "微軟正黑體";
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0
}

.back-to-top {
    position: fixed;
    display: block;
    background: #603813;
    color: #fff;
    padding: 2px 20px 8px 20px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 9999;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.back-to-top:focus {
    background: #8c6239;
    color: #fff;
    outline: none
}

.back-to-top:hover {
    background: #8c6239;
    color: #fff
}

body.en a,body.en abbr,body.en acronym,body.en address,body.en applet,body.en b,body.en big,body.en blockquote,body.en caption,body.en center,body.en cite,body.en code,body.en dd,body.en del,body.en dfn,body.en div,body.en dl,body.en dt,body.en fieldset,body.en figure,body.en font,body.en form,body.en h1,body.en h2,body.en h3,body.en h4,body.en h5,body.en h6,body.en i,body.en iframe,body.en img,body.en ins,body.en kbd,body.en label,body.en legend,body.en li,body.en object,body.en ol,body.en p,body.en pre,body.en q,body.en rem,body.en s,body.en samp,body.en small,body.en span,body.en strike,body.en sub,body.en sup,body.en table,body.en tbody,body.en td,body.en tfoot,body.en th,body.en thead,body.en tr,body.en tt,body.en u,body.en ul,body.en var {
    font-family: Arial
}

#header {
    top: 0;
    left: 0px;
    z-index: 99;
    position: absolute;
    width: 100%
}

@media (max-width: 1024px) {
    #header {
        background:rgba(199, 178, 153, 0.9)
    }
}

#header h1 {
    width: 100%;
    max-width: 400px;
    margin: 20px 0 0 80px
}

@media (max-width: 1024px) {
    #header h1 {
        width:60%;
        margin: 10px auto
    }
}

#header .accesskey {
    color: #fff0;
    left: 80px
}

#header .accesskey:focus,#header .accesskey:hover {
    color: #603813
}

#header .menu_button {
    position: fixed;
    left: 10px;
    top: 10px
}

#header .menu_button#pc-nav-toggle {
    display: block
}

@media (max-width: 1024px) {
    #header .menu_button#pc-nav-toggle {
        display:none
    }
}

#header .menu_button#mobile-nav-toggle {
    display: none
}

@media (max-width: 1024px) {
    #header .menu_button#mobile-nav-toggle {
        display:block
    }
}

@media (max-width: 1024px) {
    #header .menu_button {
        width:40px;
        height: 40px;
        color: #fff0;
        top: 50%;
        position: absolute;
        padding-bottom: 0px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@media (max-width: 380px) {
    #header .menu_button {
        width:35px;
        height: 35px;
        font-size: 0.87em
    }
}
.side_link {
    top: 30px;
    right: 0;
    padding: 10px 20px 10px 40px;
    position: absolute;
    background: url(../images/sideLinkBg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 99999;
}

@media (max-width: 1024px) {
    .side_link {
        background:none;
        top: 50%;
        padding: 10px 3px 10px 0px;
        position: fixed;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.side_link .accesskey {
    position: relative;
    top:0;
}

.side_link li {
    float: left;
    margin-left: 10px
}

.side_link li:first-child a {
    padding-bottom: 10px
}

@media (max-width: 1024px) {
    .side_link li:first-child {
        display:none
    }
}

@media (max-width: 1024px) {
    .side_link li {
        float:none
    }
}

.side_link li > a {
    padding: 5px;
    width: 30px;
    height: 30px;
    background: #603813;
    color: #fff;
    font-size: 1em;
    border-radius: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left
}

@media (max-width: 1024px) {
    .side_link li > a {
        margin-bottom:10px
    }
}

.side_link li > a:focus,.side_link li > a:hover {
    color: #603813;
    background: #fff
}

.side_link li > a:focus ul {
    display: block
}

.side_link li .searchForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(199, 178, 153, 0.9);
    z-index: 20;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0px;
    float: none
}

@media (max-width: 1024px) {
    .side_link li .searchForm {
        width:100vw;
        height: 100vh;
        left: calc(-100vw + 43px);
        top: calc(-50vh + 50%)
    }
}

.side_link li .searchForm .btnClosed {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    content: "x";
    text-align: center;
    font-size: 1.2em;
    border-radius: 10px;
    padding-top: 8px;
    background: #603813;
    color: #fff;
    position: absolute;
    display: none
}
.btnClosed svg{
    width: 80%;
}

.side_link li .searchForm input {
    display: inline-block;
    padding: 5px 10px;
    border: 0;
    color: #603813;
    border-radius: 0;
    background: #fff0;
    border-bottom: solid 2px #8c6239
}
.gsc-clear-button {
    display: none!important;
}
.gsc-control-cse {
    background-color: #fff0!important;
    border: 1px solid #fff0!important;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0px!important;
}
input#gsc-i-id1 {
    width: 200px!important;
    border: 0;
    background: none!important;
    border-bottom: solid 2px #8c6239!important;
    padding: 5px 0!important;
}
.gsc-input-box {
    border: 1px solid rgb(0 0 0 / 0%)!important;
    background: rgb(0 0 0 / 0%)!important;
}
.gsib_b {
    display: none;
}
.side_link li .searchForm button {
    color: #fff;
    padding: 8px 5px;
    background: #603813;
    border-radius: 5px
}

.side_link li .searchForm button:focus,.side_link li .searchForm button:hover {
    background: #fff;
    color: #603813;
    -webkit-box-shadow: 0 0 5px gray;
    box-shadow: 0 0 5px gray
}

.side_link li ul {
    top: 50px;
    position: absolute;
    display: none
}

@media (max-width: 1024px) {
    .side_link li ul {
        left:-5px;
        top: 100%;
        height: auto;
        background: #fff;
        padding: 10px;
        border-radius: 50px;
        -webkit-box-shadow: 0 0 5px gray;
        box-shadow: 0 0 5px gray
    }
}

.side_link li ul li {
    margin-left: 0;
    font-size: 1em;
    float: none;
    clear: both
}

.side_link li ul li a {
    margin-top: 5px
}

.side_link li ul li a .a2a_svg {
    display: none
}

.menu_button {
    position: absolute;
    z-index: 999;
    background: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 1em;
    text-align: center;
    background: #8c6239;
    border: 1px solid #8c6239;
    border-radius: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
    color: #fff;
    text-align: center
}

@media (max-width: 1024px) {
    .menu_button {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.menu_button svg {
    color: #fff;
    font-size: 2em;
    display: block;
    letter-spacing: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
    width: 70%;
}

.side_bar {
    left: 0;
    top: 0;
    width: 80px;
    height: 100vh;
    position: fixed;
    background: #c7b299
}

@media (max-width: 1024px) {
    .side_bar {
        display:none
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes nav {
    0% {
        bottom: 100%
    }

    to {
        bottom: 110%
    }
}

@keyframes nav {
    0% {
        bottom: 100%
    }

    to {
        bottom: 110%
    }
}

.pc_nav {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0px;
    left: -100%;
    z-index: 1000;
    position: fixed;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    z-index: 999999;
}

.pc_nav.active {
    left: -00%
}

.pc_nav .menu_button {
    right: 10px;
    top: 10px;
    z-index: 99;
    background: #c7b299
}

@media (max-width: 1024px) {
    .pc_nav .menu_button {
        display:none
    }
}

@media (max-width: 1024px) {
    .pc_nav {
        display:none
    }
}

#nav-menu-container {
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgba(96, 56, 19, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    z-index: 999
}

@media (max-width: 768px) {
    #nav-menu-container {
        display:none
    }
}

.nav-menu {
    width: 100%;
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    left: 50%;
    margin: auto
}

.nav-menu,.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    z-index: 99;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

@media (min-width: 768px) {
    .nav-menu ul {
        display:block!important
    }
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
    vertical-align: text-bottom
}

.nav-menu li.clear:after,.nav-menu li:before {
    top: 0;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #603813
}

.nav-menu li:first-child {
    content: "1"
}

.nav-menu li span {
    display: block
}

.nav-menu>li>a {
    vertical-align: top
}

.nav-menu>li>a.clear:after,.nav-menu>li>a:before {
    bottom: 100%;
    width: 100%;
    height: 120px;
    content: "";
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.nav-menu>li:first-child > a.clear:after,.nav-menu>li:first-child > a:before {
    background-image: url(../images/nav1.png)
}

.nav-menu>li:nth-child(2)>a.clear:after,.nav-menu>li:nth-child(2)>a:before {
    background-image: url(../images/nav2.png)
}

.nav-menu>li:nth-child(3)>a.clear:after,.nav-menu>li:nth-child(3)>a:before {
    background-image: url(../images/nav3.png)
}

.nav-menu>li:nth-child(4)>a.clear:after,.nav-menu>li:nth-child(4)>a:before {
    background-image: url(../images/nav4.png)
}

.nav-menu>li:nth-child(5)>a.clear:after,.nav-menu>li:nth-child(5)>a:before {
    background-image: url(../images/nav5.png)
}

.nav-menu>li:nth-child(6)>a.clear:after,.nav-menu>li:nth-child(6)>a:before {
    background-image: url(../images/nav7.png)
}

.nav-menu>li:nth-child(7)>a.clear:after,.nav-menu>li:nth-child(7)>a:before {
    background-image: url(../images/nav6.png)
}
.nav-menu ul ul {
    top: 0;
    left: 100%
}

.nav-menu ul li {
    min-width: 180px
}

.sf-arrows ul .sf-with-ul:after {
    padding-right: 30px;
    content: "\f105";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal
}

.nav-box {
    width: 100%;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-menu {
    height: auto
}

.nav-menu a {
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    outline: none;
    font-weight: bold;
    text-align: center
}

.nav-menu a:after {
    width: 0%;
    height: 100%;
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1
}

.nav-menu a:focus,.nav-menu a:hover {
    color: #8c6239;
    border: dotted 2px #8c6239
}

.nav-menu a.clear:focus:after,.nav-menu a.clear:hover:after,.nav-menu a:focus:before,.nav-menu a:hover:before {
    -webkit-animation: nav .3s infinite alternate;
    animation: nav .3s infinite alternate
}

.nav-menu a:focus:after,.nav-menu a:hover:after {
    width: 100%
}

.nav-menu>li {
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left
}

.nav-menu>li a {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2px
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px
}

.nav-menu ul li {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: solid #b99c9c 1px
}

.nav-menu ul li:last-child {
    border: none
}

.nav-menu ul li a {
    padding: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 1.5em
}

.nav-menu ul ul {
    margin: 0
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding: 80px 20px 0 20px;
    bottom: 0;
    z-index: 99999;
    background: rgba(96, 56, 19, 0.8);
    left: -100%;
    width: 100%;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    width: 100%;
    position: relative
}

#mobile-nav ul li {
    position: relative;
    display: block
}

#mobile-nav ul li a {
    color: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    border-bottom: 1px solid #fff
}

#mobile-nav ul li li {
    padding-left: 30px;
    position: relative
}

#mobile-nav ul .menu-has-children svg {
    width: 100%;
    height: 15px;
    position: absolute;
    padding-left: 70%;
    top: 0px;
    z-index: 99;
    cursor: pointer;
    color: #fff;
    z-index: 20;
    display: block;
    z-index: 99;
    height: 100%;
    max-height: 50px;
    padding-bottom: 14px;
    padding-top: 14px
}

#mobile-nav ul .menu-has-children svg.fa-chevron-up {
    color: #fff
}

#mobile-nav ul .menu-item-active {
    color: #fff;
    background: #603813
}

#mobile-nav .menu_button {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    color: #fff0;
    background: #c7b299;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0
}
#mobile-nav .menu_button svg{
    position: absolute;
}
#mobile-nav>ul>li>a.clear:after,#mobile-nav>ul>li>a:before {
    top: 0px;
    left: 10px;
    width: 50px;
    height: 40px;
    content: "";
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

#mobile-nav>ul>li:first-child > a.clear:after,#mobile-nav>ul>li:first-child > a:before {
    background-image: url(../images/nav1.png)
}

#mobile-nav>ul>li:nth-child(2)>a.clear:after,#mobile-nav>ul>li:nth-child(2)>a:before {
    background-image: url(../images/nav2.png)
}

#mobile-nav>ul>li:nth-child(3)>a.clear:after,#mobile-nav>ul>li:nth-child(3)>a:before {
    background-image: url(../images/nav3.png)
}

#mobile-nav>ul>li:nth-child(4)>a.clear:after,#mobile-nav>ul>li:nth-child(4)>a:before {
    background-image: url(../images/nav4.png)
}

#mobile-nav>ul>li:nth-child(5)>a.clear:after,#mobile-nav>ul>li:nth-child(5)>a:before {
    background-image: url(../images/nav5.png)
}

#mobile-nav>ul>li:nth-child(6)>a.clear:after,#mobile-nav>ul>li:nth-child(6)>a:before {
    background-image: url(../images/nav7.png)
}

#mobile-nav>ul>li:nth-child(7)>a.clear:after,#mobile-nav>ul>li:nth-child(7)>a:before {
    background-image: url(../images/nav6.png)
}

#mobile-nav>ul>li>a {
    padding: 15px 22px 15px 70px
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none
}

#logo #mobiledSearchBtn {
    background: #fff;
    border: 1px solid #8c6239;
    display: none;
    padding: 0px 0px 0 0;
    text-align: center;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
    position: relative
}

@media (max-width: 991px) {
    #logo #mobiledSearchBtn {
        display:inline-block
    }
}

@media (max-width: 380px) {
    #logo #mobiledSearchBtn {
        float:left;
        margin: 15px 0px 0 0
    }
}

#logo #mobiledSearchBtn svg {
    color: #8c6239;
    font-size: 1em
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

@media (max-width: 768px) {
    #mobile-nav ul li#searchBtn {
        display:none
    }
}

#content {
    background: transparent
}

.wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    padding: 0;
    margin: 0
}

.wrapper.index {
    height: 100vh;
    overflow: hidden
}

@media (max-width: 1024px) {
    .wrapper.index {
        overflow:visible;
        height: auto
    }
}

@media (max-width: 768px) {
    .container {
        padding:0 5%
    }
}

#content {
    min-height: calc(80vh - 10px)
}

p {
    line-height: 1.5;
    font-size: 1.2em;
    letter-spacing: 2px
}

@-webkit-keyframes more {
    0% {
        left: 0px
    }

    to {
        left: 5px
    }
}

@keyframes more {
    0% {
        left: 0px
    }

    to {
        left: 5px
    }
}

.animategif {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/kinMa.gif);
    position: absolute;
    z-index: 9999;
    background-color: #d6c7a7;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 1024px) {
    .animategif {
        background-image:url(../images/kinMapad.gif)
    }
}

@media (max-width: 480px) {
    .animategif {
        background-image:url(../images/kinMaphone.gif)
    }
}

.animategif .more_btn {
    max-width: 200px;
    position: absolute;
    bottom: 10%;
    right: 10%
}

.more_btn {
    color: #fff;
    padding: 20px 50px;
    background: #8c6239;
    border-radius: 50px;
    position: relative
}

.more_btn.clear:after,.more_btn:before {
    bottom: 50%;
    left: 50%;
    content: "";
    width: 0%;
    height: 00%;
    position: absolute;
    background: #8c6239;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1
}

.more_btn:focus,.more_btn:hover {
    background: #603813;
    color: #fff;
    -webkit-box-shadow: 0 0 10px #603813;
    box-shadow: 0 0 10px #603813
}

.more_btn.clear:focus:after,.more_btn.clear:hover:after,.more_btn:focus:before,.more_btn:hover:before {
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #603813
}

.more_btn:focus svg,.more_btn:hover svg {
    -webkit-animation: more .3s infinite alternate;
    animation: more .3s infinite alternate
}

#index_slide {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

#index_slide section {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background: url(../images/index/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom
}

@media (max-width: 1024px) {
    #index_slide section {
        height:100%;
        position: relative;
        padding-top: 15%
    }
}

#index_slide .slick-next,#index_slide .slick-prev {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 1.5em;
    cursor: pointer;
    background: transparent;
    color: #603813;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 1px solid #603813;
    outline: none;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#index_slide .slick-next.clear:after,#index_slide .slick-next:before,#index_slide .slick-prev.clear:after,#index_slide .slick-prev:before {
    display: none
}

#index_slide .slick-next:focus,#index_slide .slick-next:hover,#index_slide .slick-prev:focus,#index_slide .slick-prev:hover {
    outline: none;
    background: #603813;
    color: #fff;
    border: dotted 2px #fff
}

#index_slide .slick-next.slick-disabled.clear:after,#index_slide .slick-next.slick-disabled:before,#index_slide .slick-prev.slick-disabled.clear:after,#index_slide .slick-prev.slick-disabled:before {
    opacity: .8
}

@media (max-width: 1024px) {
    #index_slide .slick-next,#index_slide .slick-prev {
        height:30px;
        width: 30px
    }
}

#index_slide .slick-prev {
    top: 45%;
    right: 25px;
    left: auto;
    z-index: 2
}

@media (max-width: 1024px) {
    #index_slide .slick-prev {
        top:50%;
        right: 10px
    }
}

#index_slide .slick-next {
    right: 25px
}

@media (max-width: 1024px) {
    #index_slide .slick-next {
        right:10px
    }
}

#index_slide .slick-dotted .slick-slider {
    margin-bottom: 0px
}

#index_slide .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0;
    width: 80px;
    height: auto
}

@media (max-width: 1024px) {
    #index_slide .slick-dots {
        top:0;
        left: 0px;
        z-index: -1
    }
}

#index_slide .slick-dots.clear:after,#index_slide .slick-dots:before {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 80px;
    height: 100vh;
    background: #c7b299;
    content: ""
}

@media (max-width: 1024px) {
    #index_slide .slick-dots.clear:after,#index_slide .slick-dots:before {
        background:none
    }
}

#index_slide .slick-dots li {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    height: 40px;
    margin: 1px auto;
    padding: 0;
    cursor: pointer;
    text-align: center
}

#index_slide .slick-dots li:first-child button.clear:after,#index_slide .slick-dots li:first-child button:before {
    content: "展覽說明"
}

#index_slide .slick-dots li:nth-child(2) button.clear:after,#index_slide .slick-dots li:nth-child(2) button:before {
    content: "珍貴史料"
}

#index_slide .slick-dots li:nth-child(3) button.clear:after,#index_slide .slick-dots li:nth-child(3) button:before {
    content: "檔案與文物"
}

#index_slide .slick-dots li:nth-child(4) button.clear:after,#index_slide .slick-dots li:nth-child(4) button:before {
    content: "互動遊戲"
}

#index_slide .slick-dots li:nth-child(5) button.clear:after,#index_slide .slick-dots li:nth-child(5) button:before {
    content: "影音體驗"
}

#index_slide .slick-dots li:nth-child(6) button.clear:after,#index_slide .slick-dots li:nth-child(6) button:before {
    
    content: "預約導覽"
}

#index_slide .slick-dots li:nth-child(7) button.clear:after,#index_slide .slick-dots li:nth-child(7) button:before {
    
    content: "相關連結"
}
#index_slide .slick-dots li.slick-active button {
    background: #603813;
    color: #fff
}

#index_slide .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 30px;
    width: 30px;
    outline: none;
    font-size: 1em;
    color: #603813;
    padding: 5px;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 50px;
    border: solid #603813 1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative
}

#index_slide .slick-dots li button:focus,#index_slide .slick-dots li button:hover {
    background: #603813;
    color: #fff
}

#index_slide .slick-dots li button.clear:focus:after,#index_slide .slick-dots li button.clear:hover:after,#index_slide .slick-dots li button:focus:before,#index_slide .slick-dots li button:hover:before {
    display: block
}

#index_slide .slick-dots li button.clear:after,#index_slide .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 110%;
    content: "";
    width: 100px;
    height: 30px;
    font-size: 1em;
    line-height: 26px;
    text-align: center;
    color: #fff;
    opacity: 1;
    background: #603813;
    border-radius: 20px;
    display: none
}

#index_slide section {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1024px) {
    #index_slide section {
        display:block
    }
}

#index_slide section .eHBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 150px;
    left: 0%;
    position: relative
}

@media (max-width: 1024px) {
    #index_slide section .eHBox {
        top:0;
        display: block;
        width: 100%;
        margin: auto
    }
}

#index_slide section .eHBox .slide_tltle {
    font-size: 3em;
    color: #603813;
    font-family: "Noto Serif TC", "微軟正黑體";
    font-weight: bold
}

@media (max-width: 1024px) {
    #index_slide section .eHBox .box {
        width:90%;
        padding: 0%;
        margin: auto
    }
}

#index_slide .section_01 .box {
    width: 50%;
    padding: 0% 0% 0 10%
}

#index_slide .section_01 .box:nth-child(2) {
    height: 100%;
    left: -200px;
    position: relative
}

@media (max-width: 1024px) {
    #index_slide .section_01 .box:nth-child(2) {
        left:0;
        margin: 30px auto 0 auto
    }
}

#index_slide .section_01 .box:nth-child(2) .more_btn {
    position: absolute;
    right: 10px;
    bottom: -100px
}

#index_slide .section_01 .box .imgBox {
    width: 100%;
    height: auto
}

@media (max-width: 1024px) {
    #index_slide .section_01 .box .imgBox {
        width:90%;
        margin: auto
    }
}

#index_slide .section_01 .box .imgBox img {
    -webkit-box-shadow: -25px 25px 0px 0px #8c6239;
    box-shadow: -25px 25px 0px 0px #8c6239
}
#index_slide .section_01 .box ul li{
    font-size: 1.15em;
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    padding-left: 40px;
}
.en #index_slide .section_01 .box ul li{
    font-size: 1em;
    margin-bottom: 10px;
    display: block;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
}
#index_slide .section_01 .box ul li span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}
#index_slide .section_01 .box ul li a{
    display: inline-block;
    color: #603813;
}
#index_slide .section_02 .box {
    width: 50%;
    padding: 0% 0% 0 10%
}

#index_slide .section_02 .box:nth-child(2) {
    padding: 0% 10% 0 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1024px) {
    #index_slide .section_02 .box:nth-child(2) {
        padding:0
    }
}

#index_slide .section_02 .box:nth-child(2) a:first-child {
    width: 100%;
    margin: 0px 0 20px 0
}

#index_slide .section_02 .box:nth-child(2) a {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    text-align: center;
    border-radius: 30px;
    padding: 30px 0;
    font-size: 1.5em;
    font-family: "Noto Serif TC", "微軟正黑體";
    background: transparent;
    border: 2px solid #8c6239;
    color: #603813
}

#index_slide .section_02 .box:nth-child(2) a:focus,#index_slide .section_02 .box:nth-child(2) a:hover {
    color: #fff;
    background: #8c6239
}

#index_slide .section_02 .box:nth-child(2) a:focus:after,#index_slide .section_02 .box:nth-child(2) a:hover:after {
    top: 0px;
    left: 0px
}

#index_slide .section_02 .box:nth-child(2) a.clear:after,#index_slide .section_02 .box:nth-child(2) a:before {
    border-radius: 30px
}

#index_slide .section_02 .box:nth-child(2) a:after {
    top: 10px;
    left: -10px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    border: 2px solid #8c6239;
    border-radius: 26px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#index_slide .section_02 .box .slide_tltle {
    margin-bottom: -50px
}

@media (max-width: 1920px) {
    #index_slide .section_02 .box .slide_tltle {
        margin-bottom:0px
    }
}

#index_slide .section_02 .box .imgBox {
    width: 90%
}

@media (max-width: 1024px) {
    #index_slide .section_02 .box .imgBox {
        width:80%;
        margin: auto
    }
}

#index_slide .section_03 .box {
    width: 50%;
    padding: 0% 0% 0 10%
}

#index_slide .section_03 .box:nth-child(2) {
    height: 100%;
    left: -200px;
    position: relative
}

@media (max-width: 1024px) {
    #index_slide .section_03 .box:nth-child(2) {
        left:-00px
    }
}

#index_slide .section_03 .box:nth-child(2) .more_btn {
    position: absolute;
    right: 10px;
    bottom: -100px
}

#index_slide .section_03 .box .slide_tltle {
    margin-bottom: -50px
}

@media (max-width: 1920px) {
    #index_slide .section_03 .box .slide_tltle {
        margin-bottom:0px
    }
}

#index_slide .section_03 .box .imgBox {
    width: 90%;
    height: auto
}

#index_slide .section_04 {
    padding: 5% 0% 0 0%
}

@media (max-width: 1024px) {
    #index_slide .section_04 {
        padding:15% 0% 0 0%
    }
}

#index_slide .section_04 .box {
    width: 50%
}

#index_slide .section_04 .box p {
    position: absolute;
    top: -100px
}

@media (max-width: 1024px) {
    #index_slide .section_04 .box p {
        position:relative;
        top: 0px
    }
}

#index_slide .section_04 .box a {
    display: block;
    position: relative
}

#index_slide .section_04 .box a img {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#index_slide .section_04 .box a:focus img,#index_slide .section_04 .box a:hover img {
    -webkit-transform: scale(1.3) rotate(-10deg);
    -ms-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg)
}

#index_slide .section_04 .box a:focus p,#index_slide .section_04 .box a:hover p {
    right: -00%
}

#index_slide .section_04 .box a p {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    right: -100%;
    padding: 15px;
    text-align: right;
    background: rgba(96, 56, 19, 0.8);
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Noto Serif TC", "微軟正黑體";
    text-align: center
}

#index_slide .section_04 .box:first-child {
    padding: 0% 0% 0 10%
}

@media (max-width: 1024px) {
    #index_slide .section_04 .box:first-child {
        padding:0;
        margin: auto;
        width: 90%
    }
}

#index_slide .section_04 .box:first-child .imgBox {
    -webkit-clip-path: polygon(0 0, 100% 1%, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 1%, 80% 100%, 0% 100%);
    overflow: hidden
}

@media (max-width: 1024px) {
    #index_slide .section_04 .box:first-child .imgBox {
        padding:0;
        -webkit-clip-path: none;
        clip-path: none;
        width: 90%;
        margin: 0 auto 20px auto;
        background: none
    }
}

#index_slide .section_04 .box:nth-child(2) {
    padding: 0% 10% 0 0%;
    margin-left: -5%
}

@media (max-width: 1024px) {
    #index_slide .section_04 .box:nth-child(2) {
        padding:0;
        margin: auto;
        width: 90%
    }
}

#index_slide .section_04 .box:nth-child(2) .imgBox {
    overflow: hidden;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%)
}

@media (max-width: 1024px) {
    #index_slide .section_04 .box:nth-child(2) .imgBox {
        padding:0;
        -webkit-clip-path: none;
        clip-path: none;
        width: 90%;
        margin: 0 auto 20px auto;
        background: none
    }
}

#index_slide .section_05 .eHBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1024px) {
    #index_slide .section_05 .eHBox {
        display:block
    }
}

#index_slide .section_05 .box a {
    position: relative;
    margin: 20px 0;
    overflow: hidden
}

#index_slide .section_05 .box a img {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#index_slide .section_05 .box a:focus img,#index_slide .section_05 .box a:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    -ms-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg)
}

#index_slide .section_05 .box a:focus p,#index_slide .section_05 .box a:hover p {
    right: -00%
}

#index_slide .section_05 .box a p {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: -100%;
    padding: 15px;
    text-align: right;
    background: rgba(96, 56, 19, 0.8);
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 1em
}

#index_slide .section_05 .box a p span {
    font-size: 90%;
    display: block;
    color: #e3e3e3
}

#index_slide .section_05 .box:first-child {
    width: 60%;
    padding: 0% 0% 0 15%
}

@media (max-width: 1600px) {
    #index_slide .section_05 .box:first-child {
        padding:0% 0% 0 10%
    }
}

@media (max-width: 1024px) {
    #index_slide .section_05 .box:first-child {
        width:90%;
        margin: auto;
        padding: 0
    }
}

#index_slide .section_05 .box:first-child .imgBox {
    left: 20px;
    top: 20px;
    -webkit-box-shadow: -25px 25px 0px 0px #603813;
    box-shadow: -25px 25px 0px 0px #603813
}

#index_slide .section_05 .box:nth-child(2) {
    width: 30%;
    height: 100%;
    position: relative;
    padding: 0% 11.2% 0 0%;
    text-align: left
}

@media (max-width: 1600px) {
    #index_slide .section_05 .box:nth-child(2) {
        padding:0% 9.3% 0 0%
    }
}

@media (max-width: 1024px) {
    #index_slide .section_05 .box:nth-child(2) {
        width:90%;
        margin: 50px auto 0 auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#index_slide .section_05 .box:nth-child(2) a {
    margin-bottom: 10%
}

@media (max-width: 1024px) {
    #index_slide .section_05 .box:nth-child(2) a {
        padding:10px
    }
}

#index_slide .section_05 .box:nth-child(2) p {
    height: 100%;
    top: 0
}

#index_slide .section_05 .box:nth-child(2) .more_btn {
    position: absolute;
    right: 40%;
    bottom: -100px
}

#index_slide .section_05 .box .slide_tltle {
    margin-bottom: -50px
}

@media (max-width: 1920px) {
    #index_slide .section_05 .box .slide_tltle {
        margin-bottom:0px
    }
}

#index_slide .section_05 .box .imgBox {
    width: 90%;
    height: auto
}

#index_slide .section_06 .eHBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 150px;
    left: 0%;
    position: relative;
    padding: 0% 5% 0 5%
}

@media (max-width: 1024px) {
    #index_slide .section_06 .eHBox {
        display:block;
        top: 0px
    }
}

#index_slide .section_06 .box {
    width: 30%;
    position: relative
}

#index_slide .section_06 .box img {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#index_slide .section_06 .box:focus img,#index_slide .section_06 .box:hover img {
    -webkit-transform: scale(1.3) rotate(-10deg);
    -ms-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg)
}

#index_slide .section_06 .box:nth-child(3) a,
#index_slide .section_06 .box:nth-child(2) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#index_slide .section_06 .box:nth-child(3) p,
#index_slide .section_06 .box:nth-child(2) p{
    font-size: 1.5em;
    color: #603813;
    position: absolute;
    font-family: "Noto Serif TC", "微軟正黑體";
    font-weight: bold
}

#index_slide .section_06 .box .subTitle {
    width: 70%;
    height: auto;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 5%;
    padding: 15px 30px;
    text-align: right;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

#index_slide .section_06 .box .subTitle.clear:after,#index_slide .section_06 .box .subTitle:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    right: 00%;
    top: 0;
    background: rgba(96, 56, 19, 0.8);
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    z-index: -1
}

#index_slide .section_06 .box .subTitle span {
    display: block;
    font-size: 1em
}

#index_slide .section_06 .box a {
    position: relative
}

@media (max-width: 1024px) {
    #index_slide .section_06 .box a {
        margin-bottom:30px
    }
}

#index_slide .section_06 .box .imgBox {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%)
}

.page {
    background: url(../images/pageBg.jpg);
    padding-top: 100px;
    min-height: 100vh;
    height: auto
}

.page .breadcrumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page .breadcrumb .accesskey {
    position: relative;
    display: inline-block;
    top: -0px
}

.page .breadcrumb li {
    padding: 0;
    margin: 0 5px
}

.page .breadcrumb li>svg {
    color: #8c6239;
    margin-top: 10px;
    font-size: 1.2em
}

.page .breadcrumb li.clear:after,.page .breadcrumb li:before {
    content: ""
}

.page .breadcrumb .home a {
    background: #8c6239;
    border-radius: 50px
}

.page .breadcrumb .home svg {
    color: #fff
}

.page .breadcrumb a {
    padding: 10px;
    display: inline-block;
    font-size: 1.2em
}

.page .pageTitle {
    font-family: "Noto Serif TC", "微軟正黑體";
    font-size: 2em;
    font-weight: bolder;
    color: #603813;
    margin-bottom: 20px;
}
.page .pageTitle.hasborder{
    border-bottom: 2px solid #ac8055;
    padding-bottom: 10px;
}

.page article {
    width: calc(100% - 80px);
    margin: 20px 0 0 80px
}

@media (max-width: 1024px) {
    .page article {
        width:100%;
        margin: 20px 0 0 0px
    }
}

.page .accordion-item {
    background: none;
    border: 0
}

.page .accordion-button {
    outline: none;
    border-radius: 0px;
    background: none;
    border-top: solid 2px #c7b299;
    font-size: 1.5em;
    font-family: "Noto Serif TC", "微軟正黑體";
    letter-spacing: 2px;
    color: #8c6239;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 1.5
}

.page .accordion-button svg {
    color: #8c6239
}

.page .accordion-button .acClosed {
    display: none
}

.page .accordion-button .acOpen {
    display: block
}

.page .accordion-button:not(.collapsed) {
    font-size: 1.5em;
    color: #603813
}

.page .accordion-button:not(.collapsed) .acClosed {
    display: block
}

.page .accordion-button:not(.collapsed) .acOpen {
    display: none
}

.page .accordion-button:after {
    background: none
}

.page .accordion-button span {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.page .accordion-button:not(.collapsed):after {
    content: "\f0fe";
    font-family: "fontAwesome";
    display: none
}

.page .accordion-body {
    position: relative;
    border-top: solid 2px #c7b299
}

.page .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

@media (max-width: 768px) {
    .page .nav {
        display:block
    }
}

.page .nav-item {
    width: calc(100% - 20px);
    margin-right: 20px;
    line-height: 1.5
}

.page .nav-item:last-child {
    margin-right: 0
}

@media (max-width: 768px) {
    .page .nav-item {
        width:calc(100% - 0px);
        display: block;
        margin-top: 10px;
        margin-right: 0px
    }
}

.page .nav-link {
    width: 100%;
    display: block;
    padding: .5rem 1rem;
    color: #8c6239;
    text-decoration: none;
    border: solid #8c6239 1px;
    padding: 15px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: bold;
    font-size: 1em
}

.page .nav-link.active {
    background: #8c6239;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .storyImg a {
    display: block
}

.page .storyImg .imgBox {
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 15px #cbcbcb;
    box-shadow: 0 0 15px #cbcbcb;
    border-radius: 10px;
    width: 100%;
    height: 250px;
    overflow: hidden
}

.page .storyImg .imgBox img {
    width: 100%;
    min-height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .storyImg .imgBox:focus .imgOpen,.page .storyImg .imgBox:hover .imgOpen {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 0;
    font-size: 2em
}

.page .storyImg .imgBox:focus .imgOpen.clear:after,.page .storyImg .imgBox:focus .imgOpen:before,.page .storyImg .imgBox:hover .imgOpen.clear:after,.page .storyImg .imgBox:hover .imgOpen:before {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 2px solid #fff
}

.page .storyImg .imgBox:focus img,.page .storyImg .imgBox:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width: 1024px) {
    .page .storyImg .imgBox {
        height:200px
    }
}

.page .storyImg .imgBox.bookBox {
    background: #fff;
    text-align: center
}

.page .storyImg .imgBox.bookBox img {
    width: auto;
    height: 100%;
    margin: auto
}

.page .storyImg .imgOpen {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    position: absolute;
    color: #fff;
    background: rgba(96, 56, 19, 0.9);
    font-size: 1.5em;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page .storyImg .imgOpen.clear:after,.page .storyImg .imgOpen:before {
    left: 50%;
    top: 50%;
    width: 0%;
    height: 0%;
    position: absolute;
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .storyImg p {
    font-size: 1em
}

.page .storyImg p span {
    display: block;
    font-size: 0.87em;
    margin-top: 10px;
    color: gray;
    line-height: 1.5
}

.page .videoBox p span {
    color: gray
}

.page .videoBox .imgBox {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 15px #cbcbcb;
    box-shadow: 0 0 15px #cbcbcb;
    border-radius: 10px
}

.page .videoBox .imgBox img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .videoBox .imgBox:focus .videoOpen,.page .videoBox .imgBox:hover .videoOpen {
    background: rgba(96, 56, 19, 0.8)
}

.page .videoBox .imgBox:focus .videoOpen.clear:after,.page .videoBox .imgBox:focus .videoOpen:before,.page .videoBox .imgBox:hover .videoOpen.clear:after,.page .videoBox .imgBox:hover .videoOpen:before {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 2px solid #fff
}

.page .videoBox .imgBox:focus img,.page .videoBox .imgBox:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.page .videoBox .imgBox .videoOpen {
    font-size: 4em;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .audioBox .audioitem {
    background: #c7b299;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px
}

.page .linkBox .imgBox {
    min-height: 400px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px #cbcbcb;
    box-shadow: 0 0 15px #cbcbcb;
    border-radius: 10px
}

@media (max-width: 768px) {
    .page .linkBox .imgBox {
        min-height:300px
    }
}

@media (max-width: 480px) {
    .page .linkBox .imgBox {
        min-height:350px
    }
}

.about .img1 {
    width: 100%;
    max-width: 50%;
    display: block;
    float: left;
    vertical-align: text-top;
    -webkit-box-shadow: -20px 20px 0px 5px #8c6239;
    box-shadow: -20px 20px 0px 5px #8c6239;
    margin: 0 20px 40px 0;
}
.about ul li{
    font-size: 1.15em;
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    padding-left: 40px;
}
.en .about ul li{
    font-size: 1em;
    margin-bottom: 10px;
    display: block;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
}
.about ul li span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}
.about ul li a{
    display: inline-block;
    color: #603813;
}
@media (max-width: 480px) {
    .about .img1 {
        width:100%;
        max-width: 80%;
        float: none;
        margin: 0 auto 20px auto;
        -webkit-box-shadow: -10px 10px 0px 5px #8c6239;
        box-shadow: -10px 10px 0px 5px #8c6239
    }
}

.aboutImg {
    width: 80%;
    max-width: 800px;
    margin: auto
}

.aboutTraffic {
    margin-bottom: 30px
}

.aboutTraffic p {
    margin-bottom: 10px;
    padding-left: 10px
}

.aboutTraffic .aboutTitle {
    background: #603813;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 15px 0 10px 0;
    padding: 5px 10px
}

#pills-tabContent {
    margin-top: 30px
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative
}

.timeline.clear:after,.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px
}

.tldate {
    display: block;
    width: 200px;
    background: #603813;
    color: #fff;
    margin: 0 auto;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
}

.tldate:focus,.tldate:hover {
    color: #fff;
    border: 2px dotted #fff
}

.timeline li {
    margin-bottom: 25px;
    position: relative
}

.timeline li.clear:after,.timeline li:before {
    content: " ";
    display: table
}

.timeline li:after {
    content: " ";
    display: table;
    clear: both
}

.timeline li.clear:after,.timeline li:after,.timeline li:before {
    content: " ";
    display: table
}

.timeline li .timeline-panel {
    width: 46%;
    float: left;
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 20px 20px 15px 20px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15)
}

.timeline li .timeline-panel p {
    margin-bottom: 5px
}

.timeline li .timeline-panel.clear:after,.timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline li .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline li .timeline-panel.noarrow.clear:after,.timeline li .timeline-panel.noarrow:after,.timeline li .timeline-panel.noarrow:before {
    top: 0;
    right: 0;
    display: none;
    border: 0
}

.timeline li.timeline-inverted .timeline-panel {
    float: right
}

.timeline li.timeline-inverted .timeline-panel.clear:after,.timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline li.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    background: #8c6239;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: -16px;
    border: 3px solid #c7b299;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 2
}

.tl-heading date {
    margin: 0;
    color: #8c6239;
    font-size: 1.2em;
    margin-bottom: 15px;
    display: block
}

.tl-heading date svg {
    margin-right: 5px
}

.tl-body p,.tl-body ul {
    margin-bottom: 0
}

.tl-body>p+p {
    margin-top: 5px
}

@media (max-width: 991px) {
    .timeline li .timeline-panel {
        width:44%
    }
}

@media (max-width: 700px) {
    ul.timeline.clear:after,ul.timeline:before {
        left:40px
    }

    .tldate {
        width: 140px
    }

    ul.timeline li .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px)
    }

    ul.timeline li .tl-circ {
        top: 22px;
        left: 22px;
        margin-left: 0
    }

    ul.timeline>li>.tldate {
        margin: 0
    }

    ul.timeline>li>.timeline-panel {
        float: right
    }

    ul.timeline>li>.timeline-panel.clear:after,ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

.yearTimline {
    width: calc(90%+1px);
    margin: auto;
    text-align: center
}

.yearTimline a {
    width: 10px;
    border: #8c6239 solid 1px;
    color: #8c6239;
    text-align: center;
    padding: 5px 0;
    border-radius: 50px;
    display: inline-block
}

.yearTimline a:hover {
    background: #8c6239;
    color: #fff
}

.yearTimline a span {
    display: block;
    margin-top: 5px;
    font-size: 110%
}

.yearTimline .slick-dots {
    top: 105%
}

.yearTimline .slick-dots li button.clear:after,.yearTimline .slick-dots li button:before {
    color: #c7b299;
    font-size: 1.2em
}

.yearTimline .slick-next,.yearTimline .slick-prev {
    width: 25px;
    height: 25px
}

.yearTimline .slick-next.clear:after,.yearTimline .slick-next:before,.yearTimline .slick-prev.clear:after,.yearTimline .slick-prev:before {
    color: #8c6239;
    font-size: 1.5em
}

.directions .dirTitle {
    font-size: 1.5em;
    margin-bottom: 0;
    font-weight: bold
}

.lineTitle {
    position: relative;
    text-align: center
}

.lineTitle span {
    width: auto;
    display: inline-block;
    margin: auto;
    background: #efefef;
    padding: 0 20px;
    position: relative;
    font-size: 1.2em
}

.lineTitle.clear:after,.lineTitle:before {
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    border: solid 1px #c7b299;
    content: "";
    z-index: -0
}

.chairmen .lineTitle {
    font-size: 1.5em;
    font-weight: bold
}

.chairmen a {
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 15px #bcbaba;
    box-shadow: 0 0 15px #bcbaba;
    padding: 20px 25px;
    text-align: center;
    margin-bottom: 20px
}

.chairmen a:focus,.chairmen a:hover {
    background: #8c6239;
    color: #fff
}

.chairmen a:focus .more,.chairmen a:hover .more {
    background: #fff
}

.chairmen a:focus figcaption,.chairmen a:hover figcaption {
    color: #fff
}

.chairmen a:focus img,.chairmen a:hover img {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
}

.chairmen a figcaption {
    font-size: 1.2em;
    margin: 20px 0;
    color: #8c6239;
    font-weight: bold
}

.chairmen a date {
    font-weight: bold;
    display: block;
    margin-bottom: 20px
}

.chairmen a date span {
    font-weight: 100
}

@media (max-width: 480px) {
    .chairmen a date span {
        display:block;
        margin-top: 5px
    }
}

.chairmen a img {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 15px #dbdbdb;
    box-shadow: 0 0 15px #dbdbdb;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.chairmen a .more {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #c7b299;
    margin: 10px 0;
    color: #8c6239
}

.pager {
    text-align: center
}

.pager a {
    border: solid 1px #603813;
    background: #fff0;
    color: #603813;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    letter-spacing: 0;
    padding-top: 6px
}

.pager a:focus,.pager a:hover {
    background: #603813;
    color: #fff
}

.chairmanPage figure {
    text-align: center
}

.chairmanPage figure img {
    -webkit-box-shadow: 0 0 15px #dbdbdb;
    box-shadow: 0 0 15px #dbdbdb;
    border-radius: 100%
}

.chairmanPage date {
    font-size: 1em;
    margin: 15px 0 10px 0;
    display: block
}

.chairmanPage figcaption {
    font-size: 2em;
    font-weight: blod
}

.chairmanPage ul {
    padding-left: 30px
}

.chairmanPage ul li {
    margin-bottom: 10px;
    list-style: decimal;
    line-height: 1.5
}

.chairmanPage .sign {
    width: 100%;
    text-align: right;
    clear: both
}

.chairmanPage .sign .signimg {
    width: 150px;
    padding-bottom: 10px;
    border-bottom: solid 2px gray;
    float: right
}

.chairmanLink {
    margin-top: 100px
}

.chairmanLink div:first-child {
    text-align: left
}

.chairmanLink div:nth-child(2) {
    text-align: center
}

.chairmanLink div:last-child {
    text-align: right
}

.chairmanLink a {
    width: 220px;
    padding: 10px;
    display: inline-block;
    border: 1px solid #c7b299;
    border-radius: 10px;
    min-height: 60px;
    color: #8c6239;
    font-weight: bold
}

@media (max-width: 768px) {
    .chairmanLink a {
        width:100%;
        margin-bottom: 10px
    }
}

.chairmanLink a span {
    text-align: center;
    padding-top: 10px;
    display: block
}

.chairmanLink a img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 15px #dbdbdb;
    box-shadow: 0 0 15px #dbdbdb;
    border-radius: 100%;
    margin: 0 10px
}

.chairmanLink a figcaption {
    display: inline-block;
    vertical-align: middle
}

.chairmanLink .hide {
    opacity: 0
}

.voiceBox p {
    text-align: justify
}

.voiceBox .voiceDis button {
    padding: 10px 10px;
    display: inline-block;
    width: auto;
    background: #8c6239;
    color: #fff;
    margin: 0 5px 10px 0;
    border-radius: 50px
}

.lineTitle {
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.lineTitle span {
    width: auto;
    display: inline-block;
    margin: auto;
    background: #efefef;
    padding: 0 20px;
    position: relative;
    font-size: 1.2em
}

.lineTitle.clear:after,.lineTitle:before {
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    border: solid 1px #c7b299;
    content: "";
    z-index: -0
}

.sitemap ul li {
    margin-bottom: 10px
}

.sitemap ul li ul {
    margin: 20px 0 20px 40px
}

.sitemap .list-group-item {
    padding: 15px 0;
    text-align: center
}

.sitemap .list-group-item.active {
    background: #8c6239;
    border-radius: 5px 5px 0 0;
    margin-top: 20px
}

.sitemap .list-group-item:last-child {
    border-radius: 0 0 5px 5px
}

.searchResult a {
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px lightgray;
    box-shadow: 0 0 10px lightgray;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    min-height: 100vh;
    position: absolute;
    background: url(../images/game/game1_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 1024px) {
    .game {
        height:auto;
        overflow-y: visible;
        background-size: 100% 100%;
        padding-bottom: 20px
    }
}

.game .filter {
    position: relative
}

.game .gameBtn {
    width: 120px;
    position: absolute;
    right: 0;
    top: 30%;
    text-align: right;
    display: block
}

.game .gameBtn input {
    width: 130px;
    border: 0;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 12px 0 12px 73px;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
    background: url(../images/game/game1_point.png) no-repeat;
    background-size: contain
}

.game .gameBtn a {
    margin-bottom: 10px;
    width: 50px;
    display: block;
    margin-left: 50px
}

.game .gameBtn a:focus,.game .gameBtn a:hover {
    -webkit-filter: drop-shadow(5px 5px 10px #9f9999) contrast(150%);
    filter: drop-shadow(5px 5px 10px #9f9999) contrast(150%)
}

@media (max-width: 1024px) {
    .game .gameBtn {
        position:absolute;
        width: 100%;
        top: 20px;
        display: block;
        text-align: center
    }

    .game .gameBtn input {
        display: inline-block
    }

    .game .gameBtn a {
        display: inline-block;
        position: relative;
        margin-left: 10px;
        vertical-align: top
    }
}

.game .board {
    top: 50%;
    left: 45%;
    width: 90%;
    min-height: 70%;
    border: 0;
    max-width: 1000px;
    margin: 0% 10%;
    position: absolute;
    padding: 50px 5%;
    -webkit-transform: translate(-55%, -50%);
    -ms-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
    background: url(../images/game/game1_ele3.png);
    background-size: 100% 100%
}

@media (max-width: 1024px) {
    .game .board {
        position:relative;
        top: 0%;
        -webkit-transform: translate(-55%, 0%);
        -ms-transform: translate(-55%, 0%);
        transform: translate(-55%, 0%);
        margin-top: 80px
    }
}

.game .board .game_title {
    max-width: 70%;
    margin: 20px auto;
    font-size: 1.2em;
    color: black
}

@media (max-width: 768px) {
    .game .board .game_title {
        font-size:1em
    }
}

.game .board .game_title .game_dis {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 30px
}

@media (max-width: 768px) {
    .game .board .game_title .game_dis {
        margin-top:20px;
        font-size: fsmiddle;
        margin-bottom: 10px
    }
}

.game .board .gamebtn {
    width: 100%;
    max-width: 200px;
    margin: 20px auto
}

.game .board .gamebtn:focus,.game .board .gamebtn:hover {
    -webkit-filter: drop-shadow(5px 5px 10px #9f9999) contrast(150%);
    filter: drop-shadow(5px 5px 10px #9f9999) contrast(150%)
}

.game .game_ele {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden
}

@media (max-width: 1024px) {
    .game .game_ele {
        display:none
    }
}

.game .game_ele img {
    position: absolute
}

.game .game_ele img:first-child {
    width: 17%;
    right: 10%;
    bottom: 0%;
    z-index: 2;
    -webkit-animation: rotate1 5s infinite;
    animation: rotate1 5s infinite
}

.game .game_ele img:nth-child(2) {
    width: 20%;
    right: 10%;
    top: 20%;
    z-index: 2;
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg);
    -webkit-animation: rotate2 3s infinite alternate;
    animation: rotate2 3s infinite alternate
}

.game .game_ele img:nth-child(3) {
    width: 25%;
    left: 15%;
    top: 10%;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-animation: rotate3 3s infinite alternate;
    animation: rotate3 3s infinite alternate
}

.game .game_ele img:nth-child(4) {
    width: 25%;
    left: 15%;
    top: 15%;
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
    -webkit-animation: rotate4 3s infinite alternate;
    animation: rotate4 3s infinite alternate
}

.game .qBg {
    width: 20%;
    -webkit-animation: rotate5 1s infinite alternate;
    animation: rotate5 1s infinite alternate
}

.game .qBox {
    width: 90%;
    margin: auto;
    font-size: 1.2em;
    font-weight: bold;
    color: #603813
}

@media (max-width: 768px) {
    .game .qBox {
        font-size:1em
    }
}

.game .qBox p {
    margin-bottom: 0
}

.game .ansBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.game .ansBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 150px;
    background: url(../images/game/game1_ansBg.png) no-repeat;
    background-size: contain;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2em;
    color: #603813;
    font-weight: bold;
    position: relative;
    z-index: 0;
    line-height: 1.5;
    text-align: center
}

@media (max-width: 768px) {
    .game .ansBox a {
        font-size:.9em
    }
}

.game .ansBox a:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: url(../images/game/game1_ansBg2.png) no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.game .ansBox a.clear:after,.game .ansBox a:before {
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat
}

.game .ansBox a.correctBtn {
    color: #fff;
    -webkit-animation: correct .5s infinite alternate;
    animation: correct .5s infinite alternate;
    -webkit-filter: drop-shadow(5px 5px 10px #9f9999) contrast(150%);
    filter: drop-shadow(5px 5px 10px #9f9999) contrast(150%)
}

.game .ansBox a.correctBtn.clear:after,.game .ansBox a.correctBtn:before {
    background-image: url(../images/game/game1_correct.png)
}

.game .ansBox a.correctBtn:after {
    opacity: 1
}

.game .ansBox a.wrongBtn.clear:after,.game .ansBox a.wrongBtn:before {
    background-image: url(../images/game/game1_wrong.png)
}

.game .ansBox a:hover {
    color: #fff
}

.game .ansBox a:hover:after {
    opacity: .5
}

.game .ansBox.ansSquare {
    display: block;
    text-align: center;
    margin-top: 20px
}

.game .ansBox.ansSquare a {
    width: 90%;
    height: auto;
    padding: 8px 40px 10px 10px;
    display: inline-block;
    margin: auto;
    background: url(../images/game/game1_ansBg4.png) no-repeat;
    text-align: left;
    border-radius: 15px;
    overflow: hidden;
    background-size: 100% 100%;
    margin-bottom: 10px
}

.game .ansBox.ansSquare a:after {
    background: url(../images/game/game1_ansBg3.png) no-repeat;
    background-size: 100% 100%
}

.game .ansBox.ansSquare a.clear:after,.game .ansBox.ansSquare a:before {
    top: 0px;
    right: 5px;
    left: auto
}

.game mark {
    width: 70%;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px 0;
    border-radius: 50px;
    line-height: 1.5
}

@media (max-width: 768px) {
    .game mark {
        font-size:.9em;
        border-radius: 20px;
        padding: 10px
    }
}

#win {
    overflow: hidden
}

#win.clear:after,#win:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/game/game1_win.png);
    background-size: cover
}

.handBox {
    width: 80%;
    height: 40%;
    position: absolute;
    top: 75vh;
    left: 10%;
    display: none;
    -webkit-animation: hand 1s infinite alternate;
    animation: hand 1s infinite alternate
}

.handBox .hand {
    position: absolute
}

.handBox .hand:first-child {
    left: 0;
    width: 27%;
    bottom: 0
}

.handBox .hand:nth-child(2) {
    left: 40%;
    width: 17%;
    bottom: 0
}

.handBox .hand:nth-child(3) {
    right: 0%;
    width: 22%;
    bottom: 0
}

@-webkit-keyframes rotate1 {
    0% {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg)
    }
}

@keyframes rotate1 {
    0% {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg)
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(-65deg);
        transform: rotate(-65deg)
    }

    to {
        -webkit-transform: rotate(-75deg);
        transform: rotate(-75deg)
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(-65deg);
        transform: rotate(-65deg)
    }

    to {
        -webkit-transform: rotate(-75deg);
        transform: rotate(-75deg)
    }
}

@-webkit-keyframes rotate3 {
    0% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }

    to {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@keyframes rotate3 {
    0% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }

    to {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
}

@-webkit-keyframes rotate4 {
    0% {
        -webkit-transform: rotate(-70deg);
        transform: rotate(-70deg)
    }

    to {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }
}

@keyframes rotate4 {
    0% {
        -webkit-transform: rotate(-70deg);
        transform: rotate(-70deg)
    }

    to {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }
}

@-webkit-keyframes rotate5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@keyframes rotate5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@-webkit-keyframes correct {
    0% {
        -webkit-filter: drop-shadow(5px 5px 10px #9f9999) contrast(150%);
        filter: drop-shadow(5px 5px 10px #9f9999) contrast(150%)
    }

    to {
        -webkit-filter: drop-shadow(5px 5px 0px #9f9999) contrast(100%);
        filter: drop-shadow(5px 5px 0px #9f9999) contrast(100%)
    }
}

@keyframes correct {
    0% {
        -webkit-filter: drop-shadow(5px 5px 10px #9f9999) contrast(150%);
        filter: drop-shadow(5px 5px 10px #9f9999) contrast(150%)
    }

    to {
        -webkit-filter: drop-shadow(5px 5px 0px #9f9999) contrast(100%);
        filter: drop-shadow(5px 5px 0px #9f9999) contrast(100%)
    }
}

@-webkit-keyframes hand {
    0% {
        bottom: 0
    }

    to {
        bottom: -10px
    }
}

@keyframes hand {
    0% {
        bottom: 0
    }

    to {
        bottom: -10px
    }
}

.game2 {
    background-size: cover;
    background-position: center
}

.game2 .filter {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.game2 .filter.start .element {
    background: none
}

.game2 .filter.pass2 .board,.game2 .filter.pass .board {
    padding-top: 8%
}

.game2 .filter.pass2 .board p,.game2 .filter.pass .board p {
    margin: 50px 0
}

.game2 .filter.fail .board .title {
    margin: 30px auto 0px auto
}

@media screen and (max-width: 480px) {
    .game2 .filter.fail .board .title {
        margin:00px auto 0px auto
    }
}

.game2 .filter.login .board .title,.game2 .filter.logout .board .title {
    margin: 50px auto 40px auto
}

.game2 .filter.login .board .btn,.game2 .filter.logout .board .btn {
    margin: 60px 0 0 0
}

.game2 .filter .board {
    width: 100%;
    max-width: 800px;
    height: auto;
    min-height: 60vh;
    background-image: url(../images/board.png);
    background-size: 100% 100%;
    padding: 5% 5%;
    position: relative
}

.game2 .filter .board.clear:after,.game2 .filter .board:after,.game2 .filter .board:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat
}

.game2 .filter .board.clear:after,.game2 .filter .board:before {
    -webkit-animation: man 1s linear infinite alternate;
    animation: man 1s linear infinite alternate
}

.game2 .filter .board:after {
    -webkit-animation: man .7s linear infinite alternate;
    animation: man .7s linear infinite alternate
}

@media screen and (max-width: 768px) {
    .game2 .filter .board {
        margin:0 15px;
        padding: 40px 40px
    }
}

@media screen and (max-width: 480px) {
    .game2 .filter .board {
        min-height:auto
    }
}

.game2 .filter .board a {
    text-decoration: none;
    color: #fff;
    margin-top: 5px
}

.game2 .filter .board .levelStar {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 480px) {
    .game2 .filter .board .levelStar {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        margin-top: 20px
    }
}

.game2 .filter .board .levelStar a {
    width: 20%;
    height: 100px;
    display: inline-block;
    margin: 20px 1% 0 1%;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    opacity: 1;
    vertical-align: top
}

@media screen and (max-width: 480px) {
    .game2 .filter .board .levelStar a {
        width:30%;
        height: 80px;
        margin: 0px 1%
    }
}

.game2 .filter .board .levelStar a:first-child {
    background-image: url(../images/lev1.png)
}

.game2 .filter .board .levelStar a:nth-child(2) {
    background-image: url(../images/lev2.png)
}

.game2 .filter .board .levelStar a:nth-child(3) {
    background-image: url(../images/lev3.png)
}

.game2 .filter .board .levelStar a:nth-child(4) {
    background-image: url(../images/lev5.png)
}

.game2 .filter .board .levelStar a:nth-child(5) {
    background-image: url(../images/lev4.png)
}

.game2 .filter .board .title {
    width: 80%;
    margin: 0 auto 0px auto
}

.game2 .filter .board .game_dis {
    font-size: 1.5em;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .game2 .filter .board .game_dis {
        margin-bottom:10px
    }
}

.game2 .filter .board p {
    color: #fff;
    line-height: 1.5;
    text-align: left;
    font-size: 1.2em
}

@media screen and (max-width: 768px) {
    .game2 .filter .board p {
        margin-bottom:0px
    }
}

.game2 .filter .board p.pointCount,.game2 .filter .board p.pointHis {
    color: yellow
}

.game2 .filter .board p span {
    font-weight: bold
}

.game2 .filter .board .failp {
    position: absolute;
    width: 22%;
    bottom: 7%;
    left: 5%
}

@media screen and (max-width: 480px) {
    .game2 .filter .board .failp {
        width:18%;
        display: none
    }
}

.game2 .filter .board .btn {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0
}

.game2 .filter .board .btn a {
    display: inline-block;
    max-width: 180px;
    vertical-align: top
}

.game2 .filter .board .btn a:hover {
    -webkit-filter: contrast(150%);
}

@media screen and (max-width: 480px) {
    .game2 .filter .board .btn a {
        max-width:150px
    }
}

.game2 #index .element {
    width: auto;
    display: inline-block;
    right: 10px;
    top: 20px;
    padding: 0px;
    background: none
}

@media screen and (max-width: 480px) {
    .game2 #index .element .bar {
        max-width:85px
    }
}

@media screen and (max-width: 1300px) {
    .game2 #index .element .name {
        display:block!important
    }
}

.game2 .element {
    width: 110px;
    height: auto;
    position: fixed;
    display: inline-block;
    right: 0;
    top: 50%;
    z-index: 10;
    padding: 20px 20px;
    background: url(../images/game2/bar_bg.png);
    background-size: 100% 100%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-repeat: no-repeat
}

@media screen and (max-width: 768px) {
    .game2 .element {
        top:0;
        right: 0%;
        width: 100%;
        height: 70px;
        position: absolute;
        background-image: url(../images/game2/bar_bg2.png);
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

.game2 .element .btn {
    width: 100%;
    max-width: 60px;
    position: relative;
    padding: 0;
    margin: 5px auto 5px 10px;
    left: 10px
}

@media screen and (max-width: 768px) {
    .game2 .element .btn {
        width:50%;
        left: 10%;
        top: -50px;
        max-width: 40px;
        vertical-align: top
    }
}

@media screen and (max-width: 375px) {
    .game2 .element .btn {
        left:15%
    }
}

.game2.clear:after,.game2:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-size: cover;
    background-position: center;
    -webkit-animation: animate1 .8s infinite;
    animation: animate1 .8s infinite
}

.game2 article {
    text-align: center
}

.game2 section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    text-align: center
}

.game2 .bg img {
    height: 100%
}

.game2 .menuBtn {
    width: 70px;
    position: absolute;
    right: 10px;
    top: 35px;
    display: none;
    z-index: 999;
    cursor: pointer
}

.game2 .menuBtn:hover {
    -webkit-filter: contrast(150%);
}

@media screen and (max-width: 1300px) {
    .game2 .menuBtn {
        display:block;
        width: 50px;
        top: 40px;
        right: 40px
    }
}

@media screen and (max-width: 768px) {
    .game2 .menuBtn {
        display:block;
        width: 50px;
        top: 30px;
        right: 40px
    }
}

@media screen and (max-width: 480px) {
    .game2 .menuBtn {
        display:block;
        width: 50px;
        top: 10px;
        right: 15px
    }
}

.game2 .menu {
    left: 0;
    top: -110vh;
    z-index: 998;
    width: 100%;
    height: calc(100% - 50px);
    margin-top: 50px;
    display: none;
    padding-top: 100px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background-image: url(../images/bg_element_mobile.png);
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.8)
}

@media screen and (max-width: 1300px) {
    .game2 .menu {
        display:block
    }
}

.game2 .menu.active {
    top: 0vh
}

.game2 .menu>div {
    text-align: center;
    clear: both;
    float: none
}

.game2 .menu div {
    float: none
}

.game2 .menu .btn {
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 30px auto 0 auto;
    position: relative;
    display: block;
    float: none;
    clear: both
}

.game2 .menu .btn:hover {
    -webkit-filter: contrast(150%);
}

@media screen and (max-width: 480px) {
    .game2 .menu .btn {
        max-width:150px
    }
}

.game2 .menu .name {
    width: 100%;
    max-width: 300px;
    text-align: center;
    position: relative;
    margin: auto;
    clear: both;
    float: none
}

@media screen and (max-width: 1300px) {
    .game2 .menu .name {
        max-width:200px;
        display: block!important
    }
}

@media screen and (max-width: 1300px) {
    .game2 .menu .name {
        max-width:150px;
        display: block!important
    }
}

.game2 .menu .name input {
    position: absolute;
    color: #fff;
    top: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    left: 10px
}

.game2 .menu .name img {
    width: 100%;
    max-width: 100%;
    margin: auto
}

.game2 .niceFont {
    display: inline-block;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40%
}

.game2 .niceFont img {
    display: none
}

.game2 .niceFont img:not(first-child) {
    left: 0;
    top: 0;
    position: absolute
}

@media screen and (max-width: 480px) {
    .game2 .niceFont {
        -webkit-transform:translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
        width: 70%
    }
}

.game2 .noFont {
    display: inline-block;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20%
}

.game2 .noFont img {
    display: none
}

.game2 .iconHeart,.game2 .iconPoint {
    display: inline-block;
    position: absolute;
    z-index: 90;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px #fff;
    display: none
}

.game2 .iconHeart img,.game2 .iconPoint img {
    width: 70px;
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 480px) {
    .game2 .iconHeart img,.game2 .iconPoint img {
        width:20px
    }
}

.game2 .iconHeart.nice,.game2 .iconPoint.nice {
    -webkit-animation: icon 1s ease;
    animation: icon 1s ease
}

#game2 {
    height: 100vh;
    overflow: hidden;
    background-image: url(../images/game2/bg.jpg)
}

#game2 .bgLeft {
    height: 100%;
    width: 40%;
    position: absolute;
    left: 0;
    bottom: 0
}

@media screen and (max-width: 1024px) {
    #game2 .bgLeft {
        width:60%;
        height: auto;
        left: -25%
    }
}

#game2 .bgRight {
    width: 35%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 1024px) {
    #game2 .bgRight {
        width:60%;
        height: auto;
        right: -25%
    }
}

#game2 .ship {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: auto;
    position: absolute;
    left: 20%;
    top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 1366px) {
    #game2 .ship {
        width:40%;
        left: 50%;
        top: 65%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width: 480px) {
    #game2 .ship {
        width:100%;
        left: 50%;
        top: 65%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

#game2 #maindiv {
    width: 80%;
    height: 100%;
    margin: auto
}

#game2 #backbtn {
    margin-left: 30%;
    margin-bottom: 2%
}

#game2 #pauseResume {
    margin-left: 2%;
    margin-bottom: 2%
}

#game2 .FallingEgg,#game2 .FallingEgg2,#game2 .FallingEgg3 {
    width: 50px;
    height: 80px;
    position: absolute;
    z-index: 1
}

#game2 #collector {
    position: absolute;
    bottom: 1px;
    z-index: 2;
    width: 250px;
    left: 0;
    padding-left: 50px
}

#game2 #collector img {
    width: 100%
}

#game2 #collector .img2 {
    display: none
}

#game2 #collector.active.clear:after,#game2 #collector.active:before {
    bottom: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    content: "";
    z-index: 99;
    position: absolute;
    background: url(../images/click.gif) no-repeat;
    background-size: contain
}

#game2 #collector.active .img1 {
    display: none
}

#game2 #collector.active .img2 {
    display: block
}

@media screen and (max-width: 480px) {
    #game2 #collector {
        width:200px
    }
}

#game2 .BaskArea {
    width: 100%;
    height: 100px;
    position: relative;
    top: 70vh
}

#game2 .lifesBox {
    top: 10px;
    left: 10px;
    width: 100%;
    height: 200px;
    position: relative;
    background: url(../images/game2/life_bg.png) no-repeat;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat
}

@media screen and (max-width: 768px) {
    #game2 .lifesBox {
        left:10px;
        top: -10px;
        height: 31px;
        width: 150px;
        background-size: contain;
        background-image: url(../images/game2/life_bg2.png)
    }
}

@media screen and (max-width: 375px) {
    #game2 .lifesBox {
        left:-5px
    }
}

#game2 .lifesBox .life {
    width: 80%;
    position: relative;
    margin: 0 0 18px 15px
}

@media screen and (max-width: 768px) {
    #game2 .lifesBox .life {
        width:auto;
        height: 28px;
        display: inline-block;
        margin: 0 0 18px 15px
    }
}

#game2 .timer {
    margin-left: 30px;
    margin-top: 7px
}

@media screen and (max-width: 768px) {
    #game2 .timer {
        margin-left:0px;
        margin-top: -0px
    }
}

#game2 .user {
    float: right;
    margin-right: 45px
}

#game2 .image {
    float: right;
    margin-right: 30px
}

#game2 .scoreBar {
    width: 90px;
    height: 90px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: url(../images/game2/bar_points.png) no-repeat;
    background-size: contain;
    margin: 10px 0;
    left: -50%
}

@media screen and (max-width: 768px) {
    #game2 .scoreBar {
        width:60px;
        height: 60px;
        left: 10%;
        bottom: 20px;
        display: inline-block;
        padding-top: 15px;
        position: relative;
        float: none
    }
}

@media screen and (max-width: 480px) {
    #game2 .scoreBar {
        left:20%
    }
}

@media screen and (max-width: 375px) {
    #game2 .scoreBar {
        left:25%
    }
}

#game2 .scoreBar .score {
    position: relative;
    margin-bottom: 0;
    width: auto;
    letter-spacing: 0;
    line-height: 0;
    font-size: 2em;
    font-family: arail;
    color: #fff
}

#game2 #chicken_div {
    width: 300px;
    height: 200px;
    display: inline-block;
    margin: 50px;
    margin-top: 0%
}

@media screen and (max-width: 480px) {
    #game2 #chicken_div {
        height:100px;
        width: 500px
    }
}

#game2 #chicken_div img {
    opacity: 0
}

#game2 .chicken {
    position: absolute;
    height: 150px
}

@media screen and (max-width: 480px) {
    #game2 .chicken {
        width:10px
    }
}

#game2 .brokenEgg,#game2 .brokenEgg2,#game2 .brokenEgg3 {
    position: absolute;
    z-index: 1
}

.img,.imgIn {
    display: inline-block;
    position: relative;
    text-align: center
}

.img img:first-child,.imgIn img:first-child {
    top: 0;
    left: 0
}

.img img:nth-child(2),.imgIn img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.imgIn img:first-child {
    -webkit-animation: animate3 .8s infinite;
    animation: animate3 .8s infinite
}

.imgIn img:nth-child(2) {
    -webkit-animation: animate2 .8s infinite;
    animation: animate2 .8s infinite
}

@-webkit-keyframes animate1 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    51% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes animate1 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    51% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes animate2 {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    51% {
        opacity: 1
    }

    52% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes animate2 {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    51% {
        opacity: 1
    }

    52% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

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

#footerCollapse {
    display: inline-block;
    margin: auto;
    background: #8c6239;
    padding: 10px 60px;
    position: relative;
    color: #fff;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    border: 2px solid #8c6239;
    margin-top: 50px
}
@media (max-width: 990px) {
    #footerCollapse {
       display: none;
    }

}
#footer {
    width: 100%;
    height: auto;
    background: #8c6239;
    padding: 20px 0;
    text-align: center;
    position: relative
}

#footer .accesskey {
    color: #fff
}

#footer .fatfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#footer .fatfooter li {
    width: 100%;
    max-width: 200px;
    padding: 0 10px
}
#adBlock{
    display: none!important;
}
.gsc-adBlock{
    display: none!important;
}
#footer .fatfooter li a {
    color: #fff;
    padding: 10px 0 15px 0;
    border-bottom: solid 1px #c7b299;
    line-height: 1.5;
}
#footer .fatfooter li a span{
    display: block;
}
#footer .fatfooter>li>a {
    font-size: 1.2em;
    border-radius: 0;
    font-weight: bold;
    border-bottom: solid 2px #fff
}

#footer .fatfooter .menu-has-children li:last-child a {
    border: 0
}

@media (max-width: 1024px) {
    #footer {
        display:none
    }
}

@media print {
    #footer {
        display: none
    }
}

.copyright {
    padding: 20px 10%
}

.copyright .accessImg {
    width: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin: 5% auto 0 auto
}

footer {
    background: #603813;
    color: #fff;
    width: 100%;
    position: relative;
    top: 100%;
    font-size: 1em
}

@media print {
    footer {
        display: none
    }
}

footer .privacy {
    text-align: left
}

footer .privacy p {
    margin-bottom: 10px;
    font-size: 1em
}

footer .privacy a {
    display: inline-block;
    margin: 10px;
    padding: 3px 10px;
    background: #fff;
    color: #8c6239;
    border-radius: 100px
}

@media print {
    .goMain,a.goMain.d-inline {
        display: none!important
    }
}

@media (max-width: 480px) {
    .goMain,a.goMain.d-inline {
        display:none!important
    }
}

@-webkit-keyframes pulse {
    50% {
        background: white
    }
}

@keyframes pulse {
    50% {
        background: white
    }
}

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.95)
}

.loading-pulse {
    position: relative;
    margin: auto;
    width: 6px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms
}

.loading-pulse.clear:after,.loading-pulse:after,.loading-pulse:before {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite
}

.loading-pulse.clear:after,.loading-pulse:before {
    left: -12px
}

.loading-pulse:after {
    left: 12px;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
}

.ebook .book{
    position: relative;
    overflow: visible;
}
.ebook .book:before{
    bottom:-20%;
    left: -10%;
    width: 120%;
    content: "";
    z-index: 0;
    height: 30%;
    position: absolute;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../images/ebook/bookshelf.png);
}
.ebook .book div{
    position: relative;
    z-index: 1;
    background-image: url(../images/ebook/bookShadow.png);
    background-position: center bottom;
    background-size: 100% 10%;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.ebook .book div a {
    position: relative;
}
.ebook .book div a img{
    width: 90%;
    margin: auto;
}
.ebook .book div a p{
    background: #8c6239;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    width: 90%;
    text-align: center;
    bottom: -5px;
    left: 5%;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .ebook .book:before{
        display: none;
     }
 
 }

