#body-div-1{
    width: 100%;
    height: calc(100vh - 80px);

}
.body-div-1-box{
        display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.body-div-1-item{
        display: flex;
    column-gap: 20px;
    justify-content: space-around;
    width: 100%;
    padding: 0 20px;
}
.body-div-1-item-text{
        display: grid;
    align-content: center;
}
.body-div-1-item-text-form{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 35px;
}
.body-div-1-item-text-form-input .phone{
    text-align: center;
    direction: ltr;
    height: 46px;
    padding: 0 5px;
    border-radius: 0px 7px 7px 0px;
    border: 0px;
    background-color: #000d2930;
    color: #0000006b;
    font-weight: 700;
    font-size: 1.1em;
    padding-left: 10px;
    box-sizing: border-box;
    width: 200px;
    display: flex;
    align-items: center;
    cursor: text;
}
.body-div-1-item-text-form-button{
    padding: 15px 20px;
    background-color: #000d29;
    border-radius: 7px 0px 0px 7px;
    cursor: pointer;
    color: #fff;
    text-wrap: nowrap;
}
.body-div-1-item-text-button{
    max-width: 370px;
    width: 100%;
    background-color: #f30000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 7px;
    box-sizing: border-box;
    margin-top: 7px;
    cursor: pointer;
    /* box-shadow: 0 0 10px 0 #f30000; */
    animation: body_div_1_item_text_button infinite 2000ms 0ms linear;
}
@keyframes body_div_1_item_text_button {
    0%{
        box-shadow: 0 0 0px 0 #f30000;
    }
    10%{
        box-shadow: 0 0 15px 0 #f30000;
    }
    90%{
        box-shadow: 0 0 10px 0 #f30000;
    }
    100%{
        box-shadow: 0 0 0px 0 #f30000;
    }
}
.body-div-1-item-text-title{
        font-size: 2.2em;
    line-height: 60px;
}
.body-div-1-item-text-text{
    font-size: 1.2em;
    line-height: 30px;
}
.body-div-1-item-text-button-box{width: 370px;}
.body-div-1-item-text-button-box-box{display: flex;justify-content: flex-start;}
.body-div-1-item-img{
        width: 20%;
    max-width: 500px;
    min-width: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}
.body-div-1-item-img-shadow{
    width: 1px;
    height: 1px;
    border-radius: 0px;
    box-shadow: 0 0 200px 60px #000d29;
    position: absolute;
    background-color: #000d29a3;
}
.body-div-1-item-img img{
    width: 100%;
    position: relative;
    z-index: 2;
}
@media (max-width:730px) {
    .body-div-1-item{
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 70px;
        flex-direction: column-reverse;
    }
    .body-div-1-item-text-form{
        justify-content: center;
    }
    .body-div-1-item-text-button-box{
        display: flex;
        justify-content: center;
    }
    .body-div-1-item-text-button-box-box{
        justify-content: center;
    }
    .body-div-1-item-text{
        text-align: center;
    }
}
#body-div-1-slide{
    height: 100%;
    width: 100%;
}
.body-div-1-slide{
    height: calc(100vh - 80px);
    width: 100%;
    display: flex;
}
.body-div-1-slide img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
#body-div-2{
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
        box-shadow: 0 0 20px 0 #000000ab;
}
.body-div-2-item{
    display: grid;
    row-gap: 5px;
    height: 100%;
    align-content: center;
    transition: all 500ms linear;
    cursor: default;
}
.body-div-2-item:hover{
    scale: 1.2;
}
.body-div-2-item-head{
    font-size: 1.5em;
    font-weight: 700;
    display: flex;
    justify-content: center;
}
.body-div-2-item-foot{
        text-align: center;
    font-size: 0.8em;
}
#body-div-3{
    margin: 70px auto;
    width: 90%;
}
#body-div-3-tit{
display: flex;
row-gap: 20px;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    column-gap: 100px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
@media (max-width:750px) {
    #body-div-3-tit{flex-wrap: wrap;}
}
#body-div-3-tit h2{
    font-size: 2em;
}
#body-div-3-nav-box{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#body-div-3-nav{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    max-width: 900px;
    border: 2px solid #000d29;
    border-radius: 5px;
    height: 50px;
    align-items: center;
    overflow: hidden;
    column-gap: 5px;
    background-color: #fff;
}
@media (max-width:550px) {
    #body-div-3-nav{
        flex-wrap: wrap;
        height: auto;
    }
}
.body-div-3-nav-item:hover{
    background-color: #000d29!important;
    color: #fff!important;
}
.body-div-3-nav-item{
    padding: 0 20px;
    border-radius: 5px;
    height: 50px;
    display: grid;
    align-items: center;
    width: 100%;
    justify-items: center;
    cursor: pointer;
    transition: background-color 100ms linear;
}
#body-div-3-nav-item-1{
    background-color: #000d29;
    color: #fff;
}
.body-div-3-data{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 80px;
    line-height: 40px;
    margin-top: 40px;
    transition: all 800ms ease-out;
}
@media (max-width:900px) {
    .body-div-3-data{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        max-width: 100%;
    }
    .body-div-3-data-img img{
        width: 100%!important;
        max-width: 400px;
    }
}
.body-div-3-data-img img{
    width: 400px;
    height: 300px;
    border-radius: 10px;
    
}

