@charset "utf-8";
/*-------------------------------------------------------------------
    파일정의: Hashtag Page
-------------------------------------------------------------------*/
@media screen and (min-width:1141px) {
    .content {
        width: 1140px;
        min-height: 200px;
        padding-top: 80px;
        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%;
    }

    .page-title-area {
        width: 100%;
    }

    .page-title-area .page-keyword {
        width: 140px;
        height: 30px;
        border-radius: 30px;
        display: block;
        border: 2px solid #00B16A;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: -0.21px;
        color: #00B16A;
        text-align: center;
        margin: 0 auto;
        line-height: 24px;
    }

    .page-title-area .page-title {
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        letter-spacing: -1.89px;
        margin: 20px 0;
    }

    .page-title-area .page-title-sub {
        font-size: 17px;
        font-weight: 400;
        color: #666666;
        text-align: center;
        width: 100%;
        display: block;
    }

    .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.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;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .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;
        display: none;
    }

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

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

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

    .page-title-area {
        width: 100%;
        padding-bottom: 10px;
    }

    .page-title-area .page-keyword {
        width: 84px;
        height: 24px;
        border-radius: 30px;
        display: block;
        border: 2px solid #00B16A;
        font-size: 10px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: -0.21px;
        color: #00B16A;
        text-align: center;
        margin: 0 auto;
        line-height: 22px;
    }

    .page-title-area .page-title {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -0.89px;
        margin: 5px 0;
    }

    .page-title-area .page-title-sub {
        font-size: 13px;
        font-weight: 400;
        color: #666666;
        text-align: center;
        width: 100%;
        display: block;
    }

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

    .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: 0;
        top: 5px;
        text-align: right;
    }

    .filter-box .orders span {
        font-size: 14px;
        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%;
        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;
        display: none;
    }

    .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: 50px;
        text-align: center;
    }

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

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