/* 와이드 pc  */

/*  subpage_subnav */
.subnav > ul > li {
    width: 33.33%;
    float: left
}

#nav > ul > li:nth-of-type(7) > a {
     color: #009FDB;
}

.search_area {
    width: 100%;
    height: 80px;
}

.search_area > div {
    width: 60%;
    float: right;
    height: 100%
}

.search_area > div > form {
    height: 100%;
    text-align: right;
    margin-right: 5px
}

.search_area > div > form > input {
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    box-sizing: border-box;
}

.search_area > div > form > input#search_text {
    width: 240px;
    background: #ebebeb5a;
}

/* subpage_ news_page */
.news_table {
    width: 98%;
    margin: 0 1%;
    clear: both;
}

.news_table > a {
    display: block;
    margin: 10px 0;
    border-top: 1px solid #ebebeb;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}

.news_table > a > dl:hover dt,
.news_table > a > dl:active dt,
.news_table > a > dl:focus dt {
    color: #009FDB
}

.news_table > a:first-child {
    margin-top: 0;
}

.news_table > a > span {
    display: block;
    float: left;
    width: 14%;
    overflow: hidden;
    padding: 1%;
    border-radius: 3px;
    height: 110px;
}

.news_table > a > span > img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
    object-position: 40% 50%
}

.news_table > a > dl {
    float: right;
    width: 82%;
    margin: 0 1%;
    padding: 1% 0;
    line-height: 1.8rem;
    position: relative;
}

.news_table > a > dl > dt {
    padding: 2% 0;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    font-size: 1.125rem;
}

.news_table > a > dl > dd {
    line-height: 1.8em;
    font-size: .95rem;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_table > a > dl > dd > span {
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: .8rem;
    color: #828282;
}

/* subpage_ notice_page */
.notice_wrap {
    padding-bottom: 15px;
    margin-top: 130px;
    position: relative
}

.notice_wrap > table {
    line-height: 1.8em;
    background: #fff;
    width: 100%;
    margin: 0 auto
}

.notice_wrap > table > thead {
    border-top: 3px solid rgb(245, 245, 245)
        /*#F7F7F9*/
    ;
}

.notice_wrap > table > tbody {
    border-top: 3px solid rgb(245, 245, 245)
        /*#F7F7F9*/
    ;
    text-align: center;
}

.notice_wrap > table > thead > tr {}

.notice_wrap > table > thead > tr > th {
    padding: 15px;
}

.notice_wrap > table > tbody > tr {
    border-bottom: 1px solid rgb(245, 245, 245)
        /*#F7F7F9*/
    ;
}

.notice_wrap > table > tbody > tr > td {
    line-height: 3em;
    padding: 5px 0;
    color: #999;
}

.notice_wrap > table > tbody > tr > td:nth-of-type(2) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 90px;
}

.notice_wrap > table > tbody > tr > td > a {
    display: block;
    text-align: left;
}

.notice_tit {
    text-align: justify
}

.notice_wrap > table > thead > tr > th:nth-of-type(2) {
    text-align: center;
}

.notice_wrap > table > thead > tr > th:last-child {}

a.write {
    display: block;
    padding: 10px;
    border: 1px solid rgb(245, 245, 245)
        /*#F7F7F9*/
    ;
    box-sizing: border-box;
    margin-bottom: 5px;
    text-align: center;
    width: 80px;
    background: #009FDB;
    float: right;
    font-weight: 500;
    font-size: .95rem;
    color: #fff;
    border-radius: 3px
}

/* subpage_ qna_page */
.qna_wrap {
    padding-bottom: 15px;
    margin-top: 80px
}

.qna_wrap > table {
    margin: 50px auto
}

.qna_wrap > table > thead > tr > th:nth-of-type(1) {
    width: 6%
}

.qna_wrap > table > tbody > tr > td:nth-of-type(1) {
    width: 6%
}

.qna_wrap > table > thead > tr > th:nth-of-type(2) {
    width: 8%
}

