/*colors*/
.redText {
  color: #1db177 !important;
}

.bold {
  font-weight: bold;
}

/*input*/

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.text-center {
  text-align: center;
}

/*loading*/

.loading {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  cursor: wait;
  top: 0;
  left: 0;
}

.loadingIcon {
  height: 50px;
  width: 50px;
  overflow: visible;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loadingIcon i {
  color: #fff;
}

.display-none.loading {
  display: none;
}

/*loading*/

body.layout-map-view section#content_wrapper {
  padding-top: 60px;
  margin-left: 0;
}

body.layout-map-view div.container {
  padding-left: 0;
  width: 100%;
}

body.layout-map-view section#content {
  padding: 0 0 0 0;
}

.navbar-nav li a {
  display: inline-block;
}

.navbar-nav li .seperator {
  color: #ccc;
}

.navbar-branding {
  width: 174px;
}

.navbar .admin-form .smart-widget {
  width: 240px;
  display: inline-block;
}

.navbar .admin-form {
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 15px;
}

.navbar .admin-form .gui-input {
  padding: 6px;
  height: 32px;
}

.navbar .admin-form .smart-widget .button {
  height: 32px;
  line-height: 0;
  background-color: #e94137;
  border-color: #e94137;
  color: #ffffff;
  width: 36px;
}

.navbar .admin-form .smr-50 {
  padding-right: 36px;
}

.navbar .admin-form .button {
  padding: 0;
}

/* header */

#topSearchView {
  border-radius: 0;
  height: 32px;
  margin-top: 2px;
  padding: 0 10px;
}

#sidebar_right {
  width: 498px;
}

/* header right menu set */
ul.nav .navbar-nav .navbar-right .navbar-button > li > a {
  font-size: 13px;
}

/* header profile-dropdown menu */

#product-menu .dropdown-menu,
#profile-menu .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 12px;
}

#product-menu .dropdown-menu li,
#profile-menu .dropdown-menu li {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  width: 160px;
  line-height: 32px;
  margin-left: 50px;
  padding: 0;
  margin-bottom: -1px;
}

#profile-menu li a i {
  color: #ddd;
  margin-right: 8px;
}

#profile-menu .fa-sort-desc {
  color: #444;
  margin-left: 20px;
  top: -4px;
  position: relative;
}

.w-100 {
  width: 100%;
}

.sidebar-filter .checkbox-container {
  padding: 0 12px;
}

.sidebar-filter {
  margin-bottom: 6px;
}

.sidebar-filter button {
  background-color: #fff;
}

.sidebar-filter button span.value {
  color: #aaa;
  margin-left: 8px;
}

.sidebar-filter button span.dropdown-icon {
  position: absolute;
  right: 26px;
  top: 4px;
  color: #ec4b3f;
}

.dropdown-filter {
  font-size: 14px;
  margin-top: 7px;
  padding: 0;
  border-radius: 2px;
  border-top: 3px solid #ec4b3f;
  left: auto !important;
  width: 320px;
}

.dropdown-filter:after {
  border-bottom-color: #ec4b3f;
}

.dropdown-filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: 0;
  bottom: 100%;
  border-width: 0 10px 10px;
  border-bottom-color: #ec4b3f;
}

.dropdown-filter.align-right:after {
  left: auto;
  right: 20px;
}

.filter-monthly-fee-container .dropdown-filter {
  right: 10px;
}

.dropdown-filter.align-right {
  right: 10px;
}

.thumbnail {
  border-radius: 0;
}

#content_wrapper {
  padding-top: 60px;
}

button:focus {
  outline: 0;
}

/* ============================================================================================================
여기서 부터 Remark
============================================================================================================*/

.navbar .navbar-fixed-top {
  height: 80px;
}

.userNav.navbar .navbar-header {
  padding: 21px 30px 21px 30px;
}

.navbar .navbar-header img.visible-lg {
  width: 180px;
}

.navbar .navbar-header img.hidden-lg {
  width: 60px;
}

