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

* {
	color: #000;
}
*:focus {
	outline: none;
}
::selection {
	background: var(--pcolor);
	color: #fff;
}
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
::-webkit-scrollbar-thumb {
	width: 4px;
	height: 4px;
	background-color: var(--pcolor50);
	border-radius: 2px;
}
a,
li,
ul {
	list-style: none;
	text-decoration: none;
	color: #000;
}
html {
	font-size: 15px;
	background: #fff;
	font-family: 'Rubik', 'Noto Sans KR', sans-serif;
}
input,
input::placeholder,
textarea {
	font-size: 12px;
	font-family: 'Rubik', 'Noto Sans KR', sans-serif;
	background: transparent;
}
body {
	margin: 0;
}
.another_category,
.tistoryProfileLayerTrigger { 
	display: none !important;
}





#skin {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 800px;
	margin: 0px auto;
}

#sideWrap {
	margin-top: 50px;
	width: 250px;
}

#container {
	align-self: flex-start;
	margin-top: 50px;
	margin-bottom: 50px;
	width: calc( 100% - 300px );
	border: 1px solid var(--border);
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
	box-shadow: 2px 2px 10px var(--border);
}


/* 헤더 */
#header {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 2px 2px 10px var(--border);
}
.profilebg {
	background-image: var(--headerImg);
	background-color: var(--pcolor);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
}
.profile {
	position: relative;
	margin-top: -55px;
	padding: 20px;
	box-sizing: border-box;
}
.profile img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 5px;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.3s;
}
.profile img:hover {
	filter: grayscale(50%)
}
.profile .user {
	display: block;
	margin-top: 15px;
	font-size: 1.1rem;
	font-weight: bold;
}
.profile .desc {
	margin-top: 15px;
	word-break: break-all;
}
.profile .location {
	margin-top: 20px;
	color: #aaa;
	word-break: break-all;
}
.profile .location i {
	color: #aaa;
	margin-right: 5px;
}


/* 검색 */
#search {
	width: 100%;
	margin-top: 15px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 15px;
	transition: 0.5s;
	box-sizing: border-box;
	box-shadow: 2px 2px 10px var(--border);
}
#search:focus-within {
	border-color: var(--pcolor);
}
#search input {
	border: 0;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}


/* 카테고리 */
.categoryBox {
	display: none;
}
#category {
	position: sticky;
	top: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 2px 2px 10px var(--border);
}
.link_tit {
	display: none;
}
.tt_category {
	margin: 0;
	padding: 0;
}
.category_list, .sub_category_list {
	padding: 0;
}
.category_list > li:not(:last-child) {
	border-bottom: 1px dashed var(--border);
}
.category_list .link_item {
	font-weight: bold;
}
.category_list a {
	display: block;
	position: relative;
	padding: 15px 20px;
	transition: all 0.3s;
}
#category .category_list a:hover {
	color: #fff;
	background: var(--pcolor);	
}
#category .sub_category_list {
	display: none;
}
#category .sub_category_list a::before {
	content:"-";
	padding-right: 3px;
}


/* 메뉴 */
.menu {
	display: flex;
	justify-content: center;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: var(--border);
}
.menu a {
	display: inline-block;
	position: relative;
	width: 25%;
	padding: 15px 0;
	text-align: center;
	transition: all 0.5s;
}
.menu a:hover {	
	background: var(--pcolor10);
}
.menu a::after {
	position: absolute;
	left: 25%;
	bottom: -1px;
	width: 50%;
	border-radius: 20px;
	background: var(--pcolor);
}
#tt-body-index .menu a.home::after {
	display: block;
	content:"";
	height: 5px;
}
#tt-body-page .menu a.post::after,
#tt-body-search .menu a.post::after,
#tt-body-category .menu a.post::after {
	display: block;
	content:"";
	height: 5px;
}
#tt-body-tag .menu a.tag::after {
	position: absolute;
	display: block;
	content:"";
	height: 5px;
}
#tt-body-guestbook .menu a.guest::after {
	display: block;
	content:"";
	height: 5px;
}


