
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);

/*========================================================
                      Main Styles
=========================================================*/
body {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;	
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 70px;/*有頂部固定導髚條時設置*/
}
/* ----------------------- header ----------------------- */

header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
/*	transition: all 0.4s ease;*/
	/*border-bottom: 10px solid #d68883;*/
	
}

/* ----------------------- navbar-nav ----------------------- */

.navbar-default {
	background: none;
}
.navbar-header .navbar-brand {
	position: relative;
}
.navbar-header .navbar-brand {
	/*background: url(../../images/logo_3.png) no-repeat center center;*/
	width: 200px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 99;
	margin-left: -100px;
}
.navbar {
	position: relative;
	border: none;
	margin-bottom: 0;
}
.navbar-nav {
	float: none;
	text-align: center;
	margin: 0 -15px 0;
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: #fff;
	border-bottom: 10px solid #d68883;
}
	

.navbar-nav > li {
    float: none;
	display: inline-block;
	text-align: center;
}
.navbar-nav > li:nth-of-type(3) {
	margin-right: 200px;
}
.navbar-nav > li:nth-of-type(-n+1) {
	display: none;
}
.navbar-default .navbar-nav > li > a {
	display: block;
	font-weight: bold;
	color: #48282b;
	position: relative;
}

.navbar-default .navbar-nav > li:last-of-type > a:after {
	background: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #b18e8e;
}



/* 只限第一層設定 */
.navbar-nav > li > a {
	display: block;
	/*line-height: 60px;*/
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.navbar-nav > li > a:hover {

}
.navbar-nav li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}
.navbar-nav ul {
	position: absolute;
	top: -999em;
	width: 120%;
	list-style: none;
	/* left offset of submenus need to match (see below) */
}
.navbar-nav ul li {
	width: 100%;
}
.navbar-nav li li a,
.navbar-nav li.sfHover li a {
	background-color: #d284d5;
	display: block;
	color: #fff;
	font-size: 0.8em;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px dotted #eca5e3;
}

.navbar-nav li li a:hover, .sf-menu li li.sfHover a {
	background: #b44fa9;
}
/* ----------------------- 上方左側選單 ----------------------- */
.navbar-text {
	position: absolute;
	right: 50px;
	top: 16px;
	z-index: 10;
	display: none;
}
.navbar-default .navbar-link {
}
.navbar-default .navbar-link:hover {
}
/* ----------------------- 主選單 ----------------------- */
.navbar {
	border: none;
	margin-bottom: 0;
}
.navbar-box {
}
.navbar-box h1{
	
	margin: 0;
	padding: 0px 0 0px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	display: none;
}

.sf-menu {
	max-width: 1170px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu li {
	position: relative;
	float: left;
	width: 24.5%;
}
.sf-menu li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 60px;
}
.sf-menu li:last-of-type:after {
	content: "";
	background: none;
}
.sf-menu > li:nth-of-type(-n+1) {
	display: none;
}
/* 只限第一層設定 */
.sf-menu > li > a {
	display: block;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.sf-menu > li > a:hover {
	color:#90fff3;

}
.sf-menu li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 160%;
	list-style: none;
	/* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li li a,
.sf-menu li.sfHover li a {
	background-color: #72944d;
	display: block;
	color: #fff;
	font-size: 1em;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px dotted #b0c88a;
}

.sf-menu li li a:hover, .sf-menu li li.sfHover a {
	background: #557730;
}
/*第三層基本設定*/
.sf-menu li li li a,
.sf-menu li.sfHover li li a {
	background-color: #0099ff;
	text-align: left;
}
.sf-menu li li li a:hover, .sf-menu li li li.sfHover a {
	background: #fff;
	color: #333;
}
/*第四層基本設定*/
.sf-menu li li li li a:hover, .sf-menu li li li li.sfHover a {
	background: #666;
	color: #000;
}
/*各層位置設定*/
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -40px;
	top: 50px;
	/* 匹配第一層的高度*/
	_top: 60px;
	/*IE6修正,被上層蓋住的情況*/
	z-index: 99;
}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	left: 100%;
	/* 匹配ul寬度 */
	top: 0;
}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	left: 100%;
	/* 匹配ul寬度 */
	top: 0;
}
/* -------------------- 頁面下拉時的變化設定 ----------------------- */

header.shrink {
	background: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0 0 15px #424242;
	-moz-box-shadow: 0 0 15px #424242;
	box-shadow: 0 0 15px #424242;
	transition: all 0.4s ease;
	height: 60px;
}

