@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width: 767px) {
  .responsive #bo_list .float-left.float-md-none {
    margin-right: 1rem;
  }
  .responsive #bo_list .na-title {
    margin-bottom: 0.14rem;
  }
}

.search-bar {
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-bar input {
	transition: width 0.3s ease;
}

.search-bar input.hidden {
	width: 0;
	padding: 0;
	border: none;
}

.search-bar input.visible {
	width: 12rem; /* 검색 입력 필드가 나타났을 때의 너비 */
	padding: 0.5rem 0.75rem;
	border: 1px solid #ccc;
}

/* 게시판 읽기 */
#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;
}
.by-writer {
  background: #fbefef !important;
  border-top: 1px solid #f6cece !important;
}
.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 10px;
}
.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;
  color: #888;
  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;
    border-radius: 0 !important;
  }
  .responsive #bo_vc_login {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 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;
}
#bo_w #wr_content {
  margin-bottom: 1rem !important;
}
@media all and (max-width: 575px) {
  #bo_w .list-group-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .responsive #bo_w #wr_content {
    max-height: 160px !important;
  }
}

/* Floating Write Button { */

.btn-expand {
  bottom: 100px;
  position: fixed;
  right: 20px;
  z-index: 30;
  overflow: hidden;
  text-decoration: none;
  display: inline-flex; /* inline-block에서 inline-flex로 변경 */
  align-items: center; /* 수직 정렬 추가 */
  justify-content: center; /* 수평 정렬 추가 */
  height: 56px;
  width: 56px;
  border-radius: 50%;
  box-shadow: 0 3px 14px -1px rgba(0, 0, 0, 0.25);
  -webkit-transition: width 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15),
    border-radius 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  transition: width 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15),
    border-radius 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition-delay: 0.3s, 0.4s, 0;
  transition-delay: 0.3s, 0.4s, 0;
}

