@charset "utf-8";

@font-face {
	font-family: 'MapoFlowerIsland';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoFlowerIslandA.woff') format('woff');
	font-weight: normal;
	font-display: swap;
}

:root {
	--font-ui: 'MapoFlowerIsland', 'Apple SD Gothic Neo', 'Malgun Gothic', serif;
	--fs-2xs: 11px;
	--fs-xs: 12px;
	--fs-sm: 14px;
	--fs-base: 16px;
	--fs-md: 18px;
	--fs-lg: 22px;
	--fs-xl: 28px;
	--fs-2xl: 34px;
	--fs-3xl: 40px;
	--fs-menu: 30px;
	--fs-copy: 26px;
	--fs-dropcap: 60px;
	--fs-hero: clamp(36px, 6vw, 58px);
	--fs-hero-compact: clamp(24px, 3vw, 32px);
	--fs-post-title: clamp(22px, 3.4vw, 30px);
	--fs-post-title-md: clamp(20px, 4.6vw, 26px);
	--fs-mobile-hero: clamp(30px, 13vw, 46px);
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-strong: 600;
	--lh-tight: 1.35;
	--lh-body: 1.95;
	--comment-gap: 12px;
}

html,
th,
td,
input,
select,
textarea,
button,
#tt-body-page blockquote,
#tt-body-page blockquote p,
#tt-body-page blockquote[data-ke-style='box'],
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless,
figure figcaption,
figure[data-ke-type='video'] figcaption,
code {
	font-family: var(--font-ui);
	font-size: var(--fs-base);
	line-height: var(--lh-body);
	font-weight: var(--fw-regular);
	color: var(--text);
	letter-spacing: 0.01em;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote,
th, td, figure {
	margin: 0;
	padding: 0;
	outline: none;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
	display: block;
}

button, input[type=submit], input[type=reset], input[type=button] {
	overflow: visible;
	cursor: pointer;
}

input[type=text], input[type=email], input[type=password], input[type=submit], textarea {
	-webkit-appearance: none;
}

input, select, textarea, button {
	font-size: inherit;
	border-radius: 0;
	background: transparent;
	border: 0;
	outline: none;
}

button { overflow: visible; margin: 0; padding: 0; }
ul, li { list-style: none; }
img, fieldset { border: none; vertical-align: top; }
iframe, embed { width: 100%; }
table .imageblock { width: 100% !important; }
table, tr, td { border-spacing: 1px 0; border-color: var(--border); }

* {
	box-sizing: border-box;
}

html {
	background: #09090a;
}

body {
	background:
		radial-gradient(circle at top, rgba(176, 138, 99, 0.08), transparent 30%),
		radial-gradient(circle at 80% 20%, rgba(119, 92, 71, 0.07), transparent 24%),
		linear-gradient(180deg, rgba(255, 250, 245, 0.02) 0, rgba(255, 250, 245, 0) 220px),
		var(--bg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body::before {
	content: '';
	position: fixed;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 245, 235, 0.02), transparent 160px);
	pointer-events: none;
}

a {
	color: var(--text);
	text-decoration: none;
	transition: color .3s ease, border-color .3s ease, opacity .3s ease, transform .3s ease;
}

a:hover {
	color: var(--point);
}

::placeholder { color: var(--text-muted); }
::-webkit-input-placeholder { color: var(--text-muted); }
:-moz-placeholder { color: var(--text-muted); }
::-moz-placeholder { color: var(--text-muted); }
:-ms-input-placeholder { color: var(--text-muted); }

::selection { color: var(--bg); background: var(--point); }
::-moz-selection { color: var(--bg); background: var(--point); }

::-webkit-scrollbar { width: 5px; height: 5px; background: transparent; }
::-webkit-scrollbar-thumb { background-color: var(--scroll); border-radius: 999px; }

#container {
	animation: fadein 900ms ease-out;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.eyebrow {
	font-size: var(--fs-2xs);
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--text-muted);
	font-weight: var(--fw-medium);
}

