/*!

__/\\\\\\\\\\\\\\\_______/\\\\\_________/\\\\\\\\\______/\\\________/\\\______/\\\\\\\\\____
 _\/\\\///////////______/\\\///\\\_____/\\\///////\\\___\/\\\_____/\\\//_____/\\\///////\\\__
  _\/\\\_______________/\\\/__\///\\\__\/\\\_____\/\\\___\/\\\__/\\\//_______/\\\______\//\\\_
   _\/\\\\\\\\\\\______/\\\______\//\\\_\/\\\\\\\\\\\/____\/\\\\\\//\\\______\//\\\_____/\\\\\_
    _\/\\\///////______\/\\\_______\/\\\_\/\\\//////\\\____\/\\\//_\//\\\______\///\\\\\\\\/\\\_
     _\/\\\_____________\//\\\______/\\\__\/\\\____\//\\\___\/\\\____\//\\\_______\////////\/\\\_
      _\/\\\______________\///\\\__/\\\____\/\\\_____\//\\\__\/\\\_____\//\\\____/\\________/\\\__
       _\/\\\________________\///\\\\\/_____\/\\\______\//\\\_\/\\\______\//\\\__\//\\\\\\\\\\\/___
        _\///___________________\/////_______\///________\///__\///________\///____\///////////_____

*/

/*
-----------------------------------------------------------------------
게시판 목록
-----------------------------------------------------------------------
*/

#bo_list {
    /*flex: 0 0 auto;*/
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    /*max-width: 966px;*/
    /*min-width: 946px;*/
}

#bo_list .td_board {
    width: 120px;
    text-align: center
}
#bo_list .bo_tit {
    display: flex;
    width: 100%;
    align-items: center;
}
#bo_list .li_chk {
    display: block;
}
#bo_list .td_date {
    width: 60px;
    text-align: center
}
#bo_list .td_datetime {
    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_name {
    width: 90px;
    text-align: center;
    padding: 10px 0
}
#bo_list .td_nick {
    width: 100px;
    text-align: center
}
#bo_list .td_num {
    width: 50px;
    text-align: center
}
#bo_list .td_num2 {
    width: 67px;
    text-align: center
}
#bo_list .td_numbig {
    width: 80px;
    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 {
    /*border-left: 2px solid #253dbe*/
}
#bo_list tbody td {
    padding: 20px 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}
#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: 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;
    /*margin-left: 5px;*/
    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: #fff6fa !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_tit {
    display: block;
    color: var(--color-black);
    /*font-weight: bold*/
}
.bo_current {
    color: #e8180c
}
#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 .title_icon {
    margin-right: 2px
}
#bo_list .bo_tit .fa-heart {
    color: #f00
}
#bo_list .bo_tit .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #4f818c;
    background: #cbe3e8;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #cbe3e8;
    vertical-align: middle
}

#bo_list .bo_tit .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #f00;
    background: #ffb9b9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}
#bo_list .bo_tit .fa-caret-right {
    color: #bbb
}
#bo_list .bo_separator:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: var(--color-lightgray);
    margin: 0 3px;
}
#bo_list .bo-lt-wrap {
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-border);
    padding: 20px 0;
}
#bo_list .bo-item {
    border-bottom: 1px solid var(--color-line);
    padding: 14px 0 14px 0;
}
#bo_list .bo-item:first-child {
    padding-top: 0;
}
#bo_list .bo-item:last-child {
    border: 0;
}
#bo_list .bo-item .bo-item-t {
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#bo_list .bo-item .bo-item-t .bo-item-l {
    display: flex;
    gap: 0 6px;
    align-items: center;
}

#bo_list .bo-item .bo-item-t .bo-item-l .lt-mb-img img {
    border-radius: 50%;
}
#bo_list .bo-item .bo-item-t .bo-item-l .lt-nick .sv_member {
    font-size: 0.875rem  /* 14/16 */;
}
#bo_list .bo-item .bo-item-t .bo-item-l .lt-date {
    font-size: 0.875rem  /* 14/16 */;
    color: var(--color-gray)
}
#bo_list .bo-item .bo-item-t .bo-item-l .wr_sch {
    display: inline-block;
    font-style: normal;
    padding: 3px 5px;
    color: #000;
    font-size: 13px;
    border-radius: 50%;
}
#bo_list .bo-item .bo-item-t .bo-item-r {
    color: var(--color-gray);
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 300;
}
#bo_list .bo-item .bo-item-body {
    margin-top: 5px;
    display: block;
    width: 100%;
    font-size: 0.9375rem  /* 15/16 */;
}
#bo_list .bo-item .bo-item-body a {
    color: var(--color-black);
    font-size: 1rem;
}
#bo_list .bo-item-none {
    text-align: center;
}

