@charset "utf-8";

/* QNIX skin-local board/form styles. */
/*
============================================================
PC BOARD COMMON
============================================================
*/
.page-container[class*="page-bbs-"] {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 72px var(--container-pad) 120px;
    width: 100%;
    max-width: var(--container-md-max);
    font-family: var(--font-base);
}

.page-container.has-side[class*="page-bbs-"] {
    padding: 0;
    max-width: 100%;
}

.page-container.has-side[class*="page-bbs-"] .sub-content-wrap {
    padding: 32px var(--container-pad);
    max-width: var(--container-md-max);
    min-height:480px;
}

.page-container[class*="page-bbs-"] .sub-content-wrap[data-aos] {
    opacity: 1;
    transform: none;
}

.page-container[class*="page-bbs-"] #bo_list,
.page-container[class*="page-bbs-"] #bo_gall,
.page-container[class*="page-bbs-"] #bo_v {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: var(--container-max);
    font-family: var(--font-base);
}

#bo_btn_top {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 24px;
    padding: 0;
    width: 100%;
}

#bo_btn_top:after {
    display: none;
    content: none;
}

#bo_list_total {
    display: flex;
    position: relative;
    align-items: center;
    gap: 8px;
    float: none;
    margin: 0;
    padding: 0;
    height: auto;
    font-size: var(--fs-14);
    line-height: 1.4;
    color: var(--color-muted);
}

.btn_bo_user {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    float: none;
    margin: 0 0 0 auto;
    padding: 0;
}

#bo_list .bo_fx {
    display: block;
}

.btn_bo_user li {
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    background: transparent;
}

.btn_bo_user .btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    font-size: var(--fs-15);
    line-height: 1;
    color: var(--color-title);
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.btn_bo_user .btn:hover,
.btn_bo_user .btn:focus {
    color: var(--color-text-inv);
    background: var(--primary);
    border-color: var(--primary);
}

.more_opt {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    margin: 0;
    padding: 8px 0;
    width: 132px;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    z-index: var(--z-overlay);
}

.more_opt li {
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    border-bottom: 0;
}

.more_opt li a,
.more_opt li button {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 10px 14px;
    width: 100%;
    min-height: 38px;
    font-size: var(--fs-14);
    color: var(--color-text);
    background: var(--color-bg);
    border: 0;
}

.more_opt li a:hover,
.more_opt li button:hover {
    color: var(--primary);
    background: var(--primary-soft);
}

/*
============================================================
PC BOARD LIST
============================================================
*/
#bo_list .tbl_wrap {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

#bo_list .tbl_head01 table {
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid var(--color-title);
    border-bottom: 1px solid var(--color-border);
}

#bo_list .tbl_head01 thead th {
    padding: 18px 12px;
    height: auto;
    font-size: var(--fs-15);
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-title);
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
}

#bo_list .tbl_head01 tbody td {
    padding: 20px 12px;
    height: auto;
    font-size: var(--fs-15);
    line-height: 1.5;
    color: var(--color-text);
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
}

#bo_list tbody tr {
    border-left: 0;
}

#bo_list tbody tr:hover {
    border-left: 0;
}

#bo_list tbody tr:hover td {
    background: var(--color-gray-50);
}

#bo_list tbody .even td {
    background: var(--color-bg);
}

#bo_list .td_subject {
    text-align: left;
}

#bo_list .bo_tit {
    display: block;
    font-size: var(--fs-16);
    font-weight: 600;
    line-height: 1.45;
    color: var(--color-title);
}

#bo_list .bo_tit a {
    display: inline-block;
    max-width: 100%;
    color: inherit;
    vertical-align: middle;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#bo_list .bo_tit a:hover,
#bo_list .bo_tit a:focus {
    color: var(--primary);
}

#bo_list .td_name,
#bo_list .td_num,
#bo_list .td_num2,
#bo_list .td_datetime {
    font-size: var(--fs-14);
    color: var(--color-muted);
}

#bo_list .empty_table {
    padding: 80px 16px;
    font-size: var(--fs-16);
    color: var(--color-muted);
    text-align: center;
}

/*
============================================================
PC BOARD GALLERY
============================================================
*/
#bo_gall #gall_ul {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#bo_gall #gall_ul .gall_li {
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#bo_gall .gall_box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

#bo_gall .gall_img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: var(--color-bg-soft);
    overflow: hidden;
}

#bo_gall .gall_img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bo_gall .gall_text_href {
    display: block;
    position: relative;
    margin: 0;
    padding: 22px 22px 12px;
}

#bo_gall .bo_tit {
    display: block;
    font-size: var(--fs-18);
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-title);
}

#bo_gall .bo_cnt {
    display: block;
    margin: 0 0 0;padding: 10px 0 0;
    font-size: var(--fs-14);
    line-height: 1.6;
    color: var(--color-muted);
}

#bo_gall .gall_info {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 0 22px 22px;
    font-size: var(--fs-13);
    color: var(--color-muted);
}

#bo_gall .empty_list {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    margin: 0;
    padding: 80px 16px;
    min-height: 180px;
    font-size: var(--fs-16);
    color: var(--color-muted);
    background: var(--color-bg-soft);
    border-radius: var(--radius-sm);
}

/*
============================================================
PC BOARD VIEW
============================================================
*/
#bo_v header {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 24px;
    border-bottom: 2px solid var(--color-title);
}

#bo_v_title .bo_v_tit {
    display: block;
    margin: 0;
    font-size: var(--fs-36);
    font-weight: 800;
    line-height: 1.25;
    color: var(--color-title);
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#bo_v_info {
    display: block;
    position: relative;
    margin: 0;
    padding: 20px 0;
    color: var(--color-muted);
    border-bottom: 1px solid var(--color-border);
}

#bo_v_atc {
    display: block;
    position: relative;
    margin: 0;
    padding: 48px 0;
    min-height: 240px;
}

#bo_v_con {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 240px;
    font-size: var(--fs-17);
    line-height: 1.8;
    color: var(--color-text);
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#bo_v_con img {
    display: block;
    margin: 0 auto 24px;
    max-width: 100%;
    height: auto;
}

