/* font */

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('/fonts/pretendard/Pretendard-Black.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('/fonts/pretendard/Pretendard-ExtraBold.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('/fonts/pretendard/Pretendard-Bold.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('/fonts/pretendard/Pretendard-SemiBold.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('/fonts/pretendard/Pretendard-Medium.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('/fonts/pretendard/Pretendard-Regular.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('/fonts/pretendard/Pretendard-Light.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('/fonts/pretendard/Pretendard-ExtraLight.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('/fonts/pretendard/Pretendard-Thin.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Thin.woff') format('woff');
}

* {
	box-sizing: border-box;
}

html, body {
	min-width: auto;
	height: 100%;
}

body {
	min-width: 280px;
	font-size: 14px;
	font-family: 'Pretendard', 'Sans-serif';
}

h1,.h1 {font-size: 30px;}
h2,.h2 {font-size: 24px;}
h3,.h3 {font-size: 20px;}
h4,.h4 {font-size: 18px;}
h5,.h5 {font-size: 16px;}
h6,.h6 {font-size: 14px;}
h1,h2,h3,h4,h5,h6,p {
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0;
}
p {font-size: 12px; font-weight: 400;}
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.6;
}
a:hover {
	color: unset;
}

/*헤더픽스팝업*/
.headerBanner {
	position: relative;
}

/* header */
.mobile_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 0 15px;
	box-shadow: 0px 5px 10px -1px #efefef;
	border-bottom: none;
	z-index: 10;
}
.btn_nav {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-image: url("/images/mobile/nav_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
}
.m_header_logo {
	display: inline-block;
	width: 90px;
	vertical-align: middle;
}
.m_header_logo img {
	width: 100%;
}
.link_login {
	display: inline-block;
	width: 80px;
	padding: 5px 0;
	border-radius: 30px;
	background-color: #239aff;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
.link_login:hover {
	color: #fff;
}
.link_underline {
	text-decoration: underline;
}


.header_left_nav {
	flex: 0 1 100%;
	max-width: 100%;
}
.header_btn_back {
	position: relative;
	width: 30px;
	height: 30px;
	background: none;
	vertical-align: middle;
}
.header_btn_back > span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 5px;
	height: 1px;
	width: 20px;
	background-color: #000;
}
.header_btn_back::before {
	content: '';
	display: block;
	position: absolute;
	margin-top: 10px;
	top: 0;
	left: 5px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(-45deg);
}

.header_right_nav {
	font-size: 12px;
	text-align: right;
	white-space: nowrap;
}
.header_right_nav > * {
	display: inline-block;
	vertical-align: middle;
}
.header_phone_cnt {
	display: none;
	font-size: 0.75rem;
}
.header_phone_cnt > span {
	color: #dd0000;
}


/* main_header */
.main_section {
	padding: 15px 30px;
	background-image: url('/images/mobile/main_bg.jpg');
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
}
.main_section > .txt_box {
	padding: 35px 0;
}
.main_section > .txt_box > h1 {
	margin-top: 25px;
	line-height: 1.3;
}
.main_section > .txt_box > h1 > span {
	position: relative;
}
.main_section > .txt_box > h1 > span::before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -8px;
	right: 50%;
	background-color: #fff;
	border-radius: 100%;
	transform: translate(50%, 0);
}
.main_section > .info_box {
	padding: 30px 0;
}
.main_section > .info_box ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_section > .info_box ul li {
	position: relative;
	padding: 0 20px;
}
.main_section > .info_box ul li + li::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 40px;
	left: 0;
	top: 50%;
	background-color: #fff;
	transform: translate(0, -50%);
	opacity: 0.4;
}
.main_search {
	padding: 30px 20px;
	background-color: #f5f8fb;
}
.main_search > h4 {
	margin-bottom: 10px;
	text-align: center;
}
.main_search_content {
	display: flex;
	align-items: center;
	justify-content: center;
} 
.main_search_content > * {
	margin: 0 5px;
	height: 40px;
	border-radius: 8px;
}
.main_search_content > select {
	flex: 0 1 100%;
	max-width: calc(50% - 40px);
	background-color: #fff;
	border: 1px solid #fff;
}
.main_search_content > button {
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
}

.main_list_content {
	padding: 20px;
}

.list_header {
	display: flex;
	padding: 15px 0;
	align-items: center;
	justify-content: space-between;
}
.list_header .right_box {
	color: #999;
}
.main_list_content .btn_find_list {
	padding: 4px 10px;
	background-color: #feb220;
	border-radius: 30px;
	color: #fff;
	font-size: 0.875rem;
}

.hover_info_box {
	position: relative;
	cursor: pointer;
	z-index: 2;
}
.hover_info_box > .info_ico {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: 1px solid #999;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/images/icon/i.png);
	background-size: auto 50%;
	vertical-align: middle;
}	
.hover_info_box > .content_box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 15px;
	padding: 15px 20px;
	border-radius: 10px;
	border: 1px solid #40a7ff;
	background-color: #fff;
	text-align: center;
	white-space: nowrap;
}
.hover_info_box > .content_box::before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	margin-right: -7px;
	top: -7px;
	right: 30px;
	transform: rotate(45deg);
	background-color: #fff;
	border-top: 1px solid #40a7ff;
	border-left: 1px solid #40a7ff;
}
.hover_info_box.on > .content_box {
	display: inline-block;
}
.thumbnail_content {
	border-radius: 8px;
	overflow: hidden;
}
.thumbnail_content .bg_box {
	padding-top: 68.75%;
	background-color: #f1f1f1;
	background-size: cover;
	background-position: center;
}
.thumbnail_content .info_box {
	padding: 15px;
	border: 1px solid #dedede;
	border-radius: 0 0 8px 8px;
}
.thumbnail_content .info_box .tag_area span {
	display: inline-block;
	padding: 2px 5px;
	border-radius: 4px;
	font-size: 12px;
}
.thumbnail_content .info_box .tag_area span.tag_common {
	border: 1px solid #239aff;
	color: #239aff;
}
.thumbnail_content .info_box .tag_area span.tag_green {
	border: 1px solid #0ed2d4;
	color: #0ed2d4;
}
.thumbnail_content .info_box > h5 {
	padding: 5px 0 3px;
}
.thumbnail_content .info_box > p {
	color: #555;
}
.thumbnail_content .info_box .new_tag {
	display: inline-block;
	margin-right: 3px;
	padding: 0 4px;
	background-color: #f66639;
	border-radius: 3px;
	color: #fff;
	font-size: 80%;
	font-weight: 300;
	vertical-align: text-top;
}

.main_reg_content {
	padding: 20px;
	background-color: #f5f8fb;
	border-radius: 8px;
}
.main_reg_content .basic_chk {
	margin-right: 10px;
}
.main_reg_content .basic_chk > input[type=radio] + span {
	margin-right: 2px;
	border: 1px solid #999;
}
.main_reg_content .basic_chk > input[type=radio]:checked + span {
	border-color: #239aff;
}
.main_reg_content .basic_chk > input[type=radio]:checked + span::after {
	background-color: #239aff;
}
.main_reg_content .basic_chk > input[type=radio]:checked ~ h6 {
	color: #000;
}
.main_reg_content .basic_chk h6 {
	display: inline-block;
	vertical-align: middle;
	color: #999;
}
.main_reg_content .ipt_area {
	display: flex;
	margin-top: 15px;
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.main_reg_content .ipt_area input {
	flex: 0 1 100%;
	max-width: calc(100% - 45px);
	height: 40px;
	padding: 0 10px;
	background-color: #fff;
	border: none;
}
.main_reg_content .ipt_area button {
	flex: 0 0 45px;
	max-width: 45px;
	height: 40px;
	background-color: #239aff;
	background-size: 35%;
	background-image: url('/images/icon/search_ico3.png');
	background-repeat: no-repeat;
	background-position: center;
}

.article_group {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.number_of_house {
	position: absolute;
	padding: 40px 15px;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	background-color: rgba(35, 53, 139, 0.8);
	color: #FFF;
}
.number_of_house h2 {
	font-size: 13px;
}
.main_count {
	font-size: 45px;
	font-weight: 200;
}
.link_group {
	display: flex;
	padding: 20px;
	background-color: #0856dd;
}
.link_group a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.link_group a + a {
	margin-left: 7px;
}
.link_group a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
}
.link_rent {
	color: #23358b;
}
.link_deal {
	color: #484e5f;
}
.link_rent::before,
.link_deal::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	background-image: url("/images/mobile/white_house.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45%;
}
.link_rent::before {
	background-color: #23358b;
}
.link_deal::before {
	background-color: #484e5f;
}

/* main_body */
.main_body {
	padding: 50px 10px 10px;
	text-align: center;
}
.main_body .swiper-container {
	padding-bottom: 50px;
}
.main_body_title {
	margin-bottom: 20px;
}
.swiper_article_desc {
	margin-top: 10px;
}
.swiper_article_desc h3 {
	line-height: 1.8;
	color: #224a9a;
}
.swiper_article_desc p {
	font-size: 14px;
	line-height: 1.57;
}

/* swiper */
.main_body .swiper-slide article {
	width: 100%;
}
.main_body .swiper-slide article img {
	width: 100%;
	height: auto;
}
.main_body .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 6px !important;
	border-radius: 0;
	background-color: #999 !important;
}
.main_body .swiper-pagination-bullet-active {
	background-color: #23358b !important;
}

/* main_footer */
.main_footer {
	position: relative;
	padding: 30px;
	background-color: #fee934;
	color: #3b212c;
}
.main_footer p {
	font-size: 12px;
	line-height: 1.53;
}
.main_footer_desc {
	display: flex;
	align-items: center;
}
.link_kakao {
	display: block;
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 50%;
	background-image: url("/images/mobile/kakao_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	background-color: #FFF;
}
.footer_desc_text {
	padding: 30px 0;
	text-align: center;
}

.article_tel {
	display: flex;
	color: #FFF;
}
.tel_group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	height: 100px;
}
.tel_group h3 {
	font-size: 12px !important;
}
.tel_group span {
	font-size: 18px;
	font-weight: 300;
}
.tel_all {
	position: relative;
	background-color: #383f51;
}
.tel_daegu {
	background-color: #23358b;
}
.tel_all + .tel_all::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 40px;
	top: 50%;
	left: 0;
	background-color: #fff;
	opacity: 0.2;
	transform: translate(0, -50%);
}

.mobile_footer {
	padding: 50px 15px;
	font-size: 12px;
	text-align: center;
}
.footer_logo {
	width: 112px;
}
.footer_desc_group {
	padding: 20px 0;
}
.footer_desc_group dl {
	display: flex;
	justify-content: center;
	color: #5e6062;
}
.footer_desc_group dt {
	font-weight: 400;
}
.footer_desc_group dl:first-of-type dt::after {
	content: "|";
	padding: 15px;
}
.footer_desc_group dt::after {
	content: ".";
	padding-right: 5px;
}
.footer_copyright {
	font-size: 12px;
	color: #999;
}

aside {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 12;
}
aside.on {
	display: block;
}
.aside_inner {
	margin-left: auto;
	max-width: 400px;
	height: 100%;
	width: 90%;
	background-color: #f7f7f7;
	overflow: auto;
}
.aside_header {
	padding: 15px 20px;
	background-color: #fff;
}
.aside_header_btn {
	text-align: right;
}
.aside_header_btn > * {
	margin-left: 8px;
}

.aside_header_link.disabled ul {
	opacity: 0.4;
}

.aside_link {
	margin-top: 10px;
	background-color: #fff;
}
.aside_link li + li {
	border-top: 1px solid #e4e4e4;
}
.aside_link li > a {
	display: flex;
	position: relative;
	padding: 12px 0;
	align-items: center;
}
.aside_footer {
	padding: 15px 30px;
	text-align: right;
}
.aside_footer p {
	display: inline-block;
	vertical-align: middle;
}
.aside_footer a {
	margin-left: 13px;
}
.aside_logo {
	display: inline-block;
	margin-bottom: 30px;
}
.aside_logo img {
	height: 27px;
}



@media screen and (max-width: 372px) {
	.main_footer_desc h1 {
		font-size: 13px;
	}
	.main_footer p {
		font-size: 12px;
	}
}

@media screen and (max-width: 338px) {
	.main_desc p {
		font-size: 20px;
	}
}

/* login */
.container_popup.m_login {
	max-width: none;
	padding: 90px 30px 110px;
}
.m_login_header {
	margin-bottom: 40px;
}
.m_login_header h1 {
	padding-bottom: 15px;
	font-size: 26px;
}
.m_login_header p {
	font-size: 12px;
}
.m_login_header span {
	color: #1748a9;
}
.container_popup.m_login input {
	height: 50px;
}
.container_popup.m_login .id_pw_join a {
	color: #000;
}

/* login modal */
.m_id_modal .modal-dialog,
.m_pw_modal .modal-dialog {
	width: calc(100% - 1rem);
}

/* join_intro */
.m_join_intro {
	padding: 50px 25px 75px;
}
.join_header {
	margin-bottom: 25px;
}
.join_header h1 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.join_header_desc {
	font-size: 12px;
	color: #999999;
}
.join_header_desc span {
	color: #1748a9;
}
.join_article_wrapper {
	display: flex;
	justify-content: space-between;
}
.join_article_wrapper article {
	flex: 0 0 48%;
	max-width: 48%;
	position: relative;
	padding: 80px 15px;
	border-radius: 10px;
	background-color: #f5f5f5;
	text-align: center;
}
.join_article_wrapper article::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 50%;
	width: 25px;
	height: 35px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	background-image: url("/images/mobile/location_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateX(-50%);
}
.wrapper_join {
	height: 100px;
}
.wrapper_join h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}
.wrapper_join p {
	font-size: 13px;
	color: #999;
}
.link_join {
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 100px;
	padding: 10px;
	border-radius: 30px;
	background-color: #1748a9;
	font-size: 13px;
	color: #FFF;
	transform: translateX(-50%);
}
.link_join:hover {
	color: #FFF;
}

/* join */
.m_join {
	position: relative;
	padding: 40px 0;
}

.m_join .join_header {
	padding: 0 25px;
}

.find_realestate h2 {
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
}
.btn_inquiry {
	width: 100%;
	padding: 15px 0;
	background-color: #f2f2f2;
}

.re_find_wrapper {
	padding: 0 25px;
	margin-bottom: 30px;
}

.m_join .modal_find_wrapper h2 {
	font-size: 20px;
}
.m_join .modal_find_wrapper > p {
	margin-bottom: 10px;
	color: #f30000;
}
.m_join .modal_find_wrapper input {
	border: 1px solid #dfdfdf;
}
.m_join .modal_search_list{
	width: 100%;
	padding: 0 15px;
	margin: 0;
}
.m_join .modal_search_desc {
	width: 100%;
	padding: 15px;
}
.m_join .search_desc_select_info {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #f30000;
}
.m_join .search_desc_select_info small {
	color: #000;
	font-size: 95%;
}

.company_info table {
	width: 100%;
	margin: 20px 0;
}
.company_info tr {
	border-bottom: 1px solid #dfdfdf;
}
.company_info tr:first-of-type {
	border-top: 1px solid #dfdfdf;
}
.company_info td,
.company_info th {
	padding: 0 10px;
	font-size: 11px;
}
.company_info th {
	background-color: #f2f2f2;
	color: #999;
}
.company_info .input_readonly {
	display: flex;
	align-items: center;
	padding-right: 0;
	height: 50px;
}
.company_info .input_readonly input {
	padding-left: 10px;
	border: none;
	color: #999;
}

.personal_info_wrapper {
	border: solid #f2f2f2;
	border-width: 12px 0;
}
.personal_info {
	padding: 30px 25px;
}
.personal_info_wrapper .join_ipt_box {
	margin-bottom: 30px;
}
.personal_info_wrapper .join_ipt_box:last-child {
	margin-bottom: 0;
}
.personal_info_wrapper .join_ipt_title {
	display: block;
	padding-bottom: 15px;
	font-size: 15px;
	font-weight: 600;
}
.personal_info_wrapper .join_ipt_obj {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #dfdfdf;
	font-size: 16px;
}

.btn_input {
	position: relative;
}
.btn_inside {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 120px;
	padding: 8px 0;
	font-size: 12px;
	text-align: center;
	color: #666;
	background-color: #efefef;
	transform: translateY(-50%);
	cursor: pointer;
}

.m_join .custom_file_input {
	height: 50px;
}
.m_join .attention {
	font-size: 12px;
}

