@charset "utf-8";

/* CSS Document */

.activity-comming {
    margin: 0;
    padding: 0;
}

.activity-comming .act-top {
    margin: 0;
    padding: 0;
    padding-bottom: 24px;
    text-align: center;
    font: 30px/60px 'Kanit', Arial, sans-serif;
    color: #104b0b;
}

.activity-comming .act-top span {
    color: #c70a08;
}

.activity-comming .act-mid {
    margin: 0;
    padding: 0;
    position: relative;
}

.activity-comming .act-mid .btn-left {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    left: -30px;
    z-index: 9;
}

.activity-comming .act-mid .act-block {
    /* width: 425px; */
    height: auto;
    padding: 22px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.activity-comming .cal {
    width: 83px;
    height: 83px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.activity-comming .cal .month {
    width: 83px;
    font: 20px/28px 'lineseed', Arial, sans-serif;
    color: #fff;
    text-align: center;
    background-color: #fa990e;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.activity-comming .cal .date {
    width: 83px;
    text-align: center;
    font: 28px/54px 'lineseed', Arial, sans-serif;
}

.activity-comming .cal-detail {
    height: 84px;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    margin-left: 28px;
}

.activity-comming .cal-detail a {
    color: #1a0e0e;
}

.activity-comming .cal-detail a:hover {
    color: #0067c6;
}

.activity-comming .act-mid .btn-right {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    right: -20px;
    z-index: 9;
}

.activity-comming .act-bottom {
    margin-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 991px) {
    .activity-comming .act-top {
        padding-bottom: 0;
    }
    .activity-comming .act-mid .act-block {
        /* width: 307px; */
    }
    .activity-comming .cal-detail {
        margin-left: 10px;
    }
}

@media (max-width: 374px) {
    ...
}

@media (min-width: 375px) and (max-width: 419px) {
    ...
}

@media (min-width: 420px) and (max-width: 575px) {
    .activity-comming .act-mid .btn-left {
        top: 46px;
    }
    .activity-comming .act-mid .btn-right {
        top: 46px;
    }
    .activity-comming .act-mid .act-block {
        padding: 12px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .activity-comming {}
}

@media (min-width: 768px) and (max-width: 991px) {
    .activity-comming {
        margin-top: 51px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .activity-comming {
        margin-top: 35px;
    }
}