@charset "utf-8";
/*-------------------------------------------------------------------
    파일정의: Contents Page
-------------------------------------------------------------------*/
@media screen and (min-width:1141px) {
    .content {
        width: 1140px;
        min-height: 200px;
        padding-top: 50px;
        margin: 0 auto;
    }

    .content-body {
        width: 100%;
        min-height: 100px;
    }

    .top-banner {
        width: 100%;
        height: 130px;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .top-banner a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .top-banner img {
        width: 100%;
        height: 100%;
    }

    .content-title {
        position: relative;
        width: 100%;
        height: 30px;
        margin-bottom: 10px;
    }

    .content-title > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 19px;
        height: 19px;
    }

    .content-title > span {
        position: absolute;
        top: -4px;
        left: 26px;
        display: block;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        color: #2b2c31;
    }

    .filter-box {
        width: 100%;
        height: 40px;
        margin-bottom: 20px;
    }

    .filter-box .orders {
        width: 140px;
        height: 100%;
        float: right;
        text-align: right;
    }

    .filter-box .orders span {
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
        color: #999999;
    }

    .filter-box .orders span.dot {
        margin: 0 -5px;
    }

    .filter-box .orders span.btn {
        cursor: pointer;
    }

    .filter-box .orders span.on,
    .filter-box .orders span.btn:hover {
        color: #000000;
    }

    .content-list {
        width: 100%;
        min-height: 100px;
        margin-top: 40px;
    }

    .content-list ul li {
        border: 1px solid rgba(242, 242, 242, 0.45);
    }

    .content-list ul li:hover {
        border: 1px solid #00B16A;
    }

    .content-list .post {
        width: 100%;
        height: 90px;
        background-color: rgba(242, 242, 242, 0.45);
        border-bottom: 1px solid #e6e6e6;
        padding: 14px 24px;
    }

    .content-list .post .title {
        color: #2B2C31;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .content-list .post .date {
        font-weight: 400;
        font-size: 13px;
        color: #C1C1C1;
    }

    .pagination-area {
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin: 60px auto;
    }

    .pagination-area a {
        display: inline-block;
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        color: #666666;
    }

    .pagination-area a:hover,
    .pagination-area .active {
        color: #00b16a;
        border: 1px solid #00B16A;
    }

    .orders {
        float: right;
        text-align: right;
    }

    .orders {
        width: 140px;
        height: 100%;
        float: right;
        text-align: right;
    }

    .orders span {
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
        color: #999999;
    }

    .orders span.dot {
        margin: 0 -5px;
    }

    .orders span.btn {
        cursor: pointer;
    }

    .orders span.on,
    .orders span.btn:hover {
        color: #000000;
    }
}

@media screen and (max-width:1140px){
    .content {
        width: 100%;
        min-height: 200px;
        padding: 20px 20px;
        margin: 30px auto;
    }

    .content-body {
        width: 100%;
        min-height: 100px;
    }

    .top-banner {
        width: 100%;
        height: 130px;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .top-banner a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .top-banner img {
        width: 100%;
        height: 100%;
    }

    .content-title {
        position: relative;
        width: 100%;
        height: 30px;
        margin-bottom: 10px;
    }

    .content-title > img {
        position: absolute;
        top: 0;
        width: 16px;
        height: 16px;
    }

    .content-title > span {
        position: absolute;
        top: -4px;
        left: 22px;
        display: block;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        color: #2b2c31;
    }

    .filter-box {
        width: 100%;
        height: 40px;
        margin-bottom: 20px;
    }

    .filter-box .orders {
        width: 140px;
        height: 100%;
        float: right;
        text-align: right;
    }

    .filter-box .orders span {
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
        color: #999999;
    }

    .filter-box .orders span.dot {
        margin: 0 -5px;
    }

    .filter-box .orders span.btn {
        cursor: pointer;
    }

    .filter-box .orders span.on,
    .filter-box .orders span.btn:hover {
        color: #000000;
    }

    .content-list {
        width: 100%;
        min-height: 100px;
    }

    .content-list ul li {
        border: 1px solid rgba(242, 242, 242, 0.45);
    }

    .content-list ul li:hover {
        border: 1px solid #00B16A;
    }

    .content-list .post {
        width: 100%;
        height: 90px;
        background-color: rgba(242, 242, 242, 0.45);
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 20px;
        position: relative;
    }

    .content-list .post .title {
        color: #2B2C31;
        font-size: 16px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-list .post .date {
        font-weight: 400;
        font-size: 12px;
        color: #C1C1C1;
        position: absolute;
        bottom: 10px;
    }

    .pagination-area {
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        margin: 30px auto;
    }

    .pagination-area a {
        display: inline-block;
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        color: #666666;
    }

    .pagination-area a:hover,
    .pagination-area .active {
        color: #00b16a;
        border: 1px solid #00B16A;
    }

    .orders {
        float: right;
        text-align: right;
    }

    .orders {
        width: 140px;
        height: 100%;
        float: right;
        text-align: right;
        margin-top: -10px;
    }

    .orders span {
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        color: #999999;
    }

    .orders span.dot {
        margin: 0 -5px;
    }

    .orders span.btn {
        cursor: pointer;
    }

    .orders span.on,
    .orders span.btn:hover {
        color: #000000;
    }
}