@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

:root {
    --bgblack: #252428
}

.w5 {
    width: 5% !important;
}

.w10 {
    width: 10% !important;
}

.w20 {
    width: 20% !important;
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w100 {
    width: 100% !important;
}

.mT10 {
    margin-top: 10px !important;
}

.mT20 {
    margin-top: 20px !important;
}

.mT30 {
    margin-top: 30px !important;
}

.mT40 {
    margin-top: 40px !important;
}


.blue {
    color: #0b2eb1;
}

.red {
    color: #de1111;
}

.hidden {
    position: absolute;
    left: -5000px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}


html {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    letter-spacing: -0.3px;
}

body.scroll {
    position: relative;
    overflow: hidden;
}

#wrap {
    width: 100%;
    box-sizing: border-box;
    /* min-width: 1280px; */
    position: relative;
}

#contanier {
    width: 100%;
    margin: 0 auto;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


/* header */


.section01 {
    position: relative;
    width: 100%;
}

.section01_1 {
    background: #171b24;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 330px;
    z-index: 9;
    display: none;
}

.section01::after {
    content: "";
    display: block;
    clear: both;
}

.section01 .gnb {
    position: absolute;
    width: 100%;
    /* height: 100px; */
    /* left: 0; */
    top: 0px;
}

.section01 .gnb .inner {
    position: relative;
    height: 100%;
}

.section01 .gnb::after {
    content: "";
    display: block;
    clear: both;
}

.section01 .logo {
    position: absolute;
    z-index: 990;
    left: 0;
    top: 30px;
}

.section01 .gnb .inner h1 img {
    width: 130px;
    z-index: 990;
}

.section01 .head_ul {
    width: 84%;
    z-index: 990;
    position: absolute;
    right: 5px;
    top: 90px;
    border-radius: 10px;
    padding: 15px 0;
}

.section01 .head_ul:hover {
    background: rgba(0, 0, 0, 0.616);
}

.section01 .head_ul::after {
    content: "";
    display: block;
    clear: both;
}

.section01 .head_ul li a:hover,
.section01 .head_ul li:hover>a {
    color: #10ade7;
    transition: 0.3s;
}


.section01 .head_ul li {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 40px;
}

.section01 .head_ul>li a {
    color: #fff;
}

.section01 .head_ul>li>a {
    font-weight: bold;
    font-size: 22px;
    text-shadow: 0px 1px 4px #000;
}

.section01 .head_ul li ul {
    margin-top: 15px;
}

.section01 .head_ul li ul li {
    display: none;
    font-size: 14px;
    width: 100%;
}

.section01 .gnb .inner>ul:hover li ul li {
    display: block;
}

.m_logo {
    display: none;
}

/* .gnb_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 270px;
    z-index: 99;
    background: #333338;
} */


footer {
    background: #ddd;
}

footer img {
    width: 150px;
    margin: 15px 0;
}

/* 테이블 */

.notice_w {
    width: 100%;
    margin-top: 15px;

}

.tbody {

    min-height: 200px;
    overflow-y: scroll;
}

