a{
    color: #163d66;
    text-decoration: none;
}
body{
    margin: 0;
}
.banner {
    margin-top: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.slogan{
    margin-top: 109px;
}
.slogan > .inner{
    text-align: center;
}

.slogan img{
    width: 100%;
    height: auto;
}
.slogan .img.m-hide img{
    max-width: 903px;
}


.gym{
    margin-top: 121px;
    padding-bottom: 64px;
    background: url('../img/404bg1.png') no-repeat #E8F3F9 top center;
}
.gym > .image{
    padding-top: 136px;
}
.gym > .image > .inner{
    text-align: center;
}
.gym > .content {
    margin-top: 50px;
}
.gym > .content > .inner {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 16px;
}
.gym > .content > .inner > p{
    /* font-size: 32px; */
    font-size: 25px;
    color: #163d66;
    text-align: justify;
    /* letter-spacing: 6px; */
    margin-bottom: 4px;
    font-family: Open Sans;
    padding: 0 76px;
    letter-spacing: 0.5px;
    /* line-height: 65px; */
    line-height: 50px;
    font-weight: bold;
}
.gym > .error{
    
    margin-top: 95px;
}
.gym > .error > .inner{
    display: flex;
    flex-wrap: wrap;
    gap: 63px;
    justify-content: center;
}

.gym img{
    width: 100%;
    height: auto;
}
.gym .img.m-hide img{
    max-width: 626px;
}


.error-wrapper{
    overflow-x: hidden;
    padding-bottom: 165px;
    background: url('../img/404bg2.png') no-repeat #FFFFFF top center;
    background-size: contain;       
}
.error-wrapper > .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 305px;
    gap: 170px 9.2%;
    align-items: end;
}
.error-wrapper > .inner > .item{
    width: 27.2%;
    padding: 0 20px;
}
.error-wrapper > .inner{

    justify-content: space-evenly;
}
.error-wrapper img{
    /* object-fit: none; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.error-wrapper > .inner > .item:nth-child(2){
    position: relative;
    /* bottom: -24px; */
}
.error-wrapper > .inner > .item:nth-child(3){
    position: relative;
    /* bottom: 2px; */
}
.error-wrapper > .inner > .item:nth-child(4){
    position: relative;
    /* bottom: 3px; */
}
.error-wrapper > .inner > .item:nth-child(5){
    position: relative;
    /* bottom: -20px; */
}

.try{
    background-color: #E8F3F9;
    padding-top: 53px;
    padding-bottom: 48px;
}
.try .img{
    text-align: center;
}

.logos{
    padding-top: 110px;
}
.logos > .inner{

}
.logos > .inner p{
    font-size: 48px;
    color: #163d66;
    text-align: center;
    letter-spacing: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Open Sans;
    font-weight: bold;

    padding: 0 76px;
    letter-spacing: 0.5px;
    line-height: 65px;

}


.logos .in-part .logo-wrapper{
    margin-top: 60px;
}
.logos .in-part .logo-wrapper .img{
text-align: center;
}
.logos .in-part .logo-wrapper img{
    width: 100%;
    max-width: 480px;
}

.logos .sup-part{
    margin-top: 103px;
}
.logos .sup-part .logo-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 123px;
}
.logos .sup-part .logo-wrapper .img{
    text-align: center;
    width: 28.5%;
}
.logos .sup-part .logo-wrapper img{
    width: 100%;
    height: auto;
}

.logos .sup-part .logo-wrapper .img:nth-child(2) img{
    max-width: 190px;
    position: relative;
    top: -25px;
}
.logos .sup-part .logo-wrapper .img:nth-child(3) img{
    max-width: 160px;
    position: relative;
    top: -25px;
    left: -19px;
}

.contact{
    /* margin-top: 184px; */
    padding-top: 50px;
}
.contact > .inner p.blue-title{
    font-size: 48px;
    color: #163d66;
    text-align: center;
    letter-spacing: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Open Sans;
    font-weight: bold;
    padding-bottom: 152px;
    padding: 0 76px;
    letter-spacing: 0.5px;
    line-height: 65px;

}
.contact > .inner p.blue-content{
    font-size: 26px;
    color: #163d66;
    text-align: center;
    margin-top: 47px;
    margin-bottom: 0px;
    font-family: Open Sans;
    padding: 0 76px;
    letter-spacing: -0.5px;
    line-height: 30px;
    padding-bottom: 152px;
    font-weight: bold;
}
.contact > .inner a{
    font-size: 26px;
    color: #163d66;
    text-align: center;
    margin-top: 47px;
    margin-bottom: 0px;
    font-family: Open Sans;
    padding: 0 76px;
    letter-spacing: -0.5px;
    line-height: 30px;
    padding-bottom: 152px;
    font-weight: bold;
}


.foot-bg{

}
.foot-bg img{
    width: 100%;
    height: auto; 
    vertical-align: bottom;
}

@media screen and (max-width : 1400px) {
    .error-wrapper > .inner > .item {
        width: 30%;
    }
}

