@charset "utf-8";

.content_information{width:1268px; margin:64px auto 0px;}
.content_information > img{width:100%;}

.sound_only{
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

.category.medical_category{
  border-radius: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
.category.medical_category>li{
  width: 100%;
  padding: 0px;
  display: flex;
  float: none;
  text-align: center;
}
.category.medical_category>li>a{
  width: 100%;
  border: 1px solid #DCDCDC;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height:24px;
  font-weight: 500;
  color: #454545;
  height: auto;
  border-radius: 0px;
  padding:6px 4px;
}
.category.medical_category>li>#bo_cate_on{
  background: #DCDCDC;
  color: #000;
}
.search.medical_search{
  display: block;
  float: none;
  height: auto;
  font-family: 'Pretendard';
  font-size: 1em;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
  margin-top:0px;
}
.medical_search .sch_bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  background: #00155E;
  color: white;
  border-radius: 30px;
  padding: 0 50px;
  font-size: 24px;
}
.medical_search .sch_bar input{
  width: 80%;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
}
.medical_search .sch_bar button{
  width: 10%;
  background: none;
  border: none;
  color: white;
  font-weight: 600;
}
