﻿

/*kv-搭配輪盤*/

.kv-bg {
    width: 100%;
    /* height: 650px; */
    height: 100%;
    background: url(../../../images/bg.png) 100% top / 100% no-repeat;
    display: flex;
    /* margin-bottom: 400px; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.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/bg-mb.png) center -50px no-repeat; */
        background: url(../../../images/bg-mb.png) 100% top no-repeat;
        background-size: 100%;
        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;
    }
}
