/*@charset "UTF-8";*/
/*@font-face {*/
/*  font-family: "SCdream";*/
/*  src: url("../fonts/scdream/SCdream.woff2") format("woff2"), url("../fonts/scdream/SCdream.woff") format("woff");*/
/*  font-weight: 400;*/
/*}*/
/*@font-face {*/
/*  font-family: "SCdream";*/
/*  src: url("../fonts/scdream/SCdreamMedium.woff2") format("woff2"), url("../fonts/scdream/SCdreamMedium.woff") format("woff");*/
/*  font-weight: 500;*/
/*}*/
/*@font-face {*/
/*  font-family: "SCdream";*/
/*  src: url("../fonts/scdream/SCdreamBold.woff2") format("woff2"), url("../fonts/scdream/SCdreamBold.woff") format("woff");*/
/*  font-weight: 700;*/
/*}*/
/*@font-face {*/
/*  font-family: "SCdream";*/
/*  src: url("../fonts/scdream/SCdreamExtraBold.woff2") format("woff2"), url("../fonts/scdream/SCdreamExtraBold.woff") format("woff");*/
/*  font-weight: 900;*/
/*}*/
/*-----------------------
GENERAL STYLESHEET
Author : Jeong Soojeong
Last Updated : 2020-08-02
------------------------*/
/* reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

small {
  font-size: 90%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "SCdream", "맑은 고딕", "MalgumGothic", sans-serif;
  font-weight: 400;
  color: #62676b;
  font-size: 14px;
  letter-spacing: -0.05rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

/* 인풋, 버튼 스타일 초기화 */
input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  outline: 0;
}

input,
select,
button,
textarea,
optgroup {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
  text-rendering: inherit;
  border: none;
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border-radius: 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select,
input[type=text],
input[type=password],
input[type=submit],
input[type=search],
input[type=button],
input[type=file],
input[type=number],
input[type=search]::-webkit-search-cancel-button,
button {
  -webkit-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

input::-webkit-input-placeholder {
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
}

textarea {
  width: 100%;
  overflow: auto;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  transition: all 0.25s ease;
}
button:hover, button:focus, button:active {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  button:hover, button:focus, button:active {
    opacity: 1;
  }
}

/* 나눔스퀘어일때 */
/* 링크 초기화 */
a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

/* 이미지 초기화 */
img {
  position: relative;
  vertical-align: middle;
  border: none;
}

/* 리스트 초기화 */
ul li,
ol li,
dl dt dd {
  list-style: none;
}

/* 기타 초기화 */
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote ::after,
q::before,
q ::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 0px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: -1;
}

em,
address {
  font-style: normal;
}

/*------------
layout
-------------*/
#wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 108px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  #wrapper {
    padding-top: 48px;
  }
}
#wrapper.locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

#google_translate_element > div {
  display: flex;
  align-items: center;
}
#google_translate_element > div > div {
  position: relative;
  height: auto;
}
#google_translate_element > div > div > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 200px;
  height: 24px;
  float: right;
  padding: 0px 16px;
  margin: 0 8px 0 0 !important;
  font-size: 14px;
  line-height: 1.75;
  color: #2a2c2f;
  border: 1px solid #d6dbdb;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 8px;
  background-color: #ffffff;
}
#google_translate_element > div > div > select::-ms-expand {
  display: none;
}
#google_translate_element > div > div::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/select.png) no-repeat center/cover;
  pointer-events: none;
  transform: translateY(-50%);
}