.agree_wrapper {
	padding: 30px 25px;
}
.agree_wrapper_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}
.agree_wrapper_title h2 {
	font-size: 15px;
	font-weight: 600;
}
.m_join .custom_chk {
	display: flex;
	justify-content: space-between;
}
.m_join .custom_chk:first-child {
	margin-bottom: 10px;
}
.m_join .custom_chk input[type="checkbox"] + span {
	width: 25px;
	height: 25px;
}
.m_join .custom_chk input[type="checkbox"]:checked + span {
	background-image: url("/images/mobile/check_icon.png");
	background-size: 12px;
}
.m_join .custom_chk_wrapper {
	padding: 20px 0;
}

.m_join .btn_submit {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
}

.m_modify .company_info td,
.m_modify .company_info th {
	padding: 0;
}
.m_modify .join_ipt_box {
	margin-bottom: 15px;
}
.m_modify .join_ipt_title {
	padding-bottom: 5px;
	font-size: 14px;
}
.m_modify .join_ipt_obj {
	height: 44px;
	font-size: 14px;
}
.m_modify .custom_file_input {
	height: 44px;
	padding: 10px 15px;
}
.m_modify .agree_wrapper {
	padding: 30px 25px 40px;
}
.m_modify .agree_wrapper span {
	color: #999;
	text-decoration: underline;
}

/* info_list */
.info_list_wrapper {
	position: fixed;
	height: 400px;
	left: 0;
	right: 0;
	bottom: -400px;
	background-color: #fff;
	z-index: 10;
}
.info_list_wrapper.on {
	bottom: 0;
}
.info_list_wrapper.on.full {
	height: calc(100% - 95px);
}
.info_wrapper {
	position: relative;
	height: calc(100% - 50px);
}
.info_header {
	width: 100%;
	box-shadow: inset 0px 5px 10px -1px #efefef;
	background-color: #FFF;
	z-index: 11;
}
.search_output {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	border-bottom: 1px solid #dfdfdf;
}
.search_output h1 {
	padding: 0 15px;
	padding-right: 0;
	font-size: 14px;
	white-space: nowrap;
}
.btn_spec {
	flex: 0 0 90px;
	max-width: 90px;
	height: 100%;
	background-color: #154ec4;
	color: #FFF;
	font-size: 0.7rem;
}
.btn_spec span::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url(/images/mobile/spec_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	vertical-align: middle;
}

.search_input {
	display: flex;
	height: 45px;
	border-bottom: 1px solid #dfdfdf;
}
.search_input > .left_box {
	position: relative;
	flex: 0 0 130px;
	max-width: 130px;
	height: 100%;
}
.search_input > .left_box > .left_info {
	display: flex;
	padding-left: 15px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #dfdfdf;
	align-items: center;
}
.btn_plus {
	width: 100%;
	height: 100%;
	border-right: 1px solid #dfdfdf;
	background-color: transparent;
	color: #999;
}
.btn_plus:active {
	border-right: 1px solid #dfdfdf;
}
.input_search_num {
	/* flex: 0 1 100%;
	max-width: 100%; */
	width: 100%;
	height: 100%;
	padding: 0 15px;
	border: none;
	background-image: url("/images/mobile/search_icon.png");
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: 15px;
	color: #999;
}

.info_map {
	height: 290px;
	background-color: #dfdfdf;
}

.info_list {
	position: absolute;
	top: 380px;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #FFF;
	overflow: auto;
	z-index: 10;
}
.btn_overwrap {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 50px;
	height: 5px;
	border-radius: 30px;
	background-color: #154ec4;
	transform: translateX(-50%);
}
.overWrap {
	top: 45px;
}

.info_list_article {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdf;
}
.info_list_article:last-child {
	border-bottom: none;
}
.list_img {
	position: relative;
	height: 65px;
	background-color: #f9f9f9;
	background-position: center;
	background-size: cover;
}
.none_img {
	background-size: contain !important;
}
.list_img.none_img,
.img_group_side .none_img {
	background-position: center;
	background-size: 63%;
	background-repeat: no-repeat;
	background-size: contain;
}
.list_img .video_overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/*background-color: rgba(0,0,0,0.4);*/
	background-image: url("/images/icon/video_ico.png");
	background-position: center;
	background-size: auto 40%;
	background-repeat: no-repeat;	
}
.list_img img {
	width: 100%;
}
.chk_img {
	display: none;
}
.chk_box {
	flex: 0 0 22px;
	max-width: 22px;
	padding-top: 25px;
}
.chk_img + label {
	width: 15px;
	height: 15px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	background-color: #FFF;
	cursor: pointer;
	box-sizing: border-box;
}
.chk_img:checked + label {
	border-color: #154ec4;
	background-image: url("/images/mobile/check_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
	background-color: #154ec4;
}

.chk_group {
	display: flex;
	align-items: center;
}
.btn_choose  {
	margin-left: 5px !important;
}

.list_img_wrapper {
	position: relative;
	flex: 0 0 100px;
	max-width: 100px;
}
.re_issued_info {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 5px;
	background-color: rgba(22, 78, 188, 0.5);
	font-size: 9px;
	text-align: center;
	color: #FFF;
}
.list_content {
	flex: 0 1 100%;
	max-width: 100%;
	margin-left: 15px;
}
.list_content_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon_wrapper {
	display: flex;
	padding-right: 8px;
	align-items: center;
	flex-wrap: wrap;
}
.icon_wrapper span {
	margin-top: 2px;
	margin-bottom: 2px;
}
.icon_wrapper span + span {
	margin-left: 3px;
}
.list_new {
	display: inline-block;
	padding: 0;
	width: 18px;
	border-radius: 2px;
	background-color: #f66639;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
}
.list_room {
	padding: 0 5px;
	border: 1px solid #0086ff;
	border-radius: 2px;
	background-color: #FFF;
	font-size: 10px;
	color: #0086ff;
}
.bg_tag {
	padding: 0 5px;
	background-color: #f0f2f6;
	border: 1px solid #f0f2f6;
	border-radius: 2px;
	font-size: 10px;
	color: #7187b2;
}
.btn_call {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-image: url("/images/mobile/call_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	background-color: #dddddd;
}

.list_content_body {
	cursor: pointer;
}
.list_content_body p {
	font-size: 12px;
	line-height: 1.4;
}
.list_title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}
.list_desc {
	display: flex;
	font-size: 12px;
	color: #999;
}
.list_desc dd:first-child::after {
	content: "/";
	padding: 0 3px;
}
.list_desc dd:last-child::before {
	content: "";
	padding: 0 3px;
}

.btn_report_group {
	padding-top: 0px;
	font-size: 10px;
}
.btn_report_group button {
	width: 100%;
	padding: 2px 5px;
	margin: 3px 0;
	border-radius: 2px;
}

@media screen and (max-width: 320px) {
	.list_desc dd {
		font-size: 11px;
	}
}

/* modal */
.mobile_contract_modal .modal-body {
	padding: 0 15px;
}
.mobile_report_modal .modal-body {
	padding: 0 15px;
}
.mobile_report_modal .ipt_wrap select,
.mobile_report_modal .ipt_wrap textarea {
	width: 100%;
}
.mobile_report_modal .ipt_wrap textarea {
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	resize: none;
}

.call_dialog .modal-header {
	padding-bottom: 10px;
}
.call_dialog .modal-content {
	position: relative;
	width: 310px;
	/* height: 280px; */
	border-radius: 10px;
	margin: 0 auto;
}
.call_dialog .modal-body {
	padding-bottom: 80px;
}
.call_dialog .lessor {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #154ec4;
	border-radius: 30px;
	font-size: 12px;
	color: #154ec4;
}
.call_dialog .lessor_num {
	margin: 5px 0;
	line-height: 1.6;
	font-size: 22px;
	font-weight: 600;
	color: #154ec4;
}
.call_dialog .modal_desc {
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.6;
	color: #000;
}
.call_dialog .notify {
	font-size: 12px;
	color: #d90000;
	text-decoration: underline;
}

.call_dialog .modal_footer {
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
	border-radius: 0 0 10px 10px;
	background-color: #154ec4;
}
.call_dialog .modal_footer a {
	display: block;
	flex: 0 0 50%;
	max-width: 50%;
	color: #FFF;
}
.call_dialog .modal_footer a:last-child::before {
	content: "|";
	position: absolute;
	left: 50%;
	color: #999;
}
.call_dialog .modal_footer a span::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
}
.link_call span::before {
	background-image: url("/images/mobile/call_icon.png");
}
.link_sms span::before {
	background-image: url("/images/mobile/sms_icon.png");
}

/* info_spec */
.spec_modal {
	padding-left: 0 !important;
}
.spec_modal .modal-header {
	padding: 0;
}
.spec_modal .modal-header .close {
	margin: 0;
}
.spec_modal .modal-dialog {
	max-width: none;
	margin: 0;
}
.spec_modal .modal-content {
	width: 100%;
	height: 100%;
}
.spec_modal .btn_back {
	opacity: 1;
}

.spec_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background-color: #f5f5f5;
}
.spec_header button,
.btn_reset span::before {
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}
.btn_back {
	flex: 0 0 17px;
	max-width: 17px;
	height: 12px;
	background-image: url("/images/mobile/back_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: 17px;
}
.spec_header h1 {
	font-size: 16px;
	text-align: center;
}
.btn_reset {
	padding: 0;
}
.btn_reset span {
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.btn_reset span::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 11px;
	margin-right: 3px;
	background-image: url("/images/mobile/reset_icon.png");
	background-size: 10px;
}

.spec_body {
	padding: 30px 20px;
}

.spec_addr .search_area {
	display: flex;
	padding: 8px 12px;
	align-items: center;
	border: 1px solid #d3d3d3;
}
.spec_addr input {
	padding: 0;
	height: 100%;
	flex: 0 1 100%;
	max-width: 100%;
	border: none;
	outline: none;
	font-size: 0.875rem;
}
.spec_addr .search_area > button {
	padding: 0;
	flex: 0 0 20px;
	max-width: 20px;
	background: none;
	text-align: right;
}

.spec_content {
	margin-bottom: 25px;
}
.spec_content.filter_select_box .spec_chk_group {
	margin-bottom: 16px;
}
.spec_content.filter_select_box .spec_title {
	margin-bottom: 0;
}
.spec_content .filter_slider_txt {
	color: #154ec4;
}
.spec_title {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
}
.spec_chk_group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.spec_chk_group.half {
	flex: 0 0 50%;
	max-width: 50%;
}
.spec_chk_group.wrap {
	margin-bottom: 5px;
}
.spec_content input[type="radio"],
.spec_content input[type="checkbox"] {
	display: none;
}
.spec_content input[type="radio"] + label,
.spec_content input[type="checkbox"] + label {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 1 100%;
	max-width: 100%;
	height: 35px;
	margin-right: 5px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}
.spec_content input[type="radio"] + label:last-child,
.spec_content input[type="checkbox"] + label:last-child {
	margin-right: 0;
}

.spec_content input[type="radio"]:checked + label,
.spec_content input[type="checkbox"]:checked + label {
	border-color: #ebf4fc;
	background-color: #ebf4fc;
	color: #0086ff;
}

.spec_chk_group.room_count {
	margin-bottom: 5px;
}

.spec_footer {
	padding-bottom: 55px;
	border-top: 10px solid #f1f1f1;
}
.spec_footer_heading {
	position: relative;
	padding: 30px 20px;
}
.spec_footer_heading h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
}
.btn_toggle {
	position: absolute;
	top: 45%;
	right: 20px;
	width: 11px;
	height: 6px;
	background-image: url("/images/mobile/toggle_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px;
	background-color: transparent;
	transform: translateY(-45%);
	transition: transform 250ms;
}
.btn_rotate {
	transform: rotate(180deg);
}

.spec_footer_body {
	display: none;
	padding: 0 20px;
}

.btn_search {
	position: absolute;
	width: 100%;
	height: 55px;
	background-color: #1748a9;
	font-size: 15px;
	color: #FFF;
}
.btn_search_spec {
	position: fixed;
	bottom: 0;
	left: 0;
}

/* spec_view */
.view_header {
	display: flex;
	align-items: center;
	position: relative;
	height: 50px;
	padding: 0 20px;
}
.view_header .btn_back {
	position: absolute;
	width: 17px;
	top: 50%;
	left: 20px;
	background-position: unset;
	transform: translateY(-50%);
}
.view_header h1 {
	margin: 0 auto;
	font-size: 16px;
}

.view_section {
	padding: 30px 20px;
}

.img_group {
	width: 100%;
	height: 220px;
	cursor: pointer;
}
.img_group .swiper-container {
	height: 100%;
}
.img_group_main {
	height: 100%;
	background-color: #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img_group_main .gallery_video_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.img_group_main .gallery_video_wrap iframe {
	width: 100%;
	height: 100%;
	background-color: #000;
}
.img_group_main .video_black_layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
}
.img_group_main .video_black_layer > img {
	position: absolute;
	top: 50%;
	right: 50%;
	width: auto;
	height: auto;
	min-width: auto;
	min-height: auto;
	transform: translate(50%, -50%);
}


.img_group_side {
	flex: 0 0 35%;
	max-width: 35%;
	position: relative;
}
.img_group_side .bg_img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}
.img_group_side .bg_img,
.img_group_side .none_img {
	width: 100%;
	height: 50%;
}
.img_group_side::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(0, 0, 0, 0.6);
}
.img_group_side::after {
	content: "";
	position: absolute;
	top: 75%;
	left: 50%;
	width: 23px;
	height: 23px;
	background-image: url("/images/mobile/plus_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 23px;
	transform: translate(-50%, -50%);
}

.view_info {
	padding: 20px;
}
.view_info_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.info_date {
	font-size: 12px;
	color: #999;
}
.info_title {
	display: flex;
	align-items: center;
	font-size: 20px;
}

@media screen and (max-width: 320px) {
	.info_title {
		font-size: 18px;
	}
}
@media screen and (max-width: 280px) {
	.info_title {
		font-size: 14px;
	}
}

.info_price {
	color: #164ebc;
}
.info_price::after {
	content: "|";
	padding: 0 10px;
	color: #dfdfdf;
}
.info_title .list_room + .list_room {
	margin-left: 5px;
}

.info_card {
	padding: 30px 15px;
	margin-top: 20px;
	border: 1px solid #0086ff;
	border-radius: 20px;
	text-align: center;
}
.info_card .lessor {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 30px;
	background-color: #0086ff;
	color: #FFF;
}
.info_card .lessor_num {
	font-size: 22px;
	color: #0086ff;
}
.info_card .lessor_num + .lessor {
	margin-top: 15px;
}
.info_card .lessor_desc {
	line-height: 1.6;
}

.view_table_wrapper {
	border: solid #f1f1f1;
	border-width: 20px 0 20px;
}
.view_title {
	font-size: 15px;
	font-weight: 600;
}
.view_table_header {
	display: flex;
	align-items: center;
}
.view_table_header h2 {
	display: inline-block;
}
.view_table_header .info_group,
.view_table_header .btn_group {
	flex: 0 0 50%;
	max-width: 50%;
}
.view_table_header .btn_group {
	text-align: right;
}
.view_table_header .btn_group button {
	padding: 4px 8px;
	margin-bottom: 5px;
	border-radius: 3px;
	background-color: #164ebc;
	font-size: 12px;
	color: #fff;
}
.view_table_header .btn_group button:last-child {
	margin-bottom: 0;
}
.btn_link_group {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.type_link_btn {
	height: 25px;
	padding: 4px 8px;
	margin-right: 5px;
	border-radius: 3px;
	background-color: #164ebc;
	font-size: 12px;
	color: #fff;
}
.type_link_btn:hover {
	color: #fff;
}


.room_number {
	margin-left: 10px;
}
.info_notify {
	font-size: 12px;
}
/* .info_notify::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url("/images/mobile/attention_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	vertical-align: middle;
} 
*/
.info_notify span,
.info_noti_badge {
	display: inline-block;
	padding: 3px 8px;
	margin: 2px;
	color: #fff;
	background-color: #164ebc;
	border: 1px solid #164ebc;
	border-radius: 4px;
}
.info_noti_badge {
	width: auto;
}
.info_noti_badge:focus {
	border: 1px solid #164ebc;
}
.btn_plus_box {
	display: inline-block;
	position: relative;
}
.btn_plus_box .basket_overlay {
	left: -20px;
}

.company_info .view_table {
	margin: 10px 0;
}
.view_table td:first-of-type {
	width: 120px;
}
.view_table td:last-of-type {
	color: #000;
}
.view_table td {
	height: 50px;
}

.view_desc {
	border-bottom: 20px solid #f1f1f1;
}

.view_map {
	padding: 30px 0 0;
}
.view_map .view_title {
	padding: 0 20px;
}
.map_img {
	width: 100%;
	height: 220px;
	margin: 15px 0 20px;
	background-color: #dfdfdf;
}

.vacancy_wrapper {
	padding: 0 20px;
}
.link_vacancy {
	display: block;
	width: 100%;
	padding: 15px;
	margin-bottom: 30px;
	border: 2px solid #d3ddef;
	border-radius: 10px;
	font-weight: 600;
	text-align: center;
	color: #1748a9;
}

.view_footer .modal_footer {
	bottom: auto;
	border-radius: 0;
}
.view_footer .modal_footer a {
	text-align: center;
}
.view_phone_layer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

/* spec_unreg */
.btn_view_num {
	width: 100%;
	padding: 15px;
	margin: 20px 0 10px;
	border-radius: 30px;
	background-color: #0086ff;
	color: #FFF;
}

/* view_img */
.view_img {
	padding-right: 0 !important;
	background-color: #fff;
}
.view_img .modal-dialog {
	max-width: none;
	height: 100%;
	margin: 0;
}
.view_img .modal-content {
	display: block;
	height: 100%;
}
.view_img_wrapper {
	background-color: #fff;
}
.view_img_wrapper h2 {
	padding: 13px 20px;
	font-size: 14px;
	font-weight: 600;
}
.view_img_group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	cursor: pointer;
}
.view_img_group .bg_img {
	position: relative;
	margin: 2px 0;
	flex: 0 0 50%;
	max-width: calc(50% - 2px);
	height: 160px;
	background-color: #000;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.view_img_group .bg_img .gallery_video_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.view_img_group .bg_img .gallery_video_wrap iframe {
	width: 100%;
	height: 100%;
	background-color: #000;
}
.view_img_group .bg_img .video_black_layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
}
.view_img_group .bg_img .video_black_layer > img {
	position: absolute;
	top: 50%;
	right: 50%;
	width: auto;
	height: auto;
	min-width: auto;
	min-height: auto;
	transform: translate(50%, -50%);
}


