@charset "utf-8";
/*------------ about-editor ------------*/

.row_ {
  display: flex;
}

.content .editor {
  padding: 25px 35px 60px;
  color: #1a1a1a;
}

.about .content-01 .title, .about .content-02 .title {
  font-size: 35px;
  color: #333;
  margin-bottom: 42px;
  position: relative;
}

.about .content-01 .title::before, .about .content-02 .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 50px;
  height: 5px;
  background: linear-gradient(90deg, #7eb751, #38ab93);
}

.about .content-01 .title::after {
  content: "ABOUT";
  font-size: 106px;
  color: #f6f6f6;
  position: absolute;
  left: 0;
  top: -112px;
  font-weight: bold;
  z-index: -1;
}

.about .content-02 .title::before {
  left: calc(50% - 25px);
  bottom: 0;
}

.about .content-02 .title {
  padding-bottom: 18px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}

.about .content-01 {
  display: flex;
  margin-bottom: 77px;
}

.about .content-01 .text {
  width: 57%;
  margin-right: 50px;
  margin-top: 45px;
}

.about .content-01 .text .info, .about .content-02 .text .info {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.about .content-01 .img {
  position: relative;
}

.about .content-01 .img::before {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -8px;
  background: url(../../../images/layout03/common/about/title_bg.png);
  width: 433px;
  height: 300px;
  z-index: -1;
}

.about .content-02 .text .info {
  text-align: center;
  margin-bottom: 25px;
}

.about .content-02 .text .img-02 {
  margin-bottom: 70px;
}

.about .content-02 .product-list .item {
  margin-bottom: 28px;
}

.about .content-02 .product-list .name {
  color: #222;
  font-size: 20px;
  position: relative;
  margin-left: 24px;
}

.about .content-02 .product-list .name::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #71b977;
  position: absolute;
  left: -24px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}

.about-editor .row_1 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}

.about-editor .about-title {
  color: #262626;
  font-size: 29px;
  font-family: Roboto;
  font-weight: 300;
  margin: 0;
}

.about-editor .about-title:after {
  content: "";
  background: #4f4f4f;
  height: 1px;
  width: 60px;
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
}

.about-editor .row_2 {
  margin-top: 40px;
}

.about-editor .row_2 .col {
  flex-basis: 50%;
  position: relative;
}

.about-editor .row_2 .txt_box {
  margin-top: 65px;
  border: solid 1px #4f4f4f;
  display: block;
  padding: 50px;
  position: relative;
  margin-right: -100px;
  color: #000000;
  box-sizing: border-box;
}

.as_title {
  margin-bottom: 10px;
}

.as_txt {
  line-height: 2;
  padding-left: 35px;
}

.about-editor .row_2 .col1:after {
  content: "";
  display: block;
  position: absolute;
  width: 126px;
  background: #fff;
  height: 65px;
  right: -100px;
  bottom: 0;
  z-index: 3;
}

.about-editor .row_2 .col2 {
  position: relative;
  z-index: 4;
  text-align: center;
}

.about-editor .row_3 {
  align-items: flex-end;
}

.about-editor .row_3 .col {
  flex-basis: 50%;
}

.about-editor .row_3 .txt_box {
  margin-top: -65px;
  border: solid 1px #4f4f4f;
  display: block;
  padding: 115px 50px 50px;
  position: relative;
  margin-left: -26px;
  color: #000000;
}

/*------------ service-editor ------------*/

.s_title {
  color: #ffffff;
  margin-bottom: 15px;
}

.s_txt {
  color: #acacac;
  margin-bottom: 40px;
}

.s_txt:last-child {
  margin-bottom: 0px;
}

.service-editor .row_ {
  margin-bottom: 40px;
}

.service-editor .row_ .col1 {
  width: 40%;
}

.service-editor .row_ .col2 {
  width: 60%;
  padding: 0px 30px;
}

/*------------ contact-editor ------------*/

.contact-map:after {
  content: "";
  display: block;
  background: url("../../../images/layout03/common/contact/map_shadow.png") 50% 0 / 100% 100% no-repeat;
  height: 26px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.contact-editor {
  text-align: center;
}

.contact-editor .row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 0;
}

.contact-editor .col {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  border-width: 0 1px 0 1px;
  border-color: #e1e1e1 #e1e1e1 #e1e1e1 #e1e1e1;
  border-style: solid;
}

.contact-editor .col1 {
  border-width: 0 1px 0 0;
}

.contact-editor .col3 {
  border-width: 0 0 0 1px;
}

.contact-info-txt {
  max-width: 200px;
  margin: 0 auto;
}

.contact-info-txt img {
  opacity: 0.5;
}

.contact-info-txt .img-ic {
  display: inline-block;
  margin-bottom: 20px;
}

.contact-info-txt a:hover {
  color: #74a1fe;
  text-decoration: underline;
}

/*------------ video-editor ------------*/

.video-editor .pic {
  float: left;
  margin-right: 25px;
}

/*------------ terms-editor ------------*/

.terms-editor {
  font-size: 15px;
  line-height: 2;
}

.terms-editor .title {
  font-size: 17px;
  color: #71b977;
  margin: 0;
}

.terms-editor p {
  text-indent: 0em;
  margin: 0 0 50px;
}

.terms-editor .row {
  margin: 0 -27px;
}

