/* 공통 */
#c4_wrap .c_inner {width: 1300px; margin:0 auto; position: relative; }
#c4_wrap .c_title h1 {font-size:60px; font-weight: 400; color:#fff; line-height: 90px; word-break: keep-all; font-family: 'BMDOHYEON';}
#c4_wrap .cont_p {font-size:18px; font-weight: 300; color:#fff; line-height: 36px; word-break: keep-all; }

/*Content CSS*/
#c4_wrap {position: relative; }
#c4_wrap .yt_wrap {width: 100%; position: relative; height: 700px ;}











@media screen and (max-width:1300px) {
    /* content */

}

@media screen and (max-width: 1024px) {
    /* content */
    #c4_wrap .yt_wrap {height: 400px;}



}

@media screen and (max-width: 640px) {
    /* content */
    #c4_wrap .yt_wrap { height: 0; padding-bottom: 56.25%;}
    #c4_wrap .yt_wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}


}

@media screen and (max-width: 480px) {
    /* 공통 */

}
