@charset "UTF-8";

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

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

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.wrap {
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ffe577;
    background: url(../images/bg.jpg) repeat-y top center;
    background-size: cover;
}
.wrap .preload {
    display: none;
}
.wrap a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.wrap .imgBtn .p1 {
    position: relative;
    display: block;
}
.wrap .imgBtn .p2 {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    opacity: 0;
}
.wrap .imgBtn:hover .p2 {
    opacity: 1;
}
.wrap .footerBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 3vw 0 3vw 0;
}
.wrap .footerBox::before {
    content: "";
    position: absolute;
    display: block;
    width: 70%;
    height: 1px;
    background: #000;
    left: 15%;
    top:0;
}
.wrap .footerBox .socialmedia {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.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;
    margin: 15px 0 0 0;
}

.pageBox {
    position: relative;
    display: block;
    width: 100%;
    
}
.pageBox.kvBox {
    height: 43vw;
}
.kvBox .kv-pic1 {
    position: absolute;
    display: block;
    width: 70vw;
    top:2vw;
    left: 10vw;
}
.kvBox .kv-pic2 {
    position: absolute;
    display: block;
    width: 60vw;
    top:2vw;
    left: 2vw;
}
.kvBox .kv-pic3 {
    position: absolute;
    display: block;
    width: 20vw;
    top:15vw;
    left: 80vw;
}
.kvBox .kv-logo {
    position: absolute;
    display: block;
    width: 15vw;
    top:8vw;
    left: 50vw;
}
.kvBox .kv-title {
    position: absolute;
    width: 40vw;
    top:17vw;
    left: 45vw;
}
@media screen and (max-width: 800px) {
    .pageBox.kvBox {
        height: 50vw;
    }
    .kvBox .kv-pic1 {
        width: 80vw;
        top:2vw;
        left: 5vw;
    }
    .kvBox .kv-pic2 {
        width: 60vw;
        top:2vw;
        left: 2vw;
    }
    .kvBox .kv-logo {
        width: 20vw;
        top:1vw;
        left: 50vw;
    }
    .kvBox .kv-title {
        width: 48vw;
        top:13vw;
        left: 45vw;
    }
}
.pageBox.videoBox {
    height: 50vw;
}
.videoBox .video-bg {
    position: absolute;
    display: block;
    width: 60vw;
    left: 20vw;
    top:0;
}
.videoBox .video-title {
    position: absolute;
    display: block;
    width: 27vw;
    left: 68vw;
    top:-8vw;
}
.videoBox .video-content {
    position: absolute;
    display: block;
    width: 56.5vw;
    height: 30.8vw;
    left: 21.7vw;
    top:1.8vw;
}
@media screen and (max-width: 800px) {
    .pageBox.videoBox {
        height: 70vw;
    }
    .videoBox .video-bg {
        width: 80vw;
        left: 10vw;
    }
    .videoBox .video-title {
        width: 33vw;
        left: 61vw;
        top:-14vw;
    }
    .videoBox .video-content {
        width: 75.5vw;
        height: 41.3vw;
        left: 12.2vw;
        top:2vw;
    }
}
.pageBox.articleBox {
    height: calc(30vw + 280px);
}
.article-pic1{
    position: absolute;
    display: block;
    width: 18vw;
    left: 5vw;
    top:-12vw;
}
.article-title{
    position: absolute;
    display: block;
    width: 50vw;
    left: 30vw;
    top:0;
}
.article-mainbox {
    position: absolute;
    display: block;
    width: 60vw;
    left: 20vw;
    font-size: 0;
    top: 13vw;
}
.article-class {
    position: relative;
    display: inline-block;
    width: calc(100% / 3 - 2vw);
    margin: 0 1vw 0 1vw;
    vertical-align: top;
}
.article-class-name {
    position: relative;
    display: block;
    width: 40%;
    left: 30%;
}
.article-class-shadow {
    position: absolute;
    display: block;
    width: 100%;
    height: 9.7vw;
    margin: 5px 0 0 5px;
    background: rgba(0,0,0,0.2);
}
.article-content-clip {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.article-content-slide {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
}
.article-content-slide li {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.article-content-img {
    position: relative;
    display: block;
    width: 100%;
    border: 3px solid #000;
}
.article-content-title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin: 15px 0 10px 0;
}
.article-content-dot {
    position: relative;
    display: block;
    width: 30%;
    left: 35%;
}
.article-content-text {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 15px 0 10px 0;
    white-space: normal;
}
.listBtnBox {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 2vw 0 0 0;
}
.listBtnBox .arrow-btn {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 39px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 5px 0 5px;
}
.listBtnBox li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: #ff6283;
    border-radius: 50%;
    margin: 0 5px 0 5px;
}
.listBtnBox li.current {
    background: #fff;
}
@media screen and (max-width: 1000px) {
    .article-mainbox {
        width: 90vw;
        left: 5vw;
    }
}
@media screen and (max-width: 800px) {
    .pageBox.articleBox {
        height: auto;
    }
    .article-title{
        position: relative;
        width: 90vw;
        left: 15vw;
    }
    .article-pic1{
        width: 25vw;
        left: 0vw;
        top:2vw;
    }
    .article-mainbox {
        position: relative;
        width: 90%;
        left: 5%;
        top: auto;
        margin: 2vw 0 0 0;
    }
    .article-class {
        width: 100%;
        margin: 0 0 5vw 0;
    }
    .article-class-name {
        width: 30%;
        left: 35%;
    }
    .article-class-shadow {
        height: 46.5vw;
    }
    .article-content-dot {
        width: 20%;
        left: 40%;
    }
    .article-content-text {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0 10px 0;
    }
}

