@charset "UTF-8";
.infoBox {
  position: relative;
  z-index: 3;
}
.infoBox .articleArea {
  color: #595959;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  z-index: 5;
}
.infoBox .articleArea article {
  font-size: 28px;
  color: #252525;
  font-weight: 700;
  padding-bottom: 30px;
}
@media (max-width: 1180px) {
  .infoBox .articleArea {
    padding-top: 20px;
  }
  .infoBox .articleArea article {
    font-size: 20px;
  }
}

.sidegray {
  background: #fff;
}
.sidegray::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 117px;
  height: 100%;
  background: #f8f8f8;
  top: 0;
  left: 0;
}
@media (max-width: 1500px) {
  .sidegray::after {
    width: 50px;
  }
}
@media (max-width: 1260px) {
  .sidegray::after {
    width: 0px;
  }
}

span.bgtext {
  width: 100%;
  color: #ecfbff;
  font-size: 266px;
  font-family: "Righteous", sans-serif;
  display: block;
  position: absolute;
  top: 10%;
  left: 45%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1180px) {
  span.bgtext {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  span.bgtext {
    display: none;
  }
}

#bannerdot {
  width: 100%;
}
#bannerdot .slick-list.draggable {
  display: flex;
  align-items: flex-end;
}
#bannerdot li {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
#bannerdot li.slick-current .spinner {
  opacity: 1;
}
#bannerdot li .spinner {
  opacity: 0;
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
}
#bannerdot li .spinner .path {
  stroke: white;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.thisShow {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
  transition: 0.8s;
}

.bannerArea {
  overflow: hidden;
  height: 100vh;
  padding-right: 117px;
  position: relative;
  padding-left: calc(50% - 140px);
}
.bannerArea svg.background_txt {
  position: absolute;
  top: 25%;
  left: 0%;
  z-index: -1;
  font-family: "Righteous", sans-serif;
  font-size: 317px;
  width: 100%;
  height: 270px;
}
.bannerArea a.scrolldown {
  position: absolute;
  bottom: 0;
  left: 114px;
  width: calc(50% - 140px - 114px);
  height: 110px;
  padding: 40px 70px;
  color: #000;
  font-family: "Righteous", sans-serif;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 90;
}
.bannerArea a.scrolldown::before {
  content: "";
  width: 10px;
  height: 26px;
  display: block;
  background: url(../images/arrow-black.png);
  margin-right: 20px;
}
.bannerArea ul#bannertxt {
  width: calc(50% - 140px - 117px);
  position: absolute;
  left: 117px;
  top: 50%;
  transform: translate(0, -50%);
  color: #000;
  font-size: 17px;
  line-height: 2;
}
.bannerArea ul#bannertxt li.view strong.redtext {
  transform: translate(0px, 0);
  opacity: 1;
}
.bannerArea ul#bannertxt li.view article {
  transform: translate(0px, 0);
  opacity: 1;
}
.bannerArea ul#bannertxt li.view div.other {
  transform: translate(0px, 0);
  opacity: 1;
}
.bannerArea ul#bannertxt .slick-list.draggable {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.bannerArea ul#bannertxt strong.redtext {
  transform: translate(40px, 0);
  opacity: 0;
  transition: 0.9s 0s;
  color: #52A2B4;
  font-family: "Righteous", sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.bannerArea ul#bannertxt strong.redtext::before {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #52A2B4;
  margin-right: 20px;
}
.bannerArea ul#bannertxt article {
  transform: translate(40px, 0);
  opacity: 0;
  transition: 0.9s 0.6s;
  font-size: 52px;
  font-weight: 700;
  padding-bottom: 40px;
  line-height: 1.4;
}
.bannerArea ul#bannertxt article span {
  color: #52A2B4;
}
.bannerArea ul#bannertxt div.other {
  transform: translate(40px, 0);
  opacity: 0;
  transition: 0.9s 1s;
}
.bannerArea ul#bannerimg {
  width: 100%;
}
.bannerArea ul#bannerimg img {
  width: 100%;
  display: block;
}
@media (max-width: 1500px) {
  .bannerArea a.scrolldown {
    left: 50px;
    width: calc(50% - 140px - 54px);
    padding: 10px 70px;
    height: 70px;
  }
  .bannerArea ul#bannertxt {
    left: 60px;
  }
  .bannerArea ul#bannertxt article {
    font-size: 40px;
  }
}
@media (max-width: 1260px) {
  .bannerArea {
    padding-right: 50px;
    padding-left: 0;
  }
  .bannerArea ul#bannertxt {
    padding: 40px 20px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .bannerArea {
    height: auto;
    padding-right: 0px;
    padding-left: 0;
  }
  .bannerArea svg.background_txt {
    bottom: 20px;
    top: auto;
    left: 10%;
    font-size: 150px;
  }
  .bannerArea a.scrolldown {
    display: none;
  }
  .bannerArea ul#bannertxt {
    padding: 40px 20px;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0%);
  }
  .bannerArea ul#bannertxt article {
    font-size: 30px;
  }
  .bannerArea ul#bannertxt .slick-list.draggable {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0%);
  }
}

