@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap');
@font-face {font-family:Apple SD Gothic Neo; src:url(images/AppleSDGothicNeoR00.woff)};
@font-face {font-family:Helvetica; src:url(images/Helvetica.woff); unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;};
body{font-family:Helvetica, Apple SD Gothic Neo;}
div{font-family:Helvetica, Apple SD Gothic Neo;}
* {
	color:#4e4e4e;
	box-sizing: border-box;
	cursor: url(./images/cur817.cur), auto !important;
	transition:background .4s, color .4s, opacity .4s, letter-spacing .4s;
}
*:focus {
	outline: none;
}
:hover, a i:hover, .link_post > div, .category_list a, .button1, .button2, .button3{
	cursor: url(./images/oth589.cur), auto !important;
}
a, li, ul {
	list-style:none;
	text-decoration:none;
	color:#4e4e4e;
}
html {
	scroll-behavior: smooth;
	font-size:0.73em;
	font-family: 'Helvetica', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}


/* 커버 + 공지 */
#cover {
	padding:5px 0;
}
#cover > * {
	margin-bottom:0px;
}
#cover > *:last-child {
	margin-bottom:0;
}
#cover .cover_tit {
	margin-left:270px;
	display:block;
	border-radius:25px 25px 0px 0px;
	color:#fff;
	background-color:#FFD52E;
	font-size:1.0em;
	font-weight: 900;
	letter-spacing: 0.5px;
	padding:5px 5px 4px 5px;
}
#cover .cover_tit i{
	color:#fff;
	vertical-align: middle;
	font-size:0.9em;
	font-weight: 500;
	padding: 0px 5px 0px 10px;
}
.cover_notice {
	margin-left:270px;
	border-radius:0px 0px 25px 25px;
	background-color:#f5f5f5;
	overflow:hidden;
	font-size:1.0em;
		box-shadow: 0 4px 4px -4px #C0BFC0;
}
.cover_no {
	padding:9px 12px 9px 15px;
	border-bottom:solid 1px #E1DFE1;
}
.cover_no:hover .notice_title {
	opacity:0.25;
}
.cover_no:hover .notice_article {
	opacity:0.25;
}
.cover_no:last-child {
	border-bottom:0;
}
.notice_title {
	text-align:left;
	font-weight:900;
	margin-bottom:1px;
}
.notice_article {
	word-break:break-all;
	opacity:0.7;
	text-align:left;
}
.notice_title, .notice_article {
	white-space:pre-wrap;	
	word-break:break-all;
}


#cover .cover_tit2 {
	font-size:1.13em;
	width:100%;
	display:block;
	border-radius:25px 25px 0px 0px;
	padding:10px 10px 2px 10px; margin-top:20px; background: linear-gradient(#fa5b73, #fb4a62);
}

