.cus_net_body_content{
    max-width: 1012px;
    margin:0 auto;
    font-size: 14px;
    line-height: 21px;
    color: #262424;
}

.cus_net_mob_show.cus_net_rwd_img,
.cus_net_mob_show{
    display: none;
}

.cus_net_body_content div{
    box-sizing: border-box;
}

.cus_net_col_one_third{
    width: 33.333%;
}

.cus_net_product_on_banner{
    margin-top:-50%;
}

.cus_net_pad_right_60{
    padding: 0 30px;
}

.cus_net_desc_normal_text{
    font-size: 14px;
    line-height: 21px;
    color: #262424;
}

.cus_net_normal_header{
    color: #3dcd58;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    margin:30px 0 20px;
}

.cus_net_rwd_img{
    width: 100%;
    height: auto;
    display: block;
}

.cus_net_container_pad{
    padding: 0 30px;
}

.cus_net_text_center{
    text-align: center;
}

.cus_net_wrapper_flex{
    display: flex;
    flex-wrap: wrap;
}

.cus_net_flex_gap_10{
    gap:10px;
}

.cus_net_desc_txt_justify{
    text-align: justify;
}

.cus_net_just_space{
    justify-content: space-between;
}

.cus_net_col_two_third{
    width: 66.666%;
}

.cus_net_one_half{
    width: 50%;
}

.cus_net_item_attr_label{
    width: 100%;
    max-width: 210px;
}
.cus_net_item_attr_data{
    width: 100%;
    max-width: calc(100% - 230px);
}

.cus_net_flex_gap_10 > .cus_net_one_half{
    width: calc(50% - 10px);
}

.cus_net_item_attr_label{
    color: #000000;
    font-weight: 600;
}

.cus_net_item_attr_data{
    text-align: right;
}

.cus_net_item_attr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom:1px solid #cccccc;
}

.cus_net_attr_data .cus_net_item_attr:last-of-type{
    border: 0 !important;
}

.cus_net_attr_data{
    margin:30px 0;
}

.cus_net_sys_box_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-content: center;
    grid-gap: 1rem 3rem;
    min-height: 137px;
}

.cus_net_sys_box {
    padding: 25px 20px 20px 20px;
    border: 1px solid #3dcd58;
    border-radius: 25px;
    position: relative;
}

.cus_net_sys_box_head {
    margin: 0;
    position: absolute;
    top: -13px;
    color: #3dcd58;
    padding: 0 20px;
    background: #fff;
}

.cus_net_right_pos .cus_net_sys_box_head{
    right: 25px;
}

span.cus_net_sys_headline {
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: 400;
    margin-top: 5px;
    color: #4e4e4e;
}

ul.cus_net_sys_list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
}

ul.cus_net_sys_list li:before{
    content:"";
    width: 5px;
    height: 5px;
    border-radius:50px;
    background-color: #3dcd58;
    position: relative;
    margin-right: 5px;
    display: inline-block;
    top:-2px;
}

ul.cus_net_sys_list li:not(:last-of-type){
    margin-bottom:7px;
}

.cus_net_seciton_video,
.cus_net_ava_function_section,
.cus_net_adv_section,
.cus_net_config_static{
    padding: 40px 0 0;
}

.cus_net_config_static .cus_net_wrapper_flex{
    justify-content: space-between;
}

.cus_net_config_static .cus_net_wrapper_flex{
    position: relative;
}

