.ib_carousel_006 .Txt a.more:after, .ib_carousel_006 .Img img, .ib_carousel_006 .item::after, .productArea .dataList .dataItem .Img img, .aboutArea .m_dotsBox .slick-dots li button::before, .aboutArea .dataList .Img img, .aboutArea .dotsBox .slick-dots li::after, .featuresArea .dataList .overlay, .featuresArea .dataList .Txt .num, .featuresArea .dataList .Txt .textEditor::before, .featuresArea .dataList .Txt .textEditor, .featuresArea .dataList .Txt .subtitle, .featuresArea .dataList .Txt, .featuresArea .dataList .floatText, .ib_banner_006 .slick-dots li::after, .ib_banner_006 .arrowBox .arrow::before, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding-top: 0;
  padding-bottom: 0;
}

.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #4a2a1b;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #4a2a1b;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

.ib_banner_006 {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ib_banner_006 .bannerLogo {
  position: absolute;
  width: 118px;
  top: 169px;
  left: 142px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .ib_banner_006 .bannerLogo {
    left: 20px;
    top: 40px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_006 .bannerLogo {
    display: none;
  }
}
.ib_banner_006 .bannerLogo img {
  max-width: 100%;
  display: block;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.ib_banner_006 .dataBox {
  position: relative;
}
.ib_banner_006 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_006 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_006 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_006 .dataItem {
  position: relative;
}
.ib_banner_006 .dataItem .Txt {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1625px;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 85px;
}
.ib_banner_006 .dataItem .Txt .textBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
}
.ib_banner_006 .dataItem .Txt .title {
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt .title {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
@media (max-width: 550px) {
  .ib_banner_006 .dataItem .Txt .title {
    font-size: 20px;
  }
}
.ib_banner_006 .dataItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 75px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt .subtitle {
    font-size: 35px;
  }
}
@media (max-width: 550px) {
  .ib_banner_006 .dataItem .Txt .subtitle {
    font-size: 30px;
  }
}
.ib_banner_006 .dataItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 20px;
  font-size: 20px;
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt .text {
    display: none;
  }
}
.ib_banner_006 .dataItem .Txt .btnBox {
  opacity: 0;
  margin-top: 50px;
}
.ib_banner_006 .dataItem .Txt .btnBox a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 18px 80px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt .btnBox a {
    padding: 14px 65px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_006 .dataItem .Txt .btnBox a {
    padding: 10px 60px;
    font-size: 14px;
  }
}
.ib_banner_006 .dataItem .Txt .btnBox a i {
  position: absolute;
  right: 20px;
  font-size: 13px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ib_banner_006 .dataItem .Txt .btnBox a:hover {
  background-color: #fff;
  color: #1A73E8;
}
.ib_banner_006 .dataItem .Txt .btnBox a:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.ib_banner_006 .dataItem .Img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 1400px) {
  .ib_banner_006 .dataItem .Img img {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .ib_banner_006 .dataItem .Img {
    padding-bottom: 75%;
  }
  .ib_banner_006 .dataItem .Img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .ib_banner_006 .dataItem .Img {
    padding-bottom: 100%;
  }
}
.ib_banner_006 .slick-current .Txt .textBox {
  -webkit-animation: textSlideUpAnimation 0.6s ease-in-out forwards;
  animation: textSlideUpAnimation 0.6s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Txt .bannerBtn {
  -webkit-animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
  animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Txt .videoBtn:after {
  -webkit-animation: rotate 50s linear forwards;
  animation: rotate 50s linear forwards;
}
.ib_banner_006 .slick-current .btnBox {
  -webkit-animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
          animation: textSlideUpAnimation 0.6s 0.3s ease-in-out forwards;
}
.ib_banner_006 .slick-current .Img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ib_banner_006 .arrowBox {
  position: absolute;
  bottom: 12%;
  right: 6%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}
@media (max-width: 1520px) {
  .ib_banner_006 .arrowBox {
    right: auto;
    left: 0;
    bottom: 5%;
  }
}
.ib_banner_006 .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  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;
  z-index: 5;
}
.ib_banner_006 .arrowBox .arrow.arrowNext {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ib_banner_006 .arrowBox .arrow.arrowNext i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ib_banner_006 .arrowBox .arrow::before {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: transparent;
  z-index: 3;
  right: 5px;
  pointer-events: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.ib_banner_006 .arrowBox .arrow:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: rgba(214, 187, 154, 0.4901960784);
}
.ib_banner_006 .arrowBox span {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.568627451);
  margin: 0 30px;
}
.ib_banner_006 .arrowBox i {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.ib_banner_006 .slick-dots {
  position: absolute;
  width: 110px;
  margin: 0;
  top: 80px;
  right: 10px;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ib_banner_006 .slick-dots li {
  width: 110px;
  height: 40px;
}
.ib_banner_006 .slick-dots li::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5803921569);
  display: block;
  top: 50%;
  right: 0;
  opacity: 0;
}
.ib_banner_006 .slick-dots li:hover button:before {
  background-color: transparent !important;
}
.ib_banner_006 .slick-dots li.slick-active::after {
  opacity: 1;
  width: 67%;
}
.ib_banner_006 .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 18px;
  color: #fff;
  font-family: "Ubuntu", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  text-align: left;
  padding-left: 10px;
}
.ib_banner_006 .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
  opacity: 1;
}
.ib_banner_006 .slick-dots li button:hover {
  background-color: transparent;
}
.ib_banner_006 .slick-dots li.slick-active button:before {
  border: 1px solid transparent !important;
  background-color: transparent;
  opacity: 1;
}

@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.featuresArea {
  padding: 127px 0;
  text-align: center;
}
@media (max-width: 1180px) {
  .featuresArea {
    padding: 60px 0;
  }
}
.featuresArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featuresArea .rightBox {
  width: 488px;
  padding-left: 80px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1665px) {
  .featuresArea .rightBox {
    width: 340px;
  }
}
@media (max-width: 1440px) {
  .featuresArea .rightBox {
    width: 100%;
    padding-left: 0;
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .featuresArea .rightBox .titleBox {
    text-align: center;
  }
}
.featuresArea .rightBox .btnBox {
  text-align: left;
  margin-top: 80px;
}
@media (max-width: 1440px) {
  .featuresArea .rightBox .btnBox {
    text-align: center;
    margin-top: 40px;
  }
}
.featuresArea .dataBox {
  width: calc(100% - 488px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1665px) {
  .featuresArea .dataBox {
    width: calc(100% - 340px);
  }
}
@media (max-width: 1440px) {
  .featuresArea .dataBox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.featuresArea .dataBox > .btnBox {
  margin-top: 20px;
}
.featuresArea .dataList {
  margin: 0 -10px;
}
.featuresArea .dataList .item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.featuresArea .dataList .item:hover .floatText {
  opacity: 0;
}
.featuresArea .dataList .item:hover .overlay {
  background: transparent;
}
.featuresArea .dataList .item:hover .Txt .title,
.featuresArea .dataList .item:hover .Txt .subtitle,
.featuresArea .dataList .item:hover .Txt .textEditor,
.featuresArea .dataList .item:hover .Txt .num {
  color: #fff;
}
.featuresArea .dataList .item:hover .Txt a {
  color: #fff;
}
.featuresArea .dataList .item:hover .Txt .num {
  margin-top: 400px;
}
@media (max-width: 1180px) {
  .featuresArea .dataList .item:hover .Txt .num {
    margin-top: 40px;
  }
}
.featuresArea .dataList .item:hover .Txt .textEditor::before {
  width: 85px;
  background-color: #fff;
}
.featuresArea .dataList .item .linkWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 10;
}
.featuresArea .dataList .Img {
  display: block;
}
.featuresArea .dataList .Img img {
  width: 100%;
  height: 741px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 840px) {
  .featuresArea .dataList .Img {
    display: none;
  }
}
.featuresArea .dataList .m_Img {
  display: none;
}
.featuresArea .dataList .m_Img img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 840px) {
  .featuresArea .dataList .m_Img {
    display: block;
  }
}
.featuresArea .dataList .floatText {
  position: absolute;
  font-size: 195px;
  font-weight: 600;
  color: #f9f5f0;
  z-index: 3;
  top: 0;
  right: -50px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .featuresArea .dataList .floatText {
    display: none;
  }
}
.featuresArea .dataList .Txt {
  position: absolute;
  text-align: left;
  color: #4a2a1b;
  width: 100%;
  height: 100%;
  left: 0;
  top: 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;
  padding-left: 55px;
  padding-right: 25px;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 1180px) {
  .featuresArea .dataList .Txt {
    background-color: transparent;
    padding-left: 25px;
  }
}
.featuresArea .dataList .Txt .title {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .featuresArea .dataList .Txt .title {
    color: #fff;
  }
}
.featuresArea .dataList .Txt .title a {
  color: #4a2a1b;
}
@media (max-width: 1180px) {
  .featuresArea .dataList .Txt .title a {
    color: #fff;
  }
}
.featuresArea .dataList .Txt .subtitle {
  font-size: 42px;
  font-weight: 500;
  color: #4a2a1b;
}
@media (max-width: 1180px) {
  .featuresArea .dataList .Txt .subtitle {
    color: #fff;
    font-size: 30px;
  }
}
.featuresArea .dataList .Txt .textEditor {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-top: 20px;
  color: #4a2a1b;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .featuresArea .dataList .Txt .textEditor {
    color: #fff;
  }
}
.featuresArea .dataList .Txt .textEditor::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
@media (max-width: 1180px) {
  .featuresArea .dataList .Txt .textEditor::before {
    background-color: #fff;
  }
}
.featuresArea .dataList .Txt .num {
  font-size: 100px;
  color: #4a2a1b;
  font-weight: 300;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .featuresArea .dataList .Txt .num {
    color: #fff;
    font-size: 50px;
  }
}
.featuresArea .dataList .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f4efe9;
  z-index: 1;
}
@media (max-width: 1180px) {
  .featuresArea .dataList .overlay {
    display: none;
  }
}
.featuresArea .dataList .dataItem {
  padding: 0 10px;
}
.featuresArea .dataList .semicircle {
  position: absolute;
  width: 239px;
  height: 239px;
  top: 30px;
  left: -30%;
  background-color: #ddcbb5;
  border-radius: 50%;
}
.featuresArea .dataList .btnBox {
  margin-top: 20px;
}
.featuresArea .dataList .btnBox a.btn {
  display: block;
  padding: 20px 15px;
  background: #4a2a1b;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1181px) {
  .featuresArea .dataList .btnBox a.btn:hover {
    background: #fff;
    color: #4a2a1b;
  }
}
.featuresArea .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutArea {
  position: relative;
  padding: 127px 0;
  text-align: center;
  background-color: #b8ac9e;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .dotsBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
}
.aboutArea .dotsBox .slick-dots {
  position: absolute;
  width: 110px;
  margin: 0;
  top: 60px;
  right: 10px;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aboutArea .dotsBox .slick-dots li {
  width: 110px;
  height: 40px;
}
.aboutArea .dotsBox .slick-dots li::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5803921569);
  display: block;
  top: 50%;
  right: 0;
  opacity: 0;
}
.aboutArea .dotsBox .slick-dots li:hover button:before {
  background-color: transparent !important;
}
.aboutArea .dotsBox .slick-dots li.slick-active::after {
  opacity: 1;
  width: 67%;
}
.aboutArea .dotsBox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 18px;
  color: #fff;
  font-family: "Ubuntu", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  text-align: left;
  padding-left: 10px;
}
.aboutArea .dotsBox .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
  opacity: 1;
}
.aboutArea .dotsBox .slick-dots li button:hover {
  background-color: transparent;
}
.aboutArea .dotsBox .slick-dots li.slick-active button:before {
  border: 1px solid transparent !important;
  background-color: transparent;
  opacity: 1;
}
.aboutArea .dataBox > .btnBox {
  margin-top: 20px;
}
.aboutArea .dataList {
  margin: 0 -10px;
}
.aboutArea .dataList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 175px;
}
@media (max-width: 1180px) {
  .aboutArea .dataList .item {
    padding: 0px;
  }
}
.aboutArea .dataList .Img {
  width: 60%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 765px) {
  .aboutArea .dataList .Img {
    width: 100%;
  }
}
.aboutArea .dataList .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 15px;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .dataList .Txt {
  width: 40%;
  text-align: left;
  padding-right: 100px;
}
@media (max-width: 1480px) {
  .aboutArea .dataList .Txt {
    padding-right: 40px;
  }
}
@media (max-width: 765px) {
  .aboutArea .dataList .Txt {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 765px) {
  .aboutArea .dataList .Txt .titleBox {
    text-align: center;
  }
}
.aboutArea .dataList .Txt .title {
  font-size: 36px;
  font-weight: 300;
  color: #4a2a1b;
}
.aboutArea .dataList .Txt .title a {
  color: #4a2a1b;
}
@media (max-width: 1180px) {
  .aboutArea .dataList .Txt .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .aboutArea .dataList .Txt .title {
    font-size: 24px;
  }
}
.aboutArea .dataList .Txt .textEditor {
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 765px) {
  .aboutArea .dataList .Txt .textEditor {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.aboutArea .dataList .dataItem {
  padding: 0 10px;
}
.aboutArea .dataList .dataItem:hover .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.aboutArea .m_dotsBox {
  position: relative;
}
.aboutArea .m_dotsBox .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.aboutArea .m_dotsBox .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutArea .m_dotsBox .slick-dots.vertical {
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.aboutArea .m_dotsBox .slick-dots.vertical li {
  margin: 8px 0;
}
.aboutArea .m_dotsBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.aboutArea .m_dotsBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.aboutArea .m_dotsBox .slick-dots.white li button::before {
  background-color: #fff;
}
.aboutArea .m_dotsBox .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.aboutArea .m_dotsBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.aboutArea .m_dotsBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutArea .m_dotsBox .slick-dots li.slick-active button::before {
  background-color: #4a2a1b;
  opacity: 1;
}
@media (min-width: 1181px) {
  .aboutArea .m_dotsBox .slick-dots li:hover button::before {
    background-color: #4a2a1b;
    opacity: 1;
  }
}

.productArea {
  padding: 127px 0;
  text-align: center;
}
@media (max-width: 1180px) {
  .productArea {
    padding: 60px 0px;
  }
}
.productArea .wrap {
  padding: 0 195px;
}
@media (max-width: 1180px) {
  .productArea .wrap {
    padding: 0 30px;
  }
}
.productArea .dataBox > .btnBox {
  margin-top: 20px;
}
.productArea .dataList {
  margin: 0 -10px;
}
.productArea .dataList .Img img {
  border-radius: 15px;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .productArea .dataList .Img img {
    height: 280px;
  }
}
.productArea .dataList .Txt {
  position: absolute;
  text-align: left;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.168627451);
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 15px;
}
.productArea .dataList .Txt .subtitle {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1180px) {
  .productArea .dataList .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .productArea .dataList .Txt .subtitle {
    font-size: 20px;
    padding-top: 0;
  }
}
.productArea .dataList .Txt .title {
  font-size: 18px;
  padding: 10px 0;
  color: #fff;
}
.productArea .dataList .Txt .title a {
  color: #fff;
}
.productArea .dataList .Txt .textEditor {
  font-size: 14px;
}
.productArea .dataList.parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.productArea .dataList.parent > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.productArea .dataList.parent > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.productArea .dataList.parent > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.productArea .dataList.parent > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.productArea .dataList.parent > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.productArea .dataList.parent > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.productArea .dataList.parent > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.productArea .dataList.parent > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.productArea .dataList.parent > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.productArea .dataList.parent > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.productArea .dataList.parent > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.productArea .dataList.parent > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.productArea .dataList.parent > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.productArea .dataList.parent > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.productArea .dataList.parent > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
.productArea .dataList.parent > *:nth-child(16) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.productArea .dataList.parent > *:nth-child(17) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.productArea .dataList.parent > *:nth-child(18) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.productArea .dataList.parent > *:nth-child(19) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.productArea .dataList.parent > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}
@media (max-width: 750px) {
  .productArea .dataList.parent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .productArea .dataList.parent > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .productArea .dataList.parent > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .productArea .dataList.parent > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .productArea .dataList.parent > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .productArea .dataList.parent > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .productArea .dataList.parent > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .productArea .dataList.parent > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .productArea .dataList.parent > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .productArea .dataList.parent > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .productArea .dataList.parent > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .productArea .dataList.parent > *:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .productArea .dataList.parent > *:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .productArea .dataList.parent > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .productArea .dataList.parent > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .productArea .dataList.parent > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
  .productArea .dataList.parent > *:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .productArea .dataList.parent > *:nth-child(17) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .productArea .dataList.parent > *:nth-child(18) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .productArea .dataList.parent > *:nth-child(19) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .productArea .dataList.parent > *:nth-child(20) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
  }
  .productArea .dataList.parent > *:nth-child(21) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .productArea .dataList.parent > *:nth-child(22) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .productArea .dataList.parent > *:nth-child(23) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .productArea .dataList.parent > *:nth-child(24) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .productArea .dataList.parent > *:nth-child(25) {
    -ms-grid-row: 9;
    -ms-grid-column: 9;
  }
  .productArea .dataList.parent > *:nth-child(26) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .productArea .dataList.parent > *:nth-child(27) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .productArea .dataList.parent > *:nth-child(28) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .productArea .dataList.parent > *:nth-child(29) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
  }
  .productArea .dataList.parent > *:nth-child(30) {
    -ms-grid-row: 11;
    -ms-grid-column: 9;
  }
  .productArea .dataList.parent > *:nth-child(31) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .productArea .dataList.parent > *:nth-child(32) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .productArea .dataList.parent > *:nth-child(33) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
  }
  .productArea .dataList.parent > *:nth-child(34) {
    -ms-grid-row: 13;
    -ms-grid-column: 7;
  }
  .productArea .dataList.parent > *:nth-child(35) {
    -ms-grid-row: 13;
    -ms-grid-column: 9;
  }
  .productArea .dataList.parent > *:nth-child(36) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .productArea .dataList.parent > *:nth-child(37) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
  }
  .productArea .dataList.parent > *:nth-child(38) {
    -ms-grid-row: 15;
    -ms-grid-column: 5;
  }
  .productArea .dataList.parent > *:nth-child(39) {
    -ms-grid-row: 15;
    -ms-grid-column: 7;
  }
  .productArea .dataList.parent > *:nth-child(40) {
    -ms-grid-row: 15;
    -ms-grid-column: 9;
  }
}
.productArea .dataList .dataItem {
  padding: 15px;
}
@media (max-width: 768px) {
  .productArea .dataList .dataItem {
    padding: 15px 0;
  }
}
.productArea .dataList .dataItem:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/3/4;
}
@media (max-width: 750px) {
  .productArea .dataList .dataItem:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: 1/1/3/6;
  }
}
.productArea .dataList .dataItem:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: 1/4/3/6;
}
@media (max-width: 750px) {
  .productArea .dataList .dataItem:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: 3/1/5/6;
  }
}
.productArea .dataList .dataItem:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/5/3;
}
@media (max-width: 750px) {
  .productArea .dataList .dataItem:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: 5/1/7/6;
  }
}
.productArea .dataList .dataItem:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 3/3/5/6;
}
@media (max-width: 750px) {
  .productArea .dataList .dataItem:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: 7/1/9/6;
  }
}
.productArea .dataList .dataItem:hover .Img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.productArea .dataList .dataItem .item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.productArea .dataList .dataItem .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.productArea .dataList .dataItem .linkWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  border-radius: 15px;
}
.productArea .dataList .dataItem:hover .linkWrap {
  opacity: 1;
}
.productArea .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ib_carousel_006 {
  padding: 127px 0;
  background-color: #f6f3ec;
}
@media (max-width: 1180px) {
  .ib_carousel_006 {
    padding: 60px 0;
  }
}
.ib_carousel_006 .wrap {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .wrap {
    padding: 0 20px;
  }
}
.ib_carousel_006 .dataBox {
  position: relative;
}
.ib_carousel_006 .arrowBox {
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .arrowBox {
    display: none;
  }
}
.ib_carousel_006 .arrowBox .arrow {
  position: relative;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.ib_carousel_006 .arrowBox .arrow.prev {
  left: -60px;
}
.ib_carousel_006 .arrowBox .arrow.prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 10px;
}
.ib_carousel_006 .arrowBox .arrow.next {
  right: -90px;
}
.ib_carousel_006 .arrowBox .arrow.next img {
  margin-right: 10px;
}
.ib_carousel_006 .titleBox .text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.ib_carousel_006 .dataBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ib_carousel_006 .dataBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ib_carousel_006 .dataItem {
  padding: 0 31.5px;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .dataItem {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  .ib_carousel_006 .dataItem {
    padding: 0;
  }
}
.ib_carousel_006 .dataItem:hover a.more::after {
  width: 40px;
}
.ib_carousel_006 .dataItem:hover .title a {
  color: #4a2a1b;
}
.ib_carousel_006 .dataItem:hover .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ib_carousel_006 .item {
  position: relative;
}
.ib_carousel_006 .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 15px;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .item::after {
    height: 100%;
  }
}
.ib_carousel_006 .Img {
  position: relative;
  right: -30px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .Img {
    right: 0;
  }
}
.ib_carousel_006 .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_006 .Txt {
  position: relative;
  padding: 30px 60px 30px;
}
@media (max-width: 1180px) {
  .ib_carousel_006 .Txt {
    padding: 20px;
  }
}
.ib_carousel_006 .Txt .dataInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.ib_carousel_006 .Txt .dataInfoBox .classTitle {
  padding: 5px 10px;
  background-color: #4a2a1b;
  color: #fff;
}
.ib_carousel_006 .Txt .dataInfoBox .dateBox .date {
  line-height: 1;
}
.ib_carousel_006 .Txt .dataInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.ib_carousel_006 .Txt .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #373737;
}
.ib_carousel_006 .Txt .title a {
  color: #373737;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ib_carousel_006 .Txt .text {
  height: 60px;
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}
.ib_carousel_006 .Txt a.more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-top: 28px;
  color: #5a5a5a;
}
.ib_carousel_006 .Txt a.more:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #acacac;
  margin-left: 10px;
}
.ib_carousel_006 .btnBox .btnIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (min-width: 1181px) {
  .ib_carousel_006 .btnBox:hover {
    background-color: #fff;
    color: #4a2a1b;
  }
  .ib_carousel_006 .btnBox:hover .btnIcon {
    right: 15px;
  }
}
.ib_carousel_006 .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}
.ib_carousel_006 .slick-slider .slick-dots li button::before, .ib_carousel_006 .controlBox .slick-dots li button::before {
  background-color: #fff;
}
.ib_carousel_006 .slick-slider .slick-dots li.slick-active button::before, .ib_carousel_006 .controlBox .slick-dots li.slick-active button::before {
  background-color: #4a2a1b;
}