@charset "UTF-8";

#container .comment_wrap {
	margin-top: 48px;
}

/* 댓글 헤더 */
#container .comment_header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

/* 댓글 헤더 (댓글 수) */
#container .comment_header .comment_count {
	display: flex;
	align-items: center;
}

#container .comment_header .comment_count span {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.025em;
	font-size: 16px;
}

#container .comment_header .comment_count span + span {
	font-weight: 400;
	color: var(--txt-color-500);
	font-size: 12px;
	margin-left: 8px;
}

/* 댓글 헤더 (정렬 순서) */
#container .comment_header .comment_order {
	display: flex;
	gap: 16px;
}





/* 댓글 작성 */
#container .comment_write {
	margin-bottom: 32px;
}

/* 댓글 작성 (비로그인) */
#container .comment_write a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 12px;
	border: 1px solid var(--line-color2);
	border-radius: 4px;
	color: var(--txt-color-500);
}

#container .comment_write a span:last-child {
	font-size: 12px;
}

/* 댓글 작성 (로그인 - 프로필) */
#container .comment_write .login_user {
	margin-top: 8px;
	display: flex;
	gap: 4px;
	align-items: center;
}

#container .comment_write .login_user img {
	border-radius: 50%;
	background: #ddd;
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

#container .comment_write .login_user span {
	color: var(--txt-color-600);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.02em;
	font-size: 14px;
}

/* 댓글 작성 (로그인 - 작성창) */
#container .comment_write .comment_input {
	background: #FFF;
	border-radius: 4px;
	margin-bottom: 8px;
	margin-top: 8px;
	position: relative;
	display: block;
	border: 1px solid var(--line-color2);
}

#container .comment_write .comment_input.focus {
	border: 1px solid var(--point-color2);
}

#container .comment_write .comment_input textarea {
	height: 58px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.4px;
	font-weight: 400;
	padding: 12px 12px 0px;
	width: 100%;
	color: var(--txt-color-600);
    background: #FFF;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
}

#container .comment_write .comment_input span {
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -0.2px;
	font-weight: 500;
	color: #B1B3B5;
    margin: 0px 12px 12px 0px;
}

#container .comment_write .write_btn {
	text-align: right;
}





/* 목록 */
#container .comment_list .comment {
	width: 100%;
	height: 100%;
	padding: 24px 0;
	border-bottom: 1px solid var(--line-color1);
	background: #FFF;
}

#container .comment_list li:last-child {
	border-bottom: none;
}

#container .comment_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

#container .comment_info .comment_writer {
	display: flex;
	gap: 8px;
	align-items: center;
}

#container .comment_info .comment_writer img {
	border-radius: 50%;
	background: #ddd;
	width: 24px;
	height: 24px;
}

#container .comment_info .comment_writer span {
	font-size: 14px;
	font-weight: 500;
}

#container .comment_info .comment_writer span:last-child {
	font-size: 12px;
	font-weight: 300;
	color: var(--txt-color-500);
}

#container .comment_info .comment_action {
	display: flex;
	gap: 8px;
	align-items: center;
}

#container .comment_info .comment_action a {
	font-size: 14px;
	font-weight: 500;
	color: var(--txt-color-500);
}

#container .comment_content {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.02em;
}

#container .comment_tool {
	display: flex;
	gap: 10px;
	margin-top: 12px;
}




/* 대댓글 */
#container .subcomment_list .subcomment {
	width: 100%;
	height: 100%;
	padding: 24px 0;
	border-bottom: 1px solid var(--line-color1);
	background: #FFF;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
}

#container .subcomment .subcomment_arrow {
	width: 20px;
	height: 20px;
}

#container .subcomment_inner {
	width: 100%;
}

#container .subcomment_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

#container .subcomment_info .subcomment_writer {
	display: flex;
	gap: 8px;
	align-items: center;
}

#container .subcomment_info .subcomment_writer img {
	border-radius: 50%;
	background: #ddd;
	width: 24px;
	height: 24px;
}

#container .subcomment_info .subcomment_writer span {
	font-size: 14px;
	font-weight: 500;
}

#container .subcomment_info .subcomment_writer span:last-child {
	font-size: 12px;
	font-weight: 300;
	color: var(--txt-color-500);
}

#container .subcomment_info .subcomment_action {
	display: flex;
	gap: 8px;
	align-items: center;
}

#container .subcomment_info .subcomment_action a {
	font-size: 14px;
	font-weight: 500;
	color: var(--txt-color-500);
}

#container .subcomment_content {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.02em;
}





/* 더보기 버튼 */
#container .content .more_comment_btn {
	margin-top: 24px;
}