* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*{
	-webkit-tap-highlight-color: transparent !important;
	}

body {
	min-height: 100vh;
 	background: #fff;
	color: #2F373C;
	font-family: 'Inter', 'Pretendard', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  font-size: 10px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body::-webkit-scrollbar {
	display: none;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  display: block;
  content: '';
  line-height: 0;
}

.clearfix:after {
  clear:both;
}

.clearfix {
  *zoom: 1;
}

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

a {
  text-decoration: none;
  color: inherit;
}

button {
	line-height: 1;
	padding: 4px 20px;
	background-color: #fff;
	outline: none;
	border: 1px solid #cacaca;
	border-radius: 4px;
}

figure.fileblock, #tt-body-page figure.fileblock {
	border:none 0;
}

.contents {
	padding: 47px;
}

.wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.box {
	width: 100%;
	border-radius: 10px;
	min-height: calc(100vh - 144px);
}

#mArticle {
	display: flex;
	flex-wrap: wrap;
}

#mArticle h5 {
	width: 100%;
	padding: 0 8px;
}

#tt-body-tag .contents {
	display: inherit;
}

.entryNotice ~ .paging {
	display: none;
}

#tt-body-page .paging {
	display: none;
}

.wrap_btn_etc,
.ico_statistics {
	display: none!important;
}

.container_postbtn .btn_post .txt_like {
	font-family: 'Inter', 'Pretendard', sans-serif!important;
}

.container_postbtn .postbtn_like,
.container_postbtn .btn_post {
	padding: 0!important;
}

.container_postbtn .btn_post .ico_like {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4457 1.97011C10.1903 1.71918 9.8871 1.52012 9.55337 1.3843C9.21964 1.24849 8.86194 1.17859 8.5007 1.17859C8.13945 1.17859 7.78175 1.24849 7.44802 1.3843C7.11429 1.52012 6.81107 1.71918 6.55569 1.97011L6.02569 2.49065L5.49569 1.97011C4.97985 1.46348 4.28021 1.17885 3.55069 1.17885C2.82118 1.17885 2.12154 1.46348 1.60569 1.97011C1.08985 2.47675 0.800049 3.16389 0.800049 3.88038C0.800049 4.59687 1.08985 5.28401 1.60569 5.79065L2.13569 6.31118L6.02569 9.82145L9.91569 6.31118L10.4457 5.79065C10.7012 5.53983 10.9039 5.24203 11.0422 4.91426C11.1804 4.58649 11.2516 4.23517 11.2516 3.88038C11.2516 3.52559 11.1804 3.17427 11.0422 2.8465C10.9039 2.51873 10.7012 2.22093 10.4457 1.97011Z' fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: auto!important;
}

.container_postbtn .btn_post .like_on .ico_like {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4457 1.97011C10.1903 1.71918 9.8871 1.52012 9.55337 1.3843C9.21964 1.24849 8.86194 1.17859 8.5007 1.17859C8.13945 1.17859 7.78175 1.24849 7.44802 1.3843C7.11429 1.52012 6.81107 1.71918 6.55569 1.97011L6.02569 2.49065L5.49569 1.97011C4.97985 1.46348 4.28021 1.17885 3.55069 1.17885C2.82118 1.17885 2.12154 1.46348 1.60569 1.97011C1.08985 2.47675 0.800049 3.16389 0.800049 3.88038C0.800049 4.59687 1.08985 5.28401 1.60569 5.79065L2.13569 6.31118L6.02569 9.82145L9.91569 6.31118L10.4457 5.79065C10.7012 5.53983 10.9039 5.24203 11.0422 4.91426C11.1804 4.58649 11.2516 4.23517 11.2516 3.88038C11.2516 3.52559 11.1804 3.17427 11.0422 2.8465C10.9039 2.51873 10.7012 2.22093 10.4457 1.97011Z' fill='%23666' stroke='%23666' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
}

/* main */
.main {
	width: 770px;
	min-height: calc(100vh - 144px);
	background-color: #fff;
	margin: 0 auto;
}

.left {
	width: 220px;
	background-color: #f1f1f1;
	border-right: 1px solid #dadbd9;
}

#entry0Comment {
	width: 100%;	
}

/* guest */
.guestbook {
	width: 100%;
	padding: 8px;
}

