/*지도화면 좌측 리스트*/
.fr-search-map .articles .list-set, .fr-search-map .branches .list-set, .fr-search-map .market-price-detail .list-set {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
}
.fr-search-map .articles .table-mode-button {
    top: 10px;
    background-image: url(/images/table-mode-button.png) no-repeat;
}
.table-mode-button {
    top: 10px;
    background-image: url(/images/table-mode-button.png) no-repeat;
}
.fr-search-map .articles .table-mode-button.on {
    background-image: url(/images/table-mode-button.png) no-repeat;
}
.fr-search-map .articles .table-mode-button, .fr-search-map .articles .card-mode-button {
    position: absolute;
    left: -56px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    z-index: 1000;
}
.fr-search-map .articles .card-mode-button {
    top: 64px;
    background-image: url(/images/card-mode-button.png) no-repeat;
}
.card-mode-button {
    top: 64px;
    background-image: url(/images/card-mode-button.png) no-repeat;
}
.fr-search-map .articles .card-mode-button.on {
    background-image: url(/images/card-mode-button.png) no-repeat;
}
.fr-search-map .articles .table-mode-button, .fr-search-map .articles .card-mode-button {
    position: absolute;
    left: -56px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    z-index: 1000;
}
.fr-search-map .articles .list-set .list, .fr-search-map .branches .list-set .list, .fr-search-map .market-price-detail .list-set .list .fr-item-container {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    margin-bottom: 46px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
}
.list {
	/*
    position: absolute;
    top: 1175px;
     bottom: 0;
    left: 3px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    */
    position: absolute;
    top: 44%;
    float:left;   
    overflow-y: auto;    
    width: 102%;
    height: 84.5vh;
    background-color: #f3f3f3;
   /* 작은화면일때 마진탑값 *//* margin-top: 20px; */
}
.fr-item-container .generals {
    clear: both;
    border-top: 1px solid #e0e0e0;
    margin-top: -1px;
}
.fr-item-container a {
    color: #333;
    text-decoration: none;
}
.fr-search-map .articles-card .item-card {
    width: 50%;
    float: left;
    border: none;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.fr-item-container a .item-card {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px;
    position: relative;
    margin-bottom: 5px;
}
.item-card1 {
	display: flex;
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px;
    position: relative;
}
.fr-item-container a .item-card .preview-box {
    overflow: hidden;
}
.fr-item-container a .item-card .preview {
    position: relative;
    height: 130px;
    border: 1px solid rgba(0,0,0,.1);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: content-box;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.item-card1 .preview1 {
    position: relative;
    width: 125px;
    height: 125px;
    border: 1px solid rgba(0,0,0,.1);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: content-box;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.fr-item-container a .item-card .article, .fr-item-container a .item-card .branch {
    margin-top: 10px;
    position: relative;
}
.item-card1 .article1{
	margin-top: 10px;
    margin-left: 10px;
    position: relative;
}
.fr-item-container a .item-card .article .price .price-label, .fr-item-container a .item-card .branch .price .price-label {
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 3px 0 3px;
}
.fr-item-container a .item-card1 .article1 .price .price-label, .fr-item-container a .item-card1 .branch .price .price-label {
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 3px 0 3px;
}
.price-label-monthly-rent {
    background-color: #eab540;
}
.fr-item-container a .item-card .article .price .primary-price-store, .fr-item-container a .item-card .branch .price .primary-price-store {
    font-size: 17px;
}
.fr-item-container a .item-card1 .article1 .price .primary-price-store, .fr-item-container a .item-card1 .branch .price .primary-price-store {
    font-size: 17px;
}
.fr-item-container a .item-card .article .price .primary-price, .fr-item-container a .item-card .branch .price .primary-price {
    font-weight: bold;
    color: #333;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}
.fr-item-container a .item-card1 .article1 .price .primary-price, .fr-item-container a .item-card1 .branch .price .primary-price {
    font-weight: bold;
    color: #333;
    font-size: 19px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}
.fr-item-container a .item-card .article .price .price-unit, .fr-item-container a .item-card .branch .price .price-unit {
    font-size: 12px;
    vertical-align: baseline;
    margin-right: 5px;
}
.fr-item-container a .item-card1 .article1 .price .price-unit, .fr-item-container a .item-card1 .branch .price .price-unit {
    font-size: 12px;
    vertical-align: baseline;
    margin-right: 5px;
}
.price-label-premium {
    background-color: #bdbdbd;
}
.fr-item-container a .item-card .article .price .premium-price, .fr-item-container a .item-card .branch .price .premium-price {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}
.fr-item-container a .item-card1 .article1 .price .premium-price, .fr-item-container a .item-card1 .branch .price .premium-price {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}
.fr-item-container a .item-card .article .location, .fr-item-container a .item-card .branch .location {
    color: #333;
    font-size: 13px;
    margin-top: 3px;
    white-space: nowrap;
}
.fr-item-container a .item-card1 .article1 .location, .fr-item-container a .item-card1 .branch .location {
    color: #333;
    font-size: 13px;
    margin-top: 3px;
    white-space: nowrap;
}
.fr-item-container a .item-card .article .options, .fr-item-container a .item-card .branch .options {
    color: #777;
    font-size: 12px;
    margin-top: 3px;
}
.fr-item-container a .item-card1 .article1 .options, .fr-item-container a .item-card1 .branch .options {
    color: #777;
    font-size: 12px;
    margin-top: 3px;
}
.fr-item-container a .item-card .article .tags, .fr-item-container a .item-card .branch .tags {
    margin-top: 5px;
}
.fr-item-container a .item-card1 .article1 .tags, .fr-item-container a .item-card1 .branch .tags {
    margin-top: 5px;
}
.fr-item-container a .item-card .article .tags .tag, .fr-item-container a .item-card .branch .tags .tag {
    font-size: 11px;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    padding: 2px 3px 1px 3px;
    margin-right: 5px;
}
.fr-item-container a .item-card1 .article1 .tags .tag, .fr-item-container a .item-card1 .branch .tags .tag {
    font-size: 11px;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    padding: 2px 3px 1px 3px;
    margin-right: 5px;
}
.fr-item-container a .item-card .article .favorite-empty, .fr-item-container a .item-card .branch .favorite-empty {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR…M0gp9oLCR6fYNLyL7NuP3m3TebrJ/pabVaF6lWrs3/+/wBAyc1SPAKGvEAAAAASUVORK5CYII=);
    background-position: center center;
    width: 22px;
    height: 22px;
}
.fr-search-map .articles-card .fr-clean-banner {
    height: 130px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAiEAAACCCAIAAAAfYo+5AAAAGXRFW…IgCIKgxiAIgiCoMQiCIEgtQgC/CpUaEwJBEARxOf8vwABwnpvaAQG5UAAAAABJRU5ErkJggg==);
    background-size: cover;
}

.fr-search-map .articles-card .fr-article-banner {
    clear: both;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid #e0e0e0;
}
.fr-search-map .articles .fr-article-banner {
    position: relative;
}
.fr-search-map .articles .list-set .count, .fr-search-map .branches .list-set .count, .fr-search-map .market-price-detail .list-set .count {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    padding: 8px 19px;
    border-bottom: 1px solid #e0e0e0;
}
.fr-search-map .articles .list-set .count .total-count, .fr-search-map .branches .list-set .count .total-count, .fr-search-map .market-price-detail .list-set .count .total-count {
    color: #ed304f;
}
.fr-item-container__tabs {
    list-style: none;
    padding: 0;
    width: 100%;
    height: 40px;
    margin: 0;
    background-color: #ed304f;
}
.fr-item-container__tabs .active {
    opacity: 1;
}
.fr-item-container__tabs .fr-item-container__tabs__tabMenu {
    float: left;
    text-align: center;
    position: relative;
    width: 50%;
    height: 40px;
    color: #fff;
    opacity: .7;
    cursor: pointer;
    line-height: 39px;
}
.fr-item-container__tabs .fr-item__tabMenu__article.active:after {
    width: 60px;
    margin-left: -30px;
}
.fr-item-container__tabs .active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    height: 3px;
    background-color: #fff;
}
.afterClear:after, .fr-header .fr-header__inner__gnb .fr-nav:after, .fr-main-landing .fr-main-search .fr-main-search__inner .fr-search-box:after, .fr-main-landing .fr-main-search .fr-h-main-search__inner .fr-search-box:after, .fr-main-landing .fr-main-search .fr-h-main-search__inner .fr-h-search-box:after, .fr-main-landing .fr-main-search .fr-main-search__inner .fr-search-box .fr-main-inputBox .input-group:after, .fr-main-landing .fr-main-search .fr-h-main-search__inner .fr-search-box .fr-main-inputBox .input-group:after, .fr-main-landing .fr-main-search .fr-h-main-search__inner .fr-h-search-box .fr-main-inputBox .input-group:after, .fr-main-landing .fr-main-search .fr-main-search__inner .fr-search-box .fr-main-inputBox .input-group .input-group-btn .btn:after, .fr-main-landing .fr-main-search .fr-h-main-search__inner .fr-search-box .fr-main-inputBox .input-group .input-group-btn .btn:after, .fr-main-landing .fr-main-search .fr-h-main-search__inner .fr-h-search-box .fr-main-inputBox .input-group .input-group-btn .btn:after, .fr-main-content .fr-page-content .fr-panel .section__titleView:after, .fr-main-content .fr-page-content .fr-panel .fr-sectionInit .fr-sectionInit__btns:after, .fr-footer .fr-footer__inner .fr-footer__logo__info__sns:after, .business-field-selector .fr-form:after, .fr-form .fr-form-control-static:after, .fr-agent-dashboard .section .body:after, .fr-table-section__new tbody tr td .fr-sectionInit__btns:after, .fr-table-section__titleArea:after, .fr-table-section__titleArea .fr-titleArea__box:after, .rule-body .rule-body-lists .rule-body-list .rule-body-list-text-wrap:after, .fr-sectionInit__advertItem__wrap:after, .sectionInit__advertItem .sectionInit__advertItem__benefit__wrap li:after, .fr-sectionInit__agencyFeatureItems:after, .fr-item-container__tabs:after, .fr-agent-home__wrap:after, .fr-agent-home__wrap .fr-agent-home .fr-agent-home__articleList__list:after, .fr-agent-home__wrap .fr-agent-home__quickLink .fr-agent-home__quickLink__agentList .fr-agent-home__quickLink__agent:after, .fr-agent-home__info .fr-agent-home__info__agentInfo:after, .fr-agent-home__info .fr-agent-home__info__agentInfo .fr-agent-home__info__agentInfo__btns:after, .agent-info__item__wrap:after, .charts__wrap:after, .notice__news__event__wrap:after, .agent-info__miniHomeLinks:after, .fr-articleIndex:after, .fr-articleIndex form:after {
    content: "";
    display: block;
    clear: both;
}
.fr-search-map .articles .list-set .paging, .fr-search-map .branches .list-set .paging, .fr-search-map .market-price-detail .list-set .paging {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 46px;
    width: 100%;
    background-color: #fff;
    padding: 9px 0;
}
.paging{
	position: absolute;
    bottom: -41%;
    height: 46px;
    width: 100%;
    background-color: #fff;
    padding: 9px 0;
}
.fr-pagination {
    text-align: center;
}
.fr-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.fr-pagination ul li {
    display: inline-block;
}
.fr-pagination ul li a.prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFW…FdBNfBAJQEuaYJpADqMgZGZH9ABUEua2LE4sFSIKUHEGAAv7It3K1LODIAAAAASUVORK5CYII=);
}
.fr-pagination ul li a.prev, .fr-pagination ul li a.next {
    border: 1px solid #e0e0e0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.fr-pagination ul li a, .fr-pagination ul li a.prev, .fr-pagination ul li a.next {
    font-size: 12px;
    color: #777;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 2px 2px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    padding-top: 7px;
    text-align: center;
    display: inline-block;
}
.fr-pagination ul li:not(:first-child) {
    margin-left: 5px;
}
.fr-pagination ul li a.active {
    color: #ed304f;
    border: 1px solid #ed304f;
}
.fr-pagination ul li a.next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFW…S1IEGwVhUVlSYgDcKVQME2mAksQKwIxOVAwS5kywACDABZcD5rdQNtvAAAAABJRU5ErkJggg==);
}
.price-label-sale {
    background-color: #97c959;
}    
.card1{
	margin: 25px 0;
}
.fr-top-right-searchbox{
	width: 825px;
    float: left;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 67px;
    position: relative;
    z-index: 101;
    opacity: 0.9;
    display: flex;
    height: 64px;
}
.fr-search-box {
    position: absolute;
    top: 85px;
    margin-top: 10px;
    left: 30px;
    z-index: 9;
}
.fr-search-box-shadow {
    -moz-box-shadow: 0 3px 6px #bdbdbd;
    -webkit-box-shadow: 0 3px 6px #bdbdbd;
    box-shadow: 0 3px 6px #bdbdbd;
}
.fr-search-box button.toggle-form.form-close{
	background-image: url(/images/closebtn_red.png)
}
.fr-search-box button.toggle-form {
    position: absolute;
    width: 30px;
    height: 31px;
    top: -15px;
    left: -15px;
    border: none;
    background-size: contain;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
}
.fr-search-box .fr-top-search {
    width: 420px;
    height: 55px;
    padding: 12px 12px 12px 24px;
    background-color: #fff;
    border: 1px solid #fff;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.fr-search-box .fr-top-search .autocomplete-box {
	width: 350px;
    position: relative;
    height: 24px;
}
.fr-search-box .fr-top-search .autocomplete-box .form-control {
    border: none;
    border-radius: 0 0;
    font-size: 14px;
    height: 24px;
    color: #333;
    padding: 0;
    border-right: 1px solid #e0e0e0;
    box-shadow: none;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: table-cell;
    width: 5%;
    white-space: nowrap;
    vertical-align: middle;
    margin-top:0;
}
.fr-search-box .fr-top-search .btn {
    border-radius: 0 0;
    height: 33px;
    background-size: contain;
    background-position: center center;
    background-image: url(/images/search-icon1.png);
    background-repeat: no-repeat;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.input-group-btn>.btn {
    position: relative;
    z-index: 2;
    margin-left: -1px;
}
/*20190329 round range slider*/
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  min-height: auto;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
.fr-label {
    float: left;
    color: #333;
    font-size: 18px;
    height: 54px;
    display: block;
    padding: 16px 0;
    font-weight: normal;
}
    
.fr-w-icon-button.reset {
    margin-top: 16px;
    padding: 4px 6px 3px 3px;
    border-radius: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR…nFYk0SItMQUZBuFkUxhOIICidgWdh3EN+kUqlTwvS+/AK4dafR1f+chAAAAABJRU5ErkJggg==);
    background-position: left 7px center;
    background-repeat: no-repeat;
    font-size: 12px;
    cursor: pointer;
}
.fr-w-icon-button {
	float: right;
    display: inline-block;
    text-align: center;
    padding: 15px 0 12px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    color: #333;
    font-size: 14px;
    letter-spacing: -.4px;
    outline: none;
}

