@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 {
	display: block;
	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;
}

/*도서소개*/
.book-top-bg {
	min-width: 1100px;
	padding: 95px 0 85px;
	margin: 0 auto;
	height: 678px;
	background: #fdfbee;
}
.book-top-bg .top-img {
	margin-bottom: 50px;
}
.book-sub-bg {
	height: 116px;
	padding: 37px 0 36px;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_imsang2/images/book/middle_txt_bg.png') center 0 no-repeat #6d7c84;
}

/*교수소개*/
.container.teacher {
	position: relative;
}
.teacher-top-wrap {
	margin-bottom: 30px;
}
.teacher-top-wrap .teacher-top-bg {
	display: none;
}
.teacher-top-wrap .teacher-top-bg.selected {
	display: block;
}
.teacher-top-wrap #top_cont1.teacher-top-bg {
	background-image: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_imsang2/images/teacher/top_bg1.png');
}
.teacher-top-wrap #top_cont2.teacher-top-bg {
	background-image: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_imsang2/images/teacher/top_bg2.png');
}

.container.teacher .tab-menu {
	margin: 50px auto 0;
	width: 850px;
	height: 80px;
	z-index: 5;
}
.container.teacher .tab-menu li {
	float: left;
}
.container.teacher .tab-menu li::after {
	content: '';
	display: table;
	clear: both;
}
.container.teacher .tab-menu li .link-tab {
	display: block;
	width: 425px;
	height: 80px;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_imsang2/images/teacher/teacher_tab.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.container.teacher .tab-menu li .link-tab1 {
	background-position: 0 0;
}
.container.teacher .tab-menu li .link-tab1:hover {
	background-position: 0 -81px;
}
.container.teacher .tab-menu li .link-tab1.selected {
	background-position: 0 -81px;
}
.container.teacher .tab-menu li .link-tab2 {
	background-position: -426px 0;
}
.container.teacher .tab-menu li .link-tab2:hover {
	background-position: -426px -81px;
}
.container.teacher .tab-menu li .link-tab2.selected {
	background-position: -426px -81px;
}

.teacher-top-bg {
	display: block;
	background-position: center 0;
	background-repeat: no-repeat;
}

.teacher-section {
	z-index: 2;
	position: relative;
	width: 850px;
	margin: 0 auto;
	height: 620px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tab-content1 .teacher-section {
	background-image: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_imsang2/images/teacher/con1_tap1_img.jpg');
}
.tab-content2 .teacher-section {
	background-image: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_imsang2/images/teacher/con1_tap2_img.jpg');
}

.teacher-section .teacher-info {
	position: absolute;
	left: 5px;
	height: 140px;
	bottom: 432px;
}
.teacher-section .play {
	position: absolute;
	bottom: 110px;
	left: 0;
	background: url('/_skin/tpl_skin/basic_imsang2/images/teacher/play.png') no-repeat center center;
}
.tab-content1 .teacher-section .play {
	background-image: url('/_skin/tpl_skin/basic_imsang2/images/teacher/sp_play_01.png');
}
.tab-content2 .teacher-section .play {
	background-image: url('/_skin/tpl_skin/basic_imsang2/images/teacher/sp_play_02.png');
}
.teacher-section .play a {
	display: block;
	height: 100%;
	font-size: 0;
}

.teacher-rolling-bg {
	width: 100%;
	height: 308px;
	background: #f2f2f2;
}
.teacher-rolling-wrap {
	position: relative;
	width: 1100px;
	height: 308px;
	overflow: hidden;
	margin: 0 auto;
}
.teacher-rolling-wrap .teacher-rolling {
	position: relative;
	width: 760px;
	height: 178px;
	margin: 80px auto 50px;
	overflow: hidden;
}
.teacher-rolling-wrap .teacher-rolling .rolling-item {
	position: absolute;
	height: 178px;
	top: 0;
	width: 100%;
	left: -100%;
	z-index: 1;
}
.teacher-rolling-wrap .teacher-rolling .rolling-item.before {
	z-index: 2;
}
.teacher-rolling-wrap .teacher-rolling .rolling-item.current {
	left: 0;
	z-index: 3;
}
.teacher-rolling-wrap .rolling-direction {
	position: absolute;
	width: 840px;
	height: 22px;
	top: 160px;
	left: 50%;
	margin-left: -420px;
	z-index: 10;
}
.teacher-rolling-wrap .rolling-direction .direction-btn {
	position: absolute;
	display: block;
	top: 0;
	width: 16px;
	height: 28px;
}
.teacher-rolling-wrap .rolling-direction .direction-btn.direction-next {
	right: 0;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_imsang2/images/teacher/arrow_right.png') 0 0 no-repeat;
}
.teacher-rolling-wrap .rolling-direction .direction-btn.direction-prev {
	left: 0;
	background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_imsang2/images/teacher/arrow_left.png') 0 0 no-repeat;
}

.teacher-rolling-wrap .rolling-list {
	position: absolute;
	right: 160px;
	top: 40px;
	z-index: 10;
}
.teacher-rolling-wrap .rolling-list::after {
	content: '';
	display: table;
	clear: both;
}
.teacher-rolling-wrap .rolling-list li {
	float: left;
	margin-left: 5px;
}
.teacher-rolling-wrap .rolling-list li:first-child {
	margin-left: 0;
}
.teacher-rolling-wrap .rolling-list li a {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: none;
	font-size: 0;
	border-radius: 100%;
	text-indent: -99999px;
}

.teacher-rolling-wrap .rolling-list li a.selected {
	background: #000;
}
