@font-face {
    font-family: 'SUITE-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

.modal-btm-regi{
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    justify-content: center;
    align-items: center;
    display: none;
}

.modal-btm-regi.open{
    display: flex;
}

.modal-btm-regi .modal{
    width: 400px;
    height: 230px;
    /* background-color: #fff; */
    /* overflow: hidden; */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 30px;
}

.modal-btm-regi .modal img{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-btm-regi .modal .modal-header{
    width: 100%;
    height: 70px;
    background: rgb(168,21,192);
    background: linear-gradient(90deg, rgba(168,21,192,1) 0%, rgba(242,48,166,1) 100%);
    border-radius: 30px 30px 0 0;
}

.modal-btm-regi .modal .modal-body{
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    width: 100%;
    height: calc(100% - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* justify-content: flex-end; */
}

.modal-btm-regi .modal .modal-body .text{
    font-size: 35px;
    font-family: 'SUITE-Regular';
    font-weight: 700;
    margin-top: 20px;
}

.modal-btm-regi .modal .modal-body .btn{
    display: block;
    background-color: rgb(46, 46, 46);
    padding: 10px 20px;
    margin-top: 25px;
    /* margin-bottom: 20px; */
    border-radius: 6px;
    font-family: 'SUITE-Regular';
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

body{
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position:  top center;
    background-size: 100% 100%;
    text-align: center;
}

.all-wrap{
    background-image: url(../img/top-bg.png);
    width: 100%;
    /* height: 500px; */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.inner{
    max-width: 1080px;
    padding: 200px 10px;
    margin: 0 auto;
}

.inner .top .top-title{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 200px;
}

.inner .top .top-logo{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 120px;
}

.inner .top .top-logo img{
    width: 225px;
}

.inner .top .top-list{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 150px;
}

.inner .top .top-date{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 100px;
}
.inner .top .top-img{
    margin-bottom: 100px;
}
.inner .top .top-img-list div{
    display: flex;
    width: 100%;
}

.inner .top .top-img-list .top01{
    margin-bottom: 26px;
}

.inner .top .top-img-list .top01 img{
    width: calc(100% / 3 - 17.3333333px);
}

.inner .top .top-img-list .top01 img:not(:last-child){
    margin-right: 26px;
}

.inner .top .top-img-list .uni-img{
    margin-bottom: 26px; 
}

.inner .top .top-img-list .uni-img img{
    width: calc(50% - 13px);
}
.inner .top .top-img-list .uni-img img:first-child{
    margin-right: 26px;
}

.inner .top .top-desc{
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* margin-bottom: 130px; */
}

.inner .top .top-desc .desc{
    margin-top: 60px;
    color: #fff;
    font-family: 'SUITE-Regular';
    font-size: 22px;
}

.inner .top .top-desc .desc p{
    line-height: 1.4;
    word-break: keep-all;
}

.inner .top .top-desc a{
    display: block;
    width: 400px;
    margin: 0 auto;
    margin-top: 60px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.inner .top .top-desc a img{
    width: 100%;
}

.inner .mid{
    margin: 0 auto;
    margin-bottom: 180px;
}
.inner .mid iframe{
    /* opacity: 0; */
}
.inner .btm .btm-desc{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 140px;
}
.inner .btm .btm-regi{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 200px;
    position: relative;
}
.inner .btm .btm-regi .open-soon-btn{
    /* display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* cursor: pointer; */
}
.inner .btm .btm-regi .margin-bottom-img{
    margin-bottom: 50px;
}

.inner .btm .btm-logo{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .inner{
        padding: 0 50px;
    }

    .inner .top .top-logo{
        margin-bottom: 70px;
    }
    .inner .top .top-logo img{
        width: 150px;
    }

    .inner .top .top-title{
        margin-bottom: 120px;
    }

    .inner .top .top-title img{
        width: 100%;
    }

    .inner .top .top-list{
        margin-bottom: 100px;
    }
    
    .inner .top .top-list img{
        width: 100%;
    }

    .inner .top .top-date{
        margin-bottom: 100px;
    }
    
    .inner .top .top-date img{
        width: 100%;
    }

    .inner .top .top-img{
        margin-bottom: 100px;
    }

    .inner .top .top-img-list .top01{
        margin-bottom: 15px;
    }
    
    .inner .top .top-img-list .top01 img{
        width: calc(100% / 3 - 10px);
    }
    
    .inner .top .top-img-list .top01 img:not(:last-child){
        margin-right: 15px;
    }
    
    .inner .top .top-img-list .uni-img{
        margin-bottom: 15px;
    }
    
    .inner .top .top-img-list .uni-img img{
        width: calc(50% - 7.5px);
    }
    .inner .top .top-img-list .uni-img img:first-child{
        margin-right: 15px;
    }

    .inner .top .top-desc{
        margin-bottom: 100px;
    }

    .inner .mid{
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .inner .top .top-desc img{
        width: 100%;
    }

    .inner .btm .btm-desc{
        margin-bottom: 100px;
    }

    .inner .btm .btm-desc img{
        width: 100%;
    }

    .inner .btm .btm-regi{
        margin-bottom: 100px;
    }
    .inner .btm .btm-regi img{
        width: 100%;
    }

    .inner .btm .btm-logo img{
        width: 80%;
    }
}

@media screen and (max-width:700px) {
    .modal-btm-regi .modal .modal-body .text {
        font-size: 26px;
    }

    .inner .top .top-desc a{
        display: block;
        width: 250px;
        margin: 0 auto;
        margin-top: 60px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
    
    .inner .top .top-desc a img{
        width: 100%;
    }

    .inner .top .top-desc .desc{
        font-size: 16px;
    }

    .inner{
        padding: 50px 20px;
    }

    .inner .top .top-logo img{
        width: 100px;
    }

    .modal-btm-regi .modal{
        width: 300px;
        height: 230px;
        /* background-color: #fff; */
        /* overflow: hidden; */
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        position: relative;
        border-radius: 30px;
    }

    /* .inner .top .top-title{
        margin-bottom: 120px;
    }

    .inner .top .top-list{
        margin-bottom: 100px;
    }


    .inner .top .top-date{
        margin-bottom: 100px;
    }


    .inner .top .top-img{
        margin-bottom: 100px;
    }

    .inner .top .top-img-list .top01{
        margin-bottom: 15px;
    }
    
    .inner .top .top-img-list .top01 img{
        width: calc(100% / 3 - 10px);
    }
    
    .inner .top .top-img-list .top01 img:not(:last-child){
        margin-right: 15px;
    }
    
    .inner .top .top-img-list .uni-img{
        margin-bottom: 15px;
    }
    
    .inner .top .top-img-list .uni-img img{
        width: calc(50% - 7.5px);
    }
    .inner .top .top-img-list .uni-img img:first-child{
        margin-right: 15px;
    }

    .inner .top .top-desc{
        margin-bottom: 100px;
    }

    .inner .mid{
        margin: 0 auto;
        margin-bottom: 100px;
    }


    .inner .btm .btm-desc{
        margin-bottom: 100px;
    }


    .inner .btm .btm-regi{
        margin-bottom: 100px;
    }*/

}