.ctn-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.ctn-alert .center {
  display: flex;
  width: 50%;
  min-width: 720px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ctn-alert .center .left {
  width: 50%;
}
.ctn-alert .center .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn-alert .center .right {
  width: 50%;
  padding: 4vw 3vw;
  background: url(../img/about/m2.jpg) no-repeat;
  background-size: cover;
}
.ctn-alert .center .right h2 {
  text-align: center;
  font-weight: bold;
  color: #231815;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 4px;
  white-space: nowrap;
}
.ctn-alert .center .right .box {
  margin-top: 2vw;
}
.ctn-alert .center .right .box .inp {
  margin-top: 1vw;
  position: relative;
}
.ctn-alert .center .right .box .inp img {
  position: absolute;
  left: 24px;
  top: 49%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn-alert .center .right .box .inp input {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-left: 56px;
}
.ctn-alert .center .right .box .inp:nth-child(2) img {
  left: 26px;
}
.ctn-alert .center .right .btn {
  margin-top: 2.5vw;
}
.ctn-alert .center .right .btn button {
  width: 100%;
  height: 56px;
  font-weight: bold;
  color: #332a24;
  background: url(../img/about/btn12.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  letter-spacing: 2px;
}
.ctn-alert .center .right .btn p {
  color: #332a24;
  opacity: 0.5;
  text-align: center;
  margin-top: 10px;
}
.ctn-alert .center .close {
  width: 30px;
  height: 30px;
  border: 2px solid #f9d155;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-alert .center .close span {
  color: #f9d155;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-alert .center .close:hover {
  background: #f9d155;
}
.ctn-alert .center .close:hover span {
  color: #332a24;
}
@media screen and (max-width: 1440px) {
  .ctn-alert .center .right .box .inp img {
    left: 18px;
  }
  .ctn-alert .center .right .box .inp input {
    height: 54px;
    padding-left: 46px;
  }
  .ctn-alert .center .right .box .inp:nth-child(2) img {
    left: 20px;
  }
  .ctn-alert .center .right .btn button {
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .ctn-alert .center {
    min-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .ctn-alert .center .left {
    display: none;
  }
  .ctn-alert .center .right {
    width: 100%;
    padding: 30px 20px;
  }
  .ctn-alert .center .right .box {
    margin-top: 20px;
  }
  .ctn-alert .center .right .box .inp {
    margin-top: 14px;
  }
  .ctn-alert .center .right .box .inp input {
    height: 44px;
  }
  .ctn-alert .center .right .btn {
    margin-top: 30px;
  }
  .ctn-alert .center .right .btn button {
    height: 44px;
  }
}
/*# sourceMappingURL=form_alert.css.map */