@charset "utf-8";

/* =========================================
   moments 갤러리 - 서브페이지 톤에 맞춤
   ========================================= */

/* 게시판 목록 */
#bo_cate {margin:0 0 1.5rem}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {
  display:block;
  line-height:1;
  padding:0.65rem 1.1rem;
  border-radius:999px;
  border:1px solid #f0f0f0;
  background:#fff;
  color:#667085;
  font-size:0.9rem;
  font-weight:500;
  transition:all 200ms ease;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {
  text-decoration:none;
  background:rgba(245,130,0,0.1);
  color:var(--color-primary, #F58200);
  border-color:rgba(245,130,0,0.35);
}
#bo_cate #bo_cate_on {
  z-index:2;
  background:var(--color-primary, #F58200);
  color:#fff;
  font-weight:700;
  border:1px solid var(--color-primary, #F58200);
  box-shadow:none;
}
.td_subject img {margin-left:3px}

.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#676e70;vertical-align:baseline}
.chk_box input[type="checkbox"] + label:hover{color:var(--color-primary, #F58200)}
.chk_box input[type="checkbox"] + label span {position:absolute;top:10px;left:10px;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:20px}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% var(--color-primary, #F58200);border-color:var(--color-primary, #F58200);border-radius:3px}
.all_chk.chk_box input[type="checkbox"] + label span {top:0;left:0}


/* 갤러리 목록 */
#bo_gall.moments-board{
  width:100%;
  padding:5rem 0;
}
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}

#bo_gall #gall_ul {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:1.25rem;
  margin:0;
  padding:0;
  list-style:none;
}
#bo_gall #gall_ul:after {display:none}

#bo_gall .gall_li {
  float:none !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
  /* AOS duration이 먹히도록 li에는 transition을 두지 않음 */
}
#bo_gall .gall_box {
  position:relative;
  margin:0;
  height:100%;
  background:#fff;
  border:1px solid #f0f0f0;
  border-radius:16px;
  box-shadow:0 8px 28px rgba(16, 16, 16, 0.04);
  overflow:hidden;
  transition:transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
@media (hover: hover) and (pointer: fine) {
    #bo_gall .gall_li:hover .gall_box {
        transform:translateY(-4px);
        border-color:rgba(245,130,0,0.28);
        box-shadow:0 14px 32px rgba(245,130,0,0.12);
    }
}
#bo_gall .gall_li .gall_chk {position:absolute;top:0;left:0;padding:5px;z-index:1}
#bo_gall .gall_con {
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
}

.gall_row .col-gn-0,.gall_row .col-gn-1,.gall_row .col-gn-2,.gall_row .col-gn-3,.gall_row .col-gn-4,.gall_row .col-gn-5,.gall_row .col-gn-6,.gall_row .col-gn-7,.gall_row .col-gn-8,.gall_row .col-gn-9,.gall_row .col-gn-10 {
  float:none;
  width:auto;
  padding:0;
  min-height:0;
}
.gall_row .box_clear {clear:none}

#bo_gall .gall_now {
  outline:2px solid var(--color-primary, #F58200);
  outline-offset:-2px;
}
#bo_gall .gall_now .gall_text_href a {color:var(--color-primary, #F58200)}

#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}

#bo_gall .gall_img {
  position:relative;
  border-bottom:0;
  text-align:center;
  overflow:hidden;
  aspect-ratio:4 / 3;
  max-height:none !important;
  height:auto !important;
  background:#f5f5f5;
}
#bo_gall .gall_img a,
#bo_gall .gall_img .no_image,
#bo_gall .gall_img .is_notice {
  display:block;
  width:100%;
  height:100%;
}
#bo_gall .gall_img img,
#bo_gall .gall_img video {
  width:100%;
  height:100% !important;
  max-width:none;
  object-fit:cover;
  object-position:center;
  transition:transform 350ms ease;
}
#bo_gall .gall_li:hover .gall_img img {
  transform:scale(1.05);
}
#bo_gall .gall_img span {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  background:#f5f5f5;
  text-align:center;
  text-transform:uppercase;
  font-weight:700;
  font-size:1rem;
  color:#9ca3af;
}

