@charset "utf-8";

@font-face {
  font-family: 'UhBeeSe_hyun';
  src: url('https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_five@.2.0/UhBeeSe_hyun.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


.board-notice {
  width: 132px; /* 절반으로 줄이기 */
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.avocado-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.avocado-list li {
  display: block;
  position: relative;
  padding: 5px 0;
  margin-bottom: 1px;
}

.avocado-list li .thumb {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  z-index: 1;

  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}rgba(110, 110, 110, 0.1)rgba(110, 110, 110, 0.274)



.avocado-list li.bo_notice {
}
.avocado-list li.no-data {
  text-align: center;
  line-height: 200px;
}
.avocado-list li .td_chk {
  position: absolute;
  padding-left: 5px;
  line-height: 35px;
  z-index: 10;
}
/* 전체 항목 너비 줄이기 */
.avocado-list li a {
  max-width: 600px; /* 너비 조절 (원하는 값으로 수정 가능) */
  width: 90%;
  margin: 10px auto;

  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;

  height: 90px;
  padding-left: 120px;

  /* 배경 이미지 + 필터 */
  background-image: url('https://i.pinimg.com/736x/4d/ed/88/4ded88d2bcbf3f370a1b18d07686c1e9.jpg');
  background-size: cover;
  background-position: center;

  /* ✅ 추가된 스타일 */
  border-radius: 16px;              /* 둥글게 */
  border: 1px solid #ccc;           /* 연회색 외곽선 */
}


/* 하얀색 반투명 필터 */
.avocado-list li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5); /* 흰색 + 50% 투명도 */
  z-index: 0;
}

.avocado-list li .mini-excerpt {
  position: absolute;
  bottom: 5px;
  right: 10px;

  font-size: 11px;
  color: #7d6662;
  opacity: 1;

  background: rgba(255, 255, 255, 0.74);
  padding: 5px 8px;
  border-radius: 5px;

  z-index: 2;

  width: 180px;
  max-height: 4.5em;      /* 높이 살짝 늘림 */
  line-height: 1.2em;

  overflow: hidden;
  text-overflow: ellipsis;

  white-space: normal;
  word-break: break-word;

}


.avocado-list li strong {
  display: inline-block;
  font-family: 'UhBeeSe_hyun', sans-serif;
  font-size: 17px;
  line-height: 1.2em;

  color: #7d6662;
  -webkit-text-fill-color: #635350;
  text-fill-color: #7d6662;

  -webkit-text-stroke-width: 0.1px;
  text-stroke-width: 0.1px;

  -webkit-text-stroke-color: #e2e2e2;
  text-stroke-color: #fde7fa;

  text-shadow: 1px 1px #f1b8e0ea;

  position: relative;
  z-index: 1;

  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}


.avocado-list li strong .highlight {
  font-weight: normal;
}
.avocado-list li strong .cnt_cmt:before {
  content: "( ";
}
.avocado-list li strong .cnt_cmt:after {
  content: " )";
}

.avocado-list li .ico-cate {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 100px;
  text-align: center;
}
.avocado-list li .name {
  display: block;
  position: absolute;
  top: 0;
  right: 100px;
  width: 100px;
  text-align: center;
  opacity: 0.6;
  font-size: 11px;
}
.avocado-list li .date {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: center;
  opacity: 0.6;
  font-size: 11px;
}
.avocado-list li .date {
  position: absolute;
  bottom: 5px;        /* 아래로 내림 */
  right: 10px;        /* 오른쪽 끝에 고정 */
  width: auto;
  font-size: 11px;
  opacity: 1;         /* 흐리게 안 함 */
  color: #7d6662;     /* 제목 색과 같게 */
  z-index: 1;
}


.bo_fx {
  position: relative;
  padding: 20px 0;
}
.bo_fx .chk_all {
  position: absolute;
  left: 5px;
  top: 20px;
}

.board-category {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.board-category select {
}

@media all and (max-width: 640px) {
#bo_v_con {
  text-align: center;
}

#bo_v_con img {
  max-width: 350px;
  height: auto;
  display: inline-block;
  margin: 10px auto;
}

  .board-category {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .board-category select {
    width: 100%;
  }

  .bo_fx {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px !important;
  }
  .bo_fx a {
    display: block;
    width: 100%;
  }
}

.board-write {
  padding: 0 10px;
}

.board-write h3 {
  font-size: 26px;
  text-align: center;
  padding: 30px 0 20px;
}
.board-write .write-notice {
  padding: 10px;
  font-size: 11px;
}
.board-write > dl {
  position: relative;
}
.board-write > dl > dt {
  width: 70px;
  position: absolute;
  line-height: 32px;
  text-align: center;
}
.board-write > dl > dd {
  width: 100%;
  margin-left: 0;
  padding-left: 80px;
  box-sizing: border-box;
  line-height: 32px;
}
.board-write input.frm_input.full {
  width: 100%;
  display: block;
  margin: 1px 0;
}

.board-viewer.theme-box {
  display: block;
  position: relative;
  padding: 20px;
}

.board-viewer .subject {
  text-align: center;
}
.board-viewer .subject em {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.board-viewer .subject strong {
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 1.2em;
}

.board-viewer .info {
  margin-top: 20px;
  padding: 8px 10px;
  text-align: center;
}
.board-viewer .info span {
  display: inline-block;
  opacity: 0.8;
}
.board-viewer .info span + span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  vertical-align: middle;
  margin: 0 10px;
}

.board-viewer .contents {
  display: block;
  position: relative;
  margin: 20px 0;
  padding: 40px 15px;
  border-left-width: 0;
  border-right-width: 0;
}

#bo_v_bot {
  padding: 20px 0;
  overflow: hidden;
}
.bo_v_nb {
  float: left;
}
.bo_v_com {
  float: right;
}

