/*
-----------------------------------------------------------------------
분뉴 선택
-----------------------------------------------------------------------
*/

#mc-search-form {
    display: none;
}

/*
-----------------------------------------------------------------------
게시판 목록
-----------------------------------------------------------------------
*/

#bo_list {
    position: relative;
}
#bo_list colgroup .td_check {
    width: 5%;
}
#bo_list colgroup .td_no {
    width: 8%;
}
#bo_list colgroup .td_subject {
}
#bo_list colgroup .td_name {
    width: 10%;
}
#bo_list colgroup .td_hit {
    width: 8%;
}
#bo_list colgroup .td_datetime {
    width: 10%;
}
#bo_list .td_board {
    /*width: 120px;*/
    text-align: center
}
#bo_list .profile_img img {
    border-radius: 50%
}
#bo_list .cnt_cmt {
    background: #e9eff5;
    color: #3a8afd;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    vertical-align: middle
}
#bo_list .bo_tit a {
    display: flex;
    align-items: center;
    color: var(--color-black);
    /*width: 100%;*/
}
#bo_list .bo_tit .bo_subject {
    display: inline;
    font-size: 0.9375rem /* 15/16 */;
    font-weight: 400;
    color: var(--color-black);
    margin-bottom: 0;
    padding-right: 5px;
}
#bo_list .bo_tit .bo_subject:hover {
    text-decoration: underline;
}
#bo_list .bo_current {
    color: #e8180c
}
#bo_list .bo_tit .title_icon {
    margin-right: 2px
}
#bo_list .bo_tit .fa-caret-right {
    color: #bbb
}
#bo_list .bo_separator:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: var(--color-lightgray);
    margin: 0 3px;
}
#bo_list .td_chk {
    text-align: center;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}
#bo_list .td_date {
    font-size: 0.875rem  /* 14/16 */;
    text-align: center
}
#bo_list .td_datetime {
    font-size: 0.875rem  /* 14/16 */;
    text-align: center;
}
#bo_list .td_group {
    font-size: 0.9375rem /* 15/16 */;
    text-align: center;
}
#bo_list .td_mb_id {
    font-size: 0.9375rem /* 15/16 */;
    text-align: center;
}
#bo_list .td_mng {
    font-size: 0.9375rem /* 15/16 */;
    text-align: center;
}
#bo_list .td_name {
    font-size: 0.9375rem /* 15/16 */;
    text-align: center;
    padding: 10px 0;
}
#bo_list .td_nick {
    font-size: 0.9375rem /* 15/16 */;
    text-align: center
}
#bo_list .td_num {
    font-size: 0.9375rem /* 15/16 */;
    text-align: center;
}
#bo_list .td_num2 {
    font-size: 0.9375rem /* 15/16 */;
    text-align: center;
}
#bo_list .td_numbig {
    font-size: 0.9375rem /* 15/16 */;
    text-align: center;
}
#bo_list .txt_active {
    color: #5d910b;
}
#bo_list .txt_expired {
    color: #ccc;
}
#bo_list thead th {
    font-size: 0.875rem /* 14/16 */
}
#bo_list tbody tr {
    border-left: 2px solid transparent;
}
#bo_list tbody tr:hover {
}
#bo_list tbody td {
    padding: 10px 10px;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    font-size: 0.9375rem /* 15/16 */;
}
#bo_list tbody .even td {
    background: #fbfbfb;
}

#bo_cate {
    margin: 25px 0
}
#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: 28px;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid #d6e9ff;
    color: #6794d3
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {
    text-decoration: none;
    background: #3a8afd;
    color: #fff
}
#bo_cate #bo_cate_on {
    z-index: 2;
    background: #3a8afd;
    color: #fff;
    font-weight: bold;
    border: 1px solid #3a8afd;
    -webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
    -moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
    box-shadow: inset 0 2px 5px rgb(33, 135, 202)
}
.td_subject img {
    margin-left: 5px
}

/*
-----------------------------------------------------------------------
게시판 목록 공통
-----------------------------------------------------------------------
*/

.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: #676e70
}
.chk_box input[type="checkbox"] + label:hover {
    color: #2172f8
}
.chk_box input[type="checkbox"] + label span {
    float: left;
    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% #3a8afd;
    border-color: #1471f6;
    border-radius: 3px
}

