@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;
}

.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);
}