@charset "utf-8";
/* skin > default and 공통 */

.board-list table.table {
    border-top: 1px solid #e0e0e0;
}

.board-list table.table th,
.board-list table.table td {
    border: 1px solid #e0e0e0;
    border-width: 1px 0;
    color: #666;
    font-size: 12px;
    word-break: break-all;
}

.board-list table.table th {
    background: #fbfafa;
    padding: 10px 5px;
}

.board-list table.table td.item-info a {
    color: #333;
    word-break: break-all;
}

.board-list table.table .status-ready {
    color: #666;
}

.board-list table.table .status-ok {
    color: #369;
}

.board-list table.table .status-add {
    color: #f63;
}

.board-list table.table .status-read,
.board-list table.table .status-run,
.board-list table.table .status-not {
    color: #c33;
}

.board-list table.table ul.mobile-info {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    display: none;
}

.board-list table.table ul.mobile-info li {
    position: relative;
    font-size: 11px;
    color: #666;
    float: left;
    display: inline;
    padding-right: 5px;
    margin-right: 5px;
}

.board-list table.table ul.mobile-info li:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 1px;
}

.board-list table.table ul.mobile-info li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.board-list table.table ul.mobile-info li:last-child:after {
    display: none;
}

.board-list form[name=form-search] {
    margin-top: 20px;
}

@media (max-width:768px) {
    .board-list table.table ul.mobile-info {
        display: block;
        overflow: hidden;
    }
    .board-list form[name=form-search] .form-group {
        float: left;
        margin-right: 5px;
        width: 20%;
    }
}

.board-view table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.board-view table thead th,
.board-view table thead td {
    border: 1px solid #ddd;
    border-width: 1px 0;
    font-size: 12px;
}

.board-view table thead th {
    background: #fbfbfb;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.board-view table thead h4 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 0;
    line-height: 130%;
    word-break: break-all;
}

.board-view table thead td {
    color: #999;
    height: 45px;
}

.board-view table td.content {
    padding: 0;
}

.board-view table .content-list {
    padding: 10px;
    font-size: 12px;
}

.board-view table .content-list h5 {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 10px;
}

.board-view table .content-list .date {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

.board-view table .content-list .content {
    margin-bottom: 5px;
}

.board-view table .content_q {
    border-top: 1px dotted #ddd;
}

.board-view table .content_q:first-child {
    border-top: none;
    padding-top: 15px;
}

.board-view table .content_q h5 {
    color: #c66;
}

.board-view table .content_q ul {
    margin: 10px 0;
}

.board-view table .content_q ul li {
    color: #c66;
    list-style: none;
    margin-bottom: 5px;
}

.board-view table .content_q table {
    width: 100%;
}

.board-view table .content_a {
    padding-top: 0;
    padding-left: 45px;
    padding-bottom: 15px;
    background: url("../imgs/comment_list_reply_bulit.gif") no-repeat 20px 0;
}

.board-view table .content_a h5 {
    color: #369;
}

.board-view table .content_a .box {
    padding: 15px 20px;
    background: #fff6f6;
}

.board-view table tfoot td {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fbfbfb;
}

.board-view table tfoot td p {
    margin-bottom: 0;
}

.board-view table tfoot td textarea {
    margin-bottom: 10px;
}

/* skin > event */

#event-list .list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    clear: both;
    overflow: hidden;
    margin: 0;
}

#event-list .thumb {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: center;
    display: table;
    width: 100%;
    min-height: 85px;
    padding: 5px;
}

#event-list .thumb a,
#event-list .thumb .no {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #666;
    text-decoration: none;
}

#event-list .thumb a img {
    max-width: 100%;
    max-height: 75px;
}

#event-list h4 {
    font-size: 14px;
    margin: 5px 0 10px;
}

#event-list h4 a {
    color: #333;
    font-weight: bold;
}

#event-list .info .name {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #555;
    display: inline-block;
}

#event-list .info .name:after {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 3px;
}

#event-list .info .date {
    font-size: 12px;
    color: #666;
}

@media (max-width:768px) {
    #event-list .thumb {
        margin-bottom: 10px;
    }
}

/* skin > faq */

#faq-list .navbar-toggle:focus,
#faq-list .navbar-toggle:hover {
    background-color: #e0e0e0;
}

#faq-list .navbar-toggle {
    border-color: #e0e0e0;
}

