.pan {
	max-width: 1100px;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.pan #breadcrumb {
	overflow: visible;
}

.head_block {
	margin: 55px auto 0;
	width: calc(100% - 40px);
}

.head_block .head_text {
	width: 137px;
	display: block;
	margin: 0 auto;
}

.head_block h1 {
	font-size: 20px !important;
	line-height: 30px !important;
	margin: 12px 0 0 !important;
	text-align: center;
	padding: 0 !important;
}

.head_block .head_line {
	width: 90px;
	display: block;
	margin: 10px auto 0;
}

.author_detail {
	margin: 45px auto 0;
	max-width: 800px;
	width: calc(100% - 40px);
	position: relative;
	padding: 30px;
	background-color: #fffaca;
	display: flex;
	align-items: flex-start;
	gap: 30px;
	box-sizing: border-box;
}

.author_detail .deco {
	width: 36px;
	position: absolute;
	top: -4.5px;
	left: -4.5px;
}

.author_detail .author_img {
	width: 150px;
	min-width: 150px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
}

.author_detail .author_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author_detail .author_content {
	width: calc(100% - 180px);
	display: flex;
	align-items: center;
	min-height: 150px;
}

.author_detail .author_content h2 {
	font-size: 18px !important;
	line-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.author_detail .author_content .comment {
	font-size: 14px;
	line-height: 24px;
	margin: 2px 0 0;
}

.author_detail .author_content .genre {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}

.author_detail .author_content .genre .g_head {
	display: flex;
	align-items: center;
	gap: 2px;
}

.author_detail .author_content .genre .g_head img {
	width: 14px;
}

.author_detail .author_content .genre .g_head p {
	white-space: nowrap;
}

.author_detail .author_content .genre p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

.list_box {
	margin-top: 75px;
}

@media screen and (max-width: 1000px) {
	.author_detail {
		padding: 20px;
	}
}

@media screen and (max-width: 600px) {
	.pan #breadcrumb {
		white-space: normal;
	}

	#breadcrumb ol {
		display: flex;
		align-items: center;
		gap: 3px;
	}

	#breadcrumb ol li {
		display: flex;
		align-items: center;
		gap: 3px;
		white-space: nowrap;
	}

	#breadcrumb ol li.l_item {
		white-space: normal;
	}

	#breadcrumb ol li.l_item a span {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.head_block .head_text {
		width: 110px;
	}

	.head_block h1 {
		font-size: 18px !important;
		line-height: 26px !important;
	}

	.head_block h1 span {
		display: inline-block;
	}

	.author_detail {
		flex-wrap: wrap;
		gap: 15px;
		justify-content: center;
	}

	.author_detail .author_content {
		width: 100%;
		min-height: 0;
		display: block;
	}

	.author_detail .author_content h2 {
		width: 100%;
		display: flex;
		justify-content: center;
		font-size: 16px !important;
		line-height: 24px !important;
	}
}
