



.instructorTop{
	display: flex;
	flex-wrap: wrap;

	background: #000;
}

.instructorImg{
	width: 60%;
	max-height:900px;
}
.instructorImg img{
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}
.instructorName{
	width: 40%;
	
	padding: 100px;
}
.instructorName h1{
	color: #fff;
	font-size: 40px;
}



.instSns{
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	margin-top: 30px;
}

.instSns li{
	width: 50px;
}
.instSns li img{
	width: 100%;
	height: auto;
}



.instructorBody{
	border-top:2px solid #fff;
	background: #000;
	color: #fff;
	padding: 100px 0 100px;
}
.instructorBody .instructorBodyTxt{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.instructorBody h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.instructorBody p{
	font-size: 14px;
	margin-bottom: 30px;
}
.instructorBody ul {
	font-size: 14px;
	margin-left: 1.2em;
	margin-bottom: 30px;
}
.instructorBody ul li{
	list-style-type: circle;
	font-size: 14px;
	margin-bottom: 10px;
}




.backbtninst{
	text-align: center;
	padding-top: 50px;
}
.backbtninst a{
	background: #FF6684;
	position: relative;
	padding: 20px 50px 20px 70px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	
}
.backbtninst a::before{
	content: "";
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #FFDD00;
	border-left: 1px solid #FFDD00;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 30px;
}










@media screen and (max-width: 480px) {




	.instructorTop{
		display: flex;
		flex-wrap: wrap;

		background: #000;
	}

	.instructorImg{
		width: 100%;
		max-height:110vw;
	}
	.instructorImg img{
		object-fit: cover;
		object-position: top;
		width: 100%;
		height: 100%;
	}
	.instructorName{
		width: 100%;

		padding: 20px;
	}
	.instructorName h1{
		color: #fff;
		font-size: 30px;
	}



	.instSns{
		display: flex;
		gap: 10px;
		justify-content: flex-start;
		margin-top: 5px;
	}

	.instSns li{
		width: 30px;
	}
	.instSns li img{
		width: 100%;
		height: auto;
	}



	.instructorBody{
		border-top:2px solid #fff;
		background: #000;
		color: #fff;
		padding: 30px 15px;
	}
	.instructorBody .instructorBodyTxt{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}

	.instructorBody h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.instructorBody p{
		font-size: 12px;
		margin-bottom: 30px;
		line-height: 200%;
	}
	.instructorBody ul {
		font-size: 12px;
		margin-left: 1.2em;
		margin-bottom: 30px;
	}
	.instructorBody ul li{
		list-style-type: circle;
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 200%;
	}




	.backbtninst{
		text-align: center;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.backbtninst a{
		background: #FF6684;
		position: relative;
		padding: 14px 30px 14px 50px;
		display: inline-block;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: .1em;

	}
	.backbtninst a::before{
		content: "";
		width: 10px;
		height: 10px;
		border-bottom: 1px solid #FFDD00;
		border-left: 1px solid #FFDD00;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 46%;
		left: 30px;
	}






}



