/*GNB*/
#mw5.wrapper #gnbNavbar {
  display: none;
}

.total_search_wrap main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.total_search_wrap main .section > ul {
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f5f8;
}

/*광고*/
.total_search_wrap main .ad {
  margin: 20px 0;
}

.total_search_wrap main .ad img {
  width: 100%;
  border-radius: 6px;
}

/* 공통 */
.star_icon_div .star_score_span {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  background-image: url(/new/img/renew/star5_on.png);
  background-size: 70px;
}

.star_icon_div {
  position: relative;
  display: table-cell;
  margin: 0;
  width: 70px;
  height: 14px;
  background-image: url(/new/img/renew/star5_off.png);
  background-size: 70px;
}
.total_search_wrap main .btn_more {
  display: flex;
  justify-content: flex-end;
}
.total_search_wrap main .btn_more a {
  font-size: 16px;
  color: #9394a4;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.total_search_wrap main .btn_more a:hover .i_next_gray_16 {
  animation: anymore 0.5s infinite;
}

/*페이징*/
.total_search_wrap main .pg_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.total_search_wrap main .pg_wrap .pg_next {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}

.total_search_wrap main .pg_wrap .pg_prev {
  background: url(/new/img/renew/icon/i_prev_black_24.svg) no-repeat;
}

.total_search_wrap main .pg_wrap .pg_prev,
.total_search_wrap main .pg_wrap .pg_next {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}

.total_search_wrap main .pg_wrap a:hover {
  color: #ff6600;
  text-decoration: underline;
}

.total_search_wrap main .pg_wrap strong {
  background-color: #4c00ee;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  padding: 0;
  margin: 0;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}

.total_search_wrap main .pg_wrap strong,
.total_search_wrap main .pg_wrap a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #181c34;
  text-align: center;
}

/* header */
.total_search_wrap header {
  position: fixed;
  width: 100%;
  top: 81px;
  left: 0;
  height: 60px;
  background: #fff;
  z-index: 500;
  border-bottom: 1px solid #d1d1d4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.total_search_wrap header .search_gnb {
  height: 100%;
}

.total_search_wrap header .search_gnb a {
  color: #181c34;
  font-size: 16px;
  font-weight: 400;
}

.total_search_wrap header .search_gnb a.selected {
  font-weight: 700;
  color: #4c00ee;
}

.total_search_wrap header .search_gnb .gnb-container .gnb-list .gnb-list-item.selected {
  font-weight: 700;
  color: #4c00ee;
}

.total_search_wrap header .search_gnb .gnb-container .gnb-list {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  color: #181c34;
  font-size: 16px;
  font-weight: 400;
}

.total_search_wrap header .search_gnb .gnb-container {
  height: 100%;
}

/* main */
.total_search_wrap main {
  background: #fff;
}

.total_search_wrap main .result_title {
  color: #9394a4;
  width: 100%;
  border-bottom: 1px solid #dcdfe6;
  font-size: 24px;
  padding: 20px 0;
  font-weight: 400;
  margin-bottom: 20px;
}

.total_search_wrap main .result_title .cate {
  font-size: 28px;
  color: #181c34;
  font-weight: 700;
}

.total_search_wrap main .result_title .cnt {
  font-size: 20px;
  color: #606266;
  font-weight: 400;
}

.total_search_wrap main .result_title .word {
  font-size: 28px;
  color: #4c00ee;
  font-weight: 700;
}

/* 병원페이지 */
.section_hospital ul li .info-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  margin: 10px 0 0;
  font-size: 12px;
}

.section_hospital ul li .info-list li:not(:last-child) {
  margin-right: 10px;
}

.section_hospital ul li .info-list li span {
  margin-left: 2px;
  font-weight: 700;
  color: #000;
}

.total_search_wrap main .section > ul > li a .date span {
  margin-right: 10px;
}

.total_search_wrap main .section > ul > li a .date {
  color: #9394a4;
  font-size: 14px;
  margin-bottom: 20px;
}

