@charset "UTF-8";

html {
    font-size: 16px;
    -webkit-text-size-adjust:none;
    color:#303030;
}
@media screen and (max-width: 640px) {
}

body {
    background: #fff;
	font-size:12px;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    background: #ece9e4;
}

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.wrap {
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
}
.wrap .preload {
    display: none;
}
.wrap a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.m-br {
    display: none;
}
@media screen and (max-width: 1000px) {
    .m-br {
        display: block;
    }
    .pc-br {
        display: none;
    }
}


.loadingbox {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    pointer-events: none;
}
.loadingbox .loading-img {
    position: absolute;
    display: block;
    width: 20%;
    max-width: 100px;
    left: 40%;
    bottom: calc(50% + 10px);
}
.loadingbox .loading-bar {
    position: absolute;
    display: block;
    width: 20%;
    height: 2px;
    max-width: 100px;
    left: 40%;
    top:50%;
    background: #000;
    overflow: hidden;
    border-radius: 2px;
}
.loadingbox .loading-bar::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: #fff;
}
.loadingbox + .wrap {
    display: none;
}
.loadingbox.finish {
    display: none;
}
.loadingbox.finish + .wrap {
    display: block;
}
.nav {
    position: fixed;
    display: block;
    width: 100%;
    height: 40px;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav.nav-fixed {
    background: #000;
}
.nav .nav-logo {
    position: absolute;
    display: block;
    width: 10%;
    min-width: 60px;
    max-width: 100px;
    left: 2vw;
    top:2vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
..nav .burger-btn {
    display: none;
}
.nav.nav-fixed .nav-logo {
    top:10px;
    left: 10px;
    width: 60px;
}
.nav .nav-menu {
    position: absolute;
    display: inline-block;
    right: 2vw;
    top:2vw;
}
.nav.nav-fixed .nav-menu {
    top:12px;
}
.nav .nav-menu > ul {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
.nav .nav-menu > ul > li {
    position: relative;
    display: inline-block;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    padding: 0 3px 0 3px;
    text-align: center;
    cursor: pointer;
    color:#fff;
}
.nav .nav-menu > ul > li:hover {
    color: #7ed0c9;
}
.nav .nav-menu > ul > li > span {
    position: relative;
    display: block;
}
.nav .nav-menu > ul > .sub-menu {
    position: absolute;
    display: none;
    padding: 40px 0 0 0;
    top:-5px;
    left: 20px;
}
.nav .nav-menu > ul > li:nth-child(1) {
    z-index: 1;
}
.nav .nav-menu > ul > li:nth-child(1):hover + .sub-menu,
.nav .nav-menu > ul > li:nth-child(1) + .sub-menu:hover {
    display: block;
}
.nav .nav-menu > ul > li:nth-child(1) + .sub-menu > li {
    position: relative;
    display: block;
    width: 130px;
    background: #000;
    border-bottom:1px dotted #fff;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    padding: 7px 0 7px 0;
}
.nav .nav-menu > ul > li:nth-child(1) + .sub-menu > li:last-child {
    border-bottom:0px;
}
.nav .nav-menu > ul > li:nth-child(1) + .sub-menu > li:hover {
    color: #7ed0c9;
}
.nav .nav-menu > ul > li:nth-child(1) + .sub-menu > li span {
    position: relative;
    display: block;
}
@media screen and (max-width: 1000px) {
    .nav .burger-btn {
        position: absolute;
        display: block;
        width: 30px;
        height: 25px;
        right: 2vw;
        top:2vw;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav.nav-fixed .burger-btn {
        top:13px;
        right: 10px;

    }
    .nav .burger-btn span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .nav .burger-btn span:nth-child(1) {
        -webkit-transform: scale(1,1) translate(0,0) rotate(0deg);
        transform: scale(1,1) translate(0,0) rotate(0deg);
    }
    .nav .burger-btn span:nth-child(2) {
        -webkit-transform: scale(1,1) translate(0,7px) rotate(0deg);
        transform: scale(1,1) translate(0,7px) rotate(0deg);
    }
    .nav .burger-btn span:nth-child(3) {
        -webkit-transform: scale(1,1) translate(0,14px) rotate(0deg);
        transform: scale(1,1) translate(0,14px) rotate(0deg);
    }
    .nav.expand .burger-btn span:nth-child(1) {
        -webkit-transform: scale(1,1) translate(0,7px) rotate(45deg);
        transform: scale(1,1) translate(0,7px) rotate(45deg);
    }
    .nav.expand .burger-btn span:nth-child(2) {
        -webkit-transform: scale(0,1) translate(0,7px) rotate(0deg);
        transform: scale(0,1) translate(0,7px) rotate(0deg);
    }
    .nav.expand .burger-btn span:nth-child(3) {
        -webkit-transform: scale(1,1) translate(0,7px) rotate(-45deg);
        transform: scale(1,1) translate(0,7px) rotate(-45deg);
    }
    .nav .nav-menu {
        display: block;
        right: auto;
        top:auto;
        width: 100%;
        height: 100vh;
        background: #000;
        left: 100%;
        -webit-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }
    .nav.expand .nav-menu {
        left: 0;
    }
    .nav.nav-fixed .nav-menu {
        top:auto;
    }
    .nav .nav-menu > ul {
        text-align: center;
        width: 100%;
        margin: 60px 0 0 0;
    }
    .nav .nav-menu > ul > li {
        display: block;
        padding: 10px 0 5px 0;
        margin: 15px 0 0 0;
        text-align: center;
    }
    .nav .nav-menu > ul > .divider {
        display: none;
    }
    .nav .nav-menu > ul > .sub-menu {
        position: relative;
        display: block;
        padding: 0;
        top:auto;
        left: auto;
    }
    .nav .nav-menu > ul > li:nth-child(1) + .sub-menu > li {
        display: inline-block;
        width: 30%;
        font-size: 13px;
        line-height: 13px;
        padding: 7px 0 7px 0;
        margin: 0 0.5% 0 0.5%;
    }
    .nav .nav-menu > ul > li:nth-child(1) + .sub-menu > li:last-child {
        border-bottom:1px dotted #fff;
    }
}

.wrap .footerBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 3vw 0 3vw 0;
    background: #fff;
}

.wrap .footerBox .socialmedia {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 15px 0 15px 0;
}
.wrap .footerBox .socialmedia li {
    position: relative;
    display: inline-block;
    width: 8vw;
    max-width: 55px;
    margin: 0 10px 0 10px;
}
.wrap .footerBox::before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 1px;
    background: #000;
    left: 5%;
    top:0;
}
.wrap .footerBox .copyright {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 15px 0 0 0;
}
.wrap .footerBox .copyright br {
    display: none;
}
@media screen and (max-width: 1000px) {
    .wrap .footerBox .copyright br {
        display: block;
    }
}
.side-btn {
    position: fixed;
    display: block;
    z-index: 9;
    width: 10vw;
    max-width: 190px;
    right: 0;
    bottom: 5vw;
    cursor: pointer;
}
@media screen and (max-width: 1000px) {
    .side-btn {
        width: 20vw;
    }
}
.kv-box {
    position:relative;
    display: block;
    width: 100%;
    height: 100vh;
    background: #000;
}
.kv-box .kv-title {
    position: absolute;
    display: block;
    width: 70%;
    left: 15%;
    top:calc(50% - 8vw);
    z-index: 10;
}
.kv-box .kv-page {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    -webkit-transform-style:3d;
    transform-style:3d;
    overflow: hidden;
}
.kv-box .kv-page::before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
}
.kv-box .kv-page-left {
    left: 0;
    top:0;
    -webkit-transform-origin: right;
    transform-origin: right;
}
.kv-box .kv-page-right {
    left: 50%;
    top:0;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.kv-box .kv-page-right::before {
    left: -100%;
}
.kv-box .kv-page1 {
    z-index: 7;
}
.kv-box .kv-page3 {
    z-index: 6;
}
.kv-box .kv-page5 {
    z-index: 5;
}
.kv-box .kv-page7 {
    z-index: 4;
}
.kv-box .kv-page9 {
    z-index: 3;
}
.kv-box .kv-page11 {
    z-index: 2;
}
.kv-box .kv-page13 {
    z-index: 1;
}
.kv-box .kv-page15 {
    z-index: 0;
}
.kv-box .kv-page2 {
    z-index: 1;
}
.kv-box .kv-page4 {
    z-index: 2;
}
.kv-box .kv-page6 {
    z-index: 3;
}
.kv-box .kv-page8 {
    z-index: 4;
}
.kv-box .kv-page10 {
    z-index: 5;
}
.kv-box .kv-page12 {
    z-index: 6;
}
.kv-box .kv-page14 {
    z-index: 7;
}
.kv-box .kv-page16 {
    z-index: 8;
}
.kv-box .kv-page1::before {
    background: url(../images/kv-img/p1.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page2::before {
    background: url(../images/kv-img/p1.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page3::before {
    background: url(../images/kv-img/p2.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page4::before {
    background: url(../images/kv-img/p2.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page5::before {
    background: url(../images/kv-img/p3.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page6::before {
    background: url(../images/kv-img/p3.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page7::before {
    background: url(../images/kv-img/p4.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page8::before {
    background: url(../images/kv-img/p4.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page9::before {
    background: url(../images/kv-img/p5.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page10::before {
    background: url(../images/kv-img/p5.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page11::before {
    background: url(../images/kv-img/p6.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page12::before {
    background: url(../images/kv-img/p6.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page13::before {
    background: url(../images/kv-img/p7.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page14::before {
    background: url(../images/kv-img/p7.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page15::before {
    background: url(../images/kv-img/p1.jpg) no-repeat center top;
    background-size: 100% auto;
}
.kv-box .kv-page16::before {
    background: url(../images/kv-img/p1.jpg) no-repeat center top;
    background-size: 100% auto;
}
@media screen and (max-width: 1000px) {
    .kv-box {
        max-height: 60vw;
    }
}
.stagebox {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    padding: 5vw 0 5vw 0;
}
.intro-text {
    position: relative;
    display: block;
    width: 75%;
}
.stagebox1::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 5vw;
    top:0;
    left: 50%;
    background: #000;
}
.stagebox1::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 5vw;
    top:-5vw;
    left: 50%;
    background: #fff;
}
@media screen and (max-width: 1000px) {
    .intro-text {
        width: 90%;
    }
}
.stagebox2 {
    background: #d5d2cd;
}
.stagebox2::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 8vw;
    top:-3vw;
    left: 50%;
    background: #000;
}
.stagebox2 .video-content {
    position: relative;
    display: block;
    width: 60%;
    height: 34vw;
    background: #000;
}
.timelinebox {
    position: relative;
    display: block;
    width: 100%;
}
.timelinebox .timeline-line {
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    left: 4vw;
    background: #000;
}
.timelinebox .timeline-line .timeline-icon {
    position: absolute;
    display: block;
    width: 7vw;
    top:0;
    left: -3.5vw;
    
}
.timelinebox .timeline-list {
    position: relative;
    display: block;
    width: 85%;
    left: 10%;
}
.timelinebox .timeline-list li {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 0 10vw 0;
}
.timelinebox .timeline-list li .timeline-img {
    position: relative;
    display: block;
    width: 32%;
}
.timelinebox .timeline-list li .timeline-textbox {
    position: relative;
    display: block;
    width: 68%;
    color: #000;
}
.timelinebox .timeline-list li .timeline-title {
    position: relative;
    display: block;
    font-size:7vw;
    line-height: 7vw;
    letter-spacing: -0.2vw;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 900;
}
.timelinebox .timeline-list li .timeline-title span {
    position: relative;
    display: inline-block;
    vertical-align: center;
}
.timelinebox .timeline-list li:nth-child(2) .timeline-title {
    font-size:6vw;
    line-height: 6vw;
}
.timelinebox .timeline-list li .timeline-title span:nth-child(2) {
    font-size: 5.5vw;
}
.timelinebox .timeline-list li .timeline-bar {
    position: relative;
    display: block;
    width: 70%;
    left: -5vw;
    margin: 1.5vw 0 1.5vw 0;
    border-top: 2px dotted #000;
}
.timelinebox .timeline-list li .timeline-text {
    position: relative;
    display: block;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 500;
    font-size: 2.6vw;
    line-height: 4vw;
}
.timelinebox .timeline-list li .timeline-btn {
    position: relative;
    display: inline-block;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 900;
    font-size: 3vw;
    line-height: 3vw;
    border:1px solid #000;
    margin: 2vw 0 0 0;
    padding: 1vw 3vw 1vw 3vw;
}
@media screen and (min-width: 1001px) {
    .timelinebox .timeline-line {
        height: calc(100% - 63vw);
        left: calc(50% - 1px);
        top:10vw;
    }
    .timelinebox .timeline-line .timeline-icon {
        width: 5vw;
        left: -2.5vw;

    }
    .timelinebox .timeline-list {
        width: 80%;
        left: 10%;
    }
    .timelinebox .timeline-list li {
        display: block;
        width: 100%;
        margin: 0 0 10vw 0;
        left: 0%;
    }
    .timelinebox .timeline-list li .timeline-img {
        width: 50%;
        left: 25%;
        overflow: hidden;
    }
    .timelinebox .timeline-list li .timeline-img img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .timelinebox .timeline-list li .timeline-img:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    .timelinebox .timeline-list li .timeline-textbox {
        position: absolute;
        width: 50%;
    }
    .timelinebox .timeline-list li .timeline-title {
        font-size:3.5vw;
        line-height: 3.5vw;
        padding: 0.5vw 0 0.5vw 0;
    }
    .timelinebox .timeline-list li:nth-child(2) .timeline-title {
        font-size:3.5vw;
        line-height: 3.5vw;
    }
    .timelinebox .timeline-list li .timeline-title span:nth-child(2) {
        font-size: 2.5vw;
    }
    .timelinebox .timeline-list li .timeline-bar {
        width: 100%;
        left: 0;
        margin: 1.5vw 0 1.5vw 0;
    }
    .timelinebox .timeline-list li .timeline-text {
        font-size: 1.2vw;
        line-height: 2vw;
    }
    .timelinebox .timeline-list li .timeline-btn {
        font-size: 1.2vw;
        line-height: 1.2vw;
        margin: 1vw 0 0 0;
        padding: 0.7vw 3vw 0.7vw 3vw;
        cursor: pointer;
        z-index: 1;
    }
    .timelinebox .timeline-list li .timeline-btn:hover {
        background: rgba(255,255,255,0.7);
    }
    .timelinebox .timeline-list li:nth-child(1) {
        margin-left: -2vw;
    }
    .timelinebox .timeline-list li:nth-child(1) .timeline-img {
        width: 30%;
    }
    .timelinebox .timeline-list li:nth-child(1) .timeline-textbox {
        top:7vw;
        left: -7vw;
        text-align: right;
        width:30%;
    }
    .timelinebox .timeline-list li:nth-child(1) .timeline-bar {
        position: absolute;
        width: 80%;
        left: 10vw;
        top:-2vw;
    }
    .timelinebox .timeline-list li:nth-child(1)::before {
        content: "";
        position: absolute;
        display: block;
        width: 47vw;
        height: 20vw;
        background: #d6cec1;
        top:4vw;
    }
    .timelinebox .timeline-list li:nth-child(2) {
        margin-left: 13vw;
        margin-top:-15vw;
    }
    .timelinebox .timeline-list li:nth-child(2) .timeline-img {
        width: 30%;
    }
    .timelinebox .timeline-list li:nth-child(2) .timeline-textbox {
        top:10vw;
        left: 46vw;
        width:30%;
    }
    .timelinebox .timeline-list li:nth-child(2) .timeline-title {
        font-size:3vw;
    }
    .timelinebox .timeline-list li:nth-child(2) .timeline-bar {
        position: absolute;
        width: 60%;
        left: -2.5vw;
        top:-2vw;
    }
    .timelinebox .timeline-list li:nth-child(2)::before {
        content: "";
        position: absolute;
        display: block;
        width: 47vw;
        height: 17vw;
        background: #d6c0cc;
        top:6vw;
        left: 20%;
    }
    .timelinebox .timeline-list li:nth-child(3) {
        margin-top:19vw;
    }
    .timelinebox .timeline-list li:nth-child(3) .timeline-textbox {
        top:-19vw;
        left: 25%;
        width:50%;
        text-align: right;
        background: #ece9e4;
        padding-top:5vw;
        padding-bottom: 1.5vw;
    }
    .timelinebox .timeline-list li:nth-child(3) .timeline-title {
        padding-right: 7.8vw;
    }
    .timelinebox .timeline-list li:nth-child(3) .timeline-bar {
        display: none;
    }
    .timelinebox .timeline-list li:nth-child(3) .timeline-text {
        text-align: center;
    }
    .timelinebox .timeline-list li:nth-child(4) {
        margin-left: -9vw;
    }
    .timelinebox .timeline-list li:nth-child(4) .timeline-img {
        width: 30%;
    }
    .timelinebox .timeline-list li:nth-child(4) .timeline-textbox {
        top:5vw;
        left: 60vw;
        width:50%;
    }
    .timelinebox .timeline-list li:nth-child(4) .timeline-bar {
        position: absolute;
        width: 40%;
        left: -17vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(5) {
        margin-left: 20vw;
        margin-top: -15vw;
    }
    .timelinebox .timeline-list li:nth-child(5) .timeline-img {
        width: 30%;
    }
    .timelinebox .timeline-list li:nth-child(5) .timeline-textbox {
        top:10vw;
        left: -29vw;
        width:52%;
        text-align: right;
    }
    .timelinebox .timeline-list li:nth-child(5) .timeline-bar {
        position: absolute;
        width: 17%;
        left: 42vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(6) {
        margin-left: 3vw;
        margin-top: -2vw;
    }
    .timelinebox .timeline-list li:nth-child(6) .timeline-img {
        width: 22%;
    }
    .timelinebox .timeline-list li:nth-child(6) .timeline-textbox {
        top:5vw;
        left: 50vw;
        width:32%;
    }
    .timelinebox .timeline-list li:nth-child(6) .timeline-bar {
        position: absolute;
        width: 11vw;
        left: -13vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(7) {
        margin-left: 30vw;
        margin-top: -5vw;
    }
    .timelinebox .timeline-list li:nth-child(7) .timeline-img {
        width: 22%;
    }
    .timelinebox .timeline-list li:nth-child(7) .timeline-textbox {
        top:7vw;
        left: -45vw;
        width:52%;
        text-align: right;
    }
    .timelinebox .timeline-list li:nth-child(7) .timeline-bar {
        position: absolute;
        width: 23vw;
        left: 42vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(8) {
        margin-left: 12vw;
        margin-top: -5vw;
        z-index: 1;
    }
    .timelinebox .timeline-list li:nth-child(8) .timeline-img {
        width: 60%;
    }
    .timelinebox .timeline-list li:nth-child(8) .timeline-textbox {
        top:38vw;
        left: 37vw;
        width:40%;
        text-align:left;
    }
    .timelinebox .timeline-list li:nth-child(8) .timeline-title {
        text-align: right;
        padding-right: 12vw;
    }
    .timelinebox .timeline-list li:nth-child(8) .timeline-bar {
        position: absolute;
        width: 9vw;
        left: 0vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(9) {
        margin-left: 0vw;
        margin-top: -12vw;
    }
    .timelinebox .timeline-list li:nth-child(9) .timeline-img {
        width: 22%;
    }
    .timelinebox .timeline-list li:nth-child(9) .timeline-textbox {
        top:22vw;
        left: 0vw;
        width:50%;
    }
    .timelinebox .timeline-list li:nth-child(9) .timeline-bar {
        position: absolute;
        width: 22vw;
        left: 12vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(10) {
        margin-left: 12vw;
        margin-top: 10vw;
    }
    .timelinebox .timeline-list li:nth-child(10) .timeline-img {
        width: 60%;
    }
    .timelinebox .timeline-list li:nth-child(10) .timeline-textbox {
        top:22vw;
        left: -20vw;
        width:32%;
        text-align:right;
    }
    .timelinebox .timeline-list li:nth-child(10) .timeline-title {
        text-align: right;
    }
    .timelinebox .timeline-list li:nth-child(10) .timeline-bar {
        position: absolute;
        width: 13vw;
        left: 27vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(11) {
        margin-left: -22vw;
        margin-top: -30vw;
        z-index: 1;
    }
    .timelinebox .timeline-list li:nth-child(11) .timeline-img {
        width: 60%;
    }
    .timelinebox .timeline-list li:nth-child(11) .timeline-textbox {
        top:38vw;
        left: 15vw;
        width:45%;
        text-align:right;
    }
    .timelinebox .timeline-list li:nth-child(11) .timeline-title {
        text-align: right;
        padding-right: 12vw;
    }
    .timelinebox .timeline-list li:nth-child(11) .timeline-bar {
        position: absolute;
        width: 21vw;
        left: 25vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(12) {
        margin-left: 33vw;
        margin-top: -15vw;
    }
    .timelinebox .timeline-list li:nth-child(12) .timeline-img {
        width: 22%;
    }
    .timelinebox .timeline-list li:nth-child(12) .timeline-textbox {
        top:23vw;
        left: 20vw;
        width:40%;
        text-align: left;
    }
    .timelinebox .timeline-list li:nth-child(12) .timeline-title {
        text-align: right;
        padding-right: 10vw;
    }
    .timelinebox .timeline-list li:nth-child(12) .timeline-bar {
        position: absolute;
        width: 10vw;
        left: 0vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(13) {
        margin-left: -15vw;
        margin-top: -2vw;
        z-index: 1;
    }
    .timelinebox .timeline-list li:nth-child(13) .timeline-textbox {
        top:18vw;
        left: 65vw;
        width:45%;
        text-align:left;
    }
    .timelinebox .timeline-list li:nth-child(13) .timeline-title {
        text-align: left;
        padding-left: 5vw;
    }
    .timelinebox .timeline-list li:nth-child(13) .timeline-bar {
        position: absolute;
        width: 12vw;
        left: -8vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(14) {
        margin-left: 15vw;
        margin-top: -23vw;
        z-index: 1;
    }
    .timelinebox .timeline-list li:nth-child(14) .timeline-img {
        width: 55%;
    }
    .timelinebox .timeline-list li:nth-child(14) .timeline-textbox {
        top:35vw;
        left: -15vw;
        width:45%;
        text-align:left;
    }
    .timelinebox .timeline-list li:nth-child(14) .timeline-title {
        text-align: left;
        padding-left: 5vw;
    }
    .timelinebox .timeline-list li:nth-child(14) .timeline-bar {
        position: absolute;
        width: 19vw;
        left: 16vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(15) {
        margin-left: -9vw;
    }
    .timelinebox .timeline-list li:nth-child(15) .timeline-img {
        width: 30%;
    }
    .timelinebox .timeline-list li:nth-child(15) .timeline-textbox {
        top:5vw;
        left: 60vw;
        width:50%;
    }
    .timelinebox .timeline-list li:nth-child(15) .timeline-title {
        padding-left: 10vw;
    }
    .timelinebox .timeline-list li:nth-child(15) .timeline-bar {
        position: absolute;
        width: 25vw;
        left: -17vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(16) {
        margin-left: 11vw;
        margin-top: -15vw;
    }
    .timelinebox .timeline-list li:nth-child(16) .timeline-img {
        width: 22%;
    }
    .timelinebox .timeline-list li:nth-child(16) .timeline-textbox {
        top:5vw;
        left: 50vw;
        width:32%;
    }
    .timelinebox .timeline-list li:nth-child(16) .timeline-bar {
        position: absolute;
        width: 11vw;
        left: -13vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(17) {
        margin-left: 27vw;
        margin-top: -7vw;
        z-index: 1;
    }
    .timelinebox .timeline-list li:nth-child(17) .timeline-img {
        width: 35%;
    }
    .timelinebox .timeline-list li:nth-child(17) .timeline-textbox {
        top:36vw;
        left: 22vw;
        width:40%;
        text-align:left;
    }
    .timelinebox .timeline-list li:nth-child(17) .timeline-title {
        text-align: right;
        padding-right: 12vw;
    }
    .timelinebox .timeline-list li:nth-child(17) .timeline-bar {
        position: absolute;
        width: 12vw;
        left: -5vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(18) {
        margin-left: -5vw;
        margin-top: -30vw;
    }
    .timelinebox .timeline-list li:nth-child(18) .timeline-img {
        width: 35%;
    }
    .timelinebox .timeline-list li:nth-child(18) .timeline-textbox {
        top:32vw;
        left: -3vw;
        width:50%;
        text-align:right;
    }
    .timelinebox .timeline-list li:nth-child(18) .timeline-title {
        text-align: left;
        padding-left: 6vw;
    }
    .timelinebox .timeline-list li:nth-child(18) .timeline-bar {
        position: absolute;
        width: 25vw;
        left: 17vw;
        top:1vw;
    }
    .timelinebox .timeline-list li:nth-child(19) {
        margin-left: 6.5vw;
        margin-top: 35vw;
        margin-bottom: 0;
    }
    .timelinebox .timeline-list li:nth-child(19) .timeline-img {
        width: 35%;
    }
    .timelinebox .timeline-list li:nth-child(19) .timeline-textbox {
        top:-15vw;
        left: 0vw;
        width:80%;
        text-align:right;
    }
    .timelinebox .timeline-list li:nth-child(19) .timeline-text {
        text-align: center;
    }
    .timelinebox .timeline-list li:nth-child(19) .timeline-title {
        text-align: left;
        padding-left: 15vw;
    }
    .timelinebox .timeline-list li:nth-child(19) .timeline-bar {
        position: absolute;
        display: none;
    }
}
.cover-mainbox {
    position: relative;
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 0 5vw 0;
}
.cover-composite-title {
    position: relative;
    display: inline-block;
    
}
.cover-composite-title::before {
    content: "";
    position: absolute;
    display: block;
    width: 130%;
    height: 100%;
    left: -5%;
    top:2vw;
    background: url(../images/cover-title-icon.png) no-repeat center top;
    background-size: contain;
}
.cover-composite-title h1 {
    position: relative;
    display: block;
    font-size: 4vw;
    line-height: 4vw;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 700;
    padding: 1.5vw 5vw 1.5vw 5vw;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.cover-composite-title h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 4vw;
    top:100%;
    background: #000;
    left: 50%;
}
.cover-composite-title p {
    position: relative;
    display: block;
    font-size: 1.5vw;
    line-height: 2.2vw;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 5vw 0 0 0;
}
.cover-composite-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items:flex-start;;
    width: 100%;
    margin: 3vw 0 0 0;
    background: #e4e0d7;
    border:1px solid #000;
    padding: 2vw;
}
.cover-composite-box .cover-list {
    position: relative;
    display: block;
    width: 50%;
    font-size: 0;
    line-height: 0;
}
.cover-composite-box .cover-list li {
    position: relative;
    display: inline-block;
    width: calc(45% - 1vw);
    background: #d3d3d3;
    margin: 0 1vw 1vw 0;
    cursor: pointer;
}
.cover-composite-box .cover-list li::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border:0vw solid #000;
    box-sizing: border-box;
    top: 0;
    left: 0;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}
.cover-composite-box .cover-list li:hover::after {
    border:0.5vw solid #000;
}
.cover-composite-box .cover-composite-content {
    position: relative;
    display: block;
    width: 45%;
}
.cover-composite-box .cover-composite-editor {
    position: relative;
    display: block;
    width: 36.9vw;
    height: 47.2vw;
    background: #d3d3d3;
    overflow: hidden;
}
.cover-composite-box .cover-composite-editor h1 {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 3vw;
    line-height: 3vw;
    top:calc(50% - 6vw);
    text-align: center;
    font-weight: 700;
}
.cover-composite-box .cover-composite-editor p {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 1.5vw;
    line-height: 2.2vw;
    font-weight: 500;
    top:calc(50% + 1vw);
    text-align: center;
    color:#777;
}
.cover-composite-box .cover-composite-editor .user-img,
.cover-composite-box .cover-composite-editor .user-cover{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.cover-composite-box .cover-composite-editor .zoomout-btn,
.cover-composite-box .cover-composite-editor .zoomin-btn{
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
}
.cover-composite-box .cover-composite-editor .zoomout-btn:hover,
.cover-composite-box .cover-composite-editor .zoomin-btn:hover {
    background: rgba(0,0,0,0.7);
}
.cover-composite-box .cover-composite-editor .zoomin-btn {
    right: 35px;
}
.cover-composite-box .cover-composite-editor .zoomout-btn::before,
.cover-composite-box .cover-composite-editor .zoomin-btn::before{
    content: "";
    position: absolute;
    display: block;
    width: 21px;
    height: 4px;
    top:calc(50% - 2px);
    left: 2px;
    background: #fff;
}
.cover-composite-box .cover-composite-editor .zoomin-btn::after{
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 21px;
    left:calc(50% - 2px);
    top: 2px;
    background: #fff;
}

.cover-composite-box .cover-btnbox{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 36.9vw;
    margin: 1vw 0 1vw 0;
}
.cover-composite-box .cover-btn {
    position: relative;
    display: block;
    border:1px solid #aaa;
    padding: 0.8vw 1vw 0.8vw 1vw;
}
.cover-composite-box .cover-btn:hover {
    background: rgba(255,255,255,0.6);
}
.cover-composite-box .cover-btn span {
    position: relative;
    display: block;
    font-size: 1.3vw;
    line-height: 1.3vw;
    font-weight: 500;
    white-space: nowrap;
}
.cover-composite-box .cover-btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 2vw;
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
}
.cover-composite-box .cover-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 2vw;
    height: calc(100% + 2px);
    right: -1px;
    top: -1px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
    .cover-composite-title::before {
        width: 140%;
        height: 100%;
        left: -15%;
        top:2vw;
    }
    .cover-composite-title h1 {
        font-size: 6vw;
        line-height: 6vw;
        font-weight: 700;
        padding: 2.5vw 8vw 2.5vw 8vw;
    }
    .cover-composite-title h1::after {
        height: 6vw;
    }
    .cover-composite-title p {
        font-size: 3vw;
        line-height: 4.5vw;
        margin: 8vw 0 0 0;
    }
    .cover-composite-box {
        display: block;
        width: 100%;
        margin: 5vw 0 0 0;
    }
    .cover-composite-box .cover-list {
        width: 100%;
    }
    .cover-composite-box .cover-list li {
        width: calc(45% - 2vw);
        margin: 0 2vw 2vw 0;
    }
    .cover-composite-box .cover-composite-content {
        width: 100%;
    }
    .cover-composite-box .cover-composite-editor {
        width: 72.4vw;
        height: 92.8vw;
        left: 4.2vw;
    }
    .cover-composite-box .cover-composite-editor h1 {
        font-size: 5vw;
        line-height: 5vw;
        top:calc(50% - 8vw);
    }
    .cover-composite-box .cover-composite-editor p {
        font-size: 3vw;
        line-height: 4vw;
        top:calc(50% + 2vw);
    }
    .cover-composite-box .cover-btnbox{
        width: 72.4vw;
        left: 4.2vw;
        margin: 2vw 0 2vw 0;
    }
    .cover-composite-box .cover-btn {
        padding: 2.3vw 1.4vw 2.3vw 1.4vw;
    }
    .cover-composite-box .cover-btn span {
        font-size: 2.8vw;
        line-height: 2.8vw;
    }
}
.stagebox5 {
    background: url(../images/stage5-bg.jpg) no-repeat center center;
    background-size: cover;
}
.healthbox {
    position: relative;
    display: block;
    width: 90%;
}
.health-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 4vw;
    line-height: 4vw;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 700;
    color: #000;
}
.health-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items:flex-start;
    margin: 2vw 0 0 0;
}
.health-article1 {
    position: relative;
    display: block;
    width: 38%;
    padding: 2vw;
    text-align: center;
    margin: 0 2% 0 0;
}
.health-article1-img {
    position: relative;
    display: block;
    width: 100%;
}
.health-article1 h1 {
    position: relative;
    display: block;
    font-size: 1.6vw;
    line-height: 2.3vw;
    font-weight: 500;
    text-align: center;
    margin: 1vw 0 0 0;
    color:#000;
}
.health-article1 h2 {
    position: relative;
    display: block;
    font-size: 1.2vw;
    line-height: 2vw;
    text-align: center;
    margin: 1vw 0 0 0;
}
.health-article1 .readbtn {
    position: relative;
    display: inline-block;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 900;
    font-size: 1.5vw;
    line-height: 1.5vw;
    border:1px solid #000;
    margin: 2vw 0 0 0;
    padding: 0.7vw 2vw 0.7vw 2vw;
}
.health-article1 .readbtn:hover {
    background: rgba(255,255,255,0.7);
}
.health-article2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 58%;
    padding: 2vw;
    margin: 0 0 0 2%;
}
.health-article2-img {
    position: relative;
    display: block;
    width: 100%;
}
.health-article2 p {
    position: relative;
    display: block;
    font-size: 1.3vw;
    line-height: 2.5vw;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 500;
    color:#000;
    margin: 1vw 0 0 0;
}
.health-article2 span {
    position: relative;
    display: block;
    font-size: 1.2vw;
    line-height: 2vw;
    text-align: center;
    margin: 0.5vw 0 0 0;
}
@media screen and (max-width: 1000px) {
    .health-title {
        font-size: 4.5vw;
        line-height: 4.5vw;
    }
    .health-content {
        align-items:center;
        flex-direction: column-reverse;
        margin: 3vw 0 0 0;
    }
    .health-article1 {
        width:100%;
        padding: 2vw;
        margin: 2vw 0 0 0;
    }
    .health-article1-img {
    }
    .health-article1 h1 {
        font-size: 3.5vw;
        line-height: 4.5vw;
    }
    .health-article1 h2 {
        font-size: 1.5vw;
        line-height: 2vw;
        margin: 2vw 0 0 0;
    }
    .health-article1 .readbtn {
        font-size: 3vw;
        line-height: 3vw;
        margin: 3vw 0 0 0;
        padding: 1.5vw 3vw 1.5vw 3vw;
    }
    .health-article2 {
        flex-direction: column;
        width: 100%;
        padding: 2vw;
        margin: 2vw 0 0 0;
    }
    .health-article2 p {
        font-size: 3vw;
        line-height: 4.5vw;
        margin: 2vw 0 0 0;
    }
    .health-article2 span {
        font-size: 3vw;
        line-height: 4.5vw;
        margin: 1vw 0 3vw 0;
    }
}
.promo-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    background: url(../images/stage6-bg.jpg) no-repeat center top;
    background-size: 100% auto;
}
.promo-box .line1 {
    position: relative;
    display: block;
    width: 1px;
    height: 10vw;
    background: #000;
    margin: -5vw 0 0 0;
}
.promo-box .promo-title {
    font-size: 2.5vw;
    line-height: 4.5vw;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 700;
    color:#333;
    text-align: center;
    margin: 2vw 0 2vw 0;
}
.promo-box .symbol {
    position: relative;
    display: block;
    width: 1.5vw;
}
.promo-box .promo-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
    padding: 3vw 0 0 0;
    border-top: 1px solid #000;
}
.promo-box .promo-list li {
    position: relative;
    display: block;
    width: 32%;
    text-align: center;
}
.promo-box .promo-list li .promo-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; 
}
.promo-box .promo-list li .promo-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.promo-box .promo-list li:hover .promo-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.promo-box .promo-list li h1 {
    position: relative;
    display: block;
    font-size: 1.3vw;
    line-height: 1.8vw;
    margin: 1vw 0 0.5vw 0;
    color: #000;
    font-weight: 500;
    text-align: left;
}
.promo-box .promo-list li h2 {
    position: relative;
    display: block;
    font-size: 1vw;
    line-height: 1.8vw;
    margin: 1vw 0 0.5vw 0;
    color: #555;
    text-align: left;
}
.promo-box .promo-list li .readbtn {
    position: relative;
    display: inline-block;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 12px;
    border:1px solid #000;
    margin: 1vw 0 0 0;
    padding: 0.7vw 2vw 0.7vw 2vw;
}
.promo-box .promo-list li:hover .readbtn {
    background: rgba(255,255,255,0.7);
}
@media screen and (max-width: 1200px) {
    .promo-box .promo-list {
        width: 85%;
    }
}
@media screen and (max-width: 1000px) {
    .promo-box .promo-title {
        font-size: 4vw;
        line-height: 6vw;
        margin: 2vw 0 2vw 0;
    }
    .promo-box .symbol {
        width: 2vw;
    }
    .promo-box .promo-list {
        display: block;
        width: 75%;
        padding: 3vw 0 0 0;
    }
    .promo-box .promo-list li {
        width: 100%;
    }
    .promo-box .promo-list li .readbtn {
        margin: 1vw 0 5vw 0;
    }
    .promo-box .promo-list li h1 {
        font-size: 3vw;
        line-height: 4vw;
        margin: 2vw 0 2vw 0;
    }
    .promo-box .promo-list li h2 {
        font-size: 2.7vw;
        line-height: 2.7vw;
        margin: 1vw 0 1vw 0;
    }
}
.prize-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.prize-box .line1 {
    position: relative;
    display: block;
    width: 1px;
    height: 5vw;
    background: #000;
}
.prize-box .prize-title {
    position: relative;
    display: block;
    font-size: 2.5vw;
    line-height: 4.5vw;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 700;
    color:#333;
    text-align: center;
    margin: 1vw 0 0 0;
}
.prize-box .prize-text {
    position: relative;
    display: block;
    font-size: 1vw;
    line-height: 1vw;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 500;
    color:#333;
    text-align: center;
    margin: 0 0 0 0;
}
.prize-box .prize-hashtag {
    position: relative;
    display: block;
    font-size: 2vw;
    line-height: 2vw;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 300;
    color:#333;
    text-align: center;
    padding: 0.6vw 2vw 0.6vw 2vw;
    border:1px solid #000;
    margin: 2vw 0 2vw 0;
}
.prize-box .prize-list {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 2vw 0 0 0;
}
.prize-box .prize-list ul {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}
.prize-box .prize-list ul li {
    position: relative;
    display: inline-block;
    width: calc(100% / 10 - 1vw);
    margin: 0 0.5vw 0 0.5vw;
    vertical-align: top;
}
.prize-box .prize-list ul li .prize-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; 
}
.prize-box .prize-list ul li .prize-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.prize-box .prize-list ul li:hover .prize-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.prize-box .prize-list ul li h1 {
    position: relative;
    display: block;
    font-size: 0.8vw;
    line-height: 1.2vw;
    text-align: center;
    padding: 0.5vw 0 0 0;
}
@media screen and (max-width: 1350px) {
    .prize-box .prize-list ul li {
        width: calc(100% / 6 - 1vw);
    }
}
@media screen and (max-width: 1000px) {
    .prize-box .prize-title {
        font-size: 4vw;
        line-height: 6vw;
        margin: 2vw 0 0 0;
    }
    .prize-box .prize-text {
        font-size: 2vw;
        line-height: 6vw;
        margin: 0 0 1vw 0;
    }
    .prize-box .prize-hashtag {
        font-size:3vw;
        line-height: 3vw;
        padding: 1vw 3vw 1vw 3vw;
        margin: 2vw 0 2vw 0;
    }
    .prize-box .prize-list {
        margin: 4vw 0 0 0;
    }
    .prize-box .prize-list ul li {
        width: calc(100% / 4 - 2vw);
        margin: 0 1vw 0 1vw;
    }
    .prize-box .prize-list ul li h1 {
        position: relative;
        display: block;
        font-size: 2vw;
        line-height: 2.5vw;
        text-align: center;
        padding: 1vw 0 0 0;
    }
}
.stage-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.stage-content .line1 {
    position: relative;
    display: block;
    width: 1px;
    height: 5vw;
    background: #000;
}
.stage-title {
    position: relative;
    display: block;
    font-size: 2.5vw;
    line-height: 4.5vw;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 700;
    color:#333;
    text-align: center;
    margin: 1vw 0 0 0;
}
.stage-title-text {
    position: relative;
    display: block;
    font-size: 1vw;
    line-height: 1vw;
    font-family:'Noto Serif TC','Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 500;
    color:#333;
    text-align: center;
    margin: 0 0 0 0;
}
.stagebox8 {
    background: #fff;
}
.stage8-logo {
    position: relative;
    display: block;
    width: 30%;
    max-width: 159px;
    margin: 3vw 0 0 0;
}
@media screen and (max-width: 1000px) {
    .stage-title {
        font-size: 4vw;
        line-height: 6vw;
        margin: 2vw 0 0 0;
    }
    .stage-title-text {
        font-size: 2vw;
        line-height: 6vw;
        margin: 0 0 1vw 0;
    }
}
.stagebox9 {
    background: #fff;
}
.stage9-logo {
    position: relative;
    display: block;
    width: 50%;
    max-width: 280px;
    margin: 3vw 0 0 0;
}
.stagebox10 {
    background: #fff;
}
.sponsor {
    position: relative;
    display: block;
    width: 70%;
    font-size: 0;
    line-height: 0;
    margin: 2vw 0 0 0;
}
.sponsor li {
    position: relative;
    display: inline-block;
    width: calc(10% - 1vw);
    margin: 0.5vw;
    max-width: 300px;
}
@media screen and (max-width: 1000px) {
    .sponsor li {
        width: calc(20% - 2vw);
        margin: 1vw;
    }
}



/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
    height: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    /*display: none;*/
    float: left;
    outline: none;
    /*height: 47vw;*/
    width: 100%;
    height: 100%;
    min-height: 1px;
    position: relative;
}
.slick-slide *:focus{
    outline: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    /*height: 100%;*/
    /*width: auto;*/
    /*display: block;*/
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.slick-arrow {
    cursor: pointer;
/*    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    background-position: top;
    z-index: 1;
    text-indent: -9999px;
    border: 0px;*/
}

.slick-arrow:focus {
    outline: none;
}

.slick-prev {
    background: url(../images/kvArrowLeft.png) no-repeat;
    left: 0;
}

.slick-prev::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(../images/kvArrowLeft.png) no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-next {
    background: url(../images/kvArrowRight.png) no-repeat;
    right: 0;
}

.slick-next::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(../images/kvArrowRight.png) no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-arrow:hover:after {
    opacity: 1;
}

ul.slick-dots {
    /*position: absolute;*/
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    bottom:10%;
    text-align: center;
}


ul.slick-dots li,ul.slick-dots li{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius:50%;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #000;
    border:0px;
    border-radius:50%;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
/*    transform: scale(1.2);
    -webkit-transform: scale(1.2);*/
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: none;

}

.slick-dots li button:before{
    background: #b2b2b2;
}

.slick-dots li.slick-active button{
    background: #c05c2a;
}

.container5 .slick-slide > div{
    width: 100%;
}
button:focus{
    outline: none;
}

.prize-box .prize-list ul li {
    position: relative;
    display: inline-block;
    width: calc(100% / 10 - 0vw);
     margin: 0; 
    vertical-align: top;
    padding: 0 .5vw;
}

@media screen and (max-width: 1350px) {
    .prize-box .prize-list ul li {
        width: calc(100% / 6 - 0vw);
    }
}
@media screen and (max-width: 1000px) {
    
    .prize-box .prize-list ul li {
        width: calc(100% / 4 - 0vw);
        margin: 0; 
        padding: 0 1vw;
    }

}

.cover-composite-box .cover-btn{cursor: pointer;}
input[name="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    left:0;
    top:0;
}

#mom-event #mom-canvas {
    background:#d3d3d3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.user-cover{
    background-size: cover;
    z-index: 100;
    pointer-events: none;
}
.upper-canvas{
    width: 100% !important;
    height: 100% !important;
}

.timelinebox .timeline-line .timeline-icon.fixed{
    position: fixed;
    top: 50%;
    left:calc(50%);
    transform: translateX(-50%);
}

.timelinebox .timeline-line .timeline-icon.end{
    position: relative;
    top: 100%;
}

@media screen and (max-width: 1000px) {
    
        
    .timelinebox .timeline-line .timeline-icon.fixed{
        position: fixed;
        top: 50%;
        left:.5vw;
        transform: translateX(0%);
        z-index: 9;
    }
    .timelinebox .timeline-line .timeline-icon.end{
        position: relative;
        top: 100%;
        left: -3.5vw;
    }
}

/* slider end */
