@charset "utf-8";

/* onlineConsulting-secondary(2차) */

.secondary .guide-text-wrap {
  max-width: 1430px;
  width: calc(100% - 40px);
  margin: 0 auto 30px;
}
.secondary .guide-text-box{
  width: 100%;
  border: 1px solid #CBCBCB;
  background-color: #F5F5F5;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  color: #0D1C33;
  padding: 22px 30px;
  line-height: 1.6;
}
.secondary .text-wrap {
  font-size: 28px;
  font-family: "IBM Plex Sans KR", sans-serif;
  font-weight: bold;
  letter-spacing: -0.7px;
  text-align: center;
  color: #181504;
  padding-bottom: 20px;
}
.secondary .text-wrap .navy {
  color: #0d1c33;
}
#subHeader.secondary .breadcrumb {
  margin-bottom: 20px;
}
#subHeader.secondary {
  height: auto;
}
.secondary .map-wrap {
  max-width: 1430px;
  width: calc(100% - 40px);
  height: 856px;
  /*margin: 20px auto auto;*/
  margin: 0 auto;
}
.map-wrap .address-search-box {
  width: 100%;
  height: 56px;
  border: solid 1px #cbcbcb;
  background-color: #f5f5f5;
  position: relative;
  text-align: center;
}
.address-search-box .address-search-area{
  width: 420px;
  height: 100%;
  display: inline-block;
  position: relative;
}
.address-search-box .address-search-input {
  width: 100%;
  /*width: 420px;*/
  height: 100%;
  margin: 0 auto;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-top: none;
  border-bottom: none;
  outline: none;
  background-color: #ffffff;
  padding: 0 50px 0 44px;
  background-image: url("../img/bangtancare/onlineCousulting/location_icon.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 24px;
  display: flex;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #0d1c33;
}
.address-search-box .address-search-input::-ms-clear{
  display: none;
}
.address-search-box .search-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  /* left: 62%; */
  /* transform: translate(-20%, -50%); */
}
.address-search-box .address-search-input:focus {
  outline: none;
}

