@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

/* common */
html, body, #mapWrap {
	width: 100%;
	height: 100%;
	min-width: 1280px;
	min-height: 768px;
}
#loadingMask {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#loadingMask .mask-layer {
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
#loadingMask .mask-msg {
    position: absolute;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    top: 50%;
    margin-top: -115px;
    text-shadow: 0px 0px 10px #fff;
}
#loadingMask .mask-msg img {
	width: 100px;
}
#mapWrap { }
#contentWrap {
	width: 100%;
    position: relative;
    z-index: 1;
}
.icon {
	display: inline-block;
	background-image: url('../images/icon1.png?x=1');
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}
.menu-icon {
	display: inline-block;
	background-image: url('../images/menu_icon.png?x=5');
    width: 25px;
    height: 25px;
    vertical-align: top;
}

/*로그인 레이어팝업*/
.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
}

.dim-layer .pop-layer {
    display: block;
    width: 840px;
    height: 700px;
    border-radius: 20px;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fbfbfb;
    border: 3px solid #373960;
    z-index: 10;
}

.pop-layer .pop-container {
    padding: 50px 50px;
    width: 100%;
    height: 100%;
}

.pop-layer div.pop-login {
    color: #ddd;
    width: 100%;
}

.pop-login h1 {
    text-align: center;
    font-size: 40px;
    display: block;
    position: relative;
}

.pop-login h1:after {
    content: '';
    width: 110px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    bottom: -20px;
    background: #da4600;
}

.pop-login > p {
    padding: 40px 0 30px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}

.pop-login .login-inner {
    width: 360px;
    height: 300px;
    border: 1px solid #e0e0e0;
    float: left;
    background-color: #fff;
}

.pop-login .login-inner h3 {
    color: #7c8fbb;
    font-size: 20px;
    text-align: center;
    padding: 30px 0 25px 0;
}
.pop-login .login-inner.border h3 {
	color: #82b012;
}
.pop-login .login-inner .int-area {
    width: 275px;
    margin-left: 41px;
}

.int-area .input-row {
    width: 275px;
    position: relative;
    top: 0;
}

.int-area .input-row input {
    width: 100%;
    height: 36px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #c5c5c5;
    margin-bottom: 8px;
    font-family: dotom;
}

.int-area .input-row input.phon-input {
    width: 180px;
    border-right: 0;
    float: left;
}

.int-area .input-row .btn_submit {
    width: 95px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    background-color: #eeeeee;
    border: 1px solid #c5c5c5;
    position: absolute;
	top: 0;
    right: 0;
    font-family: dotom;
}

.input-row button {
    width: 100%;
    height: 40px;
    background-color: #7c8fbb;
    color: #fff;
    font-size: 16px;
}
.input-row .input-text {
    color: #555;
    font-size: 12px;
    line-height: 16px;
    padding-top: 15px;
}
.input-row .auth-number {
	clear: both;
	display: none;
}
.input-row .auth-number .auth-input {
}
.input-row .auth-number .count-time {
	padding: 2px 0 5px;
}
.input-row .auth-number .count-time span {
    color: #f5494f;
}

button.btn-layerClose {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-position: 8px -222px;
}
button.btn-layerClose:hover {
    background-color: #da4600;
    background-position: 8px -192px;
}

.pop-login .border {
    margin-right: 14px;
}

.pop-login .border button {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #82b012;
    font-size: 16px;
	margin-bottom: 10px;
}
.pop-login .border ul {
    border-top: 1px solid #f5f5f5;
    margin-top: 10px;
    padding-top: 5px;
    /* padding-left: 10px; */
    text-align: center;
}
/* .pop-login .border li {
    line-height: 17px;
    font-size: 12px;
    display: block;
    float: left;
    padding: 5px 15px 0;
    color: #b8b8b8;
    position: relative;
} */
.pop-login .border li {
    line-height: 17px;
    font-size: 12px;
    display: inline-block;
    padding: 5px 14px 0;
    color: #b8b8b8;
    position: relative;
}

.pop-login .border li:after {
	display: block;
    position: absolute;
    content: "|";
    right: -1px;
    top: 5px;
}
.pop-login .border li:last-child:after {
	display: none;
}
/*.pop-container .login-nonmember {*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    border: 1px solid #f5494f;*/
/*	background-color: #fff;*/
/*    float: left;*/
/*    margin-top: 30px;*/
/*}*/

/*.pop-container .login-nonmember h3 {*/
/*    display: inline-block;*/
/*    float: left;*/
/*    color: #555;*/
/*    font-size: 20px;*/
/*    line-height: 100px;*/
/*    margin: 0 20px 0 50px;*/
/*}*/

/*.pop-container .login-nonmember p {*/
/*    float: left;*/
/*    width: 210px;*/
/*    margin: 32px 12px;*/
/*    font-size: 12px;*/
/*    line-height: 18px;*/
/*    color: #aaa;*/
/*}*/

/*.pop-container .login-nonmember p span {*/
/*    color: #f5494f;*/
/*}*/

/*.pop-container .login-nonmember button {*/
/*    width: 275px;*/
/*    height: 40px;*/
/*    background-color: #f5494f;*/
/*    color: #fff;*/
/*    margin: 30px 0;*/
/*    font-size: 16px;*/
/*}*/

.dim-layer .pop-layer .login-alert {
	position: absolute;
    width: 450px;
    height: 380px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -225px;
    border: 4px solid #da4600;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
	display: none;
}
.dim-layer .pop-layer .login-alert .alert-title {
	font-size: 28px;
    text-align: center;
    padding: 40px 0;
    margin: 0px 20px;
    border-bottom: 1px solid #eaeaea;
}
.dim-layer .pop-layer .login-alert .alert-title .id-count {

}
.dim-layer .pop-layer .login-alert .alert-info {
    padding: 40px 19px;
    font-size: 16px;
    line-height: 23px;
}
.dim-layer .pop-layer .login-alert .alert-info strong {
    color: #f5494f;
    font-weight: normal;
}
.dim-layer .pop-layer .login-alert .confirm-btn {
	height: 50px;
    position: absolute;
    bottom: 0;
    line-height: 50px;
}
.dim-layer .pop-layer .login-alert .confirm-btn li {
	float: left;
}
.dim-layer .pop-layer .login-alert .confirm-btn li a {
    display: block;
    height: 100%;
    font-size: 16px;
	text-align: center;
}
.dim-layer .pop-layer .login-alert .confirm-btn .confirm {
    width: 300px;
    background-color: #da4600;
}
.dim-layer .pop-layer .login-alert .confirm-btn .confirm a {
    color: #fff;
}
.dim-layer .pop-layer .login-alert .confirm-btn .close {
    width: 142px;
    background-color: #f9f9f9;
}
.dim-layer .pop-layer .login-alert .confirm-btn .close a {
    color: #999;
}

.dim-layer .pop-layer .auth-confirm {}

.dim-layer .pop-layer .id-confirm {}
.dim-layer .pop-layer .id-confirm .alert-info .id-list {
    line-height: 32px;
}
.dim-layer .pop-layer .id-confirm .alert-info .id-list dt {
    float: left;
    width: 60%;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
}
.dim-layer .pop-layer .id-confirm .alert-info .id-list dt input {

}
.dim-layer .pop-layer .id-confirm .alert-info .id-list dd {
    float: right;
    width: 40%;
    text-align: right;
    padding-right: 30px;
    font-size: 14px;
}

.dim-layer .pop-layer .integrated {}
.dim-layer .pop-layer .integrated .alert-info {
    text-align: center;
    font-size: 14px;
    padding-top: 60px;
}
.dim-layer .pop-layer .integrated .alert-info .confirm-id {
    font-size: 25px;
    font-weight: 600;
    padding-right: 20px;
}
.dim-layer .pop-layer .integrated .alert-btn {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    line-height: 50px;
    background-color: #da4600;
}
.dim-layer .pop-layer .integrated .alert-btn a {
    display: block;
    height: 100%;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

/* 현위치 설정 레이어 */
#resetLocation {
    width: 706px;
}
#resetLocation .pop-container {}
#resetLocation .pop-container .pop-reset {}
#resetLocation .pop-container .pop-reset .tab-menu {}
#resetLocation .pop-container .pop-reset .tab-menu li {
	float: left;
    width: 50%;
    height: 75px;
    line-height: 75px;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
}
#resetLocation .pop-container .pop-reset .tab-menu li.active {
	background-color: #f4f4f4;
}
#resetLocation .pop-container .pop-reset .tab-menu li .icon {
    width: 34px;
    height: 34px;
    vertical-align: sub;
    margin-right: 5px;
}
#resetLocation .pop-container .pop-reset .tab-menu .ie .icon {
	background-position: -290px -50px;
}
#resetLocation .pop-container .pop-reset .tab-menu .chorome .icon {
	background-position: -290px 0px;
}
#resetLocation .pop-container .pop-reset .reset-content {
	background-color: #f4f4f4;
	overflow-y: auto;
	padding: 50px 0;
	width: 600px;
	height: 550px;
	text-align: center;
}
#resetLocation .pop-container .pop-reset .reset-content img {
	width: 485px;
}

/* head */
#global {
    width: 100%;
    height: 24px;
    background-color: #373960;
	position: relative;
	z-index: 4;
}
#global h1 {
    font-size: 13px;
    color: #8ad400;
    height: 24px;
    float: left;
    margin-left: 15px;
    line-height: 24px;
    font-weight: 800;
}
#global h1 .icon {
    background-position: -150px -120px;
    display: inline-block;
    width: 15px;
    height: 17px;
    margin-right: 3px;
    vertical-align: middle;
}
#global h1 strong {
	color: #fff;
}
#global .menu {
    float: right;
    margin-right: 10px;
    border-right: 1px solid #51567c;
    border-left: 1px solid #222454;
    height: 24px;
}
#global .menu li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #222454;
    border-left: 1px solid #51567c;
}
#global .menu li a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
}
#global .menu li .icon {
	width: 14px;
    height: 14px;
    display: inline-block;
	margin-right: 5px;
}
#global .menu .login .icon {
    background-position: -150px 0px;
}
#global .menu .mypage .icon {
    background-position: -150px -40px;
}
#global .menu .favorite .icon {
    background-position: -150px -80px;
}

#head {
	width: 100%;
    height: 66px;
	background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
	position: relative;
	z-index: 3;
}
#head .search-area {
    width: 362px;
    height: 39px;
    margin: 13px 19px;
    border: 2px solid #8dc21f;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
