@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* li box__multidata 互動陰影用 */
.box__multidata > ul {
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .4);
    transition: all .5s ease-out 0s;
}


/* 統一最後一起加 可以統一做放這，不行的話，加到各自頁面中 */
.box__multidata > ul:hover {
    -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, .4);
}
/*--------------------------------*/
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 254, 243, 0.3),
                0 0 0 0.5em rgba(22, 254, 243, 0.3),
                0 0 0 1.0em rgba(22, 254, 243, 0.3),
                0 0 0 1.3em rgba(22, 254, 243, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.5em rgba(22, 254, 243, 0.3),
                0 0 0 1.0em rgba(22, 254, 243, 0.3),
                0 0 0 1.3em rgba(22, 254, 243, 0.3),
                0 0 0 1.6em rgba(22, 254, 243, 0);
  }
}

@keyframes ripple_line {
  0% { transform: scale(1); }
  50% { transform: scale(1.8); opacity:1; }
  100% { transform: scale(2.5); opacity:0; }
}
/*--------------------------------*/
/* 動態換色 blue yellow orange purple green white */
.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgblue {
	background-color: #41C3FF;
	top: 60px;
	left: 60px;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgyellow {
	background-color: #FDD100;
	top: 115px;
	left: 25px;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgorange {
	background-color: #F29A75;
	top: 145px;
	left: 5px;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgpurple {
	background-color: #796BAF;
	top: 220px;
	left: 35px;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bggreen {
	background-color: #8FC320;
    top: 25px;
    left: 80px;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgwhite {
	background-color: #ffffff;
	top: 95px;
    left: 140px;
}


.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgblue::before,
.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgblue::after {
	border-color: #41C3FF;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgyellow::before,
.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgyellow::after {
	border-color: #FDD100;
}


.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgorange::before,
.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgorange::after {
	border-color: #F29A75;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgpurple::before,
.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgpurple::after {
	border-color: #796BAF;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bggreen::before,
.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bggreen::after {
	border-color: #8FC320;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgwhite::before,
.box__multidata #bridge__ul .box__motion__con .box__ripple__line.bgwhite::after {
	border-color: #ffffff;
}

/*--------------------------------*/
/* li box__multidata */
.box__multidata  {
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 93%;
}

.box__multidata > ul {
	flex: 0 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 20px;
	background-color: #363C48;
	overflow: hidden;
}

.box__multidata > ul > li:first-child {
	padding: 30px 25px 30px 25px;
}

.box__multidata > ul:nth-child(1) {
	width: 45%;
}

.box__multidata > ul:nth-child(2) {
	width: 53%;	
}

/* -------------------------------------------------------- */
/* 設定動畫區塊 */
.box__multidata #bridge__ul .box__motion__con {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	top: -325px;
	/*top: -70%;*/
	/*background-color: rgb(255, 255, 255, 0.5);*/
}

.box__multidata #connect__ul .box__motion__con,
.box__multidata #shock__ul .box__motion__con {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	top: -100%;
	/*background-color: rgb(255, 255, 255, 0.5);*/
}

.box__multidata #connect__ul .box__motion__con .box__point {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #16FEF3;
}

.box__multidata #connect__ul .box__motion__con .box__point.red__point {
	background-color: #E60012;
}

.box__multidata #shock__ul .box__motion__con .box__ripple {
	display: block;
	position: absolute;
	width: 0.8em;
	height: 0.8em;
	left: 150px;
	top: 50px;

	border-radius: 50%;
	background-color: #16FEF3;
	animation: ripple 0.7s linear infinite;
}



.box__multidata #bridge__ul .box__motion__con .box__ripple__line {
	display: block;
	position: absolute;
	width: 0.8em;
	height: 0.8em;
	border-radius: 50%;
	background-color: #8FC320;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line::before,
.box__multidata #bridge__ul .box__motion__con .box__ripple__line::after {
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border: 1px solid #8FC320;
  border-radius: 50%;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line::before {
  animation: ripple_line 2s linear infinite;
}

.box__multidata #bridge__ul .box__motion__con .box__ripple__line::after {
  animation: ripple_line 2s linear 1s infinite;
}


/* -------------------------------------------------------- */
/* two taiwan */
.box__multidata > ul:nth-child(1) > li:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.box__multidata > ul:nth-child(1) > li:nth-child(2) > ul {
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;

	margin-bottom: 3em;
}

.box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > li {
	flex: 0 0 auto;
}

.box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > li:first-child {
	/*width: 48%;*/
	width: 40%;
}

.box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > li:last-child {
	width: 45%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;

}

.box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > li:last-child img {
	padding: 20px;
	border-radius: 15px;
	background-color: #2E323C;
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* bridge */
.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul {
	display: flex;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    height: 100%;
    flex-wrap: wrap;

    /*border: 1px solid red;
    box-sizing: border-box;*/

    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li {
	flex: 0 0 auto;
	/*border: 1px solid #cccccc;
    box-sizing: border-box;*/
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(1) > img,
.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(2) > div > img  {
	width: 100%;
	height: auto;
}


.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(1) {
	order: 1;
	width: 100%;
	margin-bottom: 40px;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(2) {
	order: 2;
	width: 42%;
	/*padding-left: 1.5em;*/
	padding-top: 2em;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) {
	order: 3;
	/*width: 58%;*/
	width: 50%;
    min-height: 460px;
    margin-left: 8%;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li:first-child {
	color: #16FEF3;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li:not(:first-child) {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li:first-child::before {
	content: '';
	display: block;
	position: absolute;
	margin-left: -20px;
    width: 8px;
    height: 20px;
	background-color: #CCCCCC;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li:first-child.bgblue::before {
	background-color: #41C3FF;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li:first-child.bgyellow::before {
	background-color: #FDD100;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li:first-child.bgorange::before {
	background-color: #F29A75;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li:first-child.bgpurple::before {
	background-color: #796BAF;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li:first-child.bggreen::before {
	background-color: #8FC320;
}

.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li:first-child.bgwhite::before {
	background-color: #ffffff;
}


@media only screen and (min-width:360px) {
	.box__multidata  {
		flex-direction: column;
		width: 93%;
	}

	.box__multidata > ul:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}

	.box__multidata > ul:nth-child(2) {
		width: 100%;	
	}

	.box__multidata > ul:nth-child(1) > li:nth-child(2) {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.box__multidata > ul:nth-child(1) > li:nth-child(2) > ul {
		width: 90%;
		margin-bottom: 15%;
	}

	/* --------------------------------------- */
	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul {
		display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    flex-wrap: nowrap;

	    position: relative;
	    width: 85%;
	    height: auto;
	}
	
	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(1) {
		order: 1;
		width: 100%;
		margin-bottom: 40px;
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(2) {
		transform-origin: top center;
		transform: scale(1.2);

		order: 2;
		width: 100%;
		padding-top: 0em;
		padding-left: 25%;
		margin-bottom: 100px;
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) {
		order: 3;
		width: 100%;
	    min-height: auto;
	    margin-left: 0%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width:768px) {
	.box__multidata  {
		flex-direction: column;
		width: 93%;
	}

	.box__multidata > ul:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}

	.box__multidata > ul:nth-child(2) {
		width: 100%;	
	}

	.box__multidata > ul:nth-child(1) > li:nth-child(2) {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 40px;
	}

	.box__multidata > ul:nth-child(1) > li:nth-child(2) > ul {
		width: 49%;
		margin-bottom: 0em;
	}

	/* --------------------------------------- */
	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul {
		display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    flex-wrap: wrap;

	    position: relative;
	    width: 90%;
	    height: 500px;
	}
	
	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(1) {
		/*order: 1;*/
		order: 2;
		width: 67%;
		margin-bottom: 40px;
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(2) {
		transform-origin: top left;
		transform: scale(1);
		/*order: 2;*/
		order: 1;
		width: 30%;
		padding-top: 2em;
		padding-left: 0%;
		margin-bottom: 0px;
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) {
		order: 3;
		width: 67%;
	    min-height: auto;
	    margin-left: 0%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul {
		flex: 0 0 auto;
		width: 40%;
	}
}

@media only screen and (min-width:1024px) {

}

@media only screen and (min-width:1025px) {
	.box__multidata  {
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		width: 93%;
	}

	.box__multidata > ul:nth-child(1) {
		width: 45%;
		margin-bottom: 0px;
	}

	.box__multidata > ul:nth-child(2) {
		width: 53%;	
	}

	.box__multidata > ul:nth-child(1) > li:nth-child(2) {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 0px;
	}

	.box__multidata > ul:nth-child(1) > li:nth-child(2) > ul {
		width: 90%;
		margin-bottom: 15%;
	}


	/* --------------------------------------- */
	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul {
		display: flex;
	    flex-direction: row;
	    justify-content: center;
	    flex-wrap: wrap;

	    /*border: 1px solid red;
	    box-sizing: border-box;*/

	    position: relative;
	    width: 90%;
	    height: 100%;
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(1) {
		order: 1;
		width: 100%;
		margin-bottom: 40px;
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(2) {
		order: 2;
		width: 50%;
		padding-top: 2em;
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) {
		order: 3;
		width: 38%;
	    min-height: 460px;
	    display: flex;
	    flex-direction: column;
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul {
		flex: 0 0 auto;
		width: 100%;
	}

}

@media only screen and (min-width:1280px) {
	.box__multidata > ul:nth-child(1) > li:nth-child(2) > ul {
		margin-bottom: 25%;
	}

	.box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > li {
	    flex: 0 0 auto;
	    transform-origin: top left;
	    transform: scale(1.2);
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(2) {
		transform-origin: top left;
		transform: scale(1.2);
	}

	.box__multidata > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) {
		width: 30%;
	}
}

@media only screen and (min-width:1440px) {

}


















