/* common */
html, body, #jumpoWrap {
	width: 100%;
	min-width: 320px;
	height: 100%;
	font-size:14px;
	box-sizing: border-box;
	overflow: hidden;
}

i{
    font-size: 22px;
    color:#fff;
    font-weight:600;
}


.menu-icon {
	display: inline-block;
	background-image: url('../images/menu_icon.png?x=5');
	background-size: 1125px 450px;
	width: 40px;
	height: 40px;
	vertical-align: top;
}
.marker .menu-icon {
    background-size: 750px 300px;
    width: 25px;
    height: 25px;
}

aside {
	position: absolute;
    width: 85%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    z-index: 5;
	-webkit-transform: translateX(-120%);
	-moz-transform: translateX(-120%);
	transform: translateX(-120%);
	-webkit-transition: -webkit-transform 0.3s, width 0.3s;
	-moz-transition: -moz-transform 0.3s, width 0.3s;
	transition: transform 0.3s, width 0.3s;
}
aside * {
	font-family: 'Malgun Gothic','맑은 고딕' !important;
    font-size: 15px;
}
aside a, aside span {
    color: inherit;
    text-decoration: none;
    letter-spacing: -0.5px;
    font-size: inherit;
}
aside.on {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
aside .head {
    padding: 17px 15px;
    background: #7bb604;
    overflow: hidden;
    color: #fff;
}
aside .head #btn_login {
    display: block;
    margin-bottom: 5px;
    padding-left: 26px;
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    background: url(https://m.jumpoline.com/images/common/logout.png) 0 center no-repeat;
    background-size: 18px auto;
}

aside .head #logged_name { 
	float:left; 
	font-size:17px; 
	line-height:26px; 
	font-weight:bold; 
	color: #fff;
}

aside .head #btn_logout { 
	float:right; 
	margin-right:10px; 
	padding-left:15px; 
	font-size:11px; 
	line-height:26px; 
	background:url("https://m.jumpoline.com/images/common/logout.png") 0 center no-repeat; 
	background-size:10px auto; 
}

aside .head .btn_wrap {
    margin-top: 8px;
    clear: both;
}
aside .head .btn_mymodify {
    float: left;
    padding: 1px 8px;
    font-size: 12px;
    border: 1px solid #5f8a08!important;
    line-height: 24px;
    letter-spacing: 0;
}
aside .head .btn_mypage, aside .head .btn_join {
    float: right;
    padding: 0 8px;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 24px;
    color: #fff
}
aside h2 {
    height: 23px;
    padding-left: 15px;
    border-bottom: 1px solid #b5b5b5;
    background: #c0c0c0;
    color: #fff;
    font-size: .83em;
    line-height: 1.9;
    font-weight: bold;
    letter-spacing: 0.5px;
}
aside .aside_cate .depth1 > li:first-child {
    border: 0 none;
}

aside .aside_cate .depth1 > li {
    min-height: 43px;
    overflow: hidden;
    position: relative;
    display: block;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
}
aside .aside_cate .depth1 > li span {
    display: block;
    margin: 10px 0 8px 17px;
    font-size: 1.125rem;
    line-height: 1.6;
}
aside .aside_cate .depth1 > li span:before {
    width: 33px;
    height: 35px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 30px;
    background: url(https://m.jumpoline.com/images/common/aside_spt_.png) no-repeat;
    background-size: 40px auto;
    vertical-align: middle;
    content: '';
}
aside .aside_cate .depth1 > li:nth-child(1) span:before {
    background-position: 0 -30px;
}
aside .aside_cate .depth1 > li:nth-child(2) span:before {
    background-position: 0 -65px;
}
aside .aside_service li {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}
aside .aside_service li a {
    display: block;
    padding: 11px 0 9px 23px;
    color: #666;
    font-size: 1.063rem;
}
aside .aside_service li a.n7 {
    color: #1261b0;
}
aside .aside_service li a:before {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: -2px 12px 0 0;
    background: url(https://m.jumpoline.com/images/common/aside_spt.png) no-repeat;
    background-size: 40px auto;
    vertical-align: middle;
    content: '';
}
aside .aside_service li a.n1:before {
    background-position: 0px -100px;
}
aside .aside_service li a.n2:before {
    background-position: 0px -130px;
}
aside .aside_service li a.n3:before {
    background-position: 0px -160px;
}
aside .aside_service li a.n4:before {
    background-position: 0px -190px;
}
aside .aside_service li a.n5:before {
    background-position: 0px -220px;
}
aside .aside_service li a.n6:before {
    background-position: 0px -250px;
}
aside .aside_service li a.n7:before {
    background-position: 0px -280px;
}
aside .aside_service li a.n8:before {
    background-position: 0px -310px;
}
.btn_mymodify {
    padding: 0 8px;
    border: 1px solid #70a00d!important;
    color: #333;
    background: #d6f74c;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    letter-spacing: -1px;
}
.btn_mymodify:before {
    width: 20px;
    height: 18px;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px;
    background: url(https://m.jumpoline.com/images/common/bullet_spt.png?ver=21071208) no-repeat 0 -623px;
    background-size: 50px auto;
    vertical-align: middle;
    content: '';
}

aside > i {
    position: absolute;
    right: -42px;
    top: 15px;
    font-size: 30px;
    font-weight: bold;
}

#mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	display:none;
	z-index: 3;
}

header {
    width:100%;
    height: auto;
    position: fixed;
    z-index:3;
    border-bottom: 1px solid #e0e0e0;
}
header .header-info {
    text-align: center;
    background: #373960;
    height: 50px;
    position: relative;
    z-index: 10;
}
header .header-info .header-btn {
 position: absolute;
 width: 40px;
 height: 40px;
 padding-top: 9px;
 z-index: 3;
 }
header .header-info .header-btn i.xi-renew {font-size:24px;}
header .header-info .menu-btn {

top: 5px;

left: 0;

-webkit-transform: translateX(5px);

-moz-transform: translateX(5px);

transform: translateX(5px);

-webkit-transition: -webkit-transform 0.3s, width 0.3s;

-moz-transition: -moz-transform 0.3s, width 0.3s;

transition: transform 0.3s, width 0.3s;
}
header .header-info .menu-btn.off {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    transform: translateX(-40px);   	
}
header .header-info .search-btn {top: 5px;right: 45px;width: 35px;padding-right: 5px;text-align: right;-webkit-transform: translateX(5px);-moz-transform: translateX(5px);transform: translateX(5px);-webkit-transition: -webkit-transform 0.3s, width 0.3s;-moz-transition: -moz-transform 0.3s, width 0.3s;transition: transform 0.3s, width 0.3s;}
header .header-info .search-btn.off {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}
header .header-info .home-btn {

top: 5px;

right: 10px;

width: 35px;

text-align: left;

padding-left: 5px;

-webkit-transform: translateX(5px);

-moz-transform: translateX(5px);

transform: translateX(5px);

-webkit-transition: -webkit-transform 0.3s, width 0.3s;

-moz-transition: -moz-transform 0.3s, width 0.3s;

transition: transform 0.3s, width 0.3s;
}
header .header-info .home-btn.off {
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    transform: translateX(45px);
}
header .header-info .close-btn {

	right: -40px;
	top: 5px;

    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: -webkit-transform 0.3s, width 0.3s;
    -moz-transition: -moz-transform 0.3s, width 0.3s;
    transition: transform 0.3s, width 0.3s;    
}
header .header-info .close-btn.off {
    -webkit-transform: translateX(-45px);
    -moz-transform: translateX(-45px);
    transform: translateX(-45px);
}

header .header-info .title {
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
}
header .header-info .title.on {} 
header .header-info .region-info {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.3s, width 0.3s;
	-moz-transition: -moz-transform 0.3s, width 0.3s;
	transition: transform 0.3s, width 0.3s;
}
header .header-info .region-info.off {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transform: translateY(-50px);
}
header .header-info .region-info span {color: #fff;}
header .header-info .region-info i {
    vertical-align: middle;
    margin-left: 0px;
}
header .header-info .header-title {
 
top: 0;
 
-webkit-transform: translateY(-50px);
 
-moz-transform: translateY(-50px);
 
transform: translateY(-50px);
 
-webkit-transition: -webkit-transform 0.3s, width 0.3s;
 
-moz-transition: -moz-transform 0.3s, width 0.3s;
 
transition: transform 0.3s, width 0.3s;
}
header .header-info .header-title.off {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}




header .cate-opt-btn{
    width:100%;
    height:44px;
    background-color:#f5f5f5;
    position: relative;
    z-index: 1;
}
header .cate-opt-btn .c-red { color:#da4600; }
header .cate-opt-btn .category-area { width: 47%; float: left; }
header .cate-opt-btn .option-area { width: 53%; float: left; }
header .cate-opt-btn .select { display: inline; }
header .cate-opt-btn .selected { display:none; }
header .cate-opt-btn .selected li {
    display: inline;
    font-size: 14px;
	color: #dddddd;
}
header .cate-opt-btn .selected li.on {
	color: #373960;
}
header .cate-opt-btn .selected li.on::before {
	color: #da4600;
}
header .cate-opt-btn .selected li:first-child:before { display: none; }
header .cate-opt-btn .selected li::before {
	content: "\e940";
    font-family: "xeicon";
    display: inline;
    font-size: 15px;
	color: #dddddd;
    vertical-align: top;
    margin: 0 -1px 0 -2px;
}
header .cate-opt-btn .option-btn {
	display: block;
	text-align: center;
	background: #f9f9f9;
	font-size: 14px;
	border: 1px solid #afb3c7;
	letter-spacing: -1px;
	height: 36px;
	line-height: 36px;
	margin: 4px;
	position: relative;
	overflow: hidden;
}
header .cate-opt-btn .option-area .option-btn { margin-left: 0;}
header .cate-opt-btn .option-btn::after {
	content:"\e942"; 
	font-family: "xeicon";
	display: inline;
	font-size: 19px;
    vertical-align: middle;
    margin-right: -10px;
}

header .head-option {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: auto;
	left: 0;
	top: 50px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.3s, width 0.3s;
	-moz-transition: -moz-transform 0.3s, width 0.3s;
	transition: transform 0.3s, width 0.3s;
}
header .head-option.on
{
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

#region {
    max-height: 100%;
    background-color: #f7f7f7;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
    padding: 10px;
}
#region .region-info {
    line-height: 40px;
    border: 1px solid #a7acc2;
    padding: 0 10px;
    text-align: center;
    background-color: #fff;
}
#region .region-info span {
    display: inline-block;
    width: 32%;
    position: relative;
    color: #dddddd;
    cursor:pointer;
}
#region .region-info span.on {color:#373960;}
#region .region-info span:first-child:before {display: none;}
#region .region-info span::before {content: "\e93e";font-family: "xeicon";display: block;position: absolute;left: -10px;font-size: 19px;}
#region .region-info .sido {}
#region .region-info .gugun {}
#region .region-info .dong {}
#region .region-list {
    margin-top: 10px;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
#region .region-list li {
    float: left;
    width: 33.3%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    cursor:pointer;
}

#search {
    position: absolute;
    width: 100%;
    background-color: #8dc21f;
 }
