@charset "UTF-8";
.c-filter{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:space-between;width:100%}.c-filter__box{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:space-between;width:100%;flex:0 1 auto}.c-filter__box__item{width:100%;height:80px;margin:0 15px 0 0;background-color:var(--bgColor);border:none;flex:0 1 auto}.c-filter__submit{width:100%;height:80px;max-width:280px;margin:0 0 0 20px;flex:0 0 auto}@media screen and (max-width:1200px){.c-filter{display:block}.c-filter__box{flex-wrap:wrap}.c-filter__box__item{width:calc(50% - 10px);height:70px;margin:0 0 10px 0}.c-filter__box__item:not(:nth-last-child(2)):first-child{width:100%}.c-filter__box__item:not(:nth-child(2)):not(:nth-child(odd)):nth-last-child(1),.c-filter__box__item:not(:nth-child(1)):not(:nth-child(even)):nth-last-child(2),.c-filter__box__item:not(:nth-child(odd)):nth-last-child(3){width:calc(33.33% - 10px)}.c-filter__submit{height:70px;max-width:none;margin:10px auto 0 auto}}@media screen and (max-width:991px){}@media screen and (max-width:767px){.c-filter__box__item{height:50px;border:1px solid #dbdbdb}.c-filter__box__item,.c-filter__box__item:not(:nth-child(2)):not(:nth-child(odd)):nth-last-child(1),.c-filter__box__item:not(:nth-child(1)):not(:nth-child(even)):nth-last-child(2),.c-filter__box__item:not(:nth-child(odd)):nth-last-child(3){width:100%}.c-filter__submit{height:50px;margin:5px auto 0 auto}}@media screen and (max-width:575px){}@supports (-webkit-touch-callout:none){}
.c-course{display:block;width:100%}.c-course__pic{display:block;width:100%}.c-course__pic__cover{position:absolute;top:0;left:0;display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;height:100%;background:rgba(0,0,0,.55);opacity:0;transition:opacity .4s ease-in-out}.c-course__pic__cover::before{content:'Read more';position:relative;display:block;width:auto;max-width:100%;font-size:16px;line-height:1;color:#fff;font-family:'Barlow-M';flex:0 0 auto}.c-course__pic__cover::after{content:'';position:relative;display:block;width:7px;height:13px;margin:0 0 0 15px;background:url(/assets/images/common/icon_arrow_next_thin_white.svg) center no-repeat;background-size:contain;flex:0 0 auto}.c-course__content{display:block;width:100%;margin:15px 0 0 0}.c-course__content__title{display:block;width:100%;font-size:17px;line-height:1.5;color:var(--textColor);font-family:'NotoSansTC-M';overflow:hidden}.c-course__content__sub{display:block;width:100%;font-size:15px;line-height:1.5;color:var(--textColor);opacity:.5;overflow:hidden}.c-course__content__text{display:block;width:100%;margin:10px 0 0 0;font-size:15px;line-height:1.5;color:#585858;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.c-course__link{position:absolute;top:0;left:0;display:block;width:100%;height:100%;opacity:0}.c-course:hover .c-course__pic__cover{opacity:1}.c-course:hover .c-course__pic__cover::after{animation:fadeOutRight 1.2s ease-in-out infinite}@media screen and (max-width:991px){}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-course__content{margin:10px 0 0 0}.c-course__content__title{font-size:15px}.c-course__content__sub{font-size:14px}.c-course__content__text{margin:7.5px 0 0 0;font-size:14px}}@media (any-hover:none){.c-course__pic__cover{display:none}}@supports (-webkit-touch-callout:none){}
.c-page{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:space-between;width:100%;padding:60px 0 0 0;margin:0 auto;border-top:1px solid #e5e5e5}.c-page__num{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center}.c-page__num a{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:50px;height:50px;margin:0 5px;font-size:15px;line-height:1;color:var(--textColor);font-family:'Barlow-M','NotoSansTC-M';border-radius:50%;overflow:hidden}.c-page__num a.hide{display:none}.c-page__num a:hover,.c-page__num a.active{color:#fff;background:var(--gradient) top left no-repeat;background-size:200% 200%}.c-page__prev,.c-page__next{margin:0 0 0 20px;font-size:15px;line-height:1;color:var(--textColor);font-family:'Barlow-B','NotoSansTC-M'}.c-page__prev{margin:0 20px 0 0}.c-page__prev::after,.c-page__next::before{position:relative;display:inline-block;vertical-align:middle;text-transform:uppercase;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit}.c-page__prev::after{content:'Prev';margin:0 0 0 20px}.c-page__next::before{content:'Next';margin:0 20px 0 0}.c-page__prev::before,.c-page__next::after{content:'';position:relative;display:inline-block;vertical-align:middle;width:10px;height:20px;background:url(/assets/images/common/icon_arrow_next_thin_black.svg) center no-repeat;background-size:contain}.c-page__prev::before{transform:scaleX(-1)}.c-page__prev:hover::before{animation:pagePrevArrow 1.2s ease-in-out infinite}.c-page__next:hover::after{animation:fadeOutRight 1.2s ease-in-out infinite}.c-page__prev.disable,.c-page__next.disable{opacity:.4;pointer-events:none}.c-page__back{width:100%;max-width:180px}.c-page-detail{padding:45px 0 0 0}@media screen and (max-width:991px){.c-page{padding:35px 0 0 0}.c-page-detail{padding:50px 0 0 0}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-page{padding:30px 0 0 0}.c-page__num a{width:40px;height:40px;font-size:14px}.c-page__prev,.c-page__next{font-size:14px}.c-page__prev::after{margin:0 0 0 10px}.c-page__next::before{margin:0 10px 0 0}.c-page__back{max-width:none;margin:0 auto 15px auto}.c-page-detail{flex-wrap:wrap;padding:35px 0 0 0}.c-page-detail .c-page__prev,.c-page-detail .c-page__next{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:calc(50% - 5px);height:50px;margin:0;border:1px solid #e5e5e5;order:2}.c-page-detail .c-page__prev::after{margin:0 0 0 20px}.c-page-detail .c-page__next::before{margin:0 20px 0 0}}@media (any-hover:none){.c-page__prev:hover::before,.c-page__next:hover::after{animation:none}}@supports (-webkit-touch-callout:none){}
.c-anchor{top:-310px}.list{margin:95px auto 190px auto}.list__filter{margin:0 auto 80px auto}.list__result{margin:-10px 0 40px 0;font-size:20px}.list__submenu{margin:0 auto 80px auto}.list__category{margin:0 0 60px 0}.list__box{left:-10px;display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:calc(100% + 20px)}.list__box__item{width:calc(33.33% - 20px);margin:0 10px 90px 10px;animation-name:fadeInUp}@media screen and (max-width:991px){.c-anchor{top:-255px}.list{margin:60px auto 120px auto}.list__filter{margin:0 auto 65px auto}.list__result{margin:-20px 0 30px 0;font-size:18px}.list__submenu{margin:0 auto 65px auto}.list__category{margin:0 0 40px 0}.list__box{left:-15px;width:calc(100% + 30px)}.list__box__item{width:calc(50% - 30px);margin:0 15px 55px 15px}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-anchor{top:-175px}.list{margin:45px auto 85px auto}.list__filter{margin:0 auto 60px auto}.list__result{margin:-15px 0 20px 0;font-size:16px}.list__submenu{margin:0 auto 35px auto}.list__box{left:0;width:100%}.list__box__item{width:100%;margin:0 0 40px 0}}@supports (-webkit-touch-callout:none){}