.guestbook .message {
	word-break: break-word;
}

textarea {
	width: 100%;
	height: 100px;
	resize: none;
	border: 1px solid #ebebeb;
	background-color: #fff;
	border-radius: 4px;
	outline: none;
	font-family: 'Poppins', 'Pretendard', sans-serif;
  color: #666;
	padding: 8px;
	font-size: 8px;
}

.btn-submit input {
	float: right;
	outline: none;
	background: none;
	padding: 5px 10px;
	font-family: 'Pretendard', sans-serif;
	font-size: 8px;
	font-weight: normal;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	margin-top: 4px;
	color: hsl(0, 0%, 10%);
}

.guest-info {
	margin-bottom : 10px;
}

.guest-info input {
	width: 100px;
	height: 20px;
	border: 1px solid #ebebeb;
	font-size: 8px;
	font-family: 'Poppins', 'Pretendard', sans-serif;
	color: #666;
	padding: 0 3px;
	margin-right: 6px;
	border-radius: 4px;
}

.guest_general .message {
	width: 46%;
	max-width: 500px;
	height: auto;
	background-color: #e9e9eb;
	border-radius: 22px 22px 22px 3px;
	padding: 11px 18px;
	margin: 10px 20px 10px 0;
}

.guest_secret .message {
	width: 46%;
	max-width: 500px;
	height: auto;
	background-color: #e9e9eb;
	border-radius: 22px 22px 22px 3px;
	padding: 11px 18px;
	margin: 10px 20px 10px 0;
}

.guest_admin {
	text-align: right;
}

.guest_admin .name,.date {
	display: none;
}

.guest_admin .message {
	width: 46%;
	max-width: 500px;
	height: auto;
	padding: 11px 18px;
	margin: 10px 0 10px auto;
	color: #fff;
	background-color: #3478f5;
	border-radius: 22px 22px 3px 22px;
	text-align: left;
}

.secretBtn {
	display: inline-block;
}

.secretBtn input {
	display: none;
}

.secretBtn input:checked + label {
	font-weight: bold;
}

.guestList {
	margin-top: 16px;
}

/* tag */
.taglog {
	font-size: 10px;
}

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

.taglog ul li a {
	display: inline-block;
	color: #2F373C;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all .3s ease-in-out;
	background-color: #fff;	
}

.taglog ul li a::before {
	content:"#";
}

.tagTrail {
	width: 100%;
}

.tagTrail #text {
	display: none;
}

.tagTrail a {
	display: inline-block;
	margin-right: 6px;
	transition: all .3s ease-in-out;
	background-color: #fff;
}

.tagTrail a::before {
	content: "#";
}

.tagTrail {
	display: flex; 
	flex-wrap: wrap;
}

.tagTrail:not a {
	display: none;
}

/* header */
#header {
	background-color: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	width: 100%;
	height: 54px;
	padding: 0 16px;
	border-bottom: 0.5px solid #dadbd9;
}

#header .header-inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .header-inner ul {
	width: 100px;
	display: flex;
}

.top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 770px;
	margin: 0 auto;
	padding: 47px 47px 0px;
	background-color: #fff;
}

/* profile */
.profile {
	display: flex;
}

.profileImg {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  cursor: pointer;
	overflow: hidden;
	transform: rotate(-0.03deg);
}

.profileImg a {
	display: block;
	width: 100%;
	height: 100%;
}

.profileImg a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profileText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 12px;
}

.profileText h5 {
	font-size: 11px;
}

.profileText .link_twt a {
	font-size: 9px;
}

.profileText .link {
	display: flex;
	margin-top: 6px;
}

.profileText .link a {
	display: inline-block;
}

.profileText .link div + div::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 8px;
	background-color: #666;
	margin: 0 5px 0 4px;
	transform: rotate(20deg);
}

.buttons {
	position: relative;
	display: flex;
	z-index: 9999;
}

.button_menu,
.button_search {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-size: 16px;
}

.button_menu {
	margin-left: 6px;
}

