@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 Serif TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    background: #fff;
}

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

.wrap .footerBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 3vw 0 3vw 0;
    background: #000;
    z-index: 2;
}

.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 .copyright {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 15px 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) {
    .wrap .footerBox .socialmedia li {
        max-width: inherit;
        width: 13vw;
    }
    .wrap .footerBox .copyright br {
        display: block;
    }
}

.kv-box {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 56.2vw;
    overflow: hidden;
    top: 0;
    left: 0;
}
.kv-block {
    position: relative;
    display: block;
    width: 100%;
    height: 56.2vw;
    pointer-events: none;
}
.kv-box .kv-video-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.kv-box .kv-video-box video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.video-muted-btn {
    position: absolute;
    display: block;
    right: 2vw;
    bottom:2vw;
    width: 40px;
    cursor: pointer;
}
.video-muted-btn img:nth-child(2) {
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
}
.video-muted-btn.current-muted img:nth-child(1) {
    opacity: 1;
}
.video-muted-btn.current-muted img:nth-child(2) {
    opacity: 0;
}
.video-muted-btn.current-unmuted img:nth-child(1) {
    opacity: 0;
}
.video-muted-btn.current-unmuted img:nth-child(2) {
    opacity: 1;
}
@media screen and (max-width: 1000px) {
    .kv-box {
        width: 100%;
        height: 125vw;
    }
    .kv-block {
        width: 100%;
        height: 125vw;
    }
    .kv-box .kv-video-box video {
        /*background: url(../video/kv-mobile.jpg) no-repeat center center;
        background-size: cover;*/
    }
    .video-muted-btn {
        bottom:10vw;
    }
}
.stage-container {
    position: relative;
    display: block;
    width: 100%;
    background: url(../images/main_bg_pc.jpg) no-repeat center top;
    background-size:100% auto;
    z-index: 2;
}
@media screen and (max-width: 1000px) {
    .stage-container {
        background: url(../images/main_bg_m.jpg) no-repeat center top;
        background-size:100% auto;
    }
}
.bubble {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 10;
    pointer-events:none;
}
.bubble1 {
    height: 88.54vw;
    background: url(../images/bubble_1.png) no-repeat center center;
    background-size: contain;
    top:0;
}
.bubble2 {
    height: 114.58vw;
    background: url(../images/bubble_2.png) no-repeat center center;
    background-size: contain;
    top:104w;
}
.bubble3 {
    height: 46.87vw;
    background: url(../images/bubble_3.png) no-repeat center center;
    background-size: contain;
    top:218vw;
}
@media screen and (max-width: 1000px) {
    .bubble1 {
        height: 192vw;
        background: url(../images/bubble_1_m.png) no-repeat center center;
        background-size: contain;
        top:29vw;
    }
    .bubble2 {
        height: 270vw;
        background: url(../images/bubble_2_m.png) no-repeat center center;
        background-size: contain;
        top:272vw;
    }
    .bubble3 {
        height: 50vw;
        background: url(../images/bubble_3_m.png) no-repeat center center;
        background-size: contain;
        top:550vw;
    }
}
.stagebox {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stage-intro {
    margin-top: -2px;
}
.stage-intro .intro-textbox {
    position: relative;
    display: block;
    width: 100%;
    height: 35vw;
}
.stage-intro .intro-text1,
.stage-intro .intro-text2,
.stage-intro .intro-text3,
.stage-intro .intro-text4,
.stage-intro .intro-text5,
.stage-intro .intro-text6,
.stage-intro .intro-text7{
    position: absolute;
    display: block;
    width: 60%;
    left: 20%;
    z-index: 1;
}
.stage-intro .intro-line {
    position: relative;
    display: block;
    width: 1px;
    background: none;
}
.stage-intro .intro-line1 {
    height: 5vw;
}
.stage-intro .intro-line2 {
    height: 5vw;
}
@media screen and (max-width: 1000px) {
    .stage-intro {
    }
    .stage-intro .intro-textbox {
        width: 100%;
        height: 50vw;
        left: 0%;
    }
    .stage-intro .intro-line1 {
        height: 15vw;
    }
    .stage-intro .intro-line2 {
        height: 10vw;
    }
    .stage-intro .intro-text1,
    .stage-intro .intro-text2,
    .stage-intro .intro-text3,
    .stage-intro .intro-text4,
    .stage-intro .intro-text5,
    .stage-intro .intro-text6,
    .stage-intro .intro-text7{
        position: absolute;
        display: block;
        width: 90%;
        left: 5%;
        z-index: 1;
    }
}
.star-sliderbox {
    position: relative;
    display: block;
    width: 100%;
}
.star-sliderbox .star-slider {
    position: relative;
    display: block;
    width: 100%;
}
.star-sliderbox .star-slider .item{
    position: relative;
    display: block;
    width: 100%;
}
.star-sliderbox .star-slider .item .star-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.stage-title {
    position: relative;
    display: block;
}
.stage-bellaStar .stage-title {
    width: 24%;
    position: absolute;
    z-index: 1;
    left: 13vw;
    top:-1vw;
}
.starbg {
    position: absolute;
    width: 100%;
    top:0;
}
.star-img {
    position: absolute;
    display: block;
    width: 6vw;
    top:-1vw;
}
.star-img.star-img1 {
    left: 10%;
}
.star-img.star-img2 {
    right: 10%;
}
.stage-bellaStar .bellaStar-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 42vw;
    padding: 0 3vw;
    background: url(../images/star_bg.png)no-repeat center center;
    background-size: contain;
}
.stage-bellaStar .bellaStar-content::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 70%;
    background: #000;
    top:15%;
    left: 50%;
}
.stage-bellaStar .bellaStar-content .imgBox {
    position: relative;
    display: block;
    width: 50%;
    z-index: 1;
    top:9vw;
    left: 13vw;
}
.stage-bellaStar .bellaStar-content .imgBox img {
    border:1px solid #2D2D2D;
}
.stage-bellaStar .bellaStar-content .imgBox::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(25vw + 0.5vw);
    height: calc(100% + 0.5vw);
    left: 0;
    top:0;
    background: #2D2D2D;
    
}
.stage-bellaStar .bellaStar-content .imgBox .img-border {
    position: relative;
    display: block;
    width: 25vw;
    overflow: hidden;
    box-shadow: 0.2vw 0.2vw 0.2vw rgba(0,0,0,0.3);
    
}