.address-search-box .address-search-input::placeholder {
  color: #cccccc;
  opacity: 1;
}
.address-search-box .address-search-input::-webkit-input-placeholder,
.address-search-box .address-search-input:-mos-input-placeholder {
  color: #cccccc;
}
.address-search-box .address-search-input:-ms-input-placeholder {
  color: #cccccc !important;
}
.address-search-before {
  display: none;
  width: 100%;
  padding: 40px 80px;
  margin: 0 auto;
  /*border-left: 1px solid #3dbaa5;*/
  /*border-right: 1px solid #3dbaa5;*/
  /*border-bottom: 1px solid #3dbaa5;*/
  border: 1px solid #3dbaa5;
  z-index: 10;
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.address-search-before.noList {
  display: none;
  /* height: 239px; */
}
.search-before-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: #0d1c33;
  margin-bottom: 13px;
}
.search-before-text {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #666666;
}
.address-search-after {
  display: none;
  /*width: 421px;*/
  width: 100%;
  max-height: 541px;
  overflow-y: auto;
  /*margin: 0 auto;*/
  border: 1px solid #3dbaa5;
  z-index: 10;
  position: relative;
  background-color: #ffffff;
}
.address-list-box {
  text-align: left;
  padding: 12px 14px 10px 14px;
}
.address-list-box .list-location-img {
  width: 16px;
  height: 18px;
}
.address-list-box .list-box-top {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  flex-wrap: wrap;
}
.address-list-box .list-info-box{
  display: flex;
}
.list-box-top .list-button-box{
  margin-left: auto;
}
.list-box-top .list-button {
  background-color: #FFCD29;
  border-radius: 20px;
  color: #000000;
  font-size: 14px;
  padding: 0 10px;
  line-height: 22px;
  display: inline-block;
  cursor: pointer;
}
.address-list-box[data-visit = "2"] .list-box-top .list-button.visit{
  display: none;
}
.address-list-box[data-visit = "1"] .list-box-top .list-button.online{
  display: none;
}
.list-box-top .list-button.visit{
  background-color: #3DBAA5;
  color: #FFFFFF;
}
.list-box-top .list-title {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #0d1c33;
  margin-left: 10px;
  margin-right: 16px;
}
.list-box-top .list-distance {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #3dbaa5;
}
.address-search-after .more-list-box {
  width: 100%;
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.7px;
  color: #004f92;
  padding: 9px 16px;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.more-list-box .more-arrow {
  width: 9px;
  /*height: 16px;*/
  margin-left: 17px;
  /*margin-right: 52px;*/
}
.more-list-box .more-inner-box{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.more-list-box .more-inner-box .more-count {
  vertical-align: top;
}
.address-list-box .list-box-bottom {
  width: 100%;
  display: inline-block;
  padding-left: 30px;
  font-size: 12px;
  letter-spacing: -0.6px;
  color: #666666;
}
.map-wrap .map-box {
  width: 100%;
  height: 800px;
  position: relative;
  background-color: antiquewhite;
}
/* 현재 위치 버튼 start */
.current-location-btn {
  width: 48px;
  height: 48px;
  background-color: #3dbaa5;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url("../img/bangtancare/onlineCousulting/current_location_img.png");
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}
/* 현재 위치 버튼 end */

/* 재검색 버튼 start */
.rescan-btn {
  width: 150px;
  height: 48px;
  border-radius: 24px;
  background-color: #ffcd29;
  position: absolute;
  top: 20px;
  right: 20px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.rescan-btn img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.rescan-btn .rescan-text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.7px;
  color: #0d1c33;
  vertical-align: middle;
  margin-left: 10.5px;
}
/* 재검색 버튼 end */

/* 현 위치 동그라미 start */
.current-location-readius {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 272px;
  height: 272px;
  opacity: 0.3;
  background-color: #ffcd29;
  border-radius: 50%;
}
.current-location-dot {
  z-index: 6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  background-color: #ffcd29;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
/* 현 위치 동그라미 end */

/* 마커 start */
.map-box .map-marker {
  width: 36px;
  height: 43px;
  background-image: url("../img/bangtancare/onlineCousulting/map-marker.png");
  background-position: center;
  background-size: 36px 43px;
  background-repeat: no-repeat;
  /* 임시로 지정한 위치입니다. */
  position: absolute;
  top: 40%;
  left: 46%;
  transform: translate(-50%, -50%);
}
/* 마커 end */

/* 정보 박스 start */
.pharmacy-info-wrap{
  position: relative;;
}
.pharmacy-info-box {
  /*white-space: normal;*/
  /*white-space: nowrap;*/
  display: inline-block;
  /* 임시로 지정한 위치입니다. */
  position: absolute;
  /* top: 57%;
  left: 52%; */
  z-index: 3;
  /*max-width: 500px;*/
}
.pharmacy-badge {
  display: inline-block;
  background-color: #3dbaa5;
  border-radius: 18px;
  padding: 6px 12px 6px 6px;
  position: absolute;
  top: -49px;
  /* position: absolute;
  top: 23%;
  left: 18%;
  margin-bottom: 13px; */
}
.pharmacy-badge .pharmacy_icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/bangtancare/onlineCousulting/pharmacy_icon.png");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  display: inline-block;
}
.pharmacy-badge .pharmacy-badge-tab {
  position: absolute;
  left: 10px;
  bottom: -7px;
  width: 14px;
  height: 12px;
}
.pharmacy-badge .pharmacy-name {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -0.35px;
  margin-left: 2px;
}
.pharmacy-info-box .info-box {
  display: inline-block;
  padding: 20px;
  border: 1px solid #3dbaa5;
  border-radius: 10px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  max-width: 500px;
  width: max-content;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pharmacy-info-box .info-box {
    width: 400px;
  }
}
.info-top-box {
  margin-bottom: 13px;
}
.info-top-box .info-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: #0d1c33;
  margin-right: 10px;
}
.info-top-box .info-title-left {
  width: calc(100% - 128px);
  display: inline-block;
}
.info-title-left .info-distance {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #3dbaa5;
  /*margin-right: 48px;*/
}
.info-top-box .info-badge-box{
  margin-top: 16px;
}
.info-top-box .info-badge.online[data-visit = "1"] {
  display: none;
}
.info-top-box .info-badge {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 16px;
  background-color: #ffcd29;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #0d1c33;
  cursor: pointer;
}
.info-top-box .info-badge.visit[data-visit = "2"]{
  display: none;
}
.info-top-box .info-badge.visit{
  background-color: #3DBAA5;
  color: #FFFFFF;
}
.info-tell-box,
.info-description-box,
.info-bottom-box {
  /*width: 360px;*/
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #666666;
  /*word-break: keep-all;*/
  white-space: normal;
}
.info-description-box{
  margin-bottom: 5px;
}
/* 정보 박스 end */

/* 줌 버튼 start */
.zoom-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 48px;
  height: 106px;
  z-index: 2;
}
.zoom-box .zoom {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.zoom-box .zoom.in {
  background-image: url("../img/bangtancare/onlineCousulting/zoom-in_img.png");
  margin-bottom: 10px;
}
.zoom-box .zoom.out {
  background-image: url("../img/bangtancare/onlineCousulting/zoom-out_img.png");
  background-size: 16px 2px;
}
/* 줌 버튼 end */

/* 하단 가이드 버튼 start */
.bottom-guide-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 48px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  /* padding: 15px 16px 15px 20px; */
  padding: 0 10px 0 20px;
  z-index: 1;
}
.bottom-guide-box .guide-text {
  width: calc(100% - 36px);
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.8px;
  text-align: left;
  color: #181504;
  vertical-align: middle;
}
.bottom-guide-box span {
  line-height: 48px;
}
.bottom-guide-box .count {
  font-weight: bold;
  color: #3dbaa5;
}
.bottom-guide-box .refresh-img {
  width: 32px;
  height: 32px;
  background-image: url("../img/bangtancare/onlineCousulting/refresh_img.png");
  background-position: center;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* 하단 가이드 버튼 end */

/* 모달 css start */
#secondConsultingModal .bangtancare-modal-wrap .modal-title{
  font-size: 16px;
  font-weight: bold;
}
#visitConsultingModal .bangtancare-modal-wrap .modal-text.secondary,
#secondConsultingModal .bangtancare-modal-wrap .modal-text.secondary {
  font-size: 16px;
  color: #181504;
  font-weight: 400;
  line-height: 1.5;
}
#secondConsultingModal .bangtancare-modal-wrap .modal-text.navy{
  font-size: 16px;
  color: #3DBAA5;
  font-weight: bold;
  line-height: 1.5;
}
#secondaryStep1.bangtancare-modal-wrap {
  padding: 50px 75px;
}
#secondaryStep2.bangtancare-modal-wrap,
#visitConsultingModal .bangtancare-modal-wrap.visit{
  padding: 50px 31px;
}
.bangtancare-modal-wrap .modal-text.secondary {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #666666;
}
.bangtancare-modal-wrap .modal-text.navy {
  font-size: 14px;
  font-weight: 500;
  color: #0d1c33;
  letter-spacing: -0.7px;
}
.modal-check-box.secondary {
  margin-top: 30px;
}
/* #secondaryStep1{
  display: none;
} */
#secondaryStep2 {
  display: none;
}
/* 모달 css end */

