@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

/*reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

ul {
    list-style-position: outside;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    color: #000;
}

html,
body {
    font-family: 'Noto Sans TC', sans-serif, '微軟正黑體';
    -webkit-text-size-adjust: none;
    /* 在 iOS 旋轉手機畫面時鎖定文字不縮放 */
}

* {
    font-family: 'Noto Sans TC', sans-serif, '微軟正黑體';
    box-sizing: border-box;
}

/*setting*/
body {
    font-style: normal;
    font-weight: 200;
    color: #343434;
    font-size: 1.1em;
    background:#cce19e;
   
}

a,
a:hover {
    transition: all .3s ease-out;
}

.wrapper {
    max-width: 1250px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
    width: 100%;
}

.container {
    width: 100%;
    
}
.content_full{
    padding: 1% 0;
}
.block {
    padding: 2% 0 1% 0;
}

.none {
    display: none
}



img {
    max-width: 100%;
    height: auto;
}

header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    padding-top: 10px;
}



/* hamburg */
.hamburg {
    display: none;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: 15px;
    left: 15px;
    position: fixed;
    z-index: 10000;
    cursor: pointer;
}

.hamburg>span {
    display: block;
    width: 100%;
    height: 2px;
    background: #acd35a;
    transition: all .4s cubic-bezier(.23, 1, .32, 1);
}

.hamburg:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #acd35a;
    position: absolute;
    top: 3px;
    transition: all .4s cubic-bezier(.23, 1, .32, 1);
}

.hamburg:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #acd35a;
    position: absolute;
    bottom: 3px;
    transition: all .4s cubic-bezier(.23, 1, .32, 1);
}

.hamburg.active>span {
    opacity: 0;
}

.hamburg.active:before {
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
}

.hamburg.active:after {
    transform: rotate(-45deg) translateY(50%);
    bottom: 50%;
}

.menu {
    display: flex;
}

.index_search{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: 20px auto;
}
.index_search p{
    font-weight: 500;
    font-size: 1.2em;
    color: #9f9f9f;
    text-align: center;
    padding: 0 2%;
}
.index_search>div {
    width: 50%;
    padding: 10px 0;
}
.index_search .input {
    display: flex;
}
.index_search input {
    width: calc(100% - 80px);
    padding: 5px;
    box-sizing: border-box;
    color: #000;
    border: 1px solid #c1c1c1;
    background: #fff;
    font-size: 1em;
    line-height: 1em;
    margin-right: 10px;
    height: 36px;
}
.index_search select {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    background: #fff;
    font-size: 1em;
    line-height: 1em;
}
.index_search .right,
.index_search .right p {
    text-align: right;
}
.index_search .right .input_btn {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
.index_search .input_btn .btn {
    /*background: #fff;
    padding: 2px 5px;
    border: 1px solid #c1c1c1;
    color: #777576;
    font-size: 1.2em;
    font-weight: 400;*/
    text-indent: -9999px;
    background: url(../images/search.jpg);
    background-size: 100% 100%;
    cursor: pointer;
    width: 57px;
    height: 36px;
}
.index_search .right .input_btn .btn:first-child {
    margin-right: 15px;
}
.index_6btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.3% 3%;
}
.index_6btn>div{
    width: 20%;
    padding: 2%;
    position: relative;
}
/*.index_6btn>div img{
    -webkit-box-shadow: 0 0 30px #f2fbdf;
    -moz-box-shadow: 0 0 30px #f2fbdf;
    box-shadow: 0 0 30px #f2fbdf;
    border-radius: 100px;
}*/
.index_6btn>div img:hover{
    animation:rotate-6btn 2s ease-in infinite alternate;
}
@keyframes rotate-6btn {
    0%{transform:rotate(-10deg);}
    100%{transform:rotate(10deg);}
}
.content_padding {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}
.activities_block{
    font-size: 1.2em;
    font-weight: 500;
}
.activities_block .word_content>div {
    display: none;
}

