@charset "utf-8";

/* CSS Document */
/*loading*/
.bg_loader {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.lds-grid {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
}

.lds-grid div {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
	top: 8px;
	left: 8px;
	animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
	top: 8px;
	left: 32px;
	animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
	top: 8px;
	left: 56px;
	animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
	top: 32px;
	left: 8px;
	animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
	top: 32px;
	left: 32px;
	animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
	top: 32px;
	left: 56px;
	animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
	top: 56px;
	left: 8px;
	animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
	top: 56px;
	left: 32px;
	animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
	top: 56px;
	left: 56px;
	animation-delay: -1.6s;
}

@keyframes lds-grid {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

body {
	font: 400 12px/1.8 "Open Sans", sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
#mainTitle,
#subTitle {
	font-family: "Microsoft JhengHei", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p,
li {
	font-size: 16px;
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

header {
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	background: rgb(27, 43, 66);
	height: 70px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#logo {
	height: 60px;
	width: 380px;
	margin-top: -7px;
}

#dropbtn {
	border: none;
	outline: none;
}

/*主選單*/
#main-menu {
	width: 100%;
	overflow-y: auto;
	margin-top: 0px;
	background: rgb(27, 43, 66);
}

#main-menu>ul {
	float: right;
	margin: 5px 0 0;
}

#main-menu ul {
	list-style: none;
	padding: 0;
	width: 100%;
}

#main-menu a {
	text-decoration: none;
	color: #ffffff;
	display: block;
}

#main-menu ul ul {
	display: none;
	margin-left: 15px;
}

#main-menu ul li {
	padding: 8px 10px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #23274e;
}

#main-menu ul li li {
	padding: 5px;
	border-bottom: 1px solid #23274e;
}

#main-menu ul ul li a {
	padding: 5px;
	font-size: 15px;
}

#main-menu ul ul ul {
	margin-left: 30px;
}

.banner {
	margin-top: 70px;
	background: url(../images/banner-vita.jpg) right top no-repeat;
	background-size: contain;
	height: 700px;
}

.intro {
	color: #000;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	position: absolute;
	left: 30px;
	top: 450px;
}

.intro p {
	font-size: 14px !important;
	line-height: 1.4;
}

/*Scroll UP*/
.scroll-up {
	position: fixed;
	right: 10px;
	bottom: 20px;
	display: none;
	z-index: 999;
}

.scroll-up a {
	color: #fff;
	display: block;
	padding: 10px 22px;
	font-size: 22px;
	background: rgba(217, 96, 126, 0.7);
	border: 1px solid #fff;
	border-radius: 100px;
	transition: all 0.7s;
}

.scroll-up a:hover {
	background: rgba(217, 96, 126, 1);
}

/*首頁訊息*/
.news-block {
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
	background: #f9f9f9;
	padding: 0;
}

.news-header {
	background: #e8e3d4;
	padding: 10px 10px 0;
	display: inline-flex;
	width: 100%;
	justify-content: flex-start;
	align-items: baseline;
}

.news-header h2 {
	color: #204665;
	font-size: 20px;
	margin-right: 5px;
}

.news-header p {
	color: #333;
	font-size: 8px;
}

.news-content h3 {
	font-size: 20px;
}

.news-content ul {
	list-style: none;
	padding: 10px;
}

.news-content ul li {
	border-bottom: 1px dotted #ccc;
}

.news-content ul li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	display: flex;
	padding: 10px;
	justify-content: space-between;
}

.news-content ul li a div:last-of-type {
	flex: 0 0 80px;
	text-align: right;
}

.news-footer a {
	text-align: right;
	font-size: 16px;
	color: #00b4cb;
	display: block;
}

/*醫美內容*/
.ase-title {
	color: #333;
	font-size: 32px;
	margin-bottom: 30px;
}

.ase-content h3 {
	font-size: 26px;
	color: #333;
	line-height: 1.7;
	margin-bottom: 5px;
}

