@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;
  }
}

/* 게시판 읽기 */
#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;
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */

/* 게시판 댓글 : 쓰기폼 */
#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-block;
  height: 50px;
  width: 50px;
  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.write-show {
  width: 115px;
  border-radius: 25px;
  background: rgb(0 66 232);
  -webkit-transition-delay: 0.3s, 0.2s, 0;
  transition-delay: 0.3s, 0.2s, 0;
  box-shadow: 0 8px 20px -2px rgba(0, 66, 232, 0.4);
}

.btn-expand.write-show span {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.btn-expand.write-show i {
  left: 0;
  right: 0;
}

.btn-expand i {
  display: inline-block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  right: 0;
  padding-left: 12px;
  font-size: 1.5rem;
  line-height: 50px;
  -webkit-transition: opacity 0.3s ease,
    left 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  transition: opacity 0.3s ease, left 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.btn-expand span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 46px;
  opacity: 0;
  padding-left: 40px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

@media (max-width: 459px) {
  .btn-expand {
    width: 46px;
    height: 46px;
  }

  .btn-expand i {
    line-height: 46px;
    padding-left: 11px;
  }
}

.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: 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;
}

/* } 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;
}
.list_member_img img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
}
.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);
}

.dark .fr-wrapper .fr-placeholder {
  color: #8d96a0
}

.dark .write_div .fr-toolbar,
.dark .write_div .fr-box.fr-basic .fr-wrapper,
.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;
}