.bo_v_nb {
    display: block;
    position: relative;
    margin: 0 0 0;padding: 0;
    border-top: 1px solid var(--color-border);
}

.bo_v_nb li {
    display: flex;
    position: relative;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid var(--color-border);
}

.bo_v_nb li a {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--color-title);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
============================================================
PC BOARD SEARCH
============================================================
*/
.bo_sch_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: var(--z-modal);
}

.bo_sch {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 420px;
    max-width: calc(100% - 48px);
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    z-index: 2;
}

.bo_sch h3 {
    margin: 0;
    padding: 18px 22px;
    font-size: var(--fs-18);
    font-weight: 700;
    color: var(--color-title);
    border-bottom: 1px solid var(--color-border);
}

.bo_sch form {
    display: block;
    margin: 0;
    padding: 22px;
}

.bo_sch select,
.bo_sch .sch_input {
    display: block;
    margin: 0;
    padding: 0 14px;
    width: 100%;
    height: 46px;
    font-size: var(--fs-15);
    color: var(--color-text);
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xs);
}

.bo_sch .sch_bar {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 0 0;padding: 0;
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xs);
    overflow: hidden;
}

.bo_sch .sch_bar .sch_input {
    flex: 1 1 auto;
    border: 0;
}

.bo_sch .sch_btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 46px;
    color: var(--color-title);
    background: var(--color-bg);
    border: 0;
}

.bo_sch .bo_sch_cls {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    color: #888;
    background: transparent;
    border: 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.bo_sch_bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

/*
============================================================
PC BOARD TYPES
============================================================
*/
.page-bbs-main_visual #bo_list,
.page-bbs-main_banner #bo_list,
.page-bbs-event_banner #bo_list {
    max-width: 1120px;
}

.page-bbs-event #bo_gall,
.page-bbs-gallery #bo_gall {
    max-width: var(--container-max);
}

.page-bbs-notice #bo_list,
.page-bbs-free #bo_list,
.page-bbs-community #bo_list {
    max-width: 1280px;
}

.community-list .tbl_head01 table {
    table-layout: fixed;
    border-top: 1px solid #222;
    border-bottom: 1px solid #ddd;
}

.community-list .board-head {
    margin: 0 0 32px;
}

.community-list .board-title {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    color: #222;
}

.community-list .tbl_head01 thead th {
    padding: 18px 10px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.community-list .tbl_head01 tbody td {
    padding: 19px 10px;
    height: 62px;
    font-size: 15px;
    color: #555;
    background: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.page-container[class*="page-bbs-"] #bo_list.community-list #bo_btn_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 34px;
    padding: 0;
    width: 100%;
}

.community-list .board-col-check {
    width: 44px;
}

.community-list .board-col-num {
    width: 78px;
}

.community-list .board-col-subject {
    width: auto;
}

.community-list .board-col-name {
    width: 150px;
}

.community-list .board-col-date {
    width: 116px;
}

.community-list .board-col-hit,
.community-list .board-col-count {
    width: 92px;
}

.community-list .td_num2 {
    width: 78px;
}

.community-list .td_subject {
    width: auto;
    text-align: left;
    padding-left: 20px;
}

.community-list .td_name {
    width: 150px;
    text-align: center;
}

.community-list .td_datetime {
    width: 116px;
}

.community-list .td_num {
    width: 92px;
}

.community-list .bo_tit {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.admin-skin-wrap .community-list .board-head {
    margin: 0 0 24px;
}

.admin-skin-wrap .community-list #bo_btn_top {
    margin: 0 0 20px;
}

.page-bbs-product_register #bo_w,
.page-bbs-purchase #bo_w,
.page-bbs-bulk_inquiry #bo_w {
    max-width: 1280px;
}

#bo_w.plan-write #fwrite {
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
}

.plan-write .form-head {
    margin: 0 0 40px;
    padding: 0 0 36px;
    border-bottom: 1px solid #ddd;
}

.plan-write .form-head .tt {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    color: #222;
}

.plan-write .form-head .desc {
    margin: 0 0 0;padding: 12px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #777;
}

.plan-write .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid #eee;
}

.plan-write .form-row {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 94px;
    padding: 18px 38px 18px 38px;
    border-top: 1px solid #eee;
}

.plan-write .form-row label,
.plan-write .form-row .form-label {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
}

.plan-write .frm_input,
.plan-write select {
    height: 54px;
    border-color: #ddd;
    border-radius: 0;
}

.plan-write .frm_file {
    height: 54px;
    padding: 12px 14px;
    border-color: #ddd;
    border-radius: 0;
}

.plan-write .form-wide {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 20px;
    border-bottom: 1px solid #eee;
}

.plan-write .form-wide textarea {
    min-height: 240px;
    height: 240px;
    border-color: #ddd;
    border-radius: 0;
}

.plan-write .form-captcha {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 24px 20px;
    border-bottom: 1px solid #eee;
}

.plan-write .btn_confirm .btn,
.plan-write .btn_confirm button {
    min-width: 112px;
    height: 52px;
    border-radius: 0;
}

.plan-write .btn_confirm .btn_cancel {
    color: #222;
    background: #fff;
}

.plan-write .btn_confirm .btn_submit {
    color: #fff;
    background: #222;
    border-color: #222;
}

.page-bbs-event #bo_gall #gall_ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px 20px;
}

.page-bbs-event #bo_gall .gall_box {
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.page-bbs-event #bo_gall .gall_img {
    aspect-ratio: 630 / 320;
    background: #f2f2f2;
    border: 0;
    border-radius: 8px;
}

.page-bbs-event #bo_gall .gall_img img {
    object-fit: cover;
}

.page-bbs-event #bo_gall .gall_text_href {
    padding: 22px 0 0;
}

.page-bbs-event #bo_gall .bo_cate_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    padding: 0 18px;
    height: 28px;
    font-size: 14px;
    font-weight: 800;
    line-height: 28px;
    color: #fff;
    background: var(--primary);
    border: 0;
    border-radius: 14px;
}

.page-bbs-event #bo_gall .bo_tit {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.page-bbs-event #bo_gall .bo_cnt {
    margin: 0; padding: 10px 0 0;
    font-size: 15px;
    color: #777;
}

