@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pretendard", sans-serif;
  overflow: hidden;
}
html h2,
html ul,
html p,
body h2,
body ul,
body p {
  padding: 0;
  margin: 0;
}
html li,
body li {
  outline: none;
  list-style: none;
}
html a,
body a {
  text-decoration: none;
}

main {
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  background-color: black;
  /* 스크롤바 스타일 설정 */
}
main::-webkit-scrollbar {
  width: 8px;
}
main::-webkit-scrollbar-thumb {
  background-color: #333;
  /* 스크롤바 색상 */
  border-radius: 4px;
}
main::-webkit-scrollbar-track {
  background-color: #000;
  /* 트랙 배경색 */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

button,
a,
label {
  padding: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  background-color: unset;
  color: black;
  text-decoration: none;
}
button:focus,
a:focus,
label:focus {
  outline: none;
}
button:hover,
a:hover,
label:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.property-page .banner-section {
  width: 100%;
  height: 537px;
  background-image: url("../../../images/dxworks/property/bg-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.property-page .banner-section .banner-title-box {
  width: 1200px;
  margin: 0 auto;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.property-page .banner-section .banner-title-box .color-text {
  font-size: 18px;
  color: #0095FF;
}
.property-page .banner-section .banner-title-box .text {
  line-height: 130%;
  color: white;
  font-size: 34px;
}
.property-page .property-section {
  padding-top: 35px;
  padding-bottom: 59px;
  background-color: white;
}
.property-page .property-section .property-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 31px;
}
.property-page .property-section .property-wrapper .search-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
.property-page .property-section .property-wrapper .search-form .search-input {
  width: 316px;
  height: 56px;
  border-radius: 4px;
  padding: 16px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DBDBDB;
}
.property-page .property-section .property-wrapper .search-form .search-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #949494;
  font-weight: 400;
}
.property-page .property-section .property-wrapper .search-form .search-input::-moz-placeholder {
  font-size: 14px;
  color: #949494;
  font-weight: 400;
}
.property-page .property-section .property-wrapper .search-form .search-input:-ms-input-placeholder {
  font-size: 14px;
  color: #949494;
  font-weight: 400;
}
.property-page .property-section .property-wrapper .search-form .search-input::-ms-input-placeholder {
  font-size: 14px;
  color: #949494;
  font-weight: 400;
}
.property-page .property-section .property-wrapper .search-form .search-input::placeholder {
  font-size: 14px;
  color: #949494;
  font-weight: 400;
}
.property-page .property-section .property-wrapper .search-form img {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.property-page .property-section .property-wrapper .lists-wrapper {
  border-top: 1px solid black;
}
.property-page .property-section .property-wrapper .lists-wrapper .lists-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list {
  display: grid;
  border-bottom: 1px solid #DCDEE4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  grid-template-columns: 30px 500px 150px 346px 93px;
  gap: 20px;
  font-size: 16px;
}
.property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list .list-title .bold {
  font-weight: 700;
}
.property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list .center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list .center-box .register {
  width: 44px;
  height: 28px;
  background-color: #0095FF;
  color: white;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list .center-box .status-type {
  background-color: rgb(68, 70, 79);
}
.property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list .center-box .date {
  font-weight: 400;
}
.property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list .country-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list .register-btn {
  width: 93px;
  height: 40px;
  background-color: #F5F6F8;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property-page .pagination-btn-section {
  padding-bottom: 116px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
.property-page .pagination-btn-section .pagination-btn-box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.property-page .pagination-btn-section .pagination-btn-box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.property-page .pagination-btn-section .pagination-btn-box .arrow-btn {
  width: 20px;
  height: 20px;
}
.property-page .pagination-btn-section .pagination-btn-box .number-btn {
  width: 29px;
  height: 29px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  color: #949494;
  font-size: 15px;
  font-weight: 700;
}
.property-page .pagination-btn-section .pagination-btn-box .now-number-btn {
  background-color: #0095FF;
  color: white;
}

.property-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.property-modal .property-modal-content {
  position: relative;
  max-width: 520px;
  background-color: white;
}
.property-modal .property-modal-content .modal-img {
  width: 100%;
}
.property-modal .property-modal-content .close-btn {
  position: absolute;
  top: -16px;
  right: -16px;
  background-color: white;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  font-weight: 500;
  color: black;
  border: 1px solid #D9D9D9;
}

@media screen and (max-width: 1440px) {
  .property-page .banner-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 231px;
    padding-bottom: unset;
  }
  .property-page .banner-section .banner-title-box {
    width: auto;
    text-align: center;
  }
  .property-page .property-section {
    padding-top: 44px;
  }
  .property-page .property-section .property-wrapper {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
  .property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list .list-title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .property-page .property-section .property-wrapper .lists-wrapper .lists-ul .list .register-btn {
    position: absolute;
    right: 0;
    bottom: 16px;
  }
  .property-page .pagination-btn-section .pagination-btn-box {
    width: 688px;
    padding-bottom: 102px;
  }
}
@media screen and (max-width: 767px) {
  .property-page .banner-section {
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .property-page .banner-section .banner-title-box {
    width: auto;
    text-align: center;
  }
  .property-page .banner-section .banner-title-box .text {
    font-size: 26px;
  }
  .property-page .desktop-menu {
    display: none !important;
  }
  .property-page .property-section .property-wrapper .search-form .search-input {
    width: 100%;
  }
  .property-page .property-section .property-wrapper .lists-wrapper .search-form .search-input {
    height: 49px;
  }
  .property-page .pagination-btn-section .pagination-btn-box {
    width: 320px;
  }
  .property-modal .property-modal-content {
    width: 300px;
    max-width: unset;
  }
  .property-modal .property-modal-content .modal-img {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .mb-menu,
  .mb-br {
    display: none !important;
  }
}