@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* size */
@media screen and (max-width: 1250px) { } /* tablet */
@media screen and (max-width: 650px) { } /* mobile */

/* default */
*{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color : inherit;
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: inherit;
}
body{ max-width: 1920px; margin: 0 auto; font-family: "Montserrat", sans-serif; font-weight:500; font-size: 16px; letter-spacing: -0.04em; }
main section{ display:block; color: #fff; }
a{ color:inherit; }

.inner{ width:100%; margin:0 auto; max-width: 1520px; }

.paging_box{ padding:10px 0; display:flex; align-items: center; justify-content: center; }

select{
    -webkit-appearance: none; -moz-appearance: none;  appearance: none;
    background: url('../img/common/select-icon.png') no-repeat 98% 50% #fff; 
}
select::-ms-expand{ display:none; }

@media screen and (max-width: 1250px) { 
    .inner{ width:100%; padding:0 10px; }
} /* tablet */
@media screen and (max-width: 650px) { 
    .paging_box{ font-size: 13px; }
} /* mobile */

/* .ms { font-family: "Montserrat", sans-serif; } */
.db { font-family: 'KCC-DodamdodamR'; }
.c_text { font-family: 'KCC-DodamdodamR'; }

/* @@@ header @@@ */
header { width: 100%; position:fixed; top: 0; left: 0; z-index: 9999; background-color: #fff;  }
header .headerInner { padding: 13px 50px; display: flex; align-items: center; justify-content: space-between; }
header .headerInner .headerDiv {  }
header nav {  }
header nav ul { width: calc(100% + 40px); margin-left: -20px; display: flex;flex-wrap: wrap; align-items: center; justify-content: center; ; }
header nav ul li {  padding: 20px; font-size: 18px; }
header .headerLogo {  }
header .snsDiv { display: flex; align-items: center; gap: 15px; }

header .headerBanner { padding: 15px 0; text-align: center; background: rgba(255, 73, 13, 0.30); color: #fff; }

/* 헤더 transparent */
header.show{ position: static; }
header.nav nav{ background: #fff; position: fixed; z-index: 9999; padding: 5px 0; left: 0; top: -72px; transition: top .5s; width: 100%; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));  }  
header.nav.show nav{ top: 0; }

@media screen and (max-width: 1050px) {
    header nav { display: none; }
    header.nav nav { display: block; }
}

@media screen and (max-width: 720px) {

}

@media screen and (max-width: 650px) {
    header .headerLogo { width: 150px; }
    header .headerInner { padding: 13px 10px; }
    header nav ul {  }
}

@media screen and (max-width: 520px) {
    header .snsDiv { gap: 7px; }
    header .headerLogo { width: 120px; }
    header .snsDiv img { width: 28px;  }
    header nav ul { width: calc(100% + 10px); margin-left: -5px;  }
    header nav ul li { width: calc(100%/3);  font-size: 16px; text-align: center; padding: 5px; }
    header .headerBanner { padding: 10px 0; }

}

@media screen and (max-width: 450px) {
    header nav ul {  }
}

/* @@@ main @@@ */
/* common 공통 */
p { word-break: keep-all; }
p.title { font-size: 64px; font-weight: 700; text-align: center; margin-bottom: 50px; }
p.title.wh { color: #fff; }
section { padding: 140px 20px; }

.c_div { max-width: 1002px; width: 100%; padding: 50px; background: rgba(7, 150, 236, 0.80);border-radius: 48px;  }
.c_div .c_title { font-size: 42px; font-weight: 700; margin-bottom: 20px; }
.c_div .c_ul { display: flex; flex-direction: column; gap: 20px; }
.c_div .c_ul .c_list {  }


@media screen and (max-width: 1250px) {
    p.title { font-size: 52px; }
    section { padding: 100px 0; }
}

@media screen and (max-width: 720px) {
    p.title { font-size: 42px; }
    section { padding: 12vw 0; }
}

@media screen and (max-width: 650px) {
    p.title { font-size: 32px; margin-bottom: 20px; }
}

@media screen and (max-width: 500px) {
    p.title { font-size: 26px; }

}

/* .sec_top */ 
.sec_top{ padding-top:88px; }


/* mainArti */
article.mainArti { background: url(../img/main/artiBg.png) no-repeat center / 100% auto; background-size: 100% auto ; }
article.mainArti .bgSection{ background-repeat: no-repeat; background-image: url('../img/main/artiBg.png'); background-size: auto 100%; }
/* about 섹션 */
section.about { padding: 0 0 100px; position: relative; }
section.about .aboutDiv { display: flex; align-items: center; justify-content: ; gap: 90px; }



/* token 섹션 */
section.token { position: relative; overflow: hidden;  }
section.about .aboutDiv { position: relative; }
section.token .tokenDiv { display: flex; align-items: center; justify-content: flex-end; gap: 50px; position: relative; z-index: 2;  }
section.token .tokenDiv .tokenImg1 { max-width: 100%; }
section.token .tokenDiv .tokenBox { max-width: 800px; width: 100%; border-radius: 20px; position: relative; z-index: 2;  }
section.token .tokenDiv .tokenUl { width: calc(100% + 20px); margin-left: -10px; display: flex; flex-wrap: wrap;  }
section.token .tokenDiv .tokenUl .list { padding: 10px;  font-weight: 700; }
section.token .tokenDiv .tokenUl .list .item1 { padding: 0 0 50px 0;border-bottom: 2px solid #fff;  }
section.token .tokenDiv .tokenUl .list.half { width: calc(100%/2); display: flex; }
section.token .tokenDiv .tokenUl .list.full { width: calc(100%/1); }
section.token .tokenDiv .tokenUl .list.full .item1.item2 { border-bottom: none; padding-bottom: 0; }
section.token .tokenDiv .tokenUl .list .text1 { font-size: 20px; margin-bottom: 10px; }
section.token .tokenDiv .tokenUl .list .text2 { font-size: 36px; }
section.token .tokenDiv .tokenImg2 { position: absolute; top: -120px; right: 20px; z-index: 1; }

@media screen and (max-width: 1250px) {
    section.token .tokenDiv { flex-direction: column; }
    section.token .tokenDiv .tokenImg2 { top: 34%; right: 16%; }
}
@media screen and (max-width: 950px) {
    section.token .tokenDiv .tokenImg2 { top: 34%; right: 7%; }
}
@media screen and (max-width: 720px) {
    section.token .tokenDiv .tokenImg2 { width: 95px; top: 28%; right: 3%; }
    section.token .tokenDiv .tokenUl .list.half { width: 100%; }
    section.token .tokenDiv .tokenUl .list .item1 { padding: 0 0 30px 0; }
    section.token .tokenDiv .tokenUl .list .text1 { font-size: 18px; }
    section.token .tokenDiv .tokenUl .list .text2 { font-size: 32px; }
    
}

@media screen and (max-width: 650px) {
    section.token .tokenDiv .tokenImg2 { top: ; }
}

@media screen and (max-width: 500px) {
    section.token .tokenDiv .tokenImg1 { max-width: 80%; }
    section.token .tokenDiv .tokenBox { padding: 0; }
    section.token .tokenDiv .tokenUl .list .text1 { font-size: 16px; }
    section.token .tokenDiv .tokenUl .list .text2 { font-size: 24px; }
    section.token .tokenDiv .tokenImg2 { top: 28%; }
}
@media screen and (max-width: 450px) {
    section.token .tokenDiv .tokenUl .list .item1 { padding: 0 0 15px 0; }
    section.token .tokenDiv .tokenImg2 { width: 72px; top: 31%; }
    section.token .tokenDiv .tokenBox { padding: 10px 18px; }
}
@media screen and (max-width: 390px) {
    section.token .tokenDiv .tokenImg2 {  top: 28%; }
}
@media screen and (max-width: 360px) {
    section.token .tokenDiv .tokenImg2 {  top: 26%; }
}

/* how 섹션 */
section.how { position: relative; overflow: hidden; position: relative; }
section.how .howUl { width: calc(100% + 40px ); margin-left: -20px; display: flex; flex-wrap: wrap; }
section.how .howUl li { width: calc(100%/3); padding: 20px; position: relative; z-index: 2; }
section.how .howUl li .item { height: 400px; padding: 50px 30px;border-radius: 24px; background: linear-gradient(125deg, #FF8C9C 0%, #FF7384 100%); box-shadow: 12px 12px 16px 0px rgba(0, 0, 0, 0.15), 0px -4px 4px 0px rgba(0, 0, 0, 0.15) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset; }
section.how .howUl li .yellowBox { width: 60px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 24px; font-weight: 700; background-color: #F0DC2D; }
section.how .howUl li .howText { word-break: keep-all; line-height: 150%; color: #fff; font-weight: 400; }
section.how .howUl li .howText1 { font-size: 36px; font-weight: 700; margin: 20px 0; }
section.how .howUl li .howText2 { font-size: 20px; }
section.how .howImg1 { position: absolute; top: 7%; right: 5%; z-index: 1; }

@media screen and (max-width: 1570px) {
    section.how .howUl{ width: 100%; margin-left: 0; }
}

@media screen and (max-width: 1250px) {
    section.how .howUl li .item { height: 32vw; padding: 20px 30px; }
    section.how .howUl li .howText1 { font-size: 26px; }
    section.how .howUl li .item br { display: none; }
    section.how .howUl li .yellowBox { width: 48px; font-size: 20px;}
    section.how .howImg1 { width: 140px; top: 12%; right: 1%; }
}
@media screen and (max-width: 1050px) {
    section.how .howUl li .item { height: 270px; }
    section.how .howUl li.list1 .item { height: 230px; }
    section.how .howUl li { width: calc(100%/2); }
    section.how .howUl li.list1 { width: calc(100%); }
    section.how .howUl li .howText { word-break: break-all; }
    section.how .howUl li .howText1 { margin: 10px 0; }
    section.how .howUl li .howText {  font-size: 18px;}
}

@media screen and (max-width: 720px) {
    section.how .howImg1 { top: 6%; }

}

@media screen and (max-width: 650px) {
    section.how { background: url('../img/main/how/howBgMo.png') no-repeat center / cover; }
    section.how .howUl { flex-direction: column; gap: 20px; }
    section.how .howUl li { width: calc(100%/1); padding: 0; }
    section.how .howUl li .item { height: 230px; }
    section.how .howUl li.list1 .item { height: 230px; }
    section.how .howUl li .yellowBox { font-size: 18px; width: 36px; }
    section.how .howImg1 { width: 100px; right: 4%; top: 4%; }
    
}

@media screen and (max-width: 500px) {
    section.how .howImg1 { width: 80px; top: 4%; right: 6%; }
    section.how .howUl li .howText1 { font-size: 16px; }
    section.how .howUl li .howText2 { font-size: 14px; }
    section.how .howUl li .item { height: 200px; }
    section.how .howUl li.list1 .item { height: 200px; }
    section.how .howUl li .item { padding: 20px; }


}
@media screen and (max-width: 500px) {
    section.how .howUl li .item { height: 170px; }
}



/* goods 섹션 */
section.goods { position: relative; overflow: hidden; }
section.goods .swiper-slide.slide1 .imgBox { background: url('../img/main/goods/1.png') no-repeat center / cover; }
section.goods .swiper-slide.slide2 .imgBox { background: url('../img/main/goods/2.png') no-repeat center / cover; }
section.goods .swiper-slide.slide3 .imgBox { background: url('../img/main/goods/3.png') no-repeat center / cover; }
section.goods .swiper-slide.slide4 .imgBox { background: url('../img/main/goods/4.png') no-repeat center / cover; }
section.goods .swiper-slide.slide5 .imgBox { background: url('../img/main/goods/5.png') no-repeat center / cover; }
section.goods .goodsDiv { display: flex; align-items: center; padding: 0 68px; position: relative; }
section.goods .goodsDiv2 { display: none; }
section.goods .goodsSwiper { overflow: hidden; position: relative; }
section.goods .goodsSwiper .swiper-wrapper { }
section.goods .goodsSwiper .swiper-wrapper .swiper-slide { }
section.goods .goodsSwiper .imgBox { width: 100%; aspect-ratio: 1; }
section.goods .imgBox .goodsText1 { font-size: 20px;  }
section.goods .goodsText { font-weight: 400; margin: 10px 0;  }
section.goods .goodsPrice { font-weight: 700; }

section.goods .goods_next { width: fit-content; position: absolute; right: 50px; }
section.goods .goods_prev { width: fit-content; position: absolute; left: -16px; }
section.goods .goodsNext,
section.goods .goodsPrev { cursor: pointer; position: absolute; bottom: 41%; z-index: 1; }
section.goods .goodsNext { }
section.goods .goodsPrev {  }

/* 1250 버전 */
section.goods .goodsUl { width: calc(100% + 10px); margin-left: -5px; display: flex; flex-wrap: wrap; }
section.goods .goodsUl .goodsList { width: calc(100%/5); padding: 5px; }
section.goods .goodsUl .goodsList .item {  }
section.goods .goodsUl .imgBox { width: 100%; aspect-ratio: 1; }
section.goods .goodsUl .goodsList1 .imgBox { background: url('../img/main/goods/1.png') no-repeat center / cover; }
section.goods .goodsUl .goodsList2 .imgBox { background: url('../img/main/goods/2.png') no-repeat center / cover; }
section.goods .goodsUl .goodsList3 .imgBox { background: url('../img/main/goods/3.png') no-repeat center / cover; }
section.goods .goodsUl .goodsList4 .imgBox { background: url('../img/main/goods/4.png') no-repeat center / cover; }
section.goods .goodsUl .goodsList5 .imgBox { background: url('../img/main/goods/5.png') no-repeat center / cover; }

@media screen and (max-width: 1450px) {
    section.goods .goods_next { right: 4%; }
    section.goods .goods_prev { left: 0.5%; }
    section.goods .goodsNext { width: 48px; }
    section.goods .goodsPrev { width: 48px;  }

}

@media screen and (max-width: 1250px) {
    section.goods .goodsDiv { display: none; }
    section.goods .goodsDiv2 { display: block; }
}
@media screen and (max-width: 1000px) {
    section.goods .goodsUl .goodsList { width: calc(100%/3); }
    section.goods .goodsUl { justify-content: flex-start; }
}
@media screen and (max-width: 720px) {
    section.goods .goodsUl .goodsList { width: calc(100%/2); }

}

@media screen and (max-width: 450px) {
}

/* coin 섹션 */
section.coin { position: relative; overflow: hidden; }
main .aboutArti{ display: flex; align-items: center; justify-content: flex-end; }
main .aboutArti .main_title{ color: #fff; }
main .aboutArti .qnaList{  max-width: 1000px; width: 100%;  border-radius: 24px;  }
main .aboutArti .qnaList .item{ padding: 24px 0; font-weight: 700; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
main .aboutArti .qnaList .item .text{ flex-grow: 1; }
main .aboutArti .qnaList .item .showhideBtn{ background: transparent; flex-shrink: 0; border: none; }
main .aboutArti .qnaList .item.q_item{ cursor: pointer; border-bottom: 1px solid #fff; }  
main .aboutArti .qnaList .item.q_item .text{ font-size: 24px; color: #fff; }
main .aboutArti .qnaList .item.a_item{ padding: 24px 0; border-bottom: 1px solid #fff; color: #fff; }
main .aboutArti .qnaList .item.a_item .text{ font-size: 20px; }
main .aboutArti .qnaList .asnwerDiv{ display: none; }

@media screen and (max-width: 1250px) { 
    main .aboutArti .qnaList{ padding: ; }
    main .aboutArti .qnaList .item{ padding: 20px 0; }
    main .aboutArti .qnaList .item.a_item{ padding: 20px 0; }
    main .aboutArti .qnaList .item.q_item .text{ font-size: 20px; }
    main .aboutArti .qnaList .item.a_item .text{ font-size: 18px; }
    main .aboutArti .qnaList .item .showhideBtn .icon{ width: 25px; }
}

@media screen and (max-width: 500px) { 
    main .aboutArti{  }
    main .aboutArti .qnaList{ margin-top: ;  border-radius: 28px; }
    main .aboutArti .qnaList .item.q_item .text{ font-size: 16px; }
    main .aboutArti .qnaList .item.a_item .text{ font-size: 14px; }
    main .aboutArti .qnaList .item{ padding: 12px 0; }
    main .aboutArti .qnaList .item.a_item{ padding: 12px 0; }
    main .aboutArti .qnaList .item .showhideBtn .icon{ width: 14px; }
}





/* @@@ footer @@@ */
footer { padding: 40px 0 60px; }
footer .footerInner { padding: 0 50px; font-size: 20px; font-weight: 400; }
footer .footerTop { display: flex; align-items: center; justify-content: space-between; }
footer .footerTop .snsDiv { display: flex; align-items: center; gap: 15px; }
footer ul { display: flex; padding: 40px 0 15px;  }
footer ul > li { }
footer ul > li.under { border-bottom: 1px solid #000; }
footer ul > li .stick { width: 1px; height: 14px; display: block; background-color: #989898; margin: 0 15px; }
footer p.footerText { color: #6f6f6f; }
footer p.footerText2 { color: #6f6f6f;  }
footer .f_br { display: none; }

@media screen and (max-width: 1250px) {
    footer .footerInner { font-size: 18px; }
}

@media screen and (max-width: 720px) {

}

@media screen and (max-width: 650px) {
    footer .footerInner { font-size: 16px; }
    footer .footerTop { flex-direction: column; gap: 20px; }
    footer ul { flex-direction: column; gap: 5px; align-items: center; justify-content: center; padding: 25px 0 10px; }
    footer ul > li { width: fit-content; }
    footer ul > li .stick { display: none; }
    footer p.footerText { text-align: center; margin-bottom: 10px; }
    footer p.footerText2 { text-align: center;  }
    footer .f_br { display: block; }
    footer .footerLogo { width: 150px; }
    
}

@media screen and (max-width: 500px) {
    footer { padding: 30px 0 40px; }
    footer .footerInner { font-size: 14px; }
}
/* 3/24 위치 조절 */
section.how .c_div { position: relative; }
section.token .tokenDiv { position: relative; }
section.road .c_div { position: relative; }
main .aboutArti { position: relative; }

/* 노란 물고기 */
section.about .img1 {  }
/* 문어 */
section.how .c_div .img2 { position: absolute; top: -134px; right: -220px;  }
/* 복어 */
section.token .c_div .img3 { position: absolute; top: -230px; left: -290px; }
/* 두마리 물고기 */
section.token .img4 { position: absolute; left: 120px; z-index: 1; }
/* 산호초 */
section.token .img5 { position: absolute; left: 0; width: 290px;  }
/* 고래 */
section.road{ position: relative; z-index: 9; }
section.road .c_div .img6 { position: absolute; top: -60%; left: 97%; width: 34vw; z-index: 3; }
/* 꽃게 */
main section.coin .aboutArti .img7 { position: absolute; top: -60px; left: 260px; z-index: 1; }

@media screen and (max-width: 1550px) {
    section.token .img4 { width: 180px; bottom: -15%; left: unset; right: 15%; }
    main section.coin .aboutArti .img7 { width: 200px; bottom: -20%; left: 20%; top: unset; }
    main .aboutArti { justify-content: center; }
    section.road .inner { display: flex; justify-content: center; }
    section.road .c_div .img6 { bottom: -70%; left: 60%; top: unset; }

}
@media screen and (max-width: 1250px) {
    section.about .img1 { width: 180px; position: absolute; top: -16%; right: 9%; }
    section.how .c_div .img2 { top: -30%; right: 4%; width: 120px; }
    section.how .aboutDiv { display: flex; justify-content: center; }
    section.about .aboutDiv { gap: 10px; flex-direction: column; }
    section.token .img4 { width: 140px; right: 30%; bottom: -10%; left: unset; }
    section.token .img5 { width: 200px; bottom: 0; }

    section.token .c_div .img3 { width: 150px; left: 65%; top: -28%; }

    main section.coin .aboutArti .img7 { width: 130px; bottom: -10%;}
    .c_div .c_title { font-size: 34px; }
}

@media screen and (max-width: 720px) {
    section.road .c_div .img6 { bottom: -40%; left: 40%; top: unset;}
    section.token .img4 { width: 90px; }
    .c_div { padding: 30px; }
    .c_div .c_title { width: 160px; }
}

@media screen and (max-width: 650px) {
    section.road .c_div .img6 { width: 42vw; }
    section.about .img1 { width: 100px; top: -6%; }
    section.token .img5 { width: 90px; }
    section.token .c_div .img3 { width: 100px; top: -15%;  }
    section.how .c_div .img2 { width: 90px; }
    section.token .img4 { bottom: -6%; }
    main section.coin .aboutArti .img7 { width: 75px; bottom: -7%;}
    footer .footerInner { padding: 0; }
    article.mainArti { background: url('../img/main/artiBgMo.png') no-repeat center / 100 auto; margin-top: 20px; }
}

@media screen and (max-width: 450px) {
    .c_div .c_ul { gap: 10px; }
    .c_div { padding: 20px; border-radius: 20px; }
    section.token .c_div .img3 { width: 80px; top: -10%; }
    .c_div .c_title { margin-bottom: 10px; }
    section.how .c_div .img2 { width: 70px; }
    main section.coin .aboutArti .img7 { width: 63px; }
}