

html { font-family: "Pretendard"; font-weight: 400; font-size: 10px;}
:root{
  --full-width:100%;
  --con-width:1200px;
  --top-nav:100px;
}
body.modal_show{
}
.info-text{
  word-break: break-word;
}
.grid-two{
  width: 46%;
  margin: 1rem 1%;
}
.grid-four{
  width: 22%;
  margin: 1rem 1.5%;
  font-size: 0;
  text-align: center;
}
.mt-100{
  margin-top:10rem !important;
}
/*layout*/
#wrap{
  position: relative;
  width: 100%;
}
#header{
  position: fixed;
  width: 100%;
  top:0;
  clear: both;
  z-index: 15;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 1);
}
#header .headWrap {
}
#header .headWrap .headLine{
  width: 98%;
  max-width: var(--con-width);
  margin: auto;
  height: var(--top-nav);;
}
.headLine .logo img{
  width: 75%;
  min-width: 195px;
}

/*nav list*/
.nav .nav-list{
  font-size: 1.96rem;
  font-weight: 600;
}
.nav .nav-list li{ 
  padding:5rem;
}
.nav .nav-list li:last-child{
  padding-right: 0;
}
.nav .nav-list li a{
  color: #000;
}
.nav .nav-list li.on a{
  color: #0e47ba;
}
.mobile{display: none;}
/*slide*/
.slickBox{width: 100%; height: 100vh;}
.slickBox .slick-list{height: 100%; }	
#visualSec .slick-image {display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat;
  background-size: cover; background-position:center; opacity: .85;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.5s;
  transition-duration:1.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;background-attachment: fixed;
  transition-delay: 0s;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);}
#visualSec .slickBox li.action .slick-image {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1);opacity: 1;}
  
  
.slickBox .slick-text{
  visibility: hidden;
  width: 100%;
  font-size: 2.4em;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 50%;
  letter-spacing: 2px;
}
.slickBox  li.action .slick-text{
  top: 40%;
  visibility: visible;
  transition: all 1s;
  transition-delay: 1.5s;
}
.slickBox .slick-text span{
  font-size: 3rem;
  font-weight: 900;
  line-height: auto;
}


#MainPage{
  background-color: #fff;
  padding-top: 1rem;
}
#MainPage section{
  margin-top:11rem;
}
#MainPage section .contentWrap{
  transform: translateY(30%);
  opacity: 0;
  transition: 1.5s;
} 
#MainPage section.active .contentWrap{
  transform: translateX(0);
  opacity: 1;
} 
.detailView{
  margin-top: 6rem;
  margin-bottom: 12rem;
}
.detailView a{
  background-color: #4C6A9C;
  color: #fff;
  font-size: 1.7rem;
  padding: 1rem 4rem;
  letter-spacing: 1px;
  font-weight: 700;
}
.contentWrap{
  max-width: var(--con-width);
  margin: auto;
  text-align: center;
}
.contentWrap h1{
  font-size: 2.8rem;
}
.contentWrap p{
  font-size: 1.6rem;
  letter-spacing: -0.45px;
  line-height: 2.4rem;
}
.contentWrap .info-text{
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #717171;
  letter-spacing: 1.5px;
  font-weight: 500;
}

#introduce .mg_keywordWrap{
  font-size: 0;
  margin-top: 5rem;
}
#introduce .mg_keyword{
  text-align: left; 
  font-size: 1.4rem;
  padding: 1.8rem 3rem;
  max-width: 480px;
  border: 2px solid #dedede;
  border-radius: 1rem;
  min-height: 105px;
  margin: auto;
}
#introduce .mg_keyword .icon{
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  text-align: center;
  margin-right: 2rem;
}
#introduce .mg_keyword .icon img{
  height: 100%;
}
#introduce .mg_keyword .sm-title{
  font-weight: 900;
  margin-bottom: 1rem;
}

#dapp_info {background-color: #f3f6fb; padding-top: 4rem;}
#dapp_info .dapp_wrap{align-items: flex-start;}
#dapp_info .dapp_wrap img{width: 38%; min-width: 580px;margin-right: 4rem;}
#dapp_info .dapp_wrap ul{
  flex: 1;
  text-align: left;
}
#dapp_info .dapp_wrap ul .text{
  margin-bottom: 4rem;
}

