@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;
}
.content_show {
  padding-top: 1.975rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.content_show .back {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  cursor: pointer;
  margin: 0;
  margin-bottom: 1.975rem;
  width: -moz-fit-content;
  width: fit-content;
}

.content_show_container {
  gap: 0.75rem;
}
.content_show_container .post_section {
  width: 100%;
  padding: 1.875rem;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
.content_show_container .post_title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e8e8e8;
}
.content_show_container .post_title > p {
  color: #1285ef;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.content_show_container .post_title > h1 {
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
  font-weight: 400;
  word-wrap: break-word;
}
.content_show_container .post_title .writer {
  gap: 0.3125rem;
}
.content_show_container .post_title .writer .avatar {
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  overflow: hidden;
}
.content_show_container .post_title .writer .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_show_container .post_title .writer .writer_name {
  font-size: 0.75rem;
  color: #6c6c6c;
}
.content_show_container .post_title .writer small {
  font-size: 0.75rem;
  color: #6c6c6c;
}
.content_show_container .post_title .views {
  margin-left: 1.875rem;
}
.content_show_container .post_title .views i {
  margin-right: 0.25rem;
}
.content_show_container .post {
  padding: 1.875rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.content_show_container .post .post_content {
  padding: 0;
}
.content_show_container .post .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.875rem;
}
.content_show_container .post .tags span {
  display: block;
  padding: 0.375rem 0.875rem;
  background-color: #eff1f4;
  color: #373843;
  border-radius: 1.25rem;
  font-size: 0.9rem;
}
.content_show_container .writer_text_group {
  padding: 1.25rem;
}
.content_show_container .writer_text_group .avatar {
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 0.75rem;
  border-radius: 50%;
  overflow: hidden;
}
.content_show_container .writer_text_group .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_show_container .writer_text_group .writer_info {
  max-width: calc(100% - 2.875rem - 0.75rem);
}
.content_show_container .writer_text_group .writer_info .writer_name {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.content_show_container .writer_text_group .writer_info .info {
  color: #6c6c6c;
}
.content_show_container .post_sidebar {
  position: sticky;
  top: calc(60px + 1.25rem);
  width: 17.5rem;
  min-width: 17.5rem;
  height: -moz-fit-content;
  height: fit-content;
}
.content_show_container .post_sidebar .writer_posts {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
.content_show_container .post_sidebar .writer_posts .posts {
  padding: 1.25rem;
  gap: 1.25rem;
}
.content_show_container .post_sidebar .writer_posts .posts .card-list {
  width: 100%;
  gap: 1.25rem;
}
.content_show_container .post_sidebar .writer_posts .posts .card-list .title h6 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 0.9rem;
  color: #1285ef;
}
.content_show_container .post_sidebar .writer_posts .posts .card-list .title a {
  margin-left: 0.875rem;
  color: #1285ef;
  text-decoration: underline;
  font-size: 0.9rem;
}
.content_show_container .post_sidebar .writer_posts .go_writer {
  color: #1285ef;
  font-size: 0.75rem;
  text-decoration: underline;
}