.fr-search-map .articles .list-set .list{
	position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    margin-bottom: 46px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
}
.fr-item-container .generals {
    clear: both;
    border-top: 1px solid #e0e0e0;
    margin-top: -1px;
        							/* 작은화면일때 매물가로세로값 */	/* width: 76%; height: auto; */
}
.fr-item-container a {
    color: #333;
    text-decoration: none;
}
.fr-item-container a:hover {
    color: blue !important;
}
.fr-item-container a:active {
    color: purple;
}
.fr-item-container a .item-row {
    width: 100%;
    min-height: 116px;
    padding: 12px 12px;
    padding-left: 155px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    cursor: pointer;
}
.fr-item-container a .item-row .preview-box {
    overflow: hidden;
    position: absolute;
    top: 12px;
    left: 20px;
    width: 106px;
    height: 91px;
}
.fr-item-container a .item-row .preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 91px;
    bottom: 12px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #e0e0e0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: content-box;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.fr-item-container a .item-row .price .price-label {
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 3px 0 3px;
}
.price-label-monthly-rent {
    background-color: #eab540;
}
.fr-item-container a .item-row .price .primary-price-store {
    font-size: 17px;
}
.fr-item-container a .item-row .price .primary-price {
    font-weight: bold;
    color: #333;
    font-size: 19px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}