.total_search_wrap main .section > ul > li a .score .score_cnt {
  font-size: 14px;
  color: #4c00ee;
  font-weight: 400;
  margin-left: 3px;
}

.total_search_wrap main .section > ul > li a .score .score_num {
  padding-left: 5px;
  color: #4c00ee;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.total_search_wrap main .section > ul > li a .score {
  display: flex;
  align-items: center;
}

.total_search_wrap main .section > ul > li a .thumb {
  margin: 10px 20px 10px 0;

  width: 120px;
  min-width: 120px;
  max-width: 120px;

  height: 80px;
  min-height: 80px;
  max-height: 80px;

  border-radius: 4px;
  border: 1px solid #eee;
  background: url("") no-repeat 50% 50%;
  background-size: cover;
}

.total_search_wrap main .section > ul > li a h4 {
  font-weight: 700;
  font-size: 16px;
  color: #181c34;
  margin: 12px 0;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.total_search_wrap main .section > ul > li a p {
  font-size: 14px;
  color: #181c34;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.total_search_wrap main .section > ul > li a {
  display: flex;
  align-items: center;
  height: 100%;
}

.total_search_wrap main .section > ul > li a:hover h4 {
  color: #ff6600;
}

.total_search_wrap main .section > ul > li {
  border-bottom: 1px solid #f3f5f8;
}
.total_search_wrap main .section > ul > li:last-child {
  border: none;
}

.total_search_wrap main .section ul li .cont_info .price {
  color: #181c34;
  font-weight: 700;
}

.total_search_wrap main .section ul li .cont_info > div {
  margin-right: 10px;
}

/* 제품정보 */
.total_search_wrap main .section ul li .cont_info {
  display: flex;
  align-items: center;
  margin-bottom: 2px;

  color: #9394a4;
  font-size: 14px;
  flex-wrap: wrap;
  line-height: 1.5;
}

.total_search_wrap main .section_brand ul li a .basic {
  color: #9394a4;
  background: #dcdfe6;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}

.total_search_wrap main .section_brand ul li a .brand {
  color: #fff;
  background: #4c00ee;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}

.total_search_wrap main .section_brand ul li a .score > div {
  margin-right: 10px;
}

.total_search_wrap main .section_brand ul li a .score {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.total_search_wrap main .section_brand ul li a .subject {
  font-size: 20px;
  margin-right: 10px;
}

.total_search_wrap main .section_brand ul li a .thumb {
  margin-right: 2px;
}

.total_search_wrap main .section_brand ul li a > div {
  display: flex;
  align-items: center;
}

.total_search_wrap main .section_brand ul li a h4 {
  display: flex;
  align-items: center;
  margin: 0;
}

.total_search_wrap main .section_brand ul li a {
  display: flex;
  align-items: center;
}

/*광고병원*/
.total_search_wrap main .section_brand ul li {
  padding: 10px;
}

.total_search_wrap main .section_brand_list a img {
  width: 100%;
  height: 100%;
}

.total_search_wrap main .section_brand_list a {
  width: 150px;
  height: 60px;
  border: 1px solid #e6e8ec;
  margin: 10px 6px;
}

/*입점병원 리스트*/
.total_search_wrap main .section_brand_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

/*탈모의사*/
.total_search_wrap main .section_doctor ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f3f5f8;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.total_search_wrap main .section_doctor ul li {
  width: 180px;
  margin: 30px 13px 0;
}
.total_search_wrap main .section_doctor ul li a .info .hos img {
  width: 20px;
  margin-right: 3px;
  border-radius: 50%;
  border: 1px solid #eee;
}

.total_search_wrap main .section_doctor ul li a .info .hos {
  text-align: center;
}

.total_search_wrap main .section_doctor ul li a .info h4 span {
  font-size: 14px;
  color: #9394a4;
  margin-right: 5px;
  font-weight: 400;
}

.total_search_wrap main .section_doctor ul li a .info h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 24px;
  text-align: center;
}

.total_search_wrap main .section_doctor ul li a .thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  border: 1px solid #eee;
  margin: 0 auto;
  display: block;
}

.total_search_wrap main .section_haircare ul li a {
  padding: 15px 0;
}

/*최근평판*/
.total_search_wrap main .section_hos_review ul li {
  padding: 10px 0;
}
.total_search_wrap main .section_hos_review ul li a h4 {
  font-size: 18px;
}

.total_search_wrap main .section_hospital ul li a .address {
  margin-top: 5px;
  font-size: 14px;
}

.total_search_wrap main .section_hospital ul li a .brand {
  color: #7abfff;
  background: rgba(122, 191, 255, 0.16);
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 700;
}

.total_search_wrap main .section_hospital ul li a .score > div span {
  font-weight: 700;
}

.total_search_wrap main .section_hospital ul li a .score > div {
  font-size: 16px;
  margin-right: 10px;
}

.total_search_wrap main .section_hospital ul li a .score {
  display: flex;
  align-items: center;
}

.total_search_wrap main .section_hospital ul li a > img {
  width: 120px;
  margin-right: 20px;
  border-radius: 4px;
}

.total_search_wrap main .section_hospital ul li a h4 .thumb {
  border-radius: 50%;
  border: 1px solid #eee;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin: 0;
  margin-right: 3px;
}

.total_search_wrap main .section_hospital ul li a h4 {
  font-size: 18px;
  margin-top: 0;
}

/*탈모병원*/
.total_search_wrap main .section_hospital ul li a {
  padding: 20px 0;
}

.total_search_wrap main .section_medicine ul li a .thumb,
.total_search_wrap main .section_healthfood ul li a .thumb {
  width: 100px;
  border-radius: 4px;
  margin: 20px 0;
}

/*먹는탈모*/
.total_search_wrap main .section_medicine ul li a h4,
.total_search_wrap main .section_healthfood ul li a h4 {
  font-size: 18px;
}

.total_search_wrap main .section_photoreview .gallery-ui-list > li .img-wrap a {
  display: block;
  height: 100%;
}
.total_search_wrap main .section_photoreview .gallery-ui-list > li .img-wrap a img {
  height: 100%;
}

.total_search_wrap main .section_photoreview .gallery-ui-list > li .info .title .sub {
  height: unset;
  white-space: normal;
  word-break: break-all;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.total_search_wrap main .section_photoreview .gallery-ui-list > li {
  border: none;
}

/*게시글-포토타입*/
.total_search_wrap main .section_photoreview .gallery-ui-list {
  margin-top: 20px;
}
.total_search_wrap main .section_photoreview .gallery-ui-list li .info .category li a {
  height: auto;
}

/*탈모포토후기*/
.total_search_wrap main .section_title {
  border-bottom: 1px solid #f3f5f8;
  padding: 0 0 20px 0;
  margin-top: 70px;
  display: flex;
  align-items: center;
}

.total_search_wrap main .section_title h2 span {
  color: #606266;
  font-size: 20px;
  font-weight: 400;
  margin-left: 5px;
}

.total_search_wrap main .section_title h2 {
  font-size: 24px;
  color: #181c34;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.total_search_wrap main .section_title h3 {
  color: #9394a4;
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #f3f5f8;
}

/*게시글-대다모tv*/
.total_search_wrap main .section_video ul {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;

  border-bottom: 1px solid #f3f5f8;
}
.total_search_wrap main .section_video ul li {
  width: calc((100% - 2% * 2) / 3);
  background: #fff;
  margin-bottom: 40px;
  margin-right: 2%;
}
.total_search_wrap main .section_video ul li:nth-child(3n) {
  margin-right: 0;
}

.total_search_wrap main .section_video ul li .nick img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
  background: #000;
  display: block;
  margin-right: 3px;
}

.total_search_wrap main .section_video ul li .nick span {
  flex: 1;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.total_search_wrap main .section_video ul li .nick {
  color: #989898;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.total_search_wrap main .section_video ul li .thumb .cnt .hot {
  background: #ff0000;
  font-weight: 700;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  border-radius: 16px;
  margin-right: 5px;
  display: block;
}

.total_search_wrap main .section_video ul li .thumb .cnt .i_view_white {
  width: 18px;
  height: 16px;
  margin-left: 3px;
}

.total_search_wrap main .section_video ul li .thumb .cnt span {
  font-weight: 700;
}

.total_search_wrap main .section_video ul li .thumb .cnt {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  overflow: hidden;
  padding-right: 8px;
  height: 22px;
  display: flex;
  align-items: center;
}

.total_search_wrap main .section_video ul li .thumb {
  /* width: 260px; */
  height: 145px;
  border-radius: 8px;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
}

.total_search_wrap main .section_video ul li h4 {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  min-height: 38px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}

.total_search_wrap main .section_video ul li:last-child {
  margin-right: 0;
}

/*게시글*/
.total_search_wrap main section {
  margin-bottom: 30px;
}
.total_search_wrap main section:first-of-type .section_title {
  margin-top: 40px;
}

@keyframes anymore {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*최근평판*/
.total_search_wrap main .section_hos_review ul li a h4 {
  font-size: 20px;
}

/* -----------------------------------------------------------
  ------ mobile ------
--------------------------------------------------------------  */
/*게시글 제목*/
.mobile .total_search_wrap main {
  background: #f8f8f8;
  color: #181c34;
  padding-bottom: 40px;
  margin: 0 auto;
  margin-top: 20px;
}

.mobile .total_search_wrap main .result_title {
  padding: 20px 5% 0;
  margin-bottom: 20px;
  color: #181c34;
  font-size: 16px;
  font-weight: 400;
  border: none;
}

.mobile .total_search_wrap main .result_title .cate {
  font-size: 18px;
  font-weight: 700;
}

.mobile .total_search_wrap main .result_title .word {
  font-size: 18px;
  color: #4c00ee;
  font-weight: 700;
}

.mobile .total_search_wrap main .result_title .cnt {
  font-size: 14px;
  font-weight: 400;
}
.mobile .total_search_wrap section:first-of-type .section_title {
  padding-top: 20px;
  margin-top: 0;
}
.mobile .total_search_wrap .section_title {
  display: flex;
  align-items: center;
  padding: 0 5% 15px 5%;
  margin-top: 40px;
}

/* 병원 */
.mobile .total_search_wrap main .section_hospital ul li a {
  padding: 10px 0;
}
.mobile .total_search_wrap main .section_hospital ul li a h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}

.mobile .total_search_wrap main .section_hospital ul li a > img {
  width: 100px;
}

.mobile .total_search_wrap main .section_hospital .phone {
  font-size: 12px;
  margin-top: 2px;
}

.mobile .total_search_wrap main .section_brand .score {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.mobile #mw_mobile_tail .sns_link_wrap {
  margin: 0 5%;
  padding-bottom: 24px;
}

.mobile #mw_mobile_tail .mw_mobile_tail_middle {
  margin: 0 5%;
}

.mobile .total_search_wrap main .section > ul > li a .score,
.mobile .total_search_wrap main .section > ul > li a .score {
  display: flex;
  align-items: center;
}

/*검색창*/
.mobile .total_search_wrap header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9940;
}

.mobile .total_search_wrap main .section_brand .score > div {
  margin-right: 5px;
}

.mobile .total_search_wrap .search_gnb .swiper-slide,
.mobile .total_search_wrap .search_gnb .swiper-slide a {
  width: auto;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  line-height: 40px;
  text-decoration: none;
  outline: none;
}

.mobile .total_search_wrap main .section_doctor ul li a {
  text-align: center;
}

.mobile .total_search_wrap main .section_brand {
  padding-top: 10px;
}

.mobile .total_search_wrap main .section_brand .brand {
  color: #7abfff;
  background: rgba(122, 191, 255, 0.16);
  border-radius: 4px;
  padding: 2px 3px;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
}

.mobile #mw_mobile_tail .mw_mobile_tail_bottom {
  font-size: 11px;
  margin: 20px 5% 12px 5%;
}

