﻿#Index h1 {
    display: none;
}

#Index h2 {
    margin: 0;
    font-size: clamp(35px, 4vw, 40px);
    font-weight: 500;
    text-align: center;
    color: #123456;
}

.Head,
.Head.Transparent:hover {
    height: 80px;
}

.Body {
    margin: 0;
}

#Index .BannerList,
#Index .BannerList .slick-list.draggable,
#Index .BannerList .slick-slide,
#Index .BannerList .slick-track {
    height: 100vh;
    width: 100%;
}

#Index .BannerList::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 200px);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 200px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 200px);
    pointer-events: none;
}

#Index .BannerList .slick-slide>.Computer,
#Index .BannerList .slick-slide>.Mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0 auto;
    min-height: 100vh;
    min-width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#Index .BannerList .slick-slide>.Mobile {
    display: none;
}

#Index .BannerList .BannerItem .Wapper {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(200px, 35%, 500px);
}

#Index .BannerList .BannerItem .Wapper h2 {
    margin: 0 0 .3em 0;
    width: 100%;
    color: #fff;
    font-size: clamp(35px, 4vw, 60px);
    text-align: left;
}

#Index .BannerList .BannerItem .Wapper h2 strong {
    font-size: 1.7em;
}

#Index .BannerList .BannerItem .Wapper h2 small {
    font-size: 0.5em;
}

#Index .BannerList .BannerItem .Wapper h2 span {
    white-space: nowrap;
}

#Index .BannerList .BannerItem .Wapper h3 {
    margin: 0 .83em .83em 0;
    color: #7db4d3;
    font-size: 24px;
    font-weight: 400;
}

#Index .BannerList .BannerItem .Wapper h3:nth-last-of-type(2) {
    margin: 0 .83em .3em 0;
}

#Index .BannerList .BannerItem .Wapper h3 .II {
    padding: 0 .1em 0 0;
    font-weight: bold;
}

#Index .BannerList .BannerItem .Wapper p {
    margin: 0 0 20px 0;
    width: 100%;
    color: #fff;
    font-weight: 300;
}

#Index .BannerList .BannerItem .Wapper ul p {
    margin: 0;
}

#Index .BannerList .BannerItem .Wapper p.TooShort {
    letter-spacing: .2em;
}

#Index .BannerList .BannerItem .Wapper ul {
    margin: 0 20px 20px 0;
    margin: 0;
    padding-left: 0;
    width: 100%;
}

#Index .BannerList .BannerItem .Wapper ul li {
    padding-left: 1em;
    padding: 0 0 0 1.5em;
    list-style: none;
    line-height: 2em;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background-image: url(../_Image/li.svg);
    background-repeat: no-repeat;
    background-size: .6em;
    background-position: left .6em;
}

#Index .BannerList .BannerItem .Wapper>span {
    margin: 0 0 1.25em 0;
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 300;
}

#Index .BannerList .BannerItem .Wapper .TagList {
    margin: 0 0 20px 0;
}

#Index .BannerList .BannerItem .Wapper .TagList .TagItem {
    padding: .5em 1em;
    display: inline-block;
    color: #7db4d3;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    border: 1px solid rgba(125, 180, 211, 0.5);
    border-radius: 5px;
    vertical-align: middle;
}

#Index .BannerList .BannerItem .Wapper .DataList {
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#Index .BannerList .BannerItem .Wapper .DataList .DataItem {
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#Index .BannerList .BannerItem .Wapper .DataList .DataItem .Title {
    display: block;
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 100;
    opacity: 0.7;
}

#Index .BannerList .BannerItem .Wapper .DataList .DataItem span strong {
    padding: 0 5px;
    font-size: 28px;
    line-height: 38px;
}

#Index .BannerList .BannerItem .Wapper .DataList .DataItem span small {
    font-weight: 100;
}

#Index .BannerList .BannerItem .Wapper.Dark h2 {
    color: rgba(0, 0, 0, 0.8);
}

#Index .BannerList .BannerItem .Wapper.Dark p {
    color: rgba(0, 0, 0, 0.7);
}

#Index .BannerList .BannerItem.TIMTOSBanner {
    background-color: #0a0e19;
    background: radial-gradient(circle at 36% 50%, #18202d 0%, #0b0e16 60%, #000 100%);
}