/* 상단 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 2px 2px 0.4rem rgba(47, 48, 78, 0.1);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #header {
    box-shadow: 0 0 0 rgba(47, 48, 78, 0.1);
  }
}
#header .top-translate {
  background-color: #f1f5f9;
  padding: 4px 20px;
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-width: 1200px;
  height: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #header .header-inner {
    width: 100%;
    min-width: 100%;
    height: 70px;
    padding: 20px;
    background: #25479d;
  }
}
@media screen and (max-width: 576px) {
  #header .header-inner {
    height: 56px;
  }
}
#header .site-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .site-info {
    order: 2;
  }
}
#header .site-info h1.logo {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #25479d;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  #header .site-info h1.logo {
    display: none;
  }
}
#header .site-info h1.logo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/logopin.png) no-repeat center/cover #25479d;
  border-radius: 100%;
}
#header .site-info .btn-site-info {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  background: url(../img/ico_info.png) no-repeat center/cover;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #header .site-info .btn-site-info {
    margin-left: 0;
  }
}
#header .site-info .info-inner {
  position: relative;
  width: 0px;
  height: 0;
  margin-left: 0;
}
#header .site-util {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header .site-util {
    justify-content: flex-start;
    order: 1;
    gap: 12px;
  }
}
#header .site-util .btn-back {
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: url(../img/btn_back.png) no-repeat center/cover;
}
#header .site-util .btn-home {
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: url(../img/btn_list.png) no-repeat center/cover;
}
#header .site-util .site-select-wrap {
  position: relative;
  width: 260px;
  height: 40px;
  line-height: 40px;
  background: #f1f5f9;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #header .site-util .site-select-wrap {
    width: 280px;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 576px) {
  #header .site-util .site-select-wrap {
    height: 32px;
    line-height: 32px;
  }
}
#header .site-util .site-select-wrap select {
  width: 100%;
  line-height: 40px;
  padding: 0 12px;
  font-weight: 500;
  color: #2a2c2f;
}
@media screen and (max-width: 768px) {
  #header .site-util .site-select-wrap select {
    width: calc(100% - 30px);
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
  }
}
@media screen and (max-width: 576px) {
  #header .site-util .site-select-wrap select {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
}
#header .site-util .site-select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/select.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #header .site-util .site-select-wrap::after {
    background: url(../img/select-w.png) no-repeat center/cover;
  }
}
#header .site-util .login-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header .site-util .login-menu {
    display: none;
  }
}
#header .site-util .login-menu .btn-login {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  line-height: 40px;
  font-weight: 500;
  color: #2a2c2f;
  border: 1px solid #2a2c2f;
  border-radius: 20px;
  text-align: center;
}
#header .site-util .login-menu .btn-login.kakao {
  background: #ffe812;
  border-color: #ffe812;
}
#header .site-util .login-menu .btn-login.kakao::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../img/ico_kakao.png) no-repeat center/cover;
}
#header .site-util .login-menu .btn-login.google {
  background: #ffffff;
}
#header .site-util .login-menu .btn-login.google::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../img/ico_google.png) no-repeat center/cover;
}
#header .site-util .login-menu .btn-login + .btn-login {
  margin-left: 16px;
}
#header .site-util .login-menu::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  margin: 0 16px;
  background: #d6dbdb;
}

.lay-info {
  display: none;
  position: absolute;
  left: 8px;
  top: -16px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  width: 400px;
  padding: 12px;
  border-radius: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .lay-info {
    left: auto;
    right: 0;
    top: 24px;
    width: 300px;
  }
}
.lay-info .info-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.lay-info .info-top p {
  font-size: 14px;
}
.lay-info p {
  line-height: 140%;
}
.lay-info p + p {
  margin-top: 4px;
}
.lay-info::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .lay-info::before {
    top: -8px;
    left: auto;
    right: 8px;
    border-top: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.4);
  }
}

/*------------
map
-------------*/
.map {
  position: fixed;
  top: 108px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .map {
    top: 88px;
  }
}

.map-float {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 320px;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 2px 2px 0.4rem rgba(47, 48, 78, 0.1);
}
.map-float .float-top {
  width: 100%;
  padding: 20px;
}
.map-float .float-top .item-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
.map-float .float-top .item-name p.name {
  flex: 1 1 70%;
  color: #2a2c2f;
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
  line-height: 140%;
}
.map-float .float-top .item-name p.distance {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #25479d;
  font-weight: 500;
  margin-left: 16px;
}
.map-float .float-top .item-name p.distance::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_pin.png) no-repeat center/cover;
}
.map-float .float-top p.addr {
  display: block;
  padding-top: 6px;
  white-space: normal;
  line-height: 140%;
}
.map-float .float-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #d6dbdb;
}
.map-float .float-bottom > a {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #2a2c2f;
  line-height: 48px;
}
.map-float .float-bottom > a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.map-float .float-bottom > a.btn-float-navi {
  border-right: 1px solid #d6dbdb;
}
.map-float .float-bottom > a.btn-float-navi::before {
  background: url(../img/ico_navi.png) no-repeat center/cover;
}
.map-float .float-bottom > a.btn-float-detail::before {
  background: url(../img/ico_detail.png) no-repeat center/cover;
}

