@charset "utf-8";
/* CSS Document */

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
}

.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  height: auto;
  max-width:100%;
}



.bannerArea .bannerItem .wrap {
  max-width: 1400px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  max-height: 100%;
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .wrap {
    padding: 0 10px;
  }
}


 .bannerArea .slick-dots {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

  .bannerArea .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 5px 10px;
}

  .bannerArea .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    color: transparent;
    cursor: pointer;
}

  .bannerArea .slick-dots li button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #dcdcdc;
    opacity: 1;
}

  .bannerArea .slick-dots li button::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid rgba(129, 144, 199, 0.5);
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    opacity: 0;
}

  .bannerArea .slick-dots li.slick-active button::before {
    background-color: #7F90C7;
    opacity: 1;
}

  .bannerArea .slick-dots li.slick-active button::after {
    opacity: 1;
}

@media (max-width: 640px) {
	  .bannerArea .slick-dots {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}

@media (max-width: 400px) {
      .bannerArea .slick-dots li {
        margin: 10px;
    }
}

.mainArea{ padding: 0px 0;}

.newsArea{ padding:50px 0}

.newsArea ul.slick-dots {
  text-align: left;
  width: 350px;
  -webkit-transform: translate(-350px, -100%);
          transform: translate(-350px, -100%);
}
.newsArea .wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .wrap .titleBox {
  min-width: 350px;
}



.newsArea .wrap .rightBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.newsArea .wrap .newsBox ul.newsList li:hover .item::after {
  background: #008FD7;
  border: 1px solid #008FD7;
  color: #fff;
}
.newsArea .wrap .newsBox ul.newsList li:hover .item h3 a {
  color: #008FD7;
}
.newsArea .wrap .newsBox ul.newsList li .item {
  border-bottom: 1px solid #d7d7d6;
  padding: 20px 0px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .wrap .newsBox ul.newsList li .item::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #898989;
  display: block;
  margin: 0 10px;
}
.newsArea .wrap .newsBox ul.newsList li .item::after {
  content: "";
  font-family: FontAwesome;
  font-size: 17px;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 99em;
  border: 1px solid #313131;
  color: #313131;
  position: absolute;
  right: 0;
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.newsArea .wrap .newsBox ul.newsList li .item .date {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #626262;
  white-space: nowrap;
    padding-right:10px;
}




.newsArea .wrap .newsBox ul.newsList li .item .newIcon {
  font-size: 16px;
  color: #626262;
  padding: 5px 12px;
  white-space: nowrap;
  border:1px solid #626262;
}
.newsArea .wrap .newsBox ul.newsList li .item h3 {
  font-size: 20px;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    padding-left:10px;
	font-weight:500;
}
.newsArea .wrap .newsBox ul.newsList li .item h3 a {
  display: block;
  color: #000;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .newsArea ul.slick-dots {
    width: 200px;
    -webkit-transform: translate(-200px, -100%);
            transform: translate(-200px, -100%);
  }
  .newsArea .wrap .titleBox {
    min-width: 200px;
  }
}
@media (max-width: 1023px) {
  .newsArea {
    padding: 0px 0 50px 0;
  }
  .newsArea ul.slick-dots {
    position: relative;
    margin-top: 15px;
    width: 100%;
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%);
  }
  .newsArea .wrap {
    display: block;
  }
  .newsArea .wrap .titleBox {
    width: 100%;
  }
}

.newsArea .wrap .newsBox  .mobile{ display:none;}

@media (max-width: 767px) {
  .newsArea .wrap .newsBox ul.newsList li .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsArea .wrap .newsBox ul.newsList li .item h3 {
    padding-top: 5px;
    width: 100%;
	font-size:18px;
  }
  
  .newsArea .wrap .newsBox  .mobile{ display:block; margin-top:30px; }
  
  .m_news{ display:none;}
}

@media (max-width: 480px) {
	.newsArea .wrap .newsBox ul.newsList li .item .newIcon {
  font-size: 14px;
  padding: 3px 5px;
  white-space: nowrap;
}
	
	.newsArea .wrap .newsBox ul.newsList li .item h3 {
	font-size:16px;
  }
	
}




