/* =========================================================
   부천장복 리뉴얼
========================================================= */

.btn_basic {
    background: #F9F9F9 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #555 !important;
    border: 1px solid #AAA;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 0.83rem;
    font-weight: 500;
    height: 31px;
    min-width: 35px;
    line-height: 1;
}
.btn_write {
   background: #555 !important;
   display: flex !important;
   align-items: center;
   justify-content: center;
   gap: 3px;
   color: #fff !important;
   border: 1px solid #ddd;
   padding: 5px 15px;
   border-radius: 5px;
   font-size: 0.83rem;
   font-weight: 500;
   height: 31px;
   min-width: 35px;
   line-height: 1;
}

/* ===== list ===== */
#bo_list .td_chk {width:30px;text-align:center;}
#bo_list .td_num2 {width:100px;text-align:center}
#bo_list .td_category {width:120px;text-align:center}
#bo_list .td_name {width:120px;text-align:center;}
#bo_list .td_datetime {width:120px;text-align:center}
#bo_list .td_num {width:100px;text-align:center}

#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}

#bo_list {
   display: flex;
   gap: 20px;
   flex-direction: column;
}
#bo_list #bo_list_total p {
   margin-bottom: 10px;
   text-align: right;
   color: #333;
   font-family: "Wanted Sans";
   font-size: 16px;
   font-weight: 400;
   line-height: 162.5%; /* 26px */
   letter-spacing: 0.2px;
}
#bo_list #bo_list_total span { color: #553B73; }
#bo_list .bo_notice td {
   font-size: 1rem;
   font-weight: 500;
}
#bo_list .bo_cate_link {
   flex-shrink: 0;
   padding: 0 10px;
   
   color:#223769;
   text-align:center;
   font-size: 14px;
   font-weight: 500;
   line-height: 162%;
   letter-spacing:-0.48px;

   border-radius: 30px;
   background-color: #fff;
   border:1px solid #223769;
}


/* ===== write ===== */
/* write 공통 구조 */
#bo_w .write-item {
   display: flex;
   gap: 30px;
   align-items: center;
}
#bo_w .write-item-tit {
   display: inline-block;
   font-size: 1rem;
   font-weight: 700;
}
#bo_w .write-item-con {
   flex: 1;
   border-bottom: 1px solid #eee;
}

#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 #fwrite { 
   display: flex;
   gap: 30px; 
   flex-direction: column;
}

/* 공통 frm_input 초기화 */
#bo_w .frm_input,
#bo_w .full_input,
#bo_w .frm_file,
#bo_w .select_wrap select {
   flex: 1;
   width: 100%;
   height: 60px;
   padding: 0 10px;

   border: 0px;
   outline: none;
   border-radius: 0;
}

/* 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 {}
#bo_w .bo_wv_option li label {vertical-align:baseline}
#bo_w .bo_wv_option .chk_box input[type="checkbox"] + label span {}

/* bo_w_tit */
#bo_w .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 {
   display: flex;
   align-items: center;
   
   border: 1px solid #ddd;
   border-bottom: 0;
}
#bo_w .bo_w_link:last-child {
   border-bottom: 1px solid #ddd;
}
#bo_w .bo_w_link label {
   width: 135px;
   padding: 20px;
   
   color: #555;
   text-align: left;
   font-size: 0.88rem;
   letter-spacing: -0.48px;

   background: #F8F8F8;
}
#bo_w .bo_w_link label i {
   margin-right: 5px;
}
#bo_w .bo_w_link input {
   border-left: 1px solid #ddd;
   align-content: center;
}

/* bo_w_file */
#bo_w .bo_w_file > input {
   border: 1px solid #ddd;
}
#bo_w .bo_w_file .file_wr {
   display: flex;
   align-items: center;

   border: 1px solid #ddd;
   border-bottom: none;
}
#bo_w .bo_w_file .file_wr label {
   width: 135px;
   padding: 20px;
   
   color: #555;
   text-align: left;
   font-size: 0.88rem;
   letter-spacing: -0.48px;

   background: #F8F8F8;
}
#bo_w .bo_w_file .file_wr label i {
   margin-right: 5px;
}
#bo_w .bo_w_file .file_wr input {
   border-left: 1px solid #ddd;
   align-content: center;
}


