#event-top {
    background-image: url("../img/pub_event/event-kv@2x.jpg");
    background-position: top center;
    width: 100%;
    background-size: cover;
    height: 330px;
    max-width: 2000px;
    margin: 0 auto;
}


#event-section {
    width: 100%;
    padding-top: 80px;
    background-color: #ffffff;
}

.event-content {
    border: 4px solid #D3B98F;
    background-color: #ffffff;
    padding:20px;
    border-radius: 30px;
}

.event-title {
    font-size: 47px;
    line-height: 60px;
    color: #D3B98F;
    vertical-align: top;
}

.event-date {

    font-size: 22px;
    line-height: 30px;
    color:#D3B98F;
}

.padd-r-line-2 {
    border-right: 2px solid #D3B98F;
    height: 100%;
} 

.act-title {

    font-size: 22px;
    line-height: 30px;
    color:#D3B98F;
}

.event-text {

    font-size: 22px;
    line-height: 30px;
    padding-top:22px;
    padding-bottom: 22px;
    color:#000000;
}

.act-text {

    font-size: 22px;
    line-height: 30px;
    padding-top:20px;
    color:#000000;
}

.act-date {

    font-size: 22px;
    line-height: 30px;
    padding-top:20px;
    padding-bottom: 10px;
    color:#000000;
}

#act-section {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #D3B98F33;
    max-width: 2000px;
    margin: 0 auto;
}

.act-btn {

    font-size: 20px;
    line-height: 30px;
    padding-top:20px;
}

.act-btn a {
    color: #0093FF;
}

.act-btn a:hover {
    opacity: .7;
}

.padd-b-28 {
    padding-bottom: 28px;
}

@media (max-width: 820px) { 
    #event-top {
        background-image: url("../img/pub_event/event-kv-m@2x.jpg");
        height: 300px;
    }

    .event-title {
        font-size: 34px;
    line-height: 30px;
    margin-bottom: 30px;
    }

    #event-section {
        padding-top:40px;
    }

 
    .act-title, .event-date {
        font-size: 17px;
        line-height: 27px;
    }

    .event-text {
        font-size: 17px;
        line-height: 27px;
    }

    .event-text  {
        padding-top: 0;
        padding-bottom: 0;
    }

    #act-section {
        padding-top:40px;
        padding-bottom: 40px;
    }

    img.photo-btn {
        width: 23px;
    }

    .act-date {
        font-size: 17px;
        line-height: 27px;
        padding-top:0;
        padding-bottom: 0;
    }

    .act-text {
        font-size: 18px;
        line-height: 22px;
        padding-top: 3px;
    }

    .act-btn {
        font-size: 18px;
        line-height: 24px;
        padding-top: 5px;
        margin-top:0px;
    }

    .mg-t-30 {
        margin-top:30px;
    }

}

@media (max-width: 768px) { 
 
 

    
}

@media (max-width: 414px) { 
    #event-top {
        background-image: url("../img/pub_event/event-kv-m@2x.jpg");
        height: 152px;
    }

    .event-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .act-title, .event-date {
        font-size: 16px;
        line-height: 26px;
    }
    .act-text {
        font-size: 16px;
    }
}

@media (max-width: 375px) { 
    .act-title, .event-date {
        font-size: 15px;
        line-height: 25px;
    }
}