@charset "UTF-8";
/* CSS Document */
@import url(c62b2f70eb6b4dd190334b431300e3c1.css);
.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

/*新訊列表*/
.newsList {
  width: 100%;
}

.newsList .Img {
  position: relative;
}

.newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.newsList .Txt {
  padding: 20px 2px 30px;
}

.newsList .Txt p {
  margin-top: 12px;
  padding-top: 10px;
  height: 55px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #000;
  line-height: 1.8;
  border-top: 1px solid #e1e1e1;
}

.newsList h3 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  letter-spacing: 1px;
}

.newsList h3 a {
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.newsList .newsDate {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Unna", sans-serif;
  color: rgba(226, 226, 226, 0.8);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  pointer-events: none;
}

.newsList .newsDate strong {
  display: inline-block;
  padding: 3px 0;
  font-weight: 400;
}

.newsList .newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}

.newsList .newsDate b {
  display: inline-block;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Unna", sans-serif;
  color: rgba(226, 226, 226, 0.8);
  letter-spacing: 1px;
}

.newsList .newsDate span {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.newsList .newsDate span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: rgba(226, 226, 226, 0.8);
}

.newIcon {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #959595;
}

.listContentArea {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80vh;
  width: 930px;
  z-index: 1003;
  overflow-y: auto;
  padding: 140px 50px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1ede9;
  -webkit-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
  pointer-events: none;
  opacity: 0;
}

.listContentArea.show {
  pointer-events: auto;
  opacity: 1;
}

.listContentArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.listContentArea::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.listContentArea::-webkit-scrollbar-thumb {
  background-color: #000;
}

.listContentArea .moduleCloseStyle {
  position: absolute;
  right: 60px;
  top: 45px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #aaaaaa;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.listContentArea .moduleCloseStyle:hover {
  background-color: #ab8b70;
}

.listContentArea .icon {
  position: relative;
  width: 15px;
  height: 1px;
}

.listContentArea .icon:before, .listContentArea .icon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.listContentArea .icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.listContentArea .icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.listContentArea .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  pointer-events: none;
  opacity: 0;
}

.listContentArea .ins.show {
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  pointer-events: auto;
  opacity: 1;
}

.listContentArea .ins .leftBox {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.listContentArea .ins .leftBox .titleBox {
  position: relative;
}

.listContentArea .ins .rightBox {
  padding-left: 30px;
  padding-bottom: 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainArea.ins {
  padding-top: 140px;
}

.mainArea.ins .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainArea.ins .leftBox {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.mainArea.ins .rightBox {
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.titleArea h1 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  letter-spacing: 1px;
}

.dateArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shareBox {
  padding-left: 10px;
  width: 192px;
  min-width: 192px;
}

.shareBox b {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Unna", sans-serif;
  letter-spacing: 0.5px;
  color: #ccc;
}

.shareBox a {
  margin: 0 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #aaa;
}

.shareBox a:hover {
  color: #ab8b70;
}

.shareBox a:hover svg {
  fill: #ab8b70;
}

.shareBox svg {
  width: 20px;
  height: 20px;
  fill: #aaa;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

/** 內頁 **/
.dateArea {
  margin-top: 20px;
  margin-bottom: 45px;
}

.dateArea b {
  font-size: 14px;
  font-weight: 400;
  font-weight: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #171717;
}

.dateArea strong {
  font-size: 14px;
  font-weight: 400;
  font-family: "Unna", sans-serif;
  text-transform: uppercase;
}

.dateArea strong span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.dateArea strong span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #171717;
}

.newIcon, .dateTitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #959595;
}

.textEditor {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #000;
}

.sectionTitle {
  padding: 15px 0;
}

.sectionTitle strong {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Serif TC", "微軟正黑體", sans-serif;
  color: #000;
}

.side_news li {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.side_news .Txt a {
  height: 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.side_news .Txt a:hover {
  color: #ab8b70;
}

.newsDate strong {
  font-size: 14px;
  font-weight: 400;
  font-family: "Unna", sans-serif;
  text-transform: uppercase;
}

.newsDate strong span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.newsDate strong span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #171717;
}

.pageBox {
  position: absolute;
  top: 170px;
  left: 2px;
}

.pageBox a {
  margin-top: 5px;
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #cfcfcf;
  border-radius: 50%;
  color: #fff;
}

.pageBox a:hover {
  background-color: #ab8b70;
}

@media (max-width: 960px) {
  .listContentArea {
    width: calc(100% - 40px);
  }
  .mainArea.ins {
    padding: 20px;
  }
  .mainArea.ins .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mainArea.ins .leftBox {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .mainArea.ins .rightBox {
    padding-left: 0;
    margin-top: 20px;
  }
  .mainArea.ins .titleBox {
    display: none;
  }
  .mainArea.ins .titleBox .title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #222;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .listContentArea {
    padding: 100px 30px 0 30px;
  }
  .listContentArea .moduleCloseStyle {
    top: 30px;
    right: 30px;
  }
  .listContentArea .ins {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .listContentArea .ins .leftBox {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .listContentArea .ins .rightBox {
    padding-left: 0;
    padding-top: 30px;
  }
  .listContentArea .ins .titleBox .title {
    padding: 10px 35px;
  }
  .listContentArea .ins .titleBox .subTitle {
    margin-top: 10px;
    width: auto;
  }
  .listContentArea .ins .titleBox .insDeckLine:before {
    top: 50%;
    left: -140px;
    height: 1px;
    width: 125px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .listContentArea .ins .titleBox .deckLine span {
    margin: 0;
    margin-left: 10px;
    width: 100%;
    height: 1px;
  }
  .listContentArea .ins .pageBox {
    top: 2px;
    left: auto;
    right: 0;
  }
  .listContentArea .ins .pageBox a {
    margin-top: 0;
    margin-left: 5px;
  }
}

@media (max-width: 640px) {
  .listContentArea {
    width: 100%;
    height: 100vh;
    max-height: none;
  }
  .listContentArea .ins .rightBox {
    padding-top: 10px;
  }
  .titleArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .shareBox {
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
  }
  .dateArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dateArea strong {
    margin-top: 10px;
  }
}

@media (max-width: 320px) {
  .listContentArea {
    padding: 80px 20px 0;
  }
  .listContentArea .moduleCloseStyle {
    right: 20px;
    top: 20px;
  }
}

/*# sourceMappingURL=news.css.map */