.activities_block .word_content>div.active {
    display: block;
}
.activities_block .word_content{
    max-width: 900px;
    margin: 0 auto;
}
.content_padding  .word_content{
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0;
}
.activities_block .btn {
    padding: 2px 5px;
    cursor: pointer;
    width: 100px;
    margin: 10px auto 10px auto;
    text-align: center;
}



.activities_block .word_btn {
    display: flex;
    justify-content: center;
    max-width: 380px;
    margin: 10px auto 15px auto;
}
.activities_block .word_content p{
    padding-bottom: 15px;
}
.demoArea_title{
    margin: 2% auto 5% auto;
    text-align: center;
    width: 80%;
    max-width: 370px;
}

.word_content h1{
    font-size: 1.1em;
    line-height: 1.8em;
    padding-bottom: 10px;
    color: #858988;
    font-weight: normal;
}
.word_content p{
    color: #858988;
    font-size: 0.9em;
    line-height: 1.5em;
    font-weight: normal;
}

.bar_block .title {
    width: 100%;
}


.bar_block .title>div {
    padding-bottom: 17.49%;
    background-repeat: no-repeat;
}

.bar_block {
    margin: -30px auto;
}

.bar_block .title {
    margin: 0 auto 2% auto;
    width: 95%;
    max-width: 1000px;
}

.bar_block .title>div {
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 100%;
    font-size: 0px;
    cursor: pointer;
}

.bar_list .list_block_1 .title>div {
    background-image: url(../images/demoArea-cat-1.png);
}

.bar_list .list_block_2 .title>div {
    background-image: url(../images/demoArea-cat-2.png);
}

.bar_list .list_block_3 .title>div {
    background-image: url(../images/demoArea-cat-3.png);
}

.bar_list .list_block_4 .title>div {
    background-image: url(../images/demoArea-cat-4.png);
}

.bar_list .list_block_5 .title>div {
    background-image: url(../images/demoArea-cat-5.png);
}

.bar_list .list_block_1 .title>div:hover,
.bar_list .list_block_1.active .title>div {
    background-image: url(../images/demoArea-cat-1-hover.png);
}

.bar_list .list_block_2 .title>div:hover,
.bar_list .list_block_2.active .title>div {
    background-image: url(../images/demoArea-cat-2-hover.png);
}

.bar_list .list_block_3 .title>div:hover,
.bar_list .list_block_3.active .title>div {
    background-image: url(../images/demoArea-cat-3-hover.png);
}

.bar_list .list_block_4 .title>div:hover,
.bar_list .list_block_4.active .title>div {
    background-image: url(../images/demoArea-cat-4-hover.png);
}

.bar_list .list_block_5 .title>div:hover,
.bar_list .list_block_5.active .title>div {
    background-image: url(../images/demoArea-cat-5-hover.png);
}

.bar_block.active .title {
    margin: 20px auto;
}

.bar_block .list_block {
    display: flex;
    flex-wrap: wrap;
    height: 0px;
    overflow: hidden;
    /*transition: all .3s ease-out;*/
}

.bar_block.active .list_block {
    height: auto;
}

.bar_block.active .list_block {
    padding: 0 5% 80px 5%;
}

.demoArea_list .list_block a {
    color: #858988;
    font-weight: 500;
    font-size: 1em;
}

