@charset "utf-8";

/* ========================================
 * PARTNERSLABS / NEWS BOARD
 * BASE + DESKTOP
 * ======================================== */

 /* header */
#header .gnb ul li.depth01 span {
  color: #333;
}

/* 공통 */
#bo_list *,
#bo_w *,
#bo_v *,
#bo_cate *,
#bo_btn_top * {
  box-sizing: border-box;
}

#bo_list a,
#bo_w a,
#bo_v a {
  transition: all .2s ease;
}

#bo_list img,
#bo_w img,
#bo_v img {
  max-width: 100%;
  height: auto;
}

.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;
  color: #555;
  cursor: pointer;
}

.chk_box input[type="checkbox"]+label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
  border: 1px solid #d8dbe2;
  border-radius: 4px;
  background: #fff;
}

.chk_box input[type="checkbox"]:checked+label {
  color: #111;
}

.chk_box input[type="checkbox"]:checked+label span {
  border-color: #111;
  background: #111;
}

.write_div .chk_box input[type="checkbox"]+label {
  padding-left: 28px;
}

.write_div .chk_box input[type="checkbox"]+label span {
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 0;
}


/* clearfix */
#bo_list:after,
#bo_btn_top:after,
.bo_fx:after,
#bo_cate ul:after,
#bo_v_info:after,
#bo_v_top:after,
#bo_v_bot:after,
.bo_v_nb:after,
#bo_v_img:after,
#bo_v_share:after,
#bo_w .write_div:after,
#bo_w .bo_w_info:after,
#bo_w .bo_w_tit:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}


/* 목록 영역 최소 유지 */
#bo_list {
  position: relative;
  margin-bottom: 20px;
}

#bo_list .td_board {
  width: 120px;
  text-align: center
}

#bo_list .td_chk {
  width: 30px;
  text-align: center
}

#bo_list .td_date,
#bo_list .td_datetime {
  width: 100px;
  text-align: center
}

#bo_list .td_group,
#bo_list .td_mb_id,
#bo_list .td_nick {
  width: 100px;
  text-align: center
}

#bo_list .td_mng {
  width: 80px;
  text-align: center
}

#bo_list .td_name {
  width: 90px;
  text-align: left;
  padding: 10px 0
}

#bo_list .td_num,
#bo_list .td_num2 {
  width: 50px;
  text-align: center
}

#bo_list .td_numbig {
  width: 80px;
  text-align: center
}

#bo_list .td_board,
#bo_list .td_date,
#bo_list .td_datetime,
#bo_list .td_group,
#bo_list .td_mb_id,
#bo_list .td_mng,
#bo_list .td_name,
#bo_list .td_nick,
#bo_list .td_num,
#bo_list .td_num2,
#bo_list .td_numbig {
  color: #666;
}

#bo_list_total {
  float: left;
  line-height: 42px;
  font-size: 14px;
  color: #666;
}

#bo_btn_top {
  margin: 0 0 20px;
}

.bo_fx {
  float: right;
  margin-bottom: 5px;
}

.bo_fx ul,
.btn_bo_user,
.btn_bo_adm,
#bo_v_top ul,
#bo_v_bot ul,
#bo_v_file ul,
#bo_v_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn_bo_user {
  float: right;
}

.btn_bo_user>li,
.btn_bo_user li,
.btn_bo_adm li {
  float: left;
}

.btn_bo_user li {
  margin-left: 6px;
}

.btn_bo_user li a,
.btn_bo_user li button,
.btn_bo_adm input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  background: #fff;
  color: #333;
  text-decoration: none;
}

.btn_bo_user li a:hover,
.btn_bo_user li button:hover,
.btn_bo_adm input:hover {
  border-color: #111;
  color: #111;
}

.bo_notice td {
  background: #fafafa !important;
}

.bo_notice td a {
  font-weight: 700;
}

.bo_notice .notice_icon {
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.bo_tit {
  display: block;
  color: #111;
  font-weight: 700;
}

.bo_tit:hover {
  color: #111;
}

.bo_cate_link {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f5f7;
  color: #555;
  font-size: 12px;
  font-weight: 600 !important;
}

#bo_list .cnt_cmt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f1f3f5;
  color: #555;
  font-size: 11px;
  vertical-align: middle;
}

