@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css");
@font-face {
	font-family: "ONE-Mobile-POP";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff")
		format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans";
	src: url(//t1.daumcdn.net/tistory_admin/static/font/notokr-regular.woff2)
			format("woff2"),
		url(//t1.daumcdn.net/tistory_admin/static/font/notokr-regular.woff)
			format("woff");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Noto Sans";
	src: url(//t1.daumcdn.net/tistory_admin/static/font/notokr-demilight.woff2)
			format("woff2"),
		url(//t1.daumcdn.net/tistory_admin/static/font/notokr-demilight.woff)
			format("woff");
	font-style: normal;
	font-weight: 100;
}
@font-face {
	font-family: "Noto Sans";
	src: url(//t1.daumcdn.net/tistory_admin/static/font/notokr-bold.woff2)
			format("woff2"),
		url(//t1.daumcdn.net/tistory_admin/static/font/notokr-bold.woff)
			format("woff");
	font-style: normal;
	font-weight: bold;
}

/* reset */
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
	margin: 0;
	padding: 0;
	outline: none;
}
fieldset,
img {
	border: 0 none;
}
dl,
ol,
menu {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
input,
select,
textarea,
button {
	vertical-align: middle;
}
input::-ms-clear {
	display: none;
}
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}
body {
	background: #fff; /* Main background changed to white */
}
body,
th,
td,
input,
select,
textarea,
button {
	font-size: 14px;
	line-height: 1.5;
	font-family: "Noto Sans", sans-serif;
	color: #333; /* Default text color changed for readability */
}
a {
	color: #333;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}
a:active {
	background-color: transparent;
}
address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: normal;
}
.paging ~ .non-paging {
	display: none;
}
.non-paging {
	margin-left: 250px;
    width: calc(100% - 250px);
    height: 7vh;
    background-color: #eee; /* Changed background */
    box-sizing: border-box;
    text-align: center;
    color: #333; /* Changed text color */
    box-sizing: border-box;
}

svg {
	width: 21px;
	fill: #555; /* Changed icon fill color */
	transition: all 0.3s;
	cursor: pointer;
}
#sidebar .search svg {
	width: 18px;
	position: relative;
	top: 3px;
}
svg:hover {
	fill: #000; /* Changed icon hover fill color */
}
figure.fileblock .name, #tt-body-page figure.fileblock .name {
	color: #333; /* Changed text color */
}

#tistorytoolbarid {
	display: none;
}
#detail_page .article .contents_style ol {
	font-size: 18px;
	line-height: 1.5;
	margin: 0px;
}
#detail_page .article .contents_style ol li {
	line-height: 1.5;
	padding: 4px 0px;
}

.contents_style table td {
	color: #333; /* Changed text color */
	font-size: 16px;
}
#detail_page .article .tableofcontents p:last-child {
	margin-bottom: 0px;
}
.hljs .hljs-comment,
.hljs .hljs-quote {
	font-style: normal;
}
.contents_style table td {
	padding-left: 15px;
}
#detail_page .contents_style blockquote[data-ke-style="style3"] {
	border: none;
	color: #333 !important; /* Changed text color */
	background-color: #eee; /* Changed background color */
}

#detail_page .bundle_post a {
	color: #111; /* Kept dark for links */
}

.commentlist ul {
	list-style: none;
	padding: 0px;
}

#detail_page .container_postbtn .btn_menu_toolbar {
	float: right;
	margin: 20px 0 0 0;
}

.copyright {
	width: 90%;
	margin: 0px auto;
	color: #777; /* Changed text color */
	text-indent: 5px;
	font-size: 14px;
	font-family: "Noto Sans";
}

.copyright > a {
	color: #777; /* Changed text color */
	display: inline-block;
	margin-left: 2px;
}

.copyright > a:hover {
	color: #333; /* Changed hover text color */
}


/* layout */
#container {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#contentWrap {
	margin-left: 250px;
	width: calc(100% - 250px);
	min-height: 93vh;
	background-color: #f9f9f9; /* Changed main content background */
	box-sizing: border-box;
	padding-top: 60px;
	padding-left: 60px;
	padding-bottom: 0px;
}
#contentWrap:after {
	display: block;
	clear: both;
	content: "";
}
#content {
}
#content::after {
	content: "";
	display: block;
	clear: both;
}