#search .search-input {
    height: 56px;
    padding: 8px 10px;
    position: relative;
}
#search .search-input input {
    background-color: #fff;
    border: 2px solid #80ad2c;
    height: 100%;
    width: 100%;
    padding-left: 15px;
    border-radius: 20px;
}
#search .search-input input::-webkit-input-placeholder { color: #a7acc2; }
#search .search-input input:-ms-input-placeholder  { color: #a7acc2; }
#search .search-input a {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 9px;
    right: 15px;
    top: 7px;
}
#search .search-input a i {
    color: #8dc21f;
    font-size: 24px;
}
#search .search-list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-height: 300px;
    top: 56px;
    box-shadow: 1px 1px 3px 0px #333;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#search .search-list > ul {padding: 0 10px;}
#search .search-list > ul li {padding: 12px 0px; border-bottom: 1px solid #eee; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#search .search-list > ul li:last-child {border: none;}

#category {
    max-height: 100%;
    background-color: #f7f7f7;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
}
#category .all-group {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eb4c00;
    color: #fff;
    position: sticky;
    top: 0;
    display: none;
    opacity: 0.9;
	z-index: 10;
}
#category .market-group {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
#category .market-group h1 {
    font-size: 16px;
	font-weight: 600;
}
#category .market-group h1::before {display: block;content: "";background-color: #eb4c00;width: 2px;height: 14px;float: left;margin-top: 2px;margin-right: 5px;}
#category .market-group .sub-menu {}
#category .market-group .sub-menu li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 12px;
    letter-spacing: -1px;
    padding-top: 5px;
	position: relative;
    cursor: pointer;	
}
#category .market-group .sub-menu li span {
	display: block;
	padding: 5px 0;
}
#category .market-group .sub-menu li.on { 
    border: 1px solid #eb4c00;
    border-radius: 5px;
}
#category .market-group .sub-menu li.on span { 
    background-color: #eb4c00;
	color: #fff;
}
#category .market-group .sub-menu li.on .close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
    text-align: center;
    z-index: 100;
    padding-top: 13px;
}
#category .market-group .sub-menu li.on .close i {
	font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    opacity: 0.8;
    background-color: #eb4c00;
}

#category .market-group .sub-menu li i {
    display: block;
    margin: 0px auto;
    border-radius: 12px;
}

#mainBanner {
	position: relative;
    width: 100%;
    height: 50px;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #ccc;
}
#mainBanner img {
    width: 320px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

/* submenu icon position */
.sub-menu .B-10 .menu-icon {background-position: 0 0;}
.sub-menu .B-14 .menu-icon {background-position: 0 -50px;}
.sub-menu .B-13 .menu-icon {background-position: 0 -100px;}
.sub-menu .B-02 .menu-icon {background-position: 0 -150px;}
.sub-menu .B-05 .menu-icon {background-position: 0 -200px;}
.sub-menu .B-04 .menu-icon {background-position: 0 -250px;}
.sub-menu .B-15 .menu-icon {background-position: 0 -300px;}
.sub-menu .B-03 .menu-icon {background-position: 0 -350px;}
.sub-menu .B-90 .menu-icon {background-position: 0 -400px;}
.marker .B-10 .menu-icon {background-position: -400px 0;}
.marker .B-14 .menu-icon {background-position: -400px -30px;}
.marker .B-13 .menu-icon {background-position: -400px -60px;}
.marker .B-02 .menu-icon {background-position: -400px -90px;}
.marker .B-05 .menu-icon {background-position: -400px -120px;}
.marker .B-04 .menu-icon {background-position: -400px -150px;}
.marker .B-15 .menu-icon {background-position: -400px -180px;}
.marker .B-03 .menu-icon {background-position: -400px -210px;}
.marker .B-90 .menu-icon {background-position: -400px -240px;}

.sub-menu .A-01 .menu-icon {background-position: -75px 0;}     
.sub-menu .A-10 .menu-icon {background-position: -75px -50px;} 
.sub-menu .A-09 .menu-icon {background-position: -75px -100px;} 
.sub-menu .A-07 .menu-icon {background-position: -75px -150px;} 
.sub-menu .A-05 .menu-icon {background-position: -75px -200px;}
.sub-menu .A-02 .menu-icon {background-position: -75px -250px;}
.sub-menu .A-04 .menu-icon {background-position: -75px -300px;}
.sub-menu .A-11 .menu-icon {background-position: -75px -350px;}
.sub-menu .A-90 .menu-icon {background-position: -75px -400px;}
.marker .A-01 .menu-icon {background-position: -450px 0;}          
.marker .A-10 .menu-icon {background-position: -450px -30px;}  
.marker .A-09 .menu-icon {background-position: -450px -60px;}  
.marker .A-07 .menu-icon {background-position: -450px -90px;}  
.marker .A-05 .menu-icon {background-position: -450px -120px;}
.marker .A-02 .menu-icon {background-position: -450px -150px;}
.marker .A-04 .menu-icon {background-position: -450px -180px;}
.marker .A-11 .menu-icon {background-position: -450px -210px;}
.marker .A-90 .menu-icon {background-position: -450px -240px;}

.sub-menu .C-02 .menu-icon {background-position: -150px 0;}     
.sub-menu .C-01 .menu-icon {background-position: -150px -50px;} 
.sub-menu .C-05 .menu-icon {background-position: -150px -100px;} 
.sub-menu .C-15 .menu-icon {background-position: -150px -150px;} 
.sub-menu .C-13 .menu-icon {background-position: -150px -200px;}
.sub-menu .C-14 .menu-icon {background-position: -150px -250px;}
.sub-menu .C-90 .menu-icon {background-position: -150px -300px;}
.marker .C-02 .menu-icon {background-position: -500px 0;}          
.marker .C-01 .menu-icon {background-position: -500px -30px;}  
.marker .C-05 .menu-icon {background-position: -500px -60px;}  
.marker .C-15 .menu-icon {background-position: -500px -90px;}  
.marker .C-13 .menu-icon {background-position: -500px -120px;}
.marker .C-14 .menu-icon {background-position: -500px -150px;}
.marker .C-90 .menu-icon {background-position: -500px -180px;}

.sub-menu .E-07 .menu-icon {background-position: -225px 0;}     
.sub-menu .E-01 .menu-icon {background-position: -225px -50px;} 
.sub-menu .E-03 .menu-icon {background-position: -225px -100px;} 
.sub-menu .E-10 .menu-icon {background-position: -225px -150px;} 
.sub-menu .E-21 .menu-icon {background-position: -225px -200px;}
.sub-menu .E-22 .menu-icon {background-position: -225px -250px;}
.sub-menu .E-09 .menu-icon {background-position: -225px -300px;}
.sub-menu .E-02 .menu-icon {background-position: -225px -350px;}
.sub-menu .E-90 .menu-icon {background-position: -225px -400px;}
.marker .E-07 .menu-icon {background-position: -550px 0;}          
.marker .E-01 .menu-icon {background-position: -550px -30px;}  
.marker .E-03 .menu-icon {background-position: -550px -60px;}  
.marker .E-10 .menu-icon {background-position: -550px -90px;}  
.marker .E-21 .menu-icon {background-position: -550px -120px;}
.marker .E-22 .menu-icon {background-position: -550px -150px;}
.marker .E-09 .menu-icon {background-position: -550px -180px;}
.marker .E-02 .menu-icon {background-position: -550px -210px;}
.marker .E-90 .menu-icon {background-position: -550px -240px;}

