body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background-color: #F7F8FA;
	transition: .2s;
}

nav {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 99999999;
}

p {
	font-size: 16px;
}

.text-primary {
	color: #133EA8 !important;
}

.text-success {
	color: #F74D8E !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #F74D8E !important;
	text-decoration: none !important;
}

a {
	color: #363636;
}

a:hover {
	text-decoration: none;
	color: #363636;
	opacity: .7;
}


.badge-primary {
	background-color: #F74D8E;
	padding: 7px 15px;
	border-radius: 50px;
	margin-bottom: 8px;
}

.bg-primary {
	background-color: #F74D8E !important;
}

.badge-lock {
	position: absolute;
	right: 99px;
}

.mouse-lock {
	cursor: not-allowed !important;
}

.badge-secondary {
	position: absolute;
	right: 79px;
	padding: 5px 10px;
	border-radius: 50px;
	color: #133EA8;
	margin-left: auto;
	text-align: right;
	/* float: right; */
	background-color: #FFF;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0) !important;
}



/* tab按鈕 */

.navbar-top {}

.nav-scroll {
	position: fixed;
	z-index: 99999999999999;
	width: 43%;
	top: 68px;
}

@media screen and (max-width:1300px) {
	.nav-scroll {
		width: 53%;
	}
}

@media screen and (max-width:1100px) {
	.nav-scroll {
		width: 60%;
	}
}

@media screen and (max-width:950px) {
	.nav-scroll {
		width: 73%;
	}
}

.bg-dark {
	z-index: 9999999;
	background-color: #363636 !important;
}


.banner-bg {
	background-image: url(../img/l-banner.png) !important;
	width: 100%;
	height: 200px;
	background: no-repeat 50%/cover;
	transform: scale(2);
	z-index: 0;
	-webkit-filter: blur(26px);
	filter: blur(26px);
}

.classbuy-wrapper {
	border: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 10px #4c4c4ca4;
	margin-top: 112px;
	padding: 20px;
	background-color: #fff;
	position: fixed;
	overflow: hidden;
	width: 358px;
	font-size: 14px;
}





.classbuy-top-line {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	background-color: #363636;
}

.classfeatures-wrapper p {
	font-size: 14px;
	margin-bottom: 3px;
}



.howmuchtime {
	display: flex;
}

.endtime {
	display: none;
}

.reciprocal-wrapper {
	display: -webkit-inline-box;
}

.red-text {
	color: #EC5252;
}

.banner-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 415px;
	overflow: hidden;
	margin-top: 68px;
}

.banner-image {
	margin-top: 68px;
}

.contact-link {
	background-color: #EC5252;
	color: #fff !important;
	font-size: 19px;
	border-radius: 50px;
	text-align: center;
	/* padding: 9px 121px; */
	width: 100%;
	height: 41px;
	line-height: 41px;
	margin-top: 13px;
	display: block;
	cursor: pointer;
}

.contact-link:hover {
	text-decoration: none;
	background-color: #d74646;
	color: #fff;
}

.share-link {
	margin: 10px 0px;
	list-style-type: none;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.share-link a {
	color: #133EA8;
}

.share-link a:hover {
	text-decoration: none;
}

/* 往下滑 */

/* Style the active class, and buttons on mouse-over */
.btn {
	border-radius: 0px;
}

#class-nav .active,
.class-btn:hover {
	background-color: #EC5252;
	color: white !important;
	border: 1px solid #EC5252 !important;
	text-decoration: none;
}

.class-btn {
	border: 1px solid #e0e0e0;
	color: #000;
	width: 19%;
	font-size: 16px;
	height: 46px;
	text-align: center;
	padding: 10px 20px;
	cursor: pointer;
	display: block;
	background-color: #fff;
}

#class-nav {
	display: flex;
}

.content-body {
	padding: 30px;
}

.bird-sale{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #F74D8E;
}

@media screen and (max-width:991px) {
	.bird-sale{
		text-align: left;
	}
}


/* 單元內容 */

.wrapper {
	margin: 0px auto;
	width: 100%;
	display: block;
	color: #000;
	background-color: #F2F2F2;
	text-align: center;
	-webkit-transition: 0.15s ease;
	transition: 0.15s ease;
}

.wrapper.active .arrow {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
}