#bo_list .bo_tit .fa-lock,
#bo_list .bo_tit .new_icon,
#bo_list .bo_tit .hot_icon,
#bo_list .bo_tit .fa-download,
#bo_list .bo_tit .fa-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  border-radius: 4px;
  font-size: 11px;
  vertical-align: middle;
}

#bo_list .bo_tit .fa-lock {
  color: #46606b;
  background: #dbe7ec;
}

#bo_list .bo_tit .new_icon {
  color: #0d8a4e;
  background: #d9f7e8;
}

#bo_list .bo_tit .hot_icon {
  color: #cc2f2f;
  background: #ffe1e1;
}

#bo_list .bo_tit .fa-download {
  color: #8a6510;
  background: #fff2cf;
}

#bo_list .bo_tit .fa-link {
  color: #6e39b3;
  background: #efe2ff;
}


/* 카테고리 */
#bo_cate {
  margin: 0 0 28px;
}

#bo_cate h2,
#bo_v_info h2,
#bo_v_file h2,
#bo_v_link h2,
#bo_v_top h2,
#bo_v_bot h2,
#bo_v_atc_title {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_cate li {
  display: inline-block;
  margin: 0 6px 6px 0;
}

#bo_cate a {
  display: block;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #555;
  line-height: 1.2;
  text-decoration: none;
}

#bo_cate a:hover,
#bo_cate a:focus,
#bo_cate a:active {
  border-color: #111;
  color: #111;
  text-decoration: none;
}

#bo_cate #bo_cate_on {
  border-color: #111;
  background: #111;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}


/* 검색 팝업 */
.bo_sch_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.bo_sch_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.bo_sch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  max-width: calc(100% - 32px);
  margin-top: -170px;
  margin-left: -180px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.bo_sch h3 {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.bo_sch form {
  padding: 24px;
}

.bo_sch select,
.bo_sch .sch_bar {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.bo_sch select {
  height: 48px;
  padding: 0 14px;
  color: #111;
}

.bo_sch .sch_bar {
  display: flex;
  align-items: center;
  margin-top: 12px;
  overflow: hidden;
}

.bo_sch .sch_input {
  flex: 1;
  width: auto;
  height: 46px;
  padding: 0 14px;
  border: 0;
  background: transparent;
}

.bo_sch .sch_btn {
  width: 48px;
  height: 46px;
  border: 0;
  background: #fff;
  color: #111;
  font-size: 16px;
}

.bo_sch .bo_sch_cls {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f5f5f5;
  color: #666;
  font-size: 16px;
}


/* 자동저장 */
#autosave_wrapper {
  position: relative;
}

#autosave_pop {
  display: none;
  position: absolute !important;
  top: 54px;
  right: 0;
  z-index: 999;
  width: 360px;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

html.no-overflowscrolling #autosave_pop {
  height: auto;
  max-height: 10000px !important;
}

#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 {
  height: 180px;
  padding: 12px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  list-style: none;
  overflow-y: auto;
}

#autosave_pop li {
  padding: 12px 10px;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
}

#autosave_pop li:last-child {
  border-bottom: 0;
}

#autosave_pop a {
  display: block;
  float: left;
  color: #111;
  text-decoration: none;
}

#autosave_pop span {
  display: block;
  float: right;
  font-size: 13px;
  color: #888;
}

.autosave_close {
  width: 100%;
  height: 44px;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.autosave_close:hover {
  background: #f7f7f7;
  color: #111;
}

.autosave_content {
  display: none;
}

.autosave_del {
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  background: url(./img/close_btn.png) no-repeat 50% 50%;
}


/* 보기 페이지 */
#bo_v {
  margin-bottom: 40px;
  background: #fff;
  color: #111;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 20px;
}

.bo_v_info_meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bo_v_info_row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bo_v_info_label {
  min-width: 60px;
  font-size: 14px;
  color: #888;
}

.bo_v_info_value {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

#bo_v_table {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static;
  height: 32px;
  margin: 0 0 16px;
  padding: 0 14px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#bo_v_title {
  padding: 0 0 28px;
  border-bottom: 1px solid #e9e9e9;
}

#bo_v_title .bo_v_cate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3f5f7;
  color: #555;
  font-size: 12px;
  font-weight: 600;
}