#header {
	position: relative;
	z-index: 9;
	padding: 42px 0 18px;
}

.header-backdrop {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 248, 242, 0.03), rgba(255, 248, 242, 0)),
		transparent;
	pointer-events: none;
}

.header-frame {
	position: relative;
	padding: 28px 0 40px;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.header-frame::before,
.header-frame::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid var(--line-strong, rgba(176, 138, 99, 0.35));
}

.header-frame::before {
	top: -1px;
	left: 0;
	border-left: 1px solid var(--line-strong, rgba(176, 138, 99, 0.35));
}

.header-frame::after {
	right: 0;
	bottom: -1px;
	border-right: 1px solid var(--line-strong, rgba(176, 138, 99, 0.35));
	border-bottom: 1px solid var(--line-strong, rgba(176, 138, 99, 0.35));
	border-top: 0;
}

.header-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

#header .intro {
	margin-left: auto;
}

#header .intro span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	color: var(--text-sub);
	cursor: pointer;
	font-size: var(--fs-xs);
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: var(--fw-medium);
}

#header .intro span::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 1px;
	background: var(--point2);
}

#header .intro span:hover {
	color: var(--point);
}

.header-inner {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 138px;
}

#header .logo {
	flex: none;
}

#header .logo div {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	border: 1px solid var(--border);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

#header .title {
	max-width: 780px;
}

#header .title a {
	display: inline-block;
	font-family: var(--font-ui);
	font-size: var(--fs-hero);
	line-height: 1.08;
	font-weight: var(--fw-strong);
	letter-spacing: 0.01em;
	color: var(--text);
}

#header .title a:hover {
	color: var(--point);
}

#header .title img {
	max-width: min(100%, 440px);
	max-height: 90px;
}

#header .subtitle {
	margin-top: 14px;
	max-width: 560px;
	font-size: var(--fs-sm);
	line-height: 1.8;
	color: var(--text-sub);
}

#header.s {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	background: rgba(10, 10, 11, 0.92);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--border);
}

#header.s .header-frame {
	padding: 14px 0 18px;
	border: 0;
}

#header.s .header-topline {
	margin-bottom: 12px;
}

#header.s .header-inner {
	min-height: 0;
}

#header.s .title a {
	font-size: var(--fs-hero-compact);
}

html.open {
	overflow: hidden;
}

.catebox {
	position: fixed;
	inset: 0;
	display: none;
	background: rgba(7, 7, 8, 0.6);
	backdrop-filter: blur(8px);
	padding: 24px;
	z-index: 99;
}

.catebox-panel {
	margin-left: auto;
	width: min(460px, 100%);
	height: 100%;
	background:
		linear-gradient(180deg, rgba(255, 248, 242, 0.03), rgba(255, 248, 242, 0)),
		var(--nav);
	border: 1px solid var(--border);
	box-shadow: 0 36px 80px rgba(0, 0, 0, 0.42);
	padding: 28px 28px 32px;
	transform: translateX(24px);
	opacity: 0;
	transition: transform .35s ease, opacity .35s ease;
}

html.open .catebox-panel {
	transform: translateX(0);
	opacity: 1;
}

.catebox-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--border);
}

.catebox .ti-close {
	font-size: calc(var(--fs-lg) + 2px);
	color: var(--text-sub);
	cursor: pointer;
	transition: color .3s ease, transform .3s ease;
}

.catebox .ti-close:hover {
	color: var(--point);
	transform: rotate(90deg);
}

.catebox .scroll {
	height: calc(100% - 96px);
	overflow-y: auto;
	padding: 26px 2px 4px;
}