.stage-bellaStar .bellaStar-content .textBox {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    margin-top:3vw;
    padding: 7vw 10vw 0 4vw;
}
.stage-bellaStar .bellaStar-content .textBox h1 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 2.2vw;
    line-height: 2.2vw;
    color: #2D2D2D;
}

.stage-bellaStar .bellaStar-content .textBox h2 {
    font-weight: bold;
    font-size: 1.6vw;
    line-height: 180%;
    margin-top: 2.5vw;
    color: #2D2D2D;
    text-align: left;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
}
.stage-bellaStar .bellaStar-content .textBox h3 {
    font-weight: bold;
    font-size: 1vw;
    line-height: 1.5vw;
    margin-top: 3vw;
    text-align: justify;
}
.stage-bellaStar .bellaStar-content .textBox .more-btn {
    position:absolute;
    display: block;
    width: 11.5vw;
    right: 6vw;
    bottom: 8vw;
    z-index: 2;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.stage-bellaStar .bellaStar-content .textBox .more-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 1000px) {
    .stage-bellaStar {
        height: 180vw;
    }
    .stage-bellaStar .stage-title {
        width:60%;
        left: 20%;
        top:-2vw;
    }
    .star-img.star-img1 {
        width: 15vw;
        left: 2%;
    }
    .star-img.star-img2 {
        width: 15vw;
        right: 2%;
    }
    .stage-bellaStar .bellaStar-content {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        padding: 0 0 7vw 0;
        margin-top: 0vw;
        background: none;
        border:0px;
        background: url(../images/star_bg_m.png)no-repeat center center;
        background-size: contain;
    }
    .stage-bellaStar .bellaStar-content::before {
        display: none;
    }
    
    .stage-bellaStar .bellaStar-content .imgBox {
        width: 50%;
        left: 25%;
        margin: 7vw 0 0 0;
    }
    .stage-bellaStar .bellaStar-content .imgBox::before {
        width: 100%;
    }
    .stage-bellaStar .bellaStar-content .imgBox .img-border {
        width: 100%;
        box-shadow: 1vw 1vw 1vw rgba(0,0,0,0.3);
    }
    .stage-bellaStar .bellaStar-content .textBox {
        width: 76%;
        padding: 0vw 7vw 17vw 7vw;
        text-align: center;
        left: 12%;
        margin: 15vw 0 0 0;
        border: 0px;
    }
    .stage-bellaStar .bellaStar-content .textBox h1 {
        font-size: 6.5vw;
        line-height: 6.5vw;
        text-align: left;
        display: block;
    }
    .stage-bellaStar .bellaStar-content .textBox h1::before {
        width: 2vw;
        height: 2vw;
        left: -4vw;
        top:2vw;
    }
    .stage-bellaStar .bellaStar-content .textBox h1::after {
        width: 2vw;
        height: 2vw;
        right: -4vw;
        top:2vw;
    }
    .stage-bellaStar .bellaStar-content .textBox h2 {
        font-size: 3.5vw;
        line-height: 7vw;
        margin-top: 4vw;
        text-align: left;
    }
    .stage-bellaStar .bellaStar-content .textBox h3 {
        font-weight: bold;
        font-size: 2.8vw;
        line-height: 4vw;
        margin-top: 6vw;
        text-align: center;
    }
    .stage-bellaStar .bellaStar-content .textBox .more-btn {
        width: 40%;
        left: auto;
        bottom: 0vw;
    }
}
.stage-viviland {
}
.stage-viviland .stage-title {
    width: 38vw;
    margin-top: 17vw;   
}
.stage-viviland .star-img.star-img1 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top:-2vw;
    left: 11%;
}
.starbg.starbg2 {
    top:7vw;
}
.starbg.starbg3 {
    top:49vw;
}
.starbg.starbg4 {
    top:98vw;
}
.vivi-sliderbox1 {
    width: 100%;
    margin-top: -3vw;
}
.vivi-sliderbox1 .vivi-list1 {
    position: relative;
    display: block;
    width:100%;
}
.vivi-sliderbox1 .vivi-list1 .item {
    position: relative;
    display: block;
    width: 100%;
}
.vivi-sliderbox1 .vivi-list1 .item .pic {
    position: relative;
    display: block;
    width: 100%;
}
.vivi-sliderbox1 .vivi-list1 .item .pic img {
    z-index: 2;
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
    border:1px solid #2D2D2D;
}
.vivi-sliderbox1 .vivi-list1 .item .pic::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 0.5vw);
    height: calc(100% + 0.5vw);
    background: #fff;
    left: 0;
    top:0;
    background: #2D2D2D;
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
}
.vivi-sliderbox1 .vivi-list1 .slick-slide .item{
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.vivi-sliderbox1 .vivi-list1 .slick-slide.slick-center .item {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    
}
.vivi-arrow-left {
    position: absolute;
    display: block;
    width: 4vw;
    left: 31%;
    top:45vw;
    cursor: pointer;
    z-index: 99;
}
.vivi-arrow-left:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.vivi-arrow-right {
    position: absolute;
    display: block;
    width: 4vw;
    right: 31%;
    top:45vw;
    cursor: pointer;
    z-index: 99;
}
.vivi-arrow-right:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 1000px) {
    .stage-viviland {
        height: 270vw;
        justify-content: flex-start;
        margin-top: 5vw;
    }
    .stage-viviland .stagebox {
        justify-content: flex-start;
    }
    
    .stage-viviland .star-img.star-img1 {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: auto;
        right: 5%;
        top:100vw;
    }
    .stage-viviland .star-img.star-img2 {
        left: 3%;
        top:-3vw;
        right: auto;
    }
    .stage-viviland .stage-title {
        width: 80vw;
        margin-top: 20vw;
    }
    .starbg.starbg2 {
        top: 10vw;
    }
    .vivi-sliderbox1 {
        width: 100vw;
        height: 122vw;
        left: 0;
        margin-top: -18vw;
    }
    .vivi-sliderbox1 .vivi-list1 .slick-slide .item{
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    .vivi-sliderbox1 .vivi-list1 .slick-slide.slick-center .item {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .vivi-sliderbox1 .vivi-list1 .item .pic::before {
        box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
    }
    .vivi-sliderbox1 .vivi-list1 .item .pic img {
        box-shadow: 1vw 1vw 1vw rgba(0,0,0,0.3);
    }
    .vivi-arrow-left {
        left: 3%;
        width: 12vw;
        top:80vw;
    }
    .vivi-arrow-right {
        right: 3%;
        width: 12vw;
        top:80vw;
    }
}
.vivi-sliderbox2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 2vw 10% 2vw 10%;
    margin: 14vw 0 0 0;
}
.vivi-sliderbox2::before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: calc(100% + 5vw);
    left: 5%;
    top: -2.5vw;
    pointer-events: none;
    background: url(../images/promo_bg.png) no-repeat center center;
    background-size: contain;
}
.starbg.starbg3 .star-img1::before {
    content: "";
    position: absolute;
    display: block;
    width: 30vw;
    height: 1px;
    left: 50%;
    top:50%;
    background: #ff41bf;
}
.starbg.starbg4 .star-img2::before {
    content: "";
    position: absolute;
    display: block;
    width: 30vw;
    height: 1px;
    right: 50%;
    top:50%;
    background: #ff41bf;
}
.vivi-sliderbox2 .vivi-list2 {
    position: relative;
    display: block;
    width:90%;
    overflow: hidden;
    margin: 0 auto;
}