.btn-toggle-map {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 64px;
  height: 64px;
  background: #f1f5f9;
  box-shadow: 0 0 0.4rem rgba(47, 48, 78, 0.1);
  border-radius: 100%;
  z-index: 10;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .btn-toggle-map {
    display: flex;
  }
}
.btn-toggle-map::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/ico_map.png) no-repeat center/cover;
}
.btn-toggle-map.toggle-on::before {
  background: url(../img/ico_list.png) no-repeat center/cover;
}

.btn-my-location {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 128px;
  left: 440px;
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
  border-radius: 24px;
  background: #25479d;
  color: #ffffff;
  z-index: 10;
}
.btn-my-location::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../img/ico_myloca.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .btn-my-location {
    display: none;
    justify-content: center;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 110px;
    width: 64px;
    height: 64px;
    padding: 0;
    line-height: normal;
    border-radius: 100%;
  }
  .btn-my-location span {
    text-indent: -9999px;
  }
  .btn-my-location::before {
    margin-right: 0;
    width: 32px;
    height: 32px;
  }
  .btn-my-location.toggle-on {
    display: flex;
  }
}

.sidebar {
  display: block;
  position: fixed;
  top: 128px;
  left: 20px;
  bottom: 20px;
  width: 400px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 0.4rem rgba(47, 48, 78, 0.1);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sidebar {
    top: 118px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(47, 48, 78, 0.1);
    transition: all 0.5s ease;
  }
  .sidebar.view-map {
    left: -100%;
  }
}
@media screen and (max-width: 576px) {
  .sidebar {
    top: 88px;
  }
}
.sidebar .sidebar-sch {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sidebar .sidebar-sch {
    padding: 16px 20px 0;
  }
}
@media screen and (max-width: 576px) {
  .sidebar .sidebar-sch {
    padding: 8px 20px 0;
  }
}
.sidebar .sidebar-sch .sch-form {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  background: #f1f5f9;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .sidebar .sidebar-sch .sch-form {
    height: 48px;
  }
}
@media screen and (max-width: 576px) {
  .sidebar .sidebar-sch .sch-form {
    height: 36px;
  }
}
.sidebar .sidebar-sch .sch-form input[type=search] {
  flex-grow: 1;
  line-height: 40px;
  background: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .sidebar .sidebar-sch .sch-form input[type=search] {
    line-height: 48px;
  }
}
@media screen and (max-width: 576px) {
  .sidebar .sidebar-sch .sch-form input[type=search] {
    line-height: 36px;
  }
}
.sidebar .sidebar-sch .sch-form .btn-search {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.sidebar .sidebar-sch .sch-form .btn-search.sch {
  background: url(../img/btn_zoom.png) no-repeat center/cover;
}
.sidebar .sidebar-sch .sch-form .btn-search.close {
  display: none;
  background: url(../img/btn_x.png) no-repeat center/cover;
}
.sidebar .sidebar-sch .sch-form .btn-search + .btn-search {
  margin-left: 12px;
}
.sidebar .list-sort {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .sidebar .list-sort {
    padding: 16px 20px;
    box-shadow: 0 2px 0.4rem rgba(47, 48, 78, 0.1);
  }
}
@media screen and (max-width: 576px) {
  .sidebar .list-sort {
    padding: 8px 20px;
  }
}
.sidebar .list-sort > a {
  display: block;
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  color: #9ea6ac;
}
.sidebar .list-sort > a.active {
  background: #2a2c2f;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .sidebar .list-sort > a {
    font-size: 13px;
  }
}
.sidebar .search-list {
  display: none;
  top: 80px !important;
}
.sidebar .search-list .search-result {
  width: 100%;
  padding: 0 20px 20px;
  color: #2a2c2f;
}
.sidebar .search-list li:hover {
  background: #ffffff !important;
}
.sidebar .search-list li:hover > a {
  border-bottom: 1px solid #d6dbdb !important;
}
.sidebar .sidebar-list,
.sidebar .search-list {
  position: absolute;
  top: 134px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .sidebar .sidebar-list,
.sidebar .search-list {
    top: 127px;
  }
}
@media screen and (max-width: 576px) {
  .sidebar .sidebar-list,
.sidebar .search-list {
    top: 90px;
  }
}
.sidebar .sidebar-list li,
.sidebar .search-list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 20px;
  line-height: 140%;
  transition: all 0.5s ease;
}
.sidebar .sidebar-list li > a,
.sidebar .search-list li > a {
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #d6dbdb;
}
@media screen and (min-width: 768px) {
  .sidebar .sidebar-list li:hover,
.sidebar .search-list li:hover {
    background: #e1f1ff;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .sidebar .sidebar-list li:hover,
.sidebar .search-list li:hover {
    background: none;
  }
}
.sidebar .sidebar-list li .item-name,
.sidebar .search-list li .item-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
.sidebar .sidebar-list li .item-name p.name,
.sidebar .search-list li .item-name p.name {
  color: #2a2c2f;
  font-size: 16px;
  font-weight: 700;
  margin-right: 12px;
}
.sidebar .sidebar-list li .item-name p.distance,
.sidebar .search-list li .item-name p.distance {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #25479d;
  font-weight: 500;
}
.sidebar .sidebar-list li .item-name p.distance::before,
.sidebar .search-list li .item-name p.distance::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_pin.png) no-repeat center/cover;
}
.sidebar .sidebar-list li p.addr,
.sidebar .search-list li p.addr {
  display: block;
  margin-top: 6px;
}
.sidebar .sidebar-list li p.desc,
.sidebar .search-list li p.desc {
  display: block;
  margin-top: 12px;
  color: #9ea6ac;
}
@media screen and (max-width: 768px) {
  .sidebar .sidebar-list li p.desc,
.sidebar .search-list li p.desc {
    display: none;
  }
}

