@charset "utf-8";

:root {
	--transition: all 0.5s;
	scroll-behavior: smooth;
}

/* reset inline style */
* {
	box-sizing: border-box;

}

[hidden] {
	display: none;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	vertical-align: baseline;
}

a {
	color: inherit;
	transition: var(--transition);
}

a:where(:link, :visited, :hover, :active) {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;

	vertical-align: middle;
}

ol,
ul,
li {
	list-style: none;
}

button {  
	appearance: none;
	border:0;
	outline: none;
	background: none;

	font-size:inherit;
	font-family: inherit;
	line-height: inherit;

	cursor: pointer;  
}

input,
textarea {
	border:0;
	border-radius: 0;
	outline: none;
	background: none;

	font-size:inherit;
	font-family: inherit;

	resize: none;
}

input[type="submit"] {
	cursor: pointer;
}

/* ******************************************** */
/* start */
body {
	background-color: var(--background-color);
	overflow-y: scroll;

	font-size: var(--font-size);
	font-family: "Pretendard";
	color: var(--font-color);
	line-height: 1.6;
}


/* tistory Editor */
h4, h4[data-ke-size]{
	padding-bottom: 16px;
}

/*구분선*/
hr[data-ke-style], #tt-body-page hr[data-ke-style]{
	height: 2px;
}

/* 이미지 주석 */
:is(figure.imageslideblock div.image-container) {
	min-width: 100%;
}

article :is(figure figcaption, figure.imageslideblock figcaption) {
	padding-top: 5px;

	font-size: 12px ;
	color: #aaa;
}

/*트위터이모지*/
img.emoji { width: 16px; vertical-align:middle; padding:6px 0; margin-right:3px;}

/*이미지*/
#tt-body-page figure.imageblock img, figure.imageblock img{
margin-bottom: 20px;	
}

/* 인용 */
:is(#tt-body-index, #tt-body-search, #tt-body-tag, #tt-body-page, #tt-body-category) :is(blockquote, blockquote p) {
	margin: 20px auto 20px;

	font-size: inherit;
}

/* 인용1 */
:is(#tt-body-index, #tt-body-search, #tt-body-tag, #tt-body-page, #tt-body-category) blockquote[data-ke-style='style1'] {
	padding: 15px 0 0 0;
	background: url(https://t1.daumcdn.net/keditor/dist/0.4.9/image/blockquote-style1.svg) no-repeat 50% 0;
	background-size: 15px;

	font-size: inherit;
	line-height: inherit;
	letter-spacing: -0.5px;
	text-align: center;
}

/* 인용2 */
:is(#tt-body-index, #tt-body-search, #tt-body-tag, #tt-body-page, #tt-body-category) blockquote[data-ke-style='style2'] {
	border-left: 6px double var(--point-color);
	padding-left: 16px;
	font-size: inherit;
	color: #000;
}

/* 인용3 */
blockquote[data-ke-style='box'], 
#tt-body-page blockquote[data-ke-style='box'], 
blockquote[data-ke-style='style3'], 
#tt-body-page blockquote[data-ke-style='style3'] {
	border: 3px double var(--point-color);
	background: none;

	font-size: inherit;
	color: var(--point-color);

	transition: var(--transition);
}

blockquote[data-ke-style='box'], #tt-body-page blockquote[data-ke-style='box'], blockquote[data-ke-style='style3'], #tt-body-page blockquote[data-ke-style='style3']
{
	padding: 14px 20px;
	line-height: 1.6;
}


/* 더보기 */
:is(div[data-ke-type='moreLess'],
.btn-toggle-moreless,
#tt-body-page div[data-ke-type='moreLess']) .btn-toggle-moreless {
	display: block;
	margin: 15px 0;
	border-top: 1px solid var(--point-color);
	border-bottom: 1px solid var(--point-color);
	padding: 8px 0px;
	font-size: 13px;
	color: var(--point-color);
	transition: none;
}

.btn-toggle-moreless::before {
	content: "+";
	margin-right: 4px;
}

.open .btn-toggle-moreless::before {
	content: "-";
}


/* 리스트 */
:is(ol, ul)[data-ke-list-type] {
	padding-left: 15px;
}


/* 링크 열기 */
:is(figure[data-ke-type='opengraph'], 
#tt-body-page figure[data-ke-type='opengraph']) {
	margin-top: 5px;
}

:is(div[data-ke-type='moreLess'], 
#tt-body-page div[data-ke-type='moreLess']).open .moreless-content {
	margin-top: -15px;
	margin-bottom: 15px;
 	border-bottom: 1px solid var(--point-color);
  padding: 20px 0;
}

:is(figure[data-ke-type='opengraph'], 
#tt-body-page figure[data-ke-type='opengraph']):hover :is(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) {
	color: var(--point-color);
}

:is(figure[data-ke-type='opengraph'], 
#tt-body-page figure[data-ke-type='opengraph']) a {
	display: flex;
	justify-content: space-between;
	align-items: center;

	z-index: 0;

	width: min(400px, 85%);
	height: auto;
	border: 0;
	padding: 15px;
	background-color: var(--link-background);
	overflow: hidden;	
}

:is(figure[data-ke-type='opengraph'],
#tt-body-page figure[data-ke-type='opengraph']) div.og-image {
	flex-shrink: 0;

	position: static;

	width: 100px;
	height: 100%;
	aspect-ratio: 1/1;
	border-right: 1px solid #ddd;

	transition: var(--transition);
}

.type_grayscale :is(figure[data-ke-type='opengraph'],
#tt-body-page figure[data-ke-type='opengraph']) div.og-image {
	filter: grayscale(1);
}

:is(figure[data-ke-type='opengraph'], 
#tt-body-page figure[data-ke-type='opengraph']) a:hover .og-image {
	filter: grayscale(0);
}

:is(figure[data-ke-type='opengraph'],
#tt-body-page figure[data-ke-type='opengraph']) div.og-text {
	display: flex;
	flex-wrap: wrap;
	align-content: center;

	position: static;

	flex: 1;
	width: min(100px, 100%);
	height: auto;
	padding: 0px 20px !important;
	background-color: var(--content-background-color);
}

:is(figure[data-ke-type='opengraph'],
#tt-body-page figure[data-ke-type='opengraph']) div.og-text p.og-title {
	width: 100%;
	margin: 0 !important;

	font-size: calc(var(--font-size) + 2px);
	font-family: "Pretendard";
	font-weight: 600;

	transition: var(--transition);
}

:is(figure[data-ke-type='opengraph'], 
#tt-body-page figure[data-ke-type='opengraph']) div.og-text p.og-desc {
	width: 100%;

	font-size: inherit;
	font-family: "Pretendard";
}

:is(figure[data-ke-type='opengraph'], 
#tt-body-page figure[data-ke-type='opengraph']) div.og-text p.og-host {
	display: flex;

	position: static;

	width: 100%;

	font-size: inherit;
	font-family: "Poppins", "Pretendard";
}

:is(figure[data-ke-type=opengraph] a,
#tt-body-page figure[data-ke-type=opengraph] a,
#tt-body-page .blogview_content figure[data-ke-type=opengraph]) div.og-image::before {
	content: none;
}


/* 파일 다운로드 */
:is(figure.fileblock, #tt-body-page figure.fileblock) {
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	border: 3px double var(--point-color);

	transition: var(--transition);
}

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

:is(figure.fileblock, #tt-body-page figure.fileblock) a {
	display: flex;
	align-items: center;

	gap: 15px;
	height: auto;
	padding: 15px 20px;
	overflow: hidden;
}

:is(figure.fileblock, #tt-body-page figure.fileblock) a::before {
	content: "";

	width: 20px;
	height: 20px;
	background-size: 100px;
	--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 19H21V21H3V19ZM13 13.1716L19.0711 7.1005L20.4853 8.51472L12 17L3.51472 8.51472L4.92893 7.1005L11 13.1716V2H13V13.1716Z' %3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	background-image: var(--svg);
	mask-image: var(--svg);
	mask-repeat: no-repeat;
	background-color: var(--point-color);
}

:is(figure.fileblock, #tt-body-page figure.fileblock) .image {
	display: none;
}

:is(figure.fileblock, #tt-body-page figure.fileblock) .desc {
	position: static;

	flex: 1;
	overflow: hidden;

	text-overflow: ellipsis;
	white-space: nowrap;
}

:is(figure.fileblock, #tt-body-page figure.fileblock) .filename {
	height: auto;
	margin: 0;

	font-size: inherit;
	font-weight: 500;
	color: var(--point-color);
}

:is(figure.fileblock, #tt-body-page figure.fileblock) .size {
	height: auto;
	margin: 0;

	font-size: 11px;
	font-family: inherit;
}

:is(figure.fileblock, #tt-body-page figure.fileblock) a::after {
	content: none
}


/* 반응형 동영상*/
iframe:not(.instagram-media, [data-ke-type='map']) {
	width: 100%;
	height: 100%;
	border-radius: var(--img-round);
}