/* 커버 갤러리형 */
.cover_gallary {
	border-radius:0px 0px 25px 25px;
	padding:10px 5px 20px 20px;
	margin-top:0px;
	background: linear-gradient(#e04058, #fa2e49);
	overflow:auto;
		box-shadow:  0 4px 4px -2px #C0BFC0;
}
.cover_gallary .thumblist {
	width:25%;
	padding:0px 15px 0px 0px;
	border-radius:6px;
}
.cover_gallary .thumblist .link_post .bgbox {
	border-radius: 10px;
}
.cover_gallary .thumblist .link_post img {
	border-radius:10px;
}
.cover_tit :hover .cover_tit_con {
	opacity:0.5;
}
.cover_tit_img {
	padding:10px 10px 0px 10px;
	display:inline-block;
}
.cover_tit_con {
	line-height:0;
	opacity: 0.9;
	display:inline-block;
}
.cover_tit_con p {
	letter-spacing: 0px;
	color:#fff;
}
.cover_tit_img2{
	display:inline-block;
	float:right;
	padding:10px 10px 0 0;
}


/* 커버 리스트형 */
.cover_nothumb {
	column-count: 2;
	border-radius:4px;
	padding:10px 15px;
	background:#fff;
	overflow:hidden;
}
.cover_nothumb .nothumb a {
	border-radius:0;
	margin:0;
	padding:1px 5px;
	border-bottom:0px dashed #eee;
}
.cover_nothumb .nothumb .tit_post {
	color:#4e4e4e;
	font-size:1.0em;
	font-weight:900;
}
.cover_nothumb .nothumb a:hover .tit_post {
	font-weight:900;
}
.cover_nothumb .nothumb .tit_sum {
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.cover_nothumb .nothumb:last-child a {
	border-bottom:0;
}
.nothumb {
	margin:0px 0px 5px 0px;
}
.cover_nothumb .nothumb:nth-child(1) {
  border-left: solid 4px #34c759;
}
.cover_nothumb .nothumb:nth-child(2) {
  border-left: solid 4px #a2845e;
}
.cover_nothumb .nothumb:nth-child(3) {
  border-left: solid 4px #ff2d54;
}
.cover_nothumb .nothumb:nth-child(4) {
  border-left: solid 4px #5856d6;
}
.cover_nothumb .nothumb:nth-child(5) {
  border-left: solid 4px #30b0c7;
}
.cover_nothumb .nothumb:nth-child(6) {
  border-left: solid 4px #ffcc00;
}
.cover_nothumb .nothumb:nth-child(7) {
  border-left: solid 4px #af52de;
}
.cover_nothumb .nothumb:nth-child(8) {
  border-left: solid 4px #ff9500;
}



/* 영역 */
body {
	width:720px;
	margin:120px auto 80px;
}
#box {
	border-radius: 8px;
	box-shadow: 0px 0px 10px #C0BFC0;
}
#container {
	display:flex;
	justify-content:space-between;
	border-radius:0 0 8px 8px;
}
#contentbox {
	padding:20px 25px 0;
	background:rgba(255,255,255,1);
	border-radius: 0 0 8px 0;
	width:520px;
}


/* 헤더 */
#header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0BFC0;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background-color: #E1DFE1;
	display:flex;
	flex-direction:column;
}
#header .bgt {
	padding: 8px 20px 8px 20px;
}
.button1 {
	background: #FF605C;
  font-size: 1.0em;
  width: 11px;
  height: 11px;
  border: 1px solid #e55553;
  border-radius: 50%;
  display: inline-block;
}
.button2 {
	background: #FFDB44;
	font-size: 1.0em;
	line-height: 11px;
	margin-left: 4px;
	width: 11px;
	height: 11px;
	border: 1px solid #e5c43e;
	border-radius: 50%;
	display: inline-block;
	}
.button3 {
	background: #00CA4E;
	font-size: 1.0em;
	line-height: 11px;
	margin-left: 6px;
	width: 11px;
  height: 11px;
	border: 1px solid #00b043;
	border-radius: 50%;
	display: inline-block;
}
.button4 {
	background: #5ac8fa;
	font-size: 1.0em;
	line-height: 11px;
	margin-left: 6px;
	width: 11px;
  height: 11px;
	border: 1px solid #51b3e0;
	border-radius: 50%;
	display: none;
}



/* 사이드바 */
#sidebar {
	border-radius: 0 0 0 8px;
	padding: 10px;
	background:#F5F5F5;
	display:block;
	width:200px;
	position:sticky;
	top:0;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0BFC0;
}
#sidebar .profile img {
	width:100%;
	border-radius:4px;
	margin-bottom:20px;
}
#sidebar .itembox > * {
	padding:6px 10px;
	border-radius:4px;
}
#sidebar .itembox a {
	display: flex;
	justify-content:start;
	align-items:center;	
	font-size:1.13em;
	font-weight:600;
}
#sidebar .itembox i {
	font-size:1.13em;
	padding:0 9 0 0;
}
#sidebar .itembox div:hover i, #sidebar .itembox div:hover a span {
	font-weight: 700;
}



/* 태그로그 */
.taglog {
	margin-top:15px;
	display:flex;
	flex-wrap:wrap;
}
.taglog a {
	padding:4.5px 12px;
	margin:3px;
	background:#fff;
	color: #C0BFC0;
	border-radius:4px;
	font-size:1.0em;
}
.taglog a:hover {
	cursor: url(./images/oth589.cur), auto !important;
	transform: scale(1.1);
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 0px 0px #C0BFC0;
	transition:0.4s;
	color:#4e4e4e;
	font-weight: 900;
}