.mobile #mw_mobile_tail .sns_link_wrap a {
  display: block;
  margin-right: 3%;
  width: 40px;
  height: 40px;
  background-size: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-position: center;
}

/*게시글-포토타입*/
.mobile .total_search_wrap main .section_photoreview ul li a img {
  width: 100px;
  border-radius: 4px;
}

.mobile #mw_mobile_tail .mw_mobile_tail_middle .ranky {
  font-size: 12px;
  font-weight: 400;
}

.mobile #mw_mobile_tail .download_wrap .download_google {
  width: 76px;
  height: 24px;
  display: block;
  margin-right: 5px;
}

.mobile #mw_mobile_tail .mw_mobile_tail_top a::before {
  content: "";
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin-right: 4px;
}

.mobile .total_search_wrap main .section_medicine ul li a .score .score_num,
.mobile .total_search_wrap main .section_healthfood ul li a .score .score_num {
  padding: 3px 2px 0px;
  color: #4c00ee;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.mobile .total_search_wrap main .section_brand .subject {
  display: flex;
  align-items: center;
}

.mobile #mw_mobile .top_nav {
  padding: 5px 10px;
  font-size: 0.9em;
  font-weight: 400;
}

.mobile .us_stx input::placeholder {
  color: #9394a4;
  font-weight: 400;
}

