﻿

/*kv-搭配輪盤*/

.kv-bg{
    width: 100%;
    height: 650px;
    background: url(../images/KV-PC.png) bottom center no-repeat;
    display: flex;
    margin-bottom: 300px;
}

.kv-bg .kv-center{
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}

.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,
.kv-bg .kv-right{
    text-align: center;
    padding-top: 100px;
}

.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) bottom center no-repeat;
        align-items: center;
        padding: 20px 0;
        height: auto;
    }
    .kv-bg .kv-center{
        padding-top: 10px;
    }
/*    .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: 80%;
    }
    .kv-bg .kv-left,
    .kv-bg .kv-right {
        display: none;
    }
    .kv-center-pc{
        display: none;
    }
    .kv-center-mb {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
}
