@charset "utf-8";
/*-------------------------------------------------------------------
    파일정의: Promotion 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;
    }

    /* promotion-content */
    .promotion-content {
        width: 100%;
        min-height: 100px;
        margin-top: 20px;
        padding-bottom: 50px;
        margin-bottom: 80px;
    }

    .promotion-content ul 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;
    }

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

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

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

    .promotion-content .list-img {
        width: 100%;
        height: 203px;
        position: relative;
    }

    .promotion-content .list-img .dday {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 12px;
        font-size: 12px;
        background-color: #00B16A;
        color: #FFF;
        font-weight: 600;
    }

    .promotion-content .list-img .dday.end {
        background-color: #000;
        padding: 5px 12px;
    }

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

    .promotion-content .list-content {
        width: 100%;
        height: 120px;
        padding: 15px 15px;
        position: relative;
    }

    .promotion-content .list-content .part {
        color: #999999;
        font-size: 16px;
        font-weight: 400;
    }

    .promotion-content .list-content p {
        margin-top: 5px;
        font-size: 20px;
        font-weight: 600;
        color: #2B2C31;
        margin-bottom: 5px;
    }

    .promotion-content .list-content .date {
        display: block;
        width: 100%;
        color: #C1C1C1;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

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

    .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: -5px;
        left: 42px;
        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%;
        position: absolute;
        right: 20px;
        top: -12px;
        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;
    }

    /* promotion-content */
    .promotion-content {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

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

    .promotion-content ul li a {
        display: block;
        width: 100%;
    }

    .promotion-content .list-img {
        width: 100%;
        height: 0;
        padding-top: 56.36%; /* 9/16*100 = 56.25% */
        position: relative;
    }

    .promotion-content .list-img .dday {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        padding: 5px 8px 5px;
        font-weight: bold;
        font-size: 12px;
        background-color: #00B16A;
        color: #fff;
    }

    .promotion-content .list-img .dday.end {
        background-color: #000;
    }

    .promotion-content .list-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .promotion-content .list-content {
        width: 100%;
        height: 100px;
        padding: 5px 10px;
        position: relative;
    }

    .promotion-content .list-content .part {
        color: #999999;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;
        display: block;
    }

    .promotion-content .list-content p {
        margin-top: 5px;
        font-size: 14px;
        font-weight: 600;
        color: #2B2C31;
        margin-bottom: 5px;
        line-height: 1.2;
        letter-spacing: -0.94px;
    }

    .promotion-content .list-content .date {
        display: block;
        width: 100%;
        color: #C1C1C1;
        font-size: 10px;
        font-weight: 400;
        text-align: right;
        position: absolute;
        bottom: 5px;
        right: 10px;
    }

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