body {
	font-family: Arial, 'Microsoft JhengHei';
	font-size: 16px;
	line-height: 1.5;
	min-width: 320px;
	color: #333;
	-webkit-text-size-adjust: none;
}
body * {
	outline: none;
}
a,
a:hover {
	color: #333;
	text-decoration: none !important;
}
dl,
dd {
	margin: 0;
	font-weight: normal;
}
.container {
	position: relative;
	overflow: hidden;
	margin: auto;
	padding: 0 10px;
	max-width: 1200px;
}
.hide {
	display: none;
}
.op50 {
	opacity: 0.5;
}
.error,
.error-msg {
	color: #f00;
}
.fs-18 {
	font-size: 18px;
}
.fs-21 {
	font-size: 21px;
}
.fs-24 {
	font-size: 24px;
}
.fs-b {
	font-weight: bold;
}
.fc-r {
	color: #f36a58;
}
.bc-red {
	background-color: #f36a58;
}
.button {
	display: inline-block;
	padding: 0 20px;
	color: #fff !important;
	text-align: center;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.button:hover {
	opacity: 0.9;
}
.button.h-35 {
	min-width: 120px;
	line-height: 35px;
	border-radius: 18px;
	background: #f36a58;
}
.button.h-45 {
	min-width: 120px;
	line-height: 45px;
	border-radius: 23px;
	border: 1px solid #fff;
}
.button.h-50 {
	min-width: 150px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 18px;
	font-weight: bold;
	background: #f36a58;
}
.paging {
	margin-top: 15px;
	text-align: center;
}
.paging > dd {
	margin: 0 5px;
	display: inline-block;
}
.paging > dd > span {
	color: #57c4c7;
}
#loading {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	line-height: 100vh;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}
#loading::after {
	content: 'Loading...';
}
#header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px -10px 20px 0px #999;
}
#header > div {
	height: 120px;
	overflow: visible;
}
#header > div > * {
	position: absolute;
}
#hd-logo {
	top: 10px;
	left: 20px;
	z-index: 10;
	width: 160px;
}
#hd-logo > a > img {
	display: block;
	height: 87px;
}
#hd-lang {
	overflow: hidden;
	top: 10px;
	right: 20px;
	line-height: 20px;
	z-index: 9;
}
#hd-lang > * {
	width: 90px;
	text-align: right;
}
#hd-lang > dt {
	cursor: pointer;
	background: url('/image/top_lan.png') left center no-repeat;
}
#hd-lang > dd {
	display: none;
	opacity: 0;
	background: rgba(255, 255, 255, 0.5);
}
#hd-lang > dd > a {
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#hd-lang > dd > a:hover {
	color: #f36a58;
}
#hd-share {
	top: 7px;
	right: 140px;
	overflow: hidden;
	z-index: 8;
}
#hd-share > dd {
	float: left;
	margin-left: 20px;
}
#hd-member {
	top: 7px;
	right: 310px;
	overflow: hidden;
	z-index: 11;
}
#hd-member > dd {
	float: left;
	margin-left: 40px;
}
#hd-member > dd > a {
	color: #666;
}
#hd-member > dd > a > span {
	color: #f36a58;
	font-weight: bold;
}
#hd-member > dd > a > span:before {
	content: '(';
}
#hd-member > dd > a > span:after {
	content: ')';
}
#hd-member > dd > .account,
#hd-member > dd > .credit {
	color: #57c4c7;
	font-weight: bold;
	padding-left: 20px;
	background: url(/image/m_account.png) left center no-repeat;
	background-size: 15px;
}
#hd-member > dd > .credit {
	background-image: url(/image/add_credit.png);
}
#hd-menu {
	flex-wrap: nowrap;
	justify-content: space-between;
	right: 20px;
	bottom: 15px;
	width: calc(100% - 320px);
	max-width: 700px;
	margin: 0;
	line-height: 35px;
	text-align: right;
	z-index: 7;
}
#hd-menu > dt {
	display: none;
}
#hd-menu > dd {
	position: relative;
}
#hd-menu > * > a {
	font-weight: bold;
	color: #666;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
	overflow: hidden;
	white-space: nowrap;
}
#hd-menu > * > a.button.h-35 {
	margin-left: 20px;
}
#hd-menu > * > a::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 5px solid #fff;
	border-radius: 50%;
	vertical-align: text-top;
	-webkit-transition: border 0.5s ease;
	-moz-transition: border 0.5s ease;
	-o-transition: border 0.5s ease;
	transition: border 0.5s ease;
}
#hd-menu > *:hover > a,
#hd-menu > * > a.selected {
	color: #f36a58;
}
#hd-menu > *:hover > a::before,
#hd-menu > * > a.selected::before {
	border: 5px solid #f36a58;
}
#hd-menu > * > a.button::before {
	display: none;
}
#hd-menu > * > dl {
	display: none;
	position: absolute;
	top: 30px;
	right: -10px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#hd-menu > * > dl > dd > a:hover,