/*
============================================================
PC BOARD BREAKPOINT 1480
============================================================
*/
@media (max-width: 1480px) {
    .page-container[class*="page-bbs-"] {
        max-width: var(--container-max);
    }
}

/*
============================================================
PC BOARD BREAKPOINT 1280
============================================================
*/
@media (max-width: 1280px) {
    #bo_gall #gall_ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/*
============================================================
PC BOARD BREAKPOINT 1024
============================================================
*/
@media (max-width: 1024px) {
    .page-container[class*="page-bbs-"] {
        padding: 0 0 96px;
    }
}

/*
============================================================
PC FORM COMMON
============================================================
*/
#bo_w {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 960px;
    font-family: var(--font-base);
}

#bo_w #fwrite {
    display: block;
    position: relative;
    margin: 0;
    padding: 48px;
    width: 100%;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
}

#bo_w .write_div {
    display: block;
    position: relative;
    margin: 0 0 18px;
    padding: 0;
    width: 100%;
}

#bo_w .bo_w_info {
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 18px;
    padding: 0;
    width: 100%;
}

#bo_w .bo_w_info:empty {
    display: none;
}

#bo_w .frm_input,
#bo_w select,
#bo_w textarea {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 16px;
    width: 100%;
    max-width: none;
    height: 52px;
    font-size: var(--fs-15);
    line-height: 1.4;
    color: var(--color-text);
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xs);
}

#bo_w textarea,
#bo_w .wr_content textarea {
    padding: 16px;
    min-height: 240px;
    height: 240px;
    resize: vertical;
}

#bo_w .frm_input:focus,
#bo_w select:focus,
#bo_w textarea:focus {
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(242, 13, 13, 0.12);
}

#bo_w .full_input {
    width: 100%;
}

#bo_w .half_input {
    width: 100%;
}

#bo_w .bo_w_tit #wr_subject {
    font-size: var(--fs-16);
    font-weight: 600;
}

#bo_w .wr_content {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

#bo_w .bo_w_link {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
}

#bo_w .bo_w_link label,
#bo_w .bo_w_flie .lb_icon {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    margin: 0;
    padding: 0;
    width: 52px;
    height: 52px;
    color: var(--color-title);
    background: var(--color-bg-soft);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xs);
}

#bo_w .bo_w_flie {
    display: block;
    position: relative;
    margin: 0 0 14px;
    padding: 0;
}

#bo_w .file_wr {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

#bo_w .frm_file {
    display: block;
    position: relative;
    margin: 0;
    padding: 13px 14px;
    width: 100%;
    height: 52px;
    font-size: var(--fs-14);
    color: var(--color-text);
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xs);
}

#bo_w .file-name {
    display: block;
    margin: 0 0 0;padding: 8px 0 0;
    font-size: var(--fs-13);
    color: var(--color-muted);
}

#bo_w .file_del {
    display: block;
    position: relative;
    margin: 0 0 0 62px;padding: 8px 0 0;
    font-size: var(--fs-13);
    color: var(--color-muted);
}

#bo_w .bo_v_option {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
}

#bo_w .bo_v_option li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

#bo_w .btn_confirm {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 0;padding: 0;
}

#bo_w .btn_confirm .btn,
#bo_w .btn_confirm button {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 28px;
    min-width: 130px;
    height: 52px;
    font-size: var(--fs-15);
    font-weight: 700;
    color: var(--color-title);
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
}

#bo_w .btn_confirm .btn_submit {
    color: var(--color-text-inv);
    background: var(--primary);
    border-color: var(--primary);
}

#bo_w .btn_confirm .btn:hover,
#bo_w .btn_confirm button:hover {
    transform: translateY(-1px);
}

#autosave_wrapper {
    display: block;
    position: relative;
}

#autosave_pop {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 360px;
    max-width: 100%;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    z-index: var(--z-overlay);
}

/*
============================================================
PC FORM TYPES
============================================================
*/
.page-bbs-main_visual #bo_w,
.page-bbs-main_banner #bo_w,
.page-bbs-event_banner #bo_w {
    max-width: 1040px;
}

.page-bbs-product_register #bo_w.plan-write,
.page-bbs-purchase #bo_w.plan-write,
.page-bbs-bulk_inquiry #bo_w.plan-write {
    max-width: 1280px;
}

#bo_w.plan-write #fwrite {
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
}

#bo_w.plan-write #wr_content.dn {
    display: none;
}

#bo_w.plan-write .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid #eee;
}

#bo_w.plan-write .form-row {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 94px;
    padding: 18px 38px;
    border-top: 1px solid #eee;
}

#bo_w.plan-write .form-wide,
#bo_w.plan-write .form-captcha {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 20px;
    border-bottom: 1px solid #eee;
}

#bo_w.plan-write .form-captcha {
    align-items: center;
}

#bo_w.plan-write .frm_input,
#bo_w.plan-write select,
#bo_w.plan-write .frm_file,
#bo_w.plan-write .form-wide textarea {
    border-color: #ddd;
    border-radius: 0;
}

#bo_w.plan-write .btn_confirm .btn,
#bo_w.plan-write .btn_confirm button {
    min-width: 112px;
    height: 52px;
    color: #222;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

#bo_w.plan-write .btn_confirm .btn_submit {
    color: #fff;
    background: #222;
    border-color: #222;
}

.page-bbs-purchase #bo_w,
.page-bbs-product_register #bo_w,
.page-bbs-bulk_inquiry #bo_w {
    max-width: 980px;
}

/*
============================================================
PC FORM BREAKPOINT 1480
============================================================
*/
@media (max-width: 1480px) {
    #bo_w {
        max-width: 920px;
    }
}

/*
============================================================
PC FORM BREAKPOINT 1280
============================================================
*/
@media (max-width: 1280px) {
    #bo_w #fwrite {
        padding: 40px;
    }
}

/*
============================================================
PC FORM BREAKPOINT 1024
============================================================
*/
@media (max-width: 1024px) {
    #bo_w #fwrite {
        padding: 32px;
    }
}

