@charset "utf-8";

/*교수소개: S*/
.teacher_wrap {
	background: #e8b6cf url(/_skin/tpl_skin/basic_cosmetics/images/teacher/bg.jpg) no-repeat center top;
	padding: 50px 0 0 0;
	position: relative;
	margin: 0;
}

.teacher_wrap .teacher_inner {
	width: 1100px;
	margin: 0 auto;
}

.teacher_wrap .teacher_tab_menu {
	display: table;
	/*! width: 50%; */
	position: absolute;
	top: 60px;
}

.teacher_wrap .teacher_tab_menu li {
	display: table-cell;
	vertical-align: middle;
	width: 148px;
	height: 42px;
}
.teacher_wrap .teacher_tab_menu li:first-child {
	padding-right: 10px;
}

.teacher_tab_menu li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #6f5161;
	color: #d3b7c6;
	text-align: center;
	border-radius: 5px;
	font-size: 21px;
	line-height: 42px;
}

.teacher_tab_menu li a.selected,
.teacher_tab_menu li a:hover {
	background: #541a39;
	color: #fff;
}

.teacher_wrap .teacher_con2 {
	background: url(/_skin/tpl_skin/basic_cosmetics/images/teacher/teacher.png) no-repeat right bottom;
	padding: 0 0 55px 0;
}

.teacher_wrap .teacher_con1 {
	background: url(/_skin/tpl_skin/basic_cosmetics/images/teacher/teacher2.png) no-repeat right bottom;
	/*! padding:0 0 55px 0; */
}
.teacher_wrap .teacher_con {
	display: none;
	height: 757px;
	box-sizing: border-box;
	padding-top: 100px;
}
.teacher_wrap .teacher_con.selected {
	display: block;
}
.teacher_wrap .teacher_con .teacher_info img {
	margin: 0 0 20px 0;
}
.teacher_wrap .teacher_con .teacher_info .list-dot > li {
	padding: 0 0 0 10px;
	line-height: 140%;
}
.teacher_wrap .teacher_con .teacher_info .list-dot > li:before {
	content: '-';
}
.teacher_wrap .teacher_con .teacher_info .sample {
	display: block;
	width: 575px;
	height: 310px;
	background: url(/_skin/tpl_skin/basic_cosmetics/images/teacher/player.png) no-repeat right center;
	position: relative;
}
.teacher_wrap .teacher_con .teacher_info .sample:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 80px;
	top: -80px;
	background: url(/_skin/tpl_skin/basic_cosmetics/images/teacher/img.png) no-repeat 70% bottom;
}
.teacher_wrap .teacher_con .teacher_info .sample a {
	display: block;
	height: 100%;
	background: url(/_skin/tpl_skin/basic_cosmetics/images/teacher/player_btn.png) no-repeat center center;
}
.teacher_wrap .teacher_con .teacher_info ul {
	margin: 0 0 25px 0;
}
.teacher_wrap .detail {
	text-align: center;
	background: #fff;
	padding: 90px 0 80px 0;
}
.teacher_wrap .detail img {
	margin: 0 auto;
	display: block;
}
/*교수소개: E*/
