/************************************* banner *************************************/

.banner {
    height: 119px;
    background-size: cover;
    background-image: url(../img/course/blueBg.jpg);
}


/************************************* whiteArea *************************************/



.whiteArea {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}

.whiteArea .container {

    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    margin-top: 0px;
}

.tags {
    margin-top: 0px;
    margin-bottom: 20px;
}

.greyBox {
    background-color: #FAF8F5;
    padding: 20px;
    color: #727272;
    font-size: 14px;
    margin-bottom: 15px;
}

.greyBox .myTitle {
    width: 100%;
    color: #0093AE;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.greyBox .iconAndTextArea {
    margin-bottom: 30px;
}

.greyBox .iconAndTextArea .oneIconAndText {
    display: block;
    margin-bottom: 10px;
}

.greyBox .iconAndTextArea .oneIconAndText .myAttributes {
    padding-right: 15px;
    padding-left: 10px;
}

.greyBox .iconAndTextArea .oneIconAndText:before {
    content: "";
    float: left;
    margin-top: 0px;
    /*    border:1px solid red;*/
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/time.svg);
}

.greyBox .iconAndTextArea .oneIconAndText.locationIcon:before {
    background-image: url("../img/icons/location.svg");
}

.greyBox .iconAndTextArea .oneIconAndText.moneyIcon:before {
    background-image: url("../img/icons/money.svg");
}

.greyBox .iconAndTextArea .oneIconAndText.manIcon:before {
    background-image: url("../img/icons/man.svg");
}


.greyBox a .collectBtn {
    color: #727272;
}

.greyBox a:hover .collectBtn {
    color: #5DC2D0;
}

.greyBox a .collectBtn:before {
    content: url(../img/icons/flagForRegistration.svg);
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.greyBox a .collectBtn.active:before,
.greyBox a:hover .collectBtn:before {
    content: url(../img/icons/flagForRegistrationYello.svg);
}

.greyBox .redBtn {
    margin-top: 15px;
    display: block;
    text-align: center;
}

.greyBox .countdownArea {
    text-align: right;
}

.greyBox .countdownArea .oneNumber {
    width: 40px;
    display: inline-block;
    margin-left: 10px;
}

.greyBox .countdownArea .oneNumber .number {
    width: 40px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #727272;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.greyBox .countdownArea .oneNumber .myUnit {
    text-align: center;
    margin-bottom: 0px;
}


.myOl {
    font-size: 18px;
    font-weight: 300;
}



.circlePortrait {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background-size: cover;
    background-position: center center;
}



/*************************************  FAQ *************************************/

.faq {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    background-color: #FAF8F5;
}

.faq h6 {
    font-weight: lighter;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 15px;
    cursor: pointer;
}

.faq h6:hover {
    cursor: pointer;
    opacity: 0.7;
}

.faq .questionContent p {
    color: #727272;
    font-size: 18px;
    line-height: 32px;
    font-weight: lighter;
}

/*
.switchArea{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px solid #c4c4c4;
}

.switchArea h6{
    font-weight: 300;
}
*/


.plusOrReduce {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 15px;
}

.plusOrReduce:hover {
    opacity: 0.7;
}

.plusOrReduce.plus {
    background-image: url(../img/icons/plus.svg);
}

.plusOrReduce.reduce {
    background-image: url(../img/icons/reduce.svg);
}




/*************************************  contactUs *************************************/

.contactUs {
    padding-bottom: 0px;
    /*    border-bottom: 1px solid #C4C4C4;*/
}

.iconThree {}

.iconThree .oneIcon {
    width: 61px;
    height: 61px;
    background-size: contain;
    display: inline-block;
    margin: 0 5px;
}

.iconThree .oneIcon:hover {
    opacity: 1;
}


.iconThree .lineCircle {
    background-image: url(../img/icons/lineCircle.svg);
}

.iconThree .lineCircle:hover {
    background-image: url(../img/icons/lineCircleOver.svg);
}


.iconThree .emailCircle {
    background-image: url(../img/icons/emailCircle.svg);
}

.iconThree .emailCircle:hover {
    background-image: url(../img/icons/emailCircleOver.svg);
}

.iconThree .phoneCircle {
    background-image: url(../img/icons/phoneCircle.svg);
}

.iconThree .phoneCircle:hover {
    background-image: url(../img/icons/phoneCircleOver.svg);
}





/************************************* complexData *************************************/


.complexData {
    color: #727272;
    margin-bottom: 0px !important;
}

.complexData .line {
    border-bottom: 1px solid #c4c4c4;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.complexData .seeNumbers {}

.complexData .shareAndIcons,
.complexData .shareAndIcons p {
    display: inline;
}

.complexData .shareAndIcons p {
    margin-right: 15px;
    margin-bottom: 0px;
}


.complexData .tags {
    border: none;
    margin-top: 0px;
    margin-bottom: 15px;
}


.complexData .tags .oneTag {
    margin-right: 7px;
}


.complexData .bookMarkArea,
.complexData .bookMarkArea p {
    display: inline;
}

.complexData .bookMarkArea p {
    margin-right: 15px;
}

.complexData .bookMarkArea .flag {
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .2));
}



