@font-face {
  font-family: "S-CoreDream-4Regular";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

.hologram {
  font-size: 1.1rem;
}

.div_content .hologram {font-size:24px; padding: 4px 0; display: inline-block;}

.frame-theme-BODY {
  margin: auto;
}

.form-input, input[type="text"], input[type="password"], input[type="file"], select{
  margin: 0 5px 0 0;
}
.textggu-ex
{background: rgba(255,255,255,.8)!important;    width: 300px!important;}

#bo_cate {
	text-align:center;
}
#bo_cate li {
	display:inline-block;
	vertical-align:middle;
	margin:1px;
}
#bo_cate li a {
	border-radius:3px;
}


.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: 35px 0;
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 8px var(--shadow);
}
.board-list .bo_item * {
  outline-color: var(--point-color1);
  font-family: 'NEXON Lv2 Gothic';
}
.board-list .bo_item.reply:not(.board-list > div:nth-child(1)) {
  margin-top: -20px;
}
.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); }

/* 검색 */
.sfl,
.stx {
  color: var(--sub-text-color) !important;
  border-width: 0 !important;
  border-bottom: 1px solid var(--point-color1) !important;
  border-radius: 5px !important;
}

.board-list .div_info {
  max-width: 100%;
  width: 90%;
  background: rgba(255, 255, 255);
  padding: 20px 10px;
  box-sizing: border-box;
}

.board-list .div_info input {
  background-color: white;
}
.board-list .div_info .div_subject div {
  display: flex;
}
.board-list .div_info .div_subject div > span {
  box-sizing: border-box;
  padding: 0 5px;
}

.board-list .div_info .div_subject div > span:nth-child(1) {
  margin-right: 5px;
}

.board-list .div_info .div_subject div > span[class^="material-icons"] {
  color: var(--point-color1);
}

.board-list .div_info .div_subject div > span[class^="material-icons"].sm {
  font-size: 0.9em;
}

.board-list .div_info .div_subject div > span.subinfo {
  color: var(--sub-text-color);
  opacity: 0.8;
  font-weight: bold;
  letter-spacing: -0.9px;
  font-family: var(--point-font);
  font-size: 0.8rem;
  width: auto;
  height: auto;
}

.board-list .div_info .div_subject {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.board-list .div_info .div_subject img {
  margin: 0 3px;
}

.board-list .div_info .div_subject {
  padding: 0px 15px;
}

.board-list .div_info .div_vcheck
{
	display: inline-block;
    margin-left: 8px;
    background-color: var(--point-color1);
    color: #fff;
    font-size: 14px;
    padding: 1px 4px;
    font-weight: 700;
}

.board-list .div_info .div_subject > div:nth-child(1) {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}

.board-list .div_info > div:nth-child(2) {
  padding: 10px 15px;
}

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

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

.board-list .div_info .div_cover { max-width:40%; font-family: "Pretendard JP Variable"; min-width:300px;}
.board-list .div_info .div_cover img {margin-bottom:8px;}
.board-list .div_info .div_director {color: var(--text-color); margin: 0 0 12px; font-size: 14px; opacity:.8;}
.board-list .div_info .div_hash {margin-bottom:12px;}
.hash_right {width:100%;}
.board-list .div_info .div_content { min-width:60%;
  /*display: flex;*/
}
.board-list .div_info .div_content .plyr > div {
  width: 100%;
}
.board-list .div_info .div_content > *:nth-child(1) {
  flex-grow: 7;
/*  margin-right: 10px;*/
  word-break: break-all;
}

.board-list .div_info .div_content .div_text {
  opacity: 0.8;
  font-family: "NEXON Lv2 Gothic";
  color: var(--text-color);
  font-size: 14px;
  line-height: 160%;
}

.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 var(--point-color1);
}

.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: var(--point-color1);
}



.img_divider {
	height:200px;
	overflow:hidden;
}

.board-list .div_img.img_divider > div {
	width: 50%;
}

.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:2px;
/*  grid-template-columns: auto auto;
  grid-auto-rows: minmax(auto, 75px);*/
}

.board-list .div_img .img {
/*  width: 75px;
  height: 75px;*/
/*  padding: 2px;*/
  margin:2px;
  width: 100%;
}

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

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

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


.board-list .div_info .div_subject .head_img img
{
	margin:0;
}

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


.review_cover_del{
  color: #666!important;
}


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

.board-list thead th {
  font-family: "Nanum Myeongjo";
  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 {
  text-align: right;
  padding: 0;
  height: 35px !important;
}

#bo_sch {
  text-align: center;
  padding-top: 30px;
}
#bo_sch button {
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  overflow: hidden;
  color: var(--base-color);
}
.btn_confirm {
  text-align: center;
  padding: 30px 0;
}

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