@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
    font-family: "Noto Sans KR", Helvetica, sans-serif !important;
}


/****************************************************************************
 * 2. 기본태그
 ****************************************************************************/

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px !important;
	}
}

.table-responsive th, .table-responsive td {
	white-space:nowrap;
}

/* 숫자창에서 위,아래 화살표 보이지 않기 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control {border-radius:0px !important;}
.btn {border-radius:0px !important;}

.bg-default {
	background-color:#95C41F;
	color:#fff;
}

.btn-default {
	background-color:#95C41F !important;
	color:#fff !important;
}

.text-default {
	color:#95C41F !important;
}

.btn-outline-default {
	border: 1px solid #666 !important;
	color:#666 !important;
}

.nav-tabs.capsuled .nav-item .nav-link {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

::placeholder {font-size:13px;}
.btn-link {text-decoration:none !important;}

.notice-wrapper {
	position: fixed;
	box-shadow:0 0 5px 1px rgba(0,0,0,.2);
}

.page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}


/****************************************************************************
 * 3. 로고
 ****************************************************************************/

.logo-wrapper {
    padding: 5px 0;
	width:200px;
	font-weight:900;
	font-size:16px;
}

.logo-wrapper a {
	color:#95C41F;
}

.logo-wrapper .title {
	white-space:nowrap;
}

.logo-wrapper .text-muted {
	font-weight:400;
	font-size:12px;
	color:#ccc;
	white-space:nowrap;
	padding-left:25px;
	line-height:13px;
	margin-top:3px;
}

@media (min-width: 1024px) {
	.logo-wrapper {
		margin-right:20px;
	}	
}

@media (max-width: 1024px) {
	.logo-wrapper {
		text-align:center;
		color:#fff;
	}
	.logo-wrapper .text-muted {
		text-align:center;
		color:#ddd;
		padding:0px;
	}
	.login-form .logo-wrapper a {
		color:#95C41F;
	}

	.login-form img {
		width:150px;
	}
}

/****************************************************************************
 * 4. 매물 목록
 * 4.0 - 공통
 * 4.1 - 매물 목록 상에 검색 부분
 * 4.2 - 매물 지도
 * 4.3 - 매물 지도에서 매물 리스트 
 * 4.4 - 매물 지도(관리자용)에서 매물 표시
 ****************************************************************************/

/* 4.0 - 공통 */
#pagination {
	justify-content: center;
	margin-top:20px;
	margin-bottom:20px;
}

/* 4.1 - 매물 목록 상의 검색 부분 */

.band-wrapper {
	padding:15px;
	border-bottom:1px solid #ccc;
}

.band-wrapper .dropdown-menu {
    min-width: 250px;
	padding:27px 30px 15px;
}

.band-wrapper .btn {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:90%;
}

.band-wrapper .dropdown-menu-lg {
    min-width: 350px !important;
}

.band-wrapper .dropdown-menu {
    min-width: 230px;
}

.ruler li {
	text-align:center;
	left:8px;
	width:33.3%;
	float:left;
	padding-top:10px;
	color:#ccc;
	font-size:12px;
	position:relative;
}

.ruler li:first-child{
	text-align:left;
	padding-left:3px;
}

.ruler li:last-child{
	text-align:right;
}

.ruler > li:nth-child(2)::before {
	left: 50%;
	transform: translate(-50%, 0px);
}

.ruler > li:last-child::before {
	right: 18px;
}

.ruler > li::before {
	content: "";
	display: block;
	width: 1px;
	height: 4px;
	background-color: rgb(170, 170, 170);
	position: absolute;
	top: 0px;
	margin: 0px auto 5px;
}


/* 4.2 - 매물 지도 */

.map-wrapper {
    position: relative;
    height: 100%;
}

#map {
	width:calc(100% - 400px);
    width:-moz-calc(100% - 400px);
    width:-webkit-calc(100% - 400px);
}

#map .toolbar {
    position:absolute;
    top:40px;
    width:41px;
    right:15px;
    z-index:2;
}

#map .toolbar .btn-group-vertical {
    width:100%;
}

#map .toolbar .btn {
    font-size:13px;
    padding:10px 8px;
}

.btn-white {
    background-color: #fff !important;
    border-color: #c0ccda !important;
    color: rgba(27, 46, 75, 0.7) !important;
}


