
@font-face {
  font-family: '新微軟正黑體';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic);
}
@font-face {
  font-family: '新微軟正黑體';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體), local(Microsoft JhengHei);
}
body {
  font-family: 'Open Sans', Verdana, Geneva,"新微軟正黑體",'Microsoft JhengHei',"微軟正黑體", sans-serif;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
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, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, 
footer, header, nav, section {
	display: block;}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 25px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
body,select,input,button,body p {font-family: "微軟正黑體";}
input[type=checkbox],label,select,button { vertical-align: middle; } 
select {background-color: #FFF;}
button,input,select{font-family: "微軟正黑體",sans-serif;cursor: pointer;}
html,body {
	height: 100%;
	position: relative;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus{text-decoration: none;cursor: pointer; color:inherit;}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.shadow {
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.13);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.13);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.13);
}
.img100{
	max-width:100%;
	height:auto
}
/* box-sizing  */
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* clearfix */
.clearfix:before,.clearfix:after {display:table;line-height:0;content:"";}
.clearfix:after {clear:both;}
.clearfix {*zoom: 1; /*forIE*/}
*:link,
*:visited,
*:hover,
*:active,
*:focus {
	-moz-transition:color .2s linear, background-color .2s linear, border-color .2s linear, opacity .2s linear;
	-o-transition:color .2s linear, background-color .2s linear, border-color .2s linear, opacity .2s linear;
	-webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, border-color .2s linear, opacity .2s linear;
}
.title{ 
	color:#008551;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: bold;
	font-size: 140%; 
	margin:20px 0;
}
/* button */
.btn-style01{
	border-radius: 3px;
	padding: 10px 50px;
	color: #008551;
	width: 25%;
	margin: 40px auto 10px auto;
	border: 1px solid #CCC;
	display: inline-block;
}
.btn-style01 a{
	color: #008551;
}
.btn-style01:hover{
	background-color:#008551;color: #fff;
}
/*大圖輪播*/
.dm-wrap-lg .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	text-align: center;
}
.dm-wrap-lg .br-wrap{
	height: 450px;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.dm-carousel-lg li img { 
	height: 450px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.dm-wrap-lg .slick-dots {
	margin-top: 0;
	position: absolute;
    width: 100%;
    bottom: 0;
}
.dm-wrap-lg  .slick-slider{
	margin-bottom: 0;
}
.dm-wrap-lg .slick-dots li {
	background-color: #00824c;
	border: 1px solid #fff;
}
.dm-wrap-lg .slick-dots li.slick-active {
	background-color: #fff;
	border: 1px solid #fff;
}
.dm-wrap-lg .slick-list { width: 100%; }
.dm-wrap-lg .slick-dots {
	width: 100%;
	text-align: center;
	padding-left: 0;
	position: absolute;
	bottom: 0;
}
.dm-wrap-lg .slick-dots li {
	display: inline-block;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
}
.dm-wrap-lg .slick-dots li.slick-active {
	background-color: #fff;
}
.dm-wrap-lg .slick-dots li button {
	display: none;
}
/*大圖輪播END*/
/*NAV選單*/
#header{
	top: 0;
	z-index: 999999;
	width: 100%;
	background-color:#FFF;
	position: fixed;
	height: 155px;
}
#header .logo{
	line-height: 0;
}
#header .logo img{
	height: 70px;
}
.logo_pc{
	display: block;
}
.logo_m{
	display: none; padding:8px 0 0 8px;float: left;
}
#header .header_link{ 
	padding: 15px 0;
}
nav {
	display: block;
	width:100%;
}
.nav ul{
	margin: 0;
	padding: 0;
	width:100%;
}
.nav li{
	position: relative;
	float: left;
	color: #FFF;
	width: 12.5%;
	list-style: none;
	text-align: center;
}
.nav li a {
	padding: 16px 0;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}
