@charset "utf-8";
/* CSS Document */

.bg01 {
    background: url(img/ems_main.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.bg02 {
    background: url(img/ems_footer.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.border-eee {
  border-color: #eee !important;
}

