/* CSS Document */
.header-img {
  background: url(../../img/header-2.jpg) no-repeat center/cover;
}

#intro {
  background: #e5f6fd;
  padding: 5rem 0;
  text-align: center;
}
#intro h2 {
  color: #00aae7;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
#intro p {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #intro p {
    text-align: justify;
  }
}
#intro p span {
  text-decoration: underline;
}
#intro .link-box a {
  box-shadow: 0 0 10px #ddd;
}
#intro .link-box i {
  color: #00aae7;
  margin-right: 1rem;
}
#intro .link-box:hover i {
  color: #fff;
}

#plan .plan-container {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #plan .plan-container {
    flex-direction: column;
  }
}
#plan .plan-container .plan-text {
  flex: 1;
}
#plan .plan-container .plan-text h3 {
  color: #00aae7;
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
#plan .plan-container .plan-img {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

#beginner p,
#closed p,
#equipment p {
  text-align: center;
}

@media screen and (max-width: 575px) {
  #beginner p,
  #closed p {
    text-align: justify;
  }
}

#subject ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #subject ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  #subject ul {
    gap: 0.5rem;
  }
}
#subject ul li {
  background: #e5f6fd;
  text-align: center;
  color: #00aae7;
  padding: 1rem;
  border-radius: 999px;
}

#hours {
  background: #e5f6fd;
  padding: 5rem 0;
}
#hours .bg-white {
  background: #fff;
  border-radius: 10px;
  padding: 3rem;
}
#hours .bg-white .time-table {
  text-align: center;
  line-height: 1.25em;
  width: 70%;
  margin: 0 auto;
}
#hours .bg-white .time-table th,
#hours .bg-white .time-table td {
  padding: 1.5rem;
  border-bottom: 1px solid #ccc;
}
#hours .bg-white .time-table th {
  font-weight: 500;
  white-space: nowrap;
}
#hours .bg-white .time-table .mark-blue {
  color: #00aae7;
}
#hours .bg-white .time-table .time-note {
  padding-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.5em;
}

#schedule .link-box {
  margin-bottom: 3rem;
}
#schedule .link-box i {
  margin-right: 1rem;
}
#schedule .time,
#schedule .attention {
  padding: 1rem 0;
}
#schedule .table-wrap {
  overflow-x: auto;
}
#schedule .table-wrap .schedule {
  border-collapse: collapse;
}
#schedule .table-wrap .schedule thead {
  background: #e5f6fd;
}
#schedule .table-wrap .schedule th {
  font-weight: 500;
}
#schedule .table-wrap .schedule th .text-red {
  color: #ec534d;
}
#schedule .table-wrap .schedule th,
#schedule .table-wrap .schedule td {
  white-space: nowrap;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 1.5em;
  padding: 1rem;
}
#schedule .table-wrap .schedule th span,
#schedule .table-wrap .schedule td span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3em;
} /*# sourceMappingURL=medical.css.map */