/* QNIX admin skin control restore. */
.admin-skin-wrap #bo_list .bo_fx {
    display: block;
    float: right;
    margin: 0 0 5px;
    padding: 0;
    zoom: 1;
}

.admin-skin-wrap #bo_list .bo_fx:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.admin-skin-wrap .btn_bo_user {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.admin-skin-wrap .btn_bo_user li {
    display: block;
    float: left;
    position: relative;
    margin: 0 0 0 5px;
    padding: 0;
    width: 40px;
    text-align: center;
    background: #fff;
}

.admin-skin-wrap .btn_bo_user .btn {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #4b5259;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    text-align: center;
}

.admin-skin-wrap .more_opt {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    margin: 0;
    padding: 0;
    width: auto;
    min-width: 92px;
    background: #fff;
    border: 1px solid #b8bfc4;
    border-radius: 0;
    box-shadow: none;
    z-index: 999;
}

.admin-skin-wrap .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;
}

.admin-skin-wrap .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;
}

.admin-skin-wrap .more_opt li {
    display: block;
    float: none;
    margin: 0;
    padding: 10px;
    width: 90px;
    color: #6b757c;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
}

.admin-skin-wrap .more_opt li:last-child {
    border-bottom: 0;
}

.admin-skin-wrap .more_opt li a,
.admin-skin-wrap .more_opt li button {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 0;
    color: #6b757c;
    background: #fff;
    border: 0;
    text-align: left;
}

.admin-skin-wrap .more_opt li i {
    float: right;
    line-height: 20px;
}

.admin-skin-wrap .selec_chk {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    overflow: hidden;
}

.admin-skin-wrap .chk_box {
    position: relative;
}

.admin-skin-wrap .chk_box input[type="checkbox"] + label span {
    display: block;
    float: left;
    margin: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d0d4df;
    border-radius: 3px;
}

.admin-skin-wrap .chk_box input[type="checkbox"]:checked + label span {
    background: url(./img/chk.png) no-repeat 50% 50% #3a8afd;
    border-color: #1471f6;
}

.admin-write-wrap #bo_w,
.admin-write-wrap #bo_w.plan-write {
    max-width: none;
}

.admin-write-wrap #bo_w #fwrite,
.admin-write-wrap #bo_w.plan-write #fwrite {
    margin: 0;
    padding: 24px;
    background: #fff;
    border: 1px solid #d0d3db;
    border-radius: 3px;
}

/* QNIX legacy admin controls visibility restore. */
.page-container[class*="page-bbs-"] #bo_btn_top .btn_bo_user,
.admin-skin-wrap #bo_btn_top .btn_bo_user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    float: none;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
}

.page-container[class*="page-bbs-"] #bo_btn_top .btn_bo_user > li,
.admin-skin-wrap #bo_btn_top .btn_bo_user > li {
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    background: transparent;
    text-align: center;
}

.page-container[class*="page-bbs-"] #bo_btn_top .btn_bo_user .btn,
.admin-skin-wrap #bo_btn_top .btn_bo_user .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-container[class*="page-bbs-"] #bo_btn_top .btn_more_opt,
.admin-skin-wrap #bo_btn_top .btn_more_opt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-container[class*="page-bbs-"] #bo_list #fboardlist:has(input[name="chk_wr_id[]"]) > .bo_fx,
.admin-skin-wrap #bo_list .bo_fx,
.admin-skin-wrap #bo_gall .bo_fx {
    display: block;
    float: right;
    margin: 0 0 5px;
    padding: 0;
    zoom: 1;
}

.page-container[class*="page-bbs-"] #bo_list #fboardlist:has(input[name="chk_wr_id[]"]) > .bo_fx:after,
.admin-skin-wrap #bo_list .bo_fx:after,
.admin-skin-wrap #bo_gall .bo_fx:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.page-container[class*="page-bbs-"] #bo_list .td_chk.chk_box,
.page-container[class*="page-bbs-"] #bo_list .all_chk.chk_box,
.admin-skin-wrap #bo_list .td_chk.chk_box,
.admin-skin-wrap #bo_list .all_chk.chk_box {
    position: relative;
    text-align: center;
}

.page-container[class*="page-bbs-"] #bo_list .td_chk.chk_box label,
.page-container[class*="page-bbs-"] #bo_list .all_chk.chk_box label,
.admin-skin-wrap #bo_list .td_chk.chk_box label,
.admin-skin-wrap #bo_list .all_chk.chk_box label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.page-container[class*="page-bbs-"] #bo_list .chk_box input[type="checkbox"] + label span,
.admin-skin-wrap #bo_list .chk_box input[type="checkbox"] + label span {
    display: block;
    float: none;
    margin: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d0d4df;
    border-radius: 3px;
}

.page-container[class*="page-bbs-"] #bo_gall #gall_allchk.chk_box label,
.admin-skin-wrap #bo_gall #gall_allchk.chk_box label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.page-container[class*="page-bbs-"] #bo_gall #gall_allchk.chk_box input[type="checkbox"] + label span,
.admin-skin-wrap #bo_gall #gall_allchk.chk_box input[type="checkbox"] + label span {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d0d4df;
    border-radius: 3px;
}

.page-container[class*="page-bbs-"] #bo_gall .gall_chk label,
.admin-skin-wrap #bo_gall .gall_chk label {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
}

.page-container[class*="page-bbs-"] #bo_gall .gall_chk input[type="checkbox"] + label span,
.admin-skin-wrap #bo_gall .gall_chk input[type="checkbox"] + label span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d0d4df;
    border-radius: 3px;
}

.page-container[class*="page-bbs-"] .chk_box input[type="checkbox"]:checked + label span,
.admin-skin-wrap .chk_box input[type="checkbox"]:checked + label span {
    background: url(./img/chk.png) no-repeat 50% 50% #3a8afd;
    border-color: #1471f6;
}

/* QNIX checkbox click restore. */
.page-container[class*="page-bbs-"] #bo_list .chk_box,
.page-container[class*="page-bbs-"] #bo_gall .chk_box,
.admin-skin-wrap #bo_list .chk_box,
.admin-skin-wrap #bo_gall .chk_box {
    position: relative;
}

