.about{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    position: relative;
    transition: all .2s linear;
}

.matrix-content{
    height: 49%;
    overflow: hidden;
    position: relative;
}

.canvas {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-page-tech-inner {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    transition: all .2s linear;
    width: 100%;
    padding: 40px 0px 0px 0px;
}


.about-slide {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-self: center;
    align-self: center;
    margin: 0 auto;
    position: relative;
    transition: all .2s linear;
    width: 70%;
}

.scroll-img {
    width: 100%;
    height: 80px;
    overflow: hidden;
    font-size: 0;
}

.scroll-img ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.scroll-img ul li {
    margin: 0 12px;
}

.scroll-img ul li img {
    animation: svg 1s;
    width: 60px;
    height: 60px;
}


/**/
.about-content {
    background: url('../image/content/decor.png');
    padding: 10px;
    overflow: hidden !important;
    height: 49%;
}

.aabout-content a {
    font-size: 18px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #8ac832 !important;
    padding: 5px 0px;
}

.about-page-detail {
    height: 100%;
    padding: 0 10px;
    transform: rotateX(0deg);
    transition: all .1s linear;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.about-page-detail-title {
    position: relative;
    color: #8ac832;
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-page-detail-title div span {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
}


.upper-writter {
    display: flex;
    padding: 0px 5px;
}

.writter {
    padding: 0px 5px;
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
}

.writter span {
    overflow: hidden;
}

.writter span.typed-text {
    color: #e84118;
}

.writter span.cursor {
    display: inline-block;
    background-color: #e84118;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

.writter span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #e84118;
    }

    49% {
        background-color: #e84118;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #e84118;
    }
}


.about-page-detail-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.about-page-detail-content span {
    color: #8ac832;
    font-family: conslas;
}


.about-content-text {
    margin: 0 auto;
    width: 100%;
}
