﻿/*光泉活動*/

.kc-event-box {
    background: url(../Images/event/bk.jpg) no-repeat;
    /* background-color: #0093E9; */
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
}


.kc-event-item {
    background: #fff;
    box-shadow: 0 24px 10px -20px rgba(0, 0, 0, 0.5);
    margin: 20px 0px 30px 0px;
}

    .kc-event-item:hover {
        box-shadow: 0 0 15px #999393;
        margin-top: 15px;
    }


.kc-event-box h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #123456;
}

.card-body {
    background: #fff;
}


.kc-event-box .card:hover h1 {
    color: #b42020;
}

.kc-event-box .card:hover {
    border: 2px #573317 solid;
}

.card {
    background: none;
    box-shadow: 0 24px 10px -20px rgba(0, 0, 0, 0.5);
}


/*中版面設定================================================================*/
@media only screen and (min-width: 321px) and (max-width: 767px) {

    .kc-event-box {
        background: #fff;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-size: cover;
        background-position: center bottom;
    }


        .kc-event-box h1 {
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
            color: #123456;
        }

    .card-body {
        padding: 4px 0px 4px 0px;
    }
}
