.bannerTxtBox .Txt, .featuredList li::before, .productBox, .advantageVideoArea .moreBtn, .advantageArea .moreBtn, .videoBtn, .videoBtn svg, .newsList {
  -webkit-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out; }

.bannerTxtBox .Txt, .advantageVideoArea .moreBtn, .advantageArea .moreBtn, .videoBtn {
  opacity: 0; }

.bannerTxtBox .Txt, .advantageVideoArea .moreBtn, .advantageArea .moreBtn, .newsList {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

#banner .current .Txt, .advantageVideoArea.show .moreBtn, .advantageVideoArea.show .videoBtn, .advantageArea.show .moreBtn, .advantageArea.show .videoBtn, .newsArea.show .newsList {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1; }

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.mainArea {
  padding-bottom: 90px; }
  @media (max-width: 1180px) {
    .mainArea {
      padding-bottom: 40px; } 
    }

#banner img {
  /* height: 600px; */
  -o-object-fit: cover;
  object-fit: cover;
   }

  /*
  @media (max-width: 500px) {
    #banner img {
      height: auto; }
       }
  */

  @media (max-width: 640px) {

#banner img {
  height: 300px;
  }

 }


#banner .bannerContainer {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/*
  @media (max-width: 960px) {
    #banner .bannerContainer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
*/
#banner .bannerContainer .left, #banner .bannerContainer .right {
	position: absolute;
	top: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	width: 100%;
	height: 100%;
}
/*
@media (max-width: 768px) {
	#banner .bannerContainer .left, #banner .bannerContainer .right {
		width: 100%;
	}
}
*/

#banner .bannerContainer .left .Img, #banner .bannerContainer .right .Img {
	width: 100%;
	max-width: 960px;
}

#banner .bannerContainer .left img, #banner .bannerContainer .right img {
	max-height: 100%;
}

#banner .bannerContainer > .Img {
	width: 100%;
}

#banner .bannerContainer .left {
	left: 0;
	
}
#banner .bannerContainer .right {
	right: 0;
}


.bannerTextImg {
	
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    
    -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
    height: 100%;
}
#banner .bannerTextImg img {
	max-width: 100%;
	width: auto;
	object-fit: none;
   min-height: auto;
}

#banner .bannerButtonBox {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
	pointer-events: none;
}
#banner .bannerButton {
	pointer-events: auto;
}

.bannerFullLinkFakeBtn {
	position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
	#banner .bannerButtonBox {
		bottom: 20px;
	}
}

#banner .bannerButtonBox .bannerButton {
	position: relative;
	display: block;
	max-width: 400px;
	/* margin-bottom: 40px; */
	background-color: #FFF;
	padding: 10px 25px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bannerArea .arrows {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 180px;
    margin-top: -90px;
}

.bannerArea .iconArrow {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -12px;
    width: 24px;
    height: 48px;
    color: #fff;
}

.bannerArea .prevArrow {
    left: 0;
}

.bannerArea .prevArrow .iconArrow {
    transform: scaleX(-1);
}

.bannerArea .nextArrow {
    right: 0;
}

.bannerArea .slick-dots {
	width: 100%;
	margin-top: 0;
	position: absolute;
	left: 0;
	bottom: 5px;
	
}

.bannerArea .slick-dots button::before{
	border-color: #fff;
}
.slick-dots .slick-active button::before{
	background-color: #fff;
}

