@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 {
    display: block;
    width: 100%;
    height: 100%;
}
.video-muted-btn {
    position: absolute;
    display: block;
    right: 2vw;
    top: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: 177vw;
    }
    .kv-block {
        width: 100%;
        height: 177vw;
    }
    .kv-box .kv-video-box video {
        /*background: url(../video/kv-mobile.jpg) no-repeat center center;
        background-size: cover;*/
    }
    .video-muted-btn {
        top:10vw;
    }
}
.stage-container {
    position: relative;
    display: block;
    width: 100%;
    background: url(../images/main_bg_pc.jpg) no-repeat center top;
    background-size:cover;
    z-index: 2;
}
.stage-container::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1rem;
    top:-0.8rem;
    background: rgb(231,237,235);
    background: linear-gradient(0deg, rgba(231,237,235,1) 0%, rgba(231,237,235,0) 100%);
}
@media screen and (max-width: 1000px) {
    .stage-container {
        background: url(../images/main_bg_m.jpg) no-repeat center top;
        background-size:cover;
    }
}
.stagebox {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stage-intro {
}
.stage-intro .intro-textbox {
    position: relative;
    display: block;
    width: 100%;
    height: 28.65vw;
}
.stage-intro .intro-text1,
.stage-intro .intro-text2,
.stage-intro .intro-text3,
.stage-intro .intro-text4,
.stage-intro .intro-text5,
.stage-intro .intro-text6{
    position: absolute;
    display: block;
    width: 100%;
    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: 15vw;
}
@media screen and (max-width: 1000px) {
    .stage-intro {
    }
    .stage-intro .intro-textbox {
        width: 100%;
        height: 42.975vw;
        left: 0%;
    }
    .stage-intro .intro-line1 {
        height: 15vw;
    }
    .stage-intro .intro-line2 {
        height: 10vw;
    }
}
.stage-title {
    position: relative;
    display: block;
}
.stage-bellaStar .stage-title {
    width: 22%;
}
.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: 90%;
    padding: 0 0 0 0;
}
.stage-bellaStar .bellaStar-content .imgBox {
    position: relative;
    display: block;
    width: 50%;
    z-index: 1;
}
.stage-bellaStar .bellaStar-content .textBox {
    position: relative;
    display: block;
    width: 50%;
    left: -5%;
    margin-top:10vw;
    padding: 3vw 4% 3vw 8%;
}
.stage-bellaStar .bellaStar-content .textBox::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    border:1px solid #2D2D2D;
}
.stage-bellaStar .bellaStar-content .textBox::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    border:1px solid #2D2D2D;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.stage-bellaStar .bellaStar-content .textBox h1 {
    font-weight: bold;
    font-size: 2.2vw;
    line-height: 2.2vw;
    color: #231815;
}
.stage-bellaStar .bellaStar-content .textBox h2 {
    font-weight: bold;
    font-size: 1.6vw;
    line-height: 2.5vw;
    margin-top: 2.5vw;
    color: #231815;
    text-align: left;
}
.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: 13.95vw;
    right: 0;
    bottom: -3vw;
    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: 190vw;
    }
    .stage-bellaStar .stage-title {
        width: 50%;
    }
    .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: 95%;
        padding: 5vw 0 7vw 0;
    }
    .stage-bellaStar .bellaStar-content .imgBox {
        width: 80%;
        left: 8%;
    }
    .stage-bellaStar .bellaStar-content .textBox {
        width: 90%;
        padding: 25vw 5vw 12vw 5vw;
        text-align: center;
        left: 5%;
        margin: -20vw 0 0 0;
    }
    .stage-bellaStar .bellaStar-content .textBox h1 {
        font-size: 6vw;
        line-height: 6vw;
    }
    .stage-bellaStar .bellaStar-content .textBox h2 {
        font-size: 4vw;
        line-height: 6vw;
        margin-top: 7vw;
        text-align: center;
    }
    .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: 30%;
        bottom: -7vw;
    }
}
.stage-viviland {
}
.stage-viviland .stage-title {
    width: 57vw;
    margin-top: 12vw;   
}
.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 {
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
    z-index: 2;
}
.vivi-sliderbox1 .vivi-list1 .item .pic::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
}
.vivi-sliderbox1 .vivi-list1 .item.item1 .pic::before {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.vivi-sliderbox1 .vivi-list1 .item.item2 .pic::before {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
.vivi-sliderbox1 .vivi-list1 .item.item3 .pic::before {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.vivi-sliderbox1 .vivi-list1 .item.item4 .pic::before {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.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:35vw;
    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:35vw;
    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;
    }
    .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: 90vw;
        margin-top: 10vw;
    }
    .starbg.starbg2 {
        top: 10vw;
    }
    .vivi-sliderbox1 {
        width: 100vw;
        height: 122vw;
        left: 0;
        margin-top: -10vw;
    }
    .vivi-sliderbox1 .vivi-list1 .slick-slide .item{
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .vivi-sliderbox1 .vivi-list1 .slick-slide.slick-center .item {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .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: 8vw 0 0 0;
}
.vivi-sliderbox2::before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: calc(100% + 5vw);
    left: 5%;
    top: 0;
    border:1px solid #2d2d2d;
    pointer-events: none;
}
.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;
}
.vivi-sliderbox2 .vivi-list2 .item .imgBox::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
}
.vivi-sliderbox2 .vivi-list2 .item.item1 .imgBox::before {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.vivi-sliderbox2 .vivi-list2 .item.item2 .imgBox::before {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
.vivi-sliderbox2 .vivi-list2 .item.item3 .imgBox::before {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.vivi-sliderbox2 .vivi-list2 .item.item4 .imgBox::before {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.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);
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
    overflow: hidden;
}
.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: 0vw;
    margin-bottom: 13vw;
}
@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: 14vw 0 3vw 0;
    }
    .vivi-sliderbox2::before {
        height: calc(100% + 10vw);
    }
    .vivi-sliderbox2 .vivi-list2 .item {
        position: relative;
        display: block;
        padding: 5vw;
    }
    .vivi-sliderbox2 .vivi-list2 .item .textBox {
        font-size: 5vw;
        line-height: 7vw;
        padding: 2vw 5vw 0 5vw;
    }
    .vivi-sliderbox2 .vivi-list2 .item .imgBox {
        width: calc(100% - 20vw);
        left: 10vw;
    }
    .dot-btn-list-vivi2 {
        margin-top: -5vw;
        margin-bottom: 0;
    }
}