.item-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.item-info .box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.item-info .box dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #2a2c2f;
}
.item-info .box dl dt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-indent: -9999px;
  margin-right: 4px;
}
.item-info .box dl dt::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
}
.item-info .box dl dd {
  font-size: 12px;
  line-height: 14px;
}
.item-info .box dl.hits dt::after {
  background: url(../img/ico_hit.png) no-repeat center/cover;
}
.item-info .box dl.review dt::after {
  background: url(../img/ico_review.png) no-repeat center/cover;
}
.item-info .box dl + dl {
  margin-left: 14px;
}
.item-info .list-bookmark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #25479d;
  height: 20px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 6px;
}
.item-info .list-bookmark::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url(../img/ico_list_bookmark.png) no-repeat center/cover;
}

/*------------
view
-------------*/
#container {
  width: 100%;
  height: auto;
  background-color: #fbfbfb;
}
#container .inner {
  width: 60%;
  min-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }
}
#container .page-cont > .inner + .inner {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d6dbdb;
}

.page-title > .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 40px;
  border-bottom: 1px solid #d6dbdb;
}
@media screen and (max-width: 768px) {
  .page-title > .inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    padding: 36px 20px !important;
  }
}
.page-title .title {
  color: #2a2c2f;
  font-weight: 700;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .page-title .title {
    font-size: 24px;
  }
}
.page-title .title span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #9ea6ac;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .page-title .title span {
    margin-top: 8px;
  }
}
.page-title .title span strong {
  font-weight: 900;
}
.page-title .util .btn-util {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid #d6dbdb;
  border-radius: 999px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-title .util .btn-util {
    padding: 0 14px;
    line-height: 36px;
  }
}
.page-title .util .btn-util::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.page-title .util .btn-util.bookmark {
  border-color: #25479d;
  color: #25479d;
}
.page-title .util .btn-util.bookmark::before {
  background: url(../img/ico_btn_bookmark.png) no-repeat center/cover;
}
.page-title .util .btn-util.bookmark.on {
  background: #25479d;
  color: #ffffff;
}
.page-title .util .btn-util.bookmark.on::before {
  background: url(../img/ico_btn_bookmark_on.png) no-repeat center/cover;
}
.page-title .util .btn-util.review {
  border-color: #2a2c2f;
  color: #2a2c2f;
}
.page-title .util .btn-util.review::before {
  background: url(../img/ico_btn_review.png) no-repeat center/cover;
}

