﻿

/*kv-搭配輪盤*/

.kv-bg{
    width: 100%;
    height: 650px;
    background: url(../../../images/KV-PC.png?=v2.0) bottom center no-repeat;
    display: flex;
    margin-bottom: 400px;
    padding-top: 380px;
}

.kv-bg .kv-center{
    text-align: center;
    margin: 0 auto;
    flex: 1.1;
    padding-top: 100px;
}

.kv-bg .kv-center > div{
    position: relative;
}

.kv-bg .kv-center img{
    margin-bottom: 10px;
}

.kv-bg .kv-center .act-rule{
    position: absolute;
    right: -165px;
    bottom: 0;
    z-index: 10;
}

.kv-bg .kv-left{
    text-align: right;
    flex: 1;
    transform:rotate(-2.5deg);
}

.kv-bg .kv-right{
    text-align: left;
    flex: 1;
}

.kv-bg .kv-left a,
.kv-bg .kv-right a{
    display: inline-block;
    width: 60%;
}

.kv-bg .kv-left img,
.kv-bg .kv-right img{
    width: 100%;
}

.kv-center-mb {
    display: none;
}

@media screen and (max-width: 736px) {
    .kv-bg {
        margin-bottom: 10px;
        background: url(../../../images/KV-MB.png?=v3.0) center -50px no-repeat;
        background-size: cover;
        align-items: center;
        height: 800px;
    }
    .kv-bg .kv-center{
        padding-top: 30px;
    }
/*    .kv-bg .kv-center > div{
        padding-top: 35px;
    }*/
    .kv-bg .kv-center .act-rule{
        right: 0;
        top: -5px;
        width: 150px;
        height: 30px;
    }
    .kv-bg .kv-center .act-rule img{
        width: 90%;
    }
    .kv-bg .kv-left,
    .kv-bg .kv-right {
        display: none;
    }
    .kv-center-pc{
        display: none;
    }
    .kv-center-mb {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}