.sub-menu .F-19 .menu-icon {background-position: -300px 0;}     
.sub-menu .F-01 .menu-icon {background-position: -300px -50px;} 
.sub-menu .F-13 .menu-icon {background-position: -300px -100px;} 
.sub-menu .F-15 .menu-icon {background-position: -300px -150px;} 
.sub-menu .F-17 .menu-icon {background-position: -300px -200px;}
.sub-menu .F-05 .menu-icon {background-position: -300px -250px;}
.sub-menu .F-18 .menu-icon {background-position: -300px -300px;}
.sub-menu .F-16 .menu-icon {background-position: -300px -350px;}
.sub-menu .F-90 .menu-icon {background-position: -300px -400px;}
.marker .F-19 .menu-icon {background-position: -600px 0;}          
.marker .F-01 .menu-icon {background-position: -600px -30px;}  
.marker .F-13 .menu-icon {background-position: -600px -60px;}  
.marker .F-15 .menu-icon {background-position: -600px -90px;}  
.marker .F-17 .menu-icon {background-position: -600px -120px;}
.marker .F-05 .menu-icon {background-position: -600px -150px;}
.marker .F-18 .menu-icon {background-position: -600px -180px;}
.marker .F-16 .menu-icon {background-position: -600px -210px;}
.marker .F-90 .menu-icon {background-position: -600px -240px;}

.sub-menu .G-12 .menu-icon {background-position: -375px 0;}     
.sub-menu .G-38 .menu-icon {background-position: -375px -50px;} 
.sub-menu .G-06 .menu-icon {background-position: -375px -100px;} 
.sub-menu .G-41 .menu-icon {background-position: -375px -150px;} 
.sub-menu .G-36 .menu-icon {background-position: -375px -200px;}
.sub-menu .G-37 .menu-icon {background-position: -375px -250px;}
.sub-menu .G-39 .menu-icon, .sub-menu .G-43 .menu-icon {background-position: -375px -300px;} /* 빨래방 현G43-구G39부동산중개삭제 */
.sub-menu .G-42 .menu-icon, .sub-menu .H-17 .menu-icon {background-position: -375px -350px;} /* 병원-구G42 현H17 */
.sub-menu .G-90 .menu-icon {background-position: -375px -400px;}
.marker .G-12 .menu-icon {background-position: -650px 0;}          
.marker .G-38 .menu-icon {background-position: -650px -30px;}  
.marker .G-06 .menu-icon {background-position: -650px -60px;}  
.marker .G-41 .menu-icon {background-position: -650px -90px;}  
.marker .G-36 .menu-icon {background-position: -650px -120px;}
.marker .G-37 .menu-icon {background-position: -650px -150px;}
.marker .G-39 .menu-icon, .marker .G-43 .menu-icon {background-position: -650px -180px;}
.marker .G-42 .menu-icon, .marker .H-17 .menu-icon {background-position: -650px -210px;}
.marker .G-90 .menu-icon {background-position: -650px -240px;}

.sub-menu .H-10 .menu-icon {background-position: -450px 0;}     
.sub-menu .H-11 .menu-icon, .sub-menu .G-44 .menu-icon {background-position: -450px -50px;} /* 독서실-구H11 현G44 */
.sub-menu .H-12 .menu-icon {background-position: -450px -100px;} 
.sub-menu .H-90 .menu-icon {background-position: -450px -150px;} 
.sub-menu .H-14 .menu-icon {background-position: -450px -200px;}
.sub-menu .H-13 .menu-icon {background-position: -450px -250px;}
.sub-menu .H-15 .menu-icon {background-position: -450px -300px;}
.sub-menu .H-16 .menu-icon {background-position: -450px -350px;}
.sub-menu .H-18 .menu-icon {background-position: -450px -300px;}/* 상가임대 */
.sub-menu .H-19 .menu-icon {background-position: -450px -350px;}/* 상가매매 */
.sub-menu .H-91 .menu-icon {background-position: -450px -400px;}
.marker .H-10 .menu-icon {background-position: -700px 0;}          
.marker .H-11 .menu-icon, .marker .G-44 .menu-icon {background-position: -700px -30px;}  
.marker .H-12 .menu-icon {background-position: -700px -60px;}  
.marker .H-90 .menu-icon {background-position: -700px -90px;}  
.marker .H-14 .menu-icon {background-position: -700px -120px;}
.marker .H-13 .menu-icon {background-position: -700px -150px;}
.marker .H-15 .menu-icon {background-position: -700px -180px;}
.marker .H-16 .menu-icon {background-position: -700px -210px;}
.marker .H-18 .menu-icon {background-position: -700px -180px;}
.marker .H-19 .menu-icon {background-position: -700px -210px;}
.marker .H-91 .menu-icon {background-position: -700px -240px;}

/* 업종선택*/
#options{
    background:#f7f7f7;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
    height: 100%;
	padding-bottom: 50px;
}
#options > div {
    width: 100%;
    background-color: #fff;
    padding: 20px 10px;
    margin-bottom: 10px;
}
#options > div > h4 {
    margin-bottom:15px;
    display:block;
    color:#373960;
    font-size:16px;
}

#options > div > h4 i{
    color:#afb3c7;
	vertical-align: bottom;
    font-size: 20px;
}

#options .floor{
}

#options .floor ul{}

#options .floor ul li{  
    width:20%; 
    text-align:center;
    letter-spacing: -1px;    
    float:left;
    border:1px solid #dcdcdc;
    margin:0 0 0 -1px ;    
    height:40px;
    line-height:40px;
    cursor: pointer;
}

#options .floor ul li:first-child{
    margin:0;
}

#options .floor ul li.on{
    background-color: #f37524;
    color:#fff;
}

#options .extent{
}

#options .extent ul{
    border-bottom:1px solid #dcdcdc;
}

#options .budget{
	margin-bottom: 0;
}

#options .budget ul{
    border-bottom:1px solid #dcdcdc;
}
#options .opt-btn {}
#options .opt-btn button {
    width: 80%;
    float: left;
    height: 50px;
    line-height: 50px;
    background-color: #373960;
    color: #fff;
}
#optReset {
	width: 20% !important;
    background-color: #bbb !important;
}

#options li{
    float:left;
    width:50%;
    height:40px;
    line-height:40px;
    margin:0 -1px 0 0 ;
    text-align:center;
    cursor: pointer;
    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
    border-top:1px solid #dcdcdc;    
}

#options li.on{
    background-color: #f37524;
    color:#fff;
}

/* 지하철 선택 */
#subway {
    background-color: #f7f7f7;
    height: 100%;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
    padding: 10px;
    padding-bottom: 60px;
}
#subway .subway-info {
	height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #a7acc2;
}
#subway .subway-info span {
    display: inline-block;
    height: 100%;
}
#subway .subway-info span:after {
    content: "\e940";
    font-family: "xeicon";
    display: inline;
    font-size: 15px;
    color: #373960;
    vertical-align: top;
    margin: 0px 10px;
}
#subway .subway-list {
	border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
#subway .subway-list.metro {
}
#subway .subway-list.metro li {
    padding: 0;
    text-align: center;
}
#subway .subway-list li {
    float: left;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
	border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    padding-left: 20px;
}
#subway .subway-list li .circle {
    width: 10px;
    height: 10px;
    display: inline-block;
	border-radius: 4px;
    margin-right: 7px;
}

#marketInfo {
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #ccc;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
	display: none;
    /*-webkit-transform: translateX(370px);
    -moz-transform: translateX(370px);
    transform: translateX(370px);
    -webkit-transition: -webkit-transform 0.3s, width 0.3s;
    -moz-transition: -moz-transform 0.3s, width 0.3s;
    transition: transform 0.3s, width 0.3s;*/
}
#marketInfo.on {
	display: block;
    /*-webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);*/
}
#marketInfo .xi-close-thin {
	width: 50px;
    padding: 10px;
    position: absolute;
    left: -50px;
    top: 0px;
    font-size: 30px;
}
#marketInfo .good-btn {
    width: 50px;
    padding: 10px;
    position: absolute;
    left: -50px;
    top: 50px;
    font-size: 30px;
}
#marketInfo .infoArea {
    width: 300px;
    height: 100%;
    /*margin-top: 45px;*/
    padding: 10px 30px 45px !important;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#marketInfo .info-images {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #efefef;
}
#marketInfo .info-images img {
	height: 100%;
}

