@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'NanumSquare', 'AppleSDGothicNeo-Light', 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  min-width: 320px;
  letter-spacing: -0.02em;
  line-height: 1.4; /*background-color: #f2f2f2*/
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
a {
  margin: 0;
  padding: 0;
}
img,
fieldset,
button,
table {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border: none;
  outline: none;
  resize: none;
} /*ios 대응*/
select {
  background-color: #fff;
}
select::-ms-expand {
  display: none;
} /* 화살표 없애기 for IE10, 11*/
section,
main,
footer {
  display: block;
}
button,
a {
  cursor: pointer;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
input::-webkit-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}

/*======공통=============*/
.clearfx:after {
  content: '';
  display: block;
  clear: both;
}
.none {
  display: none !important;
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent;
  vertical-align: middle;
}
.skip {
  display: block;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: 0 -1px -1px 0;
  font-size: 0;
  line-height: 0;
}
.gototop-btn {
  z-index: 20;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: transparent;
  width: 45px;
  height: 45px;
  background-image: url(../images/gototop-icon.svg);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  opacity: 0;
}
.gototop-btn.scroll {
  opacity: 1;
}
@media only screen and (min-width: 1230px) {
  .gototop-btn {
    right: calc(50% - 680px);
  }
}
.icon.location {
  background-image: url(../images/location-icon.svg);
}
.icon.filter {
  background-image: url(../images/filter-icon.svg);
}
.icon.copy-btn {
  background-image: url(../images/copy-icon.svg);
}
.section-wrap {
  max-width: 768px;
  margin: 0 auto;
  padding: 30px 28px 50px;
  overflow: hidden;
  background-color: #fff;
}

