.btn-main {
  color: #fff !important;
  background-color: #da0000;
  border-color: #da0000;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
  color: #fff !important;
  background-color: #da0000;
  border-color: #da0000;
}
.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
  background-image: none;
}
.btn-main.disabled,
.btn-main.disabled:hover,
.btn-main.disabled:focus,
.btn-main.disabled:active,
.btn-main.disabled.active,
.btn-main[disabled],
.btn-main[disabled]:hover,
.btn-main[disabled]:focus,
.btn-main[disabled]:active,
.btn-main[disabled].active,
fieldset[disabled] .btn-main,
fieldset[disabled] .btn-main:hover,
fieldset[disabled] .btn-main:focus,
fieldset[disabled] .btn-main:active,
fieldset[disabled] .btn-main.active {
  background-color: #da0000;
  border-color: #da0000;
}
.main_color{
	background-color: #da0000 !important;
  border:1px solid #da0000 !important;
  color:#fff !important;
}
.main_color:focus{
  color:#fff !important;
}
/*pc 비주얼*/
.visual_img{
  height: 0px;
}
.visual{
  height: 0px;
}
.visual_text{
  margin-top: -50px;
}
.main_search_back{
  top: -40px;
}
    .banner_main_left_zone{
        top:202px;
    }
    .banner_main_right_zone{
        top:202px;
    }

