@charset "UTF-8";

@import url(https://fonts.bunny.net/css?family=poppins:400,800|noto-sans-kr:300,700);

/* reset */
* {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p {margin: 0; padding: 0; }
p {display: inline-block;}
ol, ul {margin: 0; padding: 0; list-style: none;}
a {text-decoration: none; color: #fff;}
button {cursor: pointer; line-height: 1.5;}
button, select {-webkit-appearance: none; background: none; border: none; outline: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
address {font-style: normal;}

html {scroll-behavior: smooth;}
body {background: #000; font-family: 'Poppins', 'Noto Sans KR', sans-serif; color: #fff; font-size: 16px; font-weight: 300;}


/***** header *****/
#header.off {transform: translateY(-100%);}
.header {position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; background: rgba(9, 9, 9, 0.9); transition: all 0.3s;}
.header-inner {max-width: 1350px; width: 100%; padding: 25px 15px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
.logo img {height: 32px;}

#mHeader {display: none;}

#header .header-inner .gnb {display: flex;}
#header .header-inner .gnb li {padding: 0 20px;}

#header .header-inner li a {display: block; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 500; letter-spacing:1.2px;}

.header-inner .right-wrap {display: flex;}
.header-inner .right-wrap .lang-wrap {position: relative; margin-right: 14px;}
.header-inner .right-wrap .lang-wrap p {padding-right: 11px;}
.header-inner .right-wrap .lang-wrap p span {position: relative; padding-right: 10px; cursor: pointer; font-size: 14px; font-family: 'Poppins', sans-serif; font-weight: 400; letter-spacing:1.8px;}
.header-inner .right-wrap .lang-wrap p span:before {position: absolute; content: ''; right: -10px; top: 50%; transform: translateY(-50%); width: 11px; height: 5.8px; background: url(../img/down_btn.svg) no-repeat 50% 50%;}

.header-inner .right-wrap .lang-wrap .lang {display: none; position: absolute; left: 50%; top: 30px; transform: translateX(-50%); padding: 10px 15px; background: #ffb300; font-size: 14px;}
.header-inner .right-wrap .lang-wrap .lang li {cursor: pointer;}

.sns {display: flex;}
.sns li {margin: 0 9px;}
.sns li img {width: 22px;}



/***** main *****/
#main .main-top {position: relative;}

#main .main-top .scroll {position: absolute; left: -50px; top: 50%; transform: translateY(-50%); z-index: 2;}
#main .main-top .scroll .bar {position: relative; width: 3px; height: 30px; margin: 0 auto; background: rgba(255, 255, 255, 0.8);}
#main .main-top .scroll .bar:before {position: absolute; content: ''; left: 0; top: 0; width: 3px; height: 14px; background: rgb(255, 207, 6); animation: scrollbox 3s infinite;}
#main .main-top .scroll p {margin-top: 20px; font-size: 14px; writing-mode: vertical-rl;}

@keyframes scrollbox {
  0% {top: 0;}
  50% {top: 77%;}
  0% {top: 0;}
}

#main .main-top .main-txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 1350px; width: 100%; padding: 0 20px; z-index: 2; text-align: center;}
#main .main-top .main-txt h4 {
  --interval: 1s;
  display: block;
  
 
  
  font-size: 62px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif; font-weight: 600; letter-spacing:1px;
  color: #fff;
 
}

#main .main-top .main-txt h4 strong {font-weight: 800;}

@keyframes flicker {
  50% {
    color: white;
    filter: saturate(200%) hue-rotate(20deg);
  }
}

/* video {display: none !important;} */

#main .main-top .main-txt > p {margin-top: 10px; line-height: 1.7;}

#main .cha-wrap {position: absolute; top: 115px; right: 40%; transform: translateX(50%); max-width: 1350px; width: 100%; padding: 0 15px; text-align: right; z-index: 2;}
/*#main .cha-wrap:before {position: absolute; content: ''; bottom: 0; right: 0; width: 800px; height: 500px; background: linear-gradient(180deg, rgba(243,246,253,0) 0%, rgba(0,0,0,1) 50%); z-index: 5;}*/

#main .cha-wrap img {max-width: 820px; width: 100%;}

#main .cha-wrap .girl {position: relative; right: -210px; z-index: 3;}

/* .main-slide {-webkit-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0);} */
#main .main-slide {height: 100vh;}
#main .main-slide .swiper-slide {opacity: 1;}
#main .main-slide .swiper-slide-active {opacity: 1;}
#main .main-slide .swiper-slide-duplicate {opacity: 0.2;}
#main .main-slide .swiper-slide-duplicate-active {opacity: 1;}
#main .main-slide .swiper-slide img {position: relative; left: 50%; bottom: -2px; transform: translateX(-50%);}
#main .main-top .main-slide .mb-bg {display: none;}

.section .section-inner {max-width: 1350px; width: 100%; margin: 0 auto; padding: 0px 15px 0px;}





.section .section-inner2 {max-width: 1350px; width: 60%; margin: 0 auto; padding: 40px 15px;}
.section2 .section-inner {max-width: 1350px; width: 100%; margin: 0 auto; padding: 140px 15px;}
.sec-tit {
  --interval: 5s; 
  display: block;
  
 
 
  font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing:1.8px;
  font-size: 42px;
}

.sec-tit2 {
  
  font-family: 'Poppins', sans-serif; font-weight: 400; letter-spacing:0px;
  font-size: 28px;
  text-align: center;
  padding-bottom: 25px;
  color: rgb(255, 207, 6);
  
}
.sec-tit3 {
  --interval: 5s;
  display: block;
  
  
  font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing:1.8px;
  font-size: 60px;
}
.sec-tit4 {
  --interval: 5s;
  display: block;
  
  
  font-family: 'Poppins', sans-serif; font-weight: 400; letter-spacing:1.2px;
  font-size: 12px;
  padding-bottom: 60px;
}






.sec-tit5 {
  
  font-family: 'Poppins', sans-serif; font-weight: 400; letter-spacing:-1px;
  font-size: 24px;
  text-align: left;
  padding-bottom: 5px;
  color: rgb(255, 207, 6);
  
}
















#about {position: relative; z-index: 10;}
#about .section-inner {display: flex; justify-content: space-between; align-items: center; overflow: hidden;}

#about .video-wrap {max-width: 586px; width: 50%; overflow: hidden;}
#about .video-wrap video {width: 100%; }
  
  

#about .txt {width: 50%;}

#about .sec-tit {
  
  color: azure;
  
  
}

#about .txt h4 {margin: 48px 0 28px; font-size: 42px; }
#about .txt p {margin-bottom: 35px; line-height: 1.7; margin-top: 30px;}

#about .btn-wrap {margin-top: 15px;}
#about .btn-wrap a {display: inline-block; margin-right: 20px; padding: 15px 20px; border: 1px solid #4c50f3; font-family: 'Montserrat', sans-serif; transition: all 0.3s;}






#about2 {position: relative; z-index: 10; padding-top: 10px;}
#about2 .section-inner { justify-content: space-between; align-items: center; overflow: hidden;}

#about2 .img2 {overflow: hidden;}
#about2 .img2 img {max-width: 800px; width: 100%;}

#about2 .icon {position: absolute; right: 0; top: -40px;}
#about2 .icon img {width: 30px; border-radius: 0; margin-right: 8px; }
#about2 .icon img:last-child {margin: 0; border-radius: 2px;}

#about2 .txt-outer {display: flex; margin-left: 0%; flex-wrap: wrap; justify-content: space-between;}
#about2 .txt {
  width: 49%;
  margin-bottom: 0px; 
  font-weight: 400;
  padding: 22px;
  background: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgb(255, 207, 6);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}

#about2 .sec-tit {
  
  color: azure;
  text-align: center; padding-top: 60px; font-size: 45px;
 
}

#about2 .txt h4 {margin: 0px 0 20px; font-size: 26px; font-weight: 400; color: rgb(255, 207, 6); font-family: 'Poppins', sans-serif; font-weight: 400; letter-spacing:0px;}
#about2 .txt h4 span {font-size: 16px; font-weight: 400; color: rgb(255, 207, 6);}
#about2 .txt p {margin-bottom: 0px; line-height: 1.7; font-size: 15px;}

#about2 .btn-wrap {margin-top: 15px;}
#about2 .btn-wrap a {display: inline-block; margin-right: 20px; padding: 15px 20px; border: 1px solid #fff; font-family: 'Montserrat', sans-serif; transition: all 0.3s;}








#about2 .txt-outer2 {display: flex; margin-left: 1%; flex-wrap: wrap; justify-content: space-between;}
#about2 .txt2 {
  width: 100%;
  margin-bottom: 15px; 
  font-weight: 400;
  padding: 22px;
  background: black;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgb(255, 207, 6);
  border-radius: 8px 8px 8px 8px;
  text-align: left;
}
 
#about2 .txt2 h4 {margin: 0px 0 13px; font-size: 26px; font-weight: 800; color: rgb(255, 207, 6); font-family: 'Poppins', sans-serif; font-weight: 600; letter-spacing:1.2px;}
#about2 .txt2 h4 span {font-size: 16px; font-weight: 400; color: rgb(255, 207, 6);}
#about2 .txt2 p {margin-bottom: 0px; line-height: 1.7; font-size: 15px;}















/**/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}

.card-box {
  width: 420px;
  background: linear-gradient(321deg, #75710072, #884000, #ffeb347a);
  border: 1px solid rgb(255, 207, 6);
  border-radius: 17px;
  transition: all .6s cubic-bezier(.16,1,.3,1);
}


.en .card-box {
  width: 420px;
  height: 700px;
  background: linear-gradient(321deg, #75710072, #bd6500b6, #ffeb347a);
  border: 1px solid rgb(255, 207, 6);
  border-radius: 17px;
  transition: all .6s cubic-bezier(.16,1,.3,1);
}




a {
  text-decoration: none;
  color: #ffffff;
}

.card-box .card-img {
  position: relative;
  width: calc(100% - 0.8rem);
  height: 300px;
  margin: auto;
  margin-top: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.card-box .card-img img {
  transition: all 1.8s cubic-bezier(.16,1,.3,1);
}
.card-box:hover {
  transform: translateY(-12px);
}
.card-box:hover .card-img img {
  transform: scale(1.1);
}
.card-box .card-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(17,16,24,0) 79.64%,#402700de);
  z-index: 2;
}

.card-content {
  padding: 20px 2rem 3rem 2rem;
}

.card-box h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding-bottom: 20px;
  text-align: left;
}

.card-box p {
  padding-top: 10px;
  line-height : 1.7;
  text-align: left;
  font-size: 15px;
}




















#city {text-align: center; position: relative; padding-top: 200px; overflow: hidden;}

#city canvas {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

#city .main-slide {height: auto;}

#city .txt {position: absolute; left: 50%; top: 160px; transform: translateX(-50%); display: flex; flex-direction: column; z-index: 3;}
#city .txt p {margin-bottom: 35px; line-height: 1.7;}

#city .sec-tit {
  margin-bottom: 65px;
  color: yellow;
  --color1: yellow;
  --color2: lime;
  --color3: green;
  --color4: darkgreen;
  font-family: 'Monoton', sans-serif;
  font-weight: normal;
  font-size: 140px;
}

#gall {margin-top: -2px; background: #180058; overflow: hidden; display: flex; align-items: center;}

.gall-slide {position: relative; width: 100%; max-height: 1025px; margin: 0 auto; padding: 0 0 60px; text-align: center;}

.gall-slide .slide-inner {width: 100%; margin: 0 auto; padding: 6% 0; position: relative; align-items: center;}
.gall-slide .slide-list li {
  position: relative;
  width: 500px;
  height: auto;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #000;
  transform: scale(0.9);
  transition: all 1.3s;
  z-index: 0;
  opacity: 0.5;
}
.gall-slide .slide-list img {width: 100%; /* margin-left: calc(50% - 153px); */ border-radius: 20px;}

.gall-slide .description {position: relative; color: #fff; text-align: center; opacity: 0; transition: all 1.3s;}
.gall-slide .description h4 {margin-top: 35px; font-size: 28px; font-family: 'Montserrat', sans-serif;}
.gall-slide .description p {text-align: center; font-size: 15px;} 
.gall-slide .swiper-slide-active .description,
.gall-slide .swiper-slide-duplicate-active .description {opacity: 1;}

.gall-slide .swiper-slide-active > img {border: 3px solid #fff; box-shadow: 0px 0px 40px 0 #0066ff;}

/* 영역별 크기 설정 */
.gall-slide li.swiper-slide-next,
.gall-slide li.swiper-slide-duplicate-next {transform: scale(0); z-index: 1;}
.gall-slide li.swiper-slide-prev,
.gall-slide li.swiper-slide-duplicate-prev {transform: scale(0); z-index: 1;}
.gall-slide li.swiper-slide-active,
.gall-slide li.swiper-slide-duplicate-active {transform: scale(1); z-index: 2; opacity: 1;}

.gall-slide .slide-btn-wrap {position: absolute; left: 50%; top: 86%; transform: translate(-50%, -50%); width: 100%; max-width: 1300px; z-index: 10;}

.gall-slide .slide-btn-wrap .swiper-button-prev, .gall-slide .slide-btn-wrap .swiper-button-next {width: 16px; height: 36px; margin-top: 0; transform: translateY(-50%);}
.gall-slide .slide-btn-wrap .swiper-button-prev {left: 0; background: url(../img/btn-left.svg) no-repeat 50% 50%;}
.gall-slide .slide-btn-wrap .swiper-button-next {right: 0; background: url(../img/btn-right.svg) no-repeat 50% 50%;}
.gall-slide .slide-btn-wrap .swiper-button-prev:after, .gall-slide .slide-btn-wrap .swiper-button-next:after {content: '';}


#full-vd {position: relative; width: 100%; overflow: hidden; /* aspect-ratio: 0.8; */}
#full-vd .vd-dim {position: absolute; content: ''; left: 0; right: 0; bottom: 0; height: 15%; background: linear-gradient(180deg, rgba(243,246,253,0) 0%, rgba(0,0,0,1) 50%); z-index: 10;}
#full-vd video {width: 100%; object-fit: cover;}

#full-vd2 {position: relative; width: 100%; overflow: hidden; /* aspect-ratio: 0.8; */}
#full-vd2 video {width: 100%; object-fit: cover; min-height: 100vh;}
#full-vd2 img {width: 100%; object-fit: cover; min-height: 100vh;}




#avatar {text-align: center; overflow: hidden;}
#avatar > .sec-tit {
  margin-bottom: 75px;
  color: yellow;
  --color1: yellow;
  --color2: lime;
  --color3: green;
  --color4: darkgreen;
  font-family: 'Monoton', sans-serif;
  font-weight: normal;
  font-size: 140px;
}

#avatar .phone-slide-wrap {position: relative; padding: 0 20px;}
#avatar .phone-slide-wrap .ava-slide {max-width: 1024px; width: 100%; height: auto; margin: 0 auto; border: 4px solid #fff; border-radius: 42px; box-shadow: 0 0 23px 9px #ff00a8; overflow: hidden; z-index: 8;}
#avatar .phone-slide-wrap .ava-slide img {width: 100%;}

#avatar .phone-slide-wrap .ava {position: absolute; left: 0; width: 100%;}
#avatar .phone-slide-wrap .ava img {position: relative;}

#avatar .phone-slide-wrap .top-cha {bottom: -125px; z-index: 10;}
#avatar .phone-slide-wrap .top-cha img:nth-child(1) {left: -315px;}
#avatar .phone-slide-wrap .top-cha img:nth-child(2) {right: -295px;}

#avatar .phone-slide-wrap .mid-cha {top: -25px; z-index: 9;}
#avatar .phone-slide-wrap .mid-cha img:nth-child(1) {left: -450px;}
#avatar .phone-slide-wrap .mid-cha img:nth-child(2) {right: -450px; top: -60px;}

#avatar .phone-slide-wrap .bot-cha {top: -235px; z-index: 7;}
#avatar .phone-slide-wrap .bot-cha img:nth-child(1) {left: -345px;}
#avatar .phone-slide-wrap .bot-cha img:nth-child(2) {right: -365px; top: 25px;}

#avatar .cha-con {position: relative; background-image:url(../img/about_bg3.png); background-repeat:no-repeat ; background-position: center; }
#avatar .cha-con .floating-img {position: absolute; top: 85px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; z-index: -1;}
#avatar .cha-con .floating-img img {position: relative;}
#avatar .cha-con .left-img {left: 0;}
#avatar .cha-con .right-img {right: 0;}




#avatar .cha-con2 {position: relative; background-image:url(../img/about_bg4.png); text-align: center; line-height: 1.7; background-size: cover; background-attachment: fixed; }
#avatar .cha-con2 .floating-img {position: absolute; top: 85px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; z-index: -1;}
#avatar .cha-con2 .floating-img img {position: relative;}
#avatar .cha-con2 .left-img {left: 0;}
#avatar .cha-con2 .right-img {right: 0;}





#avatar .cha-con .sec-tit {
    margin-bottom: 45px;
  color: rgb(210 117 0);
  
}




#avatar .cha-con2 .sec-tit {
  color: rgb(255, 207, 6);
  
}