/* responsive */
@media all and (max-width: 1024px) {
  #goTop{
    display: none;
  }
  .secondary .text-wrap{
    padding: 20px 0;
  }
  .secondary .guide-text-wrap{
    margin: 30px auto 0px;
  }
}
@media all and (max-width: 720px) {
  .secondary .guide-text-wrap{
    margin: 20px auto 0px;
  }
  .secondary .guide-text-box{
    font-size: 13px;
    padding: 8px;
    text-align: left;
    word-break: normal;
  }
  .secondary .guide-text-box br{
    display: none;
  }
  .info-tell-box, .info-description-box, .info-bottom-box{
    white-space: normal;
  }
  .return-map-btn{
    display: none;
  }
  #subHeader.secondary {
    margin-bottom: 0;
  }
  .secondary .text-wrap {
    padding: 15px 23px;
    /*margin-top: 30px;*/
    text-align: center;
    font-size: 18px;
  }
  .secondary .map-wrap {
    width: 100%;
    height: auto;
    /*margin: 30px 0 0 0;*/
  }
  
	.secondary3 .map-wrap {
	  max-width: 1430px;
	  width: calc(100% - 40px);
	  height: 700px;
	  /*margin: 20px auto auto;*/
	  margin: 0 auto;
	}

  .map-wrap .address-search-box {
    width: 100%;
    height: 50px;
  }
  .address-search-box .address-search-input {
    width: 100%;
    border: none;
  }
  .map-wrap .map-box {
    /*height: 604px;*/
    height: calc(100% - 50px);
  }
  .current-location-btn {
    width: 50px;
    height: 50px;
    background-size: 26.1px;
  }
  .rescan-btn {
    width: 147.5px;
    height: 50px;
    border-radius: 25px;
  }
  .rescan-btn .rescan-text {
    font-size: 16px;
    color: #000000;
    margin-left: 7.5px;
  }
  .zoom-box {
    width: 50px;
    height: auto;
  }
  .zoom-box .zoom {
    height: 50px;
    border-radius: 5px;
    background-size: 19px;
  }
  .zoom-box .zoom.out {
    background-size: 19px 2px;
  }
  .current-location-readius {
    width: 225px;
    height: 225px;
  }
  .map-box .map-marker {
    height: 45.5px;
    background-image: url("../img/bangtancare/onlineCousulting/map-marker-mobile.png");
    background-position: center;
    background-size: 36px 45.5px;
    background-repeat: no-repeat;
  }
  .pharmacy-badge {
    padding: 3px 8px 3px 3px;
  }
  .pharmacy-badge .pharmacy-name {
    margin-left: 0;
  }
  .pharmacy-badge .pharmacy_icon {
    width: 30px;
    height: 29.8px;
    background-image: url("../img/bangtancare/onlineCousulting/pharmacy_icon_mobile.png");
    background-size: 30px 29.8px;
  }
  .pharmacy-badge .pharmacy-badge-tab {
    left: 11px;
    bottom: -9px;
    height: 12.5px;
  }
  .pharmacy-info-box {
    width: 100%;
    padding: 0 20px;
    top: unset;
    bottom: 79px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .pharmacy-info-box .info-box {
    width: 100%;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    border: 1.5px solid #3dbaa5;
    max-width: none;
  }
  .info-top-box .info-badge.visit[data-visit = "2"] {
    display: inline-block;
  }
  .info-top-box .info-badge {
    height: 49.5px;
    border-radius: 25px;
    font-size: 16px;
    letter-spacing: -0.8px;
    color: #000000;
    padding: 13.5px 16.5px 13px 16.5px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
  }
  .info-top-box .info-title-left {
    /*width: calc(100% - 142px);*/
  }
  .info-bottom-box {
    /* width: 80%; */
  }
  .bottom-guide-box .guide-text {
    width: calc(100% - 26px);
  }
  .bottom-guide-box {
    width: calc(100% - 40px);
    height: 50px;
    padding: 0 15px 0 20px;
  }
  .bottom-guide-box .refresh-img {
    width: 21.85px;
    height: 19.7px;
    background-size: 21.85px 19.7px;
  }
  .bangtancare-modal-wrap{
    height: auto;
  }
  .bangtancare-modal-wrap .modal-title {
    font-size: 16px;
    font-weight: bold;
    color: #181504;
  }
  .bangtancare-modal-wrap .modal-title.complete {
  }
  .bangtancare-modal-wrap .modal-text.secondary {
    font-size: 16px;
    color: #181504;
  }
  #secondaryStep1.bangtancare-modal-wrap,
  #secondaryStep2.bangtancare-modal-wrap {
    padding: 40px 15px;
    height: auto;
  }
  .modal-check-box.secondary {
    margin-top: 27px;
  }
  .bangtancare-modal-wrap .modal__btn-wrap {
    margin-top: 25px;
  }
  .bangtancare-modal-wrap .modal-text.secondary {
    word-break: break-all;
  }
  .bangtancare-modal-wrap .modal-text.navy {
    font-size: 16px;
    color: #181504;
    word-break: break-all;
  }
  .address-search-box .search-button {
    width: 21px;
    height: 21px;
    right: 17px;
    left: unset;
    transform: translateY(-50%);
  }
  .address-search-box .address-search-input {
    font-size: 14px;
  }
  .address-search-before {
    height: auto;
    width: 100%;
    border-top: none;
    padding: 60px 39px 61px 39px;
  }
  .search-before-title {
    font-size: 17px;
    font-weight: 400;
  }
  #addressSearchModal .search-wrap input {
    font-size: 19px;
  }
  .address-search-after {
    width: 100%;
    height: 100%;
    border-top: none;
    position: relative;
    max-height: none;
  }
  .address-search-after .more-list-box{
    position: absolute;
    bottom: 0;
  }
  .address-list-box {
    text-align: left;
    padding: 9px 10px 6px 10px;
  }
  .address-list-box .list-location-img {
    width: 14px;
    height: 15px;
  }
  .list-box-top .list-title {
    font-size: 14px;
    margin-left: 6px;
    margin-right: 10px;
  }
  .more-list-box .more-arrow {
    width: 7px;
    height: 12px;
    margin-left: 12px;
  }
  .address-search-before.noList {
    height: auto;
    padding: 60px 34px 61px 34px;
  }
  .address-search-box .address-search-area{
    width: 100%;
  }
  .info-top-box .info-title-left{
    width: auto;
  }
  .info-top-box .info-title{
    word-break: break-all;
  }
}
.return-map-btn{
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  border-radius: 40px;
  margin-top: 20px;
  background-color: #3DBAA5;
  display: inline-block;
  cursor: pointer;
}
#searchResultAfter .return-map-btn{
  margin-top: 0;
}
/* 모달 */
#addressSearchModal .modal-wrap {
  height: auto;
  max-width: none;
  border-radius: 0;
  padding: 0;
  overflow: hidden;
  margin: 0;
}