.stage-ig {
}
.ig-sliderbox {
    position: relative;
    display: block;
    width: 100%;
    padding: 2vw 10% 2vw 10%;
    margin: 5vw 0 5vw 0;
}
.ig-sliderbox::before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 100%;
    left: 5%;
    top: 0;
    border:1px solid #2d2d2d;
    pointer-events: none;
}
.ig-sliderbox::after {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 100%;
    left: 5%;
    top: 0;
    border:1px solid #2d2d2d;
    pointer-events: none;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.ig-sliderbox-border-top {
    position: absolute;
    display: block;
    width: 5%;
    height: 25%;
    top:0;
    left: calc(50% - 40vw);
    border-left: 1px solid #fff;
    border-top:1px solid #fff;
}
.ig-sliderbox-border-top::before {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 10%;
    left: -0.5vw;
    top:-0.5vw;
    border-left: 1px solid #fff;
    border-top:1px solid #fff;
}
.ig-sliderbox-border-bottom {
    position: absolute;
    display: block;
    width: 5%;
    height: 25%;
    bottom: 0;
    right: calc(50% - 40vw);
    border-right: 1px solid #000;
    border-bottom:1px solid #000;
}
.ig-sliderbox-border-bottom::before {
    content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 10%;
    right: -0.5vw;
    bottom:-0.5vw;
    border-right: 1px solid #000;
    border-bottom:1px solid #000;
}
.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: 100%;
    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%;
    left: 0;
    top: :0;
    background: #fff;
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.3);
}
.ig-sliderbox .ig-list .item.item1 .igBox::before {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
}
.ig-sliderbox .ig-list .item.item2 .igBox::before {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}
.ig-sliderbox .ig-list .item.item3 .igBox::before {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.ig-sliderbox .ig-list .item .igBox .ig-img {
    position: relative;
    display: block;
    width: 100%;
    height: calc(28vw + 163px);
}
.ig-sliderbox .ig-list .item .igBox .ig-img iframe {
    min-width: inherit!important;
    max-width: inherit!important;
    height: 100%;
}
.ig-sliderbox .ig-list .item .igBox .ig-bordr-top,
.ig-sliderbox .ig-list .item .igBox .ig-bordr-bottom{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    box-sizing: border-box;
}
.ig-sliderbox .ig-list .item .igBox .ig-bordr-top::before {
    content: "";
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    left: -6px;
    top: -6px;  
    box-sizing: border-box;
}
.ig-sliderbox .ig-list .item .igBox .ig-bordr-top::after {
    content: "";
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    right: -4px;
    top: -6px;
    box-sizing: border-box;
}
.ig-sliderbox .ig-list .item .igBox .ig-bordr-bottom::before {
    content: "";
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    left: -6px;
    bottom: -6px;  
    box-sizing: border-box;
}
.ig-sliderbox .ig-list .item .igBox .ig-bordr-bottom::after {
    content: "";
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    right: -4px;
    bottom: -6px;
    box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
    .stage-ig {
        margin-top: 18vw;
        padding-bottom: 10vw;
    }
    .ig-sliderbox {
        padding: 2vw 0 0vw 0;
        margin: 10vw 0 0vw 0;
    }
    .ig-sliderbox::before {
        height: calc(100% + 10vw);
    }
    .ig-sliderbox::after {
        height: calc(100% + 10vw);
    }
    .ig-sliderbox .ig-list .item {
        position: relative;
        display: block;
        padding: 6vw 8vw 6vw 8vw;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-bordr-top::before {
        width: 15vw;
        height: 15vw;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-bordr-top::after {
        width: 15vw;
        height: 15vw;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-bordr-bottom::before {
        width: 15vw;
        height: 15vw;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-bordr-bottom::after {
        width: 15vw;
        height: 15vw;
    }
    .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);
    }
    .ig-sliderbox-border-top {
        width: 15vw;
    }
    .ig-sliderbox-border-top::before {
        top:-1vw;
        left: -1vw;
    }
    .ig-sliderbox-border-bottom {
        width: 15vw;
    }
    .ig-sliderbox-border-bottom::before {
        bottom:-1vw;
        right: -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;*/
    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:2px solid #000;
    border-radius:50%;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    background: rgba(0,0,0,0);
}

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