html {
    scroll-behavior: smooth;
}

.main_tab_btns {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(var(--width) * 1.496);
    height: calc(var(--width) * 0.162);
    display: flex;
}

.main_tab_btns a {
    width: 100%;
}

.main_slide_club {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(var(--width) * 2.2);
    height: calc(var(--width) * 1.1);
}

.main_slide_club .swiper {
    height: 100%;
    padding: calc(var(--width) * 0.069) 0px;
}

.main_club .swiper-slide {
    width: 73%;
    filter: blur(4px);
    transition: filter 0.3s ease;
    padding: calc(var(--width) * 0.04);
}

.main_club .swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static/app_www/base/img/frame_img.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
}

.main_club .swiper-slide img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main_club .swiper-slide-active {
    filter: blur(0);
}

.apply_btns {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(var(--width) * 4.447);
    height: calc(var(--width) * 0.162);
    display: flex;
}

.apply_btns a {
    width: 100%;
}

.club_pre_btns {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(var(--width) * 6.99);
    height: calc(var(--width) * 0.235);
    display: flex;
    flex-wrap: wrap;
}

.club_pre_btns a {
    width: 20%;
    height: 50%;
    display: flex;
}

.club_pre_btns a img {
    display: none;
}

.club_pre_btns a.active img {
    display: block;
}

.pre_wrap {
    background: linear-gradient(to bottom, #02061B, #020718);
}

.pre_box {
    border-radius: 0 0 calc(var(--width) * 0.016) calc(var(--width) * 0.016);
    background: url(/static/app_www/base/img/bg_stripe.png) no-repeat top center/cover;
    padding: calc(var(--width) * 0.064) 0;
}

.pre_wrap .club_man {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: calc(var(--width) * 0.042666) calc(var(--width) * 0.037333);
}

.pre_wrap .club_man.active {
    display: flex;
}

.pre_wrap .sign_ball {
    width: calc(var(--width) * 0.218666);
}

.pre_wrap .sign_ball .img_wrap {
    display: flex;
    width: calc(var(--width) * 0.176);
    aspect-ratio: 1/1;
    margin: 0 auto;
    /* padding: calc(var(--width) * 0.002666666667); */
    /* background: linear-gradient(125deg, #2A4B8A 13.99%, #4665E2 50.88%, #1D2D50 87.77%);
    box-shadow: 0px calc(var(--width) * 0.0032) 0px 0px #11123B; */
    border-radius: 50%;

    position: relative;
    transition: 500ms ease-out;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.pre_wrap .sign_ball.active .img_wrap {
    transform: rotateY(0);
}

.pre_wrap .sign_ball .img_box,
.pre_wrap .sign_ball .back {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
}

.pre_wrap .sign_ball .img_box {
    /* background-color: #F0F0F0; */
    /* height: 100%; */
}


.pre_wrap .sign_ball .img_box img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pre_wrap .sign_ball .back {
    background-color: #F0F0F0;
    background: linear-gradient(-125deg, #2A4B8A 13.99%, #4665E2 50.88%, #1D2D50 87.77%);
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    transform: rotateY(180deg);
}


.pre_wrap .sign_ball .name {
    display: block;
    margin-top: calc(var(--width) * 0.02666666);
    text-align: center;
    font-size: calc(var(--width) * 0.037333333);
}

.rank_wrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: calc(var(--width) * 3.344);
    height: calc(var(--width) * 0.967);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: calc(var(--width) * 0.0533333333) calc(var(--width) * 0.0213333333);
}

.rank_once {
    border-radius: 0 calc(var(--width) * 0.064) 0 calc(var(--width) * 0.064);
    box-shadow: 0px 0px 30px 0px #FFFFFF42;
    width: calc((100% - ((var(--width) * 0.0213333333) * 2)) / 3);
    aspect-ratio: 105/171;

    position: relative;
    transition: 500ms ease-out;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.rank_once.active {
    transform: rotateY(0);
}

.rank_item,
.rank_once .back {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.rank_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 calc(var(--width) * 0.013333333) calc(var(--width) * 0.008) calc(var(--width) * 0.013333333);
    border-radius: inherit;
}

.rank_once:first-child .rank_item {
    padding-left: 0;
}

.rank_once .back {
    transform: rotateY(180deg);
    border-radius: calc(var(--width) * 0.064) 0 calc(var(--width) * 0.064) 0;
}

.rank_item .no {
    font-size: calc(var(--width) * 0.16);
    font-weight: 900;
    line-height: 1;
}

.rank_item .img_wrap {
    display: flex;
    width: calc(var(--width) * 0.26666666);
    aspect-ratio: 1/1;
    position: absolute;
    top: calc(var(--width) * 0.06666666);
    left: 50%;
    transform: translateX(-50%);
}

.rank_item .img_wrap img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.rank_item .name,
.rank_item .score {
    text-align: right;
    font-size: calc(var(--width) * 0.032);
    font-weight: 300;
    color: #fff;
}

.rank_item .score strong {
    font-size: calc(var(--width) * 0.0426666666);
    font-weight: 900;
}


.faq_btns {
    width: 100%;
    position: absolute;
    left: 0;
    /* top: calc(var(--width) * 12.941); */
    bottom: calc(var(--width) * 1.8325);
    height: calc(var(--width) * 0.162);
    display: flex;

    /* 임시 */
    border: 1px solid red;
}

.faq_btns a {
    width: 100%;
}

/* 탭2 */
.scroll_tab_btns {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(var(--width) * 2.442333333);
    height: calc(var(--width) * 0.112333);
    display: flex;
    padding-right: calc(var(--width) * 0.12);
    padding-left: calc(var(--width) * 0.12);
}

.scroll_tab_btns a {
    width: 100%;
}

.scroll_point {
    position: absolute;
    left: 0;
}

#tab_pepero {
    top: calc(var(--width) * 2.663);
}

#tab_xylitol {
    top: calc(var(--width) * 7.1);
}

#tab_kokal {
    top: calc(var(--width) * 9.01);
}


