*{ padding:0; margin:0; border-collapse: collapse; font-family: 'Nanum Gothic'}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}

body{
	background: #ebebeb !important;
	font: 1em 'Nanum Gothic';
}
/* header{
	position: absolute;
	top: 0;
	padding: 15px;
	width: 100%;
	background:white;
	box-shadow: 0px 0px 5px gray;
}
header ul, ul.one_line_list {
	list-style: none;
	display: inline-block;
}
header ul>li, ul.one_line_list>li{
	display: inline-block;
	padding: 0 10px;
}
header ul>li:not(:first-child){
	border-left: 1px solid gray;
} */
nav { color: white; }
nav ul, ul.one_line_list {
	list-style: none;
	display: inline-block;
}
nav ul:not(.multiselect-container)>li, ul.one_line_list>li{
	display: inline-block;
	padding: 0 10px;
}

.memberPage .ui-jqgrid .ui-jqgrid-btable { cursor : pointer; }

nav ul>li:not(:first-child){
	border-left: 1px solid gray;
	border-image-slice: 1 !important;
	border-right: none;
	border-image: linear-gradient(rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) 20%, gray 40% 60%, rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) 80%);
}

section{ padding: 10px; }
button{ cursor: pointer; }
h1,h3,h5{ margin: 10px; }
h5::before{content:"# "}
pre, textarea{
	padding: 10px;
	min-width: 80%;
	min-height:100px;
	border: none;
}

#home{
	display: inline-block;
	width: 100px;
	text-align:center;
}

#main{
	margin-top: 56px;
	padding: 10px;
}

/* ---- ---- ---- */

/* /main */
.mainPage section,
.memberPage section {
	display: inline-block;
	background: white;
	margin: 10px;
}
/* #main_state table{
	width: 400px;
	margin: 10px;
} */
#main_state, #rent_main_state {
	height: 290px;
    overflow: auto;
}
#main_state table th,
#main_state table td,
#rent_main_state table th,
#rent_main_state table td
{
	padding: 10px;
	border: 1px solid gray;
}


/* ---- ---- ---- */
.isNew:after{
	content: "NEW";
    padding: 2px;
    margin-left: 5px;
    background: indianred;
    border-radius: 2px;
    color: white;
    font-size: xx-small;
}
.colorTags:not(:first-child):after{margin-left: 2px}
.colorTags:after{
    padding: 2px;
    margin-left: 5px;
    border-radius: 2px;
    color: white;
    font-size: xx-small;
}
.colorTags[data-value="급매"]:after{
	content: "급매";
	background: dodgerblue;
}
.colorTags[data-value="무권리"]:after{
	content: "무권리";
	background: seagreen;
}
.colorTags[data-value="강력추천"]:after{
	content: "강추";
	background: indianred;
}

/* ---- ---- ---- */
table.type1{
	width: 100%;
	border-collapse: collapse;
	/* font-size: 14pt; */
}
table.type1 th, table.type1 td{
	border: 1px solid gray;
	padding: 5px;
}
table.type1 th{
	background: #ebebeb;
	text-align: right;
}
table.type1 td:hover{
	background: aliceblue;
}

select.no-select-all-btn+div.btn-group .multiselect+ul li.multiselect-all{
	display: none;
}

/* ---- ---- ---- */
.ck-editor__editable{ min-height: 500px }
/* ---- ---- ---- */
.btn_line{margin:10px}
/* button.btn {
    min-width: 50px;
    padding: 0 5px;
    margin: 0 1px;
} */

.w400{width:400px}
.w800{width:800px}

.vw10{width:10vw}
.vw20{width:20vw}
.vw30{width:30vw}
.vw60{width:60vw}
.vw80{width:80vw}
.vw100{width:100vw}
.float_right{float:right}
.display_none{display: none;}
.dispaly_inlineBlock{display:inline-block !important;}
.dispaly_flex{display:flex;}
.text_center{text-align:center;}
.text_right{text-align: right;}

.clickable{cursor: pointer;}
.clickable:hover{text-decoration:underline;}

.mapIcon{
	height:20px;
	margin: 0 3px;
	cursor: pointer;
}

.caret {display: none !important;}
.card-header {
	font-weight: bold; font-size: 16pt; /*background: #f4f4ff;*/
	background: linear-gradient(0deg, transparent 90%, white 95%);
	background-color: ghostwhite;
}
.card-header.clickable:hover { background-color: aliceblue; text-decoration: none; }

.btn-dark:hover{ color: #F0C828 !important; }

/* ---- ---- ---- */
.in20{width:20px}
.in40{width:40px}
.in50{width:50px}
.in60{width:60px}
.in80{width:80px}
.in100{width:100px}

.in30p{width:30% !important; display: inline-block !important;}
.in40p{width:40% !important; display: inline-block !important;}
.in60p{width:60% !important; display: inline-block !important;}

.form-control.in20{width:20px !important; display: inline-block !important;}
.form-control.in40{width:40px !important; display: inline-block !important;}
.form-control.in50{width:50px !important; display: inline-block !important;}
.form-control.in60{width:60px !important; display: inline-block !important;}
.form-control.in80{width:80px !important; display: inline-block !important;}