/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;Z*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearBoth{
 clear: both;
}

.clearfix:after{
 display: block;
 visibility: hidden;
 clear: both;
 height: 0;
 content: "";
}

/* ---reset.css--- */

html {	
	font-family: sans-serif;
	-webkit-text-size-adjust:none;/**iphone手機旋轉字體不要放大**/
	color:#666;
}

body{
	-webkit-text-size-adjust:none;/**iphone手機旋轉字體不要放大**/
}

*{
	-webkit-box-sizing:border-box;/**讓舊手機支援**/
	box-sizing:border-box;/**解除paddingr加上寬高的關係**/
}

.T_RED{
	color:#F30;
	}
.T_BLUE{
	color: #F63;
	}

.T_BLUE_B{
	color:#F63;
	font-size:20px;
	}

@keyframes fade-in {
0% {opacity: 0;}/*初始狀態 透明度為0*/
10% {opacity: 0;}/*過度狀 態透明度為0*/
100% {opacity: 1;}/*結束狀態 透明度為1*/
}

@-webkit-keyframes fade-in {/*針對webkit內核*/
0% {opacity: 0;}
20% {opacity: 0;}
100% {opacity: 1;}
}


/* --電腦版型------------------------------------- */

a:link {
	color:#000;
	text-decoration: none;
	font-weight: 400;
}

a:visited {
	color:#185493;
	text-decoration: none;
}

a:hover {
	color:#ff1c00;
	text-decoration: none;
}

.LINK_RED:link {
	color:#F60;
	text-decoration: none;
}

.LINK_RED:visited {
	color:#F60;
	text-decoration: none;
}

.LINK_RED:hover {
	color:#06F;
	text-decoration: none;
}
.KEEP{
	display: none;
}

#WRAPPER{
	font-family: sans-serif;
	}

#WRAPPER header{
	font-family: sans-serif;
	background-image:url(image/back_top.jpg);
	background-repeat:repeat-x;
	background-position:center;
	width:100%;
	height:138px;
	}

#WRAPPER header #TOP{
	margin:0 auto;
	width:1200px;
	height:138px;
	}

#WRAPPER header #TOP a #LOGO {
	display:block;
	background-image:url("image/logo3.png");
	width:380px;
	height:70px;
	margin:50px 0 0 25px;
	text-indent:-9999px;
	float:left;
	}
	
#WRAPPER header #TOP #LANG{
	display:block;
	text-align:right;
	width:720px;
	height:40px;
	float:right;
	margin:45px 20px 0 0;
	font-size:17px;
	}
	
#WRAPPER header #TOP #LANG .HH{
	float:right;
	background-image:url(image/t_but01a.png);
	width:31px;
	height:31px;
	background-size:cover;
	text-indent:100%;
	white-space: nowrap;
    overflow: hidden;
	}

#WRAPPER header #TOP #LANG .HH:hover{
	background-image:url(image/t_but01b.png);
	}

#WRAPPER header #TOP #LANG .FF{
	float:right;
	background-image:url(image/t_but02a.png);
	width:31px;
	height:31px;
	background-size:cover;
	text-indent:100%;
	white-space: nowrap;
    overflow: hidden;
	margin:0 0 0 10px;
	}

#WRAPPER header #TOP #LANG .FF:hover{
	background-image:url(image/t_but02b.png);
	}

#WRAPPER header #TOP #LANG .LL{
	float:right;
	background-image:url(image/t_but03a.png);
	width:31px;
	height:31px;
	color:#005da9;
	font-size:22px;
	padding:4px;
	background-size:cover;
	white-space: nowrap;
    overflow: hidden;
	margin:0 0 0 10px;
	}

#WRAPPER header #TOP #LANG .LL:hover{
	background-image:url(image/t_but03b.png);
	color: #FFF;
	}

#WRAPPER header #TOP #LANG .EE{
	float:right;
	background-image:url(image/t_but03a.png);
	width:31px;
	height:31px;
	color:#005da9;
	font-size:18px;
	padding:7px 4px 4px 4px;
	background-size:cover;
	white-space: nowrap;
    overflow: hidden;
	margin:0 0 0 10px;
	}

#WRAPPER header #TOP #LANG .EE:hover{
	background-image:url(image/t_but03b.png);
	color: #FFF;
	}

#WRAPPER header #TOP #LANG .MM{
	float:right;
	background-image:url(image/t_but04a.png);
	width:31px;
	height:31px;
	background-size:cover;
	text-indent:100%;
	white-space: nowrap;
    overflow: hidden;
	margin:0 0 0 10px;
	}

#WRAPPER header #TOP #LANG .MM:hover{
	background-image:url(image/t_but04b.png);
	}

#WRAPPER header #TOP #ICON{
	float: right;
	width: 720px;
	height: 35px;
	margin:0 20px 0 0;
	}
	
#WRAPPER header #TOP #ICON ul{
	}

#WRAPPER header #TOP #ICON li a{
	display:block;
	float:right;
	width:auto;
	text-align:right;
	color:#FFF;
	font-size:19px;
	line-height:20px;
	padding:10px 0 0 20px;
	}

#WRAPPER header #TOP #ICON li a:hover{
	color:#FFFD30;
	}

#WRAPPER header #TOP #ICON_S{
	display:none;
	text-indent:-9999px;
	}
	
#WRAPPER header #INC{
	display:none;
	}

#WRAPPER article{
	font-family: sans-serif;
	clear:both;
	width:100%;
	height:auto;
	overflow:hidden;
	}

#WRAPPER article #BANNER{
	display:block;
	width:100%;
	height:0;
	padding-bottom:31.25%;
	text-align:center;
	}

#WRAPPER article #BANNER img{
	width:100%;
	height:auto;
	}

#WRAPPER article #BANNER_S{
	display:none;
	}

#WRAPPER article #M_LINE{
    margin: 0 0 40px 0;
	width:100%;
	height:10px;
	background-color:#f7f7f7;
	}
	
#WRAPPER article #NBOX{
	margin: 0 auto 20px auto;
	width:1080px;
	height:auto;
	background-color:#eeeeee;
	border-right:7px solid #1b5593;
	overflow: hidden;
	}

#WRAPPER article #NBOX .HIMG01{
	float:left;
	background-image:url("image/h_news_03.jpg");
	width:140px;
	height:190px;
    overflow: hidden;
	margin:0;
	background-size: cover;
    }

#WRAPPER article #NBOX .HIMG02{
	float:left;
	background-image:url("image/h_news_02.jpg");
	width:140px;
	height:120px;
    overflow: hidden;
	margin:0;
	background-size: cover;
    }

#WRAPPER article #NBOX .HNEW01{
	float:right;
	width:915px;
	height:auto;
	overflow: hidden;
	padding: 0 0 10px 0;
    }

#WRAPPER article #NBOX .HNEW01 h2{
	color:#1b5593;
	font-size: 21px;
	padding: 15px 0 5px 2px;
	font-weight: 600;
    }

#WRAPPER article #NBOX .HNEW01 .N01{
    }

#WRAPPER article #NBOX .HNEW01 .N01 h3{
	float: left;
	width: 100px;
	height: 35px;
	background-image: url("image/point_n01.png");
	background-repeat: no-repeat;
	color: #7c7b7b;
	font-size: 17px;
	line-height: 35px;
	padding: 0 0 0 17px;
	
     }
#WRAPPER article #NBOX .HNEW01 .N01 p{
	float:right;
	width: 790px;
	height: 35px;
	color: #7c7b7b;
	font-size: 17px;
	line-height: 35px;
	padding:0;
     }

