
			/* ----- 全域 ----- */
/* 浮動標 */
.floating-mark {
	position: fixed;
	bottom: 10%;
	right: 5%;
	z-index: 100;
}

.floating-mark img {
	width: 130px !important;
	height: auto !important;
}

.ast-desktop .ast-menu-hover-style-overline>.menu-item>.menu-link:before {
	content: "";
	position: absolute;
	width: 100%;
	right: 50%;
	height: 3px;
	background-color: transparent;
	transform: scale(0, 0) translate(-50%, 0);
	transition: transform .3s ease-in-out, color .0s ease-in-out;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
    color: #4a4e57;
	border-style: none;
	border:0px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0px;
	
}
 
.main-header-bar-navigation .ast-menu-toggle:focus, .main-header-bar-navigation .ast-menu-toggle:hover {
    background: 0 0;
    border-style: none;
	border:0px;
	outline: thin none;
    outline-color: initial;
    outline-style: none;
    outline-width: thin;
}

#ast-desktop-header .sub-menu li > .menu-link{
	color: #4a4e57;
	background-color:#fff;
}
#ast-desktop-header .sub-menu li > .menu-link:hover{
	color:#FF9800;
}

@media (max-width: 768px) {
	.floating-mark {
		position: fixed;
		bottom: 80px;
		right: 10px;
		z-index: 100;
	}

	.floating-mark img {
		width: 70px !important;
		height: auto !important;
	}
}

@media (max-width: 375px) {
	h3 {
		font-size: 20px !important;
	}
}

.heading-highlight {
	position: relative;
}

.heading-highlight::after {
	content: "";
	z-index: -1;
	position: absolute;
	height: 0.4em;
	top: 0.7em;
	left: -3%;
	background: #A5CD6A;
	width: calc(100% + 6%);
	border-radius: 20px;
}

.fr-heading-highlight {
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 255) 60%, rgba(255, 255, 255, 255), #A5CD6A 40%);
}

.fr-heading-highlight>span {
	position: relative;
	color: white;

}

/**
.fr-heading {
	margin-left: 20px !important;
	margin-right: 20px !important;
}*/

/*  頁尾  */
.site-footer-above-section-1 {
	padding-left: 16px;
}

.site-footer-above-section-2 {
	padding-left: 10px;
}

.footer-nav-wrap .menu-item {
	width: 100%;
	max-width: 300px;
	/*padding: 5px 5px;*/
	font-family: 'Calibri';
}

.footer-bar-navigation .menu-item a {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/**
.footer-bar-navigation .menu-item:nth-child(2n+1){
	width:100%!important;
}
*/

.footer-bar-navigation .menu-item:nth-child(2n) {
	width: 40% !important;
}

.mobile-contact-us-txt {
	padding-left: 16px !important;
}

.header-social-icon-row {
	padding: 0px 16px;
}

/** https://wpastra.com/docs/set-update-breakpoints-tablet-mobile-in-astra/ */

/* ipad以下換版型 */
/*@media (max-width: 921px) {
	.footer-nav-wrap .menu-item {
		width: 80%;
		max-width: 10px;
		padding: 5px 5px;
	}

	.footer-icon {
		width:100%
	}
}*/

#astra-footer-menu .menu-item a {
	font-weight: 800;
}

/**
@media (max-width: 544px) {
	#astra-footer-menu .menu-item a {
		font-weight: 800;
	}
}*/

@media(min-width: 545px) and (max-width: 921px) {
	.footer-icon {
		width: 60%;
	}

	.ast-builder-grid-row {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	/**#astra-footer-menu .menu-item a {
		font-weight: bold!important;
	}*/
}

/**
@media (max-width: 968px) {
	#astra-footer-menu .menu-item a {
		font-size: 20px !important;
		font-weight: bold;
	}
}
*/

.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
	display: block;
	margin-bottom: 0px !important;
}

.footer-icon {
	margin-left: 5% !important;
}

.footer-social-icon-row {
	gap: 10px !important;
	margin: 0 !important;
}

/* 聯繫我們和社交圖標之間空白 */
.widget {
	margin: 0 !important;
}

/**
.footer-nav-wrap {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
*/
.footer-nav-wrap .menu-item {
	width: 100%;
	max-width: 50%;
	padding: 5px 5px;
}

/* About us */
.about-title-group1,
.about-title-group2,
.about-title-group3,
.about-title-group4 {
	margin-top: 8% !important;
}

.aboutus-bg-group-1,
.aboutus-bg-group-2 {
	position: relative;
}

.aboutus-img1 {
	position: absolute;
	z-index: -100;
	top: 0;
	right: 0;
}

