@charset "utf-8";

/* swiper */
html, body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {width: 10px !important; height: 10px !important; background: none !important;  border: #999 1px solid; opacity: 1 !important;}
.swiper-pagination-bullet-active {background: #999 !important;}
.swiper-container-vertical>.swiper-pagination-bullets {right: 100px !important;}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 10px 0 !important;}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet .bullet_inner {position: absolute; display:none; width: 100px; font-size: 14px; color: #999999; margin-top: -5px; margin-left: -110px; text-align: right; display: none;}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active .bullet_inner {display:none;}

.logo-b i{display:block; background-image: url(../images/Mo_CCA_Top_G_Logo-b.svg); background-repeat: no-repeat; width:78px; height:36px;}
.logo i{ display:block; background-image: url(../images/Mo_CCA_Top_G_Logo.svg); background-repeat: no-repeat; width:78px; height:36px;}


@media all and (max-width:1670px){
.swiper-container-vertical>.swiper-pagination-bullets {right: 50px !important;}
}
@media all and (max-width:1400px){
    .swiper-container-vertical>.swiper-pagination-bullets {right: 30px !important;}
    }
@media all and (max-width:1340px){
    .swiper-pagination {display: none;}
    
}
/* //swiper */





/* header */
#header-main{position: fixed; top: 0; width: 100%; background-color:rgba( 51, 51, 51, 1 ); padding:47px 0; min-height:116px; /*overflow:hidden;*/ -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; -o-transition:all 0.5s linear; transition:all 0.5s linear; z-index: 10;}

#header-main .container {width: 1075px; margin: 0 auto; display: flex;     align-items: center;}
@media all and (max-width:1160px){
    #header-main .container {width: 100%; padding: 0 40px;}
}
#header-main .logo{margin-right: 51px; cursor: pointer;}
#header-main .logo-b{margin-right: 51px; cursor: pointer;}

#header-main nav{position:relative;}


@media (max-width: 767px){

#header-main nav{display:none;width:100%;padding-bottom:10px}
#header-main nav.menu-active{display:block;clear:both}
}
#header-main nav ul{margin:0;padding-left:0}
#header-main nav ul li{margin-right: 50px; font-size: 14px; color:#fff; line-height: 1.43; list-style:none}
#header-main nav ul li:last-child {margin-right: 0;}
#header-main nav ul li:hover {color: #2fdf84;}
#header-main .container .menu{cursor: pointer;}
@media (max-width: 767px){
#header-main nav ul li{text-align:center;margin-bottom:5px}
#header-main nav ul li a{padding:10px;display:block}
}
@media (min-width: 767px){
#header-main nav ul li{display:inline-block}
}
#header-main.active{background-color:#2a4a5a;position:fixed;top:0;width:100%;margin-bottom:0;-webkit-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.38);-moz-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.38);-ms-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.38);-o-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.38);box-shadow:0px 3px 3px 0px rgba(0,0,0,0.38);-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear;transition:all 0.5s linear}

#header-main .m-menu {display: none;}
.btn_down.pc {position: absolute; top: 40px; right: 12%;}
.btn_down.pc a {display: inline-block; width: 210px; height: 36px; border: #fff 1px solid; border-radius: 122px; color: #fff; font-size: 14px; line-height: 2.5em; text-align: center;}
.btn_down.pc a:hover {color: #2fdf84; border: #2fdf84 1px solid;}


@media (max-width: 1500px){
.btn_down.pc {right: 6%;}
}
@media all and (max-width:1024px){
#header-main {height: 80px; min-height: auto; padding: 0; background: #333;}
#header-main .container {padding: 22px 40px;}
#header-main .logo {width:77.4px; height: 72px; background: url(../images/Mo_CCA_Top_G_Logo.svg) no-repeat 0 0; background-size: contain; text-indent: -9999px;}
#header-main nav, .btn_down.pc {display: none;}
#header-main .m-menu {display: block; width: 36px; height: 36px; cursor:pointer; position: absolute; right: 40px; top: 22px; background-color: unset;}
#header-main .m-menu .m-menu-wh {opacity: 1;}
#header-main .m-menu .m-menu-wh img{width: 36px; height: 36px; position: absolute; top: 0; left: 0;}
#header-main .m-menu .m-menu-bl {opacity: 0;}
#header-main .m-menu .m-menu-bl img{width: 36px; height: 36px; position: absolute; top: 0; left: 0;}
}
@media screen and (max-height: 767px) {
    
}
/* //header */



/* mobile menu */
.sidenav {overflow-x: hidden; width: 0; height: 100%; position: fixed; top: 0; right: 0; padding-top: 60px; background-color: #fff; transition: 0.5s; z-index: 111;}
.sidenav::before{contain:""; display:block; }
.sidenav a {display: block; padding: 8px 8px 8px 40px; text-decoration: none; font-size: 22px; color: #191c48; line-height: 32px; transition: 0.3s;}
.sidenav a:hover {color: #2fdf84;}
.sidenav a:nth-child(3) {margin-top: 148px;}

.sidenav .closebtn {position: absolute; top: 22px; right: 37px; width: 36px; height: 36px; background: url(../images/Mo_CCA_Top_Menu_Close.png) no-repeat 0 0; background-size: 36px 36px; padding: 0; text-indent: -9999px;}
.sidenav .btn_home {width:77.4px; height: 72px;background: url(../images/Mo_CCA_Top_G_Logo-b.svg) no-repeat 0 0; background-size: contain;  position: absolute; top: 22px; left: 40px; text-indent: -9999px;}
.sidenav .btn_down_mbi {width: 210px; height: 36px; border-radius: 122px; border: solid 1px #191c48; font-size: 14px; padding: 8px 0; text-align: center; line-height: 1.14; position: absolute; bottom: 40px; left: 40px;}
@media screen and (max-height: 767px) {
    .sidenav {padding-top: 20px; display: block;}
    .sidenav a {font-size: 18px;}
}
/* //mobile menu */




/* commomn */
h2 {color: #212121; font-size: 36px; font-weight: bold; line-height: 54px;}
p {color: #707070; font-size: 14px; line-height: 20px;}
.pc {display: block;}
.mbi {display: none;}
@media all and (max-width:1024px) {
p {font-size: 16px; line-height: 24px;}
}
@media all and (max-width:767px){
h2 {font-size: 24px; line-height: 36px;}
.pc {display: none;}
.mbi {display: block;}
}
/* //commomn */




/* section1 */
.section1 {overflow: hidden; background: #333;}
.section1 .con {width: 1075px; height: 488px; position: relative;}
.section1 .con::after {display: block; content: ''; clear: both;}
.section1 .txtArea {position: absolute; top: 120px; left: 0; text-align: left;}
.section1 .txtArea span {display: inline-block; margin-bottom: 22px;}
.section1 .txtArea p {color: #fff; font-size: 32px; line-height: 46px;}
.section1 .txtArea .btn_green {position: relative; display: inline-block; width: 210px; height: 52px; padding: 16px 20px; margin-top: 60px; border-radius: 4px; background: #2fdf84; color: #333; font-size: 14px; line-height: 20px;}
.section1 .txtArea .btn_green::after {content: ''; display: inline-block; width: 20px; height: 20px; background: url('../images/Web_CCA_Btn_Arrow.png') no-repeat; position: absolute; right: 20px;}
.section1 .txtArea .btn_green:hover,
.section1 .txtArea .btn_green:active {background: #fff;}
.section1 .Web_Main_Img {float: right;}

@media all and (max-width:1340px){
.section1 {}
.section1 .con {margin: 280px auto;}
}
@media all and (max-width:1160px){
.section1 {padding: 0 40px;}
.section1 .con {width: 100%; height: auto; margin: 200px auto;}
.section1 .txtArea {top: 70px;}
.section1 .Web_Main_Img {width: 80%;}
.section1 .Web_Main_Img img {width: 100%;}
}
@media all and (max-width:1024px) {
    .section1 {padding: 0;}
    .section1 .con {margin: 200px auto 0;}
    .section1 .txtArea {position: relative; top: 0; padding: 0 40px;}
    .section1 .txtArea span {display: none;}
    .section1 .txtArea .btn_green {margin: 73px 0 130px;}
    .section1 .Web_Main_Img {width: 100%;}
}
@media all and (max-width:767px){
    .section1 .con {margin: 180px 0 0;}
    .section1 .txtArea p {font-size: 22px; line-height: 32px;}
    .section1 .txtArea .btn_green {margin: 72px 0 43px; height: 48px; padding: 14px 20px;}
    .section1 .txtArea .btn_green::after {background: url('../images/Mo_CCA_Btn_Arrow.png') no-repeat 0 0; background-size: 20px 20px;}
}



/* section2 */
.section2 {overflow: hidden; background: #f4f4f4; text-align: center;}
.section2 .con {width: 100%; height: 100%; background: url('../images/Web_Outline_Img.jpg') no-repeat center 480px; background-size: auto, cover;}
.section2 h2 {margin: 170px 0 20px;}
.section2 .txt1 {margin: 38px 0 -8px; font-size: 22px; font-weight: bold; color: #191c48; line-height: 1.5;}
.section2 .txt2 {font-size: 76px; font-weight: bold; color: #191c48; line-height: 1.47; letter-spacing: -3.8px;}
.section2 .txt2::after {content: ''; display: inline-block; width: 40px; height: 40px; margin-left: 15px; background: url('../images/Web_Coin_Symbol.png') no-repeat 0 0;}
@media all and (max-width:1340px){
    .section2 .con {height: 840px; background: url('../images/Web_Outline_Img.jpg') no-repeat center 310px;}
}
@media all and (max-width:1024px) {
    .section2 .con {height: 840px; background: url('../images/Web_Outline_Img.jpg') no-repeat center 330px;}
}
@media all and (max-width:767px){
    .section2 {text-align: left;}
    .section2 .con {height: auto; background: none;}
    .section2 h2 {margin: 100px 0 20px; padding: 0 40px;}
    .section2 p {padding: 0 40px;}
    .section2 .txtBox {position: relative; margin: 60px 0 0;}
    .section2 .txt1 {font-size: 18px; margin: 0;}
    .section2 .txt2 {font-size: 36px; line-height: 1.5; letter-spacing: -1.8px; position: absolute; top: 20px;}
    .section2 .txt2::after {content: ''; display: inline-block; width: 24px; height: 24px; margin-left: 4px; background: url('../images/Mo_Coin_Symbol_Icon.png') no-repeat 0 0; background-size: 24px 24px;}

    .Web_Outline_Img.mbi {margin-top: 24px;}
    .Web_Outline_Img.mbi img {width: 100%;}
}


/* section3 */
.section3 {overflow: hidden;}
.section3 .con {display: flex; width: 1440px; padding: 7% 0 3%; background: url('../images/Web_DeFi_Background_Img.png') no-repeat 56% 100%;}
.section3 .txtArea {padding-top: 61px; text-align: left; width: 55.6%;}
.section3 .txtArea h2 {margin-bottom: 20px;}
.section3 .txtArea p {margin-bottom: 116px;}
.section3 .txtArea .btn_white {position: relative; display: block; width: 210px; height: 60px; padding: 20px; border: solid 1px #212121; border-radius: 4px; background: #fff; color: #333; font-size: 14px; line-height: 1.43;}
.section3 .txtArea .btn_white::after {content: ''; display: inline-block; width: 20px; height: 20px; background: url('../images/Web_CCA_Btn_Arrow.png') no-repeat; position: absolute; right: 20px;}
.section3 .btnArea .btn_white:first-child {margin-bottom: 20px;}
.section3 .Web_DeFi_Img {width: 45.4%; text-align: right;}

@media all and (max-width:1580px){
.section3 .txtArea {padding-left: 50px;}
.section3 .Web_DeFi_Img {padding-right: 50px;}
.section3 .Web_DeFi_Img img {width: 100%;}
}
@media all and (max-width:1470px){
.section3 .con {background: url('../images/Web_DeFi_Background_Img.png') no-repeat 70% 100%;}
.section3 .txtArea {padding-left: 80px;}
.section3 .Web_DeFi_Img {padding-right: 80px;}
}
@media all and (max-width:1340px){
.section3 .con {width: 100%; padding: 180px 0 240px; background: url('../images/Web_DeFi_Background_Img.png') no-repeat 260px 320px; background-size: 70% auto;}
.section3 .txtArea {padding-left: 40px;}
.section3 .Web_DeFi_Img {padding-right: 40px;}
}
@media all and (max-width:1024px) {
    .section3 .con {display: block; padding: 100px 0 0; background: none;}
    .section3 .txtArea {width: 100%;}
    .section3 .txtArea p {margin-bottom: 73px;}
    .section3 .btnArea {display: flex; margin-bottom: 130px;}
    .section3 .btnArea .btn_white:first-child {margin-right: 20px; margin-bottom: 0;}
    .section3 .Web_DeFi_Img {width: 100%; height: 430px; padding: 0;}
    .section3 .Web_DeFi_Img .pc {display: none;}
    .section3 .Web_DeFi_Img .mbi {display: block;}
}
@media all and (max-width:767px){
    .section3 .txtArea {padding: 0 40px;}
    .section3 .txtArea p {margin-bottom: 40px;}
    .section3 .btnArea {margin-bottom: 60px;}
    .section3 .txtArea .btn_white {width: 140px; height: 48px; padding: 14px 20px;}
    .section3 .txtArea .btn_white::after {background: url('../images/Mo_CCA_Btn_Arrow.png') no-repeat; background-size: 20px 20px;}
    .section3 .btnArea .btn_white:first-child {margin-right: 15px;}
    .section3 .Web_DeFi_Img {height: auto;}
}





/* section4 */
.section4 {overflow: hidden; position: relative; background: #f2f5f8; text-align: center;}
.section4 .con {}
.section4 h2 {margin-bottom: 20px;}
.section4 .txt1 {margin-bottom: 69px;}
.card {}
.card ul {display: flex; text-align: center;}
.card li {width: 275px; min-height: 480px; padding: 50px 20px; margin: 0 30px; background: #fff; border-radius: 8px; box-shadow: 6px 6px 6px 0 rgba(25, 28, 72, 0.11);}
.card li div {width: 120px; height: 120px; margin: 0 auto;}
.card li .txt2 {margin:30px 0 10px; font-size: 16px; font-weight: bold; color: #212121; line-height: 1.5;}
footer {padding: 40px 0 60px; background: #fff; width: 100%; position: absolute; bottom: 0;}

@media all and (max-width:1560px){
.card li {margin: 0 25px;}
}
@media all and (max-width:1400px){
.card li {margin: 0 15px;}
}
@media all and (max-width:1340px){
    .section4 .con {margin: 240px 0 297px;}
    .card ul {width: calc(100% - 60px); margin: 0 auto;}
}
@media all and (max-width:1024px) {
    .section4 .con {padding: 0 40px;}
    .card ul {width: 100%; display: block;}
    .card li {width: calc(50% - 40px); min-height: 520px; display: inline-block; vertical-align: top; margin-bottom: 30px; padding: 38px 14px;}
    .card li div .pc {display: none;}
    .card li div .mbi {display: block;}
    .card li div img {width: 100%;}
    .card li .txt2 {margin:20px 0 10px; font-size: 20px;}
}
@media all and (max-width:767px){
    .section4 {text-align: left;}
    .section4 .con {margin: 100px 0 160px;}
    .section4 .txt1 {margin-bottom: 54px;}
    .card li {width: 100%; max-width: 295px; min-height: 490px; margin: 0 0 30px;}
    footer {font-size: 14px; text-align: center;}
}


/* section5 */

.section5 {overflow: hidden; position: relative; background: #fff; text-align: center;}
.section5 .con {}
.section5 h2 {margin-bottom: 50px;}
.section5 .oner{margin-bottom:60px;}
.section5 ul{display:flex; flex-wrap: wrap; width:1280px; justify-content: space-between;}
.section5 ul li{width:420px; margin-bottom:60px;}

.section5 .oner dl dt,
.section5 ul li dt em,
.section5 ul li dt span{display:block;  font-weight: bold;}
.section5 ul li dt em,
.section5 .oner dl dt{color:#2fdf84; font-size:15px; margin-bottom:10px;}
.section5 .oner dl dd{font-size:36px; font-weight: bold;}
.section5 ul li dt span{color:#212121; font-size:24px; margin-bottom:20px;}
.section5 ul li dd{color:#707070; font-size: 15px; line-height:1.47;display:block;}
@media all and (max-width:1560px){
    .oner {margin: 0 25px;}
    }
    @media all and (max-width:1400px){
    .oner {margin: 0 15px;}
    }
    @media all and (max-width:1340px){
        .section5 .con {margin:100px 0;}
        .section5 ul {width: calc(100% - 0px); margin: 0 auto;}
        .section5 ul li{width: calc(50% - 0px); margin: 0 auto; margin-bottom:60px;}
    }
    @media all and (max-width:1024px) {
        .section5 ul{width:100%;}
        .section5 ul li{width: calc(100% - 0px); margin: 0 auto; margin-bottom:60px;}

    }
    @media all and (max-width:767px){
        .section5 ul {padding-left:40px; padding-right:40px;}
        .section5 ul li{text-align:left;}
 
    }


/*section6*/
.section6{background:#f3fff9;overflow: hidden; position: relative;text-align: center;}
.section6 h2 {margin-bottom: 60px;}
.section6 .map{width:1280px; margin:0 auto;}
.section6 .map ul{display:flex; justify-content:space-around; margin-bottom:60px;}
.section6 .map ul li {}
.section6 .map ul li dt{margin-bottom:10px;}
.section6 .map ul li dt em{color:#2fdf84; font-size:15px; margin-bottom:10px;font-weight: bold}
.section6 .map ul li dd{color:#191c48;}
.section6 .map-size{width:1420px; height:600px;}

@media all and (max-width:1560px){
    .map{margin: 0 25px;}
    }
    @media all and (max-width:1400px){
    .map {margin: 0 15px;}
    }
    @media all and (max-width:1340px){
        .section6 .con {margin: 100px 0;}
        .section6 .map {width: calc(100% - 60px); margin: 0 auto;}
        .section6 .map-size{width:100%;}
    }
    @media all and (max-width:767px) {
        .section6{padding-bottom:60px;}
        .section6 .map ul{display:block;}
        .section6 .map ul li{margin-bottom:30px; text-align:left; line-height:1.5}
    }





