@charset "utf-8";

.contents-title .right-txt {
	letter-spacing: 0.3px;
}

.snb-list-wrap.style2 .snb-list {
	text-align: left;
}

.list-dot > li {
	margin-bottom: 10px;
	font-size: 15.5px;
}

.border-bottom tr,
.border-bottom th {
	border-bottom: 1px solid #000000;
}

.bg-right-gray {
	width: 1000px;
	height: 390px;
	padding-top: 33px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	background: #f8f8f8;
}

.exam_top {
	text-align: center;
	font-size: 22px;
	margin-top: 87px;
	color: #000000;
}

.exam_top > p {
	font-family: 'noto2';
	margin-bottom: 20px;
}

.exam_top > h3 {
	font-family: 'noto3';
	font-size: 37px;
}

.bg-navy {
	background: #3d456f !important;
	color: #ffffff;
	border-left: 1px solid #5d6491 !important;
	border-right: 1px solid #5d6491 !important;
	border-bottom: 1px solid #cbcbcb !important;
}

/*수험정보 :S*/
.content {
}

.content.on {
	padding-top: 80px;
}
.exam_txt {
	margin-bottom: 65px;
	color: #595959;
}

.exam_txt h3 {
	position: relative;
	font-size: 19px;
	font-family: 'noto5';
	font-weight: 100;
	margin-bottom: 15px;
	line-height: 24px;
	margin-top: 30px;
	color: #d20155;
}

.exam_txt .img1 {
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
}

.exam_txt p {
	font-size: 14px !important;
	line-height: 24px;
	word-break: keep-all;
}

.exam_txt i {
	font-size: 15px !important;
	line-height: 24px;
}

.exam_txt ul li {
	font-size: 14px;
	margin-bottom: 1px;
	padding-left: 12px;
	text-align: left;
}

.exam_txt h5 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 15px;
}

.exam_txt strong {
	font-family: 'noto5';
}

.exam_txt table {
	margin: 0 auto 20px;
	border: 1px solid #d1d1d1;
}

.exam_txt table th {
	border: 1px solid #d1d1d1;
	padding: 8px 0;
	background: #f8f8f8;
	color: #686868;
	font-size: 14px;
	font-family: 'noto5';
	font-weight: 100;
}
.exam_txt table td {
	border: 1px solid #d1d1d1;
	padding: 15px 10px;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	color: #595959;
}

.exam_txt table td span {
	padding-bottom: 7px;
	font-size: 14px;
	display: block;
}

.exam_txt table tr td > ul {
}

.text-left,
.text-left td {
	text-align: left !important;
	padding-left: 10px;
}

.table_bt_caption {
	margin-top: -18px;
}

.exam_step {
	width: 100%;
}
.exam_step li {
	position: relative;
	float: left;
	width: 92px;
	height: 92px;
	text-align: center !important;
	padding: 34px 0 !important;
	box-sizing: border-box;
	border: 2px solid #838383;
	border-radius: 46px;
	margin-right: 31px;
}

.exam_step li:after {
	position: absolute;
	right: -24px;
	content: '>';
	top: 35%;
	font-family: 'noto5';
	font-size: 22px;
	color: #838383;
}

.exam_step li:last-child:after {
	display: none;
}

.exam_step li:nth-child(2),
.exam_step li:nth-child(6) {
	padding: 23px 0 !important;
}

.exam_txt.exam_bg1 {
	height: 368px;
	background: url('/_skin/tpl_skin/basic_cosmetics/images/exam/img1.png') no-repeat right bottom;
}

.exam_txt.exam_bg2 {
	background: url('/_skin/tpl_skin/basic_cosmetics/images/exam/img3.png') no-repeat right bottom;
}

.exam_txt .faq_list {
	width: 100%;
	margin: 0 auto;
}

.exam_txt .faq_list > li {
	float: none;
	width: 100%;
	padding: 0 0 0 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.exam_txt .faq_list > li > div {
	padding: 20px 30px;
	width: 100%;
	box-sizing: border-box;
	word-break: keep-all;
	overflow: hidden;
	position: relative;
}

.exam_txt .faq_list > li > div.q_wrap {
	cursor: pointer;
}

.exam_txt .faq_list > li > div.a_wrap {
	display: none;
	box-sizing: border-box;
	background: #eee;
	border-radius: 15px;
	margin-bottom: 20px;
}

.exam_txt .faq_list > li > div.q_wrap:after {
	position: absolute;
	right: 30px;
	top: 30%;
	content: '▼';
	display: block;
	font-size: 12px;
	font-family: 'noto';
}

.exam_txt .faq_list > li > div.q_wrap.down:after {
	content: '▲';
}

.exam_txt .faq_list > li > div > * {
	float: left;
}
.exam_txt .faq_list > li > div > span {
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	font-family: 'noto6';
}

.exam_txt .faq_list > li > div.q_wrap span {
	background: #d20155;
	color: #fff;
}

.exam_txt .faq_list > li > div.a_wrap span {
	background: #b0b0b0;
	color: #fff;
}

.exam_txt .faq_list > li > div > p,
.exam_txt .faq_list > li > div > ul {
	margin-left: 17px;
	width: 860px;
}
