/*폰트*/
@font-face {
    font-family: 'omyu_pretty';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/omyu_pretty.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Yoonwoo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105@1.1/Yoonwoo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LeeSeoyun';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2202-2@1.0/LeeSeoyun.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HSYuji-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/HSYuji-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IM_Hyemin-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IM_Hyemin-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eulyoo1945-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/Eulyoo1945-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RIDIBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Eulyoo1945-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/Eulyoo1945-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Vitro_pride';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Vitro_pride.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
     font-family: 'DungGeunMo';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@charset "utf-8";

@font-face {
    font-family: 'ChosunGu';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
  font-size: 14px;
  font-family: "ChosunGu" !important;
  line-height: 1.5;
  font-weight: 500;
  cursor: url('./images/mafuteruu.cur'),auto;
}
body {
  margin: 0;
  background-color: var(--point1);
  background-image: url("./images/ptbg.png");
  background-repeat: repeat;
  background-attachment: fixed;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
a {
  transition: 0.3s;
}
}
*:focus {
  outline: none;
}
a,
li,
ul {
  list-style: none;
  text-decoration: none;
}
::selection {
  background: var(--point2);
  color: #fff;
}
input,
::placeholder,
textarea,
.btn-toggle-moreless,
blockquote,
blockquote span,
tbody {
  font-size: 13px !important;
  font-family: "pretendard", sans-serif !important;
  font-weight: 500;
}
::placeholder {
  text-transform: capitalize;
}
.another_category,
.tistoryProfileLayerTrigger {
  display: none !important;
}
.tippy-box {
  background-color: var(--point2);
  border-radius: var(--BoxRadius);
  border: var(--BoxBorder);
}
.tippy-content {
  color: #fff;
}
/*----------*/
:root {
  --BoxBorder: 2px solid #000;
  --BoxRadius: 8px;
  --BoxPadding: 16px 20px;
  --Boxshadow: 4px 4px 0 var(--point2);
  --BoxshadowH: 0px 0px 0 rgba(0, 0, 0, 0);
  --BoxMargin: 20px;
}
/*----------*/

/* 외부링크 */
#outLink {
  position: absolute;
  top: 20px;
  right: 20px;
}
#outLink a {
  display: inline-block;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  width: 25px;
  height: 25px;
  text-align: center;
  margin-left: 10px;
  box-shadow: var(--Boxshadow);
  background-color: #fff;
}
#outLink a[href=""] {
  display: none;
}
#outLink a i {
  line-height: 25px;
  transition: 0.3s;
}
#outLink a:hover {
  background-color: var(--point2);
  box-shadow: var(--BoxshadowH);
  transform: translate(2px, 2px);
}
#outLink a:hover i {
  color: #fff;
}

/* 컨테이너 */
#container {
  display: flex;
  flex-direction: column;
  width: var(--width);
  margin: 100px auto;
}

/* 헤더 */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  padding: var(--BoxPadding);
  box-shadow: var(--Boxshadow);
  box-sizing: border-box;
  background-color: #fff;
}
#header .buttonIcons a {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
}
#header .buttonIcons > .cateToggle {
  display: none;
}
i.cp-circle {
  color: var(--point1);
  border: var(--BoxBorder);
  border-radius: 50%;
  transition: 0.3s;
}
#header .buttonIcons a:hover i {
  color: var(--point2);
}

/* 검색 */
.search input {
  border: var(--BoxBorder);
  border-radius: 30px;
  width: 100px;
  padding: 6px 10px;
}

