﻿body {
    background-color: #06122a;
}

.Body {
    position: relative;
    margin: 0;
    padding: 80px 0 0 0;
    width: 100%;
    height: 100vh;
    background-image: url(../../_Image/technology/industrial/bg.jpg);
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}

.Body>.Wapper {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
}

.Body .BreadList {
    position: absolute;
    left: 80px;
    top: 100px;
    color: rgba(255, 255, 255, 0.7);
}

.Body .BreadList a {
    color: rgba(255, 255, 255, 0.7);
}

.Body h1 {
    margin: calc(72px + 1vh) auto auto auto;
    position: relative;
    height: 200px;
    max-height: 30vh;
    transition: all .2s;
}

.Body h1 img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-height: 30vh;
    z-index: 9;
}

.Body h1.None {
    opacity: 0;
}

.Body>.Wapper .BtnList {
    margin: 5vh auto auto auto;
    transform: translateX(5%);
    width: calc(100% - 50px);
    max-width: calc(200vh - 50px);
    position: relative;
}

.Body>.Wapper .BtnList .BtnItem {
    margin: 0 0 0 -4%;
    display: inline-block;
    width: 20%;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.Body>.Wapper .BtnList .BtnItem .ItemImg {
    margin: -7% -13% -2% -13%;
    width: 100%;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    pointer-events: none;
    transition: all .2s;
}

.Body>.Wapper .BtnList .BtnItem .ItemImg.Dark {
    filter: brightness(25%);
}

.Body>.Wapper .BtnList .BtnItem img.Shadow {
    position: absolute;
    left: -10%;
    bottom: 5%;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg) translateY(100%);
    width: 95%;
    z-index: -1;
    pointer-events: none;
}

.Body>.Wapper .BtnList .BtnItem span {
    position: absolute;
    right: 24%;
    bottom: 0.5vw;
    padding: 0.5vw;
    color: #fff;
    font-size: 2vw;
    line-height: 1em;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
    z-index: 1;
    pointer-events: none;
}

.Body .slider,
.Body .scrolldown {
    display: none;
}

.Body .CoverInd {
    display: none;
    margin: -80px 0 0 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    background: radial-gradient( rgba(0, 0, 10, .5) 0%, rgba(0, 0, 10, .8) 100%);
    background: -webkit-radial-gradient( rgba(0, 0, 10, .5) 0%, rgba(0, 0, 10, .8) 100%);
    transition: all .2s;
}

.Body .Deco {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s;
}

.Body .DtlList {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 20%;
}

.Body .DtlList .DtlItem {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% - 50px);
    max-width: calc(200vh - 50px);
    display: none;
    transition: all .2s;
    pointer-events: none;
    z-index: 3;
}

.Body .DtlList .DtlItem .Wapper {
    width: 40%;
    min-width: 400px;
}

.Body .DtlList .DtlItem .Wapper h2 {
    margin: 0 0 20px 0;
    padding: 10px 40px;
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    background-image: url(../../_Image/technology/industrial/h2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.Body .DtlList .DtlItem .Wapper p {
    margin: 0 0 0 50px;
    color: rgba(255, 255, 255, .8);
}

.Body .DtlList .DtlItem .Imgpm {
    display: none;
}

.Body .DtlList .DtlItem .Img3d {
    position: absolute;
    right: 30%;
    top: 1%;
    transform: translateY(-50%);
    width: 33%;
}


.Body .DtlList #Item1Dtl .Img3d {
    top: 65%;
    right: 27%;
    width: 35%;
}

.Body .DtlList #Item2Dtl .Img3d {
    top: 85%;
    right: 28%;
    width: 33%;
}

.Body .DtlList #Item3Dtl .Img3d {
    top: 70%;
    right: 28%;
    width: 30%;
}

.Body .DtlList #Item4Dtl .Img3d {
    top: 70%;
    right: 28%;
    width: 15%;
}

.Body .DtlList #Item5Dtl .Img3d {
    top: 60%;
    width: 28%;
}

.Body .DtlList #Item6Dtl .Img3d {
    top: 50%;
    right: 56vh;
    width: 28%;
}

.Body .Imgp {
    position: absolute;
    right: 0;
    top: 0;
    height: 50%;
    display: none;
    transition: all .2s;
    pointer-events: none;
}

.CopyRight {
    background-color: #18181b;
}
@media screen and (max-width:1439px) {
    .Body {
        padding: 60px 0 0 0;
    }
    .Body .CoverInd {
        margin: -60px 0 0 0;
    }
    .Body .DtlList .DtlItem .Wapper h2 {
        margin: 0 0 10px 0;
        padding: 8px 25px;
        font-size: 30px;
        line-height: 30px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    }
}

