/* CSS Document */
.caseArea .arrowBox, .caseArea .caseList .slick-slide.current .caseItem, .brandList .ImgBox .Img img, .brandList .ImgBox .Img, .brandList .ImgBox, .brandList .item {
  transition: all 0.5s ease-in-out;
}

.brandList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.brandList .brandItem {
  width: 25%;
  padding: 20px;
}
@media (max-width: 1180px) {
  .brandList .brandItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .brandList .brandItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .brandList .brandItem {
    width: 100%;
  }
}
.brandList .brandItem:nth-child(even) .item {
  background-color: #f0f0f0;
}
.brandList .item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f4f8fb;
  border-radius: 0.4rem;
  padding: 20px;
  position: relative;
}
@media (min-width: 1181px) {
  .brandList .item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .brandList .item:hover .ImgBox {
    background-color: #fff;
  }
  .brandList .item:hover .ImgBox .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.brandList .ImgBox {
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
}
.brandList .ImgBox .Img {
  padding: 30px 40px;
  overflow: hidden;
}
.brandList .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.brandList .Txt {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
}
.brandList .Txt .title {
  display: block;
  font-size: 23px;
  color: #0069b7;
  font-weight: 700;
  margin: 15px 0;
  letter-spacing: normal;
}
.brandList .Txt .title.ellipsis {
  height: 35px;
  overflow: hidden;
}
.brandList .Txt .text {
  color: #333;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: normal;
}
.brandList .Txt .text.ellipsis {
  height: 120px;
  overflow: hidden;
}
.brandList .Txt .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}
.brandList .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.InfoArea {
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 640px) {
  .InfoArea {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}
.InfoArea .InfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  position: relative;
  margin-top: 50px;
  background-color: #f5f5f5;
  padding: 100px 60px 150px 60px;
}
@media (max-width: 960px) {
  .InfoArea .InfoBox {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 40px 40px 80px;
  }
}
@media (max-width: 640px) {
  .InfoArea .InfoBox {
    padding: 20px 20px 60px;
  }
}
.InfoArea .Img {
  width: 400px;
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: #fff;
  padding: 17px 28px;
}
@media (max-width: 960px) {
  .InfoArea .Img {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .InfoArea .Img {
    width: 100%;
  }
}
.InfoArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0.4rem;
  overflow: hidden;
}
.InfoArea .Txt {
  width: calc(100% - 300px);
  -ms-flex: 1;
      flex: 1;
  padding-left: 60px;
}
@media (max-width: 960px) {
  .InfoArea .Txt {
    width: 100%;
    -ms-flex: none;
        flex: none;
    padding: 20px 0;
  }
}
.InfoArea .Txt .text {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding-top: 20px;
  letter-spacing: normal;
}
.InfoArea .btnBox {
  position: absolute;
  bottom: -10%;
  right: 0;
}
@media (max-width: 640px) {
  .InfoArea .btnBox {
    bottom: -60px;
  }
}

.caseArea {
  width: 100%;
  padding: 120px 0;
}
.caseArea .wrap {
  max-width: 100%;
}
.caseArea .caseBox {
  width: 100%;
  position: relative;
}
.caseArea .caseList {
  width: 100%;
}
.caseArea .caseList .slick-list {
  overflow: visible;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .caseArea .caseList .slick-list {
    overflow: hidden;
  }
}
.caseArea .caseList .slick-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.caseArea .caseList .slick-slide.current {
  opacity: 1;
}
.caseArea .caseItem {
  padding: 20px 50px;
}
.caseArea .item {
  width: 100%;
  max-width: 800px;
  position: relative;
}
.caseArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.caseArea .Txt {
  background-color: #f1f9ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin: -80px auto 0;
  padding: 50px;
  border-radius: 0.4rem;
}
.caseArea .Txt .title {
  font-size: 25px;
  letter-spacing: normal;
  color: #0069b7;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.caseArea .Txt .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  bottom: 0;
  left: 0;
}
.caseArea .Txt .subtitle {
  font-size: 16px;
  letter-spacing: normal;
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.caseArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.caseArea .arrowBox {
  position: absolute;
  top: -25%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 850px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.caseArea .arrowBox.hide {
  opacity: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.caseArea .slick-dots {
  margin-top: 20px;
}