.navbar ul > li > a {
  font-size: 14px;
  color: #444;
  padding: 25px 20px;
}

.sendbird-inbox {
  position: relative;
  display: block;
}

.sendbird-inbox.chat::after {
  content: attr(data-count);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0.2rem;
  left: 6.2rem;
  padding: 0 0.5rem 0 0.5rem;
  border-radius: 9px;
  font-size: 11px;
  background-color: red;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 18px;
  line-height: 18px;
}

.sendbird-inbox.chat.db::after {
  width: 18px;
}

.navbar ul > li.active {
  background-color: transparent;
}

.navbar ul > li.active > a,
.navbar ul > li > a:hover,
.navbar ul > li > a:focus,
.top-navigation .navbar ul > li.active > a,
.top-navigation .navbar ul > li > a:hover,
.top-navigation .navbar ul > li > a:focus {
  font-weight: normal;
}

.navbar ul {
  margin: 0;
}

ul.nav.navbar-nav.navbar-right > li > a,
ul.nav.navbar-nav.main-nav > li > a,
ul.nav.navbar-nav.navbar-right > li > #profile-menu,
#wrapper #page-wrapper div nav ul.nav.navbar-nav > li > a {
  color: #444;
  font-size: 16px;
  padding: 30px 12px 26px 12px;
}

.accountWrap > #profile-menu {
  padding: 0 !important;
}

ul.nav.navbar-nav.main-nav li a:hover,
ul.nav.navbar-nav.navbar-right.navbar-button li a:hover {
  border: none;
  font-weight: bold;
  color: #000;
}

.top-navigation .nav > li > a,
.navbar ul > li > a {
  padding: 0;
  font-weight: normal;
  color: #444;
  padding-top: 1px;
}

form#search {
  display: none;
}

#wrapper #page-wrapper form#search {
  float: left;
  padding: 21px 25px;
  display: inline;
}

/* 주소검색 (header, main) style */
#search ul.typeahead.dropdown-menu li,
#wrapper #page-wrapper #search li {
  padding: 0;
}

#search ul.typeahead.dropdown-menu li a {
  font-size: 14px;
  padding: 7px 10px;
  background-color: #fff;
}

#search ul.typeahead.dropdown-menu li.active a,
#wrapper #page-wrapper #search li.active a,
#searchBoxForm li.active a {
  background-color: #eee;
  color: #444;
  border-radius: 0;
}

#search ul.typeahead.dropdown-menu li:first-child.active a,
#wrapper #page-wrapper #search li:first-child.active a,
#searchBoxForm li:first-child.active a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#search ul.typeahead.dropdown-menu li:last-child.active a,
#wrapper #page-wrapper #search li:last-child.active a,
#searchBoxForm li:last-child.active a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#wrapper #page-wrapper #search li a {
  padding: 7px 10px;
  margin: 0;
  font-size: 14px;
}

#wrapper #page-wrapper #search li a strong,
#search ul.typeahead.dropdown-menu li a strong,
#searchBoxForm li a strong {
  color: #1db177;
}

input#top-search.form-control.search.typeahead {
  width: 350px;
}

#search .form-inline input,
#search .form-inline button {
  border-radius: 25px;
  border: none;
  font-size: 13px;
}

#search .form-inline {
  border: 2px solid #1db177;
  border-radius: 25px;
}

button#topSearchView.btn.btn-white {
  border: 0;
  color: #1db177;
  margin-left: -4px;
}

button#topSearchView.btn.btn-white:active {
  box-shadow: none;
}

.navbar ul.navbar-right {
  margin: 0;
}

.navbar ul.navbar-right li > a {
  font-size: 13px;
  color: #999c9e;
}

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
  overflow-x: hidden;
}

body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
  margin-top: 54px;
}

.navbar-brand {
  padding: 12px 28px 13px 20px;
}

.nav > li.active > a {
  color: #1db177;
}

.nav > li.active {
  border-left: none;
  background-color: #ffffff;
}

