@charset "UTF-8";

html {
    font-size: 1vw;
    -webkit-text-size-adjust:none;
    color:#303030;
}
@font-face {
    font-family: ITCAGGbold;
    src:url(../css/font/ITCAvantGardePro-Bold.otf);
}
@media screen and (max-width: 1000px) {
    html {
        font-size:2vw;
    }
}
.symbol-m {
    display: none;
}
@media screen and (max-width: 1000px) {
    .symbol-m {
        display: block;
    }
    .symbol-pc {
        display: none;
    }
}
body {
    background: #fff;
    font-family:Arial,'Noto Sans TC',"Microsoft JhengHei",sans-serif;
}

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.wrap {
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
}
.wrap .preload {
    display: none;
}
.loading-page {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 9999;
}
.loading-page.expand {
    display: flex;
}
.loading-page .loading-img {
    position: relative;
    display: block;
    width: 25rem;
}
.loading-page span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-top: 1rem;
    color: #fff;
}


.card-popup {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
}
.card-popup.expand {
    display: flex;
}
.card-popup .card-popup-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20rem;
    height: 15rem;
    background: #fff;
    border-radius: 2rem;
}
.card-popup .card-popup-text .t1 {
    position: relative;
    display: block;
    font-size: 1.3rem;
    line-height: 150%;
    color: #000;
}
.card-popup .card-popup-text a {
    color: #fff;
}

.popup.card-finish.expand {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.popup.card-finish span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #fff;
    margin-bottom: 2rem;
}
.card-popup-imgbox {
    position: relative;
    display: block;
    width: calc(100% - 12rem);
    max-width: 600px;
}