.view_img .close {
	margin: 0;
	opacity: 1;
}
.view_img .modal-header {
	height: 50px;
	padding: 10px;
}
.view_img .modal-header h1 {
	margin: 0 auto;
	font-size: 16px;
}
.view_img .modal-body {
	padding-top: 10px;
	background-color: #f1f1f1;
}
.view_img_expand {
	background-color: #000;
}
.view_img_expand img {
	width: 100%;
}
.view_img_expand .modal-header {
	height: 50px;
	padding: 10px;
}
.view_img_expand .btn_close {
	padding: 0;
	margin: 0;
	opacity: 1;
}
.view_img_expand .modal-dialog {
	max-width: none;
	height: 100%;
	margin: 0;
}
.view_img_expand .modal-content {
	height: 100%;
	background-color: #000;
}

.view_img_expand .swiper-container {
	height: calc(100vh - 100px);
}
.view_img_expand .swiper-wrapper {
	height: 100%;
}
.view_img_expand .swiper-wrapper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.view_img_expand .swiper-wrapper .swiper-slide .slide_video_thumb {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);	
}
.view_img_expand .swiper-wrapper .swiper-slide .gallery_video_wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.view_img_expand .swiper-wrapper .swiper-slide .gallery_video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.view_img_expand .swiper-wrapper .swiper-slide .video_black_layer {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	cursor: pointer;
}

.view_img_expand .swiper-pagination {
	bottom: 0;
	font-size: 16px;
	color: #FFF;
}

.btn_close {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 17px;
	height: 17px;
	background-image: url("/images/mobile/close_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px;
	background-color: transparent;
	z-index: 20;
}

/************************************************************************************************/
/*rSlider 커스텀*/
.rs-tooltip {
	display: none;
}
.rs-container .rs-pointer {
	position: absolute;
	width: 17px;
	height: 17px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 100%;
	cursor: pointer;
	left: -10px;
	top: 0;
	transition: all .2s linear;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
}
.rs-container .rs-pointer::after, .rs-container .rs-pointer::before {
	display: none;
}
.ui-slider-horizontal {
	height: 6px;
}
.ui-slider .ui-slider-range {
	background-color: #154ec4;
}

.rs-container .rs-bg, .rs-container .rs-selected {
	background-color: #ededed;
	border: 1px solid #ededed;
	height: 6px;
}
.rs-container .rs-selected {
	background-color: #154ec4;
	border: 1px solid #154ec4;
}

.rs-container .rs-scale {
	width: calc(100% + 20px);
	top: 15px;
	white-space: nowrap;
}
.rs-container .rs-scale span,
.rs-container .rs-scale span ins {
	color: #999;
	font-size: 10px;
	cursor: pointer;
}
/* 기준가 */
#referPriceSliderWrap .rs-container .rs-scale span {
	opacity: 0;
}
#referPriceSliderWrap .rs-container .rs-scale span:first-child {
	opacity: 1;
}
#referPriceSliderWrap .rs-container .rs-scale span:nth-child(17) {
	opacity: 1;
}
#referPriceSliderWrap .rs-container .rs-scale span:last-child {
	opacity: 1;
}

/* 보증금/매매가 */
#priceSliderWrap .rs-container .rs-scale span {
	opacity: 0;
}
#priceSliderWrap .rs-container .rs-scale span:first-child {
	opacity: 1;
}
#priceSliderWrap .rs-container .rs-scale span:nth-child(17) {
	opacity: 1;
}
#priceSliderWrap .rs-container .rs-scale span:last-child {
	opacity: 1;
}

/* 월세 */
#monthPriceSliderWrap .rs-container .rs-scale span {
	opacity: 0;
}
#monthPriceSliderWrap .rs-container .rs-scale span:first-child {
	opacity: 1;
}
#monthPriceSliderWrap .rs-container .rs-scale span:nth-child(9) {
	opacity: 1;
}
#monthPriceSliderWrap .rs-container .rs-scale span:last-child {
	opacity: 1;
}

/* 면적 */
#areaSliderWrap .rs-container .rs-scale span {
	opacity: 0;
}
#areaSliderWrap .rs-container .rs-scale span:first-child {
	opacity: 1;
}
#areaSliderWrap .rs-container .rs-scale span:nth-child(9) {
	opacity: 1;
}
#areaSliderWrap .rs-container .rs-scale span:last-child {
	opacity: 1;
}


.map_marker {
	position: relative;
	margin-left: 25px;
	padding: 3px 10px;
	background-color: rgba(44, 93, 200, 0.85);
	border-radius: 3px;
	border: 2px solid rgba(10, 24, 90, 0.2);
	color: #fff;
	font-weight: 600;
	font-size: 1.2rem;
	text-align: center;
}
.map_marker.cluster {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: none;
	line-height: 32px;
	font-size: 0.9rem;
}
.map_marker.cluster.xs {
	width: 32px;
	height: 32px;
	line-height: 24px;
}
.map_marker.cluster:hover,
.map_marker.cluster.hover {
	background-color: rgba(255, 255, 255, 0.95);
	border: 1px solid #5059c3;
	color: #222d63;
}


.map_marker.normal {
	padding: 4px 0 0;
	width: 30px;
	height: 39px;
	background-color: transparent;
	background-image: url(/images/icon/pin.png);
	background-position: center;
	background-size: 100% auto;
	border: none;
}
.map_marker.normal .marker_body {
	display: flex;
	margin: 0 auto;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #5369b9;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #214da6;
}
.map_marker.normal .marker_body h6.cnt {
	font-size: 11px;
}

.map_marker.normal:hover .marker_body,
.map_marker.normal.hover .marker_body {
	display: flex;
	margin: 0 auto;
	width: 22px;
	height: 22px;
	background-color: #647bd5;
	border-radius: 100%;
	border: 1px solid #647bd5;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.marker_body > p {
	line-height: 1.6;
	font-size: 10px;
}
.marker_body > p.cnt {
	font-size: 12px !important;
}
.map_marker.dong {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.map_marker.dong .marker_body {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.map_marker.dong .addr {
	color: #dbdce8;
}
.map_marker.dong.size1 {
	width: 70px;
	height: 70px;
}
.map_marker.dong.size1 .addr {
	font-size: 12px;
}
.map_marker.dong.size1 .marker_body > p.cnt {
	font-size: 14px !important;
}
.map_marker.dong.size2 {
	width: 80px;
	height: 80px;
}
.map_marker.dong.size2 .addr {
	font-size: 13px;
}
.map_marker.dong.size2 .marker_body > p.cnt {
	font-size: 16px !important;
}
.map_marker.dong.size3 {
	width: 90px;
	height: 90px;
}
.map_marker.dong.size3 .addr {
	font-size: 14px;
}
.map_marker.dong.size3 .marker_body > p.cnt {
	font-size: 18px !important;
}

.map_marker.dong:hover,
.map_marker.dong.hover {
	background-color: rgba(255, 255, 255, 0.95);
	border-color: rgba(44, 93, 200, 0.85);
	color: #2c5dc8;
}
.map_marker.dong:hover .addr,
.map_marker.dong.hover .addr {
	color: #2c5dc8;
}

.map_marker.si {
	width: 95px;
	height: 95px;
}
.map_marker.si .marker_body > p {
	font-size: 14px;
}
.map_marker.si.size1 {
	width: 110px;
	height: 110px;
}
.map_marker.si.size2 .marker_body > p {
	font-size: 15px;
}
.map_marker.si.size2 {
	width: 125px;
	height: 125px;
}
.map_marker.si.size3 .marker_body > p {
	font-size: 16px;
}
.map_marker.si.size3 {
	width: 140px;
	height: 140px;
}
.building_show_type {
	display: block;
	position: absolute;
	padding: 0 5px;
	margin-left: 2px;
	bottom: -7px;
	left: 50%;
	background-color: #fff;
	border: 1px solid #154ec4;
	border-radius: 20px;
	font-size: 10px;
	color: #154ec4;
}
.item_info_txt {
	display: block;
	position: absolute;
	padding: 0 5px;
	margin-left: 2px;
	top: -7px;
	left: 50%;
	background-color: #fff;
	border: 1px solid #154ec4;
	border-radius: 20px;
	font-size: 10px;
	color: #154ec4;
}



.none_list {
	padding: 30px 15px;
	color: #afafaf;
	text-align: center;
	font-weight: 400;
}
.info_list_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list_body_wrap .pagination {
	padding: 20px 0;
	flex: 0 0 100%;
	max-width: 100%;
	justify-content: center;
}
.list_body_wrap .page-item {
	display: inline-block;
	margin: 0 3px;
	flex: 0 0 22px;
	max-width: 22px;
	height: 15px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}
.list_body_wrap .page-item a {
	line-height: 15px;
}
.page-item a {
	display: block;
	text-align: center;
}
.page-item:nth-last-child(1) {
	margin: 0 3px;
	flex: 0 0 15px;
	max-width: 15px;
	background-image: url("/images/icon/page_last.png");
	text-indent: -9999px;
}
.page-item:nth-child(1) {
	margin: 0 3px;
	flex: 0 0 15px;
	max-width: 15px;
	background-image: url("/images/icon/page_first.png");
	text-indent: -9999px;
}
.page-item:nth-last-child(2) {
	margin: 0 3px;
	flex: 0 0 15px;
	max-width: 15px;
	background-image: url("/images/icon/page_next.png");
	text-indent: -9999px;
}
.page-item:nth-child(2) {
	margin: 0 3px;
	flex: 0 0 15px;
	max-width: 15px;
	background-image: url("/images/icon/page_prev.png");
	text-indent: -9999px;
}
.list_body_wrap .page-item.active {
	border: none;
	font-weight: 600;
}

.basket_overlay {
	display: none;
	position: absolute;
	margin-top: 5px;
	padding: 15px;
	left: 5px;
	top: 100%;
	background-color: #fff;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
	z-index: 11;
}
.basket_overlay.on {
	display: block;
}
.basket_overlay_box {
	padding: 10px 0;
}
.basket_overlay_box .title {
	margin-bottom: 5px;
}
.basket_overlay_box .basket_overlay_form {
	display: flex;
	align-items: center;
}
.basket_overlay_box .basket_overlay_form input {
	padding: 0 10px;
	height: 30px;
	border: 1px solid #ddd;
	font-size: 12px;
}
.basket_overlay_box .basket_overlay_form button {
	padding: 0 10px;
	margin-left: 5px;
	margin-bottom: 0;
	width: 30px;
	height: 30px;
	border: none;
	background-color: #ebf6ff !important;
}
.basket_overlay_box ul {
	display: block !important;
	padding: 0 !important;
}
.basket_overlay_box ul li {
	padding: 0 !important;
}
.basket_overlay_box ul li:before {
	display: none !important;
}
.basket_overlay_box .custom_chk > input + span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #adadad;
	border-radius: 100%;
	background-color: transparent;
	vertical-align: middle;
}
.basket_overlay_box .custom_chk > input {
	display: none;
}
.basket_overlay_box .custom_chk > input:checked + span {
	position: relative;
	background-color: #fff;
	background-image: none;
}
.basket_overlay_box .custom_chk > input:checked + span:before {
	content: '';
	display: block;
	position: absolute;
	margin-top: -3px;
	margin-right: -3px;
	top: 50%;
	right: 50%;
	width: 6px;
	height: 6px;
	background-color: #1748a9;
	border-radius: 100%;
}
.basket_overlay_box .btn_common {
	margin-top: 15px;
	height: 30px;
	width: 100%;
	background-color: #647bd5 !important;
	color: #fff !important;
}
.phone_view_box {
	display: none;
}
.phone_view_box.on {
	display: block;
}

.join_comp_box {
	padding: 60px 70px;
}
.join_comp_txt {
	padding: 40px 0;   
	text-align: center;
}
.join_comp_txt img {
	display: block;
	margin: 0 auto;
}
.join_comp_txt h4 {
	margin-top: 30px;
	color: #1748a9;
	line-height: 1.6;
	font-weight: 500;
}
.join_comp_info {
	padding: 40px 0;
	border-top: 1px solid #e9e9e9;
}
.join_comp_info dl {
	display: flex;
	padding: 3px 0;
	justify-content: center;
	color: #666;
}
.join_comp_info dt {
	position: relative;
	margin-right: 10px;
	flex: 0 0 40px;
	max-width: 40px;
	font-weight: 500;
}
.join_comp_info dt:before {
	content: '';
	display: block;
	position: absolute;
	margin-top: -8px;
	right: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	background-color: #e9e9e9;
}
.join_comp_box .btn_area button {
	width: 100%;
	height: 60px;
	background-color: #1748a9;
	color: #fff;
	font-weight: 500;
}

.ipt_wrap {
	margin-bottom: 20px;
}
.ipt_wrap_title {
	margin-bottom: 10px;
}

.map_area {
	height: calc(100% - 95px);
}

.link_map_btn {
	display: block;
	width: 100%;
	height: 50px;
	border: 2px solid #5059c3;	
	background-color: #5059c3;
	color: #fff;
}
.order_select {
	text-align: right;
}
.order_select select {
	height: 28px;
	font-size: 0.75rem;
}

.basic_chk {
	cursor: pointer;
}
.basic_chk > input {
	display: none;
}
.basic_chk > input[type=checkbox] + span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	vertical-align: middle;
	box-sizing: border-box;
}
.basic_chk > input[type=checkbox]:checked + span {
	border-color: #154ec4;
	background-color: #154ec4;
	background-image: url('/images/mobile/check_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
}
.basic_chk > p {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75rem;
}
.basic_chk > input[type=radio] + span {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border-radius: 100%;
	border: 1px solid #d3d3d3;
	vertical-align: middle;
}
.basic_chk > input[type=radio]:checked + span {
	border-color: #154ec4;
}
.basic_chk > input[type=radio]:checked + span:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -4px;
	margin-right: -4px;
	top: 50%;
	right: 50%;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #154ec4;
}
.basic_chk p {
	display: inline-block;
	vertical-align: middle;
}
.basic_chk > input:checked ~ p {
	font-weight: 600;
}

/*찾기완료*/
.container_dialog {
	width: calc(100% - 1rem) !important;
}
.find_result {}
.find_result .modal_desc {
	text-align: center;
}
.find_result h6 {
	margin-top: 10px;
}
.find_result button {
	margin-top: 20px;
}