#head .search-area input {
	width: 290px;
    height: 34px;
    padding: 10px 0px;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 20px;
}
#head .search-area input::-webkit-input-placeholder { color: #a7acc2; }
#head .search-area input:-ms-input-placeholder { color: #a7acc2; }
#head .search-area button {
	width: 25px;
    height: 25px;
    background-image: url(../images/icon.png?x=1);
    background-position: -100px -160px;
    position: absolute;
    top: 5px;
    right: 14px;
}
#head .search-area .search-list {
    position: absolute;
    width: 399px;
    background-color: #fff;
    top: 50px;
    left: -21px;
    border: 1px solid #e6e6e6;
    box-shadow: 2px 2px 5px -3px #555;
    overflow-y: auto;
    max-height: 600px;
}
#head .search-area .search-list ul {}
#head .search-area .search-list ul li {
    font-size: 14px;
    color: #888888;
    padding: 10px 40px 10px 41px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#head .search-area .search-list ul li:hover {
	background-color: #f7f7f7;
}
#head .search-area .search-list ul li:after {
	display: block;
    content: "";
    background-image: url(../images/icon.png?x=1);
    background-position: -100px -210px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 13px;
}

#head .inner-head {
    height: 65px;
    overflow: hidden;
    margin-left: 400px;
    box-shadow: 4px 0px 4px 0px #ccc;
}
#head .inner-head .filter {
	height: 48px;
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}
#head .inner-head .filter span {
	display: block;
    float: left;
    height: 48px;
}
#head .inner-head .reset-option {
	border: 1px solid #efefef;
    width: 50px;
    font-size: 13px;
    text-align: center;
    float: right;
    margin-right: 10px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
#head .inner-head .reset-option:hover {
    border: 1px solid #f37321;
	z-index: 10;
}
#head .inner-head .reset-option .icon {
	width: 18px;
    height: 18px;
    display: block;
    margin: 7px auto 0px;
    background-position: -50px -230px;
}
#head .inner-head .subway-map {margin-left: 0;}

#head .subway-map span {
	width: 58px;
    text-align: center;
    font-size: 13px;
	color: #555;
	cursor: pointer;
}
#head .subway-map .subway {
    border: 1px solid #efefef;
    border-left: 1px solid #fff;
}
#head .subway-map .subway .icon {
    width: 12px;
    height: 15px;
    display: block;
    margin: 7px auto 4px;
    background-position: 0 0;
}
#head .subway-map .subway:hover,
#head .subway-map .map:hover {
	border: 1px solid #f37321;
}
#head .subway-map .subway.active {
	background-color: #8cc128;
	border-color: #8cc128;
	color: #fff;
}
#head .subway-map .subway.active .icon {
    background-position: -50px 0;
}

#head .subway-map .map {
	border: 1px solid #efefef;
}
#head .subway-map .map .icon {
    width: 17px;
    height: 15px;
    display: block;
    margin: 7px auto 4px;
    background-position: 0 -40px;
}
#head .subway-map .map.active {
	background-color: #da4600;
	border-color: #da4600;
	color: #fff;
}
#head .subway-map .map.active .icon {
    background-position: -50px -40px;
}

#head .inner-head .region {
    border: 1px solid #efefef;
}
#head .inner-head .region:hover {
	border: 1px solid #f37321;
}
#head .region span {
    font-size: 14px;
    color: #555;
    text-align: center;
	cursor: pointer;
	line-height: 48px;
}
#head .region span::before {
	display: inline-block;
	content: "";
	background-image: url('../images/icon.png');
	vertical-align: sub;
	margin-right: 5px;
}
#head .region .sido {padding: 0 5px 0 10px;}
#head .region .sido::before {width: 13px;height: 16px;background-position: 0 -80px;}
#head .region .gugun {padding-right: 5px;}
#head .region .gugun::before {width: 9px;height: 15px;background-position: -50px -80px;}
#head .region .dong {padding-right: 10px;}
#head .region .dong::before {width: 9px;height: 15px;background-position: -50px -80px;}

#head .inner-head .market-group {
	position: absolute;
    right: 360px;
    background-color: #fff;
}
#head .market-group .choice-menu {
    width: 180px;
    height: 65px;
    cursor: pointer;
	padding-top: 8px;
}
#head .market-group .choice-menu span {
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #f37321;
    border: 1px solid #efefef;
    color: #fff;
    font-size: 14px;
}
/*#head .market-group .select-menu {
    height: 65px;
    font-size: 14px;
    cursor: pointer;
	padding-top: 8px;
}
#head .market-group .select-menu .depth1 {
    position: relative;
    display: block;
    float: left;
    padding-right: 28px;
    padding-left: 15px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #f37321;
    border-right: 0;
    font-size: 14px;
}
#head .market-group .select-menu .depth1::after {display: block;content:"";width: 19px;height: 41px;background-image: url(../images/icon.png);background-position: -250px -80px;position: absolute;right: 0px;top: 3px;}
#head .market-group .select-menu .depth2 {
    display: block;
    float: left;
    border: 1px solid #f37321;
    border-left: none;
    padding-right: 15px;
    height: 48px;
    line-height: 48px;
}
#head .market-group .select-menu .depth2 .menu-icon {margin: 10px 5px;}*/

#head .market-group .market-mainmenu {
    float: left;
}
#head .market-mainmenu li {float: left;font-size: 14px;font-weight: 800;padding: 0 6px;height: 65px;line-height: 65px;cursor: pointer;color: #373960;}
#head .market-mainmenu li .icon {
    width: 15px;
    height: 15px;
    background-position: -250px 0;
    margin-right: 5px;
    vertical-align: sub;
    margin-left: 5px;
}
#head .market-mainmenu .rest.on,
#head .market-mainmenu .rest:hover {color: #f37321;}
#head .market-mainmenu .normal.on,
#head .market-mainmenu .normal:hover {color: #a9b73e;}
#head .market-mainmenu .liquor.on,
#head .market-mainmenu .liquor:hover {color: #dec606;}
#head .market-mainmenu .sport.on,
#head .market-mainmenu .sport:hover {color: #ff6766;}
#head .market-mainmenu .sale.on,
#head .market-mainmenu .sale:hover {color: #59bba0;}
#head .market-mainmenu .service.on,
#head .market-mainmenu .service:hover {color: #986596;}
#head .market-mainmenu .etc.on,
#head .market-mainmenu .etc:hover {color: #af98de;}
#head .market-mainmenu .all:hover {}
#head .market-mainmenu .rest.on .icon,
#head .market-mainmenu .rest:hover .icon { background-position: -200px 0; }
#head .market-mainmenu .normal.on .icon,
#head .market-mainmenu .normal:hover .icon { background-position: -200px -30px; }
#head .market-mainmenu .liquor.on .icon,
#head .market-mainmenu .liquor:hover .icon { background-position: -200px -60px; }
#head .market-mainmenu .sport.on .icon,
#head .market-mainmenu .sport:hover .icon {	background-position: -200px -90px; }
#head .market-mainmenu .sale.on .icon,
#head .market-mainmenu .sale:hover .icon { background-position: -200px -120px; }
#head .market-mainmenu .service.on .icon,
#head .market-mainmenu .service:hover .icon { background-position: -200px -150px; }
#head .market-mainmenu .etc.on .icon,
#head .market-mainmenu .etc:hover .icon { background-position: -200px -180px; }
#head .market-mainmenu .all .icon { background-position: -200px -210px; }

#head .market-group .market-submenu {position: absolute;top: 65px;}
#head .market-submenu .sub-menu {box-shadow: 2px 2px 5px 0px #e0e0e0;position: absolute;top: -3px;background-color: #fff;cursor: pointer;}
#head .market-submenu .sub-menu li {width: 140px;height: 35px;line-height: 36px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #7f7f7f;}
#head .market-submenu .sub-menu li:hover {background-color:#f8f8f8; font-weight:bold;}
#head .market-submenu .menu-icon {margin: 4px 5px;}

#head .market-submenu > .rest {left: -28px;border-top: 3px solid #f37321;}
#head .market-submenu > .normal {left: 73px;border-top: 3px solid #a9b73e;}
#head .market-submenu > .liquor {left: 164px;border-top: 3px solid #dec606;}
#head .market-submenu > .sport {left: 254px;border-top: 3px solid #ff6766;}
#head .market-submenu > .sale {left: 343px;border-top: 3px solid #59bba0;}
#head .market-submenu > .service {left: 427px;border-top: 3px solid #986596;}
#head .market-submenu > .etc {left: 517px;border-top: 3px solid #af98de;}
#head .market-submenu > .all {}

#head .market-submenu > .rest li:hover {color: #f37321;}
#head .market-submenu > .normal li:hover {color: #a9b73e;}
#head .market-submenu > .liquor li:hover {color: #dec606;}
#head .market-submenu > .sport li:hover {color: #ff6766;}
#head .market-submenu > .sale li:hover {color: #59bba0;}
#head .market-submenu > .service li:hover {color: #986596;}
#head .market-submenu > .etc li:hover {color: #af98de;}

#head .market-group .all-menu {width: 982px; right: 0px;}
#head .all-menu .main-title {height: 60px;background-color: #fff;border: 1px solid #e6e6e6;border-bottom: none;box-shadow: 2px 2px 5px 0px #e0e0e0;}
#head .all-menu .main-title li {height: 60px;float:left;font-size: 14px;width: 140px;text-align: center;line-height: 60px;position: relative;overflow: unset;font-weight: bold;}
#head .all-menu .main-title li::after {display:block;content:"";width: 13px;height: 19px;background-image: url(../images/icon.png);background-position: -250px -40px;position: absolute;right: -6px;top: 20px;}
#head .all-menu .main-title li:last-child:after {display:none;}
#head .all-menu .main-title .rest.on {color: #f37321;}
#head .all-menu .main-title .normal.on {color: #a9b73e;}
#head .all-menu .main-title .liquor.on {color: #dec606;}
#head .all-menu .main-title .sport.on {color: #ff6766;}
#head .all-menu .main-title .sale.on {color: #59bba0;}
#head .all-menu .main-title .service.on {color: #986596;}
#head .all-menu .main-title .etc.on {color: #af98de;}
#head .all-menu .sub-menu {height: 338px;top: 60px;background-color: #fff;padding-top: 10px;border-left: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;}
#head .all-menu .sub-menu:last-child {border-right: 1px solid #e6e6e6;width: 142px;}
#head .all-menu .sub-menu li {border-bottom: none;width: 139px;}