.aboutus-img2 {
	position: absolute;
	z-index: -100;
	left: 0px;
	bottom: 0px;
}

/* .branch-inquiry-select:hover{
	border:3px solid red;
} */

.branch-inquiry-row {
	padding-bottom: 0 !important;
}

.branch-inquiry-col {
	grid-gap: 10px !important;
	padding-bottom: 0 !important;
}

.branch-inquiry-col-item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px !important;
}

.branch-inquiry-list {
	padding-top: 0 !important;
}

/*.outline {
      shape-outside: circle(25%);
      width: 100px;
      height: 200px;
      float: right;
    }
*/
.outline {
	shape-margin: 30px;
	shape-outside: url("../uploads/2023/10/About-UsPC-100_3.png"
		);
	width: 35vw;
	margin-top: 32%;
	float: right;
}

.about-content p {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

@media (max-width: 921px) {

	.about-desktop-banner,
	.aboutus-desktop-img {
		display: none;
	}
}

@media (min-width: 922px) {
	.about-content {
		margin-left: 10% !important;
		margin-right: 10% !important;
	}

	.about-desktop-banner {
		padding-right: 10%;
	}

	.about-mobile-banner,
	.aboutus-mobile-img {
		display: none;
	}

	.outline {
		float: right;
		padding-bottom: 10px;
		padding-top: 38px;
		padding-left: 20px;
		width: 22vw;
	}

	.about-nm-img1 {
		padding: 5% 16% 0 16%;
	}

	.about-nm-img2 {
		padding: 4% 3% 0 3%;
	}
}

/** Find A centre*/

.branch-inquiry-select {
	/* Reset Select */
	appearance: none;
	box-shadow: none;
	border: 0;
	/* Personalize */
	border-radius: 30px;
	border: 3px solid #006837;
	width: 300px;
	height: 55px;
	color: #717071;
	font-size: 18px;
	flex: 1;
	padding: 0 1.5em;
	background-image: none;
	cursor: pointer;
}

/**
.background-grid {
  background-image: linear-gradient(#bd561f 0.5px, transparent 0.5px, transparent calc(100% - 0.5px), #bd561f calc(100% - 0.5px)), linear-gradient(90deg, #bd561f 0.5px, transparent 0.5px, transparent calc(100% - 0.5px), #bd561f calc(100% - 0.5px));
  background-size: 3.4482758620689653% 6.666666666666667%;
  border: 0.5px solid #bd561f;
}*/

/* Remove IE arrow */
select::-ms-expand {
	display: none;
}

/* Custom Select wrapper */
.select {
	position: relative;
	display: flex;
	border-radius: .25em;
	overflow: hidden;
}

/* Arrow */
.select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.4em 0.8em;
	color: #009843;
	pointer-events: none;
}

/* Transition */
.select:hover::after {
	color: #707070;
}

.branch-inquiry-list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

/**
.centre-mobile-img2 {
    float: bottom;
    margin-top: -50%;
}*/

.centre-mobile-img-g1 {
	float: bottom;
	/**margin-top: -10% !important;*/
	width: 100vw;
	height: auto;
}

.centre-desktop-img2 {
	float: bottom;
	margin-top: -50%;
}

.centre-desktop-img-g1 {
	float: bottom;
	/**margin-top: -10% !important;*/
	width: 100vw;
	height: auto;
}

.findCenter-T1 {
	font-weight: 500 !important;
}

.background-grid2 {
	background-color: transparent;
	background-image:
		linear-gradient(0deg, transparent 9%,
			rgba(113, 112, 113, .1) 10%, rgba(113, 112, 113, .1) 12%, transparent 13%, transparent 29%,
			rgba(113, 112, 113, .1) 30%, rgba(113, 112, 113, .1) 31%, transparent 32%, transparent 49%,
			rgba(113, 112, 113, .1) 50%, rgba(113, 112, 113, .1) 51%, transparent 52%, transparent 69%,
			rgba(113, 112, 113, .1) 70%, rgba(113, 112, 113, .1) 71%, transparent 72%, transparent 89%,
			rgba(113, 112, 113, .1) 90%, rgba(113, 112, 113, .1) 91%, transparent 92%, transparent),
		linear-gradient(90deg, transparent 9%,
			rgba(113, 112, 113, .1) 10%, rgba(113, 112, 113, .1) 12%, transparent 13%, transparent 29%,
			rgba(113, 112, 113, .1) 30%, rgba(113, 112, 113, .1) 31%, transparent 32%, transparent 49%,
			rgba(113, 112, 113, .1) 50%, rgba(113, 112, 113, .1) 51%, transparent 52%, transparent 69%,
			rgba(113, 112, 113, .1) 70%, rgba(113, 112, 113, .1) 71%, transparent 72%, transparent 89%,
			rgba(113, 112, 113, .1) 90%, rgba(113, 112, 113, .1) 91%, transparent 92%, transparent);
	height: 100%;
	background-size: 100px 100px;
}

