@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* 
 add: 2022.06.22 @leria95 -- 알로M 수식(qType=14)문제 폰트
*/
.vt-q-render-math {
	font-family: 'MJ_TeX', "NanumMyeongjo", "Open Sans", sans-serif;
	font-size: 10.4pt;  /* 10.4pt = 13.8666px = 0.8666rem (1rem=16px기준) */
	color: #000000;
	line-height: 185%;  /* default: 1.5 */
	
	max-width: 230.8pt;
	min-width: 230.8pt;
}
.vt-exp-render-math {
	font-family: 'MJ_TeX', "NanumMyeongjo", "Open Sans", sans-serif;
	
	font-size: 10.4pt; 	/* 본문과 동일 */
	color: #000000;
	line-height: 185%; /* default: 1.5 */
	
	max-width: 230.8pt;
	min-width: 230.8pt;
}
/* 보기 box */
.vt-q-render-math .mts-example::before, .vt-exp-render-math .mts-example::before {
	font-size: 1.166666667rem;	/* (before)0.8125 * 14 / 9.75 */
	font-weight: bold;
  	color: #305496;
}
/* 보기 */
.vt-q-render-math .vt-q-obj { font-size: 1.31614359rem; } /* (before)0.9166 * 14 / 9.75 */
/* 본문 안의 table */
.vt-q-div .vt-q-render-math table, .vt-q-div .vt-exp-render-math table { font-size: 1em; }
.vt-q-div .vt-q-render-math table>caption, .vt-q-div .vt-exp-render-math table>caption { font-size: 0.8em; }
/*
 * 시험지 영역 관련; 추후 반영 예정 
.vt-ex-question-info {
	width: 1.625rem !important;
	margin-right: 0.5rem !important;
}
.vt-ex-question-info-difficulty-num {
	display : none !important;
}
.vt-ex-question-info-num {
	font-size: 1.5rem !important;
	font-family: 'Bebas Neue', cursive !important;
}
*/