#head .all-menu > .rest {left: 0;}
#head .all-menu > .normal {left: 140px;}
#head .all-menu > .liquor {left: 280px;}
#head .all-menu > .sport {left: 420px;}
#head .all-menu > .sale {left: 560px;}
#head .all-menu > .service {left: 700px;}
#head .all-menu > .etc {left: 840px;}

#head .inner-head .options {position: absolute; right: 49px; border: 1px solid #efefef; margin-right: 10px; width: 260px; display: flex; z-index:2;}
#head .inner-head .options:hover {border: 1px solid #f37321;}
#head .inner-head .options span {text-align: center;font-size: 14px;cursor: pointer;flex-grow: 1;letter-spacing: -1px;padding-top: 14px;}
#head .inner-head .options span .icon {width: 15px; height: 15px; margin-right: 2px; vertical-align: middle;}
#head .inner-head .options .floor .icon {background-position: 0 -160px;}
#head .inner-head .options .extent .icon {background-position: -50px -160px;}
#head .inner-head .options .budget .icon {background-position: -100px -120px;}

#naviInfo {
    position: absolute;
    top: 0;
    z-index: 4;
    width: 100%;
    text-align: center;
}
#naviInfo .navi {
	background-color: #fff;
    margin: 0 auto;
    display: inline-block;
    font-size: 20px;
    padding: 7px 20px 6px;
    opacity: 0.9;
    border-radius: 0 0 10px 10px;
}
#naviInfo .navi li {
    color: #000;
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 10px;
	position: relative;
	overflow: visible;
	display: none;
}
#naviInfo .navi li.on {display:inline-block;}
#naviInfo .navi li .icon {
    width: 14px;
    height: 14px;
    background-position: -50px 0px;
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
}
#naviInfo .navi .addr {

}
#naviInfo .navi .cate {
	background-color: #e4f1cc;
}
#naviInfo .navi .floor {
	background-color: #ffe8de;
}
#naviInfo .navi .extent {
	background-color: #ffe8de;
}
#naviInfo .navi .budget {
	background-color: #ffe8de;
}
#naviInfo .navi .total {

}

#subway {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
	overflow: hidden;
	opacity: 0.9;
    background-color: #fff;
}
#subway .mark {
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    /* background-color: #f03a41; */
    z-index: 10;
    cursor: pointer;
    margin-top: -9px;
    margin-left: -9px;
}
#subway .mark:hover {
	background-color: #ff0000;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 2px 1px #888;
}
#subway .mark.on {
	background-color: #ff0000;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 2px 1px #888;
}
#subway .subway-close {
	width: 30px;
    height: 30px;
	background-color: #fff;
    background-position: 8px -222px;
    position: fixed;
    right: 0px;
    top: 90px;
	cursor: pointer;
	z-index:10;
}
#subway .subway-close:hover {
    background-color: #da4600;
    background-position: 8px -192px;
}
#subway .metro {
    /*width: 2470px;
    height: 1610px;*/
    left: -410px;
    top: -170px;
}
#subway .metro img {opacity: 0.9; width: 2100px;}

#region {
	position: absolute;
    width: 372px;
    max-height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    padding: 20px 30px 30px;
    border: 1px solid #efefef;
    border-right: none;
    box-shadow: 0 0 4px 0 #ccc;
    z-index: 110;
    overflow: auto;
}
#region .region-close {
	width: 30px;
    height: 30px;
    background-position: 8px -222px;
    position: absolute;
    right: 0px;
    top: 0px;
	cursor: pointer;
}
#region .region-close:hover {
    background-color: #da4600;
    background-position: 8px -192px;
}
#region .region-info{

}
#region .region-info span{
	position: relative;
	display: block;
    float: left;
    width: 33.3%;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #c5c5c5;
	cursor: pointer;
	font-size: 14px;
}
#region .region-info span.on {
	color: #373960;
}
#region .region-info span::after{
    display: block;
    content: "";
    background-image: url(../images/icon.png?x=1);
    background-position: -250px -137px;
    width: 18px;
    height: 25px;
    position: absolute;
    right: -9px;
    top: 12px;
}
#region .region-info span.on:after{
    background-position: -250px -87px;
}
#region .region-info span:last-child:after{
	display: none;
}
#region .region-info .sido{

}
#region .region-info .gugun{

}
#region .region-info .dong{

}
#region .region-list{
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
#region .region-list li{
    float: left;
    width: 33.3%;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
}
#region .region-list li:hover,
#region .region-list li.on {
	border: 1px solid #f37321;
}
#region .region-btn{
    height: 35px;
    margin-top: 20px;
}
#region .region-btn button{
    width: 100%;
    line-height: 35px;
    height: 35px;
    text-align: center;
    background-color: #373960;
    font-size: 13px;
    color: #fff;
}
#region .region-btn button span{color: #fff;}

#option {
	position: absolute;
    background-color: #fff;
    width: 660px;
    height: 283px;
    top: 0;
    right: 10px;
    border: 1px solid #efefef;
    box-shadow: 0 0 4px 0 #ccc;
    z-index: 110;
    padding: 5px 10px;
}
#option .opt-close {
	width: 30px;
    height: 30px;
    background-color: #fff;
    background-position: 8px -222px;
    position: absolute;
    right: 0px;
    top: 0px;
	cursor: pointer;
}
#option .opt-close:hover {
    background-color: #da4600;
    background-position: 8px -192px;
}
#option .opt-area {
    width: 319px;
    float: left;
    padding: 0px 20px;
}
#option .opt-area h1 {
	font-size: 16px;
    color: #373960;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
#option .opt-area ul {}
#option .opt-area ul li {
    float: left;
    width: 50%;
	border: 1px solid #e9e9e9;
    text-align: center;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
	cursor: pointer;
}
#option .opt-area ul li.on {
    border: 1px solid #f37321 !important;
}
#option .opt-area .floor {}
#option .opt-area .floor li {
    width: 20%;
	border-right: none;
}
#option .opt-area .floor li:last-child {
    border-right: 1px solid #e9e9e9;
}
#option .opt-area .extent,
#option .opt-area .budget {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
#option .opt-area .extent li,
#option .opt-area .budget li {
    border-right: none;
    border-bottom: none;
}
#option .opt-btn {
    float: right;
    padding: 0 20px;
    text-align: center;
    width: 50%;
    margin-top: 17px;
}
#option .opt-btn button {
    display: block;
    width: 80%;
    height: 35px;
    background-color: #373960;
    color: #fff;
    font-size: 13px;
    float: left;
    border-left: 1px solid #fff;
}
#optReset {
    width: 20% !important;
    background-color: #a7acc2 !important;
}

/* submenu icon position */
.B-10 .menu-icon {background-position: -400px 0;}
.B-14 .menu-icon {background-position: -400px -30px;}
.B-13 .menu-icon {background-position: -400px -60px;}
.B-02 .menu-icon {background-position: -400px -90px;}
.B-05 .menu-icon {background-position: -400px -120px;}
.B-04 .menu-icon {background-position: -400px -150px;}
.B-15 .menu-icon {background-position: -400px -180px;}
.B-03 .menu-icon {background-position: -400px -210px;}
.B-90 .menu-icon {background-position: -400px -240px;}
.B-10:hover .menu-icon, .B-10.on .menu-icon {background-position: 0 0;}     
.B-14:hover .menu-icon, .B-14.on .menu-icon {background-position: 0 -30px;} 
.B-13:hover .menu-icon, .B-13.on .menu-icon {background-position: 0 -60px;} 
.B-02:hover .menu-icon, .B-02.on .menu-icon {background-position: 0 -90px;} 
.B-05:hover .menu-icon, .B-05.on .menu-icon {background-position: 0 -120px;}
.B-04:hover .menu-icon, .B-04.on .menu-icon {background-position: 0 -150px;}
.B-15:hover .menu-icon, .B-15.on .menu-icon {background-position: 0 -180px;}
.B-03:hover .menu-icon, .B-03.on .menu-icon {background-position: 0 -210px;}
.B-90:hover .menu-icon, .B-90.on .menu-icon {background-position: 0 -240px;}

.A-01 .menu-icon {background-position: -450px 0;}     
.A-10 .menu-icon {background-position: -450px -30px;} 
.A-09 .menu-icon {background-position: -450px -60px;} 
.A-07 .menu-icon {background-position: -450px -90px;} 
.A-05 .menu-icon {background-position: -450px -120px;}
.A-02 .menu-icon {background-position: -450px -150px;}
.A-04 .menu-icon {background-position: -450px -180px;}
.A-11 .menu-icon {background-position: -450px -210px;}
.A-90 .menu-icon {background-position: -450px -240px;}
.A-01:hover .menu-icon, .A-01.on .menu-icon {background-position: -50px 0;}     
.A-10:hover .menu-icon, .A-10.on .menu-icon {background-position: -50px -30px;} 
.A-09:hover .menu-icon, .A-09.on .menu-icon {background-position: -50px -60px;} 
.A-07:hover .menu-icon, .A-07.on .menu-icon {background-position: -50px -90px;} 
.A-05:hover .menu-icon, .A-05.on .menu-icon {background-position: -50px -120px;}
.A-02:hover .menu-icon, .A-02.on .menu-icon {background-position: -50px -150px;}
.A-04:hover .menu-icon, .A-04.on .menu-icon {background-position: -50px -180px;}
.A-11:hover .menu-icon, .A-11.on .menu-icon {background-position: -50px -210px;}
.A-90:hover .menu-icon, .A-90.on .menu-icon {background-position: -50px -240px;}

.C-02 .menu-icon {background-position: -500px 0;}     
.C-01 .menu-icon {background-position: -500px -30px;} 
.C-05 .menu-icon {background-position: -500px -60px;} 
.C-15 .menu-icon {background-position: -500px -90px;} 
.C-13 .menu-icon {background-position: -500px -120px;}
.C-14 .menu-icon {background-position: -500px -150px;}
.C-90 .menu-icon {background-position: -500px -180px;}
.C-02:hover .menu-icon, .C-02.on .menu-icon {background-position: -100px 0;}     
.C-01:hover .menu-icon, .C-01.on .menu-icon {background-position: -100px -30px;} 
.C-05:hover .menu-icon, .C-05.on .menu-icon {background-position: -100px -60px;} 
.C-15:hover .menu-icon, .C-15.on .menu-icon {background-position: -100px -90px;} 
.C-13:hover .menu-icon, .C-13.on .menu-icon {background-position: -100px -120px;}
.C-14:hover .menu-icon, .C-14.on .menu-icon {background-position: -100px -150px;}
.C-90:hover .menu-icon, .C-90.on .menu-icon {background-position: -100px -180px;}

