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

* {
  color: #000;
}
*:focus {
  outline: none !important;
}
::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: 12px;
  background: #fff;
  font-family: "pretendard", sans-serif;
  font-weight: 500;
  line-height: 1.4rem;
}
input,
input::placeholder,
textarea,
input,
::placeholder,
textarea,
.btn-toggle-moreless,
blockquote,
blockquote span {
  font-size: 12px;
  font-family: "pretendard", sans-serif;
  background: transparent;
}
::placeholder {
  text-transform: lowercase;
}
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 {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  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 > a > 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.3rem;
  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 {
  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;
}

/* 외부링크 */
#link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#link a {
  display: block;
}
#link a div {
  transition: all 0.5s ease;
}
#link a:not(:last-child) div::after {
  display: inline-block;
  content: "/";
  margin: 0 3px;
  font-family: "pretendard" !important;
  color: #aaa;
}
#link a:hover div {
  color: var(--pcolor);
}

/* 메뉴 */
.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;
  transition: 0.5s;
}
.cover .notice-desc a:hover {
  color: var(--pcolor);
}
.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;
}
.cover .tweet .thumb::before {
  padding-bottom: 60%;
}
.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 span {
  display: inline-block;
}
.list-style.tweet .small .user {
  font-weight: bold;
  margin-right: 5px;
}
.small .date {
  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;
  overflow: hidden;
  isolation: isolate;
}
.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;
  transform: translateZ(0) scale(1.2);
}
.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;
}

/* 글목록 기본형 */
.list-style.basic .smallProfile,
.basic .list-desc {
  display: none;
}
.list-style.basic,
.list-style.basic span {
  transition: all 0.5s;
}
.list-style.basic .small *:not(:last-child) {
  display: none;
}
.list-style.basic .list-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 20px;
}
.list-style.basic {
  border-bottom: 1px solid var(--border);
}
.list-style.basic .list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style.basic:hover {
  background-color: var(--pcolor10);
}
.list-style.basic:hover .list-title span {
  color: var(--pcolor);
  letter-spacing: 1px;
}

/* 본문 */
.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: "pretendard", sans-serif;
}
.articleWrap .tagTrail a:first-child {
  margin-left: 0;
}
.articleWrap .tagTrail a:hover {
  opacity: 0.6;
}
.article {
  word-break: break-all;
}
.article a {
  font-weight: bold;
  transition: 0.5s;
}
.article a:hover {
  color: var(--pcolor);
}
.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;
}
code.hljs {
  border: 1px solid var(--border);
  padding: 10px;
  font-family: "pretendard" !important;
}

/* 페이지 + 공지 추가설정 */
.pages .container_postbtn,
.notice .container_postbtn {
  display: none !important;
}
.pages + .article-date,
.notice + .article-date {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

/* 접은글 */
div[data-ke-type="moreLess"] {
  margin-bottom: 10px;
}
.btn-toggle-moreless {
  display: inline-block;
  margin: 3px 0 !important;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  color: var(--font-color) !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 1.3rem !important;
  background-color: var(--pcolor50);
}
.btn-toggle-moreless:hover {
  background-color: var(--pcolor10);
}
.moreless-content {
  padding: 15px;
  margin: 10px 0 20px 0;
  border-radius: 10px;
  background-color: #fbfbfb;
  word-break: break-word;
}

/* 보호글 비밀번호 */
.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;
}

/* 공감버튼 */
#page .container_postbtn,
#notice .container_postbtn {
  display: none !important;
}
.container_postbtn {
  margin-top: 30px;
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  position: relative;
  clear: unset !important;
}
.container_postbtn .postbtn_like {
  float: unset !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 0 !important;
  border-radius: 0 !important;
}
.postbtn_like > div:not(:first-of-type),
.container_postbtn .btn_post .txt_like,
.ico_postbtn {
  display: none !important;
}
.wrap_btn {
  float: unset !important;
  width: unset !important;
}
.uoc-icon {
  width: 100% !important;
  padding: 0 !important;
  height: unset !important;
}
.container_postbtn .postbtn_like + .btn_menu_toolbar {
  display: none !important;
}