#bo_btn_top {
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 5px;
}
#bo_btn_top > * {
    flex: 0 0 auto;
}
.bo_fx {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bo_fx .bo_total {
    font-size: 0.875rem /* 14/16 */;
}
.bo_fx ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#bo_list_total {
    line-height: 34px;
    font-size: 0.92em;
    color: #4e546f;
}

.btn_bo_user {
    display: flex;
    gap: 4px 3px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}
.btn_bo_user li {
    text-align: center;
    background: #fff;
}
.btn_bo_user > li {
    position: relative;
}
.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-color: rgba(245, 235, 220, 0.43) !important;
    border-bottom: 1px solid #f8e6ee;
}
.bo_notice td a {
    /*font-weight: bold*/
}
.bo_notice .notice_icon {
    display: inline-block;
    line-height: 1;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
    background-color: var(--color-red);
    color: #fff;
    border: 1px solid var(--color-red);
    padding: 4px 6px;
}

.more_opt {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background: #fff;
    border: 1px solid #b8bfc4;
    z-index: 999
}
.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 #b8bfc4 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
}
.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 i {
    float: right;
    line-height: 20px
}

.td_num strong {
    color: #000
}
.bo_cate_link {
    float: left;
    display: inline-block;
    margin-right: 10px;
    background: #e2eaf6;
    color: #3a8afd;
    font-weight: normal !important;
    height: 20px;
    line-height: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 0.95em
}
.bo_cate_link:hover {
    text-decoration: none
}

.bo_sch_wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.bo_sch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 330px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    border: 1px solid #dde7e9;
    border-radius: var(--border-radius);
}
.bo_sch:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
.bo_sch h3 {
    width: 100%;
    font-size: 1rem;
    padding: 15px;
    border-bottom: 1px solid #e8e8e8
}
.bo_sch legend {
}
.bo_sch form {
    padding: 15px;
    display: block
}
.bo_sch select {
    width: 100%;
    height: 40px;
    border: 1px solid var(--color-border);
    border-radius: var(--form-radius);
}
.bo_sch .sch_bar {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 15px;
    border: 1px solid var(--color-border);
    border-radius: var(--form-radius);
}
.bo_sch .sch_input {
    width: 250px;
    height: 38px;
    border: 0;
    padding: 0;
    background-color: transparent;
    float: left;
    padding: 8px 10px;
}
.bo_sch .sch_btn {
    width: 44px;
    height: 44px;
    color: var(--color-black);
    background: none;
    border: 0;
    font-size: 1.25rem /* 20/16 */;
}
.bo_sch .bo_sch_cls {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 15px 15px;
    font-size: 20px;
    background-color: transparent;
    color: var(--color-black);
}
.bo_sch_bg {
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 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
}

#autosave_wrapper {
    position: relative
}
#autosave_pop {
    display: none;
    z-index: 10;
    position: absolute !important;
    top: 34px;
    right: 0;
    width: 350px;
    max-height: 180px;
    border: 1px solid #434a54;
    background: #fff;
}
#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 {
    height: auto;
    max-height: 10000px !important
}
/* overflow 미지원 기기 대응 */
#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;
    color: #fff;
}
#autosave_pop ul {
    list-style: none;
    overflow-y: scroll;
    height: 130px;
}
#autosave_pop li {
    padding: 8px 5px;
    border-bottom: 1px solid var(--color-border);
    zoom: 1;
}
#autosave_pop li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
#autosave_pop a {
    font-size: 0.9375rem /* 15/16 */;
    display: block;
    float: left;
}
#autosave_pop span {
    display: block;
    float: right;
    font-size: 0.8125rem /* 13/16 */;
}
.autosave_close {
    cursor: pointer;
    width: 100%;
    height: 34px;
    font-weight: 500;
    font-size: 0.875rem /* 14/16 */;
    background-color: #434a54
}
.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
}

/*
-----------------------------------------------------------------------
게시판 보기
-----------------------------------------------------------------------
*/

#bo_v {
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
#bo_v .bo_list_cate {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
#bo_v .bo_list_cate .item {
    position: relative;
    padding-right: 14px;
}
#bo_v .bo_list_cate .item a {
    font-size: 0.9375rem /* 15/16 */;
}
#bo_v .bo_list_cate .item a:before {
    position: absolute;
    right: 0;
    top: 2px;
    content: "\f0da";
    font-size: 1rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: var(--color-gray);
}
#bo_v .bo_list_cate .item:last-child a:before {
    content: '';
}

