@import 'normalize.css';
@import 'init.css';

body, html {
    color: #292929;
    scroll-behavior: smooth;
}

/******************* common init *******************/

.opacity0 {
    opacity: 0
}


/* font color */
.sky-blue {
    color: #B6CCF9;
}

.white {
    color: #fff;
}

.green {
    color: #4DF454;
}

.red {
    color: #F64646!important;

}

.dark-gray {
    color: var(--gray1)
}

.gray {
    color: var(--gray)
}

.deep-blue {
    color: #6409DB;
}

/* font weight */
.bold {
    font-weight: 700
}
.semi-bold {
    font-weight: 600
}

.thin {
    font-weight: 200
}




/* flexbox */

.flex {
    display: flex
}
.justify-center {justify-content:center}
.justify-between {justify-content: space-between}
.justify-around {justify-content: space-around}

.align-center {align-items: center}

.bg-sky-blue {background-color:#E4ECFF }


.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f20 {font-size:20px;}
.f24 {font-size:20px;}
.t-gray {color:#999 !important}
.t-blue{color:#304cff !important}
.t-deep-blue {color:#0d3792}
.t-red {color:#ff2e4a!important}
.bg-fff {background-color: #fff}
.bg-g {background-color: #F4F4F7}
.bg-sky-blue {background-color:#E4ECFF }
.bg-pink {background-color:#FFEAEC}
.text-center {text-align: center!important;}
.t-d-uline {text-decoration:underline}
.pad15 {padding:15px!important;}
.pad20 {padding:20px!important}
.pad30 {padding:30px!important;}
.mtop8 {margin-top:8px}
.mtop10 {margin-top:10px}
.mtop20 {margin-top:20px}
.mtop30 {margin-top:30px}
.mtop40 {margin-top:40px}
.mtop50 {margin-top:50px}
.mtop100 {margin-top:100px}
.p5 {padding:5px 0;}
.p10 {padding:10px 0;}
.p20 {padding:20px 0;}
.p30 {padding:30px 0;}
.p40 {padding:40px 0;}
.w50 {width:50%!important}
.w100 {width:100%!important}
.ptop100 {padding-top:100px}
.t-fff {color:#fff!important;}
.font-bold {font-weight:600!important}

.block {display: block}


.container {
    max-width: 1046px;
    margin: 0 auto;
}



h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 74px;
}

h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

h4 {
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
}

h5 {
    font-size: 24px;
    /*font-weight: 700;*/
    line-height: 38px;
}



hr {
    border-color:var(--gray4)
}


@media screen and (max-width: 1024px) {

    h2 {
        font-size: 36px;
        line-height: 52px;
    }

    h3 {
        font-size: 26px;
        line-height: 40px;
    }


    h4 {
        font-size: 24px;
        line-height: 38px;
    }


    h5 {
        font-size: 20px;
        line-height: 32px;
    }

}


/*@media screen and (max-width: 768px) {*/

/*    h2 {*/
/*        font-size: 36px;*/
/*    }*/

/*    h3 {*/
/*        font-size: 26px;*/
/*    }*/

/*    h5 {*/
/*        font-size: 20px;*/
/*    }*/

/*}*/


@media screen and (max-width: 768px) {

    h2 {
        font-size: 24px;
        line-height: 38px;
    }

    h3 {
        font-size: 20px;
        line-height: 32px;
    }

    /*h4 {*/
    /*    font-size: 24px;*/
    /*    line-height: 38px;*/
    /*}*/

    h5 {
        font-size: 16px;
        line-height: 26px;
    }
}


/******************* Navbar *******************/


/******************* Hero Section *******************/

.main {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    /*height: calc(100vh - 80px);*/
    height:800px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

#main-img {
    background-position: center;
    background-size:cover;
    background-image: url("../img/landing/hero-bg.png");
    /*background: linear-gradient(0deg, rgba(09, 10, 240, 0.16) 0%, white 67.37%);*/
}

#service-img {
    background-image: url("../img/service/mainImg.png")
}

#mobileButton {
    display: none;
}

.hero-title {
    /* text-align: center; */
}

.main-container {
    /*position: relative;*/
    /*display: flex;*/
    /*grid-template-columns: 1fr 1fr;*/
    /*align-items: start;*/
    /*justify-content: center;*/
    text-align: center;
    height: 100%;
    z-index: 1;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

#service-img .main-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#service-img .main-container div {
    padding-left:15%;
}

#service-img .main-container .thin {
    letter-spacing: -5px;
}


.main-content {
    width: 100%;
    margin-top:60px;
}

.main-content h1 {
    font-size: 98px;
    line-height: 1.4;
}

/*.main-content h4 {*/
/*    font-size: 25px;*/
/*    font-weight: 200;*/
/*    padding-left: 12px;*/
/*}*/

.main-content h5 {
    margin-top: 16px;
    /*padding-left:14px;*/
}

.main-content p br {
    display: none;
}

.download-buttons {
    display: flex;
    /*max-width: 399px;*/
    justify-content: center;
    align-items: center;
}

.main-btn {
    /*width:190px;*/
    width:100%;
    height: 52px;
    max-width: 335px;
    padding:13px 0;
    margin:80px 10px 0;
    color:var(--white);
    border: 1px solid #6409DB;
    border-radius: 8px;
    background-color: var(--purple);
    cursor: pointer;
    transition: .3s;
}

.main-btn:hover {
    border-color: #6409DB;
    background-color: #4a07a3;
}

.mobile-button a {
    display: none;
}


#market-flow-swiper {
    /*position: absolute;*/
    /*top: 84px;*/
    /*left: 0;*/
    /*margin-top: 84px;*/
    width: 100%;
    padding-top:64px;
}

.flow-swiper {
    width:100%;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--gray2);
}

.flow-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.flow-swiper .swiper-slide {
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
    margin-right: 40px;
    line-height: 26px;
}

.flow-swiper .swiper-slide img {
    margin-right: 4px;
    width:20px;
    height:20px;
}

.flow-swiper .swiper-slide div {
    height: 26px;
    line-height: 27px;
}

.flow-swiper .swiper-slide span {
    display: block;
    height: 26px;
    line-height: 27px;
    margin-left: 4px;
}

.flow-swiper .swiper-slide span.plus {
    color: #F53131
}

.flow-swiper .swiper-slide span.minus {
    color: #0386F5
}

#down-arrow {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}
#down-arrow svg {
    animation: moveUpDown 1.5s ease-in-out infinite;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}


/* Responsive */
@media screen and (min-width: 1920px) {
    .flow-swiper .swiper-slide div {
        height: 26px;
        line-height: 26px;
    }

    .flow-swiper .swiper-slide span {
        height: 26px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1024px) {

    #main-img {
        background-image: url("../img/landing/hero-bg-m.png");
    }


    .container {
        padding:0 20px;
    }

    .main-content {
        margin-top: 40px;
    }

    .main-content h5 {
        margin-top: 8px;
        font-weight: 500;
    }

    .main-content p br {
        display: block;
    }

    .main {
        height: 656px;
        /*height: 88vh;*/
    }

    /*#mobileButton {*/
    /*    background-color: #0075ff;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    border-radius: 5px;*/
    /*    padding: 20px 115px;*/
    /*    position: absolute;*/
    /*    bottom: 30px;*/
    /*    z-index: 1000;*/
    /*    transition: all 0.1s ease-in-out;*/
    /*}*/

    /*#mobileButton a {*/
    /*    color: white;*/
    /*    text-decoration: none;*/
    /*}*/


    /*
    #service-img {
        background-image:url("../img/service/mainImg-mobile.png")
    }
    */
    .main-container {
        /*display: block;*/
        /*padding-top: 260px;*/
        /*display: grid;*/
        /*grid-template-columns: auto;*/
        /*align-items: center;*/
        /*justify-self: center;*/
        /*width: 100%;*/
        /*margin: 0 auto;*/
        /*padding-top:120px;*/
        /*height: 90vh;*/
    }


    /*#market-flow-swiper {*/
    /*    position: static;*/
    /*    width: 100%;*/
    /*}*/

    #market-flow-swiper {
        /*padding-top: 104px;*/
        /*padding: 0 20px;*/
        /*margin-top: 90px;*/
    }


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

    /*.main-content h4 {*/
    /*    font-size: 23px;*/
    /*    padding-left: 0;*/
    /*}*/

    .main-content h1 {
        font-size: 74px;
    }

    .main-content p {
        margin: 12px 0 0 0;
    }

    /*.download-buttons {*/
    /*    display: none;*/
    /*}*/

    .main-btn {
        margin-top: 80px
    }

    #down-arrow {
        margin-top: 40px;
    }


    #service-img .main-container div {
        padding-left: 0;
    }
}

