h5{margin-bottom:40px;}
.topTitle {
    background-color: #00CB75;
    height: 150px;
}
.topTitle .inner {
    background: no-repeat right bottom;
	background-image: url(/assets/images/professor/teacher_bg.png);	
    background-size: contain;
    mix-blend-mode: luminosity;
	position: relative;
	height: inherit;
	padding: 0 20px;
}
.topTitle h2 {
    font-family: 'blackHanSans','Gmarket';
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
}
/* career */
.career .careerArea .box{
	border:1px solid #4e4e4e;
	border-radius:20px;
	padding:26px 50px;
	margin-left:29px;
	margin-top:40px;
	position:relative;	
}
.career .careerArea .box .titleNum{
	position:absolute;
	left:-29px;;
	top:50%;
	transform:translateY(-50%);
	width:58px;
	height:58px;
	line-height:58px;
	text-align:center;
	border-radius:50%;
	background:#00CB75;
	color:#fff;
	font-size:24px;
	font-weight:700;
	font-family: 'Gmarket';
}
.career .careerArea .box .txt p{
	font-size:24px;
	font-weight:700;
	margin-bottom:10px;
}
.career .careerArea .box .txt span{
	font-size:16px;
	line-height:26px;
}
/* lectureArea */
.lectureArea{margin-top:80px;}
.lectureArea h5{
	padding-top:0;
}
.lectureArea .inner{
	display:flex;
	justify-content:space-between;
}
.lectureArea .inner > div{
	width:48%;
}
.lectureArea .inner > div ul li{
	font-size:14px;
	line-height:22px;
	text-indent: -8px;
    margin-left: 5px;
}
.lectureArea .inner .bang_right ul li{
	margin-bottom:10px;
}
.lectureArea .inner > div ul li p{
	font-size:16px;
	font-weight:700;
	line-height:26px;
}
/* bookArea */
.bookArea{margin-top:80px;}
.bookArea  .flexArea{
	display:flex;
	justify-content:space-between
}
.bookArea  ul{
	width:450px
}
.bookArea  ul li{
	font-size:14px;
	line-height:22px;
	text-indent: -8px;
    margin-left: 5px;
}
/* broadcast */
.broadcast{margin-top:80px;}
.broadcast .txt{margin-bottom:50px;text-align:center;}
.broadcast .txt p{
	font-size:22px;
	font-weight:700;
	line-height:26px;
}
.broadcast .imgArea{
	text-align:center;
}
.btnArea{
	padding: 150px 0 80px;
	text-align:center;

}
.btnArea button{
	width:100px;
	height:45px;
	background:#4e4e4e;
	color:#fff;
}
@media (max-width: 900px){
	.lectureArea {
		padding-bottom: 0;
	}
}
@media (max-width: 750px){
	.topTitle {
		height: 15rem;
	}
	.topTitle .inner {
		width: 85%;
		padding: 0;
	}
	.topTitle h2{
		left:0
		font-family: 'Gmarket';
		font-weight: 700;
		font-size: 3.5rem;
	}
	h5{margin-bottom:4rem}
/* career */
	.career .careerArea .box{
		border:1px solid #4e4e4e;
		border-radius:2rem;
		padding:2.5rem 5rem;
		margin-left:3rem;
		margin-top:4rem;
		position:relative;	
	}
	.career .careerArea .box .titleNum{
		position:absolute;
		left:-3rem;;
		top:50%;
		transform:translateY(-50%);
		width:6rem;
		height:6rem;
		line-height:6rem;
		text-align:center;
		border-radius:50%;
		background:#00CB75;
		color:#fff;
		font-size:2.8rem;
		font-weight:700;
		font-family: 'Gmarket';
	}
	.career .careerArea .box .txt p{
		font-size:2.8rem;
		font-weight:700;
		margin-bottom:1rem;
	}
	.career .careerArea .box .txt span{
		font-size:2.4rem;
		line-height:3.2rem;
	}
	.lectureArea {
		padding-bottom: 0;
		margin-top:8rem;
	}
	.lectureArea .inner {
		display: block;
	}
	.lectureArea .inner > div{
		width:100%
	}
	.lectureArea .inner > div ul li{
		font-size:2.4rem;
		line-height:3.2rem;
		margin-left:0.8rem;
		text-indent:-1.1rem
	}
	.lectureArea .inner > div ul li p{
		font-size:2.8rem;
		line-height:3.8rem
	}
	.lectureArea .inner .bang_right ul li{
		margin-bottom:1rem;
	}
	.lectureArea .inner .rightArea {
		margin-top:8rem;
	}
	/* bookArea */
	.bookArea{
		margin-top:8rem;
	}
	.bookArea .flexArea{
		display:block;
	}
	.bookArea ul{
		width:100%;
	}
	.bookArea ul li{
		font-size:2.4rem;
		line-height:3.2rem;
		margin-left:0.8rem;
		text-indent:-1.1rem
	}
	.bookArea .imgArea{
		margin-top:5rem
	}
	/* .broadcast */
	.broadcast{
		margin-top:8rem
	}
	.broadcast .txt{
		margin-bottom:5rem;
	}
	.broadcast .txt p{
		font-size:2.8rem;
		line-height:3.6rem;
		word-break:keep-all;
	}
	.broadcast .txt br.pc{
		display:none;
	}
	.btnArea{
		padding: 15rem 0 8rem;
		text-align:center;

	}
	.btnArea button{
		width:12rem;
		height:5rem;
		background:#4e4e4e;
		color:#fff;
		font-size:2.2rem
	}
}