@charset "UTF-8";
.newsArea .newsList .title, .contractArea .contractList .remarkBtn::before,
.contractArea .contractList .downloadBtn::before, .contractArea .contractList .contractItem, .contractArea .contractTab .tabBtn {
  transition: all 0.5s;
}

.outerWrap {
  overflow: hidden;
  background: #f7f7f7 url(../images/client/dotsBg.png) no-repeat top 86px right;
}
@media (max-width: 1200px) {
  .outerWrap {
    background-image: none;
  }
}

.decorateBox {
  pointer-events: none;
  position: absolute;
  top: 86px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 940px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .decorateBox {
    display: none;
  }
}
.decorateBox .decorate {
  position: absolute;
}
.decorateBox .decorate1 {
  top: 21%;
  left: 8%;
  width: 27px;
  height: 27px;
  background-color: #fff;
}
.decorateBox .decorate2 {
  top: 32%;
  left: 5%;
  width: 22px;
  height: 22px;
  background-color: #888;
}
.decorateBox .decorate3 {
  top: 52%;
  left: 8.5%;
  width: 9px;
  height: 9px;
  background-color: #000;
}
.decorateBox .decorate4 {
  top: 73%;
  left: 14%;
  width: 25px;
  height: 25px;
  background-color: #fff;
}
.decorateBox .decorate5 {
  top: 74%;
  left: 16.5%;
  width: 13px;
  height: 13px;
  background-color: #000;
}
.decorateBox .decorate6 {
  top: 98%;
  left: 7%;
  width: 18px;
  height: 18px;
  background-color: #fff;
}
.decorateBox .decorate7 {
  top: 26%;
  right: 31.5%;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.decorateBox .decorate8 {
  top: 15.5%;
  right: 25%;
  width: 19px;
  height: 19px;
  background-color: #dadada;
}
.decorateBox .decorate9 {
  top: 5%;
  right: 22%;
  width: 20px;
  height: 20px;
  background-color: #888;
}
.decorateBox .decorate10 {
  top: 9%;
  right: 21%;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.decorateBox .decorate11 {
  top: 14.5%;
  right: 20.6%;
  width: 9px;
  height: 9px;
  background-color: #000;
}
.decorateBox .decorate12 {
  top: 13%;
  right: 17.5%;
  width: 7px;
  height: 7px;
  background-color: #fff;
}
.decorateBox .decorate13 {
  top: 8%;
  right: 6.6%;
  width: 29px;
  height: 29px;
  background-color: #fff;
}
.decorateBox .decorate14 {
  top: 10%;
  right: 7%;
  width: 22px;
  height: 22px;
  background-color: #000;
}
.decorateBox .decorate15 {
  top: 18%;
  right: 1%;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.decorateBox .decorate16 {
  top: 83%;
  right: 29.5%;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.decorateBox .decorate17 {
  top: 75%;
  right: 24%;
  width: 19px;
  height: 19px;
  background-color: #fff;
}
.decorateBox .decorate18 {
  top: 65%;
  right: 17%;
  width: 9px;
  height: 9px;
  background-color: #888;
}
.decorateBox .decorate19 {
  top: 59%;
  right: 7%;
  width: 24px;
  height: 24px;
  background-color: #fff;
}
.decorateBox .decorate20 {
  top: 73%;
  right: 8%;
  width: 29px;
  height: 29px;
  background-color: #fff;
}
.decorateBox .decorate21 {
  top: 68%;
  right: 2%;
  width: 20px;
  height: 20px;
  background-color: #dadada;
}
.decorateBox .decorate22 {
  top: 72%;
  right: 0.5%;
  width: 8px;
  height: 8px;
  background-color: #888;
}

.mainArea {
  position: relative;
  overflow: initial;
  z-index: 2;
}

.contentBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.contentBox .leftBox {
  width: 260px;
}
@media (max-width: 1200px) {
  .contentBox .leftBox {
    width: 100%;
  }
}
.contentBox .rightBox {
  width: calc(100% - 260px);
  padding-left: 111px;
}
@media (max-width: 1200px) {
  .contentBox .rightBox {
    width: 100%;
    padding-left: 0;
  }
}
.contentBox .rightBox .bottomBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 50px;
  margin-top: 44px;
  border-bottom: 1px solid #c9c9c9;
}
.contentBox .rightBox .bottomBox .btn1 {
  width: 180px;
}
@media (max-width: 1200px) {
  .contentBox .rightBox .bottomBox {
    padding-bottom: 20px;
    border-bottom: 0;
  }
}
@media (max-width: 640px) {
  .contentBox .rightBox .bottomBox {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media (min-width: 1201px) {
  .contentBox .rightBox .side_news {
    display: none;
  }
}

.loginArea {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1060px;
  margin: 30px auto;
  background-color: #fff;
  padding: 90px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 0px 15px 0px rgba(4, 4, 4, 0.1);
}
@media (max-width: 960px) {
  .loginArea {
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .loginArea {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .loginArea {
    border: none;
    box-shadow: none;
  }
}
.loginArea .leftBox,
.loginArea .rightBox {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .loginArea .leftBox,
.loginArea .rightBox {
    width: 100%;
  }
}
.loginArea .leftBox {
  padding-right: 90px;
}
@media (max-width: 960px) {
  .loginArea .leftBox {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .loginArea .leftBox {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.loginArea .rightBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 90px;
  border-left: 1px solid #eaeaea;
}
@media (max-width: 960px) {
  .loginArea .rightBox {
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .loginArea .rightBox {
    padding-left: 0;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #eaeaea;
  }
}
.loginArea .rightBox::before {
  content: "OR";
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #fff;
}
@media (max-width: 767px) {
  .loginArea .rightBox::before {
    top: -25px;
    left: 50%;
    margin-left: -25px;
    margin-top: 0;
  }
}
.loginArea .welcomeText {
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.loginArea .welcomeText .text {
  font-size: 33px;
  font-weight: 500;
  color: #111;
}
@media (max-width: 767px) {
  .loginArea .welcomeText .text {
    font-size: 20px;
  }
}
.loginArea input[type=text], .loginArea input[type=email], .loginArea input[type=password] {
  width: 100%;
  height: 42px;
  padding: 10px 50px 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #555;
  font-size: 16px;
  color: #000;
  transition: all 0.5s;
}
.loginArea input[type=text]:focus, .loginArea input[type=text].hasValue, .loginArea input[type=email]:focus, .loginArea input[type=email].hasValue, .loginArea input[type=password]:focus, .loginArea input[type=password].hasValue {
  border-color: #e7380d;
}
.loginArea input[type=text]:focus ~ .title, .loginArea input[type=text].hasValue ~ .title, .loginArea input[type=email]:focus ~ .title, .loginArea input[type=email].hasValue ~ .title, .loginArea input[type=password]:focus ~ .title, .loginArea input[type=password].hasValue ~ .title {
  top: -15px;
}
.loginArea .btn_relog {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #454545;
}
.loginArea .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.loginArea .iconLock {
  width: 15px;
  height: 20px;
}
.loginArea .iconKey {
  width: 15px;
  height: 15px;
}
.loginArea .inputBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
  margin-bottom: 40px;
}
.loginArea .textBox {
  padding-top: 15px;
  text-align: center;
  font-size: 17px;
}
.loginArea .textBox a {
  color: #e7380d;
}
@media (min-width: 1201px) {
  .loginArea .textBox a:hover {
    text-decoration: underline;
  }
}
.loginArea .title {
  width: 84px;
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #000;
  transition: all 0.5s;
  margin-bottom: 7px;
}
.loginArea input {
  width: calc(100% - 84px);
}
.loginArea .btnBox {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.loginArea .btnBox a {
  position: relative;
  font-size: 17px;
  padding-right: 10px;
  margin-right: 10px;
}
.loginArea .btnBox a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #808080;
}
.loginArea .btn1 .login_btn_status {
  max-width: 200px;
}
.loginArea .thirdPartyBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.loginArea .thirdPartyItem {
  margin-bottom: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: 18px 50%;
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .loginArea .thirdPartyItem:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.loginArea .thirdPartyItem a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #454545;
}
.loginArea .thirdPartyItemGoogle {
  background-color: #f1f1f1;
  background-image: url("../images/google.svg");
}
.loginArea .thirdPartyItemFb {
  background-image: url("../images/facebook.svg");
  background-color: #3b5781;
}
.loginArea .thirdPartyItemFb a {
  color: #fff;
}
.loginArea .thirdPartyItemLine {
  background-image: url("../images/line.svg");
  border: 1px solid #c9c9c9;
}
.loginArea .forgetCheck,
.loginArea .resendCheck {
  display: none;
}
.loginArea .btn_relog {
  display: inline-block;
  padding-top: 15px;
  color: #808080;
  border-bottom: 1px solid #808080;
}
@media (min-width: 1201px) {
  .loginArea .btn_relog:hover {
    color: #e7380d;
    border-bottom-color: #e7380d;
  }
}

/*註冊頁面*/
.section {
  margin-bottom: 40px;
}
.section h3 {
  position: relative;
  clear: both;
  margin-bottom: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #dadada;
  font-weight: 400;
  font-size: 20px;
}

.condition .textEditor {
  height: 250px;
  margin: 0;
  padding: 15px;
  border: 1px solid #c9c9c9;
  font-size: 13px;
  background-color: #fff;
  overflow-y: scroll;
}
.condition .check {
  margin-top: 10px;
  font-size: 15px;
  color: #db1b60;
}
.condition .check label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.condition .check input[type=checkbox] {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.formList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.formList li {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .formList li {
    width: 100%;
  }
}
.formList .full {
  width: 100%;
}
.formList .noteTxt {
  margin-top: 10px;
  font-size: 13px;
  color: #959595;
  letter-spacing: 0.05em;
}
.formList .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
  color: #454545;
  letter-spacing: 0.05em;
}
.formList .left em {
  color: #e24242;
}
.formList .right {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #454545;
}
.formList .right a {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #454545;
}
@media (min-width: 1201px) {
  .formList .right a:hover {
    text-decoration: underline;
  }
}
.formList select {
  height: 50px;
  border-radius: 5px;
  margin: 4px 4px 4px 0;
  background-color: transparent;
  border: 1px solid #dbdbdb;
}
.formList input[type=text], .formList input[type=password] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  letter-spacing: 0.2em;
}

#data_address {
  margin-top: 12px;
}

.error {
  border-color: #f00 !important;
}

.orderTxt {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
}
.checkArea a {
  /*送出按鈕*/
  display: block;
  padding: 7px 15px;
  box-shadow: 2px 2px 2px #ccc;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}

.checkArea .btn,
.sliderBox {
  display: inline-block;
  vertical-align: middle;
}

.sliderBox {
  position: relative;
  margin-right: 8px;
}

.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-size: 15px;
  font-family: "微軟正黑體";
  color: #999;
}

/*合約查詢頁---start*/
.contractArea .topBox {
  position: relative;
}
.contractArea .articleTitle {
  line-height: 1;
  padding-bottom: 28px;
}
@media (max-width: 1200px) {
  .contractArea .articleTitle {
    display: none;
  }
}
.contractArea .contractTab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 1;
  margin: 0 -6.5px;
}
@media (max-width: 1200px) {
  .contractArea .contractTab {
    position: relative;
    padding-bottom: 20px;
  }
}
.contractArea .contractTab .contractTabItem {
  padding: 3px 6.5px;
}
.contractArea .contractTab .tabBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 110px;
  height: 32px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 15px;
  padding: 3px 25px;
  color: #000;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}
.contractArea .contractTab .tabBtn.current {
  color: #fff;
  border-color: #e7380d;
  background-color: #e7380d;
}
@media (min-width: 1201px) {
  .contractArea .contractTab .tabBtn:hover {
    color: #fff;
    border-color: #e7380d;
    background-color: #e7380d;
  }
}
.contractArea .contractList .contractItem {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
  padding: 11.5px 22px 11.5px 27.5px;
}
@media (max-width: 768px) {
  .contractArea .contractList .contractItem {
    padding: 15px 0;
  }
}
.contractArea .contractList .contractItem.topTitle {
  background-color: #353535;
  border-radius: 5px;
  padding: 22px 22px 22px 27.5px;
}
.contractArea .contractList .contractItem.topTitle .item {
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}
@media (max-width: 768px) {
  .contractArea .contractList .contractItem.topTitle {
    display: none;
  }
}
.contractArea .contractList .contractItem:not(:first-child) {
  border-top: 1px solid #ddd;
}
@media (min-width: 1201px) {
  .contractArea .contractList .contractItem:not(.topTitle):hover {
    border-radius: 15px;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  }
  .contractArea .contractList .contractItem:not(.topTitle):hover + .contractItem {
    border-top-color: transparent;
  }
}
@media (max-width: 768px) {
  .contractArea .contractList .contractItem:nth-child(2) {
    border-top: 0;
  }
}
.contractArea .contractList .contractItem:last-child {
  border-bottom: 1px solid #ddd;
}
.contractArea .contractList .item {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
  padding: 0 12.5px;
}
.contractArea .contractList .item.title {
  width: 250px;
}
.contractArea .contractList .item.deadline {
  -ms-flex: 1;
      flex: 1;
}
.contractArea .contractList .item.remark, .contractArea .contractList .item.download {
  text-align: center;
  width: 105px;
}
@media (max-width: 768px) {
  .contractArea .contractList .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 4px 10px;
  }
  .contractArea .contractList .item.title {
    -ms-flex-order: 1;
        order: 1;
    width: calc(100% - 160px);
  }
  .contractArea .contractList .item.deadline {
    -ms-flex: auto;
        flex: auto;
    -ms-flex-order: 3;
        order: 3;
    width: calc(100% - 160px);
  }
  .contractArea .contractList .item.remark {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-order: 2;
        order: 2;
    width: 160px;
  }
  .contractArea .contractList .item.download {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-order: 4;
        order: 4;
    width: 160px;
  }
}
@media (max-width: 480px) {
  .contractArea .contractList .item.title {
    width: 100%;
  }
  .contractArea .contractList .item.deadline {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
  }
  .contractArea .contractList .item.remark {
    -ms-flex-order: 4;
        order: 4;
    width: auto;
  }
  .contractArea .contractList .item.download {
    -ms-flex-order: 3;
        order: 3;
    width: auto;
  }
}
.contractArea .contractList .remarkBtn,
.contractArea .contractList .downloadBtn {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #e5e5e5;
}
.contractArea .contractList .remarkBtn::before,
.contractArea .contractList .downloadBtn::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 1201px) {
  .contractArea .contractList .remarkBtn:hover,
.contractArea .contractList .downloadBtn:hover {
    background-color: #e7380d;
  }
  .contractArea .contractList .remarkBtn:hover::before,
.contractArea .contractList .downloadBtn:hover::before {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.contractArea .contractList .remarkBtn::before {
  background: url(../images/icon/link.png) no-repeat center;
}
.contractArea .contractList .downloadBtn::before {
  background: url(../images/icon/download.png) no-repeat center;
}
.contractArea .contractList .mobileTitle {
  display: inline-block;
}
@media (min-width: 769px) {
  .contractArea .contractList .mobileTitle {
    display: none;
  }
}

/*合約查詢頁---end*/
/*洽詢紀錄頁---start*/
.inquireList table {
  border-collapse: collapse;
  color: #222;
}
.inquireList th {
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 15px;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #ececec;
  background-color: #bbb;
}
.inquireList td {
  padding: 15px;
  font-size: 14px;
  color: #353535;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px solid #ececec;
}
.inquireList td > div {
  pointer-events: none;
}
.inquireList .footable-row-detail-name {
  font-weight: 400;
  padding: 3px 10px 3px 0;
}
.inquireList .inquireItem {
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
.inquireList .inquireHead, .inquireList .inquireBody {
  display: -ms-flexbox;
  display: flex;
}
.inquireList .date {
  width: 120px;
}
.inquireList .serviceItem {
  width: calc(100% - 120px);
}
.inquireList .tr:not(:first-child) {
  border-top: 1px solid #ececec;
}
.inquireList .th {
  padding: 15px;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #bbb;
}
.inquireList .th:not(:first-child) {
  border-left: 1px solid #ececec;
}
.inquireList .td {
  padding: 15px;
  font-size: 14px;
  color: #353535;
  letter-spacing: 0.05em;
  background: #fff;
}
.inquireList .td:not(:first-child) {
  border-left: 1px solid #ececec;
}

/*洽詢紀錄頁---end*/
/*公告訊息---start*/
@media (max-width: 1200px) {
  .newsArea .classBoxMember {
    margin-bottom: 15px;
  }
}
.newsArea .classBoxNews {
  z-index: 3;
}
.newsArea .newsList .newsItem {
  padding: 7px 0;
}
.newsArea .newsList .item {
  position: relative;
  border-radius: 15px;
  padding: 30px 95px 27px 33px;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .newsArea .newsList .item:hover .title {
    color: #e7380d;
  }
  .newsArea .newsList .item:hover .btn2 a {
    border-color: #e7380d;
    background-color: #e7380d;
  }
  .newsArea .newsList .item:hover .btn2 a::before {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
@media (max-width: 1200px) {
  .newsArea .newsList .item {
    padding: 19px 95px 24px 24px;
  }
}
@media (max-width: 640px) {
  .newsArea .newsList .item {
    padding: 19px 24px 24px;
  }
}
.newsArea .newsList .link {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.newsArea .newsList .dateClass {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.newsArea .newsList .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 15px;
  color: #111;
}
.newsArea .newsList .text {
  max-height: 91px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-top: 13px;
  color: #353535;
}
.newsArea .newsList .btn2 {
  position: absolute;
  top: calc(50% - 25px);
  right: 31px;
  z-index: 1;
}
.newsArea .newsList .btn2 a {
  border: 1px solid #626262;
}
@media (max-width: 1200px) {
  .newsArea .newsList .btn2 {
    right: 24px;
  }
}
@media (max-width: 640px) {
  .newsArea .newsList .btn2 {
    display: none;
  }
}
.newsArea .dateClass {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 21px;
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid #c9c9c9;
}
.newsArea .dateClass .date {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 5px 15px 5px 0;
  color: #626262;
}
.newsArea .classTitle {
  font-size: 15px;
  letter-spacing: 0.5px;
  border-radius: 13px;
  padding: 2px 14px;
  color: #e7380d;
}
.newsArea .articleTitle {
  margin-bottom: 24px;
  border-bottom: 0;
}
.newsArea .textEditor > .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 15px;
}
.newsArea .textEditor > .Txt {
  font-size: 15px;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-top: 42px;
  color: #353535;
}

/*公告訊息---end*/