#avatar .cha-con h4 {margin: 80px 0 25px; font-size: 42px;}
#avatar .cha-con p {line-height: 1.7; margin: 30px 0 45px 0;}

#avatar .btn-wrap {margin-top: 15px;}
#avatar .btn-wrap a {display: inline-block; margin: 0 6px; padding: 8px 20px; border: 1px solid rgb(255, 207, 6); font-family: 'Montserrat', sans-serif; transition: all 0.3s; font-size: 13px; font-weight: 400;}


#avatar .cha-con .vd-wrap {display: flex; justify-content: space-between; max-width: 1350px; width: 100%; margin: 40px auto 55px;}
#avatar .cha-con .vd-wrap .vd-box {max-width: 460px; width: 48%;}
#avatar .cha-con .vd-wrap .frame {/* height: 460px; */ border-radius: 20px; overflow: hidden;}
#avatar .cha-con .vd-wrap .frame img {width: 100%;}
/* #avatar .cha-con .vd-wrap .frame video {position: relative; left: 50%; transform: translateX(-50%); height: 460px;} */
#avatar .cha-con .vd-wrap .vd-box p {margin-top: 17px; font-size: 18px; font-weight: 700;}


#avatar .cha-con2 h4 {margin: 80px 0 25px; font-size: 42px;}
#avatar .cha-con2 p {line-height: 1.7; margin: 30px 0 45px 0;}