.E-07 .menu-icon {background-position: -550px 0;}     
.E-01 .menu-icon {background-position: -550px -30px;} 
.E-03 .menu-icon {background-position: -550px -60px;} 
.E-10 .menu-icon {background-position: -550px -90px;} 
.E-21 .menu-icon {background-position: -550px -120px;}
.E-22 .menu-icon {background-position: -550px -150px;}
.E-09 .menu-icon {background-position: -550px -180px;}
.E-02 .menu-icon {background-position: -550px -210px;}
.E-90 .menu-icon {background-position: -550px -240px;}
.E-07:hover .menu-icon, .E-07.on .menu-icon {background-position: -150px 0;}     
.E-01:hover .menu-icon, .E-01.on .menu-icon {background-position: -150px -30px;} 
.E-03:hover .menu-icon, .E-03.on .menu-icon {background-position: -150px -60px;} 
.E-10:hover .menu-icon, .E-10.on .menu-icon {background-position: -150px -90px;} 
.E-21:hover .menu-icon, .E-21.on .menu-icon {background-position: -150px -120px;}
.E-22:hover .menu-icon, .E-22.on .menu-icon {background-position: -150px -150px;}
.E-09:hover .menu-icon, .E-09.on .menu-icon {background-position: -150px -180px;}
.E-02:hover .menu-icon, .E-02.on .menu-icon {background-position: -150px -210px;}
.E-90:hover .menu-icon, .E-90.on .menu-icon {background-position: -150px -240px;}

.F-19 .menu-icon {background-position: -600px 0;}     
.F-01 .menu-icon {background-position: -600px -30px;} 
.F-13 .menu-icon {background-position: -600px -60px;} 
.F-15 .menu-icon {background-position: -600px -90px;} 
.F-17 .menu-icon {background-position: -600px -120px;}
.F-05 .menu-icon {background-position: -600px -150px;}
.F-18 .menu-icon {background-position: -600px -180px;}
.F-16 .menu-icon {background-position: -600px -210px;}
.F-90 .menu-icon {background-position: -600px -240px;}
.F-19:hover .menu-icon, .F-19.on .menu-icon {background-position: -200px 0;}     
.F-01:hover .menu-icon, .F-01.on .menu-icon {background-position: -200px -30px;} 
.F-13:hover .menu-icon, .F-13.on .menu-icon {background-position: -200px -60px;} 
.F-15:hover .menu-icon, .F-15.on .menu-icon {background-position: -200px -90px;} 
.F-17:hover .menu-icon, .F-17.on .menu-icon {background-position: -200px -120px;}
.F-05:hover .menu-icon, .F-05.on .menu-icon {background-position: -200px -150px;}
.F-18:hover .menu-icon, .F-18.on .menu-icon {background-position: -200px -180px;}
.F-16:hover .menu-icon, .F-16.on .menu-icon {background-position: -200px -210px;}
.F-90:hover .menu-icon, .F-90.on .menu-icon {background-position: -200px -240px;}

.G-12 .menu-icon {background-position: -650px 0;}     
.G-38 .menu-icon {background-position: -650px -30px;} 
.G-06 .menu-icon {background-position: -650px -60px;} 
.G-41 .menu-icon {background-position: -650px -90px;} 
.G-36 .menu-icon {background-position: -650px -120px;}
.G-37 .menu-icon {background-position: -650px -150px;}
.G-39 .menu-icon, .G-43 .menu-icon {background-position: -650px -180px;} /* 빨래방 현G43-구G39부동산중개삭제 */
.G-42 .menu-icon, .H-17 .menu-icon {background-position: -650px -210px;} /* 병원-구G42 현H17 */
.G-90 .menu-icon {background-position: -650px -240px;}
.G-12:hover .menu-icon, .G-12.on .menu-icon {background-position: -250px 0;}     
.G-38:hover .menu-icon, .G-38.on .menu-icon {background-position: -250px -30px;} 
.G-06:hover .menu-icon, .G-06.on .menu-icon {background-position: -250px -60px;} 
.G-41:hover .menu-icon, .G-41.on .menu-icon {background-position: -250px -90px;} 
.G-36:hover .menu-icon, .G-36.on .menu-icon {background-position: -250px -120px;}
.G-37:hover .menu-icon, .G-37.on .menu-icon {background-position: -250px -150px;}
.G-39:hover .menu-icon, .G-39.on .menu-icon, .G-43:hover .menu-icon, .G-43.on .menu-icon {background-position: -250px -180px;}
.G-42:hover .menu-icon, .G-42.on .menu-icon, .H-17:hover .menu-icon, .H-17.on .menu-icon {background-position: -250px -210px;}
.G-90:hover .menu-icon, .G-90.on .menu-icon {background-position: -250px -240px;}

.H-10 .menu-icon {background-position: -700px 0;}     
.H-11 .menu-icon, .G-44 .menu-icon {background-position: -700px -30px;} /* 독서실-구H11 현G44 */
.H-12 .menu-icon {background-position: -700px -60px;} 
.H-90 .menu-icon {background-position: -700px -90px;} 
.H-14 .menu-icon {background-position: -700px -120px;}
.H-13 .menu-icon {background-position: -700px -150px;}
.H-15 .menu-icon {background-position: -700px -180px;}
.H-16 .menu-icon {background-position: -700px -210px;}
.H-18 .menu-icon {background-position: -700px -180px;}/* 상가임대H18 */
.H-19 .menu-icon {background-position: -700px -210px;}/* 상가매매H19 */
.H-91 .menu-icon {background-position: -700px -240px;}
.H-10:hover .menu-icon, .H-10.on .menu-icon {background-position: -300px 0;}     
.H-11:hover .menu-icon, .H-11.on .menu-icon, .G-44:hover .menu-icon, .G-44.on .menu-icon {background-position: -300px -30px;} 
.H-12:hover .menu-icon, .H-12.on .menu-icon {background-position: -300px -60px;} 
.H-90:hover .menu-icon, .H-90.on .menu-icon {background-position: -300px -90px;} 
.H-14:hover .menu-icon, .H-14.on .menu-icon {background-position: -300px -120px;}
.H-13:hover .menu-icon, .H-13.on .menu-icon {background-position: -300px -150px;}
.H-15:hover .menu-icon, .H-15.on .menu-icon {background-position: -300px -180px;}
.H-16:hover .menu-icon, .H-16.on .menu-icon {background-position: -300px -210px;}
.H-18:hover .menu-icon, .H-18.on .menu-icon {background-position: -300px -180px;}
.H-19:hover .menu-icon, .H-19.on .menu-icon {background-position: -300px -210px;}
.H-91:hover .menu-icon, .H-91.on .menu-icon {background-position: -300px -240px;}

/* side */
#side {
	/*width: 400px;*/
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
#side .sideArea {
    border-right: 1px solid #d4d4d4;
    box-shadow: 0px 0px 4px 0px #ccc;
    width: 400px;
    float: left;
}
#side .side-open-close {
	position: absolute;
    width: 24px;
    height: 58px;
    border: 1px solid #c1c1c1;
    border-left: none;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
    top: 243px;
    right: -24px;
    cursor: pointer;
}
#side .side-open-close .icon {
    width: 10px;
    height: 16px;
    background-position: -150px -160px;
    margin: 20px 0 0 6px;
}
#side .side-open-close.open .icon {
    background-position: -150px -200px;
}
#side .navi {
    width: 400px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    background-color: #fff;
}
#side .navi li {
    float: left;
    color: #b3b3b3;
    position: relative;
    overflow: visible;
    padding: 0 8px 0 18px;
    width: 19%;
}
#side .navi li::before {
	display: block;
    content: "";
    width: 19px;
    height: 15px;
    background-image: url(../images/icon.png?x=1);
    background-position: -250px -142px;
    position: absolute;
    left: -7px;
    top: 10px;
    overflow: hidden;
}
#side .navi li.on { color: #333;}
#side .navi li.on::before {background-position: -250px -92px;}
#side .navi li:first-child:before {display:none;}
#side .navi .addr {width:24%;}
#side .navi .market {}
#side .navi .extent {}
#side .navi .floor {}
#side .count-reset {
    height: 30px;
    line-height: 30px;
    background-color: #8dc21f;
    color: #fff;
    padding: 0 0 0 13px;
    font-size: 13px;
}
#side .count-reset .count {
    color: #fff;
}
#side .count-reset .reset-btn {
	display: block;
    float: right;
    color: #fff;
    padding: 0 10px 0 15px;
    background-color: #7fad2c;
    cursor: pointer;
}
#side .count-reset .reset-btn .reset {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: -50px -200px;
    vertical-align: middle;
}
#side .sorting {
    height: 35px;
    line-height: 35px;
    padding: 0 6px;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0px 0px 4px 0px #ccc;
    background-color: #fff;
}
#side .sorting li {
    float: left;
    text-align: center;
    padding: 0 13px 0 13px;
	cursor: pointer;
	color: #9c9c9c;
    font-size: 13px;
}
#side .sorting li.on {color:#373960;font-weight: 800;}
#side .sorting .ad {}
#side .sorting .ear {}
#side .sorting .ear .icon {
    width: 11px;
    height: 15px;
    background-position: -250px -180px;
    margin-left: 5px;
}
#side .sorting .deal {}
#side .sorting .deal .icon {
    width: 11px;
    height: 15px;
    background-position: -250px -180px;
    margin-left: 5px;
}
#side .sorting .best {}
#side .sorting .new {}
#side .sorting .desc .icon {background-position: -250px -200px;} 
#side .sorting .asc .icon {background-position: -250px -220px;} 
#side .market-list {
    overflow-y: scroll;
	position: relative;
}

