/*colors*/

.redText {
    color: #d4021f !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;
}


/*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: 0px;
    height: 32px;
    margin-top: 2px;
    padding: 0px 10px;
}

#sidebar_right {
    width: 498px;
}


/* header profile-dropdown menu */

#profile-menu #profile-menu a,
.dropdown-menu li {
    font-size: 14px;
}

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

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

#profile-menu a,
#profile-menu a:hover {
    background-color: #fff;
    padding: 0px;
    color: #444;
    border: 0px;
}

#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: 70px;
}

.navbar .navbar-header {
    padding: 18px 20px;
}

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

.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 {
    /*color: #d4021f;*/
    font-weight: normal;
}

.navbar ul {
    margin: 0px;
}

.top-navigation .navbar ul.nav.navbar-nav>li,
ul.nav.navbar-nav.main-nav>li,
#wrapper #page-wrapper div nav ul.nav.navbar-nav>li {
    font-size: 15px;
    color: #444;
    padding: 25px 15px;
}

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: 0px;
    font-weight: normal;
    color: #444;
    padding-top: 1px;
}

form#search {
    display: none;
}

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


/* 주소검색 (header, main) style */

#search ul.typeahead.dropdown-menu li,
#wrapper #page-wrapper #search li {
    padding: 0px;
}

#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: #dadada;
    color: #444;
    border-radius: 0px;
}

#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: 0px;
    font-size: 14px;
}

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

input#top-search.form-control.search.typeahead {
    width: 210px;
    border: 0px;
    border-bottom: 2px solid #d4021f;
}

input#top-search.form-control.search.typeahead:focus {
    border-color: #d4021f;
}

input#top-search.form-control.search.typeahead:active {
    border-color: #d4021f;
}

button#topSearchView.btn.btn-white {
    border: 0px;
    color: #d4021f;
    border-bottom: 2px solid #d4021f;
    margin-left: -4px;
}

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

.navbar ul.navbar-right {
    display: none;
    margin: 0px;
}

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

body {
    /*    font-family: 'Noto Sans', "Open Sans", Helvetica, Arial, sans-serif;*/
    font-family: 'Nanum Square', 'Open Sans', Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    /*    background-color: inherit;*/
    /*    font-size: 13px;*/
    /*    color: #676a6c;*/
    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: #d4021f;
}

.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: 0;
    margin-left: 0;
    padding: 10px;
}

.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;
}

.fotorama {
    text-align: center;
}

.fotorama .fotorama__wrap {
    margin: 0 auto;
}

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

.btn-inverse {
    background: #000;
}

ul.navbar-nav.main-nav {
    margin-right: 20px;
}

.home form.form-search {
    display: none;
}


/* modal global style */

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

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


/* 로그인 폼 */

#login-form .modal-dialog {
    width: 445px;
}

#regist-form .modal-dialog {
    width: 608px;
}

#login-form .modal-header,
#regist-form .modal-header {
    border: none;
}

#login-form .modal-header button,
#regist-form .modal-header button {
    position: absolute;
    right: -50px;
    top: 5px;
}

#login-form img.title-logo,
#regist-form img.title-logo {
    margin-bottom: 50px;
    height: 40px;
}

#login-form .modal-body,
#regist-form .modal-body {
    padding-left: 40px;
    padding-right: 40px;
}

#login-form input[type=text],
#login-form input[type=password],
#regist-form input[type=text],
#regist-form input[type=email],
#regist-form input[type=password] {
    height: 45px;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}


/* google chrome autofill remove */

#login-form input[type=text] {
    margin-bottom: 5px;
}

#login-form input[type=password] {
    margin-bottom: 10px;
}

#login-form div#lostpassword a {
    font-size: 14px;
    color: #d4021f;
    text-decoration: underline;
    float: right;
}

#login-form button[type=submit] {
    height: 45px;
    background-color: #dfdfdf;
    color: #444;
    font-size: 16px;
    margin-top: 46px;
}

#login-form .btn-kakao,
.btn-naver,
.btn-facebook {
    height: 45px;
    margin-bottom: 8px;
}

#login-form .btn {
    padding: 0px;
}

#login-form .btn-naver strong,
#login-form .btn-facebook strong {
    display: block;
    margin-top: -1px;
}

#login-form .btn img {
    float: left;
}

#login-form .btn-kakao,
#login-form .btn-naver,
#login-form .btn-facebook {
    font-size: 14px;
    line-height: 45px;
}

#login-form .btn-kakao:hover,
#login-form .btn-kakao {
    background-color: #ffed00;
    color: #000000;
    margin-top: 34px;
    border-color: #fae101;
}

#login-form.btn-naver:hover,
#login-form .btn-naver {
    background-color: #22b24c;
    color: #ffffff;
    border-color: #0ea400;
}

#login-form .btn-facebook:hover,
#login-form .btn-facebook {
    background-color: #4267b2;
    color: #ffffff;
    border-color: #2c53a3;
}

#login-form .btn div {
    width: 45px;
    height: 44px;
    float: left;
    box-shadow: 1px 0px 1px 0px rgba(255, 255, 255, 0.2);
}

