body {
  background: #fafafa;
}

.boxful-footer-wrap .footer-main-wrap .footer-logo-desc {
  text-align: center;
}

.wwd-pos a:hover {
  text-decoration: underline;
}

.wwd-section-wrap .wwd-section {
  max-width: 1120px;
  margin: 58px auto 0;
  display: flex;
  justify-content: space-between;
}
.wwd-section-wrap .wwd-locker {
  width: 49.5%;
  max-width: 544px;
  display: flex;
  flex-direction: column;
}
.wwd-section-wrap .wwd-header {
  text-align: center;
  color: #324a5e;
  background: #fef9e5;
}
.wwd-section-wrap .wwd-header .wwd-sub {
  font-size: 16px;
  font-weight: 500;
  padding-top: 32px;
}
.wwd-section-wrap .wwd-header .wwd-name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.wwd-section-wrap .wwd-header .wwd-name a {
  color: #324a5e;
}
.wwd-section-wrap .wwd-header .wwd-name a:hover {
  text-decoration: underline;
}
.wwd-section-wrap .wwd-header .wwd-desc {
  display: none;
}
html[lang=zh-tw] .wwd-section-wrap .wwd-header .wwd-desc {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.wwd-section-wrap .wwd-wwd-desc {
  background: #fef9e5;
  display: flex;
  align-items: center;
}
.wwd-section-wrap .wwd-wwd-desc .wwd-img {
  width: 50%;
  max-width: 270px;
  max-height: 162px;
}
.wwd-section-wrap .wwd-wwd-desc .wwd-img img {
  max-width: 100%;
  position: relative;
  top: 32px;
}
.wwd-section-wrap .wwd-wwd-desc .wwd-text {
  color: #324a5e;
  font-size: 18px;
  font-weight: bold;
  flex: 1;
  margin-left: 40px;
}
html[lang=zh-tw] .wwd-section-wrap .wwd-wwd-desc {
  justify-content: center;
}
html[lang=zh-tw] .wwd-section-wrap .wwd-wwd-desc .wwd-text {
  display: none;
}
.wwd-section-wrap .wwd-main {
  background: #ffdf5f;
  padding: 57px 24px 24px;
  flex: 1;
}
.wwd-section-wrap .wwd-unit {
  background: #fff1bd;
  padding: 20px 0 0px 30px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  color: #324a5e;
  line-height: 1.2;
}
.wwd-section-wrap .wwd-unit .item-name {
  font-size: 24px;
  font-weight: bold;
}
.wwd-section-wrap .wwd-unit .item-name a {
  color: #324a5e;
}
.wwd-section-wrap .wwd-unit .item-name a:hover {
  text-decoration: underline;
}
.wwd-section-wrap .wwd-unit .item-sub {
  font-size: 14px;
}
.wwd-section-wrap .wwd-unit .item-price {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.wwd-section-wrap .wwd-unit .item-price span {
  font-size: 20px;
}
.wwd-section-wrap .wwd-unit .item-note {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.wwd-section-wrap .wwd-unit .wwd-r img {
  width: 172px;
}
.wwd-section-wrap .wwd-pos {
  padding: 9px 24px 0;
  background: #fef9e5;
}
.wwd-section-wrap .wwd-pos .item {
  display: flex;
  font-weight: bold;
  padding-bottom: 10px;
  border-top: 1px solid #333;
  padding-top: 10px;
}
.wwd-section-wrap .wwd-pos .item:first-child {
  border-top: 0 none;
}
.wwd-section-wrap .wwd-pos .item .item-adr {
  width: 30%;
  color: #333;
  font-size: 14px;
  margin-top: 4px;
}
.wwd-section-wrap .wwd-pos .item .item-n {
  width: 33%;
}
.wwd-section-wrap .wwd-pos .item .item-n > div {
  color: #00c4b3;
  font-size: 18px;
}
.wwd-section-wrap .wwd-pos .item .item-n > div img {
  vertical-align: top;
}
.wwd-section-wrap .wwd-bottom {
  background: #324a5e;
  padding: 24px 24px 24px;
  display: flex;
  justify-content: space-between;
}
.wwd-section-wrap .wwd-bottom .wwd-list .item {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.wwd-section-wrap .wwd-bottom .wwd-list .item img {
  height: 22px;
  margin-right: 3px;
}
.wwd-section-wrap .wwd-bottom .btn-wrap .btn {
  width: 176px !important;
  color: #444;
}
.wwd-section-wrap .wwd-bottom .btn-wrap .btn:hover {
  background: #d3b022 !important;
  color: #fff;
}
.wwd-section-wrap .wwd-valet {
  width: 49.5%;
  max-width: 544px;
  display: flex;
  flex-direction: column;
}
.wwd-section-wrap .wwd-valet .wwd-header, .wwd-section-wrap .wwd-valet .wwd-wwd-desc {
  background: #e9f8f7;
}
.wwd-section-wrap .wwd-valet .wwd-main {
  background: #00c4b3;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wwd-section-wrap .wwd-valet .wwd-unit {
  background: #e9f8f7;
  cursor: pointer;
  padding: 20px 0 20px 30px;
}
.wwd-section-wrap .wwd-valet .wwd-unit:hover {
  background: #fff;
}
.wwd-section-wrap .wwd-valet .wwd-unit:first-child {
  margin-bottom: 25px;
}
.wwd-section-wrap .wwd-valet .wwd-unit .wwd-r img {
  width: 160px;
}
.wwd-section-wrap .wwd-valet .wwd-unit .item-sub {
  margin-top: 10px;
}
.wwd-section-wrap .wwd-valet .wwd-unit .item-price {
  margin-top: 15px;
}
.wwd-section-wrap .wwd-valet .wwd-unit .item-note {
  margin-top: 10px;
}

.compare-wrapper {
  padding: 15px 0 80px;
}

.app-download-wrap {
  background: linear-gradient(-187deg, transparent 185px, #ccf3f0 0);
}
.app-download-wrap .download-wrap {
  width: 980px;
  max-width: 980px;
  align-items: center;
  padding: 50px 16px 80px;
}
.app-download-wrap .download-image {
  width: auto;
}
.app-download-wrap .download-image img {
  max-height: 300px;
  max-width: 100%;
  object-fit: cover;
  transform: translate(0px, 0) scale(1);
}
.app-download-wrap .download-info {
  margin-top: 0;
  padding: 0;
  width: 36%;
}
.app-download-wrap .download-info h2 {
  color: #324a5e;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.app-download-wrap .download-info .download-desc {
  color: #666;
  font-size: 15px;
  margin: 0 0 16px;
  line-height: 1.37;
}
.app-download-wrap .download-info .download-btn a:first-child {
  margin-right: 16px;
}
.app-download-wrap .download-info .download-btn img {
  width: 130px;
}

.best-price-wrap {
  background: #324a5e;
  padding: 27px 0 38px;
}
.best-price-wrap .best-price {
  display: flex;
  justify-content: center;
}
.best-price-wrap .bp-img img {
  width: 26px;
  margin-top: 4px;
}
.best-price-wrap .bp-info {
  max-width: 786px;
  color: #fff;
  margin-left: 16px;
}
.best-price-wrap .bp-info .bp-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffdf5f;
}
.best-price-wrap .bp-info .bp-title span {
  font-size: 15px;
  font-weight: normal;
}
.best-price-wrap .bp-info .bp-desc {
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}
.best-price-wrap .bp-info .bp-desc a:hover {
  text-decoration: underline;
}

.home-banner-wrapper .home-banner-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
.home-banner-wrapper .hb-img {
  position: relative;
}
.home-banner-wrapper .hb-img img {
  height: 760px;
  width: 100%;
  object-fit: cover;
}
.home-banner-wrapper .hb-img .btn {
  position: absolute;
  right: 20px;
  bottom: 100px;
  display: none;
}
.home-banner-wrapper .hb-img .btn:hover {
  background-color: #d3b022;
  color: #fff !important;
}
.home-banner-wrapper .hb-img:hover .btn {
  background-color: #d3b022;
  color: #fff !important;
}
.home-banner-wrapper .hb-left {
  width: 50%;
  position: relative;
}
.home-banner-wrapper .hb-right {
  width: 50%;
  position: relative;
}
.home-banner-wrapper .hb-right .hb-img .btn {
  left: 20px;
}
.home-banner-wrapper .hb-default-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 1.4;
  width: 100%;
}
.home-banner-wrapper .hb-default-text .hb-title {
  font-size: 60px;
  font-weight: bold;
}
.home-banner-wrapper .hb-default-text .hb-info {
  font-size: 28px;
  margin-top: 7px;
}
.home-banner-wrapper .hb-arrow {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translate(-50%, 0);
  width: 44px;
}
.home-banner-wrapper .hb-arrow img {
  width: 100%;
}
.home-banner-wrapper .ho {
  display: none;
}
.home-banner-wrapper .hb-locker, .home-banner-wrapper .hb-valet {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s, left 0.4s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home-banner-wrapper .hb-locker div, .home-banner-wrapper .hb-valet div {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 860px) {
  .home-banner-wrapper .hb-locker div, .home-banner-wrapper .hb-valet div {
    font-size: 34px;
  }
}
html[lang=zh-tw] .home-banner-wrapper .hb-locker div, html[lang=zh-tw] .home-banner-wrapper .hb-valet div {
  font-size: 60px;
}
.home-banner-wrapper .hb-locker div span, .home-banner-wrapper .hb-valet div span {
  color: #00c4b3;
}
.home-banner-wrapper .hb-locker {
  background: #f8d340;
  padding-left: 40px;
}
.home-banner-wrapper .hb-locker.cur {
  z-index: 2;
  opacity: 1;
  left: 100%;
}
.home-banner-wrapper .hb-valet {
  background: #00c4b3;
  justify-content: flex-end;
  padding-right: 40px;
  text-align: right;
}
.home-banner-wrapper .hb-valet div span {
  color: #f8d340;
}
.home-banner-wrapper .hb-valet.cur {
  z-index: 2;
  opacity: 1;
  left: -100%;
}
.home-banner-wrapper .home-banner-mobile {
  display: none;
}

div.has-transparent {
  background: transparent !important;
}
div.has-transparent #site_location_container .nav-our-company, div.has-transparent .nav-our-services {
  background: url("/images/new/dw.png") no-repeat right center;
  background-size: 12px;
}
div.has-transparent #site_location_container .nav-our-company span, div.has-transparent .nav-our-services span {
  color: #fff;
}
div.has-transparent .nav-pills > li > a {
  color: #fff;
}
div.has-transparent .nav-pills > li > a.new-header-tel {
  color: #ffdf5f;
  background: url("/images/new/t_yellow.png") no-repeat left center;
  background-size: 24px;
}
div.has-transparent .nav-pills > li > a.menu-get-start {
  color: #444;
  border-radius: 99em;
}
div.has-transparent.in-locker #site_location_container .nav-our-company, div.has-transparent.in-locker .nav-our-services {
  background: rgba(0, 0, 0, 0) url(/images/arrows-down.png) center right no-repeat;
  background-size: auto;
}
div.has-transparent.in-locker #site_location_container .nav-our-company span, div.has-transparent.in-locker .nav-our-services span {
  color: #333;
}
div.has-transparent.in-locker .nav-pills > li > a {
  color: #333;
}
div.has-transparent.in-locker .nav-pills > li > a.new-header-tel {
  color: #00c4b3;
  background: url(/images/new-home/phone-02.png) no-repeat 0 center;
  background-size: auto 18px;
}
div.has-transparent.in-locker .nav-pills > li > a.menu-get-start {
  color: #444;
  border-radius: 99em;
  border: 2px solid #324a5e;
  background: transparent;
  padding: 11px 0 !important;
}
@media screen and (max-width: 858px) and (min-width: 768px) {
  div.has-transparent.in-locker .nav-pills > li > a.menu-get-start {
    padding: 6px 8px !important;
  }
}
div.has-transparent.in-valet #site_location_container .nav-our-company, div.has-transparent.in-valet .nav-our-services {
  background: rgba(0, 0, 0, 0) url(/images/arrows-down.png) center right no-repeat;
  background-size: auto;
}
div.has-transparent.in-valet #site_location_container .nav-our-company span, div.has-transparent.in-valet .nav-our-services span {
  color: #333;
}
div.has-transparent.in-valet .nav-pills > li > a {
  color: #333;
}
div.has-transparent.in-valet .nav-pills > li > a.new-header-tel {
  color: #00c4b3;
  background: url(/images/new-home/phone-02.png) no-repeat 0 center;
  background-size: auto 18px;
}
html[lang=zh-tw] div.has-transparent.in-valet div #boxful-logo img.zh-logo.size-l {
  max-width: 203px;
}
@media screen and (max-width: 858px) and (min-width: 768px) {
  html[lang=zh-tw] div.has-transparent.in-valet div #boxful-logo img.zh-logo.size-m {
    max-width: 140px;
  }
}

