body {
    font-family: Arial, sans-serif;
    background-color: #f2f6fd;
    margin: 0;
    padding: 0;
}
.container {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
    text-align: center;
    color: #333;
}
p {
    text-align: center;
    color: #666;
}
.search-bar {
    text-align: center;
    margin-bottom: 20px;
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    background-color: #fff;
}
.search-bar input {
    /* width: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px; */
    outline:none;
    border:none;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
table, th, td {
    /* border: 1px solid #ddd; */
}
/* table {
    border-top: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
} */
.tableWrap {
    border: 1px solid #ddd;
    
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 60vh;
    overflow-y: auto;
}
.tablehead {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #f3f3ff;
    color:grey;
}
.tablehead, .tablebody {
    display: flex;
    padding: 5px 0;
}
.tablebody {
    text-align:center;
    border-bottom:1px solid #efefef;
    text-align:center;
    border-bottom:1px solid #efefef;
    cursor:pointer;
}
.tablebody:hover {
    background-color: #f5f5f5;
}
.tablehead div {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    
}
.tablebody {
    color:#292929;
    display: flex;
    align-items: center;
}
.tablebody:last-child {
    border-bottom: none;
}
.t_1 {
    margin-left: 20px;
    width: 10%;
}
.t_2 {
    width: 10%;
}
.t_3 {
    width: 40%;
    text-align: center;
}
.t_4 {
    width: 10%;
}
.t_5 {
    width: 10%;
}
.t_6 {
    width: 10%;
}
.t_7 {
    width: 10%;
}
.t_8 {
    width: 10%;
}
.t_1, .t_2, .t_3, .t_4, .t_5, .t_6, .t_7, .t_8 {
    font-size: 13px;
}
.houseSpan {
    padding:3px;
    border:1px solid #d4b6e9;
    color: #7d1398;
    border-radius:5px;
}
.aptSpan {
    padding:3px;
    border: 1px solid #b6e9c6;
    color: #13981e;
    border-radius:5px;
}
.landSpan {
    padding:3px;
    border: 1px solid #e9c9b6;
    color: #985213;
    border-radius:5px;
}
.sangupSpan {
    padding:3px;
    border: 1px solid #b6bce9;
    color: #132298;
    border-radius:5px;
}
@media (max-width: 768px) {
    .t_1, .t_2, .t_3, .t_4, .t_5, .t_6, .t_7 {
        width: 100%;
        text-align: left;
        padding: 5px;
        font-size: 10px;
    }
    .tablehead, .tablebody div {
        flex-direction: column;
    }
    .tablebody {
        text-align:center;
    }
    
    .t_3 {
        text-align: left;
    }
}
.conditionBox {
    /* position: relative; */
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin:0 auto;
    min-width: 631px;
    max-width: 900px;
}
.ebangRadio {
    padding:10px;
}
.totalMemulTypeValue-Wrap, .totalPersonTypeValue-Wrap {
    width: 100px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor:pointer;
    background-color: #fff;
}
#memul-type, #person-type {
    display: none;
    position: absolute;
    top:40px;
    width: 100px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding:5px;
    font-size: 12px;
}
/* #person-type {
    left:140px;
} */
.totalMemulTypeValue, .totalPersonTypeValue {
    font-size:12px;
}
.butun{
    width: 80px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 35px;
    font-size:12px;
    text-align: center;
    color:grey;
}
.butun div {
    cursor:pointer;
}
.butun input {
    display: none;
}
.memulbox, .personbox{position: relative;}
.plusFind {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 35px;
    font-size:12px;
    text-align: center;
    color:grey;
    cursor:pointer;
}
.detail {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 반투명 검정 */
    z-index: 5;
}
.view {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    height: 600px;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    background-color: #fff;
    overflow: hidden;
}
.plusModal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 반투명 검정 */
    z-index: 5;
}
.plusModalbody {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 550px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    text-align: center;
    font-size:14px;
    overflow: hidden;
}
.plusModal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 20px;
    background-color: #bfd5f7;
}
/* 닫기 버튼 스타일 */
.plusModalclose-btn {
    background: #4d82ff;
    color: #ffffff;
    border: none;
    /* padding: 20px; */
    border-radius: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.plusModal-content {
    overflow-y: auto;
    padding: 0px 20px;
    height: 490px;
}

.plusModalclose-btn:hover {
  background: #ff1a1a;
}
.plusmodal-wrap {
    position: relative;
}
.fance {
    width: 100%;
    height: 40px;
    /* line-height: 40px; */
    border:1px solid #ddd;
    border-radius: 5px;
    cursor:pointer;
}
#subjectInput {
    width: 90%;
    border:none;
    outline: none;
}
.memultypeList {
    display: none;
    width: 95%;
    height: 110px;
    position: absolute;
    top: 70px; /* 부모 요소로부터의 위치 */
    left: 0; /* 왼쪽 정렬 */
    background: white; /* 배경 흰색 */
    border: 1px solid #ddd; /* 테두리 */
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 그림자 효과 */
    z-index: 10;
    font-size:14px;
}
.modalContentTitle {
    text-align: left;
    color:#666;
    font-size: 11px;
    padding: 5px 0;
    margin-top:20px;
}
.item {
    width: 70%;
    height: 30px;
    cursor:pointer;
}
.item:hover {
    background-color: #efefef;
}
.plusModalButton:hover {
    background-color: #efefef;
}

.view {
    /* padding:20px; */
    /* width: 420px;
    height: 540px;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px; */
}
.viewHeader {
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    background: #bfd5f5;
}
.viewwrap {
    display:flex;
    padding:10px;
}
.viewwrap_1 {
    margin-right:50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.fance1 {
    font-size:14px;
}
.viewTitle {
    text-align: left;
    color: #ababab;
    font-size: 12px;
    padding: 5px 0;
    /* margin-top: 10px; */
}
.detailViewtitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    /* border: 1px solid #ddd;
    border-radius: 5px; */
    padding: 0 10px;
}
.viewClose {
    cursor:pointer;
    padding: 10px;
}