﻿.ProductMenu {
    display: none;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 1600px;
    height: calc(100vh - 280px);
    min-height: 700px;
    z-index: 999;
    overflow: hidden;
}

.ProductMenu.Show {
    background-color: #fff;
}

.ProductMenu .Frame {
    float: left;
}

.ProductMenu .Frame.First {
    width: 220px;
    height: 100%;
    background-color: #f0f1f5;
    transition: all 0.3s;
}

.ProductMenu .Frame.First .Item {
    display: block;
    width: 100%;
    padding: 15px 30px;
    color: #777;
    font-size: 16px;
}

.ProductMenu .Frame.First .Item.Hover {
    color: #000;
    background-color: #cccdd1;
}

.ProductMenu .Frame.First .Item.Hover::after {
    color: #333;
}

.ProductMenu .Frame.Second {
    position: relative;
    width: 220px;
    height: 100%;
    transform: translateX(-1px);
    background-color: #fff;
}

.ProductMenu .Frame.Second .List {
    position: absolute;
    left: 0;
    top: 1px;
    display: none;
    width: 100%;
    min-height: 100%;
}

.ProductMenu .Frame.Second .Item {
    display: block;
    width: 100%;
    padding: 9.5px 30px;
    color: #808080;
    box-sizing: border-box;
    font-size: 14px;
}

.ProductMenu .Frame.Second #Multiaxis .Item,
.ProductMenu .Frame.Second #Grinder .Item,
.ProductMenu .Frame.Second .Item.Title {
    padding: 8px 30px;
}

.ProductMenu .Frame.Second .Item.Title {
    color: #ddd;
    font-weight: 500;
    background-color: #363f48;
    cursor: default;
    pointer-events: none;
}

.ProductMenu .Frame.Second .Item.TwoRow {
    height: 36px;
    line-height: 20px;
}

.ProductMenu .Frame.Second .Item.TwoRow span:nth-child(1) {
    float: left;
}

.ProductMenu .Frame.Second .Item.TwoRow span:nth-child(2) {
    float: right;
    padding: 0 5px 0 0;
}

.ProductMenu .Frame.Second #Horizontal .Item.TwoRow span:nth-of-type(2) {
    color: #6399cf;
}

.ProductMenu .Frame.Second #Horizontal .Item.TwoRow.Title span:nth-of-type(2) {
    color: #8fc5fc;
}

.ProductMenu .Frame.Second #Horizontal .Item.TwoRow:hover span:nth-of-type(2),
.ProductMenu .Frame.Second #Horizontal .Item.TwoRow.Hover span:nth-of-type(2) {
    color: #406285;
}

.ProductMenu .Frame.Second .Item.Hover {
    color: #000;
    background-color: #cccdd1;
}

.ProductMenu .Frame.Second .Item.Hover::after {
    color: #333;
}

.ProductMenu .Frame.Second .Item.Title.Hover {
    color: #555;
    background-color: transparent;
}

.ProductMenu .CloseCover {
    height: 100%;
}

.ProductMenu .Seven {
    display: none;
    height: 100%;
    background-color: #fff;
}

.ProductMenu .Frame.Third {
    position: relative;
    width: 220px;
    height: 54%;
    transform: translateX(-2px);
    background-color: #f5f5f5;
}

.ProductMenu .Seven .List {
    position: absolute;
    left: 439px;
    top: 0;
    width: 220px;
    height: 54%;
    background-color: #f4f4f6;
}

.ProductMenu .Seven .Item {
    display: block;
    width: 100%;
    padding: 17.5px 30px;
    color: #777;
    font-size: 16px;
    font-weight: 600;
}

.ProductMenu .Seven .Item.Hover {
    color: #fff;
    background-color: #b71018;
}

.ProductMenu .Seven .List.Dad1 .Item:nth-of-type(1) {
    margin: 35px 0 0 0;
}

.ProductMenu .Seven .List.Dad2 .Item:nth-of-type(1) {
    margin: calc(35px * 2) 0 0 0;
}