#login-form .btn-kakao div {
    border-right: 1px solid rgba(255, 204, 0, 0.5);
}

#login-form .btn-naver div {
    border-right: 1px solid rgba(14, 164, 0, 0.5);
}

#login-form .btn-facebook div {
    border-right: 1px solid rgba(44, 83, 163, 0.5);
}

#login-form .btn-kakao img {
    width: 22px;
    height: 22px;
    margin: 11.5px;
}

#login-form .btn-naver img {
    width: 19px;
    height: 17px;
    margin: 14px 13px;
}

#login-form .btn-facebook img {
    width: 12px;
    height: 22px;
    margin: 11.5px 16.5px;
}

#login-form .btn a {
    line-height: 45px;
}

#login-form .btn-kakao a,
#login-form .btn-kakao a:link,
#login-form .btn-kakao a:visited,
#login-form .btn-kakao a:hover,
#login-form .btn-kakao a:active,
#login-form .btn-kakao a:focus {
    color: #3c1e1e;
}

#login-form .btn-naver a,
#login-form .btn-naver a:link,
#login-form .btn-naver a:visited,
#login-form .btn-naver a:hover,
#login-form .btn-naver a:active,
#login-form .btn-naver a:focus,
#login-form .btn-facebook a,
#login-form .btn-facebook a:link,
#login-form .btn-facebok a:visited,
#login-form .btn-facebook a:hover,
#login-form .btn-facebook a:active,
#login-form .btn-facebook a:focus {
    color: #fff;
}

#login-form .modal-footer {
    height: 55px;
    text-align: center;
    padding: 0px
}

#login-form .modal-footer a {
    color: #444;
    font-size: 16px;
}

#login-form .modal-footer div:first-of-type {
    border-right: 1px solid #dfdfdf;
}

#login-form .modal-footer .col-sm-6 {
    height: 100%;
    line-height: 55px;
}

#regist-form input {
    margin-top: -1px;
    font-size: 16px;
}

#regist-form input:focus {
    border-color: #dfdfdf !important;
}

#regist-form .text-left {
    border: 1px solid #dfdfdf;
    margin: 27px 0px;
    color: #444;
    font-size: 16px;
}

#regist-form .text-left .form-group {
    margin: 0px;
    padding: 12px;
}

#regist-form .text-left .form-group:first-of-type {
    background-color: #dfdfdf;
}

#regist-form .text-left .form-group:nth-of-type(2),
#regist-form .text-left .form-group:nth-of-type(3) {
    border-bottom: 1px solid #dfdfdf;
}

#regist-form .text-left .form-group .checkbox {
    margin: 0px;
}

#regist-form .gray {
    color: #bbb;
}

#regist-form .red {
    color: #d4021f;
}

#regist-form div.form-group label+a {
    float: right;
}

#regist-form div.form-group i.fa {
    font-size: 11px;
}

#regist-form button#registsubmit {
    height: 50px;
    font-size: 16px;
}

#regist-form input[type=checkbox] {
    display: none;
}

#regist-form input[type=checkbox]#agreeAll+label,
#regist-form input[type=checkbox]#agreeAll:checked+label,
#regist-form input[type=checkbox].terms+label,
#regist-form input[type=checkbox].terms:checked+label {
    padding-left: 28px;
    height: 20px;
    line-height: 20px;
}

#regist-form input[type=checkbox]#agreeAll+label {
    background: url('/images/red_rounded_checkbox_off.png') no-repeat 0px 0px;
}

#regist-form input[type=checkbox]#agreeAll:checked+label {
    background: url('/images/red_rounded_checkbox_on.png') no-repeat 0px 0px;
}

#regist-form input[type=checkbox].terms+label {
    background: url('/images/gray_rounded_checkbox_off.png') no-repeat 0px 0px;
}

#regist-form input[type=checkbox].terms:checked+label {
    background: url('/images/gray_rounded_checkbox_on.png') no-repeat 0px 0px;
}

#regist-form input[type=checkbox].terms+label {
    font-size: 14px;
    font-weight: normal;
}


/* common modal style */

.modal .alert {
    display: none;
}


/* home */

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

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

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


/* 모든 방 보기 버튼 */

#allview {
    margin-left: 0;
}

.wrapper {
    margin-top: 46px;
}

.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 {
    text-align: center;
}

.site-footer .navbar {
    border-right: 0;
    background-color: #f8f8f8;
    padding: 16px 12px 10px;
}

.site-footer .nav {
    text-align: center;
    float: none;
}

.site-footer .nav li:last-child {
    border-right-width: 0;
}

.site-footer .nav li>a {
    font-size: 18px;
    padding: 0 20px;
}

.site-footer .nav li {
    /*float: none;*/
    display: inline-block;
    border-right: 1px solid #e3e3e3;
}

.site-footer .company-overview .contact-info {
    padding-left: 30px;
}

.site-footer .company-overview {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    width: 880px;
    margin: 0px auto;
}


/* commom mdal style */

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

.modal-sm .modal-body {
    padding: 20px;
}

.modal-sm .modal-body {
    padding: 20px;
}