.list_title {
	padding-left:4px;
	padding-bottom:23px;
	border-bottom: solid 1px #E1DFE1;
	}
.list_title h1, .list_title h5 {
}
.list_title h1 {
	margin-bottom:-16px;
}
.list_count {
	margin-left:2px;
}
.cate_thumb {
	margin:10px 0px 0px 0px;
}
/* 갤러리 목록형 */
.thumblist {
	float:left;
	width:25%;
	padding:10px;
}
.thumblist .link_post {
	display:flex;	
	justify-content:center;
	position:relative;
	width:100%;	
}
.thumblist .link_post img {
	border-radius:2px;
	width:100%;
}
.thumblist .link_post .bgbox {
	border-radius:2px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0;
}
.detail_info { 
	display:none;
}
.thumblist .tit_post {
	position:absolute;
	top:50%;
	left:50%;
	width:88%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:0.9em;
	opacity:0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	word-break:keep-all;
}
.thumblist .link_post:hover .bgbox {
	opacity:.2;
}
.thumblist .link_post:hover img {
	filter: blur(0.5px)
}
.thumblist .link_post:hover .tit_post {
	opacity:1;
}


.nothumb_list {
	padding:2px 4px;
	}

/* 일반 목록형 */
.nothumb {
	display:block;
}
.nothumb img, .nothumb .bgbox {
	display:none;
}
.nothumb a {
	display:block;
	background:#fff;
	margin-top:10px;
	padding:8px 12px;
	border-radius:4px;
	opacity:0.7;
}
.nothumb .tit_post {
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.nothumb a:hover {
	opacity:1;
}
.content .nothumb a:hover .tit_post {
	color:#fff;
	letter-spacing:1px;
}



/* 본문 */
.titleWrap {
	text-align:left;
	padding: 9px 2px 26px 2px;
	border-bottom: solid 1px #E1DFE1;
}
.pro {
	width:55px;
	height:55px;
	float: left;
}
.pro img {
	width:55px;
	height:55px;
	margin-top:-7px;
	padding:5px;
	border-radius: 60px;
}
.titleWrap .article_title {
	margin-top:2px;
	margin-left:64px;
	word-break:break-all;
	font-size:1.53em;
	font-weight:900;
	}
/**.titleWrap > a {
	margin-left:20px;
	word-break:break-all;
	font-size:1.5em;
	font-weight:900;
}**/
.titleWrap .date {
	font-weight: 600;
	margin-left:65px;
	font-size:1.0em;
}
.admin {
	text-align:right;
	opacity:0;
}
.admin a {
	margin:0 5px;
}
.articlewrap {
	padding:0px;
	background:#fff;
}
.articlewrap .article_pw {
	display:block;
	margin:0 auto;
	width:100px;
	border-radius:0;
	padding:8px;
	color:#424242;
	border-left:0;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #eee;
	text-align:center;
}
.articlewrap:hover .admin {
	opacity:1;
}
.article {
	padding:0px;
	margin:28px 2px;
}
.article * img {
	max-width:100%;
	display:block;
	margin: 0 auto 4px;
}
.article img{
	height: auto !important;
	padding:0;
}

/* 페이지 */
.pagewrap .article {
	margin:0;
}

/* 본문 태그 */
.tag {
	background-color:#FFFFFF;
	color:#C0BFC0;
	text-align:right;
}
.tag a {
	color:#C0BFC0;
	white-space:pre-wrap;
	word-break:break-all;
	font-size:0.9em;
}
.tag a:hover {
	font-weight:bold;
	transition: background .4s, color .4s, opacity .4s, letter-spacing .4s;
}



.guestbook {
	margin-top:10px;
}
/* 댓글쓰기 */
.comment {
	margin-top:10px;
}
.inputbox {
	display:flex;
	margin-bottom:10px;
}
.inputbox span {
	display:inline-block;
	margin-right:10px;
	border-radius:4px;
	background:#fff;
}
.inputbox input {
	width:80px;
	border:solid 1px #E1DFE1;
	border-radius:24px;	
	padding:7px;
	color:#4e4e4e;
	font-family: 'Helvetica', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
	font-size:0.9em;
}
.inputbox input::placeholder {
	font-family: 'Helvetica', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
	text-align:center;
	padding-left:5px;
	text-align:left;
	color:#E1DFE1;
}
.textarea {
	display:flex;
	flex-direction:column;
	height:160px;
}
.textarea textarea {
	padding:10px;
	width:100%;
	border:solid 1px #E1DFE1;
	border-radius:4px;
	font-family: 'Helvetica', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
	font-size:1.0em;
}
.textarea textarea::placeholder {
	color:#E1DFE1;
}
.textarea > .input {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:8px 0px 10px 0px;
	border-bottom: solid 1px #E1DFE1;
}
.textarea .submit {
	border-radius:50%;
}
.textarea input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right:1px;
	border-radius:50%;
	border:0;
	padding:8px;
	font-family: 'xeicon';
	font-size:1.0em;
	color:#fff;
	background-color:#C0BFC0;
	
}
.textarea .label {
	margin-left:1px;
	text-align:center;
	border-radius:50%;
}
input[id="secret"] + label:before {
	display:block;
	width:100%;
	content: "\e965";
	font-family: 'xeicon';
	color:#4e4e4e;
	padding:8px;
	border-radius:50%;
	box-sizing:border-box;
	transition:0.4s;
	font-size:1.0em;
	background:transparent;
}
input[id="secret"]:checked + label:before {
	content: "\e964";
	background-color: #FFFFFF;
	color:#FFFFFF;
	border-radius:50%;
	box-shadow: 0px 0px 0px #C0BFC0;
}
input[id="secret"] {
	display: none;
}
.textarea .label:hover label:before, input[id="secret"]:checked + label:before {
	background-color: #C0BFC0;
	color:#FFFFFF;
	border-radius: 50%;
	box-shadow: 0px 0px 0px #C0BFC0;
	transform: scale(1.0);
}
.textarea input:hover{
	cursor: url(./images/oth589.cur), auto !important;
	transform: scale(1.0);
	background-color: #007AFF;
	border-radius: 50%;
	box-shadow: 0px 0px 0x #C0BFC0;
	transition:0.4s;
	}


