@import url(./book_reply_mobile.css);
.p2-comment-section {
	width: 100%;
}

.p2-comment-section-num {
	margin-left: 12px;
}

.p2-comment-section-content {
	margin-top: 24px;
	padding-bottom: 24px;
}

.p2-comment-section-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p2-my-comment-box,
.p2-comment-box-other {
	display: flex;
	gap: 16px;
}

.p2-left-avatar {
	flex-shrink: 0;
	width: 40px;
}

.p2-left-avatar img {
	display: flex;
	align-items: flex-start;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.p2-right-input {
	flex: 1;
	position: relative;
}

.p2-right-input textarea {
	padding: 16px;
	width: 100%;
	outline: none;
	border: 1px solid #DAE0EE;
	resize: none;
	word-break: break-all;
}

.p2-right-input textarea::placeholder {
	font-size: 14px;
	color: #A6ACBC;
	position: relative;
	top: -3px;
}

.p2-submit-btn {
	position: absolute;
	cursor: pointer;
	right: 12px;
	bottom: 12px;
	width: 76px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #1549C0;
	border-radius: 30px;
	font-size: 14px;
}

.p2-comment-other-detail {
	font-size: 14px;
	color: #384572;
	line-height: 20px;
	word-break: break-word;
}

.p2-comment-other-info {
	display: flex;
	height: 40px;
	justify-content: space-between;
	align-items: center;
}

.p2-comment-user-info {
	display: flex;
	gap: 16px;
}

.p2-user-info-name {
	font-size: 14px;
	font-weight: 600;
	color: #384572;
}

.p2-user-info-time {
	font-size: 13px;
	color: #A6ACBC;
}

.p2-comment-user-btn {
	display: flex;
	gap: 24px;
	font-size: 13px;
	color: #384572;
	cursor: pointer;
	user-select: none;
}

.p2-comment-btn-reply,
.p2-comment-btn-delete {
	display: flex;
	align-items: center;
	gap: 4px;
}

.p2-comment-other-reply {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p2-comment-other-reply:empty {
	margin-top: 0;
}

.p2-reply-tag {
	font-size: 14px;
	color: #A6ACBC;
}

.p2-reply-name {
	color: #384572;
	margin-left: 4px;
}

.disabled {
	cursor: not-allowed;
	opacity: .6;
}

.p2-comment-other-reply:empty {
	margin-top: 0;
}