.navbar-form-custom .form-control.search:focus,
.navbar-form-custom .form-control.search:active {
  border: 1px solid #e94137;
}

.navbar-button li {
  text-align: center;
}

ul.navbar-right {
  margin-right: 0;
}

.page-map .item .item-photo {
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.page-map .item .item-photo img.thumbnail-image {
  width: 100%;
  height: auto;
  display: block;
}

.sidebar .row {
  margin-right: 5px;
  margin-left: 5px;
  padding: 0 12px;
  border-top: 1px solid #f4f4f4;
  margin-bottom: 5px;
}

.sidebar .row.house-list {
  margin: 0;
  padding: 5px;
  background-color: #e4e4e4;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.top-navigation .navbar-brand {
  background-color: inherit;
}

body {
  /*background-color: inherit;*/
}

body.default.top-navigation .wrapper.wrapper-content {
  padding-top: 70px;
}

.sidebar .cashback {
  text-align: center;
}

.sidebar .cashback .cashback-value {
  padding: 4px 8px;
  border: 1px solid #ff453a;
  display: inline-block;
  color: #ff453a;
  font-size: 16px;
  margin-bottom: 26px;
  margin-top: 14px;
}

.contact-info .line {
  margin-bottom: 4px;
  font-weight: normal;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: inherit;
}

a:focus {
  outline: none;
}

.btn-inverse:hover,
.btn-inverse:focus {
  color: inherit;
}

.btn-inverse {
  background: #000;
}

ul.navbar-nav.main-nav {
  font-size: 1.6rem;
  /* margin-right: 20px; */
}

/* modal global style */

.modal .modal-header button.close {
  opacity: 1;
}

.modal .modal-header button.close:hover {
  opacity: 0.5;
}

/* common modal style */

.modal .alert {
  display: none;
}

/* home */

.search-box .input-danger,
.search-box .input-danger:active,
.search-box .input-danger:focus {
  border-color: #1db177 !important;
  color: #000;
}

.tags {
  width: 600px;
  color: #fff;
  font-size: 20px;
  margin: 10px auto auto 0;
  text-align: left;
  height: auto;
  overflow: visible;
}

.tags a {
  color: #fff;
  margin: 0 10px;
}

/* 모든 방 보기 버튼 */

#allview {
  margin-left: 0;
}

.main-gird {
  padding: 15px;
}

.main-grid .item {
  font-size: 40px;
  height: 324px;
  text-align: center;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-grid .item a:link,
.main-grid .item a:visited,
.main-grid .item a:hover,
.main-grid .item a:active {
  color: #fff;
  position: relative;
  top: 42%;
}

#deal,
#cashback,
#gosiwon,
#around {
  background-position-x: 20px;
}

#realtime {
  background-image: url('/images/main_banner_01.png');
}

#deal {
  background-image: url('/images/main_banner_02.png');
}

#agency {
  background-image: url('/images/main_banner_03.png');
}

#cashback {
  background-image: url('/images/main_banner_04.png');
}

#rental {
  background-image: url('/images/main_banner_05.png');
}

#gosiwon {
  background-image: url('/images/main_banner_06.png');
}

#around {
  background-image: url('/images/main_banner_07.png');
}

/* bottom menu */

#bottommenu {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #eeeeee;
  text-align: center;
  margin-top: 20px;
}

#bottommenu a,
#bottommenu a:link,
#bottommenu a:visited,
#bottommenu a:hover,
#bottommenu a:active {
  color: #000;
}

#bottommenu ul {
  list-style-type: none;
  padding: 0;
}

#bottommenu ul li {
  font-weight: bold;
}

#bottommenu ul li ul li {
  font-weight: normal;
}

#bottommenu div {
  display: inline-block;
}

#bottommenu div div {
  float: left;
  text-align: left;
  margin: 30px 70px;
}

/* footer */