.product_slide {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(var(--width) * 2.2);
    height: calc(var(--width) * 1.1);
}

.product_slide .swiper {
    height: 100%;
    /* padding: calc(var(--width) * 0.069) 0px; */
    padding-top: calc(var(--width) * 0.074);
}

.product_slide .swiper-slide {
    width: 60%;
    filter: blur(4px);
    transition: filter 0.3s ease;
}

.product_slide .swiper-slide .img_wrap {
    width: calc(var(--width) * 0.184);
    display: flex;
    /* aspect-ratio: 69/130; */
    margin: 0 auto;
}

.product_slide .swiper-slide img {
    /* height: 100%; */
    /* object-fit: cover; */
    /* object-position: center; */
}

.product_slide .swiper-slide .name {
    text-align: center;
    margin-top: calc(var(--width) * 0.048);
    font-size: calc(var(--width) * 0.0373333333);
    font-weight: 700;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;

    opacity: 0;
    transition: opacity 300ms;
}

.product_slide .swiper-slide-active .name {
    opacity: 1;
}

.product_slide .swiper-slide-active {
    filter: blur(0);
}

.product_pepero {
    height: calc(var(--width) * 0.52);
}

.product_pepero1 {
    top: calc(var(--width) * 3.04);
}

.product_pepero2 {
    top: calc(var(--width) * 3.882);
}

.product_pepero3 {
    top: calc(var(--width) * 4.723);
}

.product_pepero4 {
    top: calc(var(--width) * 5.566);
}

.product_pepero5 {
    top: calc(var(--width) * 6.409);
}

.product_xylitol {
    height: calc(var(--width) * 0.52);
}

.product_xylitol1 {
    top: calc(var(--width) * 7.472);
}

.product_xylitol2 {
    top: calc(var(--width) * 8.313);
}

.product_xylitol .swiper {
    padding-top: calc(var(--width) * 0.08);
}

.product_xylitol .swiper-slide .img_wrap {
    width: calc(var(--width) * 0.288);
    /* aspect-ratio: 108/131; */
}

.product_xylitol .swiper-slide .name {
    margin-top: calc(var(--width) * 0.029);
}

.product_kokal {
    height: calc(var(--width) * 0.52);
    top: calc(var(--width) * 9.39);
}

.product_kokal .swiper {
    padding-top: calc(var(--width) * 0.034);
}

.product_kokal .swiper-slide .img_wrap {
    width: calc(var(--width) * 0.28);
    /* aspect-ratio: 80 / 112; */
}

.product_kokal .swiper-slide .name {
    margin-top: calc(var(--width) * 0.02);
}