@charset "utf-8";
.basic-post-sero {
  overflow: hidden;
  line-height: 20px;
}
.basic-post-sero .txt-normal {
  letter-spacing: 0;
}
.basic-post-sero .txt-short {
  letter-spacing: -1px;
  padding-right: 1px;
}
.basic-post-sero .post-vicon {
  position: absolute;
  left: 6px;
  top: 6px;
  color: #fff;
  font-size: 20px;
  z-index: 1;
  text-shadow: 1px 1px 1px #000;
}
.basic-post-sero .post-none {
  padding: 50px 10px;
  text-align: center;
  color: #888;
}
.basic-post-sero .post-row {
  float: left;
  overflow: hidden;
}
.basic-post-sero .post-list {
  overflow: hidden;
}



.basic-post-sero .post-image {
  position: relative;
  overflow: hidden;
}
.basic-post-sero .post-content {
  margin: 0px 0px -2px;
  overflow: hidden;

}
.basic-post-sero .post-subject {
    margin-top: 18px;
    overflow: hidden;
    padding-right: 10px;
    font-family: 'Pretendard', sans-serif;
    text-overflow: ellipsis;
    font-size: 16px; /* PC 기본 크기 */
    font-weight: 500;
    line-height: 130%;
}

/* 모바일 (가로 767px 이하) */
@media (max-width: 767px) {
    .basic-post-sero .post-subject {
        font-size: 22px;
    }
}
.basic-post-sero .post-text {
  font-family: 'Pretendard', sans-serif;
  font-weight: 300;
  white-space: normal;
  font-size: 13px;
  line-height: 160%;
  color: #888888;
  letter-spacing: -0.5px;
  margin-top: 0px;
  text-align: justify;
  word-break: normal;
  word-wrap: break-word;
}
.basic-post-sero .post-sp {
  color: #ccc;
  margin: 0px 4px;
}
.is-pc .ko .basic-post-sero .post-ko {
  font-size: 11px;
}