* {cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto !important;}
a *, b, img, a, input, label, textarea, span, i {cursor: url(https://cur.cursors-4u.net/others/oth-6/oth589.cur), auto !important;}

html {
	font-size: 13px;
	font-family: 'pretendard', sans-serif !important;
	font-weight: 500;
}
body {
	margin: 0;
	background: #fff;
}
a {
	transition: 0.3s;
}
* {
	color: #000;
}
*:focus {
	outline: none;
}
a, li, ul {
	list-style: none;
	text-decoration: none;
}
::selection {
	background: var(--point2);
	color: #fff;
}
::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
input,
::placeholder,
textarea,
.btn-toggle-moreless,
blockquote, 
blockquote span,
tbody {
	font-size: 13px !important;
	font-family: 'pretendard', sans-serif !important;
	font-weight: 500;
}
.another_category, 
.tistoryProfileLayerTrigger { 
	display: none !important;
}


/* 전체 영역 */
#container {
	display: flex;
	flex-direction: column;	
	min-height: 100%;
	margin: 0 auto;
}



/* 상단 */
#top {
	position: relative;
	height: 60px;
	background: var(--point2);
}
.top-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}
.top-inner .title a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.top-inner .go a {
	margin-left: 20px;
}
.top-inner .go i {
	color: #fff;
	transition: 0.3s;
}
.top-inner .title a:hover,
.top-inner .go i:hover {
	color: var(--point1);
}



/* 컨텐츠 박스 */
#content {
	width: 900px;
	margin: 100px auto;
	flex: 1;
	background: #fff;
}
.empty {
	text-align: center;
}



/* 카테고리 */
.catebt,
.category_m {
	display: none;
}
.link_tit,
.c_cnt {
	display: none !important;
}
.category {
	width: 100%;
	margin: 0 auto 80px;
	position: relative;
	background: #fff;
	z-index: 2;
}
#tt-body-page .category {
	position: sticky;
	top: 0;
}
.tt_category {
	padding: 0;
	text-align: center;
}
.category_list {
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
}
.category_list > li {
	display: inline-block;
	min-width: 100px;
	max-width: 200px;
	text-align: center;
	position: relative;
}
.category_list .link_item {
	display: block;
	padding: 10px 0;	
	font-weight: bold;
	color: var(--point2);
	text-transform: uppercase;
	box-sizing: border-box;
}
.category_list .link_item:hover,
.category_list > li:hover > ul {
	display: block;
}
.category_list img {
	display: none;
}
.category_list svg {
	width: 14px;
	position: absolute;
	margin-top: -2px;
	margin-left: 2px;
	vertical-align: middle;
}
.category_list svg path {
	stroke: var(--point2);
	fill: var(--point1);
}



/* 카테고리 - 서브 */
.sub_category_list {
	display: none;
	position: absolute;
	padding: 5px 0;
	width: 100%;
	box-sizing: border-box;
}
.sub_category_list a {
	display: block;
	padding: 10px 5px;
	box-sizing: border-box;
}
.category .sub_category_list {
	background: #fff;
	border-radius: 3px;
	border: 1px solid var(--point1);
}
.category .sub_category_list::before {
	display: block;
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translate(-50%,0);
	content:"";
	width: 0;
	height: 0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid var(--point1);
}
.sub_category_list a:hover {
	color: var(--point1);
}



/* 커버 */
.cover-title {
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	color: var(--point2);
	margin: 100px 0 50px 0;
}
.cover-title::after {
	content:"";
	display: block;
	width: 50px;
	height: 3px;
	margin: 50px auto 0;
	border-radius: 10px;
	background: var(--point1);
}
.notice-desc {
	text-align: center;	
}
.notice-desc span {
	display: block;
	margin: 20px 0;
	word-break: break-all;
	white-space: pre-wrap;
}
.notice-desc span a {
	color: var(--point1);
}
.notice-desc span a:hover {
	color: var(--point2);
}
.notice-desc img {
	max-width: 100%;	
	border-radius: 10px;
}
#cover .hasthumb .list-title {
	display: none;
}