#Index .BannerList .BannerItem.TIMTOSBanner>.Computer,
#Index .BannerList .BannerItem.TIMTOSBanner>.Mobile {
    mix-blend-mode: lighten;
}

#Index .BannerList .BannerItem.TIMTOSBanner>.Computer {
    background-size: contain;
    background-position: calc(25% - 150px) center;
}

#Index .VideoWapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 0px);
    background-color: #000;
    overflow: hidden;
}

#Index .VideoWapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

#Index .Product h2 {
    margin: 50px 0 0 0;
}

#Index .Product .Description {
    padding: 0 9.3vw;
    margin: 0 0 30px 0;
}

#Index .Product .ProductList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#Index .Product .ProductList .ProductItem {
    display: block;
    position: relative;
    width: calc(33% - 8px);
    aspect-ratio: 52/35;
    background: #d2d3d8;
    background: -moz-linear-gradient(right, #d2d3d8 0%, #e2e3e8 100%);
    background: -webkit-linear-gradient(right, #d2d3d8 0%, #e2e3e8 100%);
    background: linear-gradient(to left, #d2d3d8 0%, #e2e3e8 100%);
}

#Index .Product .ProductList .ProductItem .Wapper {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 50%;
    z-index: 2;
    transition-delay: 0.2s;
}

#Index .Product .ProductList .ProductItem .Wapper h3 {
    margin: 0 0 15px 0;
    color: #000;
    font-size: 20px;
}

#Index .Product .ProductList .ProductItem .Wapper h3 strong {
    font-size: 1.7em;
    font-weight: 500;
}

#Index .Product .ProductList .ProductItem .Wapper .Hr {
    margin: 0 0 15px 0;
    width: 100%;
    height: 1px;
}

#Index .Product .ProductList .ProductItem .Wapper .Hr {
    background-color: #46515c;
}

#Index .Product .ProductList .ProductItem:hover .Wapper .Hr {
    background-color: #fff;
    opacity: 0.5;
}

/* #Index .Product .ProductList .ProductItem:nth-child(2) .Wapper .Hr {
    background-color: #4687c4;
}

#Index .Product .ProductList .ProductItem:nth-child(3) .Wapper .Hr {
    background-color: #307530;
}

#Index .Product .ProductList .ProductItem:nth-child(4) .Wapper .Hr {
    background-color: #ce2b2b;
}

#Index .Product .ProductList .ProductItem:nth-child(5) .Wapper .Hr {
    background-color: #c05f27;
}

#Index .Product .ProductList .ProductItem:nth-child(6) .Wapper .Hr {
    background-color: #3f947a;
} */

#Index .Product .ProductList .ProductItem .MainImg {
    position: absolute;
    width: 76%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 3;
}

#Index .Product .ProductList .ProductItem .BgImg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    opacity: 0.5;
    transition: all .2s;
}

#Index .Product .ProductList .ProductItem::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-radial-gradient(75%, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-radial-gradient(75%, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9) 100%);
    background: radial-gradient(25%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 0;
    transition: all .5s;
    z-index: 0;
}

#Index .Product .ProductList .ProductItem:hover::before {
    opacity: 1;
}

#Index .Product .ProductList .ProductItem:hover .BgImg {
    opacity: 0.1;
}

#Index .Product .ProductList .ProductItem:hover .Wapper h3 {
    color: #fff;
}

#Index .Product .ProductList .ProductItem .Wapper .SubButton {
    display: block;
}

#Index .Product .ProductList .ProductItem .Wapper .SubButton {
    color: #46515c;
    background-image: url(../_Image/ProductButton_1.svg);
}

#Index .Product .ProductList .ProductItem:hover .Wapper .SubButton {
    color: #fff;
    background-image: url(../_Image/Mainbutton.svg);
    opacity: 0.5;
}

/* #Index .Product .ProductList .ProductItem:nth-child(2) .Wapper .SubButton {
    color: #4687c4;
    background-image: url(../_Image/ProductButton_2.svg);
}

#Index .Product .ProductList .ProductItem:nth-child(3) .Wapper .SubButton {
    color: #307530;
    background-image: url(../_Image/ProductButton_3.svg);
}

#Index .Product .ProductList .ProductItem:nth-child(4) .Wapper .SubButton {
    color: #ce2b2b;
    background-image: url(../_Image/ProductButton_4.svg);
}

#Index .Product .ProductList .ProductItem:nth-child(5) .Wapper .SubButton {
    color: #c05f27;
    background-image: url(../_Image/ProductButton_5.svg);
}

#Index .Product .ProductList .ProductItem:nth-child(6) .Wapper .SubButton {
    color: #3f947a;
    background-image: url(../_Image/ProductButton_6.svg);
} */

