@charset "utf-8";
.container{
    min-height: calc(86vh - 5rem);
    display: flex;
    flex-direction: column;
    /* min-height: inherit; */
    margin-top: 2.5vh;
    font-size: 1rem;
    color: #fff;
    padding: 0 4% 0 5%;
    line-height: 1.5rem;
}
.header-title{
    margin-top:0;
}
html,body {
    width: 100%;
    /* height: 100%; */
    /* background: linear-gradient(to top, palevioletred 0%, #fff 100%); */
    /* background: no-repeat linear-gradient(126deg,#0050B3 0%, #001032  100%); */
    background: no-repeat url('../indexImg/index_1.jpg');
    /* background: no-repeat url('../indexImg/new_01.jpg'); */
    background-size: 100% 100%;
    /* overflow-y: hidden; */
}
.page-footer{
    background: #001734;
    color: #7d8c9f;
}
.page-footer a{
    color: #7d8c9f;
}
.about-img{
    width: 30%;
    margin: 0 auto;
}
.about-title{
    font-size: 2rem;
    text-align: center;
    position: relative;
    left: 0;
    top: -2.5rem;
    line-height: 2rem;
}
.about-cnt{
    display: -webkit-box;
    margin-top: 2vh;
}
.about-cnt>div{
    width: 45%;
    padding: 2%;
    margin-right: 2%;
}
.about-cnt-left{
    background:no-repeat url('../img/about_left.png');
    background-size: 100% 100%;
}
.about-cnt-left-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 2rem;
    font-size: 1.5rem;
    margin-bottom: 3%;
    gap:2%;
}
.about-cnt-left-title img{
    height: 2rem;
}
.about-cnt-left-cnt{
    font-size: 1rem;
    opacity: .8;
    margin-bottom: 3%;
}
.about-cnt-left-cntStr{
    font-size: 1rem;
    opacity: .8;
    margin-bottom: 1%;
}

.about-cnt-right{
    background:no-repeat url('../img/about_right.png');
    background-size: 100% 100%;
}
.about-cnt-left-cnt-img{
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2%;
    margin-bottom: 3%;
}
.about-cnt-left-cnt-img img{
    width: .6rem;
}
.about-cnt-botton{
    display: -webkit-box;
    margin: 3% 0 2% 0;
}
.about-cnt-botton-left{
    width: 25%;
}
.about-cnt-botton-left-div{
    padding-top: 121%;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.about-cnt-botton-left-div img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-cnt-botton-right{
    background:no-repeat url('../img/about_botton.png');
    background-size: 100% 100%;
    width: 71%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
}
.cnt-last{
    margin-top: 4%;
    margin-bottom: 0;
}