.culture1 {
    padding: 110px 0 50px;
    position: relative;
    z-index: 5;
    overflow: unset
}

.culture1 .wrap {
    width: 1440px;
    margin: auto;
    position: relative
}

.culture1 .wrap .content {
    height: 720px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.culture1 .wrap .content .bgSwiper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.culture1 .wrap .content .bgSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s;
}
.culture1 .wrap .content .bgSwiper .swiper-slide-active img{
    opacity: 1;
}

.culture1 .wrap .content .joke {
    width: 100%;
    position: relative
}

.culture1 .wrap .content .joke .text {
    text-align: center;
    position: relative;
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 300ms, transform 600ms 300ms;
    pointer-events: none
}

.culture1 .wrap .content .joke .text.on {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.culture1 .wrap .content .joke .text:not(:first-child) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.culture1 .wrap .content .joke .text .p1 {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 0 20px
}

.culture1 .wrap .content .joke .text .p2 {
    font-weight: 500;
    font-size: 44px;
    color: #FFFFFF
}

.culture1 .wrap .position {
    position: absolute;
    width: 1260px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(97, 144, 168, 0.1);
    border-radius: 50px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    justify-content: space-between;
    padding: 0 80px
}

.culture1 .wrap .position .list {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    cursor: pointer
}

.culture1 .wrap .position .list.on {
    color: #EA5520
}

.culture2 {
    position: relative;
    height: calc(100vh + 1200px)
}

.culture2 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden
}

.culture2 .joke {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1
}

.culture2 .joke .common_bg {
    --w: 500px;
    --h: 250px;
    --border: 15px;
    --d: calc(50vw - var(--w));
    --c: calc(50vh - var(--h));
    --b: calc(50vw - var(--w));
    --a: calc(50vh - var(--h));
    width: 100%;
    height: 100%;
    clip-path: inset(var(--a) var(--b) var(--c) var(--d) round var(--border))
}

.culture2 .joke .animate1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    z-index: 5
}

.culture2 .joke .alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none
}

.culture2 .joke .alert.on {
    pointer-events: auto
}

.culture2 .joke .alert.on .alert_joke {
    opacity: 1;
    transform: translateY(0)
}

.culture2 .joke .alert .alert_joke {
    width: 651px;
    height: 710px;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: .6s ease
}

.culture2 .joke .alert .alert_joke .close {
    top: 15px;
    right: 19px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s ease
}

.culture2 .joke .alert .alert_joke .close:hover {
    background: var(--color);
    transform: rotate(-90deg)
}

.culture2 .joke .alert .alert_joke .close svg {
    width: 18px;
    height: 18px
}

.culture2 .joke .alert .alert_joke .close svg path {
    fill: #fff;
    transition: .6s ease
}

.culture2 .joke .alert .alert_joke .scroll {
    padding: 0 49px 0 49px;
    height: 85%;
    overflow: hidden;
    overflow-y: scroll;
    margin: 50px 0 0 0
}

.culture2 .joke .alert .alert_joke .p1 {
    font-weight: 500;
    font-size: 20px;
    color: #111111
}

.culture2 .joke .alert .alert_joke .text {
    margin: 32px 0 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    line-height: 26px
}

.culture2 .joke .position {
    width: 520px;
    height: 710px;
    position: absolute;
    right: 130px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: .6s ease
}

.culture2 .joke .position.hide {
    opacity: 0;
    transform: translate(50px, -50%);
    pointer-events: none
}

.culture2 .joke .position .jump {
    padding: 40px 40px 0 30px;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: .6s
}

.culture2 .joke .position .jump.on {
    opacity: 1;
    transform: translateY(0)
}

.culture2 .joke .position .num {
    position: absolute;
    right: 20px;
    top: 0;
    color: #EAEDF2;
    z-index: 1;
    font-size: 160px
}

.culture2 .joke .position .p1 {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    margin: 0 0 250px
}

.culture2 .joke .position .p2 {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    margin: 0 0 30px
}

.culture2 .joke .position .p3 {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    margin: 0 0 125px
}

.culture2 .joke .position .end {
    display: flex;
    justify-content: flex-end
}

.culture2 .joke .position .end .more {
    width: 160px;
    height: 52px;
    background: rgba(234, 85, 32, 0);
    border-radius: 26px;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: .6s ease;
    cursor: pointer
}