#addressSearchModal .modal-close {
  position: relative;
  border-bottom: 1px solid #cbcbcb;
  height: 60px;
  padding: 15px;
}

#addressSearchModal .modal-title {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: bold;
}

#addressSearchModal .modal-close .close-btn {
  padding: 17px;
  margin: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  box-sizing: content-box;
}

#addressSearchModal .modal-close .close-btn img {
  vertical-align: top;
}
#addressSearchModal .modal-container{
  height: 100%;
}
#addressSearchModal .modal-content {
  padding: 30px;
  height: 100%;
}

#addressSearchModal .search-wrap {
  display: flex;
  border: 1px solid #3dbaa5;
  padding: 16px 10px;
}

#addressSearchModal .search-wrap > img,
#addressSearchModal .search-wrap .search-btn {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

#addressSearchModal .search-wrap input {
  flex-grow: 1;
  margin: 0 10px;
  border: 0;
  color: #3dbaa5;
  font-size: 16px;
  padding: 0;
  width: 100%;
}

#addressSearchModal .search-wrap input::placeholder {
  color: #3dbaa5;
  font-size: 16px;
}

#addressSearchModal .result-wrap {
  /*height: 492px;*/
  height: calc(100% - 58px);
}

#addressSearchModal .result-wrap .no-result {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#addressSearchModal .result-wrap .no-result p {
  color: #0d1c33;
  font-size: 20px;
  font-weight: bold;
}

