@charset "UTF-8";
/* font-wight ****************************/
/* font-wight font-size (font-size에 따라 line-height 결정됨)****/
/** 버튼 기본 ****************************************/
/** 버튼 border-radius 타입 ****************************************/
/** 버튼 배경 유무 ****************************************/
/** 텍스트 + 아이콘 버튼 ****************************************/
/**  자주 사용하는 버튼 ****************************************/
/** 커뮤니티 공통 css ********************/
:root {
  --c-humor: #D2FF6E;
  --c-review: #FFE88B;
  --c-free: #B2FFCC;
  --c-info: #BDB3FF;
  --c-question: #FFC1E4;
  --c-trending: var(--Salmon);
  --c-pop: var(--Salmon);
}

.c-humor {
  color: var(--c-humor);
}

.c-review {
  color: var(--c-review);
}

.c-free {
  color: var(--c-free);
}

.c-info {
  color: var(--c-info);
}

.c-question {
  color: var(--c-question);
}

.c-trending {
  color: var(--c-trending);
}

.c-pop {
  color: var(--c-pop);
}

.i-up-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.i-up-arrow svg {
  width: 24px;
  height: 24px;
}
.i-up-arrow svg path {
  fill: var(--Salmon);
}

.i-like-thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 15px;
}
.i-like-thumb.active {
  color: var(--Salmon);
}
.i-like-thumb svg {
  width: 100%;
  height: 100%;
}
.i-like-thumb svg path {
  fill: currentColor;
}

.i-reply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 15px;
}
.i-reply svg {
  width: 100%;
  height: 100%;
}
.i-reply svg path {
  fill: currentColor;
}

.btn-post-write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  padding: 0px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid var(--Coolgray-300);
  background: var(--Coolgray-400);
}
.btn-post-write .i-write-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
}
.btn-post-write .i-write-post svg {
  width: 24px;
}
.btn-post-write .i-write-post svg path {
  fill: var(--Primary-100);
}
.btn-post-write span {
  color: var(--Primary-100);
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
}

.category-sq {
  background: var(--Coolgray-400);
  border-radius: 4px;
  padding: 3px 5px 3px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.category-sq i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
}
.category-sq i svg {
  width: 100%;
  height: 100%;
}
.category-sq i svg path {
  fill: currentColor;
}
.category-sq span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 12px;
}
.post-item .post-top-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 22px;
  position: relative;
}
.post-item .post-content-summary {
  color: var(--Neutrals-200);
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.post-item .post-btm-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.post-item .post-tit {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: normal;
  word-break: break-all;
  line-height: 1.4em;
  height: 1.4em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
.post-item .post-comment-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  min-width: 24px;
  padding: 0 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 999px;
  background: var(--Coolgray-300);
  font-size: 13px;
  font-weight: 600;
  color: var(--Neutrals-0);
}
.post-item .post-time,
.post-item .post-nickname {
  overflow: hidden;
  color: var(--Coolgray-100);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post-item .post-has-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-item .post-has-img svg {
  width: 18px;
  height: 18px;
}
.post-item .post-has-img svg path {
  fill: var(--Coolgray-75);
}
.post-item .post-nickname::before,
.post-item .post-has-img::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1px;
  height: 10px;
  background-color: var(--Coolgray-200);
  margin-right: 6px;
}

@-webkit-keyframes bounceDot {
  0%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes bounceDot {
  0%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.bouncing-dots {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bouncing-dots .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--Primary-100);
  -webkit-animation: bounceDot 1s infinite both;
          animation: bounceDot 1s infinite both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.bouncing-dots .dot:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.bouncing-dots .dot:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* 스켈레톤 UI 애니메이션 */
@-webkit-keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.6;
  }
}
/* 스켈레톤 UI 애니메이션 - 자연스러운 lazy loading 효과 */
@-webkit-keyframes skeletonLoading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes skeletonLoading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.skeleton-comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 16px 0 10px;
}
.skeleton-comment-item .skeleton-comment-avatar,
.skeleton-comment-item .skeleton-comment-nickname,
.skeleton-comment-item .skeleton-comment-time,
.skeleton-comment-item .skeleton-comment-content,
.skeleton-comment-item .skeleton-comment-btn {
  background: #2b2b2b;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  display: block;
}
.skeleton-comment-item .skeleton-comment-avatar::after,
.skeleton-comment-item .skeleton-comment-nickname::after,
.skeleton-comment-item .skeleton-comment-time::after,
.skeleton-comment-item .skeleton-comment-content::after,
.skeleton-comment-item .skeleton-comment-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(255, 255, 255, 0.05)), color-stop(60%, rgba(255, 255, 255, 0.08)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.08) 60%, transparent 100%);
  background-size: 200% 100%;
  -webkit-animation: skeletonLoading 1.5s infinite ease-in-out;
          animation: skeletonLoading 1.5s infinite ease-in-out;
}
.skeleton-comment-item .skeleton-comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.skeleton-comment-item .skeleton-comment-header .skeleton-comment-nickname {
  width: 65px;
  height: 14px;
}
.skeleton-comment-item .skeleton-comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.skeleton-comment-item .skeleton-comment-body .skeleton-comment-content {
  width: 100%;
  height: 18px;
}
.skeleton-comment-item .skeleton-comment-body .skeleton-comment-content:first-child {
  max-width: 100px;
}
.skeleton-comment-item .skeleton-comment-body .skeleton-comment-content:last-child {
  max-width: 120px;
}
.skeleton-comment-item .skeleton-comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.skeleton-comment-item .skeleton-comment-footer .skeleton-comment-btn {
  width: 48px;
  height: 16px;
}