/* 댓글리스트 */
.commentlist ul, .commentlist li {
	list-style:none;
	margin:0;
	padding:0;
}
.rp_general, .rp_secret, .guest_general, .guest_secret {
	position: relative;
	max-width:80%;
	float:left;
	margin-top:10px;
	margin-left:10px;
	clear:both;
}
.commentlist .name {
	marign: 0 10px 0 5px;
	font-size:1.0em;
	font-weight: 600;
	display:flex;
	justify-content:space-between;
}
.rp_admin, .guest_admin {
	position: relative;
	max-width:80%;
	float:right;
	margin-top:10px;
	margin-right:10px;
	clear:both;
}
.commentlist .guest_admin .control, .commentlist .rp_admin .control {
	order:-1;
}
.commentlist .control {
	order:1;
	opacity:0;
	font-size: 0.9em;
}
.commentlist .control a {
	color:#aaa;
}
.rp_general:hover .control, .rp_admin:hover .control, .rp_secret:hover .control, .guest_general:hover .control, .guest_admin:hover .control, .guest_secret:hover .control  {
	opacity:0.7;
}
.rp_general .desc, .rp_secret .desc, .guest_general .desc, .guest_secret .desc {
	padding:7px 10px;
	border-radius:0px 11px 10px 11px;
	background:#E1DFE1;
	color:#4e4e4e;
	white-space:wrap;	
	word-break:break-all;
	font-size: 1.0em;
	margin:0px;
}
.guest_admin .desc {
	background: #007AFF !important;
}
.guest_general .desc:hover, .guest_secret .desc:hover, .guest_admin .desc:hover {
	transform: scale(1.05);
	transition:0.4s, color .4s, opacity .4s, letter-spacing .4s !important ;
}
.rp_admin .desc, .guest_admin .desc {
	padding:7px 10px;
	border-radius: 11px 0px 11px 10px;
	color:#fff;
	white-space:wrap;	
	word-break:break-all;
	font-size: 1.0em;
	margin:0px;
}
.commentlist .desc {
	margin-top:5px;
}



/* 페이징 */
.paging {
	font-size:1.13em;
	color:#C0BFC0;
	background-color:#FFFFFF;
	text-align:center;
	clear:both;
}
.paging a {
	display:inline-block;
	font-size:1.03em;
	margin:10px 5px 20px 5px;
	color:#F5F5F5;
}



