@charset "UTF-8";
/* CSS Document */
.contentBox .leftBox {
  padding: 0 50px 0 0; }
  @media (max-width: 1023px) {
    .contentBox .leftBox {
      padding: 0 0 30px 0; } }

.contentBox .rightBox {
  padding: 0; }

/*新訊列表*/
.newsList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px; }
  .newsList .newsItem {
    width: calc(100% / 4);
    padding: 0 30px; }
    @media (max-width: 1180px) {
      .newsList .newsItem {
        width: calc(100% / 3); } }
    @media (max-width: 960px) {
      .newsList .newsItem {
        width: calc(100% / 2);
        padding: 0 50px; } }
    @media (max-width: 640px) {
      .newsList .newsItem {
        width: 100%;
        margin: 0 0 30px; } }
    @media (max-width: 390px) {
      .newsList .newsItem {
        padding: 0 20px; } }
  @media (min-width: 1181px) {
    .newsList .item:hover .imh_opacity::before, .newsList .item:hover .imh_opacity::after {
      opacity: 1; }
    .newsList .item:hover .imh_opacity a::after {
      opacity: 1; }
    .newsList .item:hover a {
      color: #beb98b; } }
  .newsList .Img {
    position: relative; }
    .newsList .Img img {
      width: 100%;
      display: block;
      backface-visibility: hidden;
      border-radius: 140px;
      overflow: hidden; }
  .newsList .Txt {
    position: relative;
    padding: 30px 20px;
    width: 100%; }
    .newsList .Txt .top {
      display: flex;
      width: 100%;
      align-items: flex-end;
      justify-content: space-between;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #dddddd; }
      @media (max-width: 960px) {
        .newsList .Txt .top {
          flex-direction: column;
          padding-bottom: 10px;
          margin-bottom: 10px; } }
      .newsList .Txt .top .dateBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 50%;
        color: #222222;
        font-family: "DM Serif Display";
        font-size: 18px; }
        @media (max-width: 960px) {
          .newsList .Txt .top .dateBox {
            flex-direction: unset;
            width: 100%;
            align-items: center;
            justify-content: flex-start;
            margin: 0 0 5px 0; } }
        .newsList .Txt .top .dateBox .day {
          font-size: 50px;
          font-style: italic;
          letter-spacing: 2px;
          line-height: 0.8; }
          @media (max-width: 960px) {
            .newsList .Txt .top .dateBox .day {
              font-size: 40px;
              margin: 0 5px 0 0; } }
      .newsList .Txt .top .classTitle {
        width: 50%;
        text-align: right;
        color: #beb98b;
        font-size: 13px;
        font-family: "Noto Serif TC";
        font-weight: 500;
        letter-spacing: 1.6px;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        @media (max-width: 960px) {
          .newsList .Txt .top .classTitle {
            width: 100%; } }
    .newsList .Txt .title {
      height: 65px; }
      .newsList .Txt .title a {
        display: block;
        font-weight: 400;
        font-size: 18px; }
    .newsList .Txt .text {
      height: 90px;
      font-size: 15px;
      color: #888888;
      line-height: 1.8; }

.topBox {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media (max-width: 960px) {
    .topBox {
      flex-direction: column;
      padding-bottom: 10px;
      margin-bottom: 10px; } }
  .topBox .classTitle {
    width: 50%;
    text-align: left;
    color: #b1ab6f;
    font-size: 13px;
    font-family: "Noto Serif TC";
    font-weight: 500;
    letter-spacing: 1.6px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 960px) {
      .topBox .classTitle {
        width: 100%; } }
    .topBox .classTitle .tit {
      text-transform: uppercase;
      font-family: "DM Sans"; }
    .topBox .classTitle span.dot {
      width: 4px;
      height: 4px;
      overflow: hidden;
      border-radius: 50%;
      background-color: #beb98b;
      display: block;
      position: relative;
      margin: 0 4px; }
      .topBox .classTitle span.dot:nth-child(2) {
        margin: 0 6px 0 0; }

/*內頁*/