@media screen and (max-width:768px) {

    .main-container {
        padding-left: 20px;
        padding-right: 20px;
        /*padding-top:200px;*/
    }

    #service-img .main-container {
        padding-top:0;
    }


    .main-container {
        display: block;
        /*padding-top: 200px;*/
    }

    .main-content h1 {
        font-size: 48px;
    }


    /*.flow-swiper .swiper-slide {*/
    /*    padding: 10px 0;*/
    /*}*/

}

@media screen and (max-width: 480px) {

    #service-img.main {
        background-position: initial;
    }

    .main-content h1 {
        font-size: 34px;
    }

    .main-btn {
        padding:13px 0;
    }

}

@media screen and (max-width: 360px) {
    .main-content p {
        font-size: 14px;
    }
}


/******************* banner Section *******************/
#banner {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top:70px;*/
    padding:0 15px;
    height:40px;
    box-shadow: 0px 0px 16px 0px #0000001A inset;
    background-color: #f8f8f8;
}

#banner h5 {
    font-size: 14px;
}

#banner span {
    padding-left:5px;
    font-size:14px;
    color:#818181;
}

#banner img {
    width:32px;
    padding-right:10px;
}


@media screen and (max-width:768px) {

    #banner {
        padding-top:8px;
        padding-bottom:8px;
        height:auto;
        /*flex-wrap: wrap;*/
    }

    #banner h5 {
        /*font-size: 14px;*/
        /*text-align: center;*/
        /*padding:10px 5px;*/
    }

    #banner span {
        font-size: 13px;
    }

    #banner img {
        width: 20px;
        padding-right:0;
    }

}

@media screen and (max-width:480px) {
    #banner h4 {
        font-size: 13px;
    }

    #banner img {
        width:18px;
    }
}

