#paa{
    position: relative;
}

.bottun{
      position: absolute;
    bottom: 20%;
    width: 240px;
    height: 50px;
    border-radius: 225px;
    text-align: center;
    line-height: 50px;
    background-color: #5158b0;
    color: #ffffff;
}
.bottun.bulf{
        left: 20%;
}
.bottun.burh{
          right: 20%;
}
.mores {
    width: 100%;
    background-color: #fff;
    padding: 30px 80px 100px;
        margin-bottom: 50px;
}
video{
    width: 100%;
}
.two-more{
    border-top: #999999 solid 1px;
    padding-top: 30px;
    line-height: 1.8;
    text-align: justify;
}
.more {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}
    
.tmore {
    color: gray;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
    
.more-one {
    width: 80%;
    margin: 80px auto 0;
}
.more-one img{
    width: 100%;
}
.more-one.cutm{
    width: 60%;
}
.more-one img{
    width: 100%;
}

.more-two {
    width: 50%;
    text-align: center;
}
@media (max-width:1000px) {
    .mores {
        padding: 30px 30px 60px;
    }
    .more-one { 
        margin: 50px auto 0;
    }
.bottun{
    width: 200px;
}
.bottun.bulf{
        left: 10%;
}
.bottun.burh{
          right: 10%;
}
#app {
    padding-top: 0px;
}
}
@media (max-width:500px) {
    .more {
        font-size: 20px;
    }
    .tmore {
        font-size: 14px;
    }
    .more-one {
        width: 90%;
        margin: 30px auto 0;
    }
    .more-one.cutm{
        width: 90%;
    }
.bottun{
    position: initial;
        margin: 20px auto;
}
}