.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 {
    font-size: 1rem;
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.bo_sch legend {
    background: red
}
.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: #fff;
    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 {
    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 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 {
    position: relative;
    width: 100%;
    /*margin-bottom: 20px;*/
}

#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 h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}
#bo_v_info .profile_info {
    margin: 0 0 10px 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;
    font-weight: 300;
}

/* 첨부파일 */
#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;
    gap: 0 10px;
}
#bo_v_file .view_file_download:hover .bo_v_file strong {
    color: var(--color-blue) !important;
}
#bo_v_file .view_file_download li {
    font-size: 1rem;
    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 {
    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;
    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 {
    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;
    font-size: 1rem;
}
.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.9375rem  /* 15/16 */;
    line-height: 1.6;
}
.bo_v_nb li a:hover {
    /*color: var(--color-black) !important;*/
}
.bo_v_nb li i {
    font-size: 0.8125rem  /* 13/16 */;
    color: #b3b3b3;
}
.bo_v_nb li .nb_tit {
    display: inline-block;
    padding-right: 20px;
    color: #b3b3b3;
    font-size: 0.875rem  /* 14/16 */;
    line-height: 1.6;
}
.bo_v_nb li .nb_date {
    float: right;
    color: #999;
    font-size: 0.875rem  /* 14/16 */;
    line-height: 1.6;
}

#bo_v_atc {
    min-height: 200px;
    height: auto !important;
    height: 200px
}
#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 {
    max-width: 100%;
    width: 100%;
}
#bo_v_img a.view_image {
    /*display: block*/
}
#bo_v_img img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

#bo_v_con {
    margin: 10px 0 30px;
    width: 100%;
    overflow: hidden;
    font-size: 1rem;
}
#bo_v_con p, #bo_v_con div {
    font-size: 1.0625rem  /* 17/16 */;
    margin-bottom: 2px;
}
#bo_v_con blockquote, #bo_v_con blockquote.se2_quote1 {
    border-left: 3px solid var(--color-lightgray) !important;
    padding: 0 20px !important;
    margin: 0 0 !important;
}
#bo_v_con blockquote p, #bo_v_con blockquote div, #bo_v_con blockquote.se2_quote1 {
    color: var(--color-black) !important;
}
#bo_v_con ul.list-icon.list-icon-none li:before{
    content: "";
}
#bo_v_con ul.list-icon.list-icon-none > li {
    padding-left: 0;
}
#bo_v_con ul.list-icon.list-icon-none > li > ul.list-icon.list-icon-none > li {
    padding-left: 20px;
}

#bo_v_con ul.list-icon.list-circle {
    counter-reset: circle 0;
}
#bo_v_con ul.list-icon.list-circle > li {
    position: relative;
    padding-left: 22px;
}
#bo_v_con ul.list-icon.list-circle > li:before {
    position: absolute;
    top: 1px;
    left: 24px;
    counter-increment: circle 1;
    content: counter(circle);
    color: currentColor;
}
#bo_v_con ul.list-icon.list-circle > li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    border: 1px solid currentColor;
    border-radius: 50%;
    width: 0.9rem;
    height: 0.9rem;
}

#bo_v_con ul ul,  #bo_v_con ol ul {
    margin-top: 8px;
    margin-bottom: 8px;
}
#bo_v_con li {
    font-size: 1.0625rem  /* 17/16 */;
    margin-bottom: 4px;
    color: #555;
}
#bo_v_con strong, #bo_v_con b {
    color: var(--color-black);
}
#bo_v_con .annotation {
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    background-color: #fefefe;
    padding: 5px 15px 15px 15px;
    margin-top: 20px;
    font-size: 0.875rem  /* 14/16 */;
    line-height: 1.6;
}
#bo_v_con .annotation p, #bo_v_con strong, #bo_v_con .annotation div {
    font-size: 0.875rem  /* 14/16 */;
}
#bo_v_con .annotation p, #bo_v_con .annotation div {
    margin-top: 10px;
}
#bo_v_con a {
    color: var(--color-black);
    text-decoration: underline;
}
#bo_v_con .copyright {
    margin-top: 30px;
    color: var(--color-black);
    font-size: 0.9375rem  /* 15/16 */;
}