/* a태그 */
.article-content p>a {
	font-style: italic;
}

.article-content p>a::before {
	content:"→";

	padding-right: 4px;

	font-style: normal;
}

h2, h2[data-ke-size], h3, h3[data-ke-size] {
	font-weight: normal;
}

.article-content img, .notice-content img {
	border-radius: var(--img-round);
}

.article-content figure:not([data-ke-type="emoticon"]) img {
	opacity: 0;
}

.article-content figure:not([data-ke-type="emoticon"]) img.lazyloaded {
  opacity: 1;
  transition: all 0.3s ease;
}

.type_grayscale img {
	filter: grayscale(1);
}

.type_grayscale img:hover {
	filter: grayscale(0);
}

.type_grayscale .lb-outerContainer img {
	filter: grayscale(0);
}

/******************************************************/
/******************************************************/
/******************************************************/
.wrap {
	opacity: 0;

	position: relative;

	width: var(--skin-width);
	margin: 100px auto;

	transition: all 1.5s /* 화면전환 속도 */;
}

.container {
	position: relative;

	width: 100%;
}

.top-nav {
	display: flex;
	align-items: center;
	visibility: hidden;
	opacity: 0;

	position: fixed;
	z-index: 999;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);

	gap: 15px;
	width: calc(var(--skin-width) + 2px);
	padding: 10px;
	background: #fff7;

	-webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);

	transition: var(--transition);
}

.top-nav.scroll {
	visibility: visible;
	opacity: 1;

	transform: translate(-50%, 0%);

	transition: all 1s;
}

.top-img {
	width: 40px;
	height: 40px;
	border-radius: 100%;

	transition: all 1s;

	cursor: pointer;
}

.type_grayscale .top-nav.scroll:hover .top-img {
	filter: grayscale(0);
}

.top-title {
	font-size: calc(var(--font-size) + 1px);
	font-family: "Poppins";
}


/*********************************************/
/* 2단형 */
.layout_2 {
	--skin-width2: calc( var(--sidebar-width) + var(--content-width) + var(--skin-gutter) );
}

.layout_2 .wrap {
	width: var(--skin-width2);
}

.layout_2 .top-nav {
	width: 100%;
	padding: 10px 20px;
}

.layout_2 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.layout_2 .header {
	position: sticky;
	top: 80px;

	width: var(--sidebar-width);
}

.layout_2 .content {
	width: var(--content-width);
}

.layout_2 .search-list {
	padding-top: 0;
}

.layout_2 .article:first-of-type .article-info {
	padding-top: 0;
}

.layout_2 .footer {
	width: var(--content-width);
	margin-left: auto;
}

.layout_2.type_line :is(.cover-box:first-child) {
	padding-top: 0;
}

.layout_2 .notice-info {
	border-top: 1px solid var(--point-color);
}

.layout_2 .taglog {
	padding: 0;
}

.layout_2 .guestbook-img-box { 
	margin-top: 0;
}
/*********************************************/


/******************************************************/
/**********************HEADER**************************/
/******************************************************/
.header-title {
	border-bottom: 2px solid var(--point-color);
	padding-bottom: 32px;
	font-weight: 900;
	font-size: calc(var(--font-size) + 16px);
}

.header-img-wrap {
	display: none;
}

.header-img {
	width: 100%;
	height: auto;
	margin-top: 20px;

	transition: 2s ease;
}

.header-from-wrap {
	display: flex;
	
	margin: 30px 0;
}

.from-title {
	flex-shrink: 0;
}

.from-info {
	margin-left:20px;
}

.header-user {
	font-weight: bold;
	cursor: pointer;
}

.menu-item:not(:first-child):before {
	content:"|";
	
	margin-left: 5px;
	margin-right: 5px;
}


/* 검색창 */
.header-search {
	display: flex;

	margin-top: 10px;
	border-top: 1px solid var(--point-color);
	padding: 10px 0;

	color: var(--point-color);

	transition: var(--transition);
}

.header-search:focus-within {
	color: #aaa;
}

.search-desc {
	cursor: default;
}

.search-input {
	flex-grow: 1;
	margin-left: 10px;
}

/* 카테고리 */
.header-category {
	border-top: 1px solid var(--point-color);
	border-bottom: 1px solid var(--point-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.category-wrap {
	width: min(70%, 400px);
	margin-left: auto;
}

.no-cnt.category-wrap {
	width: min(70%, 300px);
}

.category-title {
	display: flex;
	justify-content: space-between;

	margin-top: 20px;
	margin-bottom: 10px;
}

.title-cell {
	display: block;

	width: 20px;

	font-weight: 600;
	text-align: center;
}

.title-two-cell {
	flex-grow: 1;
	padding-left: 15px;

	text-align: left;
}

.no-cnt .title-two-cell {
	text-align: right;
}

.title-three-cell {
	width: 30px;
	text-align: center;
}

.no-cnt .title-three-cell {
	display: none;
}

.category img {
	display: none;
}

.tt_category li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	counter-increment: list-number;
}

.tt_category li::before {
	content: counter(list-number);

	width: 20px;

	text-align: center;
}

.tt_category > li::before {
	content: "/";
}

.c_cnt {
	display: inline-block;
	order: 3;

	width: 30px;
	margin-left: auto;

	text-align: center;
}

.category_list {
	width: 100%;

	counter-reset: list-number;
}

.category :where(.link_tit, .link_item, .link_sub_item), .other-link {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;

	flex-grow: 1;
	padding-left: 15px;

	text-transform: uppercase;
	line-height: 2;
}

.no-cnt .category :where(.link_tit, .link_item, .link_sub_item), .other-link {
	justify-content: flex-end;
}

.category .sub_category_list {
	opacity: 0.45;
	
	width: 100%;

	color: var(--font-color);
}

.category .link_sub_item::before {
	content: "└";

	margin-right: 4px;
}

.category .new-icon::before {
	content: "+";
	display: block;
	height: 100%;
	margin-left: 5px;
	font-size: calc(var(--font-size) - 1px);
	color: #fd6345;
}

/******************************************************/
/**********************COVER***************************/
/******************************************************/
.cover {
	display: flex;
	flex-wrap: wrap;
}

.cover-headline {
	display: block;
	font-size: calc(var(--font-size) + 8px);
	font-weight: 700;
	color: var(--point-color);
}

.cover-box {
	opacity: 0;

	width: 100%;

	transition: all 1s;
}

.cover-box:not(:first-child) {
	border-top: 1px solid var(--point-color);
}

/* 목록형 */
.cover-webzine {
	padding-top: 30px;
}

.cover-webzine + .cover-box {
	padding-top: 45px;
}

.cover-webzine .cover-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;

	gap: 40px;
	width: 100%;
	padding: 30px 0;
}

.cover-webzine .cover-item:not(:first-child) {
	border-top: 1px solid var(--point-color);
}

.cover-webzine :where(.cover-img, .empty-img) {
	order: 1;

	transform: scale(1.01);

	/*width: min(150px, 40%); 커버 이미지 없앰*/
	width: min(150px, 0%);
	aspect-ratio: 1/1;
	object-fit: cover;

	transition: var(--transition);
}

.cover-webzine .cover-item:hover :where(.cover-img, .empty-img) {
	transform: scale(1.03);

	box-shadow: 2px 4px 4px #ddd;

	filter: grayscale(0);
}

.cover-webzine .cover-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cover-webzine .cover-title {
	width: 100%;

	font-weight: 600;
}

.cover-webzine .cover-date {
	display: inline-flex;
	align-items: center;

	font-size: calc(var(--font-size) - 2px);
	font-family: "Poppins", "Pretendard";
	color: var(--font-color);
}

.cover-webzine .cover-cate {
	display: inline-flex;
	align-items: center;

	margin-left: 10px;

	color: var(--font-color);
}

.cover-webzine .cover-cate::before {
	content: "─";
	display: block;

	margin-right: 10px;

	color: var(--font-color);
}

