@charset "utf-8";
/* CSS Document */

/* ============================================================================ 평가하기 */
#info_text::before { content: "\f303"; }
.tabs {
	position: absolute;
	float: right;
	right: 120px;
	top: 20px;
	list-style: none;
	z-index: 2;
}
.tabs li {
	float: left;
	margin-left: 10px;
	line-height: 34px;
	width: 34px;
	height: 34px;
	font-size: 14px;
	background: #95b1d7;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.tabs .active {
	background: #143e76;
	color: #fff;
}
.tab_drawer_heading { display: none; }
.d_active { display: block; }
.tab_container {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.ctn, .ctn_ox {
	position: relative;
	float: left;
	top: 37px;
	width: 780px;
	height: 100%;
	left: 120px;
	animation: text 1.5s ease none 1 normal;
	-webkit-animation: text 1.5s ease none 1 normal;
}
@keyframes text { 0% {
opacity:0;
top: 60px;
}
100% {
opacity:1;
top: 37px;
}
}
@-webkit-keyframes text { 0% {
opacity:0;
top: 60px;
}
100% {
opacity:1;
top:  37px;
}
}
/*정답여부*/
.ox {
	position: absolute;
	float: left;
	top: -25px;
	left: -25px;
	z-index: 3;
	display: none;
}
/* 문제 */
.tit_wrap {
	/*overflow: hidden;*/
	padding: 5px 0 10px 0;
	height: 100%;
}
.q_no {
	display: block;
	float: left;
	width: 76px;
	line-height: 50px;
	color: #143e76;
	text-align: center;
	font-size: 40px;
}
.q_no_long { margin-bottom: 50px; }
.q_title {
	display: block;
	font-size: 20px;
	height: 100%;
	line-height: 130%;
	vertical-align: middle;
	color: #333;
	font-family: nanum_srr;
	width: 710px;
	margin-bottom: 15px;
	padding: 15px 0 5px 78px;
}
.q_title i {
	font-style: normal;
	font-weight: normal;
	color: #ffed8b;
	border-bottom: 1px solid #ff0000;
}
.line2 {
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.line_d { line-height: 27px; }
/* 예문 */
.mrd_wrap {
	position: relative;
	float: left;
	width: 682px;
	margin: 0 0 25px 78px;
	padding: 10px 0;
	border-top: 1px dashed #3c8376;
	border-bottom: 1px dashed #3c8376;/* background: #fffbdb; */
}
.memorandum {
	position: relative;
	float: left;
	width: 650px;
	max-height: 55px;
	overflow-y: auto;
	font-size: 16px;
	line-height: 20px;
	color: #3c8376;
	margin-left: 15px;
}
.memorandum ul.ul_list {
	margin: 0;
	padding-left: 20px;
	width: 95%;
}
.memorandum li {
	margin: 0;
	padding: 0;
}
/* 객관식 보기*/
.ctn ul {
	float: left;
	margin: 0 0 0 80px;
	padding: 0;
	width: 680px;
}
.ctn ul li {
	position: relative;
	margin: 0;
	line-height: 20px;
}
.ctn ul li::before {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 17px;
	height: 17px;
	line-height: 19px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #316ab7;
	color: #316ab7;
	border-radius: 50%;
}
.radio01::before { content: '1'; }
.radio02::before { content: '2'; }
.radio03::before { content: '3'; }
.radio04::before { content: '4'; }
.radio05::before { content: '5'; }
.iRadio { display: none; }
.iLabel {
	position: relative;
	max-width: 645px;
	width: auto;
	letter-spacing: 0px;
	line-height: 125%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	padding-left: 30px;
	margin-left: -30px;
	color: #333;
	cursor: pointer;
}
.iLabel.checked::before {
	content: url(../images/check.png);
	position: absolute;
	margin: -10px 0 0 -33px;
}
.ctn ul li.answer_sign .iLabel { color: #f3150a; }
.ctn ul li.answer_sign::before {
	border: 1px solid #f3150a;
	color: #f3150a
}
/* ox 퀴즈 */
.ctn_ox ul {
	float: left;
	margin: 20px 0 0 171px;
	padding: 0;
	width: 480px;
}
.ctn_ox ul li {
	position: relative;
	margin: 0;
	line-height: 20px;
	float: left;
	width: 50%;
}
.ctn_ox ul li::before {
	display: block;
	float: left;
	margin: -3px 10px 0 0;
	width: 25px;
	height: 25px;
	line-height: 27px;
	font-size: 15px;
	text-align: center;
	background: #a9ccd2;
	color: #fff;
	border-radius: 50%;
}
/* 주관식 정답 입력란 */
input[type="text"] {
	width: 750px;
	height: 30px;
	border: solid 2px #877d6d;
	margin: 20px 0 20px 0px;
	padding: 5px 10px;
	text-align: left;
	outline: none;
}
input::-webkit-input-placeholder {
font-size:16px;
}
input::-moz-placeholder {
font-size:16px;
}
input::-ms-input-placeholder {
font-size:16px;
}
/* 정답확인버튼 */
.answer_btn {
	float: left;
	margin: 30px 0 10px 350px;
	width: 150px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	background: #143e76;
	border: 1px solid rgba(0, 0, 0, 0.25);
	font-size: 22px;
	font-family: nanum_bgo;
	color: #fff;
}
.answer_btn:hover { }
.answer_btn > button {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	outline: none;
	line-height: 45px;
	color: inherit;
}
/* 해설 */
.explain {
	position: absolute;
	width: 900px;
	height: 180px;
	background: #fff;
	border: 1px solid #525b6b;
	line-height: 125%;
	color: #666;
	display: none;
	bottom: 20px;
	left: 50px;
	z-index: 6;
}
.explain_box {
	float: left;
	font-size: 19px;
	color: #333;
	padding-top: 110px;
	width: 210px;
	height: 30px;
	margin: 25px 0 0 0;
	text-align: center;
	border-right: 1px dashed #303d3b;
}
.answer {
	position: relative;
	float: left;
	height: 25px;
	margin: 25px 0 10px 40px;
	font-size: 20px;
	color: #bb0000;
}
.answer span {
	color: #bb0000;
	font-size: 27px;
	font-weight: bold;
	font-family: nanum_sr;
}
.explain_text {
	float: left;
	margin-left: 20px;
	height: 85px;
	color: #333;
	padding-right: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 625px;
	background: #fff;
	border-radius: 10px;
	padding: 0 20px;
}
/*다시풀기*/
.next_btn, .again_btn {
	position: absolute;
	right: 30px;
	top: 15px;
	color: #bb0000;
	font-family: nanum_bgo;
	padding: 5px 15px;
	line-height: 18px
}
.next_btn:hover, .again_btn:hover {
	background: #95b1d7;
	color: #000;
}
.next_btn i, .again_btn i {
	margin-right: 5px;
	margin-top: 2px;
	padding: 0;
	font-size: 15px;
}
#end_pop {
	position: absolute;
	padding: 0px;
	top: 50%;
	left: 50%;
	margin-left: -168px;
	margin-top: -67px;
	z-index: 13;
}
.iLabel.disabled {
	background-color: gray;
	border: none;
	cursor: none;
}
