.page-wrap {
    float: left;
    width: 100%;
}

.page-content {
    float: left;
    width: 100%;
    background: #fff;
    margin: 0 0 65px 0;
}

.page-section {
    float: left;
    width: 100%;
}

.page-date {
    width: 100%;
    text-align: right;
    color: #666;
}

.page-article,
.sitemap-page,
.courseregist-page {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 29px;
    font-size: 1.07em;
    margin: 20px 0 0 0;
}

.page-article > p {
    width: 100%;
    margin: 0 0 12px 0;
}


/*page kv
================================*/

.page-kv-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    background-size: cover;
}

.page-kv-title {
    display: block;
    font-size: 1.95em;
    font-weight: bold;
    text-align: left;
    margin: 35px 0;
    padding: 20px 0;
    color: #3c3f3e;
}

.page-kv-title img {
    float: left;
    margin-right: 10px;
    /*padding: 1px 0 0 0;*/
}


/*crumb
================================*/

.crumb {
    float: left;
    width: 100%;
    bottom: 0;
    background: #f1f1f1;
    padding: 7px 0;
    font-size: 0.93em;
    color: #666666;
    margin: 0 0 35px 0;
}

.crumb .Container > a.home {
    padding-left: 19px;
    margin-left: 0;
    background: url(../images/crumb_home.svg) 0 center no-repeat;
    background-size: 13px;
}

.crumb .Container > a {
    color: #666;
    margin: 4px 0 4px 5px;
    padding-left: 12px;
    background: url(../images/crumb_arr.png) 0 center no-repeat;
    display: inline-block;
    vertical-align: top;
}


/* crumb-社群分享
================================*/

.crumb-btn {
    float: right;
}

.crumb a.crumb-share,
.crumb a.crumb-print {
    background: none;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block;
}

.crumb a.crumb-share {
    width: 18px;
}

.crumb a.crumb-print {
    width: 34px !important;
    margin-left: 12px !important;
    border-left: 1px solid #bcbcbc;
    padding-left: 12px !important;
}

.crumb-btn-drop {
    position: absolute;
    width: 33px;
    right: 40px;
    top: 29px;
    z-index: 99999;
}

.crumb-btn-drop a {
    width: 100%;
}

.crumb-btn-drop a img {
    width: 100%;
}


/*頁面標題
================================*/

.page_title {
    margin-bottom: 12px;
    border-bottom: 4px solid #ebebeb;
    padding-bottom: 18px;
}

.page_title h2 {
    font-weight: bold;
    text-align: left;
    margin: 0;
    border-left: 5px solid #fe7a5e;
    padding: 0 0 0 12px;
    font-size: 1.7em !important;
    line-height: 36px;
}


/*查詢條件結果
================================*/

.search-resault {
    text-align: left;
    width: 100%;
    margin: 0 0 15px 0;
    background: url(../images/circle-blue.svg) 10px center no-repeat #f5f5f5;
    background-size: 9px 9px;
    padding: 6px 0 6px 26px;
    font-size: 0.95em;
}

.search-resault b {
    font-weight: normal;
    color: #1799e1;
}


/*查詢條件結果 end
================================*/


/*文章列表
================================*/