#bo_v_table {
    position: absolute;
    top: 0;
    right: 16px;
    margin: 0;
    padding: 0 5px;
    height: 25px;
    background: #ff3061;
    color: #fff;
    font-weight: bold;
    line-height: 2.2em
}

#bo_v_title {
    padding: 10px 0 10px 0;
}
#bo_v_title .bo_v_cate {
    display: inline-block;
    line-height: 20px;
    background: #e2eaf6;
    color: #3a8afd;
    padding: 0 10px;
    border-radius: 3px;
}
#bo_v_title .bo_v_tit {
    display: block;
    font-size: var(--heading2-font-size);
    margin: 5px 0 0;
}
#bo_v_info {
    border-bottom: 1px dotted var(--color-lightgray);
    margin: 0;
}
#bo_v_info .profile_info {
    margin: 0;
    display: flex;
    justify-content: space-between;
}
#bo_v_info .profile_info .bo_writer {
    display: flex;
    gap: 0 15px;
    align-items: center;
}
#bo_v_info .profile_info .pf_img img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    max-width: 48px;
}
#bo_v_info .profile_info .profile_info_ct {
    display: flex;
    flex-direction: column;
}
#bo_v_info .profile_info .profile_info1 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1rem;
    /*white-space: nowrap;*/
}
#bo_v_info .profile_info .profile_info2 {
    font-size: 0.875rem /* 14/16 */;
}
#bo_v_info .wr_wrap {
    display: inline-block;
    vertical-align: middle;
}
#bo_v_info .wr_sch {
    display: inline-block;
    font-style: normal;
    padding: 3px 5px;
    color: #000;
    font-size: 0.8125rem /* 13/16 */;
    border-radius: 50%;
}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {
    font-size: 1rem;
    color: var(--color-black);
    font-weight: 400;
}
#bo_v_info .profile_img {
    display: none
}
#bo_v_info .sv_member {
    color: var(--color-black)
}
#bo_v_info .if_date {
    margin: 0;
    color: #888;
}

/* 첨부파일 */
#bo_v_file .bo_v_file_list {
    margin: 0;
    list-style: none;
}
#bo_v_file .bo_v_file_list > li {
    position: relative;
    margin: 5px 0;
    padding: 10px 20px;
    background-color: var(--bg-sky);
    border-radius: var(--border-radius);
    display: flex;
    /*align-items: center;*/
    gap: 0 20px;
}
#bo_v_file .bo_v_file_list > li i {
    color: #b2b2b2;
}
#bo_v_file .view_file_download {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
#bo_v_file .view_file_download li {
    font-size: 0.875rem  /* 14/16 */;
    word-wrap: break-word;
    color: var(--color-gray);
}
#bo_v_file .bo_v_file_list .bo_v_file {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#bo_v_file .bo_v_file_list .bo_v_file strong {
    font-size: 0.875rem  /* 14/16 */;
    color: var(--color-black);
}
#bo_v_file .bo_v_file_list .bo_v_file strong:hover {
    text-decoration: underline;
}
#bo_v_file img {
    margin: 0 10px 0 0
}
#bo_v_file .bo_v_file_detail {
    display: inline-block;
    color: var(--color-gray);
    font-size: 0.875rem /* 14/16 */;
}

/* 관련 링크 */
#bo_v_file .bo_v_link_list {
    margin: 0;
    list-style: none;
}
#bo_v_link .bo_v_link_list > li {
    position: relative;
    margin: 5px 0;
    padding: 10px 20px;
    background-color: var(--bg-sky);
    border-radius: var(--border-radius);
    display: flex;
    gap: 0 20px;
}
#bo_v_link .bo_v_link_list > li i {
    color: #b2b2b2;
}
#bo_v_link .bo_v_link_list .view_link {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
#bo_v_link .bo_v_link_list .view_link li {
    font-size: 1rem;
    word-wrap: break-word;
    color: var(--color-gray);
}
#bo_v_link .bo_v_link_list .bo_v_link .bo_v_link_detail {
    display: inline-block;
    color: var(--color-gray);
    font-size: 0.875rem /* 14/16 */;
}
#bo_v_link .bo_v_link_list .bo_v_link strong {
    font-size: 0.875rem  /* 14/16 */;
    color: var(--color-black);
}
#bo_v_link .bo_v_link_list .bo_v_link strong:hover {
    text-decoration: underline;
}
#bo_v_top {
    flex: 0 0 50%;
}
#bo_v_top .bo_separator:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: var(--color-lightgray);
    margin: 0 3px;
}