.mainArea {
  padding: 0;
}

.productTypeArea {
  transform: translate(0, 40px);
  opacity: 0;
  position: relative;
  padding-top: 160px;
  padding-bottom: 0px;
}
.productTypeArea .wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.productTypeArea .wrap .articleArea {
  padding: 40px 40px 0 40px;
  font-size: 14px;
  color: #595959;
  overflow: hidden;
}
.productTypeArea .wrap .articleArea article {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
}
.productTypeArea .wrap .articleArea .productTitle {
  margin-top: 40px;
  color: #252525;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
}
.productTypeArea .wrap .articleArea .productTitle h4 {
  display: flex;
  align-items: center;
}
.productTypeArea .wrap .articleArea .productTitle b {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #52A2B4;
  display: inline-block;
  border-radius: 99em;
  overflow: hidden;
  margin-right: 10px;
  text-align: center;
  font-family: "Righteous", sans-serif;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide {
  padding-top: 40px;
  position: relative;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide .slick-prev:before, .productTypeArea .wrap .articleArea ul.productTypeSlide .slick-next:before {
  font-family: FontAwesome;
  opacity: 1;
  color: #b3b3b3;
  font-size: 15px;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide .slick-prev:before:hover, .productTypeArea .wrap .articleArea ul.productTypeSlide .slick-next:before:hover {
  color: #52A2B4;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide .slick-prev:before {
  content: "";
}
.productTypeArea .wrap .articleArea ul.productTypeSlide .slick-next:before {
  content: "";
}
.productTypeArea .wrap .articleArea ul.productTypeSlide::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-image: linear-gradient(to right, #52A2B4 0%, #52A2B4 60%, transparent 50%);
  background-size: 20px 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0;
  color: #b3b3b3;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide .slick-prev:hover:before,
.productTypeArea .wrap .articleArea ul.productTypeSlide .slick-prev:focus:before,
.productTypeArea .wrap .articleArea ul.productTypeSlide .slick-next:hover:before,
.productTypeArea .wrap .articleArea ul.productTypeSlide .slick-next:focus:before {
  color: #52A2B4;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide li {
  padding: 0 10px;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide li:hover .Img::before {
  opacity: 0;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide li:hover .Img::after {
  opacity: 1;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide li .Img {
  width: 100px;
  margin: 0 auto;
  position: relative;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide li .Img img {
  position: relative;
  z-index: 5;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide li .Img::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  border: 1px solid #52A2B4;
  border-radius: 99em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  transition: 0.6s;
  background: #fff;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide li .Img::after {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  border: 10px solid #fff3f4;
  background: #52A2B4;
  border-radius: 99em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: 0.6s;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide li h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 40px;
  color: #252525;
  text-align: center;
}
.productTypeArea .wrap .articleArea ul.productTypeSlide li h4 b {
  display: none;
}
.productTypeArea .wrap .ImgArea {
  transform: translate(0, 0px);
  position: relative;
}
.productTypeArea .wrap .ImgArea img {
  display: block;
  position: relative;
  z-index: 2;
}
.productTypeArea .wrap .ImgArea::after {
  content: "";
  width: 80%;
  height: 80%;
  background: #52A2B4;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  transform: translate(-40px, 40px);
  z-index: 1;
}
@media (max-width: 1280px) {
  .productTypeArea .wrap .articleArea {
    width: 100%;
    padding: 40px 20px;
  }
  .productTypeArea .wrap .ImgArea {
    flex: 0 0 35%;
  }
  .productTypeArea .wrap .ImgArea img {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .productTypeArea {
    padding-top: 60px;
  }
  .productTypeArea .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .productTypeArea .wrap .articleArea {
    padding: 40px 0;
  }
  .productTypeArea .wrap .articleArea ul.productTypeSlide {
    margin: 0 20px;
  }
  .productTypeArea .wrap .articleArea article {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .productTypeArea .wrap .ImgArea {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
    order: -1;
  }
  .productTypeArea .wrap .ImgArea::after {
    transform: translate(-20px, 20px);
  }
  .productTypeArea .wrap .articleArea {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .productTypeArea .wrap .articleArea .productTitle {
    display: none;
  }
}

.productArea {
  transform: translate(0, 40px);
  opacity: 0;
  padding-bottom: 80px;
  padding-top: 120px;
  position: relative;
}
.productArea .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.productArea .wrap {
  position: relative;
}
.productArea .titleBox {
  padding: 0 50px 0 100px;
}
.productArea .infoBox {
  width: 80%;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
}
.productArea .infoBox span.bgtext {
  top: -15%;
  left: 0%;
  width: 100vw;
}
.productArea .slick-dots {
  margin-top: 40px;
  text-align: left;
  position: relative;
  bottom: auto;
}
.productArea .slick-dots li {
  width: 50px;
  height: auto;
  padding: 0;
  position: relative;
}
.productArea .slick-dots li::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-image: linear-gradient(to right, #52A2B4 0%, #52A2B4 60%, transparent 50%);
  background-size: 20px 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0;
  color: #b3b3b3;
  z-index: 1;
}
.productArea .slick-dots li button {
  border: 1px solid #52A2B4;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.productArea .slick-dots li button::before {
  display: none;
}
.productArea .slick-dots li:last-child {
  width: 8px;
}
.productArea .slick-dots li.slick-active button {
  background: #52A2B4;
}
.productArea .topsale5 {
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10px;
  position: relative;
  z-index: 5;
}
.productArea .topsale5 li.goods {
  margin-bottom: 45px;
  margin-right: 110px;
  margin-top: 50px;
  margin-left: 20px;
  transform: translate(10px, 0);
  position: relative;
  position: relative;
}
.productArea .topsale5 li.goods strong.topno {
  font-size: 33px;
  color: #52A2B4;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(0, 8px);
  transition: 0.6s;
}
.productArea .topsale5 li.goods:hover strong.topno {
  transform: translate(0, 0px);
}
.productArea .topsale5 li.goods:hover .backbg {
  left: 50%;
  top: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
}
.productArea .topsale5 li.goods:hover .item .Txt h3 a {
  color: #52A2B4;
}
.productArea .topsale5 li.goods .backbg {
  background: #52A2B4;
  font-size: 13px;
  color: #fff;
  font-family: "Righteous", sans-serif;
  position: absolute;
  top: 45px;
  left: 45px;
  width: 100%;
  height: 100%;
  z-index: 1;
  writing-mode: tb-rl;
  padding: 15px;
  display: flex;
  transition: 0.6s, width 0s;
}
.productArea .topsale5 li.goods .backbg::before {
  content: "";
  width: 10px;
  height: 26px;
  display: block;
  margin-right: 3px;
  margin-bottom: 10px;
  background: url(../images/arrow_white3.png);
}
.productArea .topsale5 li.goods .item {
  width: 347px;
  border: 1px solid #c6e7ef;
  background: #fff;
  position: relative;
  z-index: 5;
}
.productArea .topsale5 li.goods .item .Img img {
  display: block;
  width: 100%;
  max-width: 345px;
}
.productArea .topsale5 li.goods .item .Txt {
  padding: 15px 25px 25px 25px;
}
.productArea .topsale5 li.goods .item .Txt .mTitle {
  font-size: 14px;
  color: #8d8d8d;
  padding-bottom: 15px;
}
.productArea .topsale5 li.goods .item .Txt h3 {
  font-size: 16px;
}
.productArea .topsale5 li.goods .item .Txt h3 a {
  color: #000;
}
@media (max-width: 1500px) {
  .productArea .topsale5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .productArea {
    padding-bottom: 20px;
  }
  .productArea .infoBox {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .productArea .titleBox {
    padding: 0px;
  }
}
@media (max-width: 1023px) {
  .productArea {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .productArea .topsale5 li.goods {
    margin-right: 50px;
  }
  .productArea .topsale5 li.goods .item {
    width: 250px;
  }
  .productArea .topsale5 li.goods .item .Img img {
    width: 100%;
  }
}

.aboutArea {
  transform: translate(0, 40px);
  opacity: 0;
  padding-top: 120px;
  position: relative;
}
.aboutArea svg.background_txt {
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: -1;
  font-family: "Righteous", sans-serif;
  font-size: 317px;
  width: 100%;
  height: 270px;
}
.aboutArea .wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.aboutArea .ImgArea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.aboutArea .ImgArea .firstimg {
  margin-bottom: 90px;
  position: relative;
}
.aboutArea .ImgArea .firstimg::after {
  content: "";
  width: 30%;
  height: 50%;
  background: #52A2B4;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  transform: translate(-40px, 40px);
  z-index: 1;
}
.aboutArea .ImgArea img {
  display: block;
  position: relative;
  z-index: 2;
}
.aboutArea .slick-dots {
  margin-top: 20px;
  text-align: left;
  position: relative;
  bottom: auto;
}
.aboutArea .slick-dots li {
  width: 50px;
  height: auto;
  padding: 0;
  position: relative;
}
.aboutArea .slick-dots li::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-image: linear-gradient(to right, #52A2B4 0%, #52A2B4 60%, transparent 50%);
  background-size: 20px 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0;
  color: #b3b3b3;
  z-index: 1;
}
.aboutArea .slick-dots li button {
  border: 1px solid #52A2B4;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.aboutArea .slick-dots li button::before {
  display: none;
}
.aboutArea .slick-dots li:last-child {
  width: 8px;
}
.aboutArea .slick-dots li.slick-active button {
  background: #52A2B4;
}
.aboutArea .articleArea {
  padding: 40px 50px 0 50px;
  font-size: 14px;
  color: #595959;
  overflow: hidden;
}
.aboutArea .articleArea article {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
  padding-bottom: 30px;
}
.aboutArea .articleArea h5 {
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 21px;
  color: #252525;
  font-weight: 700;
}
.aboutArea .articleArea ul.aboutServiceList li .Img {
  width: 90px;
  margin: 0 auto 0 0;
  position: relative;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.aboutArea .articleArea ul.aboutServiceList li .Img img {
  position: relative;
  z-index: 5;
}
.aboutArea .articleArea ul.aboutServiceList li h4 {
  padding-top: 10px;
  font-size: 15px;
  color: #4f4f4f;
}
.aboutArea .articleArea ul.aboutServiceList li h4 b {
  display: flex;
  align-items: center;
  color: #52A2B4;
  font-size: 12px;
  font-family: "Righteous", sans-serif;
  margin-bottom: 10px;
}
.aboutArea .articleArea ul.aboutServiceList li h4 b::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #52A2B4;
  margin-left: 10px;
}
@media (max-width: 1380px) {
  .aboutArea {
    padding-top: 80px;
  }
  .aboutArea .articleArea {
    width: 100%;
    padding: 40px 20px;
  }
  .aboutArea .ImgArea {
    flex: 0 0 35%;
  }
  .aboutArea .ImgArea img {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .articleArea {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .aboutArea .articleArea article {
    font-size: 20px;
  }
  .aboutArea .articleArea h5 {
    font-size: 17px;
  }
  .aboutArea .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .aboutArea .ImgArea {
    margin-right: 20px;
    margin-left: 20px;
  }
  .aboutArea .ImgArea .firstimg {
    margin-bottom: 50px;
  }
  .aboutArea .ImgArea .firstimg::after {
    transform: translate(-20px, 20px);
  }
  .aboutArea svg.background_txt {
    top: -100px;
    font-size: 150px;
  }
}

.processArea {
  transform: translate(0, 40px);
  opacity: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}
.processArea .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.processArea .titleBox {
  padding: 0 10px 0 0px;
}
.processArea .ImgArea {
  padding: 40px 0px 0 0px;
  position: relative;
}
.processArea .ImgArea img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.processArea .ImgArea::after {
  content: "";
  width: 30%;
  height: 50%;
  background: #52A2B4;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  transform: translate(40px, 0px);
  z-index: 1;
}
.processArea .articleArea {
  padding: 0 40px 0 0;
}
.processArea .articleArea ul.processlist {
  display: flex;
  flex-wrap: wrap;
}
.processArea .articleArea ul.processlist li {
  width: 25%;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}
.processArea .articleArea ul.processlist li:first-child::before {
  display: none;
}
.processArea .articleArea ul.processlist li::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #52A2B4;
}
.processArea .articleArea ul.processlist li b {
  font-size: 26px;
  font-family: "Righteous", sans-serif;
  color: #52A2B4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.processArea .articleArea ul.processlist li img {
  position: relative;
  z-index: 5;
  width: 110px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.processArea .articleArea ul.processlist li h4 {
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 700;
}
.processArea .articleArea ul.processlist li h4 strong {
  display: block;
  font-size: 13px;
  color: #bfbfbf;
}
@media (max-width: 1380px) {
  .processArea .wrap {
    flex-wrap: wrap;
  }
  .processArea .ImgArea {
    margin-top: 20px;
  }
  .processArea .articleArea {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 1180px) {
  .processArea {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .processArea .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .processArea .ImgArea {
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .processArea .ImgArea::after {
    transform: translate(20px, 0px);
  }
}
@media (max-width: 767px) {
  .processArea .articleArea ul.processlist li {
    width: 33.33%;
  }
}
@media (max-width: 580px) {
  .processArea .articleArea ul.processlist li {
    width: 50%;
  }
}

.locationArea {
  transform: translate(0, 40px);
  opacity: 0;
  background: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}
.locationArea span.bgtext {
  position: absolute;
  left: 0%;
  top: 40px;
  text-align: center;
}
.locationArea .wrap {
  position: relative;
}
.locationArea .wrap .infoBox {
  display: flex;
  justify-content: space-between;
}
.locationArea .wrap .infoBox .articleArea {
  width: 50%;
  padding-bottom: 40px;
}
.locationArea .wrap .downArea {
  padding-left: 50%;
  min-height: 500px;
}
.locationArea .wrap .downArea .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 0;
}
.locationArea .slick-dots {
  margin-top: 40px;
  text-align: left;
  position: relative;
  bottom: auto;
}
.locationArea .slick-dots li {
  width: 50px;
  height: auto;
  padding: 0;
  position: relative;
}
.locationArea .slick-dots li::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-image: linear-gradient(to right, #52A2B4 0%, #52A2B4 60%, transparent 50%);
  background-size: 20px 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0;
  color: #b3b3b3;
  z-index: 1;
}
.locationArea .slick-dots li button {
  border: 1px solid #52A2B4;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.locationArea .slick-dots li button::before {
  display: none;
}
.locationArea .slick-dots li:last-child {
  width: 8px;
}
.locationArea .slick-dots li.slick-active button {
  background: #52A2B4;
}
.locationArea .locationList {
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  position: relative;
  height: 1px;
}
.locationArea .locationList.thisout {
  height: auto;
  pointer-events: auto;
  z-index: 5;
  opacity: 1;
  transition: 0.6s;
}
.locationArea .locationList li.location_li {
  counter-increment: step-counter;
  padding: 15px 40px 15px 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.locationArea .locationList li.location_li:hover .storeno {
  border: 2px solid #52A2B4;
}
.locationArea .locationList li.location_li:hover::after {
  background: url(../images/arrow_red.png) no-repeat;
}
.locationArea .locationList li.location_li:hover::before {
  width: 100%;
}
.locationArea .locationList li.location_li:nth-child(1) .storeno b::before {
  content: "0";
}
.locationArea .locationList li.location_li:nth-child(2) .storeno b::before {
  content: "0";
}
.locationArea .locationList li.location_li:nth-child(3) .storeno b::before {
  content: "0";
}
.locationArea .locationList li.location_li:nth-child(4) .storeno b::before {
  content: "0";
}
.locationArea .locationList li.location_li:nth-child(5) .storeno b::before {
  content: "0";
}
.locationArea .locationList li.location_li:nth-child(6) .storeno b::before {
  content: "0";
}
.locationArea .locationList li.location_li:nth-child(7) .storeno b::before {
  content: "0";
}
.locationArea .locationList li.location_li:nth-child(8) .storeno b::before {
  content: "0";
}
.locationArea .locationList li.location_li:nth-child(9) .storeno b::before {
  content: "0";
}
.locationArea .locationList li.location_li::after {
  content: "";
  width: 26px;
  height: 10px;
  display: block;
  background: url(../images/arrow_gray.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.locationArea .locationList li.location_li::before {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: #52A2B4;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.9s;
}
.locationArea .locationList li.location_li .item {
  line-height: 1.2;
}
.locationArea .locationList li.location_li .item .mTitle {
  display: none;
}
.locationArea .locationList li.location_li .item h3 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 2;
}
.locationArea .locationList li.location_li .item a {
  display: block;
  color: #8d8d8d;
  font-size: 14px;
}
.locationArea .locationList li.location_li .item a i {
  font-size: 18px;
  color: #d0d0d0;
  display: inline-block;
  padding-right: 10px;
}
.locationArea .locationList li.location_li .item a:hover {
  color: #52A2B4;
}
.locationArea .locationList li.location_li .storeno {
  float: left;
  margin-right: 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Righteous", sans-serif;
  font-size: 12px;
  color: #52A2B4;
  flex-direction: column;
}
.locationArea .locationList li.location_li .storeno b {
  font-size: 25px;
}
.locationArea .locationList li.location_li .storeno b::after {
  content: counter(step-counter);
}
.locationArea .mapArea {
  width: 490px;
  margin-right: 50px;
  display: block;
  position: absolute;
  top: 0%;
  right: 50%;
}
.locationArea .mapArea img {
  position: relative;
  z-index: 1;
}
.locationArea .mapArea strong {
  display: block;
  position: absolute;
  bottom: 150px;
  right: 25px;
  font-size: 14px;
  color: #949494;
  font-weight: 400;
  z-index: 20;
}
.locationArea .mapArea div.maps {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
.locationArea .mapArea div.maps.current_map {
  opacity: 1;
  transition: 0.6s;
}
.locationArea .mapArea a.maptext {
  position: absolute;
  font-size: 14px;
  color: #aeaeae;
  z-index: 19;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.locationArea .mapArea a.maptext:hover {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.locationArea .mapArea a.maptext.current {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.locationArea .mapArea a.maptext.current::before {
  width: 150px;
  height: 65px;
  background: url(../images/location_icon.png);
}
.locationArea .mapArea a.maptext.north {
  top: 80px;
  left: 380px;
}
.locationArea .mapArea a.maptext.central {
  top: 280px;
  left: 270px;
}
.locationArea .mapArea a.maptext.south {
  top: 450px;
  left: 240px;
}
.locationArea .mapArea a.maptext.east {
  top: 350px;
  left: 380px;
}
.locationArea .mapArea a.maptext.islands {
  top: 350px;
  left: 80px;
}
.locationArea .mapArea a.maptext::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/location_gray_icon.png);
}
@media (max-width: 1180px) {
  .locationArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .locationArea .wrap .infoBox {
    flex-direction: column;
  }
  .locationArea .wrap .infoBox .articleArea {
    width: 100%;
  }
  .locationArea .wrap .downArea {
    padding-left: 0%;
    min-height: auto;
  }
  .locationArea .wrap .downArea .btn {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .locationArea .mapArea {
    width: 490px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 0%;
    right: 0%;
  }
}
@media (max-width: 530px) {
  .locationArea .mapArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .locationArea .mapArea strong {
    display: none;
  }
  .locationArea .mapArea a.maptext {
    margin-bottom: 3px;
    padding: 0 5px;
    border-right: 1px solid #eee;
    position: relative;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(0%, 0%);
    color: #6d6d6d;
  }
  .locationArea .mapArea a.maptext.current {
    color: #52A2B4;
  }
  .locationArea .mapArea a.maptext:last-child {
    border-right: none;
  }
  .locationArea .mapArea a.maptext::before {
    display: none;
  }
  .locationArea .mapArea div.maps {
    display: none;
  }
  .locationArea .mapArea img {
    display: none;
  }
}