.ProductMenu .Seven .List.Dad3 .Item:nth-of-type(1) {
    margin: calc(35px * 3) 0 0 0;
}

.ProductMenu .Seven .List.Dad4 .Item:nth-of-type(1) {
    margin: calc(35px * 4) 0 0 0;
}

.ProductMenu .Seven .List.Dad5 .Item:nth-of-type(1) {
    margin: calc(35px * 5) 0 0 0;
}

.ProductMenu .Seven .List.Dad6 .Item:nth-of-type(1) {
    margin: calc(35px * 6) 0 0 0;
}

.ProductMenu .Seven .List.Dad7 .Item:nth-of-type(1) {
    margin: calc(35px * 7) 0 0 0;
}

.ProductMenu .Seven .List.Dad8 .Item:nth-of-type(1) {
    margin: calc(35px * 8) 0 0 0;
}

.ProductMenu .Seven .List.Dad9 .Item:nth-of-type(1) {
    margin: calc(35px * 9) 0 0 0;
}

.ProductMenu .Seven .List.Dad10 .Item:nth-of-type(1) {
    margin: calc(35px * 10) 0 0 0;
}

.ProductMenu .Seven .List.Over1 .Item:nth-of-type(1) {
    margin: calc(378px - 53.5px * 1) 0 0 0;
}

.ProductMenu .Seven .List.Over2 .Item:nth-of-type(1) {
    margin: calc(378px - 53.5px * 2) 0 0 0;
}

.ProductMenu .Seven .List.Over3 .Item:nth-of-type(1) {
    margin: calc(378px - 53.5px * 3) 0 0 0;
}

.ProductMenu .Seven .List.Over4 .Item:nth-of-type(1) {
    margin: calc(378px - 53.5px * 4) 0 0 0;
}

.ProductMenu .Seven .List.Over5 .Item:nth-of-type(1) {
    margin: calc(378px - 53.5px * 5) 0 0 0;
}

.ProductMenu .Frame.Fourth {
    position: relative;
    width: calc(100% - 659px);
    height: 100%;
    background-color: #fff;
}

.ProductMenu .Seven .Rresult {
    position: absolute;
    left: 659px;
    top: 0;
    display: none;
    width: calc(100% - 659px);
    height: 100%;
}

.ProductMenu .Seven .Rresult .Machine {
    position: absolute;
    bottom: 25%;
    left: -50px;
    width: 500px;
    z-index: 2;
    pointer-events: none;
}

.ProductMenu .Seven #Giant-1400-1.Rresult .Machine,
.ProductMenu .Seven #Giant-1600-1.Rresult .Machine,
.ProductMenu .Seven #Giant-2000-1.Rresult .Machine {
    left: -100px;
}

.ProductMenu .Seven #Horizontal-18-3.Rresult .Machine {
    width: 650px;
    bottom: 20%;
}

.ProductMenu .Seven #Multiaxis-parallel-2.Rresult .Machine {
    width: 600px;
    bottom: 20%;
}

.ProductMenu .Seven .Rresult .Bg {
    position: relative;
    width: 100%;
    height: 54%;
    background-color: #787882;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.ProductMenu .Seven .Rresult#Multiaxis-complex-1 .Bg {
    background-image: url(../_Image/product/mul/gmt2000-pro.jpg);
    /* gmt2000 */
}

.ProductMenu .Seven .Rresult#Multiaxis-complex-2 .Bg {
    background-image: url(../_Image/product/mul/gmt4000-pro.jpg);
    /* gmt4000 */
}

.ProductMenu .Seven .Rresult#Multiaxis-gang-1 .Bg {
    background-image: url(../_Image/product/mul/gtw-pro.jpg);
    /* gtw-1500 */
}

.ProductMenu .Seven .Rresult#Multiaxis-updown-1 .Bg {
    background-image: url(../_Image/product/mul/gtz1500-pro.jpg);
    /* gtz-1500 */
}

.ProductMenu .Seven .Rresult#Multiaxis-updown-2 .Bg {
    background-image: url(../_Image/product/mul/gtz2600-pro.jpg);
    /* gtz-2600 */
}