#Index .Hit {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 60%, #e3e5e8 100%);
    background: -webkit-linear-gradient(top, #fff 60%, #e3e5e8 100%);
    background: linear-gradient(to botton, #fff 60%, #e3e5e8 100%);
}

#Index .Hit .Container {
    margin: 2vw auto auto auto;
    position: relative;
}

#Index .Hit .Wapper {
    float: left;
    padding: 80px 60px 150px 60px;
    position: relative;
    width: 35%;
}

#Index .Hit .Wapper h2 {
    text-align: left;
    display: inline-block;
}

#Index .Hit .Wapper h3 {
    padding: 0 0 0 10px;
    font-size: 21px;
}

#Index .Hit .Wapper h3 span {
    white-space: nowrap;
}

#Index .Hit .Wapper .Circle {
    position: absolute;
    top: 25px;
    left: 0;
    width: 225px;
    height: 225px;
    background-image: url(../_Image/hit_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#Index .Hit .Wapper .MainButton {
    margin: 20px 0 0 185px;
}

#Index .Hit .Wapper .IconList {
    margin: 50px 0 0 0;
}

#Index .Hit .Wapper .IconList .IconItem {
    padding: 20px 0 20px 80px;
    color: #416a98;
    font-size: 16px;
    line-height: 26px;
    background-image: url(../_Image/hit_IconItem_1.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: left center;
}

#Index .Hit .Wapper .IconList .IconItem:nth-child(2) {
    background-image: url(../_Image/hit_IconItem_3.svg);
}

#Index .Hit .Wapper .IconList .IconItem:nth-child(3) {
    background-image: url(../_Image/hit_IconItem_2.svg);
}

#Index .Hit .Img {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 65%;
}

#Index .Highlight {
    position: relative;
    padding: 100px 0 50px 0;
    background: #19191a;
    background: -moz-linear-gradient(top, #19191a 0%, #2f3337 50%, #000505 100%);
    background: -webkit-linear-gradient(top, #19191a 0%, #2f3337 50%, #000505 100%);
    background: linear-gradient(to bottom, #19191a 0%, #2f3337 50%, #000505 100%);
    overflow: hidden;
}

#Index .Highlight h2 {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    z-index: 5;
}

#Index .Highlight .Description {
    position: relative;
    padding: 0 0 50px 0;
    color: rgba(255, 255, 255, 0.7);
    z-index: 5;
}

#Index .Highlight .NewsList {
    margin: 20px 0 80px 0;
    display: flex;
    gap: 20px
}

#Index .Highlight .NewsList .NewsItem {
    flex: 1;
}

#Index .Highlight .NewsList .NewsItem .Bg {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all .2s;
}

#Index .Highlight .NewsList .NewsItem:nth-child(4) {
    position: relative;
}

#Index .Highlight .NewsList .NewsItem:nth-child(4) .Bg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../_Image/NewsItem_play.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 60% center;
    border: 1px solid #fff;
    border-radius: 100%;
    pointer-events: none;
}

#Index .Highlight .NewsList .NewsItem:nth-child(4) .Bg video {
    position: absolute;
    left: 50%;
    transform: translateX(calc(-50% + 1px));
    height: 100%;
    transition: all 1s;
}

#Index .Highlight .NewsList .NewsItem .SubTitle {
    padding: 10px 0 0 0;
    display: block;
    color: #7db4d3;
    font-size: 14px;
}

#Index .Highlight .NewsList .NewsItem .MainTitle {
    padding: 5px 0;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    opacity: 0.9;
    transition: all .2s;
}

#Index .Highlight .NewsList .NewsItem:hover .Bg,
#Index .Highlight .NewsList .NewsItem:hover .MainTitle {
    background-size: 105%;
    opacity: 1;
    transition: all .2s;
}

#Index .Highlight .Technology {
    float: left;
    padding: 30px;
    width: calc(33.33% - 25px);
    background-color: rgba(255, 255, 255, 0.9);
    transition: all .5s;
    z-index: 5;
}

#Index .Highlight .Technology:hover {
    background-color: #fff;
}

