.bg-left {
  background-size: cover;
  background-position: 25%;
  position: relative;
}
@media (max-width: 760px) {
  .bg-left .bg-blur {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.bg-right {
  background-size: cover;
  background-position: 75%;
  position: relative;
}
@media (max-width: 760px) {
  .bg-right .bg-blur {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.gurantee-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 102px 0;
}
.gurantee-wrapper.left {
  justify-content: start;
}
@media (max-width: 760px) {
  .gurantee-wrapper {
    justify-content: center !important;
  }
}
.gurantee-wrapper .head_title {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .gurantee-wrapper .head_title .logo-y {
    display: none;
  }
}
.gurantee-wrapper .head_title .logo-w {
  display: none;
}
@media (max-width: 760px) {
  .gurantee-wrapper .head_title .logo-w {
    display: inline-block;
  }
}
.gurantee-wrapper .head_title .d-md-block {
  color: #333333 !important;
}
@media (max-width: 760px) {
  .gurantee-wrapper .head_title .d-md-block {
    display: block;
    padding-bottom: 20px;
    color: white !important;
  }
}
.gurantee-wrapper .head_title h1 {
  margin-top: 35px;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  font-family: 'Noto Sans TC';
  letter-spacing: 1px;
  color: #333333;
}
@media (max-width: 760px) {
  .gurantee-wrapper .head_title h1 {
    color: white;
  }
}
.gurantee-wrapper .head_title .en-sub {
  display: block;
  margin: 30px 0 21px 0;
  font-size: 16px !important;
  letter-spacing: 0.24px;
  color: #333333;
}
@media (max-width: 760px) {
  .gurantee-wrapper .head_title .en-sub {
    color: white !important;
  }
}
.gurantee-wrapper p {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Noto Sans TC';
  letter-spacing: 0.75px;
  color: #808080;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .gurantee-wrapper p {
    color: white;
  }
}

.bb-orange {
  border-bottom: 3px solid #ffaf00;
}

.bb-grey {
  border-bottom: 3px solid #c7c0cd;
}

.bb-green {
  border-bottom: 3px solid #8ab935;
}

.bb-brown {
  border-bottom: 3px solid #bb7b64;
}

.art-3 .y-logo {
  width: 40px;
  height: 40px;
}

.art-3 .head_title {
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .art-3 .head_title {
    margin-bottom: 20px !important;
  }
}
.art-3 .head_title h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  font-family: 'Noto Sans TC';
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 25px;
  margin-top: 30px;
}
.art-3 .head_title .en-sub {
  font: normal normal normal 16px/20px Courgette;
  letter-spacing: 0.24px;
}
.art-3 .head_title .en-sub:before,
.art-3 .head_title .en-sub:after {
  background-color: #b3b3b3;
}

.art-3 p {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Noto Sans TC';
  letter-spacing: 0.75px;
  color: #808080;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .art-3 p {
    margin-bottom: 0;
  }
}
.art-3 .center .btn {
  margin-top: 20px;
}
.art-3 .btn-gold {
  padding-left: 36px;
  padding-right: 36px;
}

.go-center {
  display: flex;
  justify-content: center;
}

@media (max-width: 760px) {
  .sgs-steps {
    padding-top: 82px !important;
    padding-bottom: 64px !important;
  }
}

.sgs-steps .d-flex {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 760px) {
  .sgs-steps .d-flex {
    flex-direction: column;
    align-items: center;
  }
}
.sgs-steps .d-flex .order-btn {
  display: none;
  border: 2px solid #f8b500;
  margin-top: 70px;
}
@media (max-width: 760px) {
  .sgs-steps .d-flex .order-btn {
    display: inline-block;
  }
}
.sgs-steps .d-flex .col-md-25 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sgs-steps .d-flex .col-md-25 img {
  margin-bottom: 20px;
}
.sgs-steps .d-flex .col-md-25 span {
  font-size: 16px;
}
.sgs-steps .d-flex .col-md-25 .span-y {
  margin-top: 15px;
  color: #f8b500;
}
.sgs-steps .d-flex .arrow {
  margin: 0 45px;
  margin-top: 35px;
}
@media (max-width: 760px) {
  .sgs-steps .d-flex .arrow {
    margin-top: 19px;
    margin-bottom: 30px;
    transform: rotate(90deg);
  }
}
.pos-re {
  position: relative;
}
.bg-blur-white {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.art-3 .center .intro-text {
  width: 100%;
  text-align: center;
}