.banner {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    isolation: isolate;
}
.banner .listBox {
    z-index: 0;
}
.banner .dotBox {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 20px;
    z-index: 9;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1000px) {
    .banner .dotBox {
        bottom: 10px;
    }
}
.banner .dotBox ul {
    display: flex;
    gap: 30px;
}
@media screen and (max-width: 1000px) {
    .banner .dotBox ul {
        gap: 10px;
    }
}
.banner .dotBox li {
    margin: 5px 0;
}
@media screen and (max-width: 575px) {
    .banner .dotBox li {
        margin: 0 5px;
    }
}
.banner .dotBox li button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    opacity: 0.5;
}
.banner .dotBox li.slick-active button {
    background: #f96d11;
    opacity: 1;
}
.banner .btnBox {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.banner .btnBox button {
    border: none;
    background-size: contain;
    background: url("data:image/svg+xml,%3Csvg width='10' height='29' viewBox='0 0 10 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0V27L1 17.4857' stroke='white' stroke-width='2' /%3E%3C/svg%3E%0A")
        no-repeat;
    background-position: center;
    width: 10px;
    height: 30px;
    display: block;
    margin: 20px 0;
    padding: 0 15px;
    transition-duration: 0.6s;
}
.banner .btnBox button.next {
    transform: scaleY(-1);
}
.banner .btnBox button.prev:active {
    transform: translateY(8px);
}
.banner .btnBox button.next:active {
    transform: scaleY(-1) translateY(8px);
}

.indexMore {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0.7;
    color: #000;
}
.indexMore::before {
    content: '';
    width: 80px;
    height: 1px;
    background: #000;
    display: block;
    margin: 0 10px 0 0;
    transition: all 0.3s ease;
}
.indexMore::after {
    content: '';
    width: 13px;
    height: 9px;
    -webkit-mask: url('../images/icon/icon_ar.svg') left center repeat;
    mask: url('../images/icon/icon_ar.svg') left center repeat;
    background-size: contain;
    background: #ff290b;
    margin-left: 10px;
}
.indexMore:hover {
    color: #ff290b;
}
.indexMore:hover::before {
    width: 0;
}

section {
    padding-top: 70px;
}
@media screen and (max-width: 1000px) {
    section {
        padding-top: 50px;
    }
}
section .blockTitle {
    color: #08111f;
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 600;
}
@media screen and (max-width: 1000px) {
    section .blockTitle {
        font-size: 2rem;
    }
}
@media screen and (max-width: 767px) {
    section .blockTitle {
        font-size: 1.75rem;
    }
}

.mainBox .top {
    overflow: hidden;
    background: url('../images/index/tbg.jpg') repeat center;
}
.mainBox .bottom {
    overflow: hidden;
    background: url('../images/index/wbg.jpg') repeat-x center bottom;
}

.productBox {
    position: relative;
    isolation: isolate;
    margin-bottom: 3%;
}
.productBox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 80%;
    z-index: -1;
    display: block;
    background: #f96d11;
}
.productBox .container {
    max-width: calc(1440px + var(--contentPadding) * 2);
    margin-bottom: 5%;
}
@media screen and (max-width: 1000px) {
    .productBox .container {
        display: flex;
        flex-direction: column;
    }
}
.productBox .container .blockTitle {
    color: #fff;
}
@media screen and (max-width: 1000px) {
    .productBox .container .blockTitle {
        margin-bottom: 0px;
    }
}
.productBox .container .more {
    color: #fff;
    text-decoration: underline;
    opacity: 0.7;
}
@media screen and (max-width: 1000px) {
    .productBox .container .more {
        order: 5;
    }
}
@media screen and (max-width: 767px) {
    .productBox .container .more {
        font-size: 0.875rem;
    }
}
.productBox .products {
    max-width: 1830px;
    margin: 0 0 0 auto;
    padding-left: 150px;
    position: relative;
}
@media screen and (max-width: 1000px) {
    .productBox .products {
        padding: 0 50px;
    }
}
.productBox .slick-list {
    width: 100%;
    padding: 0 !important;
    overflow: visible;
}
.productBox .slick-slide {
    transition: all 0.3s ease;
}
.productBox .slick-slide:not(.slick-active) {
    opacity: 0;
    visibility: hidden;
}
.productBox .slick-slide.slick-active + .slick-active {
    transform: translateY(-18%);
}
@media screen and (max-width: 1000px) {
    .productBox .slick-slide.slick-active + .slick-active {
        transform: translateY(0%);
    }
}
.productBox .listBox {
    display: flex;
    margin: 0 -20px;
}
.productBox .listBox .item {
    padding: 0 20px;
}
.productBox .listBox a {
    height: 100%;
    display: block;
    isolation: isolate;
    position: relative;
}
.productBox .listBox a::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    background: #000;
    opacity: 0.3;
}
.productBox .listBox a:hover img {
    transform: scale(1.5);
}
.productBox .listBox .pic {
    margin: 0 auto;
}
.productBox .listBox .pic img {
    transition: all 20s ease;
}
.productBox .listBox .info {
    position: absolute;
    z-index: 9;
    bottom: 10%;
    right: 40px;
    left: 40px;
}
.productBox .listBox .title {
    font-size: 3rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1440px) {
    .productBox .listBox .title {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1000px) {
    .productBox .listBox .title {
        font-size: 1.875rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .productBox .listBox .title {
        font-size: 1.375rem;
    }
}
.productBox .listBox .more {
    color: #f96d11;
    font-weight: 500;
    text-decoration: underline;
}
.productBox .slick-arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 54px;
    height: 104px;
    aspect-ratio: 54/104;
    -webkit-mask: url('../images/icon/icon_arrow.svg') center no-repeat;
    mask: url('../images/icon/icon_arrow.svg') center no-repeat;
    background: #fff;
    color: transparent;
    z-index: 20;
    padding: 0;
    transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
    .productBox .slick-arrow {
        max-width: 30px;
    }
}
.productBox .slick-arrow.slick-disabled {
    opacity: 0.5;
}
.productBox .slick-arrow.slick-prev {
    left: 50px;
}
@media screen and (max-width: 1000px) {
    .productBox .slick-arrow.slick-prev {
        left: 10px;
    }
}
.productBox .slick-arrow.slick-next {
    right: 50px;
    transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 1000px) {
    .productBox .slick-arrow.slick-next {
        right: 10px;
    }
}

.newsBox {
    padding-bottom: 1%;
}
.newsBox .container {
    max-width: calc(1440px + var(--contentPadding) * 2);
    margin-bottom: 5%;
}
.newsBox .topBox {
    position: relative;
    margin-bottom: 4%;
    border-bottom: #f96d11 4px double;
    display: flex;
    justify-content: space-between;
}
.newsBox .topBox .blockTitle {
    line-height: 0.7;
    margin: 0;
}
.newsBox .topBox .blockTitle span {
    color: #f96d11;
}
.newsBox .topBox .more {
    color: #a1a1a1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
@media screen and (max-width: 767px) {
    .newsBox .topBox .more {
        font-size: 0.875rem;
        transform: translateY(20px);
        right: auto;
        left: 0;
    }
}
.newsBox .listBox {
    display: flex;
    gap: 30px;
}
@media screen and (max-width: 767px) {
    .newsBox .listBox {
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }
}
.newsBox .listBox .item {
    width: calc((100% - 40px * (2 - 1)) / 2);
}
@media screen and (max-width: 767px) {
    .newsBox .listBox .item {
        width: 100%;
    }
}
.newsBox .listBox .item a {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
@media screen and (max-width: 575px) {
    .newsBox .listBox .item a {
        flex-direction: column;
    }
}
.newsBox .listBox .item a:hover .more::before {
    width: 100%;
    left: 0;
}
.newsBox .listBox .picBox {
    width: 40%;
    flex-shrink: 0;
    position: relative;
}
@media screen and (max-width: 575px) {
    .newsBox .listBox .picBox {
        width: 100%;
    }
}
.newsBox .listBox .pic {
    overflow: hidden;
}
.newsBox .listBox .tag {
    position: absolute;
    z-index: 2;
    background: #f96d11;
    color: #fff;
    padding: 2px 10px;
    left: 0;
    bottom: 0;
}
.newsBox .listBox .infoBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1200px) {
    .newsBox .listBox .infoBox {
        flex-direction: column;
    }
}
.newsBox .listBox .title {
    font-size: 1.75rem;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1440px) {
    .newsBox .listBox .title {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1000px) {
    .newsBox .listBox .title {
        font-size: 1.25rem;
    }
}
.newsBox .listBox .description {
    color: #545454;
    font-size: 1.125rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1000px) {
    .newsBox .listBox .description {
        font-size: 1rem;
    }
}
.newsBox .listBox .more {
    flex-shrink: 0;
    font-size: 0.875rem;
    color: #f96d11;
    white-space: nowrap;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    text-decoration: underline;
}
@media screen and (max-width: 1440px) {
    .newsBox .listBox .more {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1200px) {
    .newsBox .listBox .more {
        width: 100%;
    }
}

.catalogueBox {
    position: relative;
    margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
    .catalogueBox {
        margin-bottom: 80px;
    }
}
.catalogueBox::before {
    content: '';
    position: absolute;
    background: #fff1d9 url('../images/index/cbg.png') no-repeat right bottom;
    height: 323px;
    width: 70%;
    right: 0;
    top: 0;
    display: block;
}
@media screen and (max-width: 1000px) {
    .catalogueBox::before {
        background: #fff1d9 url('../images/index/cbg.png') no-repeat top left;
        background-size: contain;
        height: 130px;
    }
}
@media screen and (max-width: 767px) {
    .catalogueBox::before {
        width: 100%;
    }
}
.catalogueBox .container {
    max-width: calc(1440px + var(--contentPadding) * 2);
}

.catalogueBox .container::after {
    content: '';
    display: block;
    clear: both;
}
.catalogueBox .topBox {
    width: 60%;
    float: right;
    position: relative;
    margin-top: 170px;
    margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
    .catalogueBox .topBox {
        margin-top: 0px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .catalogueBox .topBox {
        float: none;
    }
}
.catalogueBox .topBox .blockTitle {
    margin: 0;
}
.catalogueBox .topBox .blockTitle span {
    color: #f96d11;
}
.catalogueBox .topBox .more {
    color: #f96d11;
    text-decoration: underline;
}
@media screen and (max-width: 1000px) {
    .catalogueBox .topBox .more {
        order: 5;
    }
}
@media screen and (max-width: 767px) {
    .catalogueBox .topBox .more {
        font-size: 0.875rem;
    }
}
.catalogueBox .picBox {
    width: 35%;
    float: left;
    position: relative;
}
@media screen and (max-width: 767px) {
    .catalogueBox .picBox {
        order: 2;
        width: 80%;
        margin: 0 auto 60px;
        float: none;
    }
}
.catalogueBox .picBox::before {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    background: #f96d11;
    bottom: -40px;
    left: -40px;
    z-index: 2;
    mix-blend-mode: multiply;
}
.catalogueBox .side {
    float: right;
    width: 60%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .catalogueBox .side {
        margin-bottom: 30px;
        width: 100%;
        float: none;
    }
}
.catalogueBox .listBox {
    margin-bottom: 7%;
}
@media screen and (max-width: 767px) {
    .catalogueBox .listBox {
        margin-bottom: 30px;
    }
}
.catalogueBox .listBox::before {
    content: '';
    position: absolute;
    -webkit-clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
    width: 20px;
    height: 9px;
    background: #f96d11;
    display: block;
    left: -40px;
    top: 17%;
    transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
    .catalogueBox .listBox::before {
        top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .catalogueBox .listBox::before {
        top: 10px;
        left: -30px;
    }
}
.catalogueBox .item {
    display: flex !important;
    justify-content: space-between;
    gap: 40px;
    line-height: 1.2;
}
.catalogueBox .item .info {
    max-width: 520px;
}
.catalogueBox .item .title {
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
    .catalogueBox .item .title {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1000px) {
    .catalogueBox .item .title {
        font-size: 1.875rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .catalogueBox .item .title {
        font-size: 1.375rem;
    }
}
.catalogueBox .item .description {
    color: #545454;
    font-size: 1.125rem;
}
@media screen and (max-width: 1000px) {
    .catalogueBox .item .description {
        font-size: 1rem;
    }
}
.catalogueBox .item .download {
    padding: 0;
    margin: 0;
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 50%;
    transition: all 0.3s ease;
    aspect-ratio: 1;
}
@media screen and (max-width: 1000px) {
    .catalogueBox .item .download {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 767px) {
    .catalogueBox .item .download {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }
}
.catalogueBox .item .download::before {
    content: '';
    position: absolute;
    inset: 2px;
    -webkit-mask: url('../images/icon/icon_download.svg') no-repeat;
    mask: url('../images/icon/icon_download.svg') no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #f96d11;
    transition: all 0.3s ease;
}
.catalogueBox .item .download:hover {
    background: #f96d11;
}
.catalogueBox .item .download:hover::before {
    background: #fff;
}
.catalogueBox .dotBox {
    width: 100%;
    left: 0;
    z-index: 9;
    display: flex;
}
.catalogueBox .dotBox ul {
    display: flex;
    gap: 30px;
}
.catalogueBox .dotBox li button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    background: #dddddd;
    opacity: 0.7;
    aspect-ratio: 1;
}
@media screen and (max-width: 1000px) {
    .catalogueBox .dotBox li button {
        width: 10px;
        height: 10px;
    }
}
.catalogueBox .dotBox li.slick-active button {
    background: #f96d11;
    opacity: 1;
}

.worldwideBox {
    padding-left: var(--contentPadding);
}
@media screen and (max-width: 767px) {
    .worldwideBox {
        padding: 0 var(--contentPadding);
    }
}
.worldwideBox .content {
    max-width: 1680px;
    margin: 0 0 0 auto;
    padding: 0 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .worldwideBox .content {
        flex-direction: column;
    }
}
.worldwideBox .infoBox {
    width: 36%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 767px) {
    .worldwideBox .infoBox {
        width: 100%;
        max-width: none;
    }
}
.worldwideBox .blockTitle {
    margin-bottom: 0;
    line-height: 1;
}
.worldwideBox .description {
    color: #222222;
    font-size: 1.3125rem;
}
@media screen and (max-width: 1000px) {
    .worldwideBox .description {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .worldwideBox .description {
        font-size: 1.125rem;
    }
}
.worldwideBox .pic {
    width: 64%;
}
@media screen and (max-width: 767px) {
    .worldwideBox .pic {
        width: 100%;
    }
}
.worldwideBox .more {
    background: #f96d11;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
} /*# sourceMappingURL=index.css.map */