#avatar .cha-con2 .vd-wrap {display: flex; justify-content: space-between; max-width: 1350px; width: 100%; margin: 40px auto 55px;}
#avatar .cha-con2 .vd-wrap .vd-box {max-width: 460px; width: 48%;}
#avatar .cha-con2 .vd-wrap .frame {/* height: 460px; */ border-radius: 20px; overflow: hidden;}
#avatar .cha-con2 .vd-wrap .frame img {width: 100%;}
/* #avatar .cha-con .vd-wrap .frame video {position: relative; left: 50%; transform: translateX(-50%); height: 460px;} */
#avatar .cha-con2 .vd-wrap .vd-box p {margin-top: 17px; font-size: 18px; font-weight: 700;}




#avatar .cha-con .ava-img-wrap {display: flex; justify-content: space-between; gap: 20px; padding-top: 40px;} 
#avatar .cha-con .ava-img-wrap .img-box img {max-width: 300px; width: 100%;}
#avatar .cha-con .ava-img-wrap .img-box p {display: block; font-size: 18px; font-weight: 800; margin: 20px 0;}
#avatar .cha-con .ava-img-wrap .img-box:nth-child(3) p {color: #fa00ff;}
#avatar .cha-con .ava-img-wrap .img-box:nth-child(4) p {color: #00fcff;}