#bo_gall .gall_text_href {
  margin:0 !important;
  padding:1rem 1.15rem 1.25rem;
  flex:1;
}
#bo_gall .gall_text_href a {font-weight:700; font-size:1rem;}
#bo_gall .gall_text_href img {margin:0 0 0 4px}
#bo_gall .bo_tit {
  display:block;
  line-height:1.45;
  font-weight:600;
  color:var(--color-black, #101010);
  font-size:1.05rem;
  letter-spacing:-0.02em;
  word-break:keep-all;
}
#bo_gall .bo_tit:hover {color:var(--color-primary, #F58200)}
#bo_gall .bo_tit .cnt_cmt {
  background:rgba(245,130,0,0.12);
  color:var(--color-primary, #F58200);
  font-size:11px;
  height:16px;
  line-height:16px;
  padding:0 5px;
  border-radius:3px;
  vertical-align:middle;
}

#bo_gall .bo_cnt {color:#acacac;line-height:18px}
#bo_gall .profile_img img {border-radius:50%}
#bo_gall .material-symbols-rounded,
#bo_v .material-symbols-rounded,
#bo_vc .material-symbols-rounded {
  font-size:20px;
  line-height:1;
  vertical-align:middle;
  font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;
}
#bo_gall .bo_tit .material-symbols-rounded.icon_file {
  width:16px;height:16px;line-height:16px;background:#e89f31;color:#fff;text-align:center;font-size:12px;border-radius:2px;margin-right:2px;vertical-align:middle}
#bo_gall .bo_tit .material-symbols-rounded.icon_link {
  width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:12px;border-radius:2px;margin-right:2px;vertical-align:middle}
#bo_gall .bo_tit .new_icon {
  display:none;
  width:auto;
  padding:0 5px;
  line-height:16px;
  font-size:0.75em;
  color:#fff;
  background:var(--color-primary, #F58200);
  text-align:center;
  border-radius:4px;
  margin-left:4px;
  font-weight:700;
  vertical-align:baseline;
}
#bo_gall .bo_tit .material-symbols-rounded.hot_icon {
  display:none;width:auto;line-height:16px;font-size:16px;color:#e52955;text-align:center;vertical-align:middle;margin:0 2px}
#bo_gall .bo_tit .material-symbols-rounded.icon_secret {
  display:inline-block;font-size:16px;line-height:16px;color:#999;text-align:center;vertical-align:middle;margin-left:2px}

#bo_gall .gall_info {
  line-height:20px;
  display:none;
}
#bo_gall .gall_info strong {display:inline-block;margin:0}
#bo_gall .gall_info .material-symbols-rounded {font-size:14px}
#bo_gall .gall_info .gall_date,
#bo_gall .gall_info .gall_view {display:inline-block;margin-left:10px;color:#777}

#bo_gall .gall_option {position:absolute;top:10px;right:10px}
#bo_gall .gall_option strong {
  background:#fff;
  padding:5px 10px;
  border-radius:30px;
  box-shadow:0 4px 12px rgba(0,0,0,0.12);
}

/* 게시판 목록 공통 */
#bo_btn_top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
  margin:0 0 1.25rem;
  padding:0.85rem 1.1rem;
  background:#fff;
  border-bottom:1px solid #f0f0f0;
}
#bo_btn_top:after {display:none}
.bo_btn_top_actions {
  display:flex;
  align-items:center;
  gap:0.5rem;
  flex:1 1 auto;
  justify-content:flex-end;
  min-width:0;
}
.bo_fx {margin-bottom:5px;float:right;zoom:1; display: none;}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {
  float:none;
  line-height:1.4;
  font-size:0.9rem;
  color:#667085;
}
#bo_list_total span {font-weight:600;color:var(--color-black, #101010)}

.btn_bo_user {float:none;margin:0;padding:0;list-style:none;display:flex;gap:0.35rem}
.btn_bo_user li {float:none;width:40px;text-align:center;margin:0;background:transparent}
.btn_bo_user > li {position:relative}
.btn_bo_user .btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border:1px solid #eee;
  border-radius:10px;
  background:#fff;
  color:#667085;
  transition:all 200ms ease;
}
.btn_bo_user .btn:hover {
  border-color:rgba(245,130,0,0.4);
  color:var(--color-primary, #F58200);
  background:rgba(245,130,0,0.06);
}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #e8e8e8;z-index:999;border-radius:10px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,0.08)}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #e8e8e8 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {
    border-bottom:1px solid #f1f1f1;
    padding:10px;
    float:inherit;
    width:90px;
    margin:0;
    color:#6b757c;
    text-align:left;
    font-size: 0.9rem;
}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li .material-symbols-rounded {float:right;line-height:20px;font-size:18px}