.page-cont {
  padding: 40px 0 60px;
}
.page-cont .box-tit {
  font-size: 20px;
  font-weight: 700;
  color: #2a2c2f;
  margin-bottom: 20px;
}
.page-cont .box-tit span {
  font-weight: 400;
}

/* 장소 정보 */
.data-info-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .data-info-box {
    flex-direction: column;
    gap: 16px;
  }
}
.data-info-box .lay-img {
  flex: 0 0 600px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .data-info-box .lay-img {
    width: 100%;
  }
}
.data-info-box > .info {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  background: #f1f5f9;
  padding: 16px;
  border-radius: 20px;
}
.data-info-box > .info dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 520px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .data-info-box > .info dl {
    min-width: 100%;
  }
}
.data-info-box > .info dl dt {
  flex: 0 0 140px;
  font-weight: 700;
  color: #2a2c2f;
}
.data-info-box > .info dl dd {
  word-break: break-all;
  padding-right: 20px;
  line-height: 150%;
}

/* 이미지 리스트 */
.lay-img {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.lay-img .lay-img-item {
  flex: 0 0 25%;
  position: relative;
  height: 120px;
  overflow: hidden;
  background: #f1f5f9;
}
@media screen and (max-width: 576px) {
  .lay-img .lay-img-item {
    flex: 0 0 33.333%;
  }
}
.lay-img .lay-img-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.lay-img .lay-img-btn {
  display: block;
  width: 100%;
  padding-top: 12px;
}
.lay-img .lay-img-btn .btn-img-all {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  border: 1px solid #9ea6ac;
  font-size: 16px;
  color: #2a2c2f;
  font-weight: 500;
}
.lay-img .lay-img-btn .btn-img-all i {
  color: #25479d;
  font-size: 20px;
  font-weight: 900;
}
.lay-img .lay-img-btn .btn-img-all:hover {
  border: 1px solid #62676b;
  font-weight: 700;
}

.lay_chart {
  display: flex;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .lay_chart {
    height: 300px;
  }
}

.lay_weather {
  display: flex;
  flex-flow: row wrap;
  background: #f1f5f9;
  padding: 16px;
  border-radius: 20px;
  gap: 16px 24px;
}
.lay_weather__item {
  display: flex;
  align-items: center;
  flex: 0 0 calc(25% - 18px);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .lay_weather__item {
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (max-width: 576px) {
  .lay_weather__item {
    flex: 0 0 100%;
  }
}
.lay_weather__item dt {
  padding-right: 16px;
  color: #2a2c2f;
  font-weight: 500;
  border-right: 1px solid #2a2c2f;
}
@media screen and (max-width: 576px) {
  .lay_weather__item dt {
    min-width: 100px;
  }
}

.lay-tour {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
}
.lay-tour__item {
  flex: 0 0 calc(25% - 18px);
  border-radius: 20px;
  padding: 16px;
  background-color: #ffffff;
  opacity: 0.8;
  cursor: pointer;
  box-shadow: 2px 2px 8px rgba(47, 48, 78, 0.1);
  overflow: hidden;
  border: 2px solid #ffffff;
}
.lay-tour__item:hover {
  opacity: 1;
  border: 2px solid #25479d;
}
@media screen and (max-width: 768px) {
  .lay-tour__item {
    flex: 0 0 calc(50% - 12px);
    opacity: 1;
  }
}
@media screen and (max-width: 576px) {
  .lay-tour__item {
    flex: 0 0 100%;
  }
}
@media (hover: none) {
  .lay-tour__item:hover {
    opacity: 1;
    border: 2px solid #ffffff;
  }
}
.lay-tour__thumb {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.lay-tour__thumb img {
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}
.lay-tour__info {
  margin-top: 16px;
}
.lay-tour__info .title {
  font-size: 16px;
  font-weight: 700;
  color: #2a2c2f;
}
.lay-tour__info .addr {
  margin-top: 4px;
  color: #9ea6ac;
}
.lay-tour__info .desc {
  margin-top: 12px;
  line-height: 1.6;
  height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lay-tour__info .distance {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #2a2c2f;
  font-weight: 500;
}
.lay-tour__info .distance::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_pin.png) no-repeat center/cover;
}
.lay-tour__info .gobtn {
  margin-top: 14px;
  font-weight: 700;
  color: #25479d;
  text-decoration: underline;
}
.lay-tour__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(42, 44, 47, 0.4);
}
.lay-tour__modal .modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  max-height: 60%;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .lay-tour__modal .modal-box {
    width: 90%;
    max-height: 80%;
  }
}
.lay-tour__modal .modal-box img {
  object-fit: cover;
}
.lay-tour__modal .modal-box__info {
  position: absolute;
  bottom: 24px;
  width: 100%;
  padding: 48px 24px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  color: #ffffff;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .lay-tour__modal .modal-box__info {
    max-height: 120px;
    overflow-y: auto;
  }
}
.lay-tour__modal .modal-box__info .title {
  font-size: 18px;
  font-weight: 700;
}
.lay-tour__modal .modal-box__info .addr {
  margin-top: 8px;
  color: #9ea6ac;
}
.lay-tour__modal .modal-box__info .desc {
  margin-top: 12px;
  line-height: 1.6;
  color: #d6dbdb;
}
.lay-tour__modal .modal-box__exit {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-weight: 700;
  z-index: 999;
  font-size: 48px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.lay-bookmark li.empty,
.lay-review li.empty {
  min-height: 140px;
  justify-content: center;
  align-items: center;
  background: #f1f5f9;
  box-shadow: 0 0 0 rgba(47, 48, 78, 0.1);
}
.lay-bookmark li.empty p,
.lay-review li.empty p {
  font-size: 16px;
  color: #9ea6ac;
}
.lay-bookmark li.empty a,
.lay-review li.empty a {
  font-weight: 700;
  color: #25479d;
  text-decoration: underline;
  margin-top: 16px;
}

.lay-bookmark {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: -12px;
}
.lay-bookmark .lay-bookmark-item {
  flex: 0 0 33.333%;
  padding: 12px;
}
.lay-bookmark .lay-bookmark-item > a {
  display: block;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 2px 2px 8px rgba(47, 48, 78, 0.1);
}
.lay-bookmark .lay-bookmark-item .item-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
.lay-bookmark .lay-bookmark-item .item-name p.name {
  color: #2a2c2f;
  font-size: 16px;
  font-weight: 700;
  margin-right: 12px;
}
.lay-bookmark .lay-bookmark-item .item-name p.distance {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #25479d;
  font-weight: 500;
}
.lay-bookmark .lay-bookmark-item .item-name p.distance::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_pin.png) no-repeat center/cover;
}
.lay-bookmark .lay-bookmark-item p.addr {
  display: block;
  margin-top: 6px;
}
.lay-bookmark .lay-bookmark-item p.desc {
  display: block;
  margin-top: 12px;
  color: #9ea6ac;
}
.lay-bookmark .lay-bookmark-item p.date {
  display: block;
  margin-top: 12px;
  color: #9ea6ac;
}