#WRAPPER article #M_LINE_S{
	margin:0 auto;
	width:100%;
	height:15px;
	background-color:#d6d6d6;
	}

#WRAPPER article #BOX01{
	clear:both;
	margin:30px auto;
	width:1200px;
	height:auto;
	}
	
#WRAPPER article #BOX01 .ROUND{
	float:left;
	width:214px;
	margin:30px 30px 40px 50px;
	}

#WRAPPER article #BOX01 .ROUND h3{
	color:#000;
	font-size:29px;
	width:100%;
	height:55px;
	line-height:50px;
	font-weight:normal;
	background-repeat:no-repeat;
	}
	
#WRAPPER article #BOX01 .ROUND h3 span{
	font-size:33px;
	margin:0 15px 0 16px;
	}
	
	
#WRAPPER article #BOX01 .ROUND .X01{
	background-image:url(image/point_b01.png);    
	}
#WRAPPER article #BOX01 .ROUND .X02{
	background-image:url(image/point_b02.png);    
	}
#WRAPPER article #BOX01 .ROUND .X03{
	background-image:url(image/point_b03.png);    
	}

#WRAPPER article #BOX01 .ROUND img{
	margin:4px 0 6px 0;
	border:#FFF solid 2px;
	border-radius:10px;
	}

#WRAPPER article #BOX01 .ROUND img:hover{
	border:#d9b765 solid 1px;
	filter: brightness(110%);
	}

#WRAPPER article #BOX01 .ROUND p{
	font-size:16px;
	line-height:20px;
	text-align:center;
	}

#WRAPPER article #BOX02 .CON_RIGHT .ROUND{
	float:left;
	width:210px;
	margin:30px 0 20px 20px;
	text-align:center;
	min-height:260px;
	}
	
#WRAPPER article #BOX02 .CON_RIGHT .ROUND h7 a{
	font-size:17px;
	line-height:22px;
	}


#WRAPPER article #BOX02{
	clear:both;
	margin:0 auto;
	width:1200px;
	height:auto;
	overflow:hidden;
	}


#WRAPPER article #BOX02 .CON_RIGHT{
	margin:35px 0 20px 0;
	float:right;
	width:880px;
	height:auto;
	overflow:hidden;
	padding: 0 20px 0 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT h4{
	clear:both;
	width:70%;
	color:#333;
	font-size:19px;
	height:20px;
	line-height:20px;
	font-weight:normal;
	padding:0 0 0 10px;
	margin:25px 0 10px 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT .Pro a{
	display:block;
	float:right;
	height:36px;
	line-height:36px;
	font-size:20px;
	color:#fff;
	background-color:#00a7e0;
	text-align:center;
	border-radius:5px;
	padding:0 15px;
	margin:2px 0 12px 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT .Pro a:hover{
	background-color:#ff5754;}

#WRAPPER article #BOX02 .CON_RIGHT .wrapper{
    position: relative;
    padding-bottom:56.25%;
    width:100%;
    height:0;
}

#WRAPPER article #BOX02 .CON_RIGHT .wrapper iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#WRAPPER article #BOX02 .CON_RIGHT .wrapper video{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#WRAPPER article #BOX02 .CON_RIGHT .BUT02 a{
	float:left;
	width:180px;
	padding:5px 10px;
	font-size:22px;
	display:block;
	background-color:#ff5754;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	margin:-20px 0 25px 30px;
	}
	
#WRAPPER article #BOX02 .CON_RIGHT .BUT02 a:hover{
	background-color: #09F;
	color:#FF0;}

#WRAPPER article #BOX02 .CON_RIGHT ul{
	margin:0;
	padding: 10px 0 20px 0;
	overflow: hidden;
	}

#WRAPPER article #BOX02 .CON_RIGHT li{
	float:left;
	margin:0 2% 20px 0;
	font-size:18px;
	line-height:30px;
	text-align: justify;
	padding:10px;
	border-radius: 8px;
	border-bottom: #E6E6E6 solid 5px;
	background-color: #cce2f3;
	/**background-image: url("image/back_campay.jpg");**/
	color: #070707; 
	} 

#WRAPPER article #BOX02 .CON_RIGHT li h5{
	width: 100%;
	height: 40px;
	font-size:30px;
	line-height:40px;
	text-align: center;
	border-radius: 8px;
	background-color:#4d79b6;
	color:#FFFFFF; 
	}

#WRAPPER article #BOX02 .CON_RIGHT li p{
	padding: 10px 10px 0 10px;
	}

#WRAPPER article #BOX02 .CON_RIGHT .W3P{
	width:31.3%;
	min-height:340px;
	}

#WRAPPER article #BOX02 .CON_RIGHT .W2P{
	width:48%;
	min-height:310px;
	}

#WRAPPER article #BOX02 .CON_RIGHT .W1P{
	width:100%;
	}

#WRAPPER article #BOX02 .CON_RIGHT .CLIENT{
	width:85%;
	margin:0 auto;
	}

#WRAPPER article #BOX02 .CON_RIGHT .CLIENT .CLI{
	overflow:hidden;
	border-bottom:#CCC solid 1px;
	margin:30px 0 10px 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT .CLIENT img{
	display:block;
	width:200px;
	height:auto;
	float:left;
	border-right:#CCC solid 1px;
	border-left:#CCC solid 1px;
	padding:0 5px;
	}

#WRAPPER article #BOX02 .CON_RIGHT .CLIENT p{
	display:block;
	width:70%;
	float: right;
	line-height:20px;
	font-size:17px;
	}

#WRAPPER article #BOX02 .CON_RIGHT ul li img{
	margin:10px 0 5px 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT tr td{
	border: 1px solid #aaa;
	padding:6px 6px;
	text-align:left;
	line-height:24px;
	}

#WRAPPER article #BOX02 .CON_RIGHT table{
	width:860px;
	margin:10px 0 25px 0;
	border: #CFCFCF solid 1px;
	}

#WRAPPER article .TTT{
	width:100%;
	height:auto;
	over-flow:scroll-x;
	overflow-y:hidden;
    overflow-x:auto;
	}
#WRAPPER article #BOX03 .P_RIGHT .TTT tr td{
	vertical-align:middle;
	text-align:center;
	border:1px solid #CCC;
	min-height:20px;
	line-height:20px;
	padding:3px 3px;
	font-size: 13px;
	}

#WRAPPER article #BOX03 .P_RIGHT #MAIL{
	width:100%;
	margin:0 auto;
	}

#WRAPPER article #BOX03 .P_RIGHT #MAIL p{
	width:100%;
	margin:0 0 0 8px;
	font-size:17px;
	text-align:justify;
	line-height:30px;
	}

#WRAPPER article #BOX03 .P_RIGHT #MAIL h5{
	color:#333;
	margin:30px 0 20px 6px;
	font-size:31px;
	line-height:30px;
	}

#WRAPPER article #BOX03 .P_RIGHT #MAIL h6{
	color:#01a7e1;
	margin:20px 0 5px 60px;
	font-size:22px;
	line-height:30px;
	}


#WRAPPER article #BOX03 .P_RIGHT #MAIL tr td{
    border: 0px solid #aaa;
	padding:6px 6px;
	text-align:left;
	line-height:30px;
}

#WRAPPER article #BOX02 .CON_RIGHT .CNEWS{
	width: 860px;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
	border-bottom: #E1E1E1 solid 1px;
	
}

