.introductArea {
  padding: 0 0 202px;
  position: relative;
}
@media (max-width: 1350px) {
  .introductArea {
    padding: 0 0 117px;
  }
}
@media (max-width: 1023px) {
  .introductArea {
    padding: 0 0 calc(15vw + 60px);
  }
}
.introductArea .decoLeftCircle, .introductArea .decoRightCircle {
  position: absolute;
  z-index: 0;
}
.introductArea .decoLeftCircle {
  top: 18%;
  left: -16%;
  -webkit-animation: alternate decoCircleAni 10s ease-in-out infinite;
          animation: alternate decoCircleAni 10s ease-in-out infinite;
}
.introductArea .decoRightCircle {
  bottom: 5%;
  right: -14%;
  -webkit-animation: alternate decoCircle2Ani 20s ease-in-out infinite;
          animation: alternate decoCircle2Ani 20s ease-in-out infinite;
}
@-webkit-keyframes decoCircleAni {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5vw, 10vw);
            transform: translate(5vw, 10vw);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(10vw, -10vw);
            transform: translate(10vw, -10vw);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes decoCircleAni {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5vw, 10vw);
            transform: translate(5vw, 10vw);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(10vw, -10vw);
            transform: translate(10vw, -10vw);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes decoCircle2Ani {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-10vw, -10vw);
            transform: translate(-10vw, -10vw);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(10vw, 10vw);
            transform: translate(10vw, 10vw);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes decoCircle2Ani {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-10vw, -10vw);
            transform: translate(-10vw, -10vw);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(10vw, 10vw);
            transform: translate(10vw, 10vw);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.introductArea .wrap {
  max-width: 1729px;
  position: relative;
  z-index: 1;
}
.introductArea .wrap > .titleBox {
  margin-bottom: 90px;
}
.introductArea .wrap > .titleBox .title {
  font-size: 35px;
  margin: 0 0 10px;
}
.introductArea .wrap > .titleBox .text {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 1.9;
  max-width: 590px;
  font-weight: 500;
  margin: 0 auto;
  letter-spacing: 1.7px;
  padding: 0 0 0 3px;
}
.introductArea .introductBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
.introductArea .introductBox .left {
  width: 53.3%;
  position: relative;
}
@media (max-width: 1023px) {
  .introductArea .introductBox .left {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
}
.introductArea .introductBox .left .imgBox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}
.introductArea .introductBox .left .inline-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 1;
}
.introductArea .introductBox .left .Img {
  border-radius: 10px;
  overflow: hidden;
}
.introductArea .introductBox .left .img2 {
  position: absolute;
  top: calc(100% - 111px);
  right: 7.4%;
  width: 37.5%;
}
@media (max-width: 767px) {
  .introductArea .introductBox .left .img2 {
    top: 42vw;
  }
}
.introductArea .introductBox .right {
  width: 46.7%;
  padding: 4px 0 0px 6.35vw;
  min-height: 29.48vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1600px) {
  .introductArea .introductBox .right {
    padding-left: 5vw;
  }
}
@media (max-width: 1350px) {
  .introductArea .introductBox .right {
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .introductArea .introductBox .right {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    padding: 0 0 60px;
  }
}
.introductArea .introductBox .right .titleBox {
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 1350px) {
  .introductArea .introductBox .right .titleBox {
    margin-bottom: 0;
  }
}
.introductArea .introductBox .right .lineStyle .icon {
  top: -19%;
}
.introductArea .introductBox .right .textEditor {
  padding: 0 0 0 2px;
  width: 100%;
  max-width: 520px;
  letter-spacing: 1.7px;
  line-height: 1.9;
  font-weight: 500;
  color: #7f7f7f;
}
@media (max-width: 1023px) {
  .introductArea .introductBox .right .textEditor {
    max-width: unset;
  }
}
.introductArea .introductBox .right .textEditor .text {
  margin-bottom: 33px;
}
@media (max-width: 1600px) {
  .introductArea .introductBox .right .textEditor .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 1350px) {
  .introductArea .introductBox .right .textEditor .text {
    margin-bottom: 10px;
  }
}
.introductArea .introductBox .right .textEditor .text:last-child {
  margin-bottom: 0;
}
.introductArea:not(.show) .introductBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.introductArea:not(.show) .titleBox .top {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.introductArea:not(.show) .titleBox > .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.introductArea:not(.show) .titleBox > .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.introductArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.introductArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.introductArea:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.introductArea:not(.show) .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.introductArea:not(.show) .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.introductArea:not(.show) .textEditor {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.introductArea:not(.show) .introductBox .left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.introductArea.show .titleBox .top {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.5s linear;
}
.introductArea.show .titleBox > .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s linear;
}
.introductArea.show .titleBox > .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.1s linear;
}
.introductArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.2s linear;
}
.introductArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s linear;
}
.introductArea.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.4s linear;
}
.introductArea.show .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear, -webkit-clip-path 0.5s 0.5s linear;
}
.introductArea.show .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear, -webkit-clip-path 0.5s 1s linear;
}
.introductArea.show .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.5s linear;
}
.introductArea.show .introductBox .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s linear;
}

