:root {
  --main-color: #333; /* 주 색상 */
  --accent-color: #ff6347; /* 강조 색상 */
  --base-font-size: 16px; /* 기본 글꼴 크기 */
  --subtitle-font-size: 16px; /* 기본 글꼴 크기 */
  --common-font-size: 13px; /* 기본 글꼴 크기 */
  --common1-font-size: 12px; /* 기본 글꼴 크기 */
}
body {
  font-family: 'Malgun Gothic', 'Dotum', 'Segoe UI', 'ARIAL', 'sans-serif', 'tahoma';
}
/* 라디오탭 */
.tab-container {
    width: 500px;
    height: 500px; /* 원하는 높이로 설정 */
    overflow: hidden;
    margin: 0 auto;
  }
  .tab-content {
    height: 100%;
    /* overflow-y: auto; */
  }
  
  .tab-buttons {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .tab-buttons input[type="radio"] {
    display: none;
  }
  
  .tab-buttons label {
    flex: 1;
    padding: 10px;
    background-color: #3854e1;
    border-right: 1px solid #3854e1;
    cursor: pointer;
    transition: background-color 0.3s;
    color:#fff;
  }
  
  .tab-buttons label:last-child {
    border-right: none;
  }
  
  .tab-buttons input[type="radio"]:checked + label {
    background-color: #e0e0e0;
    color:#000;
  }
  
  .tab-pane {
    display: none;
    height: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
  }
  
  .tab-pane.active {
    display: block;
  }

  .container {
    width: 870px;
    padding:10px;
    margin: 0 auto;
  }

  /* 서치주소모달 */
  /* 모달 배경 */
#searchAddrModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}

/* 모달 콘텐츠 */
.searchAddrModal-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  text-align: center;
  /* position:relative; */
}

/* 닫기 버튼 */
.gongbuClose {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
    padding: 5px;
    text-align: center;
    background-color: #b5b3b3;
    /* margin-top: 15px; */
    height: 20px;
    line-height: 15px;
    border-top: 1px solid #e0e0e0;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.gingbubtn {
    height: 35px;
    line-height: 35px;
    width: 50%;
    background: #ccc;
    cursor:pointer;
}
.inject {
  background: #2284f5;
  color:#fff;
}

