@charset "utf-8";

*{margin:0; padding:0; font-family:'Pretendard', sans-serif, Dotum,"돋움",Gulim,"굴림",Apple-Gothic; line-height:150%; box-sizing: border-box; letter-spacing: -0.7px;}
body{font-size:14px; color:#3a4058; -webkit-text-size-adjust:none; word-wrap:break-word; word-break:break-all; overflow: hidden;}
ul,ol{list-style:none;}
button{cursor: pointer;}
table{margin:0;padding:0;border-spacing:0;border:0;_border-collapse:collapse;width:100%;}
*+html table{border-collapse:collapse;}
img,fieldset,abbr,acronym{border:0;}
address,caption,cite,code,dfn,em,var{font-style:normal;}
input, button,textarea{font-size:14px;padding:0;outline:none; -webkit-appearance: auto;-webkit-border-radius: 0; border: none;}
table{border-collapse:collapse;border-spacing:0}
table,table th,table td{border:0;}
hr{display:none}
a{color:#3a4058;text-decoration:none;}
img{vertical-align:middle;}
caption,legend{position:absolute;top:0;left:0;width:0;height:0;line-height:0;overflow:hidden;visibility:hidden;font-size:0;}
html, body {font-family: 'Pretendard', sans-serif;}

input[type="checkbox"], input[type="radio"] {
    width: 14px;
    height: 14px;
    line-height: 14px;
    box-sizing: border-box;
    -webkit-border-radius: 0;
}

::-webkit-input-placeholder{color:#616472; font-weight: 400;} /* Chrome/Opera/Safari */
::-moz-placeholder{color:#616472; font-weight: 400;} /* Firefox 19+ */
:-ms-input-placeholder{color:#616472; font-weight: 400;} /* IE 10+ */
:-moz-placeholder{color:#616472; font-weight: 400;} /* Firefox 18- */

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 10px;
    border: 4px solid transparent;
    box-shadow: inset 6px 6px 0 rgba(34, 34, 34, 0.15);
}
::-webkit-scrollbar-thumb:hover {
    border: 4px solid transparent;
    box-shadow: inset 6px 6px 0 rgba(34, 34, 34, 0.3);
}
::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}
.scrollbar {
	z-index: 999;
	position: absolute;
}
.scrollbar::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
.scrollbar::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 10px;
    border: 4px solid transparent;
	background-clip: padding-box;
    box-shadow: inset 6px 6px 0 rgba(34, 34, 34, 0.15);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    border: 4px solid transparent;
    box-shadow: inset 6px 6px 0 rgba(34, 34, 34, 0.3);
}
.scrollbar::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/ico_popSelect.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-position: -webkit-calc(100% - 15px) center; 
	background-position: -moz-calc(100% - 15px) center; 
	-webkit-border-radius: 0;
}
select::-ms-expand {
  display: none;
}

input {
	border: 1px solid #dcdcdc;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 35px 0 15px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	color: #3a4058; 
}
label {
    display: inline-block;
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
    color: #666;
}
[type="radio"] {
    border: 0;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 0.5px;
    display: none;
}
[type="radio"] + span::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: -0.25em;
    border-radius: 1em;
    border: 4px solid #fff;
    box-shadow: 0 0 0 0.08em #d6dbe0;
    transition: 0.5s ease all;
}
[type="radio"]:checked + span::before {
    background: #5d579f;
    box-shadow: 0 0 0 0.08em #ccc;
}
.blind {
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    color: transparent !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
}

.mapWrap {
    display: flex;
    height: 100vh;
    user-select: none;
	background-color: #dedede;
}

.leftMenu {
	display: flex;
    position: fixed;
    z-index: 300;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
}
.logo {
	background: url("../images/img_logo_txt.png") center center no-repeat;
	background-size: 66px;
}
.menu {
	width: 70px;
}
.menu li .btnMenu {
	display: block;
    position: relative;
    z-index: 10;
    padding: 13px 1px 11px 0px;
    color: #9190a1;
	background-color: #fff;
    text-align: center;
    width: 70px;
	height: 90px;
}
.menu li .btnMenu:hover {
	background-color: #f3f2f8 !important;
}
.menu li .btnMenu span {
    display: block;
    min-height: 13px;
    margin-top: 40px;
	font-size: 12px;
	font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.44px;
}
.menu li:nth-child(5) {
    display: none;
}
.menu li:last-child {
    position: absolute;
    bottom: 0;
}
.menu li button {
    background-size: 25px !important;
    background-position: center 25px !important;
    background-color: #fff !important;
}
.menu li button.active {
    color: #665ec2;
}
.menu li .menu01 {
	background: url("../images/ico_menu_home_off.png") no-repeat;
}
.menu li .menu02 {
	background: url("../images/ico_menu_search_off.png") no-repeat;
}
.menu li .menu03 {
	background: url("../images/ico_menu_filter_off.png") no-repeat;
}
.menu li .menu04 {
	background: url("../images/ico_menu_list_off.png") no-repeat;
}
.menu li .menu05 {
	background: url("../images/ico_menu_map_off.png") no-repeat;
}
.menu li .menu06 {
	background: url("../images/ico_menu_off.png") no-repeat;
}
.menu li .menu07 {
	background: url("../images/ico_menu_company_off.png") no-repeat;
}
.menu li .menu01.active {
	background: url("../images/ico_menu_home_on.png") no-repeat;
}
.menu li .menu02.active {
	background: url("../images/ico_menu_search_on.png") no-repeat;
}
.menu li .menu03.active {
	background: url("../images/ico_menu_filter_on.png") no-repeat;
}
.menu li .menu04.active {
	background: url("../images/ico_menu_list_on.png") no-repeat;
}
.menu li .menu05.active {
	background: url("../images/ico_menu_map_on.png") no-repeat;
}
.menu li .menu06.active {
	background: url("../images/ico_menu_on.png") no-repeat;
}
.menu li .menu07.active {
	background: url("../images/ico_menu_company_on.png") no-repeat;
}

.mapContents {
	flex: 1 1 auto;
}
.leftArea {
	position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 200;
    height: 100%;
    width: 400px;
    background-color: #f3f5f8;
	box-shadow: 3px 0px 5px 1px rgba(0, 0, 0, .1);
}
.mainContents {
	height: calc(100vh - 0px);
    overflow-x: hidden;
	overflow-y: auto;
}
.contents {
    width: 400px;
    min-height: calc(100vh - 108px);
}
.con {
    display: none;
}
.con.active {
    display: block;
}
.menu_home {
    padding: 0 15px;
}
.sec_top {
    position: sticky;
	top: 0;
    text-align: center;
    height: 60px;
	background-color: #f3f5f8;
	z-index: 999;
}
.sec_top h1 {
    background: url(../images/img_DVMS_02.png) center center no-repeat;
    background-size: 180px;
    height: inherit;
}
.tooltipArea {
    width: 100%;
}
.tooltip {
    position: absolute;
    top: 17px;
    right: 0;
    cursor: pointer;
}
.tooltip img {
    width: 20px;
    max-width: fit-content !important;
}
.tooltipArea .tooltipTxt {
    visibility: hidden;
    width: 370px;
    background-color: #3f3891;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px 15px;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    word-break: keep-all;
}
.tooltipArea:hover .tooltipTxt {
    visibility: visible;
}
.box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}
.box h2 {
    font-size: 18px;
    font-weight: 600;
    color: #5d579f;
    margin-bottom: 10px;
}
.sec_login_before {
    text-align: center;
    padding: 20px 0;
}
.sec_login_before p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.sec_login_before p .btnJoin {
    font-weight: 400;
    color: #807cfc;
    margin-left: 20px;
}
.sec_login_before p .btnJoin:hover {
    color: #3f3891;
    text-decoration: underline;
}
.sec_login_before .btnLogin_round {
    padding: 10px 55px;
    background-color: #9f98f2;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
}
.sec_login_before .btnLogin_round:hover {
    background-color: #3f3891;
}

.sec_login_after {
    text-align: center;
    padding: 20px;
}
.login_afterTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_afterMid {
    font-size: 16px;
    font-weight: 400;
    color: #57565b;
    margin: 20px 0 30px;
}
.login_afterMid span {
    font-weight: 700;
    color: #5d579f;
}
.login_afterMid p {
    font-size: 14px;
    font-weight: 600;
    color: #807cfc;
}
.login_afterBot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.login_afterBot p {
    font-size: 16px;
    font-weight: 400;
    color: #57565b;
}
.login_afterBot span {
    font-weight: 600;
    color: #807cfc;
}