.cover-webzine .cover-sum {
	display: -webkit-box;

	width: 100%;
	margin-top: 8px;
	overflow: hidden;

	line-height: 1.6;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 슬라이드형 */
.cover-line {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

.cover-line + .cover-box {
	border-top: 0;
}

.cover-line .cover-headline {
	margin-bottom: 30px;
}

.cover-line .cover-container {
	display: grid;
	grid-template-columns: repeat(var(--cover-thumb2), minmax(0, 1fr));

	border: 1px solid var(--point-color);
	border-top: 0;
}

.cover-line .cover-item {
	position: relative;

	width: 100%;
	border-top: 1px solid var(--point-color);
	border-right: 1px solid var(--point-color);
	padding: 40px 30px 40px 30px;

	transition: var(--transition);
}

.cover-line .cover-img {
	display: block;

	transform: scale(1.01);

	width: calc(100% - 30px);
	height: auto;
	margin: 0 auto 30px auto;
	aspect-ratio: var(--cover-ratio2);
	object-fit: cover;

	image-rendering: -webkit-optimize-contrast;

	transition: var(--transition);
}

.cover-line .cover-item:hover .cover-img {
	transform: scale(1.02);

	filter: none;
}

.cover-line .cover-info {
	text-align: center;
	line-height: 1;
}

.cover-line .cover-title {
	display: block;

	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	border-radius: 5px 5px 5px 0;
	padding: 3px 4px;

	font-weight: 600;
	line-height: 1.2;
}

.cover-line .cover-date {
	display: inline-block;

	margin-top: -2px;
	border-radius: 0px 5px 5px 5px;
	padding: 4px;

	font-size: calc(var(--font-size) - 3px);
	line-height: 1.2;
}

/* 갤러리형 */
.cover-gallery {
	padding: 30px 0;
	overflow: hidden;
}

.cover-gallery .cover-headline {
	margin-bottom: 30px;
}

.cover-gallery .cover-container {
	display: grid;
	grid-template-columns: repeat(var(--cover-thumb), minmax(0, 1fr));
	
	gap: var(--cover-gutter);
}

.cover-gallery .cover-item {
	position: relative;

	aspect-ratio: var(--cover-ratio);
	border: 0;
	padding: 0;
	overflow: hidden;
}

.cover-gallery .cover-info {
	display:flex;
	visibility: hidden;
	opacity: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;

	position: absolute;
	z-index: 1;
	bottom: 0;
	transform: translateY(30px);

	width: 100%;
	padding: 20px;
	background-color: transparent;

	color: #fff;
	line-height: 1.3;

	transition: var(--transition);
}

.cover-gallery .cover-item:hover .cover-info {
	visibility: visible;
	opacity: 1;

	transform: translateY(0px);

	transition: all 0.5s 0.2s ;
}

.cover-gallery .cover-title {
	display: -webkit-box;

	width: 100%;
	overflow: hidden;

	font-family: "Poppins", "Pretendard";
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cover-gallery .cover-date {
	font-size: calc(var(--font-size) - 2px);
}

.cover-gallery .cover-img {
	display: block;

	transform: scale(1.2) translateY(-10px);

	width: 100%;
	height: 100%;
	aspect-ratio: var(--cover-ratio);
	object-fit: cover;

	transition: all 1s;
}

.cover-gallery .cover-item:hover .cover-img {
  transform: scale(1.2) translateY(0px);
	
	filter: grayscale(0) brightness(0.7) saturate(1.4);
}

/* 공지형 */
.cover-notice {
	width: 100%;
	padding: 30px 0;
}

.cover-notice .cover-headline {
	width: 100%;
	margin-bottom: 30px;
}

.cover-notice .cover-info {
	display: flex;
	flex-wrap: wrap;
	/*align-items: flex-end;*/
}

.cover-notice .cover-img {
	width: 40%;

	transition: var(--transition);
}

.cover-notice .cover-item:hover .cover-img {
	filter: grayscale(0);
}

.cover-notice .cover-img + .cover-sum {
	width: 55%;
	margin-left: auto;
	line-height: 1.4;
}

.cover-notice .cover-title {
	display: block;

	margin-bottom: 10px;

	font-family: "Poppins", "Pretendard";
	font-weight: 600;
}

.cover-notice .cover-sum a {
	display: inline-flex;
	align-items: center;

	margin-right: 15px;
}

.cover-notice .cover-sum a::before {
	content: "";
	display: inline-flex;

	width: 10px;
	height: 1px;
	margin-right: 5px;
	background-color: var(--font-color);

	transition: var(--transition);
}

.cover-notice .cover-sum a:hover::before {
	margin-right: 10px;
}

/* 태그 클라우드 */
.cover-tag {
	padding: 50px 0;
}

.cover-tag .cover-headline {
	margin-bottom: 30px;
}

.cover-tag .cover-container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cover-tag .cover-item {
	display: inline-flex;
	align-items: center;

	position: relative;

	background-image: linear-gradient(var(--font-color), var(--font-color));
	background-size: 100% 0.9px;
	background-position: 100% 95%;
	background-repeat: no-repeat;

	line-height: 1.3;
}

.cover-tag .cover-item:hover {
	background-size: 0% 0.9px;

	color: var(--font-color);
}

.cover-tag .cover-item::before {
  content: "#";
	display: inline-block;

	margin-right: 3px;

	font-size: calc(var(--font-size) - 2px);
}

.cover-tag .cover-item.tag-more::before {
  content: none;
}

.cover-tag .cloud1 {
	font-weight: 600;
	color: var(--point-color);
}

.cover-tag .cloud1 {
	background-image: linear-gradient(var(--point-color), var(--point-color));
}


/******************************************************/




/******************************************************/
/**************CATEGORY VIEW***************************/
/******************************************************/

/** EMPTY **/
.list-empty {
	margin-top: 15px;
}

/** NORMAL **/
.search-list {
	padding: 30px 0;
}

.list-category {
	margin-bottom: 35px;

	font-size: calc(var(--font-size) + 2px);
	font-weight: 700;
	text-transform: capitalize;
}

#tt-body-search .list-category::before {
	content: "‘";
}

#tt-body-search .list-cnt::before {
	content: "’ 검색 결과";

	margin-right: 5px;
}

#tt-body-tag .list-category {
	display: inline-block;

	position: relative;

	line-height: 1.3;
}

#tt-body-tag .list-category::before {
	content: "#";

	margin-right: 2px;
}

#tt-body-tag .list-category {
	background-image: linear-gradient(var(--font-color), var(--font-color));
	background-size: 100% 0.9px;
	background-position: 100% 95%;
	background-repeat: no-repeat;

	transition: var(--transition);
}

#tt-body-tag .list-category:hover {
	background-size: 0% 0.9px;
}

.list-cnt::before {
	content:"+";

	margin-right: 4px;
	margin-left: 5px;
}

.list-item { 
	display: block;
}