.qna_wrap > table > tbody > tr > td:nth-of-type(2) {
    width: 8%
}

.qna_wrap > table > thead > tr > th:nth-of-type(3) {
    text-align: center;
    width: auto
}

.qna_wrap > table > tbody > tr > td:nth-of-type(3) {
    text-align: center;
    width: auto
}

.qna_wrap > table > thead > tr > th:nth-of-type(4) {
    width: 12%
}

.qna_wrap > table > tbody > tr > td:nth-of-type(4) {
    width: 12%
}

.qna_wrap > table > tbody > tr:nth-of-type(3) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.qna_wrap > table > tbody > tr > td:nth-of-type(2) > span {
    display: block;
    width: 36%;
    margin: 0 32%;
    color: #009FDB;
    font-size: .85rem;
    font-weight: 500;
    padding-top: 12px;
}

.qna_tit {
    text-align: justify
}

/* 일반 pc */
@media screen and (max-width:1280px) {

    /* news_page */
    .news_table > a > dl > dt {
        padding: 1% 0;
    }

    .news_table {
        width: 96%;
        margin: 1% 2%
    }

    .news_table > a > dl > dd > span {
        bottom: -15px;
    }

    .news_table > a > span {
        height: 100px;
    }

    /* notice_page */
    .notice_wrap > table {
        width: 92%;
    }

    .notice_wrap > table > thead > tr > th {
        padding: 15px 0;
    }
}

/* 테블릿 */
@media screen and (max-width:1024px) {
    .search_area {
        height: 60px;
    }

    .search_area > div > form > input#search_text {
        width: 200px;
    }

    .search_area > div > form > input {
        padding: 10px;
        margin-top: 20px;
    }

    /* news_page */
    .news_table > a {
        margin: 0;
        padding: 1%;
        border-bottom: none;
    }

    .news_table > a > dl {
        padding: 0;
    }

    .news_table > a > dl > dd {
        width: 100%;
    }

    .news_table > a > dl > dd > span {
        bottom: -35px;
        left: 0;
    }

    .news_table > a > span {
        height: 90px;
    }

    /* notice_page */
    .notice_wrap {
        margin-top: 90px;
    }

    .qna_wrap {
        margin-top: 40px;
    }

    .notice_wrap > table > tbody > tr > td:nth-of-type(4) {
        letter-spacing: -1px;
    }

    a.write {
        padding: 8px;
        width: 70px;
        font-size: .925rem;
        margin-right: 4%;
    }

    /* qna_page */
    .qna_wrap > table > tbody > tr > td:nth-of-type(2) > span {
        width: 54%;
        margin: 0 24%
    }
}

/* 소형 테블릿 */
@media screen and (max-width:768px) {
    .search_area > div > form > input {
        padding: 10px 15px
    }

    /* news_page */
    .news_table > a > dl > dt {
        font-size: .925rem;
    }

    .news_table > a > dl > dd {
        width: 98%;
        font-size: .9rem;
    }

    .news_table > a {
        padding: 2% 0
    }

    .news_table > a > span {
        padding: 1% 0;
        width: 15%;
    }

    /* notice_page */
    .notice_wrap {
        margin-top: 40px;
    }

    .qna_wrap {
        margin-top: -15px;
    }

    .notice_wrap > table {
        line-height: 1.5em;
    }

    .notice_wrap > table > thead > tr > th {
        padding: 15px 0
    }

    .notice_wrap > table > tbody > tr > td {
        line-height: 2.8em;
        font-size: .9rem;
    }

    /* qna_page */
    .qna_wrap > table > tbody > tr > td:nth-of-type(2) > span {
        width: 56%;
        margin: 0 22%;
        padding-top: 7px;
    }

}