.culture2 .joke .position .end .more:hover {
    background: var(--color);
    color: #fff;
    border: 1px solid var(--color)
}

.culture_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.culture_alert.on {
    pointer-events: auto
}

.culture_alert.on .alert {
    pointer-events: auto
}

.culture_alert.on .alert .alert_joke {
    opacity: 1;
    transform: translateY(0)
}

.culture_alert .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.culture_alert .alert {
    pointer-events: none
}

.culture_alert .alert .alert_joke {
    width: 651px;
    height: 710px;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: .6s ease
}

.culture_alert .alert .alert_joke .close {
    top: 15px;
    right: 19px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s ease
}

.culture_alert .alert .alert_joke .close:hover {
    background: var(--color);
    transform: rotate(-90deg)
}

.culture_alert .alert .alert_joke .close svg {
    width: 18px;
    height: 18px
}

.culture_alert .alert .alert_joke .close svg path {
    fill: #fff;
    transition: .6s ease
}

.culture_alert .alert .alert_joke .scroll {
    padding: 0 49px 0 49px;
    height: 85%;
    overflow: hidden;
    overflow-y: scroll;
    margin: 50px 0 0 0
}

.culture_alert .alert .alert_joke .p1 {
    font-weight: 500;
    font-size: 20px;
    color: #111111
}

.culture_alert .alert .alert_joke .text {
    margin: 32px 0 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    line-height: 26px
}

@media screen and (max-width: 1919px) {
    .culture1 {
        padding: 5.7291666667vw 0px 2.6041666667vw
    }

    .culture1 .wrap {
        width: 75vw
    }

    .culture1 .wrap .content {
        height: 37.5vw;
        border-radius: 1.0416666667vw
    }

    .culture1 .wrap .content .joke .text {
        transform: translateY(0.5208333333vw)
    }

    .culture1 .wrap .content .joke .text .p1 {
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.0416666667vw
    }

    .culture1 .wrap .content .joke .text .p2 {
        font-size: 2.2916666667vw
    }

    .culture1 .wrap .position {
        width: 65.625vw;
        height: 5.2083333333vw;
        box-shadow: rgba(97, 144, 168, 0.1) 0px 0px 1.5625vw 0px;
        border-radius: 2.6041666667vw;
        bottom: -2.6041666667vw;
        padding: 0px 4.1666666667vw
    }

    .culture1 .wrap .position .list {
        font-size: 0.8333333333vw
    }

    .culture2 .joke .common_bg {
        --w: 26.0416666667vw;
        --h: 13.0208333333vw;
        --border: 0.78125vw
    }

    .culture2 .joke .animate1 {
        font-size: 1.5625vw
    }

    .culture2 .joke .alert .alert_joke {
        width: 33.90625vw;
        height: 36.9791666667vw;
        transform: translateY(1.0416666667vw)
    }

    .culture2 .joke .alert .alert_joke .close {
        top: 0.78125vw;
        right: 0.9895833333vw;
        width: 2.0833333333vw;
        height: 2.0833333333vw
    }

    .culture2 .joke .alert .alert_joke .close svg {
        width: 0.9375vw;
        height: 0.9375vw
    }

    .culture2 .joke .alert .alert_joke .scroll {
        padding: 0px 2.5520833333vw;
        margin: 2.6041666667vw 0px 0px
    }

    .culture2 .joke .alert .alert_joke .p1 {
        font-size: 1.0416666667vw
    }

    .culture2 .joke .alert .alert_joke .text {
        margin: 1.6666666667vw 0px 0px;
        font-size: 0.7291666667vw;
        line-height: 1.3541666667vw
    }

    .culture2 .joke .position {
        width: 27.0833333333vw;
        height: 36.9791666667vw;
        right: 6.7708333333vw
    }

    .culture2 .joke .position.hide {
        transform: translate(2.6041666667vw, -50%)
    }

    .culture2 .joke .position .jump {
        padding: 2.0833333333vw 2.0833333333vw 0px 1.5625vw;
        transform: translateY(0.5208333333vw)
    }

    .culture2 .joke .position .num {
        right: 1.0416666667vw;
        font-size: 8.3333333333vw
    }

    .culture2 .joke .position .p1 {
        font-size: 1.25vw;
        margin: 0px 0px 13.0208333333vw
    }

    .culture2 .joke .position .p2 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.5625vw
    }

    .culture2 .joke .position .p3 {
        font-size: 0.7291666667vw;
        line-height: 1.4583333333vw;
        margin: 0px 0px 6.5104166667vw
    }

    .culture2 .joke .position .end .more {
        width: 8.3333333333vw;
        height: 2.7083333333vw;
        border-radius: 1.3541666667vw;
        font-size: 0.8333333333vw
    }

    .culture_alert .alert .alert_joke {
        width: 33.90625vw;
        height: 36.9791666667vw;
        transform: translateY(1.0416666667vw)
    }

    .culture_alert .alert .alert_joke .close {
        top: 0.78125vw;
        right: 0.9895833333vw;
        width: 2.0833333333vw;
        height: 2.0833333333vw
    }

    .culture_alert .alert .alert_joke .close svg {
        width: 0.9375vw;
        height: 0.9375vw
    }

    .culture_alert .alert .alert_joke .scroll {
        padding: 0px 2.5520833333vw;
        margin: 2.6041666667vw 0px 0px
    }

    .culture_alert .alert .alert_joke .p1 {
        font-size: 1.0416666667vw
    }

    .culture_alert .alert .alert_joke .text {
        margin: 1.6666666667vw 0px 0px;
        font-size: 0.7291666667vw;
        line-height: 1.3541666667vw
    }
}