/* 태그로그 */
.taglog a {
	display: inline-block;
	padding: 15px 20px;
	margin: 8px;
	border: 1px solid #f1f1f1;
	border-radius: 30px;
	background: #fff;
}
.taglog a:hover {
	color: #fff;
	background: var(--point1);
}



/* 목록 타이틀 */
.list-name {
	text-align: center;
}
.list-name span {
	display: inline-block;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	color: var(--point2);
	margin-bottom: 50px;
}
.list-name span::after {
	content:"";
	display: block;
	width: 70px;
	height: 3px;
	margin: 50px auto 0;
	border-radius: 10px;
	background: var(--point1);
}



/* 목록형 :  갤러리 */
.index,
#list-style {
	display: none;
}
.listWrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.hasthumb {
	position: relative;
}
.hasthumb .thumb img {
	width: 100%;
	border: 1px solid var(--point2);
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
	transition: 0.3s;
}
.hasthumb:hover .thumb img {
	opacity: 0.7;
}
.list .list-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listWrap .list-date {
	display: none;
}



/* 갤러리형 배열 */
#cover .hasthumb {
	width: calc( 100% / var(--cover-pc) - 40px );
	margin: 20px;
}
.content-inner .hasthumb {
	width: calc( 100% / var(--thumb-pc) - 40px );
	margin: 20px;
}



/* 갤러리형 제목 */
.listWrap .list-title {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.95rem;
	box-sizing: border-box;
	transition: 0.3s;
}
.listWrap .list-title::before {
	display: block;
	margin: 15px 0 10px 0;
	content:"\f068";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--point1);
}
.listWrap .hasthumb:hover .list-title {
	color: var(--point1);
}



/* 목록형 : 기본 */
.nothumb .list {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
}
.nothumb:not(:last-child) {
	border-bottom: 1px solid var(--point2);
}
.nothumb .list-title {
	width: 70%;	
	transition: 0.3s;
}
.nothumb .list-date {
	transition: 0.3s;
}
.nothumb .thumb {
	display: none;
}
.nothumb .list:hover .list-title,
.nothumb .list:hover .list-date {
	color: var(--point1);
}



/* 본문글 */
.article-title {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	color: var(--point2);
	text-align: center;
	margin-bottom: 50px;
}
.article-title::after {
	content:"";
	display: block;
	width: 70px;
	height: 3px;
	margin: 50px auto 0;
	border-radius: 10px;
	background: var(--point1);
}
.article-date {
	text-align: center;
	color: #bbb;
}
.admin {
	text-align: right;
}
.admin a {
	display: inline-block;
	margin-left: 5px;
	color: var(--point1);
}
.admin a:hover {
	color: var(--point2);
}
.article {
	margin: 50px 0;
}
.article img {
	border-radius: 5px;
}
.article p a {
	color: var(--point1);
}
.article p a:hover {
	color: var(--point2);
}
.password {
	text-align: center;
}
.password input {
	width: 100px;
	border: 0;
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	background: var(--point1);
	color: #fff;
	box-sizing: border-box;
}
.password input::placeholder {
	color: #fff;
}



