@charset "utf-8";
#Solutions {
    position: relative;
    z-index: 1;
    padding: 60px 0 96px;
    margin: 0;
}

#Solutions::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    background-image: url(/products/infrastructure/connective-industries/image/top/bg_tss.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    #Solutions {
        padding-top: 20px;
        padding-bottom: 60px;
    }
}

#Sector {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

#Sector::before,
#Sector::after {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
}


#Sector::before {
    height: min( 24vw, 200px);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
    z-index: -1;
}

#Sector::after {
    height: 100%;
    background: url(/products/infrastructure/connective-industries/image/top/sector_bg_branding.jpg) center bottom no-repeat;
    background-size: cover;
    z-index: -2;
}

#Contents .SectorWrap {
    max-width: 1275px;
    margin: 0 auto;
}

#Contents .SectorWrap .SectorDetail {
    background-color: #072e8c;
    padding: 35px 50px 20px 50px; 
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail h4 {
    color: #fff;
    text-align: center;
    font-size: 120%;
    position: relative;
    margin: 0;
    padding: 0 0 10px;
    font-weight: bold;
    background: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
#Contents .SectorWrap .SectorDetail h4 span {
    display: block;
    text-align: center;
    font-size: 80%;
    margin-top: 5px;
}
#Contents .SectorWrap .SectorDetail h4:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 70%;
    bottom: 0;
    background: #fff;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
#Contents .SectorWrap .SectorDetail h4.Animated:after {
    width: 50px;
    right: 50%;
}
#Contents .SectorWrap .SectorDetail ul.SectorList {
    display: flex;
    justify-content: space-between;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li {
    width: calc( (100% - 20px) / 3);
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image {
    position: relative;
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > img {
    max-width: 100%;
    height: auto;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > .Title {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    max-width: 405px;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > .Title > p {
    line-height: 130%;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > .Title > p:last-child {
    font-size: 90%;
}

#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Title {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    max-width: 405px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Title > p {
    line-height: 130%;
}


#Contents .SectorWrap .SectorDetail ul.SectorListLink > li {
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > h5 {
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 10px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > h5 > img {
    margin-right: 10px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > a {
    color: #fff;
    text-decoration: none;
    background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 20px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > a:hover {
    text-decoration: underline;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList {
    font-size: 90%;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList > li {
    list-style-position: inside;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList > li > a {
    color: #fff;
    text-decoration: none;
    background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px auto;
    padding-right: 16px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList > li > a:hover {
    text-decoration: underline;
}

#Contents .SectorWrap .SectorDetail ul.CompanyList {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
#Contents .SectorWrap .SectorDetail ul.CompanyList > li {
    width: auto;
}
#Contents .SectorWrap .SectorDetail ul.CompanyList > li > a {
    color: #fff;
    text-decoration: none;
    background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 20px;
}
#Contents .SectorWrap .SectorDetail ul.CompanyList > li > a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1304px) {    
    #Contents .SectorWrap .SectorDetail ul.CompanyList > li {
        width: calc( (100% - 10px) / 2);
    }
}

@media screen and (max-width: 994px) {
    #Contents .SectorWrap .SectorDetail ul.SectorList {
        flex-direction: column;
        align-items: center;
    }
    #Contents .SectorWrap .SectorDetail ul.SectorList > li {
        width: 100%;
        max-width: 405px;
    }
    #Contents .SectorWrap .SectorDetail {
        padding: 20px 15px;   
    }
    #Contents .SectorWrap .SectorDetail .CompanyListTitle {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .JS #Contents .SectorWrap .SectorDetail ul.CompanyList > li {
        width: 100%;
    }
}