.list-title {
	overflow: hidden;

	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-list .new-icon {
	vertical-align: middle;
}

.search-list .new-icon::before {
	content: "new";

	text-transform: uppercase;
}

.search-list .cnt {
	display: inline-block;
	
	margin-left: 5px;

	font-size: calc(var(--font-size) - 1px);
	color: #666;
}

.search-list .cnt:not(:empty)::before {
	content: "+"
}


/** SIMPLE **/
.list-simple .list-category {
	margin-bottom: 15px;
}

.list-simple .list-item {
	padding: 20px 0;

	transition: var(--transition);
}

.list-simple .list-item:not(:last-child) {
	border-bottom: 1px solid var(--point-color);
}

.list-simple .list-info {
	display: flex;
	justify-content: space-between;
	align-items: center;

	gap: 25px;
}

.list-simple .list-title {
	display: flex;
	align-items: center;
	order: 1;

	flex-grow: 1;
	min-width: 0;
}

.list-simple .title-content {
	display: inline-block;

	overflow: hidden;

	font-weight: 500;
	text-overflow: ellipsis;
  white-space: nowrap;
}

.list-simple .secret-icon {
	width: calc(var(--font-size) - 1px);
	height: calc(var(--font-size) - 1px);
	margin-right: 4px;
	fill: var(--point-color);
}

.list-simple .list-date {
	min-width: 50px;
	
	font-size: calc(var(--font-size) - 3px);
	font-family: "Poppins", "Pretendard";
}

.list-simple :where(.list-img, .list-sum) {
	display: none;
}

.list-simple .new-icon {
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #fd6345;
	color: #fd6345;
	border-radius: 10px;
	padding: 3px 5px;
	font-size: calc(var(--font-size) - 3px);
	line-height: 1.1;
}

/** SIMPLE 2 **/
.list-simple2 .list-category {
	margin-bottom: 15px;
}

.list-simple2 .list-item {
	padding: 30px 0;

	transition: var(--transition);
}

.list-simple2 .list-item:not(:last-child) {
	border-bottom: 1px solid var(--point-color);
}

.list-simple2 .list-item:first-child {
	padding: 20px 0 30px 0;
}

.list-simple2 .list-img {
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	object-fit: cover;

	transition: var(--transition);
}

.list-simple2 .list-item:hover .list-img {
	filter: grayscale(0);
}

.list-simple2 .list-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.list-simple2 .list-title {
	display: flex;
	align-items: center;

	flex-grow: 1;
	min-width: 0;
}

.list-simple2 .title-content {
	display: inline-block;

	overflow: hidden;

	font-weight: 700;
	text-overflow: ellipsis;
  white-space: nowrap;
}

.list-simple2 .secret-icon {
	width: calc(var(--font-size) - 1px);
	height: calc(var(--font-size) - 1px);
	margin-right: 4px;
	fill: var(--point-color);
}

.list-simple2 .list-date {
	width: 100%;
	
	font-size: calc(var(--font-size) - 3px);
	font-family: "Poppins", "Pretendard";
}

.list-simple2 .list-sum {
	display: -webkit-box;

	width: 100%;
	margin-top: 20px;
	overflow: hidden;

	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.list-simple2 .new-icon {
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #fd6345;
	color: #fd6345;
	border-radius: 10px;
	padding: 3px 5px;
	font-size: calc(var(--font-size) - 3px);
	line-height: 1.1;
}

/** GALLERY **/
.list-gallery .list-container {
	display: grid;
	grid-template-columns: repeat(var(--gallery-thumb), minmax(0, 1fr));
	
	gap: var(--gallery-gutter);
}

.list-gallery .list-item {
	position: relative;

	border: 0;
	padding: 0;
	aspect-ratio: var(--gallery-ratio);
	overflow: hidden;
}

.list-gallery .list-img-wrap {
	display: block;

	overflow: hidden;
}

.list-gallery .list-img {
	display: block;

	transform: scale(1.1);

	width: 100%;
	height: 100%;
	aspect-ratio: var(--gallery-ratio);
	object-fit: cover;

	transition: all 1.2s;
}

.list-gallery .list-item:hover .list-img {
  transform: scale(1.3);
	
	filter: grayscale(0) brightness(0.7) saturate(1.4);
}

.list-gallery .list-secret {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	transition: var(--transition);
}

.list-gallery .secret-icon {
	width: calc(var(--font-size) + 7px);
	height: calc(var(--font-size) + 7px);
	fill: #fff;
}

.list-gallery .list-item:hover .list-secret {
	opacity: 0;
}

.list-gallery .list-info {
	visibility: hidden;
	opacity: 0;

	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 10px;

	margin-right: 10px;
	padding: 12px;

	line-height: 1.3;

	transition: var(--transition);
}

.list-gallery .list-item:hover .list-info {
	visibility: visible;
	opacity: 1;
}

.list-gallery .list-title {
	display: -webkit-box;

	position: relative;

	width: 100%;
	overflow: hidden;

	font-family: "Poppins", "Pretendard";
	font-weight: 700;
	color: #fff;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.list-gallery .list-date {
	display: block;

	margin-top: 5px;
	
	font-size: calc(var(--font-size) - 3px);
	color: #fff;
}

.list-gallery :where(.list-sum) { 
	display: none;
}

.list-gallery .new-icon {
	opacity: 0;
	position: absolute;
	top: 22px;
	left: 22px;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 3px 8px;	
	font-size: calc(var(--font-size) - 3px);
	color: #fff;
	line-height: 1.1;
	transition: var(--transition);
}

.list-gallery .list-item:hover .new-icon {
	opacity: 1;
}

/** GALLERY 2 **/
.list-gallery2 .list-container {
	position: relative;

	margin: calc(var(--gallery-gutter2) / 2 * -1);
	overflow: hidden;

	transition: var(--transition);
}

.list-gallery2 .list-item {
  opacity: 1;

  position: absolute;

	width: calc(100% / var(--gallery-thumb2));
	overflow: hidden;

	transition: var(--transition);
}

.list-gallery2 .list-item:not(.active) {
  opacity: 0;
}

.list-gallery2 .list-img-wrap {
	display: block;

	margin: calc(var(--gallery-gutter2) / 2);
}

.list-gallery2 .list-img {
  width: 100%;
  height: 100%;
	min-height: 100px;

	transition: var(--transition);
}

.list-gallery2 .list-item:hover .list-img {
	filter: grayscale(0) brightness(0.6);
}

.list-gallery2 .list-secret {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	transition: var(--transition);
}

.list-gallery2 .secret-icon {
	width: calc(var(--font-size) + 7px);
	height: calc(var(--font-size) + 7px);
	fill: #fff;
}

.list-gallery2 .list-item:hover .list-secret {
	opacity: 0;
}

.list-gallery2 .list-info {
	display: flex;
	visibility: hidden;
	opacity: 0;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;

	position: absolute;
	z-index: 1;
	top: 0px;

	gap: 7px 10px;
	width: 100%;
	height: 100%;
	padding: 20px;

	color: #fff;
	text-align: center;

	transition: var(--transition);
}

.list-gallery2 .list-item:hover .list-info {
	visibility: visible;
	opacity: 1;
}

.list-gallery2 .list-title {
	opacity: 0;

	transform: translateY(30px);

	padding: 0px 10px;
	overflow: visible;

	font-size: calc(var(--font-size) + 2px);
	font-family: "Poppins", "Pretendard";
	white-space: normal;
	letter-spacing: 1px;
	line-height: 1.6;

	transition: var(--transition);
}

.list-gallery2 .list-item:hover .list-title {
	opacity: 1;

	transform: translateY(0%);

	transition: all 0.5s 0.1s;
}

.list-gallery2 .list-item .list-date {
	opacity: 0;

	transform: translateY(30px);

	width: 100%;

	font-size: calc(var(--font-size) - 3px);

	transition: var(--transition);
}

.list-gallery2 .list-item:hover .list-date {
	opacity: 1;

	transform: translateY(0%);

	transition: all 0.5s 0.25s;
}

.list-gallery2 :where(.list-sum) { 
	display: none;
}

.list-gallery2 .new-icon {
	opacity: 0;

	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, -30%);

	border: 1px solid #fff;
	border-radius: 10px;
	padding: 4px 8px 3px 8px;
	
	font-size: calc(var(--font-size) - 3px);
	color: #fff;
	line-height: 1.1;

	transition: var(--transition);
}

.list-gallery2 .list-item:hover .new-icon {
	opacity: 1;
	transform: translate(-50%, 0%);

	transition: all 0.9s 0.2s;
}


/* 웹진 */
.list-webzine .list-category {
	margin-bottom: 15px;
}

.list-webzine .list-item {
	display: flex;
	align-items: flex-end;

	position: relative;

	gap: 50px;
	padding: 20px 0;
}

.list-webzine .list-item:not(:last-child) {
	border-bottom: 1px solid var(--point-color);
}

.list-webzine .list-img {
	display: block;
	flex-shrink: 0;

	width: min(220px, 40%);
	min-height: 138px;
	object-fit: cover;

	transition: var(--transition);
}

.list-webzine .list-item:hover .list-img {
	filter: grayscale(0);
}

.list-webzine .list-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	gap: 5px 0;
	flex-grow: 1;
	min-width: 0;
}

.list-webzine .list-title {
	display: flex;
	align-items: center;

	position: absolute;
	top: 20px;
	
	width: -moz-available;
	width: -webkit-fill-available;
	padding-right: 30px;

	font-size: calc(var(--font-size) + 3px);
}

