.home .wrapper .inner {
  margin: 0 auto;
}
.home .top-section {
  padding-top: 115px;
  margin-top: -115px;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
.home #sns {
  margin-bottom: 0;
}
.home .mv__area {
  padding: 170px 0 40px;
}
.home .mv__area .slide-items {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 100px;
}
.home .mv__area .slide-items .slick-slide {
  height: 600px !important;
}
.home .mv__area .slick-dotted.slick-slider {
  max-width: 600px;
}
.home .mv__area .autoplay-buttons[data-play=play]:before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../image/contents/slider_start.svg");
}
.home .mv__area .autoplay-buttons[data-play=stop]:before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../image/contents/slider_stop.svg");
}
.home .mv__area .slick-initialized .slick-slide {
  justify-content: center;
  align-items: center;
}
.home .mv__area .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -100px;
}
.home .mv__area .slick-dots li button {
  display: block;
  width: 25px;
  height: 25px;
}
.home .mv__area .slick-dots li {
  margin: 0px 2px;
  padding: 0;
  line-height: 28px;
  width: 25px;
  height: 25px;
}
.home .mv__area .slick-dots li button:before {
  font-size: 8px;
  color: #112341;
  top: 3px;
}
.home .mv__area .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
  color: #112341;
}
.home .work {
  background-color: var(--light-blue);
}
.home .work .work__list .work__item {
  display: block;
  background-color: #fff;
}
.home .work .work__list .work__item a {
  text-decoration: none;
}
.home .about__area {
  margin: 0 auto;
}
.home .about__area .grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  align-items: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.home .about__area h3 {
  margin-bottom: 55px;
}
.home .about__area p {
  font-size: 18px;
}
.home .about__area .about__txt-box {
  margin-top: 30px;
  margin-bottom: 85px;
}
.home .about__img img {
  width: 100%;
}
.home .sns {
  background-color: var(--light-blue);
}
.home .sns__area .sb_instagram_header {
  display: none;
}
.home .sns__area #sb_instagram #sbi_load {
  display: none;
}
.home .sns__area .btn {
  margin-top: 45px;
}
.home .sns__area #sb_instagram #sbi_images .sbi_item {
  transition: 0.5s;
  box-shadow: 0px 1px 10px 0px rgba(17, 35, 65, 0.2196078431), inset 0px -3px 6px -2px rgba(17, 35, 65, 0.2196078431);
}
.home .sns__area #sb_instagram #sbi_images .sbi_item:hover {
  transition: 1s;
  opacity: 0.7;
}

@media screen and (max-width: 1500px) {
  .home .about__area h3 {
    margin-bottom: 35px;
    font-size: 1.4rem;
  }
  .home .about__area p {
    font-size: 16px;
  }
  .home .about__area .grid {
    -moz-column-gap: 40px;
         column-gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 959px) {
  .home .about__area .about__txt-box {
    margin-bottom: 35px;
  }
  .home .about__area .btn {
    margin: auto;
  }
  .home .top-section {
    padding-top: 55px;
    margin-top: -55px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .home .mv__area {
    padding: 100px 0 40px;
  }
}
@media screen and (max-width: 559px) {
  .home .btn {
    max-width: 100%;
  }
  .home .mv__area .slide-items {
    margin-bottom: 80px;
  }
  .home .mv__area .slide-items .slick-slide {
    height: 400px !important;
  }
  .home .mv__area .slide-items .slick-dots {
    bottom: -80px;
  }
  .home .about__area h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    padding-left: 0;
  }
  .home .about__area p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #sb_instagram.sbi_mob_col_2 #sbi_images {
    gap: 10px !important;
  }
}/*# sourceMappingURL=top.css.map */