@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;padding:0 20px 0 0;font-size:18px;line-height:1;color:#26262d;font-family:'Montserrat-M','NotoSansTC-M';text-transform:uppercase;flex:0 0 auto}.c-share__title::after{content:'';position:absolute;top:0;right:0;display:block;width:1px;height:1em;background:#acaaa8}.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:50px;height:50px;margin:0 10px 0 0;border-radius:50%;background:#707070;overflow:hidden;transition:opacity .4s ease-in-out}.c-share__list__item:last-child{margin:0}.c-share__list__item:hover{opacity:.7}.c-share__list__item img{object-fit:contain;object-position:center;width:40%;height:40%;filter:brightness(0) invert(1)}.c-share__list__item__textarea{position:fixed;top:-100vh;left:-100vw;opacity:0;pointer-events:none}.c-share__list__item.j-share-bt{display:none;width:auto;padding:0 0 0 30px;background:url(/assets/images/common/icon_share_gray.svg) left center no-repeat;background-size:20px auto}.c-share.native .c-share__title{display:none}.c-share.native .c-share__list__item{display:none}.c-share.native .c-share__list__item.j-share-bt{display:flex}@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;padding:0 15px 0 0;font-size:15px}.c-share__list__item{width:40px;height:40px}}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}@-moz-document url-prefix(){}
.c-edit{display:block;width:100%;font-size:15px;line-height:2.33;color:var(--textColor);font-family:'NotosansTC';word-break:break-all}.c-edit *{font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;font-weight:inherit;text-align:inherit}.c-edit a{font-size:inherit;color:#0000ff;text-decoration:underline;text-underline-offset:6px;transition:opacity .4s ease-in-out}.c-edit a:hover{opacity:.7}.c-edit strong{font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;font-weight:700;font-style:inherit}.c-edit em{font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;font-weight:inherit;font-style:italic}.c-edit img{display:inline-block;width:auto;max-width:100%;height:auto !important}.c-edit strong{font-weight:700}.c-edit i{font-style:italic}.c-edit ul,.c-edit ol{margin:0 0 0 1.5em;font-size:14px;line-height:inherit;color:inherit;font-family:inherit}.c-edit ul{list-style-type:disc}.c-edit ul li>ul{list-style-type:circle}.c-edit ul li>ul li>ul,.c-edit ul li>ul li>ul ul{list-style-type:square}.c-edit ol{list-style-type:decimal}.c-edit__iframe{display:block;width:100%;padding:56.25% 0 0 0}.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 th,.c-edit__table td{padding:5px 10px}.c-edit__table th{text-align:center}.c-edit__table::-webkit-scrollbar{height:4px}.c-edit__table::-webkit-scrollbar-thumb{background:var(--mainColor)}.c-edit__table::-moz-scrollbar-button,.c-edit__table::-webkit-scrollbar-button{width:0px}@media screen and (max-width:991px){}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-edit{line-height:1.6}}@supports (-webkit-touch-callout:none){}
.c-page{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;max-width:100%;margin:0 auto;padding:35px 0 0 0;border-top:1px solid rgba(0,0,0,.2)}.c-page__count{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:100%;max-width:100%;flex:0 1 auto}.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;line-height:1;color:#0c1724;font-family:'Montserrat-M','NotoSansTC-M';transition:color .4s ease-in-out,background-color .4s ease-in-out;overflow:hidden}.c-page__count a::before{content:'';position:absolute;display:block;width:100%;height:100%;background:linear-gradient(148deg,#28a7e1,#0d6fb8);opacity:0;transition:opacity .4s ease-in-out}.c-page__count a.hide{display:none}.c-page__count a:hover,.c-page__count a.active{color:#fff}.c-page__count a:hover::before,.c-page__count a.active::before{opacity:1}.c-page__prev,.c-page__next{display:flex;align-items:center;align-content:center;justify-items:flex-start;justify-content:flex-start;width:auto;max-width:100%;margin:0 0 0 20px;font-size:16px;color:#26262d;font-family:'Montserrat-M','NotoSansTC-M';transition:opacity .4s ease-in-out;flex:0 0 auto}.c-page__prev{margin:0 20px 0 0}.c-page__prev:hover,.c-page__next:hover{opacity:.7}.c-page__prev::before,.c-page__next::after{content:'';position:relative;display:inline-block;vertical-align:middle;width:10px;height:20px;margin:0 0 0 25px;background:url(/assets/images/common/icon_arrow_next_thin_gray.svg) center no-repeat;background-size:contain}.c-page__prev::before{margin:0 25px 0 0;transform:scaleX(-1)}.c-page__prev.disable,.c-page__next.disable{opacity:.4;pointer-events:none}.c-page__back{max-width:170px}.c-page[data-style="detail"]{justify-content:space-between}@media screen and (max-width:991px){}@media screen and (max-width:767px){}@media screen and (max-width:575px){.c-page{padding:15px 0 0 0;justify-content:space-between}.c-page__prev,.c-page__next{font-size:0}.c-page__prev::before,.c-page__next::after{margin:0}.c-page__back{justify-items:center;justify-content:center;max-width:none;margin:5px 0 0 0;padding:5px 50px;order:10}[class^="c-bt"].c-page__back{justify-content:center}.c-page__back::after{position:absolute;top:5px;left:5px}.c-page[data-style="detail"]{flex-wrap:wrap}.c-page[data-style="detail"] .c-page__prev,.c-page[data-style="detail"] .c-page__next{display:flex;align-items:center;align-content:center;justify-items:center;justify-content:center;width:calc(50% - 3px);height:45px;margin:0;font-size:15px;font-family:'Montserrat-L','NotoSansTC-L';border:1px solid #e7e7e7}.c-page[data-style="detail"] .c-page__prev::before,.c-page[data-style="detail"] .c-page__next::after{position:absolute;display:block;width:30px;height:30px;background:url(/assets/images/common/icon_arrow_long_gray.svg) center/50% auto #f6f3f0 no-repeat;border-radius:50%}.c-page[data-style="detail"] .c-page__prev{padding:5px 5px 5px 50px;border-radius:22.5px 0 0 22.5px}.c-page[data-style="detail"] .c-page__prev::before{left:5px}.c-page[data-style="detail"] .c-page__next{padding:5px 50px 5px 5px;border-radius:0 22.5px 22.5px 0}.c-page[data-style="detail"] .c-page__next::after{right:5px}}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}@-moz-document url-prefix(){}
main{padding:0 0 90px 0;background:url(/assets/images/common/bg_acc_right01.png) top 115px right no-repeat,url(/assets/images/common/bg_acc_left01.png) bottom -50px left no-repeat #f6f4f1}.crumb{margin:180px auto 35px auto}.detail__head{display:flex;align-items:stretch;align-content:stretch;justify-items:flex-start;justify-content:space-between;width:100%;margin:0 auto 60px auto}.detail__head__pic{display:block;width:calc(50% - 30px);max-width:620px;flex:0 0 auto;border-radius:10px;overflow:hidden}.detail__head__pic.wow{animation-name:fadeInUp}.detail__head__content{display:flex;flex-direction:column;align-items:flex-start;align-content:flex-start;justify-items:flex-start;justify-content:flex-start;width:50%;flex:0 1 auto;border-bottom:1px solid rgba(46,46,46,.2)}.detail__head__content.wow{animation-name:fadeInUp}.detail__head__content__date{display:block;width:100%;margin:0 0 5px 0;font-size:16px;font-family:'Montserrat-M';line-height:1.2;color:#28a7e1}.detail__head__content__title{display:block;width:100%;padding:0 0 20px 0;font-size:27px;font-family:'NotoSansTC-M';line-height:1.2;color:var(--textColor);border-bottom:1px solid rgba(46,46,46,.2)}.detail__head__content__text{margin:15px 0 0 0;font-size:16px;line-height:1.6}.detail__head__content .c-share{padding:0 0 20px 0;margin:auto 0 0 0}.detail__body{background:#fff;border-radius:25px;box-shadow:0 7px 32px 0 rgba(0,0,0,0.11)}.detail__body.wow{animation-name:fadeInUp}.detail__body__inner{display:block;width:100%;max-width:1000px;padding:70px 30px 80px 30px;margin:0 auto}.detail__body__inner__title{display:block;width:100%;padding:0 0 25px 30px;font-size:28px;font-family:'Montserrat-M';line-height:1.2;color:#2e2e2e;border-bottom:1px solid rgba(0,0,0,.2)}.detail__body__inner__title::before{content:'';display:block;position:absolute;width:10px;height:10px;top:11px;left:0;background:#28a7e1;border-radius:50%}.detail__body .c-edit{margin:20px 0 30px 0}@media screen and (max-width:991px){main{padding:0 0 70px 0;background:none}.crumb{margin:145px auto 20px auto}.detail__head{display:block;margin:0 auto 30px auto}.detail__head__pic{width:100%;max-width:none;margin:0 0 30px 0}.detail__head__content{width:100%;border-bottom:none}.detail__head__content__date{font-family:'Montserrat'}.detail__head__content .c-share{padding:0;margin:50px 0 0 0}.detail__body{border-radius:35px}}@media screen and (max-width:767px){}@media screen and (max-width:575px){.main{padding:0 0 50px 0}.crumb{margin:95px auto 15px auto}.detail__head{margin:0 auto 20px auto}.detail__head__pic{margin:0 0 15px 0}.detail__head__content__date{font-size:15px}.detail__head__content__title{padding:0 0 10px 0;font-size:19px}.detail__head__content__text{margin:10px 0 0 0;font-size:15px}.detail__body{width:calc(100% + 40px);left:-20px;border-radius:50px}.detail__body__inner{padding:45px 20px 40px 20px}.detail__body__inner__title{padding:0 0 15px 15px;font-size:20px}.detail__body__inner__title::before{width:6px;height:6px}}@media (any-hover:none){}@supports (-webkit-touch-callout:none){}@-moz-document url-prefix(){}
