@charset "utf-8";
/*-------------------------------------------------------------------
    파일정의: Contents Page
-------------------------------------------------------------------*/
@media screen and (min-width:1141px) {
    .content {
        width: 1140px;
        min-height: 200px;
        padding-top: 50px;
        margin: 0 auto;
    }
    .agree-page{
        padding: 50px 20px;
    }
    .agree-page pre{
        white-space: pre-wrap;       /* CSS 2.1 */
        word-wrap: break-word;       /* IE 5.5+ and CSS3 */
        overflow: auto;              /* added for code block scroll */
        width: 100%;                 /* added to fix width issue */
        max-width: 100%;
    }

    .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-mob{
        display: none;
    }

    .content-title {
        position: relative;
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
    }

    .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 .filters {
        width: 860px;
        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 #464A57;
        border-radius: 25px;
        color: #464A57;
        cursor: pointer;
    }

    .filter-box .filters li:hover,
    .filter-box .filters li.on {
        background-color: #464A57;
        border: 1px solid #464A57;
        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: 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;
    }

    .filter-box-mob{
        display: none;
    }
    .filter-box-mob-open{
        display: none;
    }

}

@media screen and (max-width:1140px){

    .content {
        width: 100%;
        min-height: 200px;
        margin: 0 auto;
    }
    .agree-page{
        padding: 50px 20px;
    }
    .agree-page pre{
        white-space: pre-wrap;       /* CSS 2.1 */
        word-wrap: break-word;       /* IE 5.5+ and CSS3 */
        overflow: auto;              /* added for code block scroll */
        width: 100%;                 /* added to fix width issue */
        max-width: 100%;
    }
    .filter-box{
        display: none;
    }
    .filter-box-mob{
        width: 100%;
        height: 40px;
        overflow: hidden;
        position: relative;
    }
    .filter-box-mob .filters{
        position: absolute;
        background: #f3f3f3;
    }
    .filter-box-mob .filters li{
        display: inline-block;
        padding: 0 20px;
        line-height: 40px;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
    }
    .filter-box-mob .gradient-layer {
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(to left, #F3F3F3, transparent);
    }
    .filter-box-mob .open-btn {
        border: none;
        background-color: transparent;
        cursor: pointer;
        padding: 10px;
        outline: none;
        position: absolute;
        right: 5px;
        top: 0;
    }
    .filter-box-mob-open{
        display: none;
        width: 100%;
        height: 80px;
        position: relative;
    }
    .filter-box-mob-open ul{
        width: 100%;
        height: 80px;
        background: #F3F3F3;
    }
    .filter-box-mob-open ul li{
        width: 24%;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        color: #212121;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }
    .filter-box-mob-open .cover-layer{
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.55);
        position: absolute;
        z-index: 10;
    }
    .filter-box-mob-open .close-btn{
        position: absolute;
        right: 10px;
        bottom: -50px;
        border: none;
        z-index: 11;
        background: none;
    }

    .content-title {
        display: none;
    }

    .content-title-mob{
        position: relative;
        width: 100%;
        height: 40px;
        margin-top: 50px;
    }
    .content-title-mob > img {
        position: absolute;
        top: -2px;
        left: 20px;
        width: 16px;
        height: 16px;
    }
    .content-title-mob > span {
        position: absolute;
        top: -5px;
        left: 42px;
        display: block;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        color: #2b2c31;
    }
    .content-title-mob .orders {
        width: 140px;
        height: 100%;
        position: absolute;
        right: 20px;
        top: -12px;
        text-align: right;
    }
    .content-title-mob .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;
    }
    .content-title-mob .orders span.on,
    .content-title-mob .orders span.btn:hover {
        color: #000000;
    }

    .content-list{
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .content-list ul{
        width: 100%;
    }
    .content-list ul 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 ul li .img{
        width: 100%;
        height: 0;
        padding-top: 56.36%; /* 9/16*100 = 56.25% */
        position: relative;
    }
    .content-list ul li .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;
        width: 62px;
    }

    .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;
    }

}