@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Raleway:300,400);
.textEditor .aboutArea .contentBox .left .btnBox a, .textEditor .aboutArea .contentBox .left .btnBox a span {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.textEditor {
  margin-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.textEditor .album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}

.textEditor .album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}

.textEditor .album a {
  display: block;
}

.textEditor .album a img {
  max-width: 100%;
}

.textEditor .noteTitle {
  font-size: 16px;
  font-family: 'Playfair Display', 'Noto San TC';
  font-style: italic;
}

.textEditor .note {
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
}

.textEditor .contentBuilder .row.row {
  margin: 0;
}

.textEditor .textRow {
  padding: 0 8px;
  margin-top: 24px;
  margin-bottom: 48px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.textEditor .textRow .Txt {
  margin-bottom: 0;
  font-size: 14px;
  width: 25%;
  padding: 0 18px;
  position: relative;
}

.textEditor .textRow .Txt:nth-of-type(4n + 1) {
  padding-left: 0;
}

.textEditor .textRow .Txt:nth-of-type(4n) {
  padding-right: 0;
}

.textEditor .textRow .Txt:nth-of-type(4n)::after {
  content: normal;
}

@media (max-width: 1200px) {
  .textEditor .textRow .Txt {
    width: 33.33%;
  }
  .textEditor .textRow .Txt:nth-of-type(4n + 1) {
    padding-right: 18px;
  }
  .textEditor .textRow .Txt:nth-of-type(4n) {
    padding-right: 18px;
  }
  .textEditor .textRow .Txt:nth-of-type(4n)::after {
    content: "";
  }
  .textEditor .textRow .Txt:nth-of-type(3n + 1) {
    padding-left: 0;
  }
  .textEditor .textRow .Txt:nth-of-type(3n) {
    padding-right: 0;
  }
  .textEditor .textRow .Txt:nth-of-type(3n)::after {
    content: normal;
  }
}

@media (max-width: 720px) {
  .textEditor .textRow .Txt {
    width: 50%;
  }
  .textEditor .textRow .Txt:nth-of-type(3n + 1) {
    padding-left: 18px;
  }
  .textEditor .textRow .Txt:nth-of-type(3n) {
    padding-right: 18px;
  }
  .textEditor .textRow .Txt:nth-of-type(3n)::after {
    content: "";
  }
  .textEditor .textRow .Txt:nth-of-type(2n + 1) {
    padding-left: 0;
  }
  .textEditor .textRow .Txt:nth-of-type(2n) {
    padding-right: 0;
  }
  .textEditor .textRow .Txt:nth-of-type(2n)::after {
    content: normal;
  }
}

@media (max-width: 540px) {
  .textEditor .textRow .Txt {
    outline: 0;
    width: 100%;
  }
  .textEditor .textRow .Txt:nth-of-type(n) {
    padding-right: 0;
    padding-left: 0;
  }
  .textEditor .textRow .Txt:nth-of-type(n)::after {
    content: normal;
  }
}

.textEditor .textRow .Txt::after {
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  background-color: #bfbfbf;
  position: absolute;
  height: 47px;
}

.textEditor .textRow .Txt .title {
  font-weight: bold;
  margin: 8px 0;
}

.textEditor .textRow .Txt .subtitle {
  letter-spacing: 0px;
  display: block;
  margin: 0;
  font-family: 'Noto Serif TC', "Poppins", sans-serif;
}

.textEditor .textRow .Txt p {
  word-wrap: break-word;
  letter-spacing: 0.7px;
}

.textEditor .titleBox {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.textEditor .titleBox h2 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.textEditor .titleBox em {
  font-weight: 300;
  font-size: 38px;
  font-family: "Raleway", "微軟正黑體", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.textEditor .titleBox.ins {
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
}

.textEditor .titleBox.ins h2 {
  position: relative;
}

.textEditor .titleBox.ins h2::before, .textEditor .titleBox.ins h2::after {
  content: "";
  width: 513px;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.textEditor .titleBox.ins h2::before {
  left: -26px;
}

.textEditor .titleBox.ins h2::after {
  right: -26px;
}

@media (max-width: 1200px) {
  .textEditor .titleBox.ins h2::before, .textEditor .titleBox.ins h2::after {
    width: 400px;
  }
}

@media (max-width: 960px) {
  .textEditor .titleBox.ins h2::before, .textEditor .titleBox.ins h2::after {
    width: 250px;
  }
}

@media (max-width: 720px) {
  .textEditor .titleBox.ins h2::before, .textEditor .titleBox.ins h2::after {
    width: 200px;
  }
}

@media (max-width: 600px) {
  .textEditor .titleBox.ins h2::before, .textEditor .titleBox.ins h2::after {
    width: 150px;
  }
}

@media (max-width: 470px) {
  .textEditor .titleBox.ins h2::before, .textEditor .titleBox.ins h2::after {
    width: 120px;
  }
}

@media (max-width: 375px) {
  .textEditor .titleBox.ins h2::before, .textEditor .titleBox.ins h2::after {
    width: 100px;
  }
}

.textEditor .titleBox.ins em {
  font-size: 36px;
  color: #a22e2a;
  font-family: 'Playfair Display', 'Noto San TC';
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 4px;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 470px) {
  .textEditor .titleBox.ins em {
    font-size: 30px;
  }
}

.textEditor .titleBox.ins h2 {
  font-size: 22px;
  color: #333333;
  font-weight: 500;
  letter-spacing: 3px;
}

.textEditor .titleBox {
  width: 100%;
}

.textEditor .titleBox em {
  font-size: 36px;
  color: #a22e2a;
  font-family: 'Playfair Display', 'Noto San TC';
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 4px;
  display: block;
}

.textEditor .titleBox h2 {
  font-size: 22px;
  color: #333333;
  font-weight: 500;
  letter-spacing: 3px;
}

.textEditor .titleBox {
  width: 100%;
  text-align: left;
}

.textEditor .titleBox em {
  font-size: 40px;
  letter-spacing: 2.2px;
}

.textEditor .titleBox h2 {
  position: relative;
}

.textEditor .titleBox h2::after {
  content: "";
  width: 414px;
  height: 1px;
  background-color: #dadada;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 130px;
}

@media (max-width: 1200px) {
  .textEditor .titleBox h2::after {
    width: 250px;
  }
}

@media (max-width: 960px) {
  .textEditor .titleBox h2::before, .textEditor .titleBox h2::after {
    width: 250px;
  }
}

@media (max-width: 720px) {
  .textEditor .titleBox h2::before, .textEditor .titleBox h2::after {
    width: 200px;
  }
}

@media (max-width: 600px) {
  .textEditor .titleBox h2::before, .textEditor .titleBox h2::after {
    width: 150px;
  }
}

@media (max-width: 470px) {
  .textEditor .titleBox h2::before, .textEditor .titleBox h2::after {
    width: 120px;
  }
}

@media (max-width: 375px) {
  .textEditor .titleBox h2::before, .textEditor .titleBox h2::after {
    width: 100px;
  }
}

.textEditor .aboutArea {
  padding: 77px 0 90px 0;
  background: no-repeat -webkit-gradient(linear, left bottom, left top, from(#a22e2a), to(#a22e2a)) right top/50% 222px #fff;
  background: no-repeat linear-gradient(0deg, #a22e2a 0%, #a22e2a) right top/50% 222px #fff;
}

.textEditor .aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1230px;
  padding: 0;
}

.textEditor .aboutArea .wrap > div > img {
  display: none;
  margin-bottom: 8px;
}

.textEditor .aboutArea .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.textEditor .aboutArea .contentBox .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.textEditor .aboutArea .contentBox .left h2.h2title {
  font-family: 'Noto Serif TC', "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  color: #2e2e2e;
  word-wrap: break-word;
  letter-spacing: 4.4px;
  margin-top: -5px;
  text-align: left;
}

.textEditor .aboutArea .contentBox .left .noteTitle {
  font-size: 16px;
  font-family: 'Playfair Display', 'Noto San TC';
  font-style: italic;
}

.textEditor .aboutArea .contentBox .left .note {
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
  font-family: 'Noto Serif TC', "Poppins", sans-serif;
}

.textEditor .aboutArea .contentBox .left .row {
  padding: 0 8px;
  margin-top: 24px;
  margin-bottom: 48px;
}

.textEditor .aboutArea .contentBox .left .row .Txt {
  margin-bottom: 0;
  font-size: 14px;
  width: 33.33%;
  padding: 0 15px;
  position: relative;
}

.textEditor .aboutArea .contentBox .left .row .Txt::after {
  right: 7px;
  top: 2px;
  content: "";
  width: 1px;
  background-color: #bfbfbf;
  height: 47px;
  position: absolute;
}

.textEditor .aboutArea .contentBox .left .row .Txt:first-child {
  padding-left: 0;
  padding-right: 20px;
}

.textEditor .aboutArea .contentBox .left .row .Txt:nth-of-type(2) {
  padding: 0 9px;
}

.textEditor .aboutArea .contentBox .left .row .Txt:nth-of-type(2)::after {
  right: -6px;
}

.textEditor .aboutArea .contentBox .left .row .Txt:last-child {
  padding-right: 0;
  padding-left: 19px;
}

.textEditor .aboutArea .contentBox .left .row .Txt:last-child::after {
  content: normal;
}

.textEditor .aboutArea .contentBox .left .row .Txt .title {
  font-weight: bold;
}

.textEditor .aboutArea .contentBox .left .row .Txt .subtitle {
  letter-spacing: 0px;
  display: block;
  font-family: 'Noto Serif TC', "Poppins", sans-serif;
}

.textEditor .aboutArea .contentBox .left .row .Txt p {
  white-space: nowrap;
  letter-spacing: 0.7px;
}

.textEditor .aboutArea .contentBox .left .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.textEditor .aboutArea .contentBox .left .btnBox a {
  width: 180px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #a22e2a;
  cursor: pointer;
}

.textEditor .aboutArea .contentBox .left .btnBox a span {
  color: #a22e2a;
  position: relative;
  font-size: 14px;
  font-family: 'Noto Serif TC', "Poppins", sans-serif;
  letter-spacing: 2px;
}

.textEditor .aboutArea .contentBox .left .btnBox a span::before, .textEditor .aboutArea .contentBox .left .btnBox a span::after {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #a22e2a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.textEditor .aboutArea .contentBox .left .btnBox a span::before {
  left: -19px;
}

.textEditor .aboutArea .contentBox .left .btnBox a span::after {
  right: -19px;
}

.textEditor .aboutArea .contentBox .left .btnBox a:hover {
  background-color: #a22e2a;
}

.textEditor .aboutArea .contentBox .left .btnBox a:hover span {
  color: #fff;
}

.textEditor .aboutArea .contentBox .left .btnBox a:hover span::before, .textEditor .aboutArea .contentBox .left .btnBox a:hover span::after {
  background-color: #fff;
}

.textEditor .aboutArea .contentBox .left .btnBox a:first-child {
  margin-right: 14px;
}

@media (max-width: 960px) {
  .textEditor .aboutArea .contentBox .left .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.textEditor .aboutArea .contentBox .right {
  padding: 0;
  padding-left: 46px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.textEditor .aboutArea .contentBox .right > div {
  position: absolute;
}

.textEditor .aboutArea .contentBox .right > div:first-child {
  top: -124px;
  left: 150px;
}

.textEditor .aboutArea .contentBox .right > div:last-child {
  top: 115px;
}

@media (max-width: 1600px) {
  .textEditor .aboutArea .contentBox .right {
    padding-left: 30px;
  }
  .textEditor .aboutArea .contentBox .right > div:first-child img {
    width: 480px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child img {
    width: 260px;
  }
}

@media (max-width: 1200px) {
  .textEditor .aboutArea .contentBox .right {
    padding-left: 30px;
  }
  .textEditor .aboutArea .contentBox .right > div:first-child {
    right: 0;
    left: auto;
    top: -110px;
  }
  .textEditor .aboutArea .contentBox .right > div:first-child img {
    width: 400px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child {
    top: 90px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child img {
    width: 240px;
  }
  .textEditor .aboutArea .contentBox .left .Txt .h2title {
    font-size: 24px;
  }
}

@media (max-width: 1100px) {
  .textEditor .aboutArea .contentBox .right {
    padding-left: 30px;
  }
  .textEditor .aboutArea .contentBox .right > div:first-child {
    right: 0;
    left: auto;
    top: -110px;
  }
  .textEditor .aboutArea .contentBox .right > div:first-child img {
    width: 340px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child {
    top: 70px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child > div {
    width: 220px;
  }
}

@media (max-width: 960px) {
  .textEditor .aboutArea .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .textEditor .aboutArea .contentBox .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 0;
    width: 100%;
  }
  .textEditor .aboutArea .contentBox .right > div {
    position: static;
  }
  .textEditor .aboutArea .contentBox .right > div:first-child img {
    width: auto;
    margin-left: 90px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child {
    top: -100px;
    position: relative;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child img {
    width: auto;
    margin-right: 400px;
  }
  .textEditor .aboutArea .contentBox .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-top: -5px;
  }
  .textEditor .aboutArea .contentBox .left .Txt {
    margin-bottom: 30px;
  }
  .textEditor .aboutArea .contentBox .left .Txt h2.h2title {
    font-size: 18px;
    text-align: center;
  }
  .textEditor .aboutArea .contentBox .left .Txt .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    margin-top: 26px;
  }
  .textEditor .aboutArea .contentBox .left .Txt .row .Txt {
    text-align: center;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .textEditor .aboutArea .contentBox .left .Txt .row .Txt::after {
    content: normal;
  }
}

@media (max-width: 720px) {
  .textEditor .aboutArea .contentBox .right > div:first-child img {
    width: 400px;
    margin-left: 110px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child {
    top: -80px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child img {
    width: 250px;
    margin-right: 320px;
  }
}

@media (max-width: 600px) {
  .textEditor .aboutArea .contentBox .right > div:first-child img {
    width: 318px;
    margin-left: 30px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child {
    top: -60px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child img {
    width: 166px;
    margin-right: 240px;
  }
}

@media (max-width: 470px) {
  .textEditor .aboutArea .contentBox .right > div:first-child img {
    width: 250px;
    margin-left: 0px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child {
    top: -40px;
  }
  .textEditor .aboutArea .contentBox .right > div:last-child img {
    width: 120px;
    margin-right: 190px;
  }
  .textEditor .aboutArea .contentBox .left {
    margin-top: 5px;
  }
  .textEditor .aboutArea .contentBox .left .Txt h2.h2title {
    line-height: 1.2;
    font-size: 16px;
  }
  .textEditor .aboutArea .contentBox .left .Txt h2.h2title br {
    display: none;
  }
}

.textEditor .aboutArea .titleBox {
  width: 100%;
  text-align: left;
}

.textEditor .aboutArea .titleBox em {
  font-size: 40px;
  letter-spacing: 2.2px;
}

.textEditor .aboutArea .titleBox h2 {
  position: relative;
}

.textEditor .aboutArea .titleBox h2::after {
  content: "";
  width: 414px;
  height: 1px;
  background-color: #dadada;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 130px;
}

@media (max-width: 1200px) {
  .textEditor .aboutArea .titleBox h2::after {
    width: 250px;
  }
}

@media (max-width: 960px) {
  .textEditor .aboutArea .titleBox h2::before, .textEditor .aboutArea .titleBox h2::after {
    width: 250px;
  }
}

@media (max-width: 720px) {
  .textEditor .aboutArea .titleBox h2::before, .textEditor .aboutArea .titleBox h2::after {
    width: 200px;
  }
}

@media (max-width: 600px) {
  .textEditor .aboutArea .titleBox h2::before, .textEditor .aboutArea .titleBox h2::after {
    width: 150px;
  }
}

@media (max-width: 470px) {
  .textEditor .aboutArea .titleBox h2::before, .textEditor .aboutArea .titleBox h2::after {
    width: 120px;
  }
}

@media (max-width: 375px) {
  .textEditor .aboutArea .titleBox h2::before, .textEditor .aboutArea .titleBox h2::after {
    width: 100px;
  }
}

.textEditor .aboutArea .Img {
  width: 45%;
}

.textEditor .aboutArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.textEditor .aboutArea .right {
  width: 55%;
  padding-left: 50px;
}

.textEditor .aboutArea h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 400;
}

.textEditor .aboutArea .Txt {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.8;
}

.textEditor .aboutArea .Txt .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.textEditor .aboutArea .btn a {
  padding: 12px 40px;
  border: 1px solid #51649a;
  font-size: 15px;
  color: #51649a;
}

.textEditor .aboutArea .btn a:hover {
  color: #fff;
  background-color: #51649a;
}

@media (max-width: 960px) {
  .textEditor .aboutArea {
    background: none;
    padding-top: 0;
  }
  .textEditor .aboutArea .wrap img {
    display: block;
  }
  .textEditor .aboutArea .titleBox {
    margin: 0 10px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
  }
  .textEditor .aboutArea .titleBox h2 {
    position: relative;
  }
  .textEditor .aboutArea .titleBox h2::before, .textEditor .aboutArea .titleBox h2::after {
    content: "";
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .textEditor .aboutArea .titleBox h2::before {
    left: -26px;
  }
  .textEditor .aboutArea .titleBox h2::after {
    right: -26px;
    left: auto;
  }
  .textEditor .aboutArea .titleBox em {
    font-size: 36px;
  }
}

.articleTitle {
  font-size: 22px;
  border-style: solid;
  border-color: #e1e1e1;
  padding-bottom: 24px;
  padding-top: 0;
}

.mainArea.ins {
  background: transparent;
}

@media (max-width: 767px) {
  .textEditor .album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}

.titleBox.ins {
  overflow: visible;
}

@media (max-width: 1200px) {
  .titleBox.ins {
    display: none;
  }
}

@media (max-width: 1200px) {
  .classLink {
    display: none;
  }
}
