/* Base */
html, body {
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica,Arial, sans-serif;
    font-size: 16px;
}

body {
    background: rgba(239,124,0,1.0);
    overflow-x: hidden;
}

/* Tool */
.btnTool, .studentWitness .btnTool {
	background: #FFFFFF;
	color: #666aff !important;
	cursor: pointer;
	font-size: 21px;
	font-weight: bolder;
}
.hotCoursesBox .btnTool:hover, .studentWitness .btnTool:hover {
	background: rgba(237,96,0,1.0);
	color: #FFFFFF !important;	
}
.hotCoursesBox .btnTool, .studentWitness .btnTool {
	background: rgba(239,142,0,1.0);
	color: #FFFFFF !important;	
}

/* Forms */
.formCheck, .cardCheck {
    cursor: pointer;
    min-height: 20px;
    min-width: 20px;
    margin-right: 5px;
}
.formsBox input, .formsBox select {
	background: none !important;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.90);
	border-radius: 0 0;
	color: rgba(0,0,0,0.90);
    height: 48px;
    line-height: 48px;
}
.formsBox input:focus, .formsBox select:focus {
	background: none !important;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.90);
	box-shadow: none;
	color: rgba(0,0,0,0.90) !important;
	outline: none;
}
.formsBox input::placeholder {
	color: rgba(0,0,0,0.90) !important;
}
.form-check-label, .form-check-label a {
	color: rgba(0,0,0,0.90) !important;
}
.form-check-label a:hover {
	color: rgba(6,53,201,0.687) !important;
}
.formsBox select:optional {
	padding-left: 7px !important;
}

/*Check box*/
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
	color: rgba(0,0,0,0.90);
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid rgba(0,0,0,0.90);
    border-radius: .25em;
    width: 1.7em;
    height: 1.7em;
    float: left;
    margin-right: .5em;
    color: red;
}

.radio .cr {
    border-radius: 75%;
    border-color: rgba(0,0,0,0.90);
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-220deg);
    opacity: 0;
    transition: all .7s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox label, .checkbox a {
	color: rgba(0,0,0,0.90) !important;
}
.checkbox a:hover {
	color: rgba(0,0,0,0.687) !important;
}
.checkBoxDescription {
	display: inline-block;
}
.cr i:before {
    color: rgba(0,0,0,0.90) !important
}
.checkBoxBtn, .pageTool {
	background-color: rgba(239,124,0,0.90);
	position: relative;
}
.checkBoxBtn i {
	padding-top: 20px;
	position: absolute;
	text-shadow: 0 1px 5px rgba(0,0,0,0.35);
	z-index: 2;
}
.checkBoxBtn p, .pageTool a {
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bolder;
}
.checkBoxBtn p:hover, .pageTool a:hover {
	background: rgba(239,124,0,1);
	color: gold;
	font-weight: bolder;
}


/* Base */
.contentBox {
	padding: 48px 0;
}
.pageTitle {
	color: rgba(96,56,19,1.0);
	font-size: 36px;
	font-weight: bolder;
    line-height: 48px;
}
.pageTitle h3 {
	margin-bottom: 24px;
}
.pageDescription {
	color: #666666;
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 18px;
}
.textBreak {
	display: inline-block;
	line-height: 48px;
	padding-left: 15px;
}
.activityPageContent {
    display: list-item;
}