/* -------------------- 頁面下拉時的變化設定 
header.shrink {
	background: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0 0 15px #424242;
	-moz-box-shadow: 0 0 15px #424242;
	box-shadow: 0 0 15px #424242;
	transition: all 0.4s ease;
}

header.shrink .navbar-brand {
	background: url(../../images/logo_6.png) no-repeat center center;
	width: 306px;
	height: 50px;
}
header.shrink .sf-menu {
	height: 50px;
}
header.shrink .sf-menu li:after {
	height: 50px;
}
header.shrink .sf-menu > li > a {
	line-height: 50px;
}
----------------------- */

/* -------------------------- 分頁設定 -------------------------- */

.pagination > li > a,
.pagination > li > span {
	color: #d47ecf;
  	border: 1px solid #cf7ed4;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff;
	background-color: #d47ecf;
	border-color: #cf7ed4;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #d47ecf;
	border-color: #cf7ed4;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #d47ecf;
	background-color: #fff;
	border-color: #cf7ed4;
}
/* -------------------------- banner -------------------------- */

.bxslider1, .bxslider2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.banner-l {
	display: none;
}

.banner-l, .banner-m {
	position: relative;
}

/* -------------------------- scroll -------------------------- */

.scroll {
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 9;
	cursor: pointer;
	}
.scroll img {
	display: block;
	margin: 0 auto;
}




/* -------------------------- 共同設定 -------------------------- */

/* -------------------------- 服務項目 -------------------------- */
.service-list {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febbbb+0,fcabab+46,ff9191+100 */
	background: #febbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f9ff 0%, #ffcccc 46%, #f29b9b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0f9ff 0%,#ffcccc 46%,#f29b9b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0f9ff 0%,#ffcccc 46%,#f29b9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#f29b9b',GradientType=0 ); /* IE6-9 */	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 140px;
}
.service-list h1.title {
	font-size: 60px;
	font-weight: bold;
	color: #75489e;
	margin-bottom: -10px;
}
.service-list h2.title  {
	background:url(../../images/h1_bg.png) no-repeat center top;	
	font-size: 30px;
	color: #75489e;
	font-weight: normal;
	padding: 20px 120px 0 0;
	margin: 0 0 20px 34px;
}
.service-list [class *= col-] {
	background-color: #fff;
	border: 1px solid #bdbebe;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 15px 30px 15px;
}
.service-list [class *= col-] img {
	width: 100%;
	vertical-align: bottom;
}

.service-list [class *= col-] h2 {
	position: relative;
}

.service-list [class *= col-] h2 span {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	display: inline-block;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 15px 5px;
}
.service-list [class *= col-] ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height:350px
}
.service-list [class *= col-] ul li {
}
.service-list [class *= col-] ul li:first-of-type {
	padding-top: 15px;
}
.service-list [class *= col-] ul li a {
	display: block;
	background: url(../../images/arrow_left.gif) no-repeat 14px 12px;
	text-align:left; 
	padding: 5px 0px 5px 30px;
	border-bottom: 1px solid #ededed;
	color: #676767;
}
.service-list [class *= col-] ul li a:hover {
	background-color: #9c73a3;
	color: #fff;
}
/* -------------------------- 熱門療程 -------------------------- */

