/* Base */
html, body {
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica,Arial, sans-serif;
    font-size: 16px;
}

/* Base */
.contentBox {
	padding: 48px 0;
}
.pageTitle {
	color: #0455BD;
	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;
}

/* Button */
.btnTool {
	background: #FFFFFF;
	color: #666aff !important;
	cursor: pointer;
	font-size: 24px;
	font-weight: bolder;
}
.btnTool:hover {
	background: #666aff;
	color: #FFFFFF !important;	
}
.hotCoursesBox .btnTool {
	background: #666aff;
	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 #0455BD;
	border-radius: 0 0;
	color: #0455BD;
    height: 48px;
    line-height: 48px;
}
.formsBox input:focus, .formsBox select:focus {
	background: none !important;
	border: none;
	border-bottom: 2px solid #0455BD;
	box-shadow: none;
	color: #0455BD !important;
	outline: none;
}
.formsBox input::placeholder {
	color: #0455BD !important;
}
.form-check-label, .form-check-label a {
	color: #0455BD !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: #0455BD;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #0455BD;
    border-radius: .25em;
    width: 1.7em;
    height: 1.7em;
    float: left;
    margin-right: .5em;
    color: red;
}

.radio .cr {
    border-radius: 75%;
    border-color: #0455BD;
}

.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: #0455BD !important;
}
.checkbox a:hover {
	color: rgba(4,85,189,0.687) !important;
}
.checkBoxDescription {
	display: inline-block;
}
.cr i:before {
    color: #0455BD !important
}
.checkBoxBtn, .pageTool {
	background-color: #7F1BB8;
	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(108,23,156,1);
	color: gold;
	font-weight: bolder;
}
.textBreak {
	display: inline-block;
	line-height: 48px;
	padding-left: 15px;
}

/* Cover */
.mainCoverBox .container {
    max-width: 1440px !important;
}
.mainCoverBox {
    background:url("../images/mainCoverBG.png") no-repeat center center;
    background-size: cover;
	overflow: hidden;
	object-fit: cover;
    width: 100%;
    height: 613px;
}
.mainCoverContainer {
	height: 100%;
	position: relative;
}
.mainCover-ticktets {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: 1;
}
.mainCover-girl {
    position: absolute;
    bottom: 0;
    right: -160px;
    z-index: 1;
}
.mainCover-mainSlogan {
    margin-top: 60px;
    position: inherit;
    z-index: 10;
}
.mainCover-subSlogan {
    position: inherit;
/*    top: -60px;*/
    z-index: 10;
}
.mainCoverDescription {
    background: #7f1bb8;
    font-size: 38px;
    font-weight: bolder;
    margin-top: 60px;
    padding: 12px 25px;
    position: relative;
    top: -20px;
    z-index: 10;
}
.mainCoverContainer .description-1 {
    margin-right: 5px;
    
    -webkit-animation: description-1-H4 1.4s 0.5s infinite;
    animation: description-1-H4 1.4s 0.5s infinite;  
}
.mainCoverContainer .description-2 {
    margin-left: 5px;
    
    -webkit-animation: description-2-H4 1.4s 0.5s infinite;
    animation: description-2-H4 1.4s 0.5s infinite;  
}

/* Text Color Animation */
.description-1-H4 {
    animation: description-1-H4 3s infinite alternate; /*IE*/
    -moz-animation: description-1-H4 3s infinite alternate; /*FireFox*/
    -webkit-animation: description-1-H4 3s infinite alternate; /*Chrome, Safari*/
}
@keyframes description-1-H4 {
    from {color:#ffe500;}
    to {color:#00f6ff;}
}
@-moz-keyframes description-1-H4 {
    from {color:#ffe500;}
    to {color:#00f6ff;}
}
@-webkit-keyframes description-1-H4 {
    from {color:#ffe500;}
    to {color:#00f6ff;}
}
.description-2-H4 {
    animation: description-2-H4 3s infinite alternate; /*IE*/
    -moz-animation: description-2-H4 3s infinite alternate; /*FireFox*/
    -webkit-animation: description-2-H4 3s infinite alternate; /*Chrome, Safari*/
}
@keyframes description-2-H4 {
    from {color:#00f6ff;}
    to {color:#ffe500;}
}
@-moz-keyframes description-2-H4 {
    from {color:#00f6ff;}
    to {color:#ffe500;}
}
@-webkit-keyframes description-2-H4 {
    from {color:#00f6ff;}
    to {color:#ffe500;}
}

/* Background Setting */
.area-1 {
    background: url("../images/bg-area-1.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.area-2 {
    background: url("../images/bg-area-2.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Ticker Description */
.ticketdDescriptionBox .badge {
    border: 1px solid rgba(0,0,0,0.4);
    font-size: 16px;
    margin-right: 15px;
    padding: 5px 12px;
}
.ticketName {
    font-size: 32px;
    font-weight: bolder;
    margin: 18px 0;
}
.ticketName-highlight {
    font-size: 48px;
}
.ticketDesciption {
    text-align: left;
}
.ticketdDescriptionBox .pageTitle h3 {
    margin-bottom: 12px;
}
.ticketdDescriptionBox .pageTitle .badge {
    background: #7f1bb8;
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 12px;
    padding: 8px 24px;
}
.ticketdDescriptionBox .card-body {
    font-size: 21px;
    line-height: 29px;
}
.ticketdDescriptionBox .card-footer {
    color: #F05C5C;
}
.ticketdDescriptionBox [class*="col-"]:nth-child(1) .ticketName {
    color: #F00585;
}
.ticketdDescriptionBox [class*="col-"]:nth-child(2) .ticketName {
    color: #00CAC4;
}
.ticketdDescriptionBox  [class*="col-"]:nth-child(3) .ticketName {
    color: #ff7e00;
}

/* 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;
}
.hotCoursesBox ul li {
	font-size: 16px;
	line-height: 27px;
	list-style: disc;
    margin-left: 15px;
}

/* Forms Content */
.formsContentBox {
    background: #FFFCDB;
}
.formsSpacial {
    color: #F01667;
}