/** @format */

@charset "utf-8";
@import url('/theme/dasan/opbs/css/font.css?ver=2505231118A');
@import url('style_gnu.css');

/* 추가, hobins */
/* 공통 */
.tbl_head01 tbody tr:hover td {
    background: transparent;
}

.chk_box input[type='checkbox'] + label span {
    float: none;
    margin: 0 auto;
}
/* 쓰기 */
.write_div .chk_box input[type='checkbox'] + label span,
.bo_vc_w .chk_box input[type='checkbox'] + label span {
    top: 6px;
}
#bo_w .btn_submit,
#bo_w .btn_cancel {
    font-weight: 400;
    font-size: 1em;
}

/* 보기 */
#bo_v_title .bo_v_tit {
    min-height: 7rem;
    padding: 3.4rem 0 1rem;
    margin: 0;
    line-height: 1.2;
    border-bottom: 1px solid #eaeaea;
}
#bo_v_share .btn {
    width: auto;
}

/* 목록 */
#bo_list .bo_tit .new_icon {
    color: #fff;
    font-size: 1.2rem;
}
#bo_list .tbl_head01 thead th,
#bo_list .tbl_head01 tbody td {
    border-right: 0 none;
}
.bo_tit {
    display: flex;
    align-items: center;
    font-weight: 400;
}
.bo_tit a {
    flex: none;
    display: flex;
    align-items: center;
    width: 87%;
    margin-right: auto;
    font-weight: 700;
    font-size: var(--body-lg);
    line-height: 48px;
}
.bo_tit i {
    margin-left: 5px;
}
.btn_bo_user li {
    margin-top: 0;
}

.pg_wrap {
    padding-top: 8px;
    font-size: 0;
}
.pg {
    display: inline-block;
}
.pg_page,
.pg_current {
    float: left;
    margin-left: -1px;
    font-size: 1rem;
    line-height: 28px;
    background-color: transparent;
}
.pg_current {
    position: relative;
    background-color: transparent;
    box-shadow: none;
}
.pg_current:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}
#bo_list_total {
    padding-top: 8px;
}

.bo_sch {
    margin-left: -165px;
}
.bo_sch select {
    text-indent: 10px;
}
.bo_sch .sch_input {
    text-indent: 10px;
}

input[type='text'],
input[type='password'],
textarea {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    outline: none;
}

input[type='text'],
input[type='password'],
input[type='button'],
select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none !important;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='button']:focus,
select:focus {
    outline: 0 none;
    border-color: #e0e0e0 !important;
}

#bo_list .bo_tit .new_icon,
#bo_list .bo_tit .fa-link {
    margin-top: 3px;
    line-height: 17px;
}
#bo_list .tbl_head01 td.td_subject .bo_tit > a > span {
    line-height: calc(1.5em - 1px);
}

/* 목록 */
#bo_list .tbl_wrap table {
    border-right: 0 none;
    border-left: 0 none;
}

#bo_list .col1_w {
    width: 50px;
}
#bo_list .col2_w {
    width: 64px;
}

#bo_list .col4_w {
    width: 144px;
}
#bo_list .col5_w {
    width: 112px;
}
#bo_list .col6_w {
    width: 60px;
}
#bo_list .col7_w {
    width: 64px;
}

#bo_list .td_name {
    text-align: center;
}

/* color, 컬러 */
.btn_submit,
.btn_submit:hover,
#bo_v_title .bo_v_cate,
.pg_current:after,
#bo_list .cnt_cmt,
#bo_cate #bo_cate_on,
#bo_sch .sch_btn,
a.btn_b02,
.btn_b02,
a.btn_b02:hover,
.btn_b02:hover,
#bo_list .bo_tit .new_icon {
    background-color: rgb(38, 125, 244);
}

.bo_notice td {
    background: rgba(38, 125, 244, 0.2) !important;
}

#bo_cate #bo_cate_on,
#bo_v_title .bo_v_cate,
#bo_sch .sch_btn,
#bo_w .bo_w_select select {
    border-color: rgb(38, 125, 244);
}

/* #bo_cate #bo_cate_on, */
.bo_notice .notice_icon,
.pg_current,
.bo_cate_link {
    color: rgb(38, 125, 244);
}

#bo_list .tbl_wrap table {
    table-layout: fixed;
    border-top-color: rgb(38, 125, 244);
}

#bo_list {
    padding: 80px 0;
}
#bo_btn_top {
    margin: 0 0 calc(20px - 10px);
}
#bo_list_total {
    padding-top: 10px;
    font-size: calc(1em - 1px);
}

#bo_list tbody .even td {
    background: var(--neutral-50);
}
#bo_list .tbl_head01 tbody td {
    padding: 20px 10px;

    color: var(--neutral-base);
    font-weight: 500;
    letter-spacing: -0.05px;
}

.td_subject img {
    margin-top: 4px;
}

.pg_page {
    font-size: 1rem !important;
}