#map .dropright .dropdown-menu {
    padding:10px;
}

#map .dropright .dropdown-toggle::after {
    display:none;
} 

#map .dropdown-item {
    padding:3px 5px;
    font-size:13px;
}

#map .dropdown-item img{
    width:18px;
}

.cluster_num {
    min-width:42px;
    height:42px;
    border-radius: 25px;
    padding:1px 10px;
    text-align:center;
    line-height:38px;
    font-size:16px;
    font-weight:bold;
	opacity:0.9;
	border:1px solid #aaa;
	user-select: none;
}

.cluster_num.active {
	background-color:#fff;
	color:#333 !important;
	border-color:#95C41F;
}

.cluster_danzi {
    border-radius: 5px;
    padding:3px 5px;
    text-align:center;
    font-size:13px;
    font-weight:normal;
	background-color:#fff;
	color:#fff;
	border:1px solid #aaa;
}

.cluster_danzi i {
	color:#ccc;
}

.cluster_danzi a {
	color:#fff;
	font-size:10px;
	color:rgba(255, 255, 255, 0.6);
	line-height:16px;
}

.cluster_danzi a:hover {
	color:rgba(255, 255, 255, 0.9);
}

.cluster_danzi span {
	font-size:13px;
	font-weight:700;
	color:#fff;
	display:block;
}

.cluster {
    text-align: center;
    width: 100%;
    padding: 6px 13px 6px 13px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid rgb(189,189,189);
    border-radius: 10px;
    z-index: 2;
    font-size:13px;
}

.cluster:hover {
	border-color:#95C41F;
	color:#95C41F;
}

.cluster .cnt {
	font-size: 11px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    right: 2px;
    top: -5px;
    padding: 7px 4px;
    border-radius: 17px;
    font-weight: normal;
    border: 1px solid #303538;
    background-color: #303538;
    color: #fff;
    min-width: 17px;
    height: 17px;
    transform: translateX(50%);
    line-height: 0;
}

/* 4.3 - 매물 지도에서 매물 리스트 */

.map-wrapper .property_list_wrapper {
	overflow-y:scroll;
	height:calc(100%-60px);
    height:-moz-calc(100% - 60px);
    height:-webkit-calc(100% - 60px);
}

    @media (max-width: 1024px) {
		.map-wrapper .property_list_wrapper {
			overflow-y:scroll;
			height:calc(100%-120px);
			height:-moz-calc(100% - 120px);
			height:-webkit-calc(100% - 120px);
		}
	}

#map_list {
	width:400px;
	box-shadow: rgb(0 0 0 / 15%) 1px 0px 2px 0px;
	z-index:1;
	position:relative;
}

.title-area {
	padding:17px 15px 17px 15px;
	border-bottom:1px solid #e0e0e0;
}

.title-area.map {
	padding:10px;
}

.title-area select {
	height:27px;
	font-size:13px;
	color:#888;
	border-color:#888;
	border-radius:5px;
	padding:0px 5px;
}

.title-area .btns-area {
    display: inline-table;
	text-align:right;
	margin-top:2px;
}

/* 4.4 - 매물 지도(관리자용)에서 매물 표시 */

#map .prop {
	border-width:2px;
	//border-color:#95C41F;
	border-style:solid;
	//background-color:#fff;
	border-radius:50%;
	width:18px;
	height:18px;
	box-shadow: 0 2px 4px #aaa;
	color:#fff;
}

#map .prop.active {
	background-color:#95C41F;
}

#map .prop div {
	line-height:13px;
}

#map .prop.sell,  #map .prop.sell:after {
	border-color:rgb(231, 76, 60);
}

#map .prop.full, #map .prop.full:after{
	border-color:rgb(39, 174, 96);
}

#map .prop.rent, #map .prop.rent:after {
	border-color:rgb(41, 128, 185);
}

#map .prop.installation, #map .prop.installation:after {
	border-color:rgb(142, 68, 173);
}

#map .prop div {
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

#map .prop div.title {
	font-weight:700;
	font-size:13px;
	position:relative;
}

#map .prop div.title .dot {
	border-radius:5px;
	border:1px solid #ccc;
}