.site-footer {
  width: 100%;
  color: #818181;
  background-color: #fafafb;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  padding-bottom: 50px;
}
.site-footer .footer-container {
  width: 1175px;
  min-width: 1170px;
  position: relative;
  margin: auto;
}
.site-footer a {
  color: unset;
  line-height: 23px;
}
.site-footer .nav-wrapper {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-inline-start: 0;
}
.site-footer .nav-wrapper .nav-item {
  margin-right: 30px;
}
.site-footer .normal-text {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 4px;
}
.site-footer .bold-text {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 4px;
}
.site-footer .light-gray {
  color: #aaaaaa;
}
.site-footer .dark-gray {
  color: #3f3f3f;
}
.site-footer .right {
  text-align: right;
}
.site-footer .bold {
  font-weight: bold;
}
.site-footer .contact-wrapper {
  list-style: none;
  padding-inline-start: 0;
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.site-footer .contact-title {
  display: inline-block;
  width: 80px;
}
.site-footer .social-button {
  background-color: #d0d0d0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  margin-left: 8px;
  display: inline-block;
  padding: 5px 5px;
}

.site-footer .end-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#social-cafe:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('../@images/@icons/naver-cafe.svg');
  background-position: center;
}

#social-naver-post:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('../@images/@icons/naver-post.svg');
  background-position: center;
}

#social-instagram:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('../@images/@icons/instagram.svg');
  background-position: center;
}

#social-blog:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('../@images/@icons/naver-blog.svg');
  background-position: center;
}

#social-youtube:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('../@images/@icons/youtube.svg');
  background-position: center;
}
/* end of footer */

/* commom mdal style */

.modal-sm .modal-header {
  border-bottom: none;
}

.modal-sm .modal-body {
  padding: 48px 0;
}

.modal-sm .modal-body p {
  text-align: center;
  margin: 0 10px;
  color: #818181;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: normal;
  word-break: keep-all;
}

.modal-sm .modal-footer {
  margin-top: 0;
  border-top: none;
}

#alertModal .modal-header {
  height: 60px;
  text-align: center;
  color: #1db177;
  font-size: 18px;
  border-bottom: 1px solid;
}

#alertModal .modal-content {
  border-radius: 8px;
}

#alertModal .modal-footer {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  height: 48px;
}

#alertModal .modal-footer button {
  border: none;
  color: #818181;
  margin: 0 auto;
  font-size: 14px;
  padding: 0;
}

#alertModal .modal-footer button:hover,
#alertModal .modal-footer button:active {
  box-shadow: none !important;
  background-color: #fff;
}

/* agency Alert Modal style*/

#agencyAlertModal .modal-footer {
  text-align: center;
}

#agencyAlertModal .btn {
  width: 48%;
}

.item .badge.badge-peterpan {
  background-color: #28903b;
  color: white;
}

.item .price .rent.peterpan {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-top: 3px;
}

table.vertical-middle tr td {
  vertical-align: middle !important;
}

.widget-container {
  margin-bottom: 20px;
}

/* accodion */

.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}

.panel-title {
  margin: 15px 20px;
}

.panel-title:nth-child(2) {
  margin-top: 20px;
}

.accordion__panel {
  background-color: #eee;
}

.accordion dd {
  background-color: #fff;
  font-size: 13px;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #fafafa;
}

div.wrapper div.container {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 40px 0 40px 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #fafafa;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  padding: 12px 12px 11px 12px;
  display: block;
  text-decoration: none;
  color: #444444;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #e5e5e5;
}

.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #eee;
  color: #444444;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #fafafa;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}

img.price-prefix {
  position: absolute;
  top: 10px;
  width: 15px;
}

.sidebar .house-list {
  padding: 0;
}

.accordion dl,
.accordion-list {
  border: none;
}

.onLoad {
  -webkit-animation: bounce 2s;
}

.red-dot {
  color: #1db177;
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  top: 9px;
}

a:focus,
a:hover {
  color: #444;
}

#profile-image {
  position: relative;
}

