@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,600,700,900&display=swap');
body{
    font-family: 'noto sans tc', Arial, Helvetica, sans-serif;
    background-image: url(img/KV.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    min-height: 100vh;
    padding-top: 53.4vw;
    box-sizing: border-box;
    padding-bottom: 10vw;
}
.howto{
    position: absolute;
    top: 3vw;
    right: 3vw;
    background-color: #71381a;
    border-radius: 50%;
    width: 14.5vw;
    height: 14.5vw;
    color: #fed201;
    font-size: 3.86vw;
    box-sizing: border-box;
    padding: 2vw;
    text-align: center;
    letter-spacing: .3vw;
    line-height: 1.3;
}
.page{
    display: none;
}
.page1{
    display: block;
}
#canvas{
    display: none;
}
.step{
    text-align: center;
    font-size: 3.86vw;
    color: #71381a;
    font-weight: bold;
}
.title{
    font-size: 5.9vw;
    color: #71381a;
    font-weight: bold;
    width: 80.6vw;
    margin: 3vw auto 5vw;
    line-height: 1.3;
    text-align: center;
}
.title span.red{
    color: #d6152b;
}
.notice{
    color: #d6152b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 81vw;
    font-size: 4.3vw;
    margin: auto;
    line-height: 1.3;
}
.notice img{
    width: 11vw;
}
.sample{
    width: 80vw;
    margin: 10vw auto;
    display: block;
}
.btn{
    width: 82.1vw;
    height: 17vw;
    background-color: #71381a;
    color: #fff;
    margin: auto;
    border-radius: 8.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.3vw;
    position: relative;
}
.btn img.ul{
    margin-right: 2vw;
    width: 7vw;
}
#upload{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.slick-list{
    padding: 0 15vw !important;
}
.slick-slide{
    text-align: center;
}
.card{
    width: 60vw !important;
    border-radius: 5vw;
    overflow: hidden;
    border: solid 1vw #d6d6d6;
    opacity: .7;
    box-sizing: border-box;
    position: relative;
}
.card img{
    width: 100%;
    /* border-radius: 5vw; */
}
.check{
    position: absolute;
    width: 10vw;
    height: 10vw;
    top: 2vw;
    left: 2vw;
    border-radius: 1vw;
    background-color: #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.check img{
    width: 6vw;
}
.slick-current .card{
    border-color:#d6152b;
    opacity: 1;
}
.slick-current .card .check{
    background-color: #d6152b;
}
.select_area{
    position: relative;
    margin-bottom: 10vw;
}
.prev,.next{
    position: absolute;
    top: calc(50% - 8vw);
    width: 16vw;
}
.prev img,.next img{
    width: 100%;
}
.prev{
    left: 1vw;
}
.next{
    right: 1vw;
}
.return{
    color:#71381a;
    font-size: 5.3vw;
    text-align: center;
    text-decoration: underline;
    margin: 8vw;
    /* font-weight: bold; */
}
.input_area{
    width: 88vw;
    margin: auto;
}
#input{
    width: 88vw;
    height: 17vw;
    box-sizing: border-box;
    border-radius: 2vw;
    border: solid 1px #71381a;
    background-color: #fed201;
    text-align: center;
    font-size: 6vw;
}
.limited{
    color: #d6152b;
    text-align: right;
    margin: 2vw 6vw;
}
.limited img{
    width: 3.5vw;
}
.display_title{
    color: #d6152b;
    text-align: center;
    font-size: 5.8vw;
    font-weight: bold;
}
.display_title img{
    margin: 0 1vw;
}
.display_area{
    width: 80vw;
    margin: 5vw auto 10vw;
    border-radius: 3vw;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.29);
    border: solid 2px #ffffff;
    position: relative;
}
.message{
    position: absolute;
    left: 0;
    color: #71381a;
    text-align: center;
    width: 100%;
}
.message.card1{
    top: 75%;
}
.message.card2{
    top: 79.5%;
}
.message.card3{
    top: 74%;
    color: #fff;
}
.finish{
    width: 6vw;
    margin-right: 2vw;
}
span.big{
    font-size: 7.2vw;
}
.once{
    font-size: 4.3vw;
    color: #d6152b;
    text-align: center;
    font-weight: bold;
    margin-top: -3vw;
    position: relative;
}
.line{
    position: absolute;
}
.leftLine{
    left: 9vw;
    bottom: 5vw;
    transform: rotate(50deg)
}
.rightLine{
    right: 10vw;
    bottom: 5vw;
    transform: rotate(-50deg)
}
.brick{
    background-color: #d6152b;
    height: 1vw;
    border-radius: 1vw;
}
.short{
    width: 10vw;
    margin-bottom: 1vw;
}
.leftLine .short{
    position: relative;
    left: 5vw;
}
.long{
    width: 15vw;
}
.result{
    width: 80vw;
    margin: 5vw auto 10vw;
    border-radius: 3vw;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.29);
    border: solid 2px #ffffff;
    transform: rotate(2deg);
}
.share{
    width: 5.4vw;
    margin-right: 2vw;
}
.guide{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #ffe87b;
    padding: 15vw 8vw;
    box-sizing: border-box;
    display: none;
}
.guide_title{
    font-size: 9.4vw;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5vw;
    color: #71381a;
}
.guide p{
    line-height: 1.7;
    font-size: 4.3vw;
}
.guide_subt{
    color: #d6152b;
    margin-top: 10vw;
    font-weight: 600;
    font-size: 5.3vw;
}
.guide ul{
    padding-left: 5vw;
}
.guide ul>li{
    list-style: decimal;
    margin-top: 1vw;
    line-height: 1.7;
    font-size: 4.3vw;
}
.prize{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5vw;
}
.prize_img{
    width:22vw;
}
.prize1{
    width: 15.7vw;
}
.prize2{
    width: 14.7vw
}
.prize3{
    width: 17.4vw;
}
.prize_name{
    font-size: 4.8vw;
    font-weight: 600;
    margin-bottom: 1.5vw;
}
.prize_disc{
    font-size: 3.86vw;
    line-height: 1.5;
}
.closeGuide, .closeAlert{
    position: absolute;
    z-index: 10;
    top: 5vw;
    right: 5vw;
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
    box-sizing: border-box;
    display: none;
}
.finish_alert{
    width: 70vw;
    height: 70vw;
    background-color: #fff;
    border-radius: 5vw;
    margin: 40vw auto;
    position: relative;
    text-align: center;
}
.closeAlert{
    top: 4vw;
    right: 4vw;
}
.alertText{
    font-size: 5.8vw;
    padding-top: 18vw;
    margin-bottom: 2vw;
    line-height: 1.35;
}
.alertRed{
    color: #d6152b;
    font-size: 3.86vw;
}
.alertBtn{
    background-color: #71381a;
    color: #fff;
    font-size: 5.3vw;
    width: 53.8vw;
    height: 16.9vw;
    border-radius: 8.5vw;
    margin: 7vw auto;
    line-height: 16.9vw;
}