@charset "utf-8";

body {
  background: #1f1f1f !important;
  background-image: none !important;
}

.signature-hero {
  margin: 0;
}

.signature-hero .hero-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(32vw, 500px);
  max-height: 500px;
  padding: 120px 24px 80px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.5) 100%),
    url("/img/sub/signature_01/sig_01.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.signature-hero .hero-bg-img {
  display: none !important;
}

.signature-hero .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.signature-hero .hero-title p,
.signature-hero .hero-title h3 {
  color: #f4efe2;
}

.signature-hero .hero-title p {
  font-size: 40px;
  margin: 0;
}

.signature-hero .hero-title h3 {
  font-size: 60px;
  margin: 0;
  padding: 0 0;
}

#bo_gall,
#bo_v {
  width: 92% !important;
  max-width: 1200px;
  margin: 0 auto 0;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.review-board--dark {
  color: rgba(255,255,255,0.82);
}

.review-board-section {
  padding-top: 50px;
}

#bo_cate {
  margin: 10px 0 24px;
}

#bo_cate h2 {
  display: none;
}

#bo_cate .sound_only {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

#bo_cate ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-left:0;
}

#bo_cate li {
  padding: 0;
  list-style: none;
}

#bo_cate a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  color: rgba(255,255,255,0.7);
  background: #272727;
}

#bo_cate a:hover,
#bo_cate a#bo_cate_on {
  background: #ffffff;
  border-color: #ffffff;
  color: #111 !important;
  box-shadow: none;
}

#bo_btn_top,
.bo_fx,
#gall_allchk,
.bo_sch_wrap,
#bo_v_top,
#bo_v_bot,
#bo_v_act,
#bo_v_file,
#bo_v_link,
.bo_v_nb,
#bo_v_share,
.gall_chk,
.gall_option {
  display: none !important;
}

#bo_gall #gall_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

#bo_gall .gall_li,
#bo_gall .gall_row .col-gn-0,
#bo_gall .gall_row .col-gn-1,
#bo_gall .gall_row .col-gn-2,
#bo_gall .gall_row .col-gn-3,
#bo_gall .gall_row .col-gn-4,
#bo_gall .gall_row .col-gn-5,
#bo_gall .gall_row .col-gn-6,
#bo_gall .gall_row .col-gn-7,
#bo_gall .gall_row .col-gn-8,
#bo_gall .gall_row .col-gn-9,
#bo_gall .gall_row .col-gn-10 {
  float: none;
  width: auto;
  padding: 0;
}

#bo_gall .gall_box {
  margin: 0;
}

#bo_gall .gall_con {
  background: #181818;
  border: 1px solid #c9a44c;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-height: 380px;
}

#bo_gall .gall_con:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34);
}

#bo_gall .gall_img {
  position: relative;
  border-bottom: 0;
  background: #1a1a1a;
}

#bo_gall .gall_img a,
#bo_gall .gall_img .no_image,
#bo_gall .gall_img .is_notice {
  width: 100%;
  height: 100%;
}

#bo_gall .gall_img img {
  width: 100%;
  height: auto;
}

/* ── 썸네일 Before/After 나란히 ── */
.ba-thumb {
  display: flex !important;
  gap: 4px;
  padding: 4px;
  background: #1a1a1a;
  aspect-ratio: unset;
  overflow: hidden;
  justify-content: center;
}

.ba-thumb__col {
  flex: 0 0 180px;
  width: 180px;
  height: 216px;
  border-radius: 6px;
  background: #111;
  position: relative;
  overflow: hidden;
}

.ba-thumb__col img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ba-thumb__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #555;
  font-size: 12px;
}

/* 호버 오버레이 - 중앙 가로 띠 */
.ba-thumb__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 3;
}

.ba-thumb__overlay::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90px;
  background: rgba(20, 20, 20, 0.72);
  backdrop-filter: blur(2px);
}

.event-card__link:hover .ba-thumb__overlay {
  opacity: 1;
}

.ba-thumb__title {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  letter-spacing: -0.01em;
  text-align: center;
}

