@charset "UTF-8";
.teacher_intro {
}
.teacher_intro .title_txt {
	font-size: 20px;
	line-height: 30px;
	margin: 30px auto 0;
}
.teacher_intro .con {
	width: 100%;
	margin: 0 auto;
	height: 880px;
	box-sizing: border-box;
}
.teacher_intro .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.teacher_intro b {
	font-family: 'noto6';
	font-weight: 100;
	font-size: 20px;
}
.teacher_content {
	background: #15274d;
	padding: 91px 0 0;
}
.ssaem_wrap {
	width: 100%;
	display: table;
	/* padding-top: 60px; */
	box-sizing: border-box;
	margin: 0 auto;
}
.ssaem_wrap > div {
	width: 100%;
	display: block;
	vertical-align: top;
}
.ssaem_wrap .teacher-tab {
	display: table;
	width: 100%;
	height: 52px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
}
.ssaem_wrap .teacher-tab li {
	display: table-cell;
	vertical-align: middle;
	width: 16.5%;
	text-align: center;
	border-right: 5px solid #15274d;
}
.ssaem_wrap .teacher-tab li:last-child {
	border-right: none;
}
.ssaem_wrap .teacher-tab li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #a1b9e9;
	font-size: 29px;
	font-family: 'noto5';
	padding: 26px 0;
	box-sizing: border-box;
	background: #485571;
}
.ssaem_wrap .teacher-tab li a:hover,
.ssaem_wrap .teacher-tab li a.selected {
	background: #3fffd6;
	color: #000;
}
.ssaem_wrap .teacher-tab li a:hover span,
.ssaem_wrap .teacher-tab li a.selected > span {
	font-family: 'noto5';
}
.tab-content .con_top {
	height: 640px;
}
.tab-content .con_top .inner:after {
	display: block;
	content: '';
	position: absolute;
	top: -61px;
	z-index: 1;
	right: -155px;
	width: 652px;
	height: 699px;
}
.tab-content1 .con_top .inner:after {
	background: url('/_skin/tpl_skin/basic_anssaem/images/teacher/teacher1.png') left bottom no-repeat;
}
.tab-content2 .con_top .inner:after {
	background: url('/_skin/tpl_skin/basic_anssaem/images/teacher/teacher2.png') left bottom no-repeat;
}
.tab-content3 .con_top .inner:after {
	background: url('/_skin/tpl_skin/basic_anssaem/images/teacher/teacher3.png') left bottom no-repeat;
}
.tab-content {
	/* padding-top: 68px; */
	box-sizing: border-box;
	position: relative;
}
.tab-content .con_top .teacher_name {
	margin: 24px 0 10px;
}
.tab-content .con_top .t_ttl {
	position: absolute;
	line-height: 1;
}
.tab-content .con_top .t_ttl span {
	display: block;
	line-height: 1.43;
	margin-bottom: 35px;
	color: #000;
	font-size: 24px;
}
.tab-content .con_top .t_ttl em {
	display: block;
	font-size: 32px;
	margin-bottom: 20px;
}
.tab-content .con_top .t_ttl strong {
	display: block;
	font-size: 40px;
	color: #153f8b;
	font-family: 'noto2';
}
.tab-content .con_top .t_ttl strong b {
	display: block;
	font-size: 40px;
	margin-top: 10px;
	color: #153f8b;
}
.tab-content .con_top .teacher_name span {
	display: inline-block;
	padding: 2px 25px;
	border-radius: 20px;
	background: #8282d5;
	color: #fff;
	width: auto;
	font-size: 16px;
	font-family: 'noto5';
}
.tab-content .con_top .teacher_name p {
	color: #1f1f80;
	font-size: 35px;
	line-height: 35px;
	margin: 10px 0 0;
	letter-spacing: -1px;
}
.tab-content .con_top .teacher_name p b {
	font-family: 'noto6';
}
.tab-content .con_top .teacher_info {
	font-size: 16px;
	width: 560px;
	text-align: left;
}
.tab-content .con_top .teacher_info ul {
	width: 50%;
	float: left;
}
.tab-content .con_top .teacher_info ul li {
	margin-bottom: 3px;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	z-index: 9;
}

.tab-content .con_top .play_wrap {
	background: linear-gradient(to right, #8fe2f0, #cce9e4);
	padding: 40px 68px;
	box-sizing: border-box;
	width: 100%;
	height: 484px;
	margin: 73px 0 32px;
	position: relative;
	box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 80%);
}
.tab-content .con_top .play_wrap a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	background: url('/_skin/tpl_skin/basic_anssaem/images/teacher/btn.png') no-repeat left bottom;
	width: 259px;
	height: 168px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.tab-content .con_top .sample_btn2 {
	background: #585f7b;
}

.teacher_intro .con_bot .ttl_box strong {
	display: block;
	line-height: 1;
	font-size: 40px;
	font-family: 'noto3';
	color: #000;
	font-weight: 400;
	letter-spacing: -1px;
	position: relative;
}
.teacher_intro .con_bot .ttl_box strong b {
	font-family: 'noto5';
	margin-top: 15px;
	font-size: 40px;
	display: inline-block;
}
.teacher_intro .con_bot {
	padding: 115px 0 130px;
	background: #fff;
}
.teacher_intro .con_bot ul {
	width: 100%;
	overflow: hidden;
	margin: 60px 0 0;
}
.teacher_intro .con_bot ul li {
	float: left;
	width: 317px;
	padding: 37px 0;
	text-align: center;
	box-sizing: border-box;
	margin-right: 24px;
	background: #fff;
	border-radius: 10px;
	border: 3px solid #000;
}
.teacher_intro .con_bot ul li:last-of-type {
	margin-right: 0;
}
.teacher_intro .con_bot ul li p {
	font-size: 18px;
	font-family: 'noto3';
	color: #000;
	margin: 30px 0 10px;
	line-height: 24px;
}
.teacher_intro .con_bot ul li strong {
	font-size: 28px;
	color: #205dd2;
	font-family: 'noto6';
	line-height: 130%;
}
