@charset "UTF-8";

.facility .subVisulal {
  background: url('/lib/img/facility/facility_bg.jpg') 50% 50% /cover no-repeat;
}

.intro .para_cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



@media screen and (max-width: 1023px) {

  .intro .para_cont {
    flex-direction: column;
  }

  .paragraph {
    padding-bottom: 150px;
  }

}