/* Base */
html, body {
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica,Arial, sans-serif;
    font-size: 16px;
}

/* Cover */
.mainCoverBox {
    background: url("../images/mainCoverBg.jpg") no-repeat center center;
    background-size: cover;
    height: 613px;
}
.mainCoverBox-content {
	position: relative;
}
.mainCoverBox-left {
	margin-top: 48px;
	position: absolute;
	z-index: 2;
}
.mainCoverBox-slogan {
	left: 23%;
	margin-top: 48px;
	position: absolute;
	z-index: 1;
}
.mainCoverBox-board {
    left: 31%;
    margin-top: 340px;
    position: absolute;
    z-index: 2;
}
.mainCoverBox-Right {
	margin-top: 48px;
	position: absolute;
	right: 0;
	z-index: 2;
}
.mainCoverBox-Right-1 {
	left: -30px;
	position: absolute;
	top: -40px;
}
.mainCoverBox-Right-2 {
	left: 40px;
	position: relative;
	top: 80px;
}

/* Content A */
.contentA-Box {
    background: url("../images/Content-A-Bg.jpg") no-repeat center center;
    background-size: cover;
	overflow: hidden;
}
.contentA-Box .container {
	max-width: 1280px !important;
}
.contentA-Content {
	min-height: 420px;
}
.content-A-left {
	min-height: 420px;
	position: relative;
}
.content-A-question {
	margin-top: 76px;
	position: absolute;
	z-index: 2;
}
.content-A-question img {
	max-width: 200px !important;
}
.content-A-price {
	margin: 150px 0;
	position: absolute;
	right: 10px;
	z-index: 4;
}
.content-A-womem {
	margin-top: 145px;
	position: absolute;
	z-index: 2;
}
.content-A-slogan {
	margin: 110px 0;
	position: absolute;
	right: 0;
	z-index: 3;
}
.content-A-slogan img {
	max-width: 580px !important;
}

/* Forms */
.formsBox {
    background: #FDD000;
}
.formCheck, .cardCheck {
    cursor: pointer;
    min-height: 20px;
    min-width: 20px;
    margin-right: 5px;
}


/* Class Description */
.className {
	font-size: 24px;
	font-weight: bolder;
}
.classDescriptionContentBox {
	background: #2DACE5;
    height: 100%;
	overflow: hidden;
	padding: 48px 0;
    position: relative;
    width: 100%;
	z-index: 1;
}
.classDescriptionContentBox .container .card {
	text-align: center;
}
.classBadge {
	border: 2px solid #29ABE2;
	border-radius: 24px;
	color: #29ABE2;
	display: inline-block;
    font-size: 1.3125em;
    font-weight: bolder;
	margin: 12px 0 8px 0;
	padding: 6px 24px;
	text-align: center;
	width: auto;
}
.classDescriptionContentBox ul {
	clear: both;
	text-align: left;
	width: 68%;
}
.classDescriptionContentBox ul li {
	font-size: 17px;
	font-weight: bolder;
    line-height: 27px;
}
.btn-class {
	background: #ED1E79;
	color: #FFFFFF;
	cursor: pointer !important;
}
.btn-class:hover {
	background: #DB0069;
	color: #FFFFFF;
	cursor: pointer !important;
}

/* Base */
.pageTitle {
    color: rgba(0,0,0,1.00);
    font-size: 2em;
    font-weight: bolder;
    line-height: 36px;
/*
	font-size: 3em;
    padding: 48px 24px;
*/
	padding: 36px 12px;
    text-align: center;
}
.pageTitle-Mark {
	color: #E4007F;
}
.pageTitleBreak {
	display: inline-block;
}