@charset "utf-8";

/* 최근최의록 */
.mntsLatelyList .board_list table .b_num { width:7%; }
.mntsLatelyList .board_list table .b_hoegi { width:13%; }
.mntsLatelyList .board_list table .b_chasu { width:12%; }
.mntsLatelyList .board_list table .b_subject { width:auto; }
.mntsLatelyList .board_list table .b_date { width:18%; }


@media (min-width:769px) and (max-width:1024px){
	.mntsLatelyList .board_list table .b_num { width:7%; }
	.mntsLatelyList .board_list table .b_hoegi { width:14%; }
	.mntsLatelyList .board_list table .b_chasu { width:12%; }
	.mntsLatelyList .board_list table .b_subject { width:auto; }
	.mntsLatelyList .board_list table .b_date { width:18%; }
}



@media (max-width:768px){	
	.mntsLatelyList .board_list table .b_num { width:0%; display:none; }
	.mntsLatelyList .board_list table .b_hoegi { width:auto; }
	.mntsLatelyList .board_list table .b_chasu { width:auto;  background:none;}
	.mntsLatelyList .board_list table .b_subject { width:100%; font-size:120%; padding:0 0 0 10px; box-sizing:border-box; background:none; }
	.mntsLatelyList .board_list table .b_date { width:auto; background:none; }	
	
}

/* 폼 사이즈 관련 */
@media (max-width:768px){	
	.minutescontent .select_normal { width:100%; box-sizing:border-box; }
	.minutescontent .text_200 { width:100%; box-sizing:border-box; }
	.minutescontent .text_150 { width:calc(50% - 50px); }
}