*{
    font-family: 'Futura PT', sans-serif;
    word-break: keep-all;
    line-height: 1.2;
}
html{
    scroll-behavior:smooth;
}
.content .xm{
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--s50) 0;
}


.mainBanner .mainBanBox{
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 100vh;
    background: url('../img/pang_img/main_Banner.png')no-repeat center/ cover;
    margin: 0 auto;
    background-color: #000;
}
.mainBanner .mainBanBox .mainBanTxtBox{
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 13.542%;
}
.mainBanner .mainBanBox .mainBanTxtBox>b{
    display: inline-block;
    color: var( --NeonGreenB);
    margin-bottom: var(--s20);
    background-color: #d0efdb;
    padding: var(--s10) var(--s20);
    border-radius: 9999px;
    font-weight: 600;
    font-size: var(--s16);
}
.mainBanner .mainBanBox .mainBanTxtBox h2{
    line-height: 1;
    font-weight: 700;
    margin-bottom: var(--s30);
    font-size: var(--s100);
}
.mainBanner .mainBanBox .mainBanTxtBox h2 .pointB{
    display: inline-block;
    margin-top: 10px;
    line-height: 1;
    color: var( --NeonGreenB);
}
.mainBanner .mainBanBox .mainBanTxtBox p{
    margin-bottom: var(--s50);
    color: #666;
    font-weight: 500;
    font-size: var(--s30);
}
.mainBanner .mainBanBox .mainBanTxtBox .mainBanTxt a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 13px 60px;
    color: #fff;
    transition: 0.4s;
    font-weight: 500;
    font-size: var(--s18);
}
.mainBanner .mainBanBox .mainBanTxtBox .mainBanTxt a:hover{
    background-color: #fff;
    color: #000;
}
.mainBanner .mainBanBox .mainBanTxtBox .mainbnBtn{
    display: flex;
}
.mainBanner .mainBanBox .mainBanTxtBox .mainbnBtn a{
    display: flex;
    align-items: center;
    padding: var(--s20) var(--s50);
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fbfbfb;
    font-size: var(--s18);
}
.mainBanner .mainBanBox .mainBanTxtBox .mainbnBtn a:first-child{
    background-color: var(--NeonGreenB);
    margin-right: var(--s20);
    color: #fff;
}
.mainBanner .mainBanBox .mainBanTxtBox .mainbnBtn a::after{
    content: '';
    display: inline-block;
    width: 25px;
    height: 18px;
    margin-left: 20px;
}
.mainBanner .mainBanBox .mainBanTxtBox .mainbnBtn a:last-child{
    border: 1px solid var(--NeonGreenB);
    color: var(--NeonGreenB);
}
.mainBanner .mainBanBox .mainBanTxtBox .mainbnBtn a:first-child::after{
    background: url('../img/pang_img/mainBn_left.svg')no-repeat center/contain;
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}
.mainBanner .mainBanBox .mainBanTxtBox .mainbnBtn a:last-child::after{
    background: url('../img/pang_img/quick_Discord.svg')no-repeat center/contain;
    width: 40px;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(1352%) hue-rotate(121deg) brightness(96%) contrast(101%);
}
/* mainBanner Fin */

.section01{
    padding: var(--s150) 0 var(--s100);
    background-color: #030043;
    box-sizing: border-box;
}
.section01 .section01Box{
    display: flex;
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
}
.section01 .section01Box h3{
    line-height: 1;
    margin-bottom: var(--s50);
    font-size: var(--s80);
}
.section01 .section01Box h3 .pointB{
    color: var(--NeonGreen);
}

.section01 .section01Box p{
    line-height: 1.2;
    font-weight: 500;
    font-size: var(--s30);
} 
.section01 .section01Box p .pointB{
    color: var(--NeonGreen);
    font-weight: 600;
}
.section01 .section01Box h3 .fontSml{
    margin-left: var(--s20);
    font-size: var(--s50);
}
.section01 .section01Box p:first-of-type{
    margin-bottom: var(--s30);
}
.section01 .section01Box>div{
    width: 50%;
}
/* section01 Fin */