#dapp_info .dapp_wrap > ul li{
}

#dapp_info .dapp_wrap ul li .dapp_keyword .icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #899CBC;
  text-align: center;
  line-height: 80px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  margin-right: 3rem;
  flex-shrink: 0;
}
#dapp_info .dapp_wrap ul li .dapp_keyword li{
  margin-bottom: 3rem;
}

#nft_info{
  padding-top: 10rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#nft_info .ccpc-slick{
  margin-top: 6rem;
  position: relative;
}
#nft_info .ccpc-slick li{
  margin: 0 15px;
}

#news article:nth-child(4){
  border-bottom:1px solid #EFEFEF ;
}
#news article{
  padding: 1rem;
  border-top:1px solid #EFEFEF ;
}
#news article a{
  color: #000;
}
#news article .left{
  text-align: left;
  width: 71%;
}
#news article .left .article_date{
  color:#737373;
  font-size: 1.6rem;
  font-weight: 500;
}
#news article .left .article_title{
  color:#333;
  font-size: 2rem;
  font-weight: 900;
  padding:1rem 0 2.5rem;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
#news article .left .article_preview{
  color:#333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#news article .right{
 width: 28%;
 max-width: 150px;
}

#news article .right img{
  width: 100%;
}

.moreView {
  padding:1rem 5rem;
  border:2px solid #E3E3E3;
  font-size: 1.6rem;
  font-weight: 600;
  color:#4E6A9A;
  margin-top: 5rem;
  margin-bottom: 9rem;
}
.moreView i{
  margin-left: 1rem;
}
.reservastion{
  text-align: center;
}
.reserBtn{
  background-color: #38578E;
  width: 50%;
  max-width: 500px;
  cursor: pointer;
  padding: 1.5rem 0;
  color: #fff;
  font-weight: 900;
  font-size: 1.7rem;
}

#footer{
  background: #121212;
  width: var(--full-width);
  padding: 4.5rem 0;
}

#footer .footerWrap{
  width: var(--con-width);
  margin: auto;
}
.footerWrap .logo{
  width: 210px;
}
.footerWrap .comu{
}
.footerWrap .comu li{ 
  width: 35px;
  height: 35px;
  border: 1px solid #414141;
  border-radius: 50%;
  text-align: center;
  margin-left: 1rem;
  line-height: 45px;
  transition: all .5s;
}
.footerWrap .comu li:hover{
  background: #fff;
  border-color: #fff;
  transition: all .5s;
}
.footerWrap .comu li:last-child{
  padding-right: 0;
}
.footerWrap hr{
  border-color: #555;
}
.footerWrap .info{
  font-size: 1.4rem;
  letter-spacing: .5px;
  color: #666;
}
.footerWrap .detailView{
  margin: 0;
}

