@charset "utf-8";
@import url('https://fastly.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');

body {
	font-family: 'galmuri9';
	font-size: 9px;
	color: #000;
	line-height: 180%;
	background-color: #131313;
}

a {
	color: #fff;
	text-decoration: none;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #eee;
	transition: 0.3s;
}

iframe {
	width: 100%;
}

#tistorytoolbarid {
	display: none;
}

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

#menubar_wrapper{
	display: none;
}

/* scroll bar */
::-webkit-scrollbar {
	display: none;
	width: 0px;
	background-color: #000;
}

::-webkit-scrollbar-thumb {
	border: 0px solid #000;
	width: 0px;
	background-color: rgba(0, 0, 0, 1);
}

/* drag */
::selection {
	color: rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0);
}

::-moz-selection {
	color: rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0);
}

/* tooltip */
.tippy-box[data-theme~='plain'] {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	font-family: 'Jeju Gothic', sans-serif;
	font-size: 9px;
	padding: 1px 1px;
	border-radius: 0;
	box-shadow: none;
	letter-spacing: 1.5px;
}
  
/* 꼬리 없애기 */
.tippy-box[data-theme~='plain'] > .tippy-arrow {
	display: none;
}

/* layout */
#wrap {
	width: 350px;
	margin: 0 auto;
	margin-top: 100px;
}

/* category toggle */
#categoryToggle {
	background-color: rgb(0, 0, 0, 0);
	border: none;
	font-family: 'galmuri9';
	font-size: 9px;
	color: #fff;
	padding: 0;
	cursor: pointer;
}

#categoryMenu {
	padding-bottom: 3px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

#categoryMenu.open {
	max-height: 1000px;
}

#categoryMenu ul {
	display: flex;
	flex-wrap: wrap;
	/* 줄바꿈 허용 (선택) */
	gap: 8px;
	/* 항목 사이 간격 */
	padding: 0 0 3px 0;
	margin: 0;
	list-style: none;
}


.category-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	gap: 6px;
	transition: transform 0.4s ease;
}

.search-wrapper.active {
	transform: translateX(0px);
}

.search {
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-width 0.4s ease, opacity 0.4s ease;
}

.search.visible {
	max-width: 160px;
	opacity: 1;
}

.search-form {
	display: flex;
	gap: 6px;
	align-items: center;
}

.search input[type="text"],
.search input[type="button"] {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border: 1px solid #fff;
	font-family: 'galmuri9';
	font-size: 9px;
	padding: 3px 5px;
}

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

/* sub category */
.category_list,
.category_list>li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
}

.sub_category_list {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 999;
	display: inline-block;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-10px);
	transition: transform 0.4s ease, opacity 0.4s ease;
	padding: 0px 0 0 0px !important;
}

.category_list>li {
	transition: margin-left 0.3s ease;
	margin-left: 0;
}

.category_list>li.shifted {
	margin-left: var(--push-width, 0px);
}

.category_list>li.hovered>.sub_category_list {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.sub_category_list>li {
	display: inline-block;
	margin-left: 7px;
}

.link_sub_item {
	display: inline-block;
	color: white;
	background: rgb(0, 0, 0, 0);
	padding: 0;
	white-space: nowrap;
	font-size: 9px;
	text-decoration: none;
}

/* content */
.contentWrap {
	margin: auto;
	background: #131313;
	border: 1px solid #fff;
	box-sizing: border-box;
	width: 350px;
	max-height: 400px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: -1;
	/* 박스섀도우 */
	/*box-shadow:1px 1px #000, 2px 2px #000, 3px 3px #000, 4px 4px #000, 5px 5px #000, 6px 6px #000, 7px 7px #000, 8px 8px #000, 9px 9px #000, 10px 10px #000;*/
}

.date,
.cnt,
.name,
.from,
.delete {
	font-size: 6px;
	font-family: 'galmuri9';
}

.name2 {
	font-family: 'galmuri9';
}

/* gallary list */
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
}

/*#lst_gal {
	padding: 1px 0 0 1px;
}*/

#lst_gal .list_content .date,
#lst_gal .list_content .listTitle {
	display: none;
}

#lst_gal .list_content {
	width: calc((100% - 2px) / 3);
  margin-right: 1px;
  margin-bottom: 1px;
	float: left;
	position: relative;
	box-sizing: border-box;
}