.fr-item-container a .item-row .price .price-unit {
    font-size: 12px;
    vertical-align: baseline;
    margin-right: 5px;
}
.fr-item-container a .item-row .price .price-label {
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 3px 0 3px;
}
.price-label-premium {
    background-color: #bdbdbd;
}
.fr-item-container a .item-row .price .premium-price {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}
.fr-item-container a .item-row .location {
    color: #333;
    font-size: 13px;
    margin-top: 1px;
}
.fr-item-container a .item-row .options {
    color: #777;
    font-size: 12px;
    margin-top: 3px;
}
.fr-item-container a .item-row .tags {
    margin-top: 5px;
}
.fr-item-container a .item-row .tags .tag {
    font-size: 11px;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    padding: 2px 3px 1px 3px;
    margin-right: 5px;
}
.fr-item-container a .item-row .favorite-empty{
	display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR…M0gp9oLCR6fYNLyL7NuP3m3TebrJ/pabVaF6lWrs3/+/wBAyc1SPAKGvEAAAAASUVORK5CYII=);
    background-position: center center;
    width: 22px;
    height: 22px;
}
.count-lg{
	/* position: absolute;
    top: 76px;
    left: 0; */
    width: 100%;
    height: 30px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    padding: 8px 19px;
    border-bottom: 1px solid #e0e0e0;
    clear: both;
}
.count-sm{
	position: absolute;
    top: 852px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    padding: 8px 19px;
    border-bottom: 1px solid #e0e0e0;
}
.count-lg .total-count, .count-sm .total-count{
	color: #ed304f;
}
.fr-item-container__tabs {
    list-style: none;
    padding: 0;
    width: 100%;
    height: 40px;
    margin: 0;
    background-color: #ed304f;
}
.fr-item-container__tabs .active {
    opacity: 1;
}
.fr-item-container__tabs .fr-item-container__tabs__tabMenu {
    float: left;
    text-align: center;
    position: relative;
    width: 50%;
    height: 40px;
    color: #fff;
    opacity: .7;
    cursor: pointer;
    line-height: 39px;
}
.fr-item-container__tabs .fr-item__tabMenu__article.active:after {
    width: 60px;
    margin-left: -30px;
}
.fr-item-container__tabs .active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    height: 3px;
    background-color: #fff;
}

