@charset "utf-8";

input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
  color: rgba(148, 163, 184, 0.7);
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  display: none;
}

input[type="date"] {
  -webkit-appearance: none;
}

/* 모바일 목록 */
@media all and (max-width: 767px) {
  .responsive #bo_list .float-left.float-md-none {
    margin-right: 0.75rem;
  }
  .responsive #bo_list .na-title {
    margin-bottom: 0.14rem;
  }
}

/* 웹진 스타일 */
#bo_webzine .chk-box {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 2;
}
#bo_webzine .wr-now {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* 게시판 읽기 */
#bo_v_title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
}
#bo_v_con {
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .responsive #bo_v_title {
    font-size: 20px;
    line-height: 1.5;
  }
  .responsive #bo_v_con {
    min-height: 140px;
  }
}

#bo_v_con img {
  max-width: 100%;
  height: auto;
}
#bo_v_img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}
#bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_v_img a.view_image {
  display: block;
}
#bo_v_img img {
  margin-bottom: 1rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon {
  margin: -5px auto;
}
#bo_v_sns_icon img {
  width: 40px;
  border-radius: 50%;
  margin: 5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
  top: 0;
  left: -16px;
}
.cmt-content {
  word-break: break-all;
  overflow: hidden;
}
.cmt-content img {
  max-width: 100%;
  height: auto;
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul {
  list-style: none;
  margin: 0;
}
.cmt-btn ul > li {
  float: left;
  font-size: 12px;
  padding: 0;
}
.cmt-btn ul > li::before {
  float: left;
  color: #ccc;
  content: "|";
  margin-left: -12px;
}
.cmt-btn ul > li:last-child {
  padding-right: 0;
}
.cmt-btn ul > li:first-child::before,
.cmt-btn ul > li.no-bar::before {
  content: "";
  margin-left: 0;
}
.cmt-btn ul > li > a {
  float: left;
  white-space: nowrap;
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content {
  resize: none;
}
@media all and (max-width: 575px) {
  .responsive .cmt-box {
    border-right: 0 !important;
  }
  .responsive #bo_vc_w .cmt-box {
    border-left: 0 !important;
  }
  .responsive #bo_vc_login {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
  background: #ccc;
  border-radius: 3px;
}
#bo_vc_opt ol:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_opt ol li {
  float: left;
  margin: 0;
}
#bo_vc_send_sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#bo_vc_send_sns ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_send_sns ul li {
  float: left;
  margin: 0 1rem 0 0;
}
#bo_vc_send_sns input {
  margin: 0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#bo_w #wr_content {
  margin-bottom: 1rem !important;
}

/* 분양가 라디오 */
.write-price-radio label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.write-price-radio input[type="checkbox"],
.write-price-radio input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.write-price-radio .d-none {
  display: none !important;
}

.write-price-radio .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.write-price-radio .card-body {
  flex: 0 0 50%;
}
.write-price-radio .card-body:hover {
  background-color: #fcfcfc;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-radio-btn .write-price-radio-icons {
  display: inline-block;
}

.card-radio-btn .write-price-radio-icons img {
  width: 24px;
  height: auto;
  display: inline-block;
}
.card-radio-btn .content_sub {
  color: #9e9e9e;
  font-size: 14px;
}

.card-input-element + .card {
  margin: 0;
  justify-content: space-between;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 44, 155, 0.3);
  border-radius: 0.25rem;
  text-align: center;
}

.card-input-element + .card:hover {
  cursor: pointer;
}

