* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'NanumSquareRound', sans-serif;
    overflow-x: hidden;
}


button {
    cursor: pointer;
    border: none;
    font-family: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}


.text-center {
    text-align: center;
}

.hidden {
    display: none !important;
}



.section-header {
    margin-bottom: 1.875rem;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.section-header p {
    font-size: 1.75rem;
}

.section-intro {
    margin-top: 5.563rem;
    min-height: 656px;
    background: url('/event/bigsplay_intro/assets/images/main_bg.png') no-repeat right center;
    background-size: cover;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
}

.section-intro .container {
    padding-left: 10rem;
}

.section-intro .title {
    margin-bottom: 3rem;
}

.section-intro h1 {
    margin-bottom: 10px;
}

.section-intro h1 span {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 800;
    -webkit-text-stroke: 0.1em #fff;
    paint-order: stroke fill;

}

.section-intro h2 {
    color: #000;
    font-size: 3.75rem;
    font-weight: 800;
}

.section-intro p {
    font-size: 1.5rem;
    line-height: 1.5;
}

@keyframes title-float-bob {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.title-float-img {
    animation: title-float-bob 2.5s ease-in-out infinite;
}

.floating-box {
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: 0;
    z-index: 100;
    width: 100%;
    max-width: 1200px;
    border-radius: 30px 30px 0 0;
    background: #8A10FC;
    padding: 1.429rem 7.714rem;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease-out, opacity 0.4s ease-out, visibility 0.4s;
}

.floating-box.is-visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

.floating-box-item {
    width: 100%;
}

.floating-box .fix_img {
    position: absolute;
    bottom: 0;
    left: 108px;
}

.floating-box-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-box .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-box-item p {
    text-align: center;
    margin: 0 auto;
    padding-left: 150px;
}

.floating-box p {
    font-size: 2rem;
    font-weight: 800;
}

.floating-box p span {
    font-weight: 800;
}

.video-sticky-box {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 105;
}

.video-text {
    position: absolute;
    top: -20px;
    z-index: 6;
}

.video-thumb-btn {
    display: block;
    width: 100%;
    max-width: 152px;
    border: 7px solid #38d3ff;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.75);
}

.video-thumb-btn img {
    width: 100%;
    height: auto;
    display: block;
}

.video-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-popup-overlay.is-open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.video-popup-close {

    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 10;
}

.video-popup-inner {
    max-width: 90vw;
    max-height: 90vh;
}

.video-popup-inner video {
    max-width: 480px;
    display: block;
    border-radius: 10px;
}


.section-direction {
    padding: 5rem 0;
    background: url('/event/bigsplay_intro/assets/images/se1_bg.png') no-repeat center center/cover;
}

.section-direction .ek-container {
    position: relative;
}

.section-direction img.aboslute {
    position: absolute;
}

.section-direction img.se1_img_1 {
    bottom: 0;
    left: -140px;
}

.section-direction img.se1_img_2 {
    bottom: -39px;
    right: -210px;
}

.tablet-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    position: relative;
}

.tablet-frame {
    width: 100%;
    max-width: 997px;
    height: 649px;
    background: url('/event/bigsplay_intro/assets/images/frame.png') no-repeat center center/100% 100%;
    border: none;
    border-radius: 0;
    position: relative;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tablet-screen {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: relative;
    display: flex;
    flex-direction: column;
    background: url('/event/bigsplay_intro/assets/images/tablet/bg.png') no-repeat center center/cover;
    overflow: hidden;
}

.tablet-manual-overlay {
    position: absolute;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tablet-manual-overlay.is-hidden {
    display: none;
}

.tablet-manual-overlay .manual-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.tablet-manual-overlay .manual-img {
    position: relative;
    z-index: 1;
    max-width: 80%;
    height: auto;
    cursor: pointer;
}

.tablet-screen .tablet-header button {
    background-color: transparent;
}

.tablet-header {
    padding: 2.5rem;
    padding-bottom: 0;
}

.tablet-header span {
    position: relative;
    left: 20px;
}

.tablet-header.is-hidden {
    display: none;
}

.tablet-screen.is-slide-view .tablet-header,
.tablet-screen.is-slide-view>h4 {
    display: none !important;
}

.tablet-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.938rem;
}

.tablet-screen h4 {
    font-weight: 700;
    font-size: 1.438rem;
    margin-top: 0.813rem;
}

.tablet-view {
    flex: 1;
    min-height: 0;
    display: none;
    position: relative;
    overflow: hidden;
}

.tablet-view.active {
    display: flex;
    flex-direction: column;
    animation: fadeIn 0.3s ease;
}


.view-main {
    display: none;
    flex-direction: column;
    margin-top: 20px;
    gap: 30px;
    padding: 0 2.063rem;
}

.view-main.active {
    display: flex;
}

.main-buttons-grid {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.content-btn {
    min-width: 170px;
    min-height: 210px;
    border-radius: 50px 20px;
    background: #25C3FF;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    color: #fff;
    transition: 0.2s;
    overflow: hidden;
    position: relative;
}

.content-btn .text-wrap {
    margin-top: 2.313rem;
    padding-left: 1.063rem;
    text-align: left;
}

.content-btn .text-wrap span {
    font-weight: 700;
    font-size: 1.125rem;
}

.content-btn .text-wrap h6 {
    font-size: 1.625rem;
    font-weight: 800;
}

.content-btn img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.play-buttons-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 20px;
    background: #FFACDF;
    padding: 1.25rem;
}

.play-buttons-line .title-box {
    position: relative;
}

.play-buttons-line .title-box h6 {
    font-size: 1.438rem;
    font-weight: 800;
}

.play-buttons-line .title-box img {
    position: absolute;
    left: -68px;
    bottom: 10px;
}

.play-btn-wrap {
    gap: 0.938rem;
}

.sub-btn {
    filter: drop-shadow(0 6px 2px rgba(221, 94, 172, 0.50)) drop-shadow(0 4px 0 #FF60BF);
    border-radius: 20px;
    background: #FF75CA;
    padding: 13px 9px;
    width: 110px;
    height: 88px;
}

.sub-btn span {
    margin-top: 10px;
    font-size: 0.938rem;
    font-weight: 700;
}

.view-slide {
    position: relative;
    display: none;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 0;
    height: 100%;
}

.view-slide.active {
    display: flex;
}

.slide-view-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.938rem 1.875rem;
    flex-shrink: 0;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.slide-view-body {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.view-slide .tablet-swiper {
    flex: 1;
    min-height: 0;
    height: 100%;
}

.slide-header-btn {
    background-color: transparent;

}

.view-emotion .emotion-view-header-title {
    font-weight: 700;
    font-size: 1.125rem;
    color: #333;
}

.tablet-swiper {
    width: 100%;
    height: 100%;
}

.tablet-swiper .swiper-button-next:after,
.tablet-swiper .swiper-button-prev:after {
    display: none;
}

.tablet-swiper .custom-nav {
    width: 83px;
    height: 80px;

}

.tablet-swiper .swiper-pagination {
    position: relative;
    bottom: 26px;
}

.tablet-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D1C4E9;
    opacity: 1;
    margin: 0 5px;
    transition: width 0.2s ease, background-color 0.2s ease, border-radius 0.2s ease;
}

.tablet-swiper .swiper-pagination-bullet-active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
    background-color: #9747FF;
    margin: 0 5px;
}

.tablet-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.slide-inner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 1.875rem;
    box-sizing: border-box;
    background-color: #F8D6EB;
}

.slide-inner .slide-title {
    font-size: 1.688rem;
    font-weight: 800;
    margin-bottom: 2.75rem;
    text-align: center;
}

.slide-inner .slide-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.70);
    width: 100%;
    margin: 0 auto;
    max-width: 765px;
    padding-top: 1.875rem;
    overflow: hidden;
    min-height: 454px;
}

