@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;
}
body,
th,
td,
input,
select,
textarea,
button {
	font-size: 14px;
	line-height: 1.5;
	font-family: "Noto Sans", sans-serif;
	color: #666;
} /* color값은 디자인가이드에 맞게사용 */
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: #333;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}

svg {
	width: 21px;
	fill: #999;
	transition: all 0.3s;
	cursor: pointer;
}
#sidebar .search svg {
	width: 18px;
	position: relative;
	top: 3px;
}
svg:hover {
	fill: #fff;
}
figure.fileblock .name, #tt-body-page figure.fileblock .name {
	color: #fff;
}

#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: #fff;
	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: #fff !important;
	background-color: #333;
}

#detail_page .bundle_post a {
	color: #111;
}

.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: #bbb;
	text-indent: 5px;
	font-size: 14px;
	font-family: "Noto Sans";
}

.copyright > a {
	color: #bbb;
	display: inline-block;
	margin-left: 2px;
}

.copyright > a:hover {
	color: #fff;
}


/* layout */
#container {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#contentWrap {
	margin-left: 250px;
	width: calc(100% - 250px);
	min-height: 93vh;
	background-color: #333;
	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;
	overflow: hidden;
	border-radius: 15px;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 40px;
	transition: all 0.4s;
    padding: 30px 10px 0px;
	background: #333333;
	box-shadow: 15px 15px 30px #2b2b2b, -15px -15px 30px #3b3b3b;
}

#content .list_content:hover {
	box-shadow: 5px 5px 15px #141414, -5px -5px 15px #525252;
}

#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: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	border: 1px solid #fff;
	text-align: center;
	margin-left: 13px;
}
#content .list_content .link_post .tit_post {
	font-size: 16px;
	color: #fff;
	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: #ccc;
	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;
	font-size: 14px;
}
#sidebar ul,
#sidebar ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar {
	width: 250px;
	box-sizing: border-box;
	background-color: #111;
	height: 100%;
	padding-top: 60px;
	font-family: "Galmuri11";
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
#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: #999;
	font-size: 12px;
	margin-bottom: 15px;
}
#sidebar h1 {
	text-align: center;
}
#sidebar h1 a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
#sidebar .profile_img img {
	width: 100%;
}
#sidebar .counter {
	width: 90%;
	margin: 0px auto;
	box-sizing: border-box;
	background-color: #333;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}
#sidebar .counter::after {
	content: "";
	display: block;
	clear: both;
}
#sidebar .counter > p {
	color: #fff;
	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: #333;
	border-radius: 10px;
	padding: 13px 15px 11px;
	margin-bottom: 15px;
}
#sidebar .link a {
	display: inline-block;
	margin: 0px 20px;
	color: #aaa;
	font-size: 20px;
	transition: all 0.5s;
}
#sidebar .link a:hover {
	color: #fff;
}

#sidebar .search {
	width: 90%;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 15px;
	background-color: #333;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 15px;
}
#sidebar .search > i {
	cursor: pointer;
	color: #aaa;
	font-size: 16px;
	margin-left: 10px;
}
#sidebar .search > input {
	background-color: #333;
	border: none;
	color: #fff;
}

#sidebar .category a {
	display: block;
	width: 90%;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 15px;
	background-color: #333;
	border-radius: 10px;
	margin-bottom: 15px;
	color: #ccc;
	font-size: 12px;
	font-family: "Noto Sans";
	transition: all 0.2s;
}
#sidebar .category a:hover {
	text-decoration: none;
	background-color: #ccc;
	color: #333;
}

#footer {
}

/* 상세페이지 */
#detail_page {
	color: #fff;
	width: 1200px;
	margin: 0px auto;
	box-sizing: border-box;
	padding-bottom: 30px;
}
#detail_page a {
	color: #fff;
	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 #ccc;
	display: inline-block;
	border-radius: 20px;
	color: #ccc;
	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;
}
#detail_page .titleWrap .author {
	font-size: 16px;
	color: #aaa;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #444;
	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 .container_postbtn .btn_menu_toolbar {
}
#detail_page .article {
	background-color: #222;
	box-sizing: border-box;
	padding: 50px 50px 20px 50px;
	border-radius: 30px;
	margin-bottom: 30px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	font-family: "Noto Sans", sans-serif;
	width: 1000px;
	position: relative;
}