.ProductMenu .Seven .Rresult#Multiaxis-opposite-1 .Bg {
    background-image: url(../_Image/product/mul/gts260-pro.jpg);
    /* gts-150*/
}

.ProductMenu .Seven .Rresult#Multiaxis-opposite-2 .Bg {
    background-image: url(../_Image/product/mul/gts200-pro.jpg);
    /* gts-200 */
}

.ProductMenu .Seven .Rresult#Multiaxis-opposite-3 .Bg {
    background-image: url(../_Image/product/mul/gts260-pro.jpg);
    /* gts-260 */
}

.ProductMenu .Seven .Rresult#Multiaxis-parallel-1 .Bg {
    background-image: url(../_Image/product/mul/gth1500-pro.jpg);
    /* gth-1500 */
}

.ProductMenu .Seven .Rresult#Multiaxis-parallel-2 .Bg {
    background-image: url(../_Image/product/mul/gth2000-pro.jpg);
    /* gth-2000 */
}

.ProductMenu .Seven .Rresult#Swiss-13-1 .Bg {
    background-image: url(../_Image/product/swi/sw12-pro.jpg);
    /* sw-12 */
}

.ProductMenu .Seven .Rresult#Swiss-20-2 .Bg {
    background-image: url(../_Image/product/swi/sw20-pro.jpg);
    /* sw-20 */
}

.ProductMenu .Seven .Rresult#Swiss-32-2 .Bg {
    background-image: url(../_Image/product/swi/sw32-pro.jpg);
    /* sw-32 */
}

.ProductMenu .Seven .Rresult#Swiss-20-1 .Bg {
    background-image: url(../_Image/product/swi/sw20II-pro.jpg);
    /* sw-20Ⅱ */
}

.ProductMenu .Seven .Rresult#Swiss-32-1 .Bg {
    background-image: url(../_Image/product/swi/sw32II-pro.jpg);
    /* sw-32Ⅱ */
}

.ProductMenu .Seven .Rresult#Swiss-38-1 .Bg {
    background-image: url(../_Image/product/swi/sk38-pro.jpg);
    /* sk-38 */
}

.ProductMenu .Seven .Rresult#Swiss-42-1 .Bg {
    background-image: url(../_Image/product/swi/sw42-pro.jpg);
    /* sw-42 */
}

.ProductMenu .Seven .Rresult#Turret-12-1 .Bg {
    background-image: url(../_Image/product/ver/gv500-pro.jpg);
    /* gv-500 */
}

.ProductMenu .Seven .Rresult#Turret-15-1 .Bg {
    background-image: url(../_Image/product/ver/gv780-pro.jpg);
    /* gv-780 */
}

.ProductMenu .Seven .Rresult#Turret-32-1 .Bg {
    background-image: url(../_Image/product/ver/gv1000-pro.jpg);
    /* gv-32 */
}

.ProductMenu .Seven .Rresult#Chuck-12-1 .Bg,
.ProductMenu .Seven .Rresult#Chuck-12-2 .Bg {
    background-image: url(../_Image/product/ver/gvi-pro.jpg);
    /* gvi */
}

.ProductMenu .Seven .Rresult#ATC-1100-1 .Bg,
.ProductMenu .Seven .Rresult#ATC-1250-1 .Bg,
.ProductMenu .Seven .Rresult#ATC-1600-1 .Bg,
.ProductMenu .Seven .Rresult#ATC-2000-1 .Bg {
    background-image: url(../_Image/product/ver/gv1-pro.jpg);
    /* gv1 */
}

.ProductMenu .Seven .Rresult#ATC-1100-2 .Bg,
.ProductMenu .Seven .Rresult#ATC-1250-3 .Bg,
.ProductMenu .Seven .Rresult#ATC-1600-2 .Bg,
.ProductMenu .Seven .Rresult#ATC-2000-2 .Bg {
    background-image: url(../_Image/product/ver/gvf-pro.jpg);
    /* gvf */
}

