/* 검색 영역 */
.category_container {
    width: 100%;
    overflow-y: auto;
}

.container-search {
    margin: 15px 0px;
}

.btn-write a {
    font-size: 15px;
    color: #ffffff;
}

.wrapper-search {
    width: 95%;
    margin-bottom: 10px;
    overflow-y: auto;
}

.search-input {
    float: left;
    width: 90%;
    overflow-y: auto;
}

.search-input #stx {
    width: 100%;
    height: 38px;
    text-align: left;
    border-radius: 5px 0 0 5px;
    padding-left: 15px;
    box-sizing: border-box;
}

.search-btn {
    float: right;
    width: 10%;
    height: 38px;
    overflow-y: auto;
    background: #5b6dce;
    margin: 0;
    border-radius: 0 5px 5px 0;
}

.search-btn img {
    margin-top: 8px;
    width: 20px;
    height: 20px;
}

/* List */

.wrapper-board {
    /*width: 97.5%;*/
    /*max-width: 1200px;*/
    /*margin: auto;*/
}

.board-list {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper-content {
    position: relative;
    width: 95%;
    margin: 0px 2.5% 0px 2.5%;
    background: #ffffff;
    border-bottom: 1px solid #eee;
    overflow-y: auto;
    /* padding: 1.25% 1.25%; */
    /* border: 1px solid #f1f1f1; */
}

.board-list .wrapper-content:first-child {
    border-top: 1px solid #eee;
}

.left-content {
    width: 30%;
    float: left;
    padding: 10px 10px 10px 2px;
}

.right-content {
    position: relative;
    width: 66%;
    float: right;
}

.right-content .wrapper-ctg {
    width: 100%;
}

.right-content .wrapper-ctg .content-category {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0 4px 0;

}

.right-content .wrapper-ctg span {
    border-radius: 2px;
    padding: 0 5px;
    color: #fff;
}

.right-content .wrapper-info {
    width: 100%;
    margin: 0px 5px 10px 0;
    text-align: left;
}

.right-content .content-title {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

.right-content .content-subtitle {
    font-size: 15px;
    color: #ef0000;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0 0px 1% 0px;
    text-align: right;
}

.right-content .content-text {
    font-size: 13px;
    color: #999;
}

/* 레프트 이미지*/
.wrapper-img {
    position: relative;
    width: 100%;
}

.cover-img {
    position: relative;
}

.cover-img > img {
    width: 100%;
}

.background-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    line-height: 1.5;
    height: 1.5em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content-subtitle {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    line-height: 1.5;
    height: 1.0em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    line-height: 1.6;
    height: 3em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrapper-link {
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

.link-btn {
    background-color: #aaa;
    border-radius: 2px;
    width: 100px;
    float: right;
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    margin: 10px 0px;
}

.link-btn:hover {
    cursor: pointer;
}

.wrapper-no-content {
    position: relative;
    float: left;
    width: 90%;
    background: #ffffff;
    border-radius: 15px;
    overflow-y: auto;
    margin: 5% 5%;
    border: 1px solid #f1f1f1;
}

.no-content {
    height: 100px;
    text-align: center;
    font-size: 20px;
    line-height: 100px;
}

.category_container {
    width: 95%;
    display: inline-block;
    margin: 20px 0 20px 0;
    overflow-y: auto;
}

.ctg01_row {
    float: left;
    width: 47.5%;
    margin: 0px 0px 10px 0px;
    /*background: blue;*/
}

.ctg01_row:nth-child(even) {

}

.ctg01_row:nth-child(odd) {
    margin-right: 5%;
}

.ctg01_row p {
    font-size: 15px;
    line-height: 15px;
    padding: 13px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0px 0 5px 0;
    font-weight: 600;
}

.ctg01_row a.on p {
    background: #bebebe;
    color: #fff;
    border: 1px solid #bebebe;
}

.ctg01_row a p:hover {
    cursor: pointer;
    background: #bebebe;
    color: #fff;
    transition: all .3s ease-out, -webkit-transform .3s ease-out;
}

/*******************/
/* category color */
/******************/
.category-color-1 {
    color: #003C7A;
}

.category-color-2 {
    color: #8bc34a;
}

.category-color-3 {
    color: #00bcd4;
}

.category-color-4 {
    color: #f4ad36;
}

.category-color-5 {
    color: #99014E;
}

.category-color-6 {
    color: #1A2023;
}

.category-color-7 {
    color: #ff5c5c;
}

.category-color-8 {
    color: #00B2B2;
}

.category-color-9 {
    color: #7abc89;
}

.category-color-10 {
    color: #98BA03;
}

/************************/
/* category background */
/**********************/
.category-bgcolor-1 {
    background: #003C7A;
}

.category-bgcolor-2 {
    background: #8bc34a;
}

.category-bgcolor-3 {
    background: #00bcd4;
}

.category-bgcolor-4 {
    background: #f4ad36;
}

.category-bgcolor-5 {
    background: #99014E;
}

.category-bgcolor-6 {
    background: #1A2023;
}

.category-bgcolor-7 {
    background: #ff5c5c;
}

.category-bgcolor-8 {
    background: #00B2B2;
}

.category-bgcolor-9 {
    background: #7abc89;
}

.category-bgcolor-10 {
    background: #98BA03;
}

.wrap-write {
    float: right;
    margin: 0 0 15px 0;
    width: 38px;
    height: 38px;
}

.btn-write {
    /*float: left;*/
    width: 38px;
    height: 38px;
    border-radius: 0px;
    text-align: center;
}

.btn-write img {
    width: 100%;
}

.container-search {
    width: 95%;
    overflow-y: auto;
    /*background: red;*/
}

.wrapper-content:hover {
    cursor: pointer;
}

.right-content .wrapper-ctg span {
    border-radius: 2px;
    padding: 1px 5px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
}

.category-bgcolor-3 {
    background: #7b7b7b;
}