#intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #151026;
    z-index: 1007;
    text-align: center;
    animation: loaderFinished 1.5s 2s forwards;
}
.load_text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.load_text img {
    max-width: 50%;
}
.load_text::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #151026;
  animation: loaderStarted 2.5s ease forwards;
}
@keyframes loaderStarted {
  to { width: 0%; }
}
@keyframes loaderFinished {
  50% { background-color: transparent; }
  100% { opacity: 0; visibility: hidden; pointer-events: none; }
}



.slide_up {
    opacity: 0; 
    transform: translateY(50%); 
    transition-duration: 1s; 
    transition-delay: .5s;
}
.active .slide_up,
.on .slide_up,
#section9.fp-completely .slide_up,
.slide_on { 
    opacity: 1; 
    transform: translateY(0%);
}



.fp-tableCell {
    position: relative;
}
.section {
  position: relative;
  text-align: center;
}
.v50 {
    position: absolute;
    top: 53%;
    left: 0;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    transform: translateY(-50%);
}


.visual {
    position: relative;
    height: 100vh;
    background: #151026;
    overflow: hidden;
}
.visual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.visual .bg > div {
    position: absolute;
}
.visual .bg > div.circle1 {
    background: radial-gradient(50% 50% at 50% 50%, #00B8D4 0%, rgba(0, 80, 92, 0.4453) 55.47%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.21;
    width: 950px;
    height: 950px;
    top: -35%;
    left: -14%;
    animation: mainVb_word1 both linear infinite 4s;
}
.visual .bg > div.circle2 {
    background: radial-gradient(50% 50% at 50% 50%, #00B8D4 0%, rgba(0, 80, 92, 0.4453) 55.47%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.21;
    width: 700px;
    height: 700px;
    top: -24%;
    right: 10%;
    animation: mainVb_word2 both linear infinite 4s;
}
.visual .bg > div.circle3 {
    background: radial-gradient(50% 50% at 50% 50%, #00B8D4 0%, rgba(0, 80, 92, 0.4453) 55.47%, rgba(0, 0, 0, 0) 100%);
    width: 950px;
    height: 950px;
    top: -23%;
    right: -7%;
    animation: mainVb_word3 both linear infinite 4s;
}
.visual .bg > div.circle4 {
    background: radial-gradient(50% 50% at 50% 50%, #D500F9 0%, rgba(79, 0, 92, 0.3814) 61.86%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.28;
    width: 920px;
    height: 920px;
    bottom: -25%;
    left: -10%;
    animation: mainVb_word1 both linear infinite 4s;
}
.visual .bg > div.circle5 {
    background: radial-gradient(50% 50% at 50% 50%, #6A1B9A 0%, rgba(63, 16, 91, 0.5996) 40.04%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.45;
    width: 920px;
    height: 920px;
    top: -4%;
    left: 29%;
    transform: translate(-50%,-50%);
    animation: mainVb_word2 both linear infinite 4s;
}
.visual .bg > div.circle6 {
    background: radial-gradient(50% 50% at 50% 50%, #6A1B9A 0%, rgba(63, 16, 91, 0.5996) 40.04%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.45;
    width: 920px;
    height: 920px;
    bottom: -12%;
    right: -9%;
    animation: mainVb_word3 both linear infinite 4s;
}
.visual .bg > div.circle7 {
    background: radial-gradient(50% 50% at 50% 50%, #6A1B9A 0%, rgba(63, 16, 91, 0.5996) 40.04%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.45;
    width: 920px;
    height: 920px;
    top: 0;
    left: 35%;
    transform: translate(-50%,-50%);
    animation: mainVb_word1 both linear infinite 4s;
}
.visual .bg > div.circle8 {
    background: radial-gradient(50% 50% at 50% 50%, #251B40 0%, rgba(0, 0, 0, 0) 100%);
    width: 920px;
    height: 920px;
    bottom: -15%;
    left: 40%;
    transform: translateX(-50%);
    animation: mainVb_word2 both linear infinite 4s;
}
@keyframes mainVb_word1 {
    0% {transform:translate(0%,0%);}
    25%{transform:translate(-5%,-7%);}
    50%{transform:translate(-2%,7%);}
    75%{transform:translate(5%,10%);}
    100% {transform:translate(0%,0%);}
}
@keyframes mainVb_word2 {
    0% {transform:translate(0%,0%);}
    20%{transform:translate(-10%,4%);}
    50%{transform:translate(3%,5%);}
    70%{transform:translate(5%,-5%);}
    100% {transform:translate(0%,0%);}
}
@keyframes mainVb_word3 {
    0% {transform:translate(0%,0%);}
    25%{transform:translate(-2%,7%);}
    50%{transform:translate(14%,13%);}
    75%{transform:translate(-12%,-2%);}
    100% {transform:translate(0%,0%);}
}

.visual .characters1 {
    position: absolute;
    left: 52%;
    bottom: 17%;
    transform: translatex(-50%);
    z-index: 4;
}
.visual .characters1 img {
    position: relative;
    width: 660px;
    animation: MoveUpDown 2s 2s linear infinite;
}
.visual .characters1 .aos-init .on {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    filter: blur(15px);
    -webkit-filter: blur(15px);
}
.visual .characters1 .aos-init.aos-animate .on {
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    transition: all 2s ease-in-out 1s;
}

@keyframes MoveUpDown{
    0%,100%{top:0}
    50%{top:10px}
}
.visual .characters2 {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 15%;
    z-index: 3;
}
.visual .characters2 .m {
    display: none;
}

.visual .box .text {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 20px;
    z-index: 5;
    word-break: keep-all;
}
.visual .box .text h2 {
    position: relative;
    font-weight: 900;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}
.visual .box .text h2:after {
    content: 'MUSIC&';
    background: linear-gradient(90deg, #F90093 0.99%, #9A00FF 101.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: absolute;
    bottom: -6px;
    left: 51%;
    transform: translateX(-50%);
    z-index: -1;
}
.visual .box .text p {
    font-weight: 300;
}
.visual .btn_group {
    width: 1100px;
}
.visual .btn_group > a {
    flex: 1;
    margin-right: 20px;
    text-transform: none;
}
.visual .btn_group > a:last-child {
    margin-right: 0px;
}
.visual .btn {
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(#151026, #151026), linear-gradient(to right, #F90093, #9A00FF);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
    margin-top: 60px;
}
.visual .btn:hover {
    background: transparent;
}
.visual .btn div {
    position: relative;
    padding: 22px 0;
    line-height: 2;
    z-index: 1;
}
.visual .btn img {
    width: 25px;
    margin-right: 10px;
}
.visual .btn strong {
    background: linear-gradient(90deg, #F90093 2.03%, #9A00FF 22.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}



.title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
}
.title:before {
    content: 'MUSIC&';
    background: linear-gradient(90deg, #F90093 2.03%, #9A00FF 61.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-right: 10px;
}
.title span {
    background: linear-gradient(90deg, #F90093 2.03%, #9A00FF 61.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.btn {
    overflow: hidden;    
    position: relative;
    max-width: 750px;
    padding: 26px 0;
    text-align:center;
    box-sizing: border-box;
    text-transform: uppercase;
    color:#fff;
    font-size:18px;
    border-radius:20px;
    transition: all 0.5s ease;
    margin: 0 auto;
}
.btn img {
    vertical-align: middle;
    margin-left: 10px;
}
.btn:before{
    content:"";
    position: absolute;
    background: linear-gradient(to   right,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
    background-size:400%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
    height: 0%;
    transition:all 0.6s ease  ;
    z-index: 0;
    border-radius:30px;
}
.btn:after{
    content:"";
    background: linear-gradient(to   right,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
    background-size:400%;
    position: absolute;
    top:-5px;
    right: -5px ;
    left: -5px ;
    bottom:-5px ;
    z-index: -1;
    border-radius:40px;
    filter: blur(20px);
    opacity: 0;
    transition:0.5s;
}
.btn > div {
    position: relative;
    z-index: 1;
}
.btn:hover{
    border:1px solid transparent!important;
}
.btn:hover:before{
    height: 740%;
    animation: gradient_btn 8s linear Infinite;
}
.btn:hover:after{
    opacity: 1;
    filter: blur(20px);
    animation: gradient_btn 8s linear Infinite;
}
@keyframes gradient_btn {
    0%{
        background-position: 0%;
    }
    100%{
        background-position: 400%;
    }
}


.sp{
    position: absolute;
    transition: 0.5s; 
}
.sp-t{
    top: 0;
    right: 0;
    width: 200px;
    height: 3px;
    background:linear-gradient( to left , transparent,#F90093,#F90093);
    animation: anim2 2s linear infinite;
    transform: translateY(-300%);
    animation-delay: 0.9s;
}
.sp-r{
    bottom: 0;
    right: 0;
    width: 3px;
    height: 200px;
    background:linear-gradient( to top , transparent,#F90093 ,#F90093);
    animation: anim1 2s linear infinite;
    animation-delay: 0s;
}
.sp-b{
    right: 0;
    bottom: 0;
    width: 200px;
    height: 3px;
    background:linear-gradient( to left , transparent,#F90093,#F90093);
    animation: anim2 2s linear infinite;
}
.sp-l{
    left: 0;
    top:0;
    width: 3px;
    height: 200px;
    background:linear-gradient( to top , transparent,#F90093,#F90093);
    animation: anim1 2s linear infinite;
    animation-delay: 1.2s;
    transform: translateX(-300%);
}
@keyframes anim1 {
    0%{
        transform: translateY(300%);
        
    }
    100%{
        transform: translateY(-300%);
        
    }
}
@keyframes anim2 {
    0%{
        transform: translateX(300%);
    }
    100%{
        transform: translateX(-300%);
        
    }
}

.tit {
    background: #270077;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    height: 70px;
    line-height: 70px;
    margin-bottom: 40px;
    font-weight: 700;
}


.section01 {
    background: #1C0252;
}
.section01 .flex {
    align-items: center;
}
.section01 .flex > div {
    flex: 1;
    background: #270077;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.section01 .flex > div:last-child {
    background: #fff;
    color: #1C0252;
    position: relative;
    overflow: hidden;
}
.section01 .flex > div .table {
    height: 400px;
}
.section01 .flex > div .table-cell {
    vertical-align: middle;
}
.section01 .flex > div .icon {
    margin-bottom: 35px;
}
.section01 .flex > div p {
    color: #00B8D4;
    font-size: 16px;
    margin-top: 13px;
}
.section01 .flex > span {
    width: 20px;
    text-align: center;
    margin: 0 40px;
}
.section01 .btn {
    border: 1px solid #00B8D4;
    margin-top: 100px;
}
.section01 .btn strong {
    color: #00B8D4;
}

#section1 .v50 {
    padding: 100px 0;
}
.section01 .youtube {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 80vh;
    margin: 0 auto;
}
.section01 .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.section02 {
    background: #0B0442;
}
.section02 .tit {
    background: #111052;
}
#section2 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}
#section2 .grid > div {
    position: relative;
    background: #111052;
    border-radius: 10px;
    padding: 30px 10px 40px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5;
}
#section2 .grid > div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: .5s;
    border-radius: 4px;
    z-index: 0;
    background: -webkit-linear-gradient(-9deg, #2A0365 30%, #03224A 70%);
}
#section2 .grid > div:hover:before {
    left: 0;
    width: 100%;
}
#section2 .grid > div > div {
    position: relative;
    z-index: 1;
}
#section2 .grid > div:after {
    content: '';
    border-top: 2px dashed #00B8D4;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    z-index: -1;
}
#section2 .grid > div:nth-child(4):after {
    width: 0;
    height: 100%;
    transform: translateX(-50%);
    top: 50%;
    left: 50%;
    border-left: 2px dashed #00B8D4;
}
#section2 .grid > div:nth-child(5) {
    grid-column: 4 / 4;
    grid-row: 2 / 2;
}
#section2 .grid > div:nth-child(5):after {
    display: none;
}
#section2 .grid > div:nth-child(6) {
    grid-column: 3 / 3;
    grid-row: 2 / 2;
}
#section2 .grid > div:nth-child(7) {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
}
#section2 .grid > div:nth-child(8) {
    grid-column: 1 / 1;
    grid-row: 2 / 2;
}
#section2 .grid > div strong {
    border: 1px solid #00B8D4;
    border-radius: 10px;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #00B8D4;
    margin: 0 auto 20px;
    text-transform: uppercase;
    transition: all .5s;
}
#section2 .grid > div:hover strong {
    background: #fff;
}
#section2 .grid > div:hover strong span {
    color: #00B8D4;
}
#section2 .grid > div strong span {
    color: #fff;
}
#section2 .grid > div .table {
    height: 55px;
}
#section2 .grid > div .table-cell {
    vertical-align: middle;
}
.section02 .btn {
    border: 1px solid transparent;
    border-radius: 20px;
    background-image: linear-gradient(#0B0442, #0B0442), linear-gradient(to right, #F90093, #9A00FF);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
    margin-top: 60px;
}
.section02 .btn:hover {
    background: transparent;
}
.section02 .btn div {
    position: relative;
    padding: 24px 0;
    line-height: 2;
    z-index: 1;
}
.section02 .btn strong {
    background: linear-gradient(90deg, #F90093 2.03%, #9A00FF 22.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

#section2_1 .tit {
    margin-bottom: 30px;
}
#section2_1 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
#section2_1 .grid > div {
    position: relative;
    background: #111052;
    border-radius: 10px 10px 0px 0px;
    padding: 40px 40px 35px;
    box-sizing: border-box;
    text-align: left;
}
#section2_1 .grid > div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: .5s;
    border-radius: 4px;
    z-index: 0;
    background: -webkit-linear-gradient(-9deg, #2A0365 30%, #03224A 70%);
}
#section2_1 .grid > div:after {
    content: '';
    display: block;
    background: linear-gradient(90deg, rgba(0, 79, 91, 0.8) 0%, rgba(72, 0, 119, 0.8) 100%);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#section2_1 .grid > div > div {
    position: relative;
    z-index: 1;
}
#section2_1 .grid > div > div:before {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 23px;
    right: 0px;
    transition: .8s;
}
#section2_1 .grid > div > div:after {
    content: '';
    display: block;
    width: 160px;
    height: 160px;
    border: 10px solid rgba(223, 207, 255, 0.05);
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    right: 15px;
    border-radius: 50%;
}
#section2_1 .grid > div .name {
    width: 124px;
    height: 40px;
    line-height: 37px;
    border: 0.5px solid #00B8D4;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    transition: all .5s;
    font-weight: 700;
}
#section2_1 .grid > div strong {
    display: block;
    color: #00B8D4;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#section2_1 .grid > div .info {
    font-size: 14px;
    line-height: 2;
}
#section2_1 .grid > div.harp > div:before {
    background: url("../images/01_inst_harp_.svg")no-repeat 50% 50% / auto 200px;
}
#section2_1 .grid > div.kalimba > div:before {
    background: url("../images/05_inst_kalimba_.svg")no-repeat 50% 50% / auto 150px;
}
#section2_1 .grid > div.ocarina > div:before {
    background: url("../images/04_inst_oka_.svg")no-repeat 50% 50% / auto 115px;
}
#section2_1 .grid > div.drum > div:before {
    background: url("../images/06_inst_drum_.svg")no-repeat 50% 50% / auto 140px;
}
#section2_1 .grid > div.piano > div:before {
    background: url("../images/03_inst_piano_.svg")no-repeat 50% 50% / auto 220px;
}
#section2_1 .grid > div.guitar > div:before {
    background: url("../images/02_inst_guitar_.svg")no-repeat 50% 50% / auto 150px;
}
#section2_1 .grid > div:hover:before {
    left: 0;
    width: 100%;
}
#section2_1 .grid > div:hover > div:before {
    transform: rotateY(180deg);
}
#section2_1 .grid > div:hover .name {
    color: #00B8D4;
    background: #fff;
}  
#section2_1 .btn {
    font-weight: 700;
    margin-top: 30px;
}