.demoArea_list .list_block > div {
    padding:10px 1% 10px 5%;
    width: 50%;
    display: flex;
}
.demoArea_list .list_block > div > div:first-child {
    margin-top: 5px;
    width: 40px;
}
.demoArea_list .list_block > div > div:last-child {
    width: calc(100% - 50px);
}
.demoArea_list .list_block .no{
    padding: 2px 5px;
    margin: 0 5px 5px 0;
    color: #fff;
    font-weight: bold;
}
.demoArea_list .list_block .no-R{
    background: #efaec1;
}
.demoArea_list .list_block .no-Y{
    background: #cbcbcb;
}
.demoArea_list .list_block .no-O{
    background: #ee9a77;
}
.demoArea_list .list_block .no-B{
    background: #00a2de;
}
.demoArea_list .list_block .no-G{
    background: #8fc124;
}
.bar_block.active .list_block div span{
    font-size: 0.8em;
}
.go_home {
    right: 5%;

    width: 80px;
    position: absolute;
    top: 650px;
    z-index: 21;
    cursor: pointer;
    transition: all 1s ease-out;
    position: absolute;
    outline: 0;
    z-index: 500;
    animation-delay: 0.2s;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.hidden{
    display: none;
}
.word_content h1 {
    color: #575757;
    line-height: 1.8em;
    text-align: center;
    padding-bottom: 20px;
}

.word_content h2 {
    padding-bottom: 10px;
    color: #016237;
    font-size: 1.2em;
}

.color_g {
    color: #2fb92f;
}

.word_content p {
    text-align: justify;
}

.word_content p,
.word_content ul li {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #343434;
    font-weight: 400;
}

.word_content ul {
    list-style: decimal;
    padding-left: 1.1em;
}

.info_table {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    font-weight: 500;
}

.info_table table {
    width: 100%;
    border: 1px solid #fff;
    max-width: 100%;
}

.info_table table th,
.info_table table th p {
    text-align: center;
}

.info_table table td,
.info_table table th {
    padding: 5px;
    border: 1px solid #5f973e;
    word-break: break-all;

}

.info_table table th {
    background: #5f973e;
    padding: 8px 0;
}

.info_table table p {
    letter-spacing: 3px;
    color: #343434;
}

.info_table table th p {
    color: #f3f1e8;
}
.info_block h2 {
    font-size: 1em;
}
.info_block .word_content p,.info_block .word_content ul li ,.info_block .word_content ol li {
    font-size: 0.9em;
}
.info_block ol{
    list-style: disc;
    margin-left: 30px;
    font-weight: normal;
}
.info_block table{
    font-size: 0.9em;
}
.download_block{
    padding: 10% 5%;
}
.download_icon{
    margin: 10px auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 62px;
    width: 424px;
}
.download_zh{
    background-image: url(../images/download_zh.png);
}
.download_en{
    background-image: url(../images/download_en.png);
}
.download_jp{
    background-image: url(../images/download_jp.png);
}
.download_zh:hover{
    background-image: url(../images/download_zh-hover.png);
}
.download_en:hover{
    background-image: url(../images/download_en-hover.png);
}
.download_jp:hover{
    background-image: url(../images/download_jp-hover.png);
}
@media screen and (min-width: 751px) and (max-width: 1401px) {

    .index_search p {
        font-size: 1.1em;
    }
    .go_home {
        right: 10px;
    }
    .demoArea_list_block.active .list_block {
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1101px) {
    .demoArea_list_block .title {
        width: 80%;
    }

 

    .demoArea_list_block {
        margin: -20px auto;
    }
}


@media screen and (min-width: 751px) {

    .menu {
        background: url(../images/nav-bg.jpg);
        margin:0 auto;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 1.2% 4% 2% 8%;
    }
    
    .menu li {
        padding: 0 0.5%;
    }
    .menu li:nth-child(2){
        width: 21.33%;;
    }
    .menu li:nth-child(3){
        width: 20.06%;
        margin-left: 1.5%;
    }
    .menu li:nth-child(4){
        width: 17.21%;
        margin-left: 1.5%;
    }
    .menu li:nth-child(5){
        width: 31.4%;
    }
    .menu li a>div {
        width: 100%;       
        height: 0;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }
    .menu li:nth-child(1){
        display: none;
        visibility: hidden;
    }
    .menu li:nth-child(2) a>div {
        background-image: url(../images/nav1.png);
        padding-bottom: 56.32%;
    }
    
    .menu li:nth-child(3) a>div {
        background-image: url(../images/nav2.png);
        padding-bottom: 59.88%;
    }
    
    .menu li:nth-child(4) a>div {
        background-image: url(../images/nav3.png);
        padding-bottom: 69.82%;
    }
    
    .menu li:nth-child(5) a>div {
        background-image: url(../images/nav4.png);
        padding-bottom: 37.6%;
    }
    
    
    .menu li a>div:hover {
        margin-top: -10px;
        transition: all .1s ease-out;
    }
    
    .menu li:nth-child(2) a>div:hover,
    .menu li:nth-child(2) a.active>div {
        background-image: url(../images/nav1-hover.png);
    }
    
    .menu li:nth-child(3) a>div:hover,
    .menu li:nth-child(3) a.active>div {
        background-image: url(../images/nav2-hover.png);
    }
    
    .menu li:nth-child(4) a>div:hover,
    .menu li:nth-child(4) a.active>div {
        background-image: url(../images/nav3-hover.png);
    }
    
    .menu li:nth-child(5) a>div:hover,
    .menu li:nth-child(5) a.active>div {
        background-image: url(../images/nav4-hover.png);
    }
    
    .info_block table {
        word-break: break-all !important;
        max-width: 100% !important;
        display: block !important;
        table-layout: fixed !important;
    }
    
}


@media screen and (max-width: 750px) {
    body{
        background: #acd35a;
    }
    header{
        background: #acd35a;
        position: fixed;
    }
    .hamburg {
        display: flex;
    }
    .container{
        padding-top: 65px;
    }
    .cover_layer{
        background: rgba(0,0,0,0.7);
        z-index: 1;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }
    .menu {
        flex-direction: column;
        font-family: 'Noto Sans TC', sans-serif;
        font-weight: 300;
        font-size: 1.1em;
        line-height: 2.2em;
        background: #f5fbe8;
        position: fixed;
        width: 100vw;
        right: 0;
        top: -100vh;
        overflow: auto;
        transition: all .8s cubic-bezier(.23, 1, .32, 1);
        z-index: 9999;
        padding: 60px 30px 20px 30px;
    }

    .menu.active {
        top: 10px;
    }

    .menu li a {
        color:rgb(129 176 31);
        font-weight: bold;
        line-height: 1.9em;
    }
    .menu li a div {
        border-bottom: 1px solid ;
    }
    .menu li a div span{
        display: inline-block;
    }

    .index_search{
        width: 90%;
    }
    .index_search>div {
        width: calc(100% - 125px);
    }
    .index_search p {
        font-size: 0.8em;
    }
    .index_search .input_btn .btn {
        font-size: 0.8em;
        
    }
    .index_search input{
        width: calc(100% - 70px);
    }
    .index_search input,
    .index_search select {
        font-size: 0.8em;
    }
    .index_search select {
        width: 90%;
    }
    .index_search input,
    .index_search .input_btn .btn{
        height: 30px;        
    }
    .index_search .input_btn .btn{
        width: 40px;
    }
    .index_6btn>div{
        width:45%;
        margin: 1% 0.5%;
    }
    .activities_block{
        padding-top: 50px;
    }
    .activities_block .word_btn{
        max-width: 300px;
    }
    .activities_block .btn{
        width: 80px;
    }
    .activities_block{
        font-size: 1em;
    }
    .go_home {    
       display: none;
    }
    
    .bar_block .title {
        width: 99%;
    }
    .demoArea_title {    
        width: 50%;
    }
    .demoArea_list .list_block div {
        width: 100%;
    }
    .demoArea_list .list_block a{
        font-size: 0.9em;
    }
    .bar_block .title {
        margin: 0 auto 1% auto;
    }
    .bar_block {
        margin: -10px auto;
    }

    .bar_block.active .title {
        margin: 10px auto;
    }

    .bar_block.active .list_block {
        padding-bottom: 40px;
    }

    .table_wrapper {
        width:100%;
        display: block;
        overflow: hidden;
        *zoom:1;overflow: hidden;
        overflow-x: auto;
        padding-bottom: 1em;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .table_wrapper table {
        width: 100%;
        min-width: 545px
    }

    .download_icon{
        margin: 10px auto;
        background-repeat: no-repeat;
        height: 0;
        width: 100%;
        padding-bottom: 14.62%;
    }

}