.catebox .blogmenu,
.catebox .tt_category,
.catebox .menu-extra {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.blogmenu a,
.catebox .cate a,
.link_item {
	display: block;
	padding: 14px 0;
	font-family: var(--font-ui);
	font-size: var(--fs-menu);
	font-weight: var(--fw-medium);
	line-height: 1.25;
	color: var(--text);
	border-bottom: 1px solid rgba(255, 245, 235, 0.06);
}

.catebox .cate:hover a,
.blogmenu a:hover,
.link_item:hover {
	color: var(--point);
}

.link_tit { display: none; }

.sub_category_list {
	display: none;
	padding: 10px 0 14px 8px;
	border-bottom: 1px solid rgba(255, 245, 235, 0.06);
}

.link_sub_item {
	display: block;
	padding: 8px 0;
	font-size: var(--fs-sm);
	color: var(--text-sub);
}

.link_sub_item:hover {
	color: var(--point);
}

.sns {
	display: flex;
	gap: 14px;
	margin-top: 22px;
}

.sns a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--border);
	border-radius: 50%;
	color: var(--text-sub);
}

.sns a:hover {
	border-color: var(--point2);
	color: var(--point);
}

#content {
	flex: auto;
	padding: 32px 0 80px;
}

#content .width {
	width: 100%;
}

.content-intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding: 8px 0 18px;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--border);
}

.content-intro .intro-copy {
	max-width: 500px;
	color: var(--text-sub);
	font-size: var(--fs-sm);
	line-height: 1.8;
	text-align: right;
}

#tt-body-page .content-intro,
#tt-body-guestbook .content-intro {
	display: none;
}

.entry-stream:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}

#entry-list {
	counter-reset: archive;
}

#entry-list .item {
	position: relative;
	border-bottom: 1px solid var(--border);
}

#entry-list .item a {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 20px;
	padding: 26px 0;
	align-items: start;
}

#entry-list .item a::before {
	counter-increment: archive;
	content: counter(archive, decimal-leading-zero);
	display: block;
	font-family: var(--font-ui);
	font-size: var(--fs-copy);
	line-height: 1;
	color: rgba(176, 138, 99, 0.45);
	transform: translateY(2px);
}

#entry-list .item:hover a::before {
	color: var(--point);
}

#entry-list .item .info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#entry-list .item .meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	align-items: center;
}

#entry-list .item .cate {
	font-size: var(--fs-2xs);
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--point);
	font-weight: var(--fw-medium);
}

#entry-list .item .date {
	font-size: var(--fs-xs);
	color: var(--text-muted);
}

#entry-list .item .title {
	font-size: var(--fs-lg);
	line-height: 1.7;
	color: var(--text);
	transition: transform .3s ease, color .3s ease;
	font-weight: var(--fw-medium);
}

#entry-list .item:hover .title {
	color: #f1e8dd;
	transform: translateX(6px);
}

#entry-list .item.protected .title::before {
	content: '\f023';
	font-family: fontAwesome;
	font-size: var(--fs-xs);
	margin-right: 10px;
	color: var(--point);
}

.article,
.text-item,
.tags,
.opencmt,
.cmt,
.pass,
.pagination,
#tt-body-page .container_postbtn {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.article .titlebox {
	padding: 22px 0 34px;
	margin-bottom: 40px;
	border-bottom: 1px solid var(--border);
}

.article .titlebox .article-cate {
	margin-bottom: 14px;
	font-size: var(--fs-2xs);
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--point);
	font-weight: var(--fw-medium);
}

.article .titlebox .title {
	font-family: var(--font-ui);
	font-size: var(--fs-post-title);
	line-height: 1.5;
	font-weight: var(--fw-medium);
	letter-spacing: 0;
	color: var(--text);
}

.article .titlebox .title-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 22px;
}

.article .titlebox .date {
	font-size: var(--fs-xs);
	color: var(--text-muted);
}

.article .titlebox .admin {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.article .titlebox .admin a {
	font-size: var(--fs-xs);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--text-muted);
}

.article .titlebox .admin a:hover {
	color: var(--point);
}

.text-item {
	padding-bottom: 48px;
	word-break: keep-all;
	font-size: var(--fs-base);
	line-height: var(--lh-body);
}

.text-item > p:first-of-type::first-letter {
	float: left;
	margin: 10px 12px 0 0;
	font-family: var(--font-ui);
	font-size: var(--fs-dropcap);
	line-height: 0.7;
	color: var(--point);
}