.sec_popular {
    
}
.popular_words {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.popular_words button {
    padding: 6px 18px;
    border: 1px solid #dcdee3;
    border-radius: 50px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #3a4058;
}
.popular_words button:hover {
    background-color: #f3f2f8;
}

.sec_attention {
    
}
.attent_list {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #dcdee3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.attent_list:last-child {
    margin-bottom: 0;
}
.attent_list .attent_img {
    min-width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: #e3e1eb;
    overflow: hidden;
}
.attent_list .attent_01 {
    background: url("../images/img_attent_01.png") center center / cover no-repeat;
}
.attent_list .attent_02 {
    background: url("../images/img_attent_02.png") center center / cover no-repeat;
}
.attent_list .attent_03 {
    background: url("../images/img_attent_03.png") center center / cover no-repeat;
}
.attent_list .attent_04 {
    background: url("../images/img_attent_04.png") center center / cover no-repeat;
}
.attent_list .attent_05 {
    background: url("../images/img_attent_05.png") center center / cover no-repeat;
}
.attent_list .attent_txt {
    margin-top: 5px;
}
.attent_list .attent_txt h3 {
    font-size: 15px;
    font-weight: 600;
    color: #3a4058;
    line-height: 18px;
}
.attent_list .attent_txt ul {
    display: flex;
    align-items: center;
}
.attent_list .attent_txt li {
    font-size: 14px;
    font-weight: 500;
    color: #525964;
}
.slash {
    font-size: 14px;
    font-weight: 200;
    color: #a5abb6;
    margin: 0 5px;
}
.at_bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #525964;
    margin-top: 10px;
}
.favor {
    display: block;
    background: url("../images/ico_favorite.png") 0 center no-repeat;
    background-size: 14px;
    padding-left: 20px;
}
.profit {
    display: block;
    background: url("../images/ico_profit.png") 0 center no-repeat;
    background-size: 17px;
    padding-left: 23px;
}
.myAlarm {
    position: relative;
    display: block;
    background: url("../images/ico_my_alarm_on.png") 0 center no-repeat;
    background-size: 17px;
    padding-left: 23px;
    height: 19px;
}
.myAlarm .alarmDot {
    position: absolute;
    top: -3px;
    right: -2px;
    width: 7px;
    height: 7px;
    background-color: #f86778;
    border-radius: 50%;
}
.btn_moreList {
	position: relative;
    width: 100%;
    height: 48px;
    font-size: 14px;
    text-align: center;
    color: #525964;
    border-radius: 10px;
    background-color: #fff;
	border: 1px solid #e1e0f0;
}
.btn_moreList:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 19px;
    width: 7px;
    height: 7px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #888;
    border-radius: 0;
    transform: rotate(135deg);
    margin-left: 10px;
}

.login-wrap {
    background-color:rgba(0,0,0,.5);
    justify-content:center;
    align-items:center;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    padding:15px;
    z-index: 999;
    backdrop-filter: blur(2px);
}
.loginBox {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width:100%;
    max-width:380px;
    background-color:#7c75c9;
    border-radius:15px;
    overflow:hidden;
    box-shadow: 0px 0px 9px 1px rgba(0,0,0,.3);
}
.login-head .btn_x {
    background: url("../images/btn_close_loginBox.png") 0 0 no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.login-head {
    background: url("../images/img_login_pin.png") center bottom no-repeat;
    background-size: 30px;
    height: 106px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 50px;
}
.login-head h1 {
    background: url("../images/img_logo_txt_white.png") center center no-repeat;
    background-size: 85px;
    height: 35px;
}
.login-head p {
    font-size: 8px;
    font-weight: 500;
	color: #9f98f2;
    letter-spacing: 0;
}
.login-body {
    width:100%;
}
.body-content {
    width: 100%;
    padding: 0 40px;
}
.body-content .loginInput {
	width: 100%;
	padding: 10px;
    background-color: #5d579f;
	border: 1px solid #827bc8;
	border-radius: 5px;
	margin-bottom: 5px;
    color: #fff;
}
.body-content .btnLogin {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	color: #fff;
    font-weight: 600;
	background-color: #9f98f2;
	margin-top: 10px;
}
.body-content .btnLogin:hover {
	background-color: #6861c2;
}
.body-content .btnJoin {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	color: #5d579f;
    font-weight: 600;
	background-color: #fff;
	margin-top: 10px;
}
.body-content .btnJoin:hover {
	background-color: #f9739f;
    color: #fff;
}
.body-content input::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #c8c4f8;
}
.login-foot {
    width: 100%;
    padding: 30px 40px;
    text-align: center;
}
.login-foot ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-foot ul li a {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #dad8fb;
}
.login-foot ul li a:hover {
	font-weight: 600;
    text-decoration: underline;
}
.login-foot ul li {
	position: relative;
	padding: 0 10px;
}
.login-foot ul li::after {
	content: "";
	width: 1px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #9f98f2;
}
.login-foot ul li:last-child::after {
	display: none;
}
.check {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	padding: 0;
}
.checkmark {
	width: 18px;
	height: 18px;
	background-color: #5d589f;
    border: 1px solid #7973be;
	border-radius: 3px;
}
.check:hover input ~ .checkmark {
  	background-color: #5d589f;
}
.check input:checked ~ .checkmark {
  	background-color: #5d589f;
}
.checkmark::after {
	display: none;
	position: absolute;
	content: "";
}
.check input:checked ~ .checkmark::after {
  	display: block;
}
.check .checkmark::after {
	top: 1px;
	left: 5px;
	width: 4px;
	height: 9px;
	border: solid #fcd80c;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.check .checkTxt {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding-left: 10px;
}

.sec_copy {
    padding: 15px;
}
.sec_copy .copy_top {
    font-size: 12px;
    font-weight: 500;
    color: #5d579f;
}
.sec_copy .copy_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 5px;
}
.sec_copy button {
    background: none;
    font-size: 13px;
    font-weight: 700;
    color: #78777f;
	word-break: keep-all;
}
.sec_copy button:hover {
    color: #3a4058;
    text-decoration: underline;
}
.lineY {
    display: block;
    width: 1px;
    height: 12px;
    background-color: #d3d1e9;
}
.sec_copy .copy_bottom {
    font-size: 12px;
    font-weight: 600;
    color: #9190a1;
    display: flex;
    align-items: center;
    gap: 15px;
}
.sec_copy .copy_bottom button {
    padding: 2px 10px;
    border: 1px solid #dcdee3;
    border-radius: 5px;
    background-color: #fff;
}

.con_detail {
	display: none;
	padding: 0 15px;
}
.sec_top .btn_pre {
	position: absolute;
	left: 0;
	top: 23px;
	background: url("../images/btn_back_arrow.png") 0 center no-repeat;
	background-size: 10px;
	width: 10px;
	height: 15px;
}
.struc_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.struc_top h3 {
	font-size: 16px;
	font-weight: 600;
	color: #5d579f;
}
.btn_changeTxt {
	position: relative;
	font-size: 12px;
	font-weight: 500;
	color: #9190a1;
	background-color: #fff;
	border: 1px solid #e0dff1;
	border-radius: 5px;
	padding: 3px 6px 1px 20px;
}
.btn_changeTxt::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("../images/ico_change_area.png");
	background-size: 10px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.address_road {
	font-size: 14px;
	font-weight: 500;
	color: #525964;
}
.address_road .road_tit {
    background-color: #fff;
    border-radius: 3px;
    padding: 3px 6px 2px;
    font-size: 12px;
    font-weight: 500;
    color: #525964;
    margin-right: 5px;
    border: 1px solid #d7d7e6;
}
.structure {
    position: sticky;
    top: 60px;
    z-index: 1;
}
.info_structure {
	margin: 10px 0 5px;
    height: 50px;
    width: 100%;
    overflow-y: auto;
}
.info_structure dl {
	display: flex;
    gap: 10px;
}
.info_structure dt {
	font-weight: 600;
	word-break: keep-all;
}
.info_structure dd {
    word-wrap: break-word;
	word-break: keep-all;
    width: 90%;
}
.info_structure dd .infoTxt {
	position: relative;
    padding-left: 6px;
    margin-right: 6px;
}
.info_structure dd .infoTxt::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #888;
}
.info_structure dd .infoTxt:first-child {
    padding-left: 0;
}
.info_structure dd .infoTxt:first-child::before {
    display: none;
}
.struc_bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.myChoice {
	margin-top: 10px;
	display: flex;
	gap: 10px;
}
.myChoice .mc_btn {
	width: 16px;
	height: 16px;
}
.myChoice .btn_favorite {
	background: url("../images/ico_my_favorite_off.png") center bottom no-repeat;
	background-size: 14px;
}
.myChoice .btn_copy {
	background: url("../images/ico_my_copy_off.png") center bottom no-repeat;
	background-size: 16px;
}
.myChoice .btn_alarm {
	background: url("../images/ico_my_alarm_off.png") center bottom no-repeat;
	background-size: 14px;
}
.myChoice .btn_favorite:hover, .myChoice .btn_favorite.active {
	background: url("../images/ico_my_favorite_on.png") center bottom no-repeat;
	background-size: 14px;
}
.myChoice .btn_copy:hover, .myChoice .btn_copy.active {
	background: url("../images/ico_my_copy_on.png") center bottom no-repeat;
	background-size: 16px;
}
.myChoice .btn_alarm.active {
	background: url("../images/ico_my_alarm_on.png") center bottom no-repeat;
	background-size: 14px;
}

.miniMap {
    border-radius: 10px;
	height: 220px;
	overflow: hidden;
	margin-top: 10px;
	border: 1px solid #fff;
	background-color: #d7d9e5;
}
.minimap_btn_area {
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 170px;
    padding: 10px;
}
.minimap_btn_area button {
	background-size: 30px !important;
	width: 30px;
	height: 30px;
}
.minimap_btn_area .btn_expansion {
	background: url("../images/btn_extension.png") center center no-repeat;
	visibility: hidden;
}
.minimap_btn_area .btn_roadView {
	background: url("../images/btn_roadView.png") center center no-repeat;
}

.tabBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}
.tab_area {
    position: sticky;
    top: 223px;
    z-index: 999;
	background-color: #f3f5f8;
	padding: 10px 0;
}
.detail_tab ul {
	display: flex;
	justify-content: space-between;
}
.detail_tab li {
	width: 100%;
	height: 35px;
	text-align: center;
}
.detail_tab li a {
	display: block;
    height: 35px;
    margin-top: 8px;
	font-weight: 500;
	transition: all 0.2s ease;
}
.detail_tab li.on {
	background-color: #5d579f;
	border-radius: 5px;
}
.detail_tab li.on a {
	color: #fff;
}
.detail_tab li a.active {
	background-color: #5d579f;
	border-radius: 5px;
}

.marketPrice {
	margin-bottom: 10px;
}
.mpTabWrap {
	margin-bottom: 10px;
}
.mpConTab {
	display: flex;
	gap:2px;
}
.mpConTab .mpTit {
	font-size: 14px;
	font-weight: 600;
	color: #80848b;
	width: 100%;
	padding: 10px;
	background-color: #f3f5f8;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
.mpConTab .mpTit.active {
	background-color: #9f98f2;
	color: #fff;
}
.mp_contents .mp_con.active {
    display: block;
}
.mp_contents .mp_con {
    display: none;
}
.transaction {
	display: flex;
	padding-bottom: 10px;
	border-bottom: 2px solid #f3f5f8;
}
.mp_lately {
	width: 50%;
	position: relative;
}
.mp_lately ul {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.mp_lately .mp_lately_title {
	font-size: 14px;
	font-weight: 500;
	color: #6b688a;
}
.mp_lately .mp_lately_money {
	font-size: 20px;
	font-weight: 700;
	color: #5d579f;
}
.mp_lately .mp_lately_date {
	font-size: 14px;
	font-weight: 400;
	color: #9b98b4;
}
.mp_Txt {
	width: 50%;
	border-left: 1px solid #f3f5f8;
	padding-left: 10px;
}
.mp_Txt .txtFront {
	display: inline-block;
	width: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #747c88;
}
.mp_Txt .txtBack {
	color: #525964;
	font-weight: 500;
}
.mp_chart {
	margin: 10px 0;
}
.boxTitle {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.boxTitle h3 {
	font-size: 16px;
	font-weight: 600;
	color: #5d579f;
}
.boxTitle span {
	font-size: 12px;
	font-weight: 400;
	color: #525964;
}
.chartArea {
	padding: 15px 5px;
	min-height: 200px;
}
.mp_table {
	border-top: 2px solid #605e95;
	border-bottom: 1px solid #605e95;
}
.table_a {
	
}
.table_a th {
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #747c88;
	border-bottom: 1px solid #f3f5f8;
	border-right: 1px solid #f3f5f8;
}
.table_a td {
	padding: 5px 10px;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	color: #525964;
	border-bottom: 1px solid #f3f5f8;
}

.land_value {
	display: flex;
	padding-bottom: 10px;
	border-bottom: 2px solid #f3f5f8;
}
.lv_year {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
.lv_year button {
	width: 20px;
	height: 20px;
}
.lv_year button.btn_pre {
	background: url("../images/btn_slide_arrow.png") center center no-repeat;
	background-size: 20px;
	transform: scale(-1, 1);
}
.lv_year button.btn_nex {
	background: url("../images/btn_slide_arrow.png") center center no-repeat;
	background-size: 20px;
}
.slide_con li {
	font-size: 20px;
	font-weight: 700;
	color: #5d579f;
}
.lv_Txt {
	width: 50%;
	border-left: 1px solid #f3f5f8;
	padding-left: 10px;
}
.lv_Txt .txtFront {
	display: inline-block;
	width: 83px;
	font-size: 14px;
	font-weight: 400;
	color: #747c88;
}
.lv_Txt .txtBack {
	color: #525964;
	font-weight: 500;
}
.lv_chart {
	padding: 10px;
	min-height: 200px;
}
.lv_table {
	border-top: 2px solid #605e95;
	border-bottom: 1px solid #605e95;
}
.table_b tr:hover {	
	background-color: #fbfbfd;
}
.table_b th {
	background-color: #f8f8fb;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #525964;
	border-right: 1px solid #f3f5f8;
}
.table_b td {
	text-align: center;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #525964;
	border-bottom: 1px solid #f3f5f8;
	border-right: 1px solid #f3f5f8;
}
.table_b th:last-child, .table_b td:last-child {
	border-right: none;
}
.btnMoreArea {
	margin-top: 10px;
}
.btnMore {
	font-size: 14px;
    font-weight: 500;
    color: #525964;
    width: 100%;
    padding: 10px;
    background-color: #f3f5f8;
    border-radius: 50px;
    text-align: center;
}

.land_top {
	position: relative;
	margin-bottom: 10px;
}
.titH3 {
	font-size: 16px;
    font-weight: 600;
    color: #5d579f;
}
.titH3 span {
	position: relative;
	font-weight: 400;
	padding-left: 10px;
	margin-left: 10px;
}
.titH3 span::before {
	content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    top: 49%;
    left: 0;
    transform: translateY(-50%);
    background-color: #d3d1e9;
}
.tip {
	top: 0;
}
.tipspan {
	top: 25px !important;
}
.landSlideTab {
	position: relative;
}
.lsTab {
	display: flex;
    gap: 2px;
}
.lsTab .btn_lstab.active {
    background-color: #9f98f2;
    color: #fff;
}
.lsTab .btn_lstab {
    font-size: 14px;
    font-weight: 600;
    color: #80848b;
    padding: 10px;
    min-width: 140px;
    min-height: 40px;
    background-color: #f3f5f8;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    line-height: 16px;
}
.lsTab .btn_lstab span {
	font-size: 12px;
	font-weight: 500;
}
.btn_r_arrow {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 0;
	background: url("../images/btn_arrow_right.png") center center no-repeat;
	width: 10px;
	height: 15px;
	background-size: 10px;
}
.conTab_01 {
	margin-top: 10px;
}
.ld_table {
    border-top: 2px solid #605e95;
    border-bottom: 1px solid #605e95;
	margin-bottom: 10px;
}
.ld_btn_area {
	display: flex;
	align-items: center;
	gap: 5px;
}
.btn_ld {
	font-size: 14px;
    font-weight: 500;
    color: #5d579f;
    width: 100%;
    padding: 8px;
    background-color: #fff;
	border: 1px solid #5d579f;
    border-radius: 50px;
    text-align: center;
}
.btn_ld:hover {
	background-color: #5d579f;
	color: #fff;
}
.bdSlideTab {
	position: relative;
}
.txtLight {
	font-weight: 400;
}
.selectBoxWrap {
    display: flex;
    gap: 5px;
    justify-content: space-between;
	align-items: center;
}
.selectBoxWrap .selectBtn {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d9d8e2;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 500;
    color: #616472;
    margin: 0;
}
.marTB {
	width: 200px;
	margin: 20px 0 10px;	
}
.living_in {
	margin-top: 30px;
}
.living_in h3 {
	margin-bottom: 5px;
}
.table_c {
	width: 100%;
}
.table_c th {
	text-align: left;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #525964;
    border-bottom: 1px solid #f3f5f8;
    border-left: 1px solid #f3f5f8;
	background-color: #f8f8fb;
}
.table_c td {
	text-align: center;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #525964;
    border-bottom: 1px solid #f3f5f8;
    border-left: 1px solid #f3f5f8;
}
.section_adress {
	position: absolute;
    left: 90px;
    top: 10px;
    z-index: 1;
	-webkit-transition: left .5s;
	-moz-transition: left .5s;
	-ms-transition: left .5s;
	-o-transition: left .5s;
	transition: left .5s;
}
.section_adress.on {
	left: 490px;
	-webkit-transition: left .5s;
	-moz-transition: left .5s;
	-ms-transition: left .5s;
	-o-transition: left .5s;
	transition: left .5s;
}
.adressBox {
    display: flex;
    align-items: center;
}
.areaSearch {
	display: flex;
	justify-content: space-between;	
}
.areaSearchCon {
	height: 44px;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 8px 13px;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	word-break: keep-all;
}
.areaSearchCon::before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url("../images/ico_pin.png") 0 center no-repeat;
	background-size: 14px;
}
.areaSearchCon::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url("../images/ico_arrow_down.png") right center no-repeat #fff;
	background-size: 14px;
	margin-left: 15px;
}
.areaSearchCon li {
	padding-left: 5px;
	font-size: 14px;
	font-weight: 400;
}
.pop_position {
	position: absolute;
    top: 54px;
    display: flex;
    align-items: center;
    display: none;
}
.adressPopup {	
	background-color: #fff;
	max-width: 440px;
	width: 440px;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	word-break: keep-all;
}
.ad_pop_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
}
.ad_tab {
	display: flex;
	align-items: center;
	gap: 5px;
}
.ad_tab .btnTab {
	cursor: pointer;
	padding: 8px 25px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #5d579f;
	border: 1px solid #9d99c8;
}
.ad_tab .btnTab.active {
	color: #fff;
	border: none;
	background-color: #5d579f;
}
.btn_closed {
	background: url("../images/btn_closed.png") center center no-repeat;
	background-size: 14px;
	width: 14px;
	height: 14px;
}
.con_top {
	background-color: #f3f5f8;
	padding: 10px;
	border-radius: 5px;
}
.con_top .top_select {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
}
.w100 {
	width: 100%;
}
.lineTxt {
	font-size: 12px;
	font-weight: 600;
	color: #b2afce;
	width: 100%;
	text-align: left;
	display: block;
	position: relative;
	margin: 10px 0;
}
.lineTxt span {
	background-color: #f3f5f8;
    padding-right: 15px;
    z-index: 1;
    position: relative;
}
.lineTxt::after {
	content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #e3e5e8;
}
.quickTab ul {
	display: flex;
	gap: 3px;
	flex-wrap: wrap;
}
.quickTab li {
	font-size: 12px;
	font-weight: 600;
	color: #828099;
	padding: 7px;
	border-radius: 50px;
	width: 24%;
	height: 34px;
	background-color: #e3e3ef;
	text-align: center;
	cursor: pointer;
}
.quickTab li.active {
	background-color: #9f98f2;
	color: #fff;
}
.section_btn {
	margin-top: 5px;
}
.quickBtn ul {
	display: flex;
	gap: 3px;
	flex-wrap: wrap;
}
.quickBtn li {
	font-size: 12px;
	font-weight: 600;
	color: #9f98f2;
	padding: 7px;
	border-radius: 50px;
	width: 24%;
	height: 34px;
	background-color: #fff;
	border: 1px solid #9f98f2;
	text-align: center;
	cursor: pointer;
}
.quickBtn li.active {
	background-color: #9f98f2;
	color: #fff;
	border: none;
}
.section_adBtn {
	margin-top: 10px;
	text-align: center;
}
.btn_go {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 7px 40px;
	border-radius: 50px;
	height: 34px;
	background-color: #807cfc;
	text-align: center;
	cursor: pointer;
}
.btn_go:hover {
	background-color: #6662da;
}
.section_adCon .ad_con {
  display: none;
}
.section_adCon .ad_con.active {
  display: block;
}

/*1130이후 추가*/
.map_location {
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.btnLocation {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	cursor: pointer;
	background: url("../images/ico_myPosition_off.png") center center no-repeat #fff;
    background-size: 17px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #9f9db4;
}
.btnLocation:hover {
	background: url("../images/ico_myPosition_on.png") center center no-repeat #5d579f;
    background-size: 17px;
}
.mapControl {
	margin-top: 20px;
	display: grid;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #9f9db4;
}
.mapControl button {
	width: 40px;
	height: 40px;
	background-color: #fff;
}
.mapControl button.btnPlus {
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #cacac9;
	background: url("../images/ico_plus_off.png") center center no-repeat #fff;
    background-size: 12px;
}
.mapControl button.btnMinus {
	border-radius: 0 0 10px 10px;
	background: url("../images/ico_minus_off.png") center center no-repeat #fff;
    background-size: 12px;
}
.mapControl button.btnPlus:hover {
    border-radius: 8px 8px 0 0;
	background: url("../images/ico_plus_on.png") center center no-repeat #5d579f;
    background-size: 12px;
}
.mapControl button.btnMinus:hover {
    border-radius: 0 0 8px 8px;
	background: url("../images/ico_minus_on.png") center center no-repeat #5d579f;
    background-size: 12px;
}

.mapBtn {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 45px;
}
.mapBtn .btnRight {
	width: 45px;
	height: 45px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #9f9db4;
	font-size: 13px;
	font-weight: 600;
	color: #3a4058;
	margin-bottom: 15px;
}
.mapBtn .btnRight:hover {
	background-color: #5d579f;
	color: #fff;
	border: none;
}
.mapBTnCon {
	
}
.choiceMap {
	position: absolute;
	right: 80px;
	top: 20px;
	display: none;
}
.choiceMap button {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #9f9db4;
	border-radius: 10px;
	position: relative;
	width: 83px;
	height: 55px;
}
.choiceMap button span {
	font-size: 12px;
	font-weight: 600;
	color: #3a4058;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	bottom: 3px;
	width: 45px;
}
.choiceMap button:hover, .choiceMap button.active {
	background-color: #807cfc;
	border: 3px solid #807cfc;
}
.choiceMap button:hover span, .choiceMap button.active span {
	color: #fff;
	bottom: 0;
}
.choiceMap button.map01 {
	background: url("../images/ico_map_01.png") center -20px no-repeat #fff;
}
.choiceMap button.map02 {
	background: url("../images/ico_map_02.png") center -20px no-repeat #fff;
}
.choiceMap button.map03 {
	background: url("../images/ico_map_03.png") center -20px no-repeat #fff;
}
.choiceMap button.map01:hover, .choiceMap button.map01.active {
	background: url("../images/ico_map_01.png") center -20px no-repeat #807cfc;
}
.choiceMap button.map02:hover, .choiceMap button.map02.active {
	background: url("../images/ico_map_02.png") center -20px no-repeat #807cfc;
}
.choiceMap button.map03:hover, .choiceMap button.map03.active {
	background: url("../images/ico_map_03.png") center -20px no-repeat #807cfc;
}

.choiceLayer {
	position: absolute;
	right: 80px;
	top: 80px;	
	display: none;
}
.choiceLayer button {
	width: 45px;	
	height: 45px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #9f9db4;
	border-radius: 10px;
	background-color: #fff;
}
.choiceLayer button:hover, .choiceLayer button.active {
	background-color: #807cfc;
}
.choiceLayer button.layer01 {
	background: url("../images/ico_layer_01_off.png") center center no-repeat #fff;
	background-size: 23px;
}
.choiceLayer button.layer02 {
	background: url("../images/ico_layer_02_off.png") center center no-repeat #fff;
	background-size: 23px;
}
.choiceLayer button.layer03 {
	background: url("../images/ico_layer_03_off.png") center center no-repeat #fff;
	background-size: 23px;
}
.choiceLayer button.layer04 {
	background: url("../images/ico_layer_04_off.png") center center no-repeat #fff;
	background-size: 23px;
}
.choiceLayer button.layer01:hover, .choiceLayer button.layer01.active {
	background: url("../images/ico_layer_01_on.png") center center no-repeat #807cfc;
	background-size: 23px;
}
.choiceLayer button.layer02:hover, .choiceLayer button.layer02.active {
	background: url("../images/ico_layer_02_on.png") center center no-repeat #807cfc;
	background-size: 23px;
}
.choiceLayer button.layer03:hover, .choiceLayer button.layer03.active {
	background: url("../images/ico_layer_03_on.png") center center no-repeat #807cfc;
	background-size: 23px;
}
.choiceLayer button.layer04:hover, .choiceLayer button.layer04.active {
	background: url("../images/ico_layer_04_on.png") center center no-repeat #807cfc;
	background-size: 23px;
}

.choiceDistance {
	position: absolute;
	right: 80px;
	top: 140px;
	display: none;
}
.choiceDistance button {
	width: 45px;	
	height: 45px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #9f9db4;
	border-radius: 10px;
	background-color: #fff;
}
.choiceDistance button:hover, .choiceDistance button.active {
	background-color: #807cfc;
}
.choiceDistance button.dist01 {
	background: url("../images/ico_distance_01_off.png") center center no-repeat #fff;
	background-size: 23px;
}
.choiceDistance button.dist02 {
	background: url("../images/ico_distance_02_off.png") center center no-repeat #fff;
	background-size: 23px;
}
.choiceDistance button.dist03 {
	background: url("../images/ico_distance_03_off.png") center center no-repeat #fff;
	background-size: 23px;
}
.choiceDistance button.dist04 {
	background: url("../images/ico_distance_04_off.png") center center no-repeat #fff;
	background-size: 23px;
}
.choiceDistance button.dist01:hover, .choiceDistance button.dist01.active {
	background: url("../images/ico_distance_01_on.png") center center no-repeat #807cfc;
	background-size: 23px;
}
.choiceDistance button.dist02:hover, .choiceDistance button.dist02.active {
	background: url("../images/ico_distance_02_on.png") center center no-repeat #807cfc;
	background-size: 23px;
}
.choiceDistance button.dist03:hover, .choiceDistance button.dist03.active {
	background: url("../images/ico_distance_03_on.png") center center no-repeat #807cfc;
	background-size: 23px;
}
.choiceDistance button.dist04:hover, .choiceDistance button.dist04.active {
	background: url("../images/ico_distance_04_on.png") center center no-repeat #807cfc;
	background-size: 23px;
}
.choiceDistance button.distReset {
	background: url("../images/ico_change_area.png") center center no-repeat #fff;
	background-size: 12px;
	width: 20px;
    height: 20px;
    position: relative;
    top: -25px;
}

/*
.tip {
	position: relative;
	display: inline-block;
}
*/
.tip .tipTxt {
    opacity: 0;
    transition: opacity .3s;
    visibility: hidden;
    background-color: #3f3891;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: 110%;
    left: 50%;
	transform: translateX(-50%);
    font-size: 12px;
    font-weight: 600;
	display: block;
	width: auto;
	min-width: 40px;
	word-break: keep-all;
}
.tip .tipTxt::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #3f3891 transparent;
}
.tip:hover .tipTxt {
  visibility: visible;
  opacity: 1;
}

.noticeCon {
	position: absolute;
    right: 80px;
    top: 200px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #9f9db4;
	border-radius: 10px;
	background-color: #fff;
	padding: 10px;
	width: 250px;
	display: none;
}
.noti_Tab {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cfd2d8;
}
.noti_Tab .notiBtn {
	border: none;
	font-size: 13px;
	font-weight: 500;
	color: #3a4058;
	border-radius: 5px;
	background-color: #f3f5f8;
	padding: 7px 20px;
}
.noti_Tab .notiBtn.active {
	background-color: #5d579f;
	color: #fff;
}
.noti_Con {
	
}
.ncL {
	display: none;
}
.ncL.active {
	display: block;
}
.nC01 ul {
	display: flex;
	flex-wrap: wrap;
}
.nC01 ul li {
	font-size: 12px;
	font-weight: 500;
	color: #3a4058;
	position: relative;
	width: 50%;
	padding-left: 30px;
	text-align: left;
}
.nC01 ul li::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 10px;
	width: 12px;
	height: 12px;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 3px;
}
.nC01 ul li.ncList01::before {
	background-color: #fe629f;
	border: 1px solid #e75c90;
}
.nC01 ul li.ncList02::before {
	background-color: #7cf7fc;
	border: 1px solid #54d0d5;
}
.nC01 ul li.ncList03::before {
	background-color: #f9ac3a;
	border: 1px solid #d08a22;
}
.nC01 ul li.ncList04::before {
	background-color: #62a0fe;
	border: 1px solid #5282cc;
}
.nC01 ul li.ncList05::before {
	background-color: #ffea5a;
	border: 1px solid #c1b03a;
}
.nC01 ul li.ncList06::before {
	background-color: #c162fe;
	border: 1px solid #9242c6;
}
.nC01 ul li.ncList07::before {
	background-color: #76e764;
	border: 1px solid #51bd40;
}

