.doctor_detail_section {
	padding-top: 160px;
	background-color: #d3ddeb;
}
.doctor_photo_wrap {
	display: block;
}
.doctor_photo {
	text-align: center;
	width: 35%;
}
.doctor_photo img {
	width: 100%;
	max-width: 526px;
	border-radius: 10px;
	overflow: hidden;
}
.doctor_category {
	font-size: 18px;
	font-weight: 800;
	color: #1f4bb4;
}
.doctor_nameduty {
	margin-bottom: 10px;
}
.doctor_name {
	font-size: 24px;
	font-weight: 700;
}
.doctor_duty {
	font-size: 18px;
	font-weight: 700;
}
.doctor_subject {
	font-size: 17px;
	margin-bottom: 40px;
	width: 100%;
	max-width: 650px;
}
.work_time {
	margin: 20px 0;
}
.work_time_table {
	border: 1px solid #152c44;
	border-radius: 15px;
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	max-width: 650px;
	margin-bottom: 7px;
}
.work_time_table thead tr th {
	background-color: #152c44;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	padding: 10px 15px;
	text-align: center;
}
.work_time_table tbody tr td {
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	padding: 10px 15px;
	text-align: center;
}
.work_time_table tbody tr td i {
	font-size: 20px;
}
.work_time_text {
	margin-top: 5px;
	font-size: 14px;
}
.work_time_text span {
	display: inline-block;
	margin: 0 5px;
}
.career_title {
	padding: 20px 0 5px 3px;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #000000;
	width: 100%;
	max-width: 500px;
	margin-bottom: 20px;
}
.career {
	line-height: 26px;
}
.etc_title {
	padding: 20px 0 5px 3px;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #000000;
	width: 100%;
	max-width: 500px;
	margin-bottom: 20px;
}
.etc {
	line-height: 26px;
	min-height: 300px;
}

/*
@keyframes doctorFixed {
	from {
		width: 526px;
	}
	to {
		width: 450px;
	}
}
*/

@media(min-width:992px) {
	.doctor_detail_section {
		padding-top: 160px;
		background-color: #d3ddeb;
	}
	.doctor_photo_wrap {
		width: 87%;
		height: 100%;
		display: flex;
		align-items: flex-end;
	}
	.doctor_photo {
		text-align: center;
		width: 35%;

		position: fixed;
		bottom: 0;
	}
	.doctor_photo img {
	}
	.doctor_photo.doctor_fixed {
	}
	/*
	.doctor_photo.doctor_fixed img {
		animation-name: doctorFixed;
		animation-duration: 0.6s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}
	*/
	.doctor_category {
		font-size: 18px;
		color: #1f4bb4;
	}
	.doctor_nameduty {
		margin-bottom: 10px;
	}
	.doctor_name {
		font-size: 36px;
		font-weight: 700;
	}
	.doctor_duty {
		font-size: 26px;
		font-weight: 700;
	}
	.work_time {
		margin: 20px 0;
	}
	.work_time_table {
		border: 1px solid #152c44;
		border-radius: 15px;
		background-color: #ffffff;
		overflow: hidden;
		width: 100%;
		max-width: 650px;
	}
	.work_time_table thead tr th {
		background-color: #152c44;
		font-size: 16px;
		font-weight: 700;
		color: #ffffff;
		padding: 10px 15px;
		text-align: center;
	}
	.work_time_table tbody tr td {
		border-top: 1px solid #bfbfbf;
		border-right: 1px solid #bfbfbf;
		padding: 10px 15px;
		text-align: center;
	}
	.work_time_table tbody tr td i {
		font-size: 20px;
	}
	.work_time_text {
		margin-top: 5px;
		font-size: 16px;
	}
	.work_time_text span {
		display: inline-block;
		margin: 0 5px;
	}
	.career_title {
		padding: 20px 0 5px 3px;
		font-size: 22px;
		font-weight: 700;
		border-bottom: 1px solid #000000;
		width: 100%;
		max-width: 500px;
		margin-bottom: 20px;
	}
	.career {
		line-height: 26px;
	}
	.etc_title {
		padding: 20px 0 5px 3px;
		font-size: 22px;
		font-weight: 700;
		border-bottom: 1px solid #000000;
		width: 100%;
		max-width: 500px;
		margin-bottom: 20px;
	}
	.etc {
		line-height: 26px;
		min-height: 300px;
	}
}


@media(min-width:992px) {
	.
}


.time1 {
	display: flex;
	align-items: center;
	color: #84be2d;
}
.time1 i {
	color: #84be2d;
	margin-right: 5px;
}
.time2 {
	display: flex;
	align-items: center;
	color: #2f6cbe;
}
.time2 i {
	color: #2f6cbe;
	margin-right: 5px;
}
.time3 {
	display: flex;
	align-items: center;
	color: #ec1715;
}
.time3 i {
	color: #ec1715;
	margin-right: 5px;
}
.time4 {
	display: flex;
	align-items: center;
	color: #000000;
}
.time4 i {
	color: #000000;
	margin-right: 5px;
}