.srvdt_box {display: flex; flex-wrap: wrap;align-items: center;margin-bottom: 85px;}
.srvdt_left {width: 678px;position: sticky; top: 100px}
.srvdt_right { width: calc(100% - 678px);}
.srvdt_img{border-radius: 10px}
.srvdt_box .title{text-align: left}

.srvdt_box:nth-child(even){flex-direction: row-reverse}
.srvdt_box:last-of-type{margin-bottom: 0}
.srvdt_contain{max-width: 598px;margin-left: 97px;}

.srvdt_box:nth-child(even) .srvdt_contain{margin-left: 0}
.implantsrv .srvdt_box:last-of-type{align-items: flex-start}
.srv_detailpg { border-bottom: 1px solid #e8ece4; padding-bottom: 85px;}
/*.align-items-flex-start {align-items: flex-start;}*/


@media(max-width:1550px) {
    .srvdt_box {margin-bottom: 60px;}
    .srvdt_left {width: 50%;}
    .srvdt_right {width: 50%;}
    .srvdt_contain {margin-left: 60px;}
    .srv_detailpg {padding-bottom: 60px;}
}
@media(max-width:1440px) {
    .srvdt_box {margin-bottom: 50px;}
    .srvdt_contain {margin-left: 50px;}
    .srvdt_box:nth-child(even) .srvdt_contain { margin-right: 50px;}
    .srv_detailpg {padding-bottom: 50px;}
}
@media(max-width:1199px) {
    .srvdt_box {margin-bottom: 50px;}
    .srvdt_contain {margin-left: 40px;}
    .srvdt_box:nth-child(even) .srvdt_contain { margin-right: 40px;}
    .hm-insta {border-top: 0px solid #E8ECE4;}
    .bkbox_rgt {padding-top: 0px;    padding-bottom: 0px;}
    .srv_detailpg {padding-bottom: 40px;}
    .srvdt_box{align-items: flex-start;}
}

@media(max-width:991px) {
    .srvdt_box:nth-child(even) .srvdt_contain { margin-right: 0px;}
    .srvdt_left {width: 100%;    position: inherit; top: inherit;}
    .srvdt_right {width: 100%;}
    .srvdt_contain {margin-left: 0px;    max-width: 100%;  padding-top: 30px;}
}

@media(max-width:767px) {
}
@media(max-width:575px) {
}