#hd-menu > * > dl > dd > a.selected {
	color: #63c19c;
}
#hd-menu > * > dl > dd > a::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 5px solid #fff;
	border-radius: 50%;
	vertical-align: text-top;
	-webkit-transition: border 0.5s ease;
	-moz-transition: border 0.5s ease;
	-o-transition: border 0.5s ease;
	transition: border 0.5s ease;
}
#hd-menu > * > dl > dd:hover > a,
#hd-menu > * > dl > dd > a.selected {
	color: #63c19c;
}
#hd-menu > * > dl > dd:hover > a::before,
#hd-menu > * > dl > dd > a.selected::before {
	border: 5px solid #57c4c7;
}
#hd-menubtn,
#hd-menumob {
	display: none;
	z-index: 6;
}
#body {
	overflow: hidden;
	min-height: 1000px;
	margin: 120px auto 30px;
}
#footer {
	color: #fff;
	background: #f36a58;
}
#footer > div {
	padding: 20px 10px;
}
#ft-licence {
	float: left;
}
#ft-link {
	float: left;
	margin-left: 40px;
}
#ft-link > a {
	color: #fff;
}
#ft-share {
	float: right;
	margin-top: 15px;
	overflow: hidden;
}
#ft-share > dd {
	float: left;
	margin-left: 30px;
	line-height: 30px;
}
#ft-copyright {
	float: left;
	clear: both;
}
#whatsapp {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
#whatsapp > a > img {
	width: 60px;
}
.button.h-30 {
	min-width: 100px;
	line-height: 30px;
	border-radius: 25px;
	font-size: 18px;
	font-weight: bold;
	background: #f36a58;
	margin-left: 10px;
	margin-right: 10px;
}
#calendar {
	background-color: #fff;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
#calendar > .month {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #73daa2;
	color: #fff;
}
#calendar > .month > a:first-child {
	float: left;
	margin-left: 10px;
}
#calendar > .month > a:last-child {
	float: right;
	margin-right: 10px;
}
#calendar > .month > a > img {
	width: 10px;
	vertical-align: middle;
}
#calendar > .week {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
#calendar > .week > strong {
	width: 14.2%;
	float: left;
	text-align: left;
	color: #73daa2;
	text-align: center;
	font-size: 14px;
}
#calendar > .day {
	width: 14.26%;
	float: left;
	text-align: left;
	color: #78797a;
	text-align: center;
	font-size: 14px;
	/* border: 1px solid #edeeef; */
	height: 60px;
	line-height: 60px;
	position: relative;
	cursor: pointer;
}
#calendar > .day.gray {
	background-color: #fff;
	color: #ddd;
}
#calendar > .day.white {
	background-color: #fff;
}
#calendar > .day > .popup {
	position: absolute;
	z-index: 20;
	width: 200px;
	background-color: #fff;
	bottom: 50px;
	box-shadow: 6px 6px 12px -3px #666;
	padding: 10px;
	left: -80px;
}
#calendar > .day > .popup > a {
	overflow: hidden;
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin: 2px 0;
	padding: 2px 0;
}
#calendar > .day > .popup > a > span {
	float: left;
	padding: 0px;
	margin: 0px;
	color: #000;
	border-left: 3px solid #ccc;
	padding-left: 5px;
	text-align: left;
}
#calendar > .day > .popup > a.prof_1 > span {
	border-left-color: #a1bde8;
}
#calendar > .day > .popup > a.prof_2 > span {
	border-left-color: #ffe683;
}
#calendar > .day > .popup > a.prof_3 > span {
	border-left-color: #cdf27d;
}
#calendar > .day > .popup > a.prof_4 > span {
	border-left-color: #ffe683;
}
#calendar > .day > .popup > a.prof_5 > span {
	border-left-color: #f4b7e8;
}
#calendar > .day > .popup > a.prof_6 > span {
	border-left-color: #aee4e9;
}
#calendar > .day > .popup > a.prof_7 > span {
	border-left-color: #98aaf3;
}
#calendar > .day > .popup > a.prof_8 > span {
	border-left-color: #f3d298;
}
#calendar > .day > .popup > a.prof_9 > span {
	border-left-color: #ff6fc2;
}
#calendar > .day > .popup > a.prof_10 > span {
	border-left-color: #9450f2;
}
#calendar > .day > .popup > a.prof_11 > span {
	border-left-color: #bfff35;
}
#calendar > .day > .popup > a > i {
	float: right;
	color: #61bbbb;
	padding: 0px;
	margin: 0px;
}
#calendar-legend:before,
#calendar > .day > .popup > a > i:after {
	content: '';
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-left: 3px;
	vertical-align: baseline;
	background: url(/image/cal_qty.png);
	background-size: contain;
}