.mobile .total_search_wrap main .section_medicine ul li a img,
.mobile .total_search_wrap main .section_healthfood ul li a img {
  width: 100px;
  border-radius: 4px;
  margin-right: 10px;
}

.mobile #mw_mobile_tail {
  background-color: #000000;
  padding: 10px 0;
  text-align: left;
  clear: both;
  height: auto !important;
  color: #fff;
}

.mobile .total_search_wrap .section_title h2 span {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}

.mobile .total_search_wrap main .section_video ul {
  flex-direction: column;
}
.mobile .total_search_wrap main .section_video ul li {
  flex: 1;
  padding: 15px 5% 15px 5%;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}
.mobile .total_search_wrap main .section_video ul li a {
  display: flex;
}
.mobile .total_search_wrap main .section_video ul li .info {
  flex: 1;
  margin-left: 10px;
}
.mobile .total_search_wrap main .section_video ul li .thumb {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  border: 1px solid #eee;
  margin-right: 10px;
}
.mobile .total_search_wrap main .section_video ul li .thumb .cnt {
  font-size: 11px;
}
.mobile .total_search_wrap main .section_video ul li {
  width: 100%;
}
.mobile .total_search_wrap main .section > ul > li a .thumb + .info .date span:nth-child(2) {
  display: none;
}