.list-webzine .title-content {
	display: inline-block;

	font-weight: 600;

	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-webzine .secret-icon {
	width: calc(var(--font-size) - 1px);
	height: calc(var(--font-size) - 1px);
	margin-right: 4px;
	fill: var(--point-color);
}

.list-webzine .list-date {
	position: absolute;
	top: 45px;

	font-size: calc(var(--font-size) - 3px);
	font-family: "Poppins", "Pretendard";
}

.list-webzine .list-sum {
	display: -webkit-box;

	width: 100%;
	margin-top: 50px;
	overflow: hidden;

	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-webzine .new-icon {
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #fd6345;
	color: #fd6345;
	border-radius: 10px;
	padding: 3px 5px;
	font-size: calc(var(--font-size) - 3px);
	line-height: 1.1;
}

/******************************************************/
/**********************본문****************************/
/******************************************************/
.article img {
	transition: 1s ease;
}

.article-info {
	position: relative;

	border-bottom: 1px solid var(--point-color);
	padding: 20px 0;
}

.article:not(:first-child) .article-info {
	border-top: 1px solid var(--point-color);
}

.info-item {
	display: flex;
	/*justify-content: space-between;*/
	word-break: keep-all;
}

.article-sort {
	word-break: keep-all;
}

.article-sort::after {
	content:":";
}

.article-title {
	flex-grow: 1;
	font-size: calc(var(--font-size) + 11px);
	font-weight: bold;
	/*text-align: right;*/
}

.article-date {
	display: inline-flex;
	margin-left: 4px;
}

.article-cate {
	display: inline-flex;
	align-items: center;
	margin-left: 4px;
}

.info-more {
	width: 20px;
	margin-left: auto;
	padding: 12px 10px 0 3px;
	font-size: calc(var(--font-size) + 3px);
}

.admin-btn {
	cursor: pointer;
}

.admin-btn-icon {
	width: calc(var(--font-size) + 2px);
	height: calc(var(--font-size) + 2px);
	fill:#aaa;
}

.article-admin {
	display: none;
	opacity: 0;

	position: absolute;
	z-index: 1;
	right: 0;
	
	width: max-content;
	border: 1px solid var(--point-color);
	padding: 10px;
	background-color: var(--background-color);
	overflow: hidden;
}

.admin-item {
	display: block;
	font-size: var(--font-size);
	transition: var(--transition);
}

.admin-item:hover {
	opacity: 0.5;
}

.article-content {
	padding: 50px 0;

	font-family: "Pretendard";
}

.article-related {
	padding: 20px 0;
}

.related-headline {
	display: block;

	padding-bottom: 20px;
}

.related-more {
	margin-left: 5px;

	font-size: calc(var(--font-size) - 2px);
	font-weight: 500;
	text-transform: uppercase;
	color: #777;
}

.related-container {
	display: grid;
	grid-template-columns: repeat(var(--related-thumb), minmax(0, 1fr));

	gap: 10px;
}

.related-item {
	position: relative;

	padding: calc(var(--skin-width) * 0.015);
	background-color: var(--related-border);
	overflow: hidden;
}


.related-img-box {
	overflow: hidden;
}

:where(.related-item.text_type, .related-item.type_secret) .related-img-box {
	display: flex;
	justify-content: center;
	align-items: center;

	aspect-ratio: 1/1;
	background-color: var(--related-background);
}

.related-item.thumb_type:not(.type_secret) .related-icon {
	display: none;
}

:is(.related-item.text_type, .related-item.type_secret) .related-info {
	visibility: visible;
	opacity: 1;

	color: var(--font-color);
}

.related-icon { 
	width: calc(var(--font-size) + 9px);
	height: calc(var(--font-size) + 9px);
	margin-top: 30px;
	stroke: var(--point-color);
	fill: none;
}

.related-img {
	transform: scale(1.01);

	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;

	transition: var(--transition);
}

.related-item:hover .related-img {
	transform: scale(1.2);

	filter: grayscale(0) brightness(0.7);
}

.related-info {
	visibility: hidden;
	opacity: 0;

	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	padding: calc(var(--skin-width) * 0.03);

	color: #fff;

	transition: var(--transition);
}

.related-item:hover .related-info {
	visibility: visible;
	opacity: 1;
}

.related-title {
	width: 100%;
	overflow: hidden;

	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;

	transition: var(--transition);
}

.related-date {
	font-size: calc(var(--font-size) - 3px);
	font-family: "Pretendard";
}

.article-tag {
	display: flex;

	margin-bottom: 20px;
	padding: 10px 0;
}

.tag-title {
	word-break: keep-all;
}

.tag-title::after {
	content:":";
}

.article-tag-container {
	margin-left: 10px;
}

.article-tag a {
	position: relative;

	margin-right: 5px;
	
	line-height: 1.3;
}

.article-tag a:not(:first-child) {
	margin-left: 4px;
}

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

.article-tag a {
	background-image: linear-gradient(var(--font-color), var(--font-color));
	background-size: 100% 0.9px;
	background-position: 100% 95%;
	background-repeat: no-repeat;

  transition: var(--transition);
}

.article-tag a:hover {
	background-image: linear-gradient(var(--point-color), var(--point-color));
	background-size: 0% 0.9px;
}

.article-tag a::before {
	content: "#";

	margin-right: 3px;
}


/******************************************************/
/**********************비밀글**************************/
/******************************************************/

.protected {
	border-bottom: 1px solid var(--point-color);
	padding: 120px 60px;
	overflow: hidden;

	text-align: center;
}

.protected-alert {
	display: block;
}

.protected-icon {
	width: var(--font-size);
	height: var(--font-size);
	fill: var(--point-color);
}

.protected-title {
	margin-bottom: 20px;

	font-size: calc(var(--font-size) + 5px);
	font-weight: bold;
}

.protected-input {
	width: 200px;
	height: 40px;
	margin-bottom: 5px;
	border: 1px solid var(--point-color);
	padding: 0px 10px;

	transition: var(--transition);
}

.protected-submit {
	display: block;

	width: 200px;
	height: 40px;
	margin: 0 auto;
	border: 1px solid var(--point-color);

	font-weight: 700;
	color: var(--point-color);
}


/******************************************************/
/**********************공지****************************/
/******************************************************/

/** 공지형+메모형 **/
.notice:not(:last-child) {
	border-bottom: 1px solid var(--point-color);
}

.notice-info {
	display: flex;
	align-items: center;

	gap: 20px;
	border-bottom: 1px solid var(--point-color);
	padding: 20px 0;
}

.notice-img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 100% 100% 0 0;
	
	transition: var(--transition);
}

.notice-info:hover .notice-img {
	filter: grayscale(0);
}

.notice .info-box {
	align-self: flex-end;

	line-height: 1.2;
}

.notice-title {
	width: 100%;

	font-weight: 600;
}

.notice-date {
	display: inline-flex;

	font-size: calc(var(--font-size) - 2px);
	font-family: "Poppins", "Pretendard";
	color: #777;
}

.notice-content {
	padding: 20px 0;
}

.notice-content a {
	display: inline-flex;
	align-items: center;

	margin-right: 5px;
}

.notice-content a:not(.btn-toggle-moreless)::before {
	content: "";

	display: inline-flex;

	width: 10px;
	height: 0.5px;
	margin-right: 5px;
	background-color: var(--font-color);

	transition: var(--transition);
}

.notice-content a:not(.btn-toggle-moreless):hover::before {
	margin-right: 10px;
}

/** 공지형 **/
.type_notice .notice-page :where(.header-search, .header-category, .footer) {
	display: none;
}

.type_notice .notice-info {
	justify-content: space-between;

	gap: 70px;
	border-bottom: 0;
}

.layout_2 .notice:first-child .notice-info {
	border-top: 0;
	padding-top: 0;
}

.layout_2 .notice-info {
	border-top: 0;
}

.type_notice .notice-page .info-more {
	position: absolute;
	right: 20px;
}

.type_notice .notice-img {
	width: 70%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.type_notice .notice-title {
	font-size: calc(var(--font-size) + 4px);
	font-weight: normal;
	color: var(--point-color);
	text-align: right;
}

.type_notice .notice-date {
	display: block;

	margin-top: 50px;
	
	text-align: right;
}

.type_notice .notice-content {
	padding: 40px 0;
}

/* 포스트 버튼 */
.article-post-btn {
	display: flex;
	align-items: center;

	gap: 10px;
	margin: 10px 0 20px 0;
}

.notice-post-btn {
	display: flex;
	align-items: center;

	gap: 10px;
	padding: 10px 0 20px 0;
}

.article-like, .notice-like {
	display: flex;
	align-items: center;

	margin-right: auto;
}

.like-btn {
	display: inline-flex;
	align-items: center;

	height: 100%;
	border: 0;
	padding-left: 0px;

	font-family: "Pretendard";
	font-weight: 500;

	transition: var(--transition);
}

.like-btn>div { 
	display:flex;
	align-items: center;
}

.like-iconbox {
	display: inline-flex;
	align-items: center;
}

.like-icon {
	width: calc(var(--font-size) + 2px);
	height: calc(var(--font-size) + 2px);
	stroke: var(--font-color);
	stroke-width: 2px;
	fill: none;

	transition: var(--transition);
}

.like_on .like-icon {
	stroke-width: 1px;
	fill: var(--font-color);
}

.like-count {
	display: inline-flex;

	margin-left: 2px;

	transition: all 1.25s;
}

.like-count:empty::before {
	content: "";
}

.article-rp, .article-report, .notice-report {
	display: inline-flex;
}

.rp-btn {
	width: 15px;
	height: 15px;
	stroke: var(--font-color);
	stroke-width: 2px;
	fill: none;

	cursor: pointer;
}

.report-btn {
	display: inline-flex;
	align-items: center;

	height: 100%;
	border: 0;
}

.report-btn-icon {
	width: calc(var(--font-size) + 2px);
	height: calc(var(--font-size) + 2px);
	stroke: var(--font-color);
	stroke-width: 0.5px;
	fill: var(--font-color);

	vertical-align: middle;
}

/******************************************************/
/********************태그클라우드**********************/
/*****************************************************/

.taglog {
	display: flex;
	flex-wrap: wrap;

	gap: 15px;
	padding: 40px 0;
}

.tag-category {
	width: 100%;
	margin-bottom: 15px;

	font-weight: bold;
	text-transform: capitalize;
}

.tag-item {
	position: relative;

	line-height: 1.3;
}

.tag-item:hover {
	border-color: var(--point-color);

	color: var(--point-color);
}

.tag-item {
	background-image: linear-gradient(var(--font-color), var(--font-color));
	background-size: 100% 0.9px;
	background-position: 100% 95%;
	background-repeat: no-repeat;

  transition: var(--transition);
}

.tag-item:hover {
	background-image: linear-gradient(var(--point-color), var(--point-color));
	background-size: 0% 0.9px;
}

.tag-item::before {
	content: "#";
}

.taglog .cloud1 {
	font-weight: bold;
	color: var(--point-color);
}

.taglog .cloud2 {
	color: var(--point-color);
}

.taglog .cloud1 {
	background-image: linear-gradient(var(--point-color), var(--point-color));
}

.taglog .clou2 {
	background-image: linear-gradient(var(--point-color), var(--point-color));
}

.taglog .cloud3 {
	font-weight: bold;
}


/********************************************************/
/*******************코멘트/방명록************************/
/*******************************************************/
/* reset */
body :is(.tt-wrap-cmt .tt-link-user, .tt-wrap-cmt .tt_desc, .tt-txt-mention, .tt-wrap-cmt .tt_date, .tt-link-comment .tt_txt_g, .tt-wrap-cmt .tt-link-comment, .tt-box-total .tt_txt_g, .tt-box-total .tt_num_g, .tt-wrap-cmt .tt-wrap-link-comment, .tt-area-reply, .tt-item-reply .tt_cmt_info, .tt-link-comment .tt_num_g, .tt-box-textarea textarea, .tt-box-textarea div, .tt-box-textarea .tt_txt_user) { 
	padding: 0;

	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

/* start */
body :is(.tt-comment-cont) {
	display: flex;
	flex-wrap: wrap;

	margin-top: 20px;
	border-top: 2px solid var(--point-color);
	padding-top: 20px;
}

/* header */

body :is(.tt-box-total) {
	width: 100%;
	border-bottom: 1px solid var(--point-color);
	padding-bottom: 20px;

	font-weight: bold;
}

body :is(.tt-box-total .tt_num_g) {
	padding-left: 10px;

	font-size: calc(var(--font-size) - 2px);
}

/* list-style */

body :is(.tt-area-reply) {
	order: 3;

	width: 100%;
	margin-bottom: 0;
}

body :is(.tt-list-reply > .tt-item-reply):not(.rp_general) {
	order: 1;
}

body :is(.tt-list-reply > .tt-item-reply):not(.rp_general) .tt_desc {
	font-weight: bold;
}

body :is(.tt-item-reply .tt_cmt_info .tt_ico_fixed) {
	width: var(--font-size);
	height: var(--font-size);
	margin-right: 5px;
	margin-bottom: 0;
	background-size: 100px;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 3V5H17V11L19 14V16H13V23H11V16H5V14L7 11V5H6V3H18Z'%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	background-image: var(--svg);
	mask-image: var(--svg);
	mask-repeat: no-repeat;
	background-color: #777;
}

body :is(.tt_ico_fixed) {
	width: var(--font-size);
	height: var(--font-size);
	background-size: 100px;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.8273 1.68994L22.3126 10.1752L20.8984 11.5894L20.1913 10.8823L15.9486 15.125L15.2415 18.6605L13.8273 20.0747L9.58466 15.8321L4.63492 20.7818L3.2207 19.3676L8.17045 14.4179L3.92781 10.1752L5.34202 8.76101L8.87756 8.0539L13.1202 3.81126L12.4131 3.10416L13.8273 1.68994ZM14.5344 5.22548L9.86358 9.89631L7.0417 10.4607L13.5418 16.9608L14.1062 14.1389L18.7771 9.46812L14.5344 5.22548Z'%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	background-image: var(--svg);
	mask-image: var(--svg);
	mask-repeat: no-repeat;
	background-color: var(--font-color);
}

body :is(.tt_btn_prev_more) {
	border-top:1px solid var(--point-color);
	border-bottom: 1px solid var(--point-color);
	background-color: transparent;

	color: var(--font-color);
}

/****/

body :is(.tt-list-reply) {
	display: flex;
  flex-direction: column-reverse;

	border: 0;
}

body :is(.tt-item-reply) {
	border-color: var(--point-color);
	padding: 25px 0;
}

body :is(.tt-wrap-cmt) {
	flex-wrap: nowrap;
	align-items: flex-start;
}

body :is(.tt-list-reply-comment .tt-item-reply)::before {
	border-color: var(--point-color);
}

body :is(.tt-item-reply .tt-list-reply-comment) {
	border-color: var(--point-color);
}

body :is(.tt-list-reply-comment .tt-item-reply):last-child {
	padding-bottom: 0;
}

/* thumbnail */

body :is(.tt-box-thumb > a) {
	display: inline-block;

	border: 1.5px solid var(--font-color);
	border-radius: 100%;
}

.type_grayscale body :is(.tt-thumbnail) {
	filter: grayscale(1);

	transition: var(--transition);
}

body :is(.tt-wrap-cmt, .tt-area-write):hover .tt-thumbnail {
	filter: grayscale(0);
}

.type_line body :is(.tt-thumbnail) {
	border: 3px solid var(--background-color);
}

/* user-desc */

body :is(.tt-wrap-cmt .tt-link-user) {
	font-weight: 600;
	color: var(--font-color);
}

body :is(.tt-comment-cont .tt-wrap-desc) {
	margin: 8px 0;
}

body :is(.tt-wrap-cmt .tt_desc) {
	color: var(--font-color);
}

/* date reply-btn */

body :is(.tt-wrap-info) {
	align-items: center;
}

body :is(.tt-wrap-cmt .tt_date) {
	margin-right: 7px;

	font-size: calc(var(--font-size) - 2px);
	font-weight: 500;
}

body :is(.tt-wrap-cmt .tt-wrap-link-comment) {
	display: inline-flex;
	align-items: center;
}

body :is(.tt-wrap-cmt .tt-link-comment) {
	display: inline-flex;
	align-items: center;
}

body :is(.tt-wrap-cmt .tt_txt_g) {
	font-size: calc(var(--font-size) - 2px);
}

body :is(.tt-link-comment .tt_num_g) {
	margin-left: 5px;

	font-size: calc(var(--font-size) - 2px);
}

body :is(.tt-list-reply-comment .tt-wrap-cmt .tt-box-thumb > a) {
	border-color: var(--point-color);
}

body .tt-list-reply-comment .tt-wrap-cmt :is(.tt-txt-mention, .tt-link-user, .tt_desc) {
	color: var(--point-color);
}

/* mention */

body :is(.tt-wrap-cmt .tt-txt-mention) {
	padding: 2px 3px;
	background-color: transparent;
	
	font-weight: bold;
	color: var(--point-color);
	text-decoration: underline;
}

body :is(.tt-wrap-cmt .tt-txt-mention)::before {
	content: none;
}

/* secret icon */

body :is(.tt_ico_lock) {
	width: var(--font-size);
	height: var(--font-size);
	margin-left: 6px;
	background-size: 90px;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 8V7C6 3.68629 8.68629 1 12 1C15.3137 1 18 3.68629 18 7V8H20C20.5523 8 21 8.44772 21 9V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V9C3 8.44772 3.44772 8 4 8H6ZM19 10H5V20H19V10ZM11 15.7324C10.4022 15.3866 10 14.7403 10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14C14 14.7403 13.5978 15.3866 13 15.7324V18H11V15.7324ZM8 8H16V7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7V8Z'%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	background-image: var(--svg);
	mask-image: var(--svg);
	mask-repeat: no-repeat;
	background-color: var(--font-color);
}

body :is(.tt-list-reply-comment .tt_ico_lock) {
	background-color: var(--point-color);
}

.tt-box-meta:has(.tt_ico_lock) + .tt-wrap-desc .tt_desc::after {
	content: "";
	display: inline-block;

	width: var(--font-size);
	height: var(--font-size);
	margin-left: 6px;
	background-size: 90px;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 8V7C6 3.68629 8.68629 1 12 1C15.3137 1 18 3.68629 18 7V8H20C20.5523 8 21 8.44772 21 9V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V9C3 8.44772 3.44772 8 4 8H6ZM19 10H5V20H19V10ZM11 15.7324C10.4022 15.3866 10 14.7403 10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14C14 14.7403 13.5978 15.3866 13 15.7324V18H11V15.7324ZM8 8H16V7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7V8Z'%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	background-image: var(--svg);
	mask-image: var(--svg);
	mask-repeat: no-repeat;
	background-color: #777;

	vertical-align: middle;
}

/* form */

.rp-form {
	width: 100%;
}

#tt-body-guestbook .tt-area-reply + .rp-form {
	display: none;
	opacity: 0;

	transition: var(--transition);
}

body :is(.tt-area-reply + .rp-form .tt-area-write) {
	border-bottom: 1px solid var(--point-color);
	padding: 20px 0;
}

body .tt-area-reply:empty + .rp-form .tt-area-write {
	border-bottom: 0;
}

body :is(.tt-area-write .tt-box-account input) {
	padding: 6px 15px;

	font-size: var(--font-size);

	transition: var(--transition);
}

body :is(.tt-comment-cont form .tt-box-textarea .tt-inner-g, .tt-area-write .tt-box-account input) {
	border: 1px solid var(--point-color);
	padding: 10px 15px;

	color: var(--point-color);

	transition: var(--transition);
}

body :is(.tt-box-textarea .tt_txt_user) {
	color: var(--font-color);
}

body :is(.tt-box-textarea textarea, .tt-box-textarea div) {
	color: var(--point-color);
}

body :is(.tt-btn_register) {
	border: 1px solid var(--point-color);
	background-color: var(--point-color);

	font-size: var(--font-size);

	transition: var(--transition);
}

body :is(.tt-btn_register):hover {
	background-color: var(--point-color);
	border-color: var(--point-color);
} 

/****/

.article-comment {
	opacity: 0;

	transition: var(--transition);
}

.guestbook {
	margin-bottom: 30px;
}

.guestbook-img-box {
	position: relative;

	margin-top: 20px;
}

.guest-write-btn {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;

	border-radius: 20px;
	padding: 5px 12px;
	background-color: var(--background-color);

	color: var(--point-color);
}

.guest-write-btn::before {
	content: "+";

	margin-right: 6px;
}

.guestbook-img {
	width: 100%;

	transition: var(--transition);
}

.guestbook-img-box:hover .guestbook-img {
	filter: grayscale(0);
}

/******************************************************/
/******************************************************/
/******************************************************/


/* Footer */
.footer {
	opacity: 0;
	
	position: relative;

	transition: var(--transition);
}

.footer-ps {
	margin-bottom: 40px;
	padding-top: 60px;

	font-style: italic;
	text-align: right;
}

/********************************************************/

/* 페이징 */
#tt-body-guestbook .paging {
	display: none;
}

:is(#tt-body-index, #tt-body-search, #tt-body-category, #tt-body-tag) .article-paging {
	display: none;
}

.article-paging { 
	opacity: 0;
}

.paging, .article-paging {
	display: flex;

	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	border-top: 1px solid var(--point-color);
	border-bottom: 1px solid var(--point-color);
	padding: 15px 0;
}

.paging-category {
	font-size: calc(var(--font-size) - 1px);
	font-family: "Poppins", "Pretendard";
	color: #999;
	text-transform: uppercase;
}

.paging-link { 
	display: flex;
	align-items: center;
}

.empty-paging, .empty-paging .paging-icon {
	fill: #ccc;

	color: #ccc;
}

body:not(#tt-body-page) .paging-prev::after {
	content: "PREV";
}

body:not(#tt-body-page) .paging-next::before {
	content: "NEXT"
}

.article-paging .paging-prev .paging-link::after {
	content: "PREV";
}

.article-paging .paging-next .paging-link::before {
	content: "NEXT"
}

/*페이징 넘버*/
.paging-num {
	margin: 10px 0;

	text-align: center;
}

.num-item {
	display: inline-block;
	
	margin-right: 5px;
}

.paging .selected {
	font-weight: bold;
	color: var(--point-color);
}

.paging-icon {
	width: calc(var(--font-size) + 3px);
	height: calc(var(--font-size) + 3px);
	fill: var(--font-color);

	transition: var(--transition);
}

.no-more-prev.paging-prev.paging-link, .no-more-next.paging-next.paging-link {
	color: #999;
}

:where(.no-more-prev.paging-link, .no-more-next.paging-link) .paging-icon {
	fill: #666;
}

/******************************************************/
/******************************************************/
/******************************************************/

/* 스크롤바 */
::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: none;
}

