@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: 40px;
    }

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

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

    .content-title > span b {
        color: #00B16A;
    }

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

    .filter-box .filters {
        width: 700px;
        height: 100%;
        float: left;
    }

    .filter-box .filters li {
        padding: 6px 15px;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 500;
        float: left;
        margin-right: 10px;
        border: 1px solid #000000;
        border-radius: 25px;
        color: #000000;
        cursor: pointer;
    }

    .filter-box .filters li:hover,
    .filter-box .filters li.on {
        background-color: #121212;
        border: 1px solid #121212;
        color: #FFFFFF;
    }

    .filter-box .filters li span {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.45);
        margin-left: 5px;
    }

    .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.btn {
        cursor: pointer;
    }

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

    .content-list {
        width: 100%;
        min-height: 100px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }

    .content-list li {
        float: left;
        width: 360px;
        margin-right: 30px;
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: .2s ease-in-out;
        overflow: hidden;
    }

    .content-list li:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .content-list li:nth-child(3n) {
        margin-right: 0;
    }

    .content-list li a {
        display: block;
        width: 100%;
        height: 323px;
    }

    .content-list li a .img {
        width: 100%;
        height: 203px;
    }

    .content-list li a .img img {
        width: 100%;
        height: 100%;
    }

    .content-list li a .text-box {
        width: 100%;
        height: 120px;
        padding: 15px 15px;
        position: relative;
    }

    .content-list li a .text-box .title {
        font-weight: 600;
        font-size: 19px;
        color: #2b2c31;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-list li a .text-box .text {
        font-weight: 400;
        font-size: 15px;
        color: #999999;
    }

    .content-list li a .text-box .text-sub {
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
    }

    .content-list li a .text-box .text-sub .part {
        position: absolute;
        bottom: 4px;
        left: 14px;
        font-size: 12px;
        font-weight: 400;
        color: #acb8d2;
        background-color: #D9E1F2;
        border-radius: 6px;
        padding: 3px 10px;
    }

    .content-list li a .text-box .text-sub .part:hover {
        color: #758ab5;
    }

    .content-list li a .text-box .text-sub .date {
        position: absolute;
        bottom: 4px;
        right: 14px;
        float: right;
        font-weight: 400;
        font-size: 14px;
        color: #C1C1C1;
    }

    .btns {
        width: 100%;
        height: 50px;
        margin: 30px 0 70px;
        text-align: center;
    }

    .btns .more-btn {
        width: 300px;
        height: 50px;
        border: 1px solid #707070;
        border-radius: 26px;
        font-size: 21px;
        font-weight: 500;
        color: #323232;
        letter-spacing: -0.94px;
        background: #FFF;
        cursor: pointer;
    }

    .btns .more-btn:hover {
        border: 1px solid #00B16A;
        color: #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;
        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: 40px;
        margin-top: 50px;
    }

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

    .content-title > span {
        position: absolute;
        top: -9px;
        left: 42px;
        display: block;
        font-weight: 500;
        font-family: 'Noto Sans', sans-serif;
        font-size: 18px;
        color: #2b2c31;
    }

    .content-title > span b {
        color: #00B16A;
    }

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

    .filter-box .filters {
        width: 700px;
        height: 100%;
        float: left;
    }

    .filter-box .filters li {
        padding: 6px 15px;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 500;
        float: left;
        margin-right: 10px;
        border: 1px solid #000000;
        border-radius: 25px;
        color: #000000;
        cursor: pointer;
    }

    .filter-box .filters li:hover,
    .filter-box .filters li.on {
        background-color: #121212;
        border: 1px solid #121212;
        color: #FFFFFF;
    }

    .filter-box .filters li span {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.45);
        margin-left: 5px;
    }
    .filter-box .orders {
        width: 140px;
        height: 100%;
        position: absolute;
        right: 20px;
        top: -12px;
        text-align: right;
    }
    .filter-box .orders span {
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        color: #999999;
    }
    .content-title-mob .orders span.dot {
        margin: 0 -5px;
    }
    .content-title-mob .orders span.btn {
        cursor: pointer;
    }
    .filter-box .orders span.on,
    .filter-box .orders span.btn:hover {
        color: #000000;
    }

    .content-list {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .content-list ul{
        width: 100%;
    }
    .content-list li {
        width: calc( 50%  - 20px );
        margin: 10px 10px;
        float: left;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: .2s ease-in-out;
        overflow: hidden;
    }
    .content-list li a .img {
        width: 100%;
        height: 0;
        padding-top: 56.36%; /* 9/16*100 = 56.25% */
        position: relative;
    }
    .content-list li a .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .content-list li a .text-box {
        width: 100%;
        height: 85px;
        padding: 5px 15px;
        position: relative;
    }
    .content-list li a .text-box .title {
        font-weight: 600;
        font-size: 14px;
        color: #2b2c31;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content-list li a .text-box .text {
        font-weight: 400;
        font-size: 13px;
        color: #999999;
    }
    .content-list li a .text-box .text-sub {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
    }
    .content-list li a .text-box .text-sub .part {
        position: absolute;
        bottom: 4px;
        left: 10px;
        font-size: 8px;
        font-weight: 400;
        color: #acb8d2;
        background-color: #D9E1F2;
        border-radius: 6px;
        padding: 3px 10px;
    }

    .content-list li a .text-box .text-sub .part:hover {
        color: #758ab5;
    }

    .content-list li a .text-box .text-sub .date {
        position: absolute;
        bottom: 6px;
        right: 10px;
        float: right;
        font-weight: 400;
        font-size: 8px;
        color: #C1C1C1;
    }

    .btns {
        width: 100%;
        height: 40px;
        text-align: center;
        margin-bottom: 30px;
    }

    .btns .more-btn {
        width: 120px;
        height: 40px;
        border: 1px solid #707070;
        border-radius: 20px;
        font-size: 16px;
        font-weight: 500;
        color: #323232;
        letter-spacing: -0.94px;
        background: #FFF;
        cursor: pointer;
    }

    .btns .more-btn:hover {
        border: 1px solid #00B16A;
        color: #00B16A;
    }

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

    .orders {
        width: 140px;
        height: 100%;
        position: absolute;
        right: 20px;
        top: -12px;
        text-align: right;
    }

    .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;
    }
}