.main_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 90px auto;
  width: 1200px;
}

.content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  gap: 42px;
  margin-bottom: 120px;
}

.news_main_title {
  height: 25px;
  font-family: "LibreBaskerville";
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: -0.14px;
  text-align: left;
  color: #1f299c;
}

/* news */
.news_wrap {
  width: 100%;
  padding: 0 0 40px;
  border-bottom: 1px solid #dedede;
}

.news_down {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.news_down > .news_wrap {
  margin-bottom: 60px;
}

.news_down > .news_wrap:last-child {
  margin-bottom: 0px;
}

.news_container {
  display: flex;
  justify-content: space-between;
}

.news_data {
  display: flex;
  color: #666;
  font-size: 15px;
}

.news_data .date {
  margin-right: 20px;
  font-family: "Pretendard";
}

.news_data .views {
  font-family: "Pretendard";
}

.contents_wrap {
  width: 100%;
}

.news_title {
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  font-family: "Pretendard";
  color: #1f299c;
  padding: 12px 0 0 0;
}

.news_contents > textarea {
  width: 100%;
  font-family: "Pretendard";
  margin: 15px 0 0;
  min-height: 110px;
  padding: 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  font-size: 17px;
  background-color: #fff !important;
  border: 0 !important;
}
.news_thumbnail {
  margin-right: 3%;
}
.news_thumbnail img {
  width: 330px !important;
  max-height: 250px;
  border: 1px solid #eee;
}

/** publication **/
.publication_wrap {
  width: 100%;
  padding: 0 0 40px;
  border-bottom: 1px solid #dedede;
}
.publication_container {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.publication_container > .thumbnail {
  width: 100%;
  height: auto;
  max-width: 330px;
  max-height: 250px;
  border: 1px solid #eee;
}
.publication_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 22px;
}
.publication_product {
  display: flex;
  column-gap: 4px;
}
.publication_product > p {
  color: #666;
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 16px;
}
.publication_title {
  color: #1f299c;
  font-family: "Pretendard";
  font-size: 24px;
  font-weight: 600;
}
.publication_author {
  display: grid;
  align-items: center;
  grid-template-columns: max-content max-content max-content;
  column-gap: 20px;
  row-gap: 8px;
}
.publication_author_item {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.publication_author_item > p {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 18px;
  color: #30afdd;
}
.publication_author_item > .affiliation {
  height: 100%;
  padding: 0 6px;
  background: #e2e2e2;
  border-radius: 4px;
}
.publication_author_item > .affiliation > p {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.publication_pmid {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.publication_pmid > p {
  font-family: "Pretendard";
  font-size: 14px;
  color: #666;
}
.publication_pmid > p > strong {
  color: #30afdd;
}

/* 페이징 */
.pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
}

/* 모든 링크 */
.pagination p {
  text-decoration: none;
  border: solid 1px #c8c8c8;
  color: #444444;
  margin: 0 2px;
}

.pagination p:hover {
  text-decoration: none;
  border: solid 1px #5d5d5d;
}

/* 각요소의 공백 */
.pagination p {
  font-family: "Pretendard";
  padding: 14px 13px;
  font-size: 14px;
  display: inline-block;
  min-width: 18px;
  cursor: pointer;
}

.pagination .current {
  border: solid 1px #5d5d5d;
  color: #fff;
  background-color: #1f299c;
  font-weight: 500;
}

@media all and (max-width: 1250px) {
  .main_wrapper {
    width: 95%;
  }

  .content_wrapper {
    width: 100%;
  }
  .news_contents > textarea {
    min-height: 120px;
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) {
  .news_thumbnail img {
    width: 220px !important;
    max-height: 220px;
  }
  .news_title {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0 0 0;
  }
  .news_contents > textarea {
    min-height: 100px;
  }
  .pagination p {
    padding: 12px 10px;
  }
  /** publication **/
  .publication_container {
    column-gap: 16px;
  }
  .publication_container > .thumbnail {
    max-width: 220px;
  }
}

@media all and (max-width: 900px) {
  .news_contents > textarea {
    min-height: 110px;
    line-height: 1.4;
  }
  .publication_author {
    column-gap: 12px;
  }
}
@media all and (max-width: 880px) {
  .news_contents > textarea {
    min-height: 130px;
  }
}
@media all and (max-width: 768px) {
  .news_contents > textarea {
    min-height: 140px;
    font-size: 15px;
  }
  /** publication **/
  .publication_container {
    column-gap: 12px;
  }
  .publication_container > .thumbnail {
    max-width: 180px;
  }
  .publication_content {
    row-gap: 6px;
  }
  .publication_product > p {
    font-size: 14px;
  }
  .publication_title {
    font-size: 18px;
  }
  .publication_author_item > p {
    font-size: 15px;
  }
}

@media all and (max-width: 650px) {
  .news_thumbnail img {
    width: 180px !important;
  }
  .news_contents > textarea {
    min-height: 160px;
  }
  /** publication **/
  .publication_container {
    flex-direction: column;
    row-gap: 8px;
  }
  .publication_container > .thumbnail {
    max-width: 100%;
  }
  .publication_content {
    row-gap: 8px;
  }
  .publication_author {
    grid-template-columns: max-content max-content;
    column-gap: 12px;
  }
}

@media all and (max-width: 550px) {
  .news_container {
    display: block;
  }
  .news_thumbnail {
    margin: 0;
    width: 100%;
    padding-bottom: 10px;
  }
  .news_thumbnail img {
    width: 100% !important;
  }
  .news_contents > textarea {
    min-height: 140px;
  }
  /** publication **/
  .publication_author {
    grid-template-columns: max-content max-content;
    column-gap: 8px;
  }
}