.slide-inner .slide-subtitle {
    color: #fff;

    font-size: 1.875rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
    border-radius: 100px;
    background: #FF74CA;
    padding: 12px 30px;
}

.slide-inner .slide-images {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;

}

.slide-inner .slide-images img {
    max-width: 100%;
    height: auto;
    max-width: 290px;
}

#emotionContentArea .slide-inner .slide-images img,
#bigsplayContentArea .slide-inner .slide-images img {
    max-width: none;
}

.slide-inner .slide-text {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2.063rem;
    font-weight: 400;
    min-height: 81px;
}

.slide-inner .slide-text2 {
    font-size: 1.125rem;
    padding: 1.25rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    background: #FF74CA;
    width: 100%;
    position: relative;
    margin-top: auto;
    z-index: 5;
}

.slide-inner .slide-text2::after {
    content: '';
    position: absolute;
    width: 117px;
    height: 104px;
    background: url('/event/bigsplay_intro/assets/images/tablet/con_img.png') no-repeat;
    bottom: 33px;
    right: 12px;
    z-index: -1;
}


.view-emotion {
    position: relative;
    display: none;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 0;
    height: 100%;
    background: #fff0f6;
}

.view-emotion.active {
    display: flex;
}

.view-emotion .slide-view-body {
    flex: 1;
    min-height: 0;
    width: 100%;
    background: #f0f0f0;
}