#profile-image img {
  border: 1px solid #d6d6d6;
  /*padding: 19px; */
  margin-top: 11px;
  margin-right: 11px;
  margin-bottom: 11px;
  width: 132px;
  height: 136px;
}

#profile-image p {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  padding: 8px 13px;
  position: absolute;
  left: 1px;
  top: 110px;
  width: 130px;
  cursor: pointer;
  text-align: center;
}

#profile-image input[type='file'] {
  display: none;
}

.checkbox label::after {
  top: -2px !important;
}

.irs-from,
.irs-to,
.irs-single {
  background-color: #1db177 !important;
  border-radius: 2px !important;
  font-size: 12px !important;
}

.irs-min,
.irs-max {
  border-radius: 2px !important;
  font-size: 12px !important;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
  background-color: #1db177 !important;
  border-color: #1db177 !important;
  color: #fff;
}

.space {
  margin-left: 18px;
  margin-right: 18px;
}

.sns_sign {
  margin-left: 6px;
}

span.label-white {
  background-color: #fefefe;
  border: 1px solid #777;
}

.sweet-alert {
  /* width: 400px; */
  border-radius: 0;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #1db177 !important;
}

.sweet-alert .sa-icon.sa-info::before,
.sweet-alert .sa-icon.sa-info::after {
  background-color: #1db177 !important;
}

.sweet-alert .sa-button-container .confirm {
  background-color: #1db177 !important;
}

/* confirm sweetalert customizing */
.sweet-alert.confirm-swal {
  border-radius: 8px;
  width: 320px;
  padding: 0 0;
}

.sweet-alert.confirm-swal.mobile {
  width: 350px;
  margin-top: unset !important;
}
.sweet-alert.confirm-swal .sa-button-container {
  display: flex;
  border-top: 1px solid #eaeaea;
}

.sweet-alert.sweet-alert.confirm-swal button {
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  flex: 1;
  background-color: #fff !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 52px;
}
.sweet-alert.confirm-swal .sa-button-container .confirm {
  color: #1db177;
}

.sweet-alert.confirm-swal.reverse .sa-button-container .confirm {
  color: #818181;
}

.sweet-alert.confirm-swal.confirm-color-gray .sa-button-container .confirm {
  color: #818181;
}

.sweet-alert.confirm-swal .sa-button-container .cancel {
  /* border-right: 1px solid #eaeaea; */
}

.sweet-alert.confirm-swal.reverse .sa-button-container .cancel {
  color: #1db177;
}

.sweet-alert.confirm-swal h2 {
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  margin: 41px 0;
  white-space: pre-wrap;
}

.sweet-alert.confirm-swal > p {
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  margin: 20px 0;
  line-height: 25px;
  padding: 0 20px;
}

.sweet-alert.confirm-swal.no-body-text p {
  margin: 48px 0;
}

.sweet-alert.confirm-swal.no-body-text h2 {
  margin-bottom: 0;
  color: #818181;
  line-height: 22px;
  font-weight: 400;
  margin: 48px 0;
  font-size: 14px !important;
}

.sweet-alert.confirm-swal.no-body-text.complain h2 {
  display: none;
}

.sweet-alert.confirm-swal.no-body-text.complain h4 {
  font-size: 14px;
  color: #818181;
  font-weight: 400;
  margin: 0;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.42px;
}

.sweet-alert.confirm-swal.no-body-text.complain a {
  display: block;
  margin-top: 8px;
}

.sweet-alert.confirm-swal.no-body-text p {
  display: none;
}

.sweet-alert.confirm-swal.no-body-text .sa-button-container {
  margin-top: 0;
}

.sweet-alert.confirm-swal.has-title {
  padding-top: 0;
}

.sweet-alert.confirm-swal.has-title h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.3px;
  color: #323234;
  padding-top: 24px;
  padding-bottom: 16px;
  margin: 0;
}
.sweet-alert.confirm-swal.has-title p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.3px;
  color: #898990;
}

.sweet-alert.confirm-swal.has-title .sa-button-container .confirm {
  color: #1db177;
}