.page-list-cont {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.page-list-cont li {
    width: 100%;
    background: #fff;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 22px 0;
}

.page-list-cont li:last-child {
    margin-bottom: 0;
}

.page-list-cont li > a {
    width: 100%;
}

.page-list-date {
    width: 100%;
    color: #fe7a5e;
    font-weight: bold;
    font-size: 0.95em;
    line-height: normal;
}

.page-list-title {
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 3px 0 6px 0;
    line-height: 1.4;
    color: #333;
}

.page-list-content {
    color: #7a7a7a;
    line-height: 1.65;
    font-size: 0.97rem;
}

.page-list-tag {
    width: 100%;
    margin: 4px 0 0 0;
}

.page-list-tag a {
    display: inline-block;
    font-size: 0.87rem;
    border-radius: 30px;
    background: #fe7a5e;
    color: #fff;
    padding: 5px 14px;
    margin: 3px 6px 3px 0;
    line-height: initial;
    font-weight: bold;
}


/*文章列表 end
================================*/


/*分頁
================================*/

.pagination-wrap {
    text-align: center;
    display: block;
    margin: 50px 0px 0 0;
    width: 100%;
}

.pagination {
    display: inline-block;
}

.pagination-wrap a {
    display: inline-block;
    padding: 11px 13px;
    color: #333;
    margin: 0 6px;
    border: 1px solid #CCC;
    background: #fff;
}

.pagination-wrap a.disable {
    color: #666;
    border: 1px solid #bbb;
}

.pagination-wrap a.current {
    color: #fff;
    background: #fe7a5e;
    border: 1px solid #fe7a5e;
}

.rwd-pagination {
    display: none;
}

.rwd-pagination select {
    border: 1px solid #ccc;
    background: url(../images/arr_select.png) right center no-repeat #fff;
    border-radius: 0;
    padding: 8px 30px 8px 12px;
}


/*分頁 end
================================*/

/*文章底部按鈕*/

.page-article-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.page-article-btn a {
    display: inline-block;
    vertical-align: top;
    background: #fe7a5e;
    color: #fff;
    padding: 11px 20px;
    border-radius: 25px;
    text-align: center;
    min-width: 105px;
    margin: 0 5px;
    font-weight: bold;
}


/*-單圖置中-*/

.page-article img {
    width: auto;
    max-width: 100%;
}

.FloatCenterImg {
    text-align: center;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    z-index: 1;
}

.FloatCenterImg a {
    position: relative;
    /* color: transparent; */
    /* float: left !important; */
    width: 500px;
    margin: 0 auto !important;
    display: block;
    text-decoration: none !important;
}

.magnifier {
    background: url(../images/pic_magnifier.png) center center no-repeat #fe7a5e;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 15px;
    z-index: 999;
}

.page-arcitle img {
    width: auto;
    max-width: 100%;
}

.page-pic-large {
    text-align: center;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}

.page-pic-large img {
    width: 1024px;
    display: block;
    margin: 0 auto
}

.FloatImgCaption {
    color: #fff;
    text-align: left;
    padding: 5px 7px;
    margin: 0;
    font-size: 0.8em;
    line-height: 1.6;
    position: initial;
    bottom: 0;
    background: #6d6d6d;
    width: 100%;
}


/*-單圖置左-*/

.FloatLeftImg {
    float: left;
    margin: 8px 22px 15px 0px;
    width: auto;
    max-width: 40%;
    position: relative;
    z-index: 1;
}

.page-article .FloatLeftImg a {
    margin: 0;
    text-decoration: none;
}


/*-單圖置右-*/

.FloatRightImg {
    float: right;
    margin: 8px 0 15px 13px;
    width: auto;
    max-width: 40%;
    position: relative;
    z-index: 1;
}

.page-article .FloatRightImg a {
    margin: 0;
    text-decoration: none;
}


/*-圖片放大單獨頁面-*/

.page-pic-large {
    text-align: center;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}

.page-pic-large img {
    width: 1024px;
    display: block;
    margin: 0 auto;
}

.btn-back {
    display: block;
    width: 115px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1em;
    font-family: 微軟正黑體;
    font-weight: bold;
    margin: 60px auto;
    padding: 12px 15px;
    background: #fe7a5e;
    text-decoration: none;
    border-radius: 30px;
}


/*-多圖-*/

p.page-slider-caption {
    color: #fff;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: 0.9rem;
    background: #7d7d7d;
    padding: 3px 2%;
    text-align: left;
    line-height: 22px;
}

.page-slider-thumb img {
    height: 70px;
    margin: 0 auto;
}

.page-slider-wrap {
    width: 750px;
    margin: 0 auto 35px auto;
    padding: 10px;
    background: #eee;
    border-radius: 3px;
}

.page-slider-nav .page-slider-thumb {
    margin: 10px;
}

.page-slider-nav {
    width: 90%;
    margin: 0 auto;
}

.page-slider img {
    text-align: center;
}

.page-slider img {
    width: auto;
    height: 500px;
    display: inline-block;
}

.page-slider a {
    margin: 0 !important;
    text-align: center;
    display: block;
}

.page-slider-nav .slick-prev,
.page-slider-nav .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.page-slider-nav .slick-prev {
    left: -38px;
    background: url(../images/page_slider_prev.png) 0 0 no-repeat;
}

.page-slider-nav .slick-next {
    right: -38px;
    background: url(../images/page_slider_next.png) 0 0 no-repeat;
}


/*-認證QA-常見問題-*/

.common-qa-page {
    float: left;
    width: 100%;
}

.common-qa {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
}

.common-qa strong {
    float: left;
    width: 100%;
    background: #ffa404;
    color: #fff;
    padding: 5px 15px;
    font-size: 1.03rem;
}

.common-qa-cont {
    float: left;
    width: 100%;
    background: #fffdf4;
    padding: 15px;
}

.common-qa-cont p:last-child {
    margin-bottom: 0;
}

.common-qa-cont p {
    margin-bottom: 12px;
}

.common-qa-cont a {
    display: inline-block;
}


/*-認證QA-認證問題-*/

.faq-tab {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.faq-tab a {
    display: inline-block;
    background: #f3f3f3;
    color: #333333;
    padding: 7px 5px;
    font-weight: bold;
    margin: 0 8px 13px 0;
    min-width: 135px;
    border-radius: 45px;
    text-align: center;
    font-size: 0.97rem
}

.faq-tab a.active {
    background: #fe7a5e;
    color: #fff;
}

.faq-list {
    float: left;
    width: 100%;
}

.faq-list-sort {
    display: block;
    font-size: 1.25rem;
    line-height: initial;
    color: #333333;
}

.faq_list_template {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}

.faq_list_template li {
    width: 100%;
    float: left;
    margin: 0 0 19px 0;
}

.faq_list_template li .quest {
    width: 100%;
    color: #333333;
    /* font-weight: bold; */
    display: block;
    padding: 15px 65px 15px 70px;
    background: url(../images/qa_close.png) right center no-repeat #f3f3f3;
    cursor: pointer;
    line-height: 27px;
    position: relative;
    /* font-size: 1.05rem; */
    border-radius: 2px;
    height: auto;
}

.faq_list_template li .quest::before {
    content: "Q";
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    /* font-size: 1.2em; */
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    position: absolute;
    left: 18px;
    top: 8px;
    background: #fe7a5e;
}

.faq_list_template li .answer::before {
    content: "A";
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    position: absolute;
    left: 18px;
    top: 16px;
    border: 3px solid #fe7a5e;
    font-weight: bold;
    color: #fe7a5e;
}

.faq_list_template li .answer {
    padding: 15px 0 15px 70px;
    display: none;
    position: relative;
}

.faq_tag_template a.active {
    color: #fff;
}

.faq_list_template li .quest_close {
    background: url(../images/qa_open.png) right center no-repeat #f6f6f6 !important;
}

.answer a {
    color: #c98000;
}


/*--*/

.page-article a {
    display: inline-block;
}


/*-認證QA-如何成為專業人員-*/

.howto-faq,
.howto-intro {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
}

.howto-faq strong,
.howto-intro strong {
    float: left;
    width: 100%;
    background: #ffa404;
    color: #fff;
    padding: 5px 15px;
    font-size: 1.03rem;
}

.howto-intro strong {
    background: #fe8a15;
}

.howto-faq-cont,
.howto-error-cont,
.howto-intro-cont {
    float: left;
    width: 100%;
    background: #fffcec;
    padding: 15px;
}

.howto-intro-cont {
    background: #fff5ea;
}

.faq-item {
    float: left;
    width: 100%;
    margin: 3px 0;
}

.howto-faq.howto-error strong {
    background: #e16c7e;
}

.howto-error-cont {
    background: #fff5f7;
}

ul.howto-rule {
    padding: 0 0 0 19px;
}

.howto-rule li {
    list-style: decimal;
    margin: 0 0 6px 0;
}

.howto-intro-cont p {
    margin: 0 0 6px 0;
}



/*檔案下載
================================*/



.tb-info {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    line-height: 28px;
}

.dl-tb {
    float: left;
    width: 100%;
    line-height: 30px;
}

.dl-thead {
    float: left;
    width: 100%;
}

.filename,
.filesort {
    float: left;
    background: #fe7a5e;
    color: #fff;
    text-align: center;
    padding: 4px 0;
}

.filename,
.filename-cont {
    width: 65%;
    margin-right: 1px;
}

.filesort,
.filesort-cont {
    width: 34.8%;
}

.filename-cont,
.filesort-cont {
    float: left;
    padding: 10px 0;
}

.filename-cont {
    padding-left: 2%;
    padding-right: 2%;
}

.filesort-cont {
    text-align: center;
}

.filesort-cont a {
    display: inline-block;
    vertical-align: top;
}

.dl-tag {
    float: left;
    width: 100%;
}

.dl-tag a {
    float: left;
    font-size: 0.95rem;
    border-radius: 30px;
    background: #ffad43;
    color: #fff;
    padding: 0px 15px;
    margin: 3px 6px 3px 0;
}

.filename-cont p {
    margin: 0;
    float: left;
    width: 100%;
}

.filesort-cont img {
    display: inline-block;
    width: 33px;
    vertical-align: top;
    height: 33px;
    margin: 0 2px;
}

.dl-tcont {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 27px;
}

.dl-tcont:nth-child(odd) {
    background: #f5f5f5;
}


/*-頁數-*/

.rwd-pagination {
    display: none;
}

.pagination {
    text-align: center;
    display: block;
    margin: 65px 0px 0 0px;
    float: left;
    width: 100%;
}

.pagination a {
    padding: 8px 12px;
    color: #333;
    margin: 0 8px;
    border: 1px solid #CCC;
    background: #fff;
    display: initial;
}

.pagination a.disable {
    color: #999999;
    border: 1px solid #bbb;
}

.pagination a.current {
    color: #fff;
    background: #0096c9;
}


/*最新消息列表
================================*/

.newslist {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.newslist li {
    width: 100%;
    padding: 15px 20px;
    margin: 0;
    background: #f3f3f3;
}

.newslist li:nth-child(even) {
    background: #fff;
}

.newslist li:last-child {
    margin-bottom: 0;
}

.newslist li > a {
    width: 100%;
}

.newslist-date {
    width: 100%;
    color: #1799e1;
    font-weight: bold;
    line-height: normal;
    font-size: 0.95rem;
}

.newslist-title {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 6px 0;
    line-height: 1.4;
    color: #333;
}

.newslist-content {
    color: #7a7a7a;
    line-height: 1.6;
}

.newslist-tag {
    width: 100%;
    margin: 1px 0 0 0;
}

.newslist-tag a {
    display: inline-block;
    font-size: 0.87rem;
    border-radius: 30px;
    background: #fe7a5e;
    color: #fff;
    padding: 5px 14px;
    margin: 3px 6px 3px 0;
    line-height: initial;
    font-weight: bold;
}

.newslist-title {
    width: 100%;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 1px 0;
    line-height: 1.5;
    color: #333;
}




/* page側選單
================================*/

.side-nav-wrap ul {
    list-style: none;
}

.memzone-side {
    float: left;
    width: 295px;
}

.page-side {
    float: left;
    width: 21%;
}

.page-side .unit-title {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 21px 5%;
    background: #fe7a5e;
    width: 100%;
}

.page-side-pic {
    width: 100%;
}

.page-side-pic img {
    width: 100%;
    border: 3px solid #ff6a43;
}

.side-nav {
    background: #e3e3e3;
    padding: 15px;
    margin: 0;
}

.side-nav li {
    background: #fff;
    line-height: 30px;
    margin-top: 1px;
    /* border-top: 1px #c0bdb3 solid; */
}

.side-nav li a {
    display: block;
    padding: 18px 15px 18px 15px;
    color: #333333;
    font-size: 1.1em;
}

.sub-side-nav li {
    background: #eee !important;
}

.sub-side-nav {
    display: block;
    /* width: 100%; */
    margin: 0;
    padding: 0;
}

.side-nav li:first-child {
    border-top: none;
}

.sub-side-nav li a {
    font-weight: normal !important;
    color: #666 !important;
    background: none !important;
    font-size: 1.1em;
    display: block;
    padding: 18px 15px 18px 15px;
}

.subtitle {
    float: left;
    width: 100%;
    border-bottom: 3px solid #f6aa00;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.subtitle strong {
    float: left;
    font-size: 1.65em;
    background-size: 20px;
    line-height: 40px;
    text-align: left;
}

.page-main {
    float: right;
    width: 72%;
}


/* 網站導覽
================================*/

.sitemap-page {
    float: left;
    width: 100%;
}

.accessibility {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 15px 25px;
    border-radius: 10px;
    margin-bottom: 40px;
    font-size: 1em;
    line-height: 33px;
}

.accessibility p {
    margin: 0 0 5px 0;
}

.accessibility p:last-child {
    margin-bottom: 0;
}

.sitemap-cont {
    float: left;
    width: 100%;
}

.sitemap-box {
    float: left;
    width: 22.5%;
    margin: 0 1.2% 32px 1.2%;
}

.sm-title {
    float: left;
    width: 100%;
    background: #fe7a5e;
    color: #fff;
    border-radius: 10px;
    padding: 7px 15px;
    font-size: 1.05em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: bold;
}

.sm-title a {
    color: #fff;
}

.sitemap-box ul {
    list-style: none;
    float: left;
    width: 100%;
    background: #fff4f2;
    padding: 10px 15px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sitemap-box ul li {
    float: left;
    width: 100%;
    margin: 0 0 6px 0;
}

.sitemap-box ul li a:hover {
    color: #fe7a5e;
    opacity: 1;
}


/*登入/註冊
================================*/

.register {
    margin: 0;
}

.formList input[type="text"] {
    margin: 0;
    width: 100%;
}

.formBox {
    width: 540px;
    display: block;
    margin: 80px auto;
    z-index: 10;
}

.formBox-cont:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -47%;
    background: url(../images/register_img_course.png) left 0 no-repeat;
    width: 270px;
    height: 105px;
    background-size: contain;
    z-index: 1;
}

.formBox-cont:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -35%;
    background: url(../images/register_img_course2.png) left 0 no-repeat;
    width: 209px;
    height: 140px;
    background-size: contain;
    z-index: 1;
}

.tabList .tab2 {
    float: left;
    width: 50%;
    padding: 15px 20px 15px 20px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 7px 0 0 0;
    background: #ffe0dd;
    color: #656565;
    text-align: center;
}

.tabList .tab2.active {
    color: #ffffff;
    background: #fe7a5e;
    padding: 22px 20px 15px 20px;
    margin: 0;
}

.registerForm,
.ForgetcodeForm {
    padding: 40px;
    float: left;
    width: 100%;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
    border-radius: 15px;
    background: #fff4f3;
}

.formList {
    text-align: left;
    margin-bottom: 24px;
}

.formList:last-child {
    margin-bottom: 0;
}

.formList label {
    display: block;
    text-align: left;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
}

.formList .align {
    display: flex;
}

.formList .align img {
    margin-left: 5px;
}

.formList a.forgetPassword {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 94%;
    font-weight: bold;
    color: #fe7a5e;
}

.formList a.forgetPassword i {
    font-size: 94%;
    color: #fe7a5e;
    margin-right: 3px;
}

.register_note,
.forgetcode-remind {
    width: 100%;
    line-height: 1.55;
    background: #fffdfd;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: left;
    font-size: 0.93rem;
    margin: 0 0 20px 0;
}

.login-btn {
    float: left;
    width: 100%;
    text-align: center;
}

.login-btn a {
    width: 115px;
    padding: 12px 14px;
    color: #fff;
    border-radius: 100px;
    background: #fe7a5e;
    display: inline-block;
    text-align: center;
    font-size: 0.96rem;
    font-weight: bold;
}

.formBox-cont {
    float: left;
    width: 100%;
    background: #fff4f3;
    border-radius: 15px;
}

.tabList {
    float: left;
    width: 100%;
    background: #fff;
}

.verify input[type="text"] {
    margin: 0;
    width: 115px;
}

a.refresh-btn {
    background: #979797;
    color: #fff;
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 37px;
    padding: 0 12px;
    border-radius: 4px;
    margin: 0 0 0 7px;
}

.login_btn {
    border-top-left-radius: 15px;
}

.register_btn {
    border-top-right-radius: 15px;
}

.tab2 a:hover {
    opacity: 1;
}


/*忘記密碼
================================*/

.tabList strong {

    float: left;
    width: 100%;
    background: #fe7a5e;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 1.2em;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*註冊完成
================================*/

.register-fa-cont {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0;
}

.register-fa-cont p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 25px 0 0 0;
    font-size: 1.35rem;
    font-weight: bold;
    color: #555555;
}

.register-fa-cont img {
    margin: 0 auto;
}

.register-fa-wrap {
    float: left;
    width: 100%;
    background: #fff4f3;
    border-radius: 15px;
}



/*會員首頁
================================*/
.memindex-section {
    float: left;
    width: 100%;
    margin: 0 0 38px 0;
}


/* icons
******************* */
.memindex-icon {
    float: left;
    width: 100%;
    text-align: center;
}

.member-data-i {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin: 0 1%;
}

.memindex-icon a {
    display: block;
    width: 175px;
    margin: 0 auto;

}

.memindex-icon a p {
    margin: 14px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.35em;
    font-weight: bold;
}

.memindex-icon a.member-data-i1 p {

    font-size: 1.04em;
    line-height: 26px;

}

.memindex-icon a.member-data-i1 p span {

    color: #fe7a5e;

}

.member-datai-img {
    display: block;
    width: 100%;
    height: 175px;
    background: #ccc;
    border-radius: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.member-datai-img img {
    width: 95px;
}

.member-data-i2 .member-datai-img {
    background: #fe7a5e;
}

.member-data-i3 .member-datai-img {
    background: #64bcd4;
}

.member-data-i1 .member-datai-img {
    background: #27b9b4;
}

.member-datai-img p {
    margin: 0 !important;
    font-size: 3.5rem !important;
    font-family: sans-serif;
    color: #fff;
}

/* 依據您曾經報名過的活動類型
******************* */
.memindex-section-title {
    float: left;
    width: 100%;
    font-size: 1.15em !important;
    margin: 0 0 12px 0;
    font-weight: bold;
    background: #0096c9;
    padding: 11px 15px;
    color: #fff;
}

.memindex-section-title::before {
    content: "";
    float: left;
    border-radius: 100%;
    background: #ffffff;
    width: 7px;
    height: 7px;
    margin: 6px 6px 0 0;
}

.memindex-tag {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.memindex-tag a {
    color: #fff;
    margin: 0 6px 8px 0;
    padding: 6px 21px;
    cursor: pointer;
    float: left;
    font-size: 0.94rem;
    font-weight: bold;
    line-height: normal;
    border-radius: 50px;
    border: 0;
    background: #27b9b4;
}

.mem-courselist {
    display: inline-block;
    margin: 0 2% 45px 2%;
    width: 29%;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 10px 0px #242424;
    -o-box-shadow: 0px 0px 10px 0px #242424;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.mem-courselist:hover img {
    transform: scale(1.1);
}

.mem-courselist img {
    transition: transform 0.7s ease-out;
    width: 278px;
    height: 178px;
}

.mem-courselist .page-favorites {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 23px;
    position: absolute;
    top: 12px;
    right: 10px;
    background: url(../images/index_favorites.svg) 0 0 no-repeat;
    z-index: 9;
}

.mem-courselist .page-favorites-active {
    background: url(../images/index_favorites_active.svg) 0 0 no-repeat;
}

.mem-courselist .course-cont strong {
    height: 22px;
    overflow: hidden;
    font-size: 1.01em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0 0 4px 0;
    line-height: normal;
}

.mem-courselist .course-btn a {
    background: #30b4df;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 9px 15px;
    border-radius: 45px;
    width: 95px;
    display: block;
    margin: 0 auto;
}

.mem-courselist .course-date,
.mem-courselist .course-time {
    line-height: 23px;
    color: #30b4df;
    font-size: 0.96em;
}

/* 側選單
******************* */

.memside-title {
    float: left;
    width: 100%;

    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 21px 5%;
    background: #0096c9;
    width: 100%;
    margin: 60px 0 0 0;
}

.memside-title strong {
    float: left;
    width: 100%;
    color: #fff;
    margin: 12px 0 0 0;
    font-weight: normal;
}

.memside-title img {}

.memside-nav {
    float: left;
    width: 100%;
}

.memside-nav a {
    float: left;
    width: 100%;
    background: #def6ff;
    padding: 18px 22px;
    font-size: 1.16em;
    font-weight: bold;
    margin-bottom: 1px;
}

.memdata-nav {
    float: left;
    width: 100%;
}

.memdata-nav a {
    float: left;
    width: 100%;
    background: #def6ff;
    padding: 16px 22px;
    font-size: 1.14em;
    font-weight: bold;
    margin-bottom: 1px;
    min-height: 84px;
}

.memdata-nav-cont {
    float: left;
    width: 100%;
}

.memdata-nav-cont strong {
    float: left;
    width: 125px;
    line-height: 27px;
    color: #fff;
    font-weight: normal;
    font-size: 1.05rem;
    margin: 0 10px 0 0;
}

.memdata-nav-cont span {
    color: #fff;
    font-size: 2.2em;
    font-family: sans-serif;
}

.memdata-nav-i1 {

    background: url(../images/memdata-nav-i1.png) right bottom no-repeat #0fb1b2 !important;
    background-size: 65px !important;
}

.memdata-nav-i2 {
    background: url(../images/memdata-nav-i2.png) right bottom no-repeat #27b995 !important;
    background-size: 65px !important;

}

.memdata-nav-i3 {
    background: url(../images/memdata-nav-i3.png) right bottom no-repeat #5593f0 !important;
    background-size: 65px !important;

}

.memside-title img {
    width: 122px;
    height: 122px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    margin-top: -80px;
    border: 11px solid #0096c9;
}

/*會員專區-帳密管理
================================*/
.mempage-section-title {
    float: left;
    width: 100%;
    font-size: 1.15em !important;

    font-weight: bold;
    background: #0096c9;
    padding: 10px 15px;
    color: #fff;
    line-height: normal;
}

.mem-account tr {
    /* border-bottom: 1px solid #ccc; */

    margin-top: 1px;
}


.mem-account tr th,
.mem-account tr td {
    vertical-align: middle;
}

.mem-account th {
    padding: 8px 25px;
    line-height: normal;
}

.mem-account td {
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
}

input[type=file] {
    line-height: normal;
    font-size: 0.96rem;
}

.mem-account tr th {
    background: #eeeeee;
    line-height: 26px;
    width: 205px;
    color: #333;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
}

.editcode-btn-wrap {}

.editcode-btn-wrap a {
    background: #0fb1b2;
    color: #fff;
    margin: 0;
    padding: 8px 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.96rem;
    font-weight: bold;
    line-height: normal;
    border-radius: 50px;
    border: 0;
}

.membtn-wrap {
    float: left;
    width: 100%;
    text-align: center;
}

.membtn-wrap a {
    color: #fff;
    margin: 0 7px;
    padding: 8px 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.96rem;
    font-weight: bold;
    line-height: normal;
    border-radius: 50px;
    border: 0;
    min-width: 105px;
}

.blue {
    background: #0096c9;
}

.editcode-wrap input[type="password"] {
    display: block;
    margin-bottom: 11px;
}

.editcode-wrap input[type="password"]:last-child {
    margin-bottom: 0;
}

.editcode-wrap {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

/*會員page-wrap
================================*/
.my-collection,
.my-courselist,
.my-certification-page {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
}


/*會員專區-我的關注
================================*/

a.unfollow {
    display: inline-block;
    background: #37bae7;

    padding: 6px 0px;
    font-weight: bold;
    margin: 0;
    min-width: 96px;
    border-radius: 45px;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
}

/* course
******************* */
.my-collection-section,
.collection-course,
.collection-activity {
    width: 100%;
    float: left;
}

.collection-course-thead,
.collection-activity-thead {
    background: #37bae7 !important;
    padding: 9px 8px;
    width: 100%;
    float: left;
    line-height: normal;
    text-align: center;
}

.collection-course-tcont,
.collection-activity-tcont {

    padding: 15px 8px;
    width: 100%;
    float: left;
    line-height: normal;
    text-align: center;
    background: #f7f7f7;


}

.collection-course:nth-child(odd) .collection-course-tcont,
.collection-course:nth-child(odd) .collection-activity-tcont {


    background: #fff;


}

.collection-course-thead li,
.collection-course-tcont li,
.collection-activity-thead li,
.collection-activity-tcont li {
    width: 25%;
    padding: 0 1.5%;
    float: left;

}

.collection-course-thead li,
.collection-activity-thead li {
    color: #fff;
}

.my-collection-section {

    margin: 0 0 40px 0;
}

.collection-course-name a {
    text-decoration: underline;
}


.hiddenn {
    display: none;
}


.my-collection-section-title {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 1.26rem;
    margin: 0 0 10px 0;
    background: url(../images/heart-icon.png) left center no-repeat;
    padding-left: 30px;
}


/*會員專區-我的課程
================================*/
.my-course {
    display: inline-block;
    margin: 0 2% 30px 2%;
    width: 29%;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 10px 0px #242424;
    -o-box-shadow: 0px 0px 10px 0px #242424;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.my-course:hover img {
    transform: scale(1.1);
}

.my-course img {
    transition: transform 0.7s ease-out;
    width: 278px;
    height: 178px;
}

.my-course .page-favorites {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 23px;
    position: absolute;
    top: 12px;
    right: 10px;
    background: url(../images/index_favorites.svg) 0 0 no-repeat;
    z-index: 9;
}

.my-course .page-favorites-active {
    background: url(../images/index_favorites_active.svg) 0 0 no-repeat;
}


/*會員專區-認證時數
================================*/

.my-certification-page,
.my-certification {
    width: 100%;
    float: left;
}

.my-certification-thead {
    background: #37bae7 !important;
    padding: 9px 8px;
    width: 100%;
    float: left;
    line-height: normal;
    text-align: center;
}

.my-certification-tcont {

    padding: 15px 8px;
    width: 100%;
    float: left;
    line-height: normal;
    text-align: center;
    background: #f7f7f7;
}

.my-certification:nth-child(even) .my-certification-tcont {
    background: #fff;
}

.my-certification-thead li,
.my-certification-tcont li {
    width: calc(100% / 9);
    padding: 0 1%;
    float: left;

}

.my-certification-thead li {
    color: #fff;
}

.my-certification-coursename p {
    margin: 0;
}

.year-search {
    float: left;
    font-size: 0.95rem;
    font-weight: bold;
}

.year-search select {
    font-size: 0.95rem;
    font-weight: bold;
}

.year-search label {
    margin-right: 10px;
}

.total-certification {
    float: right;
    color: #ffffff;
    margin: 0 0 12px 0;
    padding: 9px 15px;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: normal;

    border: 0;
    min-width: 105px;
    background: #00779f;
    width: auto;
    text-align: center;
}

/*會員專區-個人資料管理
================================*/
/*tab*/
.mem-file-tab {
    float: left;
    width: 100%;
    border-bottom: 2px solid #0096c9;
}

.mem-file-tab a {
    color: #333333;
    margin: 0 6px 0 0;
    padding: 11px 0;

    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;

    border: 0;
    min-width: 105px;
    background: #eee;
    width: 205px;
    text-align: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.mem-file-tab a.active {
    background: #0096c9;
    color: #fff;
}

/*表單共通樣式*/
.mem-file-ststus {
    float: right;
    color: #ffffff;
    margin: 12px 0 0 0;
    padding: 8px 0;
    cursor: pointer;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: normal;
    min-width: 105px;
    background: #00779f;
    width: 115px;
    text-align: center;
}

.mem-file-cont {
    float: left;
    width: 100%;
    display: none;
}

.mem-tb-remind {
    float: left;
    width: 100%;
    font-size: 0.95rem;
    margin: 3px 0 0 0;
}

a.dark-blue {
    background: #0069a5;
}

a.pink {
    background: #f56d83;
}

input[type="text"].full-col,
select.full-col {
    margin: 12px 0 0 0;
}

textarea {
    width: 100%;
}


/*-三大塊提醒-*/
.mem-file-cont-remind {
    float: left;
    width: 100%;
    background: #f1fbff;
    padding: 20px 15px;
}

.mem-file-cont-remind p {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 25px;
}

.mem-file-cont-remind p:last-child {
    margin-bottom: 0;
}

/*1基本資料*/
td.mailing_address label {
    margin-left: 10px;
}

input[type="text"].etc-num {
    width: 100px;
    margin: 0;
}

input[type="text"].area-num {
    width: 100px;
}

/*2申請認證資料*/
.photoFrame {
    float: left;
    width: 200px;
    height: 267px;
    border: 1px dashed #ccc;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photoUpload_cont {
    float: left;
    height: 267px;
    width: calc(100% - 216px);
    position: relative;
}

.photoUpload_info {
    float: left;
    width: 100%;
    line-height: 1.3;
    /*background: #fff7db;*/
    /*padding: 20px;*/
    padding-top: 14px;
    margin-bottom: 20px;
}

.photoUpload_info strong {
    color: #333;
    font-size: 1em;
    display: block;
    margin-bottom: 7px
}

.photoUpload_info p {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 25px;
    color: #666;
}

.photoUpload_info p.note_orange {
    color: #ff890b;
}

.photoUpload_cont label {
    position: absolute;
    left: 0;
    bottom: 2px;
    color: #666;
}

.upload_filename {
    color: #666;
    font-size: 0.93em;
}

.UploadBtn {
    color: #fff;
    padding: 6px 22px;
    ;
    margin-right: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.96rem;
    font-weight: bold;
    line-height: normal;
    border-radius: 50px;
    border: 0;
    min-width: 105px;
    background: #0fb1b2;
}

.UploadBtn:hover {
    opacity: 0.8;
}

.qualifications_list {
    padding: 0 0 0 40px;
    margin: 0;
}

.qualifications_list li {
    list-style: decimal;
    margin: 0 0 20px 0;
    font-size: 1em;
}

.qualifications_list li:last-child {
    margin: 0;
}

.qualifications_list li input {
    position: absolute;
    top: 6px;
    left: -40px;
}

.qualifications_list li label {
    line-height: 1.5;
}

.sec_tb {
    padding: 12px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #c6c6c6;
}

.sec_tb.first {
    /*padding: 0 0 12px 0; */
}

.sec_tb.last {
    border-bottom: none;
    /*padding: 12px 0 0 0; */
}

.sec_tb strong {
    width: 50%;
    display: inline-block;
    padding-right: 14px;
    font-weight: normal;
    margin-right: 10px;
    font-weight: normal;
}

.sec_tb strong .note {
    display: inline-block;
    color: #ff890b;
    font-size: 0.95em;
    line-height: 1.4;
}

.DownloadBtn {
    color: #fff;
    padding: 6px 22px;
    ;
    margin-right: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.96rem;
    font-weight: bold;
    line-height: normal;
    border-radius: 50px;
    border: 0;
    min-width: 105px;
    background: #f7788c;
}

a.sampleDownload {
    color: #0096c9;
    text-decoration: underline;
    margin-left: 5px;
}

.upload_remind {
    width: 100%;
    background: #f1fbff;
    padding: 15px;
    margin-bottom: 10px;
}

.upload_remind p {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 25px;
}

.upload_remind p:last-child {
    margin-bottom: 0;
}


/*3專業課程學分與工作經歷*/
.memfile-cont-section-title {
    float: left;
    width: 100%;
    background: #0096c9;
    color: #fff;
    padding: 6px 23px;
    font-weight: bold;
    font-size: 0.99rem;
}

.memfile-cont-section-title a {
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 0.99rem;
}

.memfile-cont-section-title a > i {
    color: #fff;
    margin-right: 5px;
}

.mem-file-cont-remind.part3 {
    padding: 12px 15px;
}

.mem-file-cont-remind span {
    color: #ff890b;
    margin-left: 10px;
}

.mem-file-cont-credit {
    float: left;
    width: 100%;
    background: #fff5d8;
    padding: 12px 15px;
}

.mem-file-cont-credit p {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 25px;
}

.mem-file-cont-credit span {
    font-size: 1.12em;
    font-weight: bold;
    color: #0096c9;
    margin: 0 10px;
}

.courseName label {
    margin-right: 10px;
}

.courseName select.credit_w {
    width: 60px;
}

.job_cont_remind {
    float: left;
    width: 100%;
    background: #f1fbff;
    padding: 15px;
}

.job_cont_remind strong {
    float: left;
    width: 100%;
}

.job_cont_remind p {
    float: left;
    margin: 0 24px 0 0;
}

.job_cont_remind ul {
    float: left;
    width: 60%;
}

.job_cont_remind ul li {
    float: left;
    list-style: decimal;
}