@media screen and (max-width: 1000px) {
    .card-popup .card-popup-text {
        width: 25rem;
        height: 18rem;
        
    }
    .card-popup .card-popup-text .t1 {
        font-size: 1.5rem;
    }
    .card-popup .card-popup-text .download-card-btn {
        width: 19rem;
        height: 4rem;
        margin-top: 2rem;
    }
    .card-popup .card-popup-text .download-card-btn span {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .popup.card-finish span {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}
.footer-block {
    position: relative;
    display: block;
    width: 100%;
    height: 6.85vw;
}
.footer-group {
    position: fixed;
    width: 100%;
    top:calc(100vh - 6.85vw);
    left: 0;
    z-index: 999;
}
.footer-group.expand{
    position: relative;
    margin: -6.85vw 0 0 0;
    top:auto;
}
@media screen and (max-width: 1000px) {
    .footer-block {
        height: 15vw;
    }
    .footer-group {
        top:calc(100vh - 15vw);
    }
    .footer-group.expand{
        margin: -15vw 0 0 0;
    }
}
.nav {
    position: relative;
    display: block;
    width: 100%;
    height: 6.85vw;
    background: #b5b5b6;
    
}
.nav .nav-logo {
    position: absolute;
    left: 3vw;
    top:1.5vw;
    width: 12vw;
}
.nav .nav-logo a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.nav .nav-menu {
    position: absolute;
    width: calc(100% - 20vw);
    left: 20vw;
    top:0.5vw;
}
.nav .nav-menu ul {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;

}
.nav .nav-menu ul li {
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    font-size: 2.3vw;
    line-height: 120%;
    color: #fff;
    font-weight: bold;
    padding: 0 2vw;
    text-align: center;
    cursor: pointer;
}
.nav .nav-menu ul li:last-child {
    font-size: 2vw;
}
.nav .nav-menu ul li:hover {
    color: #ff0087;
}

@media screen and (max-width: 1000px) {
    .nav {
        width: 100%;
        height: 15vw;
        z-index: 999;
    }
    .nav .nav-logo {
        left: auto;
        right: 5vw;
        top:3vw;
        width: 25vw;
    }
    .nav .burger-btn {
        position: absolute;
        display: block;
        width: 50px;
        height: 30px;
        left: 5vw;
        top:5vw;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav.expand .burger-btn {
        position: fixed;
        left: auto;
        right: 5vw;
        top:5vw;
    }
    .nav .burger-btn span {
        position: absolute;
        display: block;
        width: 100%;
        height: 6px;
        background: #fff;
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .nav .burger-btn span:nth-child(1) {
        top:0;
    }
    .nav .burger-btn span:nth-child(2) {
        top:calc(50% - 3px);
    }
    .nav .burger-btn span:nth-child(3) {
        top:calc(100% - 6px);
    }
    .nav .burger-btn span:nth-child(1) {
        -webkit-transform: scale(1,1) rotate(0deg);
        transform: scale(1,1) rotate(0deg);
    }
    .nav .burger-btn span:nth-child(2) {
        -webkit-transform: scale(1,1) rotate(0deg);
        transform: scale(1,1) rotate(0deg);
    }
    .nav .burger-btn span:nth-child(3) {
        -webkit-transform: scale(1,1)  rotate(0deg);
        transform: scale(1,1) rotate(0deg);
    }
    .nav.expand .burger-btn span:nth-child(1) {
        top:calc(50% - 3px);
        -webkit-transform: scale(1,1) rotate(45deg);
        transform: scale(1,1) rotate(45deg);
    }
    .nav.expand .burger-btn span:nth-child(2) {
        -webkit-transform: scale(0,1) rotate(0deg);
        transform: scale(0,1) rotate(0deg);
    }
    .nav.expand .burger-btn span:nth-child(3) {
        top:calc(50% - 3px);
        -webkit-transform: scale(1,1) rotate(-45deg);
        transform: scale(1,1) rotate(-45deg);
    }
    .nav .nav-menu {
        position: fixed;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        left: 100%;
        top:0;
        background: #231815;
        -webkit-transition: left 0.5s ease;
        transition: left 0.5s ease;
    }
    .nav.expand .nav-menu {
        left: 0;
    }
    .nav .nav-menu ul {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
    }
    .nav .nav-menu ul li {
        font-size: 5vw;
        color: #fff;
        font-weight: bold;
        width: 100%;
        padding: 5vw;
        border-bottom: 1px solid #fff;
        text-align: center;
        cursor: pointer;
    }
    .nav .nav-menu ul li:last-child {
        font-size: 5vw;
        border-bottom: 0px;
    }
    .nav .nav-menu ul li .highlight {
        position: relative;
        display: inline-block;
        border:2px solid #fff;
        border-radius: 2rem;
        padding: 0.5rem 1.5rem;
        margin: 0.5rem 0;
        font-size: 2rem;
        line-height: 2rem;
    }
}

.sponsor {
    position: relative;
    display: block;
    width: 100%;
    background: #ffbdce;
}
.sponsor-title {
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    font-size: 1.5vw;
    line-height: 100%;
    color: #3e3a39;
    font-weight: bold;
    padding: 3vw 0 0 0;
    text-align: center;
}
.sponsor-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.sponsor-list .item {
    position: relative;
    display: block;
    padding:2vw;
    height: 8vw;
}
.sponsor-list .item img {
    height: 100%;
    width: auto;
}
.sponsor-list .item a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
@media screen and (max-width: 1000px) {
    .sponsor-title {
        font-size: 3.3vw;
        padding: 6vw 0 0 0;
    }
    .sponsor-list .item {
        height: 10vw;
        padding: 0;
        margin: 2vw;
    }
}
.page-container {
    position: relative;
    display: block;
    width: 100%;
}
.main-page {
    position: relative;
    display: none;
    width: 100%;
    height: calc(100vh - 6.85vw + 3px);
    height: calc(100svh - 6.85vw + 3px);
    min-height:44vw;
    overflow: hidden;
}
.main-page.expand {
    display: block;
}
.main-page-slider {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 6.85vw + 3px);
    height: calc(100svh - 6.85vw + 3px);
    min-height:44vw;
    -webkit-transition: top 1s ease;
    transition: top 1s ease;
}
.main-page-slider.page1 {
    top:0;
}
.main-page-slider.page2 {
    top:-100%;
}
.main-page-slider.page3 {
    top:-200%;
}
.main-page-slider.page4 {
    top:-300%;
}
.stage-container {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 6.85vw + 3px);
    height: calc(100svh - 6.85vw + 3px);
    min-height:44vw;
    overflow: hidden;
    background: #efe9d2;
    z-index: 1;
}
.stage-container-kv {
    background: #dcdddd;
}

.stage-container-kv .kv-logo {
    position: absolute;
    display: block;
    width: 48.5vw;
    left: calc(50% - 24.25vw);
    top:2vw
}
.stage-container-kv .kv-logo img {
    opacity: 0.5;
}
.stage-container-kv .kv-title {
    position: absolute;
    display: block;
    width: 42.4vw;
    left: calc(50% - 21.2vw);
    bottom: 2vw;
}
.kv-slider-box {
    position: absolute;
    display: block;
    width: 120vw;
    left: -10vw;
    top:calc(50% - 20vw);
}
.kv-slider-list {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
.kv-slider-box .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1.5vw;
    width: 24vw;
}

.kv-slider-box .item .imgbox {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0.3vw 0.3vw 0.3vw rgba(0,0,0,0.4);
    overflow: hidden;
}
.kv-slider-box .item1 .imgbox{
    top:5vw;
}
.kv-slider-box .item2 .imgbox{
    width: 15vw;
    height: 15vw;
    left: -2.5vw;
    top:0;
}
.kv-slider-box .item3 .imgbox{
    width: 30vw;
    height: 30vw;
    top:3vw;
}
.kv-slider-box .item4 .imgbox{
    width: 15vw;
    height: 15vw;
    right: -2.5vw;;
    top:7vw;
}
.kv-slider-box .item5 .imgbox{
    top:2vw;
}
.kv-arrow-left {
    display: none;
}
.kv-arrow-right {
    display: none;
}
@media screen and (max-width: 1000px) {
    .main-page {
        height: calc(10svh - 15vw + 3px);
        height: calc(100svh - 15vw + 3px);
        min-height: 175vw;
    }
    .main-page-slider {
        height: calc(10svh - 15vw + 3px);
        height: calc(100svh - 15vw + 3px);
        min-height: 175vw;
    }
    .stage-container{
        height: calc(10svh - 15vw + 3px);
        height: calc(100svh - 15vw + 3px);
        min-height: 175vw;
    }
    .stage-container-kv .kv-logo {
        display: none;
    }
    .stage-container-kv .kv-title {
        width: 90vw;
        left: calc(50% - 45vw);
        top:calc(50% + 30vw);
    }
    .kv-slider-box {
        width: 100vw;
        height: 100%;
        left: 0;
        top:0;
        
    }
    .kv-slider-list {
        display: block;
        width: 100vw;
        height: 100%;
        background: url(../images/kv_p1.jpg) no-repeat center center;
        background-size: cover;
    }
    .kv-slider-box li {
        position:absolute;
        width: 100vw;
        height: 100%;
        padding: 0;
        left: 0;
        top:0;
    }
    .kv-slider-box .item {
        position: absolute;
        width: 0;
        height: 100%;
        padding: 0;
        left: 0;
        top:0;
        -webkit-transition: width 0.5s ease;
        transition: width 0.5s ease;
    }
    .kv-slider-box .item.expand {
        width: 100%;
    }
    .kv-slider-box .item::before{
        content: "";
        position: absolute;
        display: block;
        width: 50vw;
        height: 100%;
        background: #997777;
        right: 0vw;
        z-index: 1;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .kv-slider-box .item.expand::before{
        width: 20vw;
        right: -20vw;
    }
    .kv-slider-box .item::after{
        content: "";
        position: absolute;
        display: block;
        width: 30vw;
        height: 100%;
        background: #776666;
        right: 0vw;
        z-index: 2;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .kv-slider-box .item.expand::after{
        width: 15vw;
        right: -15vw;
    }
    .kv-slider-box .item .imgbox {
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    .kv-slider-box .item1 .imgbox,
    .kv-slider-box .item2 .imgbox,
    .kv-slider-box .item3 .imgbox,
    .kv-slider-box .item4 .imgbox,
    .kv-slider-box .item5 .imgbox{
        width: 100%;
        height: 100%;
        top:auto;
        left: auto;
        right: auto;
    }
    .kv-slider-box .item .imgbox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .kv-arrow-left {
        display: none;
    }
    .kv-arrow-right {
        display: none;
    }
}

.stage-container-footer {
    height: auto;
    min-height: inherit;
}
.wrap .footerBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 1vw 0 1vw 0;
    background: #3e3a39;
    z-index: 2;
}

.wrap .footerBox .socialmedia {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 0;
}
.wrap .footerBox .socialmedia li {
    position: relative;
    display: inline-block;
    width: 6rem;
    max-width: 55px;
    margin: 0 1vw 0 1vw;
}
.wrap .footerBox .socialmedia li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.wrap .footerBox .copyright {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px 0 0 0;
    font-family:Helvetica,Arial,"Microsoft JhengHei",sans-serif;
    color: #fff;
}
.wrap .footerBox .copyright br {
    display: none;
}
@media screen and (max-width: 1000px) {
    .stage-container-footer {
        height: auto;
        min-height: inherit;
    }
    .wrap .footerBox .copyright br {
        display: block;
    }
}

.stage-container-theme {
    background: url(../images/theme_bg.jpg) no-repeat center center;
    background-size: cover;
}
.theme-mainbox {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}
.theme-mainbox .imgbox {
    position: relative;
    display: block;
    width: 60%;
    height: 100%;
    font-size: 1vw;
}
.theme-mainbox .imgbox .img-list {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.theme-mainbox .imgbox .img-list .item {
    position: absolute;
    display: block;
}
.theme-mainbox .imgbox .img-list .item1 {
    width: 24em;
    left: calc(50% - 13em);
    top:calc(50% - 15em);
    z-index: 1;
}
.theme-mainbox .imgbox .img-list .item2 {
    width: 18em;
    left: calc(50% - 25em);
    top:calc(50% - 18em);
}
.theme-mainbox .imgbox .img-list .item3 {
    width: 18em;
    left: calc(50% + 6.5em);
    top:calc(50% - 11em);
}
.theme-mainbox .textbox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    font-size: 1vw;
    z-index: 9;
}
.theme-mainbox .textbox span {
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    position: relative;
    display: block;
    font-size: 1.3em;
    line-height: 130%;
    color: #fff;
    text-align: center;
    padding: 0.2em 0;
    font-weight: 500;
}
.theme-mainbox .textbox span.t5 {
    margin-bottom: 2.5em;
}
.theme-mainbox .textbox span.t7 {
    margin-bottom: 2.5em;
}
.theme-mainbox .textbox span.t8 {
    margin-bottom: 3em;
}
@media screen and (max-width: 1000px) {
    .theme-mainbox {
        flex-direction: column;
    }
    .theme-mainbox .imgbox {
        width: 100%;
        height: 50%;
        font-size: 1.8vw;
    }
    .theme-mainbox .textbox {
        width: 100%;
        height: auto;
        font-size: 2.6vw;
    }
    .theme-mainbox .textbox span {
        font-size: 1.3em;
        padding: 0.1em 0;
    }
    .theme-mainbox .textbox span.t5 {
        margin-bottom: 1.5em;
    }
    .theme-mainbox .textbox span.t7 {
        margin-bottom: 1.5em;
    }
    .theme-mainbox .textbox span.t8 {
        margin-bottom: 2em;
    }
}

.stage-container-message {
    background: url(../images/message_bg.jpg) no-repeat center center;
    background-size: cover;
}
.stage-container-message .stepbox-mainbox {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.stage-container-message .stepbox-mainbox .stepbox-slider {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
.stage-container-message .stepbox-mainbox .stepbox-slider.step0 {
    left: 0;
}
.stage-container-message .stepbox-mainbox .stepbox-slider.step1 {
    left: -100%;
}
.stage-container-message .stepbox-mainbox .stepbox-slider.step2 {
    left: -200%;
}
.stage-container-message .stepbox-mainbox .stepbox-slider.step3 {
    left: -300%;
}
.stage-container-message .stepbox-mainbox .stepbox-slider.step4 {
    left: -400%;
}
.message-stepbox {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.message-stepbox1 {
    left: 100%;
}
.message-stepbox2 {
    left: 200%;
}
.message-stepbox3 {
    left: 300%;
}
.message-stepbox4 {
    left: 400%;
}
.stepbox0-boxs {
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
}
.message-stepbox.message-stepbox0 .textbox {
    position: relative;
    display: block;
    border-left: 1px solid #fff;
    padding: 0 0 0 1vw;
}
.message-main-title {
    position: relative;
    display: block;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    font-size: 1vw;
    line-height: 100%;
    color: #fff;
    width: 70%;
}
.message-stepbox.message-stepbox0 .message-main-title{
    width: auto;
}
.message-main-title .t1 {
    position: relative;
    display: inline-block;
    font-size: 1.7em;
}
.message-main-title .t2 {
    position: relative;
    display: inline-block;
    font-size: 3em;
}
.message-main-title .t3 {
    position: relative;
    display: inline-block;
    font-size: 1.7em;
}
.message-main-title .t4 {
    position: relative;
    display: inline-block;
    font-size: 1.7em;
}
.stepbox0-boxs .textbox .message-text{
    position: relative;
    display: block;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    font-size: 1.5vw;
    line-height: 150%;
    color: #fff;
    margin: 3vw 0 0 0;
}
.stepbox0-boxs .imgbox {
    position: relative;
    display: block;
    width: 30vw;
}
.stepbox0-btns {
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 5vw 0 0 0;
}
.stepbox0-btns .rule-btn {
    position: relative;
    display: block;
    font-size: 2.3vw;
    line-height: 100%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    cursor: pointer;
    color: #231815;
    background: #fff;
    padding: 0.5vw 0;
    width: 15vw;
    text-align: center;
    margin: 0 1vw;
}
.stepbox0-btns .rule-btn:hover {
    background: #ccc;
}
.stepbox0-btns .rule-btn a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.stepbox0-btns .play-btn {
    position: relative;
    display: block;
    font-size: 2.3vw;
    line-height: 100%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    cursor: pointer;
    color: #fff;
    background: #ff0087;
    padding: 0.5vw 0;
    width: 15vw;
    text-align: center;
    margin: 0 1vw;
}
.stepbox0-btns .play-btn:hover {
    background: #c60071;
}
@media screen and (max-width: 1000px) {
    .stepbox0-boxs {
        flex-direction: column;
        width: 100%;
    }
    .message-stepbox.message-stepbox0 .textbox {
        padding: 0 0 0 4vw;
    }
    .message-main-title {
        font-size: 2.3vw;
        line-height: 250%;
        text-align: center;
        width: 80%;
    }
    .message-main-title .t4 {
        display: block;
    }
    .stepbox0-boxs .textbox .message-text{
        font-size: 3vw;
        line-height: 200%;
        margin: 5vw 0 0 0;
    }
    .stepbox0-boxs .imgbox {
        width: 70vw;
        margin: 5vw 0 0 0;
    }
    .stepbox0-btns {
        padding: 10vw 0 0 0;
    }
    .stepbox0-btns .rule-btn {
        font-size: 4vw;
        padding: 1vw 0;
        width: 30vw;
        margin: 0 2vw;
    }
    .stepbox0-btns .play-btn {
        font-size: 4vw;
        padding: 1vw 0;
        width: 30vw;
        margin: 0 2vw;
    }
}
.main-stepbox {
    position: relative;
    display: block;
    width: 70%;
    background: rgba(0,0,0,0.3);
    border-radius: 2vw;
    margin-top: 2vw;
    padding: 1vw;
}
.main-stepbox .step-title {
    position: relative;
    display: block;
    font-size: 4.5vw;
    line-height: 100%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    color: #fff;
}
.main-stepbox .step-title .t2 {
    position: relative;
    display: inline-block;
    font-size: 1.3vw;
}
.stepbox-content {
    position: relative;
    display: block;
    width: 100%;
    
}
.step1-title {
    position: relative;
    display: block;
    font-size: 1.3vw;
    line-height: 150%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    padding: 1vw 0 1vw 0;
    color:#fff;
    text-align: center;
}
.step1-boxs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    padding: 1vw 0;
    width: 100%;
}
.step1-boxs .box1 {
    position: relative;
    display: block;
    width: 35%;
    
}
.step1-boxs .btn-title{
    position: relative;
    display: block;
    font-size: 1.5em;
    line-height: 150%;
    color: #fff;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
}
.step1-boxs .box1 .btn-title {
    text-align: center;
}
.step1-boxs .btn-title .icon{
    display: inline-block;
    color:#000;
    background: #fff;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border-radius: 0.75em;
}
.step1-fb-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 1vw auto 0 auto;
    cursor: pointer;
}
.step1-boxs .box2 {
    position: relative;
    display: block;
    padding: 0 0 0 2em;
    border-left:2px dashed #fff;
}
#subscribe-form {
    padding: 0 0 0 1.8em;
}
#subscribe-form input[type="email"] {
    border: 0;
    width: 100%;
    height: 2em;
    padding: 0 0.5em;
    font-size: 0.8em;
}
#subscribe-form .submit-box {
    position: relative;
    display: block;
    white-space: nowrap;
}
#subscribe-form .robot-checkbox {
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0;
    vertical-align: middle;
}
#subscribe-form input[type="submit"] {
    position: relative;
    display: inline-block;
    border: 0px;
    background: #ff0087;
    color: #fff;
    font-size: 1.2em;
    line-height: 100%;
    width: 5em;
    padding: 0.2em 0;
    border-radius: 2em;
    vertical-align: middle;
    cursor: pointer;
}
#subscribe-form input[type="submit"]:hover {
    background: #dd007f;
}
.like-check-btn {
    position: relative;
    display: inline-block;
    border: 0px;
    background: #ff0087;
    color: #fff;
    font-size: 1.6vw;
    line-height: 100%;
    width: 10vw;
    padding: 0.5vw 0;
    border-radius: 2vw;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    margin: 1vw 0 0 0;
}
.like-check-btn:hover {
    background: #dd007f;
}
.step1-note {
    position: relative;
    display: block;
    text-align: center;
    color: #ffffdd;
    font-size: 0.9vw;
    line-height: 100%;
}
.stepbtn-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 1vw 0 0 0;
}
.stepbtn-box .stepbtn-text {
    position: relative;
    display: block;
    text-align: center;
    color: #ffbdff;
    font-size: 1.2vw;
    line-height: 100%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
}
.stepbtn-box .cancel-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6vw;
    line-height: 100%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    background: #727171;
    padding: 0.3vw 1vw; 
    margin: 1vw;
    cursor: pointer;
}
.stepbtn-box .cancel-btn:hover {
    background: #555;
}
@media screen and (max-width: 1000px) {
    .main-stepbox {
        width: 90%;
        border-radius: 4vw;
        margin-top: 1vw;
        padding: 2vw;
    }
    .main-stepbox .step-title {
        font-size: 13vw;
        text-align: center;
        line-height: 100%;
        padding:0 0 4vw 0;
    }
    .main-stepbox .step-title .t2 {
        display: block;
        font-size: 3vw;
    }
    .step1-title {
        font-size: 3.5vw;
        line-height: 150%;
        padding: 1vw 0;
    }
    .step1-boxs {
        flex-direction: column;
        font-size: 2vw;
        padding: 2vw 0;
    }
    .step1-boxs .box1 {
        width: 100%;
    }
    .step1-boxs .btn-title{
        line-height: 150%;
    }
    .step1-boxs .box1 .btn-title {
        text-align: center;
    }
    .step1-boxs .box1 .btn-title br {
        display: none;
    }
    .step1-fb-btn {
        width: 7em;
        margin: 1em auto 2em auto;
    }
    .step1-boxs .box2 {
        padding: 1em 0 0 0;
        border-top:2px dashed #fff;
        border-left:0px;
        width: 100%;
    }
    #subscribe-form {
        padding: 0;
    }
    #subscribe-form .submit-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        white-space: normal;
    }
    #subscribe-form .robot-checkbox {
        margin: 1em auto 1em auto;
    }
    #subscribe-form input[type="email"] {
        margin: 1em 0 0 0;
    }
    #subscribe-form input[type="submit"] {
        font-size: 1.2em;
        width: 10em;
        padding: 0.5em 0;
        border-radius: 2em;
    }
    .like-check-btn {
        font-size: 3.5vw;
        width: 35vw;
        padding: 2vw 0;
        border-radius: 4vw;
        margin: 3vw 0 0 0;
    }
    .step1-note {
        font-size: 3vw;
        padding: 2vw 0 0 0;
    }
    .stepbtn-box {
        padding: 3vw 0 0 0;
    }
    .stepbtn-box .stepbtn-text {
        font-size: 3vw;
    }
    .stepbtn-box .cancel-btn {
        font-size: 3.5vw;
        padding: 0.8vw 4vw; 
        margin: 2vw;
    }
}
.step2-textarea {
    position: relative;
    display: block;
    width: 90%;
    height: 13vw;
    margin: 1vw auto 0 auto;
    border-radius: 1vw;
    padding: 1vw;
}
.stepbtn-box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.stepbtn-box2 .cancel-btn {
    margin: 0 0.3vw 0 0;
}
.stepbtn-list {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.stepbtn-box .next-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6vw;
    line-height: 100%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    background: #ff0087;
    padding: 0.3vw 1vw; 
    margin: 1vw;
    cursor: pointer;
}
.stepbtn-box .next-btn:hover {
    background: #dd007f;
}
.stepbtn-box .next-btn3 a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
@media screen and (max-width: 1000px) {
    .step2-textarea {
        height: 40vw;
        margin: 1vw auto 0 auto;
        border-radius: 2vw;
        padding: 2vw;
    }
    .stepbtn-box2 {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    .stepbtn-box2 .cancel-btn {
        margin: 0 0.3vw 0 0;
    }
    .stepbtn-list {
        padding: 2vw 0 0 0;
    }
    .stepbtn-box .next-btn {
        font-size: 3.5vw;
        padding: 0.8vw 4vw;
    }
}

.step3-card-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 1vw auto 0 auto;
}
.step3-card-list .item {
    position: relative;
    display: block;
    width: calc(100% / 4 - 2vw);
    height: 10vw;
    margin: 0 1vw;
    border-radius: 1vw;
    overflow: hidden;
    cursor: pointer;
}
.step3-card-list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.step3-card-list .item:hover,
.step3-card-list .item.current {
    box-shadow: 0 0 0.5vw rgba(255,0,135,1);
}
@media screen and (max-width: 1000px) {
    .step3-card-list {
        flex-wrap: wrap;
        width: 100%;
        margin: 1vw auto 2vw auto;
    }
    .step3-card-list .item {
        width: calc(100% / 2 - 2vw);
        height: 30vw;
        margin: 1vw;
        border-radius: 2vw;
    }
    .step3-card-list .item:hover,
    .step3-card-list .item.current {
        box-shadow: 0 0 2vw rgba(255,0,135,1);
    }
}
.step4-boxs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1vw;
}
.render-box {
    position: fixed;
    display: none;
    width: 690px;
    height: 460px;
    top:calc(50% - 345px);
    left: calc(50% - 230px);
}
.render-box .render-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.render-box .render-bg .item {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top:0;
}
.render-box .render-bg .item.current {
    display: block;
}
.render-text {
    position: absolute;
    display: block;
    padding: 40px;
    width: 100%;
    text-align: right;
}
.render-text span {
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 25px;
    line-height: 100%;
    margin: 0 0 15px 0;
    padding: 5px;
    color: #000;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    font-weight: 500;
}
.preview-box {
    position: relative;
    display: block;
    width: 30em;
    height: 19.8em;
}
.preview-box .preview-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1.5em;
    overflow: hidden;
}
.preview-box .preview-bg .item {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top:0;
}
.preview-box .preview-bg .item.current {
    display: block;
}
.preview-text {
    position: absolute;
    display: block;
    padding: 2em;
    width: 100%;
    text-align: right;
}
.preview-text span {
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 1em;
    line-height: 100%;
    margin: 0 0 0.5em 0;
    padding: 0.3em;
    color: #000;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    font-weight: 500;
}
.preview-btns {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30em;
    margin: 0 0 0 3em;
}
.preview-btns .download-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffe0ff;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 1em;
}
.preview-btns .download-btn:hover {
    background: #d7c0d8
}
.preview-btns .download-btn span {
    position: relative;
    display: block;
    font-size: 1.7em;
    line-height: 130%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    font-weight: 500;
}
.preview-btns .back-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff87cc;
    width: 12em;
    height: 12em;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 1em;
}
.preview-btns .back-btn:hover {
    background: #e077b8
}
.preview-btns .back-btn span {
    position: relative;
    display: block;
    font-size: 1.7em;
    line-height: 130%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    font-weight: 500;
}
@media screen and (max-width: 1000px) {
    .step4-boxs {
        flex-direction: column;
        font-size: 2.5vw;
    }
    .preview-btns {
        margin: 1em 0;
    }
}

