@charset "utf-8";

/* SUB */

.container {
	background: #fff;
	box-sizing: border-box;
	/*loadingbar 문제로 일단 90vh로 적용_ljh*/
	/*min-height: 100vh;*/
	min-height: 90vh;
	width: 100%;
	padding: 3px;
	position: relative;
	z-index: 2;
}

/* 빠른검색  개별지*/
.searchBox02 {
	display: flex;
	width: 100%;
	vertical-align: middle;
}
.searchBox02 .searInput {
	background: #f4f5f9;
	border: 1px solid #c4c7d6;
	padding: 0 4px;
	line-height: 28px;
}
.searchBox02 .sinput01 {
	margin-right: 1%;
	width: 42%;
}
.searchBox02 .sinput02, .searchBox02 .sinput03 {
	margin-right: 1%;
	width: 20%;
}
.searchBox02 .sinput03 {
	margin-left: 1%;
}
.searchBox02 .schline {
	line-height: 33px;
}
.searchBox02 input::placeholder {
	color: #434343;
}
.searchBox02 .searchBtn {
	background: #f7fcfe url(../../images/m/common/icon_search.png) no-repeat center 50%;
	border-radius: 5px;
	border: 1px solid #929bc7;
	background-size: 28px;
	height: 35px;
	width: 16%;
}
.sectionBox {
	background: #fff;
	border-bottom: 4px solid #dcdcdc;
	padding: 10px 0;
}
.sectionBox h3 {
	font-family: 'NanumSquareRound_exbold';
	font-size: 1.1em;
	padding: 5px 0 10px 5px;
}
.sectionBox h3 b {
	color: #3a56e5;
	font-family: 'NanumSquareRound_exbold';

.sectionBox h4 {
	font-family: 'NanumSquareRound_exbold';
	font-size: 1.5em;
	float: left;
	padding: 0 0 10px 0;
	width: 70%;
}
	
	
	
}
.tabOne {
	display: flex;
	margin-bottom: 10px;
	width: 100%;
}
.tabOne li {
	justify-content: center;
	margin-right: 10px;
	width: 50%;
}
.tabOne li:last-child {
	margin-right: 0;
}
.tabOne li a {
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	color: #707070;
	display: block;
	font-family: 'NanumSquareRound_exbold';
	font-size: 1em;
	padding: 10px 8px;
	text-align: center;
}
.tabOne li a:hover {
	border: 2px solid #3a56e5;
	color: #3a56e5;
	padding: 9px 8px;
}
.tabOne li .selected {
	border: 2px solid #3a56e5;
	color: #3a56e5;
	padding: 9px 8px;
}

.tabTw0 {
	display: flex;
	width: 100%;
}
.tabTw0 li {
	justify-content: center;
	margin-right: 5px;
	width: 33%;
	flex:1;
}
.tabTw0 li:last-child {
	margin-right: 0;
}
.tabTw0 li a {
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	color: #707070;
	display: block;
	padding: 6px;
	text-align: center;
}
.tabTw0 li a:hover {
	background: #3a56e5;
	border: 0;
	color: #fff;
}
.tabTw0 li .selected {
	background: #3a56e5;
	border: 0;
	color: #fff;
}

.tabThree {
	display: flex;
	width: 100%;
}
.tabThree li {
	justify-content: center;
	letter-spacing: -1px;
	width: 33%;
	text-align: center;
}
.tabThree li a {
	display: block;
	padding: 10px 0;
}
.tabThree li a img {
	width: 14px;
}

.searchBox {
	background: #f7fcfe;
	border: 1px solid #3a56e5;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	padding-left: 2px;
	width: auto;
}
.searchBox input {
	background: #f7fcfe;
	border: 0;
	color: #000;
	font-weight: bold;
	letter-spacing: -1px;
	height: 35px;
	width: 90%;
	padding-left: 10px;
	/*아이폰 화면 확대 기능 대비 최소 폰트사이즈 16px*/
	font-size: 16px;
}
.searchBox input::placeholder {
	color: #566199;
}
.searchBox .searchBtn {
	background: url(../../images/m/common/icon_search.png) no-repeat center 50%;
	background-size: 28px;
	height: 35px;
	width: 40px;
}
.exampleBox {
	margin-top: 10px;
	color: #de4842; 
	font-size: 12px;
}





/* 개별지 개별주택 */
.searchBox03 {
	display: flex;
	width: 100%;
	vertical-align: middle;
}
.searchBox03 .searInput {
	background: #f4f5f9;
	border: 1px solid #c4c7d6;
	padding: 0 4px;
	line-height: 28px;
}
.searchBox03 .sinput01 {
	margin-right: 1%;
	width: 60%;
}
.searchBox03 .sinput02 {
	margin-right: 1%;
	width: 20%;
}
.searchBox03 .sinput03 {
	width: 20%;
	margin-left: 1%;
}
.searchBox03 .schline {
	line-height: 33px;
}
.searchBox03 input::placeholder {
	color: #434343;
}

.searchBox04 {
	display: flex;
	width: 100%;
	vertical-align: middle;
	margin-bottom : 4px;
}
.searchBox04 .searInput {
	background: #f4f5f9;
	border: 1px solid #c4c7d6;
	padding: 0 4px;
	line-height: 28px;
}
.searchBox04 .sinput02 {
	width: 44%;
	margin-right: 1%;
}
.searchBox04 .sinput03 {
	width: 44%;
	margin-left: 1%;
}
.searchBox04 .schline {
	line-height: 33px;
}
.searchBox04 input::placeholder {
	color: #434343;
}
.searchBox04 .searchSb{
	background: #f4f5f9;
	border: 1px solid #c4c7d6;
	margin-right:4px;
}