#detail_page .article .contents_style {
	color: #fff;
	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;
}

#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: #222;
	border-radius: 15px;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
	transition: all 0.2s;
}

#detail_page .article .tableofcontents p {
	font-size: 14px;
	color: #aaa;
	margin-bottom: 10px;
	cursor: pointer;
}
#detail_page .article .tableofcontents p.on {
	color: #fff;
}

#detail_page .article h2 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 2.5;
}
#detail_page .article h3 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
}

#detail_page .article h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
}

#detail_page .article p {
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	line-height: 1.7;
}

#detail_page .contents_style blockquote[data-ke-style="style1"] {
	color: #fff;
}

#detail_page .contents_style blockquote[data-ke-style="style2"] {
	color: #fff;
	font-size: 18px;
}

#detail_page .contents_style blockquote[data-ke-style="style3"] {
	color: #222;
	border-radius: 10px;
	font-size: 18px;
}

#detail_page .article code {
	background-color: #555;
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	border: none;
	margin: 20px 0px;
}

#detail_page .article code.hljs {
	padding: 30px;
	background-color: #333;
	font-family: "Noto Sans";
	line-height: 1.8;
}

#detail_page .area_related .tit_related {
	display: inline-block;
	padding: 30px 0px;
	font-size: 22px;
	font-weight: bold;
}
#detail_page .area_related .list_related::after {
	content: "";
	display: block;
	clear: both;
}
#detail_page .area_related .list_related li {
	background-color: #222;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 15px;
	width: 18%;
	margin-right: 2.5%;
	float: left;
	min-height: 88px;
	transition: all 0.5s;
}
#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%;
}
#detail_page .area_related .list_related li:hover {
	transform: translateY(-10%);
}
#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;
}
#detail_page .area_related .list_related li .date_related {
	display: block;
	text-align: center;
}
#detail_page .comment h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
#detail_page .commentWrite {
	width: 600px;
	box-sizing: border-box;
	padding: 30px 30px 15px 30px;
	background-color: #222;
	border-radius: 20px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}

#detail_page .commentWrite::after {
	content: "";
	display: block;
	clear: both;
}

#detail_page .commentWrite .comment_name {
	padding: 10px;
	background-color: #444;
	border-radius: 10px;
	width: 49%;
	margin-right: 2%;
	box-sizing: border-box;
	float: left;
}
#detail_page .commentWrite .comment_name input {
	background-color: #444;
	border: none;
	color: #fff;
}

#detail_page .commentWrite .commemt_pwd {
	padding: 10px;
	background-color: #444;
	border-radius: 10px;
	width: 49%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
}
#detail_page .commentWrite .commemt_pwd input {
	background-color: #444;
	border: none;
	color: #fff;
}
#detail_page .commentWrite .comment_txt {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
}

#detail_page .commentWrite .comment_txt textarea {
	background-color: #444;
	width: 100%;
	box-sizing: border-box;
	resize: none;
	border: none;
	padding: 15px;
	font-size: 14px;
	color: #fff;
	border-radius: 15px;
	height: 150px;
}

#detail_page .commentWrite .comment_submit {
	float: left;
}

#detail_page .commentWrite .comment_submit input {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
	color: #ddd;
	background-color: #222;
	border-radius: 20px;
}

#detail_page .commentWrite .secretWrap {
	float: right;
	padding: 5px 15px;
	text-align: center;
	color: #ddd;
	background-color: #222;
	border-radius: 20px;
	border: 1px solid #ddd;
}

#detail_page #entry62Comment > ul > li .rp_admin::after {
	content: "";
	display: block;
	clear: both;
}

#detail_page #entry62Comment > 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 {
	width: 100%;
}