#Index .Highlight .Technology,
#Index .Highlight .Technology .slick-list.draggable,
#Index .Highlight .Technology .slick-slide,
#Index .Highlight .Technology .slick-track {
    height: calc(256px + 400px);
}

#Index .Highlight .Technology .slick-arrow {
    display: none !important;
}

#Index .Highlight .Technology .slick-dots {
    width: calc(100% - 60px);
}

#Index .Highlight .Technology .TechnologyItem {
    display: block;
}

#Index .Highlight .Technology img {
    width: 100%;
}

#Index .Highlight .Technology section {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

#Index .Highlight .Technology section .SubButton {
    display: block;
    text-align: right;
    background-position: calc(100% - 63px) 2px;
}

#Index .Highlight .Technology .Features {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

#Index .Highlight .Technology .Features li {
    box-sizing: border-box;
    padding: .1em 0 .1em 1.5em;
    width: 50%;
    color: #333;
    background-image: url(../_Image/li.svg);
    background-repeat: no-repeat;
    background-size: .6em;
    background-position: left .6em;
}

#Index .Highlight .Technology .TechnologyItem:nth-child(1) .Features {
    justify-content: space-between;
}

#Index .Highlight .Technology .InfoList span.InfoItem {
    padding: 0 0 0 20px;
    display: inline-block;
    position: relative;
    width: calc(49% - 20px);
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    line-height: 26px;
}

#Index .Highlight .Technology .InfoList span.InfoItem::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    margin: 0 8px 0 0;
    display: inline-block;
    width: 8px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
}

#Index .Highlight .Industry h3,
#Index .Highlight .Technology h3 {
    color: #123456;
    font-size: 30px;
}

#Index .Highlight .Industry h4,
#Index .Highlight .Technology h4 {
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    color: #416a98;
    font-size: 18px;
    font-weight: normal;
}

#Index .Highlight .Industry {
    position: relative;
    float: right;
    padding: 30px;
    width: calc(66.66% - 25px);
    height: 656px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all .5s;
    z-index: 5;
}

#Index .Highlight .Industry:hover {
    background-color: #fff;
}

#Index .Highlight .Industry .Img {
    width: 100%;
    height: 423px;
    background-image: url(../_Image/industry.png);
    background-position: center;
    background-size: cover;
}

#Index .Highlight .Industry section {
    float: left;
    width: 50%;
}

#Index .Highlight .Industry p {
    float: left;
    margin: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 50%;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    line-height: 26px;
    border-left: 1px solid #ccc;
}

#Index .Highlight .Industry p .MainButton {
    float: right;
}

#Index .Why {
    transform: translateY(-1px);
    position: relative;
    padding: 100px 0;
    background: #19191a;
    background: -moz-radial-gradient(center, ellipse cover, #001020 0%, #000505 70%);
    background: -webkit-radial-gradient(center, ellipse cover, #001020 0%, #000505 70%);
    background: radial-gradient(ellipse at center, #001020 01122 0%, #000505 70%);
}

#Index .Why .BgRight {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 600px;
    pointer-events: none;
}

#Index .Why .BgLeft {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 600px;
    pointer-events: none;
}

#Index .Why .BgMash {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(../_Image/Why_mash.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#Index .Why .Circle {
    margin: auto;
    padding: 0 140px;
    width: 700px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../_Image/Why_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
}

#Index .Why .Circle h2 {
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
    background: radial-gradient(#fff, #000);
    background-size: 100% 200%;
    background-position: 50% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#Index .Why .Circle h3 {
    color: #8cd9ff;
    font-size: 26px;
    line-height: 46px;
    text-align: center;
}

#Index .Why .Circle p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
}

#Index .Why .WhyList {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 500px;
    pointer-events: none;
}

#Index .Why .WhyList .WhyItem {
    padding: 0 126px 0 0;
    transform: translateX(100%);
    text-align: right;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

#Index .Why .WhyList .WhyItem:nth-child(2n) {
    padding: 0 0 0 126px;
    transform: translateX(-100%);
    text-align: left;
    background-position: center left;
}

#Index .Why .WhyList .WhyItem:nth-child(1) {
    background-image: url(../_Image/WhyItem_1.svg);
}

#Index .Why .WhyList .WhyItem:nth-child(2) {
    background-image: url(../_Image/WhyItem_2.svg);
}

#Index .Why .WhyList .WhyItem:nth-child(3) {
    background-image: url(../_Image/WhyItem_4.svg);
}

