@charset "utf-8";
/*학습자료실*/
.guide .guide-box {
	position: relative;
	width: 1015px;
	height: 100px;
	margin: 50px 0 50px 37px;
	border: 1px solid #cccbcb;
}
.guide .guide-box:before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 60px;
	top: 20px;
	right: 390px;
	background: #cccbcb;
}
.guide .guide-box .icon-book,
.guide .guide-box .title-guide,
.guide .guide-box .btn-guide {
	display: block;
	position: absolute;
}
.guide .guide-box .icon-book {
	left: 60px;
	top: 20px;
}
.guide .guide-box .title-guide {
	font-size: 20px;
	font-family: 'noto5', dotum;
	font-weight: 100;
	top: 38px;
	left: 160px;
}
.guide .guide-box .btn-guide {
	top: 30px;
	right: 70px;
}
/*교수소개*/
.teacher {
	position: relative;
	background: #252428;
}
.teacher:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	top: 710px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.teacher .top {
	position: relative;
	padding-top: 710px;
	background: url('/_skin/tpl_skin/basic_vocational_counselor2/images/teacher/teacher_.png') center 80px no-repeat;
}

.teacher > .top > .tab-menu {
	position: relative;
	width: 660px;
	height: 240px;
	margin: 0 auto;
	z-index: 3;
}
.teacher > .top > .tab-menu li {
	float: left;
}
.teacher > .top > .tab-menu li a {
	display: block;
	width: 220px;
	text-align: center;
}

.teacher > .top > .tab-menu > li > a {
	position: relative;
	height: 95px;
	padding-top: 55px;
	color: #a0a0a0;
	text-align: center;
	font-weight: 100;
}

.teacher > .top > .tab-menu > li > a > em {
	display: block;
	font-size: 18px;
	font-family: 'spoqa2';
	margin-bottom: 12px;
}
.teacher > .top > .tab-menu > li > a > span {
	font-size: 28px;
	font-family: 'spoqa2';
}
.teacher > .top > .tab-menu > li > a > span > strong {
	font-family: 'noto3';
}
.teacher > .top > .tab-menu > li > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -17.5px;
	background: #a0a0a0;
	width: 35px;
	height: 2px;
}
.teacher > .top > .tab-menu > li > a:hover:before {
	background: #fb3a94;
}
.teacher > .top > .tab-menu > li > a.selected:before {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	margin-left: 0;
	background: none;
	width: 212px;
	height: 142px;
	border: 4px solid #fb3a94;
}
.teacher > .top > .tab-menu > li > a:hover > span,
.teacher > .top > .tab-menu > li > a.selected > span {
	color: #fb3a94;
}
.teacher .top > .tab_img {
	padding: 100px 0;
	background: #f5f5f5;
}
.teacher .tab-content {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.teacher .tab-content.tab-wrap ul li {
	float: left;
	margin-right: 1px;
}

.teacher .tab-content.tab-wrap ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 126.2px;
	height: 41px;
	line-height: 1.2;
	color: #fff;
	background: #727272;
	text-align: center;
	font-family: 'noto3';
}
.teacher .tab-content.tab-wrap ul li a.selected {
	color: #fb3a94;
	background: #000000;
}
.teacher .tab-content.tab-wrap ul li a p {
	line-height: 1.1;
}
.teacher .tab-content.tab-wrap .tab_img .tab-content {
	position: relative;
}
.teacher .tab-content.tab-wrap .tab_img .tab-content .play {
	position: relative;
	z-index: 2;
}
.teacher .tab-content.tab-wrap .tab_img .tab-content .teacher-info {
	position: absolute;
	top: -45px;
	left: 545px;
	z-index: 1;
}
.teacher .teacher-con {
	padding: 100px 0;
}

.teacher .play {
	width: 508px;
	height: 292px;
	font-size: 0;
	left: 0;
	top: 0;
	display: block;
	position: absolute;
}
.teacher .play1 {
	background: url('/_skin/tpl_skin/basic_vocational_counselor2/images/teacher/sample01_.png') center no-repeat;
}
.teacher .play2 {
	background: url('/_skin/tpl_skin/basic_vocational_counselor2/images/teacher/sample03_.png') center no-repeat;
}
.teacher .play3 {
	background: url('/_skin/tpl_skin/basic_vocational_counselor2/images/teacher/sample04_.png') center no-repeat;
}
.teacher .play4 {
	background: url('/_skin/tpl_skin/basic_vocational_counselor2/images/teacher/sample02_.png') center no-repeat;
}
.teacher .play5 {
	background: url('/_skin/tpl_skin/basic_vocational_counselor2/images/teacher/sample05_.png') center no-repeat;
}
/*도서소개*/
.book-top-bg {
	height: 1146px;
	background: url('/_skin/tpl_skin/basic_vocational_counselor2/images/book/book_bg.png') center no-repeat;
}
.book-top {
	height: 1146px;
	background: url('/_skin/tpl_skin/basic_vocational_counselor2/images/book/book_title_0221.png') no-repeat;
}