#avatar .cha-con2 .ava-img-wrap {display: flex; justify-content: space-between; gap: 20px; padding-top: 0px;} 
#avatar .cha-con2 .ava-img-wrap .img-box img {max-width: 300px; width: 100%;}
#avatar .cha-con2 .ava-img-wrap .img-box p {display: block; font-size: 16px; font-weight: 400; margin: 0px 0 40px 0;}
#avatar .cha-con2 .ava-img-wrap .img-box:nth-child(3) p {color: #fa00ff;}
#avatar .cha-con2 .ava-img-wrap .img-box:nth-child(4) p {color: #00fcff;}




#avatar .cha-con .ava-img-wrap .no-shadow { }
#avatar .cha-con .ava-img-wrap .no-shadow-1 { }

.shadow {
  position: relative;
  background: #000;
  border-radius: 20px;
}
.shadow:before, .shadow:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  background: linear-gradient(45deg, red, #0000ff,#00ff00,
              #ff0000,#ffff00,#fc0090,#0000ff,#00ff00,#ffff00);
  background-size: 300%;
  border-radius: 20px;
  animation: shadow 20s linear infinite;
}
.shadow:after {
  filter: blur(30px);
}

@keyframes shadow { 
  0% {background-position: 0 0;}
  50% {background-position: 300%;}
  100% {background-position: 0 0;}
}

#avatar .cha-con .last {margin-top: 60px;}

#avatar .cha-con2 .last {margin-top: 60px;}












#avatar {text-align: center; overflow: hidden;}
#avatar > .sec-tit {
  margin-bottom: 75px;
  color: yellow;
  --color1: yellow;
  --color2: lime;
  --color3: green;
  --color4: darkgreen;
  font-family: 'Monoton', sans-serif;
  font-weight: normal;
  font-size: 140px;
}

#avatar .phone-slide-wrap {position: relative; padding: 0 20px;}
#avatar .phone-slide-wrap .ava-slide {max-width: 1024px; width: 100%; height: auto; margin: 0 auto; border: 4px solid #fff; border-radius: 42px; box-shadow: 0 0 23px 9px #ff00a8; overflow: hidden; z-index: 8;}
#avatar .phone-slide-wrap .ava-slide img {width: 100%;}

#avatar .phone-slide-wrap .ava {position: absolute; left: 0; width: 100%;}
#avatar .phone-slide-wrap .ava img {position: relative;}

#avatar .phone-slide-wrap .top-cha {bottom: -125px; z-index: 10;}
#avatar .phone-slide-wrap .top-cha img:nth-child(1) {left: -315px;}
#avatar .phone-slide-wrap .top-cha img:nth-child(2) {right: -295px;}

#avatar .phone-slide-wrap .mid-cha {top: -25px; z-index: 9;}
#avatar .phone-slide-wrap .mid-cha img:nth-child(1) {left: -450px;}
#avatar .phone-slide-wrap .mid-cha img:nth-child(2) {right: -450px; top: -60px;}

#avatar .phone-slide-wrap .bot-cha {top: -235px; z-index: 7;}
#avatar .phone-slide-wrap .bot-cha img:nth-child(1) {left: -345px;}
#avatar .phone-slide-wrap .bot-cha img:nth-child(2) {right: -365px; top: 25px;}

#avatar .cha-con {position: relative; background-image:url(../img/about_bg3.png); background-repeat:no-repeat ; background-position: center; }
#avatar .cha-con .floating-img {position: absolute; top: 85px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; z-index: -1;}
#avatar .cha-con .floating-img img {position: relative;}
#avatar .cha-con .left-img {left: 0;}
#avatar .cha-con .right-img {right: 0;}



#avatar .cha-con2 {position: relative; background-image:url(../img/about_bg4.png); background-repeat:no-repeat ; background-position: center; }
#avatar .cha-con2 .floating-img {position: absolute; top: 85px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; z-index: -1;}
#avatar .cha-con2 .floating-img img {position: relative;}
#avatar .cha-con2 .left-img {left: 0;}
#avatar .cha-con2 .right-img {right: 0;}


































#eco {display: flex;}
#eco .token-slider {width: 100%;}

.swiper .info-pc {display: block; max-width: 1300px; width: 100%;}
.swiper .info-mb {display: none; width: 100%;}
.sw-btn-wrap {position: absolute; max-width: 1450px; width: 100%; left: 50%; top: 50%; transform: translate(calc(-50% - 0.4px), calc(-50% - 0.4px)); z-index: 10;}

#eco {position: relative;  padding-top: 0px;/*background: radial-gradient( #0d2c59c7, #00184c99, #050317, #050317)*/;}

#tokenomy, #plan, #about2 {position: relative;  padding-top: 0px;}



#tokenomy .tokenomy-slider {width: 100%;}

#tokenomy .tokenomy-slider .swiper-wrapper {
  align-items: center;
}

#tokenomy .tokenomy-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#tokenomy .tokenomy-slider .swiper-slide > p {
  line-height: 1.7;
  margin: 30px 0 45px 0;
}
#tokenomy .tokenomy-slider .swiper-slide .section {width: 100%;}


#plan {padding-top: 160px;}
#plan #avatar {padding: 0;}
#plan #avatar .section-inner {padding: 0 0px 0px;}





#plan .plan-slider .swiper-wrapper {
  align-items: center;
}

#plan .plan-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#plan .plan-slider .swiper-slide p {
  line-height: 1.7;
  margin: 0px 0 45px 0;
}

.swiper-pagination-bullet {width: 10px; height: 10px; margin: 0 6px; border-radius: 0px; background: rgba(255, 255, 255, 0.6); opacity: 1; transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);}
.swiper-pagination-bullet:hover {background: #4c50f3;}
.swiper-pagination-bullet-active {background: #4c50f3;}
.swiper-button-prev {left: 0; background: url(../img/left.svg) no-repeat 50% 50%; background-size: cover;}
.swiper-button-next {right: 0; background: url(../img/right.svg) no-repeat 50% 50%; background-size: cover;}

.swiper-button-prev:after, .swiper-button-next:after {content: '';}

#token, #reward {
  display: flex;
  padding: 140px 15px 10px;
  text-align: center;
  line-height: 1.7;
  /* background: #000 url(../img/token_bg.jpg) no-repeat 50% 50%; */




  
  background-size: cover;
  background-attachment: fixed;}
#token .section-inner, #reward .section-inner {padding: 0;}





#token .sec-tit, #reward .sec-tit, #roadmap .sec-tit, #team .sec-tit, #partner .sec-tit {
  margin-bottom:30px;
  color: rgb(210 117 0);
  
}

#token .pc {max-width: 1300px; width: 100%; margin-top: 30px;}
#token .mb {display: none;}

#reward {text-align: center; /* background-image: url(../img/reward_bg.jpg); */}
#reward h4 {font-size: 24px; margin-bottom: 27px;}
#reward h4 span {color: #00ffff;}
#reward .pc {display: block; max-width: 1250px; width: 100%; margin: 60px auto 0;}
#reward .mb {display: none;}