/* 카테고리 */
.category {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 10px;
  padding-bottom: var(--BoxMargin);
}
.tt_category {
  display: inline-block;
  width: 100%;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  background-color: #fff;
  padding: 10px !important;
  box-shadow: var(--Boxshadow);
  box-sizing: border-box;
}
.category ul {
  padding: 0;
  margin: 0;
}
.link_tit {
  display: none !important;
}
.category .link_item {
  display: block;
  padding: 5px;
  margin: 5px 0;
}
.sub_category_list {
  display: none;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
.sub_category_list a {
  display: block;
  padding: 5px;
}
.category a:hover {
  color: var(--point2);
}

/* 본문 박스 */
#contents {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: var(--BoxMargin);
}
#contents .sideItems {
  width: var(--sideWidth);
  text-align: center;
  align-self: flex-start;
  position: relative;
}
.sideItems .profile {
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  box-shadow: var(--Boxshadow);
  background-color: #fff;
  padding: 6px;
  box-sizing: border-box;
}
.sideItems .profile img {
  width: 100%;
  border-radius: 6px;
  opacity: 0.67;
  transition: 0.3s;
}
.sideItems .profile img:hover {
  opacity: 1;
}

/* 카테고리 토글버튼 */
.sideItems > .cateToggle {
  margin-top: var(--BoxMargin);
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  background-color: #fff;
  padding: 10px !important;
  box-shadow: var(--Boxshadow);
  box-sizing: border-box;
  transition: 0.3s;
}
.sideItems > .cateToggle:hover {
  background-color: var(--point2);
  color: #fff;
  box-shadow: var(--BoxshadowH);
  transform: translate(2px, 2px);
}

/* 본문 영역 */
#contents .contentsInner {
  align-self: flex-start;
  width: calc(100% - var(--sideWidth) - 40px);
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  box-shadow: var(--Boxshadow);
  background-color: #fff;
  padding: var(--BoxPadding);
  box-sizing: border-box;
  position: relative;
}
.contentsInner + .guestbook {
  display: none;
}

/* 커버 */
#cover + .contentsInner {
  display: none;
}
#cover {
  width: calc(100% - var(--sideWidth) - 40px);
}
.coverItem {
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  background-color: #fff;
  box-shadow: var(--Boxshadow);
  margin-bottom: var(--BoxMargin);
  overflow: hidden;
}
.coverTitle:not(:empty) {
  border-bottom: var(--BoxBorder);
  padding: var(--BoxPadding);
}
#cover .noticeDesc {
  padding: 10px;
}
#cover .noticeDesc span {
  display: block;
  padding: var(--BoxPadding);
  word-break: break-all;
  white-space: pre-wrap;
}
#cover .noticeDesc a:hover {
  color: var(--point2);
}
#cover .listWrap {
  padding: 10px;
}
#cover .nothumb a {
  padding: 20px 10px;
}
#cover .nothumb .listTitle {
  max-width: 100%;
}
#cover .hasthumb {
  width: calc(100% / var(--cover-pc)) !important;
}

/* 태그로그 */
.taglog a {
  display: inline-block;
  border: var(--BoxBorder);
  border-radius: 20px;
  padding: 8px 10px;
  margin: 5px;
}
.taglog a:hover {
  background-color: var(--point2);
  color: #fff;
}

/* 갤러리형 */
#listStyle,
.index,
.listDesc {
  display: none;
}
.listWrap {
  display: flex;
  flex-wrap: wrap;
}
.hasthumb {
  width: calc(100% / var(--thumb-pc));
  padding: 15px;
  box-sizing: border-box;
}
.hasthumb > a {
  display: block;
  position: relative;
}
.hasthumb .thumb {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: var(--BoxBorder);
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.hasthumb .thumb::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  background: #fff;
}
.hasthumb .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  opacity: 0.7;
  transition: 0.3s;
}
.hasthumb .listTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  margin: 10px 0;
  transition: 0.3s;
}
.hasthumb .listDate {
  text-align: center;
  color: #aaa;
}
.thumb img + .noimg {
  display: none;
}
.noimg {
  position: absolute;
  inset: 0;
}
.noimg i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  transition: 0.3s;
}
.listWrap > div:hover img {
  opacity: 1;
}
.listWrap > div .noimg i,
.listWrap > div:hover .listTitle {
  color: var(--point2);
}
.hasthumb .emptyDesc {
  display: none;
}

