<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
article.articleText {
    padding: 16px;
}

article.articleText .header h2,
article.articleText .header .ctrlBtnArea {
    display: inline-block;
    vertical-align: middle;
}

article.articleText .header {
    margin-bottom: 22px;
}

article.articleText .header h2 img {
    width: 28px;
    vertical-align: bottom;
    margin-right: 4px;
}

article.articleText .header .ctrlBtnArea {
    float: right;
    line-height: 25px;
}

article.articleText .header .ctrlBtnArea a {
    margin: 0 8px;
}

p.pageTitle {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .5em;
    text-shadow: 0px 2px 4px rgba(var(--color-rgb-black), 0.5);
    font-weight: 400;
}

section.introArea {
    margin: 16px;
}

.shareBox {
    position: absolute;
    top: 8px;
    right: 8px;
}

.shareBox ul {
    height: 40px;
}

.shareBox ul li {
    display: inline-block;
    cursor: pointer;
}

.shareBox ul img {
    width: 24px;
    height: 24px;
    padding: 22px;
    margin: 0;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.shareBox ul ul img {
    margin: 0 !important;
}

.shareBox ul ul {
    display: none;
}

.shareBox ul ul li {}

.shareBox ul li.sub{
    height: 44px;
}

.shareBox ul li.sub.active {
    background-color: var(--color-black);
    border-radius: 0 30px 30px 0;
    height: 44px;
    width: 52px;
    margin-right: -8px;
    position: relative;
}

.shareBox ul li.sub.active .share {
    margin: 2px 0 2px 2px !important;
}

.shareBox ul li.active&gt;ul {
    display: block;
}

.shareBox ul ul {
    position: absolute;
    top: 0;
    right: 44px;
    background-color: var(--color-black);
    border-radius: 30px 0 0 30px;
    width: 154px;
    height: 44px;
    padding: 0 0 0 12px;
    box-sizing: border-box;
}

.shareBox ul ul li {
    margin: 0;
    height: 44px;
}

.shareBox ul li.sub.active:before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: var(--color-white);
    display: inline-block;
    margin-right: -4px;
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 99;
}

.shareBox .sub ul{
    padding: 0;
}

.shareBox .sub ul .icon{
    width: 44px;
    height: 44px;
    margin: 0!important;
    padding: 22px;
}

.shareBox .addCollect {
    background-image: url(../../images/RWD/icon_addCollect.png);
}

.shareBox .addCollect:hover {
    background-image: url(../../images/RWD/icon_addCollect_hover.png);
}

.shareBox .addCollect.active {
    background-image: url(../../images/RWD/icon_addCollect_active.png);
}

.shareBox .like {
    background-image: url(../../images/RWD/icon_like.png);
}

.shareBox .like:hover {
    background-image: url(../../images/RWD/icon_like_hover.png);
}

.shareBox .like.active {
    background-image: url(../../images/RWD/icon_like_active.png);
}

.shareBox .share {
    background-image: url(../../images/RWD/icon_share.png);
}

.shareBox .fb {
    background-image: url(../../images/RWD/icon_share_FB.svg);
    background-size: contain;
    width: 44px;
    height: 44px;
}

.shareBox .fb:hover {
    background-image: url(../../images/RWD/icon_share_FB_hover.svg);
}

.shareBox .line {
    background-image: url(../../images/RWD/icon_share_line.svg);
    background-size: contain;
}

.shareBox .line:hover {
    background-image: url(../../images/RWD/icon_share_line_hover.svg);
}

.shareBox .link {
    background-image: url(../../images/RWD/icon_share_link.svg);
    background-size: contain;
}

.shareBox .link:hover {
    background-image: url(../../images/RWD/icon_share_link_hover.svg);
}


/* 注意事項 */

.noteArea h3 {
    margin-bottom: 16px;
}

.noteArea ul {}

.noteArea ul li {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 21px;
    text-indent: -1.25em;
    padding-left: 1.25em;
    margin-bottom: 0.3em;
}

.noteArea ul ul {
    counter-reset: noteAreaList;
}

.noteArea ul ul li {
    counter-increment: noteAreaList;
    list-style-type: none;
}

.noteArea ul ul li:before {
    content: "("counter(noteAreaList) ") ";
}

.noteArea ul ul ul li {
    list-style-type: upper-alpha;
}

.noteArea ul ul ul li:before {
    content: none;
}

/* 注意事項 */



/*分頁*/
.pagingWrap{
    display: block;
    text-align: center;
}
.pagingWrap li{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    color: #999;
    text-align: center;
    line-height: 30px;
}
.pagingWrap li.active a{
    color: var(--color-orange-1);
    font-weight: normal;
} 
.pagingWrap li.prev,
.pagingWrap li.next{
    background-image: url(../../images/RWD/pages/page_pre.svg);
    cursor: pointer;
    background-repeat: no-repeat;
}
.pagingWrap li.next{
    transform: rotate(180deg);
}
.pagingWrap li.prev:hover,
.pagingWrap li.prev:focus,
.pagingWrap li.next:hover,
.pagingWrap li.next:focus{
    filter: invert(56%) sepia(65%) saturate(4021%) hue-rotate(357deg) brightness(96%) contrast(112%);
}
.pagingWrap li.prev.disable,
.pagingWrap li.next.disable{
    visibility: hidden;
} 