#WRAPPER article #BOX02 .CON_RIGHT .CNEWS h4{
	float: left;
	width: 100px;
	height: 35px;
	background-image: url("image/point_cn01.png");
	background-repeat: no-repeat;
	color: #1b5593;
	font-size: 15px;
	line-height: 35px;
	padding: 0 0 0 17px;
	margin: 0;
}

#WRAPPER article #BOX02 .CON_RIGHT .CNEWS p{
	float:right;
	width: 680px;
	height: auto;
	color: #444444;
	font-size: 16px;
	line-height: 28px;
	padding:4px 0 0 0;
	margin: 0;
	overflow: hidden;
	}
#WRAPPER article #BOX02 .CON_RIGHT .CNEWS p:hover{
	color: #d04433
	}

#WRAPPER article #BOX02 .CON_RIGHT .DNEWS{
	width: 880px;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0 0 8px 0;
	border-bottom: #E1E1E1 solid 1px;
	
}

#WRAPPER article #BOX02 .CON_RIGHT .DNEWS h4{
	float: none;
	width: 880px;
	height:auto;
	background-image: url("image/point_cn01.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
	color: #1b5593;
	font-size: 19px;
	line-height: 35px;
	padding: 1px 0 0 20px;
	margin: 0;
	overflow: hidden;
}

#WRAPPER article #BOX02 .CON_RIGHT .DNEWS p{
	float:none;
	width: 880px;
	height: auto;
	color: #444444;
	font-size: 16px;
	line-height: 28px;
	padding:4px 0 0 20px;
	margin: 0;
	overflow: hidden;
	}
#WRAPPER article #BOX02 .CON_RIGHT .DNEWS p:link{
	color: #d04433
	}

#WRAPPER article #BOX02 .CON_RIGHT .DNEWS .TDNEWS{
    height: 44px;	
    }

#WRAPPER article #BOX02 .CON_RIGHT .DNEWS .FDNEWS{
	display: none;
    }

#WRAPPER article #BOX02 .CON_LEFT{
	float:left;
	width:300px;
	height:auto;
	text-align:left;
	}

#WRAPPER article #BOX02 .CON_LEFT h1{
	margin:50px 0 0 0;
	color:#005da9;
	font-size:32px;
	line-height:45px;
	height:45px;
	background-image:url(image/point_001.png);
	background-repeat:no-repeat;
	background-position:30px 0;
	float:left;
	width:235px;
	text-align: left;
	padding:0 0 0 65px;
	font-weight: 600;
	}

#WRAPPER article #BOX02 .CON_LEFT ul{
	float:left;
	margin:12px 0 20px 20px;
	}
	
#WRAPPER article #BOX02 .CON_LEFT li a{
	float:left;
	background-image:url(image/point_002.png);
	background-position:40px 0;
	background-repeat:no-repeat;
	width:245px;
	height:45px;
	line-height:45px;
	font-size:20px;
	text-align: left;
	padding:4px 0 0 45px;
	}

#WRAPPER article #BOX02 .CON_RIGHT h2{
	width:96%;
	color:#1b5593;
	font-size:28px;
	line-height:32px;
	font-weight:bolder;
	margin:25px 0 15px 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT .H2SER{
	margin:25px 0 15px 50px;
	}


#WRAPPER article #BOX02 .CON_RIGHT h3{
	clear:both;
	width:96%;
	color:#1b5593;
	font-size:22px;
	height:30px;
	line-height:30px;
	font-weight:600;
	margin:0 0 0 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT p{
	width:100%;
	margin:5px 0 15px 0;
	font-size:17px;
	text-align:left;
	line-height:27px;
	}


#WRAPPER article #BOX02 .CON_RIGHT .MAP_GO{
	display:block;
	background-image:url("image/maps_google.jpg");
	width: 120px;
	height: 30px;
	background-size:cover;
	text-indent:9999px;
	white-space: nowrap;
    overflow: hidden;
	margin:10px 0;
	padding: 10px;
   }

#WRAPPER article #BOX02 .CON_RIGHT .MAP_DU{
	display:block;
	background-image:url("image/maps_du.jpg");
	width: 120px;
	height: 30px;
	background-size:cover;
	text-indent:9999px;
	white-space: nowrap;
    overflow: hidden;
	margin:10px 0;
	padding: 0;
   }

#WRAPPER article #BOX02 .CON_RIGHT .PHOALL{
	margin: 0;
}

#WRAPPER article #BOX02 .CON_RIGHT .PHOALL .PHOTOS{
	float:left;
	width:260px;
	height:auto;
	margin:0 37px 15px 0;
	animation: fade-in;/*動畫名稱*/
    animation-duration: 2s;/*動畫持續時間*/
    -webkit-animation:fade-in 2s;/*針對webkit內核*/
	}

#WRAPPER article #BOX02 .CON_RIGHT .PHOALL .PHWOR{
	float:left;
	width:275px;
	height:auto;
	margin:0 20px 15px 0;
	}


#WRAPPER article #BOX02 .CON_RIGHT  .PHOALL .PHOTOS img{
	width:100%;
	height:auto;
	border: 1px solid #DFDFDF;
	border-radius:3% 3%;
	padding:3px;
	background: #ffffff;
	margin:0;
	}

#WRAPPER article #BOX02 .CON_RIGHT  .PHOALL .PHOTOS img:hover{
	border: 1px solid #d04433;
	background: #d04433;
	opacity:0.8;
	}
	
#WRAPPER article #BOX02 .CON_RIGHT  .PHOALL .PHOTOS p{
	text-align:center;
	font-size:16px;
	line-height:18px;
	padding:0;
	margin:4px 0 0 0;
	height: auto;
	}
#WRAPPER article #BOX02 .CON_RIGHT .PHOALL .PHOTOS .IMWOR{
	border-radius:0 0;
	}


#WRAPPER article #BOX02 .CON_RIGHT .wrapper{
    position: relative;
    padding-bottom:56.25%;
    width:100%;
    height:0;
}

#WRAPPER article #BOX02 .CON_RIGHT .wrapper iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#WRAPPER article #BOX02 .CON_RIGHT .wrapper video{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#WRAPPER article #BOX02 .CON_RIGHT img{
	}

#WRAPPER article #BOX03{
	clear:both;
	margin:0 auto;
	width:1200px;
	height:auto;
	overflow:hidden;
	}

#WRAPPER article #BOX03 .PRO_TOP{
	width: 1020px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: #d6d6d6 solid 1px;
	padding: 0 0 5px 0;
}

#WRAPPER article #BOX03 .PRO_TOP h1{
	margin:50px 0 0 0;
	color:#005da9;
	font-size:32px;
	line-height:45px;
	height:45px;
	background-image:url(image/point_001.png);
	background-repeat:no-repeat;
	background-position:-5px 0;
	float:left;
	width:200px;
	text-align: left;
	padding:0 0 0 30px;
	font-weight: 600;
	}

#WRAPPER article #BOX03 .PRO_TOP ul{
	margin:50px 0 0 0;
	float: right;
	width: 700px;
	display: none;
	}
	
#WRAPPER article #BOX03 .PRO_TOP li a{
	float: right;
	background-image:none;
	background-color: #cce2f3;
	color: #070707;
	width:auto;
	height:44px;
	line-height:30px;
	font-size:17px;
	text-align: center;
	padding: 5px 10px 5px 10px;;
	border: solid #EEE 0px;	
	border-radius: 8px;
	margin: 0 0 2px 3px; 
	}

#WRAPPER article #BOX03 .PRO_TOP li a:hover{
	background-color:#cf4534;
	color: #FFF;
}

#WRAPPER article #BOX03 .PRO_BOT{
	width: 1004px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 20px 16px;
	}