#content .list_content {
	font-size: 16px;
	width: 22%;
	box-sizing: border-box;
	overflow: hidden;
	height: 205px;
	border-radius: 15px;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 40px;
	transition: all 0.4s;
    padding: 30px 10px 0px;
	background: #fff; /* Changed background */
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1); /* Adjusted shadow for light theme */
}

#content .list_content:hover {
	box-shadow: 0px 5px 20px rgba(0,0,0,0.15); /* Adjusted hover shadow */
}

#content .list_content:nth-of-type(4n) {
	margin-right: 0;
}

#content .list_content .link_post {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#content .list_content .link_post .catgory {
	font-size: 12px;
	color: #555; /* Changed text color */
	padding: 5px 15px;
	border-radius: 20px;
	border: 1px solid #ccc; /* Changed border color */
	text-align: center;
	margin-left: 13px;
}
#content .list_content .link_post .tit_post {
	font-size: 16px;
	color: #333; /* Changed text color */
	padding-top: 15px;
	padding-left: 17px;
	letter-spacing: 0px;
	font-weight: 100;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 15px;
}
#content .list_content .link_post .txt_post {
	font-size: 14px;
	color: #666; /* Changed text color */
	padding-top: 5px;
	padding-left: 17px;
	letter-spacing: 0px;
	font-weight: 100;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-right: 15px;
	margin-bottom: 5px;
}
#content .list_content .link_post .detail_info {
	margin-left: 17px;
}
#content .list_content .link_post .detail_info .txt_bar {
	color: #888;
}
#sidebar ul,
#sidebar ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar {
	width: 250px;
	box-sizing: border-box;
	background-color: #f0f0f0; /* Changed sidebar background */
	height: 100%;
	padding-top: 60px;
	font-family: "Galmuri11";
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1); /* Adjusted shadow */
}
#sidebar::-webkit-scrollbar {
	display: none;
}
#sidebar .profile_img {
	width: 100px;
	height: 100px;
	border-radius: 30px;
	margin: 0px auto;
	overflow: hidden;
}
#sidebar .profile_desc {
	text-align: center;
	color: #555; /* Changed text color */
	font-size: 12px;
	margin-bottom: 15px;
}
#sidebar h1 {
	text-align: center;
}
#sidebar h1 a {
	font-size: 18px;
	color: #333; /* Changed text color */
	font-weight: bold;
}
#sidebar .profile_img img {
	width: 100%;
}
#sidebar .counter {
	width: 90%;
	margin: 0px auto;
	box-sizing: border-box;
	background-color: #e9e9e9; /* Changed background */
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}
#sidebar .counter::after {
	content: "";
	display: block;
	clear: both;
}
#sidebar .counter > p {
	color: #333; /* Changed text color */
	text-align: center;
	width: 33.33%;
	float: left;
}
#sidebar .counter > p > span {
	display: block;
	text-align: center;
	margin-top: 10px;
	color: #777;
	font-size: 12px;
}

#sidebar .link {
	width: 90%;
	margin: 0px auto;
	box-sizing: border-box;
	background-color: #e9e9e9; /* Changed background */
	border-radius: 10px;
	padding: 13px 15px 11px;
	margin-bottom: 15px;
}
#sidebar .link a {
	display: inline-block;
	margin: 0px 20px;
	color: #555; /* Changed text color */
	font-size: 20px;
	transition: all 0.5s;
}
#sidebar .link a:hover {
	color: #000; /* Changed hover text color */
}

#sidebar .search {
	width: 90%;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 15px;
	background-color: #e9e9e9; /* Changed background */
	text-align: center;
	border-radius: 10px;
	margin-bottom: 15px;
}
#sidebar .search > i {
	cursor: pointer;
	color: #555; /* Changed icon color */
	font-size: 16px;
	margin-left: 10px;
}
#sidebar .search > input {
	background-color: #fff; /* Changed input background */
	border: 1px solid #ccc; /* Added border */
	color: #333; /* Changed input text color */
	padding: 5px;
	border-radius: 5px;
}