.sub_page_header {
	position: relative;
	text-align: center;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.05);
	z-index: 11;
}
.cart_info_list {
	position: static;
	padding-top: 15px;
}
.sub_page_header > .title {
	padding: 15px 0 5px;
}
.sub_page_header > ul {
	display: flex;
	justify-content: center;
}
.sub_page_header > ul li {
	position: relative;
	padding: 12px 5px;
	flex-grow: 1;
}
.sub_page_header > ul li.selected {
	border-bottom: 2px solid #154ec4;
	color: #154ec4;
	font-weight: 600;
}
.cart_spec_modal .btn_search {
	position: static;
}
.cart_spec_modal .custom_chk input + span {
	width: 25px;
	height: 25px;
}
.info_list_article_wrap:last-child {
	border-bottom: none;
}
.info_list_article_wrap {
	border-bottom: 1px solid #dfdfdf;
}
.info_list_article_wrap > .info_list_article {
	border-bottom: none;
}
.btn_blue {
	background-color: #154ec4 !important;
	color: #FFF !important;
}
.info_list_article_wrap > .btn_blue {
	width: 100%;
	height: 30px;
}

.sub_page_header > ul li button {
	position: absolute;
	padding: 0;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
}
.sub_page_header > ul li button:before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: 10px;
	width: 1px;
	height: 16px;
	background-color: #999;
	transform: rotate(45deg);
}
.sub_page_header > ul li button:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: 10px;
	width: 1px;
	height: 16px;
	background-color: #999;
	transform: rotate(-45deg);
}

.spec_content_half_wrap {
	display: flex;
}
.spec_content_half_wrap > .spec_content {
	flex: 0 1 50%;
	max-width: 50%;
}
.spec_content_half_wrap > .spec_content + .spec_content {
	margin-left: 5px;
}

.notice_list_wrapper {
	padding: 15px 0;
}

.join_ipt_box {
	padding: 10px 0;
}
.join_ipt_box > .join_ipt_title {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}
.notice_list_btn button {
	width: 100%;
	height: 45px;
}


.fileuploader {
	margin: 0;
	padding: 7px;
	font-size: 11px;
}
.fileuploader-input .fileuploader-input-caption {
	padding: 5px 10px;
	margin-right: 5px;
	font-weight: 700;
	font-size: 11px;
}
.fileuploader-input .fileuploader-input-button {
	padding: 6px 10px;
	font-size: 11px;
	font-weight: 500;
}
.fileuploader-items .fileuploader-items-list {
	margin: 0;
}
.fileuploader-items .fileuploader-item {
	padding: 15px 5px;
}
.fileuploader-items .fileuploader-item:last-child {
	margin-bottom: -7px;
}

.btn_show_phone {
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	background-color: #164ebc;
	border-radius: 30px;
	border: 1px solid #164ebc;
	color: #fff;
}
.filter_range_group {
	display: flex;
	margin-top: 15px;
	align-items: center;
}
.filter_range_group > .text_ipt {
	position: relative;
	padding: 5px 10px;
	flex: 0 1 50%;
	max-width: 50%;
	border: 1px solid #ebebeb;
}
.filter_range_group > .text_ipt:before {
	content: attr(data-bind);
	position: absolute;
	right: 5px;
	top: 50%;
	font-size: 10px;
	color: #777;
	transform: translate(0, -50%);
}
.filter_range_group > .text_ipt input {
	padding: 0 30px 0 0;
	width: 100%;
	height: auto;
	border: none;
	outline: none;
	background: none;
}
.filter_range_group > span {
	display: block;
	padding: 0 7px;
	color: #999;
}
.filter_range_group > button {
	padding: 2px 8px;
	margin-left: 5px;
	height: 30px;
	background-color: #154ec4;
	color: #fff;
	font-size: 12px;
}
.filter_select_box button.filter_reset {
	padding: 0;
	margin-left: 5px;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}
.filter_select_box button.filter_reset img {
	display: block;
	margin: 0 auto;
}

.slider-container.disabled .rs-container .rs-selected {
	background-color: #ccc;
	border-color: #bbb;
}
.slider-container.bg_color .rs-container .rs-selected {
	background-color: #154ec4;
	border: 1px solid #154ec4;
}
.picture_item {
	padding: 15px 0;
}
.picture_item img {
	max-width: 100%;
}
.picture_item p {
	margin-top: 5px;
}
.video_item_box {
	background-color: #000;
}
.upload_img_btn_area {
	padding-bottom: 30px;
}
.upload_img_btn_area button {
	width: 100%;
	height: 30px;
	font-size: 0.75rem;
}
.upload_video_box .btn_gray {
	padding: 0 20px;
	height: 30px;
	font-size: 0.75rem;
}

.phone2Area > .lessor {
	margin-top: 10px;
}


