#content {
	padding-bottom: 160px;
}

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

h1 {
	max-width: 315px;
	width: 100%;
	margin: 50px auto 0 !important;
}

h1 img {
	width: 100%;
}

.top_text {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-top: 40px;
}

.author_list {
	max-width: 1100px;
	width: calc(100% - 40px);
	margin: 105px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 100px 5%;
}

.author_list .author {
	width: calc(85% / 4);
	transition: all 0.3s;
	cursor: pointer;
}

.author_list .author:hover {
	opacity: 0.6;
}

.author_list .author:has(.sns_block a:hover),
.author_list .author:has(.sns_block a:focus-visible) {
	opacity: 1;
}

.author_list .author .author_content {
	display: block;
	width: 100%;
}

.author_list .author .author_img {
	max-width: 150px;
	width: 100%;
	aspect-ratio: 1/1;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: solid 1.5px #eee;
}

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

.author_list .author .name {
	font-size: 18px !important;
	line-height: 28px;
	margin: 10px 0 0 !important;
	display: flex;
	justify-content: center;
	padding: 0 !important;
	word-break: break-all;
}

.author_list .author .comment {
	margin-top: 15px;
	padding: 10px 15px;
	border-radius: 10px;
	background-color: #dce6dc;
	position: relative;
}

.author_list .author .comment::before {
	content: '';
	width: 15px;
	height: 10px;
	background-color: #dce6dc;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	margin: auto;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.author_list .author .comment p {
	font-size: 14px;
	line-height: 21px;
}

.author_list .author .exp {
	font-size: 15px;
	line-height: 25px;
	margin: 10px 0 0 !important;
	padding-bottom: 10px;
	border-bottom: dotted 2.5px #222;
}

.author_list .author .forte {
	margin-top: 15px;
}

.author_list .author .forte .forte_head {
	display: flex;
	align-items: center;
	gap: 5px;
}

.author_list .author .forte .forte_head img {
	width: 14px;
}

.author_list .author .forte .forte_head p {
	font-size: 14px;
	line-height: 1;
}

.author_list .author .forte .forte_text {
	margin: 5px 0 0 !important;
	font-size: 14px;
	line-height: 22px;
}

.author_list .author .sns_block {
	display: flex;
	align-items: center;
	gap: 13px;
	flex-wrap: wrap;
	margin-top: 15px;
}

.author_list .author .sns_block a {
	transition: all 0.3s;
}

.author_list .author .sns_block a:hover {
	opacity: 0.6;
}

.author_list .author .sns_block .author_instagram {
	width: 30px;
}
.author_list .author .sns_block .author_x {
	width: 30px;
}
.author_list .author .sns_block .author_facebook {
	width: 30px;
}
.author_list .author .sns_block .author_tiktok {
	width: 25.5px;
}
.author_list .author .sns_block .author_youtube {
	width: 35px;
}

.author_list .author .sns_block a img {
	width: 100%;
}

.author_list .author .more {
	display: inline-flex;
	margin-top: 20px;
	max-width: 100%;
	width: auto;
	height: 16px;
}

.author_list .author .more img {
	width: auto;
	height: 100%;
}

.rcr_btn {
	max-width: 800px;
	width: 90%;
	display: block;
	margin: 125px auto 0;
	transition: all 0.3s;
}

.rcr_btn:hover {
	opacity: 0.6;
}

.rcr_btn img {
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.author_list .author {
		width: calc(90% / 3);
	}

	/* .author_list .author .name {
		font-size: 16px;
		line-height: 24px;
	} */
}

@media screen and (max-width: 600px) {
	h1 {
		max-width: 255px;
	}

	.top_text {
		font-size: 16px;
		line-height: 20px;
		margin-top: 35px;
	}

	.author_list {
		margin: 80px auto 0;
		gap: 75px 5%;
	}

	.author_list .author {
		width: calc(95% / 2);
	}

	.author_list .author .author_img {
		width: 80%;
	}

	.author_list .author .name {
		font-size: 16px !important;
		line-height: 24px !important;
	}

	.author_list .author .comment {
		padding: 10px;
	}

	.author_list .author .exp {
		font-size: 14px;
		line-height: 22px;
	}

	.author_list .author .sns_block {
		gap: 10px;
	}

	.author_list .author .sns_block .author_instagram,
	.author_list .author .sns_block .author_x,
	.author_list .author .sns_block .author_facebook {
		width: 24px;
	}
	.author_list .author .sns_block .author_tiktok {
		width: 20px;
	}
	.author_list .author .sns_block .author_youtube {
		width: 28px;
	}
}
