@charset "UTF-8";
/* CSS Document */
/* CSS Document */
.classNote {
  padding: 30px 0 0 0;
}

/*新訊列表*/
ul.newsList li {
  border-top: 1px solid #eee;
  /*訊息分隔線*/
  padding: 40px 0;
  /*訊息間距*/
}

ul.newsList li:nth-of-type(1) {
  border: none;
}

.newsDate {
  /*發布日期*/
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #0253a6;
  padding-bottom: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsDate strong.green {
  color: #6cba26;
  float: right;
}

.newsDate strong {
  font-weight: 600;
}

.newsDate strong span {
  font-size: 60px;
}

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

.newIcon {
  /*分類小圖示*/
  font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
  color: #0253a6;
}

ul.newsList li .Img {
  /*訊息圖片*/
  float: left;
  margin-right: 20px;
}

ul.newsList li .Img img {
  display: block;
  width: 100%;
}

ul.newsList li .Txt {
  /*文字區*/
  overflow: hidden;
}

ul.newsList li .Txt h3 {
  /*訊息標題*/
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-bottom: 5px;
}

ul.newsList li .Txt h3 a {
  /*訊息標題*/
  display: inline-block;
  vertical-align: middle;
  color: #000;
}

ul.newsList li .Txt h3 a:hover {
  /*訊息標題滑過效果*/
  color: #49aaf5;
}

ul.newsList li .Txt p {
  /*列表說明*/
  color: #898989;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
}

/*內頁*/
/****分享*****/
.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;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae4233), color-stop(100%, #c44c4c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae4233', endColorstr='#c44c4c',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

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

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0px;
  /*下邊線與標題距離*/
}

.titleArea h1 {
  /*標題區左-訊息標題*/
  font-size: 20px;
  font-weight: normal;
  color: #000;
  overflow: hidden;
}

.titleArea h1 strong {
  display: block;
  font-weight: normal;
}

.titleArea h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
}

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

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

@media (max-width: 640px) {
  ul.newsList li .Img {
    max-width: 320px;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #004ea2;
  font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #004ea2;
  font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #004ea2;
  font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #004ea2;
  font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

.side_contactInfo {
  margin: 0;
}

.otherpeople {
  font-size: 14px;
  position: relative;
  background: #005aa9;
  margin: 0 10px;
  padding: 10px;
}

.otherpeople:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #005aa9 transparent;
}

.formBox .otherpeople label {
  color: #fff !important;
  font-size: 14px;
}

.otherpeople input[type="text"] {
  background: #005aa9 !important;
  border: 1px solid #005aa9 !important;
  border-bottom: 1px solid #518abd !important;
  color: #fff;
}

.thankInfo {
  /*感謝資訊*/
  padding: 20px 0;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
  border-bottom: 2px solid #004ea2;
}

.thankInfo h5 {
  color: #0253a6;
  font-size: 30px;
}

.formBox {
  margin: 20px -10px 0 -10px;
  color: #2f2f2f;
  /*字的顏色*/
  font-size: 15px;
}

.formBox .left {
  margin-bottom: 5px;
}

.formBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #000;
  font-weight: 900;
}

.formBox label em {
  color: #df6c1c;
  font-style: normal;
  display: inline-block;
  padding: 0 2px;
}

.formBox input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #D6D6D6;
  border-radius: 0px;
}

.formBox select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px 0;
  width: 100%;
  height: 35px;
  color: #004ea2;
  font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  border: 1px solid #D6D6D6;
  border-radius: 0px;
}

.formBox .other select {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.formBox .other select:last-child {
  width: calc(50% - 15px);
  margin: 0 0 0 10px;
}

.formBox textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 200px;
  padding: 5px;
  font-size: 15px;
  border: 1px solid #D6D6D6;
  border-radius: 0px;
}

/*驗證碼*/
.checkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  padding-top: 25px;
}

.checkArea .sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

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

.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
}

.checkArea .btn a {
  /*送出按鈕*/
  cursor: pointer;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  color: #FFF;
  -webkit-box-shadow: 2px 2px 2px #CCC;
  box-shadow: 2px 2px 2px #CCC;
  border-radius: 0px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.error {
  -webkit-box-shadow: 0 0 10px #F00;
  box-shadow: 0 0 10px #F00;
}

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
  /*整個驗證碼區*/
}

.QapTcha .clr {
  clear: both;
}

.QapTcha .bgSlider {
  /*滑軌*/
  width: 200px;
  height: 34px;
  float: left;
  border-radius: 0px;
  background: #45484d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDU0ODRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #45484d 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  background: -webkit-linear-gradient(-45deg, #45484d 0%, #000000 100%);
  background: -o-linear-gradient(-45deg, #45484d 0%, #000000 100%);
  background: -ms-linear-gradient(-45deg, #45484d 0%, #000000 100%);
  background: -webkit-linear-gradient(315deg, #45484d 0%, #000000 100%);
  background: -o-linear-gradient(315deg, #45484d 0%, #000000 100%);
  background: linear-gradient(135deg, #45484d 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}

.QapTcha .Slider {
  /*按鈕*/
  cursor: pointer;
  width: 45px;
  height: 30px;
  background: transparent url(../Scripts/Qaptcha/but-arrow.gif) no-repeat;
  position: relative;
  top: 2px;
  left: 0;
  z-index: 99;
}

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

.QapTcha .dropSuccess {
  /*成功*/
  color: #4e8b37;
}

.QapTcha .dropError {
  /*錯誤*/
  display: none;
}