/* 기본 목록형 */
.nothumb {
  width: 100%;
  border-top: 2px dashed #000;
  margin: 0;
}
.nothumb:first-child {
  border-top: 0;
}
.nothumb .thumb,
.nothumb .noimg {
  display: none;
}
.nothumb .listInfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 20px 0;
}
.nothumb .listTitle {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}
.nothumb .listDate {
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.06);
  padding: 5px 10px;
  border-radius: var(--BoxRadius);
}
.nothumb .emptyDesc {
  display: none;
}

/* 혼합형 */
.imgtext {
  width: 100%;
}
.imgtext > a {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 10px;
  margin: 5px 0;
}
.imgtext .thumb {
  position: relative;
  align-self: flex-start;
  overflow: hidden;
  isolation: isolate;
  width: 100px;
  border: var(--BoxBorder);
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.imgtext .thumb::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  background: #fff;
}
.imgtext .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  opacity: 0.7;
  transition: 0.3s;
}
.imgtext .listInfo {
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
}
.imgtext .listTitle {
  align-self: flex-start;
  display: inline-block;
  max-width: 100%;
  padding: 5px 10px;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background-color: var(--point2);
  transition: 0.3s;
  box-sizing: border-box;
}
.imgtext:hover .listTitle {
  background-color: #fff;
}
.imgtext .listDesc {
  display: -webkit-box;
  overflow: hidden;
  margin-top: auto;
  line-height: 25px;
  vertical-align: top;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  padding: 5px 10px;
}
.imgtext .listDesc:not(:empty) + .emptyDesc,
.imgtext .listDesc:empty {
  display: none;
}
.emptyDesc {
  align-self: flex-start;
  margin-top: auto;
  border-radius: var(--BoxRadius);
  border: var(--BoxBorder);
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.emptyDesc:hover {
  background-color: var(--point2);
  color: #fff;
}
.imgtext .listDate {
  display: none;
}

/* 본문 게시글 */
.articleWrap .admin {
  text-align: right;
  margin-top: 5px;
  margin-bottom: var(--BoxMargin);
}
.articleWrap .admin a {
  display: inline-block;
  font-size: 11px;
  margin-left: 8px;
}
.articleTitle {
  font-weight: 600;
  font-size: 1.2rem;
  word-break: break-all;
}
.articleDate {
  text-align: right;
  color: #aaa;
  margin: var(--BoxMargin) 0;
}
.article {
  word-break: break-all;
}
.article p a:hover {
  color: var(--point2);
}
.article .password input {
  display: block;
  width: 120px;
  margin: calc(var(--BoxMargin) + 15px) auto var(--BoxMargin);
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  padding: 8px 10px;
}

/* 댓글, 태그 토글 */
.cmtToggle,
.tagToggle {
  width: 25px;
  height: 25px;
  position: relative;
  text-align: center;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  transition: 0.3s;
}
.cmtToggle {
  left: 10px;
}
.tagToggle {
  left: 20px;
}
.cmtToggle i,
.tagToggle i {
  line-height: 25px !important;
  font-weight: bold !important;
  transition: 0.3s;
}
.cmtToggle:hover,
.tagToggle:hover {
  background-color: var(--point2);
}
.cmtToggle:hover i,
.tagToggle:hover i {
  color: #fff;
}

/* 본문 태그 */
.tagTrail {
  display: none;
  margin-top: 10px;
}
.tagTrail a {
  display: inline-block;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  padding: 8px 10px;
  margin: 3px;
}
.tagTrail a:hover {
  color: #fff;
  background-color: var(--point2);
}

/* 인용구 */
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: var(--BoxPadding);
  border: var(--BoxBorder);
  border-radius: 4px;
}
blockquote[data-ke-style="style1"]::before {
  display: inline-block;
  content: "\f10d";
  font-family: "Font Awesome\ 6 Free";
  font-size: 14px;
  font-weight: 900;
  padding: 0 10px;
  border: var(--BoxBorder);
  border-radius: 4px;
  background: var(--point2);
  color: #fff;
}
blockquote[data-ke-style="style2"] {
  border-left: 3px solid var(--point2);
  padding-left: 15px;
}
blockquote[data-ke-style="style3"] {
  background: #fff !important;
  border: 2px dashed #000 !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: "\f5bc";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  transform: scale(0.8);
  color: var(--point2);
}
ul[data-ke-list-type="circle"] > li::before {
  display: inline-block;
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  transform: scale(0.8);
  color: var(--point2);
}
ol[data-ke-list-type="decimal"] > li::before {
  display: inline-block;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  transform: scale(0.8);
  color: #bbb;
}

