﻿
/******************************
PROJECT COLOR
******************************/
/******************************
PROJECT SIZE
******************************/
.column.main {
  padding-bottom: 0 !important;
}

.page-footer {
  margin-top: 0 !important;
}

.ewc-storelocator-wrapper a {
  text-decoration: none;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-header {
  margin-top: 50px;
  padding: 0 25px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-header {
    margin-top: 40px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-header {
    margin-top: 40px;
    padding: 0 25px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-header .title {
  text-align: center;
  font-size: 40px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
  font-family: "CormorantGaramond", Times, "Times New Roman", Georgia, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-header .title {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-header .title {
    font-size: 32px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships {
  margin: 60px auto 0;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships {
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships {
    margin: 50px auto 0;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-title {
  max-width: 1860px;
  margin: 0 auto;
  padding: 0 100px;
  font-size: 30px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
  font-family: "CormorantGaramond", Times, "Times New Roman", Georgia, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-title {
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-title {
    padding: 0 25px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listingWrapper {
  display: none;
  position: relative;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listingWrapper {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listingWrapper {
    display: block;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listingWrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 180px);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #dde0d1;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listingWrapper:after {
    height: calc(100% - 80px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listingWrapper:after {
    height: calc(100% - 60px);
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing {
  display: flex;
  width: 100%;
  max-width: 1860px;
  margin: 10px auto 0;
  padding: 0 100px 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing {
    display: block;
    padding: 0 20px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing {
    display: block;
    padding: 0 100px 100px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item {
  display: block;
  min-width: calc(((100% + 20px) / 3) - 10px);
  max-width: calc(((100% + 20px) / 3) - 10px);
  margin-left: 10px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item:first-child {
  margin-left: 0;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item:first-child {
    margin-top: 0;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item:hover {
  text-decoration: none;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .imageWrapper {
  display: block;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .imageWrapper {
    min-width: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .imageWrapper img {
  display: block;
  width: 100%;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .infoWrapper {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .infoWrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .infoWrapper .storeTitle {
  display: block;
  margin-top: 30px;
  position: relative;
  font-size: 24px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .infoWrapper .storeTitle {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .infoWrapper .storeTitle {
    min-width: 50%;
    max-width: 50%;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .infoWrapper .storeTitle:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #99785c;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .infoWrapper .storeAddress {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.3em;
  color: #000;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .infoWrapper .storeAddress {
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-listing .ewc-storelocator-storeListing-flagships-item .infoWrapper .storeAddress {
    font-size: 18px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper {
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper {
    display: none;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 180px);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #dde0d1;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper:after {
    height: calc(100% - 80px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper:after {
    height: calc(100% - 60px);
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider {
  max-width: 1860px;
  margin: 40px auto 0;
  padding: 0 95px;
  z-index: 2;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider {
    margin: 20px auto 0;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider {
    padding: 0 95px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem {
  display: block;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem:hover, .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem:active {
  text-decoration: none;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem .imgWrapper {
  display: block;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem .imgWrapper img {
  display: block;
  width: 100%;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem .storeTitle {
  display: block;
  height: 2.6em;
  margin-top: 40px;
  position: relative;
  font-size: 24px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem .storeTitle {
    height: 3.9em;
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem .storeTitle {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem .storeTitle:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #99785c;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem .storeAddress {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.3em;
  color: #000;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem .storeAddress {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .storeItem .storeAddress {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-slide {
  display: block;
  width: 33.5365853659vw;
  max-width: 550px;
  padding: 0 5px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-slide {
    width: calc(100vw - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-slide {
    width: 78.7760416667vw;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-list {
  overflow: visible;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow {
  width: 20px;
  height: 20px;
  font-size: 0;
  background-color: transparent;
  border-style: solid;
  border-color: #99785c;
  border-width: 3px 3px 0 0;
  transition: all 0.2s ease-out;
  z-index: 4;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow {
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow.slick-prev {
  left: 20px;
  top: calc(50% - 70px);
  transform: translate3d(0, -0.65em, 0) translate3d(0, -10px, 0) translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow.slick-prev {
    top: calc(50% - 12vw - 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow.slick-prev {
    top: calc(50% - 6vw);
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow.slick-next {
  right: 20px;
  top: calc(50% - 70px);
  transform: translate3d(0, -0.65em, 0) translate3d(0, -10px, 0) translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow.slick-next {
    top: calc(50% - 12vw - 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow.slick-next {
    top: calc(50% - 6vw);
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow:hover {
  opacity: 1;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow:before {
  content: "" !important;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-flagships .ewc-storelocator-storeListing-flagships-sliderWrapper .ewc-storelocator-storeListing-flagships-slider .slick-arrow:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
  background-color: transparent;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper {
  margin: 110px auto 150px;
  background-image: url("../images/common/pattern.png");
  background-repeat: no-repeat;
  background-position: right -639px top 40%;
  background-size: 1278px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper {
    margin: 0 auto 70px;
    padding-top: 60px;
    background-position: right -940px top 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper {
    margin: 80px auto 120px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores {
  width: 100%;
  overflow-x: hidden;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-storesTitle {
  max-width: 1860px;
  margin: 0 auto;
  padding: 0 100px;
  font-size: 30px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
  font-family: "CormorantGaramond", Times, "Times New Roman", Georgia, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-storesTitle {
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-storesTitle {
    padding: 0 25px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel {
  width: calc(100% - 200px);
  max-width: 1660px;
  margin: 20px auto 0;
  padding: 0 25px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 20px;
    font-size: 24px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel {
    padding: 0 25px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 50px);
  height: 1px;
  left: 25px;
  bottom: 0;
  background-color: #99785c;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .filterItem {
  display: block !important;
  width: calc(100% - 60px) !important;
  margin-right: 60px;
  padding-bottom: 10px;
  position: relative;
  white-space: nowrap;
  font-size: 26px;
  line-height: 1.3em;
  color: #808080;
  font-family: "CormorantGaramond", Times, "Times New Roman", Georgia, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .filterItem {
    width: calc(100% - 30px) !important;
    margin-right: 30px;
    font-size: 18px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .filterItem {
    width: calc(100% - 50px) !important;
    margin-right: 50px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .filterItem:after {
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #99785c;
  transition: all 0.2s ease-out;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .filterItem:hover, .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .filterItem.active, .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .filterItem.selected {
  color: #99785c;
  text-decoration: none;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .filterItem:hover:after, .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .filterItem.active:after, .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .filterItem.selected:after {
  opacity: 1;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .slick-arrow {
  width: 20px;
  height: 20px;
  font-size: 0;
  background-color: transparent;
  border-style: solid;
  border-color: #99785c;
  border-width: 3px 3px 0 0;
  transition: all 0.2s ease-out;
  z-index: 4;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .slick-arrow {
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .slick-arrow.slick-prev {
  left: 5px;
  top: calc(50% + 10px);
  transform: translate3d(0, -0.65em, 0) translate3d(0, -10px, 0) translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .slick-arrow.slick-prev {
    left: 10px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .slick-arrow.slick-next {
  right: 5px;
  top: calc(50% + 10px);
  transform: translate3d(0, -0.65em, 0) translate3d(0, -10px, 0) translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .slick-arrow.slick-next {
    right: 10px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .slick-arrow.slick-disabled {
  opacity: 0 !important;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .slick-arrow:hover {
  opacity: 1;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .slick-arrow:before {
  content: "" !important;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-filterPanel .slick-arrow:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
  background-color: transparent;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider {
  max-width: 1860px;
  margin: 40px auto 0;
  padding: 0 95px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider {
    margin: 20px auto 0;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider {
    padding: 0 95px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem {
  display: block;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem:hover, .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem:active {
  text-decoration: none;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem .imgWrapper {
  display: block;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem .imgWrapper img {
  display: block;
  width: 100%;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem .storeTitle {
  display: block;
  height: 2.6em;
  margin-top: 40px;
  position: relative;
  font-size: 24px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem .storeTitle {
    height: 3.9em;
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem .storeTitle {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem .storeTitle:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #99785c;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem .storeAddress {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.3em;
  color: #000;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem .storeAddress {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .storeItem .storeAddress {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-slide {
  display: block;
  width: 46.8292682927vw;
  max-width: 768px;
  padding: 0 5px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-slide {
    width: calc(100vw - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-slide {
    width: 78.7760416667vw;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-list {
  overflow: visible;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow {
  width: 20px;
  height: 20px;
  font-size: 0;
  background-color: transparent;
  border-style: solid;
  border-color: #99785c;
  border-width: 3px 3px 0 0;
  transition: all 0.2s ease-out;
  z-index: 4;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow {
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow.slick-prev {
  left: 20px;
  top: calc(50% - 70px);
  transform: translate3d(0, -0.65em, 0) translate3d(0, -10px, 0) translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow.slick-prev {
    top: calc(50% - 12vw - 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow.slick-prev {
    top: calc(50% - 6vw);
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow.slick-next {
  right: 20px;
  top: calc(50% - 70px);
  transform: translate3d(0, -0.65em, 0) translate3d(0, -10px, 0) translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow.slick-next {
    top: calc(50% - 12vw - 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow.slick-next {
    top: calc(50% - 6vw);
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow:hover {
  opacity: 1;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow:before {
  content: "" !important;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-stores .ewc-storelocator-storeListing-slider .slick-arrow:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
  background-color: transparent;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre {
  display: flex;
  max-width: 1860px;
  margin: 120px auto 0;
  padding: 0 100px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre {
    display: block;
    margin: 70px auto 0;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre {
    display: block;
    padding: 0 100px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .imgWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 50%;
  max-width: 50%;
  font-size: 0;
  position: relative;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .imgWrapper {
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .imgWrapper {
    min-width: 100%;
    max-width: 100%;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .imgWrapper img {
  display: block;
  width: 100%;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 50%;
  max-width: 50%;
  padding: 20px 5%;
  background-color: #99785c;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper {
    min-width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper {
    min-width: 100%;
    max-width: 100%;
    padding: 80px 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper {
    padding: 10px 5%;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .subtitle {
  display: block;
  font-size: 18px;
  line-height: 1.3em;
  color: #404242;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .subtitle {
    font-size: 14px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .subtitle {
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .subtitle {
    font-size: 16px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .title {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #404242;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .title {
    font-size: 34px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .title {
    margin-top: 4px;
    font-size: 24px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .adress {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.3em;
  color: #404242;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .adress {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .adress {
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .adress {
    margin-top: 4px;
    font-size: 16px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .tel {
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .tel {
    margin-top: 0;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .tel a {
  display: block;
  font-size: 18px;
  line-height: 1.3em;
  color: #404242;
  text-decoration: none;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .tel a {
    font-size: 14px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .tel a {
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .tel a {
    font-size: 14px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeListing-contentWrapper .ewc-storelocator-storeListing-serviceCentre .infoWrapper .tel a:hover {
  text-decoration: underline;
}
.ewc-storelocator-wrapper .ewc-storelocator-topBanner {
  display: block;
  width: 100%;
  position: relative;
}
.ewc-storelocator-wrapper .ewc-storelocator-topBanner img {
  display: block;
  width: 100%;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper {
  margin: 0;
  padding: 60px 0;
  background-image: url("../images/common/pattern.png");
  background-repeat: no-repeat;
  background-position: right -639px top 60%;
  background-size: 1278px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper {
    margin: 0;
    padding: 40px 0 60px;
    background-position: right -940px top -150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper {
    padding: 40px 0 60px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails {
    display: block;
    width: 100%;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-titleWrapper {
  min-width: 100%;
  max-width: 100%;
  padding: 10px 25px 50px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-titleWrapper {
    padding: 0 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-titleWrapper {
    padding: 0 25px 40px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-titleWrapper .title {
  text-align: center;
  font-size: 40px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #000;
  font-family: "CormorantGaramond", Times, "Times New Roman", Georgia, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-titleWrapper .title {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-titleWrapper .title {
    font-size: 32px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-topWrapper {
  min-width: 100%;
  max-width: 100%;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-topWrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-topWrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-mapWrapper {
    min-width: 45%;
    max-width: 45%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-mapWrapper {
    min-width: 100%;
    max-width: 100%;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-mapWrapper #storelocatorMap {
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-mapWrapper #storelocatorMap {
    padding-top: 0;
    height: 215px;
  }
}
@media only screen and (min-width: 1024px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper {
    min-width: calc(100% - 65% - 60px);
    max-width: calc(100% - 65% - 60px);
    margin-right: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper {
    min-width: 100%;
    max-width: 100%;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo {
  margin-top: 20px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo {
    padding: 0 20px;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo {
    padding: 0 25px;
    margin-top: 90px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-title {
  margin-bottom: 40px;
  position: relative;
  font-size: 28px;
  line-height: 1.3em;
  color: #000;
  font-family: "CormorantGaramond", Times, "Times New Roman", Georgia, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-title {
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-title {
    font-size: 24px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-title:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #99785c;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-listing {
  display: flex;
  flex-wrap: wrap;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-brandItem {
  display: block;
  max-width: calc(((100% + 20px) / 3) - 20px);
  min-width: calc(((100% + 20px) / 3) - 20px);
  margin-top: 20px;
  margin-left: 20px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-brandItem {
    max-width: calc(((100% + 20px) / 2) - 20px);
    min-width: calc(((100% + 20px) / 2) - 20px);
  }
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-brandItem:nth-child(1), .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-brandItem:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-brandItem:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-brandItem:nth-child(1), .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-brandItem:nth-child(2), .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-brandItem:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-brandItem:nth-child(3n+1) {
    margin-left: 0;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-infoWrapper .ewc-storelocator-storeDetails-brandsInfo .brandsInfo-brandItem img {
  display: block;
  width: 100%;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo {
  min-height: 330px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo {
    min-height: unset;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo {
    min-height: unset;
    padding: 0 25px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo * {
  font-family: "Montserrat", "Helvetica Now Text", Helvetica, Arial, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, sans-serif;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo .storeInfo-label {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo .storeInfo-label {
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 20px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo .storeInfo-label:first-child {
  margin-top: 0;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo .storeInfo-text {
  font-size: 16px;
  line-height: 1.3em;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo .storeInfo-text {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo .storeInfo-text a {
  color: #000;
  text-decoration: none;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo .storeInfo-text a:hover {
  text-decoration: underline;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo .mapLink {
  display: inline-block;
  margin-top: 4px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #99785c;
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo .mapLink {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeDetails-wrapper .ewc-storelocator-storeDetails .ewc-storelocator-storeDetails-storeInfo .mapLink:before {
  content: "";
  display: block;
  width: 17px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/storelocator/mapLinkPin.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper {
  padding: 40px 0 60px;
  position: relative;
  background-color: #dde0d1;
  background-image: url("../images/common/pattern.png");
  background-repeat: no-repeat;
  background-position: right -639px top 40%;
  background-size: 1278px;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper {
    padding: 70px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper {
    padding: 90px 0 120px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery-header {
  width: 90%;
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery-header {
    width: 100%;
    padding: 0 20px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery-header .header-subtitle {
  font-size: 16px;
  line-height: 1.3em;
  color: #000;
  font-family: "CormorantGaramond", Times, "Times New Roman", Georgia, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery-header .header-subtitle {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery-header .header-title {
  font-size: 36px;
  line-height: 1.3em;
  color: #000;
  text-transform: uppercase;
  font-family: "CormorantGaramond", Times, "Times New Roman", Georgia, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery-header .header-title {
    font-size: 36px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery {
  width: 75%;
  max-width: 1450px;
  margin: 40px auto 0;
  padding: 0 25px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider {
    margin-left: 10px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: -20px;
  top: 20px;
  border-style: solid;
  border-color: #99785c;
  border-width: 1px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider:before {
    left: -10px;
    top: 10px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .slick-list {
  position: relative;
  z-index: 3;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .slick-slide > div {
  font-size: 0;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .slick-arrow {
  width: 20px;
  height: 20px;
  font-size: 0;
  background-color: transparent;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 3px 0 0;
  transition: all 0.2s ease-out;
  z-index: 4;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .slick-arrow {
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .slick-arrow.slick-prev {
  transform: translate3d(0, -0.65em, 0) translate3d(0, -10px, 0) translate3d(0, -50%, 0) rotate3d(0, 0, 1, -135deg);
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .slick-arrow.slick-next {
  transform: translate3d(0, -0.65em, 0) translate3d(0, -10px, 0) translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .slick-arrow:hover {
  opacity: 1;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .slick-arrow:before {
  content: "" !important;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .slick-arrow:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
  background-color: transparent;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .ewc-storelocator-storeGallery-sliderItem {
  display: block;
  width: 100%;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-slider .ewc-storelocator-storeGallery-sliderItem img {
  display: block;
  width: 100%;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom {
    display: block;
    margin-top: 30px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-thumbnails .ewc-storelocator-storeGallery-thumbnail {
  display: block;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-thumbnails .ewc-storelocator-storeGallery-thumbnail {
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(((100% + 10px) / 4) - 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-thumbnails .ewc-storelocator-storeGallery-thumbnail {
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(((100% + 10px) / 7) - 10px);
  }
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-thumbnails .ewc-storelocator-storeGallery-thumbnail:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-thumbnails .ewc-storelocator-storeGallery-thumbnail:nth-child(7n+1) {
    margin-left: 0;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-thumbnails .ewc-storelocator-storeGallery-thumbnail.active {
  opacity: 0.7;
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-thumbnails .ewc-storelocator-storeGallery-thumbnail img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-appendix {
    margin-top: 30px;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-appendix .appendix-subtitle {
  font-size: 16px;
  line-height: 1.3em;
  color: #000;
  font-family: "CormorantGaramond", Times, "Times New Roman", Georgia, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-appendix .appendix-subtitle {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-appendix .appendix-title {
  position: relative;
  font-size: 28px;
  line-height: 1.3em;
  color: #000;
  font-family: "CormorantGaramond", Times, "Times New Roman", Georgia, "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
  text-transform: uppercase;
}
@media only screen and (max-width:767px) {
  .ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-appendix .appendix-title {
    font-size: 24px;
    line-height: 1.3em;
  }
}
.ewc-storelocator-wrapper .ewc-storelocator-storeGallery-wrapper .ewc-storelocator-storeGallery .ewc-storelocator-storeGallery-bottom .ewc-storelocator-storeGallery-appendix .appendix-title:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #99785c;
}