.filter {
    position: absolute;
    top: 64px;
    z-index: 10;
    width: 100%;
    height: 60px;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f3f3f3;
}
.filter .field {
    display: inline-block;
    position: relative;
}
.filter .field-label {
    display: inline-block;
    position: relative;
    font-size: 12px;
    vertical-align: middle;
    height: 38px;
    margin-right: 10px;
    padding: 9px 28px 10px 10px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAAXNSR…DjFGZmZm+gwtMgeRBghFAIEugZDSDvGhBbnj179iRChoEBADsaU3qCEuDoAAAAAElFTkSuQmCC);
    background-position: right 9px center;
    background-repeat: no-repeat;
    color: #333;
    font-size: 14px;
}
.filter .reset {
    float: right;
    position: absolute;
    right: 1px;
    top: 10px;
}
.fr-w-icon-button.map-header-reset {
    margin: 0;
    margin-right: 10px;
    padding: 9px 10px 7px 10px;
    border-radius: 0;
    /* background-image: url(); 
    background-position: left 10px center;
    background-repeat: no-repeat;*/
    color: #777;
    font-size: 14px;
    letter-spacing: normal;
    cursor: pointer;
}
.fr-w-icon-button {
    display: inline-block;
    text-align: center;
    padding: 15px 0 12px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    color: #333;
    font-size: 14px;
    letter-spacing: -.4px;
    outline: none;
}
.filter .field-label.selected {
    border-color: #ed304f;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAAXNSR…kEtGE5IwOzCdP///9MGZjYjLEpBGkUOL92DyMTc9h/xv9hAOAXQ5EuT2VTAAAAAElFTkSuQmCC);
    background-color: #fff;
    color: #ed304f;
}
.btn-group>.btn:first-child {
    border-right: 1px solid #e0e0e0;
    border: 1px solid #e0e0e0;
    margin: auto 5px;
}
.remark1{
	text-align: center;
    color: white;
}
.remark2{
	text-align: right;
    color: white;
    font-size: small;
    margin-right: 15px;
}
.tableListBtn{
	position: relative;
	margin-top: 75px; 
	left: 67.75%;
	z-index:10;
}
.cardListBtn{
	display: none;
	position: relative;
	margin-top: 75px; 
	left: 72%;  
	z-index:10;
}
.band_premium{
	background-image: url(/images/band_premium1.png);
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 83px;
    height: 83px;
}
.band_special{
	background-image: url(/images/band_special1.png);
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 83px;
    height: 83px;
}
.band_urgent{
	background-image: url(/images/band_urgent1.png);
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 83px;
    height: 83px;
}