caption {
    position: absolute;
    left: -5000px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

table {
    border-collapse: collapse;
    width: 99.99%;
}


td {
    font-size: 14px;
}

.table_list {
    border-top: 1px solid rgb(211, 211, 211);
    table-layout: fixed;
    text-align: center;
    word-break: break-all;
}

.tbl_dpn {
    display: none !important;
}

.table_list thead {
    border-bottom: 1px solid rgb(211, 211, 211);
}

.table_list thead th {
    padding: 12px 0;
    font-weight: normal;
    background: #F5F7F7;
    font-size: 14px;
    position: relative;
    border-right: 1px solid #ddd;
}

/* .table_list thead th::after {
    content: "";
    width: 1px;
    height: 17px;
    background: #ddd;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
} */

.table_list tr th:last-child::after {
    display: none !important;
}

.table_list tbody td {
    padding: 0;
    border-bottom: 1px solid #d7d9dd;
    border-right: 1px solid #d7d9dd;
    vertical-align: middle;
    border-left: 0;
    width: 100%;
    color: #666666;
    font-size: 14px;
}

.table_list tbody td:last-child {
    border-right: 0;
}

.table_list tbody td {
    padding: 3px 0;
    height: 40px;
}

.table_list .list_tit a {
    display: inline-block;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 98%;
    vertical-align: middle;
}

.table_list tbody .list_title {
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* cursor: pointer; */
}

/* pagenation*/
.pagenation_wrap {
    margin: 20px auto;
}

.pagenation_wrap .pagenation {
    display: flex;
    justify-content: center;
    margin: 0;
}
.footer_bottom {
    text-align: center;

}
.footer_bottom img {
    max-width: 100%;
    min-width: 320px;
    width: 27% !important;
}
.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagenation_wrap .pagenation .page_item a {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    padding: 0 !important;
    color: #3f3f3f;
    font-size: 14px;
    text-align: center;
    margin: 0 5px;
    border-radius: 0px;
}

.pagenation_wrap .pagenation .prev,
.pagenation_wrap .pagenation .next {
    line-height: 25px;
    position: relative;
}

.pagenation_wrap .pagenation .prev {
    margin-right: 10px;
}


.pagenation_wrap .pagenation .prev::after {
    top: 6px;
    right: -11px;
}

.pagenation_wrap .pagenation .next::after {
    top: 6px;
    left: -11px;
}

.pagenation_wrap .pagenation .next {
    margin-left: 10px;
}

.pagenation_wrap .pagenation .page_item.active a {
    background-color: #109cd9;
    color: #fff;
}

.pagenation_wrap .pagenation .prev a {
    display: inline-block;
    width: 45px;
    height: 28px;
    background: url(/img/ic_arrow_left.png) no-repeat center;
    background-position: center center;
    font-size: 15px;
    margin-right: 7px;
}

.pagenation_wrap .pagenation .prev-end a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/img/ic_arrow_left_2.png) no-repeat center;
    margin-right: 6px;
}

.pagenation_wrap .pagenation .next a {
    display: inline-block;
    width: 45px;
    height: 28px;
    background: url(/img/ic_arrow_right.png) no-repeat center;
    font-size: 15px;
}

.pagenation_wrap .pagenation .next-end a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/img/ic_arrow_right_2.png) no-repeat center;
}

label {
    position: absolute;
    top: 50%;
    left: 70px;
    padding: 0 8px;
    color: #666666;
    z-index: -1;
    font-size: 13px;
    transform: translateY(-50%);
    font-size: 15px;
    border: 1px solid #109cd9;
    width: 310px;
}

label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

select {
    width: 310px;
    line-height: normal;
    font-family: inherit;
    padding-left: 8px;
    /* border: 1px solid #000; */
    /* opacity: 0; */
    border: 1px solid #c1c1c1;
    background: #f7f7f7;
    margin-top: 4px;
    line-height: 28px;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    margin-left: -3px;
}

input {
    border: 1px solid #109cd9;
    background: #f7f7f7;
    width: 100%;
    line-height: 28px;
    margin-top: 4px;
    padding-left: 8px;
}

textarea {
    border: none;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #c1c1c1;
    background: #f7f7f7;
    outline: none;
    line-height: normal;
    font-weight: normal;
    resize: none;
    box-sizing: border-box;
    vertical-align: middle;
    white-space: pre-wrap;
    min-height: 350px;
    padding: 10px;
}

label.file_label {
    /* display: inline-block; */
    background: #109cd9;
    color: #fff;
    /* padding: 0px 15px; */
    line-height: 35px;
    cursor: pointer;
    width: auto;
    position: unset;
}

label.file_label::before {
    display: none;
}

label.file_label:after {
    content: "파일등록";
}

.file_input {
    display: none;
}

.filename {
    display: inline-block;
    padding-left: 10px;
}

input.input_check {
    border: 0;
    background: none;
    width: auto;
}

.sub_active {
    display: block !important;
}

.ck-editor__main {
    word-break: break-all;
}