.card-input-element:checked + .card {
  background-color: rgb(0, 44, 155, 10%);
  --tw-shadow: 0 4px 6px -1px rgba(0, 44, 155, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 44, 155, 0.1)),
    var(--tw-ring-shadow, 0 0 rgba(0, 44, 155, 0.1)), var(--tw-shadow);
  font-weight: bold;
  border: 1px solid rgb(0, 44, 155);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.card-input-element:checked + .card::after {
  content: "";
  background-image: url("/img/svg/check-circle.svg");
  background-size: 1.5rem 1.5rem;
  color: rgba(0, 44, 155, 1);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 639px) {
  .card-input-element:checked + .card::after {
    content: "";
    background-image: url("/img/svg/check-circle-duotone.svg");
    background-size: 1.5rem 1.5rem;
    color: rgba(0, 44, 155, 1);
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 0;
    top: -15px;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

/* Floating Admin Button { */

.btn-floating {
  position: fixed;
  bottom: 170px;
  right: 20px;
  z-index: 40;
}

.btn-floating.active .admin-setting-btn i {
  transform: rotate(135deg);
}

.btn-floating.active ul.btn-floating-list li a,
.btn-floating.active ul.btn-floating-list li button {
  margin: 10px 0;
}

.btn-floating.active ul.btn-floating-list li a:before,
.btn-floating.active ul.btn-floating-list li button:before {
  opacity: 1;
  visibility: visible;
}

.btn-floating.active .btn-floating-shadow {
  opacity: 1;
  visibility: visible;
}

.btn-floating .admin-setting-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 20;
}

.btn-floating .admin-setting-btn:hover,
.btn-floating .admin-setting-btn:focus {
  cursor: pointer;
  outline: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.btn-floating .admin-setting-btn i {
  transition: 0.4s ease;
}

.btn-floating ul.btn-floating-list {
  list-style: none;
  position: absolute;
  top: 40px;
  left: 8px;
  z-index: 10;
  transition: 0.4s ease;
}

.btn-floating ul.btn-floating-list li a,
.btn-floating ul.btn-floating-list li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  text-decoration: none;
  background-color: #fff;
  color: #161616;
  border-radius: 100%;
  margin: -37px 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  transition: 0.4s ease;
  position: relativei;
  font-size: 0.75rem;
}

.btn-floating ul.btn-floating-list li a:before,
.btn-floating ul.btn-floating-list li button:before {
  content: attr(data-title);
  position: absolute;
  right: 4em;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  transition: 0.4s ease;
  visibility: hidden;
  opacity: 0;
  min-width: 70px;
  text-align: center;
}

.btn-floating .btn-floating-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}

/* kakao map */
#mapwrap {
  overflow: hidden;
  height: 380px;
  position: relative;
}
#btnRoadview,
#btnMap {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 7px 12px;
  font-size: 14px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  z-index: 1;
  cursor: pointer;
}
#btnRoadview:hover,
#btnMap:hover {
  background-color: #fcfcfc;
  border: 1px solid #c1c1c1;
}
#mapwrap.view_map #mapWrapper {
  z-index: 10;
}
#mapwrap.view_map #btnMap {
  display: none;
}
#mapwrap.view_roadview #mapWrapper {
  z-index: 0;
}
#mapwrap.view_roadview #btnRoadview {
  display: none;
}

#chatgpt-loader {
  width: 150px;
  height: 150px;
}
#chatgpt-loader circle {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  animation-name: loader;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform-origin: center center;
}
#chatgpt-loader circle:nth-child(1) {
  stroke: #ffc114;
  stroke-dasharray: 50;
  animation-delay: -0.2s;
}
#chatgpt-loader circle:nth-child(2) {
  stroke: #ff5248;
  stroke-dasharray: 100;
  animation-delay: -0.4s;
}
#chatgpt-loader circle:nth-child(3) {
  stroke: #19cdca;
  stroke-dasharray: 180;
  animation-delay: -0.6s;
}
#chatgpt-loader circle:nth-child(4) {
  stroke: #4e88e1;
  stroke-dasharray: 350;
  stroke-dashoffset: -100;
  animation-delay: -0.8s;
}
@keyframes loader {
  50% {
    transform: rotate(360deg);
  }
}
.fitVids-wrapper {
    position: relative;
    width: 100%;
    height: 0;
}
