@charset "utf-8";
/* --------------------------------------------------
event.css
-------------------------------------------------- */

/*
REPORT
-------------------------------------------------- */
/*
span_4
-------------------- */
@media ( max-width: 1000px ) {
    .reportSec .span_4 {
        width: 32.0%;
        margin-left:2%;
    }
    .reportSec .span_4:first-child,
    .reportSec .span_4:nth-child(4){
        margin-left:0;
    }
}

@media ( max-width: 400px ) {
    .reportSec .span_4 {
        width: 49%;
        margin-left:0;
    }

    .reportSec .span_4:nth-child(odd) {
        margin-right:2%;
    }
}

/*
youtube
-------------------- */
.youtubeBox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtubeBox video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* .youtubeBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
} */