.text-item img,
.text-item iframe {
	max-width: 100%;
	border-radius: 2px;
}

.text-item p,
.text-item ul,
.text-item ol,
.text-item table,
.text-item figure,
.text-item pre {
	margin-bottom: 24px;
}

.text-item p,
.text-item div,
.text-item span,
.text-item strong,
.text-item em,
.text-item b,
.text-item i,
.text-item u,
.text-item s,
.text-item a,
.text-item ul,
.text-item ol,
.text-item li,
.text-item h1,
.text-item h2,
.text-item h3,
.text-item h4,
.text-item h5,
.text-item h6,
.text-item table,
.text-item thead,
.text-item tbody,
.text-item tfoot,
.text-item tr,
.text-item td,
.text-item th {
	background-color: transparent !important;
	background-image: none !important;
}

.text-item a {
	color: var(--point);
	border-bottom: 1px solid rgba(176, 138, 99, 0.4);
}

.text-item a:hover {
	border-color: var(--point);
}

.text-item h1,
.text-item h2,
.text-item h3,
.text-item h4 {
	margin: 42px 0 16px;
	font-family: var(--font-ui);
	font-weight: var(--fw-strong);
	letter-spacing: 0.02em;
	color: #f1e8dd;
}

.text-item h1 { font-size: var(--fs-3xl); line-height: 1.3; }
.text-item h2 { font-size: var(--fs-2xl); line-height: 1.34; }
.text-item h3 { font-size: var(--fs-xl); line-height: 1.4; }
.text-item h4 { font-size: var(--fs-lg); line-height: 1.5; }

.text-item hr {
	border: 0;
	border-top: 1px solid var(--border);
	margin: 34px 0;
}

.text-item blockquote,
#tt-body-page blockquote {
	margin: 28px 0;
	padding: 22px 24px 22px 28px;
	border-left: 2px solid var(--point);
	background: rgba(255, 248, 242, 0.02);
	color: var(--text-sub);
}

#tt-body-page blockquote[data-ke-style='box'] {
	border: 1px solid var(--border);
	background: rgba(255, 248, 242, 0.03);
	color: var(--text);
}

#tt-body-page blockquote[data-ke-style='box'] a {
	color: var(--point);
}

#tt-body-page blockquote[data-ke-style='box'] a:hover {
	color: var(--text);
}

.btn_more:before,
.btn_less span:before,
.moreless_fold span:before,
.moreless_top span:before,
.moreless_bottom span:before,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:before {
	content: "\f107";
	font-family: 'fontAwesome';
	margin-right: 5px;
}

.btn_less:first-child { margin-bottom: 10px; }
.btn_less:last-child { margin-top: 10px; }
.btn_less:last-child span:before,
.moreless_bottom span:before { content: "\f106"; }

.moreless_fold span,
.moreless_top span,
.moreless_bottom span,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless {
	color: var(--point);
	display: inline-block;
	line-height: 1.5;
	transition: color .3s ease;
}

.moreless_fold span:hover,
.moreless_top span:hover,
.moreless_bottom span:hover,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:hover {
	color: var(--text);
}

.btn_more { display: block; }

.moreless_content,
#tt-body-page div[data-ke-type='moreLess'].open .moreless-content {
	margin: 10px auto;
	padding: 18px;
	background: rgba(255, 248, 242, 0.03);
	border: 1px solid var(--border);
	color: var(--text);
}

.moreless_content a { color: var(--point); }
.moreless_content a:hover { color: var(--text); }

figure.imageslideblock div.image-container {
	width: auto !important;
	max-width: 100%;
	max-height: none;
	min-width: auto;
	min-height: auto;
}

.article .tx-link:before {
	content: "\f0c1";
	font-family: 'fontAwesome';
	margin-right: 5px;
}

.article .tx-link.imgblock:before { display: none; }