#Index .Why .WhyList .WhyItem:nth-child(4) {
    background-image: url(../_Image/WhyItem_3.svg);
}

#Index .Why .WhyList .WhyItem .Title {
    display: block;
    padding: 0 0 7px 0;
    color: #7db4d3;
    font-size: 18px;
}

#Index .Why .WhyList .WhyItem .Hr {
    width: 100%;
    height: 1px;
    background: #fff;
    background: -moz-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

#Index .Why .WhyList .WhyItem:nth-child(2n) .Hr {
    background: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

#Index .Why .WhyList .WhyItem .Number {
    padding: 5px 0 0 0;
    display: block;
    color: #fff;
    font-size: 55px;
    font-weight: bold;
}

#Index .Why .WhyList .WhyItem .Unit {
    font-size: 20px;
    font-weight: 400;
}

#Index .Link {
    padding: 100px 0;
    width: 100%;
}

#Index .Link .Wapper {
    float: left;
}

#Index .Link h2,
#Index .Link .Description {
    text-align: left;
}

#Index .Link .LinkList {
    float: right;
}

#Index .Link .LinkList .LinkItem {
    float: left;
    margin: 0 0 0 30px;
    padding: 10px 40px 10px 105px;
    display: block;
    background-color: #e9eaef;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    border-radius: 15px 0 0 5px;
}

#Index .Link .LinkList .LinkItem .SubTitle {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 26px;
}

#Index .Link .LinkList .LinkItem .MainTitle {
    display: block;
    color: rgba(0, 0, 0, 0.9);
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