.covid-popup {
  max-width: 800px;
  background: #E9F8F7;
  border: 5px solid #00C4B3;
  border-radius: 12px;
}
.covid-popup .boxful-popup-close-button {
  display: none;
}
.covid-popup .boxful-popup-content {
  height: auto;
}
.covid-popup .boxful-popup-content .covid-wrapper {
  padding: 42px 42px 30px;
}
.covid-popup .boxful-popup-content .covid-wrapper .cov-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #00c4b3;
}
.covid-popup .boxful-popup-content .covid-wrapper .cov-content {
  margin-top: 16px;
}
.covid-popup .boxful-popup-content .covid-wrapper .cov-content p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 500;
  color: #324a5e;
}
.covid-popup .boxful-popup-content .covid-wrapper .cov-contact {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.covid-popup .boxful-popup-content .covid-wrapper .cov-contact a {
  font-size: 18px;
  font-weight: bold;
  color: #00c4b3;
}
.covid-popup .boxful-popup-content .covid-wrapper .cov-contact a img {
  height: 29px;
}
.covid-popup .boxful-popup-content .covid-wrapper .cov-contact a:last-child {
  margin-left: 30px;
}
.covid-popup .boxful-popup-content .covid-wrapper .cov-bg {
  margin-top: 16px;
}
.covid-popup .boxful-popup-content .covid-wrapper .cov-bg img {
  height: 131px;
  max-width: 100%;
  object-fit: cover;
}
.covid-popup .boxful-popup-content .covid-wrapper .covid-close-btn {
  margin-top: 6px;
  text-align: center;
}
.covid-popup .boxful-popup-content .covid-wrapper .covid-close-btn .btn {
  width: 180px !important;
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #444;
}
.covid-popup .boxful-popup-content .covid-wrapper .covid-close-btn .btn:hover {
  background-color: #d3b022;
  color: #fff !important;
}

@media screen and (max-width: 1023px) {
  .wwd-section-wrap .wwd-section {
    padding: 0 20px;
  }
  .wwd-section-wrap .wwd-header .wwd-name {
    font-size: 24px;
  }
  .wwd-section-wrap .wwd-wwd-desc .wwd-text {
    font-size: 15px;
    margin-left: 30px;
  }
  .wwd-section-wrap .wwd-main {
    padding: 57px 16px 24px;
    flex: 1;
  }
  .wwd-section-wrap .wwd-unit {
    padding: 20px 0 0px 20px;
  }
  .wwd-section-wrap .wwd-unit .item-name {
    font-size: 22px;
  }
  .wwd-section-wrap .wwd-unit .item-sub {
    font-size: 13px;
  }
  .wwd-section-wrap .wwd-unit .item-price {
    margin-top: 10px;
  }
  .wwd-section-wrap .wwd-unit .item-price span {
    font-size: 18px;
  }
  .wwd-section-wrap .wwd-unit .item-note {
    font-size: 13px;
  }
  .wwd-section-wrap .wwd-unit .wwd-r img {
    width: 172px;
  }
  .wwd-section-wrap .wwd-pos {
    padding: 20px 20px 0;
  }
  .wwd-section-wrap .wwd-pos .item .item-n > div {
    font-size: 16px;
  }
  .wwd-section-wrap .wwd-bottom {
    padding: 20px 20px 20px;
    flex-direction: column;
  }
  .wwd-section-wrap .wwd-bottom .btn-wrap .btn {
    width: 100% !important;
    margin-top: 16px;
  }
  .wwd-section-wrap .wwd-valet .wwd-unit {
    height: 45%;
  }
  .wwd-section-wrap .wwd-valet .wwd-unit .wwd-r img {
    width: 150px;
  }

  .best-price-wrap .best-price {
    padding: 0 20px;
  }

  .app-download-wrap .download-image img {
    max-height: 250px;
  }
  .app-download-wrap .download-info {
    width: 330px;
  }
}
@media screen and (max-width: 850px) {
  .app-download-wrap {
    background: linear-gradient(-193deg, transparent 177px, #ccf3f0 0);
  }
  .app-download-wrap .download-image img {
    max-height: 250px;
  }
  .app-download-wrap .download-info {
    width: 320px;
  }
}
/* Mobile verson */
@media screen and (max-width: 767px) {
  .wwd-section-wrap .wwd-section {
    margin: 26px auto 0;
    flex-direction: column;
    padding: 0 16px;
  }
  .wwd-section-wrap .wwd-locker {
    width: 100%;
    max-width: inherit;
  }
  .wwd-section-wrap .wwd-header .wwd-sub {
    font-size: 15px;
    padding-top: 17px;
  }
  .wwd-section-wrap .wwd-header .wwd-name {
    font-size: 22px;
  }
  .wwd-section-wrap .wwd-wwd-desc .wwd-img img {
    top: 32px;
  }
  .wwd-section-wrap .wwd-wwd-desc .wwd-text {
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .wwd-section-wrap .wwd-wwd-desc .wwd-img img {
    top: 22px;
  }
  .wwd-section-wrap .wwd-wwd-desc .wwd-text {
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wwd-section-wrap .wwd-main {
    padding: 32px 8px 8px;
  }
}
@media screen and (max-width: 767px) {
  .wwd-section-wrap .wwd-unit {
    padding: 14px 14px;
  }
  .wwd-section-wrap .wwd-unit .item-name {
    font-size: 18px;
  }
  .wwd-section-wrap .wwd-unit .item-sub {
    font-size: 15px;
    font-style: italic;
  }
  .wwd-section-wrap .wwd-unit .item-price {
    font-size: 15px;
    margin-top: 8px;
  }
  .wwd-section-wrap .wwd-unit .item-price span {
    font-size: 18px;
  }
  .wwd-section-wrap .wwd-unit .item-note {
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
  .wwd-section-wrap .wwd-unit .wwd-r img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wwd-section-wrap .wwd-pos {
    padding: 0px 14px 0;
  }
  .wwd-section-wrap .wwd-pos .item {
    padding-bottom: 10px;
    padding-top: 17px;
  }
  .wwd-section-wrap .wwd-pos .item .item-adr {
    font-size: 15px;
    margin-top: 0px;
  }
  .wwd-section-wrap .wwd-pos .item .item-n > div {
    font-size: 15px;
    margin-bottom: 2px;
    position: relative;
  }
  html[lang=en-gb] .wwd-section-wrap .wwd-pos .item .item-n > div img.sep {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .wwd-section-wrap .wwd-bottom {
    padding: 18px 10px 16px;
  }
  .wwd-section-wrap .wwd-bottom .wwd-list .item {
    font-size: 15px;
  }
  .wwd-section-wrap .wwd-bottom .btn-wrap .btn {
    width: 100% !important;
    height: 32px;
    line-height: 32px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .wwd-section-wrap .wwd-valet {
    width: 100%;
    margin-top: 24px;
    max-width: inherit;
  }
  .wwd-section-wrap .wwd-valet .wwd-unit:first-child {
    margin-bottom: 8px;
  }
  .wwd-section-wrap .wwd-valet .wwd-unit .wwd-r {
    display: flex;
    align-items: center;
  }
  .wwd-section-wrap .wwd-valet .wwd-unit .wwd-r img {
    width: 130px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .compare-wrapper {
    padding: 15px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .best-price-wrap {
    background: #324a5e;
    padding: 23px 0 34px;
  }
  .best-price-wrap .best-price {
    padding: 0 16px;
  }
  .best-price-wrap .bp-info .bp-title {
    font-size: 22px;
  }
  .best-price-wrap .bp-info .bp-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .app-download-wrap {
    background: linear-gradient(-190deg, transparent 100px, #ccf3f0 0);
  }
  .app-download-wrap .download-wrap {
    width: 100%;
    padding: 0 16px;
    flex-direction: column;
  }
  .app-download-wrap .download-image {
    width: 100%;
    max-width: inherit;
    text-align: center;
  }
  .app-download-wrap .download-image img {
    max-height: inherit;
    width: 100%;
    max-width: 500px;
    transform: translate(0px, 28px) scale(1);
  }
  .app-download-wrap .download-info {
    margin-top: 20px;
    padding-bottom: 40px;
    max-width: inherit;
    padding-left: 0;
    text-align: center;
    width: auto;
    color: #888;
  }
  .app-download-wrap .download-info h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .app-download-wrap .download-info .download-btn img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  div.sidemenu-btn {
    border: 0 none;
  }
}
@media screen and (max-width: 767px) {
  .os-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: auto;
  }
  .os-popup .boxful-popup-close-button {
    position: absolute;
    right: 20px;
    top: 7px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-weight: 500;
    z-index: 99;
  }
  .os-popup .boxful-popup-content {
    background: #fff;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .our-services-popup {
    text-align: left;
  }
  .our-services-popup .os-title {
    color: #999;
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    padding-left: 24px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  .our-services-popup .os-title.no-top {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  }
  .our-services-popup .os-top-padding {
    padding: 0 8px;
  }
  .our-services-popup .os-pupup-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding-top: 13px;
  }
  .our-services-popup .os-pupup-box .os-name {
    color: #324a5e;
    font-size: 16px;
  }
  .our-services-popup .os-pupup-box .os-name a {
    color: #324a5e;
  }
  .our-services-popup .os-pupup-box .os-name a:hover {
    text-decoration: underline;
  }
  .our-services-popup .os-pupup-box .os-type {
    width: 104px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    color: #333;
    background: #fef5d8;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .our-services-popup .os-locker-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
  }
  .our-services-popup .os-locker-info.has-bt-space {
    padding-bottom: 16px;
  }
  .our-services-popup .os-locker-info .os-desc {
    font-size: 14px;
    color: #6a6a6a;
    font-style: italic;
  }
  .our-services-popup .os-locker-info .os-detail a {
    font-size: 14px;
    font-weight: bold;
  }
  .our-services-popup .os-locker-info .os-detail a span {
    transition: transform 0.2s;
    display: inline-block;
  }
  .our-services-popup .wwd-pos {
    padding: 0px 16px 0;
    background: #fffdf3;
    margin-top: 13px;
    display: none;
  }
  .our-services-popup .wwd-pos .item {
    display: flex;
    padding-bottom: 10px;
    border-top: 1px solid #f1eace;
    padding-top: 10px;
  }
  .our-services-popup .wwd-pos .item:first-child {
    border-top: 0 none;
  }
  .our-services-popup .wwd-pos .item .item-adr {
    width: 30%;
    color: #c5bfad;
    font-size: 14px;
    margin-top: 0px;
  }
  .our-services-popup .wwd-pos .item .item-n {
    width: 33%;
  }
  .our-services-popup .wwd-pos .item .item-n > div {
    color: #00c4b3;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    position: relative;
  }
  .our-services-popup .wwd-pos .item .item-n > div img {
    vertical-align: top;
    width: 16px;
  }
  .our-services-popup .os-valet-desc {
    color: #6a6a6a;
    font-size: 14px;
    margin-top: 7px;
    font-style: italic;
  }
  .our-services-popup .os-locker-info .btn {
    width: 120px !important;
    height: 30px !important;
    padding: 0 !important;
    font-style: normal;
    font-size: 12px !important;
    line-height: 32px;
    color: #324a5e;
    border-radius: 0 !important;
    border: 1px solid #324a5e;
    background: transparent;
    text-transform: uppercase;
  }
  .our-services-popup .os-locker-info .btn-y {
    width: 136px !important;
    height: 32px !important;
    padding: 0 !important;
    font-style: normal;
    font-size: 12px;
    line-height: 32px;
    color: #333;
    text-transform: uppercase;
    background: #f8d340;
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .our-services-popup .os-top-info {
    background: #fef9e5;
    padding: 0 8px 8px;
    margin: 48px 8px 0;
  }
  .our-services-popup .os-bottom-info {
    margin: 8px 8px 0;
    padding: 0 16px 24px;
    background: #e9f8f7;
  }
  .our-services-popup .os-bottom-info .item-sep {
    border-bottom: 1px solid #d3ebea;
    padding-bottom: 17px;
  }
  .our-services-popup .os-bottom-info .os-type {
    background: #d3ebea;
  }
  .our-services-popup .os-other-title {
    margin-top: 20px;
    border-bottom: 1px solid #333;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 3px;
  }
  .our-services-popup .os-others-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
  }
  .our-services-popup .os-others-wrap .os-other-name {
    font-size: 16px;
    font-weight: bold;
    color: #324a5e;
  }
  .our-services-popup .os-others-wrap .os-other-name a {
    color: #324a5e;
  }
  .our-services-popup .os-others-wrap .os-other-name a:hover {
    text-decoration: underline;
  }
  .our-services-popup .os-others-wrap .os-other-detail a {
    font-size: 12px;
    font-weight: bold;
  }
  .our-services-popup .os-business-info {
    margin: 8px 8px 24px;
    background: #fafafa;
    padding: 0 16px;
  }
  .our-services-popup .os-business-info .os-name a {
    color: #00c4b3;
  }
  .our-services-popup .os-business-info .os-type {
    background: #f3f3f3;
  }
  .our-services-popup .os-business-info .os-valet-desc {
    padding-bottom: 14px;
    border-bottom: 1px solid #f3f3f3;
  }
  .our-services-popup .os-business-info .os-last {
    border-top: 1px solid #f3f3f3;
    padding-bottom: 20px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  div.has-transparent {
    background: rgba(255, 255, 255, 0.9) !important;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-wrapper .home-banner-wrap {
    display: none;
  }
  .home-banner-wrapper .home-banner-mobile {
    display: block;
    padding-top: 80px;
  }
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .top-img {
    height: 368px;
  }
}
@media screen and (max-width: 767px) and (max-height: 740px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .top-img {
    height: 300px;
  }
}
@media screen and (max-width: 767px) and (max-height: 570px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .top-img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .top-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .top-img.locker-text {
    background: #f8d340;
    color: #fff;
    font-size: 36px;
    padding: 80px 40px 0 0;
    line-height: 1;
    font-weight: bold;
    text-align: right;
  }
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .top-img.locker-text span {
    color: #00c4b3;
  }
}
@media screen and (max-width: 767px) and (max-height: 740px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .top-img.locker-text {
    font-size: 30px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-height: 570px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .top-img.locker-text {
    font-size: 30px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  html[lang=zh-tw] .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .top-img.locker-text {
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .top-img.locker-text .btn {
    width: 176px !important;
    margin: 18px 0 0;
    padding: 13px !important;
    background: #fbe07a;
    outline-color: #444;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .bottom-img {
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
    margin-top: -50px;
    height: 368px;
  }
}
@media screen and (max-width: 767px) and (max-height: 740px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .bottom-img {
    height: 300px;
  }
}
@media screen and (max-width: 767px) and (max-height: 570px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .bottom-img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .bottom-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .bottom-img.valet-text {
    background: #00c4b3;
    color: #fff;
    font-size: 32px;
    padding: 80px 0 0 40px;
    line-height: 1;
    font-weight: bold;
  }
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .bottom-img.valet-text span {
    color: #f8d340;
  }
}
@media screen and (max-width: 767px) and (max-height: 740px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .bottom-img.valet-text {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) and (max-height: 570px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .bottom-img.valet-text {
    font-size: 26px;
    padding-top: 36px;
  }
}
@media screen and (max-width: 767px) and (max-width: 330px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .bottom-img.valet-text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .bottom-img.valet-text .btn {
    width: 176px !important;
    margin: 18px 0 0;
    padding: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .de-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1.2;
    width: 100%;
  }
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .de-text .hb-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
  }
  .home-banner-wrapper .swiper-container .swiper-wrapper .swiper-slide .de-text .hb-info {
    font-size: 20px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-wrapper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
  .home-banner-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
  .home-banner-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00c4b3;
  }
  .home-banner-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .covid-popup .boxful-popup-close-button {
    display: none;
  }
  .covid-popup .boxful-popup-content {
    height: auto;
  }
  .covid-popup .boxful-popup-content .covid-wrapper {
    padding: 18px 16px 18px;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .cov-title {
    font-size: 18px;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .cov-content {
    margin-top: 10px;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .cov-content p {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.08;
    font-weight: normal;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .cov-contact {
    margin-top: 10px;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .cov-contact a {
    font-size: 17px;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .cov-contact a img {
    height: 20px;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .cov-contact a:last-child {
    margin-left: 20px;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .cov-bg {
    margin-top: 4px;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .cov-bg img {
    height: 95px;
    max-width: 100%;
    object-fit: cover;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .covid-close-btn {
    margin-top: 10px;
    text-align: center;
  }
  .covid-popup .boxful-popup-content .covid-wrapper .covid-close-btn .btn {
    width: 180px !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 370px) {
  .wwd-section-wrap .wwd-pos .item .item-n > div {
    font-size: 12px;
  }
}

/*# sourceMappingURL=home.css.map */
