/***********************************************
 *
 *
 *
 *
 *
 *
 * 10. 상세 페이지
 ************************************************/
html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
.text-muted {font-size:13px;}

.form-secret {border:1px solid #ffc8c8;background-color:#fff6f6}
.form-secret:focus {border-color:#fff8f8 !important;background-color:#fff9f9}

/**
 * 매물관리 페이지에서 td부분이 계속 길어지는 내용이 있는데 이 것 때문에 테이블이 옆으로 계속 길어지다 보니까
 * 아래 속성을 넣어서 줄바꿈이 되도록 처리하였음
 */
.ws-normal {
	white-space:normal !important;
}
.table-responsive>table .dropdown{position:static;}


.page-content ul {
    padding: 0px;
}

.page-content ul.center {
	justify-content: center;
}

.page-content .property_list a {
	color:#333;
}

.page-content td .text-muted {
	white-space:normal !important;
}

li {
    list-style-type: none;
}

.ck-editor__editable_inline {
	height: 400px;
}

.ck.ck-editor {width: 100%;}

#property_list th, #property_list td {padding:0.5rem}

.gallery_wrapper {
    width: 80px;
    height: 65px;
    border: 1px solid #dedede;
	padding-left:1px;
	border-radius:5px;
	position: relative;
}

.photo-wrapper {
	background-size:cover;
	background-position:center center;
	border-radius:5px;
	border:1px solid #ddd;
}

.bottom_map {
	border:1px solid #dedede;
	width:100%;
	height:100px;
	max-height:100%;
	border-radius:5px;
}
.bottom_map img {
	border-radius:0px !important;
}

.bg-outlined {
    color: #888;
    -webkit-box-shadow: inset 0px 0px 0px 1px #888;
    -moz-box-shadow: inset 0px 0px 0px 1px #888;
    box-shadow: inset 0px 0px 0px 1px #888;
}

/* Table Tr 옮길 때 길이를 유지하기 위해서 */
.ui-sortable-helper {
	display: table;
}

ul.sortable ul {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

.sortable .btn {
    border: 1px solid #cacaac;
}

#list .item {
	width:25%;
	margin-bottom:20px;
}

#list .item-s {
	width:16.666%;
	margin-bottom:20px;
}

#list .item-3 {
	width:33.333%;
	margin-bottom:20px;
}

#list .item-5 {
	width:50%;
	margin-bottom:20px;
}

.star {
	background-image:url(/assets/img/star_b.png);
	background-size:cover;
	background-position:center center;
	width:18px;
	height:18px;
	display:inline-block;
	cursor:pointer;
}

.star.active {
	background-image:url(/assets/img/star_y.png);
}

.handle {cursor:pointer;}

/*
2022-08-24
home에서 사이드바 줄일경우 안보여서 닫음
다른대서 문제발생시 다른 방향으로 해결해볼것
.sidebar-folded .card {
	display:none;
}
*/

.card-sm .card-body , .card-sm .card-footer {
	padding: 0.7rem 0.7rem;
	font-size:12px;
}

.card-sm .card-footer .btn {
	padding:0.213rem 0.5rem;
}

.feeds{
	    margin: 0px;
	    padding: 0px;
	    list-style: none;
	}
	.chat-form .input-cont .form-control {
	    border: 1px solid #ddd;
	    width: 100% !important;
	    margin-top: 0;
	    background-color: #fff !important;
	}
	.chat-form {
	    margin-bottom: 15px;
	    padding: 10px;
	    background-color: #e9eff3;
	    overflow: hidden;
	    clear: both;
	}
	.memo-header{
		border-bottom: 1px solid #EFEFEF !important;
		min-height: 16.43px !important;
    	padding: 15px !important;
    	display: block !important;
	}
	.pull-right{
		float: right !important;
	}
	.chat-form .input-cont {
	    margin-right: 40px;
	}
	.chat-form .btn-cont {
	    margin-top: -42px;
	    position: relative;
	    float: right;
	    width: 44px;
	}
	.chat-form .btn-cont .arrow {
	    position: absolute;
	    top: 17px;
	    right: 43px;
	    border-top: 8px solid transparent;
	    border-bottom: 8px solid transparent;
	    border-right: 8px solid #4d90fe;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.chat-form .btn-cont .btn {
	    margin-top: 4px;
	}

	.blue.btn {
	    color: #FFFFFF;
	    background-color: #4B8DF8;
	    border-color: "";
	}

	.feeds li:last-child {
	    margin-bottom: 0px;
	}
	.feeds li {
	    background-color: #fafafa;
	    color: #82949a;
	    margin-bottom: 7px;
	}

	.kakao {
		background-color:#f1d900;
		color:#0078f7;
		padding:5px 5px;
	}

.social-list {
	padding: 0px;
}
.social-list li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
}

.social-list li a {
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
}

.form-group img {
	max-width:100%;
	border-radius:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
}



/**************************************************
 * 테이블
 **************************************************/