.page-container[class*="page-bbs-"] #bo_list .chk_box > .selec_chk,
.page-container[class*="page-bbs-"] #bo_gall .chk_box > .selec_chk,
.admin-skin-wrap #bo_list .chk_box > .selec_chk,
.admin-skin-wrap #bo_gall .chk_box > .selec_chk {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    opacity: 0;
    overflow: hidden;
    outline: 0;
    cursor: pointer;
    z-index: 2;
}

.page-container[class*="page-bbs-"] #bo_list .chk_box > label,
.page-container[class*="page-bbs-"] #bo_gall .chk_box > label,
.admin-skin-wrap #bo_list .chk_box > label,
.admin-skin-wrap #bo_gall .chk_box > label {
    pointer-events: none;
}


/* QNIX checkbox visible checked restore. */
.page-container[class*="page-bbs-"] #bo_list .chk_box input[type="checkbox"]:checked + label span,
.page-container[class*="page-bbs-"] #bo_gall .chk_box input[type="checkbox"]:checked + label span,
.admin-skin-wrap #bo_list .chk_box input[type="checkbox"]:checked + label span,
.admin-skin-wrap #bo_gall .chk_box input[type="checkbox"]:checked + label span {
    background-color: #3a8afd;
    background-image: url(./img/chk.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-color: #1471f6;
}

/* QNIX board view final PC restore. */
#bo_v {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    color: #222;
}

#bo_v header {
    margin: 0;
    padding: 0 0 24px;
    border-bottom: 2px solid #222;
}

#bo_v_title .bo_v_tit {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    color: #222;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#bo_v_info {
    margin: 0;
    padding: 18px 0;
    min-height: 0;
    border-bottom: 1px solid #e5e5e5;
}

#bo_v_top {
    margin: 0 0 24px;
    padding: 0;
}

#bo_v_top .btn_bo_user,
#bo_v_top .bo_v_com {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
    padding: 0;
    background: transparent;
}

#bo_v_atc {
    margin: 0;
    padding: 40px 0 0;
    min-height: 0;
}

#bo_v_con {
    margin: 0;
    padding: 0;
    min-height: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    word-break: keep-all;
    overflow-wrap: anywhere;
    overflow: visible;
}

.view-fields {
    margin: 0;
    padding: 0;
    width: 100%;
}

.view-fields dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 2px solid #222;
}

.view-fields dl > div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

.view-fields dl > div.is-wide {
    grid-column: 1 / -1;
}

.view-fields dt,
.view-fields dd {
    margin: 0;
    padding: 16px 18px;
    min-height: 56px;
    font-size: 15px;
    line-height: 1.55;
    box-sizing: border-box;
}

.view-fields dt {
    color: #222;
    font-weight: 800;
    background: #f7f7f7;
}

.view-fields dd {
    color: #333;
    word-break: break-word;
}

/* QNIX front admin board controls restore. */
.page-container[class*="page-bbs-"] #bo_btn_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    clear: both;
    margin: 0 0 34px;
    padding: 0;
    width: 100%;
}

.page-container[class*="page-bbs-"] #bo_btn_top .btn_bo_user,
.page-container[class*="page-bbs-"] #bo_list .bo_fx .btn_bo_user,
.page-container[class*="page-bbs-"] #bo_gall .bo_fx .btn_bo_user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    float: none;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
}

.page-container[class*="page-bbs-"] #bo_btn_top .btn_bo_user > li,
.page-container[class*="page-bbs-"] #bo_list .bo_fx .btn_bo_user > li,
.page-container[class*="page-bbs-"] #bo_gall .bo_fx .btn_bo_user > li {
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    background: transparent;
}

.page-container[class*="page-bbs-"] #bo_btn_top .btn_bo_user .btn,
.page-container[class*="page-bbs-"] #bo_list .bo_fx .btn_bo_user .btn,
.page-container[class*="page-bbs-"] #bo_gall .bo_fx .btn_bo_user .btn,
.page-container[class*="page-bbs-"] #bo_btn_top .btn_more_opt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-container[class*="page-bbs-"] #bo_list .bo_fx,
.page-container[class*="page-bbs-"] #bo_gall .bo_fx {
    display: block;
    clear: both;
    float: none;
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    min-height: 42px;
}

.page-container[class*="page-bbs-"] #bo_list.community-list #fboardlist:has(input[name="chk_wr_id[]"]) > .bo_fx,
.page-container[class*="page-bbs-"] #bo_list.community-list .bo_fx {
    display: none;
}


/* QNIX custom board view/accessibility/icon restore */
#bo_v_info,
#bo_v_atc,
#bo_vc,
#bo_vc_w {
    position: relative;
}

#bo_v_info > h2,
#bo_v_atc > h2,
#bo_vc > h2,
#bo_vc header h2,
#bo_vc_w > h2 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#bo_v_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

#bo_v_info .profile_info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

#bo_v_info .pf_img {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
}

#bo_v_info .pf_img img {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
}

#bo_v_info .profile_info_ct {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 10px;
    min-width: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}

#bo_v_info .profile_info_ct br {
    display: none;
}

#bo_v_info .profile_info_ct strong {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
}

#bo_v_info .profile_info_ct > strong:first-of-type {
    color: #111;
    font-weight: 800;
}

#bo_v_info .profile_info_ct a {
    color: inherit;
    text-decoration: none;
}

#bo_v_info #bo_v_top {
    flex: 0 0 auto;
    margin: 0;
}

#bo_v_top .btn_bo_user li,
#bo_v_top .bo_v_com li {
    list-style: none;
}

#bo_v_top .btn_bo_user .btn,
#bo_v_top .bo_v_com .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #111;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    font-size: 15px;
    line-height: 1;
    box-sizing: border-box;
}

#bo_list .cnt_cmt,
#bo_gall .cnt_cmt,
#bo_v .cnt_cmt {
    display: inline-block;
    height: 16px;
    padding: 0 5px;
    color: #3a8afd;
    background: #e9eff5;
    border-radius: 3px;
    font-size: 11px;
    line-height: 16px;
    vertical-align: middle;
}

#bo_list .bo_tit .new_icon,
#bo_gall .bo_tit .new_icon,
#bo_v .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    color: #23db79;
    background: #b9ffda;
    border-radius: 2px;
    font-size: 0.833em;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