/****************************************************************************
 * 5. 매물 셀
 * 5.1 - 공용
 * 5.2 - PC
 * 5.3 - 모바일
 ****************************************************************************/

/* 5.1 - 공용 */
.property,.property-m {
	color: #333;
}

.featured-tag2:hover i {
    transform: rotateY(360deg);
}

.sale-tag {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px 3px;
    border-radius: 2px;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 20;
    right: 10px;
    margin-top: 10px;
    top: 0;
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
}
    @media (max-width: 1024px) {
		.sale-tag {
			padding: 4px 8px 4px;
			background-color: rgb(0 0 0 / 50%);
		}
	}

.property-m .sale-tag {
	margin-top:15px;
}
.property-zzim {
	z-index: 800;
	font-weight: 600;
	font-size: 15px;
	position: absolute;
	bottom: 10px;
	left: 15px;
	color: #fff;
	font-weight: 600;
}

.property-zzim span.active {
    color: #95C41F;
}

.detail-info .property-zzim {
    display: inline-block;
	position:relative;
	cursor:pointer;
	color:#ccc;
	bottom:3px;
}

.listing-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 0;
    overflow: hidden;
	z-index:1;
}

.listing-badges .featured, .property .featured, .property-2 .featured, .product-slider-box .featured {
    font-size: 12px;
    z-index: 999!important;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
}

.videourl {position:absolute;top:25%;text-align:center;width:100%}
.videourl img {
	width:100px;
	height:100px;
	opacity:0.7;
	display:inline-block;
}

/* 5.2 - PC */

@media (max-width: 1024px) {

	.property-2 {
		min-height:240px;
	}

	.property-2 .content {
		padding: 10px 10px;
	}

	.property-2 .content .title {
		font-size: 16px;
	}
}

.property-3 .property-zzim {
	bottom:-20px;
}

/* 5.3 - 모바일 */
/* 매물지도상의 매물 목록은 모바일용을 함께 사용한다. */

.article_row {
	position: relative;
    display: block;
    padding: 15px 15px 10px 160px;
    min-height: 150px;
    background-color: #fff;
	font-size:14px;
}

.article_row:hover {
	background-color:#f5f5f5;
}

.article_row .preview_container {
    position: absolute;
    top: 20px;
    left: 15px;
    bottom: 20px;
    width: 135px;
    height: 112px;
	border:1px solid #ccc;
    background-color: #f5f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	border-radius:5px;
}

.article_row .preview_container img {
	max-width:100%;
}

.article_row:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    border-top: 1px solid #f3f6f7;
}

.property-m {
    min-height:110px;
}

.property-m .property-m-tags {
	font-size:12px;
	color: rgb(128, 128, 128);
}

.property-m .title, .property .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:rgb(128, 128, 128);
}


ul.facilities-list {
	margin-bottom:0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:0px;
}

.property-3 ul.facilities-list {
	margin-bottom:10px;
}

.facilities-list li {
	display:inline-block;
	padding-right:5px;
	position:relative;
	letter-spacing:-0.5px;
}

.facilities-list li:after {
	content: '\00B7';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 0px;
	right: -3px;
}

.facilities-list li:last-child:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 0px;
	right: -3px;
}

.property-price {
	position:relative;
	font-weight:700;
	font-size:18px;
}

.property-price span {
	/*color:#999;*/
}

.property-m .featured {
	font-size:10px;
	line-height:11px;
	padding:1px 3px;
	border-radius:2px;
}

/* 6. 매물 상세 */
.gallery-content {
	color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.img_wrapper {
	position:relative;
}

.watermark {
	position:absolute;
	top:calc(50% - 25px);
	left:calc(50% - 100px);
	opacity:0.5;
	max-width:200px;
}

.watermark img {
	width:200px;
	height:auto;
	border:0px !important;
}

.agent-image img {
	max-width:80px;
	max-height:100px;
	border:1px solid #eee;
	border-radius:10px;
	margin-right:15px;
}

/***********************************
 * 실거래가
 ***********************************/


#real_haeder {
	font-size:13px;
}


#real_type_tab .nav-link{
	font-size:13px;
}

#real_type_tab .nav-link.active{
	color:#fff;
}

#real_type_tab  .nav-link:hover{
	/** color:#fff; **/
}