.vivi-sliderbox2 .vivi-list2 .item {
    position: relative;
    display: block;
    padding: 2vw;
    
}
.vivi-sliderbox2 .vivi-list2 .item .imgBox {
    position: relative;
    display: block;
    width: calc(100% - 2vw);
    left: 1vw;
    margin: 1vw 0;
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
}
.vivi-sliderbox2 .vivi-list2 .item .imgBox::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 0.5vw);
    height: calc(100% + 0.5vw);
    background: #fff;
    left: 0;
    top:0;
    background: #2D2D2D;
}

.vivi-sliderbox2 .vivi-list2 .item .imgBox img{
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    border:1px solid #2d2d2d;
}
.vivi-sliderbox2 .vivi-list2 .item:hover .imgBox img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.vivi-sliderbox2 .vivi-list2 .item .textBox {
    position: relative;
    display: block;
    font-size: 1.4vw;
    line-height: 2vw;
    text-align: justify;
    color: #000;
    padding-top: 2vw;
}
.dot-btn-list-vivi2 {
    margin-top: 2vw;
    margin-bottom: 0vw;
}
@media screen and (max-width: 1000px) {
    .starbg.starbg3 {
        top:140vw;
    }
    .starbg.starbg4 {
        top:auto;
        bottom: 15vw;
    }
    .starbg.starbg3 .star-img1::before {
        width: 40vw;
    }
    .starbg.starbg4 .star-img2::before {
        width: 40vw;
    }
    .vivi-sliderbox2 {
        padding: 5vw 0 2vw 0;
        margin: 20vw 0 3vw 0;
    }
    .vivi-sliderbox2::before {
        height: calc(100% + 10vw);
        background: url(../images/promo_bg_m.png) no-repeat center center;
        background-size: contain;
    }
    .vivi-sliderbox2 .vivi-list2 .item {
        position: relative;
        display: block;
        padding: 5vw 5vw 0 5vw;
    }
    .vivi-sliderbox2 .vivi-list2 .item .textBox {
        font-size: 4vw;
        line-height: 6vw;
        padding: 2vw 5vw 0 5vw;
    }
    .vivi-sliderbox2 .vivi-list2 .item .imgBox {
        width: calc(100% - 30vw);
        left: 15vw;
        box-shadow: 1vw 1vw 1vw rgba(0,0,0,0.3);
    }
    .vivi-sliderbox2 .vivi-list2 .item .imgBox img {
    }
    .dot-btn-list-vivi2 {
        position: absolute;
        bottom: 10vw;
    }
}