.view-emotion .emotion-content {
    flex: 1;
    min-height: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    box-sizing: border-box;
}

.view-bigsplay {
    position: relative;
    display: none;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 0;
    height: 100%;
    background: #fff0f6;
}

.view-bigsplay.active {
    display: flex;
}

.view-bigsplay .slide-view-body {
    flex: 1;
    min-height: 0;
    width: 100%;
    background: #f0f0f0;
}

.view-bigsplay .emotion-content {
    flex: 1;
    min-height: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    box-sizing: border-box;
}

.view-bigsplay .emotion-view-header-title {
    font-weight: 700;
    font-size: 1.125rem;
    color: #333;
}

.tablet-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 50;
}

.tablet-popup.active {
    display: block;
}

.popup-dim {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.875rem;
    padding-top: 2.5rem;
    border-radius: 30px;
    text-align: center;
    background: url('/event/bigsplay_intro/assets/images/tablet/ai_bg.png') no-repeat center center/cover;
    width: 100%;
    max-width: 696px;
}

.popup-content .title {
    gap: 8px;
    margin-bottom: 10px;
}

.popup-content .title div {
    border-radius: 100px;
    background: linear-gradient(90deg, #B972FF 0%, #822FFF 100%);
    padding: 8px 15px;
    font-weight: 800;

    font-size: 1.25rem;
}

.popup-content .title h3 {
    font-weight: 800;

    font-size: 2.063rem;
}

.popup-content>p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.popup-content ul {
    gap: 15px;
}

.popup-content ul li {
    border-radius: 30px;
    border: 1px solid #ECE0FF;
    background: #F8F7F5;
    width: 100%;
    padding: 1.875rem 0.875rem 0;
}

.popup-content ul li div h4 {
    margin-top: 0;
    color: #8A38FF;
    font-weight: 800;

    font-size: 1.688rem;
    margin-bottom: 10px;
}

.popup-content ul li div p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 6px;
}

.btn-close-popup {
    position: absolute;
    top: 25px;
    right: 32px;
    z-index: 10;
    background: none;
}

.section-curriculum {
    padding: 5rem 0;
}

.section-curriculum .curriculum-wrapper ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.section-curriculum .curriculum-wrapper ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    min-height: 405px;
}

.section-curriculum .curriculum-wrapper ul li h5 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
}

.section-curriculum .curriculum-wrapper ul li p {
    font-size: 1.25rem;
}

.section-curriculum .curriculum-wrapper ul li:nth-child(2) img {
    margin-bottom: 1.875rem;

}

