@charset "utf-8";

body {
  background: #111;
}

.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 60px;
}

.review-board--dark {
  color: #f4efe2;
}

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

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

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

#bo_cate li {
  padding: 0;
}

#bo_cate a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 1px solid #5a4a23;
  border-radius: 999px;
  color: #f4efe2;
  background: #181818;
}

#bo_cate a:hover,
#bo_cate #bo_cate_on {
  background: #c9a44c;
  border-color: #c9a44c;
  color: #111;
  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;
}

#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: #222;
  aspect-ratio: 16 / 9;
}

#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: 100% !important;
  object-fit: cover;
}

#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: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  text-align: center;
}

#bo_gall .event-card--locked:hover .event-card__lock-msg {
  opacity: 1;
}

#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: #d2d2d2;
  border: 1px dashed #8c6a19;
  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 {
  margin-bottom: 16px;
}

.board-event-view__back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #c9a44c;
  border-radius: 999px;
  font-size: 12px;
  color: #f4efe2;
  background: #181818;
  text-decoration: none;
}

.board-event-view__back a:hover {
  background: #222;
}

#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;
}

@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;
  }
}