.stage-ig {
}
.ig-sliderbox {
    position: relative;
    display: block;
    width: 70%;
    padding: 2vw 10% 2vw 10%;
    margin: 15vw 0 10vw 0;
}
.ig-sliderbox .ig-list {
    position: relative;
    display: block;
    width:100%;
}
.ig-sliderbox .ig-list .item {
    position: relative;
    display: block;
    padding: 2vw;
}
.ig-sliderbox .ig-list .item .igBox {
    position: relative;
    display: block;
    width: 85%;
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
}
.ig-sliderbox .ig-list .item .igBox::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0.4vw;
    top:0.4vw;
    border:1px solid #2D2D2D;
}
.ig-sliderbox .ig-list .item .igBox .ig-img {
    position: relative;
    display: block;
    width: 100%;
    height: calc(21.5vw + 163px);
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
}
.ig-sliderbox .ig-list .item .igBox .ig-img iframe {
    min-width: inherit!important;
    max-width: inherit!important;
    height: 100%;
}
@media screen and (max-width: 1000px) {
    .stage-ig {
        margin-top: 30vw;
        padding-bottom: 10vw;
    }
    .ig-sliderbox {
        width: 100%;
        padding: 2vw 0 0vw 0;
        margin: 10vw 0 0vw 0;
    }
    .ig-sliderbox::after {
        height: calc(100% + 10vw);
    }
    .ig-sliderbox .ig-list .item {
        position: relative;
        display: block;
        padding: 6vw 8vw 6vw 8vw;
    }
    .dot-btn-list-ig {
        margin-top: 0vw;
        padding-bottom: 8vw;
    }
    .ig-sliderbox .ig-list .item .igBox {
        width: 80%;
        left: 10%;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-img {
        height: calc(55vw + 163px);
    }
}



/* 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;
}


ul.slick-dots li,ul.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius:50%;
    margin: 0 8px 0 8px;
    padding: 0;
    cursor: pointer;
    box-sizing: content-box;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border:0px solid #fff;
    border-radius:50%;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    background: rgba(200,200,200,1);
}

.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: #000;
}

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;
}*/