.ncL {
	text-align: center;
}
.ncL h4 {
	font-size: 14px;
	font-weight: 600;
	color: #5d579f;
	margin: 20px 0;
}
.ncL span {
	font-size: 12px;
    font-weight: 500;
    text-align: left;
    display: block;
	word-break: keep-all;
}

.flexCon {
	display: flex;
	align-items: center;
	gap: 1px;
	margin-bottom: 15px;
}
.cBox {
    text-align: center !important;
	position: relative;
	padding-top: 20px;
	width: 20px;
}
.cBox::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 3px;
}
.cBox.bc_01::before { background-color: #5782de; }
.cBox.bc_02::before { background-color: #6b81d7; }
.cBox.bc_03::before { background-color: #7d7ed0; }
.cBox.bc_04::before { background-color: #8c7cca; }
.cBox.bc_05::before { background-color: #9b79c3; }
.cBox.bc_06::before { background-color: #ab74bb; }
.cBox.bc_07::before { background-color: #ba6fb3; }
.cBox.bc_08::before { background-color: #c969ab; }
.cBox.bc_09::before { background-color: #d563a4; }
.cBox.bc_10::before { background-color: #e05c9d; }
.cBox.bc_11::before { background-color: #e95598; }
.cBox.bc_12::before { background-color: #f04f93; }

.cBox.ex_01::before { background-color: #bbbadd; }
.cBox.ex_02::before { background-color: #b2b1d8; }
.cBox.ex_03::before { background-color: #aaa9d3; }
.cBox.ex_04::before { background-color: #a19fcd; }
.cBox.ex_05::before { background-color: #9795c7; }
.cBox.ex_06::before { background-color: #8d8bc0; }
.cBox.ex_07::before { background-color: #8380b9; }
.cBox.ex_08::before { background-color: #7976b3; }
.cBox.ex_09::before { background-color: #716dad; }
.cBox.ex_10::before { background-color: #6964a8; }
.cBox.ex_11::before { background-color: #625da3; }
.cBox.ex_12::before { background-color: #433f7a; }

.cBox.va_01::before { background-color: #fff1d2; }
.cBox.va_02::before { background-color: #ffeaca; }
.cBox.va_03::before { background-color: #ffe4c3; }
.cBox.va_04::before { background-color: #ffdebc; }
.cBox.va_05::before { background-color: #ffd7b4; }
.cBox.va_06::before { background-color: #ffcfab; }
.cBox.va_07::before { background-color: #fec7a2; }
.cBox.va_08::before { background-color: #fec09a; }
.cBox.va_09::before { background-color: #fdb992; }
.cBox.va_10::before { background-color: #fcb38b; }
.cBox.va_11::before { background-color: #f8a57b; }
.cBox.va_12::before { background-color: #f69665; }

.nc05_con {
	background: url("../images/img_notice_txt.png") center 0 no-repeat;
	background-size: 250px;
    height: 380px;
    position: relative;
}
.nc05_con span {
	font-size: 12px;
    font-weight: 500;
    text-align: left;
    display: block;
    position: absolute;
    bottom: 0;
	word-break: keep-all;
}

/* 1205 추가 */
.menu_search {
    padding: 0 15px;
}
.searchBox_container input[type="search"] {
    appearance: textfield;
}
.searchBox_container input[type="search"]::-webkit-search-cancel-button,
.searchBox_container input[type="search"]::-webkit-search-results-button {
    display: none;
}
.searchBox_container {
    position: relative;
    display: inline-block;
	width: 100%;
}

.searchBox_container::after {
	content: "";
	position: absolute;
	top: 17px;
	left: 15px;
	background: url("../images/ico_search_bar.png") no-repeat;
	background-size: 15px;
	width: 15px;
	height: 15px;
}
.searchBox {
	position: relative;
    padding: 0 40px;
	border-radius: 10px;
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid #9f98f2;
	font-size: 16px;
	font-weight: 400;
}
.searchBox::placeholder {
	opacity: 0.5;
	color: #5d579f;
	font-size: 16px;
	font-weight: 400;
}
.search_reset {
    position: absolute;
    padding: 0;
    cursor: pointer;
    top: 30%;
    right: 15px;
    z-index: 1;
    transition: all .065s;
	background: url("../images/btn_txt_reset.png") 0 center no-repeat;
	background-size: 15px;
	width: 15px;
	height: 15px;
}
.search_reset::after {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    background-color: #e1e3e8;
}
.search_reset:disabled {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.recentTxt {
	display: none;
}
.autoTxt {
	display: none;
}
.recent_box {
	position: absolute;
	top: 48px;
	z-index: 2;
    padding: 10px 0;
	border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid #9f98f2;
	background-color: #fff;
}
.recent_box h3 {
	font-size: 14px;
	font-weight: 600;
	color: #5d579f;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 5px;
}
.btn_recent_del {
	position: absolute;
    top: 12px;
    right: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #9190a1;
    background-color: #fff;
    border: 1px solid #e0dff1;
    border-radius: 5px;
    padding: 3px 10px 1px 10px;
}
.btn_recent_del:hover {
	background: #9f98f2;
	border: none;
	color: #fff;
}
.recent_list {
	padding: 8px 15px;
	overflow: hidden;
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.recent_list:hover {
	background-color: #f8f7fa;
}
.recent_list .recent_tit {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	cursor: pointer;
}
.recent_list .recent_data {
	max-width: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
	font-weight: 500;
	color: #bdbcde;
	flex-shrink: 0;
    margin-left: auto;
    padding: 0 10px 0 5px;
}
.recent_list .btn_delete {
	background: url("../images/btn_close_circle.png") center center no-repeat;
	background-size: 16px;
	border: none;
	min-width: 16px;
	min-height: 16px;
}
.moreArea {
	padding: 10px 15px 0;
    text-align: center;
    border-top: 1px solid #ebedf0;
    margin: 10px 15px 0;
}
.moreArea .recent_more {
	position: relative;
	font-size: 14px;
    text-align: center;
    color: #525964;
	background-color: #fff;
}
.moreArea .recent_more::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 3px;
    width: 7px;
    height: 7px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #888;
    border-radius: 0;
    transform: rotate(135deg);
    margin-left: 10px;
}

.result_filter {
	margin: 10px 0;
}
.filterList {
	display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.fl_box {
	position: relative;
    padding: 6px 29px 6px 17px;
    border: 1px solid #dcdee3;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #3a4058;
    background: url(../images/ico_filter.png) 10px center no-repeat #fff;
    background-size: 12px;
}
.fl_box .fl_txt {
	margin: 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: #3a4058;
}
.fl_box .fl_delete {
	position: absolute;
	top: 8px;
	right: 7px;
	background: url("../images/btn_close_circle.png") 0 center no-repeat;
	background-size: 16px;
	border: none;
	width: 16px;
	height: 16px;
}
.no_filter {
	background-size: 32px;
	height: 30px;
	text-align: center;
}
.no_filter span {
	font-size: 12px;
    font-weight: 600;
    color: #b2afce;
}
/*
.box:hover {
	box-shadow: 2px 2px 14px rgb(76, 68, 150, 0.2);
	transition: 0.3s;
}
*/

.setting_filter {
	position: relative;
}
.btnReset::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("../images/ico_change_area.png");
	background-size: 10px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.btnReset {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 12px;
	font-weight: 500;
	color: #9190a1;
	background-color: #fff;
	border: 1px solid #e0dff1;
	border-radius: 5px;
	padding: 3px 6px 1px 20px;
}
.filter_tab {
	border-bottom: 1px solid #e3e5e8;
    margin-bottom: 10px;
	padding-bottom: 10px;
}
.filter_tab ul {
	display: flex;
    align-items: center;
	justify-content: space-between;
    gap: 5px;
}
.filter_tab ul li {
	width: 100%;
	cursor: pointer;
    padding: 10px;
    background-color: #f3f5f8;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #3a4058;
	text-align: center;
}

.filter_tab ul li.active {
    color: #fff;
    border: none;
    background-color: #5d579f;
}
.fil_list {
	display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.fil_list div {
	width: 40%;
}
.fil_btn {
    font-size: 14px;
    font-weight: 600;
    color: #9f98f2;
    padding: 7px;
    border-radius: 50px;
    width: 32%;
    height: 34px;
    background-color: #fff;
    border: 1px solid #9f98f2;
    text-align: center;
    cursor: pointer;
}
.fil_btn.active {
    background-color: #9f98f2;
    color: #fff;
    border: none;
}
.filter_btn_area {
	position: relative;
	margin-top: 40px;
	text-align: center;
}
.filter_btn_area button {
	width: auto;
	padding: 8px 50px;
}
.filter_detail {
	display: none;
}
.filter_detail.active {
	display: block;
}
.txtC {
	margin: 0 10px;
}
.mapArea {
	top: 0;
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.map-container {
	width: 100%;
	height: 100%;
}

.menu_menu {
	padding: 0 15px;
}
.menuTop {
	border-bottom: 1px solid #e3e5e8;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.menuli {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #5d579f;
	padding-left: 50px;
	padding-top: 5px;
	height: 35px;
	margin-bottom: 7px;
}
.menuli.mn_cust_01 {
	background: url("../images/mn_cust_01.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_cust_02 {
	background: url("../images/mn_cust_02.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_cust_03 {
	background: url("../images/mn_cust_03.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_cust_04 {
	background: url("../images/mn_cust_04.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_cust_05 {
	background: url("../images/mn_cust_05.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_cust_06 {
	background: url("../images/mn_cust_06.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_cust_07 {
	background: url("../images/mn_cust_07.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_my_01 {
	background: url("../images/mn_my_01.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_my_02 {
	background: url("../images/mn_my_02.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_my_03 {
	background: url("../images/mn_my_03.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_my_04 {
	background: url("../images/mn_my_04.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_my_05 {
	background: url("../images/mn_my_05.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_my_06 {
	background: url("../images/mn_my_06.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_my_07 {
	background: url("../images/mn_my_07.png") 0 center no-repeat;
	background-size: 35px;
}
.menuli.mn_my_08 {
	background: url("../images/mn_my_08.png") 0 center no-repeat;
	background-size: 35px;
}

.map_near {
	width: 100%;
	min-height: 280px;
	border: 1px solid #e0dff1;
	background: url("../images/img_map_near.png") center center no-repeat;
}
.nearTab {
	margin: 15px 0 20px;
}
.nearContents .near_con {
	display: none;
}
.nearContents .near_con.active {
	display: block;
}
.boxlineBottom {
	border-bottom: 1px solid #e3e5e8;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.subway h3 {
	background: url("../images/ico_subway.png") 0 center no-repeat;
	background-size: 15px;
}
.busStop h3 {
	background: url("../images/ico_busStop.png") 0 center no-repeat;
	background-size: 15px;
}
.nearTith3 {
	font-weight: 500;
	padding-left: 25px;
	margin-bottom: 10px;
}
.nearH3 {
	font-weight: 500;
	margin-bottom: 10px;
}
.nearTith3 span, .nearH3 span {
	font-weight: 300;
}
.nearTxt {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
.nearTxt .txtL {
	font-weight: 500;
	color: #828099;
	background-color: #f3f5f8;
	border-radius: 50px;
	padding: 5px 15px;
}
.nearTxt .txtR {
	color: #828099;
}
.noTxt {
	font-size: 11px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    padding: 4px 8px;
    position: relative;
    left: -10px;
    top: -1px;
}
.noTxt.sw_01 {background-color: #263c97;}
.noTxt.sw_02 {background-color: #3db44a;}
.noTxt.sw_03 {background-color: #f06e00;}
.noTxt.sw_04 {background-color: #2d9edf;}
.noTxt.sw_05 {background-color: #8936e0;}
.noTxt.sw_06 {background-color: #b5510a;}
.noTxt.sw_07 {background-color: #697216;}
.noTxt.sw_08 {background-color: #e51e6e;}
.noTxt.sw_09 {background-color: #d2a62d;}
.noTxt.sw_10 {background-color: #73b6e4;} /*공항*/
.noTxt.sw_11 {background-color: #7cc4a5;} /*경의중앙*/
.noTxt.sw_12 {background-color: #06af7b;} /*경춘*/
.noTxt.sw_13 {background-color: #eba900;} /*수인분당*/
.noTxt.sw_14 {background-color: #a71e31;} /*신분당*/
.noTxt.sw_15 {background-color: #2573f2;} /*경강*/
.noTxt.sw_16 {background-color: #8bc53f;} /*서해*/
.noTxt.sw_17 {background-color: #6f99d1;} /*인천1*/
.noTxt.sw_18 {background-color: #f4ac3f;} /*인천2*/
.noTxt.sw_19 {background-color: #78c471;} /*에버라인*/
.noTxt.sw_20 {background-color: #ff9d28;} /*의정부*/
.noTxt.sw_21 {background-color: #c6c102;} /*우이신설*/
.noTxt.sw_22 {background-color: #96710a;} /*김포골드*/
.noTxt.sw_23 {background-color: #4f67a5;} /*신림*/
.noTxt.sw_24 {background-color: #915a89;} /*GTX-A*/

.bml {
	margin-top: 20px;
}

.school01 h3 {
	background: url("../images/ico_school_01.png") 0 center no-repeat;
	background-size: 19px;
}
.school02 h3 {
	background: url("../images/ico_school_02.png") 0 center no-repeat;
	background-size: 19px;
}
.school03 h3 {
	background: url("../images/ico_school_03.png") 0 center no-repeat;
	background-size: 19px;
}
.academy h3 {
	background: url("../images/ico_academy.png") 0 center no-repeat;
	background-size: 19px;
}

.commercial {
	position: relative;
}
.commTab {
	position: relative;
	margin: 15px 0 20px;
}
.comm_con {
	display: none;
}
.comm_con.active {
	display: block;
}
.map_commercial {
	width: 100%;
	min-height: 250px;
	border: 1px solid #e0dff1;
	border-radius: 10px;
}
.btn_next {
	position: absolute;
    top: 20px;
    right: 15px;
    background: url(../images/btn_slide_arrow.png) center center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    z-index: 1;
	cursor: pointer;
}
.btn_next:hover {
	background: url(../images/btn_slide_arrow_ov.png) center center no-repeat;
	width: 20px;
    height: 20px;
    background-size: 20px;
}
.btn_prev:hover {
	background: url(../images/btn_slide_arrow_ov.png) center center no-repeat;
	width: 20px;
    height: 20px;
    background-size: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.btn_prev {
	position: absolute;
    top: 20px;
    right: 40px;
    background: url(../images/btn_slide_arrow.png) center center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    z-index: 1;
	cursor: pointer;
}
.comm_btn_bottom {
	margin-top: 20px;
}
.mt {
	margin-top: 5px;
}
.Polygon {
	position: absolute;
	bottom: 45px;
	left: 490px;
}
/* 패널접기 */
.btnPanelClose {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    top: 50%;
    left: 100%;
    width: 20px;
    height: 50px;
    border-radius: 0px 5px 5px 0px;
    background-clip: padding-box;
    background-color: #f3f5f8;
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, .1);
    transform: translateY(-50%);
}
.btnPanelClose::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -9.5px;
    width: 20px;
    height: 20px;
    background: url(../images/btn_back_arrow.png) no-repeat 50%;
	background-size: 7px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: transform ease-in-out 0.55s;
    -webkit-transition: transform ease-in-out 0.55s;
}
.leftArea.on .btnPanelClose::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.leftArea.on {
	left: 70px;
}
.closed {
	left: -330px;	
	-webkit-transition: left .5s;
	-moz-transition: left .5s;
	-ms-transition: left .5s;
	-o-transition: left .5s;
	transition: left .5s;
}
/*1219 추가*/
.chart_tit {
	font-size: 16px;
    font-weight: 600;
    color: #5d579f;
    background-color: #f3f5f8;
    padding: 5px 10px;
    border-radius: 5px;
}
.chart_tit span {
    position: relative;
    font-weight: 400;
    padding-left: 10px;
    margin-left: 10px;
}
.chart_tit span::before {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    top: 49%;
    left: 0;
    transform: translateY(-50%);
    background-color: #d3d1e9;
}
.btnReport {
    background-color: #5d579f;
    border-radius: 3px;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.Polygon2 {
	position: absolute;
	bottom: 25px;
	left: 490px;
}
.Polygon3 {
	position: absolute;
	bottom: 75px;
	left: 490px;
}
.Polygon3 ul {
	display: flex;
	gap: 2px;
	align-items: center;
}
.Polygon3 ul li {
	width: 20px;
	height: 20px;
	opacity: 0.8;
}
.Polygon3 ul li.boxColor01 {background-color: #5551d5;}
.Polygon3 ul li.boxColor02 {background-color: #6c68e8;}
.Polygon3 ul li.boxColor03 {background-color: #807cfc;}
.Polygon3 ul li.boxColor04 {background-color: #908cfc;}
.Polygon3 ul li.boxColor05 {background-color: #9c99ff;}
.Polygon3 ul li.boxColor06 {background-color: #a3a0ff;}
.Polygon3 ul li.boxColor07 {background-color: #b1aeff;}
.Polygon3 ul li.boxColor08 {background-color: #bfbdff;}
.Polygon3 ul li.boxColor09 {background-color: #d0cfff;}
.Polygon3 ul li.boxColor10 {background-color: #deddff;}

/*0109 추가*/
.menu_company {
	padding: 0 15px;
}
.titTxt {
	font-size: 20px;
	font-weight: 500;
	color: #4f4af3;
	margin: 5px 0;
}
.titTxt span {
	font-size: 14px;
	font-weight: 300;
	margin-left: 8px;
	color: #3b3948;
}
.maTB {
	margin: 10px 0 0 0;
}
.maTB li {
	font-weight: 400 !important;
}
.company_search {
	position: sticky;
    top: 60px;
    z-index: 999;
    background-color: #f3f5f8;
}
.noResultBox {
	position: relative;
	min-height: 220px;
}
.noResult {
	background: url(../images/img_noResult.png) center 0 no-repeat;
    background-size: 40px;
    padding: 50px 0 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;	
}
.noResult span {
	font-size: 12px;
    font-weight: 600;
    color: #b2afce;
}
.com_tit {
	padding: 15px;
	background-color: #f3f5f8;
	position: sticky;
    top: 110px;
    z-index: 999;
}
.pensionInfo {
	position: relative;
}
.pension_area {
	margin-top: 15px;
}
.pension_tab {
    margin-bottom: 10px;
}
.pension_tab ul {
	display: flex;
    align-items: center;
	justify-content: space-between;
    gap: 5px;
}
.pension_tab ul li {
	width: 100%;
	cursor: pointer;
    padding: 10px;
    background-color: #f3f5f8;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #3a4058;
	text-align: center;
}
.pension_tab ul li.active {
    color: #fff;
    border: none;
    background-color: #9f98f2;
}
.pension_con .pension_detail {
	display: none;
}
.pension_con .pension_detail.active {
	display: block;
}

.insureInfo {
	position: relative;
}
.insure_area {
	margin-top: 15px;
}
.insure_tab {
    margin-bottom: 10px;
}
.insure_tab ul {
	display: flex;
    align-items: center;
	justify-content: space-between;
    gap: 5px;
}
.insure_tab ul li {
	width: 100%;
	cursor: pointer;
    padding: 10px;
    background-color: #f3f5f8;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #3a4058;
	text-align: center;
}
.insure_tab ul li.active {
    color: #fff;
    border: none;
    background-color: #9f98f2;
}
.insure_con .insure_detail {
	display: none;
}
.insure_con .insure_detail.active {
	display: block;
}

/* 0111추가 */
.menu_list {
	padding: 0 15px;
}
.sec_list {
	padding: 15px 0;
}
.topBTn {
	margin-bottom: 10px;
	padding: 0 15px;
}
.content_list {
    border-bottom: 1px solid #dcdee3;
    padding: 15px;
    cursor: pointer;
}
.content_list:hover {
	background-color: #fbfcfe;
}
.content_list:last-child {
    margin-bottom: 15px;
}
.content_list .listTop {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.content_list .listTop h3 {
    font-size: 16px;
    font-weight: 600;
    color: #6241cf;
    line-height: 20px;
}
.listMid {
    display: flex;
    gap: 10px;
}
.listMid .list_img {
    min-width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: #e3e1eb;
    overflow: hidden;
}
.listMid .list_01 {
    background: url(../images/img_attent_01.png) center center / cover no-repeat;
}
.listMid .list_txt {
    
}
.listMid .list_txt ul {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.listMid .list_txt li {
    font-size: 12px;
    font-weight: 500;
    color: #525964;
}
.listMid .list_txt .listTit {
	font-size: 12px;
	font-weight: 700;
	margin-right: 5px;
}
.botBTn {
	padding: 15px 15px 0 15px;
}
.btnFavor {
	background: url("../images/ico_favorite_line.png") 0 center no-repeat;
    background-size: 15px;
	width: 15px;
	height: 17px;
}
.btnFavor:hover, .btnFavor.active {
	background: url("../images/ico_favorite.png") 0 center no-repeat;
    background-size: 15px;
	width: 15px;
	height: 17px;
}

/*0113 추가*/
.circle {
    position: absolute;
    top: 60%;
    left: 60%;
    background-color: rgb(128 124 252 / 30%);
    border: 2px solid #9f98f2;
	width: 100px;
    height: 100px;
    border-radius: 50%;
	cursor: pointer;
}
.circle span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	font-weight: 600;
    color: #101010;	
}

/*0118 추가*/
.menu_filter {
    padding: 0 15px;
}
.filterBox {
	position: relative;
	min-height: 100px;
	max-height: 170px;
}
.myFilterList {
	display: block;
	overflow-y: auto;
}
.myFilterList li {
	position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #dcdee3;
    font-size: 14px;
    font-weight: 400;
    color: #3a4058;
    background: url(../images/ico_filter.png) 0 center no-repeat #fff;
    background-size: 12px;
}
.myFilterList li button {
	position: absolute;
    top: 13px;
    right: 0;
    background: url(../images/btn_close_circle.png) 0 center no-repeat;
    background-size: 16px;
    border: none;
    width: 16px;
    height: 16px;
}
.noFilter_LB {
	display: none;
}
.noFilter_LA {
	display: none;
}
.filterLogin {
	background: url("../images/ico_login.png") center 0 no-repeat;
    background-size: 40px;
    padding: 50px 0 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.filterLogin span {
    font-size: 14px;
    font-weight: 600;
    color: #b2afce;
}
.filterLogin span a {
	color: #807cfc;
}
.filter_con {
	border-bottom: 1px solid #dcdee3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.filter_con:last-child {
	margin-bottom: 0;
}
.filter_con h4 {
	font-size: 13px;
	font-weight: 600;
	color: #9f98f2;
	margin-bottom: 5px;
}
.selectFilter {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 6px;
}
.chk3 {
	position: relative;
    width: 31%;
    height: 36px;
    background-color: #fff;
    border: 1px solid #dcdee3;
    border-radius: 50px;
	text-align: center;
    padding-top: 5px;
	font-size: 14px;
	font-weight: 600;
    color: #747b97;
}
.chk3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.chk3.active {
	background-color: #9f98f2;
	border: 1px solid #9f98f2;
	color: #fff;
}
.w23p {
	width: 23%;
}
.w45p {
	width: 45%;
}
.filters_btn_area {
	display: flex;
	gap: 5px;
	padding: 0 10px;
	margin-bottom: 40px;
}



.range-wrap {
	position: relative;
	width: 100%;
	max-width: 260px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 30px;
    margin-bottom: 10px;
}

.slider {
	position: relative;
	z-index: 1;
	height: 3px;
	margin: 0 15px;
}

.slider > .track {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #dcdee3;
}

.slider > .range {
	position: absolute;
	z-index: 2;
	left: 25%;
	right: 25%;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #9f98f2;
}

.slider > .thumb {
	position: absolute;
    z-index: 3;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #9f98f2;
}

.slider > .thumb.left {
	left: 25%;
	transform: translate(-5px, -6px);
}
.slider > .thumb.right {
	right: 25%;
	transform: translate(5px, -6px);
}
.range_label {
	font-size: 12px;
	font-weight: 600;
	color: #747b97;
}
.range_label_l {
	overflow: hidden;
	position: absolute;
	top: -7px;
	left: -33px;
}
.range_label_l2 {
	overflow: hidden;
	position: absolute;
	top: -7px;
	left: -4px;
}
.range_label_R {
	overflow: hidden;
	position: absolute;
	top: -7px;
	right: -14px;
}

input[type="range"] {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 2;
	height: 5px;
	width: 100%;
	opacity: 0;
	padding: 0;
}

input[type="range"]::-webkit-slider-thumb {
	pointer-events: all;
	width: 15px;
	height: 15px;
	border-radius: 0;
	border: 0 none;
	background-color: red;
	cursor: pointer;
	-webkit-appearance: none;
}

/*0120 추가*/
.com_tab {
    position: sticky;
    top: 240px;
    z-index: 999;
    background-color: #f3f5f8;
    padding: 10px 0;
}
.com_tabBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}
.com_detail_tab ul {
	display: flex;
	justify-content: space-between;
}
.com_detail_tab li {
	width: 100%;
	height: 35px;
	text-align: center;
}
.com_detail_tab li a {
	display: block;
    height: 35px;
    padding-top: 8px;
	font-weight: 500;
	transition: all 0.2s ease;
}
.com_detail_tab li a.active {
	background-color: #5d579f;
	border-radius: 5px;
	color: #fff;
}
section.active {}

.marT30 {
	margin-top: 30px;
}

/* 0123 추가 */
.myProfileImg {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    /*background: url("../images/img_myProfile_noImg.png") center center no-repeat #e8e8f1;*/
	background-size: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.myProfileImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.helloUser {
    margin: 10px 0 0;
}
.helloUser p {
    font-size: 14px;
    font-weight: 500;
    color: #828099;
}
.helloUser span {
	font-size: 16px;
    font-weight: 600;
    color: #5d579f;
}
.helloUser a {
	display: inline-block;
	position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #807cfc;
	padding-right: 15px;
}
.helloUser a:hover {
	font-weight: 700;
	text-decoration: underline;
}
.helloUser a::before {
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/btn_arrow_right.png) 5px 1px no-repeat;
    background-size: 6px;
}

/* 0203추가 */
.btnArea_iros {
	margin: 15px 0;
	text-align: center;
}
.btnArea_iros .btn_iros {
	position: relative;
    width: 95%;
	height: 60px;
    padding: 8px;
    border: 1px solid #5d579f;
    border-radius: 50px;
    text-align: center;
	background: url("../images/img_logo_iros_on.png") 30px center no-repeat #fff;
	background-size: 94px;
}
.btnArea_iros .btn_iros span {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 35px;
	font-size: 14px;
    font-weight: 500;
    color: #5d579f;	
}
.btnArea_iros .btn_iros span::after {
	content: '';
	background: url("../images/btn_arrow_right.png") 0 0 no-repeat;
	background-size: 7px;
	width: 7px;
	height: 11px;
	display: inline-block;
    margin-left: 25px;
}
.btnArea_iros .btn_iros:hover {
	background: url("../images/img_logo_iros_ov.png") 30px center no-repeat #5d579f;
	background-size: 94px;
}
.btnArea_iros .btn_iros:hover span {
	color: #fff;
}
.btnArea_iros .btn_iros:hover span::after {
	
}
/*0325 추가*/
.pinTool {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}
.pin {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("../images/img_pin.png") 0 0 no-repeat;
	background-size: 30px;
	width: 30px;
	height: 40px;
}
.pin:hover {
    background: url("../images/img_pin_on.png") 0 0 no-repeat;
    background-size: 30px;
}
.pin_tooltip {
    position: absolute;
    left: -7px;
    bottom: 30px;
    background: #646FD4;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    width: max-content;
    display: none;
}
.pin_tooltip:after {
    display: block; 
    content: ''; 
    position: absolute; 
    bottom: -7px; 
    left:15px; 
    width: 0px; 
    height: 0px; 
    border-top: 8px solid #646FD4; 
    border-left: 7px solid transparent; 
    border-right: 7px solid transparent; 
    border-bottom: 8px solid none;
} 
.pinTool:hover .pin_tooltip {
    display: block;
}
.tipContents {
    display: flex;
    align-items: center;
}
.tipContents dt {
    font-weight: 600;
    margin-right: 10px;
}
.content_list.on {
    border: 3px solid #807cfc;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/* 0417 추가 */
.inquireTxt {
    padding: 15px 20px;
}
.inquireTxt h2 {
    font-size: 30px;
    font-weight: 600;
    color: #5d579f;
}
.inquireTxt p {
    font-size: 24px;
    font-weight: 200;
    color: #525964;
    line-height: 26px;
    word-break: keep-all;
}
.inquireBtnArea {
    position: relative;
    margin: 0 0 20px 0;
    text-align: right;
}
.inquireBtnArea button {
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    background-color: #3f3891;
    color: #fff;
}
.inquireBtnArea button:hover {
    background-color: #584ec9;
}
.inquireListSearch {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.inquireListSearch .select-Area {
    width: 120px;
}
.inquireListSearch .select-Area select {
    padding: 8px 10px;
    border: 1px solid #d9d8e2;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 500;
    color: #616472;
    margin: 0;
    width: 100%;
}
.inquireListSearch .input-Area input {
    padding: 8px 10px;
    border: 1px solid #d9d8e2;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #616472;
}
.inquireListSearch .search-Area button {
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    background-color: #9f98f2;
    color: #fff;
}
.inquireListSearch .search-Area button:hover {
    background-color: #5d579f;
}
.AH {
    background-color: #adacbb;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
}
.AF {
    background-color: #f9739f;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
}
.inquireWrite {
    display: none;
}
.inquireRead {
    display: none;
}
.btnCancel {
    background-color: #9F9F9F;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 7px 40px;
    border-radius: 50px;
    height: 34px;
    text-align: center;
    cursor: pointer;
}
.btnModify {
    background-color: #f9739f;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 7px 40px;
    border-radius: 50px;
    height: 34px;
    text-align: center;
    cursor: pointer;
}
.btnModify:hover {
    background-color: #C93169;
}
.btnCancel:hover {
    background-color: #858585;
}
.iw_top {
    padding: 10px;
    background-color: #f4f5f8;
    border-radius: 10px;
}
.iw_input_area {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.iw_title {
    display: none;
}
.iw_input_area dl {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    margin: 5px 0;
}
.iw_input_area dt {
    text-align: center;
    word-break: keep-all;
    font-size: 14px;
    font-weight: 600;
    color: #3a4058;
}
.iw_input_area dt span {
    display: inline-block;
    width: 80px;    
}
.iw_input_area dd {
    width: 100%;
}
.iw_input_area dd input {
    padding: 8px 10px;
    border: 1px solid #d9d8e2;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #616472;
    width: 100%;
}
.iw_input_area dd input:disabled {
    border: none;
    background: none;
}
.iw_con {
    width: 100%;
    min-height: 320px;
    border: 1px solid #d9d8e2;
    margin: 20px 0 10px 0;
}
.iw_con_Area {
    width: 100%;
    min-height: 320px;
    margin: 20px 0 10px 0;
}
.iw_con_Area .iw_detail_top {
    border-top: 2px solid #605e95;
    border-bottom: 1px solid #605e95;
    background-color: #f8f8fb;
    margin-bottom: 10px;
    padding: 20px;
}
.iw_detail_top .iw_top_txt {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.iw_top_txt .iw_h2_top {
    font-size: 22px;
    font-weight: 400;
    word-break: keep-all;
    color: #525964;
}
.iw_top_txt h2 {
    font-size: 22px;
    word-break: keep-all;
    line-height: 24px;
}
.iw_detail_top .txtDate {
    font-size: 16px;
    font-weight: 400;
    color: #9292a3;
}
.iw_con_Detail {
    padding: 15px;
    min-height: 360px;
    border-bottom: 1px solid #605e95;
    font-size: 15px;
    font-weight: 500;
    color: #616472;
}
.iw_answer {
    padding: 15px;
    min-height: 100px;
    border-bottom: 1px solid #605e95;
    font-size: 15px;
    font-weight: 500;
    color: #616472;
}
.iw_q, .iw_a {
    position: relative;
}
.iw_q::before {
    content: 'Q';
    font-size: 30px;
    font-weight: 900;
    color: #807cfc;
}
.iw_a::before {
    content: 'A';
    font-size: 30px;
    font-weight: 900;
    color: #C93169;
}

/* 모바일 */
@media (max-width: 960px) {
	.leftMenu {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99999;
		width: 100%;
		height: 70px;
		background-color: #fff;
		border-top: 1px solid #f1f2f4;
		box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.03);
	}
	.menu {
		width: 100%;
	}
	.menu ul {
		display: flex;
		justify-content: space-between;
	}
	.menu li {
		width: 100%;
	}
	.menu li .btnMenu {
		height: 70px;
		padding: 5px 0;
		width: 100%;
	}
	.menu li .btnMenu:hover {
		background-color: #fff !important;
	}
	.menu li .btnMenu span {
		margin-top: 30px;
	}
	.menu li:nth-child(5) {
		display: block;
	}
	.menu li:last-child {
		position: relative;
	}
	.menu li button {
		background-size: 20px !important;
		background-position: center 15px !important;
		background-color: #fff !important;
	}
	.leftArea {
		width: 100%;
	}
	.mainContents {
		height: calc(100vh - 70px);
		z-index: 999;
        position: relative;
        background-color: #f3f5f8;
	}
	.login-wrap {
		z-index: 999999;
	}
	.contents {
		width: 100%;
		padding: 0 5px 0 15px;
	}
	.tooltipArea .tooltipTxt {
		width: 100%;
	}
	.section_adress {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 10px;
		width: 100%;
	}
	.adressBox {
		position: absolute;
        left: 50%;
        transform: translateX(-50%);
	}
	.pop_position {
		position: absolute;
        left: 50%;
        transform: translateX(-50%);
		z-index: 1;
		width: 100%;
		justify-content: center;
	}
	.map_location {
		bottom: 90px;
	}
	.mapBtn {
		top: 70px;
	}
	.choiceMap {
		top: 70px;
	}
	.choiceLayer {
		top: 130px;
	}
	.choiceDistance {
		top: 190px;
	}
	.noticeCon {
		top: 250px;
	}
	.btnPanelClose {
		display: none;
	}
	.leftArea.on {
		left: 0;
	}
	.section_adress.on {
		left: 50%;
	}
	.minimap_btn_area .btn_expansion {
		background: url("../images/btn_extension.png") center center no-repeat;
		visibility: inherit;
	}
	.con_detail {
		padding: 0 10px;
	}
    .minimap_btn {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .minimap_btn .btn_reduction {
        background: url(../images/btn_reduction.png) center center no-repeat;
        background-size: 30px !important;
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px) {
    .iw_input_area {
        display: block;
    }
    .iw_title {
        display: none;
    }
}
@media (max-width: 599px) {
    .inquireBtnArea button {
        width: 100%;
        padding: 20px 50px;
    }
    .inquireListSearch {
        display: block;
    }
    .inquireListSearch .select-Area {
        width: 100%;
        margin-bottom: 10px;
    }
    .inquireListSearch .select-Area select {
        padding: 12px 10px;
    }
    .inquireListSearch .input-Area {
        margin-bottom: 10px;
    }
    .inquireListSearch .input-Area input {
        width: 100%;
        padding: 12px 10px;
    }
    .inquireListSearch .search-Area button {
        padding: 16px 20px;
        width: 100%;
    }
}
/* 모바일 */




























