.wrap-company-box{
    display:flex;
}
.box-30 {
    width:30%;
}
.box-70{
    width:66%;
}
.companySection .section-top {
    text-align: left;
}
.companySection .section-top h2:after {
    left: 0%;
    transform: translateX(-0%);
}
.companySection .section-top a{
    display:inline-block;
    line-height:24px;
    padding:5px 15px;
    background:#111;
    text-align: center;
    color:#fff;
    font-size: 14px;
    border-radius: 4px;
    margin-top:20px;
}
.wrap-company-box .in-company-box{
    display:flex;
}
.wrap-company-box .company-box{
    padding:8px;
}
.wrap-company-box .company-box img{
    border-radius: 4px;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 25px 25px -25px rgba(84, 89, 95, 0.5);
}
.wrap-company-box .company-box:hover img{
    transform: translateY(-30px);
} 
.wrap-company-box .company-box .company-box-caption{
    text-align: center;
    padding:10px 5px;
}
@media screen and (max-width:992px) {
    .companySection .root-width{
        padding:0 8px;
    }
    .companySection .flex-box{
        flex-wrap: wrap; 
    }
    .box-30,
    .box-70{
        width:100%;
    }
    .companySection .section-top{
        text-align: center;
    }
    .companySection .section-top h2:after{
        left:50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width:520px) {
    .wrap-company-box{
        flex-wrap: wrap; 
        align-items: flex-start;
    }
    .wrap-company-box .in-company-box{
        width:50%;
        flex-wrap: wrap;
    }
   
}

/* Main Section 3 */
.albumSection .flex-box{
    align-items: center;
}
.wrap-company-box .in-company-box.in-album-box{
    flex-wrap: wrap;
}
.album-box{
    padding:8px;
}
.album-box img{
    border-radius: 4px;
    box-shadow: 0px 50px 50px -50px rgba(84, 89, 95, 0.5);
}

/* Main Section 4 */
.companyCenterSection .section-top{
    margin-bottom:40px;
}
.faListSection .flex-box{
    align-items: center;
    flex-wrap: wrap;
}
.pc-align-right li{
    flex-direction: row-reverse;
    text-align: right;
}
.box-order-1{
    order:-1;
}
.faListSection ul{
    margin:0;
    padding:0;
    list-style: none;
}
.faListSection li{
    display:flex;
    gap: 20px;
    margin:30px 0;
    align-items: center;
}
.wrap-fa-span{
    display: flex;
    width: 64px;
    height: 64px;
    padding:20px;
    background: #2d2d28;
    border-radius: 50%;
    justify-content: center;
}
.wrap-fa-span img{
    max-width: 100%;
    max-height: 100%;
}
.faListSection h4{
    margin-bottom:10px;
}
.faListSection p{
    margin:0px;
    line-height:20px;
}
@media screen and (max-width:992px) {
    .faListSection .album-box-inner{
        text-align: center;
    }
    .box-order-1{
        order:0;
    }
    .pc-align-right li {
        text-align: left;
        flex-direction: row;
    }
    .pc-align-right li:last-child{
        margin-bottom:0 !important;
    }
}
@media screen and (max-width:520px) {
    .faListSection ul{
        padding:0 8px;
    }
    .faListSection li{
        margin:10px 0;
    }
    .faListSection h4{
        margin-bottom:5px;
    }
}

/* Main Section 5 */
.companySection5 .flex-box{
    align-items: center;
    flex-wrap: wrap;
}
.flex-ul-2{
    display: flex;
    flex-wrap: wrap;
    margin:0;
    padding:0;
    list-style:none;
}
.flex-ul-2 li{
    width:50%;
    padding:20px;
}
.flex-ul-2 span{
    width:90px;
    height:90px;
    display:flex;
    align-items: center;
}
.flex-ul-2 .album-box-image{
    max-width:90px;
    max-height:90px;
}
.flex-ul-2 h4{
    margin-bottom:10px;
    margin-top:10px;
}
@media screen and (max-width:992px) {
    .companySection5 .album-box-inner{
        text-align: center;
        padding-bottom:20px;
    }

}
@media screen and (max-width:520px) {
    .companySection5 .album-box-inner{
        padding-bottom:30px;
    }
    .flex-ul-2 li{
        width:100%;
        padding: 10px 10px 0;
        display:flex;
        column-gap: 20px;
        align-items: center
    }
}

/* Main Section 6 */ 
.companySection6 .flex-box{
    align-items: center;
    flex-wrap: wrap;
}
.companySection6 .flex-div-top{
    background:#f6f6f6;
    border-radius: 4px;
    padding:36px;
    margin:20px 10px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.companySection6 .flex-div-top:hover{
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.companySection6 .flex-ul-2{
    padding-bottom:60px;
}
.companySection6 .flex-ul-2 span.flex-ul-top{
    padding:25px;
    border-radius: 4px 50% 4px 50%;
    margin-bottom:20px;
}
.companySection6 .flex-ul-2 li{
    padding:0px;
}
.companySection6 .flex-ul-2 li:last-child{
    transform: translateY(50px);
}
.companySection6 .flex-div-top p{
    margin:0;
}
@media screen and (max-width:992px) {
    .companySection5 .album-box-inner{
        text-align: center;
        padding-bottom:20px;
    }
    .companySection6 .flex-ul-2 {
        padding-top:20px;
    }

}
@media screen and (max-width:520px) {
    .companySection6 .flex-div-top{
        padding:15px;
    }
    .companySection6 .flex-ul-2 li {
        column-gap: 0px;
        flex-wrap: wrap;
        display:flex;
        width:50%;
        align-content: flex-start;
    }
    .companySection6 .flex-ul-2 li > div{
        margin:5px;
    }
    .companySection6 .flex-ul-2 span.flex-ul-top{
        width: 60px;
        height: 60px;
        padding: 15px;
    }
    .companySection6 .flex-ul-2 li {
        width:100%;
    }
    .companySection6 .flex-ul-2 li:last-child {
        transform: translateY(0px);
    }
    .flex-ul-2{
        padding-bottom:20px;
    }
}
/* Main Section 7 */ 

.companySection7 .root-width{
    max-width:100%;
}
.Full_Swiper {
    width:100%;
}
.Full_Swiper .swiper-slide {
    max-width: 240px;
    text-align: center;
}
.Full_Swiper img{
    vertical-align: middle;
}
.Full_Swiper .swiper-slide-inner figcaption {
    font-size: 17px;
    margin: 14px 0;
    font-weight: 500;
}
.Full_Swiper .swiper-button-next, .Full_Swiper .swiper-button-prev {
    color: rgb(0 0 0 / 100%);
    transition: opacity 0.5s ease;
    opacity: 0.6;
    background: #fff;
    border-radius: 3px;
    margin-top:-45px;
}
.Full_Swiper .swiper-button-next:hover, .Full_Swiper .swiper-button-prev:hover{
    opacity: 1;
}
.Full_Swiper .swiper-button-next:after,
.Full_Swiper .swiper-button-prev:after {
    font-size: 24px;
  }

  
/* Main Section 8 */ 
.companyIndiSection .flex-box{
    align-items: center;
    flex-wrap: wrap;
}
.indi-center{
    text-align: center;
}
.indi-center h3{
    font-weight:400;
}
.box-35{
    width:35%;
}
.companyIndiSection .box-35{
    min-height:500px;
    position: relative;
}
.div-indi{
    border:7px solid #fff;
    position: absolute;
    border-radius: 4px;
}
.div-indi1{
    max-width:65%;
}
.div-indi2{
    right:0;
    max-width:55%;
    top:10%;
}
.div-indi3{
    left:10%;
    max-width:62%;
    bottom:0;
}
.div-indi4{
    max-width:65%;
    left:10%;
}
.div-indi5{
    right:0;
    max-width:55%;
    top:25%;
}
.div-indi6{
    left:0%;
    max-width:86%;
    bottom:0;
}
@media screen and (max-width:992px) {
    .box-30, .box-35 {
        width: 100%;
    }
    .companyIndiSection .box-35{
        max-width:500px;
        margin:0 auto;
    }
    .div-indi4{
        top: -5vw;
        left: 0vw;
        max-width: 40vw;
    }
    .indi-center{
        padding-bottom:40px;
    }
}
@media screen and (max-width:520px) {
    .companyIndiSection .box-35{
        min-height:0;
        height:90vw;
    }
    .div-indi4{
        top:-5vw;
        left:5vw;
        max-width:67vw;
    }
    .div-indi5{
      top:5%;  
    }
}
/* Main Section 9 */ 
.companySection9 {
    padding:0 !important;
}
.companySection9 .flex-box{
    align-items: center;
    flex-wrap: wrap;
}
.WrapImageText{
    padding:60px 0;
}
.companySection9 h2{
    font-size:30px;
    margin-bottom:20px;
}
.companySection9 .in-section-top {
    padding:20px 0;
}
.companySection9 .in-section-top span{
    display:block;
}
.companySection9 .in-section-top div > a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px;
    display: inline-block;
    padding: 5px 0px 5px 0px;
    margin-top:20px;
    width: 110px;
    font-size: 14px;
    background:#111;
    border-radius: 4px;
    text-align: center;
}
.companySection9 .No-h3{
    font-size:42px;
    color:#bbb;
    position: relative;
    display:inline-block;
    padding-right:10px;
}
.WrapImageText .No-h3:after{
    content: "";
    background: #fff;
    position: absolute;
    right: 0px;
    height: 80%;
    top: 30%;
    width: 20px;
    border-left: 4px solid #bbb;
    transform: rotate(45deg);
}

@media screen and (max-width:992px) {
    .WrapImageText{
        padding:12px 0;
    }
    .companySection9 .in-section-top {
        padding:40px 0;
    }
}

/* Main Section 10 */ 
.companySection10 .box-40{
    width:44%;
}
.companySection10 .flex-box{
    align-items: center;
    flex-wrap: wrap;
}
.companySection10 .row-reverse{
    flex-direction: row-reverse;
}
.WrapImageTextB{
    padding:40px 0;
    position: relative;
    z-index:2;
}
.companySection10 .in-section-top {
    width:110%;
    padding:50px 5% 50px 20%;
    transform: translateX(-10%); 
    transition: transform 0.5s ease; 
    position: relative;
}
.companySection10 .in-section-top:before{
    position:absolute;
    content:"";
    left:0;
    width:100%;
    top:0;
    bottom:0;
    height:100%;
    background:#fff;
    opacity: 0.7;
    border-radius: 4px;
}
.companySection10 .row-reverse .in-section-top {
    transform: translateX(0%); 
    padding:50px 20% 50px 5%;
}
.companySection10 .in-section-top span{
    display:block;
}
.companySection10 .in-section-top div > a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px;
    display: inline-block;
    padding: 5px 0px 5px 0px;
    margin-top:20px;
    width: 110px;
    font-size: 14px;
    background:#111;
    border-radius: 4px;
    text-align: center;
}
@media screen and (max-width:992px) {
    .companySection10 .box-40{
        width:100%;
    }
    .companySection10 .row-reverse .in-section-top,
    .companySection10 .in-section-top{
        width:100%;
        transform:translateX(0%);
        padding:30px 20px 50px;
        border-radius: 0;
    }
    .WrapImageTextB{
        padding:0;
    }
}
@media screen and (max-width:520px) {
   
}