#buy_nft .modal_cont {
    overflow-y: auto;
    padding: 60px 0;
}
#buy_nft .box > div {
    width: 50%;
    max-width: 500px;
}
#buy_nft .thumb {
    position: relative;
    opacity: 0;
    transition-property: opacity,transform;
    transition-duration: 2s;
    transition-timing-function: ease;
    transform:scale(.6);
}
#buy_nft .thumb.active {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
#buy_nft .thumb img {
    position: relative;
    width: 420px;
    animation: MoveUpDown 2s 2s linear infinite;
}
#buy_nft .thumb p {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    opacity: 0;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    transform: translateX(-50%);
}
#buy_nft .thumb.active p {
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    transition: all 2s ease-in-out 1s;
}
#buy_nft .fl {
    position: relative;
}
#buy_nft .fl .text {
    position: relative;
    background: #1C0252;
    border-radius: 20px;
    font-size: 25px;
    padding: 25px 0;
    overflow: hidden;
    margin-top: -25px;
}
#buy_nft .fl .text p {
    color: #00B8D4;
    font-size: 20px;
    margin-top: 10px;
    text-decoration: line-through;
    text-align: left;
    padding-left: 45%;
}
#buy_nft .fl .text p.txt_white {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    text-decoration: none;
    margin-top: -5px;
}
#buy_nft .fl .text .badge {
    position: absolute;
    left: 35%;
    transform: translateX(-50%);
    background: #fff;
    color: #1C0252;
    font-size: 16px;
    display: block;
    width: 65px;
    height: 65px;
    font-weight: bold;
    line-height: 1.3;
    padding: 12px 0;
    margin-top: 15px;
}
#buy_nft .fl .percent {
    position: absolute;
    bottom: 165px;
    left: 0;
    color: #F90093;
    font-size: 40px;
    font-weight: bold;
    background: #fff;
    width: 160px;
    padding: 39px 0;
    border-radius: 50%;
    z-index: 1;
    font-family: 'Cafe24Ohsquare';
}
#buy_nft .fl .percent:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 30px solid #fff;
    border-right: 0;
    position: absolute;
    bottom: 0px;
    right: 5px;
    z-index: -1;
    transform: rotate(50deg);
}
#buy_nft .fl .percent span {
    display: block;
    font-size: 30px;
    color: #9A00FF;
}
#buy_nft .fl .text .sp-t {
    animation: anim2 2s linear infinite;
    animation-delay: 0.4s;
}
#buy_nft .fl .text .sp-r {
    animation: anim1 2s linear infinite;
    animation-delay: 0s;
}
#buy_nft .fl .text .sp-b {
    background:linear-gradient( to left , transparent,#F90093,#F90093);
    animation: anim2 2s linear infinite;
}
#buy_nft .fl .text .sp-l {
    animation: anim1 2s linear infinite;
    animation-delay: 0.8s;
}
#buy_nft .shadow {
    position: relative;
    background-color: #111052;
    background-repeat: no-repeat;
    background-position: 30px 50%;
    border-radius: 10px;
    margin-bottom: 21px;
    padding: 34px 30px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
}
#buy_nft .shadow:nth-child(1) {
    background-image: url("../images/card.svg");
}
#buy_nft .shadow:nth-child(2) {
    background-image: url("../images/mobile.svg");
}
#buy_nft .shadow:nth-child(3) {
    background-image: url("../images/bank.svg");
}
#buy_nft .shadow:nth-child(4) {
    background-image: url("../images/message-text.svg");
}
#buy_nft .shadow:last-child {
    margin-bottom: 0;
    background: #111052 url("../images/paycoin.svg")no-repeat 30px 35px;
}
#buy_nft .shadow:last-child strong {
    margin-bottom: 20px;
}
#buy_nft .shadow strong {
    display: block;
    font-size: 20px;
    padding-left: 60px;
}
#buy_nft .shadow .flex {
    margin-top: 20px;
}
#buy_nft .shadow .flex > button {
    flex: 1;
    height: 40px;
    background: #111052;
    border: 1px solid #00B8D4;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #00B8D4;
    margin-right: 10px;
    transition: all .5s;
}
#buy_nft .shadow .flex > button:last-child {
    margin-right: 0;
}
#buy_nft .shadow .flex > button.active,
#buy_nft .shadow .flex > button:hover {
    background: #fff;
}
#buy_nft .shadow input[type=button] {
    position: absolute;
    top: 20px;
    right: 30px;
    display: block;
    width: 100px;
    border: 1px solid #00B8D4;
    background: transparent;
    color: #00B8D4;
    font-family: inherit;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    transition: all .3s;
}
#buy_nft .shadow input[type=button]:hover {
    border: 1px solid #00B8D4;
    background: #00B8D4;
    color: #fff;
}
#buy_nft .shadow .account {
    margin-bottom: 10px;
}
#buy_nft .shadow .account span {
    margin-right: 20px;
}
#buy_nft .shadow .account span:last-child {
    margin-right: 0;
}
#buy_nft .shadow .gray_color {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    margin-top: 7px;
}
#buy_nft .deposit strong + div {
    margin-bottom: 20px;
}
#buy_nft .deposit .fl:first-child {
    width: 255px;
}
#buy_nft .deposit button {
    background: transparent;
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
    font-family: inherit;
    vertical-align: 0px;
}