.ideaArea {
  background-color: #fff7ef;
  position: relative;
  padding-bottom: 85px;
}
@media (max-width: 1023px) {
  .ideaArea {
    padding-bottom: 60px;
  }
}
.ideaArea .wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .ideaArea .wrap {
    max-width: unset;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .ideaArea .titleBox .top {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.ideaArea .ideaBox {
  position: relative;
}
.ideaArea .ideaBox .picBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.ideaArea .ideaBox .picBox .Img {
  border-radius: 10px;
  overflow: hidden;
}
.ideaArea .ideaBox .picSlickBox {
  position: relative;
}
.ideaArea .ideaBox .picSlickBox .picList {
  max-width: calc(100% - 120px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ideaArea .ideaBox .picSlickBox .picList {
    max-width: calc(100% - 60px);
  }
}
.ideaArea .ideaBox .picSlickBox .picList img {
  width: 100%;
}
.ideaArea .ideaBox .picSlickBox .picList .Img {
  border-radius: 10px;
  overflow: hidden;
}
.ideaArea .ideaBox .slickBtnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .ideaArea .ideaBox .slickBtnBox {
    width: calc(100% + 30px);
  }
  .ideaArea .ideaBox .slickBtnBox .slickBtn {
    width: 40px;
  }
}
.ideaArea .ideaBox .left {
  width: 34.4%;
}
@media (max-width: 1600px) {
  .ideaArea .ideaBox .left {
    width: 32.9%;
  }
}
@media (max-width: 1350px) {
  .ideaArea .ideaBox .left {
    width: 29.9%;
  }
}
.ideaArea .ideaBox .left .imgBox1 {
  padding: 99px 0 0 18.177dvw;
  margin-bottom: 86px;
}
@media (max-width: 1600px) {
  .ideaArea .ideaBox .left .imgBox1 {
    padding: 64px 0 0 14.177dvw;
    margin-bottom: 44px;
  }
}
@media (max-width: 1350px) {
  .ideaArea .ideaBox .left .imgBox1 {
    padding: 66px 0 0 10.177dvw;
    margin-bottom: 56px;
  }
}
.ideaArea .ideaBox .left .imgBox2 {
  padding-right: 6.3dvw;
}
.ideaArea .ideaBox .left .imgBox2 .Img {
  border-radius: 0 10px 10px 0;
}
.ideaArea .ideaBox .right {
  width: 28%;
  position: relative;
}
@media (max-width: 1600px) {
  .ideaArea .ideaBox .right {
    width: 26.5%;
  }
}
@media (max-width: 1350px) {
  .ideaArea .ideaBox .right {
    width: 22.5%;
  }
}
.ideaArea .ideaBox .right .imgBox1 {
  padding: 65px 0vw 0 0;
}
.ideaArea .ideaBox .right .imgBox2 {
  position: absolute;
  bottom: -26.5%;
  left: -24%;
  width: 66%;
  z-index: 1;
}
.ideaArea .ideaBox .Txt {
  padding: 80px 0 10.73vw 0;
  max-width: 33.073vw;
  margin: 0 auto;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 40.89vw;
}
@media (max-width: 1600px) {
  .ideaArea .ideaBox .Txt {
    max-width: 40.073vw;
  }
}
@media (max-width: 1350px) {
  .ideaArea .ideaBox .Txt {
    padding: 8vw 0;
    max-width: 44.073vw;
  }
}
@media (max-width: 1023px) {
  .ideaArea .ideaBox .Txt {
    max-width: unset;
    padding: 60px 0;
  }
}
.ideaArea .ideaBox .Txt .titleBox {
  padding: 0 0 0 7px;
  margin-bottom: 15px;
}
.ideaArea .ideaBox .Txt .titleBox .top .subtitle::after {
  display: none;
}
.ideaArea .ideaBox .Txt .textEditor {
  width: 100%;
  font-size: 15px;
  letter-spacing: 1.65px;
  line-height: 1.95;
  text-align: center;
  font-weight: 500;
  color: #7f7f7f;
}
@media (max-width: 1350px) {
  .ideaArea .ideaBox .Txt .textEditor {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.ideaArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023px) {
  .ideaArea .decoBox {
    display: none;
  }
}
.ideaArea .decoBox img {
  width: 100%;
}
.ideaArea .decoBox .icon {
  position: absolute;
  width: 110vw;
  top: 14.8%;
  left: -30.6%;
  z-index: 1;
}
@media (max-width: 1600px) {
  .ideaArea .decoBox .icon {
    top: 18.8%;
  }
}
@media (max-width: 1350px) {
  .ideaArea .decoBox .icon {
    top: 19%;
  }
}
@media (max-width: 1023px) {
  .ideaArea .decoBox .icon {
    display: none;
  }
}
.ideaArea .decoBox .icon svg {
  -webkit-transform: rotate(6.5deg);
          transform: rotate(6.5deg);
}
.ideaArea .decoBox .circleBox {
  position: absolute;
  top: 24vw;
  right: 34vw;
  z-index: 2;
  width: 20vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  -webkit-mask: url("../images/circle.png") no-repeat center/cover;
          mask: url("../images/circle.png") no-repeat center/cover;
  background: radial-gradient(circle, #f6ddb6 0%, #f5dcb6 15%, #f4ddb8 30%, #f3debd 45%, #f4e3ca 60%, #f3e9d9 100%);
}
@media (max-width: 1600px) {
  .ideaArea .decoBox .circleBox {
    top: 27vw;
  }
}
@media (max-width: 1350px) {
  .ideaArea .decoBox .circleBox {
    top: 28vw;
  }
}
@media (max-width: 1023px) {
  .ideaArea .decoBox .circleBox {
    width: 30vw;
  }
}
.ideaArea .marqueeTxtBox {
  margin-top: 14px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1350px) {
  .ideaArea .marqueeTxtBox {
    margin: 0;
  }
}
.ideaArea .marqueeTxtBox::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 22px);
  left: 0;
  width: 20%;
  height: 55px;
  background-color: #fff7ef;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1350px) {
  .ideaArea .marqueeTxtBox::before {
    top: calc(50% + 9px);
  }
}
.ideaArea .marqueeTxtBox .marqueeTxtItem {
  color: #fff;
}
.ideaArea .decoCircle {
  position: absolute;
  z-index: 0;
  top: -4%;
  left: -16%;
  -webkit-animation: alternate decoCircle2Ani 10s ease-in-out infinite;
          animation: alternate decoCircle2Ani 10s ease-in-out infinite;
}
.ideaArea:not(.show) .introductBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ideaArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ideaArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ideaArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ideaArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ideaArea:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ideaArea:not(.show) .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.ideaArea:not(.show) .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.ideaArea:not(.show) .textEditor {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ideaArea:not(.show) .picBox .left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.ideaArea:not(.show) .picBox .right {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.ideaArea:not(.show) .picSlickBox {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.ideaArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s linear;
}
.ideaArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.1s linear;
}
.ideaArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.2s linear;
}
.ideaArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s linear;
}
.ideaArea.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.4s linear;
}
.ideaArea.show .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear, -webkit-clip-path 0.5s 0.5s linear;
}
.ideaArea.show .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear, -webkit-clip-path 0.5s 1s linear;
}
.ideaArea.show .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.5s linear;
}
.ideaArea.show .picBox .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s linear;
}
.ideaArea.show .picBox .right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s linear;
}
.ideaArea.show .picSlickBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.6s linear;
}