#body-div-3-data-2,#body-div-3-data-3{
    display: none;
}
.body-div-3-data-text ul{
    list-style: inside;
    padding-right: 10px;
}
#body-div-3-data-text-class-list-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;

}
.body-div-3-data-text-class-list-items-box{
    padding: 7px 15px;
    background-color: #000d29;
    color: #fff;
    border-radius: 10px;
}
.body-div-3-data-text-class-list-items-box:hover{
    background-color: #0016ba;
}

.body-div-4-box-box{
    width: 100%;
    display: grid;
    row-gap: 20px;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 20px 0;
}
.body-div-4-box-title-box{
    width: 98%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    text-wrap: nowrap;
    font-size: 1.3em;
    margin: 0 auto;
}
.body-div-4-box-line{
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
}
.body-div-4-box{
    width: 97%;
    display: flex;
    box-sizing: border-box;
    margin: 0 auto;
}
.justify-contentR{
    justify-content: right;
}
.justify-contentL{
    justify-content: left;
}
.body-div-4-box-flex{
    width: 98%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    column-gap: 10px;
    justify-content: center;
}
.body-div-4{
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #000000;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 15px;
    column-gap: 10px;
}
.body-div-4-text-title{
    font-size: 1.6em;
    line-height: 35px;
}
.body-div-4-text-box{
    display: grid;
    align-content: space-evenly;
}
.body-div-4-text-text{
    line-height: 20px;
}
.justify-contentL .body-div-4{
    flex-direction: row-reverse;
}
.body-div-4-img-box{
    display: flex;
    align-items: center;
}
.body-div-4-img{
    width: 150px;
    height: 150px;
}
.body-div-4-box-box-singUp-button-box{
    
    line-height: 40px;
    width: 97%;
    margin: 0 auto;
    
}
.color-red{color: #f30000;}
.body-div-4-box-box-singUp-button{
    width: 98%;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #000d29;
    margin: 0 auto;
    font-size: 1em;
}

.body-div-4-box-box-singUp-button-a{
    width: 100%;
}
@media (max-width:800px) {
    .body-div-4{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}


#body-div-5,#body-div-5,#body-div-6,#body-div-7{
    width: 95%;
    min-height: 200px;
    margin: 0 auto;
}
#body-div-5-title-box,#body-div-5-title-box,#body-div-6-title-box{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-wrap: nowrap;
    column-gap: 20px;
    margin-top: 10px;
}
#body-div-5-title,#body-div-5-title{
    font-size: 1.5em;
    font-weight: 500;
}
#body-div-5-title-line,#body-div-5-title-line{
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 5px;
}
#body-div-5-data-box{
    width: 95%;
    margin: 0 auto;
    display: grid;
    justify-content: center;
    row-gap: 15px;
    margin-top: 10px;
}
#body-div-5{
    overflow-x: hidden;
}
.body-div-5-data{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #000;
    column-gap: 15px;
    transition: background-color 300ms linear;
}
.body-div-5-data-img{
    width: 200px;
    height: 150px;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.body-div-5-data-img img{
    width: 190px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
    transition: all 300ms linear;
}
.body-div-5-data-text{
    color: #000 !important;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    width: calc(100% - 250px);
}
@media (max-width:640px) {

    .body-div-5-data{
        flex-wrap: wrap;
    }
    .body-div-5-data-text{
        width: 100%;
        align-content: space-around;
        justify-content: center;
    }
    .body-div-5-data-img{
        width: 100%;
    }
}
.body-div-5-data:hover{
    background-color: #00000017;
}
@media (min-width:640px) {
    .body-div-5-data:hover .body-div-5-data-img img{
        width: 100%;
        height: 100%;
    }
}
.body-div-5-data-text-title{
    font-size: 1em;
    font-weight: 500;
    line-height: 30px;
}
.body-div-5-data-text-p{
    font-size: 0.9em;

    line-height: 25px;
}
.body-div-5-data-text-foot{
    font-size: 0.7em;
}
#body-div-5-more{
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #000d29;
    color: #fff!important;
    display: flex;
    justify-content: center;
    align-items: center;
}






swiper-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.body-div-box-slide-text{
    margin-top: 40px;
    color: #000;
    line-height: 110%;
    padding: 0 10px 10px;
    height: 100%;
}
.body-div-box-slide-text ul{
    list-style: inside;
}
.body-div-box-slifd-text-title{
    font-weight: 700;
    height: 40px;
}
.body-div-box-slide-text-p{
        text-align: justify;
    line-height: 25px;
}
