@charset "UTF-8";
.office_animation_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.office_animation_txt h3 {
  font-size: 31px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.office_animation_txt h3 span {
  font-size: 64px;
  font-weight: 700;
}

.office_animation_txt a {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  border-radius: 50px;
  background: #d6ac68;
  padding: 13px 48px;
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 16px;
}

.office_animation_txt p {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1439px) {
  .office_animation_txt h3 {
    font-size: 20px;
  }
  .office_animation_txt h3 span {
    font-size: 30px;
  }
  .office_animation_txt a {
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    padding: 13px 24px;
  }
  .office_animation_txt p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .office_animation_txt h3 {
    font-size: 14px;
  }
  .office_animation_txt h3 span {
    font-size: 16px;
  }
  .office_animation_txt a {
    font-size: 14px;
  }
  .office_animation_txt p {
    font-size: 11px;
  }
}
/* Interior page */
.interior_swiper {
  margin: 120px 0 210px;
}

.interior_swiper_txt {
  position: absolute;
  top: 32px;
  color: #fff;
  z-index: 999;
}

.text_left .interior_swiper_txt {
  left: 90px;
}

.text_right .interior_swiper_txt {
  right: 90px;
  text-align: right;
}

.interior_swiper_txt p {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.interior_swiper_txt h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-top: 63px;
}

.interior_bottom {
  height: 400px;
  background: url("../images/static/interior-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.interior_bottom_txt {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: calc(100% - 112px);
  text-align: center;
}

.interior_bottom .container {
  position: relative;
}

.interior_bottom_txt h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.interior_bottom_txt p {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
}

.interior_bottom_txt a {
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  border-radius: 50px;
  background: #ea4315;
  padding: 14px 46px;
  display: inline-block;
  margin-top: 12px;
}

.interior_bottom_txt p:not(.note) {
  text-align: left;
}

.interior_bottom_txt p.note {
  color: #fdfdfd;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1440px) {
  .interior_swiper_txt h3 {
    font-size: 28px;
    margin-top: 34px;
  }
  .interior_swiper_txt p {
    font-size: 20px;
  }
  .interior_swiper {
    margin: 100px 0;
  }
  .interior_bottom_txt {
    top: 60px;
  }
  .interior_bottom_txt h3 {
    font-size: 30px;
  }
  .interior_bottom_txt p {
    font-size: 20px;
  }
  .interior_bottom_txt a {
    font-size: 26px;
  }
  .interior_bottom_txt p.note {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .interior_swiper_txt p {
    font-size: 16px;
  }
  .interior_swiper_txt h3 {
    font-size: 22px;
    margin-top: 16px;
  }
  .interior_swiper_txt {
    top: 20px;
  }
  .interior_bottom_txt h3 {
    font-size: 25px;
  }
  .interior_bottom_txt p {
    font-size: 18px;
  }
  .interior_bottom_txt a {
    font-size: 20px;
  }
  .interior_bottom_txt p.note {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .interior_swiper img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .text_left .interior_swiper_txt {
    left: 30px;
  }
  .text_right .interior_swiper_txt {
    right: 30px;
  }
  .interior_swiper {
    margin: 50px 0;
  }
  .interior_bottom_txt {
    width: calc(100% - 30px);
  }
  .interior_bottom_txt h3 {
    font-size: 20px;
  }
  .interior_bottom_txt p {
    font-size: 16px;
  }
  .interior_bottom_txt p.note {
    font-size: 12px;
  }
  .interior_bottom_txt a {
    font-size: 18px;
  }
  .interior_swiper_txt h3 {
    font-size: 20px;
  }
  .interior_swiper {
    margin: 36px 0;
  }
  .interior_swiper img {
    min-height: 160px;
  }
}
/* Search page */
.search_wrap {
  display: flex;
  flex-wrap: wrap;
}

.map_wrap img {
  max-height: 100%;
}

.map_wrap {
  width: 68.02%;
  height: calc(100vh - 80px - 51px);
}

.search_area_content {
  height: calc(100vh - 80px - 51px);
  overflow: hidden;
}

.map_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.search_top form {
  display: flex;
  gap: 10px;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px 9px 20px;
}
@media screen and (max-width: 1024px) {
  .search_top form {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .search_top.search_top--search-office form {
    gap: 7px;
  }
}

.search_area {
  width: 31.98%;
  box-sizing: border-box;
}

.search_field {
  position: relative;
  flex: 1;
  max-width: 286px;
}
@media screen and (max-width: 1024px) {
  .search_field {
    max-width: none;
  }
}

.search_field input {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0 30px 0 8px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  color: #525252;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 15.4px */
  letter-spacing: -0.28px;
}
.search_field input:placeholder {
  color: #aaa;
}

.search_field button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15.38px;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search_top select {
  height: 40px;
  padding: 0 16px;
  border-radius: 3px;
  border: 1px solid var(--Line_Grey, #ddd);
  min-width: 122px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 기본 화살표 제거 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center; /* 화살표 위치 조정 (오른쪽에서 12px, 세로 중앙) */
  background-repeat: no-repeat;
  background-size: 16px 16px;
  color: var(--525252, #525252);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 15.4px */
  letter-spacing: -0.28px;
}
@media screen and (max-width: 767px) {
  .search_top select {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

.search_top select:focus-visible {
  outline: #2f6ecb;
}

.button-primary {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  background: #2f6ecb;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 5px;
  padding: 0 30px;
  min-width: 183px;
  cursor: pointer;
  text-align: center;
}

.button-secondary {
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  letter-spacing: -1.12px;
  color: #737373;
  border: 1px solid #d6ac68;
  background: #fff;
  border-radius: 7px;
  padding: 0 16px;
  min-width: 104px;
  cursor: pointer;
  text-align: center;
}

.search_result_wrap {
  padding: 0;
  box-sizing: border-box;
}

.search_result {
  max-height: calc(100vh - 131px - 61px);
  padding: 0 20px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.search_result_item {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  cursor: pointer;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .search_result_item {
    padding-top: 30px;
  }
}

.search_result_item img {
  width: 180px;
  height: 134px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}

.search_result_detail {
  flex: 1;
  box-sizing: border-box;
}

.search_result_top .name {
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 23.8px */
  letter-spacing: -0.34px;
}
.search_result_top .address {
  color: var(--525252, #525252);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
}
@media screen and (max-width: 1024px) {
  .search_result_top .name {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .search_result_top .address {
    letter-spacing: -0.28px;
  }
}

.search_result_top {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 10px;
}

.search_result_info th {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.84px;
  text-align: left;
  min-width: 64px;
}

.search_result_info td {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
  padding-left: 8px;
  padding-bottom: 8px;
}

dialog.building_detail_wrap {
  width: calc(100% - 30px);
  max-width: 1578px;
  border: 0;
  max-height: calc(100dvh - 80px);
  padding: 0;
}
dialog.building_detail_wrap:focus-visible {
  outline: none;
}

dialog.building_detail_wrap #dialog_wrap > div {
  box-sizing: border-box;
}

.building_detail {
  /* margin-top: 22px; */
}

.building_detail_item {
  margin-top: 60px;
}
.building_detail_item.building_detail_item--1 {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .building_detail_item {
    margin-top: 40px;
  }
  .building_detail_item.building_detail_item--1 {
    margin-top: 40px;
  }
  .building_detail_item.office_img {
    margin-top: 25px;
  }
}

.dialog_close {
  border: 0;
  background: transparent;
  position: sticky;
  top: 50px;
  left: 100%;
  height: 24px;
  outline: none;
  display: grid;
  place-items: center;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .dialog_close {
    top: 20px;
  }
}

#printBtn {
  border: 0;
  background: transparent;
  position: absolute;
  right: 64px;
  top: 18px;
  width: 24px;
  aspect-ratio: 1/1;
  outline: none;
  padding: 0;
  display: grid;
  place-items: center;
}

#printBtn svg {
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.building_detail_item td {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  color: #555;
  padding: 14px 12px;
  vertical-align: middle;
}

.building_detail_item td:nth-child(2n+1) {
  color: #737373;
  background: rgba(214, 172, 104, 0.2);
  padding: 14px 6px;
  /* width: 64px; */
  height: 62px;
}

.building_detail_item.table_type_2 td:nth-child(2n+1) {
  height: 69px;
}

.building_detail_item table {
  width: 100%;
  table-layout: fixed;
}

.building_detail_item tr {
  min-height: 60px;
}

.building_detail_item h4 {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 12px 0;
}

.building_img img {
  width: 100%;
  max-width: 355px;
  height: 458px;
  -o-object-fit: cover;
     object-fit: cover;
}

.building_swiper .swiper-slide {
  text-align: center;
  height: auto;
}

.building_swiper .swiper-button-next,
.building_swiper .swiper-button-prev {
  color: #000;
}

.building_detail_item.contact {
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.building_detail_item.contact a {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
  border-radius: 8px;
  background: var(--point_color, #d6ac68);
  color: #fff;
  padding: 14px 16px;
  text-align: center;
}

.contact_info > div {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
}

.contact_info > div p:first-child {
  width: 120px;
}

.contact_info > div p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #555;
}

.search_area_icon,
.search_area_close {
  display: none;
  z-index: 100;
}
.search_area_icon img,
.search_area_close img {
  width: 100%;
  height: 100%;
}

.search_result_des {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #cdcdcd;
}

.search_result_des p {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.84px;
  margin-bottom: 6px;
}

.search_result_des p:last-child {
  margin-bottom: 0;
}

.search_result_des p span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
  background: #000;
  padding: 1px 4px;
  border-radius: 4px;
  text-align: center;
  margin-right: 6px;
}

.search_office select {
  min-width: 240px;
}

.search_area_actual input {
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fff;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  max-width: 116px;
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1.12px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .search_area_actual input {
    max-width: 70.25px;
    padding: 0 7px;
  }
  .search_area_actual input::-moz-placeholder {
    color: #aaa;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 14.3px */
    letter-spacing: -0.65px;
  }
  .search_area_actual input::placeholder {
    color: #aaa;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 14.3px */
    letter-spacing: -0.65px;
  }
}

.search_area_actual button {
  display: flex;
  border: 0;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  width: 100%;
  flex: 1;
  max-width: 111px;
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  border-radius: 3px;
  background: #aaa;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .search_area_actual button {
    max-width: 55px;
    margin-left: 0;
    font-size: 13px;
    margin-left: 5.75px;
  }
}

.search_area_actual {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .search_area_actual {
    width: 100%;
    gap: 0;
  }
  .search_area_actual .search_area_actual__icon {
    display: inline-block;
    margin: 0 1px;
  }
}

.search_office dialog.building_detail_wrap #dialog_wrap {
  padding: 20px 30px 34px;
}

.search_office dialog.building_detail_wrap .dialog_wrap {
  padding: 20px 30px 34px;
}

.search_office .building_detail_item td {
  font-size: 16px;
}

/* .search_office .building_detail_item td {
    position: relative;
}
.search_office .building_detail_item td .parking {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
} */
.building_detail_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* dialog.building_detail_wrap #dialog_wrap .search_office + .search_office {
    margin-top: -30px;
    padding: 0px 30px 42px 30px;
} */
/* dialog.building_detail_wrap #dialog_wrap .search_office.last_office_2 {
    background-position-y: calc(100% + 36px);
} */
@media (max-width: 1440px) and (min-width: 1024px) {
  .map_wrap {
    width: 50%;
    height: auto;
  }
  .search_area {
    width: 50%;
  }
  .search_result_item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .map_wrap {
    width: 100%;
    height: calc(100dvh - 150px);
  }
}
@media (max-width: 1200px) {
  .building_detail_item.contact a {
    padding: 8px 16px;
  }
  .contact_info > div p {
    word-break: break-all;
    font-size: 13px;
  }
  .contact_info > div p:first-child {
    width: 82px;
  }
  .contact_info > div {
    gap: 10px;
    margin-bottom: 8px;
  }
  .contact_img svg {
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  .search_top form {
    display: flex;
    padding: 12px 20px;
  }
  .search_field input {
    min-width: unset;
    max-width: 100%;
  }
  .search_top select {
    padding: 0 8px;
  }
  .search_result_wrap {
    padding: 0;
  }
  .search_result_detail {
    width: 100%;
  }
  .search_result_top {
    margin-bottom: 10px;
  }
  .search_area_icon,
  .search_area_close {
    display: block;
  }
  .search_area {
    width: 100%;
  }
  .search_area_content {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    display: none;
    width: 100%;
    height: calc(100dvh - 103px);
    overflow: hidden;
    background: #fff;
    z-index: 1000;
  }
  .search_result_item {
    width: 100%;
    gap: 10px;
  }
  .search_area_icon svg {
    width: 30px;
  }
  .search_wrap {
    flex-direction: column-reverse;
    width: 100%;
  }
  .search_area_icon {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    padding-right: 15px;
  }
  .search_area_close {
    position: fixed;
    right: 15px;
    bottom: 30px;
    width: 55px;
    height: 55px;
  }
  .search_result {
    max-height: calc(100dvh - 73px);
    height: calc(100dvh - 73px);
    align-items: flex-start;
  }
  .search_office .building_detail_item,
  .search_office .building_detail_item.office_img {
    width: 100%;
  }
  .building_detail_item td {
    padding: 14px 6px;
    font-size: 13px;
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  /* .search_field input {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    } */
  /* .search_top select {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        min-width: auto;
    } */
  .button-primary,
  .button-secondary {
    /* font-size: 14px; */
    min-width: 78px;
    padding: 0 7px;
    font-weight: 600;
    /* height: 40px;
        line-height: 40px; */
  }
  .search_top select {
    min-width: 100px;
  }
  .search_result {
    max-height: calc(100dvh - 143px);
    height: calc(100dvh - 143px);
  }
  .search_result_item {
    width: 100%;
  }
  .search_result_item img {
    width: 65px;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .search_result_top {
    display: flex;
    gap: 3px;
    margin-bottom: 5px;
  }
  .search_result_detail {
    padding: 0;
  }
  dialog.building_detail_wrap {
    max-height: 90dvh;
  }
  .dialog_page.last_office .building_detail_item.office_img {
    min-height: auto;
  }
  .search_area_actual input {
    /* font-size: 14px;
        height: 40px;
        line-height: 40px; */
    max-width: 100px;
  }
  .search_office .search_top form {
    /* justify-content: flex-start; */
    justify-content: space-between;
  }
  /* .search_office .search_top select {
        min-width: 218px;
    } */
  .search_office .building_detail_item td {
    font-size: 16px;
    padding: 8px;
  }
  /* .search_office .building_detail_item.office_img img {
        width: calc((100% - 12px) / 2);
    } */
  .search_office dialog.building_detail_wrap {
    padding: 20px;
  }
  .map_wrap {
    width: 100%;
  }
  .building_img img {
    /* height: auto; */
  }
}
/* Interior page */
a.interior_action {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2px;
  background: #d6ac68 url("../images/static/interior-action-bg.png") left no-repeat;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 8px;
  padding: 20px 20px 20px 170px;
}

.interior_logo {
  text-align: center;
  margin: 56px 0;
}

.interior_projects_wrap h2 {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 71.5px */
  letter-spacing: -1.1px;
  margin-bottom: 58px;
}
@media screen and (max-width: 1024px) {
  .interior_projects_wrap h2 {
    font-size: 32px;
    line-height: 125%; /* 40px */
    letter-spacing: -0.64px;
    margin-bottom: 30px;
  }
}

.interior_projects {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .interior_projects {
    gap: 20px;
  }
}
.interior_img {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: center/50% url("../images/common/logo_c.png") no-repeat;
}
.interior_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .interior_img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .interior_img {
    border-radius: 0;
  }
}

.interior_project_item {
  position: relative;
  width: calc((100% - 60px) / 3);
  aspect-ratio: 1/1;
}
.interior_project_item:hover .interior_project_item_content {
  bottom: 0;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .interior_project_item:hover .interior_project_item_content {
    gap: 5px;
  }
}
.interior_project_item:hover .interior_des {
  opacity: 1;
}
.interior_project_item:hover .interior_img {
  filter: brightness(0.8);
}
@media screen and (max-width: 1024px) {
  .interior_project_item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .interior_project_item:hover .interior_project_item_content {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .interior_project_item:hover .interior_des {
    opacity: 1;
  }
  .interior_project_item:hover .interior_img {
    filter: brightness(1);
  }
}
@media screen and (max-width: 767px) {
  .interior_project_item {
    width: 100%;
  }
}

.interior_project_item_content {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  width: 100%;
  padding: 30px;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .interior_project_item_content {
    bottom: 0;
    gap: 5px;
    padding: 20px;
  }
}

.interior_img {
  position: relative;
  filter: brightness(1);
  transition: filter 0.3s ease;
}

.interior_name {
  color: #fff;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1024px) {
  .interior_name {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

.interior_des {
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .interior_des {
    font-size: 15px;
    line-height: 140%; /* 21px */
    letter-spacing: -0.3px;
    opacity: 1;
  }
}

/* interior detail */
.interior_detail_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.interior_t {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 1024px) {
  .interior_t {
    gap: 6px;
    margin: 0 auto 30px;
  }
}

.interior_t__t {
  color: var(--Blue, #2f6ecb);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .interior_t__t {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.interior_t__t2 {
  color: var(--111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
  letter-spacing: -0.96px;
}
@media screen and (max-width: 1024px) {
  .interior_t__t2 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

.interior_info {
  /* padding-top: 32px; */
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .interior_info {
    margin-top: 30px;
  }
}

.interior_info_des {
  width: 100%;
}
.interior_info_des p + p {
  margin-top: 30px;
}
.interior_info_des img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .interior_info_des p + p {
    margin-top: 18px;
  }
  .interior_info_des img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.interior_info_des_p {
  margin-top: 30px;
  margin-bottom: 50px;
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1024px) {
  .interior_info_des_p {
    margin-top: 18px;
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}

.interior_info_des div,
.interior_info_des span,
.interior_info_des h1,
.interior_info_des h2,
.interior_info_des h3,
.interior_info_des h4,
.interior_info_des h5,
.interior_info_des h6,
.interior_info_des p,
.interior_info_des b,
.interior_info_des u,
.interior_info_des i,
.interior_info_des a,
.interior_info_des center {
  margin: revert;
  font: revert;
  padding: revert;
  border: revert;
  color: revert;
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

.interior_info h3 {
  font-size: 36px;
  font-weight: 500;
  /* line-height: normal; */
  letter-spacing: -2px;
}

.interior_info th {
  text-align: left;
  color: #555;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px; /* 135% */
  letter-spacing: 0.5px;
  padding: 4px 16px 4px 0;
}

.interior_info table {
  margin: 36px 0;
}

.interior_info td {
  color: #8d8d8d;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px; /* 135% */
  letter-spacing: 0.5px;
}

.interior_detail_img img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.interior-info {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.interior-info__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 117px;
       column-gap: 117px;
  row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .interior-info__list {
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 14px;
  }
}

.interior-info__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.interior-info__item span {
  display: block;
}
.interior-info__item--max-width {
  width: 100%;
}

.interior-info__item-title {
  color: #525252;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1024px) {
  .interior-info__item-title {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.interior-info__item-value {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1024px) {
  .interior-info__item-value {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}

/* sale_form */
.sale_form h3 {
  color: #111;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
  margin-bottom: 50px;
}

.sale_form .field {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 36px;
}
.sale_form .field.field--col {
  flex-direction: column;
  gap: 15px;
}
.sale_form .field.field--term {
  justify-content: space-between;
  margin-top: 10px;
}

.sale_form .field label {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}

.sale_form .button_wrap {
  display: flex;
  gap: 12px;
}

.sale_form .field button {
  min-width: 144px;
}

.field_wrap input {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 4px 20px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  min-width: 240px;
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.32px;
}
.field_wrap input:placeholder {
  color: #666;
}

.field_wrap .input-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-right: 20px;
}
.field_wrap .input-wrap input {
  border: none;
  flex: 1;
}
.field_wrap .input-wrap .input-wrap__unit {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .field_wrap .input-wrap .input-wrap__unit {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.field_wrap input.input_change,
.change_label .field_wrap input.input_change + input {
  display: none;
}

.input_change {
  display: none !important;
}

.input_change--reverse {
  display: flex !important;
}

.change_label {
  display: block;
}
.change_label .input_change--reverse {
  display: none !important;
}
.change_label .input_change {
  display: flex !important;
}
.change_label .field_wrap input.input_change {
  display: block !important;
}

.field_wrap input::-moz-placeholder {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.12px;
}

.field_wrap input::placeholder {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.12px;
}

.field_wrap {
  width: 100%;
}
.field_wrap input.full_width {
  min-width: 666px;
}
.field_wrap input.max-width {
  width: 100%;
}

.max-width {
  width: 100%;
}

.field_wrap input.medium_width {
  min-width: 480px;
}

.address_search {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.sale_form button {
  height: 50px;
  line-height: 50px;
}

.condition .field_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.field-wrap {
  width: 100%;
}
.field-wrap.field-wrap--col {
  flex-direction: column;
  gap: 20px;
}

.field.condition {
  flex-direction: column;
  gap: 15px;
}

.condition_item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.condition-item.condition-item--col {
  flex-direction: column;
  gap: 10px;
}
.condition-item.condition-item--col .condition-label {
  align-self: flex-start;
}

.condition_item span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.4px;
}
.condition_item span.new-label-font {
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 15.4px */
  letter-spacing: -0.28px;
}

.condition_item span:first-child {
  min-width: 60px;
}

.rent_field {
  display: none;
}

.rent_field .field_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.rent_field .field_wrap span {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.4px;
  margin-left: 8px;
}

.rent_field .field_wrap > div {
  display: flex;
  align-items: center;
}

.rent_field .field_wrap span small {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: -0.98px;
  margin-left: 4px;
}

.sale_form .field label.full_width {
  width: 100%;
}

.sale_form .field.note {
  gap: 12px;
}

.inputfile-box {
  position: relative;
}

.inputfile-box .inputfile {
  display: none;
}

.inputfile-box {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 4px 20px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  width: 100%;
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.32px;
}

.rent_field .inputfile-box .button-primary {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.32px;
}

.sale_form .field .inputfile-box label {
  width: 100%;
}

.rent_field .field_wrap span.file-box {
  font-size: 16px;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.flex--flex1 {
  flex: 1;
}

.note_group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.date_field > div {
  display: flex;
  gap: 12px;
}

.sale_form .term .field label {
  width: -moz-max-content;
  width: max-content;
}

.sale_form .term {
  margin-top: 40px;
}
.sale_form .term label {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}

.custom_checkbox {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.privacy-link-box a,
.privacy-link-box button {
  color: var(--525252, #525252);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Create a custom checkbox */
.custom_checkbox .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  overflow: hidden;
}

.sale_form .field label.custom_checkbox {
  padding-left: 22px;
  padding-right: 22px;
}

.sale_form .field label.term-box {
  color: var(--Text02, #575757);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 15.4px */
  letter-spacing: -0.14px;
}

.custom_checkbox input:checked ~ .checkmark {
  background-color: #2f6ecb;
  border: 1px solid #2f6ecb;
}

.custom_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom_checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.term_content {
  padding: 15px;
  max-height: 136px;
  color: var(--525252, #525252);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: auto;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.form_action {
  text-align: center;
}

.form-action.form-action--submit {
  padding: 15px 0;
  border-top: 1px solid var(--Line_Grey, #ddd);
}

.form-action__inner {
  max-width: 480px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: end;
  margin: 0 auto;
}

.form_action button {
  cursor: pointer;
}

.form_action button + button {
  margin-left: 36px;
}

@media (max-width: 767px) {
  .sale_form h3 {
    font-size: 20px;
  }
  .sale_form .field {
    margin-top: 24px;
    gap: 8px;
  }
  .sale_form .field label {
    padding: 0;
    font-size: 16px;
  }
  .sale_form button {
    height: 40px;
    line-height: 40px;
  }
  .field_wrap input.medium_width {
    min-width: unset;
  }
  .field_wrap input {
    height: 40px;
    line-height: 40px;
    min-width: unset;
    max-width: 100%;
  }
  .sale_form .field .address_search button {
    min-width: 100px;
  }
  .field_wrap input.full_width {
    min-width: 100%;
  }
  .condition_item span {
    font-size: 16px;
  }
  .sale_form .field label {
    width: 100%;
  }
  .term_content {
    padding: 20px;
  }
  .form_action button {
    min-width: 140px;
  }
  .form_action button + button {
    margin-left: 20px;
  }
  .rent_field .field_wrap span {
    font-size: 16px;
  }
  .rent_field .field_wrap {
    gap: 12px;
  }
  .sale_form .field .field_wrap label {
    font-size: 16px;
  }
  .inputfile-box {
    height: 40px;
    line-height: 40px;
    min-width: 100%;
  }
  .rent_field .inputfile-box .button-primary {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    min-width: 100px;
  }
  .rent_field .field_wrap span.file-box {
    font-size: 14px;
  }
}
/* Step page */
.step_wrap .step_nav,
.step_wrap .step_content_wrap {
  width: 100%;
  margin: auto;
}

.step_wrap .step_nav {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 10px 20px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 8px 25px;
  margin-bottom: 72px;
}

.step_nav li {
  color: #a6a6a6;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 20%;
  position: relative;
}

.step_nav li span {
  width: 26px;
  height: 26px;
  background: #8d8d8d;
  display: inline-block;
  border-radius: 50%;
  border: 6px solid #cdcdcd;
}

.step_nav li::before {
  content: "";
  width: calc(50% - 13px);
  height: 3px;
  background: #cdcdcd;
  position: absolute;
  left: 0;
  top: 12px;
}

.step_nav li:first-child::before,
.step_nav li:last-child::after {
  display: none;
}

.step_nav li::after {
  content: "";
  width: calc(50% - 13px);
  height: 3px;
  background: #cdcdcd;
  position: absolute;
  right: 0;
  top: 12px;
}

.step_nav li.active span {
  background: #fff;
  border-color: #d6ac68;
  box-shadow: 0 0 0 4px rgba(214, 172, 104, 0.3);
}

.step_nav li.active::before,
.step_nav li.active:not(.active_half)::after {
  background-color: #d6ac68;
}

.step_nav li.active {
  color: #000;
}

p.step_subtitle {
  margin-top: 10px;
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  margin-bottom: 50px;
}

.section_title {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .section_title.section_title--mo-mb20 {
    margin-bottom: 20px;
  }
}

.step_content .field {
  display: inline-block;
}

.step_content .step_field label > div {
  display: flex;
  gap: 20px;
  align-items: center;
}

.step_content .step_field label img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.step_field_txt h5 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.4px;
}

.step_field_txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.12px;
  margin-top: 16px;
}

.step_content .step_field input[type=radio] {
  margin: 0;
  width: 20px;
  height: 20px;
  filter: hue-rotate(198deg);
  cursor: pointer;
}

.step_action_wrap {
  border-top: 1px solid #ecece9;
  text-align: center;
}

.step_action {
  width: 100%;
  margin: auto;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}

.step_action.center {
  justify-content: center;
}

.step_action a {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  min-width: 160px;
  height: 50px;
  padding: 17px 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.step_action a.next_btn {
  background: #2f6ecb;
  color: #fff;
}

.step_action button {
  min-width: 160px;
  height: 50px;
  padding: 17px 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-color: transparent;
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}

.step_action button.next_btn {
  background: #2f6ecb;
  color: #fff;
}

.step_action a.disable {
  opacity: 0.4;
  pointer-events: none;
}

.step_action button.disable {
  opacity: 0.4;
  pointer-events: none;
}

.step_wrap .step_1_2,
.step_wrap .step_1_3 {
  display: none;
}

.step_1_2 .step_content form {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 0;
}

.step-field-list {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .step-field-list {
    margin-top: 20px;
  }
}

.step_1_2 .step_content div {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 25px;
}
.step_1_2 .step_content div .step_field__checkbox {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.16px;
  margin-bottom: 0;
}

.step_1_2 .step_content input {
  display: none;
}

.step_1_2 .step_content .field label > div {
  flex-direction: column;
}

.step_1_2 .step_content .step_field label {
  justify-content: center;
}

.step_1_2 .step_field_txt h5 {
  font-size: 16px;
}

.step_1_2 .step_content .step_field label img {
  width: 40px;
  height: 40px;
}

.station_list {
  margin-top: 24px;
  margin-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 12px;
}

.station_list li {
  padding: 0 6px;
  min-width: 100px;
  border-radius: 50px;
  background: #08318f;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}

.station_list li:nth-child(2) {
  background: #16a248;
}

.station_list li:nth-child(3) {
  background: #f18205;
}

.station_list li:nth-child(4) {
  background: #17a6d7;
}

.station_list li:nth-child(5) {
  background: #a55498;
}

.station_list li:nth-child(6) {
  background: #ce8e21;
}

.station_list li:nth-child(7) {
  background: #627433;
}

.station_list li:nth-child(8) {
  background: #e35073;
}

.station_list li:nth-child(9) {
  background: #be9220;
}

.station_list li:nth-child(10) {
  background: #fad01f;
}

.station_list li:nth-child(11) {
  background: #c82535;
}

.station_list li:nth-child(12) {
  background: #7dbfa5;
}

.station_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  border-radius: 30px;
}

.selected_list {
  padding: 12px;
  border-radius: 8px;
  background: #f7eee1;
  min-height: 116px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.selected_list > div {
  border-radius: 36px;
  background: #737373;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.84px;
  height: 22px;
  line-height: 22px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.selected_list > div span.delete_station {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#metro-station-wrap {
  opacity: 0;
  visibility: hidden;
}

#metro-station-wrap.show {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}

div#metro-station-wrap::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#metro-station-wrap > div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 15px 20px;
  width: 100%;
  max-width: 374px;
  z-index: 9999;
}

div#metro-station {
  max-height: 510px;
  overflow: auto;
  margin: 8px 0;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  border-radius: 6px;
}

#close-station {
  display: inline-block;
  position: absolute;
  right: 20px;
}

h2#metro-line-selected {
  margin-top: 30px;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 12px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

#metro-station-wrap button {
  width: 100%;
  color: #d6ac68;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.12px;
  padding: 14px 11px;
  border-radius: 7px;
  background: #fff0cd;
  border: 0;
  cursor: pointer;
}

div#metro-station > div {
  padding: 18px;
}

div#metro-station > div label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

/* Style the custom "radio-like" checkbox */
.custom-checkbox span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #16a248; /* Border color */
  border-radius: 50%; /* Circular shape */
  margin-right: 25px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}

/* Indicate a checked state */
.custom-checkbox input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #16a248; /* Fill color */
  border-radius: 50%; /* Circle inside */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Optional: Add hover effect */
.custom-checkbox span:hover {
  border-color: #16a248; /* Darker border on hover */
}

div#metro-station > div {
  position: relative;
}

div#metro-station > div::before,
div#metro-station > div::after {
  content: "";
  width: 6px;
  height: 18px;
  position: absolute;
  left: 25px;
  background: #16a248;
}

div#metro-station > div::before {
  top: 0;
}

div#metro-station > div::after {
  bottom: 0;
}

div#metro-station > div:first-child:before,
div#metro-station > div:last-child:after {
  display: none;
}

div#metro-station > div.color_08318F::before,
div#metro-station > div.color_08318F::after,
div.color_08318F .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #08318f;
}

div.color_08318F .custom-checkbox span {
  border-color: #08318f;
}

div#metro-station > div.color_16A248::before,
div#metro-station > div.color_16A248::after,
div.color_16A248 .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #16a248;
}

div.color_16A248 .custom-checkbox span {
  border-color: #16a248;
}

div#metro-station > div.color_F18205::before,
div#metro-station > div.color_F18205::after,
div.color_F18205 .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #f18205;
}

div.color_F18205 .custom-checkbox span {
  border-color: #f18205;
}

div#metro-station > div.color_17A6D7::before,
div#metro-station > div.color_17A6D7::after,
div.color_17A6D7 .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #17a6d7;
}

div.color_17A6D7 .custom-checkbox span {
  border-color: #17a6d7;
}

div#metro-station > div.color_A55498::before,
div#metro-station > div.color_A55498::after,
div.color_A55498 .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #a55498;
}

div.color_A55498 .custom-checkbox span {
  border-color: #a55498;
}

div#metro-station > div.color_CE8E21::before,
div#metro-station > div.color_CE8E21::after,
div.color_CE8E21 .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #ce8e21;
}

div.color_CE8E21 .custom-checkbox span {
  border-color: #ce8e21;
}

div#metro-station > div.color_627433::before,
div#metro-station > div.color_627433::after,
div.color_627433 .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #627433;
}

div.color_627433 .custom-checkbox span {
  border-color: #627433;
}

div#metro-station > div.color_E35073::before,
div#metro-station > div.color_E35073::after,
div.color_E35073 .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #e35073;
}

div.color_E35073 .custom-checkbox span {
  border-color: #e35073;
}

div#metro-station > div.color_BE9220::before,
div#metro-station > div.color_BE9220::after,
div.color_BE9220 .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #be9220;
}

div.color_BE9220 .custom-checkbox span {
  border-color: #be9220;
}

div#metro-station > div.color_FAD01F::before,
div#metro-station > div.color_FAD01F::after,
div.color_FAD01F .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #fad01f;
}

div.color_FAD01F .custom-checkbox span {
  border-color: #fad01f;
}

div#metro-station > div.color_C82535::before,
div#metro-station > div.color_C82535::after,
div.color_C82535 .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #c82535;
}

div.color_C82535 .custom-checkbox span {
  border-color: #c82535;
}

div#metro-station > div.color_7DBFA5::before,
div#metro-station > div.color_7DBFA5::after,
div.color_7DBFA5 .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #7dbfa5;
}

div.color_7DBFA5 .custom-checkbox span {
  border-color: #7dbfa5;
}

@media (max-width: 767px) {
  .step_wrap .step_nav {
    padding: 8px;
    margin-bottom: 40px;
  }
  .step_nav li {
    font-size: 14px;
  }
  .step_wrap {
    padding-top: 20px;
  }
  p.step_subtitle {
    font-size: 14px;
  }
  .step_content .step_field label img {
    width: 50px;
    height: 50px;
  }
  .step_field_txt h5 {
    font-size: 15px;
  }
  .step_field_txt p {
    font-size: 14px;
    margin-top: 14px;
  }
  .step_action {
    padding: 20px 10px;
  }
  .step_action a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    min-width: 80px;
  }
  .step_1_2 .step_content .field {
    width: calc((100% - 20px) / 2);
  }
  .step_1_2 .step_field_txt h5 {
    font-size: 14px;
  }
}
/* Step 2 page */
.step_content_box .field {
  margin-top: 20px;
}
.step_content_box .field.field--term {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.step_content_box .field.address_wrap {
  max-width: 480px;
  margin-top: 10px;
}
.step_content_box .field .input-wrap__unit {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .step_content_box .field .input-wrap__unit {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}
@media screen and (max-width: 1024px) {
  .step_content_box .field {
    margin-top: 0;
  }
  .step_content_box .field.address_wrap {
    max-width: none;
  }
}

.step_content_box label {
  display: block;
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 15.4px */
  letter-spacing: -0.28px;
  margin-bottom: 10px;
}

.step-field-wrap {
  display: flex;
  gap: 20px;
}
.step-field-wrap.step-field-wrap--col2 .field {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 1024px) {
  .step-field-wrap {
    flex-direction: column;
  }
  .step-field-wrap.step-field-wrap--col2 .field {
    width: 100%;
  }
  .step-field-wrap.step-field-wrap--mo-mt20 {
    margin-top: 20px;
  }
}

.pc-mw480-mo-mwnone {
  max-width: 480px;
}
@media screen and (max-width: 1024px) {
  .pc-mw480-mo-mwnone {
    max-width: none;
  }
}

.pc-mw424-mo-mwnone {
  width: 100%;
  max-width: 424px;
}
@media screen and (max-width: 1024px) {
  .pc-mw424-mo-mwnone {
    max-width: none;
  }
}

.step_content_box input,
.step_content_box select {
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.32px;
}

/* Select 요소의 화살표 위치 커스터마이징 */
.step_content_box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 기본 화살표 제거 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center; /* 화살표 위치 조정 (오른쪽에서 12px, 세로 중앙) */
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-right: 40px; /* 화살표 공간 확보 */
}

.step_content_box .input_wrap input[type=text] {
  padding-right: 50px;
}

.step_content_box input::-moz-placeholder {
  color: #8d8d8d;
}

.step_content_box input::placeholder {
  color: #8d8d8d;
}

.step_content_box .input_wrap {
  position: relative;
}

.step_content_box .input_wrap span {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: -1.12px;
  color: #000;
}

@media (max-width: 767px) {
  .step_content_box input,
  .step_content_box select {
    font-size: 16px;
    padding: 10px 16px;
  }
}
/* Step 3 page */
.step_content_box .radio_custom {
  margin-top: 48px;
}

.step_content_box .radio_custom label {
  text-align: center;
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.12px;
  border-radius: 7px;
  background: #fdfdfd;
  padding: 13px 16px;
  margin-bottom: 0;
  cursor: pointer;
}

.step_content_box .radio_custom label.active {
  background: #fff0cd;
  color: #d6ac68;
}

.step_content_box .radio_custom label input {
  display: none;
}

@media (max-width: 767px) {
  .step_content_box .radio_custom label {
    font-size: 14px;
    padding: 13px;
  }
  .step_content_box .radio_custom {
    margin-top: 20px;
  }
}
/* Step 4 page */
.code_wrap {
  display: flex;
  gap: 10px;
}

.code_wrap button {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  border-radius: 5px;
  background: var(--point_color, #2f6ecb);
  padding: 4px 16px;
  border: 0;
  min-width: 122px;
  cursor: pointer;
}

.code_wrap .input_wrap {
  width: 100%;
}

.step_content_box .code_wrap .input_wrap span {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
  color: #d6ac68;
}

.step_content_box .term_agree input[type=checkbox] {
  border-radius: 0;
  margin: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0;
  border: 1px solid #d6ac68;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
}

.step_content_box .term_agree input[type=checkbox]:checked {
  background-color: #d6ac68;
}

.step_content_box .term_agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.step_content_box .term_agree label {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media (max-width: 767px) {
  .code_wrap button {
    min-width: 100px;
    padding: 4px 10px;
  }
}
/* Step complete */
.step_complete_info {
  margin-top: 36px;
}

.step_complete_info h4 {
  color: #555;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.12px;
  margin-bottom: 8px;
}

.step_complete_info p {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.12px;
}

.step_complete_info div {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.12px;
  white-space: break-spaces;
}

.step_complete_info .info_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.step_complete_info .info_list span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.84px;
  border-radius: 36px;
  background: #a5a5a5;
  padding: 4px 7px;
}

.step_complete_info .info_list.apply_object span {
  font-size: 16px;
  background: #d6ac68;
  padding: 5px 16px;
}

.applicant_info_wrap {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #cdcdcd;
}

.applicant_info {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.applicant_info > div:first-child {
  width: 30%;
}

.applicant_info > div:last-child {
  width: calc(70% - 36px);
}

@media (max-width: 767px) {
  .step_complete_info {
    margin-top: 26px;
  }
  .step_complete_info .info_list.apply_object span {
    font-size: 14px;
  }
  .step_complete_info h4 {
    font-size: 14px;
    font-weight: 500;
  }
  .applicant_info_wrap {
    margin-top: 26px;
    padding-top: 26px;
  }
  .applicant_info > div:first-child {
    width: 100%;
  }
  .applicant_info > div:last-child {
    width: 100%;
  }
  .applicant_info {
    gap: 0;
  }
  .step_complete_info p {
    font-size: 14px;
  }
}
.gutter.gutter--step {
  margin-top: 40px;
}

/* Request step 1 */
.step_content_box textarea {
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
  min-height: 258px;
  padding: 16px 20px;
  box-sizing: border-box;
  resize: none;
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .step_content_box textarea {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.step_nav li {
  width: 25%;
}

.step_content_box .step_des {
  margin-top: 20px;
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.28px;
}
.step_content_box .step_des .step_des_span {
  display: inline-block;
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  letter-spacing: -0.24px;
  margin-top: 5px;
}

.step_content_box .step_des span {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: -0.84px;
}

.address_wrap .code_wrap {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .step_content_box .step_des {
    margin-top: 20px;
  }
  .step_content_box .step_des span {
    display: block;
    margin-top: 5px;
  }
  .step_content_box .input_wrap span {
    font-size: 16px;
  }
  .request_step .step_content_box {
    min-height: auto;
  }
}
.date_expected_move_in_date {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  cursor: pointer;
  display: block;
  text-align: left;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid var(--Line_Grey, #ddd);
  margin-bottom: 0 !important;
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.32px;
}
.date_expected_move_in_date::after {
  content: "";
  position: absolute;
  right: 20.38px;
  top: 0;
  bottom: 0;
  width: 15.62px;
  height: 16.57px;
  margin: auto 0;
  background: center/contain url("/build/images/common/icon_label_calendar.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .date_expected_move_in_date::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .date_expected_move_in_date {
    padding: 10px 16px;
  }
}

#date_expected_move_in_date_label,
#date_expected_move_in_date_label_2 {
  position: relative;
  display: flex;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 49.58px;
  margin-bottom: 0 !important;
}
#date_expected_move_in_date_label::after,
#date_expected_move_in_date_label_2::after {
  content: "";
  position: absolute;
  right: 20.38px;
  top: 0;
  bottom: 0;
  width: 15.62px;
  height: 16.57px;
  margin: auto 0;
  background: center/contain url("/build/images/common/icon_label_calendar.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  #date_expected_move_in_date_label::after,
  #date_expected_move_in_date_label_2::after {
    right: 15px;
  }
}
#date_expected_move_in_date_label::before,
#date_expected_move_in_date_label_2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}
#date_expected_move_in_date__txt {
  font-weight: 400 !important;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.32px;
}

.step_content_box input[type=date] {
  padding: 14px 20px;
  min-width: 0 !important;
  border: none !important;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .step_content_box input[type=date] {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .step_content_box input[type=date] {
    padding: 9px 16px 9px 14px;
    height: 37.39px;
  }
}

.input_wrap--date {
  width: 100%;
}

.step_content_box input[type=date]::-webkit-calendar-picker-indicator {
  right: 0;
  opacity: 0;
  display: inline-block;
  background: none;
  width: 50px;
  height: 38px;
  border: 0;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 767px) {
  .search_top .button-primary {
    order: 3;
  }
  .search_top .button-secondary {
    order: 4;
  }
  .search_field input {
    width: 100%;
  }
  .search_result_info tr {
    width: calc((100% - 16px) / 2);
  }
  .search_result_info tbody {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .search_result_des {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border: 0;
    padding-bottom: 16px;
    margin: 0;
  }
  .search_result_top {
    border-bottom: 0;
    padding: 0;
  }
}
.sale_form .radio_wrap input[type=radio] {
  display: none;
}

.sale_form .radio_wrap label,
.btn-form {
  color: var(--525252, #525252);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  padding: 4px 16px;
  background: #fff;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--Line_Grey, #ddd);
}

.sale_form .radio_wrap label.active,
.btn-form.active,
.btn-form:has(input:checked) {
  color: #fff;
  background-color: #2f6ecb;
  border: 1px solid var(--Blue, #2f6ecb);
}

.sale_form .radio_wrap {
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .sale_form .radio_wrap label {
    height: 40px;
    line-height: 40px;
  }
}
.new_label,
.change_label .old_label {
  display: none;
}

.change_label .new_label {
  display: flex;
}

.skeleton-loader {
  /* background-color: #e0e0e0; */
  border-radius: 25px 10px 10px 10px;
  padding: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}

.skeleton-image {
  background-color: #cfcfcf;
  height: 354px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.skeleton-text {
  background-color: #dcdcdc;
  height: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 80%;
}

@keyframes loading {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
.skeleton-loader {
  background: linear-gradient(to right, #f0f0f0 8%, #e0e0e0 18%, #f0f0f0 33%);
  background-size: 200% 100%;
  animation: loading 1.2s infinite;
}

.error-box {
  color: #ea4315;
  margin-top: 4px;
}

.d-hidden {
  display: none;
}

.d-show {
  display: block;
}

.step_title_wrap {
  margin-bottom: 50px;
}

.step_title {
  color: #111;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
}
@media screen and (max-width: 1024px) {
  .step_title {
    font-size: 20px;
  }
}

.radio_wrap {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .radio_wrap {
    display: inline-flex;
    flex-wrap: wrap;
    width: 298px;
  }
}

.step-form-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* #region office-request-complete */
.sec-office-request-complete {
  background-color: #fff;
  height: calc(100vh - 80px);
}
.sec-office-request-complete > .sec__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.office-request-complete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.office-request-complete__img-wrap {
  width: 159.79px;
}
.office-request-complete__img-wrap img {
  width: 100%;
  height: auto;
}

.office-request-complete__txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.office-request-complete__title {
  color: #111;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .office-request-complete__title {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}

.office-request-complete__desc {
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .office-request-complete__desc {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.sec-office-request-complete__btn-area {
  border-top: 1px solid #ddd;
}

/* #endregion office-request-complete */
/* #region sub-visual2 */
.sub-visual2 {
  height: 700px;
}
.sub-visual2.sub-visual2--realty .sub-visual2__inner {
  background: center/cover url("/build/images/common/sub_visual_realty.jpg") no-repeat;
}
.sub-visual2.sub-visual2--interior-introduction .sub-visual2__inner {
  background: center/cover url("/build/images/common/sub_visual_interior_introduction.jpg") no-repeat;
}
@media screen and (max-width: 1024px) {
  .sub-visual2 {
    height: 480px;
  }
}

.sub-visual2__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.sub-visual2__t-box {
  position: absolute;
  width: 100%;
  top: 63%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .sub-visual2__t-box {
    top: 50%;
  }
}

.sub-visual2__t-box-inner {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 1420px;
  margin: 0 auto;
}
.sub-visual2__t {
  color: #fff;
  font-family: Pretendard;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 71.5px */
  letter-spacing: -1.1px;
}
@media screen and (max-width: 1024px) {
  .sub-visual2__t {
    font-size: 32px;
    line-height: 125%; /* 40px */
    letter-spacing: -0.64px;
  }
}

.sub-visual2__d {
  color: #fff;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .sub-visual2__d {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    margin-top: 15px;
  }
}

.sub-visual2__btn-area {
  display: flex;
  gap: 15px;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sub-visual2__btn-area {
    flex-direction: column;
    justify-content: start;
    margin-top: 30px;
  }
  .sub-visual2__btn-area .btn4 {
    align-self: flex-start;
  }
}

.sub-visual2__btn2 {
  min-width: 157px;
}

/* #endregion sub-visual2 */
/* #region sec-realty */
.sec-realty {
  padding: 150px 0 160px;
}
.sec-realty .con-box {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sec-realty {
    padding: 60px 0 70px;
  }
  .sec-realty .con-box {
    margin-top: 50px;
  }
}

.sec-realty__con-box {
  padding: 0 28px;
}

.sec-realty__d {
  color: #525252;
}

.sec-realty__tit-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
}

/* #endregion sec-realty */
/* #region sec-realty2 */
.sec-realty2 {
  padding: 110px 0;
  background-color: #043786;
}
@media screen and (max-width: 1024px) {
  .sec-realty2 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .realty2 {
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  .realty2.realty2--interior {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1280px) {
  .realty2.realty2--interior .realty2__item {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  .realty2.realty2--interior .realty2__item {
    flex: 0 0 50%;
  }
}
.realty2.realty2--interior .realty2__item.realty2__item--2 {
  margin-left: 202px;
}
@media screen and (max-width: 1280px) {
  .realty2.realty2--interior .realty2__item.realty2__item--2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .realty2.realty2--interior .realty2__item.realty2__item--2 {
    margin-left: 0;
  }
}
.realty2.realty2--interior .realty2__item.realty2__item--3 {
  margin-left: 136px;
}
@media screen and (max-width: 1280px) {
  .realty2.realty2--interior .realty2__item.realty2__item--3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .realty2.realty2--interior .realty2__item.realty2__item--3 {
    margin-left: 0;
  }
}
.realty2.realty2--interior .realty2__item.realty2__item--4 {
  margin-left: 144px;
}
@media screen and (max-width: 1280px) {
  .realty2.realty2--interior .realty2__item.realty2__item--4 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .realty2.realty2--interior .realty2__item.realty2__item--4 {
    margin-left: 0;
  }
}

.realty2__list {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .realty2__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .realty2__list {
    flex-wrap: wrap;
    row-gap: 48px;
  }
}

.realty2__item.realty2__item--2 {
  margin-left: 106px;
}
.realty2__item.realty2__item--3 {
  margin-left: 148px;
}
.realty2__item.realty2__item--4 {
  margin-left: 125px;
}
@media screen and (max-width: 1280px) {
  .realty2__item {
    flex: 1;
  }
  .realty2__item.realty2__item--2 {
    margin-left: 0;
  }
  .realty2__item.realty2__item--3 {
    margin-left: 0;
  }
  .realty2__item.realty2__item--4 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .realty2__item {
    flex: 0 0 50%;
  }
  .realty2__item.realty2__item--2 {
    margin-left: 0;
  }
  .realty2__item.realty2__item--3 {
    margin-left: 0;
  }
  .realty2__item.realty2__item--4 {
    margin-left: 0;
  }
}

/* #endregion sec-realty2 */
/* #region re-card */
.re-card {
  display: flex;
  flex-direction: column;
}
.re-card__t {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .re-card__t {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.re-card__v {
  color: #fff;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.2px;
  white-space: nowrap;
  margin-top: 7px;
}
@media screen and (max-width: 1024px) {
  .re-card__v {
    font-size: 30px;
    letter-spacing: -0.6px;
    margin-top: 5px;
  }
}

.re-card__gutter {
  margin: 10px 0;
  flex-shrink: 0;
  border-left: 1px solid #3d69ad;
  height: 114px;
}
@media screen and (max-width: 1024px) {
  .re-card__gutter {
    height: 63px;
    margin: 5px 0;
  }
}

.re-card__d {
  color: #a0b8db;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1024px) {
  .re-card__d {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
}

.re-card__d-point {
  color: #a0b8db;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 1024px) {
  .re-card__d-point {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}

/* #endregion re-card */
/* #region sec-core */
.sec-core {
  padding: 158px 0 81px;
}
@media screen and (max-width: 1024px) {
  .sec-core {
    padding: 70px 0 35px;
  }
}

.sec-core__core {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sec-core__core {
    margin-top: 30px;
  }
}

.sec-core__t {
  text-align: center;
}

.core__list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .core__list {
    flex-direction: column;
    gap: 20px;
  }
}

.core__item {
  padding: 30px 30px 50px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .core__item {
    padding: 15px 15px 30px;
  }
}

/* #endregion sec-core */
/* #region core-card */
.core-card {
  display: flex;
  flex-direction: column;
  gap: 35px;
  background: var(--F6F6F6, #f6f6f6);
}
@media screen and (max-width: 1024px) {
  .core-card {
    gap: 25px;
  }
}

.core-card__img-wrap {
  aspect-ratio: 392/354;
}

.core-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.core-card__d-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.core-card__t {
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.52px;
}
@media screen and (max-width: 1024px) {
  .core-card__t {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}

.core-card__d {
  width: 100%;
  max-width: 295px;
  color: var(--525252, #525252);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .core-card__d {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-top: 10px;
  }
}

/* #endregion core-card */
/* #region sec-special */
.sec-special {
  padding: 81px 0 158px;
}
@media screen and (max-width: 1024px) {
  .sec-special {
    padding: 35px 0;
  }
}

.sec-special__t {
  text-align: center;
}

.sec-special__special {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sec-special__special {
    margin-top: 30px;
  }
}

.special__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 70px;
}
@media screen and (max-width: 1024px) {
  .special__list {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 30px;
  }
}

.special__item {
  flex: 0 0 calc(50% - 30px);
}
@media screen and (max-width: 1024px) {
  .special__item {
    flex: 0 0 100%;
  }
}

/* #endregion sec-special */
/* #region spe-card */
@media screen and (max-width: 1024px) {
  .spe-card__img-wrap {
    aspect-ratio: 320/250;
  }
}

.spe-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spe-card__t {
  color: #111;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .spe-card__t {
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-top: 20px;
  }
}

.spe-card__d {
  color: #525252;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .spe-card__d {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-top: 10px;
  }
}

/* #endregion spe-card */
/* #region sec-process */
.sec-process {
  padding: 160px 0;
  background-color: rgb(239, 246, 254);
}
.sec-process .con-box {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sec-process {
    padding: 35px 0;
    background-color: #fff;
  }
  .sec-process .con-box {
    margin-top: 50px;
  }
}

.sec-process__inner {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec-process__inner {
    width: calc(100% - 40px);
  }
}

.sec-process__t {
  text-align: center;
}

/* #endregion sec-process */
/* #region process */
.process {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 658px;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.process.process--interior .process__list {
  max-width: 1182px;
}
@media screen and (max-width: 1024px) {
  .process {
    height: auto;
    padding: 0;
    box-shadow: none;
  }
  .process .process__list {
    max-width: 100%;
  }
}

.process__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 944px;
}
@media screen and (max-width: 1024px) {
  .process__list {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    gap: 12px;
  }
}

.process__item {
  width: 230px;
  flex-shrink: 0;
}
.process__item.process__item--arrow {
  width: 47px;
}
.process__item.process__item--active .proc-card__line {
  height: 61px;
  opacity: 1;
}
.process__item.process__item--active .p-circle__n {
  color: #fff;
}
.process__item.process__item--active .p-circle__t {
  color: #fff;
}
.process__item.process__item--active .proc-card__t {
  color: #111;
}
.process__item.process__item--active .proc-card__d {
  color: #525252;
}
.process__item.process__item--active .p-circle::before {
  opacity: 1;
}
.process__item.process__item--active .p-circle::after {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .process__item {
    width: 100%;
  }
  .process__item.process__item--arrow {
    width: auto;
  }
}

.proc-card__arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 214px;
}
@media screen and (max-width: 1024px) {
  .proc-card__arrow-wrap {
    width: 111px;
    height: 34px;
  }
}

@media screen and (max-width: 1024px) {
  .proc-card__arrow {
    transform: rotate(90deg);
    height: 7px;
  }
}

.proc-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .proc-card__inner {
    flex-direction: row;
    gap: 20px;
  }
}

.p-circle {
  position: relative;
  width: 214px;
  height: 214px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(144deg, #e0eefd 24.06%, #f3f9ff 97.46%), #fff;
}
.p-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Blue, #2f6ecb);
  opacity: 0;
  transition: 0.4s;
}
.p-circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.4s;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-circle {
    width: 111px;
    height: 111px;
    background: var(--Blue, #2f6ecb);
    flex-shrink: 0;
  }
  .p-circle::before {
    display: none;
  }
  .p-circle::after {
    display: none;
  }
}

.p-circle__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p-circle__inner {
    gap: 5px;
  }
}

.p-circle__n {
  color: var(--Blue, #2f6ecb);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .p-circle__n {
    color: #fff;
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}

.p-circle__t {
  color: var(--Blue, #2f6ecb);
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.52px;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .p-circle__t {
    color: #fff;
    font-size: 17px;
    letter-spacing: -0.34px;
  }
}

.proc-card__line-wrap {
  display: flex;
  justify-content: center;
  height: 61px;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .proc-card__line-wrap {
    display: none;
  }
}

.proc-card__line {
  width: 3px;
  height: 100%;
  background: #2f6ecb;
  height: 0;
  transition: 0.4s;
}

.proc-card__d-box {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .proc-card__d-box {
    margin-top: 0;
  }
}

.proc-card__t {
  color: #888;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1024px) {
  .proc-card__t {
    color: #111;
    text-align: left;
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

.proc-card__d {
  color: #aaa;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .proc-card__d {
    color: #525252;
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-top: 10px;
  }
}

/* #endregion process */
/* #region sec-featured */
.sec-featured {
  padding: 160px 0 80px;
}
@media screen and (max-width: 1024px) {
  .sec-featured {
    padding: 35px 0 47px;
  }
}

.sec-featured__featured {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sec-featured__featured {
    margin-top: 30px;
  }
}

.sec-featured__t {
  text-align: left;
}

.sec-featured__btn-area {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .sec-featured__btn-area {
    margin-top: 40px;
  }
}

/* #endregion sec-featured */
/* #region featured */
.featured {
  display: flex;
}

.featured__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .featured__list {
    gap: 12px;
  }
}

.featured__item {
  flex: 0 0 calc(25% - 22.5px);
}
.featured__item:hover .feat-card__img-wrap img {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  .featured__item {
    flex: 0 0 calc(50% - 6px);
  }
}

.feat-card__img-wrap {
  width: 100%;
  height: 289px;
  overflow: hidden;
}
.feat-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .feat-card__img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 156/143;
  }
}

.feat-card__t-box {
  display: flex;
  flex-direction: column;
  height: 126px;
  gap: 5px;
  border: 1px solid var(--Line_Grey, #ddd);
  padding: 25px 25px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .feat-card__t-box {
    height: auto;
    min-height: 91px;
    padding: 15px 15px 0;
  }
}

.feat-card__t {
  color: var(--111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
}
@media screen and (max-width: 1024px) {
  .feat-card__t {
    color: var(--111111, #111);
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

.feat-card__d {
  color: var(--525252, #525252);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1024px) {
  .feat-card__d {
    font-size: 14px;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
  }
}

/* #endregion featured */
/* #region realtyfaq */
.sec-realtyfaq {
  padding: 80px 0 150px;
}
@media screen and (max-width: 1024px) {
  .sec-realtyfaq {
    padding: 47px 0 80px;
  }
}

.sec-realtyfaq__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec-realtyfaq__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
  }
}

.sec-realtyfaq__con {
  width: 57.46%;
}
@media screen and (max-width: 1024px) {
  .sec-realtyfaq__con {
    width: 100%;
  }
}

.sec-realtyfaq__t {
  text-align: center;
}

.realtyfaq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .realtyfaq__list {
    gap: 15px;
  }
}

.realtyfaq__item {
  background: var(--F6F6F6, #f6f6f6);
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 30px 30px 0;
}
.realtyfaq__item.active {
  box-shadow: 0 2px 8px rgba(214, 172, 104, 0.1);
}
@media screen and (max-width: 1024px) {
  .realtyfaq__item {
    padding: 20px 20px 0;
  }
}

.realtyfaq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.realtyfaq__q::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  transition: transform 0.3s ease;
  width: 19px;
  height: 10px;
  background: center/contain url("/build/images/realty/realty_dropbox_arrow.svg") no-repeat;
  transform: rotate(180deg);
}
.realtyfaq__q h4 {
  color: #111;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.44px;
  margin: 0;
  flex: 1;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .realtyfaq__q {
    padding: 0 0 20px;
  }
  .realtyfaq__q h4 {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .realtyfaq__q::before {
    width: 13px;
  }
}

.realtyfaq__item.active .realtyfaq__q::before {
  transform: rotate(0);
}

.realtyfaq__a {
  padding: 30px 0 30px;
  border-top: 1px solid var(--Line_Grey, #aaa);
}
.realtyfaq__a p {
  color: #525252;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1024px) {
  .realtyfaq__a {
    padding: 10px 0 40px;
  }
  .realtyfaq__a p {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}

/* #endregion realtyfaq */
/* #region fp */
.sec-fp {
  padding: 160px 0 80px;
}
@media screen and (max-width: 1024px) {
  .sec-fp {
    padding: 77px 0 47px;
  }
}

.sec-fp__fp {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .sec-fp__fp {
    margin-top: 30px;
  }
}

.fp__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.fp__item {
  border-radius: 15px;
  overflow: hidden;
  width: calc(33.333% - 20px);
}
.fp__item:hover .fp-card__img {
  filter: brightness(0.8);
}
.fp__item:hover .fp-card__d {
  padding-top: 6px;
  opacity: 1;
  height: 25px;
}
.fp__item:hover .fp-card__d-box {
  bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .sec-fp__t {
    text-align: center;
  }
}

.sec-fp__btn-area {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .sec-fp__btn-area {
    margin-top: 40px;
  }
}

/* #endregion fp */
/* #region fp-card */
.fp-card {
  position: relative;
}

.fp-card__img {
  transition: 0.7s;
}

.fp-card__d-box {
  position: absolute;
  left: 0;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  z-index: 1;
  transition: 0.4s;
}

.fp-card__t {
  display: flex;
  gap: 10px;
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
}
@media screen and (max-width: 1024px) {
  .fp-card__t {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}

.fp-card__t-sub {
  color: var(--FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: -0.3px;
  align-self: end;
}
@media screen and (max-width: 1024px) {
  .fp-card__t-sub {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

.fp-card__d {
  padding-top: 0px;
  color: var(--FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  height: 0;
  opacity: 0;
  transition: 0.7s;
}
@media screen and (max-width: 1024px) {
  .fp-card__d {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}

/* #endregion fp-card */
/* #region fp2 */
.fp2__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fp2__slide {
  height: auto;
}

.fp-card--fp2 .fp-card__img-wrap {
  width: 100%;
  flex: 1;
}
.fp-card--fp2 .fp-card__img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.fp-card--fp2 .fp-card__d-box {
  width: 100%;
  padding: 0 20px;
  bottom: 15px;
}

.fp2-scrollbar-wrap {
  margin-top: 25px;
}

/* #endregion fp2 */
@media screen and (max-width: 767px) {
  .search-sty-width {
    max-width: 70.25px !important;
  }
}/*# sourceMappingURL=sub.css.map */