#calendar-legend:before {
	margin-left: 0;
	margin-right: 3px;
}
#calendar-legend {
	display: block;
	width: 160px;
	margin: auto;
	font-size: 12px;
	border: 1px solid #57c4c7;
	background: #fff;
	text-align: center;
}
#calendar > .day > .dot,
#calendar > .day > .qty {
	position: absolute;
	z-index: 20;
	line-height: normal;
	bottom: 5px;
	width: 100%;
	left: 0;
	font-size: 10px;
	color: #57c4c7;
	/* transform: scale(0.8); */
}
#calendar > .day > .dot {
	font-size: 40px;
}
#calendar > .day > .qty.green {
	color: #73daa2;
}
#calendar > .day > .qty:after {
	content: '';
	display: inline-block;
	height: 8px;
	width: 8px;
	margin-left: 3px;
	vertical-align: baseline;
	background: url(/image/cal_qty.png);
	background-size: contain;
}
#calendar > .day.select > .dot,
#calendar > .day.select > .qty {
	display: none;
}
#calendar > .day > .num {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: inline-block;
	line-height: 2.5;
}
#calendar > .day.select > .num {
	background-color: #f36a58;
	color: #fff;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
	#hd-logo > a > img {
		height: 52px;
	}
	#hd-menu {
		bottom: 0px;
		width: calc(100% - 40px);
		max-width: 1000px;
	}
	#hd-menu > * > dl {
		right: -140px;
	}
}
@media screen and (min-width: 768px) {
	#hd-menu {
		display: flex !important;
		opacity: 1 !important;
	}
}
@media screen and (max-width: 767px) {
	#calendar > div:nth-child(3) > .popup,
	#calendar > div:nth-child(4) > .popup,
	#calendar > div:nth-child(10) > .popup,
	#calendar > div:nth-child(11) > .popup,
	#calendar > div:nth-child(17) > .popup,
	#calendar > div:nth-child(18) > .popup,
	#calendar > div:nth-child(24) > .popup,
	#calendar > div:nth-child(25) > .popup,
	#calendar > div:nth-child(31) > .popup,
	#calendar > div:nth-child(32) > .popup {
		left: 0;
	}
	#calendar > div:nth-child(8) > .popup,
	#calendar > div:nth-child(9) > .popup,
	#calendar > div:nth-child(15) > .popup,
	#calendar > div:nth-child(16) > .popup,
	#calendar > div:nth-child(22) > .popup,
	#calendar > div:nth-child(23) > .popup,
	#calendar > div:nth-child(29) > .popup,
	#calendar > div:nth-child(30) > .popup,
	#calendar > div:nth-child(36) > .popup,
	#calendar > div:nth-child(37) > .popup {
		left: -145px;
	}
	#header > div {
		height: 60px;
		overflow: visible;
	}
	#hd-logo {
		top: 10px;
		left: calc(50% - 80px);
	}
	#hd-logo > a > img {
		height: 40px;
		margin: auto;
	}
	#hd-lang,
	#hd-menu {
		display: none;
		opacity: 0;
	}
	#hd-menubtn {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 19px;
		right: 15px;
		width: 30px;
		height: 22px;
		cursor: pointer;
		background: url(/image/m_menu.png);
	}
	#hd-share,
	#hd-member {
		display: none;
	}
	#hd-menu {
		top: 60px;
		right: 0px;
		bottom: auto;
		width: 100%;
		max-width: 100%;
		padding: 10px;
		text-align: left;
		background: #fff;
		border-top: 3px solid #999;
	}
	#hd-menu > * {
		display: block !important;
		margin-left: 0;
		width: 100%;
	}
	#hd-menu > * > a {
		display: block;
	}
	#hd-menu > * > a::before {
		display: none;
	}
	#hd-menu > dd > dl {
		position: relative;
		top: 0;
		right: 0;
		padding: 0;
		display: block !important;
		opacity: 1 !important;
	}
	#hd-menu > dd > dl > dd > a {
		padding: 10px;
	}
	#hd-menu > dd > dl > dd > a::before {
		content: '-';
		width: auto;
		height: auto;
		border: 0;
		margin-right: 5px;
		border-radius: 0;
		vertical-align: text-top;
		line-height: 1;
	}
	#hd-menu > * > dl > dd:hover > a::before,
	#hd-menu > * > dl > dd > a.selected::before {
		border: 0;
	}
	#body {
		margin-top: 60px;
	}
	#footer > div {
		text-align: center;
	}
	#ft-licence {
		float: none;
	}
	#ft-link {
		float: none;
		margin-left: 0;
	}
	#ft-share {
		float: none;
		width: 260px;
		margin: 20px auto;
	}
	#ft-share > dd {
		float: left;
		margin-left: 30px;
		line-height: 30px;
	}
	#ft-copyright {
		float: none;
	}
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}
