﻿#Glinc h2 {
    font-size: 40px;
    font-weight: 500;
}

#Glinc h2.Color123456 {
    color: #123456;
}

#Glinc article ul {
    padding-left: 1.2em;
    list-style: square;
}

#Glinc article ul li {
    padding: 0 0 .5em 0;
    font-size: 18px;
}

#Glinc article p {
    text-align: justify;
    font-size: 18px;
    line-height: 2em;
}

#Glinc article span {
    font-size: 18px;
}

#Glinc article section {
    box-sizing: border-box;
}

#Glinc .Banner {
    position: relative;
    width: 100%;
    height: 666px;
    background-image: url(../../../_Image/technology/glinc/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#Glinc .Banner .BreadList {
    margin: auto;
    padding: 30px 0;
    width: 1024px;
    text-align: right;
}

#Glinc .Banner .BreadList.White,
#Glinc .Banner .BreadList.White a.BreadItem:hover {
    color: #fff;
    opacity: 1;
}

#Glinc .Banner .BreadList.White .BreadItem,
#Glinc .Banner .BreadList.White span.BreadItem {
    color: #fff;
    opacity: .7;
}

#Glinc .Banner .BannerImg {
    position: absolute;
    left: 50%;
    bottom: -150px;
    transform: translateX(-50%);
    width: 1024px;
}

#Glinc article.Dark {
    background-color: #010101;
    color: #fff;
}

#Glinc article#P1 {
    background-image: url(../../../_Image/technology/glinc/2.png);
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: contain;
}

#Glinc article#P1 section {
    margin: auto;
    padding: 200px 0;
    width: 1024px;
}

#Glinc article#P1 section .Wapper {
    width: 525px;
}

#Glinc article#P1 section .Wapper h2 {
    position: relative;
    font-size: 40px;
    font-weight: 400;
}

#Glinc article#P1 section .Wapper h2::after {
    position: absolute;
    left: 0;
    bottom: -0.5em;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #54c3f1;
    background: -moz-linear-gradient(left, #54c3f1 0%, transparent 100%);
    background: -webkit-linear-gradient(left, #54c3f1 0%, transparent 100%);
    background: linear-gradient(to right, #54c3f1 0%, transparent 100%);
}

#Glinc article#P1 section .FunctionList {
    margin: 40px 0 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    list-style: none;
}

#Glinc article#P1 section .FunctionList .FunctionItem {
    position: relative;
    margin: 10px;
    padding: 20px;
    width: 200px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgb(84, 195, 241, .7);
    border-right: 1px solid rgb(84, 195, 241, .7);
    background: radial-gradient(ellipse 120% 300% at center, rgb(84, 195, 241, .05), rgb(84, 195, 241, .4));
}

#Glinc article#P1 section .FunctionList .FunctionItem span {
    margin: auto;
}

#Glinc article#P1 section .FunctionList .FunctionItem::before,
#Glinc article#P1 section .FunctionList .FunctionItem::after {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #54c3f1;
    background: -moz-linear-gradient(left, rgb(84, 195, 241, .7) 10%, transparent 10%, transparent 90%, rgb(84, 195, 241, .7) 90%);
    background: -webkit-linear-gradient(left, rgb(84, 195, 241, .7) 10%, transparent 10%, transparent 90%, rgb(84, 195, 241, .7) 90%);
    background: linear-gradient(to right, rgb(84, 195, 241, .7) 10%, transparent 10%, transparent 90%, rgb(84, 195, 241, .7) 90%);
}

#Glinc article#P1 section .FunctionList .FunctionItem::before {
    bottom: 0;
}

#Glinc article#P1 section .FunctionList .FunctionItem::after {
    top: 0;
}

#Glinc article#P1 .bg-m {
    display: none;
}

#Glinc article#P2 {
    margin: -200px 0 0 0;
    padding: 150px 0 100px 0;
    background-image: url(../../../_Image/technology/glinc/3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 5px solid #fff;
}

#Glinc article#P2 .ProcessList {
    text-align: center;
}

#Glinc article#P2 .ProcessList .ProcessItem {
    vertical-align: top;
    display: inline-block;
}

#Glinc article#P2 .ProcessList .ProcessItem h3 {
    position: relative;
    padding: 0 40px 10px 40px;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 400;
    text-shadow: 0 0 10px #54c3f1;
}

#Glinc article#P2 .ProcessList .ProcessItem h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #54c3f1;
    background: -moz-linear-gradient(left, transparent 0%, #54c3f1 30%, #54c3f1 70%, transparent 100%);
    background: -webkit-linear-gradient(left, #54c3f1 0%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, #fff 30%, #fff 70%, transparent 100%);
    opacity: .8;
}

#Glinc article#P2 .ProcessList .Arrow {
    margin: 0 20px;
    transform: translateY(10px);
}

#Glinc article#P2 .ProcessList .ProcessItem ul {
    padding: 0 0 0 50px;
}

#Glinc article#P2 .ProcessList .ProcessItem ul li {
    text-align: left;
    font-weight: 300;
    color: rgba(255, 255, 255, .9);
}

#Glinc article#P3 {
    background-size: cover;
    background-position: bottom center;
    background-image: url(../../../_Image/technology/glinc/4.jpg);
}

#Glinc article#P3 .UIList {
    margin: auto;
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    width: 1150px;
    gap: 80px 50px;
}

#Glinc article#P3 .UIList .UIItem {
    width: 350px;
}

#Glinc article#P3 .UIList .UIItem img {
    width: 100%;
}

#Glinc article#P3 .UIList .UIItem h3 {
    margin: .1em auto auto auto;
    width: 96%;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