#roadmap {padding: 40px 0 100px; text-align: left; background: #000000;}
#roadmap .road-inner {position: relative;}
#roadmap .sec-tit {margin-bottom: 140px;}
#roadmap .bar {position: absolute; left: 0; top: 35%; width: 100%; height: 6px; background: linear-gradient(to right, #ff00a8 0%, #3f06cf 100%); box-shadow: 0 0 21px 3px #8f00ff; z-index: 1;}
#roadmap .bar.move {animation: roadmap 1s linear;}


#roadmap2 {padding: 140px 0 30px; text-align: center;/* background: linear-gradient(180deg, #000000, #050216);*/}
#roadmap2 .road-inner {position: relative;}
#roadmap2 .sec-tit {margin-bottom: 80px; font-size: 38px;}

#roadmap2 .bar.move {animation: roadmap 1s linear;}


/*코드팬 카드*/
#avatar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1350px;
  margin: 40px 0;
  padding: 0 10px 0;
}

#avatar .container .card {
  position: relative;
  min-width: 300px;
  height: 200px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 0px;
  transition: 0.5s;
}



#avatar .container .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(321deg, #2a290845, #b15f00b6, #f3b64c7a);
  border: 1px solid rgb(255, 207, 6);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
  transition: 0.5s;
}

#avatar .container .card .box:before {
  opacity: 0;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 3px solid rgb(255, 207, 6);
  box-shadow: 0px 0px 10px 6px #e2b42b78;
  background: transparent;
  transform: all 0.3s;
}

/* #avatar .container .card .box:hover {
  transform: translateY(-30px);
} */
#avatar .container .card .box:hover:before {
  opacity: 1;
}

#avatar .container .card .box .content {
  padding: 20px;
  text-align: center;
}

#avatar .container .card .box .content h2 {
  position: absolute;
  top: 0px;
  right: 55px;
  font-size: 8rem;
  color: rgb(255 255 255 / 4%);
}

#avatar .container .card .box .content h3 {
  font-size: 24px;
  color: #ffffff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 0px;
}

#avatar .container .card .box .content p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  z-index: 1;
  line-height: 1.7; margin: 0px 0 0px 0;
}

#avatar .container .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
#avatar .container .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}


/* 2영역 */
#avatar .container .card2 {
  position: relative;
  min-width: 632px;
  height: 200px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 0px;
  transition: 0.5s;
}



#avatar .container .card2 .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(321deg, #2d54a845, #2418645e, #4c50f37a);
  border: 1px solid #00ffff54;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
  transition: 0.5s;
}
/* 
#avatar .container .card2 .box:hover {
  transform: translateY(-30px);
} */

#avatar .container .card2 .box:before {
  opacity: 0;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 3px solid #00ffff9e;
  box-shadow: 0px 0px 10px 6px #2be2e278;
  background: transparent;
  transform: all 0.3s;
}

#avatar .container .card2 .box:hover:before {
  opacity: 1;
}

#avatar .container .card2 .box .content {
  padding: 20px;
  text-align: center;
}

#avatar .container .card2 .box .content h2 {
  position: absolute;
  top: 0px;
  right: 220px;
  font-size: 8rem;
  color: rgb(255 255 255 / 4%);
}

#avatar .container .card2 .box .content h3 {
  font-size: 24px;
  color: #ffffff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

#avatar .container .card2 .box .content p {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  z-index: 1;
  line-height: 1.7; margin: 0px 0 0px 0;
}

#avatar .container .card2 .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
#avatar .container .card2 .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}


































@keyframes roadmap {
  0% {width: 0%;}
  100% {width: 100%;}
}

#roadmap .road-con {padding: 0 15px; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative;}
#roadmap .road-con .box {text-align: left;}
#roadmap .road-con .box img {max-width: 300px; width: 100%;}
#roadmap .road-con .box .txt {position: relative; top: -6px; padding: 40px 0 0 30px; z-index: 2;}
#roadmap .road-con .box .txt:before {position: absolute; content: ''; left: -6px; top: -1px; width: 15px; height: 15px; border-radius: 100px; background: #00ffff; z-index: 3;}
#roadmap .road-con .box .txt:after {position: absolute; content: ''; left: 0; top: 0; bottom: 0; width: 3px; background: #00ffff; box-shadow: 0 0 21px 3px #8f00ff;}
#roadmap .road-con .box h3 {font-size: 40px; color: #00ffff; font-family: 'Montserrat', sans-serif;}
#roadmap .road-con .box h4 {margin: 30px 0; font-size: 28px;}
#roadmap .road-con .box p {line-height: 1.7;}





#roadmap2 .road-con {padding: 0 15px; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative;}
#roadmap2 .road-con .box {text-align: left;}
#roadmap2 .road-con .box img {max-width: 400px; width: 100%;}
#roadmap2 .road-con .box .txt {position: relative; top: -6px; padding: 40px 0 0 0px; z-index: 2;}

#roadmap2 .road-con .box h3 {font-size: 40px; color: #00ffff; font-family: 'Montserrat', sans-serif;}
#roadmap2 .road-con .box h4 {margin: 30px 0; font-size: 26px; color: #4c50f3;}
#roadmap2 .road-con .box p {line-height: 1.9; max-width: 400px;}


/*코드팬*/


* {
  outline: none;
}

.timeline-carousel {
  padding: 86px 6.9444% 90px 6.9444%;
  position: relative;
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color: #000000;
  z-index: 3;
  width: 6.9444%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: rgb(210 117 0);
  
  
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing:1.8px;
  font-size: 38px;
}
.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
  padding-right: 20px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timeline-carousel__item-inner .year {
  font-size: 24px;
  line-height: 36px;
  color: rgb(255, 207, 6);
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: #000000;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  
  font-family: 'Poppins', sans-serif; font-weight: 700;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #000000;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: 12px;
  
  color: #b0afb9;
  display: block;
  margin-bottom: 10px;
  font-weight: 200;
}
.timeline-carousel__item-inner p {
  font-size: 14px;
  line-height: 1.9;
  color: white;
  width: 100%;
  font-weight: 100;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #ffffff;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #4c50f3;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #4c50f3;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #4c50f3;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: rgb(255, 207, 6);
  border-color: rgb(255, 207, 6);
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #4c50f3;
  border-color: #4c50f3;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}




/*코드팬2 맴버*/

#team .container{
  max-width:1350px;
  width: 100%;
  margin:0px auto;
}
/* Float three columns side by side */
#team .column {
  float: left;
  width: 25%;
  padding: 25px;
}
#team .ceo {position: relative;}
#team .ceo h4 {position: absolute; left: 30px; top: -20px; font-size: 22px; padding-left: 10px; border-left: 5px solid #4c50f3;}


