/* 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: #000;
    font-size: 36px;
    font-weight: bolder;
    line-height: 48px;
}

.pageTitle p {
    color: #000;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 24px;
}

.pageTitle h1 {
    margin-bottom: 24px;
}

.pageTitle h2 {
    margin-bottom: 24px;
}

.pageTitle h3 {
    margin-bottom: 15px;
}

/* 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 #000;
    border-radius: 0 0;
    color: #000;
    height: 48px;
    line-height: 48px;
}

.formsBox input:focus,
.formsBox select:focus {
    background: none !important;
    border: none;
    border-bottom: 2px solid #000;
    box-shadow: none;
    color: #000 !important;
    outline: none;
}

select option {
    margin: 40px;
    background: #fff;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select option:hover {
    margin: 40px;
    background: #fff !important;
    color: #000 !important;
}

.formsDateBox {
    width: 320px;
    background: #f7e45d;
    color: #474947;
    font-size: 21px;
    line-height: 30px;
    padding: 8px 5px;
    margin: 15px auto;
    border-radius: 25px;
    margin-bottom: 30px;
}

/* Forms Content */
.formsContentBox {
    background: #fff;
}

.formsBox input::placeholder {
    color: #000 !important;
}

.form-check-label,
.form-check-label a {
    color: #000 !important;
}

.form-check-label a:hover {
    color: #000 !important;
}

.formsBox select:optional {
    padding-left: 7px !important;
}

.formsBox h3 {
    color: #000;
    margin-bottom: 30px;
}

/*Check box*/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
    color: #000;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    border-radius: .25em;
    width: 1.7em;
    height: 1.7em;
    float: left;
    margin-right: .5em;
    color: 000;
}

.radio .cr {
    border-radius: 75%;
    border-color: #000;
}

.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: #000 !important;
}

.checkbox a:hover {
    color: #000 !important;
}

.checkBoxDescription {
    display: inline-block;
}

.cr i:before {
    color: #000 !important
}

.checkBoxBtn,
.pageTool {
    background-color: #39393b;
    position: relative;
    border-radius: 8px;
}

.checkBoxBtn i {
    padding-top: 20px;
    position: absolute;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    z-index: 2;
    color: #fff;
}

.checkBoxBtn p,
.pageTool a {
    color: #fff;
    cursor: pointer;
    font-weight: bolder;
    border-radius: 0;
}

.checkBoxBtn p:hover,
.pageTool a:hover {
    background: #f1cc76;
    color: #000;
    font-weight: bolder;
    border-radius: 8px;
}

.textBreak {
    display: inline-block;
    line-height: 48px;
    padding-left: 15px;
}

/* Cover */
.mainCoverBox .container {
    max-width: 1780px !important;
}

