@charset "utf-8";
/* 全域 */
object, embed{
	margin: 0px;
	padding: 0px;
}

caption {
	caption-side: initial;
}

/* FLASH文件備註 */
object p {
	margin: 5px;
	text-align: center;
}

a[disable=disable] {
	color: #000000;
}

label {
	cursor: pointer !important;
	cursor: hand;
}

span.requird {
	color: red;
	vertical-align: baseline;
}

.use-flex{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap: wrap;
}

.use-flex-no-hieght{
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
}

.flex_row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.flex_top{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}


/*頂部區塊*/
a{
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration: none;
}
a:focus,.btn:focus{
	/* outline-color: red !important;
	outline-style: dashed !important; */
	outline-width: 2px !important;
}
body{
	font-size: 100%;
	font-family: Microsoft JhengHei;
}

/* 左側導盲磚 */
a#tiles_left {
	color: black;
}
/* 中間導盲磚 */
a#tiles_content {
	color: black;
}
/* 上方導盲磚 */
a#tiles_top {
	color: black;
}
/* 右側導盲磚 */
a#tiles_right {
	color: black;
}

/* 網站上方選單 */
.top_menu {
	text-align: right;
	color: black;
}
.top_bg {
	background: #007c84;
}
.top_menu a {
	color: black;
}

/* 主選單 */
.navbar {
	padding: 0rem 1rem;
}
.navbar-dark {
	background-color: #f079bd;
}
.ml-auto .dropdown-menu {
	left: auto !important;
	right: 0px;
}
.navbar-dark .navbar-nav .nav-link {
	color: black;
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
}
.navbar-dark .navbar-nav .nav-link:hover {
	background-color: #ffcbe9;
	color: black;
}
.dropdown-menu {
	background-color: #ffffff;
	border: 1px solid #f079bd;
	line-height: 1.5rem;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: black;
	text-decoration: none;
	background-color: #ffcbe9;
	transition: all 0.2s ease-in-out;
}
.dropdown-item {
	transition: all 0.2s ease-in-out;
	padding: 7px 15px;
	text-align: center;
	border-style: inset;
	text-align: left;
	border-bottom: 1px dashed #f079bd;
}
.dropdown-menu {
	padding: 0;
}

