@charset "UTF-8";
/* ===== list ===== */
#bo_gall {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#bo_gall #fboardlist {
  gap: 50px;
}

#bo_gall #bo_cate {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
#bo_gall #bo_cate #bo_cate_ul {
  display: flex;
  padding: 5px 40px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 40px;
  border: 1px solid #ddd;
  background: #f8f8f8;
}
#bo_gall #bo_cate #bo_cate_ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
#bo_gall #bo_cate #bo_cate_ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  background: #aeaeae;
  border-radius: 999px;
}
#bo_gall #bo_cate #bo_cate_ul a {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.54px;
}
#bo_gall #bo_cate #bo_cate_ul a:hover,
#bo_gall #bo_cate #bo_cate_ul #bo_cate_on {
  color: #2f7141;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#bo_gall .bo_full_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  align-self: stretch;
}
#bo_gall .bo_sch_wrap {
  display: flex;
  width: 350px;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #d6dde6;
  background: #fff;
}
#bo_gall .bo_sch_wrap .bo_sch {
  width: 100%;
}
#bo_gall .bo_sch_wrap .sch_bar {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#bo_gall .bo_sch_wrap .sch_input {
  display: flex;
  width: 100%;
  padding-left: 30px;
  padding-right: 60px;
  align-items: center;
  background: none;
  border-radius: 30px;
  height: 50px;
  color: #999;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  text-transform: capitalize;
}
#bo_gall .bo_sch_wrap .sch_btn {
  position: absolute;
  right: 0;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #222;
}

#bo_gall #bo_list_total p {
  color: #333;
  font-family: "Wanted Sans";
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
}
#bo_gall #bo_list_total span {
  color: #3c701c;
}

#bo_gall input[type=checkbox] {
  appearance: auto;
  width: 16px;
  height: 16px;
}

#bo_gall #gall_allchk {
  padding-bottom: 10px;
}

#bo_gall #gall_ul {
  display: flex;
  gap: 40px 30px;
  flex-wrap: wrap;
}

#bo_gall .gall_li {
  width: calc((100% - 60px) / 3);
}

#bo_gall .gall_box {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#bo_gall .gall_con {
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

#bo_gall .gall_li .gall_chk {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#bo_gall .gall_now .gall_text_href a {
  color: #ff3061;
}

#bo_gall .gall_img {
  height: auto !important;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #ddd;
  aspect-ratio: 446/300;
}

#bo_gall .gall_img a,
#bo_gall .gall_img .no_image,
#bo_gall .gall_img .is_notice {
  display: block;
}

#bo_gall .gall_img img,
#bo_gall .gall_img video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

#bo_gall .gall_img .no_image {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: #eaeaea;
}

#bo_gall .gall_body {
  width: 100%;
}

#bo_gall .gall_text_href {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
}
#bo_gall .gall_text_href .tit_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
#bo_gall .gall_text_href .tit_wrap .bo_tit {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: #000;
  font-family: Pretendard;
  font-size: 1.222rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#bo_gall .gall_text_href .tit_wrap span {
  color: #333;
  font-family: Pretendard;
  font-size: 0.778rem;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.1px;
}
#bo_gall .gall_text_href .bo_cate_link {
  color: #777;
  font-family: Pretendard;
  font-size: 0.778rem;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
}

#bo_gall .bo_tit .cnt_cmt {
  height: 16px;
  padding: 0 5px;
  color: #fc4c4b;
  font-size: 11px;
  line-height: 16px;
  vertical-align: middle;
  border-radius: 3px;
  background: #ffefef;
}

#bo_gall .gall_info {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bo_gall .gall_info i {
  font-size: 12px;
}

#bo_gall .gall_info .gall_date,
#bo_gall .gall_info .gall_view {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #777;
  font-size: 0.89rem;
  font-weight: 400;
  letter-spacing: -0.48px;
}

#bo_gall .bo_fx {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
#bo_gall .bo_fx .btn_bo_adm,
#bo_gall .bo_fx .btn_bo_user {
  display: flex;
  align-items: center;
  gap: 20px;
}
#bo_gall .bo_fx a.btn,
#bo_gall .bo_fx .btn {
  display: flex;
  width: 120px;
  height: 52px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ddd;
  text-align: center;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: uppercase;
}
#bo_gall .bo_fx .btn_bo_adm a.btn,
#bo_gall .bo_fx .btn_bo_adm .btn {
  background: #f8f8f8;
  color: #333;
}
#bo_gall .bo_fx .btn_bo_user a.btn,
#bo_gall .bo_fx .btn_bo_user .btn {
  background: #222;
  color: #fff;
}
#bo_gall .bo_fx .btn_bo_user .btn_admin {
  width: auto;
}

/* ===== write ===== */
#char_count_desc {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}