/* 검색버튼 fullsize */
.searchBoxFull {
	display: flex;
	width: 100%;
	vertical-align: middle;
	padding-top: 1%;
}
.searchBoxFull .searchBtn {
	background: #f7fcfe url(../../images/m/common/icon_search.png) no-repeat center 50%;
	border-radius: 5px;
	border: 1px solid #929bc7;
	background-size: 28px;
	height: 35px;
	width: 100%;
}

/* 상세 검색 버튼 box */
.detailSearch {
	padding-top: 1%;
}

.tableStyle01 {
	table-layout: fixed;
	word-break: break-all;
	border: 1px solid #d2d2d2;
	border-top: 2px solid #d2d2d2;
	width: 100%;
}
.tableStyle01 td {
	border: 1px solid #d2d2d2;
	padding: 0;
	text-align: center;
}
.tableStyle01 td a {
	display: block;
	padding: 8px 6px;
}
.tableStyle01 td a:hover {
	color: #3a56e5;
	border-bottom: 3px solid #3a56e5;
	padding: 7px 8px 6px 8px;
}

.totalResult {
	font-size: 0.875em;
	float: left;
	padding: 7px 0 4px 0;
	/*text-align: right;*/
	width: 30%;
}
.totalResult strong {
	color: red;
	font-family: 'NanumSquareRound_exbold';
}

.tableStyle02 {
	border: 1px solid #d2d2d2;
	border-top: 2px solid #d2d2d2;
	width: 95%;
	margin-left: 7px;
}
.tableStyle02 th {
	background: #e5e5e5;
	font-family: 'NanumSquareRound_exbold';
	padding: 5px 2px;
}
.tableStyle02 td {
	border: 1px solid #d2d2d2;
	padding: 5px 2px;
}

.tableStyle02 p.listTxt {
	/*height: 10px;*/
	font-size: 16px;
}
.tableStyle02 p.listTxt a{
	color:#1a73e8; 
	font-weight:500
}
.tableStyle02 p.addrTxt {
	font-size: 11px;
}
.tableStyle02 span.searchTxt {
	color: #da2526;
}
.tableStyle02 p.listCenterTxt {
	text-align: center;
	font-size: 16px;
}

.maplink {
	min-width: 30px;
	text-align: center;
}
.maplink a img {
	width: 20px;
}
.dangiName {
	color: #3a56e5;
}
.dangiNum, .dangiaddr02 {
	font-size: 0.875em;
}

/* 지도로 한번에 다보기 */

.searchFormBox {
	display: flex;
	width: 100%;
}
.searchFormBox div {
	background: #0080e9;
	line-height: 30px;
}
.searchFormBox div a {
	color: #fff;
	display: block;
	padding: 6px;
}
.searchFormBox div img {
	float: right;
	padding-top: 12px;
	width: 13px;
}
.searchFormBox .srchCity {
	border-right: 1px solid #7fb5e1;
	width: 32%;
}
.searchFormBox .srchGu {
	border-right: 1px solid #7fb5e1;
	width: 25%;
}
.searchFormBox .srchInput {
	width: 43%;
}

.searchFormBox .srchInput img {
	padding-top: 4px;
	width: 26px;
}

.mapBox {
	background: silver;
	height: 100vh;
}
.areaSelectBox {
	background: #fff;
	border-radius: 20px 20px 0 0;
	box-shadow: -2px 0px 8px rgba(0,0,0,0.16);
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: auto;
	width: 100%;
	max-width: 1024px;
	z-index: 200;
}

.popupClose img {
	display: block;
	margin: 0 auto;
	width: 20px;
}
.slideCell {
	padding: 10px;
}
.slideCell h3 {
	margin-bottom: 10px;
}

.tableStyle03 {
	border: 1px solid #d2d2d2;
	border-top: 2px solid #d2d2d2;
	width: 100%;
}
.tableStyle03 th {
	background: #e5e5e5;
	font-family: 'NanumSquareRound_exbold';
	padding: 5px 2px;
}
.tableStyle03 td {
	border: 1px solid #d2d2d2;
	text-align: center;
	padding: 0;
}

.tableStyle03 td a {
	display: block;
	font-size: 0.95em;
	padding: 4px 2px;
}
.tableStyle03 td a:hover {
	color: #3a56e5;
	border-bottom: 3px solid #3a56e5;
	padding: 3px 2px 2px 2px;
}
.tableStyle03 td:last-child a {
	border-bottom: 0;
	padding: 4px;
	text-align: left;
}
.tableStyle03 td a.select {
	color: #3a56e5;
	border-bottom: 3px solid #3a56e5;
	padding: 3px 2px 2px 2px;
}
.button01 {
	background: #3a56e5;
	color: #fff;
	font-family: 'NanumSquareRound_bold';
	font-size: 1.2em;
	padding: 10px;
	width: 100%;
}

/* 지도로 한번에 다보기02 - 검색 */
.searchFormBox02 {
	background: #0080e9;
	padding: 6px 10px;
}
.searchFormBox02 .searchBox {
	background: #f7fcfe;
	border: 1px solid #3a56e5;
	border-radius: 4px;
	margin: 0 auto;
	height: 35px;
	width: 100%;
}
.searchFormBox02 .searchBox input {
	background: #f7fcfe;
	border: 0;
	color: #000;
	font-weight: bold;
	letter-spacing: -1px;
	height: 35px;
	width: 100%;
}
.searchFormBox02 .searchBox input::placeholder {
	color: #566199;
}
.searchFormBox02 .searchBox .searchBtn {
	background: url(../../images/common/m/icon_search.png) no-repeat center 50%;
	background-size: 28px;
	height: 35px;
	width: 40px;
}