#lst_gal .list_content:nth-child(3n) {
  margin-right: 0 !important;
}


#lst_gal .list_content .thumb-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#lst_gal .list_content .thumb-img img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

/* list */
#lst_web .list_content .thumb-img {
	display: none;
}

#lst_web .list_content {
	border-bottom: 1px solid #fff;
	padding: 10px 10px;
}

#lst_web .list_content .listTitle {
	display: flex;
	justify-content: space-between;
}

/* taglog */
.taglog ul {
	margin: 0;
	padding: 10px;
	text-align: justify;
}

.taglog li {
	display: inline;
}

.taglog a {
	margin: 0 5px;
}

.taglog a:first-child {
	margin-left: 0px;
}


/* article */
/* title */
.titleWrap {
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
}

.titleWrap span {
	color: #fff;
	font-size: 9px;
}

.titleWrap .date {
	float: right;
	font-size: 11px;
	color: #fff;
	display: none;
}

/* article */
.article {
	text-align: justify;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #fff;
}

.article p {
	padding: 5px 10px !important;
}

.article a {
	color: #fff;
	text-decoration: none;
}

.article a:hover {
	color: #eee;
	background-color: #eee;
	text-decoration: none;
}

.article img {
	border: 0;
}

/* tag trail */
.tagTrail {
	margin-bottom: 20px;
}

.tagText {
	font-family: 'galmuri9';
	color: #333;
}

/* protected */
.article_p {
	text-align: center;
}

.article_p input {
	width: 80px;
	padding: 5px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0);
	outline: none;
}

.article.no-top-padding {
	padding-top: 0 !important;
}

.article.no-top-padding p:first-of-type {
	padding: 0 !important;
	margin-top: 0 !important;
}

.article.no-bottom-padding {
	padding-bottom: 0 !important;
}

/* admin */
.button-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
	margin-bottom: 10px;
}

.admin {
	margin: 0 10px;
	text-align: right;
	color: #fff;
}

.admin-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.admin-toggle {
  font-family: 'galmuri9';
  font-size: 8px;
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  display: block;
	padding-right: 10px;
}

.admin-menu {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-5px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0px;
  transition: all 0.3s ease;
  pointer-events: none;
}

.admin-wrapper.active .admin-menu {
  max-height: 100px; /* 버튼 2개 정도 충분히 커버 */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.admin-btn {
  font-family: 'galmuri9';
  color: white;
  border: 1px solid white;
  padding: 0 12px;
  font-size: 7px;
  cursor: pointer;
}

/* comment on/off */
#toggleComment {
	background-color: rgb(0, 0, 0, 0);
	border: none;
	font-family: 'galmuri9';
	font-size: 8px;
	color: #fff;
	cursor: pointer;
	padding-left: 10px;
}

#commentWrapper {
	display: none;
}

/* comment, guestbook list */
.comment .name2 a,
.comment .name2 a:hover {
	color: #eee;
}

.comment ol {
	color: #fff;
	font-size: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #fff;
}

.comment ul {
	padding: 0 8px 8px 8px;
	margin: 0;
	list-style: none;
}

.control i.fas {
	display: none !important;
}

.modify {
	font-family: 'galmuri9';
	font-size: 6px;
	color: #fff;
	margin-left: 4px;
}

.write {
	font-family: 'galmuri9';
	font-size: 6px;
	color: #fff;
	margin-left: 0px;
}

/* reply */

.comment ol li {
	padding: 15px 15px;
	border-bottom: 1px solid #fff;
}

.comment ol li ul li {
	padding: 0;
	border: 0;
}

#rrp {
	margin-top: 7px;
}


/* comment, guestbook Write */
.comment {
	box-sizing: border-box;
}

.comment .commentWrite {
	width: 100%;
	max-width: 700px;
	margin: auto 0;
	border: 0;
	letter-spacing: 0;
	height: 120px;
}

.commentWrite {
	padding: 0;
}

.comment i {
	font-size: 7px;
}

.comment .commentWrite div {
	margin: 0;
}

.commentWrite p {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-bottom: 10px;
	padding: 0 10px;
}

.comment input {
	padding: 5px;
	width: 50px;
	background: rgba(255, 255, 255, 0);
	font-size: 9px;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #fff;
	outline: none;
}

