@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

.hologram {
  font-size: 1.1rem;
}

.jquery-modal.blocker.current .fix-layout .frame-theme-BODY {
  border: 0;
  padding: 0;
}

.jquery-modal.blocker.current #body {
  max-height: 100%;
  display: inline-block;
  margin: auto;
  width: 100%;
  max-width: 100%;
  border-radius: 30px;
  background: rgb(255, 255, 255);
}

.div_content .hologram {
  font-size: 42px;
  padding: 4px 0;
  display: inline-block;
  font-weight: 900;
  line-height: normal;
}

.frame-theme-BODY {
  background: #FFFFFF;
  border: 2px solid #1B1B1B;
  border-radius: 25px;
  padding: 20px;
  width: auto;
  height: 780px;
}

.searc-top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ui-mmb-button {
  text-align: center;
  display: flex;
  gap: 8px;
}

.searc-top-box .searc-sub-box {
  position: relative;
  clear: both;
  padding: 0;
  max-width: 500px;
  float: none;
}

#bo_cate {
  text-align: center;
}

#bo_cate li {
  display: inline-block;
  vertical-align: middle;
  margin: 0.2em;
}

#bo_cate li a {
  border-radius: 9em;
}


.board-notice {
  width: 264px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.board-list {
  width: 100%;
  text-align: left;
}

.board-list .bo_item {
  display: flex;
  flex-flow: row wrap;
  margin: 15px 10px 15px 0;
  border-radius: 15px;
  border: 1px solid #ddd;
  position: relative;
}

.article-tthumbnail {
  width: 20%;
}


.board-list .bo_item.reply:not(.board-list > div:nth-child(1)) {
  margin-top: -16px;
  border-radius: 0 0 15px 15px;
  background: #fff;
}

.board-list .bo_item.reply:not(.board-list > div:nth-child(1)) .div_thumb:before {
  content: "";
  width: 5px;
  height: 15px;
  background-color: var(--point-color2);
  display: inline-block;
  position: absolute;
  top: -15px;
  left: calc(50% + 2.5px);
  box-shadow: inset 0px 1px 2px var(--shadow);
}

.board-list .div_thumb {
  max-width: 100%;
  width: 10%;
}

.board-list .div_thumb img {
  object-fit: cover;
  width: 100%;
  max-height: 210px;
}

span.date {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7rem;
  color: white;
  word-break: break-all;
  position: relative;
  padding: 0 !important;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

span.date.new {
  font-size: 1.5rem;
}

.article-info .bottom_menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.article-info .bottom_menu div {
  padding: 0 !important;
}

.blur-on {
  filter: blur(6px);
  cursor: pointer;
}

.blur-img {
  filter: blur(8px);
}

.blur-on.blur-off {
  filter: blur(0px);
}


.div_subject {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.div_subject img {
  margin: 0 3px;
}


.board-list .div_info .div_vcheck {
  display: inline-block;
  margin: 0 0 4px 0;
  background-color: #0d0d0d;
  font-size: 14px;
  padding: 4px 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #0d0d0d;
}

.board-list .div_info .div_coname {
  display: inline-block;
  margin: 0 0 4px 0;
  background-color: #ffffff;
  font-size: 14px;
  padding: 4px 12px;
  font-weight: 500;
  color: #777777;
  border-radius: 15px;
  border: 1px solid #c9c9c9;
}

.board-list .div_info .div_coday {
  display: inline-block;
  margin: 0 0 4px 0;
  background-color: #ffffff;
  font-size: 14px;
  padding: 4px 12px;
  font-weight: 500;
  color: #777777;
  border-radius: 15px;
  border: 1px solid #c9c9c9;
}

.div_subject>div:nth-child(1) {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
  margin-right: 8px;
}

.board-list .div_info>div:nth-child(2) {}

.div_subject .co-footer {
  margin-left: auto;
  padding: 0;
}

.board-list .for_flex {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
}

.board-list .div_info .div_cover {
  width: 215px;
  height: 215px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-left: 20px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.board-list .div_info .div_cover img {
  margin-bottom: 8px;
}

.board-list .div_info .div_addname {
  color: var(--text-color);
  margin: 5px 0 12px;
  font-size: 16px;
  opacity: 0.4;
  letter-spacing: -0.5px;
  font-family: "Noto Sans KR", sans-serif;
}

.board-list .div_info .div_hash {
  margin-bottom: 12px;
}

.hash_right {
  width: 100%;
}

.board-list .div_info .div_content {
  min-width: 60%;
  margin-top: 28px;
  margin-left: 9px;
  margin-bottom: 18px;
}

.board-list .div_info .div_content .plyr>div {
  width: 100%;
}

.board-list .div_info .div_content .main_top {
  word-break: break-all;
  display: flex;
  gap: 3px;
}

.board-list .div_info .div_content .div_text {
  opacity: 0.8;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

.board-list .div_info .div_content .div_text input[name="wr_pass"] {
  max-width: 130px;
  border-radius: 0;
  border-width: 0;
  border-bottom: 1px solid #000;
}

.board-list .div_info .div_content .div_text .field_password button {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.board-list .div_info .div_content a:not(.link_hash_tag) {
  color: #000;
}


details {
  width: 100%;
  background-color: #f9f9f9;
  padding: 5px 20px;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #ddd;
}

summary {
  color: #999;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  padding: 8px;
}

.board-list .bo_item:has(+ .reply) {
  border-radius: 15px 15px 0 0;
}

.board-list .bo_item:has(+ .reply) details {
  border-radius: 0;
}

.img_divider {}

.board-list .div_img.img_divider>div {
  width: 215px;
  height: 215px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background-color: #fff !important;
}

.reply .div_img>div {
  width: 215px !important;
  height: 215px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background-color: #fff !important;
}

.img_divider .divider_flex .img {
  height: 50%;
  position: relative;
}

.img_divider .divider_flex .img img {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.div_img {
  display: flex;
  width: 100%;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 4px 0 16px;
}

.board-list .div_img .img {
  margin: 2px;
  width: 100%;
}

.div_img img {
  object-fit: cover;
  margin: auto;
}

.star_point {
  max-width: 86px;
  margin-bottom: 9px;
}

.stamp_img {
  width: 40px;
  position: relative;
}


.img_modal {
  display: none;
  z-index: 500;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  animation: fadein 200ms ease-out;
}

.img_modal .modalBox {
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_modal .modalBox img {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
  max-height: 90%;
  box-sizing: border-box;
}

.empty_table {
  text-align: center;
  line-height: 150px;
}

.board-list thead th {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 13px;
  padding: 10px;
}

.board-list tbody .td_chk,
.board-list tbody .td_num,
.board-list tbody .td_name,
.board-list tbody .td_hit,
.board-list tbody .td_date {
  text-align: center;
}

.board-list tbody td {
  padding: 10px;
}

.board-list tbody .bo_notice * {
  color: yellow;
}

.board-list tbody .bg-1 td {
  background: rgba(255, 255, 255, 0.1);
}

.board-list .cnt_cmt {
  font-size: 1.3rem;
}

.bo_fx {
  padding: 0;
  height: 30px !important;
  display: flex;
  gap: 0 8px;
}

.searc-top-box .bottom_menu a {
  margin: 0 !important;
}

.btn_confirm {
  text-align: center;
  padding: 30px 0;
}

.jquery-modal .frame-theme-BODY {
  overflow: auto;
}

@media all and (max-width: 1000px) {

  .board-list,
  .board-list thead,
  .board-list tbody,
  .board-list tr,
  .board-list th,
  .board-list td {
    display: block;
    position: relative;
  }

  .board-list thead {
    display: none;
  }

  .board-list tbody .bg-1 td {
    background: none;
  }

  .board-list tbody .bg-1 {
    background: rgba(255, 255, 255, 0.1);
  }

  .board-list .td_num {
    display: none;
  }

  .board-list .td_name,
  .board-list .td_date,
  .board-list .td_hit {
    display: inline-block;
    padding-top: 0;
    opacity: 0.7;
  }

  .board-list .td_subject {
    text-align: left;
  }

  .board-list .for_flex {
    flex-direction: column;
  }
}

@media all and (max-width: 580px) {
  .board-list .div_info .div_content {
    flex-wrap: wrap;
  }

  .board-list .div_info .div_content .div_text {
    margin-bottom: 10px;
  }

  .div_img {
    display: flex;
    flex-basis: 100%;
    flex-grow: 2;
    margin: 10px 0;
  }

  .div_content .hologram {
    font-size: 1.1rem;
  }
}