.tool-con {
  position: relative;
}
.tool-con .btn-tool-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  padding: 0 10px;
  cursor: pointer;
}
.tool-con .btn-tool-toggle span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 4px;
  height: 4px;
  background-color: var(--Neutrals-100);
  border-radius: 50%;
}
.tool-con .tool-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tool-con .tool-list .tool-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6px;
  border-radius: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--Neutrals-0);
  font-size: 15px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  border: 1px solid var(--Neutrals-400);
  background: var(--Neutrals-900);
  color: var(--Neutrals-0);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(59, 59, 59, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(59, 59, 59, 0.25);
  user-select: none;
}
.tool-con .tool-list .tool-items span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 34px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .tool-con .tool-list .tool-items span:hover {
    background: var(--Coolgray-300);
  }
}
.tool-con .tool-list .tool-items span:active {
  background: var(--Coolgray-300);
}
.tool-con .btn-tool-toggle.open + .tool-list {
  visibility: visible;
  opacity: 1;
}

.report-box .report-con {
  position: relative;
}
.report-box .report-con .btn-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.report-box .report-con .btn-report svg {
  width: 18px;
  height: 18px;
}
.report-box .report-con .btn-report svg path {
  fill: var(--Neutrals-200);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .report-box .report-con .btn-report:hover {
    background-color: var(--Coolgray-400);
    border-color: var(--Neutrals-500);
  }
  .report-box .report-con .btn-report:hover svg path {
    fill: var(--RedPink);
  }
}
.report-box .report-con .btn-report:active {
  background-color: var(--Coolgray-400);
  border-color: var(--Neutrals-500);
}
.report-box .report-con .btn-report:active svg path {
  fill: var(--RedPink);
}
.report-box .report-con .btn-report.open {
  background-color: var(--Coolgray-400);
}
.report-box .report-con .report-list {
  position: absolute;
  top: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.report-box .report-con .report-list .report-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 140px;
  border-radius: 8px;
  margin-top: 6px;
  overflow: hidden;
  border: 1px solid var(--Neutrals-400);
  background: var(--Neutrals-900);
  color: var(--Neutrals-0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(59, 59, 59, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(59, 59, 59, 0.25);
}
.report-box .report-con .report-list .report-items span {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 0px 12px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .report-box .report-con .report-list .report-items span:hover {
    background-color: var(--Coolgray-300);
  }
}
.report-box .report-con .report-list .report-items span:active {
  background-color: var(--Coolgray-300);
}
.report-box .report-con .btn-report.open + .report-list {
  visibility: visible;
  opacity: 1;
}
.report-box .report-con #btn_post_report + .report-list {
  -webkit-transform: unset;
          transform: unset;
  right: 0;
}

.cmt-wrap {
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 720px) {
  .cmt-wrap {
    padding: 16px;
  }
}

.cmt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.cmt .board-con {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 1040px;
          flex: 1 1 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cmt .board-con {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.cmt .post-board-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.cmt .post-board-header {
  padding: 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
.cmt .post-category-group {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .cmt .post-category-group {
    margin-left: -40px;
  }
}
@media screen and (max-width: 720px) {
  .cmt .post-category-group {
    margin-left: -16px;
  }
}
.cmt .post-category-group::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .cmt .post-category-group::after {
    display: none;
  }
}
.cmt .post-category-group .post-category-list {
  overflow-x: auto;
}
.cmt .post-category-group .post-category-inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 0 34px 0 0;
}
@media screen and (min-width: 1024px) {
  .cmt .post-category-group .post-category-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .cmt .post-category-group .post-category-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 40px;
    padding-right: 34px;
  }
}
@media screen and (max-width: 720px) {
  .cmt .post-category-group .post-category-inner {
    padding-left: 16px;
    padding-right: 34px;
  }
}
.cmt .post-category-group .post-category-item {
  background: var(--Coolgray-400);
  border-radius: 999px;
  border: 1px solid var(--Coolgray-300);
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 34px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cmt .post-category-group .post-category-item i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cmt .post-category-group .post-category-item i svg {
  width: 20px;
  height: 20px;
  color: currentColor;
}
.cmt .post-category-group .post-category-item i svg path {
  fill: currentColor;
}
.cmt .post-category-group .post-category-item span {
  font-size: 14px;
  font-weight: 400;
}
.cmt .post-category-group .post-category-item.active {
  border-color: var(--Neutrals-0);
}
@media (hover: hover) and (pointer: fine) {
  .cmt .post-category-group .post-category-item:hover {
    border-color: var(--Neutrals-0);
  }
}
.cmt .post-category-group .post-category-item:active {
  border-color: var(--Neutrals-0);
}
.cmt .post-etc-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cmt .post-etc-group .post-sort-item {
  border-radius: 8px;
  padding: 0px 12px 0px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  overflow: hidden;
}
.cmt .post-etc-group .post-sort-item span {
  color: var(--Neutrals-0);
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
}
@media screen and (max-width: 720px) {
  .cmt .post-etc-group .btn-post-write {
    display: none;
  }
}
.cmt .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border-bottom: 1px solid var(--Neutrals-800);
}
.cmt .post-list .post-item {
  padding: 12px 10px;
  border-top: 1px solid var(--Neutrals-800);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cmt .post-list .post-item:hover {
    background: var(--Coolgray-500);
  }
}
.cmt .post-list .post-item:active {
  background: var(--Coolgray-500);
}
.cmt .subject-nodata-con {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: var(--Neutrals-200);
  border-top: 1px solid var(--Neutrals-800);
  min-height: calc(var(--vh, 1vh) * 22);
}
.cmt .subject-nodata-con .nodata-tit {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 600;
}
.cmt .subject-nodata-con .nodata-desc {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}
.cmt .post-board-footer {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.cmt .post-board-footer .cmt-search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 720px) {
  .cmt .post-board-footer .cmt-search-group {
    gap: 40px;
  }
}
.cmt .post-board-footer .cmt-search-group .cmt-search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 720px) {
  .cmt .post-board-footer .cmt-search-group .cmt-search-form {
    position: relative;
  }
  .cmt .post-board-footer .cmt-search-group .cmt-search-form::after {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 20px;
    width: 1px;
    height: 30px;
    background-color: var(--Neutrals-500);
    position: absolute;
    top: calc(50% - 15px);
    left: 100%;
  }
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con {
  background: var(--Coolgray-300);
  border-radius: 999px;
  padding: 0px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 318px;
  height: 34px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .cmt .post-board-footer .cmt-search-group .cmt-search-con {
    max-width: unset;
  }
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-dropdown {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 34px;
  position: relative;
  overflow: hidden;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-dropdown .dropdown-label {
  color: var(--Neutrals-50);
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 6px;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-dropdown .i-arrow-down {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-dropdown .i-arrow-down svg {
  width: 20px;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-input-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-input-con::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 6px;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-input-con input {
  color: #fff;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  padding: 0px 6px;
  margin: 0;
  border: none;
  outline: none;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-input-con input::-webkit-input-placeholder {
  color: var(--Neutrals-200);
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-input-con input::-moz-placeholder {
  color: var(--Neutrals-200);
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-input-con input:-ms-input-placeholder {
  color: var(--Neutrals-200);
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-input-con input::-ms-input-placeholder {
  color: var(--Neutrals-200);
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con .cmt-search-input-con input::placeholder {
  color: var(--Neutrals-200);
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con button[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cmt .post-board-footer .cmt-search-group .cmt-search-con button[type=submit] .i-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
}
.cmt .pagination-con {
  background: #000000;
  padding: 10px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 720px) {
  .cmt .pagination-con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cmt .pagination-con .page-item-con.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.cmt .pagination-con .page-item-con.active .page-item {
  background: var(--Neutrals-0);
}
.cmt .pagination-con .page-item-con.active .page-item span {
  color: var(--Neutrals-1000);
}
.cmt .pagination-con .page-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Neutrals-500);
  background: var(--Coolgray-400);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmt .pagination-con .page-item.page-number {
  padding: 0 6px;
  min-width: 30px;
  height: 30px;
}
.cmt .pagination-con .page-item.page-prev, .cmt .pagination-con .page-item.page-next {
  min-width: 60px;
  height: 30px;
}
.cmt .pagination-con .page-item.page-prev .i-arrow-left,
.cmt .pagination-con .page-item.page-prev .i-arrow-right, .cmt .pagination-con .page-item.page-next .i-arrow-left,
.cmt .pagination-con .page-item.page-next .i-arrow-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
}
.cmt .pagination-con .page-item.page-prev .i-arrow-left svg,
.cmt .pagination-con .page-item.page-prev .i-arrow-right svg, .cmt .pagination-con .page-item.page-next .i-arrow-left svg,
.cmt .pagination-con .page-item.page-next .i-arrow-right svg {
  width: 100%;
}
@media screen and (max-width: 720px) {
  .cmt .pagination-con .page-item.page-prev, .cmt .pagination-con .page-item.page-next {
    min-width: 40px;
  }
  .cmt .pagination-con .page-item.page-prev span, .cmt .pagination-con .page-item.page-next span {
    display: none;
  }
}
.cmt .pagination-con .page-item.page-prev {
  padding: 0 6px;
}
.cmt .pagination-con .page-item.page-prev span {
  margin-right: 6px;
}
.cmt .pagination-con .page-item.page-next {
  padding: 0 6px;
}
.cmt .pagination-con .page-item.page-next span {
  margin-left: 6px;
}
.cmt .pagination-con .page-item span {
  color: var(--Neutrals-100);
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cmt .pagination-con .page-item:hover {
    background: var(--Neutrals-0);
    color: var(--Neutrals-1000);
  }
  .cmt .pagination-con .page-item:hover span {
    color: currentColor;
  }
  .cmt .pagination-con .page-item:hover svg path {
    fill: currentColor;
  }
}
.cmt .pagination-con .page-item:active {
  background: var(--Neutrals-0);
  color: var(--Neutrals-1000);
}
.cmt .pagination-con .page-item:active span {
  color: currentColor;
}
.cmt .pagination-con .page-item:active svg path {
  fill: currentColor;
}
.cmt .pagination-con .pagination-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  padding-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.cmt .pagination-con .pagination-dots .dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--Neutrals-300);
}
.cmt .side-con {
  -webkit-box-flex: 0;
      -ms-flex: 0 0.5 340px;
          flex: 0 0.5 340px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 340px;
}
@media screen and (max-width: 1024px) {
  .cmt .side-con {
    display: none;
  }
}
.cmt .side-con .cmt-points-list-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.cmt .side-con .cmt-points-list-con .points-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.cmt .side-con .cmt-points-list-con .points-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.cmt .side-con .cmt-points-list-con .points-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.cmt .side-con .cmt-points-list-con .points-item-icon svg {
  width: 100%;
  height: 100%;
}
.cmt .side-con .cmt-points-list-con .points-item-icon svg path {
  fill: var(--Neutrals-200);
}
.cmt .side-con .cmt-points-list-con .points-item-text-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
}
.cmt .side-con .cmt-points-list-con .points-item-text-con .tit {
  color: var(--Neutrals-0);
  text-align: left;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
}
.cmt .side-con .cmt-points-list-con .points-item-text-con .desc {
  color: var(--Neutrals-300);
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cmt .side-con .cmt-points-list-con .points-item-value {
  color: var(--Neutrals-0);
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 700;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cmt .side-con .my-points-con {
  background: -webkit-gradient(linear, right top, left top, from(rgb(34, 35, 38)), to(rgb(22, 37, 29)));
  background: linear-gradient(270deg, rgb(34, 35, 38) 0%, rgb(22, 37, 29) 100%);
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.cmt .side-con .my-points-con .my-points-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--Primary-200);
}
.cmt .side-con .my-points-con .my-points-list .tit {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
}
.cmt .side-con .my-points-con .my-points-list .value {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 700;
}
.cmt .side-con .my-points-con .my-points-desc {
  color: var(--Coolgray-75);
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
  word-break: keep-all;
}
.cmt .side-con .my-points-con .my-points-desc b {
  font-weight: inherit;
  color: var(--Neutrals-0);
}
.cmt .side-con .best-rank-section {
  width: 100%;
}
.cmt .side-con .best-rank-section .rank-con {
  padding-top: 20px;
  border-top: 1px solid var(--Neutrals-500);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.cmt .side-con .best-rank-section .rank-con.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.cmt .side-con .best-rank-section .btns-rank {
  padding: 4px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: var(--Coolgray-400);
  width: 100%;
  overflow: hidden;
}
.cmt .side-con .best-rank-section .btns-rank ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
.cmt .side-con .best-rank-section .btns-rank ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 44px;
}
.cmt .side-con .best-rank-section .btns-rank ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  height: inherit;
  color: var(--Neutrals-300);
  border-radius: 8px;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
.cmt .side-con .best-rank-section .btns-rank ul li a b {
  font-weight: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .cmt .side-con .best-rank-section .btns-rank ul li a:hover {
    color: var(--Neutrals-0);
  }
}
.cmt .side-con .best-rank-section .btns-rank ul li a:active {
  color: var(--Neutrals-0);
}
.cmt .side-con .best-rank-section .btns-rank ul li a.active {
  color: var(--Neutrals-0);
  background-color: var(--Coolgray-500);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(10, 216, 129, 0.2);
          box-shadow: 0px 0px 60px 0px rgba(10, 216, 129, 0.2);
}
.cmt .side-con .best-rank-section .btns-rank ul li a.active b {
  color: var(--Primary-500);
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li {
  -webkit-transition: all 300ms ease-out, opacity 400ms linear;
  transition: all 300ms ease-out, opacity 400ms linear;
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li.hidden {
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 4px;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
  border-radius: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .cmt .side-con .best-rank-section .rank-list-con .rank-list li a:hover {
    background: var(--Coolgray-400);
  }
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li a:active {
  background: var(--Coolgray-400);
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li a .rank-num {
  margin-right: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 16px;
  height: 32px;
  font-family: Prompt;
  text-align: center;
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li a .rank-num .num {
  font-size: 15px;
  font-weight: 600;
  color: var(--Neutrals-0);
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li a .prod-img {
  margin-right: 10px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid var(--Coolgray-400);
  overflow: hidden;
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li a .prod-img img {
  position: relative;
  width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li a .prod-img .bg-blur {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li a .prod-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li a .prod-info .prod-name {
  color: var(--Coolgray-50);
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: normal;
  word-break: break-all;
  line-height: 1.4em;
  height: 1.4em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list li a .prod-info .prod-price {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
.cmt .side-con .best-rank-section .rank-list-con .rank-list .nodata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px 20px;
  font-size: 15px;
  text-align: center;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.5);
}
.cmt .side-con .event-section {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid var(--Neutrals-500);
}
.cmt .side-con .event-section .ad-list {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.cmt .side-con .event-section .ad-list ul li {
  width: 100%;
}
.cmt .side-con .event-section .ad-list ul li .ad-list-li-img {
  width: 100%;
}
.cmt .side-con .event-section .ad-list ul li .ad-list-li-img a {
  position: relative;
  display: block;
  padding-top: 100%;
}
.cmt .side-con .event-section .ad-list ul li .ad-list-li-img a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmt .side-con .event-section .ad-list .bottom-ad-modal-pagination {
  position: absolute;
  z-index: 3;
  top: 20px;
  bottom: auto;
  right: 20px;
  left: auto;
  width: auto;
  height: auto;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4em;
}
.cmt .side-con .event-section .ad-list .bottom-ad-modal-pagination .swiper-pagination-current {
  color: var(--Neutrals-0);
}
.cmt .side-con .event-section .ad-list .modal-action-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}
.cmt .side-con .event-section .ad-list .modal-action-con .btn-close-today,
.cmt .side-con .event-section .ad-list .modal-action-con .btn-close-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  min-height: 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
  color: var(--Neutrals-200);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.cmt .trending-posts-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.cmt .trending-posts-con .trending-header-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.cmt .trending-posts-con .trending-header-con .trending-tit-con {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.cmt .trending-posts-con .trending-header-con .trending-posts-tit {
  color: var(--Neutrals-100);
  text-align: left;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 700;
  position: relative;
}
.cmt .trending-posts-con .trending-header-con .trending-arrow-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.cmt .trending-posts-con .trending-header-con .trending-arrow-con .pagination-dots {
  padding: 9.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.cmt .trending-posts-con .trending-header-con .trending-arrow-con .pagination-dots .dot {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5px;
  height: 5px;
  position: relative;
  cursor: pointer;
}
.cmt .trending-posts-con .trending-header-con .trending-arrow-con .pagination-dots .dot.active {
  background: #ffffff;
}
.cmt .trending-posts-con .trending-header-con .trending-arrow-con .pagination-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.cmt .trending-posts-con .trending-header-con .trending-arrow-con .pagination-arrows .arrow {
  background: var(--Coolgray-400);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--Coolgray-300);
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cmt .trending-posts-con .trending-header-con .trending-arrow-con .pagination-arrows .arrow:hover {
    background-color: var(--Coolgray-200);
    border-color: var(--Coolgray-200);
  }
}
.cmt .trending-posts-con .trending-header-con .trending-arrow-con .pagination-arrows .arrow:active {
  background-color: var(--Coolgray-200);
  border-color: var(--Coolgray-200);
}
.cmt .trending-posts-con .trending-header-con .trending-arrow-con .pagination-arrows .arrow svg {
  width: 20px;
  height: 20px;
}
.cmt .trending-posts-con .trending-header-con .trending-arrow-con .pagination-arrows .arrow svg path {
  fill: var(--Neutrals-0);
}
.cmt .trending-posts-con .trending-body-con {
  background: var(--Coolgray-500);
  border-radius: 16px;
  border-style: solid;
  border-color: var(--Coolgray-300);
  border-width: 1px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  min-height: 247px;
}
.cmt .trending-posts-con .trending-body-con .trending-post-list-con {
  width: 100%;
}
.cmt .trending-posts-con .trending-body-con .trending-post-list-con .trending-post-list .trending-post {
  display: block;
}
.cmt .trending-posts-con .trending-body-con .trending-post-list-con .trending-post-list .post-item {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cmt .trending-posts-con .trending-body-con .trending-post-list-con .trending-post-list .post-item.trending {
  border-radius: 8px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (hover: hover) and (pointer: fine) {
  .cmt .trending-posts-con .trending-body-con .trending-post-list-con .trending-post-list .post-item.trending:hover {
    background: var(--Coolgray-400);
  }
}
.cmt .trending-posts-con .trending-body-con .trending-post-list-con .trending-post-list .post-item.trending:active {
  background: var(--Coolgray-400);
}

.cmt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.post-view-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .post-view-con {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}

/* 게시글 ******************************************************/
.post-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  border-bottom: 1px solid var(--Neutrals-500);
}
.post-section .post-header-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
.post-section .post-header-con .post-tags-con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
.post-section .post-header-con .post-tags-con ul li .category-sq {
  height: 100%;
}
.post-section .post-header-con .post-tags-con ul li .category-sq.c-trending {
  padding: 0 4px;
}
.post-section .post-header-con .post-title-con {
  padding: 6px 0;
}
.post-section .post-header-con .post-title-con h2 {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 600;
}
.post-section .post-header-con .post-info-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--Neutrals-500);
}
.post-section .post-header-con .post-info-con .nickname-con ul,
.post-section .post-header-con .post-info-con .etc-info-con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.post-section .post-header-con .post-info-con .nickname-con ul li,
.post-section .post-header-con .post-info-con .etc-info-con ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.post-section .post-header-con .post-info-con .nickname-con ul li i,
.post-section .post-header-con .post-info-con .etc-info-con ul li i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
}
.post-section .post-header-con .post-info-con .nickname-con ul li i svg,
.post-section .post-header-con .post-info-con .etc-info-con ul li i svg {
  width: 100%;
}
.post-section .post-header-con .post-info-con .nickname-con ul li i svg path,
.post-section .post-header-con .post-info-con .etc-info-con ul li i svg path {
  fill: currentColor;
}
.post-section .post-header-con .post-info-con .nickname-con ul li span,
.post-section .post-header-con .post-info-con .etc-info-con ul li span {
  font-size: 13px;
  font-weight: 500;
}
.post-section .post-header-con .post-info-con .nickname-con ul li span.modified-indicator,
.post-section .post-header-con .post-info-con .etc-info-con ul li span.modified-indicator {
  font-size: 12px;
  color: var(--Neutrals-300);
  margin-left: 4px;
  font-weight: 400;
}
.post-section .post-header-con .post-info-con .nickname-con {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: var(--Neutrals-100);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post-section .post-header-con .post-info-con .etc-info-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: var(--Neutrals-300);
}
.post-section .writer-post-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.post-section .writer-post-btn-list .tool-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 0 24px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  border-radius: 999px;
  border: 1px solid var(--Coolgray-300);
  background: var(--Coolgray-400);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-section .writer-post-btn-list .tool-item svg {
  width: 20px;
  height: 20px;
}
.post-section .writer-post-btn-list .tool-item svg path {
  fill: var(--Neutrals-0);
}
@media (hover: hover) and (pointer: fine) {
  .post-section .writer-post-btn-list .tool-item:hover {
    background-color: var(--Coolgray-200);
    border-color: var(--Coolgray-200);
  }
}
.post-section .writer-post-btn-list .tool-item:active {
  background-color: var(--Coolgray-200);
  border-color: var(--Coolgray-200);
}
.post-section .post-body-con {
  padding: 20px 0;
  min-height: 200px;
}
.post-section .post-body-con .post-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.post-section .post-body-con .post-content p {
  line-height: inherit;
}
.post-section .post-body-con .post-content b {
  font-weight: 600;
}
.post-section .post-body-con .post-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.post-section .post-body-con .post-content p + img,
.post-section .post-body-con .post-content img + p {
  margin-top: 0.9em;
}
.post-section .post-footer-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 720px) {
  .post-section .post-footer-con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post-section .post-footer-con .inner-footer-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-section .post-footer-con .inner-footer-con:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post-section .post-footer-con .inner-footer-con:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-section .post-footer-con .inner-footer-con:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.post-section .post-footer-con #btn_post_like {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 24px;
  min-height: 40px;
  border-radius: 999px;
  background-color: var(--Coolgray-400);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.post-section .post-footer-con #btn_post_like.active span {
  color: var(--Salmon);
}
.post-section .post-footer-con #btn_post_like span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-section .post-footer-con #btn_post_like span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
}
.post-section .post-footer-con #btn_post_like span i svg {
  width: 100%;
  height: 100%;
}
.post-section .post-footer-con #btn_post_like span i svg path {
  fill: currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-section .post-footer-con #btn_post_like span::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 4px;
  width: 1px;
  height: 16px;
  background-color: var(--Neutrals-500);
}
.post-section .post-footer-con #btn_post_like b {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .post-section .post-footer-con #btn_post_like:hover {
    background-color: var(--Coolgray-200);
  }
  .post-section .post-footer-con #btn_post_like:hover span::after {
    background-color: var(--Neutrals-300);
  }
}
.post-section .post-footer-con #btn_post_like:active {
  background-color: var(--Coolgray-200);
}
.post-section .post-footer-con #btn_post_like:active span::after {
  background-color: var(--Neutrals-300);
}
.post-section .post-footer-con .post-report-box .btn-report {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 6px;
  padding: 0 11px;
}
.post-section .post-footer-con .post-report-box .btn-report span {
  color: var(--Neutrals-200, #ABABAB);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

/* 댓글 섹션 ******************************************************/
.reply-nickname {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--Primary-100);
}

.comment-write-box {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid var(--Coolgray-200);
  background: var(--Coolgray-300);
}
.comment-write-box .comment-input-group {
  max-height: 400px;
  overflow-y: auto;
}
.comment-write-box .comment-input-group .comment-input {
  width: 100%;
  min-height: 3.5em;
  background: transparent;
  border: none;
  color: currentColor;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  line-height: 1.4;
  resize: none;
  overflow-y: hidden;
}
.comment-write-box .comment-input-group .comment-input:empty:before {
  content: attr(data-placeholder);
  pointer-events: none;
  display: block;
  color: var(--Neutrals-200);
}
.comment-write-box .comment-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 720px) {
  .comment-write-box .comment-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px 0;
  }
}
.comment-write-box .comment-actions .comment-image-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 12px;
  font-weight: 500;
  color: var(--Neutrals-100);
  padding: 0 6px;
  min-height: 34px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .comment-write-box .comment-actions .comment-image-label:hover {
    background-color: var(--Coolgray-200);
  }
}
.comment-write-box .comment-actions .comment-image-label:active {
  background-color: var(--Coolgray-200);
}
.comment-write-box .comment-actions .comment-image-label .icon-photo {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/public/img/icons/photo_sq.svg") no-repeat center/cover;
  opacity: 0.5;
}
.comment-write-box .comment-actions .comment-upload-status {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--Neutrals-200);
  padding: 0 8px;
  min-height: 28px;
}
.comment-write-box .comment-actions .comment-upload-status .upload-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid var(--Neutrals-400);
  border-top: 2px solid var(--Primary-100);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: none;
}
.comment-write-box .comment-actions .comment-upload-status .upload-icon {
  width: 16px;
  height: 16px;
  display: none;
}
.comment-write-box .comment-actions .comment-upload-status .upload-icon.success {
  background: url("/public/img/icons/success_circle_check.svg") no-repeat center/cover;
}
.comment-write-box .comment-actions .comment-upload-status .upload-icon.error {
  background: url("/public/img/icons/failed_circle_bangmark.svg") no-repeat center/cover;
}
.comment-write-box .comment-actions .comment-upload-status .upload-text {
  font-size: 12px;
  color: var(--Neutrals-200);
}
.comment-write-box .comment-actions .comment-upload-status .upload-progress {
  font-size: 11px;
  color: var(--Neutrals-300);
  margin-left: 4px;
}
.comment-write-box .comment-actions .comment-upload-status.uploading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--Primary-100);
}
.comment-write-box .comment-actions .comment-upload-status.uploading .upload-spinner {
  display: block;
}
.comment-write-box .comment-actions .comment-upload-status.uploading .upload-text {
  color: var(--Primary-100);
}
.comment-write-box .comment-actions .comment-upload-status.completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--Success-100);
}
.comment-write-box .comment-actions .comment-upload-status.completed .upload-icon.success {
  display: block;
}
.comment-write-box .comment-actions .comment-upload-status.completed .upload-text {
  color: var(--Success-100);
}
.comment-write-box .comment-actions .comment-upload-status.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--Error-100);
}
.comment-write-box .comment-actions .comment-upload-status.error .upload-icon.error {
  display: block;
}
.comment-write-box .comment-actions .comment-upload-status.error .upload-text {
  color: var(--Error-100);
}
.comment-write-box .comment-actions .comment-btns {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  word-break: keep-all;
}
.comment-write-box .comment-actions .comment-btns .btn-comment-submit,
.comment-write-box .comment-actions .comment-btns .btn-comment-edit-submit,
.comment-write-box .comment-actions .comment-btns .btn-comment-cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  min-height: 34px;
  border-radius: 999px;
  color: var(--Neutrals-0);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-write-box .comment-actions .comment-btns .btn-comment-submit b,