/* 태그 */
.tagTrail {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.tagTrail a {
	display: inline-block;
	color: var(--point1);
	margin: 0 10px 10px 0;
	transition: 0.4s;
}
.tagTrail a::before {
	display: inline-block;
	content:"#";
	font-family: 'pretendard', sans-serif !important;
}
.tagTrail a:hover {
	color: var(--point2);
}



/* 공감버튼 */
.container_postbtn {
	padding: 25px 0 10px 0 !important;
}
.postbtn_like > div:not(:nth-of-type(1)){
	display: none !important;
}



/* 인용구 */
blockquote[data-ke-style="style1"] {
	padding: unset !important;
	background: unset !important;
	text-align: left !important;
}
blockquote[data-ke-style="style1"] span {
	display: block;
	color: #777;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid var(--point2);
	border-radius: 3px;
}
blockquote[data-ke-style="style1"]::before {
	display: inline-block;
	content:"\f10d";
	font-family: 'Font Awesome\ 6 Free';
	font-size: 14px;
	font-weight: 900;
	padding: 0 10px;
	border-radius: 3px;
	background: var(--point1);
	color: #fff;
}
blockquote[data-ke-style="style2"] {
	border-left: 3px solid var(--point1);
	padding-left: 15px;
}
blockquote[data-ke-style="style3"] {
	background: #fff !important;
	border: 2px dashed var(--point1) !important;
	padding : 15px !important;
}



/* 접은글 */
div[data-ke-type="moreLess"] {
	margin-bottom: 10px;
}
.btn-toggle-moreless {
	display: inline-block;
	margin: 3px 0 !important;
	position: relative;
	color: #000 !important;
	line-height: unset !important;
}
.btn-toggle-moreless::before {
	display: inline-block;
	content:"\f005";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--point1);
	text-align: center;	
	margin-right: 10px;
	border-radius: 4px;
}
.btn-toggle-moreless:hover {
	color: var(--point1) !important;
}
.moreless-content {
	padding: 20px;
	margin: 10px 0 20px 0;
	border: 1px solid var(--point2);
}



/* 댓글폼 */
.comment {
	margin-top: 40px;
	padding-top: 20px;
}
.writeBox {
	margin-bottom: 80px;
}
.cmtbook .writeBox {
	margin-top: 35px;
}
.textarea {
	display: flex;
	justify-content: space-between;
}
textarea {
	width: calc( 100% - 50px );	
	height: 100px;
	border: 1px solid var(--point2);
	background: #fff;
	border-radius: 4px;
	padding: 10px;
	transition: 0.4s;
	box-sizing: border-box;
	resize: none;
}
.textarea:focus-within textarea {
	height: 100px;
}
.form {
	display: flex;
	margin-top: 15px;
}
.nameInput, 
.pwInput {
	width: 80px;
	margin-right: 10px;
}
.nameInput input,
.pwInput input {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid var(--point2);
	background: transparent;
	border-radius: 4px;
	text-align: center;
	transition: 0.4s;
}
.nameInput input::placeholder,
.pwInput input::placeholder {
	color: #000;
}



/* 비밀댓글 */
input[id="secret"] {
	display: none;
}
input[id="secret"] + label::before {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 34px;
	content: "\f09c";
	font-family: 'FontAwesome';
	font-size: 12px;
	padding: 0 5px;
	color: var(--point1);
	background: #fff;
	text-align: center;
	border: 1px solid var(--point2);
	border-radius: 4px;	
	box-sizing: border-box;
	transition: 0.3s;
}
input[id="secret"]:checked + label::before {
	content: "\f023";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: var(--point2);
}



/* 댓글 등록버튼 */
.submit-bt {
	margin-left: auto;
}
input[id="submit"] {
	display: none;
}
input[id="submit"] + label::before {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 34px;	
	content: "\f1d8";
	font-family: 'FontAwesome';
	color: var(--point1);
	background: #fff;
	font-size: 12px;
	text-align: center;
	border: 1px solid var(--point2);
	border-radius: 4px;	
	box-sizing: border-box;
	transition: 0.3s;
}
input + label:hover::before {
	color: var(--point2);
}