.comment textarea {
	padding: 5px;
	line-height: 170%;
	height: 50px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	box-sizing: border-box;
	font-size: 9px;
	color: #fff;
	font-family: 'galmuri9';
	outline: none;
	resize: vertical;
	width: calc(100% - 20px);
	margin: 0 10px;
}

.comment input[type="text"],
.comment input[type="password"] {
	width: 25%;
	max-width: 120px;
	font-size: 11px;
}

.comment .checkbox {
	float: right;
	margin-top: 7px;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label {
	display: inline-block;
	align-items: center;
	text-align: right;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	position: relative;
}

input[type="checkbox"]:checked+label::after {
	content: '✔';
	font-size: 8px;
	color: #fff;
	margin-left: 0px;
	font-family: 'galmuri9';
	text-align: center;
	position: static;
}

.comment .submit input {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 35px;
	height: 25px;
	background: rgba(255, 255, 255, 0);
	font-size: 9px;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
}

/* paging */
.paging {
	text-align: center;
	font-family: 'Gulim';
	font-size: 11px;
	margin: 3px 10px;
}

.paging span {
	margin: 0px 10px;
}

.paging a:hover {
	background: none;
	color: #eee;
}

.paging #left {
	float: left;
}

.paging #right {
	float: right;
}

.selected {
	color: #eee;
	background: none;
}

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

figure {
	margin-bottom: -3px !important;
}

figure.imagegridblock,
#tt-body-page figure.imagegridblock {
	position: relative;
	margin: 0px 0;
	background-color: transparent;
}

figure.imagegridblock .image-container>span {
	margin-right: 0 !important;
	margin-top: 0px !important;
}

figure.imagegridblock .image-container {
	display: flex;
	gap: 1px !important;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.tistoryProfileLayerTrigger {
	width: 40px;
	height: 13px;
	display: none;
	cursor: pointer;
	background: url(//t1.daumcdn.net/tistory_admin/static/profilelayer/ico_profile.png) no-repeat;
	margin: 0 4px;
}

/*cover*/
.slider-container {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.swiper.mySwiper {
	width: 100%;
	position: relative !important;
	overflow: hidden;
}

.swiper-wrapper {
	display: flex;

}

.swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	opacity: 1;
	transform: translateX(-100px);
}

.swiper-slide a {
	width: 100%;
	height: calc(100%);
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.swiper-slide img {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}

.swiper-slide:hover img {
	width: 110%;
}

.swiper-slide .cover-title {
	display: flex;
	margin: 7px 0 0 0;
	align-items: center;
}

.swiper-slide .cover-title span:first-child {
	/* width:2px;
  height:30px;
  background:gray;
  opacity: 0.2; */
}

.swiper-slide .cover-title span:last-child {
	display: flex;
	gap: 2px;
	flex-direction: column;
	margin: 0 0 0 0px;
}

.swiper-slide .cover-title span:last-child h2 {
	width: 100%;
	font-size: 0.5rem;
	font-weight: 400;
	opacity: 0.2;
}

.swiper-pagination {
	display: none;
	text-align: center;
	width: 45px !important;
	background: rgba(255, 255, 255, 0.5);
	padding: 6px 0;
	font-size: 10px;
	border-radius: 10px;
	left: 100%;
	bottom: 75px !important;
	transform: translate(0, 0) !important;
	font-weight: 500;
}

.cover-tag-wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 0 30px;
	margin: 10px 0 0 0;
}

.cover-tag {
	display: flex;
	transform: translateY(0);
	opacity: 1;
}

.cover-tag span {
	font-weight: 600;
	font-size: 0.7rem;
	display: block;
}

.cover-tag span:last-child {
	font-weight: 400;
	margin: 0 0 0 5px;
}

.another_category {
	border: none !important;
	padding: 0 !important;
}

.another_category tbody tr a {
	font-size: 0.8rem;
}

.another_category h5 {
	font-size: 0.8rem;
}


/* mobile */
@media (max-width: 767px) {
	#wrap {
		margin-top: 80px;
		width: 80%;
	}

	.contentWrap {
		width: 100%;
	}

	.Header {
		width: 100%;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
	}

	.category {
		width: 65%;
		margin: 0;
	}

	.profile {
		width: 30%;
		margin: 0;
		overflow: hidden;
	}

	.clear {
		clear: both;
	}

	.comment .commentWrite {
		width: 100%;
	}
}

.container_postbtn {
	display: none !important;
}

.tt_box_namecard {
	display: none !important;
}