.ProductMenu .Seven .Rresult#ATC-1250-2 .Bg {
    background-image: url(../_Image/product/ver/gvf1214-pro.jpg);
    /* gvf1214 */
}

.ProductMenu .Seven .Rresult#ATC-2000-3 .Bg,
.ProductMenu .Seven .Rresult#ATC-2500-1 .Bg,
.ProductMenu .Seven .Rresult#ATC-3000-1 .Bg {
    background-image: url(../_Image/product/ver/super-pro.jpg);
    /* gvh2000+gvh2500+gvb */
}

.ProductMenu .Seven .Rresult#Giant-1400-1 .Bg {
    background-image: url(../_Image/product/gia/ha1400-pro.jpg);
    /* ha1400 */
}

.ProductMenu .Seven .Rresult#Giant-1600-1 .Bg {
    background-image: url(../_Image/product/gia/ha1600-pro.jpg);
    /* ha1600 */
}

.ProductMenu .Seven .Rresult#Giant-2000-1 .Bg {
    background-image: url(../_Image/product/gia/ha2000-pro.jpg);
    /* ha2000 */
}

.ProductMenu .Seven .Rresult#Horizontal-632-1 .Bg,
.ProductMenu .Seven .Rresult#Horizontal-645-1 .Bg {
    background-image: url(../_Image/product/hor/ts150-pro.jpg);
    /* ts100+ts150 */
}

.ProductMenu .Seven .Rresult#Horizontal-645-2 .Bg {
    background-image: url(../_Image/product/hor/gla1500-pro.jpg);
    /* gla1500 */
}

.ProductMenu .Seven .Rresult#Horizontal-651-1 .Bg,
.ProductMenu .Seven .Rresult#Horizontal-865-2 .Bg {
    background-image: url(../_Image/product/hor/gls150-pro.jpg);
    /* gls150+gls200 */
}

.ProductMenu .Seven .Rresult#Horizontal-865-1 .Bg {
    background-image: url(../_Image/product/hor/ga2000-pro.jpg);
    /* ga2000 */
}

.ProductMenu .Seven .Rresult#Horizontal-651-2 .Bg,
.ProductMenu .Seven .Rresult#Horizontal-865-3 .Bg {
    background-image: url(../_Image/product/hor/gls1500-pro.jpg);
    /* gls1500 */
}

.ProductMenu .Seven .Rresult#Horizontal-1080-1 .Bg {
    background-image: url(../_Image/product/hor/ga2800-pro.jpg);
    /* ga2800 */
}

.ProductMenu .Seven .Rresult#Horizontal-1290-1 .Bg {
    background-image: url(../_Image/product/hor/ga3300-pro.jpg);
    /* ga3300 */
}

.ProductMenu .Seven .Rresult#Horizontal-15105-1 .Bg {
    background-image: url(../_Image/product/hor/ga3600-pro.jpg);
    /* ga3600 */
}

.ProductMenu .Seven .Rresult#Horizontal-851-1 .Bg {
    background-image: url(../_Image/product/hor/gs200-pro.jpg);
    /* gs200 */
}

.ProductMenu .Seven .Rresult#Horizontal-1065-1 .Bg {
    background-image: url(../_Image/product/hor/gs260-pro.jpg);
    /* gs260 */
}

.ProductMenu .Seven .Rresult#Horizontal-1075-1 .Bg {
    background-image: url(../_Image/product/hor/gs280-pro.jpg);
    /* gs280 */
}

.ProductMenu .Seven .Rresult#Horizontal-851-2 .Bg {
    background-image: url(../_Image/product/hor/gs2000-pro.jpg);
    /* gs2000 */
}

.ProductMenu .Seven .Rresult#Horizontal-1075-2 .Bg {
    background-image: url(../_Image/product/hor/gs2800-pro.jpg);
    /* gs2800 */
}

.ProductMenu .Seven .Rresult#Horizontal-1290-2 .Bg {
    background-image: url(../_Image/product/hor/gs3300-pro.jpg);
    /* gs3300 */
}