.sub_content{
  margin-top: var(--top-nav);
}
.sub_content .pageCover{    
  width: 100%;
  height: 25rem;
  background: url(../images/homepage/sv1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub_content.about .pageCover {
  background: url(../images/homepage/sv2.jpg);
}
.sub_content .pageCover h2{
  font-size: 4rem;
  font-weight: 900;
  color:#fff;
  text-align: center;
  line-height: 25rem;
}
.sub_content .sub_nav{
  width: var(--con-width);
  margin: 5rem auto 7rem;
  overflow: auto;
}
.sub_content .sub_nav ul{
  width: max-content;
  margin: auto;
}
.sub_content .sub_nav li{
  background: #dddddd;
  padding: 1rem 4.8rem;
  margin: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #999999;
}
.sub_content .sub_nav li.active{
  background-color: #4d6a9c;
  color: #fff;
}

.sub_content section.contentWrap{
  transform: translateY(30%);
  opacity: 0;
  transition: 1.5s;
} 
.sub_content section.active.contentWrap{
  transform: translateX(0);
  opacity: 1;
} 

.sub_content section.contentWrap.roadmap{
  transform: translateY(10%);
}
.sub_content section.active.contentWrap.roadmap{
  transform: translateX(0);
  opacity: 1;
} 
.sub_content .function_info{
  margin-top: 6rem;
  background: #F4F5FA;
  overflow: hidden;
  padding-top: 5rem;
}
.contentWrap h2{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.contentWrap h2+p{
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 7rem;
}
.contentWrap .flex-img{
  flex-shrink: 0;
  margin-right: 4rem;
}
.contentWrap .point-title{
  font-size: 1.8rem;
  font-weight: 900;
  color:#4C699C;
}
.team-list{
  text-align: left;
  font-size: 0;
}
.team-list .mem_thum{
  vertical-align: top;
  padding-top: 2.3rem;
  background: linear-gradient(180deg, #cbcbcb 0%, #FFFFFF 100%);
  padding-bottom: 1.2rem;
  margin-bottom: 2.5rem;
}
.team-list .mem_thum2{
  vertical-align: top;
  padding-top: 2.3rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  padding-bottom: 1.2rem;
  margin-bottom: 2.5rem;
}
.team-list .mem_thum p{
  font-weight: 600;
}
.team-list .mem_thum p.sm-text{
  color: var(--color-gray-palette2);
  font-weight: 400;
}
.team-list .mem_thum.none{
  background: linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%);
}
.team-list .mem_thum img{
  width: 70%;
}
.roadmap{
  min-height: 100vh;
  padding:0 2rem 3rem;
}
.timeline-items{
	max-width: 1000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.timeline-items::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #EEEEEE;
  left: calc(50% - 5px);
}
.timeline-item{
	padding-bottom: 4.5rem;
	width: 100%;
	position: relative;
}

.timeline-item:first-child{
	margin-top: 9rem;
}
.timeline-item:nth-child(odd){
  padding-left: calc(50% + 30px);
  text-align: left;
}
.timeline-item:nth-child(even){
  padding-right: calc(50% + 30px);
  text-align: right;
}
.timeline-img{
  position: absolute;
  top: 4rem;
  z-index: -1;
}

.timeline-img img{
  width: 80%;
}
.timeline-item:nth-child(odd) .timeline-img{
  right: calc(50% + 61px);
}
.timeline-item:nth-child(even) .timeline-img{
  left: calc(50% + 61px);
}
.timeline-dot{
	height: 30px;
  width: 30px;
  border: 8px solid #EEEEEE;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 15px);
  border-radius: 50%;
  z-index: 2;
}
.timeline-date{
	font-size: 1.9rem;
  font-weight: 800;
	margin: 3px 0 5px;
}
.timeline-content{
}
.timeline-content h3{
  font-size: 1.7rem;
	color: #eaa023;
	margin:0 0 10px;
	text-transform: capitalize;
	font-weight: 800;
}
.timeline-content p{
  color: #666;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 2rem;
  font-weight: 500;
}

.timeline-item::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 101%;
  top: 1px;
  left: calc(50% - 5px);
}
.timeline-item:nth-child(3) .timeline-dot{
  border: 8px solid #5380CE
}
.timeline-item:nth-child(3)::before{  
  background-color: #5380CE;
}
.timeline-item:nth-child(3) .timeline-date{
  color: #5380CE;
}
.timeline-item:nth-child(3) h3{
  color: #5380CE;
}
.timeline-item:nth-child(4) .timeline-dot{
  border: 8px solid #67B7AE
}
.timeline-item:nth-child(4) .timeline-date{
  color: #67B7AE;
}
.timeline-item:nth-child(4) h3{
  color: #67B7AE;
}
.timeline-item:nth-child(4)::before{  
  background-color: #67B7AE;
}
.timeline-item:nth-child(5) .timeline-dot{
  border: 8px solid #FFB400
}
.timeline-item:nth-child(5) .timeline-date{
  color: #FFB400;
}
.timeline-item:nth-child(5) h3{
  color: #FFB400;
}
.timeline-item:nth-child(5)::before{  
  background-color: #FFB400;
}
.timeline-item:nth-child(6) .timeline-dot{
  border: 8px solid #707070
}
.timeline-item:nth-child(6) .timeline-date{
  color: #707070;
}
.timeline-item:nth-child(6) h3{
  color: #707070;
}
.timeline-item:nth-child(6)::before{  
  background-color: #707070;
}
.timeline-item:nth-child(7) .timeline-dot{
  border: 8px solid #9B34C2
}
.timeline-item:nth-child(7) .timeline-date{
  color: #9B34C2;
}
.timeline-item:nth-child(7) h3{
  color: #9B34C2;
}
.timeline-item:nth-child(7)::before{  
  background-color: #9B34C2;
}
.sub_content .function_info{
  width: 100%;
  background-color: #f3f6fb;
}

.sub_content .function_info .contentWrap
{
  transform: translateX(0);
  opacity: 1;
}
.sub_content .function_info .contentWrap .fc_list li{
  transform: translateY(20%);
  opacity: 0;
  transition: 1.5s;
}
.sub_content .function_info .contentWrap .fc_list li.active{
  transform: translateY(0);
  opacity: 1;
}
.team-list, .mintstep, .nftinfo, .dapp_dia{
  width: 90%;
  margin: auto;
}

.dapp_dia{
  align-items: flex-start;
  margin-top: 5rem;
}
.dapp_dia .flex-img{
  margin: 0;
  width: 440px;
  min-width: 130px;
  margin-right: 4rem;
}
.function_info  .flex{
  padding:3rem 0 ;
  position: relative;
}
.function_info .fc_list{
  width: 90%;
  margin: auto;
}
.function_info .fc_list .flex img{
  width: 25%;
  margin: 0;
  z-index: 1;
}
.function_info .fc_list .flex:nth-child(1):before{
  content: '';
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  background-color: #E4E4FC;
  border-radius: 50%;
  position: absolute;
  top: -4rem;
  left: -18rem;
}
.function_info .fc_list .flex:nth-child(2):before{
  content: '';
  width: 34%;
  height: 0;
  padding-bottom: 34%;
  background-color: #EDEDEF;
  border-radius: 50%;
  position: absolute;
  top: 16rem;
  right: -5rem;

}
.function_info .fc_list .flex:nth-child(3):before{
  content: '';
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  background-color: #C9C6FF;
  border-radius: 50%;
  position: absolute;
  top: -4rem;
  left: 7rem;
}
.function_info .fc_list .flex:nth-child(4):before{
  content: '';
  width: 47%;
  height: 0;
  padding-bottom: 47%;
  background-color: #EEEDFF;
  border-radius: 50%;
  position: absolute;
  top: 12rem;
  left: 5rem;
}
.function_info .fc_list .flex:nth-child(2) img{
  width: 43%;
}
.function_info .fc_list .flex:nth-child(2) .info-box{
  width: 48%;
}
.function_info .fc_list .flex .info-box{
  text-align: left;
  width: 55%;
  z-index: 1;
}
.function_info .fc_list .flex .info-box h4.title{
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #4c699c;
}
.function_info .fc_list .flex .info-box .point-title{
 
}
.function_info .fc_list .flex .info-box p{
  line-height: 2.2rem;
  color: #767676;
  font-size: 1.63em; 
  margin: 1rem 0;
  font-weight: 400;
}


.nft-mintstep li{
  width: 19%;
  position: relative;
  vertical-align: text-top;
}
.nft-mintstep li::before {
  content: '';
  width: 100%;
  border-top: 2px dashed #ddd;
  height: 2px;
  position: absolute;
  top: 18px;
  left: 0;
}
.nft-mintstep li:first-child:before{
  width: 50%;
  left: 50%;
}
.nft-mintstep li:last-child:before{
  width: 50%;
}
.nft-mintstep li .step-point{
  max-width: 3.5rem;
  position: relative;
  margin: auto;
}
.nft-mintstep li .step-point span{
  position: absolute;
  top: 38%;
  left: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 1.5rem;
  transform: translate(-50%, -60%);
}
.nft-mintstep li p{
  font-weight: 900;
  line-height: 2rem;
  color: #999;
}
.nft-mintstep li:first-child p{
  color: #4C699C;
}
.nft-mintstep li:last-child p{
  color: #37578e;
}
.nft-cap,.nft_listWrap{
  font-size: 0;
}
.nft-cap .flex > div{
  width: 100%;
}
.nft-cap .flex-img{
  margin: 0;
  width: 70%;
  min-width: 130px;
}
.nft-cap .nft-capInfo{
  font-size: 1.65rem;
  color: #4C699C;
  margin-top: 1.5rem;
}
.nft-cap .bg_box,.nft-cap .border-box{
  font-size: 1.35rem;
  line-height: 1.6rem;
  padding: 1.5rem 1rem;
  border-radius: 10px;
  width: 100%;
}
.nft-cap .bg_box{
  margin-top: 1rem;
  background: #cdd9eb;
  color: #4C699C;
  margin-bottom: 2.5rem;
  position: relative;
}
.nft-cap .bg_box::after{
  content: '';
  position: absolute;
  width: 30px;
  height: 19px;
  background: url(../images/homePage/arrow.png);
  background-repeat: no-repeat;
  bottom: -2.5rem;
  left: calc(50% - 15px);
}
.nft-cap .border-box{
  border:1px solid #ddd;
  font-weight: 400;
  color: #999;
}


/*popup*/
.modal_show .modal_pop{
  visibility: visible;
}
.modal_pop{
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #00000085;
  position: fixed;
  z-index: 999;
}
.modal_pop .modal_pop_bg {

}
.modal_show .modal_pop .modal-body{
  opacity: 1;
  top: 45%;
  transition: all 2s;
}
.modal-body {
  width: 50%;
  max-width: 500px;
  position: absolute;
  z-index: 9999;
  background: #FF5F9D;
  border-radius: 17px;
  top: 70%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%,-50%);
  transition: all 1s;
}
.img-wrap{
  padding: 3rem 4rem 0;
}
.modal-info{
  padding: 2rem 2rem 2.5rem;
  background-color: #273689;
  color: #fff;
  border-radius: 0 0 17px 17px;
  text-align: center;
  word-break :keep-all;
}
.modal-info h2{
  font-weight: 300;
  font-size: 2rem;
}
.modal-info .btn_wrap{
  margin-top: 2.5rem;
  padding-bottom: 1rem;
}
.modal-info .btn_wrap a{
  padding: 1.5rem 7rem;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
}
.modal-info .btn_wrap a button {
  font-size: 1.6rem;
  font-weight: 700;
  color: #273689;
  cursor: pointer;
  line-height: 1.8rem;
}
.close_wrap{
  position: absolute;
  width: 92%;
  left: 4%;
  margin-top: 1em;
  color: #fff;
  font-size: 1.6rem;
}
.close_wrap li i{
  font-size: 2.3rem;
  cursor: pointer;
}
.close_wrap input[type="checkbox"]{
  display: none;
}
.close_wrap input[type="checkbox"] + label{
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 3px solid #ffffff;
  position: relative;
  border-radius: 5px;
  top: 5px;
  margin-right: 3px;
}

.close_wrap input[type="checkbox"] + label p{
  width: 22rem;
  font-size: 1.5rem;
  margin-left: 24px;
}
.close_wrap input[id="setday"]:checked + label::after{
  content:'✔';
  font-size: 2rem;
  width: 21px;
  height: 21px;
  text-align: center;
  position: absolute;
  left: -2px;
  top: -7px;
}


/*******************************************************************************
	@media ~1200px
*******************************************************************************/

@media all and (max-width:1200px) { 
  :root{
    --con-width:1100px;
  }
  .function_info .fc_list{
    width: 90%;
    margin: auto;
  }
}
  
  
  /*******************************************************************************
    @media ~1100px
  *******************************************************************************/
  
  @media all and (max-width:1100px) { 
    :root{
      --con-width:970px;
    }
    .nft-cap {
      width: 100%;
    }
  }
  
  
  /*******************************************************************************
    @media 769~980px
  *******************************************************************************/
  @media all and (max-width:980px) { 
    html{
      font-size: 9px;
    }
    :root{
      --con-width:90%;
      --top-nav: 90px;
    }
    .mt-100{
      margin-top: 6.8rem !important;
    }
    .grid-two{
      width: 80%;
      margin: 1rem auto;
    }
    .grid-four{
      width: 30.3%;
    }
    .flex-img{
      width: 40%;
    }
    .detailView{
      margin-top: 3rem;
      margin-bottom: 6rem;
    }
    .nav .nav-list li{
      padding: 1.82rem;
      font-weight: 600;
    }
    #MainPage section {
      margin-top: 6rem;
    }
    .contentWrap .info-text{
      letter-spacing: .5px;
    }
    #dapp_info .dapp_wrap{
      align-items: center;
      flex-direction: column;
      text-align: center;
    }
    #dapp_info .dapp_wrap img{
      margin-right: 0;
      min-width: 390px;
      margin-bottom: 2rem;    
      width: 68%;
    }
    #dapp_info .dapp_wrap > ul{
      text-align: left;
      width: 420px;
    }
    #dapp_info .dapp_wrap > ul li {
      
    }
    #dapp_info .dapp_wrap .dapp_keyword li{
      text-align: left;
    }
    #dapp_info .dapp_wrap ul li .dapp_keyword li{
      width: calc(100% - 100px);
    }
    #news article .left{
      width: 75%;
    }
    
    #news article .right{
      width: 24%;
    }
    .ccpc-slickBox li{
    
    }
    .function_info .fc_list .flex img{
      width: 29%;
    }
    .nft_info .flex-img,
    .dapp_dia .flex-img{
      min-width: 300px;
    }
    .dapp_dia .flex-img{
      width: 41%;
    }
    .mintstep, .nftinfo{
      width: 80%;
    }
    .nft-cap .grid-four{
      width: 40%;
      margin: 2rem 4%;
      max-width: 300px;
    }
  }
  
  /*******************************************************************************
    @media 681 ~ 768px
  *******************************************************************************/
  @media all and (max-width:768px) { 
    .modal-body{
      width: 58%;
    }
    #header .headWrap {
      position: relative;
    }
    .nav{
      visibility: hidden;
    }
    .nav.active{      
      visibility: visible;
      position: absolute;
      background: rgba(0, 0, 0,.58);
      backdrop-filter: blur(2px);
      width: 100%;
      top: 0;
      right: 0;
      height: 100vh;
    }
    .nav .nav-list{
      position: absolute;
      background: #fff;
      width: 60%;
      top: 0;
      right: -60%;
      height: 100vh;
      flex-direction: column;
      padding-top: 15vh;
      font-size: 1.86rem;
      transition: all .5s;
    }
    .nav.active .nav-list{
      right: 0;
      transition: all .5s;
    }
    .nav .nav-list li{
      margin: 0;
      padding: 21px 0;
      font-weight: 500;
    }
    .mBtn{
      font-size: 3rem;
      z-index: 9;
    }
    .mBtn #nav-icon{
      width: 30px;
      height: 25px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
    }
    .mBtn #nav-icon span{
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #333333;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    #nav-icon span:nth-child(1) {
      top: 0px;
    }
    
    #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
      top: 10px;
    }
    
    #nav-icon span:nth-child(4) {
      top: 20px;
    }
    
    .nav.active + .mBtn #nav-icon span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    
    .nav.active + .mBtn #nav-icon span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    .nav.active + .mBtn #nav-icon span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    
    .nav.active + .mBtn #nav-icon span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    
    .mobile{display: block;}
    .function_info .flex{
      flex-direction: column;
    }
    .function_info .flex:nth-child(2){
      flex-direction: column-reverse;
    }
    .function_info .fc_list .flex:nth-child(2) img{
      width: 80%;
    }
    .function_info .fc_list .flex:nth-child(2) .info-box{
      width: 75%;
    }
    .function_info .fc_list .flex img {
      width: 45%;
      max-width: 450px;
      margin-bottom: 3rem;
    }
    .function_info .fc_list .flex .info-box{
      width: 75%;
    }
    .nft_info, .dapp_dia{
      flex-direction: column;
    }
    .dapp_dia .flex-img,
    .nft_info .flex-img{
      width: 50%;
      margin: 1rem auto 3rem;
    }
    .sub_content .sub_nav li{
      padding: 1rem 4.8rem;
      margin: 1rem;
    }
    #footer .wpBtn{
      display: none;
    }
    .mintstep, .nftinfo{
      width: 80%;
    }
    .nft-mintstep li{
      min-width: 160px;
    }
    
    .timeline-items::before{
      left: 7px;
    }
    .timeline-item:nth-child(even){
      padding-right: 0;
      text-align: left;
    }
    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even){
      padding-left: 37px;
    }
    .timeline-item::before{
      left: 0;
    }
    .timeline-img{
      display: none;
    }
    .timeline-dot{
      left:-3px;
    }
    .timeline-item::before {
      left: 7px;
    }
  }
  
  /*******************************************************************************
    @media 561~680px
  *******************************************************************************/
  @media all and (max-width:640px) { 
    :root{
      --con-width:96%;
      --top-nav:80px;
    }
    .headLine .logo img{
      width: 60%;
      min-width: 145px;
    }
    
    .modal-body{
      width: 65%;
    }
    .grid-four{
      width: 47%;
    }
    .team-list{
      width: 80%;
    }
    .mintstep, .nftinfo{
      width: 90%;
    }
    .nft-mintstep li{
      min-width: 120px;
    }
    .nft-cap .grid-four{
      width: 47%;
      margin: 2rem 1%;
      max-width: 210px;
    }
    .dapp_dia,
    .nft_info {
      width: 100%;
      margin: auto;
    }
    .dapp_dia .text{
      width: 90%;
      margin: auto;
    }
  }
  
  /*******************************************************************************
    @media 341~480px
  *******************************************************************************/
  @media all and (max-width:480px) { 
    :root{
      --top-nav:75px;
    }
    html{
      font-size: 8.3px;
    }
    .grid-two{
      width: 98%;
    }
    .text{
      width: 87%;
      margin: auto;
    }
    .modal-body{
      width: 84%;
    }
    .slickBox .slick-text{
      text-align: left;
      margin-left: 1.5rem;
      top: 80%;
    }
    .slickBox li.action .slick-text{
      top:65%;
    }
    .img-wrap {
      padding: 3rem 1.5rem 0;
    }
    .modal-info{
      padding: 2rem 1rem 2.5rem;
    }
    .nav .nav-list{
      width: 90%;
      right: -90%;
    }
    .mBtn #nav-icon{
      transform: scale(.8);
    }
    #introduce .mg_keyword{
      padding: 1.8rem 1rem;
    }
    #dapp_info .dapp_wrap > ul{
      width: 95%;
      text-align: left;
    }
    #dapp_info .dapp_wrap ul li .dapp_keyword .icon{
      width: 65px;
      height: 65px;
      line-height: 65px;
    }
    #dapp_info .dapp_wrap > ul li{
      width: 90%;
      margin: auto;
    }
    #dapp_info .dapp_wrap img{
      min-width: 0;
      width: 100%;
    }
    #news article .left{
      width: 68%;
    }
    #news article .right{
      width: 30%;
    }
    .reserBtn{
      width: 80%;
    }
    #footer{
      padding: 2.5rem 0;
    }
    #footer .footerWrap > .flex:first-child{
      display: block;
    }
    .footerWrap .logo{
      width: 180px;
    }
    .footerWrap .comu{
      margin-top: 1rem;
    }
    .footerWrap .comu li{
      width: 32px;
      height: 32px;
      line-height: 42px;
    }
    .footerWrap .comu li:first-child{
      margin-left: 0;
    }
    .footerWrap .comu li img{
      max-width: 70%;
    }
    .sub_content .sub_nav ul{
      margin: 0;
    }
    .sub_content .sub_nav li{
      margin: 1rem 0;
      padding: 1rem 4.5rem;
      background: none;
      border-bottom:1px solid #999999 ;
    }
    .sub_content .sub_nav li.active{
      color:#4d6a9c;
      background: none;
      font-weight: 800;
      border-color: #4d6a9c;
    }
    .sub_content .pageCover{
      height: 16rem;
    }
    .sub_content .pageCover h2{
      line-height: 16rem;
    }
    .nft_info .flex-img,
    .dapp-dia .flex-img{
      min-width: 220px;
    }
    .dapp-dia .text{
      width: 100% !important;
    }
    .team-list {
      width: 90%;
    }
    .team-list .mem_thum.none {
      display: none;
    }
    .function_info .fc_list .flex:nth-child(2) img{
      width: 100%;
      min-width: 170px;
    }
    .function_info .fc_list .flex img {
      width: 60%;
      min-width: 170px;
      margin-bottom: 3rem;
    }
    .function_info .fc_list .flex .info-box,
    .function_info .fc_list .flex:nth-child(2) .info-box{
      width: 95%;
    }
    .mintstep, .nftinfo{
      width: 100%;
    }
    .nft-mintstep li{
      min-width: 100px;
    }
    .nft-cap .grid-four{
      width: 100%;
      margin: 2rem 0;
      max-width: none;
    }
    .nft-cap .grid-four .flex{
      flex-direction: row;
      justify-content: space-between;
      align-items: start;
    }
    .nft-cap .grid-four .flex .flex-img{
      width: 90%;
      min-width: 90px
      
    }.nft-cap .flex > div{
      width: 30%;
    }
    .nft-cap .grid-four .box-wrap{
      width: 68%;
      min-width: 150px;
    }
    
    .function_info .fc_list .flex:nth-child(1):before{
      width: 50%;
      padding-bottom: 50%;
      top: -4rem;
      left: -18rem;
    }
    .function_info .fc_list .flex:nth-child(2):before{
      width: 45%;
      padding-bottom: 45%;
      top: 34rem;
      right: -1rem;
    }
    .function_info .fc_list .flex:nth-child(3):before{
      width: 40%;
      padding-bottom: 40%;
      top: -3rem;
      left: 4rem;
    }
    .function_info .fc_list .flex:nth-child(4):before{
      width: 80%;
      padding-bottom: 80%;
      top: 31rem;
      left: 16rem;
    }
  }


