.home.detail-product.detail-product .banner .text .t2 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    color: #fff;
}

.title-style {
    /* display: inline; */
    background: linear-gradient(84deg, #7DDAC7 12.91%, #6A89EC 118.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: bold;
    line-height: 3.75vw;
    text-transform: uppercase;
}

/*  */
.home.detail-product .section2 {
    padding: 5.20833vw 0 5.52083vw 0
}

.home.detail-product .section2 .wrap {
    width: 79.16667vw;
    margin: auto
}

.home.detail-product .section2 .wrap .title {
    margin: 0 0 4.16667vw;
    position: relative;
    left: -2.13542vw
}

.home.detail-product .section2 .wrap .title h2 {
    color: #000;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 .83333vw
}

.home.detail-product .section2 .wrap .title p {
    color: #666;
    font-size: .9375vw;
    font-style: normal
}

.home.detail-product .section2 .wrap .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.30208vw
}

.home.detail-product .section2 .wrap .content .item {
    width: 100%;
    height: 19.79167vw;
    position: relative;
    border-radius: .83333vw;
    overflow: hidden
}

.home.detail-product .section2 .wrap .content .item:hover .img {
    transform: scale(1.1)
}

.home.detail-product .section2 .wrap .content .item .img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.home.detail-product .section2 .wrap .content .item .text {
    position: absolute;
    top: 13.28125vw;
    left: 2.08333vw;
    z-index: 2
}

.home.detail-product .section2 .wrap .content .item .text h1 {
    color: #FFF;
    font-size: 1.25vw;
    font-style: normal;
    text-transform: capitalize;
    margin: 0 0 .625vw
}

.home.detail-product .section2 .wrap .content .item .text p {
    color: #FFF;
    font-size: .83333vw;
    font-style: normal;
    line-height: 1.6
}

/*  */
.home .robot {
    height: 100vh;
    background: #000000;
    position: relative
}

.home .robot .fix {
    height: 100vh;
    position: sticky;
    top: 0
}

.home .robot .fix .wrap {
    overflow: hidden
}

.home .robot .fix .position_cut {
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    position: absolute;
    right: 7.29167vw;
    bottom: 5.67708vw;
    width: fit-content;
    z-index: 101
}

.home .robot .fix .position_cut .item {
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    opacity: .5;
    transition: all 600ms
}

/* .home .robot .fix .position_cut .item .pic1 {
    width: 4.53125vw;
    height: 5.10417vw
} */

.home .robot .fix .position_cut .item>img {
    width: 100%
}

.home .robot .fix .position_cut .item .pic2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home .robot .fix .position_cut .item .pic2 img {
    width: 3.125vw;
    height: 3.125vw
}

.home .robot .fix .position_cut .item:hover {
    opacity: 1
}

.home .robot .fix .position_cut.on {
    opacity: 1;
    pointer-events: auto
}

.home .robot .fix .wrap {
    width: 100%;
    height: 100%;
    position: relative
}

.home .robot .fix .wrap .center_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 46.875vw;
    z-index: 8
}

.home .robot .fix .wrap .center_img .img {
    width: 100%;
    position: relative;
    vertical-align: middle;
    object-fit: contain;
    opacity: 0;
    transition: .6s
}

.home .robot .fix .wrap .center_img .img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.home .robot .fix .wrap .center_img .img img {
    width: 100%;
    max-height: 86vh;
    object-fit: contain
}

.home .robot .fix .wrap .center_img .img.on {
    opacity: 1
}

.home .robot .fix .wrap .content {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0
}

.home .robot .fix .wrap .content .matter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home .robot .fix .wrap .content .matter {
    opacity: 0
}

.home .robot .fix .wrap .content .matter .joke {
    width: 100%;
    height: 100%
}

.home .robot .fix .wrap .content .matter .top {
    position: absolute;
    top: 8.64583vw;
    left: 9.375vw;
    width: 23.75vw
}

