@charset "utf-8";

.bbs-sch_w {
  margin-bottom: 24px;
  padding: 20px;
  background: #f6f7fb;
  border: 1px solid var(--gl-border);
  border-radius: 8px;
}

.bbs-sch {
  display: flex;
  align-items: stretch;
  gap: 8px;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset.bbs-sch.d-flex {
  display: flex;
  width: 100%;
  min-width: 0;
}

.bbs-sch > span {
  display: none;
}

.bbs-sch select,
.bbs-sch input[type="text"] {
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--gl-border);
  border-radius: 4px;
}

.bbs-sch select {
  flex: 0 0 148px;
  max-width: 180px;
}

.bbs-sch input[type="text"] {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.bbs-sch input#searchKeyword {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.bbs-sch .submit {
  flex: 0 0 86px;
  border: 0;
}

.bbs-sch .submit,
.bbs_btn,
.btn-list_w a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 42px;
  padding: 0 16px;
  color: #fff;
  font-weight: 800;
  background: var(--gl-primary);
  border-radius: 4px;
}

.bbs-top_etc_w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 16px;
  margin: 0 0 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.bbs-top_etc_w .notice,
.bbs-top_etc_w .sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gl-muted);
  font-size: 13px;
}

.bbs-top_etc_w input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--gl-primary);
}

.bbs-top_etc_w label {
  cursor: pointer;
}

.bbs-top_etc_w select {
  min-width: 112px;
  height: 34px;
  padding: 0 34px 0 12px;
  color: var(--gl-text);
  background-color: #fff;
  border: 1px solid var(--gl-border);
  border-radius: 4px;
}

.bbs-total {
  margin: 0 0 14px;
  color: var(--gl-muted);
  font-size: 14px;
}

.bbs-total strong {
  color: var(--gl-primary);
  font-weight: 900;
}

.no-data_bbs {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  margin: 24px 0 30px;
  padding: 46px 20px;
  color: var(--gl-muted);
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  background: #f8fafc;
  border: 1px solid var(--gl-border);
  border-radius: 8px;
}

.bbs-type-btns,
.select-bbs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bbs-type-btns input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.bbs-type-btns label,
.bbs-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  color: var(--gl-muted);
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: 4px;
}

.bbs-type-btns input[type="radio"]:checked + label,
.bbs-top-btn:hover {
  color: #fff;
  background: var(--gl-primary);
  border-color: var(--gl-primary);
}

.bbs_tbl-st1 caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.bbs_tbl-st1 {
  width: 100%;
  overflow-x: auto;
  border-top: 1px solid var(--gl-border);
}

.bbs_tbl-st1 table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.bbs_tbl-st1 th,
.bbs_tbl-st1 td {
  padding: 16px 12px;
  text-align: center;
  border-bottom: 1px solid var(--gl-border);
}

.bbs_tbl-st1 th {
  color: var(--gl-primary);
  background: #f6f7fb;
}

.bbs_tbl-st1 .subject {
  text-align: left;
}

.bbs_tbl-st1 td.tit,
.bbs_tbl-st1 td.tal,
.bbs_tbl-st1 .subject {
  text-align: left;
}

.bbs_tbl-st1 .m-dis { display: none; }
.bbs_tbl-st1 .pc-dis { display: table-cell; }

.bbs_tbl-st1 th.tit {
  text-align: center;
}

.bbs_tbl-st1 td.tit a,
.bbs_tbl-st1 .subject a {
  display: inline-block;
  max-width: 100%;
  color: #263047;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paging_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.paging_w a,
.paging_w strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid var(--gl-border);
  border-radius: 4px;
}

.paging_w strong {
  color: #fff;
  background: var(--gl-primary);
  border-color: var(--gl-primary);
}

.paging_w a.active {
  color: #fff;
  background: var(--gl-primary);
  border-color: var(--gl-primary);
}

.total-page {
  color: var(--gl-text);
}

