.a_layout {
  position: relative;
}
.a_layout .a-1 {
  margin-bottom: 50px;
  padding-top: 50px;
}

.a_layout .a-1 .intro-box {
  text-align: center;
  margin-bottom: 30px;
}

.a_layout .a-1 .intro-box .intro-sub-title {
  color: #333;

  font-size: 20px;
  letter-spacing: 3px;
}

.a_layout .a-1 .intro-box .intro-title {
  color: #111111;
  font-size: 35px;
  letter-spacing: 3px;
  font-weight: 600;
  margin: 0;
}
.a_layout .a-1 .intro-box .intro-title .highlight {
  color: #0066f0;
  margin-left: 8px;
}

.a_layout .a-1 .p-1 {
  background: #fff;
  max-width: 650px;
  padding: 50px 35px;
  box-sizing: border-box;
  color: #727272;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.a_layout .a-1 .p-1::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #d2d2d2;
  margin: 16px auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
.a_layout .a-2 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px; /* 上下間距，可自行調整 */
}

.a_layout .a-2 .row > .item {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  color: #727272;
}

.a_layout .a-2 .row > .item .tit {
  color: #0066f0;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 7px;
}
.a_layout .a-2 .row > .item .tit::before {
  content: "";
  display: block;
  width: 3px;
  height: 52px;
  background: #0066f0;
  margin: 16px auto;
  position: absolute;
  left: -15px;
  top: -40px;
}
@media screen and (max-width: 1200px) {
  .a_layout .a-1 {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .a_layout .a-2 .row {
    display: block;
    max-width: 516px;
    margin: 0 auto;
  }

  .a_layout .a-2 .row > .item {
    width: calc(100% - 0px);
    margin: 0 auto 30px;
    max-width: 100%;
  }

  .a_layout .a-2 .row > .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .a_layout .a-1 .intro-box .intro-sub-title {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .a_layout .a-1 .intro-box .intro-title {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  .a_layout .a-1 .intro-box .intro-title .highlight {
    margin-left: 0;
    display: block;
  }
  .a_layout .a-1 .p-1 {
    padding: 35px 30px;
  }
  .a_layout .a-2 .row > .item .tit {
    font-size: 18px;

    position: relative;
    margin-left: 0;
    margin-bottom: 7px;
  }
  .a_layout .a-2 .row > .item .tit::before {
    display: none;
  }
}
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.index-contact-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
  display: inline-block;
}
.index-contact-list li {
  position: relative;
  padding-left: 0;
}
.index-contact-list li + li {
  margin-top: 2px;
}
.index-contact-list li:before {
}
.index-contact-list li a:hover {
  text-decoration: underline;
}
.about-editor .row {
  margin: 0 -5px;
}
.about-editor .col {
  float: left;
  padding: 0 5px;
}
.about-editor .col1 {
  width: 56%;
}
.about-editor .col2 {
  width: 44%;
  text-align: center;
}
.terms-title {
  color: #1a73e8;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 5px;
}
.editor-title {
  color: #ff5b2c;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px;
}
.editor-title2 {
  color: #02a0b8;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.editor-grid .row {
  margin: 0 -20px;
}
.editor-grid .col {
  padding: 0 20px;
  float: left;
}
.editor-grid.x3 .col {
  width: 33.33%;
}
.editor-grid.x2 .col {
  width: 50%;
}
.contact-editor .row {
  margin: 2%;
}
.contact-editor .col {
  float: left;
  padding: 0 2%;
}
.contact-editor .col1 {
  width: 44%;
}
.contact-editor .col2 {
  width: 56%;
}
.contact-map {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border: 8px solid #fff;
}
.contact-map iframe {
  display: block;
  max-height: 100%;
}
.contact-info-list {
  color: #555;
  font-size: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-info-list li {
  position: relative;
  padding: 2px 0 2px 27px;
  margin: 8px 0;
  line-height: 25px;
}
.contact-info-list li: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;
  font-size: 15px;
  color: #909090;
  position: absolute;
  left: 0;
  top: 6px;
}
.contact-info-list li.tel:before {
  content: "\ff001";
}
.contact-info-list li.fax:before {
  content: "\ff002";
}
.contact-info-list li.mail:before {
  content: "\ff003";
}
.contact-info-list li.add:before {
  content: "\ff004";
  font-size: 18px;
  left: 3px;
  top: 4px;
}
.contact-info-list a:hover {
  text-decoration: underline;
}
/*----  後台範本  ----*/
.is-container-in .icon {
  background: none;
  text-align: center;
}
.is-rounded-button-medium a i {
  text-align: center;
}
[class*="ion-"] {
  text-indent: 0;
}
.column.full .clearfix.is-boxed-button-big {
  display: inline-block;
}
.is-container-in .btn.btn-default.edit {
  padding: 7px 25px;
  line-height: 2em;
}
@media screen and (max-width: 1200px) {
  .about-editor .col,
  .editor-grid.x2 .col,
  .editor-grid.x3 .col {
    width: 100%;
  }
  .about-editor .col + .col,
  .editor-grid.x2 .col + .col,
  .editor-grid.x3 .col + .col {
    margin-top: 1.7em;
  }
}
@media screen and (max-width: 1000px) {
  .terms-title,
  .editor-title {
    font-size: 14px;
  }
  .contact-info-list {
    font-size: 15px;
  }
  .contact-info-list .tel a {
    font-size: 15px;
  }
  .contact-info-list li {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .contact-editor {
    padding: 0 2%;
  }
  .contact-editor .col {
    width: 100%;
    padding: 0;
  }
  .contact-map {
    margin-bottom: 1.8em;
  }
}
@media screen and (max-width: 600px) {
  .contact-map {
    height: 200px;
  }
}