.td_num strong {color:#000}
.bo_cate_link {
  display:inline-block;
  background:rgba(245,130,0,0.1);
  color:var(--color-primary, #F58200);
  font-weight:600 !important;
  height:auto;
  line-height:1;
  padding:0.35rem 0.6rem;
  border-radius:6px;
  font-size:0.8rem;
  margin-bottom:0.5rem;
}
.bo_cate_link:hover {text-decoration:none}
.bo_current {color:var(--color-primary, #F58200)}
#bo_list .profile_img {display:inline-block;margin-right:5px}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold;color:#ed6478;font-size:0.86em}

#bo_gall li.empty_list {
  grid-column:1 / -1;
  padding:5rem 1rem;
  text-align:center;
  color:#667085;
  background:#fff;
  border:1px dashed #e5e5e5;
  border-radius:16px;
  box-shadow:none;
}
#bo_gall li.empty_list:hover {
  transform:none;
  border-color:#e5e5e5;
  box-shadow:none;
}

/* 인라인 검색 (글쓰기 버튼과 동일 섹션) */
#bo_gall #bo_btn_top .bo_sch {
  position:relative;
  display:block;
  flex:1 1 auto;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  max-width:420px;
  min-width:0;
}
#bo_gall #bo_btn_top .bo_sch form {
  display:flex;
  align-items:center;
  gap:0.4rem;
  width:100%;
  margin:0;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
#bo_gall #bo_btn_top .bo_sch select {
  flex:0 0 auto;
  width:auto;
  min-width:6.5rem;
  height:40px;
  padding:0 0.6rem;
  border:1px solid #eee;
  border-radius:10px;
  background:#fafafa;
  color:#445;
  font-size:0.8125rem;
  box-shadow:none;
}
#bo_gall #bo_btn_top .bo_sch .sch_bar {
  display:flex;
  align-items:center;
  flex:1 1 auto;
  min-width:0;
  margin:0;
  border:1px solid #eee;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}
#bo_gall #bo_btn_top .bo_sch .sch_input {
  float:none;
  flex:1 1 auto;
  width:100%;
  min-width:0;
  height:40px;
  border:0;
  padding:0 0.75rem;
  background:transparent;
  font-size:0.875rem;
  outline:none;
}
#bo_gall #bo_btn_top .bo_sch .sch_btn {
  float:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 40px;
  width:40px;
  height:40px;
  border:0;
  background:transparent;
  color:var(--color-primary, #F58200);
  cursor:pointer;
}
#bo_gall #bo_btn_top .bo_sch .sch_btn:hover {background:rgba(245,130,0,0.08)}
#bo_gall #bo_btn_top .bo_sch .sch_btn .material-symbols-rounded {font-size:22px}

@media (max-width:768px) {
  #bo_gall #bo_btn_top .bo_btn_top_actions {
    width:100%;
    flex-wrap:wrap;
  }
  #bo_gall #bo_btn_top .bo_sch {
    max-width:none;
    width:100%;
    order:-1;
  }
  #bo_gall #bo_btn_top .btn_bo_user {
    margin-left:auto;
  }
}
@media screen and (max-width: 500px) {
    #bo_gall #bo_btn_top .bo_sch form {
        flex-direction: column;
    }
    #bo_gall #bo_btn_top .bo_sch select,
    #bo_gall #bo_btn_top .bo_sch .sch_bar {
        width: 100%;
    }
}

/* 페이지네이션 */
#bo_gall .pg_wrap {margin:2rem 0 0;text-align:center}
#bo_gall .pg_page,
#bo_gall .pg_current {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:2.25rem;
  height:2.25rem;
  margin:0 2px;
  border-radius:8px;
  border:1px solid #eee;
  background:#fff;
  color:#667085;
  font-weight:500;
}
#bo_gall .pg_current {
  background:var(--color-primary, #F58200);
  border-color:var(--color-primary, #F58200);
  color:#fff;
  font-weight:700;
}
#bo_gall .pg_page.pg_start,
#bo_gall .pg_page.pg_prev,
#bo_gall .pg_page.pg_next,
#bo_gall .pg_page.pg_end {
  position: relative;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
  padding: 0;
  min-width: 2.25rem;
  background-image: none;
  text-indent: 0;
  white-space: nowrap;
}
#bo_gall .pg_page.pg_start::before,
#bo_gall .pg_page.pg_prev::before,
#bo_gall .pg_page.pg_next::before,
#bo_gall .pg_page.pg_end::before {
  font-family: 'Material Symbols Rounded';
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #667085;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
#bo_gall .pg_page.pg_start::before { content: 'first_page'; }
#bo_gall .pg_page.pg_prev::before { content: 'chevron_left'; }
#bo_gall .pg_page.pg_next::before { content: 'chevron_right'; }
#bo_gall .pg_page.pg_end::before { content: 'last_page'; }
#bo_gall .pg_page:hover {
  border-color:rgba(245,130,0,0.4);
  color:var(--color-primary, #F58200);
}
#bo_gall .pg_page.pg_start:hover::before,
#bo_gall .pg_page.pg_prev:hover::before,
#bo_gall .pg_page.pg_next:hover::before,
#bo_gall .pg_page.pg_end:hover::before {
  color: var(--color-primary, #F58200);
}