.sch-box_w {
  margin: 0 0 26px;
  padding: 24px;
  background: #f6f8fb;
  border: 1px solid var(--gl-border);
  border-radius: 8px;
}

.sch-box form {
  display: flex;
  gap: 8px;
  width: 100%;
}

.sch-sel,
.sch-input {
  height: 48px;
  padding: 0 14px;
  color: var(--gl-text);
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: 4px;
}

.sch-sel {
  flex: 0 0 150px;
}

.sch-input {
  flex: 1 1 auto;
  min-width: 0;
}

.sch-btn {
  flex: 0 0 96px;
  height: 48px;
  color: #fff;
  font-weight: 900;
  background: var(--gl-primary);
  border: 0;
  border-radius: 4px;
}

.sub-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.sub-tab a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #263047;
  font-weight: 800;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: 999px;
}

.sub-tab a.active,
.sub-tab a:hover {
  color: #fff;
  background: var(--gl-primary);
  border-color: var(--gl-primary);
}

.total-title {
  margin: 0 0 28px;
  padding: 22px 24px;
  color: #263047;
  font-size: 20px;
  font-weight: 800;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: 8px;
}

.total-title span {
  color: var(--gl-primary);
  font-weight: 900;
}

.total-content .group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 16px;
  margin-top: 34px;
}

.total-content .group:first-child {
  margin-top: 0;
}

.total-title2 {
  grid-column: 1 / 2;
  grid-row: 1;
  margin: 0;
  color: var(--gl-primary);
  font-size: 22px;
  font-weight: 900;
}

.total-cont {
  grid-column: 1 / -1;
  grid-row: 2;
}

.btn-more.openTab {
  grid-column: 2 / 3;
  grid-row: 1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 34px;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  background: var(--gl-primary);
  border-radius: 999px;
}

.btn-more.openTab:hover {
  background: #1f2a52;
}

.bbs-img {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bbs-img .item {
  display: flex;
  gap: 18px;
  height: 100%;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: 8px;
}

.bbs-img .img {
  position: relative;
  flex: 0 0 150px;
  overflow: hidden;
  background: #eef1f6;
  border-radius: 6px;
}

.bbs-img .img::before {
  display: block;
  padding-top: 68%;
  content: "";
}

.bbs-img .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbs-img .cont {
  min-width: 0;
}

.bbs-img .tit {
  color: #263047;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

.bbs-img .desc,
.bbs-img .date,
.bbs-img .path {
  margin-top: 7px;
  color: var(--gl-muted);
  font-size: 14px;
  line-height: 1.5;
}

.sub_body > .inner {
  width: 100%;
  max-width: none;
  margin: 0;
}

.bbs-faq {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--gl-border);
}

.bbs-faq .item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--gl-border);
}

.bbs-faq .q {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 18px 58px 18px 20px;
  background: #fff;
  cursor: pointer;
}

.bbs-faq .q:hover {
  background: #f7f9fc;
}

.bbs-faq .q::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  background: var(--gl-primary);
  border-radius: 50%;
  transform: translateY(-50%);
}

.bbs-faq .q:has(+ .a[style*="block"])::after {
  content: "-";
}

.bbs-faq {
  counter-reset: faq-num;
}
.bbs-faq .q .num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #B98D06;
  color: #fff;
  font-size: 0;
  font-weight: 700;
  counter-increment: faq-num;
}
.bbs-faq .q .num::before {
  content: counter(faq-num);
  font-size: 14px;
}

.bbs-faq .q a {
  display: block;
  min-width: 0;
  color: #263047;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.bbs-faq .a {
  padding: 26px 30px 30px 54px;
  color: var(--gl-text);
  background: #f8fafc;
  border-top: 1px solid #e6eaf1;
}

.bbs-faq .a > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.nature-detail-body {
  color: #263047;
  font-size: 16px;
  line-height: 1.75;
}

.nature-info-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  margin: 0 0 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid #e4e8ef;
}

.nature-info-label {
  margin: 0;
  color: var(--gl-primary);
  font-weight: 900;
}