#sidebar .category a {
	display: block;
	width: 90%;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 15px;
	background-color: #e9e9e9; /* Changed background */
	border-radius: 10px;
	margin-bottom: 15px;
	color: #555; /* Changed text color */
	font-size: 12px;
	font-family: "Noto Sans";
	transition: all 0.2s;
}
#sidebar .category a:hover {
	text-decoration: none;
	background-color: #ddd; /* Changed hover background */
	color: #000; /* Changed hover text color */
}

#footer {
}

/* 상세페이지 */
#detail_page {
	color: #333; /* Changed main text color for detail page */
	width: 1200px;
	margin: 0px auto;
	box-sizing: border-box;
	padding-bottom: 30px;
}
#detail_page a {
	color: #333; /* Changed link color */
	text-decoration: none;
}
#detail_page .titleWrap .category {
	margin-bottom: 10px;
	text-align: center;
}
#detail_page .titleWrap .category a {
	text-align: center;
	padding: 3px 15px;
	border: 1px solid #aaa; /* Changed border color */
	display: inline-block;
	border-radius: 20px;
	color: #777; /* Changed text color */
	font-size: 12px;
}
#detail_page .titleWrap h2 {
	margin-bottom: 10px;
	text-align: center;
}
#detail_page .titleWrap h2 a {
	font-size: 30px;
	line-height: 1.2;
	color: #333; /* Ensure heading link color is dark */
}
#detail_page .titleWrap .author {
	font-size: 16px;
	color: #777; /* Changed text color */
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd; /* Changed border color */
	text-align: center;
}
#detail_page .another_category {
	display: none;
}

#detail_page .container_postbtn .btn_post {
	padding: 0px 20px;
}

#detail_page .container_postbtn .postbtn_like {
	padding: 10px 20px;
	border-radius: 40px;
}

#detail_page .article {
	background-color: #fff; /* Changed article background */
	box-sizing: border-box;
	padding: 50px 50px 20px 50px;
	border-radius: 15px; /* Softened radius */
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); /* Adjusted shadow */
	font-family: "Noto Sans", sans-serif;
	width: 1000px;
	position: relative;
}

#detail_page .article .contents_style {
	color: #333; /* Changed text color */
	font-family: "Noto Sans", sans-serif;
}

#detail_page .article .contents_style ul {
	font-size: 18px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	padding-left: 23px;
	list-style-type: disc; /* Ensure list style is visible */
}

#detail_page .article .contents_style ul li {
	line-height: 1.5;
	padding-top: 8px;
}

#detail_page .article .tableofcontents {
	width: 240px;
	min-height: 100px;
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	right: -260px;
	background-color: #f9f9f9; /* Changed background */
	border-radius: 15px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Adjusted shadow */
	transition: all 0.2s;
}

#detail_page .article .tableofcontents p {
	font-size: 14px;
	color: #777; /* Changed text color */
	margin-bottom: 10px;
	cursor: pointer;
}
#detail_page .article .tableofcontents p.on {
	color: #007bff; /* Changed active text color (example accent) */
	font-weight: bold;
}

#detail_page .article h2 {
	font-size: 32px;
	font-weight: bold;
	color: #333; /* Changed text color */
	line-height: 2.5;
}
#detail_page .article h3 {
	font-size: 26px;
	font-weight: bold;
	color: #444; /* Changed text color */
	line-height: 2;
}

#detail_page .article h4 {
	font-size: 20px;
	font-weight: bold;
	color: #555; /* Changed text color */
	line-height: 2;
}

#detail_page .article p {
	font-size: 18px;
	font-weight: 100;
	color: #333; /* Changed text color */
	line-height: 1.7;
}

#detail_page .contents_style blockquote[data-ke-style="style1"] {
	color: #333; /* Changed text color */
	border-left: 3px solid #007bff; /* Example accent color */
	padding-left: 15px;
	background-color: #f9f9f9;
}

#detail_page .contents_style blockquote[data-ke-style="style2"] {
	color: #333; /* Changed text color */
	font-size: 18px;
	border-left: 3px solid #6c757d; /* Example accent color */
	padding-left: 15px;
	background-color: #f9f9f9;
}