/* 커버 공지사항 */
.cover .notice {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid var(--border);
	transition: background 0.5s;
}
.cover .notice:hover {
	background: var(--pcolor10);
}
.cover .notice .noticeWrap {
	width: calc( 100% - 72px );
	padding-top: 17px;
}
.cover .notice .user {
	font-weight: bold;
}
.cover .notice-desc {
	margin-top: 15px;
	word-break: break-all;
	white-space: pre-wrap;
}
.cover .notice-desc a {
	font-weight: bold;
	color: var(--pcolor);
	transition: 0.5s;
}
.cover .notice-desc a:hover {
	opacity: 0.4;
}
.noticeWrap img {
	max-width: 100%;
	margin-top: 15px;
	border-radius: 15px;
}


/* 커버 트윗형 */
.cover .tweet {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid var(--border);
	transition: background 0.5s;
}
.tweetWrap {
	width: calc( 100% - 72px );
	padding-top: 17px;
}
.cover .tweet .user {
	font-weight: bold;
}
.cover .tweet:hover {
	background: var(--pcolor10);
}
.tweetWrap .cover-title {
	margin-top: 15px;
}
.thumbWrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	border-radius: 20px;
	background: #eeeeee;
	overflow: hidden;
	isolation: isolate;
}
.thumbWrap a {
	width: 50%;
}
.thumbWrap img {
	width: 100%;
	transition: 0.5s;
}
.thumbWrap img:hover {
	opacity: 0.7;
}


/* 글목록 트윗형 */
.list-style.tweet {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid var(--border);
	transition: all 0.5s;
}
.list-style.tweet:hover {
	background: var(--pcolor10);
}
.smallProfile {
	align-self: flex-start;
}
.smallProfile img {
	width: 50px;
	border: 1px solid #eeeeee;
	border-radius: 50%;
}
.list-style.tweet .list-item {
	width: calc( 100% - 72px );
	padding-top: 17px;
}
.list-style.tweet .small .user {
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}
.list-style.tweet .small .date {
	display: inline-block;
	color: #536471;
	margin-left: 5px;
}
.list-style.tweet .list-title {
	margin-top: 15px;
	font-weight: bold;
	word-break: break-all;
}
.list-style.tweet .list-title > img {
	display: none !important;
}
.thumb {
	position: relative;
	overflow: hidden;
}
.list-style.tweet .thumb {
	margin-top: 15px;
	border-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
}
.thumb::before {
	content: "";
	display: block;
}
.list-style.tweet .thumb::before {
	padding-bottom: 60%;
}
.thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-style.tweet .list-desc .list-sum {
	margin-top: 15px;
}
.list-style.tweet .list-desc .list-sum:not(:only-child) {
	display: none;
}
.tweetIcon {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 0 5px;
}
.tweetIcon img {
	opacity: 0.9;
	width: 13px;
}