/* alert-swal */
.sweet-alert.alert-swal {
  border-radius: 8px;
  width: 400px;
  padding: 0;
}
.sweet-alert.alert-swal .sa-button-container {
  display: flex;
  border-top: 1px solid #eaeaea;
}

.sweet-alert.sweet-alert.alert-swal button {
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  flex: 1;
  background-color: #fff !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sweet-alert.alert-swal .sa-button-container .cancel {
  border-right: 1px solid #eaeaea;
}
.sweet-alert.alert-swal h2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  margin: 48px 0 16px;
}

.sweet-alert.alert-swal p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #818181;
  margin-bottom: 50px;
}

.sweet-alert.confirm-swal.no-body-text.confirm-green button.confirm {
  color: #1db177;
}

.sweet-alert h2 {
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.4;
  margin: 25px 0 20px 0;
  word-break: keep-all;
}

.sweet-alert p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #818181;
  margin-bottom: 10px;
}

.sweet-alert a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-decoration-line: underline;
  color: #3f85ff;
}

.agency-sweet-alert.sweet-alert p {
  padding: 48px 0 !important;
}

.agency-sweet-alert.delete .confirm {
  color: #f55858 !important;
}

.agency-sweet-alert.ok .confirm {
  color: #000 !important;
}

.agency-sweet-alert h2 {
  display: none;
}

.agency-sweet-alert.sweet-alert .sa-button-container {
  height: 48px !important;
  line-height: 48px !important;
  border-top: 1px solid #e5e5e5 !important;
}
.agency-sweet-alert.sweet-alert button {
  color: #000 !important;
  font-size: 14px;
  font-weight: normal;
}

.agency-sweet-alert.sweet-alert .sa-button-container button.cancel {
  color: #666 !important;
}

.agency-sweet-alert.sweet-alert .sa-button-container .confirm {
  font-size: 14px;
}

.house-detail .sidebar-content {
  overflow: hidden;
}

.header-profile-image {
  height: 24px;
  width: 24px;
  border-radius: 50%;
}

/* 안심직거래 메뉴 */

span#safety-subtitle {
  color: #aaa;
  font-weight: bold;
  font-size: 10px;
  position: relative;
  top: -15px;
  float: right;
  left: -46px;
  letter-spacing: 1px;
}

span#safety-subtitle + img {
  margin-right: 4px;
  top: -2px;
  position: relative;
}

div#safety-sale-tag {
  color: #fcff00;
  font-size: 12px;
  font-weight: bold;
  background-color: #1db177;
  width: 45px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  left: 0;
  padding-left: 1px;
  top: -1px;
}

div#safety-sale-tag + ul {
  border-top: 2px solid #1db177;
  border-radius: 0;
  left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#safety-sale-tag + ul li a {
  padding: 10px 20px;
  margin: 0;
}

div#safety-sale-tag + ul li a {
  font-size: 14px;
}

div#safety-sale-tag + ul li a:hover {
  background-color: #fff;
}

/* 매물선택 알림 modal css */

div#termsModal .modal-dialog {
  width: 842px;
}

div#termsModal .modal-content {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

div#termsModal .modal-header {
  padding: 0;
  border: none;
}

div#termsModal .modal-body {
  background-color: #fff;
  padding: 40px;
}

div#termsModal .modal-body table {
  border-top: 2px solid #444;
}

div#termsModal .modal-body table thead th {
  height: 53px;
  background-color: #fbfbfb;
  text-align: center;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

div#termsModal .modal-body table thead th:first-child {
  border-right: 1px solid #eee;
}

div#termsModal .modal-body table tbody th {
  font-size: 14px;
  color: #555;
  text-align: center;
  width: 142px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

div#termsModal .modal-body table tbody td {
  padding: 20px;
  color: #555;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

div#termsModal .modal-body table tbody td ul {
  list-style: none;
  padding-left: 20px;
}

