.section .wrap {
    width: 1440px;
    margin: 0 auto;
}

.section .wrap .title {
    text-align: center;
    position: relative;
}

.section .wrap .title h5 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.section .wrap .title p {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    position: relative;
    z-index: 3;
}

.section .wrap .title .title_logo {
    width: 400px;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
}

.sec1 {
    padding: 90px 0 122px;
}

.sec1 .wrap .content {
    margin: 120px 0 0;
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .content .item {
    width: 320px;
}

.sec1 .wrap .content .item .icon {
    width: 100px;
    height: 100px;
    background: #1C69D4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}

.sec1 .wrap .content .item .icon img {
    max-width: 54%;
    max-height: 54%;
    transition: 1s;
}

.sec1 .wrap .content .item p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    text-align: center;
}

.sec1 .wrap .content .item:hover .icon img {
    transform: rotateY(360deg);
}

.sec2 {
    background: #FAFAFA;
    padding: 76px 0 130px;
}

.sec2 .wrap {
    width: 1484px;
}

.sec2 .wrap .title {
    margin-bottom: 78px;
}

.sec2 .wrap .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec2 .wrap .content .item {
    width: 450px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 38px 45px 40px;
    margin: 0 22px 40px;
    transition: 0.6s;
}

.sec2 .wrap .content .item .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: 0.6s;
}

.sec2 .wrap .content .item .icon img {
    object-fit: contain;
}

.sec2 .wrap .content .item p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    text-align: center;
    transition: 0.6s;
}

.sec2 .wrap .content .item:hover {
    background: #1C69D4;
}

.sec2 .wrap .content .item:hover .icon {
    filter: invert(1);
}

.sec2 .wrap .content .item:hover p {
    color: #FFFFFF;
}

.sec3 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .img {
    width: 100%;
}

.sec3 .img img {
    display: block;
    width: 100%;
}

.sec3 .text {
    width: 654px;
    position: absolute;
    text-align: center;
}

.sec3 .text h5 {
    font-family: 'Poppins b';
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.sec3 .text p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}

.sec4 {
    padding: 80px 0 0;
}

.sec4 .wrap .title {
    margin-bottom: 95px;
}

.sec4 .wrap .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec4 .wrap .content .item {
    width: 661px;
    border-bottom: 1px solid #DBDFE1;
    padding: 28px 0 31px;
}

.sec4 .wrap .content .item h5 {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    line-height: 30px;
    margin-bottom: 10px;
}

.sec4 .wrap .content .item p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 26px;
}

.sec4 .wrap .content .item:nth-child(1), .sec4 .wrap .content .item:nth-child(2) {
    border-top: 1px solid #DBDFE1;
}

.sec4 .wrap .page {
    margin: 57px 0 0;
}

.common_bottom {
    padding: 76px 0 60px;
}

/*# sourceMappingURL=service.css.map */
@media screen and (max-width: 1919px) {
  .section .wrap{
    width: 75vw;
  }
  .section .wrap .title h5{
    font-size: 1.5625vw;
  }
  .section .wrap .title p{
    font-size: 1.0416666667vw;
  }
  .section .wrap .title .title_logo{
    width: 20.8333333333vw;
    top: 1.7708333333vw;
  }
  .sec1{
    padding: 4.6875vw 0px 6.3541666667vw;
  }
  .sec1 .wrap .content{
    margin: 6.25vw 0px 0px;
  }
  .sec1 .wrap .content .item{
    width: 16.6666666667vw;
  }
  .sec1 .wrap .content .item .icon{
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    margin: 0px auto 2.0833333333vw;
  }
  .sec1 .wrap .content .item p{
    font-size: 0.8333333333vw;
  }
  .sec2{
    padding: 3.9583333333vw 0px 6.7708333333vw;
  }
  .sec2 .wrap{
    width: 77.2916666667vw;
  }
  .sec2 .wrap .title{
    margin-bottom: 4.0625vw;
  }
  .sec2 .wrap .content .item{
    width: 23.4375vw;
    border-radius: 0.5208333333vw;
    padding: 1.9791666667vw 2.34375vw 2.0833333333vw;
    margin: 0px 1.1458333333vw 2.0833333333vw;
  }
  .sec2 .wrap .content .item .icon{
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    margin: 0px auto 0.9375vw;
  }
  .sec2 .wrap .content .item p{
    font-size: 0.8333333333vw;
  }
  .sec3 .text{
    width: 34.0625vw;
  }
  .sec3 .text h5{
    font-size: 1.5625vw;
    margin-bottom: 0.9895833333vw;
  }
  .sec3 .text p{
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
  }
  .sec4{
    padding: 4.1666666667vw 0px 0px;
  }
  .sec4 .wrap .title{
    margin-bottom: 4.9479166667vw;
  }
  .sec4 .wrap .content .item{
    width: 34.4270833333vw;
    padding: 1.4583333333vw 0px 1.6145833333vw;
  }
  .sec4 .wrap .content .item h5{
    font-size: 1.25vw;
    line-height: 1.5625vw;
    margin-bottom: 0.5208333333vw;
  }
  .sec4 .wrap .content .item p{
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
  }
  .sec4 .wrap .page{
    margin: 2.96875vw 0px 0px;
  }
  .common_bottom{
    padding: 3.9583333333vw 0px 3.125vw;
  }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title h5 {
        font-size: 24px;
    }
    .section .wrap .title p {
        font-size: 15px;
        line-height: 1;
    }
    .section .wrap .title .title_logo {
        width: 250px;
        bottom: -3px;
        top: unset;
    }
    .sec1 .wrap .content {
        margin: 40px 0 0;
        flex-wrap: wrap;
    }
    .sec1 .wrap .content .item {
        width: 100%;
    }
    .sec1 .wrap .content .item .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
    }
    .sec1 .wrap .content .item p {
        font-size: 15px;
    }
    .sec1 .wrap .content .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .wrap .title {
        margin-bottom: 40px;
    }
    .sec2 .wrap .content .item {
        width: 100%;
        margin: 0 0 30px;
        padding: 40px 20px;
    }
    .sec2 .wrap .content .item .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
    }
    .sec2 .wrap .content .item p {
        font-size: 15px;
        line-height: 1.8;
    }
    .sec3 .text {
        width: 90%;
        position: relative;
        margin: 0 auto;
    }
    .sec3 {
        padding: 50px 0;
    }
    .sec3 .img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
    .sec3 .img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sec3 .text h5 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sec3 .text p {
        font-size: 15px;
        line-height: 1.8;
    }
    .sec4 {
        padding: 60px 0 10px;
    }
    .sec4 .wrap .title {
        margin-bottom: 30px;
    }
    .sec4 .wrap .content {
        flex-wrap: wrap;
    }
    .sec4 .wrap .content .item {
        width: 100%;
        padding: 20px 0;
    }
    .sec4 .wrap .content .item h5 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .sec4 .wrap .content .item p {
        font-size: 15px;
        line-height: 1.6;
    }
    .common_bottom {
        padding: 40px 0;
    }
    .sec4 .wrap .content .item:nth-child(2) {
        border-top: unset;
    }
}