@media screen and (max-width: 900px) {
  #bo_gall #gall_ul {grid-template-columns:repeat(2, 1fr); gap:1rem;}
}
@media screen and (max-width: 500px) {
  #bo_gall #gall_ul {grid-template-columns:1fr; gap:0.85rem;}
  #bo_btn_top {padding:0.75rem;}
}


/* 게시판 읽기 */
#bo_v.moments-view {
  width:100%;
  background:#fff;
  border:1px solid #f0f0f0;
  border-radius:16px;
  box-shadow:0 8px 28px rgba(16,16,16,0.04);
  padding:2rem;
  margin:6rem 0;
  position: relative;
}

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:var(--color-primary, #F58200);color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {margin-bottom:0.5rem}
#bo_v_title .bo_v_cate {
  display:inline-block;
  line-height:1;
  background:rgba(245,130,0,0.1);
  color:var(--color-primary, #F58200);
  padding:0.35rem 0.7rem;
  border-radius:6px;
  font-size:0.85rem;
  font-weight:600;
}
#bo_v_title .bo_v_tit {
  display:block;
  font-size:clamp(1.35rem, 2.5vw, 1.85rem);
  margin:0.75rem 0 0;
  word-break:keep-all;
  letter-spacing:-0.02em;
  font-weight:700;
  color:var(--color-black, #101010);
}

#bo_v_info {
    margin:0;
    color:#666;
    padding: 0;
}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_info .profile_info {margin:1rem 0 0;display:inline-block;float:left}
#bo_v_info .profile_info .pf_img {float:left;margin-right:10px}
#bo_v_info .profile_info .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_v_info .profile_info .profile_info_ct {float:left;padding:5px 0;line-height:18px}

#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {display:none}
#bo_v_info .sv_member {color:#000}
#bo_v_info .if_date {margin:0;color:#888}
#bo_v .bo_v_schedule {
  clear: both;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(245, 130, 0, 0.2);
  border-radius: 12px;
  background: rgba(245, 130, 0, 0.06);
}
#bo_v .bo_v_schedule > .material-symbols-rounded {
  flex: 0 0 auto;
  font-size: 1.5rem;
  color: var(--color-primary, #F58200);
}
#bo_v .bo_v_schedule em {
  display: block;
  margin: 0 0 0.2rem;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #98a2b3;
}
#bo_v .bo_v_schedule strong {
  display: block;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-black, #101010);
}

#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_file li {padding:15px;position:relative;margin:10px 0;border:1px solid #eee;border-radius:12px;box-shadow:none}
#bo_v_file li .material-symbols-rounded {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_file a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {text-decoration:underline;color:var(--color-primary, #F58200)}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_file li:hover {border-color:rgba(245,130,0,0.35);color:var(--color-primary, #F58200)}
#bo_v_file li:hover .material-symbols-rounded {color:var(--color-primary, #F58200)}
#bo_v_file li:hover .bo_v_file_cnt {color:var(--color-primary, #F58200)}


#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link li {padding:15px;position:relative;margin:10px 0;border:1px solid #eee;border-radius:12px;box-shadow:none}
#bo_v_link li .material-symbols-rounded {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_link a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:var(--color-primary, #F58200)}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_link li:hover {border-color:rgba(245,130,0,0.35)}
#bo_v_link li:hover .material-symbols-rounded {color:var(--color-primary, #F58200)}
#bo_v_link li:hover .bo_v_link_cnt {color:var(--color-primary, #F58200)}


#bo_v_top {
    zoom:1;
    position: absolute;
    top: -50px;
    right: 0;
}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {margin:0;float:right}
.bo_v_com > li {position:relative;float:left;margin-left:5px}

