body {
    overflow: hidden;
}

#page-navi {
    display: none;
}

#page-wrapper {
    position: inherit !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#map-wrapper {
    position: absolute;
    left: 0;
    right: 499px;
    bottom: 0;
    top: 74px;
}

#map {
    width: 100%;
    height: 100%;
}

.listview {
    right: 0;
    width: 499px;
    left: auto;
    position: absolute;
    overflow-y: hidden;
    bottom: 0;
    top: 74px;
    border-left: 1px solid #ccc;
}

#circle-hud {
    position: absolute;
    top: 90px;
    right: 510px;
    color: red;
    z-index: 2000;
}

#circle-hud .label-container {
    background: rgba(100, 99, 97, 0.4);
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    float: left;
    padding-top: 7px;
    text-align: center;
}

.onoffswitch-label {
    border: 2px solid #D4021F;
}

.onoffswitch-label {
    border: 2px solid #D4021F;
}

.onoffswitch-inner:before {
    background-color: #D4021F;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    height: 19px;
    line-height: 19px;
}

.onoffswitch-switch {
    background: #FFFFFF !important;
    border: 2px solid #D4021F;
}

.btn-on,
.btn-on:hover {
    background-color: #D4021F;
    border-color: #D4021F;
    color: #FFFFFF;
}

.btn-off,
.btn-off:hover {
    background-color: #fff;
    border-color: #D4021F;
    color: #000;
}

.toggle-handle {
    background-color: #fff !important;
    border-left: 2px solid #D4021F !important;
    border-right: 2px solid #D4021F !important;
    border-radius: 0 !important;
}

#circle-hud .toggle {
    border-width: 2px !important;
    margin-left: 6px;
    min-height: 0;
}

#circle-hud .toggle .btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-font: Trebuchet, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}


/* 사이드바 스타일 */

.modal.right {
    position: fixed;
    top: 73px;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 0;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 498px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 0;
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

#option-count,
#room-type-count {
    margin-top: -4px;
}

#not-found {
    background-image: url(/images/not-found.png);
    background-position: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 173px 102px;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar .dropdown-filter .ibox {
    margin-bottom: 0;
}

.sidebar .sidebar-filter button span.dropdown-icon {
    right: 16px;
    top: auto;
}

.sidebar .sidebar-filter {
    padding: 0 10px;
    margin: 0;
}

.sidebar .sidebar-filter .select-box {
    margin: 0;
    padding: 4px;
}

.sidebar .sidebar-filter .select-box button {
    padding: 4px;
}

.item-agency-photo {
    width: 73px;
    height: 74px;
    border-radius: 50%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    background-image: url('/images/large-profile.png');
}

.item {
    height: 117px;
    border-top: 1px #dce0e0 solid;
    border-bottom: 1px #dce0e0 solid;
    border-bottom-width: 0;
    padding: 8px;
    font-size: 13px;
    cursor: pointer;
}

.item.peterpan .item-body .price-prefix {
    top: 8px;
}

.item .item-body .line {
    margin-top: 2px;
}

.item .item-body .tagline {
    height: 22px;
}

.item .item-body .tagline .label {
    font-size: 11px;
    font-weight: normal;
    color: #ccc;
    padding: 1px 4px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-right: 4px;
}

.item .item-body {
    font-size: 13px;
    color: #444444;
    margin: 2px 12px 2px;
}

.item:last-of-type {
    border-bottom: 1px #dce0e0 solid;
}

.item .badge {
    font-size: 11px;
    border-radius: 0;
    padding: 2px 4px;
    background-color: #797f84;
    border: 1px solid #797f84;
}

.item-photo {
    max-width: 180px;
    width: 180px;
    height: 100px;
    padding: 0 0 0 0;
    overflow: hidden;
}

.item-photo .thumbnail {
    padding: 0;
    margin-bottom: 0;
}

.media-body {
    padding-left: 12px;
}

.price {
    width: 100%;
    position: relative;
}

.price .rent {
    color: #555555;
    font-size: 24px;
    font-weight: bold;
    margin-left: 4px;
}

.line.tagline,
.line.title,
.addr {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 250px;
    overflow: hidden;
}

.fr_icons {
    position: absolute;
    right: 0;
    top: 0;
}

.fr_icons img {
    width: 15px;
}

.price .direct {
    background-color: #e66c6c;
    border: 1px solid #e66c6c;
}

.house-list .page-navi {
    border: 1px #dce0e0 solid;
    padding-bottom: 12px;
}

.house-list .page-navi .btn-group {
    padding-top: 12px;
}

.cc-col-md-3 {
    float: left;
    padding: 10px 26px 10px 10px;
}

.cc-col-md-3:first-of-type {
    padding-left: 20px;
}

.item-title .mini-logo {
    float: left;
    margin-left: 4px;
    padding-right: 5px;
}

.item-title .caption {
    float: left;
    margin-top: 2px;
}

.item-title {
    padding: 6px;
    font-size: 13px;
    background-color: #FAFAFA;
}

.agency-info .item-photo .profile {
    margin: 10px 0;
}

.agency-info .item-agency-photo {
    float: left;
}

.agency-info.item {
    height: 90px;
    background-image: url('/images/right-arrow.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

#ad-list .agency-info.item {
    background-image: none;
}

.agency-info .agency-title {
    margin-top: 12px;
}

.agency-info .agency-detail {
    margin-top: 6px;
}

.agency-info .agency-title .name {
    font-size: 13px;
}

.agency-info .agency-title .title {
    font-size: 16px;
    font-weight: bold;
}

.item-title {
    display: none;
}

#the-agency-house-list .agency-info {
    cursor: default;
}

.sidebar.duse .cashback {
    display: none !important;
}

.sidebar .cashback {
    background-color: #D4021F !important;
    border-radius: 4px;
    margin: 6px 6px;
    display: inline-block;
}

.sidebar.interpark .agent .cashback {
    display: inline-block !important;
}

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

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

div.price-prefix.lease {
    border-color: #1cc4ce;
    color: #1cc4ce;
}

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

div.line span.vertical-bar {
    margin: 12px 8px;
    font-size: 13px;
    color: #ddd;
}

div.item-agency-photo {
    width: 73px;
    height: 74px;
    border-radius: 50%;
    background-image: url('/images/large-profile.png');
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}

div#the-agency-info-default,
div#agency-info-default,
div#itembox-default {
    display: none;
}

div.agency-detail span.vertical-bar {
    margin: 12px 8px;
    font-size: 10px;
    color: #ddd;
}

div#ad-list div.modal-dialog {
    position: relative;
}

div#ad-list div.modal-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
div#ad-list div.modal-header {
    background-color: #D4021F;
    padding: 9px;
    color: white;
}
div#ad-list span.fa-chevron-right {
    font-size: 11px;
}
div#ad-list button.close {
    font-size: 28px;
    font-weight: normal;
    color: white;
    margin-top: -6px;
}
div#ad-list h4.modal-title {
    display: inline;
}
div#ad-list div.modal-body {
    overflow-y: scroll;
    max-height: 100%;
    position: absolute;
    top: 38px;
    right: 0;
    left: 0;
    bottom: 0;
}
div#the-agency-info-default div.media-body div.agency-detail div.region,
div#the-agency-info-default div.media-body div.agency-detail div.count {
    margin-top: 6px;
}
div#ad-list div.agency-info div.item-agency-photo {
    float: none;
    margin: 0px auto;
}
div#ad-list div.agency-detail div.region span.badge {
    border-radius: 14px;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: normal;
    background-color: #D4021F;
    border : 1px solid #D4021F;
    width: auto;
    height: auto;
}
