@charset "UTF-8";
/* CSS Document */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");

* { cursor: url(https://cur.cursors-4u.net/others/oth-6/oth587.cur), auto !important; box-sizing: border-box; }

::selection{ 
  background: #f3cdcd;
} 

::-moz-selection{ 
  background: #f3cdcd;
} 

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

input { -webkit-border-radius: 0; }
input[type=submit], input[type=button] { -webkit-appearance:none; }

textarea { resize: none; -webkit-border-radius: 0; -webkit-appearance: none; }

input:focus, textarea:focus { outline: none; }

a:link, a:visited { color: #666; text-decoration: none; }

html, body { margin: 0; padding: 0; width: 100%; height: 100%; }

body {
	font-family: 'Pretendard'; font-weight: 300; font-size: 9pt; color: #666;
}

input, textarea {
	font-family: 'Pretendard'; font-weight: 300; font-size: 9pt;
}

body {
  background-color: #fff3f8;
}

.whole {
  width: 1120px;
  margin: 100px 0px;
  padding: 70px;
  background: #fff;
  border-radius: 30px;
}

.sidebar {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 770px);
  margin-right: 70px;
  padding-right: 70px;
  border-right: 1px solid #f7f7f7;
}

.profile-img img {
  width: 100%;
  mask-image: url('./images/heart.png');
  -webkit-mask-image: url('./images/heart.png');
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.profile {
  font-style: italic; color: #ff8abf;
}

.profile span {
  display: block;
	margin-top: -15px;
  margin-bottom: 5px;
  font-size: 11pt; font-weight: 700; font-style: normal; color: #666;
}

.sns {
  margin: 20px 0px;
  font-size: 11px;
}

.sns i {
  margin-right: 15px;
}

.sns img {
  height: 12px;
}

.menu-btn {
  color: #c1c1c1;
}

.menu {
  display: none;
  padding: 20px;
  border: 1px solid #ff8abf;
  border-radius: 10px;
}

.search {
  background: #f7f7f7;
  border-radius: 5px;
	padding: 0px 8px;
	margin-bottom: 25px;
}

.search i {
  font-size: 12px; color: #c1c1c1;
}

.search input {
  width: 80%;
  background: transparent;
  border: none;
  font-size: 9pt; color: #c1c1c1;
}

.menu ul {
  text-align: left;
}

.menu ul li ul li {
  margin-top: 15px;
}

.container {
	display: inline-block;
  vertical-align: top;
	width: 700px; height: 600px;
	overflow: scroll;
}

.container::scrollbar { display: none; }
.container::-webkit-scrollbar { display: none; }

.list-gallery {
	font-size: 0;
	overflow: hidden;
}

.list-gallery .reallist {
	width: 100%;
	margin-top: 5px;
	font-size: 9pt;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.list-gallery li {
	float: left;
	width: 210px;
	height: 210px;
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 55px;
}

.list-gallery li:nth-child(3n+3) {
	margin-right: 0;
}

.list-gallery li a {
	display: block;
	width: 100%; height: 100%;
}

.list-gallery li .thumbnail {
	width: 100%; height: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.list-gallery li .thumbnail img {
	width: 100%; height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.article-setup {
	margin-bottom: 65px;
	text-align: left;
}

.article-setup span {
	display: block;
	border-top: 1px solid #f7f7f7;
	padding: 5px 10px;
	margin-top: 5px;
	font-size: 9pt; color: #e0e0e0; text-align: right;
}

.article_content {
	margin-bottom: 65px;
	line-height: 20px;
	text-align: justify;
}

.container_postbtn {
	display: inline-block;
	vertical-align: middle;
}

.container_postbtn .postbtn_like {
	border: none !important;
	padding: 0px !important;
	float: clear !important;
}

.btn_post {
	padding: 0px !important;
}

.postbtn_ccl, .postbtn_like div:nth-child(4), .postbtn_like div:nth-child(5), .postbtn_like div:nth-child(6), .btn_menu_toolbar.btn_subscription.\#subscribe {
	display: none;
}

.comment-button, .subscribe {
	display: inline-block;
	vertical-align: middle;
	text-align: left; color: #c1c1c1;
}

.comment-button { width: 12%; }
.subscribe { width: 88%; word-spacing: 15px; }

.comment-button i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: 2px;
	font-size: 10pt;
}

.comment {
	display: none;
	margin-top: 20px;
}

.commentwrite, .guestwrite {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f7f7f7;
}

.guest {
	margin-bottom: 10px;
	text-align: left;
}

.guest input {
	display: inline-block;
	max-width: 120px;
	margin-left: 15px;
	padding: 0px;
	text-align: left; color: #ff8abf;
	background: transparent;
	border: none;
	vertical-align: middle;
}

.guest input::placeholder {
	color: #ff8abf;
}

.textarea {
	background: #ff8abf;
	border-radius: 20px;
	padding: 15px;
}

.textarea textarea {
	width: 100%; height: 100px;
	background: transparent;
	border: none;
	color: #fff;
}

.textarea textarea::placeholder {
	color: #fff;
}

.commentwrite-input {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	color: #fff;
}

.commentwrite-input input {
	display: none;
}

.commentwrite-input label {
	margin-left: 15px;
}

.commentwrite-input input[type=checkbox]:checked + label i {
	display: none;
}

.commentwrite-input input[type=checkbox]:checked + label::before {
	font: var(--fa-font-solid);
  content: "\f023";
}

.commentlist {
	width: 100%;
	text-align: justify;
}

#comment-body {
	width: 100%;
	margin-bottom: 60px;
}

#comment-body img, #reply-body img {
	display: inline-block;
	width: 50px; height: 50px;
	border-radius: 50%;
	object-fit: cover;
	vertical-align: top;
}

.comment-right, .comment-left {
	display: inline-block;
	width: calc(100% - 65px);
	vertical-align: top;
}

.comment-right { margin-left: 15px; }
.comment-left { margin-right: 15px; }

.comment-setup {
	font-size: 8pt;
}

.comment-setup span {
	font-size: 10pt; font-weight: 700;
}

.comment-setup a {
	font-weight: 700;
}

.comment-desc {
	display: inline-block;
	margin-top: 10px;
	background: #ff8abf;
	border-radius: 20px;
	padding: 15px;
	color: #fff;
}

#reply-body {
	margin-bottom: 60px;
	text-align: right;
}

#reply-body .comment-desc { 
	background: #f7f7f7;
	color: #666;
}