.lay-review {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.lay-review .lay-review-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 2px 2px 8px rgba(47, 48, 78, 0.1);
}
.lay-review .lay-review-item .review-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d6dbdb;
}
.lay-review .lay-review-item .review-top .writer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.lay-review .lay-review-item .review-top .writer .profile {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 8px;
}
.lay-review .lay-review-item .review-top .writer .profile img {
  width: 100%;
  height: auto;
}
.lay-review .lay-review-item .review-top .writer .name {
  color: #2a2c2f;
  font-weight: 700;
}
.lay-review .lay-review-item .review-top .review-util button {
  color: #2a2c2f;
  font-weight: 500;
}
.lay-review .lay-review-item .review-top .review-util button + button {
  margin-left: 12px;
}
.lay-review .lay-review-item .review-bottom {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.lay-review .lay-review-item .review-bottom + .review-top {
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  border-top: 1px solid #d6dbdb;
  border-bottom: none;
}
.lay-review .lay-review-item .cont .title {
  font-size: 16px;
  font-weight: 700;
  color: #2a2c2f;
  margin-top: 4px;
  margin-bottom: 12px;
}
.lay-review .lay-review-item .cont .desc {
  line-height: 150%;
}
.lay-review .lay-review-item .thumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: 24px;
}
.lay-review .lay-review-item .thumb .thumb-img {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
}
.lay-review .lay-review-item .thumb .thumb-img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.lay-review .lay-review-item .thumb .thumb-img .btn-img-del {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 10px;
  top: 4px;
  right: 4px;
  background: #ff5683;
  color: #ffffff;
  z-index: 1;
}
.lay-review .lay-review-item .thumb .thumb-img + .thumb-img {
  margin-left: 8px;
}
.lay-review .lay-review-item + li {
  margin-top: 12px;
}