@media screen and (max-width:340px) {

    .flow-swiper .swiper-slide {
        font-size: 14px;
    }

    /*.main {*/
    /*    height: 92vh;*/
    /*}*/

    /*.main-container {*/
    /*    padding-top: 170px;*/
    /*}*/

    .main-content h2 {
        font-size: 20px;
    }

    .main-content h5 {
        margin-top: 20px;
        font-size: 14px;
    }

    .main-btn {
        padding: 10px 0;
        margin-top: 35px;
    }

    #down-arrow {
        margin-top: 40px;
    }

}



/******************* Get Start Section *******************/

#get-start {
    padding: 40px 0 160px;
    text-align: center;
}

.get-start-container {
    padding: 0px;
    display: flex;
    justify-content: center;
}

.get-start-container img {
    width: 708px;
    /*padding: 10px;*/
}

.get-start-container img:first-child {
    margin-top:-225px;
}


/* Responsive */

@media screen and (max-width: 1024px) {

    #get-start {
        padding-bottom: 120px;
    }

    .get-start-container img.mobile {
        width: auto;
        max-width: 100%;
        height: 540px;
        margin-top: -120px;
    }
}


@media screen and (max-width: 768px) {

    .get-start-container img.mobile {
        margin-top: -148px;
    }

}

@media screen and (max-width: 350px) {

    .get-start-container img.mobile {
        height: auto;
    }
}



/**************** text-section *****************/


#text-section {
    background-color: var(--gray2)
}

.text-section-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 120px 50px;
}

/*#text-section h3 {*/
/*    font-size: 32px;*/
/*    font-weight: 700;*/
/*}*/



@media screen and (max-width: 1024px) {
    .text-section-container {
        padding: 80px 50px;
    }
}


@media screen and (max-width: 768px) {
    .text-section-container {
        padding: 60px 20px;
    }
}

@media screen and (max-width: 480px) {
    .text-section-container {
        padding: 40px 20px;
    }
}


/**************** Features *****************/

.feature h5 {
    color: var(--purple);
    /*font-weight: 400;*/
}

.feature h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
    padding: 12px 0;
}


.feature-container {
    padding: 100px 0;
}

.feature {
    display: flex;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    padding: 60px 0;
}

.text-content {
    width:55%;
    max-width: 355px;
    display: flex;
    margin-left: 120px;
    padding-top:40px;
}

.feature-reverse .text-content {
    margin-left: 0;
    margin-right: 120px;
}


.feature-description {
    font-size: 20px;
    line-height: 38px;
    color: #525252;
}

.img-content {
    width:45%;
    max-width:426px;
    height:700px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--gray3);
    border-radius: 8px;
    background-color:var(--gray2);
}

.img-content img {
    width: 368px;
}


.iphone {
    max-height: 754px;
    position: absolute;
    z-index: 1;
}


.feature-reverse {
    flex-direction: row-reverse;
}

.feature-icon {
    max-height: 28px;
    margin-top:-5px;
    margin-right:4px;
}

#features.service {
    background: #050539;
}

.service .feature > div {
    width: 50%;
    justify-content: initial;
}

.service .feature-content {
    padding-left: 0;
}

.service .feature-img {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    width: 466px;
    max-width: 100%;
    height: 604px;
}

.service .feature-img {
    width:100%;
}


.service .second-feature .feature-img {
    display: flex;
    margin-left: auto;
}

/* Responsive */

@media screen and (max-width: 1250px) {
    .iphone {
        max-height: 580px;
    }

    video {
        max-height: 526px;
    }

    .feature h3 {
        font-size: 46px;
    }

    .feature h6 {
        font-size: 26px;
    }

    .feature h2 {
        font-size: 68px;
    }

    /*.feature-icon {*/
    /*    max-height: 80px;*/
    /*}*/
}

