

.related-box{
    background-color: #E8E8E8;
    overflow: hidden;
    .related.w-1400{
        max-width: 1100px;
        margin: 0 auto;
        margin-bottom:20px;
        margin-top: 30px;
    
        .tag-warppe{
            display: flex;
            flex-wrap: wrap;
            justify-content: start;
            margin: 0 -15px;
            .i_c_list{
                // width: 327.5px;
                // float: left;
                // margin: 15px;
                // &:first-child{
                //     margin-left: 0;
                // }
                // &:nth-child(4n+0){
                //     margin-right: 0;
                // }
    
                // &:nth-child(5n+0){
                //     margin-left: 0;
                // }
                display: flex;
                padding-top: 15px;
                padding-bottom: 15px;
                .i_c_list_cen{
                    background: #fff;
                    border-radius: 20px;
                    overflow: hidden;
                    >a{
                        text-overflow: unset;
                        -webkit-line-clamp: inherit;
                        .content-tag-warp{
                            padding: 0 15px 15px 15px;
                            .i_c_top{
                                width: 100%;
                                height: auto;
                                font-size: 16px;
                                color: #797979;
                                margin: 10px 0 5px 0;
                            }
                            .d_c_word {
                                font-size: 16px;
                                color: #073446;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                word-break: break-all;
                            }
                            .i_c_tit {
                                font-size: 25px;
                                margin-bottom: 10px;
                                line-height: 30px;
                                color: #000;
                            }
                            .g_c_link {
                                color: #00a0e8;
                                margin-top: 10px;
                                span:after {
                                    content: "\2192";
                                    font-size: 16px;
                                    color: #00a0e8;
                                }
                            }
                        }
                    }
                    //product
                    .tag-item{
                        text-align: center;
                        padding: 0 0 20px 0;
                        .tag-body{
                            padding: 0 35px;
                            .tag-header{
                                a.tags-title{
                                    font-size: 25px;
                                    color: #000;
                                }
                                div.tag-summary{
                                    color: rgba(7, 52, 70, 1);
                                }
                            }
                        }
                    }
                }
            }
        }
        // faq
        .faq-list.row{
            margin-top: 20px;
            li{
                background-color: #F5F5F5;
                border-radius:20px;
                padding: 0 15px;
                font-size: 16px;
                >div.title{
                    display: flex;
                    padding: 10px 0;
                    align-items: center;
                    &::before{
                        transform: rotate(0deg);
                        transition: all .3s ease-in;
                        margin-right: 5px;
                        height: fit-content;
                        // content: "+";
                        // font-size: 12px;
                        // font-family: 'anviz-page' !important;
                        // content: "\e917";
                    }
                    a{
                        text-decoration: none;
                        line-height: normal;
                    }
                    span.title-date{
                        flex: 1;
                    }
                }
                >div.answer{
                    margin-top: 20px;
                    display: none;
                    padding: 0 16px 10px 16px;
                    overflow: auto;
                }
    
                &.active{
                    >div.title{
                        .title-link{
                            color: #0068B7;
                        }
                        &::before{
                            transform: rotate(180deg);
                            transition: all .3s ease-in;
                        }
                    }
                }
            }
        }
    }
}

.download-list{
    &.row{
        margin-top: 20px;
    }
    .item-content{
        border-radius: 20px;
        overflow: hidden;
        ul.download-item-warp{
            background-color: #FFF;
            .item-left{
                .size{
                    display: none
                }
            }
            &:hover{
                background: #E3F1FF
            }
        }
    }
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .related{
        padding: 0 15px;
    }
}


@media (min-width: 630px) and (max-width: 1000px) {
    .related{
        padding: 0 15px;
        .box{
            .tag-warppe{

                .i_c_list{
                    width: 50vw;
                }
            }
        }
    }
}



@media (max-width: 850px) {
    h2{
        padding-left: 15px;
        font-size: 30px;
    }
    .related.w-1400{
        width: auto;
        .box{
            width: 100%;
            overflow: auto;
            &::-webkit-scrollbar{
                // width: 6px;
                height: 18px;
                background-color: #00000040;
            }
            &::-webkit-scrollbar-thumb{
                background-color: #0068B7;
                border-radius: 10px;
            }
            &::-webkit-scrollbar-track{
                background-color: #d9d9d9;
            }
            .tag-warppe{
                width: fit-content;
                flex-wrap: nowrap;
                .i_c_list{
                    &:first-child{
                        margin-left: 15px;
                    }
                    &:nth-child(4n+0){
                        margin-right: 15px;
                    }
        
                    &:nth-child(5n+0){
                        margin-left: 15px;
                    }
                }
            }
        }

        .faq-list.row{
            padding: 0 30px;
            li{
                >div.title{
                    span.title-date{
                        display: none;
                    }
                }
            }
        }
    }

    .download-list{
        padding: 0 15px;
        .item-content{
            ul.download-item-warp{
                flex-direction: column;
                border-radius: 20px;
                padding: 0;
                margin-bottom: 20px;
                overflow: hidden;
                padding-top: 10px;
                &:nth-child(odd){
                    background-color: #FFF;
                }
                li.item-left{
                    justify-content: space-between;
                    overflow: hidden;
                    span{
                        font-size: 16px;
                        &.size{
                            color: #828282;
                            display: block;
                        }
                    }
                }
                li.item-right{
                    padding: 0;
                    .product-download-size{
                        display: none;
                    }
                    >span{
                        font-size: 18px;
                        line-height: 32px;
                        a{
                            text-decoration: none;
                            line-height: 32px;
                        }
                    }
                    .download-btnG{
                        background-color: #F7F7F7;
                        width: 100%;
                        padding: 10px;
                        .anviz-download-btn{
                            margin-bottom: 0;
                        }
                        >a{
                            margin-left: 0;
                        }
                    }
                }
            }
        }
    }
}


@media (max-width: 630px)  {
    .related{
        .box{
            .tag-warppe{
                .i_c_list{
                    width: 100vw;
                }
            }
        }
    }
}


.search-warp{
    background: #E8E8E8;
    border-radius: 0;
}