@charset "UTF-8";
.stdtab.category_list {
  margin-bottom: 8px;
  border: none !important;
}
.stdtab.category_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 0 4px;
  margin: 0;
  list-style: none;
  border: none !important;
}
.stdtab.category_list ul li {
  padding: 0;
  height: auto !important;
  line-height: normal !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  float: none !important;
}
.stdtab.category_list ul li a {
  display: block;
  padding: 5px 14px;
  border-radius: 100px !important;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  background: #f0f2f4;
  border: 1px solid #e0e3e6;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  white-space: nowrap;
}
.stdtab.category_list ul li a:hover {
  background: #e8f5f0;
  border-color: #69b395;
  color: #4a9175;
  text-decoration: none;
}
.stdtab.category_list ul li a .num {
  font-size: 11px;
  color: #aaa;
}
.stdtab.category_list ul li.active > a {
  background: #69b395;
  border-color: #5ea081;
  color: #fff;
  font-weight: 600;
}
.stdtab.category_list ul li.active > a .num {
  color: rgba(255,255,255,0.75);
}
.stdtab.category_list li.hide {
  display: none !important;
}
.board_title {
  clear: both;
  width: 100%;
  margin-bottom: 12px;
}
.board_title h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #43494c;
  margin: 0 0 6px 0;
  padding: 0;
}
.board_title h2 span.sub_title {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #808a8f;
}
.board_title h2 span.favorites {
  display: inline-block;
  margin-left: 1px;
  position: relative;
  top: 1px;
}
.board_title h2 span.favorites .insert_favorites {
  color: #dddddd;
}
.board_title h2 span.favorites .insert_favorites:hover {
  color: #ffd700;
}
.board_title h2 span.favorites .delete_favorites {
  color: #ffd700;
}
.board_title h2 span.favorites .delete_favorites:hover {
  color: #dddddd;
}
.board_title p.sub_title {
  font-size: 12px;
  line-height: 16px;
  color: #808a8f;
  margin: 0 0 0 1px;
  padding: 0;
}
.board_title .board_notification_config input[type=text] {
  width: 80px;
  height: 20px;
  padding-left: 10px;
  padding-right: 3px;
  margin-right: -4px;
  border: 1px solid #e3e8e9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
}
.board_title .board_notification_config button {
  width: 48px;
  height: 20px;
  padding-left: 0;
  padding-right: 5px;
  border: 1px solid #e3e8e9;
  background: #e3e8e9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
}
.stdtable th a.comment_count,
.stdtable td a.comment_count {
  display: inline-block;
  margin-left: 3px;
  font-size: 11px;
  color: #cc0000;
}
.stdtable th span.is_blocked,
.stdtable td span.is_blocked {
  color: crimson;
}
.stdtable th span.meta_item,
.stdtable td span.meta_item {
  white-space: nowrap;
}
.stdtable th.gallery .gallery_thumbnail,
.stdtable td.gallery .gallery_thumbnail {
  float: left;
  width: 108px;
  height: 90px;
}
.stdtable th.gallery .gallery_noimage,
.stdtable td.gallery .gallery_noimage {
  display: inline-block;
  width: 88px;
  height: 28px;
  padding: 30px 0;
  border: 1px solid #dcdfe4;
  background-color: #eaecef;
  color: #a8afb3;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.stdtable th.gallery .gallery_title,
.stdtable td.gallery .gallery_title {
  float: left;
}
.stdtable th.gallery .gallery_meta,
.stdtable td.gallery .gallery_meta {
  font-size: 11px;
  margin-top: 9px;
  color: #808a8f;
}
.stdtable th.gallery .gallery_meta a,
.stdtable td.gallery .gallery_meta a {
  color: #808a8f;
}
.stdtable th.check,
.stdtable th.no,
.stdtable th.date,
.stdtable th.count,
.stdtable td.check,
.stdtable td.no,
.stdtable td.date,
.stdtable td.count {
  font-size: 11px;
  text-align: center;
}
.stdtable th.check,
.stdtable td.check {
  min-width: 24px;
}
.stdtable th.no,
.stdtable td.no {
  min-width: 54px;
}
.stdtable th.category,
.stdtable td.category {
  min-width: 60px;
  text-align: center;
}
.stdtable th.board,
.stdtable td.board {
  min-width: 84px;
  text-align: center;
}
.stdtable th.title img,
.stdtable td.title img {
  position: relative;
  top: 2px;
}
.stdtable th.author,
.stdtable td.author {
  min-width: 100px;
  max-width: 100px;
}
.stdtable th.date,
.stdtable td.date {
  min-width: 64px;
}
.stdtable th.count,
.stdtable td.count {
  min-width: 40px;
}
.stdtable th.title {
  text-align: center;
}
.stdtable tr.current_document td {
  background-color: #f7f9fc;
}
.stdtable tr.notice td {
  background-color: #ffffd1;
  border-bottom: 1px solid #efefbf;
}
.stdtable tr.notice_all td {
  background-color: #ecf4ff;
  border-bottom: 1px solid #dfe8ef;
}
.stdtable tr.notice_consult td {
  background-color: #E1F5A9;
  border-bottom: 1px solid #dfe8ef;
}
.stdtable tr.notice_kin td {
  background-color: #F5ECCE;
  border-bottom: 1px solid #dfe8ef;
}
.stdtable td.no_documents {
  text-align: center;
  padding: 40px 10px;
}
.board_actions {
  margin-bottom: 10px;
  line-height: 16px;
}
.board_actions a,
.board_actions .search_button {
  display: block;
  float: left;
  height: 28px;
  border: 0;
  line-height: 28px;
  padding: 0 12px;
  background-color: #e3e8e9;
  border-radius: 14px;
  color: #7f8c93;
  text-decoration: none;
}
.board_actions a i.fa,
.board_actions .search_button i.fa {
  display: inline-block;
  margin-right: 4px;
}
.board_actions a:hover,
.board_actions .search_button:hover {
  box-shadow: inset 0 0 12px #c7d1d3;
}
.board_actions a.search_button,
.board_actions .search_button.search_button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.board_actions a.write_button,
.board_actions .search_button.write_button {
  background-color: #69b395;
  color: #ffffff;
}
.board_actions a.write_button:hover,
.board_actions .search_button.write_button:hover {
  background-color: #57a586;
  box-shadow: none;
}
.board_actions .board_actions_left {
  float: left;
}
.board_actions .board_actions_left a {
  margin-right: 8px;
}
.board_actions .board_actions_right {
  float: right;
}
.board_actions .board_actions_right a {
  margin-left: 8px;
}
.board_actions .board_search {
  display: inline-block;
}
.board_actions .board_search .search_target,
.board_actions .board_search .search_keyword {
  display: block;
  float: left;
  height: 28px;
  padding: 0 6px;
  border: 1px solid #e3e8e9;
  box-sizing: border-box;
}
.board_actions .board_search .search_target {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  padding-left: 12px;
}
.board_actions .board_search .search_keyword {
  border-left: 0;
  border-right: 0;
  width: 128px;
}
.board_actions .board_search .search_button {
  margin-right: 8px;
}
.board_pagination {
  margin-bottom: 20px;
  text-align: center;
}
.board_pagination .board_pagination_wrapper {
  display: inline-block;
}
.board_pagination .page_prev,
.board_pagination .page_next,
.board_pagination .page_num,
.board_pagination .page_move {
  display: block;
  float: left;
  height: 28px;
  border: 0;
  border-right: 1px solid #eaecef;
  line-height: 28px;
  padding: 0 12px;
  background-color: #ffffff;
  color: #8c8f92;
  text-decoration: none;
}
.board_pagination .page_prev.current_page,
.board_pagination .page_next.current_page,
.board_pagination .page_num.current_page,
.board_pagination .page_move.current_page {
  color: red;
  font-weight: bold;
}
.board_pagination .page_prev:hover,
.board_pagination .page_next:hover,
.board_pagination .page_num:hover,
.board_pagination .page_move:hover {
  color: #43494c;
}
.board_pagination .page_prev {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  padding-left: 14px;
}
.board_pagination .page_next {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 0;
  padding-right: 14px;
}
.board_pagination .page_move {
  width: 32px;
  text-align: center;
}
.board_pagination .page_move:hover {
  color: #8c8f92;
}
.read_header {
  padding: 24px 20px 24px 70px;
  border-bottom: 1px solid #eaecef;
  position: relative;
}
.read_header .profile_image {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 20px;
  top: 28px;
}
.read_header .read_title {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
}
.read_header .read_title a {
  color: #43494c;
  text-decoration: none;
}
.read_header .read_title a.category {
  color: #808a8f;
  display: inline-block;
  margin-right: 4px;
}
.read_header .read_title a:hover {
  text-decoration: underline;
}
.read_header .read_title span.is_secret {
  display: inline-block;
  margin: 0 2px;
  color: #a8afb3;
}
.read_header .read_title span.is_blocked {
  color: crimson;
}
.read_header .read_title span.blocked_reason {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  margin-top: 8px;
  color: #666;
}
.read_header .read_title span.bar {
  display: inline-block;
  margin: 0 2px;
  color: #d1d5d6;
}
.read_header .read_meta {
  font-size: 12px;
  line-height: 160%;
}
.read_header .read_meta .read_meta_left {
  float: left;
}
.read_header .read_meta .read_meta_left span {
  color: #808a8f;
  display: inline-block;
  margin-right: 8px;
}
.read_header .read_meta .read_meta_left a {
  color: #808a8f;
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
}
.read_header .read_meta .read_meta_left a:hover {
  color: #43494c;
  text-decoration: underline;
}
.read_header .read_meta .read_meta_right {
  float: right;
}
.read_header .read_meta .read_meta_right a {
  color: #808a8f;
  display: inline-block;
  margin-left: 8px;
  text-decoration: none;
}
.read_header .read_meta .read_meta_right a:hover {
  color: #43494c;
  text-decoration: underline;
}
.read_content {
  padding: 24px 20px;
}
.read_extra_vars {
  width: 100%;
  border: 1px solid #eaecef;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.read_extra_vars th,
.read_extra_vars td {
  border: 1px solid #eaecef;
  text-align: left;
  font-size: 13px;
  line-height: 160%;
  font-weight: normal;
  padding: 4px 8px;
}
.read_extra_vars th {
  background-color: #f8f9fa;
}
.read_extra_vars ul li input[type=radio],
.read_extra_vars ul li input[type=checkbox] {
  margin-left: 0;
  margin-right: 5px;
}
.read_extra_vars ul li label {
  margin-right: 5px;
}
.read_tags {
  clear: both;
  margin: 20px 0;
  font-size: 13px;
  line-height: 160%;
  padding: 0;
}
.read_tags li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  color: #808a8f;
}
.read_tags li a {
  color: #808a8f;
  text-decoration: none;
}
.read_tags li a:hover {
  color: #43494c;
  text-decoration: underline;
}
.read_vote {
  padding: 0 20px;
  text-align: center;
}
.read_vote a {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  border: 1px solid #eaecef;
  color: #43494c;
  text-decoration: none;
  font-size: 18px;
}
.read_vote a .num {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}
.read_vote a .num2 {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}
.admin-action-bar {
  padding: 12px 20px;
  margin: 16px 0;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.admin-action-bar .admin-action-label {
  font-size: 12px;
  font-weight: 600;
  color: #868e96;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 4px;
}
.admin-action-bar .admin-action-label i {
  margin-right: 2px;
}
.admin-action-bar .admin-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
  line-height: 1.4;
  white-space: nowrap;
}
.admin-action-bar .admin-btn i {
  font-size: 12px;
}
.admin-action-bar .admin-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.admin-action-bar .admin-btn:active {
  transform: translateY(0);
}
.admin-action-bar .admin-btn-adult {
  background: #fff5f5;
  color: #c92a2a;
  border-color: #ffc9c9;
}
.admin-action-bar .admin-btn-adult:hover {
  background: #ffe3e3;
  color: #c92a2a;
}
.admin-action-bar .admin-btn-politics {
  background: #f3f0ff;
  color: #5f3dc4;
  border-color: #d0bfff;
}
.admin-action-bar .admin-btn-politics:hover {
  background: #e5dbff;
  color: #5f3dc4;
}
.admin-action-bar .admin-btn-restore {
  background: #ebfbee;
  color: #2b8a3e;
  border-color: #b2f2bb;
}
.admin-action-bar .admin-btn-restore:hover {
  background: #d3f9d8;
  color: #2b8a3e;
}
.admin-action-bar .admin-btn-trade {
  background: #fff4e6;
  color: #d9480f;
  border-color: #ffd8a8;
}
.admin-action-bar .admin-btn-trade:hover {
  background: #ffe8cc;
  color: #d9480f;
}
.admin-action-bar .admin-btn-trade-off {
  background: #ebfbee;
  color: #2b8a3e;
  border-color: #b2f2bb;
}
.admin-action-bar .admin-btn-trade-off:hover {
  background: #d3f9d8;
  color: #2b8a3e;
}
.admin-action-bar .admin-btn-copy {
  background: #e3fafc;
  color: #0b7285;
  border-color: #99e9f2;
}
.admin-action-bar .admin-btn-copy:hover {
  background: #c5f6fa;
  color: #0b7285;
}
.follow-btn-wrap {
  text-align: center;
  padding: 12px 0 4px;
}
.read_vote .follow-btn,
.follow-btn-wrap .follow-btn,
.follow-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 8px 16px !important;
  border-radius: 20px;
  font-size: 13px !important;
  font-weight: 600;
  font-family: 'Spoqa Han Sans Neo', 'Noto Sans KR', -apple-system, sans-serif;
  color: #555 !important;
  background: #f5f5f5;
  border: 1px solid #ddd !important;
  text-decoration: none !important;
  transition: all 0.15s ease;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1;
}
.read_vote .follow-btn:hover,
.follow-btn:hover {
  background: #eee;
  color: #333 !important;
}
.read_vote .follow-btn.is-following,
.follow-btn.is-following {
  background: #2F9D27;
  color: #fff !important;
  border-color: #2F9D27 !important;
}
.read_vote .follow-btn.is-following:hover,
.follow-btn.is-following:hover {
  background: #c62828;
  border-color: #c62828 !important;
}
.read_vote .follow-btn i,
.follow-btn i {
  font-size: 13px !important;
}
.follow-count {
  background: rgba(0,0,0,0.08);
  padding: 2px 7px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  margin-left: 2px;
}
.follow-btn.is-following .follow-count {
  background: rgba(255,255,255,0.25);
}
.follow-btn .unfollow-text,
.follow-btn .unfollow-icon {
  display: none;
}
.follow-btn.is-following:hover .follow-text,
.follow-btn.is-following:hover .follow-icon {
  display: none;
}
.follow-btn.is-following:hover .unfollow-text,
.follow-btn.is-following:hover .unfollow-icon {
  display: inline;
}
.follow-btn.is-following:hover {
  color: #fff !important;
}
.read_actions {
  padding: 20px 20px;
  font-size: 12px;
  line-height: 160%;
  position: relative;
}
.read_actions .read_attachments {
  float: left;
  color: #808a8f;
}
.read_actions .read_attachments ul {
  margin: 8px 0 0 0;
  padding: 0 0 0 24px;
  display: none;
}
.read_actions .read_attachments a {
  color: #43494c;
  display: inline-block;
  margin-right: 4px;
  text-decoration: none;
}
.read_actions .read_attachments a:hover {
  text-decoration: underline;
}
.read_actions .read_other_actions {
  float: right;
}
.read_actions .read_other_actions a {
  color: #808a8f;
  display: inline-block;
  margin-left: 8px;
  text-decoration: none;
}
.read_actions .read_other_actions a:hover {
  color: #43494c;
  text-decoration: underline;
}
.read_document_blind_form {
  display: none;
  position: absolute;
  right: 20px;
  top: -40px;
  width: 220px;
  padding: 10px;
  z-index: 2;
  background: #f7f9fc;
  border: 1px solid #eaecef;
}
.read_document_blind_form.in_comment_meta {
  top: 42px;
}
.read_document_blind_form input[type=text] {
  float: left;
  font-size: 13px;
  line-height: 16px;
  padding: 4px;
  width: 140px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #e3e8e9;
}
.read_document_blind_form button {
  float: right;
  font-size: 13px;
  line-height: 16px;
  width: 70px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #e3e8e9;
}
.read_signature {
  padding: 0px 10px 0px 10px;
  border-top: 1px solid #eaecef;
  border-bottom: 1px solid #eaecef;
  position: relative;
}
.signature_body {
  padding: 0 0 -10px 0;
}
.point_donation_stat {
  clear: both;
  margin-bottom: 20px;
  text-align: center;
}
.point_donation_stat .donation_title {
  clear: both;
  font-size: 18px;
  line-height: 160%;
  color: #808a8f;
  margin-bottom: 10px;
}
.point_donation_stat .donation_value {
  clear: both;
  margin-bottom: 3px;
}
.point_donation_stat .donation_value .sum,
.point_donation_stat .donation_value .target {
  display: inline-block;
  text-align: center;
  color: #808a8f;
  width: 180px;
  padding-bottom: 10px;
}
.point_donation_stat .donation_value .sum {
  padding-right: 20px;
}
.point_donation_stat .donation_value .sum .money {
  color: #FB8C00;
}
.point_donation_stat .donation_value .target {
  padding-left: 20px;
  border-left: 2px solid #d1d5d6;
}
.point_donation_stat .donation_value .target .money {
  color: #1E88E5;
}
.point_donation_stat .donation_value .money {
  font-size: 32px;
  line-height: 48px;
}
.point_donation_stat .donation_value .subtitle {
  font-size: 15px;
  line-height: 20px;
}
.point_donation_stat .donation_percentage {
  clear: both;
  font-size: 24px;
  line-height: 160%;
  color: #808a8f;
  padding-left: 4px;
}
.comment_list .comment_count {
  padding: 20px;
  border-bottom: 1px solid #eaecef;
  font-size: 14px;
  line-height: 16px;
}
.comment_list .comment_count .num {
  color: #cc0000;
}
.comment_list .comment_item {
  padding: 18px 20px 22px 20px;
  border-bottom: 1px solid #eaecef;
  position: relative;
}
.comment_list .comment_item .reply_icon {
  position: absolute;
  left: 20px;
  top: 21px;
  transform: rotate(180deg);
  color: #c3c8cb;
}
.comment_list .comment_item.indent_1 {
  padding-left: 44px;
}
.comment_list .comment_item.indent_2 {
  padding-left: 68px;
}
.comment_list .comment_item.indent_2 .reply_icon {
  left: 44px;
}
.comment_list .comment_item.indent_3 {
  padding-left: 92px;
}
.comment_list .comment_item.indent_3 .reply_icon {
  left: 68px;
}
.comment_list .comment_item.indent_4 {
  padding-left: 116px;
}
.comment_list .comment_item.indent_4 .reply_icon {
  left: 92px;
}
.comment_list .comment_item.indent_5 {
  padding-left: 140px;
}
.comment_list .comment_item.indent_5 .reply_icon {
  left: 116px;
}
.comment_list .comment_meta {
  font-size: 12px;
  line-height: 160%;
  margin-bottom: 13px;
}
.comment_list .comment_meta:last-child {
  margin-top: 10px;
  margin-bottom: 0;
}
.comment_list .comment_meta .comment_meta_left {
  float: left;
}
.comment_list .comment_meta .comment_meta_left span {
  color: #808a8f;
  display: inline-block;
  margin-right: 8px;
}
.comment_list .comment_meta .comment_meta_left span.is_secret {
  color: crimson;
  font-weight: bold;
}
.comment_list .comment_meta .comment_meta_left span.is_blocked {
  color: crimson;
  font-weight: bold;
}
.comment_list .comment_meta .comment_meta_left a {
  color: #808a8f;
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
}
.comment_list .comment_meta .comment_meta_left a:hover {
  color: #43494c;
  text-decoration: underline;
}
.comment_list .comment_meta .comment_meta_right {
  float: right;
}
.comment_list .comment_meta .comment_meta_right a {
  color: #808a8f;
  display: inline-block;
  margin-left: 8px;
  text-decoration: none;
}
.comment_list .comment_meta .comment_meta_right a:hover {
  color: #43494c;
  text-decoration: underline;
}
.comment_list .comment_meta .comment_meta_right a.comment_vote_up,
.comment_list .comment_meta .comment_meta_right a.comment_vote_down {
  padding: 0 4px 0 0;
}
.comment_pagination {
  margin: 0;
  padding: 20px;
  background: #f7f9fc;
}
.comment_reply_form {
  display: none;
}
.comment_write {
  padding: 20px;
}
.comment_write .nick_sample {
  color: #a8afb3;
  display: inline-block;
  margin-left: 2px;
}
.comment_form .comment_form_meta input[type=text],
.comment_form .comment_form_meta input[type=password] {
  margin: 0 2px;
  border: 1px solid #cdd2d9;
}
.comment_form .comment_form_meta input[type=checkbox],
.comment_form .comment_form_meta input[type=radio] {
  position: relative;
  top: 2px;
  margin: 0 2px 0 0;
}
.comment_form .comment_form_meta .item {
  display: block;
  float: left;
  margin-right: 10px;
}
.comment_form .nick_sample {
  color: #a8afb3;
  display: inline-block;
  margin-left: 2px;
}
.comment_form textarea {
  width: 100%;
  height: 100px;
  min-height: 100px;
  resize: vertical;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #cdd2d9;
  margin-bottom: 12px;
}
.comment_form button {
  display: block;
  float: right;
  height: 28px;
  border: 0;
  line-height: 28px;
  padding: 0 12px;
  margin-left: 8px;
  background-color: #e3e8e9;
  color: #7f8c93;
  border-radius: 14px;
  text-decoration: none;
}
.comment_form button i.fa {
  display: inline-block;
  margin-right: 4px;
}
.comment_form button:hover {
  box-shadow: inset 0 0 12px #c7d1d3;
}
.comment_form button.submit {
  background-color: #69b395;
  color: #ffffff;
}
.comment_form button.submit:hover {
  background-color: #57a586;
  box-shadow: none;
}
.comment_form .point_donation {
  line-height: 160%;
  margin-bottom: 10px;
}
.comment_form .point_donation input {
  line-height: 160%;
  padding: 2px 4px;
  border: 1px solid #cdd2d9;
  width: 80px;
}
.board_write {
  padding: 20px;
}
.board_write input[type=text],
.board_write input[type=password],
.board_write select,
.board_write textarea {
  font: inherit;
  line-height: 16px;
  padding: 4px;
  border: 1px solid #cdd2d9;
  box-sizing: border-box;
}
.board_write label input[type=checkbox],
.board_write label input[type=radio] {
  position: relative;
  top: 2px;
  margin: 0 2px 0 0;
}
.board_write span.star {
  color: #cc0000;
}
.board_write .confirmation {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 10px;
}
.board_write .write_header {
  margin-bottom: 10px;
}
.board_write .write_header .category {
  min-width: 10%;
}
.board_write .write_header .title {
  min-width: 50%;
}
.board_write .read_extra_vars {
  margin-bottom: 10px;
}
.board_write .read_extra_vars th {
  width: 130px;
}
.board_write .read_extra_vars td ol,
.board_write .read_extra_vars td ul {
  margin: 0;
  padding: 0;
}
.board_write .read_extra_vars td ol li,
.board_write .read_extra_vars td ul li {
  list-style: none;
  display: inline;
}
.board_write .read_extra_vars td p {
  margin: 0;
}
.board_write .read_extra_vars td label {
  white-space: nowrap;
}
.board_write .read_extra_vars td .nick_sample {
  color: #a8afb3;
  display: inline-block;
  margin-left: 2px;
}
.board_write .write_options {
  margin-bottom: 10px;
}
.board_write .write_options .title_color {
  display: inline-block;
  margin-left: 8px;
}
.board_write .write_options .title_color input {
  width: 60px;
}
.board_write .write_options .title_color .jPicker {
  position: relative;
  top: -6px;
  margin-left: 2px;
}
.board_write .write_options .item {
  margin-left: 8px;
}
.board_write .write_options .item:first-child {
  margin-left: 0;
}
.board_write .write_options input[type=text],
.board_write .write_options input[type=password] {
  margin: 0 2px;
  border: 1px solid #cdd2d9;
}
.board_write .write_buttons {
  text-align: right;
}
.board_write .write_buttons button {
  height: 28px;
  border: 0;
  line-height: 28px;
  padding: 0 12px;
  margin-left: 8px;
  background-color: #e3e8e9;
  color: #7f8c93;
  border-radius: 14px;
  text-decoration: none;
}
.board_write .write_buttons button i.fa {
  display: inline-block;
  margin-right: 4px;
}
.board_write .write_buttons button:hover {
  box-shadow: inset 0 0 12px #c7d1d3;
}
.board_write .write_buttons button.delete {
  background-color: #cc0000;
  color: #ffffff;
}
.board_write .write_buttons button.delete:hover {
  background-color: #aa0000;
  box-shadow: none;
}
.board_write .write_buttons button.submit {
  background-color: #69b395;
  color: #ffffff;
}
.board_write .write_buttons button.submit:hover {
  background-color: #57a586;
  box-shadow: none;
}
.form_item_info {
  margin: -20px -20px 20px -20px;
  padding: 20px;
  border-bottom: 1px solid #eaecef;
}
.form_item_info .meta {
  font-size: 12px;
  line-height: 160%;
  margin-bottom: 8px;
}
.form_item_info .meta span {
  color: #808a8f;
  display: inline-block;
  margin-right: 8px;
}
.form_item_info .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
}
@media (max-width: 1362px) {
  .stdtable th.author,
  .stdtable td.author {
    min-width: 80px;
  }
  .stdtable th.voted,
  .stdtable td.voted {
    display: none;
  }
  .stdtable th.category,
  .stdtable td.category {
    display: none;
  }
}
@media (max-width: 768px) {
  .board_actions .board_search .search_keyword {
    width: 96px;
  }
  .mobile_meta {
    font-size: 12px;
    margin-top: 5px;
    color: #808a8f;
  }
  .mobile_meta a {
    color: #808a8f;
  }
  .document_title {
    font-size: 15px;
    line-height: 160%;
  }
  .read_content {
    padding: 13px 10px;
  }
  .read_vote {
    padding: 0;
  }
  .read_actions {
    padding: 13px 10px;
  }
  .category_list li {
    display: none !important;
  }
  .category_list li.all,
  .category_list li.active,
  .category_list li.mobile,
  .category_list li.show {
    display: block !important;
  }
  .comment_list .comment_count,
  .comment_list .comment_item {
    padding: 13px 10px;
  }
  .comment_list .comment_item .reply_icon {
    left: 10px;
    top: 16px;
  }
  .comment_list .comment_item.indent_1 {
    padding-left: 28px;
  }
  .comment_list .comment_item.indent_2 {
    padding-left: 46px;
  }
  .comment_list .comment_item.indent_2 .reply_icon {
    left: 28px;
  }
  .comment_list .comment_item.indent_3 {
    padding-left: 64px;
  }
  .comment_list .comment_item.indent_3 .reply_icon {
    left: 46px;
  }
  .comment_list .comment_item.indent_4 {
    padding-left: 82px;
  }
  .comment_list .comment_item.indent_4 .reply_icon {
    left: 64px;
  }
  .comment_list .comment_item.indent_5 {
    padding-left: 100px;
  }
  .comment_list .comment_item.indent_5 .reply_icon {
    left: 82px;
  }
  .comment_write {
    padding: 13px 10px;
  }
  .board_write {
    padding: 13px 10px;
  }
  .board_write .write_header .category {
    min-width: 8%;
  }
  .board_write .write_header .title {
    min-width: 30%;
  }
  .form_item_info {
    margin: -13px -10px 13px -10px;
    padding: 13px 10px;
  }
}
.reply_info {
  position: relative;
  bottom: -3px;
  z-index: 2;
  margin-bottom: 5px;
  padding: 2px 1px 0px 2px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 1px;
  font-size: 11px;
  line-height: 1.5;
  color: #666;
  letter-spacing: normal;
}
.reply_info a {
  text-decoration: none;
}
.reply_info a:hover,
.boardHeader a:active,
.boardHeader a:focus {
  text-decoration: underline;
}
.reply_info .re_txt {
  display: block;
  padding-left: 20px;
}
.reply_info .re_txt a {
  color: #1e7ae2;
}
.reply_info .re_txt img {
  vertical-align: middle;
}
.reply_info .fc_red {
  color: #ED2A32;
}
.reply_info .fc_st {
  color: RED;
}
.reply_info img {
  vertical-align: middle;
}
.voteextend {
  display: block;
  text-align: center;
  margin: 0 auto 35px;
  width: 450px;
}
.voteextend .topnum {
  color: #000;
  font-size: 11px;
  display: block;
  font-weight: bold;
  position: relative;
  top: 20px;
}
.voteextend .ment {
  position: relative;
  top: 40px;
  color: #676565;
  font-size: 11px;
}
.voteextend li {
  list-style-type: none;
  float: initial;
  text-align: center;
  margin: 0 18px;
  display: inline-block;
}
.voteextend li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.voteextend li a:hover .ment {
  color: #000;
  font-weight: bold;
}
.voteextend li .like {
  display: inline-block;
  background-image: url("../../../../modules/board/skins/pharmmaker/images/like.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 46px;
  height: 40px;
}
.voteextend li .warm {
  display: inline-block;
  background-image: url("../../../../modules/board/skins/pharmmaker/images/warm.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 46px;
  height: 40px;
}
.voteextend li .crying {
  display: inline-block;
  background-image: url("../../../../modules/board/skins/pharmmaker/images/crying.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 46px;
  height: 40px;
}
.voteextend li .angry {
  display: inline-block;
  background-image: url("../../../../modules/board/skins/pharmmaker/images/angry.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 46px;
  height: 40px;
}
.voteextend li .cutie {
  display: inline-block;
  background-image: url("../../../../modules/board/skins/pharmmaker/images/cutie.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 46px;
  height: 40px;
}
@media (max-width: 700px) {
  .voteextend {
    display: block;
    text-align: center;
    margin: 0 auto 35px;
    width: 350px;
  }
  .voteextend .topnum {
    color: #000;
    font-size: 11px;
    display: block;
    font-weight: bold;
    position: relative;
    top: 20px;
  }
  .voteextend .ment {
    position: relative;
    top: 40px;
    color: #676565;
    font-size: 10px;
  }
  .voteextend li {
    list-style-type: none;
    float: initial;
    text-align: center;
    margin: 0 15px;
    display: inline-block;
  }
  .voteextend li a:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .voteextend li a:hover .ment {
    color: #000;
    font-weight: bold;
  }
  .voteextend li .like {
    display: inline-block;
    background-image: url("../../../../modules/board/skins/pharmmaker/images/like.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 40px;
  }
  .voteextend li .warm {
    display: inline-block;
    background-image: url("../../../../modules/board/skins/pharmmaker/images/warm.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
  }
  .voteextend li .crying {
    display: inline-block;
    background-image: url("../../../../modules/board/skins/pharmmaker/images/crying.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 40px;
  }
  .voteextend li .angry {
    display: inline-block;
    background-image: url("../../../../modules/board/skins/pharmmaker/images/angry.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 40px;
  }
  .voteextend li .cutie {
    display: inline-block;
    background-image: url("../../../../modules/board/skins/pharmmaker/images/cutie.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 40px;
  }
}
@media (max-width: 320px) {
  .voteextend {
    display: block;
    text-align: center;
    margin: 0 auto 35px;
    width: 305px;
  }
  .voteextend .topnum {
    color: #000;
    font-size: 10px;
    display: block;
    font-weight: bold;
    position: relative;
    top: 20px;
  }
  .voteextend .ment {
    position: relative;
    top: 40px;
    color: #676565;
    font-size: 10px;
    width: 26px;
  }
  .voteextend li {
    list-style-type: none;
    float: initial;
    text-align: center;
    margin: 0 13px;
    display: inline-block;
  }
  .voteextend li .like {
    display: inline-block;
    background-image: url("../../../../modules/board/skins/pharmmaker/images/like.png");
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 40px;
  }
  .voteextend li .warm {
    display: inline-block;
    background-image: url("../../../../modules/board/skins/pharmmaker/images/warm.png");
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
  }
  .voteextend li .crying {
    display: inline-block;
    background-image: url("../../../../modules/board/skins/pharmmaker/images/crying.png");
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 40px;
  }
  .voteextend li .angry {
    display: inline-block;
    background-image: url("../../../../modules/board/skins/pharmmaker/images/angry.png");
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 40px;
  }
  .voteextend li .cutie {
    display: inline-block;
    background-image: url("../../../../modules/board/skins/pharmmaker/images/cutie.png");
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 40px;
  }
  .read_vote a {
    margin: 0 1px;
  }
}
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btTop_head {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 150;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  clear: both;
}
.btTop_head-inner {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 4px;
}
.btTop_head .top_left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.btTop_head .top_center {
  flex: 1;
  text-align: center;
  overflow: hidden;
}
.btTop_head .top_right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top_board_name {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topli {
  list-style: none;
  display: inline;
  vertical-align: middle;
  line-height: 50px;
  margin-left: 0px;
  position: relative;
  text-align: center;
}
.topelement {
  padding: 5px 2px;
  border-radius: 20px;
  font-size: 12px;
}
.top_yellow {
  border: 1px solid #EDD200;
  background-color: #FFE400;
}
.top_pink {
  border: 1px solid #D9418C;
  background-color: #f189a9;
}
.top_normal {
  border: 1px solid #333;
}
.p_number3 {
  position: absolute;
  transition: 0.3s;
  display: inline-block;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  background: #000;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  right: -4px;
  top: -12px;
}
.topli_button {
  border: none;
  background-color: transparent;
  height: 32px;
  border-radius: 20px;
}
#vote_sub_dec {
  display: none;
  margin: 0 auto 10px;
  width: 230px;
  text-align: center;
  font-size: 13px;
}
.pharmmaker_doclist {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
  background: #fff;
}
.pharmmaker_doclist .stdtable {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.pharmmaker_doclist .stdtable:first-child {
  border-top: none;
}
.pharmmaker_doclist .board_actions {
  padding: 10px 14px;
}
.pharmmaker_doclist .board_pagination {
  padding-bottom: 14px;
}
.pharmmaker_doclist .tab_style {
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #d9d9d9;
}
.pharmmaker_doclist  .tab_style a {
  position: relative;
  background-color: #fff;
  width: 218px;
  height: 25px;
  line-height: 25px;
  float: left;
  text-align: center;
  font-size: 15px;
  color: black;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
  border-left: none;
  border-right: 1px solid #d9d9d9;
  text-decoration: none;
}
.pharmmaker_doclist .tab_style a:first-child {
  border-left: none;
  width: 26%;
}
.pharmmaker_doclist .tab_style.tab_style_community a {
  width: 25%;
}
.pharmmaker_doclist .tab_style.tab_style_community a:first-child {
  width: 23%;
}
.countsort {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.board_filter_section {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.board_filter_section .filter_toggle_btn {
  display: none;
}
.board_filter_section .filter_content {
  display: block;
}
.board_filter_section .filter_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.board_filter_section .filter_row:last-child {
  margin-bottom: 0;
}
.board_filter_section .filter_row .filter_label {
  min-width: 50px;
  font-weight: 600;
  color: #333;
  margin-right: 12px;
  padding-top: 6px;
  flex-shrink: 0;
}
.board_filter_section .filter_row .filter_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.board_filter_section .chip {
  display: inline-block;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
  white-space: nowrap;
}
.board_filter_section .chip:hover {
  border-color: #69b395;
  color: #69b395;
}
.board_filter_section .chip.active {
  background: #69b395;
  border-color: #69b395;
  color: #fff;
}
.board_filter_section .chip .chip_count {
  font-size: 12px;
  opacity: 0.8;
  margin-left: 2px;
}
.board_filter_section .filter_applied {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
  margin-top: 12px;
}
.board_filter_section .filter_applied .filter_applied_label {
  color: #666;
  font-size: 13px;
}
.board_filter_section .filter_applied .filter_tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px 4px 12px;
  background: #e8f5e9;
  border-radius: 16px;
  color: #69b395;
  font-size: 13px;
}
.board_filter_section .filter_applied .filter_tag .filter_tag_remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  border-radius: 50%;
  color: #69b395;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}
.board_filter_section .filter_applied .filter_tag .filter_tag_remove:hover {
  background: #c8e6c9;
}
.board_filter_section .filter_applied .filter_reset {
  margin-left: auto;
  color: #999;
  font-size: 13px;
  text-decoration: none;
}
.board_filter_section .filter_applied .filter_reset:hover {
  color: #666;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .board_filter_section {
    padding: 0;
    background: transparent;
  }
  .board_filter_section .filter_toggle_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }
  .board_filter_section .filter_toggle_btn i.fa-sliders {
    color: #69b395;
  }
  .board_filter_section .filter_toggle_btn .filter_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: #69b395;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
  }
  .board_filter_section .filter_toggle_btn .filter_arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
    animation: filter-bounce 1s ease-in-out infinite;
    font-size: 16px;
    color: #69b395;
  }
  .board_filter_section .filter_content {
    display: none;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
    margin-top: -8px;
  }
  .board_filter_section.filter_open .filter_toggle_btn {
    border-radius: 8px 8px 0 0;
  }
  .board_filter_section.filter_open .filter_toggle_btn .filter_arrow {
    transform: rotate(180deg);
    animation: none;
  }
  .board_filter_section.filter_open .filter_content {
    display: block;
  }
  .board_filter_section .filter_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .board_filter_section .filter_row .filter_label {
    margin-bottom: 8px;
    padding-top: 0;
  }
  .board_filter_section .filter_row .filter_chips {
    gap: 6px;
  }
  .board_filter_section .chip {
    padding: 5px 10px;
    font-size: 13px;
  }
  .board_filter_section .location_filter {
    max-height: none;
  }
  .board_filter_section .filter_applied {
    flex-direction: column;
    align-items: flex-start;
  }
  .board_filter_section .filter_applied .filter_reset {
    margin-left: 0;
    margin-top: 8px;
  }
}
.stdtable th.location,
.stdtable td.location {
  width: 130px;
  max-width: 130px;
  overflow: hidden;
  font-size: 12px;
}
.loc_wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 3px;
}
.loc_tag {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 10px;
  font-size: 11px;
  background: #f0f0f0;
  color: #777;
  white-space: nowrap;
  line-height: 1.5;
  flex-shrink: 0;
}
.loc_tag.active {
  background: #69b395;
  color: #fff;
  font-weight: 600;
}
.loc_more {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 10px;
  color: #aaa;
  padding: 1px 4px;
  border-radius: 10px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  line-height: 1.5;
  flex-shrink: 0;
}
.loc_popup {
  display: none;
}
.loc_popup_float {
  position: fixed;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 7px 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  pointer-events: none;
}
.loc_popup_float::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #fff;
  filter: drop-shadow(0 1px 0 #e0e0e0);
}
@keyframes filter-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