#WRAPPER article #BOX03 .PRO_BOT2{
	width: 1020px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	}
#WRAPPER article #BOX03 .PRO_BOT2 .P_LEFT{
	float: left;
	width: 230px;
	height: auto;
	overflow: hidden;
	/**border: #B0B0B0 solid 1px;**/
	}

#WRAPPER article #BOX03 .PRO_BOT2 .PAL{
	display: block;
	background-repeat: no-repeat;
	background-position: 35px 0;
	width: 230px;
	height: 45px;
	color: #FFF;
	line-height: 45px;
	font-size: 19px;
	padding: 0 0 0 80px;
	margin: 0 0 5px 0;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .PCC{
	background-image: url("image/point_pa.png");
	background-color:#005da9;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .PDD{
	background-image: url("image/point_pb.png");
	background-color:#0092d0;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .PMM{
	background-image: url("image/point_pc.png");
	background-color:#005da9;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .PAL:hover{
	background-color:#cf4534;
   }

#WRAPPER article #BOX03 .PRO_BOT2 .P_RIGHT{
	float: right;
	width: 740px;
	height: auto;
	overflow: hidden;
	/**border: #B0B0B0 solid 1px;**/
	}
#WRAPPER article #BOX03 .PRO_BOT2 .P_RIGHT h2{
	width:96%;
	color:#005da9;
	font-size:28px;
	line-height:32px;
	font-weight:bolder;
	margin:10px 0 15px 0;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .P_RIGHT h3{
	font-size:22px;
	line-height:30px;
	padding: 0 0 0 0;
	font-weight:800;
	color:#005da9;
	}
	
#WRAPPER article #BOX03 .PRO_BOT2 .P_RIGHT p{
	width:100%;
	margin:5px 0 15px 0;
	font-size:17px;
	text-align:justify;
	line-height:30px;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .P_RIGHT img{
	border: #d6d6d6 solid 1px;
	width: 740PX;
	height: auto;
	}
	
#WRAPPER article #BOX03 .PROS{
	display: block;
	float: left;
	margin: 10px 17px 10px 0px;
	padding: 0;
	width: 230px;
	height: auto;
	overflow: hidden;
	border: #d6d6d6 solid 1px;
	}
	
#WRAPPER article #BOX03 .PROS img{
	border-bottom: #d6d6d6 solid 3px;
	}

#WRAPPER article #BOX03 .PROS img:hover{
	opacity: 0.7;
}

#WRAPPER article #BOX03 .PROS p{
	text-align: center;
	line-height: 36px;
	height: 36px;
	color: #838383;
}

#WRAPPER article .BACK a{
	display:block;
	margin:30px auto 40px auto;
	width:120px;
	height:40px;
	font-size:20px;
	line-height:40px;
	text-align:center;
	border-radius:5px;
	background-color:#0039a8;
	color:#FFF;
	border: solid #EEE 1px;	
	}

#WRAPPER article .BACK a:hover{
	background-color:#cf4534;
	}

#WRAPPER article .ICOM a{
	background-color: #cf4534;
	color: #FFF;
	width:auto;
	height:40px;
	line-height:24px;
	font-size:16px;
	text-align: center;
	padding: 6px;;
	border-radius: 8px;
}

#WRAPPER article .ICOM a:hover{
	background-color:#0039a8;
}

#WRAPPER article .CHECK{
	margin:20px 0 30px 0;
	width:100%;
	height:50px;
	font-size:17px;
	line-height:50px;
	text-align:center;
	}

#WRAPPER article .CHECK a{
	padding:3px 11px 3px 11px;
	margin:2px 4px 2px 2px;
	border-radius:5px;
	background-color:#FFF;
	background-color:rgba(50%,50%,50%,0.2);
	color:#004305;
	float: left;
	}

#WRAPPER article .CHECK .NOW{
	background-color:#d04433;
	color:#FFF;
	}

#WRAPPER article .CHECK a:hover{
	background-color:#175491;
	color:#FFF;
	}

#WRAPPER article .NUMBER{
	margin:50px 0 0 0;
	width:100%;
	height:50px;
	font-size:16px;
	line-height:50px;
	text-align:center;
	}

#WRAPPER article .NUMBER a{
	padding:4px 10px 5px 10px;
	margin:2px;
	border-radius:5px;
	background-color:#FFF;
	background-color:rgba(50%,50%,50%,0.2);
	color:#004305;
	}

#WRAPPER article .NUMBER .NOW{
	background-color:#d04433;
	color:#FFF;
	}

#WRAPPER article .NUMBER a:hover{
	background-color:#d04433;
	color:#FFF;
	}


#WRAPPER footer{
	font-family: sans-serif;
	background-image: url("image/back_footer.jpg");
	background-repeat: no-repeat;
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	}
	
#WRAPPER footer #COPY{
	clear:both;
	margin:22px auto 25px auto;
	width:1140px;
	height:auto;
	color:#005da9;
	overflow:hidden;
    }

#WRAPPER footer #COPY ul{
	text-align: center;
    }

#WRAPPER footer #COPY li{
	float: right;
	font-size: 18px;
	margin: 0 auto;
	border-left: #FFFFFF solid 1px;
	padding: 0px 10px 0px 10px;
    }

#WRAPPER footer #COPY #FMAP{
	display: none;
	float: right;
	width:100%;
	margin: 22px 0 0 0;
	padding: 15px 0 20px 85px;
	border-radius: 0 0 10px 10px;
	background-color:#f6f6f6;
}

#WRAPPER footer #COPY #FMAP a{
	color:#005da9;
}

#WRAPPER footer #COPY #FMAP a:hover{
	color:#cf4534;
}

#WRAPPER footer #COPY .MAPS1{
	float:left;
	width: 17%;
	line-height: 30px;
}

#WRAPPER footer #COPY .MAPS2{
	float: left;
	width: 18%;
	line-height: 30px;
}

#WRAPPER footer #COPY .MAPS3{
	float: left;
	width: 14%;
	line-height: 30px;
}

#WRAPPER footer #COPY h3{
	font-size:21px;
	line-height:30px;
	padding: 0 0 0 0;
	font-weight: 600;
	}
	
#WRAPPER footer #COPY p{
	font-size:15px;
	line-height:22px;
	}

#WRAPPER footer #COPY p a{
	color:#005da9;
    }

#WRAPPER footer #COPY p a:hover{
	color:#cf4534;
    }

#WRAPPER footer #COPY a{
	color:#FFF;
	}

#WRAPPER footer #COPY a:hover{
	color:#FF0;
	}


#WRAPPER footer #COPY .COPY00{
	background-image:url(image/logo_text.png);
	float:left;
	width:140px;
	height:70px;
	margin:35px 40px 0 50px;
	text-indent:-9999px;
	}
#WRAPPER footer #COPY .COPY00:hover{
	opacity: 0.8;
}

#WRAPPER footer #COPY .COPY01{
	float:left;
	width:600px;
	height:auto;
	text-align:left;
	border-left: #005da9 solid 1px;
	padding: 0 0 0 15px;
	margin: 20px 0 0 0;
	}

#WRAPPER footer #COPY .COPY02{
	float:right;
	width:200px;
	height:auto;
	text-align:right;
	border-right: #005da9 solid 1px;
	margin: 20px 10px 0 0;
	padding: 0 20px 0 0;
	}

/** 文字樣式 **/

.TITLE-BLUE{
	font-family: sans-serif;
	font-size:24px;
	color:#00a7e0;
	}