@media screen and (max-width: 1024px) {
    .culture1 .wrap {
        width: 90%
    }

    .culture1 .wrap .content {
        height: 250px;
        border-radius: 10px
    }

    .culture1 .wrap .content .joke .text {
        padding: 0 5%
    }

    .culture1 .wrap .content .joke .text .p1 {
        font-size: 13px;
        margin: 0px 0px 10px
    }

    .culture1 .wrap .content .joke .text .p2 {
        font-size: 23px
    }

    .culture1 .wrap .position {
        width: 95%;
        height: 51px;
        box-shadow: rgba(97, 144, 168, 0.1) 0px 0px 1.5625vw 0px;
        border-radius: 25px;
        bottom: -24px;
        padding: 0px 5%
    }

    .culture1 .wrap .position .list {
        font-size: 11px
    }

    .culture1 {
        padding: 40px 0
    }

    .culture2 .joke .common_bg {
        display: none
    }

    .culture2 .joke .position .jump {
        box-shadow: rgba(97, 144, 168, 0.1) 0px 0px 1.5625vw 0px;
        opacity: 1
    }

    .culture2 {
        height: auto
    }

    .culture2 .fix {
        height: auto
    }

    .culture2 .joke {
        padding: 50px 0
    }

    .culture2 .joke .position {
        width: 100%;
        height: auto;
        right: 0;
        padding: 0 5%;
        position: static;
        transform: none
    }

    .culture2 .joke {
        height: auto
    }

    .culture2 .joke .position .p1 {
        font-size: 18px;
        margin: 0px 0px 25px
    }

    .culture2 .joke .position .jump {
        padding: 25px
    }

    .culture2 .joke .position .num {
        right: 15px;
        font-size: 43px
    }

    .culture2 .joke .position .p2 {
        font-size: 14px;
        margin: 0px 0px 15px
    }

    .culture2 .joke .position .p3 {
        font-size: 12px;
        line-height: 25px;
        margin: 0px 0px 22px
    }

    .culture2 .joke .position .end .more {
        width: 120px;
        height: 40px;
        border-radius: 25px;
        font-size: 13px
    }

    .culture2 .joke .position.hide {
        opacity: 0;
        transform: none !important
    }

    .culture_alert {
        opacity: 0;
        transition: .6s ease
    }

    .culture_alert.on {
        opacity: 1
    }

    .culture_alert .black {
        background: rgba(0, 0, 0, 0.2)
    }

    .culture_alert .alert .alert_joke {
        width: 90%;
        height: 57vh;
        margin: auto
    }

    .culture_alert .alert .alert_joke .scroll {
        padding: 0 15px;
        height: 78%;
        margin: 65px 0 0 0
    }

    .culture_alert .alert .alert_joke .p1 {
        font-size: 20px
    }

    .culture_alert .alert .alert_joke .text {
        margin: 15px 0 0 0;
        font-size: 13px;
        line-height: 26px
    }

    .culture_alert .alert .alert_joke .close {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px
    }

    .culture_alert .alert .alert_joke .close svg {
        width: 14px;
        height: 14px
    }
}