.totalFloor {
  width: 100px;
  height: 27px;
  font-size: 0.9em;
  border:1px solid #efeded;
}


    .aptinsert {
        height:400px;
        overflow-y: auto;
    }
    .aptinsert {
        -ms-overflow-style: none; /* IE, Edge */
        scrollbar-width: none; /* Firefox */
      }
      .aptinsert::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
      }
    .title {
        font-size:10px;
    }
    .sanggawrap {
        border:1px solid #e7e7e7;
        border-radius: 10px;
        width: 300px;
        height: 30px;
        padding:5px;
        line-height: 30px;
        margin:5px 0;
    }
    #testInputbox {
        border:none;
        outline: none;
        font-size:14px;
    }
    .basicSub {
        font-size: 12px !important;
        color:#8b8b8b;
    }
    .basicWindow {
        width: 250px;
        height: 40px;
        border: 1px solid #efeded;
        border-radius: 5px;
        padding-left: 15px;
        line-height: 30px;
        margin:5px 0;
        font-size: 14px !important;
        margin-right:20px;
        display: inline-block;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .aptname_modal_btn {
        padding: 5px;
        background-color: #3854e1;
        cursor: pointer;
        transition: background-color 0.3s;
        color: #fff;
        border: none;
        border-radius:5px;
    }
    /* main input[type="text"] {
        width: 250px;
        font-size: 14px !important;
        border:none;
    } */
    main input[type="text"]:focus {
        outline: none;
    }
    .divider[data-v-dc8b01f5] {
      border-bottom: 1px solid #e7e7e7;
      margin: 10px;
  }
  .secendSub {
    align-items: center;
    display: flex;
    font-size: 1.0rem;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .priceWrap {
    width: 99%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    border-top:1px solid #e7e7e7;
    border-left:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: var(--common-font-size);
    color:#6e6d6d;
  }
  .priceWrap-bottom {
    width: 99%;
    height: 40px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow:hidden;
    margin-bottom: 10px;
    font-size: var(--common-font-size);
    color:#6e6d6d;
  }
  .priceWindow {
    width: 100%;
    height: 25px;
    border:1px solid #e7e7e7;
    border-radius: 5px;
    padding:5px;
    margin-right: 20px;
  }
  .priceWindow input[type="text"] {
    width: 100px; /* 입력창 너비 */
    text-align: right;
  }
  .priceWindow-bottom {
    width: 98%;
    height: 30px;
    z-index:-1;
    padding:5px;
    background: #f6f6f6;
    margin: 0 auto;
  }
  /* 커스텀 체크박스 */
  .custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s ease-in-out;
  }
  .custom-checkbox:checked {
    border-color: #2187f3;
    background-color: #2187f3;
    position: relative;
  }
  
  .custom-checkbox:checked::after {
    content: "\2713";
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom {
    height: 30px; 
    line-height: 30px;
  }


  .kk {
    display:none;
}
.kind label {
    cursor:pointer;
    height: 30px;
    line-height: 30px;
    padding: 5px;
}
  .kk + #roomLabel, 
  .kk + #aptLabel,
  .kk + #houseLabel  {
    /* border-radius: 15px; */
    transition: background-color 0.3s ease-in-out;
  }
  .kk:checked + #roomLabel,
  .kk:checked + #aptLabel,
  .kk:checked + #houseLabel {
      /* border: 1px solid #cccccc; */
      background-color: #efefef;
      /* border-radius: 15px; */
      position: relative;
  }

  .housesubj {
      font-size: var(--common1-font-size);
      color:#8b8b8b;
  }
  .houseinsert_wrap1 {
      width:50%;
      margin-top: 10px;
  }
  .houseinsert_wrap1 select, .currentFloor {
    width:300px;
    height: 35px;
    border: 1px solid #efeded;
    border-radius: 5px;
  }

  #nameInput {
    border:none;
    outline:none;
  }



  /* 체크박스 숨기기 */
    .option_speaker input[type="checkbox"] {
        display: none;
    }
  
    /* 라벨 스타일 */
    .option_speaker label {
        width:80px;
        height:25px;
        line-height: 25px;
        background:  #f1f1f1;
        padding: 5px;
        margin: 5px;
        border-radius: 5px;
        color: #000;
        display: inline-block;
        cursor: pointer;
        text-align: center;
    }
  
    /* 라벨 클릭 시 스타일 */
    .option_speaker label:hover{
        background: #a7c5f3;
        color: #646464;
    }
    .option_speaker label:active {
        background: #0d6efd;
        color: #FFF;
    }
    /* 체크박스 선택 시 라벨 스타일 */
    .option_speaker input[type="checkbox"]:checked + label {
        background-color: #0d6efd;
        color: #fff;
    }

    /* 샘플라디오버튼그룹 */
    .radio-group {
      display: flex;
      flex-direction: row;
  }
  
  .ebangRadio {
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer;
      font-size: 18px;
      width: 80px;
      /* margin-right: 10px; */
      font-size: var(--common-font-size);
  }

  .ebangRadio span {
    margin:-3px;
    margin-right:2px;
}
  
  .ebangRadio input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }
  
  .checkmark {
      position: relative;
      height: 15px;
      width: 15px;
      background-color: white;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: white;
      transition: border-color 0.2s ease-in-out;
  }
  
  .ebangRadio input:checked ~ .checkmark {
      background-color: #2187f3;
      border-color: #2187f3;
      /* color: white; */
  }
  
  .ebangRadio input:checked ~ .checkmark:after {
      content: "\2713";
      position: absolute;
      top:50%;
      left:50%;
      font-size: 12px;
      transform: translate(-50%, -50%);
      color: #FFF;
  }
  
  .getDaejiData,