.ba-thumb__overlay-badge {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.ba-thumb__overlay-badge span {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  line-height: 1.2;
}

.ba-thumb__overlay-badge strong {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

#bo_gall .event-card__lock-msg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.68);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 1;
  pointer-events: none;
  text-align: center;
}

#bo_gall .event-card__lock-msg--before {
  z-index: 4;
}

#bo_gall .gall_img .no_image,
#bo_gall .gall_img .is_notice {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #b9b9b9;
  font-size: 13px;
  letter-spacing: 0.02em;
}

#bo_gall .gall_text_href {
  padding: 0 18px 0;
  margin: 0;
}

#bo_gall .bo_tit {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #f4efe2;
  margin-bottom: 8px;
}

#bo_gall .event-card__title,
#bo_gall .gall_text_href,
#bo_gall .gall_text_href a {
  color: #f4efe2;
}

#bo_gall .event-card__title-row {
  justify-content: center;
}

#bo_gall .event-card__title {
  text-align: center;
}

#bo_gall .bo_cnt {
  display: block;
  font-size: 12px;
  color: #b9b9b9;
}

#bo_gall li.empty_list {
  grid-column: 1 / -1;
  padding: 60px 0;
  text-align: center;
  color: rgba(255,255,255,0.4);
  border: 1px dashed rgba(255,255,255,0.12);
  border-radius: 10px;
  background: #1a1a1a;
}

.pg_wrap {
  width: 92%;
  max-width: 1200px;
  margin: 30px auto 80px;
}

.review-pagination {
  width: 100%;
}

.review-pagination .pg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.review-pagination .pg_page,
.review-pagination .pg_current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #c9a44c;
  background: #181818;
  color: #f4efe2;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-decoration: none;
}

.review-pagination .pg_page:link,
.review-pagination .pg_page:visited,
.review-pagination .pg_page:active,
.review-pagination .pg_page:hover {
  color: #f4efe2;
}

.review-pagination .pg_page:hover {
  background: #222;
  border-color: #dfbb67;
}

.review-pagination .pg_current {
  background: #c9a44c;
  border-color: #c9a44c;
  color: #111;
}

.review-pagination .sound_only {
  display: none !important;
}

.review-pagination .pg_start,
.review-pagination .pg_end {
  display: none !important;
}

#bo_v {
  background: transparent;
}

#bo_v header {
  margin-bottom: 16px;
}

#bo_v_title {
  margin: 0;
}

#bo_v_title .bo_v_cate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #c9a44c;
  color: #111;
}

#bo_v_title .bo_v_tit {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #f4efe2;
}

#bo_v_info {
  margin-bottom: 18px;
  border-bottom: 0;
}

#bo_v_info h2,
#bo_v_atc_title,
.sound_only {
  color: transparent;
}

#bo_v_info .profile_info {
  margin: 0;
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: #181818;
  border: 1px solid #5a4a23;
  border-radius: 12px;
}

#bo_v_info .profile_info .pf_img img {
  width: 42px;
  height: 42px;
}

#bo_v_info .profile_info .profile_info_ct {
  float: none;
  padding: 0;
  color: #d7d0bd;
}

#bo_v_info .profile_info .profile_info_ct strong {
  color: #f4efe2;
}

#bo_v_info .profile_info_ct--title {
  flex: 1 1 auto;
  min-width: 0;
}

#bo_v_info .profile_info_meta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  text-align: right;
  color: #d7d0bd;
  white-space: nowrap;
}

#bo_v_info .profile_info_meta strong {
  color: #f4efe2;
}

#bo_v_atc {
  min-height: 0;
}

#bo_v_img {
  margin: 0;
}

#bo_v_img img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 0;
}

#bo_v_con {
  margin: 0;
  min-height: 0;
}

/* .board-event-view {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: start;
} */

.board-event-view__media {
  background: #1a1a1a;
  border: 1px solid #c9a44c;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.board-event-view__body {
  background: #181818;
  border: 1px solid #c9a44c;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.board-event-view__desc {
  font-size: 15px;
  line-height: 1.7;
  color: #f4efe2;
}

