@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list .btn_b01:hover {}
#bo_list a.btn_b02 {}
#bo_list a.btn_b02:focus, #bo_list .btn_b02:hover {}
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list a.btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {} /* 서식단계 진행 */
#bo_w .btn_submit {}
#bo_w .btn_cancel {}
#bo_w .btn_frmline {} /* 우편번호검색버튼 등 */

/* 게시판 목록 공통 */
.bo_option {display:flex;}
.select-box {position: relative; display: flex; width:120px; height:50px;}
.select-box .selected { display:flex; align-items:center; width:100%; padding-left:10px; background:url('/img/btn_down.png') top 50% right 15px no-repeat; background-size:12px 8px; border: 1px solid #e5e5e5; cursor: pointer;}
.select-box ul {position: absolute; top: 100%; left: 0; width: 100%; list-style: none; padding: 0; margin: 0; margin-top:-1px; display: none; background: #fff; border: 1px solid #e5e5e5; z-index: 10;}
.select-box ul li {padding:10px; cursor: pointer;}
.select-box ul li:hover { background: #f5f5f5;}
.select-box.active ul { display: block;}
#bo_sch {position:relative; }
#bo_sch form {display:flex;}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select { border:0;min-width:100px;height:50px;border:1px solid #e5e5e5; vertical-align:top;padding-left:10px; margin:0 10px;}
#bo_sch .sch_input{height:50px;border:1px solid #e5e5e5; border-radius:0; padding:0;background-color:transparent;padding:0 40px 0 10px;vertical-align:top; color:#222;}
#bo_sch .sch_input:focus{outline:none;border-bottom:2px solid #222; border-bottom-color:var(--main-color);}
#bo_sch .sch_btn {height:50px;position:absolute;color:#000;top:0;right:0;border:0;width:40px;background:none;font-size:15px;vertical-align:top}

.bo_total {display:flex; justify-content:space-between; align-items:flex-end;padding:20px 0 10px;font-size:0.923em;}
.all_chk {padding:0; border-bottom:0; background:transparent;}

/*글목록 갤러리형 (백업) */
/* .list_01 ul {clear:both; font-size:1.14em; display:flex; flex-wrap:wrap;}
.list_01 li { position:relative; width:calc(25% - 15px); padding:20px; border:1px solid #e5e5e5; border-radius:25px; margin-right:20px; margin-bottom:20px;}
.list_01 li:nth-child(4n) {margin-right:0;}
.list_01 li:after {display:none;}
.list_01 li.empty_table { display:flex; justify-content: center; width:100%; margin:0;}
.list_01 .bo_subject { width:100%; overflow:hidden; text-overflow:ellipsis;}
.list_01 .gall_img,
.list_01 .gall_img img {width:100%; height:220px; border-radius:8px;}
.list_01 .gall_img {margin-bottom:20px;}
.list_01 .bo_cate_link { display:inline-block; background-color:#eee; color:#000; background-color:var(--bright-color); color:var(--main-color); border-radius:10px; padding:5px 10px; white-space:nowrap; font-size:0.88rem;}
.list_01 .wr_subject,
.list_01 .wr_place {display:block;}
.list_01 .wr_subject {font-weight:bold; margin:10px 0;}
.list_01 .wr_place {font-weight:normal; color:#888; font-size:0.92em;}
.list_01 .new_icon{position:absolute; top:30px; right:30px; display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#888;background:var(--main-color);border-radius:4px;text-align:center;vertical-align:middle;font-size:11px}
.list_01 .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #444;background: #f5f5f5;text-align: center;border-radius: 4px;font-size: 12px;border:1px solid #ddd}
.list_01 .bo_info { text-align:center; width:100%; color:#888; }
.list_01 .bo_info .status {display:block; font-size:1.14rem;padding:10px; margin-top:10px;}
.list_01 .cnt_cmt {font-size:0.88em; color:#888; font-weight:normal; margin-right:10px;}
.status {background:var(--main-color); color:#fff; padding:5px 20px; border-radius:3px; white-space: nowrap;}
.status_p {background:var(--point-color);}
.status_c {background:var(--dark-color);}
.no_image {display:flex; justify-content:center; align-items:center; height:100%; background:#f5f5f5; border-radius:8px;}

.bo_fx {display:flex; justify-content:space-between;}
.bo_fx li {display:inline-block; margin-top:20px;} */

/*글목록 리스트형 */
.list_01 ul {clear:both;border-top:2px solid #000; font-size:1.14em;}
.list_01 li { padding:20px; border-bottom:1px solid #e5e5e5;position:relative; display:flex; align-items:center; justify-content:space-between;}
.list_01 li:after {display:none;}
.list_01 li.empty_table {justify-content: center;}
.list_01 .bo_notice  {background:#fafafa}
.list_01 .bo_subject { width:80%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.list_01 .bo_subject a {font-weight:bold;}
.list_01 .bo_subject .wr_place {font-weight:normal; margin-left:10px; color:#888; font-size:0.92em;}
.list_01 .bo_cate_link { display:inline-block; background-color:#eee; color:#000; background-color:var(--bright-color); color:var(--main-color); border-radius:10px; padding:5px 10px; white-space:nowrap; margin-right:10px;}
.list_01 .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#888;background:var(--main-color);border-radius:4px;text-align:center;vertical-align:middle;font-size:11px}
.list_01 .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #444;background: #f5f5f5;text-align: center;border-radius: 4px;font-size: 12px;border:1px solid #ddd}
.list_01 .bo_info { text-align:right; width:20%; color:#888;}
.list_01 .cnt_cmt {font-size:0.88em; color:#888; font-weight:normal; margin-right:10px;}
.status {background:var(--main-color); color:#fff; padding:5px 20px; border-radius:3px; white-space: nowrap;}
.status_p {background:var(--point-color);}
.status_c {background:var(--dark-color);}

.bo_fx {display:flex; justify-content:space-between;}
.bo_fx li {display:inline-block; margin-top:20px;}


/* 게시판 쓰기 */
#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%}

#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}

#wr_email, #wr_homepage, #wr_subject, .wr_link {width:100%}

/* 게시판 읽기 */
#bo_v {margin:0 auto;}

#bo_v_table {padding: 10px;color:#999;font-size:0.9em;font-weight:bold}

#bo_v header {margin:10px 0 }
#bo_v_title {border-top:2px solid #222; border-bottom:1px solid #e5e5e5; padding:20px 0;}
.bo_v_cate{ display:inline-block; background-color:var(--bright-color); color:var(--main-color); border-radius:3px; padding:5px 10px; margin-bottom:10px;}
.bo_v_tit {display:block; font-size:1.8em;}
.bo_v_tit .status {float:right; font-size:1rem;}

#bo_v_info {margin:0 0px 30px;color:#86909a;line-height:20px;}
#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;font-weight:normal;margin:0 5px}
#bo_v_info .profile_img img{border-radius:50%;vertical-align:top}
#bo_v_info .sv_member{color:#86909a}
#bo_v_info i{margin:0 3px 0 8px}

#bo_v_file {margin:0 }
#bo_v_file h2  {margin-bottom:10px;}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding: 10px 10px 10px 60px;border: 1px solid #e8e8e8;background:#fff;color:#aaa;margin: 0 0 10px;border-radius:5px;position:relative;}
#bo_v_file li:hover{border:1px solid #000}
#bo_v_file li:hover i{color:#000}
#bo_v_file li i{position:absolute;top:50%;left:10px;font-size:20px;color:#aaa;width:40px;line-height:40px;text-align:center;margin-top:-20px}
#bo_v_file a {display:block;font-weight:normal;text-decoration:none;margin:0 0 3px}
#bo_v_file li:hover a{color:#000}
#bo_v_file a strong{text-decoration:underline;font-weight:normal}
#bo_v_file  span {font-size:0.91em}

#bo_v_link {margin:0 }
#bo_v_link h2  {margin-bottom:10px;}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding: 10px 10px 10px 60px;border: 1px solid #e8e8e8;background:#fff;color:#aaa;margin: 0 0 10px;border-radius:5px;position:relative;}
#bo_v_link li:hover{border:1px solid #000}
#bo_v_link li:hover i{color:#000}
#bo_v_link li i{position:absolute;top:50%;left:10px;color:#aaa;font-size:20px;;width:40px;line-height:40px;text-align:center;margin-top:-20px}
#bo_v_link a {display:block;text-decoration:none;margin:0 0 3px}
#bo_v_link li:hover a{color:#000}
#bo_v_link a strong{text-decoration:underline;font-weight:normal}
#bo_v_link span {font-size:0.91em}
.bo_v_link_cnt {font-size:0.92em}

#bo_v_atc {min-height:200px; padding-bottom:40px;}
#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden}

#bo_v_con {display:grid; grid-template-columns:180px 1fr; border-top:1px solid #e5e5e5;}
#bo_v_con div {padding:20px; border-bottom:1px solid #e5e5e5;}
#bo_v_con .bo_v_label { background-color:#f5f5f5; font-weight:bold;}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_con #bo_v_img {width:100%;overflow:hidden;zoom:1; border:0; padding:0;}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {max-width:100%;height:auto}

.bo_v_nb {clear:both;margin-bottom:20px;border-top:1px solid #e8e8e8;text-align:left;position:relative;}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-bottom:1px solid #e8e8e8}
.bo_v_nb li a {display:block;padding:15px 0px;vertical-align:top;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.bo_v_nb li span {color:#888; margin-right:10px;}

.btn_list {max-width:320px; height:50px; margin:0 auto;}
#bo_v_top {margin:20px 0; display:flex; justify-content:space-between;}
#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}
#bo_v_top ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top ul li { display:inline-block;}

/* 게시판 댓글 */
.cmt_btn{text-align:left ;width:100% ;background:none;border:0;color:#000;font-weight:bold;margin:20px 0 0px;}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative}
#bo_vc .cmt_depth {padding-left:50px;}
#bo_vc article .profile_img img{border-radius:50%}
#bo_vc article header{color: #b5b5b5;}
#bo_vc article header .check_comment {color: white;padding: 2px 8px;background: #fab700;border-radius: 4px;}
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
#bo_vc .sv_member img{display:none}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {padding:0 0 15px;border-bottom:1px solid #eee;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#000;}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}

.bo_vc_act {text-align:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {display:inline-block;}
.bo_vc_act li a{padding:0 5px;line-height:23px}

.bo_vc_w {position:relative;margin:20px 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 { padding:5px;width:100%;height:120px; resize:none;}
.bo_vc_w_info{margin:10px 0}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input{width:100%;margin:3px 0;margin-right:5px}
.bo_vc_w_info #captcha{padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm{margin-top:10px;line-height:25px;}
.bo_vc_w .btn_confirm .li_chk{float:left}
.bo_vc_w .btn_confirm input{vertical-align:middle}
.bo_vc_w .btn_confirm label{display:inline-block}
.bo_vc_w .btn_submit{float:right;padding:0 20px;font-weight:bold}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}

#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 }

.bo_vl_opt {}
.bo_vl_act { display:flex; justify-content:flex-end; } 
.bo_vl_act li { margin-left:5px;}
.bo_vl_act li a {border:1px solid #ddd; padding:5px 10px; border-radius:3px; }

/*글쓰기*/
#bo_w {margin:0 auto;padding:10px}
#bo_w .form_01 {margin:10px 0; border-top:2px solid #222;}
#bo_w .write_div {display:grid; grid-template-columns: 160px 1fr; border-bottom:1px solid #e5e5e5; padding:10px; margin:0;}
#bo_w .write_div label,
#bo_w .write_div .label {display:flex; align-items:center; font-size:1rem; font-weight:500;}
#bo_w .bo_option label {display:inline-block; margin-left:5px;}
#bo_w .bo_option input {margin-left:10px;}
#bo_w .bo_option input:first-child {margin-left:0;}
#bo_w .bo_w_select select {width:100%}
#bo_w .frm_input {background-color:#f5f5f5; border:1px solid transparent; border-radius:8px;}
#bo_w textarea {background-color:#f5f5f5; border-radius:8px; border-color:transparent; resize:none;}
#bo_w .bo_w_link {position:relative; }
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:43px;line-height:43px;width:40px;background:#eee;text-align:center}
#bo_w .bo_w_flie {position:relative;}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:43px;line-height:43px;width:40px;background:#eee;text-align:center}
#bo_w .bo_w_flie .frm_file{margin:0;}
#bo_w .bo_w_flie .file_del {display:flex; margin-top:10px;}
#bo_w .bo_w_flie .file_del input {margin-right:10px;}
#bo_w .bo_w_flie .frm_input {margin:5px 0 0 }
#bo_w .button_div {display:flex; justify-content:center; align-items:center; margin-top:40px;}
#bo_w .button_div .btn {height:50px;}
#bo_w .button_div .btn_b01 {margin-right:10px;}
#bo_w .button_div .btn_submit {width:320px;}

/* 노트북 */
@media (max-width: 1280px) {
    /*글목록*/   
    /* .list_01 li {width:calc(33.33% - 10px); margin-right:15px; margin-bottom:15px;}
    .list_01 li:nth-child(4n) {margin-right:15px;}
    .list_01 li:nth-child(3n) {margin-right:0;} */
}
/* 모바일 */
@media (max-width:767px) {
    /*글목록*/
    /* .list_01 ul { border-top:0;}
    .list_01 li {border-bottom:0; border:1px solid #f5f5f5; box-shadow:0 2px 8px rgba(0,0,0,0.08); border-radius:15px; width:calc(50% - 10px);}
    .list_01 li:nth-child(even) {margin-right:0;} */

    /*글쓰기*/
    #bo_w .write_div {grid-template-columns:1fr; padding:10px 0;}
    #bo_w .write_div label, 
    #bo_w .write_div .label { color:#888; font-size:0.88em; margin-bottom:10px;}
    #bo_w .write_div .bo_option label {margin-bottom:0;}
    #bo_w .button_div .btn_b01 {width:calc(30% - 10px);}
    #bo_w .button_div .btn_submit {width:70%;}
}

/* 작은 모바일 */
@media (max-width: 480px) {
    /* 게시판 목록 공통 */
    .bo_option,
    #bo_sch form { flex-wrap:wrap;}
    .select-box,
    #bo_sch,
    #bo_sch select,
    #bo_sch .sch_input {width:100%;}
    .select-box,
    #bo_sch select,
    #bo_sch .sch_btn,
    #bo_sch .sch_input {height:40px;}
    #bo_sch select {margin:5px 0;}
    #bo_sch .sch_btn {top:auto; bottom:0;}

    /*글목록*/
    .list_01 li {flex-wrap:wrap; padding:15px; width:100%; margin-right:0;}
    .list_01 .gall_img {width:80px; margin-bottom:0; margin-right:10px;}
    .list_01 .gall_img,
    .list_01 .gall_img img {height:80px; }
    .list_01 .bo_subject {display:flex;}
    .list_01 .wr_subject {width:100%; margin:0;}
    .list_01 .bo_info { display:block; width:100%;}
    .list_01 .bo_cate_link {margin-bottom:10px;}
    .list_01 .bo_subject a { display:flex; flex-wrap:wrap; margin:0 0 10px 0;}
    .list_01 .bo_subject a .wr_name,
    .list_01 .bo_subject a .wr_place {width:100%;}
    .list_01 .bo_subject a .wr_place {margin-left:0; margin-top:5px;}
    .list_01 .bo_cate_link,
    .list_01 .bo_info {text-align:left;font-size:0.75em;}
    .list_01 .bo_info .status {display:none;}
    .list_01 .bo_info .status_c { width:100%; height:100%; display:flex; justify-content:center; align-items:center; position: absolute; top:0; left:0; background:rgba(0,0,0,0.5); border-radius:15px; font-size:1.14rem; font-weight:500; margin:0;}
    .list_01 .new_icon {top:15px; right:15px;}
    .no_image {width:100%; height:80px; font-size:0.82em;}

    #bo_list a.btn_admin {display:none;}

    /* 게시판 읽기 */
    #bo_v_title {text-align:center;}
    .bo_v_tit .status {float:none;display: block;width: fit-content;margin-left: 100%;transform: translateX(-100%);font-size: 0.88rem;margin-top: 10px;}
    #bo_v_con {grid-template-columns:100px 1fr;}
    #bo_v_con div {padding:20px 10px}
    
    /* 게시판 댓글 */
    #bo_vc .cmt_depth {padding-left:20px;}
}

.comment_info {text-align: end;}