.bo_v_nb {
    margin:0;
    position:relative;
    clear:both;
    text-align:left;
    border-top:1px solid #f0f0f0;
    border-radius:12px;
    overflow:hidden;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.bo_v_nb:after {
    display:none;
    visibility:hidden;
    clear:both;
    content:"";
}
.bo_v_nb li {
    border-top:1px solid #f1f1f1;
    padding:0.9rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    flex: 1;
    overflow: hidden;
}
.bo_v_nb li.btn_next {
    justify-content: flex-end;
}
.bo_v_nb li:first-child {border-top:0}
.bo_v_nb li:last-child {border-bottom:0}
@media (hover: hover) and (pointer: fine) {
    .bo_v_nb li:hover {background:#fafafa}
}
.bo_v_nb li .material-symbols-rounded {font-size:18px;color:var(--color-primary, #F58200)}
.bo_v_nb li > a{
    flex:1 1 auto;
    min-width:0;
    font-size:0.9rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.bo_v_nb li.btn_next > a{
    text-align:right;
}
.bo_v_nb li .nb_tit{
    display:inline-flex;
    align-items:center;
    gap:0.5rem;
    flex:0 0 auto;
    color:var(--color-primary, #F58200);
    font-weight:600;
}
.bo_v_nb li .nb_date {
    float:right;
    color:#b3b3b3;
    display: none;
}

#bo_v_atc {
    min-height:200px;
    height:auto !important;
    margin-top:0;
    padding: 2rem 0;
}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;zoom:1; text-align: center;}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:block}
#bo_v_img img {
  margin-bottom:1rem;
  max-width:100%;
  height:auto;
  border-radius:12px;
}

#bo_v_con {
  margin:0;
  width:100%;
  line-height:1.6;
  min-height:120px;
  word-break:keep-all;
  overflow:hidden;
  color:#374151;
  font-weight:350;
}
#bo_v_con a {color:var(--color-primary, #F58200);text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto;border-radius:10px}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle;color:#4a5158}
#bo_v_act a:hover {background-color:#fff;color:var(--color-primary, #F58200);border-color:var(--color-primary, #F58200)}
#bo_v_act .material-symbols-rounded {font-size:1.4em;margin-right:5px}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;z-index:9999;padding:10px 0;width:165px;background:var(--color-primary, #F58200);color:#fff;text-align:center}
#bo_v_act .bo_v_good {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}
#bo_v_act .bo_v_nogood {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}

#bo_v_sns {padding:0;list-style:none;zoom:1;float:left;display:inline-block}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:135px;margin-right:5px;text-align:left}
#bo_v_sns li a {height:35px;line-height:35px;text-align:center;border-radius:5px;color:#fff;font-size:0.95em}
#bo_v_sns li img {vertical-align:middle;margin-right:5px}
#bo_v_sns li .sns_f {display:block;background:#3b5997}
#bo_v_sns li .sns_t {display:block;background:#09aeee}
#bo_v_sns li .sns_g {display:block;background:#ea4026}
#bo_v_sns li .sns_k {display:block;background:#fbe300}

#bo_v_share {position:relative;padding:20px 0}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .btn {padding:0 10px;color:#555;font-weight:normal;font-size:1em;width:80px;line-height:35px;height:35px;border-color:#d5d5d5;border-radius:8px}
#bo_v_share .btn:hover {background:#fff}
#bo_v_share .btn .material-symbols-rounded {margin-right:5px;color:#4b5259;vertical-align:middle;font-size:18px}

@media screen and (max-width: 768px) {
  #bo_v.moments-view {padding:1.25rem}
  #bo_v_title .bo_v_tit {font-size:1.25rem}
}
@media screen and (max-width: 500px) {
    #bo_v_atc {
        padding: 1rem 0;
    }
}