.newsArea .wrap .titleBox .btn1 {
  margin:30px 0;
}

.newsArea .wrap .arrowBox2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap:10px;
	   -moz-column-gap: 10px;
	        column-gap:10px;
	pointer-events: none;
	padding:20px 0
}
.newsArea .wrap .arrowBox2 .arrow {
	pointer-events: auto;
	cursor: pointer;
	width: 42px;
	height: 42px;
	border: 1px solid #dcdcdc;
	background-color: #none;
	border-radius: 100px;
	position: relative;
}
.newsArea .wrap .arrowBox2 .arrow:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #000;
	top: 18px;
	left: 8px;
}
.newsArea .wrap .arrowBox2 .arrow:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 5px;
	background-color: #000;
	left: 9px;
	top: 14px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.newsArea .wrap .arrowBox2 .arrow.next:after {
	left: 25px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1201px) {
	.newsArea .wrap .arrowBox2 .arrow:hover {
		background-color: #008FD7;
	}
	
}


.productArea {
	padding-top: 55px;
	padding-bottom: 70px;
	background:url(../images/pbg.jpg)
}


.productArea .productList {
	margin: 0 -13.5px;
}
.productArea .productList .slick-dots {
	position: relative;
	bottom: 0;
	padding-top: 20px;
}
.productArea .productList .slick-dots li button:before {
	background-color: #dedede;
}
.productArea .productList .slick-dots li.slick-active button:before {
	background-color: #296caf;
}
.productArea .productList > .productItem {
	float: left;
	width: 25%;
}
.productArea .productList > .productItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 992px) {
	.productArea .productList > .productItem {
		width: 50%;
	}
	.productArea .productList > .productItem:nth-child(4) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 768px) {
	.productArea .productList > .productItem {
		width: 33.33%;
	}
	.productArea .productList > .productItem:nth-child(3) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 414px) {
	.productArea .productList > .productItem {
		width: 100%;
	}
	.productArea .productList > .productItem:nth-child(2) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
.productArea .productList .productItem {
	padding: 0 13.5px;
}
.productArea .productList .Img {
	-webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
	        box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
	border-radius: 10px;
}
.productArea .productList .Img img {
	width: 100%;
	border-radius: 10px;
}
.productArea .productList .Txt {
	padding-top: 22px;
}
.productArea .productList .Txt .title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.6px;
	line-height: 1.6;
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:10px;
	margin-bottom:10px;
}
.productArea .productList .Txt .title a {
	display: block;
	color: #f4f4f4;
}
.productArea .productList .Txt .txt {
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 7px;
	overflow:hidden;
	height:64px;
	 text-overflow: ellipsis;
}


@media(max-width:480px){
	
	.productArea .productList .Txt .txt {
	color: #f4f4f4;
	font-size: 15px;
	height:64px; 
  overflow: hidden;
  text-overflow: ellipsis;
}

	
	
	}

.aboutArea {
  background:url(../images/abg.jpg);
  padding: 70px 0 50px;
}
.aboutArea .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutArea .wrap .ph {
  display: none;
}

.aboutArea .wrap video {
  width: 100%;
  height:100%;
}


