@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css);
@font-face {
  font-family: "yg-jalnan";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.post_card, .card {
  border: none;
  border-radius: 0;
}
.post_card:hover .story_img img, .card:hover .story_img img {
  transform: scale(1.1);
}
.post_card button, .card button {
  padding: 0;
}
.post_card .story_img, .card .story_img {
  width: 100%;
  aspect-ratio: 184/122;
  border: 1px solid #e8e8e8;
  border-radius: 0.625rem;
  overflow: hidden;
}
.post_card .story_img img, .card .story_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}
.post_card .card-body, .card .card-body {
  gap: 0.5rem;
  padding: 0;
  text-align: left;
}
.post_card .card-body .category, .card .card-body .category {
  padding-top: 0.56rem;
  font-size: 0.9rem;
}
.post_card .card-body .category p, .card .card-body .category p {
  color: #1285ef;
}
.post_card .card-body .title, .card .card-body .title {
  line-height: normal;
  color: #171717;
}
.post_card .card-body .writer .writer_name, .card .card-body .writer .writer_name {
  font-size: 0.9rem;
}
.post_card .card-body .writer small, .card .card-body .writer small {
  font-size: 0.8rem;
}

.post_item {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.875rem;
}
.post_item:hover .card-body .card_body_content .desc p {
  color: #000000;
}
.post_item button {
  display: block;
  padding: 0;
  width: 100%;
}
.post_item .card-body {
  width: 100%;
}
.post_item .card-body .category {
  width: 100%;
  padding-bottom: 0.5rem;
}
.post_item .card-body .category p {
  text-align: left;
  color: #1285ef;
  font-size: 0.8rem;
}
.post_item .card-body .card_body_content {
  width: 100%;
  gap: 0.75rem;
  text-align: left;
}
.post_item .card-body .card_body_content .title {
  line-height: normal;
  color: #171717;
}
.post_item .card-body .card_body_content .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
  font-size: 0.9rem;
  color: #6c6c6c;
  transition: 0.2s;
}
.post_item .card-body .card_body_content .writer .writer_info {
  gap: 0.625rem;
  font-size: 0.8rem;
}
.post_item .card-body .card_body_content .writer .writer_info small {
  font-size: 0.8rem;
}
.post_item .story_img {
  width: 9.375rem;
  min-width: 9.375rem;
  margin-left: 5.75rem;
  aspect-ratio: 184/122;
  border: 1px solid #e8e8e8;
  border-radius: 0.625rem;
  overflow: hidden;
}
.post_item .story_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_item .writer .avatar {
  width: 1.25rem;
  height: 1.25rem;
}
.post_item .writer .avatar img {
  vertical-align: top;
}

.writer {
  gap: 0.5rem;
}
.writer .avatar {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  overflow: hidden;
}
.writer .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.writer .writer_info .writer_name {
  line-height: normal;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.writer .writer_info small {
  font-size: 0.9rem;
  color: #6c6c6c;
  text-align: left;
}
.writer .writer_info .dot {
  display: none;
}

.another_post .post_item .card-body {
  position: relative;
  align-items: flex-start !important;
}
.another_post .post_item .card-body .category p {
  font-size: 0.75rem;
}
.another_post .post_item .card-body .card-text-content {
  margin-bottom: 1.5975rem;
}
.another_post .post_item .card-body .card-text-content .title {
  font-size: 0.9rem;
}
.another_post .post_item .card-body .card-text-content .desc {
  display: none;
}
.another_post .post_item .card-body .card-text-content .writer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.another_post .post_item .card-body .writer .avatar {
  width: 0.9375rem;
  height: 0.9375rem;
}
.another_post .post_item .card-body .writer .writer_name {
  font-size: 0.75rem;
}
.another_post .post_item .card-body .writer small {
  font-size: 0.75rem;
}
.another_post .post_item .card-body .writer .writer_info {
  gap: 0.3125rem;
  font-size: 0.75rem;
}
.another_post .post_item .card-body .writer .writer_info .dot {
  display: inline;
}
.another_post .post_item .story_img {
  width: 3.75rem;
  min-width: 3.75rem;
  margin-left: 0.625rem;
  border-radius: 0.25rem;
}