#detail_page .contents_style blockquote[data-ke-style="style3"] {
	color: #333;
	border-radius: 10px;
	font-size: 18px;
	background-color: #e9ecef; /* Changed background */
	padding: 15px;
}

#detail_page .article code {
	background-color: #e9ecef; /* Changed background */
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 16px;
	color: #212529; /* Changed text color */
	border: 1px solid #ced4da; /* Added border */
	margin: 20px 0px;
	font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#detail_page .article code.hljs {
	padding: 30px;
	background-color: #f8f9fa; /* Changed background for code blocks */
	font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	line-height: 1.8;
	color: #212529; /* Base text color for code */
	border: 1px solid #dee2e6;
	border-radius: 5px;
}

/* You might need to adjust specific .hljs styles if you use a particular light theme for highlight.js */

#detail_page .area_related .tit_related {
	display: inline-block;
	padding: 30px 0px;
	font-size: 22px;
	font-weight: bold;
	color: #333; /* Ensure title is dark */
}
#detail_page .area_related .list_related::after {
	content: "";
	display: block;
	clear: both;
}
#detail_page .area_related .list_related li {
	background-color: #fff; /* Changed background */
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px; /* Softened radius */
	margin-bottom: 15px;
	width: 18%;
	margin-right: 2.5%;
	float: left;
	min-height: 88px;
	transition: all 0.5s;
	border: 1px solid #eee; /* Added light border */
}
#detail_page .area_related .list_related li:nth-of-type(5n) {
	margin-right: 0;
}
#detail_page .area_related .list_related li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333; /* Ensure link text is dark */
}
#detail_page .area_related .list_related li:hover {
	transform: translateY(-5px); /* Adjusted hover effect */
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
#detail_page .area_related .list_related li a::after {
	content: "";
	display: block;
	clear: both;
}

#detail_page .area_related .list_related li .txt_related {
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
	color: #333;
}
#detail_page .area_related .list_related li .date_related {
	display: block;
	text-align: center;
	color: #777;
}
#detail_page .comment h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}
#detail_page .commentWrite {
	width: 600px;
	box-sizing: border-box;
	padding: 30px 30px 15px 30px;
	background-color: #f9f9f9; /* Changed background */
	border-radius: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05); /* Adjusted shadow */
	margin-bottom: 20px;
}

#detail_page .commentWrite::after {
	content: "";
	display: block;
	clear: both;
}

#detail_page .commentWrite .comment_name {
	padding: 10px;
	background-color: #fff; /* Changed input area background */
	border: 1px solid #ccc; /* Added border */
	border-radius: 5px;
	width: 49%;
	margin-right: 2%;
	box-sizing: border-box;
	float: left;
}
#detail_page .commentWrite .comment_name input {
	background-color: #fff;
	border: none;
	color: #333; /* Changed input text color */
	width: 100%; /* Ensure input takes full width of container */
}

#detail_page .commentWrite .commemt_pwd {
	padding: 10px;
	background-color: #fff; /* Changed input area background */
	border: 1px solid #ccc; /* Added border */
	border-radius: 5px;
	width: 49%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
}
#detail_page .commentWrite .commemt_pwd input {
	background-color: #fff;
	border: none;
	color: #333; /* Changed input text color */
	width: 100%; /* Ensure input takes full width of container */
}
#detail_page .commentWrite .comment_txt {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
}

#detail_page .commentWrite .comment_txt textarea {
	background-color: #fff; /* Changed textarea background */
	width: 100%;
	box-sizing: border-box;
	resize: none;
	border: 1px solid #ccc; /* Added border */
	padding: 15px;
	font-size: 14px;
	color: #333; /* Changed textarea text color */
	border-radius: 5px;
	height: 150px;
}

#detail_page .commentWrite .comment_submit {
	float: left;
}

#detail_page .commentWrite .comment_submit input {
	border: 1px solid #007bff; /* Example accent color for button */
	padding: 8px 15px;
	text-align: center;
	color: #007bff;
	background-color: #fff;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.2s;
}
#detail_page .commentWrite .comment_submit input:hover {
    background-color: #007bff;
    color: #fff;
}