.wrapper.active .arrow:before {
	-webkit-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

.wrapper.active .arrow:after {
	-webkit-transform: rotate(90deg) translate(10px, 0);
	transform: rotate(90deg) translate(10px, 0);
}

.wrapper.active ul {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 37px;
	background-color: #fff;
}

.wrapper2 ul {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.wrapper2 li:first-child {
	margin-top: 16px;
}

.wrapper2 li:last-child {
	margin-bottom: 3px;
}

.wrapper2.active ul {
	margin-top: 12px;
}

.wrapper2.active .arrow {
	-webkit-transform: rotate(45deg) translate(38px, 38px);
	transform: rotate(45deg) translate(38px, 38px);
	opacity: 0.6;
}

.wrapper2.active .arrow:before {
	-webkit-transform: translate(5px, 0);
	transform: translate(5px, 0);
}

.wrapper2.active .arrow:after {
	-webkit-transform: rotate(90deg) translate(5px, 0);
	transform: rotate(90deg) translate(5px, 0);
}

.arrow {
	width: 13px;
	height: 13px;
	display: inline-block;
	position: relative;
	bottom: -5px;
	left: -10px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	margin-top: 2px;
	text-align: left;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	float: right;
}

.arrow:before,
.arrow:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 12px;
	height: 3px;
	background-color: #000;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.arrow:after {
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: -5px;
	left: 5px;
}

.click-text {
	display: block;
	text-align: left;
	padding: 19px 16px;
	border-radius: 5px;
	margin: 0;
	cursor: pointer;
	color: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.15s ease;
	transition: 0.15s ease;
	border: 1px solid #707070;
}

.click-text:hover {
	color: #000;
}

ul {
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

li {
	list-style-type: none;
	margin: 0 auto;
	padding: 4px 12px;
	text-align: left;
	cursor: pointer;
}

li:first-child {
	margin-top: 12px;
}

li:last-child {
	margin-bottom: 12px;
}

.video-image-link {
	border: 4px solid #133EA8;
	overflow: hidden !important;
	position: relative;
}

.video-inner-box:hover .watch-bg {
	transform: scale(1.5);
	transition: 1;
	opacity: .8;
}

.video-lock-mask {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #363636;
	opacity: .7;
	z-index: 999999;
	cursor: no-drop;
}

.watch-bg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #133EA8;
	opacity: 0;
}

.fa-link {
	color: #fff;
}

.video-inner-box {
	position: relative;
}


.dialog-wrapper {
	position: absolute;
	bottom: 133px;
	right: -23px;
	z-index: 99999;
}

#wrapper4 .dialog-wrapper {
    position: absolute;
    bottom: 198px;
    right: -23px;
    z-index: 99999;
}

#wrapper5 .dialog-wrapper {
    position: absolute;
    bottom: 198px;
    right: -23px;
    z-index: 99999;
}

.dialog-text-box {
	position: absolute;
	color: #000;
	top: 29px;
	width: 80%;
	right: 19px;
}

.dialog-text-box p {
	font-size: 14px;
}

.sample-wrapper {
	color: #363636;
	width: 100%;
}

.sample-inner-wrapper {
	text-align: left;
	padding: 20px 30px;
	background-color: #e0e0e0;
}

/* 老師教學 */
.teacher-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}

.teacher-video iframe {
	width: 100%;
	height: 315px;
}

.teacher-video {
	padding: 50px;
}


/* 口碑推薦 */
.text {
	font-size: 16px;
}

.hide {
	display: none;
}

.star-icon {
	position: absolute;
	right: 30px;
	bottom: 0px;
}

.student-text {
	position: relative;
}

.student-text a {
	position: absolute;
	bottom: -4px;
	left: 17px;
}

.student-text p {
	margin-bottom: 1.5rem;
}

hr {
	margin-bottom: 2rem;
}

.present-wrapper {
	padding: 30px 20px;
	border-radius: 5px;
}

.present-wrapper .row {
	padding: 27px;
	border-radius: 5px;
}

.present-title {
	font-weight: 600;
	color: #FFE477;
	font-size: 19px;
}

.present-p {
	font-size: 18px;
	color: #fff;
}

footer {
	margin-top: 100px;
	background-color: #F2F2F2;
	border-top: 2px solid #c1c1c1;
	padding: 40px;
}

footer a {
	color: #707070;
	text-decoration: none;
}

footer a:hover {
	color: #DD0018;
	text-decoration: none;
}

.footer-title {
	font-weight: 600;
	color: #DD0018;
	font-size: 17px;
}