/* Font */
.card-title {
    font-size: 32px;
    font-weight: bolder;
    line-height: 36px;
    margin-bottom: 12px;
}
.card-title-mark {
    border: 1px solid;
    display: inline-flex;
    padding: 4px 15px;
}
.card-descirption {
    color: rgba(0,0,0,0.75);
    font-size: 16px;
    line-height: 24px;
}
.block-1-cardlist .card-descirption {
    color: rgba(0,0,0,0.80);
    font-size: 21px;
    line-height: 32px;
}
.card-comment {
    color: rgba(0,0,0,0.80);
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

/* Color */
.color-blue {
    border-color: rgba(69,37,143,1.0);
    color: rgba(69,37,143,1.0);
}
.color-orange {
    border-color: rgba(241,90,36,1.0);
    color: rgba(241,90,36,1.0);    
}
.color-purple {
    border-color: rgba(158,0,93,1.0);
    color: rgba(158,0,93,1.0);  
}

/* Main Cover Box */
.mainCoverBox {
    background: url("../image/mainCover_BG.png") no-repeat center center;
    background-size: cover;
    height: 778px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.mainCover-pc {
    top: 140px;
    position: relative;
}
.mainCover-peoples {
    left: 0;
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 3; 
}
.mainCover-slogan {
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
}
.mainCover-ribbons {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}

/* Main Content Box */
.mainContentBox {
    position: relative;
    z-index: 5;
}
.mainCover-ribbon {
    margin-top: -150px;
}
.blockBox {
    margin: 48px 0;
}

.block-1 {
    margin-top: -100px;
    position: relative;
    z-index: -1;
}
.block-1 .card {
    z-index: 1;
}
.block-padding-1 {
    padding: 70px 0;
}
.block-1-cardlist .card {
    background: url("../image/ep_naturalwhite.png") repeat;
}
.block-1-cardlist .card-footer {
    background: none;
}

/* Net Fomrs */
.formsBox {
    padding: 48px 0;
}
.formsBox .pageTitle h3 {
    color: rgba(96,56,19,1.0);
    font-size: 36px;
    line-height: 48px;
}
.formsBox .pageTitle h3 i {
    font-size: 24px;
    line-height: 48px;
    vertical-align: bottom;
}

/* Hot Courses */
.hotCoursesBox [class*="col-"]:nth-child(1) .card {
    border: 1px solid #009EE7;
}
.hotCoursesBox [class*="col-"]:nth-child(1) .card-header {
    background-color: #009EE7;
}
.hotCoursesBox [class*="col-"]:nth-child(2) .card {
    border: 1px solid #E2007F;
}
.hotCoursesBox [class*="col-"]:nth-child(2) .card-header {
    background-color: #E2007F;
}
.hotCoursesBox [class*="col-"]:nth-child(3) .card {
    border: 1px solid #F3A300;
}
.hotCoursesBox [class*="col-"]:nth-child(3) .card-header {
    background-color: #F3A300;
}
.hotCoursesBox [class*="col-"]:nth-child(4) .card {
    border: 1px solid #00983E;
}
.hotCoursesBox [class*="col-"]:nth-child(4) .card-header {
    background-color: #00983E;
}
.hotCoursesBox [class*="col-"]:nth-child(5) .card {
    border: 1px solid #8832BA;
}
.hotCoursesBox [class*="col-"]:nth-child(5) .card-header {
    background-color: #8832BA;
}
.hotCoursesBox [class*="col-"]:nth-child(6) .card {
    border: 1px solid #009EE7;
}
.hotCoursesBox [class*="col-"]:nth-child(6) .card-header {
    background-color: #009EE7;
}
.hotCoursesBox [class*="col-"]:nth-child(7) .card {
    border: 1px solid #E2007F;
}
.hotCoursesBox [class*="col-"]:nth-child(7) .card-header {
    background-color: #E2007F;
}
.hotCoursesBox [class*="col-"]:nth-child(8) .card {
    border: 1px solid #F3A300;
}
.hotCoursesBox [class*="col-"]:nth-child(8) .card-header {
    background-color: #F3A300;
}
.hotCoursesBox .card .card-header {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	line-height: 37px;
    padding: 12px 5px;
}
.hotCoursesBox .card .card-header img {
	max-height: 38px;
	max-width: 38px;
	padding-right: 8px;
    vertical-align: middle;
}
.hotCoursesBox ul li {
	font-size: 16px;
	line-height: 27px;
	list-style: disc;
    margin-left: 15px;
}

/* Student Witness */
.studentWitness .studentName {
    color: rgba(0,0,0,0.7);
    font-size: 19px;
    font-weight: bolder;
    margin-bottom: 12px;
}
.studentWitness .studentInfo {
    color: rgba(96,56,19,1.0);
    font-size: 27px;
    font-weight: bolder;
    line-height: 34px;
    margin-bottom: 24px;
}.studentWitness p {
    color: rgba(0,0,0,0.8);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 12px;
}
.studentWitness-photo {
    overflow: hidden;
}
.studentWitness-photo img {
    background-size: cover;
    max-height: 450px;
    object-fit: cover;
    width: auto;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}