.products-list {
	background: #d6e3e1;
	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 140px;
}
.products-list h1.title {
	font-size: 60px;
	font-weight: bold;
	color: #75489e;
	margin-bottom: -10px;
}
.products-list h2.title  {
	background:url(../../images/h1_bg.png) no-repeat center top;	
	font-size: 30px;
	color: #75489e;
	font-weight: normal;
	padding: 20px 120px 0 0;
	margin: 0 0 20px 34px;
}
.products-list [class *= col-] {
	margin: 0 15px;
}
.products-list [class *= col-] img {
	width: 100%;
	vertical-align: bottom;
}
.products-list [class *= col-] .box {
	padding: 20px;
}
.products-list [class *= col-]:nth-of-type(4n+1) .box {
	background: #ff7676; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7676 0%, #ff5b5c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff7676 0%,#ff5b5c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff7676 0%,#ff5b5c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7676', endColorstr='#ff5b5c',GradientType=0 ); /* IE6-9 */

}
.products-list [class *= col-]:nth-of-type(4n+2) .box {
	background: #b96937; /* Old browsers */
	background: -moz-linear-gradient(top,  #b96937 0%, #664336 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b96937 0%,#664336 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b96937 0%,#664336 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b96937', endColorstr='#664336',GradientType=0 ); /* IE6-9 */
}
.products-list [class *= col-]:nth-of-type(4n+3) .box {
	background: #b1abeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #b1abeb 0%, #a88ebb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b1abeb 0%,#a88ebb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b1abeb 0%,#a88ebb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1abeb', endColorstr='#a88ebb',GradientType=0 ); /* IE6-9 */
}
.products-list [class *= col-]:nth-of-type(4n+4) .box {
	background: #757575; /* Old browsers */
	background: -moz-linear-gradient(top,  #757575 0%, #454545 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #757575 0%,#454545 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #757575 0%,#454545 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#454545',GradientType=0 ); /* IE6-9 */
}
.products-list [class *= col-] h2 {
	font-size: 22px;
	margin: 0 0 5px 0;
}
.products-list [class *= col-] p {
	font-size: 15px;
	margin-bottom: 30px;
}
.products-list .more a {
	display: inline-block;
	font-size: 12px;
	padding: 3px 30px;
	border: 1px solid #fff;
	color: #fff;
}
.products-point {
	background-color: #064a74;
	height: 50px;
	}


/* -------------------------- 新聞訊息 -------------------------- */

.news-list {
	background: url(../../images/news_bg.jpg) no-repeat center top;
	background-size: auto 100%;
	text-align: center;		
}
.news-list h1 {
	background: url(../../images/about_title.jpg) no-repeat center top;
	background-size: 100% 100%;
}
.news-list img {
	width: 100%;
	vertical-align: bottom;
}

.news-list dl {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 40px;
	background: rgba(195, 198, 202, 0.7);
	position: relative;
}
.news-list dl:after {
	content: "";
	display: block;
	background: url(../../images/news_shadow.png) no-repeat center top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 9;
	width: 100%;
	height: 30px;
	
}
.news-list dd h2 {
	color: #3c7590;
	font-size: 24px;
/*	min-height: 78px;*/
}
.news-list dd ul {
	list-style: none;
	margin: 20px 0 30px;
	padding: 0;	
}
.news-list dd ul li {
}
.news-list dd ul li a {
	display: block;
	color: #282828;
	padding: 8px 5px;
	border-bottom: 1px solid #b4b4b4;
}
.news-list dd ul li a:hover {
	background: #d67d72; /* Old browsers */
	background: -moz-linear-gradient(left,  #d67d72 0%, #df9a91 51%, #d67d72 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d67d72 0%,#df9a91 51%,#d67d72 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d67d72 0%,#df9a91 51%,#d67d72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67d72', endColorstr='#d67d72',GradientType=1 ); /* IE6-9 */
	color: #fff;
}
.news-list dd .more {
	text-align: center;	
}
.news-list dd .more a {
	background: #a06073; /* Old browsers */
	background: -moz-linear-gradient(top, #a06073 0%, #734250 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a06073 0%,#734250 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a06073 0%,#734250 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a06073', endColorstr='#734250',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	padding: 7px 40px 8px;
	border-radius: 5px;
	color: #fff;
}
.news-list dd .more a:hover {
	background: #a06073; /* Old browsers */
	background: -moz-linear-gradient(top, #734250 0%, #a06073 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #734250 0%,#a06073 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #734250 0%,#a06073 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#734250', endColorstr='#a06073',GradientType=1 ); /* IE6-9 */
}


/* -------------------------- footer -------------------------- */

.footer-list {
	background: url(../../images/back_footer.jpg) no-repeat center top;
	background-size: 100% 100%;	
	text-align: center;
	color: #000;
	line-height: 24px;
	padding-top: 30px;
}
.address_info {
	padding-bottom: 10px;
}

.address_info h1 {
	font-size: 30px;
	color: #1e6271;
	text-align: center;
	marbin-top: -20px;
}
/*.address_info div {
	display: inline-block;
}
*/
.address_info .nav_supp {
	vertical-align: top;
	display: none;
}
.address_info .nav_supp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.address_info .nav_supp ul li {
	float: left;
	width: 45%;
	color: #000000;
	font-size: 24px;
	line-height: 36px;
	background: url(../../images/footer_icon.png) no-repeat left center;	
}
.address_info .add {
	position: relative;
	display: block;
}

.address_info .share {
	display: block;
	vertical-align: top;
}


.copy {
	background: #8957a1;
	color: #fff;
	margin-top: 10px;
	padding: 10px 0 10px;
	font-size: 15px;
	text-align: center;
}
.copy span {
	display: none;
}


/* 電話直播 */
.address_map {
	text-align: center;
	padding: 20px 0;
}
.address_map a {
	font-size: 15px;
	color: #000;
	margin: 0 10px;
	padding: 7px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.address_map a span {
	margin: 0 2% 0 0;
}
.address_map a:hover {
	background-color: #906464;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
.address_map .btn-pink {
	background-color: #b18e8e;
	border: 1px solid #b18e8e;
	color: #fff;
}


/* 下方選單 */
/*.nav_supp {
	list-style: none;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	display: none;
}
.nav_supp li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	padding: 0 22px 0 19px;
}
.nav_supp li:after {
	content: "";
	background: #fff;
	position: absolute;
	right: 0;
	top: 6px;
	width: 1px;
	height: 12px;
}
.nav_supp li:last-of-type:after {
	display: none;
}
.nav_supp li a {
	color: #fff;
}
*/