#bo_list .bo_tit .hot_icon,
#bo_gall .bo_tit .hot_icon,
#bo_v .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    color: #ff0000;
    background: #ffb9b9;
    border-radius: 2px;
    font-size: 0.833em;
    text-align: center;
    vertical-align: middle;
}

#bo_list .bo_tit .fa-download,
#bo_gall .bo_tit .fa-download,
#bo_v .fa-download {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    color: #daae37;
    background: #ffefb9;
    border-radius: 2px;
    font-size: 0.833em;
    text-align: center;
    vertical-align: middle;
}

#bo_list .bo_tit .fa-link,
#bo_gall .bo_tit .fa-link,
#bo_v .fa-link {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    color: #b451fd;
    background: #edd3fd;
    border-radius: 2px;
    font-size: 0.833em;
    text-align: center;
    vertical-align: middle;
}

#bo_list .bo_tit .fa-lock,
#bo_gall .bo_tit .fa-lock,
#bo_v .fa-lock {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    color: #4f818c;
    background: #cbe3e8;
    border: 1px solid #cbe3e8;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.cmt_btn {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 34px 0 0;
    padding: 16px 0;
    color: #111;
    background: #fff;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

.cmt_btn span.total {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: #111;
}

.cmt_btn b {
    color: #111;
    font-size: 1em;
    font-weight: 800;
}

.cmt_btn span.cmt_more {
    display: none;
}

#bo_vc {
    margin: 0;
    padding: 0;
    background: #fff;
}

#bo_vc article {
    display: flex;
    position: relative;
    gap: 12px;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}

#bo_vc article > .pf_img {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
}

#bo_vc article > .pf_img img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

#bo_vc .cm_wrap {
    flex: 1 1 auto;
    min-width: 0;
}

#bo_vc header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 8px;
    min-width: 0;
    padding: 0 44px 0 0;
    line-height: 1.4;
}

#bo_vc .sv_member,
#bo_vc .sv_guest,
#bo_vc .member,
#bo_vc .guest {
    color: #111;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

#bo_vc .bo_vc_hdinfo {
    color: #777;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
}

#bo_vc .cmt_contents {
    margin: 8px 0 0;
    color: #333;
    font-size: 15px;
    line-height: 1.65;
}

#bo_vc .cmt_contents p {
    margin: 0;
}

#bo_vc_empty {
    margin: 0;
    padding: 18px 0;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.5;
}

/* QNIX custom board common component restore */
#bo_v_top h2,
#bo_v_atc_title,
#bo_v_bot h2,
#bo_v_file h2,
#bo_v_link h2,
#bo_vc h1,
#bo_vc h2,
.bo_vc_w h2,
#autosave_pop strong {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#bo_list:after,
#bo_v_info:after,
#bo_v_top:after,
#bo_v_share:after,
#bo_v_img:after,
#bo_v_bot:after,
.bo_fx:after,
.bo_v_nb:after,
.bo_vc_w:after,
.bo_vc_w_info:after,
.bo_vc_w_wr:after,
#bo_vc article:after,
#bo_v_sns:after,
#bo_vc_sns:after,
#autosave_pop li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_list .profile_img img,
#bo_vc article .profile_img img,
#bo_vc header .profile_img {
    border-radius: 50%;
}

#bo_list .td_board { width: 120px; text-align: center; }
#bo_list .td_chk { width: 30px; text-align: center; }
#bo_list .td_date,
#bo_list .td_datetime { width: 60px; text-align: center; }
#bo_list .td_group,
#bo_list .td_mb_id,
#bo_list .td_nick { width: 100px; text-align: center; }
#bo_list .td_mng { width: 80px; 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_tit { display: block; color: #000; font-weight: 700; }
#bo_list .bo_tit .title_icon { margin-right: 2px; }
#bo_list .bo_tit .fa-heart { color: #ff0000; }
#bo_list .bo_tit .fa-caret-right { color: #bbb; }

#bo_v_con a { color: inherit; text-decoration: underline; }
#bo_v_img { margin: 0 0 24px; text-align: center; }
#bo_v_img a.view_image { display: inline-block; max-width: 100%; }
#bo_v_img img { display: block; margin: 0 auto 16px; max-width: 100%; height: auto; }

#bo_v_file,
#bo_v_link {
    margin: 24px 0 0;
    padding: 0;
}

#bo_v_file ul,
#bo_v_link ul,
#bo_v_top ul,
#bo_v_bot ul,
#bo_v_sns,
#bo_vc_sns,
.bo_fx ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bo_v_file li,
#bo_v_link li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    padding: 12px 14px;
    color: #444;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.45;
}

#bo_v_file li:hover,
#bo_v_link li:hover {
    border-color: #bbb;
}

#bo_v_file a,
#bo_v_link a {
    color: #222;
    text-decoration: none;
}

#bo_v_file a:focus,
#bo_v_file a:active,
#bo_v_link a:focus,
#bo_v_link a:active {
    text-decoration: underline;
}

#bo_v_file li i,
#bo_v_link li i {
    flex: 0 0 auto;
}

#bo_v_file .bo_v_file_cnt,
#bo_v_link .bo_v_link_cnt {
    color: #777;
    font-size: 13px;
}

#bo_v_share {
    margin: 0 0 18px;
    text-align: right;
}

#bo_v_share .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    text-decoration: none;
}

#bo_v_share .btn i { margin-right: 4px; }
#bo_v_share .btn:hover { border-color: #111; }

#bo_v_sns li,
#bo_vc_sns li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
}

#bo_v_sns li a,
#bo_vc_sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#bo_v_sns li img { display: block; }
#bo_v_sns li .sns_f,
#bo_v_sns li .sns_t,
#bo_v_sns li .sns_g,
#bo_v_sns li .sns_k,
#bo_vc_sns .sns_li_f,
#bo_vc_sns .sns_li_t,
#bo_vc_sns .sns_li_off {
    display: inline-flex;
}

#bo_v_act {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 28px 0 0;
}

#bo_v_act .bo_v_act_gng,
#bo_v_act .bo_v_good,
#bo_v_act .bo_v_nogood {
    display: inline-flex;
    align-items: center;
}

