/** @format */

@charset "utf-8";
@import url('style_gnu.css');
@import url('../../../opbs/css/board_common.css');

/* ----------------------------------------------------------------
공통
---------------------------------------------------------------- */
:root {
    --int-theme-link-color: #11698e;
    --int-theme-link-color: #3a8afd;
}

/* color, 컬러 */
.btn_submit,
.btn_submit:hover,
.pg_current:after,
#bo_list .cnt_cmt,
#bo_cate #bo_cate_on,
a.btn_b02,
.btn_b02,
a.btn_b02:hover,
.btn_b02:hover,
#bo_list .bo_tit .new_icon {
    background-color: var(--int-theme-link-color);
}
#bo_w .bo_w_select select {
    background: #f4f4f4;
}

.inquiry {
    position: relative;
    padding: 2em 1.5em 1.25em;
    margin: 2em 0 0;
    font-size: 16px;
    overflow: hidden;
    border: 6px solid #d7d7d7;
    text-align: center;

    & h5 {
        font-size: 1.5em;
        font-weight: 700;
        color: var(--int-theme-link-color);
    }
    & p {
        line-height: 1.5;

        &:first-of-type {
            margin-top: 1em;
        }
        &:last-of-type span + span::before {
            content: ' / ';
        }
    }
    & b {
        font-weight: 700;
    }
}

/* 검색 */
#bo_sch {
    display: none !important;
    position: relative;
    float: none;
    margin-bottom: 15px;
    border: 0 none;
}
#bo_sch:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    border: 1px solid var(--int-theme-link-color, #11698e);
    visibility: visible;
    z-index: 0;
}
#bo_sch form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 80px;
    z-index: 1;
}
#bo_sch .sch_input {
    float: none;
    border-bottom: 1px solid;
    padding-right: calc(40px);
    max-width: 250px;
}
#bo_sch .sch_input:focus {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}
#bo_sch .sch_btn {
    float: none;
    margin-left: -40px;
    background: transparent;
}
#bo_sch .sch_btn i {
    color: var(--int-theme-link-color, #11698e);
}
#bo_sch select {
    display: none;
}
.sch_word {
    background-color: var(--int-theme-color);
}

/* 카테고리 */
#bo_cate li {
    margin-top: 0;
}

/* 관리자 & */
.btn_bo_user > li {
    position: relative;
}
.btn_bo_user {
    flex: none;
    margin-left: auto;
}
.btn_bo_user .more_opt li i {
    margin-top: 3px;
    float: none;
}

/* 폼 */

/* ----------------------------------------------------------------
list
---------------------------------------------------------------- */
.list_chk {
    right: auto;
    left: 0;
    width: 15px;
}

#bo_cate {
    padding: 0;
    margin: 25px 0;
    background: 0 none;
    border: 0 none;
}
#bo_cate_ul {
    display: grid;
    grid-template-columns: repeat(5, 115px);
    justify-content: center;
    gap: 0 4px;
}
#bo_cate li {
    padding: 0;
    text-align: center;
}
#bo_cate li:first-child {
    margin-left: 0;
}
#bo_cate a {
    height: 40px;
    padding: 0;
    line-height: 40px;
    border-radius: 0;
    color: inherit;
    background-color: rgb(251, 251, 251);
    border-color: rgb(236, 240, 241);
    box-shadow: inset 0 2px 5px rgb(251, 251, 251);
}
#bo_cate a:focus,
#bo_cate a:active,
#bo_cate a:hover {
    color: inherit;
    background: rgb(235 235 235);
}
#bo_cate #bo_cate_on {
    color: var(--int-theme-link-color);
    background: #fff;
    box-shadow: none;
    border-color: var(--int-theme-link-color);
}

#bo_list_total {
    padding-right: 0;
    padding-left: 0;
    background: transparent;
}
#bo_list_total em {
    font-style: normal;
    color: var(--int-theme-link-color);
    font-weight: 600;
    font-size: calc(1em + 1px);
}

.all_chk {
    margin-bottom: 15px;
}
#faq_wrap ol {
    border-top: 1px solid rgb(94, 57, 41);
}
#faq_wrap li {
    position: relative;
    border: 0 none;
    border-bottom: 1px solid #ecf0f1;
}
#faq_wrap li h3 {
    padding: 15px;
    padding-right: 50px;
    padding-left: 50px;
    line-height: 1.4em;
}
#faq_wrap li h3 .tit_bg {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    top: 15px;
    left: 20px;
    color: var(--int-theme-link-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
#faq_wrap .list_chk {
    top: calc(15px + 2px);
    line-height: 1;
}

#faq_wrap li h3 > a.bo_cate_link {
    float: left;
    margin-top: -2px;
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 14px;
    background: var(--int-theme-color);
    color: #fff;
    min-width: 72px;
    text-align: center;
    font-weight: 400;
}
#faq_wrap li h3 > a {
    font-weight: 700;
}
#faq_wrap li h3 .tit_btn {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 30px;
    height: 30px;
    color: #c5cdd8;
    font-size: 1.2em;
    background: #fff;
    border: 0;
}