#Glinc article#P3 .UIList .UIItem p {
    margin: 1em auto auto auto;
    width: 96%;
    color: rgba(255, 255, 255, .9);
    font-weight: 200;
}

#Glinc .BackButton {
    position: relative;
    background-color: #0d2940;
    background: -moz-linear-gradient(right, #0d2940 500px, #000 100%);
    background: -webkit-linear-gradient(right, #0d2940 500px, #000 100%);
    background: linear-gradient(to left, #0d2940 500px, #000 100%);
}

#Glinc .BackButton::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background: -moz-linear-gradient(right, transparent 0%, #0d2940 100%);
    background: -webkit-linear-gradient(right, transparent 0%, #0d2940 100%);
    background: linear-gradient(to left, transparent 0%, #0d2940 100%);
}

#Glinc .BackButton img {
    float: right;
    display: block;
    width: 500px;
}

#Glinc .BackButton .Button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 10px 50px;
    color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 2px;
    transition: all .2s;
}

#Glinc .BackButton .Button:hover {
    background-color: #000;
}

@media screen and (max-width:1699px) {
    #Glinc article#P1 section {
        padding: 10% 0;
    }
}

@media screen and (max-width:1439px) {
    #Glinc article#P1 {
        background-position: 90% bottom;
        background-size: 43%;
    }

    #Glinc article#P1 section {
        margin: auto;
        width: 1024px;
    }
}

@media screen and (max-width:1279px) {
    #Glinc .Banner {
        height: 510px;
    }

    #Glinc .Banner .BreadList {
        width: calc(100% - 30px);
    }

    #Glinc .Banner .BannerImg {
        width: 928px;
    }

    #Glinc article#P1 section {
        padding: 15% 50px 5% 50px;
        width: 100%;
    }

    #Glinc article#P2 {
        margin: -100px 0 0 0;
        padding: 150px 0 50px 0;
    }

    #Glinc article#P2 .ProcessList .Arrow {
        margin: auto;
    }

    #Glinc article#P3 {
        background-size: cover;
    }

    #Glinc article#P3 .UIList {
        padding: 80px;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width:1023px) {
    #Glinc .Banner {
        height: 410px;
    }

    #Glinc .Banner .BannerImg {
        bottom: -116px;
        width: 90%;
    }

    #Glinc article#P1 {
        background-position: 115% 80%;
        background-size: calc(100% - 450px);
    }

    #Glinc article#P2 .ProcessList .ProcessItem h3 {
        padding: 0 20px 10px 20px;
        font-size: 25px;
    }

    #Glinc article#P2 .ProcessList .ProcessItem ul {
        padding: 0 0 0 30px;
    }

    #Glinc article#P2 .ProcessList .ProcessItem ul li {
        font-size: 16px;
        font-weight: 200;
    }

    #Glinc article#P3 .UIList .UIItem {
        width: 270px;
    }

    #Glinc .BackButton .Button {
        left: 33%;
    }
}

@media screen and (max-width:767px) {
    #Glinc .Banner {
        background-image: url(../../../_Image/technology/glinc/banner-m.jpg);
        height: 66.6vw;
    }

    #Glinc .Banner .BreadList {
        padding: 15px 0;
        margin: 0 15px;
    }

    #Glinc .Banner .BannerImg {
        bottom: -50px;
        width: 95%;
    }

    #Glinc article#P1 {
        background-image: none;
        overflow: hidden;
    }

    #Glinc article#P1 section {
        padding: 60px 30px;
    }

    #Glinc article#P1 section .Wapper {
        width: 100%;
    }

    #Glinc article#P1 section .Wapper h2 {
        font-size: 30px;
    }

    #Glinc article#P1 section .FunctionList {
        margin: 1.5em 0 0 0;
        padding: 0 0 0 1.5em;
        list-style: square;
    }

    #Glinc article#P1 section .FunctionList .FunctionItem {
        display: list-item;
        margin: 0;
        padding: 0;
        width: 100%;
        line-height: 2em;
        text-align: left;
        color: #54c3f1;
        border-left: none;
        border-right: none;
        background: none;
    }

    #Glinc article#P1 section .FunctionList .FunctionItem::before {
        display: none;
    }

    #Glinc article#P1 section .FunctionList .FunctionItem::after {
        display: none;
    }

    #Glinc article#P1 .bg-m {
        transform: translateX(26%) translateY(-17%);
        display: block;
        width: 100%;
    }

    #Glinc article#P2 {
        margin: -150px 0 0 0;
        padding: 30px 30px 10px 30px;
        background-size: auto;
        background-repeat: repeat-y;
        background: linear-gradient(45deg, rgba(255, 255, 255, .1)0, rgba(255, 255, 255, .1)25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1)50%, rgba(255, 255, 255, .1)75%, transparent 75%, transparent);
        background-size: 5px 5px;
        border-top: 5px solid #fff;
    }

    #Glinc article#P2 .ProcessList .Arrow {
        transform: rotate(90deg);
        margin: 0 auto 20px auto;
        display: block;
    }

    #Glinc article#P2 .ProcessList .ProcessItem ul li {
        font-size: 18px;
        font-weight: 300;
    }

    #Glinc article#P3 .UIList {
        padding: 9.3vw;
    }

    #Glinc article#P3 .UIList .UIItem {
        width: clamp(1px, 100%, 350px);
    }

    #Glinc article#P3 .UIList .UIItem h3 {
        font-size: 25px;
    }

    #Glinc article#P3 .UIList .UIItem p {
        margin: .5em auto auto auto;
    }

    #Glinc .BackButton .Button {
        left: 30px;
        transform: translateY(-50%);
        padding: 10px 20px;
        background-color: rgba(0, 0, 0, .5);
    }

    #Glinc .BackButton img {
        max-width: 100%;
    }
}