@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansgurmukhiui.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url(https://fonts.googleapis.com/earlyaccess/amstelvaralpha.css);

/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:600&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:700&display=swap');*/

html, body {font-family: 'Noto Sans TC',sans-serif;	}

/*clearfix*/
.clear {clear:both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

li{list-style:none;}


/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: bortpder-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


::selection {
    background: rgba(238,215,143,0.85);
    color: rgba(0,0,0,1);
}

.grey{color:#acacac;}

.lake{color:#0085a1;}

.blue{color:#ba1767;}

.user:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f007";
  font-size: 14px;
}

.footer2 {
    background-color: #4b4b4b;
    padding: 20px 0;
    text-align: center;
}

.footer-text2 > p {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

p {
    font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.Ad01{
	width: 950px;
	height:auto;
    margin: 0 auto;
	position: relative;
	z-index: 2;
}

.Ad01 img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.Ad01_m{
	width: 300px;
	height:auto;
    margin: 0 auto;
	position: relative;
	z-index: 2;
	display:none;
}

.Ad01_m img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}


@keyframes Move1{
    from {top:0%;}
    to {top:3%;}
}
@-moz-keyframes Move1{
    from {top:0%;}
    to {top:3%;}
}
@-webkit-keyframes Move1{
    from {top:0%;}
    to {top:3%;}
}


@keyframes Move2{
    from {top:0%;}
    to {top:3%;}
}
@-moz-keyframes Move2{
    from {top:0%;}
    to {top:5%;}
}
@-webkit-keyframes Move2{
    from {top:0%;}
    to {top:3%;}
}


.germ01 {
    width: 180px;
    height: auto;
    margin: 0 auto;
    left: 320px;
    margin-top: 60vh;
    position: absolute;
    z-index: 2;
	animation:Move2 1.5s infinite alternate; /*IE*/
    -moz-transform:Move2 1.5s infinite alternate; /*FireFox*/
    -webkit-animation:Move2 1.3s infinite alternate; /*Chrome, Safari*/
}

.germ02 {
    width: 170px;
    height: auto;
    margin: 0 auto;
    left: 570px;
    margin-top: -50px;
    position: absolute;
    z-index: 2;
	animation:Move1 1.5s infinite alternate; /*IE*/
    -moz-transform:Move1 1.5s infinite alternate; /*FireFox*/
    -webkit-animation:Move1 1.3s infinite alternate; /*Chrome, Safari*/
}

.germ03 {
    width: 100px;
    height: auto;
    margin: 0 auto;
    right: 765px;
    padding-top: 0px;
    position: absolute;
    z-index: 3;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}

.germ_b {
    width: 360px;
    height: auto;
    margin: 0 auto;
    right: 365px;
    margin-top: 90px;
    position: absolute;
    z-index: 3;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}

.germ01 img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.germ02 img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.germ03 img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.germ_b img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}


#prevent {
    width: 100%;
    margin: 0 auto 100px auto;
    background-color: #EBEFF1;
}

#prevent .title1 {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}

.myslider-list {
	padding: 2% 60px;
}

.myslider-list li {
	padding: 0 20px;
}

.myslider-list li figure {
    width: 100%;
}

.myslider-list li figure div {
	position: relative;
	padding-bottom: 75%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.myslider-list li.media-slider figure div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	transition: .5s;
}

.myslider-list li.media-slider figure div:after {
	content: '►';
	position: absolute;
	text-align: center;
	width: 50px;
	line-height: 50px;
	height: 50px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 1.5em;
	margin: auto;
	color: white;
	border: solid 2px white;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	text-shadow: 0 0 15px rgba(0, 0, 0, .5);
	opacity: .6;
	transition: .5s;
}

.myslider-list li figcaption {
	margin: 1em 0;
	font-family: sans-serif,'Noto Sans TC';
    font-size: 17px;
}

.myslider-list li a {
	color: black;
	display: block;
}

#vedio .myslider-list {
	padding: 60px 0;
}

#thematic{
	width:100%;
	margin:50px auto;
	background-color: #EBEFF1;
}

#prevention{
	width:100%;
	height:auto;
	margin:120px auto 0 auto;
}