.pageBox.gameBox {
    height: 45vw;
}
.game-title{
    position: absolute;
    display: block;
    width: 50vw;
    left: 25vw;
    top:0;
}
.game-step-box {
    position: absolute;
    display: block;
    width: 66vw;
    left: 17vw;
    top:8vw;
    opacity: 0;
    pointer-events: none;
}
.game-step-box.expand {
    opacity: 1;
    pointer-events: auto;
}
.game-bg {
    position: relative;
    display: block;
    width: 100%;
}
.game-bg img:nth-child(1) {
    display: block;
}
.game-bg img:nth-child(2) {
    display: none;
}
.game-step1-title {
    position: absolute;
    display: block;
    width: 40%;
    left: 30%;
    top:8%;
}
.game-step1-pic1 {
    position: absolute;
    display: block;
    width: 54%;
    top:25%;
    left: 23%;
}
.game-step1-pic2 {
    position: absolute;
    display: block;
    width: 18%;
    right:1%;
    bottom: -4.5%;
}
.rulebtn {
    position: absolute;
    display: block;
    width: 18%;
    top:70%;
    cursor: pointer;
    left: 50%;
    margin: 0 0 0 -19%;
}
.playbtn {
    position: absolute;
    display: block;
    width: 18%;
    top:70%;
    cursor: pointer;
    left: 50%;
    margin: 0 0 0 1%;
}
.awardbtn {
    position: absolute;
    display: block;
    width: 18%;
    top:70%;
    cursor: pointer;
    left: 50%;
    margin: 0 0 0 1%;
}
.game-step2-fblike {
    position: absolute;
    display: block;
    width: 270px;
    height: 100px;
    left: 50%;
    top:50%;
    margin: -90px 0 0 -135px;
}
.startbtn {
    position: absolute;
    display: block;
    width: 18%;
    top:70%;
    cursor: pointer;
    left: 50%;
    margin: 0 0 0 -9%;
}
.question-title {
    position: absolute;
    display: block;
    top:10%;
    width: 80%;
    left: 10%;
    text-align: center;
    font-size: 1.2vw;
    line-height: 2vw;
    color: white;
    text-shadow:
        0px 0px 5px #000,
       1px 1px 1px #000,
       -1px -1px 1px #000,  
        1px -1px 1px #000,
        -1px 1px 1px #000;
}
.question-box {
    position: absolute;
    display: flex;
    width: 90%;
    height: 60%;
    left: 5%;
    top:25%;
    background: #fff;
    border:3px solid #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.question-text {
    position: relative;
    display: block;
    width: 90%;
    text-align: center;
    font-size: 1.2vw;
    line-height: 2vw;
    color:#000;
    margin:10px 0 10px 0;
}
.answerbox {
    position: relative;
    display: block;
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
}
.answerbox li {
    position: relative;
    display: list-item;
    font-size: 1.2vw;
    line-height: 2vw;
    margin: 10px 0 10px 0;
    cursor: pointer;
}
.answerbox li:hover {
    color:#ff6283;
}
.answer-title {
    position: absolute;
    display: block;
    top:10%;
    width: 60%;
    left: 35%;
    text-align: center;
    font-size: 1.2vw;
    line-height: 2vw;
    color: white;
    text-shadow:
        0px 0px 5px #000,
       1px 1px 1px #000,
       -1px -1px 1px #000,  
        1px -1px 1px #000,
        -1px 1px 1px #000;
}
.answer-content {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.answer-content li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.answer-content li.expand {
    display: block;
}
.answer3-pic1 {
    position: absolute;
    display: block;
    width: 33%;
    bottom: 2%;
    left: 2%;
}
.answer3-pic2 {
    position: absolute;
    display: block;
    width: 16%;
    left: 25%;
    top:20%;
}
.answer3-pic3 {
    position: absolute;
    display: block;
    width: 17%;
    right: -5%;
    bottom: 17%;
}
.answer-text {
    position: absolute;
    display: flex;
    width: 65%;
    height: 55%;
    left: 30%;
    top:20%;
    background: #fff;
    border:3px solid #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.answer-name {
    position: relative;
    display: block;
    width: 50%;
    margin: 1vw 0 1vw 0;
}
.answer-text p {
    position: relative;
    display: block;
    font-size: 1vw;
    line-height: 1.8vw;
    width: 80%;
}
.replaybtn {
    position: absolute;
    display: block;
    width: 18%;
    top:80%;
    cursor: pointer;
    left: 50%;
    margin: 0 0 0 -5%;
}
.sharebtn {
    position: absolute;
    display: block;
    width: 18%;
    top:80%;
    cursor: pointer;
    left: 50%;
    margin: 0 0 0 15%;
}
.answer2-pic1 {
    position: absolute;
    display: block;
    width: 27%;
    bottom: 2%;
    left: 5%;
}
.answer2-pic2 {
    position: absolute;
    display: block;
    width: 13%;
    right: 1%;
    bottom:-0.5%;
}
.answer2 p {
    width: 70%;
}
.answer1-pic1 {
    position: absolute;
    display: block;
    width: 33%;
    bottom: 2%;
    left: 5%;
}
.answer1-pic2 {
    position: absolute;
    display: block;
    width: 15%;
    right: 2%;
    bottom:5%;
}
.answer1 p {
    width: 60%;
}
.sendBtn {
    position: absolute;
    display: block;
    width: 12vw;
    left: 50%;
    bottom:4vw;
    cursor: pointer;
    background: none;
    border: 0;
    margin: 0 0 0 -6vw;
    padding: 0;
}
.formList {
    position: absolute;
    display: block;
    width: 50%;
    left: 25%;
    top:8vw;
}
.formList li {
    position: relative;
    display: block;
    width: 100%;
    height: 3vw;
    margin: 0 0 1vw 0;
}
.formList li input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1vw;
    line-height: 2vw;
    border: 2px solid #000;
    border-radius: 1vw;
    padding: 0 1vw 0 1vw;
}
@media screen and (max-width: 1000px) {
    .pageBox.gameBox {
        height: 55vw;
        margin: 5vw 0 0 0;
    }
    .game-step-box {
        position: absolute;
        display: block;
        width: 86vw;
        left: 7vw;
        top:8vw;
        opacity: 0;
    }
}
@media screen and (max-width: 800px) {
    .pageBox.gameBox {
        height: 120vw;
        margin: 10vw 0 0 0;
    }
    .game-title{
        width: 90%;
        left: 7%;
    }
    .game-step-box {
        width: 90%;
        left: 5%;
        top:12vw;
    }
    .game-bg img:nth-child(1) {
        display: none;
    }
    .game-bg img:nth-child(2) {
        display: block;
    }
    .game-step1-title {
        width: 80%;
        left: 10%;
        top:15%;
    }
    .game-step1-pic1 {
        width: 90%;
        top:35%;
        left: 5%;
    }
    .game-step1-pic2 {
        width: 27%;
        right:1%;
        bottom: -3.5%;
    }
    .rulebtn {
        width: 35%;
        top:70%;
        left: 32.5%;
        margin: 0;
    }
    .playbtn {
        width: 35%;
        top:80%;
        left: 32.5%;
        margin: 0;
    }
    .awardbtn {
        width: 35%;
        top:80%;
        left: 32.5%;
        margin: 0;
    }
    .startbtn {
        width: 35%;
        top:70%;
        left: 32.5%;
        margin: 0;
    }
    .question-title {
        top:10%;
        width: 80%;
        left: 10%;
        font-size: 3vw;
        line-height: 4vw;
    }
    .question-text {
        font-size: 3vw;
        line-height: 4vw;
        margin:5vw 0 5vw 0;
    }
    .answerbox {
        width: 80%;
        left: 3%;
    }
    .answerbox li {
        font-size: 3vw;
        line-height: 4vw;
        margin: 10px 0 10px 0;
    }
    .answer-title {
        top:5%;
        width: 90%;
        left: 5%;
        font-size: 3vw;
        line-height: 4vw;
    }
    .answer3-pic1 {
        width: 53%;
        bottom: 1.3%;
        left: -4%;
    }
    .answer3-pic2 {
        width: 16%;
        left: 25%;
        top:12%;
    }
    .answer3-pic3 {
        width: 17%;
        right: 0%;
        bottom: 30%;
    }
    .answer-text {
        width: 65%;
        height: 55%;
        left: 30%;
        top:12%;
    }
    .answer-name {
        width: 70%;
        margin: 1vw 0 3vw 0;
    }
    .answer-text p {
        font-size: 2.5vw;
        line-height: 3.5vw;
        width: 90%;
    }
    .replaybtn {
        width: 35%;
        top:75%;
        left: 50%;
        margin: 0;
    }
    .sharebtn {
        width: 35%;
        top:85%;
        left: 50%;
        margin: 0;
    }
    .answer2-pic1 {
        position: absolute;
        display: block;
        width: 35%;
        bottom: 1.3%;
        left: 0%;
    }
    .answer2-pic2 {
        width: 20%;
        right: 1%;
        bottom:-0.5%;
    }
    .answer2 p {
        width: 90%;
        margin: 0 0 7vw 0;
    }
    .answer1-pic1 {
        width: 50%;
        bottom: 1.3%;
        left: 0%;
    }
    .answer1-pic2 {
        width: 25%;
        right: 2%;
        bottom:2%;
    }
    .answer1 p {
        width: 60%;
    }
    .sendBtn {
        width: 30vw;
        left: 50%;
        top:auto;
        bottom: 20vw;
        margin: 0 0 0 -15vw;
    }
    .formList {
        width: 70%;
        left: 15%;
        top:20vw;
    }
    .formList li {
        height: 6vw;
        margin: 0 0 3vw 0;
    }
    .formList li input {
        font-size: 2vw;
        line-height: 6vw;
    }
}
.pageBox.giftBox {
    height: auto;
    width: 80%;
    left: 10%;
    background: #fff;
    border: 3px solid #000;
    margin: 5vw 0 5vw 0;
}
.gift-title{
    position: relative;
    display: block;
    width: 50vw;
    left: 50%;
    margin: 0 0 0 -20vw;
    top:-5vw;
}
.giftList {
    position: relative;
    display: block;
    width: 70%;
    left: 15%;
    margin: 0 0 0 0;
    font-size: 0;
    text-align: center;
}
.giftList li {
    position: relative;
    display: inline-block;
    width: calc(100% / 4 - 1vw);
    margin: 0 0.5vw 60px 0.5vw;
}
.giftList li .giftimg {
    border:1px solid rgba(0,0,0,0.2);
    overflow: hidden;
}
.giftList li .giftname {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    top:100%;
}
.giftList li .giftname span {
    position: relative;
    display: block;
    padding: 5px 0 3px 0;
}
@media screen and (max-width: 800px) {
    .giftList {
        width: 90%;
        left: 5%;
        margin: 0 0 0 0;
    }
    .giftList li {
        width: calc(100% / 3 - 1vw);
        margin: 0 0.5vw 12vw 0.5vw;
    }
    .giftList li .giftname {
        font-size: 2vw;
        line-height: 2.5vw;
    }
    .giftList li .giftname span {
        padding: 1vw 0 0.5vw 0;
    }
}

