@charset "utf-8";  

	/*  ckEditor 에서 본문에 동영상을 embed video 할 경우에 반응형으로 사이즈 조절되도록   */
	/*  외부에서 <div> 로   동영상 플레이어가 들어있는 iFrame을 감싸고 그것을 제어한다. */ 
	.cls_RSPV_videowrapper {
	    position: relative;
	    padding-bottom: 56.25%;       /* 16:9 비율인 경우 */
	    /*padding-bottom: 75%; */      /*   4:3 비율인 경우 */
	    padding-top: 25px;
	    height: 0;
	}
	
	.cls_RSPV_videowrapper iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}    
	
	
	
	
	
/* mobile ----------------------------------------------------------------------------------------------------------------- */

/* 방송활동의 프로그램 목록을 위해 만든 css   */
@media all and (max-width:767px){

	.hidethis {display:none;}
	
	.shortenthis { min-height: 5px !important	}


   .makehTerm1 { margin-bottom: 80px } 


}	
	
	
}