/* 접은글 */
div[data-ke-type="moreLess"] {
  margin-bottom: 10px;
}
.btn-toggle-moreless {
  display: inline-block;
  margin: 3px 0 !important;
  position: relative;
  color: #000 !important;
  line-height: unset !important;
}
.btn-toggle-moreless::before {
  display: inline-block;
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--point2);
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
}
.btn-toggle-moreless:hover {
  color: var(--point2) !important;
}
.moreless-content {
  padding: 20px;
  margin: 10px 0 20px 0;
  border: var(--BoxBorder);
  border-radius: 4px;
}

/* 첨부파일 */
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: var(--BoxBorder);
  border-radius: 4px;
  padding: 10px;
  word-break: break-all;
  box-sizing: border-box;
  transition: 0.3s;
}
figure.fileblock .name:hover {
  color: #fff;
  background: var(--point2);
  transform: scale(0.93);
}

/* 공감버튼 */
#page .container_postbtn {
  display: none !important;
}
.container_postbtn {
  margin-top: var(--BoxMargin);
  display: flex !important;
  padding: 0 !important;
  position: relative;
  clear: unset !important;
}
.container_postbtn .postbtn_like {
  float: unset !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  font-size: 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: "\eb03";
  font-family: "cappuccicons";
  font-size: 14px !important;
  width: 25px !important;
  height: 25px;
  line-height: 25px !important;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  font-weight: bold;
  transition: 0.3s;
}
.uoc-icon.like_on::before {
  color: #fff;
  background-color: var(--point2);
}
.uoc-icon:hover::before {
  background-color: var(--point2);
  color: #fff;
}

/* 댓글 */
.comment {
  margin-top: var(--BoxMargin);
}
.comment .writeBox {
  border: unset !important;
  border-radius: unset !important;
  box-shadow: unset !important;
  padding: unset !important;
}
.comment .msgList li {
  box-shadow: unset !important;
}
.tt_more_preview_comments_wrap {
  border: unset !important;
  border-radius: unset !important;
}
.tt_more_preview_comments_wrap span {
  display: inline-block;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  padding: 8px 10px;
  margin: var(--BoxMargin) 0;
}

/* 방명록 */
#tt-body-guestbook .contentsInner {
  display: none;
}
#tt-body-guestbook #contents {
  max-height: unset;
}
#tt-body-guestbook .guestbook {
  display: block;
  width: calc(100% - var(--sideWidth) - 40px);
}
.writeBox {
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  padding: var(--BoxPadding);
  margin-bottom: var(--BoxMargin);
  box-shadow: var(--Boxshadow);
  background-color: #fff;
}
.writeBox .inputBox {
  display: flex;
  margin-bottom: var(--BoxMargin);
}
.inputBox input {
  width: 85px;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  padding: 6px 10px;
  margin-right: 10px;
  box-sizing: border-box;
}
.writeBox textarea {
  width: 100%;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  padding: 14px;
  margin-bottom: var(--BoxMargin);
  resize: none;
}

/* 비밀, 등록 */
.bottom {
  display: flex;
  justify-content: space-between;
}
input[id="submit"] {
  display: none;
}
input[id="submit"] + label::before {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 32px;
  content: "\f1d8";
  font-family: "FontAwesome";
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  border-radius: var(--BoxRadius);
  color: var(--point2);
  background: #fff;
  border: var(--BoxBorder);
  transition: 0.5s;
}
input[id="secret"] {
  display: none;
}
input[id="secret"] + label::before {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 32px;
  content: "\f09c";
  font-family: "FontAwesome";
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  border-radius: var(--BoxRadius);
  border: var(--BoxBorder);
  color: var(--point2);
  background: #fff;
  transition: 0.5s;
}
input[id="secret"]:checked + label::before {
  content: "\f023";
  font-family: "FontAwesome";
  color: #fff;
  background: var(--point2);
}
.bottom label:hover::before {
  color: #fff;
  background-color: var(--point2);
}