.button_menu {
	background-image: url(images/btn.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* dropdown */
.dropdown-list {
	z-index: 999;
	opacity: 0;
  pointer-events: none;
  position: absolute;
  border-radius: 0px;
  transition: all .4s ease-in-out;
  cursor: pointer;
	right: 0px;
  width: 100px;
  bottom: -220px;
	background-color: white;
	border: 1px solid #2f373c;
}

.buttons.active .dropdown-list {
  opacity: 1;
  pointer-events: all;
}

.category_list > li {
  padding: 5px 5px;
  overflow: hidden;
  white-space: nowrap;
}

.category_list  li a {
  padding: 4px 4px;
  display: block;
  transition: all .4s ease-in-out;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub_category_list li {
	padding:0!important;
}

/* category */
.category .link_item, 
.link_sub_item {
	padding: 7px 8px;		
	display: block;
	cursor: pointer;
}

.category {
	margin-top: 20px;
	padding: 0 10px;
}

.category .cateTit {
	display: block;
	color: #a9a5a3;
	margin: 0 0 10px 6px;
	font-weight: bold;
}

.category_list > li {
  overflow: hidden;
  white-space: nowrap;
}

.category_list  li a {
  display: block;
  transition: all .4s ease-in-out;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub_category_list li {
	padding:0!important;
}

/* search */

.search {
  position: relative;
  width: 60px;
  height: 24px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.search input {
  width: 100%;
  height: 20px;
  outline: none;
  border: none 0;
  border-radius: 10px;
  padding: 0 7px 0 10px;
  font-size: 8px;
	background: transparent;
  font-family: 'Pretendard', sans-serif;
	font-weight: normal;
}

.search::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 21px;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='61' height='22' viewBox='0 0 61 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.1678 21.1747V18.1765C51.6461 18.1141 54.7476 18.1549 55.2897 18.0516C56.6015 17.8017 57.1012 17.4894 57.6633 17.1771C58.0631 17.6768 58.8293 19.1343 59.1624 19.8005C57.5134 20.8499 55.2689 21.1539 54.3528 21.1747H50.1678Z' fill='%23666'/%3E%3Cpath d='M51.9813 3.04609V0.110364C51.9397 0.0270806 52.5185 -0.0895155 55.1669 0.110364C57.8153 0.310243 59.9765 1.77602 60.726 2.48393L58.6647 4.73257C57.2261 3.68527 56.4765 3.18557 54.7276 3.04609H53.5408H51.9813Z' fill='%23666'/%3E%3Cpath d='M20.4357 0.062439H11.0664V3.06063H20.4357V0.062439Z' fill='%23666'/%3E%3Cpath d='M40.8609 0H31.4916V2.99819H40.8609V0Z' fill='%23666'/%3E%3Cpath d='M39.112 18.239H29.7427V21.2371H39.112V18.239Z' fill='%23666'/%3E%3Cpath opacity='0.5' d='M18.7493 18.1141L9.8797 17.9891L9.38 20.9873L10.9416 21.2372H18.7493V18.1141Z' fill='%23666'/%3E%3Cpath d='M4.75776 6.87082L2.19681 5.30927C0.0481126 8.70721 0.71854 12.6798 1.32234 14.2414L4.32053 13.117C3.32113 10.8684 4.1956 8.01596 4.75776 6.87082Z' fill='%23666'/%3E%3Cpath d='M18.6869 18.1765C18.5869 18.2265 12.8154 18.114 9.94216 18.0516C9.99212 18.3014 9.62984 20.0712 9.44246 20.9248C8.94276 21.2247 15.3972 21.2163 18.6869 21.1747C18.7285 20.1545 18.7868 18.1265 18.6869 18.1765Z' fill='%23666'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.search input::placeholder {
	color:#2f373c;
}

.search svg {
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  fill: #2f373c;
	z-index: 3;
}

/* list */
.contents {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	overflow-y: scroll;
  overflow-x: hidden;
	-ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.contents::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.post-item {
	float: left;
	width: 50%;
	padding: 5px;
	
}

.post-item a {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.post-item .thum {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-color: #f8f8f8;
}

.post-item .thum img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	transform: rotate(-0.03deg);
}

.post-item .title {
	color: #1d1d1d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.4;
	width: 100%;
	text-decoration: none;
	margin: 8px 0px;
}

.post-item .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	line-height: 1.5rem;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.post-item .meta {
	display: block;
	color: #999;
}

.post-item .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 5px;
	background-color: #d2d2d2;
	vertical-align: middle;
}

.post-item .meta span:first-child:before {
	content: none;
}

.post-item.protected .thum:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 47px;
	margin: -24px 0 0 -17px;
	background: url(./images/ico_package.png) no-repeat 0 -120px;
	background-size: 120px auto;
}

.thum-title {
	display: block;
	width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
	font-weight: bold;
	letter-spacing: -0.5px;
}

/* article */
.titleWrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0px 47px 0px;
}

.titleWrap h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-weight: normal;
	color: #1d1d1d;
	font-size: 11px;
}

.entryNotice {
	width: 100%;
}

.article-wrap {
	width: 100%;
}

.container_postbtn {
	padding: 20px 0 20px!important;
}

.container_postbtn .btn_post .txt_like {
	margin: 0.4px 0 0 4px!important;
	font-size: 9px !important;
	color: #666!important;
	transform: rotate(-0.03deg);
}

.link_tit, .c_cnt, .postbtn_ccl {
	display: none!important;
}

figure.imageblock.alignCenter {
    margin: 0 auto 5px;
}

.container_postbtn .postbtn_like {
	border: none!important;
}

.wrap_btn_share, .btn_subscription {
	display: none!important;
}

.container_postbtn .btn_post .ico_like {
	margin: 3px 0 0 0!important;
}

.container_postbtn .btn_post {
	font-family: 'Inter', 'Pretendard', sans-serif!important;
}

.entryNotice .container_postbtn {
	display: none;
}

/* paging */
.paging {
	display: flex;
	width: 100%;
	text-align: center;
	padding-top: 47px;
	align-items: center;
	justify-content: space-between;
}

.paging .numbox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.paging .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.paging .selected {
	color: black;
	font-weight: bold;
}

.paging > a {
	width: 20px;
	display: flex;
	height: 20px;
	align-items: center;
	justify-content: center;
}

/* protect */
.protect-thum {
	width: 100%;
}

.entryProtected {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 0;
}

.entryProtected input {
	width: 100px;
	background: none;
	outline: none;
	border: none;
	border-bottom: 1px solid #dadbd9;
	margin-left: 10px;
	padding: 5px;
}

/* copyright */
.copyright {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

/* gnb */
.gnb {
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #fff;
	z-index: 9999;
  transform: translateX(-100%);
  transition: all .3s ease-out 0s;
	border-right: 0.5px solid #dadbd9;
	padding-top: 16px;
	backdrop-filter: blur(10px);
}

.active {
  transform: translateX(0);
}

/* copyright */
.copyright {
	position: fixed;
	bottom: 16px;
	right: 16px;
	opacity: .7;
}

.fileblock .image,
.fileblock .size,
.fileblock .filename {
	display: none;
}

figure.fileblock a::after {
	display: none;
}

.fileblock {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px 13px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-download'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E");
}

.btn-toggle-moreless {
	font-family: 'Inter', 'Pretendard', sans-serif!important;
  font-size: 11px!important;
}

.btn-toggle-moreless::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background-size: cover;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23909090' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.moreless-content {
	padding: 8px;
	border-left: 3px solid #f7eb63;
}

@media (max-width: 770px) {
	.top {
		width: 100%;
		padding: 47px 23.5px 0px;
	}
	.main {
		width: 100%;
	}
	.post-item {
		width: 100%;
	}
	.contents {
		padding: 47px 23.5px;
	}
	.paging {
		padding: 23.5px 0;
	}
	.titleWrap {
		margin: 0px 0px 23.5px 0px;
	}
}

@media (max-width: 600px) {
	body {
		background-image: none;
		background: #fff;
		font-size: 9px;
	}
	.box {
		flex-direction: column;
		box-shadow: none;
		overflow: visible;
	}
	.main {
		width: 100%;
	}
	.contents {
		height: auto;
	}
	#header {
		height: 44.5px;
		border: none 0;
	}
	.category {
		display: none;
	}
	.guestbook {
		font-size: 10px;
	}
	.taglog {
		font-size: 10px;
	}
	.guest_general .message,
	.guest_secret .message,
	.guest_admin .message {
		width: 52%;
	}
}

.contents_style {
	padding: 0!important;
}