figure.fileblock,
#tt-body-page figure.fileblock {
	border: 1px solid var(--border);
	background: rgba(255, 248, 242, 0.03);
	transition: border-color .3s ease;
}

figure.fileblock:hover,
#tt-body-page figure.fileblock:hover {
	border-color: var(--point2);
}

figure.fileblock .filename,
#tt-body-page figure.fileblock .filename,
figure.fileblock .size,
#tt-body-page figure.fileblock .size {
	color: var(--text);
	font-family: var(--font-ui);
}

.imageblock > a > img { display: none; }
.imageblock > a:before {
	content: "\f019";
	font-family: 'fontAwesome';
	margin-right: 5px;
	vertical-align: middle;
}

.container_postbtn .btn_post .txt_like { display: none !important; }

.container_postbtn .postbtn_like,
.container_postbtn .btn_post.postbtn_like,
#tt-body-page .container_postbtn .postbtn_like {
	border-color: rgba(255, 245, 235, 0.18) !important;
	background: rgba(255, 248, 242, 0.01) !important;
	color: rgba(255, 245, 235, 0.38) !important;
	box-shadow: none !important;
	opacity: 0.82;
}

.container_postbtn .postbtn_like svg,
.container_postbtn .btn_post.postbtn_like svg,
#tt-body-page .container_postbtn .postbtn_like svg,
.container_postbtn .postbtn_like i,
.container_postbtn .btn_post.postbtn_like i,
#tt-body-page .container_postbtn .postbtn_like i,
.container_postbtn .postbtn_like .ico_postbtn,
.container_postbtn .btn_post.postbtn_like .ico_postbtn,
#tt-body-page .container_postbtn .postbtn_like .ico_postbtn,
.container_postbtn .postbtn_like .img_common_tistory,
.container_postbtn .btn_post.postbtn_like .img_common_tistory,
#tt-body-page .container_postbtn .postbtn_like .img_common_tistory {
	color: rgba(255, 245, 235, 0.38) !important;
	fill: rgba(255, 245, 235, 0.38) !important;
	opacity: 0.82 !important;
}

.container_postbtn .postbtn_like svg path,
.container_postbtn .btn_post.postbtn_like svg path,
#tt-body-page .container_postbtn .postbtn_like svg path {
	fill: rgba(255, 245, 235, 0.38) !important;
	stroke: rgba(255, 245, 235, 0.38) !important;
}

.container_postbtn .postbtn_like:hover,
.container_postbtn .btn_post.postbtn_like:hover,
#tt-body-page .container_postbtn .postbtn_like:hover {
	border-color: rgba(255, 245, 235, 0.24) !important;
	background: rgba(255, 248, 242, 0.02) !important;
	color: rgba(255, 245, 235, 0.5) !important;
	opacity: 0.92;
}

.tags {
	color: transparent;
	margin-bottom: 38px;
}

.tags a {
	display: inline-block;
	margin: 0 7px 7px 0;
	padding: 7px 14px;
	border: 1px solid var(--border);
	border-radius: 999px;
	font-size: var(--fs-xs);
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--text-muted);
	font-weight: var(--fw-medium);
}

.tags a:hover {
	border-color: var(--point2);
	color: var(--point);
}

#more_off { display: none; }
.morebox { margin: 3vh 0; overflow: hidden; }
.morebox:after { content: ''; display: block; clear: both; overflow: hidden; }
.morebox a { display: block; }

.opencmt {
	padding-top: 6px;
	margin-bottom: 22px;
}

.opencmt a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: var(--fs-xs);
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--point);
	font-weight: var(--fw-medium);
}

.opencmt a::before {
	content: '';
	width: 24px;
	height: 1px;
	background: var(--point2);
}

.opencmt a span {
	color: var(--text-muted);
}

.tt_box_namecard,
.cmt .tt_box_namecard,
#rp .tt_box_namecard {
	display: none !important;
}

.write {
	padding-top: 28px;
}