.terms-editor .col {
  padding: 0 27px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.content-02 .img-02.img-mb {
  display: none;
}

/*------------ index-editor ------------*/

/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
  .about-editor .row_2 .txt_box {
    padding: 50px 90px 50px 50px;
  }
  .about .content-01 .img::before {
    bottom: 29px;
    right: -52px;
  }
  .about .content-01 .title, .about .content-02 .title {
    font-size: 28px;
  }
  .about .content-01 .title::after {
    font-size: 80px;
    top: -86px;
  }
  .main-top {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .about .content-01 .img {
    position: relative;
    left: 32px;
    top: 77px;
  }
  .about .content-01 .img::before {
    display: none;
  }
  .about .content-01 .text {
    width: 85%;
  }
  .about .content-01 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .row_ {
    display: block;
  }
  .about-editor .row_1 .col {
    margin-bottom: 20px;
  }
  .about-editor .row_1 {
    margin-bottom: 40px;
  }
  .about-editor .row_2 {
    margin-top: 20px;
  }
  .about-editor .row_2 .col1:after {
    display: none;
  }
  .about-editor .row_2 .col, .about-editor .row_3 .col {
    margin-bottom: 20px;
  }
  .about-editor .row_2 .txt_box, .about-editor .row_3 .txt_box {
    padding: 0px;
    border: none;
    margin-right: 0px;
    margin-left: 0;
    margin-top: 0;
  }
  .about-editor .row_2 .col2 {
    text-align: left;
  }
  .index-about-editor {
    padding: 0;
    height: auto;
  }
  .service-editor .row_ .col2, .service-editor .row_ .col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-editor .row_ .col2 {
    padding: 0;
  }
  .contact-editor i {
    text-indent: 0px;
    line-height: 35px;
  }
}

@media screen and (max-width: 960px) {
  .product-list {
    background: #ffffffc4;
    padding: 15px;
  }
  .content-top {
    margin: 15px 0 35px !important;
  }
  .about .content-01 .text {
    width: 100%;
    margin-right: 0px;
  }
  .contact-editor .col {
    float: none;
    padding: 15px 0;
  }
  .contact-editor .row, .contact-editor .col {
    display: block;
    width: auto;
    border-width: 1px 0;
  }
  .contact-info-txt .img-ic {
    max-width: 100px;
  }
  .contact-editor .col3 {
    border-width: 1px 0 0;
  }
}

@media screen and (max-width: 850px) {
  .about .content-01 {
    display: block;
  }
  .about .content-01 .img {
    left: calc(50% - 244px);
    top: 20px;
  }
  .about .content-01 .img img {
    width: 100%;
  }
  .about .content-02 .text .img-02 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .terms-editor .row {
    margin: 0;
  }
  .terms-editor .col {
    padding: 0;
    width: 100%;
  }
  .content-02 .img-02.img-destop {
    display: none;
  }
  .content-02 .img-02.img-mb {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .content .editor {
    padding: 25px 0px 60px;
  }
  .about .content-01 .img {
    position: inherit;
    margin: 35px auto;
    text-align: center;
  }
}

/* 20210609 追加產品內頁表格 */

/*table*/

.table_rwd {
  border-spacing: 0;
  width: 100%;
  border: solid #000 1px;
  font-size: 13px;
  margin-bottom: 30px;
}

.table_rwd caption {
  display: table-caption;
  border: solid #000 1px;
  border-bottom: 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}

/* 標頭 */

.table_rwd>thead>tr>th, .table_rwd>thead>tr>td {
  background: #6FB55B;
  color: #fff;
  padding: 7px 0;
  font-weight: bold;
  font-size: 16px;
  border-left: 1px solid #000;
}

.table_rwd>thead>tr:first-of-type>th:first-of-type {
  border-left: 0;
}

/* 標身 */

.table_rwd>tbody>tr>td, .table_rwd>tbody>tr>th {
  text-align: center;
  color: #000;
  font-weight: bold;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  padding: 5px;
}

.table_rwd>tbody>tr>td:first-of-type {
  border-left: 0;
}

.table_rwd>thead>tr>th a, .table_rwd>thead>tr>td a {
  color: #fff;
  letter-spacing: 3px;
  font-size: 15px;
}

.table_rwd>thead>tr>th a:hover, .table_rwd>thead>tr>td a:hover {
  text-decoration: underline;
}

.table_rwd .m_tit {
  display: none;
}

/*!table*/

@media screen and (max-width: 1100px) {
  /*table*/
  .table_rwd {
    border: none;
  }
  .table_rwd caption {
    display: block;
    border: 0;
  }
  .table_rwd thead {
    display: none;
  }
  .table_rwd td, .table_rwd tr, .table_rwd, .table_rwd tbody {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }
  .table_rwd>tbody>tr {
    margin-bottom: 15px;
    border: solid #000 1px;
    border-top: 0;
  }
  .table_rwd>tbody>tr>td {
    position: relative;
    padding: 20px;
    padding-left: 135px;
    text-align: left;
    border-left: 0;
  }
  .table_rwd .m_tit {
    color: #fff;
    background: #6FB55B;
    font-size: 16px;
    margin: 0;
    /* display: block!important; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 120px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1.2;
  }
  /*!table*/
}

/* !20210609 追加產品內頁表格 */