@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout {
  max-width: 934px;
  margin: 0 auto;
  line-height: 1.7;
}
.a_layout p {
  margin: 0;
  color: #797979;
  font-size: 15px;
}
.a_layout .a-1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.a_layout .a-1 .sub-title {
  margin: 0;
  color: #d3ae37;
  letter-spacing: 1.5px;
  font-size: 20px;
}
.a_layout .a-1 h2 {
  margin: 0;
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  position: relative;
  letter-spacing: 1.5px;
}
.a_layout .a-1 h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #bbbbbb;
  margin: 16px auto;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
}
.a_layout .a-2 .row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 20px;
  align-content: center;
  align-items: flex-start;
}
.a_layout .a-2 .row + .row {
  margin-top: 80px;
}
.a_layout .a-2 .row:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
.a_layout .a-2 .row .col.pic {
  flex: 0 1 auto;
  position: relative;
}
.a_layout .a-2 .row .col.pic .num {
  position: absolute;
  top: -85px;
  left: 15px;
  z-index: 50;
  font-size: 100px;
  opacity: 0.7;
  font-family: "Prompt", sans-serif;
  color: #d3ae37;
  font-weight: 600;
}
.a_layout .a-2 .row .col.txt {
  flex: 1 1 0;
  min-width: 0;
}
.a_layout .a-2 h3 {
  margin: 0;
  color: #d2ad37;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.a_layout .a-2 .tit {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
.a_layout .a-2 p + p {
  margin-top: 10px;
}
.a_layout .a-2 .item {
  padding-left: 15px;
}
.a_layout .a-2 .item + .item {
  margin-top: 5px;
}
.a_layout .a-2 .item .t-1 {
  color: #333333;
  font-size: 17px;
  position: relative;
}
.a_layout .a-2 .item .t-1::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -15px;
}
.a_layout .a-2 .item .p-1 {
  padding: 0;
  color: #797979;
}
.a_layout .a-3 {
  margin-top: 70px;
}
.a_layout .a-3 .bg {
  background: url(../../../images/layout06/common/about/abg.webp) 50% no-repeat;
  background-attachment: fixed;
  padding: 65px 50px;
  background-size: cover;
  color: #e9e9e9;
  font-size: 15px;
  text-align: center;
}
.a_layout .a-3 h3 {
  color: #d3ae37;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin: 0;
  margin-bottom: 12px;
}
.a_layout .a-3 p {
  color: #ddd;
}
.a_layout .a-3 .btn_more {
  background: linear-gradient(
    135deg,
    rgba(226, 202, 118, 1) 0%,
    rgba(219, 189, 85, 1) 100%
  );
  color: #333333;
  font-size: 15px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin: 25px auto 0;
  transition: all 0.3s ease;
  font-family: "Prompt", sans-serif;
}
.a_layout .a-3 .btn_more:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .a_layout .a-1 h2 {
    font-size: 28px;
  }
  .a_layout .a-2 {
    max-width: 400px;
    margin: 0 auto;
  }
  .a_layout .a-2 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }
  .a_layout .a-2 .row .col.pic .num {
    position: absolute;
    top: -55px;
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .a_layout .a-3 .bg {
    background: url(../../../images/layout06/common/about/abg.webp) 50%
      no-repeat;
    padding: 35px 20px;
  }
  .a_layout .a-2 .row + .row {
    margin-top: 50px;
  }
}
@media screen and (max-width: 484px) {
  .a_layout .a-1 .sub-title {
    text-align: center;
  }
  .a_layout .a-1 h2 {
    font-size: 26px;
    max-width: 280px;
    margin: 0 auto;
    line-height: 1.4;
  }
  .a_layout .a-1 p {
    text-align: left;
  }
  .a_layout .a-3 p {
    color: #ddd;
    text-align: left;
  }
}
/*------------ service-editor ------------*/
.s_layout {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-bottom: 50px;
}
.s_layout .s_item {
  background: #000000;
  padding: 30px 15px 30px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease;
}
.s_layout .s_item:hover {
  background: #141414;
}
.s_layout .s_item .s_pic {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.3s ease;
}
.s_layout .s_item:hover .s_pic {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.s_layout .s_item .s_text .s_tit {
  color: #d2cabd;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  letter-spacing: 1.5px;
}
.s_layout .s_item .s_text .s_tit span {
  color: #d4af37;
  font-size: 40px;
  font-family: "Prompt", sans-serif;
  margin-right: 5px;
}
.s_layout .s_item .s_text .s_tit h3 {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  color: #d4af37;
}
.s_layout .s_item .s_text p {
  color: #e5e5e5;
  margin: 0;
  margin-top: 10px;
  font-size: 14.5px;
}
@media screen and (max-width: 1200px) {
  .s_layout {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 50px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .s_layout .s_item .s_text .s_tit {
    display: flex;
    align-items: baseline;

    flex-direction: column;
  }
  .s_layout .s_item .s_pic {
    top: 40px;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1000px) {
  .s_layout {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 50px;
    max-width: 484px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 484px) {
  .s_layout .s_item .s_text .s_tit span {
    font-size: 30px;

    margin-right: 0px;
  }
  .s_layout .s_item .s_text .s_tit h3 {
    font-size: 20px;
  }
  .s_layout .s_item .s_pic {
    top: 30px;
    right: 15px;
    max-width: 45px;
    transition: all 0.3s ease;
  }
}
/*------------ contact-editor ------------*/
.contact-editor .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.contact-editor .col {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.contact-editor .col.add {
  flex: 1 1 0;
  min-width: 250px;
}
.contact-editor i {
  width: 30px;
  height: 30px;
  background: #d4af37;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 30px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 16px;
  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;
  transform: rotate(-45deg);
}
.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;
}
/*------------ 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: #d4af37;
  font-weight: 500;
  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: 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%;
  }
}