.property_title {
	font-size: 15px;
    margin-bottom: 10px;
	font-weight:700;
}

  @media (max-width: 1024px) {
		.property_title {
			margin-top:10px;
			padding-bottom: 10px;
			font-size: 16px;
	        line-height: 20px;
		}
   }

.videourl {
    position: absolute;
    top: 18%;
    text-align: center;
    width: 100%;
}
.videourl img {
	opacity:0.8;
	display:inline-block;
}

/******************************************
 * 10. 상세페이지
 ******************************************/

.label-txt {
	display:inline-block;
	padding:0px 5px;
	border-radius:5px;
}

p img{
	width: 100%;
}


 /*********************************************
  * 소셜공유 부분
  *********************************************/
#modal_social .modal-dialog{width:315px !important;}
.btn_share:after { content: ""; display: block; clear: both;padding:0;}
.btn_share { padding:0 !important;margin:0 !important;}
.btn_share li { float: left; margin-right: 10px;list-style:none;}
/*.btn_share li:last-child { margin-right: 0;}*/
.btn_share li a { display: block; width: 30px; height: 30px; background: url(/assets/img/btn_share.png) no-repeat 0 0; background-size: 292.5px 30px; text-indent: -9999px;margin-bottom:15px;}
.btn_share.list li a { display: block; width: 36px; height: 36px; background: url(/assets/img/btn_share.png) no-repeat 0 0; background-size: 351px 36px; text-indent: -9999px;margin-bottom:15px;}

.btn_share li.btn01_l a { background-position: 0 0;}
.btn_share li.btn02_l a { background-position: -45px 0;}
.btn_share li.btn03_l a { background-position: -90px 0;}
.btn_share li.btn04_l a { background-position: -135px 0;}
.btn_share li.btn05_l a { background-position: -180px 0;}
.btn_share li.btn06_l a { background-position: -225px 0;}
.btn_share li.btn07_l a { background-position: -270px 0;}
.btn_share li.btn08_l a { background-position: -315px 0;}

.btn_share li.btn01 a { background-position: 0 0;}
.btn_share li.btn02 a { background-position: -45px 0;}
.btn_share li.btn03 a { background-position: -90px 0;}
.btn_share li.btn04 a { background-position: -135px 0;}
.btn_share li.btn05 a { background-position: -180px 0;}
.btn_share li.btn06 a { background-position: -225px 0;}
.btn_share li.btn07 a { background-position: -270px 0;}
.btn_share li.btn08 a { background-position: -315px 0;}
.btn_share li a:hover { opacity: .8;}

#modal_social .copyurl_box{width:285px;display:block;}
#modal_social .copyurl_box a.copyurl{width:235px;height:28px;display:inline-block;overflow:hidden;font-size:0.9rem;text-overflow:ellipsis;white-space:nowrap;border:1px solid #d8d8d8;background-color:#f8f8f8;line-height:28px;color:#333;padding:0 5px;}
#modal_social .copyurl_box a.copyurl_btn{width:50px;height:28px;float:right;white-space:nowrap;font-size:0.8rem;border:1px solid #d8d8d8;border-left:0;text-align:center;line-height:28px;color:#333;}


#propert-list-search label {	font-size:13px;color:#777;}
#propert-list-search .form-select {
	padding:0.4rem 1.4rem 0.469rem 0.7rem;
	font-size:13px;
}

#propert-list-search .form-control {
	padding: 0.4rem 0.7rem;
}

#propert-list-search input {
	font-size:13px;
}

#propert-list-search .select2-container--default .select2-selection--multiple {
	border:1px solid #e9ecef;
}

/*************************
 * ckeditor
 *************************/
.content-body ul, .ck-editor__main ul {padding-left:15px;}
.content-body ul li, .ck-editor__main ul li {list-style-type:disc}

.select2-container--default .select2-selection--multiple {
	border:1px solid #eee !important;
}


.home_more{position:absolute;right:1.25rem;top:1.25rem;}

blockquote {
    border-left: 5px solid #eee;
    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}
ul.todo-list {padding-left:25px;}


/**************************************
 * 폼
 **************************************/

.card-option .form-check-inline {
	width: 80px;
    letter-spacing: -1px;
    margin-right: 10px;
}


.option_flex{
	display: flex;
	flex-wrap: wrap;
}
.option_img_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

	.option_img_back{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 85px;
		height: 85px;
		margin-bottom: 4px;
		background-color: #d7d9db36;

	}
	.option_img{
		width: 40px;
		height: 40px;
	}

	
.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;
}

.ck-powered-by {
	display:none;
}



/*  vendors.js css 처리용 */
label.error {
    color: #FF0000; /* 빨간색으로 변경 */
    /* 추가적인 스타일링은 여기에 작성 */
}


.gallery-badge{
	position: absolute;
    bottom: 3px;
    right: 2px;
    display: block;
    font-size: 10px;
    padding: 2px 3px;
}