/*======광고=============*/
.ad-wrap {
  display: none;
}
.md-ad-wrap {
  height: 115px;
  text-align: center;
  background-color: #fff;
  margin: 10px 0;
}
.md-ad-wrap .banner1 {
  display: block;
  height: inherit;
  color: transparent;
  background-color: #d1f1ff;
  background-image: url(../images/ad-header.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.md-ad-wrap .banner2 {
  display: block;
  height: inherit;
  color: transparent;
  background-color: #fee5c2;
  background-image: url(../images/ad-middle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section-wrap.banner {
  max-width: 100%;
  padding: 26px;
  background-color: #f4f4f4;
}
.section-wrap.banner .container {
  max-width: 716px;
  margin: 0 auto;
}
.section-wrap.banner a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.section-wrap.banner a > img {
  display: block;
  width: 100%;
}
.banner-btn {
  position: relative;
  display: block;
  height: 130px;
  padding: 20px 23px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.banner-btn:last-of-type {
  margin-bottom: 0;
}
.banner-btn > strong {
  display: block;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
}
.banner-btn > .illust {
  position: absolute;
  right: 3%;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-btn > .btn {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 16px 0 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  background-image: url(../images/bn-icon.svg);
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: calc(100% - 8px) 50%;
}
.banner-btn.bn1 {
  background-color: #ffefd9;
}
.banner-btn.bn1 > strong {
  color: #51382c;
}
.banner-btn.bn1 > .illust {
  width: 34%;
  height: 90%;
  background-image: url(../images/illust-1.svg);
  background-position: bottom right;
}
.banner-btn.bn1 > .btn {
  background-color: #28cf7a;
}
.banner-btn.bn2 {
  background-color: #daf4ff;
}
.banner-btn.bn2 > strong {
  color: #00304f;
}
.banner-btn.bn2 > .illust {
  width: 40%;
  height: 90%;
  background-image: url(../images/illust-2.svg);
  background-position: bottom center;
}
.banner-btn.bn2 > .btn {
  background-color: #e8505b;
}
.banner-btn.bn3 {
  background-color: #d1f1ff;
}
.banner-btn.bn3 > strong {
  color: #263238;
}
.banner-btn.bn3 > .illust {
  width: 40%;
  height: 90%;
  background-image: url(../images/illust-3.svg);
  background-position: bottom center;
}
.banner-btn.bn3 > .btn {
  background-color: #407bff;
}

/*======헤더=============*/
.header-wrap {
  z-index: 30;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  background-color: #fff;
}
.main .header-wrap {
  z-index: 0;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
}
.header-wrap .inner {
  position: relative;
  max-width: 768px;
  height: 100%;
  margin: 0 auto;
  padding: 15px 28px;
}
.header-wrap .inner > a {
  display: inline-block;
  vertical-align: middle;
}
.header-wrap .inner > .logo-btn {
  position: absolute;
  left: calc(50% - 83px);
  width: 166px;
  height: 30px;
  background-image: url(../images/logo-g.svg);
}
.header-wrap .inner > .back-btn {
  width: 20px;
  height: 30px;
  background-image: url(../images/back-icon.svg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.header-wrap.search {
  height: 75px;
}
.header-wrap.search .inner .input-btn {
  position: relative;
  padding: 7px 16px;
  background-color: #f0f0f0;
  border-radius: 6px;
  display: block;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.header-wrap.search .inner .input-btn > * {
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.header-wrap.search .inner .input-btn > .back-btn {
  width: 20px;
  height: 30px;
  background-image: url(../images/back-icon.svg);
  margin-right: 10px;
}
.header-wrap.search .inner .input-btn > input {
  background-color: transparent;
  font-size: 16px;
  width: calc(100% - 40px);
}

/*헤더 상단 광고=============*/
.band-ad {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
}
.band-ad a {
  height: inherit;
  display: block;
}
.band-ad img {
  max-width: 100%;
  height: inherit;
  display: block;
  margin: 0 auto;
}
.band-ad + .header-wrap.fixed {
  top: 70px;
}
.band-ad + .header-wrap.search {
  top: 70px;
}

/*======푸터=============*/
#footer-wrap {
  padding: 3em 30px 4em;
  margin-top: 40px;
  background: #777;
  color: #bbb;
  font-size: 13px;
}
#footer-wrap .inner {
  max-width: 736px;
  margin: 0 auto;
}
#footer-wrap a {
  color: #fff;
}
#footer-wrap .links {
  line-height: 2;
}
#footer-wrap .links a {
  display: inline-block;
}
#footer-wrap .line {
  border: 0;
  border-top: 1px solid #999;
  margin: 20px 0;
}
#footer-wrap .divider {
  margin: 0 5px;
  display: inline-block;
  border-left: 1px solid #ccc;
  width: 1px;
  height: 12px;
  vertical-align: middle;
}
#footer-wrap .mobile {
  display: none;
}

/*======메인=============*/
.main-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 30px;
}
.location-wrap {
  position: relative;
}
.location-wrap > h2 {
  padding-left: 2px;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 8px;
}
.location-wrap .input-block {
  position: relative;
  padding: 15px;
  background-color: #f0f0f0;
  border-radius: 6px;
}
.location-wrap .input-block .input-btn {
  display: block;
  font-size: 16px;
  color: #aaa;
}
.location-wrap .focus-btn {
  display: block;
  margin-top: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background-image: url(../images/focus-icon.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: calc(50% - 122px) center;
  color: #28cf7a;
}
.location-wrap .all-btn {
  display: block;
  margin-top: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  color: #444;
}
.location-wrap .all-btn .icon {
  background-image: url(../images/arrow-icon.svg);
  width: 16px;
  height: 20px;
  margin-left: 4px;
}
.banner-wrap {
  padding: 10px 28px 50px;
}
.banner-wrap .banner {
  display: block;
  height: 0;
  padding-bottom: 40%;
  background-size: cover;
  color: transparent;
  margin-bottom: 8px;
  border-radius: 4px;
}
.banner-wrap .banner.guide {
  background-image: url(../images/banner1.png);
}
.banner-wrap .banner.ad {
  background-image: url(../images/banner2.png);
}
.banner-wrap .banner.item {
  background-image: url(../images/banner3.png);
}
.banner-wrap .banner.money {
  background-image: url(../images/banner4.png);
}

/*======산부인과 리스트=============*/
.search-wrap {
  max-width: 736px;
  margin: 30px auto 0;
}
.search-wrap dl {
  margin-bottom: 30px;
}
.search-wrap dl:last-child {
  margin-bottom: 0;
}
.search-wrap dl > * {
  display: block;
}
.search-wrap dl > dt {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 10px;
}
.search-wrap dl > dt > .icon {
  width: 22px;
  height: 22px;
  vertical-align: bottom;
}
.search-wrap dl > dd > a {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 0 14px;
  height: 36px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 0 3px 5px 0;
  color: #999;
}

.search-wrap dl > dd > input[type='checkbox'] {
  display: none;
}
.search-wrap dl > dd > input[type='checkbox'] + label {
  position: relative;
  display: block;
  font-size: 15px;
  color: #999;
  padding-right: 25px;
  margin-bottom: 14px;
}
.search-wrap dl > dd > input[type='checkbox'] + label::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.search-wrap dl > dd > input[type='checkbox']:checked + label {
  font-weight: 900;
  color: #28cf7a;
}
.search-wrap dl > dd > input[type='checkbox']:checked + label::after {
  background-image: url(../images/check-icon.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-color: #28cf7a;
  border-color: #28cf7a;
}
.submit-btn {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background-color: #28cf7a;
}

.filter-wrap {
  margin-bottom: 30px;
}
.filter-wrap > h2 {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 5px;
}
.filter-wrap > .subtit {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}
.filter-wrap ul li {
  display: inline-block;
  float: left;
  margin: 0 8px 8px 0;
}
.filter-wrap ul li input[type='checkbox'] {
  display: none;
}
.filter-wrap ul li label {
  position: relative;
  font-size: 15px;
  background-color: #f1f1f1;
  display: inline-block;
  height: 34px;
  line-height: 32px;
  padding: 0 14px 0 27px;
  border-radius: 6px;
  color: #777;
}
.filter-wrap ul li label::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 11px;
  left: 10px;
  background-image: url(../images/check-icon-b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.15;
}
.filter-wrap ul li input[type='checkbox']:checked + label {
  font-weight: bold;
  color: #fff;
  background-color: #28cf7a;
}
.filter-wrap ul li input[type='checkbox']:checked + label::before {
  background-image: url(../images/check-icon.svg);
  opacity: 1;
}
.result-wrap .result-head {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 14px;
}
.result-wrap .result-head > strong {
  font-weight: 900;
}
.result-wrap .result-list {
  background-color: #fff;
}
.result-wrap .result-list > li {
  position: relative;
  margin-bottom: 26px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}
.result-wrap .result-list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
/*
.result-wrap .result-list > li::after{content: "";position: absolute;left: 16px;bottom: 0;right: 16px;height: 1px;background-color: #F4F4F4}
.result-wrap .result-list > li:last-child::after{content: none}
*/
.result-wrap .result-list > li > a {
  position: relative;
  display: block;
}
.result-list > li > a > span {
  display: block;
}
.result-list > li > a > .map {
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 6px;
}
.result-list > li > a > .map::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: calc(50% - 30px);
  top: calc(50% - 45px);
  width: 64px;
  height: 64px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/pin-icon.svg);
}
.result-list > li > a > .map > img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.result-list > li > a > .name {
  margin-bottom: 5px;
}
.result-list > li > a > .name > * {
  float: left;
}
.result-list > li > a > .name > h1 {
  font-size: 21px;
  max-width: calc(100% - 65px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-list > li > a > .name > span[class*='type'] {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0 0 6px;
  font-size: 10px;
  font-weight: 600;
  color: #aaa;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 18px;
  line-height: 16px;
  padding: 0 8px;
}
.result-list > li > a > .location {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
}
.result-list > li > a > .location .distance {
  font-weight: 800;
  color: #28cf7a;
  margin-right: 5px;
}
.result-list > li > a > .location .distance::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/location-icon-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  margin-right: 3px;
}
.result-list > li > a > .location .address {
  color: #777;
  font-weight: 400;
}
.result-list > li > a > .service-list {
  line-height: 1.2;
}
.result-list > li > a > .service-list > span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  height: 20px;
  line-height: 20px;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 0 8px;
  margin: 0 6px 6px 0;
}

.item-section .item-swiper li > a > .map {
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin: 0 0 15px;
  border-radius: 6px;
}
.item-section .item-swiper li > a > .map::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: calc(50% - 35px);
  top: calc(50% - 48px);
  width: 70px;
  height: 70px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/pin-icon.svg);
}
.item-section .item-swiper li > a > .map > img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.item-section .item-swiper li > a > .name {
  margin-bottom: 3px;
}
.item-section .item-swiper li > a > .name > * {
  float: left;
}
.item-section .item-swiper li > a > .name > h1 {
  font-size: 21px;
  max-width: calc(100% - 80px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-section .item-swiper li > a > .name > span[class*='type'] {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0 0 6px;
  font-size: 10px;
  font-weight: 600;
  color: #aaa;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 18px;
  line-height: 16px;
  padding: 0 8px;
}
.item-section .item-swiper li > a > .location {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.item-section .item-swiper li > a > .location .distance {
  font-weight: 800;
  color: #28cf7a;
  margin-right: 5px;
}
.item-section .item-swiper li > a > .location .distance::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/location-icon-g.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  margin-right: 3px;
}
.item-section .item-swiper li > a > .location .address {
  color: #777;
  font-weight: 400;
}
.item-section .item-swiper li > a > .service-list {
  line-height: 1.2;
}
.item-section .item-swiper li > a > .service-list > span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  height: 20px;
  line-height: 20px;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 0 8px;
  margin: 0 5px 5px 0;
}
.item-section .title-wrap h2 {
  display: inline-block;
}
.item-section .title-wrap strong {
  display: inline-block;
  margin-left: 5px;
  color: #28cf7a;
  font-size: 16px;
}
.item-section .review-list {
  margin-top: 10px;
}
.item-section .review-list > li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}
.item-section .review-list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.item-section .review-list > li > a {
  display: block;
  padding-bottom: 10px;
}
.item-section .review-list > li > a > span {
  display: block;
}
.item-section .more-btn {
  display: block;
  border-radius: 6px;
  background-color: #f2f2f2;
  margin: 10px 0;
  height: 38px;
  line-height: 37px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
/*
.review-list .review-photo{width: 86px;height: 86px;float: right}
.review-list .review-photo > img{width: 100%;height: 100%}
*/
.review-list .review-text > strong {
  display: block;
  color: #0068c3;
  margin-bottom: 8px;
  font-size: 15px;
}
.review-list .review-text > p {
  color: #666;
  font-size: 13px;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-list .review-info {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  margin-top: 6px;
  font-size: 13px;
}
.review-list .review-info > span {
  display: inline-block;
  vertical-align: middle;
  float: left;
  line-height: 25px;
  color: #666;
}
/*
.review-list .review-info .profile{width: 25px;height: 25px;border-radius: 50%;overflow: hidden}
.review-list .review-info .profile > img{width: 100%;height: 100%}
*/
.review-list .review-info span::before {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 6px;
  background-color: #e5e5e5;
  content: '';
}
.review-list .review-info span:first-child::before {
  content: none;
}
.review-list .review-info .name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 170px);
  font-weight: bold;
  color: #333;
}

