@charset "utf-8";
/*학습자료실*/
.container.guide .guide-box {
	position: relative;
	width: 1015px;
	height: 100px;
	margin: 50px 0 0 37px;
	border: 1px solid #cccbcb;
}
.container.guide .guide-box:before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 60px;
	top: 20px;
	right: 390px;
	background: #cccbcb;
}
.container.guide .guide-box .icon-book,
.container.guide .guide-box .title-guide,
.container.guide .guide-box .btn-guide {
	display: block;
	position: absolute;
}
.container.guide .guide-box .icon-book {
	left: 60px;
	top: 20px;
}
.container.guide .guide-box .title-guide {
	font-size: 20px;
	font-family: 'noto5', dotum;
	font-weight: 100;
	top: 38px;
	left: 160px;
}
.container.guide .guide-box .btn-guide {
	top: 30px;
	right: 70px;
}

/*실기예시문제*/
.exam-faq .faq-list {
	font-size: 16px;
}
.exam-faq .faq-list .faq-q,
.exam-faq .faq-list .faq-a {
	position: relative;
	font-family: 'noto3';
	font-weight: 300;
}
.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:after {
	content: '\25B2';
	display: block;
	position: absolute;
	width: 28px;
	height: 25px;
	line-height: 25px;
	right: 10px;
	top: 21px;
	font-size: 10px;
	text-align: center;
	color: #8a8a8a;
}
.exam-faq .faq-list li.selected .faq-q:after {
	content: '\25BC';
	color: #f77b31;
}
.exam-faq .faq-list .faq-q:before {
	content: 'Q';
	background: #f77b31;
	color: #fff;
}
.exam-faq .faq-list .faq-a:before {
	content: 'A';
	background: #ffd538;
}

.exam-faq .faq-list .faq-q {
	padding: 20px 60px 20px 60px;
	line-height: 28px;
	border-top: 1px solid #fff;
	background: #f5f5f5;
	cursor: pointer;
}
.exam-faq .faq-list li:first-child .faq-q {
	border-top: none;
}
.exam-faq .faq-list .faq-a {
	display: none;
	padding: 0 20px 0 60px;
	overflow: hidden;
	line-height: 24px;
}
.exam-faq .faq-list .faq-a > .answer {
	padding: 20px 0 20px 0;
}
.exam-faq .faq-list li.selected .faq-q {
	font-family: 'noto5';
	font-weight: 600;
}

.exam-faq .faq-list .faq-a strong {
	margin-bottom: 5px;
	font-family: 'noto5';
	font-weight: 600;
}
.exam-faq .faq-list .faq-ex {
	padding: 15px 24px;
	font-size: 15px;
	line-height: 24px;
	border: 1px solid #000;
	border-radius: 8px;
}

/*도서소개*/
.container.book .book-top-bg,
.container.book .book-top-bg .book-top {
	min-width: 1200px;
	margin: 0 auto;
	height: 927px;
}
.container.book .book-top-bg {
	background: url('/_skin/tpl_skin/basic_danger_knight/images/book/book1.jpg') center 0 no-repeat #e8e8f4;
}
.container.book .book-top-bg .book-top {
	background: url('/_skin/tpl_skin/basic_danger_knight/images/book/book_txt.png') center 95px no-repeat;
}

/*교수소개*/
.container.teacher .teacher-tab {
	position: relative;
	background: #000;
}
.container.teacher .teacher-tab .tab-menu {
	width: 1100px;
	margin: 0 auto;
}
.container.teacher .teacher-tab .tab-menu li {
	float: left;
}
.container.teacher .teacher-tab .tab-menu li a {
	position: relative;
	display: block;
	padding-right: 50px;
	padding-left: 25px;
	height: 69px;
	line-height: 69px;
	color: #fff;
	font-family: 'noto3';
	font-weight: 300;
	font-size: 22px;
	opacity: 0.4;
}
.container.teacher .teacher-tab .tab-menu li a:hover {
	-webkit-transition: -webkit-opacity 0.2s;
	transition: opacity 0.2s;
	opacity: 0.7;
}
.container.teacher .teacher-tab .tab-menu li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 13px;
	right: 15px;
	top: 30px;
	background: url('/_skin/tpl_skin/basic_danger_knight/images/teacher/tab_btn.png') center 0 no-repeat;
}
.container.teacher .teacher-tab .tab-menu li a strong {
	font-family: 'noto5';
	font-weight: 600;
}
.container.teacher .teacher-tab .tab-menu li a.selected {
	opacity: 1;
}
.container.teacher .teacher-tab .tab-menu li:first-child a {
	padding-left: 0;
}
.container.teacher .teacher-tab .tab_img {
	background: #d3d1dd;
}
.container.teacher .teacher-tab .tab_img .tab-content {
	height: 741px;
}
.container.teacher .teacher-tab .tab_img .tab-content1 {
	background: url('/_skin/tpl_skin/basic_danger_knight/images/teacher/teacher_bg.jpg') center 0 no-repeat;
}
.container.teacher .teacher-tab .tab_img .tab-content2 {
	background: url('/_skin/tpl_skin/basic_danger_knight/images/teacher/teacher2.jpg') center 0 no-repeat;
}
.container.teacher .teacher-tab .teacher-info-wrap {
	position: relative;
}
.container.teacher .teacher-tab .teacher-info {
	position: absolute;
	right: 0;
	top: 75px;
}
.container.teacher .teacher-info .teacher-title {
	margin-bottom: 50px;
}
.container.teacher .teacher-info .teacher-profile {
	margin-bottom: 30px;
}
.container.teacher .teacher-info .teacher-profile .teacher-name {
	font-family: 'spoqa2';
	font-weight: 200;
	text-align: right;
	font-size: 20px;
	line-height: 1.2em;
}
.container.teacher .teacher-info .teacher-profile .teacher-name h3 {
	font-size: 1.3em;
	line-height: 1.2em;
}
.container.teacher .teacher-info .teacher-profile .teacher-name strong {
	font-family: 'noto5';
	font-weight: 600;
}
.container.teacher .teacher-info .teacher-profile .btn-play {
	position: relative;
	box-sizing: border-box;
	width: 121px;
	height: 58px;
	padding: 11px 0 0 20px;
	margin-left: 25px;
	font-family: 'spoqa2';
	font-weight: 200;
	font-size: 14px;
	line-height: 18px;
	background: #000;
	color: #fff;
}
.container.teacher .teacher-info .teacher-profile .btn-play:after {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('/_skin/tpl_skin/basic_accounting/images/teacher/icon_plus.png') 0 0 no-repeat;
	right: 13px;
	top: 21px;
}
.container.teacher .teacher-info .teacher-profile .btn-play strong {
	font-family: 'noto5';
	font-weight: 600;
}
.container.teacher .teacher-info .teacher-career,
.container.teacher .teacher-info .teacher-career li {
	text-align: right;
	font-family: 'noto3';
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 6px;
}
.container.teacher .teacher-curri {
	padding: 100px 0;
}