@media screen and (max-width:1699px) {
    #Index #Index .BannerList {
        min-width: 100vw;
    }

    #Index .BannerList .BannerItem .Wapper p {
        font-size: 16px;
        line-height: 32px;
    }

    #Index .BannerList .BannerItem .Wapper .TagList .TagItem {
        font-size: 14px;
    }

    #Index .BannerList .BannerItem .Wapper .DataList .DataItem span strong {
        font-size: 25px;
        line-height: 35px;
    }

    #Index .BannerList .BannerItem .Wapper .DataList .DataItem,
    #Index .BannerList .BannerItem .Wapper .DataList .DataItem .Title {
        font-size: 13px;
    }

    #Index .Product .ProductList .ProductItem {
        width: calc(33% - 9px);
    }

    #Index .Hit .Wapper {
        padding: 80px 60px;
        width: 45%;
    }

    #Index .Hit .Img {
        right: 50px;
        bottom: 50%;
        transform: translateY(50%);
        width: 55%;
    }

    #Index .Why .WhyList {
        width: 435px;
    }

    #Index .Product .ProductList .ProductItem .MainImg {
        width: 70%;
    }

    #Index .Link .LinkList .LinkItem {
        margin: 10px 0 10px 20px;
        padding: 8px 35px 8px 95px;
    }

    #Index .Link .LinkList .LinkItem .SubTitle {
        font-size: 14px;
        line-height: 24px;
    }

    #Index .Link .LinkList .LinkItem .MainTitle {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (max-width:1439px) {
    .slick-prev {
        left: 0 !important;
    }

    .slick-next {
        right: 0 !important;
    }

    #Index .Product .ProductList .ProductItem {
        width: calc(50% - 10px);
    }

    #Index .Product .ProductList .ProductItem .MainImg {
        width: 65%;
    }

    #Index .Product .ProductList .ProductItem .Wapper .MainButton {
        padding: 5px 20px 7px 16px;
    }

    #Index .Hit .Wapper {
        padding: 75px 60px 0 60px;
        width: 100%;
    }

    #Index .Hit .Wapper .Circle {
        top: 0;
        width: 143px;
    }

    #Index .Hit .Wapper h2,
    #Index .Hit .Wapper h3,
    #Index .Hit .Wapper .MainButton {
        display: inline-block;
        margin: 0 0 0 10px;
    }

    #Index .Hit .Wapper .IconList {
        margin: 50px 0 0 0;
    }

    #Index .Hit .Wapper .IconList .IconItem {
        float: left;
        padding: 80px 20px 0 20px;
        width: 33.33%;
        background-position: center top;
    }

    #Index .Hit .Img {
        position: static;
        right: auto;
        bottom: auto;
        transform: translateY(0);
        display: block;
        margin: 0 auto;
        width: 75%;
    }

    #Index .Highlight {
        padding: 50px 0;
    }

    #Index .Highlight .Technology,
    #Index .Highlight .Technology .slick-list.draggable,
    #Index .Highlight .Technology .slick-slide,
    #Index .Highlight .Technology .slick-track {
        width: 100%;
        height: auto;
    }

    #Index .Highlight .Technology {
        padding: 30px 30px 70px 30px;
    }

    #Index .Highlight .Technology img {
        float: left;
        display: block;
        width: calc(50% - 15px);
    }

    #Index .Highlight .Technology .Wapper {
        float: right;
        display: block;
        width: calc(50% - 15px);
    }

    #Index .Highlight .Industry {
        width: 100%;
        height: auto;
    }

    #Index .Highlight .Industry .Img {
        height: 47vw;
    }

    #Index .Highlight .Industry section,
    #Index .Highlight .Industry p {
        margin: -50px 0 0 0;
    }

    #Index .Why {
        padding: 25px 0 80px 0;
    }

    #Index .Why .BgRight,
    #Index .Why .BgLeft {
        top: 30%;
        width: 50%;
        height: auto;
        transform: translateX(0) translateY(0);
    }

    #Index .Why .WhyList {
        position: static;
        top: auto;
        left: auto;
        transform: translateX(0) translateY(0);
        margin: 0 auto;
        width: 85%;
    }

    #Index .Why .WhyList .WhyItem,
    #Index .Why .WhyList .WhyItem:nth-child(2n) {
        padding: 50px 0 0 0;
        transform: translateX(0);
        width: 25%;
        float: left;
        background-position: top center;
        background-size: 40px;
        text-align: center;
    }

    #Index .Why .WhyList .WhyItem .Hr,
    #Index .Why .WhyList .WhyItem:nth-child(2n) .Hr {
        margin: 0 auto;
        width: 80%;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    }

    #Index .Why .WhyList .WhyItem:nth-child(1) {
        background-image: url(../_Image/WhyItem_1_2.svg);
    }

    #Index .Why .WhyList .WhyItem:nth-child(2) {
        background-image: url(../_Image/WhyItem_2_2.svg);
    }

    #Index .Why .WhyList .WhyItem:nth-child(3) {
        background-image: url(../_Image/WhyItem_4_2.svg);
    }

    #Index .Why .WhyList .WhyItem:nth-child(4) {
        background-image: url(../_Image/WhyItem_3_2.svg);
    }

    #Index .Link {
        padding: 50px 0;
    }

    #Index .Link .Wapper,
    #Index .Link .LinkList {
        float: none;
    }

    #Index .Link .LinkList {
        margin: 25px auto 0 auto;
        width: 660px;
    }

    #Index .Link .LinkList .LinkItem {
        margin: 10px;
        width: calc(50% - 20px);
    }

    #Index .Link h2,
    #Index .Link .Description {
        text-align: center;
    }
}

@media screen and (max-width:1249px) {
    .Body {
        margin: 60px 0 0 0;
    }

    #Index .BannerList,
    #Index .BannerList .slick-list.draggable,
    #Index .BannerList .slick-slide,
    #Index .BannerList .slick-track {
        height: calc(100vh - 60px);
        width: 100%;
    }

    #Index .BannerList::after {
        display: none;
    }

    #Index .BannerList .BannerItem .Wapper {
        left: 55%;
        width: clamp(400px, 35%, 500px);
    }

    #Index .VideoWapper {
        height: calc(100vh - 60px);
    }

    #Index .Highlight .NewsList {
        flex-wrap: wrap;
        justify-content: center;
    }

    #Index .Highlight .NewsList .NewsItem {
        flex: none;
        width: clamp(282px, calc(50% - 10px), 385px);
    }
}