#section3 {
    background: #1C0252;
    text-align: left;
}
#section3 .title {
    text-align: center;
    margin-bottom: 130px;
}
#section3 .title:before {
    display: none;
}
#section3 .roadmap-icon {
    display: flex; 
    width: 60px; 
    height: 60px; 
    border-radius: 100%; 
    align-items: center; 
    justify-content: center; 
    position: relative;
}
#section3 .roadmap-icon:before {
    content: ""; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 100%; 
    height: 100%; 
    border-radius: 100%;
}
#section3 .roadmap-icon:after {
    content: ""; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: calc(100% - 5px); 
    height: calc(100% - 5px);
    border-radius: 100%;
}
#section3 .roadmap-icon em {
    position: relative; 
    z-index: 1;
}
#section3 .map-year {
    display: block; 
    width: 60px; 
    text-align: center; 
    font-weight: 500; 
    padding-bottom: 10px; 
    color: #0ac6d4;
}
#section3 .roadmap-slider:before {
    content: ""; 
    position: absolute; 
    top: 62px; 
    left: 0; 
    width: 100%; 
    height: 1px;
    background: #0ac6d4;
}
#section3 .roadmap-content {
    padding-top: 50px; 
    padding-left: 60px; 
    position: relative;
}
#section3 .roadmap-content ul li {
    padding-bottom: 35px; 
    position: relative;
}
#section3 .roadmap-content ul li:last-child {
    padding-bottom: 0;
}
#section3 .phase-title {
    position: relative;
    text-transform: uppercase; 
    font-size: 16px; 
    padding-bottom: 10px; 
    display: block; 
}
#section3 .roadmap-content ul li:before {
    content: ""; 
    position: absolute; 
    top: 25px; 
    left: -31px; 
    width: 2px; 
    height: calc(100% - 28px); 
    border-left: 2px dashed;
}
#section3 .roadmap-content ul li p {
    font-size: 14px;
}
#section3 .roadmap-content ul li:last-child:before {
    content: unset;
}
#section3 .phase-title:before {
    content: ""; 
    position: absolute; 
    top: 1px; 
    left: -40px; 
    width: 20px; 
    height: 20px; 
    border: 1px solid; 
    border-radius: 100%;
}
#section3 .phase-title:after {
    content: ""; 
    position: absolute; 
    top: 7px;
    left: -34px; 
    width: 10px; 
    height: 10px; 
    border-radius: 100%;
}
#section3 .roadmap-content:before {
    content: ""; 
    position: absolute; 
    top: 3px; 
    left: 29px; 
    width: 2px; 
    height: 46px; 
    border-left: 2px dashed;
}
#section3 .roadmap-content ul li:after {
    content: ""; 
    position: absolute; 
    top: 11px; 
    left: -20px; 
    width: 12px; 
    height: 1px;
}
#section3 .roadmap .patter {
    position: absolute; 
    top: 0; 
    left: 0; 
    opacity: 0.02;
}
#section3 .roadmap .patter-2 {
    top: unset; 
    left: unset; 
    right: 0; 
    bottom: 0;
}
#section3 .roadmap-icon:before {
    background: linear-gradient(135deg, #3329b2 0%, #0ac6d4 100%);
}
#section3 .roadmap-icon:after {
    background: #1c0252;
}
#section3 .phase-title:before {
    border-color: #0ac6d4;
}
#section3 .phase-title:after {
    background: #fff;
}
#section3 .roadmap-content:before {
    border-color: #0ac6d4;
}
#section3 .roadmap-content ul li:after {
    background: #0ac6d4;
}






