@charset "UTF-8";
/*=====  about  ===== */
.page-about .content-wrap .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin: 30px 0 0;
}
.page-about .content-wrap .subtitle {
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
  margin: 12px 0 0;
}
.page-about .content-wrap .text {
  margin: 40px 0 0;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
  color: #666;
  border: 0;
  letter-spacing: 0.1em;
  white-space: pre-wrap;
  background: inherit;
}
.page-about .content-wrap .text a {
  text-decoration: underline;
}
.page-about .content-wrap .text a:hover, .page-about .content-wrap .text a:focus, .page-about .content-wrap .text a:link, .page-about .content-wrap .text a:visited {
  color: #ff6666;
}
.page-about .content-wrap .text h1, .page-about .content-wrap .text h2, .page-about .content-wrap .text h3, .page-about .content-wrap .text h4, .page-about .content-wrap .text h5, .page-about .content-wrap .text h6, .page-about .content-wrap .text strong, .page-about .content-wrap .text b, .page-about .content-wrap .text em, .page-about .content-wrap .text i {
  color: #323232;
}
.page-about .traffic-wrap {
  padding: 10px 30px;
}
.page-about .traffic {
  padding: 0;
  border-top: 1px dashed #cecece;
}
.page-about .traffic.active .traffic-btn::after {
  background: url(../images/icon_up_arrow.png) center no-repeat;
  background-size: cover;
}
.page-about .traffic:first-child {
  border-top: 0;
}
.page-about a.traffic-btn {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.page-about a.traffic-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../images/icon_down_arrow.png) center no-repeat;
  background-size: cover;
}
.page-about a.traffic-btn:hover, .page-about a.traffic-btn:focus, .page-about a.traffic-btn:active, .page-about a.traffic-btn.active {
  color: #333;
  text-decoration: none;
}
.page-about .traffic-contain {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
  line-height: 24px;
}
.page-about .traffic-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  vertical-align: middle;
  background-size: cover !important;
}
.page-about .traffic-icon--mrt {
  background: url(../images/icon_mrt.png) center no-repeat;
}
.page-about .traffic-icon--bus {
  background: url(../images/icon_bus.png) center no-repeat;
}
.page-about .traffic-icon--qna {
  background: url(../images/icon_faq_grey.png) center no-repeat;
}

.full-tab {
  margin-top: 70px;
}

.treatment-step {
  padding-bottom: 70px;
  margin-bottom: 90px;
}
.treatment-step .container {
  padding-left: 30px;
  padding-right: 30px;
}
.treatment-step.bg-dark {
  background: #efefef;
}
.treatment-step .step-wrap {
  margin-left: -30px;
  margin-right: -30px;
}
.treatment-step .step-box {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.treatment-step .title {
  margin-top: 0 !important;
}
.treatment-step .num {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin-right: 20px;
  border-radius: 50%;
  background: #222;
}
.treatment-step .photo {
  height: 0;
  margin-top: 15px;
  padding-bottom: 60%;
  background-size: cover !important;
}

.google-map {
  display: block;
  padding: 0;
}
.google-map__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.google-map__wrap:after {
  content: "點擊後可拖曳或放大地圖";
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  margin: 220px 0 0 15px;
}

.address {
  padding: 50px 10px;
  color: #333;
  letter-spacing: 0.2em;
  background: #fed500;
}
.address .add-title {
  font-weight: bold;
  line-height: 1.5;
}
.address p {
  margin: 18px 0;
  font-size: 18px;
}

/*=====  about rwd  ===== */
@media only screen and (min-width: 768px) {
  .treatment-step .step-box:nth-child(1) {
    border-right: 1px dashed #cecece;
  }
  .treatment-step .step-box:nth-child(3) {
    border-right: 1px dashed #cecece;
  }
}
@media only screen and (min-width: 992px) {
  .page-about .content-wrap .title {
    font-size: 17px;
    margin-top: 50px;
  }
  .page-about .content-wrap .subtitle {
    font-size: 15px;
    line-height: 30px;
  }
  .page-about .content-wrap .text {
    margin-top: 55px;
    font-size: 15px;
    line-height: 30px;
  }
  .page-about .traffic-wrap {
    padding: 70px 0 90px;
  }
  .page-about .traffic {
    border-top: 0;
    padding: 0 30px;
  }
  .page-about .traffic:nth-child(2) {
    border-right: 1px dashed #cecece;
    border-left: 1px dashed #cecece;
  }
  .page-about a.traffic-btn {
    cursor: default;
  }
  .page-about a.traffic-btn::after {
    display: none;
  }
  .page-about .traffic-contain {
    display: block;
    padding: 0;
  }
  .page-about .table {
    margin-bottom: 0;
  }

  .treatment-step {
    padding-bottom: 110px;
    margin-bottom: 140px;
  }
  .treatment-step .step-box {
    margin-top: 50px;
  }
  .treatment-step .step-box:nth-child(1) {
    border: 0;
  }
  .treatment-step .step-box:nth-child(2) {
    border-left: 1px dashed #cecece;
    border-right: 1px dashed #cecece;
  }
  .treatment-step .step-box:nth-child(3) {
    border: 0;
  }
  .treatment-step .step-box:nth-child(5) {
    border-left: 1px dashed #cecece;
  }

  .google-map {
    padding-right: 0;
    height: 350px;
  }

  .address {
    padding: 100px 0;
    height: 350px;
  }
}
