@charset "utf-8";

.board {
  padding: 0;
  color: var(--text);
}

.board,
.board label,
.board table,
.board input,
.board button,
.board textarea,
.board select {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 13px;
}

.board img {
  border: 0;
}

.board a {
  color: inherit;
  text-decoration: none;
}

.board a:hover,
.board a:focus {
  color: var(--brand-deep);
}

.board .iText,
.board textarea,
.board select {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: #fff;
  color: var(--text);
}

.board .iText,
.board select {
  min-height: 38px;
  padding: 0 10px;
}

.board textarea {
  padding: 10px;
}

.board .iCheck {
  width: 13px;
  height: 13px;
  margin: 0;
  vertical-align: middle;
}

.board .iCheck + label {
  vertical-align: middle;
}

.cTab {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.cTab li {
  margin: 0;
}

.cTab li a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-bottom: 2px solid transparent;
  color: #5d5549;
  font-size: 13px;
  font-weight: 700;
}

.cTab li:hover a,
.cTab li.on a {
  color: var(--text);
  border-bottom-color: var(--brand);
}

.cTab ul {
  display: none;
}

.board_heading--free-slot {
  margin: 0 0 12px;
  padding: 10px 0 0;
}

.board_heading--free-slot h1,
.board_heading--free-slot h2 {
  margin: 0;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.board_heading--free-slot h1 {
  font-size: 28px;
  line-height: 1.25;
}

.board_heading--free-slot h2 {
  font-size: 20px;
  line-height: 1.35;
}

.board_heading--free-slot p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.board_search--hero {
  margin: 0 0 12px;
  padding: 10px 0 12px;
  border-bottom: 1px solid var(--line);
}

.board_search_hero_inner {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 84px;
  gap: 8px;
}

.board_search--hero .search_input {
  position: relative;
}

.board_search--hero .xi-magnifier {
  position: absolute;
  left: 10px;
  top: 11px;
  color: #847a6d;
}

.board_search--hero .iText {
  width: 100%;
  padding-left: 30px;
}

.board .board_search--hero .board_search_hero_btn {
  min-height: 38px;
  border: 0;
  border-radius: 4px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.board_list table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #1b2027;
  border-bottom: 1px solid var(--line-strong);
  background: #fff;
}

.board_list th {
  padding: 11px 8px;
  border-bottom: 1px solid var(--line-strong);
  background: #faf6f0;
  color: #5a5348;
  white-space: nowrap;
}

.board_list th span {
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.board_list td {
  padding: 11px 8px;
  border-bottom: 1px solid #efe8dc;
  vertical-align: middle;
}

.board_list tr.notice {
  background: #fffbf5;
}

.board_list tr.notice td.title a:first-child {
  font-weight: 800;
}

.board_list td.no,
.board_list td.time,
.board_list td.readNum,
.board_list td.voteNum,
.board_list td.check,
.board_list td.lastReply,
.board_list td.module_title {
  color: #6d655a;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

.board_list td.title {
  width: 100%;
  white-space: normal;
  line-height: 1.45;
}

.board_list td.title a:first-child {
  font-weight: 700;
}

.board_list td.author {
  color: #514a40;
  font-size: 12px;
  white-space: nowrap;
}

.board_state_label {
  display: inline-block;
  margin-right: 4px;
  color: var(--brand-deep);
  font-size: 11px;
  font-weight: 800;
}

.replyNum,
.trackbackNum {
  color: var(--brand-deep);
  font-size: 12px;
  font-weight: 700;
}

.list_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0 0;
}

.list_footer .btnArea {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.list_footer .btnArea .btn,
.list_footer .board_search .btn,
.read_footer .btn,
.btn_insert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.list_footer .board_search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.list_footer .board_search .search_input {
  position: relative;
}

.list_footer .board_search .xi-magnifier {
  position: absolute;
  left: 8px;
  top: 9px;
  color: #847a6d;
}

.list_footer .board_search .iText {
  min-width: 180px;
  padding-left: 28px;
}

.list_footer .board_search select {
  min-width: 88px;
}

.board_read {
  color: var(--text);
}

.read_header {
  padding: 0 0 14px;
  border-bottom: 1px solid var(--line);
}

.read_header h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.read_header .category {
  margin-right: 8px;
  color: var(--brand-deep);
  font-size: 15px;
  font-weight: 800;
}

.read_header .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.read_body {
  padding-top: 18px;
}

.exOut {
  margin-top: 14px;
}

.exOut table {
  width: 100%;
  border-collapse: collapse;
}

.exOut th,
.exOut td {
  padding: 10px 12px;
  border-top: 1px solid #eee5d8;
  text-align: left;
  vertical-align: top;
}

.read_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.read_footer .btnArea {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.feedback {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.fbHeader {
  margin-bottom: 10px;
}

.comment_heading {
  font-size: 22px;
  font-weight: 800;
}

.fbList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fbItem {
  padding: 14px 0;
  border-top: 1px solid #efe7db;
}

.fbMeta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.fbMeta .author {
  font-weight: 800;
}

.fbMeta .time,
.comment_login_notice,
.action {
  color: var(--muted);
  font-size: 12px;
}

.action {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.fileList {
  margin-top: 10px;
}

.fileList .toggleFile {
  border: 0;
  background: transparent;
  color: var(--brand-deep);
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
}

.fileList ul.files {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.fileList ul.files li + li {
  margin-top: 6px;
}

.write_comment,
.board_write,
.secretForm {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #e9dfd0;
  background: #fffdf9;
  border-radius: 4px;
}

.write_header,
.write_footer,
.comment_editor,
.comment_submit,
.write_admin_tools,
.comment_admin_tools,
.write_captcha,
.exForm {
  margin-top: 12px;
}

.write_header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 0;
}

.write_header .iText {
  flex: 1 1 320px;
  min-width: 240px;
}

.comment_editor_textarea {
  width: 100%;
  min-height: 180px;
  resize: vertical;
}

.write_option,
.write_author {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 12px;
}

.exForm table {
  width: 100%;
  border-collapse: collapse;
}

.exForm th,
.exForm td {
  padding: 10px 12px;
  border-top: 1px solid #eee5d8;
  text-align: left;
}

.board_webzine,
.board_gallery {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.board_webzine {
  grid-template-columns: 1fr;
}

.board_gallery {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.board_webzine_link,
.board_gallery_link {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  border: 1px solid var(--line);
  background: #fff;
}

.board_gallery_link {
  grid-template-columns: 1fr;
}

.board_webzine_thumb,
.board_gallery_thumb {
  background: #f5f1ea;
  min-height: 150px;
}

.board_webzine_thumb img,
.board_gallery_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board_webzine_body,
.board_gallery_body {
  padding: 14px;
}

.board_badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  background: #fff4e2;
  border: 1px solid #f0d3a1;
  color: #7f4f17;
  font-size: 11px;
  font-weight: 800;
  border-radius: 3px;
}

.board_webzine_body h3,
.board_gallery_body h3,
.board_card_title {
  margin: 8px 0 0;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.board_webzine_excerpt,
.board_meta_row,
.board_empty {
  margin-top: 8px;
  color: var(--muted);
}

.board_empty {
  padding: 18px 10px;
  border: 1px dashed var(--line-strong);
  text-align: center;
}

@media (max-width: 860px) {
  .board_heading--free-slot h1 {
    font-size: 24px;
  }

  .board_heading--free-slot h2 {
    font-size: 18px;
  }

  .board_search_hero_inner,
  .list_footer .board_search {
    grid-template-columns: 1fr;
    display: grid;
  }

  .board_webzine_link,
  .board_gallery_link {
    grid-template-columns: 1fr;
  }

  .board_list thead {
    display: none;
  }

  .board_list table,
  .board_list tbody,
  .board_list tr,
  .board_list td {
    display: block;
    width: 100%;
  }

  .board_list tr {
    padding: 12px 0;
    border-bottom: 1px solid #efe7dc;
  }

  .board_list td {
    border: 0;
    padding: 0;
  }

  .board_list td.no,
  .board_list td.module_title,
  .board_list td.check {
    display: none;
  }

  .board_list td.title {
    margin-bottom: 8px;
  }

  .board_list td.author,
  .board_list td.time,
  .board_list td.readNum,
  .board_list td.voteNum {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }

  .board_list td.author::before {
    content: "작성 ";
  }

  .board_list td.time::before {
    content: "날짜 ";
  }

  .board_list td.readNum::before {
    content: "조회 ";
  }

  .board_list td.voteNum::before {
    content: "추천 ";
  }

  .fbMeta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.board_heading--community {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0 8px;
  border-bottom: 1px solid #e8dfd2;
}

.board_heading_main p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.6;
}

.board_heading_actions {
  flex: 0 0 auto;
}

.board_quick_write {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d78e33;
  background: #f4811f;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.board_page_visual {
  margin: 10px 0 12px;
  border: 1px solid #e3d9cb;
  background: #f5efe3;
}

.board_page_visual img {
  display: block;
  width: 100%;
  max-height: 360px;
  height: auto;
  object-fit: cover;
}

.mango-address-directory {
  margin: 8px 0 0;
  padding-top: 12px;
  border-top: 1px solid #e8dfd1;
}

.mango-address-directory h2,
.mango-address-directory h3 {
  margin: 0;
  letter-spacing: -0.02em;
}

.mango-address-directory h2 {
  font-size: 24px;
}

.mango-address-directory p {
  margin: 8px 0 0;
  color: #4e463b;
  font-size: 14px;
  line-height: 1.78;
}

.mango-address-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.mango-address-directory-card {
  border: 1px solid #e5dccf;
  background: #fffdf8;
  padding: 10px;
}

.mango-address-directory-card header p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.7;
}

.mango-address-directory-card ol {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.mango-address-directory-card li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid #f0e8db;
}

.mango-address-directory-card li:first-child {
  border-top: 0;
}

.mango-address-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #f4811f;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.mango-address-item-main a {
  color: #243143;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mango-address-item-main small {
  display: block;
  margin-top: 3px;
  color: #6d6558;
  font-size: 12px;
  line-height: 1.55;
}

.mango-address-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 22px;
  padding: 0 6px;
  border: 1px solid #e2d9cc;
  background: #fff;
  color: #5f5649;
  font-size: 11px;
  font-weight: 800;
}

.mango-address-status.normal,
.mango-address-status.정상 {
  border-color: #bdddca;
  color: #1f6f43;
  background: #edf9f2;
}

.mango-address-status.확인중 {
  border-color: #efd39e;
  color: #8a5b13;
  background: #fff7e8;
}

.mango-address-status.점검 {
  border-color: #e8c7c2;
  color: #8a3126;
  background: #fff1ef;
}

.board_search--hero {
  margin: 0 0 10px;
  padding: 8px 0 10px;
}

.board_heading--free-slot.board_heading--free-slot-sub {
  margin: 0 0 8px;
  padding: 0;
}

.board_heading--free-slot.board_heading--free-slot-sub h2 {
  font-size: 18px;
}

.board_heading--free-slot.board_heading--free-slot-sub p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.6;
}

.board_list table {
  border-top: 1px solid #22272f;
}

.board_list th {
  padding: 9px 8px;
  background: #f7f3ec;
  color: #5a5246;
}

.board_list td {
  padding: 9px 8px;
}

.board_list td.title {
  line-height: 1.35;
}

.board_list td.title a:first-child {
  font-size: 14px;
  font-weight: 700;
}

.replyNum,
.trackbackNum {
  margin-left: 3px;
  font-size: 11px;
}

.list_footer {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #eee4d6;
}

.list_footer .btnArea .btn {
  min-height: 32px;
  padding: 0 10px;
  border-radius: 3px;
}

.list_footer .pagination a,
.list_footer .pagination strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 8px;
  font-size: 12px;
  color: #6a6357;
}

.read_nav_line {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  color: #7a7266;
  font-size: 13px;
}

.read_nav_line a {
  color: #6a6256;
  font-weight: 700;
}

.read_header h1 {
  font-size: 34px;
  line-height: 1.24;
}

.read_body {
  padding: 14px 0;
  border-bottom: 1px solid #eee4d5;
}

.read_reaction_bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.reaction_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #e3d9cb;
  background: #fff;
  color: #5e5549;
  font-size: 12px;
  font-weight: 700;
}

.reaction_btn.is-active,
.reaction_btn--up:hover {
  border-color: #f2b26e;
  background: #fff4e4;
  color: #824613;
}

.reaction_btn--down:hover {
  border-color: #e2d8cb;
  background: #f8f5ef;
}

.reaction_comments {
  color: #6f665a;
  font-size: 12px;
  font-weight: 700;
}

.read_command_bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee4d6;
}

.read_cmd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid #e2d8ca;
  background: #fff;
  color: #655c4f;
  font-size: 13px;
  font-weight: 700;
}