.wp-block-separator:not(.is-style-dots, .is-style-dashed) {
	height: 0;
}

.is-layout-flex {
	gap: 10px !important;
}

.is-layout-flex:not(.centre-mobile-img2) {
	gap: 0px !important;
}

@media (min-width: 922px) {

	.centre-mobile-img1,
	.centre-mobile-img2 {
		display: none;
	}
}

@media (max-width: 921px) {

	.centre-desktop-img1,
	.centre-desktop-img2 {
		display: none;
	}
}

/**@media(min-width: 545px) and (max-width: 768px) {*/
@media(min-width: 545px) and (max-width: 921px) {

	/* Arrow */
	.select::after {
		padding: 0.5em 0.8em !important;
	}
}

@media(max-width: 544px) {

	/* Arrow */
	.select::after {
		padding: 1.1em 1.2em !important;
	}
}

/**  Teaching Features */
.bg-cover-group {
	position: relative;
}

.cover-img1,
.cover-img2,
.cover-img3,
.cover-img4,
.cover-img5 {
	position: absolute;
	z-index: -1;
}

.cover-img1 {
	left: 0;
	top: 5%;
}

.cover-img2 {
	right: 0;
	top: 20%;
}

.cover-img3 {
	left: 0;
	top: 40%;
}

.cover-img4 {
	right: 0;
	bottom: 15%;
}

.cover-img5 {
	left: 0;
	bottom: 2%;
}

.teach-box-block {
	border-radius: 60px !important;
	padding: 12px !important;

}

.teach-box-group {
	border-radius: 60px !important;
	margin-bottom: 10% !important;
	max-width: 800px;
}

.teach-item-title {
	border-radius: 60px !important;
}

.teach-item-title {
	margin: -6px -6px !important;
	width: calc(100% + 12px);
}

.teach-item-title div {
	width: 100%;
}

.teach-item-title p {
	font-weight: 800;
}

.teach-item-title p {
	line-height: 1.2;
}

@media (min-width: 922px) {
	.teach-mobile-banner {
		display: none;
	}
}

@media (max-width: 921px) {
	.teach-desktop-banner {
		display: none;
	}
}

@media (max-width: 768px) {

	.cover-img1,
	.cover-img2,
	.cover-img3,
	.cover-img4,
	.cover-img5 {
		max-width: 30% !important;
	}

	.teach-box-block {
		border-radius: 36px !important;
	}

	.teach-item-title {
		margin: -6px -6px !important;
		width: calc(100% + 12px);
	}

	.teach-item-title div {
		width: 100%;
	}

	.teach-item-title p {
		font-weight: 800;
		font-size: 22px;
		line-height: 1.2;
	}
}

/* Home */
.wp-image-9222 {
	padding-bottom: 32px;
}

.home-havefun-t1 {
	color: #3B409E;
	font-weight: 700;
}

.home-havefun-t2 {
	color: #FF8E00;
	font-weight: 700;
}

.home-havefun-t3 {
	color: #00B9D2;
	font-weight: 700;
}

.havefungroup {
	position: relative;
}

.havefun1 {
	position: absolute;
	color: #3B409E;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 8% 0% 20% 0%;
	left: 50%;
	top: 0px;
}

.havefun2 {
	position: absolute;
	color: #FF8E00;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 48% 0 25% 0;
	right: 52%;
	top: 0px;
}

.havefun3 {
	position: absolute;
	color: #00B9D2;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 90% 10% 36% 0;
	padding-right: 5%;
	left: 57%;
	top: 0px;
}

.home-txt {
	z-index: 10;
	padding-top: var(--wp--custom--ast-default-block-top-padding);
	padding-right: var(--wp--custom--ast-default-block-right-padding);
	padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);
	padding-left: var(--wp--custom--ast-default-block-left-padding);
	margin-top: -80px;
}

.home-img1 {
	padding: 4% 9% 0 9%;
}

.home-cover-img1,
.home-cover-img2,
.home-cover-img3,
.home-cover-img4 {
	position: absolute;
	z-index: -1;
}

.home-cover-img1 {
	top: -240px;
	right: 0;
}

.home-cover-img2 {
	left: 0;
	top: 80px;
}

.home-cover-img3 {
	top: -100px;
	right: 0;
}

.home-cover-img4 {
	left: 0;
	top: 80px;
}

.home-cols {
	padding-left: 16%;
	padding-right: 16%;
}