/*
.bannerTxtBox {
	.Txt {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 600px;
		padding: 55px 75px;
		text-align: center;
		background-color: rgba(#fff, .9);
		@extend %ts;
		@extend %fsiUp;
		@include media(640) {
			width: calc(100% - 40px);
			padding: 30px;
		}
		&::before {
			content: '';
			position: absolute;
			top: 6px;
			left: 6px;
			z-index: 1;
			width: calc(100% - 12px);
			height: calc(100% - 12px);
			border: 1px solid #e8ded8;
			pointer-events: none;
		}
		em, strong {
			display: block;
			font-family: $fontTitle;
			text-transform: uppercase;
		}
		em {
			font-size: 16px;
			color: #989898;
			@include media(640) {
				font-size: 12px;
			}
		}
		strong {
			font-size: 33px;
			font-weight: 400;
			color: #454545;
			@include media(640, 401) {
				font-size: 28px;
			}
			@include media(400) {
				font-size: 20px;
			}
		}
		h2 {
			margin-left: 3px;
			margin-bottom: 5px;
			font-size: 16px;
			font-weight: 400;
			letter-spacing: 3px;
			color: #000;
			@include media(640) {
				font-size: 14px;
			}
		}
		p {
			height: 55px;
			text-align: center;
			line-height: 1.8;
			color: #3a3a3a;
		}
		.btnBox {
			margin-top: 15px;
		}
	}
}*/
.logoIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px; }
  .logoIcon::before, .logoIcon::after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 90px;
    height: 1px;
    background-color: #efe3da; }
  .logoIcon::before {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 7px; }
  .logoIcon::after {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 7px; }
  .logoIcon svg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 23px;
    height: 23px;
    fill: #ba8057; }

.featuredArea {
  padding-top: 65px; 
	padding-bottom: 65px;
}


.featuredArea .wrap {
	width: 100%;
	max-width: 1600px;
	padding: 0 20px;
}

@media (max-width: 1180px) {
    .featuredArea {
      padding-top: 40px; 
      padding-bottom: 40px; 
	  } 
}

.featuredList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px;
}

.featuredList li {
    width: 25%;
    padding-left: 13px;
    padding-right: 13px;
}

@media (max-width: 767px) {
    .featuredList li {
        display: flex;
        justify-content: center;
        width: 50%;
        margin-bottom: 20px;
    }
}

.featuredList .item {
    position: relative;
}

@media (max-width: 767px) {
    .featuredList .item {
        width: 100%;
        max-width: 370px;
    }
}