.cus_net_col_special{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cus_net_col_special{
    max-width: 200px;
    background: #ffffff;
    z-index: 999;
    margin-top:-20px;
}

.cus_net_col_special span{
    display: block;
    background: #ffffff;
    padding-bottom: 7px;
}

.cus_net_col_special img {
    max-width: 110px;
    margin: 0 auto;
}

.cus_net_config_static .cus_net_one_half_space{
    width: 50%;
    margin-top:20px;
}

.cus_net_config_static .cus_net_one_half_space:first-of-type .cus_net_sys_box{
    padding-right: 20%;
}

.cus_net_config_static .cus_net_one_half_space:last-of-type .cus_net_sys_box{
    padding-left: 20%;
}


.cus_net_sys_box_img .cus_net_sys_box_col{
    position: relative;
}

.cus_net_sys_box_img .cus_net_sys_box_col:nth-child(1):after{
    content: "+";
    font-size: 38px;
    line-height: 38px;
    position: absolute;
    top: 35%;
    right: -35%;
    transform: translate(0, -50%);
}

.cus_net_sys_box_img .cus_net_sys_box_col:nth-child(2):after{
    content: "=";
    font-size: 38px;
    line-height: 38px;
    position: absolute;
    top: 35%;
    right: -35%;
    transform: translate(0, -50%);
}

.cus_net_adv_section .cus_net_wrapper_flex{
    gap:10px;
    justify-content: space-between;
}

.cus_net_one_fifty{
    width: calc(20% - 10px);
}

.cus_net_one_fourth{
    width: calc(25% - 10px);
}

.cus_net_adv_section .cus_net_wrapper_flex img{
    max-width: 136px;
    margin: 0 auto 10px
}

.cus_net_adv_section .cus_net_wrapper_flex{
    text-align: center;
}

.cus_net_adv_heading{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding:0 10px;
}

.cus_net_ava_function_section .cus_net_wrapper_flex{
    padding-top:20px;
}
.cus_net_ava_function_section .cus_net_one_of_ten{
    width: 20%;
}

.cus_net_ava_function_section .cus_net_one_of_ten:nth-child(1),
.cus_net_ava_function_section .cus_net_one_of_ten:nth-child(2),
.cus_net_ava_function_section .cus_net_one_of_ten:nth-child(3),
.cus_net_ava_function_section .cus_net_one_of_ten:nth-child(4),
.cus_net_ava_function_section .cus_net_one_of_ten:nth-child(5){
    border-bottom:1px solid #dddddd;
}

.cus_net_ava_function_section .cus_net_one_of_ten:nth-child(1n+1){
    border-left: 1px solid #dddddd;
}
.cus_net_ava_function_section .cus_net_one_of_ten:nth-child(1),
.cus_net_ava_function_section .cus_net_one_of_ten:nth-child(6){
    border-left: 0 solid red !important;
}

.cus_net_ava_function_section .cus_net_one_of_ten{
    padding:30px 30px 20px;
    box-sizing: border-box;
}

.cus_net_ava_function_section .cus_net_ava_function_heading{
    text-align: center;
    display: block;
    font-size:15px;
    line-height: 20px;
    margin-top:7px;
}

.cus_net_banner_full_content{
    padding:60px 0;
}

.cus-net_faq_item{
    width: 100%;
}


.cus-net_faq_item {
    background: white;
    margin: 10px 0;
    padding: 20px 25px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.cus-net_faq_question {
    font-weight: bold;
    cursor: pointer;
    padding: 15px 20px;
    color: white;
    border-radius: 5px;
    display: block;
}

.cus-net_faq_answer {
    padding: 10px;
    background: #f1f1f1;
    border-radius: 5px;
    margin-top: 5px;
}

summary.cus_net_faq_question {
    outline: none;
    cursor:pointer;
}

summary.cus_net_faq_question{
    background-image:none;
    -webkit-appearance:none;
}

details > summary.cus_net_faq_question {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
}

details > summary.cus_net_faq_question::-webkit-details-marker {
    display: none;
    position: relative;
}

.cus-net_faq_item{
    position: relative;
}

.cus_net_faq_question:after{
    content: "";
    position: absolute;
    top: 23px;
    right: 20px;
    padding: 3px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.cus-net_faq_item[open] .cus_net_faq_question:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 27px;
}

.cus_net_container_video_full {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}

.cus_net_container_video_full iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cus_net_slider {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 1px 0 #efefef;
    min-height: 620px;
}

.cus_net_slide_desc{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 40%;
    width: 100%;
    background-color: #ffffff;
    border-top-left-radius: 15px;
    padding: 20px;
    box-shadow: -1px -1px 35px #0000004f;
}

.cus_net_slide_heading{
    margin:0 0 10px;
    color: #3dcd58;
    font-size:22px;
    line-height: 22px;
}

.cus_net_slide_desc_txt{
    font-size:13px;
    line-height: 20px;
    margin-bottom:50px;
    text-align: justify;
}

.cus_net_nav-buttons {
    z-index: 222;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width:40%;
    width: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.cus_net_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

.cus_net_bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.cus_net_slide.cus_net_active {
    opacity: 1;
    z-index: 1;
}

#cus_net_prev {
    width: 46px;
    height: 46px;
    background-color: transparent;
    outline: none;
    border: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    background-size: cover;
    background-image: url(../img/prev_custom_gray.png);
}

#cus_net_prev:hover{
    background-image: url(../img/prev_custom_gray_active.png);
}

#cus_net_next {
    width:46px;
    height: 46px;
    background-color: transparent;
    outline: none;
    border: 0;
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    border-radius: 50%;
    background-image: url(../img/next_custom_gray.png);
}

