/* 추가 내용 */
.exam_content.dnd .drop_wrap .drop_block > img {
	height: 70px;
}
.exam_content.dnd .drop_wrap .drop_block {
	position: relative;
	gap: 20px;
	width: 100%;
	height: 90px;
	font-size: 20px;
	padding: 10px 15px;
}
.exam_content.dnd .drop_wrap .drop_block .active {
	justify-content: flex-start;
}
.exam_content .drop_wrap .drop_block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	color: #555;
	padding: 5px;
	border: 1px dashed #ccc;
	border-radius: 10px;
	background: #eee;
	user-select: none;
}
.exam_content .drop_wrap .drop_block.active {
	font-weight: 700;
	color: #222;
	border: 1px solid #0C70F5;
	background: #fff;
	cursor: pointer;
}
.exam_content.dnd .drop_wrap .drop_block.active {
    justify-content: flex-start;
}

.exam_content.csr .drop_wrap li .drop.drop_long {
    display: inline-flex;
    width: 500px;
    margin: 10 10px;
}
/* 추가 내용 */


#check_results header {
	/*background: #fff;*/
}
#check_results header .btn_wrap button {
	font-weight: 500;
	color: #222;
}
#check_results .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
#check_results > article {
	height: calc(100% - 80px);
	overflow: overlay;
}

#information header {
	background: #fff;
}
#information header .btn_wrap button {
	font-weight: 500;
	color: #222;
}
#information .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
#information > article {
	height: calc(100% - 80px);
	overflow: overlay;
}

.dnd_num {
	position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background-color: #0C70F5;
    color: white;
    line-height: 15px;
}