div.headerPomotionBannerContainer {
  box-shadow: none;
}

.home-banner-e-wrapper {
  height: 504px;
  display: flex;
  padding-top: 64px;
  background: #fff;
}
.home-banner-e-wrapper .locker-bg {
  width: 38%;
  background: url("/images/hero-e/locker.png") no-repeat 100% 50%;
  background-size: cover;
}
.home-banner-e-wrapper .valet-bg {
  width: 33%;
  width: 38%;
  background: url("/images/hero-e/valet-new.jpg") no-repeat 0 50%;
  background-size: cover;
}
.home-banner-e-wrapper .hero-main {
  width: 31%;
  display: flex;
  justify-content: center;
  padding-top: 36px;
}
.home-banner-e-wrapper .hero-main .main-info {
  max-width: 400px;
  width: 100%;
}
.home-banner-e-wrapper .hero-main .main-info .hero-title {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.04;
  color: #00c4b3;
}
.home-banner-e-wrapper .hero-main .main-info .hero-title .he-a {
  text-align: left;
}
.home-banner-e-wrapper .hero-main .main-info .hero-title .he-b {
  text-align: right;
}
.home-banner-e-wrapper .hero-main .main-info .hero-desc {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #999;
  margin: 16px auto 0;
  max-width: 320px;
}
.home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
}
.home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a {
  display: flex;
  width: 190px;
  height: 48px;
  line-height: 48px;
  border-radius: 16px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #333;
  transition: box-shadow 0.4s;
}
.home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a.btn-locker {
  background: #fef9e5 url("/images/hero-e/left.svg") no-repeat 15px center;
  background-size: 20px;
  padding-left: 50px;
  margin-right: 4px;
}
.home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a.btn-locker:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a.btn-valet {
  background: #e9f8f7 url("/images/hero-e/right.svg") no-repeat 160px center;
  background-size: 20px;
  padding-left: 18px;
  margin-left: 4px;
}
.home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a.btn-valet:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.he-wwd-section-wrap {
  margin-top: -64px;
  padding: 0 16px;
}
.he-wwd-section-wrap .wwd-section {
  max-width: 1400px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}