#char_count_wrap {
  margin: 5px 0 0;
  text-align: right;
}

#char_count {
  font-weight: bold;
}

#bo_w {
  gap: 60px;
}

#bo_w h2 {
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.556rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.84px;
}

#bo_w #fwrite {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#bo_w .bo_w_option_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#bo_w .bo_w_etc_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

#bo_w table {
  width: 100%;
  border: 1px solid #d6dde6;
}
#bo_w table tr:not(:last-child) {
  border-bottom: 1px solid #d6dde6;
}
#bo_w table th {
  width: 200px;
  min-width: 200px;
  padding: 20px 15px;
  background: #f4f6f8;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
}
#bo_w table td {
  padding: 5px 0;
}

#bo_w input[type=checkbox] {
  appearance: auto;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
}

#bo_w .frm_label {
  padding: 10px 15px;
}

#bo_w .chk_txt {
  color: #666;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: -0.48px;
}

/* 공통 frm_input 초기화 */
#bo_w .frm_input,
#bo_w .full_input,
#bo_w .frm_file,
#bo_w .select_wrap select {
  flex: 1;
  width: 100%;
  max-width: 100%;
  height: 46px;
  padding: 10px 15px;
  border: 0px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  color: #666;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: -0.48px;
}

/* bo_w_select */
#bo_w .bo_w_select .write-item-con {
  flex: none;
}

#bo_w .bo_w_select select {
  padding-right: 46px;
  padding-left: 10px;
}

/* bo_w_info */
#bo_w .bo_w_info {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

#bo_w .bo_w_info .write-item {
  width: calc(50% - 25px);
}

/* bo_w_option */
#bo_w .bo_wv_option {
  height: auto;
  padding: 20px 10px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

#bo_w .bo_wv_option .chk_box {
  display: flex;
  gap: 5px;
  align-items: center;
}

#bo_w .bo_wv_option li label {
  vertical-align: baseline;
}

/* bo_w_tit */
/* bo_w_main */
#bo_w .bo_w_main .write-item-tit {
  margin: 0 0 15px 0;
}

/* bo_w_link_wrap */
#bo_w .bo_w_link {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #d6dde6;
}

#bo_w .bo_w_link label {
  display: flex;
  width: 209px;
  padding: 20px 15px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #f4f6f8;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
}

#bo_w .bo_w_link input {
  align-content: center;
}

/* bo_w_file */
#bo_w .bo_w_file {
  width: 100%;
}

#bo_w .bo_w_file > input {
  border: 1px solid #ddd;
}

#bo_w .bo_w_file .file_wr {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #d6dde6;
}

#bo_w .bo_w_file .file_wr label {
  padding: 15px;
  color: #666;
  text-align: center;
  font-size: 0.889rem;
  letter-spacing: -0.48px;
  background: #f4f6f8;
}

#bo_w .bo_w_file .file_wr input {
  align-content: center;
}

#bo_w .bo_w_file .file_del {
  display: block;
  padding-top: 5px;
}

#bo_w .bo_w_file .file_del label {
  color: #666;
  text-align: center;
  font-size: 0.889rem;
  letter-spacing: -0.48px;
}

.btn_confirm {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.btn_confirm a.btn,
.btn_confirm .btn {
  display: flex;
  width: 120px;
  height: 50px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #d6dde6;
  text-align: center;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: uppercase;
}
.btn_confirm a.btn_cancel {
  background: #f8f8f8;
  color: #333;
}
.btn_confirm .btn_submit {
  background: #222;
  color: #fff;
}

/* ===== view ===== */
#bo_v {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#bo_v_top {
  display: none;
}

#bo_v_top .bo_fx,
#bo_v_bot .bo_fx {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#bo_v_top .btns,
#bo_v_top .bo_v_nb,
#bo_v_bot .btns,
#bo_v_bot .bo_v_nb {
  display: flex;
  align-items: center;
  gap: 20px;
}
#bo_v_top a.btn,
#bo_v_top .btn,
#bo_v_bot a.btn,
#bo_v_bot .btn {
  display: flex;
  width: 120px;
  height: auto;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  text-transform: uppercase;
}
#bo_v_top .btn_bo_user a.btn,
#bo_v_top .btn_bo_user .btn,
#bo_v_bot .btn_bo_user a.btn,
#bo_v_bot .btn_bo_user .btn {
  color: #fff;
  background: #222;
}
#bo_v_top .btn_bo_group,
#bo_v_bot .btn_bo_group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

#bo_v_atc {
  min-height: 200px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-self: stretch;
}

#bo_v .bo_v_le_atc {
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  height: 453px;
  aspect-ratio: 683/442;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bo_v .bo_v_ri_atc {
  width: 100%;
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}

#bo_v #bo_v_title {
  display: flex;
  padding-right: 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

