@charset "utf-8";

.fp-watermark{display: none;}
.fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow > .fp-overflow{overflow: hidden;}
#main{max-width:100%; overflow: hidden;  }
.mcnt1{overflow: hidden; position: relative;width: 100%; max-width:100%;  height: 100vh !important; transition:.3s; }
.mcnt1 .item{width: 100%; height: 100vh; position: relative; overflow: hidden; }
.mcnt1 .item .mv_img{width: 100%; height: 100%;}
.mcnt1 .item .mv_img video,
.mcnt1 .item .mv_img img{width: 100%; height: 100%; object-fit:cover; transition:2.2s; transform:scale(1.1) rotate(0.1deg)} 

.mcnt1 .active .item .mv_img video,
.mcnt1 .active .item .mv_img img{ transform: scale(1) rotate(0deg); }


.m_txt .box {display: flex; align-items: flex-start; justify-content: center; width: 100%; height: 100%; flex-direction: column;  text-align: left; gap:8px}
.m_txt .box > small{color: #2D9AFF; font-size: 40px; font-weight: 700; line-height: 170%;}
.m_txt .box > p{color: #FFF;  font-size: 80px; font-weight: 100; line-height: 130%; }
.m_txt .box > p b{font-weight: 600;}
.m_txt .box .link-box {margin-top: 40px;}
.m_txt .box .link-box > a{display: flex; width: 247px; padding: 23px 46px; justify-content: space-between;  align-items:center; gap: 10px; border-radius: 100px; background: rgba(217, 217, 217, 0.20); backdrop-filter: blur(6px); color: #FFF; font-size: 20px; font-weight: 700; line-height: 100%; transition:.3s;}
.m_txt .box .link-box > a i{line-height: 0;}
.m_txt .box .link-box > a i img{transition:.3s;}
.m_txt .box ul{display: flex; flex-wrap:wrap; gap:30px; margin-top: 40px;}
.m_txt .box ul > li > a{display: flex; flex-direction: column; padding: 20px 20px 24px 24px; justify-content: space-between; width: 220px; height: 160px; align-items: stretch; border-radius: 20px; background: rgba(217, 217, 217, 0.20); backdrop-filter: blur(6px); transition:.3s;}
.m_txt .box ul > li > a span{position: relative; width: 24px; height: 24px; margin-left: auto;}
.m_txt .box ul > li > a span:before,
.m_txt .box ul > li > a span:after{position: absolute; content: ''; width: 100%; height: 100%; background: url(../img/main/main-more.png) center no-repeat; transition:.3s;}
.m_txt .box ul > li > a span:after{background: url(../img/main/main-more2.png) center no-repeat; opacity: 0; translate:-5px 5px}
.m_txt .box ul > li > a p{color: #FFF; font-size: 20px; font-weight: 700; line-height: 100%; text-align: left;}

.m_txt .box .link-box > a:hover{background: #2E3192; color: #fff;
 i img{filter:brightness(12);}
}

.m_txt .box ul > li:hover{
 > a{background: #2E3192;}
 > a span:before{opacity: 0;}
 > a span:after{opacity: 1; translate:0 0; }
}

.mcnt1 .m_txt{position: absolute; left: 0; top: 0; width: 100%; height: 100%;  align-items:center; box-sizing: border-box;  }
.mcnt1 .m_txt .box small{position: relative; opacity: 0; top: 50px; filter:blur(5px); transition:.5s;}
.mcnt1 .m_txt .box p{position: relative; opacity: 0; top: 50px; filter:blur(5px); transition:.5s .3s;}

.mcnt1 .active{
	.m_txt .box small,
	.m_txt .box p{opacity: 1;  top: 0; filter:blur(0px); }
}
.mv-controll{position: absolute; left: 50%; translate:-50% 0; bottom: 30px; z-index: 100; text-align: center; cursor: pointer;}
.mv-controll p{color: #CCC;  font-size: 12px; font-weight: 600; line-height: 100%; margin-bottom: 16px;}
.mv-controll svg circle{animation: 1.2s ease 0s infinite normal none running; animation-name:mvScroll;}
@keyframes mvScroll {0% {transform:translateY(0)} 60% {transform:translateY(6px);} 100% {transform:translateY(0)} }

.mcnt2-wrap{position: relative; z-index: 10; overflow: hidden;}
.mcnt3-wrap{position: relative; z-index: 10; overflow: hidden;}
.mcnt4_wrap{position: relative; z-index: 10; overflow: hidden;}

.mcnt2-wrap:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: url(../img/main/mcnt2-bg.jpg) center / cover no-repeat;  scale:1.2; z-index: -1; transition:2.2s;}
.mcnt3-wrap:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: url(../img/main/mcnt3-bg.jpg) center / cover no-repeat; scale:1.2;  z-index: -1; transition:2.2s;}
.mcnt4_wrap:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: url(../img/main/mcnt4-bg.jpg) center / cover no-repeat; scale:1.2;  z-index: -1; transition:2.2s;}

.mcnt2-wrap.active:before{scale:1;}
.mcnt3-wrap.active:before{scale:1;}
.mcnt4_wrap.active:before{scale:1;}

.mcnt3-wrap .m_txt .box{padding-top: 0px;}
.mcnt4_wrap{text-align: center; }
.mcnt4 {padding-top: 160px;}
.mcnt4_wrap .tit{gap:0px; margin-bottom: 30px;}
.mcnt4_wrap .tit > p{color: #FFF; font-size: 30px; font-weight: 300; line-height: 170%; }
.mcnt4_wrap .tit > p span{color: #1DC6DF; font-weight: 700;}
.mcnt4_wrap .flex-box{display: flex; flex-wrap:wrap;   align-items:center; justify-content: center; gap:100px;}
.mcnt4_wrap .flex-box > li{cursor: pointer; transition:.3s; max-width:214px; }
.mcnt4_wrap .flex-box > li:hover{translate:0 -10px;}

.mcnt4_wrap .wrap2 > p{color: #FFF;  font-size: 40px;  font-weight: 700; }
.mcnt4_wrap button{display: none !important;}
.mcnt4_wrap .box2{margin-top:115px;}
.mcnt4_wrap .box2 p{margin-bottom: 50px;}

.mcnt4_wrap .item figure{background: #fff; margin: 0 10px; height: 50px; display: flex; align-items:center; justify-content: center; }


.mcnt5_wrap {position: relative; max-width:100%; overflow: hidden;}
.mcnt5_wrap .mcnt5 {display: flex; gap:84px; }
.mcnt5_wrap .mcnt5 .box{width: calc(50% - 42px);}
.mcnt5_wrap .mcnt5 .box .tit{display: flex; justify-content: space-between; align-items:center;}
.mcnt5_wrap .mcnt5 .box .tit h4{color: #222; font-size: 36px; font-weight: 700; line-height: 170%; }
.mcnt5_wrap .mcnt5 .box .tit .link-box > a{display: flex; align-items: center; justify-content: center; border-radius: 4px; border: 1px solid #CCC; transition:.3s;}
.mcnt5_wrap .mcnt5 .box .tit .link-box > a img{transition:.3s;}
.mcnt5_wrap .mcnt5 .box .tit .link-box > a:hover{background: #2E3192; 
 > img{filter:brightness(12)}

}
.mcnt5_wrap .mcnt5 .box ul {display: flex; flex-direction: column; border-top: 2px solid #000;	margin-top: 20px; border-bottom: 1px solid #999;}
.mcnt5_wrap .mcnt5 .box ul > li{border-bottom: 1px solid #EEE;}
.mcnt5_wrap .mcnt5 .box ul > li:last-child{border-bottom: 0;}
.mcnt5_wrap .mcnt5 .box ul > li > a{display: flex; width: 100%; height: 90px; padding: 0 40px; justify-content: space-between; align-items: center;; gap: 10px; color: #222; font-size: 20px; font-weight: 400; line-height: 170%; transition:.3s;}
.mcnt5_wrap .mcnt5 .box ul > li > a p{width: calc(100% - 95px);  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.mcnt5_wrap .mcnt5 .box ul > li > a span{width: 95px; color: #999; font-size: 18px; font-weight: 400; line-height: 170%; text-align: right; }

.mcnt5_wrap .mcnt5 .box ul > li:hover{
 > a{background: #FAFAFB; color: #2E3192; font-weight: 600;}
}

.mcnt5_wrap .big-text .marquee {display: flex;width: max-content;animation: marquee 20s linear infinite; position: absolute; left: 0; bottom: 0;}
.mcnt5_wrap .big-text p {color: rgba(0,0,0,0.04); font-size: 190px; font-weight: 800;  white-space: nowrap;margin-right: 120px; }
@keyframes marquee {
	0% {transform: translateX(0);}
	100% {transform: translateX(-50%);}

}
#fp-nav.fp-right{right: 40px; margin-top: -33px;}
#fp-nav ul, .fp-slidesNav ul {display: flex; flex-direction: column; gap:28px}
#fp-nav ul li, .fp-slidesNav ul li{position: relative; margin: 0; padding: 0; width: 24px; height: 24px;}
#fp-nav ul li a, .fp-slidesNav ul li a{transition:.3s;}
#fp-nav ul li a:before, .fp-slidesNav ul li a:before{position: absolute; content: ''; width: 10px; height: 10px; background: #999; left: 50%; top: 50%; translate:-50% -50%; transition:.3s;}
#fp-nav ul li a.active:before, .fp-slidesNav ul li a.active:before{background: #1DC6DF;}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active{background: rgba(93, 221, 199, 0.40);}
#fp-nav ul li a span, .fp-slidesNav ul li a span{display: none;} 
#fp-nav ul li:last-child, .fp-slidesNav ul li:last-child{display: none;  }


#main{-ms-overflow-style: none;}
#main::-webkit-scrollbar {display: none;}


.certificate-pop-wrap{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10005; background: rgba(0,0,0,0.5); display: none;}
.certificate-pop .close{position: absolute; right: -40px; top: -40px; background: #fff; border-radius: 5px; width: 40px; height: 40px; padding: 10px; box-sizing: border-box; cursor: pointer;}
.certificate-pop .close img{width: auto; max-width:100%;		}

.certificate-pop{position: fixed; left: 50%; top: 50%; max-width:700px; height: auto; max-height:80vh; width: auto; translate:-50% -50%; z-index: 10006; border-radius: 20px; display: none;}
.certificate-pop figure{padding: 20px; background: #fff; border-radius: 20px;}
.certificate-pop figure img{max-width:100%; width: auto; max-height:80vh; height: auto;}