@media screen and (max-width: 1024px) {


    .feature-content {
        /*text-align: center;*/
        padding-left: 0px;
    }

    .feature {
        flex-direction: column;
        align-items: center;
        /*justify-content: space-between;*/
        padding: 40px 20px;
    }


    .feature h3 {
        margin: 6px 0px 10px 0px;
    }

    .feature h2 {
        margin: 30px 0px 6px 0px;
    }

    .feature-description {
        font-size: 16px;
        line-height: 26px;
    }


    .iphone {
        max-height: 754px;
    }

    .left-content {
        padding-top: 60px;
    }

    .right-content {
        padding-top: 30px;
    }

    .img-content {
        position:relative;
        width:100%;
        display: block;
        height: 366px;
        overflow: hidden;
    }

    .img-content img {
        width: 360px;
        max-width:200%;
        position: absolute;
        left: 50%;
        margin-left: -180px;
        top: 46px;
    }

    .text-content {
        width:100%;
        justify-content: center;
        margin:0;
        padding: 20px 0;
    }

    .feature-reverse .text-content {
        margin:0;
    }



    .service .feature > div {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .service .feature-img {
        width: 100%;
        height: 420px;
        justify-content: center;
    }


}

@media screen and (max-width: 768px) {

    .feature-container {
        padding: 60px 0;
    }

    .feature {
        padding: 60px 20px;
    }

    .iphone {
        max-height: 614px;
    }


    .feature h3 {
        font-size: 30px;
    }

    .feature h6 {
        font-size: 20px;
    }

    .feature h2 {
        font-size: 56px;
    }

    .feature h4 {
        padding-top:20px;
        font-size: 24px;
        line-height: 38px;
    }

    .service .feature-img {
        height: 320px;
    }

    .service .feature-img img {
        height: auto;
        max-width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .right-content {
        padding-top: 50px;
    }


    .feature-title br {
        display: none;
    }

    .feature-description span {
        display: block;
    }

    .feature-description br {
        display: none;
    }

    .service .feature-img {
        height: 200px;
    }

    .service .second-feature {
        padding: 50px 30px;
    }

    .service .feature-content p span {
        display: block;
        padding: 2px 0;
    }

}

@media screen and (max-width: 360px) {
    .feature {
        padding: 60px 20px;
    }

    .feature h6 {
        font-size: 22px;
    }

    .feature-title {
        font-size: 26px;
    }

    .feature-description {
        font-size: 14px;
    }

    video {
        max-height: 471px;
    }

    .iphone {
        max-height: 520px;
    }

    .service .feature-img {
        height: 140px;
    }
}


/**************** Slide Swiper *****************/


/*.slideSwiper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

#slide-section {
    padding: 160px 0;
}


.slideSwiper {
    margin-top: 120px;
    overflow: visible;
    /*overflow-x: hidden;*/
    overflow-x: clip;
}

.slideSwiper .swiper-slide {
    /*min-width:800px;*/
    max-width:1046px;
    /*width:800px;*/
    height:426px;
    font-size: 18px;
    padding:80px 60px 0;
    border:1px solid var(--gray4);
    border-radius: 8px;
    background: var(--gray3);
    display: flex;
    flex-wrap:wrap;
}

.slideSwiper .swiper-slide > div {
    width: 40%;
}

.slideSwiper .swiper-slide .img-box {
    width: 60%;
    position: relative;
}

.slideSwiper .swiper-slide .img-box img {
    width: 374px;
    position:absolute;
    right:0;
    bottom:0;
}

.slideSwiper .swiper-slide .text-box {
    font-size: 24px;
}

.slideSwiper .swiper-slide .text-box h5 {
    margin-top:16px;
    line-height: 38px;
    font-weight: 500;
}

.slideSwiper .swiper-slide .text-box .add-description {
    margin-top: 12px;
    font-size: 16px;
    color: var(--gray);
    line-height: 26px;
}


/*.slideSwiper .swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/


.slideSwiper .swiper-pagination {
    position: static;
    width: auto;
    /*bottom: -50px;*/
}

.slideSwiper .swiper-pagination span {
    display: inline-block;
    margin-top:3px;
    font-size:16px;
    font-weight:600;
    color: var(--gray);
    line-height: 26px;
    opacity: 0.5;
}

.slideSwiper .swiper-pagination span.currentPage {
    width:16px;
    display: inline-block;
    opacity: 1;
}

.slideSwiper .swiper-pagination span.divi-point {
    margin:3px 10px 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--gray);
    vertical-align: middle;
}

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

.slideSwiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin:0 2px!important;
    background-color: #e0e0e0;
}

.slideSwiper .swiper-pagination-bullet-active {
    background-color: var(--gray);
}

.bottom-nav {
    margin-top:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-nav__item {
    /*flex: 0 0 80px;*/
    padding: 8px;
    margin:0 20px;
    text-align: center;
    font-size:20px;
    font-weight:900;
    line-height: 30px;
    /*background-color: #333;*/
    color: #333;
    cursor: pointer;
}

.bottom-nav__item:not(.swiper-button-disabled):hover {
    opacity: 0.8;
}

.bottom-nav__item.swiper-button-disabled {
    /*background-color: #999;*/
    color: #eee;
    cursor: not-allowed;
}

.bottom-nav__item img {
    margin-top:-2px;
    width: 24px;
}

.bottom-nav__item.swiper-button-disabled img {
    opacity: .5;
}

.bottom-nav .slidePrev-btn img {
    transform: rotate(180deg);
}



@media screen and (max-width: 1024px) {
    #slide-section {
        padding: 120px 0;
    }

    .slideSwiper {
        margin-top: 40px;
    }


    .slideSwiper .swiper-slide {
        border-radius: 0;
    }
}


@media screen and (max-width: 768px) {

    .slideSwiper .swiper-slide {
        flex-direction: row;
        flex-wrap: wrap-reverse;
        height: auto;
        justify-content: center;
        padding: 40px 0;
    }

    .slideSwiper .swiper-slide > div {
        width:100%!important;
    }

    .slideSwiper .swiper-slide .img-box {
        text-align: center;
    }

    .slideSwiper .swiper-slide .img-box img {
        position: static;
    }

    .slideSwiper .swiper-slide .text-box {
        max-width: 285px;
        margin: 40px auto 0;
        /*padding-left:20px;*/
        /*padding-right:20px;*/
    }

    .slideSwiper .swiper-slide .text-box h5 {
        font-size: 16px;
        margin-top: 12px;
        line-height: 26px;
    }
}


@media screen and (max-width: 480px) {

}




/**************** point-section *****************/

#point-section {
    padding: 160px 0;
}