/* 모바일 */
@media screen and (max-width:640px) {
    .search_area {
        display: none;
    }

    /* news_page */
    .news_table {
        width: 100%;
        margin: 30px auto;
    }

    .news_table > a {
        margin: 0;
        border-bottom: none;
    }

    .news_table > a:last-child {
        border-bottom: 1px solid rgb(245, 245, 245)
            /*#F7F7F9*/
        ;
    }

    .news_table > a > dl {
        width: 80%;
        position: absolute;
        margin-left: 105px;
    }

    .news_table > a > span {
        width: 80px;
        height: 55px;
        padding-left: 2%
    }

    .news_table > a > dl > dd {
        font-size: .9rem;
    }

    .news_table > a > dl > dd > span {
        display: none;
    }

    /* notice_page */
    .notice_wrap > table > thead > tr {
        font-size: .9rem;
    }

    .notice_tit {
        width: 30%
    }

    .notice_wrap > table > thead > tr > th {
        font-weight: 500;
    }

    .notice_wrap > table > thead > tr > th:last-child {
        display: none
    }

    .notice_wrap > table > tbody > tr > td:last-child {
        display: none
    }

    notice_wrap {
        margin-top: 35px;
    }

    .qna_wrap {
        margin-top: -25px;
    }

    /* qna_page */
    .qna_tit {
        width: 60%;
        letter-spacing: -1px
    }

    .qna_wrap > table > thead > tr > th:nth-of-type(1) {
        width: 0;
        display: none
    }

    .qna_wrap > table > tbody > tr > td:nth-of-type(1) {
        width: 0;
        display: none
    }

    .qna_wrap > table > thead > tr > th:nth-of-type(2) {
        width: 8%
    }

    .qna_wrap > table > tbody > tr > td:nth-of-type(2) {
        width: 8%
    }

    .qna_wrap > table > thead > tr > th:nth-of-type(3) {
        text-align: center;
        width: auto
    }

    .qna_wrap > table > tbody > tr > td:nth-of-type(3) {
        text-align: center;
        width: auto
    }

    .qna_wrap > table > thead > tr > th:nth-of-type(4) {
        width: 0;
        display: none
    }

    .qna_wrap > table > tbody > tr > td:nth-of-type(4) {
        width: 0;
        display: none
    }

}

/* 최소 사이즈 처리 */
@media screen and (max-width:480px) {

    /* news_page */
    .news_table > a > dl {
        width: 78%;
        padding: 0;
        line-height: 1.5rem;
        margin-left: 100px;
    }

    .news_table > a > dl > dt {
        width: 100%;
    }

    .news_table > a > dl > dd {
        width: 100%;
    }

    .news_table > a > dl {
        width: 68%;
    }

    /* notice_page */
    .notice_tit {
        width: 25%
    }

    .notice_wrap {
        margin-top: 40px;
    }

    .notice_wrap > table {
        margin: 0 auto;
        width: 100%;
    }

    .notice_wrap > table > thead > tr > th:nth-of-type(3) {
        display: none
    }

    .notice_wrap > table > tbody > tr > td:nth-of-type(3) {
        display: none
    }

    .notice_wrap > table > tbody > tr > td:nth-of-type(4) {
        letter-spacing: -2px;
    }

    .b_tit_box > .b_sns {
        display: none;
    }

    a.write {
        padding: 6px;
        width: 60px;
        font-size: .9rem;
        margin-right: 0;
        font-weight: normal
    }

    /* qna_page */
    .qna_wrap > table > tbody > tr > td:nth-of-type(2) > span {
        letter-spacing: -1px;
    }

    .qna_wrap > table > thead > tr > th:nth-of-type(2) {
        width: 6%
    }

    .qna_wrap > table > tbody > tr > td:nth-of-type(2) {
        width: 6%
    }

    .qna_wrap > table > thead > tr > th:nth-of-type(3) {
        text-align: center;
        width: auto;
        display: block;
    }

    .qna_wrap > table > tbody > tr > td:nth-of-type(3) {
        text-align: center;
        width: auto;
        display: block;
    }

    .qna_tit {
        width: 100%;
    }

}
