.medical_info_board .subHos01-notice {
  background-image: url(/img/medical_info_mobile.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;
  flex-direction: column;
  margin-top: -20px;
}
.medical_info_board #bo_list .info_advan li {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: -1px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.medical_info_board #bo_list .info_advan li:nth-last-child(1) {
  margin-bottom: 0;
}
.medical_info_board #bo_list .info_advan li .left {
  width: 45%;
}
.medical_info_board #bo_list .info_advan li .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.medical_info_board #bo_list .info_advan li .right {
  width: 50%;
  padding: 5px 0;
}
.medical_info_board #bo_list .info_advan li .right h3 {
  font-size: 20px;
  font-weight: 500;
}
.medical_info_board #bo_list .info_advan li .right p {
  margin-top: 5px;
  font-size: 15px;
  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: 60px;
  width: 100%;
  height: 50px;
  background: #02233f;
  color: white;
  border-radius: 20px;
  padding: 0 20px;
  font-size: 18px;
}
.medical_info_board .sch_bar label {
  display: flex;
  align-items: center;
}
.medical_info_board .sch_bar label img {
  width: 25px;
  margin-right: 20px;
}
.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: 15%;
  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: 20px;
  margin-bottom: 20px;
}
.medical_info_board #bo_cate_ul li {
  width: 100%;
}
.medical_info_board #bo_cate_ul li:nth-of-type(1) {
  width: 60%;
}
.medical_info_board #bo_cate_ul li:nth-last-child(1) a {
  border-right: 1px solid #DCDCDC;
}
.medical_info_board #bo_cate_ul li a {
  width: 100%;
  height: 45px;
  border: 1px solid #DCDCDC;
  border-right: none;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  font-weight: 400;
  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: 15px !important;
}

.td_subject {
  text-align: left !important;
  padding-left: 15px !important;
}

.bo_tit {
  text-align: left !important;
}

.th-num {
  width: 45px;
}

.td_num2 {
  width: 45px;
}/*# sourceMappingURL=medical_info.css.map */