.write textarea {
	width: calc(100% - 90px);
	min-width: calc(100% - 90px);
	max-width: calc(100% - 90px);
	height: 120px;
	min-height: 120px;
	padding: 16px 18px;
	color: var(--text);
	background: rgba(255, 248, 242, 0.03);
	border: 1px solid var(--border);
	transition: border-color .3s ease, background .3s ease;
}

.write textarea:focus {
	border-color: var(--point2);
	background: rgba(255, 248, 242, 0.04);
}

.write button {
	float: right;
	width: 78px;
	height: 120px;
	border: 1px solid var(--border);
	background: rgba(255, 248, 242, 0.03);
	color: var(--text-sub);
	transition: border-color .3s ease, color .3s ease;
}

.write button:hover {
	border-color: var(--point2);
	color: var(--point);
}

.write .inputbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 10px;
}

.write .input {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.write input[type=text],
.write input[type=password] {
	padding: 4px 0;
	min-width: 120px;
	color: var(--text);
	border-bottom: 1px solid var(--border);
}

.write .secret {
	display: inline-flex;
	align-items: center;
}

.write .secret input { display: none; }

.write input + label:after {
	content: "\f13e";
	font-family: 'fontAwesome';
	color: var(--text-muted);
}

.write input:checked + label:after {
	content: "\f023";
	font-family: 'fontAwesome';
	color: var(--point);
}

.lst > ul {
	padding: 24px 0;
	border-bottom: 1px solid var(--border);
}

.lst li {
	position: relative;
}

.lst .name,
.lst .name a {
	display: inline-block;
	font-size: var(--fs-sm);
	font-weight: var(--fw-medium);
	color: var(--point);
}

.lst .name img { display: none; }

.lst .date {
	display: inline-block;
	margin-left: 12px;
	font-size: var(--fs-xs);
	color: var(--text-muted);
}

.lst .date a {
	margin-left: 12px;
	color: var(--text-muted);
}

.lst .text {
	margin: 12px 0 0;
	padding: 16px 18px;
	border: 1px solid var(--border);
	background: rgba(255, 248, 242, 0.03);
	color: var(--text);
	line-height: 1.8;
}

.lst .admin {
	float: right;
	line-height: 1.8;
}

.lst .admin a {
	margin-right: 10px;
	font-size: var(--fs-xs);
	color: var(--text-muted);
}

.lst .name a:hover { color: var(--text); }
.lst .date a:hover,
.lst .admin a:hover { color: var(--point); }

.lst .name:before {
	font-family: 'fontAwesome';
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
}

.lst .rp_secret .name:before,
.lst .guest_secret .name:before,
.lst .hiddenComment .name:before {
	content: "\f023";
}

.lst .rp_admin .name:before,
.lst .guest_admin .name:before {
	content: '\f005';
}

.lst .reply {
	margin-top: 20px;
	padding-left: 36px;
}

.lst .rp_admin .text,
.lst .guest_admin .text {
	border-color: var(--point2);
}

.profile .cmt .name img { display: block; }

.profile .cmt .name img,
.profile .cmt .nopro {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	border-radius: 50%;
}

.profile .cmt .guest { padding-left: 56px; }
.profile .cmt .reply { margin-left: 56px; }

.profile .cmt .nopro {
	display: inline-block;
	border: 1px solid var(--border);
	background: rgba(255, 248, 242, 0.03);
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding-top: 48px;
}

.pagination a {
	color: var(--text-sub);
}

.pagination .num a,
.pagination .num a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid rgba(255, 245, 235, 0.08);
	border-radius: 999px;
	font-size: var(--fs-xs);
	background: rgba(255, 248, 242, 0.03);
	color: var(--text-sub);
}

.pagination .num a:hover,
.pagination .num a:hover span,
.pagination .selected {
	border-color: var(--point2);
	background: rgba(255, 248, 242, 0.08);
	color: var(--point);
}

.pagination .selected {
	font-weight: var(--fw-medium);
}

.pagination .current,
.pagination .next,
.pagination .prev {
	display: none !important;
}

.pass {
	text-align: center;
	padding: 88px 0;
}