.btn-expand i {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1; /* 아이콘 크기와 비례 정렬 */
  position: relative;
  top: -1px; /* 기본 위치 초기화 */
  left: 0; /* 기본 위치 초기화 */
  height: 24px; /* 아이콘 높이 명시적으로 설정 */
  width: 24px; /* 아이콘 높이 명시적으로 설정 */
  transition: opacity 0.3s ease, left 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

.btn-expand span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 54px;
  opacity: 0;
  padding-left: 2px; /* 아이콘이 없을 때의 패딩 조정 */
  text-align: center; /* 텍스트 중앙 정렬 */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.btn-expand.write-show {
  width: 115px;
  border-radius: 25px;
  background: #0d1117;
  -webkit-transition-delay: 0.3s, 0.2s, 0;
  transition-delay: 0.3s, 0.2s, 0;
  border:1px solid #28a745;
}

.btn-expand.write-show i {
  left: 0;
  right: 0;
}

.btn-expand.write-show span {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

@media (max-width: 459px) {
  .btn-expand i {
    line-height: 56px;
  }
}

.pc-view_r-floating-btn {
  position: fixed;
  margin: 48px 0 96px;
  padding-top: 80px;
  z-index: 3;
  left: calc(50% + 650px);
  overflow: visible;
  transform: translate3d(0, -104px, 0);
}

/* } Floating Write Button */

/* 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: 56px;
  height: 56px;
  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;
}

/* } Floating Admin Button */

/*************************************

**************************************/
.wt {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wa {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.wr {
  transition-duration: 0.2s;
}

.au {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.uj {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ba {
  opacity: 1;
}

.la {
  overflow: hidden;
}

.re {
  margin-top: 0.25rem;
}

/*** custorm ***/
.view-content {
  padding: 0.5rem;
}

.view_member_img img {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
}

.comment-sort-toggle .comment-sort-arrow {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  transition: transform 0.2s ease 0s;
}
.comment-sort-toggle .comment-sort-arrow-open {
  transition: transform 0.2s ease 0s;
  transform: rotate(180deg);
}
.comment-sort {
  transition: all 0.2s ease-in;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  width: 80vw;
  min-width: 95px;
  max-width: 95px;
  padding: 0;
  border-radius: 0.25rem;
  background-color: #fff;
  font-size: 14px;
  height: 0;
  z-index: 999;
  cursor: auto;
  top: calc(100% - 5px);
  right: 10px;
}
.comment-sort.comment-sort-open {
  height: auto;
  max-height: 110px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(10px);
}


/* 분양가 라디오 */
.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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%230042e8' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cpolyline points='172 104 113.3 160 84 132' fill='none' stroke='%230042e8' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='%230042e8' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  color: rgb(0 66 232);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 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);
}

@-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);
  }
}

@media (min-width: 640px) {
  .news_list_item:nth-child(odd) {
      border-right-width: 1px;
  }

  .news_list_item:nth-child(even) {
      padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .news_list_item:nth-child(odd) {
      padding-right: 1.5rem;
      border-right-width: 1px;
  }

  .news_list_item:nth-child(even) {
      padding-left: 1.5rem;
  }
}

/* jobs category */
.jobs-category-container {
    display: flex;
    align-items: center;
    position: relative;
    background-color: transparent;
    padding: 10px 0;
}

.jobs-categories-wrapper {
    flex: 1;
    position: relative;
    padding-right:50px;
    width:100%;
}



.jobs-categories-wrapper::-webkit-scrollbar {
    display: none;
}

.jobs-categories-list {
    display: flex;
    gap: 10px;
	font-size: 14px;
    line-height: 20px;
}

.jobs-cate-title {
    display: inline-flex;
    align-items: center;
    padding: 7px 16px;
    border: 1px solid #374151;
    border-radius: 0.25rem;
    background-color: #1c2026;
    color: #ffffff;
	font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.jobs-cate-title:hover {
    background-color: #374151;
}

.jobs-cate-title.job-active {
    border-color: #0356fc;
	font-weight: 600;
}

/* 목록화 상태 */
.jobs-btn-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, #1c2026, #1c2026 80.64%, #1c202600);
    padding-left: 16px;
    height: 2.25rem;
}

/* 토글 버튼 스타일 */
.toggle-btn {
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid #374151;
    font-size: 0.75rem;
    line-height: 1rem;
    background-color: #1c2026;
    color: #fff;
    cursor: pointer;
}

/* 모바일 대응 스타일 */
@media screen and (max-width: 768px) {
    .jobs-categories-wrapper {
        padding-right: 40px; /* 모바일에서는 버튼 영역 축소 */
    }
       
    .toggle-btn {
        width: 2rem;
        height: 2rem;
    }
}

/* Flicking 관련 스타일 */
.flicking-viewport {
    overflow: visible;
    width: 100%;
}

.flicking-camera {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
}

.flicking-camera.list-view {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    transform: none !important; /* Flicking 변환 스타일 제거 */
}

/* 목록 보기 스타일 */
.jobs-categories-wrapper.list-view {
    padding-right: 0;
    height: auto;
}

.jobs-categories-wrapper.list-view .flicking-viewport {
    overflow: visible;
}

/* 목록 보기에서 아이템 스타일 */
.flicking-camera.list-view .jobs-cate-title {
    margin-bottom: 5px;
}

.jobs-categories-list.list-view {
    width: 100%;
    flex-wrap: wrap;
}

.jobs-cate-title.list-view {
    display: block;
    margin-bottom: 5px;
}

.jobs-transition-transform {
    transition: transform 0.3s ease-in-out;
}

.jobs-rotate-180 {
    transform: rotate(180deg);
}

.dark .card-input-element + .card {
  background-color: #0d1117;
  border: 2px solid #30363d;
}

.dark .card-input-element:checked + .card {
  background-color: #161b22;
  border: 2px solid #0356fc;
}

.dark .card-input-element:checked + .card::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%230356fc' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cpolyline points='172 104 113.3 160 84 132' fill='none' stroke='%230356fc' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='%230356fc' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
}

.dark .card-input-element:checked + .card > div {
  color:#e6edf3;
}


.dark .fr-wrapper .fr-placeholder {
  color: #8d96a0
}

.dark .write_div .fr-toolbar,
.dark .fr-toolbar,
.dark .fr-box.fr-basic .fr-wrapper,
.dark .write_div .fr-box.fr-basic .fr-wrapper,
.dark .fr-second-toolbar,
.dark .write_div .fr-second-toolbar {
  background-color: #0d1117;
  border-color: #30363d;
}

.dark .fr-separator {
  background-color: #30363d;
}

.dark .fr-toolbar .fr-newline {
  background-color: #30363d;
}

.dark .write_div .fr-box.fr-basic .fr-wrapper, .dark .write_div .fr-second-toolbar {
  background-color: #0d1117;
  border-color: #30363d;
}

.dark .fr-toolbar .fr-command.fr-btn svg path,
.dark .fr-popup .fr-command.fr-btn svg path,
.dark .fr-modal .fr-command.fr-btn svg path {
  fill: #8d96a0;
}

.dark .fr-box.fr-basic .fr-element {
  color:#e6edf3
}