.section-values {
    padding: 5rem 0;
}

.section-values .values-wrapper {
    background-color: #FF6C00;
    border-radius: 30px;
    padding: 3.75rem;
}

.section-values .values-header {
    width: 100%;
}

.section-values .values-header h2 {
    font-size: 2.5rem;
    color: #fff;
    padding-bottom: 1.875rem;
    font-weight: 700;
}

.section-values .values-header h2 b {
    color: #fff;
    font-weight: 800;
}

.section-values .values-bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.section-values .values-bento-grid li {
    border-radius: 20px;
    background: #FFF;
    padding: 1.25rem;
}

.section-values .values-bento-grid li h5 {
    font-size: 1.75rem;
    font-weight: 800;
    padding-top: 1.25rem;
    padding-left: 0.625rem;
    padding-bottom: 1.25rem;
}

.section-values .values-bento-grid li p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1.625rem;

}

.section-values .values-bento-grid li img {
    margin-left: auto;
}

.section-goals {
    padding: 5rem 0;
    background: #FFA830;
}

.section-goals .section-header h2,
.section-goals .section-header p {
    color: #fff;
}

.section-goals .goals-wrapper {
    background: #fff;
    border-radius: 30px;
    padding: 3.125rem;
    position: relative;
}

.section-goals .goals-wrapper .se4_img_1 {
    position: absolute;
    top: -150px;
    left: -150px;
}

.section-goals .goals-wrapper .se4_img_2 {
    position: absolute;
    bottom: -50px;
    right: -180px;
}

.section-goals .goals-wrapper>ul.goals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
}

.section-goals .goals-wrapper>ul.goals-grid>li {
    transition: transform 0.25s ease;
}

.section-goals .goals-wrapper>ul.goals-grid>li:hover {
    transform: translateY(-10px);
}

.section-goals .goals-wrapper>ul.goals-grid>li:hover .area-box {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.section-goals .title-area-box {
    position: relative;
}

.section-goals .title-area {
    gap: 0.625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 2.625rem;
}

.section-goals .title-area span {
    color: #F9C827;
    text-align: center;
    font-weight: 800;
    font-size: 1.5rem;
    border-radius: 100px;
    background: #FFF;
    width: 66px;
    height: 41px;
    line-height: 41px;
}

.section-goals .goals-wrapper>ul.goals-grid li:nth-child(2) .title-area span {
    color: #F5A73C;
}

.section-goals .goals-wrapper>ul.goals-grid li:nth-child(3) .title-area span {
    color: #F1682D;
}

.section-goals .title-area h5 {
    color: #FFF;
    text-align: center;
    font-weight: 800;
    font-size: 1.5rem;
}

.section-goals .area-box {
    display: flex;
    flex-direction: column;
    gap: 0.813rem;
    padding: 1.875rem;
    border-radius: 20px;
    background: #FDF8D7;
    transition: box-shadow 0.25s ease;
}

.section-goals .area-box li {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.section-goals .area-box li p {
    font-size: 1.125rem;
    line-height: 1;
}

.section-goals .goals-grid li:first-child .area-box,
.section-goals .goals-grid li:nth-child(2) .area-box {
    position: relative;
}

.section-goals .goals-grid li:first-child .area-box::after,
.section-goals .goals-grid li:nth-child(2) .area-box::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
    width: 36px;
    height: 36px;
    background: url('/event/bigsplay_intro/assets/images/arrow-right.svg') no-repeat center center/cover;
}

.section-qa {
    padding: 5rem 0;
}

.qa-character-area {
    margin: 30px 0;
}

.qa-wrapper {
    background-color: #F8F7F5;
    border-radius: 30px;
    padding: 1.875rem;

}

.chat-bubble {
    text-align: left;
    position: relative;
    font-size: 1.25rem;
}

.chat-bubble,
#qaAnswerText {
    line-height: 1.5;
}

.typing-text::after {
    content: '|';
    animation: blink 1s step-end infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.qa-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 auto;
    margin-bottom: 0.938rem;
}