.home .robot .fix .wrap .content .matter .top .list_ {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #565656;
    padding: 0 0 .57292vw
}

.home .robot .fix .wrap .content .matter .top .list_:not(:last-child) {
    margin: 0 0 2.08333vw
}

.home .robot .fix .wrap .content .matter .top .list_ p:nth-child(1) {
    color: #FFF;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.52083vw;
    margin: 0 2.60417vw 0 0
}

.home .robot .fix .wrap .content .matter .top .list_ p:nth-child(2) {
    color: #FFF;
    font-size: 1.875vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.52083vw
}

.home .robot .fix .wrap .content .matter .bottom {
    position: absolute;
    bottom: 7.29167vw;
    left: 9.375vw
}

.home .robot .fix .wrap .content .matter .bottom .text {
    color: #EFEFE5;
    font-size: 1.17188vw;
    font-weight: 400;
    line-height: 1.55885vw;
    text-transform: uppercase;
    margin: 0 0 1.5625vw
}

.home .robot .fix .wrap .content .matter .bottom .title .headline {
    position: relative
}

.home .robot .fix .wrap .content .matter .bottom .title .headline p {
    color: #EFEFE5;
    font-size: 2.5vw;
    font-weight: 400
}

.home .robot .fix .wrap .content .matter .bottom .title .headline .l1 {
    width: 21.14583vw;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.home .robot .fix .wrap .content .matter .bottom .title .headline .l2 {
    bottom: -1.04167vw;
    right: -1.61458vw;
    width: 10.88542vw;
    position: absolute;
    display: none
}

.home .robot .fix .wrap .content .matter .bottom .title .headline2 {
    position: relative
}

.home .robot .fix .wrap .content .matter .bottom .title .headline2 p {
    color: #EFEFE5;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 4.94792vw
}

.home .robot .fix .wrap .content .matter .bottom .title .headline2 .l3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.34375vw;
    display: none
}

.home .robot .fix .wrap .content .matter .bottom .posi_line {
    width: 56.875vw;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 2.08333vw 0 0 0;
    color: #EFEFE5;
    font-size: 1.17188vw;
    font-weight: 400;
    line-height: 1.75781vw;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 9.79167vw;
    left: 18.07292vw
}

.home .robot .fix .wrap .content .matter .bottom .posi_line p {
    position: relative;
    left: 1.5625vw
}

.home .robot .fix .wrap .content .matter1 .text_copy {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    top: 20vw
}