#marketInfo .images-ad {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
}

#marketInfo .images-ad span {
    font-size: 11px;
    color: #fff;
}
#marketInfo .images-ad.ad-box1 {background-color: #f03a41;}
#marketInfo .images-ad.ad-box2 {background-color: #d7ac02;}
#marketInfo .images-ad.ad-box3 {background-color: #92be13;}
#marketInfo .images-ad.ad-box4 {background-color: #e159a5;}
#marketInfo .images-ad.ad-box5 {background-color: #e57e24;}
#marketInfo .images-ad.ad-box6 {background-color: #55b68f;}
#marketInfo .images-ad.ad-box7 {background-color: #6172aa;}
#marketInfo .images-ad.ad-box8 {background-color: #9671bf;}

#marketInfo .market-inner {
    width: 100%;
    padding: 5px 0 10px;
}

#marketInfo p {
    margin-top: 5px;
}

#marketInfo .sido-cector {
    color: #f37321;
    font-size: 12px;
    text-align: center;
}

#marketInfo .info-title {
    line-height: 25px;
    font-size: 18px;
    margin-top: 10px;
	font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#marketInfo .info-titles {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#marketInfo dl.sale-num {
	/* width: 125px;
    margin: 0 auto;
    font-size: 12px;
    margin-bottom: 10px; */
    float: left;
    font-size: 13px;
    line-height: 30px;
    color: #282d93;
    font-weight: 700;
    margin-top: 5px;
}

#marketInfo dl.sale-num dt {
    float: left;
    line-height: 18px;
}

#marketInfo dl.sale-num dd {
    float: left;
    line-height: 18px;
	padding-left: 5px;
}

#marketInfo .info-information {
    border-top: 3px double #a7acc2;
    /* border-bottom: 1px solid #ddd; */
}

#marketInfo .earning {
    margin-top: 10px;
    font-size: 12px;
}
#marketInfo .earning li {
	line-height: 20px;
}
#marketInfo .earning li:last-child {
}
#marketInfo .earning li span {
    color: #d53f41;
}

#marketInfo .into-option {
    padding: 10px 0;
}

#marketInfo .into-option dt {
    width: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    float: left;
	margin-top: 3px;
}

#marketInfo .into-option dd {
    width: 95px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    float: left;
    margin-left: 5px;
}

#marketInfo .into-option .earnest {
    background-color: #bdbdbd;
    height: 20px;
}

#marketInfo .into-option .rental {
    background-color: #a7acc2;
    height: 20px;
}

#marketInfo .into-option .premium {
    background-color: #373960;
    height: 20px;
}

#marketInfo .into-option .total {
    background-color: #f37321;
    height: 20px;
}

#marketInfo .info-contact {
    margin: 5px -20px 20px -20px;
    /* padding: 15px 30px; */
    background-color: #ecf0f1;
    padding:10px 0px;
    border-radius: 10px;
}
#marketInfo .info-contact .title {
    font-size: 14px;
    font-weight: bold;
}
#marketInfo .info-contact .owner {
    font-size: 14px;
    color: #555;
    padding-top: 3px;
}
#marketInfo .info-contact .owner .owner-info {
    /* float: left; */
    /* width: 110px; */
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
#marketInfo .info-contact .owner .owner-info .owner-title {
    font-weight: 600;
}
#marketInfo .info-contact .owner .owner-info .name {
    letter-spacing: 6px;
}
#marketInfo .info-contact .owner .call-btn {
    float: left;
    width: 130px;
    text-align: right;
}
#marketInfo .info-contact .owner .call-btn a {
    display: inline-block;
    width: 63px;
    text-align: center;
    border: 1px solid #ececec;
}
#marketInfo .info-contact .owner .call-btn a i {
    color: #000;
    line-height: 40px;
}
#marketInfo .info-contact .agent {
    padding-top: 10px;
    /* height: 100px; */
    height: 70px;
    clear: both;
}
#marketInfo .info-contact .agent .photo {
    width: 60px;
    height: 70px;
    float: left;
    margin-right: 15px;
    border-radius: 3px;
    border: 1px solid #efefef;
}
#marketInfo .info-contact .agent .info {
    float: left;
    width: 150px;
}
#marketInfo .info-contact .agent .info li {}
#marketInfo .info-contact .agent .info .subject {
    padding: 5px 0 2px;
    font-size: 12px;
}
#marketInfo .info-contact .agent .info .agent-info {
    font-size: 14px;
    padding-bottom: 10px;
}
#marketInfo .info-contact .agent .info .agent-info1 {
    font-size: 14px;
    padding: 5px 0;
}
#marketInfo .info-contact .agent .info .agent-info2 {
    font-size: 14px;
    padding-bottom: 5px;
}
#marketInfo .info-contact .agent .info .agent-info3 {
    font-size: 14px;
}
#marketInfo .info-contact .agent .info .agent-info .phone {
	color: #282d93;
}
#marketInfo .info-contact .agent .info .call-btn {
    text-align: right;
}
#marketInfo .info-contact .agent .info .call-btn a {
    display: inline-block;
    width: 63px;
    text-align: center;
    border: 1px solid #ececec;
}
#marketInfo .info-contact .agent .info .call-btn a i {
    color: #000;
    line-height: 40px;
}
#marketInfo .info-contact .agent .all-agnet {
    font-size: 14px;
    color: #999999;
    padding-top: 5px;
}
#marketInfo .info-contact .agent .all-agnet .dash {
    font-size: 16px;
    vertical-align: middle;
    color: #e7e7e7;
}
#marketInfo .info-contact .agent .all-agnet .plus {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    color: #999999;
}
#marketInfo .info-contact .company {
    color: #b7b7b7;
    font-size: 11px;
    margin-top: 15px;
}
#marketInfo .info-contact .company br {
    display: block;
    content: "";
    margin-right: 5px;	
}

#marketInfo .info-contact .direct-comment{
    color: #8c8c8c;
    font-size: 13px;
}

#marketInfo .info-contact .font-size-14{
    font-size: 14px !important;
}
#marketInfo .info-contact .font-size-15{
    font-size: 15px !important;
}
#marketInfo .info-contact .font-size-16{
    font-size: 16px !important;
}


#marketInfo .direct-info-contact {
    /* margin: 10px 0 20px; */
    margin: -20px -30px 20px -30px;
    padding: 15px 30px;
    background-color: #f7fcf0;
    border-top: 1px solid #afcb88;
    border-bottom: 1px solid #afcb88;
}
#marketInfo .direct-info-contact .title {
    font-size: 14px;
    font-weight: bold;
}
#marketInfo .direct-info-contact .owner {
    font-size: 14px;
    color: #555;
}
#marketInfo .direct-info-contact .owner .owner-info {
    /* float: left; */
    width: 110px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
#marketInfo .direct-info-contact .owner .owner-info .owner-title {
    font-weight: 600;
}
#marketInfo .direct-info-contact .owner .owner-info .name {
    letter-spacing: 6px;
}
#marketInfo .direct-info-contact .owner .call-btn {
    float: left;
    width: 130px;
    text-align: right;
}
#marketInfo .direct-info-contact .owner .call-btn a {
    display: inline-block;
    width: 63px;
    text-align: center;
    border: 1px solid #ececec;
}
#marketInfo .direct-info-contact .owner .call-btn a i {
    color: #000;
    line-height: 40px;
}
#marketInfo .direct-info-contact .agent {
    /* padding-top: 10px; */
    height: 70px;
    clear: both;
}
#marketInfo .direct-info-contact .agent .photo {
    width: 60px;
    height: 70px;
    float: left;
    margin-right: 20px;
    border-radius: 3px;
    border: 1px solid #efefef;
}
#marketInfo .direct-info-contact .agent .info {
    float: left;
    /* width: 150px; */
}
#marketInfo .direct-info-contact .agent .info li {}
#marketInfo .direct-info-contact .agent .info .subject {
    padding: 5px 0 2px;
    font-size: 16px;
    font-weight: bold;
}

#marketInfo .direct-info-contact .agent .info .name {
    padding: 3px 0 2px;
    font-size: 16px;
    font-weight: bold;
}

#marketInfo .direct-info-contact .agent .info .phone {
    padding: 5px 0 2px;
    font-size: 13px;
    /* font-weight: bold; */
}
#marketInfo .direct-info-contact .agent .info .agent-info {
    font-size: 14px;
    padding-bottom: 10px;
}
#marketInfo .direct-info-contact .agent .info .agent-info .phone {
	color: #282d93;
}
#marketInfo .direct-info-contact .agent .info .call-btn {
    text-align: right;
}
#marketInfo .direct-info-contact .agent .info .call-btn a {
    display: inline-block;
    width: 63px;
    text-align: center;
    border: 1px solid #ececec;
}
#marketInfo .direct-info-contact .agent .info .call-btn a i {
    color: #000;
    line-height: 40px;
}
#marketInfo .direct-info-contact .agent .all-agnet {
    font-size: 14px;
    color: #999999;
    padding-top: 5px;
}
#marketInfo .direct-info-contact .agent .all-agnet .dash {
    font-size: 16px;
    vertical-align: middle;
    color: #e7e7e7;
}
#marketInfo .direct-info-contact .agent .all-agnet .plus {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    color: #999999;
}
#marketInfo .direct-info-contact .company {
    color: #b7b7b7;
    font-size: 11px;
}
#marketInfo .direct-info-contact .company br {
    display: block;
    content: "";
    margin-right: 5px;	
}
.direct-comment{
    font-size: 13px;
    color: #8c8c8c;
    margin-top: 4px;
}