@media screen and (max-width:1023px) {

    /* 客製 */
    /* #Index .BannerList .BannerItem.TIMTOSBanner {
        background: linear-gradient(to left, #000 0%, #0a0e19 25%);
    } */

    /* 客製 */
    /* #Index .BannerList .BannerItem.TIMTOSBanner>.Computer {
        background-size: clamp(200px, 85%, 750px);
    } */

    /* 客製 */
    #Index .BannerList .BannerItem p.Computer,
    #Index .BannerList .BannerItem ul.Computer,
    #Index .BannerList .BannerItem .Wapper .DataList {
        display: none;
    }

    #Index .Product .Container {
        padding: 0;
    }

    #Index .Hit .Wapper {
        padding: 50px 0 0 0;
        text-align: center;
    }

    #Index .Hit .Wapper .Circle {
        display: none;
    }

    #Index .Hit .Wapper h2,
    #Index .Hit .Wapper h3 {
        margin: 0;
        display: block;
        text-align: center;
    }

    #Index .Hit .Wapper .MainButton {
        margin: 15px 0 0 0;
    }

    #Index .Hit .Wapper .MainButton {
        margin: 15px 0 0 0;
    }

    #Index .Hit .Img {
        width: 100%;
    }

    #Index .Highlight .Technology section {
        padding: 0 0 15px 0;
    }

    #Index .Highlight .Industry section {
        width: 100%;
    }

    #Index .Highlight .Industry p {
        margin: 15px 0;
        padding: 0 0 0 15px;
        width: 100%;
    }

    #Index .Why .WhyList {
        width: 95%;
    }

    #Index .Why .WhyList .WhyItem,
    #Index .Why .WhyList .WhyItem:nth-child(2n) {
        padding: 40px 0 0 0;
        background-size: 30px;
    }

    #Index .Why .WhyList .WhyItem .Title,
    #Index .Why .WhyList .WhyItem .Unit {
        font-size: 16px;
    }

    #Index .Why .WhyList .WhyItem .Number {
        font-size: 45px;
    }
}