#bo_v_title .bo_v_tit {
  display: block;
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  word-break: keep-all;
  color: #111;
}

#bo_v_info {
  position: relative;
  margin: 0;
  padding: 22px 0 28px;
  border-bottom: 1px solid #f1f1f1;
  color: #666;
}

#bo_v_info .profile_info {
  display: flex;
  align-items: center;
  float: none;
  margin: 0;
}

#bo_v_info .profile_info .pf_img {
  float: none;
  margin-right: 12px;
}

#bo_v_info .profile_info .pf_img img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

#bo_v_info .profile_info .profile_info_ct {
  float: none;
  padding: 0;
  line-height: 1.6;
}

#bo_v_info strong {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #111;
  font-weight: 600;
}

#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {
  font-weight: 700;
}

#bo_v_info .sv_member {
  color: #111;
}

#bo_v_info .if_date {
  margin: 0;
  color: #888;
}

#bo_v_file,
#bo_v_link {
  margin-top: 28px;
}

#bo_v_file li,
#bo_v_link li {
  position: relative;
  margin: 10px 0;
  padding: 18px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

#bo_v_file li:hover,
#bo_v_link li:hover {
  border-color: #111;
}

#bo_v_file li i,
#bo_v_link li i {
  float: left;
  margin-right: 16px;
  color: #999;
  font-size: 28px;
}

#bo_v_file a,
#bo_v_link a {
  display: block;
  float: left;
  width: calc(100% - 50px);
  color: #111;
  text-decoration: none;
  word-break: break-all;
}

#bo_v_file a:hover,
#bo_v_link a:hover {
  color: #111;
  text-decoration: none;
}

#bo_v_file .bo_v_file_cnt,
#bo_v_link .bo_v_link_cnt {
  display: block;
  margin-top: 6px;
  color: #888;
  font-size: 13px;
}

#bo_v_top {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#bo_v_bot {
  margin-top: 24px;
}

.bo_v_com {
  float: right;
  margin: 0;
}

.bo_v_com>li {
  position: relative;
  float: left;
  margin-left: 6px;
}

.bo_v_com>li a,
.bo_v_com>li button,
#bo_v_top ul li a,
#bo_v_bot ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

#bo_v_top ul li a:hover {
  font-weight: 700;
}

#bo_v_top ul li a > i {
  padding-top: 3px;
  padding-left: 12px;
}

.bo_v_com>li a:hover,
.bo_v_com>li button:hover,
#bo_v_top ul li a:hover,
#bo_v_bot ul li a:hover {
  border-color: #111;
  color: #111;
}

.more_opt {
  display: none;
  position: absolute;
  top: 52px;
  right: 0;
  z-index: 999;
  min-width: 120px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.more_opt:before,
.more_opt:after {
  display: none;
}

.more_opt li {
  width: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  float: none;
  color: #666;
  text-align: left;
}

.more_opt li:last-child {
  border-bottom: 0;
}

.more_opt li button,
.more_opt li a {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  background: #fff;
  color: #555;
  text-align: left;
}

.more_opt li:hover button,
.more_opt li:hover a {
  color: #111;
  background: #f8f8f8;
}

.bo_v_nb {
  margin: 40px 0 0;
  clear: both;
  border-top: 1px solid #e9e9e9;
}

.bo_v_nb li {
  padding: 18px 0;
  border-bottom: 1px solid #f1f1f1;
}

.bo_v_nb li:hover {
  background: transparent;
}

.bo_v_nb li i {
  font-size: 13px;
  color: #999;
}

.bo_v_nb li .nb_tit {
  display: inline-block;
  min-width: 70px;
  padding-right: 16px;
  color: #999;
}

.bo_v_nb li .nb_date {
  float: right;
  color: #999;
}

#bo_v_atc {
  max-width: 80%;
  min-height: 200px;
  padding-top: 36px;
}

#bo_v_img {
  width: 100%;
  overflow: hidden;
}

#bo_v_img a.view_image {
  display: block;
}

#bo_v_img img {
  display: block;
  margin: 0 0 20px;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

#bo_v_con {
  width: 100%;
  min-height: 200px;
  margin: 0;
  color: #222;
  font-size: 17px;
  line-height: 1.9;
  word-break: keep-all;
  overflow: hidden;
}

