@charset "utf-8";
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: var(--sub-color);
	border: 7px solid var(--bg-color);
}
::-webkit-scrollbar-thumb {
	height: 50px;
	width: 50px;
	background-color: var(--sub-color);
	border: 2px solid var(--bg-color);
	border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
	height: 50px;
	width: 50px;
	background-color: var(--text-color);
}
::selection {
	background: var(--bg-color);
}
* {
	word-wrap: break-word;
	word-break: break-word;
	outline: none;
	box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
}
html {
	--bg-color: #F5F5FB;
	--border-color: #E0E0EF;
	--sub-color: #C2C2D1;
	--text-color: #222226;
	--font-s: 12px;
	--font-m: 14px;
	--font-l: 16px;
	--font-xl: 18px;
	--line-height: 1.6;
	--padding: 20px;
	--margin: 16px;
	--shadow: 0 1px 4px rgba(34, 34, 38, 0.05);
	--col-2: calc(calc(100% - var(--margin)) / 2);
	--col-3: calc(calc(100% - var(--margin) * 2) / 3);
	--col-4: calc(calc(100% - var(--margin) * 3) / 4);
}
body {
	line-height: 1;
	background: var(--bg-color);
	color: var(--text-color);
	font-family: 'Pretendard';
	font-size: var(--font-m);
}
a {
	color: var(--text-color);
	text-decoration: none;
	transition: color 0.3s ease;
}
a :not(img) {
	pointer-events: none;
}
img {
	max-width: 100%;
	height: auto!important;
	border-radius: 6px;
	vertical-align: middle;
}
iframe {
	width: 100%;
	max-width: 100%!important;
	border-radius: 6px;
	vertical-align: bottom;
}
input {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--sub-color);
	font-family: inherit;
	font-size: var(--font-m);
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
	-webkit-text-fill-color: var(--sub-color);
}
input::placeholder, textarea::placeholder {
	color: var(--sub-color);
}
.container {
	display: block;
	max-width: calc(var(--width) + 40px);
	min-width: 500px;
	margin: 80px auto;
	position: relative;
}
.wrap {
	width: 100%;
	padding: var(--padding);
	margin-bottom: var(--margin);
	background: #fff;
	border-radius: 10px;
	box-shadow: var(--shadow);
}
.wrap header {
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: var(--margin);
}
.wrap header h1 {
	display: flex;
	align-items: center;
	font-size: var(--font-xl);
	font-weight: 600;
	text-transform: capitalize;
}
.info {
	flex-shrink: 0;
	margin-left: var(--margin);
	color: var(--sub-color);
	font-size: var(--font-s);
}
/* header */
header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.profile, .profile-action {
	display: flex;
	align-items: center;
	max-width: var(--col-2);
}
.profile-img {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	margin-right: 12px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.profile-img:after, .type-gallery .list-thumb:after, .slider .list-thumb:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	content: '';
	border: 1px solid rgba(34, 34, 38, 0.05);
	border-radius: 50%;
}
.profile-img.empty {
	background: no-repeat center url(./images/profile.svg) var(--bg-color);
}
.profile-img.empty:after, .profile-img img[src*=default_L], .type-gallery .list-thumb:empty:before, .type-gallery .list-thumb:empty:after, .slider .list-thumb:empty:after {
	display: none;
}
.profile-img img, .list-thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%!important;
}
.profile-info {
	width: calc(100% - 62px);
}
.blog-title {
	display: block;
	padding: 4px 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blog-desc {
	padding: 1px 0 4px;
	color: var(--sub-color);
	font-size: var(--font-s);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blog-desc::first-letter {
	text-transform: uppercase;
}
.blog-desc:empty:after {
	content: 'Blog';
}
a svg path, button svg path, .type-gallery .empty .more svg path {
	stroke: var(--text-color);
	transition: stroke 0.3s ease;
}
button, .comment-submit label, .password input, .pagination-btn, .taglog a,
.tt_more_preview_comments_wrap, div[data-ke-type='moreLess'] .btn-toggle-moreless, #tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless, figure.fileblock a, #tt-body-page figure.fileblock a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 1px solid var(--border-color);
	border-radius: 32px;
	font-family: 'Pretendard';
	font-size: var(--font-m);
	font-weight: 400;
	transition: all 0.3s ease;
	cursor: pointer;
}
button:hover, .search:hover, .search.active, .comment-form.active, .password input:focus, .pagination-btn:hover, .taglog a:hover,
.tt_more_preview_comments_wrap:hover, div[data-ke-type='moreLess'] .btn-toggle-moreless:hover, #tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless:hover, figure.fileblock a, #tt-body-page figure.fileblock a:hover {
	border-color: var(--text-color);
}
.search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	position: relative;
	border: 1px solid var(--border-color);
	border-radius: 32px;
	transition: all 0.3s ease;
	overflow: hidden;
}
.search.active {
	width: 140px;
	cursor: text;
}
.search-btn {
	width: 30px;
	height: 30px;
	border: 0;
	position: absolute;
	left: 0;
	z-index: 2;
}
.search.active .search-btn {
	pointer-events: none;
}
.search input {
	display: none;
	width: 100%;
	height: 100%;
	padding: 0 10px 0 30px;
}
.search.active input {
	display: block;
	color: var(--text-color);
}
.menu-btn, .comment-form button, figure.fileblock a, #tt-body-page figure.fileblock a {
	width: auto;
	padding: 0 20px;
	background: var(--text-color);
	border-color: var(--text-color);
	color: #fff;
}
.menu-btn:hover, .comment-form button:hover, figure.fileblock a:hover, #tt-body-page figure.fileblock a:hover {
	background: transparent;
	color: var(--text-color);
}
.menu-btn svg {
	display: none;
}
.menu-btn svg path {
	stroke: #fff;
}
.menu-btn:hover svg path {
	stroke: var(--text-color);
}
.menuWrap {
	background: var(--text-color);
}
.menuWrap, .commentWrap {
	width: 100%;
	display: none;
	padding: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.menuWrap.active, .commentWrap.active {
	display: block;
	opacity: 1!important;
}
.menu {
	display: flex;
	padding: var(--padding);
	text-transform: capitalize;
}
.menu a {
	color: #fff;
}
.menu > div {
	width: var(--col-2);
}
.menu-category > div {
	display: flex;
}
.menu-category > div a, .menu-page > div {
	display: block;
	color: #9898A4;
	font-size: var(--font-s);
}
.menu ul li a {
	position: relative;
}
.menu ul li a, .article-content :not(figure) > a:not(.btn-toggle-moreless):hover, .notice .article-content a:not(.btn-toggle-moreless):hover {
	background-size: 0% 1px;
	background-position: 100% bottom;
	background-image: linear-gradient(currentcolor, currentcolor);
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	transition-property: background-size, color;
}
.menu ul li a:hover, .article-content :not(figure) > a:not(.btn-toggle-moreless), .notice .article-content a:not(.btn-toggle-moreless) {
	background-size: 100% 1px;
	background-position: 0 bottom;
	background-image: linear-gradient(currentcolor, currentcolor);
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	transition-property: background-size, color;
}
.category_list li, .menu-page ul li {
	padding-top: 10px;
}
.sub_category_list li {
	padding-top: 8px;
}
.category_list > li:first-child, .menu-page ul li:first-child {
	padding-top: var(--margin);
}
.sub_category_list li:before {
	content: '- ';
	color: var(--sub-color);
	font-size: var(--font-s);
}
.sub_category_list a {
	color: var(--sub-color);
	font-size: var(--font-s);
}
.link_tit, .c_cnt, .tt_category img, .title img {
	display: none!important;
}
.menu-page {
	margin-left: var(--margin);
}
/* article */
article:not(.notice) header {
	align-items: flex-start!important;
}
article header h1 {
	line-height: 1.25;
}
article header .category {
	padding: 0;
	margin-top: 6px;
}
article header .date {
	margin-left: var(--margin);
}
.date, .type-gallery .empty .date, .num, .slider-pagination {
	flex-shrink: 0;
	padding: 4px 8px;
	border: 1px solid var(--border-color);
	border-radius: 50px;
	color: var(--text-color);
	font-size: var(--font-s);
	text-transform: capitalize;
}
.article-content {
	margin-bottom: var(--margin);
	line-height: var(--line-height);
}
.notice .article-content {
	margin-bottom: 0;
}
.article-content a {
	color: var(--sub-color);
}
.article-content u {
	text-decoration: none;
	background-size: 100% 30%;
	background-position: 0 bottom;
	background-image: linear-gradient(var(--border-color), var(--border-color));
	background-repeat: no-repeat;
	transition: background-size 0.3s ease;
}
.article-content u:hover {
	background-size: 0 30%;
	background-position: 100% bottom;
}
.article-content img {
	opacity: 0;
}
.article-content img.loaded {
	animation-name: loaded;
	animation-duration: 0.6s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
}
@keyframes loaded {
	from { opacity: 0; }
	to { opacity: 1; }
}
.tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: calc(var(--margin) - 6px);
}
.links {
	display: flex;
	flex-wrap: wrap;
	margin-top: var(--margin);
	margin-bottom: -6px;
}
.links:empty {
	display: none;
}
.tags a, .links a {
	display: inline-block;
	flex-shrink: 0;
	max-width: calc(50% - 3px);
	padding: 5px 9px;
	margin-left: 6px;
	margin-bottom: 6px;
	background: var(--bg-color);
	border-radius: 50px;
	font-size: var(--font-s);
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.links a {
	margin-right: 6px;
	margin-left: 0;
}
.tags a:first-child, .links a:last-child {
	margin-right: 0;
	margin-left: 0;
}
.tags a:hover, .links a:hover {
	background: var(--text-color);
	color: #fff;
}
.link1:empty:after {
	content: 'Link 1';
}
.link2:empty:after {
	content: 'Link 2';
}
.link3:empty:after {
	content: 'Link 3';
}
.article-footer, .article-action, .article-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.article-action button, .back, .taglog a, div[data-ke-type='moreLess'] .btn-toggle-moreless, #tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless {
	width: auto;
	padding: 0 10px;
}
.article-action span {
	margin-left: 4px;
	color: var(--text-color);
	font-size: var(--font-s);
	font-weight: 600;
}
.article-action.mini button {
	width: 32px;
	padding: 0;
}
.article-action.mini span {
	display: none;
}
.comment-btn span:empty:after {
	content: '0';
}
.like-btn.on svg path {
	stroke: #E14A4F;
}
.article-menu {
	flex-direction: row-reverse;
	width: 32px;
	border-radius: 32px;
	margin-left: auto;
}
.article-menu:hover {
	width: auto;
}
.article-menu button, .comment-btn {
	margin-right: 8px;
}
.article-menu button:first-child {
	margin-right: 0;
}
.article-menu button:not(.more-btn) {
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
}
.article-menu:hover button:not(.more-btn) {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.article-menu:hover .more-btn {
	transform: rotate(90deg);
}
.article-menu:hover .edit-btn {
	transition: opacity 0.3s 0.15s ease, visibility 0.3s 0.15s ease, transform 0.3s 0.15s ease, border 0.3s ease;
}
.container_postbtn, .another_category, .tistoryProfileLayerTrigger {
	display: none!important;
}
/* editor */
.contents_style {
	overflow: hidden;
}
div[style*="padding: 50px 0;"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 200px;
	padding: var(--padding)!important;
	background: #fff!important;
	border-radius: 10px;
	box-shadow: var(--shadow);
}
.absent_post {
	padding: 0!important;
	background: transparent!important;
	color: var(--text-color)!important;
	font-size: var(--font-m)!important;
	font-weight: 600!important;
}
figure figcaption {
	min-height: auto;
	padding: 6px 0 0;
	color: var(--sub-color)!important;
	font-size: var(--font-s)!important;
}
figure figcaption:empty {
	display: none;
}
figure.imagegridblock .image-container > span {
	margin-top: 0!important;
}
figure.imageslideblock, figure[data-ke-type='video'] {
	margin: 0!important;
	line-height: inherit!important;
}
figure.imageslideblock div.image-container {
	width: 100%!important;
	height: auto!important;
	min-width: auto;
	min-height: auto;
	max-height: 100%;
	background-color: transparent;
}
figure.imageslideblock div.mark {
	height: auto;
}
figure.imageslideblock div.mark span {
	width: 8px;
	height: 8px;
	margin: var(--margin) 3px 12px;
	border-radius: 50%;
}
figure.imageslideblock div.mark + figcaption {
	padding-top: 0;
}
figure.fileblock, #tt-body-page figure.fileblock {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: auto;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	font-size: var(--font-m);
	overflow: hidden;
}
figure.fileblock a, #tt-body-page figure.fileblock a {
	flex-shrink: 1;
	flex-direction: row-reverse;
	padding: 0 10px;
	line-height: 30px;
	overflow: hidden;
}
figure.fileblock a:after, #tt-body-page figure.fileblock a:after {
	content: '';
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	-webkit-mask: no-repeat center url(./images/download.svg);
	background: #fff;
	position: initial;
	transition: background 0.3s ease;
}
figure.fileblock a:hover:after, #tt-body-page figure.fileblock a:hover:after {
	background: var(--text-color);
}
figure.fileblock .image, #tt-body-page figure.fileblock .image {
	display: none;
}
figure.fileblock .desc, #tt-body-page figure.fileblock .desc {
	display: flex;
	align-items: center;
	position: initial;
	width: auto;
	height: 100%;
	overflow: hidden;
}
figure.fileblock .filename, #tt-body-page figure.fileblock .filename {
	height: 100%;
	margin: 0;
	color: inherit;
	font-size: var(--font-m);
	overflow: hidden;
}
figure.fileblock .name, #tt-body-page figure.fileblock .name {
	max-width: 100%;
	height: 100%;
}
figure.fileblock .size, #tt-body-page figure.fileblock .size {
	flex-shrink: 0;
	height: 100%;
	margin: 0 0 0 8px;
	color: inherit;
	font-family: inherit;
	font-size: 10px;
}
figure[data-ke-type='opengraph'], #tt-body-page figure[data-ke-type='opengraph'] {
	margin: 0;
}
figure[data-ke-type='opengraph'] a, #tt-body-page figure[data-ke-type='opengraph'] a {
	display: flex;
	width: 100%;
	height: auto;
	padding: 12px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	overflow: hidden;
	transition: border 0.3s ease;
}
figure[data-ke-type='opengraph'] a:hover, #tt-body-page figure[data-ke-type='opengraph'] a:hover {
	border-color: var(--text-color);
}
figure[data-ke-type='opengraph'] a:after, #tt-body-page figure[data-ke-type='opengraph'] a:after {
	display: none;
}
figure[data-ke-type='opengraph'] div.og-image {
	flex-shrink: 0;
	width: 116px;
	aspect-ratio: 1 / 1;
	position: relative;
	border: 0;
	border-radius: 6px;
	overflow: hidden;
}
figure[data-ke-type='opengraph'] div.og-text {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	padding: calc(var(--margin) - 12px)!important;
	padding-left: var(--margin)!important;
	position: initial;
}
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 {
	max-width: 100%;
	margin: 0 0 5px!important;
	color: var(--text-color);
	font-family: inherit;
	font-size: var(--font-l);
	font-weight: 600;
	line-height: 1.32;
}
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 {
	display: -webkit-box;
	max-height: initial;
	color: var(--text-color);
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-line-clamp: 3;
}
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 {
	position: initial;
	padding: 5px 0 4px!important;
	margin: auto 0 -4px!important;
	color: var(--sub-color);
	font-family: inherit;
	font-size: var(--font-s);
	line-height: 1;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
figure[data-ke-type='video'] .video-wrap {
	padding-bottom: 0;
}
figure[data-ke-type='video'] > div.video-wrap > iframe {
	position: initial;
}
.article-content figure, blockquote, .article-content :not(figure) > iframe {
	margin-top: 12px!important;
	margin-bottom: 12px!important;
}
.article-content figure:first-child, .article-content figure + figure, blockquote:first-child, blockquote + blockquote, .article-content :not(figure) > iframe:first-child, .article-content :not(figure) > iframe + iframe {
	margin-top: 0!important;
}
.article-content figure:last-of-type, blockquote:last-of-type, .article-content :not(figure) > iframe:last-of-type {
	margin-bottom: 0!important;
}
.article-content figure:last-of-type + div[data-ke-type='moreLess'], blockquote:last-of-type + div[data-ke-type='moreLess'], div[data-ke-type='moreLess'] + div[data-ke-type='moreLess'], p + div[data-ke-type='moreLess'] {
	margin-top: 12px!important;
}
.article-content figure:last-of-type + p, blockquote:last-of-type + p, div[data-ke-type='moreLess'] + p {
	padding-top: 12px!important;
}
h2, h2[data-ke-size], h3, h3[data-ke-size], h4, h4[data-ke-size] {
	font-size: var(--font-l);
	font-weight: 600!important;
}
#tt-body-page p[data-ke-size='size18'], p[data-ke-size='size18'] {
	font-size: var(--font-m);
}
#tt-body-page p[data-ke-size='size14'], p[data-ke-size='size14'] {
	font-size: var(--font-s);
}
#tt-body-page blockquote {
	margin: 0 auto;
}
blockquote, blockquote p {
	color: var(--text-color)!important;
	line-height: var(--line-height)!important;
}
blockquote[data-ke-style='box'], #tt-body-page blockquote[data-ke-style='box'],
blockquote[data-ke-style='style1'], #tt-body-page blockquote[data-ke-style='style1'],
blockquote[data-ke-style='style2'], #tt-body-page blockquote[data-ke-style='style2'],
blockquote[data-ke-style='style3'], #tt-body-page blockquote[data-ke-style='style3'] {
	padding: 12px;
	margin: 0;
	border: none;
	background: var(--bg-color);
	border-radius: 8px;
	font: inherit;
	text-align: left;
}
blockquote[data-ke-style='style1'], #tt-body-page blockquote[data-ke-style='style1'] {
	background: transparent;
	border: 1px solid var(--border-color);
}
blockquote[data-ke-style='style2'], #tt-body-page blockquote[data-ke-style='style2'] {
	padding: 0 0 0 12px;
	background: transparent;
	border-left: 2px solid var(--border-color);
	border-radius: 0;
	color: var(--sub-color)!important;
}
blockquote span, #tt-body-page blockquote span {
	font-family: inherit!important;
}
div[data-ke-type='moreLess'] {
	display: flex;
	flex-wrap: wrap;
}
div[data-ke-type='moreLess'] .btn-toggle-moreless, #tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless {
	display: block;
	max-width: 100%;
	color: var(--text-color)!important;
	font-family: inherit;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div[data-ke-type='moreLess'].open .moreless-content, #tt-body-page div[data-ke-type='moreLess'].open .moreless-content {
	width: 100%;
	margin-top: 12px;
}
.contents_style table td {
	padding: 5px;
	border: 1px solid var(--border-color);
}
[data-ke-list-type] li {
	margin-left: var(--padding);
	list-style-type: circle!important;
}
hr[data-ke-style], #tt-body-page hr[data-ke-style] {
	cursor: default!important;
}
[data-ke-type='codeblock'] {
	border-radius: 8px;
}
code {
	padding: 12px!important;
	background: var(--bg-color)!important;
	border-radius: 8px;
	color: var(--text-color)!important;
	font-family: 'consolas';
}
.twitter-tweet:first-child {
	margin-top: 0!important;
}
.twitter-tweet iframe {
	margin: 0;
}
/* comment */
.comment {
	padding: var(--padding);
}
.comment h2 {
	margin-bottom: var(--margin);
}
.comment-form {
	padding: var(--margin);
	border: 1px solid var(--border-color);
	border-radius: 8px;
	transition: border 0.3s ease;
}
.comment-form textarea {
	display: block;
	width: 100%;
	height: 46px;
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--text-color);
	font-family: inherit;
	font-size: var(--font-m);
	line-height: var(--line-height);
	resize: none;
	overflow: hidden;
}
.comment-input {
	display: flex;
	margin-bottom: 8px;
}
.comment-input input {
	width: 50%;
	font-size: var(--font-s);
}
.comment-submit {
	display: flex;
	justify-content: flex-end;
}
.comment-submit label {
	margin-right: 8px;
	border: 0;
	transition: background 0.3s ease;
}
.comment-submit label:hover, .comment-menu button:hover {
	background: var(--bg-color);
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + .lock-btn {
	width: 18px;
	height: 18px;
	background: no-repeat center url(./images/unlock.svg);
	transition: background 0.3s ease;
}
input[type=checkbox]:checked + .lock-btn {
	background: no-repeat center url(./images/lock.svg);
}
.comment-list li {
	margin-top: var(--margin);
}
.comment-list > li:first-child {
	margin-top: 30px;
}
.comment-item {
	display: flex;
	flex-direction: column;
}
.comment-name {
	max-width: calc(100% - 135px);
	margin-bottom: 8px;
	font-size: var(--font-m);
	font-weight: 600;
	text-transform: capitalize;
}
.comment-item:not(.rp_admin):not(.guest_admin) .comment-name:empty:after {
	content: 'Guest';
}
.comment-content {
	display: flex;
	width: 100%;
}
.comment-content p {
	max-width: calc(100% - 135px);
	padding: 8px 12px;
	background: var(--bg-color);
	border-radius: 20px;
	font-size: var(--font-m);
	line-height: var(--line-height);
}
.comment-menu {
	display: flex;
	align-items: center;
	margin-left: 8px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.comment-item:hover .comment-menu {
	opacity: 1;
	visibility: visible;
}
.comment-menu button {
	border: 0;
}
.comment-menu button svg path {
	stroke: var(--sub-color);
}
.rp_admin, .guest_admin {
	align-items: flex-end;
}
.rp_admin .comment-content, .guest_admin .comment-content {
	flex-direction: row-reverse;
}
.rp_admin .comment-content p, .guest_admin .comment-content p {
	background: var(--text-color);
	color: var(--sub-color);
}
.rp_admin .comment-menu, .guest_admin .comment-menu {
	flex-direction: row-reverse;
	margin-right: 8px;
	margin-left: 0;
}
.tt_more_preview_comments_wrap {
	width: auto;
}
/* proteceted */
.protected p {
	margin-bottom: var(--margin);
	text-align: center;
	font-size: var(--font-l);
	font-weight: 600;
}
.password {
	display: flex;
	width: 140px;
	margin: 0 auto calc(var(--margin) + 40px);
	position: relative;
}
.password input {
	width: 100%;
	padding: 0 32px 0 10px;
	color: var(--text-color);
	cursor: auto;
}
.password-btn {
	width: auto;
	position: absolute;
	right: 10px;
	background: transparent;
	border-color: transparent!important;
	pointer-events: none;
}
.password-btn.active {
	pointer-events: auto;
}
.password-btn svg path {
	stroke: var(--sub-color);
}
.password-btn.active svg path {
	stroke: var(--text-color);
}
/* list */
.list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: calc(var(--padding) - var(--margin));
}
.list-item {
	display: flex;
	flex-shrink: 0;
	width: 100%;
	margin-bottom: var(--margin);
	position: relative;
	border-radius: 8px;
	box-shadow: var(--shadow);
	isolation: isolate;
	transition: all 0.3s ease;
}
.list-thumb {
	flex-shrink: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
	isolation: isolate;
}
.list-thumb img {
	border-radius: 0;
	transform: scale(1.01);
	transition: transform 0.3s ease;
}
a.list-item:hover .list-thumb img, .slider .list-thumb:hover img {
	transform: scale(1.1);
}
.list-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-width: 0;
}
.list-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.list .title, .slider .title {
	overflow: hidden;
}
.title h2 {
	display: -webkit-box;
	font-size: var(--font-l);
	font-weight: 600;
	line-height: 1.32;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.category {
	display: inline-block;
	max-width: 100%;
	padding: 5px 0 4px;
	font-size: var(--font-s);
	color: var(--sub-color);
	text-transform: capitalize;
}
.list .category, .slider .category {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-summary {
	display: -webkit-box;
	color: var(--text-color);
	font-size: 13px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	cursor: default;
}
.more {
	display: none;
	align-self: flex-end;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	margin-left: 12px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: all 0.3s ease;
}
.list-item:hover .more {
	transform: translateY(0);
}
.more svg path {
	stroke: #fff;
}
.list-empty {
	margin-bottom: var(--margin);
	color: var(--sub-color);
}
/* list style */
.type-webzine-l .list-item, .type-webzine-s .list-item, .type-card .list-item {
	padding: 12px;
	border: 1px solid var(--border-color);
}
.type-webzine-l .list-item:hover, .type-webzine-s .list-item:hover, .type-card .list-item:hover, .type-gallery .list-item:hover, .slider .list-thumb:hover {
	border-color: var(--text-color)!important;
	box-shadow: 0 0 10px rgba(34, 34, 38, 0.15);
}
.type-webzine-l .list-thumb {
	width: var(--col-2);
	aspect-ratio: 4 / 3;
	border-radius: 6px;
}
.type-webzine-l .empty .list-thumb, .type-webzine-s .empty .list-thumb, .type-card .empty .list-thumb, .col-3 .empty .list-thumb, .slider .list-thumb:empty {
	background: no-repeat center url(./images/empty.svg) var(--bg-color);
}
.type-webzine-l .protected .list-thumb, .type-webzine-s .protected .list-thumb, .type-card .protected .list-thumb, .col-3 .protected .list-thumb {
	background: no-repeat center url(./images/protected.svg) var(--bg-color);
}
.type-webzine-l .list-content, .type-webzine-s .list-content {
	padding: calc(var(--margin) - 12px);
	padding-left: var(--margin);
}
.type-webzine-l .date {
	position: absolute;
	bottom: var(--margin);
	right: var(--margin);
}
.type-webzine-l .list-summary, .slider .list-summary {
	width: 50%;
	-webkit-line-clamp: 3;
}
.type-webzine-s .list-thumb {
	width: 116px;
	aspect-ratio: 1 / 1;
	border-radius: 6px;
}
.type-webzine-s .title h2 {
	-webkit-line-clamp: 2;
}
.type-webzine-s .date {
	margin-left: var(--margin);
}
.type-webzine-s .list-summary {
	-webkit-line-clamp: 2;
}
.type-card .list-item {
	flex-direction: column;
	width: var(--col-3);
	margin-right: var(--margin);
}
.type-card .list-item:nth-of-type(3n), .col-3 .list-item:nth-of-type(3n), .col-2 .list-item:nth-of-type(2n) {
	margin-right: 0;
}
.type-card .list-thumb {
	aspect-ratio: 1 / 1;
	border-radius: 6px;
}
.type-card .list-content {
	padding: 12px calc(var(--margin) - 12px) calc(var(--margin) - 12px);
}
.type-card .title, .type-gallery .title {
	margin-bottom: -4px;
}
.type-card .title h2 {
	font-size: var(--font-m);
	-webkit-line-clamp: 1;
}
.type-card .date, .type-card .list-summary, .type-gallery .list-summary {
	display: none;
}
.type-gallery .list-item {
	background: #fff;
	overflow: hidden;
}
.type-gallery .list-thumb {
	aspect-ratio: 1 / 1;
}
.type-gallery .list-thumb:after, .slider .list-thumb:after {
	border-radius: 8px;
}
.type-gallery .list-content {
	width: 100%;
	height: 100%;
	padding: var(--margin);
	position: absolute;
	top: 0;
	z-index: 3;
	justify-content: flex-end;
}
.type-gallery .title h2 {
	color: #fff;
}
.type-gallery .date {
	position: absolute;
	top: var(--margin);
	left: var(--margin);
	border-color: #fff;
	color: #fff;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.type-gallery .more {
	display: flex;
}
.type-gallery .list-item:hover .more, .col-3 .list-item:hover .list-thumb:before, .col-3 .list-item:hover .title {
	opacity: 1;
	visibility: visible;
}
.type-gallery .empty, .slider .list-thumb:empty {
	border: 1px solid var(--border-color);
	transition: all 0.3s ease;
}
.type-gallery .empty .title h2 {
	color: var(--text-color);
}
.type-gallery .empty .more {
	background: var(--bg-color);
}
.col-3 .list-item {
	width: var(--col-3);
	margin-right: var(--margin);
}
.col-3 .list-thumb:empty {
	background-color: #fff;
	transition: all 0.3s ease;
	transition-property: opacity, visibility;
}
.col-3 .list-item:hover .list-thumb:empty, .col-3 .title {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	transition-property: opacity, visibility;
}
.col-3 .list-thumb:before {
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 2;
	content: '';
	background: rgba(34, 34, 38, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.col-3 .date {
	display: none;
}
.col-3 .title h2 {
	font-size: var(--font-m);
}
.col-3 .more {
	position: absolute;
	top: var(--margin);
	right: var(--margin);
}
.col-2 .list-item {
	width: var(--col-2);
	margin-right: var(--margin);
}
.col-2 .list-thumb:before, .col-1 .list-thumb:before {
	height: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 2;
	content: '';
	background: linear-gradient(0deg, rgba(34, 34, 38, 0.4) 0%, rgba(34, 34, 38, 0) 50%, rgba(34, 34, 38, 0) 80%, rgba(34, 34, 38, 0.2) 100%);
}
.col-1 .list-item {
	width: 100%;
	height: calc(calc(var(--width) - var(--margin)) / 2);
	min-height: 222px;
}
/* related */
.related.hide {
	display: none;
}
.related .list-item {
	width: var(--col-4);
}
.related .list-item:nth-of-type(3n) {
	margin-right: var(--margin);
}
.related .list-item:last-of-type {
	margin-right: 0;
}
.related .list-thumb:empty {
	background: #fff;
}
.related .list-content {
	padding: var(--margin) var(--margin) calc(var(--margin) - 4px);
}
.related .list-header {
	height: 100%;
}
.related .title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	margin-bottom: 0;
}
.related .empty .title {
	opacity: 1;
	visibility: visible;
}
.related .title h2 {
	font-size: var(--font-m)!important;
}
/* tags */
.taglog {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -8px;
}
.taglog:empty {
	margin-bottom: 0;
}
.taglog:empty:after {
	content: 'No tags found';
	color: var(--sub-color);
}
.taglog a {
	max-width: 100%;
	margin: 0 8px 8px 0;
	text-transform: capitalize;
}
.taglog a span {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sort-btn:after {
	content: 'Count';
}
.sort-btn.sorted:after {
	content: 'Name';
}
/* pagination */
.pagination, .slider-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.num {
	margin-right: auto;
}
.num a {
	pointer-events: none;
}
.num a:last-child {
	pointer-events: auto;
}
.num a span.selected:after {
	content: ' — ';
}
.num a span:not(.selected), .num a:last-child span:after {
	display: none;
}
.num a:last-child span {
	display: inline;
}
.back {
	display: flex;
	margin-right: auto;
}
.back svg {
	margin-right: 4px;
}
.next, .slider-next {
	margin-left: 8px;
}
#tt-body-page .pagination-btn:not([href]), .no-more-prev, .no-more-next, .swiper-button-disabled, .num a:not([href]) {
	pointer-events: none;
}
#tt-body-page .pagination-btn:not([href]) svg path, .no-more-prev svg path, .no-more-next svg path, .swiper-button-disabled svg path {
	stroke: var(--sub-color);
}
/* cover */
.slider {
	padding: 0;
	overflow: hidden;
	position: relative;
}
.slider header {
	padding: var(--padding) var(--padding) 0;
}
.slider header h1 div:empty:after {
	content: 'Latest Posts';
	display: block;
}
header h1 svg {
	flex-shrink: 0;
	stroke: currentcolor;
	margin-right: 4px;
}
.slider-pagination {
	display: block;
	width: auto!important;
	position: absolute;
	top: var(--padding);
	bottom: initial!important;
	right: var(--padding);
	left: initial!important;
	z-index: 2;
}
.slider-navigation {
	position: absolute;
	bottom: var(--padding);
	right: var(--padding);
	z-index: 2;
}
.slider-navigation button {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	cursor: pointer;
	transition: all 0.3s ease;
}
.swiper-pagination-lock {
	display: block!important
}
.swiper-button-lock {
	display: flex!important
}
.slider .list-item {
	padding: 0 var(--padding) var(--padding);
	margin: 0;
	box-shadow: none;
}
.slider .list-thumb {
	width: var(--col-2);
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	background-color: #fff!important;
	box-shadow: var(--shadow);
	transition: all 0.3s ease;
}
.slider .list-content {
	margin-left: var(--margin);
}
.slider .list-header {
	margin-bottom: -4px;
}
.slider .title a:first-child {
	display: block;
}
.notice-img img {
	width: 100%;
}
.notice-img + .article-content, .article-content + .notice-img, .notice.cover .article-content:empty + .article-content {
	margin-top: 12px;
}
.notice.cover .article-content:empty {
	display: none;
}
.notice.cover header h1 {
	line-height: 1;
}
.notice.cover header h1:empty:after {
	content: 'Hello!';
}
.list.cover header h1:empty:after {
	content: 'Posts';
}
/* loader */
#loader {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: var(--bg-color);
	overflow: hidden;
	position: fixed;
	z-index: 10000;
	top: 0;
	opacity: 1;
	visibility: visible;
}
#loader.hidden {
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}
#loader.reveal {
	opacity: 1;
	visibility: visible;
	transition: all 0.2s ease;
}
#loader.reveal .dots {
	opacity: 0;
}
.dots {
	display: flex;
	height: auto;
}
.dots div {
	width: 8px;
	height: 8px;
	background: var(--text-color);
	border-radius: 50%;
	animation: 0.6s fade infinite alternate;
}
.dots div:nth-child(2) {
	animation-delay: 0.2s;
	margin: 0 6px;
}
.dots div:nth-child(3) {
	animation-delay: 0.4s;
}
@keyframes fade {
	to { background: var(--border-color); }
}
/* copyright */
.copyright {
	color: var(--text-color);
	font-size: 12px;
	font-weight: 600;
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 10;
}
.copyright a {
	display: block;
	width: 8px;
	height: 12px;
	position: relative;
	overflow: hidden;
	transition: width 0.3s ease;
}
.copyright a:hover {
	width: 36px;
}
.copyright a:hover span.aam {
	opacity: 1;
	visibility: visible;
}
.copyright a span {
	position: absolute;
}
span.b {
	width: 8px;
}
span.aam {
	left: 8px;
	width: 28px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
/* toolbar */
.menu_toolbar * {
	font-family: 'Pretendard'!important;
}
.menu_toolbar .btn_menu_toolbar {
	background: #fff!important;
	box-shadow: var(--shadow)!important;
	transition: all 0.3s ease;
}
.menu_toolbar .btn_menu_toolbar.btn_subscription {
	width: auto;
	padding: 0 10px!important;
}
.menu_toolbar .txt_tool_id, .menu_toolbar .txt_state {
	color: var(--text-color)!important;
	font-size: 14px!important;
}
.menu_toolbar .txt_tool_id, .menu_toolbar .header_layer:after {
	display: none!important;
}
.menu_toolbar .header_layer {
	right: 0!important;
	border-radius: 10px;
	box-shadow: var(--shadow);
}
.inner_header_layer .info_profile {
	padding: 16px 86px 16px 16px!important;
}
.inner_header_layer .txt_id {
	color: var(--text-color)!important;
	line-height: 1!important;
}
.inner_header_layer .txt_email {
	padding: 5px 0 0!important;
	color: var(--sub-color)!important;
	line-height: 1!important;
}
.inner_header_layer .link_setting {
	right: 16px!important;
	color: var(--sub-color)!important;
}
.inner_header_layer .link_setting_type2 {
	bottom: 16px!important;
	height: auto!important;
	line-height: 1!important;
}
.inner_header_layer .wrap_list {
	min-height: auto!important;
}
.inner_header_layer .tit_list_type {
	padding: 16px 16px 12px!important;
	color: var(--sub-color)!important;
	line-height: 1!important;
}
.inner_header_layer .info_profile_type1 {
	padding: 0px 86px 10px 16px!important;
}
.inner_header_layer .info_profile_type1:last-child {
	margin-bottom: 6px!important;
}
.inner_header_layer .link_edit {
	right: 43px!important;
}
.menu_toolbar .list_toolbar {
	padding: 16px 0 6px!important;
}
.menu_toolbar .list_toolbar .link_list {
	height: auto!important;
	padding: 0 0 10px 16px!important;
	line-height: 1!important;
	color: var(--text-color)!important;
}
.menu_toolbar .list_toolbar li:last-child .link_list {
	color: var(--sub-color)!important;
}
.menu_toolbar .layer_tool {
	height: 116px!important;
}
.toolbar_rc .txt_state + .ico_check_type1 {
	margin: 0!important;
}
/* wide */
.wide .comment-name, .wide .comment-content p {
	max-width: calc(var(--col-3) * 2 + var(--margin));
}
.wide .type-webzine-s .list-thumb, .zoom .type-webzine-s .list-thumb, .wide figure[data-ke-type='opengraph'] div.og-image, .zoom figure[data-ke-type='opengraph'] div.og-image {
	width: 140px;
}
.wide .type-card .title h2, .wide .col-3 .title h2 {
	font-size: 15px;
}
/* zoom */
.zoom {
	--font-s: 13px;
	--font-m: 15px;
	--font-l: 17px;
	--font-xl: 19px;
}
.zoom .blog-title {
	font-size: 16px;
}
.zoom .list-summary, .zoom button, .zoom .search input, .zoom .password input, .zoom .pagination-btn, .zoom .taglog a, .zoom figure[data-ke-type='opengraph'] div.og-text p.og-desc, .zoom #tt-body-page figure[data-ke-type='opengraph'] div.og-text p.og-desc {
	font-size: 14px;
}
.zoom .article-action span {
	font-size: 12px;
}
.zoom.wide .col-3 .title h2 {
	font-size: 16px;
}
/* mobile */
@media (max-width: 1024px) {
	html {
		--width: 568px!important;
	}
	.copyright {
		display: none;
	}
}
@media (max-width: 768px) {
	.container {
		max-width: 100%;
		min-width: auto;
		margin: 80px;
	}
}
@media (max-width: 660px) {
	html {
		--padding: 16px;
		--margin: 12px;
	}
	.zoom {
		--font-s: 12px;
		--font-m: 14px;
		--font-l: 16px;
		--font-xl: 18px;
	}
	.container {
		margin: var(--margin);
	}
	.wrap header, .article-content {
		margin-bottom: var(--padding);
	}
	.profile-img {
		width: 32px;
		height: 32px;
		margin-right: 8px;
	}
	.profile-info {
		width: calc(100% - 40px);
	}
	.blog-title {
		padding: 1px 0 2px;
		font-size: 14px!important;
	}
	.blog-desc {
		padding: 2px 0 1px;
		font-size: 11px;
	}
	.menu-btn {
		width: 32px;
		padding: 0;
	}
	.menu-btn svg {
		display: block;
	}
	.menu-btn span {
		display: none;
	}
	.tags {
		margin-bottom: calc(var(--padding) - 6px);
	}
	.comment-list li {
		margin-top: var(--padding);
	}
	.comment-name, .comment-content p {
		max-width: calc(100% - 135px)!important;
	}
	.list:not(.col-1) .title h2, .slider .title h2 {
		font-size: var(--font-m)!important;
	}
	.list-summary, 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 {
		font-size: 12px!important;
	}
	.type-webzine-l .title h2, .slider .title h2 {
		-webkit-line-clamp: 2;
	}
	.type-webzine-l .date, .type-webzine-s .date, .more, .slider-navigation {
		display: none!important;
	}
	.type-webzine-l .list-summary, .slider .list-summary {
		width: 100%;
	}
	.type-webzine-l .list-thumb, .slider .list-thumb {
		aspect-ratio: 1 / 1;
	}
	.type-webzine-s .list-thumb, figure[data-ke-type='opengraph'] div.og-image {
		width: 96px!important;
	}
	.type-card .list-item, .col-3:not(.cover):not(.related) .list-item {
		width: var(--col-2);
	}
	.type-card .list-item:nth-of-type(3n), .col-3:not(.cover):not(.related) .list-item:nth-of-type(3n) {
		margin-right: var(--margin);
	}
	.type-card .list-item:nth-of-type(2n), .col-3:not(.cover):not(.related) .list-item:nth-of-type(2n) {
		margin-right: 0;
	}
	.col-1 .list-item {
		height: auto;
		min-height: auto;
		aspect-ratio: 3 / 2;
	}
	.related .list-item {
		width: var(--col-3);
	}
	.related .list-item:nth-of-type(3n) {
		margin-right: 0;
	}
	.related .list-item:nth-of-type(4) {
		display: none;
	}
	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 {
		-webkit-line-clamp: 2;
	}
}
