div.exam_body{
	display:inline-block;
	box-sizing:border-box;
	border-bottom:1px solid;
	width:100%;
	margin-top:30px;
}
div.exam_list_header{
/* gukja ½ÃÇè¸í ÇÏ´Ü ¶óÀÎ Á¦°Å*/
	_border-bottom:1px solid;
	text-align:center;
}
/* gukja ½ÃÇè È­¸é »ó´Ü ½ÃÇè¸í ¼öÁ¤ */
div.exam_list_header h2{
	display:inline-block;
    margin: 0px 0px 15px 0px;
    color: #555b61;
    font-size: 21px;
    font-weight: bold;

}
div.exam_list_header h3{
	display:inline-block;
	margin:5px;
	font-size:16px;
	font-weight:bold;
}
div.exam_list{
	/* height:500px; */
}
div.exam_list_left{
	float:left;
	border-right:1px solid;
	width:49.5%;
	height:100%;
}
div.exam_item{
	margin:10px 5px;
	clear:both;
}
div.exam_list_right{
	float:right;
	width:49.5%;
	height:100%;
}
div.exam_list:after{
	clear:both;
}

/* gukja ¹øÈ£ ¹®Á¦ ¿µ¿ª Ãß°¡ */
div.exam_question{
    font-size: 15px;
    font-weight: bold;
    color: #555b61;
}
/* gukja ¹øÈ£ ¿µ¿ª ¼öÁ¤ */
span.exam_no{
	_font-weight:bolder;
}
li.exam_answer{
	margin:8px 5px;
	list-style-type:none;
}
div.exam_no_select{
	border:1px solid #666;
	border-radius:50%;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	margin-right: 5px;
}
img.exam_answer{
	display:inline-block;
	vertical-align:middle;
}
input#exam_answer_select{
	margin:5px;
	width:70%;
	height:16px;
}
.selected_answer{
	background:#3a3a3a;
}
div.func-bt-area{
	position:fixed;
	text-align: center;
}
div.show-omr-bt{
    background: #ffbb8c;
    cursor:pointer;
    border-radius: 9px;
    padding: 3px 8px;
}
div.show-wr-bt{
	background:#6699f7;
    cursor:pointer;
    border-radius: 9px;
    padding: 3px 8px;
	margin-top:10px;
}
div.show-wr-bt a{
	text-decoration:none;
	color:#ffff;
}
.no-drag {
	-ms-user-select: none; 
	-moz-user-select: -moz-none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	user-select:none;
}
div.omr{
	padding: 6px 4px;
	text-align: center;
	border: 1px solid #d4d4d4;
	position: fixed;
	top: 157px;
	left: 792px;
	background: #ffff;
	visibility: hidden;
}
table.omr{
	display: inline-block;
	width: 110px;
	padding: 5px;
	border: 1px solid #ffa500;
	vertical-align: text-top;
	margin: 0 3px;
}
div.omr-item{
	padding:2px 0;
	text-align:left;
}
span.exam_no_select{
	border:1px solid #ffa500;
	border-radius:50%;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	color:#e69500;
}
div.correct_answer{
	background:#6699f7;
}
/* gukja ÁÖ°ü½Ä Á¤´ä³­ ¼öÁ¤ display: inline-block Á¦°Å ½Ã °¡·Î 100%·Î ´ä¾È³­ÀÌ º¸ÀÓ */
li.correct_answer{
	display: inline-block;
	background: #EFEFEE;
    padding: 10px 20px;
    border-radius: 20px;
}
th.omr-number{
	color:#e69500;
}
td.omr-number{
}
td.omr-subjective{
	text-align:left;
}
span.select_num{
    position: relative;
    top: -1px;
}


a.exam_title{
	text-decoration:none;
	color:black;
}
/* gukja ¹®Á¦ ºÎºÐ ¿Ü°û¼± ¿Ü ¼öÁ¤ */
div.exam_item{
	border:1px solid #ddd;
	border-radius: 8px 8px;
	padding:15px;
}

/* gukja ´ÙÀ½ ÀÌÀü ¹öÆ° ¿µ¿ª °¡¿îµ¥ Á¤·Ä */
div.view_func_area{
	text-align:center;
	margin-bottom: 5px;
	padding: 5px;
}
div.view_func_area a{
	text-decoration:none;
	color:#ffffff;
}
/* gukja ¹®Á¦ ÇÏ´Ü ÀÌÀü ´ÙÀ½ ¹öÆ° ¼öÁ¤ */
.btn_blue{
	    background: #fff;
    padding: 10px 10px;
    font-size: 14px;
    min-width: 36px;
    height: 36px;
    border-radius: 500px;
    border: 1px solid #e0e2ff;
    cursor: pointer;
    color: #626dff;
    display: inline-block;
    margin: 3px 2px;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    line-height: 14px;
}
/* gukja ¹®Á¦ ÇÏ´Ü ÀÌÀü ´ÙÀ½ ¹öÆ° ¿À¹ö½Ã ¼öÁ¤ */
.btn_blue:hover{
	background:#e3e5ff;
}
/* gukja ÁÖ°ü½Ä ÀÔ·Â ºÎºÐ ¼öÁ¤ */
input#exam_answer_select{
margin: 5px;
    width: 60%;
    height: 40px;
    padding: 10px 18px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.2s;
}
div.exam_answer button{
	margin-left:5px;
}
a.answer_select{
	text-decoration:none;
/* gukja º¸±â ¹øÈ£¿Í º¸±â»ö»óº¯°æ */
	color: #555b61;
}