.bg-secondary {
  background: #6C7C94 !important;
  color: #FFF;
}

#myTab .nav-link.active{
	color:#fff;
}

/********************************
 * 7. 배너(탑이미지영역)
 ********************************/

.slider_2_search {
    background: #e6e6e6;
    padding: 25px 0;
}
	.slider_2_search .form-group {
		margin:0px;
	}

/***********************************
 * 8. 키워드 검색
 ***********************************/
.ui-autocomplete {
	z-index: 2000;
	background-color:#fff;
	max-width:250px;
	border:1px solid #ccc;
	cursor:pointer;

    position: absolute !important;
    max-height: 300px; /* 자동 완성 목록의 최대 높이 설정 */
    overflow-y: auto; /* 스크롤 가능하게 설정 */
    box-sizing: border-box;
}

.ui-menu li {border-bottom:1px dashed #eee;padding:5px;}
.ui-menu li:last-child {border-bottom:0px}

#keyword {
  background-image: url('/assets/img/search.png');
  background-repeat:no-repeat;
  background-position: left 5px center;
  padding-left:25px !important;
  border-color:#ddd;
  font-size:90%;
} /* PC에서만 적용됨. 모바일에서는 안 씀 */

/***********************************
 * 9. 홈 검색
 ***********************************/

#banner3 .submit-btn {
    width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #95C41F;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.02em;
	border:0px;
	border-radius:0px 0px 10px 10px;
}

.btn-outline-secondary {
	border-color:#ddd !important;
}

#banner3 .banner-search-box {
    max-width: 350px;
    margin-left: auto;
    /** background: #95C41F; **/
	background:#fafaf9;
	border-radius:10px;
	/*overflow:hidden;*/
}

.banner-search-box .search-area {
    padding: 20px 20px 5px 20px;
    background: transparent;
}

.banner-search-box .search-fields button {
    border-radius: 3px;
    box-shadow: none;
    border: none;
}

.banner-search-box .search-fields {
    padding: 0;
    box-shadow: none;
    border-radius: 3px;
	border:1px solid #ddd;
}

.banner-search-box .btn {
    display: inline-block;
    min-height: 50px;
    border-radius: 3px;
}

/********************************
 * 10. 회사소개
 ********************************/

#cmap_wrapper {
	height:600px;
}

#cmap_wrapper .cmap_panel {
	position: absolute;
    top: 50%;
    margin-top: -205px;
    left: 50%;
    width: 350px;
    margin-left: -515px;
    padding: 35px;
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 44px 98px 0 rgb(0 0 0 / 10%);
	font-size:14px;
    overflow: hidden;
    z-index: 10;

	border-top: 5px solid #95C41F!important;
}

.company-info div {
	padding-left:35px;
	position:relative;
}
.company-info i {
	position:absolute;
	top:0;
	left:0;
	color: #777;
    margin-right: 10px;
    font-size: 11px;
    background: #f2f2f2;
	line-height:22px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
}

#cmap {
	height: 600px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {

	#cmap_wrapper {
		height:200px;
	}

	#cmap_wrapper .cmap_panel {
		width:100%;
		height:200px;
	}

	#cmap {
		height: 200px;
		position: relative;
		overflow: hidden;
		border:1px solid #ccc;
		border-radius:5px;
	}
}

/***********************************
 * 11. 이용약관
 ***********************************/

.service-info {
    margin: 0 auto 30px;
    position: relative;
    text-align: left;
    background: #fff;
    padding: 40px 30px;
    width: 100%;
}

.service-info h2 {
	font-size:18px;
	margin-bottom:20px;
}

.service-info p{
    font-size: 16px;
    margin-bottom: 0;
}