.nav li:hover {
	background: #00824c;
}
.nav li.active{
	background: #00824c;
}
.nav li ul {
	background-color: rgba(250, 250, 250, 1);
	display: none;
	position: absolute;
	top: 100%;
	overflow-y: auto;
    max-height: 50vh;
}
.nav li ul li{
	background-color: rgba(250, 250, 250, 1);
	color: #666;
	border-bottom: 1px solid #CCC;
	width: 100%;
}
.nav li ul li a{
	color: #666;
	font-size: 15px;
}
.nav li ul li:hover {
	background-color: #F0F0F0;
}
.nav li ul li:hover a{
	color: #00824c;
	font-size: 15px;
}
.nav li:hover ul {
	display: block;
	right: 0;
	left: 0;
	top: 100%;
}
.fa-bars{
	display: none;
	float: right;
	margin-top: 18px;
	margin-right: 20px;
	font-size: 160%;
	color: #666;
}
.sidenav .closebtn { 
	display: none;
} 
.down::before {
	position: absolute;
	font-family: 'FontAwesome';
	bottom: 16px;
	right: 10px;
	content: "\f0d7";
}
.down:hovet::before {
	position: absolute;
	font-family: 'FontAwesome';
	bottom: 15px;
	right: 20px;
	content: "\f0d1";
}
/*NAV選單END*/
/*子菜單*/
.submenu {
	float: right;
	position: absolute;
    right: 0;
    bottom: 10px;
}
.submenu li{
	float: left;
	border-right: 1px solid #00824c;
	padding: 0 10px 0 0;
	margin: 0 0 0 10px;
}
.submenu li a{
	color: #00824c;
}
/*子菜單END*/
/*子導航*/
.subnav{
	float: right;
}
.subnav li{
	float: left;padding: 0 0 0 20px;margin: 0 0 15px 0;
}
.subnav li a{
	color:#000; font-size:95%
}
.subnav .fa{ margin-right:10px;
}
.subnav .fb_icon{
	border: 1px solid #CCC;
	border-radius: 5px;
	height: 24px;padding: 0 10px 0 0;
	display: inline-block;
	line-height: 20px;
	float: left;
}
.fa-facebook-square{
	color: #3c5693;
	font-size: 170%;
	vertical-align: middle;
	margin: -1px 0 0 -1px;
}
/*子導航END*/
/*menu按鈕*/
.menu_btn li{
	text-align: center;
	float: left;
	width: 20%;
}
.round{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	margin: 0 auto 10px auto;
background: -moz-linear-gradient(top,  #85c656 0%, #68bb4d 10%, #1caa77 29%, #009a9a 78%, #27ad6f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #85c656 0%,#68bb4d 10%,#1caa77 29%,#009a9a 78%,#27ad6f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #85c656 0%,#68bb4d 10%,#1caa77 29%,#009a9a 78%,#27ad6f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.menu_btn .round img{ height:50px;}
/*menu按鈕END*/
/* out-wrap */
.out-wrap .fa-angle-right{position: absolute;right: 0;top: 18px;display: none;}
.out-wrap .fa-angle-left{position: absolute;left: 0;top: 18px;display: none;}
.out-wrap #tabs {border-bottom: 0;}
.out-wrap .container{position: relative;}
.out-wrap #tabs::-webkit-scrollbar {display: none;}
.out-wrap #tabs li {
	white-space: nowrap;
	flex: 1;
	text-align: center;
	padding: 0 0 0 0;
}
.out-wrap #tabs li a {
	border: 0;
	border-radius: 0;
	cursor: pointer;
	margin: 0;
	color: #595757;
	font-size: 110%;
	text-transform: uppercase;
	width: auto; border-bottom: 6px solid #f7f8f8;
	padding: 40px 0;
	display: block;
}
.out-wrap #tabs li a:hover {
  background: #efefef;
  border-bottom: 6px solid #c0c4c3;
  width: auto; 
  display: block;
}
.out-wrap #tabs li.active a {
	color: #22b58a;
	padding: 20px 15px  15px 15px;
	width: auto;
	border-bottom: 6px solid #22b58a;
}
.out-wrap .tab-content {
  overflow: hidden !important;
}
/* out-wrap end */
.height{ height:150px;}
/*footer*/
.colorzilla {
    background: linear-gradient(to right, #27ad6f 0%,#009a9a 13%,#1caa77 62%,#68bb4d 88%,#85c656 100%);
}
.footer_bk{background-color: #ffff; padding:10px 0;}
footer{
	padding: 2px 0 0 0;
	line-height: 25px;	
}
footer .share .icon{
	display: inline-block;
	margin: 0 5px 0 0;
	width: 35px;
	height: 35px;
	line-height: 30px;
	font-size: 18px;
	color: #000000;
	border: 2px solid #e684ad;
	text-align: center;
	border-radius: 100%;
}
footer .share .icon:hover{ background-color:#e684ad;color:#FFF;}
footer .share img{height: 37px;vertical-align: middle; margin-top:-5px;}
footer .share{margin-top: 10px;}
footer .fpc .wrp-1{
	float: left;
	width: 35%;
	padding-right: 20px;
}
footer .fpc .logo_s img{
	height: 80px;
	padding: 10px;}
footer .fpc .wrp-2{
	float: left;
	width: 45%;
	padding: 10px 0 0 0;
	line-height: 28px;
	font-size: 105%;
	font-weight: bold;
}
footer .fpc .wrp-2 .font_s{
	font-size:90%;
	color:#595757;
	line-height: 20px;
}
footer .fpc .wrp-2 .reservation{padding: 0 0 0 30px;}
footer .fpc .wrp-3{
	float: right;
	width: 20%;
	text-align: right;
	padding-top: 10px;
}
.qrcode{ height:100px; }
.fm01 a{
	padding-top: 10px;
	font-size:100%;color: #000;
}
.fm{
	padding: 10px 0 5px 0;	
	text-align: center;
	color: #FFF;
	font-size: 80%;
}
.fm a{
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin: 0 0;
	padding-left: 10px;
}
.fm .photo{
	border: 1px solid #FFF;
	padding:5px 15px;
	margin: 0 0 0 10px;
}
.fm .photo:hover{background-color: #FFF;color: #e684ad;}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active,
footer a:focus{color: #fff;}
footer p { display: inline-block; margin-bottom: 5px; }
/*footer END*/
.back01{ background-color:#f7f8f8;}
.wrapper{
	display: block!important;
	background-color: #0F3;
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.en01{font-size: 85%;color: #000;margin: 0  0;font-family: 'Noto Sans TC', sans-serif;font-weight: 480;position:relative;margin:8px 0;}
.en01:after {content: "";background-color: #f99d28;position: absolute;bottom: 10px;height: 3px;width: 150px;left: 18%;} 
.en02{font-size: 90%;color: #000;margin: 0  0;font-family: 'Noto Sans TC', sans-serif;font-weight: 480;position:relative;margin:8px 0;}
.en02:after {content: "";
background-color: #f99d28;
position: absolute;
bottom: 0;height: 3px;width: 150px;left: 30%;
}
#news,#quick_link{
	margin: 45px auto 30px;
}
#quick_link{
	margin:45px auto 60px;
}
#recommendation{
	margin:45px auto 90px;
}
#news .row{padding: 10px 0; }
#news .days{
	color: #0093a2;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
#news .days .fa{ margin-right:5px;}
#news .list p{font-size: 105%;overflow:hidden;text-overflow : ellipsis;white-space : nowrap;}
#news .list.col-md-6{margin:0 0 0 -15px;padding:0 0 0 15px;}
#news .list li{
	border-bottom: 1px solid #CCC;
	padding:0 15px 0 15px;
	margin:0 0 10px 0;
}
#news .list li a{ color:#000}
#news .list li:before,#news .list li:after {display:table;line-height:0;content:"";}
#news .list li:after {clear:both;}
#news .list li {*zoom: 1; /*forIE*/}
#news .list .read_more{
	font-size: 80%;
	color: #008551;
	text-align: right;
	float: right;font-family: Arial, Helvetica, sans-serif;
}
#news .pic{
	overflow: hidden;
	position: relative;
	height: 420px;
	width: 100%;
	max-width: 100%;
	background-color: #E6E6E6;
	margin-bottom:10px;	
}
#news .pic img{
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
	height: 420px;width: auto;
	position: absolute;
	 -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
/*最新資訊推薦*/
.dm-wrap-lg .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	text-align: center;
}
.recommendation .br-wrap{
	height: 240px;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.recommendation li img { 
	height: 240px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.recommendation .slick-dots {
	margin-top: 0;
	position: absolute;
    width: 100%;
    bottom: 0;
}
.recommendation  .slick-slider{
	margin-bottom: 0;
}
.recommendation .slick-dots li {
	background-color: #a3d5a1;
}
.recommendation .slick-dots li.slick-active {
	background-color: #fff;
}
.recommendation .slick-list { width: 100%; }
.recommendation .slick-dots {
	width: 100%;
	text-align: center;
	padding-left: 0;
	position: absolute;
	bottom: -50px;
}
.recommendation .slick-dots li {
	display: inline-block;
	width: 40px;
	height: 8px;
	margin: 0 5px;
}
.recommendation .slick-dots li.slick-active {
	background-color: #008555;
}
.recommendation .slick-dots li button {
	display: none;
}
.recommendation .slick-prev:before{
   font-family: 'Material Icons';
    font-size: 50px;content: "\e5cb";
    line-height: 1;
    opacity: 1;
    color: white;
	color:#9fa0a0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.recommendation .slick-next:before{
   font-family: 'Material Icons';
    font-size: 50px;content: "\e5cc";
    line-height: 1;
    opacity: 1;
    color: white;
	color:#9fa0a0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.recommendation .slick-prev{left: -35px;}
[dir='rtl'] .recommendation .slick-prev{left: auto;right: -35px; }
.recommendation .slick-next{right: -15px;}
[dir='rtl'] .recommendation .slick-next{right: auto;left: -15px;}
/*最新資訊推薦END*/
#quick_link .list01 li{
	float: left;
	width: 32%;
	margin: 0 2% 20px 0;
	position: relative;
	text-align: center;background:#f99d28;
	border-bottom: 5px solid #de810b;	
}
#quick_link .list01 li a{
	color: #FFF;
	width: 100%;padding: 10px 0;
	display: inline-block;
}
#quick_link .list01 li:hover{background:#de810b;}
#quick_link .list01 li:nth-child(3n){margin-right: 0%;}
#quick_link .list02{ margin:20px 0 0 0;}
#quick_link .list02 li{
	float: left;
	width: 23.5%;
	margin: 0 2% 20px 0;
	position: relative;
	text-align: center;
	border: 1px solid #008555;
	height:110px;	
}
#quick_link .list02 li a{
	color: #008555;
	width: 100%;padding: 10px 0;
	display: inline-block;height:110px;	
}
#quick_link .list02 li:hover{background:#008555;color: #fff;}
#quick_link .list02 li a:hover{background:#008555;color: #fff;}
#quick_link .list02 li:nth-child(4n){margin-right: 0%;}
#quick_link .list02 li p{
	line-height: 20px;margin: 5px 0;
}
#quick_link .list02 li:hover img{
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
}
#quick_link .list02 li img{ height:50px;}
#quick_link .pic{
	overflow: hidden;
	position: relative;
	height: 400px;
	width: 100%;
	max-width: 100%;
	background-color: #E6E6E6;
	margin-bottom:10px;
}
#quick_link .pic img{
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
	height: 400px;width: auto;
	position: absolute;
	 -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