/* 블로그 리뷰 */
.lay-blog {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
.lay-blog .lay-blog-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 2px 2px 8px rgba(47, 48, 78, 0.1);
}
.lay-blog .lay-blog-item > .thumb {
  flex: 0 0 130px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.lay-blog .lay-blog-item > .cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.lay-blog .lay-blog-item > .cont > .desc {
  line-height: 150%;
}
.lay-blog .lay-blog-item > .cont > .info {
  margin-top: 8px;
  color: #9ea6ac;
}
.lay-blog .lay-blog-item > .cont > .info strong {
  color: #2a2c2f;
  margin-right: 8px;
}
.lay-blog .lay-blog-item > .cont > .logo {
  width: auto;
  height: 20px;
  margin-top: 16px;
}
.lay-blog .lay-blog-item > .cont > .logo img {
  width: auto;
  height: 100%;
}

/* 마이페이지 */
.user-info-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.user-info-wrap .thumb {
  width: 120px;
  height: 120px;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 100%;
}
.user-info-wrap .thumb img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.user-info-wrap .cont .name {
  font-size: 18px;
  color: #2a2c2f;
  font-weight: 500;
}
.user-info-wrap .cont .name strong {
  font-size: 24px;
  font-weight: 900;
}
.user-info-wrap .cont .login-time {
  margin-top: 8px;
}

/* 모달팝업 */
.layer-dim,
.layer-dim-overlap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.layer-dim-overlap {
  z-index: 2500;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  padding: 16px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 0.4rem rgba(47, 48, 78, 0.1);
}
.modal .modal-exit {
  position: relative;
  width: 32px;
  font-size: 32px;
  text-align: center;
  color: #2a2c2f;
  z-index: 100;
  cursor: pointer;
}
.modal .modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 10px;
}
.modal .modal-header .tit {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #2a2c2f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.modal .modal-cont {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 24px;
  overflow-y: auto;
}
.modal.modal-img {
  width: 900px;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .modal.modal-img {
    width: 90%;
    height: auto;
  }
}
.modal.modal-img .modal-cont {
  height: 600px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal.modal-img .modal-cont {
    height: auto;
  }
}
.modal.modal-img .modal-cont img {
  width: 100%;
  height: auto;
}
.modal.modal-img-all {
  width: 1130px;
}
@media screen and (max-width: 768px) {
  .modal.modal-img-all {
    width: 90%;
    height: auto;
  }
}
.modal.modal-img-all .modal-cont {
  height: 700px;
}
@media screen and (max-width: 768px) {
  .modal.modal-img-all .modal-cont {
    height: auto;
    max-height: 300px;
  }
}
.modal.modal-img-all .modal-cont .lay-img {
  width: 100%;
}
.modal.modal-review {
  width: 900px;
}
@media screen and (max-width: 768px) {
  .modal.modal-review {
    width: 100%;
    height: auto;
  }
}
.modal.modal-review .modal-cont {
  height: auto;
  max-height: 700px;
}
.modal.modal-review .review-write {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  align-items: stretch;
}
.modal.modal-review .review-write input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #2a2c2f;
  margin-bottom: 16px;
}
.modal.modal-review .review-write textarea {
  background: #f1f5f9;
  border: none;
  height: 200px;
  padding: 12px;
}
.modal.modal-review .review-file {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  align-items: stretch;
  margin-top: 24px;
}
.modal.modal-review .review-file .tit {
  font-size: 16px;
  color: #2a2c2f;
  font-weight: 500;
}
.modal.modal-review .review-file .file-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
}
.modal.modal-review .review-file .file-box .file-item {
  flex: 1;
}
.modal.modal-review .review-file .file-box .file-item + .file-item {
  margin-top: 12px;
}
.modal.modal-review .review-file .file-box .file-item .file-item-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.modal.modal-review .review-file .file-box .file-item .file-item-top .btn-img-x {
  display: none;
  padding: 0 8px;
  line-height: 36px;
  border-radius: 10px;
  background: #2a2c2f;
  color: #ffffff;
}
.modal.modal-review .review-file .file-box .file-item .preview {
  display: none;
  position: relative;
  width: 100%;
  padding: 12px;
  margin-top: 4px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.modal.modal-review .review-file .file-box .file-item .preview img {
  max-width: 100%;
  height: auto;
}
.modal.modal-review .review-file .file-box .file-item .preview .btn-img-x {
  display: none;
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 0 8px;
  line-height: 36px;
  border-radius: 10px;
  background: #2a2c2f;
  color: #ffffff;
}
.modal .btn-wrap {
  margin-top: 20px;
  text-align: center;
}

/* 버튼 */
.btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
}
.btn.btn-sml {
  min-width: 80px;
  line-height: 38px;
  padding: 0 1.6rem;
}
.btn.btn-big {
  line-height: 50px;
  padding: 0 6rem;
  border-radius: 25px;
}
.btn.gray {
  background: #62676b;
  color: #ffffff;
}
.btn.dark {
  border: 1px solid #2a2c2f;
  background: #2a2c2f;
  color: #ffffff;
}
.btn.primary {
  border: 1px solid #25479d;
  background: #25479d;
  color: #ffffff;
}
.btn.line {
  border: 1px solid #2a2c2f;
  color: #2a2c2f;
}

