.recruit {
  padding: 109px 0 120px;
}
.recruit .wrap {
  width: 81.25vw;
  margin: auto;
}
.recruit .wrap .title {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 80px;
}
.recruit .wrap .content {
  display: flex;
  justify-content: space-between;
}
.recruit .wrap .content .item {
  width: 19.58333333vw;
  height: 15.36458333vw;
  min-height: 240px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.recruit .wrap .content .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.7s;
  border: 1px solid #EFEFEF;
  z-index: -1;
}
.recruit .wrap .content .item > div {
  width: 100%;
}
.recruit .wrap .content .item > div .icon {
  width: 40px;
  height: 40px;
  margin: 0 0 30px;
}
.recruit .wrap .content .item > div .icon .iconfont {
  font-size: 40px;
  color: #0A0A0A;
  transition: 0.6s;
}
.recruit .wrap .content .item > div span {
  font-size: 24px;
  font-weight: bold;
  color: #1A1A1A;
  display: block;
  margin: 0 0 1.19791667vw;
  transition: 0.7s;
}
.recruit .wrap .content .item > div p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.recruit .wrap .content .item > div a {
  margin: 1.66666667vw 0 0 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
  transition: 0.7s;
}
.recruit .wrap .content .item:hover:after {
  box-shadow: 0px 15px 40px 10px rgba(7, 10, 21, 0.05);
  border: 1px solid transparent;
}
.recruit .wrap .content .item:hover .icon .iconfont {
  color: #E72410;
}
.recruit .wrap .content .item:hover span {
  color: #E72410;
}
.recruit .wrap .content .item:hover a {
  color: #E72410;
}
.recruit .wrap .content .item:nth-child(3) .icon .iconfont {
  transform: scale(1.1);
}
.alert_content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.alert_content.on {
  pointer-events: auto;
}
.alert_content .matter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
.alert_content .matter .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.alert_content .matter .content {
  width: 50vw;
  padding: 4.11458333vw 4.47916667vw 2.70833333vw 4.58333333vw;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s;
  min-width: 1000px;
}
.alert_content .matter .content .red {
  display: flex;
  margin: 0 0 47px;
}
.alert_content .matter .content .red p {
  font-size: 24px;
  font-weight: bold;
  color: #E72410;
}
.alert_content .matter .content .red p:not(:last-child) {
  margin: 0 74px 0 0;
}
.alert_content .matter .content .text span {
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
  display: block;
  margin: 0 0 23px;
}
.alert_content .matter .content .text p {
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 30px;
}
.alert_content .matter .content .text .end {
  display: flex;
  justify-content: flex-end;
  margin: 34px 0 0 0;
}
.alert_content .matter .content .text .end a {
  width: 140px;
  height: 48px;
  background: #E72410;
  box-shadow: 1px 1px 1px 0px rgba(55, 5, 0, 0.3);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.alert_content .matter .content .clone {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  transition: 0.6s;
  cursor: pointer;
}
.alert_content .matter .content .clone:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #E72410;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.alert_content .matter .content .clone:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #E72410;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.alert_content .matter .content .clone:hover {
  transform: rotate(-135deg);
}
.alert_content .matter.on {
  opacity: 1;
  pointer-events: auto;
}
.alert_content .matter.on .content {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1230px) {
  .recruit .wrap .content .item {
    padding: 0 2%;
  }
  .recruit .wrap .content .item > div span{
    font-size: 20px;
  }
  .recruit .wrap .content .item > div p{
    font-size: 13px;
  }
}
@media screen and (max-width: 1164px) {
  .alert_content .matter .content {
    min-width: 937px;
  }
}

@media screen and (max-width: 1023px) {
  .recruit .wrap .title{
    font-size: 24px;
    margin: 0 0 35px;
  }
  .recruit .wrap{
    width: 90%;
  }
  .recruit {
    padding: 49px 0 8px;
  }
  .recruit .wrap .content{
    flex-direction: column;
  }
  .recruit .wrap .content .item{
    width: 100%;
    height: auto;
    margin: 0 0 5%;
    padding: 0 5%;
  }
  .recruit .wrap .content .item > div span {
    margin: 0 0 15px;
  }
  .alert_content .matter .content {
    min-width: 90%;
    padding: 5%;
    max-height: 75vh;
    overflow: hidden;
    overflow-y: scroll;
  }
  .alert_content .matter .content .red p:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .alert_content .matter .content .red p{
    font-size: 16px;
  }
  .alert_content .matter .content .red {
    margin: 0 0 19px;
  }
  .alert_content .matter .content .text p{
    font-size: 13px;
  }
  .alert_content .matter .content .clone {
    right: 5%;
    top: 14px;
    width: 24px;
    height: 24px;
  }
  .alert_content .matter .content .text .end{
    justify-content: unset;
  }
  .alert_content .matter .content .text .end a {
    width: 115px;
    height: 40px;
    font-size: 13px;
  }
}
/*# sourceMappingURL=recruit.css.map */