#quick_link .col-md-6.picbox{margin:0 0 0 -15px;padding:0 0 0 15px;}
#related_links .related_links{margin:20px 0;}
#related_links li{
	float: left;
	width:15%;
	margin: 0 2% 20px 0;
	position: relative;
	text-align: center;	
}
#related_links li:nth-child(6n){margin-right: 0%;}
#related_links .pic{
	overflow: hidden;
	position: relative;
	height: 60px;
	width: 100%;
	max-width: 100%;
	background-color: #E6E6E6;
	margin-bottom:10px;
	line-height: 60px;
}
#related_links .pic img{
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
	width: auto;
	position: absolute;
	 -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
#guide .left{
	width: 45%;
	float: left;
}
#guide .right img{
	width: 100%;
}
#guide .right{
	position: absolute;
	right: 0;
	width: 55%;
	z-index: -1;
}
#guide .botimg{
	width: 45%;
}
#guide .bottom{
	width: 100%;
	position: absolute;
    bottom: 45px;
}
#guide .main{
	padding-top: 15%;
	text-align: center;
}
#guide .main .logo{ height:110px;}
#guide .main .ti{
	font-size: 300%;
	color: #00824c;
	text-align: center;
	margin:50px 10px 30px ;
}
#guide .main .en_b{
	font-size: 133%;
	border-bottom: 2px solid #00824c;
	padding:0 0 25px 0 ;
	margin:0 0 10px 0 ; color:#595757;
}
#guide .main .language{ margin-top:50px;color: #595757;}
#guide .main .language a{
	border: 1px solid #CCC;
	padding: 12px 70px;
	color: #595757;
	margin: 10px 20px;
	display: inline-block;
}
#guide .main .language a:hover{ background-color:#00824c; color:#FFF}
#guide .main .language a:nth-child(2n){margin-right: 0;}
#guide .adds{
	font-size: 105%;
	width: 100%;
	color: #fff;
	padding: 30px 0 20px 50px;	
	background-image: url(../images/guide_lb_1.png),linear-gradient(to right, #27ad6f 0%,#009a9a 13%,#1caa77 62%,#68bb4d 88%,#85c656 100%);
	background-repeat: no-repeat;
	background-position: right;
}
#guide .adds p{ margin-bottom:20px;}
#guide .adds .fa{
	margin-right: 5px;
	text-align: center;
	width: 20px;
}
#guide .adds_en{
	padding-left: 25px;
	display: inline-block;
}
#guide .edition{
	background-color: #FFF;
	text-align: center;
	color: #595757;
	font-size: 90%;width: 100%;
	position: absolute;
	bottom: 0;padding: 10px 0;
}
#guide .ad_al{
	float: right;
    padding-right: 25%;
}
/*---------------------------------------------
			webedit
---------------------------------------------*/
/* img */
.editor img{max-width:100%;height:auto;}
/* iframe */
.editor iframe {width: 100% !important; margin:10px 0;}
/* video */
.editor .video-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;margin:10px 0;
}
.editor .video-container iframe, 
.editor .video-container object, 
.editor .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.editor .vertical-container {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 35px;
}
/*---------------------------------------------
			Google Translate widget
---------------------------------------------*/
div#google_translate_element div.goog-te-gadget-simple {
	border: none;
	background-attachment: scroll;
	/* background-image: url(../images/box-googletranslate.png); */
	background-repeat: no-repeat;
	background-position: left center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 130px;
	height: 31px;
	font-size: 130%;
	background-size: cover;
	font-weight: bold;
	font-family: "微軟正黑體";
	color: #000;
}
/*---------------------------------------------
			共用
---------------------------------------------*/
@media screen and (min-width: 1330px) {
	.container {
	    padding-right: 0;
	    padding-left: 0;
	}
}
.clear{
	clear: both;
}

/*---------------------------------------------

			list/detail.html

---------------------------------------------*/

.dm-wrap-lg .br-wrap,
.dm-carousel-lg li img {
    height: 350px;
}
#second .out-wrap #tabs li a {
    font-size: 100%;
    padding: 25px 0;
}
#second .menu_btn li {
    float: left;
    width: 10%;
}
#second .en03:after {
    left: 110px;
}
.sublist{
	position: relative;
}
.sublist .nav{
    position: relative;
    top: 0;
    max-width: 1280px;
    text-align: center;
    font-weight: bold;
    overflow-x: scroll;
    margin: -32px auto 40px;
    display: table;
}
.sublist .nav::-webkit-scrollbar {width: 0;}
.sublist .nav li{
	width: auto;
    border-radius: 25px;
    white-space: nowrap;
    background: rgba(255,255,255,0.9);
}
.sublist .nav li a:hover {
	color: #fff;
}
.sublist .nav li:hover {
    background-color: #68bb4d;
}
.sublist .nav li a {
	font-size: 17px;
    color: #292b2c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}
.sublist ul.table{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 17px;
   position: relative;
    z-index: 11;
}
.sublist ul.table li {
    position: relative;
    white-space: nowrap;
}
.sublist ul.table li a {
    padding: 0 30px;
    display: inline-block;
}
.sublist ul.table li.act a,
.sublist ul.table li a:hover{
    color: #00824c;
    font-weight: bold;
}
.sublist ul.table li+li:before {
    content: '';
    height: 15px;
    width: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sublist .table_m{
	display: none;
}
.sublist .table_m{
	padding: 20px 0 0;
	text-align: center
}
.sublist .table_m select{
	appearance:none;   
    -moz-appearance:none;   
    -webkit-appearance:none;  
	outline: none;
	width: 90%;
    max-width: 500px;
    border: 1px solid #ccc;
	padding: 10px 20px;
    background-color: #fff;
    background: url(../images/arr_down.png) 95% no-repeat;
}
.sublist .nav li.act a {
    color: #fff;
}
.sublist .nav li.act {
    background-color: #68bb4d;
}
.sublist .verline {
	height: 0;
    /* top: 69px;
    position: absolute;
    left: 50%;
    width: 3px;
    background: #F89C27; */
}
/*====================*/
.row.intro {
    margin: 55px 0 90px;
}
.intro [class*= col-] {
    padding-right: 0;
    padding-left: 0;
}
.intro h3{
    position: absolute;
    z-index: 1;
    font-size: 22px;
    font-weight: bold;
    top: 15px;
    left: 20px;
    text-shadow: 2px 2px 2px #fff, 
			     2px 2px 2px #fff,
			     0 2px white, 
			     2px 0 white, 
			     -2px 0 white,
			     0 -2px white;
}
.intro p{
    position: absolute;
    z-index: 10; 
    font-size: 17px; 
}
#list .title{
    text-align: center;
    font-size: 26px;
    color: #000;
    background-color: #fff;
    position: relative;
    width: 190px;
    margin: 70px auto 0;
}
#list hr {
    margin-top: -18px;
    border-top: 2px solid #DBDBDB;
}
.arrow_r{
	transition: All 0.3s ease-in-out;
}
.arrow_r:hover{
	padding-left: 8px;
}
#justify a:hover{
	-webkit-filter: contrast(1.1);
}

