﻿@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body, html {
    margin: 0px;
    background:black;
}
.mainContent {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}
.header {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
}
    .header img {
        margin-left: 2.5vw;
        width: 3.5vw;
        height: 0.5vh;
    }
    .header h3 {
        width: fit-content;
        margin-left: 50px;
    }
    .header h3 span {
        font-size: 70px;
        color: white;
    }
.content{
    display:flex;
    flex-flow:column nowrap;
}
.description {
    margin-top: 3vw;
    width: 50vw;
    margin-left: 4vw;
    padding-right: 30px;
    /* margin-top:30px;
    width: 970px;
    margin-left: 70px;
    padding-right:30px;*/
}
.description span {
    font-size:1.5rem;
    /*font-size: 24px;*/
    color: #FFFFFF;
    font-weight: bolder;
}
.promoItem {
    width: 50vw;
    display: flex;
    flex-direction: column;
    margin: 5vw;
    /*width:700px;
   display:flex;
   flex-direction:column;
   margin:100px;*/
}
.title {
    font-size:1.5rem;
    /*font-size: 24px;*/
    /*margin: 30px 30px 0px 50px;*/
    color: #FFFFFF;
    font-weight: bolder;
}
.context {
    margin-top:1vw;
    font-size:1.3rem;
   /* margin-top:20px;
    font-size: 20px;
    margin: 20px 50px;*/
    color: #999999;
    font-weight: lighter;
}
.top{
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
}
.mid {
    display: flex;
    margin-top:20px;
    margin-bottom:20px;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.bottom {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.bottomSpecial {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.bottomSpecial2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.textArea {
    display: flex;
    flex-flow: column wrap;
    color: white;
}
.splide__slide iframe {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.splide__slide img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.topThumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.topThumbnail {
    width: 100px;
    height: 100px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

.topThumbnail img {
    width: 100%;
    height: auto;
}

    .topThumbnail.is-active {
        opacity: 1;
    }

.midThumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.midThumbnail {
    width: 100px;
    height: 100px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

    .midThumbnail img {
        width: 100%;
        height: auto;
    }

    .midThumbnail.is-active {
        opacity: 1;
    }

.bottomThumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.bottomThumbnail {
    width: 100px;
    height: 100px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

    .bottomThumbnail img {
        width: 100%;
        height: auto;
    }

    .bottomThumbnail.is-active {
        opacity: 1;
    }
.bottomSpecialThumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.bottomSpecialThumbnail {
    width: 100px;
    height: 100px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

.bottomSpecialThumbnail img {
    width: 100%;
    height: auto;
}

.bottomSpecialThumbnail.is-active {
    opacity: 1;
}
.bottomSpecial2Thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.bottomSpecial2Thumbnail {
    width: 100px;
    height: 100px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

    .bottomSpecial2Thumbnail img {
        width: 100%;
        height: auto;
    }

    .bottomSpecial2Thumbnail.is-active {
        opacity: 1;
    }
footer{
    margin-bottom:50px;
    display:flex;
    flex-flow:row nowrap;
    justify-content:center;
    align-content:center;
}
    footer a img {
        color: white;
        filter: brightness(0) invert(1);
    }