@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout {
  position: relative;
  margin: 0 auto;
  max-width: 936px;
}
.a_layout .desk-break {
  display: block;
}
.a_layout p {
  margin: 0;
  color: #666666;
  line-height: 1.8;
}
.a_layout .title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.a_layout .title span {
  font-family: "Figtree", sans-serif;
  font-size: 120px;
  font-weight: 600;
  opacity: 0.05;
  position: relative;
  line-height: 1;
}
.a_layout .title h2 {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: 500;
  margin: 0;
  margin-top: -30px;
  color: #333;
}
.a_layout .t-1 {
  font-size: 20px;
  letter-spacing: 2px;
  color: #063f92;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}
.a_layout .a-1 {
  margin-bottom: 90px;
}
.a_layout .a-1 .row {
  display: flex;
  align-content: center;
  gap: 30px;
  align-items: center;
  margin: 50px 0;
}
.a_layout .a-1 .row.reverse {
  flex-direction: row-reverse;
}
.a_layout .a-1 .row .col:nth-child(1) {
  max-width: 600px;
  box-sizing: border-box;
}
.a_layout .a-1 .row .col:nth-child(2) {
  width: calc(100% - 620px);
  box-sizing: border-box;
}
.a_layout .a-1 .row .col ol {
  padding-left: 20px;
  margin: 0;
}
.a_layout .a-2 .t-1 {
  color: #333;
  margin-bottom: 20px;
}
.a_layout .a-2 .t-1 li {
  display: inline-block;
  position: relative;
}
.a_layout .a-2 .t-1 li + li {
  padding-left: 12px;
}
.a_layout .a-2 .t-1 li + li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #dadada;
}
.a_layout .a-2 p {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}
.a_layout .a-2 p .highlight {
  color: #063f92;
}

@media screen and (max-width: 1280px) {
  .a_layout .a-1 {
    margin-bottom: 50px;
  }
  .a_layout .a-1 .row {
    display: flex;
    align-content: center;
    gap: 20px;
    align-items: center;
    margin: 50px 0;
    flex-direction: column;

    max-width: 600px;
    margin: 30px auto;
  }

  .a_layout .a-1 .row .col:nth-child(2) {
    width: 100%;
    box-sizing: border-box;
  }

  .a_layout .a-1 .row.reverse {
    flex-direction: column;
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .a_layout .desk-break {
    display: none;
  }
  .a_layout .title span {
    font-size: 70px;
  }

  .a_layout .title h2 {
    font-size: 24px;

    letter-spacing: 1px;
  }
  .a_layout .a-2 p {
    text-align: left;
  }
}
/*------------ service-editor ------------*/
.s_layout {
  position: relative;
}
.s_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.second-row {
  justify-content: center;
  gap: 108px;
  margin-top: -60px;
}
.s_layout .s_box {
  width: 268px;
  height: 234px;
  text-align: center;
  background-color: transparent;
  -webkit-mask: url("/upload/images/sbg.svg") no-repeat center / cover;
  mask: url("/upload/images/sbg.svg") no-repeat center / cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.s_layout .s_box .s_bg {
  width: 247px;
  height: 216px;
  text-align: center;
  background-color: #093f95;
  -webkit-mask: url(/upload/images/sbg.svg) no-repeat center / cover;
  mask: url(/upload/images/sbg.svg) no-repeat center / cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s_layout .s_box:hover {
  background-color: rgba(9, 63, 149, 0.5);
}

/* 內容要在上面 */
.s_box .s_pic,
.s_box .s_text {
  position: relative;
  z-index: 1;
}

.s_layout .s_pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.s_layout .s_box:hover .s_pic {
  position: relative;
  transition: all 0.3s ease;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.s_layout .s_text h3 {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
}
.s_layout .s_text span {
  position: absolute;
  top: -115px;
  left: calc(50% - 65px);
  color: #ffffbf;
  font-size: 25px;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 1440px) {
  .s_row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .second-row {
    justify-content: center;
    gap: 0px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .s_layout {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 767px;
    margin: 0 auto;
  }
  .s_row {
    display: contents;
    justify-content: center;
    margin-bottom: 20px;
  }
  .second-row {
    justify-content: unset;
    gap: unset;
    margin-top: unset;
    display: contents;
  }
  .s_item {
    width: 33.3333%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .s_layout {
    max-width: 484px;
    margin: 0 auto;
  }
  .s_item {
    width: 50%;
  }

  .s_layout .s_box {
    width: 229px;
    height: 200px;
  }
  .s_layout .s_box .s_bg {
    width: 212px;
    height: 185px;
  }

  .s_layout .s_pic {
    margin-top: 0;
    max-width: 80px;
  }

  .s_layout .s_text h3 {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    max-width: 70px;
    line-height: 1.2;
    margin: 0;
    margin-top: 10px;
  }
  .s_layout .s_text span {
    position: absolute;
    top: -80px;
  }
}

@media screen and (max-width: 484px) {
  .s_layout {
    max-width: 300px;
    margin: 0 auto;
  }
  .s_item {
    width: 50%;
  }

  .s_layout .s_box {
    width: 150px;
    height: 130px;
  }
  .s_layout .s_box .s_bg {
    width: 140px;
    height: 121px;
  }

  .s_layout .s_pic {
    margin-top: 0;
    max-width: 60px;
  }

  .s_layout .s_text h3 {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    max-width: 70px;
    line-height: 1.2;
    margin: 0;
    margin-top: 10px;
  }
  .s_layout .s_text span {
    display: none;
  }
}

/*------------ contact-editor ------------*/
.contact-editor .col {
  float: left;
}
.contact-editor .col + .col {
  margin: 0 0 0 25px;
}
.contact-editor i {
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 30px;
  position: relative;
  margin: 0 20px 0 0;
  z-index: 0;
}
.contact-editor i:after {
  content: "";
  background: #093f95;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: rotate(45deg);
}
.contact-editor i:before {
  display: inline-block;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before {
  content: "\ff001";
}
.contact-editor .fax i:before {
  content: "\ff002";
}
.contact-editor .mail i:before {
  content: "\ff003";
}
.contact-editor .add i:before {
  content: "\ff004";
  font-size: 18px;
  position: relative;
  top: 2px;
}
.contact-editor .col a,
.contact-editor .col span {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: middle;
}
/*------------ 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: #093f95;
  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;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
  .about-editor .row_2 .txt_box {
    padding: 50px 90px 50px 50px;
  }
}
@media screen and (max-width: 960px) {
  .contact-editor .col + .col {
    margin: 25px 0 0 0;
  }
  .contact-editor .col {
    float: none;
  }
}
@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: 30px;
  }
}
@media screen and (max-width: 767px) {
  .terms-editor .row {
    margin: 0;
  }
  .terms-editor .col {
    padding: 0;
    width: 100%;
  }
}
