html {
	scroll-behavior: smooth;
}
body {
	transition: background .3s ease-in-out;
}

.visual.sec {
	position: relative;
	background: #F2F2F9;
	padding: 50px 5% 100px;
	box-sizing: border-box;
}
.visual.sec .text_ani {
    font-family: 'LeferiPointBlack';
    font-size: 150px;
    width: 935px;
    height: 300px;
    text-transform: uppercase;
    animation: stroke 8s infinite alternate;
    fill: rgba(1, 0, 140,1);
	letter-spacing: 10px;
}
@keyframes stroke {
	0%   {
		stroke-dashoffset: 25%;
		stroke-dasharray: 0 50%;
		fill: rgba(255,255,255,1);
		stroke: rgba(1, 0, 140,1);
		stroke-width: 2;
	}
	40%  {
		fill: rgba(255,255,255,1);
		stroke: rgba(1, 0, 140,1);
	}
	50%  {
		fill: rgba(255,255,255,1);
		stroke: rgba(1, 0, 140,1);
	}
	100% {
		stroke-dashoffset: -25%;
		stroke-dasharray: 50% 0;
		fill: rgba(1, 0, 140,1);
		stroke: rgba(1, 0, 140,1);
		stroke-width: 0;
	}
}




.carousel {
    position: absolute;
    z-index: 1;
    width: 650px;
    height: 650px;
    top: 90px;
    right: 7%;
}
.carousel--play:active {
  transform: scale(calc(var(--scaleBtn) * .9)) rotate(-5deg);
}
.carousel--images {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#mask);
  clip-path: url(#mask);
  overflow: hidden;
}
.carousel img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity var(--duration) var(--ease), transform var(--duration) var(--ease);
  opacity: 0;
  transform: scale(0.9) translateZ(0);
}
.carousel img.active {
  transform: scale(1) translateZ(0);
  opacity: 1;
}









.visual.sec .box {
	width: 55%;
	max-width: 950px;
	margin-top: 60px;
}
.visual.sec .box h2 {
	font-size: 36px;
	font-weight: 700;
	color: #01008C;
	line-height: 1.23;
	margin-bottom: 5px;
}
.visual.sec .box p {
	font-size: 18px;
	color: #030349;
	margin-bottom: 40px;
}


.btn-download a {
	position: relative;
	display: block;
	width: 278px;
	height: 64px;
	line-height: 64px;
	border: 2px solid #01008C;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	font-size: 17px;
	color: #030349;
	-webkit-tap-highlight-color: transparent;
	z-index: 6;
	transition: all .2s;
}
.btn-download a:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background:#01008C;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all .3s ease-in-out;
}
.btn-download a:hover,
.btn-download a:hover span {
	color: #fff;
}
.btn-download a:hover:before {
	width: 100%;
}
.btn-download a span {
	position: relative;
	z-index: 1;
}
.btn-download svg {
    margin: 0 0 0 5px;
    fill: none;
    transform: translate3d(0, 0, 0);
}
.btn-download svg path#check {
    stroke-dasharray: 38;
    stroke-dashoffset: 114;
    transition: all 0.4s ease;
}
.btn-download svg polyline, .btn-download svg path {
    stroke: #0077FF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s ease;
    transition-delay: 0.3s;
}
.btn-download svg polyline, .btn-download svg path {
    stroke: #0077FF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s ease;
    transition-delay: 0.3s;
}
.btn-download svg polyline, .btn-download svg path {
    stroke: #8C8BFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s ease;
    transition-delay: 0.3s;
}
.btn-download.downloaded svg path#check {
    stroke: #20CCA5;
    stroke-dashoffset: 174;
    transition-delay: 0.4s;
}
.btn-download svg path#check {
    stroke-dasharray: 38;
    stroke-dashoffset: 114;
    transition: all 0.4s ease;
}
.btn-download.downloaded a {
	color: #01008C;
	background: #fff;
}
.btn-download.downloaded a span {
	color: #01008C;
}
.btn-download.downloaded a:hover span {
	color: #fff;
}
.btn-download.downloaded svg .svg-out {
    opacity: 0;
    animation: drop 0.3s linear;
    transition-delay: 0.4s;
}
.btn-download.downloaded svg .svg-out {
    opacity: 0;
    animation: drop 0.3s linear;
    transition-delay: 0.4s;
}






.sec {
	padding: 150px 100px;
	box-sizing: border-box;
}
.sec h3.title {
	font-size: 50px;
	font-weight: 700;
	color: #01008C;
	font-family: 'NanumSquare';
}





.sec01 .title {
	width: 470px;
}
.sec01 .info {
	flex: 1;
}
.sec01 .info strong {
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #01008C;
	line-height: 1.2;
}
.sec01 .info p {
	font-size: 18px;
	color: #030349;
	line-height: 1.45;
	margin: 50px 0;
}
.sec01 .grid3 {
	margin-top: 50px;
}
.sec01 .grid3 > div {
	flex: 1;
	margin-right: 60px;
}
.sec01 .grid3 > div:last-child {
	margin-right: 0;
}
.sec01 .grid3 > div .thumb {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	margin-bottom: 20px;
}
.sec01 .grid3 > div .thumb img {
	width: 100%;
}
.sec01 .grid3 > div .txt strong {
	display: block;
	font-size: 36px;
	color: #01008C;
	margin-bottom: 10px;
}
.sec01 .grid3 > div .txt p {
	font-size: 20px;
	color: #030349;
}