/* 게시판 댓글 */
.cmt_btn {width:100%;text-align:left;border:0;border-bottom:1px solid #f0f0f0;background:#fff;font-weight:bold;margin:30px 0 0px;padding:0 0 15px}
.cmt_btn span.total {position:relative;display:inline-block;margin-right:5px;font-size:1em;color:var(--color-primary, #F58200)}
.cmt_btn span.cmt_more {float:right;display:inline-block;width:15px;height:10px;background:url(./img/btn_cmt.png) no-repeat right 2px;margin-top:5px}
.cmt_btn_op span.cmt_more {background-position:right -8px}
.cmt_btn b {font-size:1.2em;color:#000}
.cmt_btn span.total:after {position:absolute;bottom:-17px;left:0;display:inline-block;background:var(--color-primary, #F58200);content:"";width:100%;height:2px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative;border-bottom:1px solid #f0f0f0}
#bo_vc article:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc article .profile_img img {border-radius:50%}
#bo_vc article .pf_img {float:left;margin-right:10px}
#bo_vc article .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_vc article .cm_wrap {float:left;max-width:870px;width:90%}
#bo_vc header {position:relative;width:100%}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .profile_img {display:none}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {line-height:1.8em;padding:0 0 20px}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .bo_vl_opt {position:absolute;top:0;right:0}

.bo_vc_act {display:none;position:absolute;right:0;top:40px;width:58px;text-align:right;border:1px solid #b8bfc4;margin:0;list-style:none;background:#fff;zoom:1;z-index:9999}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f0f0f0}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a {display:inline-block;padding:10px 15px}
.bo_vc_act li a:hover {color:var(--color-primary, #F58200)}

.bo_vc_w {position:relative;margin:10px 0;display:block}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:120px;box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}
.bo_vc_w_info {margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;margin-right:5px}
.bo_vc_w_info #captcha {padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm {clear:both;margin-top:10px; display: none;}
.bo_vc_w .btn_confirm label {display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center}
.bo_vc_w .btn_submit {height:45px;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em}
.bo_vc_w .btn_confirm .secret_cm label {font-size:1em !important}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.secret_cm {display:inline-block;float:left}

#bo_vc_send_sns {display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}

/*글쓰기 - bbs-basic과 동일 */
#bo_w.board-write {
  margin: 0 auto 4rem;
  width: 100%;
  max-width: 100%;
  padding: 5rem 0 0;
  box-sizing: border-box;
}
#bo_w #fwrite {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
  padding: 2rem;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
#bo_w .bo_w_label {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-black, #101010);
}
#bo_w .bo_w_label em {
  margin-left: 0.25rem;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-primary, #F58200);
}
#bo_w .bo_w_schedule {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
#bo_w .bo_w_schedule_item { min-width: 0; }
#bo_w .bo_w_schedule_item .frm_input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#bo_w .write_div {
  margin: 0 0 1.25rem;
  position: relative;
  max-width: 100%;
}
#bo_w .write_div:last-child { margin-bottom: 0; }
#bo_w .write_div:after { display: none; }

#bo_w .bo_w_option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
}
#bo_w .bo_w_option .bo_w_label { margin: 0; }
#bo_w .bo_v_option {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}
#bo_w .bo_v_option li {
  display: inline-block;
  float: none;
  text-align: left;
  margin: 0;
}
#bo_w .bo_v_option .chk_box {
  display: inline-block !important;
  position: relative;
}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label {
  padding-left: 22px;
  font-size: 0.92rem;
  color: #445;
  cursor: pointer;
}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  width: 15px;
  height: 15px;
}

#bo_w .bo_w_info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
#bo_w .bo_w_info .bo_w_field { min-width: 0; }
#bo_w .bo_w_info .frm_input {
  float: none;
  width: 100%;
  margin: 0;
}

#bo_w .frm_input,
#bo_w .frm_file,
#bo_w textarea,
#bo_w select {
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  color: var(--color-black, #101010);
  box-shadow: none;
  font-size: 0.95rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
#bo_w .frm_input,
#bo_w select {
  height: 46px;
  padding: 0 0.95rem;
}
#bo_w textarea {
  min-height: 220px;
  padding: 0.95rem;
  line-height: 1.7;
  resize: vertical;
}
#bo_w .frm_input:focus,
#bo_w textarea:focus,
#bo_w select:focus {
  outline: none;
  border-color: rgba(245, 130, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(245, 130, 0, 0.12);
}
#bo_w .bo_w_select select { width: 100%; }

#bo_w .bo_w_tit { position: relative; }
#bo_w .bo_w_tit #autosave_wrapper {
  position: relative;
  margin: 0;
}
#bo_w .bo_w_tit .frm_input { padding-right: 7.5rem; }
#bo_w .bo_w_tit #btn_autosave {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  height: 34px;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 8px;
  line-height: 34px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-primary, #F58200);
  background: rgba(245, 130, 0, 0.1);
  cursor: pointer;
}
#bo_w .bo_w_tit #autosave_count {
  display: inline-block;
  min-width: 1.1rem;
  margin-left: 0.15rem;
  font-weight: 700;
}

#bo_w .wr_content {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}
#bo_w .wr_content textarea {
  border: 0;
  border-radius: 10px;
  box-shadow: none;
}
#bo_w .wr_content.smarteditor2,
#bo_w .wr_content.smarteditor2 iframe,
#bo_w .wr_content.cheditor5 {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  background: #fff;
  box-sizing: border-box;
}
#bo_w .wr_content .cheditor-container {
  border: 0 !important;
}

#bo_w .bo_w_attach {
  display: flex;
  align-items: stretch;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