/* Remove extra left and right margins, due to padding */
#team .row {margin: 0 -5px; padding-top: 60px;}

#team .row.center {display: flex; align-items: flex-start; justify-content: center;}

#team .row2 {margin: 0 -5px; padding-top: 0px;}

#team .row2.center {display: flex; align-items: flex-start; justify-content: center;}

#team .front {text-align: left;}
#team .front .national {display: flex; padding: 20px 0 15px; }
#team .front .national img {width: 30px; border-radius: 0; margin-right: 8px;}
#team .front .national img:last-child {margin: 0; border-radius: 2px;}




.national {display: flex; padding: 10px 0 4px; justify-content: center; align-items: center;}
.national img {width: 40px; border-radius: 0; margin-right: 8px; padding-bottom: 25px;}
.national img:last-child {margin: 0; border-radius: 0px;}



.national2 {display: flex; padding: 10px 0 4px; justify-content: center; align-items: center;}
.national2 img {width: 40px; border-radius: 0; margin-right: 8px; padding-bottom: 5px;}
.national2 img:last-child {margin: 0; border-radius: 0px;}







#team .front .top {position: relative;}
#team .front .top a {position: absolute; right: 0; top: -40px;}
#team .front .top .link2 {right: 38px;}
#team .front .top a img {width: 30px;}

/* Clear floats after the columns */
#team .row:after {
  content: "";
  display: table;
  clear: both;
}

#team .row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 767px) {
  
  #tokenomy .tokenomy-slider .swiper-slide img {width: 100%;}

  .swiper .info-pc {display: none;}
  .swiper .info-mb {display: block;}

  #team .container{
  width: 100%;
  }
  
  #team .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  #team .row.center {flex-direction: column;}
  #team .row2.center {flex-direction: column;}

  #avatar {padding: 0;}
  #avatar .cha-con {background-size: 1000px;}
  #avatar .cha-con .section-inner {padding: 80 40 80 40px;}


 
  #avatar .cha-con2 {background-size: 1000px;}
  #avatar .cha-con2 .section-inner {padding: 80 40 80 40px;}


  #about2 .img2 {display: none;}
}

/* Style the counter cards */
#team .card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%);
  padding: 5px;
  text-align: center;
  /* background-color: #fff; */
  border-radius:10px;
 
}
#team .card .front {position: relative;}

#team .card img {
   border-radius:15px;
   transition: 0.2s;
}


#team .card p {
  font-size: 14px;
  
  display: block;
  overflow: hidden;
  max-height: 40px;
  line-height: 22px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  transition: all 800ms ease;
}
#team .card p.more {
  max-height: 400px;
}
#team .card p:before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #050317 50%, #050317 100%);
  position: absolute;
  bottom: 27px;
  width: 100%;
  height: 45px;
  opacity: 1;
  transition: all 800ms ease;
}
#team .card p.more:before {
  bottom: 0px;
}

#team .card .btn-more {position: relative; display: block; margin: 20px auto; padding: 5px 12px; border: 1px solid #fff; border-radius: 100px; font-size: 13px; color: #fff; font-family: 'Poppins', sans-serif; z-index: 10;}



#team .card .profile-color {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}

#team .card:hover .profile-color {
  opacity: 1;
}

/* #team .card:hover .profile{
  transform:scale(1);
  border-top-right-radius:50px;
  border-top-left-radius:50px;
} */

#team .card .content{
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
}
#team .card .content .back{
  position:absolute;
  width:100%;
  height:100%;
  background-color: #f1f1f1e6;
  transition:1s;
  
  z-index:1;
  padding:10px;
}

/* #team .from-left{
  top:0;
  left:-100%;
}
#team .card:hover .content .from-left {
   left:0%;
}

#team .from-bottom{
  top:100%;
  left:0;
}
#team .card:hover .content .from-bottom {
   top:0%;
}

#team .from-right{
  top:0%;
  right:-100%;
}
#team .card:hover .content .from-right {
   right:0;
}

#team .card .content .back h3{
  color: #000000;
  font-family: 'Poppins', sans-serif; font-weight: 600;
  font-size:16px;
  
}
#team .card .content .back .tem-img{
  border-radius:100%;
} */

#team .card .content h2{

  font-family: 'Poppins', sans-serif; font-weight: 800;
  color: #4c50f3;
  font-size:26px;
}
#team .card .content h3{
  color: #fff;
  font-family: 'Poppins', sans-serif; font-weight: 400;
  font-size:14px;
  padding-bottom: 15px;
  padding-top: 5px;
  line-height: 22px;
}





/* #team .card .content .back .des{

  font-family: 'Poppins', sans-serif; font-weight: 300;
  color: #000000;
  line-height: 1.4;
  font-size:14px;
  padding:20px 0px;
} */
#team .card .content .back .social-icon{
  list-style:none;
  margin:0px;
  padding:0px;
}
#team .card .content .back .social-icon li{
  display:inline-block;
}

#team .card .content .back .social-icon li a{
  display:block;
  background:#333;
  color:#fff;
  width:40px;
  height:40px;
  text-align:center;
  line-height:40px;
  border-radius:100%;
}




/*코드팬2 맴버*/


















#team {text-align: left; padding-bottom: 100px; background: #050317;}
#team .section-inner {padding-bottom: 100px;}
#team .sec-tit, #partner .sec-tit {margin-bottom: 55px; text-align: center;}

#team .team-list {display: flex; justify-content: space-between; flex-wrap: wrap;}
#team .team-list .member .img-wrap {position: relative; border-radius: 20px; background: #171717; overflow: hidden;}
#team .team-list .member .img-wrap img {max-width: 300px; width: 100%;}
#team .team-list .member .img-wrap .color {position: absolute; left: 0; top: 0; opacity: 0; transition: all 0.3s;}
#team .team-list .member .txt {margin: 20px 0 40px;}
#team .team-list .member .txt h4 {margin-bottom: 12px; font-family: 'Montserrat', sans-serif; font-size: 28px;}


#partner .section-inner {padding-bottom: 230px; text-align: center;}
#partner .logo-list {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 15px;}
#partner .logo-list img {max-width: 250px; width: 100%;}


/* #footer {padding: 90px 15px; font-size: 24px; font-weight: 800; color: #fff; text-align: center; line-height: 1; background: #ff00a8;}
#footer h3 {margin-bottom: 60px; font-family: 'Montserrat', sans-serif; font-size: 46px; color: #000;}
#footer p {display: block;}
#footer .email {margin: 20px 0 70px; font-size: 70px;}
#footer .sns {justify-content: center; margin-bottom: 30px;}
#footer .copy {font-size: 16px; font-weight: 300;} */

