body{
	overflow: hidden !important;
}
input[type='text'],
input[type='number'],
textarea {
  // font-size: 16px;
}
body {
  // font-size: 16px;
}
input[type="text"]{
  font-size: inherit;
}

/*
 퀴즈 팝업 opacity 엷게 강제
 */
#on-air .oa-video .popup-quiz{
    background: rgba(0,0,0,.2) !important;
}