/* 글목록 갤러리형 */
.gallery.wrap {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--border);
	padding: 15px;
}
.list-style.gallery {
	display: block;
	position: relative;
	width: calc( 100% / 3 - 10px );
	margin: 5px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	isolation: isolate;	
}
.list-style.gallery .list-title {
	opacity: 0;
	position: absolute;
	inset: 0;
	padding: 5px;
	background: rgba(0,0,0,0.5);
	z-index: 2;
	transition: 0.5s;
}
.list-style.gallery .list-title span {
	display: block;
	position: absolute;
	max-width: 90%;
	text-align: center;
	color: #fff;
	top: 50%;
	z-index: 2;
	left: 50%;
	transform: translate( -50%, -50% );
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list-style.gallery .smallProfile,
.list-style.gallery .small {
	display: none !important;
}
.list-style.gallery .list-item img {
	width: 100%;
}
.list-style.gallery .list-sum {
	display: none;
}
.list-style.gallery .thumb::before {
	padding-bottom: 100%;
}
.list-style.gallery:hover .list-title {
	opacity: 1;
}
.gallery .tweetIcon {
	display: none;
}

/* 본문 */
.articleWrap {
	padding: 20px;
}
.articleWrap .top {
	display: flex;
	align-items: center;
}
.articleWrap .top .user {
	display: inline-block;
	margin-left: 20px;
	font-weight: bold;
}
.articleWrap .admin {
	margin-left: auto;
}
.articleWrap .admin a {
	display: inline-block;
	margin-left: 8px;
	transition: all 0.5s;
}
.articleWrap .admin a:hover {
	color: var(--pcolor);
}
.articleWrap .title {
	font-weight: bold;
	margin: 20px 0;
	font-size: 1.1rem;
}
.articleWrap .tagTrail {
	margin-bottom: 20px;
}
.articleWrap .tagTrail a {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
	color: var(--pcolor);
	transition: all 0.5s;
}
.articleWrap .tagTrail a::before {
	content: "#";
	font-family: 'Rubik', 'Noto Sans KR', sans-serif;
}
.articleWrap .tagTrail a:first-child {
	margin-left: 0;
}
.articleWrap .tagTrail a:hover {
	opacity: 0.6;
}
.article {
	word-break: break-all;
}
.article a {
	color: var(--pcolor);
	font-weight: bold;
	transition: 0.5s;
}
.article a:hover {
	opacity: 0.4;
}
.article-date {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-top: 1px solid var(--border);
}
.article-date img {
	width: 14px;
	position: relative;
	margin-right: 5px;
	top: -1px;
	vertical-align: middle;
}
.container_postbtn {
	padding: 10px 0 !important;
}


/* 보호글 비밀번호 */
.articlepw {
	width: 100px;
	margin: 15px auto;
	text-align: center;
	box-sizing: border-box;
	border-radius: 20px;
	background: var(--pcolor);
}
.articlepw input {
	color: #fff;
	width: 100%;
	border: 0;
	padding: 10px;
}
.articlepw input::placeholder {
	color: #fff;
	text-align: center;
}
.article-date.protected {
	border-bottom: 1px solid var(--border);
}
.article-date.protected + .paging {
	display: none;
}

/* 태그 */
.taglog {
	padding: 20px;
	border-bottom: 1px solid var(--border);
}
.taglog a {
	display: inline-block;
	margin: 5px 3px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #eeeeee;
	padding: 10px 15px;
	border-radius: 20px;
	transition: all 0.3s;
}
.taglog a:hover {
	color: #fff;
	background: var(--pcolor);
}


/* 댓글, 방명록 쓰기 */
.comment {
	border-top: 1px solid var(--border);
}
.writeBox {
	border-bottom: 1px solid var(--border);
}
.inputBox {
	display: flex;
	padding: 20px 20px 0 20px;
}
.inputBox > div {
	width: 100px;
	margin-right: 15px;
	background: var(--pcolor);
	border-radius: 20px;
}
.inputBox > div ::placeholder {
	color: #fff;
	text-align: center;
}
.inputBox input {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 0;
	color: #fff;
}
textarea {
	width: 100%;	
	height: 60px;
	box-sizing: border-box;
	resize: none;
	border: 0;
	padding: 20px;
	transition: 0.5s;
}
textarea:focus {
	height: 130px;
}
textarea:not(:placeholder-shown) {
	height: 130px;
}


/* 비밀, 등록 */
.bottom {
	display: flex;
	justify-content: space-between;
	padding: 0 20px 20px 20px;
}
input[id="submit"] {
	display: none;
}
input[id="submit"] + label::before {
	display: inline-block;
	width: 50px;
	height: 35px;
	line-height: 35px;
	content: "\f1d8";
	font-family: 'FontAwesome';
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 20px;
	color: #fff;
	background: var(--pcolor);
	transition: 0.5s;
}
input[id="secret"] {
	display: none;
}
input[id="secret"] + label::before {
	display: inline-block;
	width: 50px;
	height: 35px;
	line-height: 34px;
	content: "\f09c";
	font-family: 'FontAwesome';
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #eeeeee;
	color: var(--pcolor);
	background: #fff;
	transition: 0.5s;
}
input[id="secret"]:checked + label::before {
	content: "\f023";
	font-family: 'FontAwesome';
	color: #fff;
	background: var(--pcolor);
}
.bottom label:hover::before {
	opacity: 0.5;
}


/* 댓글, 방명록 리스트 */
.msgList > li {
	padding: 20px;
	border-bottom: 1px solid var(--border);
}
.msgList #guest {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.msgList #guest > img {
	border-radius: 50%;
	border: 1px solid #eeeeee;
	align-self: flex-start;	
}
.userWrap {
	width: calc( 100% - 72px );
	padding-top: 17px;
}
.userWrap .top {
	display: flex;
	justify-content: space-between;
}
.userWrap .user {
	font-weight: bold;
}
.userWrap .control a {
	display: inline-block;
	margin-left: 5px;
	transition: 0.5s;
}
.userWrap .control a:hover {
	color: var(--pcolor);
}
.msgList .desc {
	word-break: break-all;
	margin: 20px 0;
}
.msgList .date {
	display: inline-block;
	margin-top: 8px;
	color: #536471;
}
.msgList ul {
	margin: 0;
	padding: 0;
	position: relative;
}
.msgList ul #guest {
	margin-top: 20px;
}
.msgList li > #guest:not(:only-child)::before {
	display: block;
	position: absolute;
	content:"";
	width: 2px;
	top: 60px;
	left: 25px;
	bottom: -12px;
	border-radius: 5px;
	background: var(--pcolor50);
}
.msgList li > #guest:not(:only-child) + ul > li > #guest::before {
	display: block;
	position: absolute;
	content:"";
	width: 2px;
	top: 60px;
	left: 25px;
	bottom: -12px;
	border-radius: 5px;
	background: var(--pcolor50);
}
.msgList ul li:last-child #guest::before {
	content: none !important;
}


