@charset "utf-8";

.data-tab-wrap {
	width: 100%;
}
.data-tab-wrap.item2 > .tab-menu > li {
	width: 50%;
}

.data-tab-wrap .tab-menu {
	margin-bottom: 50px;
	border-bottom: 2px solid #ccc;
}
.data-tab-wrap .tab-menu li {
	float: left;
}
.data-tab-wrap .tab-menu li > button.tit {
	display: block;
	width: 100%;
	height: 54px;
	padding-bottom: 1px;
	margin-bottom: 30px;
	font-size: 18px;
	font-family: 'noto5';
	font-weight: 600;
	text-align: center;
	border: 2px solid #cdcec8;
	background: #cdcec8;
	color: #fff;
	cursor: pointer;
}
.data-tab-wrap .tab-menu li > button.tit:hover {
	border: 2px solid #b5d615;
}
.data-tab-wrap .tab-menu li.active > button.tit {
	transition: background 0.5s, border 0.5s;
	background: #b5d615;
	border: 2px solid #b5d615 !important;
}
.data-tab-wrap .tab-menu li.active > button.tit:hover {
}
.data-tab-wrap .tab-menu li a {
	position: relative;
	display: block;
	float: left;
	line-height: 50px;
	height: 50px;
	width: 50%;
	text-align: center;
	color: #949494;
	font-size: 18px;
	font-family: 'NotoSerif';
	font-weight: 600;
}
.data-tab-wrap .tab-menu li.active a {
}
.data-tab-wrap .tab-menu li.active a.selected {
	color: #41610e;
}
.data-tab-wrap .tab-menu li a:before {
	content: '';
	display: none;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #79a80e;
}
.data-tab-wrap .tab-menu li.active a.selected:before {
	display: block;
}

/*시험문제 스타일*/
.data-tab-wrap .tab-content {
	margin-top: 50px;
	border: 1px solid #000;
	padding: 12px;
	font-family: 'NotoSerif';
}
.data-tab-wrap .exam-h3 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	padding: 15px 0 30px;
	color: #363636;
}
.data-tab-wrap .exam-h4 {
	line-height: 48px;
	height: 48px;
	padding: 0 18px;
	background: #edeee8;
	font-weight: 300;
	color: #849e05;
	margin-bottom: 35px;
}
.data-tab-wrap .exam-h4 strong {
	font-weight: 600;
}
.data-tab-wrap .exam-item {
	padding: 0 15px 50px 15px;
}
.data-tab-wrap .exam-item .exam-question {
	margin-bottom: 35px;
}
.data-tab-wrap .exam-item .exam-question h5 {
	position: relative;
	padding-left: 30px;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 25px;
}
.data-tab-wrap .exam-item .exam-question h5 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.data-tab-wrap .exam-item .exam-question .exam-options-list {
	margin-left: 25px;
	font-weight: 300;
}
.data-tab-wrap .exam-item .exam-question .exam-options-list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
}
.data-tab-wrap .exam-item .exam-question .exam-options-list li.test1 {
	font-weight: 300;
}
.data-tab-wrap .exam-item .exam-question .exam-options-list li.test2 {
	font-weight: 100;
}
.data-tab-wrap .exam-item .exam-question .exam-options-list li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.data-tab-wrap .exam-item .exam-answers {
}
.data-tab-wrap .exam-item .exam-answers > button {
	position: relative;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-family: 'NotoSerif';
	font-weight: 600;
	background: #ededed;
	text-align: left;
	text-indent: 15px;
	cursor: pointer;
	outline: none;
	font-size: 15px;
}
.data-tab-wrap .exam-item .exam-answers > button:before {
	content: '▼';
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	color: #a7a7a7;
	font-size: 12px;
}
.data-tab-wrap .exam-item .exam-answers.acitve > button:before {
	content: '▲';
	color: #000;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-box {
	display: none;
	border: 1px solid #d7d7d7;
	border-top: none;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list {
	padding: 20px 22px;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li {
	position: relative;
	padding-left: 50px;
	margin-top: 10px;
	line-height: 22px;
	font-weight: 300;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li:first-child {
	margin-top: 0;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li:before {
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	font-weight: 600;
	color: #fff;
	font-size: 12px;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li.answers:before {
	content: '정답';
	background: #eb0c07;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li.explanations:before {
	content: '해설';
	background: #7a7a7a;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list strong {
	font-weight: 600;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li.explanations em {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}