.qa-btn {
    padding: 0.813rem 1.25rem;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    border-radius: 100px;
    font-weight: 400;
    transition: 0.2s;
    font-size: 1.25rem;
    gap: 4px;
}

.qa-btn:hover,
.qa-btn.active {

    background-color: #38D3FF;
}

.qa-btn:hover span,
.qa-btn.active span {
    color: #fff;
    font-weight: 700;
}

.q-box {
    border-radius: 30px 30px 30px 0;
    background: #FFF;
    margin-bottom: 0.938rem;
    padding: 1.875rem 2.125rem;
    gap: 1.875rem;
}

.a-box {
    border-radius: 30px 30px 0 30px;
    border: 1px solid #38D3FF;
    background: #F5FBFF;
    padding: 1.875rem 2.125rem;
}

.qa-answer-box .highlight {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    padding: 4px 8px;
    margin-right: 4px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 4px;
}

#qaAnswerText {
    word-break: keep-all;
    font-weight: 400;
    font-size: 1.25rem;
    max-width: 877px;
}

.qa-answer-box .answer-box-list {
    margin: 0.5rem 0;
}

.qa-answer-box .answer-box-list-item {
    margin-bottom: 1rem;
    padding: 0.938rem;
    border-radius: 10px;
    background: #DBF1FF;
    line-height: 1.5;
}

.qa-answer-box .answer-box-list-item:last-child {
    border-bottom: none;
}



.section-pricing {
    padding: 5rem 0;
    background: url('/event/bigsplay_intro/assets/images/se6_bg.png') no-repeat center center/cover;
}


.pricing-card-wrapper {
    overflow: hidden;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #FF4D00;
}

.recommend-badge {
    position: absolute;
    top: -35px;
    right: 50px;
    border-radius: 15px;
    background: linear-gradient(90deg, #FF4D35 0%, #FFBD3C 100%);
    display: flex;
    width: 136px;
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-weight: 800;
    font-size: 1.625rem;
    font-weight: 800;

}

.pricing-card {
    background-color: #FFF2D7;
    padding: 1.875rem 3.125rem;
}

.pricing-card-header h3 {
    color: #FF4D00;
    font-weight: 800;
    font-size: 1.75rem;
    font-weight: 800;

}

.pricing-card-header .price {
    font-size: 1.75rem;
}

.pricing-card-header .price span.price-unit {
    font-size: 1.25rem;
}

.pricing-card-content {
    padding: 2.5rem 3.125rem;
}

.pricing-card-content .list {
    width: 100%;
    max-width: 733px;
}

.pricing-card-content .list ul {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.938rem;
}

.pricing-card-content .list ul li span {
    font-size: 1.25rem;
}

.pricing-card-content .list ul li {
    gap: 0.5rem;
}

.pricing-card-content .list ul li .icon-box {
    width: 30px;
    height: 30px;
    border-radius: 17px;
    background: #FFF2D7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-card-content .img-box p {
    color: #FF9300;
    font-size: 0.938rem;
}

.subscription-wrapper {
    margin-top: 1.875rem;
}

.subscription-card {
    border-radius: 100px;
    background: #FF6C00;
    padding: 1.875rem 3.125rem;
}

.subscription-card .img-box {
    position: absolute;
    bottom: -5px;
    left: 50px;
}

.subscription-card h5 {
    color: #FFF;
    font-size: 2.25rem;
    font-weight: 700;
    margin-left: 151px;
}

.subscription-card a {
    padding: 1rem 1.625rem;
    border-radius: 100px;
    background: #FFF;
    font-weight: 800;
    font-size: 1.75rem;
    font-weight: 800;
    gap: 0.25rem;
}

.subscription-card a span {
    color: #FF6C00;
}

.section-gallery {
    background: url('/event/bigsplay_intro/assets/images/se7_bg.png') no-repeat center center/cover;
    padding-top: 5rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 341px;
}



.gallery-container {
    position: relative;
    z-index: 2;
}

.gallery-swiper .swiper-slide {
    max-width: 760px;
}

.gallery-card {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;

}

.gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.gallery-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    z-index: 1;
}

