.head-page .service_item >a::after{
    transform: scaleX(1);
    opacity: 1;
}
.head-page .service_item >a span{
    color: #dac399;
}
.service_pg01 .lists{
    background: #f8f8f8;
}
.service_pg01 .img{
    width: 55%;
}
.service_pg01 .texts {
    width: 45%;
    padding: 0 15px 0 30px;
    box-sizing: border-box;
}
.service_pg01 .texts .texts_scoll{
    max-height: 352px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.service_pg02{
    background: url(../img/service_bg01.jpg) no-repeat center/cover;
}
.service_pg02 .advice{
    max-width: 42%;
}
.service_pg02 .con {
    margin: 34px 0 50px;
}
.watch_more{
    width: 180px;
    height: 55px;
    color: #808080;
    border: 1px solid #808080;
    font-family: textfont;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.watch_more::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0%;
    height: 100%;
    background: #dac399;
    z-index: -1;
    transition: all 0.5s;
}
.watch_more:hover{
    color: #fff;
}
.watch_more:hover::after{
   width: 100%;
   left: 0;
}
.step_item::after{
    content: "";
    display: block;
    margin: 0 45px;
    width: 35px;
    height: 35px;
    background: url(../img/step_item.svg) no-repeat center/cover;
}
.step_item:last-child:after{
    display: none;
}
.step_item .box{
    width: 225px;
    height: 225px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,#fcfcfc,#eee);
    flex-direction: column;
}
.step_item .icon{
    width: 72px;
    margin-bottom: 15px;
}
.step_item .icon img{
    transition: all .4s;
}

.upkeep .contact_form .item{
    width: 31%;
    margin-right: 3.5%;
}
.upkeep .contact_form .item:nth-child(2n){
    margin-right: 3.5%;
}
.upkeep .contact_form .item:nth-child(3n){
    margin-right: 0;
}
.upkeep .contact_form .item:last-child{
    width: 100%;
}
.step_item .box:hover img{
    transform: rotateY(180deg);
}

@media(max-width:1385px) {
    .step_item .box {
        width: 210px;
        height: 210px;
    }
}
@media(max-width:1322px) {
    .step_item .box {
        width: 198px;
        height: 198px;
    }
    .step_item .icon {
        width: 60px;
    }
}
@media(max-width:1270px) {
    .step_item .box {
        width: 180px;
        height: 180px;
    }
    .step_item .icon {
        width: 54px;
    }
}
@media(max-width:1200px) {
    .service_pg01 .texts .texts_scoll {
        max-height: 286px;
    }
    .watch_more {
        width: 154px;
        height: 48px;
    }
    .service_pg02 .advice {
        max-width: 44%;
    }
    .step_item .box {
        width: 165px;
        height: 165px;
    }
    .step_item .icon {
        width: 48px;
    }
    .step_item::after{
        margin: 0 38px;
    }
}
@media(max-width:1043px) {
    .service_pg01 .texts .texts_scoll {
        max-height: 268px;
    }
    .service_pg02 .advice {
        max-width: 46%;
    }
    .watch_more {
        width: 145px;
        height: 48px;
    }

    .step_item .box {
        width: 160px;
        height: 160px;
    }
    .step_item::after {
        margin: 0 25px;
    }
}
@media(max-width:960px) {
    .step_item .box {
        width: 150px;
        height: 150px;
    }
    .step_item::after {
        margin: 0 20px;
    }
    .step_item .icon {
        width: 40px;
    }
}
@media(max-width:768px) {
    .service_pg01 .img {
        width: 100%;
    }
    .service_pg01 .texts {
        width: 100%;
        padding: 20px 15px 20px 20px;
    }
    .service_pg01 .texts .texts_scoll {
        max-height: 252px;
    }
    .service_pg02 .advice {
        max-width: 100%;
    }
    .course-title{
        align-items: center!important;
    }
    .service_pg02 .con {
        margin: 25px 0 30px;
    }
    .watch_more {
        width: 128px;
        height: 42px;
        margin: 0 auto;
    }
    .service_pg02 {
        background: rgba(0,0,0,1);
    }
    .upkeep .contact_form .item {
        width: 100%;
        margin-right: 0;
    }


    .step_item::after{
        display: none;
    }
    
    .step_items .step_item {
        width: 20%;
        margin-top: 25px;
    }
    .step_item .box {
        width: 100%;
        height: auto;
        background: transparent;
    }
    .step_items{
        margin-top: 0;
        justify-content: space-between;
    }
}