#point-section h2 {
}

#point-section .point-box {
    margin: 0 -20px;
    padding: 80px 0 120px;
    flex-wrap: wrap;
}

#point-section .point-box > div {
    width:50%;
    padding:40px 20px;
}

#point-section .point-box img {
    width: 96px;
    height: 96px;
    margin-right:24px;
}

/*#point-section .point-box h5 {*/
/*    font-weight: 400;*/
/*}*/

#point-section .point-box h5:first-child {
    color: var(--purple);
}

#point-section .point-box h5.desc {
    margin-top: 12px;
}

#nft-box {
    position:relative;
    height:426px;
    padding: 80px 80px 0;
    background-color:var(--gray2);
    flex-wrap: wrap;
}


#nft-box > div {
    width: 50%;
}

#nft-box .qr-box {
    padding: 5px;
    border:1px solid var(--gray3);
    border-radius: 8px;
    background-color: white;
}


#nft-box .img-box {
    position: relative;
}

#nft-box .phone-img {
    width: 408px;
    position:absolute;
    left:0;
    bottom:0;
}

#nft-box .text-box {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

#nft-box .text-box > div:first-child {
    width: 25%;
}

#nft-box .text-box > div:last-child {
    width: 70%;
}


#nft-box .text-box p {
    color:var(--gray);
}

#nft-box .text-box .nft-link {
    margin-top: 24px;
    color: var(--gray1);
    line-height: 26px;
}


#nft-box-mobile > div {
    margin-top: 40px;
    padding: 0 16px;
    border: 1px solid var(--gray3);
    border-radius: 8px;
    background-color: var(--gray2);
}

#nft-box-mobile b {
    color: var(--gray1);
}

#nft-box-mobile > div > img {
    width: 76px;
}

#nft-box .apple-announce {
    width: auto;
    position: absolute;
    right:35px;
    bottom:40px;
}


@media screen and (max-width: 1024px) {
    #point-section {
        padding: 120px 0;
    }
    #point-section .point-box > div {
        padding: 20px;
    }

    #point-section .point-box h5.desc {
        margin-top: 4px;
    }

    #point-section .point-box img {
        width:80px;
        height:80px;
    }

}

@media screen and (max-width: 768px) {


    #point-section .point-box {
        margin:0;
        padding: 20px 0;
    }

    #point-section .point-box > div {
        width: 100%;
        align-items: center;
    }

    #point-section .point-box > div:nth-child(2) {
        order:1
    }
    #point-section .point-box > div:nth-child(3) {
        order:0
    }
    #point-section .point-box > div:nth-child(4) {
        order:1
    }

    #nft-box-mobile > div {
        margin-top: 80px;
    }
}

@media screen and (max-width: 480px) {

    #point-section .point-box > div {
        padding-left:0;
        padding-right:0;
        align-items: start;
    }
}


/**************** business session *****************/
.business {
    background-color: #000;
}


.business h3 {
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.business h2 {
    margin: 180px 0 60px 0;
    font-weight: 200;
    font-size: 84px;
    letter-spacing: -3px;
}

.business h2 + p {
    font-size: 20px;
    line-height: 30px;
}

.business .box {
    margin-top: 200px;
    padding-bottom: 100px;
    width: 100%;
}

.business .box img {
    width: auto;
    margin: 0;
}

.business .box p {
    font-size: 30px;
}

.business .business-img {
    max-width: 970px;
    width: 92%;
}

.link-btn {
    margin: 80px 0 120px;
    width: 320px;
    height: 82px;
    line-height: 80px;
    border: 1px solid #fff;
    border-radius: 44px;
    text-align: center;
    font-size: 24px;
    background: #0C0C42;
    transition: .2s;
}

.link-btn a {
    text-decoration: none;
}

.link-btn:hover {
    background: #000042;
}

.business .start-box .text {
    position: relative;
    top:-40px;
    line-height: 1.5;
}


@media screen and (max-width: 1024px) {

    .business h2 {
        margin: 120px 0 40px 0;
        font-size: 64px;
    }

    .business h3 {
        font-size: 46px;
    }

    .business h3 img {
        width: 220px;
    }

    .business h2 + p {
        font-size: 18px;
        line-height: 28px;
    }

    .business .start-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .business .box {
        margin-top: 180px;
        padding-bottom: 80px;
        display: block;
    }

    .business .box img {
        width: 100%;
    }

    .business .start-box > div:first-child {
        width: 30%
    }

    .business .box p {
        text-align: left;
        font-size: 26px;
        padding-left: 30px;
    }

    .link-btn {
        margin: 60px 0 100px;
        width: 280px;
        height: 62px;
        line-height: 60px;
        border-radius: 36px;
        font-size: 20px;
    }


    .business-img {
        width: 80%
    }
}

@media screen and (max-width: 768px) {

    .business h2 {
        margin: 100px 0 30px 0;
        font-size: 52px;
    }

    .business h3 {
        font-size: 38px;
    }

    .business h3 img {
        width: 200px;
    }

    .business h2 + p {
        font-size: 16px;
        line-height: 26px;
    }

    .business .box {
        margin-top: 140px;
        padding-bottom: 60px;
    }

    .business .box .start-box {
        margin-bottom: 20px;
    }


    .business .box p {
        font-size: 22px;
    }

}


@media screen and (max-width: 480px) {
    .business h2 {
        margin: 60px 0 20px 0;
        font-size: 42px;
    }

    .business h3 {
        font-size: 30px;
    }

    .business h3 img {
        width: 160px;
    }

    .business h2 + p {
        font-size: 16px;
        line-height: 24px;
    }

    .business .box {
        margin-top: 80px;
        padding-bottom: 30px;
    }

    .business .start-box {
        justify-content: initial;
    }

    .business .box p {
        font-size: 20px;
    }

    .business .start-box .text {
        top: -18px;
    }


}

@media screen and (max-width: 360px) {
    .access-content p {
        font-size: 20px;
    }

    .access-icon {
        margin: 35px 0px 70px;
    }

    .business .start-box .text {
        top: -10px;
    }
    .business .box p {
        font-size: 16px;
    }

}


/* Animation */

.animation {
    animation: content-appear 1s ease-in-out forwards;
}

@keyframes content-appear {
    from {
        opacity: 0;
        transform: translateY(6rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/**************** report *****************/


/**************** report page top *****************/

#report-top {
    background: #fff;
    padding-top: 70px;
}

#report-title-cont {
    text-align: center;
    padding: 90px 0;
}

#report-title-cont h2 {
    font-size: 68px;
    font-weight: 400;
}

#report-title-cont h2 + p {
    font-size: 20px;
    padding: 15px 0 20px;
    line-height: 1.5;
}