#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;
    background: #fff
}

#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: 20px 0;
    float: right
}
.bo_v_com > li {
    position: relative;
    float: left;
    margin-left: 5px
}

.bo_v_nb {
    position: relative;
    margin: 20px 0;
    clear: both;
    text-align: left;
}
.bo_v_nb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
.bo_v_nb li {
    border-top: 1px solid var(--color-lightgray);
    padding: 13px
}
.bo_v_nb li:last-child {
    border-bottom: 1px solid var(--color-lightgray);
}
.bo_v_nb li:hover {
    background: #f6f6f6;
}
.bo_v_nb li a {
    font-size: 0.875rem /* 14/16 */;
    line-height: var(--line-height);
}
.bo_v_nb li a:hover {
    color: var(--color-black) !important;
}
.bo_v_nb li i {
    font-size: 0.8125rem /* 13/16 */;
    color: var(--color-gray);
}
.bo_v_nb li .nb_tit {
    display: inline-block;
    padding-right: 20px;
    color: var(--color-gray);
    font-size: 0.875rem /* 14/16 */;
}
.bo_v_nb li .nb_date {
    float: right;
    color: #999;
    font-size: 0.875rem /* 14/16 */;
    line-height: 1.6;
}

#bo_v_atc_title {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.bo_v_tit {
    display: block;
}
.bo_v_tit .title {
    display: block;
    position: relative;
    font-size: 1.125rem /* 18/16 */;
    font-weight: 600;
    color: var(--color-black);
    line-height: var(--line-height);
    margin: 0 0 30px 0;
}
#bo_v_img {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
}
#bo_v_img img:hover {
    transform: scale(1.1);
}
#bo_v_img .bo-v-img-wrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: -5px;
    /*gap: 6px 1%;*/
}
#bo_v_img .bo-v-img-wrap .bo-v-img-item {
    flex: 0 0 calc(25% - 10px);
    margin: 5px;
}
#bo_v_img .bo-v-img-wrap .bo-v-img-thumb {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
    /*width: 100%;*/
    /*max-width: 100%;*/
    height: 0;
    padding-top: calc(450 / 600 * 100%);
    border: 1px solid var(--color-border);
}
#bo_v_img .bo-v-img-wrap .bo-v-img-thumb img {
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    height: auto;
    max-width: 100%;
}
#bo_v_con {
    margin: 10px 0 30px;
    width: 100%;
    overflow: hidden;
    font-size: 0.9375rem /* 15/16 */;
}
#bo_v_con p, #bo_v_con div {
    font-size: 0.9375rem /* 15/16 */;
    margin-bottom: 2px;
}
#bo_v_con a {
    color: #000;
    text-decoration: underline;
}
#bo_v_con strong, #bo_v_con b {
    color: var(--color-black);
}
#bo_v_con img {
    width: auto !important;
    max-width: 100%;
}

/*
-----------------------------------------------------------------------
좋아요 싫어요
-----------------------------------------------------------------------
*/

#bo_v_act {
    display: flex;
    justify-content: right;
    gap: 0 20px;
    align-items: center;
    margin-bottom: 40px;
}
#bo_v_act .bo_v_act_gng {
    position: relative;
}
#bo_v_act a {
    margin-right: 5px;
    vertical-align: middle;
    color: var(--color-body);
}
#bo_v_act a:hover {
    color: var(--color-primary-hover);
    text-decoration: none;
}
#bo_v_act i {
    font-size: 22px;
    margin-right: 5px;
    font-weight: 300;
}
#bo_v_act strong {
    font-weight: 600;
}
#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: #fff;
    color: #000;
    text-align: center;
    font-size: 0.9375rem /* 15/16 */;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
}
#bo_v_act .bo_v_good {
    display: inline-block;
}
#bo_v_act .bo_v_nogood {
    display: inline-block;
}

