.meta-table,
table {
    border-collapse: collapse;
}
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
        url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
        url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 800;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
        url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}
* {
    box-sizing: border-box;
    font-family: Dotum, '돋움', Helvetica, AppleSDGothicNeo, sans-serif;
}
button,
input,
pre {
    margin: 0;
    font-size: inherit;
}
pre {
    word-break: break-word;
}
body,
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-size: 13px;
}
.footer-container,
[ng-view],
body,
html {
    background: #fff;
}
table {
    border-spacing: 0;
}
.top-bg {
    background: #3577d2;
    width: 100%;
    height: 36px;
}
.top-bg .logo-container {
    background: #1a52ab;
    padding-right: 20px;
    float: left;
}
.top-bg .menu-container .menu-item {
    float: left;
    line-height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    border-right: solid 1px #2e68b7;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.top-bg .menu-container .menu-item a.link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.top-bg .menu-container .menu-item.active {
    border-top: 1px solid #3578d1;
    background: #f1f6f9;
}
.top-bg .menu-container .menu-item.active a {
    color: #575958;
}
.footer-container {
    padding-top: 10px;
}
.footer {
    background: url(../img/footer_bg.png) top left repeat-x;
    height: 31px;
}
.container {
    width: 750px !important;
}
.board-title {
    background: url(../img/title_point.png) 0 5px no-repeat;
    padding-left: 18px;
    font-size: 12pt;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
.search-box {
    margin-bottom: 13px;
}
.search-box .search-type {
    margin-right: 5px !important;
}
.search-box .search-keyword,
.search-box .search-type {
    height: 25px;
    line-height: 25px;
    border: 1px solid #b1b1b1;
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
}
.search-box .search-keyword {
    width: 150px;
}
.search-box .search-btn {
    cursor: pointer;
    margin-left: 3px;
    float: right;
    background: url(../img/search_btn.png) no-repeat;
    width: 58px;
    height: 25px;
}
.search-box .search-btn:after {
    clear: right;
}
.list-table {
    background: #fff;
    margin-top: 10px;
}
.list-table * {
    font-size: 13px;
}
.list-table thead {
    border-top: 2px solid #1094e6;
    background: #e0edf6;
    color: #4a4a4a;
}
.list-table thead tr {
    box-shadow: 10px 10px 5px #000;
}
.list-table thead tr th {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
table.list-table tbody tr td {
    border-bottom: 1px solid #d8d8d8;
    padding: 4px;
}
.board-view-container .title-container,
.board-view-container .writer-container {
    border-bottom: 1px solid #d0d0d0;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}
.list-table tbody a {
    text-decoration: none;
    color: #000;
}
.list-table tbody a:hover {
    text-decoration: underline;
}
.list-table .reply-count-container {
    color: #ff790d;
}
.board-content img {
    max-width: 100%;
}
.board-view-container .title-container {
    border-top: 2px solid #003b7d;
    line-height: 50px;
}
.board-view-container .title-container .title {
    font-size: 13px;
    color: #222;
    font-weight: 700;
}
.board-view-container .title-container .hits,
.board-view-container .title-container .writer {
    color: #222;
}
.board-view-container .writer-container {
    background: #f6f8fa;
    line-height: 36px;
    font-size: 12px;
    color: #353432;
}
.board-view-container .content-container {
    padding: 15px;
    background: #fff;
}

.board-view-container .content-container pre {
    background: inherit;
    border: 0;
}
.writer-container .header-container .name-container {
    padding-left: 10px;
    line-height: 25px;
    width: 110px;
    float: left;
    font-weight: 700;
}
.writer-container .header-container .input-container {
    float: left;
}
.writer-container .header-container .input-container .title-input {
    width: 250px;
}
.row-container,
.row-option-container {
    padding-bottom: 5px;
}
.row-option-container {
    background: #ebeff2;
}
.row-option-container .checkbox-container {
    line-height: 20px;
    margin-right: 10px;
    font-weight: inherit;
}
.row-option-container .checkbox-container [type='checkbox'] {
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}
.writer-container .header-container {
    border-top: 2px solid #1094e6;
    background: #e0edf6;
}
.writer-container .header-container .row {
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    padding: 10px 0;
}
.reply-write-container .reply-write-textarea {
    border-radius: 0 !important;
    border: 1px solid #c8c8c8;
}
.reply-write-container .reply-submit-btn {
    background: url(../img/reply_submint.png);
    width: 65px;
    height: 24px;
    cursor: pointer;
}
.reply-header-container {
    background: url(../img/reply_point.png) 5px no-repeat #ebeff2;
    margin-top: 15px;
    border-top: 1px solid #d2d2d2;
    padding: 5px 13px 5px 20px;
    font-size: 11px;
}
.reply-list-container {
    background: #fff;
    padding: 15px 20px;
    border-bottom: 1px dotted #d2d2d2;
}
.reply-list-container .reply-meta-container {
    margin-right: 20px;
    width: 118px;
}
.reply-list-container .reply-content-container {
    width: 390px;
}
.delete-btn,
.list-btn,
.modify-btn {
    width: 40px;
    float: left;
    height: 24px;
    cursor: pointer;
}
.reply-list-container .reply-writer-container {
    color: #52a2d7;
    font-size: 11px;
}
.reply-list-container .reply-date-container {
    color: #7e7e7e;
    font-size: 9px;
}
.margin-right5 {
    margin-right: 5px;
}
.list-btn {
    background: url(../img/list_btn.png);
}
.modify-btn {
    background: url(../img/modify_btn.png);
}
.delete-btn {
    background: url(../img/delete_btn.png);
}
.write-btn {
    float: left;
    background: url(../img/write_btn.png);
    width: 58px;
    height: 24px;
    cursor: pointer;
}
.write-btn:after {
    clear: both;
}
.yh-btn {
    cursor: pointer;
}
.yh-btn-default {
    background: #ebeff2;
    border: 1px solid #c8d6df;
    color: #434448;
}
.yh-btn-primary {
    background: #1092e6;
    border: 1px solid #0c89d9;
    color: #fff;
}
.meta-table {
    background: #fff;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.meta-table td {
    border: 1px solid #dce4e7;
}
.yh-pagination .first-arrow,
.yh-pagination .last-arrow,
.yh-pagination .next-arrow,
.yh-pagination .prev-arrow {
    width: 28px;
    height: 28px;
    border: 1px solid #e0e0e0;
}
.meta-table .name {
    background: #f4f4f4;
}
.yh-pagination {
    display: inline-block;
}
.yh-pagination .first-arrow {
    background: url(/img/first_arrow.png) 8px no-repeat #fff;
}
.yh-pagination .prev-arrow {
    background: url(/img/prev_arrow.png) 9px no-repeat #fff;
}
.yh-pagination .next-arrow {
    background: url(/img/next_arrow.png) 9px no-repeat #fff;
}
.yh-pagination .last-arrow {
    background: url(/img/last_arrow.png) 8px no-repeat #fff;
}
.yh-pagination .first-arrow.disabled,
.yh-pagination .last-arrow.disabled,
.yh-pagination .next-arrow.disabled,
.yh-pagination .prev-arrow.disabled {
    cursor: inherit;
}
.yh-pagination .yh-pagebox {
    float: left !important;
    margin-right: 9px;
    cursor: pointer;
}
.yh-pagination .number-box {
    color: #878787;
    line-height: 29px;
    text-align: center;
    width: 29px;
    height: 29px;
}
.yh-pagination .number-box.active,
.yh-pagination .number-box:hover {
    color: #fff;
    background: #306cb4;
}
.gallery-list {
    margin-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}
.gallery-list .date,
.gallery-list .title {
    color: #666;
    font-family: 'Nanum Gothic';
}
.gallery-list .title {
    margin-top: 5px;
    font-weight: 700;
}
.list-content-container {
    margin-top: 5px;
    border-top: 1px solid #003b7d;
}
.gallery-list .gallery-item {
    width: 33.333333333333333333%;
    padding: 3px;
}
.gallery-list .gallery-item:last-child {
    padding-right: 0;
}
.listmain {
    height: 100%;
    background: #19191b;
}
.listmain .title a {
    text-decoration: none;
}
.listmain .title a .ellipsis {
    color: #fff !important;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Nanum Gothic', Dotum;
    text-decoration: none;
}
.listmain .title a .ellipsis:hover,
.listmain .title a:hover {
    text-decoration: underline;
}
.popup {
    padding: 20px;
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