div.btnBackgroundBlackGradient {
  background: #555;
  /* For browsers that do not support gradients */
  background: -webket-linear-gradient(#555, #333);
  background: -o-linear-gradient(#555, #333);
  background: -moz-linear-gradient(#555, #333);
  background: linear-gradient(#555, #333);
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 120px;
  margin: auto;
}

#houseComplete .modal-dialog {
  width: 442px;
}

#houseComplete .modal-header {
  text-align: center;
  color: #1db177;
  height: 60px;
  border-bottom: 2px solid #1db177;
}

#houseComplete .modal-body {
  text-align: center;
  font-size: 16px;
  color: #444;
  padding: 30px 0;
}

#houseComplete .modal-footer {
  padding: 0;
  height: 60px;
}

#houseComplete .modal-footer button {
  width: 50%;
  height: 100%;
  float: left;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #444;
  border-radius: 0;
  margin: 0;
}

#houseComplete .modal-footer button:first-child {
  border-right: 1px solid #dce0e0;
}

.checkbox-label {
  padding-top: 15px;
  clear: both;
  margin-bottom: 20px;
  font-weight: bold;
}

.filter-options .checkbox {
  margin-top: -5px !important;
}

.filter-option {
  float: left;
  margin-top: 10px !important;
  margin-right: 10px;
}

.filter-option input[type='checkbox']:focus {
  outline: none !important;
}

.sidebar-header {
  font-size: 14px;
  background-color: #1db177;
  color: #fff;
  padding: 6px 8px 8px 8px;
  margin: 0;
}

.priceSelDiv > div {
  float: left;
  margin-right: 8px;
}

.priceSelDiv > div:last-child {
  margin-right: 0;
}

.col55 {
  width: 55px;
}

.arco {
  background-color: #fafafa;
}

.filter-icon {
  background-color: #fff;
}

.nav-vertical-bar {
  float: left;
  border-left: 1px solid #f2f2f2;
  padding: 19px 0;
  margin: 21px 20px 21px 0;
}

.opened,
.is-expanded .closed {
  display: none;
}

.closed,
.is-expanded .opened {
  display: block;
}

.opened {
  padding: 2px 1px 3px 1px;
}

.agency-navbar > .main-nav > li > a {
  color: #eee !important;
}

div.price-prefix {
  display: inline-block;
  position: relative;
  top: -4px;
  width: 16px;
  height: 16px;
  font-size: 11px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding-top: 1px;
  padding-bottom: 14px;
  border-color: #666;
  line-height: 13px;
  color: #666;
}

div.price-prefix.monthly {
  border-color: #03c83b;
  color: #03c83b;
}

div.price-prefix.lease {
  border-color: #088ea5;
  color: #088ea5;
}

div.price-prefix.short-term {
  border-color: #cc74c5;
  color: #cc74c5;
}

@media (max-width: 1375px) {
  input#top-search.form-control.search.typeahead {
    width: 250px;
  }
}

@media (min-width: 1201px) and (max-width: 1374px) {
  input#top-search.form-control.search.typeahead {
    width: 150px;
  }
}

@media (min-width: 721px) and (max-width: 1200px) {
  .navbar li,
  .navbar .navbar-header {
    float: left;
  }

  .nav-vertical-bar {
    margin: 14px 5px;
  }

  .webHeader ul > li > a {
    padding: 30px 5px !important;
  }

  ul.nav.main-nav {
    float: left;
  }

  ul.navbar-right {
    float: right;
  }

  input#top-search.form-control.search.typeahead {
    width: 120px;
  }

  nav.navbar div.nav-vertical-bar {
    display: none;
  }
}

@media (min-width: 721px) and (max-width: 894px) {
  #wrapper #page-wrapper form#search {
    display: none;
  }
}

/* for 5 columns in 1 row */
.col-5ths {
  width: 20%;
  display: inline-block;
}

/* 중개사, 일반 css 겹칠때 헤더 버그 */
.row div.webHeader nav.userNav div#profile-menu {
  padding: 0;
  line-height: 80px;
}