.ProductMenu .Seven .Rresult#Horizontal-15105-2 .Bg {
    background-image: url(../_Image/product/hor/gs3600-pro.jpg);
    /* gs3600 */
}

.ProductMenu .Seven .Rresult#Horizontal-15115-1 .Bg {
    background-image: url(../_Image/product/hor/gs4000-pro.jpg);
    /* gs4000 */
}

.ProductMenu .Seven .Rresult#Horizontal-20165-1 .Bg {
    background-image: url(../_Image/product/hor/gs4300-pro.jpg);
    /* gs4300 */
}

.ProductMenu .Seven .Rresult#Horizontal-15115-2 .Bg {
    background-image: url(../_Image/product/hor/gs6000-pro.jpg);
    /* gs6000 */
}

.ProductMenu .Seven .Rresult#Horizontal-20180-1 .Bg {
    background-image: url(../_Image/product/hor/gs6600-pro.jpg);
    /* gs6600 */
}

.ProductMenu .Seven .Rresult#Horizontal-24260-1 .Bg {
    background-image: url(../_Image/product/hor/gs6800-pro.jpg);
    /* gs6800 */
}

.ProductMenu .Seven .Rresult#Horizontal-18-1 .Bg {
    background-image: url(../_Image/product/hor/gs8000-pro.jpg);
    /* gs8000 */
}

.ProductMenu .Seven .Rresult#Horizontal-18-2 .Bg {
    background-image: url(../_Image/product/hor/gs8600-pro.jpg);
    /* gs8600 */
}

.ProductMenu .Seven .Rresult#Horizontal-18-3 .Bg {
    background-image: url(../_Image/product/hor/gs8800-pro.jpg);
    /* gs8800 */
}

.ProductMenu .Seven .Rresult#Horizontal-1075-3 .Bg,
.ProductMenu .Seven .Rresult#Horizontal-1290-3 .Bg {
    background-image: url(../_Image/product/hor/gls2800-pro.jpg);
    /* gls2800 */
}

.ProductMenu .Seven .Rresult#Wheel-13-1 .Bg {
    background-image: url(../_Image/product/whe/gaw-pro.jpg);
    /* gaw */
}

.ProductMenu .Seven .Rresult#Plunge-1 .Bg {
    background-image: url(../_Image/product/gri/gru-pro.jpg);
    /* gru */
}

.ProductMenu .Seven .Rresult#Plunge-2 .Bg {
    background-image: url(../_Image/product/gri/gru2060-pro.jpg);
    /* gru2060 */
}

.ProductMenu .Seven .Rresult#Angular-1 .Bg {
    background-image: url(../_Image/product/gri/gra-pro.jpg);
    /* gra */
}

.ProductMenu .Seven .Rresult#Traveling-1 .Bg,
.ProductMenu .Seven .Rresult#Traveling-3 .Bg {
    background-image: url(../_Image/product/gri/grw-pro.jpg);
    /* grw */
}

.ProductMenu .Seven .Rresult#Traveling-2 .Bg,
.ProductMenu .Seven .Rresult#Traveling-4 .Bg {
    background-image: url(../_Image/product/gri/grw4010-pro.jpg);
    /* grw4010 + grw4020  */
}