@media (max-width: 768px) {
  .aboutArea .wrap .ph {
    display: block;
    margin-bottom: 20px;
  }
}
.aboutArea .wrap .Img {
  overflow: hidden;
  border-radius: 50px 0;
}
.aboutArea .wrap video {
  width: 100%;
  height:100%;
}
.aboutArea .wrap .left {
  width: 51.6%;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.aboutArea .wrap .right {
  width: 48.4%;
}
@media (max-width: 768px) {
  .aboutArea .wrap .left {
    width: 100%;
	display:none;
  }
  
  .aboutArea .wrap .right {
    width: 100%;
    text-align: center;
  }
  
  .aboutArea .wrap .Img {
  border-radius: 30px 0;
}


}

.aboutArea .wrap .right .Txt {
  padding: 6px 58px 0 18px;
}
@media (max-width: 1400px) {
  .aboutArea .wrap .right .Txt {
    padding: 6px 18px 0 28px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .wrap .right .Txt {
    padding: 6px 0;
  }
}
.aboutArea .wrap .right .Txt .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea .wrap .right .Txt .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea .wrap .right .Txt .textEditor {
  margin-bottom: 18px;
  padding-bottom: 20px;
  max-height: 250px;
  overflow: auto;
}
.aboutArea .wrap .right .Txt .textEditor::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.aboutArea .wrap .right .Txt .textEditor::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.aboutArea .wrap .right .Txt .textEditor::-webkit-scrollbar-thumb {
  background: #0881bd;
}
@media (max-width: 1180px) {
  .aboutArea .wrap .right .Txt .textEditor {
    max-height: 100%;
  }
}
.aboutArea .wrap .right .Txt .textEditor .title {
  font-size: 24px;
  letter-spacing: 0.8px;
  font-weight: 500;
  margin-bottom: 4px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (max-width: 1400px) {
  .aboutArea .wrap .right .Txt .textEditor .title {
    font-size: 20px;
  }
}
.aboutArea .wrap .right .Txt .textEditor .text {
  letter-spacing: 0.1px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea .wrap .right .Txt .Img {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.aboutArea .wrap .right .Txt .btnBox .btn1 {
  width: 254px;
  height: 56px;
  border-radius: 30px;
  font-size: 17px;
  padding: 17px 0 0 0;
  letter-spacing: 0.8px;
  opacity: 1;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 1400px) {
  .aboutArea .wrap .right .Txt .btnBox .btn1 {
    width: 204px;
    height: 46px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 480px) {
  .aboutArea .wrap .right .Txt .btnBox .btn1 {
    width: 154px;
    height: 46px;
  }
  
  .aboutArea .wrap .Img embed {
  width: 100%;
  height:320px
}
}
@media (max-width: 1180px) {
  .aboutArea .wrap .right .Txt .btnBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
 
}
.aboutArea.show .wrap .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1s;
}
.aboutArea.show .wrap .right .Txt .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.5s;
  margin-bottom:20px;
}
.aboutArea.show .wrap .right .Txt .titleBox .subtitle {
  opacity: 1;
  margin-bottom:15px;
  font-size:20px;
  font-weight:500;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.6s;
}
.aboutArea.show .wrap .right .Txt .textEditor .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.7s;
}
.aboutArea.show .wrap .right .Txt .textEditor .text {
  opacity: 1;
  font-size:16px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.8s;
}
.aboutArea.show .wrap .right .Txt .Img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1s 0.9s;
}
.aboutArea.show .wrap .right .Txt .btnBox .btn1 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.8s 1s;
}


@media(max-width:768px){
	.aboutArea.show .wrap .right .Txt .titleBox .title {
    text-align:left;
}
	.aboutArea.show .wrap .right .Txt .titleBox .subtitle {
  margin-bottom:15px;
  font-size:16px;
  text-align:left;

}
	.aboutArea.show .wrap .right .Txt .textEditor .text{
		text-align:left;}
	}







.esgArea{}

.esgbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.esgbg.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.esgbg.show .Txt {
  opacity: 1;
}
.esgbg .Txt {
  opacity: 1;
  -webkit-transition: 0.9s 0.9s;
  transition: 0.9s 0.9s;
  padding: 150px 0;
  background: rgba(38, 60, 124, 0.3);
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.esgbg .Txt .wrap {
  max-width: 660px;
}
.esgbg .Txt .esgtitle {
  padding-bottom: 30px;
  line-height: 1.3;
}
.esgbg .Txt .esgtitle em {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.esgbg .Txt .esgtitle h1, .esgbg .Txt .esgtitle h2 {
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 7px;
}
@media (max-width: 1023px) {
  .esgbg .Txt {
    padding: 50px 0;
  }
 .esgbg .Txt .esgtitle h1, .esgbg .Txt .esgtitle h2 {
    font-size: 28px;
  }
}

.esgArea .btnBox .btn{ 
border-radius:50px; 
min-width: 154px;
 }


.storeArea {
  padding: 86px 0 175px;
  position: relative;
  z-index: 1;
  background: url(../images/branch_bg.jpg) no-repeat center top/cover;
}
@media (max-width: 480px) {
  .storeArea {
    padding: 86px 0 100px;
  }
}
.storeArea .storeList:not(.slick-slider) {
  overflow: hidden;
}
.storeArea .storeList:not(.slick-slider) .storeItem:not(:first-child) {
  display: none;
}
.storeArea .storeList .storeItem {
  position: relative;
  width: 100%;
  border-radius: 20px 0;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .storeArea .storeList .storeItem:hover .mask {
    opacity: 1;
    pointer-events: auto;
  }
}
.storeArea .storeList .item .Img {
  min-height: 100px;
  background-color: #efefef;
}
.storeArea .storeList .item .Img img {
  width: 100%;
  display: block;
}
.storeArea .storeList .item .Txt {
  position: relative;
  padding: 20px 21px 13px;
}
@media (max-width: 400px) {
  .storeArea .storeList .item .Txt {
    padding: 10px 11px 13px;
  }
}
.storeArea .storeList .item .Txt .storeInfoBox {
  background-color: #008FD7;
  min-width: 150px;
  max-width: 100%;
  height: 35px;
  border-radius: 0 18px 18px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -24px;
  left: 0;
  padding: 5px 19px;
  color: #fff;
}
@media (max-width: 400px) {
  .storeArea .storeList .item .Txt .storeInfoBox {
    padding: 5px 10px;
  }
}
.storeArea .storeList .item .Txt .storeInfoBox .classTitle {
  font-size: 16px;
  font-weight:normal;
  letter-spacing:1px;
  position: relative;
}
@media (max-width: 400px) {
  .storeArea .storeList .item .Txt .storeInfoBox .classTitle {
    font-size: 14px;
  }
}
/*.storeArea .storeList .item .Txt .storeInfoBox .classTitle:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #7ad0ec;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.storeArea .storeList .item .Txt .storeInfoBox .dateBox {
  padding: 0 13px 0;
  text-transform: uppercase;
  font-family: "Outfit";
}
.storeArea .storeList .item .Txt .storeInfoBox .dateBox .date {
  letter-spacing: 0.6px;
  font-size: 16px;
}
@media (max-width: 400px) {
  .storeArea .storeList .item .Txt .storeInfoBox .dateBox .date {
    font-size: 14px;
  }
}*/
.storeArea .storeList .item .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 17px;
}
.storeArea .storeList .item .Txt .text {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 16px;
}
.storeArea .storeList .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background-color: #008FD7;
  padding: 51px 23px;
  color: #fff;
}
.storeArea .storeList .item .mask .Txt {
  padding: 21px 0;
}
.storeArea .storeList .item .mask .storeInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.storeArea .storeList .item .mask .storeInfoBox .classTitle {
  font-size: 16px;
  position: relative;
  font-weight:normal;
}
/*.storeArea .storeList .item .mask .storeInfoBox .classTitle:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #7ad0ec;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.storeArea .storeList .item .mask .storeInfoBox .dateBox {
  padding: 0 11px 0;
  text-transform: uppercase;
  font-family: "Outfit";
}
.storeArea .storeList .item .mask .storeInfoBox .dateBox .date {
  letter-spacing: 0.6px;
  font-size: 16px;
}*/
.storeArea .storeList .item .mask .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 12px;
}
.storeArea .storeList .item .mask .title a {
  color: #fff;
  margin-left: -2px;
}
.storeArea .storeList .item .mask .text {
  font-size: 16px;
  letter-spacing: 0.1px;
  height: 93px;
  line-height: 1.75;
}
.storeArea .storeList .item .mask .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.storeArea .storeList .item .mask .btnBox .btn {
  color: #008FD7;
  border-radius: 28px;
  width: 220px;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 480px) {
.storeArea .storeList .item .Txt .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
}

