.cont .covering {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 50px;
  backdrop-filter: blur(10px);
}
.cont .cont_bg {
  background: url(../img/department_des_bg.jpg) center top #fff no-repeat;
  background-size: 100%;
  position: relative;
}
.cont .gradient-bg .g3,
.cont .gradient-bg .g5 {
  opacity: 0.4;
}
.cont .gradient-bg .gradients-container {
  opacity: 0.8;
}
.cont .bg {
  position: absolute;
  top: 10px;
  right: 0;
  width: 41%;
  z-index: 5;
}
.cont .page1 {
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
  padding-top: 80px;
}
.cont .page1 .w1440 {
  position: relative;
  z-index: 10;
  overflow: inherit;
}
.cont .page1 .top_contact {
  display: flex;
  justify-content: space-between;
}
.cont .page1 .top_contact li {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 2vw;
  width: 48%;
}
.cont .page1 .top_contact li .ic {
  width: 83px;
  height: 83px;
  position: relative;
  background: #4a2f87;
  border-radius: 100%;
  overflow: hidden;
}
.cont .page1 .top_contact li .ic img {
  width: 48%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont .page1 .top_contact li .txt {
  width: calc(100% - 103px);
}
.cont .page1 .top_contact li .txt p {
  color: #080748;
  display: block;
}
.cont .page2 {
  position: relative;
  z-index: 10;
}
.cont .page2 .w1440 {
  background: linear-gradient(to bottom, #fff 40%, rgba(255, 255, 255, 0) 100%);
  border-radius: 15px;
  overflow: hidden;
  padding: 80px;
}
.cont .page2 .w1440 .piece1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont .page2 .w1440 .piece1 .img {
  width: 48.4%;
}
.cont .page2 .w1440 .piece1 .txt {
  width: 46%;
}
.cont .page2 .w1440 .piece1 .txt p,
.cont .page2 .w1440 .piece1 .txt span {
  display: block;
  color: #080748;
}
.cont .page2 .w1440 .piece1 .txt p {
  font-weight: 600;
}
.cont .page2 .w1440 .piece1 .txt span {
  margin-top: 1.5vw;
}
.cont .page2 .w1440 .piece2 {
  margin-top: 70px;
}
.cont .page2 .w1440 .piece2 .tit {
  font-weight: 600;
  color: #080748;
}
.cont .page2 .w1440 .piece2 .des {
  color: #080a44;
  margin-top: 25px;
}
.cont .page2 .w1440 .piece2 ul {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.cont .page2 .w1440 .piece2 ul li {
  border-radius: 15px;
  overflow: hidden;
}
/* 125% */
@media screen and (max-width: 1366px) {
  .cont .page1 .top_contact li .ic {
    width: 60px;
    height: 60px;
  }
  .cont .page1 .top_contact li .txt {
    width: calc(100% - 83px);
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page2 .w1440 .piece1 {
    flex-wrap: wrap;
  }
  .cont .page2 .w1440 .piece1 .img {
    width: 100%;
  }
  .cont .page2 .w1440 .piece1 .txt {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cont .cont_bg {
    background-size: 200%;
  }
  .cont .page1 .top_contact {
    flex-wrap: wrap;
  }
  .cont .page1 .top_contact li {
    width: 100%;
  }
  .cont .page1 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .cont .page1 .top_contact li {
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .cont .page1 .top_contact li .ic {
    width: 40px;
    height: 40px;
  }
  .cont .page1 .top_contact li .txt {
    width: calc(100% - 53px);
  }
  .cont .page2 .w1440 {
    padding: 20px;
  }
  .cont .page2 .w1440 .piece2 {
    margin-top: 30px;
  }
  .cont .page2 .w1440 .piece2 .des {
    margin-top: 10px;
  }
  .cont .page2 .w1440 .piece2 ul {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .cont .page2 .w1440 .piece2 ul li {
    border-radius: 10px;
  }
}
/*# sourceMappingURL=./department_des.css.map */