#finance{
	width:100%;
	height:auto;
	margin:60px auto 0 auto;
}

#international{
	width:100%;
	height:auto;
	margin:60px auto 0 auto;
}

#healthy{
	width:100%;
	height:auto;
	margin:60px auto 0 auto;
}

#vedio{
	width:100%;
	margin:50px auto 0 auto;
	background-color: #f6f6f6;
}



.top-box{
	width:100%;
	height:100%;
	margin: 0 auto;
	position: relative;
}

.top-left {
    width: 55%;
    height: auto;
    margin: 0 auto;
	bottom: 0;
    position: absolute;
}

.top-right {
    width: 740px;
    height: auto;
    margin: 0 auto;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.top-bottom {
    width: 16%;
    height: auto;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.top-left img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.top-right img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.top-bottom img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.go_button{
	bottom: 2em;
	top: auto;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
}

.content-ad {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.title1{	
	font-family: sans-serif,'Noto Serif TC';
	font-size:28px;
	margin: 0 auto;
	margin-top: -50px;
	border-bottom:solid #ba1767 3px;
    position: absolute;
	z-index: 10;
}

.title2{	
	font-family: sans-serif,'Noto Serif TC';
	font-size:28px;
	margin: 0 auto;
	margin-top: -50px;
	border-bottom:solid #ba1767 3px;
    position: absolute;
	z-index: 10;
}


.icon{
	margin-right: 7px;
	color:#ba1767;
}

@media (hover: hover) {
	.myslider-list li.media-slider:hover figure div:before {
		background: rgba(0, 0, 0, .6);
	}

	.myslider-list li.media-slider:hover figure div:after {
		opacity: 1;
	}
}


@media screen and (max-width:1920px){

.germ01 {
    width: 140px;
    height: auto;
    margin: 0 auto;
    left: 20px;
    margin-top: 60vh;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}	
	
.germ02 {
    width: 120px;
    height: auto;
    margin: 0 auto;
    left: 440px;
    margin-top: -60px;
    position: absolute;
    z-index: 2;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}
	
.germ03 {
    width: 80px;
    height: auto;
    margin: 0 auto;
    right: 335px;
    padding-top: 0px;
    position: absolute;
    z-index: 3;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}	
	
.germ_b {
    width: 330px;
    height: auto;
    margin: 0 auto;
    right: 335px;
    margin-top: 40px;
    position: absolute;
    z-index: 3;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}	

.germ01 img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.germ02 img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.germ03 img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}

.germ_b img{
	width: 100%;
	height:auto;
    margin: 0 auto;
}	
		
	
#prevent {
    width: 100%;
    margin: 0 auto 100px auto;
    background-color: #EBEFF1;
}
	
	
	
.top-left {
/*    width: 960px;*/
    height: auto;
    margin: 0 auto;
    position: absolute;
}	
	
.top-right {
    width: 620px;
    height: auto;
    margin: 0 auto;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}	
	
.top-bottom {
/*
    width: 300px;
    height: auto;
    margin: 0 auto;
    right: 0px;
    top: 460px;
    position: absolute;
    z-index: 2;
*/
}	
	
	
	
	
	
	
	
}



@media screen and (max-width:1680px){

.germ01 {
    width: 120px;
    height: auto;
    margin: 0 auto;
    left: 40px;
    margin-top: 60vh;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}	
	
.germ02 {
    width: 100px;
    height: auto;
    margin: 0 auto;
    left: 410px;
    margin-top: -40px;
    position: absolute;
    z-index: 2;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}	
	
.germ03 {
    width: 70px;
    height: auto;
    margin: 0 auto;
    right: 280px;
    padding-top: 0px;
    position: absolute;
    z-index: 3;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}
	
.germ_b {
    width: 250px;
    height: auto;
    margin: 0 auto;
    right: 285px;
    margin-top: 40px;
    position: absolute;
    z-index: 3;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}	
	
	
	
#prevent {
    width: 100%;
    margin: 0 auto 100px auto;
    background-color: #EBEFF1;
}	
	
#prevention {
    width: 100%;
    height: auto;
    margin: 110px auto 70px auto;
}