.TITLE-BLUES{
	font-family: sans-serif;
	font-size:16px;
	color:#00a7e0;
	}

.TEXT-RED{
	font-family: sans-serif;
	font-size:20px;
	height:30px;
	line-height:20px;
	color:#ff5754;
	text-align:center;
	padding:30px 0 5px 0;
	}

.TEXT-W{
	font-family: sans-serif;
	font-size:20px;
	color:#FFF;
	text-align:left;
	line-height:40px;
	height:40px;
	}

/**聯絡我們的表格設定**/
.TEXT-B{
	font-family: sans-serif;
	font-size:18px;
	color:#666;
	text-align:left;
	line-height:36px;
	height:36px;
	}

.ICON-BW {
	font-family: sans-serif;
	font-size:22px;
	color:#FFF;
	text-align:left;
	line-height:36px;
	height:36px;
	background-color:#ff5754; 
	border-radius:5px; 
	border: 1px solid #FF3300;
	padding:0 30px;
	}

.ICON-BW:hover {
	background-color:#01a7e1;
	border: 1px solid #01a7e1;
	}

.ICON-B{
	font-family: sans-serif;
	font-size:22px;
	color:#666;
	text-align:left;
	line-height:36px;
	height:36px;
	background-color:#CCC; 
	border-radius:5px; 
	border: 1px solid  #999;
    padding:0 30px;
	}
	
.ICON-B:hover {
	background-color:#01a7e1;
	color:#FFF;
	}
	
/**醫學報導標題文字**/
.TEXT-MED{
	font-size:10px;
	color:#666;
	}

.MT20{
	margin-top:0;
	}

.BORD{
	border:#CCC solid 1px;
	}


/* --手機版型------------------------------------- */

@media screen and (max-width: 999px) {

a:link {
	color:#000;
	text-decoration: none;
	font-weight: 400;
}

a:visited {
	color:#185493;
	text-decoration: none;
}

a:hover {
	color:#ff1c00;
	text-decoration: none;
}

#WRAPPER{
	font-family: sans-serif;
	min-width:368px;
	}

#WRAPPER header{
	font-family: sans-serif;
	background-image:url(image/back_tops.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	width:100%;
	height:110px;
	}

#WRAPPER header #TOP{
	margin:0 auto;
	width:100%;
	height:110px;
	}

#WRAPPER header #TOP a #LOGO {
	display:none;
	background-image: url(image/logo_s2.png);
	width:250px;
	height:50px;
	background-size:cover;
	margin:5px 0 3px 8px;
	text-indent:-9999px;
	float:left;
	}
	
#WRAPPER header #TOP #LANG{
	display:block;
	text-align:right;
	width:138px;
	height:31px;
	float:right;
	margin:10px 10px 0 0;
	font-size:17px;
	}
	
#WRAPPER header #TOP #LANG .HH{
	display: none;
	float:right;
	background-image:url(image/t_but01a.png);
	width:31px;
	height:31px;
	background-size:cover;
	text-indent:100%;
	white-space: nowrap;
    overflow: hidden;
	}

#WRAPPER header #TOP #LANG .HH:hover{
	background-image:url(image/t_but01b.png);
	}

#WRAPPER header #TOP #LANG .FF{
	float:right;
	background-image:url(image/t_but02a.png);
	width:31px;
	height:31px;
	background-size:cover;
	text-indent:100%;
	white-space: nowrap;
    overflow: hidden;
	margin:0 0 0 10px;
	}

#WRAPPER header #TOP #LANG .FF:hover{
	background-image:url(image/t_but02b.png);
	}

#WRAPPER header #TOP #LANG .LL{
	float:right;
	background-image:url(image/t_but03a.png);
	width:31px;
	height:31px;
	color:#005da9;
	font-size:22px;
	padding:4px;
	background-size:cover;
	white-space: nowrap;
    overflow: hidden;
	margin:0 0 0 10px;
	}

#WRAPPER header #TOP #LANG .LL:hover{
	background-image:url(image/t_but03b.png);
	color: #FFF;
	}

#WRAPPER header #TOP #LANG .EE{
	float:right;
	background-image:url(image/t_but03a.png);
	width:31px;
	height:31px;
	color:#005da9;
	font-size:18px;
	padding:7px 4px 4px 2px;
	background-size:cover;
	white-space: nowrap;
    overflow: hidden;
	margin:0 0 0 10px;
	}

#WRAPPER header #TOP #LANG .LL:hover{
	background-image:url(image/t_but03b.png);
	color: #FFF;
	}
	
#WRAPPER header #TOP #LANG .MM{
	display:block;
	float:right;
	background-image:url(image/t_but04a.png);
	width:31px;
	height:31px;
	background-size:cover;
	text-indent:100%;
	white-space: nowrap;
    overflow: hidden;
	margin:0 0 0 10px;
	}

#WRAPPER header #TOP #LANG .MM:hover{
	background-image:url(image/t_but04b.png);
	}	
	
#WRAPPER header #TOP #ICON{
	display:none;
	}
	
#WRAPPER header #TOP #ICON_S{
	display:none;
	width:200px;
	height:auto;
	position:fixed;
	z-index:888;
	left:100%;
	top:112px;
	margin-left:-202px;
	margin-top:0;
	text-indent:0;
	}
	
#WRAPPER header #TOP #ICON_S ul{
	}

#WRAPPER header #TOP #ICON_S li a{
	display:block;
	float:left;
	width:200px;
	text-align: center;
	color:#FFF;
	font-size:18px;
	line-height:44px;
	margin:0 0 1px 0;
	background-color:rgba(0,34,126,0.8);
	border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #FFFFFF; 
	}

#WRAPPER header #TOP #ICON_S li a:hover{
	color: #FF6;
	}

#WRAPPER header #INC{
	float:left;
	display: block;
	width:100%;
	height:45px;
	}
#WRAPPER header #INC #INC_COM{
	float:left;
	display:block;
	width:310px;
	height:46px;
	background-image:url(image/logo_inc2.png);
	background-size:cover;
	text-indent:-9999px;
	margin:8px 0 0 2px;
	}

#WRAPPER header #INC #INC_BUT{
	display:block;
	float:right;
	width:60px;
	height:40px;
	margin:16px 3px 0 0;
	background-image:url(image/logo_icon.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	cursor:pointer;
	}

#WRAPPER article{
	font-family: sans-serif;
	clear:both;
	width:100%;
	height:auto;
	overflow:hidden;
	}

#WRAPPER article #BANNER{
	display:none;
	}

#WRAPPER article #BANNER_S{
	display:block;
	width:100%;
	height:0;
	padding-bottom:100%;
	overflow:hidden;
	}


#WRAPPER article #M_LINE{
	width:100%;
	height:5px;
	background-color:#f7f7f7;
	margin: 0 0 20px 0;
	}
	
#WRAPPER article #NBOX{
	margin: 0 3% 10px 3%;
	width:94%;
	height:auto;
	background-color:#eeeeee;
	border-right:4px solid #1b5593;
	overflow: hidden;
	padding: 10px;
	}

#WRAPPER article #NBOX .HIMG01{
	float:none;
	background-image:url("image/h_news_01.jpg");
	width:140px;
	height:120px;
    overflow: hidden;
	margin:0;
	background-size: cover;
    }

#WRAPPER article #NBOX .HIMG02{
	float:none;
	background-image:url("image/h_news_02.jpg");
	width:140px;
	height:120px;
    overflow: hidden;
	margin:0;
	background-size: cover;
    }

#WRAPPER article #NBOX .HNEW01{
	float:none;
	width:100%;
	height:auto;
    }