.read_cmd--primary {
  border-color: #d78e33;
  background: #f4811f;
  color: #fff;
}

.feedback {
  margin-top: 14px;
  padding-top: 14px;
}

.comment_heading {
  font-size: 18px;
}

.fbItem {
  padding: 12px 0;
}

.fbItem.indent {
  padding-left: 12px;
  border-left: 2px solid #efe5d8;
}

.fbMeta {
  align-items: center;
  margin-bottom: 6px;
}

.fbMeta .author {
  font-size: 13px;
}

.fbBody {
  color: #2c3440;
  line-height: 1.65;
}

.fbBody p {
  margin: 0;
}

.action {
  gap: 12px;
}

.action a {
  color: #6e6559;
  font-size: 12px;
  font-weight: 700;
}

.write_comment,
.board_write,
.secretForm {
  border-radius: 0;
  background: #fff;
}

@media (max-width: 860px) {
  .board_heading--community {
    align-items: flex-start;
    flex-direction: column;
  }

  .board_heading_main p {
    font-size: 13px;
  }

  .read_header h1 {
    font-size: 26px;
  }

  .read_nav_line {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .action {
    flex-wrap: wrap;
  }
}

.mango-board-seo {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e8ded0;
}

.mango-board-seo h2,
.mango-board-seo h3,
.mango-board-seo h4 {
  margin: 0;
  letter-spacing: -0.02em;
}

.mango-board-seo h2 {
  font-size: 26px;
}

.mango-board-seo h3 {
  margin-top: 15px;
  font-size: 20px;
}

.mango-board-seo h4 {
  margin-top: 12px;
  font-size: 17px;
}

.mango-board-seo p {
  margin: 8px 0 0;
  color: #4d4539;
  font-size: 14px;
  line-height: 1.8;
}

.mango-board-seo-visual {
  margin: 14px 0 0;
}

.mango-board-seo-visual img {
  display: block;
  width: 100%;
  max-height: 360px;
  height: auto;
  object-fit: cover;
}

.mango-board-seo-table-wrap {
  margin-top: 12px;
  overflow-x: auto;
  border-top: 1px solid #e8dfd2;
  border-bottom: 1px solid #e8dfd2;
}

.mango-board-seo-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
}

.mango-board-seo-table th,
.mango-board-seo-table td {
  padding: 10px;
  border-top: 1px solid #efe6d9;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.72;
  word-break: keep-all;
}

.mango-board-seo-table thead th {
  border-top: 0;
  background: #f8f2e8;
  color: #605749;
}

.mango-board-seo-links {
  margin-top: 10px;
}

.mango-board-seo-links a {
  color: #6a430e;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

@media (max-width: 860px) {
  .mango-address-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mango-board-seo h2 {
    font-size: 22px;
  }

  .mango-board-seo h3 {
    font-size: 18px;
  }

  .mango-address-directory h2 {
    font-size: 22px;
  }

  .mango-board-seo-table,
  .mango-address-summary-table {
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .mango-address-directory-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mango-address-directory-card li {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 6px;
  }

  .mango-address-status {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }
}
