﻿@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
.Body {
    position: relative;
}

.Body .MainButton {
    margin: 20px calc(100% - 180px) auto auto;
}

.Body .SubButton {
    display: none;
}

.Body p {
    margin: 0 auto;
    text-justify: inter-ideograph;
}

.Body p:nth-last-of-type(1) {
    margin: 10px 0;
}

.Body .Container {
    width: 1280px;
}

.Top {
    position: relative;
    height: 666px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    width: 100%;
}

.Top::before {
    content: "";
    display: block;
    width: 274px;
    height: 366px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(1px);
    background-image: url(../../_Image/technology/cut.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.Top .Container {
    padding: 0 50px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%) translateX(-50%);
}

.Top .Container .BreadList {
    text-align: center;
}

.Top .Container .BreadList .BreadItem,
.Top .Container .BreadList .BreadItem:nth-child(2):hover {
    transition: all .2s;
    opacity: 0.7;
}

.Top .Container .BreadList a.BreadItem:hover {
    color: #b80000;
    opacity: 1;
}

.Top .Container h1 {
    margin: 0 -5px 0 0;
    text-align: center;
    font-size: 70px;
    font-weight: bolder;
    line-height: 115px;
    letter-spacing: 0.11em;
    text-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
}

.Top .Container.White .BreadList,
.Top .Container.White .BreadList .BreadItem,
.Top .Container.White .BreadList .BreadItem:nth-child(2):hover,
.Top .Container.White .BreadList a.BreadItem:hover,
.Top .Container.White h1 {
    color: #fff;
}

.Top .Container.White span.Description {
    color: rgba(255, 255, 255, 0.7);
}

.Top .Container.AlignRight {
    right: 10%;
}

.Top .Container.AlignLeft {
    left: 5%;
}

.Top .Container.AlignRight,
.Top .Container.AlignLeft {
    width: auto;
    transform: translateY(-50%) translateX(0);
}

.Top .Container.AlignRight .BreadList,
.Top .Container.AlignRight .BreadList .BreadItem,
.Top .Container.AlignRight .BreadList .BreadItem:nth-child(2):hover,
.Top .Container.AlignRight .BreadList a.BreadItem:hover,
.Top .Container.AlignRight h1,
.Top .Container.AlignRight span.Description {
    text-align: right;
}

.Top .Container.AlignLeft .BreadList,
.Top .Container.AlignLeft .BreadList .BreadItem,
.Top .Container.AlignLeft .BreadList .BreadItem:nth-child(2):hover,
.Top .Container.AlignLeft .BreadList a.BreadItem:hover,
.Top .Container.AlignLeft h1,
.Top .Container.AlignLeft span.Description {
    text-align: left;
}

.TechnologyList {
    padding: 0 0 400px 0;
}

.TechnologyItem {
    width: 100%;
    background-image: url(../../_Image/technology/smart_glinc.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.TechnologyItem:nth-child(2n-1) {
    height: 996px;
}

.TechnologyItem:nth-child(2n) {
    height: 746px;
    margin: -311px 0 0 0;
    background-position: right bottom;
}

.TechnologyItem .Container {
    position: relative;
    height: calc(100% - 311px);
}

.TechnologyItem:nth-child(2n) .Container {
    height: 100%;
}

.TechnologyItem .Container .Wapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

.TechnologyItem:nth-child(2n) .Container .Wapper {
    right: auto;
    left: 0;
}

.TechnologyItem .Container .Wapper .Title {
    padding: 0 0 0 90px;
    margin: 0 0 20px 0;
    background-image: url(../../_Image/technology/title.svg);
    background-repeat: no-repeat;
    background-position: left 20px;
    background-size: auto 81px;
    border-bottom: 1px solid #aaa;
}

.TechnologyItem .Container .Wapper .Title h2 {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Barlow';
    font-weight: bolder;
    letter-spacing: 0.025em;
}

.TechnologyItem .Container .Wapper .Title h3 {
    margin: 15px 0 20px 0;
    color: #2f3f4f;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.TechnologyItem .Container .Wapper .Title h3 span {
    font-weight: normal;
}

.TechnologyItem .Container .Wapper img {
    margin: 0 auto;
    display: block;
}

.TechnologyItem .Container .Wapper .FeatureList {
    float: left;
    margin: 0;
    padding: 0 0 0 1em;
    width: calc(50% - 1em);
    color: #333;
    font-size: 18px;
    list-style: square;
}

.TechnologyItem .Container .Wapper .FeatureList .FeatureItem {
    padding: 5px 0;
}

.TechnologyItem .BgImg {
    display: none;
}

.LinkList.Container {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 1024px;
}

.LinkList .Title {
    margin: 0 0 1em 0;
    text-align: center;
    font-size: 30px;
    color: #555;
}

.LinkList .LinkItem {
    float: left;
    margin: 0 66px 0 0;
    display: block;
    width: calc(25% - 50px);
    border-bottom: 1px solid #aaa;
    transition: .2s all;
}

.LinkList .LinkItem .Name {
    float: left;
    display: block;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
    transition: .2s all;
}

.LinkList .LinkItem .SubButton {
    display: block;
    margin: 25px 0;
    float: right;
    transition: .2s all;
}

.LinkList .LinkItem:nth-last-child(1) {
    margin: 0;
}

.LinkList .LinkItem:hover {
    border-bottom: 1px solid #b80000;
}

.LinkList .LinkItem:hover .Name {
    color: #b80000;
}

.LinkList .LinkItem:hover .SubButton {
    background-image: url(../../_Image/Button_b80000.svg);
}

@media screen and (max-width:1699px) {
    .Body .Container {
        margin: 0 100px;
        width: calc(100% - 200px);
    }
    .Top .Container {
        margin: 0;
        padding: auto;
    }
    .Top .Container h1 {
        font-size: 60px;
        line-height: 90px;
    }
    .TechnologyItem:nth-child(2n-1) {
        height: calc((100vw - 27px)*0.58);
    }
    .TechnologyItem:nth-child(2n) {
        margin: -17.79% 0 0 0;
        height: calc((100vw - 27px)*0.43);
    }
    .TechnologyItem .Container .Wapper .Title {
        padding: 0 0 0 80px;
        background-size: auto 71px;
        background-position: left 10px;
    }
    .TechnologyItem .Container .Wapper .Title h2,
    .TechnologyItem:nth-child(7) .Container .Wapper .Title h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .TechnologyItem .Container .Wapper .Title h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .LinkList.Container {
        margin: 0;
        padding: 0;
    }
    .Map .Container {
        padding: 0 120px;
    }
    .Map .Container {
        margin: 0;
    }
}

@media screen and (max-width:1439px) {
    .Top {
        height: 40vw;
    }
    .TechnologyItem .Container .Wapper .FeatureList .FeatureItem {
        letter-spacing: 0;
    }
    .Map .Container {
        padding: 0 30px;
    }
}

@media screen and (max-width:1279px) {
    .Body p {
        padding: 0 10px;
        margin: 10px 0 25px 0;
        font-size: 15px;
        letter-spacing: 0.05em;
    }
    .Top {
        height: 44vw;
    }
    .Top::before {
        height: 53%;
    }
    .Body .Container {
        margin: auto;
        width: auto;
    }
    .TechnologyItem:nth-child(2n) {
        margin: -10% 0 0 0;
    }
    .TechnologyItem:nth-child(2n-1),
    .TechnologyItem:nth-child(2n) {
        margin: auto;
        height: auto;
    }
    .TechnologyItem .Container {
        height: 69%;
    }
    .TechnologyItem .Container .Wapper {
        position: static;
        right: auto;
        top: auto;
        transform: none;
        width: 50%;
        margin: 0 0 26% 43%;
    }
    .TechnologyItem:nth-child(2n) .Container .Wapper {
        margin: 0 0 7% 7%;
        transform: translateY(-46%);
    }
    .TechnologyItem .Container .Wapper .Title {
        margin: 40px 0 20px 0;
        padding: 0 0 0 50px;
        background-size: auto 52px;
        background-position: left 10px;
    }
    .TechnologyItem:nth-child(2n) .Wapper .Title {
        padding: 0 0 0 60px;
        background-position: 10px 10px;
    }
    .LinkList.Container {
        bottom: 110px;
        width: calc(100% - 200px);
    }
    .LinkList .LinkItem {
        width: calc(50% - 33px);
    }
    .LinkList .LinkItem:nth-child(2n-1) {
        margin: 0;
    }
    .Map .Container {
        padding: 0 15px;
    }
}

@media screen and (max-width:1023px) {
    .TechnologyItem:nth-child(2n-1) {
        background-size: 50%;
        background-position: left bottom;
    }
    .TechnologyItem:nth-child(2n) {
        background-size: 50%;
        background-position: right bottom;
    }
    .TechnologyItem .Container .Wapper {
        margin: 0 0 26% 35%;
        width: 65%;
    }
}

@media screen and (max-width:767px) {
    .Body .MainButton {
        display: none;
    }
    .Body .SubButton {
        margin: 0 0 0 10px;
        display: block;
        font-size: 15px;
        background-image: url(../../_Image/Button_b80000.svg);
        background-size: 16px;
    }
    .Body .Container {
        margin: auto;
        width: auto;
    }
    .Top {
        height: 60vw;
        background-image: url(../../_Image/company/banner-m.jpg);
    }
    .Top .Container {
        padding: 0 15px;
        top: 30%;
    }
    .Top .Container h1 {
        font-size: 28px;
        line-height: 45px;
    }
    .Top .Container.AlignRight {
        right: 5%;
    }
    .Body p {
        padding: 0 10px;
        margin: 10px 0 25px 0;
        font-size: 16px;
    }
    .TechnologyItem:nth-child(2n-1),
    .TechnologyItem:nth-child(2n) {
        margin: auto;
        height: auto;
    }
    .TechnologyItem .Container,
    .TechnologyItem:nth-child(2n) .Container {
        width: 95%;
    }
    .TechnologyItem .Container .Wapper {
        position: static;
        right: auto;
        top: auto;
        transform: none;
        margin: 0;
        width: 100%;
    }
    .TechnologyItem:nth-child(2n) .Container .Wapper {
        transform: none;
        margin: auto;
    }
    .TechnologyItem .BgImg {
        display: block;
        width: 100%;
        position: relative;
    }
    .TechnologyItem .BgImg img {
        width: 100%;
    }
    .TechnologyItem .BgImg::before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        display: block;
        width: 100%;
        height: 20vw;
        background-color: transparent;
        background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    }
    .TechnologyItem .Container .Wapper .FeatureList:nth-last-child(3) {
        margin: 0 0 10px 0;
    }
    .TechnologyItem .Container .Wapper .FeatureList .FeatureItem {
        font-size: 15px;
    }
    .TechnologyItem .BgImg {
        width: 100%;
        overflow: hidden;
        z-index: -1;
    }
    .LinkList.Container {
        bottom: 0;
        padding: 25px 50px;
        width: 100%;
    }
    .LinkList .Title {
        margin: .5em 0;
    }
    .LinkList .LinkItem {
        width: 100%;
    }
    .LinkList .LinkItem:nth-last-child(1) {
        border-bottom: none;
    }
    .Map .Container {
        padding: 0 15px;
    }
}