/*---- 전역 설정 ----*/
html {
  font-size: var(--font-size);
  font-family: "pretendard" !important;
  font-weight: 500;
  background-color: #fafafa;
  background-image: linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 35px 35px;
  overflow: hidden;
}
body {
  margin: 0;
}
* {
  color: var(--font-color);
  cursor: default;
}
*:focus {
  outline: none !important;
}
a,
span,
i,
img,
.listWrap *,
.copyright,
ion-icon {
  cursor: pointer;
}
a,
li,
ul {
  list-style: none;
  text-decoration: none;
}
.another_category,
.tistoryProfileLayerTrigger {
  display: none !important;
}
::-webkit-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-width);
}
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: var(--scrollbar-thumb);
}
::placeholder,
input,
textarea,
.hljs {
  font-size: var(--font-size);
  font-family: "pretendard" !important;
  font-weight: 500;
}
::selection {
  background-color: var(--selection-bg);
  color: var(--selection-color);
}
.menu_toolbar {
  display: none !important;
}
textarea::-webkit-scrollbar {
  width: 0;
}

/* 스킨 설정 */
#skin {
  position: fixed;
  display: flex;
  top: 48%;
  left: 50%;
  width: calc(var(--container-width) + var(--sidebar-width));
  height: var(--height);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#sidebar {
  position: absolute;
  inset: 0;
  width: var(--sidebar-width);
  z-index: 1;
  background-color: var(--side-bg);
}
#sidebar::after {
  content: "";
  position: inherit;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(to right, #fff 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.5;
}
#container {
  width: var(--container-width);
  direction: rtl;
  margin-left: auto;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  line-height: 1.3rem;
}
#container * {
  direction: ltr;
}

/* 사이드바 섹션 A */
.section.a {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  z-index: 1;
}
.link {
  position: absolute;
  top: 20px;
  right: 25px;
}
.link a {
  display: inline-block;
  padding: 8px;
  margin-left: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
}
.link a i {
  transition: var(--transition);
}
.link a:hover {
  background-color: var(--point-color);
}
.link a:hover i {
  color: #fff;
}
.profileCard img {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  object-fit: cover;
  box-sizing: border-box;
}
.cardInner {
  position: relative;
  font-size: 12px;
  padding: 20px;
  top: -20px;
  margin-left: 50px;
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 0 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  z-index: 1;
}
.cardInner .blogger {
  font-weight: 800;
  color: var(--point-color);
  margin-bottom: 10px;
}
.cardInner .profileSum {
  max-height: 70px;
  word-break: break-all;
  color: var(--font-color);
  overflow-y: auto;
}
.blogMenu {
  display: flex;
  justify-content: flex-end;
  margin-top: -10px;
}
.blogMenu a {
  display: block;
  padding: 13px;
  margin-right: 10px;
  text-align: center;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
}
.blogMenu a i {
  font-size: 13px;
  transition: var(--transition);
}
.blogMenu a:hover {
  background-color: var(--point-color);
  transform: scale(0.9);
  border-radius: 50%;
}
.blogMenu a:hover i {
  color: #fff;
}

/* 사이드바 섹션 B */
.section.b {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 25px 25px 25px;
  box-sizing: border-box;
  z-index: 0;
}
.section.b .title {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  font-size: 45px;
  letter-spacing: 1px;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-weight: 900;
  color: var(--point-color);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.bottomImg {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bottomImg .heart {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px 20px 20px 0;
  background-color: var(--point-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  transform: translate(-10px, 20px);
  z-index: 1;
}
.bottomImg .heart i {
  color: #fff;
  line-height: 40px;
}
.bottomImg img {
  position: relative;
  width: 90%;
  height: 170px;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  object-fit: cover;
  box-sizing: border-box;
}

/* 카테고리 */
.category {
  display: none;
  position: fixed;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.categoryBG {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.04);
  z-index: 3;
}
.link_tit,
.c_cnt {
  display: none;
}
.tt_category {
  margin: 0;
  padding: 0;
}
.category_list {
  position: relative;
  width: 100%;
  max-height: 60vh;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  overflow-y: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.04);
}
.category_list::-webkit-scrollbar {
  width: 0;
}
.category_list > li {
  display: flex;
  padding: 10px 0;
}
.category_list > li > a {
  width: 40%;
  align-self: flex-start;
  color: var(--point-color);
  font-weight: 700;
}
.category_list a {
  display: block;
  word-break: break-all;
  transition: var(--transition);
}
.category_list a:hover {
  color: var(--point-color);
  opacity: 0.8;
}
.category .sub_category_list {
  padding: 0;
  width: 70%;
}
.category .sub_category_list li {
  display: inline-block;
}
.category .sub_category_list a {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* 커버 */
#cover .cover-title {
  margin-top: 30px;
  text-align: center;
}
#cover .cover-title span:not(:empty) {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 15px;
  color: #fff;
  background-color: var(--point-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
#cover .listWrap.normal {
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
#cover .gallery {
  width: calc(100% / 3);
}

/* 커버 공지 */
#cover .notice {
  display: flex;
  flex-direction: column-reverse;
}
#cover .notice-item {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
#cover .notice-item:not(:first-child) {
  margin-top: 20px;
}
.notice-item .item-title {
  padding: 15px;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f5;
}
#cover .notice .summary {
  padding: 20px;
  word-break: break-all;
  white-space: pre-wrap;
}
#cover .notice .summary a[href] {
  display: inline-block;
  font-weight: 600;
  transition: var(--transition);
}
#cover .notice .summary a[href]:hover {
  color: var(--point-color);
}