.sectionBox02 {
	background: #fff;
	padding: 10px;
}
.sectionBox02 h4 {
	font-family: 'NanumSquareRound_exbold';
	font-size: 1.5em;
	float: left;
	padding: 0 0 10px 0;
	width: 70%;
}

/* 공동주택 */
.bulidTitle {
	background: #0080e9;
	color: #fff;
	font-size: 1.25em;
	line-height: 24px;
	padding: 8px 10px;
}
.bulidTitle p:nth-child(2) {
	font-size: 1em;
}
.paddingBox {
	padding: 10px;
}

.detail-box01 {
	height: auto;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	overflow: hidden;
}
.photo-box01 {
	height: auto;
	width: 100%;
	margin-bottom: 8px;
}
.photo-box01 img {
	width: 100%;
}
.detail-info {
	float: left;
	box-sizing: border-box;
	margin-bottom: 8px;
	width: 100%;
}
.detail-info li {
	float: left;
	box-sizing: border-box;
	border: 1px solid #c0bfbf;
	font-family: 'NanumSquareRound_bold';
	font-size: 1em;
	letter-spacing: -1px;
	height: 56px;
	margin-top: 2px;
	position: relative;
	word-break: keep-all;
}
.detail-info li img {
	padding: 7px 2px 0 0;
	float: left;
}
.detail-info li:nth-child(1) img {
	width: 34px;
}
.detail-info li:nth-child(2) img {
	padding-top: 10px;
	width: 38px;
}
.detail-info li:nth-child(3) img {
	padding-top: 10px;
	width: 40px;
}
.detail-info li:nth-child(4) img {
	padding-top: 10px;
	width: 38px;
}
.detail-info li.dangi-icon05 {
	background: url('../../images/m/sub/dangi-icon05.png') no-repeat 5px 50%;
	background-size: 27px;
	padding-left: 38px;
}
.detail-info li.dangi-icon06 {
	background: url('../../images/m/sub/dangi-icon06.png') no-repeat 5px 50%;
	background-size: 26px;
	padding-left: 38px;
}
.detail-info li:nth-child(1) {
	float: left;
	width: 100%;
	position: relative;
}
.detail-info li:nth-child(2) {
	font-size: 0.95em;
	line-height: 20px;
	margin-right: 0.5%;
	height: 56px;
	width: 31%;
}
.detail-info li:nth-child(3) {
	font-size: 0.95em;
	line-height: 20px;
	margin-right: 0.5%;
	height: 56px;
	width: 39%;
}
.detail-info li:nth-child(4) {
	font-size: 0.95em;
	line-height: 20px;
	margin-right: 0;
	height: 56px;
	width: 29%;
}
.detail-info li:nth-child(5) {
	font-size: 0.95em;
	line-height: 15px;
	margin-right: 0.5%;
	height: auto;
	min-height:73px;
	width: 50%;
}
.detail-info li:nth-child(6) {
	font-size: 0.95em;
	margin-right: 0;
	height: auto;
	/* height: 60px; */
	height: auto;
	min-height:73px;
	width: 49.5%;
	padding-bottom: 10px;
}

.addr01 {
	color: #0909d1;
	font-size: 1.2em;
	line-height: 22px;
	margin-top: 8px;
}
.addr02 {
	font-family: 'NanumSquareRound_regular';
	font-size: 1em;
}
.dangi01 {
	line-height: 14px;
	margin-top: 12px;
}
.date01, .purpose01 {
	margin-top: 18px;
}
.nearby01 {
	color: #0909d1;
	font-size: 0.95em;
	line-height: 22px;
	margin-top: 4px;
}
.btn-map {
	background: #5aa23a;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	font-family: 'NanumSquareRound_bold';
	letter-spacing: -1px;
	line-height: 25px;
	width: 60px;
	padding-top: 3px;
	position: absolute;
	top: 13px;
	right: 4px;
}

.detail-box02 {
	height: auto;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 5px auto;
}
.gongdong-box {
	margin-bottom: 10px;
	padding-top: 3px;
	width: 100%;
}