@media screen and (max-width:1279px) {
    .Body .BreadList {
        left: 50px;
        top: 80px;
    }
    .Body .Imgp {
        top: 60px;
        max-width: 30%;
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .Body {
        height: auto;
        background-size: auto 100vh;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .Body.BtnItemclick {
        height: auto;
        background-image: none;
        background-color: #030b17;
        background: radial-gradient( #030b17 50%, #2b345e 150%);
        background: -webkit-radial-gradient( #030b17 50%, #2b345e 150%);
    }
    .Body .slider {
        margin: 40% 0 0 0;
        display: block;
        height: 44vh !important;
    }
    .Body .slider.BtnItemclick {
        height: 0;
        overflow: hidden;
    }
    .Body .scrolldown {
        position: absolute;
        top: 80vh;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        font-family: 'Kanit', sans-serif;
    }
    .Body .CoverInd {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: calc(100vh + 60px);
        background: rgba(0, 0, 0, 0.5);
        background: radial-gradient( hsl(230deg 54% 12% / 19%) 50%, hsl(230deg 54% 12% / 80%) 80%);
        background: -webkit-radial-gradient( hsl(230deg 54% 12% / 19%) 50%, hsl(230deg 54% 12% / 80%) 80%);
        background-size: 500% 100%;
        mix-blend-mode: hard-light;
    }
    .Deco {
        width: 30%;
    }
    .Body .BreadList {
        left: 15px;
        top: 75px;
    }
    .Body .BreadList.BtnItemclick {
        position: static;
        margin: 63% 0 20px 15px;
    }
    .Body h1 {
        margin: 35px 0 0 0;
        width: 100%;
        height: auto;
    }
    .Body h1 img {
        width: 100%;
        height: auto;
        max-height: auto;
    }
    .Body>.Wapper {
        bottom: 5%;
    }
    .Body>.Wapper .BtnList {
        display: none;
    }
    .Body .DtlList {
        margin: 100px 0 0 0;
        display: block;
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
    }
    .Body .DtlList .DtlItem {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        margin: auto;
        padding: 60px 15px;
        display: block;
        width: 100%;
        max-width: 100%;
        height: calc(100vh - 80%);
        background-image: url(../../_Image/technology/industrial/bg.jpg);
        background-size: auto 100%;
        -webkit-mask: linear-gradient( transparent 0%, #000 5%, #000 90%, transparent 100%);
        mask: linear-gradient( transparent 0%, #000 5%);
    }
    .Body .DtlList .DtlItem .Wapper {
        width: 100%;
        min-width: auto;
    }
    .Body .DtlList .DtlItem .Wapper h2 {
        margin: 0 0 20px 0;
        background-size: cover;
    }
    .Body .DtlList .DtlItem .Wapper p {
        margin: 0;
        color: rgba(255, 255, 255, .9);
    }
    .Body .DtlList .DtlItem .Imgpm {
        display: block;
        margin: auto auto auto -30px;
        width: calc(100% + 60px);
        height: 59vw;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-mask: linear-gradient( transparent 0%, #000 40%, #000 60%, transparent 100%);
        mask: linear-gradient( transparent 0%, #000 40%, #000 60%, transparent 100%);
    }
    .Body .DtlList .DtlItem:nth-of-type(1) .Imgpm {
        background-image: url("../../_Image/technology/industrial/dtlp1.png");
    }
    .Body .DtlList .DtlItem:nth-of-type(2) .Imgpm {
        background-image: url("../../_Image/technology/industrial/dtlp2.png");
    }
    .Body .DtlList .DtlItem:nth-of-type(3) .Imgpm {
        background-image: url("../../_Image/technology/industrial/dtlp3.png");
    }
    .Body .DtlList .DtlItem:nth-of-type(4) .Imgpm {
        background-image: url("../../_Image/technology/industrial/dtlp4.png");
    }
    .Body .DtlList .DtlItem:nth-of-type(5) .Imgpm {
        height: 80vw;
        background-size: 140%;
        background-image: url("../../_Image/technology/industrial/dtlp5.png");
    }
    .Body .DtlList .DtlItem:nth-of-type(6) .Imgpm {
        background-image: url("../../_Image/technology/industrial/dtlp6.png");
    }
    .Body .DtlList .DtlItem .Img3d,
    .Body .DtlList #Item1Dtl .Img3d,
    .Body .DtlList #Item2Dtl .Img3d,
    .Body .DtlList #Item3Dtl .Img3d,
    .Body .DtlList #Item4Dtl .Img3d,
    .Body .DtlList #Item5Dtl .Img3d,
    .Body .DtlList #Item6Dtl .Img3d {
        position: static;
        right: auto;
        top: auto;
        transform: none;
        margin: auto;
        display: block;
        width: 100%;
    }
    .Body .DtlList #Item1Dtl .Img3d {
        transform: translateX(5%);
    }
    .Body .DtlList #Item2Dtl .Img3d {
        transform: translateY(5%);
    }
    .Body .DtlList #Item3Dtl .Img3d {
        transform: translateX(5%);
        width: 120%;
    }
    .Body .DtlList #Item4Dtl .Img3d {
        width: 60%;
    }
    .Body .DtlList #Item5Dtl .Img3d {
        transform: translateX(-12%);
    }    .Body .Imgp {
        display: none;
    }
}