#side .market-list .agent {
    width: 100%;
    height: 160px;
    padding: 10px;
    border: 2px solid #e7eced;
    border-bottom: 1px solid #eaeaea;
    background-color: #e7eced;
}
#side .market-list .agent:hover {
    border: 2px solid #e7eced !important;
	border-bottom: 1px solid #eaeaea !important;
	background-color: #e7eced !important;
}
#side .market-list .agent li {
    float: left;
    width: 137px;
    position: relative;
    padding: 5px 0;
}
#side .market-list .agent li.agent-title {
    width: 100%;
    padding: 0 0 10px;
    line-height: 22px;
    text-align: center;
    font-size: 17px;
}
#side .market-list .agent li.agent-title span {
    color: #235a9e;
}
#side .market-list .agent li.agent-title strong {
    color: #ce4801;
}
#side .market-list .agent li img {
    width: 39px;
    height: 42px;
    float: left;
    border: 1px solid #efefef;
}
#side .market-list .agent li p {
    font-size: 12px;
    line-height: 17px;
    padding-left: 47px;
}
#side .market-list .agent li .name {padding-top: 3px;}
#side .market-list .agent li .name span {padding-top: 5px; font-size: 14px;}
#side .market-list .agent li .phone {color: #2c3292; font-weight: bold;}

#side .market-list .agent .rank1 {
    float: left;
    width: 221px;
    position: relative;
    padding: 4px 0;
}
#side .market-list .agent .rank1 img {
    width: 80px;
    height: 95px;
    margin-right: 10px;
    border: 2px solid #faa219;    
}
#side .market-list .agent .rank1 .number1 {
    background-color: #e2be30;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    padding-right: 8px;
    border-radius: 10px;
    line-height: 25px;	
}
#side .market-list .agent .rank1 .number1 strong {
    background-color: #e8cc5c;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 0px 6px;
    margin-right: 6px;
    display: inline-block;
    border-radius: 10px 0 0 10px;	
}
#side .market-list .agent .rank1 .name {
    padding-top: 10px;
    font-size: 16px;
    color: #000;
    font-weight: bold;	
}
#side .market-list .agent .rank1 .name span {
    padding-top: 0px;
    font-size: 16px;	
}
#side .market-list .agent .rank1 .phone {
    font-size: 15px;
    padding-top: 2px;	
}
#side .market-list .agent .rank2 img {
    border: 2px solid #7498a8; 
}
#side .market-list .agent .rank3 img {
    border: 2px solid #b67351;   
}

#noList {
    text-align: center;
    padding-top: 100px;
    display: none;
}
#noList > .icon {
    width: 55px;
    height: 55px;
    background-position: -340px 0px;
}
#noList > p {
    font-size: 16px;
    line-height: 23px;
    padding-top: 10px;	
}

#loadingList {
    text-align: center;
    padding-top: 100px;
    background-image: url('../images/loading_list_bg.jpg');
    /*display: none;*/
}
#loadingList > img {
	width: 40px;
}
#loadingList > p {
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    padding-top: 10px;
}

#side .market-list .market-card {
    width: 382px;
    height: 156px;
	border: 2px solid #fff;
    border-bottom: 1px solid #eaeaea;
	background-color: #fff;
	cursor: pointer;
    position: relative;	
}
#side .market-list .market-card.on, 
#side .market-list .market-card:hover {
    border: 2px solid #f37321;
	background-color: #fef7f2;
}
#side .market-list .market-card .sort {
	display: none;
}
#side .market-list .market-card .img-info {
    width: 122px;
    padding: 15px 10px;
    float: left;
    position: relative;
}
#side .market-list .market-card .img-info .number {
    text-align: center;
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
	font-weight: 600;
	color: #282d93;
}
#side .market-list .market-card .img-info img {
    width: 103px;
    height: 85px;
    margin-top: 15px;
    border: 1px solid #efefef;
	/*opacity: 0.8;*/
}
#side .market-list .market-card:hover img {
	opacity: 1;
}
#side .market-list .market-card .img-info p {
	display: block;
    width: 101px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 11px;
    top: 35px;
}
#side .market-list .market-card .img-info p span {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 13px;
    margin-left: 3px;
}
#side .market-list .market-card .img-info.thumb_video::before {width:25px; height:25px; overflow:hidden; position:absolute; left:18px; bottom:22px; background:url("//www.jumpoline.com/images/common/i_video_play.png") no-repeat; content:''; background-size:25px auto}/*동영상*/
#side .market-list .market-card .img-info p.ad-box-1 {background-color: #f03a41;}
#side .market-list .market-card .img-info p.ad-box-2 {background-color: #d7ac02;}
#side .market-list .market-card .img-info p.ad-box-3 {background-color: #92be13;}
#side .market-list .market-card .img-info p.ad-box-4 {background-color: #e159a5;}
#side .market-list .market-card .img-info p.ad-box-5 {background-color: #e57e24;}
#side .market-list .market-card .img-info p.ad-box-6 {background-color: #55b68f;}
#side .market-list .market-card .img-info p.ad-box-7 {background-color: #6172aa;}
#side .market-list .market-card .img-info p.ad-box-8 {background-color: #9671bf;}
#side .market-list .market-card .mk-info {
    float: left;
    width: 256px;
    padding-top: 13px;
    padding-right: 10px;
}

#side .market-list .market-card .mk-info p {
    font-size: 13px;
    line-height: 20px;
}
#side .market-list .market-card .mk-info p b {}
#side .market-list .market-card .mk-info .addr {
    position: relative;
    margin-bottom: 5px;
    line-height: unset;
    letter-spacing: -1px;
}
#side .market-list .market-card .mk-info .addr span {
    color: #555;
    float: right;
    position: absolute;
    right: 0;
}
#side .market-list .market-card .mk-info h1 {
    font-size: 16px;
    padding: 1px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
#side .market-list .market-card .mk-info .info {
	
}

#side .market-list .market-card .mk-info .info .profit .price {
    color: #da4600;
    font-weight: bold;    
}
#side .market-list .market-card .mk-info .price {
    padding-bottom: 3px;
}
#side .market-list .market-card .mk-info .price span {
    margin-right: 5px;
}
#side .market-list .market-card .mk-info .price span b {}
#side .market-list .market-card .mk-info .price .date {
    /* color: #b7b7b7; */
    font-size: 11px;
    border:solid 1px #d93131; 
    color:#d93131; 
    font-size: 11px;
    padding: 2px 2px;
}
#side .market-list .market-card .mk-info .price .premium {color: #282d93;}
#side .market-list .market-card .mk-info .total {
    color: #cc0000;
    font-size: 14px;
    font-family: 'Nanum Gothic';
    font-weight: 600;
    position: absolute;
    right: 2px;
    bottom: 17px;
}
#side .market-list .market-card:hover .mk-info .total {
    bottom: 16px;
}
#side .market-list .market-card .mk-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: 12px;
    font-weight: normal;
}
#side .market-list .market-card .mk-info .mark {
	background-color: #FF0;
}
#marketInfo {
	width: 290px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #ccc;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
#marketInfo .info-area {
	height: 100%;
    overflow-y: auto;
    /*padding-top: 54px;*/
    padding-bottom: 10px;
}
#marketInfo .info-btn {	width:100%; height:30px; position:relative; padding-left: 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.active,
#marketInfo .info-btn .good.icon:hover {
    width: 17px;
    height: 17px;
    background-position: -50px -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;
    
}

#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;
}

#marketInfo .info-images {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 10px auto 0;
	border: 1px solid #efefef;
}

#marketInfo .info-images img {width:100%; height:100%; cursor: pointer;}

#marketInfo .images-ad {
    width: 150px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
}
#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 .images-ad span {
    color: #fff;
}

#marketInfo .market-inner {
    width: 200px;
    margin: 10px auto 0;
}

#marketInfo p {
    margin-top:8px;
}

#marketInfo .sido-cector {
    color: #f37321;
    font-size: 12px;
    text-align: center;
}

#marketInfo .info-title { color:#323b4c; line-height:22px; font-size:16px; font-weight:600;}
#marketInfo .info-titles {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    color: #555;
    /*line-height: 18px;*/
    font-size: 13px;
}
#marketInfo .num_wrap { overflow:hidden}
#marketInfo dl.sale-num {  float:left; /*width:170px; margin:0 auto;*/ font-size:13px; line-height:30px; color:#282d93; font-weight:700}
#marketInfo dl.sale-num dt { float:left;}
#marketInfo dl.sale-num dd { padding-left:5px; float:left;}

#marketInfo .more-button { width:100px; height:28px; float:right; /*margin:5px auto;*/ background-color:#373960; border-radius:3px; font-size:13px; line-height:28px; color:#fff; position:relative;}
/*
#marketInfo .more-button { width:200px; height:40px; background-color:#373960; border-radius:30px; font-size:16px; margin:20px auto; position: relative;}
*/

#marketInfo .more-button .more-btn {
    width: 108px;
    color: #fff;
    float: left;
    /*padding: 10px 0;*/
    position: relative;
}

#marketInfo .more-button .more-btn:after {
    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;
    margin-left: 2px;
}

#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}

#marketInfo .info-information {
    width: 200px;
    margin: 12px auto;
    padding: 10px 0 0 0;
    /* border-bottom: 1px solid #ddd; */
    border-top: 3px double #a7acc2;
}

#marketInfo dl.earning {
	margin-bottom: 8px;
    line-height: 24px;
    font-size: 13px;
}

#marketInfo dl.earning dt {
    width: 58px;
    float: left;
}

#marketInfo dl.earning dd {
	font-weight: 600;
}

#marketInfo dl.earning dd span {
    color: #d53f41;
}

#marketInfo .into-option {    
}

#marketInfo .into-option dt {
    width: 60px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    float: left;
    margin: 4px 15px 4px 0;
}

#marketInfo .into-option dt.earnest {background-color: #bdbdbd;}
#marketInfo .into-option dt.rental {background-color: #a7acc2;}
#marketInfo .into-option dt.premium {background-color: #373960;}
#marketInfo .into-option dt.total {background-color: #cc0000;}

#marketInfo .into-option dd {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
}

#marketInfo .into-option dd.premium {color: #373960;}
#marketInfo .into-option dd.total {color: #cc0000;}