/*************************************  oneCompleteServiceProgram *************************************/

a .oneCompleteServiceProgram {
    border-bottom: 1px solid #c4c4c4;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #C4C4C4;

}

/*
a .oneCompleteServiceProgram:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
*/

a .oneCompleteServiceProgram:hover {
    background-color: #fff;
}

a .oneCompleteServiceProgram .se {
    display: inline-block;
    font-size: 28px;
    color: #5DC2D0;
    margin-right: 30px;
}

a .oneCompleteServiceProgram p {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 22px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 0px;
}

/*************************************  registrationDone 報名完成頁 *************************************/

.bigCheckArea {
    padding-top: 100px;
    padding-bottom: 110px;
}

.bigCheckArea .bigCheckIcon {
    width: 109px;
    height: auto;
    margin-bottom: 15px;
}

.bigCheckArea h5 {
    margin-bottom: 60px;
}

.bigCheckArea p {
    text-align: left;
    max-width: 480px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300 !important;
}


.calender h3 {
    margin-bottom: 15px;
}

.calender h3 span {
    font-size: 20px;
    color: #727272;
    margin-left: 15px;
}

.calender .calenArrow {
    text-align: left;
}

.calender .calenArrow img {
    cursor: pointer;
}

.calender .calenArrow img:last-child {
    margin-left: 40px;
}


.calender .calenArrow img:hover {
    opacity: 0.5;
}

.calender .table {
    margin-top: 30px;
    text-align: left;
    table-layout: fixed;
    border-bottom: none border-top: none;
    font-size: 14px;

}

.calender .table thead tr th {
    font-weight: 300 !important;
}

.calender .table tr th {
    border: none;
}

.calender .table tr th {
    padding: 10px 0px;
}

.calender .table tr td {
    border: 1px solid #5DC2D0;
    border-radius: 5px;
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;


}

.calender .table .oneDay {
    position: relative;
    min-height: 120px !important;
    font-size: 12px;

}

.calender .table .oneDay .day {
    color: #727272;
    font-size: 18px;
    font-weight: 300 !important;
    position: absolute;
    left: 0px;
    bottom: 0px;

    color: #0093AE;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 24px;
}

.calender .table .oneDay .day.focus {
    border-radius: 999px;
    background-color: #FAF8F5;
    font-weight: bold !important;

    color: #0093AE;
    text-decoration: underline;
}


.calender .table .oneDay .day.JWblue1 {
    color: #5DC2D0;
}



.calender .table .oneDay .oneEvent {
    cursor: pointer;
    background-color: #6FC661;
    font-size: 12px;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.calender .table .oneDay .oneEvent.grey {
    background-color: #FAF8F5;
    color: #727272;
}



.calender .table .oneDay .oneEvent:hover {
    opacity: 0.7;
}