.top-left {
/*    width: 1000px;*/
    height: auto;
    margin: 0 auto;
    position: absolute;
}	
	
.top-right {
    width: 560px;
    height: auto;
    margin: 0 auto;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}
	
	
.title1 {
    font-family: sans-serif,'Noto Serif TC';
    font-size: 26px;
    margin: 0 auto;
	margin-top: -60px;
    margin-left: 20px;
    border-bottom: solid #ba1767 3px;
    position: absolute;
	z-index: 10;
}

.title2 {
    font-family: sans-serif,'Noto Serif TC';
    font-size: 26px;
    margin: 0 auto;
	margin-top: -40px;
    margin-left: 20px;
    border-bottom: solid #ba1767 3px;
    position: absolute;
	z-index: 10;
}
	
	
}


@media screen and (max-width:1600px){
	
.germ01 {
    width: 110px;
    height: auto;
    margin: 0 auto;
    left: 50px;
    margin-top: 60vh;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}
	
.germ02 {
    width: 70px;
    height: auto;
    margin: 0 auto;
    left: 350px;
    margin-top: -40px;
    position: absolute;
    z-index: 2;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}

.germ03 {
    width: 60px;
    height: auto;
    margin: 0 auto;
    right: 440px;
    padding-top: 0px;
    position: absolute;
    z-index: 3;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}	
	
	
.germ_b {
    width: 200px;
    height: auto;
    margin: 0 auto;
    right: 300px;
    margin-top: 40px;
    position: absolute;
    z-index: 3;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}
	
.go_button {
/*
    margin: 0 auto;
    text-align: center;
    top: 28vh;
    position: relative;
*/
}
	
	
#prevention {
    width: 100%;
    height: auto;
    margin: 100px auto 60px auto;
}
	
.top-left {
/*    width: 800px;*/
    height: auto;
    margin: 0 auto;
    position: absolute;
}
	
.top-right {
    width: 460px;
    height: auto;
    margin: 0 auto;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.top-bottom {
/*
    width: 240px;
    height: auto;
    margin: 0 auto;
    right: 0px;
    top: 375px;
    position: absolute;
    z-index: 2;
*/
}	
	
}


@media screen and (max-width:1440px){

.germ02 {
    width: 70px;
    height: auto;
    margin: 0 auto;
    left: 340px;
    margin-top: -30px;
    position: absolute;
    z-index: 2;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}	
	
.germ03 {
    width: 60px;
    height: auto;
    margin: 0 auto;
    right: 390px;
    padding-top: 0px;
    position: absolute;
    z-index: 3;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}
	
.germ_b {
    width: 170px;
    height: auto;
    margin: 0 auto;
    right: 260px;
    margin-top: 40px;
    position: absolute;
    z-index: 3;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}	
	
.title1 {
    font-family: sans-serif,'Noto Serif TC';
    font-size: 24px;
    margin: 0 auto;
	margin-top: -60px;
    margin-left: 20px;
    border-bottom: solid #ba1767 3px;
    position: absolute;
	z-index: 10;
}
	
.title2 {
    font-family: sans-serif,'Noto Serif TC';
    font-size: 24px;
    margin: 0 auto;
	margin-top: -40px;
    margin-left: 20px;
    border-bottom: solid #ba1767 3px;
    position: absolute;
	z-index: 10;
}	
	
}


@media screen and (max-width: 1366px){

.germ01 {
    width: 80px;
    height: auto;
    margin: 0 auto;
    left: -10px;
    margin-top: 64vh;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}
	
.germ03 {
    width: 50px;
    height: auto;
    margin: 0 auto;
    right: 410px;
    padding-top: 0px;
    position: absolute;
    z-index: 3;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}
	
.germ_b {
    width: 150px;
    height: auto;
    margin: 0 auto;
    right: 280px;
    margin-top: 30px;
    position: absolute;
    z-index: 3;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}
	
	
.go_button {
/*
    margin: 0 auto;
    text-align: center;
    top: 25vh;
    position: relative;
*/
}

}

