@charset "UTF-8";
.c-news{display:flex;align-items:stretch;align-content:stretch;justify-items:flex-start;justify-content:flex-start;width:100%;border-radius:40px;box-shadow:var(--shadow);overflow:hidden}.c-news.wow{animation-name:fadeInUp}.c-news:nth-child(even){flex-direction:row-reverse}.c-news__pic{display:block;width:57%;height:auto;flex:0 0 auto}.c-news__pic img{position:absolute;top:50%;left:50%;object-fit:cover;object-position:center;height:100%;transform:translate(-50%,-50%)}.c-news__pic .pc{display:block}.c-news__pic .pad,.c-news__pic .mb{display:none}.c-news__content{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:100%;padding:90px 50px;flex:0 1 auto}.c-news__content__inner{display:block;width:100%;letter-spacing:1px}.c-news__content__inner__date{display:block;width:100%;margin:0 0 53px 0;font-size:14px;line-height:1;color:var(--mainColor);font-family:'Poppins','NotoSansTC'}.c-news__content__inner__date::before{content:"";position:absolute;left:0;bottom:-45%;display:block;width:7px;height:7px;border-radius:50%;background:#d4dade}.c-news__content__inner__date__dd{display:block;width:100%;margin:0 0 10px 0;font-size:50px;font-family:inherit;line-height:inherit}.c-news__content__inner__date__dd::after{content:"";position:relative;bottom:0;right:-.3em;display:inline-block;width:1px;height:.5em;background:var(--mainColor);rotate:25deg}.c-news__content__inner__date__mm{display:block;width:100%;font-size:17px;font-family:inherit;line-height:inherit;text-transform:uppercase}.c-news__content__inner__title{width:100%;margin:0 0 20px 0;font-size:18px;line-height:1.5;font-family:'NotoSansTC-B';display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden}.c-news__content__inner__word{width:100%;max-width:calc(100% - 75px);font-size:15px;line-height:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden}.c-news__link{position:absolute;bottom:0;right:0}.c-news__content__bt{max-width:300px}.c-news-store .c-news__pic{width:calc(50% - 45px)}.c-news-store .c-info__content{margin:0 0 40px 0}.c-news-store .c-news__content{padding:90px 50px 90px 60px}@media screen and (max-width:991px){.c-news__pic{width:62%}.c-news__pic .pc,.c-news__pic .mb{display:none}.c-news__pic .pad{display:block}.c-news__content{padding:30px 25px}.c-news:nth-child(2n){flex-direction:row}.c-news__content__inner__date{margin:0 0 65px 0}.c-news__content__inner__word{-webkit-line-clamp:3}.c-news-store{display:block}.c-news-store .c-news__pic{width:100%}.c-news-store .c-news__pic img{position:relative;top:0;left:0;object-fit:fill;height:auto;transform:none}.c-news-store .c-news__content{padding:55px 40px 65px 40px}}@media screen and (max-width:767px){.c-news{display:block}.c-news__pic{width:100%}.c-news__pic img{position:relative;top:0;left:0;object-fit:fill;height:auto;transform:none}.c-news__content__inner::after{font-size:14px}.c-news__content__inner__date{margin:0 0 15px 0}.c-news__content__inner__word{margin:10px 0 0 0;-webkit-line-clamp:2}}@media screen and (max-width:575px){.c-news__pic .pad{display:none}.c-news__pic .mb{display:block}.c-news__content{padding:35px 25px 40px 25px}.c-news__content__inner__date{margin:0 0 45px 0}.c-news__content__inner__date__dd{font-size:25px}.c-news__content__inner__date__dd::after{bottom:-5px;right:-.5em;height:1em}.c-news__content__inner__date__mm{font-size:15px;margin:-3px 0 0 0}.c-news__content__inner__word{font-size:13px}.c-news__content__bt{max-width:none;margin:40px 0 0 0}.c-news-store{box-shadow:none}.c-news-store .c-news__content{padding:25px 0 25px 0}.c-news-store .c-info__content__item__label{margin:0 0 2px 0;font-family:'NotoSansTC-B'}}@supports (-webkit-touch-callout:none){}
.c-page{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;margin:0 auto}.c-page__count{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:auto;max-width:100%}.c-page__count a{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:40px;height:40px;margin:0 5px;border-radius:50%;font-size:16px;color:var(--mainColor);line-height:1;font-family:'Poppins','NotoSansTC';transition:color .4s ease-in-out,background-color .4s ease-in-out;overflow:hidden}.c-page__count a:hover,.c-page__count a.active{color:var(--mainColor);background:#d4dade}.c-page__prev,.c-page__next{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;margin:0 0 0 100px;font-size:14px;line-height:1;color:#7e8991;font-family:'Poppins-B','NotoSansTC-B';transition:opacity .4s ease-in-out}.c-page__prev{margin:0 100px 0 0}.c-page__prev:hover,.c-page__next:hover{opacity:.7}.c-page__prev::before,.c-page__next::after{content:'';position:relative;display:block;width:13px;height:25px;margin:0 0 0 20px;background:url(/assets/images/common/icon_arrow_next_thin_grayBlue.svg) center no-repeat;background-size:contain}.c-page__prev::before{margin:0 20px 0 0;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:.2;pointer-events:none}.c-page__back{max-width:200px}@media screen and (max-width:991px){.c-page-detail{justify-content:space-between}.c-page-detail .c-page__prev{margin:0 20px 0 0}.c-page-detail .c-page__next{margin:0 0 0 20px}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-page{justify-content:space-between}.c-page__prev,.c-page__next{font-size:0}.c-page__prev{margin:0 20px 0 0}.c-page__next{margin:0 0 0 20px}}@supports (-webkit-touch-callout:none){}
.news{margin:75px auto 160px auto;overflow:visible}.news__inner{display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;margin:0 0 140px 0}.news__inner__dropdownMenu{display:none;width:100%}.news__inner__box{display:block;width:100%}.news__inner__box__item{margin:0 auto 140px auto}.news__inner__box__item:last-child{margin:0}@media screen and (max-width:991px){.c-banner__content__label{display:none}.news{margin:50px auto 130px auto}.news__inner{margin:0 0 100px 0}.news__inner__dropdownMenu{display:block;margin:0 0 95px 0}.news__inner__box__item{margin:0 auto 80px auto}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.news{margin:50px auto 120px auto}.news__inner{margin:0 0 80px 0}.news__inner__dropdownMenu{margin:0 0 60px 0}.news__inner__box__item{margin:0 0 40px 0}}@supports (-webkit-touch-callout:none){}