#footer {position: relative; padding-top: 65px;     background-color: #884000;
}
#footer:before {position: absolute; content: ''; top: 0; left: 0; right: 0; height: 2px; z-index: 10; background: linear-gradient(289deg, #d6f72e, rgb(255, 207, 6), #ff9900);}
#footer .ft-inner {max-width: 1350px; width: 100%; margin: 0 auto; padding: 0 15px; display: flex; flex-wrap: wrap;}
#footer .ft-inner .box {width: 25%;}
#footer .ft-inner .box h4 {font-family: 'Montserrat', sans-serif; font-size: 20px; margin-bottom: 15px;}
#footer .ft-inner .box li {margin-bottom: 10px;}
#footer .ft-inner .box li a {font-size: 15px;}
#footer .ft-inner .box .sns li {margin: 0 10px 0 0;}
#footer .ft-inner .box .sns li img {width: 30px;}
#footer .copy {width: 100%; padding: 25px 15px; margin-top: 50px; font-size: 12px;}
#footer .copy p {display: block; max-width: 1320px; width: 100%; margin: 0 auto;}






@media screen and (min-width: 1920px) {
  #main .main-slide .swiper-slide img {width: 100%;}
  #full-vd {height: 100vh;}
}

/***** hover *****/
@media screen and (min-width: 1100px) {
  #header .header-inner .gnb li a {transition: all 0.5s;}
  #header .header-inner .gnb li a:hover {color: rgb(255, 207, 6);}

  #about .btn-wrap a:hover {
    border-color: rgb(255, 207, 6);
    background-color: rgb(255, 207, 6);
    
  }


 #avatar .btn-wrap a:hover {
    border-color: rgb(255, 207, 6);
    background-color: rgb(255, 207, 6);
    
  }



  #about2 .btn-wrap a:hover {
    border-color: #f038ff;
    background-color: #f038ff;
    -webkit-box-shadow: 10px 10px 99px 6px rgba(240, 56, 255, 1);
    -moz-box-shadow: 10px 10px 99px 6px rgba(240, 56, 255, 1);
    box-shadow: 10px 10px 99px 6px rgba(240, 56, 255, 1);
  }



  #team .team-list .member:hover .img-wrap .color {opacity: 1;}
}


@media screen and (max-width: 1250px) {
  #roadmap .bar {display: none;}
  #roadmap .road-con .box {width: 48%; margin-bottom: 40px;}
  #roadmap .road-con .box img {max-width: none; width: 100%;}

  #roadmap2 .bar {display: none;}
  #roadmap2 .road-con .box {width: 48%; margin-bottom: 40px;}
  #roadmap2 .road-con .box img {max-width: none; width: 100%;}

}