/*---------------------------------------------

			detail.html

---------------------------------------------*/

.btn01-1_1out{
	margin-bottom: 100px;
}
.btn01-1_1bg{
	background-image: url(../images/btn01-1_1bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.btn01-1_1{
	width: 53%;
    padding: 70px 50px 50px;
    margin-bottom: 50px;
}
.btn01-1_1out .title{
	text-align: center;
    padding: 20px 0;
    margin: 0;
    font-size: 26px;
}
.btn01-1_1out .btn01-1_1 img{
	width: 100%;
    border-right: solid 5px #fff;
    border-top: solid 5px #fff;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: 0px 5px 7px #1b1919;
}
.btn01-1_1out p{
	font-size: 16px;
	line-height: 32px;
	/* text-indent: 34px; 客戶自排 */ 
	padding-bottom: 16px;
	/*text-align: justify;*/
}
#detail .sign img{
	width: 103px;
	max-width: 103px;
	height: 40px;
}
#detail .sign{
	padding: 0 0 0 20px;
}
#detail .speech{
	float: right;
	text-align: right;
	white-space:nowrap;
	font-size: 17px;
}
.nav .menu li.act{
	background: #00824c;
}
.nav li ul.shadow li.act {
    background-color: #F0F0F0;
}
.nav li ul.shadow li.act a {
    color: #00824c;
}

/*---------------------------------------------

			second.html

---------------------------------------------*/

.secondPage{
	margin-bottom: 90px;
}
.secondPage li{
    margin: 15px 10px 0;
    white-space: nowrap;
    min-width: 150px;
}
.secondPage li:hover{
	color: #00824c;
	font-weight: bold;
}
.secondclass{
	margin: 50px 0 15px;
	font-size: 18px;
}
.secondclass i{
	color:#00824c;
}
.secondblock{
	font-weight: bold;
}
.secondblock h3{
	padding-top: 20px;
	margin: 0 0 15px;
	font-size: 24px;   
}
.secondblock div{
	text-align: center;
    font-size: 20px;
    background-color: #efffea;
    padding: 20px 10px;
    border: solid 1px #c0e0b4;
}
.secondblock div:nth-child(odd) {
    background-color: #ddffd1;
}
.secondblock div:hover{
	background-color: #8bd573;
}

/*---------------------------------------------

			third.html

---------------------------------------------*/

.thirdblock{
	margin-bottom: 40px;
}
.thirdblock h3{
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: bold;   
}
.thirdblock table{
	width: 100%;
	/*font-size: 19px;*/
}
.thirdblock table th,
.thirdblock table td{
	border: solid 1px #c0e0b4;
}
.thirdblock table th{
	text-align: center;
	background-color: #ddffd1;
	padding: 5px 15px;
	font-weight: bold; 
	white-space: nowrap;
}
.thirdblock table td{
	padding: 7.5px 15px;
}
.thirdblock .linkBtn{
	color: #008551;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    padding: 3px 0;
    width: 150px;
    font-size: 17px;
    font-weight: bold;
    border: solid 1px #008551;
}
.thirdblock .linkBtn:hover{
	color: #fff;
	background-color: #008551;
}
.thirdblock .linkName{
	font-size: 21px;
	text-align: center;
}
.thirdblock .linkName:hover{
	color: #008551;
}

/*---------------------------------------------

			fourth.html

---------------------------------------------*/