#faq-list .navbar-toggle .icon-bar {
    background-color: #888;
}

#faq-list .category-collapse {
    padding-left: 0;
    padding-right: 0;
}

#faq-list .category-collapse .menu {
    margin: 0 0 20px;
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#faq-list .category-collapse .menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#faq-list .category-collapse li {
    float: left;
    border: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    margin-right: 2px;
    background: #fff;
}

#faq-list .category-collapse li a {
    display: block;
    color: #444;
    padding: 10px 15px;
    text-decoration: none;
}

#faq-list .category-collapse li:hover {
    background-color: #fbfbfb;
    border-color: #fbfbfb;
    border-bottom-color: #e0e0e0;
}

#faq-list .category-collapse li.active {
    border: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff;
}

#faq-list .category-collapse li.active a {
    color: #ea321a;
    font-weight: bold;
}

@media (max-width:768px) {
    #faq-list .navbar-toggle {
        margin: 0 0 10px;
    }
    #faq-list .category-collapse li {
        border: none !important;
        float: none;
        display: block;
    }
    #faq-list .category-collapse li a {
        padding: 8px 10px;
    }
    #faq-list .category-collapse li.active a {
        background: #fbfbfb;
    }
}

#faq-list .list {
    border: 1px solid #e0e0e0;
    margin-bottom: 3px;
}

#faq-list .list .heading a {
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    background: #fafbfb;
}

#faq-list .list .heading:hover {
    background: #fbfbfb;
}

#faq-list .list .heading .bulit {
    color: #008bd2;
    font-weight: bold;
    margin-right: 5px;
}

#faq-list .list .contents .box {
    padding: 0 10px;
    margin: 20px 10px 20px 50px;
    position: relative;
}

#faq-list .list .contents .box:before {
    content: "";
    display: block;
    position: absolute;
    left: -22px;
    top: 0;
    background: url("../imgs/comment_list_reply_bulit.gif") no-repeat 0 0;
    width: 14px;
    height: 14px;
}

/* 평점관련 */

.rate {
    float: left;
    display: inline;
    margin-right: 5px;
    background: url('/imgs/system/icon/rate_bg.gif') repeat-x 0 0;
}

.rate_on {
    overflow: hidden;
    float: left;
}

.rate_on img {
    vertical-align: top;
}

/* skin > mall */

#mallReview-list.board-list table.table .thumb {
    border: 1px solid #e0e0e0;
    width: 55px;
    height: 55px;
    display: table;
    background: #fff;
}

#mallReview-list.board-list table.table .thumb a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#mallReview-list.board-list table.table .thumb a img {
    max-width: 50px;
    max-height: 50px;
}

#mallReview-list.board-list table.table .thumb .no {
    vertical-align: middle;
    display: table-cell;
    background: #efefef;
}

#mall-article-list .star,
#mall-article-view .star,
#mallReview-list .star,
#mall-view .star {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 4px;
    background: url("/css/system/rating/star.gif") no-repeat 0 bottom;
}

#mall-article-list .star-empty,
#mall-article-view .star-empty,
#mallReview-list .star-empty,
#mall-view .star-empty {
    background: url("/css/system/rating/star.gif") no-repeat 0 0px;
}

/* pagination */

.pagination {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.pagination * {
    margin: 0;
    padding: 0;
}

.pagination a,
.pagination strong {
    display: inline-block;
    position: relative;
    color: #333;
    font-family: tahoma, sans-serif;
    text-decoration: none;
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    padding: 1px 9px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-weight: bold;
    background-color: transparent;
    margin-right: -1px;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
    background-color: #f4f4f4 !important;
}

.pagination strong {
    color: #f22222;
}

.pagination span {
    color: #ccc;
}

.pagination a:last-child {
    border: none;
}

.pagination span a {
    font-weight: normal !important;
    white-space: nowrap;
    margin: 0;
}

.pagination span a:hover,
.pagination span a:active,
.pagination span a:focus {
    background: transparent !important;
    text-decoration: none;
}

.pagination .direction a {
    border: none !important;
}

.pagination .direction.prev {
    margin-right: -3px;
}

.pagination .direction.next {
    margin-left: -3px;
}

@media (max-width:768px) {
    .pagination .direction a {
        padding: 1px 3px;
    }
}

/* -------------------- 여기까지 maker -------------------- */