#bo_v .bo_v_tit {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-family: Pretendard;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -1.08px;
}

#bo_v .bo_v_cate {
  color: #777;
  font-family: Pretendard;
  font-size: 0.778rem;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
}

#bo_v .bo_v_option {
  width: 100%;
}
#bo_v .bo_v_option dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
#bo_v .bo_v_option .opt_li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #ddd;
}
#bo_v .bo_v_option dt {
  padding: 10px;
  color: #666;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: -0.48px;
}
#bo_v .bo_v_option dd {
  color: #222;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: -0.54px;
  padding: 10px;
}

#bo_v #bo_v_info {
  border-bottom: 1px solid #ddd;
}

#bo_v_info .if_date {
  color: #888;
}

#bo_v_info .profile_info .pf_img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#bo_v .profile_info_ct {
  padding: 20px 10px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  color: #333;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 133.333%;
}

#bo_v .profile_info_ct > p {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

#bo_v .profile_info_ct > .profile_info_ct_line {
  width: 1px;
  height: 16px;
  background: #ddd;
}

#bo_v .profile_info_ct span {
  color: #333;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 133.333%;
}

#bo_v #bo_v_con {
  padding: 20px 10px;
  word-break: break-all;
  min-height: 200px;
}

#bo_v_img {
  width: 100%;
}

#bo_v_img a.view_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

#bo_v_img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 100%;
}

#bo_v #bo_v_file {
  border: 1px solid #ddd;
}

#bo_v #bo_v_file h2 {
  padding: 15px 10px;
  color: #555;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.54px;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

#bo_v #bo_v_file ul {
  padding: 0;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

#bo_v #bo_v_file li {
  padding: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#bo_v #bo_v_file li a {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #555;
  text-decoration: none;
}

#bo_v_file a:focus,
#bo_v_file li:hover a,
#bo_v_file a:active {
  text-decoration: underline;
  color: #fc4c4b;
}

#bo_v_file .bo_v_file_cnt {
  color: #b2b2b2;
  font-size: 0.92rem;
}

#bo_v #bo_v_file li .bo_v_file_cnt {
  font-size: 0.78rem;
}

#bo_v #bo_v_file li a strong {
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: -0.48px;
}

#bo_v #bo_v_file li a span {
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: -0.48px;
}

#bo_v #bo_v_file .fake_btn {
  padding: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  border: 1px solid #555;
  border-radius: 5px;
  background-color: #fff;
}

#bo_v #bo_v_file .fake_btn p {
  font-size: 0.77rem;
  font-weight: 500;
  line-height: 114%;
  letter-spacing: -0.42px;
  color: #555;
}

#bo_v #bo_v_link {
  width: 100%;
}

#bo_v_link a:focus,
#bo_v_link li:hover a,
#bo_v_link a:active {
  text-decoration: underline;
  color: #fc4c4b;
}

#bo_v_link .bo_v_link_cnt {
  color: #b2b2b2;
  font-size: 0.92rem;
}

#bo_v_link li:hover .bo_v_link_cnt {
  color: #99c2fc;
}

#bo_v #bo_v_link h2 {
  padding: 15px 10px;
  color: #555;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.54px;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

#bo_v #bo_v_link ul {
  width: 100%;
  padding: 0;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

#bo_v #bo_v_link li {
  padding: 15px 20px;
  border-radius: 10px;
  background: #2f7141;
}

#bo_v #bo_v_link li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 144.444%;
}
#bo_v #bo_v_link li a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/ico_goto_btn.svg");
  flex-shrink: 0;
}

#bo_v #bo_v_link li .bo_v_link_cnt {
  font-size: 0.78rem;
}

#bo_v #bo_v_link li a strong {
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: -0.48px;
}

/* ===== view comment ===== */
/* 게시판 댓글 */
.cmt_btn {
  width: 100%;
  margin: 30px 0 0px;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}

.cmt_btn span.total {
  position: relative;
  display: inline-block;
  color: #fc4c4b;
  font-size: 1rem;
}

.cmt_btn span.cmt_more {
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../img/btn_cmt.png) no-repeat right 2px;
}

.cmt_btn_op span.cmt_more {
  background-position: right -8px;
}

.cmt_btn b {
  color: #111;
  font-size: 1.2rem;
}

.cmt_btn span.total:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -17px;
  left: 0;
  display: inline-block;
  background: #fc4c4b;
}

#bo_vc article {
  display: flex;
  gap: 10px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 40px 0;
}

#bo_vc article .profile_img img {
  border-radius: 50%;
}

#bo_vc article .pf_img img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#bo_vc article .cm_wrap {
  flex: 1;
}

#bo_vc header {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

#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 {
  margin-bottom: 15px;
}