@media (min-width: 1201px) {
  .storeArea .storeList .item .mask .btnBox .btn:hover {
    color: #fff;
  }
}
.storeArea .storeList .item .tagBox .tagList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0px 0 -1px;
}
.storeArea .storeList .item .tagBox .tagList .sdgImgBox {
  width: 39px;
  padding: 0 3px 0 2px;
}
.storeArea .storeList#first, .storeArea .storeList#second {
  position: absolute;
}
.storeArea .storeList#first {
  left: 49.9%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38.3%;
  top: 24.5%;
  opacity: 0;
}
@media (max-width: 1180px) {
  .storeArea .storeList#first {
    position: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 80%;
    margin: 0 auto;
  }
  .storeArea .storeList#first .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
.storeArea .storeList#first .item .Txt {
  padding: 30px 22px 14px;
}
@media (max-width: 400px) {
  .storeArea .storeList#first .item .Txt {
    padding: 20px 12px 4px;
  }
}
.storeArea .storeList#first .item .Txt .storeInfoBox {
  top: -19px;
  padding: 5px 18px 5px 21px;
}
.storeArea .storeList#first .item .Txt .storeInfoBox .dateBox .date {
  letter-spacing: 0.8px;
}
.storeArea .storeList#first .item .Txt .title {
  letter-spacing: 3.2px;
}
.storeArea .storeList#first .item .Txt .text {
  margin-bottom: 1px;
}
.storeArea .storeList#first .item .tagBox .tagList {
  margin: 0 0px 0 2px;
}
.storeArea .storeList#first .item .mask {
  padding: 60px 40px;
}
.storeArea .storeList#first .item .mask .Txt {
  padding: 21px 0;
}
.storeArea .storeList#first .item .mask .Txt .title {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.storeArea .storeList#first .item .mask .Txt .text {
  font-size: 18px;
  max-height: 266px;
}
.storeArea .storeList#second {
  right: 23px;
  width: 26.5%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.storeArea .storeList#second:not(.slick-slider) {
  display: none;
}
@media (max-width: 1180px) {
  .storeArea .storeList#second {
    top: 34.5%;
    width: 60%;
    left: -53%;
  }
}
@media (max-width: 1180px) and (min-width: 1201px) {
  .storeArea .storeList#second:hover .mask {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1180px) {
  .storeArea .storeList#second .tagBox {
    display: none;
  }
  .storeArea .storeList#second .item .Txt .text {
    padding-bottom: 82px;
    opacity: 0;
  }
  .storeArea .storeList#second .item .Txt .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0;
  }
}
.storeArea .storeList#third {
  width: 27.4%;
  margin: 0 0 0 3px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.storeArea .storeList#third:not(.slick-slider) {
  display: none;
}
@media (max-width: 1180px) {
  .storeArea .storeList#third {
    position: absolute;
    top: 34.5%;
    width: 60%;
    right: -53%;
  }
  .storeArea .storeList#third .tagBox {
    display: none;
  }
  .storeArea .storeList#third .item .Txt .text {
    padding-bottom: 82px;
    opacity: 0;
  }
  .storeArea .storeList#third .item .Txt .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0;
  }
}
.storeArea .wrap {
  position: relative;
}