.text-blue{
    color: #282d93 !important;
}








#marketInfo .info-direct {
    margin: 5px 0 15px!important;
}

#marketInfo .info-direct dt {
    font-size: 16px;
    margin: 10px 0 3px 0!important;
}

#marketInfo .info-direct dd {
    font-size: 12px;
    line-height: 18px;
    color: #4c4c4c;
}

#marketInfo .more-button {
    /* width: 170px;
    height: 40px;
    background-color: #373960;
    border-radius: 30px;
    font-size: 16px;
    margin: 0 auto 20px;
    position: relative; */
    width: 100px;
    height: 28px;
    float: right;
    background-color: #373960;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

#marketInfo .more-button .more-btn {
    /* width: 100px;
    color: #fff;
    float: left;
    padding: 10px 0; */

    width: 108px;
    color: #fff;
    float: left;
    position: relative;;
}

#marketInfo .more-button .more-btn:after {
    /* display: inline-block;
    height: 0;
    content: '|';
    position: absolute;
    left: 98px; */
    display: inline-block;
    height: 0;
    content: '+';
    /* position: absolute;
    right: 0; */
    margin-left: 5px;
}
#marketInfo .more-button .close-btn {
    width: 70px;
    color: #a7acc2;
    float: left;
    padding: 10px 0;
}
#marketInfo .more-button:after {
    display: block;
    content: '';
    clear: both;
}
#infoBanner {
    /*position: absolute;
    top: 0px;*/
    width: 100%;
    height: 45px;
	overflow: hidden;
}

#infoBanner .info-bnslider,
#infoBanner .info-bnslider li,
#infoBanner .bx-viewport,
#infoBanner img {
	width: 100% !important;
    height: 45px !important;
}

main {width: 100%; height:80%; margin-top: 94px;/* padding-bottom: 40px; */position: relative;z-index: 2;}
main .count-fixed{
    width:100%;
    height:40px;
    background:#fff;
    text-align:center;
    line-height:40px;
    border-top:1px solid #f5f5f5;
    color:#da4600;
    font-size:14px;
    position: fixed;
	bottom:0;
	z-index:1;
	cursor: pointer;	
}
main .count-fixed i {
    position: absolute;
    color: #da4600;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 0px;
    top: 0;
    font-size: 24px;
}

#countList{
	opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s, width 0.3s;
	-moz-transition: -moz-transform 0.3s, width 0.3s;
	transition: transform 0.3s, width 0.3s;
}
#countList.harf {
	-webkit-transform: translateY(40%);
	-moz-transform: translateY(40%);
	transform: translateY(40%);
}
#countList.open .list-content {
}
#countList.full {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
#countList.full .list-content .wrap-market {
    height: 100%;
}

#countList .list-content{
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}

#countList .list-content .list-count{
    width: 100%;
    position: relative;
    color: #da4600;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-left: 10px;
	text-align: center;	
}
#countList .list-content .list-count .list-btn{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;    
}
#countList .list-content .list-count .list-btn i {
	color: #da4600;
    margin-top: 8px;
}
#countList .list-content .reduce-btn {
	left: 0 !important;
}
#countList .list-content .sorting{
    width:100%;
}

#countList .list-content .sorting li{
    float:left;
    text-align:center;
    height:40px;
    line-height:40px;
    border-bottom:1px solid #ededed;
    color:#d2d2d2;
    cursor: pointer;    
}
#countList .list-content .sorting li.on {
	color: #373960;
}
#countList .list-content .sorting .ad{ width:18%; }
#countList .list-content .sorting .ear{ width:23%; }
#countList .list-content .sorting .deal{ width:23%; }
#countList .list-content .sorting .best{ width:18%; }
#countList .list-content .sorting .new{ width:18%; }
#countList .list-content .sorting .ear::after,
#countList .list-content .sorting .deal:after {
	display: inline-block;
	content: "\e930";
    font-family: "xeicon";
    vertical-align: middle;
    font-size: 22px;
    margin-left: -2px;
}
#countList .list-content .sorting .ear.asc:after,
#countList .list-content .sorting .deal.asc:after {
	content: "\e936";
}

#topBanner {
	width: 100%;
	height: 60px;
	overflow: hidden;
    position: relative;
	border-bottom: 1px solid #e0e0e0;
}
#topBanner .top-bnslider,
#topBanner .top-bnslider img { 
    width: 320px;
    height: 60px;
    display: block;
    margin: 0 auto;	
}

#countList .list-content .wrap-market{
    width:100%;
    height: 60%;
    padding-bottom:80px;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#countList .list-content .wrap-market .market-list{
	width: 100%;
    height: 140px;
    border-bottom: 1px solid #ddd;
    position: relative;
    background-color: #fff;
    cursor: pointer;    
}
#countList .wrap-market .agent {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    background-color: #e7eced;
}
#countList .wrap-market .agent .agent-title {
    padding: 10px;
    line-height: 22px;
    text-align: center;
    font-size: 17px;
}
#countList .wrap-market .agent .agent-title span {
    color: #235a9e;
}
#countList .wrap-market .agent .agent-title strong {
    color: #ce4801;
}
#countList .wrap-market .agent .agent-list {
    height: 100px;
    padding: 0px 12px 3%;
    overflow: visible;
}
#countList .wrap-market .agent .agent-list li {
    float: left;
    width: 40%;
    position: relative;
    font-size: 12px;
}
#countList .wrap-market .agent .agent-list li img {
    width: 34px;
    height: 40px;
    float: left;
    cursor: pointer;
}
#countList .wrap-market .agent .agent-list li .agent-info {
    margin-left: 27%;
    padding-left: 3px;
}
#countList .wrap-market .agent .agent-list li .agent-info p {
}
#countList .wrap-market .agent .agent-list li .agent-info .name {
    font-size: 3.8vw;
    padding-top: 2%;
}
#countList .wrap-market .agent .agent-list li .agent-info .name span {
}
#countList .wrap-market .agent .agent-list li .agent-info .phone {
    font-size: 3.8vw;
    letter-spacing: -0.5px;
    color: #282d93;
    padding-top: 3%;
}

#countList .wrap-market .agent .agent-list .rank1 {
    width: 60%;
}
#countList .wrap-market .agent .agent-list .rank1 img {
	width: 74px;
	height: 85px;/**/
    border: 2px solid #faa219;
}
#countList .wrap-market .agent .agent-list .rank1 .number1 {
    position: absolute;
    background-color: #faa219;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}
#countList .wrap-market .agent .agent-list .rank1 .agent-info {
    margin-left: 80px;
}
#countList .wrap-market .agent .agent-list .rank1 .agent-info p {
}
#countList .wrap-market .agent .agent-list .rank1 .agent-info .name {
    padding-top: 2%;
    font-weight: 600;
    font-size: 4.5vw;	
}
#countList .wrap-market .agent .agent-list .rank1 .agent-info .name span {
}
#countList .wrap-market .agent .agent-list .rank1 .agent-info .phone {
    padding-top: 5%;
    font-size: 4.5vw;
}
#countList .wrap-market .agent .agent-list .rank1 .agent-info .call-btn {
    padding-top: 5%;
}
#countList .wrap-market .agent .agent-list .rank1 .agent-info .call-btn a {
    display: inline-block;
    background-color: #fff;
    width: 45%;
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 3% 0;
}
#countList .wrap-market .agent .agent-list .rank1 .agent-info .call-btn a i {
    color: #000;
    font-size: 1.5em;
}
#countList .wrap-market .agent .agent-list .rank2 {
    margin-bottom: 6px;
}
#countList .wrap-market .agent .agent-list .rank2 img {
    border: 2px solid #7498a8;
}
#countList .wrap-market .agent .agent-list .rank3 img {
    border: 2px solid #b67351;
}

#noList {
    text-align: center;
    padding-top: 50px;
    display: none;
}
#noList > i {
    color: #555;
    font-size: 40px;	
}
#noList > p {
    font-size: 16px;
    line-height: 23px;
    padding-top: 10px;	
}

#countList .list-content .wrap-market .img-info{
    width: 110px;
    height: 100%;
    padding: 10px;
    float: left;
    position: relative;
}
#countList .list-content .wrap-market .img-info .number {
    text-align: center;
    display: block;
    margin-bottom: 14px;
    font-size: 11px;
    font-weight: 600;
}

#countList .list-content .wrap-market .img-info img{
    width: 90px;
    height: 90px;
	border: 1px solid #eee;
}

