@font-face {
    font-family: 'Manrope3';
    src: url("../fonts/Manrope3.otf")
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #fff
}

*,
*::after,
*::before {
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 0
}

#my-scrollbar {
    height: 100vh
}

.scroll-content {
    overflow: hidden
}

#Horizontal {
    width: 100%;
    overflow: hidden;
    min-height: 100vh
}

.scrollX {
    width: fit-content;
    height: 100vh;
    display: flex
}

.scrollbar-thumb {
    width: 5px !important
}

@media screen and (max-width: 1365px) {
    .scrollbar-thumb {
        width: 0 !important
    }
}

.scrollbar-track-y {
    z-index: 9999 !important
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important
}

.scrollbar-track:hover {
    cursor: grab
}

.scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5) !important
}

img {
    object-fit: cover;
    vertical-align: bottom;
    max-width: 100%
}

textarea {
    resize: none;
    font-family: inherit
}

button {
    border: none;
    cursor: pointer
}

.bezier .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

*[onclick*='video_alert(this)'] video {
    display: none
}

.alert_video {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s
}

.video_active {
    pointer-events: auto !important;
    opacity: 1 !important
}

.alert_video .joke {
    display: flex;
    position: relative;
    z-index: 2
}

.alert_video .joke .video {
    width: 100%;
    height: 576px;
    display: block
}

.alert_video .joke .video video {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.alert_video .joke .close {
    margin: 0 0 0 25px;
    cursor: pointer;
    height: fit-content;
    transition: 1s
}

.alert_video .joke .close:hover {
    transform: rotate(90deg)
}

.alert_video .joke .close svg {
    width: 30px;
    height: 30px;
    fill: #fff
}

.alert_video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7)
}

.alert_video.all .joke {
    width: 100%;
    height: 100%
}

.alert_video.all .joke .video {
    height: 100%;
    object-fit: cover
}

.alert_video.all .close {
    position: absolute;
    top: 50px;
    right: 50px
}

.alert_video.all .joke .video video {
    object-fit: cover
}

.none {
    display: none
}

.block {
    display: block
}

#my-scrollbar .scroll-content section {
    overflow: hidden
}

table {
    border-collapse: collapse
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.4rem
}

::-webkit-scrollbar-track {
    background-color: transparent
}

[data-wheel]::-webkit-scrollbar {
    width: 7px
}

[data-wheel]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem
}

[data-wheel]::-webkit-scrollbar-track {
    background-color: transparent
}

html.lenis,
html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.common_banner {
    position: relative
}

.common_banner .img {
    width: 100%
}

.common_banner .position {
    position: absolute;
    width: 1680px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.common_banner .position h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 9px
}

.common_banner .position p {
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    text-transform: uppercase
}

.common_banner .position .white {
    height: 110px;
    width: 100%;
    background: #FFFFFF;
    margin: 41px 0 0 0
}

.common_banner .position.on h1 {
    color: #fff
}

.common_banner .position.on p {
    color: #fff
}

@media screen and (max-width: 1920px) {
    .common_banner .position {
        width: 87.5vw;
    }
    
    .common_banner .position h1 {
        font-size: 2.0833333333vw;
        margin: 0 0 0.46875vw
    }
    
    .common_banner .position p {
        font-size: 1.0416666667vw;
    }
    
    .common_banner .position .white {
        height: 5.7291666667vw;
        margin: 2.1354166667vw 0 0 0
    }
}
@media screen and (max-width: 1024px) {
    .common_banner{
        padding-top: 80px;
    }
    .common_banner .img{
        height: 220px;
    }
    .common_banner .position h1{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .common_banner .position p{
        font-size: 14px;
    }
    .common_banner .position .white{
        margin-top: 30px;
        display: none;
    }
    .common_banner .position{
        width:90%;
        bottom: 30px;
    }
    
}
@media screen and (max-width: 767px) {
    .common_banner{
        padding-top: 60px;
    }
    .common_banner .position h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .common_banner .position p {
        font-size: 12px;
    }
}