@charset 'utf-8';
@charset 'UTF-8';
/* 1. 모바일까지 */
@media screen and (max-width: 767px) {
    .main-venue-wrap {
        margin: 0 auto;
        min-width: 360px;
    }
    .main-venue {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 70vh;
    }
    .venue-box {
        height: 458px;
        flex: 1;
        transition: flex 0.8s ease;
        left: 0;
        transform: translateX(0);
    }
    .venue-box::before { height: 70px;}
    .venue-box:hover{flex: 4;}
    .venue-box:hover .venue-title {color:  rgb(7, 7, 67);}
    .venue-box:hover .venue-img {transform: scale(0);}
    .venue-box:hover .venue-title .venue-more {width: 100%;}
    .venue-box span{font-size: 14px;}

    .venue-title p {display: none; height: auto;}
    .venue-title>h3 {
     display: block;
     width: 100%;
     margin-top: 60px;
     margin-bottom: 30px;
     font-size: 22px;
    }
    .venue-text {
        top: 42%;
    }
    .venue-text>p {
        display: block;
    font-size: 12px;
    }
    .venue-img {
        position: absolute;
        height: 458px;
        bottom: 0;
    }
}   

/* 2. 태블릿부터 */
@media screen and (min-width: 768px) {
    .main-banner {
        position: relative;
        width: 100%;
        height: 180vh;
        list-style-type: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .mb-slide {
        position: relative;
        display: flex;
        width: 100%;
        height: 36vh;
    }
    .mb-text-box {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        max-width: 1400px;
        padding: 60px 0 0 30px;
        font-weight: bold;
        z-index: 5;
        background-color: transparent;
        backdrop-filter: blur(0);
    }
    .mb-text-box h3{
        font-size: 30px;
    }
    .imgBox {
        top: 0;
        left: 36%;
    }
    .mb-slide:nth-of-type(2n) .imgBox{
        left: -36%;
    }
    .mb-more-wrap {
        display: inline-block;
    }
    /* 호버됬을때 */
    .mb-slide:hover .mb-text-box{
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0.500437675070028) 0%, rgba(255,255,255,0) 100%);
        color: #ededed;
        width: 100%;
        max-width: 80%;
        height: 100%;
        padding: 40px 0 0 50px;
        z-index: 100;
        text-align: left;
    }
    .mb-slide:nth-of-type(2n):hover .mb-text-box{
        padding: 40px 50px 0 0;
        text-align: right;
    }
    .mb-slide:hover .imgBox{
        left: 10%;
    }
    .mb-slide:nth-of-type(2n):hover .imgBox{
        left: -10%;
    }
    /*2.digital*/
    .main-digital-container {
        padding-top: 0;
    }
    .main-digital {
        padding-left: 30px;
    }
    .main-digital-right {
        position: absolute;
        display: block;
        width: 60%;
        top: 10%;
        left: 32%;
        font-size: 32px;
        color: #ccc;
    }
    .main-digital-right>a{
        display: block;
    }
    .digital-wrapper {
        transform: rotate(15deg);
    }
    .main-digital-left {
        width: 480px;
    }
    .digital-control {
        left: 160px;
        width: 220px;
        transform: translateX(0);
    }


    /*venue*/

    .main-venue {
        display: flex;
    }
    .venue-box{
        left: 0;
        transform: translateX(0);
        width: 350px;
        height: 480px;
        border: none;
        margin-top: 50px;
        margin-left: 30px;
        box-sizing: border-box;
        overflow: hidden;
        background-color: #fff;
        z-index: 1;
    }

    /* collection */
    .main-collection-wrap {
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        overflow: hidden;
    }
    .col-item-control {
        position: absolute;
        top: 20%;
        left: 90%;
        display: flex;
    }
    /* news */
    .main-news-container {
        width: 100%;
        height: 40vh;
        margin: 5% auto;

    }
    .main-news-wrap {
        margin:30px auto;
    }
    .main-news {
        /* transform: translateX(-50%); */
        width: 100%;
        padding-bottom: 60px;
    }
    .main-news h3{
        font-size: 20px;
        font-weight:400;
        text-indent: 30px;
    }
    .main-news >a{
        display: block;
        width: 100%;
        border-bottom: none;
        text-align: left;
    }
    .main-news-wrap > h2{
        padding: 20px 0 !important;
        font-size: 32px !important;
        text-align: center!important;
    }
    .news-more {
        position: absolute;
        bottom: 50%;
        right: 50px;
        transform: translateY(50%);
        width: 170px;
        font-size: inherit;
        text-align: center;
    }
    /* news-letter */
    .main-newsletter-container {
        height: 70vh;
        margin-top: 170px;
      }
      
    #mmca-main .main-newsletter-wrap > h2 {
        font-size: 32px !important;
        
        padding-bottom: 70px;
        text-indent: 10px;
    }
    .nl-left {
        width: 54%;
        display: flex;
        padding: 10px;
        margin-top: 0;
        font-size: 16px;
        text-indent: 20px;
        text-align: left;
        padding: 10px;
    }

     
    .nl-left >div{
        position: absolute;
        top: 50%;
        right: 3%;
        padding-bottom: 0;
        transform: translateY(-50%);
    }
    .nl-left >div>input {
        width: 360px;
        margin-left: 50px;
    }
    .nl-left >div>a {
        padding-left: 0;
    }
    .nl-right {
        display: block;
    }
}

/* 3. 태블릿만 */
@media screen and (min-width: 768px) and (max-width: 1279px) {

}

/* 4. PC부터 */
@media screen and (min-width: 1280px) {

}