#WRAPPER article #NBOX .HNEW01 h2{
	color:#1b5593;
	font-size: 21px;
	padding: 15px 0 5px 0;
	font-weight: 600;
    }

#WRAPPER article #NBOX .HNEW01 .N01{
    }

#WRAPPER article #NBOX .HNEW01 .N01 h3{
	float: none;
	width:100%;
	height: 35px;
	background-image: url("image/point_n01s.png");
	background-repeat: no-repeat;
	color: #7c7b7b;
	font-size: 17px;
	line-height: 35px;
	padding: 0 0 0 13px;
	
     }
#WRAPPER article #NBOX .HNEW01 .N01 p{
	float:none;
	width: 100%;
	height:auto;
	color: #7c7b7b;
	font-size: 15px;
	line-height: 20px;
	padding:0 0 10px 0;
     }

#WRAPPER article #M_LINE_S{
	margin:0 auto;
	width:100%;
	height:4px;
	background-color:#d6d6d6;
	}


#WRAPPER article #BOX01{
	clear:both;
	margin:30px auto 30px auto;
	width:100%;
	height:auto;
	overflow:hidden;
	}
	
#WRAPPER article #BOX01 .ROUND{
	float:left;
	width:45%;
	margin:15px 2.5% 10px 2.5%;
	}

#WRAPPER article #BOX01 .ROUND h3{
	color:#000;
	font-size:21px;
	width:100%;
	height:40px;
	line-height:40px;
	font-weight:normal;
	background-repeat:no-repeat;
	}
	
#WRAPPER article #BOX01 .ROUND a img{
	width:100%;
	height:auto;
	}

#WRAPPER article #BOX01 .ROUND h3 span{
	font-size:25px;
	margin:0 9px 0 11px;
	line-height:32px;
	}
	
	
#WRAPPER article #BOX01 .ROUND .X01{
	background-image:url(image/point_b01s.png);    
	}
#WRAPPER article #BOX01 .ROUND .X02{
	background-image:url(image/point_b02s.png);    
	}
#WRAPPER article #BOX01 .ROUND .X03{
	background-image:url(image/point_b03s.png);    
	}

#WRAPPER article #BOX01 .ROUND img{
	margin:0 0 6px 0;
	border:#FFF solid 1px;
	border-radius:10px;
	}
#WRAPPER article #BOX01 .ROUND p{
	font-size:16px;
	line-height:20px;
	text-align:center;
	}


#WRAPPER article #BOX02 .CON_RIGHT .ROUND{
	float:none;
	width:210px;
	margin:30px auto 0 auto;
	text-align:center;
	}
	
#WRAPPER article #BOX02 .CON_RIGHT .ROUND h7 a{
	font-size:17px;
	line-height:22px;
	}

#WRAPPER article #BOX02{
	clear:both;
	margin:0 auto;
	width:100%;
	height:auto;
	overflow:hidden;
	}

#WRAPPER article #BOX02 .CON_RIGHT{
	margin:0 auto 20px auto;
	width:92%;
	height:auto;
	}

#WRAPPER article #BOX02 .CON_RIGHT h2 img{
	width:100%;
	height:auto;
	}

#WRAPPER article #BOX02 .CON_RIGHT p img{
	width:100%;
	height:auto;
	}

#WRAPPER article #BOX02 .CON_RIGHT h4{
	clear:both;
	width:100%;
	color:#333;
	font-size:19px;
	height:19px;
	line-height:19px;
	font-weight:normal;
	padding:0 0 0 0;
	margin:25px 0 10px 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT .Pro a{
	float:none;
	display:block;
	width:150px;
	height:40px;
	line-height:40px;
	font-size:16px;
	background-color:#00a7e0;
	text-align:center;
	border-radius:5px;
	color:#FFF;
	margin:0 0 30px 20px;
	
	}

#WRAPPER article #BOX02 .CON_RIGHT .Pro a:hover{
	background-color:#ff5754;}



#WRAPPER article #BOX02 .CON_RIGHT .BUT02 a{
	float:none;
	width:180px;
	padding:5px 10px;
	font-size:22px;
	display:block;
	background-color:#ff5754;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	margin:0 auto 25px auto;
	}
	
#WRAPPER article #BOX02 .CON_RIGHT .BUT02 a:hover{
	background-color: #09F;
	color:#FF0;}

#WRAPPER article #BOX02 .CON_RIGHT ul{
	margin:0;
	padding: 0;
	overflow: hidden;
	}

#WRAPPER article #BOX02 .CON_RIGHT li{
	float:left;
	width:100%;
	margin:0 0 10px 0;
	font-size:18px;
	line-height:24px;
	padding:10px;
	border-radius: 8px;
	border-bottom: #E6E6E6 solid 5px;
	background-color: #cce2f3;
	/**background-image: url("image/back_campay.jpg");**/
	color: #070707; 
	}

#WRAPPER article #BOX02 .CON_RIGHT li h5{
	width: 100%;
	height: 40px;
	font-size:24px;
	line-height:40px;
	text-align: center;
	border-radius: 8px;
	background-color:#4d79b6;
	color:#FFFFFF; 
	}

#WRAPPER article #BOX02 .CON_RIGHT li p{
	padding: 10px;
	}

#WRAPPER article #BOX02 .CON_RIGHT .W3P{
	width:100%;
	min-height:0;
	height: auto;
	overflow: hidden;
	}

#WRAPPER article #BOX02 .CON_RIGHT .W2P{
	width:100%;
	min-height:0;
	height: auto;
	overflow: hidden;
	}
	
#WRAPPER article #BOX02 .CON_RIGHT .CLIENT{
	width:100%;
	margin:0 auto;
	}

#WRAPPER article #BOX02 .CON_RIGHT .CLIENT .CLI{
	overflow:hidden;
	border-bottom:#CCC solid 1px;
	margin:30px 0 10px 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT .CLIENT img{
	display:block;
	width:200px;
	height:auto;
	float: none;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	padding:5px 5px;
	}

#WRAPPER article #BOX02 .CON_RIGHT .CLIENT p{
	display:block;
	width:100%;
	float: right;
	line-height:22px;
	font-size:16px;
	padding:5px 0 10px 10px;
	}

#WRAPPER article #BOX02 .CON_RIGHT ul li img{
	margin:10px 0 5px 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT tr td{
	border: 1px solid #aaa;
	padding:6px 6px;
	text-align:left;
	line-height:24px;
	}

#WRAPPER article #BOX02 .CON_RIGHT table{
	width:860px;
	margin:10px 0 25px 0px;
	}

#WRAPPER article #BOX02 .CON_RIGHT #MAIL table{
	width:100%;
	margin:10px 0 25px 0px;
	}
	
#WRAPPER article #BOX03 .P_RIGHT .TTT tr td{
	vertical-align:middle;
	text-align:left;
	border:1px solid #CCC;
	min-height:22px;
	line-height:22px;
	padding:3px 3px;
	font-size: 13px;
	white-space: nowrap;
	}
	
#WRAPPER article #BOX03 .P_RIGHT #MAIL{
	width:100%;
	margin:0 auto;
	}

#WRAPPER article #BOX03 .P_RIGHT #MAIL p{
	width:98%;
	font-size:17px;
	text-align:left;
	line-height:23px;
	margin:0 0 5px 6px;
	}

#WRAPPER article #BOX03 .P_RIGHT #MAIL p img{
	width:96%;
	height:auto;
	}

#WRAPPER article #BOX03 .P_RIGHT #MAIL h5{
	color:#333;
	margin:30px 0 10px 6px;
	font-size:25px;
	line-height:30px;
	}