#countList .list-content .wrap-market .img-info p {
    display: block;
    width: 90px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 10px;
    top: 30px;
    font-size: 11px;
}
#countList .list-content .wrap-market .img-info.thumb_video::before {width:22px; height:22px; overflow:hidden; position:absolute; left:18px; bottom:18px; background:url("//www.jumpoline.com/images/common/i_video_play.png") no-repeat; content:''; background-size:22px auto}/*동영상*/
#countList .list-content .wrap-market .img-info p.ad-box1 {background-color: #f03a41;}
#countList .list-content .wrap-market .img-info p.ad-box2 {background-color: #d7ac02;}
#countList .list-content .wrap-market .img-info p.ad-box3 {background-color: #92be13;}
#countList .list-content .wrap-market .img-info p.ad-box4 {background-color: #e159a5;}
#countList .list-content .wrap-market .img-info p.ad-box5 {background-color: #e57e24;}
#countList .list-content .wrap-market .img-info p.ad-box6 {background-color: #55b68f;}
#countList .list-content .wrap-market .img-info p.ad-box7 {background-color: #6172aa;}
#countList .list-content .wrap-market .img-info p.ad-box8 {background-color: #9671bf;}
#countList .list-content .wrap-market .img-info p span {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 13px;
    margin-left: 3px;
}

#countList .list-content .wrap-market .market-info{
	margin-left: 110px;
    padding: 7px 10px 0 0;
}

#countList .list-content .wrap-market .market-info .addr{
    font-size: 12px;
    color: #828282;
    letter-spacing: -1px;
}

#countList .list-content .wrap-market .market-info .addr span{
    float: right;
    color: #a7acc2;
}

#countList .list-content .wrap-market .market-info h1{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4px 0;
    color: #333333;
	font-weight: 600;
}
#countList .list-content .wrap-market .market-info p {
	font-size: 13px;
    line-height: 19px;
}
#countList .list-content .wrap-market .market-info .info{
    font-size: 13px;
    color: #828282;
}
#countList .list-content .wrap-market .market-info .mark {
    background-color: #FF0;
}
#countList .list-content .wrap-market .market-info .price span {
	margin-right: 5px;
}
#countList .list-content .wrap-market .market-info .price .premium {
    color: #282d93;
}
#countList .list-content .wrap-market .market-info .info .profit{}
#countList .list-content .wrap-market .market-info .info .profit .price {
    color: #da4600;
    font-weight: bold;
}

#countList .list-content .wrap-market .market-info .total{
    color: #cc0000;
    font-size: 14px;
    font-weight: 600;
    /* position: absolute; */
    right: 10px;
    bottom: 10px;
}

#countList .list-content .wrap-market .market-info .total span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #cc0000;
    border-radius: 10px;
    font-size: 14px;
    font-weight: normal;
}

#mapArea {
    width:100%;
    height: 100%;
    position: absolute;
    bottom: 40px;
}
#mapArea .menu-select-info {
	background-color: #373960;
	border: 1px solid #282d30;
	z-index: 10;
	color: #fff;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 100px;
	font-size: 18px;
	line-height: 30px;
	padding-top: 19px;
	margin-top: -50px;
	margin-left: -160px;
	border-radius: 5px;
	display: none;
}
#mapArea .map-button {
    z-index:2;
    width: 40px;
    position:absolute;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #ccc;
    background-color: #fff;
}
#mapArea .map-button li {
    width:40px;
    height:40px;
    text-align:center;
	position: relative;
	font-size: 11px;
    cursor: pointer;	
}
#mapArea .map-button li i {
    color: #373960;
    line-height: 40px;
}
#mapArea .map-button.location {
	right: 10px;
	top: 100px;
}
#mapArea .subway-map {
    right: 10px;
    top: 10px;
}
#mapArea .subway-map .subway:after{
    display: block;
    content: "";
    width: 20px;
    position: absolute;
    border-bottom: 1px solid #e9e9e9;
    top: 40px;
    left: 10px;
}
#mapArea .subway-map .subway i {
	color: #7bb604;
    line-height: 24px;
    margin-top: 1px;
}
#mapArea .subway-map .map i {color: #da4600;}

#mapArea .zoom-inout {right: 10px;top: 60px;}
#mapArea .zoom-inout .plus {
}
#mapArea .zoom-inout li::after{
    display: block;
    content: "";
    width: 20px;
    position: absolute;
    border-bottom: 1px solid #e9e9e9;
    top: 39px;
    left: 10px;
}
#mapArea .zoom-inout li:last-child:after {display:none;}
#mapArea .zoom-inout .location i{
    color:#da4600;
}


#map{
    width:100%;
    height:100%;
}

@media screen and (max-width:320px) {
	#marketInfo { width: 280px;	}
	#marketInfo .infoArea { padding: 10px; } 
}

@media screen and (min-height:641px) {
	/*#marketInfo { width: 320px;	}*/
	#marketInfo .infoArea { padding: 30px; } 
	#marketInfo p { margin-top: 10px; }
	#marketInfo .into-option { }
	#marketInfo .info-direct { margin: 10px 10px 20px; }
}

/* 지도위 광고매물 표시 */

/* 말풍선 화살표 */
.talk_balloon::before {
	content: '';
    position: absolute;
    border-top: 6px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
}
.talk_balloon::after {
    content: '';
    position: absolute;
    border-top: 7px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
    left: 50%;
    margin-left: -6px;
    width: max-content;
}
.talk_balloon.on {
	background-color: #f5f8d5 !important;
}
.talk_balloon.on::after {
    border-top: 7px solid #f5f8d5 !important;
}
.marker-icon {
	position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -30px;
}