/*slick  Dots */
#visualSec .slick-slide{
  height: 100vh !important;
}
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.ccpc-slick .arrow_prev,
.ccpc-slick .arrow_next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #4E6A9A;
  z-index: 9;
  font-size: 2rem;
  color: #fff;
  line-height: 50px;
  top: 40%;
}
.ccpc-slick .arrow_prev {
  left: 0;
}
.ccpc-slick .arrow_next {
  right: 0;
}

/*언어 선택*/
.trans_lan{
  font-size: 1.67rem;
  position: relative;
  cursor: pointer;
  padding: 1.5rem !important;
}
.select_lang{
  text-transform: uppercase;
}
.trans_lan:hover .list_lang,
.trans_lan:active .list_lang{
  display: block;
}
.list_lang{
  display: none;
  position: absolute;
  width: 150px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0 #33333326;
  top: 40px;
  right: -20px;
  padding: 0.8rem 0;
  transition: all .5s;
}

.list_lang li:hover{
  background: #dfebff;
}
.list_lang .flex{
  padding: 0.8rem 1.2rem !important;
}
.list_lang .flex span{
  color: #999;
}
.list_lang img{
  width: 30px;
  margin-right: 15px;
}
.lang-select-btn{
  color: #333;
}
.lang-select-btn .fa-globe{
  color: #999;
}
.lang-select-btn .fa-caret-down{
  margin-left: 10px;
}

element.style {
}
@media (max-width: 1024px){
  .list_lang{
    width: 125px;
  }
  .list_lang img {
      width: 25px;
      margin-right: 9px;
  }
}
@media (max-width: 980px){
  .trans_lan{
    padding: 1rem !important;
  }
}
@media (max-width: 450px){
  .trans_lan{
    font-size: 1.86rem;
  }
  .list_lang{
    width: 140px;
  }
  .list_lang p{
    font-size: 1.5rem;
  }
}