/*
-----------------------------------------------------------------------
SNS 공유 버튼
-----------------------------------------------------------------------
*/

#bo_v_share {
    position: relative;
    padding: 15px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center !important;
}
#bo_v_sns {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 0;
}
#bo_v_sns li {
    margin-right: 5px;
}
#bo_v_sns li a {
    text-align: center;
    color: #fff;
    font-size: 0.875rem /* 14/16 */;
    text-decoration: none;
    transition: all .3s ease-out;
    margin-bottom: 0;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    line-height: 2.2;
}
#bo_v_sns li a:hover {
    background: #f2f2f2;
    border: 1px solid var(--color-gray);
    text-decoration: none;
    color: var(--color-black);
}
#bo_v_sns li img {
    vertical-align: middle;
}
#bo_v_sns li i {
}
#bo_v_sns li .sns_f {
    display: block;
    background: #3b5997;
    color: #fff;
    border: 1px solid #3b5997;
}
#bo_v_sns li .sns_t {
    display: block;
    background: #09aeee;
    border: 1px solid #09aeee;
}
#bo_v_sns li .sns_g {
    display: block;
    background: #ea4026;
    border: 1px solid #ea4026;
}
#bo_v_sns li .sns_k {
    display: block;
    background: #fbe300;
    border: 1px solid #fbe300;
}
#bo_v_sns li .scrap {
    display: block;
    background: var(--color-gray);
    border: 1px solid var(--color-gray);
}

/*
-----------------------------------------------------------------------
게시판 댓글
-----------------------------------------------------------------------
*/

.cmt_btn {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--color-border);
    background-color: inherit;
    font-size: 1rem;
    margin: 30px 0 10px 0;
    padding: 0 0 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cmt_btn .total {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-black);
}
.cmt_btn .total em {
    font-style: normal;
    color: #3a8afd;
}
.cmt_btn span.cmt_more {
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(./img/btn_cmt.png) no-repeat right 2px;
    margin-top: 5px
}
.cmt_btn_op .cmt_more {
    background-position: right -8px
}
.cmt_btn .total:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    display: inline-block;
    background: #3a8afd;
    content: "";
    width: 100%;
    height: 2px
}

#bo_vc {
    width: 100%;
    padding: 0;
}
#bo_vc h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#bo_vc article {
    position: relative;
    border-bottom: 1px solid var(--color-lightborder);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
}
#bo_vc article:last-child {
    border-bottom: 0;
}
#bo_vc article .cm_article {
    position: relative;
    display: block;
    width: 100%;
}
#bo_vc article .profile_img img {
    border-radius: 50%;
}
#bo_vc article .pf_img {
}
#bo_vc article .pf_img img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
#bo_vc article .cm_wrap {
    max-width: 100%;
}
#bo_vc header {
    width: 100%;
    display: flex;
    gap: 0 10px;
    align-items: center;
    font-size: 0.9375rem /* 15/16 */;
}
#bo_vc header .profile_img {
    display: none;
}
#bo_vc header .icon_reply {
    position: absolute;
    top: 15px;
    left: -20px
}
#bo_vc .bo_vc_hdinfo, #bo_vc .wr_ip {
    color: var(--color-gray);
    font-size: 0.875rem /* 14/16 */;
    font-weight: 300;
}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_guest, #bo_vc .sv_member {
    color: var(--color-black);
    font-weight: 500;
    font-size: 0.9375rem /* 15/16 */;
}
#bo_vc h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#bo_vc .cmt_contents {
    padding-top: 1px;
}
#bo_vc .cmt_contents p {
    padding-bottom: 0;
    margin-bottom: 5px;
    font-size: 0.9375rem /* 15/16 */;
    line-height: 1.4;
}
#bo_vc p a {
    text-decoration: underline;
}
#bo_vc p a.s_cmt {
    text-decoration: underline;
    color: var(--color-red);
}
#bo_vc_empty {
    font-size: 0.9375rem /* 15/16 */;
    margin: 0;
    padding: 20px 0 !important;
    text-align: center;
    color: #999;

}
.bo_vc_act {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 0;
}
.bo_vc_act .btn-outline {
    border: none;
    color: var(--color-blue);
    padding: 0;
}