/* 頁籤 */
.layout__nav-subclass{
	padding-top: 20px;
}
.layout__nav-subclass .wrap{
    padding: 40px 35px;
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto 30px;
    min-height: 200px;
    width: calc(100% - 80px);
}
.layout__nav-subclass .navp {
  padding: 10px 40px 0;
  background-color: #fff;
}
.layout__nav-subclass .navp li {
    display: inline-block;    
    cursor: pointer;
    text-align: center;
    color: #666;
    background-color: #f2f2f2;
    padding: 5px 15px 10px;
    border-radius: 15px 15px 0 0;
    border: 1px solid #fff;
    border-bottom: 1px solid #cacaca;
    border-left: solid 5px #fff;
}
.layout__nav-subclass .navp li:hover,
.layout__nav-subclass .navp .act{
	color: #000;
	font-weight: bold;
	background: #fff;
	border: solid 1px #e0dfdf;
	border-left: solid 5px #f1f1f1;
	border-bottom: none;
}
.layout__nav-subclass .navp a {
  display: block;
}
.layout__nav-subclass .navp .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.layout__nav-subclass .navp .slick-slide {
  float: none;
}
.layout__nav-subclass .navp .slick-arrow {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  outline: none;
}
.layout__nav-subclass .navp .slick-next {
  right: 50px;
}
.layout__nav-subclass .navp .slick-prev {
  left: auto;
  right: 90px;
}
.layout__nav-subclass .list {
  padding: 20px 0;
}
.layout__nav-subclass .item {
  display: block;
  pointer-events: none;
}
.layout__nav-subclass .item.slick-active {
  pointer-events: all;
}
.layout__nav-subclass .img {
  display: inline-block;
  max-width: 100%;
}
.layout__nav-subclass .img img {
  width: 100%;
}
.layout__nav-subclass.nav-tab .navp li {
  padding: 10px 10px;
}
.layout__nav-subclass.nav-tab .navp .slick-current {
  color: #000;
  font-weight: bold;
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.layout__nav-subclass.nav-href .navp .nav-current {
  color: #000;
  font-weight: bold;
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.layout__nav-subclass.nav-href .nav a {
  padding: 10px 10px;
}
@media (max-width: 576px) {
  .layout__nav-subclass .navp {
    padding: 0 10px;
    width: 90%;
    margin: 0 auto;
  }
  .layout__nav-subclass .navp .slick-arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    right: auto;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
  }
  .layout__nav-subclass .navp .slick-next {
    right: -25px;
  }
  .layout__nav-subclass .navp .slick-prev {
    left: -25px;
    right: auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  outline: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background-color: #f2f2f2;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  margin: 0;
  padding: 0;
}
.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}
.slick-prev, .slick-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:before {
    content: '←';
}
.slick-next:before {
    content: '→';
}
.slick-prev:before, .slick-next:before {
    font-size: 26px;
    font-family: 'slick';
}
.slick-arrow {
    color: #d6d6d6;
}
.slick-arrow:hover {
    color: #008551;
}
/* Icons */
@font-face{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') 
    format('embedded-opentype'), url('../fonts/slick.woff') format('woff'),
     url('../fonts/slick.ttf') format('truetype'), 
     url('../fonts/slick.svg#slick') format('svg');
}

/*---------------------------------------------

			form

---------------------------------------------*/

/* form_advisory.html */
.form_advisory .formWrap{
	background-color: #efefef;
	box-shadow: 0 0 3px #e0e0e0;
	border-radius: 5px;
	padding: 40px 15px 30px;
	color: #757575;
}
.form_advisory .form-group{
	display: inline-flex;
	width: 100%;
}
.form_advisory .form-group label{
	text-align: right;
}
.form_advisory .red {
    color: #da6f00;
}
.form_advisory .note {
	color: #757575;
    text-align: center;
    padding: 60px 10px 20px;
    line-height: 22px;
}
.form_advisory .note2 {
	color: #757575;
    text-align: center;
    color: #008551;
    font-weight: bold;  
    padding-bottom: 30px;
    margin-top: -20px;
}
.form_advisory .checkBtn {
    text-align: center;
}
.form_advisory .checkBtn button{
    width: 25%;
    color: #008551;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #008551;
    background: #fff;
    padding: 10px 0;
    margin: 0 10px;
}
.form_advisory .checkBtn button:hover {
    color: #fff;
    background-color: #008551;
}
/* form_appeal */
.form_advisory .col_01 {
    width: 65%;
    float: left;
    margin: 0px 5% 0px 0px;
}
.form_advisory .col_02 {
    width: 30%;
    float: left;
}
.form_advisory .disIF{
	display: inline-flex;
}
.form_advisory .disFB{
	display: inline-flex;
}
.form_advisory .col_02 {
	padding: 10px 10px 0 0;
	display: inline-block;
}
.form_advisory input[type=radio] {
	width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: -2px;
}
.form_advisory input[type=checkbox]{
	width: 17.5px;
    height: 17.5px;
    margin-top: -2px;
}
.form_advisory .col_02 span{
    padding-right: 15px;
}
.form_advisory .codePut{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.form_advisory .codeImg{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*---------------------------------------------

			doctor_info.html

---------------------------------------------*/

.doctor_info{
	text-align: center;
}
.doctor_info table{
	margin: 0;
}
.doctor_info table p{
	line-height: normal;
    padding-bottom: 8px;
}
.doctor_info table .tit{
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
}
.doctor_info .disF{
	display: flex;
}
.doctor_info .dcImg{
	border-top: solid 1px #c0e0b4;
	border-left: solid 1px #c0e0b4;
	display: inline-table;
	width: 50%;
}
.doctor_info .dcImg img{
	width: 200px;
}
.doctor_info .nameWrap{
	border: solid 1px #c0e0b4;
	border-bottom: 0;
	width: 50%;
	font-size: 19px;
	display: inline-grid;
}
.doctor_info .nameTit{
    background-color: #ddffd1;
    border-bottom: solid 1px #c0e0b4;
    padding: 5px 15px;
    font-weight: bold; 
}
.doctor_info .nameCon{
    padding: 25px 10px 10px; 
}
.doctor_info .str{
    font-weight: 500;
    font-size: 30px;
    color: #008551;
}
.doctor_info .borT{
    border-top: solid 1px #c0e0b4;
}

/*---------------------------------------------

			list_other.html

---------------------------------------------*/

.listOth .linkWrap{
	padding-top: 25px;
}
.listOth .link{
	border: solid 1px #99cc86;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 5px 10px;
}
.listOth .link:hover{
    background-color: #ddffd1;
}
.listOth .conScr{
	height: 500px;
    overflow-y: scroll;
    margin: 30px 0 80px;
}
.listOth .con{
	margin: 10px 0 80px;
	display: inline-flex;
	text-align: center;
	width: 100%;
}
.listOth .con .qrcode{
	margin: 0 auto;
    display: table;
    padding: 20px;
}
.listOth .con .qrcode img{
	width: 50%;
}





/*===========================================
=============================================

				RWD
 
============================================
============================================*/


#list .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
@media screen and (max-width: 1420px) {
	.form_advisory .disFB{
		display: block;
		width: 100%;
	}
	.form_advisory .codePut {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding-bottom: 10px;
	}
}
@media screen and (max-width: 1366px) {
	.sublist .menu_btn li{
	    width: 20%;
	}
	#detail .menu_btn li{
	    width: 20%;
	}
}
@media screen and (max-width: 1300px) {
	#guide .main .logo {
	    height: 85px;
	}
	#guide .main .ti {
	    font-size: 230%;
	    margin: 30px 10px 10px;
	}
	#guide .main .en_b {
	    font-size: 102%;
	}
	#guide .main .language span{
		display: none;
	}
	#guide .main {
	    padding: 25% 20px 0;
	}
	#guide .main .language a {
	    margin: 0;
	}
	#guide .main .language a {
	    padding: 12px 50px;
	}	
}
@media (max-width: 1225px) {
	.sublist ul.table li a {
	    padding: 0 15px;
	}
}
/* min */
@media (min-width:1200px){
	.container{
		width:1280px;max-width:100%
	}
}
@media (max-width: 1200px) {
	.down::before {
	    right: 10px;
	    display: none;
	}
	.secondPage li {
	    min-width: 202px;
	}
	footer .fpc .wrp-2 .reservation {
	    padding: 0;
	    display: block;
	}
}
@media screen and (max-width: 1024px) {
	footer .fpc .wrp-1{
		float: left;width: 35%;
	}
	footer .fpc .logo_s img{
		height: auto;
	}
	footer .fpc .wrp-2{
	    width: 40%;
	    line-height: 24px;
	    font-size: 95%;
	}
	footer .fpc .wrp-3 img{
		height: 80px;
	}
	footer .fpc .wrp-2 .font_s {
	    font-size: 80%;
	    line-height: 20px;
	}
	#guide .left {
	    width: 100%;
	}
	#guide .adds{
		font-size: 100%;
		padding: 15px 5% 15px 5%;
	}
	#guide{
		background-image: url(../images/guide_bk_m.jpg);
		background-repeat: no-repeat;width: 100%;
		background-position: left top;background-size: contain;
		position: relative;
	}
	#guide .right {
	    display: none;
	}
	.recommendation li {
		margin:0 5px;
	}
	.dm-wrap-lg .br-wrap,
	.dm-carousel-lg li img{
		height: 300px;
	}
	/* .sublist .verline {
    	top: 40px;
	} */
	.btn01-1_1out .title {
	    padding: 0;
	}
	.btn01-1_1out .title {
	    margin: 0 0 55px;
	}
}
@media screen and (max-width: 1020px) {
    #header {
        z-index: 9999999;
    }
	.nav li a {
		padding: 15px 10px;
	}
	div#google_translate_element div.goog-te-gadget-simple{
		margin: auto;
	}
	div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
		padding-left: 15px;	
	}
	.logo_m{
		display: block;
	}
	#header .header_link{ 
		padding: 0 0 10px 0; background-color:#FFF
	}
	.subnav{
		padding: 15px 0 10px 0;float: left;
	}
	.subnav li{
		padding: 0 10px 0 0;margin: 0 0 0 0;
	}
	.submenu {
		float: left;
		position: static;
	}
	.submenu li{
	    border-right: 1px solid #00824c;
		padding: 0 10px 0 0;
		margin: 0 10px 10px 0;
	}
	.height{ 
		height:55px;
	}
	.en01:after {
		left:18%;
	} 
	.en02:after {
		left:40%;
	}
	.dm-wrap-lg .br-wrap{
		height: 250px;
	}
	.dm-carousel-lg li img { 
		height: 250px;
	}
	.out-wrap #tabs li a {
		padding: 20px 0;
	}
	#guide .main .language{ 
		color: #595757;
	}
	/* tammy */
	#header{
		top: 0;
		z-index: 3;
		width: 100%;
		background-color:#FFF;
		position: fixed;
		height: 55px;
	}
	#header .logo img{
		height:40px;
	}
	nav {
		display: block;
		float: left;
		width: 100%;
	}
	.fa-bars{
		display: block;
		margin-top: 15px;
	}
	.nav li{
		float: none;
		width: 100%;
		display: inline-block;
		text-align: center;
		border-bottom: 1px solid #FFF;
	}
	.nav li a{
		padding-left: 0;
		text-align: center;
	 }
	.nav ul{
		width: 100%;
	}
	.nav li:hover ul {
		width: 100%;
		position: relative;
		display: block;
		background-color: #FFF;
	}
	.nav li:hover ul li{
		width: 100%;
	}
	.nav li:hover ul li a{
		padding-left: 0;
		text-align: center;
	 }
	.nav li ul li:hover {
		background-color: #F0F0F0;
	}
	.nav li ul li:hover a{
		color: #00824c;
	}
	.nav li ul li{
		width: 100%;
	}
	.arrow-bottom {
		top: 20px;
	}
	.sidenav {
	    height: 100%;
		width: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 1;
	    top: 0;
	    left: 0;
	    background-color: #fff;
	    overflow-x: hidden;
	    transition: 0.1s;
	    padding-top: 60px;
	}
	.sidenav .closebtn {
		position: absolute;
		top: 8px;
		right: 15px;
		font-size: 36px;
		margin-left: 50px;
		display: block;
		color: #00824c;
		z-index: 22;
	}
	#guide{
		background-image: url(../images/guide_bk.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		position: relative;background-size: contain;
	}
	#guide{
		background-image: url(../images/guide_bk.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		position: relative;background-size: contain;
	}
	#guide .botimg {
	    display: none;
	}
	#guide .adds {
	    width: 100%;
	}
	.sublist .nav{
		top: 32px;
	}
	.sublist .nav li{
    	border: solid 1px #eaeaea;
    	border-radius: 0;
    	margin: 0;
	}
	.sublist .nav li:hover {
		border: solid 1px #68bb4d;
	}
	.sublist .nav li.act {
	    border: solid 1px #68bb4d;
	}
	.sublist .nav li a {
	    font-size: 17px;
	}
	.sublist ul.table{
		display: none;
	}
	.sublist .table_m{
		display: block;
	}
	.btn01-1_1out .title {
	    margin: 30px 0 20px;
	    font-size: 24px;
	}
	.thirdblock h3 {
	    font-size: 21px;
	}
	/* .sublist .verline {
	    height: 36px;
	} */
	.doctor_info .str{
	    font-size: 26px;
	}
}
@media (max-width: 991px) {
	.btn01-1out ul {
    	position: static; 
    	padding: 0;
    	background-color: #f7f8f8;
	}
	.btn01-1out li {
	    padding: 10px 20px;
    	border-bottom: 1px solid #dcdcdc;
	}
	.btn01-1out li:hover {
	    border-bottom: 1px solid #c0c4c3;
	}
	#related_links li {
	    width: 23%;
	    margin: 0 1% 20px 1%;
	}
	.btn01-1_1 {
	    padding: 25px 15px 20px;
	}
	.form_advisory .col_01 {
	    margin: 0 3% 0 0;
	}
	.form_advisory .col_02 {
	    width: 32%;
	    white-space: nowrap;
	} 
	.form_advisory .col_02 span {
	    padding-right: 5px;
	}
	.container {
	    width: 100%;
	}
}
/* min */
@media (min-width: 768px) {
	.out-wrap #tabs {
		width: auto!important;
	}
}
@media screen and (max-width: 768px) {
	.container {
	    width: 100%;
	}
	#header{
		z-index: 9999999;
	}
	#head{
		margin-top: 55px;
	}
	.btn-white-border {
		margin-top: 20px;
	}
	footer .fpc .wrp-1{
		float: left;
		padding-right: 0;
	}
	footer .fpc .wrp-2{
		font-size: 90%;padding: 0 0 0 10px;line-height: 23px;
	}
	footer .fpc .wrp-3 .qrcode{
		height:63px; margin-left:5px;
	}
	footer .container{padding:0;
	}
	.pheight{
		height: 0;
	}
	div#google_translate_element div.goog-te-gadget-simple{
		margin: auto;
	}	
	.out-wrap {
		background: linear-gradient(to right,  #27ad6f 0%,#009a9a 13%,#1caa77 62%,#68bb4d 88%,#85c656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.out-wrap #tabs li {
		width: auto;
	    white-space: nowrap;
	    flex: 1;
	    text-align: center;
	    padding: 0;
	}
	.out-wrap #tabs {
		border-bottom: 0;
		overflow-x: scroll;
		overflow-y: hidden;	
		flex-wrap: nowrap !important;
	}
	.out-wrap #tabs {
		display: flex;
		border-bottom: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		flex-wrap: nowrap !important;
		margin:0 0;
	}
	.out-wrap #tabs li a:hover,.out-wrap #tabs li.active a { 
		color:#FFF;
	}
	.out-wrap #tabs li a:hover,{
		background: #00824c;
		border-bottom:none;
	 	width: auto; 
	 	display: block;
	}
	.out-wrap #tabs li a:hover{
		background: #00824c;
		border-bottom:none;
	 	width: auto; 
	 	display: block;
	}
	/* tt */
	.out-wrap #tabs li a{
		pointer-events: fill;
		z-index: 10;
    	position: static;
	}
	.out-wrap #tabs>li>a:hover,
	.out-wrap #tabs>li>a:focus{
		background: #00824c!important;
		border-bottom:none;
	 	width: auto; 
	 	display: block;
	}
	/* tt */
	.out-wrap #tabs li a {
		padding: 15px 15px 13px 15px;
		border-bottom: none; 
		color:#FFF;
		font-size: 100%;
	}
	.out-wrap .fa-angle-right,.out-wrap .fa-angle-left{
		display: block; color:#FFF
	}
	.round{
		display: none;
	}
	.dm-wrap-lg .br-wrap{
		height: 260px;
	}
	.dm-carousel-lg li img { 
		height: 260px;
	}
	.recommendation .br-wrap{
		height: 130px;
	}
	.recommendation li img {
		height: 130px;
	}
	.recommendation li {
		margin:0 5px;
	}
	.en01:after {
		left: 25%;
	} 
	.en02:after {
		left: 55%;
	}
	#quick_link .list02{ 
		margin:0 0 0 0
	}
	#quick_link .list02 li{
		height:120px;}
	#quick_link .list02 li p{
		font-size:90%
	}
	#guide{
		background-image: url(../images/guide_bk_m.jpg);
		background-repeat: no-repeat;width: 100%;
		background-position: left top;background-size: contain;
		position: relative;
	}
	#guide .main .language{ 
		margin-top:50px;color: #595757;
	}
	/* tammy */
	#header{
		top: 0;
		z-index: 3;
		width: 100%;
		background-color:#FFF;
		position: fixed;
		height: 55px;
	}
	#header .logo{
		float: left;
		line-height: 0;
	}
	#header .logo img{
		height:40px;
	}	 
	nav {
		display: block;
		float: left;
		width: 100%;
	}
	.fa-bars{
		margin-top: 16px;
		display: block;
	}
	.nav li{
		float: none;
		width: 100%;
		display: inline-block;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.nav li a{
		padding-left: 0;
		text-align: center;
	 }
	.nav ul{
		width: 100%;
	}
	.nav li:hover ul {
		width: 100%;
		position: relative;
		display: block;
		background-color: #FFF;
	}
	.nav li:hover ul li{
		width: 100%;
	}
	.nav li:hover ul li a{
		padding-left: 0;
		text-align: center;
	 }
	.nav li ul li:hover {
		background-color: #F0F0F0;
	}
	.nav li ul li:hover a{
		color: #00824c;
	}
	.nav li ul li{
		width: 100%;
	}
	.arrow-bottom {
		top: 20px;
	}
	.sidenav {
	    height: 100%;
		width: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 1;
	    top: 0;
	    left: 0;
	    overflow-x: hidden;
	    transition: 0.1s;
	    padding-top: 15px;
	}
	.sidenav .closebtn {
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 36px;
		margin-left: 50px;
		display: block;
		color: #00824c;
	}
	#second .out-wrap #tabs li a,
	#second .out-wrap #tabs li a {
	    padding: 15px 15px 13px 15px;
	}
	#second .dm-wrap-lg .br-wrap, 
	#second .dm-carousel-lg li img {
	    height: 260px;
	}
	#related_links li {
	    width: 31%;
	}
	.secondblock div{
		width: 50%;
	}
	.thirdblock .linkName {
	    font-size: 16px;
	}
	.thirdblock table td {
	    padding: 5px;
	    font-size: 16px;
	}
	.thirdblock .linkBtn {
	    margin: 3px auto;
	    padding: 0;
	    font-size: 15px;
	}
	.layout__nav-subclass .navp {
	    padding: 10px 10px 0;
	}
	.layout__nav-subclass .wrap{
	    width: calc(100% - 40px);
	}
	.form_advisory .form-group label {
	    text-align: left;
	}
	.form_advisory .form-group label.col-sm-2 {
	    white-space: nowrap;
	}
}
@media screen and (max-width: 680px) {
	.dm-wrap-lg .br-wrap{
		height: 160px;
	}
	.dm-carousel-lg li img { 
		height: 160px;
	}
	footer .fpc .wrp-1,footer .fpc .wrp-2{
		width: 100%;
	}
	footer .fpc .wrp-3{
		width: 100%;padding-top: 10px; margin-top:10px;padding-left: 0;
	}
	footer .fpc .logo_s img{
		height: 70px;padding: 0 0 10px 0;
	}
	footer .fpc .wrp-2 {
		font-size: 100%;line-height: 25px;
	}
	footer .fpc .wrp-2 .reservation{
		padding: 0 0 0 0;
		display: block;
	}
	footer .container{
		padding:0 15px;
	}
	footer .fpc{
		text-align: center;
	}
	footer .fpc .wrp-3 {
	   text-align: center;
	}
	footer .fpc .wrp-1 {
		padding: 10px 0;
	}
	.subnav .fb{
		width:100%
	}
	.subnav .fb_icon{
		padding: 0 10px 0 0;
		margin:0 0 10px 0;
	}
	.wrapper02 {
		position: relative;
		height: 40px;
		width: 100%;
		overflow: hidden;
		background: #ddd;
		background: #00beca;
		padding: 0;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	.wrapper02 .scroller {
		position:absolute
	}
	.wrapper02 .scroller li {
		height: 40px;border-radius: 50px;
		color: #333;
		float: left;
	    font-size: 100%;text-align: center;
		margin-top: -10px;
		line-height: 40px;
		padding:0 20px;
	}
	.wrapper02 .scroller li a{
		color:#333; color:#fff;display:block;
	}
	.wrapper02 .scroller li.cur{
		background: #0a9ba4;
		border-bottom: 5px solid #066e74;
	}
	.wrapper02 .scroller li.cur a{color:#fff;}
	.wrapper {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
    } 
	.height{ 
		height:55px;background-color:#0C6
	}
	.recommendation .br-wrap{
		height: 150px;
	}
	.recommendation li img {
		height: 150px;
	}
	#news .col-md-6.list{
		margin:0;padding:0 15px;
	}
	#quick_link .col-md-6.picbox{
		margin:0;padding:0 15px
	}
	#quick_link .list02{ 
		margin:5px 0 0 0;
	}
	#quick_link .list02 li{
		height:110px;
	}
	#quick_link .list02 li p{
		font-size:100%
	}
	.btn-style01{
		width: 80%;
	}
	.en01:after {
		left: 45%;
	} 
	.en02:after {
		width: 30px;left: 91%;
	}
	#quick_link .pic,#quick_link .pic img{
		height: 250px;
	}
	#news .pic,#news .pic img{
		height: 255px;
	}
	.recommendation .slick-prev{
		left: 0;
	}
	[dir='rtl'] .recommendation .slick-prev{left: auto;right: 0; }
	.recommendation .slick-next{right: 0;}
	[dir='rtl'] .recommendation .slick-next{right: auto;left: 0;}
	#guide{
		background-image: url(../images/guide_bk_m.jpg);
		background-repeat: no-repeat;width: 100%;
		background-position: left top;background-size: contain;
		position: relative;
	}
	#guide .main .ti{font-size: 210%;margin:30px 0 15px 0;}
	#guide .main .en_b{font-size: 90%;}
	#guide .main .language{ 
		display: flex;
	}
	#guide .main .language a{
		border: 1px solid #CCC;
		color: #595757;
		display: inline-block;
		width: 49%;
		margin: 0 2% 0 0%;	
		padding-top: 12px;
		padding-right: 0;
		padding-bottom: 12px;
		padding-left: 0;
	}
	#guide .main .language a:nth-child(2n){margin-right: 0%;}
	#guide .edition{
		font-size: 70%;
		line-height: 18px;
	}
	#guide .main {
	    padding: 35% 15px 0;
	}
	#guide .adds p {
	    margin-bottom: 10px;
	}
	#guide .main .en_b {
	    padding: 0 0 10px 0;
	}
	#guide .main .language {
	    margin-top: 15px;
	}
	#guide .adds {
	    font-size: 95%;
	}
	/* tammy */
	#second .dm-wrap-lg .br-wrap, 
	#second .dm-carousel-lg li img {
	    height: 160px;
	}	
	.sublist .nav li a {
	    font-size: 16px;
	    padding: 5px 15px;
	}
	#list .title {
	    margin: 40px auto 0;
	}
	.listOth .con .qrcode img{
		width: 100%;
	}
}
/* min */
@media screen and (min-width: 640px) {
    #guide .bottom {
	    height: auto;
	}
}
@media screen and (max-width: 575px) {
	.container{
	    width: 100%;
	}
	.form_advisory .form-group {
		display: inline-block;
	}
}
@media screen and (max-width: 540px) {
	.adds{
		background-position:  center;
	}
	.btn01-1_1 {
	    width: 65%;
	}
	.secondblock div{
		width: 100%;
	}
	.secondblock div {
	    font-size: 17px;
	    padding: 10px 10px;
	}
	.linkM{
		display: none;
	}
	.thirdblock table td {
	    padding: 15px;
	}
	.thirdblock table th {
	    font-size: 17px;
	}
	.btn01-1_1out .title,
	.secondblock h3 {
	    font-size: 22px;
	}
}
@media screen and (max-width: 480px) {
	#guide .main .logo {
	    height: 80px;
	}
    /* tammy */
	#detail .speech .space{
		display: none;
	}
	#detail .first{
		text-indent: 22px;
		padding-bottom: 0;
	}
	#detail .sign {
	    padding: 15px 0 0 20px;
	}
	#guide .ad_al{
	    padding-right: 0;
	}
	.secondPage li {
	    min-width: 150px;
	}
	.sublist .nav li {
	    width: calc(100% / 2);
	}
	.sublist .nav {
	    top: 32px;
	}
	.btn01-1_1out .title {
	    margin: 50px 0 40px;
	}
}
/* height */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 
@media screen and (max-width: 450px) {
	#related_links li {
	    width: 48%;
	}
	
	[class*= col-] {
	    white-space: normal;
	}
	.form_advisory .col_01,
	.form_advisory .col_02{
	    width: 100%;
	}
	.form_advisory .checkBtn button {
	    width: 40%;
	}
	.form_advisory .formWrap {
	    padding: 20px 10px 1px;
	}
	.form_advisory .note {
	    padding: 35px 10px 20px;
	    font-size: 15px;
	}
	.btn01-1_1out {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 420px) {
	#guide .main .logo {
	    height: 75px;
	}
	#guide .adds {
	    padding: 14px 5% 25px 5%;
	}
	/* tammy */
	.sublist .nav li a {
	    font-size: 16px;
	}
	.btn01-1_1out .btn01-1_1 img {
	    border-right: solid 3px #fff;
	    border-top: solid 3px #fff;
	}
	.row.intro {
	    margin: 40px 0 90px;
	}
	.doctor_info .disF{
		display: block;
	}
	.doctor_info .dcImg, 
	.doctor_info .nameWrap{
	    width: 100%;
	}
	.doctor_info .nameCon {
	    padding: 10px;
	}
	.btn01-1_1out p {
	    text-indent: 0;
	}
}
@media screen and (max-width: 396px) {
	#guide .main .logo {
	    height: 70px;
	}
}
@media screen and (max-width: 375px) {
	#guide .main .language{ 
		margin-top:30px;
	}
	#guide .main .ti{
		font-size: 180%;margin:30px 0px 10px 0px;
	}
	#guide .main .en_b{
		font-size: 75%;
	}
}
@media screen and (max-width: 360px) {	
	.en01:after {
		left: 50%;
	} 
	.en02:after {
		width: 100px;left: 65%;
	}
	#quick_link .list02 li{
		width: 32%;margin: 0px 2% 20px 0px;
	}
	#quick_link .list02 li:nth-child(4n){
		margin-right: 2%;
	}
	#quick_link .list02 li:nth-child(3n){
		margin-right: 0%;
	}
	.recommendation .br-wrap{
		height: 130px;
	}
	.recommendation li img {
		height: 130px;
	}
	#guide .main .language{ 
		margin-top:30px;
	}
	#guide .main .ti{
		font-size: 180%;margin:30px 0px 10px 0px;
	}
	#guide .main .logo {
		height: 60px;
	}
	#guide .main .en_b{
		font-size: 75%;
	}
	/* tammy */
	.thirdblock h3 {
	    font-size: 22px;
	}
	.listOth .link {
	    padding: 5px 10px;
	    margin: 0 0px 10px;
	}
	.listOth .con {
	    display: block;
	}
}
@media screen and (max-width: 320px) {
	.en01:after {
		width: 110px;left: 60%;
	} 
	.en02:after {
		width: 70px;left: 75%;
	}	
	.recommendation .br-wrap{
		height: 110px;
	}
	.recommendation li img {
		height: 110px;
	}
	#quick_link .list01 li{
		width: 49%;margin: 0px 2% 20px 0px;
	}
	#quick_link .list01 li:nth-child(3n){
		margin-right: 2%;
	}
	#quick_link .list01 li:nth-child(2n){
		margin-right: 0%;
	}
	#quick_link .pic,#quick_link .pic img{
		height: 200px;
	}
	#news .pic,#news .pic img{height: 200px;
	}
	#guide .main .ti {
    	font-size: 158%;
	    margin: 20px 0 0 0;
	}
	/* tammy */
	.thirdblock table {
    	font-size: 16px;
	}
}
/* bs視窗調整 */
.modal-dialog {
    width: 50%;
}
/* 錨點定位調整 */
:target:before {
content: "";
display: block;
height: 155px;
margin: -155px 0 0;
}
#related_links .pic img{
    width: 100%;
    height: 60px;
}
input[type=date]{
	height: 42px;
}
ol.listRev, 
ul.listRev {
    list-style: revert;
    padding-left: 20px;
}
ol.listDis, 
ul.listDis {
    list-style: disc;
    padding-left: 20px;
}
