:root{
	--color-yellow: #ffce2e;
	--color-red: #f67c78;
	--color-green: #9cc440;
	--color-blue: #00acff;
	--color-orange: #ff9800;
	--color-grey: #efefef;
}
body{
	background-color: #eee; overflow-x: hidden;
	font-family: Microsoft JhengHei!important;
	color: #555;
}
body.up{
	padding-top: 100px;
}
a{
	word-wrap: break-word;
}
p{
	color: #4e4e4e;
}
.row{
	margin: 0!important;
	background-color: #fff;
}
section > .container{
	position: relative;
	background: #fff;
	padding: 0;
}
section > .container::before{
	position: absolute;
    top: 0;
    left: -84px;
    display: block;
    height: 100%;
    width: 100%;
    padding-right: 84px;
    padding-left: 84px;
    border-radius: 39px;
    content: "";
    background: #fff;
    z-index: -1;
    box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
    box-sizing: initial;
}
section{
	position: relative;
    border: none;
    margin: 0;
    padding: 63px 0 58px;
    border: none!important;
    background: 0 0;
}
header{
	padding: 64px 0 0;
	border-bottom: 1px solid #eee;
}
body.up header{
	padding: 0;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: all 0.4s ease; 
    z-index: 1000;
}
.logo-block{
	float: left;
	cursor: pointer;
}
.logo-block > img{
	width: 60px;
}
.logo-block > div{
	font-size: 1.5rem;
	margin-left: 20px;
	line-height: 60px;
	color: #555;
}
body #topHeader{
	padding-left: 0;
	padding-right: 0;
}
body.up .logo-block{
	padding-top: 20px;
}
.menu-block{
	float: right;
	padding-top: 22px;
}
body.up .menu-block{
	padding-top: 42px;
}
.menu-block > ul{
	float: right;
	margin: 0; 
}
.menu-block > ul > li{
	margin-right: 0!important; 
}
/**/
body.up header .topmenu{
	padding-bottom: 20px;
}
.topmenu{
	position: relative;
	padding: 0 10px 50px 10px ;
}
.topmenu:hover{
	border-bottom: 1px solid #4e4e4e;
}
/*
.topmenu:hover::after{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #4e4e4e;
	content: "";
	position: absolute;
	bottom: 0;
	left: 25px;
}*/

