.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15%;
  color: #fff;
}
.inner-banner .text h3 {
  /*font-family: FWC26-NormalThin;*/
  color: #fff;
}
.inner-banner .text h1 {
  width: 80%;
  /*font-family: FWC26-UltraCondensedBlack;*/
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
}
.ctn1 {
  padding-bottom: 300px;
  overflow: hidden;
}
.ctn1 .con {
  display: flex;
  justify-content: space-between;
}
.ctn1 .con .left {
  width: 62.5%;
}
.ctn1 .con .left.all{
    width: 100%;
}
.ctn1 .con .left img{
    max-width: 100%;
}
.ctn1 .con .right {
  width: 31.25%;
  border-radius: 15px;
  background: #f7f7f7;
  padding: 50px;
  height: 100%;
}
.ctn1 .con .right h3 {
  /*font-family: FWC26-CondensedMedium;*/
  font-weight: 700;
}
.ctn1 .con .right ul li a {
  display: block;
  padding: 14px 0;
  color: #333;
  line-height: 1.5;
}
.ctn1 .con .right ul li:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.ctn1 .con .right ul li:hover a {
  text-decoration: underline;
}
@media screen and (max-width: 1700px) {
  .inner-banner .text h1 {
    font-size: 4.2vw;
    letter-spacing: 0;
  }
  .ctn1 {
    padding-bottom: 15vw;
  }
  .ctn1 .con .right {
    padding: 2.5vw;
  }
  .ctn1 .con .right ul li a {
    padding: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    margin-top: 76px;
  }
}
@media screen and (max-width: 1024px) {
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner {
    padding: 12vw 0 8vw;
  }
  .inner-banner img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
  }
  .inner-banner .text {
    position: relative;
    bottom: 0;
  }
  .inner-banner .text h1 {
    width: 100%;
    font-size: 30px;
    line-height: 1.3;
  }
  .ctn1 {
    padding-bottom: 30vw;
  }
  .ctn1 .con {
    display: block;
  }
  .ctn1 .con .left {
    width: 100%;
  }
  .ctn1 .con .right {
    width: 100%;
    margin-top: 10vw;
    padding: 20px;
  }
  .ctn1 .con .right ul li a {
    padding: 14px 0;
  }
}