/* 麵包屑&nbsp;*/
.breadcrumbModule a,
.breadcrumbModule span{
    color: #ccc;
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
}
.breadcrumbModule a:first-child{
    padding-left: 0;
}
.breadcrumbModule a:hover{
    color: var(--color-orange-1);
}
.breadcrumbModule a &gt; h2{
    font-size: inherit;
    line-height: inherit;
}
.breadcrumbModule.block{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.breadcrumbModule.inline{
    padding: 0;
    margin-bottom: 16px;
}

/* 最上方大標加底色&nbsp;*/
.mainTopSection.bg{
    background-color: var(--color-gray-25);
    padding: 24px 16px;
    margin-bottom: 24px;
}

/* 新的權益提醒*/
.noticeBox{
    width: 100%;
    min-height: 60px;
    display: flex;
    background-color: var( --color-gray-1);
    background-image: url(../../images/RWD/bg_notice_1.svg), url(../../images/RWD/bg_notice_2.svg);
    background-position: -10px bottom, 170px top;
    background-repeat: no-repeat;
    background-size: 88px, 36px;
}

.noticeBox .wrap{
    width: 100%;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.noticeBox .cardTitle{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--color-white);
    text-align: left;
}

.noticeBox .cardTitle a{
    text-decoration: underline;
    text-underline-offset: 2px;
}

.noticeBox .cardTitle a:hover{
    color: var(--color-white);
}

.noticeBox .btn{
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 12px;
    text-align: center;
}
/* end 新的權益提醒*/

/* 舊版權益溝通按鈕卡片&nbsp;*/
/* .noticeCard{
    background: var(--color-black);
    box-shadow: 0px 1px 10px rgba(var(--color-rgb-black), 0.6);
    border-radius: 4px;
    margin: 4px 16px 24px 16px;
    padding: 16px 20px;
    position: relative;
}

.noticeCard .cardTitle{
    font-size: 13px;
}

.noticeCard .cardTitle.hasIcon{
    padding-left: 32px;
    background-image: url(../../images/RWD/icon_super_member.svg);
    -webkit-background-size: 24px 24px;
         -o-background-size: 24px 24px;
            background-size: 24px 24px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.noticeCard .actionArea{
    text-align: right;
}

.noticeCard .actionArea a{
    display: inline-block;
    padding-left: 16px;
    font-size: 13px;
}

.noticeCard .actionArea a:first-child{
    padding-left: 0;
}

.noticeCard .cardCloseIcon{
    position: absolute;
    right: -14px;
    top: -14px;
    width: 40px;
    height: 40px;
    z-index: 9;
}

.noticeCard .cardCloseIcon:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: #333;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 90px;  
    background-image: url(../../images/RWD/icon_close.svg);
    -webkit-background-size: 120% 120%;
         -o-background-size: 120% 120%;
            background-size: 120% 120%;
    background-position: center center;
} */

@media screen and (min-width: 768px) {
    article.articleText {
        padding: 24px;
    }
    article.articleText .header h2 img {
        width: 36px;
    }
    p.pageTitle {
        font-size: 18px;
    }
    .breadcrumbModule a,
    .breadcrumbModule span{
        font-size: 15px;
    }    
    .breadcrumbModule.block{
        padding: 28px 46px 20px;
    }
    .mainTopSection.bg{
        padding: 24px 46px;
    }
    /* 新的權益提醒 */
    .noticeBox{
        min-height: 47px;
        background-position: -10px bottom, 212px top;
    }
    .noticeBox .wrap{
        padding: 12px 46px;
    }
    .noticeBox .cardTitle{
        font-size: 15px;
        line-height: 23px;
    }
    /* 舊的權益提醒 權益溝通按鈕卡片&nbsp;*/
    /* .noticeCard{
        margin: 4px 46px 24px;
        padding: 16px 24px;
    }    
    .noticeCard .cardTitle{
        font-size: 15px;
    }    
    .noticeCard .actionArea a{
        font-size: 15px;
    }     */
}

@media screen and (min-width: 1024px) {
    article.articleText .header h2 img {
        width: 50px;
        margin-right: 10px;
    }
    .shareBox {
        position: static;
    }
    .shareBox ul {
        text-align: center;
    }
    .shareBox ul img {}
    .shareBox ul li {
        margin: 0;
        position: relative;
    }
    .shareBox ul li.sub:hover {
        background-color: var(--color-black);
        border-radius: 0 30px 30px 0;
        height: 44px;
        width: 52px;
    }
    .shareBox ul ul {
        right: 52px;
    }
    .shareBox ul ul li {
        margin: 0;
    }
    .shareBox ul li:hover&gt;ul {
        display: block;
    }
    .shareBox ul li.sub:hover:before {
        content: '';
        width: 1px;
        height: 18px;
        background-color: var(--color-white);
        display: inline-block;
        margin-right: -4px;
        position: absolute;
        top: 12px;
    }
    .shareBox ul li.sub:hover .share {
        margin: 10px 14px;
        padding: 12px;
    }
    .shareBox ul ul img {
        margin: 0;
    }
    /* 新的權益提醒 */
    .noticeBox{
        min-height: 60px;
        background-position: -10px bottom, 595px top;
        margin-top: -30px;
    }
    .noticeBox .wrap{
        padding: 12px 60px;
        justify-content: center;
    }
    .noticeBox .cardTitle{
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }
    /* 舊的權益提醒 */
    /* .noticeCard{
        display: flex;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        max-width: 700px;
        -webkit-align-items: center;
                align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .noticeCard .cardTitle.hasIcon{
        margin-bottom: 0;
    } */
}

@media screen and (min-width: 1440px) {
    p.pageTitle {
        margin-top: 75px;
    }
}</pre></body></html>