@media screen and (max-width : 1225px) {
    
    .gym > .error > .inner{
        gap: 5.4%;
    }
    .gym > .error > .inner > .item{
        width: 15.6%;
    }
    
    /* .error-wrapper > .inner{
        gap: 100px 9.2%;
    }
    .error-wrapper > .inner > .item{
        width: 27.2%;
        position: relative;
        bottom: unset !important;
        left: unset !important;
    }
    .error-wrapper > .inner > .item img{
        width: 100%;
        height: auto;
        object-position: bottom;

    } */
    .error-wrapper > .inner > .item:nth-child(4) {
        bottom: 7px;
    }
}
@media screen and (max-width : 1100px) {
    .logos .sup-part .logo-wrapper .img{
        width: 40%;
    }
}
@media screen and (max-width : 767px) {
    .slogan {
        margin-top: 31px;
    }
    .slogan img {
        width: 65%;
    }
    .error-wrapper{
        padding-bottom: 0px;
        background: unset;
    }
    .error-wrapper > .inner{
        padding-top: 0px;
        flex-direction: column;
        gap: 0;
    }
    .error-wrapper > .inner > .item {
        width: 100%;
        bottom: 0 !important;
        left: 0 !important;
    }
    .error-wrapper > .inner > .item:nth-child(1) {
        background: url('../img/404bg2_1_m.png') no-repeat #FFFFFF top center;
        background-size: contain;
    }
    .error-wrapper > .inner > .item:nth-child(1) img {
        top: 0;    
        transform: translateX(-48.5%);
    }
    .error-wrapper > .inner > .item:nth-child(2) {
        background: #E8F3F9;
    }
    .error-wrapper > .inner > .item:nth-child(2) img {
        top: 5px;
        transform: translateX(-44.5%);
    }
    
    .error-wrapper > .inner > .item:nth-child(2) .img {
        padding: 42px 0 63px;
    }
    .error-wrapper > .inner > .item:nth-child(3) {
        background: url('../img/404bg2_2_m.png') no-repeat #FFFFFF top center;
        background-size: contain;
    }
    .error-wrapper > .inner > .item:nth-child(3) img {
        top: 0;
    }
    .error-wrapper > .inner > .item:nth-child(3) .img {        
        padding: 35px 0 47px;
    }
    .error-wrapper > .inner > .item:nth-child(4) {
        background: #E8F3F9;
    }
    .error-wrapper > .inner > .item:nth-child(4) img {
        top: 0;
    }
    .error-wrapper > .inner > .item:nth-child(4) .img { 
        padding: 31px 0 41px;
    }
    .error-wrapper > .inner > .item:nth-child(5) {
        background: url('../img/404bg2_3_m.png') no-repeat #FFFFFF top center;
        background-size: contain;
    }
    .error-wrapper > .inner > .item:nth-child(5) img {
        top: 0;
    }
    .error-wrapper > .inner > .item:nth-child(5) .img { 
        padding: 57px 0 66px;
    }


    .error-wrapper > .inner > .item .img{
        padding: 42px 0 34px;
    }
    .error-wrapper > .inner > .item img{

        
        object-fit: contain;
    }
    .gym {
        margin-top: 34px;
        padding-bottom: 45px;
        background: url('../img/404bg1_m.png') no-repeat #E8F3F9 top center;
        background-size: contain;
    }
    .gym > .image {
        padding-top: 34px;
    }
    .gym img {
        width: 47.5%;
    }
    .gym > .content {
        margin-top: 37px;
    }
    .gym > .content > .inner > p {
        font-size: 14px;
        margin-top: 0;
        line-height: 20px;
        padding: 0 15px;
        font-weight: bold;
    }
    .gym > .error {
        margin-top: 38px;
    }
    .gym > .error > .inner {
        flex-direction: column;
        gap: 43px;
    }    
    .gym > .error > .inner > .item {
        width: 100%;
        text-align: center;
    }
    .gym > .error > .inner > .item img {
        width: 208px;
        height: 84px;
        object-fit: contain;
        object-position: left;
    }

    .try{
        padding-top: 24px;
        padding-bottom: 21px;
    }

    .logos {
        padding-top: 20px;
    }
    .logos > .inner p {
        font-size: 22px;
        letter-spacing: -0.6px;
    }
    .logos .in-part .logo-wrapper {
        margin-top: -22px;
    }
    .logos .in-part .logo-wrapper img {
        width: 52%;
    }
    .logos .sup-part {
        margin-top: 0px;
    }
    .logos .sup-part .logo-wrapper {
        flex-direction: column;
        margin-top: 23px;
    }
    .logos .sup-part .logo-wrapper .img {
        width: 208px;
    }
    .logos .sup-part .logo-wrapper .img:nth-child(2) {
        /* width: 208px; */
        width: 115px;
        margin-top: 52px;
    }

    
    .logos .sup-part .logo-wrapper .img:nth-child(3) {
        width: 100px;
    }
    .logos .sup-part .logo-wrapper .img:nth-child(3) img {
        top: 0;
        left: 0;
    }
    .contact {
        /* margin-top: 175px;
        margin-top: 40px; */

    }
    .contact > .inner p.blue-title {
        font-size: 20px;
    }
    .contact > .inner p.blue-content {
        font-size: 14px;
        margin-top: -4px;
        line-height: 14px;
        font-weight: bold;
        padding-bottom: 50px;
    }
    .contact > .inner a{
        padding: 0;
    }
}
