.service_box {
    width: 100%;
    padding-top: calc(12px + 3rem);
    padding-bottom: calc(42px + 5rem);
}

.service {
    max-width: 1490px;
    width: 85%;
    margin: auto;
}

.service_title {
    font-family: Source_Han_Bold;
    font-weight: 700;
    font-size: calc(10px + 1rem);
    color: #222222;
    line-height: calc(20px + 2rem);
    letter-spacing: 1px;
    text-align: center;
    margin-top: calc(1px + 0.25rem);
}

.service_1_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(15px + 3rem);
    margin-top: calc(18px + 2rem);
}

.service_1_item {
    width: 45.6705%;
    display: flex;
    justify-content: flex-start;
    gap: calc(7px + 1.5rem)
}

.service_1_item img {
    width: calc(10px + 2rem);
    height: calc(10px + 2rem);
}

.service_1_item_text .p1 {
    font-family: Source_Han_Bold;
    font-weight: 700;
    font-size: calc(10px + 0.5rem);
    color: #222222;
    line-height: calc(10px + 1.5rem);

}

.service_1_item_text .p2 {
    font-family: Source_Han_Light;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #222222;
    line-height: calc(10px + 1.5rem);
    margin-top: 1px;
}

.service_2_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(29px + 5rem);
    margin-top: calc(10px + 3rem);
}

.service_2_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_2_item .service_2_item_pic {
    width: 37.8523%;
    height: calc(80px + 20rem);
}

.service_2_item .service_2_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_2_item_text {
    width: 56.0047%;
}

.service_2_item_text .p1 {
    font-family: Source_Han_Bold;
    font-weight: 700;
    font-size: calc(10px + 1rem);
    color: #054191;
    line-height: calc(10px + 1.5rem);

}

.service_2_item_text .p2 {
    font-family: Source_Han_Light;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #222222;
    line-height: calc(10px + 1rem);
    margin-top: calc(8px + 1rem);
}

.service_2_item_text .p2 p {
    font-family: Source_Han_Light;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #222222;
    line-height: calc(10px + 1rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(10px + 1rem);
}

.service_2_item_text .p2 p strong {
    color: #000000;
}

.service_2_item_more {
    width: calc(80px + 5rem);
    height: calc(14px + 2rem);
    background: #00398C;
    border-radius: calc(29px + 5rem);
    margin-top: calc(15px + 3rem);
}

.service_2_item_more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(3px + 0.5rem);
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #FFFFFF;
    transition: .5s;

}

.service_2_item_more a:hover {
    gap: calc(5px + 1rem);
}

.service_2_item_more a img {
    width: max-content;
}

.service_2_item:nth-child(even) {
    flex-flow: row-reverse;
}

@media (max-width: 1100px) {
    .service_title {
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }

    .service_1_item {
        width: 100%;
    }

    .service_1_item_text .p1 {
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }

    .service_1_item_text .p2 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .service_2_item {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .service_2_item:nth-child(even) {
        flex-flow: inherit;
    }

    .service_2_item .service_2_item_pic {
        width: 100%;
        height: calc(130px + 20rem);
    }

    .service_2_item_text {
        width: 100%;
    }

    .service_2_item_text .p1 {
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }

    .service_2_item_text .p2 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .service_2_item_more {
        width: calc(125px + 5rem);
        height: calc(24px + 2rem);

    }

    .service_2_item_more a {
        font-size: calc(10px + 1rem);
    }

    .service_2_item_text .p2 p strong {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .service_2_item_text .p2 p {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}