.pass fieldset {
	display: inline-flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.pass input {
	min-width: 240px;
	padding: 12px 18px;
	background: rgba(255, 248, 242, 0.03);
	border: 1px solid var(--border);
	color: var(--text);
}

.pass input:focus { border-color: var(--point2); }

.pass button {
	padding: 12px 22px;
	background: rgba(255, 248, 242, 0.03);
	border: 1px solid var(--border);
	font-size: var(--fs-xs);
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--text-sub);
	font-weight: var(--fw-medium);
}

.pass button:hover {
	border-color: var(--point2);
	color: var(--point);
}

#footer {
	margin-top: auto;
	padding: 0 0 42px;
}

#footer .width {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--border);
}

.footer-mark {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.search {
	display: inline-flex;
	align-items: center;
	border-bottom: 1px solid var(--border);
	padding-bottom: 6px;
}

.search:focus-within {
	border-color: var(--point2);
}

.search input {
	width: 210px;
	color: var(--text);
}

.search button {
	padding-left: 12px;
	color: var(--text-muted);
}

.search button:hover {
	color: var(--point);
}

.copy {
	font-family: var(--font-ui);
	font-size: var(--fs-copy);
	color: var(--text-sub);
	font-weight: var(--fw-medium);
}

.copy a {
	color: inherit;
}

.copy a:hover {
	color: var(--point);
}

@media screen and (max-width: 980px) {
	#entry-list .item .title {
		font-size: calc(var(--fs-base) + 3px);
	}

	.article .titlebox .title {
		font-size: var(--fs-post-title-md);
	}
}

@media screen and (max-width: 768px) {
	#header {
		padding-top: 24px;
	}

	.header-frame {
		padding: 20px 0 28px;
	}

	.header-topline {
		margin-bottom: 18px;
	}

	.header-inner {
		align-items: flex-start;
		min-height: 0;
	}

	#header .logo div {
		width: 58px;
		height: 58px;
	}

	#header .title a {
		font-size: var(--fs-mobile-hero);
	}

	#header .subtitle {
		font-size: var(--fs-xs);
	}

	.catebox {
		padding: 12px;
	}

	.catebox-panel {
		padding: 20px 18px 24px;
	}

	.blogmenu a,
	.catebox .cate a,
	.link_item {
		font-size: calc(var(--fs-lg) + 2px);
	}

	.content-intro {
		flex-direction: column;
		align-items: flex-start;
	}

	.content-intro .intro-copy {
		text-align: left;
	}

	#entry-list .item a {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 14px;
		padding: 20px 0;
	}

	#entry-list .item a::before {
		font-size: calc(var(--fs-base) + 4px);
	}

	#entry-list .item .meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	#entry-list .item .title {
		font-size: var(--fs-md);
	}

	.article .titlebox .title-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.text-item > p:first-of-type::first-letter {
		font-size: calc(var(--fs-dropcap) - 8px);
		margin-top: 6px;
	}

	.write textarea {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.write button {
		float: none;
		width: 100%;
		height: 42px;
		margin-top: 8px;
	}

	.write .inputbox {
		flex-direction: column;
		align-items: flex-start;
	}

	.lst .reply {
		padding-left: 18px;
	}

	.profile .cmt .reply,
	.profile .cmt .guest {
		margin-left: 0;
		padding-left: 56px;
	}

	#footer .width {
		flex-direction: column;
		align-items: flex-start;
	}

	.search input {
		width: 160px;
	}
}

@media screen and (max-width: 480px) {
	html,
	th,
	td,
	input,
	select,
	textarea,
	button,
	#tt-body-page blockquote,
	#tt-body-page blockquote p,
	#tt-body-page blockquote[data-ke-style='box'],
	#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless,
	figure figcaption,
	figure[data-ke-type='video'] figcaption,
	code {
		font-size: var(--fs-sm);
	}

	#header .title a {
		line-height: 1;
	}

	.copy {
		font-size: var(--fs-lg);
	}
}