.comment-write-box .comment-actions .comment-btns .btn-comment-edit-submit b,
.comment-write-box .comment-actions .comment-btns .btn-comment-cancel b {
  color: var(--Salmon);
  font-weight: inherit;
}
.comment-write-box .comment-actions .comment-btns .btn-comment-submit.btn-comment-submit, .comment-write-box .comment-actions .comment-btns .btn-comment-submit.btn-comment-edit-submit,
.comment-write-box .comment-actions .comment-btns .btn-comment-edit-submit.btn-comment-submit,
.comment-write-box .comment-actions .comment-btns .btn-comment-edit-submit.btn-comment-edit-submit,
.comment-write-box .comment-actions .comment-btns .btn-comment-cancel.btn-comment-submit,
.comment-write-box .comment-actions .comment-btns .btn-comment-cancel.btn-comment-edit-submit {
  border: 1px solid var(--Neutrals-400);
  background-color: var(--Neutrals-1000);
}
.comment-write-box .comment-actions .comment-btns .btn-comment-submit:disabled,
.comment-write-box .comment-actions .comment-btns .btn-comment-edit-submit:disabled,
.comment-write-box .comment-actions .comment-btns .btn-comment-cancel:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (hover: hover) and (pointer: fine) {
  .comment-write-box .comment-actions .comment-btns .btn-comment-submit:disabled:hover,
  .comment-write-box .comment-actions .comment-btns .btn-comment-edit-submit:disabled:hover,
  .comment-write-box .comment-actions .comment-btns .btn-comment-cancel:disabled:hover {
    background-color: var(--Neutrals-1000);
  }
}
.comment-write-box .comment-actions .comment-btns .btn-comment-submit:disabled:active,
.comment-write-box .comment-actions .comment-btns .btn-comment-edit-submit:disabled:active,
.comment-write-box .comment-actions .comment-btns .btn-comment-cancel:disabled:active {
  background-color: var(--Neutrals-1000);
}
@media (hover: hover) and (pointer: fine) {
  .comment-write-box .comment-actions .comment-btns .btn-comment-submit:hover,
  .comment-write-box .comment-actions .comment-btns .btn-comment-edit-submit:hover,
  .comment-write-box .comment-actions .comment-btns .btn-comment-cancel:hover {
    background-color: var(--Coolgray-200);
  }
}
.comment-write-box .comment-actions .comment-btns .btn-comment-submit:active,
.comment-write-box .comment-actions .comment-btns .btn-comment-edit-submit:active,
.comment-write-box .comment-actions .comment-btns .btn-comment-cancel:active {
  background-color: var(--Coolgray-200);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.reply-write-box {
  margin-bottom: 20px;
}

.reply-edit-box {
  margin-top: 6px;
}

#post_comment_write_box {
  margin-bottom: 20px;
}

