div.card-custom {
    padding: 100px 0px;
    border: 0;
}

.card-header{
    text-align: center;
    max-width: 1280px;
    margin: auto;
    background: transparent;
}
.card-header-flex{
    display: flex;
    justify-content: center;
}
.card-header-title{
        height: 72px;
        opacity: 1;
        color: #FFFFFF;
        font-size: 64px;
        font-weight: 700;
        font-family: "Noto Sans SC";
        text-align: center;
        line-height: 72px;
        letter-spacing: 1.92px;

}
.card-header-content{
    width: 430px;
    margin: 0px 24px;
    height: 40px;
    opacity: 1;
    color: rgba(255,255,255,1);
    font-size: 32px;
    font-weight: 400;
    font-family: "Noto Sans SC";
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.96px;
}
.card-interval-40 {
    margin-bottom: 40px;
}
.card-header-hr{
    width: 168px;
height: 1px;
border-radius: 1px;
opacity: 1;
background: rgba(255,255,255,1);
}
.product-box{
    max-width: 1280px;
    margin: auto;
}
ul.product-nav {
    list-style: none;
    display: inline-flex;
    padding-left: 70px;
    margin-bottom: 60px;
}

li.procuct-nav-item {
    border-radius: 35px;
    background: white;
    box-shadow: 0 4px 14px 0 rgba(56, 59, 70, 0.2);
    width: 110px;
    height: 48px;
    margin-right: 16px;
    text-align: center;
}

li.procuct-nav-item a {
    display: block;
    color: #4C4F59;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans SC";
    line-height: 48px;
    text-decoration: none
}

li.procuct-nav-item a:active {
    color: white !important;
}

li.procuct-nav-item a:hover {
    color: white !important;
    text-decoration: none
}

.procuct-nav-item-active {
    background: #383B46!important;
    color: white !important;
}
.procuct-nav-item-a-active {
    color: white !important;
}
li.procuct-nav-item:hover {
    background: #383B46;
}

.card-product-display {
    width: 100%;
    height: 700px;
    background-color: #e2e2e2;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
}

.card-series-box {

    height: auto;
    margin: auto;
    max-width: 1140px;
}

.card-series-box-child {
    height: 524px;
    display: flex;


}

.customer-partner {
    width: 1140px;
    height: 554px;
    position: relative;
    top: -300px;
    margin: auto;
    background-color: white;
    box-shadow: 0px 4px 62px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 13px 110px 25px 110px;
}

.card-series-box-child div.first {
    margin-right: 20px;
}

.card-series-box-child div.last {
    margin-left: 20px;
}

.series-box-child {
    width: 550px;
    display: inline-block;
    border-radius: 16px;
    background: #F9F9F9;
    cursor: pointer;
}

.series-box-child div {
    text-align: center;
}

.series-box-child-text {
    width: 128px;
    height: 40px;
    opacity: 1;
    color: #383B46;
    font-size: 32px;
    font-weight: 500;
    font-family: "Noto Sans SC";
    text-align: center;
    line-height: 40px;
    margin: 80px 211px;
}

.series-box-child-text-XRT {
    width: 187px;
    height: 40px;
    opacity: 1;
    color: #383B46;
    font-size: 32px;
    font-weight: 500;
    font-family: "Noto Sans SC";
    text-align: center;
    line-height: 40px;
    margin: 80px 181px;
}

@media screen and (max-width: 1199px) {
    .forDesktop {
        display: none;
    }
    
 }

 @media screen and (min-width: 1200px) {
    .forMoblie {
        display: none;
    }
    
 }