.nature-info-text {
  margin: 0;
  color: #394158;
  white-space: pre-line;
}

.nature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 18px;
}

.nature-meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gl-border);
  border-radius: 999px;
}

.nature-meta-label {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: var(--gl-primary);
}

.nature-meta-value {
  padding: 0 14px;
  color: #263047;
  font-size: 14px;
  font-weight: 700;
}

.nature-link {
  display: inline-flex;
  max-width: 100%;
  margin-top: 16px;
  color: var(--gl-primary);
  font-weight: 800;
  word-break: break-all;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nature-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 16px 0 0 8px;
  padding: 0 10px;
  color: #2d3b1f;
  font-size: 13px;
  font-weight: 900;
  background: #edf5df;
  border: 1px solid #d5e7bb;
  border-radius: 999px;
}

.bbs-view {
  border-top: 1px solid var(--gl-border);
}

.bbs-view .top .t,
.bbs-view .title {
  padding: 22px;
  color: var(--gl-primary);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  border-bottom: 1px solid var(--gl-border);
}

.bbs-view .info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 14px 22px;
  color: var(--gl-muted);
  background: #f6f7fb;
  border-bottom: 1px solid var(--gl-border);
}

.bbs-view .info .item {
  min-width: 0;
}

.bbs-view .info .item.r {
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.bbs-view .info .item.r li {
  display: inline-flex;
  align-items: center;
}

.bbs-view .info .rel {
  position: relative;
  padding-left: 76px;
}

.bbs-view .info .rel strong {
  position: absolute;
  top: 0;
  left: 0;
  color: #263047;
  font-weight: 800;
}

.bbs-view .info .rel strong::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background: #cfd5e1;
}

.bbs-view .info a {
  display: inline-block;
  margin: 2px 8px 2px 0;
  color: var(--gl-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bbs-view_c {
  min-height: 220px;
  padding: 34px 22px;
  color: #263047;
  line-height: 1.75;
  border-bottom: 1px solid var(--gl-border);
}

.bbs-view_c img,
.bbs-view_c iframe,
.bbs-view_c video {
  max-width: 100%;
}

.prev_next {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: -1px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--gl-border);
  border-bottom: 1px solid var(--gl-border);
}

.prev_next li {
  position: relative;
  min-width: 0;
  padding: 18px 22px;
  color: var(--gl-muted);
}

.prev_next li + li {
  border-left: 1px solid var(--gl-border);
}

.prev_next .prev {
  padding-left: 118px;
}

.prev_next .next {
  padding-right: 118px;
  text-align: right;
}

.prev_next .t {
  position: absolute;
  top: 18px;
  width: 92px;
  color: var(--gl-primary);
  font-weight: 900;
}

.prev_next .prev .t {
  left: 18px;
}

.prev_next .next .t {
  right: 18px;
}

.prev_next .i::before {
  color: var(--gl-gold);
  font-weight: 900;
}

.prev_next .prev .i::before {
  content: "<";
  margin-right: 6px;
}

.prev_next .next .i::before {
  content: ">";
  margin-left: 6px;
}

.prev_next a {
  display: block;
  color: #263047;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prev_next a:hover {
  color: var(--gl-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn-list_w {
  margin-top: 34px;
  text-align: center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

#sub_content .bbs-view .bbs-view__slider {
  position: relative;
  margin: 34px 0 0;
  padding: 28px 64px;
  background: #111932;
  border-radius: 8px;
}

#sub_content .bbs-view .bbs-view__slider .slider {
  overflow: hidden;
}

#sub_content .bbs-view .bbs-view__slider .slider .slick-track {
  display: flex;
  align-items: center;
  background: transparent;
}

#sub_content .bbs-view .bbs-view__slider .slider .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 0;
  text-align: center;
}

#sub_content .bbs-view .bbs-view__slider .slider img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  border-radius: 4px;
}

#sub_content .bbs-view .arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  transform: translateY(-50%);
}

#sub_content .bbs-view .arrow.prev {
  left: 16px;
  background-image: none;
}

