﻿@charset "utf-8";


/* header 스타일 */
.top_btn { margin-top: 15px; }
.top_btn li { font-family:nanum; font-size:1.1rem; color:#7d7d7d; }
.top_btn li a { display:inline-block; color:#7d7d7d; }
.top_btn li:nth-of-type(even) { padding-left: 10px; padding-right: 10px; }
.top_btn li a:hover {
    color: #2a6496
}
.top_menu { 
    height:100px; position:relative; border-bottom: 1px solid #ddd;
}
.logo_position { display:inline-block; }

.jason_menu_style { background:#fff; border-top:1px solid #ddd; }
.jason_menu_style li { border-bottom:1px solid #f2f2f2; }
.jason_menu_style li a {
    font-family: NanumBold;
    line-height: 30px;
    font-size: 1.4rem;
    text-align: center;
    color: #878787 !important;
}

[class*='news-tbl'] {
    width: 100%;
    border-collapse: collapse;
}

[class*='news-tbl'] th {
    font-size: 12px;
    background: #eee;
    font-weight: bold;
    border: 1px solid #dadce0;
    color: #222f3e;
    line-height: 15px;
}

[class*='news-tbl'] td {
    font-size: 12px;
    background: #fff;
    color: #222f3e;
    border: 1px solid #e3e8ec;
    line-height: 15px;
}

[class*='news-tbl'] th:first-child, [class*='news-tbl'] td:first-child {
    border-left: none;
}

[class*='news-tbl'] th:last-child, [class*='news-tbl'] td:last-child {
    border-right: none;
}

[class*='news-tbl'] th, [class*='news-tbl'] td {
    padding: 10px;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
}

.footer {
    text-align: center;
    padding: 50px 50px 0 50px;
}

.btns {
    display: inline-block;
}

.abtn {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 12px;
    color: #5b7bec;
    transition: all .15s ease-in-out;
    border: 1px solid #dadce0;
    cursor: pointer;
    opacity: 1;
    line-height: normal;
    background: #fff;
    cursor: pointer;
}

.search_btn {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    background-color: #444;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    padding: 0 12px;
    margin-left: 5px;
    text-align: center;
}

/*.footer_box {
    position: absolute;
    width: 100%;
    bottom: 20px;
}
*/
.footer_box {
    position: relative;
    width: 100%;
    top: 50px;
}
.body_box {
    position: relative;
}
@media (max-width: 992px) {
    .body_box {
        top: 50px;
    }
    .footer_box {
        top: 100px;
    }
}





