

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/vantage/fonts/Inter-Regular.woff2') format('woff2'),
        url('/wp-content/themes/vantage/fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/vantage/fonts/Inter-Bold.woff2') format('woff2'),
        url('/wp-content/themes/vantage/fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.inter{font-family: Inter;}


.in-progress{
    display: none;
}


.orange-button-jp{         margin: 28px auto 0; font-size: var(--fs-24); line-height: 1.8; padding: 15px 60px 14px 46px; width: 80%; max-width: 490px;}
.orange-button-jp:after { background: url(/wp-content/themes/vantage/images/btm-arrow-right.svg) no-repeat; background-size: cover; right: 30px;     width: 10px;
    height: 18px; }

section .inner{ max-width: 1280px; padding: 0 40px; } 
.logo-box .text-box h2 { font-size: var(--fs-24); }
.breadcrumb-section{ display: none; }
section, footer{ position: relative; z-index: 10; overflow: hidden; }
.video-area section{ position: relative; z-index: 10; overflow: hidden; }
.video-area{ position: relative; }
.video-area .video-box{ background-position: center; background-size: contain; background-repeat: no-repeat; position: fixed; top: 0px; left: 0px; z-index: 1; }
.video-area .video-box img{ height: auto; width: 100%; opacity: 0; }
.video-area .video-box video{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 100%; object-fit: cover; width: 100%; }





@media (max-width: 1240px) {
}
@media (max-width: 768px) {
    .orange-button-jp{ width: 100%; margin-top: 10px; }
    section .inner{ padding: 0 20px; } 
   
}
@media (max-width: 510px) {
    .orange-button-jp{ width: 100%; padding: 15px 30px 14px 16px; }
    .orange-button-jp:after {
    right: 20px;}
   
}

.banner{     padding: 177px 0px 130px;    background-color: #00000054;   }
.banner .inner{ display: flex; flex-direction: column; align-items: center; position: relative; max-width: 1520px; padding: 0 40px; }

.banner .flex-box{ display: flex; flex-direction: column; width: 100%; gap: 32px; }
.banner .flex-box .top-box{ display: flex; gap: 30px; }
.banner .flex-box .top-box .top-left img{ transform: translateY(-4%); }
.banner .flex-box .top-box .top-right img{ margin-bottom: 25px; }
.banner .flex-box .top-box p{ font-size: var(--fs-30); line-height: 1.57; color: #FFFFFF; font-weight: 500; margin-bottom: 0px; }
.banner .flex-box .top-box p span{ color: #FE7F03; }
.banner .flex-box .top-box p.mb{ display: none; text-align: center; }

.banner .flex-box .content{ display: flex; justify-content: space-between; background-color: #000000bd; border-radius: 6px; /* opacity: 1; */ backdrop-filter: blur(7px); }
.banner .flex-box .content-item{ flex: 0 0 33.33%; display: flex; padding: 24px 37px 27px; gap: 20px; align-items: center; position: relative;}
.banner .flex-box .content-item::before{ content: ""; display: block; width: 2px; height: 75%; background-color: #ffffff3d; position: absolute; right: 0; top: 50%; transform: translate(50%, -50%); }
.banner .flex-box .content-item:last-child:before{ content: ""; display: none; }

.banner .flex-box .content-item:first-child{ align-items: flex-start; flex-direction: column; gap: 10px; }
.banner .flex-box .content-item .title{ font-size: var(--fs-60); margin-bottom: 0; color: #FBFBFB; line-height: 1.37; font-weight: bold;     padding-left: 14px;}
.banner .flex-box .content-item .title span{ color: #FE7F03; }
.banner .flex-box .content-item .date-text{ background-color: #000000; width: 100%; padding: 7px 0px; color: #FFFFFF; line-height: 1.36; margin-bottom: 0; font-size: var(--fs-22); }
.banner .flex-box .content-item .img-box{ width: 111px; height: 111px; background-color: #26201E; border-radius: 50%; display: flex; justify-content: center; align-items: center;     flex-shrink: 0; }
.banner .flex-box .content-item .text-box .text{ color: #FBFBFB; font-size: var(--fs-18); line-height: 1.33; margin-bottom: 0; padding-left: 10px; }
.banner .flex-box .content-item .text-box .amount{ color: #FBFBFB; font-size: var(--fs-40); line-height: 1.375; margin-bottom: 0; display: flex; align-items: flex-end; font-weight: bold; }
.banner .flex-box .content-item .text-box .amount span{ color: #FE7F03; font-size: 80px; line-height: 1; transform: translate(-3%, 0%); letter-spacing: -1px; }
.banner .button-box p{ font-size: var(--fs-18); color: #FFFFFF; text-align: center; margin: 20px 0 0; }


@media (max-width: 1600px) {
    .banner .flex-box .content-item:first-child { align-items: flex-start; }
    .banner .flex-box .content-item .text-box .amount span { font-size: var(--fs-70); }
    .banner .flex-box .content-item .title { font-size: var(--fs-56); padding-left: 0; }
    .banner .flex-box .content-item .date-text { background-color: transparent; padding: 7px 0px; }
    .banner .flex-box .content-item .title{      padding-left: 0px;}
    .banner .flex-box .content-item { padding: 24px 30px ; }

}
@media (max-width: 1240px) {
    .banner { padding: 120px 0px 90px; }
    .banner .flex-box .top-box { gap: 20px; flex-wrap: wrap; justify-content: center; align-items: center; }
    .banner .flex-box .top-box .top-left{ flex: 0 0 27%; }
    .banner .flex-box .top-box .top-right{ flex: 0 0 62%; }
    .banner .flex-box .top-box .top-right img { margin-bottom: 0px; }
    .banner .flex-box .top-box p.mb{ display: block; }
    .banner .flex-box .top-box p.pc{ display: none; }
    .banner .flex-box .content-item:first-child{ flex: 0 0 100%; border-bottom: 2px solid #C4C4C4; align-items: center; }
    .banner .flex-box .content { flex-wrap: wrap;}
    .banner .flex-box .content-item:nth-child(2){ border-right: 2px solid #C4C4C4; }
    .banner .flex-box .content-item .date-text{ width: auto; }
    .banner .flex-box .content-item::before{ display: none; }
    .banner .flex-box .content-item { flex: 0 0 50%; justify-content: center;}

}
@media (max-width: 1024px) {
    .banner { padding: 100px 0px 80px; }
    .banner .orange-button-jp{ margin-top: 0px; }
    .banner .flex-box .content-item:first-child { gap: 0px; }
    .banner .flex-box .content-item { padding: 24px 13px; gap: 10px; }
    .banner .flex-box .content-item .img-box { width: 80px; height: 80px;}
    .banner .flex-box .content-item .img-box img {
    width: 50%;}

}

@media (max-width: 768px) {
    .banner { padding: 80px 0px 80px; }
    .banner .inner { padding: 0 20px; }
    .banner .flex-box .content-item .text-box .amount { font-size: var(--fs-26);}
    .banner .flex-box .content-item .text-box .amount span { font-size: var(--fs-60); }
    .banner .flex-box .content-item .img-box { width: 60px; height: 60px; }
    .banner .flex-box .content-item { padding: 15px 13px; }
}
@media (max-width: 510px) {
    .banner { padding: 60px 0px 60px; }
}
@media (max-width: 450px) {
    .banner .flex-box .content-item { flex: 0 0 100%; }
    .banner .flex-box .content-item:nth-child(2) { border-bottom: 2px solid #C4C4C4; border-right: none; }
}


.triangle{ background-color: #00000054; }
.triangle::after{ content: ""; display: block; width: 100%; height: 0; border-top: 7vw solid transparent; border-left: 50vw solid transparent; border-right: 50vw solid #F7F7F7; border-bottom: 7vw solid #F7F7F7; }


.about{ background-color: transparent; padding: 130px 0 190px; position: relative; }

.about .description{ display: flex; gap: 20px; padding-right: 12px; margin-bottom: 12px; }
.about .description .left-box{ flex: 1; color: #FFFFFF; }
.about .description .left-box .title-box{ margin-bottom: 36px; }
.about .description .left-box .title-box p{ font-size: var(--fs-20); line-height: 1.2; margin: 0; }
.about .description .left-box .title-box h2{ font-size: var(--fs-60); letter-spacing: -2px; line-height: 1.1; }
.about .description .left-box .text{ font-size: var(--fs-18); line-height: 1.78; }
.about .description .right-box{ display: flex; flex-direction: column; gap: 20px; justify-content: center; }
.about .description .right-box img:first-child{ transform: translateX(5%); }

.about .content{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.about .activity{ flex:0 0 calc(50% - 5px); background-color: #1C1B1B; padding: 22px; position: relative; }
.about .activity .top-box{ display: flex; gap: 12px; align-items: center; padding-bottom: 10px; border-bottom: 2px solid #C4C4C4; }
.about .activity .top-box .img-box{ width: 88px; height: 88px; background-color: #484341; border-radius: 50% ; display: flex; justify-content: center; align-items: center; }
.about .activity .top-box .text-box .text{ font-size: var(--fs-24); line-height: 1.2; color: #FBFBFB; font-weight: 500; margin: 0; }
.about .activity .top-box .text-box .title{ font-size: var(--fs-40); line-height: 1; color: #FE7F03; font-weight: bold; margin: 0; }
.about .label{ position: absolute; right: 0; top: 0; padding: 6px 12px; background-color: #FF0000; color: #FAFBFB; margin: 0; font-size: var(--fs-16); line-height: 1.5; }
.about .activity .top-box  .date-text{ font-size: var(--fs-16); line-height: 1.375; color: #9F9F9F; margin: 0; margin-top: 7px; }
.about .activity .top-box  .mb{display: none;}



.about .activity .bottom-box { display: flex; align-items: flex-end; justify-content: space-between; }
.about .activity .bottom-box .text{ font-size: var(--fs-18); color: #FFFFFF; margin-bottom: 0; }
.about .activity .bottom-box .amount{ color: #FBFBFB; font-size: 35px; line-height: 1.2; margin-bottom: 0; display: flex; align-items: flex-end; font-weight: bold; }
.about .activity .bottom-box .amount span{ color: #FE7F03; font-size: var(--fs-50); line-height: 1.2; transform: translate(-1%, 6%); letter-spacing: -1px; }





.about .line-box{ height: 93px; width: 100%; display: flex; flex-direction: column; align-items: center; margin-bottom: 0px; }
.about .line-box div:first-child{ width: 62%; border: 4px solid #FBFBFB; height: 33px; border-top: none; }
.about .line-box div:nth-child(2){ flex: 1; width: 100%; position: relative; }
.about .line-box div:nth-child(2)::after{ content: ''; display: inline-block; height: 100%; width: 0; position: absolute; z-index: 10; border: 2px solid #FBFBFB; top: 50%; left: 50%; transform: translate(-50%, -50% ); }
.about .line-box .label{ position: absolute; top: 49%; left: 50%; transform: translate(-50%, -50%); z-index: 20; width: max-content; font-size: var(--fs-18); padding: 4px 12px; }

.about .activity.complete .top-box .title-box{ display: flex; align-items: center; }
    .about .activity.complete .top-box .text-box .text{ display: flex; flex-direction: column; line-height: 1.2; }
    .about .activity.complete .top-box .text-box .title{ font-size: var(--fs-60); transform: translate(2%, -5%); }
    .about .activity.complete .top-box .text-box .text span:nth-child(1){ font-size: var(--fs-24); }
    .about .activity.complete .top-box .text-box .text span:nth-child(2){ font-size: 33px; }


@media (min-width: 769px) {
    
    .about .activity.complete{ flex: 0 0 100%; display: flex; padding: 12px 20px 17px; gap: 35px; }
    .about .activity.complete .top-box{ gap: 20px; padding-bottom: 0px; border-bottom: none; padding-right: 40px; flex-shrink: 0; border-right: 2px solid #C4C4C4; }
    .about .activity.complete .bottom-box{ flex-direction: column; align-items: flex-start;     flex-shrink: 0; }
    .about .activity.complete .bottom-box .text{ margin-top: 10px; padding-left: 35px; }
    .about .activity.complete .bottom-box .amount span{ font-size: 80px; line-height: 1; }
    .about .activity.complete .top-box  .mb{display: none;}
    .about .activity.complete .top-box  .pc{display:block;}
    }

@media (max-width: 1240px) {
    .about{ padding: 120px 0 ; }
}

@media (max-width: 1024px) {
    .about { padding: 80px 0px ; }
    .about .activity .top-box .mb{display: inline-block;}
    .about .activity .top-box { flex-wrap: wrap; }
    .about .activity .top-box .pc{display: none;}
    .about .label { position: static; width: 100%;}
    .about .activity .top-box  .date-text { margin-top: 0px;  }
    .about .activity.complete .bottom-box .amount span{ font-size: var(--fs-70); }
    .about .activity .bottom-box .amount {
    font-size: var(--fs-30);}
    .about .activity.complete .top-box .text-box .text span:nth-child(2){
        font-size: var(--fs-30);
    }
    
    .about .activity.complete .top-box .text-box .text span:nth-child(2) { font-size: var(--fs-30); }
    .about .activity.complete{ gap: 20px; }
    .about .activity.complete .top-box .text-box .title { font-size: var(--fs-50); transform: translate(2%, -5%); }
    .about .activity .top-box .img-box { width: 70px; height: 70px;}
    .about .activity .top-box .img-box img{ width: 50%;}
    .about .activity.complete .top-box{ padding-right: 20px; }
}
@media (max-width: 990px) {
    .about .description .right-box{ display: none; }
}
@media (max-width: 768px) {
    .about { padding: 60px 0px ; }
    .about .line-box{
        display: none;
    }
    .about .activity {
            flex: 0 0 calc(100%);
    }
    .about .content {
        gap: 20px;
}
}
@media (max-width: 510px) {
    .about { padding: 40px 0px ; }
}

.open-ecn-account {padding: 45px 0 33px;     background: #F7F7F7; }
.open-ecn-account .content{border-radius: 10px; overflow: hidden; padding-bottom: 0px;}
.open-ecn-account .content>.text-box{ padding: 42px 0; text-align: center; color: #FBFBFB; background-color: #082d33; font-size: var(--fs-40); font-weight: bold;}
.open-ecn-account .content .bottom-box{ display: flex; padding: 15px 0 26px 0;     justify-content: space-between; margin-bottom: 35px;}
.open-ecn-account .content .bottom-box li{display: flex; flex-direction: column; align-items: center;text-align: center;    width: 27%;}
.open-ecn-account .content .bottom-box li .img-box { width: 72px; height: 72px; display: flex; justify-content: center; align-items: center; border: 6px solid #E4E4E3; border-radius: 50%; background: #1C1B1B; position: relative; margin-bottom: 10px; }
.open-ecn-account .content .bottom-box li .img-box span { font-size: var(--fs-30); line-height: 1.2; color: #FBFBFB; font-weight: bold; }

.open-ecn-account .content .bottom-box li .img-box:after { content: ""; position: absolute; width: 400px; height: 5px; background-color: #E4E4E3; right: 0; transform: translateX(100%); }

.open-ecn-account .content .bottom-box li:last-of-type .img-box:after { display: none; }

.open-ecn-account .content .bottom-box li p.title{    color: #E35728; font-size: var(--fs-18); font-weight: 700; margin-bottom: 10px; line-height: 1.33;}
.open-ecn-account .content .bottom-box li p.text{    color: var(--v-black); font-size: var(--fs-16); margin: 0; line-height: 1.5;}
.open-ecn-account .content .information{ border-radius: 6px; background-color: #DEDEDE; padding: 25px; display: flex; gap: 20px; margin-bottom: 30px;align-items: center; }
.open-ecn-account .content .information p{ font-size: var(--fs-18); line-height: 1.33; color: #000000; margin-bottom: 0; }
.open-ecn-account .content .information img{ flex-shrink: 0; }  


.open-ecn-account .content a {margin-bottom: 25px;}
.open-ecn-account .content .button-box p {    font-size: var(--fs-18); color: #000000; text-align: center; margin-bottom: 0;}





@media (max-width:1240px){
    .open-ecn-account .content .bottom-box li .img-box:after{width: 320px;}
}

@media (max-width:980px){
    .open-ecn-account .content .bottom-box li .img-box:after{width: 200px;}
}
@media (max-width:768px){
    .open-ecn-account{padding: 60px 0;}
    .open-ecn-account .content>.text-box{padding: 25px 15px;}
    .open-ecn-account .content .bottom-box{padding: 25px;flex-wrap: wrap;gap: 30px;justify-content: flex-start;}
    .open-ecn-account .content .bottom-box li{flex-direction: unset;text-align: left;width: 100%;}
    .open-ecn-account .content .bottom-box li .img-box{margin-bottom: 0;margin-right: 17px;width: 90px;height: 90px;}
    .open-ecn-account .content .bottom-box li .img-box img{width: 70%;}
    .open-ecn-account .content .bottom-box li .img-box:after{right: unset;width: 5px;height: 70px;bottom: 0;transform: translate(0,100%);}
    .open-ecn-account .content .bottom-box li .text-box{flex: 1;}
    .open-ecn-account .content a {padding: 17px 90px 17px 46px;}
    .open-ecn-account .content a:after{right: 30px;width: 15px;height: 25px;}

    .open-ecn-account .content .information { padding: 15px; gap: 15px; margin-bottom: 20px; }

}
@media (max-width:510px){
    .open-ecn-account{padding: 40px 0;}

    .open-ecn-account .content{padding-bottom: 30px;}
    .open-ecn-account .content>.text-box{padding: 15px;}
    .open-ecn-account .content .bottom-box{margin-bottom: 0;padding: 15px 15px 25px;}
    .open-ecn-account .content .bottom-box li .img-box{margin-right: 10px;width: 70px;height: 70px;min-width: 70px;}

    .open-ecn-account .content a{padding: 14px 50px 14px 26px;}
    .open-ecn-account .content a:after{right: 20px;width: 11px;height: 18px;}

    .open-ecn-account .content .bottom-box li .img-box:after{height: 90px;}
}
@media (max-width:375px){
    .open-ecn-account .content .bottom-box{margin-bottom: 0;padding: 15px 15px 15px 10px;}
}



.eligibility{ padding: 33px 0 150px;     background: #F7F7F7; }
.eligibility .top-box{ display: flex; gap: 30px; margin-bottom: 20px; }
.eligibility .top-box .logo-box{ padding-right: 20px; margin-bottom: 0; }
.eligibility .top-box .text{ font-size: var(--fs-18); line-height: 1.33; color: #000000; margin-bottom: 0; flex: 1; }
.eligibility .top-box .text span{ color: #fe6301; }
.eligibility .content{ display: flex; flex-wrap: wrap; gap: 12px 10px; }
.eligibility .content-item{ flex: 0 0 calc(50% - 10px); display: flex; gap: 9px; align-items: center; background-color: #E3E3E3; padding: 11px 30px; border-radius: 35px; }
.eligibility .content-item:nth-child(3),.eligibility .content-item:nth-child(4){ padding: 2px 30px 7px; }
.eligibility .content-item .item-icon{ background: url(/wp-content/themes/vantage/images/vantage-cup-eligibility-icon.webp) no-repeat; flex-shrink: 0;background-size: cover; width: 26px; height: 22px; }
.eligibility .content-item .right-box .title{ margin-bottom: 0; font-size: var(--fs-24); color: #000000; font-weight: bold; }
.eligibility .content-item .right-box .text{ margin-bottom: 0; font-size: var(--fs-16); color: #000000; }
@media (max-width: 1240px) {
    .eligibility{ padding: 40px 0 120px;}
}
@media (max-width: 1024px) {
    .eligibility { padding: 40px 0px 80px; }
    .eligibility .content-item { padding-left: 20px !important; padding-right: 20px !important; }
}
@media (max-width:768px){
    .eligibility { padding: 40px 0px 60px; }

    .eligibility .top-box { gap: 20px; margin-bottom: 20px; flex-direction: column; }

    .eligibility .content-item { flex: 0 0 calc(100%); }
}



.current .current-box{ padding: 145px 0 145px; background-color: #0000008f; position: relative; z-index: 15; }
.current .video-box{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 10; background-position: center; background-size: contain; background-repeat: no-repeat; }

.current .video-box img{ height: auto; width: 100%; opacity: 0; }
.current .video-box video{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 100%; object-fit: cover; width: 100%; }

.current .title-box{ color: #FFFFFF; margin-bottom: 40px; }
.current .title-box p:first-child{ font-size: var(--fs-20); line-height: 1.2; margin: 0; font-weight: 500; }
.current .title-box h2{ font-size: var(--fs-60); line-height: 1.2; margin-bottom: 13px; font-weight: bold; }
.current .title-box p{ font-size: var(--fs-18); line-height: 1.78; margin: 0px; }
.current .top-box{ background-color: #000000bd; border-radius: 6px; backdrop-filter: blur(7px); padding: 15px 10px; display: flex; align-items: center; gap: 15px; margin-bottom: 8px; }
.current .top-box .img-box{ display: flex; align-items: center; gap: 25px; }
.current .top-box .text-box .title{ font-size: var(--fs-50); line-height: 1.36; color: #FBFBFB; font-weight: bold; margin-bottom: 0; }
.current .top-box .text-box .title span{ color: #FE7F03; }
.current .top-box .text-box .text{ color: #FFFFFF; font-size: var(--fs-18); line-height: 1.33; }
.current .content { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 0px; margin-bottom: 20px; }
.current .content-item{ background-color: #000000; border-radius: 6px; display: flex; padding: 19px 21px; flex: 0 0 calc(33.34% - 2px); gap: 8px; align-items: center; }
.current .content-item.top-three{ padding: 10px 14px; }
.current .content-item.scope{ padding: 5px 15px; flex-direction: column; gap: 0; }
.current .content-item:last-child{ padding-left: 37px; gap: 17px; }
.current .content-item.scope div{ display: flex; width: 100%; align-items: center; justify-content: space-between; }
.current .content-item .text-box{ flex: 1; }
.current .content-item .label{ min-width: 104px; padding: 4px 18px; font-size: var(--fs-18); line-height: 1.33; color: #FBFBFB; margin-bottom: 0; background-color: #38807D; text-align: center; border-radius: 20px; width: max-content; }
.current .content-item.top-three:nth-child(1) .label{ background-color: #D09153; }
.current .content-item.top-three:nth-child(2) .label{ background-color: #9F9F9F; }
.current .content-item.top-three:nth-child(3) .label{ background-color: #D07553; }
.current .content-item .amount{ color: #FBFBFB; font-size: var(--fs-30); line-height: 1.2; margin-bottom: 0; display: flex; align-items: flex-end; font-weight: bold; }
.current .content-item .amount span { color: #FE7F03; font-size: var(--fs-60); line-height: 1.2; transform: translate(-1%, 6%); letter-spacing: -1px; }
.current .content-item.scope .amount span { font-size: var(--fs-20); }
.current .content-item.scope .amount span { font-size: var(--fs-50); }
.current .content-item .img-box{ width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; background: #26201e; border-radius: 50%; }
.current .content-item .text{ color: #FBFBFB; font-size: var(--fs-18); line-height: 1.33; margin-bottom: -8px; padding-left: 6px; }
.current .content-item .title{ color: #FBFBFB; font-size: var(--fs-50); line-height: 1.2; margin-bottom: 0; display: flex; align-items: flex-end; font-weight: bold; }
.current .content-item .title span { color: #FE7F03; }
.current .information{     border-radius: 6px; background-color: #ffffff4a; padding: 25px; display: flex; gap: 20px; margin-bottom: 30px; backdrop-filter: blur(30px);     align-items: center; }
.current .information p{ font-size: var(--fs-18); line-height: 1.33; color: #FFFFFF;; margin-bottom: 0; }  
.current .information img{ flex-shrink: 0; }  
@media (max-width: 1240px) {
    .current .current-box{ padding: 120px 0 ; }
    .current .content-item.top-three img{
    width: 70px;
}
.current .content-item .img-box {
    width: 80px;
    height: 80px;
}
.current .content-item .img-box img {
    width: 50%;
}
.current .content-item:last-child .img-box img {
    width: 38%;
}
}
@media (max-width: 1024px) {
    .current .current-box{ padding: 80px 0px ; }

    .current .content-item {
    flex: 0 0 calc(50% - 2px);}
    .current .top-box .img-box img:first-child{
        display: none;
    }
}
@media (max-width: 768px) {
    .current .current-box{ padding: 60px 0px ; }
    .current .title-box { margin-bottom: 20px; }
    .current .information { padding: 15px; gap: 15px; margin-bottom: 20px; }
        .current .content-item {
                padding: 15px 15px !important;
    }
}
@media (max-width: 560px) {
    .current .content-item {
    flex: 0 0 calc(100%);}
}

.live-contest-details .inner .details-content li:nth-last-child(2) {
    border-bottom: none;
}
.live-contest-details .inner .details-content { background: #FFFFFF !important; }
.public-faq-content { background: #F7F7F7 !important; }



.live-contest-rank{    padding-top: 27px;
padding-bottom: 72px; display: none;     background: #F7F7F8;}
.live-contest-rank .inner .logo-box{margin-bottom: 38px;}
.live-contest-rank .inner .input-box{display: flex ; border: 1px solid #707070; width: 586px; padding: 9px 9px; margin-bottom: 44px; cursor: pointer; position: relative; padding-left: 47px; overflow: hidden;     max-width: 100%;}
.live-contest-rank .inner .input-box .in-icon{    display: inline-block; width: 29px!important; height: 30px !important;background-size: 100%; background-repeat: no-repeat; background-image:url("/wp-content/themes/vantage/images/jumbo-live-contest-rank-input-icon.svg");    position: absolute; top: 50%; left: 9px; transform: translateY(-50%); }
.live-contest-rank .inner .input-box input{ border: none; font-size: var(--fs-24); flex: 1; width: 100%; max-width: 528px;}


.live-contest-rank .inner .sub-tit{margin-bottom: 30px;color: var(--v-black);font-size: var(--fs-18); }
.live-contest-rank .inner .table-con{border: none;
    border-bottom: none; max-height: 973px; overflow: auto;}
.live-contest-rank .inner .table-con .rank-table{width: 100%;background-color: var(--v-white); min-width: 690px;}
.live-contest-rank .inner .table-con .rank-table thead{position: sticky; top: 0; z-index: 10;}
.live-contest-rank.profit-table .inner .table-con .rank-table thead th{background-color: #AD782B;}
.live-contest-rank .inner .table-con .rank-table thead th{background-color: var(--v-green-darker); color: var(--v-white); font-size: var(--fs-18); font-weight: 500; padding: 16px 0px; text-align: center; border-right: 1px solid #FFF; }
.live-contest-rank .inner .table-con .rank-table thead th:nth-of-type(1){width: 8%;}


.live-contest-rank .inner .table-con .rank-table tbody tr td{color: #666; font-size: var(--fs-24); text-align: center; font-weight: 500; padding: 12px 22px; border-bottom: 1px solid rgba(112, 112, 112, 1);}
.live-contest-rank .inner .table-con .rank-table tbody tr td:nth-of-type(1){background-color: #E3E9F0;}
.live-contest-rank .inner .table-con .rank-table tbody tr td:nth-of-type(1) p{    width: 50px; height: 50px; align-items: center; display: flex; justify-content: space-around; background: var(--v-green-darker); color: var(--v-white); font-size: var(--fs-30); font-weight: 500; border-radius: 50%; margin-bottom: 0px; /* transform: translateX(7px); */ margin: 8px auto;}
.live-contest-rank.profit-table .inner .table-con .rank-table tbody tr td:nth-of-type(1) p{ background: #AD782B;}
.live-contest-rank .inner .table-con .rank-table tbody tr td:nth-of-type(2){text-align: center; word-break: break-all;}
.live-contest-rank .inner .table-con .rank-table tbody tr td:nth-of-type(3){text-align: center;}
.live-contest-rank .inner .table-con .rank-table tbody tr td:nth-of-type(4){text-align: center;}
.live-contest-rank .inner .table-con .rank-table tbody tr td:nth-of-type(5){text-align: right;}
.live-contest-rank .inner .rank-bottom-box{padding: 28px 26px;margin-bottom: 0px;padding-bottom: 16px;padding-top: 16px;background-color: var(--v-white); display: flex; border: none;border-top: none; justify-content: space-between;     flex-wrap: wrap;    }
.live-contest-rank .inner .rank-bottom-box .text{ font-weight: 400;font-size: var(--fs-18);text-align: left;color: #000;margin-bottom: 0px; }

.live-contest-rank .button-box{    display: flex; justify-content: flex-end; margin-top: 12px; }
.live-contest-rank .button-box a { font-size: var(--fs-18); padding: 10px 10px 10px 20px; color: #FBFBFB; display: flex; gap: 10px; background: #034853; align-items: center; border-radius: 6px; }
.live-contest-rank .button-box .icon { width: 18px; height: 18px; display: inline-block; background-image: url(/wp-content/themes/vantage/images/vantage-cup-rank-icon.webp); background-repeat: no-repeat; background-size: cover; }



@media (max-width:1640px){
    .live-contest-rank .inner .table-con .rank-table tbody tr td:nth-of-type(1) p{transform: translateX(0px);}
}

@media (max-width:1400px){
    .live-contest-rank .inner .table-con{ max-height: 1205px; }
    
}
@media (max-width: 1240px) {
    .live-contest-rank{     padding-top: 40px; padding-bottom: 70px; }
}
  
@media (max-width:768px) {
    .live-contest-rank {  padding-bottom: 60px; }
    .live-contest-rank .inner{padding-top: 30px; padding-bottom:40px;}
    .live-contest-rank .inner .logo-box{margin-bottom: 20px;}
    .live-contest-rank .inner .table-con{ max-height: 700px; }
    .live-contest-rank .inner .table-con .rank-table thead th{padding: 10px 0px;}
    .live-contest-rank .inner .table-con .rank-table tbody tr td{padding: 10px 10px;}
    .live-contest-rank .inner .table-con .rank-table tbody tr td:nth-of-type(1) p{width: 40px;height: 40px;}
    .live-contest-rank .inner .table-con .table-btm-txt{padding: 10px 10px;}
    .pagination-box .layui-box{ column-gap: 20px; }
    .pagination-box .layui-box>* { width: 33px; height: 33px; font-size: var(--fs-20); line-height: 30px; }
    .live-contest-rank .inner .rank-bottom-box { padding: 28px 15px;}
    .pagination-box .layui-box .layui-laypage-next, .pagination-box .layui-box .layui-laypage-prev { width: 64px; }


}
@media (max-width:510px){
    .live-contest-rank {  padding-bottom: 40px; }
    .live-contest-rank .inner .table-con{ max-height: 580px; }
    .live-contest-rank .inner .table-con .rank-table tbody tr td:nth-of-type(1) p{width: 30px;height: 30px;}
    .pagination-box .layui-box{ column-gap: 10px; }
    .pagination-box .layui-box>* { width: 25px; height: 25px; font-size: var(--fs-16); line-height: 23px; }
    .live-contest-rank .inner .table-con .rank-table{ min-width: 540px; }
    .pagination-box .layui-box .next,.pagination-box .layui-box .prev { width: 8px; height: 10px; background-size: 100% 100%; }
    .pagination-box .layui-box .layui-laypage-next, .pagination-box .layui-box .layui-laypage-prev { width: 35px; }
}

    .live-contest-details .inner .details-content li p.tit{ font-size: var(--fs-20) !important; }
    .live-contest-details .inner .details-content li p.text { line-height: 1.6 !important; }
    .live-contest-details .inner .details-content li p.formula span:nth-of-type(1) { font-size: var(--fs-24) !important; display: flex; align-items: center; }
    .live-contest-details .inner .details-content li p.formula span:nth-of-type(2) { padding: 34px 23px !important; font-size: var(--fs-18) !important; }
@media (max-width: 1024px) {
    .live-contest-details .inner .details-content li p.formula span:nth-of-type(1), .live-contest-details .inner .details-content li p.formula span:nth-of-type(2) {
        font-size: var(--fs-22) !important;
        padding: 10px 10px !important;
}
}
/* ! vantagetradings|2026-06-09 13:55:00 ! */