/* 방명록 리스트 */
.msgList > li {
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  margin-bottom: var(--BoxMargin);
  box-shadow: var(--Boxshadow);
  background-color: #fff;
}
.msgList ul {
  padding: 0;
  margin: 0;
}
.msgList > li > div {
  padding: var(--BoxPadding);
}
.msgList ul > li {
  border-top: var(--BoxBorder);
  padding: var(--BoxPadding);
}
.msgList .userWrap .top {
  display: flex;
  justify-content: space-between;
}
.msgList .user {
  min-width: 20px;
  text-align: center;
  border: var(--BoxBorder);
  border-radius: 20px;
  padding: 8px 10px;
}
.msgList .control a {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
}
.msgList .control a:hover i {
  color: var(--point2);
}
.msgList .desc {
  margin: var(--BoxMargin) 0;
  word-break: break-all;
}
.msgList .date a {
  display: none;
}
.msgList .date {
  display: block;
  text-align: right;
  color: #aaa;
}

.guest_admin .user,
.rp_admin .user {
  background-color: rgba(0, 0, 0, 0.05);
}

/* 페이징 */
#footer {
  width: calc(100% - var(--sideWidth) - 40px);
  text-align: center;
}
.copy {
  display: inline-block;
  margin-top: 30px;
  font-style: italic;
  color: #fff;
  text-shadow: 0 0 1px var(--point2), 2px 2px 0 var(--point2);
}
.copy:hover {
  font-style: normal;
  transform: translate(2px, 2px);
  text-shadow: 0 0 3px var(--point2), 2px 2px 0 transparent;
}
.paging {
  width: 100%;
  text-align: center;
  margin-top: var(--BoxMargin);
}
.paging a {
  display: inline-block;
  margin: 0 10px;
  border: var(--BoxBorder);
  border-radius: var(--BoxRadius);
  box-shadow: var(--Boxshadow);
  padding: 10px;
  background-color: #fff;
}
.paging i {
  transition: 0.3s;
}
.paging a:hover {
  background-color: var(--point2);
  box-shadow: var(--BoxshadowH);
  transform: translate(2px, 2px);
}
.paging a:hover i {
  color: #fff;
}

/* 모바일 */
@media all and (max-width: 900px) {
  #container {
    width: 90%;
    margin: 80px auto 40px;
  }
  #contents {
    flex-direction: column;
  }
  #contents > *,
  #footer {
    width: 100% !important;
  }
  .profile,
  .sideItems > .cateToggle {
    display: none;
  }
  .buttonIcons .cateToggle {
    display: inline-block !important;
  }
  .category {
    width: 150px;
    top: -30px;
    right: 10px;
    z-index: 2;
    margin-top: 0;
  }
}
@media all and (max-width: 560px) {
  #cover .hasthumb {
    width: calc(100% / var(--cover-mb)) !important;
  }
  .contentsInner .hasthumb {
    width: calc(100% / var(--thumb-mb)) !important;
  }
}
@media all and (max-width: 300px) {
  .search input {
    width: 80px;
  }
  #header .buttonIcons a {
    margin-left: 4px;
  }
}
@media all and (max-width: 400px) {
  .imgtext .thumb {
    width: 80px;
  }
  .imgtext .listInfo {
    width: calc(100% - 95px);
  }
  .imgtext .listDesc {
    display: none;
  }
  .imgtext .emptyDesc {
    display: inline-block !important;
  }
}

@media all and (min-width: 901px) {
  #contents .sideItems {
    position: sticky;
    top: calc(-1 * calc(var(--sideWidth) + 10px));
  }
}
