/* 페이지 사진 및 카테고리 스타일 */

@font-face {
  font-family: "NanumSquareNeoBold";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf)
      format("truetype");
}

@font-face {
  font-family: "Paperlogy-6SemiBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2")
    format("woff2");
  font-weight: 800;
  font-style: normal;
}

.page_header {
  width: 100%;
  height: auto;
  /* border-bottom: 7px solid transparent; */
  border-bottom-width: 7px;
  border-bottom-style: solid;
  position: relative;
  margin-bottom: 2px;
}

.page_header img {
  border-bottom: 3px solid #ffffff;
}
.page_header .page_header_tag {
  position: absolute;
  bottom: 0;
  right: 2rem;
  padding: 0.7rem 1.55rem 0.4rem 1.55rem;
  /* background-color: #e84795; */
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 24px 24px 0 0;
  border: 3px solid #ffffff;
  border-bottom: none;
  color: #ffffff;
  font-family: "Paperlogy-6SemiBold";
}

/* ---------- MEDIA ---------- */

@media all and (max-width: 900px) {
  .page_header {
    border-bottom-width: 3px;
    margin-bottom: 1px;
  }

  .page_header img {
    border-bottom: 1px solid #ffffff;
  }
  .page_header .page_header_tag {
    right: 1.5rem;
    padding: 8px 18px 5px 18px;
    /* background-color: #e84795; */
    font-size: 17px;
    border-radius: 11px 11px 0 0;
    border: 1px solid #ffffff;
    border-bottom: none;
  }
}