.directorArea {
  padding: 101px 0 183px;
  background: url(../images/bg4.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .directorArea {
    padding: 101px 0;
  }
}
.directorArea .decoLeftCircle, .directorArea .decoRightCircle {
  position: absolute;
  z-index: 1;
}
.directorArea .decoLeftCircle {
  top: -12%;
  left: -16%;
}
.directorArea .decoRightCircle {
  top: -12%;
  right: -19%;
}
.directorArea .wrap {
  max-width: 1363px;
  position: relative;
  z-index: 2;
}
.directorArea .directorBox .directorList .directorItem .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
.directorArea .directorBox .directorList .directorItem .Img {
  width: 39.3%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .directorArea .directorBox .directorList .directorItem .Img {
    width: 100%;
    margin-top: 40px;
    -ms-flex-order: 2;
        order: 2;
  }
}
.directorArea .directorBox .directorList .directorItem .Txt {
  width: 60.7%;
  padding: 13px 0 0 6.6vw;
}
@media (max-width: 1350px) {
  .directorArea .directorBox .directorList .directorItem .Txt {
    padding: 13px 0 0 50px;
  }
}
@media (max-width: 1023px) {
  .directorArea .directorBox .directorList .directorItem .Txt {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    padding: 0;
  }
}
.directorArea .titleBox {
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 1600px) {
  .directorArea .titleBox {
    margin-bottom: 0;
  }
}
.directorArea .titleBox .top {
  padding: 0 0 0 13px;
}
@media (max-width: 1023px) {
  .directorArea .titleBox .top {
    padding: 0;
  }
}
.directorArea .titleBox .title {
  font-size: 24px;
  padding: 0 0 0 9px;
  letter-spacing: 3.4px;
  max-width: 558px;
}
@media (max-width: 1600px) {
  .directorArea .titleBox .title {
    font-size: 22px;
    letter-spacing: 3.2px;
  }
}
@media (max-width: 1350px) {
  .directorArea .titleBox .title {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media (max-width: 1023px) {
  .directorArea .titleBox .title {
    padding: 0;
  }
}
.directorArea .titleBox .lineStyle .icon {
  width: 137%;
  top: -15%;
  left: -18%;
}
.directorArea .textEditor {
  padding: 40px 9px 0 14px;
  letter-spacing: 1.65px;
  line-height: 1.9;
  color: #7f7f7f;
  font-weight: 500;
}
@media (max-width: 1350px) {
  .directorArea .textEditor {
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 0 9px 0 14px;
  }
}
@media (max-width: 1023px) {
  .directorArea .textEditor {
    padding: 0;
  }
}
.directorArea .textEditor .text {
  margin-bottom: 33px;
}
@media (max-width: 1350px) {
  .directorArea .textEditor .text {
    margin-bottom: 15px;
  }
}
.directorArea .textEditor .text:last-child {
  margin-bottom: 0;
}
.directorArea .name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: center;
      align-items: center;
  margin: 27px 0 0;
}
.directorArea .name::before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #c5c5c5;
  z-index: 1;
  margin: 2px 0 0;
}
.directorArea .name .txt {
  font-size: 16px;
  letter-spacing: 2px;
  min-width: 155px;
  padding: 0 20px;
  max-width: calc(100% - 150px);
}
.directorArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023px) {
  .directorArea .decoBox {
    display: none;
  }
}
.directorArea .decoBox img {
  width: 100%;
}
.directorArea .decoBox .icon {
  position: absolute;
  width: 111vw;
  bottom: -12.1vw;
  left: -14.6%;
  z-index: 1;
}
.directorArea .decoBox .icon svg {
  -webkit-transform: rotate(20.5deg);
          transform: rotate(20.5deg);
}
.directorArea .decoBox .circleBox {
  position: absolute;
  bottom: 5vw;
  right: 45vw;
  z-index: 2;
  width: 20vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .directorArea .decoBox .circleBox {
    display: none;
  }
}
.directorArea .decoBox .circleBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/line_bgi.png") no-repeat center/cover;
  z-index: 1;
}
.directorArea .decoBox .circleBox .circle {
  position: relative;
  z-index: 3;
  width: 20vw;
  aspect-ratio: 1/1;
  -webkit-mask: url("../images/circle.png") no-repeat center/cover;
          mask: url("../images/circle.png") no-repeat center/cover;
  background: radial-gradient(circle, #fecc80 0%, #fecd84 15%, #fed494 30%, #fed9a1 45%, #fedfb0 65%, #fee8c7 85%, #fff7ef 100%, #fff7ef 100%);
}
@media (max-width: 1023px) {
  .directorArea .decoBox .circleBox .circle {
    width: 30vw;
  }
}
.directorArea .decoLeaf {
  position: absolute;
  z-index: 0;
  top: -29%;
  left: -4%;
}
.directorArea:not(.show) .introductBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.directorArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.directorArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.directorArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.directorArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.directorArea:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.directorArea:not(.show) .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.directorArea:not(.show) .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.directorArea:not(.show) .textEditor {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.directorArea:not(.show) .Img {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.directorArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s linear;
}
.directorArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.1s linear;
}
.directorArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.2s linear;
}
.directorArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s linear;
}
.directorArea.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.4s linear;
}
.directorArea.show .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear, -webkit-clip-path 0.5s 0.5s linear;
}
.directorArea.show .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear, -webkit-clip-path 0.5s 1s linear;
}
.directorArea.show .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.5s linear;
}
.directorArea.show .Img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.6s linear;
}