.comment-section {
  width: 100%;
}

.comment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.comment-list .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4px;
  border-bottom: 1px solid var(--Neutrals-500);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-list .comment-item.my-comment {
  border-bottom: none;
  padding-top: 0;
}
.comment-list .comment-item:has(.comment-reply-list.open):not(.best):has(.comment-reply-list:not(.open-keep)) {
  border-color: var(--Neutrals-0);
}
.comment-list .comment-item.best {
  border-radius: 12px;
  background-color: var(--Coolgray-500);
  border: 1px solid var(--Coolgray-400);
  margin-bottom: 6px;
}
.comment-list .comment-item.best .comment-header .i-like-thumb {
  color: var(--Salmon);
}
.comment-list .comment-item.best + .comment-item:not(.best) {
  margin-top: 4px;
}
.comment-list .comment-item .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  min-height: 1.4em;
}
.comment-list .comment-item .comment-header .comment-nickname {
  font-weight: 600;
}
.comment-list .comment-item .comment-header .comment-time {
  font-size: 12px;
  font-weight: 500;
  color: var(--Coolgray-100);
}
.comment-list .comment-item .comment-header .comment-time .modified-indicator {
  font-size: 11px;
  color: var(--Neutrals-300);
  margin-left: 4px;
}
.comment-list .comment-item .comment-header .tool-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.comment-list .comment-item .comment-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-all;
  overflow-wrap: anywhere;
  /* 더보기 토글 버튼 */
}
.comment-list .comment-item .comment-content.collapsed {
  max-height: 4.2em; /* approx 3 lines at 1.4 line-height */
  overflow: hidden;
  position: relative;
}
.comment-list .comment-item .comment-content + .comment-more-toggle {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--Primary-100);
  margin-left: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .comment-list .comment-item .comment-content + .comment-more-toggle:hover {
    color: var(--Primary-80);
  }
}
.comment-list .comment-item .comment-content + .comment-more-toggle:active {
  color: var(--Primary-80);
}
.comment-list .comment-item .comment-content img {
  margin-top: 4px;
}
.comment-list .comment-item .comment-content img + img {
  margin-top: 0;
}
.comment-list .comment-item .comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.comment-list .comment-item .comment-like,
.comment-list .comment-item .comment-reply,
.comment-list .comment-item .comment-more-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 0 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.comment-list .comment-item .comment-like i,
.comment-list .comment-item .comment-reply i,
.comment-list .comment-item .comment-more-reply i {
  width: 15px;
  height: 15px;
}
.comment-list .comment-item .comment-like i svg,
.comment-list .comment-item .comment-reply i svg,
.comment-list .comment-item .comment-more-reply i svg {
  width: 100%;
  height: 100%;
}
.comment-list .comment-item .comment-like i svg path,
.comment-list .comment-item .comment-reply i svg path,
.comment-list .comment-item .comment-more-reply i svg path {
  fill: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .comment-list .comment-item .comment-like:hover,
  .comment-list .comment-item .comment-reply:hover,
  .comment-list .comment-item .comment-more-reply:hover {
    border-color: var(--Neutrals-500);
    background-color: var(--Coolgray-400);
  }
}
.comment-list .comment-item .comment-like:active,
.comment-list .comment-item .comment-reply:active,
.comment-list .comment-item .comment-more-reply:active {
  border-color: var(--Neutrals-500);
  background-color: var(--Coolgray-400);
}
.comment-list .comment-item .comment-like.active {
  color: var(--Salmon);
}
.comment-list .comment-item .comment-like .comment-like-cnt {
  font-weight: inherit;
}
.comment-list .comment-item .comment-like .comment-like-cnt:empty {
  display: none;
}
.comment-list .comment-item .comment-more-reply {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: var(--Primary-100);
}
.comment-list .comment-item .comment-more-reply i {
  padding: 2px;
}
.comment-list .comment-item .comment-more-reply i.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.comment-list .comment-item .comment-more-reply.re-reply {
  margin: 0 auto;
  border-radius: 999px;
  background-color: var(--Coolgray-400);
  padding: 0 24px;
  border-color: var(--Coolgray-300);
}
.comment-list .comment-item .comment-more-reply.re-reply i {
  padding: 0;
  width: 18px;
  height: 18px;
}
@media (hover: hover) and (pointer: fine) {
  .comment-list .comment-item .comment-more-reply.re-reply:hover {
    background-color: var(--Coolgray-200);
  }
}
.comment-list .comment-item .comment-more-reply.re-reply:active {
  background-color: var(--Coolgray-200);
}
.comment-list .comment-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 20px auto 0;
  padding: 0 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid var(--Coolgray-300);
  background-color: var(--Coolgray-400);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--Primary-100);
}
.comment-list .comment-more i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
}
.comment-list .comment-more i svg {
  width: 100%;
  height: 100%;
}
.comment-list .comment-more i svg path {
  fill: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .comment-list .comment-more:hover {
    background-color: var(--Coolgray-200);
  }
}
.comment-list .comment-more:active {
  background-color: var(--Coolgray-200);
}