#bo_w .bo_w_attach:focus-within {
  border-color: rgba(245, 130, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(245, 130, 0, 0.12);
}
#bo_w .bo_w_attach_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  color: #98a2b3;
  background: #fafafa;
  border-right: 1px solid #f0f0f0;
}
#bo_w .bo_w_attach_icon .material-symbols-rounded { font-size: 1.2rem; }
#bo_w .bo_w_attach .frm_input {
  flex: 1 1 auto;
  border: 0;
  border-radius: 0;
  height: 46px;
  box-shadow: none;
}
#bo_w .bo_w_attach .frm_input:focus { box-shadow: none; }

#bo_w .bo_w_flie .file_wr {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.35rem 0.75rem 0.35rem 2.75rem;
  min-height: 46px;
  height: auto;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}
#bo_w .bo_w_flie .lb_icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 100%;
  margin: 0;
  border: 0;
  border-right: 1px solid #f0f0f0;
  border-radius: 10px 0 0 10px;
  background: #fafafa;
  color: #98a2b3;
  line-height: 1;
}
#bo_w .bo_w_flie .lb_icon .material-symbols-rounded { font-size: 1.2rem; }
#bo_w .bo_w_flie .frm_file {
  width: 100%;
  padding: 0;
  padding-left: 0.5rem;
  margin: 0;
  border: 0;
  background: transparent;
  font-size: 0.9rem;
}
#bo_w .bo_w_file_help {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  color: #98a2b3;
}
#bo_w .bo_w_flie .frm_input { margin: 0.65rem 0 0; }
#bo_w .bo_w_flie .file_del {
  position: static;
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  color: #667085;
}

#bo_w .bo_w_captcha {
  padding: 1.15rem 1.25rem 1.25rem;
  background: #fffaf4;
  border: 1px solid #f3e7d8;
  border-radius: 12px;
}
#bo_w .bo_w_captcha .bo_w_label { margin-bottom: 0.75rem; }
#bo_w #captcha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
#bo_w #captcha legend { display: none; }
#bo_w #captcha #captcha_img {
  display: block;
  height: 46px;
  width: auto;
  min-width: 130px;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}
#bo_w #captcha #captcha_key {
  width: 8.5rem;
  height: 46px;
  margin: 0;
  padding: 0 0.75rem;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  color: var(--color-black, #101010);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  box-shadow: none;
  vertical-align: middle;
}
#bo_w #captcha #captcha_key:focus {
  outline: none;
  border-color: rgba(245, 130, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(245, 130, 0, 0.12);
}
#bo_w #captcha #captcha_mp3,
#bo_w #captcha #captcha_reload {
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff !important;
  background-image: none !important;
  text-indent: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  transition: border-color 160ms ease, background 160ms ease;
}
#bo_w #captcha #captcha_mp3 span,
#bo_w #captcha #captcha_reload span { display: none; }
#bo_w #captcha #captcha_mp3::before,
#bo_w #captcha #captcha_reload::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Material Symbols Rounded';
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--color-primary, #F58200);
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  text-indent: 0;
}
#bo_w #captcha #captcha_mp3::before { content: 'volume_up'; }
#bo_w #captcha #captcha_reload::before { content: 'refresh'; }
#bo_w #captcha #captcha_info {
  flex: 1 1 100%;
  display: block;
  margin: 0.15rem 0 0;
  font-size: 0.85rem;
  letter-spacing: 0;
  color: #667085;
  word-break: keep-all;
}
#bo_w #captcha.m_captcha audio {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 0 0.35rem;
}
#bo_w #captcha.m_captcha #captcha_img {
  width: 180px;
  height: 68px;
  margin: 0;
}

#bo_w .btn_confirm {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.75rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}
#bo_w .btn_confirm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  height: 48px;
  padding: 0 1.5rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  box-sizing: border-box;
}
#bo_w .btn_submit {
  border: 0;
  background: var(--color-primary, #F58200);
  color: #fff;
}
#bo_w .btn_cancel {
  border: 1px solid #eee;
  color: #667085;
  background: #fff;
}

#char_count_desc {
  display: block;
  margin: 0 0 0.65rem;
  padding: 0;
  font-size: 0.85rem;
  color: #667085;
}
#char_count_wrap { margin: 0.5rem 0 0; text-align: right; color: #98a2b3; font-size: 0.85rem; }
#char_count { font-weight: 700; color: var(--color-primary, #F58200); }

#autosave_wrapper { position: relative; }
#autosave_pop {
  display: none;
  z-index: 10;
  position: absolute !important;
  top: calc(100% + 6px);
  right: 0;
  width: 350px;
  height: auto !important;
  max-height: 220px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
