#sec_01 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_01 swiper-container {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

#sec_01 swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.title {
  font-family: "SHS_B";
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

#sec_02 {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

#sec_02 .wrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:  0 auto;
  cursor: pointer;
}

#sec_02 .wrap img {
  width: auto;
  height: auto;
}

#sec_02 .wrap img.first {
  margin-right: 30px;
}

#sec_02 .wrap .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_02 .wrap .inner:first-of-type {
  margin-bottom: 30px;
}

#sec_02 .wrap img.second {
  margin-right: 30px;
}

#sec_02 .wrap img.fourth {
  margin-right: 30px;
}

#sec_03 {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

#sec_03 swiper-container {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

#sec_03 swiper-container img {
  width: 100%;
  height: auto;
  display: block;
}

#sec_04 {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

#sec_04 .wrap {
  width: 100%;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

#sec_04 .wrap .item {
  position: relative;
  scale: 0.9;
  transition: all 0.3s;
}

#sec_04 .wrap .item .white {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: all 0.3s;
}

#sec_04 .wrap .item.slick-center {
  scale: 1;
}

#sec_04 .wrap .item.slick-center .white {
  opacity: 0;
}

#sec_04 .wrap .item img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  #sec_02 .wrap {
    max-width: 95%;
  }

  #sec_02 .wrap img.first {
    width: 309px;
  }

  #sec_02 .wrap img.second {
    width: 177px;
  }

  #sec_02 .wrap img.third {
    width: 368px;
  }

  #sec_02 .wrap img.fourth {
    width: 331px;
  }

  #sec_02 .wrap img.fifth {
    width: 215px;
  }
}

@media (max-width: 900px) {
  #sec_02 .wrap img.first {
    width: 240px;
  }

  #sec_02 .wrap img.second {
    width: 138px;
  }

  #sec_02 .wrap img.third {
    width: 286px;
  }

  #sec_02 .wrap img.fourth {
    width: 258px;
  }

  #sec_02 .wrap img.fifth {
    width: 167px;
  }
}

@media (max-width: 700px) {
  #sec_02 .wrap img.third {
    display: none;
  }

  #sec_02 .wrap img.fourth {
    display: none;
  }

  #sec_02 .wrap img.first {
    width: 270px;
    margin-right: 20px;
  }

  #sec_02 .wrap .inner:first-of-type {
    margin-bottom: 20px;
  }

  #sec_02 .wrap img.second,
  #sec_02 .wrap img.fifth {
    width: 171px;
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  #sec_02 .wrap img.first {
    width: 236px;
  }

  #sec_02 .wrap img.second,
  #sec_02 .wrap img.fifth {
    width: 149px;
  }

  #sec_03 {
    padding: 25px 0;
  }

  #sec_04 {
    padding: 25px 0;
  }
}

@media (max-width: 400px) {
  #sec_02 .wrap img.first {
    width: 169px;
    margin-right: 10px;
  }

  #sec_02 .wrap .inner:first-of-type {
    margin-bottom: 10px;
  }

  #sec_02 .wrap img.second,
  #sec_02 .wrap img.fifth {
    width: 106px;
  }
}