.ProductMenu .Seven .Rresult .Bg h1 {
    position: absolute;
    bottom: 13%;
    right: 50px;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.ProductMenu .Seven .Rresult .Bg h1.SERIES {
    height: 82px;
}

.ProductMenu .Seven .Rresult .Bg h1.SERIES::after {
    content: " SERIES";
    font-size: .5em;
}

.ProductMenu .Seven .Rresult .Bg h2 {
    position: absolute;
    bottom: 5%;
    right: 50px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.ProductMenu .Seven .Rresult .DecoTop {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 33.33%;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(right, rgba(0, 0, 5, 0.7) 25%, transparent 55%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 5, 0.7) 25%, transparent 55%);
    background: linear-gradient(to left, rgba(0, 0, 5, 0.7) 25%, transparent 55%);
}

.ProductMenu .Seven .Rresult .TagList {
    margin: 15px 50px 0 0;
    text-align: right;
}

.ProductMenu .Seven .Rresult .TagList .TagItem {
    margin: auto auto auto 6px;
    padding: 6px 12px;
    display: inline-block;
    color: #555;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    vertical-align: middle;
}

.ProductMenu .Seven .Rresult .MainButton {
    float: right;
    margin: 20px 50px 0 50%;
}

.ProductMenu .Seven .Rresult .DataList {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: calc(100% + 220px - 50px);
    background-color: #fff;
}

.ProductMenu .Seven .Rresult .DataList .DataItem {
    float: left;
    padding: 0 0 0 20px;
    width: 20%;
    height: 105px;
    color: #333;
    font-size: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    letter-spacing: 0;
}

.ProductMenu .Seven .Rresult .DataList .DataItem .Title {
    display: block;
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.7;
}

.ProductMenu .Seven .Rresult .DataList .DataItem span strong {
    padding: 0 5px 0 0;
    font-size: 28px;
    line-height: 38px;
}

.ProductMenu .Seven .Rresult .DataList .DataItem span small {
    display: block;
    font-weight: 300;
}

.ProductMenu .Seven.Automation {
    background: linear-gradient(to bottom, #e9ebed 50%, #d2d5dc 50%);
}

.ProductMenu .Seven.Automation .Bg {
    width: 100%;
    height: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: calc(100% - 438px);
}

.ProductMenu .Seven.Automation#Automation-1 .Bg {
    background-image: url(../_Image/product/aut/g.jpg);
}

.ProductMenu .Seven.Automation#Automation-2 .Bg {
    background-image: url(../_Image/product/aut/a.jpg);
}

.ProductMenu .Seven.Automation#Automation-3 .Bg {
    background-image: url(../_Image/product/aut/u.jpg);
}

.ProductMenu .Seven.Automation h1 {
    position: absolute;
    color: #363f48;
    font-size: 40px;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    z-index: 1;
    left: 500px;
    top: 17px;
}

.ProductMenu .Seven.Automation p {
    position: absolute;
    left: 490px;
    bottom: 50px;
    margin: 0;
    width: 500px;
    font-size: 16px;
}

.ProductMenu .Seven.Automation .MainButton {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.ProductMenu .Item {
    margin: -1px 0 0 0;
    position: relative;
    cursor: pointer;
}

.ProductMenu .Item::before,
.ProductMenu .Frame.Second .Item.Title.Hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.ProductMenu .Item::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    color: #ddd;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Limelight', "cursive";
}

.ProductMenu .Frame.Second .Item.Title::after,
.ProductMenu .Seven .Item::after {
    display: none;
}

.ProductMenu .Frame .Item:nth-last-child(1):before {
    display: none;
}

.ProductMenu .Item.Hover::before {
    background-color: transparent;
}