#sub_content .bbs-view .arrow.next {
  right: 16px;
  background-image: none;
}

#sub_content .bbs-view .arrow::before {
  display: block;
  color: var(--gl-primary);
  font-size: 24px;
  line-height: 1;
  text-indent: 0;
}

#sub_content .bbs-view .arrow.prev::before {
  content: "<";
}

#sub_content .bbs-view .arrow.next::before {
  content: ">";
}

#sub_content .bbs-view .bbs-view__thumnail {
  margin: 18px 0 0;
  padding: 12px 0;
  overflow: hidden;
}

#sub_content .bbs-view .bbs-view__thumnail .slick-track {
  display: flex;
  align-items: center;
}

#sub_content .bbs-view .bbs-view__thumnail .slick-list {
  margin-right: -12px;
}

#sub_content .bbs-view .bbs-view__thumnail .slick-slide {
  position: relative;
  height: 96px;
  margin-right: 12px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: #eef1f6;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
}

#sub_content .bbs-view .bbs-view__thumnail .slick-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  background: rgba(17, 25, 50, 0.48);
  opacity: 1;
  transition: opacity .2s ease;
}

#sub_content .bbs-view .bbs-view__thumnail .slick-slide.slick-current {
  border-color: var(--gl-gold);
}

#sub_content .bbs-view .bbs-view__thumnail .slick-slide.slick-current::before,
#sub_content .bbs-view .bbs-view__thumnail .slick-slide:hover::before {
  opacity: 0;
}

#sub_content .bbs-view .bbs-view__thumnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbs-gallery ul,
.bbs-thumb.type2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bbs-thumb {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--gl-border);
}

.bbs-thumb:not(.type2) {
  display: block;
}

.bbs-gallery .item,
.bbs-thumb .item {
  min-width: 0;
}

.bbs-thumb:not(.type2) .item {
  padding: 26px 0;
  border-bottom: 1px solid var(--gl-border);
}

.bbs-thumb .item a {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.bbs-thumb .img_w {
  flex: 0 0 220px;
  max-width: 220px;
}

.bbs-gallery .img,
.bbs-thumb .img {
  position: relative;
  overflow: hidden;
  padding-bottom: 64%;
  background: #eef1f6;
  border-radius: 8px;
}

.bbs-thumb:not(.type2) .img {
  padding-bottom: 66%;
}

.bbs-gallery .img img,
.bbs-thumb .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbs-thumb .cont {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--gl-muted);
  font-size: 15px;
}

.bbs-gallery .t,
.bbs-thumb .t {
  display: block;
  margin-top: 14px;
  color: var(--gl-primary);
  font-size: 18px;
  font-weight: 800;
}