#marketInfo .info-contact {
    background-color: #ecf0f1;
    padding:10px 0px;
	/* width: 190px; */
    margin: 0 auto;
    border-radius: 10px;
    margin: 8px 8px;
}
#marketInfo .info-contact .title {
    font-size: 16px;
    font-weight: bold;
}
#marketInfo .info-contact .owner {
    font-size: 16px;
    color: #555;
    text-align: right;
    margin-top: 0;
    padding-top: 5px;
    font-weight: bold;
}
#marketInfo .info-contact .owner .name {
    float: left;
	letter-spacing: 5px;
}
#marketInfo .info-contact .agent {
    padding-top: 10px;
}
#marketInfo .info-contact .agent .photo {
    width: 60px;
	height: 70px;
    float: left;
    margin-right: 13px;
    border-radius: 3px;
	border: 1px solid #d0d1d1;
}
#marketInfo .info-contact .agent .info {
    font-size: 14px;
}
#marketInfo .info-contact .agent .info li {}
#marketInfo .info-contact .agent .info .subject {
    padding: 5px 0;
    font-size: 14px;
}
#marketInfo .info-contact .agent .info .name {
    font-size: 14px;
    /* font-weight: bold; */
    padding-bottom: 5px;
}
#marketInfo .info-contact .agent .info .name .rank {
    font-size: 14px;
    padding-right: 5px;
}
#marketInfo .info-contact .agent .info .phone {
	color: #282d93;
    font-size: 16px;
    font-weight:bold;
    margin-right: -10px;
}
#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-right: -20px
}







#marketInfo .direct-info-contact {
    background-color: #f7fcf0;
    padding: 15px 30px;
    border-top: 1px solid #afcb88;
    border-bottom: 1px solid #afcb88;
	/* width: 190px; */
    margin: 0 auto;
}
#marketInfo .direct-info-contact .title {
    font-size: 16px;
    font-weight: bold;
}
#marketInfo .direct-info-contact .owner {
    font-size: 16px;
    color: #555;
    text-align: right;
    margin-top: 0;
    padding-top: 5px;
    font-weight: bold;
}
#marketInfo .direct-info-contact .owner .name {
    float: left;
	letter-spacing: 5px;
}
#marketInfo .direct-info-contact .agent {
    /* padding-top: 10px; */
}
#marketInfo .direct-info-contact .agent .photo {
    width: 60px;
	height: 70px;
    float: left;
    margin-right: 13px;
    border-radius: 3px;
	border: 1px solid #efefef;
}
#marketInfo .direct-info-contact .agent .info {
    font-size: 14px;
}
#marketInfo .direct-info-contact .agent .info li {}
#marketInfo .direct-info-contact .agent .info .subject {
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
}
#marketInfo .direct-info-contact .agent .info .name {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
#marketInfo .direct-info-contact .agent .info .name .rank {
    font-size: 14px;
    padding-right: 5px;
}
#marketInfo .direct-info-contact .agent .info .phone {
	/* color: #282d93; */
    font-size: 12px;
}
#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;
}

.direct-comment{
    font-size: 13px;
    color: #8c8c8c;
    margin-top: 4px;
}

.text-blue{
    color: #282d93 !important;
}





#marketInfo ul.info-direct {
	margin: 0 40px;
}

#marketInfo ul.info-direct li {
    font-size: 13px;
    line-height: 20px;
}

#marketInfo ul.info-direct li strong {
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 5px 0;
}

/* map */
#map {width:100%; height:100%;}

#completeMap {
	position:absolute;
	top:-555px; 
	width:760px; 
	height:550px;
	background-color: #fff; 
	padding: 30px; 
	border: 1px solid #e6e6e6; 
	box-shadow: 0 0 4px 0 #ccc;
	z-index:110;
}
#completeMap .map-close {
    width: 30px;
    height: 30px;
    background-position: 8px -222px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}
#completeMap .map-close:hover {
    background-color: #da4600;
    background-position: 8px -192px;
}
#mapHolder {
	width:700px; 
	height:490px;
}

#mapArea {
	height: 100%;
    margin-left: 400px;
    position: relative;
	overflow: hidden;
    z-index: 1;
}

#mapArea .select-menu {
    width: 280px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 45px;
    left: 50%;
    background-color: #ffffff;
    margin-left: -140px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 1px #ccc;
    font-size: 14px;
	z-index: 100;
	display: flex;
}
#mapArea .select-menu .icon {
	background-image: url('../images/icon.png');
	width: 26px;
    height: 26px;
    background-position: -290px -100px;
    margin: 7px 0 0 6px;
    cursor: pointer;
}
#mapArea .select-menu .depth1 {
    display: block;
    position: relative;
    height: 40px;
    text-align: center;
    flex-grow: 1;
}
#mapArea .select-menu .depth1::after {display: block;content:"";width: 19px;height: 40px;background-image: url(../images/icon.png);background-position: -250px -130px;position: absolute;right: -10px;top: 0px;}
#mapArea .select-menu .depth2 {
    display: block;
    height: 40px;
    text-align: center;
    padding-right: 5px;
    flex-grow: 1;
}
#mapArea .select-menu .depth2 .menu-icon {margin: 7px 5px 0 0;}
#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: 350px;
    height: 100px;
    font-size: 18px;
	line-height: 30px;
    padding-top: 19px;
	margin-top: -50px;
	margin-left: -175px;
    /*margin-top: 54px;
    line-height: 24px;
    padding-top: 12px;
    width: 246px;
    font-size: 16px;
    height: 72px;
    position: absolute;
    right: 70px;*/
    border-radius: 5px;
	display: none;
}
/*#mapArea .menu-select-info:before {
	content: '';
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid #282d30;
    top: 50%;
    right: -6px;
    margin-top: -6px;
}
#mapArea .menu-select-info:after {
    content: '';
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid #373960;
    top: 50%;
    right: -5px;
    margin-top: -6px;
}*/
#mapArea .map-button {
    position: absolute;
	top: 50%;
    right: 20px;
    z-index: 100;
	margin-top: -170px;
}
#mapArea .map-button ul {
    width: 40px;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 1px 1px 4px 0 #ccc;
    margin-bottom: 10px;
}
#mapArea .map-button ul li {
	height: 40px;
    position: relative;
	cursor: pointer;
}
#mapArea .map-button ul li.active {
	color: #ffffff;
    font-weight: bold;
    background-color: #8cc128;
}
#mapArea .map-button ul li.active::after {
    border-bottom: none !important;
}
#mapArea .map-button ul li.line::after {
	display: block;
    content: "";
    width: 20px;
    position: absolute;
    border-bottom: 1px solid #e9e9e9;
    bottom: 0;
    left: 10px;
}
#mapArea .map-button ul li .icon {
	width: 23px;
	height: 22px;
	margin: 9px auto;
}
#mapArea .map-button ul .location .icon {background-position: -100px 0;}
#mapArea .map-button ul .plus .icon {background-position: -96px -36px;}
#mapArea .map-button ul .minus .icon {background-position: -96px -71px;}
#mapArea .map-button ul .radius {line-height: 40px; color: #373960;}
#mapArea .map-button ul .radius:first-child,
#mapArea .map-button ul .radius:last-child {
	line-height: 14px;
    padding-top: 5px;
}

#mainBanner {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -550px;
	z-index: 100;
	width: 1060px;
	height: 120px;
	overflow: hidden;
}
#mainBanner img {width:100%; height:120px;/*height:75px;*/}

#topBanner {
	width: 399px;
	height: 55px;
	overflow: hidden;
    position: relative;
}
#topBanner .top-bnslider,
#topBanner .top-bnslider img { height: 55px; }
#topBanner .bx-controls {}

#topBanner .bx-controls .bx-controls-direction { display: none; }
#topBanner:hover .bx-controls-direction { display: block; }
#topBanner .bx-controls .bx-controls-direction a {
	font-size: 15px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    top: 16px;
    z-index: 100;
    padding-top: 0px;
    opacity: 0.7;
    color: #ffffff;
    background-color: #8cc128;
    border-radius: 11px;
    font-family: Dotum;
    font-weight: bold;
}
#topBanner .bx-controls .bx-controls-direction a:hover {
	opacity: 1;
}
#topBanner .bx-controls .bx-controls-direction .bx-prev {
    left: 5px;
    padding-left: 5px;
}
#topBanner .bx-controls .bx-controls-direction .bx-next {
    right: 5px;
    padding-left: 7px;
}

#infoBanner {
    /*position: absolute;*/
    top: 0px;
    width: 100%;
    height: 54px;
	overflow: hidden;
    z-index: 5;
}
#infoBanner .info-bnslider,
#infoBanner .bx-viewport,
#infoBanner img {
    height: 54px !important;
    width: 290px;
}

/*#topBanner .bx-controls .bx-pager {
    text-align: center;
}
#topBanner .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
}
#topBanner .bx-controls .bx-pager .bx-pager-item a {
	text-indent: -9999px;
    width: 10px;
    height: 10px;
    background-color: #bdbdbd;
    border-radius: 5px;
    margin: 0 2px;
    opacity: 0.8;
}
#topBanner .bx-controls .bx-pager .bx-pager-item a.active {
    background-color: #da4600;
}*/

/* media query */
@media screen and (max-width:1280px) {
	#side { left: -400px; }
	#mapArea { margin-left: 0; }
	.side-open-close { display: block !important; }
}
@media screen and (min-width:1281px) {
	#side { left: 0 !important; }
	#mapArea { margin-left: 400px !important; }
}

@media screen and (min-width:1851px) {
	.fhd { display: block !important; }
	.sxga { display: none !important; }
}

@media screen and (max-width:1850px) {
	.sxga { display: block !important; }
	.fhd { display: none !important; }
	#head .inner-head .market-group {margin-right:0;}
	#head .market-group .all-menu {right: -286px;}
	/*#mapArea .select-menu {display: none !important;}*/
}

@media screen and (max-height: 932px) {
    #marketInfo .info-btn {
	
	}
    #marketInfo .info-images {

	}
    #marketInfo .market-inner {

    }
    #marketInfo .info-title {

    }
    #marketInfo .info-titles {

    }
    #marketInfo p {

    }
    #marketInfo dl.sale-num {

    }
    #marketInfo dl.sale-num dt,
    #marketInfo dl.sale-num dd {

    }
    #marketInfo dl.sale-num dt {

    }
    #marketInfo .info-information {}
    #marketInfo dl.earning {

    }
    #marketInfo dl.into-option {

    }
    #marketInfo ul.info-direct {

    }
    #marketInfo .more-button {

    }
}





/* 지도위 광고매물 표시 */