/* 검색박스 */
#search {
	display:none;
}
#srh {
	margin-bottom:10px;
	border-radius:8px;
	overflow:hidden;
}
#srh input {
	width:100%;
	border-radius:0;
	border:0;
	padding:7px;
	text-align:left;
	color:#C0BFC0;
}
#srh input::placeholder {
	padding-left:4px;
	font-size:0.9em;
	text-align:left;
	color:#E1DFE1;
}

.container_postbtn {
	padding:0 !important;
	display:none !important;
}
.txt_like.uoc-count {
	display:none !important;
}
::-webkit-scrollbar {
	width:0px;
	height:0px;
}
.another_category, .tistoryProfileLayerTrigger { display:none !important; }


/* 에디터 관련 */
blockquote, .btn-toggle-moreless {
	font-size:1.0em !important;
	font-family: 'Helvetica', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
.moreless-content {
	white-space:wrap;
	word-break:break-all;
	border:1px dotted #eee;
	padding:12px;
}
.article a[href] {
	font-weight:bold;
}
.article a[href]:hover {
	opacity:0.5;
}
figure.fileblock, #tt-body-page figure.fileblock {
	display:inline-flex;
	justify-content:center;
	width:100%;
	height:auto;
	border:0;
	margin:0;	
}
figure.fileblock .image, #tt-body-page figure.fileblock .image, figure.fileblock a::after, #tt-body-page figure.fileblock a::after, figure.fileblock .size, #tt-body-page figure.fileblock .size {
	display:none;
}
figure.fileblock .filename, #tt-body-page figure.fileblock .filename {
	margin:0;
}
figure.fileblock a, #tt-body-page figure.fileblock a {
	max-width:100%;
	height:auto;
	padding:5px 10px;
	border-radius:4px;
}
figure.fileblock .name, #tt-body-page figure.fileblock .name {
	max-width:100%;
	font-size:0.83em;
	font-family: 'Helvetica', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
	color:#fff;
}
figure.fileblock .desc, #tt-body-page figure.fileblock .desc {
	position:static;
}
pre code.hljs {
	font-family: 'Helvetica', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif !important;
	font-size:1.0em;
}



@media (min-width:700px) {
	#container {
		min-height:405px;
		max-height:480px;
		overflow:auto;
	}
	#header .itembox {
		display:none;
	}
}
@media (max-width:700px) {
	body {
		width:94%;
		margin:12px auto;
		overflow:auto;
	}
	#box {
		box-shadow: 0px 0px 10px #E1DFE1;
	}
	#container {
		padding:0px;
	}
	#contentbox {
		padding:20px 25px;
		width: 100%;
		border-radius: 0 0 8px 8px;
	}
	#cover, .content {
		width:100%;
		height: auto;
	}
	#cover .cover_tit {
		width:100%;
		margin:0;
	}
	.cover_notice {
		margin:0;
	}
	.button4 {
	display: inline-block;
	}
	#sidebar {
		display:none;
	}
	#cover .thumblist {
		width: 25%;
	}
	.thumblist {
		width: 33.1%;
	}
	.titleWrap .article_title {
		font-size:1.33em;
	}
	#search {
		display:none;
		float:right;
		width:90px;
		margin:12px 0;
		border-radius:16px;
		overflow:hidden;
		box-shadow: 0px 0px 10px #E1DFE1;
	}
	#search input {
		width:100%;
		border-radius:0;
		border:0;
		padding:6px 8px;
		font-size:0.9em;
		text-align:left;
		color:#C0BFC0;
	}
	#search input::placeholder {
		padding-left:2px;
		font-size:0.9em;
		text-align:left;
		color:#E1DFE1;
	}
}




@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity:0;
	}
	to {
		opacity: 1;
	}
}
.linkbox {
	pointer-events: inherit;
}


.article figure.imageblock{
	margin:0px 0px 4px 0px;
}
::selection{ 
  color: transparent; 
  text-shadow: 0 0 4px #000; 
  transition: all 250ms ease-in; 
} 
::-moz-selection{ 
  color: transparent; 
  text-shadow: 0 0 4px #000; 
  transition: all 250ms ease-in; 
}