#detail_page .commentWrite .secretWrap {
	float: right;
	padding: 8px 15px;
	text-align: center;
	color: #555; /* Changed text color */
	background-color: #f9f9f9; /* Changed background */
	border-radius: 20px;
	border: 1px solid #ccc; /* Changed border */
}
#detail_page .commentWrite .secretWrap input[type="checkbox"]{
    margin-right: 5px;
}


#detail_page #entry62Comment > ul > li .rp_admin .image,
#detail_page s_rp > ul > li .rp_admin .image {
	float: right;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	overflow: hidden;
}

#detail_page #entry62Comment > ul > li .rp_admin .image img,
#detail_page s_rp > ul > li .rp_admin .image img {
	width: 100%;
}

#detail_page #entry62Comment > ul > li .rp_admin .com_box,
#detail_page s_rp > ul > li .rp_admin .com_box {
	float: right;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 20px 20px 15px 20px;
	background-color: #e9ecef; /* Changed admin comment background */
	border-radius: 15px 0px 15px 15px; /* Adjusted radius for speech bubble */
	margin-top: 20px;
	position: relative;
	max-width: calc(100% - 120px);
	margin-bottom: 10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#detail_page #entry62Comment > ul > li .rp_admin .com_box::after,
#detail_page s_rp > ul > li .rp_admin .com_box::after {
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e9ecef; /* Match com_box background */
	display: block;
	z-index: 0;
	right: -10px; /* Position arrow correctly */
	top: 15px;
}

#detail_page #entry62Comment > ul > li .rp_admin .com_box .name a,
#detail_page s_rp > ul > li .rp_admin .com_box .name a {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #007bff; /* Example accent */
	border-radius: 20px;
	color: #007bff; /* Changed text color */
	font-size: 14px;
	background-color: #fff;
}

#detail_page #entry62Comment > ul > li .rp_admin .com_box .com_txt,
#detail_page s_rp > ul > li .rp_admin .com_box .com_txt {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #333; /* Changed text color */
}

#detail_page #entry62Comment > ul > li .rp_admin .com_box .date,
#detail_page s_rp > ul > li .rp_admin .com_box .date {
	padding-left: 5px;
	color: #777;
}


#detail_page #entry62Comment > ul > li .rp_general .image,
#detail_page s_rp > ul > li .rp_general .image {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	overflow: hidden;
}

#detail_page #entry62Comment > ul > li .rp_general .image img,
#detail_page s_rp > ul > li .rp_general .image img {
	width: 100%;
}

#detail_page #entry62Comment > ul > li .rp_general .com_box,
#detail_page s_rp > ul > li .rp_general .com_box {
	float: left;
	margin-left: 20px;
	box-sizing: border-box;
	padding: 20px 20px 15px 20px;
	background-color: #f8f9fa; /* Changed general comment background */
	border-radius: 0px 15px 15px 15px; /* Adjusted radius for speech bubble */
	margin-top: 20px;
	position: relative;
	max-width: calc(100% - 120px);
	margin-bottom: 10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#detail_page #entry62Comment > ul > li .rp_general .com_box::after,
#detail_page s_rp > ul > li .rp_general .com_box::after {
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f8f9fa; /* Match com_box background */
	display: block;
	z-index: 0;
	left: -10px; /* Position arrow correctly */
	top: 15px;
}

#detail_page #entry62Comment > ul > li .rp_general .com_box .name,
#detail_page s_rp > ul > li .rp_general .com_box .name {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #ccc; /* Changed border */
	border-radius: 20px;
	color: #555; /* Changed text color */
	font-size: 14px;
	background-color: #fff;
}

#detail_page #entry62Comment > ul > li .rp_general .com_box .com_txt,
#detail_page s_rp > ul > li .rp_general .com_box .com_txt {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #333; /* Changed text color */
}

#detail_page #entry62Comment > ul > li .rp_general .com_box .date,
#detail_page s_rp > ul > li .rp_general .com_box .date {
	padding-left: 5px;
	color: #777;
}

/*비밀글 - 동일하게 일반 댓글 스타일 적용 또는 약간 다른 회색톤 적용 가능 */
#detail_page #entry62Comment > ul > li .rp_secret .image,
#detail_page s_rp > ul > li .rp_secret .image {
	float: left; /* 비밀글도 일반 댓글처럼 왼쪽에 이미지 */
	width: 60px;
	height: 60px;
	border-radius: 50px;
	overflow: hidden;
}