/* gukja Á¤´ä ¸¶¿ì½º ¿À¹ö ½Ã »ö»ó Á¦°Å ¹× ¸ð¹ÙÀÏ¿¡¼­ ÅÍÄ¡ ÈÄ ¾ð´õ¶óÀÎ ¾ø¾Ö°í »ö»ó ÁöÁ¤ */
a.answer_select:hover{
	_background: #cae4ff;
	padding: 1px 3px 1px 0;
	text-decoration: none;
	color: #555b61;
}
/* gukja ÇØ¼³ Ã¢ ¼öÁ¤ */
div.explanation{
	display:none;
	text-align: left;
    _border: 1px solid #54a4ff;
    padding: 20px;
	margin: 10px 5px;
    background: #EFEFEE;
    border-radius: 8px;
	
}
h2.explanation{
	font-size:15px;
	vertical-align:middle;
	color:#ff006a;
}
em.explanation{
	vertical-align:middle;
	margin-right:5px;
}
/* gukja ¾È³»¹® Á÷Á¢ ÀÔ·Â ºÎºÐ ¼öÁ¤ */
div.big_text {
	_border: 1px solid #ababab;
	_padding: 10px;
	_margin-bottom: 10px;
}

div.block-screen{
	position:fixed;
	/* position:none; */
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 99999999999999;
	text-align: center;
}
div.block-message {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 10%;
}

div.timer-start{
	display: inline-block;
	font-size: 18px;
	font-weight:bolder;
	border: 1px solid #ffffff;
	width: 92px;
	border-radius: 8px;
	background: #ffffff;
	color: black;
	cursor:pointer;
	margin: 5px;
}

div.timer-disp{
	vertical-align: middle;
	display: inline-block;
	background: #ffffff;
	border-radius: 2px;
	padding: 4px 8px;
	margin-top:10px;
	font-size:14px;
	margin-bottom: 10px;
	color: #dc0000;
	font-weight: 700;
	border: 1px solid #0691ff;
	width: 65px;
	text-align: center;
}

/* tags */
div.tags{
	text-align:right;
	margin-top: 5px;
	margin-right:10px;
	color: #565656;
	margin-bottom: -5px;
}
div.tags span{
	font-size:13px;
}
div.tags span:last-child{
	display:none;
}

/* gukja sns °øÀ¯ ¹öÆ° ¼öÁ¤ */
/* SNS */
.to_sns{
	text-decoration: none !important;
	text-align:center;
	overflow: hidden;
	display:none;
	_width: 0px;
	_height: 32px;
	vertical-align: middle;
}
.sns_a{
	text-decoration: none !important;
	margin-right: 3px;
	color: #666;
}
div.timer-header{
	display:inline-block!important;
}
div.share-sns-bt-header{
	display:none!important;
}

.ico_sns{display:inline-block;overflow:hidden;font-size:0;line-height:0;vertical-align:top;text-indent:-100px;transition:all .3s;*text-indent:0 ;border-radius: 18px 18px 18px 5px;}
.ico_sns{background-size:32px auto;width:32px;height:32px;background-image:url(../img/sns_64.png);opacity:1; _filter: grayscale(100%);}
.ico_sns:hover{opacity:1}
.ico_sns.facebook{background-position:0 -32px;}
.ico_sns.google{background-position:0 -64px}
.ico_sns.pinterest{background-position:0 -96px}
.ico_sns.line{background-position:0 -128px}
.ico_sns.kakao{background-position:0 -160px}
.ico_sns.kakaostory{background-position:0 -192px}
.ico_sns.band{background-position:0 -224px}
/* gukja sns °øÀ¯ ¹öÆ° ¼öÁ¤ ³¡ */


@media print {
	html, body {
		width: 210mm;
		height: 297mm;
		background:#ffffff!important;
	}
	div.big_text{
		font-size:9pt!important;
	}
	div.exam{
		page-break-before: always;
	}
	input[name=exam_answer]{
		display:none;
	}
	button{
		display:none;
	}
}