#detail_page #entry62Comment > ul > li .rp_admin .com_box {
	float: right;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 20px 20px 15px 20px;
	background-color: #616161;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	max-width: calc(100% - 120px);
	margin-bottom: 10px;
}
#detail_page #entry62Comment > ul > li .rp_admin .com_box::after {
	content: "";
	position: absolute;
	width: 17.5px;
	height: 25px;
	border: 0 solid #616161;
	border-width: 0 20px;
	border-radius: 50%;
	clip: rect(0, 25px, 12px, 0);
	display: block;
	z-index: 0;
	right: -35.5px;
	top: 5px;
	transform: scaleX(1);
}

#detail_page #entry62Comment > ul > li .rp_admin .com_box .name a {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}

#detail_page #entry62Comment > ul > li .rp_admin .com_box .com_txt {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #fff;
}

#detail_page #entry62Comment > ul > li .rp_admin .com_box .date {
	padding-left: 5px;
}

#detail_page #entry62Comment > ul > li .rp_general::after {
	content: "";
	display: block;
	clear: both;
}

#detail_page #entry62Comment > 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 {
	width: 100%;
}

#detail_page #entry62Comment > ul > li .rp_general .com_box {
	float: left;
	margin-left: 20px;
	box-sizing: border-box;
	padding: 20px 20px 15px 20px;
	background-color: #222;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	max-width: calc(100% - 120px);
	margin-bottom: 10px;
}
#detail_page #entry62Comment > ul > li .rp_general .com_box::after {
	content: "";
	position: absolute;
	width: 17.5px;
	height: 25px;
	border: 0 solid #222;
	border-width: 0 20px;
	border-radius: 50%;
	clip: rect(0, 25px, 12px, 0);
	display: block;
	z-index: 0;
	left: -35.5px;
	top: 5px;
	transform: scaleX(-1);
}

#detail_page #entry62Comment > ul > li .rp_general .com_box .name {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #ddd;
	font-size: 14px;
}

#detail_page #entry62Comment > ul > li .rp_general .com_box .name {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #ddd;
	font-size: 14px;
}

#detail_page #entry62Comment > ul > li .rp_general .com_box .com_txt {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #eee;
}

#detail_page #entry62Comment > ul > li .rp_general .com_box .date {
	padding-left: 5px;
}

/*비밀글*/
#detail_page #entry62Comment > ul > li .rp_secret::after {
	content: "";
	display: block;
	clear: both;
}

#detail_page #entry62Comment > 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 {
	width: 100%;
}

#detail_page #entry62Comment > ul > li .rp_secret .com_box {
	float: left;
	margin-left: 20px;
	box-sizing: border-box;
	padding: 20px 20px 15px 20px;
	background-color: #222;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	max-width: calc(100% - 120px);
	margin-bottom: 10px;
}
#detail_page #entry62Comment > ul > li .rp_secret .com_box::after {
	content: "";
	position: absolute;
	width: 17.5px;
	height: 25px;
	border: 0 solid #222;
	border-width: 0 20px;
	border-radius: 50%;
	clip: rect(0, 25px, 12px, 0);
	display: block;
	z-index: 0;
	left: -35.5px;
	top: 5px;
	transform: scaleX(-1);
}

#detail_page #entry62Comment > ul > li .rp_secret .com_box .name {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #ddd;
	font-size: 14px;
}

#detail_page #entry62Comment > ul > li .rp_secret .com_box .name {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #ddd;
	font-size: 14px;
}

#detail_page #entry62Comment > ul > li .rp_secret .com_box .com_txt {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #eee;
}

#detail_page #entry62Comment > ul > li .rp_secret .com_box .date {
	padding-left: 5px;
}

#detail_page #entry62Comment > ul > li .com_box {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#container .paging {
	margin-left: 250px;
	width: calc(100% - 250px);
	height: 7vh;
	background-color: #333;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
#container .paging > a {
	display: inline-block;
	margin: 0px 10px;
	text-decoration: none;
	color: #fff;
}