@media screen and (max-width:1699px) {
    .ProductMenu {
        width: calc(100% - 50px);
        min-height: 550px;
        height: calc(100vh - 200px);
    }

    .ProductMenu .Seven .List.Over1 .Item:nth-of-type(1) {
        margin: calc(297px - 53.5px * 1) 0 0 0;
    }

    .ProductMenu .Seven .List.Over2 .Item:nth-of-type(1) {
        margin: calc(297px - 53.5px * 2) 0 0 0;
    }

    .ProductMenu .Seven .List.Over3 .Item:nth-of-type(1) {
        margin: calc(297px - 53.5px * 3) 0 0 0;
    }

    .ProductMenu .Seven .List.Over4 .Item:nth-of-type(1) {
        margin: calc(297px - 53.5px * 4) 0 0 0;
    }

    .ProductMenu .Seven .List.Over5 .Item:nth-of-type(1) {
        margin: calc(297px - 53.5px * 5) 0 0 0;
    }

    .ProductMenu .Seven .Rresult .Machine {
        width: 50%;
        left: -11%;
    }

    .ProductMenu .Seven #Horizontal-18-3.Rresult .Machine {
        width: 65%;
        left: -10%;
    }

    .ProductMenu .Seven #Multiaxis-parallel-2.Rresult .Machine {
        width: 65%;
        left: -8%;
        bottom: 15%;
    }

    .ProductMenu .Seven .Rresult .Bg h1 {
        bottom: 14.5%;
        font-size: 35px;
    }

    .ProductMenu .Seven .Rresult .Bg h1.SERIES {
        height: 57.39px;
    }

    .ProductMenu .Seven .Rresult .Bg h2 {
        font-size: 19px;
    }

    .ProductMenu .Seven .Rresult .TagList .TagItem {
        margin: auto auto auto 3px;
        padding: 3px 6px;
        font-size: 10px;
        line-height: 16px;
    }

    .ProductMenu .Seven .Rresult .DataList {
        bottom: 30px;
    }

    .ProductMenu .Seven .Rresult .DataList .DataItem {
        padding: 0 20px;
        font-size: 13px;
    }

    .ProductMenu .Seven .Rresult .DataList .DataItem span strong {
        padding: 0 3px 0 0;
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width:1439px) {
    .ProductMenu .Seven .Rresult .Machine {
        width: 60%;
    }

    .ProductMenu .Seven .Rresult .DecoTop {
        background: -moz-linear-gradient(right, rgba(0, 0, 5, 0.8) 40%, transparent 62%);
        background: -webkit-linear-gradient(right, rgba(0, 0, 5, 0.8) 40%, transparent 62%);
        background: linear-gradient(to left, rgba(0, 0, 5, 0.8) 40%, transparent 62%);
    }

    .ProductMenu .Seven .Rresult .TagList {
        width: 46%;
        float: right;
    }

    .ProductMenu .Seven .Rresult .TagList .TagItem {
        margin: auto auto auto 5px;
        padding: 3px 7px;
    }
}

