body, html {
    width: 100%;
    min-width: 320px;
    height: 100%;
    background: #f5f5f5;
}
body {
    color: #3c3e40;
    word-wrap: break-word;
    word-break: break-all;
    font-family: 'Malgun Gothic','돋움','dotum','Helvetica','Apple SD Gothic Neo',sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
button, h1, h2, h3, h4, input, pre, textarea {
    color: #000;
}

.top_logo {
    margin: 20px;
}
.top_logo img {
    max-height: 30px;
}

header.header {
    border-bottom: 2px solid;
    margin: 20px;
}

.headline_view {
    position: relative;
    padding: 12px 20px 26px;
}

.keyword_wrap {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / .02);
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.contents_wrap {
    display: block;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
}
.article_wrap {
    overflow: hidden;
    background-color: #fff;
}
.aside_wrap {
    background: #fff;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .contents_wrap {
        margin-bottom: 0;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        place-content: stretch flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .article_wrap {
        float: left;
        width: 640px;
        clear: both;
        border: none;
    }
    .aside_wrap {
        width: 400px;
        height: 100%;
    }

}

ul.news_list {
    list-style: none;
}
ul.news_list li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
    padding: 0 20px 15px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    text-align: left;
}
ul.news_list li a {
    text-decoration: none;
}
ul.news_list li a.thumb-box {
    overflow: hidden;
    float: left;
    position: relative;
    width: 162px;
    height: 90px;
    margin-right: 1.25rem;
    text-align: center;
}
ul.news_list li a.thumb-box img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
ul.news_list li h4.title {
    font-size: 1.063rem;
    font-weight: bolder;
    font-style: normal;
    line-height: 1.375;
    letter-spacing: -.075em;
    color: #222;
    margin: 8px 0 8px 0;
}
ul.news_list li .description {
    margin: 0 0 1rem;
    padding: 0;
    height: 30px;
    overflow: hidden;
    font-size: .813rem;
    color: #737475;
    display: block;
}
ul.news_list li .info {
    display: block;
    margin-top: 1.125rem;
    font-size: 0.7rem;
}
ul.news_list li .info a {
    color: #666666;
}

ul.pagination {
    margin-top: 1.875rem;
    text-align: center;
    margin-left: 0;
    margin-bottom: 1rem;
}

ul.pagination li {
    margin-right: 0.25rem;
    font-size: .75rem;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}
ul.pagination li.active {
    border-color: transparent;
    color: #fff;
    padding: 0.438rem 0.625rem;
    line-height: 1;
    letter-spacing: -.025em;
    background-color: #e71f19 !important;
    border: 1px solid rgba(0,0,0,.08);;
    border-radius: 3px;
    text-align: center;
}
ul.pagination a {
    font-size: inherit;
    color: #838383;
    transition: background-color .3s ease-in-out;
    padding: 0.438rem 0.625rem;
    line-height: 1;
    letter-spacing: -.025em;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}



.box {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 2px solid #f8f8f8;
}
.box h3.box_title {
    padding: 20px 20px 0px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
}
li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.col2 {
    padding: 0 15px;
}
ul.col2 li {
    position: relative;
    width: 50%;
    float: left;
    padding: 0;
    overflow: hidden;
}
ul.col2 li a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 45%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #3c3e40;
    text-decoration: none;
    margin: 0 5px 10px 5px;
}
ul.col2 li a .thumb {
    position: absolute;
    top: 0;
    overflow: hidden;
    padding-top: 50%;
    width: 100%;
    height: 0;
}
ul.col2 li a .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 100%;
    height: auto;
}
ul.col2 li a .txt {
    height: 68px;
    padding: 0 16px 0 0;
}
ul.col2 li a .txt .tit {
    font-size: 16px;
    line-height: 1.35;
}



.footer {
    width: 100%;
    height: 196px;
    margin: 0 auto;
    padding-top: 35px;
    background: #f8f8f8;
    text-align: center;
}
.footer .policy {
    display: block;
    padding: 0 0 6px;
    font-size: 12px;
}
.footer .policy a:first-child {
    padding: 0;
}
.footer .policy a {
    position: relative;
    padding: 0 0 0 10px;
    color: #555;
}