.home .robot .fix .wrap .content .matter1 .text_copy .main-copy-wrap {
    padding-right: 0.3em;
    animation: textLoop 24s linear infinite;
    color: white;
    font-size: 6.25vw;
    background: linear-gradient(90deg, #87FFEA 0%, #6388FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.home .robot .fix .wrap .content .matter1 .text_copy .main-copy-wrap .t-stroke {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff
}

@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.home .robot .fix .wrap .content .matter1 .top {
    width: 82.8125vw;
    margin: 0 auto 0;
    display: none
}

.home .robot .fix .wrap .content .matter1 .top .border {
    width: 3.4375vw;
    height: 3.4375vw;
    border: 1px solid #fff;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.home .robot .fix .wrap .content .matter1 .top .border .position {
    position: absolute;
    left: -1.09375vw;
    top: -.83333vw;
    width: .78125vw
}

.home .robot .fix .wrap .content .matter1 .top .flex {
    display: flex;
    justify-content: space-between;
    height: 5.20833vw;
    position: relative
}

.home .robot .fix .wrap .content .matter1 .top .flex .position {
    position: absolute;
    left: -1.09375vw;
    bottom: -.83333vw;
    width: .78125vw
}

.home .robot .fix .wrap .content .matter1 .top .flex .l {
    width: 50%;
    border: 1px solid #fff;
    padding: 1.40625vw 0 0 1.40625vw;
    color: #EFEFE5;
    font-size: .91146vw;
    font-weight: 400;
    line-height: 1.29427vw;
    text-transform: uppercase
}

.home .robot .fix .wrap .content .matter1 .top .flex .l p:nth-child(2) {
    opacity: .7
}

.home .robot .fix .wrap .content .matter1 .top .flex .r {
    flex: 1
}

.home .robot .fix .wrap .content .matter1 .top .flex .r .list {
    width: 100%;
    border-top: 1px solid rgba(53, 53, 57, 0.6);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 1.71875vw
}

.home .robot .fix .wrap .content .matter1 .top .flex .r .list:last-child {
    border-bottom: 1px solid rgba(53, 53, 57, 0.6);
    opacity: .7
}

.home .robot .fix .wrap .content .matter1 .top .flex .r .list p {
    color: #D8D8CF;
    text-align: right;
    font-size: .78125vw;
    font-style: normal;
    font-weight: 400;
    min-width: 7.29167vw;
    margin: 0 0 0 10.41667vw
}

.home .robot .fix .wrap .content .matter1 .top .pick {
    color: #EFEFE5;
    font-size: .91146vw;
    font-weight: 400;
    line-height: 1.29427vw;
    text-transform: uppercase;
    margin: 1.51042vw 0 0 1.40625vw;
    opacity: .5
}

.home .robot .fix .wrap .content .matter1 .bottom .text,
.home .robot .fix .wrap .content .matter1 .bottom .title {
    opacity: 0
}

.home .robot .fix .wrap .content .matter1 .bottom .title .headline p {
    font-size: 4.94792vw
}

.home .robot .fix .wrap .content .matter1 .bottom .title .headline2 p {
    font-size: 4.94792vw
}

.home .robot .fix .wrap .content .matter1 .bottom .posi_line {
    border-top: none;
    justify-content: flex-start;
    left: 0;
    line-height: 1.8
}

.home .robot .fix .wrap .content .matter2 .bottom .title .headline2 .l3 {
    width: 9.58333vw
}

.home .robot .fix .wrap .content .matter3 .bottom .title .headline .l1 {
    width: 37.8125vw
}

.home .robot .fix .wrap .content .matter3 .bottom .title .headline .l2 {
    width: 28.07292vw;
    right: -14.42708vw
}

.home .robot .fix .wrap .content .matter3 .bottom .title .headline2 .l3 {
    width: 7.5vw
}

.home .robot .fix .wrap .content .matter5 .bottom .title .headline .l1 {
    width: 37.8125vw
}

.home .robot .fix .wrap .content .matter5 .bottom .title .headline .l2 {
    width: 28.07292vw;
    right: unset;
    left: 10.15625vw
}

.home .robot .fix .wrap .content .matter5 .bottom .title .headline2 .l3 {
    width: 7.5vw
}

/*  */
.home.detail-product .section3 {
    display: flex;
}

.home.detail-product .section3 .wrap {
    height: auto;
    padding: 5.20833vw 0;
    width: 79.16667vw;
    display: flex;
}

/* .home.detail-product .section3 .wrap .title,
.home.detail-product .section3 .wrap .list {
    width: 50%;
} */

.home.detail-product .section3 .title h2 {
    font-size: 50px;
    /* font-weight: 400; */
    line-height: 1em;
    /* margin-bottom: 30px; */
    padding: 10px 0;
}

.home.detail-product .section3 .title .desc {
    color: #333;
    font-size: .9375vw;
    line-height: 1.8em;
    font-weight: 300;
    max-width: 700px;
}

.home.detail-product .section3 .wrap .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 25px;
}

.home.detail-product .section3 .wrap .list .item {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 20px;
}

.home.detail-product .section3 .wrap .list .icon {
    max-width: 50px;
    flex-shrink: 1;
}

.home.detail-product .section3 .wrap .list .text h6 {
    font-weight: 400;
}

/*  */
.home.detail-product .section4 {
    padding-bottom: 40px;
}

.home.detail-product .section4 .list-item {
    display: flex;
    gap: 40px;
    flex-direction: column;
    position: sticky;
    top: 30px;
}

