@charset "UTF-8";
ul.newsList li, .textEditor,.textEditor_news, .articleBox ul li {
  box-sizing: border-box;
}

/*新訊列表*/
/*內頁*/
/****分享*****/
/********標題區*******/
header {
  border-bottom: 1px solid #d9d9d9;
}

header.scroll {
  border-bottom-color: transparent;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

.mainArea {
  margin-top: 310px;
  padding-bottom: 0;
}

.classLink li a.current::before, .classLink li a::before {
  background-color: #d9d9d9;
}

ul.newsList {
  padding-top: 30px;
  margin: 0 -10px;
}

ul.newsList li {
  max-width: 490px;
  padding: 10px;
  margin-bottom: 60px;
}

ul.newsList li .Img {
  position: relative;
}

ul.newsList li .Img a {
  display: block;
}

ul.newsList li .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul.newsList li .Txt {
  padding: 12px 0;
  line-height: 1.8;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

ul.newsList li .Txt h3 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #f8f8f8;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.newsList li .Txt h3 a:hover {
  color: #ad8b51;
}

ul.newsList li .Txt p {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.8;
}

ul.newsList li .Txt .date {
  font-weight: 600;
  color: #bbb;
}

.newsDate {
  position: absolute;
  padding: 5px 0;
  font-size: 12px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsDate strong {
  font-weight: normal;
}

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

.newsDate b {
  margin-left: 3px;
}

.shareBox {
  float: right;
}

.shareBox .btn-fb {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.shareBox a.back {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  font-size: 12px;
  color: #FFF;
  border-radius: 3px;
  background: #ae4233;
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae4233', endColorstr='#c44c4c',GradientType=0 );
  transition: none;
}

.shareBox a.back:hover {
  background: #398cb1;
}

.titleArea {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.titleArea h1 {
  font-size: 35px;
  font-weight: 500;
  color: #bf9f62;
  margin-left: 7px;
  letter-spacing: 7px;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.titleArea .newsDate {
  position: static;
  display: block;
  margin: 5px 0 30px;
  font-size: 15px;
  color: #bbb;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.titleArea .newIcon {
  position: static;
  display: inline-block;
}

.titleArea .btn-fb {
  float: left;
}

.titleArea .backBtn {
  position: absolute;
  padding: 5px 0;
  left: 0;
  bottom: 0;
  font-size: 14px;
}

.titleArea a.back {
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 5px;
  color: #06F;
  font-size: 10pt;
}

.textEditor {
  margin-bottom: 60px;
  background-color: #f8f8f8;
}

.textEditor + .side_news {
  margin-top: -30px;
}

/*2*/
.textEditor_news {
  margin-bottom: 60px;
  background-color: #f8f8f8;
}

.textEditor_news + .side_news {
  margin-top: -30px;
}


.imgArea {
  line-height: 0;
  margin-bottom: 10px;
}

.imgArea img {
  max-width: 100%;
  height: auto !important;
}

.articleBox {
  max-width: 1160px;
  margin: auto;
  padding: 105px 0;
}

.articleBox .articleTitle {
  margin-bottom: 12px;
  font-size: 35px;
  font-weight: 400;
  color: #080808;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.articleBox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.articleBox ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.articleBox ul li {
  position: relative;
  float: left;
  width: 50%;
  padding: 10px 10px 10px 25px;
}

.articleBox ul li::before {
  content: '◎';
  position: absolute;
  color: #444244;
  top: 10px;
  left: 7px;
}

.articleBox ul + img {
  margin-top: 100px;
}

@media (max-width: 1280px) {
  .articleBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1180px) {
  .mainArea {
    margin-top: 40px;
  }
  .articleBox {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 960px) {
  .articleBox ul li {
    float: none;
    width: 100%;
  }
  .titleArea h3 {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  ul.newsList li {
    max-width: none;
  }
  .m_classLink {
    margin-bottom: 0;
  }
}
