.section .wrap {
  width: 1200px;
  margin: 0 auto;
}
.section .sec_top {
  padding: 155px 0 98px;
  position: relative;
}
.section .sec_top .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .sec_top .wrap .l {
  width: 1000px;
}
.section .sec_top .wrap .l .title {
  color: #121B4A;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  /* 112.5% */
  margin-bottom: 35px;
}
.section .sec_top .wrap .l .l_p {
  display: flex;
  gap: 49px;
}
.section .sec_top .wrap .l .l_p p {
  color: rgba(18, 27, 74, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
.section .sec_top .wrap .back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  gap: 4px;
  height: 40px;
  background: #0F56EF;
}
.section .sec_top .wrap .back img {
  display: block;
  width: 13px;
}
.section .sec_top .wrap .back p {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}
.section .content {
  padding: 50px 0 80px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  border-bottom: 1px solid #E6E6E6;
}
.section .sec_bottom {
  padding: 17px 0 81px;
}
.section .sec_bottom a {
  display: block;
  width: fit-content;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  transition: 0.6s;
}
.section .sec_bottom a:hover {
  color: #0C3388;
}
.section .sec_bottom a:nth-child(1) {
  margin-bottom: 17px;
}
@media screen and (max-width: 1919px) {
.section .wrap{
width: 62.5vw;
}
.section .sec_top{
padding: 8.0729166667vw 0px 5.1041666667vw;
}
.section .sec_top .wrap .l{
width: 52.0833333333vw;
}
.section .sec_top .wrap .l .title{
font-size: 1.6666666667vw;
 line-height: 1.875vw;
 margin-bottom: 1.8229166667vw;
}
.section .sec_top .wrap .l .l_p{
gap: 2.5520833333vw;
}
.section .sec_top .wrap .l .l_p p{
font-size: 0.8333333333vw;
 line-height: 1.875vw;
}
.section .sec_top .wrap .back{
padding: 0px 0.9375vw;
 gap: 0.2083333333vw;
 height: 2.0833333333vw;
}
.section .sec_top .wrap .back img{
width: 0.6770833333vw;
}
.section .sec_top .wrap .back p{
font-size: 0.625vw;
}
.section .content{
padding: 2.6041666667vw 0px 4.1666666667vw;
 font-size: 0.8333333333vw;
}
.section .sec_bottom{
padding: 0.8854166667vw 0px 4.21875vw;
}
.section .sec_bottom a{
font-size: 0.8333333333vw;
 line-height: 1.6666666667vw;
}
.section .sec_bottom a:nth-child(1){
margin-bottom: 0.8854166667vw;
}
}
@media screen and (max-width: 1024px) {
  .section .sec_top{
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .section  .wrap{
    width: 90vw;
  }
  .section .sec_top .wrap{
    align-items: start;
    flex-direction: column-reverse;
  }
  .section .sec_top .wrap .back{
    padding: 0 20px;
    gap: 10px;
    height: 36px;
  }
  .section .sec_top .wrap .back img{
    width: 16px;
  }
  .section .sec_top .wrap .back p{
    font-size: 14px;
  }
  .section .sec_top .wrap .l{
    margin-top: 20px;
    width: 100%;
  }
  .section .sec_top .wrap .l .title{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .section .sec_top .wrap .l .l_p p{
    font-size: 12px;
    line-height: 1;
  }
  .section .sec_top .wrap .l .l_p{
    gap: 50px;
  }
  .section .content{
    padding: 50px 0 30px;
    font-size: 14px;
  }
  .section .sec_bottom{
    padding: 30px 0 50px;
  }
  .section .sec_bottom a{
    font-size: 14px;
    line-height: 2;
  }
  .section .sec_bottom a:nth-child(1){
    margin-bottom: 10px;
  }
}