#report-title-cont a {
    font-size: 18px;
    border-bottom:1px solid #000;
}


/**************** report list session *****************/

#report-list, #guide {
    padding: 80px 0 180px;
    background: #eee;
}


#report-list .error-title {
    text-align: center;
}

#report-list ul, #guide .guide-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#report-list ul li,  #guide .guide-list ul li {
    flex-basis: 33.33%;
    padding: 12.5px;
}

#report-list ul li > a, #guide .guide-list ul li .box{
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 40px;
    border: 4px solid #fff;
    background: #fff;
    transition: .2s;
}

#report-list ul li > a:hover {
    border: 4px solid #000;
    box-shadow: 0 0 40px rgba(0, 0, 0, .25);
}

#report-list p, #guide .guide-list p{
    font-size: 16px;
}

#report-list .slug, #guide .guide-list .slug {
    color: #9C9C9C;
}

#report-list .title, #guide .guide-list .title {
    font-size: 26px;
    padding: 18px 0;
}


/* 2022년 1월 가이드 버젼 추가 */

#guide h2 {
    font-size:40px;
}

#guide h3 {
    font-size:34px;
}

#guide h4 {
    font-size:28px;
}

#guide p {
    color: #4a4a4a;
}

#guide section {
    padding-top:100px;
}

#guide section:first-child {
    padding-top:0
}

#guide section:last-child {
    padding-top:0;
    padding-bottom:100px;
}

#guide .guide-list ul li .box {
    padding:40px 45px 35px;
    height: 512px;
}

#guide .guide-list ul li .desc {
    padding: 5px 0;
    line-height: 27px;
}

#guide .guide-list ul li .box > div > a {
    display: block;
    padding:7px 0;
}

#guide .box2 {
    padding: 50px 50px 80px;
}

#guide .box2 > .flex {
    justify-content: space-between;
}

#guide .box2 .flex > div {
    width:46%
}

#network .supply-network li {
    width:124px;
    height:64px;
    line-height: 62px;
    text-align: center;
    font-weight: bold;
    margin-right: 25px;
    background-color: #EFF2F8;
}

#guide .guide-list-2 ul li {
    flex-basis: 50%;
}

#guide .guide-list-2 ul li .box {
    height: 768px;
}

#respond {
    padding-top:100px;
}


@media screen and (max-width:1280px) {

    #guide .guide-list ul li .box {
        padding: 35px 40px 35px;
    }

    #guide .guide-list .title {
        font-size: 24px;
        padding:15px 0;
    }

    #guide .guide-list p, #guide .guide-list ul li .desc {
        font-size: 16px;
        line-height: 24px;
    }


}


/* report and guide responsive */
@media screen and (max-width: 1024px) {

    #report-list ul li  {
        flex-basis: 50%;
    }

    #report-list ul li a {
        height: 240px;
        padding: 40px;
    }

    #report-list p {
        font-size: 16px;
    }

    #report-list .title {
        font-size: 26px;
    }


    #guide .guide-list ul li .box {
        padding: 20px;
    }

    #guide .guide-list .title {
        font-size: 20px;
        padding:10px 0;
    }

    #guide .guide-list p, #guide .guide-list ul li .desc {
        font-size: 14px;
    }

    #guide .guide-list ul li .box > div > a {
        font-size: 14px;
    }

    #guide section {
        padding-top:60px;
    }

    #guide h2 {
        font-size:32px;
    }

    #guide h3 {
        font-size:27px;
    }

    #guide h4  {
        font-size:24px;
    }

    #guide .box2 {
        padding:40px 40px 60px;
    }

}