#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_act {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 80px;
  text-align: center;
  border: 1px solid #b8bfc4;
  margin: 0;
  list-style: none;
  background: #fff;
  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: #ed6479;
}

.bo_vc_w {
  position: relative;
  display: block;
}

.bo_vc_w #char_cnt {
  display: block;
  margin: 0 0 5px;
}

.bo_vc_w textarea {
  width: 100%;
  min-height: 200px;
  padding: 10px;
  color: #111;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.bo_vc_w_info {
  margin: 10px 0;
}

.bo_vc_w_info .frm_input {
  margin-right: 5px;
}

.bo_vc_w .btn_confirm {
  margin-top: 10px;
}

.bo_vc_w .btn_confirm label {
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
}

.bo_vc_w .btn_confirm .secret_cm label {
  font-size: 1rem !important;
}

.secret_cm {
  display: inline-block;
}

/* 미디어쿼리 - 반응형 */
@media (max-width: 1440px) {
  /*  write  */
  #bo_w .bo_w_link label {
    width: 200px;
  }
}
/* 태블릿 분기점 */
@media (max-width: 1200px) {
  /* list */
  /* view */
  #bo_v .bo_v_le_atc {
    width: 50%;
  }
  /*  write  */
}
@media (max-width: 1024px) {
  /* list */
  #bo_gall .gall_li {
    width: calc((100% - 30px) / 2);
  }
  #bo_gall .bo_fx .btn_bo_adm,
  #bo_gall .bo_fx .btn_bo_user {
    gap: 10px;
  }
  /* view */
  #bo_v_atc {
    flex-direction: column;
  }
  #bo_v .bo_v_le_atc {
    width: 100%;
    max-width: none;
    height: auto;
  }
  #bo_v .bo_v_ri_atc {
    padding-top: 0;
    gap: 30px;
  }
  #bo_v .bo_v_option dl {
    gap: 20px;
  }
}
/* 모바일 분기점 */
@media (max-width: 768px) {
  /* list */
  #bo_gall #bo_cate #bo_cate_ul {
    flex-wrap: wrap;
    gap: 0px 10px;
  }
  #bo_gall #bo_cate #bo_cate_ul li {
    gap: 10px;
  }
  #bo_gall .bo_sch_wrap .sch_input {
    font-size: 1rem;
  }
  #bo_gall .gall_text_href .tit_wrap span {
    font-size: 0.857rem;
  }
  #bo_gall .gall_text_href .bo_cate_link {
    font-size: 0.857rem;
  }
  #bo_gall .bo_fx a.btn,
  #bo_gall .bo_fx .btn {
    width: auto;
  }
  /* view */
  #bo_v .bo_v_cate {
    font-size: 1rem;
  }
  #bo_v .bo_v_option dt {
    font-size: 1rem;
  }
  #bo_v_top .btns,
  #bo_v_top .bo_v_nb,
  #bo_v_bot .btns,
  #bo_v_bot .bo_v_nb {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #bo_v_top a.btn,
  #bo_v_top .btn,
  #bo_v_bot a.btn,
  #bo_v_bot .btn {
    width: auto;
  }
  /*  write  */
  #bo_w table th {
    width: 80px;
    min-width: 80px;
  }
  #bo_w .bo_w_link label {
    width: 80px;
  }
}
@media (max-width: 640px) {
  /* list */
  #bo_gall .gall_li {
    width: 100%;
  }
  #bo_gall .gall_img {
    max-height: none !important;
  }
  #bo_gall .bo_full_wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  #bo_gall .bo_sch_wrap {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* list */
  #bo_gall #bo_cate #bo_cate_ul {
    border-radius: 20px;
    padding: 5px 30px;
  }
  #bo_gall .gall_text_href {
    align-items: center;
  }
  #bo_gall .gall_text_href .tit_wrap {
    flex-direction: column;
  }
  #bo_gall .bo_fx {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  #bo_gall .bo_fx a.btn,
  #bo_gall .bo_fx .btn {
    padding: 12px 15px;
  }
  /* view */
  #bo_v #bo_v_title {
    flex-direction: column;
    padding-right: 0;
  }
  #bo_v .bo_v_option .opt_li {
    flex-direction: column;
  }
  #bo_v .bo_v_option dt {
    padding-bottom: 0;
  }
  #bo_v_top .bo_fx,
  #bo_v_bot .bo_fx {
    align-items: center;
  }
  #bo_v_top .btn_bo_group,
  #bo_v_bot .btn_bo_group {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #bo_v_top .bo_v_nb,
  #bo_v_bot .bo_v_nb {
    width: 100%;
    justify-content: space-between;
  }
  #bo_v_top a.btn,
  #bo_v_top .btn,
  #bo_v_bot a.btn,
  #bo_v_bot .btn {
    padding: 12px 15px;
  }
  /*  write  */
}