body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.page-container {
	overflow: hidden;
}
a, button {
	transition: background .3s ease-in-out;
	outline: none!important;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
.scroll-fx-lock-init {
	position: fixed!important;
	top: 0;
	bottom: 0;
	left: :0;
	right: 0;
	z-index: 99999;
}
.blocs-grid-container {
	display: grid!important;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
nav .dropdown-menu .nav-link {
	color: rgba(0, 0, 0, 0.6)!important;
}
[data-bs-theme="dark"] nav .dropdown-menu .nav-link {
	color: var(--bs-dropdown-link-color)!important;
}
.page-preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 100000;
	background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center;
	animation-name: preloader-fade;
	animation-delay: 2s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
.preloader-complete {
	animation-delay: 0.1s;
}
@keyframes preloader-fade {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
.bloc {
	width: 100%;
	clear: both;
	background: 50% 50% no-repeat;
	padding: 0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	display: flex;
}
.bloc .container {
	padding-left: 0;
	padding-right: 0;
}
.bloc-lg {
	padding: 100px 20px;
}
.bloc-md {
	padding: 50px 20px;
}
.bloc-sm {
	padding: 20px;
}
.bloc-fill-screen {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bloc-fill-screen>.container {
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen>.container>.row {
	flex-grow: 1;
	align-self: center;
	width: 100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge {
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge {
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge {
	align-self: flex-end;
}
.full-width-bloc {
	padding-left: 0;
	padding-right: 0;
}
.full-width-bloc .row {
	margin-left: 0;
	margin-right: 0;
}
.full-width-bloc .container {
	width: 100%;
	max-width: 100%!important;
}
.full-width-bloc .carousel img {
	width: 100%;
	height: auto;
}
.bloc-shape-divider {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider {
	width: 100%;
	height: 100px;
	fill: #000000;
}
.bloc-divider-top {
	top: -1px;
	align-items: flex-start;
}
.bloc-divider-bottom {
	bottom: -1px;
	align-items: flex-end;
}
.bloc-divider-flip-x svg {
	transform: scale(-1, 1);
}
.bloc-divider-flip-y svg {
	transform: scale(1, -1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg {
	transform: scale(-1, -1);
}
.bg-center, .bg-l-edge, .bg-r-edge, .bg-t-edge, .bg-b-edge, .bg-tl-edge, .bg-bl-edge, .bg-tr-edge, .bg-br-edge, .bg-repeat {
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.video-bg-container, .bloc-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.bloc-video, .video-bg-container iframe {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}
.bloc-bg-texture::before {
	content: "";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.texture-darken::before {
	background: rgba(0, 0, 0, 0.5);
}
.texture-darken-strong::before {
	background: rgba(0, 0, 0, 0.8);
}
.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}




.d-bloc {
	color: rgba(255, 255, 255, .7);
}
.d-bloc button:hover {
	color: rgba(255, 255, 255, .9);
}
.d-bloc .icon-round, .d-bloc .icon-square, .d-bloc .icon-rounded, .d-bloc .icon-semi-rounded-a, .d-bloc .icon-semi-rounded-b {
	border-color: rgba(255, 255, 255, .9);
}
.d-bloc .divider-h span {
	border-color: rgba(255, 255, 255, .2);
}
.d-bloc .a-btn, .d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a {
	color: rgba(255, 255, 255, .6);
}
.d-bloc .a-btn:hover, .d-bloc .navbar a:hover, .d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover {
	color: rgba(255, 255, 255, 1);
}
.d-bloc .navbar-toggle .icon-bar {
	background: rgba(255, 255, 255, 1);
}
.d-bloc .btn-wire, .d-bloc .btn-wire:hover {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}
.d-bloc .card {
	color: rgba(0, 0, 0, .5);
}
.d-bloc .card button:hover {
	color: rgba(0, 0, 0, .7);
}
.d-bloc .card icon {
	border-color: rgba(0, 0, 0, .7);
}
.d-bloc .card .divider-h span {
	border-color: rgba(0, 0, 0, .1);
}
.d-bloc .card .a-btn {
	color: rgba(0, 0, 0, .6);
}
.d-bloc .card .a-btn:hover {
	color: rgba(0, 0, 0, 1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover {
	color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .3);
}
.d-bloc .card, .l-bloc {
	color: rgba(0, 0, 0, .5);
}
.d-bloc .card button:hover, .l-bloc button:hover {
	color: rgba(0, 0, 0, .7);
}
.l-bloc .icon-round, .l-bloc .icon-square, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b {
	border-color: rgba(0, 0, 0, .7);
}
.d-bloc .card .divider-h span, .l-bloc .divider-h span {
	border-color: rgba(0, 0, 0, .1);
}
.d-bloc .card .a-btn, .l-bloc .a-btn, .l-bloc .navbar a, .l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a {
	color: rgba(0, 0, 0, .6);
}
.d-bloc .card .a-btn:hover, .l-bloc .a-btn:hover, .l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover {
	color: rgba(0, 0, 0, 1);
}
.l-bloc .navbar-toggle .icon-bar {
	color: rgba(0, 0, 0, .6);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover, .l-bloc .btn-wire, .l-bloc .btn-wire:hover {
	color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .3);
}
.voffset {
	margin-top: 30px;
}
.b-divider-dashed {
	border-top: 1px dashed rgba(0, 0, 0, .1);
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
}
.navbar-dark .nav .dropdown-menu .nav-link {
	color: rgb(64, 64, 64);
}
.sticky-bloc.sticky, .sticky-nav.sticky {
	position: fixed;
	z-index: 1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.fill-bloc-top-edge.sticky {
	background-color: rgba(144, 123, 99, 0.9);
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	left: 0;
	right: 0;
}
.fill-bloc-top-edge.sticky .navbar {
	max-width: 1170px;
	margin: 0 auto;
}
.svg-menu-icon {
	fill: none;
	stroke: rgba(0, 0, 0, 0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon {
	stroke: rgba(255, 255, 255, 0.5);
}
.menu-icon-thin-bars {
	stroke-width: 1px;
}
.menu-icon-thick-bars {
	stroke-width: 5px;
}
.menu-icon-rounded-bars {
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled {
	fill: rgba(0, 0, 0, 0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled {
	fill: rgba(255, 255, 255, 0.5);
}
.navbar-toggler-icon {
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.nav-special {
	overflow-y: scroll;
}
.nav-special .site-navigation {
	top: 0;
	left: 0;
	width: 100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav>li {
	width: 100%;
	background: none!important;
	border: 0!important;
}
.nav-special.collapsing {
	-webkit-transition: none;
	transition: none;
	height: 100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show {
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link {
	color: #FFF;
}
.blocsapp-special-menu {
	position: absolute;
	z-index: 10000;
}
.nav-special.fullscreen-nav .caret, .nav-special.fullscreen-nav .dropdown-menu .dropdown .caret {
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link {
	color: #FFF;
}
.navbar-toggle {
	transition: all .1s linear;
}
.selected-nav {
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}
.close-special-menu {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: 16px;
	right: 10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu {
	left: 260px;
}
.close-special-menu .close-icon {
	display: block;
	width: 100%;
	height: 1px;
	transform: rotate(45deg);
	margin-top: 12px;
}
.close-special-menu .close-icon:after {
	content: "";
	display: inherit;
	width: inherit;
	height: inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll {
	overflow: hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 0;
	height: 0;
}
.nav-special .dropdown-menu .dropdown .caret {
	border-top-color: rgba(255, 255, 255, .8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right {
	float: none!important;
}
.close-special-menu .close-icon {
	background: #fff;
}
.blocsapp-special-menu blocsnav {
	background: #000;
}
.nav-special.fullscreen-nav {
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav.open-up {
	transform: translateY(1000px);
}
.nav-special.fullscreen-nav.open-down {
	transform: translateY(-1000px);
}
.nav-special.fullscreen-nav.open-left {
	transform: translateX(-1000px);
}
.nav-special.fullscreen-nav.open-right {
	transform: translateX(1000px);
}
.nav-special.fullscreen-nav .nav>li a, .nav-special.fullscreen-nav .nav .dropdown-menu>li>a {
	color: rgba(255, 255, 255, .8);
	text-align: center;
	font-size: 28px;
}
.nav-special.fullscreen-nav .nav>li a:hover {
	color: #FFF;
}
.open.nav-special.fullscreen-nav {
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation {
	text-align: center;
	margin-top: 10%!important;
}
.nav-special.fullscreen-nav .close-special-menu {
	right: 20px;
}
.open.nav-special.fullscreen-nav.open-left, .open.nav-special.fullscreen-nav.open-right, .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up {
	transform: translateY(0);
}
.dropdown-menu .dropdown-menu {
	border: none
}
@media (min-width:576px) {
	.navbar-expand-sm .dropdown-menu .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		position: absolute;
		left: 100%;
		top: -7px
	}
	.navbar-expand-sm .dropdown-menu .submenu-left {
		right: 100%;
		left: auto
	}
}
@media (min-width:768px) {
	.navbar-expand-md .dropdown-menu .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		border: 1px solid rgba(0, 0, 0, .15);
		position: absolute;
		left: 100%;
		top: -7px
	}
	.navbar-expand-md .dropdown-menu .submenu-left {
		right: 100%;
		left: auto
	}
}
@media (min-width:992px) {
	.navbar-expand-lg .dropdown-menu .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		position: absolute;
		left: 100%;
		top: -7px
	}
	.navbar-expand-lg .dropdown-menu .submenu-left {
		right: 100%;
		left: auto
	}
}
.mg-md {
	margin-top: 10px;
	margin-bottom: 20px;
}
.btn-d, .btn-d:hover, .btn-d:focus {
	color: #FFF;
	background: rgba(0, 0, 0, .3);
}
.btn-rd {
	border-radius: 40px;
}
.dropdown a .caret {
	margin: 0 0 0 5px
}
.btn-dropdown .dropdown-menu .dropdown {
	padding: 3px 20px;
}
.icon-md {
	font-size: 30px!important;
}
.icon-lg {
	font-size: 60px!important;
}
blocsicon {
	display: inline-block;
	width: 100%;
}
blocsicon svg {
	width: 100%;
	height: auto;
	display: block;
}
.btn blocsicon, .text-nested-icon {
	width: 20px;
}
.text-nested-icon svg {
	display: inline-block;
}
.card-sq, .card-sq .card-header, .card-sq .card-footer {
	border-radius: 0;
}
.card-rd {
	border-radius: 30px;
}
.card-rd .card-header {
	border-radius: 29px 29px 0 0;
}
.card-rd .card-footer {
	border-radius: 0 0 29px 29px;
}
.divider-h {
	min-height: 1px;
	background-color: rgba(0, 0, 0, .2);
	margin: 20px 0;
}
.divider-half {
	width: 50%;
}
.dropdown-menu .divider-h {
	margin: 0;
}
.scroll-fx-in-range {
	will-change: opacity;
}
.scrollToTop {
	width: 36px;
	height: 36px;
	padding: 5px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	z-index: 999;
	transition: all .3s ease-in-out;
	pointer-events: none;
}
.showScrollTop {
	opacity: 1;
	pointer-events: all;
}
.scroll-to-top-btn-icon {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap: round;
}
h1, h2, h3, h4, h5, h6, p, label, .btn, a {
	font-family: "Helvetica";
}
.container {
	max-width: 1140px;
}
.link-style {
	font-weight: normal;
	font-size: 16px;
	opacity: 0.1;
}
.navbar-brand img {
	width: 130px;
	height: 36px;
}
.link-關於我們-style {
	width: 100%;
}
.img-style {
	height: 1910px;
	padding: 0px 0px 0px 0px;
	width: 428px;
}
.img-永衡lo-style {
	width: 250px;
}
.navi:active {
	background-color: rgba(0, 0, 0, 0.61);
}
.bloc-divider-t-fill {
	fill: transparent;
	height: 400px;
	background: linear-gradient(0deg, var(--swatch-var-2960) 0%, var(--swatch-var-3961) 100%);
}
.link-聯絡我們-style {
	width: 100%;
}
.img-bloc-6-style {
	width: 200px;
	opacity: 0.2;
	border-radius: 0px 0px 0px 0px;
}
.text-span-color {
	color: #c0c0c0;
}
.bloc-divider-t-bloc-8-fill {
	fill: #A10F16;
	height: 1px;
	background: linear-gradient(0deg, #000000 0%, var(--swatch-var-3961) 100%);
}
.p-style {
	font-size: 18px;
}
.row-style {
	width: 78.25%;
	margin-bottom: 10px;
	text-align: center;
	border-style: _popUpItemAction:;
	position: relative;
	left: 100px;
}
.h1-style {
	font-family: Helvetica;
	font-size: 26px;
	line-height: 46px;
}
.p-bloc-6-style {
	font-size: 70px;
	line-height: 100px;
	font-family: "Roboto";
}
.p-3-style {
	font-size: 60px;
	line-height: 80px;
	font-family: "Roboto";
}
.link-關於我們-style:hover {
	color: #FF9300!important;
}
.link-關於我們-style:focus {
	color: #FF9300!important;
}
.bg01 {
	background: linear-gradient(90deg, #462516 0%, #572E1B 26%, #572E1B 70%, #452415 100%);
}
.bloc-divider-b-bloc-6-style {
	height: 500px;
	background: linear-gradient(0deg, #000000 0%, var(--swatch-var-3961) 33%);
}
.p-9-style {
	font-size: 80px;
}
.img-logo-style {
	width: 300px;
}
.p-bloc-2-style {
	font-size: 18px;
}
.p-10-style {
	font-size: 18px;
}
.h6-style {
	font-size: 40px;
}
.p-14-style {
	font-size: 40px;
	opacity: 0.6;
}
.p-17-style {
	font-size: 18px;
}
.p-16-style {
	font-size: 18px;
}
.p-15-style {
	font-size: 18px;
}
.h3-複合專業運動按摩-style {
	line-height: 50px;
}
.h3-不賣綁約會籍-包場運動饗宴-style {
	line-height: 50px;
}
.h3-提供比鄰游泳池使用優惠-style {
	line-height: 50px;
}
.h3-bloc-15-style {
	font-size: 40px;
}
.p-bloc-15-style {
	font-size: 20px;
}
.h3-重量訓練-style {
	font-size: 40px;
}
.p-24673-style {
	font-size: 20px;
}
.p-31627-style {
	font-size: 20px;
}
.h3-運動按摩-style {
	font-size: 40px;
}
.p-24759-style {
	font-size: 20px;
}
.h3-關於永衡團隊-style {
	font-size: 40px;
}
.p-bloc-20-style {
	font-size: 20px;
}
.p-bloc-16-style {
	font-size: 40px;
}
.h3-皮拉提斯-矯正運動-style {
	font-size: 40px;
}
.p-16626-style {
	font-size: 20px;
}
.h3-場地使用-style {
	font-size: 40px;
}
.p-37658-style {
	font-size: 20px;
}
.bloc--bloc-1 {
	height: px;
	background: linear-gradient(0deg, #FEFFFF 0%, transparent 100%);
	fill: transparent;
	width: %;
}
.bottom-bloc-edge-divider {
	background: linear-gradient(0deg, #361F13 0%, transparent 100%);
}
.h3-健身教練親身經驗談-style {
	font-size: 32px;
}
.h2-style {
	font-size: 28px;
}
.p-27-style {
	font-size: 18px;
}
.h3-歡迎留下您的意見：-style {
	font-size: 40px;
}
.p-31-style {
	font-size: 18px;
}
.p-32-style {
	font-size: 16px;
	line-height: 24px;
}
.p-26783-style {
	font-size: 24px;
	line-height: 22px;
}
.p-34-style {
	font-size: 18px;
}
.p-35-style {
	font-size: 18px;
}
.p-36-style {
	font-size: 18px;
}
.h3-18-style {
	font-size: 24px;
}
.h3-導致椎間盤突出的可能原因-style {
	font-size: 24px;
}
.p-37-style {
	font-size: 18px;
}
.h3-術後一週內-style {
	font-size: 24px;
}
.p-38-style {
	font-size: 14px;
}
.h3-術後第二週-style {
	font-size: 24px;
}
.p-bloc-33-style {
	font-size: 18px;
}
.p-40-style {
	font-size: 15px;
}
.h3-bloc-33-style {
	font-size: 24px;
}
.h3-24-style {
	font-size: 24px;
}
.p-41-style {
	font-size: 15px;
}
.h3-25-style {
	font-size: 24px;
}
.p-42-style {
	font-size: 18px;
}
.p-47-style {
	font-size: 24px;
}
.h3-27-style {
	font-size: 24px;
}
.p-49-style {
	font-size: 18px;
}
.p-43-style {
	font-size: 18px;
}
.p-44-style {
	font-size: 18px;
}
.p-45-style {
	font-size: 18px;
}
.h3-椎間盤突出要看哪科？-style {
	font-size: 24px;
}
.p-50-style {
	font-size: 18px;
}
.p-1-style {
	font-size: 18px;
}
.btn-預約參觀及體驗表單-style {
	width: 68.83%;
	font-weight: bold;
}
.btn-10-style {
	width: 69.37%;
	font-weight: bold;
}
.btn-8-style {
	width: 70.27%;
	font-weight: bold;
}
.bloc-divider-b-bloc-18-style {
	height: 500px;
}
.bloc-divider-b-bloc-19-style {
	height: 100px;
}
.bloc-divider-t-bloc-19-style {
	height: 100px;
}
.p-2-style {
	font-size: 18px;
}
.p-bloc-5-style {
	font-size: 22px;
	width: 100%;
}
.p-4-style {
	font-size: 18px;
	width: 92.56%;
}
.h3-bloc-4-style {
	font-size: 24px;
}
.p-bloc-4-style {
	font-size: 18px;
}
.btn-預約參觀及體驗-style {
	font-weight: bold;
	width: 34.65%;
}
.h3-bloc-1-style {
	font-size: 52px;
	white-space: normal;
}
.bloc-style {
	width: 23.07%;
}
.h3-bloc-3-style {
	font-size: 20px;
	line-height: 28px;
}
.h3-3-style {
	font-size: 20px;
	line-height: 28px;
}
.h3-4-style {
	font-size: 20px;
	line-height: 28px;
}
.h3-5-style {
	font-size: 24px;
	line-height: 28px;
}
.h3-6-style {
	font-size: 20px;
	line-height: 28px;
}
.img-d58154-style {
	height: 175px;
}
.h3-7-style {
	font-size: 20px;
	line-height: 28px;
}
.h3-8-style {
	font-size: 20px;
	line-height: 28px;
}
.h3-9-style {
	font-size: 20px;
	line-height: 28px;
}
.h5-style {
	font-size: 22px;
	width: 100%;
}
.btn-e-style {
	opacity: 0.4;
}
.btn-各級賽事-style {
	width: 100%;
}
.bloc-bloc-3-style {
	width: 96.19%;
}
.bloc-0-style {
	width: 22.98%;
}
.h4-style {
	font-size: 22px;
	line-height: 27px;
}
.h4-協會訊息-style {
	font-size: 18px;
}
.h4-各級賽事-style {
	font-size: 18px;
}
.h4-各類講習-style {
	font-size: 18px;
}
.h4-bloc-49-style {
	font-size: 18px;
}
.h4-棒球規則-style {
	font-size: 18px;
}
.news-bloc {
	border-style: solid;
	border-color: #F5F5F5!important;
	padding-top: 6px;
	margin: 0px 0px 0px 0px;
	border-radius: 10px 10px 10px 10px;
	border-width: 4px 4px 4px 4px;
}
.bloc-divider-b-bloc-0-style {
	height: 3px;
	fill: #163665;
}
.bloc-divider-t-bloc-0-style {
	height: 6px;
	fill: #163665;
}
.sub-menu {
	background-color: #0096FF;
	color: #FEFFFF!important;
}
.h2-服務項目-style {
	border-color: #0096FF!important;
	border-style: none;
	opacity: 1.0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	font-size: 28px;
}
.divider-style {
	width: 17.72%;
	margin-left: auto;
	margin-right: 0;
	height: 3px;
	background-color: var(--swatch-var-3888);
}
.divider-bloc-5-style {
	width: 18.42%;
	margin-left: auto;
	margin-right: auto;
	height: 3px;
	background-color: var(--swatch-var-3888);
}
.divider-bloc-10-style {
	height: 6px;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
}
.apple-iphone-water {
	background-image: url("img/all.png");
	background-size: contain;
	height: 900px;
	display: flex;
	flex-direction: column-reverse;
	background-position: right top;
	background-repeat: no-repeat;
}
.apple-iphone-water-div {
	max-width: 300px;
	padding-bottom: 128px;
}
.p---style {
	font-size: 42px;
}
.h3-鼎緒科技-style {
	font-size: 35px;
	line-height: 42px;
}
.divider-0-style {
	height: 3px;
	background-color: #907B63;
	width: 35.93%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.img-3-style {
	height: 70px;
	width: 200px;
}
.- {
	background: linear-gradient(0deg, #000000 0%, var(--swatch-var-3961) 100%);
}
.bloc-divider-t-style {
	height: px;
	fill: var(--swatch-var-3961);
	width: 0px;
}
.p-bloc-1-style {
	line-height: 27px;
	font-size: 20px;
	width: 93.33%;
}
.divider-background-color {
	background-color: var(--swatch-var-3888);
	height: 3px;
	width: 19.82%;
}
.divider-bloc-8-background-color {
	background-color: var(--swatch-var-3888);
	height: 3px;
	width: 21%;
}
.menu-icon-stroke {
	stroke: var(--swatch-var-1981)!important;
	fill: var(--swatch-var-1981)!important;
}
.h3-四大主要服務項目-style {
	font-size: 24px;
}
.img-bloc-5-style {
	width: 555px;
}
.img-bloc-43-style {
	width: 315px;
}
.btn-more-info-style {
	width: 31.79%;
}
.navbar-logo {
	text-transform: none;
	text-decoration: none;
	font-size: 20px;
}
.h3-feature-title-style {
	width: 92.56%;
}
.h3-生活，從好日子開始改變-style {
	font-family: "Ubuntu";
	font-weight: 700;
}
.quote-text {
	font-size: 26px;
	font-style: italic;
}
.scroll-qoute-container {
	width: 100%;
}
.quote-thumb {
	max-width: 100px;
}
.blocs-card-width {
	width: 25%;
}
.designer-twitter-icon {
	width: 50px;
	color: #FEFFFF!important;
	background-color: #0096FF;
	height: 50px;
	padding-top: 11px;
	margin-top: -5px;
	margin-left: 10px;
	padding-left: 3px;
	border-radius: 100px 100px 100px 100px;
}
.designer-twitter-icon:hover {
	background-color: #FEFFFF;
	color: #0096FF!important;
	box-shadow: 0px 0px 14px rgba(255, 251, 0, 0.3);
}
.designer-youtube-icon {
	width: 50px;
	color: #FEFFFF!important;
	background-color: #FF2600;
	height: 50px;
	padding-top: 10px;
	margin-top: -5px;
	border-radius: 100px 100px 100px 100px;
}
.designer-youtube-icon:hover {
	background-color: #FEFFFF;
	box-shadow: 0px 0px 14px rgba(255, 251, 0, 0.3);
	color: #FF2600!important;
}
.designer-wire-button {
	padding-right: 28px;
	padding-left: 28px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 25px;
	border-style: solid;
	color: #FEFB00!important;
	border-color: #FEFB00!important;
	background-color: transparent;
	border-width: 1px 1px 1px 1px;
}
.designer-wire-button:hover {
	background-color: #FEFB00;
	border-style: solid;
	color: #000000!important;
	box-shadow: 0px 0px 14px rgba(255, 251, 0, 0.3);
	border-width: 1px 1px 1px 1px;
}
.p-bloc-3-style {
	font-size: 18px;
}
.h3-style {
	font-size: 24px;
}
.p-5-style {
	font-size: 18px;
}
.p-8-style {
	font-size: 22px;
}
.divider-bloc-4-style {
	width: 11.14%;
	margin-left: auto;
	margin-right: auto;
	height: 3px;
	background-color: var(--swatch-var-3888);
}
.h3-院長簡介-style {
	font-size: 24px;
}
.h3-醫療與服務團隊-style {
	font-size: 24px;
}
.h3-醫療日誌-style {
	font-size: 24px;
}
.h3-成果分享-style {
	font-size: 24px;
}
.label-style {
	font-size: 22px;
}
.label-輸入出生年月日-style {
	font-size: 26px;
}
.p-19-style {
	font-size: 20px;
	width: 21.75%;
}
.option-select-style {
	width: 100%;
}
.container-div-style {
	width: 94.05%;
}
.img-5081-style {
	width: 432px;
	height: 925px;
}
.h1-會員註冊-style {
	font-size: 28px;
}
.container-div-bloc-37-style {
	width: 100%;
}
.column {
	border-radius: 10px 10px 10px 10px;
}
.p-24048-style {
	font-size: 20px;
	width: 40%;
}
.p-bloc-46-style {
	width: 40.53%;
	font-size: 28px;
}
.checkbox-style {
	width: 100%;
}
.svg-icon-style {
	width: 40px!important;
	fill: var(--swatch-var-2492)!important;
	fill-type: evenodd!important;
}
.h3-bloc-46-style {
	width: 32.63%;
	font-size: 24px;
}
.label-label-style {
	width: 10.44%;
	font-size: 22px;
}
.field-style {
	width: 17.72%;
}
.p-bloc-82-style {
	font-size: 16px;
}
.h3-好日子診所-中山店-style {
	font-size: 18px;
}
.h3-好日子診所-仁愛店-style {
	font-size: 18px;
}
.h3-好日子診所-士林店-style {
	font-size: 18px;
}
.h3-好日子診所-台中店-style {
	font-size: 21px;
}
.p-42948-style {
	font-size: 15px;
}
.p-39-style {
	font-size: 15px;
}
.h1-減重新知-style {
	font-size: 32px;
}
.h3-上一篇文章-style {
	font-size: 14px;
}
.p-bloc-138-style {
	font-size: 14px;
}
:root {
	--swatch-var-3653: #FFFFFF;
	--swatch-var-7207: #361F13;
	--swatch-var-2368: rgba(64, 64, 64, 0.70);
	--swatch-var-89: #1D2134;
	--swatch-var-2941: #A9A9A9;
	--swatch-var-2271: rgba(144, 123, 99, 0.90);
	--swatch-var-3961: rgba(255, 255, 255, 0.69);
	--swatch-var-7708: #FF9300;
	--swatch-var-6241: #D5D5D5;
	--swatch-var-3950: rgba(70, 42, 24, 0.80);
	--swatch-var-7434: #005498;
	--swatch-var-6068: #1D2134;
	--swatch-var-5703: #A5A5A5;
	--swatch-var-7532: #173563;
	--swatch-var-472: #F5F5F5;
	--swatch-var-2960: #72101C;
	--swatch-var-3888: #C38B4C;
	--swatch-var-2388: #115699;
	--swatch-var-5493: #1F3661;
	--swatch-var-1981: rgba(204, 204, 204, 1.00);
	--swatch-var-1446: #FEFFFF;
	--swatch-var-7367: #A10F16;
	--swatch-var-6969: #C82600;
	--swatch-var-3441: #000000;
	--swatch-var-7688: #4D4D4D;
	--swatch-var-4759: #324463;
	--swatch-var-7364: #907B63;
	--swatch-var-2492: #424242;
	--swatch-var-6609: #EAEAEA;
	--swatch-var-4821: rgba(167, 123, 62, 0.15);
	--swatch-var-480: #FF0000;
}
.bgc-2271 {
	background-color: var(--swatch-var-2271);
}
.bgc-6241 {
	background-color: var(--swatch-var-6241);
}
.bgc-2368 {
	background-color: var(--swatch-var-2368);
}
.bgc-4821 {
	background-color: var(--swatch-var-4821);
}
.bgc-3653 {
	background-color: var(--swatch-var-3653);
}
.bgc-3653 {
	background-color: var(--swatch-var-3653);
}
.bgc-7364 {
	background-color: var(--swatch-var-7364);
}
.tc-472 {
	color: var(--swatch-var-472)!important;
}
.tc-1981 {
	color: var(--swatch-var-1981)!important;
}
.tc-3653 {
	color: var(--swatch-var-3653)!important;
}
.tc-2492 {
	color: var(--swatch-var-2492)!important;
}
.tc-7688 {
	color: var(--swatch-var-7688)!important;
}
.tc-3441 {
	color: var(--swatch-var-3441)!important;
}
.tc-7207 {
	color: var(--swatch-var-7207)!important;
}
.tc-6969 {
	color: var(--swatch-var-6969)!important;
}
.bgc-3653 {
	background-color: var(--swatch-var-3653);
}
.tc-480 {
	color: var(--swatch-var-480)!important;
}
.tc-3961 {
	color: var(--swatch-var-3961)!important;
}
.btn-c-7364 {
	background: var(--swatch-var-7364);
	color: #FFFFFF!important;
}
.btn-c-7364:hover {
	background: #5D4830!important;
	color: #FFFFFF!important;
}
.btn-c-3888 {
	background: var(--swatch-var-3888);
	color: rgba(0, 0, 0, .5)!important;
}
.btn-c-3888:hover {
	background: #905819!important;
	color: rgba(0, 0, 0, .5)!important;
}
.btn-c-7367 {
	background: var(--swatch-var-7367);
	color: #FFFFFF!important;
}
.btn-c-7367:hover {
	background: #6E0000!important;
	color: #FFFFFF!important;
}

.btn-c-3950 {
	background: var(--swatch-var-3950);
	color: #FFFFFF!important;
}
.btn-c-3950:hover {
	background: rgba(19, 0, 0, 0.48)!important;
	color: #FFFFFF!important;
}

.btn-c-6969 {
	background: var(--swatch-var-6969);
	color: #FFFFFF!important;
}
.btn-c-6969:hover {
	background: #950000!important;
	color: #FFFFFF!important;
}
.btn-c-2271 {
	background: var(--swatch-var-2271);
	color: #FFFFFF!important;
}
.btn-c-2271:hover {
	background: rgba(93, 72, 48, 0.90)!important;
	color: #FFFFFF!important;
}
.ltc-3961 {
	color: var(--swatch-var-3961)!important;
}
.ltc-3961:hover {
	color: rgba(204, 204, 204, 0.69)!important;
}
.ltc-7688 {
	color: var(--swatch-var-7688)!important;
}
.ltc-7688:hover {
	color: #1A1A1A!important;
}
.ltc-6241 {
	color: var(--swatch-var-6241)!important;
}
.ltc-6241:hover {
	color: #A2A2A2!important;
}
.ltc-3653 {
	color: var(--swatch-var-3653)!important;
}
.ltc-3653:hover {
	color: #CCCCCC!important;
}
.bg-index-2x {
	background-image: url("img/index@2x.jpg");
}
.bg-cs04 {
	background-image: url("img/cs04.jpg");
}
.bg-sl02 {
	background-image: url("img/sl02.jpg?timestamp=9704?timestamp=9704?timestamp=9704");
}
.bg-index2 {
	background-image: url("img/index2.jpg?timestamp=5068?timestamp=5068?timestamp=5068");
}
.bg-003 {
	background-image: url("img/003.jpg");
}
.bg-001 {
	background-image: url("img/001.jpg");
}
.bg-img-5404-2 {
	background-image: url("img/img_5404-2.jpg");
}
.bg-LINE-NOTE-250709-1 {
	background-image: url("img/LINE_NOTE_250709_1.jpg");
}
.bg-sl02v {
	background-image: url("img/sl02v.jpg?timestamp=5307?timestamp=5307?timestamp=5307");
}
.bg-PXL-20250918-052552406 {
	background-image: url("img/PXL_20250918_052552406.jpg?timestamp=4294?timestamp=4294?timestamp=4294");
}
.bg-PXL-20250918-050503874-PORTRAIT-ORIGINAL {
	background-image: url("img/PXL_20250.jpg?timestamp=6816?timestamp=9208");
}
.bg-cs04 {
	background-image: url("img/cs04.jpg");
}
.bg-zs {
	background-image: url("img/zs.jpg");
}
.bg-PXL-20250 {
	background-image: url("img/PXL_20250.jpg");
}
.img-text-overlay-container {
	position: relative;
}
.text-label-overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-size: 40px;
}
.text-overlay-light-text {
	color: rgba(255, 255, 255, .5);
}
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
	clip: rect(auto, auto, auto, auto);
}
.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
	position: absolute;
	border: 0.08em solid #307bbb;
	width: 0.84em;
	height: 0.84em;
	clip: rect(0em, 0.5em, 1em, 0em);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.c100 {
	position: relative;
	font-size: 120px;
	width: 1em;
	height: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin: 0 0.1em 0.1em 0;
	background-color: #cccccc;
}
.c100 *, .c100 *:before, .c100 *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.c100.center {
	float: none;
	margin: 0 auto;
}
.c100.big {
	font-size: 240px;
}
.c100.small {
	font-size: 80px;
}
.c100>span {
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	width: 5em;
	line-height: 5em;
	font-size: 0.2em;
	color: #cccccc;
	display: block;
	text-align: center;
	white-space: nowrap;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.c100:after {
	position: absolute;
	top: 0.08em;
	left: 0.08em;
	display: block;
	content: " ";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: whitesmoke;
	width: 0.84em;
	height: 0.84em;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.c100 .slice {
	position: absolute;
	width: 1em;
	height: 1em;
	clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
	-webkit-transform: rotate(3.6deg);
	-moz-transform: rotate(3.6deg);
	-ms-transform: rotate(3.6deg);
	-o-transform: rotate(3.6deg);
	transform: rotate(3.6deg);
}
.c100.p2 .bar {
	-webkit-transform: rotate(7.2deg);
	-moz-transform: rotate(7.2deg);
	-ms-transform: rotate(7.2deg);
	-o-transform: rotate(7.2deg);
	transform: rotate(7.2deg);
}
.c100.p3 .bar {
	-webkit-transform: rotate(10.8deg);
	-moz-transform: rotate(10.8deg);
	-ms-transform: rotate(10.8deg);
	-o-transform: rotate(10.8deg);
	transform: rotate(10.8deg);
}
.c100.p4 .bar {
	-webkit-transform: rotate(14.4deg);
	-moz-transform: rotate(14.4deg);
	-ms-transform: rotate(14.4deg);
	-o-transform: rotate(14.4deg);
	transform: rotate(14.4deg);
}
.c100.p5 .bar {
	-webkit-transform: rotate(18deg);
	-moz-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	-o-transform: rotate(18deg);
	transform: rotate(18deg);
}
.c100.p6 .bar {
	-webkit-transform: rotate(21.6deg);
	-moz-transform: rotate(21.6deg);
	-ms-transform: rotate(21.6deg);
	-o-transform: rotate(21.6deg);
	transform: rotate(21.6deg);
}
.c100.p7 .bar {
	-webkit-transform: rotate(25.2deg);
	-moz-transform: rotate(25.2deg);
	-ms-transform: rotate(25.2deg);
	-o-transform: rotate(25.2deg);
	transform: rotate(25.2deg);
}
.c100.p8 .bar {
	-webkit-transform: rotate(28.8deg);
	-moz-transform: rotate(28.8deg);
	-ms-transform: rotate(28.8deg);
	-o-transform: rotate(28.8deg);
	transform: rotate(28.8deg);
}
.c100.p9 .bar {
	-webkit-transform: rotate(32.4deg);
	-moz-transform: rotate(32.4deg);
	-ms-transform: rotate(32.4deg);
	-o-transform: rotate(32.4deg);
	transform: rotate(32.4deg);
}
.c100.p10 .bar {
	-webkit-transform: rotate(36deg);
	-moz-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	-o-transform: rotate(36deg);
	transform: rotate(36deg);
}
.c100.p11 .bar {
	-webkit-transform: rotate(39.6deg);
	-moz-transform: rotate(39.6deg);
	-ms-transform: rotate(39.6deg);
	-o-transform: rotate(39.6deg);
	transform: rotate(39.6deg);
}
.c100.p12 .bar {
	-webkit-transform: rotate(43.2deg);
	-moz-transform: rotate(43.2deg);
	-ms-transform: rotate(43.2deg);
	-o-transform: rotate(43.2deg);
	transform: rotate(43.2deg);
}
.c100.p13 .bar {
	-webkit-transform: rotate(46.8deg);
	-moz-transform: rotate(46.8deg);
	-ms-transform: rotate(46.8deg);
	-o-transform: rotate(46.8deg);
	transform: rotate(46.8deg);
}
.c100.p14 .bar {
	-webkit-transform: rotate(50.4deg);
	-moz-transform: rotate(50.4deg);
	-ms-transform: rotate(50.4deg);
	-o-transform: rotate(50.4deg);
	transform: rotate(50.4deg);
}
.c100.p15 .bar {
	-webkit-transform: rotate(54deg);
	-moz-transform: rotate(54deg);
	-ms-transform: rotate(54deg);
	-o-transform: rotate(54deg);
	transform: rotate(54deg);
}
.c100.p16 .bar {
	-webkit-transform: rotate(57.6deg);
	-moz-transform: rotate(57.6deg);
	-ms-transform: rotate(57.6deg);
	-o-transform: rotate(57.6deg);
	transform: rotate(57.6deg);
}
.c100.p17 .bar {
	-webkit-transform: rotate(61.2deg);
	-moz-transform: rotate(61.2deg);
	-ms-transform: rotate(61.2deg);
	-o-transform: rotate(61.2deg);
	transform: rotate(61.2deg);
}
.c100.p18 .bar {
	-webkit-transform: rotate(64.8deg);
	-moz-transform: rotate(64.8deg);
	-ms-transform: rotate(64.8deg);
	-o-transform: rotate(64.8deg);
	transform: rotate(64.8deg);
}
.c100.p19 .bar {
	-webkit-transform: rotate(68.4deg);
	-moz-transform: rotate(68.4deg);
	-ms-transform: rotate(68.4deg);
	-o-transform: rotate(68.4deg);
	transform: rotate(68.4deg);
}
.c100.p20 .bar {
	-webkit-transform: rotate(72deg);
	-moz-transform: rotate(72deg);
	-ms-transform: rotate(72deg);
	-o-transform: rotate(72deg);
	transform: rotate(72deg);
}
.c100.p21 .bar {
	-webkit-transform: rotate(75.6deg);
	-moz-transform: rotate(75.6deg);
	-ms-transform: rotate(75.6deg);
	-o-transform: rotate(75.6deg);
	transform: rotate(75.6deg);
}
.c100.p22 .bar {
	-webkit-transform: rotate(79.2deg);
	-moz-transform: rotate(79.2deg);
	-ms-transform: rotate(79.2deg);
	-o-transform: rotate(79.2deg);
	transform: rotate(79.2deg);
}
.c100.p23 .bar {
	-webkit-transform: rotate(82.8deg);
	-moz-transform: rotate(82.8deg);
	-ms-transform: rotate(82.8deg);
	-o-transform: rotate(82.8deg);
	transform: rotate(82.8deg);
}
.c100.p24 .bar {
	-webkit-transform: rotate(86.4deg);
	-moz-transform: rotate(86.4deg);
	-ms-transform: rotate(86.4deg);
	-o-transform: rotate(86.4deg);
	transform: rotate(86.4deg);
}
.c100.p25 .bar {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.c100.p26 .bar {
	-webkit-transform: rotate(93.6deg);
	-moz-transform: rotate(93.6deg);
	-ms-transform: rotate(93.6deg);
	-o-transform: rotate(93.6deg);
	transform: rotate(93.6deg);
}
.c100.p27 .bar {
	-webkit-transform: rotate(97.2deg);
	-moz-transform: rotate(97.2deg);
	-ms-transform: rotate(97.2deg);
	-o-transform: rotate(97.2deg);
	transform: rotate(97.2deg);
}
.c100.p28 .bar {
	-webkit-transform: rotate(100.8deg);
	-moz-transform: rotate(100.8deg);
	-ms-transform: rotate(100.8deg);
	-o-transform: rotate(100.8deg);
	transform: rotate(100.8deg);
}
.c100.p29 .bar {
	-webkit-transform: rotate(104.4deg);
	-moz-transform: rotate(104.4deg);
	-ms-transform: rotate(104.4deg);
	-o-transform: rotate(104.4deg);
	transform: rotate(104.4deg);
}
.c100.p30 .bar {
	-webkit-transform: rotate(108deg);
	-moz-transform: rotate(108deg);
	-ms-transform: rotate(108deg);
	-o-transform: rotate(108deg);
	transform: rotate(108deg);
}
.c100.p31 .bar {
	-webkit-transform: rotate(111.6deg);
	-moz-transform: rotate(111.6deg);
	-ms-transform: rotate(111.6deg);
	-o-transform: rotate(111.6deg);
	transform: rotate(111.6deg);
}
.c100.p32 .bar {
	-webkit-transform: rotate(115.2deg);
	-moz-transform: rotate(115.2deg);
	-ms-transform: rotate(115.2deg);
	-o-transform: rotate(115.2deg);
	transform: rotate(115.2deg);
}
.c100.p33 .bar {
	-webkit-transform: rotate(118.8deg);
	-moz-transform: rotate(118.8deg);
	-ms-transform: rotate(118.8deg);
	-o-transform: rotate(118.8deg);
	transform: rotate(118.8deg);
}
.c100.p34 .bar {
	-webkit-transform: rotate(122.4deg);
	-moz-transform: rotate(122.4deg);
	-ms-transform: rotate(122.4deg);
	-o-transform: rotate(122.4deg);
	transform: rotate(122.4deg);
}
.c100.p35 .bar {
	-webkit-transform: rotate(126deg);
	-moz-transform: rotate(126deg);
	-ms-transform: rotate(126deg);
	-o-transform: rotate(126deg);
	transform: rotate(126deg);
}
.c100.p36 .bar {
	-webkit-transform: rotate(129.6deg);
	-moz-transform: rotate(129.6deg);
	-ms-transform: rotate(129.6deg);
	-o-transform: rotate(129.6deg);
	transform: rotate(129.6deg);
}
.c100.p37 .bar {
	-webkit-transform: rotate(133.2deg);
	-moz-transform: rotate(133.2deg);
	-ms-transform: rotate(133.2deg);
	-o-transform: rotate(133.2deg);
	transform: rotate(133.2deg);
}
.c100.p38 .bar {
	-webkit-transform: rotate(136.8deg);
	-moz-transform: rotate(136.8deg);
	-ms-transform: rotate(136.8deg);
	-o-transform: rotate(136.8deg);
	transform: rotate(136.8deg);
}
.c100.p39 .bar {
	-webkit-transform: rotate(140.4deg);
	-moz-transform: rotate(140.4deg);
	-ms-transform: rotate(140.4deg);
	-o-transform: rotate(140.4deg);
	transform: rotate(140.4deg);
}
.c100.p40 .bar {
	-webkit-transform: rotate(144deg);
	-moz-transform: rotate(144deg);
	-ms-transform: rotate(144deg);
	-o-transform: rotate(144deg);
	transform: rotate(144deg);
}
.c100.p41 .bar {
	-webkit-transform: rotate(147.6deg);
	-moz-transform: rotate(147.6deg);
	-ms-transform: rotate(147.6deg);
	-o-transform: rotate(147.6deg);
	transform: rotate(147.6deg);
}
.c100.p42 .bar {
	-webkit-transform: rotate(151.2deg);
	-moz-transform: rotate(151.2deg);
	-ms-transform: rotate(151.2deg);
	-o-transform: rotate(151.2deg);
	transform: rotate(151.2deg);
}
.c100.p43 .bar {
	-webkit-transform: rotate(154.8deg);
	-moz-transform: rotate(154.8deg);
	-ms-transform: rotate(154.8deg);
	-o-transform: rotate(154.8deg);
	transform: rotate(154.8deg);
}
.c100.p44 .bar {
	-webkit-transform: rotate(158.4deg);
	-moz-transform: rotate(158.4deg);
	-ms-transform: rotate(158.4deg);
	-o-transform: rotate(158.4deg);
	transform: rotate(158.4deg);
}
.c100.p45 .bar {
	-webkit-transform: rotate(162deg);
	-moz-transform: rotate(162deg);
	-ms-transform: rotate(162deg);
	-o-transform: rotate(162deg);
	transform: rotate(162deg);
}
.c100.p46 .bar {
	-webkit-transform: rotate(165.6deg);
	-moz-transform: rotate(165.6deg);
	-ms-transform: rotate(165.6deg);
	-o-transform: rotate(165.6deg);
	transform: rotate(165.6deg);
}
.c100.p47 .bar {
	-webkit-transform: rotate(169.2deg);
	-moz-transform: rotate(169.2deg);
	-ms-transform: rotate(169.2deg);
	-o-transform: rotate(169.2deg);
	transform: rotate(169.2deg);
}
.c100.p48 .bar {
	-webkit-transform: rotate(172.8deg);
	-moz-transform: rotate(172.8deg);
	-ms-transform: rotate(172.8deg);
	-o-transform: rotate(172.8deg);
	transform: rotate(172.8deg);
}
.c100.p49 .bar {
	-webkit-transform: rotate(176.4deg);
	-moz-transform: rotate(176.4deg);
	-ms-transform: rotate(176.4deg);
	-o-transform: rotate(176.4deg);
	transform: rotate(176.4deg);
}
.c100.p50 .bar {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.c100.p51 .bar {
	-webkit-transform: rotate(183.6deg);
	-moz-transform: rotate(183.6deg);
	-ms-transform: rotate(183.6deg);
	-o-transform: rotate(183.6deg);
	transform: rotate(183.6deg);
}
.c100.p52 .bar {
	-webkit-transform: rotate(187.2deg);
	-moz-transform: rotate(187.2deg);
	-ms-transform: rotate(187.2deg);
	-o-transform: rotate(187.2deg);
	transform: rotate(187.2deg);
}
.c100.p53 .bar {
	-webkit-transform: rotate(190.8deg);
	-moz-transform: rotate(190.8deg);
	-ms-transform: rotate(190.8deg);
	-o-transform: rotate(190.8deg);
	transform: rotate(190.8deg);
}
.c100.p54 .bar {
	-webkit-transform: rotate(194.4deg);
	-moz-transform: rotate(194.4deg);
	-ms-transform: rotate(194.4deg);
	-o-transform: rotate(194.4deg);
	transform: rotate(194.4deg);
}
.c100.p55 .bar {
	-webkit-transform: rotate(198deg);
	-moz-transform: rotate(198deg);
	-ms-transform: rotate(198deg);
	-o-transform: rotate(198deg);
	transform: rotate(198deg);
}
.c100.p56 .bar {
	-webkit-transform: rotate(201.6deg);
	-moz-transform: rotate(201.6deg);
	-ms-transform: rotate(201.6deg);
	-o-transform: rotate(201.6deg);
	transform: rotate(201.6deg);
}
.c100.p57 .bar {
	-webkit-transform: rotate(205.2deg);
	-moz-transform: rotate(205.2deg);
	-ms-transform: rotate(205.2deg);
	-o-transform: rotate(205.2deg);
	transform: rotate(205.2deg);
}
.c100.p58 .bar {
	-webkit-transform: rotate(208.8deg);
	-moz-transform: rotate(208.8deg);
	-ms-transform: rotate(208.8deg);
	-o-transform: rotate(208.8deg);
	transform: rotate(208.8deg);
}
.c100.p59 .bar {
	-webkit-transform: rotate(212.4deg);
	-moz-transform: rotate(212.4deg);
	-ms-transform: rotate(212.4deg);
	-o-transform: rotate(212.4deg);
	transform: rotate(212.4deg);
}
.c100.p60 .bar {
	-webkit-transform: rotate(216deg);
	-moz-transform: rotate(216deg);
	-ms-transform: rotate(216deg);
	-o-transform: rotate(216deg);
	transform: rotate(216deg);
}
.c100.p61 .bar {
	-webkit-transform: rotate(219.6deg);
	-moz-transform: rotate(219.6deg);
	-ms-transform: rotate(219.6deg);
	-o-transform: rotate(219.6deg);
	transform: rotate(219.6deg);
}
.c100.p62 .bar {
	-webkit-transform: rotate(223.2deg);
	-moz-transform: rotate(223.2deg);
	-ms-transform: rotate(223.2deg);
	-o-transform: rotate(223.2deg);
	transform: rotate(223.2deg);
}
.c100.p63 .bar {
	-webkit-transform: rotate(226.8deg);
	-moz-transform: rotate(226.8deg);
	-ms-transform: rotate(226.8deg);
	-o-transform: rotate(226.8deg);
	transform: rotate(226.8deg);
}
.c100.p64 .bar {
	-webkit-transform: rotate(230.4deg);
	-moz-transform: rotate(230.4deg);
	-ms-transform: rotate(230.4deg);
	-o-transform: rotate(230.4deg);
	transform: rotate(230.4deg);
}
.c100.p65 .bar {
	-webkit-transform: rotate(234deg);
	-moz-transform: rotate(234deg);
	-ms-transform: rotate(234deg);
	-o-transform: rotate(234deg);
	transform: rotate(234deg);
}
.c100.p66 .bar {
	-webkit-transform: rotate(237.6deg);
	-moz-transform: rotate(237.6deg);
	-ms-transform: rotate(237.6deg);
	-o-transform: rotate(237.6deg);
	transform: rotate(237.6deg);
}
.c100.p67 .bar {
	-webkit-transform: rotate(241.2deg);
	-moz-transform: rotate(241.2deg);
	-ms-transform: rotate(241.2deg);
	-o-transform: rotate(241.2deg);
	transform: rotate(241.2deg);
}
.c100.p68 .bar {
	-webkit-transform: rotate(244.8deg);
	-moz-transform: rotate(244.8deg);
	-ms-transform: rotate(244.8deg);
	-o-transform: rotate(244.8deg);
	transform: rotate(244.8deg);
}
.c100.p69 .bar {
	-webkit-transform: rotate(248.4deg);
	-moz-transform: rotate(248.4deg);
	-ms-transform: rotate(248.4deg);
	-o-transform: rotate(248.4deg);
	transform: rotate(248.4deg);
}
.c100.p70 .bar {
	-webkit-transform: rotate(252deg);
	-moz-transform: rotate(252deg);
	-ms-transform: rotate(252deg);
	-o-transform: rotate(252deg);
	transform: rotate(252deg);
}
.c100.p71 .bar {
	-webkit-transform: rotate(255.6deg);
	-moz-transform: rotate(255.6deg);
	-ms-transform: rotate(255.6deg);
	-o-transform: rotate(255.6deg);
	transform: rotate(255.6deg);
}
.c100.p72 .bar {
	-webkit-transform: rotate(259.2deg);
	-moz-transform: rotate(259.2deg);
	-ms-transform: rotate(259.2deg);
	-o-transform: rotate(259.2deg);
	transform: rotate(259.2deg);
}
.c100.p73 .bar {
	-webkit-transform: rotate(262.8deg);
	-moz-transform: rotate(262.8deg);
	-ms-transform: rotate(262.8deg);
	-o-transform: rotate(262.8deg);
	transform: rotate(262.8deg);
}
.c100.p74 .bar {
	-webkit-transform: rotate(266.4deg);
	-moz-transform: rotate(266.4deg);
	-ms-transform: rotate(266.4deg);
	-o-transform: rotate(266.4deg);
	transform: rotate(266.4deg);
}
.c100.p75 .bar {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.c100.p76 .bar {
	-webkit-transform: rotate(273.6deg);
	-moz-transform: rotate(273.6deg);
	-ms-transform: rotate(273.6deg);
	-o-transform: rotate(273.6deg);
	transform: rotate(273.6deg);
}
.c100.p77 .bar {
	-webkit-transform: rotate(277.2deg);
	-moz-transform: rotate(277.2deg);
	-ms-transform: rotate(277.2deg);
	-o-transform: rotate(277.2deg);
	transform: rotate(277.2deg);
}
.c100.p78 .bar {
	-webkit-transform: rotate(280.8deg);
	-moz-transform: rotate(280.8deg);
	-ms-transform: rotate(280.8deg);
	-o-transform: rotate(280.8deg);
	transform: rotate(280.8deg);
}
.c100.p79 .bar {
	-webkit-transform: rotate(284.4deg);
	-moz-transform: rotate(284.4deg);
	-ms-transform: rotate(284.4deg);
	-o-transform: rotate(284.4deg);
	transform: rotate(284.4deg);
}
.c100.p80 .bar {
	-webkit-transform: rotate(288deg);
	-moz-transform: rotate(288deg);
	-ms-transform: rotate(288deg);
	-o-transform: rotate(288deg);
	transform: rotate(288deg);
}
.c100.p81 .bar {
	-webkit-transform: rotate(291.6deg);
	-moz-transform: rotate(291.6deg);
	-ms-transform: rotate(291.6deg);
	-o-transform: rotate(291.6deg);
	transform: rotate(291.6deg);
}
.c100.p82 .bar {
	-webkit-transform: rotate(295.2deg);
	-moz-transform: rotate(295.2deg);
	-ms-transform: rotate(295.2deg);
	-o-transform: rotate(295.2deg);
	transform: rotate(295.2deg);
}
.c100.p83 .bar {
	-webkit-transform: rotate(298.8deg);
	-moz-transform: rotate(298.8deg);
	-ms-transform: rotate(298.8deg);
	-o-transform: rotate(298.8deg);
	transform: rotate(298.8deg);
}
.c100.p84 .bar {
	-webkit-transform: rotate(302.4deg);
	-moz-transform: rotate(302.4deg);
	-ms-transform: rotate(302.4deg);
	-o-transform: rotate(302.4deg);
	transform: rotate(302.4deg);
}
.c100.p85 .bar {
	-webkit-transform: rotate(306deg);
	-moz-transform: rotate(306deg);
	-ms-transform: rotate(306deg);
	-o-transform: rotate(306deg);
	transform: rotate(306deg);
}
.c100.p86 .bar {
	-webkit-transform: rotate(309.6deg);
	-moz-transform: rotate(309.6deg);
	-ms-transform: rotate(309.6deg);
	-o-transform: rotate(309.6deg);
	transform: rotate(309.6deg);
}
.c100.p87 .bar {
	-webkit-transform: rotate(313.2deg);
	-moz-transform: rotate(313.2deg);
	-ms-transform: rotate(313.2deg);
	-o-transform: rotate(313.2deg);
	transform: rotate(313.2deg);
}
.c100.p88 .bar {
	-webkit-transform: rotate(316.8deg);
	-moz-transform: rotate(316.8deg);
	-ms-transform: rotate(316.8deg);
	-o-transform: rotate(316.8deg);
	transform: rotate(316.8deg);
}
.c100.p89 .bar {
	-webkit-transform: rotate(320.4deg);
	-moz-transform: rotate(320.4deg);
	-ms-transform: rotate(320.4deg);
	-o-transform: rotate(320.4deg);
	transform: rotate(320.4deg);
}
.c100.p90 .bar {
	-webkit-transform: rotate(324deg);
	-moz-transform: rotate(324deg);
	-ms-transform: rotate(324deg);
	-o-transform: rotate(324deg);
	transform: rotate(324deg);
}
.c100.p91 .bar {
	-webkit-transform: rotate(327.6deg);
	-moz-transform: rotate(327.6deg);
	-ms-transform: rotate(327.6deg);
	-o-transform: rotate(327.6deg);
	transform: rotate(327.6deg);
}
.c100.p92 .bar {
	-webkit-transform: rotate(331.2deg);
	-moz-transform: rotate(331.2deg);
	-ms-transform: rotate(331.2deg);
	-o-transform: rotate(331.2deg);
	transform: rotate(331.2deg);
}
.c100.p93 .bar {
	-webkit-transform: rotate(334.8deg);
	-moz-transform: rotate(334.8deg);
	-ms-transform: rotate(334.8deg);
	-o-transform: rotate(334.8deg);
	transform: rotate(334.8deg);
}
.c100.p94 .bar {
	-webkit-transform: rotate(338.4deg);
	-moz-transform: rotate(338.4deg);
	-ms-transform: rotate(338.4deg);
	-o-transform: rotate(338.4deg);
	transform: rotate(338.4deg);
}
.c100.p95 .bar {
	-webkit-transform: rotate(342deg);
	-moz-transform: rotate(342deg);
	-ms-transform: rotate(342deg);
	-o-transform: rotate(342deg);
	transform: rotate(342deg);
}
.c100.p96 .bar {
	-webkit-transform: rotate(345.6deg);
	-moz-transform: rotate(345.6deg);
	-ms-transform: rotate(345.6deg);
	-o-transform: rotate(345.6deg);
	transform: rotate(345.6deg);
}
.c100.p97 .bar {
	-webkit-transform: rotate(349.2deg);
	-moz-transform: rotate(349.2deg);
	-ms-transform: rotate(349.2deg);
	-o-transform: rotate(349.2deg);
	transform: rotate(349.2deg);
}
.c100.p98 .bar {
	-webkit-transform: rotate(352.8deg);
	-moz-transform: rotate(352.8deg);
	-ms-transform: rotate(352.8deg);
	-o-transform: rotate(352.8deg);
	transform: rotate(352.8deg);
}
.c100.p99 .bar {
	-webkit-transform: rotate(356.4deg);
	-moz-transform: rotate(356.4deg);
	-ms-transform: rotate(356.4deg);
	-o-transform: rotate(356.4deg);
	transform: rotate(356.4deg);
}
.c100.p100 .bar {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.c100:hover {
	cursor: default;
}
.c100:hover>span {
	width: 3.33em;
	line-height: 3.33em;
	font-size: 0.3em;
	color: #307bbb;
}
.c100:hover:after {
	top: 0.04em;
	left: 0.04em;
	width: 0.92em;
	height: 0.92em;
}
.c100.dark {
	background-color: #777777;
}
.c100.dark .bar, .c100.dark .fill {
	border-color: #c6ff00 !important;
}
.c100.dark>span {
	color: #b5b5b5;
}
.c100.dark:after {
	background-color: #666666;
}
.c100.dark:hover>span {
	color: #c6ff00;
}
.c100.green .bar, .c100.green .fill {
	border-color: #4db53c !important;
}
.c100.green:hover>span {
	color: #4db53c;
}
.c100.green.dark .bar, .c100.green.dark .fill {
	border-color: #5fd400 !important;
}
.c100.green.dark:hover>span {
	color: #5fd400;
}
.c100.orange .bar, .c100.orange .fill {
	border-color: #dd9d22 !important;
}
.c100.orange:hover>span {
	color: #dd9d22;
}
.c100.orange.dark .bar, .c100.orange.dark .fill {
	border-color: #e08833 !important;
}
.c100.orange.dark:hover>span {
	color: #e08833;
}
.text-overlay-light-text {
	color: #cccccc !important;
}
.snap-scroll-pagination {
	font-size: 1.1em;
	list-style: none;
	padding: 0 5px;
	position: fixed;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.right-align.snap-scroll-pagination {
	right: 20px;
	left: initial;
}
.snap-scroll-paginate-bg.snap-scroll-pagination {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
}
.snap-scroll-pagination a {
	display: block;
	color: rgba(0, 0, 0, .8);
	height: 20px;
	width: 20px;
	margin: 5px 0;
	position: relative;
}
.snap-scroll-paginate-dashes a {
	height: 30px;
	width: 8px;
}
.snap-scroll-pagination a .hover-text {
	color: rgba(0, 0, 0, 0.5);
	position: absolute;
	display: none;
	left: 35px;
	top: -5px;
	opacity: 0;
	width: 300px;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a .hover-text {
	top: 2px;
}
.right-align.snap-scroll-pagination a .hover-text {
	text-align: right;
	right: 35px;
	left: initial;
}
.snap-scroll-pagination a:hover .hover-text {
	opacity: 1;
	display: inline-block;
}
.snap-scroll-pagination a:after {
	content: "";
	-webkit-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid;
	border-radius: 50%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 5px;
	bottom: 0;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a:after {
	background-color: transparent;
	width: 4px;
	height: 20px;
	border-radius: 0;
	left: 2px;
	opacity: 0.5;
}
.snap-scroll-pagination a.active:after, .snap-scroll-paginate-dashes.snap-scroll-pagination a:after {
	box-shadow: inset 0 0 0 5px;
}
.snap-scroll-pagination a.active:after {
	opacity: 1;
}
.light-snap-scroll-theme.snap-scroll-pagination a, .light-snap-scroll-theme.snap-scroll-pagination a .hover-text {
	color: #FFF;
}
.light-snap-scroll-theme.snap-scroll-paginate-bg {
	background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
	.snap-scroll-pagination {
		left: 5px;
	}
	.right-align.snap-scroll-pagination {
		right: 5px;
		left: initial;
	}
}
.social-link-bric a svg {
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg {
	opacity: 0.5;
}
.social-hover-grow a:hover svg {
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg {
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg {
	filter: drop-shadow(0px 6px 2px rgba(0, 0, 0, 0.3));
	overflow: visible;
}
.wp-comments-title {
	color: rgba(0, 0, 0, .8);
}
.wp-comment ol.children {
	list-style: none;
}
.wp-comment-required {
	color: red;
}
.wp-comment ol.children .card:before {
	content: "";
	width: 2%;
	height: 50%;
	border: 2px solid rgba(0, 0, 0, .3);
	border-top-width: 0;
	border-right-width: 0;
	position: absolute;
	left: -3%;
}
.wp-comment-content {
	display: flex;
}
.wp-comment-author, .wp-comment-title {
	font-weight: bold;
	font-size: 14px;
	color: rgba(0, 0, 0, .8);
}
.wp-comment-link, .wp-comment-link:visited {
	color: rgba(0, 0, 0, .6);
	font-size: 12px;
}
.wp-comment-link:hover, .wp-comment-link:focus {
	color: rgba(0, 0, 0, 0.8);
}
.wp-reply-link a {
	font-size: 14px;
}
.wp-comment-submit-btn {
	color: #FFF;
	background: rgba(0, 0, 0, .3);
}
.wp-comment-submit-btn:hover, .wp-comment-submit-btn:active {
	color: #FFF;
	background: rgba(0, 0, 0, .5);
}
.wp-comments-dark .card {
	background: rgba(255, 255, 255, .2);
}
.wp-comments-dark .wp-comments-title, .wp-comments-dark .wp-comment-author, .wp-comments-dark .wp-comment-title, .wp-comments-dark .wp-comment-link:hover, .wp-comments-dark .wp-comment-link:focus, .wp-comments-dark .must-log-in a, .wp-comments-dark .must-log-in a:hover, .wp-comments-dark .must-log-in a:focus {
	color: rgba(255, 255, 255, .8);
}
.wp-comments-dark .wp-comment-content, .wp-comments-dark .wp-comment-link, .wp-comments-dark .wp-comment-link:visited, .wp-comments-dark .comment-notes, .wp-comments-dark .comment-form-author, .wp-comments-dark .comment-form-email, .wp-comments-dark .comment-form-url, .wp-comments-dark .wp-no-comments, .wp-comments-dark .must-log-in {
	color: rgba(255, 255, 255, .6);
}
.wp-comments-dark .wp-comment ol.children .card:before {
	border-color: rgba(255, 255, 255, .5);
}
.wp-comments-dark.wp-comment-seperator-style .card {
	border-color: rgba(255, 255, 255, .2);
}
.wp-comments-dark .wp-comment-submit-btn {
	background: rgba(255, 255, 255, .2);
	color: #FFF;
}
.wp-comments-dark .wp-comment-submit-btn:hover, .wp-comments-dark .wp-comment-submit-btn:active {
	background: rgba(255, 255, 255, .4);
}
.wp-comment-seperator-style .card {
	border-width: 0 0 1px 0;
	border-color: rgba(0, 0, 0, .1);
	border-radius: 0;
	background: transparent;
}
.wp-comment-seperator-style .wp-comment ol.children .card:before {
	border-width: 0 0 1px 1px;
}
.wp-comment-seperator-style .card-body {
	padding: 5px 0
}
.wp-comments-round-avatars img {
	border-radius: 50%!important;
}
.wp-comments-hide-avatar img {
	display: none;
}
.toggled-item {
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden {
	padding-top: 0!important;
	padding-bottom: 0!important;
	border-top: 0!important;
	border-bottom: 0!important;
	outline: 0!important;
	opacity: 0;
}
.object-hidden {
	display: none;
}
@media (min-width: 576px) {
	.bloc-xxl-sm {
		padding: 200px 20px;
	}
	.bloc-xl-sm {
		padding: 150px 20px;
	}
	.bloc-lg-sm {
		padding: 100px 20px;
	}
	.bloc-md-sm {
		padding: 50px 20px;
	}
	.bloc-sm-sm {
		padding: 20px;
	}
	.bloc-no-padding-sm {
		padding: 0 20px;
	}
}
@media (min-width: 768px) {
	.bloc-xxl-md {
		padding: 200px 20px;
	}
	.bloc-xl-md {
		padding: 150px 20px;
	}
	.bloc-lg-md {
		padding: 100px 20px;
	}
	.bloc-md-md {
		padding: 50px 20px;
	}
	.bloc-sm-md {
		padding: 20px 20px;
	}
	.bloc-no-padding-md {
		padding: 0 20px;
	}
}
@media (min-width: 992px) {
	.bloc-xxl-lg {
		padding: 200px 20px;
	}
	.bloc-xl-lg {
		padding: 150px 20px;
	}
	.bloc-lg-lg {
		padding: 100px 20px;
	}
	.bloc-md-lg {
		padding: 50px 20px;
	}
	.bloc-sm-lg {
		padding: 20px;
	}
	.bloc-no-padding-lg {
		padding: 0 20px;
	}
}
@media (max-width: 1024px) {
	.bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	.container {
		width: 100%;
	}
	.bloc {
		padding-left: constant(safe-area-inset-left);
		padding-right: constant(safe-area-inset-right);
	}
	.bloc-group, .bloc-group .bloc {
		display: block;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
		padding-left: 0;
		padding-right: 0;
	}
	.btn-dwn {
		display: none;
	}
	.voffset {
		margin-top: 5px;
	}
	.voffset-md {
		margin-top: 20px;
	}
	.voffset-lg {
		margin-top: 30px;
	}
	form {
		padding: 5px;
	}
	.close-lightbox {
		display: inline-block;
	}
	.blocsapp-device-iphone5 {
		background-size: 216px 425px;
		padding-top: 60px;
		width: 216px;
		height: 425px;
	}
	.blocsapp-device-iphone5 img {
		width: 180px;
		height: 320px;
	}
}
@media (max-width: 991px) {
	.navbar-brand img {
		width: 130px;
	}
	.p-bloc-6-style {
		font-size: 80px;
	}
	.p-3-style {
		font-size: 60px;
	}
	.p-9-style {
		font-size: 60px;
	}
	.link-團隊介紹-style {
		font-size: 14px;
	}
	.link-style {
		font-size: 14px;
	}
	.btn-預約參觀及體驗-style {
		width: 50.28%;
	}
	.btn-8-style {
		width: 100%;
	}
	.btn-10-style {
		width: 100%;
	}
	.btn-預約參觀及體驗表單-style {
		width: 88.66%;
	}
	.img-style {
		height: 104px;
	}
	.sub-menu {
		background-color: #FEFFFF;
	}
	.apple-iphone-water {
		background-position: right top;
	}
	.divider-style {
		margin-left: auto;
		margin-right: auto;
	}
	.apple-iphone-water-div {
		padding-bottom: 900px;
	}
	.divider-background-color {
		margin-left: auto;
		margin-right: auto;
		width: 46.51%;
	}
	.blocs-card-width {
		width: 50%;
	}
	.designer-twitter-icon {
		color: #FEFFFF!important;
		background-color: #0096FF;
	}
	.designer-twitter-icon:hover {
		color: #0096FF!important;
		box-shadow: 0px 0px 14px rgba(255, 251, 0, 0.3);
		background-color: #FEFFFF;
	}
	.designer-youtube-icon:hover {
		background-color: #FEFFFF;
		color: #FF2600!important;
		box-shadow: 0px 0px 14px rgba(255, 251, 0, 0.3);
	}
	.p-19-style {
		width: 39.14%;
	}
	.h1-減重新知-style {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.text-right {}
	.text-left {}
	.text-center {}
	.navbar-brand img {
		width: 130px;
	}
	.p-bloc-6-style {
		font-size: 60px;
	}
	.p-3-style {
		font-size: 40px;
	}
	.p-9-style {
		font-size: 50px;
		line-height: 60px;
	}
	.h3-bloc-15-style {
		font-size: 36px;
	}
	.h3-重量訓練-style {
		font-size: 36px;
	}
	.h3-皮拉提斯-矯正運動-style {
		font-size: 36px;
	}
	.h3-場地使用-style {
		font-size: 36px;
	}
	.btn-預約參觀及體驗-style {
		width: 66.54%;
	}
	.btn-8-style {
		width: 68.63%;
	}
	.btn-10-style {
		width: 83.46%;
	}
	.btn-預約參觀及體驗表單-style {
		width: 82.32%;
	}
	.img-style {
		width: 526px;
		height: 345px;
	}
	.img-8561-style {
		width: 526px;
		height: 345px;
	}
	.img-dcss-style {
		width: 526px;
		height: 345px;
	}
	.img-bloc-4-style {
		width: 526px;
		height: 345px;
	}
	.img-header--style {
		height: 345px;
	}
	.img-36-style {
		height: 345px;
	}
	.img-37-style {
		height: 345px;
	}
	.img-4-style {
		width: 518px;
	}
	.sub-menu {
		color: #FEFFFF!important;
		background-color: #FEFFFF;
	}
	.apple-iphone-water {
		background-position: right top;
	}
	.apple-iphone-water-div {
		padding-bottom: 10px;
	}
	.container-div-style {
		width: 57.03%;
		font-family: "Roboto";
	}
	.h4-style {
		width: 100%;
	}
	.divider-background-color {
		margin-left: auto;
		margin-right: auto;
	}
	.quote-text {
		font-size: 22px;
	}
	.blocs-card-width {
		width: 50%;
	}
	.designer-twitter-icon {
		margin-top: 10px;
		margin-bottom: 3px;
		padding-left: 3px;
		margin-left: 0px;
	}
	.designer-youtube-icon {
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.p-19-style {
		width: 56.08%;
	}
	.h1-減重新知-style {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.footer-link {
		text-align: center;
	}
	.navbar-brand img {
		width: 130px;
	}
	.img-style {
		width: 270px;
		height: 175px;
	}
	.p-bloc-6-style {
		font-size: 32px;
		line-height: 40px;
	}
	.p-3-style {
		font-size: 26px;
		line-height: 30px;
	}
	.p-9-style {
		font-size: 30px;
		line-height: 50px;
	}
	.h3-場地使用-style {
		font-size: 32px;
	}
	.h3-皮拉提斯-矯正運動-style {
		font-size: 32px;
	}
	.h3-重量訓練-style {
		font-size: 32px;
	}
	.h3-bloc-15-style {
		font-size: 32px;
	}
	.h2-style {
		font-size: 28px;
	}
	.h3-健身教練親身經驗談-style {
		font-size: 28px;
	}
	.h3-歡迎留下您的意見：-style {
		font-size: 30px;
	}
	.h2-關於永衡訓練-style {
		font-size: 28px;
	}
	.h3-不只健身，還有矯正-style {
		font-size: 24px;
	}
	.h2-服務項目-style {
		font-size: 28px;
	}
	.h3-四大主要服務項目-style {
		font-size: 24px;
		line-height: 50px;
	}
	.h2-永衡部落格-style {
		font-size: 28px;
	}
	.h3-健身新知與經驗之談-style {
		font-size: 24px;
	}
	.h3-bloc-4-style {
		font-size: 24px;
	}
	.p-bloc-4-style {
		font-size: 18px;
	}
	.btn-預約參觀及體驗-style {
		width: 100%;
		font-size: 24px;
	}
	.btn-8-style {
		font-size: 24px;
		width: 100%;
	}
	.btn-10-style {
		width: 97.78%;
		font-size: 24px;
	}
	.btn-預約參觀及體驗表單-style {
		font-size: 24px;
		width: 97.78%;
	}
	.h5-style {
		margin: 20px 20px 20px 20px;
		width: 91.11%;
		font-size: 21px;
	}
	.h3-bloc-1-style {
		font-size: 30px;
	}
	.img-8561-style {
		height: 175px;
	}
	.img-dcss-style {
		height: 175px;
	}
	.img-bloc-4-style {
		height: 175px;
	}
	.img-header--style {
		height: 174px;
	}
	.img-36-style {
		height: 174px;
	}
	.img-37-style {
		height: 174px;
	}
	.img-bloc-3-style {
		height: 175px;
	}
	.img-4-style {
		height: 175px;
	}
	.apple-iphone-water {
		height: 500px;
		background-position: right top;
	}
	.apple-iphone-water-div {
		padding-bottom: 0px;
		max-width: 300px;
	}
	.divider-style {
		width: 59.26%;
	}
	.divider-background-color {
		width: 42.59%;
		margin-left: auto;
		margin-right: auto;
	}
	.p-bloc-1-style {
		width: 100%;
	}
	.p-bloc-5-style {
		width: 100%;
	}
	.container-div-style {
		width: 100%;
	}
	.navbar-logo {
		font-size: 18px;
	}
	.quote-text {
		font-size: 18px;
	}
	.blocs-card-width {
		width: 100%;
	}
	.designer-twitter-icon {
		margin-top: 10px;
		margin-bottom: 3px;
	}
	.designer-youtube-icon {
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.designer-bold {}
	.designer-wire-button {}
	.divider-bloc-5-style {
		width: 31.48%;
	}
	.divider-bloc-4-style {
		width: 41.85%;
	}
	.label-style {
		font-size: 24px;
	}
	.label-輸入出生年月日-style {
		font-size: 24px;
	}
	.p-19-style {
		width: 62.59%;
	}
	.p-24048-style {
		width: 92.7%;
	}
	.h3-bloc-46-style {
		width: 93.8%;
	}
	.h1-減重新知-style {
		font-size: 32px;
	}
}