#detail_page #entry62Comment > ul > li .rp_secret .image img,
#detail_page s_rp > ul > li .rp_secret .image img {
	width: 100%;
}

#detail_page #entry62Comment > ul > li .rp_secret .com_box,
#detail_page s_rp > ul > li .rp_secret .com_box {
	float: left; /* 비밀글도 일반 댓글처럼 왼쪽에 말풍선 */
	margin-left: 20px;
	box-sizing: border-box;
	padding: 20px 20px 15px 20px;
	background-color: #faf3dd; /* 약간 다른 배경색으로 비밀글 표시 (예: 연노랑) */
	border-radius: 0px 15px 15px 15px;
	margin-top: 20px;
	position: relative;
	max-width: calc(100% - 120px);
	margin-bottom: 10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.05);
}
#detail_page #entry62Comment > ul > li .rp_secret .com_box::after,
#detail_page s_rp > ul > li .rp_secret .com_box::after {
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #faf3dd; /* Match com_box background */
	display: block;
	z-index: 0;
	left: -10px;
	top: 15px;
}

#detail_page #entry62Comment > ul > li .rp_secret .com_box .name,
#detail_page s_rp > ul > li .rp_secret .com_box .name {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #e0c65b; /* 비밀글 이름표 테두리 */
	border-radius: 20px;
	color: #b08f0c; /* 비밀글 이름표 글자색 */
	font-size: 14px;
	background-color: #fff;
}

#detail_page #entry62Comment > ul > li .rp_secret .com_box .com_txt,
#detail_page s_rp > ul > li .rp_secret .com_box .com_txt {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #333; /* Changed text color */
}

#detail_page #entry62Comment > ul > li .rp_secret .com_box .date,
#detail_page s_rp > ul > li .rp_secret .com_box .date {
	padding-left: 5px;
	color: #a7872f; /* 비밀글 날짜색 */
}

#detail_page #entry62Comment > ul > li .com_box,
#detail_page s_rp > ul > li .com_box {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); /* 일관된 그림자 스타일 */
}

#container .paging {
	margin-left: 250px;
	width: calc(100% - 250px);
	height: 7vh;
	background-color: #f0f0f0; /* Changed background */
	box-sizing: border-box;
	text-align: center;
	color: #333; /* Changed text color */
	line-height: 7vh; /* Align items vertically */
}
#container .paging > a {
	display: inline-block;
	margin: 0px 10px;
	text-decoration: none;
	color: #333; /* Changed text color */
}
#container .paging > a.no_more_prev_next { /* 비활성화된 이전/다음 버튼 스타일 */
    color: #bbb;
    cursor: default;
}


#container .paging .numbox a {
	color: #333; /* Changed text color */
    padding: 3px 10px;
	border: 1px solid #ccc;
	border-radius: 20px;
	font-size: 14px;
	margin: 0px 2px;
    text-decoration: none;
}

#container .paging .numbox .num {
	font-size: 0px; /* 부모 span의 font-size는 0으로 처리하고, 자식 a에서 다시 지정*/
}

#container .paging .numbox .num span { /* 기존 span 스타일은 이제 a 태그가 담당 */
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ccc; /* Changed border */
	border-radius: 20px;
	font-size: 14px;
	margin: 0px 2px;
    color: #333;
}

#container .paging .numbox .num span.selected,
#container .paging .numbox a.selected { /* 현재 페이지 스타일 */
	border-color: #007bff; /* Example accent color */
	background-color: #007bff;
	color: #fff;
}

::selection {
	background-color: #007bff; /* Example accent color for selection */
	color: #fff;
}

.article hr[data-ke-style],
#tt-body-page hr[data-ke-style] {
	margin: 20px auto 0px;
    border: 0;
    border-top: 1px solid #eee; /* Light rule color */
}

.area_related ul,
area_related ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* 댓글 로그인 관련 스타일은 위에서 .rp_admin, .rp_general, .rp_secret 으로 통합하여 수정되었습니다. */
/* s_rp 선택자 내부 스타일은 id="entry[##_article_rep_id_##]Comment" 내부 스타일과 동일하게 적용됩니다. */