.medical_info_board .subService05 {
  background: url(/img/medical_info_board.png);
}
.medical_info_board #subcont {
  background: none;
}
.medical_info_board #bo_list > h4 {
  text-align: center;
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 600;
}
.medical_info_board #bo_list .info_advan {
  display: flex;
  justify-content: space-between;
}
.medical_info_board #bo_list .info_advan li {
  width: 360px;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: -1px;
  text-align: center;
}
.medical_info_board #bo_list .info_advan li img {
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.medical_info_board #bo_list .info_advan li h3 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 15px;
}
.medical_info_board #bo_list .info_advan li p {
  margin-top: 15px;
  font-size: 22px;
  color: #575757;
  line-height: 1.5;
}
.medical_info_board #bo_list figure {
  position: relative;
  margin-top: 120px;
}
.medical_info_board #bo_list figure .doctors {
  width: 90%;
  display: block;
  margin: 0 auto;
  transform: translateY(3px);
}
.medical_info_board #bo_list figure .absolute {
  position: absolute;
  margin-top: -50px;
  z-index: -1;
  width: 92%;
  left: 50%;
  transform: translateX(-50%);
}
.medical_info_board .sch_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
  width: 100%;
  height: 70px;
  background: #02233f;
  color: white;
  border-radius: 30px;
  padding: 0 50px;
  font-size: 24px;
}
.medical_info_board .sch_bar label img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 30px;
}
.medical_info_board .sch_bar input {
  width: 80%;
  background: none;
  border: none;
  color: white;
}
.medical_info_board .sch_bar input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.722);
}
.medical_info_board .sch_bar input::placeholder {
  color: rgba(255, 255, 255, 0.722);
}
.medical_info_board .sch_bar input:focus {
  box-shadow: none !important;
  border: none !important;
}
.medical_info_board .sch_bar button {
  width: 10%;
  background: none;
  border: none;
  color: white;
  font-weight: 600;
}
.medical_info_board .sch_bar button:hover {
  color: #EDC14B;
  transition: 0.3s;
}
.medical_info_board #bo_cate_ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
}
.medical_info_board #bo_cate_ul li {
  width: 100%;
}
.medical_info_board #bo_cate_ul li a {
  width: 100%;
  height: 50px;
  border: 1px solid #DCDCDC;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #454545;
}
.medical_info_board #bo_cate_ul li a#bo_cate_on {
  background: #DCDCDC;
}

.bo_sch {
  display: block;
}

.th-tlt {
  text-align: left !important;
  padding-left: 30px !important;
}

.td_subject {
  text-align: left !important;
  padding-left: 30px !important;
}/*# sourceMappingURL=medical_info.css.map */