@charset "utf-8";
/*************
* 공통스타일 *
**************/
.exam-info strong {
	font-family: 'noto5';
	font-weight: 100;
}
.exam-info .paragraph1 {
	padding: 50px 0 20px;
	font-size: 18px;
	text-align: center;
}
.exam-info .box-quotation {
	position: relative;
	min-width: 300px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	font-family: 'noto5';
}

.exam-info .box-quotation:before,
.exam-info .box-quotation:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	font-size: 200px;
	line-height: 200px;
	font-family: dotum;
	font-weight: 700;
	color: #eee;
	z-index: -1;
}
.exam-info .box-quotation:before {
	content: '\201C';
	left: 0;
}
.exam-info .box-quotation:after {
	content: '\201D';
	right: 0;
}
/*************
* 직업상담사란? *
**************/
.exam-role .box-quotation {
	width: 850px;
}
/*************
* 수험가이드 *
**************/
.exam-keypoint .img-box {
	text-align: center;
	margin: 0 auto;
}

.exam-keypoint .img-box .img-alt span {
	width: 248px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}
.exam-keypoint .list-box-title {
	font-size: 18px;
	line-height: 22px;
	padding: 9px 0;
	margin-bottom: 20px;
	background: #ffd538;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
.exam-keypoint .list-box {
	width: 860px;
	margin: 0 auto;
}
.exam-keypoint .box-quotation {
	width: 880px;
	font-size: 18px;
	line-height: 25px;
}
.exam-keypoint #exam_con6 .box-quotation {
	width: 920px;
}

/*직업정보론*/
.exam-keypoint .exam-content3 .img-box {
	width: 595px;
}

/*******************
* 활동분야 및 전망 *
********************/
.exam-field .box-quotation {
	width: 690px;
}

/******
* FAQ *
*******/

.exam-faq .faq-list {
	border-bottom: 1px solid #000;
}
.exam-faq .faq-list .faq-q,
.exam-faq .faq-list .faq-a {
	position: relative;
	padding: 20px 20px 20px 60px;
	font-family: 'noto3', sans-serif;
}
.exam-faq .faq-list .faq-q:before,
.exam-faq .faq-list .faq-a:before {
	content: '';
	display: block;
	position: absolute;
	width: 28px;
	height: 25px;
	line-height: 25px;
	left: 10px;
	top: 21px;
	text-align: center;
	font-family: tahoma;
	font-weight: 600;
	border-radius: 5px;
}
.exam-faq .faq-list .faq-q:before {
	content: 'Q';
	background: #e8e8e8;
}
.exam-faq .faq-list .faq-a:before {
	content: 'A';
	background: #ffd538;
}

.exam-faq .faq-list .faq-q {
	line-height: 28px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #e9e9e9;
	/*background:#f5f5f5;*/
}
.exam-faq .faq-list li:first-child .faq-q {
	border-top: none;
}
.exam-faq .faq-list .faq-a {
	min-height: 28px;
	line-height: 24px;
}

/*************
* 수험가이드 *
**************/
.article.hwalyong .hwalyong-rolling {
	position: relative;
	width: 100%;
	height: 460px;
	padding-top: 200px;
	margin-bottom: 65px;
	overflow: hidden;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_landscape3/images/exam/hwalyong/cer_bg.jpg') repeat-x;
}
.article.hwalyong .rolling-items,
.article.hwalyong .rolling-item,
.article.hwalyong .rolling-item img {
	width: 953px;
	height: 418px;
}
.article.hwalyong .rolling-items {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.article.hwalyong .rolling-items .rolling-item {
	position: absolute;
	top: 0;
	left: -953px;
	z-index: 1;
}
.article.hwalyong .rolling-items .rolling-item.current {
	left: 0;
	z-index: 3;
}
.article.hwalyong .hwalyong-rolling .rolling-direction {
	position: absolute;
	width: 100%;
	height: 115px;
	top: 58%;
}
.article.hwalyong .hwalyong-rolling .rolling-direction .direction-prev,
.article.hwalyong .hwalyong-rolling .rolling-direction .direction-next {
	position: absolute;
	display: block;
	width: 20px;
	height: 49px;
	cursor: pointer;
}

.article.hwalyong .hwalyong-rolling .rolling-direction .direction-prev {
	left: 30px;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_landscape3/images/exam/hwalyong/cer_left.png') 0 0 no-repeat;
}
.article.hwalyong .hwalyong-rolling .rolling-direction .direction-next {
	right: 30px;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_landscape3/images/exam/hwalyong/cer_right.png') 0 0 no-repeat;
}
.article.hwalyong .hwalyong-rolling .rolling-list {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -346px;
	overflow: hidden;
}
.article.hwalyong .hwalyong-rolling .rolling-list .page-item {
	float: left;
	margin-left: 100px;
}
.article.hwalyong .hwalyong-rolling .rolling-list .page-item:first-child {
	margin-left: 0;
}
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn {
	display: block;
	width: 98px;
	height: 128px;
	text-indent: -9999999px;
	overflow: hidden;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_landscape3/images/exam/hwalyong/cer_tab.png') no-repeat;
}

.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-0 {
	background-position: 0 -129px;
}
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-0:hover,
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-0.selected {
	background-position: 0 0;
}
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-1 {
	background-position: -99px -129px;
}
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-1:hover,
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-1.selected {
	background-position: -99px 0;
}
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-2 {
	background-position: -198px -129px;
}
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-2:hover,
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-2.selected {
	background-position: -198px 0;
}
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-3 {
	background-position: -297px -129px;
}
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-3:hover,
.article.hwalyong .hwalyong-rolling .rolling-list .page-btn.page-3.selected {
	background-position: -297px 0;
}

.hwalyong-aside {
	position: relative;
	padding: 55px 45px 45px 45px;
	border: 1px solid #d2d2d2;
}
.hwalyong-title {
	position: absolute;
	width: 314px;
	height: 49px;
	top: -25px;
	left: 45px;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_landscape3/images/exam/hwalyong/benefit.png') 0 0 no-repeat;
}
/***********
* 기출문제 *
***********/
.article.gichul .gichul-rolling {
	position: relative;
	width: 100%;
	height: 699px;
	margin: 80px 0 20px;
	overflow: hidden;
}
.article.gichul .rolling-items,
.article.gichul .rolling-item,
.article.gichul .rolling-item img {
	width: 940px;
	height: 699px;
}
.article.gichul .rolling-items {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.article.gichul .rolling-items .rolling-item {
	position: absolute;
	top: 0;
	z-index: 1;
}
.article.gichul .gichul-rolling .rolling-direction {
	position: absolute;
	width: 100%;
	height: 115px;
	top: 41%;
}
.article.gichul .gichul-rolling .rolling-direction .direction-prev,
.article.gichul .gichul-rolling .rolling-direction .direction-next {
	position: absolute;
	display: block;
	width: 58px;
	height: 115px;
	cursor: pointer;
}

.article.gichul .gichul-rolling .rolling-direction .direction-prev {
	left: 10px;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_landscape3/images/exam/gichul/left.png') 0 0 no-repeat;
}
.article.gichul .gichul-rolling .rolling-direction .direction-next {
	right: 10px;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_landscape3/images/exam/gichul/right.png') 0 0 no-repeat;
}