@media screen and (max-width: 1280px){
	
.germ01 {
    width: 80px;
    height: auto;
    margin: 0 auto;
    left: -20px;
    margin-top: 54vh;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}
	
.germ03 {
    width: 50px;
    height: auto;
    margin: 0 auto;
    right: 380px;
    padding-top: 0px;
    position: absolute;
    z-index: 3;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}	
	
.germ_b {
    width: 150px;
    height: auto;
    margin: 0 auto;
    right: 210px;
    margin-top: 60px;
    position: absolute;
    z-index: 3;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}
	
	
.Ad01 {
/*    width: 70%;*/
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}	
	
.go_button {
/*
    margin: 0 auto;
    text-align: center;
    top: 22vh;
    position: relative;
*/
}	

.top-left {
/*    width: 810px;*/
    height: auto;
    margin: 0 auto;
    position: absolute;
}
	
.top-right {
    width: 430px;
    height: auto;
    margin: 0 auto;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}
	
.top-bottom {
/*
    width: 240px;
    height: auto;
    margin: 0 auto;
    right: 0px;
    top: 330px;
    position: absolute;
    z-index: 2;
*/
}	
	
}


@media screen and (max-width:1024px){

.germ01 {
    width: 80px;
    height: auto;
    margin: 0 auto;
    left: -20px;
    margin-top: 52vh;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}	
	
.germ02 {
    width: 70px;
    height: auto;
    margin: 0 auto;
    left: 240px;
    margin-top: -50px;
    position: absolute;
    z-index: 2;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}
	
.germ03 {
    width: 50px;
    height: auto;
    margin: 0 auto;
    right: 20px;
    padding-top: 0px;
    position: absolute;
    z-index: 3;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}
	
.germ_b {
    width: 130px;
    height: auto;
    margin: 0 auto;
    right: 40px;
    margin-top: 60px;
    position: absolute;
    z-index: 3;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}	
	
	
.Ad01 {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.top-left {
/*    width: 690px;*/
    height: auto;
    margin: 0 auto;
    position: absolute;
}	
	
.top-right {
    width: 320px;
    height: auto;
    margin: 0 auto;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.top-bottom {
/*
    width: 150px;
    height: auto;
    margin: 0 auto;
    right: 0px;
    top: 330px;
    position: absolute;
    z-index: 2;
*/
}	
	
	
}

@media screen and (max-width:812px){
	
.germ01 {
    width: 80px;
    height: auto;
    margin: 0 auto;
    left: -20px;
    margin-top: 90vh;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}
	
.germ02 {
    width: 60px;
    height: auto;
    margin: 0 auto;
    left: 100px;
    margin-top: -40px;
    position: absolute;
    z-index: 2;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}
	
.top-left {
/*    width: 560px;*/
    height: auto;
    margin: 0 auto;
    position: absolute;
}

.top-right {	
	display:none;
}
	
.top-bottom{	
	display:none;
}	
	
.go_button {
/*
    margin: 0 auto;
    text-align: center;
    top: 37vh;
    position: relative;
*/
}
	
}


@media screen and (max-width:768px){

.germ02 {
    width: 50px;
    height: auto;
    margin: 0 auto;
    left: 120px;
    margin-top: -50px;
    position: absolute;
    z-index: 2;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}	
	
	
.top-left {
    width: 70%;
    height: auto;
    margin: 0 auto;
    position: absolute;
}
	
.top-right {
    width: 230px;
    height: auto;
    margin: 0 auto;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}
	
.top-bottom {
    width: 120px;
    height: auto;
    margin: 0 auto;
    right: 0px;
    top: 254px;
    position: absolute;
    z-index: 2;
}	
	
	
}



@media screen and (max-width:736px){

.germ01 {
    width: 80px;
    height: auto;
    margin: 0 auto;
    left: -20px;
    margin-top: 77vh;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}	
	
.germ02 {
    width: 40px;
    height: auto;
    margin: 0 auto;
    left: 100px;
    margin-top: -20px;
    position: absolute;
    z-index: 2;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}
	
	
	
.go_button {
/*
    margin: 0 auto;
    text-align: center;
    top: 40vh;
    position: relative;
*/
}

}
	
	
	
@media screen and (max-width:823px){

#prevention {
    width: 100%;
    height: auto;
	margin: 0 auto;
}

#finance {
    width: 100%;
    height: auto;
    margin: 0px auto;
}	
	
#international {
    width: 100%;
    height: auto;
    margin: 0px auto;
}	
	