/***********************************
 * 12. 본매물
 * userdesk의 udadmin에서 가져옴
 ***********************************/

 @media only screen and (min-width: 800px) {

	.imcanvas {
		width:380px;
		height:100%;
		position:fixed;
		border:1px solid #ccc;
		top:0px;
		left:-380px;
		bottom:0px;
		background-color: #fafafa;
		z-index:200000000000002;
		-webkit-transition: left cubic-bezier(.23,1,.32,1) .45s;
		-moz-transition: left cubic-bezier(.23,1,.32,1) .45s;
		-o-transition: left cubic-bezier(.23,1,.32,1) .45s;
		transition: left cubic-bezier(.23,1,.32,1) .45s;
		z-index:2;
	}

	.imshow .imcanvas {
		left:0px;
	}

	.imcanvas #imcanvas_handle {
		width: 70px;
		height: 70px;
		position: absolute;
		bottom:calc(50vh - 30px);
		right: -70px;
		background-color: #fafafa;
		box-shadow: 0 0 7.84px 0.16px rgba(0,0,0,.2);
		cursor: pointer;
		z-index: 9998;
		transition: all .25s cubic-bezier(.23,1,.32,1) .2s;
		color: #222;
		line-height: 25px;
		padding:10px;
		text-align: center;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		font-size: 13px;
		border:1px solid #ccc;
		opacity:0.9;
	}

	.imcanvas #imcanvas_handle i {
		font-size:18px;
	}

	.imshow .imcanvas #imcanvas_handle{
		display:block;
		box-shadow:none;
	}

	.imcanvas #imcanvas_handle .imopen {display:block}
	.imshow .imcanvas #imcanvas_handle .imopen {display:none}

	.imcanvas #imcanvas_handle .imclose {display:none}
	.imshow .imcanvas #imcanvas_handle .imclose {display:block}

	/* 버튼관련 css */
	.imcanvas .nav-tabs .nav-item .nav-link.active {
	    background: #95C41F!important;
	}

	.imcanvas .nav-tabs .nav-item .nav-link.active{
	    color: #fff;
	}

	#hope_pagination {
		justify-content: center;
		margin-top:20px;
		margin-bottom:20px;
	}

 }
/***********************************
 * 13. imreal
 ***********************************/

.imreal {
	position:fixed;
	width:100%;
	background-color:#fff;
	border-top:1px solid #ccc;
	bottom:0px;
	padding:17px;
	text-align:center;
	opacity:0.9;
	box-shadow:0 -4px 15px 0 rgb(0 0 0 / 8%);
	z-index:10000;
}

@media (max-width: 1024px) {
	.imreal {
		padding:10px;
		bottom:57px;
	}
}



/*************************
 * 아파트 단지 표시
 *************************/

.cluster_apt {
	background-position:bottom center;
	min-width:35px;
	min-height:35px;
	padding-bottom:35px;
	background-image:url(/assets/img/apt/apt1.png);
	background-repeat:no-repeat;
	cursor:pointer;
	user-select: none;
}

.cluster_apt .desc{
	box-shadow: 0 4px 9px #aaa;
    background-color: #fff;
	color:#0a2540;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:13px;
	letter-spacing:-1px;
	padding:3px 5px;
	text-align:center;
	font-weight: 600;
	line-height:13px;
}

.active .desc {
	background-color:#95C41F;
	color:#fff;
}

.cluster_apt .desc small {
	color:#888;
	font-weight:normal;
}

.active .desc small {
	color:#dfdfdf;
}

.cluster_apt .text-nm {
	font-weight:normal;
	color:#666;
	margin-top:3px;
}

#apt-area {
	display:none;
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
	padding-top:58px;
	z-index:1001;
}

#apt-area .title-area {
	position:absolute;
	top:0px;left:0px;right:0px;
	height:58px;
	padding:14px 5px;
	font-weight:700;
	border-bottom:0px;
}

#apt-area .apt-body-wrapper {
	position:absolute;
	top:0px;left:0px;right:0px;bottom:0px;
	margin-top:98px;
	overflow-y: scroll;
    overflow-x: hidden;
	background-color:#ffffff;
}

#apt-area .apt-body-wrapper .apt-card{
	margin-bottom:15px;
	background-color:#fff;
}

#apt-area .apt-body-wrapper .apt-card .apt-card-body {
	padding:0px 15px 15px 15px;
}

#apt-area .apt-body-wrapper .apt-card .apt-title{
	padding:15px 15px 0px 15px;
}

#apt-area .apt-navi {
	position: -webkit-sticky;
    position: sticky !important;
    top: 0;
    z-index: 1020;
	height:40px;
	background-color: #f8f8f8;
	font-size: 14px;
    width: 100%;
}

#apt-area .apt-navi .apt-navi-cell {
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    height: 100%;
	color:#333;
}

