/* 시험신청 화면 ===========================*/
.exam_btn01							{display:inline-block;cursor:pointer; padding:15px 25px;font-size:1.3rem;font-weight:500;min-width:120px;margin:0 25px; background:#006AB6; color:#fff;}
.exam_btn02							{display:inline-block;cursor:pointer; padding:15px 25px;font-size:1.3rem;font-weight:500;min-width:120px;margin:0 25px; background:#0D96B8; color:#fff;}


/* 시험의뢰 뷰화면======================*/
.exam_radio_width					{float:left;width:13%;}
.exam_memo					{border:1px solid #BBBBBB; padding:10px; }


/*시험의뢰 완료화면=============================*/
.exam_finishbox			{background-color:#f3f3f4;padding:20px 30px;margin:0 0 15px 0;}




/* 마이페이지 신청내역============================*/
.responsive_table_wrap				{width:100%;overflow:hidden;}
.responsive_table_wrap strong,
.responsive_table_wrap b			{font-weight:500;}
.responsive_mobileinfo				{display:none;}


/* screen 1024 */
@media screen and (max-width:1024px) {
	
	.responsive_mobileinfo				{display:block; border-right:1px solid #fff !important;}

	.responsive_table_wrap				{border-top:2px solid #333;}
	.responsive_table, 
	.responsive_table thead, 
	.responsive_table tbody, 
	.responsive_table th, 
	.responsive_table td, 
	.responsive_table tr				{display: block; overflow:hidden; text-align:left;}

	.responsive_table thead tr			{position: absolute;top: -9999px; left: -9999px; }
	.responsive_table .rs_hidden		{display:none;}

}