.bo_vc_w {
    position: relative;
    /*margin: 10px 0;*/
    margin: 0 0;
    display: block;
    width: 100%;
}
.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 {
    font-size: 0.9375rem /* 15/16 */;
    color: var(--color-body);
    border: 1px solid var(--color-black);
    background-color: #fff;
    border-radius: var(--form-radius);
    padding: 8px 10px;
    min-width: 100%;
    width: 100%;
    height: 80px;
    margin-top: 20px;
}
.bo_vc_w .btn-confirm {
    padding-top: 0;
    border-top: none;
}

#wr_secret {
}
#captcha {
    padding-top: 10px;
    display: block;
    clear: both;
}
.bo_vc_w_info {
    margin: 5px 0 20px 0;
}
.bo_vc_w_info .frm_input {
    margin-right: 5px
}

.bo_vc_w .btn-confirm label {
    border-radius: 3px;
    font-size: 0.9375rem /* 15/16 */;
    text-align: center;
}
.bo_vc_w .btn-confirm .secret_cm label {
    font-size: 1rem;
}
.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
}

/*
-----------------------------------------------------------------------
게시판 쓰기
-----------------------------------------------------------------------
*/

#bo_w {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
}
#bo_w label {
    font-size: 0.9375rem /* 15/16 */;
    font-weight: 400;
    color: var(--color-black);
}
#bo_w .mc {
    margin: 40px 0 0 0;
}

#bo_w .bo_list_cate {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
#bo_w .bo_list_cate .item {
    position: relative;
    padding-right: 14px;
}
#bo_w .bo_list_cate .item a {
    font-size: 0.9375rem /* 15/16 */;
}
#bo_w .bo_list_cate .item a:before {
    position: absolute;
    right: 0;
    top: 2px;
    content: "\f0da";
    font-size: 1rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: var(--color-gray);
}
#bo_w .bo_list_cate .item:last-child a:before {
    content: '';
}

#bo_w .bo_v_option li {
    display: inline-block;
    margin-right: 15px;
}
#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: 5px
}
#bo_w .write_div {
    margin: 0 0 20px 0;
}
#bo_w .bo_w_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#bo_w .bo_w_info .frm_input {
    margin-bottom: 1%
}
#bo_w #wr_password, #bo_w #wr_homepage {
    margin-left: 1%
}
#bo_w .help-text-wrap {
    border: 1px solid var(--color-border);
    border-radius: var(--form-radius);
    padding: 15px 20px;
    line-height: 1.4;
    background-color: var(--bg-lightgray);
}
#bo_w .help-text-wrap p:first-child {
    color: #000;
}
#bo_w .help-text-wrap .help-text {
    padding: 10px 0;
}
#bo_w .help-text-wrap .help-text li {
    position: relative;
    margin-left: 20px;
}
#bo_w .help-text-wrap .help-text li:before {
    position: absolute;
    top: 4px;
    left: -15px;
    display: inline-block;
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    color: var(--color-blue);
}

#bo_w .wr_content.smarteditor2 iframe {
    background: #fff
}
#bo_w .bo_w_tit {
    position: relative
}
#bo_w .bo_w_tit .frm_input {
    padding-right: 120px
}
#bo_w .bo_w_tit #btn_autosave {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px
}
#bo_w .bo_w_link {
    position: relative;
}
#bo_w .bo_w_link .lb_icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 1rem;
    color: var(--color-gray);
}
#bo_w .bo_w_link .frm_input {
}
#bo_w .bo_w_flie {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 6px 0;
}
#bo_w .bo_w_flie > * {
    flex: 0 0 calc(50% - 5px);
}
#bo_w .bo_w_flie .file_del {
}
#bo_w .bo_w_flie .file_del label {
    font-size: 0.9375rem /* 15/16 */;
    color: var(--color-dark);
}
#bo_w .bo_w_flie .lb_icon {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 1rem;
    color: var(--color-gray);
}
#bo_w .bo_w_flie .frm_file {
}
#bo_w .bo_w_flie .file_wr {
    width: 100%;
}
#bo_w .bo_w_flie .frm_input {
}
#bo_w .bo_w_flie .file_del .btn-del {
    cursor: pointer;
}
#bo_w .bo_w_select select {
    border: 1px solid #d0d3db;
    width: 100%;
    height: 40px;
    border-radius: 3px
}