.home-cols-2 {
	padding-left: 16%;
	padding-right: 16%;
	padding-bottom: 12%;
}

@media (max-width: 544px) {
	.home-think-group {
		display: relative;
		height: 220px;
	}

	.home-think-img {
		position: absolute;
		top: -120px;
		z-index: -1;
	}
}

/**@media(min-width: 545px) and (max-width: 768px) {*/
@media(min-width: 545px) and (max-width: 921px) {
	.home-think-group {
		display: relative;
		height: 450px;
	}

	.home-think-img {
		position: absolute;
		top: -180px;
		z-index: -1;
	}
}

@media (max-width: 768px) {
	.havefun1 {
		position: absolute;
		letter-spacing: 1px;
		margin: 8% 0% 20% 0%;
		left: 50%;
		top: 0px;
	}

	.havefun2 {
		position: absolute;
		letter-spacing: 1px;
		margin: 48% 0 25% 0;
		right: 52%;
		top: 0px;
	}

	.havefun3 {
		position: absolute;
		letter-spacing: 1px;
		margin: 90% 10% 36% 0;
		padding-right: 5%;
		left: 57%;
		top: 0px;
	}
}

/**programs*/

.british-insp-cover-desktop {
	gap: 12px !important;
}

/**
.british-insp-cover-desktop {
    padding: 40px !important;
    height: fit-content !important;
    min-height: fit-content !important;
    margin-left: 15% !important;
    margin-right: 15% !important;
}*/

@media (min-width: 922px) {
	.british-insp-content {
		line-height: 1.5;
		padding: 20px !important;
		margin-bottom: 0 !important;
		letter-spacing: 1px;
		width: 100%
	}

	.british-insp-cover-desktop {
		padding: 40px !important;
		max-width: 1100px !important;
	}
}

.title-block-1 h3 {
	letter-spacing: 1px !important;
	font-weight: 800;
}

.title-block-2 {
	margin-top: 2% !important;
	margin-bottom: 2% !important;
}

.title-block-2 p {
	letter-spacing: 1px !important;
	font-weight: 600;
}

