@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
}
.a_layout .a-1 {
  position: relative;
}
.a_layout .a-1 .col:nth-child(1) img {
  min-height: 451px;
  object-fit: cover;
  object-position: left;
}
.a_layout .a-1 .col:nth-child(2) {
  position: absolute;
  top: 120px;
  right: 50px;
  font-size: 25px;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 8px;
  text-align: right;
}
.a_layout .a-1 .col:nth-child(2) b {
  font-weight: unset;
  color: #dfd2b7;
  font-size: 30px;
}
.a_layout .a-2 {
  background: #fcfbf8;
  max-width: 700px;
  margin: -50px auto 0;
  z-index: 2;
  position: relative;
  padding: 0px 50px 110px;
  box-sizing: border-box;
}
.a_layout .a-2 .col {
  display: flex;
  flex-direction: column;
  max-width: 460px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
.a_layout .a-2 .title {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.a_layout .a-2 .title::before {
  content: "";

  width: 1px;
  height: 40px;
  background: #a98b4a;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto 20px;
  display: block;
}
.a_layout .a-2 .title span {
  color: #a98b4a;
  font-size: 20px;
  margin-top: 5px;
  position: relative;
}
.a_layout .a-2 .title h2 {
  font-size: 40px;
  color: #333;
  font-weight: 600;
  margin: 0;
  letter-spacing: 12px;
}
.a_layout .a-2 p {
  color: #666666;
  font-size: 15px;
  position: relative;
  line-height: 1.75;
  text-align: left;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 4px;
  margin: 0;
  padding-top: 35px;
}
@media screen and (max-width: 1200px) {
  .a_layout .a-2 {
    background: #fcfbf8;
    max-width: 700px;
    margin: -50px auto 0;
    z-index: 2;
    position: relative;
    padding: 0px 50px 70px;
    box-sizing: border-box;
  }
  .a_layout .a-2 .title {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
  }
  .a_layout .a-2 .title::before {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto 20px;
    display: block;
  }
  .a_layout .a-2 .col {
    display: flex;
    flex-direction: column;
    max-width: 460px;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
  }
  .a_layout .a-2 p {
    padding: 0;
    line-height: 2;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .a_layout .a-1 .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .a_layout .a-1 .col:nth-child(1) img {
    min-height: 350px;
    object-fit: cover;
    object-position: 20%;
  }
  .a_layout .a-1 .col:nth-child(2) {
    position: relative;
    top: 0;

    text-align: center;
    left: 0;
    right: 0;
    letter-spacing: 4px;
    background: transparent;
    color: #2e2e2e;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .a_layout .a-1 .col:nth-child(2) b {
    color: #a98b4a;
    font-size: 25px;
  }
  .a_layout .a-2 .title h2 {
    font-size: 30px;
    letter-spacing: 4px;
  }
  .a_layout .a-2 {
    margin: -50px auto 0;
    z-index: 2;
    position: relative;
    padding: 0px 30px 70px;
    box-sizing: border-box;
  }
}
/*------------ service-editor ------------*/
.s_layout {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.s_layout .s_item:nth-child(2) {
  margin-top: 77px;
}
.s_layout .box {
  position: relative;
  margin: 0 10px;
}
.s_layout .box .pic {
  position: relative;
}
.s_layout .box .pic::before {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0%;
  background: linear-gradient(
    to bottom,
    rgba(51, 51, 51, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  opacity: 0.8;
  z-index: 1;
}
.s_layout .box .pic img {
  min-height: 700px;
  object-fit: cover;
}
.s_layout .box .s_text {
  position: absolute;
  bottom: 77px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: rgb(255, 255, 255, 0.9);
  text-align: center;
  z-index: 2;
  padding: 0 50px;
}
.s_layout .box .s_text h3 {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #ebdeba;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 11px;
  margin: 0 auto;
  margin-bottom: 150px;
  text-shadow: 0em 0em 11px rgb(70, 54, 39, 1);
}
.s_layout .box .s_text p {
  margin: 0;
  letter-spacing: 8px;
  line-height: 2.2;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .s_layout {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .s_layout .s_item:nth-child(2) {
    margin-top: 30px;
  }
  .s_layout .box {
    position: relative;
    margin: 0 10px;
    max-width: 400px;
    margin: 0 auto;
  }
  .s_layout .box .pic::before {
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(51, 51, 51, 0) 0%,
      rgba(51, 51, 51, 1) 100%
    );
    opacity: 0.9;
  }
  .s_layout .box .pic img {
    min-height: 500px;
    object-fit: cover;
  }
  .s_layout .box .s_text {
    padding: 0 20px;
  }
  .s_layout .box .s_text h3 {
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 50px;
  }
  .s_layout .box .s_text p {
    margin: 0;
    letter-spacing: 2.5px;
  }
}
/*------------ contact-editor ------------*/
.contact-map {
  margin-bottom: 35px;
}
.contact-map iframe {
  position: relative;
  height: 300px;
  margin-bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  border: 8px solid #f0efe9;
}
.contact-info-txt i {
  font-size: 22px;
  color: #ffffff;
  background: #bcaa87;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  vertical-align: middle;
  margin: 15px auto 15px;
  display: block;
  text-align: center;
}
.contact-info-txt i:before {
  display: inline-block;
  vertical-align: middle;
  line-height: 43px;
}
.contact-editor {
  text-align: left;
}
.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;
}
.info_box_c {
  border: solid 1px #bdbec1;
  padding: 25px;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
}
.contact-editor .col iframe {
  width: 100%;
}
.contact-editor .col + .col {
  /*border-left:solid 1px #ddd;*/
}
.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-ic {
  display: inline-block;
  margin-bottom: 20px;
}
.contact-info-txt a:hover {
  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 .terms_txt {
  text-align: center;
}
.terms-editor .title {
  font-size: 18px;
  color: #907438;
  margin: 0;
  font-weight: 600;
}
.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 {
    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: 1000px) {
  /*---------about-editor---------*/
  .about-editor-layout.newtwo {
    margin: 0px;
    background: url(../../../images/layout05/common/about/pic_3.jpg) right
      bottom no-repeat;
    position: relative;
    float: none;
    padding: 0px 0 230px 0px;
  }
  .about-editor-layout.newtwo .boxing {
    display: block;
  }
  .about-editor-layout.newtwo .boxing span {
    width: 100%;
    font-size: 22px;
  }
  .about-editor-layout.newtwo .boxing span:after {
    top: 12px;
    margin-left: 35px;
  }
  .about-editor-layout.newtwo .boxing p {
    margin: 0px;
    padding-top: 5px;
    padding: 0px;
    max-width: 100%;
    margin: 10px 0px;
  }
  .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;
  }
  .contact-editor .row,
  .contact-editor .col {
    display: block;
    width: auto;
    border-width: 1px 0;
    height: auto;
    overflow: hidden;
  }
  .contact-editor .col {
    border-width: 1px 0;
    padding: 15px 0;
  }
  .contact-editor .col {
    border-bottom: solid 1px #eee;
  }
  .contact-editor .col + .col {
    border-top: 1px solid #d1d1cf;
    border-width: 1px 0 0;
  }
  .contact-editor .col:last-child {
    border-bottom: none;
  }
  .contact-info-txt i {
    left: 0;
    margin: 0px 12px 0 0;
    display: inline-block;
    float: left;
    vertical-align: middle;
  }
  .contact-info-txt {
    width: 100%;
    max-width: inherit;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .about-editor-layout.newtwo:before {
    display: none;
  }
  .about-editor-layout.newtwo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .terms-editor .row {
    margin: 0;
  }
  .terms-editor .col {
    padding: 0;
    width: 100%;
  }
}