#section4 {
    background: #030341;
}
#section4 .flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#section4 .flex > div {
    position: relative;
    text-align: center;
    padding: 30px;
    overflow: hidden;
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #111052;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
#section4 .flex > div:nth-child(3n) {
    margin-right: 0px;
}
#section4 .box {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    margin-bottom: 80px;
    padding: 30px 40px;
    box-sizing: border-box;
    align-items: center;
}
#section4 .box .front, 
#section4 .box .backend {
  z-index: 1;
  min-height: 150px;
  border-radius: inherit;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
       -o-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
     -moz-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
          transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
          box-sizing: border-box;
}
#section4 .box .front {
  -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
       -o-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
#section4 .box:hover .front {
  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
       -o-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
     -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
          transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}
#section4 .box .backend {
  padding: 10px;
  word-break: keep-all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
       -o-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#section4 .box:hover .backend {
  -webkit-transform: rotateY(0);
     -moz-transform: rotateY(0);
       -o-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
     -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
          transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}
#section4 .box .backend .text {
  padding-top: 0;
  display: table;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(40px) scale(1);
     -moz-transform: translateZ(40px) scale(1);
       -o-transform: translateZ(40px) scale(1);
          transform: translateZ(40px) scale(1);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}
#section4 .box .backend .text .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 50px;
    box-sizing: border-box;
}
#section4 .box .backend .text ul li {
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
}
#section4 .box .backend .text ul li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}
#section4 .box .thumb {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    box-sizing: border-box;
}
#section4 .box .thumb img {
    width: 100%;
    min-height: 100%;
}
#section4 .box .info {
    position: relative;
    margin: 10px 0 10px;
    padding-bottom: 10px;
}
#section4 .box .info .name {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}
#section4 .box .info .name span {
    font-weight: 400;
}
#section4 .box .info .txt {
    color: #00B8D4;
    font-size: 16px;
    font-weight: 500;
    word-break: keep-all;
}






#section5 {
    background: #1C0252;
}
#section5 .title:before {
    display: none;
}
#section5 .fl {
    width: calc(50% - 30px);
    margin-right: 30px;
}
#section5 .fl:last-child {
    margin-right: 0;
}
#section5 .shadow_box {
    height: 230px;
    padding: 30px;
    box-sizing: border-box;
    background: #270077;
    border-radius: 10px;
    text-align: left;
}
#section5 h3 {
    font-size: 20px;
}
#section5 h3 a {
    font-size: 16px;
    font-weight: 300;
}
#section5 h3 a img {
    vertical-align: middle;
    margin-left: 5px;
}
#section5 ul {
    margin-top: 20px;
}
#section5 ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 8px 0 8px 45px;
}
#section5 ul li a:before {
    content: '';
    color: #00B8D4;
    font-size: 16px;
    position: absolute;
    top: 7px;
    left: 0;
}
#section5 ul li a p {
    padding-right: 75px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
#section5 ul li a span {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 14px;
}
#section5 .notice {
    height: 480px;
}
#section5 .notice li.fix a:before {
    content: '주요';
}
#section5 .util {
    margin-bottom: 20px;
}
#section5 .util ul li a {
    padding-left: 0;
}
#section5 .util li.fix a:before {
    content: '뉴스';
}
#section5 .event ul li a {
    padding-left: 0;
}