#addressSearchModal .result-wrap .result {
  display: none;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-bottom: 30px;
}

#addressSearchModal .result-wrap .result-list {
  border-right: 1px solid #3dbaa5;
  border-left: 1px solid #3dbaa5;
}

#addressSearchModal .result-wrap .result-item {
  width: 100%;
  padding: 12px 14px;
}

#addressSearchModal .result-wrap .result-item .radio {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

#addressSearchModal .result-wrap .result-item input[type="radio"] {
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #cbcbcb;
  border-radius: 50%;
}

#addressSearchModal .result-wrap .result-item input[type="radio"]:checked {
  border: 5px solid #f7b83c;
}

#addressSearchModal .result-wrap .result-item label {
  flex-grow: 1;
  font-size: 16px;
  color: #0d1c33;
}

#addressSearchModal .result-wrap .result-item .address {
  font-size: 12px;
  color: #666;
  margin-left: 30px;
}

#addressSearchModal .result-wrap .more-wrap {
  border-right: 1px solid #3dbaa5;
  border-left: 1px solid #3dbaa5;
  border-bottom: 1px solid #3dbaa5;
  padding: 10px 16px;
  background: #f5f5f5;
  color: #004f92;
}

#addressSearchModal .result-wrap .more-wrap a {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

#addressSearchModal .result-wrap .more-wrap img {
  width: 6px;
  margin-left: 28px;
}