.watermark {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('/images/content_full_mark.png');
	background-size: 30% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.img_txt_overlay {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
}

.img_group_side > .bg_img:last-child .watermark {
	display: none;
}
.view_img_expand .swiper-slide .watermark {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.info_list_article .watermark {
	background-size: 50% auto;
}
.info_list_article .none_img .watermark {
	display: none;
}
.info_list_article .video_overlay + .watermark {
	display: none;
}

.main_container {
	max-width: 320px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}

/* point banner */
.point_banner {
	padding: 40px 0;
	background-image: url("/images/mobile/point_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
}
.point_banner h1 {
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: 400;
}
.point_banner h1 span {
	font-family: gothic;
}
.point_banner p {
	font-size: 14px;
}
.point_banner small {
	display: block;
	margin-top: 10px;
}
.point_circle {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.point_circle + .point_circle {
	margin-bottom: 30px;
}
.point_circle span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	padding: 8px 0;
	border-radius: 15px;
	background-color: rgba(44, 66, 168, 0.6);
	font-size: 12px;
	text-align: center;
}
.point_img_wrapper {
	width: 200px;
	margin: 0 auto;
}
.point_img_wrapper img {
	width: 100%;
}
.point_container_btn {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.point_container_btn a {
	display: block;
	border: 1px solid #7681b7;
	padding: 6px 27px 6px 15px;
	background-image: url('/images/mobile/point_arrow.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 5px auto;
}

.map_control_box {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}
.map_control_box button {
	padding: 0;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 0;
	background-color: #fff;
	text-align: center;
}


/* 사진공유 팝업 */
.pt_modal .modal-footer {
	padding: 1rem 2rem;
}
.pt_header {
	display: flex;
	background-color: #f9f9f9;
}
.pt_title {
	font-size: 16px;
}
.share_pt_title h3 {
	cursor: pointer;
}
.pt_body {
	padding: 40px 0 20px;
	text-align: center;
}
.pt_list {
	padding: 0 2rem;
	padding-top: 20px;
	text-align: left;
}
.pt_text {
	margin-bottom: 30px;
}
.pt_text p:first-of-type {
	margin-bottom: 5px;
	font-size: 14px;
}
.pt_text p:last-of-type {
	font-size: 16px;
}
.btn_pt {
	width: 120px;
	padding: 10px 0;
	border: 1px solid #154ec4;
	border-radius: 3px;
	background-color: #FFF;
	color: #154ec4;
}
.btn_pt:focus {
	border: 1px solid #154ec4;
}
.pt_footer {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #dfdfdf;
}
.pt_footer p {
	font-size: 12px;
	color: #888;
}

.pt_img_box {
	padding: 0 2rem;
	text-align: left;
}
.pt_img {
	display: inline-block;
	position: relative;
	width: calc(33.33333333333333% - 5px);
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f4f4f4;
}
/* .btn_plus {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 19px;
	height: 19px;
	background-image: url("/images/popup/btn_plus.png");
	background-repeat: no-repeat;
	background-color: transparent;
	transform: translate(-50%, -50%);
} 
*/
.pt_submit_box {
	margin-top: 30px;
	text-align: center;
}
.pt_submit_box .btn_submit {
	width: 120px;
	border-radius: 3px;
}
.pt_desc {
	width: 100%;
	margin-top: 10px;
	text-align: right;
}
.pt_desc p {
	color: #999;
	font-size: 12px;
}
.pt_modal .fileuploader-theme-gallery .fileuploader-input,
.pt_modal .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
	width: 50%;
	width: calc(50% - 16px);
}
.member_upload_info_text {
	position: absolute;
	width: 100%;
	padding: 0 5px;
	bottom: 5px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	text-shadow: 1px 1px 1px #000;
}

.aside_desc {
	padding: 20px 0;
}
.aside_desc li {
	margin: 5px 0;
}
.aside_desc li:first-of-type {
	font-size: 26px;
}
.aside_desc li:first-of-type strong {
	color: #23358b;
}
.aside_user_name {
	padding-bottom: 20px;
	color: #999;
}

ul.mypage_sublist li {
	font-size: 13px;
	line-height: 1.4;
}
ul.mypage_sublist li:first-of-type {
	font-size: 13px;
}
ul.mypage_sublist li::before {
	content: "-";
	margin-right: 5px;
}

.list_btn_group {
	flex: 0 0 60px;
	max-width: 60px;
}
.list_btn_group button {
	display: block;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 5px;
	border: 1px solid #efefef;
	background-color: transparent;
	font-size: 11px;
	color: #999;
}
button.btn_blue_list {
	background-color: rgba(21, 78, 196, 0.1);
	color: #154ec4;
}

.btn_save_box {
	position: relative;
}
.btn_save_box .basket_overlay {
	left: auto;
	right: 0;
}


.qmark_box {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.icon_qmark::before {
	content: "?";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	margin: 3px;
	border: 1px solid #a1a1a1;
	border-radius: 50%;
	background-color: #fff;
	font-size: 10px;
	color: #666;
}
.qmark_desc {
	display: none;
	position: absolute;
	top: 100%;
	right: 50%;
	width: 250px;
	padding: 15px;
	border: 1px solid #a0a1aa;
	border-radius: 7px;
	background-color: #FFF;
	z-index: 10;
}
.qmark_box:hover .qmark_desc {
	display: block;
}
.qmark_desc > a {
	display: inline-block;
	padding: 3px 10px;
	width: 100%;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
}
.qmark_desc > a:hover {
	color: #fff;
}

.view_img_share {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}
.view_img_share button {
	width: 100%;
	padding: 10px 0;
	font-weight: 600;
}
.view_img_share ul {
	padding: 10px 0;
	font-size: 11px;
	color: #999;
}
.view_img_share li {
	margin: 3px 0;
}

.no_img {
	height: 100%;
	background-color: #f4f4f4;
	background-image: url("/images/mobile/white_logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12%;
}

.point_link {
	text-decoration: underline;
	color: #114bb5;
}

.search_icon::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background-image: url("/images/mobile/search_icon_white.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	vertical-align: bottom;
}

.cart_wrapper .view_header {
	background-color: #f4f4f4;
}
.card_container {
	padding: 0 20px;
}
.cart_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}
.cart_btn_group button {
	padding: 8px 10px;
	border: 1px solid #dfdfdf;
	background-color: transparent;
	color: #999;
}
.cart_table {
	width: 100%;
	text-align: center;
}
.cart_table thead tr {
	background-color: #f4f4f4;
}
.cart_table tbody tr {
	border-bottom: 1px solid #dfdfdf;
}
.cart_table th,
.cart_table td {
	padding: 10px;
	word-break: break-all;
}
.cart_table a {
	display: inline-block;
	text-decoration: underline;
}

.cart_btn_group .btn_save_box {
	display: inline-block;
}

.btn_del {
	padding: 3px 10px;
	margin-left: 5px;
	border: 1px solid #dfdfdf;
	background-color: transparent;
	font-size: 12px;
}

.cart_list_header {
	background-color: #f4f4f4;
	padding: 15px;
}

.swiper-button-prev, .swiper-button-next {
	background-image: url("/images/mobile/arrow_left.png");
	background-size: 70%;
}
.swiper-button-next {
	transform: rotate(180deg);
}
.swiper-pagination {
	color: #FFF;
}

/* 확대/축소 controller */
.map_controller {
	display: block;
	position: absolute;
	top: 55px;
	left: 10px;
	width: 35px;
	background-color: transparent;
	z-index: 10;
}
.map_controller button {
	width: 35px;
	height: 35px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
}
.btn_current {
	background-image: url("/images/icon/icon_current.png");
}
.size_controller {
	margin-top: 15px;
}
.size_controller button {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	font-size: 10px;
}
.size_controller button:hover {
	background-color: #154ec4;
	color: #FFF;
}
.size_controller .upsize {
	margin-bottom: 5px;
	background-image: url("/images/mobile/icon_plus.png");
}
.size_controller .upsize:hover {
	background-image: url("/images/mobile/icon_plus_white.png");	
}
.size_controller .downsize {
	background-image: url("/images/mobile/icon_minus.png");
}
.size_controller .downsize:hover {
	background-image: url("/images/mobile/icon_minus_white.png");	
}


.map_choice_btn_box {
	display: flex;
	margin-top: 5px;
}
.map_choice_btn_box .map_choice_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.map_choice_btn_box .map_choice_btn > p {
	font-size: 10px;
}
.map_choice_btn_box .map_choice_btn,
.map_choice_btn_box button {
	padding: 0;
	margin-right: 3px;
	flex: 0 0 35px;
	max-width: 35px;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
	font-size: 10px;
	cursor: pointer;
}
.map_choice_btn_box .map_choice_btn ~ button {
	display: none;
}
.map_choice_btn_box .map_choice_btn.on {
	background-color: #154ec4;
	color: #FFF;
}
.map_choice_btn_box .map_choice_btn.on ~ button {
	display: block;
}
.map_choice_btn_box .map_choice_btn ~ button.on {
	color: #154ec4;
}

.link_map_group {
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px 0;
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
}
.link_map_group::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 45%;
	background-color: #dfdfdf;
	transform: translate(-50%, -50%);
}
.link_map_group a {
	display: block;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.kakao_map {
	height: 35px;
	background-image: url("/images/mobile/kakao_map.png");
}
.tmap {
	height: 31px;
	background-image: url("/images/mobile/tmap.png");
}


/* 21.05.03 재성 작업 */
.filter_area {
	display: flex;
	padding: 0;
	height: 100%;
	flex: 0 1 100%;
	max-width: 100%;
	align-items: center;
	justify-content: flex-end;
}
.filter_area > * + * {
	margin-left: 5px;
}

.filter_select_wrap {
	position: relative;
}
.filter_select_wrap.on .filter_select_box {
	display: block;
}
.filter_select_wrap > .filter_selected {
	position: relative;
	color: #757575;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}
.filter_select_wrap.filter > .filter_selected {
	color: #0086ff;
	background-color: #ebf4fc;
	border-color: #ebf4fc;
}
.choose_txt {
	padding: 3px 15px 3px 5px;
	max-width: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.7rem;
	font-weight: 600;
	cursor: pointer;
}
.filter_select_wrap > .filter_selected:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -3px;
	top: 50%;
	right: 4px;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	transform: rotate(45deg);
}
.filter_select_wrap.filter > .filter_selected:after {
	border-color: #0086ff;
}
.filterSelectBox.on {
	display: block;
}
.filter_area .filter_select_box {
	display: none;
	position: absolute;
	padding: 20px 15px;
	margin-top: 5px;
	min-width: 180px;
	top: 100%;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	z-index: 20;
}

.filter_area .filter_select_box > button {
	position: absolute;
	padding: 0;
	width: 20px;
	height: 20px;
	top: 18px;
	right: 15px;
	color: #6b6b6b;
	background-color: transparent;
	border-bottom: 1px solid #a3a3a3 !important;
	outline: none;
	font-size: 12px;
}

.filter_area .filter_select_box > .title {
	line-height: 1;
	font-weight: 500;
}
.filter_select_content {
	margin-top: 20px;
}
.filter_select_content ul li + li {
	margin-top: 5px;
}
.filter_select_content + .title {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #eee;
}
.filter_select_content > ul.multiple {
	display: flex;
	min-width: 285px;
	align-items: center;
	flex-wrap: wrap;
}
.filter_select_content > ul.multiple li {
	flex: 0 0 50%;
	max-width: 50%;
}
.filter_select_desc {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.filter_select_desc p {
	font-size: 0.75rem;
}
.filter_area .btn_spec {
	margin-left: 15px;
}
.mobile_header .spec_addr {
	display: inline-block;
	width: calc(100% - 85px);
	vertical-align: middle;
}
.mobile_header .spec_addr .search_area {
	padding: 6px 8px;
}
.mobile_header .spec_addr input {
	width: calc(100% - 85px);
}
.info_list_header_btn {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.info_list_header_btn > button {
	display: block;
	margin-left: 10px;
	padding: 5px 7px;
	border: 1px solid #efefef;
	background-color: transparent;
	font-size: 11px;
	color: #999;
}
.basket_overlay_close {
	position: absolute;
	padding: 0 !important;
	width: 20px !important;
	height: 20px;
	top: 18px;
	right: 15px;
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
}
.basket_overlay_close::before {
	content: '';
	display: block;
	position: absolute;
	margin-top: -8px;
	top: 50%;
	right: 50%;
	width: 1px;
	height: 16px;
	background-color: #000;
	transform: rotate(45deg);
}
.basket_overlay_close::after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -8px;
	top: 50%;
	right: 50%;
	width: 1px;
	height: 16px;
	background-color: #000;
	transform: rotate(-45deg);
}

/* 210514 모바일 건축물대장 */
.view_ledger {
	padding-bottom: 60px;
	border-top: 20px solid #f1f1f1;
}
.ledger_header {
	background-color: #f7f7f7;
}
.ledger_header h2 {
	font-size: 20px;
}
.ledger_body {
	font-size: 14px;
}
.ledger_title {
	padding-bottom: 5px;
	font-size: 14px;
	color: #154ec4;
}
.ledger_desc_box {
	padding-bottom: 5px;
}
.ledger_desc {
	display: flex;
	align-items: center;
}
.ledger_desc dt::after {
	content: ":";
	margin: 0 3px;
}

.ledger_box {
	margin: 10px 0 20px;
}
.ledger_tab {
	display: flex;
	justify-content: space-between;
	border: 1px solid #eee;
}
.ledger_tab.single {
	border: none;
}
.ledger_tab.single li {
	flex: 0 0 25%;
	max-width: 25%;
}
.ledger_tab li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 15px 5px;
	border-right: 1px solid #eee;
	text-align: center;
	font-size: 11px;
	color: #999;
	cursor: pointer;
}
.ledger_tab li.on {
	background-color: #1256bd;
	color: #FFF;
}
.ledger_content {
	display: none;
}
.ledger_content.on {
	display: inherit;
}

.ledger_table {
	width: 100%;
}
.ledger_table th,
.ledger_table td {
	padding: 10px;
	border: 1px solid #eee;
	text-align: center;
	font-size: 11px;
}
.ledger_table th {
	background-color: #f7f7f7;
}

.ledger_table caption {
	caption-side: top;
	padding-top: 0;
	font-size: 12px;
	color: #666;
}

.ledger_card {
	display: flex;
	height: 100px;
	margin-bottom: 15px;
}
.ledger_card:last-child {
	margin-bottom: 0;
}
.ledger_img {
	flex: 0 0 130px;
	max-width: 130px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ledger_info {
	flex: 0 1 100%;
	max-width: 100%;
	margin-left: 15px;
	font-size: 14px;
}
.ledger_info h4 {
	font-size: 14px;
	line-height: 1.6;
}
.ledger_addr {
	display: flex;
	align-items: center;
	color: #999;
}
.ledger_addr p {
	font-size: 11px;
}
.ledger_addr p:first-of-type::after {
	content: "|";
	margin: 0 5px;
	color: #dfdfdf;
}
.ledger_info_footer {
	margin-top: 5px;
}

.badge {
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	font-size: 11px;
}
.badge:last-child {
	margin-right: 0;
}
.badge.blue {
	padding: 4px 15px;
	background-color: #0075de;
	color: #FFF;
}
.badge.bluegrey {
	padding: 5px;
	background-color: #f0f2f6;
	color: #7187b2;
}

/* .my_marker {
	position: relative;
	width: 33px;
	height: 47px;
	background-image: url("/images/icon/icon_bd_orange.png");
	background-repeat: no-repeat;
} */
.my_marker {
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #fff;
	background-color: #5059c3;
	box-shadow: 0px 0px 0px 5px rgba(80,89,195,0.2);
	background-image: none;
}

.my_marker::before {
	content: '';
	display: block;
	position: absolute;
}

.current_marker {
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #fff;
	background-color: #5059c3;
	box-shadow: 0px 0px 0px 5px rgba(80,89,195,0.2);
}
.current_marker::before {
	content: '';
	display: block;
	position: absolute;
}

.view_page_footer {
	padding: 25px 20px 80px;
	border-top: 1px solid #eee;
	color: #999;
}
.view_page_footer li {
	font-size: 0.75rem;
}

/* 210518 공실공유 */
.share_box ul,
.share_box p {
	font-size: 12px;
}
.share_section {
	border-bottom: 10px solid #efefef;
}
.share_tab {
	display: flex;
	align-items: center;
}
.share_tab li {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	padding: 15px 0;
	border-top: 1px solid #dfdfdf;
	text-align: center;
}
.share_tab.third li {
	flex: 0 0 33.33333333333333%;
	max-width: 33.33333333333333%;
}
.share_tab li + li::before {
	content: "|";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #dfdfdf;
}
.share_tab li.on {
	border-top-color: #1748a9;
	color: #1748a9;
}
.share_desc {
	padding: 30px 0;
	background-color: #f7f7f7;
	text-align: center;
}
.share_desc_text,
.share_desc_text p {
	font-size: 12px;
}
.share_desc_text::before {
	content: "";
	display: block;
	width: 50px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-image: url("/images/vacancy_report/point_icon.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.fs_17 {
	font-size: 17px !important;
}
.share_desc_text .fs_17 {
	margin: 10px 0;
}

.share_box .btn_inside {
	top: 45%;
}
.share_box .join_ipt_title {
	margin-bottom: 10px;
	font-weight: 600;
}
.share_box .join_ipt_obj {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 5px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
}
.share_content_box {
	padding: 15px 25px;
}
.reg_type_box {
	padding: 10px 0 15px;
}
.reg_type_box .basic_chk + .basic_chk {
	margin-left: 15px;
}
.share_notice {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}
.share_notice p {
	font-size: 14px;
}
.share_addr {
	padding: 15px 0;
}
.share_addr::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 18px;
	margin-right: 5px;
	background-image: url("/images/mobile/addr_point.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
}
.share_addr input {
	border: none;
	font-size: 15px;
	font-weight: 600;
}
.share_addr p {
	padding: 10px 20px 0;
	font-size: 13px;
}

.share_flex {
	display: flex;
	align-items: center;
}
.share_content {
	margin-bottom: 5px;
}
.share_content label {
	flex: 0 0 100px;
	max-width: 100px;
}
.share_content input {
	flex: 0 1 100%;
	max-width: 100%;
}

.radio_group,
.radio_group label {
	display: flex;
	align-items: center;
}
.radio_group label + label {
	margin-left: 20px;
}
.radio_group input[type="radio"] {
	display: none;
}
.radio_group input[type="radio"] + span {
	width: 20px;
	height: 20px;
	padding: 11px !important;
	margin-right: 5px;
	border: 1px solid #dfdfdf;
	border-radius: 50px;
	vertical-align: middle;
}
.radio_group input[type="radio"]:checked + span {
	border-color: #1748a9;
	background-image: url("/images/notice_list/radio_checked_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: inherit;
}

.share_flex.radio_input {
	justify-content: space-between;
}
.share_flex.radio_input input[type="text"] {
	width: 50%;
}

.share_add {
	padding: 10px 0;
}

.share_noti_list {
	margin-top: 20px;
}
.share_noti_list li {
	display: flex;
}
.share_noti_list li + li {
	margin-top: 15px;
}

.share_bottom .basic_chk {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.share_bottom .basic_chk p {
	font-size: 14px;
}
.share_bottom .btn_submit {
	margin-bottom: 0;
}

.share_article {
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}
.share_article_top ul {
	display: flex;
}
.share_article_top li + li::before,
.share_article_bottom dl + dl::before {
	content: "|";
	margin: 0 10px;
	color: #dfdfdf;
}
.share_article_body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}
.share_article_body .status {
	flex: 0 0 60px;
	max-width: 60px;
}
.share_article_body p {
	font-size: 14px;
	font-weight: 600;
}
.share_article_bottom,
.share_article_bottom dl {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #999;
}
.share_article_bottom dt {
	margin-right: 5px;
	font-weight: 400;
}

.status {
	display: block;
	width: 60px;
	padding: 4px 0;
	font-size: 12px;
	text-align: center;
}
.point_red {
	border: 1px solid #d71414;
	color: #d71414;
}
.point_blue {
	background-color: rgba(0, 134, 255, 0.1);
	color: #0086ff;
}

/* 포인트 현황 */
.point_link_group {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.point_link_group li {
	position: relative;
}
.point_link_group a {
	display: block;
	padding: 0 15px;
	color: #999;
}
.point_link_group li + li::before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
	color: #dfdfdf;
}
.link_selected span {
	border-bottom: 1px solid #194293;
	color: #194293 !important;
}
.point_header_box {
	color: #FFF;
}
.point_header {
	padding: 15px 0;
	text-align: center;
	background-color: #194293;
}
.point_content {
	padding: 15px 20px;
	background-color: #114bb5;
}
.point_count {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.point_count dl {
	flex: 0 0 50%;
	max-width: 50%;
}
.point_count dl:last-of-type {
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.point_count dt {
	font-weight: 400;
}
.point_count dd {
	font-size: 24px;
}
.point_count + .point_count {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.use_point_content {
	padding: 15px 20px;
	margin-bottom: 5px;
	background-color: #f7f7f7;
}
.use_point_header {
	padding-bottom: 5px;
	border-bottom: 1px solid;
}
.use_point_header h2 {
	font-size: 14px;
	font-weight: 600;
}
.use_point_header p {
	font-size: 12px;
}
.use_point_table {
	width: 100%;
}
.use_point_table td {
	padding: 5px 0;
}
.use_point_table td:last-of-type {
	text-align: right;
}
.use_point_table tbody::before,
.use_point_table tbody::after {
	content: "";
	display: block;
	height: 15px;
}
.use_point_table tfoot tr {
	border-top: 1px solid #dfdfdf;
}
.use_point_table tfoot td {
	padding: 15px 0;
	font-weight: 600;
}
.use_point_table tfoot strong {
	font-size: 20px;
	color: #d61a1a;
}
.use_point_table select {
	width: 100%;
}
.use_point_table caption {
	caption-side: top;
	padding-bottom: 0;
	color: #000;
}
.use_point_table .basic_chk p {
	font-size: 14px;
}
.hits_row {
	display: flex;
	align-items: center;
}
.hits_row dt {
	flex: 0 0 80px;
	max-width: 80px;
	font-weight: 400;
}
.hits_row dd {
	flex: 0 1 100%;
	max-width: 100%;
}
.use_point_row {
	padding: 10px 0;
}
.use_point_row dl {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
}
.use_point_row dt {
	font-weight: 400;
}
.btn_purchase {
	width: 100%;
	padding: 15px 0;
	margin: 10px 0;
	border: 1px solid #e6e6e6;
	background-color: #f4f4f4;
	font-weight: 600;
}

.point_search_box {
	padding: 15px 20px;
	background-color: #f7f7f7;
}
.date_period {
	display: flex;
	align-items: center;
	margin-top: 5px;
	color: #999;
}
.date_period input {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #dfdfdf;
}
.date_period span {
	margin: 0 5px;
}
.point_checkbox_group {
	padding: 10px 0;
}
.point_checkbox_group .basic_chk {
	margin: 5px 0;
	margin-right: 20px;
}
.point_checkbox_group .basic_chk:last-child {
	margin-right: 0;
}
.point_checkbox_group .basic_chk span {
	width: 20px;
	height: 20px;
}
.point_checkbox_group .basic_chk p {
	font-size: 14px;
}
.point_checkbox_group .basic_chk > input:checked + span {
	background-size: 13px;
}
.point_checkbox_group.chk_rows .basic_chk {
	width: 130px;
	margin: 3px 0;
}
.bd_top {
	border-top: 1px solid #dfdfdf;
}

.find_house_btn_group {
	position: relative;
	padding: 20px 0 10px;
	text-align: center;
}
.btn_point_search {
	padding: 10px 20px;
	border-radius: 30px;
	background-color: #1748a9;
	color: #FFF;
}
.btn_point_reset {
	position: absolute;
	top: 54%;
	right: 0;
	background-color: transparent;
	transform: translateY(-50%);
}
.btn_point_search::before {
	background-image: url("/images/notice_list/search_icon_white.png");
}
.btn_point_reset::before {
	background-image: url("/images/notice_list/reset_icon.png");
}
.btn_point_reset::before, 
.btn_point_search::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: inherit;
	vertical-align: middle;
}

.share_list_header {
	padding: 10px 0 5px;
	border-bottom: 1px solid;
}
.share_article.pay {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.share_article.pay .share_article_body {
	display: block;
}
.share_article.pay .share_article_body .color_grey {
	font-size: 12px;
	font-weight: 400;
}
.point_history {
	text-align: right;
}
.point_history p {
	font-size: 14px;
}
.point_history .badge {
	width: 50px;
	margin-top: 5px;
	border-radius: 0;
}
.badge.blue_white {
	border: 1px solid #104cb9;
	color: #104cb9;
}
.badge.red_white {
	border: 1px solid #d71414;
	color: #d71414;
}
.share_content_box.point {
	padding-bottom: 50px;
}

.share_btn_box {
	padding: 10px;
	text-align: center;
}
.share_btn_box button {
	padding: 5px 15px;
	font-size: 14px;
}

.share_content_box .pagination {
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.share_content_box .page-item {
	margin: 0 10px;
	background-repeat: no-repeat;
	background-position: center;
}

/* 210616 등기부등본 */
.reg_text_top {
	padding: 30px 25px;
	background-color: #f7f7f7;
}
.reg_text_top h5 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
}
.reg_table {
	width: 100%;
	margin: 15px 0;
}
.reg_table thead tr {
	border-bottom: 1px solid;
}
.reg_table tbody tr {
	border-bottom: 1px solid #dfdfdf;
}
.reg_table th {
	padding: 5px 0;
	font-size: 12px;
}
.reg_table td {
	padding: 15px 0;
	font-size: 12px;
}
.reg_table .addr_text {
	margin: 5px 0;
	font-size: 14px;
}
.reg_table_title {
	margin-right: 5px;
	font-weight: 600;
}
.reg_table_group {
	display: flex;
}
.reg_table_group p:last-of-type::before {
	content: "|";
	margin: 0 5px;
}

.reg_btn_group button {
	padding: 3px 8px;
	margin-top: 5px;
	font-size: 11px;
}
.reg_btn_submit button {
	display: block;
	width: 100%;
	padding: 10px 8px;
	margin-top: 10px;
	font-size: 12px;
}
.reg_search_box h5 {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 14px;
}
.reg_search_box dl {
	display: flex;
	align-items: baseline;
	margin: 10px 0;
}
.reg_search_box dt {
	flex: 0 0 60px;
	max-width: 60px;
}
.reg_search_box.long dt {
	flex: 0 0 80px;
	max-width: 80px;
}
.reg_search_box dd {
	flex: 0 1 100%;
	max-width: 100%;
}
.reg_search_box dd select {
	display: block;
	width: 100%;
	font-size: 12px;
}
.reg_search_box dd select + select {
	margin-top: 4px;
}
.reg_search_box dd input {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #dfdfdf;
}
.reg_search_box dd .basic_chk {
	display: block;
	margin: 5px 0;
}
.reg_search_box dd span {
	display: block;
	margin-top: 4px;
}
.reg_search_box.re_reg h5 {
	margin-bottom: 0;
}
.reg_search_box.re_reg .find_house_btn_group {
	padding: 10px 0;
}

.btn_down {
	width: 32px;
	height: 29px;
	background-image: url("/images/mobile/icon_down_blue.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	background-color: transparent;
}

.reg_desc {
	padding: 20px 0;
}
.reg_desc dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #efefef;
}
.reg_desc dl:first-of-type {
	border-top: 1px solid #efefef;
}
.reg_desc dt {
	flex: 0 0 80px;
	max-width: 80px;
	background-color: #f7f7f7;
	text-align: center;
	font-weight: 400;
	color: #999;
}
.reg_desc dd {
	flex: 0 1 100%;
	max-width: 100%;
}
.reg_desc dt,
.reg_desc dd {
	padding: 10px 15px;
	font-size: 12px;
}
.reg_noti {
	display: none;
	font-size: 12px;
}
.reg_noti.on {
	display: block;
}
.reg_noti li {
	margin: 5px 0;
}
.reg_agree {
	padding: 20px 0 10px;
	margin-top: 30px;
	border-top: 1px solid #eaeaea;
	text-align: center;
}
.reg_agree p {
	font-size: 14px;
}

.reg_radio_group .basic_chk {
	display: block;
}
.reg_info {
	display: none;
	background-color: #f7f7f7;
}
.reg_info.on {
	display: block;
}
.reg_info.coupon {
	padding: 10px 50px;
}
.reg_info dl {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	text-align: center;
}
.reg_info dl + dl {
	border-top: 1px solid #dfdfdf;
}
.reg_info dd {
	padding: 0 30px;
}
.reg_info strong {
	font-size: 16px;
}
.reg_radio_group .basic_chk {
	margin: 10px 0;
}

.reg_info.point {
	padding: 15px 25px;
}
.reg_info.point h6.color_blue {
	font-size: 14px;
}
.reg_info.point p {
	font-size: 12px;
}
.reg_info_line {
	padding: 10px 0;
	font-size: 14px;
}
.reg_info_line.top {
	border-bottom: 1px dashed #dfdfdf;
}
.reg_info_line.top .btn_deepblue {
	padding: 3px 10px;
	margin-left: 5px;
	font-size: 12px;
}
.reg_info_line.bottom .basic_chk {
	margin: 10px 10px 0;
}

/* 게시판 */
.search_box {
	position: relative;
	padding: 25px;
	background-color: #f7f7f7;
}
.search_box input {
	width: 100%;
	padding: 10px 15px;
	border: none;
	background-color: #FFF;
}
.icon_search {
	position: absolute;
	top: 50%;
	right: 35px;
	width: 23px;
	height: 23px;
	background-image: url("/images/mobile/search_icon_black.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	background-color: transparent;
	transform: translateY(-50%);
}

.share_content_box.board .share_list_header {
	padding: 10px 0;
}
.share_content_box.board .share_article {
	padding: 15px 0;
}
.share_content_box.board .share_article h6 {
	font-size: 14px;
}
.share_content_box.board .share_article h6 + span {
	font-size: 12px;
}

.view_header.blue {
	background-color: #1650a7;
	color: #FFF;
}
.view_header.blue p {
	margin: 0 auto;
	font-size: 14px;
}

/* qna */
.question_desc dl {
	padding: 20px 0;
	border-top: 1px solid #dfdfdf;
	font-size: 14px;
	transition: border-color 200ms;
}
.question_desc dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	cursor: pointer;
}
.question_desc dl:last-child {
	border-bottom: 1px solid #dfdfdf;
}
.question_desc .question_icon {
	display: inline-block;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	background-color: #999999;
	vertical-align: middle;
	transition: background-color 200ms;
}
.question_answer {
	display: flex;
}
.question_answer p {
	color: #666666;
}
.question_desc .question_answer_icon {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	background-color: #1748a9;
}
.question_desc .question_icon,
.question_desc .question_answer_icon {
	margin-right: 10px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #FFF;
}
.question_desc dd {
	display: none;
	padding: 20px 0 10px;
}
.qna_arrow {
	flex: 0 0 10px;
	max-width: 10px;
	width: 10px;
	height: 10px;
	padding: 0;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #999;
	background-color: transparent;
	transform: rotate(135deg);
	transition: transform 200ms, border-color 200ms;
}
.arrow_up {
	transform: rotate(-45deg);
	border-color: #000;
}
.arrow_down {
	transform: rotate(135deg);
	border-color: #999;
}

.question_header {
	display: flex;
	padding-right: 30px;
}
.question_header p {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.board_title {
	padding: 20px 25px;
	border-top: 2px solid;
	background-color: #f7f7f7;
}

/* 210622 온하우스 소개 */
.service_container {
	max-width: 315px;
	padding: 0 15px;
	margin: 0 auto;
}
.introduce_link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	margin-bottom: 20px;
	border-top: 1px solid #efefef;
	color: #999;
}
.introduce_link li + li::before {
	content: "|";
	margin: 0 15px;
	color: #dfdfdf;
}
.introduce_link a {
	font-size: 13px;
}
.introduce_link a.on {
	color: #154ec4;
	border-bottom: 1px solid #154ec4;
}

.service_top h2 {
	font-size: 21px;
	font-weight: 600;
}
.service_top p {
	margin: 10px 0 30px;
	line-height: 1.9;
}
.service_top .btn_deepblue {
	padding: 15px 30px;
}
.service_top_img {
	height: 230px;
	background-image: url("/images/mobile/service_mockup.png");
	background-repeat: no-repeat;
	background-position: center bottom -46px;
	background-size: contain;
}

.service_section {
	padding: 50px 0;
}
.service_section p {
	font-size: 18px;
}
.service_circle span {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	background-color: #FFF;
}
.service_circle.one {
	margin-top: 40px;
}
.service_circle.one span {
	background-image: url("/images/service_report/info_icon1.png");
}
.service_circle.two span {
	background-image: url("/images/service_report/info_icon2.png");
}
.service_circle.three span {
	background-image: url("/images/service_report/info_icon3.png");
}
.service_circle p {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 600;
}
.service_arrow {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 55px;
	margin: 10px 0 20px;
	background-image: url("/images/mobile/arrow_blue.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.service_arrow.top::before,
.service_arrow.bottom::before {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	font-weight: 600;
	color: #0075de;
}
.service_arrow.top::before {
	content: "Call 방식 검수";
	right: -90px;
}
.service_arrow.bottom::before {
	content: "검수 완료";
	right: -60px;
}

.service_card {
	padding: 50px 0 55px;
	margin: 10px 0;
	border-radius: 20px;
	background-color: #f7f7f7;
}
.service_card p {
	margin: 10px 0 15px;
}
.service_card span {
	font-size: 12px;
}

.service_number {
	padding: 50px 0;
}
.service_number.blue {
	background-color: #162362;
	color: #FFF;
}
.service_number.white {
	background-color: #FFF;
}
.service_number span {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	font-weight: 600;
	line-height: 1.7;
}
.service_number.blue span {
	background-color: #FFF;
	color: #162362;
}
.service_number.white span {
	background-color: #162362;
	color: #FFF;
}
.service_number h3 {
	margin: 10px 0 20px;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
}
.service_number p {
	margin: 10px 0;
}
.service_number_img {
	height: 300px;
	margin-top: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.service_number_img.one {
	background-image: url("/images/service_report/mockup_img1.png");
	background-position: right 45% center;
}
.service_number_img.two {
	margin-top: 40px;
	background-image: url("/images/mobile/service_img2.png");
}
.service_number_img.three {
	height: 200px;
	margin-top: 40px;
	background-image: url("/images/mobile/service_img3.png");
}
.service_number_img.four {
	height: 200px;
	margin-top: 40px;
	background-image: url("/images/mobile/service_img4.png");
}
.service_number_img.five {
	background-image: url("/images/service_report/mockup_img5.png");
	background-position: right 45% center;
}
.service_number_img.six {
	background-image: url("/images/service_report/info_img.png");
	background-size: cover;
}

.service_bottom {
	padding: 10px 0 80px;
}
.service_bottom .service_number_img {
	margin-top: 0;
	margin: 20px 0;
}
.service_bottom h2 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.5;
}
.service_bottom p {
	margin: 10px 0 30px;
}
.service_bottom .btn_deepblue {
	padding: 15px 30px;
}

.intro_container {
	max-width: 360px;
	padding: 0 15px;
	margin: 0 auto;
}
.intro_top img {
	width: 165px;
}
.intro_top p {
	margin: 20px 0 50px;
	font-size: 16px;
}
.intro_title {
	font-size: 14px;
	font-weight: 600;
}
.intro_img_box {
	margin-top: 30px;
}
.intro_img_box img {
	width: 100%;
}
.intro_img_box p {
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
}
.intro_card {
	padding: 40px 15px;
	border-top: 1px solid #dfdfdf;
}
.intro_card h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
}
.intro_card p {
	font-size: 12px;
}
.intro_icon {
	display: inline-block;
	width: 80px;
	height: 60px;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.intro_icon.one {
	background-image: url("/images/service_report/management_icon.png");
}
.intro_icon.two {
	background-image: url("/images/service_report/big_data_icon.png");
}
.intro_icon.three {
	background-image: url("/images/service_report/it_dev_icon.png");
}
.intro_icon.four {
	background-image: url("/images/service_report/customer_icon.png");
}
.intro_icon.five {
	background-image: url("/images/service_report/vacancy_icon.png");
}
.intro_icon.six {
	background-image: url("/images/service_report/real_estate_icon.png");
}

.service_section.bg_blue {
	background-image: url("/images/mobile/bg_circle.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 150%;
}
.recruit_text_top {
	padding: 30px 0;
}
.recruit_text_top span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}
.recruit_text_top em {
	display: block;
	margin: 20px 0 10px;
	font-size: 40px;
	font-style: normal;
}
.recruit_text_top p {
	font-size: 12px;
}

.intro_circle {
	margin: 40px 0;
}
.intro_circle span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: rgba(17, 103, 219, 0.8);
	font-size: 24px;
}
.intro_circle p {
	margin: 20px 0;
	font-size: 13px;
}
.recruit_text_bottom {
	padding: 20px 0;
}
.recruit_text_bottom p {
	margin: 15px 0;
}
.recruit_text_bottom p:first-of-type {
	font-size: 16px;
}
.recruit_text_bottom p:last-of-type {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.history_year {
	margin-top: 50px;
	font-size: 40px;
	color: #162362;
}
.history_year span {
	color: #1167db;
}
.history_list_box {
	text-align: left;
}
.history_list {
	position: relative;
	padding: 10px 0;
	padding-left: 20px;
}
.history_list::before {
	content: "";
	position: absolute;
	top: 25px;
	left: -2px;
	width: 1px;
	height: 100%;
	background-color: #CCC;
}
.history_list:last-child::before {
	height: 50%;
}
.history_list h4 {
	position: relative;
	font-size: 18px;
	font-weight: 400;
}
.history_list h4::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #CCC;
	transform: translateY(-50%);
}
.history_list dl {
	display: flex;
	margin: 5px 0;
}
.history_list dt {
	margin-right: 10px;
}

.intro_info {
	background-image: url("/images/mobile/intro_info.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
}
.intro_info_top {
	padding-top: 30px;
}
.intro_info_top img {
	width: 130px;
}
.intro_info_top p {
	margin-top: 30px;
	line-height: 1.8;
}
.intro_info_list {
	padding: 50px 0;
}
.intro_info_list:last-child {
	padding-bottom: 30px;
}
.intro_info_list + .intro_info_list {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.intro_info_list dt {
	margin-bottom: 10px;
}
.intro_info_list dd {
	font-size: 20px;
}
.intro_info_list em {
	font-style: normal;
	font-size: 34px;
}

.intro_bottom {
	padding: 10px 0 50px;
	text-align: left;
}
.intro_bottom dl {
	display: flex;
	padding: 20px 0;
}
.intro_bottom dl + dl {
	border-top: 1px solid #dfdfdf;
}
.intro_bottom dt {
	flex: 0 0 80px;
	max-width: 80px;
}
.intro_bottom dd {
	flex: 0 1 100%;
	max-width: 100%;
}
.intro_bottom p {
	font-size: 14px;
}
.intro_bottom p + p {
	margin-top: 5px;
}

.join_ipt_box textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #dfdfdf;
	resize: none;
}

.content_title {
	margin: 5px 0 7px;
	line-height: 1.5;
}

.find_chk_box {
	display: flex;
	overflow-x: auto;
}
.find_house_chk {
	display: inline-block;
	margin: 5px 0;
	cursor: pointer;
	font-size: 12px;
	color: #666;
}
.find_house_chk + .find_house_chk {
	margin-left: 5px;
}
.find_house_chk input[type="checkbox"] {
	display: none;
}
.find_house_chk input[type="checkbox"] + span {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 30px;
	background-color: #efefef;
	white-space: nowrap;
}
.find_house_chk input[type="checkbox"]:checked + span {
	border-radius: 30px;
	background-color: #1748a9;
	color: #FFF;
}

.find_search_box {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}
.find_search_box select {
	margin-right: 5px;
	border: none;
	background-color: #FFF;
	color: #999;
}
.search_box_sm {
	position: relative;
}
.search_box_sm input {
	width: 100%;
	height: 32px;
	padding: 5px 10px;
	border: none;
	background-color: #FFF;
}
.search_box_sm button {
	right: 5px;
}
.search_label {
	margin: 10px 0;
	font-weight: 600;
}

.find_desc {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}
.find_desc dl {
	display: flex;
	margin: 3px 0;
}
.find_desc dt {
	margin-right: 10px;
}

.link_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn_arrow {
	padding: 5px 15px;
	border-radius: 30px;
	background-color: #f7f7f7;
	font-size: 12px;
	color: #666;
}
.btn_arrow span {
	display: flex;
	align-items: center;
}
.btn_arrow span::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 3px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: rotate(45deg);
}

.text_with_select {
	display: flex;
}
.text_with_select select {
	flex: 0 0 100px;
	max-width: 100px;
	margin-right: 5px;
}
.text_with_select input {
	flex: 0 1 100%;
	max-width: 100%;
	padding: 0 10px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}

.btn_bottom_group {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.btn_bottom_group button {
	margin-bottom: 0;
}
.btn_bottom_group button + button::before {
	content: "|";
	position: absolute;
	top: 50%;
	left: 0;
	color: #999;
	transform: translateY(-50%);
}

.sub_nav {
	padding: 12px 0;
}
.sub_nav ul {
	display: none;
	margin-top: 10px;
}
.sub_nav li {
	padding-left: 20px;
}
.sub_nav li + li {
	border-top: none;
}
.sub_nav li a {
	padding: 7px 0;
}

/*editor*/
.view_content img {
	max-width: 100%;
	height: auto !important;
}

/* 210715 등기열람 유지보수 */
.new_icon {
	position: relative;
}
.new_icon::after {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 10px;
	height: 10px;
	background-image: url("/images/main/new_icon.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 8px;
}

.process_box {
	padding: 20px 30px 10px;
}
.process_box ul {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.process_box li {
	position: relative;
	text-align: center;
	color: rgba(23, 72, 169, 0.2);
}
.numbering {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-bottom: 3px;
	border-radius: 50%;
	background-color: rgba(23, 72, 169, 0.2);
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	color: #FFF;
}
.dotted {
	display: block;
	width: 30px;
	height: 2px;
	background-image: url("/images/mobile/dotted_short.png");
	background-repeat: no-repeat;
}
.process_box li.on {
	color: #1748a9;
}
.process_box li.on .numbering {
	background-color: rgba(23, 72, 169, 1);
}

.reg_search_box_caption {
	padding: 15px 0;
}
.reg_search_box_caption button {
	display: block;
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	color: #fff;
	background-color: #1748a9;
}
.reg_search_box_caption button:active,
.reg_search_box_caption button:focus {
	border: 1px solid #1748a9;
}

.reg_ck_box {
	text-align: center;
}
.reg_ck_box.ck_icon::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 20px 0 10px;
	background-image: url("/images/popup/circle_ck.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.reg_ck_box h5 {
	font-size: 16px;
}
.reg_input_box  {
	padding: 20px;
	padding-bottom: 0;
}
.reg_input_box p {
	text-align: center;
}
.reg_input_box dl {
	display: flex;
	align-items: center;
	padding: 15px 0;
	margin-top: 20px;
	border: solid #dfdfdf;
	border-width: 1px 0;
	font-size: 14px;
}
.reg_input_box dt {
	flex: 0 0 100px;
	max-width: 100px;
}
.reg_input_box dd {
	flex: 0 1 100%;
	max-width: 100%;
}
.reg_input_box dd input {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #dfdfdf;
}
.reg_input_btn {
	width: 100%;
	padding: 20px 15px;
	text-align: center;
}
.reg_input_btn .btn_submit {
	margin: 0;
}

.reg_cf_list {
	padding: 10px 40px 20px;
}
.reg_cf_list dl {
	display: flex;
	margin: 3px 0;
}
.reg_cf_list dt {
	display: flex;
}
.reg_cf_list dt::before {
	content: "*";
	margin-right: 3px;
}
.reg_cf_list dt::after {
	content: ":";
	margin: 0 3px;
}
.reg_cf_list dd {
	text-align: left;
}
.ref_cf_btn_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 20px;
}
.ref_cf_btn_box button {
	width: 100px !important;
	padding: 15px 0;
	margin: 0 10px;
}
.ref_cf_btn_box .btn_border_gray:focus {
	border: 1px solid #e5e5e5;
}
.ref_cf_btn_box .btn_submit {
	margin: 0;
}
.ref_cf_btn_box.complete {
	padding: 30px 0;
}
.ref_cf_btn_box.complete button {
	width: 130px !important;
}

.loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}
.loading.inline {
	position: relative;
	height: 200px;
	background-color: transparent;
}
.loading.inline .loading_txt_box {
	color: #777;
}
.loading.inline .loading_ring span {
	border-color: #777 transparent transparent transparent;
}

.loading.on {
	display: flex;
}
.loading .loading_txt_box {
	color: #FFF;
	text-align: center;
}
.loading_txt_box h5 {
	font-size: 16px;
}
.loading_txt_box h6 {
	font-size: 12px;
}
.loading_ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.loading_ring span {
	display: block;
	position: absolute;
	margin-top: -32px;
	margin-right: -32px;
	top: 50%;
	right: 50%;
	width: 64px;
	height: 64px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.loading_ring span:nth-child(1) {
	animation-delay: -0.45s;
}
.loading_ring span:nth-child(2) {
	animation-delay: -0.3s;
}
.loading_ring span:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* 등기부등본 메인 210720 */
.reg_banner {
	padding: 15px 0;
	background-color: #0b50d0;
	text-align: center;
}
.reg_banner h2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #FFF;
}
.reg_banner h2 .color_grey {
	font-size: 12px;
	font-weight: 400;
}
.reg_body {
	padding: 10px 20px 20px;
	background-color: #0856dd;
	text-align: center;
}
.reg_body h1 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff54e;
}
.reg_body h3 {
	font-size: 14px;
	line-height: 1.4;
	color: #1256bd;
}
.reg_body p {
	font-size: 12px;
}
.reg_body_link {
	margin-top: 10px;
}
.reg_body_link a {
	display: inline-block;
	padding: 5px 10px;
	margin: 2px;
	border-radius: 30px;
	background-color: #1256bd;
	font-size: 11px;
	color: #FFF;
}
.reg_body_link a.new {
	position: relative;
}
.reg_body_link a.new::before {
	content: "N";
	position: absolute;
	top: -5px;
	left: -11px;
	padding: 0 6px;
	border-radius: 10px;
	background-color: #ff5d05;
	font-weight: 600;
	color: #FFF;
}

.reg_body_top,
.reg_body_bottom {
	margin-bottom: 15px;
}
.reg_service_box {
	padding: 15px 20px;
	margin: 10px 0;
	border-radius: 20px;
	background-color: #FFF;
}
.reg_service_box > div + div {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #dfdfdf;
}
.reg_service_box .numbering {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.8;
	background-color: #1256bd;
}
.reg_service_box h3 {
	display: inline-block;
}
.reg_service_box p {
	margin-top: 5px;
}

.reg_point_box {
	display: flex;
	justify-content: space-between;
	padding: 20px 15px;
	margin: 15px 0;
	border-radius: 20px;
	background-color: #FFF;
}
.reg_point_box.point > div {
	flex: 0 0 33.33333333333333%;
	max-width: 33.33333333333333%;
	padding: 0 15px;
}
.reg_point_box > div + div {
	border-left: 1px solid #e0dcc9;
}
.reg_point_box h4 {
	margin-bottom: 10px;
	font-size: 12px;
}
.point_img {
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.point_img.one {
	background-image: url("/images/re_reg/starbucks_icon.png");
}
.point_img.two {
	background-image: url("/images/re_reg/paper_icon.png");
}
.point_img.three {
	background-image: url("/images/mobile/hits_img_beige.png");
}
.reg_body_bottom .color_deepgrey {
	font-size: 13px;
}
.reg_link_group {
	display: flex;
	justify-content: space-between;
}
.reg_link_group a {
	flex: 0 0;
	flex-basis: calc(50% - 5px);
	max-width: calc(50% - 5px);
	display: block;
	padding: 10px;
}
.reg_link_group a + a {
	margin-left: 5px;
}
/* .reg_link_group a::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
}
.reg_link_group a.link_reg {
	background-image: url("/images/mobile/reg_paper_sm.png");
	background-position: center bottom 20px;
	background-size: 150px;
	background-color: #0089e5;
}
.reg_link_group a.link_point {
	background-image: url("/images/mobile/coin.png");
	background-position: right 20px bottom 15px;
	background-size: 90px;
	background-color: #23358b;
	} */

	.link_group.test {
		position: relative;
	}
	.link_group.test::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1px;
		height: 30%;
		background-color: #e4e4e4;
		transform: translate(-50%, -50%);
	}
	.link_group.test a::after {
		margin-left: 20px;
	}
	.link_group.test .link_deal {
		background-color: #FFF;
		color: #2e79ea;
	}
	.link_group.test .link_rent::before,
	.link_group.test .link_deal::before {
		content: "";
		display: block;
		width: 55px;
		height: 49px;
		margin-right: 0;
		border-radius: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 60%;
	}
	.link_group.test .link_rent::before {
		background-image: url("/images/mobile/house_blue.png");
		background-color: transparent;
	}
	.link_group.test .link_deal::before {
		background-image: url("/images/mobile/house_lightblue.png");
		background-color: transparent;
	}

	.number_of_house.test {
		position: relative;
		background-image: url("/images/mobile/mobile_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
	}

	.header_banner {
		position: relative;
		height: 70px;
		padding-right: 15px;
		background: linear-gradient(90deg, rgba(22,90,196,1) 50%, rgba(38,66,157,1) 100%);
		color: #FFF;
		overflow: hidden;
		z-index: 0;
	}
	.header_banner::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: -15px;
		width: 90px;
		height: 90px;
		background-image: url("/images/main/banner_stamp.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	.banner_text {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
	}
	.banner_text_left {
		display: flex;
		align-items: center;
		height: 100%;
		padding-left: 30px;
		z-index: 1;
	}
	.banner_text p {
		font-size: 14px;
	}
	.banner_btn_group {
		text-align: right;
	}
	.banner_btn_group .basic_chk {
		display: flex;
		align-items: center;
	}
	.banner_btn_group .basic_chk p {
		font-size: 12px;
	}
	.banner_btn_group .basic_chk > input[type=checkbox] + span {
		background-color: transparent;
	}
	.banner_btn_group .basic_chk > input[type=checkbox]:checked + span {
		background-image: url("/images/mobile/check_icon_blue.png");
		border-color: #FFF;
		background-color: #FFF;
	}
	.banner_btn_group .btn_close {
		position: static;
		width: 23px;
		height: 23px;
		margin-left: auto;
		margin-bottom: 10px;
		background-image: url("/images/main/close_white.png");
		background-repeat: no-repeat;
		background-size: 15px;
		background-color: transparent;
	}

	/* 등기부등본 소개 210721 */
	.reg_banner.intro {
		display: block;
		position: static;
		padding: 30px 0;
		background-image: url("/images/mobile/reg_banner_bg.png"); 
		background-repeat: no-repeat;
		background-position: inherit;
		background-size: cover;
		text-align: center;
	}
	.reg_banner.intro h2 {
		font-size: 19px;
		color: #000;
	}
	.reg_banner.intro h2 span {
		font-size: 19px;
		color: #fba500;
	}
	.reg_banner.intro span {
		font-size: 13px;
	}

	.reg_section {
		padding: 50px 0;
	}
	.reg_section.bottom {
		padding: 50px 0 10px;
	}

	.badge_blue {
		display: inline-block;
		padding: 10px 20px;
		border-radius: 30px;
		background-color: #dae5f5;
		font-size: 13px;
	}
	.reg_header {
		padding-bottom: 10px;
		text-align: center;
	}

	.reg_header h1 {
		margin: 25px 0;
		font-size: 23px;
		line-height: 1.4;
	}
	.reg_header h2 {
		font-size: 34px;
		line-height: 1.4;
	}
	.reg_header.event2 {
		padding-bottom: 0;
	}
	.reg_header.event2 h1 {
		margin: 0;
	}
	.reg_section .link_blue {
		display: inline-block;
		padding: 15px 0;
		border-radius: 0;
		background-color: #1256bd;
		color: #FFF;
	}
	.reg_section .link_blue:hover {
		color: #FFF;   
	}
	.reg_section .link_blue span {
		justify-content: center;
		font-size: 13px;
	}
	.reg_section .link_blue span::after {
		width: 8px;
		height: 8px;
		border-color: #FFF;
	}
	.reg_header .link_blue {
		width: 220px;
	}

	.reg_boxs {}
	.reg_boxs + .reg_boxs {
		margin-top: 40px;
	}
	.reg_box_header {
		padding-bottom: 5px;
		margin-bottom: 15px;
		border-bottom: 2px solid;
	}
	.reg_box_header h3 {
		font-size: 14px;
	}
	.reg_contents {
		padding: 30px 20px 40px;
		margin: 10px 0;
		text-align: center;
		border-radius: 20px;
		box-shadow: 0px 0px 3px 3px #f4f4f4;
		background-color: #FFF;
	}
	.reg_contents.gray {
		padding: 0 30px;
		background-color: #f8f8f8;   
	}
	.reg_contents h4 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.reg_contents h4 .numbering {
		width: 20px;
		height: 20px;
		margin-right: 10px;
		background-color: #000;
		font-size: 10px;
		line-height: 2;
		vertical-align: middle;
	}
	.reg_contents h5 {
		margin-bottom: 20px;
	}
	.reg_contents p {
		font-size: 16px;
	}
	.reg_contents .link_lightblue {
		display: block;
		margin-top: 10px;
		padding: 10px 20px;
		border-radius: 2px;
		background-color: rgba(18, 86, 189, 0.1);
		font-size: 14px;
		color: #1256bd;
	}
	.reg_contents .link_lightblue span {
		display: inline-block;
	}
	.reg_contents .link_lightblue span::after {
		display: inline-block;
		border-color: #1256bd;
	}
	.reg_contents_header {}

	.reg_step + .reg_step {
		margin-top: 40px;
	}
	.reg_step p {
		margin: 5px 0 10px;
		font-size: 14px;
		font-weight: 600;
	}
	.reg_step span {
		font-size: 14px;
	}
	.badge_step {
		display: inline-block;
		flex: 0 0 70px;
		max-width: 70px;
		width: 70px;
		padding-bottom: 4px;
		border-radius: 30px;
		background-color: #0b50d0;
		text-align: center;
		color: #FFF;
	}
	.reg_step_title {
		display: block;
		margin: 20px 0;
		font-size: 16px !important;
	}

	p.reg_caption {
		margin: 20px 0;
		font-size: 14px;
		color: #999;
	}

	.reg_coupon_img {
		height: 200px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.reg_coupon_img.one {
		background-image: url("/images/re_reg/coupon_img.png");
	}
	.reg_coupon_img.two {
		background-image: url("/images/re_reg/coupon_img2.png");
	}
	.reg_coupon_img.three {
		background-image: url("/images/re_reg/coupon_img3.png");
	}
	.reg_coupon_img.four {
		background-image: url("/images/re_reg/coupon_img4.png");
	}
	.reg_coupon_img.five {
		background-image: url("/images/re_reg/coupon_img5.png");
	}
	.reg_coupon_img.six {
		background-image: url("/images/re_reg/coupon_img6.png");
	}
	.reg_coupon_img.seven {
		background-image: url("/images/re_reg/coupon_img7.png");
	}
	.reg_coupon_img.eight {
		background-image: url("/images/re_reg/coupon_img8.png");
	}
	.reg_coupon_img.nine {
		background-image: url("/images/re_reg/coupon_img9.png");
	}
	.reg_coupon_img.ten {
		background-image: url("/images/re_reg/coupon_img10.png");
	}
	.reg_coupon_img.kakao01 {
		height: 254px;
		background-image: url("/images/re_reg/kakao01.png");
	}
	.reg_coupon_img.kakao02 {
		height: 346px;
		background-image: url("/images/re_reg/kakao02.png");
	}
	.reg_coupon_img.kakao03 {
		height: 346px;
		background-image: url("/images/re_reg/kakao03.png");
	}
	.reg_coupon_img.mockup01 {
		height: 400px;
		background-size: contain;
		background-image: url("/images/re_reg/mockup01.png");
	}
	.reg_coupon_img.mockup02 {
		height: 400px;
		background-size: contain;
		background-image: url("/images/re_reg/mockup02.png");
	}
	.reg_coupon_img.mockup03 {
		height: 400px;
		background-size: contain;
		background-image: url("/images/re_reg/mockup03.png");
	}
	.reg_coupon_img.mockup04 {
		height: 400px;
		background-size: contain;
		background-image: url("/images/re_reg/mockup04.png");
	}

	.reg_contents_ball {
		flex: 0 0;
		flex-basis: calc(33.33333333333333% - 2.5px);
		max-width: calc(33.33333333333333% - 2.5px);
		padding: 20px 0;
		margin-bottom: 5px;
		border-radius: 20px;
		background-color: #f8f8f8;
		text-align: center;
	}
	.reg_contents_ball dt {
		margin-bottom: 5px;
		font-size: 11px;
	}
	.reg_contents_ball dd {
		font-size: 20px;
		font-weight: 600;
		color: #1258cc;
	}
	.exclamation_blue {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 5px;
		border-radius: 50%;
		background-color: #1256bd;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
		color: #FFF;
	}

	.reg_flex {
		display: flex;
		justify-content: space-between;
	}
	.reg_flex.wrap {
		flex-wrap: wrap;
	}
	.reg_point {
		padding: 30px 0;
	}
	.reg_point dl {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.reg_point dt {
		flex: 0 0 100px;
		max-width: 100px;
		font-size: 15px;
	}
	.reg_point dd {
		width: 100%;
		padding: 0 10px;
	}
	.reg_point + .reg_point {
		border-top: 1px solid #dfdfdf;
	}
	.reg_point_img {
		height: 120px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.reg_point_img.one {
		background-image: url("/images/re_reg/starbucks_icon.png");
	}
	.reg_point_img.two {
		background-image: url("/images/re_reg/paper_icon.png");
	}
	.reg_point_img.three {
		background-image: url("/images/re_reg/hits_img.png");
		background-size: contain;
	}
	.point_caption {
		margin-top: 20px;
		font-size: 13px;
		text-align: center;
	}

	.reg_service_header {
		margin-top: 30px;
	}
	.reg_service_header > span {
		font-size: 18px;
	}
	.reg_service_header h1 {
		margin-top: 5px;
	}
	.reg_service_img {
		padding: 0 15px;
		padding-bottom: 30px;
	}
	.reg_service_img img {
		width: 100%;
	}
	.reg_service_text {
		text-align: center;
	}
	.reg_service_text p {
		margin-bottom: 5px;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.4;
	}
	.reg_service_text > span {
		font-size: 12px;
	}

	.reg_section.new_reg h2 {
		font-size: 22px;
	}
	.reg_section.new_reg .reg_service_img {
		padding: 0 30px;
		padding-top: 20px;
	}

	.caution_box {
		padding: 30px;
		margin-top: 30px;
		border-radius: 10px;
		background-color: #FFF;
	}
	.caution_box h5 {
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-bottom: 1px solid #dfdfdf;
		font-size: 14px;
		line-height: 1;
	}
	.caution_box li {
		display: flex;
		margin: 5px 0;
		font-size: 12px;
		color: #666;
	}
	.caution_box li::before {
		content: "※";
		margin-right: 5px;
	}

	/* 구인정보 수정 210721 */
	.notice_list_desc {
		padding-bottom: 30px;
	}
	.notice_list_desc dl {
		display: flex;
		margin: 3px 0;
		font-size: 14px;
	}
	.notice_list_desc dt {
		font-weight: 400;
	}
	.notice_list_desc dt::after {
		content: ":";
		margin: 0 5px;
	}

	.share_article_top p {
		display: inline-block;
	}
	.share_article_top p + p::before {
		content: "|";
		margin: 0 5px;
	}

	/* b2b 소개페이지 */
	.btb_main {
		text-align: center;
	}
	.btb_main .introduce_link {
		margin-bottom: 10px;
	}

	.btb_banner {
		display: block;
		width: 100%;
		padding: 20px 0;
		margin-bottom: 25px;
		background-color: rgba(21, 78, 196, 0.07);
		font-size: 13px;
		color: #1256bd;
		text-align: center;
	}

	.btb_container {
		padding: 0 15px;
	}

	.btb_info {
		text-align: center;
	}
	.btb_info p,
	.btb_info p span {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.4;
	}
	.btb_info p {
		margin-bottom: 15px;
	}
	.btb_info span {
		font-size: 12px;
	}
	.btb_info.top {
		padding: 20px 0 50px;
	}
	.btb_info.bottom {
		padding: 70px 0;
		background-color: #154ec4;
		color: #FFF; 
	}

	.btb_section {
		padding: 60px 0 40px;
		font-size: 14px;
	}
	.btb_section.center {
		padding: 0;
		padding-top: 40px;
	}
	.btb_section h2 {
		margin-top: 15px;
		font-size: 23px;
		font-weight: 600;
		color: #162362;
	}
	.btb_section p {
		margin-top: 15px;
		font-size: 14px;   
	}
	.btb_section ul {
		padding: 15px 0 5px;
	}
	.btb_section li {
		color: #162362;
	}
	.btb_section li::before {
		content: "";
		display: inline-block;
		width: 17px;
		height: 11px;
		margin-right: 3px;
		background-image: url("/images/b2b/chk_icon.png");
		background-repeat: no-repeat;
		background-size: contain;
	}

	.btb_text {
		margin-bottom: 40px;
	}
	.badge_lightblue {
		padding: 8px 20px;
		font-size: 12px;
	}

	.btb_img {
		width: 100%;
		padding-top: 215px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.btb_img.one {
		background-image: url("/images/b2b/b2b_img1.png");
	}
	.btb_img.two {
		background-image: url("/images/b2b/b2b_img2.png");
	}
	.btb_img.three {
		background-image: url("/images/b2b/b2b_img3.png");
	}
	.btb_img.four {
		background-image: url("/images/b2b/b2b_img4.png");
	}
	.btb_img.five {
		margin-top: 20px;
		background-image: url("/images/b2b/b2b_img5.png");
		background-position: center bottom -15px;
	}
	.btb_img.six {
		margin-top: 30px;
		background-image: url("/images/b2b/b2b_img6.png");
		background-position: center;
		background-position: center bottom -10px;
	}

	.btb_info_border {
		max-width: 300px;
		padding-bottom: 30px;
		margin: 0 auto;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.btb_info_border p {
		margin: 20px 0;
	}
	.btb_info_desc dl {
		display: flex;
		justify-content: center;
		font-size: 16px;
	}
	.btb_info_desc dl + dl {
		margin-top: 10px;
	}
	.btb_info_desc dt::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 21px;
		margin-right: 5px;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	.btb_info_desc dt.call_icon::before {
		background-image: url("/images/b2b/phone_icon.png");
		background-size: 18px;
	}
	.btb_info_desc dt.kakao_icon::before {
		background-image: url("/images/b2b/ch_icon.png");
	}
	.btb_info_desc dt::after {
		content: ".";
		margin-right: 5px;
		font-weight: 400;
	}

	/* b2b modal */
	.btb_modal_body {
		padding: 20px 0 5px;
		margin: 30px 0 20px;
		border: solid #dfdfdf;
		border-width: 1px 0;
	}
	.btb_modal_body .ipt_wrap_title {
		flex: 0 0 160px;
		max-width: 160px;
	}
	.btb_modal_body .ipt_wrap_title.required::after {
		content: "*";
		margin-left: 3px;
		color: #1748a9;
	}
	.btb_modal_body .join_ipt_object input {
		flex: 0 1 100%;
		max-width: 100%;
		width: 100%;
		height: 40px;
		padding: 0 15px;
		border-radius: 3px;
		border: 1px solid #dfdfdf;
		font-size: 14px;
	}
	.btb_modal_body .container_form {
		display: flex;
	}
	.btb_modal_body .container_form .custom_file_btn {
		flex: 0 0 140px;
		max-width: 140px;
		height: 40px;
		margin-left: 10px;
		font-size: 13px;
		color: #8c8c8c;
	}
	.btb_modal_btn {
		text-align: center;
	}
	.btb_modal_btn .btn_submit {
		width: 160px;
	}
	.btb_modal_desc {
		padding: 10px 0 40px;
	}
	.btb_modal_desc li {
		display: flex;
		margin: 5px 0;
		font-size: 12px;
	}
	.btb_modal_desc li::before {
		content: "·";
		margin-right: 3px;
	}
	.link_default {
		color: #1748a9;
		text-decoration: underline;
	}

	/* 210809 매물리스트 뷰 수정 */
	.photo_box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.photo_box h6 {
		font-size: 13px;
		line-height: 1.4;
	}
	.photo_box button {
		width: 70px;
		padding: 3px;
		font-size: 11px;
	}

	.badge_orange {
		display: inline-block;
		padding: 1px 6px;
		border-radius: 3px;
		border: 1px solid #fb521e;
		background-color: #fff;
		font-size: 10px;
		font-weight: 400;
		color: #fb521e;
		vertical-align: middle;
	}
	.badge_mint {
		display: inline-block;
		padding: 1px 6px;
		border-radius: 3px;
		border: 1px solid #00bffe;
		background-color: #fff;
		font-size: 0.75rem;
		font-weight: 400;
		color: #00bffe;
		vertical-align: middle;
	}
	.badge_red {
		display: inline-block;
		padding: 1px 6px 3px;
		border-radius: 3px;
		background-color: rgba(239, 30, 20, 0.1);
		font-size: 10px;
		font-weight: 400;
		color: #ef1e14;
		vertical-align: middle;   
	}

	.list_content_box {
		flex: 0 1 100%;
		max-width: 100%;
	}
	.list_content_box > div {
		display: flex;
	}

	.txt_box_bottom {
		display: flex;
		align-items: center;
		padding-left: 15px;
		font-size: 11px;
		color: #888;
	}
	.txt_box_bottom > * + * {
		margin-left: 3px;
	}

	.btn_transform {
		display: flex;
		align-items: center;
		background-color: transparent;
		color: #888;
	}
	.btn_transform::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-left: 5px;
		background-image: url("/images/notice_list/reset_icon.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		vertical-align: middle;
	}
	.btn_transform span {
		display: none;
	}
	.btn_transform span.on {
		display: block;
	}

	.reg_type_list {
		display: flex;
	}
	.reg_type_list li + li {
		margin-left: 15px;
	}

	.reg_box {
		padding: 20px;
		background-color: #f8f8f8;
	}
	.reg_box .basic_chk {
		display: block;
		margin-bottom: 15px;
	}
	.reg_box .basic_chk ~ .basic_chk {
		margin-top: 15px;
	}
	.reg_info {
		display: none;
		padding: 10px 20px;
		background-color: #FFF;
	}
	.reg_info.on {
		display: block;
	}
	.reg_info.coupon {
		padding: 0;
		text-align: center;
	}
	.reg_info dl,
	.reg_info dt,
	.reg_info dd {
		display: inline-block;
	}
	.reg_info dl + dl::before {
		content: "|";
		margin: 0 30px;
		color: #CCC;
	}
	.reg_info dt {
		margin-right: 20px;
	}
	.reg_info strong {
		font-size: 18px;
	}
	.reg_info_line {
		padding: 10px 0;
		font-size: 14px;
	}
	.reg_info_line.top {
		border-bottom: 1px dashed #dfdfdf;
	}
	.reg_info_line.top .btn_deepblue {
		padding: 3px 10px;
		margin-left: 5px;
		font-size: 12px;
	}
	.reg_info_line.bottom .basic_chk {
		margin: 5px 10px;
	}

	.reg_search_float {
		position: static;
		width: 100%;
		padding: 0 15px;
		background-color: #FFF;
		font-size: 14px;
		z-index: 10;
	}
	.reg_search_row,
	.reg_search_col,
	.reg_search_flex {
		display: flex;
		align-items: center;
	}
	.reg_search_row {
		padding: 10px 0;
	}
	.reg_search_row .basic_chk + .basic_chk {
		margin-left: 15px;
	}
	.reg_search_row dl {
		display: flex;
		padding: 0 10px;
	}
	.reg_search_row dt::after {
		content: ":";
		margin: 0 3px;
	}
	.reg_search_row .link_skyblue {
		padding: 7px 12px;
		font-size: 12px;
	}
	.reg_search_row .btn_black {
		height: 32px;
		padding: 0 15px;
		border-radius: 3px;
	}
	.reg_search_row.top {
		border-bottom: 1px solid #dfdfdf;
	}
	.reg_search_col + .reg_search_col {
		margin-left: 5px;
	}
	.reg_search_col label {
		margin-right: 5px;
	}
	.reg_search_col select {
		flex: 0 1 90px;
		max-width: 90px;
		width: 90px;
	}
	.reg_search_btn_box {
		flex: 0 1 100%;
		max-width: 100%;
		position: relative;
		height: 32px;
		border: 1px solid #dfdfdf;
		border-radius: 3px;
	}
	.reg_search_btn_box input {
		width: 100%;
		height: 100%;
		border: none;
		padding: 0 25px 0 10px;
	}
	.reg_search_btn_box input:focus {
		outline: none;
	}
	.btn_search_blue {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 16px;
		height: 15px;
		background-image: url("/images/icon/search_blue.png");
		background-repeat: no-repeat;
		background-color: transparent;
		transform: translateY(-50%);
	}
	.reg_intro_section {
		padding: 20px 0;
		background-color: #f8deb8;
	}
	.reg_intro_section h2 {
		font-size: 18px;
		font-weight: 600;
		line-height: 1.4;
	}
	.reg_intro_section .link_skyblue {
		padding: 4px 9px;
	}
	.reg_search_col.bottom {
		padding-bottom: 15px;
	}
	.reg_search_col.bottom input {
		height: 30px;
	}
	.reg_search_col.bottom .btn_black {
		margin-left: 5px;
		padding: 0 10px;
		height: 30px;
		border-radius: 3px;
	}

	.phone_box_desc_text {
		margin-top: 10px;
	}
	.phone_box_desc_text p {
		font-size: 11px;
	}

	.floating_top_btn {
		position: relative;
		padding: 0;
		width: 40px;
		height: 40px;
		background-color: #0075de;
		border: none;
		border-radius: 3px;
		outline: none;
	}
	.floating_top_btn::before {
		content: '';
		display: block;
		position: absolute;
		margin-top: -9px;
		margin-right: 3px;
		top: 50%;
		right: 50%;
		width: 11px;
		height: 11px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		transform: rotate(45deg) translate(50%, -50%);
	}
	.floating_top_btn::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 50%;
		width: 1px;
		height: 20px;
		background-color: #fff;
		transform: translate(0, -50%);
	}


	.register_house_btn_group {
		display: flex;
		flex: 0 0 270px;
		max-width: 270px;
		border-radius: 100px;
		background-color: #f7f8fa;
	}
	.register_house_btn_group input[type="radio"] {
		display: none;
	}
	.register_house_btn_group input[type="radio"] + label {
		display: inline-block;
		padding: 10px 0;
		border-radius: 100px;
		background-color: transparent;
		width: 90px;
		text-align: center;
		cursor: pointer;
	}
	.register_house_btn_group input[type="radio"]:checked + label {
		background-color: #1748a9;
		color: #fff;
	}
	.register_house_select_group {
		display: flex;
	}
	.register_house_select_group > div {
		display: flex;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.register_house_select_group select {
		flex: 0 1 100%;
		max-width: 100%;
		height: 45px;
		padding-left: 15px;
		margin-right: 10px;
	}
	.half_input_group {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.half_input_group input[type="text"],
	.half_input_group input[type="date"],
	.half_input_group select {
		flex: 0 1 100%;
		max-width: 100%;
		text-align: right;
	}
	.private_info_body_title {
		padding: 25px 0;
	}
	.private_info_body_title p {
		text-align: center;
		color: #1748a9;
	}
	.private_info_body_title p::before {
		content: "!";
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 5px;
		border-radius: 50%;
		background-color: #1748a9;
		color: #FFF;
		line-height: 20px;
		vertical-align: middle;
	}
	.lessor_pnum_wrapper {
		display: flex;
	}
	.pnum_plus_btn,
	.pnum_del_btn {
		width: 42px;
		height: 42px;
		margin-left: 10px;
		font-size: 30px;
		line-height: 1;
		font-weight: 100;
		vertical-align: bottom;
	}
	.pnum_del_wrapper {
		margin-top: 10px;
	}



/* association/load */
.funcSalesType,
.funcSalesTypePrivate {
	margin-bottom: 30px;
}

.add_btn_group {
	margin-top: 10px;
}
.add_btn {
	padding: 5px 5px;
	margin: 0 2px;
	font-size: 0.75rem;
}

.loan_group,
.deposit_group {
	display: none;
}
.disFlex {
	display: flex;
}

.loan_input_group {
	flex: 0 1 100%;
	max-width: 100%;
}
.loan_input_group:nth-child(2) {
	margin-right: 20px;
}
.loan_input_group .join_ipt_title {
	width: 75px;
}

.quad_input_group {
	display: flex;
	padding: 10px 0;
}
.quad_input {
	flex: 0 0 50%;
	max-width: 50%;
}
.quad_input:nth-child(1) {
	padding-right: 5px;
}
.quad_input:nth-child(2) {
	padding-left: 5px;
}
.quad_input_inner {
	display: flex;
	align-items: center;
}
.quad_input_group input {
	flex: 0 1 100%;
	max-width: 100%;
	height: 40px;
	text-align: right;
}
.quad_input_title {
	margin-right: 20px;
}
.quad_input input:first-of-type {
	margin-right: 10px;
}
.register_house_chkbox_group {
	margin-left: 5px;
	margin-bottom: 5px;
	flex: 0 1 100%;
	max-width: 100%;
}
.register_house_chkbox_group .basic_chk {
	margin: 3px;
}

.list_control_btn {
	position: relative;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
}
.list_control_btn::before {
	content: '';
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	margin-top: -2px;
	margin-right: -7px;
	top: 50%;
	right: 50%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(45deg);
}
.list_control_btn.on {
	transform: rotate(180deg);
}
.list_control_close_btn {
	position: relative;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
}
.list_control_close_btn::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 19px;
	margin-top: -9px;
	top: 50%;
	right: 50%;
	background-color: #000;
	transform: rotate(45deg);
}
.list_control_close_btn::after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 19px;
	margin-top: -9px;
	top: 50%;
	right: 50%;
	background-color: #000;
	transform: rotate(-45deg);
}

/* 제세공과금 모달 */
.modal_alert .modal-body {
  padding: 30px 0;
  text-align: center;
}
.modal_alert .modal-body p {
  font-size: 16px;
}
.modal_alert .modal-footer {
  justify-content: center;
  padding-bottom: 50px;
}
.modal_alert .btn_blue {
  padding: 10px 25px;
  border-radius: 0;
  background-color: #1748a9;
  font-size: 15px;
}
.modal_alert .btn_blue:hover {
  color: #FFF;    
}

.modal_agree .modal-header {
  padding: 20px 25px;
  border-radius: 0;
  background-color: #1748a9;
}
.modal_agree .modal-header .close {
	padding: 0.5rem;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 100;
  text-shadow: none;
  opacity: 1;
}
.modal_agree_header {
  color: #FFF;
}
.modal_agree_header h5 {
  font-size: 18px;
}
.modal_agree_header span {
  font-size: 14px;
}

.modal_agree .modal-body {
  padding: 25px;
}

.modal_agree_content + .modal_agree_content {
  margin-top: 30px;
}

.modal_agree_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.modal_agree_title h5 {
  font-size: 16px;
}

.point_info dl {
	margin: 20px 0;
}
.point_info dt {
	margin-bottom: 10px;
	font-size: 14px;
}
.point_info input {
	width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 14px;
}
.point_info input::placeholder {
  color: #bbbbbb;
}

.addr_row {
  position: relative;
  margin-bottom: 10px;
}
.addr_row button {
  position: absolute;
  top: 0;
  right: 0;
}

.idnum_row {
  display: flex;
  align-items: center;
}

.only_text input[readonly] {
  padding: 0; 
  border: none;
  font-size: 14px;
  color: #555555;
}

.dash {
  margin: 0 5px;
}

.with_btn_black {
  height: 100%;
  padding: 0 20px;
  background-color: #000;
  font-size: 13px;
  color: #FFF;
}

.with_custom_file {
  position: relative;
  width: 100%;
}
.with_custom_file input[type="file"] {
  display: none;
}
.with_custom_file_input {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 45px;
  padding: 10px;
  font-size: 13px;
  color: #bbbbbb;
}
.with_custom_file_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 20px;
  background-color: #000;
  font-size: 13px;
  color: #FFF;
}

.agree_text_box {
  height: 160px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  overflow-y: auto;
}
.agree_text + .agree_text {
  margin-top: 20px;
}
.agree_text h6 {
  margin-bottom: 10px;
  font-size: 14px;
}
.agree_text li {
  font-size: 13px;
  color: #555555;
}

.chk_row_right {
  padding: 20px 0;
  text-align: right;
}
.chk_row_right .basic_chk p {
	font-size: 14px;
}

.modal_agree .modal-footer {
  margin-bottom: 60px;
  justify-content: center;
}
.modal_agree .modal-footer .btn_blue {
  padding: 15px 35px;
  border-radius: 0;
  background-color: #1748a9;
  font-size: 16px;
}
.modal_agree .modal-footer .btn_blue:hover {
  color: #FFF;
}