@charset "UTF-8";
.c-submenu{display:block;width:100%;overflow:hidden}.c-submenu__list{display:flex;align-items:stretch;align-content:stretch;justify-items:flex-start;justify-content:flex-start;width:100%;padding:0 150px;background:#f7f7f7;overflow:hidden}.c-submenu__list .slick-track{display:flex;align-items:stretch;align-content:stretch;justify-items:flex-start;justify-content:flex-start}.c-submenu__list .slick-arrow{top:0;width:120px;height:100%;background:url(/assets/images/common/icon_arrow_next_thin_black.svg) center no-repeat;background-size:auto 20px}.c-submenu__list .slick-arrow::before,.c-submenu__list .slick-arrow::after{display:none}.c-submenu__list .slick-prev{left:0;transform:scaleX(-1)}.c-submenu__list .slick-next{right:0}.c-submenu__list__item{display:flex;align-items:stretch;align-content:stretch;justify-items:center;justify-content:center;width:auto;max-width:100%;height:auto;padding:0 10px;font-size:16px;line-height:1.5;color:var(--textColor);font-family:'NotoSansTC';text-align:center;flex:0 0 auto}.c-submenu__list__item.slick-slide{display:flex}.c-submenu__list__item::before{content:'';position:absolute;bottom:0;left:0;display:block;width:100%;height:3px;background:var(--subColor);opacity:0;transition:opacity .4s ease-in-out;pointer-events:none}.c-submenu__list__item:hover::before,.c-submenu__list__item.active::before{opacity:1}.c-submenu__list__item::after{content:'';position:absolute;top:calc(50% - 15px);right:-1px;display:block;width:1px;height:30px;background:#d1d1d1;pointer-events:none}.c-submenu__list__item.slick-slide::after,.c-submenu__list__item:last-child::after{display:none}.c-submenu__list__item.slick-active::after{display:block}.c-submenu__list__item:last-child.slick-active:after{display:none}.c-submenu__list__item__link{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;padding:20px;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;text-align:inherit;flex:0 0 auto}.c-submenu__select{display:none}@media screen and (max-width:1200px){.c-submenu__list{padding:0 80px}.c-submenu__list .slick-arrow{width:80px}}@media screen and (max-width:991px){.c-submenu__list{display:none}.c-submenu__select{display:block}}@media screen and (max-width:767px){}@media screen and (max-width:575px){}@supports (-webkit-touch-callout:none){}
.c-news{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:100%;padding:30px 0;border-bottom:1px solid #f0f0f0}.c-news::before{content:'';position:absolute;left:0;bottom:-1px;display:block;width:100%;height:1px;background:var(--mainColor);opacity:0;pointer-events:none;transition:opacity .4s ease-in-out;z-index:10}.c-news::after{content:'';position:relative;right:0;display:block;width:10px;height:20px;margin:0 0 0 30px;background:url(/assets/images/common/icon_arrow_next_thin_black.svg) center no-repeat;background-size:contain;flex:0 0 auto}.c-news:first-child{border-top:1px solid #f0f0f0}.c-news__tool{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:auto;max-width:100%;flex:0 0 auto}.c-news__tool__date{display:block;width:auto;min-width:5.5em;max-width:100%;margin:0 35px 0 0;font-size:17px;line-height:1;color:#969696;font-family:'Montserrat','NotoSansTC';flex:0 0 auto}.c-news__tool__type{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:auto;max-width:100%;min-width:120px;min-height:45px;margin:0 55px 0 0;padding:10px;font-size:17px;line-height:1;color:#fff;text-align:center;background:var(--gradient);border-radius:22.5px;flex:0 0 auto;overflow:hidden;transition:background-color .4s ease-in-out}.c-news__tool__type__text{display:block;width:100%;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit}.c-news__title{display:block;width:100%;font-size:20px;line-height:1;color:var(--textColor);font-family:'NotoSansTC-M';overflow:hidden;flex:0 1 auto;white-space:nowrap;text-overflow:ellipsis}.c-news__link{position:absolute;top:0;left:0;display:block;width:100%;height:100%;opacity:0}.c-news:hover::before{opacity:1}.c-news:hover::after{background-image:url(/assets/images/common/icon_arrow_next_thin_orange.svg)}.c-news:hover .c-news__tool__type{background-color:transparent}.c-news:hover .c-news__tool__type::before{opacity:1;animation:gradientMove 1s linear infinite}@media screen and (max-width:991px){.c-news{padding:25px 0}.c-news__tool__date{margin:0 20px 0 0;font-size:16px}.c-news__tool__type{min-width:110px;min-height:40px;margin:0 35px 0 0;border-radius:20px}.c-news__title{font-size:18px}}@media screen and (max-width:767px){.c-news{display:block;padding:25px 30px 25px 0}.c-news::after{position:absolute;top:calc(50% - 10px)}.c-news__tool{width:100%;margin:0 0 10px 0}.c-news__tool__date{margin:0;font-size:15px}.c-news__tool__type{display:block;min-width:0;min-height:0;margin:0 0 0 5px;padding:0 0 0 5px;color:var(--textColor);text-align:left;background:none;border-left:1px solid #969696;border-radius:0}.c-news__tool__type::before{display:none}.c-news__title{font-size:16px}}@media screen and (max-width:575px){.c-news{padding:20px 30px 20px 0}}@media (any-hover:none){.c-news::before{display:none}.c-news:hover::after{background-image:url(/assets/images/common/icon_arrow_next_thin_black.svg)}.c-news .c-news__tool__type{background-color:var(--textColor)}.c-news .c-news__tool__type::before{display:none}@media screen and (max-width:767px){.c-news .c-news__tool__type{background: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:'Montserrat-B';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:'Montserrat-B';transition:opacity .4s ease-in-out}.c-page__prev{margin:0 20px 0 0}.c-page__prev:hover,.c-page__next:hover{opacity:.7}.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:40px 0 0 0}@media screen and (max-width:991px){.c-page{padding:35px 0 0 0}.c-page-detail{padding:40px 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::after,.c-page__next::before{display:none}.c-page__prev::after{margin:0 0 0 10px}.c-page__next::before{margin:0 10px 0 0}.c-page__back{max-width:100px;padding:13px 5px;font-size:15px}.c-page-detail{padding:40px 0 0 0}.c-page-detail .c-page__prev::after,.c-page-detail .c-page__next::before{display:inline-block}}@supports (-webkit-touch-callout:none){}
.news{max-width:1450px;margin:75px auto 130px auto;overflow:visible}.news__submenu{margin:0 auto 45px auto}.news__inner{display:block;width:100%;padding:70px 90px;background:#fff;box-shadow:8px 5px 43px rgba(164,164,164,.3)}.news__inner__box__item{animation-name:fadeInUp}.news__inner .c-page{margin:45px auto 0 auto;padding:0;border:none}@media screen and (max-width:991px){.news{margin:60px auto 130px auto}.news__submenu{margin:0 auto 40px auto}.news__inner{padding:60px 30px 70px 30px}.news__inner .c-page{margin:35px auto 0 auto}}@media screen and (max-width:767px){.news{margin:40px auto 120px auto}.news__submenu{margin:0 auto 35px auto}.news__inner{padding:0;box-shadow:none}}@media screen and (max-width:575px){}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}
