.guide-top-bg {
    background: linear-gradient(45deg, #1953DE, #1976de, #A4EDFF);
}

.guide-contents {
    max-width: 800px;
}

.service-flow .img-area{
    text-align: right;
}
.service-flow img{
    max-width: 320px;
}

.only-mobile-visible {
    display: none;
}

/* ------------------------------- */


/* 모바일 기기에서 */
@media (max-width:768px){

   .service-flow .col-lg-6, .guide-title{
       text-align: center;
   }

   .only-desktop-visible {
    display: none;
}
.only-mobile-visible {
    display: block;
}

}

/* ------------------------------- */
