/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/article_content.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.page_content {
  padding: 4.375rem 0 9.375rem;
}
.page_content .breadcrumbs {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 480px) {
  .page_content .container_inner {
    width: 100%;
  }
}

.arti_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 480px) {
  .arti_title_row {
    margin-bottom: 0;
  }
}

.arti_title {
  font-size: 3.125rem;
  font-family: "EBGaramond", "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .arti_title {
    font-size: 2.5rem;
  }
}

.arti_paper {
  padding: 1.25rem 0;
}
.arti_paper .container {
  width: auto;
}

.datetime {
  opacity: 0.5;
  text-align: right;
}

.news .arti_paper {
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
  padding: 3.125rem 0;
}
.news .arti_paper .container {
  width: calc(100% - 7.5rem);
}

.arti_note {
  font-size: 1.5rem;
  font-family: "EBGaramond", "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #666666;
}

/*# sourceMappingURL=article_content.min.css.map*/