/*
-----------------------------------------------------------------------
좋아요 싫어요
-----------------------------------------------------------------------
*/

#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: var(--color-black);
    border-radius: var(--form-radius);
    border: 1px solid var(--color-gray);
    text-align: center;
}
#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 30px 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: -7px;
    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-top: 5px;
    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_w #wr_name, #bo_vc_w #wr_password {
    margin-bottom: 0;
}
#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: 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: 10px;
}
.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;*/
    margin: 0 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;
}
#bo_w .bo_w_flie > * {
    flex: 0 0 calc(50% - 5px);
}
#bo_w .bo_w_flie .file_del {
    margin-top: 5px;
    flex: 1;
}
#bo_w .bo_w_flie .file_del label {
    font-size: 0.9375rem  /* 15/16 */;
}
#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
}

/*
-----------------------------------------------------------------------
서브 분류 목록
-----------------------------------------------------------------------
*/

/* 서브 카테고리 */
.bo-aside {
    align-self: stretch;
    height: auto;
}
.bo-aside .bo-aside-wrap {
    position: sticky;
    top: 120px;
}
.bo_sub_menu_wrap {
    width: 200px;
    min-width: 200px;
    overflow: hidden;
    border: 1px solid var(--color-primary);
    border-radius: var(--border-radius);
    height: auto;
    background-color: #fff;
    padding-top: 0;
    margin-bottom: 20px;
}
.bo_sub_menu_wrap .mc-menu {
    padding: 10px 10px;
}
.bo_sub_menu_wrap .mc-menu-title {
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bo_sub_menu_wrap .mc-menu-more {
    font-size: 0.875rem  /* 14/16 */;
    color: var(--color-body);
}
.bo_sub_menu_wrap .mc-menu .mc-menu-offset-grp {
    position: relative;
}
.bo_sub_menu_wrap .mc-menu .mc-menu-depth-2.on {
    color: var(--color-blue);
    font-weight: 600;
    border-bottom: 0;
    background-color: #f8f8f8;
}
.bo_sub_menu_wrap .mc-menu .mc-menu-depth-2.on:after {
    color: #fff;
}
.bo_sub_menu_wrap .mc-menu .mc-menu-depth-3.on {
    color: var(--color-primary);
    font-weight: bold;
}
.bo_sub_menu_wrap .mc-menu .mc-menu-depth-2 {
    position: relative;
    padding: 10px 19px 10px 10px;
    color: var(--color-black);
    border-top: 1px solid rgba(221, 221, 221, 0.5);
    /* border-top: 1px solid #f3f3f3; */
    display: block;
    text-decoration: none;
    font-size: 0.875rem /* 14/16 */;
    line-height: 1.3;
    letter-spacing: -1px;
}
.bo_sub_menu_wrap .mc-menu .mc-menu-depth-2:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-size: 0.8125rem  /* 13/16 */;
    color: #888;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    display: inline-block;
}
.bo_sub_menu_wrap .mc-menu .mc-menu-offset-grp .mc-menu-depth-3 {
    padding: 5px 5px 5px 10px;
    display: none;
    font-size: 0.9375rem  /* 15/16 */;
    font-weight: 400;
}
.bo_sub_menu_wrap .mc-menu .mc-menu-offset-grp .mc-menu-depth-3:last-child {
    padding-bottom: 15px;
}

/*
-----------------------------------------------------------------------
aside
-----------------------------------------------------------------------
*/

.sub-ad {
    top: 172px;
    width: 200px;
    min-width: 200px;
}
.sub-ad .best .best_title {
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 14px;
}
.sub-ad .top-writers {
    width: 200px;
    min-width: 200px;
    border: 1px solid var(--color-primary);
    border-radius: var(--border-radius);
    overflow: hidden;
    height: auto;
    background-color: #fff;
}