.sec02 h3.title {
	margin-bottom: 50px;
}
.sec02 .box {
	padding: 0 30px;
	box-sizing: border-box;
}
.sec02 .info strong {
	display: block;
	font-size: 40px;
	color: #01008C;
	margin-bottom: 20px;
}
.sec02 .info p {
	font-size: 20px;
	color: #030349;
	line-height: 1.4;
	margin-bottom: 40px;
}
.sec02 .info p span {
	display: block;
	margin-bottom: 10px;
}
.sec02 .tit {
	display: block;
	font-size: 24px;
	color: #01008C;
	margin-bottom: 20px;
	font-weight: 500;
}
.sec02 .compensation .flex {
	flex-wrap: wrap;
}
.sec02 .compensation .flex > div {
	position: relative;
}
.sec02 .compensation .white_box {
	width: 64%;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
}
.sec02 .compensation .white_box  > div {
	position: relative;
	flex: 1;
	text-align: center;
	padding: 60px 0 50px;
}
.sec02 .compensation .flex > div .thumb {
	margin-bottom: 10px;
}
.sec02 .compensation .flex > div strong {
	display: block;
	color: #030349;
	font-weight: 400;
	font-size: 20px;
}
.sec02 .compensation .flex > div:after {
    content: '';
    max-width: 80px;
    height: 90px;
    display: block;
    position: absolute;
    width: 100%;
    top: 85px;
    right: -35px;
    background-size: 100%!important;
}
.sec02 .compensation .flex > div .step01:after {
    background: url("../images/s01_step01.svg")no-repeat 50% 50%;
}
.sec02 .compensation .flex > div .step02:after {
    background: url("../images/s01_step02.svg")no-repeat 50% 50%;
}
.sec02 .compensation .flex > div .step02 strong {
	font-weight: bold;
}
.sec02 .compensation .flex > div em {
    position: absolute;
    top: 160px;
    right: -48%;
    display: block;
    text-align: center;
    width: 100%;
    color: #030349;
    font-size: 18px;
}
.sec02 .compensation .step04 {
	width: 15%;
}
.sec02 .compensation .flex > div.step04:after {
	right: auto;
    left: calc(50% - 40px);
	background: url("../images/s01_step03.svg")no-repeat 50% 50%;
}
.sec02 .compensation .flex > div.step04 em {
	right: auto;
}
.sec02 .compensation .step05 {
	width: 21%;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	color: #01008C;
	font-weight: bold;
	overflow: hidden;
	padding: 60px 0 52px;
}
.sec02 .compensation .flex > div.step05 strong {
	font-weight: bold;
	color: #01008C;
}
.sp{
    position: absolute;
    transition: 0.5s; 
}
.sp-t{
    top: 0;
    right: 0;
    width: 200px;
    height: 2px;
    background:linear-gradient( to left , transparent,#01008C,#01008C);
    animation: anim2 2s linear infinite;
    transform: translateY(-200%);
    animation-delay: 0.9s;
}
.sp-r{
    bottom: 0;
    right: 0;
    width: 2px;
    height: 200px;
    background:linear-gradient( to top , transparent,#01008C ,#01008C);
    animation: anim1 2s linear infinite;
    animation-delay: 0s;
}
.sp-b{
    right: 0;
    bottom: 0;
    width: 200px;
    height: 2px;
    background:linear-gradient( to left , transparent,#01008C,#01008C);
    animation: anim2 2s linear infinite;
}
.sp-l{
    left: 0;
    top:0;
    width: 2px;
    height: 200px;
    background:linear-gradient( to top , transparent,#01008C,#01008C);
    animation: anim1 2s linear infinite;
    animation-delay: 1.2s;
    transform: translateX(-200%);
}
@keyframes anim1 {
    0%{
        transform: translateY(200%);
        
    }
    100%{
        transform: translateY(-200%);
        
    }
}
@keyframes anim2 {
    0%{
        transform: translateX(200%);
    }
    100%{
        transform: translateX(-200%);
        
    }
}
.sec02 .pay_step {
	padding: 40px 0;
}
.sec02 .pay_step .flex > div {
	font-size: 20px;
	color: #030349;
	margin-right: 50px;
}
.sec02 .pay_step .flex > div:last-child {
	margin-right: 0;
}







.sec03 .flex {
	align-items: center;
}
.sec03 .flex > div {
	flex: 1;
}
.sec03 .m {
	display: none;
}
.sec03 .txt {
	color: #fff;
	line-height: 1.4;
	margin-right: 60px;
}
.sec03 .txt h3.title {
	color: #fff;
	margin-bottom: 40px;
}
.sec03 .txt div {
	font-size: 18px;
	word-break: keep-all;
}
.sec03 .circle {
	position: relative;
	width: 600px;
	height: 600px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 auto;
}
.sec03 .circle .white {
	width: 450px;
	height: 450px;
	background: #fff;
	border-radius: 50%;
	margin: 70px;
}
.sec03 .circle .white > div {
	position: absolute;
	width: 450px;
	height: 450px;
	display: table;
	vertical-align: middle;
	text-align: center;
	opacity: 0;
	transition: opacity .2s;
}
.sec03 .circle .white > div.active {
	opacity: 1;
}
.sec03 .circle .white > div .cell {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}
.sec03 .circle .white > div .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 30px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.sec03 .circle .white > div.text01 .icon {
	background-image: url("../images/service_ico_red=element-4.svg")
}
.sec03 .circle .white > div.text02 .icon {
	background-image: url("../images/service_ico_red=monitor-mobbile.svg")
}
.sec03 .circle .white > div.text03 .icon {
	background-image: url("../images/service_ico_red=global-search.svg")
}
.sec03 .circle .white > div.text04 .icon {
	background-image: url("../images/service_ico_red=pet.svg")
}
.sec03 .circle .white > div.text05 .icon {
	background-image: url("../images/service_ico_red=coin.svg")
}
.sec03 .circle .white > div h4 {
	font-size: 40px;
	font-weight: bold;
	color: #030349;
	margin-bottom: 20px;
}
.sec03 .circle .white > div p {
	font-size: 20px;
	color: #030349;
	line-height: 1.4;
}
.sec03 .circle > .icon {
	position: absolute;
	width: 130px;
	height: 130px;
	opacity: 0;
}
.sec03 .circle > .icon span {
	display: block;
    width: 100%;
    height: 100%;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.sec03 .circle > .icon01 {
	top: -4%;
    left: 50%;
	transform: translate(-50%,-50%);
	animation: tong1 1s ease-in-out both;
}
.sec03 .circle > .icon01 span {
	background-image: url("../images/service_ico_gray=element-4.svg");
}
.sec03 .circle > .icon02 {
	top: 20%;
    right: -11%;
	animation: tong2 1s ease-in-out both;
}
.sec03 .circle > .icon02 span {
	background-image: url("../images/service_ico_gray=monitor-mobbile.svg");
}
.sec03 .circle > .icon03 {
	bottom: 1%;
	right: 1%;
	animation: tong3 1s ease-in-out both;
}
.sec03 .circle > .icon03 span {
	background-image: url("../images/service_ico_gray=global-search.svg");
}
.sec03 .circle > .icon04 {
	bottom: 1%;
    left: 1%;
	animation: tong4 1s ease-in-out both;
}
.sec03 .circle > .icon04 span {
	background-image: url("../images/service_ico_gray=pet.svg");	
}
.sec03 .circle > .icon05 {
	top: 20%;
    left: -11%;
	animation: tong5 1s ease-in-out both;
}
.sec03 .circle > .icon05 span {
	background-image: url("../images/service_ico_gray=coin.svg");
}
.sec03 .circle > .icon.active span {
	background-color: #F82D2D;
	animation: zoomBounce 1s infinite;
}
.sec03 .circle > .icon01.active span {
	background-image: url("../images/service_ico_white=element-4.svg");
}
.sec03 .circle > .icon02.active span {
	background-image: url("../images/service_ico_white=monitor-mobbile.svg");
}
.sec03 .circle > .icon03.active span {
	background-image: url("../images/service_ico_white=global-search.svg");
}
.sec03 .circle > .icon04.active span {
	background-image: url("../images/service_ico_white=pet.svg");
}
.sec03 .circle > .icon05.active span {
	background-image: url("../images/service_ico_white=coin.svg");
}

@keyframes zoomBounce {
	25% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	75% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
		opacity: 1;
	}
}
@keyframes tong1 {
    0%{
        top: 25%;
		opacity: 0;
    }
    20%{
        top: -4%;
		opacity: 1;
    }
	40%{
        top: 10%;
		opacity: 1;
    }
	60%{
        top: -4%;
		opacity: 1;
    }
	80%{
        top: 2%;
		opacity: 1;
    }
	100%{
        top: -4%;
		opacity: 1;
    }
}
@keyframes tong2 {
    0%{
        right: 25%;
		top: 25%;
		opacity: 0;
    }
    20%{
        right: -11%;
		top: 20%;
		opacity: 1;
    }
	40%{
        right: 0;
		top: 25%;
		opacity: 1;
    }
	60%{
        right: -11%;
		top: 20%;
		opacity: 1;
    }
	80%{
        right: -9%;
		top: 22%;
		opacity: 1;
    }
	100%{
        right: -11%;
		top: 20%;
		opacity: 1;
    }
}
@keyframes tong3 {
    0%{
        bottom: 25%;
		right: 25%;
		opacity: 0;
    }
    20%{
        bottom: 1%;
		right: 1%;
		opacity: 1;
    }
	40%{
        bottom: 13%;
		right: 13%;
		opacity: 1;
    }
	60%{
        bottom: 1%;
		right: 1%;
		opacity: 1;
    }
	80%{
        bottom: 3%;
		right: 3%;
		opacity: 1;
    }
	100%{
        bottom: 1%;
		right: 1%;
		opacity: 1;
    }
}
@keyframes tong4 {
    0%{
        bottom: 25%;
		left: 25%;
		opacity: 0;
    }
    20%{
        bottom: 1%;
		left: 1%;
		opacity: 1;
    }
	40%{
        bottom: 13%;
		left: 13%;
		opacity: 1;
    }
	60%{
        bottom: 1%;
		left: 1%;
		opacity: 1;
    }
	80%{
        bottom: 3%;
		left: 3%;
		opacity: 1;
    }
	100%{
        bottom: 1%;
		left: 1%;
		opacity: 1;
    }
}
@keyframes tong5 {
    0%{
        left: 25%;
		top: 25%;
		opacity: 0;
    }
    20%{
        left: -11%;
		top: 20%;
		opacity: 1;
    }
	40%{
        left: 0;
		top: 25%;
		opacity: 1;
    }
	60%{
        left: -11%;
		top: 20%;
		opacity: 1;
    }
	80%{
        left: -9%;
		top: 22%;
		opacity: 1;
    }
	100%{
        left: -11%;
		top: 20%;
		opacity: 1;
    }
}






.sec04 h3.title {
	margin-bottom: 40px;
}
.sec04 .flex > div:first-child {
	position: relative;
	max-width: 550px;
	margin-right: 50px;
}
.sec04 .flex > div:first-child img {
	width: 100%;
	margin-top: 20px;
}
.sec04 .list > div {
	margin-bottom: 40px;
}
.sec04 .list > div:last-child {
	margin-bottom: 0px;
}
.sec04 .list > div .white {
	background: #fff;
	font-size: 24px;
	color: #01008C;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 15px;
	transition: box-shadow .3s;
	box-sizing: border-box;
}
.sec04 .list > div .white:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.sec04 .list > div p {
	font-size: 18px;
	color: #030349;
	line-height: 1.4;
	padding: 0 20px;
	box-sizing: border-box;
}





.sec05 .flex {
	align-items: center;
}
.sec05 .flex > div:first-child {
	flex: 1;
}
.sec05 .flex strong {
	display: block;
	font-size: 40px;
	color: #01008C;
	line-height: 1.2;
	margin-bottom: 30px;
}
.sec05 .flex p {
	font-size: 20px;
	color: #030349;
	line-height: 1.2;
}
.sec05 .flex .thumb {
	max-width: 600px;
	margin-left: 100px;
}
.sec05 .flex .thumb img {
	position: relative;
	width: 100%;
	animation: MoveUpDown 2s 2s linear infinite;
}
@keyframes MoveUpDown {
	0%, 100% {
		top: 0;
	}
	50% {
		top: 10px;
	}
}






.sec06 .box {
	padding: 50px 30px 0;
	box-sizing: border-box;
}
.sec06 .main_tit {
    position: relative;
    display: block;
    font-size: 40px;
	color: #01008C;
	margin-bottom: 30px;
}
.sec06 .sub_tit {
    color: #030349;
    margin: 0 auto;
	font-size: 20px;
	line-height: 1.4;
}
.sec06 .token_wrap {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
    text-align: left;
    margin-top: 40px;
	overflow: hidden;
}
.sec06 .token_wrap > div {
    padding: 60px 80px;
    box-sizing: border-box;
}
.sec06 .token_wrap > div span {
    color: #030349;
}
.sec06 .token_wrap > div span img {
    width: 40px;
}
.sec06 .token_wrap > div.token_info {
    background: #fff;
    flex: 0.5;
}
.sec06 .token_wrap > div.token_info table th {
	width: 240px;
    font-weight: bold;
    font-size: 20px;
	color: #030349;
}
.sec06 .token_wrap > div.token_info table td {
    padding: 15px 0;
    font-size: 20px;
}
.sec06 .token_wrap > div:last-child {
    position: relative;
    flex: 0.75;
    background: #F2F2F9;
    padding: 80px 25px 40px 80px;
    font-weight: 500;
}
.sec06 .token_wrap .flex {
    flex-wrap: wrap;
}
.sec06 .token_wrap .flex > div {
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom: 40px;
}
.sec06 .token_wrap .flex > div strong {
    display: block;
    font-weight: bold;
    font-size: 20px;
	color: #030349;
    margin-bottom: 15px;
}
.sec06 .token_wrap .flex > div p {
    font-size: 18px;
	color: #7C7C82;
}
.sec06 .token_wrap .flex > div p span {
	display: block;
	font-size: 20px;
	font-weight: 800;
	color: #01008C;
	margin-top: 5px;
}
.sec06 .chart {
    padding-top: 90px;
}
.sec06 .chart h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
	color: #01008C;
}
.sec06 .chart > div:first-child {
    flex: 0 0 50%;
    max-width: 50%;
}
.sec06 .chart_form {
    align-items: center;
}
.sec06 #doughnut-chart {
	width: 320px;
	height: 320px;
    border-radius: 50%;
	background: url("../images/coin.png")no-repeat 50% 50% / 32%;
}
.sec06 .chart_form > div:first-child{
    position: relative;
    background: url("../images/logo_chart.png")no-repeat 50% 50%;
}
.sec06 .chart_form .legend {
    text-align: left;
    margin-left: 100px;
}
.sec06 .chart_form .legend ul li {
    position: relative;
    padding-left: 50px;
    margin: 28px 0 0;
	font-size: 20px;
	color: #030349;
	font-weight: bold;
    padding-right: 60px;
}
.sec06 .chart_form .legend ul li:first-child {
	margin-top: 0;
}
.sec06 .chart_form .legend ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 5px;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sec06 .chart_form .legend ul li:nth-child(1):before {
    background: #01008C;
}
.sec06 .chart_form .legend ul li:nth-child(2):before {
    background: #F82D2D;
}
.sec06 .chart_form .legend ul li:nth-child(3):before {
    background: #FEFF09;
}
.sec06 .chart_form .legend ul li:nth-child(4):before {
    background: #00BDC5;
}
.sec06 .chart_form .legend ul li:nth-child(5):before {
    background: #7831FF;
}
.sec06 .chart_form .legend ul li:nth-child(6):before {
    background: #11D200;
}
.sec06 .chart_form .legend ul li:nth-child(7):before {
    background: #8C8BFF;
}
.sec06 .chart_form .legend ul li span {
    position: absolute;
    right: 0;
    color: #030349;
	font-weight: 400;
}
.sec06 .area {
	margin-left: 160px;
}
.sec06 .area p {
	color: #030349;
	font-size: 18px;
	line-height: 1.8;
}










.sec08 {
	padding-left: 0!important;
	padding-right: 0!important;
}
.sec08 h3.title {
	color: #fff;
	margin-bottom: 30px;
}
.sec08 .sub_tit {
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
}
.sec08 .swiper-container {
	margin-top: 30px;
}
.sec08 .swiper-slide {
	position: relative;
	height: 0;
	padding-bottom: 19%;
	margin: 30px 60px 30px 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition: all .3s;
	border-radius: 5px;
	opacity: .5;
}
.sec08 .swiper-slide:hover,
.sec08 .swiper-slide-active {
	box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.4);
	opacity: 1;
}
.sec08 .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
	width: auto;
	max-width: 90%;
}






