@charset "UTF-8";
body {
  font-family: 微軟正黑體;
  width: 100%;
  font-size: 15px; }
  body .container {
    width: 100%; }
    @media screen and (min-width: 992px) {
      body .container {
        width: 970px; } }
    @media screen and (min-width: 1200px) {
      body .container {
        width: 1170px; } }

a {
  text-decoration: none;
  color: #4D4B45; }
  a:focus, a:hover, a:visited {
    text-decoration: none;
    color: #333; }

.btn {
  border-radius: 5px;
  border: none; }
  .btn.btn-full {
    width: 100%;
    text-align: center; }
  .btn.btn-primary {
    background: #d9534f;
    color: #fff; }

.alert-text {
  color: red; }

.import-text {
  color: #EE8A19; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

/*firefox */
input[type=number] {
  -moz-appearance: textfield; }

.xs-margin-bottom {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .xs-margin-bottom {
      margin-bottom: 0px; } }

.md-margin-bottom {
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .md-margin-bottom {
      margin-bottom: 0px; } }

.gotop {
  background-image: url(../img/arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #f4e1df;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 0;
  text-indent: -999px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  overflow: auto;
  display: none; }
  .gotop:hover {
    background-color: #fd6b5a; }

header {
  background-color: #F5E1E0;
  text-align: center; }
  header .logo-link {
    display: block;
    padding: 35px 20px 30px; }
    @media screen and (min-width: 768px) {
      header .logo-link {
        padding: 135px 50px 80px; } }
    header .logo-link img {
      max-width: 100%;
      height: auto; }

footer {
  margin-top: 20px;
  background-image: linear-gradient(0deg, #fff 0%, #f5f5f5 100%);
  text-align: center; }
  @media screen and (min-width: 768px) {
    footer {
      margin-top: 50px; } }
  footer .copyright {
    font-size: 13px;
    padding: 35px 0;
    display: inline-block;
    vertical-align: bottom; }

/*
* @Author: ansen
* @Date:   2018-04-20 11:45:36
* @Last Modified by:   ansen
* @Last Modified time: 2018-04-20 13:35:49
*/
.error-area {
  text-align: center;
  padding: 40px 0 20px; }
  @media screen and (min-width: 768px) {
    .error-area {
      padding: 115px 0 20px; } }
  .error-area .error-img {
    padding: 0 30px; }
    @media screen and (min-width: 768px) {
      .error-area .error-img {
        padding: 0; } }
    .error-area .error-img img {
      max-width: 100%;
      height: auto; }
      .error-area .error-img img.pc {
        display: none; }
      @media screen and (min-width: 768px) {
        .error-area .error-img img.mb {
          display: none; }
        .error-area .error-img img.pc {
          display: block;
          margin: auto; } }
  .error-area .error-text {
    display: inline-block;
    width: 95%;
    padding: 10px;
    margin-top: 10px;
    border-top: 1px solid #d2b2b3;
    font-size: 20px;
    color: #333; }
    @media screen and (min-width: 768px) {
      .error-area .error-text {
        width: 100%;
        max-width: 670px;
        padding: 30px;
        margin-top: 30px; } }
    .error-area .error-text #error-time {
      display: inline-block;
      font-size: 25px;
      color: #bf4646;
      margin: 0 8px 0 3px; }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.index-main-area {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Noto Sans TC', sans-serif; }

.index-news-row {
  padding: 10px 15px;
  border-bottom: 1px solid #D2B2B3;
  position: relative; }
  @media screen and (min-width: 768px) {
    .index-news-row {
      padding: 10px 15px 10px 365px; } }
  .index-news-row:first-child {
    border-top: 1px solid #D2B2B3; }
  .index-news-row .index-photo-area {
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .index-news-row .index-photo-area {
        width: 350px;
        height: 190px;
        position: absolute;
        top: 10px;
        left: 15px;
        margin-bottom: 0; } }
    .index-news-row .index-photo-area img {
      max-width: 100%;
      max-height: 100%;
      height: auto; }
      @media screen and (min-width: 768px) {
        .index-news-row .index-photo-area img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
  .index-news-row .index-news-box {
    position: relative; }
    @media screen and (min-width: 768px) {
      .index-news-row .index-news-box {
        padding: 10px 20px 40px;
        min-height: 190px; } }
    .index-news-row .index-news-box .index-news-title {
      font-size: 23px;
      margin-bottom: 10px; }
    .index-news-row .index-news-box .index-news-intro {
      word-break: break-all;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .index-news-row .index-news-box .index-news-intro {
          margin-bottom: 0; } }
    .index-news-row .index-news-box .index-news-btn {
      display: inline-block;
      font-size: 18px;
      font-family: 'Roboto Condensed', sans-serif;
      padding: 2px 25px 2px 15px;
      background-color: #a56767;
      color: #fff;
      position: relative; }
      @media screen and (min-width: 768px) {
        .index-news-row .index-news-box .index-news-btn {
          position: absolute;
          bottom: 0;
          left: 20px; } }
      .index-news-row .index-news-box .index-news-btn:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 10px solid #a56767;
        position: absolute;
        top: 0;
        right: -10px; }
      .index-news-row .index-news-box .index-news-btn span.white {
        display: inline-block;
        width: 3px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 4px; }
        .index-news-row .index-news-box .index-news-btn span.white:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-top: 15px solid transparent;
          border-bottom: 14px solid transparent;
          border-left: 10px solid #fff;
          position: absolute;
          top: 0;
          right: -10px; }
      .index-news-row .index-news-box .index-news-btn span.text {
        display: inline-block;
        position: relative; }
        .index-news-row .index-news-box .index-news-btn span.text:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-top: 15px solid transparent;
          border-bottom: 14px solid transparent;
          border-left: 10px solid #a56767;
          position: absolute;
          top: -2px;
          right: -28px;
          z-index: 2; }

/*
* @Author: ansen
* @Date:   2018-04-18 11:04:17
* @Last Modified by:   ansen
* @Last Modified time: 2018-05-18 14:33:35
*/
.list-row {
  padding: 10px 15px 10px 135px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .list-row {
      padding: 10px 15px 10px 205px; } }
  .list-row .list-photo-area {
    width: 120px;
    position: absolute;
    top: 10px;
    left: 15px; }
    @media screen and (min-width: 768px) {
      .list-row .list-photo-area {
        width: 190px;
        height: 104px;
        position: absolute;
        top: 10px;
        left: 15px;
        margin-bottom: 0; } }
    .list-row .list-photo-area img {
      max-width: 100%;
      max-height: 100%;
      height: auto; }
      @media screen and (min-width: 768px) {
        .list-row .list-photo-area img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
  .list-row .list-box {
    min-height: 65px;
    padding-left: 20px; }
    @media screen and (min-width: 768px) {
      .list-row .list-box {
        min-height: 103px; } }
    .list-row .list-box .list-title {
      font-size: 16px;
      margin-bottom: 10px; }
      .list-row .list-box .list-title:hover {
        color: #D9534F; }
      @media screen and (min-width: 768px) {
        .list-row .list-box .list-title {
          font-size: 20px; } }
    .list-row .list-box .list-content {
      font-size: 13px;
      color: #828282;
      word-break: break-all; }
      @media screen and (min-width: 768px) {
        .list-row .list-box .list-content {
          font-size: 14px; } }
  .list-row + .list-row {
    border-top: 1px solid #D2B2B3; }

/*
* @Author: ansen
* @Date:   2018-04-03 16:22:22
* @Last Modified by:   ansen
* @Last Modified time: 2018-04-20 12:32:16
*/
.breadcrumbs {
  font-size: 13px;
  color: #d2a8a6;
  padding: 0 10px;
  margin-top: 20px; }
  .breadcrumbs a {
    color: #d2a8a6; }

.page-area {
  padding: 20px 0px 30px;
  margin-top: 12px;
  font-family: 'Noto Sans TC', sans-serif;
  border-top: 1px solid #D2B2B3; }
  @media screen and (min-width: 768px) {
    .page-area {
      padding: 20px 50px 30px; } }
  @media screen and (min-width: 992px) {
    .page-area {
      padding: 20px 95px 30px; } }
  .page-area .page-title {
    font-size: 25px;
    margin-bottom: 35px; }
  .page-area img {
    max-width: 100%;
    height: auto; }

.article-content-area {
  line-height: 1.5;
  word-break: break-all;
  text-align: justify;
  font-size: 16px; }
  .article-content-area table, .article-content-area iframe, .article-content-area video {
    max-width: 100%; }
  .article-content-area img {
    max-width: 100%;
    height: auto; }

.message-sub-title {
  font-size: 24px;
  margin: 0px 20px 10px; }

.message-row {
  padding: 20px;
  background-color: #fff2f1;
  margin-bottom: 10px; }
  .message-row:after {
    content: '';
    display: block;
    clear: both; }
  .message-row .message-header {
    font-size: 18px;
    margin-bottom: 20px; }
  .message-row .message-content {
    text-align: justify;
    word-break: break-all;
    line-height: 1.5;
    margin-bottom: 10px; }
  .message-row .message-time {
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: right;
    color: #B6B6B6; }
  .message-row .message-reply {
    border-top: 1px dashed #f4e1df;
    font-size: 14px;
    padding-top: 10px;
    margin-top: 10px; }
    .message-row .message-reply span {
      display: block;
      color: #828282;
      margin-bottom: 5px; }

.message-area {
  margin-top: 20px;
  border: 1px solid #d4bcb9; }
  .message-area .message-sub-title {
    font-size: 20px;
    background-color: #f4e1df;
    margin: 0 0 10px;
    padding: 10px 20px; }

.message-group {
  padding: 10px 20px; }
  @media screen and (min-width: 400px) {
    .message-group {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  .message-group .label-area {
    margin-bottom: 5px; }
    @media screen and (min-width: 400px) {
      .message-group .label-area {
        display: table-cell;
        width: 85px;
        margin-bottom: 0; } }
  @media screen and (min-width: 400px) {
    .message-group .input-area {
      display: table-cell; } }
  .message-group label {
    font-weight: normal;
    margin-bottom: 0; }
  .message-group textarea {
    resize: none; }
  .message-group input.form-control.vcode {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    margin-right: 15px; }
  .message-group img.vcode {
    display: inline-block;
    vertical-align: middle;
    width: 97px;
    height: 34px;
    margin-right: 15px; }
    @media screen and (min-width: 650px) {
      .message-group img.vcode {
        margin-top: -3px; } }
  .message-group .vcode-area {
    padding-top: 10px; }
    @media screen and (min-width: 650px) {
      .message-group .vcode-area {
        display: inline-block;
        padding-top: 0; } }

.form-area {
  margin-top: 20px;
  padding: 0 0 30px;
  border: 1px solid #d4bcb9; }
  .form-area .form-title {
    font-size: 20px;
    padding: 30px 20px;
    text-align: center; }
  .form-area .group-area .group-header {
    font-size: 18px;
    background-color: #f4e1df;
    padding: 10px 20px; }
    .form-area .group-area .group-header span.required {
      display: inline-block;
      font-size: 13px;
      color: #fff;
      background-color: #d9534f;
      border-radius: 3px;
      padding: 1px 4px;
      margin-left: 5px; }
  .form-area .group-area .group-content {
    padding: 20px; }
    .form-area .group-area .group-content input.form-control.vcode {
      display: inline-block;
      width: 100%;
      max-width: 240px;
      margin-right: 15px; }
    .form-area .group-area .group-content img.vcode {
      display: inline-block;
      vertical-align: middle;
      width: 97px;
      height: 34px;
      margin-top: -3px; }
    .form-area .group-area .group-content .vcode-area {
      padding-top: 10px; }
      @media screen and (min-width: 570px) {
        .form-area .group-area .group-content .vcode-area {
          display: inline-block;
          padding-top: 0; } }

.btn-area {
  padding: 20px;
  text-align: center; }
  .btn-area .btn {
    display: inline-block;
    width: 150px;
    font-size: 20px;
    color: #fff;
    background-color: #d9534f; }

/*# sourceMappingURL=maps/base.css.map */