.swiper-slide-active .gallery-card::after {
    display: none;
}

.custom-nav-wrapper {
    width: 100%;
    max-width: 960px;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.gallery-container .swiper-button-next:after,
.gallery-container .swiper-button-prev:after {
    display: none;
}

.gallery-container .swiper-button-next,
.gallery-container .swiper-button-prev {
    color: #fff;
    width: 83px;
    height: 80px;
    margin-top: 0;
    top: 0;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1600px) {
    .section-intro .container {
        padding-left: 3rem;
    }

    .section-intro {
        min-height: 512px;
    }

    .section-goals .goals-wrapper .se4_img_1,
    .section-goals .goals-wrapper .se4_img_2 {
        display: none;
    }
}

@media (max-width: 1399px) {
    .video-sticky-box {
        display: none;
    }

    .tablet-screen {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    .popup-content,
    .slide-inner .slide-content-box {
        width: 90%;
    }

    .section-intro {
        margin-top: 100px;
        min-height: 618px;
        background: url('/event/bigsplay_intro/assets/images/main_bg_m.png') no-repeat right center;
        background-size: cover;
        align-items: flex-start;
        margin-top: 5.45rem;
    }

    .section-intro .container {
        padding-left: 0;
        padding: 0 1.25rem;
        width: 100%;
        padding-top: 3.438rem;
    }

    .section-intro .title {
        margin-bottom: 1.25rem;
    }

    .section-intro .title-box {
        margin-bottom: 0.625rem;
    }

    .section-intro .title-box h1,
    .section-intro h2,
    .section-intro p {
        width: fit-content;
        text-align: center;
        margin: 0 auto;
    }

    .section-intro,
    .section-direction,
    .section-curriculum,
    .section-values,
    .section-goals,
    .section-qa,
    .section-pricing {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .section-curriculum .curriculum-wrapper ul,
    .section-goals .goals-wrapper>ul.goals-grid {
        grid-template-columns: repeat(1, 1fr);
        width: fit-content;
        margin: 0 auto;
    }

    .section-values .values-bento-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-goals .goals-grid li:first-child .area-box::after,
    .section-goals .goals-grid li:nth-child(2) .area-box::after {
        right: auto;
        top: auto;
        transform: none;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    .qa-grid {
        gap: 4px;
    }

    .pricing-card-content,
    .subscription-card {
        flex-direction: column;
        gap: 40px;
    }

    .subscription-card {
        gap: 20px;
        align-items: flex-start;
        padding: 1.875rem;
        border-radius: 30px;
    }

    .subscription-card h5 {
        margin-left: 0;
        text-align: left;
        word-break: keep-all;

    }

    .subscription-card a {
        margin-left: auto;
    }

    .subscription-card .img-box {
        left: auto;
        right: 300px;
    }

    .subscription-card .img-box img {
        width: 80px;
    }

    .section-gallery {
        padding-bottom: 227px;
    }

    .floating-box {
        width: 90%;
        padding: 0.72rem 1.25rem;
    }

    .floating-box .fix_img {
        display: none
    }

    .floating-box p {
        font-weight: 800;
        padding-left: 0;
    }

    .content-btn {
        min-width: 119px;
    }

    .section-direction img.se1_img_1,
    .section-direction img.se1_img_2 {
        display: none;
    }
}


@media (max-width: 767px) {
    .video-popup-inner video {
        max-width: 300px;
    }
    .slide-view-header {
        padding: 0.75rem 1rem;
    }

    .slide-view-header button img,
    .btn-close-popup img {
        width: 54px;
        height: 54px;
    }

    .tablet-manual-overlay .manual-img {
        max-width: 50%;
    }

    .tablet-wrapper {
        padding: 0;
        margin-top: 1rem;
    }

    .tablet-frame {
        border: 12px solid #333;
        border-radius: 20px;
        background: none;
        height: 670px;
        max-width: 375px;
    }

    .tablet-frame .tablet-screen {
        width: 100%;
        height: 100%;
        min-height: 646px;
    }

    .tablet-header {
        padding: 0.75rem 1rem;
    }

    .tablet-screen .tablet-header button img {
        max-width: 100%;
    }

    .tablet-screen .tablet-header button.btn-ai {
        width: 63px;
    }

    .tablet-controls img {
        width: 53px;
    }

    .tablet-header span {
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
    }


    .tablet-screen h4 {
        font-size: 1.286rem;
        margin-top: 72px;
    }

    .view-main {
        gap: 1rem;
        padding: 0;
    }

    .main-buttons-grid,
    .play-btn-wrap {
        gap: 10px;
        flex-wrap: wrap;
        padding: 0 1rem;
    }

    .main-buttons-grid {
        max-width: 315px;
        margin: 0 auto;
    }

    .play-btn-wrap {
        padding: 0 11px;
        gap: 14px 8px;
        justify-content: center;
        max-width: 314px;
    }


    .content-btn {
        min-width: 89px;
        min-height: 89px;
        border-radius: 15px;
    }

    .content-btn img {
        width: 61px;
    }

    .content-btn .text-wrap {
        margin-top: 0.857rem;
        padding-left: 0.857rem;
    }

    .content-btn .text-wrap span {
        display: none;
    }

    .content-btn .text-wrap h6 {
        font-size: 1.071rem;
    }

    .play-buttons-line {
        border-radius: 0;
        padding: 0;
        margin-top: 10px;
        padding-bottom: 23px;
        min-height: 233px;
    }

    .play-buttons-line .title-box h6 {
        font-size: 1.286rem;
        padding-top: 20px;
    }

    .sub-btn {
        width: 92px;
        height: 71px;
        border-radius: 15px;
        padding: 10px 8px;
        filter: drop-shadow(0 6px 2px rgba(221, 94, 172, 0.50)) drop-shadow(0 4px 0 #FF60BF);
    }

    .sub-btn span {
        font-size: 0.857rem;
    }

    .sub-btn img {
        max-width: 28px;
        max-height: 28px;
    }

    .popup-content {
        width: 90%;
    }

    .btn-close-popup {
        top: 5px;
        right: 5px;
    }

    .popup-content .title div {
        font-size: 1rem;
        padding: 5px 10px;
    }

    .popup-content .title,
    .popup-content ul {
        flex-direction: column;
    }

    .popup-content .title h3 {
        font-size: 1.714rem;
    }

    .popup-content ul li {
        padding-top: 1.429rem;
    }

    .popup-content ul li div h4 {
        font-size: 1.429rem;
    }

    .popup-content ul li div p {
        font-size: 1rem;
    }

    .popup-content {
        padding: 1.429rem
    }

    .popup-content ul.ai-list li img {
        max-width: 150px;
    }

    .slide-inner {
        padding-top: 1.786rem;
    }

    .slide-inner .slide-text2::after {
        display: none;
    }

    .slide-inner .slide-images {
        flex-direction: column;
        width: 75%;
    }

    .slide-inner .slide-content-box {
        width: 90%;
        justify-content: flex-start;
        min-height: 538px;
    }

    .slide-inner .slide-title {
        font-size: 1.286rem;
        margin-bottom: 1.714rem;
    }

    .slide-inner .slide-subtitle {
        margin-top: 0;
        font-size: 1.286rem;
        padding: 8px 1.25rem;
    }

    .slide-inner .slide-images img {
        display: block;
        max-width: 100% !important;
        height: auto;
    }

    .slide-inner .slide-text {
        padding: 0 1.25rem;
        font-size: 1rem;
        text-align: left;
        word-break: keep-all;
    }

    .slide-inner .slide-text br {
        display: none;
    }

    .slide-inner .slide-text2 {
        font-size: 0.929rem;
        word-break: keep-all;
    }

    .tablet-swiper .custom-nav {
        display: none !important;
    }

    .floating-box p {
        font-size: 1.571rem;
        padding-left: 0;
    }

    .section-intro {}

    .section-intro h2 {
        font-size: 2.813rem;
    }

    .section-header h2 {
        font-size: 2.429rem;
        word-break: keep-all;
    }

    .section-header p {
        word-break: keep-all;
        font-size: 1.286rem;
    }

    .section-curriculum .curriculum-wrapper ul li,
    .section-goals .goals-wrapper>ul.goals-grid li {
        width: 100%;
        overflow: hidden;
    }

    .section-values .values-wrapper,
    .section-goals .goals-wrapper {
        padding: 2.5rem 1.25rem;
    }

    .section-values .values-header h2 {
        font-size: 1.714rem;
        word-break: keep-all;
    }

    .section-values .values-bento-grid li {
        position: relative;
    }

    .section-values .values-bento-grid li img {
        position: absolute;
        top: 40px;
        right: 20px;
        width: 50px;
    }

    .section-values .values-bento-grid li:first-child img {
        width: 55px;
    }

    .qa-btn {
        font-size: 1rem;
    }

    .qa-wrapper {
        padding: 2.5rem 1.071rem;
    }

    .chat-bubble,
    #qaAnswerText {
        word-break: keep-all;
        font-size: 1.143rem;
    }

    #lottie-q svg,
    #lottie-a svg {
        width: 60px !important;
        height: 60px !important;
    }

    .q-box,
    .a-box {
        padding: 1.429rem;

    }

    .a-box>div #lottie-a {
        order: 1
    }

    .a-box>div #qaAnswerText {
        order: 2;
    }

    .q-box {
        gap: 14px;
        align-items: flex-start;
    }

    .qa-character-area {
        margin-top: 10px;

    }

    .pricing-wrapper {
        top: 10px;
    }

    .pricing-card-header {
        flex-direction: column;
    }

    .pricing-card-header .price {
        font-size: 1.286rem;
    }

    .pricing-card-content .list {
        flex-direction: column;
        max-width: none;
        gap: 1.25rem;
    }

    .pricing-card-content .list ul {
        width: 100%;
    }

    .pricing-card-content .list ul li span {
        font-size: 1rem;
    }


    .pricing-card-content {
        padding: 2.5rem 2.625rem;
    }

    .pricing-card {
        background-color: #FFF2D7;
        padding: 1.875rem 2.625rem;
    }

    .recommend-badge {
        font-size: 1.143rem;
        top: -23px;
        right: 40px;
    }

    .subscription-card h5 {
        font-size: 1.25rem;
    }

    .subscription-card .img-box {
        display: none;
    }

    .subscription-card a {
        font-size: 1.25rem;
        padding: 0.5rem 1rem;
        width: 100%;
    }

    .section-gallery {
        background: url('/event/bigsplay_intro/assets/images/se7_bg_m.png') no-repeat center center/cover;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .custom-nav-wrapper {
        top: 36%;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    .gallery-container .swiper-button-next,
    .gallery-container .swiper-button-prev {
        width: 50px !important;
        height: 50px !important;
    }

    .gallery-container .swiper-button-next img,
    .gallery-container .swiper-button-prev img {
        width: 100% !important;
        height: 100% !important;
    }

    .goals-wrapper>ul.goals-grid li {
        overflow: visible !important;
    }

    .section-goals .title-area-box svg {
        max-width: 100%;
    }
}

@media (max-width: 374px) {
    .sub-btn {
        width: 87px;
        height: 66px;
    }

    .sub-btn span {
        font-size: 11px;
    }

    .content-btn {
        min-width: 84px;
        min-height: 84px;
    }

    .play-buttons-line {
        margin-top: 20px;
    }
    .a-box>div #lottie-a {
        display: none;
    }
}