/* 字級 */
.appoint-btn .text-size {
	cursor: pointer;
	position: relative;
	display: inline-block;
	color: black;
	text-align: center;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.appoint-btn .text-size a{
	color: black;
}
.appoint-btn .text-size-t {
	color: white;
	display: inline-block;
	font-weight: 500;
	line-height: 38px;
	padding: 0 12px;
	text-align: center;
}
.appoint-btn .text-size a{
	padding: 0 12px;
	line-height: 38px;
	text-decoration: none;
}
.appoint-btn>.text-size:hover{
	background: black !important;
}
.appoint-btn>.text-size:hover a{
	color: white;
}
.appoint-btn .text-size.active{
	background: black !important;
}
.appoint-btn .text-size.active a{
	color: white;
}

/*
*底部區塊
*/

/*聯絡資訊區*/
.HI_bg {
	position: relative;
	background: #b2da33;
	padding-top: 30px;
	padding-bottom: 10px;
}
.margin_h {
	height: 220px;
	margin-bottom: 20px;
}
.feature-box {
	padding: 10px;
	height: 100%;
}

.feature-box .content .title{
	color: white;
	font-size: 1.2rem;
	margin: 0px;
}

.feature-box a{
	color: #b4d005;
	font-size: 1rem;
	text-decoration: none;
}


.feature-box:hover ,.feature-box:hover a, .feature-box:hover .content .title{
	color: white;
}

.feature-box:hover .icon-box {
	background-color: white;
	color: #027d72;
}

.feature-box:hover .icon-box .icon{
	color: #027d72;
}


.feature-box .icon-box {
	border-radius: 50%;
	font-size: 2em;
	height: 70px;
	margin: 10px auto;
	position: relative;
	text-align: center;
	width: 70px;
	border: 0px;
	background-color: #2b7c85;
}

.feature-box .icon-box .icon {
	color: white;
	line-height: 64px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


/*
*Right Slide Menu
*/
.side-menu-btn {
	font-size: 0.85rem;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px 0 0 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	left: auto;
	line-height: 25px;
	padding-left: 9px;
	position: fixed;
	right: -75px;
	text-align: center;
	top: 12%;
	width: 110px;
	z-index: 1000;
	transition: all 0.5s ease-in-out 0.1s;
}

.side-menu-btn:hover,.side-menu-btn:focus {
	background-color: rgba(0, 0, 0, 0.7);
	right: 0px;
	transition: all 0.15s ease-in-out 0.1s;
}

.side-menu-btn:focus {
	outline-color: red;
	outline-style: dashed;
	outline-width: 2px;
}

/* The side navigation menu */
.sidenav {
	height: 100%;
	width: 240px;
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	background-color: #f079bd;
	overflow-x: hidden;
	display: none;
	animation: slide-left-open 0.5s ease-out;
}

@-webkit-keyframes slide-left-open {
	0% { opacity: 0; -webkit-transform: translateX(100%); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}

/* The navigation menu links */
.sidenav a {
	text-decoration: none;
	color: black;
	display: block;
	transition: 0.3s;
	font-size:1rem;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
	color: #000000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 1.6rem;
	margin-left: 50px;
	color: black;
	width: 25px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s;
	padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 2em;}
}

.SideNavImg{
	position: relative;
	background-color: white;
	padding: 30px 10px 10px 10px;
}
.SideNavImg .fa-times-circle{
	color: #ff9cd5;
}
.SideNavImg .fa-times-circle:hover{
	color: black;
}
.SideNavStacked{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.SideNavStacked a{
	padding: 1em;
}

.SideNavStacked:hover{
	background-color: #ff9bd4;
}
.SideNavTitle{
	text-decoration: none;
	display: block;
	transition: 0.3s;
	text-align: left;
}

/* 胖尾頁 */

#footerMap{
	background-image: url(/images/home_img/parallax.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
	padding-bottom: 20px;
	padding-top:20px;
	width:100%;
}

.WebMapTitle{
	text-align:center;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size:1.25em;
}

.WebMapTitles{
	text-align:center;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size:1.4em;
	color:#dd2161;
}

.webMapW{
	width: 165px;
	padding: 0px;
}

.linkw{
	 margin-bottom: 10px;
	 font-size: 1.2rem;
}

.linkw a {
	color:#2B2B2B;
	text-decoration: none;
}
.footer-name {
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: 700;
}
.footer-right {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.border-line {
	color: #000000;
}
.copy-right {
	color: #fff;
	margin-bottom: 18px;
	margin-top: 18px;
	text-align: center;
}
.footer-infor{
	background-color: #576065;
}
.footer-explain{
	color: #fff;
}
.footer-explain a{
	color: #fff;
}

/* 回到頁首 */

.scroll-to-top{
	display: none;
}
.scroll-to-top a{
	border: none;
	border-radius: 50%;
	bottom: 15px;
	color: #fff;
	background-color: #464646;
	cursor: pointer;
	font-size: 1.8rem;
	height: 50px;
	line-height: 10px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 50px;
	z-index: 100;
}
.scroll-to-top:hover a, .scroll-to-top:focus a{
	box-shadow: 0 0 5px 0 #464646;
	background-color: #fff;
	color: #464646;
}


/* media */
@media (max-width: 360px){
	.g-recaptcha {
		transform: scale(0.85);
	}
}

@media (max-width: 320px){
	.g-recaptcha {
		transform: scale(0.65);
	}
}

/*facebook粉絲專業*/
#fb-root {
	display: none;
}
.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget iframe[style] {
	width: 100% !important;
}

/*聯絡資訊按鈕*/
.cont-btn {
	height: auto;
	text-align: center;
	border: 1px solid #fff;
}
.cont-btn:hover{
	background-color: #99d7e6;
}
.cont-btn img{
	width: 70%;
}
.cont-btn a{
	display: block;
}
.cont-title {
	font-size: 1.4rem;
	font-weight: bolder;
	color: #fff;
}
.cont-btn-text {
	font-size: 1.2rem;
	padding-bottom: 10px;
	font-weight: bolder;
	color: #fff;
}
.icon-box {
	border-radius: 50%;
	font-size: 2em;
	height: 70px;
	margin: 10px auto;
	position: relative;
	text-align: center;
	width: 70px;
	color: #FFF;
	border-color: #a03e6f;
	background-color: #a03e6f;
}

/* FB、LINE QRcode */
.fb_tit{
	font-size: 1em;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: #3D5B9A;
	border-radius: 8px 8px 0px 0px;
}
.fb_qr{
	padding: .3rem!important;
	background: #3D5B9A;
	border-radius: 0px 0px 8px 8px;
}
.line_tit{
	font-size: 1em;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: #07a000;
	border-radius: 8px 8px 0px 0px;
}
.line_qr{
	padding: .3rem!important;
	background: #07a000;
	border-radius: 0px 0px 8px 8px;
}