.container{
    height: 100%;
    width: 100%;
}

.container1{
    height: calc(100% - 70px);
    margin-top: 70px;
    background-image: url(/ver04/images/mainmozip.png);
    background-position: center center;
    overflow: auto;
    position: relative;
    z-index: -1
    ;
}
.container1 h1{
    font-size: 100px;
    color: black;
    margin-top: 36vh;
    margin-left: 80px;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    animation-duration: 1s;
    animation-name: title;
    opacity: 0;
    animation-fill-mode: forwards;
}
@keyframes title{
    from{
        transform: translateY(30px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 100;
    }
}
.container1 h2{
    font-size: 40px;
    margin-left: 80px;
    padding-top: 20px;
    font-family: 'NEXON Lv1 Gothic OTF Light';
    animation-name: title2;
    opacity: 0;
    animation-fill-mode: backwards;
    animation-delay: .5s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes title2{
    from{
        transform: translateY(30px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 100;
    }
}

#container2{
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: black;
    position: relative;
    z-index: -1;
}
#container2 h1{
    margin-top: 100px;
    color: white;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-size: 50px;
}
br{
    height: 20px;
}
.img1{
    margin-top: 30px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
    transform: translateY(50px);
    transition-duration: 1s;
    transition-delay: .3s;
}
.img1Active{
    opacity: 1; 
    transform: translateY(0px);
}
.inf{
    color: white;
    font-family: 'NEXON Lv1 Gothic OTF';
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transform: translateY(20px);
    transition-duration: 1s;
    font-size: 25px;
}
.infActive{
    opacity: 1; 
    transform: translateY(0px);
}

.container3{
    width: 100%;
    height: 100%;
    background: linear-gradient(black, rgb(43, 42, 48) );
    overflow: auto;
    position: relative;
    z-index: -1;
}

.container3 h1{   
    color: white;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    margin-top: 150px;
    font-size: 50px;
}
.inf2{
    color: white;
    font-family: 'NEXON Lv1 Gothic OTF';
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transform: translateY(20px);
    transition-duration: 1s;
    font-size: 25px;
}
.inf2Active{
    opacity: 1; 
    transform: translateY(0px);
}
.imgArea1{
    text-align: center;
    margin-top: 130px;
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    transition-duration: 1s;
    transition-delay: .3s;
}
.imgArea1Active{
    opacity: 1; 
    transform: translateY(0px);
}
.imgArea1 img{
    height: 100px;
    float: left;
    padding: 60px;
}

.container4{
    height: 100%;
    background-color: rgb(43, 42, 48);
    overflow: auto;
    position: relative;
    z-index: -1;
}
.container4 h1{   
    color: white;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    margin-top: 150px;
    font-size: 50px;
}
.inf3{
    color: white;
    font-family: 'NEXON Lv1 Gothic OTF';
    text-align: center;
    line-height: 50px;
    transform: translateY(20px);
    transition-duration: 1s;
    font-size: 25px;
    opacity: 0;
}
.inf3Active{
    opacity: 1; 
    transform: translateY(0px);
}
.imgArea2{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 100px;
    height: 300px;
    opacity: 0;
    transform: translateY(50px);
    transition-duration: 1s;
    transition-delay: .3s;
}
.imgArea2Active{
    opacity: 1; 
    transform: translateY(0px);
}

.container5{
    height: 100%;
    background-color: #2b2a30;
    overflow: auto;
    position: relative;
    z-index: -1;
}
.container5 h1{   
    color: white;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    margin-top: 150px;
    font-size: 50px;
}
.inf4{
    color: white;
    font-family: 'NEXON Lv1 Gothic OTF';
    text-align: center;
    line-height: 50px;
    transform: translateY(20px);
    transition-duration: 1s;
    font-size: 25px;
    opacity: 0;
}
.inf4Active{
    opacity: 1; 
    transform: translateY(0px);
}
.imgArea3{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 100px;
    height: 300px;
    opacity: 0;
    transform: translateY(50px);
    transition-duration: 1s;
    transition-delay: .3s;
}
.imgArea3Active{
    opacity: 1; 
    transform: translateY(0px);
}

.container6{
    height: 100%;
    background-color: rgb(43, 42, 48);
    overflow: auto;
    position: relative;
    z-index: -1;
}
.container6 h1{   
    color: white;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    margin-top: 150px;
    font-size: 50px;
}
.inf5{
    color: white;
    font-family: 'NEXON Lv1 Gothic OTF';
    text-align: center;
    line-height: 50px;
    transform: translateY(20px);
    transition-duration: 1s;
    font-size: 25px;
    opacity: 0;
}
.inf5Active{
    opacity: 1; 
    transform: translateY(0px);
}
.imgArea4{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 100px;
    height: 300px;
    opacity: 0;
    transform: translateY(50px);
    transition-duration: 1s;
    transition-delay: .3s;
}
.imgArea4Active{
    opacity: 1; 
    transform: translateY(0px);
}

.container7{
    height: 100%;
    background-color: #2b2a30;
    overflow: auto;
    position: relative;
    z-index: -1;
}
.container7 h1{   
    color: white;
    margin-left: 70px;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    margin-top: 150px;
    font-size: 50px;
}
.inf6{
    color: white;
    font-family: 'NEXON Lv1 Gothic OTF';
    margin-top: 70px;
    margin-left: 70px;
    line-height: 50px;
    transform: translateY(20px);
    font-size: 25px;
    
}
.container7 a button{
    height: 60px;
    border-radius: 70px;
    font-size: 20px;
    padding: 20px;
    border: none;
    background-color: rgb(79, 190, 190);
    font-family: 'NEXON Lv1 Gothic OTF';
    color: white;
    margin-top: 50px;
    margin-left: 70px;
}

@media screen and (max-width:765px) {
    .container1 h1{
        margin-left: 20px;
        font-size: 50px;
    }
    .container1 h2{
        margin-left: 20px;
        font-size: 25px;
    }


    #container2 h1{
        font-size: 30px;
    }
    .inf{
        line-height: 25px;
        font-size: 15px;
    }
    .img1{
        height: 160px;
    }

    .container3 h1{
        font-size: 30px;
    }
    .inf2{
        line-height: 25px;
        font-size: 15px;
    }
    .imgArea1 img{
        height: 70px;
        padding: 30px;
    }

    .container4 h1{
        font-size: 30px;
    }
    .inf3{
        line-height: 25px;
        font-size: 12px;
        padding: 10px;
    }
    .imgArea2{
        height: 200px;
    }

    .container5 h1{
        font-size: 30px;
    }
    .inf4{
        line-height: 25px;
        font-size: 15px;
        padding: 10px;
    }
    .imgArea3{
        height: 200px;
    }

    .container6 h1{
        font-size: 30px;
    }
    .inf5{
        line-height: 25px;
        font-size: 12px;
        padding: 10px;
    }
    .imgArea4{
        height: 200px;
    }

    .container7 h1{
        font-size: 30px;
        margin-left: 10px;
    }
    .inf6{
        line-height: 25px;
        font-size: 14px;
        padding: 10px;
        margin-left: 10px;
    }

    .container7 a button{
        margin-left: 10px;
    }
}