/* 입찰광고 매물 */
.marker_first {
    position: absolute;
    top: -106px;
    left: -78px;
}
.marker_first .talk_balloon {
    background-color: #fff;
    font-size: 12px;
    width: 158px;
    height: 86px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #9e9e9e;
    border: 1px solid #cb2a30;
}
.marker_first:hover .talk_balloon,
.marker_first .talk_balloon.on {
	box-shadow: 0px 0px 3px 2px #f03a41;
}
.marker_first .talk_balloon::before {
    border-top: 6px solid #cc292e;
}
.marker_first .talk_balloon img {
    width: 58px;
    height: 58px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 3px;
    float: left;
}
.marker_first .talk_balloon .title {
    color: #fff;
    padding-bottom: 2px;
    font-weight: bold;
    background-color: #f03a41;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}
.marker_first .talk_balloon .title .floor-size {
    color: #fff;
    float: right;
}
.marker_first .talk_balloon .info {
    float: left;
    padding-top: 5px;
    color: #666;
    line-height: 13px;
    width: 85px;
    overflow: hidden;
    letter-spacing: -0.5px;
}
.marker_first .talk_balloon .info .price {
    color: #cd0001;
    padding-top: 2px;
    font-weight: bold;
}

/* 최상위 광고 매물 */
.marker_top {
    position: absolute;
    top: -106px;
    left: -78px;
}
.marker_top .talk_balloon {
    background-color: #fff;
    font-size: 12px;
    width: 158px;
    height: 86px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #9e9e9e;
    border: 1px solid #c19e0e;
}
.marker_top:hover .talk_balloon,
.marker_top .talk_balloon.on {
	box-shadow: 0px 0px 3px 2px #d7ac02;
}
.marker_top .talk_balloon::before {
    border-top: 6px solid #c19e0e;
}
.marker_top .talk_balloon img {
    width: 58px;
    height: 58px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 3px;
    float: left;
}
.marker_top .talk_balloon .title {
    color: #fff;
    padding-bottom: 2px;
    font-weight: bold;
    background-color: #d7ac02;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}
.marker_top .talk_balloon .title .floor-size {
    color: #fff;
    float: right;
}
.marker_top .talk_balloon .info {
    float: left;
    padding-top: 5px;
    color: #666;
    line-height: 13px;
    width: 85px;
    overflow: hidden;
    letter-spacing: -0.5px;
}
.marker_top .talk_balloon .info .price {
    color: #cd0001;
    padding-top: 2px;
    font-weight: bold;
}

/* 중간 광고 매물 */
.marker_middle {
    position: absolute;
    top: -103px;
    left: -48px;
}
.marker_middle .talk_balloon {
    background-color: #fff;
    font-size: 12px;
    width: 95px;
    height: 83px;
    color: #ffffff;
    line-height: 13px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #9e9e9e;
    border: 1px solid #84ab1e;
    letter-spacing: -0.5px;
}
.marker_middle:hover .talk_balloon,
.marker_middle .talk_balloon.on {
	box-shadow: 0px 0px 3px 2px #92be13;
}
.marker_middle .talk_balloon::before {
    border-top: 6px solid #84ab1e;
}
.marker_middle .talk_balloon .title {
    color: #fff;
    font-weight: bold;
    background-color: #92be13;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.marker_middle .talk_balloon .info {
    padding: 3px 5px;
    color: #666;
    line-height: 13px;
    overflow: hidden;
    letter-spacing: -0.5px;
}
.marker_middle .talk_balloon .info .price {
    color: #cd0100;
    padding-top: 2px;
    font-weight: bold;
}

/* 하단 광고 매물 */
.marker_bottom {
    position: absolute;
    top: -75px;
    left: -45px;
}
.marker_bottom .talk_balloon {
    background-color: #fff;
    font-size: 12px;
    width: 102px;
    height: 55px;
    color: #ffffff;
    line-height: 14px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #9e9e9e;
    border: 1px solid #ce4892;
}
.marker_bottom:hover .talk_balloon,
.marker_bottom .talk_balloon.on {
	box-shadow: 0px 0px 3px 2px #e159a5;
}
.marker_bottom .talk_balloon::before {
    border-top: 6px solid #ce4892;
}
.marker_bottom .talk_balloon .title {
    color: #fff;
    font-weight: bold;
    background-color: #e159a5;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.marker_bottom .talk_balloon .info {
    padding: 3px 5px;
    color: #666;
    line-height: 13px;
    overflow: hidden;
    letter-spacing: -0.5px;
}
.marker_bottom .talk_balloon .info .price {
    color: #cd0100;
    font-weight: bold;
}

/* 직거래 광고 매물 */
.marker_direct {
    position: absolute;
    top: -60px;
    left: -45px;
    cursor: pointer;
}
.marker_direct .talk_balloon {
    background-color: #fff;
    font-size: 12px;
    width: 90px;
    height: 40px;
    line-height: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #9e9e9e;
    border: 1px solid #e57e24;
}
.marker_direct:hover .talk_balloon,
.marker_direct .talk_balloon.on {
	box-shadow: 0px 0px 3px 2px #e57e24;
}
.marker_direct .talk_balloon::before {
    border-top: 6px solid #e57e24;
}
.marker_direct .talk_balloon .title {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

/* 하단 광고 매물 */
/*.marker_bottom {
    position: absolute;
    top: -59px;
    left: -41px;
}
.marker_bottom .talk_balloon {
    border: 1px solid #e159a5;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    width: 85px;
    height: 39px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #9e9e9e;
}
.marker_bottom:hover .talk_balloon,
.marker_bottom .talk_balloon.on {
	box-shadow: 0px 0px 3px 2px #e159a5;
}
.marker_bottom .talk_balloon::before {
    border-top: 6px solid #e159a5;
}
.marker_bottom .talk_balloon .title {
    color: #fff;
    font-weight: bold;
    background-color: #e159a5;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.marker_bottom .talk_balloon .info {
    color: #666;
    line-height: 17px;
    overflow: hidden;
    letter-spacing: -0.5px;
    font-weight: bold;
}*/

/* 일반매물 */
.marker_normal {
    position: absolute;
    top: 0px;
    left: 0px;
}
.marker_normal .pin_circle {
	width: 14px;
    height: 14px;
    border: 3px solid #d85415;
    border-radius: 9px;
    background-color: #fff;
    position: absolute;
    top: -7px;
    left: 0;
    margin-left: -8px;
    bottom: -19px;
}
.marker_normal .pin_circle:hover .talk_balloon {
	display: block !important;
}
.marker_normal .pin_circle .talk_balloon {
    border: 1px solid #474a7a;
    background-color: #fff;
	position: absolute;
    top: -47px;
    left: -38px;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    width: 85px;
    height: 38px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #9e9e9e;
	display: none;
}
.marker_normal .pin_circle .talk_balloon.on {
	display: block !important;
}
.marker_normal .pin_circle .talk_balloon::before {
    border-top: 6px solid #474a7a;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -6px;
}
.marker_normal .pin_circle .talk_balloon::after {
    border-top: 7px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
}
.marker_normal .pin_circle .talk_balloon .title {
    color: #333;
}

.infoImgLogo {margin-bottom:8px; text-align:center}
.infoImgLogo img { width:auto; height:21px}

.info_directInfo {
    background-color: #f7fcf0;
    height: 30px;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    font-weight: bold;
    color: #282d93;
    border-bottom: solid 1px #a4c37a;
}

.info_directInfoText {
    color : #282d93;
    font-size:12px;
}

.tdTextSection{
    width:70%; 
    height:auto;
}
.tdImgSection{
    width:17%;
}

#dvTypeA {
    border-top: solid 1px #a7acc2;
}

#dvTypeB {
    border-top: solid 1px #a4c37a
}

.spTelName {
    font-size:12px;
    font-weight: bold;
    color: #282d93;
}
.spTelInfo {
    font-size: 13px;
    font-weight: bold;
    color: #282d93;
}

.paddingLeftRight {
    padding: 0px 9px;
}

.paddingTopBottomLeftRight {
    padding: 5px 9px;
}

.bottomSolid {
    border-bottom: solid 1px #ccc;
}

.topSolid{
    border-top: solid 1px #ccc;
}

.realconfirmDate {
    border: solid 1px #d93131;
    color: #d93131;
    font-size:12px;
}

#marketInfo .info-btn {	width:100%; height:30px; position:relative; padding-left:12px; font-size: 12px;}
#marketInfo .info-label-wrap { margin:8px 12px 0;}

#marketInfo .info-btn .good.icon {
    width: 17px;
    height: 17px;
    background-position: 0 -118px;
    margin: 7px 45px 0 0;
    padding: 0 10px;
    display: block;
    float: right;
    cursor: pointer;
}

#marketInfo .info-btn .good.icon:after {
    display: block;
    content: '|';
    height: 0;
    position: absolute;
    top: 6px;
    margin-left: 51px;
    color: #e9e9e9;
    
}

.icon {
	display: inline-block;
	background-image: url('../images/icon1.png?x=1');
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}

#marketInfo .info-btn .cancle-btn.icon {
    width: 13px;
    height: 13px;
    background-position: 0 -200px;
    margin: 7px 5px 0 7px;
    padding: 0 10px;
    display: block;
    float: right;
    cursor: pointer;
}


#spMakeLevel {
    margin-top: 8px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.spMakeLevelType {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 13px;
    margin-left: 3px;
    font-size: 12px;
}

.info-addr{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size:12px;
}

.btn_py{
    width: 50px;
    height: 24px;
    display: inline-block;
    border: 1px solid #aaa;
    background: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.btn_py .i {
    width: 22px;
    height: 22px;
    float: right;
    border-left: 1px solid #aaa;
    background: url("../images/i_btn_py.png") no-repeat 4px 4px #e0e0e0;
    content: '';
    cursor: pointer;
}

.info-title-floor-size {
    text-align: center;
    margin-top: 7px;
    font-size:  12px;
    margin-bottom: 10px;
}
.info-title-floor-size > span:first-child {
    margin-right: 5px;
}

.info-title-floor-size > span:nth-child(2) {
    margin-right: 5px;
}
.textColorOrange {
    color: #ce4801;
    font-weight: bold;
}

#pTypeBtext{
    font-size: 12px;
}
#pTypeAtext {
    font-size: 12px;
    padding-right: 8px;
}

#marketInfo .updatedate {  width:180px; /* height:18px; line-height:18px;*/ margin:10px auto 0; display:block; border:1px solid rgba(217,49,49,0.5); padding:1px 3px; color:#d93131; text-align:center; font-size:12px; clear:both;/*font-family:'Noto Sans KR'*/}
#marketInfo .updatedate span { color:inherit; font-family:inherit}

.pMsgInfo {
    display: block;
    background-color: #fff;
    border: solid 1px #ccc;
    width: 53px;
    height: 22px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    right: 8px;
    top: 57px;
    font-size: 11px;
}

.positionRelative {
    position:relative;
}


#typeAtel1 { height: 23px; line-height: 28px;}
.typeAtel1 { height: 23px !important; line-height: 20px !important;}
#typeAtel2 { height: 23px; line-height: 28px;}
#typeAtel3 { height: 23px; line-height: 28px;}
#typeBtel1 { height: 23px; line-height: 28px;}
#typeBtel2 { height: 23px; line-height: 28px;}
#typeBtel3 { height: 23px; line-height: 28px;}