/*20190319 search css*/
/*20190402 search css*/
.map-fix{    
	/* min-width: 1200px; */
    height: 93%;
    float: left;
    width: 70%;
    padding-top: 46px;
   }

/* 커스텀 체크박스, 라디오버튼 */
input[type="checkbox"],
input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="checkbox"]:hover + label:before,
input[type="radio"]:hover + label:before {
  border-color: #999;
}
input[type="checkbox"]:active + label:before,
input[type="radio"]:active + label:before {
  transition-duration: 0;
  filter: brightness(0.2);
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
  display: block;
  text-align: left;
}

input[type="checkbox"].small + label,
input[type="radio"].small + label {
  position: relative;
  padding-left: 20px;
  margin-right: 5px;
  display: block;
  text-align: left;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after,
input[type="radio"] + label:before,
input[type="radio"] + label:after {
  box-sizing: content-box;
  position: absolute;
  content: '';
  display: block;
  left: 0;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid #a49797;
  text-align: center;
}


input[type="checkbox"].small + label:before,
input[type="radio"].small + label:before {
  top: 58%;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border: 2px solid #a49797;
  text-align: center;
}

input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  background-color: #00bad2;
  top: 50%;
  left: 6px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}

input[type="checkbox"].small + label:after,
input[type="radio"].small + label:after {
  background-color: #00bad2;
  top: 48%;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}