/* 글목록 */
#listStyle,
.index {
  display: none;
}
.listWrap {
  display: flex;
  flex-wrap: wrap;
}
.noimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thumb img + .noimg {
  display: none;
}
.itemInfo .itemTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
  transform: translateZ(0) scale(1.2);
}
.item:hover .thumb img {
  transform: scale(1.3);
}

/* 썸네일형 */
.image {
  width: calc(100% / 3);
  padding: 8px;
  box-sizing: border-box;
}
.image .item {
  display: block;
  position: relative;
  padding-bottom: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  overflow: hidden;
}
.image .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.image .itemInfo {
  opacity: 0;
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: var(--transition);
}
.image .itemInfo .itemTitle {
  position: relative;
  width: 100%;
  text-align: center;
  top: 50%;
  padding: 0 10px;
  transform: translateY(-50%);
  color: #fff;
  box-sizing: border-box;
}
.image .itemInfo .itemTitle span {
  color: #fff;
}
.image .itemDate {
  display: none;
}
.image:hover .itemInfo {
  opacity: 1;
}

/* 썸네일형 */
.gallery {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.gallery .item {
  display: block;
  position: relative;
}
.gallery .thumb {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  border-radius: 30px 30px 30px 0;
  overflow: hidden;
  isolation: isolate;
}
.gallery img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
  transform: translateZ(0) scale(1.2);
}
.gallery .itemInfo {
  margin: 10px 0 15px;
}
.gallery .itemTitle {
  margin-bottom: 6px;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  border-left: 3px solid var(--point-color);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.gallery .itemTitle span {
  transition: var(--transition);
}
.gallery .itemDate {
  display: none;
}
.gallery .item:hover .itemTitle span {
  color: var(--point-color);
}

/* 혼합형 */
.full {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.full .item {
  display: block;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.full .thumb {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.full .itemInfo {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 15px;
}
.full .itemTitle span {
  transition: var(--transition);
}
.full .itemDate {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
}
.full .itemDate span {
  display: block;
  font-size: 13px;
}
.full .itemDate span:first-of-type {
  display: none;
}
.full .itemDate span:nth-child(2) {
  font-weight: 800;
  color: var(--point-color);
}
.full:hover .itemTitle span {
  color: var(--point-color);
}

/* 기본형 */
#listStyle.normal + .listWrap {
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.normal {
  width: 100%;
}
.normal .item {
  display: block;
}
.listWrap .normal:not(:last-child) {
  border-bottom: 1px dashed #f5f5f5;
}
.normal .thumb {
  display: none;
}
.normal .itemInfo {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 20px 0;
}
.normal .itemTitle span {
  transition: var(--transition);
}
.normal .itemDate {
  margin-right: 10px;
}
.normal .itemDate span {
  color: #aaa;
}
.listWrap .normal:hover .itemTitle span {
  color: var(--point-color);
}

/* 본문 */
.articleTop {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.articleTop .articleDate {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 8px;
  background-color: var(--point-color);
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.articleTop .admin {
  margin-left: auto;
}
.articleTop .admin a {
  margin-left: 5px;
  padding: 7px;
  border-radius: 8px;
  background-color: var(--point-color);
  transition: var(--transition);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.articleTop .admin a i {
  color: #fff;
  transition: var(--transition);
}
.articleTop .admin a:hover {
  background-color: #fff;
}
.articleTop .admin a:hover i {
  color: var(--point-color);
}
.articleWrap {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.articleWrap .articleTitle {
  padding: 15px;
  font-weight: 600;
  border-bottom: 1px solid #f5f5f5;
}
.articleInner {
  padding: 20px;
  word-break: break-all;
}
.articleInner img {
  max-width: 100%;
}
.articleInner a[href] {
  display: inline-block;
  font-weight: 600;
  transition: var(--transition);
}
.articleInner a[href]:hover {
  color: var(--point-color);
}
.cmtToggle {
  margin-left: auto !important;
}
.password {
  width: 100px;
  display: block;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}
.password input {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 5px 0;
  border-bottom: 2px solid var(--point-color);
}
.password input::placeholder {
  text-transform: lowercase;
  text-align: center;
}

/* 이미지 */
.imageblock.alignCenter {
  margin: 10px auto !important;
}
.imageblock.alignRight {
  margin-left: auto !important;
}
.image-container {
  position: relative;
  min-width: unset !important;
  max-width: 100%;
  height: 200px !important;
  min-height: unset !important;
  max-height: unset !important;
}
.image-container span {
  flex: 1;
}
.ready .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 본문 태그 */
.tagTrail {
  margin-top: 15px;
  text-align: right;
}
.tagTrail a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 7px 10px;
  border-radius: 8px;
  background-color: var(--point-color);
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
}
.tagTrail a:hover {
  color: var(--point-color);
  background-color: #fff;
}

/* 공감버튼 */
.pages .container_postbtn,
.notice .container_postbtn,
.postbtn_ccl {
  display: none !important;
}
.container_postbtn {
  all: unset;
  display: flex;
  align-items: center;
  padding: 15px !important;
  border-top: 1px solid #f5f5f5;
}
.container_postbtn .postbtn_like {
  all: unset !important;
}
.postbtn_like > div:not(:first-of-type),
.container_postbtn .btn_post .txt_like,
.ico_postbtn {
  display: none !important;
}
.btn_post {
  height: 13px !important;
}
.wrap_btn {
  all: unset 1important;
}
.uoc-icon {
  all: unset;
  padding: 0 !important;
}
.container_postbtn .postbtn_like + .btn_menu_toolbar {
  display: none !important;
}

/* ++ 공감 아이콘 변경 */
.btn_post .uoc-icon::before {
  display: block;
  content: "\eb04";
  font-family: "cappuccicons" !important;
  font-size: 13px;
  color: #929292;
  transition: var(--transition);
}
.uoc-icon.like_on::before {
  content: "\eb03";
  color: var(--point-color);
}

/* 인용구 */
blockquote {
  margin: 0 !important;
}
blockquote[data-ke-style="style1"] {
  padding: unset !important;
  background: unset !important;
  text-align: left !important;
}
blockquote[data-ke-style="style1"] span {
  display: block;
  background-color: #fcfcfc;
  margin-top: 5px;
  padding: 10px;
  border-radius: 4px;
  color: var(--font-color) !important;
  font-size: 1rem !important;
  font-family: "pretendard", sans-serif !important;
}
blockquote[data-ke-style="style2"] {
  border-left: 3px solid var(--point-color);
  font-size: 1rem !important;
  color: var(--font-color) !important;
  padding-left: 10px;
}
blockquote[data-ke-style="style3"] {
  background: #fff !important;
  border: 1px solid #f5f5f5 !important;
  padding: 10px !important;
  font-size: 1rem !important;
  color: var(--font-color) !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: "\f111";
  font-family: "fontawesome";
  transform: scale(0.7);
  margin-right: 3px;
  font-weight: 900;
  color: var(--point-color);
}
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.7);
  color: var(--point-color);
}
ol[data-ke-list-type="decimal"] li::before {
  display: inline-block;
  content: "\ea55";
  font-family: "cappuccicons";
  position: relative;
  top: 1px;
  margin-right: 3px;
  transform: scale(0.7);
  color: var(--point-color);
}

/* 접은글 */
div[data-ke-type="moreLess"] {
  margin-bottom: 10px;
}
.btn-toggle-moreless {
  display: inline-block;
  margin: 3px 0 !important;
  padding: 5px 10px;
  position: relative;
  color: #fff !important;
  font-size: 1rem !important;
  line-height: unset !important;
  background-color: var(--point-color);
  border: 1px solid #f5f5f5;
  border-radius: 8px;
}
.open .btn-toggle-moreless {
  background-color: #fff;
  color: var(--point-color) !important;
}
.moreless-content {
  padding: 15px;
  margin: 10px 0 20px 0;
  border-radius: 4px;
  background-color: #fcfcfc;
  word-break: break-word;
}

/* 첨부파일 */
figure.fileblock {
  display: flex;
  margin: 10px !important;
  width: unset !important;
  height: auto !important;
  border: 0 !important;
  box-shadow: unset !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::before {
  display: none !important;
}
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;
  word-break: break-all;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
  transition: var(--transition);
  font-size: 1rem;
}
figure.fileblock .name:hover {
  color: #fff;
  background-color: var(--point-color);
}
figure.fileblock .name::before {
  content: "\ea5d";
  font-family: "cappuccicons";
  margin-right: 5px;
  color: var(--point-color);
  transition: var(--transition);
}
figure.fileblock .name:hover::before {
  color: #fff;
}

/* 댓글폼 */
.comment {
  margin-top: 20px;
}
textarea {
  width: 100%;
  resize: none;
  height: 45px;
  border: 0;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  transition: var(--transition);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  -webkit-appearance: none;
}
textarea:focus,
textarea:not(:placeholder-shown) {
  height: 100px;
}
.member {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.member input {
  border: 0;
  border-radius: 10px;
  width: 80px;
  padding: 10px 15px;
  margin-right: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  -webkit-appearance: none;
}
.member input::placeholder {
  text-align: center;
  text-transform: lowercase;
}
.submit {
  margin-left: auto;
}
.submit i {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px !important;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  color: #fff;
  background-color: var(--point-color);
  transition: var(--transition);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.submit i:hover {
  color: var(--point-color);
  background-color: #fff;
}

/* 비밀 댓글 */
.check-bt {
  margin-bottom: 10px;
}
input[id="secret"] {
  display: none;
}
input[id="secret"] + label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
input[id="secret"] + label::before {
  display: block;
  content: "\eb6a";
  font-family: "cappuccicons";
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: var(--point-color);
  background-color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  transition: var(--transition);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  -webkit-appearance: none;
}
input[id="secret"]:checked + label::before {
  color: #fff;
  background-color: var(--point-color);
}

/* 댓글 리스트 */
.cmtList {
  margin-top: 40px;
}
.cmtList > li {
  margin-bottom: 60px;
}
.cmtList ul {
  padding-left: 20px;
}
.cmtList ul > li {
  margin-top: 15px;
}
.cmtTop {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.cmtTop .cmtName {
  font-weight: 600;
}
.cmtTop .control {
  margin-left: auto;
}
.cmtTop .control a {
  margin-left: 10px;
}
.cmtTop .control a i {
  transition: var(--transition);
}
.cmtTop .control a:hover {
  color: var(--point-color);
}
.cmtTop .control a:hover i {
  color: var(--point-color);
}
.cmtWrap {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.cmtWrap .cmtDesc {
  padding: 20px;
  word-break: break-all;
}
.cmtDate {
  display: block;
  margin-top: 15px;
  color: var(--point-color);
  text-align: right;
}
.cmtDate a {
  display: none;
}

/* 검색 */
.search {
  width: 120px;
  margin-top: 10px;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
.search input {
  width: 100%;
  padding: 10px 15px;
  border: 0;
  background-color: none;
}

/* 태그로그 */
.taglog a {
  display: inline-block;
  padding: 10px;
  margin: 0 10px 10px 0;
  font-size: 1rem;
  border-radius: 10px;
  transition: var(--transition);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.taglog a:hover {
  background-color: var(--point-color);
  color: #fff;
}

/* 페이징 */
.paging {
  text-align: center;
  margin-top: 30px;
}
.paging a {
  display: inline-block;
  margin: 0 15px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  background-color: var(--point-color);
  transition: var(--transition);
}
.paging a i {
  color: #fff;
  transition: var(--transition);
}
.paging a:hover {
  background-color: #fff;
}
.paging a:hover i {
  color: var(--point-color);
}

.copyright,
.copyright ion-icon {
  transition: var(--transition);
}
.copyright:hover {
  background-color: var(--point-color) !important;
}
.copyright:hover ion-icon {
  color: #fff;
}

@media all and (max-width: 880px) {
  html {
    overflow-y: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  }
  #skin {
    all: unset;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px auto 40px;
    width: 90%;
  }
  #sidebar {
    all: unset;
    width: 100%;
    max-width: 500px;
    background: none;
    margin: 0 auto 35px;
  }
  #sidebar::after {
    background: none;
  }
  .section.a {
    padding: 0;
  }
  .section.b {
    display: none;
  }
  .link {
    right: 10px;
  }
  #container {
    all: unset;
    width: 100%;
    max-width: 500px;
    margin-left: 0;
    margin: 0 auto;
  }
  .category {
    max-width: 90%;
  }
  .blogMenu a {
    padding: 12px;
    border-radius: 10px;
  }
  .blogMenu a i {
    font-size: 12px;
  }
}
@media all and (max-width: 500px) {
  .copyright {
    display: inline-block;
    left: 15px;
    right: unset !important;
    position: relative !important;
  }
}
@media all and (max-width: 440px) {
  .full {
    width: 100%;
    padding: 5px;
  }
  .full:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 340px) {
  .normal .itemDate {
    display: none;
  }
  .image {
    width: 50%;
  }
}
