@charset "UTF-8";
.c-share{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:100%}.c-share__title{display:block;width:auto;max-width:100%;margin:0 20px 0 0;font-size:16px;line-height:1;color:var(--textColor);font-family:'Poppins-M';flex:0 0 auto}.c-share__list{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:100%;flex:0 1 auto}.c-share__list__item{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:40px;height:40px;margin:0 10px 0 0;border-radius:50%;overflow:hidden;background:var(--textColor);transition:opacity .4s ease-in-out}.c-share__list__item:hover{opacity:.7}.c-share__list__item:last-child{margin:0}.c-share__list__item img{object-fit:contain;object-position:center;width:50%;height:50%;filter:brightness(0) invert(1)}.c-share__list__item__textarea{position:fixed;top:-100vh;left:-100vw;opacity:0;pointer-events:none}@media screen and (max-width:991px){}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-share__title{margin:0 15px 0 0;font-size:15px}}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}
.c-edit{overflow:hidden}.c-edit,.c-edit p{font-size:15px;line-height:2;color:var(--textColor);text-align:left;word-break:break-all}.c-edit a{font-size:inherit;line-height:inherit;color:#2a00ff;text-decoration:underline;transition:opacity .4s ease-in-out}.c-edit h3{font-size:17;line-height:inherit;color:inherit}.c-edit a:hover{text-decoration:underline;opacity:.7}.c-edit .red{color:#ff0000}.c-edit ol{display:list-item;padding:0 0 0 2em}.c-edit ol li{list-style:decimal;width:100%}.c-edit ul li{display:flex;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:100%}.c-edit ul li::before{content:'';position:relative;top:1em;display:block;width:3px;height:3px;margin:0 7.5px;border-radius:50%;background:rgba(38,38,46,.8);overflow:hidden;flex:0 0 auto}.c-edit img{display:inline;width:auto;max-width:100%;height:auto !important}.c-edit *:last-child{margin:0 auto}.c-edit__youtube{display:block;width:100%;padding:56.25% 0 0 0}.c-edit iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0 auto}.c-edit__table{width:100%;padding:0 0 5px 0;overflow-x:auto}.c-edit__table::-webkit-scrollbar{height:4px}.c-edit__table::-webkit-scrollbar-thumb{background:var(--mainColor)}@media screen and (max-width:991px){}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-edit,.c-edit p,.c-edit h3{font-size:14px}.c-edit ul li{display:block;font-size:14px}.c-edit ul li::before{top:auto;display:inline-block;vertical-align:middle}}@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:50px 0 0 0;margin:0 auto;border-top:1px solid #dfdfdf}.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:40px;height:40px;margin:0 5px;font-size:16px;line-height:1;color:var(--textColor);font-family:'NotoSansTC';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(--mainColor)}.c-page__prev,.c-page__next{margin:0 0 0 20px;font-size:16px;line-height:1;color:var(--textColor);font-family:'NotoSansTC'}.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 25px}.c-page__next::before{content:'Next';margin:0 25px 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(/en/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:.3;pointer-events:none}.c-page__back{width:100%;max-width:180px}.c-page-detail{padding:40px 0 0 0}@media screen and (max-width:991px){.c-page{padding:45px 0 0 0}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-page{padding:25px 0 0 0}.c-page__num a{width:35px;height:35px}.c-page__prev,.c-page__next{font-size:15px}.c-page__prev::after{margin:0 0 0 15px}.c-page__next::before{margin:0 15px 0 0}.c-page__back{max-width:none;margin:0 auto 10px auto}.c-page-detail{flex-wrap:wrap;padding:30px 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;color:#fff;background:var(--textColor);border-radius:25px;overflow:hidden;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}.c-page-detail .c-page__prev::before,.c-page-detail .c-page__next::after{filter:brightness(0) invert(1)}}@media (any-hover:none){.c-page__prev:hover::before,.c-page__next:hover::after{animation:none}}@supports (-webkit-touch-callout:none){}
main{overflow:visible}.detail{margin:120px auto -170px auto;overflow:visible}.detail__head{display:flex;align-items:stretch;align-content:stretch;justify-items:flex-start;justify-content:space-between;width:100%}.detail__head__pic{display:block;width:calc(50% - 30px);height:100%;margin:0 60px 0 0;flex:0 0 auto;animation-name:fadeInUp}.detail__head-long .detail__head__pic{max-width:550px}.detail__head__pic.c-picSlick{margin:0 60px -30px 0}.detail[data-end="1"] .c-picSlick__main::after{content:"活動已結束"}.detail__head__pic__tag{position:absolute;bottom:60px;right:40px;display:block;width:auto;max-width:100%;padding:12.5px 20px;font-size:14px;line-height:1;color:#fff;font-family:'NotoSansTC-M';background:var(--textColor);border-radius:20px;overflow:hidden;z-index:10}.detail__head__info{display:flex;flex-direction:column;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:100%;border-bottom:1px solid #d9d9d9;flex:0 1 auto;animation-name:fadeInUp}.detail__head__info__date{display:block;width:100%;font-size:15px;line-height:1;color:#838383;flex:0 0 auto}.detail__head__info__title{display:block;width:100%;font-size:30px;line-height:1.25;color:var(--textColor);font-family:'NotoSansTC-M';flex:0 0 auto}.detail__head__info__sub{display:block;width:100%;font-size:18px;line-height:1.5;color:#838383;flex:0 0 auto}.detail__head__info__text{display:block;width:100%;height:100%;margin:25px 0 0 0;padding:25px 0 0 0;font-size:16px;line-height:2.2;color:#515151;border-top:1px solid #d9d9d9;flex:0 1 auto}.detail__head__info__bt{position:absolute;bottom:25px;right:0;max-width:180px}.detail[data-sign="1"] .detail__head__info__bt{filter:grayscale(1) brightness(1.1);pointer-events:none}.detail[data-sign="1"] .detail__head__info__bt::before{content:'報名已結束'}.detail[data-sign="1"] .detail__head__info__bt span{display:none}.detail__head__info .c-share{margin:40px 0 25px 0;flex:0 0 auto}.detail__head__info__bt~.c-share{width:calc(100% - 200px)}.detail__body{display:block;width:100%;margin:100px auto 0 auto;padding:100px 70px;background:url(/en/assets/images/common/texture.png) center repeat;background-size:auto}.detail__body__inner{display:block;width:100%;max-width:1100px;margin:0 auto;padding:80px 130px;background:#fff;animation-name:fadeInUp}.detail__body__inner__title{display:block;width:100%;margin:0 0 35px 0;padding:0 0 35px 0;font-size:30px;line-height:1;color:var(--textColor);font-family:'Poppins-B';border-bottom:1px solid #d9d9d9;text-transform:uppercase}.detail__body__inner__title::after{content:'';position:absolute;bottom:-1px;left:0;display:block;width:150px;height:3px;background:var(--mainColor)}.detail__body__inner__edit{margin:0 auto 75px auto}@media screen and (max-width:1200px){.detail__body__inner{padding:80px}}@media screen and (max-width:991px){.detail{margin:75px auto -405px auto}.detail__head{display:block}.detail__head-picSlick{margin:0}.detail__head__pic{width:100%;max-width:none;margin:0}.detail__head-long .detail__head__pic{max-width:none}.detail__head__pic.c-picSlick{margin:0}.detail__head__pic__tag{bottom:50px;right:30px}.detail__head__info{margin:35px 0 0 0;border:none}.detail__head__info__bt{bottom:0}.detail__head__info .c-share{margin:75px 0 0 0}.detail__body{left:-50px;width:calc(100% + 100px);margin:60px auto 0 auto;padding:60px 50px 340px 50px}.detail__body__inner{padding:60px 50px 70px 50px}.detail__body__inner__title{margin:0 0 25px 0;padding:0 0 25px 0;font-size:25px}.detail__body__inner__title::after{width:120px}.detail__body__inner__edit{margin:0 auto 50px auto}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.detail{margin:55px auto -250px auto}.detail__head__pic__tag{bottom:40px;right:15px;padding:10px 15px;font-size:13px;border-radius:17.5px}.detail__head__info{margin:30px 0 0 0}.detail__head__info__date{margin:0 0 2.5px 0;font-size:14px}.detail__head__info__title{font-size:22px}.detail__head__info__sub{margin:2.5px 0 0 0;font-size:15px;order:0}.detail__head__info__text{margin:20px 0 0 0;padding:20px 0 0 0;font-size:15px;line-height:2}.detail__head__info__bt{position:relative;max-width:none;margin:40px 0 0 0}.detail__head__info .c-share{margin:45px 0 0 0}.detail__head__info__bt~.c-share{width:100%;margin:35px 0 0 0}.detail__body{left:-20px;width:calc(100% + 40px);margin:35px 0 0 0;padding:50px 20px 300px 20px}.detail__body__inner{padding:0;background:none}.detail__body__inner__title{margin:0 0 20px 0;padding:0 0 20px 0;font-size:22px}.detail__body__inner__title::after{width:80px}.detail__body__inner__edit{margin:0 auto 35px auto}}@supports (-webkit-touch-callout:none){}