/* 중개사, 일반 css 겹칠때 헤더 버그 */

button#fa-subscribe {
  padding: 15px;

  background-color: #1db177;
  color: white;
}

#product-menu a {
  font-size: 16px !important;
}

/* loading animation */
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  z-index: 9001;
  top: 50%;
  left: 50%;
  margin: 0px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.sweet-alert.confirm-swal.user-warning {
  width: 288px !important;
  padding: 0 !important;
}

.sweet-alert.confirm-swal.user-warning h2 {
  display: none;
}

.sweet-alert.confirm-swal.user-warning p {
  margin: 0;
  padding: 24px 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 103px;
}

.sweet-alert.confirm-swal.user-warning span {
  color: #898990;
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.3px;
  word-break: keep-all;
}

.sweet-alert.confirm-swal.user-warning button {
  padding: 16px;
}

.sweet-alert.confirm-swal.user-warning button.cancel {
  border-right: none;
}

/* 휴대폰 번호 인증 모달 */
.sweet-alert.phone-validate-alert {
  width: 320px;
  margin: 0;
  padding: 0;
}

.sweet-alert.phone-validate-alert h2 {
  margin: 24px 0 0 0;
  color: #323234;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.sweet-alert.phone-validate-alert p {
  margin: 10px 20px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3px;
  color: #898990;
}

.sweet-alert.phone-validate-alert button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  padding: 14px 0;
}

.sweet-alert.phone-validate-alert button.cancel {
  color: #555558;
}

.sweet-alert.confirm-swal.user-warning {
  width: 288px !important;
  padding: 0 !important;
}

.sweet-alert.confirm-swal.user-warning h2 {
  display: none;
}

.sweet-alert.confirm-swal.user-warning p {
  margin: 0;
  padding: 24px 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 103px;
}

.sweet-alert.confirm-swal.user-warning span {
  color: #898990;
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.3px;
  word-break: keep-all;
}

.sweet-alert.confirm-swal.user-warning button {
  padding: 16px;
}

.sweet-alert.confirm-swal.user-warning button.cancel {
  border-right: none;
}

/* 매물 등록페이지 매물 유형 변경 모달 */
.sweet-alert.confirm-swal.change-type-alert {
  width: 320px;
  padding: 0;
}

.sweet-alert.confirm-swal.change-type-alert h2 {
  padding: 24px 0 10px;
  margin: 0;
  color: #323234;
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.sweet-alert.confirm-swal.change-type-alert p {
  color: #898990;
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3px;
  margin: 0;
  padding: 0 0 24px 0;
}

.sweet-alert.confirm-swal.change-type-alert .sa-button-container {
  border-top: 1px solid #e7e7e9;
}

.sweet-alert.confirm-swal.change-type-alert .sa-button-container button.cancel {
  border: none;
}

.banner-button {
  display: flex;
  height: 28px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #cacacd;
  color: #555558;
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  letter-spacing: -0.3px;
  background: transparent;
}

.sweet-alert.mypage-swal {
  border-radius: 8px;
  width: 340px;
  padding: 0 0;
}

.sweet-alert.mypage-swal h2 {
  color: #323234;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.3px;
  padding: 24px 20px 0px;
  margin: 0;
}

.sweet-alert.mypage-swal p {
  padding: 10px 20px 24px;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.3px;
  color: #898990;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sweet-alert.mypage-swal .sa-button-container {
  border-top: 1px solid #e7e7e9;
  display: flex;
}

.sweet-alert.mypage-swal .sa-button-container button {
  width: 50%;
  height: 52px;
  background: white !important;
  border: none;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  box-shadow: none !important;
  white-space: nowrap;
  color: black;
}

.sweet-alert.mypage-swal .sa-button-container.single-button-visible button:not([style*='display: none']) {
  width: 100%;
}

.sweet-alert.mypage-swal .sa-button-container button.confirm {
  color: #1db177;
}

.sweet-alert.mypage-swal .sa-button-container button.cancel {
  color: #555558;
}