/* ++ 공감 아이콘 변경 */
.btn_post .uoc-icon::before {
  display: block;
  content: "\ea11";
  font-family: "xeicon";
  font-size: 1.2rem !important;
  width: auto !important;
  height: 30px;
  text-align: left;
  line-height: 30px !important;
  color: var(--font-color) !important;
}
.uoc-icon.like_on::before {
  content: "\ea10";
  color: red !important;
}

/* 인용구 */
blockquote[data-ke-style="style1"] {
  padding: unset !important;
  background: unset !important;
  text-align: left !important;
}
blockquote[data-ke-style="style1"] span {
  display: block;
  color: #777;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
}
blockquote[data-ke-style="style1"]::before {
  display: inline-block;
  content: "\f10d";
  font-family: "Font Awesome 6 Free" !important;
  font-size: 14px;
  font-weight: 900;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--pcolor);
  color: #fff;
}
blockquote[data-ke-style="style2"] {
  border-left: 3px solid var(--pcolor);
  padding-left: 15px;
}
blockquote[data-ke-style="style3"] {
  background: #fff !important;
  border: 1px dashed var(--border) !important;
  padding: 15px !important;
  border-radius: 4px !important;
}

/* 리스트 꾸미기 */
ul[data-ke-list-type="disc"],
ul[data-ke-list-type="circle"],
ol[data-ke-list-type="decimal"] {
  display: block;
  padding: 0;
}
ul[data-ke-list-type="disc"] li,
ul[data-ke-list-type="circle"] li,
ol[data-ke-list-type="decimal"] li {
  display: block;
  margin: 10px 0;
}
ul[data-ke-list-type="disc"] li *[data-ke-list-type],
ul[data-ke-list-type="circle"] li *[data-ke-list-type],
ol[data-ke-list-type="decimal"] li *[data-ke-list-type] {
  padding-left: 15px;
  margin: 10px 0;
}
ul[data-ke-list-type="disc"] > li::before {
  display: inline-block;
  content: "\f0c8";
  font-family: "fontawesome";
  transform: scale(0.5);
  margin-right: 3px;
  font-weight: 900;
  color: var(--pcolor);
}
ul[data-ke-list-type="circle"] > li::before {
  display: inline-block;
  content: "\f111";
  font-family: "fontawesome";
  font-weight: 900;
  margin-right: 3px;
  transform: scale(0.5);
  color: var(--pcolor);
}
ol[data-ke-list-type="decimal"] > li::before {
  display: inline-block;
  content: "\f068";
  font-family: "fontawesome";
  font-weight: 900;
  margin-right: 3px;
  transform: scale(0.6);
  color: var(--pcolor);
}

/* 첨부파일 */
figure.fileblock {
  display: flex;
  margin: 10px !important;
  width: unset !important;
  height: auto !important;
  border: 0 !important;
}
figure.fileblock[data-ke-align="alignLeft"] {
  justify-content: flex-start;
}
figure.fileblock[data-ke-align="alignCenter"] {
  justify-content: center;
}
figure.fileblock[data-ke-align="alignRight"] {
  justify-content: flex-end;
}
figure.fileblock a {
  display: flex !important;
  height: auto !important;
  overflow: hidden;
}
figure.fileblock a::after {
  display: none;
}
figure.fileblock .image,
figure.fileblock .size {
  display: none !important;
}
figure.fileblock .desc {
  position: unset !important;
}
figure.fileblock .filename {
  height: auto !important;
  margin-top: 0 !important;
}
figure.fileblock .name {
  max-width: unset !important;
  height: auto !important;
  white-space: unset !important;
  overflow: unset !important;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  word-break: break-all;
  box-sizing: border-box;
  font-size: 12px !important;
  background-color: #fff;
  transition: 0.3s;
}
figure.fileblock .name:hover {
  color: #fff;
  background: var(--pcolor);
  transform: scale(0.93);
}

/* 태그 */
.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: 120px;
    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);
  }
  .categoryBox .sub_category_list {
    display: none;
  }

  /* 검색 */
  #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);
  }
  .list-style.basic .date {
    display: none;
  }
}