/* 쓰기 */
#fwrite {
    padding-top: 30px;
}
.write_div .chk_box input[type='checkbox'] + label span,
.bo_vc_w .chk_box input[type='checkbox'] + label span {
    top: 4px;
}
#bo_w button.btn_cke_sc {
    font-size: calc(1em - 2px);
}

/* 보기 */
.bo_v_nb li .nb_tit {
    float: left;
}
.bo_v_nb li .nb_tit + a {
    width: calc(96% - 80px - 60px);
    width: calc(100% - 150px - 100px);
    display: inline-block;
}
.bo_v_nb li i {
    margin-top: 4px;
    vertical-align: top;
}

#bo_v i.fa-eye {
    margin-top: 2px;
}
#bo_v i.fa-clock-o {
    margin-top: 3px;
}
#bo_v_atc {
    margin-top: 40px;
    margin-bottom: 60px;
}

.bo_v_con h6,
.bo_v_con p {
    margin-bottom: 2rem;
}
.bo_v_con h6 {
    font-size: 1.5rem;
}
.bo_v_con img {
    display: block;
    width: 100%;
    max-width: 600px !important;
    margin: 0 auto 2rem;
}

.profile_info_ct strong {
    font-size: var(--body-sm);
    line-height: normal;
}
.profile_info_ct strong:nth-child(2):before,
.profile_info_ct strong:nth-child(3):before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    font-size: 0;
    vertical-align: top;
    background: url(/theme/dasan/opbs/images/icon_eye.svg) no-repeat 50% 50% / auto 18px;
}
.profile_info_ct strong:nth-child(3):before {
    background-image: url(/theme/dasan/opbs/images/icon_clock.svg);
    background-size: auto 20px;
}

#bo_v_info,
#bo_v_title .bo_v_tit {
    border-bottom-color: var(--neutral-200);
}
#bo_v_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
}
#bo_v_info .profile_info {
    margin: 0;
}
#bo_v_info .profile_info .profile_info_ct {
    float: none;
    padding: 0;
}
#bo_v_top {
    margin-left: auto;
}
.bo_v_com {
    margin: 0;
}
.btn_bo_user li {
    width: 45px;
    margin-left: 0;
}
#bo_list a.btn_admin {
    padding: 0;
}

.btn_bo_user li .moveList {
    padding: 0;
}
.btn_bo_user li .moveList:before {
}

.bo_v_nb li {
    display: flex;
    align-items: center;
}
.bo_v_nb li .nb_date {
    margin-left: auto;
}
.bo_v_nb .btn_prv .nb_tit:before,
.bo_v_nb .btn_next .nb_tit:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-right: 4px;
    font-size: 0;
    vertical-align: top;
    background: url(/theme/dasan/opbs/images/caret-up-neutral-300.svg) no-repeat 50% 50% / auto 20px;
}
.bo_v_nb .btn_next .nb_tit:before {
    transform: rotate(180deg);
}

#bo_v .bxBtn {
    display: flex;
    justify-content: center;
}
#bo_v .bxBtn .btn {
    display: flex;
    justify-content: center;
    min-width: 112px;
    padding: 0;
    font-weight: 500;
    font-size: var(--body-sm);
    text-align: center;
    vertical-align: top;
}
#bo_v .bxBtn .btn.moveList {
    color: #fff;
    background: var(--negative-base);
}

#bo_v_file li i {
    font-size: 2em;
}

#bo_v_con {
    margin-top: 20px;
    line-height: 1.6;
}

@media screen and (max-width: 1199px) {
    /* 보기 */
    #bo_v_title .bo_v_tit {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: 0px;
        line-height: normal;
    }
    #bo_v_atc {
        margin-top: 10px;
    }
}