/* 말풍선 화살표 */
.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;
	cursor: pointer;
}
.marker_first .talk_balloon {
    background-color: #fff;
    font-size: 12px;
    width: 165px;
    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;
	letter-spacing: -.5px;
}
.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;
	cursor: pointer;
}
.marker_top .talk_balloon {
    background-color: #fff;
    font-size: 12px;
    width: 165px;
    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;
	letter-spacing: -.5px;
}
.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;
	cursor: pointer;
}
.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;
	cursor: pointer;
}
.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_normal {
    position: absolute;
    top: 0px;
    left: 0px;
}
.marker_normal .pin_circle {
    width: 12px;
    height: 12px;
    border: 3px solid #d85415;
    border-radius: 9px;
    background-color: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    margin-left: -6px;
    bottom: -19px;
    cursor: pointer;
}
/*.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;
    cursor: pointer;
}*/
.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;
}

/* rmate 맵챠트 트라이얼 숨김 */
#trialMarkBox { display:none; }

#spMakeLevel {
    margin-top: 8px;
    display: inline-block;
    /* padding-left: 12px; */
    color: #fff;
}

.spMakeLevelType {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 13px;
    margin-left: 3px;
}

.spScrap {
    width: 50px;
    color:#fff;
    display:flex;
    align-items: center;
    padding-left: 2px;
}

.info-addr{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.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;
}
.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;
}

#side .market-list .market-card .img-info p.deadLineCkh {
    display: block; width: 101px; height: 22px; line-height: 22px; color: #f03a41; position: absolute; text-align: center; left: 11px; top: 115px;
}

.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;
}

.tdTextSection{
    width:70%; 
    height:60px;
}
.tdImgSection{
    /* width:28%; */
    width:18%;
}

#dvTypeA {
    border-top: solid 1px #a6a6a6;
}

#dvTypeB {
    border-top: solid 1px #a4c37a
}

.spTelName {
    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;
}
#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;}

#spIndustryType {
    padding-right:10px; 
    color:#ce4801; 
    font-weight:bolder;
}

.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;}

#side .market-list .market-card .img-info p.ad-box-dead-1 {background-color: #f03a41;}
#side .market-list .market-card .img-info p.ad-box-dead-2 {background-color: #bd9701;}
#side .market-list .market-card .img-info p.ad-box-dead-3 {background-color: #76a60f;}
#side .market-list .market-card .img-info p.ad-box-dead-4 {background-color: #bc4a8a;}
#side .market-list .market-card .img-info p.ad-box-dead-5 {background-color: #e57e24;}
#side .market-list .market-card .img-info p.ad-box-dead-6 {background-color: #55b68f;}
#side .market-list .market-card .img-info p.ad-box-dead-7 {background-color: #6172aa;}
#side .market-list .market-card .img-info p.ad-box-dead-8 {background-color: #9671bf;}

.pMsgInfo {
    display: block;
    background-color: #fff;
    border: solid 1px #ccc;
    width: 55px;
    height: 22px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    right: 9px;
    top: 57px;
    font-size: 11px;
}

#spDeadLine {
    margin-right: 2px;
    border: 1px solid #fff;
    background: #fff;
    color: #d93131;
}

.spOverHideTell{
    color: #4B4D67;
    font-weight: bold;
}

.positionRelative {
    position:relative;
}


#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:400px;
    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 지도 리스트. 날개. 마커 디자인 수정 ***************/
/*리스트*/
#side .market-list .market-card {height: 170px;}

#side .market-list .market-card .img-info {padding: 10px 10px 15px;}
#side .market-list .market-card .img-info .number {font-size: 13px;}
#side .market-list .market-card .img-info p {top: 30px;}
#side .market-list .market-card .img-info img {margin-top: 10px;}

#side .market-list .market-card .mk-info {padding-top: 11px;}
#side .market-list .market-card .mk-info h1 {padding: 1px 0 2px;}
#side .market-list .market-card .mk-info .addr {margin-bottom: 2px;}
#side .market-list .market-card .mk-info .addr span {color: #acacac;}
#side .market-list .market-card .mk-info .info {line-height: 1.3; padding-bottom: 1px;}
#side .market-list .market-card .mk-info .price .text_blue {color: #282d93; font-weight: 400;}
#side .market-list .market-card .mk-info .price .text_grey {color: #777; font-weight: 400;}
#side .market-list .market-card .mk-info .price .join_expense {color: #235a9e;}
.m_earn {color: #cc0000}
#side .market-list .market-card .mk-info .info .floor {padding: 0 3px;}

#spIndustryType {padding-right: 6px;}
.spFrncName {position: relative; padding-left: 6px;}
.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;}

#side .market-list .market-card .mk-info.mk-info-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: none;
	padding-top: 0;
	width: 100%;
	padding-left: 10px;
}

#side .market-list .market-card .mk-info.mk-info-bottom .mk-info-bottom-date span {
	font-size: 11px;
	padding: 2px;
}

#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 dt,
#marketInfo dl.sale-num dd {color: #282d93; font-weight: 600;}
#marketInfo .info-information {
	border-bottom: 1px solid #a7acc2; 
	padding: 10px 0 10px 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 dd {letter-spacing: -0.8px; height: 30px; line-height: 30px;}
#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; padding-left: 76px; margin-top: -10px;}


#marketInfo .more-button {
	width: 150px;
	height: 35px;
	float: none;
	margin: 30px auto 0;
	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 .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 추가 수정사항*/
#side .market-list .market-card .mk-info .mk_subtitle {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marker_middle .talk_balloon {width: 102px;}
.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 p {padding-bottom: 4px; color: #777;}
.marker_first .talk_balloon .talk_ballon_sub .info .price {padding-top: 0;}
#marketInfo .into-option #marketInfo_m_earn{ color: #cc0000; }

.viewMaeCd {
    position:absolute; 
    font-size:10px; 
    letter-spacing:-1.2px; 
    color:#c9c9c9; 
    margin-top:3px;
}


#detailMaeCd {
    color: #c9c9c9;
    font-size: 10px;
    letter-spacing: -0.7px
}

/**
pop login 20231127
 */
.tabcontent {
    display: none;
}
#nomalloginzone {
    display: block;
}

.pop-login2 h1 {
    text-align: center;
    font-size: 40px;
    display: block;
    position: relative;
}

.pop-login2 h1:after {
    content: '';
    width: 110px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    bottom: -20px;
    background: #da4600;
}