.featuredList .Img {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.featuredList .Img::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.featuredList .Img img {
    display: block;
    width: 100%;
    transition: all 0.7s ease-in-out;
}

.featuredList .Img:hover img {
    opacity: 0.7;
    transform: scale(1.05);
}

.featuredList .Txt {
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #888;
}

@media (max-width: 767px) {
    .featuredList .Txt {
        position: relative;
        bottom: 0;
        padding-top: 12px;
    }
}

.featuredList .title a {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.1em;
    color: #4d4d4d;
}

@media (max-width: 767px) {
    .featuredList .title a {
        font-size: 17px;
    }
}

.featuredList .text {
    font-size: 15px;
    letter-spacing: 0.08em;
}

/*
.featuredArea {
  padding-top: 65px; 
}

@media (max-width: 1180px) {
    .featuredArea {
      padding-top: 40px; 
	  } 
}

.featuredArea.show .featuredList li::before {
    width: 0;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; 
}

@media (min-width: 641px) {
  .featuredList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px; } }

.featuredList li {
  position: relative; }
  @media (max-width: 640px) {
	  .featuredList li:not(:last-child) {
	  	margin-bottom: 12px;
	  }
   }
  .featuredList li::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none; }
  .featuredList li:first-child::before {
    right: 0; }
  .featuredList li:nth-child(2)::before, .featuredList li:nth-child(3)::before {
    left: 0; }
  @media (min-width: 641px) {
    .featuredList li:nth-child(n+2) .Img img {
      max-height: 315px; }
    .featuredList li:nth-child(n+2) .titleBox {
      text-align: left; }
      .featuredList li:nth-child(n+2) .titleBox :first-child::after {
        margin-left: 0; }
    .featuredList li:first-child {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: 1 / 1 / 3 / 2; }
    .featuredList li:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-area: 1 / 2 / 2 / 3; }
    .featuredList li:last-child {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-area: 2 / 2 / 3 / 3; } }

.featuredList .item {
  position: relative;
  height: 100%; }

.featuredList .Img {
  height: 100%; }
  .featuredList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.featuredList .titleBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 50px;
  pointer-events: none; }
  @media (max-width: 740px) {
    .featuredList .titleBox {
      padding-left: 20px;
      padding-right: 20px; } }

.featuredList .titleEn {
  font-size: 20px;
  color: #242424; }
*/
.productArea {
  /*padding-top: 70px;*/
  padding-top: 35px;
 }
  @media (max-width: 1180px) {
    .productArea {
      padding-top: 40px; } }
  .productArea.show .productBox {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }

.productBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0; }
  @media (max-width: 500px) {
    .productBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .productBox + .productBox {
        margin-top: 20px; } }
  .productBox:nth-of-type(odd) .productClassificationBox::before {
    right: 0; }
  .productBox:nth-of-type(odd) .productList {
    background-position-x: 100%; }
    @media (max-width: 500px) {
      .productBox:nth-of-type(odd) .productList {
        background-position-x: 0; } }
  @media (min-width: 501px) {
    .productBox:nth-of-type(even) .productClassificationBox {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .productBox:nth-of-type(even) .productClassificationBox::before {
        left: 0; }
      .productBox:nth-of-type(even) .productClassificationBox .prevArrowBtn {
        right: auto;
        left: 0; }
      .productBox:nth-of-type(even) .productClassificationBox .nextArrowBtn {
        right: auto;
        left: 46px; } }
  .productBox:nth-of-type(even) .productList {
    background-position-x: 0; }
  .productBox:last-child .productList {
    border-bottom: 1px solid #ddd; }

.productClassificationBox {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 961px) {
    .productClassificationBox {
      width: 25%; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .productClassificationBox {
      width: calc(100% / 3); } }
  @media (min-width: 501px) and (max-width: 640px) {
    .productClassificationBox {
      width: 50%; } }
  @media (max-width: 500px) {
    .productClassificationBox {
      width: 100%;
      padding-top: 80px;
      padding-bottom: 80px; }
      .productClassificationBox::before {
        display: none; } }
  .productClassificationBox::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background-color: #ddd; }
  .productClassificationBox .btnBox {
    margin-top: 20px; }
  .productClassificationBox .prevArrowBtn, .productClassificationBox .nextArrowBtn {
    top: auto;
    bottom: 0; }
  .productClassificationBox .prevArrowBtn {
    right: 46px; }
  .productClassificationBox .nextArrowBtn {
    right: 0; }
  .productClassificationBox .titleEn {
    color: #242424; }
    @media (max-width: 1180px) {
      .productClassificationBox .titleEn {
        font-size: 22px; } }
  @media (max-width: 1180px) {
    .productClassificationBox .titleCht {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .productClassificationBox .moreBtn {
      width: 100%; } }

.productList .slick-slider, .productList .slick-list, .productList .slick-track, .productList .slick-slide, .productList .item {
    height: 100%;
}

.productList {
  border-top: 1px solid #ddd; }
  @media (min-width: 961px) {
    .productList {
      width: 75%; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .productList {
      width: calc((100% / 3) * 2); } }
  @media (min-width: 501px) and (max-width: 640px) {
    .productList {
      width: 50%; } }
  @media (max-width: 500px) {
    .productList {
      width: 100%;
      /*max-width: 400px;*/
      border-bottom: 1px solid #ddd; } }
.productList, .productList .item {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd));
    background-image: -webkit-linear-gradient(top, #ddd, #ddd);
    background-image: -o-linear-gradient(top, #ddd, #ddd);
    background-image: linear-gradient(to bottom, #ddd, #ddd);
    background-position-y: 0;
    background-size: 1px 100%;
    background-repeat: no-repeat;
  }
  .productList .item {
    background-color: #fbf4f0;
    /*background-image: url('../images/bgbg.jpg');*/
    position: relative;
	  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    padding: 60px 40px 40px;
    text-align: center;
    background-position-x: 100%;
    overflow: hidden; }
    @media (max-width: 1180px) {
      .productList .item {
        padding: 40px 20px; } }
  .productList .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /*height: 185px;*/
	  margin-top: auto;
    margin-bottom: 2%;
}
    @media (max-width: 480px) {
      .productList .Img {
        /*height: auto; */
        } 
      }
    .productList .Img img {
      /*-webkit-transform: scale(1.3) translateZ(0);
      transform: scale(1.3) translateZ(0);*/
      /*display: block;*/
      max-width: 100%;
      /*-webkit-backface-visibility: hidden;
      backface-visibility: hidden; */
    }
  .productList p {
    margin-bottom: 15px;
    height: 50px;
    font-size: 13px;
    line-height: 1.8;
    color: #969696; 
  }
    @media (max-width: 768px) {
      .productList p {
        /*display: none; */
      } 
      }
  .productList .price {
    font-size: 16px;
    color: #da8182; 
  }
  .productList .addFavoriteBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1; }

.productTitleBox {
  /*margin-bottom: 65px; */
  margin-bottom: 15px; 
}
  .productTitleBox h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000; }
    @media (max-width: 1180px) {
      .productTitleBox h2 {
        font-size: 14px; } }
    .productTitleBox h2::before, .productTitleBox h2::after {
      content: '';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 20px;
      height: 1px;
      background-color: #ddd; }
    .productTitleBox h2::before {
      margin-right: 10px; }
    .productTitleBox h2::after {
      margin-left: 10px; }
  .productTitleBox strong {
    display: block;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    color: #616161; }

.caratBox {
  margin-bottom: 10px;
  font-size: 13px;
  color: #343434; }

  .advantageVideoArea {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-top: 90px;
    overflow: hidden; }
    @media (max-width: 1180px) {
      .advantageVideoArea {
        margin-top: 40px; } }

    .advantageVideoArea.show .videoBtn {
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .advantageVideoArea .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .advantageVideoArea .titleBox {
      margin-bottom: 0; }
      .advantageVideoArea .titleBox :first-child::after {
        background-color: #f0e2d8; }
    .advantageVideoArea .titleEn {
      font-size: 32px;
      color: #fff; }
    .advantageVideoArea .titleCht {
      color: #fff; }
    .advantageVideoArea .moreBtn {
      border: 1px solid #fff;
      background-color: transparent; }
    .advantageVideoArea .textBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      width: 100%;
      min-height: 100%; }
    .advantageVideoArea .fullImage img {
      display: block;
      width: 100%; }
  
  .advantageArea {
    position: relative;
    z-index: 1;
    /* color: #fff; */
    margin-top: 90px;
    overflow: hidden;
    }


    .advantageArea.img {
    margin-top: 40px;
    }


    .advantageArea.img .titleBox {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    }

    .advantageArea.img .titleBox img {
    width: 100%;
    }

    @media (max-width: 1600px) {
  .advantageArea.img .titleBox {
    max-width: 600px;
    }
}

  @media (max-width: 1280px) {
  .advantageArea.img .titleBox {
    max-width: 500px;
    }
    .advantageArea.img .btnBox {
    margin-top: 10px;
    }
}


    @media (max-width: 1180px) {
      .advantageVideoArea {
        margin-top: 40px; } 

  .advantageArea.img .titleBox {
    max-width: 400px;
    }
}

@media (max-width: 800px) {
  .advantageArea.img .titleBox {
    max-width: 300px;
    }
}

    .advantageArea.show .videoBtn {
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .advantageArea .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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; }
    .advantageArea .titleBox {
      margin-bottom: 0; }
      .advantageArea .titleBox :first-child::after {
        background-color: #f0e2d8; }
    .advantageArea .titleEn {
      font-size: 32px;
      /* color: #fff; */
    }
    /* .advantageArea .titleCht {
      color: #fff; } */

.advantageArea .titleCht {
      line-height: 27px;
      }

    /* .advantageArea .moreBtn {
      border: 1px solid #fff;
      background-color: transparent; } */
    .advantageArea .textBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      width: 100%;
      min-height: 100%; }
    .advantageArea .fullImage img {
      display: block;
      width: 100%; }


      @media (max-width: 640px) {


.advantageArea .titleEn {
      font-size: 16px;
       }

.advantageArea .titleCht {
      font-size: 13px;
       }

.advantageArea .fullImage img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
   }

       /*
.advantageArea .fullImage {
    display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
    }
.advantageArea .fullImage img {
      object-fit: contain;
  width: 980px;
  height: 300px;
    }
    */
}
  
  .videoBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff; }
    @media (max-width: 640px) {
      .videoBtn {
        top: 60px; } }
    .videoBtn svg {
      width: 11px;
      height: 14px;
      stroke-width: 1px;
      fill: #fff;
      stroke: #fff; }
  
.parallaxImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 100px); }
  .parallaxImg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.newsArea {
  position: relative;
  padding-top: 70px; }
  @media (max-width: 1180px) {
    .newsArea {
      width: 100%; } }
  .newsArea .wrap {
    width: 100%;
	  max-width: 1600px;
		  padding-left: 20px;
		  padding-right: 20px;}
  .newsArea .titleBox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px; }
    @media (max-width: 1180px) {
      .newsArea .titleBox2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .newsArea .titleBox2 .title {
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 0.1em;
      color: #555; }
    .newsArea .titleBox2 .en {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.08em;
      color: #666;
      text-transform: uppercase; }

@media (min-width: 1181px) {
  .newsArea .dotsBox {
    position: absolute;
    right: 45px;
    top: 10px; } }

@media (max-width: 1180px) {
  .newsArea .dotsBox {
    text-align: center; } }

.newsList {
  max-width: 100%;
  margin-left: -25px;
  margin-right: -25px; }

@media (max-width: 1480px) {
  .newsList {
    margin-left: -10px;
    margin-right: -10px;
    max-width: none; } }

@media (max-width: 640px) {
  .newsList {
    margin-left: -5px;
    margin-right: -5px; } }

.newsList li {
  float: left;
  width: 25%;
  padding-left: 25px;
  padding-right: 25px; }

@media (max-width: 1480px) {
  .newsList li {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 640px) {
  .newsList li {
    padding-left: 5px;
    padding-right: 5px; } }

.newsList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 960px) {
  .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.newsList .item:hover .Img {
  opacity: 1; }

.newsList .Img {
  width: 100%; }

@media (max-width: 960px) {
  .newsList .Img {
    width: 100%; } }

.newsList .Img img {
  display: block;
  width: 100%; }

.newsList .Txt {
  width: 45%;
  padding-top: 20px;
  padding-left: 20px; }

.newsList .btn1 .iconArrow {
  width: 8px;
  height: 14px;
  margin-left: 12px; }

.newsList .btn1 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #dd7273; }

@media (max-width: 960px) {
  .newsList .Txt {
    width: 100%;
    padding-left: 0; } }

.newsList .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #666;
  font-size: 15px;
  line-height: 1; }

@media (max-width: 1180px) {
  .newsList .date {
    margin-bottom: 3px; } }

.newsList .month {
  margin-right: 10px;
  font-size: 26px;
  text-transform: uppercase;
  color: #888; }

@media (max-width: 1180px) {
  .newsList .month {
    font-size: 18px;
    margin-right: 8px; } }

.newsList .title {
  margin-bottom: 30px; }

.newsList .title a {
  display: block;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #666;
  line-height: 1.5; }

.newsList .title a:hover {
  color: #df7475; }

@media (max-width: 1180px) {
  .newsList .title a {
    font-size: 15px;
    letter-spacing: 0.02em;
    max-height: 44px; } }
