.medical_info_board .sub_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.medical_info_board .sub_title .left {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.medical_info_board .sub_title .left h2 {
  font-size: 60px;
  font-weight: 800;
  color: #111;
  letter-spacing: -1.5px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.medical_info_board .sub_title .left p {
  font-size: 20px;
  color: #888;
  font-weight: 500;
  text-align: center;
}
.medical_info_board .sub_title .right {
  width: 47%;
  display: flex;
  justify-content: flex-end;
}
.medical_info_board .sub_title .right img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.08));
}
.medical_info_board .search_box {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.medical_info_board .search_box .sch_bar {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #00155E;
  border-radius: 50px;
  height: 74px;
  padding: 0 10px 0 30px;
  box-shadow: 0 6px 22px rgba(0, 21, 94, 0.1);
  transition: all 0.3s ease;
}
.medical_info_board .search_box .sch_bar:hover, .medical_info_board .search_box .sch_bar:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 21, 94, 0.15);
}
.medical_info_board .search_box .sch_bar label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 15px;
}
.medical_info_board .search_box .sch_bar label img {
  width: 24px;
  height: 24px;
  opacity: 0.6;
}
.medical_info_board .search_box .sch_bar input {
  flex: 1;
  border: 0;
  font-size: 18px;
  color: #111;
  font-weight: 500;
  height: 100%;
}
.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 {
  background: #00155E;
  color: #fff;
  border: 0;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
  flex-shrink: 0;
}
.medical_info_board .search_box .sch_bar button:hover {
  background: #112e96;
}
.medical_info_board .info_notice {
  display: flex;
  overflow: hidden;
  margin: 40px 0 80px 0;
  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: 2.5rem;
}
.medical_info_board .info_notice h3 {
  display: flex;
  align-items: center;
  color: #333;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.medical_info_board .info_notice h3 .icon {
  margin-right: 8px;
  font-size: 1.4rem;
}
.medical_info_board .info_notice .left {
  flex: 1;
  background: #fcfcfc;
  border-right: 1px solid #eee;
}
.medical_info_board .info_notice .left p {
  line-height: 1.7;
  font-size: 1.1rem;
  color: #555;
}
.medical_info_board .info_notice .left p strong {
  color: #0056b3;
  font-weight: 600;
}
.medical_info_board .info_notice .right {
  flex: 1.3;
  background: #fff;
}
.medical_info_board .info_notice .right ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
  line-height: 1.6;
  font-size: 1.1rem;
  color: #555;
}
.medical_info_board .info_notice .right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #aaa;
  border-radius: 50%;
}
.medical_info_board .info_notice .right ul li strong {
  color: #d9534f;
  font-weight: 600;
}
.medical_info_board .info_notice .right ul 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: 12px;
  padding: 0 20px;
  margin: 0 0 30px;
}
.medical_info_board #bo_cate #bo_cate_ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.medical_info_board #bo_cate #bo_cate_ul li a:hover {
  border-color: #00155E;
  color: #00155E;
  background: rgba(0, 21, 94, 0.05);
}
.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.2);
}

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