.title-gongdong-price {
	color: #000;
	font-family: 'NanumSquareRound_exbold';
	font-size: 1.2em;
	padding: 5px 0;
}
.select-box {
	padding: 0 0 10px 0;
}
.select-box select {
	height: 27px;
	width: 24%;
	max-width: 180px;
	padding: 2px 3px 1px 3px;
	font-family: 'NanumSquareRound_bold';
	background: #fdfefe url('../../images/m/sub/select-arrow.png') no-repeat 99% 50%;
	border: 1px solid #888888;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
select::-ms-expand {
	display: none;
}

.select-box span {
	color: #222;
	font-weight: bold;
}
.btn-price {
	background: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #0068b3;
	color: #002257;
	font-family: 'NanumSquareRound_exbold';
	letter-spacing: -1px;
	line-height: 24px;
	margin-right: 1px;
	padding: 0 10px;
}
.btn-down{
    background: #bfa058;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    padding: 3px 6px;
}













.table-style03 {
	width: 100%;
	font-size: 12px;
}
.table-style03 th {
	background: #ededed;
	border: 1px solid #a9a9a9;
	padding: 5px 1px;
}
.table-style03 td {
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 4px 1px;
	text-align: center;
}

.table-style03 .text-align01 {
	text-align: right;
}
.table-style03 .resultAddress {
	text-align: left;
	padding-left: 10px;
	line-height: 20px;
}
.table-style04 {
	width: 100%;
}
.table-style04 th, .table-style04 td {
	border: 1px solid #a4a4a4;
	background: #fff;
	padding: 7px;
}
.table-style04 th {
	background: #dcedfb;
}
.table-style04 td:nth-child(1) {
	text-align: center;
}

.ts031 td {padding: 10px; text-align: left; word-break:break-word}
.ts031 td.textAlign01 {text-align: center}

.ts04 th {background: #ededed}
.ts04 th, .ts04 td {
	font-size: 0.95em;
	padding-right: 4px;
	padding-left: 4px;
	word-break: break-all;
}

.title-graph {
	color: #000;
	font-family: 'NanumSquareRound_exbold';
	font-size: 1.2em;
	padding: 5px 0;
}
.title-graph b {
	color: #0909d1;
}
.title-graph b span {
	color: #0909d1;
	font-size: 16px;
}
.title-graph span {
	color: #454545;
	font-size: 14px;
}
.grapwrap {
	border: 1px solid #bebebe;
	padding: 5px 6px;
}
.grapwrap img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

/* 표준주택 */

.photo-box02 {
	border: 2px solid #80bc76;
	box-sizing: border-box;
	height: auto;
	width: 100%;
	margin-bottom: 8px;
}
.photo-box02 img {
	width: 100%;
}

/* faq */

.tabStyle01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5px 10px 10px 10px;
	width: 100%;
	box-sizing: border-box;
}
.tabStyle01 li {
	flex: auto;
	background: #fff;
	justify-content: space-between;
	margin: 2px;
}
.tabStyle01 li a {
	display: block;
	color: #707070;
	border: 1px solid #cacaca;
	font-family: 'NanumSquareRound_exbold';
	line-height: 34px;
	text-align: center;
}
.tabStyle01 li a:hover {
	color: #3a56e5;
	border: 1px solid #3a56e5;
	position: relative;
	left: 0;
}

.tabStyle01 li a.selected {
	color: #3a56e5;
	border: 1px solid #3a56e5;
	position: relative;
	left: 0;
}

.faqContents {
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
	width: 100%;
}
.faq-box {
	padding: 0px;
	width: 100%;
}
.faq-box .selected03 {
	background: #3a56e5;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
	padding: 7px;
}
.faq-box dt img {
	float: right;
	margin-top: 7px;
	width: 12px;
}
.faq-box dt {
	background: #fff;
	border-bottom: 1px solid #d2d2d2;
	color: #222;
	font-weight: bold;
	line-height: 20px;
	padding: 7px;
	overflow: hidden;
}
.faq-box dd {
	background: #fff;
	border-bottom: 1px solid #c5c5c5;
	font-family: 'NanumSquareRound_regular';
	line-height: 20px;
	padding: 10px 10px 10px 24px;
	position: relative;
	left: 0;
	top: 0;
}

.bullet-a {
	color: #3a56e5;
	font-family: 'NanumSquareRound_exbold';
	position: absolute;
	left: 7px;
	top: 10px;
}

/* 조사평가의 개요 */
.minContent {
	box-sizing: border-box;
	font-family: 'NanumSquareRound_regular';
	line-height: 20px;
	padding: 10px;
	width: 100%;
}
.minContent h3 {
	color: #3a56e5;
	border-bottom: 2px solid #3a56e5;
	font-size: 1.25em;
	padding: 5px;
	margin-bottom: 10px;
}
.minContent h4 {
	color: #d7a613;
	border-bottom: 2px solid #d7a613;
	font-size: 1.25em;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.general-outline {
	width: 100%;
}

/* 성지혜 과장님 디자인본
.general-outline dt {
	background: url(../../images/m/sub/bullet_rect.png) no-repeat 3px 11px;
	border-bottom: 1px solid #c5c5c5;
	color: #222;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 5px 5px 12px;
}
*/

/* 디자인 변경_20201211_ljh */
.general-outline dt {
	background: #6e7eca;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 4px solid #c5c5c5;
	padding: 5px 5px 5px 12px;
}
/*타이틀중 강조부분*/
.general-outline dt span.strongTxt {
	color: #a8dce3;
}




.general-outline dd {
	padding: 10px 0;
}
.general-outline dd li {
	background: url(../../images/m/sub/bullet-arrow03.png) no-repeat 6px 6px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.general-outline dd li .greenText {
	background: url(../../images/m/sub/bullet-plus02.png) no-repeat 0 3px;
	color: #005e15;
	line-height: 20px;
	margin-top: 5px;
	padding-left: 15px;
}


/*background 없는 li*/
.general-outline dd li.noBg {
	background: none;
}
/*조사산정의 개요 회의록 다운로드 li*/
.general-outline dd li.bullet2 {
	background:url('../../images/m/common/bullet_circle.png') no-repeat 0 14px; 
	padding:4px 0 4px 15px;
}
.general-outline dd li span.btnTitle{
	display:inline-block;
	width:60%;
}
.general-outline dd li span.btnArea{
	padding-left:10px;
}




.general-outline .refer {
	background: none;
	color: #000;
	line-height: 24px;
	margin-top: 10px;
}
.general-outline .refer .titlePoint {
	color: #a40000;
	font-weight: bold;
}
.general-outline dd li.paddingTitle {
	background: url(../../images/m/sub/bullet-arrow03.png) no-repeat 6px 27px;
	padding: 20px 0 0 15px;
}

.general-outline dd .diagramBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.general-outline dd .diagramBox li {
	background: #4e72ab;
	border-radius: 5px;
	flex: 1;
	justify-content: space-between;
	margin-right: 15px;
	padding: 5px;
	position: relative;
	z-index: 150;
}
.general-outline dd .diagramBox li.diag01 {
	background: #4e72ab;
}
.general-outline dd .diagramBox li.diag02 {
	background: #3cbaba;
}
.general-outline dd .diagramBox li.diag03 {
	background: #7f9693;
}
.general-outline dd .diagramBox li.diag04 {
	background: #44a8c2;
}
.general-outline dd .diagramBox li.diag05 {
	background: #9e76e3;
}
.general-outline dd .diagramBox li.diag06 {
	background: #6270a3;
}
.general-outline dd .diagramBox li p {
	color: #fff;
}
.general-outline dd .diagramBox li .diaTitle {
	background: #fff;
	border-radius: 3px;
	color: #000;
	font-family: 'NanumSquareRound_bold';
	height: 40px;
	line-height: 40px;
	padding: 5px 10px;
	text-align: center;
	word-wrap: break-word;
}
.general-outline dd .diagramBox li .diaTitle02 {
	line-height: 20px;
	word-wrap: break-word;
	min-width: 120px;
}
.general-outline dd .diagramBox li .diaTitle03 {
	height: 60px;
	line-height: 20px;
}
.general-outline dd .diagramBox li .diaTitle04 {
	min-width: 80px;
}
.general-outline dd .diagramBox li .diaDec {
	line-height: 20px;
	padding: 5px 0 0 0;
	text-align: center;
}
.general-outline dd .diagramBox li .arrowBox {
	margin-right: 100px;
	position: absolute;
	top: 50%;
	right: -113px;
	transform: translateY(-50%);
	z-index: 300;
}
.general-outline > dd > ul.ultwo {
	margin-top: -20px;
}
.general-outline > dd > ul > li > ul > li {
	background: none;
	margin-left: -15px;
	padding-bottom: 0;
}
.infoBox {
	background: #fff url(../../images/m/sub/icon_note.png) no-repeat 25px 50%;
	border: 4px solid #e5e5e5;
	border-radius: 50px;
	-webkit-radius: 50px;
	-moz-radius: 50px;
	-ms-radius: 50px;
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 21px;
	margin: auto;
	padding: 20px 20px 20px 100px;
	width: auto;
}
.infoBox strong {
	color: #4d78ab;
	text-decoration: underline;
}

.bullet10 {
	background: url(../../images/m/common/bullet_dotted.png) no-repeat 0 7px;
	padding-left: 6px;
}
.bullet11 {
	padding-left: 7px;
}

/* 한국부동산원 지사안내 */
.office-deco {
	background: #556fb5;
	border-radius: 5px;
	display: block;
	margin-bottom: 10px;
	height: auto;
	padding: 5px;
	position: relative;
	left: 0;
	top: 0;
}

.office-text p {
	color: #fff;
	line-height: 22px;
}
.office-text p:nth-child(1) {
	color: #fff;
	font-size: 1.2em;
}
.office-text p:nth-child(2) {
	color: #fff;
	font-size: 1em;
}
.office-text p:nth-child(3) {
	color: #c6d4fc;
	font-size: 0.95em;
}
.office-text p b {
	color: #fff100;
	text-decoration: underline;
}
.txtColor01 {
	color: #00ffff;
}
.txtColor02 {
	color: #fff;
	background: #4e1bd1;
	padding: 2px 4px;
	font-size: 0.95em;
}

@media screen and (min-width: 510px) {
	.office-deco {
		background: #556fb5 url(../../images/m/sub/icon_tel.png) no-repeat 10px 50%;
		background-size: 80px;
		height: 67px;
	}
	.office-text {
		color: #fff;
		line-height: 22px;
		position: absolute;
		left: 100px;
	}
}
@media screen and (min-width: 320px) and (max-width: 509px) {
	.office-text p:nth-child(1) {
		background: #556fb5 url(../../images/m/sub/icon_tel.png) no-repeat 0 2px;
		background-size: 30px;
		padding-left: 32px;
	}
}





/* 개인정보처리방침 */
.privacy_Policy {
	background: #2b5790;
	border-radius: 10px;
	color: #fff;
	display: block;
	padding: 10px;
}
.privacy_Policy p {
	margin-bottom: 10px;
}
.privacy_Policy p:last-child {
	margin-bottom: 0;
}

.privacy-txt {
	position: relative;
	word-break: keep-all;
}
.privacy-txt dl {
	margin-bottom: 10px;
}
.privacy-txt dt {
	padding: 10px 0 10px 0;
}
/*개인정보처리방침에서 국토부 라벨 부분*/
.privacy-txt dt img{
	vertical-align: middle;
}
.privacy-txt dd {
	line-height: 22px;
}
.privacy-txt dd ol{
	margin: 15px 0px;
}
.privacy-txt dd ol li {
	list-style-type: decimal;
	margin-left: 30px;
}
.privacy-txt div.divScroll {
	border: 1px solid;
	height: 150px;
	padding: 5px;
	overflow: scroll;
}
.privacy-txt div.divBtn {
	padding: 25px 0 5px 10px;
}
.privacy-txt div.divStress {
	padding: 25px 0 5px 10px;
}
.privacy-txt span.spanStress {
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
}
.privacy-txt span.spanStressBig {
	font-size: 20px;
}
.privacy-title {
	font-weight: bold;
}



.dd01-table {
	margin-bottom: 15px;
	width: 100%;
	
	font-size:14px;
}
.dd01-table th, .dd01-table td {
	border: 1px solid #d8d8d8;
	padding: 5px;
	word-break: break-all;
}
.dd01-table th {
	background-color: #f0f2fb;
	border-top: 2px solid #bdc9f4;
	height: 16px;
	padding: 4px;
	line-height: 14px;
}
.dd01-table td {
	background-color: #fff;
	line-height: 18px;
}
.dd01-table td.align-center {
	background-color: #fff;
	line-height: 18px;
	text-align: center;
}
.dd01-table td.storeYear {
	color: #e20f0f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.dd02-table {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	font-size: 14px;
}
.dd02-table th, .dd02-table td {
	border: 1px solid #d8d8d8;
	padding: 5px;
	word-break: break-all;
}
.dd02-table th {
	background-color: #f0f2fb;
	border-top: 2px solid #bdc9f4;
	height: 16px;
	padding: 4px;
	line-height: 14px;
}
.dd02-table td {
	background-color: #fff;
	line-height: 18px;
	text-align: center;
}
.dd02-table td.storeYear {
	color: #e20f0f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.table-num {
	font-weight: bold;
	text-align: center;
}
.list-bold {
	color: #585859;
}
.red-highlight {
	color: #e20f0f;
	font-weight: bold;
}
.privacy-txt .ul-text {
	padding: 10px 0;
	margin-left: 15px;
}
.privacy-txt .ul-text li {
	list-style-type: circle;
}
.txt-indent {
	margin-left: 15px;
}
.txt-indent .bullet01 {
	background: url("../../images/m/sub/privacy_bullet01.gif") no-repeat 0 17px;
	font-weight: bold;
	color: #565656;
	padding-left: 5px;
}

.privacy-txt .ul-gana li {
	line-height: 24px;
	list-style: none;
}
.link-box {
	background-color: #fbf4e2;
	border: 1px solid #dcd2b9;
	list-style: none;
	margin: 10px auto;
	padding: 10px;
	word-break: break-all;
}
.link-box li {
	background: url("../../images/m/sub/privacy_bullet03.gif") no-repeat 0 6px;
	padding-left: 8px;
}
.link-box li strong {
	color: #836e3b;
}
.link-box li.bullet-no {
	background-image: none;
	padding-left: 4px;
}
.link-box_02 {border:1px solid #dcd2b9; list-style:none; padding:8px 8px; margin:10px auto;}
.link-box_02 li {padding-left:5px;}
.link-box_02 li strong {color:#836e3b;}
.link-box_02 li.bullet_no {background-image:none; padding-left:4px;}



.past-privacy-box {
	border-top: 1px solid #aaaaaa;
	margin-top: 10px;
	padding-top: 15px;
	overflow: hidden;
}
.past-privacy-box dt {
	display: inline;
	padding-top: 20px;
}
.past-privacy-box .past-privacy-btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-family: 'NanumSquareRound_exbold';
	background: #6a005f url("../../images/m/sub/privacy-btn-arrow.png") no-repeat right 50%;
	padding-right: 12px;
	width: 200px;
	line-height: 38px;
}
.past-privacy-link {
	float: left;
	margin-left: 10px;
	margin-bottom: 50px;
}
.past-privacy-link li {
	padding: 2px;
}

/*개인정보 수집 및 이용 동의서 관련 */
#wrap-privacy1 {
	position: relative;
	width: 700px;
	height: auto;
}
.top-logo-1 {
	position: relative;
	width: 700px;
	height: 150px;
}
.top-txt-1 {
	position: relative;
	width: 660px;
	height: 104px;
	margin: 0 auto;
}

/* error */
.wrap02 {
	/*background: #ccc;*/
	background: #fff;
	display: inline-block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}
.errorWrap {
	display: block;
	margin: 100px auto 0 auto;
	height: auto;
	width: 90%;
	max-width: 600px;
}
.errorWrap h2 {
	padding-left: 10px;
	margin: 0;
}
.errorWrap h2 img {
	padding: 0;
	margin: 0;
	height: auto;
	width: 120px;
}
.errorBox {
	clear: both;
	color: #313131;
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	box-sizing: border-box;
	padding: 40px 10px;
	height: auto;
	width: 100%;
	text-align: center;
}
.errorBox p {
	line-height: 40px;
}
.errorBox p:nth-child(1) {
	color: #00a0e9;
	display: inline-block;
	font-family: 'NanumSquareRound_bold';
	font-size: 2.5em;
	letter-spacing: -1px;
	vertical-align: middle;
}
.errorBox p:nth-child(1) em {
	color: #e60012;
	display: inline-block;
	font-family: 'NanumSquareRound_exbold';
	font-size: 1.5em;
	vertical-align: middle;
}
.errorBox p:nth-child(2) {
	color: #313131;
	font-family: 'NanumSquareRound_regular';
	font-size: 1.25em;
	margin-bottom: 10px;
	text-decoration: underline;
}
.errorBox a.errorBtn {
	background: #004986;
	color: #fff;
	font-family: 'NanumSquareRound_regular';
	margin: 0 10px;
	padding: 10px 20px;
}

/* 알림창 */

.popNoticeBox {
	clear: both;
	color: #313131;
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	box-sizing: border-box;
	display: block;
	padding: 20px 15px;
	height: auto;
	width: 90%;
	max-width: 500px;
	margin: 50px auto 0 auto;
	text-align: center;
}
.popNoticeBox .popNoticeTitle {
	border-bottom: 2px solid #0068b3;
	color: #0068b3;
	display: inline-block;
	font-family: 'NanumSquareRound_bold';
	font-size: 1.4em;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	width: 100%;
}
.popNoticeBox .popNoticeContent {
	color: #313131;
	font-family: 'NanumSquareRound_regular';
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 27px;
	text-align: left;
}
.popbtnBox {
	display: inline-block;
	overflow: hidden;
}
.popNoticeBox a.popNoticeBtn {
	background: #004986;
	color: #fff;
	display: inline-block;
	font-family: 'NanumSquareRound_regular';
	margin: 0 10px 20px 10px;
	padding: 10px 20px;
}
.checkbox {
	border-top: 1px solid #dcdcdc;
	padding-top: 14px;
	position: relative;
	text-align: left;
}
.btnPopClose {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	padding: 5px;
}
.btnPopClose img {
	width: 14px;
}

._sub_popup {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 2000px;
	transition: 0.6s;
	overflow: scroll;
	z-index: 99991;
}

._sub_popup > .map_subMenu_title {
	/* background: #3a56e5; */
	background-image: -webkit-linear-gradient(rgba(247,252,254,0.9), rgb(248,247,247));
	background-image: -o-linear-gradient(rgba(247,252,254,0.9), rgb(248,247,247));
	background-image: -moz-linear-gradient(rgba(247,252,254,0.9), rgb(248,247,247));
	background-image: linear-gradient(rgba(58, 86, 229, 0.9), rgba(58, 86, 229, 0.6));
	display: flex;
	justify-content: space-between;
	width: auto;
	height: 35px;
}

._sub_popup > .map_subMenu_title > a {
	border: 0;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	height: 35px;
	width: 90%;
	padding-left: 10px;
	line-height: 35px;
	font-size: 14px;
}

._sub_popup > .map_subMenu_title > button {
	background: url(../../images/m/common/icon_x.png) no-repeat center 50%;
	background-size: 16px;
	height: 35px;
	width: 35px;
}

/* 일반 팝업 */
.sub_popup {
	/*position: absolute;*/
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0px;
	/* z-index: 1; */
	z-index: 99999999;
	transition: 0.6s;
	overflow: scroll;
}
.sub_popup > .subMenu_title {
	/* background: #3a56e5; */
	background-image: -webkit-linear-gradient(rgba(247,252,254,0.9), rgb(248,247,247));
	background-image: -o-linear-gradient(rgba(247,252,254,0.9), rgb(248,247,247));
	background-image: -moz-linear-gradient(rgba(247,252,254,0.9), rgb(248,247,247));
	/*background-image: linear-gradient(rgba(58, 86, 229, 0.9), rgba(58, 86, 229, 0.6));*/
	background-image: linear-gradient(rgba(54, 156, 91, 0.9), rgba(55, 187, 108, 0.6));
	display: flex;
	justify-content: space-between;
	width: auto;
	height: 35px;
}
.sub_popup > .subMenu_title > a {
	border: 0;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	height: 35px;
	width: 90%;
	padding-left: 10px;
	line-height: 35px;
	font-size: 14px;
}
.sub_popup > .subMenu_title > button {
	background: url(../../images/m/common/icon_x.png) no-repeat center 50%;
	background-size: 16px;
	height: 35px;
	width: 35px;
}


.sanjung {
    background: #fff;
    border: 3px solid #c8c7c7;
    box-sizing: border-box;
    line-height: 20px;
    padding: 8px;
    width: 100%;
	white-space: pre-line;    
}





/*상단 검색조건 영역 */
.table-style-schbox {
    border: none;
    width: 100%;
}
.table-style-schbox th,td {
    border: none;
    /*border-bottom: 1px solid #e5e5e5;*/
    padding: 4px 4px;
}
.table-style-schbox th {
    text-align: left;
    word-wrap: break-word;
}
.table-style-schbox .lastLine th,
.table-style-schbox .lastLine td {
    border-bottom: 0;
}

.table-style-schbox .textColor01 {
    color: #d01321;
}
.table-style-schbox td label {
    font-weight: bold;
    padding: 8px 15px 8px 6px;
}
.table-style-schbox td input {
    background: #fff;
    border: 1px solid #b2b2b2;
    height: 27px;
}
.table-style-schbox td input[readonly] {
    /*background: #fff;*/
    background-color:#e0e1e6;
}
.table-style-schbox span.smsSendMsg {
    color : #36c134;
    margin: 8px 0;
}





.sub_content_wrap,
.sub_content_wrap *{box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box}

.sub_content_wrap{width:100%; padding:10px 15px; font-family:'NanumSquareRound_regular'}
.sub_content_wrap .fb{font-family:'NanumSquareRound_exbold'}
.sub_content_wrap h3.sub_tit{margin:15px 0 10px; padding:5px 5px 5px 12px; background: #6e7eca; border-bottom:4px solid #c5c5c5; font-size: 1.1em; color: #fff; font-family:'NanumSquareRound_exbold'}
/* 개별지/개별주택 담당자안내, 일사편리 사이트 안내*/
.sub_content_wrap .area_call_wrap{display:flex; flex-wrap:wrap; margin:15px 0}
.sub_content_wrap .area_call_wrap li{width:25%; padding:3px}
.sub_content_wrap .area_call_wrap li a{display:block; border:1px solid #0068b3; border-radius:15px; line-height:30px; color:#0a387f; text-align:center}
.sub_content_wrap .area_call_wrap li a i{margin-left:3px; font-size:13px; line-height:30px; color:#8da6b9; vertical-align:top}
.sub_content_wrap .area_call_refer,
.sub_content_wrap .bul_arr{margin:5px}
.sub_content_wrap .area_call_refer li{position:relative; padding:4px 0; padding-left:18px; line-height:18px;}
.sub_content_wrap .area_call_refer li::before{display:block; content:"※"; position:absolute; top:3px; left:0}
.sub_content_wrap .bul_arr li{padding:4px 0; padding-left:15px; background: url(../../images/m/sub/bullet-arrow03.png) no-repeat 6px 9px; line-height:18px}
.sub_content_wrap .area_call_detail{width:100%; height:500px; display:flex;}
@media screen and (max-width: 580px) {
	.sub_content_wrap .area_call_wrap li{width:33.33%}
}
@media screen and (max-width: 400px) {
	.sub_content_wrap .area_call_wrap li{width:50%}
}
@media screen and (max-width: 275px) {
	.sub_content_wrap .site_go_wrap li{width:100%}
}

/* 공지사항*/
.notice_wrap .notice_count{margin-top:25px; font-size:13px; line-height:1.2em; color:#888}
.notice_wrap .notice_count .fb{}
.notice_wrap .notice_list{margin:10px 0; border-bottom:1px solid #aaa}
.notice_wrap .notice_list li{display:flex; justify-content:space-between; flex-wrap:wrap; padding:10px 0; border-top:1px solid #ddd; line-height:22px;}
.notice_wrap .notice_list li .notice_tit{width:calc(100% - 90px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
.notice_wrap .notice_list li .notice_date{width:80px; font-size:13px; color:#888; text-align:right}
.notice_wrap .notice_list .notice_cate{display:inline-block; width:50px; margin-right:7px; background:#fee2b1; border-radius:16px; line-height:22px; font-weight:500; color:#cf7c32; text-align:center}
.notice_wrap .notice_list .cate01{background:#e7f1ca; color:#72901c}
.notice_wrap .notice_list .cate02{background:#d5f0fc; color:#4386a3}
.notice_wrap .notice_list .cate03{background:#f8e2fd; color:#b277c0}
.notice_wrap .paging_wrap{display:flex; justify-content:center; width:100%; margin:15px 0}
.notice_wrap .paging_wrap .paging_arr{display:block; width:28px; height:28px; margin:0 5px; text-align:center}
.notice_wrap .paging_wrap .paging_arr i{line-height:28px; vertical-align:top}
.notice_wrap .paging_wrap .paging_list{display:flex}
.notice_wrap .paging_wrap .paging_list a{display:block; width:28px; height:28px; margin:0 3px; border:1px solid #eaeaea; border-radius:50%; font-size:13px; line-height:28px; color:#888; text-align:center}
.notice_wrap .paging_wrap .paging_list a.paging_on{background:#939fb3; border-color:#939fb3; color:#0a387f; color:#fff; font-family:'NanumSquareRound_exbold'}
@media screen and (max-width: 500px) {
	.notice_wrap .notice_list li .notice_tit{width:100%}
	.notice_wrap .notice_list li .notice_date{width:100%; line-height:1em; text-align:right}
}
.notice_wrap .notice_detail_tit{margin:10px 0 5px; padding:10px; background:#fafafa; border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-size:15px; line-height:22px; font-family:'NanumSquareRound_exbold'; text-align:center}
.notice_wrap .notice_detail_tit .notice_cate{display:inline-block; width:50px; margin-right:7px; background:#fee2b1; border-radius:16px; line-height:22px; font-weight:500; color:#cf7c32; text-align:center}
.notice_wrap .notice_detail_tit .cate01{background:#e7f1ca; color:#72901c}
.notice_wrap .notice_detail_tit .cate02{background:#d5f0fc; color:#4386a3}
.notice_wrap .notice_detail_tit .cate03{background:#f8e2fd; color:#b277c0}
.notice_wrap .notice_detail_info{display:flex; justify-content:space-around; padding:8px 5px; border-bottom:1px solid #eaeaea}
.notice_wrap .notice_detail_info dt{position:relative; width:15%; color:#888; text-align:center}
.notice_wrap .notice_detail_info dt::before{display:block; content:""; position:absolute; top:1px; right:0; width:1px; height:12px; background:#ddd}
.notice_wrap .notice_detail_info dd{width:45%; padding-left:15px}
.notice_wrap .notice_detail_info dd.notice_detail_count{width:25%}
.notice_wrap .notice_detail_info dd.width_long{width:85%}
.notice_wrap .notice_detail_con{width:100%; min-height:180px; padding:20px; border-bottom:1px solid #ddd}
.notice_wrap .notice_detail_con ul li{padding:6px 0; line-height:20px;}
.notice_wrap .notice_detail_btn_wrap{padding:10px 5px; text-align:right}
.notice_wrap .notice_detail_btn_wrap .btn{display:inline-block; width:90px; border:1px solid #0a387f; line-height:26px; color:#0a387f; text-align:center}
@media screen and (max-width: 500px) {
	.notice_wrap .notice_detail_info{padding: 8px 0}
	.notice_wrap .notice_detail_info .notice_detail_count{display:none}
	.notice_wrap .notice_detail_info dt{width: 65px}
	.notice_wrap .notice_detail_info dd,
	.notice_wrap .notice_detail_info dd.width_long{width:calc(100% - 65px)}
}



/** 모바일 : 서브*/
.general-outline dt{font-family:'NanumSquareRound_exbold'}
.general-outline dd li{line-height:22px; background-position:6px 8px}
.general-outline dd li .decoBox01 > li{background-position:12px 5px}
.general-outline dd li .decoBox01 > li > ul > li{background-position:17px 7px}