.storeArea .titleBox { margin-bottom:30px;}

.storeArea .titleBox > .title {
  margin-bottom: 11px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.storeArea .titleBox > .subtitle {
  opacity: 0;
  font-size:20px;
  max-width:330px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.storeArea .titleBox > .subtitle::after {
  margin: 29px 0 52px;
}
@media (max-width: 1180px) {
  .storeArea .titleBox > .subtitle::after {
    margin: 19px auto 62px;
  }
}
.storeArea .buttons {
  position: absolute;
  top: 30px;
  right: 1.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 1180px) {
  .storeArea .buttons {
    position: unset;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.storeArea .buttons .arrowPrev {
  margin-right: 71px;
}
@media (max-width: 1180px) {
  .storeArea .buttons .arrowPrev {
    margin-right: 10px;
  }
}
.storeArea .buttons .arrowNext {
  position: absolute;
  top: 0;
  left: 51px;
}
@media (max-width: 1180px) {
  .storeArea .buttons .arrowNext {
    position: unset;
    margin-left: 10px;
  }
}
.storeArea .buttons .btnBox .btn {
  width: 220px;
  height: 48px;
  border-radius: 28px;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .storeArea .buttons .btnBox .btn {
    width: 200px;
    height: 42px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 480px) {
  .storeArea .buttons .btnBox .btn {
    width: 154px;
    height: 46px;
  }
}
.storeArea.show .titleBox > .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s;
}
.storeArea.show .titleBox > .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.2s;
}
.storeArea.show .storeList#first {
  opacity: 1;
  transition: all 1.5s 0.5s;
}
.storeArea.show .storeList#second {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.6s;
}
.storeArea.show .storeList#third {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1.5s 0.7s;
}
.storeArea.show .buttons {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1.5s 0.2s;
}