.steps {
	margin-top: 10%;
	background: radial-gradient(circle at 2px 2px, #DDDDDD 2px, transparent 0);
	background-size: 30px 30px;
	position: relative;
}

.stepimg {
	margin: 20px !important;
}

.steptxt {
	border: 5px solid #A5CD6A;
	border-radius: 20px;
	padding: 10px 10px;
	background-color: #fff;
	/**min-width: 600px;*/
	width: 80vw;
	z-index: 3;
	margin: 0px !important;
}

.step-title {
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 100%;
}

.steptxt p {
	color: #009C45;
	font-weight: 700;
}

.steptxt ul {
	padding: 0px;
}

.fr-adv-icon-1,
.fr-adv-icon-2,
.fr-adv-icon-3 {
	margin-left: 20% !important;
	margin-right: 20% !important;
}

.msgtxt {
	z-index: 1;
	font-weight: 600;
}

.join-appt-block {
	font-weight: 500;
	position: relative;
}

.join-appt-form .inField {
	width: 80vw !important;
	height: 55px !important;
	border-radius: 30px !important;
	border: 3px solid #394398 !important;
}

.join-appt-form .wpcf7-submit {
	border: 3px solid #394398 !important;
	width: 160px;
	background-color: #036EB7;
	Display: grid;
	Margin: auto;
}

.join-appt-form .wpcf7-submit:focus,
.join-appt-form .wpcf7-submit:hover {
	background-color: #98D5FF;
}

@media (max-width: 375px) {
	.join-appt-form .wpcf7-response-output {
		font-weight: 800;
		font-size: 20px !important;
	}

	.join-appt-form {
		width: 80vw;
	}
}

.fr-adv-cover-group {
	position: relative;
	width: 100vw;
}

.fr-adv-cover-img1,
.fr-adv-cover-img2,
.fr-adv-cover-img3 {
	position: absolute;
	z-index: -100;
}

/** 238/1920*/
.fr-adv-cover-img1 {
	max-width: 12.39% !important;
	top: 50px;
	right: 0px;
}

.fr-adv-cover-img2 {
	max-width: 14.84% !important;
	top: 500px;
	left: 0px;
}

.fr-adv-cover-img3 {
	max-width: 16.82% !important;
	right: 0px;
	top: 750px;
}

.bg-steps-cover-group {
	/**position:relative;*/
}

.bg-cover-1,
.bg-cover-2,
.bg-cover-3,
.bg-cover-4,
.bg-cover-5 {
	position: absolute;
}

.bg-cover-1 {
	left: 0;
	top: 10px;
}

.bg-cover-2 {
	right: 0;
	bottom: 0;
}

.bg-cover-3 {
	right: 0;
	top: -5px;
}

.bg-cover-4 {
	left: 0;
	top: -40px;
}

.bg-cover-5 {
	right: 0;
	bottom: 10%;
}

.fr-content-area h3 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.fr-content-area p {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

@media (min-width: 922px) {
	.fr-content-area {
		margin-left: 15% !important;
		margin-right: 15% !important;
	}

	.fr-mobile-banner {
		display: none;
	}

	.fr-adv-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-evenly;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 1% 15% !important;
		align-content: center;
	}

	.fr-adv-items:nth-child(2n-1) .fr-adv-img {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 1;
	}

	.fr-list {
		padding: 0 5% !important;
		width: 70%;
	}

	.steps .steptxt {
		width: 50%;
	}
}

@media (max-width: 921px) {
	.fr-desktop-banner {
		display: none;
	}
}

@media (max-width: 768px) {
	.fr-adv-items .fr-adv-img {
		padding: 5% 30%;
	}

	.fr-adv-cover-img1 {
		max-width: 25.84% !important;
		top: 50px;
		right: 0px;
	}

	.fr-adv-cover-img2 {
		max-width: 30.94% !important;
		top: 280px;
		left: 0px;
	}

	.fr-adv-cover-img3 {
		max-width: 35.07% !important;
		right: 0px;
		top: 580px;
	}

	.bg-cover-1 {
		max-width: 50vw;
		top: 30px;
	}

	.bg-cover-2 {
		max-width: 60vw;
	}

	.bg-cover-3 {
		right: 0;
		top: -5px;
		max-width: 30vw !important;
	}

	.bg-cover-4 {
		left: 0;
		top: -40px;
		max-width: 30vw !important;
	}

	.bg-cover-5 {
		right: 0;
		bottom: 14%;
		max-width: 30vw !important;
	}

	.steps .steptxt {
		width: 90vw;
	}

	/*.steps .step_endtxt{
		padding:0 8%;
	}*/
	.steps .step_endtxt {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.items-steps-cover-group {
	display: flex;
	flex-direction: column;
	z-index: 20;
}

.wpcf7-form label {
	letter-spacing: 1px;
	font-weight: 600;
}

.wpcf7-submit {
	font-weight: 600 !important;
}

.aboutus-sub-title {
	font-weight: 600;
	font-size: 105%;
}

.container {
	margin-bottom: 5px !important;
}

/**  Swiper stepSwiper */
.stepSwiper {
	margin-left: 0;
	margin-right: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.stepSwiper .swiper-pagination-bullet-active {
	background: #736357;
}

.swiper-pagination {
	margin-bottom: 5vh;
}

.stepSwiper .item {
	height: 420px;
	width: 700px;
	display: flex;
	/* 水平置中 */
	justify-content: center;
	/* 垂直置中 */
	align-content: center;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px 5%;
	margin: 5% 0 5% 0;
}

.stepSwiper .item img {
	border: none;
	vertical-align: middle;
	margin: 2%;
}

.stepSwiper .item_box {
	width: calc(700px*0.7);
	height: calc(420px*0.6);
}

.stepSwiper .item_box .block {
	padding: 0 0 10px 0;
	width: calc(700px*0.7);
	display: flex;
	/* 水平置中 */
	justify-content: center;
	/* 垂直置中 */
	align-content: center;
	flex-wrap: wrap;
}

.stepSwiper .item_box .block ul {
	padding: 0px 16px 10px 30px;
}

.stepSwiper .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.stepSwiper .item_box .block li {
	padding-bottom: 10px;
}

.home-group {
	display: flex;
	flex-direction: column;
	margin-top: -15%;
}

@media (min-width: 922px) {

	.havefungroup,
	.home-mobile-img1 {
		display: none;
	}
}

@media (max-width: 921px) {
	.home-group {
		display: flex;
		flex-direction: column;
		margin-top: -24%;
	}

	.havefungroup-desk,
	.home-img1 {
		display: none;
	}
}

@media (max-width: 768px) {
	.stepSwiper .item {
		height: calc(400px + 5vh);
		width: 560px;
		display: flex;
		/* 水平置中 */
		justify-content: center;
		/* 垂直置中 */
		align-content: center;
		flex-wrap: wrap;
		background-color: #FFFFFF;
		border-radius: 20px;
		overflow: hidden;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		padding: 10px 5%;
		margin: 5% 0 5% 0;
	}

	.stepSwiper .item img {
		border: none;
		vertical-align: middle;
		margin: 2%;
	}

	.stepSwiper .item_box {
		width: calc(549px*0.5);
		height: calc((400px + 5vh) *0.65);
	}

	.stepSwiper .item_box .block {
		padding: 0 0 10px 0;
		width: calc(549px*0.5);
		display: flex;
		/* 水平置中 */
		justify-content: center;
		/* 垂直置中 */
		align-content: center;
		flex-wrap: wrap;
	}

	.stepSwiper .item_box .block ul {
		padding: 0px 16px 10px 30px;
	}

	.stepSwiper .swiper-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	/**.stepSwiper .swiper-slide-prev, .stepSwiper .swiper-slide-next {
opacity: 0.5;
}*/

}

/** form */
.booking-form {
	margin-left: 30% !important;
	margin-right: 30% !important;
}

/**@media(min-width: 545px) and (max-width: 768px) {*/
@media(min-width: 545px) and (max-width: 921px) {

	/* Arrow */
	.customSelect::after {
		padding: 0.5em 0.8em !important;
	}

}

@media(max-width: 544px) {

	/* Arrow */
	.customSelect::after {
		padding: 1.1em 1.2em !important;
	}
}

/**
@media (min-width: 922px) {
#ast-desktop-header{
  z-index:999;
	height:120px;
  margin:0 auto;
  position:fixed;
  top:0;
  left:0;
  right:0;
	}
}*/
.footer-mobile-info {
	display: flex;
	/* 彈性排版 */
	align-items: center;
	/* 對齊物件：中間 */
}

/** Jelic */

.jelic-items-steps-cover-group-1 .steptxt {
	border: 5px solid #F7B100;
	margin: 0 10%;
	position: relative;
	margin: auto;
}

.jelic-items-steps-cover-group-1 .step-title:nth-child(2n-1) {
	color: #F08300;
	font-weight: 700;
}

.jelic-items-steps-cover-group-1 .step-title:nth-child(2n) {
	color: #333333;
	font-weight: 500;
}

.jelic-subtitle {
	font-weight: 700;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}

.jelic-items-steps-cover-group-1 .steptxt ul {
	padding: 0px;
}

.jelic-items-steps-cover-group-2 .steptxt {
	border: 8px solid #04B6CE;
	padding: 1% 5%;
	position: relative;
	margin: auto;
}

.jelic-items-steps-cover-group-2 .step-title:nth-child(2n) {
	color: #333333;
	font-weight: 500;
}

.jelic-items-steps-cover-group-2 .step-title:nth-child(2n-1) {
	color: #036EB7;
	font-weight: 700;
}

.jelic-items-steps-cover-group-2 .steptxt ul {
	padding: 0px;
}

.orang-steps {
	background: #FDEED2;
}

.orang-steps .steps,
.blue-steps .steps {
	background: radial-gradient(circle at 2.5px 2.5px, #DDDDDD 2.5px, transparent 0);
	background-size: 32px 32px;
}

.blue-steps {
	background: #D0EBFB;
}

.jelic-items-steps-cover-group-1 .steptxt .circle {
	width: 72px;
	height: 72px;
	background-color: #F08300;
	color: #fff;
	border-radius: 99em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	font-size: 42px;
	z-index: 2;
	top: 50%;
	left: -1%;
	transform: translate(-50%, -50%);
}

.jelic-items-steps-cover-group-2 .steptxt .circle {
	width: 72px;
	height: 72px;
	background-color: #036EB7;
	color: #fff;
	border-radius: 99em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	font-size: 42px;
	z-index: 2;
	top: 50%;
	left: -1%;
	transform: translate(-50%, -50%);
}

@media (min-width: 922px) {
	.steps .jelic-items-steps-cover-group-1 .steptxt {
		width: 50%;
	}

	.steps .jelic-items-steps-cover-group-2 .steptxt {
		width: 62%;
	}

	.jelic-pr-list-item {
		padding: 5px 20px !important;
	}

	.jelic-pr-list-item p {
		margin-left: 5px;
	}

	.jelic-adv-items {
		margin: 2% 10% !important;
	}

	/*
.jelic-adv-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2% 10% !important;
    align-content: center;
}*/
	/**
.jelic-adv-items:nth-child(2n-1) .jelic-adv-img{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 1;
}*/
	.jelic-adv-img {
		/* 		width:120%; */
	}

	.jelic-list {
		/*padding: 0 0% !important;
			width: 100%;*/
	}
}

.styled-table {
	border-collapse: collapse;
	font-size: 14px !important;
	border: 0px;
	font-weight: 500;
	line-height: 22px;
	margin: 0px 5%;
	width: 90% !important;
}

.styled-table td:first-child {
	text-align: center;
	font-size: 20px !important;
	line-height: 20px;
	font-weight: 700;
}

.styled-table td {
	border: 0px;
	padding: 10px 0px;
}

.styled-table td:nth-child(1) {
	border: 0px;
	padding: 10px 5px;
}

.styled-table td:nth-child(2) {
	border: 0px;
	padding: 10px 0px 10px 10px;
}

.styled-table .num {
	font-weight: 700;
}

/**
.styled-table tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tr:last-of-type {
    border-bottom: 2px solid #009879;
}
*/

.styled-table .color1,
.styled-table .color2,
.styled-table .color3,
.styled-table .color4,
.styled-table .color5,
.styled-table .color6 {
	color: #fff;
}

.styled-table .color1_1,
.styled-table .color2_1,
.styled-table .color3_1,
.styled-table .color4_1,
.styled-table .color5_1,
.styled-table .color6_1 {
	vertical-align: top;
}

.styled-table .color1 {
	background-color: #D61518;
}

.styled-table .color1_1 {
	background-color: #F3B2C1;
}

.styled-table .color2 {
	background-color: #E47F12;
}

.styled-table .color2_1 {
	background-color: #FBD480;
}

.styled-table .color3 {
	background-color: #B24E2D;
}

.styled-table .color3_1 {
	background-color: #F7C498;
}

.styled-table .color4 {
	background-color: #0F9144;
}

.styled-table .color4_1 {
	background-color: #A6D296
}

.styled-table .color5 {
	background-color: #0C6EB3;
}

.styled-table .color5_1 {
	background-color: #A0CAEC;
}

.styled-table .color6 {
	background-color: #905CA2;
}

.styled-table .color6_1 {
	background-color: #D9B4D3;
}

/* required css to make rounded table (below) */
.styled-table tr:first-child td:first-child {
	border-top-left-radius: 20px;
}

.styled-table tr:first-child td:last-child {
	border-top-right-radius: 20px;
}

.styled-table tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
}

.styled-table tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
}

.blue-heading-highlight {
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 255) 60%, rgba(255, 255, 255, 255), #88CFE2 40%);
}

.blue-heading-highlight>span {
	position: relative;
	color: white;

}

.orange-heading-highlight {
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 255) 60%, rgba(255, 255, 255, 255), #FDD53C 40%);
}

.orange-heading-highlight>span {
	position: relative;
	color: white;

}

.jelic_img {
	width: 80%;
}

.jelic-5Q-col1,
.jelic-5Q-col2 {
	height: 450px;
	width: 450px;
	font-size: 20px !important;
}

.jelic-adv-cover-group {
	position: relative;
	width: 100vw;
}

.jelic-adv-cover-img1,
.jelic-adv-cover-img2,
.jelic-adv-cover-img3 {
	position: absolute;
	z-index: -100;
}

/** 238/1920*/
.jelic-adv-cover-img1 {
	max-width: 13.39% !important;
	top: -40px;
	right: 0px;
}

.jelic-adv-cover-img2 {
	max-width: 10% !important;
	top: 120px;
	left: 0px;
}

.jelic-adv-cover-img3 {
	max-width: 9% !important;
	right: 0px;
	top: 520px;
}

.jelic-content-area h3 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.jelic-content-area p {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.jelic-6T-title,
.jelic-5Q-title:nth-child(1) {
	margin-top: 5%;
}

.jelic-6T-text,
.jelic-5Q-text {
	padding: 2.5% 12%;
}

.jelic-6T-img1,
.jelic-6T-img2,
.jelic-5Q-img1,
.jelic-5Q-img2 {
	position: absolute;
	z-index: -100;
}

/** 238/1920*/
.jelic-6T-img1 {
	max-width: 16% !important;
	top: 0px;
	left: calc(-50vw + 50%);
}

.jelic-6T-img2 {
	max-width: 18% !important;
	top: -30px;
	right: calc(-50vw + 50%);
}

.jelic-5Q-img1 {
	max-width: 16% !important;
	top: 0px;
	left: calc(-50vw + 50%);
}

.jelic-5Q-img2 {
	max-width: 20% !important;
	top: 50px;
	right: calc(-50vw + 50%);
}

.jelic-author-text :nth-child(1) {
	margin-bottom: 0px !important;
}

.jelic-author-text :nth-child(2) {
	margin-bottom: 1.2em !important;
}

.jelic-author-text {
	font-size: 80%;
	line-height: calc(1.4em *0.9);
	width:100%;
}

@media (min-width: 922px) {

	.jelic-mobile-img1,
	.jelic-mobile-img2,
	.mySwiper {
		display: none;
	}
}

@media (max-width: 921px) {

	.jelic-desktop-img1,
	.jelic-desktop-img2,
	.styled-table {
		display: none;
	}

	.jelic-colOrder1 {
		order: 1;
	}

	.wp-block-column {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.jelic-adv-items {
		margin-top:2%!important;
		margin-bottom:2%!important;
	}
	
	.wp-container-10, .wp-container-13{
		    /*margin-left: calc( -50vw + 52% )!important;
    margin-right: calc( -50vw + 52%)!important;*/
		padding-left: 20px;
    padding-right: 20px;
	}
	.stepimg{
		margin: 5px!important;
	}
	.jelic-6T-group{
		padding-top:0%!important;
	}
	.jelic-6T-title,
.jelic-5Q-title:nth-child(1) {
	margin-top: 0%;
}
	.jelic-6T-text,
	.jelic-5Q-text {
		padding: 2% 0%;
	}

	.Jelic-Group-t {
		margin: 2% 0% 4% 0% !important;
		padding: 0% 0% !important;
	}

	/*.Jelic-Group-t .jelic-5Q-text {
		padding: 0% 0%;
	}*/
	
	.wp-container-17,.wp-container-25{
		padding:0px!important;
	}
	
	.jelic-author-text {
	font-size: 100%;
	line-height: calc(1.4em *1);
	width:100%;
}
}

@media (max-width: 544px) {

	/** 238/1920*/
	.jelic-adv-cover-img1 {
		max-width: 18% !important;
		top: -40px;
		right: 0px;
	}

	.jelic-adv-cover-img2 {
		max-width: 20% !important;
		top: 80px;
		left: 0px;
	}

	.jelic-adv-cover-img3 {
		max-width: 15% !important;
		right: 0px;
		top: 600px;
	}

	.jelic-5Q-img1 {
		max-width: 16% !important;
		top: 0px;
		left: calc(-50vw + 50%);
	}

	.jelic-5Q-img2 {
		max-width: 18% !important;
		top: 15px;
		right: calc(-50vw + 50%);
	}

	.jelic-6T-img1 {
		max-width: 15% !important;
		top: 120px;
		left: calc(-50vw + 50%);
	}

	.jelic-6T-img2 {
		max-width: 15% !important;
		top: -40px;
		right: calc(-50vw + 50%);
	}

	.jelic-items-steps-cover-group-1 .steptxt .circle,
	.jelic-items-steps-cover-group-2 .steptxt .circle {
		width: 30px;
		height: 30px;
		font-size: 22px;
		z-index: 2;
		top: 50%;
		left: -1%;
		transform: translate(-50%, -50%);
	}

	.steps .steptxt {
		width: 85vw;
		padding: 10px 5%;
	}

	.jelic-items-steps-cover-group-2 .steptxt {
		border: 6px solid #04B6CE;
	}

	.orang-steps {
		margin-bottom: 10%;
	}

	.jelic-new-edu-method {
		margin: 10% 0% 2% 0% !important;
		padding: 0% 0% !important;
	}

	.jelic-col-img {
		margin-top: 2% !important;
	}
}

@media(min-width: 545px) and (max-width: 921px) {

	/** 238/1920*/
	.jelic-adv-cover-img1 {
		max-width: 18% !important;
		top: -50px;
		right: 0px;
	}

	.jelic-adv-cover-img2 {
		max-width: 16% !important;
		top: 200px;
		left: 0px;
	}

	.jelic-adv-cover-img3 {
		max-width: 12% !important;
		right: 0px;
		top: 480px;
	}

	.jelic-5Q-img1 {
		max-width: 14% !important;
		top: -15px;
		left: calc(-50vw + 50%);
	}

	.jelic-5Q-img2 {
		max-width: 18% !important;
		top: 30px;
		right: calc(-50vw + 50%);
	}

	.jelic-6T-img1 {
		max-width: 12% !important;
		top: 30px;
		left: calc(-50vw + 50%);
	}

	.jelic-6T-img2 {
		max-width: 18% !important;
		top: -40px;
		right: calc(-50vw + 50%);
	}

	.jelic-items-steps-cover-group-1 .steptxt .circle,
	.jelic-items-steps-cover-group-2 .steptxt .circle {
		width: 52px;
		height: 52px;
		font-size: 36px;
		z-index: 2;
		top: 50%;
		left: -1%;
		transform: translate(-50%, -50%);
	}

	.steps .steptxt {
		width: 85vw;
		padding: 10px 5%;
	}

	.orang-steps {
		margin-bottom: 10%;
	}

	.jelic-new-edu-method {
		margin: 10% 0% 2% 0% !important;
		padding: 0% 0% !important;
	}

	.jelic-col-img {
		margin-top: 4% !important;
	}
}		