/* 댓글 리스트 */
.tt_more_preview_comments_text {
	display: block;
	margin-bottom: 40px;
}
.cmtbook .msgList > li {
	display: block;
	margin-bottom: 100px;
}
.cmtbook ul {
	margin: 0;
	padding-left: 60px;
}
.cmtbook .wrap {
	margin-top: 30px;
}
.wrap .info {
	display: flex;
	align-items: center;	
}
.info .name {
	font-weight: bold;
	padding: 15px;
	border: 1px solid var(--point2);
	border-radius: 3px;
	box-sizing: border-box;
}
.info .date {
	margin-left: 15px;
	padding: 15px;
	border: 1px solid var(--point2);
	border-radius: 3px;
	box-sizing: border-box;
}
.info .date a {
	display: none
}
.wrap .desc {
	margin: 10px 0 30px 0;
	padding: 20px;
	word-break: break-all;
	border-radius: 3px;
	border: 1px solid var(--point2);
	box-sizing: border-box;
}
.control {
	text-align: right;
	margin-top: 10px;
}
.control a {
	display: inline-block;
	color: #aaa;
	margin-right: 10px;
}
.control a:hover {
	color: var(--point2);
}



/* 풋터 */
#footer {
	position: relative;
	height: 150px;
	background: var(--point2);
}
.footer-inner {
	width: 900px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.links a {
	display: inline-block;
	margin-left: 20px;
}
.links a[href=""] {
	display: none;
}
.links i {
	color: #fff;
	transition: 0.3s;
}
.links i:hover {
	color: var(--point1);
}
.copy {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 20px;
}
.copy a i {
	color: var(--point1);
}



/* 검색 */
.search {
	display: flex;
	align-items: center;
	border-radius: 20px;
	border: 2px solid #fff;
	height: 38px;
	overflow: hidden;
	box-sizing: border-box;
}
.searchbt i {
	width: 40px;
	height: 100%;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: var(--point1);
}
.search input {
	width: 80px;
	height: 100%;
	border: 0;
	border-radius: 0;
	padding: 10px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}
.search input::placeholder {
	text-align: center;
	text-transform: uppercase;
}



/* 페이징 */
.paging {
	position: absolute;
	width: 100%;
	top: -20px;
	left: 50%;
	transform: translate(-50%,0);
	text-align: center;
	z-index: 1;
}
.paging a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 20px;
	border: 2px solid #fff;
	border-radius: 6px;
	text-align: center;
	background: var(--point1);
	box-sizing: border-box;
}
.paging a i {
	line-height: 39px;
	color: #fff;
}
.paging a:hover {
	background: var(--point2);
}



/* 모바일 */
@media all and (max-width: 900px){
	.top-inner, #content,.footer-inner {
		width: 90%;
	}
	#content {
		margin: 50px auto 60px;
	}
	.header {
		margin-bottom: 40px;
	}
	#cover > div > .cover-title {
		margin-top: 30px;
	}
	.cover-title {
		margin: 70px 0 30px 0;
	}
	.cover-title::after {
		margin: 30px auto 0;
	}


	/* 모바일 화면 카테고리 */
	.category { display: none }
	.category_m {
		display: block;
		position: fixed;
		top: 14px;
		left: -220px;
		width: 200px;
		height: calc( 100% - 30px );
		border-radius: 0 20px 20px 0;
		border: 1px solid var(--point2);
		background: #fff;
		z-index: 3;
		overflow-y: auto;
		transition: 0.3s;
	}
	.category_m.open {
		left: -1px;
	}
	.category_list li {
		display: block;
		margin: 5px auto;
	}
	.sub_category_list {
		display: block;
		position: unset;
		border: 0;
		margin-bottom: 15px;
	}
	.sub_category_list a {
		color: #aaa;
	}
	.catebt {
		display: inline-block;
	}
	.category_bg {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,0.2);
		z-index: 2;
	}
}
@media all and (max-width: 550px){
	#cover .hasthumb {
		width: calc( 100% / var(--cover-mb) - 20px );
		margin: 10px;
	}
	.content-inner .hasthumb {
		width: calc( 100% / var(--thumb-mb) - 20px );
		margin: 10px;
	}
	.listWrap .list-title::before {
		margin: 10px 0 5px 0;
	}
}