#addressSearchModal .modal__btn-wrap {
  display: flex;
  background: #f5f5f5;
  padding: 10px;
}

#addressSearchModal .modal__btn-wrap .care-btn {
  width: calc(50% - 5px);
}

#addressSearchModal .modal__btn-wrap .close-btn {
  margin-right: 10px;
}
#addressSearchModal .search-wrap > img {
  display: none;
}
#addressSearchModal .search-wrap input {
  outline: none;
}
#visitConsultingModal .bangtancare-modal-wrap .modal-text.secondary br{
  display: none;
}
@media all and (max-width: 500px) {
  .secondary .guide-text-wrap{
    margin: 10px auto 0px;
  }
  .secondary .guide-text-box{
    font-size: 12px;
  }
  .secondary .text-wrap {
    font-size: 14px;
  }
  .rescan-btn {
    width: auto;
    height: auto;
    padding: 7px 15px;
    border-radius: 20px;
  }
  .rescan-btn .rescan-text{
    font-size: 13px;
  }
  .rescan-btn img{
    width: 15px;
    height: 15px;
    line-height: normal;
  }
  .current-location-btn{
    width: 35px;
    height: 35px;
    background-size: 21px;
  }
  .zoom-box{
    width: 35px;
    top: 100px;
    transform: none;
  }
  .zoom-box .zoom{
    height: 35px;
  }
  .info-top-box .info-title{
    font-size: 16px;
  }
  .info-title-left .info-distance{
    font-size: 14px;
  }
  .pharmacy-info-box .info-box{
    padding: 10px 15px;
  }
  .bottom-guide-box .guide-text{
    font-size: 12px;
  }
  .info-top-box .info-badge{
    height: auto;
    font-size: 11px;
    padding: 7px 14px;
  }
  .info-tell-box,
  .info-description-box,
  .info-bottom-box{
    font-size: 12px;
  }
  .bottom-guide-box{
    height: 35px;
  }
  .bottom-guide-box span{
    line-height: 35px;
  }
  .bottom-guide-box .refresh-img{
    width: 21px;
    height: 100%;
    background-size: 15px 13.7px;
  }
  .pharmacy-info-box{
    bottom: 62px;
  }
  .info-top-box{
    margin-bottom: 5px;
  }
  .info-top-box .info-badge-box{
    margin-top: 10px;
  }
}
@media all and (max-width: 420px) {
  .more-list-box .more-inner-box{
    font-size: 12px;
  }
  .return-map-btn{
    line-height: 29px;
    font-size: 12px;
    margin-top: 10px !important;
  }
  .more-list-box .return-map-btn{
    margin-top: 0 !important;
  }
}
@media all and (max-width: 370px) {
  .address-search-after .more-list-box{
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 350px) {
  .secondary .text-wrap{
    font-size: 13px;
  }
  .info-top-box .info-title-left {
    /*width: calc(100% - 128px);*/
  }
  .info-top-box .info-title {
    font-size: 16px;
  }
  .info-title-left .info-distance {
    font-size: 14px;
  }
}
@media all and (max-width: 340px) {
  .bangtancare-modal-wrap .modal-text.secondary {
    font-size: 13px;
  }
  .bangtancare-modal-wrap .modal-text.navy {
    font-size: 13px;
  }
}