a.btn_b03,
.btn_b03 {
    vertical-align: top !important;
    line-height: 23px;
    padding: 0 5px;
    color: #333 !important;
    font-size: 13px !important;
}
#faq_con .con_inner > div {
    text-align: justify;
}
#faq_con .con_inner .tit_bg {
    color: #267df4;
    font-size: 1.6em;
    background: transparent;
}
#faq_con .con_inner {
    position: static;
    padding: 20px 50px;
    background: #f8f8f8;
}
#faq_con div.con_closer {
    margin-top: 6px;
    text-align: right;
}

#faq_con .con_inner .closer_btn {
    position: absolute;
    right: 15px;
    top: 12px;
    border: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    color: var(--int-theme-link-color);
    font-size: 1.2em;
}
/* 페이지 쪽 */
.pg_wrap {
    float: none;
    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;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 9999px;
    margin-left: 8px;
}
.pg_current {
    position: relative;
    color: #fff;
    background-color: var(--int-theme-link-color);
    border-color: var(--int-theme-color);
    box-shadow: none;
}
.pg_current:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.wrap_page {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 100px;
    margin-top: 2rem;
}
.pg_wrap {
    float: none;
    padding-right: 8px;
    margin-bottom: 0;
}
.bo_fx {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
}

/* ----------------------------------------------------------------
view
---------------------------------------------------------------- */
#bo_v_title .bo_v_cate {
    display: inline-block;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: calc(1em - 1px);
    text-align: center;

    background-color: var(--int-theme-color);

    box-shadow: none;
    font-weight: 400;
    border: 0 none;
}

#bo_v_info,
#bo_v_title .bo_v_tit {
    border-bottom-color: #f1f1f1;
}
#bo_v_info .if_date {
    float: none;
    font-style: normal;
}
#bo_v_info .profile_info .profile_info_ct {
    float: left;
    padding: 5px 0;
    line-height: 18px;
}
#bo_v_top {
    margin-left: auto;
}
.bo_v_com {
    margin: 0;
}

#bo_v_atc {
    margin-top: 40px;
    margin-bottom: 60px;
}

.bo_v_nb {
    border-bottom: 0 none;
}
.bo_v_nb li {
    border: 0 none;
    border-top: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
}
.bo_v_nb li:last-child {
    border-bottom: 1px solid #f1f1f1;
}
.bo_v_nb li .nb_tit {
    float: left;
    color: #b3b3b3;
}
.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_nb li .nb_date {
    margin-left: auto;
}

/* ----------------------------------------------------------------
write
---------------------------------------------------------------- */
#fwrite {
    /* padding-top: 30px; */
}

#bo_w .bo_w_select select {
    width: 100%;
    border: 1px solid #d0d3db;
    background: #f4f4f4;
}

#bo_w button.btn_cke_sc {
    font-size: calc(1em - 2px);
}
#bo_w .bo_w_flie .lb_icon,
#bo_w .bo_w_link label {
    color: #b2b2b2;
    font-size: 1.2em;
    background: transparent;
}
#bo_w .bo_w_flie .frm_file {
    max-width: 100%;
}
#bo_w .bo_w_flie .file_wr {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #faq_wrap li h3,
    #faq_con .con_inner {
        padding-right: 40px;
    }
    #faq_wrap li h3 .tit_btn,
    #faq_con .con_inner .closer_btn {
        right: 5px;
    }
    /* ----------------------------------------------------------------
공통
---------------------------------------------------------------- */
    /* 검색 */
    /* 카테고리 */
    /* 관리자 & */

    /* ----------------------------------------------------------------
list
---------------------------------------------------------------- */
    #bo_list {
        padding-bottom: 30px;
    }
    /* ----------------------------------------------------------------
view
---------------------------------------------------------------- */

    /* ----------------------------------------------------------------
write
---------------------------------------------------------------- */
    #fwrite {
        padding-top: 10px;
    }
}
@media screen and (max-width: 499px) {
    /* ----------------------------------------------------------------
공통
---------------------------------------------------------------- */
    .inquiry {
        padding-top: 1.5em;
        padding-bottom: calc(1.25em + 144px + -118px);

        & p {
            word-break: keep-all;

            &:last-of-type::before {
                content: '/';
            }
            &:last-of-type span + span::before {
                display: none;
            }

            & span {
                display: block;
            }
        }
    }

    /* 검색 */
    #bo_sch form {
        height: calc(80px * 0.75);
    }
    /* 카테고리 */
    /* 관리자 & */

    /* ----------------------------------------------------------------
list
---------------------------------------------------------------- */
    #bo_cate_ul {
        grid-template-columns: repeat(3, 1fr);
    }

    #faq_wrap li h3 > a {
        font-size: calc(1em + 2px);
    }
    #faq_wrap li h3 > a.bo_cate_link {
        float: none;
        height: 20px;
        margin-bottom: 6px;
        font-size: calc(0.75rem + 2px);
        line-height: 20px;
    }

    .wrap_page {
        flex-direction: column;
        padding: 0;
    }
    .bo_fx {
        position: static;
        transform: none;
        margin-bottom: 0;
    }
    .bo_fx ul {
        padding-right: 5px;
    }
    /* ----------------------------------------------------------------
view
---------------------------------------------------------------- */
    .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);
    }
    /* ----------------------------------------------------------------
write
---------------------------------------------------------------- */
}