input[type="radio"]:checked + label:before {
  -moz-animation: borderscale 300ms ease-in;
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
  background-color: #fff;
}
input[type="radio"]:checked + label:after {
  transform: scale(1);
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
  border-radius: 50%;
}

input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 5px;
  width: 7px;
  height: 4px;
  margin-top: -5px;
  border-style: solid;
  border-color: #100864;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
input[type="checkbox"]:checked + label:before {
  -moz-animation: borderscale 200ms ease-in;
  -webkit-animation: borderscale 200ms ease-in;
  animation: borderscale 200ms ease-in;
}
input[type="checkbox"]:checked + label:after {
  content: '';
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}

input[type="text"] {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
}
input[type="text"]:focus {
  outline: none;
}
input[type="text"]:focus, input[type="text"]:hover {
  border-color: #999;
}



/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }

  select:focus::-ms-value {
    background: transparent;
    color: grey;
  }
}

.reset1{
	font-size: 10px;
	font-weight: 600;
	padding: 0 10px;
	display: inline-block;
    text-align: right;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    color: #333;
    letter-spacing: -.4px;
    outline: none;
    margin: 0 0 15px 15px;
    border-radius: 0;
    color: #777;
    letter-spacing: normal;
    cursor: pointer;
    float: right;
}

.search-filter:hover {
	background-color: #eeeeee;
}
.search-filter:active {
	background-color: #cccccc;
}

.ment1{
	position: fixed;
    bottom: 0;
    font-size: x-small;
    border: 1px solid black;
    padding: 15px;
}