/***** tablet *****/
@media screen and (max-width: 1024px) {
  #header {display: none;}
  #mHeader {display: block;}
  #mHeader .header-inner {padding: 15px;}
  #mHeader .header-inner .right-wrap {align-items: center;}

  .burger {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: fixed;
    top: 20px;
    right: 20px; */
    cursor: pointer;
    z-index: 10;
  }
  .burger span {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px; */
  }
  .burger span, .burger span::before, .burger span::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .burger span::before, .burger span::after {
    position: absolute;
    content: "";
  }
  .burger span::before {
    top: -9px;
  }
  .burger span::after {
    top: 9px;
  }
  .burger.clicked span {
    background-color: transparent;
  }
  .burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  .burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  .burger.clicked span:before, .burger.clicked span:after {
    background-color: #ffffff;
  }

  nav {
    background-color: #884000;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 515px;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  nav.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  nav.show .gnb li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  nav.show .gnb li:nth-child(1) {
    transition-delay: 0.15s;
  }
  nav.show .gnb li:nth-child(2) {
    transition-delay: 0.3s;
  }
  nav.show .gnb li:nth-child(3) {
    transition-delay: 0.45s;
  }
  nav.show .gnb li:nth-child(4) {
    transition-delay: 0.6s;
  }
  nav.show .gnb li:nth-child(5) {
    transition-delay: 0.75s;
  }
  nav.show .gnb li:nth-child(6) {
    transition-delay: 0.9s;
  }
  nav.show .gnb li:nth-child(7) {
    transition-delay: 1.05s;
  }
  nav.show .gnb li:nth-child(8) {
    transition-delay: 1.2s;
  }
  nav.show .gnb li:nth-child(9) {
    transition-delay: 1.35s;
  }

  nav .gnb li {
    margin-bottom: 20px;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  nav .gnb li:last-of-type {
    margin-bottom: 0px;
  }
  nav .gnb li a {
    color: #ffffff;
    font-family: 'Poppins', sans-serif; font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    display: block;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  nav .gnb li a span {
    color: rgb(255, 207, 6);
  }
  nav .gnb li a:hover {
    color: rgb(255, 207, 6);
  }

  nav .sns {
    margin-top: 40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  nav .sns li {margin: 0 18px 0 0;}

  nav.show .sns {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.85s;
  }


  #main .cha-wrap {display: none;}

  #main .main-top .main-txt {top: 45%; padding: 0 30px;}
  /* #main .main-top .main-slide .swiper-slide img {bottom: -20px; transform: translateX(-50%) scale(0.9);} */

  #about .section-inner {flex-direction: column;}
  #about .video-wrap {max-width: none; width: 100%; max-height: 277px;}
  #about .txt {width: 100%; margin: 50px 0 0;}


  #about2 .section-inner {flex-direction: column; padding: 14px;}
  #about2 .video-wrap {max-width: none; width: 100%; max-height: 257px;}
  #about2 .txt-outer {margin-left: 0;}
  #about2 .txt {width: 100%; margin: 15px 0 0;}

  #city .sec-tit {margin-bottom: 45px; font-size: 80px;}
  #city .txt {width: 100%;}
  #city .txt p {width: 90%; margin: 0 auto 35px;}
  #city .txt p br {display: none;}

  .gall-slide .slide-btn-wrap {max-width: 400px;}
  
  #avatar .phone-slide-wrap .ava-slide {border-radius: 1px;}
  #avatar .phone-slide-wrap .ava {display: none;}
  #avatar > .sec-tit {margin-bottom: 45px; font-size: 80px;}

  #avatar .cha-con .floating-img {display: none;}
  #avatar .cha-con2 .floating-img {display: none;}

  #footer .email {font-size: 50px;}

}



/***** mobile *****/
@media screen and (max-width: 767px) {






  .sec-tit5 {
  
    
    font-size: 18px;
    
    
  }






.national img {width: 30px; border-radius: 0; margin-right: 8px;}
  h2 {font-size: 16px; padding-bottom: 14px; font-weight: 200;}

#plan .plan-slider .swiper-slide p{font-size: 14px; text-align: left;}
#about2 .txt p{font-size: 14px;}

   br.onlyPC {display: none;}

  #main .main-top .main-txt h4 {font-size: 30px;}
  #main .main-top .main-txt > p {font-size: 13px;}
  #main .main-top .main-txt > p br {display: none;}
  #main .main-top .main-slide .pc-bg {display: none;}
  #main .main-top .main-slide .mb-bg {display: block; width: 100%;}
  

  .section .section-inner2 {padding: 20px 15px; width: 100%;}

 



  .sec-tit {font-size: 24px; text-align: center;}
  .sec-tit2 {font-size: 18px;}
  .sec-tit3 {font-size: 40px;}
  .sec-tit4 {font-size: 16px; text-align: center; padding-top: 20px;}

  #about .txt h4 {font-size: 32px;}
  #about2 .txt h4 {font-size: 18px;}
  #about2 .txt h4 span {font-size: 14px;}
  #about2 {padding-top: 35px;}

  .en .card-box p {font-size: 13px;}
  .card-box p {font-size: 14px;}
  .card-content {
    padding: 30px 20px 30px 20px;
  }

  #team .column {padding: 10px;}
  #team .ceo h4 {left:15px; top:-35px;}







  #token, #reward {padding: 30px 15px;}

    #eco {padding: 0px;}

    #token, #reward p {font-size: 14px; text-align: left;}


  #tokenomy {padding: 0px;}
  #tokenomy p {font-size: 14px; text-align: left;}


  #about .about2 .txt p{font-size: 13px;}


  #avatar .cha-con2 .ava-img-wrap .img-box p{font-size: 14px;}
  #about .txt p {font-size: 14px;}

  #about .btn-wrap a {margin-bottom: 30px;}
  
  #eco .token-slider {width: 100%;}
  #tokenomy .tokenomy-slider {width: 100%; padding-top: 80px;}
  #tokenomy .tokenomy-slider .swiper-wrapper {align-items: flex-start;}
  #tokenomy .tokenomy-slider .swiper-slide {padding: 0 15px;}
  #plan .plan-slider {padding-top: 20px;}
  #plan .plan-slider .swiper-wrapper {align-items: flex-start;}

  #gall {height: 700px; display: flex; align-items: center;}
  .gall-slide li.swiper-slide-next,
  .gall-slide li.swiper-slide-duplicate-next, li.swiper-slide-duplicate {transform: scale(0.5); z-index: 1;}
  .gall-slide li.swiper-slide-prev,
  .gall-slide li.swiper-slide-duplicate-prev {transform: scale(0.5); z-index: 1;}
  .gall-slide li.swiper-slide-active {transform: scale(0.7);}

  .gall-slide .slide-btn-wrap {top: 78%; max-width: 300px;}

  #city canvas {width: 500px; left: 50%; transform: translateX(-50%);}

  #city .sec-tit {font-size: 60px;}
  #city .main-slide {height: 700px;}
  #city .main-slide .swiper-slide {display: flex; align-items: flex-end;}
  #city .main-slide .swiper-slide img {width: 100%; left: unset; transform: unset;}

  #avatar > .sec-tit {font-size: 60px;}

  #avatar .cha-con .vd-wrap {align-items: center;}
  #avatar .cha-con .vd-wrap .vd-box {width: 48%; margin-bottom: 20px;}

  #avatar .cha-con .ava-img-wrap {gap: unset; flex-wrap: wrap; padding-top: 40px; }
  #avatar .cha-con .ava-img-wrap .img-box {width: 48%;}
  #avatar .cha-con .ava-img-wrap .img-box img {max-width: none;}
  #avatar .cha-con .last {margin-top: 40px;}




  #avatar .cha-con2 .vd-wrap {align-items: center;}
  #avatar .cha-con2 .vd-wrap .vd-box {width: 48%; margin-bottom: 20px;}

  #avatar .cha-con2 .ava-img-wrap {gap: unset; flex-wrap: wrap; padding-top: 0px; }
  #avatar .cha-con2 .ava-img-wrap .img-box {width: 100%;}
  #avatar .cha-con2 .ava-img-wrap .img-box img {max-width: none;}
  #avatar .cha-con2 .last {margin-top: 40px;}



  #avatar .container .card {
    
    min-width: 100%;
   
  }
  #avatar .container .card2 {
    
    min-width: 100%;
   
  }

  .timeline-carousel {
    padding: 86px 6.9444% 90px 6.9444%;
    
  }
  .timeline-carousel:after, .timeline-carousel:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 6.9444%;
    background-color: #000000;
    z-index: 3;
    width: 6.9444%;
  }


  .card-box {
    width: 360px;
    
  }

  .en .card-box {
    width: 360px;
    height: 650px;
    
  }

  #avatar .container .card {
    
    width: 48%;
    min-width: auto;
    /* min-width: 100%; */
    
  }

  #avatar .container {gap: 0.6rem;}
  #avatar .container .card {height: 150px;}
  #avatar .container .card .box {top: 10px; left: 10px; right: 10px; bottom: 10px;}
  #avatar .container .card .box .content {padding: 15px;}
  #avatar .container .card .box .content h3 {font-size: 15px;}
  #avatar .container .card .box .content p {font-size: 14px; text-align: center;}


  

  #avatar .container .card2 {height: 150px;}
  #avatar .container .card2 .box {top: 10px; left: 10px; right: 10px; bottom: 10px;}
  #avatar .container .card2 .box .content {padding: 15px;}
  #avatar .container .card2 .box .content h3 {font-size: 15px;}
  #avatar .container .card2 .box .content p {font-size: 14px; text-align: center;}

  #tokenomy .tokenomy-slider .swiper-slide p {
    line-height: 1.7;
    margin: 0px 0 0px 0;
  }



  .timeline-carousel__item-inner p {font-size: 12px;}


  .timeline-carousel__item-inner .month {margin-right: 40px;}
  .timeline-carousel h1 {font-size: 28px;}








  




  

  #token .pc {display: none;}
  #token .mb {display: block; width: 100%; margin-top: 30px;}

  #reward {text-align: center;}
  #reward h4 br {display: none;}
  #reward .pc {display: none;}
  #reward .mb {display: block; width: 100%; margin-top: 60px;}

  #roadmap .sec-tit, #team .sec-tit {margin-bottom: 60px;}
  #roadmap .road-con .box {width: 100%;}


  #roadmap2 .sec-tit {font-size: 28px;}
  #roadmap2 .sec-tit, #team .sec-tit {margin-bottom: 60px;}
  #roadmap2 .road-con .box {width: 100%;}
  #roadmap2 .road-con .box p {max-width: 100%;}

  #team .team-list .member {width: 48%;}
  #team .team-list .member .txt h4 {font-size: 20px;}
  #team .team-list .member .img-wrap .color {opacity: 1;}

  #partner .logo-list img {width: 45%;}

  #footer .ft-inner .box {width: 100%; margin-bottom: 30px;}
  #footer .copy {margin-top: 20px;}






  

 
}