.section02,
.section03,
.section04,
.section05,
.section06,
.section07,
.section08{
    padding: var(--s100) 0;
    background-color: #030043;
    box-sizing: border-box;
}
.section02 .section02Box{
    display: flex;
    justify-content: space-between;
    align-items:  center;
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
}
.section02 .section02Box>div{
    width: 50%;
}
.section02 .section02_txt h3{
    margin-bottom: var(--s50);
    font-size: var(--s80);
}
.section02 .section02_txt h3 .pointB{
    color: var(--NeonGreen);
}
.section02 .section02_txt p{
    font-size: var(--s30);
    font-weight: 500;
    line-height: 1.2;
}
.section02 .section02_slide{
    padding-left: var(--s80);
    box-sizing: border-box;
}
.section02 .section02_slide .liveBox{
    margin-bottom: var(--s40);
}
.section02 .section02_slide .liveTxt{
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: var(--s20);
    font-size: var(--s25)
}
.section02 .section02_slide .liveTxt::before{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--NeonGreen);
    margin-right: var(--s12);
}
.section02 .section02_slide .rewardTotal{
    display: block;
    color: var(--NeonGreen);
    font-weight: 700;
    font-size: var(--s50);
}
.section02 .section02_slide .payoutSwiper{
    height: 350px;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.section02 .section02_slide .swiper-slide{
    height: 70px !important;
}
.section02 .section02_slide .rewardItem{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.section02 .section02_slide .rewardUser{
    display: flex;
    align-items: center;
}
.section02 .section02_slide .rewardUser img{
    width: 30px;
    margin-right: 15px;
}
.section02 .section02_slide .rewardUser strong{
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: var(--s18);
}
.section02 .section02_slide .rewardUser span{
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.4);
    font-size: var(--s12);
}
.section02 .section02_slide .rewardPrice{
    text-align: right;
}
.section02 .section02_slide .rewardPrice strong{
    display: block;
    color: var(--NeonGreen);
    font-weight: 700;
    font-size: var(--s20);
}
.section02 .section02_slide .rewardPrice span{
    display: block;
    margin-top: 5px;
    color: #959595;
    font-size: var(--s12);
}
/* section02 Fin */

.section03 .section03Box{
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
}
.section03 .section03_txt{
    margin-bottom: var(--s60);
}
.section03 .section03_txt h3{
    margin-bottom: var(--s40);
    font-size: var(--s80);
}
.section03 .section03_txt h3 .pointB{
    color: var(--NeonGreen);
}
.section03 .section03_txt p{
    font-weight: 500;
    font-size: var(--s30);
}
.section03 .section03_img img{
    display: block;
    width: 100%;
}
 /* section03 Fin */


.section04 .section04Box{
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.section04 .section04Box h3{
    margin-bottom: var(--s50);
    font-weight: 700;
    line-height: 1;
    font-size: var(--s60);
}
.section04 .section04Box h3 .pointB{
    color: var(--NeonGreen);
}
.section04 .section04Box .subTxt{
    margin-bottom: var(--s50);
    line-height: 1.3;
    font-weight: 500;
    font-size: var(--s30);
}
.section04 .section04Box .descTxt{
    margin-bottom: var(--s50);
    font-size: var(--s25);
}
.linkbtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    height: 45px;
    border: 2px solid var(--NeonGreen);
    border-radius: 9999px;
    color: var(--NeonGreen);
    transition: .3s;
    font-weight: 700;
    font-size: 20px;
}
.linkbtn:hover{
    background-color: var(--NeonGreen);
    color: #030043;
}

/* section04 Fin */


.section05 .section05Box{
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.section05 .section05Box h3{
    margin-bottom: var(--s30);
    font-weight: 700;
    font-size: var(--s60);
}
.section05 .section05Box h3 .pointB{
    color: var(--NeonGreen);
}
.section05 .section05Box .subTxt{
    margin-bottom: var(--s60);
    font-size: var(--s30);
}
.section05 .section05Box ul{
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.section05 .section05Box ul li{
    width: calc((100% - 300px) / 4);
    padding: 50px 15px 35px;
    border: 1px solid var(--NeonGreen);
    border-radius: 5px;
    box-sizing: border-box;
    transition: .3s;
}
.section05 .section05Box ul li::before{
    content: '';
    display: block;
    width: 60px;
    margin: 0 auto 25px;
}
.section05 .section05Box ul li:nth-of-type(1)::before{
    background: url('../img/pang_img/sec05_01.png') no-repeat center/contain;
    height: 60px;
}
.section05 .section05Box ul li:nth-of-type(2)::before{
    background: url('../img/pang_img/sec05_02.png') no-repeat center/contain;
    height: 60px;
}
.section05 .section05Box ul li:nth-of-type(3)::before{
    background: url('../img/pang_img/sec05_03.png') no-repeat center/contain;
    height: 50px;
}
.section05 .section05Box ul li:nth-of-type(4)::before{
    background: url('../img/pang_img/sec05_04.png') no-repeat center/contain;
    height: 60px;
}
.section05 .section05Box ul li b{
    display: block;
    min-height: var(--s60);
    margin-bottom: var(--s20);
    color: var(--NeonGreen);
    font-weight: 700;
    font-size: var(--s25);
}
.section05 .section05Box ul li p{
    line-height: 1.3;
    font-size: 16px;
}
/* section05 Fin */

.section06 .section06Box{
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.section06 .section06Box h3{
    margin-bottom: var(--s25);
    font-weight: 700;
    line-height: 1;
    font-size: var(--s60);
}
.section06 .section06Box h3 .pointB{
    color: var(--NeonGreen);
}
.section06 .section06Box .subTxt{
    margin-bottom: var(--s60);
    font-weight: 500;
    font-size: var(--s30);
}
.section06 .tabWrap{
    margin-bottom: var(--s50);
}
.section06 .tabWrap h4{
    margin: var(--s35) 0 var(--s16);
    font-weight: 700;
    font-size: var(--s35);
}
.section06 .fundTab,
.section06 .sizeTab,
.section06 .priceTab{
    display: flex;
    justify-content: center;
    width: fit-content;
    width: 600px;
    margin: 0 auto;
    border: 1px solid var(--NeonGreen);
    border-radius: 9999px;
    overflow: hidden;
}
.section06 .fundTab li,
.section06 .sizeTab li,
.section06 .priceTab li{
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    transition: .3s;
    padding: 12px 0 ;
    font-size: 20px;
}
.section06 .fundTab li.active,
.section06 .sizeTab li.active,
.section06 .priceTab li.active{
    background: var(--NeonGreen);
    border-radius: 9999px;
}
.section06 .challengeWrap{
    display: flex;
    justify-content: space-around;
    gap: 60px;
    margin-bottom: var(--s60);
}
.section06 .challengeBox{
    width: 100%;
    max-width: 560px;
    padding: var(--s35) var(--s30);
    border: 1px solid var(--NeonGreen);
    border-radius: 6px;
    text-align: left;
    box-sizing: border-box;
    transition: .3s;
}
.section06 .challengeBox h5{
    text-align: center;
    margin-bottom: var(--s25);
    color: var(--NeonGreen);
    font-weight: 700;
    font-size: var(--s25);
}
.section06 .challengeBox ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.section06 .challengeBox ul li:last-child{
    border-bottom: 0;
}
.section06 .challengeBox ul li span{
    color: #fff;
    font-size: var(--s20);
}
.section06 .challengeBox ul li strong{
    color: var(--NeonGreen);
    text-align: right;
    font-weight: 600;
    font-size: var(--s20);
}
.section06 .bottomPrice{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.section06 .bottomPrice strong{
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: var(--s20);
}
.section06 .bottomPrice strong span{
    font-weight: 600;
    font-size: var(--s40);
}
.challengeWrap3{
    display: flex;
    gap: 20px;
}
.challengeWrap3 .challengeBox{
    width: 33.333%;
}
.challengeWrap1{
    display: flex;
    justify-content: center;
}
.challengeWrap1 .challengeBox{
    width: 100%;
    max-width: 600px;
}
/* section06 Fin */

.section07 .section07Box{
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.section07 .section07Box h3{
    margin-bottom: var(--s30);
    font-weight: 700;
    line-height: 1;
    color: var(--NeonGreen);
    font-size: var(--s60);
}
.section07 .section07Box .subTxt{
    margin-bottom: var(--s50);
    font-weight: 500;
    font-size: var(--s30);
}
.section07 .thumb{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
}
.section07 .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section07 .line{
    width: 100%;
    height: 2px;
    margin: var(--s30) 0;
    background: var(--NeonGreen);
    opacity: .7;
}
.section07 .txt{
    min-height: 300px;
    color: #fff;
    text-align: left;
    font-size:  var(--s25);
}
.section07 .user{
    margin-top: var(--s40);
    text-align: center;
}
.section07 .user img{
    display: block;
    margin: 0 auto  var(--s16);
}
.section07 .user b{
    display: block;
    color: #fff;
    font-weight: 600;
    font-size:  var(--s20);
}
/* section07 Fin */


.section08 .section08Box{
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}
.section08 ul{
    display: flex;
    gap: 40px;
}
.section08 ul li{
    width: calc(50% - 20px);
    padding: var(--s50) 40px;
    background: #fff;
    border-radius: 30px;
    box-sizing: border-box;
}
.section08 ul li>b{
    display: block;
    margin-bottom: 20px;
    color: var(--NeonGreenB);
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--s20);
}
.section08 ul li h3{
    margin-bottom: var(--s30);
    color: #000;
    line-height: 1;
    font-weight: 600;
    font-size: var(--s60);
}
.section08 ul li h3 .pointB{
    color: var(--NeonGreenB);
}
.section08 ul li p{
    min-height: 95px;
    margin-bottom: var(--s50);
    color: #666;
    font-size: var(--s25);
}
.section08 ul li a{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 60px;
    padding: 0 var(--s35);
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 400;
    transition: .3s;
    font-size: var(--s25);
}
.section08 ul li:first-child a{
    background: #e5e5e5;
    color: #000;
}
.section08 ul li:last-child a{
    background: var(--NeonGreenB);
    color: #fff;
}
.section08 ul li a::before{
    content:'';
    display: inline-block;
    margin-right: var(--s20);
}
.section08 ul li:first-child a::before{
    background:url('/layouts/xe_kimtajo_layout/img/pang_img/sec08_01.png') no-repeat center/contain;
    width: 20px;
    height: 21px;
}
.section08 ul li:last-child a::before{
    background:url('/layouts/xe_kimtajo_layout/img/pang_img/sec08_02.png') no-repeat center/contain;
    width: 30px;
    height: 23px;
}
.section08 ul li a::after{
    content:'';
    display: inline-block;
    margin-left: var(--s20);
    width: 25px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: var(--s35);
}
.section08 ul li:first-child a::after{
    background:url('/layouts/xe_kimtajo_layout/img/pang_img/sec08_03.png') no-repeat center/contain;
}
.section08 ul li:last-child a::after{
    background:url('/layouts/xe_kimtajo_layout/img/pang_img/sec08_04.png') no-repeat center/contain;
}
/* section08 Fin */


.section09{
    padding: 50px 0;
    box-sizing: border-box;
	background-color: #fff;
}
.section09 .section09Box{
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}
.section09 h3{
    margin-bottom: var(--s12);
    font-weight: 700;
    line-height: 1;
    font-size: var(--s25);
}
.section09 h3 .pointB{
    color: var(--NeonGreenB);
}
.section09 .subTxt{
    margin-bottom: var(--s16);
    font-size: var(--s14);
}
.section09 ul{
    display:  flex;
    flex-wrap: wrap;
    gap:  var(--s16);
}
.section09 ul li{
    width:  calc(100% - 50px);
    margin: 0 var(--s20) var(--s10) 0;
    border-radius: 20px;
    text-align: left;
    transition: .3s;
}
.section09 ul li:last-child{
    display: flex;
    flex-wrap: nowrap;
}
.section09 ul li span{
    display: inline-block;
    margin: 0 var(--s20) var(--s12) 0;
    color: var(--NeonGreenB);
    line-height: 1;
    font-weight: 700;
    font-size:var(--s20);
}
.section09 ul li h4{
    display: inline-block;
    margin-bottom: var(--s12);
   
    font-weight: 700;
    font-size: var(--s14);
}
.section09 ul li p{
    font-size: var(--s14);
}
.section09 .copyright{
	border-top: 1px solid #c3c3c3;
	padding-top: 15px;
	margin-top: 50px;
	color: #666666;
	font-size: var(--s18);
}

/* section09 Fin */




@media all and (max-width: 767px){
    .language .lang_list{
        padding: 0;
    }
    .mainBanner .mainBanBox{
        background: url('../img/pang_img/main_Banner_mo.png') no-repeat center / cover;
        background-position:right center;
        height: 600px;
   }
   .mainBanner .mainBanBox .mainBanTxtBox{
        top: 5%;
        left: 4%;
   }
   .mainBanner .mainBanBox .mainBanTxtBox>b{
        padding: 5px 10px;
   }
   .mainBanner .mainBanBox .mainBanTxtBox p{
        font-weight: 400;
        font-size: clamp(16px, 4vw, 18px);
   }
   .mainBanner .mainBanBox .mainBanTxtBox .mainbnBtn a{
        width: 50%;
        justify-content: center;
        padding: 10px;
   }
    /* tablet mainBanner Fin */
   .section01 .section01Box,
   .section02 .section02Box{
        flex-wrap: wrap
   }
   .section01 .section01Box>div,
   .section02 .section02Box>div{
        width: 100%;
        margin-bottom: var(--s50);
    }
.section01 .section01Box>div:nth-child(2){
    text-align: right;
}
.section01 .section01Box h3,
.section02 .section02_txt h3,
.section03 .section03_txt h3{
    font-size: 50px;
}
.section04 .section04Box h3,
.section05 .section05Box h3,
.section07 .section07Box h3,
.section08 ul li h3{
    font-size: 40px;
}
.section01 .section01Box p,
.section02 .section02_txt p,
.section03 .section03_txt p,
.section04 .section04Box .subTxt,
.section05 .section05Box .subTxt,
.section07 .section07Box .subTxt{
    font-size: 18px;
}
.section04 .section04Box .descTxt{
    font-size: 16px;
}
.section03 .section03_txt p br,
.section04 .section04Box .descTxt br{
    display: none;
}
   .section01 .section01Box>div>img{
    width: 80%;
   }
    /* section01 mainBanner Fin */
    .section02 .section02_slide {
    padding-left: 0;
    }
    .section01 .section01Box p{
        font-size: 18px;
    }
    /* section02 mainBanner Fin */
    .section03 .section03_txt h3 .pointB{
        display: block;
    }
    /* section03 mainBanner Fin */
    .section05 .section05Box ul{
        flex-wrap: wrap;
        gap: 10px;
    }
    .section05 .section05Box ul li{
        width: calc((100% - 10px) / 2);
        padding: 20px 10px;
    }
    .section05 .section05Box ul li p br{
        display: none;
    }
    /* section05 mainBanner Fin */
    .section06 .section06Box h3 .pointB{
        display: block;
    }
    .section06 .fundTab, .section06 .sizeTab, .section06 .priceTab {
            width: 100%;
    }
    .section06 .challengeWrap{
        flex-wrap: wrap;
        gap: 10px;
    }
    .section06 .challengeBox{
        width: 100%;
        padding: var(--s25) var(--s10);
    }
    .section06 .challengeBox h5{
        margin-bottom: 5px;
        font-size: 25px;
    }
    .section06 .challengeBox ul li{
        padding: 10px 0;
        gap: 5px;
    }
    .section06 .bottomPrice{
        gap: 10px;
    }
    .section06 .linkbtn{
        min-width: 200px;
    }
    /* section06 mainBanner Fin */
     .section07 .reviewSwiper{
        padding: 0 2px;
        overflow:hidden;
    }
    .section07 .swiper-wrapper{
        gap:0 !important;
    }
    .section07 .swiper-slide{
        width: 100%;
        flex-shrink:0;
        box-sizing:border-box;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: var(--s30);
        border: 1px solid var(--NeonGreen);
        border-radius: 6px;
        background: transparent;
        transition: .3s;
    }
    .section07 .txt{
        min-height: 150px;
    }
    /* section07 mainBanner Fin */

    .section08 ul{
        flex-wrap: wrap;
        gap: 0;
    }
    .section08 ul li{
        width: 100%;
    }
    .section08 ul li{
        margin-bottom: var(--s50);
        padding: 30px 20px;
    }
    .section08 ul li>b{
        margin-bottom: 5px;
    }
    .section08 ul li p{
        min-height: 0px;
    }
    /* section08 mainBanner Fin */
    
	.section09{
        padding-top: 0;
	}
    .section09 ul li{
        width: 100%;
        margin: 0;
    }
    /* section09 mainBanner Fin */
}
/* 모바일 */

@media screen and (min-width: 768px) and (max-width: 1279px){
   .mainBanner .mainBanBox{
    background: url('../img/pang_img/main_Banner_tab.png') no-repeat center / cover;
    background-position:right center;
   }
   .mainBanner .mainBanBox .mainBanTxtBox{
    top: 5%;
    left: 4%;
   }
    /* tablet mainBanner Fin */
   .section01 .section01Box,
   .section02 .section02Box{
    flex-wrap: wrap
   }
   .section01 .section01Box>div,
   .section02 .section02Box>div{
    width: 100%;
    margin-bottom: var(--s50);
   }
   .section01 .section01Box>div:nth-child(2){
    text-align: right;
   }
   .section01 .section01Box>div>img{
    width: 70%;
   }
    /* section01 mainBanner Fin */
    .section02 .section02_slide {
    padding-left: 0;
    }
    /* section02 mainBanner Fin */
    .section03 .section03_txt h3 .pointB{
        display: block;
    }
    /* section03 mainBanner Fin */
    .section05 .section05Box ul{
        flex-wrap: wrap;
        gap: 30px;
    }
    .section05 .section05Box ul li{
        width: calc((100% - 30px) / 2);
    }
    /* section05 mainBanner Fin */
    .section06 .section06Box h3 .pointB{
        display: block;
    }
    .section06 .fundTab, .section06 .sizeTab, .section06 .priceTab {
    width: 500px;
    }
    .section06 .challengeWrap{
        gap: 10px;
    }
    .section06 .challengeBox ul li{
        gap: 5px;
    }
    .section06 .challengeBox{
        padding: var(--s25) var(--s10);
    }
    /* section06 mainBanner Fin */
     .section07 .reviewSwiper{
        overflow:hidden;
        padding: 0 2px;
    }

    .section07 .swiper-wrapper{
        gap:0 !important;
    }

    .section07 .swiper-slide{
        width:auto;
        flex-shrink:0;
        box-sizing:border-box;
            display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: var(--s30);
    border: 1px solid var(--NeonGreen);
    border-radius: 6px;
    background: transparent;
    transition: .3s;
    }
    .section07 .txt{
        min-height: 150px;
    }
    /* section07 mainBanner Fin */

    .section08 ul{
        flex-wrap: wrap;
        gap: 0;
    }
    .section08 ul li{
        width: 100%;
    }
    .section08 ul li:first-child{
        margin-bottom: var(--s50);
    }
    .section08 ul li p{
        min-height: 0px;
    }
    /* section08 mainBanner Fin */
    
	.section09{
		padding-top: 0;
	}
}
/* 태블릿 */
@media screen and (min-width:1280px){  
    
.section05 .section05Box ul li:hover{
    transform: translateY(-5px);
    border-color: var(--NeonGreen);
    box-shadow: 0 10px 30px rgba(0,255,170,.15);
}
.section06 .challengeBox:hover{
    transform: translateY(-5px);
    border-color: var(--NeonGreen);
    box-shadow: 0 10px 30px rgba(0,255,170,.15);
}
.section07 .swiper-wrapper{
    display: flex;
    gap: 40px;
}
.section07 .swiper-slide{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(25% - 30px);
    padding: var(--s30);
    border: 1px solid var(--NeonGreen);
    border-radius: 6px;
    box-sizing: border-box;
    background: transparent;
    transition: .3s;
}
}