#section6 {
    background: #0B0442;
}
#section6 .title:before {
    display: none;
}
#section6 .title p {
    font-weight: 400;
    font-size: 20px;
}
.team .inner {
    position: static;
}
.team_slide {
    position: relative;
    width: 1340px;
    margin: 0 auto 100px;
}
.team_slide.mobile {
    display: none;
}
.team_slide .swiper-container {
    position: static;
    padding: 10px;
    margin-top: 40px;
}
.swiper-button-prev {
    left: -50px;
    background: url("../images/arrow-left.svg")no-repeat 50% 50%;
}
.swiper-button-next {
    right: -50px;
    background: url("../images/arrow-right.svg")no-repeat 50% 50%;
}
.team .front, 
.team .backend {
  z-index: 1;
  min-height: 150px;
  border-radius: inherit;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
       -o-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
     -moz-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
          transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
          box-sizing: border-box;
}
.team .front {
  -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
       -o-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.team .box:hover .front {
  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
       -o-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
     -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
          transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}
.team .backend {
  padding: 10px;
  word-break: keep-all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
       -o-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.team .box:hover .backend {
  -webkit-transform: rotateY(0);
     -moz-transform: rotateY(0);
       -o-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
     -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
          transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}
.team .backend .text {
  padding-top: 0;
  display: table;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(40px) scale(1);
     -moz-transform: translateZ(40px) scale(1);
       -o-transform: translateZ(40px) scale(1);
          transform: translateZ(40px) scale(1);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}
.team .backend .text a {
    display: table-cell;
    vertical-align: middle;
}
.team .backend .text a strong {
    display: block;
    color: #00B8D4;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.team .backend .text a p {
    font-size: 16px;
}
.team .box {
    position: relative;
    text-align: center;
    padding: 50px 30px 30px 30px;
    background: #111052;
    margin-bottom: 25px;
}
.team .box .thumb img {
    width: auto;
    height: 130px;
}






#section7 {
    background: #1C0252;
}
#section7 .title {
    margin-bottom: 20px;
}
#section7 .title:before {
    display: none;
}
#section7 .tit {
    max-width: 500px;
    margin: 0 auto;
}
#section7 .swiper-container {
    margin-top: 30px;
    height: 540px;
}
#section7 .swiper-slide .box {
    max-width: 1280px;
    margin: 0 auto;
    padding: 130px 0;
}
#section7 .swiper-slide .box:before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background: #270077;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: -1;
}
#section7 .swiper-slide .thumb {
    position: absolute;
    top: 0;
    left: 50px;
    width: 500px;
    box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    transform: scale(0.5);
    opacity: 0;
    transition: all .4s cubic-bezier(0.35, 0.57, 0.13, 0.88);
}
#section7 .swiper-slide-active .thumb {
    transform: scale(1.0);
    opacity: 1;
}
#section7 .swiper-slide .thumb img {
    width: 100%;
}
#section7 .swiper-slide .info {
    padding-left: 550px;
    text-align: left;
}
#section7 .swiper-slide .info .play {
    display: block;
    background: transparent;
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}
#section7 .swiper-slide .info .play img {
    width: 100%;
}
#section7 .swiper-slide .info strong {
    display: block;
    font-size: 20px;
}
#section7 .swiper-slide .info p {
    font-size: 18px;
    margin: 10px 0 20px;
}
#section7 .swiper-slide .btn_area button {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50% 50%;
    background-color: transparent;
}
#section7 .swiper-slide .btn_area button.heart {
    background-image: url("../images/heart.svg");
}
#section7 .swiper-slide .btn_area button.zoom {
    background-image: url("../images/export.svg");
}
#section7 .swiper-slide .btn_area button.prev {
    background-image: url("../images/previous.svg");
}
#section7 .swiper-slide .btn_area button.next {
    background-image: url("../images/next.svg");
}
#section7 .swiper-slide .btn_area button.heart.on,
#section7 .swiper-slide .btn_area button.heart:hover {
    background-image: url("../images/heart_2.svg");
}
#section7 .swiper-slide .btn_area button.zoom:hover {
    background-image: url("../images/export_2.svg");
}
#section7 .swiper-slide .btn_area button.prev:hover {
    background-image: url("../images/previous_2.svg");
}
#section7 .swiper-slide .btn_area button.next:hover {
    background-image: url("../images/next_2.svg");
}
#section7 .swiper-slide .btn_area button:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    transform: scale(0.5);
    transition: all .4s cubic-bezier(0.35, 0.57, 0.13, 0.88);
    opacity: 0;
}
#section7 .swiper-slide .btn_area button:hover:before {
    transform: scale(1);
    opacity: 1;
}
#section7 .swiper-pagination {
    position: absolute;
    bottom: 75px;
    width: auto;
    left: 640px;
}
#section7 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .25;
    background: #fff!important;
}
#section7 .swiper-pagination-bullet-active {
    opacity: 1;
}
.artist_popup {
    display: none;
    opacity: 1;
    z-index: 1100;
    visibility: visible;
}
.artist_popup .modal_cont {
    max-width: 1400px;
    padding: 0;
}
.artist_popup .youtube {
    position: relative;
    width: calc(100% - 40px);
    height: 76vh;
    margin: 0px 20px;
}
.artist_popup .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





#section8 {
    background: #1C0252;
}
#section8 .tit {
    max-width: 500px;
    margin: 0 auto;
}

#section8 .slide_relative {
    position: relative;
}
#section8 .swiper-container {
    position: static;
    margin-top: 110px;
    padding: 10px;
    box-sizing: border-box;
}
#section8 .swiper-slide .thumb {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    margin: 0 auto;
}
#section8 .swiper-slide .thumb img {
    width: 100%;
}
#section8 .swiper-slide .name {
    width: 200px;
    height: 50px;
    line-height: 48px;
    background: #1C0252;
    border: 1px solid #00B8D4;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 30px auto 20px;
    transition: all .3s;
}
#section8 .swiper-slide:hover .name {
    background: #fff;
    color: #00B8D4;
}





#section9 {
    background: #0B0442;
}
#section9 .title:before {
    display: none;
}
.faq .flex {
    margin: 0 -15px;
}
.faq .flex > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.faq ul li {
    background: #111052;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: left;
}
.faq ul li .ques button {
    position: relative;
    display: block;
    width: 100%;
    padding: 27px 30px;
    background: #111052;
    color: #fff;
    border-radius: 10px;
    text-align: left;
    font-size: 18px;
    font-family: inherit;
}
.faq ul li .ques button:after {
    content: '';
    display: block;
    position: absolute;
    top: 33px;
    right: 15px;
    background: url("../images/down.svg")no-repeat 50% 50%;
    width: 15px;
    height: 15px;
}
.faq ul li .answer {
    display: none;
    padding: 15px 30px 30px;
    font-size: 16px;
}
.faq ul li.on .ques button:after {
    top: 32px;
    transform: rotate(180deg);
}
.faq ul li.on .answer {
    display: block;
    max-height: 200px;
    overflow-y: auto;
}





#buy_coin .group {
    margin: 25px 0 20px;
}
#buy_coin .group > div {
    display: inline-block;
}
#buy_coin .group input[type=radio] + label {
    display: block;
    border: 1px solid #00B8D4;
    background: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    width: 175px;
    height: 45px;
    line-height: 43px;
    margin: 0 10px;
}
#buy_coin .group input[type=radio]:checked + label {
    background: #00B8D4;
}
#buy_coin .group input[type=radio] + label:before {
    display: none;
}
#buy_coin .group input[type=radio]:checked + label:before {
    display: none;
}
#buy_coin .cont strong {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}
#buy_coin .cont .gray_color {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
#buy_coin .cont .gray_color span {
    color: #999;
}
#buy_coin .cont .gray_color + button {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    background: transparent;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
}
#buy_coin .cont ul {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.7;
}
#buy_coin .cont ul li {}
#buy_coin .cont .box {
    margin-top: 30px;
}
#buy_coin .cont .box input[type="text"] {
    display: inline-block;
    border: 1px solid #fff;
    width: 250px;
    height: 35px;
}
#buy_coin .cont .box span {
    vertical-align: middle;
    font-size: 17px;
    margin-left: 5px;
}
#buy_coin .btn_area {
    justify-content: center;
    margin-top: 60px;
}
#buy_coin .btn_area button {
    color: #00B8D4;
    border: 1px solid #00B8D4;
    background: transparent;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    font-family: inherit;
}
#buy_coin .btn_area button:first-child {
    background: #00B8D4;
    color: #fff;
    margin-right: 20px;
}






#layer_popup {
    display: none;
    position: fixed;
    width: 545px;
    left: 50px;
    bottom: 80px;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    z-index: 5;
}
#layer_popup .close {
    position: absolute;
    top: 40px;
    right: 40px;
    background: transparent;
}
#layer_popup .thumb {
    position: relative;
    border-radius: 50%;
    z-index: 3;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
#layer_popup .thumb:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
    width: 160px;
    height: 160px;
    background: linear-gradient(90.16deg, #F90093 0.16%, #9A00FF 99.9%);
    border-radius: 50%;
}
#layer_popup .thumb img {
    width: 100%;
}
#layer_popup .txt {
    font-size: 20px;
    line-height: 1.5;
    color: #141127;
    text-align: center;
    margin-top: 15px;
    letter-spacing: -0.5px;
}
#layer_popup .txt span {
    background: linear-gradient(90deg, #F90093 2.03%, #9A00FF 22.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#layer_popup a {
    background: linear-gradient(90.16deg, #F90093 0.16%, #9A00FF 99.9%);
    border-radius: 10px;
    display: block;
    width: 210px;
    padding: 15px 0;
    text-align: center;
    margin: 15px auto 0;
}
#layer_popup a img {
    width: 90%;
    max-width: 150px;
}




#info_pop {
    background: #060221;
}
#info_pop .modal_cont {
    background: #0B0442;
    padding: 60px;
    text-align: left;
}
#info_pop .modal_cont .scroll {
    height: 75vh;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#info_pop .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