.getDaejiyounData,
.getJuyoungdoData,
.getJimokData,
.getLoadData,
.getParkingData,
.getDaejiyounData,
.totalFloor {
  width: 80px;
  height: 30px;
}
.floorInfo {
  align-items: center;
}
#searchaddr, #searchaddrBon, #searchaddrBu, .totalFloor,
.getDaejiData, .getDaejiyounData, .getJuyoungdoData,
.getJimokData, .getLoadData, .getuseData, .getParkingData,
.ownerTel1, .ownerTel2, .ownerTel3, .bathroomCnt, .roomCnt, #shortrent {
  border:1px solid #efefef;
  height: 30px;
  text-align: center;
  border-radius: 5px;
}



.bar2, .bar3 {
  padding-left:5px;
} 
.inputtitle {
  color:#8a8989;
  padding-right:5px;
  font-size: 12px;
}
.main-content {
  width: 500px; /* 원하는 너비 설정 */
  height: 600px; /* 원하는 높이 설정 */
  overflow: auto; /* 스크롤 생성 */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.main-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* dragdrop */
.upload-container {
  width: 98%;
  padding: 20px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.upload-btn, .submit-btn, .upload-btn_H, .upload-btn_L {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;

}

.upload-btn:hover, .submit-btn:hover {
  background-color: #0056b3;
}

.thumbnails, .thumbnails_H, .thumbnails_L {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

/* dragdrop 끝*/

#aptName {
  border:none;
  outline:none;
  width: 200px;
}
.aptDongList {
  border:1px solid #efefef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding:5px;
}
.dongListBox, .typeListBox {
  display:none;
  position:absolute;
  top:45px;
  width: 130px;
  height:auto;
  max-height:150px;
  overflow-y: auto;
  padding:5px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.dongList, .typeList {
  cursor:pointer;
}
.typeListBox {
  top:172px;
}

.aptHosilList {
  border:1px solid #efefef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding:5px;
}
.hosilListBox {
  display:none;
  position:absolute;
  top:45px;
  left:140px;
  width: 130px;
  height:150px;
  overflow-y: scroll;
  padding:5px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.hosilList {
  cursor:pointer;
}

.floorInfo {
  padding:5px;
}
.red_chk {
  color:red;
}
.addrReset {
  cursor:pointer;
  color:darkgrey;
  font-weight: 600;
  padding-right:10px;
}

.selectmaemulType {
  display:flex;
  margin-bottom:15px;
}
.selectDong, .selectHosil {
  border:none;
  outline:none;
}
.bunyang {
  align-items: center;
  height: 40px;
  line-height: 40px;
  color: #8a8989;
  /* border:1px solid #ddd; */
  font-size:14px;
}
.bunyangInput {
  width:60px;
  height:20px;
  text-align:right;
  outline:none;
  border:none;
  font-weight: 500;
  font-size: 15px;
}
input[type="text"] {
  font-weight: 500;
  font-size: 14px;
}

/* 웹킷 브라우저 (크롬, 사파리) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 파이어폭스 */
input[type=number] {
    -moz-appearance: textfield;
}

/* 일반적인 스타일을 초기화하는 부분 */
input[type=number] {
    appearance: textfield;
}

/* 말풍선 */
.floorBubble {
  position: relative;
  text-decoration: underline;
  text-decoration-color: blue;
  -moz-text-decoration-color: blue;
  cursor:pointer;
}
.speech-bubble {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #2187f3;
  border-radius: .4em;
  padding: 10px;
  color: #fff;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.speech-bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #2187f3 transparent transparent transparent;
}

.floorBubble:hover .speech-bubble {
  opacity: 1;
  visibility: visible;
}
.gwanlibiBox1 {
    display: flex;
    justify-content: space-between;
    height: 30px;
    padding: 0 20px;
}
.gwanliTitle {
  width: 90px;
  text-align: left;
}
.gwanlibiBox1 input[type="text"] {
  height: 25px;
  border:1px solid #e9e9e9;
  outline:none;
}

#undergwanlibi {
    border: 1px solid #efeded;
    width: 100px;
}


.transbtnwrap {
  margin:30px 0;
  text-align: right;
}
.req_btn {
  width:100px;
  height:40px;
  background: #007bff;
  color:#fff;
  border:none;
  font-size:16px;
  margin-right:50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.req_btn:hover {
  cursor:pointer;
}
/* 지도 인포윈도우 커스텀 연습 */




/* 헤더쪽 */
.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /*opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; */
  z-index: 3;
  display: none;
}


/* .open-btn:hover {
  background: #1c7ed6;
} */


.show {
  display: block;
}

/* 컴포넌트 로긴 css폴더로 이동시켰음





*/


/* table {
  width: 100%;border-collapse: collapse;margin-top: 10px;font-size: 12px;
}
table .label {
  background-color: #ebebeb;
  color:gray;
}
table tr td {
  vertical-align: middle;
    padding-left: 5px;
    border: 1px solid #ddd;
    font-size: 13px;
}
#realtorDetailTitle {
  font-size:11px;
  color:gray;
  margin-top:15px;
}
#realtorDetailTitle1 {
  font-size:14px;
} */

/* apt 상세보기 */
.memulcontainer {
  background-color: white;
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  overflow: hidden;
}
.tabs {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 10px;
}
.detailtab {
  font-size:14px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.detailtab.active {
  color: #1e90ff;
  font-weight: bold;
  /* background: #1e90ff; */
}
.detailtab-indicator1 {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #0355a8;
  transition: 0.3s ease-in-out;
  z-index: 10;
}
.detailcontent {
  /* padding: 20px; */
}
.content-section {
  display: none;
}
.content-section.active {
  display: block;
}
h2 {
  margin-top: 0;
  font-size: 18px;
  color: #333;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
}
.info-table td {
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
  /* padding-left:10px; */
  text-align: center;
}
.info-table td:first-child {
  color: #666;
  width: 30%;
  padding-left:10px;
}

#areaSelect {
  padding-left:10px;
  width: 90px;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.realtradeContentTable {
  border: 1px solid #eee;
  padding:8px 0;
  font-size:14px;
}

.ym {
  font-size: 16px;
  font-weight: bold;
}
.realheader {
  display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}
.realTablewrap {
  overflow-y: scroll;
    scrollbar-width: none;
    height: 400px;
    /* padding: 10px 0; */
    margin: 5px 0;
}
.realtor-list-box {
      display: none;
      position: absolute;
      top: -7px;
      left: 105%;
      right: 0;
      width: 380px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
      /* border: 1px solid #e1e8ed; */
      max-height: 350px;
      overflow-y: auto;
      z-index: 1000;
      margin-top: 8px;
    }
    
    .realtor-item {
      padding: 16px 20px;
      border-bottom: 1px solid #f1f3f4;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    
    .realtor-item:hover {
      background: #f8f9ff;
      border-left: 4px solid #667eea;
    }
    
    .realtor-item:last-child {
      border-bottom: none;
    }
    
    .realtor-sangho {
      font-weight: 600;
      color: #2c3e50;
      font-size: 15px;
      margin-bottom: 4px;
    }
    
    .realtor-addr, .ceo-name, .youngup {
      font-size: 13px;
      color: #666;
      margin-bottom: 2px;
    }

    .loadingSpinner {
      display:none;
        position:fixed; left:0; top:0; right:0; bottom:0;
        background:rgba(255,255,255,0.7);
        z-index:9999;
        text-align:center;
        padding-top:20%;
    }

    