#healthy {
    width: 100%;
    height: auto;
    margin: 0px auto;
}		
	
.content-ad {
    padding: 80px;
    position: relative;
    z-index: 1;
}
	
.Ad01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
	display:none;
}	

.Ad01_m{
	width: 300px;
	height:auto;
    margin: 0 auto;
	position: relative;
	z-index: 2;
	display:block;
}
	
.title1 {
    font-family: sans-serif,'Noto Serif TC';
    font-size: 24px;
    margin: 0 auto;
    margin-top: -50px;
    margin-left: 20px;
    border-bottom: solid #ba1767 3px;
    position: absolute;
    z-index: 10;
}
	
.title2 {
    font-family: sans-serif,'Noto Serif TC';
    font-size: 24px;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 20px;
    border-bottom: solid #ba1767 3px;
    position: absolute;
    z-index: 10;
}
	
}



@media screen and (max-width:480px){


.Ad01_m {
    width: 300px;
    height: auto;
    margin: 30px auto;
    padding: 0px 0;
    bottom: 0px;
    position: relative;
    z-index: 2;
    display: block;
}	

	.myslider-list {
		padding: 8% 5%;
	}
	.myslider-list li {
		margin: 0 10px;
		padding: 0;
	}
	
}


@media screen and (max-width:414px){
	
.germ01 {
    width: 80px;
    height: auto;
    margin: 0 auto;
    left: -20px;
    margin-top: 74vh;
    position: absolute;
    z-index: 2;
    animation: Move2 1.5s infinite alternate;
    -moz-transform: Move2 1.5s infinite alternate;
    -webkit-animation: Move2 1.3s infinite alternate;
}
	
.germ02 {
    width: 50px;
    height: auto;
    margin: 0 auto;
    left: 10px;
    margin-top: -40px;
    position: absolute;
    z-index: 2;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}	
	
.germ03 {
    width: 40px;
    height: auto;
    margin: 0 auto;
    right: 0px;
    padding-top: 0px;
    position: absolute;
    z-index: 3;
    animation: Move2 1s infinite alternate;
    -moz-transform: Move2 1s infinite alternate;
    -webkit-animation: Move2 1s infinite alternate;
}
	
.germ_b {
    width: 120px;
    height: auto;
    margin: 0 auto;
    right: 0px;
    margin-top: 240px;
    position: absolute;
    z-index: 3;
    animation: Move1 1.5s infinite alternate;
    -moz-transform: Move1 1.5s infinite alternate;
    -webkit-animation: Move1 1.3s infinite alternate;
}
	
	
.content-ad {
    padding: 10%;
    position: relative;
    z-index: 1;
}

.top-left {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    position: absolute;
}
	
.top-right {	
	display:none;
}
	
.top-bottom{	
	display:none;
}
	
.go_button {
    margin: 0 auto;
    text-align: center;
    top:auto;
    position: absolute;
	bottom: 1em;
}
	
	
	
	
}



@media screen and (max-width:375px){

.go_button {
/*
    margin: 0 auto;
    text-align: center;
    top: 41vh;
    position: relative;
*/
}


}


@media screen and (max-width:320px){
	
.top-left {
/*    width: 280px;*/
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    position: absolute;
}

}