@media screen and (min-width:991px) {
	.hidden-d {
		display: none;
	}
}

@media screen and (max-width:991px) {
	.hidden-m {
		display: none;
	}

	.hidden-d {
		display: block !important;
	}

	.classbuy-wrapper {
		position: relative !important;
		width: 100% !important;
	}

	.content-wrapper {
		padding: 0px;
	}

	.classbuy-wrapper {
		border: 5px;
		border-radius: 0px !important;
		box-shadow: 0px 0px 0px !important;
		margin-top: 0px;
		padding: 20px;
	}

	.card {
		margin-top: 0px !important;
	}

	.p-mobile-none {
		padding: 0px;
	}

	.contact-btn {
		position: fixed;
		right: 0;
		left: 0;
		width: 100%;
		bottom: 0px;
		z-index: 9999999;
		padding: 2% 20%;
		display: flex;
		align-items: center;
		background-color: #fff;
		border-top: 1px solid #c5c5c5;
		cursor: pointer;
	}


	.contact-link {
		color: #fff !important;
		padding: 0px;
		margin-top: 0px;
	}

	/* 影片情境關閉 */
	.dialog-wrapper img {
		display: none;
	}

	.dialog-wrapper {
		position: relative;
		text-align: left;
		bottom: 0px;
		right: 0px;
		z-index: 99999;
		border: 4px dashed;
		padding: 13px;
		margin-top: 0px;
	}

	#wrapper2 .dialog-wrapper {
		position: relative;
		text-align: left;
		bottom: 0px;
		right: 0px;
		z-index: 99999;
		border: 4px dashed;
		padding: 13px;
		margin-top: 0px;
	}

	#wrapper4 .dialog-wrapper {
		position: relative;
		text-align: left;
		bottom: 0px;
		right: 0px;
		z-index: 99999;
		border: 4px dashed;
		padding: 13px;
		margin-top: 0px;
	}
	
	#wrapper5 .dialog-wrapper {
		position: relative;
		text-align: left;
		bottom: 0px;
		right: 0px;
		z-index: 99999;
		border: 4px dashed;
		padding: 13px;
		margin-top: 0px;
	}
	


	.dialog-text-box {
		position: relative;
		top: 0px;
		width: 100%;
		right: 0px;
	}

	footer {
		padding: 40px 40px 80px 40px;
	}
}

@media screen and (max-width:780px) {
	.nav-scroll {
		left: 0px;
	}

	.nav-scroll {
		width: 99%;
	}
}

@media screen and (max-width: 780px) {
	.nav-scroll {
		width: 100%;
	}

	.class-btn {
		width: 25%;
		padding: 10px 2px;

	}
}

@media screen and (max-width: 450px) {
	.c-hidden-m {
		display: none;
	}

	.c-hidden-d {
		display: block;
	}

	.teacher-video {
		padding: 50px 0px;
	}

	.wrapper.active ul {
		padding: 37px 0px;
	}

	.text-center {
		margin-bottom: 19px;
	}

	.social-wrapper {
		display: flex;
		flex-wrap: wrap;
		padding: 19px;
	}

		.social-wrapper .phone-icon, .social-wrapper .line-icon {
			margin-top: 10px;
		}
}

@media screen and (min-width: 450px) {
	.c-hidden-m {
		display: block;
	}

	.c-hidden-d {
		display: none;
	}
}





/* 下拉套件更換 */

#tab-demo {
	width: 100%;
}

#tab-demo>ul {
	display: block;
	margin: 0;
	list-style: none;
}

.content-body .active .tab-title{
    padding: 18px 20px 5px 20px !important;
}

.tab-title {
    list-style: none;
    text-align: left;
}

#tab-demo>ul>li {
	display: inline-block;
	font-family: '微軟正黑體';
	margin: 0 -1px -1px 0;
	background: #fff;
	padding: 4px 18px;
	list-style: none;
	border: 2px solid #133EA8;
	color: #133EA8;
	border-radius: 50px;
}

#tab-demo>ul>li a {
	color: #133EA8;
	text-decoration: none;
}

#tab-demo>ul>li.active {
	background: #133EA8;
	color: #FFF!important;
	border-radius: 50px;
}

#tab-demo>ul>li.active a{
	color: #FFF!important;
}

#tab-demo>.tab-inner {
	color: #000;
}

.classtime-text {
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	color: #F74D8E;
}

.sample-inner-wrapper > ul {
	padding: unset !important;
	
}