.board-event-view__back {
  max-width: 900px;
  margin: 0 auto 16px;
}

.board-event-view__back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  background: #272727;
  text-decoration: none;
}

.board-event-view__back a:hover {
  background: #333;
  color: #ffffff;
}

#bo_v_con img,
.board-event-view__media img {
  border-radius: 12px;
}

#bo_vc {
  margin-top: 28px;
  padding: 22px;
  background: #181818;
  border: 1px solid #5a4a23;
  border-radius: 12px;
  color: #f4efe2;
}

#bo_vc a,
#bo_vc strong,
#bo_vc .bo_vc_hdinfo,
#bo_vc time,
#bo_vc p,
#bo_vc textarea,
#bo_vc input {
  color: inherit;
}

#bo_vc textarea,
#bo_vc input[type="text"],
#bo_vc input[type="password"] {
  background: #222;
  border: 1px solid #5a4a23;
}

#bo_vc .btn_submit,
#bo_vc .btn {
  border-color: #c9a44c;
}

#bo_vc .btn_submit {
  background: #c9a44c;
  color: #111;
}

/* ── Before/After View Card ── */
.ba-view-card {
  background: #272727;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
  padding: 36px 32px 32px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}

.ba-view-title {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.ba-view-wrap {
  position: relative;
}

.ba-view-images {
  display: flex;
  gap: 10px;
  position: relative;
}

.ba-view-img-col {
  flex: 1 1 0;
  min-width: 0;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 210 / 297;
}

.ba-view-img-col img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-view-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #222;
  color: #888;
  font-size: 13px;
}

/* center badge */
.ba-view-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(31, 31, 31, 0.92);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  text-align: center;
  z-index: 2;
  gap: 2px;
}

.ba-view-badge__label {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  line-height: 1.2;
}

.ba-view-badge__value {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

/* notice */
.ba-view-notice {
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

.ba-view-notice a,
.ba-view-notice span {
  color: rgba(255,255,255,0.65);
}

/* result row */
.ba-view-result {
  display: flex;
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px;
  gap: 0;
}

.ba-view-result__col {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.ba-view-result__col + .ba-view-result__col {
  border-left: 1px solid rgba(255,255,255,0.1);
}

.ba-view-result__label {
  font-size: 14px;
  color: rgba(255,255,255,0.54);
  font-weight: 500;
}

.ba-view-result__value {
  font-size: 26px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  letter-spacing: -0.02em;
}

.ba-view-result__value--after {
  color: #ffffff;
  font-weight: 800;
}

@media (max-width: 991px) {
  #bo_gall #gall_ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .board-event-view {
    grid-template-columns: 1fr;
  }

  #bo_v_info .profile_info {
    flex-direction: column;
    align-items: flex-start;
  }

  #bo_v_info .profile_info_meta {
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .signature-hero .hero-bg {
    min-height: min(56vw, 500px);
    padding: 104px 16px 56px;
  }

  #bo_gall #gall_ul {
    grid-template-columns: 1fr;
  }

  #bo_gall,
  #bo_v,
  .pg_wrap {
    width: calc(100% - 32px) !important;
  }

  .ba-view-card {
    padding: 24px 16px 24px;
  }

  .ba-view-badge {
    width: 80px;
    height: 80px;
  }

  .ba-view-badge__label {
    font-size: 11px;
  }

  .ba-view-badge__value {
    font-size: 16px;
  }

  .ba-view-result__value {
    font-size: 20px;
  }
}



/* 비로그인: before 이미지(왼쪽 절반) 전체를 덮는 상시 오버레이 */
.ba-thumb__guest-lock {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.52);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  transition: color 0.25s ease, background 0.25s ease;
}

.event-card__link:hover .ba-thumb__guest-lock {
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.15);
}

.event-card__link:hover .ba-thumb__guest-login {
  opacity: 0.12;
}

.ba-thumb__guest-lock p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.ba-thumb__guest-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