.topmenu > a{
	color: #4e4e4e;
}
body.up header .submenu{
	top: 44px;
}
.submenu {
	display: block;
	position: absolute;
	list-style: none;
	line-height: 2em;
	overflow: hidden;
    max-height:0;
	top: 74px;
    transition: all 0.4s ease; 
    background-color: #4e4e4e;
	border-radius: 0 0 5px 5px;
	right: 0;
	z-index: 1000;
}
.submenu > a{
	color: #fff;
	display: block;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
}
.topmenu:hover .submenu {
	max-height: 400px;
}
#miniMenu > .navbar > .navbar-toggler{
	border: 1px solid #444;
}
#miniMenu > #smallMenu{
	position: absolute;
    width: 100vw;
    left: 0;
    background-color: #4e4e4e;
    top: 65px;
    border-top: 1px solid #4e4e4e;
    color: #fff;
    z-index: 1000;
}
#miniMenu > #smallMenu a{
	color: #fff;
}
#miniMenu > #smallMenu > ul > li.menu{
    margin-top: 1rem;
    cursor: pointer;
}
#miniMenu > #smallMenu > ul > li > ul > li{
    border-bottom: 1px solid #bfbfbf;
}
.figure{
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.figure > .figure-banner{
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 90px;
    -webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.figure > .figure-banner > .banner-icon{
    font-size: 50px;
    width: 90px;
    height: 90px;
    float: left;
    display: flex;
	align-items: center; 
	justify-content: center;
    -webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.figure > .figure-banner > .banner-text{
    width: calc(100% - 90px);
    float: left;
    padding-right: 15px;
	display: flex;
	align-items: center; 
	height: 90px;
}

.figure > .figure-banner > .banner-text .title{
	font-size: 1.3rem;
    font-weight: 700;
	text-align: center;
}
.figure:hover > .figure-banner{
	background: #4e4e4e;
}
.figure:hover > .figure-banner > .banner-icon{
	-webkit-transform:rotateY(540deg) scale(0.8);
	-ms-transform:rotateY(540deg) scale(0.8);
	transform:rotateY(540deg) scale(0.8);
}
.figure > .figure-img{
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: center;
}
.figure > .figure-img *{
	margin: 0;
}
.figure > .figure-img > img.lg{
	width: 50%;
}
.figure > .figure-img > img{
	width: 100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.figure:hover > .figure-img > img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.content-area {
	padding-top: 50px;
	padding-bottom: 20px;
}
.content-area > .main-title, .right-menu > .main-title{
	font-size: 1.3rem;
    margin-bottom: 1rem;
}
.content-area > .description {
	background-color: #f7efe4; 
	padding: 10px 20px; 
	border-radius: 15px;
	margin-bottom: 15px;
}
.content-area > ul > li{
    margin-bottom: 0.8rem;
}
.content-area > label{
	font-weight: 500;
	font-size: 1.05rem;
}
.content-area p, .content-area div, .content-area ul{
	text-align: justify;
}
.right-menu{
	padding-top: 50px;
    padding-bottom: 50px;
}
.right-menu > .item{
	color: #fff;
	margin-bottom: 1rem;
	border-radius: 5px;
	transition: all 0.2s;
	cursor: pointer;
}
.right-menu > .item.bg-grey{
	color: #555;
}
.right-menu > .item:hover{
	transform: translateY(-5px);
	box-shadow: 5px 5px 1px #555;
}
.right-menu > .item > label{
	font-weight: 500;
	font-size: 1.15rem;
	margin-bottom: 0.2rem;
}
.right-menu > .item > div{
	text-align: justify;
}
.platform-content > div{
	margin-bottom: 20px;
}
.platform{
	overflow: hidden;
	height: 350px;
	padding: 0;
	position: relative;
}
.platform > .bg-img{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center; 
	justify-content: center;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.platform > .bg-img::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-color: #f67c78;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.platform > .bg-img.yellow::after {
	background-color: #ffcf2d;
}
.platform > .bg-img.green::after {
	background-color: #9cc440;
}
.platform > .bg-img.blue::after {
	background-color: #69d1da;
}
.platform > .bg-img.deepblue::after {
	background-color: #00acff;
}
.platform > .bg-img.orange::after {
	background-color: #ff9800;
}


.platform > .platform-text{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center; 
	justify-content: center;
}
.platform > .platform-text > *{
	color: #fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	text-align: center;
}
.platform:hover > .bg-img{
	-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
	transform: scale(1.2);
}
.platform:hover > .bg-img::after{
    opacity: 0.7;
}
.platform > .platform-text > h3:hover{
	color: #4e4e4e;
}
.sub-title{
	width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    z-index: 4;
    float: left;
}
.sub-title-bar{
	position: relative;
	top: 25px;
    left: 0;
    width: calc(100% - 200px);
    margin: 0;
    z-index: 1;
    border-top: 3px solid;
    float: right;
}
.content-img{
	width: 80%;
}

.card-board{
    position: relative;
    border: 3px solid;
    padding-top: 30px;
    margin-top: 30px;
    max-width: 32%;

}
.card-board-title{
    position: absolute;
    height: 40px;
    width: 150px;
    top: -20;
    left: 50%;
    margin-left: -75px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}
.carousel-item > .content{
	position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    padding: 10px 20px;
}
.carousel-item > .content > p{
	color: #fff;
}
div.image-left{
	margin-bottom: 40px;
}
div.image-left img {
	padding: 4px;
	margin-right: 20px;
	width:100%
}
.bg-red{
	background-color: #f67c78;
	background-color: var(--color-red);
}
.bg-yellow{
	background-color: #ffce2e;
	background-color: var(--color-yellow);
}
.bg-green {
	background-color: #9cc440;
	background-color: var(--color-green);
}
.bg-blue {
	background-color: #00acff;
	background-color: var(--color-blue);
}
.bg-deepblue {
	background-color: #00acff;
}
.bg-orange {
	background-color: #ff9800;
	background-color: var(--color-orange);
}
.bg-grey {
	background-color: #efefef;
	background-color: var(--color-grey);
}
.border-red{
	border-color: #f67c78!important;
	border-color: var(--color-red)!important;
}
.border-yellow{
	border-color: #ffce2e!important;
	border-color: var(--color-yellow)!important;
}
.border-green {
	border-color: #9cc440!important;
	border-color: var(--color-green)!important;
}
.border-blue {
	border-color: #00acff!important;
	border-color: var(--color-blue)!important;
}
.border-deepblue {
	border-color: #00acff!important;
}
.border-orange {
	border-color: #ff9800!important;
	border-color: var(--color-orange)!important;
}
@media (min-width: 576px){
	div.image-left img {
		float: left;
		width:300px;
	}
}
@media (max-width: 767.98px){
	body.up{
		padding-top: 0px;
	}
	.container{
		max-width: 100vw;
	}
	.row{
		margin: 0;
	}
	section:first-child{
		padding: 23px 0 28px;
	}
	header, body.up header{
		padding-top: 10px;
		position: relative;
	    width: 100%;
	    background: #fff;
	    transition: all 0.4s ease; 
	}
	.content-img{
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	section > .container::before{
		display: none;
	}
	/*.logo-block{
		width: 70%;
	}*/
	.logo-block > img{
		width: 40px;
	}
	.logo-block > div{
		font-size: 1rem;
		margin-left: 10px;
		line-height: 40px;
	}

	.card-board{
		max-width: none;
	}
	.carousel-item > .content{
		position: relative;
	    background-color: #222;
	    min-height: 160px;
	}
	div.image-left img {
		margin-right: 0px;
	}
	.figure > .figure-img{
		min-height: 260px;
	}
	.figure > .figure-img > img.lg{
		width: 100%;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	/*.logo-block{
		width: 60%;
	}*/
	.logo-block > div{
		font-size: 1.4rem;
		margin-left: 10px;
		line-height: 65px;
	}
	#miniMenu > #smallMenu{
		top: 80px;
	}
	.figure > .figure-img{
		min-height: 250px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	/*.logo-block{
		width: 40%;
	}*/
	.logo-block > div{
		font-size: 1.4rem;
		margin-left: 10px;
		line-height: 65px;
	}
	.menu-block{
		width: 100%;
		padding-top: 0!important;
		float: right!important;
	}
	.figure > .figure-img{
		min-height: 280px;
	}
}

@media (min-width: 992px) {
	body.up header .submenu{
		top: 92px;
	}
	body.up header .topmenu{
		padding-bottom: 68px;
	}
	/*.logo-block{
		width: 40%;
	}
	.menu-block{
		width: 60%;
	}*/
	.figure > .figure-banner{
		height: 120px;
	}
	.figure > .figure-banner > .banner-icon{
	    font-size: 80px;
	    width: 140px;
	    height: 120px;
	}
	.figure > .figure-banner > .banner-text{
	    width: calc(100% - 140px);
	    float: left;
	    height: 120px;
	}
	.figure > .figure-banner > .banner-text .title{
		font-size: 1.7rem;
	}
	.figure > .figure-img{
		min-height: 380px;
	}
}

@media (min-width: 1200px) {
	header .topmenu{
		padding-bottom: 67px;
	}
	header .submenu{
		top: 91px;
	}
	body.up header .submenu{
		top: 92px;
	}
	body.up header .topmenu{
		padding-bottom: 68px;
	}
	/*.logo-block{
		width: 30%;
	}
	.menu-block{
		width: 70%;
	}*/
	.figure > .figure-banner{
		height: 140px;
	}
	.figure > .figure-banner > .banner-icon{
	    font-size: 80px;
	    width: 160px;
	    height: 140px;
	}
	.figure > .figure-banner > .banner-text{
	    width: calc(100% - 160px);
	    float: left;
	    height: 140px;
	}
	.figure > .figure-banner > .banner-text .title{
		font-size: 2rem;
	}
	.figure > .figure-img{
		min-height: 450px;
	}
	div.image-left img {
		width:400px;
	}
}

#toTop{
	display: none; position:fixed;bottom: 10%;right:0;text-align: center;border-radius: 50% 0 0 50%;border-width: 3px 0 3px 3px;border-color: #fff;border-style: solid;padding: 5px 5px 5px 15px;color: #fff; z-index: 99; background-color: #00BCD4;
}
#toTop > i{
	font-size: 1.9em;
}