
input {
    border: none;
}

#header {
    background: #070730;
}

#news_wrapper {
    margin: 50px auto;
    width: 90%;
    height: 100%;
}

/*

.contents_top {
    margin: 100px auto 29px;
    width: 100%;
    height: 120px;
}

.contents_top h1 {
    float: left;
    padding-top: 25px;
    margin-right: 30px;
    width: 115px;
    height: 57px;
    font-size: 39px;
    font-weight: bold;
    line-height: 100px;
}

.contents_top .media_h1 h1 {
    width: 130px;
    font-weight: 500;
}

.contents_top .news_search {
    float: right;
    width: 442px;
    height: 49px;
}

.news_search input[type=text] {
    float: right;
    padding: 3px 6px 6.5px;
    font-size: 17px;
    border: 1px solid #cccbcb;
    border-right: 1px solid #d9d9d9;
}

input::placeholder {
    font-size: 14px;
}

.news_search .search-container button {
    float: right;
    padding: 3px 6.5px;
    font-size: 17px;
    border: 1px solid #cccbcb;
    border-left: none;
    cursor: pointer;
    background: #fbfbfb;
}

.news_search .search-container button img {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 24px;
}

.news_search .search-container button:hover {
    background: #ccc;
}
*/

.contents_bottom {
    margin: 125px auto 0;
    width: 100%;
    height: auto;
}

.contents_bottom .contents_bottom_box {
    width: 100%;
    height: 100%;
}

.contents_bottom .contents_bottom_box li {
    margin: 50px auto 80px;
    width: 100%;
    height: auto;
    color: #5c5c5c;
    cursor: pointer;
}

.contents_bottom .contents_bottom_box li .img_box {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.contents_bottom .contents_bottom_box li img, .contents_bottom .contents_bottom_box li iframe {
    display: block;
    /*min-width: 100%;
    min-height: 100%;
    -ms-interpolation-mode: bicubic;
    object-fit: cover;*/
}

.contents_bottom .contents_bottom_box li p {
    margin: 0 auto;
    width: 97%;
    height: 54px;
    white-space: normal;
    overflow: hidden;
    font-family: NotoSansCJKkr;
    text-overflow: ellipsis;
    word-wrap: break-word;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contents_bottom .contents_bottom_box li p.pr_title {
    margin: 12px auto 14px;
    height: auto;
    max-height: 45px;
    line-height: 1.5;
    letter-spacing: 0.11px;
    font-weight: bold;
    font-size: 16px;
}

.contents_bottom .contents_bottom_box li p.pr_txt {
    margin: 5px auto 7px;
    height: 40px;
    line-height: 1.4;
    font-size: 15px;
    color: #5f5f65;
}

.contents_bottom .contents_bottom_box li p.pr_date {
    height: 22px;
    font-size: 13px;
    line-height: 1.57;
    letter-spacing: -0.76px;
    color: #a29f9c;
}

#mediaUl .pr_date {
    margin-top: 7px;
}

/*pagination*/
.contents_bottom .pg_contents {
    margin-bottom: 13px;
    width: 100%;
    height: 51px;
    line-height: 51px;
    text-align: center;
}

.contents_bottom .pg_contents #showMoreBtn {
    width: 100%;
    height: 100%;
    font-size: 14px;
    border: solid 1px #d8d8d8;
}

.contents_bottom .pg_contents img {
    margin-top: 20px;
    width: 14px;
}

#showMoreBtn a {
    color: #1a1a1a;
}

#showEndBtn {
    display: none;
    width: 100%;
    font-size: 13px;
    color: #a0a0a0;
}

#showEndBtn img {
    margin-top: 17px;
}

/*pagination end*/

.more_media {
    position: relative;
    top: 0;
    left: 0;
    width: 1090px;
    height: 10px;
}

.more_media p {
    position: absolute;
    top: -85px;
    right: 0;
}

.more_media p:hover {
    text-decoration: underline;
}

/*footer*/

footer {
    padding-top: 29px;
    width: 100%;
    height: 130px;
    font-size: 13px;
}

footer address, footer .copyright {
    width: 100%;
    height: 31.5px;
    line-height: 40px;
    text-align: center;
    color: #151414;
}

footer .copyright {
    font-size: 11px;
    color: #707070;
}