@media screen and (max-width: 768px) {


    #report-title-cont {
        padding: 50px 25px;
    }

    #report-title-cont h2 {
        font-size: 48px;
    }


    #report-list ul li {
        flex-basis: 100%;
        padding:15px 25px;
    }

    #report-list ul li a {
        height: 200px;
        padding: 32px;
    }


    #report-list .title {
        font-size: 24px;
        padding: 16px 0 26px;
    }

    #guide {
        padding:60px 0 80px;
    }

    #guide .mtop50 {
        margin-top:30px;
    }

    #guide .p30 {
        padding:20px 0;
    }

    #guide .ptop100 {
        padding-top: 60px;
    }

    #guide p {
        font-size: 14px;
    }

    #guide .guide-list ul li {
        flex-basis: 100%;
        padding:10px 0;
    }

    #guide .guide-list ul li .box {
        height: auto;
    }

    #guide .guide-list .title {
        font-size: 18px;
    }

    #guide .guide-list p, #guide .guide-list ul li .desc {
        padding:0;
    }

    #guide .guide-list ul li .box > div > a:first-child {
        margin-top:15px;
    }

    #guide section {
        padding:20px 0;
    }

    #guide h2 {
        font-size:28px;
    }

    #guide h3 {
        font-size:23px;
    }

    #guide h4  {
        font-size:20px;
    }

    #guide .box2 {
        padding:30px;
    }

    #network .supply-network {
        flex-wrap: wrap;
    }

    #network .supply-network li {
        width: 30%;
        height:50px;
        line-height: 48px;
        font-size:14px;
        margin:5px;
    }

}

@media screen and (max-width: 480px) {

    #report-title-cont h2 {
        font-size: 36px;
    }

    #report-title-cont h2 + p {
        font-size: 16px;
    }

    #report-title-cont a {
        font-size: 14px;
    }

    #report-list {
        padding:40px 0 60px;
    }

    #report-list ul li  {
        padding: 15px 0;
    }

    #report-list ul li a {
        height: auto;
        padding: 20px;
    }

    #report-list p {
        font-size: 18px;
    }

    #report-list .title {
        padding: 12px 0 18px;
    }

    #guide {
        padding:30px 0;
    }

    #guide h2 {
        font-size:23px;
    }

    #guide h3 {
        font-size:18px;
    }

    #guide h4  {
        font-size:16px;
    }

    #guide .mtop20 {
        margin-top:10px;
    }

    #guide .mtop30 {
        margin-top:15px;
    }

    #guide .ptop100 {
        padding-top:30px;
    }

    #guide .box2 > .flex {
        display: block;
    }

    #guide .box2 .flex > div {
        width:100%;
        padding-bottom:30px;
    }

    #network .supply-network li {
        width: 45%;
    }

}