/* 페이징 */
.paging {
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid var(--border);
}
.paging .numbox a {
	display: inline-block;
	padding: 0 3px;
	margin: 0 5px;
	transition: 0.3s;
}
.paging .numbox a:hover {
	opacity: 0.4;
}
.paging .selected {
	font-weight: bold;
	color: var(--pcolor);
	text-decoration: underline;
}


/* 카피라이트 */
.copy {
	text-align: center;
	padding: 20px;
}
.copy a {
	font-size: 11px;
	color: #aeaeae;
	transition: 0.5s;
}
.copy a:hover {
	color: var(--pcolor);
}


/* 모바일 */
@media all and ( max-width: 800px ) {
	#skin {
		flex-direction: column;
		width: 100%;
	}
	
	div {
		box-shadow: none !important;
	}
	
	#sideWrap, #container, #header {
		width: 100%;
		border-radius: 0;
		border: 0;
		top: 0;
		margin: 0;
		position: relative;
		overflow: unset !important;
	}
	
	.profilebg {
		height: 180px;
	}
	
	/* 카테고리 */
	#category {
		display: none;
	}	
	.categoryBox {
		display: block;
		width: 230px;
		position: absolute;
		top: 70px;
		right: 20px;
		z-index: 999;
	}
	.categoryBox .cate {
		padding: 12px 15px;
		margin-bottom: 10px;
		border: 1px solid #eeeeee;
		border-radius: 20px;
		text-align: center;
		font-weight: bold;
		transition: 0.5s;
	}
	.categoryBox .cate:hover {
		border: 1px solid var(--pcolor);
	}
	.categoryBox .category {
		display: none;
		padding: 5px;
		background: #fff;
		border: 1px solid #eeeeee;
		border-radius: 20px;
	}
	.categoryBox .category_list a {
		padding: 10px;
		text-align: center;
		font-size: 1rem;
		border-radius: 0;
		transition: 0.4s;
	}
	.categoryBox .category_list a:hover {
		color: var(--pcolor);
	}

	/* 검색 */
	#search {
		position: absolute;
		width: auto;
		max-width: 120px;
		top: 8px;
		right: 15px;
		border-radius: 20px;
		background: #fff;		
	}
	#search input {
		width: 70px;
		padding: 8px 10px;
		transition: 0.5s;
	}
	#search:focus-within input {
		width: 120px;
	}
	#search input:not(:placeholder-shown) {
		width: 120px !important;
	}
	#search input::placeholder {
		text-align: center;
	}
}
@media all and ( max-width: 400px ) {
	.list-style.gallery {
		width: calc( 50% - 10px );
	}
}