@charset "utf-8";

#uv1_service {
    width: 100%;
    margin: auto;
}
.naireh1 {
    font-size: 3.6rem;
}


.naireh3 {
    font-size: 2.7rem;
}

.bg_service {
    background-color: #015f92;
    color: #fff;
    font-weight: bold;
}
.absolute {
    position: absolute;
    font-size: 0;
    display: flex;
    width: 100%;
}
.topimg {
    position: relative;
    top: -60px;
    right: -50px; 
}
/*background-image: url(image/service_image.png);
    background-repeat: no-repeat;
    background-position: right top;*/

.service_subtitle {
    font-size: 3rem;
    font-weight: 500;
}
.text15rem {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 30%;
}

footer {
    background-color: #015f92;
}
.sumplearea {
    max-width: 1200px;
}

@media screen and (max-width: 1000px) {
    .service_subtitle {
        font-weight: bold;
        font-size: 2rem;
        text-align: left;
    }
    .text15rem {
        font-size: 1.3rem;
        text-align: left;
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .naireh1 {
        font-size: 2rem;
    }
    .naireh3 {
        font-size: 1.2rem;
    }
    .service_subtitle {

        font-size: 1.8rem;
    }
    .text15rem {
        font-size: 1rem;
        text-align: left;
        padding-left: 10px;
    }
    .topimg {
        position: static;
        top: -3px;
    }
}