.medical_info_board .sub_title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}
.medical_info_board .sub_title .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.medical_info_board .sub_title .left h2 {
  text-align: center;
  width: 100%;
}
.medical_info_board .sub_title .right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.medical_info_board .sub_title .right img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.08));
}
.medical_info_board .search_box {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0;
}
.medical_info_board .search_box .sch_bar {
  display: flex;
  align-items: center;
  height: 56px;
  background: #fff;
  border: 2px solid #00155E;
  border-radius: 999px;
  padding: 0 8px 0 18px;
  box-shadow: 0 4px 16px rgba(0, 21, 94, 0.1);
}
.medical_info_board .search_box .sch_bar label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
.medical_info_board .search_box .sch_bar label img {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}
.medical_info_board .search_box .sch_bar input {
  flex: 1;
  height: 100%;
  border: 0;
  font-size: 3.5vw;
  font-weight: 500;
  color: #111;
}
.medical_info_board .search_box .sch_bar input::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
.medical_info_board .search_box .sch_bar input::placeholder {
  color: #bbb;
  font-weight: 400;
}
.medical_info_board .search_box .sch_bar input:focus {
  outline: 0;
}
.medical_info_board .search_box .sch_bar button {
  flex-shrink: 0;
  background: #00155E;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.medical_info_board .info_notice {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 24px 0 50px;
  background: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.medical_info_board .info_notice .content-box {
  padding: 18px;
}
.medical_info_board .info_notice h3 {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
}
.medical_info_board .info_notice h3 .icon {
  margin-right: 6px;
  font-size: 1.15rem;
}
.medical_info_board .info_notice .left {
  background: #fcfcfc;
  border-bottom: 1px solid #eee;
}
.medical_info_board .info_notice .left p {
  margin: 0;
  line-height: 1.65;
  font-size: 0.9rem;
  color: #555;
  word-break: keep-all;
}
.medical_info_board .info_notice .left p strong {
  color: #0056b3;
  font-weight: 600;
}
.medical_info_board .info_notice .right {
  background: #fff;
}
.medical_info_board .info_notice .right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.medical_info_board .info_notice .right li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
  line-height: 1.65;
  font-size: 0.9rem;
  color: #555;
  word-break: keep-all;
}
.medical_info_board .info_notice .right li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #aaa;
  border-radius: 50%;
}
.medical_info_board .info_notice .right li strong {
  color: #d9534f;
  font-weight: 600;
}
.medical_info_board .info_notice .right li:last-child {
  margin-bottom: 0;
}
.medical_info_board #bo_cate h2 {
  display: none;
}
.medical_info_board #bo_cate #bo_cate_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 18px;
}
.medical_info_board #bo_cate #bo_cate_ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}
.medical_info_board #bo_cate #bo_cate_ul li a[id=bo_cate_on] {
  background: #00155E;
  border-color: #00155E;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 21, 94, 0.18);
}

.bo_sch {
  display: block;
}/*# sourceMappingURL=medical_info.css.map */