#WRAPPER article #BOX03 .P_RIGHT #MAIL h6{
	color:#01a7e1;
	margin:20px 0 5px 6px;
	font-size:20px;
	line-height:30px;
	}


#WRAPPER article #BOX03 .P_RIGHT #MAIL tr td{
    border: 0px solid #aaa;
	padding:6px 6px;
	text-align:left;
	line-height:30px;
}

#WRAPPER article #BOX02 .CON_RIGHT .CNEWS{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
	border-bottom: #E1E1E1 solid 1px;
	
}

#WRAPPER article #BOX02 .CON_RIGHT .CNEWS h4{
	float:none;
	width: 100%;
	height: 35px;
	background-image: url("image/point_cn01.png");
	background-repeat: no-repeat;
	color: #1b5593;
	font-size: 15px;
	line-height: 35px;
	padding: 0 0 0 17px;
	margin: 0;
}

#WRAPPER article #BOX02 .CON_RIGHT .CNEWS p{
	float: none;
	width: 100%;
	height: auto;
	color: #444444;
	font-size: 16px;
	line-height: 26px;
	padding:4px 0 0 0;
	margin: 0;
	overflow: hidden;
}

#WRAPPER article #BOX02 .CON_RIGHT .DNEWS{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
	border-bottom: #E1E1E1 solid 1px;
	
}

#WRAPPER article #BOX02 .CON_RIGHT .DNEWS h4{
	float:none;
	width: 100%;
	height:auto;
	background-image: url("image/point_cn01.png");
	background-repeat: no-repeat;
	background-position: -2px -3px;
	color: #1b5593;
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 0 17px;
	margin: 0;
	overflow: hidden;
}

#WRAPPER article #BOX02 .CON_RIGHT .DNEWS p{
	float: none;
	width: 100%;
	height: auto;
	color: #444444;
	font-size: 16px;
	line-height: 26px;
	padding:4px 0 0 0;
	margin: 0;
	overflow: hidden;
}

#WRAPPER article #BOX02 .CON_LEFT{
	float:none;
	width:100%;
	height:auto;
	text-align:center;
	}

#WRAPPER article #BOX02 .CON_LEFT h1{
	margin:25px auto 10px auto;
	color:#005da9;
	font-size:32px;
	line-height:45px;
	height:45px;
	background-image:url(image/point_001.png);
	background-repeat:no-repeat;
	background-position:3% 0;
	float:left;
	width:100%;
	text-align: left;
	padding:0 0 0 10%;
	font-weight: 600;
	}

#WRAPPER article #BOX02 .CON_LEFT ul{
	float:none;
	margin:0 0 0 4%;
	}
	
#WRAPPER article #BOX02 .CON_LEFT li a{
	float:left;
	background-image:none;
	background-color: #cce2f3;
	color: #070707;
	width:auto;
	height:44px;
	line-height:30px;
	font-size:19px;
	text-align: center;
	padding: 6px 10px 9px 10px;;
	border: solid #EEE 0;	
	border-radius: 8px;
	margin: 0 1px 2px 1px; 
	}
	
#WRAPPER article #BOX02 .CON_LEFT li a:hover{
	color: #FFF;
	background-color:#cf4534;
	}

#WRAPPER article #BOX02 .CON_RIGHT{
	float:none;
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 0 5% 0 5%;
	}

#WRAPPER article #BOX02 .CON_RIGHT h2{
	width:100%;
	color:#1b5593;
	font-size:21px;
	line-height:30px;
	font-weight:800;
	margin:10px 0 10px 0;
	}
	
#WRAPPER article #BOX02 .CON_RIGHT .H2S{
	font-size:20px;
	}
	
#WRAPPER article #BOX02 .CON_RIGHT .H2SER{
	margin:25px 0 10px 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT h3{
	clear:both;
	float:none;
	width:100%;
	color:#1b5593;
	font-size:18px;
	height:auto;
	line-height:24px;
	font-weight:600;
	margin:20px 0 10px 0;
	}

#WRAPPER article #BOX02 .CON_RIGHT p{
	width:100%;
	margin:5px 0 10px 0;
	font-size:16px;
	text-align:left;
	line-height:24px;
	}
	
#WRAPPER article #BOX02 .CON_RIGHT .PHOALL{
	margin:10px 0 0 0;
}
	
#WRAPPER article #BOX02 .CON_RIGHT .PHOALL .PHOTOS{
	float:left;
	width:48%;
	height:auto;
	margin:0 1% 15px 1%;
	animation: fade-in;/*動畫名稱*/
    animation-duration: 2s;/*動畫持續時間*/
    -webkit-animation:fade-in 2s;/*針對webkit內核*/
	}


#WRAPPER article #BOX02 .CON_RIGHT .PHOALL .PHOTOS img{
	width:100%;
	height:auto;
	border: 1px solid #DFDFDF;
	border-radius:3% 3%;
	padding:2px;
	background: #ffffff;
	margin:0;
	}

#WRAPPER article #BOX02 .CON_RIGHT .PHOALL .PHOTOS img:hover{
	border: 1px solid #d04433;
	background: #d04433;
	opacity:0.8;
	}
	
#WRAPPER article #BOX02 .CON_RIGHT .PHOALL .PHOTOS p{
	text-align:center;
	font-size:16px;
	line-height:18px;
	padding:0;
	margin:4px 0 0 0;
	height: auto;
	}


#WRAPPER article #BOX02 .CON_RIGHT img{
	width:100%;
	height:auto;
	}

#WRAPPER article #BOX03{
	clear:both;
	margin:0 auto;
	width:100%;
	height:auto;
	overflow:hidden;
	}

#WRAPPER article #BOX03 .PRO_TOP{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: #d6d6d6 solid 1px;
	padding: 0 3% 5px 3%;
}

#WRAPPER article #BOX03 .PRO_TOP h1{
	margin:25px 0 0 0;
	color:#005da9;
	font-size:32px;
	line-height:45px;
	height:45px;
	background-image:url(image/point_001.png);
	background-repeat:no-repeat;
	background-position:-5px 0;
	float:none;
	width:100%;
	text-align: left;
	padding:0 0 0 30px;
	font-weight: 600;
	}

#WRAPPER article #BOX03 .PRO_TOP ul{
	margin:20px 0 0 0;
	float: none;
	width: 100%;
	}
	
#WRAPPER article #BOX03 .PRO_TOP li a{
	float: left;
	background-image:none;
	background-color: #cce2f3;
	color: #070707;
	width:auto;
	height:44px;
	line-height:30px;
	font-size:17px;
	text-align: center;
	padding: 5px 10px 5px 10px;;
	border: solid #EEE 0px;	
	border-radius: 8px;
	margin: 1px 3px 2px 0; 
	}

#WRAPPER article #BOX03 .PRO_TOP li a:hover{
	background-color:#cf4534;
}

#WRAPPER article #BOX03 .PRO_BOT{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 3% 20px 3%;
	}

#WRAPPER article #BOX03 .PRO_BOT2{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 5% 20px 5%;
	}
#WRAPPER article #BOX03 .PRO_BOT2 .P_LEFT{
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	/**border: #B0B0B0 solid 1px;**/
	}