.sec09 h3.title {
	margin-bottom: 60px;
}
.sec09 .team_slide {
	position: relative;
	overflow: hidden;
	padding: 0 3%;
}
.sec09 .team_slide .swiper-container {
	position: static;
	padding: 15px;
}
.sec09 .team_slide .box {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	transition: background .3s;
	padding: 60px 25px;
	box-sizing: border-box;
}
.sec09 .team_slide .box .thumb {
	max-width: 280px;
	padding-bottom: 95%;
	margin: 0 auto 30px;
	position: relative;
    border-radius: 50%;
    border: 2px dashed #ddd;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
    transition: padding .3s;
}
.sec09 .team_slide .box .thumb img {
    width: 100%;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec09 .team_slide .box .info {
	text-align: center;
}
.sec09 .team_slide .box .info .name {
	color: #01008C;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 10px;
	transition: all .3s;
}
.sec09 .team_slide .box .info .txt {
	font-size: 18px;
	font-weight: bold;
	color: #030349;
	transition: all .3s;
}
.sec09 .team_slide .box:hover {
	background: #01008C;
}
.sec09 .team_slide .box:hover .thumb img {
	transform: translate(-50%,-50%) scale(0.9);
}
.sec09 .team_slide .box:hover .info .name,
.sec09 .team_slide .box:hover .info .txt {
	color: #fff;
}
.sec09 .swiper-button-prev,
.sec09 .swiper-button-next {
	width: 15px;
	height: 33px;
}
.sec09 .swiper-button-prev {
	background: url("../images/arrow-left.svg")no-repeat 50% 50% / 100%;
}
.sec09 .swiper-button-next {
	background: url("../images/arrow-right.svg")no-repeat 50% 50% / 100%;
}







.sec10 .road_map {
	position: relative;
	overflow: hidden;
	margin-top: 100px;
}
.sec10 .road_map .line {
    margin-top: 100px;
    border-bottom: 2px dashed #01008C;
}
.sec10 .swiper-slide {
	width: 20%;
}
.sec10 .road_wrap {
    position: static;
    margin-top: -100px;
    padding-top: 20px;
}
.sec10 .road_wrap > div {
	flex: 1;
	text-align: center;
}
.sec10 .road_wrap .date {
    padding-bottom: 30px;
	font-size: 20px;
    font-weight: bold;
	text-align: left;
}
.sec10 .road_wrap .date span {
    padding: 19px 45px;
    border-radius: 10px;
    background: #01008C;
    color: #fff;
}
.sec10 .road_wrap .map_line {
    overflow: hidden;
}
.sec10 .road_wrap .map_line .round {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #01008C;
    border-radius: 100%;
	background: #fff;
    top: 16px;
    left: 0;
    z-index: 1;
}
.sec10 .road_wrap .map_line .round span {
    background: #01008C;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.sec10 .road_wrap .map_line .vertical {
    border-left: 2px dashed #01008C;
    height: 50px;
    position: relative;
    margin-left: 10px;
}
.sec10 .road_wrap .map_detail {
	text-align: left;
    padding-top: 10px;
    width: 100%;
}
.sec10 .road_wrap .map_detail p {
	color: #030349;
	font-size: 18px;
	line-height: 1.4;
}
.sec10 .road_wrap .map_detail p span {
	font-size: 14px;
}













@media screen and (max-width: 1600px) {
	.visual.sec {
		padding: 0 2% 100px;
	}
	.visual.sec .text_ani {
		font-size: 140px;
		width: 850px;
		letter-spacing: 7px;
	}
	.carousel {
		transform: scale(0.8);
		top: 0;
		right: 0;
	}
	
	
	
	.sec {
		padding: 100px 2%;
	}
	
	
	.sec03 .circle {
		width: 550px;
		height: 550px;
	}
	.sec03 .circle .white {
		width: 415px;
		height: 415px;
		margin: 67px;
	}
	.sec03 .circle .white > div {
		width: 415px;
		height: 415px;
	}
	.sec03 .circle > .icon {
		width: 23%;
		height: 0;
		padding-bottom: 23%;
	}
	.sec03 .circle > .icon span {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
	
	
	
	.sec05 .flex .thumb {
		max-width: 545px;
		margin-left: 70px;
	}
	
	
	
	.sec06 .area {
		margin-left: 130px;
	}
}
@media screen and (max-width: 1400px) {
	.visual.sec .text_ani {
		width: 760px;
		font-size: 125px;
		letter-spacing: 5px;
	}
	
	.carousel {
		transform: scale(0.75);
		right: -2%;
	}
	.visual.sec .box h2 {
		font-size: 30px;
	}
	.visual.sec .box p {
		font-size: 16px;
	}
	.btn-download a {
		width: 255px;
		height: 60px;
		line-height: 60px;
	}
	
	
	.sec03 .circle {
		width: 500px;
		height: 500px;
	}
	.sec03 .circle .white {
		width: 390px;
		height: 390px;
		margin: 55px;
	}
	.sec03 .circle .white > div {
		width: 390px;
		height: 390px;
	}
	
	
	.sec05 .flex .thumb {
		max-width: 485px;
	}
	
	
	
	.sec06 .chart_form .legend {
		margin-left: 70px;
	}
	.sec06 .token_wrap > div {
		padding: 40px 60px;
	}
	.sec06 .token_wrap > div:last-child {
		padding: 50px 25px 40px 60px;
	}
	.sec06 #doughnut-chart {
		width: 280px;
		height: 280px;
	}
	
	
	.sec08 .flex > div {
		width: calc(25% - 34px);
		margin: 30px 45px 30px 0;
	}
}
@media screen and (max-width: 1280px) {
	.visual.sec .box {
		margin-top: 0;
	}
	.visual.sec {
		padding: 0 20px 50px;
	}
	.visual.sec .text_ani {
		width: 560px;
		font-size: 95px;
		letter-spacing: 3px;
	}
	.carousel {
		transform: scale(0.65);
		right: -8%;
		top: -7%;
	}
	
	
	
	.sec h3.title {
		font-size: 40px;
	}
	
	
	
	.sec01 .title {
		width: 325px;
	}
	.sec01 .grid3 > div .txt strong {
		font-size: 28px;
	}
	.sec01 .grid3 > div .txt p {
		font-size: 18px;
	}
	
	
	
	.sec02 .compensation .flex > div .thumb img {
		width: 90px;
	}
	.sec02 .compensation .flex > div em {
		font-size: 16px;
		top: 115px;
	}
	.sec02 .compensation .flex > div:after {
		max-width: 55px;
		top: 50px;
		right: -25px;
	}
	.sec02 .compensation .flex > div strong {
		font-size: 18px;
	}
	.sec02 .compensation .flex > div.step04:after {
		left: calc(50% - 25px);
	}
	.sec02 .compensation .step05 {
		padding: 50px 0 40px;
	}
	
	
	
	
	.sec03 .circle {
		width: 400px;
		height: 400px;
	}
	.sec03 .circle .white {
		width: 300px;
		height: 300px;
		margin: 49px;
	}
	.sec03 .circle .white > div {
		width: 300px;
		height: 300px;
	}
	.sec03 .circle .white > div .icon {
		width: 55px;
		height: 55px;
		background-size: 100%;
		margin: 0 auto 15px;
	}
	.sec03 .circle .white > div h4 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.sec03 .circle .white > div p {
		font-size: 17px;
	}
	.sec03 .circle > .icon span {
		background-size: 40px;
	}
	
	
	
	.sec05 .flex .thumb {
		max-width: 400px;
	}
	
	
	.sec06 .chart_form .legend {
		margin-left: 45px;
	}
}
@media screen and (max-width: 1024px) {
	.visual.sec .text_ani {
		width: 420px;
		font-size: 70px;
		height: 180px;
	}
	.carousel {
		transform: scale(0.53);
		right: -130px;
		top: -15%;
	}
	.visual.sec .box h2 {
		font-size: 22px;
	}
	.visual.sec .box p {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.btn-download a {
		font-size: 14px;
		width: 225px;
		height: 55px;
		line-height: 55px;
	}
	
	
	
	.sec h3.title {
		font-size: 30px;
	}
	
	
	
	
	.sec01 .title {
		width: 210px;
	}
	.sec01 .info strong {
		font-size: 32px;
	}
	.sec01 .info p {
		font-size: 16px;
		margin: 25px 0;
	}
	.sec01 .grid3 > div {
		margin-right: 30px;
	}
	
	
	
	
	.sec02 .box {
		padding: 0 15px;
	}
	.sec02 .info strong {
		font-size: 32px;
	}
	.sec02 .info p {
		font-size: 18px;
	}
	.sec02 .tit {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.sec02 .compensation .flex > div {
		width: 100%!important;
	}
	.sec02 .compensation .step04 {
		padding: 60px 0;
	}
	.sec02 .compensation .flex > div.step04:after {
		transform: rotate(90deg);
		top: 0;
	}
	.sec02 .compensation .flex > div.step04 em {
		top: 85px;
	}
	.sec02 .pay_step .flex {
		display: block;
	}
	.sec02 .pay_step .flex > div {
		font-size: 16px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	
	
	
	.sec03 .flex {
		display: block;
	}
	.sec03 .txt {
		margin-right: 0;
		margin-bottom: 80px;
	}
	.sec03 .circle > .icon {
		width: 21%;
	}
	
	
	
	
	.sec04 .flex {
		display: block;
	}
	.sec04 .flex > div:first-child {
		max-width: 100%;
		margin-right: 0;
	}
	.sec04 .flex > div:first-child img {
		width: 275px;
		margin-top: -215px;
		position: absolute;
		right: 0;
		z-index: -1;
	}
	.sec04 .list {
		margin-top: 35px;
	}
	.sec04 .list > div {
		margin-bottom: 20px;
	}
	.sec04 .list > div .white {
		font-size: 18px;
		padding: 15px;
	}
	.sec04 .list > div p {
		font-size: 15px; 
	}
	
	
	
	
	.sec05 .flex {
		display: block;
		margin-top: 60px;
	}
	.sec05 .flex strong {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.sec05 .flex p {
		font-size: 16px;
	}
	.sec05 .flex .thumb {
		max-width: 320px;
		margin: 30px auto 0;
	}
	
	
	
	.sec06 .box {
		padding: 40px 15px 0;
	}
	.sec06 .main_tit {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.sec06 .sub_tit {
		font-size: 16px;
	}
	.sec06 .token_wrap {
		display: block;
	}
	.sec06 .chart {
		display: block;
	}
	.sec06 .chart h3 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.sec06 #doughnut-chart {
		width: 220px;
		height: 220px;
	}
	.sec06 .chart > div:first-child {
		max-width: 100%;
		text-align: center;
	}
	.sec06 .chart_form {
		justify-content: center;
	}
	.sec06 .chart_form .legend {
		margin-left: 70px;
	}
	.sec06 .chart_form .legend ul li {
		font-size: 14px;
		padding-left: 40px;
		padding-right: 50px;
		margin: 18px 0;
	}
	.sec06 .chart_form .legend ul li:before {
		width: 20px;
		height: 20px;
	}
	.sec06 .area {
		margin-left: 0;
		margin-top: 50px;
	}
	.sec06 .area p {
		font-size: 16px;
	}
	
	
	
	
	.sec08 .swiper-slide {
		padding-bottom: 25%;
	}
	
	
	
	.sec10 .swiper-slide {
		width: 28%;
	}
}
@media screen and (max-width: 768px) {
	.visual.sec .text_ani {
		height: 95px;
		margin-left: calc(50% - 205px);
	}
	.carousel {
		top: -6%;
		right: auto;
		left: 50%;
		transform: translateX(-50%) scale(0.5);
	}
	.visual.sec .box {
		width: 100%;
		max-width: none;
		margin-top: 370px;
	}
	.btn-download a {
		width: 100%;
	}
	
	
	
	.sec {
		padding: 60px 20px;
	}
	
	
	
	.sec01 .flex {
		display: block;
	}
	.sec01 .title {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.sec01 .info strong {
		font-size: 20px;
	}
	.sec01 .info strong br {
		display: none;
	}
	.sec01 .grid3 > div {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.sec01 .grid3 > div .thumb {
		margin-bottom: 10px;
	}
	.sec01 .grid3 > div .txt strong {
		font-size: 20px;
	}
	.sec01 .grid3 > div .txt p {
		font-size: 14px;
	}
	
	
	
	
	.sec02 .box {
		padding: 0;
	}
	.sec02 .info strong {
		font-size: 20px;
	}
	.sec02 .info p {
		font-size: 14px;
	}
	.sec02 .tit {
		font-size: 16px;
	}
	.sec02 .compensation .white_box > div {
		padding: 25px 0;
	}
	.sec02 .compensation .flex > div .thumb img {
		width: 65px;
	}
	.sec02 .compensation .flex > div strong {
		font-size: 16px;
	}
	.sec02 .compensation .flex > div:after {
		max-width: 30px;
		top: 10px;
		right: -15px;
	}
	.sec02 .compensation .flex > div em {
		font-size: 12px;
		top: 65px;
	}
	.sec02 .compensation .step04 {
		padding: 40px 0;
	}
	.sec02 .compensation .flex > div.step04 em {
		top: 55px;
	}
	.sec02 .compensation .flex > div.step04:after {
		transform: rotate(90deg) translateX(-50%);
		left: 46%;
	}
	.sec02 .compensation .step05 {
		padding: 25px;
	}
	.sec02 .pay_step {
		padding: 25px 0;
	}
	.sec02 .pay_step .flex > div {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	

	
	.sec03 .txt h3.title {
		margin-bottom: 25px;
	}
	.sec03 .txt div {
		font-size: 14px;
	}
	.sec03 .circle {
		width: 360px;
		height: 360px;
	}
	.sec03 .circle .white {
		width: 260px;
		height: 260px;
		margin: 47px;
	}
	.sec03 .circle .white > div {
		width: 260px;
		height: 260px;
	}
	.sec03 .circle .white > div .icon {
		width: 45px;
		height: 45px;
	}
	.sec03 .circle .white > div h4 {
		font-size: 25px;
	}
	.sec03 .circle .white > div p {
		font-size: 14px;
	}
	.sec03 .circle > .icon span {
		background-size: 35px;
	}
	
	
	
	
	.sec04 .flex > div:first-child img {
		width: 185px;
		margin-top: -155px;
	}
	.sec04 .list {
		margin-top: 20px;
	}
	.sec04 .list > div {
		margin-bottom: 15px;
	}
	.sec04 .list > div .white {
		font-size: 16px;
	}
	.sec04 .list > div p {
		font-size: 13px;
		padding: 0 15px;
	}
	
	
	
	
	
	.sec05 .flex strong {
		font-size: 20px;
	}
	.sec05 .flex p {
		font-size: 14px;
	}
	.sec05 .flex .thumb {
		max-width: 250px;
		margin: 10px auto 0;
	}
	
	
	
	
	.sec06 .box {
		padding: 40px 0 0;
	}
	.sec06 .main_tit {
		font-size: 20px;
	}
	.sec06 .sub_tit {
		font-size: 14px;
	}
	.sec06 .token_wrap > div {
		padding: 15px 20px;
	}
	.sec06 .token_wrap > div.token_info table th {
		width: 130px;
		font-size: 14px;
	}
	.sec06 .token_wrap > div.token_info table td {
		padding: 10px 0;
		font-size: 14px;
	}
	.sec06 .token_wrap > div span img {
		width: 30px;
	}
	.sec06 .token_wrap > div:last-child {
		padding: 30px 20px;
	}
	.sec06 .token_wrap .flex > div {
		margin-bottom: 20px;
	}
	.sec06 .token_wrap .flex > div strong {
		font-size: 16px;
	}
	.sec06 .token_wrap .flex > div p {
		font-size: 14px;
	}
	.sec06 .token_wrap .flex > div p span {
		font-size: 16px;
	}
	.sec06 .chart h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.sec06 .chart_form .legend {
		margin-left: 35px;
	}
	.sec06 .area p {
		font-size: 14px;
	}
	
	
	
	
	.sec08 h3.title {
		margin-bottom: 20px;
	}
	.sec08 .sub_tit {
		font-size: 14px;
	}
	.sec08 .swiper-slide {
		padding-bottom: 30%;
	}
	
	
	
	.sec09 h3.title {
		margin-bottom: 20px;
	}
	.sec09 .team_slide {
		padding: 0;
	}
	.sec09 .swiper-button-prev, 
	.sec09 .swiper-button-next {
		display: none;
	}
	
	
	
	
	.sec10 .road_map {
		margin-top: 35px;
	}
	.sec10 .road_map .line {
		margin-top: 70px;
	}
	.sec10 .road_wrap {
		margin-top: -77px;
	}
	.sec10 .swiper-slide {
		width: 40%;
	}
	.sec10 .road_wrap .date {
		font-size: 16px;
		margin-bottom: 0;
		padding-bottom: 11px;
	}
	.sec10 .road_wrap .date span {
		padding: 14px 18px;
	}
	.sec10 .road_wrap .map_detail p {
		font-size: 14px;
	}
	.sec10 .road_wrap .map_detail p span {
		font-size: 12px;
		line-height: 1;
		display: inline-block;
	}
}
@media screen and (max-width: 480px) {
	.visual.sec .text_ani {
		width: 280px;
		font-size: 45px;
		margin-left: calc(50% - 135px);
	}
	.carousel {
		top: -8%;
		transform: translateX(-50%) scale(0.4);
	}
	.visual.sec .box { 
		margin-top: 325px;
	}
	.visual.sec .box h2 {
		font-size: 20px;
	}
	.visual.sec .box h2 br {
		display: none;
	}
	
	
	
	
	.sec02 .compensation .flex {
		display: block;
	}
	.sec02 .compensation .flex > div:after {
		top: auto;
		bottom: -45px;
		right: auto;
		left: 45%;
		transform: rotate(90deg);
	}
	.sec02 .compensation .flex > div em {
		top: auto;
		bottom: -8px;
		right: auto;
		left: calc(50% - -20px);
		width: auto;
	}
	.sec02 .compensation .flex > div.step04 em {
		left: 40%;
	}
	.sec02 .compensation .step05 {
		box-sizing: border-box;
	}
	
	
	
	
	
	.sec03 .pc {
		display: none;
	}
	.sec03 .m {
		display: block;
	}
	.sec03 .list {
		position: relative;
	}
	.sec03 .list:before {
		content: '';
		display: block;
		width: 1px;
		height: calc(100% - 80px);
		background: rgba(255,255,255,0.5);
		position: absolute;
		top: 5px;
		left: 25px;
		z-index: -1;
	}
	.sec03 .list > div {
		display: flex;
	}
	.sec03 .list > div .icon {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		margin-right: 20px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 22px;
	}
	.sec03 .list > div .icon01 {
		background-image: url("../images/service_ico_gray=element-4.svg");
	}
	.sec03 .list > div .icon02 {
		background-image: url("../images/service_ico_gray=monitor-mobbile.svg");
	}
	.sec03 .list > div .icon03 {
		background-image: url("../images/service_ico_gray=global-search.svg");
	}
	.sec03 .list > div .icon04 {
		background-image: url("../images/service_ico_gray=pet.svg");
	}
	.sec03 .list > div .icon05 {
		background-image: url("../images/service_ico_gray=coin.svg");
	}
	.sec03 .list > div .txt {
		flex: 1;
		background: #fff;
		border-radius: 10px;
		color: #030349;
		padding: 15px;
		margin-bottom: 25px;
	}
	.sec03 .list > div .txt h4 {
		font-size: 20px;
	}
	.sec03 .list > div .txt p {
		font-size: 14px;
		margin-top: 10px;
	}
	
	
	
	.sec04 .flex > div:first-child img {
		position: static;
		width: 100%;
		margin: 0;
	}
	
	
	
	.sec06 .token_wrap > div.token_info table td {
		padding: 10px 0 20px;
	}
	.sec06 .token_wrap > div:last-child {
		display: block;
	}
	.sec06 #doughnut-chart {
		width: 100%;
	}
	.sec06 .token_wrap .flex > div {
		max-width: 100%;
	}
	.sec06 .chart_form {
		display: block;
	}
	.sec06 .chart_form .legend {
		margin-left: 0;
		margin-top: 30px;
		padding: 0 5%;
	}
	
	
	
	
	.sec08 .swiper-slide {
		padding-bottom: 45%;
	}
	
	
	
	.sec10 .swiper-slide {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.sec08 .flex > div {
		width: 100%;
		margin: 0 0 15px 0!important;
	}
	
	
	
	.sec10 .swiper-slide {
		width: 70%;
	}
}