.move_pos_wrap { display:inline-block; width:80px; margin:0 10px; margin-top:10px; position:relative; }
.pos_line { width:80px; height:1px; background:#ddd; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); }
.move_pos_wrap .move_pos { display:inline-block; width:100%; height:30px; position:relative; float:left; cursor:pointer; }
.move_pos_wrap .move_pos:after { content:''; display:inline-block; text-align:center; color:#fff; position:absolute; left:50%; transform:translateX(-50%); font-size:13px; }
.move_pos_wrap .move_pos.up { border-bottom:40px solid #333; border-left:40px solid transparent; border-right:40px solid transparent; }
.move_pos_wrap .move_pos.up:hover { border-bottom-color:#000; transition:border .2s; }
.move_pos_wrap .move_pos.up:after { content:'Up'; bottom:-33px; }
.move_pos_wrap .move_pos.down { border-top:40px solid #333; border-left:40px solid transparent; border-right:40px solid transparent; }
.move_pos_wrap .move_pos.down:hover { border-bottom-color:#000; transition:border .2s; }
.move_pos_wrap .move_pos.down:after { content:'Down'; top:-38px; }


/*mobile 비주얼*/
.visual_img_mobile{
  height: 0px;
}
.visual_mobile{
  height: 0px;
}
.visual_text_mobile{
  margin-top: -50px;
}
.main_search_back_mobile{
  top: -40px;
}

/*grid 비주얼*/
.visual_img_grid{
  height: 0px;
}
.visual_grid{
  height: 0px;
}
.visual_text_grid{
  margin-top: -50px;
}
.main_search_back_grid{
  top: -40px;
}

.color_f_b{
  background-color: #000000;
}
.color_f_c{
  color: #000000;
}
.copyright{
 color: rgba(255,255,255,0.8) !important;
}

.color_m_f_b{
  background-color: #000000;
}
.color_m_f_c{
  color: #000000 !important;
}

.map_block{
  float:left;
      width:100%;
  }
.map_right{
  padding-left: 0px;
}



.price_inst{
  background-color:  !important;
}
.price_sell, .price_loan{
  background-color:  !important;
}
.price_full_rent{
  background-color:  !important;
}
.price_month_deposit, .price_month_rent{
  background-color:  !important;
}
.price_premium{
  background-color:  !important;
}

.price_short_deposit, .price_short_rent {
    background-color:  !important;
}
.price_year_rent, .price_year_deposit {
    background-color:  !important;
}

.price_exchange {
  background-color:  !important;
}

.price_takeover {
  background-color:  !important;
}

.price_profit_chang{
  background-color: #000000 !important;
}
.price_profit_month{
  background-color: #000000 !important;
}
.price_profit_suik{
  background-color: #000000 !important;
}

.price_real{
 background-color:  !important;
}
.price_loan{
 background-color:  !important;
}

.btn-recommend{
  background-color: #000000 !important;
  color:#fff !important;
}

.btn-youtube{
  background-color: #000000 !important;
  color:#fff !important;
}
.btn-vr{
  background-color: #000000 !important;
  color:#fff !important;
}
.btn-panorama{
  background-color: #000000 !important;
  color:#fff !important;
}
.tag{
 background-color: #000000 !important;
 color: #000000 !important;
}
.text-main_color{
  color:#da0000 !important;
}
.dropdown.active{
  border-bottom:none !important;
}
.navbar-default .navbar-nav >.active{
  border-bottom:2px solid #da0000 !important;
}

/* 최상단 배너 수정 */
.main_top_banner_wrap { display:inline-block; width:100%; height:90px; float:left; position:relative; }
.main_top_banner_wrap>.bg { display:inline-block; width:50%; height:90px; background:#ddd; float:left; position:absolute; top:0; }
.main_top_banner_wrap>.bg:nth-child(1) { left:0; }
.main_top_banner_wrap>.bg:nth-child(2) { right:0; }
.main_top_banner_wrap>.main_top_banner { display:inline-block; width:1100px; position:absolute; top:0; left:50%; transform:translateX(-50%); z-index:1; }
.main_top_banner_wrap>.main_top_banner a { display:inline-block; width:calc(100% / 3 - 1px); width:-webkit-calc(100% / 3); height:90px; float:left; }
.main_top_banner_wrap>.banner_close { display:inline-block; width:30px; height:30px; text-align:center; line-height:30px; position:absolute; bottom:5px; right:calc((100% - 1100px) / 2 - 35px); color:#fff; text-shadow:0 0 5px rgba(0,0,0,.15); font-size:30px; cursor:pointer; }

/* 헤더 시작 */
header { display:inline-block; width:100%; background:#fff; float:left; }
header.pc_nav { display:inline-block; }
header.mobile_nav { display:none; }
header>* { display:inline-block; width:100%; text-align:center; float:left; }
header>.header_top { padding:10px 0; border-bottom:1px solid #ddd; font-size:15px; }
	.wrap_1100 { display:inline-block; width:1100px; text-align:left; }
	.wrap_1100>* { display:inline-block; margin-bottom:-4px; float:left; }
	.fav { cursor:pointer; }
	.fav i { color:#fc0; }
	.wrap_1100>.right { float:right; }
	.wrap_1100>.right>* { display:inline-block; float:left; cursor:pointer; color:#888; }
	.wrap_1100>.right>*:hover { color:#000; transition:color .2s; }
	.wrap_1100>.right>*:not(:last-child):after { content:'·'; padding:0 5px; }
	.wrap_1100>.right>*:last-child { color:#da0000; font-weight:bold; }

.header_bottom { padding:10px 0; position:relative; }
	.logo { display:inline-block; height:54px; margin:13px 0; padding:0; float:left; cursor:pointer; }
	.logo img { width:auto; height:100%; }
    .logo_footer { display:none; }
    .mobile_quickNav { display:none !important; }
    .header_bottom .more_btn { display:none; }
	.header_bottom>*>* { display:inline-block; float:left; }
	.header_bottom .search_box { display:inline-block; width:240px; background:#fff; border:1px solid #ddd; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); }
		.header_bottom .search_box>* { display:inline-block; width:calc(100% - 40px); line-height:40px; text-align:center; float:left; }
		.header_bottom .search_box>span:last-child { width:40px; cursor:pointer; }
		.header_bottom .search_box>span:last-child:hover * { color:#da0000; transition:color .2s; }
		.header_bottom .search_box input { height:28px; padding-left:10px; }
		.header_bottom .search_box>*>* { width:100%; border:none; outline:none; }
	.header_bottom>*>.banner_header { width:280px; height:80px; float:right; }
    .banner_header .slick-prev { top:10px; left:inherit !important; right:20px; }
    .banner_header .slick-prev:before { display:inline-block; content:'＜'; width:20px; height:20px; border:1px solid #ddd; background:#fff; line-height:18px; font-size:14px !important; color:#000 !important; opacity:1 !important; font-weight:bold; }
    .banner_header .slick-next { top:10px; right:0 !important; }
    .banner_header .slick-next:before { display:inline-block; content:'＞'; width:20px; height:20px; border:1px solid #ddd; background:#fff; line-height:18px; font-size:14px !important; color:#000 !important; opacity:1 !important; font-weight:bold; }
.keyword_menu { display:inline-block; width:100%; border-top:1px solid #ddd; float:left; }
.keyword_menu .wrap_1100>* { margin-bottom:0; }
.keyword_menu>*>* { display:inline-block; }
    .keyword_wrap { float:left; }
        .keyword_wrap>* { display:inline-block; line-height:34px; float:left; }
        .keyword_wrap>i { margin-right:10px; line-height:34px !important; }
        .keyword_wrap ul { display:inline-block; margin:0; float:left; }
        .keyword_wrap li { display:inline-block; line-height:34px; float:left; cursor:pointer; }
        .keyword_wrap li:not(:last-child):after { content:'|'; padding:0 5px; color:#aaa; }
    .board_menu { float:right; }
        .board_menu ul { display:inline-block; margin:0; float:left; }
        .board_menu li { display:inline-block; line-height:34px; font-size:15px; font-weight:bold; float:left; cursor:pointer; }
        .board_menu li:not(:last-child):after { content:'|'; padding:0 10px; color:#ddd; }
        .board_menu li i { margin-right:5px; }
.nav_box { margin-top:-4px; background:#444; position:relative; }
	.nav_box .hamburger { display:inline-block; width:40px; height:44px; background:#222; line-height:44px; font-size:16px; color:#fff; text-align:center; float:left; cursor:pointer; }
	.nav_box .hamburger.on { color:#da0000; }
	.nav_box .hamburger i { display:inline-block; width:100%; height:100%; line-height:44px; font-size:20px; float:left; }
	.nav_box .more_menu { display:none; width:1102px; border:2px solid #222; background:#fff; position:absolute; top:100%; left:calc((100% - 1100px) / 2); z-index:10; box-shadow:0 0 5px rgba(0,0,0,.1); }
	.nav_box .more_menu.on { display:inline-block; }
	.menu_wrap { display:inline-block; width:100%; float:left; }
	.menu_wrap>* { display:inline-block; width:100%; float:left; }
	.menu_wrap .menu_title { padding:0 15px; background:#f9f9f9; border-bottom:1px solid #ddd; line-height:40px; position:relative; }
	.menu_wrap .menu_title>* { display:inline-block; font-family:'NotoSansKR-Bold'; font-size:16px; font-weight:bold; float:left; }
	.menu_wrap .menu_title>.close { position:absolute; top:0; right:0;  }
	.menu_wrap .menu_title>.close i { display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; font-size:24px; float:left; }
		.nav_box .more_menu li { color:#000; }
		.menu_category { display:inline-block; width:calc((100% / 6) * 5); border-right:1px solid #ddd; float:left; }
			.menu_category .category_main { display:inline-block; width:calc(100% / 5); height:240px; padding:15px; float:left; }
			.menu_category .category_main:not(:last-child) { border-right:1px solid #ddd; }
			.menu_category .category_main:nth-child(5n) { border-right:none; }
			.menu_category .category_main:nth-child(n+6) { border-top:1px solid #ddd; }
			.menu_category .category_main>* { display:inline-block; width:100%; float:left; }
			.menu_category .category_main>*>* { cursor:pointer; }
			.category_1 { margin-bottom:10px; font-family:'NotoSansKR-Bold'; font-size:16px; font-weight:bold; cursor:pointer; }
			.menu_detail>* { cursor:pointer; }
			.menu_detail>*:not(:last-child) { margin-bottom:2px; }
			.menu_detail>*:hover { color:#888; transition:color .2s; }
		.menu_category_right { display:inline-block; width:calc(100% / 6); height:480px; background:#f9f9f9; float:left; }
		.menu_category_right>* { display:inline-block; width:100%; padding:15px; float:left; }

	.nav_box>*>*>* { display:inline-block; margin:0; float:left; }
	.nav_box li { display:inline-block; width:114px; padding:10px 0; line-height:24px; color:#fff; font-size:16px; text-align:center; float:left; cursor:pointer; }
	.nav_box .top_menu>li:not(:last-child) { border-right:1px solid #888; }
	.menu_right { float:right; }
	.menu_right>div { display:inline-block; width:110px; line-height:44px; color:#fff; font-size:16px; text-align:center; float:left; cursor:pointer; }
	.menu_right>div.bg_gold { background:#aca673; }
	.menu_right>div.bg_red { background:#da0000; }

    @media (max-width:1100px) {
		
		
		html, body { width: 100%; height: 100%; }
		body { overflow-y: auto; }
		.main_top_banner_wrap { display:none; }
		header { border-bottom:1px solid #ddd; position: fixed; top: 0; left: 0; z-index: 5; }
		header.mobile_nav { display:inline-block; width:100%; height:100%; padding:0; background:#fff; border:none; position:fixed; top:0; left:-100%; z-index:5; translate:all .2s; }
		header>.header_top { display:none; }
		.body_wrap { height: 100%; margin-top: 140px; }

		/*
		html, body { width:100%; height:100%; overflow:hidden; }
		.main_top_banner_wrap { display:none; }
		header { border-bottom:1px solid #ddd; }
		header.mobile_nav { display:inline-block; width:100%; height:100%; padding:0; background:#fff; border:none; position:fixed; top:0; left:-100%; z-index:5; translate:all .2s; }
		header>.header_top { display:none; }
		.body_wrap { height:calc(100% - 188px); overflow-y:auto; }
		*/

        .wrap_1100 { width:100%; }
        .header_bottom { padding:0; background:#da0000; }
        .header_bottom>*>* { margin-bottom:0; }
        .header_bottom>*>*:not(.logo) { display:none; }
        .logo img { display:none; }
        .logo .logo_footer { display:inline-block; width:auto; height:100%; }
        .header_bottom>*>#totalSearchForm { display:inline-block; width:100%; height:47px; padding:10px 20px; padding-top:5px; }
            .header_bottom .search_box { width:100%; position:inherit; top:inherit; left:inherit; transform:inherit; float:left; }
            .header_bottom .search_box>* { line-height:30px; }
        .header_bottom>* { text-align:center; }
        .header_bottom>*>.logo { height:40px; margin:6px 0; float:inherit; }
        .header_bottom .more_btn { display:inline-block; width:30px; height:30px; line-height:30px; font-size:30px; position:absolute; top:13px; left:20px; z-index:1; color:#fff; cursor:pointer; }
        .keyword_menu { display:none; }
        .mobile_quickNav { display:inline-block !important; width:100%; float:left; }
        .mobile_quickNav ul { display:inline-block; width:100%; margin:0; background:#444; float:left; }
        .mobile_quickNav ul li { display:inline-block; width:20%; height:20px; margin:10px 0; line-height:18px; color:#fff; float:left; cursor:pointer; }
        .mobile_quickNav ul li:not(:last-child) { border-right:1px solid #888; }
        .nav_box { display:none; }

        .mobile_nav .top_box { height:148px; background:#da0000; }
        .mobile_nav nav li { height:auto; padding:0 15px; position:relative; line-height:41px; font-size:16px; font-weight:normal; float:left; cursor:pointer; transition:all .2s; z-index:4; }
    	.mobile_nav nav li.active { font-weight:bold; color:#da0000; }
    	.mobile_nav nav li:not(.active):hover { color:#da0000; }
    	.mobile_nav nav li .dropdown { display:none; position:absolute; top:100%; left:50%; background:#fff; z-index:2; transform:translateX(-50%); box-shadow:0 0 3px rgba(0,0,0,.15); }
    	.mobile_nav nav li:hover .dropdown { display:inline-block; }
    	.mobile_nav nav li .dropdown li { width:120px; padding:0; text-align:center; line-height:50px; font-size:16px; font-weight:normal; color:#000; }
    	.mobile_nav nav li .dropdown li.on { color:#da0000; }
    	.mobile_nav nav li .dropdown li:not(:last-child) { border-bottom:1px solid #efefef;}
    	.mobile_nav nav li .dropdown li:hover { color:#da0000; }
    	.mobile_nav nav li .dropdown>a.active li { color:#da0000; }
    	.mobile_nav nav li>span { margin-left:5px; }
    	.mobile_nav nav li>span i { transition:transform .2s; }
    	.mobile_nav nav li:hover span>i { transform:rotate(180deg); }
        	.mobile_nav .top_box img { width:auto; height:34px; padding:2px 0; }
        	.mobile_nav .top_box .member_info { width:100%; text-align:left; }
        	.top_box .member_info .name_m { font-size:18px; font-weight:bold; }
        	.top_box .member_info .sign_btn>div { width:100%; padding:4px 5px; border:1px solid #fff; font-size:14px; text-align:center; float:left; }

        	.m_slide_box_top { padding:6px 15px; border-bottom:1px solid rgba(255,255,255,.5); }
        	.m_slide_box_table { padding:28px 15px; }
        	.m_slide_box_table * { color:#fff; }
        	.m_slide_box_table .m_btn { display:inline-block; width:auto; float:left; font-size:15px; }
        	.m_slide_box_table .m_btn:first-child:after { content:'/'; padding:0 5px; }

        	.top_box .btn_custom { display:inline-block; padding:4px 5px; background:#fff; border:1px solid #ddd; position:absolute; top:90px; right:15px; }
        	.top_box .btn_custom.on { background:#666; border-color:#666; }
        	.top_box .btn_custom.on span { display:inline-block; color:#fff; }

        	.top_box .listBox { padding-bottom:5px; }
        	.top_box .listBox>div { padding:5px 15px; border-radius:40px; font-size:16px; }
        	.top_box .listBox>div:last-child { margin-top:5px; background:#da0000; color:#fff; text-align:center; }
        	.top_box .listBox>div span { margin-left:5px; }
        	.top_box .listBox>.imgBox { width:100%; margin-bottom:10px; text-align:center; }

        .mobile_nav nav { height:calc(100% - 196px); margin:0; background:#f6f6f6; overflow-y:auto; }
        .mobile_slide_box { height:100%; }
    	.mobile_slide_box nav ul { display:inline-block; width:100%; margin:0; float:left; }
    	.mobile_slide_box nav li { width:100%; line-height:40px; border-bottom:1px solid #ddd; }
    	.mobile_slide_box nav li span { display:inline-block; width:100%; text-align:center; line-height:40px; float:left; text-align:left; }
    	.mobile_slide_box nav li span:last-child { display:inline-block; width:auto; height:40px; line-height:40px; position:absolute; top:50%; right:20px; transform:translateY(-50%); color:#ddd; }

    	.mobile_slide_box nav li .dropdown { display:none; width:100%; padding:0; position:inherit; top:inherit; left:inherit; background:none; transform:inherit; box-shadow:none; }
    	.mobile_slide_box nav li .dropdown li { width:100%; padding:0 25px; text-align:left; line-height:40px; }
    	.mobile_slide_box nav li .dropdown li:before { content:"·"; margin-right:10px; }
    	.mobile_slide_box nav li .dropdown li:not(:last-child) { border:none; }
    	.mobile_slide_box nav li.on .dropdown { display:inline-block; }
    	.mobile_slide_box nav li>span i { transform:rotate(0deg); }
    	.mobile_slide_box nav li.on>span:nth-child(3) i { transform:rotate(180deg); }

    	.contact_tel { width:100%; padding:10px 0; position:absolute; bottom:0; left:0; background:#da0000; font-size:20px; font-weight:bold; text-align:center; color:#fff; }
    	.contact_tel span { margin-left: 5px; }

        .banner_main_left_zone, .banner_main_right_zone { display:none; }
    }
/* 헤더 끝 */
body { width:100%; overflow-x:hidden; }
.body_wrap { display:inline-block; width:100%; float:left; }

.body_hidden { width:100%; height:100%; overflow:hidden; }
.fullWrap { display:inline-block; width:100%; height:100%; background:rgba(0,0,0,.8); position:absolute; top:0; left:0; z-index:9999; }
	.fullWrap>.closeBtn { display:inline-block; width:auto; height:40px; padding:0 15px; background:rgba(255,255,255,.9); border-radius:40px; position:absolute; top:10px; right:10px; text-align:center; line-height:40px; font-size:16px; z-index:6; cursor:pointer; }
	.imgSlideWrap { width:100%; height:100%; }
	.imgSlideWrap>div { display:inline-block; width:100%; height:100%; text-align:center; }
	.imgSlideWrap img { display:inline-block; width:auto; height:100%; }
		.imgSlideWrap .slick-dots li { display:none !important; width:auto; height:auto; padding:2px 15px; background:rgba(255,255,255,.8); border-radius:100px; font-size:12px; }
		.imgSlideWrap .slick-dots li.slick-active { display:inline-block !important; }

@media(max-width:1100px){
  .btn_align.active{
    background-color: #da0000 !important;
    color:#fff !important;
    border: 1px solid #da0000 !important;
  }
  .search_block{
    width:100%;
    margin-bottom:0px;
  }
}

.label_finish{
  background-image:url('/uploads/site_image/c34185ed269bc378a1f61000cc0eb685.png') !important;
}




.ui-slider-handle{
  background:#da0000 !important;
  border: 1px solid #da0000 !important;
  width:1.6em !important; height:1.6em !important; border-radius:1.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.4em;
}

.navbar-default{
  background:#000000 !important;
    border:1px solid #000000 !important;
    border-radius:0px;
}


/*.navbar-default .navbar-nav>li>a, .m_title{
  color:#000000 !important;
}*/

.m_title{
  color:#000000 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background-color:rgba(255,255,255,0.1);
  color:rgba(255,255,255,0.1);
}
.navbar-nav li.active>a { color:#da0000; }
.navbar-default .navbar-nav:not(.menu_sign)>.active>a, .navbar-default .navbar-nav:not(.menu_sign)>.active>a:focus, .navbar-default .navbar-nav:not(.menu_sign)>.active>a:hover {
    color:#da0000 !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  background-color:rgba(204,204,204,0.2);
  /*color:rgba(255,255,255,0.1);*/
}

#slide_menu{
  background:#000000 !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .btn-primary{
  background:#da0000 !important;
  border:1px solid #da0000 !important;
  position:relative;
}
.pagination>.active a:after { content:'_'; width:100%; position:absolute; bottom:0px; left:0; }

.pagination { border-radius:0; }
.pagination>li>a, .pagination>li>span { padding:5px 15px; background:transparent; border:none; font-size:16px; color:#000; line-height:24px; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background:transparent !important; border:none !important; color:#da0000; font-size:18px; }
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { background-color:#fff; border-color:#ddd; border-radius:100px; color:#888; }

.btn-primary:hover{
  background:rgba(218,0,0,0.8) !important;
}

.caret{
  color:#da0000 !important;
}

.main_text_color{
  color:#da0000 !important;
}



.map_get_list{
  background-color:rgba(218,0,0,0.8) !important;
}

#map_item{
  border:2px solid #da0000 !important;
}

.main_quick_box{
  border-top:2px solid #da0000;
}

footer { display:inline-block; width:100%; float:left; }


  .btn_request_call, .btn_request_sms, .btn_request_contact{
    border-top:1px solid $setting->color_main;
    background-color: rgba(218,0,0,0.8) !important;
    bottom:0px !important;
  }

.marker_cnt{
  background-color: rgba(218,0,0,0.9) !important;
}
.marker_title{
  /*box-shadow: 0 5px 10px rgba(0,0,0,.1);*/
}

.color_item_id{
  color:#000000 !important;
}

.marker_cnt{
  border: 2px solid #da0000 !important;
}
.marker_title.active > .marker_cnt{
  background: #fff !important;
  color: #da0000 !important;
  border: 2px solid #da0000 !important;
  height:33px !important;
}
.marker_title.active.click > .marker_cnt{
  background: #fff !important;
  color: #333 !important;
  border: 2px solid #333 !important;
  height:33px !important;
}

.circle-white{
  line-height:58px;
  border:3px solid #da0000 !important;
}
.circle-white.active{
  border:3px solid #fff !important;

}
.circle-white.active.click{
  border:3px solid #000 !important;

}

.navbar-default .navbar-nav>li>a { color:#000000; }

.price_t_sell { color:; }
.price_t_loan { color:; }
.price_t_month_deposit { color:; }
.price_t_exchange { color:; }
.price_t_takeover { color:; }