.home.detail-product .section4 .list-item .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.home.detail-product .section4 .list-item .item h4 {
    font-weight: 400;
    margin-bottom: 0;
}

.home.detail-product .section4 .box-table {
    overflow: hidden;
    /* border: solid 1px #4646462E; */
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    position: sticky;
    top: 30px;
}

.home.detail-product .section4 .box-table tr {
    border-bottom: solid 1px #4646462E;
}

.home.detail-product .section4 .box-table td {
    padding: 10px 5px;
}

.home.detail-product .section4 .box-table .btn {
    display: flex;
    background: rgb(0, 0, 0);
    backdrop-filter: blur(17.25px);
    font-size: 0.9375vw;
    width: fit-content;
    border-radius: 1.5625vw;
    align-items: center;
    justify-content: space-between;
    padding: 0.3vw 0.6vw 0.3vw 1.5vw;
    color: white;
    margin-top: 1.5vw;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
}

.home.detail-product .section4 .box-table .btn img {
    margin-left: 1.2vw;
    width: 2.0833333333vw;
    transition: all 600ms;
    display: block;
}

/*  */
.home.detail-product .section5 {
    padding: 40px 0;
}

.home.detail-product .section5 .r .imgSwiper {
    width: 100%;
    /* height: 25vw; */
    position: relative
}

.home.detail-product .section5 .r .imgSwiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s
}

.home.detail-product .section5 .r .imgSwiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.home.detail-product .section5 .r .imgSwiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.home.detail-product .section5 .r .imgSwiper .position {
    position: absolute;
    bottom: 1.25vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center
}

.home.detail-product .section5 .r .imgSwiper .position .swiper-pagination {
    position: static;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0 1.04167vw
}

.home.detail-product .section5 .r .imgSwiper .position .swiper-pagination span {
    color: rgba(255, 255, 255, 0.5);
    font-size: .67708vw;
    font-style: normal
}

.home.detail-product .section5 .r .imgSwiper .position .swiper-pagination span:first-child {
    color: #FFF
}

.home.detail-product .section5 .r .imgSwiper .position .swiper-pagination .line {
    color: rgba(255, 255, 255, 0.5);
    font-size: .67708vw;
    font-style: normal;
    margin: 0 .52083vw
}

.home.detail-product .section5 .r .imgSwiper .position svg {
    width: .36458vw;
    height: .625vw;
    cursor: pointer
}

/*  */
.home.detail-product .section7 {
    padding: 40px 0;
}

.home.detail-product .section7 .swiper2 .swiper-slide.swiper-slide-active p {
    color: transparent;
}

.home.detail-product .section7 .swiper2 .swiper-slide p {
    color: #000;
    text-align: center;
    margin: 2.08333vw auto 0;
    width: 100%;
    position: relative;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    transition: .6s;
}

.home.detail-product .section7 .swiper2 .swiper-slide p:after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vw;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(84deg, #7DDAC7 12.91%, #6A89EC 118.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: .6s;
}

.home.detail-product .section7 .swiper2 .swiper-slide.swiper-slide-active p:after {
    opacity: 1;
}

.home.detail-product .section7 .cut {
    margin: 2.5vw auto 0;
    display: flex;
    justify-content: center;
}

.home.detail-product .section7 .cut .list {
    --color: #DFDFDF;
    width: 1.66667vw;
    height: 1.66667vw;
    border-radius: 50%;
    border: .20833vw solid transparent;
    position: relative;
    cursor: pointer;
    transition: .6s ease;
}

.home.detail-product .section7 .cut .list:not(:last-child) {
    margin: 0 .88542vw 0 0;
}

.home.detail-product .section7 .cut .list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: linear-gradient(180deg, #5F6C72 0%, #1F2027 100%) !important;
    border-radius: 50%;
    transition: .6s ease;
}

.home.detail-product .section7 .cut .list:nth-child(2) {
    --color: #DFDFDF;
}