.salesArea {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 50px 0 60px;
  background:#EEF3F7;
}
@media (max-width: 1180px) {
  .salesArea {
    padding:60px 0 ;
  }
}
@media (max-width: 767px) {
  .salesArea {
    padding: 30px 0;
  }
  
  
}
.salesArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 480px) {
  .salesArea .wrap {
    padding: 0;
  }
}

.salesArea .contentBox {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 10px;
}
.salesArea .salesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.salesArea .salesItem {
  padding: 0 10px;
}



@media (max-width: 1180px) {
  .salesArea .salesItem {
    width: 50%;
    padding-bottom: 15px;
  }
}
.salesArea .item {
  position: relative;
  z-index: 0;
  height: 250px;
  width: 250px;
  margin: 0 auto;
/*  background: rgba(255, 255, 255, 0.5);
  border:1px solid #008ED7;
*/  border-radius: 100%;
background:url(../images/c1.png);
  cursor: pointer;
}
@media (max-width: 1023px) {
  .salesArea .item {
    height: 250px;
    width: 250px;
  }
}
@media (max-width: 640px) {
  .salesArea .item {
    height: 200px;
    width: 200px;
	background:url(../images/c2.png);
  }
}
@media (max-width: 480px) {
  .salesArea .item {
    height: 200px;
    width: 200px;
  }
  
}
@media (max-width: 420px) {
  .salesArea .item {
    height: 155px;
    width: 155px;
	background:url(../images/c3.png);
  }
}
.salesArea .item:hover::before {
  background:#CCE9F7;
  color:#fff;
}



.salesArea .item:hover::after {
  -webkit-animation: salesAnimation 1.5s ease-in-out infinite;
          animation: salesAnimation 1.5s ease-in-out infinite;
}
.salesArea .item:hover .textBox {
  background: #fff;
}
.salesArea .item:hover .textBox .unit {
  background: #fff;
}


.salesArea .textBox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  padding-top: 48px;
  width: 85%;
  height: 85%;
  border-radius: 100%;
  background: #CCE9F7;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
  color: #008FD7;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .salesArea .textBox {
    width: 80%;
    height: 80%;
  }
}

@media (max-width: 640px) {
  .salesArea .textBox {
    padding: 20px 10px 0;
  }
}

@media (max-width: 480px) {
  .salesArea .textBox {
    padding: 36px 10px 0;
  }
}
@media (max-width: 380px) {
  .salesArea .textBox {
    padding: 20px 0 0;
  }
}
.salesArea .textBox .numberList {
  position: relative;
  z-index: -1;
  font-size: 48px;
  line-height: 1;
  pading-top:30px;
}
@media (max-width: 640px) {
  .salesArea .textBox .numberList {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .salesArea .textBox .numberList {
    font-size: 28px;
  }
}
.salesArea .textBox .numberList::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: #000;
  opacity: 0.5;
}
.salesArea .textBox .unit {
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
  background: #CCE9F7;
  color:#000;
}
.salesArea .textBox .text {
  font-weight: 600;
  padding-top:10px;
  line-height: 1.8;
  color:#000;
}
@media (max-width: 640px) {
  .salesArea .textBox .text {
    padding-top: 0;
	 font-size: 14px;
  }
  
 
}
@media (max-width: 380px) {
  .salesArea .textBox .text {
    font-size: 12px;
  }
}