#info_pop .modal_cont h3 {
    font-size: 35px;
    margin-bottom: 50px;
}
#info_pop .modal_cont h3 span {
    background: linear-gradient(90deg, #F90093 2.03%, #9A00FF 61.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#info_pop .modal_cont .conts {
    font-size: 16px;
}
#info_pop .modal_cont .conts strong {
    font-size: 18px;
}



@media screen and (max-width: 1650px){
    .team_slide {
        width: 100%;
        max-width: 1175px;
    }
    #section7 .swiper-slide .info {
        padding-left: 580px;
    }
    #section8 .slide_relative {
        width: 100%;
        max-width: 1175px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1280px){
    .visual .box .text {
        max-width: 75%;
        width: 100%;
    }
    .visual .box .text h2 {
        font-size: 70px;
    }
    .visual .box .text h2:after {
        bottom: -3px;
        left: 50.8%;
    }
    .visual .box .text {
        font-size: 16px;
    }
    .visual .characters1 {
        bottom: 20%;
    }
    .visual .characters1 img {
        width: 470px;
    }
    .visual .characters2 img {
        height: 410px;
    }
    .visual .btn_group {
        width: 100%;
    }
    .visual .btn div {
        padding: 15px 0;
    }
    .visual .btn {
        font-size: 16px;
    }



    .title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .tit {
        height: 60px;
        line-height: 58px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .btn {
        padding: 20px 0;
    }
    .btn:hover:before {
        height: 860%;
    }

    #section1 .youtube {
        width: 96%;
        height: 0;
        padding-bottom: 48%;
    }
    .section01 .flex > div {
        font-size: 18px;
    }
    .section01 .flex > div p {
        font-size: 14px;
    }
    .section01 .flex > div .table {
        height: 300px;
    }
    .section01 .flex > span {
        margin: 0 20px;
    }
    .section01 .btn {
        margin-top: 70px;
    }


    #section2 .grid {
        gap: 30px;
    }
    #section2 .grid > div {
        font-size: 16px;
    }
    #section2 .grid > div strong {
        font-size: 16px;
    }
    .section02 .btn {
        margin-top: 40px;
    }
    .section02 .btn div {
        padding: 18px 0;
    }



    #section2_1 .grid {
        gap: 30px;
    }
    #section2_1 .grid > div {
        padding: 30px 30px 25px;
    }
    #section2_1 .grid > div .name {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #section2_1 .grid > div strong {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #section2_1 .grid > div .info {
        font-size: 13px;
    }
    #section2_1 .grid > div > div:after {
        width: 130px;
        height: 130px;
        right: -10px;
    }
    #section2_1 .grid > div > div:before {
        width: 150px;
        height: 150px;
        right: -20px;
    }
    #section2_1 .grid > div.harp > div:before {
        background-size: auto 100%;
    }
    #section2_1 .grid > div.kalimba > div:before {
        background-size: auto 120px;
        top: 36px;
    }
    #section2_1 .grid > div.ocarina > div:before {
        background-size: auto 100px;
        top: 36px;
    }
    #section2_1 .grid > div.drum > div:before {
        background-size: auto 105px;
    }
    #section2_1 .grid > div.piano > div:before {
        background-size: auto 180px;
        top: 32px;
    }
    #section2_1 .grid > div.guitar > div:before {
        background-size: auto 120px;
        top: 32px;
    }



    #section3 .title {
        margin-bottom: 70px;
    }
    #section3 .phase-title {
        font-size: 14px;
    }
    #section3 .roadmap-content ul li p {
        font-size: 12px;
    }


    .team_slide {
        width: 95%;
        margin: 0 auto;
    }
    .swiper-button-prev {
        left: -30px;
    }
    .swiper-button-next {
        right: -30px;
    }



    #section5 .fl {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    #section5 .shadow_box {
        height: 200px;
    }
    #section5 .notice {
        height: 420px;
    }
    #section5 h3 {
        font-size: 18px;
    }
    #section5 h3 a {
        font-size: 14px;
    }
    #section5 ul li a {
        font-size: 14px;
        padding: 5px 0 5px 40px;
    }
    #section5 ul li a:before {
        font-size: 14px;
        top: 4px;
    }
    #section5 ul li a span {
        font-size: 12px;
    }


    .team .box .thumb img {
        height: 85px;
    }
    .team .front, .team .backend {
        min-height: 100px;
    }
    .team .backend .text a strong {
        font-size: 18px;
    }
    .team .backend .text a p {
        font-size: 14px;
    }


    #section7 .swiper-container {
        height: 440px;
    }
    #section7 .swiper-slide .box {
        padding: 90px 0;
    }
    #section7 .swiper-slide .box:before {
        height: 270px;
        top: 55px;
    }
    #section7 .swiper-slide .thumb {
        width: 370px;
    }
    #section7 .swiper-slide .info {
        padding-left: 470px;
    }
    #section7 .swiper-slide .info .play {
        width: 65px;
        height: 65px;
        margin-bottom: 15px;
    }
    #section7 .swiper-slide .info strong {
        font-size: 18px;
    }
    #section7 .swiper-slide .info p {
        font-size: 16px;
    }
    #section7 .swiper-pagination {
        left: 510px;
    }



    #section8 .slide_relative {
        max-width: 950px;
    }
    #section8 .swiper-slide .name {
        width: 185px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
        margin: 20px auto 10px;
    }


    .faq .flex > div {
        padding: 0 10px;
    }
    .faq ul li {
        margin-bottom: 15px;
    }
    .faq ul li .ques button {
        font-size: 16px;
        padding: 20px 23px;
    }
    .faq ul li .ques button:after {
        top: 28px;
    }
    .faq ul li.on .ques button:after {
        top: 25px;
    }
    .faq ul li .answer {
        font-size: 14px;
        padding: 7px 23px 20px;
        max-height: 170px;
    }



    .artist_popup .youtube {
        height: 0;
        padding-bottom: 54.55%;
    }



    #layer_popup {
        width: 475px;
        padding: 30px;
    }
    #layer_popup .close {
        top: 30px;
        right: 30px;
    }
    #layer_popup .thumb {
        width: 120px;
        height: 120px;
    }
    #layer_popup .thumb:before {
        width: 130px;
        height: 130px;
    }
    #layer_popup .txt {
        font-size: 17px;
    }
    #layer_popup a {
        width: 155px;
        padding: 8px 0;
    }
    #layer_popup a img {
        width: 65%;
    }
}
@media screen and (max-width: 1024px){
    .visual .bg > div.circle3 {
        right: -35%;
    }
    .visual .characters1 {
        bottom: 25%;
    }
    .visual .characters1 img {
        width: 375px;
    }
    .visual .box .text {
        max-width: 90%;
        font-size: 12px;
        bottom: 45px;
    }
    .visual .box .text h2 {
        font-size: 50px;
    }
    .visual .box .text h2:after {
        left: 50.5%;
    }
    .visual .box .text h2 + p {
        font-size: 14px;
    }
    .visual .btn {
        margin-top: 30px;
    }
    .visual .btn_group {
        position: relative;
        padding-top: 60px;
        justify-content: center;
        width: 75%;
        margin: 0 auto;
    }
    .visual .btn_group > a {
        margin-right: 10px;
    }
    .visual .btn_group > a.buy_open {
        position: absolute;
        top: 0;
        width: 100%;
        margin-right: 0;
    }
    .visual .btn_group > a.kaikas {
        display: none;
    }
    .visual .btn div {
        padding: 10px 0;
    }


    .v50 {
        top: 50%;
    }
    .title {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .tit {
        height: 50px;
        line-height: 48px;
        font-size: 16px;
        margin-bottom: 25px;
    }
    .btn {
        font-size: 14px;
    }



    .section01 .flex > div {
        font-size: 15px;
    }
    .section01 .flex > div p {
        font-size: 13px;
    }


    #section4 .flex > div {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    #section4 .box .backend .text .txt {
        padding: 0 20px;
    }
    .section01 .flex > div .table {
        height: 240px;
    }
    .section01 .flex > div .icon {
        margin-bottom: 15px;
    }
    .section01 .flex > div .icon img {
        width: 75px;
    }
    .section01 .flex > span {
        margin: 0 10px;
    }
    .section01 .btn {
        margin-top: 50px;
    }


    #section2 .grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
    #section2 .grid > div {
        padding: 20px 10px;
        font-size: 14px;
    }
    #section2 .grid > div:nth-child(3):after {
        width: 0;
        height: 100%;
        transform: translateX(-50%);
        top: 50%;
        left: 50%;
        border-left: 2px dashed #00B8D4;
    }
    #section2 .grid > div:nth-child(4) {
        grid-column: 3 / 3;
        grid-row: 2 / 2;
    }
    #section2 .grid > div:nth-child(4):after {
        content: '';
        border-top: 2px dashed #00B8D4;
        display: block;
        width: 100%;
        height: 0;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        left: -50%;
        z-index: -1;
    }
    #section2 .grid > div:nth-child(5):after {
        content: '';
        border-top: 2px dashed #00B8D4;
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -50%;
        z-index: -1;
    }
    #section2 .grid > div:nth-child(5) {
        grid-column: 2 / 2;
        grid-row: 2 / 2;
    }
    #section2 .grid > div:nth-child(6) {
        grid-column: 1 / 1;
        grid-row: 2 / 2;
    }
    #section2 .grid > div:nth-child(6):after {
        width: 0;
        height: 100%;
        transform: translateX(-50%);
        top: 50%;
        left: 50%;
        border-left: 2px dashed #00B8D4;
    }
    #section2 .grid > div:nth-child(7) {
        grid-column: 1 / 1;
        grid-row: 3 / 3;
    }
    #section2 .grid > div:nth-child(8) {
        grid-column: 2 / 2;
        grid-row: 3 / 3;
    }
    #section2 .grid > div:nth-child(8):after {
        display: none;
    }
    #section2 .grid > div strong {
        margin: 0 auto 10px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
    .section02 .btn {
        margin-top: 30px;
    }
    .section02 .btn div {
        padding: 13px 0;
    }


    #section2_1 .grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    #section2_1 .grid > div {
        padding: 20px 20px 15px;
    }
    #section2_1 .grid > div .name {
        width: 110px;
        height: 35px;
        line-height: 32px;
    }
    #section2_1 .grid > div strong {
        font-size: 14px;
    }
    #section2_1 .grid > div .info {
        font-size: 13px;
        line-height: 1.6;
    }



    #section3 .title {
        margin-bottom: 50px;
    }


    #section4 .box .info .name {
        font-size: 16px;
    }
    #section4 .box .info .txt {
        font-size: 14px;
    }



    #section5 .shadow_box {
        padding: 20px;
        height: 215px;
    }
    #section5 h3 {
        font-size: 16px;
    }
    #section5 h3 a {
        font-size: 12px;
        margin-top: 5px;
    }
    #section5 h3 a img {
        width: 6px;
    }
    #section5 ul {
        margin-top: 10px;
    }
    #section5 ul li a {
        font-size: 13px;
    }
    #section5 ul li a:before {
        font-size: 13px;
    }
    #section5 ul li a span {
        font-size: 11px;
        top: 6px;
    }
    #section5 .notice {
        height: 450px;
    }


    .team .backend .text a strong {
        font-size: 16px;
    }
    .team .backend .text a p {
        font-size: 12px;
    }



    #section7 .swiper-container {
        height: 380px;
    }
    #section7 .swiper-slide .thumb {
        width: 300px;
        left: 25px;
    }
    #section7 .swiper-slide .info {
        padding-left: 355px;
    }
    #section7 .swiper-slide .box {
        padding: 70px 0;
    }
    #section7 .swiper-slide .box:before {
        height: 240px;
        top: 30px;
    }
    #section7 .swiper-slide .info .play {
        width: 45px;
        height: 45px;
    }
    #section7 .swiper-slide .info p {
        font-size: 14px;
        margin: 5px 0 15px;
    }
    #section7 .swiper-pagination {
        left: 385px;
    }




    #section8 .slide_relative {
        max-width: 690px;
    }
    #section8 .swiper-container {
        margin-top: 60px;
    }
    #section8 .swiper-slide .name {
        font-size: 14px;
    }


    .faq .flex > div {
        padding: 0 5px;
    }
    .faq ul li .ques button {
        font-size: 14px;
        padding: 15px 18px;
    }
    .faq ul li .answer {
        font-size: 12px;
        padding: 4px 18px 14px;
        max-height: 145px;
    }
    .faq ul li .ques button:after {
        top: 18px;
    }
    .faq ul li.on .ques button:after {
        top: 18px;
    }




    #buy_nft .modal_cont {
        overflow-y: auto;
        max-height: 100vh;
    }
    #buy_nft .box > div {
        width: 100%;
        max-width: 100%;
    }
    #buy_nft .thumb img {
        width: 330px;
    }
    #buy_nft .fl .text {
        font-size: 22px;
        padding: 27px 0;
        margin-top: 25px;
    }
    #buy_nft .fl .text p {
        font-size: 18px;
        margin-top: 5px;
    }
    #buy_nft .shadow {
        margin: 30px 0;
    }




    #layer_popup {
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 35px 50px 25px 25px;
    }
    #layer_popup .close {
        top: 15px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    #layer_popup .close img {
        width: 15px;
    }
    #layer_popup .thumb {
        display: inline-block;
        vertical-align: middle;
        width: 70px;
        height: 70px;
    }
    #layer_popup .thumb:before {
        width: 80px;
        height: 80px;
    }
    #layer_popup .txt {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 100px);
        text-align: left;
        margin-left: 15px;
        font-size: 14px;
        margin-top: 0;
    }
}
@media screen and (max-width: 768px){
    .visual {
        height: 100vh;
    }
    .visual .bg > div {
        width: 600px!important;
        height: 600px!important;
    }
    .visual .bg > div.circle2 {
        right: -60%;
        width: 600px!important;
        height: 600px!important;
    }
    .visual .bg > div.circle3 {
        right: -60%;
    }
    .visual .btn_group {
        width: 95%;
    }
    .visual .btn {
        font-size: 12px;
    }
    .visual .btn img {
        width: 20px;
        margin-right: 5px;
        margin-left: 0;
    }
    



    .v50 {
        position: static;
        transform: none;
        max-height: none;
    }
    .title {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .tit {
        font-size: 14px;
    }
    .btn {
        font-size: 13px;
        padding: 15px 0;
        word-break: keep-all;
    }
    .btn img {
        width: 16px;
    }


    #section0 {
        padding: 0;
    }
    .section {
        padding: 80px 0 60px;
    }
    .section,.fp-tableCell {
        height: auto!important;
    }
    .top_btn {
        bottom: 75px;
    }
    .top_btn.on {
        right: 0;
    }
    .top_btn img {
        width: 60px;
    }
    .kakao {
        bottom: 135px;
    }
    .kakao img {
        width: 38px;
    }
    .pop {
        bottom: 185px;
    }
    .pop img {
        width: 38px;
    }



    #section1 .v50 {
        padding: 0 0 20px;
    }
    .section01 .flex {
        display: block;
    }
    .section01 .flex > div .table {
        height: 150px;
    }
    .section01 .flex > div .icon img {
        width: 45px;
    }
    .section01 .flex > div {
        font-size: 13px;
    }
    .section01 .flex > div p {
        font-size: 12px;
        margin-top: 5px;
    }
    .section01 .flex > span {
        display: block;
        margin: 10px auto;
        transform: rotate(90deg);
    }
    .section01 .btn {
        margin-top: 30px;
        border-radius: 10px;
    }
    #section1_1 {
        padding-bottom: 10px;
    }
    #section1 .youtube {
        width: 91%;
    }




    #section2 .grid {
        position: relative;
        z-index: 1;
        display: block;
    }
    #section2 .grid > div {
        margin-bottom: 20px;
        font-size: 13px;
    }
    #section2 .grid > div .table {
        height: auto;
        margin-top: 15px;
    }
    #section2 .grid > div:after,
    #section2 .grid > div:nth-child(4):after,
    #section2 .grid > div:nth-child(5):after {
        width: 0;
        height: 100%;
        transform: translateX(-50%);
        top: 50%;
        left: 50%;
        border-left: 2px dashed #00B8D4;
    }
    .section02 .btn {
        border-radius: 10px;
    }
    #section2_1 {
        padding-top: 10px;
        padding-bottom: 60px;
    }
    #section2_1 .grid {
        display: block;
    }
    #section2_1 .grid > div {
        margin-bottom: 20px;
    }



    #section3 .phase-title {
        font-size: 14px;
    }
    #section3 .roadmap-content ul li p {
        font-size: 12px;
    }

    #section4 .flex > div {
        flex: 0 0 calc(50% - 20px);
    }
    #section4 .flex > div:nth-child(3n) {
        margin-right: 15px;
    }
    #section4 .flex > div:nth-child(2n) {
        margin-right: 0;
    }

    .team .box .thumb img {
        width: 100%;
        height: auto;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }



    #section5 .fl {
        width: 100%;
    }
    #section5 .shadow_box {
        height: auto!important;
        margin: 0 0 10px;
    }
    #section5 ul li a {
        padding: 5px 0 5px 35px;
    }
    #section5 ul li a:before {
        top: 6px;
    }



    .team_slide {
        width: 100%;
    }
    .team_slide .swiper-container {
        padding: 0;
    }
    .team_slide.pc {
        display: none;
    }
    .team_slide.mobile {
        display: block;
    }



    #section7 .swiper-container {
        height: auto;
        width: 100vw;
        padding-bottom: 10px;
        margin-left: -20px;
    }
    #section7 .swiper-slide .box {
        padding: 30px 0;
        margin: 0 20px;
    }
    #section7 .swiper-slide .box:before {
        width: 90%;
        height: 410px;
        top: 70px;
        left: 20px;
        box-shadow: 5px 5px 20px rgb(0 0 0 / 30%);
    }
    #section7 .swiper-slide .thumb {
        position: relative;
        margin: 0 auto;
        width: 290px;
        left: 0px;
    }
    #section7 .swiper-slide .info {
        position: relative;
        padding: 0 30px;
    }
    #section7 .swiper-slide .info .btn_area {
        position: absolute;
        top: 8px;
        left: 100px;
    }
    #section7 .swiper-slide .btn_area button:before {
        width: 40px;
        height: 40px;
        top: -5px;
        left: -5px;
    }
    #section7 .swiper-slide .info strong {
        font-size: 16px;
    }
    #section7 .swiper-pagination {
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
    }


    #section8 .swiper-container {
        margin-top: 30px;
    }
    #section8 .swiper-slide .thumb {
        max-width: 270px;
        padding-bottom: 270px;
    }
    #section8 .swiper-slide .name {
        width: 155px;
        height: 35px;
        line-height: 33px;
    }



    .faq .flex {
        display: block;
        margin: 0;
    }
    .faq .flex > div {
        max-width: 100%;
    }
    .faq ul li .ques button {
        font-size: 13px;
        padding: 10px 30px 10px 13px;
    }
    .faq ul li .answer {
        padding: 4px 13px 14px;
    }




    #buy_nft .thumb img {
        width: 265px;
    }
    #buy_nft .fl .text {
        font-size: 18px;
        padding: 17px 0;
    }
    #buy_nft .fl .text p {
        font-size: 15px;
        padding-left: 40%;
    }
    #buy_nft .fl .text p.txt_white {
        font-size: 25px;
        margin-top: 0;
    }
    #buy_nft .fl .text .badge {
        left: 25%;
        font-size: 14px;
        width: 55px;
        height: 55px;
        padding: 10px 0;
        margin-top: 7px;
    }
    #buy_nft .fl .percent {
        bottom: 110px;
        font-size: 25px;
        width: 90px;
        padding: 20px 0;
    }
    #buy_nft .fl .percent span {
        font-size: 17px;
    }
    #buy_nft .shadow {
        margin: 15px 0;
        padding: 20px;
        font-size: 14px;
        background-position: 15px 50%;
    }
    #buy_nft .shadow:last-child {
        background-position: 15px 18px;
    }
    #buy_nft .shadow strong {
        font-size: 16px;
        padding-left: 50px;
    }
    #buy_nft .shadow .flex {
        margin-top: 15px;
    }
    #buy_nft .shadow .flex > button {
        font-size: 14px;
        height: 35px;
    }
    #buy_nft .shadow input[type=button] {
        font-size: 14px;
        margin-top: 0;
        top: 12px;
        right: 15px;
        width: 90px;
    }
    #buy_nft .shadow .account span {
        margin-right: 10px;
    }
    #buy_nft .shadow .gray_color {
        font-size: 11px;
    }
    #buy_nft .deposit .fl {
        font-size: 13px;
    }
    #buy_nft .deposit .fl:first-child {
        width: 100%;
    }
    #buy_nft .deposit button {
        display: block;
        margin-left: 0;
    }



    .artist_popup .youtube {
        height: 0;
        padding-bottom: 50.55%;
    }



    #buy_coin .group input[type=radio] + label {
        font-size: 13px;
        width: 130px;
        height: 35px;
        line-height: 33px;
        margin: 5px;
    }
    #buy_coin .cont strong {
        font-size: 22px;
    }
    #buy_coin .cont .gray_color {
        word-break: break-all;
        font-size: 12px;
    }
    #buy_coin .cont ul {
        font-size: 12px;
    }
    #buy_coin .cont .box input[type="text"] {
        width: 220px;
        height: 25px;
    }
    #buy_coin .cont .box span {
        font-size: 15px;
    }
    #buy_coin .btn_area {
        margin-top: 35px;
    }
    #buy_coin .btn_area button:first-child {
        margin-right: 10px;
    }


    #info_pop .modal_cont {
        padding: 35px;
    }
    #info_pop .close {
        top: 20px;
        right: 20px;
    }
    #info_pop .modal_cont h3 {
        font-size: 25px;
        margin-bottom: 40px;
    }
    #info_pop .modal_cont .conts {
        font-size: 14px;
    }
    #info_pop .modal_cont .conts strong {
        font-size: 16px;
    }

    
}
@media screen and (max-width: 480px){
    .visual .characters2 {
        left: 0;
        width: 100%;
        transform: none;
    }
    .visual .characters2 .pc {
        display: none;
    }
    .visual .characters2 .m {
        display: block;
        width: 100%;
        height: auto;
    }


    #section4 .flex > div {
        flex: 0 0 90%;
        margin-right: 0!important;
    }

    .team_slide {
        width: 90%;
    }
    .team .front, .team .backend {
        min-height: 110px;
    }
    .team .backend .text a strong {
        font-size: 16px;
    }
    .team .backend .text a p {
        font-size: 12px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}
@media screen and (max-width: 380px){
    #buy_nft .shadow .account span:last-child {
        display: block;
    }
}