/*======레이어=============*/
.no-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.layer-wrap {
  display: none;
  z-index: 30;
  position: fixed;
  overflow: hidden;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fafafa;
}
.layer-wrap .inner {
  position: relative;
  max-width: 768px;
  height: 100%;
  margin: 0 auto;
}
.layer-wrap.on {
  display: block;
}
.layer-wrap .location-wrap {
  padding: 30px 25px;
}
.layer-wrap .location-wrap .input-block {
  width: calc(100% - 40px);
  display: inline-block;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.layer-wrap .location-wrap .input-block input {
  background-color: transparent;
  font-size: 16px;
  width: 100%;
}
.layer-wrap .location-wrap .ly-close-btn {
  display: inline-block;
  width: 35px;
  font-weight: bold;
  text-align: right;
}
.layer-wrap .focus-btn {
  display: inline-block;
  border: none;
  padding: 10px 0 10px 26px;
  background-position: 2px center;
  font-size: 16px;
}
.layer-wrap h2 {
  font-size: 13px;
  font-weight: bold;
  color: #999;
}
.layer-wrap h3 {
  font-size: 13px;
  font-weight: bold;
  color: #999;
  padding-left: 25px;
}
.layer-wrap .location-list {
  padding: 0 25px 30px;
}
.layer-wrap .location-list li {
  font-size: 18px;
  font-weight: bold;
  color: #777;
  padding: 12px 0 12px 32px;
  background-image: url(../images/search-icon.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 0 9px;
}
.layer-wrap .location-list li a {
  display: block;
}

.bd-layer-wrap {
  z-index: 999;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.bd-layer-wrap.off {
  display: none;
}
.backdrop-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.backdrop-box .close-btn {
  width: 20px;
  height: 25px;
  background-size: 16px 16px;
  margin-bottom: 10px;
  float: right;
  background-image: url(../images/close-icon-b.svg);
}
.backdrop-box .banner {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
.backdrop-box .banner img {
  width: 100%;
  border-radius: 4px;
}
.link-btn {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #4f4f4f;
  height: 48px;
  line-height: 46px;
  text-align: center;
}
.link-btn .icon {
  width: 17px;
  height: 17px;
  background-image: url(../images/arrow-icon.svg);
  margin-left: 4px;
}
.backdrop-box .txt-btn {
  width: 100%;
  text-align: center;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: bold;
  margin-top: 6px;
  padding: 6px 0;
}
/*desktop 공통*/
@media (min-width: 600px) {
  .backdrop-box {
    bottom: auto;
    top: calc(50% - 560px / 2);
    left: calc(50% - 450px / 2);
    width: 450px;
    height: 560px;
    border-radius: 10px;
  }
  .backdrop-box .close-btn {
    width: 24px;
    height: 30px;
    background-size: 20px 20px;
  }
}

/*======상세=============*/
.item-head {
  position: relative;
  background-color: #fff;
  max-width: 768px;
  margin: 0 auto 10px;
  padding: 28px 26px;
}
.item-head > .city {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #28cf7a;
  margin-bottom: 4px;
}
.item-head > h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 4px;
}
.item-head > .desc {
  display: block;
  margin-bottom: 14px;
}
.item-head > .desc > * {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  line-height: 24px;
}
.item-head > .desc > .distance {
  font-size: 16px;
  font-weight: bold;
}
.item-head > .desc > .type {
  margin: 4px 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  color: #aaa;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 20px;
  padding: 0 8px;
}
.item-head .tel-btn {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background-color: #28cf7a;
  background-image: url(../images/call-icon.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: calc(50% - 75px);
}

.item-head .item-info {
  margin-top: 16px;
}
.item-head .item-info > li {
  margin-bottom: 6px;
  clear: both;
  overflow: hidden;
}
.item-head .item-info > li > * {
  float: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
.item-head .item-info > li > .icon {
  width: 22px;
  height: 22px;
}
.item-head .item-info > li > .location {
  background-image: url(../images/location-icon.svg);
  margin-right: 8px;
}
.item-head .item-info > li > .subway {
  background-image: url(../images/subway-icon.svg);
  margin-right: 8px;
}
.item-head .item-info > li > [class*='line'] {
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  border-radius: 12px;
  border: 1px solid #ddd;
  margin-right: 6px;
}
.item-head .item-info > li > [class*='line'] + .value {
  margin-right: 12px;
}
/*지하철 class 규칙 1:수도권, 100:부산, 200:대구, 300:광주, 대전:400  */
.item-head .item-info > li > .line-1 {
  border-color: #0041aa;
  color: #0041aa;
}
.item-head .item-info > li > .line-2 {
  border-color: #1bc730;
  color: #1bc730;
}
.item-head .item-info > li > .line-3 {
  border-color: #ff7a0d;
  color: #ff7a0d;
}
.item-head .item-info > li > .line-4 {
  border-color: #0099e5;
  color: #0099e5;
}
.item-head .item-info > li > .line-5 {
  border-color: #700dd1;
  color: #700dd1;
}
.item-head .item-info > li > .line-6 {
  border-color: #9a5e33;
  color: #9a5e33;
}
.item-head .item-info > li > .line-7 {
  border-color: #788900;
  color: #788900;
}
.item-head .item-info > li > .line-8 {
  border-color: #d70473;
  color: #d70473;
}
.item-head .item-info > li > .line-9 {
  border-color: #cea43a;
  color: #cea43a;
}
.item-head .item-info > li > .line-10 {
  border-color: #55aeff;
  color: #55aeff;
}
.item-head .item-info > li > .line-11 {
  border-color: #ff8000;
  color: #ff8000;
}
.item-head .item-info > li > .line-12 {
  border-color: #fcb726;
  color: #fcb726;
}
.item-head .item-info > li > .line-13 {
  border-color: #be1e2d;
  color: #be1e2d;
}
.item-head .item-info > li > .line-14 {
  border-color: #05a59d;
  color: #05a59d;
}
.item-head .item-info > li > .line-15 {
  border-color: #1bc976;
  color: #1bc976;
}
.item-head .item-info > li > .line-16 {
  border-color: #53d5ff;
  color: #53d5ff;
}
.item-head .item-info > li > .line-17 {
  border-color: #ff9b24;
  color: #ff9b24;
}
.item-head .item-info > li > .line-18 {
  border-color: #d38d13;
  color: #d38d13;
}
.item-head .item-info > li > .line-19 {
  border-color: #7eca00;
  color: #7eca00;
}
.item-head .item-info > li > .line-20 {
  border-color: #fb9827;
  color: #fb9827;
}
.item-head .item-info > li > .line-21 {
  border-color: #187ce8;
  color: #187ce8;
}
.item-head .item-info > li > .line-22 {
  border-color: #c9d151;
  color: #c9d151;
}
.item-head .item-info > li > .line-23 {
  border-color: #86c03a;
  color: #86c03a;
}
.item-head .item-info > li > .line-24 {
  border-color: #9a7611;
  color: #9a7611;
}
.item-head .item-info > li > .line-101 {
  border-color: #e54d1f;
  color: #e54d1f;
}
.item-head .item-info > li > .line-102 {
  border-color: #0c893f;
  color: #0c893f;
}
.item-head .item-info > li > .line-103 {
  border-color: #968404;
  color: #968404;
}
.item-head .item-info > li > .line-104 {
  border-color: #187ce8;
  color: #187ce8;
}
.item-head .item-info > li > .line-105 {
  border-color: #8b63a8;
  color: #8b63a8;
}
.item-head .item-info > li > .line-106 {
  border-color: #3356b4;
  color: #3356b4;
}
.item-head .item-info > li > .line-201 {
  border-color: #ee1132;
  color: #ee1132;
}
.item-head .item-info > li > .line-202 {
  border-color: #0c893f;
  color: #0c893f;
}
.item-head .item-info > li > .line-203 {
  border-color: #fabc00;
  color: #fabc00;
}
.item-head .item-info > li > .line-301 {
  border-color: #0c893f;
  color: #0c893f;
}
.item-head .item-info > li > .line-401 {
  border-color: #0c893f;
  color: #0c893f;
}
.item-head .item-info > li > a[class*='map-btn'] {
  display: inline-block;
  padding: 0 14px 0 36px;
  border-radius: 6px;
  background-color: #f2f2f2;
  margin: 10px 10px 0 0;
  height: 32px;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.item-head .item-info > li > .navermap-btn {
  background-image: url(../images/naver.svg);
}
.item-head .item-info > li > .kakaomap-btn {
  background-image: url(../images/kakao.svg);
}

.item-section {
  background-color: #fff;
  max-width: 768px;
  margin: 0 auto 10px;
  padding: 26px 26px 24px;
  overflow: hidden;
}
.item-section h2 {
  font-size: 16px;
  margin-bottom: 12px;
}
.item-section > .txt-list {
  display: block;
  font-size: 13px;
  overflow: hidden;
}
.item-section > .txt-list > li {
  margin-bottom: 10px;
  overflow: hidden;
}
.item-section > .txt-list > li > * {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.item-section > .txt-list > li > .tit {
  color: #999;
  width: 64px;
  font-weight: bold;
}
.item-section > .txt-list > li > .tit + span {
  width: calc(100% - 64px);
}
.item-section > .txt-list.half {
  clear: both;
  display: block;
}
.item-section > .txt-list.half > li {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 1.65;
}
.item-section > .txt-list.half > li.block {
  display: block;
  width: 100%;
}
.item-section > .info {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  padding-left: 28px;
  background-image: url(../images/info-icon.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.item-section > .info-list {
  margin-bottom: 30px;
}
.item-section > .info-list > li {
  float: left;
  display: inline-block;
  width: 25%;
  height: 96px;
  opacity: 0.3;
  text-align: center;
  margin-bottom: 8px;
}
.item-section > .info-list > li.on {
  opacity: 1;
}
.item-section > .info-list > li > .icon {
  width: 55px;
  height: 55px;
  margin-top: 5px;
}
.item-section > .info-list > li > .number {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-top: 5px;
  font-size: 30px;
  font-weight: 900;
  line-height: 66px;
  letter-spacing: -0.03em;
}
.item-section > .info-list > li > strong {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.2;
}
.item-section > .info-list > li > strong + strong {
  display: block;
  font-weight: 900;
  margin-top: 2px;
}
.item-section > .info-list > li > .service-1 {
  background-image: url(../images/service1-icon.svg);
}
.item-section > .info-list > li > .service-2 {
  background-image: url(../images/service2-icon.svg);
}
.item-section > .info-list > li > .service-3 {
  background-image: url(../images/service3-icon.svg);
}
.item-section > .info-list > li > .service-4 {
  background-image: url(../images/service4-icon.svg);
}
.item-section > .info-list > li > .service-5 {
  background-image: url(../images/service5-icon.svg);
}
.item-section > .info-list > li > .service-6 {
  background-image: url(../images/service6-icon.svg);
}
.item-section > .info-list > li > .service-7 {
  background-image: url(../images/service7-icon.svg);
}
.item-section > .info-list > li > .service-8 {
  background-image: url(../images/service8-icon.svg);
}
.item-section > .info-list > li > .service-9 {
  background-image: url(../images/service9-icon.svg);
}
.item-section .link-btn {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background-color: #f8f8f8;
  background-image: url(../images/arrow-icon.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px);
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #999;
  font-size: 12px;
  padding: 0 24px 0 10px;
  margin-top: 14px;
}
.item-section > ul > li {
  margin-bottom: 24px;
}
.item-section > ul > li:last-child {
  margin-bottom: 0;
}
.item-section > ul > li > h2 {
  margin-bottom: 8px;
}
.item-section > ul > li .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.item-section .map {
  margin-top: 15px;
  overflow: hidden;
  border-radius: 6px;
}
.item-section .map .root_daum_roughmap {
  border: none;
  padding: 0;
  width: 100%;
}
.item-section .map .root_daum_roughmap .map {
  margin: 0;
}

.item-section .map.pin {
  position: relative;
  height: 150px;
}
.item-section .map.pin::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  width: 46px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/pin-icon.svg);
}
.item-section .map.pin > img {
  display: block;
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-section > ul > li .copy-btn {
  width: 22px;
  height: 22px;
}
.item-section > .center-list > li {
  position: relative;
}
.item-section > .center-list > li:last-child {
  margin-bottom: 0;
}
.center-list > li > a.center {
  display: inline-block;
  width: calc(100% - 40px);
}
.center-list > li > a.center > h1 {
  font-size: 20px;
  color: #28cf7a;
}
.center-list > li > a.center > span {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
.center-list > li > a.tel-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #28cf7a;
  border-radius: 50%;
  background-image: url(../images/call-icon.svg);
  background-size: 22px;
}

.item-bottom {
  padding: 40px 0;
  text-align: center;
}
.item-bottom > .report {
  margin-bottom: 30px;
}
.item-bottom > .report > span {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 6px;
}
.item-bottom > .report > a {
  display: inline-block;
  font-size: 11px;
  color: #555;
  margin-left: 6px;
  height: 25px;
  line-height: 25px;
  padding: 0 14px;
  border-radius: 20px;
  background-color: #ddd;
}

.tel-btn.float {
  z-index: 100;
  position: fixed;
  bottom: -45px;
  left: 20px;
  opacity: 0.5;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: block;
  width: calc(100% - 94px);
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background-color: #28cf7a;
  background-image: url(../images/call-icon.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: calc(50% - 75px);
}
.tel-btn.float.scroll {
  bottom: 20px;
  opacity: 1;
}

/*======상세=============*/
.howto-wrap {
  overflow: hidden;
}
.howto-wrap > hr {
  border: 1px solid #eee;
  border-top: none;
  margin: 30px 0 10px;
}
.howto-wrap > h1 {
  font-size: 22px;
  margin-bottom: 4px;
}
.howto-wrap > h2 {
  font-size: 16px;
  color: #777;
  margin-bottom: 15px;
}
.howto-wrap > .by {
  font-size: 12px;
  color: #999;
}
.howto-wrap > h3 {
  font-size: 17px;
  padding: 15px 0;
  color: #28cf7a;
}
.howto-wrap > h3::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 25px;
  background-image: url(../images/info-icon.svg);
  background-repeat: no-repeat;
  margin-right: 2px;
  vertical-align: middle;
}
.howto-wrap > h4 {
  font-size: 14px;
  padding: 10px 0;
  color: #555;
}
.howto-wrap > p {
  font-size: 13px;
  color: #777;
  margin-bottom: 30px;
  line-height: 1.7;
  text-indent: 15px;
}

/*======스피너 추가=============*/
.spinner {
  display: block;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.spinner .path {
  stroke: #28cf7a;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/*=====반응형================*/
/*360(갤럭시) 이하*/
@media screen and (max-width: 359px) {
  .search-wrap dl > dd > a {
    vertical-align: middle;
  }
  .item-section > .txt-list {
    font-size: 12px;
  }
  .item-section > .txt-list > li > .tit {
    width: 60px;
  }
  .item-bottom > .report {
    margin-bottom: 18px;
  }
  .item-bottom > .report > span {
    display: block;
    margin-bottom: 5px;
  }
  .location-wrap .focus-btn {
    background-image: none;
  }
}

/*모바일 공통*/
@media (max-width: 600px) {
  #footer-wrap .links a {
    display: block;
  }
  #footer-wrap .mobile {
    display: block;
  }
  #footer-wrap .divider {
    display: none;
  }
}

/*desktop 공통*/
@media (min-width: 600px) {
  body {
    font-size: 15px; /*margin-top: calc(60px + 70px)*/
  }
  .banner-wrap .banner.guide {
    background-image: url(../images/banner1-pc.png);
    background-size: contain;
  }
  .banner-wrap .banner.ad {
    background-image: url(../images/banner2-pc.png);
    background-size: contain;
  }
  .banner-wrap .banner.item {
    background-image: url(../images/banner3-pc.png);
    background-size: contain;
  }
  .banner-wrap .banner.money {
    background-image: url(../images/banner4-pc.png);
    background-size: contain;
  }
  .header-wrap {
    height: 70px;
  }
  .header-wrap.search {
    height: 85px;
  }
  .header-wrap.search .inner .input-btn > * {
    line-height: 40px;
  }
  .header-wrap.search .inner .input-btn > input {
    font-size: 18px;
  }
  .main-title {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .layer-wrap .location-wrap {
    padding: 60px 25px 40px;
  }
  .layer-wrap .location-list li {
    padding: 16px 0 16px 32px;
    background-position: 0 14px;
  }
  .layer-wrap .location-wrap .input-block input {
    font-size: 18px;
  }
  .location-wrap > h2 {
    font-size: 16px;
  }
  .location-wrap .input-block {
    padding: 18px;
  }
  .location-wrap .input-block .input-btn {
    font-size: 18px;
  }
  .location-wrap .focus-btn {
    font-size: 16px;
    background-position: calc(50% - 124px) center;
  }
  .location-wrap .all-btn {
    font-size: 16px;
  }
  .layer-wrap .location-wrap .focus-btn {
    background-position: 2px center;
  }
  .banner-wrap {
    max-width: 716px;
    margin: 0 auto 150px;
    padding: 0;
  }
  .banner-wrap .banner {
    border-radius: 6px;
    background-size: 330px;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 140px;
  }
  .section-wrap {
    padding: 60px 26px 150px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .item-head {
    padding-top: 40px;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .item-section {
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .item-head > .city {
    font-size: 16px;
  }
  .item-head > h1 {
    font-size: 32px;
  }
  .item-head > .desc > * {
    font-size: 15px;
  }
  .item-head .tel-btn {
    position: absolute;
    right: 26px;
    top: 50px;
    width: 200px;
    padding-left: 20px;
    background-position: calc(50% - 65px);
  }
  .item-section h2 {
    font-size: 20px;
  }
  .item-section > .txt-list {
    font-size: 15px;
  }
  .item-section > .txt-list > li > .tit {
    width: 80px;
  }
  .item-section > .txt-list > li > .tit + span {
    width: calc(100% - 80px);
  }
  .item-section > ul > li {
    margin-bottom: 50px;
  }
  .item-section > ul > li .txt {
    font-size: 15px;
  }
  .item-section > .info {
    font-size: 13px;
    background-position: 0;
    line-height: 1.6;
  }
  .item-section > .info-list > li {
    width: 16.666%;
    height: 120px;
  }
  .item-section > .info-list > li > .icon {
    width: 70px;
    height: 70px;
  }
  .item-section > .info-list > li > .number {
    width: 70px;
    height: 70px;
    line-height: 84px;
    font-size: 40px;
  }
  .item-section > .info-list > li > strong {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
  }
  .item-section .link-btn {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px 0 16px;
  }
  .item-section .item-swiper .swiper-wrapper {
    display: block;
  }
  .item-section .item-swiper .swiper-slide {
    display: block;
    margin-bottom: 25px;
  }
  .item-section .item-swiper .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .item-section .item-swiper li > a {
    position: relative;
    padding-left: 115px;
    display: block;
    height: 100px;
  }
  .item-section .item-swiper li > a > .map {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    margin: 0;
  }
  .item-section .item-swiper li > a > .name {
    display: block;
    margin-bottom: 5px;
  }
  .item-section .item-swiper li > a > .name > h1 {
    font-size: 19px;
    white-space: normal;
  }
  .center-list > li > a.center > span {
    font-size: 13px;
  }
  .item-bottom > .report > span {
    font-size: 14px;
  }
  .item-bottom > .report > a {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
  }
  .howto-wrap > h1 {
    font-size: 30px;
  }
  .howto-wrap > h2 {
    font-size: 20px;
  }
  .howto-wrap > .by {
    font-size: 14px;
  }
  .howto-wrap > h3 {
    font-size: 20px;
  }
  .howto-wrap > h4 {
    font-size: 16px;
  }
  .howto-wrap > p {
    font-size: 15px;
  }
  .result-wrap .result-list > li {
    float: left;
    width: 50%;
    height: 300px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .result-wrap .result-list > li::after {
    content: none;
  }
  .result-wrap .result-list > li > a {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .tel-btn.float {
    width: 290px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: -55px;
    border-radius: 45px;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    background-position: calc(50% - 86px);
    padding-left: 10px;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.35);
  }
  .filter-wrap {
    margin-bottom: 50px;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
  }
  .filter-wrap > h2 {
    font-size: 21px;
  }
  .result-wrap .result-head {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .review-list .review-text > strong {
    font-size: 15px;
  }
  .review-list .review-text > p {
    font-size: 15px;
  }
  .review-list .review-info {
    font-size: 14px;
  }
  .review-list .review-info .type {
    font-size: 14px;
  }
  .item-section .item-swiper li > a > .map::after {
    left: calc(50% - 30px);
    top: calc(50% - 44px);
    width: 65px;
    height: 65px;
  }
  .section-wrap.main {
    padding: 4em 30px 0;
  }
  .search-wrap {
    margin-bottom: 32px;
  }
  .search-wrap > h2 {
    font-size: 24px;
  }
  .search-wrap > .input-wrap > select {
    width: 200px;
    font-size: 16px;
    height: 52px;
    line-height: 50px;
    background-size: 16px;
    background-position: calc(100% - 18px) 50%;
  }
  .search-btn {
    font-size: 18px;
    height: 52px;
    line-height: 52px;
  }
  .banner-btn {
    height: 170px;
    padding: 2.3em 6em;
  }
  .banner-btn > strong {
    font-size: 28px;
    line-height: 1.25;
  }
  .banner-btn > .btn {
    font-size: 11px;
    height: 24px;
    line-height: 24px;
  }
  .banner-btn > .illust {
    right: 6em;
  }
  .banner-btn.bn1 > .illust {
    width: 28%;
  }
  .banner-btn.bn2 > .illust {
    width: 30%;
  }
  .banner-btn.bn3 > .illust {
    width: 28%;
  }
}

/*======공통 배너스타일=============*/
.sq-banner-wrap {
  max-width: 768px;
  margin: 0 auto 60px;
  padding: 0 26px;
}
.sq-banner-wrap a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sq-banner-wrap a > img {
  display: block;
  max-width: 100%;
}

/*======하단 고정 버튼 추가=============*/
.floating-btn {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.4s;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
  padding: 30px 13px 24px 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0, #fff 23.51%);
}
.floating-btn.scroll {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.floating-btn > a {
  display: block;
  background: #57f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  box-shadow: 0 6px 4px -4px rgb(27 71 132 / 44%);
}
.floating-btn > .comment {
  display: inline-block;
  border-radius: 8px;
  padding: 13px 17px;
  line-height: 1;
  font-size: 13px;
  letter-spacing: -1px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 6px 4px -2px rgb(27 71 132 / 44%);
  font-weight: 700;
  color: #444;
  position: relative;
  transform: translateY(6px);
}
.floating-btn > .comment > strong {
  color: #3b5bdb;
}
.floating-btn > .comment::after {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -6px;
  border-radius: 2px;
  transform: rotate(45deg);
  display: block;
}