::-webkit-scrollbar-thumb {
	background-color: var(--point-color);
}

::-webkit-scrollbar-thumb:hover {
	background-color: var(--point-color);
}

/* 드래그 색상 */
::selection {
	background: var(--font-color);
	color: #FFF;
}


/******************************************************/
/******************************************************/
/******************************************************/

/* 라운드 테마 */
.type_round body {
	background-color: var(--background-color);
}

/*******************************************************************/


/* 링크 열기 */
.type_round :is(figure[data-ke-type='opengraph'], 
#tt-body-page figure[data-ke-type='opengraph']) a {
	border-radius: var(--radius-px);
}

.type_round :is(figure[data-ke-type='opengraph'], 
#tt-body-page figure[data-ke-type='opengraph']) div.og-image {
	border-right: 0;
	border-radius: calc(var(--radius-px) - 5px);
}

/*******************************************************************/

/* 파일 다운로드 */
.type_round :is(figure.fileblock, #tt-body-page figure.fileblock) {
	border-radius: 80px;
}

.type_round :is(figure.fileblock, #tt-body-page figure.fileblock) a {
	padding: 10px 20px;
}

/*******************************************************************/

/* 공통 */
.type_round :is(.header, .article-entry, .protected, .notice, .taglog, 
.search-list .list-item, .list-empty, .article-paging, .paging,
.tt-comment-cont, .guestbook-img-box) {
	margin-bottom: 20px;
	border: 0;
  border-radius: var(--radius-px);
  box-shadow: 0px 2px 5px 0px var(--box-shadow-color);
	padding: 30px;
  background-color: var(--skin-article-background);
}