#apt-area .apt-navi .apt-navi-cell.active {
	background-color:#95C41F;
	font-weight:500;
	color:#fff;
}

#apt-area .apt-navi .apt-navi-cell:last-child {
	border-right:0px;
}

#apt-area .apt-body-wrapper .apt-title {
	font-size: 14px;
	font-weight: 700;
	color: rgb(26, 26, 26);
    margin-bottom: 10px;
}

#apt-area table th,#apt-area table td {
	font-size:13px;
}

#apt-close {
	padding:10px 15px;
	border-radius:5px;
	color:#999;
	font-size:20px;
}

#apt-close:hover {
	background-color:#efefef;
}

#apt-area .property-body-wrapper {
	position:absolute;
	top:0px;left:0px;right:0px;bottom:0px;
	margin-top:57px;
	overflow-y: scroll;
    overflow-x: hidden;
	background-color:#ffffff;
	border-top:1px solid #ccc;
}

/*************************
 * ckeditor
 *************************/
.content-body ul, .ck-editor__main ul {padding-left:15px}
.content-body ul li, .ck-editor__main ul li {list-style-type:disc}

ul.todo-list input {
	-webkit-appearance: none;
    border: 0;
    display: inline-block;
    height: 16px;
    margin-left: 0;
    margin-right: -15px;
    position: relative;
    right: 0;
    vertical-align: middle;
    width: 16px;
}

ul.todo-list input[checked]:before {
    background: #26ab33;
    border-color: #26ab33;
}

ul.todo-list input:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 calc(16px/8) calc(16px/8) 0;
    box-sizing: content-box;
    content: "";
    display: block;
    height: calc(16px/2.6);
    left: calc(16px/3);
    pointer-events: none;
    position: absolute;
    top: calc(16px/5.3);
    transform: rotate(45deg);
    width: calc(16px/5.3);
}

ul.todo-list input[checked]:after {
    border-color: #fff;
}

ul.todo-list input:before {
    border: 1px solid #333;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: box-shadow .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out;
    width: 100%;
}

.content-body img {
	margin-bottom:10px;
	border:1px solid #ccc;
	border-radius:5px;
}

blockquote {
    border-left: 5px solid #95C41F;
    padding: 10px 10px;
    margin: 0 0 20px;
    color: #4a4747;
    background: #f9f6f6;
}

blockquote p {
	margin-bottom:5px;
}

blockquote strong {
	font-weight:bold;
}

.text-huge {font-size:1.8em}
.text-big {font-size:1.4em}
.text-small {font-size:0.85em}
.text-tiny {font-size:0.7em}

ul.todo-list li {list-style-type:none !important;position:relative}
ul.todo-list li input {margin-right:5px;}
ul.todo-list {padding-left:25px;}

.donginfo:hover, .donginfo_active{
	cursor:pointer;
	background-color:#ddd;
}

#property_floor table{
	border-bottom:1px solid #ddd;
}

#property_floor table th,#property_floor table td{
	border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;padding:5px;
}

#property_floor table tr:nth-child(1){
	background-color:#f9f9f9;
}


:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #7987a1;
  --bs-gray-dark: #212a3a;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #7987a1;
  --bs-gray-700: #495057;
  --bs-gray-800: #212a3a;
  --bs-gray-900: #060c17;
  --bs-primary: #6571ff;
  --bs-secondary: #7987a1;
  --bs-success: #05a34a;
  --bs-info: #66d1d1;
  --bs-warning: #fbbc06;
  --bs-danger: #ff3366;
  --bs-light: #e9ecef;
  --bs-dark: #060c17;
  --bs-primary-rgb: 101, 113, 255;
  --bs-secondary-rgb: 121, 135, 161;
  --bs-success-rgb: 5, 163, 74;
  --bs-info-rgb: 102, 209, 209;
  --bs-warning-rgb: 251, 188, 6;
  --bs-danger-rgb: 255, 51, 102;
  --bs-light-rgb: 233, 236, 239;
  --bs-dark-rgb: 6, 12, 23;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 249, 250, 251;
  --bs-font-sans-serif: "Noto Sans KR", Helvetica, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #f9fafb;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  color:#fff !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.blur-effect {
  filter: blur(4px);
}

.property-m .additional-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*
    position: absolute;
    bottom: 15px;
    */
}