.pop-login2 > p {
    padding: 40px 0 20px 0;/* padding: 40px 0 30px 0; */
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}
.pop-login2 .login-inner { width:100%; min-height:290px;  padding:30px 40px; border:1px solid #ccc; background-color:#fff;}
.pop-login2 .login-inner h3 { color:#7c8fbb; font-size:22px; text-align:center; padding:0 0 20px 0; font-family:'Noto Sans KR'}
.pop-login2 .login-inner.border h3 {	color: #82b012;}
.pop-login2 .login-inner .int-area { width:100%;}
.pop-login2 .login-inner .int-area .input-row { width:100%}
.pop-login2 .btn_logintype_wrap {display:flex; justify-content: space-between}
.pop-login2 .btn_logintype {width:33.35%; height:42px; padding:0px; font-size:15px; line-height:42px; font-weight:700;}
.pop-login2 .btn_logintype.active { border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; border-radius:10px 10px 0 0;}
.pop-login2 .btn_logintype + .btn_logintype {/* float:right*/}

/* 20221021 소셜로그인추가 */
.sns_mem_tit { margin-top:20px; font-family:'Noto Sans KR'; font-size:13px; font-weight:500}
.btn_mem_naver {width:100%; height:42px; border-radius:3px; background:#03c75a; color:#fff; font-size:15px; line-height:42px; font-weight: 700;}
.btn_mem_naver:before { width:20px; height:20px; display:inline-block; margin-right:9px; vertical-align:-5px; background:url("//www.jumpoline.com/images/member/i_mem_naver.png") no-repeat 0 0;  background-size:cover; content:''; }
.btn_mem_naver .font {color:#fff;}
.btn_mem_kakao {width:100%; height:42px; margin-top:10px; margin-bottom:10px; border-radius:3px; background:#fee500; color:#191919; font-size:15px; line-height:42px; font-weight: 700;}
.btn_mem_kakao:before { width:20px; height:20px; display:inline-block; margin-right:9px; vertical-align:-5px; background:url("//www.jumpoline.com/images/member/i_mem_kakao.png") no-repeat 0 0;  background-size:cover; content:''; }


.pop-login2 .int-area .input-row {
    width: 275px;
    position: relative;
    top: 0;
}

.pop-login2 .int-area .input-row input {
    width: 100%;
    height: 36px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #c5c5c5;
    margin-bottom: 8px;
    font-family: dotom;
}

.pop-login2 .int-area .input-row input.phon-input { width:260px; float:left;}

.pop-login2 .int-area .input-row .btn_submit {
    width: 95px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    background-color: #eeeeee;
    border: 1px solid #c5c5c5;
    position: absolute;
    top: 0;
    right: 0;
    font-family: dotom;
}

.pop-login2 .input-row button {
    width: 100%;
    height: 40px;
    background-color: #7c8fbb;
    color: #fff;
    font-size: 16px;
}
.pop-login2 .input-row .input-text {
    color: #555;
    font-size: 12px;
    line-height: 16px;
    padding-top: 15px;
}
.pop-login2 .input-row .auth-number {
    clear: both;
    display: none;
}
.pop-login2 .input-row .auth-number .auth-input {
}
.pop-login2 .input-row .auth-number .count-time {
    padding: 2px 0 5px;
}
.pop-login2 .input-row .auth-number .count-time span {
    color: #f5494f;
}

/*button.btn-layerClose {*/
/*    display: inline-block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 20px;*/
/*    background-position: 8px -222px;*/
/*}*/
/*button.btn-layerClose:hover {*/
/*    background-color: #da4600;*/
/*    background-position: 8px -192px;*/
/*}*/
.pop-login2 .loginmain_wrap { width:450px; margin:0 auto}

.pop-login2 .border button { width:100%; height:40px; color:#fff; border-radius:3px; background-color:#82b012; font-size:16px; margin-bottom:10px;}
.pop-login2 .border ul {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
}
.pop-login2 .border li {
    line-height: 17px;
    font-size: 12px;
    display: inline-block;
    padding: 5px 14px 0;
    color: #b8b8b8;
    position: relative;
}

.pop-login2 .border li:after {
    display: block;
    position: absolute;
    content: "|";
    right: -1px;
    top: 5px;
}
.pop-login2 .border li:last-child:after {
    display: none;
}
.pop-login2 .login-nonmember {padding: 25px 40px 25px; border: 1px solid #ccc; background: white}
.pop-login2 .login-nonmember h3 { color:#555; font-size:22px; text-align:center; padding:0 0 20px 0; font-family:'Noto Sans KR'}
/*.pop-login2 .login-nonmember p { !*margin:32px 12px;*! font-size:13px; line-height:18px; color:#777; text-align:center}*/
/*.pop-login2 .login-nonmember p span { color: #f5494f;}*/
.pop-login2 .login-nonmember .mem_i { width:90px; height:62px; margin:0 auto 15px; display:block; background: url('//www.jumpoline.com/images/member/i_mem_spt.png') 0 0}
/*.pop-login2 .login-nonmember button { width:100%; height:40px; background-color:#f5494f; color:#fff; margin:30px 0; font-size:16px;}*/

.pop-login2 .letter_nomem { margin-top:-2px; font-size:15px; color:#767676; letter-spacing:-.5px; line-height:23px; margin-bottom:10px; text-align:center}
.pop-login2 .letter_nomem strong { color:#cc0000}
.pop-login2 .letter_nomem i { width:90px; height:62px; margin:0 auto 15px; display:block; background-position:0 0}
.pop-login2 .login-nonmember .btn_area {display: block; font-size: 13px}
.pop-login2 .login-nonmember .btn_nonmember {display: inline-block; text-align: center; width: 100%; height: 48px; line-height: 2.4;margin-top: 10px; border-radius: 3px; border: 1px solid #f3363d!important;background: #f5494f; font-size: 18px}

.fontGN {color: #679b21}
.fontNV {color: #373960}
.fontRD {color: #cc0000}

#nomemberloginzone1 .input_row {position: relative; display: block; margin-bottom: 8px}
#nomemberloginzone1 .input_row label.lab_ph { opacity:0; display:inline-block; height:22px;position:absolute; top:50%; margin-top:-11px; left:10px;line-height:2;background:#fff; color:#aaa;cursor:auto }
#nomemberloginzone1 .btn_area { display:block; font-size:13px;}
#nomemberloginzone1 input[type="text"], #nomemberloginzone1 input[type="password"] { width:100%; height:40px; border:1px solid #c5c5c5; text-indent:10px; color:#666666; line-height:40px; font-size:14px; -webkit-appearance: none; -webkit-border-radius:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
#nomemberloginzone1 .btn_nonmember {display: inline-block; text-align: center; width: 100%; height: 48px; line-height: 2.4;margin-top: 10px; border-radius: 3px; border: 1px solid #f3363d!important;background: #f5494f; font-size: 18px}

#nomemberloginzone1 .cnt_form p.checkbox { height:23px; position:relative; overflow:hidden; display:block}
#nomemberloginzone1 .cnt_form p.checkbox input[type='checkbox'] { position:absolute; top:5px; left:0px; z-index:-1}
#nomemberloginzone1 .cnt_form p.checkbox input:checked[type='checkbox'] { background: #fff; -webkit-appearance: checkbox;}
#nomemberloginzone1 .cnt_form p.checkbox label { color:#666; letter-spacing:-0.5px }
#nomemberloginzone1 .cnt_form p.checkbox label span { display:inline-block; margin-right:5px;}
#nomemberloginzone1 .cnt_form p.checkbox a.mdopen {display: inline-block; color:#666; text-decoration:underline;}
#nomemberloginzone1 .cnt_form p.checkbox input[type='checkbox']+label span { width:16px; height:16px; overflow:hidden; display:inline-block;vertical-align:-5px; background:#fff; border: solid 1px #bbb; } /*  width:18px; height:18px; display:none\0/ie8; height:22px\0/ie8; border:none\0/ie8; background:none\0/ie8; */
#nomemberloginzone1 .cnt_form p.checkbox input[type='checkbox']:checked+label span { border: solid 1px #c9c9c9; background: #fff url("/_images/2013/form_checked.png") no-repeat 49% 2px; background-size: 12px auto; -webkit-background-size: 12px auto;}

.fixed {position: fixed;top: 50%;left: 50%;width: 100%;transform: translate(-50%, -50%);display: flex;justify-content: center;align-items: center;height: 100vh;z-index: 5000}

.loginmain_wrap2 .login_bx {position: relative;padding: 25px 40px 25px; border: 1px solid #ccc;background: white}
.loginmain_wrap2 .login_bx.n3 h3 {text-align:center; color: #666}
.loginmain_wrap2 .login_bx.n4 { padding-bottom:35px}
.loginmain_wrap2 h3 { width:160px; height:28px; margin:0 auto;font-family:'notosans' }
.loginmain_wrap2 .login_bx h3 { margin-bottom:20px; text-align:center; font-size:22px; color:#679b21; letter-spacing:-2px }
.loginmain_wrap2 .login_bx.n2 h3 { color:#373960 }
.loginmain_wrap2 .login_bx.n4 h3 { color:#666 }
.loginmain_wrap2 .btn_area { display:block; font-size:13px;}
.loginmain_wrap2 input[type="text"], .loginmain_wrap2 input[type="password"] { width:100%; height:40px; border:1px solid #c5c5c5; text-indent:10px; color:#666666; line-height:40px; font-size:14px; -webkit-appearance: none; -webkit-border-radius:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.loginmain_wrap2 .chk_id { clear:both}
.loginmain_wrap2 .login_bx .btn_global {margin-top:10px; border-radius:3px}
.loginmain_wrap2 .login_bx.n2 .btn_global {background:#7c8fbb; border:1px solid #6c81af!important}
.loginmain_wrap2 .btn_color.pay { padding:0px 0px } /* 비회원결제하기 */
.loginmain_wrap2 .member_link { clear:both; margin-top:15px; text-align:center}
.loginmain_wrap2 .member_link a { position:relative; padding:0 19px 0; color:#999; font-size:13px}
.loginmain_wrap2 .member_link a:after { display:inline-block;  position:absolute; content:"|"; right:-1px; top:0px; color:#ccc}
.loginmain_wrap2 .member_link a:last-child:after { display:none}
.loginmain_wrap2 input.input_hp { width:65%}
.loginmain_wrap2 .hp_submit { width:32%; height:28px; padding-top:10px; border:1px solid #c5c5c5; background:#eee; color:#767676!important;}
.loginmain_wrap2 .timer { margin-top:10px; margin-bottom:-10px;}
.loginmain_wrap2 .letter { margin-top:10px; color:#999; line-height:1.5; letter-spacing:-.5px; clear:both}
.loginmain_wrap2 .letter strong { color:#333555;}
.loginmain_wrap2 .letter_nomem { margin-top:-2px; font-size:15px; color:#767676; letter-spacing:-.5px; line-height:23px; margin-bottom:10px; text-align:center}
.loginmain_wrap2 .letter_nomem strong { color:#cc0000}
.loginmain_wrap2 .letter_nomem i { width:90px; height:62px; margin:0 auto 15px; display:block; background-position:0 0}
.loginmain_wrap2 .login_bx.n5 h3 { color:black }
.loginmain_wrap2 .login_bx .sns_bx {padding:30px; border:1px solid #ccc;margin-bottom: 20px;}
.loginmain_wrap2 .login_bx .sns_bx .txt { color:#777; font-size:15px; line-height:1.5;text-align: center;margin-bottom: 20px;}
.loginmain_wrap2 .login_bx .sns_bx .sns_id {color: #e69f06;font-size:17px;text-align: center;margin-bottom: 30px;}

.loginmain_wrap2 .btn_close { width:13px; height:13px; position:absolute; top:10px; right:10px; background:url("https://stg.jumpoline.com/_images/common/layerpop_btn_close.png") no-repeat; text-indent:-9999px; cursor:pointer }

.layerpop { display:block; position:fixed; top:25%; left:50%; border:1px solid #7f7f7f; background:#fff; z-index:5000}
.layerpop.mysubmit { margin-left:-150px;} /* 비인증회원의 경우 */
.layerpop .pop_txt_wrap { padding:30px 25px 30px;}
.layerpop .layer_mysubmit { width:310px; position:relative;} /* 비인증회원의 경우 */
.layerpop .tit { margin-bottom:10px; font-size:14px; font-weight:bold; letter-spacing:-1px }
.layerpop .txt { line-height:20px; color:#666; letter-spacing:-0.5px }
.layerpop .pop_btn_wrap { margin:20px 0 5px; text-align:center}
.layerpop .pop_btn_wrap .btn { height:30px; padding:0 20px; font-size:12px; line-height:25px}
.layerpop .bottom { height:24px; padding:8px 0 0 10px; background:#fafafa; border-top:1px solid #e5e5e5; color:#666}
.layerpop .bottom input { vertical-align:middle }
.layerpop .btn_close { width:13px; height:13px; position:absolute; top:10px; right:10px; background:url("https://stg.jumpoline.com/_images/common/layerpop_btn_close.png") no-repeat; text-indent:-9999px; cursor:pointer }
.layerpop .id_sch_wrap { width:auto }
.layerpop .id_sch_wrap .ti { font-size:15px }
.layerpop .id_sch_wrap .btn_gray { padding:0 30px }
.layerpop .t_green {color: #5f9408}
.layerpop .mem_sch_txt {color: #999; line-height: 1.7}
.layerpop .mem_sch_txt .ti {margin-bottom: 10px; font-size: 15px; font-weight: 700; color: #333}
.layerpop .id_sch_wrap .id_info_bx {margin: 30px auto 0}
.layerpop .id_sch_wrap .id_info_bx li {margin-bottom: 10px}
.layerpop .id_sch_wrap .id_info_bx .id {font-weight: bold; font-size: 14px;}
.layerpop .id_sch_wrap .id_info_bx .date { float: right; margin-right: 2px; color: #aaa}
.layerpop .mem_btn_wrap {text-align: center;padding: 30px 0 0;}
.layerpop .btn_color { height:36px; display:inline-block; padding:0 40px; background:#82b012; color:#fff!important; border:1px solid #70a00d!important; line-height:33px; text-align:center; font-size:14px; font-weight:700; cursor:pointer;}
.layerpop .btn_gray { height:36px; display: inline-block; padding:0 40px; background:#b5b5b5; color:#fff!important; border:1px solid #aaaaaa!important; line-height:33px; text-align:center; font-size:14px; font-weight:700; cursor:pointer;}
.layerpop .btn_color span, .layerpop .btn_gray span {color: #fff}
.layerpop .id_sch_wrap .btn_gray { padding: 0 30px}