.makeinfo-top-box1 {background-color: #f03a41;}
.makeinfo-top-box2 {background-color: #d7ac02;}
.makeinfo-top-box3 {background-color: #92be13;}
.makeinfo-top-box4 {background-color: #e159a5;}
.makeinfo-top-box5 {background-color: #e57e24;}
.makeinfo-top-box6 {background-color: #55b68f;}
.makeinfo-top-box7 {background-color: #6172aa;}
.makeinfo-top-box8 {background-color: #9671bf;} 

.makeinfo-top-box-dead1 {background-color: #f03a41;}
.makeinfo-top-box-dead2 {background-color: #bd9701;}
.makeinfo-top-box-dead3 {background-color: #76a60f;}
.makeinfo-top-box-dead4 {background-color: #bc4a8a;}
.makeinfo-top-box-dead5 {background-color: #e57e24;}
.makeinfo-top-box-dead6 {background-color: #55b68f;}
.makeinfo-top-box-dead7 {background-color: #6172aa;}
.makeinfo-top-box-dead8 {background-color: #9671bf;}


#countList .list-content .wrap-market .img-info p.ad-box-dead-1 {background-color: #f03a41;}
#countList .list-content .wrap-market .img-info p.ad-box-dead-2 {background-color: #bd9701;}
#countList .list-content .wrap-market .img-info p.ad-box-dead-3 {background-color: #76a60f;}
#countList .list-content .wrap-market .img-info p.ad-box-dead-4 {background-color: #bc4a8a;}
#countList .list-content .wrap-market .img-info p.ad-box-dead-5 {background-color: #e57e24;}
#countList .list-content .wrap-market .img-info p.ad-box-dead-6 {background-color: #55b68f;}
#countList .list-content .wrap-market .img-info p.ad-box-dead-7 {background-color: #6172aa;}
#countList .list-content .wrap-market .img-info p.ad-box-dead-8 {background-color: #9671bf;}

#pDeadLineChk {
    display: block; 
    background-color: #fff; 
    border: solid 1px #f03a41; 
    width: 88px; 
    height: 22px; 
    line-height: 22px; 
    position: absolute; 
    text-align: center; 
    left: 11px;
    top: 118px;
}

#spDeadLine {
    margin-right: 2px;
    border: 1px solid #fff;
    background: #fff;
    color: #d93131;
    font-size:12px;
}

.spOverHideTell{
    color: #4B4D67;
    font-weight: bold;
    font-size:12px;
}

#spIndustryType {color: #ce4801;}

.spScrap {
    width: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 2px;
    font-size:12px;
}

#marketInfo .info-btn .cancle-btn{
    display: block;
    float: right;
    cursor: pointer;
    margin-top: 3px;
}

#marketInfo .info-btn .cancle-btn i{
    color: #fff;
}

#marketInfo .info-btn .good {
    display: block;
    float: right;
    cursor: pointer;
    margin-top:3px;
    display:flex;
}

#marketInfo .info-btn .good i{
    color: #fff;
}

#marketInfo .info-btn .good i.isActive{
    color: #da4600;
}

#marketInfo .info-btn .good:after {
    content: '|';
    height: 0;
    position: absolute;
    top: 8px;
    margin-left: 68px;
    color: #fff;
    
}

.spFrncName{
    color:#235a9e;
    font-weight: 700;
    padding-left:10px;
}



#bPopupLayer { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:320px;
    min-height: 180px;
}

#bPopupLayer .bPopupMsgSection{
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height:120px;
    
}

#bPopupLayer .bPopupMsgSection .bPopupTitle{
    font-size:16px;
    font-weight: bold;
    color:#565656;
    text-align: center;
    height: 32px;
}

#bPopupLayer .bPopupMsgSection .bPopupMsg{
    font-size:12px;
    color:#565656;
    text-align: center;
}

.layerInsertIcon{
    vertical-align: middle;
    color:#8dc21f;
}

.layerDeleteIcon{
    vertical-align: middle;
    color:#d21f1f;
}

/***************  230405 지도 리스트. 날개. 마커 디자인 수정 ***************/
/*리스트*/
#countList .list-content .wrap-market .market-list {height: 170px;}

#countList .list-content .wrap-market .img-info {height: auto; padding: 10px 10px 2px;}
#countList .list-content .wrap-market .img-info .number {color: #282d93;}
#countList .list-content .wrap-market .market-info h1 {margin: 2px 0;}
#countList .list-content .wrap-market .market-info .info {color: #333;}
#spIndustryType {display: inline-block; padding-right: 6px; }
.spFrncName {position: relative;}
.spFrncName::after {content: "|"; position: absolute; top: 50%; transform: translateY(-50%); right: 100%; font-size: inherit; color: #d9d9d9; font-weight: 100;}
.spFrncName.blank {padding: 0;}
.spFrncName.blank::after {content: none;}
#countList .list-content .wrap-market .market-info .info .extent {padding-left: 5px;}
#countList .list-content .wrap-market .market-info .price span.text_blue {color: #282d93; font-weight: 400;}
#countList .list-content .wrap-market .market-info .price span.text_grey {color: #777; font-weight: 400;}
#countList .list-content .wrap-market .market-info .price span b {margin-left: 3px;}
#countList .list-content .wrap-market .market-info .price .join_expense {color: #235a9e;}
#countList .list-content .wrap-market .market-info .price .m_earn {color: #cc0000}
.realconfirmDate {padding: 1px;}

#countList .list-content .wrap-market .market-list .market-info-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: none;
	padding: 0 10px;
	width: 100%;
	margin-left: 0;
}

#countList .list-content .wrap-market .market-list .market-info-bottom .total {font-size: 15px; font-weight: bold; color: #cc0000;}
#countList .list-content .wrap-market .market-list .market-info-bottom .total span {font-size: 13px; font-weight: 400; color: #777; background-color: transparent; width: auto; height: auto; line-height: unset;
border-radius: 0; text-align: left;}

#side .market-list .market-card .mk-info.mk-info-bottom .total {
	position: static;
	right: auto;
	bottom: auto;
	letter-spacing: -0.3px;
}

#side .market-list .market-card .mk-info.mk-info-bottom .total span {
	background-color: transparent;
	width: auto;
	height: auto;
	color: #777;
	font-size: 13px;
	line-height: 1;
}

/*날개*/
#marketInfo dl.sale-num {float: none;}
#marketInfo dl.sale-num dt,
#marketInfo dl.sale-num dd {color: #282d93; font-weight: 600;}
#marketInfo .updatedate {margin: 8px auto 0;}
#marketInfo .info-contact {display: none;}
#marketInfo .info-information {border-bottom: 1px solid #a7acc2;  padding: 10px 0 10px 0;}
#marketInfo .into-option {padding: 0;}
#marketInfo .into-option dt {font-weight: 700; width: 65px; margin: 4px 12px 4px 0;}
#marketInfo .into-option dt.join_expense {background: #a7acc2;}
#marketInfo .into-option dt.m_earn {background: #d69b92;}
#marketInfo .into-option dt.total {background: #cc0000;}
#marketInfo .into-option dd {letter-spacing: -0.8px; height: 30px; line-height: 30px; float: none; font-weight: 600; width: auto;}
#marketInfo .into-option dt.premium + dd {color: #282d93;}
#marketInfo .into-option dt.join_expense + dd {color: #235a9e}
#marketInfo .into-option dt.m_earn + dd,
#marketInfo .into-option dt.total + dd {color: #cc0000; height: auto;}
#marketInfo .into-option dt.total + dd .total_sm {display: block; font-size: 11px; color: #333; margin-top: -10px;}

#marketInfo .more-button {
	width: 150px;
	height: 35px;
	float: none;
	margin: 15px auto 15px;
	background-color: #515777;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.22);
	border-radius: 5px;
}

#marketInfo .more-button .more-btn {
	width: 100%;
	height: 100%;
	float: none;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

#marketInfo .more-button .more-btn:after {
	font-weight: 300;
}

/*지도부분*/
.marker_top .talk_balloon {width: 185px;}
.marker_top .talk_balloon .info {width: 117px;}
.marker_top .talk_balloon .info .premium {color: #282d93;}
.marker_top .talk_balloon .info .m_earn {color: #cc0000}
.marker_top .talk_balloon .talk_ballon_sub {display: flex; align-items: center;}
.marker_top .talk_balloon .info p {padding-bottom: 4px; color: #777;}
.marker_top .talk_balloon .talk_ballon_sub .info .price {padding-top: 0;}

.marker_middle .talk_balloon {height: 70px;}
.marker_middle .talk_balloon .info .premium {color: #282d93;}

.marker_normal .pin_circle .talk_balloon,
.marker_direct .talk_balloon {color: #cd0100; width: 102px;}
.marker_normal .pin_circle .talk_balloon .title,
.marker_direct .talk_balloon .title {color: #333}

/*23.04.24 KSR 추가 수정사항*/
#countList .list-content .wrap-market .market-info p {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marker_middle .talk_balloon {width: 101px;}
.marker_normal .pin_circle .talk_balloon {width: 107px;}
.marker_direct .talk_balloon .price, .marker_normal .talk_balloon .price {color: #cd0100; font-weight: 600;}

.marker_first .talk_balloon {width: 185px;}
.marker_first .talk_balloon .talk_ballon_sub {display: flex; align-items: center;}
.marker_first .talk_balloon .info {width: 117px;}
.marker_first .talk_balloon .info .premium {color: #282d93;}
.marker_first .talk_balloon .info .m_earn {color: #cc0000}
.marker_first .talk_balloon .info p {padding-bottom: 4px; color: #777;}
.marker_first .talk_balloon .talk_ballon_sub .info .price {padding-top: 0;}

.viewMaeCd {
    font-size:10px; 
    letter-spacing:-1.8px; 
    color:#c9c9c9; 
    margin-top:2px;
}


#detailMaeCd {
    color: #c9c9c9;
    font-size: 10px;
    letter-spacing: -0.7px
}