.stage-container-event {
    background: url(../images/event_bg.jpg) no-repeat center center;
    background-size: cover;
}
.event-mainbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 100%;
    margin: 0 auto;
}
.event-mainbox .box1 {
    position: relative;
    display: block;
    width: 75%;
}
.event-mainbox .box2 {
    position: relative;
    display: block;
    width: 25%;
}
.event-title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.event-title .imgbox {
    position: relative;
    display: block;
    width: 25vw;
}
.event-title .textbox {
    position: relative;
    display: block;
    font-size: 1.8vw;
    line-height: 130%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    color: #fff;
    margin: 0 0 0 1vw;
}
.event-intro {
    position: relative;
    display: block;
    font-size: 1vw;
    line-height: 150%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    color: #fff;
    text-align: left;
    padding: 1vw 0 2vw 0;
    border-bottom: 1px solid #fff;
    width: 97%;
}
.event-infobox {
    position: relative;
    display: block;
    width: 100%;
    padding: 2vw 0;
    font-size: 1vw;
    line-height: 150%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    font-weight: 500;
    color: #fff;
}
.event-infobox dt {
    font-size: 1.6vw;
    padding: 0 0 0.5vw 0;
}
.event-infobox dd {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.3vw;
}
.event-infobox dd span {
    margin: 0 0.5vw 0 0;
}
.event-infobox p{
    font-size: 1vw;
    margin: 1vw 0 0 0;
}
.event-infobox .note-text {
    color: #ffbdff;
}
.event-btnbox {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
}
.event-join-btn {
    position: relative;
    display: block;
    font-size: 1.6vw;
    line-height: 100%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    cursor: pointer;
    color: #fff;
    background: #ff0087;
    padding: 0.5vw 2vw;
    text-align: center;
    margin: 0 1vw;
}
.event-join-btn:hover {
    background: #c60071;
}
.event-join-btn a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.event-rule-btn {
    position: relative;
    display: block;
    font-size: 1.6vw;
    line-height: 100%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    cursor: pointer;
    color: #fff;
    background: #727171;
    padding: 0.5vw 2vw;
    text-align: center;
    margin: 0 1vw;
}
.event-rule-btn:hover {
    background: #555;
}
.event-rule-btn a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.event-imgbox {
    position: relative;
    display: block;
    width: 100%;
}
.event-imgbox .item {
    position: relative;
    display: block;
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .event-mainbox {
        flex-direction: column;
        width: 95%;
    }
    .event-mainbox .box1 {
        width: 100%;
    }
    .event-mainbox .box2 {
        width: 100%;
    }
    .event-title {
        flex-direction: column;
        width: 100%;
    }
    .event-title .imgbox {
        width: 80vw;
    }
    .event-title .textbox {
        font-size: 4.5vw;
        line-height: 130%;
        margin: 1vw 0 0 0;
    }
    .event-intro {
        font-size: 2.5vw;
        padding: 4vw 0 4vw 0;
        width: 100%;
    }
    .event-infobox {
        padding: 4vw 0 2vw 0;
        font-size: 3vw;
    }
    .event-infobox dt {
        font-size: 4vw;
        padding: 0 0 2vw 0;
    }
    .event-infobox dd {
        font-size: 3vw;
        flex-wrap: wrap;
    }
    .event-infobox dd span {
        margin: 0 2vw 0 0;
    }
    .event-infobox p{
        font-size: 2.5vw;
        margin: 2vw 0 0 0;
    }
    .event-infobox .note-text {
        font-size: 2.5vw;
    }
    .event-btnbox {
        justify-content: center;
        width: 100%;
    }
    .event-join-btn {
        font-size: 4vw;
        padding: 1vw 4vw;
        margin: 0 2vw;
    }
    .event-rule-btn {
        font-size: 4vw;
        padding: 1vw 4vw;
        margin: 0 2vw;
    }
    .event-imgbox {
        display: flex;
        margin: 5vw auto 0 auto;
        width: 85%;
    }
}
.rule-container {
    position: relative;
    display: none;
    width: 100%;
    min-height: calc(100vh - 6vw);
    background: url(../images/rule_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 5vw 10vw;
}
.rule-container.expand {
    display: block;
}
.rule-title {
    position: relative;
    display: block;
    font-size: 3vw;
    line-height: 150%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.rule-list {
    position: relative;
    margin: 2vw 0 0 0;
}
.rule-list a {
    color: cornflowerblue;
}
.rule-list > li {
    position: relative;
    display: list-item;
    list-style-type: decimal;
    color: #fff;
    font-size: 1vw;
    line-height: 150%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    margin: 0 0 1.5vw 0;
}
.rule-list > li > ul {
    padding-left: 2vw;
    
}
.rule-list > li > ul > li{
    position: relative;
    display: list-item;
    list-style-type:lower-latin;
    margin: 0 0 0.5vw 0;
}
.rule-list > li > ul > li > ul {
    padding-left: 2vw;
}
.rule-list > li > ul > li > ul > li{
    position: relative;
    display: list-item;
    list-style-type:lower-roman;
    margin: 0 0 0.5vw 0;
}
@media screen and (max-width: 1000px) {
    .rule-container {
        min-height: calc(100vh - 16vw);
        padding: 5vw 10vw;
    }
    .rule-title {
        font-size: 6vw;
    }
    .rule-list {
        margin: 4vw 0 0 0;
    }
    .rule-list li {
        font-size: 2.5vw;
        margin: 0 0 4vw 0;
    }
    .rule-list li > ul > li{
        margin: 0 0 1vw 0;
    }
    .rule-list li > ul > li > ul > li{
        margin: 0 0 0.5vw 0;
    }
}
.event_rule_iconbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event_rule_iconbox .arrow-icon {
    position: absolute;
    width: 10vw;
    z-index: 1;
}
.event_rule_iconbox .arrow-icon1 {
    left: calc(50% - 18vw);
}
.event_rule_iconbox .arrow-icon2 {
    left: calc(50% + 9vw);
}
.event_rule_iconbox .item {
    position: relative;
    display: block;
    padding: 1vw;
}
@media screen and (max-width: 1000px) {
    .event_rule_iconbox {
        flex-direction: column;
        
    }
    .event_rule_iconbox .arrow-icon {
        position: relative;
        width: 20vw;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .event_rule_iconbox .arrow-icon1 {
        left: auto;
        margin: -9vw 0;
    }
    .event_rule_iconbox .arrow-icon2 {
        left: auto;
        margin: -9vw 0;
    }
    .event_rule_iconbox .item {
        padding: 1vw;
        width: 70%;
    }
}
.popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.9);
}
.popup.expand {
    display: block;
}
.popup .close-btn {
    position: absolute;
    display: block;
    width: 4rem;
    height: 4rem;
    right: 1rem;
    top:1rem;
    background: #eee;
    cursor: pointer;
    z-index: 999;
}
.popup .close-btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 3px;
    background: #000;
    left: 10%;
    top:calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup .close-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 3px;
    background: #000;
    left: 10%;
    top:calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup.popup-rule.expand {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.popup .rule-content{
    position: relative;
    display: block;
    width: 500px;
    max-width: calc(100% - 12rem);
    height: calc(100% - 12rem);
    background: #efe9d2;
    overflow:hidden;
    overflow-y: auto;
    border-radius: 0.5rem;
}
.popup .rule-content ul {
    position: relative;
    display: block;
    width: 100%;
    padding: 2rem;
}
.popup .rule-content ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 2rem;
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
}
.popup .rule-content ul li::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    background: #000;
    margin: 0.2rem 0 0 -1.5rem;
}
.popup .card-tip {
    position: absolute;
    display: block;
    font-size: 1vw;
    line-height: 150%;
    color: #fff;
    text-align: center;
    width: 100%;
    top:2vw;
}
.line-pop-btn,.cardimg-download-btn,.popup.card-finish .download-card-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6vw;
    line-height: 150%;
    font-family: 'Noto Serif TC',"Microsoft JhengHei",sans-serif;
    background: #ff0087;
    padding: 0.3vw 1vw; 
    margin: 1vw;
    cursor: pointer;
}
.line-pop-btn:hover,.cardimg-download-btn:hover,.popup.card-finish .download-card-btn:hover {
    background: #dd007f;
}
.line-pop-btn a,.cardimg-download-btn a,.popup.card-finish .download-card-btn a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

