html, body{
	font-family: 'Open Sans Condensed', '微軟正黑體', sans-serif;
    font-size: 100%;
	color: #595757;
}
body{
	background: url(../images/top-bg.png) no-repeat;
	background-attachment: relative;
	width: 100%;
	-webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
body em {
  color: #f2d30f;
  margin-right: 4px;
}

#parent{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sameHeight{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


/*-----start-header----*/
.header {
	min-height: 400px;
	width: 100%;
}
.header-navbox {
	width: auto;
	float: right;
	padding-top: 12% ;
	font-size: 1.1rem;
	font-weight: 600;
}
.navBox {
	float: right;
	margin-left: 1rem;
}
.navBox a{
	width: auto;
	float: left;
	margin-top: .5rem;
	color: #595757;
}
.navBox a:hover{
	color: #FF5407;
}
.navBox img{
	width: 40px;
	height: auto;
	float: left;
	margin-right: 8px;	
}
.navBox-1 {
	float: right;
	margin-left: .5rem;
}
.navBox-1 a{
	width: auto;
	float: left;
	margin-top: .5rem;
	color: #fff;
}
.navBox-1 a:hover{
	color: #FF5407;
}
.navBox-2 {
	float: right;
	margin-left: 1rem;
}


/*--main--*/
.main {
	width: 70%;
	float: left;
  margin-left: 10%;
	margin-bottom: 3rem;
}
.logo{
	width: 20%;
	float: left;
	margin-right: 5%;	
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo img{
	width: 100%;
	height: auto;
}
.content {
	width: 50%;
	float: left;
	padding-top: 8%;
}
.content-title {
	width:100%;
	float: left;
	margin-bottom: 1rem;
}
.content-title h1{
	font-size: 36px;
	font-weight: 700;
	line-height: .2;
}
.content-title img{
	width: 40px;
	height: auto;
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}
.content-title-sm {
	width: auto;
	float: left;
	margin-bottom: 1rem;
}
.content-title-sm a{
	font-size: 22px;
  font-weight: 700;
  line-height: 1.9;
	color: #595757;
}
.content-title-sm a:hover{
	color: #FF5407;
}
.content-title-sm img{
	width: 40px;
	height: auto;
	float: left;
}
.content-header {
	width:100%;
	float: left;
	font-size: 24px;
	font-weight: 700;
}
.content-header img{
	width: 40px;
	height: auto;
	float: left;
	margin-right: 8px;	
}
.main-content {
	width: 100%;
	float: left;
	padding-left: 50px; 
}
.main-content-sm {
	width: 100%;
	float: left;
	padding-left: 35px; 
}

/*--join member--*/
.member-row{
	width: 100%;
	float: left;
	margin: .5rem 0;
}
.member-form{
	width: 100%;
	float: left;
}
.member-info{
	width: 100%;
	float: left;
	padding: 10px 0;
	font-size: 1.25rem;
	margin: .3rem 0 0;
	color: #595757;
}
.member-form input[type="text"] {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 1.25rem;
	margin: .3rem 0 0;
	color: #595757;
}
.member-form em {
  color: #f2d644;
  margin-left: 4px;
}
.member-form textarea {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	margin: 1em 0;
	font-size: 1em;
	height:160px;
	resize: none;
	color: #595757;
}
.member-form input[type="submit"] {
	padding: 2px 30px;
	color: #595757;
	background: #f2d644;
	font-size: 1em;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	float: left;
}
.member-form input[type="submit"]:hover{
 	background:#333;
	color: #fff;
}
.member-form input[type="reset"] {
	padding: 2px 30px;
	color: #fff;
	background: #9fa0a0;
	font-size: 1em;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	float: left;
}
.member-form input[type="reset"]:hover{
 	background:#333;
}


/*--login member--*/
.login-row{
	width: 100%;
	float: left;
	margin: 2rem 0 1rem 0;
	border: 1px solid #ddd;
}
.login-form{
	width: 100%;
	float: left;
}
.loginFrom-L{
	width: 8.5%;
	float: left;
}
.loginFrom-L img{
	width: 100%;
	height: auto;
	float: left;
}
.loginFrom-R{
	width: 91.5%;
	float: left;
}
.login-form input[type="text"] {
	display: block;
	width: 100%;
	padding: 12px 8px 0;	
	border: 1px solid #fff;
	outline: none;
	font-size: 1rem;
	color: #595757;
}
.login-form input[type="password"] {
	display: block;
	width: 100%;
	padding: 12px 8px 0;
	border: 1px solid #FFF;
	outline: none;
	font-size: 1rem;
	color: #595757;
}
.login-form em {
  color: #f2d644;
  margin-left: 4px;
}
.login-form textarea {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	margin: 1em 0;
	font-size: 1em;
	height:160px;
	resize: none;
	color: #595757;
}
.login-form input[type="submit"] {
	padding: 2px 30px;
	color: #595757;
	background: #f2d644;
	font-size: 1em;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	float: left;
}
.login-form input[type="submit"]:hover{
 	background:#333;
	color: #fff;
}
.login-form input[type="reset"] {
	padding: 2px 30px;
	color: #fff;
	background: #9fa0a0;
	font-size: 1em;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	float: left;
}
.login-form input[type="reset"]:hover{
 	background:#333;
}

/*--change password--*/
.CP-row{
	width: 100%;
	float: left;
	margin: 2rem 0 1rem 0;
}
.CP-form{
	width: 100%;
	float: left;
}
.CP-form input[type="password"] {
	display: block;
	width: 100%;
	padding: 8px;
	outline: none;
	font-size: 1rem;
	color: #595757;
  border: 1px solid #ddd;
}
.CP-form input[type="submit"] {
	padding: 2px 30px;
	color: #595757;
	background: #f2d644;
	font-size: 1em;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	float: left;
}
.CP-form input[type="submit"]:hover{
 	background:#333;
	color: #fff;
}

/*-- Course Enquiry --*/
.Course-content {
	width: 100%;
	float: left;
	padding-left: 35px;
	margin: 1rem 0 2rem;
}
.Course-content h3{
  font-size: 24px;
	margin-top: 10px;
  margin-bottom: 8px;
}
.CE-select{
	width: 100%;
	float: left;
	margin: .65rem 0 2rem 0;
	border: 1px solid #ddd;
}
.CE-selectL {
	width: 80%;
	float: left;
}
.CE-selectR {
	width: 19%;
	margin-left: 1%;
	float: left;
	background: #f2d644;
	text-align: center;
}
#store-select {
	padding: 5px;
	width: 100%;
	float: left;
	border: 0px solid #FFF;
}
.seach-but {
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px 0 ;
	color: #595757;
	background: #f2d644;
	font-size: 1em;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.seach-but:hover{
 	background:#FF5407;
	color: #fff;
}
.CalendarForm {
	width: 100%;
	float: left;
	margin-bottom: 2rem;
}
.Calendar-row {
	width: 100%;
	float: left;
	margin-bottom: 1px;
}
.CalendarWeek {
	width: 14.65%;
	float: left;
	text-align: center;
	font-size: .9rem;
	margin: 1px;
	border: 1px solid #ddd;	
}
.CalendarTime {
	width: 9.65%;
	float: left;
	text-align: center;
	font-size: .7rem;
	font-weight: 500;
	line-height: 1.1;
	margin: 1px;
	border: 1px solid #ddd;	
	display: flex;
  justify-content: center;
  align-items: center;
}
.CalendarTime-White {
	width: 9.65%;
	float: left;
	text-align: center;
	font-size: .8rem;
	font-weight: 500;
	line-height: 1.1;
	margin: 1px;
	border: 1px solid #fff;	
	display: flex;
  justify-content: center;
  align-items: center;
}
.CalendarContent {
	width: 14.65%;
	height: 100%;
	float: left;
	text-align: center;
	margin: 1px;
	border: 1px solid #ddd;	
}
.CEbut-yellow {
	width: 100%;
	float: left;
	padding: 5px 1px;
	color: #595757;
	background: #f2d644;
	font-size: .9rem;
	font-weight: 600;
	line-height: 1;
}
.CEbut-yellow:hover{
 	background:#FF5407;
	color: #fff;
}
.CEbut-yellow span {
	font-size: .7rem;
}
.CEbut-grey {
	width: 100%;
	float: left;
	padding: 5px 1px;
	color: #595757;
	background: #c9c9ca;
	font-size: .9rem;
	font-weight: 600;
	line-height: 1;
}
.CEbut-grey:hover{
 	background:#333;
	color: #fff;
}
.CEbut-grey span {
	font-size: .7rem;
}
.OnlineCourse {
	width: 100%;
	float: left;
	margin: 1rem 0 2rem 0;
}
.OCbut-yellow {
	width: 100%;
	float: left;
	padding: 15px 20px;
	color: #595757;
	background: #f2d644;
	font-size: 1rem;
	line-height: 1;
	margin-top: 3px;
}
.OCbut-yellow:hover{
 	background:#FF5407;
	color: #fff;
}
.OCbutL {
	float: left;
}
.OCbutR {
	float: right;
	font-weight: 800;
}

/*-- Course Booking--*/
.CB-content {
	width: 100%;
	float: left;
	margin: 1rem 0 2rem;
}
.CB-content h3{
  font-size: 24px;
	margin-top: 10px;
  margin-bottom: 8px;
}
.CB-left {
	float: left;
	width: 30%;
	margin-right: 2%;
	text-align: center;
}
.CBL-title{
	width: 100%;
	float: left;
	color: #595757;
	background: #f2d644;
	padding: 2px;
	font-size: 1.35rem;
	font-weight: 500;
	margin: 1.7rem 0 2px;
}
.CBL-content{
	width: 100%;
	float: left;
	font-size: 1.3rem;
	color: #fff;
}
.CBL-content h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 0;
	font-size: 4rem;
	margin: 5px 0 0;
	line-height: 1;
}
.CBL-content p{
	font-size: .8rem;
	line-height: 1;
}
.CBLC-left {
	width: 49.2%;
	float: left;
	background: #9fa0a0;
}
.CBLC-right {
	width: 49.2%;
	float: right;
	background: #9fa0a0;
}
.CB_right{
	float:left;	
	width: 68%;
}
.CBR-title{
	float:left;	
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}
.CBR-search{
	float:left;	
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}
.CBR-search input[type="date"] {
	padding: 2px;
	font-size: 1rem;
	background: #9fa0a0;
	color: #fff;
	line-height: 1;
	border: none;
	margin-right: 5px;
}
.CBR-search input[type="submit"] {
	padding: 2px 5px;
	color: #595757;
	background: #f2d644;
	font-size: .9em;
	border: 1px solid #f2d644;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	margin-top: 0;
}
.CBR-form{
	float:left;	
	width: 100%;
}
.CBRF-row{
	float:left;	
	width: 100%;
	text-align: center;
	font-size: .9rem;	
	border: 1px solid #ddd;	
	padding: 5px;
	margin-top: 1px;
}
.CBRF-DT {
	float:left;	
	width: 23%;
	margin-right: 1%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.CBRF-CT {
	float:left;	
	width: 28%;
	margin-right: 1%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.CBRF-P_MAX {
	float:left;	
	width: 23%;
	margin-right: 1%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.CBRF-N_A {
	float:left;	
	width: 23%;
	display: flex;
  justify-content: center;
  align-items: center;
}

/*-- My Booking--*/
.MBbut-area{
	float:left;	
	width: 100%;
}
.MBbut-L{
	float:left;	
	width: 49%;
	text-align: center;
}
.MBbut-R{
	float:right;	
	width: 49%;
	text-align: center;
}
.MBbut-yellow {
	width: 100%;
	float: left;
	padding: 2px auto;
	color: #595757;
	background: #f2d644;
	font-size: .9em;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;	
}
.MBbut-grey {
	width: 100%;
	float: left;
	padding: 2px auto;
	color: #fff;
	background: #9fa0a0;
	font-size: .9em;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	}
.MBbut-grey:hover{
 	background:#333;
}
.MB-form{
	width: 100%;
	float: left;
	margin: .5rem 0 2rem;
}
.MB-row{
	float:left;	
	width: 100%;
	font-size: .8rem;	
	border-bottom: 1px solid #ddd;	
	padding-bottom: 8px;
	margin: .5rem 0;
}
.MBF-DT {
	float:left;	
	width: 27.5%;
	margin-right: .5%;
	line-height: 1.6;
}
.MBF-CN {
	float:left;	
	width: 26.5%;
	margin-right: .5%;
	color: #f2d644;
	font-size: .9rem;
	font-weight: 800;
}
.MBF-CN span{
	color: #595757;
}
.MyB-row{
	float:left;	
	width:34.5%;
	margin-right: .5%;
}
.MBF-CT {
	float:left;	
	width: 55%;
	margin-right: 1%;
	line-height: 1;
}
.MBF-state {
	float:left;	
	width: 43%;
	margin-right: 1%;
	text-align: center;
}

.MBF-button {
	float: right;	
	width: 10%;	
	text-align: center;
}
.MBF-but-y{
	padding: 1px 8px;
	float: left;
	color: #595757;
	background: #f2d644;
	font-size: .9em;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;	
}
.MBF-but-y:hover{
 	background:#FF5407;
	color: #fff;
}
.MBF-but-g{
	width: 100%;
	padding: 1px 8px;
	float: left;
	color: #fff;
	background: #9fa0a0;
	font-size: .9em;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;	
}
.MBF-but-g:hover{
 	background:#333;
}

/*--　memter center--*/
.MemterCenter-row{
	width: 100%;
	float: left;
	margin: 2rem 0 1rem 0;
}
.MemterBut-yellow {
	width: 24.3%;
	padding: 5px 0;
	color: #595757;
	background: #f2d644;
	font-size: 0.875rem ; 
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	float: left;
	text-align: center;
	margin-right: 1%;
}

.MemterBut-grey {
	width: 24.3%;
	padding: 5px 0;
	color: #fff;
	background: #9fa0a0;
	font-size: 0.875rem ; 
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	float: left;
	text-align: center;
	margin-right: 1%;
}
.MemterBut-grey:hover{
 	background:#333;
}
.mr-n1 {
  margin-right: -1% !important; 
}
.MC-content{
	width: 100%;
	float: left;
	min-height: 120px;
	border: 1px solid #ddd;
	margin: 2rem 0 .5rem ;
	padding: 1rem;
}
.plan-content{
	width: 100%;
	float: left;
	margin: 2rem 0 .5rem ;
}
.plan_title{	
	width: 100%;
	background-color: #f5f5f5;
	font-size: 13px;
	padding: 10px;
	margin-top: 0.8em;
	float: left;
	border: 1px solid #dcdcdc;
}
.plan_list {
	width: 100%;
	padding: 9px;
	float: left;
	color: #535353;
	border: 1px solid #dcdcdc;

}
.plan_list-l{
	width: 50%;
	float: left;
	font-size: 14px;
	font-weight: 500;
}
.plan_list-r{
	width: 50%;
	float: right;
	font-size: 14px;
	text-align: right;
}
.plan_list-r a{
	color: #595757;	
	font-size: 13px;
}
.plan_list-r a:hover{
	color: #FF6600;
}



/*-- QRcode --*/
.QRcode {
	width: 50%;
	float: left;
	margin-top: 2rem;
}
.QRcode img{
	width: 58%;
	height: auto;
	float: left;
	margin-top: .5rem;
}
.QRcodeData {
	width: 50%;
	float: left;
	margin-top: 2rem;
}
.QRcodeData p{
	color: #f2d30f;
	font-weight: 700;
	line-height: 2;
}

/*--responsive design--*/
@media (max-width:1280px){
.content {
    width: 65%;
    float: left;
    padding-top: 8%;
}
}
@media (max-width:1024px){
.header {
    min-height: 220px;
	}
.header-navbox {
    padding-top: 9%;
}
.content {
    width: 75%;
	padding-top: 6%;
	}
.login-form input[type="text"] {
	padding: 10px 8px 0;	
}
.login-form input[type="password"] {
	padding: 10px 8px 0;
}
	
}
@media (max-width:800px){
.header {
    min-height: 190px;
	}
.header-navbox {
    padding-top: 8%;
}
.main {
    width: 82%;
    margin-bottom: 2.5rem;
    margin-left: 8%;
}
.member-form input[type="text"] {
    font-size: 1rem;
}
.loginFrom-L {
    width: 9.6%;
}
.loginFrom-R {
    width: 90.4%;
}
.content-title-sm a{
	font-size: 20px;
  line-height: 1.9;
}
.content-title-sm img{
	width: 36px;
}
.OCbut-yellow {
	padding: 10px 15px;
	font-size: .9rem;
}
.OCbutL {
	width: 100%;
}
.OCbutR {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.CB-left {
    width: 100%;
    margin-right: 0;
}
.CB_right {
    width: 100%;
    margin: 2rem 0;
}

}
@media (max-width:768px){


}
@media (max-width:640px){

}
@media (max-width:480px){
body{
	background: url(../images/top-bg-480.png) no-repeat;
	background-attachment: relative;
	width: 100%;
	-webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.header {
    min-height: 90px;
}
.header-navbox {
  padding-top: 5%;	
	font-size: 1rem;
}
.navBox {
    font-size: 15px;
}
.navBox-1 {
    font-size: 15px;
}
.navBox img {
    width: 32px;
    margin-right: 5px;
}
.logo {
    width: 100%;
    margin-right: 0;
    padding-right: 70%;
}
.main {
  width: 100%;
	margin-left: 15px;
	}
.content {
    width: 90%;
    padding-top: 5%;
}
.content-title {
    margin-bottom: 0.65rem;
}
.content-title h1{
    font-size: 28px;
}
.content-title img {
    width: 32px;
    margin-right: 5px;
	}
.main-content {
    padding-left: 35px;
}
.content-title-sm {
    margin-bottom: 0.65rem;
}
.content-title-sm h2{
    font-size: 16px;
}
.content-title-sm a{
    font-size: 16px;
}
	.content-title-sm img {
    width: 28px;
	}
.main-content-sm {
    padding-left: 30px;
}
.loginFrom-L {
    width: 12%;
}
.loginFrom-R {
    width: 88%;
}
.navBox {
    float: right;
    margin-left: 0.5rem;
}
.login-form input[type="text"] {
	padding: 8px 8px 0;
	font-size: .9rem;
}
.login-form input[type="password"] {
	padding: 8px 8px 0;
	font-size: .9rem;
}
.Course-content-sm {
    padding-left: 30px;
}
.CBL-title {
    margin: 1.3rem 0 2px;
}
.MBF-but-y{
	font-size: .6em;
}
.MBF-but-g{
	font-size: .6em;
}
.MBF-DT {
	width: 32.5%;
}
	.MBF-CN {
	width: 28.5%;
}
	.MyB-row{
	float:left;	
	width:25.5%;
	margin-right: .5%;
}
.MBF-button {
	width: 12%;	
}
.MBF-CT {
	float:left;	
	width: 100%;
	margin-right: 1%;
}
.MBF-CN {
    font-size: .8rem;
}
.MBF-state {
	float:left;	
	width: 100%;	
	text-align: left;
}
	
}

@media (max-width:420px){
.loginFrom-L {
    width: 13.5%;
}
.loginFrom-R {
    width: 86.5%;
}	
.content-title-sm img {
    width: 22px;
}
.content-title-sm a {
    font-size: .9rem;
	    line-height: 1;
}
.QRcode {
    width: 100%;
    text-align: center;
}
.QRcode img{
    width: 50%;
	margin: 0 25% 0 ;
}	
.QRcodeData {
    width: 100%;
    padding-left: 25%;
}	
.CBRF-row {
   font-size: .7rem;
	}
}

@media (max-width:360px){
.MB-row{
	font-size: .7rem;	
}
}