.modal-sm .modal-body p {
    text-align: center;
    margin: 0;
}

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

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

#alertModal .modal-footer {
    height: 60px;
    padding: 0px;
    border-top: 1px solid #dce0e0;
}

#alertModal .modal-footer button {
    border: none;
    height: 60px;
}


/* 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 {
    padding: 20px 10px 20px;
    background-color: #f3f3f4;
    margin-bottom: 20px;
}


/* accodion */

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

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


/*
.accordion dl:after,
.accordion-list:after {

        content: "";
        display: block;
        height: 1em;
        width: 100%;
        background-color: #2ba659;
}
*/

.accordion__panel {
    background-color: #eee;
}

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

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

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

div.wrapper div.container {
    max-width: 1020px;
    margin: 0 auto;
    padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
    background-color: #fafafa;
    text-align: left;
    font-weight: normal;
    padding: 14px;
    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:before,
.accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: right;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    margin-top: 6px;
}

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

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

.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;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }
}

.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;
}


/*
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio],
input:focus,
input[type="checkbox"]:focus {
    outline: 0 none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: transparent;
}
div.checkbox:focus {
    outline: none;
    border: none;
}
*:focus { outline: none; }
*/

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

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

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

.red-dot {
    color: #d4021f;
    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, .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: #D4021F !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: #D4021F;
    border-color: #D4021F;
    color: #FFFFFF;
}


/* Footer Css */

.site-footer {
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.footer-menu-container ul {
    list-style: none;
    float: left;
    text-align: left;
    color: #444;
}

.footer-menu-container .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer-menu-container .menu a {
    color: #444;
}

.footer-menu-container .menu {
    font-size: 13px;
    margin-bottom: 4px;
    width: 160px;
}

.footer-menu-container {
    background-color: #fff;
    border-top: 5px #eee solid;
    text-align: center;
    padding-left: 118px;
}

.footer-menu {
    margin: 32px auto 76px;
    width: 1080px;
}

.footer-link-container ul {
    list-style: none;
    text-align: left;
    color: #444;
}

.footer-link-container .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer-link-container .menu a {
    color: #444;
}

.footer-link-container li {
    float: left;
    width: 200px;
    border-left: 1px solid #eee;
    text-align: center;
}

.footer-link-container li:last-child {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.footer-link-container .menu {
    font-size: 14px;
    padding: 14px 0;
    font-weight: bold;
}

.footer-link-container {
    background-color: #fff;
    margin-left: -114px;
    text-align: center;
    padding-left: 118px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.footer-link {
    margin: 0 auto;
    width: 1080px;
    padding: 0;
}

footer.site-footer div.company-overview-wrapper {
    background-color: #444;
    padding: 36px 0px;
}

footer.site-footer div.company-overview-wrapper img.logo {
    float: left;
    margin-right: 60px;
}

footer.site-footer div.company-overview-wrapper div.contact-info {
    color: #aaa;
}

footer.site-footer div.company-overview-wrapper div.contact-info table tr td {
    padding-bottom: 6px;
}

footer.site-footer div.company-overview-wrapper div.contact-info table tr td:nth-child(2) {
    padding-left: 30px;
}

footer.site-footer div.company-overview-wrapper div.contact-info table tr td strong {
    font-size: 16px;
    color: #fff;
}


/* end of footer */

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

.sns_sign {
    margin-left: 6px;
}

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

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

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

.sweet-alert .sa-button-container .confirm {
    background-color: #D4021F !important;
    box-shadow: rgba(212, 2, 31, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset;
}

.sweet-alert h2 {
    font-size: 20px !important;
}

.sweet-alert p {
    font-size: 14px !important;
}

@media screen and (max-width: 1240px) {
    .top-navigation .navbar ul>li,
    ul.nav.navbar-nav.main-nav li,
    #wrapper #page-wrapper div nav ul li {
        padding: 25px 10px;
    }
}

` @media screen and (max-width: 1110px) {
    .navbar #search {
        display: none !important;
    }
}

.house-detail .sidebar-content {
    /*border-radius: 10px;*/
    overflow: hidden;
}

body.interpark.full-width .site-footer {
    display: none;
}

.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: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #d4021f;
    width: 45px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    left: 0px;
    padding-left: 1px;
    top: -1px;
}

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

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

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: 0px;
    box-shadow: none;
    background-color: transparent;
}

div#termsModal .modal-header {
    padding: 0px;
    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: #d4021f;
    height: 60px;
    border-bottom: 2px solid #d4021f;
}
#houseComplete .modal-body {
    text-align: center;
    font-size: 16px;
    color: #444;
    padding: 30px 0px;
}
#houseComplete .modal-footer {
    padding: 0px;
    height: 60px;
}
#houseComplete .modal-footer button {
    width: 50%;
    height: 100%;
    float: left;
    background-color: transparent;
    border: 0px;
    font-size: 16px;
    color: #444;
    border-radius: 0px;
    margin: 0px;
}
#houseComplete .modal-footer button:first-child {
    border-right: 1px solid #dce0e0;
}

.carousel-inner{
    display: none;
}
.