#WRAPPER article #BOX03 .PRO_BOT2 .PAL{
	display: block;
	background-repeat: no-repeat;
	background-position: 35px 0;
	width:100%;
	height: 45px;
	color: #FFF;
	line-height: 45px;
	font-size: 19px;
	padding: 0 0 0 80px;
	margin: 0 0 5px 0;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .PCC{
	background-image: url("image/point_pa.png");
	background-color:#005da9;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .PDD{
	background-image: url("image/point_pb.png");
	background-color:#0092d0;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .PMM{
	background-image: url("image/point_pc.png");
	background-color:#005da9;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .PAL:hover{
	background-color:#cf4534;
   }

#WRAPPER article #BOX03 .PRO_BOT2 .P_RIGHT{
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	/**border: #B0B0B0 solid 1px;**/
	}

#WRAPPER article #BOX03 .PRO_BOT2 .P_RIGHT h2{
	width:100%;
	color:#1b5593;
	font-size:22px;
	line-height:30px;
	font-weight:600;
	margin:10px 0 10px 0;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .P_RIGHT h3{
	clear:both;
	float:none;
	width:100%;
	color:#1b5593;
	font-size:18px;
	height:auto;
	line-height:24px;
	font-weight:800;
	margin:20px 0 10px 0;
	}
	
#WRAPPER article #BOX03 .PRO_BOT2 .P_RIGHT p{
	width:100%;
	margin:5px 0 0 0;
	font-size:16px;
	text-align:justify;
	line-height:24px;
	}

#WRAPPER article #BOX03 .PRO_BOT2 .P_RIGHT img{
	border: #d6d6d6 solid 1px;
	width: 100%;
	height: auto;
	}

#WRAPPER article #BOX03 .PROS{
	display: block;
	float: left;
	margin: 10px 3% 10px 3px;
	padding: 0;
	width: 46%;
	height: auto;
	overflow: hidden;
	border: #d6d6d6 solid 1px;
	}
	
#WRAPPER article #BOX03 .PROS img{
	border-bottom: #d6d6d6 solid 3px;
	width: 100%;
	height: auto;
	}

#WRAPPER article #BOX03 .PROS img:hover{
	opacity: 0.7;
}

#WRAPPER article #BOX03 .PROS p{
	text-align: center;
	line-height: 36px;
	height: 36px;
	color: #838383;
}

	
#WRAPPER article .BACK a{
	display:block;
	margin:30px auto 40px auto;
	width:120px;
	height:40px;
	font-size:20px;
	line-height:40px;
	text-align:center;
	border-radius:5px;
	background-color:#0039a8;
	color:#FFF;
	border: solid #EEE 2px;	
	}

#WRAPPER article .BACK a:hover{
	background-color:#cf4534;
	}
	
#WRAPPER article .CHECK{
	margin:20px 0 20px 0;
	width:100%;
	height:44px;
	font-size:17px;
	line-height:44px;
	text-align:center;
	}

#WRAPPER article .CHECK a{
	padding:3px 8px 3px 8px;
	margin:2px 2px 2px 2px;
	border-radius:5px;
	background-color:#FFF;
	background-color:rgba(50%,50%,50%,0.2);
	color:#004305;
	float: left;
	}

#WRAPPER article .CHECK .NOW{
	background-color:#d04433;
	color:#FFF;
	}

#WRAPPER article .CHECK a:hover{
	background-color:#d04433;
	color:#FFF;
	}
	
#WRAPPER footer{
	font-family: sans-serif;
	background-image: url("image/back_footer.jpg");
	background-repeat: no-repeat;
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	}
	
#WRAPPER footer #COPY{
	clear:both;
	margin:10px 0 30px 0;
	width:100%;
	height:auto;
	color:#005da9;
	overflow:hidden;
    }

#WRAPPER footer #COPY ul{
	text-align: center;
    }

#WRAPPER footer #COPY li{
	float:right;
	font-size: 15px;
	margin: 0 auto 10px auto;
	border-left: #FFFFFF solid 1px;
	padding: 0px 10px 0px 10px;
	
	
    }

#WRAPPER footer #COPY #FMAP{
	display: none;
	float: right;
	width:100%;
	margin: 0 0 0 0;
	padding: 10px 0 20px 30px;
	border-radius: 0 0 10px 10px;
	background-color:#f6f6f6;
}

#WRAPPER footer #COPY .MAPS1{
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 15px;
}

#WRAPPER footer #COPY .MAPS2{
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 15px;
}

#WRAPPER footer #COPY .MAPS3{
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 15px;
}

#WRAPPER footer #COPY h3{
	font-size:21px;
	line-height:30px;
	padding: 0 0 0 0;
	font-weight: 600;
	}
	
#WRAPPER footer #COPY p{
	font-size:15px;
	line-height:22px;
	}

#WRAPPER footer #COPY p a{
	color:#005da9;
    }

#WRAPPER footer #COPY p a:hover{
	color:#cf4534;
    }

#WRAPPER footer #COPY a{
	color:#FFF;
	}

#WRAPPER footer #COPY a:hover{
	color:#FF0;
	}


#WRAPPER footer #COPY .COPY00{
	background-image:url(image/logo_text.png);
	float:none;
	width:70px;
	height:35px;
	background-size:cover;
	margin:5px 0 0 15px;
	text-indent:-9999px;
	}
#WRAPPER footer #COPY .COPY00:hover{
	opacity: 0.8;
}

#WRAPPER footer #COPY .COPY01{
	float:none;
	width:100%;
	height:auto;
	text-align:left;
	border-left: #005da9 solid 0px;
	padding: 0 15px;
	margin: 5px 0 0 0;
	}

#WRAPPER footer #COPY .COPY02{
	float:none;
	width:100%;
	height:auto;
	text-align:left;
	border-right: #005da9 solid 0px;
	margin: 20px 0 0 0;
	padding: 0 15px;
	}

/** 文字樣式 **/

.TITLE-BLUE{
	font-family: sans-serif;
	font-size:24px;
	color:#00a7e0;
	}

.TITLE-BLUES{
	font-family: sans-serif;
	font-size:16px;
	color:#00a7e0;
	font-weight:bolder;
	}

.TEXT-RED{
	font-family: sans-serif;
	font-size:20px;
	height:30px;
	line-height:20px;
	color:#ff5754;
	text-align:center;
	padding:30px 0 5px 0;
	}

.TEXT-W{
	font-family: sans-serif;
	font-size:17px;
	color:#FFF;
	text-align:left;
	line-height:25px;
	height:25px;
	}


/**聯絡我們的表格設定**/
.TEXT-B{
	font-family: sans-serif;
	font-size:17px;
	color:#666;
	text-align:left;
	line-height:36px;
	height:36px;
	}

.ICON-BW {
	font-family: sans-serif;
	font-size:22px;
	color:#FFF;
	text-align:left;
	line-height:40px;
	height:40px;
	background-color:#ff5754; 
	border-radius:5px; 
	border: 1px solid #FF3300;
	padding:0 30px;
	}

.ICON-BW:hover {
	background-color:#01a7e1;
	border: 1px solid #01a7e1;
	}

.ICON-B{
	font-family: sans-serif;
	font-size:22px;
	color:#666;
	text-align:left;
	line-height:40px;
	height:40px;
	background-color:#CCC; 
	border-radius:5px; 
	border: 1px solid  #999;
    padding:0 30px;
	}
	
.ICON-B:hover {
	background-color:#01a7e1;
	color:#FFF;
	}
	
/**醫學報導標題文字**/
.TEXT-MED{
	font-size:10px;
	color:#666;
	}
.MT20{
	margin-top:30px;
	}
	}

/* ======平板版型區====== */
 
@media screen and (min-width: 1000px) and (max-width: 1200px) {
	
	#WRAPPER{
	width:1200px;
	}
	
	}
