﻿@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}
html,body{
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
	font-size:16px;
	color:#FFF;
	background-color:#08496f;}
a{text-decoration:none;
color:#FFF;}
.wraper{
	width:100%;}
#gotop{
	display: none;
	width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    background-color:#13b5b1;
    text-align: center;
    line-height: 3rem;
    color: white;
    position: fixed;
    right: 2rem;
    bottom:3.333rem;
    z-index: 500;
    font-size:1.0666rem;
	cursor:pointer;}
#gotop:hover{
	background-color:#f39700;}
/*大圖*/  	
.topwraper{
	height:860px;
	background:url(../images/head-bg.jpg) center top;
	background-size: cover;
	}
.toper{
	width: 1000px;
	height:860px;
	margin: 0 auto;
	position:relative;
	overflow: hidden;}
img.warrier{
	position: absolute;
	right: 0;
	left: 0;
	bottom: -20px;
	margin:0 auto;
	display: none; 
}
.topic{text-align: center;margin-top: 4rem;}
.topic > h1{
	display:block;
	font-size: 6.25rem;
	color:#fef9c7;
	margin: 0 auto;
	letter-spacing: -5px;
}
.topic > h2{
	display: block;
    font-size: 3.125rem;
    margin-top: -0.5rem;
}
.topic > h2::after{
	content: "";
    display: inline-block;
    width: 5.625rem;
    height: 1rem;
    background: url(../images/topic-bg02.png) no-repeat;
	padding-bottom: .5rem;
}
.topic > h2::before{
	content: "";
    display: inline-block;
    width: 5.625rem;
    height: 1rem;
    background: url(../images/topic-bg01.png) no-repeat;
	padding-bottom: .5rem;
}

/*選單*/       				
.navwraper{
	background: #08496f;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.nav{
	width:1000px;
	margin:0 auto;}
.nav ul.maintabs{
	display: flex;
	flex-wrap: nowrap;
}	
.nav ul.maintabs li{
	width:calc(100% / 4);
	text-align: center;
	border-left: 1px solid #fff;
	transition: all .5s linear;}
ul.maintabs li:last-child{
	border-right:1px solid #fff;}	
.nav ul.maintabs li a{
	display:inline-block;
	line-height:60px;
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
	padding:0 0 0 60px;
	background:url("../images/nav-bg-hover.png") no-repeat center left;
}
.nav ul.maintabs li.active,.nav ul.maintabs li:hover{
	background-color: #1b66a0;}		
.nav ul.maintabs li a:hover, .nav ul.maintabs li.active a{
	text-shadow: 0 0 5px #93c7ea;
	background:url("../images/nav-bg.png") no-repeat center left;
}

/*內容*/
#full-wraper{
	background-position:center top;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	}
.content-wraper01{
	background: url('../images/content-bg-01.jpg');
}	
.content_wraper02{
	background: url('../images/content-bg-02.jpg');
}
.content_wraper03{
	background: url('../images/content-bg-03.jpg');
}
.content_wraper04{
	background: url('../images/content-bg-04.jpg');
	background-position:center top;
	background-size: cover;
}
.content{
	width:1000px;
	margin:0 auto;
	padding:3.33rem 0 1.5rem;
	position: relative;
}
.content2{text-align: center;}
.content3{overflow: initial;position: relative;height: 730px;}
/*網站公告*/
.announce-wraper{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
}
h3.title{
	font-size: 3rem;
    padding: .5rem 1.2rem;
    border: 1px solid;
    display: inline-block;
	margin: 1.5rem auto;
}
.announce-inner{
	width: 50%;
	padding:2rem 0;
}
.announce{
	clear: left;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 1.5rem;
}
h6.circle{
	display: block;
	width: 60px;
	border: 1px solid;
	font-size: 2rem;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	text-shadow: 0 0 5px #93c7ea;
	box-shadow: 0 0 5px #93c7ea;
}
.inner-p{
	display: inline-block;
	line-height: 2rem;
	width: 80%;
	padding-left: 1rem;
}
a.contact{
	display:inline-block;
	font-weight: bold;
}
a.contact:hover{
	color:#fef9c7;
}
span.yellow{
	color:#fef9c7;
	display: block;
	margin-top: 2rem;
	font-weight: 700;
}
img.people{
	position: absolute;
    bottom: -8px;
    left: -17rem;
    z-index: 10;
}
h3.title2{
	color:#003253;
	border-color: #003253;
	
}
.new-life{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.new-life > img{margin: .75rem;}
img.people2{left:-4rem;}
img.people3{left:58rem;}
img.people4{left:59rem;}
.prevention{margin-bottom: 2rem;}
.prevention > h4{
	display: block;
	background-color: #0068b7;
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.prevention-inner{
	text-align: left;
	padding-left: .5rem;
	margin: 1rem 0;
	font-weight: 700;
}
h5.question{
	color:#08496f;
	font-size: 1.125rem;
	margin-bottom: .5rem;
}
p.answer,ul.list{
	color:#555c60;
	line-height: 1.5rem;
	letter-spacing: 1px;
	}
ul.list li{
	list-style: decimal;
	margin-left:2rem;
}
span.red{
	font-size: 1.2rem;
	font-weight: 700;
	color: #dd3232;
}
.thanks{
	text-align: center;
	top: 10rem;
}
h3.tx{font-size:3.34rem;}
h5.to{font-size: 2rem;}
span.big{font-size:4rem;}
img.doctor, img.love, .thanks{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 700;
}
img.doctor{
	bottom: 0;
	z-index: 20;
}
img.love{
	filter: drop-shadow(2px 4px 10px white);
	bottom: 9rem;
	z-index: 15;
}



@media screen and (max-width:999px){

a.mainbtn{
	display:block;
	width:50px;
	height:50px;
	background:url(../images/menu.png);
	position:fixed;
	z-index:200;
	top:60px;
	right:10px;
	cursor:pointer;}

#gotop{
	 right: 1rem;
}
#gotop:hover{}
.slideshow {
	display:none !important;}
.topwraper{
	height:0;
	padding-bottom:64.8148%;
	background:url(../images/head_sp.jpg) no-repeat center;
	background-size:cover;}
.topwraper > .toper{
	display:none;}
/*選單*/	
.navwraper{
	display:none;
	position:fixed;
	top:35px;
	width: 100%;
	height:100%;
    background: rgba(21, 55, 87, 0.9);
    padding:4rem;
	z-index:205;}
.nav{
	width:100%;
	margin:0 auto;}
.nav ul.maintabs {
	margin:0 auto;
	flex-wrap:wrap;}
.nav ul.maintabs li{
	width:100%;
	border-left:none;
	border:1px solid ;
	margin-bottom: 1rem;}
.content{
	width:100%;
	margin:0 auto;
	padding:.5rem;
	clear: both;
	overflow: hidden;
	text-align: center;
}

.content-wraper01{
	background-image: url("../images/content-bg-01sp.jpg");
}
.content2{text-align: center;}
.content3{overflow: initial;position: relative; height: 100vh;}
/*網站公告*/
.announce-wraper{
	width: 100%;
	float: right;
}
h3.title{
	font-size: 2rem;
}
.announce-inner{
	width: 100%;
	padding:2rem 0;
}
.announce{
    display: flex;
    flex-direction:column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 1.5rem;
}
h6.circle{
	margin-bottom: 1rem;
}
.inner-p{
	width:100%;
	text-align: left;
	padding-left: 0;
}
a.contact{
	display:inline-block;
	font-weight: bold;
}
a.contact:hover{
	color:#fef9c7;
}
span.yellow{
	color:#fef9c7;
	display: block;
	margin-top: 2rem;
	font-weight: 700;
}
img.people{
	display: none;
}
h3.title2{
	color:#003253;
	border-color: #003253;	
}
.new-life > img{
	width: 43%;
    margin: .75rem;}
.prevention{margin-bottom: 2rem;}
.prevention > h4{
	display: block;
	background-color: #0068b7;
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.prevention-inner{
	text-align: left;
	padding-left: .5rem;
	margin: 1rem 0;
	font-weight: 700;
}
h5.question{
	color:#08496f;
	font-size: 1.125rem;
	margin-bottom: .5rem;
}
p.answer,ul.list{
	color:#555c60;
	line-height: 1.5rem;
	letter-spacing: 1px;
	}
ul.list li{
	list-style: decimal;
	margin-left:2rem;
}
span.red{
	font-size: 1.2rem;
	font-weight: 700;
	color: #dd3232;
}
.thanks{
	top: 27vh;
}
h3.tx{font-size:11vw;}
h5.to{font-size: 7vw;}
span.big{font-size:11vw;}
img.doctor, img.love, .thanks{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 700;
}
img.doctor{
    z-index: 20;
    width: 100vw;
}
img.love{
	display: none;
}














}
	
	
	
	
	
	
	
	
	
	
	




