@media screen and (max-width: 480px) {
  .gallery_slider_title {
    margin-bottom: 55px; } }

.gallery_slider_wrapper {
  padding-top: 2.727rem;
  margin-top: -2.727rem;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .gallery_slider_wrapper {
      padding-top: 20px;
      margin-top: -20px; } }
  @media screen and (max-width: 480px) {
    .gallery_slider_wrapper {
      padding-top: 25px;
      margin-top: -25px; } }

.gallery_slider_container {
  width: calc(100% + 58.864rem); }
  @media screen and (max-width: 1024px) {
    .gallery_slider_container {
      width: calc(100% + 530px); } }
  @media screen and (max-width: 480px) {
    .gallery_slider_container {
      width: 100%; } }

.gallery_slider_total {
  position: absolute;
  top: 0;
  right: 12.5rem;
  font-size: 4.545rem;
  font-weight: 450;
  line-height: 0.9;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .gallery_slider_total {
      right: 100px;
      font-size: 41px; } }
  @media screen and (max-width: 480px) {
    .gallery_slider_total {
      right: 20px; } }

.gallery_slide_item {
  position: relative; }
  .gallery_slide_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
    background-size: 4.545rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/assets/img/svg/loup.svg");
    z-index: 4; }
    @media screen and (max-width: 1024px) {
      .gallery_slide_item::before {
        background-size: 50px; } }
  .gallery_slide_item:hover::before {
    opacity: 1;
    visibility: visible; }

.gallery_slide_image {
  position: relative; }
  @media screen and (max-width: 480px) {
    .gallery_slide_image {
      height: 200px; } }

@media screen and (max-width: 480px) {
  .gallery_slide_empty {
    display: none; } }

.slide_card {
  display: block;
  position: relative;
  margin-bottom: 1.136rem;
  overflow: hidden;
  transition: transform 0.4s;
  will-change: transform; }
  @media screen and (max-width: 1024px) {
    .slide_card {
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .slide_card {
      margin-bottom: 10px; } }
  .slide_card:hover {
    transform: translateY(-10px); }
    .slide_card:hover .slide_text {
      transform: translateY(-100%); }

.slide_text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.273rem;
  transition: transform 0.4s;
  overflow: auto; }
  @media screen and (max-width: 1024px) {
    .slide_text {
      padding: 30px; } }
  @media screen and (max-width: 480px) {
    .slide_text {
      display: none;
      padding: 20px; } }

.slide_image {
  display: block;
  width: 100%; }

.steps_slider {
  margin-top: -10px; }
  .steps_slider_container {
    width: calc(100% + 15.227rem);
    padding-top: 10px; }
    @media screen and (max-width: 1024px) {
      .steps_slider_container {
        width: calc(100% + 240px); } }
    @media screen and (max-width: 480px) {
      .steps_slider_container {
        width: calc(100% + 125px); } }
  .steps_slider_wrapper {
    overflow: hidden; }

@media screen and (max-width: 1024px) {
  .steps_slide_wrapper {
    overflow: auto;
    scrollbar-color: #8BC23F #E5E5E5;
    scrollbar-width: thin; }
    .steps_slide_wrapper::-webkit-scrollbar {
      width: 5px; }
    .steps_slide_wrapper::-webkit-scrollbar-track {
      background-color: #E5E5E5; }
    .steps_slide_wrapper::-webkit-scrollbar-thumb {
      background-color: #8BC23F; } }

.steps_slide_item {
  position: relative;
  height: 17.955rem;
  padding: 2.273rem;
  overflow: hidden;
  transition: transform 0.4s;
  will-change: transform; }
  @media screen and (max-width: 1024px) {
    .steps_slide_item {
      padding: 30px;
      height: 320px;
      font-size: 15px;
      will-change: auto; } }
  @media screen and (max-width: 480px) {
    .steps_slide_item {
      padding: 20px;
      height: 290px; } }
  .steps_slide_item:hover {
    transform: translateY(-10px); }
    .steps_slide_item:hover .steps_slide_item_text {
      transform: translateY(-100%); }
      @media screen and (max-width: 1024px) {
        .steps_slide_item:hover .steps_slide_item_text {
          transform: none; } }
  .steps_slide_item_num {
    margin-bottom: auto;
    font-size: 4.545rem;
    font-weight: 450;
    line-height: 0.9; }
    @media screen and (max-width: 1024px) {
      .steps_slide_item_num {
        font-size: 41px;
        margin-bottom: 15px; } }
  .steps_slide_item_text {
    overflow: auto;
    scrollbar-color: #8BC23F #E5E5E5;
    scrollbar-width: thin; }
    .steps_slide_item_text::-webkit-scrollbar {
      width: 5px; }
    .steps_slide_item_text::-webkit-scrollbar-track {
      background-color: #E5E5E5; }
    .steps_slide_item_text::-webkit-scrollbar-thumb {
      background-color: #8BC23F; }
    @media screen and (max-width: 1024px) {
      .steps_slide_item_text {
        position: relative;
        top: auto;
        padding: 0;
        height: auto;
        color: #fff;
        background-color: #8BC23F;
        overflow: visible; } }
    @media screen and (max-width: 480px) {
      .steps_slide_item_text {
        display: block; } }
    @media screen and (max-width: 1024px) {
      .steps_slide_item_text.content li::before {
        background-color: #fff; } }
  .steps_slide_item_title {
    line-height: 1.3; }
    @media screen and (max-width: 1024px) {
      .steps_slide_item_title {
        margin-bottom: 15px; } }

@media screen and (max-width: 1024px) {
  .project_page_banner {
    height: 350px; } }

@media screen and (max-width: 480px) {
  .project_page_banner {
    height: 200px; } }


/*# sourceMappingURL=8c88411c201c3e3fb405.projectInner.css.map*/