.home.detail-product .section7 .cut .list.on {
    border: .20833vw solid var(--color);
}

.home.detail-product .section7 .cut .list.on:after {
    transform: translate(-50%, -50%) scale(0.4);
}

.home.detail-product .section7 .wrap .more {
    width: fit-content;
    padding: 0 .9375vw 0 1.875vw;
    height: 3.22917vw;
    border-radius: 10.41667vw;
    border: .15625vw solid #323941;
    margin: 3.33333vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
}

.home.detail-product .section7 .wrap .more:hover {
    background: #000;
    border: .15625vw solid #000;
}

.home.detail-product .section7 .more svg {
    width: 2.08333vw;
    height: 2.08333vw;
}

.home.detail-product .section7 .wrap .more p {
    color: #323941;
    font-size: .9375vw;
    font-style: normal;
    font-weight: bold;
    transition: .6s ease;
}

.home.detail-product .section7 .wrap .more:hover p {
    color: #fff;
}

.home.detail-product .section7 .wrap .more:hover svg path {
    stroke: #fff;
}

/*  */
@media screen and (max-width: 1024px) {
 

    .home .robot .fix .wrap .content .matter {
        z-index: 10;
    }

    .home img {
        object-fit: cover
    }

    /* .home .banner .swiper1,
    .home .banner .bg {
        height: 100vh
    }

    .home .banner .text {
        bottom: 15%
    } */

    /* .home .banner .text .t {
        font-size: 20px
    } */

    .home .banner .text .t2 {
        font-size: 16px;
        margin: 15px 0 0 0
    }

    .home .banner .text .btn {
        font-size: 14px;
        padding: 8px 10px 8px 15px;
        margin-top: 20px
    }

    .home .banner .text .btn p {
        transform: translateY(-1px)
    }

    .home .banner .text .btn img {
        width: 24px;
        margin-left: 10px
    }

    .home .banner .position {
        bottom: 5%
    }

    .home .banner .position svg {
        width: 8px;
        height: 12px
    }

    .home .banner .position .swiper-pagination {
        margin: 0 0 0 22px
    }

    .home .banner .position .swiper-pagination .swiper-pagination-current {
        font-size: 13px
    }

    .home .banner .position .swiper-pagination .line {
        font-size: 13px;
        margin: 0 10px
    }

    .home .banner .position .swiper-pagination .swiper-pagination-total {
        font-size: 13px
    }

    .home .banner .position .play {
        width: 18px;
        height: 18px;
        margin: 0 0 0 20px
    }

    .home .banner .position .play svg:nth-child(2) {
        width: 16px !important;
        height: 16px !important
    }

    .home .banner .position .line_cut {
        margin: 0 20px;
        height: 3px;
        border-radius: 15px;
        width: 100px
    }

    .home .banner .position .line_cut .line_list {
        height: 100%
    }

    .home .banner .position .line_cut .line_list div {
        height: 100%
    }

    .home .dialog .close {
        top: 80px
    }

    .home .dialog .close img {
        width: 30px
    }

    .home .dialog .content video {
        width: 90%;
        height: 60vh
    }

    .home .section1 {
        padding: 40px 0
    }

    .home .section1 .wrap {
        width: 90%;
        flex-direction: column
    }

    .home .section1 .wrap .l {
        margin: 0 0 20px
    }

    .home .section1 .wrap .l .label {
        height: 36px;
        padding: 0 12px;
        font-size: 14px;
        margin: 0 0 15px
    }

    .home .section1 .wrap .l .title {
        font-size: 24px;
        line-height: 1.6
    }

    .home .section1 .wrap .l .title p {
        font-size: 24px
    }

    .home .section1 .wrap .r {
        width: 100%
    }

    .home .section1 .wrap .r .imgSwiper {
        height: auto
    }

    .home .section1 .wrap .r .imgSwiper .position {
        bottom: 10%
    }

    .home .section1 .wrap .r .imgSwiper .position svg {
        width: 6px;
        height: 10px
    }

    .home .section1 .wrap .r .imgSwiper .position .swiper-pagination {
        margin: 0 12px
    }

    .home .section1 .wrap .r .imgSwiper .position .swiper-pagination span {
        font-size: 13px
    }

    .home .section1 .wrap .r .imgSwiper .position .swiper-pagination .line {
        margin: 0 10px;
        font-size: 13px
    }

    .home .section1 .wrap .r .content .cut {
        width: 100%;
        margin: 20px 0 0 0;
        justify-content: space-between
    }

    .home .section1 .wrap .r .content .cut .list {
        font-size: 13px;
        padding: 0 0 10px
    }

    .home .section1 .wrap .r .content .cut .list:not(:last-child) {
        margin: 0
    }

    .home .section1 .wrap .r .content .text {
        margin: 14px 0 0 0
    }

    .home .section1 .wrap .r .content .text .text_list {
        font-size: 13px
    }

    .home .section2 {
        padding: 25px 0
    }

    .home .section2 .wrap {
        width: 90%
    }

    .home .section2 .wrap .title {
        left: 0
    }

    .home .section2 .wrap .title h1 {
        font-size: 24px;
        margin: 0 0 5px
    }

    .home .section2 .wrap .title p {
        font-size: 14px;
        line-height: 1.6
    }

    .home .section2 .wrap .content {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0
    }

    .home .section2 .wrap .content .item {
        height: auto;
        border-radius: 10px
    }

    .home .section2 .wrap .content .item .text {
        left: 5%;
        top: 60%
    }

    .home .section2 .wrap .content .item .text h1 {
        font-size: 16px;
        margin: 0 0 10px
    }

    .home .section2 .wrap .content .item .text p {
        font-size: 14px;
        line-height: 1.6
    }

    .home .section2 .wrap .content .item .text p:not(:last-child) {
        margin: 0 0 5px
    }

    .home .section3 {
        height: auto;
        padding: 50px 0
    }

    .home .section3 .wrap {
        width: 90%;
        flex-direction: column
    }

    .home .section3 .wrap .l {
        margin: 0 0 25px;
        width: 100%
    }

    .home .section3 .wrap .l .matter {
        width: 100%;
        height: auto;
        padding: 5%
    }

    .home .section3 .wrap .l .matter .list:not(:last-child) {
        margin: 0 0 20px
    }

    .home .section3 .wrap .l .matter .list h1 {
        font-size: 16px;
        margin: 0 0 10px
    }

    .home .section3 .wrap .l .matter .list p {
        font-size: 14px;
        line-height: 1.6
    }

    .home .section3 .wrap .r {
        width: 54vw;
        height: auto;
        margin: auto
    }

    .home .section3 .wrap .r .position .point {
        width: 3.33333vw;
        height: 3.33333vw
    }

    .home .section3 .wrap .r .position .point1 {
        top: 14.4vw;
        left: 2vw
    }

    .home .section3 .wrap .r .position .point2 {
        top: 53.33333vw;
        left: 16.4vw
    }

    .home .section3 .wrap .r .position .point3 {
        top: 83.86667vw;
        left: 37.46667vw
    }

    .home .section4 {
        padding: 20px 0 40px 0
    }

    .home .section4 .wrap {
        width: 90%
    }

    .home .section4 .wrap .swiper2 .swiper-slide .item {
        transform: scale(1) !important
    }

    .home .section4 .wrap .swiper2 .swiper-slide .item p {
        font-size: 24px;
        margin: 20px auto 0
    }

    .home .section4 .wrap .swiper2 .swiper-slide .item p:after {
        font-size: 24px
    }

    .home .section4 .wrap .cut {
        margin: 25px 0 0 0
    }

    .home .section4 .wrap .cut .list {
        width: 24px;
        height: 24px;
        border: 2px solid transparent
    }

    .home .section4 .wrap .cut .list:not(:last-child) {
        margin: 0 20px 0 0
    }

    .home .section4 .wrap .cut .list.on {
        border: 2px solid var(--color)
    }

    .home .section4 .wrap .more {
        width: fit-content;
        height: 30px;
        padding: 0 8px 0 15px;
        margin: 20px auto 0
    }

    .home .section4 .wrap .more p {
        font-size: 14px
    }

    .home .section4 .wrap .more svg {
        width: 25px;
        height: 25px
    }

    .home .section5 {
        padding: 20px 0 30px 0
    }

    .home .section5 .wrap {
        width: 90%;
        flex-direction: column
    }

    .home .section5 .wrap .l {
        width: 100%
    }

    .home .section5 .wrap .l .title {
        font-size: 24px;
        margin: 0 0 10px
    }

    .home .section5 .wrap .l .text {
        font-size: 14px;
        line-height: 1.6
    }

    .home .section5 .wrap .l .cut {
        margin: 30px 0 0 0
    }

    .home .section5 .wrap .l .cut div {
        width: 100px;
        height: 5px
    }

    .home .section5 .wrap .l .cut div:not(:last-child) {
        margin: 0 10px 0 0
    }

    .home .section5 .wrap .r {
        width: 100%;
        margin: 30px 0 0 0;
        height: auto
    }

    .home .home .robot .fix .wrap .content .matter1 .text_copy {
        top: 0
    }

    .home .robot .fix .wrap .center_img {
        position: relative !important;
        transform: none !important;
        width: 100%;
        left: 0;
        top: 70px
    }

    .home .robot .fix .wrap .content {
        position: relative;
        margin: 0
    }

    .home .robot .fix .wrap .content .matter .top {
        position: static
    }

    .home .robot .fix .wrap .content .matter .joke {
        width: 90%;
        margin: 100px auto 0 auto;
    }

    .home .robot .fix .wrap .content .matter .top .list_ p:nth-child(1) {
        font-size: 16px;
        line-height: 1.1;
        margin: 0
    }

    .home .robot .fix .wrap .content .matter .top {
        width: 100%
    }

    .home .robot .fix .wrap .content .matter .top .list_:not(:last-child) {
        margin: 0 0 10px
    }

    .home .robot .fix .wrap .content .matter .top .list_ {
        padding: 0 0 10px
    }

    .home .robot .fix .wrap .content .matter .top .list_ p:nth-child(2) {
        font-size: 20px;
        line-height: 1
    }

    .home .robot .fix .wrap .content .matter .bottom {
        position: static;
        margin: 30px 0 0 0
    }

    .home .robot .fix .wrap .content .matter .bottom .text {
        font-size: 16px;
        line-height: 1;
        margin: 0 0 15px
    }

    .home .robot .fix .wrap .content .matter .bottom .title .headline img {
        display: none
    }

    .home .robot .fix .wrap .content .matter .bottom .title .headline2 img {
        display: none
    }

    .home .robot .fix .wrap .content .matter .bottom .title .headline p {
        font-size: 18px;
        line-height: 1
    }

    .home .robot .fix .wrap .content .matter .bottom .title .headline2 p {
        font-size: 15px;
        line-height: 1
    }

    .home .robot .fix .wrap .content .matter .bottom .title .headline {
        padding: 0;
        margin: 0 0 10px
    }

    .home .robot .fix .wrap .content .matter .bottom .title .headline2 {
        padding: 0;
        margin: 0
    }

    .home .robot .fix .wrap .content .matter1 .top .border {
        width: 30px;
        height: 30px
    }

    .home .robot .fix .wrap .content .matter1 .top .border img {
        width: 48%
    }

    .home .robot .fix .wrap .content .matter1 .top .border .position {
        display: none
    }

    .home .robot .fix .wrap .content .matter1 .top .flex {
        flex-direction: column;
        height: auto
    }

    .home .robot .fix .wrap .content .matter1 .top .flex .l {
        width: 100%;
        padding: 10px 0 0 10px;
        font-size: 15px;
        line-height: 1.5
    }

    .home .robot .fix .wrap .content .matter1 .top .flex .position {
        display: none
    }

    .home .robot .fix .wrap .content .matter1 .top .flex .r .list {
        height: 30px
    }

    .home .robot .fix .wrap .content .matter1 .top .flex .r .list p {
        font-size: 13px;
        min-width: 150px;
        margin: 0 0 0 9%
    }

    .home .robot .fix .wrap .content .matter1 .top .pick {
        font-size: 15px;
        line-height: 1.5;
        margin: 20px 0 0 0
    }

    .home .robot .fix .wrap .content .matter .bottom .posi_line {
        position: static;
        width: 100%;
        font-size: 18px;
        margin-top: 60px
    }

    .home .robot .fix .position_cut {
        display: flex
    }

    .home .robot .fix .position_cut .item .pic1 {
        width: 35px;
        height: auto
    }

    .home .robot .fix .position_cut .item .pic2 img {
        width: 25px;
        height: auto
    }

    .home .robot .fix .position_cut .item .other .img {
        width: 150px
    }

    .home .robot .fix .position_cut .item .other .cen .line {
        height: 80px !important
    }

    .home .robot .fix .position_cut .item .other .cen {
        width: 45px
    }

    .home .robot .fix .position_cut .item .other .cen .circle {
        width: 7px;
        height: 7px
    }

    .home .robot .fix .position_cut {
        gap: 10px 18px;
        right: 5%;
        bottom: 3%
    }

    .home .robot .fix .wrap .center_img .img img {
        max-height: 50vh
    }

    .home .robot .fix .wrap .content .matter1 .text_copy .main-copy-wrap {
        font-size: 48px
    }

    /*  */
    .title-style {
        font-size: 24px;
        line-height: 1.6;
    }

    .home.detail-product .section2 .wrap {
        width: 100%;
    }

    .home.detail-product .section2 .wrap .content {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .home.detail-product .section2 .wrap .content .item {
        height: auto;
        border-radius: 10px;
    }

    .home.detail-product .section2 .wrap .content .item .text {
        left: 5%;
        top: 60%;
    }

    .home.detail-product .section2 .wrap .content .item .text h1 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .home.detail-product .section2 .wrap .content .item .text p {
        font-size: 14px;
        line-height: 1.6;
    }

    /*  */
    .home.detail-product .section3 .wrap {
        width: 100%;
        flex-direction: column-reverse;
    }

    .home.detail-product .section3 .wrap .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .home.detail-product .section3 .title h2 {
        font-size: 24px;
        line-height: 1.6;
    }

    .home.detail-product .section3 .title .desc {
        font-size: 16px;
        line-height: 1.6;
    }

    /*  */

    .home.detail-product .section4 .list-item {
        flex-direction: row;
        gap: 20px;
    }

    .home.detail-product .section4 .list-item img {
        max-width: 40px;
    }

    .home.detail-product .section4 .list-item .item h4 {
        font-size: 16px;
        font-weight: 700;
    }

    .home.detail-product .section4 .list-item .item p {
        font-size: 14px;
        text-align: center;
    }
.home.detail-product .section4 .box-table td{
    font-size: 14px;
}
.home.detail-product .section4 .box-table thead tr th h4{
    font-size: 18px;
}
    .home.detail-product .section7 .cut .list {
        width: 24px;
        height: 24px;
        border: 2px solid transparent;
    }

    .home.detail-product .section7 .cut .list:not(:last-child) {
                margin: 0 20px 0 0;
    }

    .home.detail-product .section7 .wrap .more {
        width: fit-content;
        height: 30px;
        padding: 0 8px 0 15px;
        margin: 20px auto 0;
    }

    .home.detail-product .section7 .wrap .more p {
        font-size: 14px;
    }

    .home.detail-product .section7 .more svg {
        width: 25px;
        height: 25px;
    }
}