.partnerList {
    position: relative;
    display: block;
    width: 60%;
    left: 20%;
    margin: 3vw 0 3vw 0;
    font-size: 0;
    text-align: center;
    line-height: 0;
}
.partnerList li {
    position: relative;
    display: inline-block;
    width: calc(100% / 8 - 1vw);
    margin: 0.5vw;
}
@media screen and (max-width: 800px) {
    .partnerList {
        width: 70%;
        left: 15%;
        margin: 5vw 0 0 0;
    }
    .partnerList li {
        position: relative;
        display: inline-block;
        width: calc(100% / 4 - 2vw);
        margin: 1vw;
    }
}
.wrap .ruleLightbox,
.wrap .winnerLightbox{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,0.7);
}
.wrap .ruleLightbox.expand,
.wrap .winnerLightbox.expand{
    display: block;
}
.wrap .ruleLightbox .rulebox,
.wrap .winnerLightbox .winnerbox{
    position: absolute;
    display: block;
    width: 60%;
    height: 70%;
    background: #fff;
    left: 20%;
    top:15%;
    border:2px solid #000;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.5);
}
.wrap .ruleLightbox .rulebox .closeBtn,
.wrap .winnerLightbox .winnerbox .closeBtn{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 0;
    top:-50px;
    cursor: pointer;
}
.wrap .ruleLightbox .rulebox .closeBtn::before,
.wrap .winnerLightbox .winnerbox .closeBtn::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    top:18px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wrap .ruleLightbox .rulebox .closeBtn::after,
.wrap .winnerLightbox .winnerbox .closeBtn::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    top:18px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wrap .ruleLightbox .rulebox .ruleContent,
.wrap .winnerLightbox .winnerbox .winnerContent{
    position: absolute;
    display: block;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    left: 0px;
    top:0px;
    overflow: hidden;
    overflow-y: auto;
}
.wrap .ruleLightbox .rulebox ul {
    position: relative;
    display: block;
    width: 95%;
    left: 2.5%;
    padding: 30px;
    border-top: 1px solid #888;
}
.wrap .ruleLightbox .rulebox ul li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 25px 0;
}
.wrap .ruleLightbox .rulebox ul li::before {
    content: "● ";
    position: absolute;
    display: block;
    left: -20px;
    top:0;
}
.ruleTitle {
    position: relative;
    display: block;
    width: 30%;
    left: 35%;
    margin: 3vw 0 3vw 0;
}
.rulePic1 {
    position: relative;
    display: block;
    width: 35%;
    left: 55%;
}
@media screen and (max-width: 1000px) {
    .wrap .ruleLightbox .rulebox,
    .wrap .winnerLightbox .winnerbox {
        width: 80%;
        height: calc(100% - 130px);
        left: 10%;
        top:70px;
    }
    .wrap .ruleLightbox .rulebox ul li {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 15px 0;
    }
}
.winnerContent ul {
    position: relative;
    display: block;
    width: 95%;
    left: 2.5%;
    padding: 30px;
    border-top: 1px solid #888;
}
.winnerContent ul li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.winnerContent ul li span {
    position: relative;
    display: inline-block;
    text-align: left
}
.winnerContent ul li span:nth-child(1) {
    width:330px; 
}
.winnerContent ul li span:nth-child(2) {
    width:50px; 
}
.winnerContent p {
    padding: 20px 0 10px 0;
    text-align: center;
    color:#888;
}

@media screen and (max-width: 650px) {
    .winnerContent ul li {
        font-size: 12px;
    }
    .winnerContent ul li span:nth-child(1) {
        width:100%;
        display: block;
        text-align: center;
    }
    .winnerContent ul li span:nth-child(2) {
        width:100%;
        display: block;
        text-align: center;
    }
    .winnerContent p {
        font-size: 12px;
    }
}

.listBtnBox li{cursor: pointer;}


/* Slider */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

ul.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    bottom:10%;