html{
    background-color: #fff;
}

/*main*/
.top{
    height: 70vh;
    width: 100%;
    background-image: url(./assets/media/eyeback.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    top: 10vh;
    left: 0;
    position: absolute;
    z-index: 1;
}
.mainconts{
    height: auto;
    width: 100%;
    background-color: rgb(232, 251, 255);
    background-size: cover;
    background-position: top;
    position: absolute;
    left: 0;
    top: 80vh;
}
/*item*/
.items{
    height: auto;
    background-color: rgb(189, 218, 255);
}
.discript{
    width: 70vw;
    position: relative;
}
/*linkbutton*/
.link a{
    background: #b6c8ce;
    width: 65vw;
    max-width: 350px;
    height: 48px;
    font-size: 20px;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0;
    color: #313131;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    padding: 0 0;
}
.link a:hover {
    background: #313131;
    color: #b6c8ce;
}
.link a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.link a:hover:after {
    border-color: #b6c8ce;
}
.imgs{
    margin-left: auto;
    z-index: 5;
}

.itit{
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 85, 0.562);
    text-decoration-thickness: 1rem;
    text-decoration-skip-ink: none;
    text-underline-offset: -0.5rem;
}
.fiad{
    transform: translateY(0.2rem);
    position: absolute;
}

.members{
    height: auto;
    background-color: rgb(207, 248, 255);
}
.memarea{
    margin: 0 auto;
    text-align: center;
    width: 20vw;
}
.icon{
    width: inherit;
    border-radius: 50%;
}

.warn{
    display: none;
}

/*smartphone*/
@media (max-width: 768px) {
   /* 
    .und{
        position: absolute;
        bottom: -2rem;
    }*/
    .noflx{
            display: unset;
        }
    .und {
    position:relative;
    bottom: 0.5rem;
    margin-top: auto;
    padding-bottom: 0.5rem;
    }

    .smcc{
        text-align: center;
    }


    /**/

    .warn{
        display: unset;
    }
}

