/*============================
=            grey            =
============================*/
/*=====  End of grey  ======*/
/*============================
=            blue            =
============================*/
/*=====  End of blue  ======*/
/*=============================
=            green            =
=============================*/
/*=====  End of green  ======*/
.info_modal_open .header, .info_modal_open main {
  filter: blur(4px);
}
.info_modal_open .modal_info_style {
  opacity: 1;
  pointer-events: auto;
}

.modal_info_style {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  padding-left: 350px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: rgba(30, 39, 61, 0.9);
  overflow: auto;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  pointer-events: none;
}
.modal_info_style .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: url("../img/cursor_x.png"), auto;
}
.modal_info_style .wrap {
  margin: auto;
  width: 900px;
  max-width: 85%;
  background: linear-gradient(180deg, #03491a, #033a15);
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
  padding: 85px 6.5% 75px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modal_info_style .title1 {
  font-size: 3rem;
  line-height: 0.9;
  font-weight: 400;
}
.modal_info_style .title2 {
  font-size: 4.125rem;
  line-height: 0.9;
  font-weight: 700;
}
.modal_info_style .desc {
  font-size: 1.1875rem;
  line-height: 1.2em;
  font-weight: 400;
  color: #fff;
  padding-top: 40px;
  font-weight: 300;
}
.modal_info_style .desc a {
  color: #80ba23;
  font-weight: 300;
}
@media screen and (min-width: 1025px) {
  .modal_info_style .desc a:hover {
    color: #80ba23;
  }
}
.modal_info_style .desc p > img {
  margin: 0;
}
.modal_info_style .logo_wrap {
  padding-top: 60px;
}
.modal_info_style .logo_wrap img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .modal_info_style {
    padding-left: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .modal_info_style {
    padding-left: 0px;
  }
  .modal_info_style .title1 {
    font-size: 2.25rem;
  }
  .modal_info_style .title2 {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 767px) {
  .modal_info_style {
    padding: 50px 0;
  }
  .modal_info_style .wrap {
    padding: 30px 25px;
    max-width: calc(100% - 40px);
  }
  .modal_info_style .title1 {
    font-size: 1.625rem;
  }
  .modal_info_style .title2 {
    font-size: 2.25rem;
  }
  .modal_info_style .desc {
    font-size: 0.875rem;
    padding-top: 25px;
  }
  .modal_info_style .logo_wrap {
    padding-top: 15px;
  }
}/*# sourceMappingURL=modal.css.map */