.mobile .total_search_wrap .search_gnb .swiper-container {
  background: #fff;
  margin: 2px 0;
  display: block;
  padding: 0 5vw;
  position: relative;
  overflow: hidden;
  list-style: none;
  height: 100%;
  z-index: 1;
}

.mobile #mw_mobile_tail .mw_mobile_tail_top a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-right: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.mobile .total_search_wrap main .section_medicine ul li a .score,
.mobile .total_search_wrap main .section_healthfood ul li a .score {
  display: flex;
  align-items: center;
}

.mobile .us_submit {
  cursor: pointer;
  border: none;
  background: none;
}

.mobile .total_search_wrap main .section_hospital .address {
  margin-top: 5px;
  font-size: 12px;
}

.mobile #mw_mobile_tail .mw_mobile_tail_middle .i_simbol_black {
  filter: invert(100%);
  width: 36px;
  height: 43px;
  margin-right: 7px;
}

.mobile .total_search_wrap .input_box .return {
  margin-left: 15px;
}

.mobile .total_search_wrap .search_gnb .swiper-slide.selected,
.mobile .total_search_wrap .search_gnb .swiper-slide.selected a {
  color: #4c00ee;
  font-weight: 700;
}

.mobile .total_search_wrap .input_box .return span {
  vertical-align: middle;
}