#bo_v_con a {
  color: #111;
  text-decoration: underline;
}

#bo_v_con img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

#bo_v_act {
  margin: 40px 0 0;
  text-align: center;
}

#bo_v_act a {
  margin-right: 6px;
  vertical-align: middle;
  color: #444;
}

#bo_v_act a:hover {
  border-color: #111;
  background: #fff;
  color: #111;
}

#bo_v_act i {
  margin-right: 5px;
  font-size: 16px;
}

#bo_v_act_good,
#bo_v_act_nogood {
  display: none;
  position: absolute;
  top: 56px;
  left: 50%;
  z-index: 9999;
  width: 180px;
  margin-left: -90px;
  padding: 12px 10px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  text-align: center;
}


/* 글쓰기 페이지 */
#bo_w {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 20px;
}

#bo_w .bo_v_option {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

#bo_w .bo_v_option li {
  display: inline-block;
  float: left;
  margin: 0 14px 10px 0;
  text-align: left;
}

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

#bo_w .bo_v_option .chk_box input[type="checkbox"]+label span {
  margin-left: 0;
  margin-right: 8px;
}

#bo_w .write_div {
  position: relative;
  margin: 0 0 18px;
}

#bo_w .bo_w_info {
  margin: 0 -6px;
}

#bo_w .bo_w_info .frm_input {
  float: left;
  width: calc(50% - 12px);
  height: 52px;
  margin: 0 6px 12px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fff;
  color: #111;
}

#bo_w #wr_password,
#bo_w #wr_homepage {
  margin-left: 6px;
}

#bo_w .wr_content.smarteditor2 iframe {
  background: #fff;
}

#bo_w .bo_w_tit .frm_input,
#bo_w .bo_w_link .frm_input,
#bo_w .bo_w_flie .frm_input,
#bo_w .bo_w_select select {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fff;
  color: #111;
}

#bo_w .bo_w_select select {
  appearance: none;
}

#bo_w .bo_w_tit {
  position: relative;
}

#bo_w .bo_w_tit .frm_input {
  padding-right: 130px;
}

#bo_w .bo_w_tit #btn_autosave {
  width: 200px;
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #555;
  line-height: 41px;
}

#bo_w .bo_w_tit #btn_autosave:hover {
  border-color: #111;
  color: #111;
}

#bo_w .bo_w_link {
  position: relative;
}

#bo_w .bo_w_link label {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

#bo_w .bo_w_link .frm_input {
  padding-left: 48px;
}

#bo_w .bo_w_flie {
  position: relative;
}

#bo_w .bo_w_flie .lb_icon {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 20px;
  height: 20px;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

#bo_w .bo_w_flie .file_wr {
  position: relative;
  min-height: 56px;
  padding: 10px 16px 10px 48px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fff;
  color: #111;
}

#bo_w .bo_w_flie .frm_file {
  width: 100%;
  margin-top: 3px;
  padding-left: 0;
  border: 0;
  background: transparent;
}

#bo_w .bo_w_flie .frm_input {
  margin: 10px 0 0;
}

#bo_w .bo_w_flie .file_del {
  position: absolute;
  top: 18px;
  right: 16px;
  color: #888;
  font-size: 13px;
}

#bo_w .btn_submit,
#bo_w .btn_cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
}

#bo_w .btn_submit {
  border: 0;
  background: #111;
  color: #fff;
}

#bo_w .btn_submit:hover {
  opacity: .9;
}

#bo_w .btn_cancel {
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
}

#bo_w .btn_cancel:hover {
  border-color: #111;
  color: #111;
}


/* 글쓰기 보조 */
#char_count_desc {
  display: block;
  margin: 0 0 6px;
  padding: 0;
  color: #888;
  font-size: 13px;
}

#char_count_wrap {
  margin: 8px 0 0;
  text-align: right;
  color: #888;
  font-size: 13px;
}

#char_count {
  font-weight: 700;
  color: #111;
}


/* 댓글 완전 비노출 */
#bo_vc,
#bo_vc_w,
.cmt_btn,
.bo_vc_w,
.bo_vc_act,
#bo_vc_empty {
  display: none !important;
}