.board-comment-list {
  position: relative;
}
.board-comment-list .co-line {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
}
.board-comment-list .item {
  position: relative;
  padding: 10px 10px 10px 100px;
}
.board-comment-list .co-name {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 90px;
  padding: 10px 10px;
  box-sizing: border-box;
}
.board-comment-list .co-info {
  display: block;
  text-align: right;
  padding-top: 15px;
  font-size: 11px;
  opacity: 0.7;
}
.board-comment-list .co-info span {
  display: inline-block;
  opacity: 0.8;
}
.board-comment-list .co-info span + span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  vertical-align: middle;
  margin: 0 10px;
}

.board-comment-list .item.reply {
  border-left: 5px solid rgba(255, 255, 255, 0.1);
}
.board-comment-list .item.reply .co-name {
  background: none;
}

.board-comment-list + .board-comment-write {
  margin-top: 20px;
}

.board-comment-form {
  position: relative;
  padding-right: 80px;
}
.board-comment-form .btn_confirm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 29px;
  width: 80px;
}
.board-comment-form .btn_confirm .ui-btn {
  width: 100%;
  height: 100%;
}
.board-comment-form p {
  margin: 0;
  padding: 5px 10px;
}
.board-comment-form textarea {
  display: block;
  height: 100px;
  resize: none;
  border: none;
}

@media all and (max-width: 640px) {
  .avocado-list li a {
    line-height: 1.2em;
    padding: 15px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .avocado-list li .ico-cate,
  .avocado-list li .name,
  .avocado-list li .date,
  .avocado-list li .hit {
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    line-height: 1.2em;
  }

  .avocado-list li .info {
    display: block;
    text-align: right;
    line-height: 1em;
    padding-top: 10px;
  }

  .avocado-list li .ico-cate {
    display: inline;
  }
  .avocado-list li .ico-cate:before {
    content: "[ ";
  }
  .avocado-list li .ico-cate:after {
    content: " ]";
  }

  .avocado-list li strong {
    display: inline;
    line-height: 1.2em;
  }

  .avocado-list li .name,
  .avocado-list li .date,
  .avocado-list li .hit {
    display: inline;
    padding: 0 5px;
  }

  .board-comment-list .item {
    padding: 0;
  }
  .board-comment-list .co-name {
    position: relative;
    width: auto;
    padding: 5px 10px;
  }
  .board-comment-list .co-content {
    padding: 10px;
    word-break: break-all;
  }
}