/* button */
.btn {display:inline-block;text-align:center;padding:13px 20px;color:#304cff;border:1px solid #304cff;border-radius:3px;box-sizing:border-box}
.btn-border-gray {border-color:#eaeaed;color:#aaa}
.btn-border-gray2 {border-color:#d0d0d0;color:#686868!important;}
.btn-border-b {border-color:#dcdce1;color:#17171d}
.btn-s {font-size:12px;padding:4px 8px;border:1px solid #dcdce1;border-radius:17px}
.btn-sm {padding:12px 19px;}
.btn-m {padding:8px 18px;line-height:1}
.btn-big {padding:12px 56px}
.btn-bg-w {background: #fff}
.btn-bg-sym {background: #304cff}
.btn-bg-red {background: #ff2e4a;color:#fff!important;border-color:#ff2e4a}
.btn-bg-purple {background:#304cff;color:#fff!important;border-color:#304cff}
.btn-bg-deep-blue {background: #0d3792;border:1px solid #0d3792;}
.btn-bg-light-blue {background: #007bff;border:1px solid #007bff;}
.btn-bg-gray {background:#7e7e81;border:1px solid #7e7e81}
.r-btn {padding:5px 18px;border:1px solid #dcdce1;border-radius:18px}
button:disabled {opacity:.25;cursor:initial}

/* 체크박스 */
.check-cont {display:block;position:relative;padding-left:25px;cursor:pointer;-webkit-userwallet-card-box-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.check-cont input {position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.checkmark {  position: absolute;top: -1px;left: 0;height:18px;width: 18px;border:1px solid #ccc;background-color: #fff}
.checkmark:after {content:"";position:absolute;display: none}
.check-cont .checkmark:after {left:5px;top:1px;width:5px;height:8px;border:solid #304cff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.check-cont input:checked ~ .checkmark:after{display: block;}



/* ==========================================================================
   popups
   ========================================================================== */

.popup {width:100%;position: relative;background: #FFF;padding:10px 15px;margin: 0 auto;transition: 1s all; border-radius: 8px;}
.pop-s {max-width:360px}
.pop-m {max-width:540px}
.popup .pop-body {padding:20px 0 20px}
.popup .pop-bottom {padding:12px 0 24px}

.popup #qrcode {width:90px;height:90px}
.main-img-pop,
.main-img-pop .pop-body {padding:0;background:none}
.main-img-pop .pop-bottom {padding:8px 0}
.main-img-pop .pop-bottom .today-close {font-size:14px;color:#4d4d4d;margin-top:15px;display: inline-block;padding-bottom:3px;text-decoration: underline}

.mfp-fade.mfp-bg {opacity: 0;-webkit-transition: all 0.15s ease-out;-moz-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.8;}
.mfp-fade.mfp-bg.mfp-removing {opacity: 0;}
.mfp-fade.mfp-wrap .mfp-content {opacity: 0;transition: all 0.4s ease-out;}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}


#mobile-link-qr-popup {
    position: relative;
    padding: 40px 60px 80px;
    overflow: hidden;
}

#mobile-link-qr-popup h5 {
    line-height: 1.5;
}

#mobile-link-qr-popup p {
    font-size: 16px;
    margin-top: 8px;
    color:var(--gray)
}

#mobile-link-qr-popup .qrcode-box {
    width: 176px;
    height: 176px;
    margin:40px 0 20px;
    padding:8px;
    border:1px solid var(--gray3);
    border-radius: 8px;
}

#mobile-link-qr-popup #qrcode {
    width: 160px;
    height: 160px;
}


.apple-announce {
    display: flex;
    justify-content: center;
}

.apple-announce > div {
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--gray);
    padding: 10px 20px;
    margin: 0 auto;
    /*border:1px solid var(--gray3);*/
    border-radius: 8px;
    background-color: var(--gray3);
}

.apple-announce img {
    width: 15px;
    /*margin-top: -7px;*/
}

.apple-announce span {
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
    font-size: 14px;
}


#mobile-apple-popup .btn {
    width: 100%;
    margin-top:30px;
    color: #fff;
    border: 1px solid #1f1f1f;
    border-radius: 8px;
    background-color: #292929;
}

/*#mobile-link-pop-img {*/
/*    margin-top:60px;*/
/*    width:100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    position: absolute;*/
/*    left:0;*/
/*    bottom: -62%;*/
/*}*/

/*#mobile-link-pop-img img {*/
/*    width:266px;*/
/*}*/



/* ====== Zoom effect ====== */

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-close-btn-in .mfp-close {
    color:var(--gray);
    opacity:1
}



/* 메인 팝업 */
#main-event-popup .pop-contents {
    /*height:480px;overflow: auto;*/

}

.main-img-pop {
    max-width: 640px;
    /*padding:30px;*/
    /*text-align:center;*/
    background-color:#FAFAFA;
}

.main-img-pop .pop-box {
    padding: 50px 50px 30px;
}

.main-img-pop .logo {
    width:35%;
    padding:5px;
}

.main-img-pop h3 {
    font-size:32px;
    padding:5px;
}

.main-img-pop h2 {
    font-size:40px;
    padding:5px;
}

.main-img-pop .isms-img {
    width:58%;
}

.main-img-pop h4 {
    font-size:20px;
    /*color:#FF8A00;*/
    font-weight: 300;
    padding:5px;
}

.main-img-pop .pop-header {
    display: flex;
    text-align: left;
    padding:40px 50px;
    background-color: #E4ECFF;
    align-items: center;
}

.main-img-pop .pop-header img {
    padding-left:40px;
}

.main-img-pop .pop-contents {
    white-space: pre-line;
    line-height: 1.4;
}

.main-img-pop .info {
    display: inline-block;
    margin:0 auto;
    font-size:14px;
    color:#4d4d4d;
    padding:5px;
    text-align: left;
    line-height: 1.4;
}

.main-img-pop .button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    width:100%;
    max-width:200px;
    padding:13px 10px;
    border: 1px solid #6409DB;
    border-radius: 8px;
    background-color: var(--purple);
    color:#fff;
    transition: .3s;
}

.main-img-pop .mfp-close {
    font-size:38px;
    color:#333;
    font-weight: 200;
}

/* 공지 팝업 처리 */
#event-bg {
    display: none;
    width: 100%;
    height: 100%;
    position:fixed;
    left:0;
    top:0;
    background-color: rgba(0,0,0,.6);
    z-index: 9999999;
    justify-content: center;
    align-items: center;
}

#event-bg.active {
    display: flex;
}


@media screen and (max-width:768px){

    .pad30 {
        padding:10px!important
    }

    #main-event-popup .pop-contents {
        height: auto;
    }

    .main-img-pop .pop-header {
        padding: 20px;
    }

    .main-img-pop .pop-box {
        padding:30px;
    }
    .main-img-pop h2 {
        font-size: 24px;
        padding: 3px;
    }
    .main-img-pop h3 {
        font-size: 28px;
        padding: 3px;
    }
    .main-img-pop h4 {
        font-size: 18px;
        padding: 3px;
    }

    .main-img-pop .pop-header img {
        padding-left:20px;
        width:120px;
    }

     .main-img-pop .pop-contents {
         font-size:14px;
     }

    .main-img-pop .button {
        width:160px;
        height:40px;
    }

    .main-img-pop .info {
        font-size:13px;
    }

    .main-img-pop .button {
        font-size:13px;
    }

    #event-bg.active {
        display: block;
        overflow: scroll;
    }

    #mobile-link-qr-popup {
        padding: 30px 20px;
    }


}




/*!* mobile 추가 *!*/

/*.mobile {*/
/*    display: none!important;*/
/*}*/

/*@media screen and (max-width: 1024px) {*/

/*    .mobile {*/
/*        display: block!important;*/
/*    }*/

/*    .pc {*/
/*        display: none!important;*/
/*    }*/
/*}*/


