@charset "utf-8";

/* .title의 배경은 달라질수도있어서 html,css에 따라 다르게 ! */
.title {
    background: url(../../img/bgImg1.png) 0 0/100% no-repeat;
    background-size: cover;
}



@media all and (max-width:1023px) {

    .diagramImg {
        padding: 10px !important;
    }

}


