#autosave_pop strong { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#autosave_pop div { text-align: center; margin: 0 !important; }
#autosave_pop button { margin: 0; padding: 0; border: 0; }
#autosave_pop ul {
  padding: 0.75rem;
  border-top: 0;
  list-style: none;
  overflow-y: auto;
  height: 150px;
  border-bottom: 1px solid #f0f0f0;
}
#autosave_pop li {
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  border-radius: 6px;
}
#autosave_pop li:after { display: block; visibility: hidden; clear: both; content: ""; }
#autosave_pop a { display: block; float: left; color: var(--color-black, #101010); }
#autosave_pop span {
  display: block;
  float: right;
  font-size: 0.85rem;
  font-style: normal;
  color: #98a2b3;
}
.autosave_close {
  cursor: pointer;
  width: 100%;
  height: 38px;
  background: none;
  color: #667085;
  font-weight: 700;
  font-size: 0.88rem;
}
.autosave_content { display: none; }
.autosave_del {
  background: url(./img/close_btn.png) no-repeat 50% 50%;
  text-indent: -999px;
  overflow: hidden;
  height: 20px;
  width: 20px;
}

@media (hover: hover) and (pointer: fine) {
  #bo_w .bo_w_tit #btn_autosave:hover {
    background: rgba(245, 130, 0, 0.16);
  }
  #bo_w #captcha #captcha_mp3:hover,
  #bo_w #captcha #captcha_reload:hover {
    border-color: rgba(245, 130, 0, 0.4);
    background: rgba(245, 130, 0, 0.08) !important;
  }
  #bo_w .btn_submit:hover { background: var(--color-secondary, #e07000); }
  #bo_w .btn_cancel:hover {
    border-color: rgba(245, 130, 0, 0.4);
    color: var(--color-primary, #F58200);
    background: rgba(245, 130, 0, 0.06);
  }
  #autosave_pop li:hover { background: #fafafa; }
  .autosave_close:hover { background: #fafafa; color: var(--color-primary, #F58200); }
}
@media (hover: none) {
  #bo_w.board-write .btn_submit:hover {
    background: var(--color-primary, #F58200);
  }
  #bo_w.board-write .btn_cancel:hover {
    background: #fff;
    color: #667085;
    border-color: #eee;
  }
}

@media screen and (max-width: 768px) {
  #bo_w.board-write {
    margin: 0 auto 2.5rem;
    padding: 2rem 0 0;
  }
  #bo_w #fwrite {
    padding: 1.5rem;
  }
  #bo_w .bo_w_info {
    grid-template-columns: 1fr;
  }
  #bo_w .bo_w_tit .frm_input {
    padding-right: 7.5rem;
  }
  #bo_w .bo_w_flie .file_wr {
    height: auto;
    min-height: 46px;
  }
  #bo_w .btn_confirm .btn {
    flex: 1 1 auto;
    min-width: 0;
  }
  #bo_w .bo_w_captcha {
    padding: 1rem;
  }
  #bo_w #captcha #captcha_key {
    flex: 1 1 auto;
    width: auto;
    min-width: 7rem;
  }
}
@media screen and (max-width: 500px) {
  #bo_w.board-write {
    padding-top: 1rem;
  }
  #bo_w #fwrite {
    padding: 1.15rem;
  }
  #autosave_pop {
    left: 0;
    right: 0;
    width: auto;
  }
}

/* 공통 타이틀 */
.sub-header{
    text-align: center;
    margin-bottom: 3rem;
  }
.sub-eyebrow{
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary);
}
.sub-header h3{
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}
.sub-desc{
    color: #667085;
    font-size: 1rem;
    font-weight: 400;
}
#bo_gall .program-info {
  margin: 0 0 2.5rem;
  padding: 0.85rem 1.25rem;
  background-color: #f29126;
  border-radius: var(--card-border-radius);
}
#bo_gall .program-info[open] {
  padding: 0.85rem 1.25rem 1.5rem;
}
#bo_gall .program-info-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  list-style: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
#bo_gall .program-info-btn::-webkit-details-marker,
#bo_gall .program-info-btn::marker {
  display: none;
  content: "";
}
#bo_gall .program-info-btn .material-symbols-rounded {
  flex: 0 0 auto;
  font-size: 1.5rem;
  transition: transform 200ms ease;
}
#bo_gall .program-info[open] .program-info-btn .material-symbols-rounded {
  transform: rotate(180deg);
}
#bo_gall .program-info-body {
  margin-top: 1rem;
}
#bo_gall .program-info img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
#bo_w .sub-header h3 .sub-desc {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
@media screen and (max-width: 768px) {
    .sub-header{
    text-align: left;
    margin-bottom: 2rem;
    }
    #bo_w .bo_w_schedule {
      grid-template-columns: 1fr;
    }
}