#bo_v_act a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 70px;
    height: 38px;
    padding: 0 12px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 19px;
    text-decoration: none;
}

#bo_v_act a:hover { border-color: #111; }
#bo_v_act i { line-height: 1; }
#bo_v_act_good,
#bo_v_act_nogood {
    display: none;
    margin-left: 6px;
    color: #777;
    font-size: 13px;
}

.bo_v_nb {
    display: block;
    margin: 34px 0 0;
    padding: 0;
    border-top: 1px solid #ddd;
}

.bo_v_nb li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}

.bo_v_nb li:hover { background: #fafafa; }
.bo_v_nb li:last-child { border-bottom: 1px solid #e5e5e5; }
.bo_v_nb li .nb_tit {
    flex: 0 0 auto;
    color: #111;
    font-size: 13px;
    font-weight: 800;
}
.bo_v_nb li i { margin-right: 3px; }
.bo_v_nb li .nb_date {
    margin-left: auto;
    color: #555;
    font-size: 13px;
    white-space: nowrap;
}

#bo_vc .bo_vl_opt {
    position: absolute;
    top: 18px;
    right: 0;
}

#bo_vc .btn_cm_opt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #111;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.bo_vc_act {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    width: 64px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #b8bfc4;
    list-style: none;
    z-index: 10;
}

.bo_vc_act:before,
.bo_vc_act:after {
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
}

.bo_vc_act:before {
    top: -8px;
    border-width: 0 6px 8px;
    border-color: transparent transparent #b8bfc4;
}

.bo_vc_act:after {
    top: -6px;
    border-width: 0 6px 8px;
    border-color: transparent transparent #fff;
}

.bo_vc_act li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
}

.bo_vc_act li:last-child { border-bottom: 0; }
.bo_vc_act li a {
    display: block;
    padding: 8px 10px;
    color: #555;
    font-size: 12px;
    text-decoration: none;
}
.bo_vc_act li a:hover { color: #000; }
.bo_vc_hdinfo { color: #777; font-size: 13px; }
#bo_vc p a,
#bo_vc p a.s_cmt { color: inherit; text-decoration: underline; }

.bo_vc_w {
    margin: 24px 0 0;
    padding: 0;
}

.bo_vc_w textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    padding: 12px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}

.bo_vc_w #char_cnt {
    display: block;
    margin: 0 0 6px;
    color: #777;
    font-size: 13px;
    text-align: right;
}

.bo_vc_w_wr:after { display: block; clear: both; content: ""; }
.bo_vc_w_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
}

.bo_vc_w_info .frm_input {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.bo_vc_w_info #captcha {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.bo_vc_w .btn_confirm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 10px 0 0;
}

.bo_vc_w .btn_confirm label,
.bo_vc_w .btn_confirm .secret_cm label {
    margin: 0;
}

.bo_vc_w .btn_submit {
    min-width: 110px;
    height: 42px;
    padding: 0 18px;
    color: #fff;
    background: #111;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
}

#bo_w .write_div:after,
#bo_w .bo_w_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_w .bo_w_tit,
#bo_w .bo_w_select,
#bo_w .bo_w_info,
#bo_w .bo_w_link,
#bo_w .bo_w_flie,
#bo_w .write_div {
    margin: 0 0 12px;
}

#bo_w .bo_w_tit .frm_input,
#bo_w .bo_w_info .frm_input,
#bo_w .bo_w_link .frm_input,
#bo_w .bo_w_flie .frm_input,
#bo_w .bo_w_select select,
#bo_w #wr_password,
#bo_w #wr_homepage {
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

#bo_w .bo_w_tit #btn_autosave {
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
}

#bo_w .bo_w_flie .file_wr,
#bo_w .bo_w_flie .frm_file,
#bo_w .bo_w_flie .file_del {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#bo_w .bo_v_option li label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span,
.write_div .chk_box input[type="checkbox"] + label span,
.bo_vc_w .chk_box input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #d0d4df;
    border-radius: 3px;
    background: #fff;
}

#bo_w .wr_content.smarteditor2 iframe { width: 100%; }
#bo_w .btn_submit,
#bo_w .btn_cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 42px;
    padding: 0 18px;
    border-radius: 3px;
    text-decoration: none;
}

#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: 700; }

#autosave_wrapper { position: relative; }
#autosave_pop {
    display: none;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 10;
    width: 350px;
    max-height: 180px;
    border: 1px solid #565656;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

#autosave_pop:before,
#autosave_pop:after {
    position: absolute;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
}

#autosave_pop:before {
    top: -8px;
    border-width: 0 6px 8px;
    border-color: transparent transparent #000;
}

#autosave_pop:after {
    top: -7px;
    border-width: 0 6px 8px;
    border-color: transparent transparent #fff;
}

html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px;
}

#autosave_pop div { text-align: center; }
#autosave_pop button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

#autosave_pop ul {
    height: 130px;
    margin: 0;
    padding: 15px;
    overflow-y: auto;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
}

#autosave_pop li {
    padding: 8px 5px;
    border-bottom: 1px solid #fff;
    background: #eee;
}

#autosave_pop a { display: block; float: left; }
#autosave_pop span {
    display: block;
    float: right;
    color: #999;
    font-size: 0.92em;
    font-style: italic;
}


/* QNIX custom board exact selector audit restore */
#bo_v_table,
#bo_v_title,
#bo_v_bot,
.bo_fx,
.bo_v_com {
    position: relative;
}

#bo_v_info h2 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#bo_v_title .bo_v_cate {
    display: inline-block;
    margin: 0 8px 0 0;
    color: #777;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}

#bo_v_info strong,
#bo_v_info .member,
#bo_v_info .guest,
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .if_date {
    display: inline-flex;
    align-items: center;
    margin: 0;
    white-space: nowrap;
}

#bo_v_info .profile_img,
#bo_v_info .profile_info .pf_img,
#bo_vc article .pf_img {
    flex: 0 0 auto;
}

#bo_v_info .profile_info .pf_img img,
#bo_vc article .pf_img img {
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