.bbs-thumb .cont .t {
  margin-top: 0;
  color: #263047;
  font-size: 20px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bbs-gallery .date,
.bbs-thumb .txt,
.bbs-thumb .date {
  display: block;
  margin-top: 8px;
  color: var(--gl-muted);
  font-size: 14px;
}

.bbs-thumb .txt {
  max-height: 4.8em;
  line-height: 1.6;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .bbs-img {
    grid-template-columns: 1fr;
  }

  .bbs-gallery ul,
  .bbs-thumb.type2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bbs-sch {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px;
    width: 100%;
  }

  fieldset.bbs-sch.d-flex {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px;
  }

  .bbs-sch select {
    grid-column: 1 / -1;
    max-width: none;
    width: 100%;
  }

  .bbs-sch input[type="text"] {
    grid-column: 1 / 2;
    min-width: 0;
    width: 100%;
  }

  .bbs-sch .submit {
    grid-column: 2 / 3;
    width: 82px;
    min-width: 0;
    padding: 0;
  }

  .bbs-top_etc_w {
    justify-content: flex-end;
  }

  .bbs-top_etc_w .sort {
    justify-content: flex-end;
  }

  .bbs-top_etc_w select {
    width: 100%;
  }

  .sch-box_w {
    padding: 16px;
  }

  .sch-box form {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .sch-sel {
    grid-column: 1 / -1;
    flex-basis: auto;
  }

  .sch-btn {
    flex-basis: auto;
    width: 78px;
  }

  .sub-tab {
    gap: 6px;
  }

  .sub-tab a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .total-title {
    padding: 16px;
    font-size: 17px;
  }

  .total-title2 {
    grid-column: 1 / -1;
    font-size: 19px;
  }

  .btn-more.openTab {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    min-height: 32px;
    padding: 0 12px;
    font-size: 13px;
  }

  .no-data_bbs {
    min-height: 140px;
    margin: 18px 0 24px;
    padding: 34px 14px;
    font-size: 15px;
  }

  .bbs_tbl-st1 th,
  .bbs_tbl-st1 td {
    padding: 13px 8px;
    font-size: 14px;
  }

  .bbs-img .item {
    display: block;
    padding: 14px;
  }

  .bbs-img .img {
    width: 100%;
    margin-bottom: 14px;
  }

  .bbs-faq .q {
    gap: 10px;
    min-height: 58px;
    padding: 15px 48px 15px 14px;
  }

  .bbs-faq .q::after {
    right: 14px;
    width: 26px;
    height: 26px;
    font-size: 19px;
  }

  .bbs-faq .q .num {
    width: 26px;
    height: 26px;
    font-size: 0;
  }
  .bbs-faq .q .num::before {
    font-size: 12px;
  }

  .bbs-faq .q a {
    font-size: 16px;
  }

  .bbs-faq .a {
    padding: 20px 14px;
  }

  .nature-detail-body {
    font-size: 15px;
  }

  .nature-info-row {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .nature-info-label {
    margin-bottom: 6px;
  }

  .nature-meta-item {
    width: 100%;
    border-radius: 6px;
  }

  .nature-meta-label {
    flex: 0 0 86px;
    justify-content: center;
  }

  .bbs-gallery ul,
  .bbs-thumb.type2 {
    grid-template-columns: 1fr;
  }

  .bbs-thumb .item a {
    gap: 16px;
  }

  .bbs-thumb .img_w {
    flex-basis: 130px;
    max-width: 130px;
  }

  .bbs-thumb .cont .t {
    font-size: 16px;
  }

  .bbs-thumb .txt {
    max-height: 3.2em;
  }

  .bbs-view .title {
    font-size: 19px;
  }

  .bbs-view .top .t {
    padding: 18px 14px;
    font-size: 19px;
  }

  .bbs-view .info {
    display: block;
    padding: 14px;
  }

  .bbs-view .info .item.r {
    margin: 8px 0 0;
  }

  .bbs-view .info .rel {
    padding-left: 66px;
  }

  .bbs-view_c {
    padding: 24px 14px;
  }

  .prev_next {
    display: block;
  }

  .prev_next li {
    padding: 14px 14px 14px 82px;
    text-align: left;
  }

  .prev_next li + li {
    border-top: 1px solid var(--gl-border);
    border-left: 0;
  }

  .prev_next .next {
    padding-right: 14px;
  }

  .prev_next .t,
  .prev_next .prev .t,
  .prev_next .next .t {
    top: 14px;
    right: auto;
    left: 14px;
    width: 58px;
  }

  #sub_content .bbs-view .bbs-view__slider {
    margin-top: 24px;
    padding: 18px 44px;
  }

  #sub_content .bbs-view .bbs-view__slider .slider .slick-slide {
    min-height: 260px;
  }

  #sub_content .bbs-view .bbs-view__slider .slider img {
    max-height: 420px;
  }

  #sub_content .bbs-view .arrow {
    width: 34px;
    height: 34px;
  }

  #sub_content .bbs-view .arrow.prev {
    left: 8px;
  }

  #sub_content .bbs-view .arrow.next {
    right: 8px;
  }

  #sub_content .bbs-view .bbs-view__thumnail .slick-slide {
    height: 72px;
    margin-right: 8px;
  }
}