.ase-content h4 {
	font-size: 22px;
	color: #333;
	line-height: 1.7;
	margin-bottom: 5px;
}

.ase-content h5 {
	font-size: 18px;
	color: #333;
	line-height: 1.7;
	margin-bottom: 5px;
}

.ase-content li,
.ase-content p,
.ase-content td,
.ase-content th {
	font-size: 16px;
	line-height: 1.7;
}

.main {
	position: relative;
}

.main-bg-right {
	position: absolute;
	right: 0;
	bottom: 0px;
	background: url(../images/bg-tri.gif) right bottom no-repeat;
	background-size: 60% auto;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.main-bg-left {
	position: absolute;
	left: -10%;
	top: 0px;
	background: url(../images/bg-her.gif) left top no-repeat;
	background-size: 40% auto;
	width: 100%;
	height: 100%;
	z-index: 0
}

.m-6 {
	margin: 50px 10px;
}

.p-6 {
	padding: 50px 10px;
}

.bg-photo {
	background: url(../images/bg-about.jpg) center center no-repeat;
	background: cover;
}

.bg-photo img {
	box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.3);
}

.map {
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.map iframe {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	width: 100%;
	height: 450px;
}

#footer {
	padding: 20px 0;
	margin: 0;
	background: url(../images/bg-footer.jpg) center top repeat-y;
	background-size: 100% 100%;
}

.menu-bottom {
	margin: 0;
	padding: 10px;
}

.menu-bottom li {
	list-style: none;
}

.menu-bottom a {
	color: #333;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px dotted #333;
	display: block;
}

.info-bottom {
	padding: 20px;
}

.footer-msg li {
	float: left;
	list-style: none;
	width: 40%;
	margin: 2%;
}

.footer-msg li a {
	color: #333;
	text-decoration: none;
}

.banner-in {
	width: 100%;
	height: 210px;
	padding-top: 70px;
	text-align: center;
	margin-top: 70px;
}

.banner-prove {
	background: url(../images/banner-prove.jpg) left top no-repeat;
	background-size: cover;
}

.banner-news {
	background: url(../images/banner-news.jpg) left top no-repeat;
	background-size: cover;
}

.banner-medical1 {
	background: url(../images/banner-medical1.jpg) left top no-repeat;
	background-size: cover;
}

.banner-medical2 {
	background: url(../images/banner-medical2.jpg) left top no-repeat;
	background-size: cover;
}

.banner-contact {
	background: url(../images/banner-contact.jpg) left top no-repeat;
	background-size: cover;
}

.banner-aesthetic {
	background: url(../images/banner-aesthetic.jpg) -70px top no-repeat;
	background-size: auto 100%;
}

.banner-in h1 {
	color: #2f7dbf;
	font-size: 32px;
	padding-top: 30px;
}

.banner-in p {
	color: #942F31;
	display: inline-block;
	padding-left: 10px;
	letter-spacing: 5px;
}

.proveblock {}

.proveblock a,
.newsblock a {
	display: block;
	position: relative;
	color: #333;
	overflow: hidden;
	text-decoration: none;
}

.newsblock .more {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.proveblock a {
	margin-bottom: 30px;
}

.proveblock .provetitle {
	font-size: 16px;
	color: #333;
	width: 80%;
	position: absolute;
	right: 0;
	bottom: 30px;
	background: rgba(255, 255, 255, 0.9);
	padding: 3px;
}

.proveblock .provename {
	font-size: 16px;
	padding: 5px;
	background: #ebecde;
}

.proveblock .provehover {}

.proveblock a img {
	transition: all 0.7s;
}

.proveblock a:hover img {
	transform: rotate(5deg) scale(1.4);
}

.newsblock .newstitle {
	font-size: 20px;
	color: #333;
	padding: 10px 0 0;
	text-align: justify;
}

.newsblock .newsdate {
	margin: 0;
}

.newsblock .newscontent {
	font-size: 16px;
	color: #333;
	padding: 10px 0 0;
	text-align: justify;
}

#container-h {
	position: fixed;
	left: 0;
	top: 0;
	font-size: 50px;
	z-index: 10000;
}