/* autosave_wrapper */
#autosave_wrapper {
    position: relative;
    width: 100%; 
    text-align: right;
}
#btn_autosave {
    font-size: 0.78rem;
}
#autosave_pop {
    display: none;
    z-index: 10;
    position: absolute !important;
    top: 50px;
    right: 0;
    width: 100%;
    max-width: 350px;
    max-height: 180px;
    border: 1px solid #565656;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
}
#autosave_pop:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000 transparent;
}
#autosave_pop:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
}
html.no-overflowscrolling #autosave_pop { /* overflow 미지원 기기 대응 */
    height: auto;
    max-height: 10000px !important;
}
#autosave_pop div {
    text-align: center;
    margin: 0 !important;
}
#autosave_pop button {
    margin: 0;
    padding: 0;
    border: 0;
}
#autosave_pop ul {
    padding: 15px;
    border-top: 1px solid #e9e9e9;
    list-style: none;
    overflow-y: scroll;
    height: 130px;
    border-bottom: 1px solid #e8e8e8;
}
#autosave_pop li {
    padding: 8px 5px;
    border-bottom: 1px solid #fff;
    background: #eee;
    zoom: 1;
}
#autosave_pop li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#autosave_pop a {
    display: block;
    float: left;
}
#autosave_pop span {
    display: block;
    float: right;
    font-size: 0.92em;
    font-style: italic;
    color: #999;
}
.autosave_close {
    cursor: pointer;
    width: 100%;
    height: 30px;
    background: none;
    color: #888;
    font-weight: bold;
    font-size: 0.92em;
}
.autosave_close:hover {
    background: #f3f3f3;
    color: #3597d9;
}
.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;
}




/* ===== view ===== */
#bo_v { 
   display: flex;
   gap: 40px; 
   flex-direction: column;
}
#bo_v_atc {min-height:200px;}

#bo_v #bo_v_title {
   padding: 20px 10px 0 10px;

   display: flex;
   gap: 20px;
   align-items: center;

   border-top: 2px solid #333;
}
#bo_v .bo_v_cate {
   color: #E9354D;
   font-size: 1rem;
}
#bo_v .bo_v_tit {
   flex: 1;
   font-size: 1.44rem;
   font-weight: 700;
   text-align: left;
   word-break: break-all;
}

#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%; padding: 20px 10px;}
#bo_v_img a.view_image {display:block}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#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 {}
#bo_v #bo_v_link {
   border: 1px solid #ddd;
}
#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 {
   padding: 0;

   display: flex;
   gap: 5px;
   flex-direction: column;
}
#bo_v #bo_v_link li {
   padding: 10px;

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

   color: #555;
   text-decoration: none;
}
#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;
}

#bo_v .bo_v_nb {
   position: relative;
   text-align: left;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
}
#bo_v .bo_v_nb li {
   width: 100%;
   padding: 0;

   display: flex;
   gap: 10px;
   align-items: center;
   justify-content: flex-start;
   border-left: 0;
   border-right: 0;
}
#bo_v .bo_v_nb .btn_prv {
   border-bottom: 1px solid #ddd;
}
#bo_v .bo_v_nb li .nb_tit {
   display: flex;
   align-items: center;
   gap: 5px;
   padding-right: 0;
   font-size: 0.88rem;
   color: #333;
   background-color: #F8F8F8;
   padding: 20px;
}
#bo_v .bo_v_nb li a {
   flex: 1;

   font-size: 1rem;
   font-weight: 500;

   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
#bo_v .bo_v_nb li .nb_date {
   float: unset;
   justify-self: flex-end;
   font-size: 0.77rem;
   color: #666;
}





/* ===== 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 {}
#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 .bo_vl_opt {}

.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: 1600px) {}
@media (max-width: 1440px) {}

/* 태블릿 분기점 */
@media (max-width: 1200px) {
   /* ===== list ===== */
   #bo_list { gap: 40px; }
   #bo_list #fboardlist { gap: 40px; }
   .board_page_info { margin-bottom: -30px; }


   /* view */
   #bo_v { gap: 30px; }
   #bo_v #bo_v_title { font-size: 1.11rem; }
   #bo_v .profile_info_ct { gap: 10px; }
   #bo_v .profile_info_ct > p { gap: 5px; }
   #bo_v .bo_v_nb li a { font-size: 0.89rem; }
}
@media (max-width: 1024px) {}
@media (max-width: 991px) {}

/* 모바일 분기점 */
@media (max-width: 768px) {
   /* ===== list ===== */
   #bo_list { gap: 30px; }
   #bo_list #fboardlist { gap: 30px; }
   .board_page_info { margin-bottom: -20px; }


   /* ===== write ===== */
   #bo_w .bo_w_info .write-item { width: 100%; }
   #bo_w .bo_w_info { gap: 30px; }
   #bo_w .bo_w_link { flex-direction: column; }
   #bo_w .bo_w_link label { width: 100%; }
   #bo_w .bo_w_link input {
      flex: none;
      border-left: none;
   }
   #bo_w .bo_w_file .file_wr { flex-direction: column; }
   #bo_w .bo_w_file .file_wr label { width: 100%; }
   #bo_w .bo_w_file .file_wr input {
      flex: auto;
      border-left: none;
   }
}
@media (max-width: 480px) {
   /* view */
   #bo_v .bo_v_nb li .nb_date { display: none; }
}
@media (max-width: 360px) {}
@media (max-width: 320px) {}