@media screen and (max-width:1249px) {
    .ProductMenu {
        top: 60px;
        display: block;
        left: 100%;
        transform: translateX(0);
        width: 100%;
    }

    .ProductMenu .Frame.First,
    .ProductMenu .Frame.Second,
    .ProductMenu .Frame.Third,
    .ProductMenu .Frame.Fourth {
        position: absolute;
        width: 100%;
        overflow: scroll;
        height: calc(100vh - 60px);
    }

    .ProductMenu .Frame.First,
    .ProductMenu .Frame.Second {
        transform: translateX(0);
    }

    .ProductMenu .Frame.First .Item:hover,
    .ProductMenu .Frame.Second .Item:hover {
        color: #fff;
        background-color: #b71018;
    }

    .ProductMenu .Frame.First .Item::after {
        content: ">";
        float: right;
        padding: 0 30px 0 0;
        color: #ff3939;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Limelight', "cursive";
    }

    .ProductMenu .Frame.First .Item:hover::after,
    .ProductMenu .Frame.Second .Item:hover::after {
        color: #fff;
    }

    .ProductMenu .Frame.Second .List,
    .ProductMenu .Frame.Third .List {
        display: block;
        height: 100%;
    }

    .ProductMenu .Frame.Third {
        min-height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        background: -moz-radial-gradient(0%, ellipse cover, #3f5167 0%, #121b2a 100%);
        background: -webkit-radial-gradient(0%, ellipse cover, #3f5167 0%, #121b2a 100%);
        background: radial-gradient(0%, #3f5167 0%, #121b2a 100%);
    }

    .ProductMenu .Frame.Third .List {
        padding: 10px 30px;
    }

    .ProductMenu .Frame.Third .List .Item {
        padding: 10px;
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
        text-shadow: 1px 1px rgb(0 0 0 / 50%);
        border-right: none;
        border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    }

    .ProductMenu .Seven .List {
        left: 100%;
        width: 100%;
        height: 100vh;
        background: #182838;
        background: -moz-linear-gradient(left, #121b2a 0%, #293646 100%);
        background: -webkit-linear-gradient(left, #121b2a 0%, #293646 100%);
        background: linear-gradient(to right, #293646 0%, #121b2a 100%);
    }

    .ProductMenu .Seven .Item {
        position: relative;
        padding: 35px 30px;
        color: rgba(255, 255, 255, 0.9);
    }

    .ProductMenu .Seven .List.Dad1 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Dad2 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Dad3 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Dad4 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Dad5 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Dad6 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Dad7 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Dad8 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Dad9 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Dad10 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Over1 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Over2 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Over3 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Over4 .Item:nth-of-type(1),
    .ProductMenu .Seven .List.Over5 .Item:nth-of-type(1) {
        margin: 0;
    }

    .ProductMenu .Item::before,
    .ProductMenu .Frame.Second .Item.Title.Hover::before {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .ProductMenu .Seven .Rresult {
        left: 100%;
        width: 100%;
        pointer-events: none;
    }

    .ProductMenu .Seven .Rresult .Machine,
    .ProductMenu .Seven #Giant-1400-1.Rresult .Machine,
    .ProductMenu .Seven #Giant-1600-1.Rresult .Machine,
    .ProductMenu .Seven #Giant-2000-1.Rresult .Machine {
        top: 0;
        bottom: auto;
        left: auto;
        right: 25px;
        transform: translateY(4px);
        width: auto;
        height: 80px;
    }

    .ProductMenu .Seven #Multiaxis-parallel-2.Rresult .Machine {
        width: auto;
        left: auto;
    }

    .ProductMenu .Seven .Rresult#Multiaxis-opposite-1 .Machine,
    .ProductMenu .Seven .Rresult#Multiaxis-opposite-2 .Machine,
    .ProductMenu .Seven .Rresult#Multiaxis-opposite-3 .Machine,
    .ProductMenu .Seven .Rresult#Turret-12-1 .Machine,
    .ProductMenu .Seven .Rresult#Turret-15-1 .Machine,
    .ProductMenu .Seven .Rresult#Turret-32-1 .Machine,
    .ProductMenu .Seven .Rresult#Chuck-12-1 .Machine,
    .ProductMenu .Seven .Rresult#ATC-1100-1 .Machine,
    .ProductMenu .Seven .Rresult#ATC-1100-2 .Machine,
    .ProductMenu .Seven .Rresult#ATC-1250-1 .Machine,
    .ProductMenu .Seven .Rresult#ATC-1250-2 .Machine,
    .ProductMenu .Seven .Rresult#ATC-1250-3 .Machine,
    .ProductMenu .Seven .Rresult#ATC-1600-1 .Machine,
    .ProductMenu .Seven .Rresult#ATC-1600-2 .Machine,
    .ProductMenu .Seven .Rresult#ATC-2000-1 .Machine,
    .ProductMenu .Seven .Rresult#ATC-2000-2 .Machine,
    .ProductMenu .Seven .Rresult#ATC-2000-3 .Machine,
    .ProductMenu .Seven .Rresult#ATC-2500-1 .Machine,
    .ProductMenu .Seven .Rresult#ATC-3000-1 .Machine {
        transform: translateY(10px);
    }

    .ProductMenu .Seven .Rresult:nth-child(3) .Machine {
        top: calc(89px * 1);
    }

    .ProductMenu .Seven .Rresult:nth-child(4) .Machine {
        top: calc(89px * 2);
    }

    .ProductMenu .Seven .Rresult:nth-child(5) .Machine {
        top: calc(89px * 3);
    }

    .ProductMenu .Seven .Rresult:nth-child(6) .Machine {
        top: calc(89px * 4);
    }

    .ProductMenu .Seven .Rresult:nth-child(7) .Machine {
        top: calc(89px * 5);
    }

    .ProductMenu .Seven .Rresult .Bg,
    .ProductMenu .Seven .Rresult .TagList,
    .ProductMenu .Seven .Rresult .MainButton,
    .ProductMenu .Seven .Rresult .DataList {
        display: none;
    }

    .ProductMenu .Seven #Horizontal-18-3.Rresult .Machine {
        width: auto;
        left: auto;
        transform: translateY(-2px);
    }

    /* .ProductMenu .Seven.Automation .MainButton {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 150px;
        transform: translateX(-50%);
    } */
}