#bo_v_info .profile_info .profile_info_ct,
#bo_vc article .cm_wrap {
    min-width: 0;
}

#bo_v_file img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#bo_v_file li:hover a,
#bo_v_file li:hover i,
#bo_v_file li:hover .bo_v_file_cnt,
#bo_v_link li:hover a,
#bo_v_link li:hover i,
#bo_v_link li:hover .bo_v_link_cnt {
    color: #111;
}

#bo_vc #bo_vc_winfo,
#bo_vc_send_sns {
    display: inline-flex;
    align-items: center;
}

#bo_vc header:after {
    display: none;
}

#bo_vc header .icon_reply {
    display: inline-block;
    margin-right: 4px;
}

#bo_vc_sns input {
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.bo_sch:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.bo_sch legend {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.bo_v_com > li,
.btn_bo_user > li {
    position: relative;
}

.bo_vc_w .chk_box input[type="checkbox"] + label,
.write_div .chk_box input[type="checkbox"] + label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #676e70;
}

.cmt_btn span.total:after {
    display: none;
}

.cmt_btn_op span.cmt_more {
    transform: rotate(180deg);
}

.more_opt:before,
.more_opt:after {
    position: absolute;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
}

.more_opt:before {
    top: -8px;
    border-width: 0 6px 8px;
    border-color: transparent transparent #b8bfc4;
}

.more_opt:after {
    top: -6px;
    border-width: 0 6px 8px;
    border-color: transparent transparent #fff;
}

.more_opt li:last-child {
    border-bottom: 0;
}

.more_opt li:hover a,
.more_opt li:hover button {
    color: #000;
}

.more_opt li i {
    float: right;
    line-height: 20px;
}

#bo_w .bo_w_tit,
#bo_w .bo_w_select,
#bo_w .bo_w_info,
#bo_w .bo_w_link,
#bo_w .bo_w_flie,
#bo_w .write_div {
    margin: 0 0 12px;
}

#bo_w .bo_w_tit .frm_input,
#bo_w .bo_w_info .frm_input,
#bo_w .bo_w_link .frm_input,
#bo_w .bo_w_flie .frm_input,
#bo_w .bo_w_select select,
#bo_w #wr_password,
#bo_w #wr_homepage {
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

#bo_w .bo_w_tit #btn_autosave {
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
}

#bo_w .bo_w_flie .file_wr,
#bo_w .bo_w_flie .frm_file,
#bo_w .bo_w_flie .file_del {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#bo_w .bo_v_option li label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span,
.write_div .chk_box input[type="checkbox"] + label span,
.bo_vc_w .chk_box input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #d0d4df;
    border-radius: 3px;
    background: #fff;
}

#bo_w .wr_content.smarteditor2 iframe {
    width: 100%;
}

#bo_w .btn_submit,
#bo_w .btn_cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 42px;
    padding: 0 18px;
    border-radius: 3px;
    text-decoration: none;
}

#bo_w .write_div:after,
#bo_w .bo_w_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#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: 700;
}

#autosave_pop {
    display: none;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 10;
    width: 350px;
    max-height: 180px;
    border: 1px solid #565656;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

#autosave_pop:before,
#autosave_pop:after {
    position: absolute;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
}

#autosave_pop:before {
    top: -8px;
    border-width: 0 6px 8px;
    border-color: transparent transparent #000;
}

#autosave_pop:after {
    top: -7px;
    border-width: 0 6px 8px;
    border-color: transparent transparent #fff;
}

html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px;
}

#autosave_pop div {
    text-align: center;
}

#autosave_pop button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

#autosave_pop ul {
    height: 130px;
    margin: 0;
    padding: 15px;
    overflow-y: auto;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
}

#autosave_pop li {
    padding: 8px 5px;
    border-bottom: 1px solid #fff;
    background: #eee;
}

#autosave_pop a {
    display: block;
    float: left;
}

#autosave_pop span {
    display: block;
    float: right;
    color: #999;
    font-size: 0.92em;
    font-style: italic;
}


/* QNIX custom board view top control alignment restore */
#bo_v_info .profile_info {
    flex: 1 1 auto;
}

#bo_v_info #bo_v_top {
    margin-left: auto;
}

/* QNIX custom board category/notice restore */
#bo_cate {
    margin: 25px 0;
}

#bo_cate h2 {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

#bo_cate ul {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    padding: 5px 15px;
    color: #6794d3;
    border: 1px solid #d6e9ff;
    border-radius: 30px;
    line-height: 28px;
    text-decoration: none;
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active,
#bo_cate #bo_cate_on {
    color: #fff;
    background: #3a8afd;
    border-color: #3a8afd;
    font-weight: 700;
}

.bo_notice td {
    background: #fff6fa;
    border-bottom: 1px solid #f8e6ee;
}

.bo_notice td a {
    font-weight: 700;
}

.bo_notice .notice_icon {
    display: inline-block;
    color: #f9267f;
    border-radius: 5px;
    font-weight: 700;
    line-height: 25px;
}

.bo_cate_link:hover {
    text-decoration: none;
}

.bo_current {
    color: #e8180c;
}

/* QNIX custom board write title autosave restore */
#bo_w .bo_w_tit {
    position: relative;
}

#bo_w .bo_w_tit #autosave_wrapper {
    position: relative;
    margin: 0;
}

#bo_w .bo_w_tit .frm_input {
    padding-right: 150px;
}

#bo_w .bo_w_tit #btn_autosave {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    padding: 0 10px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 30px;
    white-space: nowrap;
}

/* QNIX custom board write/comment checkbox native restore */
#bo_w .bo_v_option .selec_chk,
#bo_w .write_div .chk_box > .selec_chk,
.bo_vc_w .chk_box > .selec_chk {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    outline: 0;
    z-index: -1;
}

#bo_w .write_div .chk_box,
.bo_vc_w .chk_box {
    position: relative;
}

/* QNIX custom board pagination alignment restore */
.page-container[class*="page-bbs-"] .pg_wrap {
    clear: both;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 36px auto 48px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.page-container[class*="page-bbs-"] .pg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
}

.page-container[class*="page-bbs-"] .pg_page,
.page-container[class*="page-bbs-"] .pg_current {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