/* 공통 폼 스타일 */
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=submit],
input[type=number],
input[type=search],
input[type=number] {
  padding: 0 4px;
  background: #ffffff;
  border: 1px solid #d6dbdb;
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=submit]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder {
  color: #9ea6ac;
}

input[type=text], input[type=password], input[type=date], input[type=number], input[type=search] {
  color: #2a2c2f;
  height: 38px;
}
input[type=text]:read-only, input[type=password]:read-only, input[type=date]:read-only, input[type=number]:read-only, input[type=search]:read-only {
  background: #f1f5f9;
}

.select-wrap {
  display: inline-block;
  position: relative;
  border: 1px solid #d6dbdb;
}
.select-wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 36px;
  height: 38px;
  border-left: 1px solid #d6dbdb;
  background: url("../img/common/select.png") no-repeat center #ffffff;
  background-size: 8px 8px;
}

select {
  display: inline-block;
  height: 38px;
  padding-right: 46px;
  background-clip: padding-box;
  width: 100%;
  background: transparent;
  color: #2a2c2f;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  position: relative;
  width: auto;
  min-height: 20px;
  padding-left: 20px;
  vertical-align: middle;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid #d6dbdb;
  background: #ffffff;
  transform: translateY(-50%);
  border-radius: 5px;
  vertical-align: middle;
}
input[type=checkbox] + label::after,
input[type=radio] + label::after {
  content: "";
  position: absolute;
}
input[type=checkbox] + label span,
input[type=radio] + label span {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  border-color: #25479d;
}

input[type=checkbox] + label::after {
  content: "\e92b";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "feather" !important;
  color: #d6dbdb;
  text-align: center;
  line-height: 20px;
  transform: translateY(-50%);
}
input[type=checkbox]:checked + label::before {
  border: 1px solid #25479d;
  background: #25479d;
}
input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

input[type=radio] + label::before {
  border-radius: 100%;
}
input[type=radio] + label::after {
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}
input[type=radio]:checked + label::after {
  background: #25479d;
  border-radius: 100%;
}

.view-map {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 576px) {
  .view-map {
    height: 300px;
  }
}

/*# sourceMappingURL=ui.css.map */