.pagination a {
	color: #2f7dbf !important;
}

.pagination li.active a {
	background: #2f7dbf !important;
	color: #fff !important;
}

.bg-contact {
	background: #D3CFAD url(../images/bg-contact.jpg);
	background-size: cover;
}

.contact-map iframe {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.proveimg {
	color: #333;
	font-size: 16px;
}

.aesthetic {
	margin: 0 auto;
	padding: 30px 10px;
}

/*Media queries*/
@media (max-width: 991px) {}

@media (min-width: 576px) {
	.banner {
		height: 400px;
	}
}

@media (min-width: 768px) {
	.intro {
		color: #000;
		text-shadow: 0 0 2px rgba(255, 255, 255, 1);
		position: absolute;
		left: 200px;
		top: 120px;
	}

	.banner {
		margin-top: 60px;
		background: url(../images/banner.jpg) right top no-repeat;
		background-size: contain;
		height: 700px;
	}
}

@media (min-width: 992px) {
	header {
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
		background: #fff;
		height: 50px;
	}
	.bemenu
	{
		position: absolute;
		left: -700px !important;
		width:1100px!important;
		box-sizing: border-box!important;
	}
	.bemenu li
	{
		width: 530px!important;
		float: left!important;
		padding:10px;
	}
	.bemenu li a
	{
		font-size: 14px!important;
		border-bottom: none!important;
	}
	.header {
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
		margin-top: -10px;
		background: rgb(27, 43, 66);
	}

	#logo {
		height: 80px;
		width: 507px;
		margin-left: 10px;
		margin-top: 0px;
	}

	.banner {
		background: url(../images/banner.jpg) no-repeat;
		background-size: 100% auto;
		margin-top: 50px;
		height: 500px;
	}

	.banner-aesthetic {
		background: url(../images/banner-aesthetic.jpg) left top no-repeat;
		background-size: cover;
	}

	.banner-in {
		margin-top: 50px;
	}

	.banner-in h1 {
		font-size: 36px;
		padding-top: 10px;
	}

	.banner-in p {
		padding-left: 20px;
		letter-spacing: 20px;
	}

	.intro {
		left: 300px;
		top: 120px;
	}

	.intro p {
		font-size: 16px !important;
		line-height: 1.5;
	}

	#dropbtn {
		display: none;
	}

	.navbar-collapse {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.mainlink a {
		position: relative;
		z-index: 2;
		transition: 1s all;
	}

	.mainlink .overblock {
		position: absolute;
		left: 0;
		bottom: 0;
		background: #BD5658;
		z-index: 1;
	}

	.mainlink:hover .overblock {
		animation-name: mainlinkani;
		animation-duration: 1s;
		animation-fill-mode: forwards;
	}

	.mainlink:hover>a {
		color: aliceblue !important;
	}

	.m-6 {
		margin: 150px 0
	}

	.p-6 {
		padding: 150px 0;
	}

	@keyframes mainlinkani {
		0% {
			width: 0;
			height: 0;
		}

		50% {
			width: 100%;
			height: 1px;
		}

		100% {
			width: 100%;
			height: 100%;
		}
	}

	#main-menu {
		overflow-y: visible;
		float: right;
		width: auto;
	}

	#main-menu>ul>li {
		float: left;
		width: auto;
		border: none;
	}

	#main-menu ul ul {
		position: absolute;
		left: 0;
		top: 40px;
		border: 1px solid rgb(15, 26, 41);
		z-index: 1000;
		width: auto;
		background: rgba(27, 43, 66, 0.9);
	}

	#main-menu ul li li {
		width: 190px;
	}

	#main-menu ul li:hover>ul {
		display: block;
	}

	#main-menu ul li li i {
		position: absolute;
		right: 8px;
		top: 15px;
	}

	#main-menu ul li li:hover>a i {
		transform: rotate(-90deg);
	}

	#main-menu ul ul ul {
		left: 150px;
		top: 0px;
	}

	#main-menu ul ul ul ul {
		left: 10px;
		top: 25px;
	}

	/*首頁訊息*/
	.news-header {
		padding: 15px 15px 0;
		justify-content: flex-end;
	}

	.news-header h2 {
		font-size: 26px;
	}

	.news-header p {
		font-size: 12px;
	}

	.news-content h3 {
		font-size: 30px
	}

	.news-content ul li a {
		font-size: 16px;
	}

	.news-content ul li a div:last-of-type {
		flex: 0 0 100px;
		text-align: right;
	}

	.news-footer a {
		font-size: 18px;
	}

	.bg-photo .container {
		position: relative;
		height: 600px;
	}

	.bg-photo .container .photo1 {
		position: absolute;
		left: 50px;
		top: 50px;
	}

	.bg-photo .container .photo2 {
		position: absolute;
		right: 50px;
		bottom: 50px;
	}

	.contact-map iframe {
		margin-top: -80px;
		padding: 0;
		width: 100%;
		height: 150%;
		position: relative;
		box-shadow: 5px 5px 5px 5px rgba(100, 100, 100, 0.1);
	}

	.contact-map .glass {
		position: absolute;
		left: -100px;
		bottom: -150px;
	}

	.bg-contact {
		margin: 150px 0 !important;
	}

	.newsblock .more {
		padding-bottom: 0;
		margin-bottom: 15px;
		border-bottom: none;
	}

	.aesthetic {
		margin: 0 auto;
		padding: 30px 50px;
	}
}