.comment-reply-list {
  padding: 10px 10px 10px 30px;
}
.comment-reply-list .comment-item {
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}
.comment-reply-list .comment-item:last-child {
  margin-bottom: 0;
}
.comment-reply-list .bouncing-dots:not(:first-child) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.comment-reply-list.open ~ .comment-item.my-comment {
  display: none;
}

.comment-img {
  display: block;
  max-width: 220px;
  max-height: 220px;
  border-radius: 6px;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.comment-img-wrap {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  width: 100%;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.comment-img-wrap .comment-img-outer {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
.comment-img-wrap .comment-img-outer:before, .comment-img-wrap .comment-img-outer:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-img-wrap .comment-img-outer.loading:before, .comment-img-wrap .comment-img-outer.loading:after {
  visibility: visible;
}
.comment-img-wrap .comment-img-outer.loading:before {
  background: var(--Coolgray-200);
  opacity: 0.5;
}
.comment-img-wrap .comment-img-outer.loading::after {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(255, 255, 255, 0.05)), color-stop(60%, rgba(255, 255, 255, 0.08)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.08) 60%, transparent 100%);
  background-size: 200% 100%;
  -webkit-animation: skeletonLoading 1.8s infinite ease-in-out;
          animation: skeletonLoading 1.8s infinite ease-in-out;
}
.comment-img-wrap .comment-img-outer .btn-comment-img-remove {
  position: absolute;
  z-index: 5;
  top: -6px;
  right: -6px;
  background: var(--Coolgray-500);
  color: var(--Neutrals-100);
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.comment-img-wrap .comment-img-outer .btn-comment-img-remove::after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url("/public/img/icons/close_s.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
}