@charset "UTF-8";

.login-wrap {
	display: flex;
}

.con_detail {
	display: none;
}

.attent_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	margin: 0;
}

.attent_list:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.attent_list.on {
	border: 3px solid #807cfc;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.attent_list.on .attent_txt h3.address {
	color: #6241cf;
}

.attent_list .favor, #ui-sumry-watch.favor {
	background-image: url("../images/ico_favorite_line.png");
}

.attent_list .favor.on, #ui-sumry-watch.favor.on {
	background-image: url("../images/ico_favorite.png");
}

.attent_list .attent_txt {
	margin: 0;
}

.btn_moreList {
	margin-top: 15px;
}

/*--.sec_top {
	position: sticky;
	top: 0;
	background-color: #f3f5f8;
	z-index: 999;
}*/

/*--.structure {
	position: sticky;
	top: 60px;
	z-index: 999;
}*/

.detail_tab {
	position: sticky;
	top: 233px;
	z-index: 999;
}

.areaSearchCon {
	cursor: pointer;
}

.minimap_btn_area {
	top: -40px;
	padding: 5px;
	z-index: 990;
}

.submap-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.map_near {
	height: 280px;
	border-radius: 10px;
	background: none;
	overflow: hidden;
}

.map_commercial {
	height: 270px;
	overflow: hidden;
}

.loading {
	width: 100%;
	height: 180px;
	text-align: center;
}

.sec_login_after .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_after .btnLogin_round:hover {
	background-color: #3f3891;
}

/*--.btnReport {
	background-color: #807cfc;
	border-radius: 5px;
	padding: 3px 8px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	margin-left: 10px;
}*/

.btnReport:hover {
	background-color: #3f3891;
}

#ui-induRateChart {
	padding: 5px 5px 15px 5px;
	height: 220px;
}

/* bizSearch 사업자 조회 검색바 */
.bizSearchBox_container input[type="search"] {
    appearance: textfield;
}
.bizSearchBox_container input[type="search"]::-webkit-search-cancel-button,
.bizSearchBox_container input[type="search"]::-webkit-search-results-button {
    display: none;
}
.bizSarchBox_container {
    position: relative;
    display: inline-block;
	width: 100%;
}

.bizSearchBox_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;
}
.biz_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;
}
.biz_search_reset::after {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    background-color: #e1e3e8;
}
.biz_search_reset:disabled {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

/* 임시 */
.menu_filter, .menu_list {
    padding: 0 15px;
}

/* 사업자 상세정보 - 사업자요약정보 상단 고정 */
.com_tit {
    top: 60px;
}
.com_tab {
    top: 190px;
}

/* 컨텐츠 상세정보 - 요약정보/탭메뉴 상단 고정 */
.structure {
    z-index: 998;
}
.tab_area {
    top: 228px;
}

/* 컨텐츠 상세정보 - 요약정보 주소정보 길이 조정 */
*{letter-spacing: -0.99px;}


/* 사업자 상세정보 - 조회내용 없음 이미지 크기 수정 */
.pensionInfo {
	position: relative;
	min-height: 220px;
}
.insureInfo {
	position: relative;
	min-height: 220px;
}
.salesInfo {
	position: relative;
	min-height: 220px;
}

/* 사업자 상세정보 - 상가추정매출표 텍스트 정렬 */
.table_d td {
	text-align: center;
	padding: 8px 9px;
}

/* 250206 두레시닝 수정요청사항 반영 */
/* 상세조회 화면 '이전' 버튼 영역크기 확장 */
.sec_top .btn_pre {
	position: absolute;
	left: 0;
	top: 17px;
	background: url("../images/btn_back_arrow.png") 0 center no-repeat;
	background-size: 10px;
	width: 50px;
	height: 30px;
}

/* menu.html 에서 필터/목록 메뉴 주석처리되서 지도 메뉴 순서 변경됨 */
.menu li:nth-child(5) {
    display: block;
}
.menu li:nth-child(4) {
    display: none;
}
/* 모바일에서 지도메뉴 숨김해제 처리 */
@media (max-width: 960px) {
	.menu li:nth-child(4) {
		display: block;
	}
}

.filter_btn_area {
	margin-top: 20px;
}

.leaflet-tooltip-marker {
	margin-top: 10px;
}

/* 부동산검색 >건축승인연도 > 연도글자 위치 변경 */
.range_label_R {
    overflow: hidden;
    position: absolute;
    top: -7px;
    right: -32px;
}

.popup-wrap {
	z-index: 9999;
}

/* 나의메뉴 > 관심부동산/사업체보고서 > 목록 마우스커서 포인터 모양 변경 */
.rc_L_txt {
	cursor: pointer;
}

.confirm.disabled {
	background-color: #f8f8fc;
	cursor: default;
}

/* leaflet 툴팁 */
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: #646FD4;
}

.leaflet-popup-content-wrapper {
	border-radius: 5px !important;
}

.leaflet-popup-content {
	margin: 0;
	font-size: 14px;
}

.marker_infowin {
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	text-align: left;
	width: max-content;
}

.noticeView {
    display: none;
}

/* .minimap_btn {
    top: 780px;
} */

.login-head2 h1 {
    background-size: 290px;
    height: 50px;
}

/* 모바일 화면에서도 사업체보고서 표 안겹치고 볼수 있도록 두레시닝 수정요청 */
@media (max-width: 960px) {
	#reportViewForm {
		width: 850px;
	}
	#ui-bizReportView {
		overflow-x: auto;
	    overflow-y: auto;
	}
}

/* 툴팁 내용이 보이도록 수정 */
.tooltipArea .tooltipTxt {
	z-index: 999;
}
.company_search {
	z-index: 998;
}
.com_tit {
	z-index: 998;
}

/* 마이페이지 > 1:1문의 > summernot-link */
.contents_pages .note-editor input[type="checkbox"]{
    display: inline;
    outline: none;
}

.contents_pages .note-editor input[type="checkbox"] {
   width: 18px;
   height: 18px;
   cursor: pointer;
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   position: relative;
   background-color: #ffffff;
   border: 1px solid #d1cee2;
   border-radius: 3px;
   vertical-align: text-bottom;
   padding: 0px;
   margin-right: 5px;
}

.contents_pages .note-editor input[type="checkbox"]:checked {
   background: #ffffff;
}

.contents_pages .note-editor input[type="checkbox"]:checked::before {
   content: "";
   position: absolute;
   background: none !important;
   top: 0px;
   left: 5px;
   width: 4px;
   height: 9px;
   border: solid #5d589f;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

.contents_pages .note-editor input[type="checkbox"]:disabled {
   background: #eaeaea;
}

.contents_pages .note-editor .note-modal-footer {
    height: 61px;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.contents_pages .note-editor .note-btn-primary {
    background: #7d74e3;
    color: #fff;
	border: 0px;
}

.contents_pages .note-editor .note-btn-primary.focus,.note-btn-primary:focus,.note-btn-primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: #534d95;
    border-radius: 1px
}

.contents_pages .note-editor .note-input {
	border: 1px solid #d9d8e2;
}