@media (min-width: 1200px) {
	.intro p {
		font-size: 18px !important;
		line-height: 1.6;
	}

	.banner {
		height: 660px;
	}

	.bg-photo .container {
		height: 800px;
	}
}

@media (min-width: 1600px) {
	.intro {
		left: 700px;
		top: 200px;
	}

	.intro p {
		font-size: 20px !important;
		line-height: 1.8;
	}

	.banner {
		height: 850px;
	}
}

/*color
204665 藍
00b4cb

*/
/*2025內容css*/

.aesthetic h1 {
	font-size: 36px;
	color: #00b0f0;
	font-weight: bold;
	margin: 40px 0 20px;
	line-height: 1.2;
	border-left: 4px solid #00b0f0;
	padding-left: 10px;
}

.aesthetic h2 {
	font-size: 30px;
	color: #073357;
	font-weight: bold;
	margin: 40px 0 20px;
	line-height: 1.3;
}

.aesthetic h3 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	margin: 30px 0 15px;
	line-height: 1.5;
}

.aesthetic h4 {
	font-size: 24px;
	color: #6645a8;
	font-weight: bold;
	margin: 30px 0 15px;
	line-height: 1.5;
}
.aesthetic h5 {
	font-size:18px;
	color: #333333;
	font-weight: bold;
	margin: 20px 0 10px;
	line-height: 1.5;
}
.aesthetic p {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	line-height: 2;
	text-align: justify;
}

.aesthetic li {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	line-height: 2;
	text-align: justify;
}

.aesthetic td,
.aesthetic th {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	line-height: 2;
	text-align: justify;
}

.aesthetic small {
	font-size: 16px;
	color: #999;
	line-height: 1.5;
}

.badge-purple {
	background-color: #6645a8;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
}

/*醫美選單*/
.bemenu{
	margin-left: 0!important;
	padding-left: 0!important;
}
.bemenu li{
	margin-left: 0!important;
	padding-left: 0!important;
	border-bottom: dotted #fff 1px;
}
.bemenu ul{
	margin-left: 0!important;
	padding-left: 0!important;
}