#cus_net_next:hover{
    background-image: url(../img/next_custom_gray_active.png);
}

.cus_net_nav-buttons button {
    padding: 10px 20px;
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
}

.cus_net_thumbnails {
    display: flex;
    gap: 13px;
    justify-content: center;
}

.cus_net_thumbnail {
    width: 80px;
    height: 80px;
    cursor: pointer;
    opacity: 1;
    border: 2px solid transparent;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.cus_net_thumbnail.cus_net_active {
    opacity: 1;
    border-color: #3dcd58;
    border-radius: 6px;
}

.cus_net_thumbnail.cus_net_active .cus_net_thumbnail_name{
    font-weight: 600;
    color:#3dcd58;
}

.cus_net_thumbnail .cus_net_thumbnail_name{
    padding-top: 85px;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    padding-left: 7px;
    padding-right: 7px;
}

.cus_net_life_is_on p{
    color:#ffffff;
}

.cus_net_life_is_on .cus_net_one_half{
    padding: 20px;
}

.cus_net_life_is_on img {
    width: 100%;
    max-width: 260px;
    height: auto;
}

.cus_net_life_is_on{
    background-color:#3dcd58;
    color:#ffffff;;
    border-radius: 15px;
    margin-top: 35px;
}

.cus_net_life_is_on .cus_net_wrapper_flex{
    align-items: center;
}

.cus_net_sku{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #262424;
    display: block;
}

.cus_net_desc_product_sch{
    font-size: 14px;
    line-height: 21px;
    color: #262424;
    display: block;
}

.cus_net_section_opening .cus_net_normal_header{
    margin-bottom: 5px;
}

.cus_net_section_opening .cus_net_col_two_third{
    order:2;
}

.cus_net_section_opening .cus_net_col_one_third{
    order:1;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .cus_net_slide_desc {
        max-width: 47%;
    }
    .cus_net_bg_img {
        background-size: cover;
        background-position: center;
    }
    .cus_net_thumbnails{
        display: none;
    }
    .cus_net_sys_box_img .cus_net_sys_box_col:nth-child(2):after,
    .cus_net_sys_box_img .cus_net_sys_box_col:nth-child(1):after {
        right: -50%;
    }
    .cus_net_adv_heading {
        font-size: 12px;
    }
    .cus_net_adv_section .cus_net_wrapper_flex img {
        max-width: 95px;
    }
}

@media screen and (max-height: 720px) and (min-width: 768px) {
    .cus_net_slide_desc_txt {
        font-size: 11px;
        line-height: 18px;
    }
}


@media screen and (max-width: 767px) {
    .cus_net_col_special {
        margin-top: 0;
    }
    .cus_net_col_special {
        position: absolute;
        top:initial;
        bottom: -5%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .cus_net_adv_section{
        padding-top:90px;
    }
    .cus_net_sys_box_img .cus_net_sys_box_col:nth-child(1):after,
    .cus_net_sys_box_img .cus_net_sys_box_col:nth-child(2):after {
        font-size: 38px;
        line-height: 38px;
        right: inherit;
        top: inherit;
        transform: initial;
        text-align: center;
        width: 42px;
        height: 42px;
        background: #48ce5c;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #fff;
        position: relative;
        margin:25px 0;
    }
    .cus_net_sys_box_img .cus_net_sys_box_col {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    span.cus_net_sys_headline{
        width: 100%;
    }
    .cus_net_config_static .cus_net_one_half_space:last-of-type .cus_net_sys_box {
        padding-left: 0;
        position: relative;
    }
    .cus_net_config_static .cus_net_one_half_space .cus_net_sys_box {
        padding: 15px 15px 135px !important;
    }
    .cus_net_right_pos .cus_net_sys_box_head {
        right: inherit;
    }
    .cus_net_sys_box_img {
        display: flex;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        align-content: center;
        grid-gap: 0;
        flex-direction: column;
    }
    .cus_net_container_pad {
        padding: 0 15px;
    }
    .cus_net_section_opening .cus_net_col_two_third{
        order:2;
        width: 100%;
        padding:0 !important;
    }
    .cus_net_section_opening .cus_net_col_one_third{
        order:1;
        width: 100%;
    }
    .cus_net_section_opening .cus_net_col_one_third img{
        max-width: 45%;
        margin-left: auto;
        margin-right: auto;
    }
    .cus_net_product_on_banner {
        margin-top: -23%;
    }
    .cus_net_mob_show{
        display: block !important;
    }
    .cus_net_mob_hide{
        display: none !important;
    }
    .cus_net_container_pad .cus_net_attr_data .cus_net_one_half:first-of-type .cus_net_item_attr{
        border-bottom:1px solid #cccccc !important;
    }
    .cus_net_container_pad .cus_net_attr_data .cus_net_one_half:first-of-type .cus_net_item_attr:last-of-type{
        margin:0;
    }
    .cus_net_flex_gap_10 > .cus_net_one_half{
        width: 100% !important;
    }
    .cus_net_container_pad .cus_net_config_static .cus_net_one_half{
        width: 100% !important;
    }
    .cus_net_adv_section .cus_net_wrapper_flex .cus_net_one_fifty{
        width: calc(50% - 10px);
    }
    .cus_net_adv_section .cus_net_wrapper_flex .cus_net_one_fifty:not(:last-of-type){
        margin-bottom:30px;
    }
    .cus_net_adv_section .cus_net_wrapper_flex{
        flex-wrap: wrap;
    }
    .cus_net_ava_function_section .cus_net_one_of_ten{
        width: 50% !important;
    }
    .cus_net_adv_section .cus_net_wrapper_flex img {
        max-width: 65%;
    }
    .cus_net_adv_section .cus_net_adv_heading {
        font-size: 13px;
    }
    .cus_net_adv_section .cus_net_wrapper_flex .cus_net_one_fourth:nth-child(2),
    .cus_net_adv_section .cus_net_wrapper_flex .cus_net_one_fourth:nth-child(1){
        margin-bottom:25px;
    }
    .cus_net_ava_function_section .cus_net_one_of_ten:nth-child(9),
    .cus_net_ava_function_section .cus_net_one_of_ten:nth-child(7),
    .cus_net_ava_function_section .cus_net_one_of_ten:nth-child(3){
        border-left: 0 !important;
    }
    .cus_net_ava_function_section .cus_net_one_of_ten:nth-child(5){
        border-left: 0 !important;
    }
    .cus_net_ava_function_section .cus_net_one_of_ten:nth-child(6){
        border-bottom:1px solid #dddddd;
        border-left:1px solid #dddddd !important;
    }
    .cus_net_ava_function_section .cus_net_one_of_ten:nth-child(8),
    .cus_net_ava_function_section .cus_net_one_of_ten:nth-child(7){
        border-bottom:1px solid #dddddd !important;
    }
    details.cus-net_faq_item > summary.cus_net_faq_question {
        list-style: none;
        font-size: 14px;
        font-weight: 600;
    }
    .cus_net_life_is_on .cus_net_one_half{
        width: 100% !important;
    }
    .cus_net_life_is_on .cus_net_one_half:first-of-type {
        padding: 20px 20px 0;
    }
    .cus_net_life_is_on .cus_net_one_half:last-of-type {
        padding: 10px 20px 20px
    }
    .cus_net_thumbnails{
        display: none !important;
    }
    .cus_net_bg_img {
        width: 100vw;
        height: calc(100vw - 30px);
        position: relative;
        background-position: left;
        background-size: cover;

    }
    .cus_net_slider{
        height:100vh;
        margin:0;
    }
    .cus_net_slide_desc {
        position: relative;
        max-width: 100%;
        border-radius: 0;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        box-shadow: 0 0 0 #efefef;
        border:1px solid #efefef;
        border-top: 0;
    }
    .cus_net_slide_desc_txt{
        margin-bottom: 0;
    }
    .cus_net_slider {
        box-shadow: 0 0 0 #efefef;
    }
    .cus_net_banner_full_content{
        padding-bottom: 0;
    }
    .cus_net_nav-buttons {
        z-index: 222;
        position: absolute;
        bottom: inherit;
        right: 0;
        max-width: 100%;
        width: 100%;
        margin: 0 !important;
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
        top: calc(50vw + 80px);
    }
}

@media screen and (min-width: 520px) and (max-width: 767px) {
    .cus_net_slider {
        height: 120vh;
    }
}

@media screen and (max-width: 400px) {
    .cus_net_slider {
        height: 105vh;
        margin: 0;
    }
}
