﻿@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.FeatureP {
    margin: 10px 0;
}

.TechnologyItem {
    position: relative;
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: left calc(100% + 300px);
    background-repeat: no-repeat;
    background-size: auto 1000px;
}

.TechnologyItem:nth-child(2n) {
    background-position: right bottom;
    background-size: auto 700px;
}

.TechnologyItem::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto 1000px;
}

.TechnologyItem .Wapper {
    transform: translateX(50%);
    width: 640px;
}

.TechnologyItem:nth-child(2n) .Wapper {
    transform: translateX(-50%);
}

.TechnologyItem .Wapper .Title {
    padding: 0 0 0 30px;
    border-left: 10px solid #b80000;
}

.TechnologyItem .Wapper .Title h2 {
    margin: 0;
    font-size: 60px;
    line-height: 36px;
    font-family: 'Barlow';
    font-weight: bolder;
    letter-spacing: 0.025em;
}

.TechnologyItem .Wapper .Title h3 {
    margin: 15px 0 20px 0;
    padding: 10px 0 0 0;
    color: #2f3f4f;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.TechnologyItem .Wapper .Title h3 span {
    font-weight: normal;
}

.TechnologyItem .Wapper .FeatureList {
    float: left;
    margin: 0;
    padding: 0 0 0 1em;
    width: calc(50% - 1em);
    color: #333;
    font-size: 18px;
    list-style: square;
}

.TechnologyItem .Wapper .FeatureList.Col2 {
    width: 100%;
}

.TechnologyItem .Wapper .FeatureList .FeatureItem {
    padding: 5px 0;
}

/* .TechnologyItem .Wapper .FeatureList {
    margin: 0;
    padding: 0 0 0 1em;
    display: flex;
    flex-wrap: wrap;
    color: #333;
    font-size: 18px;
    list-style: square;
}

.TechnologyItem .Wapper .FeatureList .FeatureItem {
    padding: 5px 0;
    width: 50%;
} */

/* 
.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) {
    margin: -330px 0 0 0;
    background-position: right bottom;
}

.TechnologyItem:nth-last-child(1) {
    margin: auto auto 100px auto;
}

.TechnologyItem .Container {
    position: relative;
    width: 1280px;
    height: calc(100% - 330px);
}

.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 30px;
    border-left: 10px solid #b80000;
}

.TechnologyItem .Container .Wapper .Title h2 {
    margin: 0;
    font-size: 60px;
    line-height: 36px;
    font-family: 'Barlow';
    font-weight: bolder;
    letter-spacing: 0.025em;
}

.TechnologyItem .Container .Wapper .Title h3 {
    margin: 15px 0 20px 0;
    padding: 10px 0 0 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.Col2 {
    width: 100%;
}

.TechnologyItem .Container .Wapper .FeatureList .FeatureItem {
    padding: 5px 0;
}

.TechnologyItem .BgImg {
    display: none;
} */

.LinkList.Container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 100px 0;
    width: 1024px;
}

.LinkList .Title {
    margin: 0 0 1em 0;
    text-align: center;
    font-size: 30px;
    color: #555;
}

.LinkList .LinkItem {
    float: left;
    margin: 0 86px 0 0;
    display: block;
    width: calc(33% - 54px);
    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) {
    /* .TechnologyItem .Container {
        margin: 0 100px;
        width: calc(100% - 200px);
    }

    .TechnologyItem .Container .Wapper .Title h2 {
        font-size: 50px;
    }

    .TechnologyItem .Container .Wapper .Title h3 {
        font-size: 25px;
        line-height: 25px;
    } */

    /* .LinkList.Container {
        bottom: 100px;
        margin: 0;
        padding: 0;
    } */

    .TechnologyItem {
        min-height: calc(700px *.8);
        background-position: left calc(100% + (300px *.8));
        background-size: auto calc(1000px *.8);
    }

    .TechnologyItem:nth-child(2n) {
        background-size: auto calc(700px*.8);
    }

    .TechnologyItem::before {
        height: calc(300px*.8);
        background-size: auto calc(1000px*.8);
    }

    .TechnologyItem .Wapper {
        width: 590px;
    }

    .Map .Container {
        padding: 0 120px;
    }

    .Map .Container {
        margin: 0;
    }
}

@media screen and (max-width:1439px) {
    .TechnologyItem {
        min-height: calc(700px *.7);
        background-position: left calc(100% + (300px *.7));
        background-size: auto calc(1000px *.7);
    }

    .TechnologyItem:nth-child(2n) {
        background-size: auto calc(700px*.7);
    }

    .TechnologyItem::before {
        height: calc(300px*.7);
        background-size: auto calc(1000px*.7);
    }

    .TechnologyItem .Wapper {
        width: 500px;
    }

    .Map .Container {
        padding: 0 30px;
    }

    .LinkList.Container {
        bottom: 20px;
    }
}

@media screen and (max-width:1279px) {
    /* .Body p {
        padding: 0 10px;
        margin: 10px 0 25px 0;
        font-size: 15px;
        letter-spacing: 0.05em;
    } */

    /* .TechnologyItem:nth-child(2n) {
        margin: -10% 0 0 0;
    }

    .TechnologyItem .Container {
        margin: auto;
        width: auto;
    }

    .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;
    }

    .TechnologyItem .Container .Wapper .FeatureList {
        font-size: 15px;
    } */

    .LinkList.Container {
        bottom: 0;
        width: 80%;
    }

    .LinkList .LinkItem {
        width: calc(33% - 57px);
    }

    .Map .Container {
        padding: 0 15px;
    }
}

@media screen and (max-width:1249px) {
    .TechnologyItem {
        min-height: calc(700px *.6);
        background-position: left calc(100% + (300px *.6));
        background-size: auto calc(1000px *.6);
    }

    .TechnologyItem:nth-child(2n) {
        background-size: auto calc(700px*.6);
    }

    .TechnologyItem::before {
        display: none;
    }

    .TechnologyItem .Wapper {
        width: calc(50% - 100px);
    }

    .TechnologyItem .Wapper .Title h2 {
        font-size: 50px;
    }

    .TechnologyItem .Wapper .Title h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .TechnologyItem .Wapper .FeatureList .FeatureItem {
        letter-spacing: 0;
    }
}

@media screen and (max-width:1023px) {
    /* .TechnologyItem .Container .Wapper {
        margin: 0 0 26% 35%;
        width: 65%;
    } */

    .LinkList.Container {
        position: static;
        bottom: auto;
        left: auto;
        transform: translateX(0) translateY(-50px);
        padding: 0 65px;
        width: 100%;
    }

    .LinkList .LinkItem {
        width: 100%;
    }

    .LinkList .LinkItem:nth-last-child(1) {
        border-bottom: none;
    }
}

@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 p {
        padding: 0 10px;
        margin: 10px 0 25px 0;
        font-size: 16px;
    }

    .TechnologyItem .Wapper .Title {
        padding: 0 0 0 15px;
        border-left: 6px solid #b80000;
    }

    .TechnologyItem .Wapper .Title h2 {
        font-size: 35px;
        line-height: 1em;
    }

    .TechnologyItem .Wapper .FeatureList .FeatureItem {
        font-size: 15px;
    }

    .LinkList.Container {
        padding: 0 50px 25px 50px;
    }

    .Map .Container {
        padding: 0 15px;
    }
}