#container .paging .numbox a {
	color: #fff;
}

#container .paging .numbox .num {
	font-size: 0px;
}

#container .paging .numbox .num span {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 14px;
	margin: 0px 2px;
}

#container .paging .numbox .num span.selected {
	border-color: #eee;
	background-color: #eee;
	color: #111;
}

::selection {
	background-color: #f9f871;
	color: #222;
}

.article hr[data-ke-style],
#tt-body-page hr[data-ke-style] {
	margin: 20px auto 0px;
}

.area_related ul,
area_related ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


/* 댓글 로그인*/
#detail_page s_rp > ul > li .rp_admin::after {
	content: "";
	display: block;
	clear: both;
}

#detail_page s_rp > ul > li .rp_admin .image {
	float: right;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	overflow: hidden;
}

#detail_page s_rp > ul > li .rp_admin .image img {
	width: 100%;
}

#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: #616161;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	max-width: calc(100% - 120px);
	margin-bottom: 10px;
}
#detail_page s_rp > ul > li .rp_admin .com_box::after {
	content: "";
	position: absolute;
	width: 17.5px;
	height: 25px;
	border: 0 solid #616161;
	border-width: 0 20px;
	border-radius: 50%;
	clip: rect(0, 25px, 12px, 0);
	display: block;
	z-index: 0;
	right: -35.5px;
	top: 5px;
	transform: scaleX(1);
}

#detail_page s_rp > ul > li .rp_admin .com_box .name a {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}

#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: #fff;
}

#detail_page s_rp > ul > li .rp_admin .com_box .date {
	padding-left: 5px;
}

#detail_page s_rp > ul > li .rp_general::after {
	content: "";
	display: block;
	clear: both;
}

#detail_page s_rp > ul > li .rp_general .image {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	overflow: hidden;
}

#detail_page s_rp > ul > li .rp_general .image img {
	width: 100%;
}

#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: #222;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	max-width: calc(100% - 120px);
	margin-bottom: 10px;
}
#detail_page s_rp > ul > li .rp_general .com_box::after {
	content: "";
	position: absolute;
	width: 17.5px;
	height: 25px;
	border: 0 solid #222;
	border-width: 0 20px;
	border-radius: 50%;
	clip: rect(0, 25px, 12px, 0);
	display: block;
	z-index: 0;
	left: -35.5px;
	top: 5px;
	transform: scaleX(-1);
}

#detail_page s_rp > ul > li .rp_general .com_box .name {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #ddd;
	font-size: 14px;
}

#detail_page s_rp > ul > li .rp_general .com_box .name {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #ddd;
	font-size: 14px;
}

#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: #eee;
}

#detail_page s_rp > ul > li .rp_general .com_box .date {
	padding-left: 5px;
}

/*비밀글*/
#detail_page s_rp > ul > li .rp_secret::after {
	content: "";
	display: block;
	clear: both;
}

#detail_page s_rp > ul > li .rp_secret .image {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	overflow: hidden;
}

#detail_page s_rp > ul > li .rp_secret .image img {
	width: 100%;
}

#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: #222;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	max-width: calc(100% - 120px);
	margin-bottom: 10px;
}
#detail_page s_rp > ul > li .rp_secret .com_box::after {
	content: "";
	position: absolute;
	width: 17.5px;
	height: 25px;
	border: 0 solid #222;
	border-width: 0 20px;
	border-radius: 50%;
	clip: rect(0, 25px, 12px, 0);
	display: block;
	z-index: 0;
	left: -35.5px;
	top: 5px;
	transform: scaleX(-1);
}

#detail_page s_rp > ul > li .rp_secret .com_box .name {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #ddd;
	font-size: 14px;
}

#detail_page s_rp > ul > li .rp_secret .com_box .name {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #ddd;
	font-size: 14px;
}

#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: #eee;
}

#detail_page s_rp > ul > li .rp_secret .com_box .date {
	padding-left: 5px;
}

#detail_page s_rp > ul > li .com_box {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}