.tistoryProfileLayerTrigger {
	display: none;
}

.protected {
	display: inline-block;
	color: #fff;
	background: #ff8abf;
	border-radius: 20px;
	padding: 0px 15px;
}

.protected input {
	width: 50%;
	padding: 10px 0px;
	border: none;
	background: transparent;
	text-align: left;
}

.protected input[type=password], .protected input[type=password]::placeholder {
	color: #fff;
}

.protected input[type=button] {
	display: none;
}

.paging {
	margin-top: 20px;
}

.paging-left, .numbox, .paging-right {
	display: inline-block;
	vertical-align: middle;
}

.paging-left { width: 5%; text-align: left; }
.paging-right { width: 5%; text-align: right; }

.paging-left, .paging-rigt, .paging-left a, .paging-right a {
	color: #c1c1c1;
}

.numbox {
	width: calc(90% - 30px);
	word-spacing: 20px;
	margin: 0px 15px;
}

.guestbook {
	width: 100%;
	text-align: justify;
}

.guestlist {
	text-align: justify;
}

@media (max-width: 1000px) {
	
	* { max-width: 100%; }

	.whole {
  width: 95%;
  margin: 20px 0px;
  padding: 30px 20px;
}

.sidebar {
	position: relative;
  display: block;
  width: 100%;
  margin-right: 0px;
  padding-right: 0px;
	border-right: none;
}

.profile-img {
	width: 120px;
}

.sns {
	margin-bottom: 0;
}

.menu-btn {
  position: absolute; top: 0; right: 15px;
}

.menu {
	position: absolute; top: 25px; right: 0;
	width: 150px;
	padding: 15px;
	background: #fff;
	z-index: 99;
}

.menu ul li ul li {
	margin-top: 25px;
}

.search input {
  width: 80%;
}

.container {
	display: block;
	width: 100%; height: auto;
	overflow: auto;
}

.list-gallery, .guestbook, .notice {
	border-top: 1px solid #f7f7f7;
	margin-top: 30px;
	padding-top: 30px;
}

.list-gallery .reallist {
	font-size: 9pt;
}

.list-gallery li {
	width: 30%;
	height: 26vw;
	margin-right: 5%;
	margin-bottom: 40px;
}

.article-setup {
	margin-top: 100px;
}

.container_postbtn {
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

.comment-button { width: 27%; }
.subscribe { width: 73%; word-spacing: 15px; }

.lb-outerContainer {
	width: 100%;
}

.protected input {
	width: 70%;
}

}
ul.tt_category > li > a {display: none;}



[data-tistory-react-app="Namecard"] {
display: none;
}




.container_postbtn .btn_post .ico_share {display: none}
