﻿#Industrial .Top {
    height: calc(100vh - 80px);
    background-image: url(../../_Image/technology/banner_industrial.jpg);
}

#Industrial .Container:not(.LinkList) {
    width: 1250px;
}

#Industrial .List {
    padding: 50px 0 300px 0;
}

#Industrial .List .Item {
    padding: 150px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #ccc;
}

#Industrial .List .Item:nth-last-child(1) {
    border-bottom: none;
}

#Industrial .List .Item h2 {
    padding: 0 0 0 .5em;
    width: 100%;
    color: #111;
    font-size: 48px;
    line-height: 1em;
    font-weight: 500;
    border-left: .2em solid #b80000;
}

#Industrial .List .Item p {
    width: 100%;
}

#Industrial .List .Item .MainImg {
    width: 50%;
    aspect-ratio: 3/2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
}

#Industrial .List .Item section {
    width: calc(50% - 30px);
}

#Industrial .List .Item section h3 {
    font-size: 40px;
    font-weight: 400;
    color: #183e62;
}

#Industrial .List .Item section table {
    margin: 1em 0 0 0;
    border-collapse: collapse;
}

#Industrial .List .Item section table tr th {
    color: #123456;
}

#Industrial .List .Item section table tr th,
#Industrial .List .Item section table tr td {
    text-align: left;
    font-weight: normal;
    padding: .4em 2em .4em 1em;
    border-bottom: 1px solid #ccc;
}

#Industrial .List .Item .ImgList {
    width: 100%;
    display: flex;
    justify-content: start;
    gap: 20px;
}

#Industrial .List .Item .ImgList .Img {
    aspect-ratio: 3/2;
    width: calc(25% - 10px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all .2s;
}

#Industrial .List .Item .ImgList .Img.Selected {
    border: 1px solid #ccc;
}

#Industrial .List .Item .ImgList .Img:hover {
    border: 1px solid #b80000;
}

#Industrial .List .Item#Aerospace .ImgList .Img,
#Industrial .List .Item#Energy .ImgList .Img {
    background-size: cover;
}

@media screen and (max-width:1439px) {
    #Industrial .Container:not(.LinkList) {
        width: 100%;
    }

    #Industrial .List {
        padding: 50px 100px 400px 100px;
    }

    #Industrial .List .Item {
        padding: 50px 0;
    }

    #Industrial .List .Item h2 {
        font-size: 40px;
    }

    #Industrial .List .Item section h3 {
        font-size: 36px;
    }
}

@media screen and (max-width:1249px) {
    #Industrial .Top {
        height: calc(100vh - 60px);
    }
}

@media screen and (max-width:1023px) {
    #Industrial .List {
        padding: 50px 50px 100px 50px;
    }

    #Industrial .List .Item h2 {
        font-size: 36px;
    }

    #Industrial .List .Item section h3 {
        font-size: 30px;
    }

    #Industrial .List .Item section table tr th,
    #Industrial .List .Item section table tr td {
        padding: .4em 1.5em .4em 0;
    }
}

@media screen and (max-width:767px) {
    #Industrial .List {
        padding: 9.3vw 9.3vw 120px 9.3vw;
    }

    #Industrial .List .Item {
        padding: 9.3vw 0;
        gap: 3vh;
    }

    #Industrial .List .Item h2 {
        font-size: 30px;
    }

    #Industrial .List .Item section h3 {
        font-size: 24px;
    }

    #Industrial .List .Item .MainImg {
        width: 100%;
    }

    #Industrial .List .Item section,
    #Industrial .List .Item section table {
        width: 100%;
    }

    #Industrial .List .Item section table tr th,
    #Industrial .List .Item section table tr td {
        padding: .3em 0;
    }

    #Industrial .List .Item section table tr th {
        width: 100px;
    }

    #Industrial .List .Item .ImgList {
        gap: 5px;
    }

    #Industrial .List .Item .ImgList .Img {
        width: 25%;
    }
}