@media screen and (max-width: 1000px) {
    .popup .rule-content ul li {
        font-size: 1.5rem;
        line-height: 2.4rem;
    }
    .popup .rule-content ul li::before {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 2.4rem;
        margin: 0.2rem 0 0 -2.2rem;
    }
    .popup .card-tip {
        font-size: 3vw;
    }
    .line-pop-btn,.cardimg-download-btn,.popup.card-finish .download-card-btn {
        font-size: 3.5vw;
        padding: 0.8vw 4vw;
    }
}


.arrow-left {
    position: relative;
    display: block;
    width: 40px;
    height: 50px;
    cursor: pointer;
}
.arrow-left img {
    pointer-events: none;
}
.arrow-left:hover img{
    -webkit-animation:leftLoop 0.3s ease 0s infinite alternate both;
    animation:leftLoop 0.3s ease 0s infinite alternate both;
}
.arrow-right {
    position: relative;
    display: block;
    width: 40px;
    height: 50px;
    cursor: pointer;
}
.arrow-right img {
    pointer-events: none;
}
.arrow-right:hover img{
    -webkit-animation:rightLoop 0.3s ease 0s infinite alternate both;
    animation:rightLoop 0.3s ease 0s infinite alternate both;
}


/* 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;*/
    min-height: 1px;
    position: relative;
}
.slick-slide > div{width: 100%;}
.slick-slide *:focus{
    outline: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.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 {
    left: 0;
}

.slick-prev::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-next {
    right: 0;
}

.slick-next::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    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;
    text-align: center;
    position: relative;
    padding: 1rem 0;
}


ul.slick-dots li,ul.slick-dots li{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    opacity: 1;
    border-radius:50%;
    margin: 0 10px 0 10px;
    padding: 0;
    cursor: pointer;
    box-sizing: content-box;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    border:0px solid #000;
    border-radius:50%;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background:#ccc;
/*    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: none;
}

.slick-dots li.slick-active button{
    background:#808080;
}

button:focus{
    outline: none;
}
/* slider end */

.wrap a{z-index: 1;}
/*.brand-list .slider{
    margin: 0 0 0 0%;
}
.stage5 .wallpaper-viewbox .slider .wallpaper-img{
    margin: 0;
}
.brand-list .slick-slide{
    display: flex;justify-content: center;align-items: center;
}
.brand-list .slider li{
    padding: 0 5px;
    margin: 0;
}*/