@media screen and (max-width: 799px) {
    /* 보기 */
    #bo_v_title .bo_v_tit {
        font-size: 1.5em;
        line-height: normal;
    }

    #bo_v_info {
        padding: 15px 0;
    }
    #bo_v_info strong {
        font-size: calc(1em - 1px);
        margin-top: 4px;
    }
    #bo_v_info strong:first-child {
        display: block;
        margin-top: 0;
    }

    .chk_box input[type='checkbox'] + label span {
        margin: 0;
    }

    .bo_sch h3 {
        font-size: 1.4rem;
        background-color: #7a7a7a;
        color: #fff;
    }
    .bo_sch .bo_sch_cls {
        color: #fff;
        background-color: transparent;
    }

    #bo_v_info {
        padding: 15px 0;
    }
    #bo_v_info .profile_info .profile_info_ct a {
        font-size: 1rem;
    }

    #bo_v_top li [class*='fa-'] {
        font-size: calc(21px * 0.8);
    }

    #bo_v_share {
        padding: 1.4rem 0;
    }
    #bo_v_con {
        /* font-size: 1rem; */
    }
    .profile_info_ct .writer {
        display: block;
        margin-bottom: 4px;
    }

    /* 목록 */
    #bo_list {
        padding: calc(80px * 0.75) 0 30px;
        margin-bottom: 0;
    }
    #bo_list .col3_w {
        width: 100%;
    }
    #bo_list .col4_w {
        width: auto;
    }
    #bo_list .col5_w {
        width: auto;
    }
    #bo_list .col6_w {
        width: auto;
    }

    #bo_list colgroup,
    #bo_list .tbl_head01 thead {
        display: none;
    }

    #bo_list .tbl_head01 tbody tr {
        display: block;
        padding: 0 0 1em;
        background: #fff;
        border-top: 1px solid #ecf0f1;
    }
    #bo_list .tbl_head01 tbody tr:first-child {
        border-top: 0 none;
    }
    #bo_list .tbl_head01 tbody tr.bo_notice {
        background: rgba(38, 125, 244, 0.2) !important;
    }
    #bo_list tbody .even td {
        background: transparent;
    }
    .bo_notice td {
        background-color: transparent !important;
    }

    #bo_list .tbl_head01 tbody td {
        display: inline;
        padding: 0;
        font-size: 1em;
        line-height: 1;
        background-color: transparent;
        border: 0 none;
    }
    #bo_list .tbl_head01 td.td_num2 {
        display: none;
    }

    #bo_list .tbl_head01 td.td_subject {
        display: block;
        height: auto;
        padding: 15px 0 20px 0;
        margin-bottom: 5px;
        font-size: calc(1em + 1px);
    }
    #bo_list .tbl_head01 td.td_subject .ellipsis_multy_line {
        width: calc(100% - 10px);
        height: 3em;
        line-height: 1.5;
    }
    #bo_list .bo_tit [class*='fa-'] {
        margin-top: 4px;
    }

    #bo_list .bo_tit .fa-download {
        margin: 0;
        margin-top: calc(4px + 1px);
        vertical-align: top;
    }
    #bo_list .tbl_head01 td.td_datetime {
        float: right;
        width: auto;
        height: auto;
        color: #999;
        font-size: 1em;
    }
    #bo_list .tbl_head01 td.td_name {
        padding: 0 10px 0 0;
        color: #999;
    }
    #bo_list .tbl_head01 td.td_name:before,
    #bo_list .tbl_head01 td.td_num:before,
    #bo_list .tbl_head01 td.td_name,
    #bo_list .tbl_head01 td.td_name span,
    #bo_list .tbl_head01 td.td_num {
        vertical-align: top;
    }
    #bo_list .tbl_head01 td.td_name:before {
        content: '';
    }
    #bo_list .tbl_head01 td.td_num {
        margin-left: 5px;
        color: #999;
    }
    #bo_list .tbl_head01 td.td_num:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-top: -1px;
        margin-right: 4px;
        font-size: 0;
        vertical-align: top;
        background: url(/theme/dasan/opbs/images/icon_eye.svg) no-repeat 50% 50% / auto 18px;
    }

    #bo_list .tbl_head01 td.td_chk {
        display: block;
        height: auto;
        padding: 15px 0 0 10px;
        font-size: 0;
    }

    /* 쓰기 */
    #fwrite {
        padding-top: 10px;
    }
}

@media screen and (max-width: 499px) {
    /* 보기 */
    .bo_v_nb li {
        padding-right: 0;
        padding-left: 0;
    }
    .bo_v_nb li .nb_date {
        display: none;
    }
    .bo_v_nb li .nb_tit + a {
        width: calc(100% - 0px - 100px);
    }

    /* #bo_v_info {
		padding-top: 10px;
	} */

    #bo_v_top {
        margin-top: 5px;
    }
    #bo_v_top ul.bo_v_com {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #bo_v_top li:first-child {
        margin-left: 0;
    }

    /* 목록 */
    .more_opt:before,
    .more_opt:after {
        right: 32px;
    }
}
#bo_btn_top > .btn_bo_sch {
    float: right;
}

#bo_sch {
    margin-bottom: 20px;
}
#bo_sch .frm_input {
    background-color: #fff !important;
}
#bo_sch .btn_submit {
    padding: 8px 15px;
}

#bo_sch form {
    display: flex;
}
#bo_sch select,
#bo_sch .frm_input {
    width: calc((100% - 40px) / 2);
    font-size: calc(1rem - 2px);
}
#bo_sch .frm_input {
    width: calc((100% - 40px) / 2 + 2px);
    margin-right: -1px;
    margin-left: -1px;
}
#bo_list {
    #bo_sch {
        background-color: #f5f5f5;
        padding: 22px;
        display: flex;
        justify-content: center;
    }
    #bo_sch select {
        /* 	color: #333;
		font-weight: 400;
		padding: 4px; */
        padding: 7px;
        border: 1px solid #d0d3db;
    }
}

@media screen and (min-width: 768px) {
    #bo_sch form {
        display: block;
    }
    #bo_sch select {
        width: 126px;
    }
    #bo_sch .frm_input {
        width: 300px;
    }
}
