@charset "UTF-8";
/* 在檔案最上方引入共用函數*/
/*筆電平板*/
/* 手機版轉換 (基準 375px) */
section.archive_section {
  max-width: 59.375vw;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 6.25vw 1.0416666667vw 7.8125vw 1.0416666667vw;
}

.new_post_content .page_title {
  position: absolute;
  left: -4.1666666667vw;
  top: 9.4791666667vw;
}

@media screen and (max-width: 992px) {
  section.archive_section {
    max-width: 100%;
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
  }
  .new_post_content .page_title {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 3.2vw;
  }
}/*# sourceMappingURL=archive.css.map */