.he-wwd-section-wrap .wwd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 192px;
  color: #324a5e;
  padding: 0 16px 0 40px;
}
.he-wwd-section-wrap .wwd-top .wwd-sub {
  font-size: 14px;
  font-weight: bold;
}
.he-wwd-section-wrap .wwd-top .wwd-name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.he-wwd-section-wrap .wwd-top .wwd-name a {
  color: #324a5e;
}
.he-wwd-section-wrap .wwd-top .wwd-name a:hover {
  text-decoration: underline;
}
.he-wwd-section-wrap .wwd-top .wwd-desc {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.25;
  color: #666;
}
.he-wwd-section-wrap .wwd-locker {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-right: 8px;
  background: #fef9e5;
}
.he-wwd-section-wrap .wwd-main {
  padding: 0 16px 0;
  flex: 1;
}
.he-wwd-section-wrap .wwd-unit {
  background: #fffcf3;
  padding: 16px 0 16px 0;
  display: flex;
  align-items: center;
  color: #324a5e;
  line-height: 1.2;
  border-radius: 24px 24px 0 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .he-wwd-section-wrap .wwd-unit {
    padding: 26px 0 16px 0;
  }
}
.he-wwd-section-wrap .wwd-unit.just-locker-handle {
  padding-top: 40px;
}
.he-wwd-section-wrap .wwd-unit:hover {
  background: #fff;
}
.he-wwd-section-wrap .wwd-unit .limited-img {
  position: absolute;
  right: -5px;
  top: 10px;
}
.he-wwd-section-wrap .wwd-unit .limited-img img {
  height: 31px;
}
.he-wwd-section-wrap .wwd-unit .limited-img.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .he-wwd-section-wrap .wwd-unit .limited-img {
    top: 10px;
    right: auto;
    left: -5px;
  }
  .he-wwd-section-wrap .wwd-unit .limited-img img {
    height: 20px;
  }
  .he-wwd-section-wrap .wwd-unit .limited-img.mobile {
    display: block;
  }
}
.he-wwd-section-wrap .wwd-unit .xl-dist {
  position: absolute;
  right: 0;
  top: 0;
  background: #f8d340;
  height: 32px;
  line-height: 32px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  padding: 0 14px;
  border-radius: 0 16px 0 16px;
}
@media screen and (max-width: 767px) {
  .he-wwd-section-wrap .wwd-unit .xl-dist {
    border-radius: 0 14px 0 14px;
    padding: 0 6px 0 6px;
    font-size: 10px;
    height: 24px;
    line-height: 24px;
  }
}
.he-wwd-section-wrap .wwd-unit .item-name {
  font-size: 24px;
  font-weight: bold;
}
.he-wwd-section-wrap .wwd-unit .item-name a {
  color: #324a5e;
}
.he-wwd-section-wrap .wwd-unit .item-name a:hover {
  text-decoration: underline;
}
.he-wwd-section-wrap .wwd-unit .item-sub {
  font-size: 14px;
}
.he-wwd-section-wrap .wwd-unit .item-price {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
.he-wwd-section-wrap .wwd-unit .item-price span {
  font-size: 20px;
}
.he-wwd-section-wrap .wwd-unit .item-note {
  font-size: 14px;
  color: #333;
}
.he-wwd-section-wrap .wwd-unit .wwd-l {
  order: 2;
}
.he-wwd-section-wrap .wwd-unit .wwd-r {
  order: 1;
}
.he-wwd-section-wrap .wwd-unit .wwd-r img {
  width: 172px;
}
.he-wwd-section-wrap .wwd-pos {
  padding: 9px 24px 10px;
  background: #fffcf3;
  border-radius: 0 0 24px 24px;
}
.he-wwd-section-wrap .wwd-pos .item {
  display: flex;
  font-weight: bold;
  padding-bottom: 10px;
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
}
.he-wwd-section-wrap .wwd-pos .item:first-child {
  border-top: 0 none;
}
.he-wwd-section-wrap .wwd-pos .item .item-adr {
  width: 24%;
  color: #e7e7e7;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 500;
}
.he-wwd-section-wrap .wwd-pos .item .item-n {
  width: 25%;
}
.he-wwd-section-wrap .wwd-pos .item .item-n > div {
  color: #00c4b3;
  font-size: 14px;
  margin-top: 4px;
}
.he-wwd-section-wrap .wwd-pos .item .item-n > div img {
  vertical-align: top;
  height: 12px;
}
.he-wwd-section-wrap .wwd-pos .item .item-n > div img.for-pos {
  position: absolute;
}
.he-wwd-section-wrap .wwd-bottom {
  border: 1px solid #f0e8c8;
  margin: 24px 16px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
}
.he-wwd-section-wrap .wwd-bottom .wwd-list .item {
  display: flex;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.he-wwd-section-wrap .wwd-bottom .wwd-list .item img {
  height: 26px;
  margin-right: 8px;
}
.he-wwd-section-wrap .wwd-bottom .btn-wrap .btn {
  width: 176px !important;
  color: #444;
}
.he-wwd-section-wrap .wwd-bottom .btn-wrap .btn:hover {
  background: #d3b022 !important;
  color: #fff;
}
.he-wwd-section-wrap .wwd-valet {
  width: 50%;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  background: #e9f8f7;
}
.he-wwd-section-wrap .wwd-valet .wwd-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.he-wwd-section-wrap .wwd-valet .wwd-unit {
  background: #f1fffe;
  cursor: pointer;
  padding: 8px 0 8px 20px;
  border-radius: 24px;
  height: 50%;
}
.he-wwd-section-wrap .wwd-valet .wwd-unit:nth-child(1) {
  margin-bottom: 8px;
}
.he-wwd-section-wrap .wwd-valet .wwd-unit:nth-child(2) {
  margin-top: 8px;
}
.he-wwd-section-wrap .wwd-valet .wwd-unit:hover {
  background: #fff;
}
.he-wwd-section-wrap .wwd-valet .wwd-unit .wwd-l {
  margin-left: 24px;
}
.he-wwd-section-wrap .wwd-valet .wwd-unit .wwd-r img {
  width: 160px;
}
.he-wwd-section-wrap .wwd-valet .wwd-bottom {
  border-color: #c3e8e6;
}

.banner-coupon, .question-form-wrap, .wwd-section-wrap {
  display: none;
}

.wwd-section-wrap .title-box {
  display: none;
}

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

.compare-wrap .compare-main {
  max-width: 1400px;
}

@media screen and (max-width: 1400px) {
  .he-wwd-section-wrap .wwd-section {
    max-width: 1176px;
  }

  .compare-wrap .compare-main {
    max-width: 1176px;
  }
}
@media screen and (max-width: 1200px) {
  .home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a {
    font-size: 13px;
  }
  .home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a.btn-locker {
    background: #fef9e5 url("/images/hero-e/left.svg") no-repeat 10px center;
    background-size: 18px;
    padding-left: 36px;
  }
  .home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a.btn-valet {
    background: #e9f8f7 url("/images/hero-e/right.svg") no-repeat 138px center;
    background-size: 18px;
    padding-left: 10px;
  }

  .he-wwd-section-wrap .wwd-top .wwd-name a {
    font-size: 23px;
  }
}
@media screen and (max-width: 1190px) {
  .home-banner-e-wrapper {
    padding-top: 52px;
  }

  .he-wwd-section-wrap .wwd-bottom {
    padding: 24px 12px;
  }
}
@media screen and (max-width: 1080px) {
  .home-banner-e-wrapper .hero-main .main-info .hero-title {
    font-size: 38px;
  }

  .home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap {
    flex-direction: column;
  }
  .home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a {
    margin-top: 10px;
  }
  .home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a.btn-locker {
    background: #fef9e5 url("/images/hero-e/left.svg") no-repeat 15px center;
    background-size: 20px;
    padding-left: 50px;
    margin-right: 0px;
  }
  .home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a.btn-locker:hover {
    background-color: rgba(248, 211, 64, 0.25);
  }
  .home-banner-e-wrapper .hero-main .main-info .hero-btn-wrap a.btn-valet {
    background: #e9f8f7 url("/images/hero-e/right.svg") no-repeat 160px center;
    background-size: 20px;
    padding-left: 18px;
    margin-left: 0px;
  }

  .he-wwd-section-wrap .wwd-top {
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
    height: auto;
  }
  .he-wwd-section-wrap .wwd-top lottie-player {
    width: auto !important;
    height: 140px;
  }

  .he-wwd-section-wrap .wwd-unit .wwd-r img {
    width: 148px;
  }
  .he-wwd-section-wrap .wwd-unit .item-name {
    font-size: 22px;
  }
  .he-wwd-section-wrap .wwd-unit .mobile {
    display: block;
  }

  .he-wwd-section-wrap .wwd-locker {
    width: 49%;
    margin-right: 0;
  }

  .he-wwd-section-wrap .wwd-valet {
    width: 49%;
    margin-left: 0;
  }
  .he-wwd-section-wrap .wwd-valet .wwd-unit .wwd-r img {
    width: 115px;
  }
  .he-wwd-section-wrap .wwd-valet .wwd-unit .wwd-l {
    margin-left: 16px;
  }

  .he-wwd-section-wrap .wwd-pos .item .item-adr {
    width: 24%;
  }
  .he-wwd-section-wrap .wwd-pos .item .item-n {
    width: 38%;
  }
  .he-wwd-section-wrap .wwd-pos .item .item-n.only-pad {
    display: none;
  }
  .he-wwd-section-wrap .wwd-pos .item .item-n > div.mobile {
    display: block;
  }
  .he-wwd-section-wrap .wwd-pos .item .item-n > div.desktop {
    display: none;
  }

  .he-wwd-section-wrap .wwd-bottom {
    flex-direction: column;
    padding: 24px 16px;
  }
  .he-wwd-section-wrap .wwd-bottom .btn-wrap .btn {
    width: 100% !important;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .he-wwd-section-wrap {
    margin-top: 0;
    padding: 0 16px;
  }
  .he-wwd-section-wrap .wwd-section {
    flex-direction: column;
  }
  .he-wwd-section-wrap .wwd-locker {
    width: 100%;
    margin-top: 16px;
  }
  .he-wwd-section-wrap .wwd-valet {
    width: 100%;
    margin-top: 16px;
  }
  .he-wwd-section-wrap .wwd-valet .wwd-unit {
    padding: 26px 8px 8px 8px;
  }
  .he-wwd-section-wrap .wwd-pos .item .item-n > div {
    font-size: 15px;
  }

  .home-banner-e-wrapper {
    display: none;
  }

  .home-banner-e-mobile {
    padding-top: 40px;
  }
  .home-banner-e-mobile .swiper-container-e {
    position: relative;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-slide {
    height: calc(100vh - 81px);
    max-height: 586px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-slide .for-text {
    text-align: center;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-slide .for-text .for-title {
    font-size: 36px;
    line-height: 1.17;
    color: #00c4b3;
    font-weight: bold;
    margin: 20px 0 10px;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-slide .for-text .for-desc {
    margin-top: 10px;
    color: #c8c8c8;
    line-height: 1.37;
    max-width: 280px;
    font-size: 16px;
    font-weight: 500;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-slide .for-btn {
    text-align: center;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-slide .for-btn a {
    width: 248px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    text-align: left;
    color: #333;
    background: url("/images/hero-e/up.svg") no-repeat 92% center;
    background-size: 14px;
    letter-spacing: 2px;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-slide .for-btn .to-arrow {
    padding: 26px 0;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-slide .for-btn .to-arrow img {
    width: 33px;
  }
  .home-banner-e-mobile .swiper-container-e .for-locker {
    background: #fff url("/images/hero-e/locker-m2.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .home-banner-e-mobile .swiper-container-e .for-locker .for-btn a {
    background-color: #fef9e5;
  }
  .home-banner-e-mobile .swiper-container-e .for-valet {
    background: #fff url("/images/hero-e/valet-m2.png") no-repeat center bottom;
    background-size: 140% auto;
  }
  .home-banner-e-mobile .swiper-container-e .for-valet .for-btn a {
    background-color: #e9f8f7;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-pagination-e {
    position: absolute;
    left: 50%;
    top: 166px;
    bottom: auto;
    transform: translateX(-50%);
    z-index: 9;
    width: auto;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-pagination-e .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 99em;
    border: 1px solid #00c4b3;
    background: transparent;
    margin: 0 6px;
    opacity: 1;
  }
  .home-banner-e-mobile .swiper-container-e .swiper-pagination-e .swiper-pagination-bullet-active {
    background: #00c4b3;
  }

  .home-banner-e-mobile .swiper-container-e .swiper-pagination-e {
    top: 210px;
  }

  .home-banner-e-mobile .swiper-container-e .swiper-slide {
    min-height: 580px;
  }

  .home-banner-e-mobile .swiper-container-e .for-locker {
    background: #fff url(/images/cny2021/locker-m1.jpg) no-repeat center bottom;
    background-size: auto;
  }

  .home-banner-e-mobile .swiper-container-e .for-valet {
    background: #fff url(/images/cny2021/valet-m1.jpg) no-repeat center bottom;
    background-size: auto;
  }
}
@media screen and (max-width: 500px) {
  .home-banner-e-mobile .swiper-container-e .for-valet {
    background-position: 60% bottom;
    background-size: auto 80%;
  }
}
/* #END For cny2021 */
/* #END For cny2021 */

/*# sourceMappingURL=hero-e.css.map */
