body{
    margin: 0;
    padding: 0;
}
.matic_wrapper{
    width: 100%;
}

/* matic_sec1 */
.matic_sec1,.matic_sec2,.matic_sec3,.matic_sec4,
.matic_sec5,.matic_sec6,.matic_sec7,.matic_sec8,
.matic_sec9,.matic_sec10,.matic_sec11,.matic_sec12,
.matic_sec13,.matic_sec14,.matic_sec15,.matic_sec17,
.matic_sec18,.matic_sec19{
    position: relative;
    width: 100%;
    background-image: url(../../images/about/matic/sec1_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.matic_sec1 .sec1_traingle{
    position: absolute;
    left: 50%;
    bottom: 4%;
    width: 30px;
    height: 70px;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.matic_sec1 .sec1_traingle>img{
    max-width: 100%;
    width: 100%;
    animation: move 2s infinite ease-in-out;
    -moz-animation: move 2s infinite ease-in-out;
    -webkit-animation: move 2s infinite ease-in-out;
    -o-animation: move 2s infinite ease-in-out;
}
@keyframes move {
    0% {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
    }
    50% {
     -webkit-transform: translateY(15px);
     -ms-transform: translateY(15px);
     -o-transform: translateY(15px);
     transform: translateY(15px);
    }
    100% {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
    }
}
/* matic_sec1 */

/* matic_sec2 */
.matic_sec2{
    background-image: url(../../images/about/matic/sec2_bg.jpg);
}
/* matic_sec2 */

/* matic_sec3 */
.matic_sec3{
    margin-top: 6%;
    background-image: url(../../images/about/matic/sec3_bg.jpg);
}
/* matic_sec3 */

/* matic_sec4 */
.matic_sec4{
    background-image: url(../../images/about/matic/sec4_bg.jpg);
}
/* matic_sec4 */

/* matic_sec5 */
.matic_sec5{
    background-image: url(../../images/about/matic/sec5_bg.jpg);
}
/* matic_sec5 */

/* matic_sec6 */
.matic_sec6{
    background-image: url(../../images/about/matic/sec6_bg.jpg);
}
/* matic_sec6 */

/* matic_sec7 */
.matic_sec7{
    margin-bottom: 5%;
    background-image: url(../../images/about/matic/sec7_bg.jpg);
}
/* matic_sec7 */

/* matic_sec8 */
.matic_sec8{
    background-image: url(../../images/about/matic/sec8_bg.jpg);
}
/* matic_sec8 */

/* matic_sec9 */
.matic_sec9{
    background-image: url(../../images/about/matic/sec9_bg.jpg);
}
/* matic_sec9 */

/* matic_sec10 */
.matic_sec10{
    background-image: url(../../images/about/matic/sec10_bg.jpg);
}
/* matic_sec10 */

/* matic_sec11 */
.matic_sec11{
    background-image: url(../../images/about/matic/sec11_bg.jpg);
}
/* matic_sec11 */

/* matic_sec12 */
.matic_sec12{
    margin-bottom: 6%;
    background-image: url(../../images/about/matic/sec12_bg.jpg);
}
/* matic_sec12 */

/* matic_sec13 */
.matic_sec13{
    background-image: url(../../images/about/matic/sec13_bg.jpg);
}
/* matic_sec13 */

/* matic_sec14 */
.matic_sec14{
    background-image: url(../../images/about/matic/sec14_bg.jpg);
}
/* matic_sec14 */

/* matic_sec15 */
.matic_sec15{
    background-image: url(../../images/about/matic/sec15_bg.jpg);
}
/* matic_sec15 */

/* matic_sec16 */
.matic_sec16{
    padding-bottom: 6%;
}
.sec16_title{
    width: 100%;
    background-image: url(../../images/about/matic/sec16_title.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec16_imgs>img{
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 4%;
}
.sec16_imgs>img:last-child{
    margin-bottom: 0;
}
/* matic_sec16 */

/* matic_sec17 */
.matic_sec17{
    background-image: url(../../images/about/matic/sec17_bg.jpg);
}
/* matic_sec17 */

/* matic_sec18 */
.matic_sec18{
    background-image: url(../../images/about/matic/sec18_bg.jpg);
}
/* matic_sec18 */

/* matic_sec19 */
.matic_sec19{
    background-image: url(../../images/about/matic/sec19_bg.jpg);
}
/* matic_sec19 */

/* matic_end */
.matic_end{
    width: 100%;
    background: url(../../images/about/matic/end_bg.jpg) no-repeat center/cover;
    text-align: center;
    padding: 6% 0 8% 0;
}
.matic_end>img{
    display: block;
}
.matic_end .end_icon{
    width: 20px;
    height: 65px;
    animation: move 2s infinite ease-in-out;
    -moz-animation: move 2s infinite ease-in-out;
    -webkit-animation: move 2s infinite ease-in-out;
    -o-animation: move 2s infinite ease-in-out;
    margin: 0 auto 5%;
}
.matic_end .end_code{
    width: 334px;
    height: 334px;
    margin: 0 auto;
}
.matic_end .end_text{
    margin-top: 3%;
}
.matic_end .end_text>p{
    font-size: 48px;
    color: #020202;
    margin-bottom: 14px;
}
.matic_end .end_text>p:nth-child(2){
    margin-bottom: 8%;
}
.matic_end .end_text>p:last-child{
    margin-bottom: 0;
}
/* matic_end */