.mobile .total_search_wrap main .section_medicine ul li a .score .score_cnt,
.mobile .total_search_wrap main .section_healthfood ul li a .score .score_cnt {
  font-size: 14px;
  color: #4c00ee;
  font-weight: 400;
  margin-left: 3px;
}

.mobile .total_search_wrap .section_title h3 {
  color: #9394a4;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

.mobile #mw_mobile .top_nav a {
  font-weight: 500;
}

.mobile #mw_mobile_tail .copyright {
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 25px 0;
}

.mobile .us_stx {
  flex: 1;
}

.mobile .forum-ul-list li .title-wrap .title a {
  padding: 0;
}

.mobile .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mobile #mw_mobile_tail .mw_mobile_tail_bottom a {
  color: #fff;
}

.mobile #mw_mobile .top_nav i {
  color: #aaa;
}

.mobile .total_search_wrap .section_title h2 {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.mobile .swiper-slide {
  webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.mobile .total_search_wrap main ul {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  background: #fff;
}

.mobile .total_search_wrap .input_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 3px solid #f8f8f8;
}

.mobile .total_search_wrap main .section_hospital ul li a .score .score_num {
  font-size: 13px;
  margin-right: 5px;
  color: #4c00ee;
  margin-top: 5px;
}

.mobile .total_search_wrap .search_gnb {
  background: #fff;
  height: 43px;
  border-bottom: 1px solid #f8f8f8;
  position: fixed;
  width: 100%;
  top: 59px;
  left: 0;
  z-index: 9000;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2);
}

.mobile .us_stx input {
  padding: 0;
  font-size: 18px;
  outline: none;
  border: 0;
  background-color: transparent;
  width: 100%;
  font-weight: 700;
}

.mobile .total_search_wrap .input_box .word {
  font-size: 18px;
  font-weight: 700;
  margin-left: 15px;
}

/*다운로드 앱*/
.mobile #mw_mobile_tail .download_wrap {
  display: flex;
  align-items: center;
  padding: 0 5% 42px 5%;
}

.mobile #mw_mobile_tail .mw_mobile_tail_top {
  padding: 15px 5%;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.mobile #mw_mobile_tail .download_wrap .download_app {
  width: 76px;
  height: 24px;
  display: block;
}

.mobile #mw_mobile_tail .mw_mobile_tail_middle .gosu {
  font-size: 12px;
  font-weight: 700;
}

.mobile .total_search_wrap main .section_brand_list a {
  width: 42vw;
  height: auto;
  border: 1px solid #e6e8ec;
  margin: 10px 0;
}

.mobile .total_search_wrap main .section > ul > li {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 5%;
}
.mobile .total_search_wrap main .section > ul > li:last-child {
  border: none;
}

.mobile .total_search_wrap main .section_doctor ul {
  border-bottom: 1px solid #f3f5f8;
}
.mobile .total_search_wrap main .section_doctor ul li {
  width: 40%;
  margin: 5%;

  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.mobile .total_search_wrap main .section_doctor ul li a .thumb {
  width: 80px;
  min-width: 80px;
  max-width: 80px;

  height: 80px;
  min-height: 80px;
  max-height: 80px;

  border-radius: 50%;
  background-size: cover;
}

.mobile .total_search_wrap main .section > ul > li a h4 {
  margin-bottom: 10px;
  font-size: 15px;
}

.mobile .total_search_wrap main .btn_more {
  font-size: 14px;
  color: #9394a4;
  display: flex;
  justify-content: flex-end;
  margin-right: 5%;
}
.mobile .total_search_wrap main .btn_more a {
  font-size: 16px;
  color: #9394a4;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.mobile .total_search_wrap main .section > ul > li a .date {
  margin-bottom: 0;
}

/*입점병원 리스트*/
.mobile .total_search_wrap main .section_brand_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 5% 0;
}