/*******************************************************************/

/* 헤더 */
.type_round :is(.header-title) {
	border-bottom: 0;
	padding-bottom: 0;
}

.type_round :is(.header-img) {
	border-radius: calc(var(--radius-px) - 5px);
}

.type_round :is(.header-search) {
	border-top: 0;
	border-radius: var(--radius-px);
	box-shadow: 0px 2px 5px 0px var(--box-shadow-color) inset;
	padding: 10px 15px;
}

.type_round :is(.header-category) {
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

/*******************************************************************/

/* 커버 */
.type_round :is(.cover-box) {
  margin-bottom: 20px;
	border-top: 0;
  border-radius: var(--radius-px);
  box-shadow: 0px 2px 5px 0px var(--box-shadow-color);
	padding: 30px;
  background-color: var(--skin-article-background);
}

.type_round :is(.cover-box:last-child) {
	margin-bottom: 0;
}


/* 공지 */
.type_round :is(.cover-notice .cover-img) {
	border-radius: var(--radius-px);
}


/* 태그 */
.type_round :is(.cover-tag .cover-item) {
	border: 1px solid var(--font-color);
  padding: 3px 9px;
  border-radius: var(--radius-px);
	background: none;
}

.type_round :is(.cover-tag .cover-item.cloud1) {
	border-color: var(--point-color);
}

.type_round :is(.cover-tag .cover-item):hover {
	border-color: var(--point-color);
	
	color: var(--point-color);
}


/* 웹진 */
.type_round :is(.cover-webzine .cover-img) {
	border-radius: calc(var(--radius-px) - 5px);
}

.type_round :is(.cover-webzine .cover-item):not(:first-child) {
	border-color: var(--round-border-color);
}


/* 갤러리 */
.type_round :is(.cover-gallery .cover-item) {
	border-radius: calc(var(--radius-px) - 5px);
}


/* 라인 */
.type_round :is(.cover-line .cover-container) {
	border: 0;
	border-radius: calc(var(--radius-px) - 5px);
	background-color: var(--cover-background2);
}

.type_round :is(.cover-line .cover-item) {
	border: 0;
	padding: 30px 20px;
}

.type_round :is(.cover-line .cover-img) {
	border-radius: calc(var(--radius-px) - 5px);
}

/*******************************************************************/

/* 카테고리 */
.type_round :is(.search-list) {
	padding: 0px;
}

.type_round :is(.search-list .list-empty) {
	margin-bottom: 0px;
	padding: 200px 30px;

	text-align: center;
}

.type_round :is(.list-category) {
	margin-bottom: 20px;
	border: 0;
  border-radius: calc(var(--radius-px) - 5px);
  box-shadow: 0px 2px 5px 0px var(--box-shadow-color);
	padding: 10px 30px;
  background-color: var(--skin-article-background);
}

.type_round :is(#tt-body-tag .list-category) {
	background-size: 0;
}

.type_round :is(.list-img) {
	border-radius: calc(var(--radius-px) - 5px);
}


/* 목록형1 */
.type_round :is(.list-simple .list-category) {
	margin-bottom: 20px;
}

.type_round :is(.list-simple .list-item) {
	padding: 20px 30px;
}


/* 갤러리형 */
.type_round :is(.list-gallery, .list-gallery2) .list-category {
	padding: 10px 20px;
}

.type_round :is(.list-gallery .list-item) {
	border-radius: calc(var(--radius-px) - 5px);
}

.type_round :is(.list-gallery .list-img-wrap) {
	width: 100%;
	height: 100%;
	border-radius: calc(var(--radius-px) - 5px);
}

.type_round :is(.list-gallery .list-item) {
	margin-bottom: 0 ;
	padding: var(--gallery-gutter);
}

.type_round :is(.list-gallery2 .list-item) {
	margin-bottom: 0;
	box-shadow: none;
	padding: 0 ;
	background: none;
}

.type_round :is(.list-gallery2 .list-img-wrap) {
	border: var(--gallery-gutter2) solid #fffdfa;
	border-radius: var(--radius-px);
	box-shadow: 0px 2px 5px 0px var(--box-shadow-color);
	background-color: var(--skin-article-background);
}

.type_round :is(.list-gallery2 .new-icon) {
	top: 30px;
}


/* 웹진형 */
.type_round :is(.list-webzine .list-title) {
	top: 30px;
}

.type_round :is(.list-webzine .list-date) {
	top: 55px;
}

/*******************************************************************/

/* 본문 */
.type_round :is(.article-content) {
	padding: 30px 0;
}

.type_round :is(.article-admin) {
	border: 0;
  border-radius: calc(var(--radius-px) - 5px);
  box-shadow: 0px 2px 5px 0px var(--box-shadow-color);
	padding: 10px;
  background-color: var(--skin-article-background);
}

.type_round :is(.related-item) {
	border-radius: calc(var(--radius-px) - 5px);
}

.type_round :is(.related-img-box) {
	border-radius: calc(var(--radius-px) - 10px);
}

.type_round :is(.article-post-btn, .notice-post-btn) {
	margin-bottom: 0;
	padding-bottom: 0;
}

.type_round :is(.article-info) {
	border-bottom: 1px solid var(--round-border-color);
	padding-top: 0;
	padding-right: 10px;
}

.type_round :is(.article:not(:first-child) .article-info) {
	border-top: 0;
}

/* 2단형 */
.type_round.layout_2 :is(.article-info) {
	border-top: 0;
}

/*******************************************************************/

/* 태그 클라우드 */
.type_round :is(.tag-item) {
	border: 1px solid var(--font-color);
  padding: 3px 9px;
  border-radius: var(--radius-px);
	background: none;
}

.type_round :is(.tag-item.cloud1, .tag-item.cloud2) {
	border-color: var(--point-color);
}

.type_round :is(.tag-item):hover {
	border-color: var(--point-color);
}

/*******************************************************************/

/* 공지 */
.type_round :is(.notice-info) {
	border-color: var(--round-border-color);
	padding-top: 0;
	padding-right: 10px;
}

/* 공지타입 */
.type_round.type_notice .notice-page :is(.header-from-wrap) {
	margin-bottom: 0;
}

/* 2단형 */
.type_round.layout_2 :is(.notice-info) {
	border-top: 0;
}

/*******************************************************************/

/* 비밀글 */
.type_round :is(.protected) {
	padding: 120px 60px !important;
}

.type_round :is(.protected-input, .protected-submit) {
	border-radius: var(--radius-px);
}

/*******************************************************************/


/* 리플 & 방명록*/
.type_round.layout_2 body :is(.tt-comment-cont) {
	margin-top: var(--skin-gutter);
}

.type_round body :is(.tt-box-total) {
	border-bottom: 1px solid var(--round-border-color);
}

.type_round body :is(.tt-area-reply) {
	margin-bottom: 0;
}

.type_round body :is(.tt-item-reply .tt_cmt_info .tt_txt_g) {
	color: var(--point-color);
}

.type_round body :is(.tt-item-reply .tt_cmt_info .tt_ico_fixed) {
	background-color: var(--point-color);
}

.type_round body :is(.tt-item-reply, .tt-item-reply .tt-list-reply-comment, .tt_btn_prev_more, .tt-area-write) {
	border-color: var(--round-border-color);
}

.type_round body :is(.tt_btn_prev_more) {
	border-top: 0;
	border-bottom: 0;
}

.type_round body :is(.tt-comment-cont form .tt-box-textarea .tt-inner-g, 
.tt-area-write .tt-box-account input) {
	border: 0;
	border-radius: var(--radius-px);
	box-shadow: 0px 2px 5px 0px var(--box-shadow-color) inset;
	background-color: var(--rp-background);
}

.type_round body :is(.tt-thumbnail) {
	border: 3px solid var(--skin-article-background);
}

.type_round :is(.guestbook-img) {
	margin-top: 0;
	border-radius: calc(var(--radius-px) - 10px);
}

.type_round :is(.guest-write-btn) {
	top: 50px;
	right: 50px;
}

/*******************************************************************/

/* 페이징 */
.type_round body :is(.article-paging, .paging) {
	border: 0 !important;
	border-radius: calc(var(--radius-px) + 10px) !important;
	padding: 15px 30px !important;
}

/*******************************************************************/

/* 푸터 */
.type_round :is(.footer) {
	margin-top: 20px;
}

.type_round :is(.footer-ps) {
	margin-bottom: 20px;
	padding-top: 20px;
}


/********************************************************/
/*************************반응형************************/
/*******************************************************/

/* 태블릿 */
@media only screen and (max-width : 1400px) {

	.type_round {
		width: 100%;
		overflow-x: hidden;
	}

	body {
		overflow-x: hidden;

		font-family:"Pretendard" !important;
	}

	.wrap {
		width: 92%;
		margin: 4% auto;
	}

	.top-nav {
		width: 100%;
	}

	* {
		-webkit-tap-highlight-color: transparent
	}

	.cover-line .cover-img {
		width: 100%;
	}

	.list-webzine .list-title, .list-webzine .list-date {
		position: static;
	}

	.list-webzine .list-title {
		display: block;
		width: 100%;
	}

	.list-webzine .title-content {
		display: inline;
	}	

	.list-webzine .list-sum {
		margin-top: 0;
	}

	.type_notice .notice-info {
		gap: 20px;
	}

	.type_notice .notice-img {
		width: 60%;
	}

	.paging {
		align-items: center;

		position: relative;
		left: 0;

		gap: 10px;
		margin-top: 10px;
	}
	
	.num-item {
		display: inline-block;
	}

	.num-item:not(:last-child) {
		margin-right: 8px;
	}

	:is(.cover-tag .cover-item, 
	.taglog .tag-item, 
	#tt-body-tag .list-category, 
	.article-tag-container a) {
		background-size: 100% 1px;
	}

	.layout_2 .wrap {
		width: 92%;
		margin: 4% auto;
	}

	.layout_2 .top-nav {
		padding: 10px;
	}

	.layout_2 .container {
		display: block;

		width: 100%;
	}

	.layout_2 .header {
		position: unset;
		width: 100%;
	}

	.layout_2 .content {
		width: 100%;
	}

	.layout_2 .search-list {
		padding: 30px 0;
	}

	.layout_2 .footer {
		width: 100%;
		margin-left: auto;
	}

}

/* 모바일 */
@media only screen and (max-width : 600px) {
	.copyright {
		display: none;
	}

	.category-wrap {
		width: 100%;
	}

	.cover-line .cover-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		
		border-top: 1px solid var(--point-color);
	}

	.cover-line .cover-item {
		margin-bottom: -1px;
		border-top: 0;
	}

	.cover-line .cover-item:first-child {
		border-bottom: 1px solid var(--point-color);
	}

	.cover-line .cover-item:nth-child(2n) {
		border-right: 0;
		border-bottom: 1px solid var(--point-color);
	}

	.cover-line .cover-item:nth-child(3) {
		border-right: 1px solid var(--point-color) !important;
	}
	
	.cover-line .cover-item:nth-child(odd):not(:last-child) {
		border-bottom: 1px solid var(--point-color);
	}

	.list-gallery .list-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cover-gallery .cover-img {
		transform: scale(1.2) translateY(-5px);
	}

	.list-gallery2 .list-item {
		width: calc(100%/ 2);
	}

	.list-webzine .list-item {
		gap: 30px;
	}

	.list-webzine .list-img {
		width: 30%;
	}

	.related-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.search-input {
		transform: scale(0.75);

		font-size: calc(var(--font-size) + 3px);
	}

	.type_round :is(.header, .article-entry, .protected, .notice, .taglog, 
.search-list .list-item, .list-empty, .article-paging, .paging,
.tt-comment-cont, .guestbook-img-box) {
		padding: 20px;
	}

	.type_round :is(.cover-box) {
		padding: 20px;
	}

	.type_round :is(.cover-line .cover-item):nth-child(odd):not(:last-child) {
		border-bottom: 0;
	}

	.type_round :is(.cover-line .cover-item):first-child {
		border-bottom: 0;
	}

	.type_round :is(.cover-line .cover-item):nth-child(2n) {
		border-bottom: 0;
	}

	.type_round :is(.cover-line .cover-item):nth-child(3) {
		border-right: 0 !important;
	}

	.type_round .cover-line .cover-item:nth-child(3) {
		border-right: 0 !important;
	}

	.type_round :is(.list-gallery .list-item) {
		padding: var(--gallery-gutter);
	}

	.type_round :is(.list-gallery2 .list-item) {
		padding: 0;
	}

	.type_round body :is(.article-paging, .paging) {
		padding: 15px 20px !important;
	}

	.type_round :is(.guest-write-btn) {
		top: 40px;
		right: 40px;
	}
}

.opacity-1 {
	opacity: 1 !important;

	transition: all 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

/* 카피라이트 */
.copyright-btn g {
	stroke: #dfd2bd;
}

.copyright-btn path {
	fill: #fff;
	transition: var(--transition);
}

.copyright:hover {
	transform: translate(-4px, -4px);
}

.copyright:hover path { 
	stroke: var(--point-color);
}

.copyright:hover path { 
	fill: var(--point-color);
}