@media screen and (max-width:767px) {
    #Index h2 {
        font-size: 30px;
    }

    #Index .BannerList .BannerItem,
    #Index .BannerList .BannerItem.TIMTOSBanner {
        background: linear-gradient(to bottom, #0a0e19 50%, #151923 100%);
    }

    #Index .BannerList .BannerItem>.Computer {
        top: 78%;
        left: 0;
        transform: translateY(-100%);
        background-size: 200%;
        background-position: 12% center;
        mask: linear-gradient(to top, transparent 20%, #000 25%);
    }

    /* 客製 */
    #Index .BannerList .BannerItem.TIMTOSBanner>.Computer {
        background-size: 120%;
        background-position: center;
        top: 80%;
        mask: linear-gradient(to top, transparent 30%, #000 50%);
    }

    /* 客製 */
    #Index .BannerList .BannerItem.GTZ>.Computer {
        top: 0;
        left: 0;
        transform: none;
        min-height: 44vh;
        background-size: cover;
        background-position: center;
        mask: linear-gradient(to top, transparent 0%, #000 27%);
    }

    #Index .BannerList .BannerItem .Wapper {
        top: auto;
        left: 50%;
        right: auto;
        bottom: 15%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    #Index .BannerList .BannerItem .Wapper h2,
    #Index .BannerList .BannerItem .Wapper h3,
    #Index .BannerList .BannerItem .Wapper h3:nth-last-of-type(2),
    #Index .BannerList .BannerItem .Wapper p,
    #Index .BannerList .BannerItem .Wapper>span {
        margin: 0;
        text-align: center;
        line-height: normal;
    }

    #Index .BannerList .BannerItem .Wapper h3 {
        margin: auto auto .2em auto;
        text-align: center;
    }

    #Index .BannerList .BannerItem .Wapper p,
    #Index .BannerList .BannerItem .Wapper>span {
        font-size: 15px;
    }

    #Index .BannerList .BannerItem .Wapper .TagList {
        margin: .5em auto auto auto;
    }

    #Index .BannerList .BannerItem .Wapper .TagList .TagItem {
        padding: .25em .75em;
    }

    /* 客製化 */
    #Index .BannerList .BannerItem.TIMTOSBanner .Wapper h2 {
        font-size: clamp(25px, 5vw, 35px);
    }

    #Index .Product .ListWapper {
        width: 100%;
        overflow-x: scroll;
    }

    #Index .Product .ProductList {
        font-size: 0;
        width: 1695px;
        gap: 15px;
    }

    #Index .Product .ProductList .ProductItem {
        display: inline-block;
        width: 270px;
        border: none;
        border-right: 2px solid #fff;
    }

    #Index .Product .ProductList .ProductItem .Wapper h3 {
        font-size: 16px;
    }

    #Index .Product .ProductList .ProductItem .Wapper .MainButton {
        padding: 5px 30px 7px 25px;
    }

    #Index .Hit .Wapper h3 {
        font-size: 16px;
    }

    #Index .Hit .Wapper .IconList .IconItem {
        padding: 70px 10px 40px 10px;
        width: 100%;
        font-size: 15px;
    }

    #Index .Hit .Wapper .IconList .IconItem:nth-last-child(1) {
        padding: 70px 10px 25px 10px;
    }

    #Index .Highlight .ListWapper {
        margin: 0 0 40px -15px;
        width: 100vw;
        overflow-x: scroll;
    }

    #Index .Highlight .NewsList {
        margin: 0;
        width: calc(285px*4 + 15px*5);
        gap: 15px;
    }

    #Index .Highlight .NewsList .NewsItem {
        padding: 0 0 10px 0;
        width: 285px;
    }

    #Index .Highlight .NewsList .NewsItem .MainTitle {
        font-size: 15px;
    }

    #Index .Highlight .Industry h3,
    #Index .Highlight .Technology h3 {
        font-size: 24px;
    }

    #Index .Highlight .Industry h4,
    #Index .Highlight .Technology h4 {
        font-size: 16px;
    }

    #Index .Highlight .Technology {
        margin: 0 0 30px 0;
        padding: 10px 10px 40px 10px;
    }

    #Index .Highlight .Technology .slick-dots {
        width: calc(100% - 20px);
    }

    #Index .Highlight .Technology img {
        width: 100%;
    }

    #Index .Highlight .Technology .Wapper {
        padding: 20px 10px 0 10px;
        width: 100%;
    }

    #Index .Highlight .Technology .Wapper section .SubButton {
        width: 80px;
        margin: 15px auto auto auto;
        padding: 0;
    }

    #Index .Highlight .Technology .Wapper .InfoList,
    #Index .Highlight .Technology .Wapper .Line {
        display: none;
    }

    #Index .Highlight .Technology .Features li {
        width: 100%;
        font-size: 15px;
    }

    #Index .Highlight .Industry {
        padding: 10px;
        text-align: center;
    }

    #Index .Highlight .Industry section {
        margin: 0;
    }

    #Index .Highlight .Industry h3 {
        padding: 10px 10px 0 10px;
    }

    #Index .Highlight .Industry p {
        margin: 10px 0 0 0;
        padding: 0 10px;
        font-size: 15px;
        border-left: none;
    }

    #Index .Highlight .Industry p br {
        display: none;
    }

    #Index .Highlight .Industry p .MainButton {
        float: none;
        display: block;
        margin: 20px auto;
    }

    #Index .Why {
        padding: 25px 0;
    }

    #Index .Why .BgRight,
    #Index .Why .BgLeft {
        top: auto;
        bottom: 30%;
        width: 60%;
    }

    #Index .Why .BgMash {
        background-size: 200%;
    }

    #Index .Why .Circle {
        padding: 30vw 10vw;
        width: 100%;
        height: auto;
        background-size: cover;
    }

    #Index .Why .Circle h2 {
        font-size: 45px;
        line-height: 55px;
    }

    #Index .Why .Circle h3 {
        font-size: 20px;
        line-height: 40px;
    }

    #Index .Why .Circle p {
        width: clamp(10px, 100%, 420px);
        font-size: 15px;
    }

    #Index .Why .Circle p .MainButton {
        margin: 20px auto 0;
        width: 180px;
        display: block;
    }

    #Index .Why .WhyList .WhyItem,
    #Index .Why .WhyList .WhyItem:nth-child(2n) {
        padding: 40px 0;
        width: 50%;
    }

    #Index .Why .WhyList .WhyItem .Title,
    #Index .Why .WhyList .WhyItem .Unit {
        font-size: 14px;
    }

    #Index .Why .WhyList .WhyItem .Number {
        font-size: 35px;
    }

    #Index .Link .LinkList {
        float: none;
        margin: auto;
        width: 100%;
    }

    #Index .Link .LinkList .LinkItem {
        float: none;
        margin: 7vw auto;
        width: 285px;
    }
}

@media screen and (orientation: landscape) {
    #Index .VideoWapper video.Portrait {
        display: none;
    }

    #Index .VideoWapper video.Landscape {
        display: block;
    }
}

@media screen and (orientation: portrait) {
    #Index .VideoWapper video.Portrait {
        display: block;
    }

    #Index .VideoWapper video.Landscape {
        display: none;
    }
}