/* 1.4.2 */

.list.window-body {
	line-height: 1.4;
}

.title-bar {
	line-height: 1;
	align-items: center;
}

blockquote[data-ke-style="box"],
.content blockquote[data-ke-style="box"],
blockquote[data-ke-style="style3"],
.content blockquote[data-ke-style="style3"] {
	background: transparent !important;
	border: 1px solid #000 !important;
	color: #000 !important;
}

.content h2,
.content h3,
.content h4 {
	font-weight: bold !important;
	line-height: 2;
}

.contents_style ol li {
	margin: 10px 0;
}

.contents_style sup.footnote > a {
	color: blue !important;
	font-family: inherit !important;
}
.contents_style sup.footnote > a::before {
	content: "[";
}
.contents_style sup.footnote > a::after {
	content: "]";
}

.contents_style a.btn-toggle-moreless {
	color: blue !important;
	font-family: inherit !important;
	text-decoration: underline !important;
}

.contents_style div.footnotes {
	margin: 30px 0;
}

.contents_style ol.footnotes::before {
	content: "[각주]";
	font-weight: bold;
}

.sidebar .logo-cont {
	padding: 3px 1px 1px 1px;
}

.sidebar .logo-cont .logo {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #808080;
}

/**/

::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:horizontal:start:increment,
::-webkit-scrollbar-button:horizontal:end:decrement {
	display: none;
}

/**/

.thumbnail_post > img {
	width: 100%;
	padding-right: 3px;
}

.article-info {
	margin-bottom: 8px;
}

.article img {
	margin: 8px 0 !important;
}

.btn-more {
	padding: 13px;
}

/**/

.tag.window-body a::before {
	content: "#";
}
/**/

.block {
	display: block !important;
}
.none {
	display: none !important;
}

.hidden {
	visibility: hidden !important;
}

button[aria-label="Open"] {
	display: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0h6v2H0z'/%3E%3C/svg%3E");
	background-position: bottom 3px left 4px;
	background-repeat: no-repeat;
}

/**/
.recent-comments li,
.sidebar .notice li {
	font-size: 13px;
}

/**/

#wrap .another_category {
	margin-bottom: 24px;
}
#wrap .another_category,
#wrap .another_category_color_gray {
	border: none !important;
	border-top: 1px solid #8b8b8b !important;

	border-bottom: 1px solid #8b8b8b !important;
}

#wrap .another_category_color_gray h4,
#wrap .another_category_color_gray h4 a {
	color: #222 !important;
	border: none !important;
}

#wrap .another_category table {
	border: none;
	margin: 0;

	margin-top: 0 !important;
}

#wrap .another_category * {
	color: #222 !important;

	font-size: 14px !important;
	font-family: inherit;
}

.another_category th,
.another_category td {
	border: none;
}

/**/
b {
	font-weight: bold;
}

i {
	font-style: italic;
}

#tt-body-page blockquote {
	margin: 20px 0;
}

blockquote {
	margin: 20px 0;
	padding-left: 10px;
	border-left: 2px solid black;
	color: black;
}

table {
	border: 1px solid black;
	margin: 20px 0;
}

th,
td {
	border: 1px solid black;

	padding: 5px;
}

ul,
ol {
	margin: 0px 20px;
}

figure[data-ke-type="opengraph"] a,
#tt-body-page figure[data-ke-type="opengraph"] a {
	border: 1px solid black;
}
figure[data-ke-type="opengraph"] div.og-text p.og-title,
#tt-body-page figure[data-ke-type="opengraph"] div.og-text p.og-title {
	font-family: inherit;
}
figure[data-ke-type="opengraph"] div.og-text p.og-desc,
#tt-body-page figure[data-ke-type="opengraph"] div.og-text p.og-desc {
	color: black;

	font-family: inherit;
}

figure[data-ke-type="opengraph"] div.og-text p.og-host,
#tt-body-page figure[data-ke-type="opengraph"] div.og-text p.og-host {
	color: black;

	font-family: inherit;
}

.list ul {
	margin: 0;
}

/**/

.communicateList li {
	margin-bottom: 16px;
}
.communicateList ol {
	margin: 0;
}

.rep2 {
	display: flex;
	margin-top: 16px;
}

.rep2 > li {
	margin-bottom: 0;
}

h3 {
	font-size: 16px;
	margin: 10px 0;
}

html {
	font-size: 14px;
}

.window {
	margin: 10px;
}

.title-bar {
	font-size: 13px !important;
}

.status-bar-field {
	font-size: 12px;
}

/**/
html {
	height: 100%;
}

body {
	background-color: #00807f;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	font-family: "굴림";
}

.wrap {
	height: 100%;
	display: flex;

	box-sizing: border-box;
	padding: 10px 0 40px 0;
}

.sidebar {
	width: 275px;
	height: fit-content;
}

.search-cont {
	display: flex;
	align-items: center;
}

.search-title {
	word-break: keep-all;
	margin: 0 5px;
}

.search {
	width: 100%;
}

.title-bar-text > a {
	color: white;
	text-decoration: none;
}

.content {
	box-sizing: border-box;

	width: 598px;
	line-height: 1.7;
	display: flex;

	height: fit-content;
}

.content-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.entry {
	max-height: 100%;
	box-sizing: border-box;
}

.tag_label > span > a::before {
	content: "#";
}

.container_postbtn .postbtn_like {
	padding: 0 !important;
	border: 0px !important;
}

.container_postbtn {
	display: none;
}

.textarea > textarea {
	width: 100%;
	resize: none;
}

.guest label {
	min-width: 100px;
}

.field-row {
	justify-content: flex-end;
}

.foot {
}

#sidebar-toggle {
	display: none;
}

.paging {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.wrap {
		display: flex;
		flex-direction: column;
		width: 100%;
		box-sizing: border-box;
		padding: 8px 8px 20px 8px;
	}

	.window {
		width: auto;
		box-sizing: border-box;
	}

	.content {
		width: auto;
		overflow: hidden;
	}

	.guest {
		display: flex;
		justify-content: space-between;
	}

	.guest input {
		min-width: 60%;
		width: 100%;
	}
}