.mainCoverBox {
    background: url("../images/mainCoverBG.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 700px;
}

.mainCoverContainer {
    height: 100%;
    position: relative;
}

.mainCover-mainSlogan {
    margin-top: 50px;
    z-index: 3;
    text-align: center;
}

.mainCover-mainSlogan01 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.mainCover-mainSlogan02 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.mainCover-mainSlogan01 img,
.mainCover-mainSlogan02 img {
    width: 80%;
}

/* Background Setting */
.area-2 {
    background: #fffac7;
    width: 100%;
    height: auto;
}

/* Give away Description */
.giveAwayBox {
    font-size: 16px;
    background: #f7e45d;
}

.giveAwayBox .pageTitle h1 {
    margin-bottom: 50px;
}

.giveAwayBox .pageTitle h1 br {
    display: none;
}

.giveAwayBox .card {
    border: solid 1px #474947;
}

.giveAwayBox [class*="col-"]:nth-child(1) .card-header {
    background-color: #6059c9;
}

.giveAwayBox [class*="col-"]:nth-child(2) .card-header {
    background-color: #fd625f;
}

.giveAwayBox [class*="col-"]:nth-child(3) .card-header {
    background-color: #007ef3;
}

.giveAwayBox [class*="col-"]:nth-child(4) .card-header {
    background-color: #c64da9;
}

.giveAwayBox .card-header {
    font-size: 21px;
    line-height: 37px;
    color: #fff;
    padding: 12px 5px;
}

.giveAwayBox .card-body {
    padding: 10px 10px 30px 10px;
}

.giveAwayBox .card-body p {
    width: 100%;
    font-size: 21px;
    line-height: 30px;
    color: #000;
    padding: 12px 5px;
    text-align: center;
}

.giveAwayBox .card-body p span {
    color: #e60012;
    font-weight: bold;
}

.giveAwayBox .card-body .line {
    width: 100%;
    height: 5px;
    border-bottom: #000 1px dashed;
    padding: 0 15px;
    margin-bottom: 12px;
}

.giveAwayBox .card-body .contentText {
    width: 100%;
    height: 130px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 10px 5px 20px 5px;
    text-align: justify;
}

.giveAwayBox .card-body .contentButtom {
    width: 180px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    background: #f1cc76;
    padding: 10px 5px;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
    cursor: pointer;
}

.giveAwayBox .card-body .contentButtom:hover {
    color: #fff;
    background: #39393b;
}

.giveAwayBox .card-body .contentText span {
    color: #00a0e9;
}

/* Position */
.positionBox {
    font-size: 16px;
    background: #f7e45d;
}

.positionBox .card {
    background: transparent;
    border: 0;
}

.positionBox .card-body {
    position: relative;
    width: 100%;
    background: #fdeeea;
    border: #474947 1px solid;
    border-radius: 8px;
    padding: 5px;
    margin-top: 50px;
}

.positionBox .card-body img {
    position: absolute;
    width: 70%;
    bottom: 0;
    left: 0;
}

.positionBox .card-body .rightBox {
    float: right;
}

.positionBox .card-body .rightBox .circleBox {
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    padding-top: 25px;
    text-align: center;
}

.boxColor01 {
    background: #6059c9;
}

.boxColor02 {
    background: #fd625f;
}

.boxColor03 {
    background: #007ef3;
}

/* Advantage */
.advantageBox {
    font-size: 16px;
    background: #f7e45d;
}

.advantageBox .card {
    border-radius: 8px;
    border: #474947 1px solid;
    padding: 15px;
    text-align: center;
}

.advantageBox .card img {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.advantageBox .card-body {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
}

/* Hot Courses */
.hotCoursesBox [class*="col-"]:nth-child(1) .card {
    border: 1px solid #b40000;
}

.hotCoursesBox [class*="col-"]:nth-child(1) .card-header {
    background-color: #b40000;
}

.hotCoursesBox [class*="col-"]:nth-child(2) .card {
    border: 1px solid #a4005b;
}

.hotCoursesBox [class*="col-"]:nth-child(2) .card-header {
    background-color: #a4005b;
}

.hotCoursesBox [class*="col-"]:nth-child(3) .card {
    border: 1px solid #0099cc;
}

.hotCoursesBox [class*="col-"]:nth-child(3) .card-header {
    background-color: #0099cc;
}

.hotCoursesBox [class*="col-"]:nth-child(4) .card {
    border: 1px solid #556fb5;
}

.hotCoursesBox [class*="col-"]:nth-child(4) .card-header {
    background-color: #556fb5;
}

.hotCoursesBox [class*="col-"]:nth-child(5) .card {
    border: 1px solid #2e7283;
}

.hotCoursesBox [class*="col-"]:nth-child(5) .card-header {
    background-color: #2e7283;
}

.hotCoursesBox [class*="col-"]:nth-child(6) .card {
    border: 1px solid #638c0b;
}

.hotCoursesBox [class*="col-"]:nth-child(6) .card-header {
    background-color: #638c0b;
}

.hotCoursesBox [class*="col-"]:nth-child(7) .card {
    border: 1px solid #37597c;
}

.hotCoursesBox [class*="col-"]:nth-child(7) .card-header {
    background-color: #37597c;
}

.hotCoursesBox [class*="col-"]:nth-child(8) .card {
    border: 1px solid #eb6877;
}

.hotCoursesBox [class*="col-"]:nth-child(8) .card-header {
    background-color: #eb6877;
}

.hotCoursesBox [class*="col-"]:nth-child(9) .card {
    border: 1px solid #ec6941;
}

.hotCoursesBox [class*="col-"]:nth-child(9) .card-header {
    background-color: #ec6941;
}

.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;
}