div.exam_body *{
	box-sizing:border-box;
	font-size:14px;
}

div.func-bt-area,div.omr{
	font-size:14px;
}
div.exam_body{
	box-sizing:border-box;
	display:inline-block;
	box-sizing:border-box;
	border-bottom:1px solid;
	width:100%;
	margin-top:30px;
}
div#mobile.exam_body{
	border-bottom:0;
	margin-top:0;
}
div.exam_list_header{
	border-bottom:1px solid;
	text-align:center;
}
div.exam_list_header h2{
	display:inline-block;
	margin:5px;
	font-size:21px;
	font-weight:bold;
}
div.exam_list_header h3{
	display:inline-block;
	margin:5px;
	font-size:16px;
	font-weight:bold;
}
h2.exam_page_no{
	float:right;
}
div.exam_list{
	font-size:14px;
	height:1070px;
}
div.exam_text img{
	max-width:100%;
}
div#temp.exam_list{
	height:auto!important;
	overflow:visible;
}
div.exam_list_left{
	float:left;
	/* border-right:1px solid; */
	width:49.5%;
	padding-right:10px;
}
div.exam_item{
	margin:10px 5px 25px;
	clear:both;
}
div.exam_list_right{
	float:right;
	width:49.5%;
}
div.exam_list:after{
	clear:both;
}

span.exam_no{
	font-weight:bolder;
}
li.exam_answer{
	margin:8px 5px;
	list-style-type:none;
	/* display:inline-block; */
}
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;
	cursor:pointer;
}
img.exam_answer{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
}
img.exam_answer:hover{
	filter: opacity(0.5);
}
input#exam_answer_select{
	margin:5px;
	width:70%;
	height:22px;
	padding:2px;
}
.selected_answer{
	background:#3a3a3a!important;
}
div.func-bt-area{
	position:fixed;
	text-align: center;
	display:none;
}
div.show-omr-bt{
    background: #ffbb8c;
    cursor:pointer;
    border-radius: 9px;
    padding: 6px 10px;
    width: 65px;
}
div.show-wr-bt{
	background:#6699f7;
	cursor:pointer;
	border-radius: 9px;
	padding: 6px 8px;
	margin-top:10px;
	font-size:14px;
}
div.show-wr-bt:hover{
	background: #f76666;
	color:#ffffff;
}
a.wr-bt:hover{
	color:#ffffff;
}
a.wr-bt{
	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;
	padding: 3px;
	border: 1px solid #ffa500;
	vertical-align: text-top;
	margin: 0 3px;
}
div.omr-item{
	padding:2px 0;
	text-align:left;
}
span.exam_no_select{
	position: relative;
	top: -2px;
}
div.correct_answer{
	background:#6699f7;
}
li.correct_answer{
	background:#bbd3ff;
}
th.omr-number{
	color:#e69500;
}
td.omr-number{border: 1px solid #ffa500;border-radius:50%;width: 15px;height: 15px;display: inline-block;text-align: center;line-height: 15px;color:#e69500;margin: 2px;}
td.omr-subjective{
	text-align:left;
}
span.select_num{
    position: relative;
    top: -1px;
}
a.exam_title{
	text-decoration:none;
	color:black;
	vertical-align:middle;
}
.list_order-bt{
	color:#ffffff;
}
div.change_list_order_area{
	text-align:right;
}
div.change_list_order_area i{
	margin:0 5px;
	cursor:pointer;
	font-size:20px;
}
a.answer_select{
	text-decoration:none;
	color:black;
}
a.answer_select:hover{
	background: #cae4ff;
	padding: 1px 3px 1px 0;
}
div.header-text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 3px;
    margin: 20px 30px;
    border: 1px solid;
    background: #ececec;
}
div.modify-bt-area{
	display:inline-block;
	vertical-align:middle;
	margin:5px;
	position: relative;
}
div.modify-bt-area:after{
	content:'';
	clear:both;
}
a.modify-bt-area{
	margin:0 2px;
}

div.big_text {
    padding: 5px;
    border: 1px solid #adadad;
}

div.modify-text-bt-area {
    text-align: right;
    margin: 5px 0;
}

div.print-bt{
	color:#ffffff;
	width: 65px;
}
div.share-sns-bt {
    color: #ffffff;
    width: 65px;
}
div.submit_exam{
	display:inline-block;
	width:70px;
	height:30px;
	border:1px solid;
	text-align: center;
	line-height: 30px;
	cursor:pointer;
	border-radius:7px;
}
div.exam_split{
    height: 100%;
    width: 1px;
    float: left;
    /* border-left: 1px solid; */
}

div.exam_in div.exam_item:last-child{
	margin-bottom:0px;
}

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{
	background: #ffffff;
	border-radius: 2px;
	padding: 6px 8px;
	margin-top:10px;
	font-size:14px;
	margin-bottom: 10px;
	color: #dc0000;
	font-weight: 700;
	border: 1px solid #0691ff;
	width: 65px;
	cursor:pointer;
}
div.shuffle_example{
	color:#ffffff;
}

/* SNS */
.to_sns{
	text-decoration: none !important;
	text-align:center;
	margin: 10px 8px;
	height:0px;
	overflow:hidden;
	display:none;
}
.sns_a{
	text-decoration: none !important;
	margin-right: 3px;
	color: #666;
}
.sns_a:last-child{
	margin-right: 0px;
}
.ico_sns{display:block;overflow:hidden;font-size:0;line-height:0;vertical-align:top;text-indent:-100px;transition:all .3s;*text-indent:0}
.ico_sns{background-size:32px auto;width:32px;height:32px;margin: -7px 0;background-image:url(../img/sns_64.png);opacity:1;}
.ico_sns:hover{opacity:1}
.ico_sns.facebook{background-position:0 -32px;margin-top:0;}
.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}

div.to_sns#sns_header{
	overflow : visible;
	height : auto;
}

div.to_sns#sns_header a{
	display : inline-block;
}
div.clear_check{
	color:#ffffff;
}
tbody.omr-item {
    display: inline-block;
    border: 1px solid #b9b9b9;
    vertical-align: top;
}

div.omr tr {text-align: left;}

div.omr th {
    text-align: center;
}

/* copy exam start*/
div.copy_exam{
    position: absolute;
    border: 1px solid #adadad;
    background: #fff;
    padding: 8px;
    z-index:1;
    top: 0;
    left: 160px;
    box-shadow: 2px 3px 7px 0px;
}
div.modify-bt-area{
	position: relative;
}
select[name=parent_category]{
	margin-bottom:8px;
}
div.copy_exam_bt_area{
	margin-top:8px;
	text-align:center;
}
div.copy_exam_bt_area button{
	width:47%;
}
div.copy_exam_bt_area button:first-child{
	float:left;
}
div.copy_exam_bt_area button:last-child{
	float:right;
}
div.copy_exam_bt_area button:after{
	content:'';
	clear:both;
}
/* copy exam end*/

@media screen and (max-width: 768px){
	div.exam_list{
		height:auto;
	}
	div.submit_exam{
		margin-right:1%;
	}
	div.exam_body:not(:last-child){
		display:none;
	}
	div.exam_body:last-child{
		display:none;
	}
}
@media screen and (max-width: 1024px){
	div.omr,div.func-bt-area,div.modify-bt-area,div.modify-text-bt-area,a#write_exam,a.write_bt_bottom,div.no-exam-list{
		display:none!important;
	}
}