.brandArea {
  position: relative;
  margin: 0;
  background-color: #fff7ef;
}
.brandArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023px) {
  .brandArea .decoBox {
    display: none;
  }
}
.brandArea .decoBox img {
  width: 100%;
}
.brandArea .decoBox .icon {
  position: absolute;
  width: 100vw;
  bottom: 5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-mask: url("../images/line.png") no-repeat center/100%;
          mask: url("../images/line.png") no-repeat center/100%;
}
.brandArea .decoBox .icon .bgc {
  display: block;
  width: 0;
  height: 100%;
  background-color: #f18e2b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.brandArea .decoBox .icon img {
  opacity: 0;
}
.brandArea .decoBox .circleBox {
  position: absolute;
  bottom: 0;
  right: 44vw;
  z-index: 2;
  width: 20vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  -webkit-mask: url("../images/circle.png") no-repeat center/cover;
          mask: url("../images/circle.png") no-repeat center/cover;
  background: radial-gradient(circle, #fecc80 0%, #fecd84 15%, #fed494 30%, #fed9a1 45%, #fedfb0 65%, #fee8c7 85%, #fff7ef 100%);
}
@media (max-width: 1023px) {
  .brandArea .decoBox .circleBox {
    width: 30vw;
  }
}
.brandArea .wrap {
  padding-top: 91px;
  padding-bottom: 229px;
  width: 80%;
  max-width: 1389px;
  background-color: #fff7ef;
  position: relative;
}
@media (max-width: 1600px) {
  .brandArea .wrap {
    width: 78%;
  }
}
@media (max-width: 1350px) {
  .brandArea .wrap {
    width: 72%;
  }
}
@media (max-width: 1180px) {
  .brandArea .wrap {
    width: 77%;
  }
}
@media (max-width: 1023px) {
  .brandArea .wrap {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.brandArea .titleBox {
  margin-bottom: 46px;
  position: relative;
  z-index: 1;
}
.brandArea .titleBox .top {
  -ms-flex-pack: center;
      justify-content: center;
}
.brandArea .titleBox .top .subtitle::after {
  display: none;
}
.brandArea .brandBox {
  margin: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .brandArea .brandBox {
    padding: 0;
  }
}
.brandArea .brandList .slick-list {
  overflow: unset;
}
.brandArea .brandList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .brandArea .brandList .item .imgBox {
    -ms-flex-order: 2;
        order: 2;
  }
  .brandArea .brandList .item .Txt {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media (max-width: 767px) {
  .brandArea .brandList .item {
    display: block;
  }
}
.brandArea .brandList .item .imgBox {
  border-radius: 10px;
  overflow: hidden;
  width: 740px;
  position: relative;
}
@media (max-width: 1600px) {
  .brandArea .brandList .item .imgBox {
    width: 580px;
  }
}
@media (max-width: 1350px) {
  .brandArea .brandList .item .imgBox {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .brandArea .brandList .item .imgBox {
    width: calc(100% - 70px);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .brandArea .brandList .item .imgBox {
    width: calc(100% - 60px);
  }
}
.brandArea .brandList .item .imgBox .imgDecoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px 21px;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .brandArea .brandList .item .imgBox .imgDecoBox {
    opacity: 1;
    padding: 10px;
  }
}
.brandArea .brandList .item .imgBox .imgDecoBox .imgDeco {
  border: 1px solid #9d9d9d;
  height: 100%;
}
.brandArea .brandList .item .imgBox .imgDecoBox .circle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.brandArea .brandList .item .imgBox .imgDecoBox .circle:nth-child(1) {
  top: 26px;
  left: 34px;
}
.brandArea .brandList .item .imgBox .imgDecoBox .circle:nth-child(2) {
  top: 26px;
  right: 30px;
}
.brandArea .brandList .item .imgBox .imgDecoBox .circle:nth-child(3) {
  bottom: 26px;
  left: 34px;
}
.brandArea .brandList .item .imgBox .imgDecoBox .circle:nth-child(4) {
  bottom: 27px;
  right: 30px;
}
.brandArea .brandList .item .imgBox .logoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 350px;
  z-index: 2;
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .brandArea .brandList .item .imgBox .logoBox {
    opacity: 1;
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .brandArea .brandList .item .imgBox:hover .imgDecoBox {
    opacity: 1;
  }
  .brandArea .brandList .item .imgBox:hover .logoBox {
    opacity: 1;
  }
}
.brandArea .brandList .item .Txt {
  width: calc(100% - 740px);
  position: relative;
  padding: 6.35vw 20px 0 0;
}
@media (max-width: 1600px) {
  .brandArea .brandList .item .Txt {
    width: calc(100% - 580px);
  }
}
@media (max-width: 1350px) {
  .brandArea .brandList .item .Txt {
    width: calc(100% - 400px);
    padding: 3vw 20px 0 0;
  }
}
@media (max-width: 1023px) {
  .brandArea .brandList .item .Txt {
    width: 100%;
    padding: 30px 0;
  }
}
.brandArea .brandList .item .number {
  font-size: min(max(13.02vw, 70px), 250px);
  font-weight: 500;
  opacity: 0.5;
  color: #ffe6ce;
  line-height: 1;
  position: absolute;
  top: -17px;
  right: 50px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .brandArea .brandList .item .number {
    top: 0;
  }
}
.brandArea .brandList .item .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.8px;
  position: relative;
  margin: 0 0 10px;
}
@media (max-width: 1600px) {
  .brandArea .brandList .item .title {
    font-size: 22px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 1350px) {
  .brandArea .brandList .item .title {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.brandArea .brandList .item .subtitle {
  font-size: 16px;
  letter-spacing: 0.1px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 39px;
}
@media (max-width: 1600px) {
  .brandArea .brandList .item .subtitle {
    font-size: 15px;
    letter-spacing: 0;
    margin: 0 0 25px;
  }
}
.brandArea .brandList .item .subtitle .txt {
  padding-right: 17px;
  max-width: 75.5%;
}
@media (max-width: 1350px) {
  .brandArea .brandList .item .subtitle .txt {
    max-width: 80%;
  }
}
@media (max-width: 1023px) {
  .brandArea .brandList .item .subtitle .txt {
    width: 100%;
    max-width: unset;
  }
}
.brandArea .brandList .item .subtitle::after {
  content: "";
  display: block;
  width: 24.5%;
  height: 1px;
  background-color: #f18e2b;
  margin-top: 10px;
}
@media (max-width: 1350px) {
  .brandArea .brandList .item .subtitle::after {
    width: 10%;
  }
}
@media (max-width: 1023px) {
  .brandArea .brandList .item .subtitle::after {
    display: none;
  }
}
.brandArea .brandList .item .text {
  font-size: 15px;
  color: #7f7f7f;
  font-weight: 500;
  letter-spacing: 1.7px;
  max-width: 471px;
  line-height: 1.95;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1600px) {
  .brandArea .brandList .item .text {
    -webkit-line-clamp: 7;
  }
}
@media (max-width: 1350px) {
  .brandArea .brandList .item .text {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1023px) {
  .brandArea .brandList .item .text {
    max-width: unset;
    -webkit-line-clamp: 999999;
  }
}
.brandArea .brandList .item .btnBox {
  margin: 28px 0 0 -21px;
}
@media (max-width: 1600px) {
  .brandArea .brandList .item .btnBox {
    margin: 15px 0 0 -21px;
  }
}
.brandArea .brandList .item .btnBox .btn .icon {
  width: 13px;
  height: 25px;
  -webkit-transform: translate(2px, -1px) rotate(-39deg);
          transform: translate(2px, -1px) rotate(-39deg);
}
.brandArea .brandList .item .btnBox .btn .btnText {
  letter-spacing: 1.8px;
  font-weight: 500;
  color: #7f7f7f;
}
@media (min-width: 1024px) {
  .brandArea .brandList .item .btnBox .btn:hover .btnText {
    color: #f18e2b;
  }
}
.brandArea .slickBox {
  position: relative;
  z-index: 1;
}
.brandArea .slickBtnBox {
  position: absolute;
  top: calc(50% - 20px);
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: calc(100% + 190px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.brandArea .slickBtnBox .slickBtn {
  width: 46px;
}
.brandArea .slickBtnBox .slickBtn .icon {
  width: 6px;
  height: 15px;
}
@media (max-width: 1600px) {
  .brandArea .slickBtnBox {
    width: calc(100% + 130px);
  }
}
@media (max-width: 1023px) {
  .brandArea .slickBtnBox {
    width: calc(100% + 30px);
    top: 35vw;
  }
}
@media (max-width: 480px) {
  .brandArea .slickBtnBox {
    top: 30vw;
  }
}
@media (max-width: 767px) {
  .brandArea .slickBtnBox .slickBtn {
    width: 40px;
  }
}
.brandArea .brandPicBox {
  position: absolute;
  width: 100%;
  max-width: 680px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 82px;
  z-index: 0;
  opacity: 0.2;
}
@media (max-width: 1023px) {
  .brandArea .brandPicBox {
    display: none;
  }
}
.brandArea .brandPicBox .brandPicList {
  margin: 0 -12.5vw;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
@media (max-width: 1600px) {
  .brandArea .brandPicBox .brandPicList {
    margin: 0 -10vw;
  }
}
@media (max-width: 1350px) {
  .brandArea .brandPicBox .brandPicList {
    margin: 0 -6.5vw;
  }
}
.brandArea .brandPicBox .brandPicList .slick-list {
  overflow: unset;
}
.brandArea .brandPicBox .brandPicItem {
  padding: 0 12.5vw;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media (max-width: 1600px) {
  .brandArea .brandPicBox .brandPicItem {
    padding: 0 10vw;
  }
}
@media (max-width: 1350px) {
  .brandArea .brandPicBox .brandPicItem {
    padding: 0 6.5vw;
  }
}
.brandArea .brandPicBox .brandPicItem.last {
  -webkit-transform: translate(32px, 39px) scale(1);
          transform: translate(32px, 39px) scale(1);
}
.brandArea .brandPicBox .brandPicItem.next {
  -webkit-transform: translate(41px, 13px) scale(1.06);
          transform: translate(41px, 13px) scale(1.06);
}
.brandArea .brandPicBox .Img {
  border-radius: 10px;
  overflow: hidden;
}
.brandArea:not(.show) .introductBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.brandArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.brandArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.brandArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.brandArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.brandArea:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.brandArea:not(.show) .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.brandArea:not(.show) .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.brandArea:not(.show) .slickBox {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.brandArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s linear;
}
.brandArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.1s linear;
}
.brandArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.2s linear;
}
.brandArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s linear;
}
.brandArea.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.4s linear;
}
.brandArea.show .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear, -webkit-clip-path 0.5s 0.5s linear;
}
.brandArea.show .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear, -webkit-clip-path 0.5s 1s linear;
}
.brandArea.show .slickBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.6s linear;
}