@charset "UTF-8"; /* CSS Document */
:root {
    /* main color */
    --black-color: #000000;
    --white-color: #ffffff;
    --grey-color: #767676;
    --blue-color: #3153ba;
    --blue-purple-color: #5e6a90;
    --green-color: #268725;
    --blue-green-color: #347184;
    --red-color: #d1090a;
    --orange-color: #cf460c;
    /* icon color */
    --ic-home: #3153ba;
    --ic-eye: #000000;
    --ic-eye-white: #ffffff;
    --ic-history: #000000;
    --ic-history-white: #ffffff;
    --ic-exchangealt: #ffffff;
    --ic-calendar: #000000;
    --ic-squareBook: #3153ba;
    --ic-squareHandCorrect: #3153ba;
    --ic-doubleSquare: #347184;
    --ic-circleVatar: #cf460c;
    --ic-replyall: #ffffff;
    --ic-doubleLeft: #ffffff;
    --ic-doubleRight: #ffffff;
    --ic-forLeft: #ffffff;
    --ic-forRight: #ffffff;
    --ic-link: #3153ba;
    --ic-musicBold: #000000;
    --ic-clockCir: #000000;
    --ic-circlePlay: #3153ba;
    --ic-undo: #ffffff;
    --ic-volumeup: #ffffff;
    --ic-check: #ffffff;
    --ic-times: #ffffff;
    --ic-clock: #767676;
    --ic-briefcase: #000000;
    --ic-chartbar: #ffffff;
    --ic-pencilalt: #ffffff;
    --ic-fileCode: #ffffff;
}

/*外部引用SVG*/
.testicon {
    width: 20px;
    height: 20px;
    background-color: var(--green-color);
    mask: url("../images/icon/home.svg") center / contain no-repeat;
    -webkit-mask: url("../images/icon/home.svg") center / contain no-repeat;
    display: inline-block;
}

i {
    position: relative;
}

/*首頁*/
i.ic_home {
    top: 3px;
}

.ic_home {
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: var(--ic-home);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 16'%3E%3Cpath fill='white' d='M2.26999 10.52V16H15.35V10.52L8.80999 4.69L2.26999 10.52Z'/%3E%3Cpath fill='white' d='M15.46 6.36V0H13.18V4.32L8.81 0.43L0 8.28L1.14 9.56L8.81 2.72L16.48 9.56L17.62 8.28L15.46 6.36Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 16'%3E%3Cpath fill='white' d='M2.26999 10.52V16H15.35V10.52L8.80999 4.69L2.26999 10.52Z'/%3E%3Cpath fill='white' d='M15.46 6.36V0H13.18V4.32L8.81 0.43L0 8.28L1.14 9.56L8.81 2.72L16.48 9.56L17.62 8.28L15.46 6.36Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*瀏覽人次*/
i.ic_eye {
    top: 1px;
}

.ic_eye {
    width: 20px;
    height: 12px;
    display: inline-block;
    background-color: var(--ic-eye);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cpath fill='white' d='M21.61 6.44C19.42 2.58 15.43 0 10.88 0C6.33 0 2.34 2.58 0.15 6.44C-0.05 6.79 -0.05 7.21 0.15 7.56C2.34 11.42 6.33 14 10.88 14C15.43 14 19.42 11.42 21.61 7.56C21.81 7.21 21.81 6.79 21.61 6.44ZM10.87 12.2C8 12.2 5.67 9.87 5.67 7C5.67 4.29 7.74 2.07 10.38 1.83C8.54 2.25 7.22 3.95 7.35 5.9C7.49 8.06 9.34999 9.71 11.52 9.57C13.68 9.43 15.33 7.57 15.19 5.4C15.15 4.75 14.95 4.14 14.63 3.62C14.61 4.56 13.89 5.34 12.93 5.4C11.93 5.46 11.06 4.7 11 3.7C10.95 2.93 11.39 2.25 12.05 1.94C14.35 2.47 16.07 4.53 16.07 7C16.07 9.87 13.74 12.2 10.87 12.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cpath fill='white' d='M21.61 6.44C19.42 2.58 15.43 0 10.88 0C6.33 0 2.34 2.58 0.15 6.44C-0.05 6.79 -0.05 7.21 0.15 7.56C2.34 11.42 6.33 14 10.88 14C15.43 14 19.42 11.42 21.61 7.56C21.81 7.21 21.81 6.79 21.61 6.44ZM10.87 12.2C8 12.2 5.67 9.87 5.67 7C5.67 4.29 7.74 2.07 10.38 1.83C8.54 2.25 7.22 3.95 7.35 5.9C7.49 8.06 9.34999 9.71 11.52 9.57C13.68 9.43 15.33 7.57 15.19 5.4C15.15 4.75 14.95 4.14 14.63 3.62C14.61 4.56 13.89 5.34 12.93 5.4C11.93 5.46 11.06 4.7 11 3.7C10.95 2.93 11.39 2.25 12.05 1.94C14.35 2.47 16.07 4.53 16.07 7C16.07 9.87 13.74 12.2 10.87 12.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

i.ic_eye.white {
    top: 0px;
}

.ic_eye.white {
    width: 18px;
    background-color: var(--white-color);
}

/*更新日期*/
i.ic_history {
    top: 2px;
}

.ic_history {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-history);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cpath fill='white' d='M8.03499 0C5.89632 0 3.88758 0.839477 2.39851 2.32855L0.599631 0.529668C0.419744 0.34978 0.119935 0.469708 0.119935 0.719551L0 5.79638C0 5.95628 0.129927 6.0862 0.289827 6.0862L5.36666 5.96627C5.6165 5.96627 5.73641 5.65647 5.55652 5.48658L3.87758 3.80763C4.97689 2.70831 6.45597 2.09869 8.03499 2.09869C11.283 2.09869 13.9313 4.74703 13.9313 7.995C13.9313 11.243 11.2929 13.8913 8.03499 13.8913C6.48595 13.8913 5.01687 13.2917 3.90756 12.2124C3.49782 11.8026 2.82823 11.8126 2.41849 12.2224C2.00874 12.6421 2.01875 13.3017 2.42849 13.7114C3.92755 15.1805 5.9163 16 8.02498 16C12.4322 16 16.02 12.4122 16.02 8.005C16.02 3.59775 12.4322 0.00999589 8.02498 0.00999589L8.03499 0Z'/%3E%3Cpath fill='white' d='M4.36726 8.25484L8.50468 9.95377L10.8532 7.60524C11.2629 7.1955 11.2629 6.52592 10.8532 6.11618C10.4435 5.70643 9.77388 5.70643 9.36414 6.11618L8.00499 7.47533L5.16675 6.30606C4.62709 6.0862 4.01748 6.34603 3.79761 6.8757C3.57775 7.40537 3.8376 8.02498 4.36726 8.24484V8.25484Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cpath fill='white' d='M8.03499 0C5.89632 0 3.88758 0.839477 2.39851 2.32855L0.599631 0.529668C0.419744 0.34978 0.119935 0.469708 0.119935 0.719551L0 5.79638C0 5.95628 0.129927 6.0862 0.289827 6.0862L5.36666 5.96627C5.6165 5.96627 5.73641 5.65647 5.55652 5.48658L3.87758 3.80763C4.97689 2.70831 6.45597 2.09869 8.03499 2.09869C11.283 2.09869 13.9313 4.74703 13.9313 7.995C13.9313 11.243 11.2929 13.8913 8.03499 13.8913C6.48595 13.8913 5.01687 13.2917 3.90756 12.2124C3.49782 11.8026 2.82823 11.8126 2.41849 12.2224C2.00874 12.6421 2.01875 13.3017 2.42849 13.7114C3.92755 15.1805 5.9163 16 8.02498 16C12.4322 16 16.02 12.4122 16.02 8.005C16.02 3.59775 12.4322 0.00999589 8.02498 0.00999589L8.03499 0Z'/%3E%3Cpath fill='white' d='M4.36726 8.25484L8.50468 9.95377L10.8532 7.60524C11.2629 7.1955 11.2629 6.52592 10.8532 6.11618C10.4435 5.70643 9.77388 5.70643 9.36414 6.11618L8.00499 7.47533L5.16675 6.30606C4.62709 6.0862 4.01748 6.34603 3.79761 6.8757C3.57775 7.40537 3.8376 8.02498 4.36726 8.24484V8.25484Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

.ic_history.white {
    background-color: var(--white-color);
}

/*中英切換*/
i.ic_exchangealt {
    top: 2px;
}

.ic_exchangealt {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-exchangealt);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='white' d='M15.8675 2.69594L12.5775 0.0759403C12.3475 -0.10406 12.0175 0.0559403 12.0175 0.34594V1.95594H2.9675C2.4175 1.95594 1.9675 2.40594 1.9675 2.95594C1.9675 3.50594 2.4175 3.95594 2.9675 3.95594H12.0075V5.58594C12.0075 5.87594 12.3475 6.03594 12.5675 5.85594L15.8575 3.23594C16.0275 3.09594 16.0275 2.82594 15.8575 2.69594H15.8675Z'/%3E%3Cpath fill='white' d='M0.1275 8.75594L3.4175 6.13594C3.6475 5.95594 3.9775 6.11594 3.9775 6.40594V8.01594H13.0175C13.5675 8.01594 14.0175 8.46594 14.0175 9.01594C14.0175 9.56594 13.5675 10.0159 13.0175 10.0159H3.9875V11.6459C3.9875 11.9359 3.6475 12.0959 3.4275 11.9159L0.1275 9.29594C-0.0425 9.15594 -0.0425 8.88594 0.1275 8.75594Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='white' d='M15.8675 2.69594L12.5775 0.0759403C12.3475 -0.10406 12.0175 0.0559403 12.0175 0.34594V1.95594H2.9675C2.4175 1.95594 1.9675 2.40594 1.9675 2.95594C1.9675 3.50594 2.4175 3.95594 2.9675 3.95594H12.0075V5.58594C12.0075 5.87594 12.3475 6.03594 12.5675 5.85594L15.8575 3.23594C16.0275 3.09594 16.0275 2.82594 15.8575 2.69594H15.8675Z'/%3E%3Cpath fill='white' d='M0.1275 8.75594L3.4175 6.13594C3.6475 5.95594 3.9775 6.11594 3.9775 6.40594V8.01594H13.0175C13.5675 8.01594 14.0175 8.46594 14.0175 9.01594C14.0175 9.56594 13.5675 10.0159 13.0175 10.0159H3.9875V11.6459C3.9875 11.9359 3.6475 12.0959 3.4275 11.9159L0.1275 9.29594C-0.0425 9.15594 -0.0425 8.88594 0.1275 8.75594Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*曆日*/
i.ic_calendar {
    top: 3px;
}

.ic_calendar {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: var(--ic-calendar);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='white' d='M0 14.5C0 15.33 0.67 16 1.5 16H12.5C13.33 16 14 15.33 14 14.5V6H0V14.5ZM10 8.38C10 8.17 10.17 8 10.38 8H11.63C11.84 8 12.01 8.17 12.01 8.38V9.63C12.01 9.84 11.84 10.01 11.63 10.01H10.38C10.17 10.01 10 9.84 10 9.63V8.38ZM10 12.38C10 12.17 10.17 12 10.38 12H11.63C11.84 12 12.01 12.17 12.01 12.38V13.63C12.01 13.84 11.84 14.01 11.63 14.01H10.38C10.17 14.01 10 13.84 10 13.63V12.38ZM6 8.38C6 8.17 6.17 8 6.38 8H7.63C7.84 8 8.01 8.17 8.01 8.38V9.63C8.01 9.84 7.84 10.01 7.63 10.01H6.38C6.17 10.01 6 9.84 6 9.63V8.38ZM6 12.38C6 12.17 6.17 12 6.38 12H7.63C7.84 12 8.01 12.17 8.01 12.38V13.63C8.01 13.84 7.84 14.01 7.63 14.01H6.38C6.17 14.01 6 13.84 6 13.63V12.38ZM2 8.38C2 8.17 2.17 8 2.38 8H3.63C3.84 8 4.01 8.17 4.01 8.38V9.63C4.01 9.84 3.84 10.01 3.63 10.01H2.38C2.17 10.01 2 9.84 2 9.63V8.38ZM2 12.38C2 12.17 2.17 12 2.38 12H3.63C3.84 12 4.01 12.17 4.01 12.38V13.63C4.01 13.84 3.84 14.01 3.63 14.01H2.38C2.17 14.01 2 13.84 2 13.63V12.38ZM12.5 2H11V0.5C11 0.22 10.78 0 10.5 0H9.5C9.22 0 9 0.22 9 0.5V2H5V0.5C5 0.22 4.78 0 4.5 0H3.5C3.22 0 3 0.22 3 0.5V2H1.5C0.67 2 0 2.67 0 3.5V5H14V3.5C14 2.67 13.33 2 12.5 2Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='white' d='M0 14.5C0 15.33 0.67 16 1.5 16H12.5C13.33 16 14 15.33 14 14.5V6H0V14.5ZM10 8.38C10 8.17 10.17 8 10.38 8H11.63C11.84 8 12.01 8.17 12.01 8.38V9.63C12.01 9.84 11.84 10.01 11.63 10.01H10.38C10.17 10.01 10 9.84 10 9.63V8.38ZM10 12.38C10 12.17 10.17 12 10.38 12H11.63C11.84 12 12.01 12.17 12.01 12.38V13.63C12.01 13.84 11.84 14.01 11.63 14.01H10.38C10.17 14.01 10 13.84 10 13.63V12.38ZM6 8.38C6 8.17 6.17 8 6.38 8H7.63C7.84 8 8.01 8.17 8.01 8.38V9.63C8.01 9.84 7.84 10.01 7.63 10.01H6.38C6.17 10.01 6 9.84 6 9.63V8.38ZM6 12.38C6 12.17 6.17 12 6.38 12H7.63C7.84 12 8.01 12.17 8.01 12.38V13.63C8.01 13.84 7.84 14.01 7.63 14.01H6.38C6.17 14.01 6 13.84 6 13.63V12.38ZM2 8.38C2 8.17 2.17 8 2.38 8H3.63C3.84 8 4.01 8.17 4.01 8.38V9.63C4.01 9.84 3.84 10.01 3.63 10.01H2.38C2.17 10.01 2 9.84 2 9.63V8.38ZM2 12.38C2 12.17 2.17 12 2.38 12H3.63C3.84 12 4.01 12.17 4.01 12.38V13.63C4.01 13.84 3.84 14.01 3.63 14.01H2.38C2.17 14.01 2 13.84 2 13.63V12.38ZM12.5 2H11V0.5C11 0.22 10.78 0 10.5 0H9.5C9.22 0 9 0.22 9 0.5V2H5V0.5C5 0.22 4.78 0 4.5 0H3.5C3.22 0 3 0.22 3 0.5V2H1.5C0.67 2 0 2.67 0 3.5V5H14V3.5C14 2.67 13.33 2 12.5 2Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*發布日期*/
i.ic_squareBook {
    top: 2px;
}

.ic_squareBook {
    width: 14px;
    height: 15px;
    display: inline-block;
    background-color: var(--ic-squareBook);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='white' d='M12.41 2.31H10.84V0H8.84V2.31H4.67V0H2.67V2.31H1.1C0.489998 2.31 0 2.8 0 3.41V14.89C0 15.5 0.489998 15.99 1.1 15.99H12.42C13.03 15.99 13.52 15.5 13.52 14.89V3.42C13.52 2.81 13.03 2.32 12.42 2.32L12.41 2.31ZM1.19 14.8V5.39H12.32V14.8H1.19Z'/%3E%3Cpath fill='white' d='M10.99 7.54999H2.5V8.54999H10.99V7.54999Z'/%3E%3Cpath fill='white' d='M10.99 9.64999H2.5V10.65H10.99V9.64999Z'/%3E%3Cpath fill='white' d='M7.79 11.76H2.5V12.76H7.79V11.76Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='white' d='M12.41 2.31H10.84V0H8.84V2.31H4.67V0H2.67V2.31H1.1C0.489998 2.31 0 2.8 0 3.41V14.89C0 15.5 0.489998 15.99 1.1 15.99H12.42C13.03 15.99 13.52 15.5 13.52 14.89V3.42C13.52 2.81 13.03 2.32 12.42 2.32L12.41 2.31ZM1.19 14.8V5.39H12.32V14.8H1.19Z'/%3E%3Cpath fill='white' d='M10.99 7.54999H2.5V8.54999H10.99V7.54999Z'/%3E%3Cpath fill='white' d='M10.99 9.64999H2.5V10.65H10.99V9.64999Z'/%3E%3Cpath fill='white' d='M7.79 11.76H2.5V12.76H7.79V11.76Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

.ic_squareBook.clr01 {
    background-color: var(--blue-purple-color);
}

/*更新日期*/
i.ic_squareHandCorrect {
    top: 2px;
}

.ic_squareHandCorrect {
    width: 14px;
    height: 15px;
    display: inline-block;
    background-color: var(--ic-squareHandCorrect);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='white' d='M12.41 2.31H10.84V0H8.84V2.31H4.67V0H2.67V2.31H1.1C0.489998 2.31 0 2.8 0 3.41V14.89C0 15.5 0.489998 15.99 1.1 15.99H12.42C13.03 15.99 13.52 15.5 13.52 14.89V3.41C13.52 2.8 13.03 2.31 12.42 2.31H12.41ZM1.19 14.8V5.38H12.32V14.79H1.19V14.8Z'/%3E%3Cpath fill='white' d='M5.94001 10.9L3.71001 8.66999L2.86002 9.51999L5.94001 12.59L10.64 7.88999L9.79002 7.04999L5.94001 10.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath fill='white' d='M12.41 2.31H10.84V0H8.84V2.31H4.67V0H2.67V2.31H1.1C0.489998 2.31 0 2.8 0 3.41V14.89C0 15.5 0.489998 15.99 1.1 15.99H12.42C13.03 15.99 13.52 15.5 13.52 14.89V3.41C13.52 2.8 13.03 2.31 12.42 2.31H12.41ZM1.19 14.8V5.38H12.32V14.79H1.19V14.8Z'/%3E%3Cpath fill='white' d='M5.94001 10.9L3.71001 8.66999L2.86002 9.51999L5.94001 12.59L10.64 7.88999L9.79002 7.04999L5.94001 10.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

.ic_squareHandCorrect.clr01 {
    background-color: var(--blue-purple-color);
}

/*分類*/
i.ic_doubleSquare {
    top: 2px;
}

.ic_doubleSquare {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: var(--ic-doubleSquare);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M14.28 0H4.54C3.6 0 2.83 0.77 2.83 1.71V2.83H1.71C0.769999 2.83 0 3.6 0 4.54V14.28C0 15.22 0.769999 15.99 1.71 15.99H11.45C12.39 15.99 13.16 15.22 13.16 14.28V13.16H14.28C15.22 13.16 15.99 12.39 15.99 11.45V1.71C15.99 0.77 15.22 0 14.28 0ZM12.01 14.28C12.01 14.59 11.76 14.84 11.45 14.84H1.71C1.4 14.84 1.15 14.59 1.15 14.28V4.54C1.15 4.23 1.4 3.98 1.71 3.98H2.83V11.45C2.83 12.4 3.6 13.16 4.54 13.16H12.01V14.28ZM14.84 11.45C14.84 11.76 14.59 12.01 14.28 12.01H4.54C4.23 12.01 3.98 11.76 3.98 11.45V1.71C3.98 1.4 4.23 1.15 4.54 1.15H14.28C14.59 1.15 14.84 1.4 14.84 1.71V11.45Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M14.28 0H4.54C3.6 0 2.83 0.77 2.83 1.71V2.83H1.71C0.769999 2.83 0 3.6 0 4.54V14.28C0 15.22 0.769999 15.99 1.71 15.99H11.45C12.39 15.99 13.16 15.22 13.16 14.28V13.16H14.28C15.22 13.16 15.99 12.39 15.99 11.45V1.71C15.99 0.77 15.22 0 14.28 0ZM12.01 14.28C12.01 14.59 11.76 14.84 11.45 14.84H1.71C1.4 14.84 1.15 14.59 1.15 14.28V4.54C1.15 4.23 1.4 3.98 1.71 3.98H2.83V11.45C2.83 12.4 3.6 13.16 4.54 13.16H12.01V14.28ZM14.84 11.45C14.84 11.76 14.59 12.01 14.28 12.01H4.54C4.23 12.01 3.98 11.76 3.98 11.45V1.71C3.98 1.4 4.23 1.15 4.54 1.15H14.28C14.59 1.15 14.84 1.4 14.84 1.71V11.45Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

.ic_doubleSquare.clr01 {
    background-color: var(--blue-purple-color);
}

/*發布單位*/
i.ic_circleVatar {
    top: 2px;
}

.ic_circleVatar {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: var(--ic-circleVatar);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='white' d='M17.2 8.6C17.2 3.86 13.34 0 8.6 0C3.86 0 0 3.86 0 8.6C0 10.37 0.540001 12.01 1.45 13.37L1.74 13.77C1.75 13.79 1.77 13.81 1.79 13.83C1.96 14.05 2.14 14.26 2.33 14.47C2.36 14.51 2.4 14.55 2.43 14.58C2.64 14.79 2.86 15 3.08 15.19C3.1 15.2 3.11 15.22 3.13 15.23C3.36 15.42 3.59 15.59 3.84 15.75C3.97 15.83 4.1 15.91 4.23 15.98C4.36 16.06 4.48 16.13 4.61 16.2C4.75 16.28 4.9 16.35 5.05 16.41C5.18 16.47 5.3 16.52 5.43 16.57C5.58 16.63 5.73 16.69 5.88 16.74C6.02 16.79 6.17 16.83 6.32 16.87C6.46 16.91 6.6 16.95 6.75 16.98C6.93 17.02 7.12 17.05 7.3 17.08C7.42 17.1 7.53 17.12 7.65 17.13C7.96 17.16 8.27 17.18 8.59 17.18C8.91 17.18 9.22 17.16 9.53 17.13C9.65 17.12 9.76 17.09 9.88 17.08C10.07 17.05 10.26 17.02 10.44 16.98C10.58 16.95 10.72 16.91 10.86 16.87C11.01 16.83 11.16 16.79 11.31 16.74C11.46 16.69 11.61 16.64 11.75 16.58C11.88 16.53 12.02 16.47 12.15 16.41C12.29 16.34 12.44 16.28 12.58 16.2C12.72 16.13 12.85 16.05 12.98 15.97C13.1 15.9 13.23 15.83 13.35 15.75C13.6 15.58 13.84 15.41 14.07 15.22C14.07 15.22 14.08 15.21 14.09 15.2C14.33 15 14.56 14.78 14.77 14.56C14.8 14.53 14.83 14.49 14.86 14.46C15.05 14.25 15.24 14.04 15.41 13.81C15.42 13.79 15.44 13.78 15.45 13.76L15.74 13.37C16.66 12 17.19 10.35 17.19 8.59L17.2 8.6ZM8.6 1.2C12.68 1.2 16 4.52 16 8.6C16 10.02 15.59 11.34 14.9 12.47C13.81 11.42 12.48 10.67 11.04 10.27C11.98 9.54 12.6 8.4 12.6 7.12C12.6 4.91 10.81 3.12 8.6 3.12C6.39 3.12 4.6 4.91 4.6 7.12C4.6 8.4 5.22 9.54 6.16 10.27C4.72 10.67 3.39 11.42 2.3 12.47C1.61 11.34 1.2 10.02 1.2 8.6C1.2 4.52 4.52 1.2 8.6 1.2ZM14.16 13.46C14.01 13.63 13.85 13.8 13.68 13.95C13.63 14 13.58 14.05 13.52 14.09C13.39 14.2 13.26 14.31 13.13 14.42C13.05 14.49 12.96 14.55 12.88 14.61C12.77 14.69 12.66 14.76 12.55 14.83C12.44 14.9 12.33 14.97 12.22 15.03C12.12 15.08 12.02 15.13 11.93 15.19C11.8 15.25 11.68 15.32 11.55 15.37C11.45 15.41 11.36 15.45 11.26 15.49C11.13 15.54 10.99 15.6 10.85 15.64C10.74 15.67 10.63 15.7 10.52 15.73C10.39 15.77 10.26 15.8 10.13 15.83C9.99 15.86 9.84 15.88 9.7 15.9C9.59 15.92 9.49 15.94 9.38 15.95C9.12 15.98 8.86 15.99 8.6 15.99C8.34 15.99 8.09 15.98 7.83 15.95C7.72 15.94 7.61 15.92 7.5 15.9C7.36 15.88 7.22 15.86 7.08 15.83C6.94 15.8 6.81 15.76 6.67 15.72C6.57 15.69 6.46 15.67 6.36 15.63C6.22 15.58 6.08 15.53 5.94 15.47C5.85 15.43 5.76 15.4 5.67 15.36C5.53 15.3 5.4 15.24 5.27 15.17C5.18 15.12 5.08 15.08 4.99 15.02C4.87 14.95 4.76 14.88 4.65 14.81C4.54 14.74 4.44 14.67 4.34 14.6C4.25 14.54 4.16 14.47 4.07 14.4C3.94 14.3 3.82 14.2 3.7 14.09C3.64 14.04 3.59 13.99 3.53 13.94C3.37 13.79 3.22 13.63 3.07 13.46C3.06 13.45 3.05 13.43 3.03 13.42C4.51 11.94 6.52 11.1 8.62 11.1C10.72 11.1 12.73 11.94 14.21 13.42C14.21 13.42 14.19 13.44 14.18 13.45L14.16 13.46ZM8.6 9.91C7.06 9.91 5.8 8.65 5.8 7.11C5.8 5.57 7.06 4.31 8.6 4.31C10.14 4.31 11.4 5.57 11.4 7.11C11.4 8.65 10.14 9.91 8.6 9.91Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='white' d='M17.2 8.6C17.2 3.86 13.34 0 8.6 0C3.86 0 0 3.86 0 8.6C0 10.37 0.540001 12.01 1.45 13.37L1.74 13.77C1.75 13.79 1.77 13.81 1.79 13.83C1.96 14.05 2.14 14.26 2.33 14.47C2.36 14.51 2.4 14.55 2.43 14.58C2.64 14.79 2.86 15 3.08 15.19C3.1 15.2 3.11 15.22 3.13 15.23C3.36 15.42 3.59 15.59 3.84 15.75C3.97 15.83 4.1 15.91 4.23 15.98C4.36 16.06 4.48 16.13 4.61 16.2C4.75 16.28 4.9 16.35 5.05 16.41C5.18 16.47 5.3 16.52 5.43 16.57C5.58 16.63 5.73 16.69 5.88 16.74C6.02 16.79 6.17 16.83 6.32 16.87C6.46 16.91 6.6 16.95 6.75 16.98C6.93 17.02 7.12 17.05 7.3 17.08C7.42 17.1 7.53 17.12 7.65 17.13C7.96 17.16 8.27 17.18 8.59 17.18C8.91 17.18 9.22 17.16 9.53 17.13C9.65 17.12 9.76 17.09 9.88 17.08C10.07 17.05 10.26 17.02 10.44 16.98C10.58 16.95 10.72 16.91 10.86 16.87C11.01 16.83 11.16 16.79 11.31 16.74C11.46 16.69 11.61 16.64 11.75 16.58C11.88 16.53 12.02 16.47 12.15 16.41C12.29 16.34 12.44 16.28 12.58 16.2C12.72 16.13 12.85 16.05 12.98 15.97C13.1 15.9 13.23 15.83 13.35 15.75C13.6 15.58 13.84 15.41 14.07 15.22C14.07 15.22 14.08 15.21 14.09 15.2C14.33 15 14.56 14.78 14.77 14.56C14.8 14.53 14.83 14.49 14.86 14.46C15.05 14.25 15.24 14.04 15.41 13.81C15.42 13.79 15.44 13.78 15.45 13.76L15.74 13.37C16.66 12 17.19 10.35 17.19 8.59L17.2 8.6ZM8.6 1.2C12.68 1.2 16 4.52 16 8.6C16 10.02 15.59 11.34 14.9 12.47C13.81 11.42 12.48 10.67 11.04 10.27C11.98 9.54 12.6 8.4 12.6 7.12C12.6 4.91 10.81 3.12 8.6 3.12C6.39 3.12 4.6 4.91 4.6 7.12C4.6 8.4 5.22 9.54 6.16 10.27C4.72 10.67 3.39 11.42 2.3 12.47C1.61 11.34 1.2 10.02 1.2 8.6C1.2 4.52 4.52 1.2 8.6 1.2ZM14.16 13.46C14.01 13.63 13.85 13.8 13.68 13.95C13.63 14 13.58 14.05 13.52 14.09C13.39 14.2 13.26 14.31 13.13 14.42C13.05 14.49 12.96 14.55 12.88 14.61C12.77 14.69 12.66 14.76 12.55 14.83C12.44 14.9 12.33 14.97 12.22 15.03C12.12 15.08 12.02 15.13 11.93 15.19C11.8 15.25 11.68 15.32 11.55 15.37C11.45 15.41 11.36 15.45 11.26 15.49C11.13 15.54 10.99 15.6 10.85 15.64C10.74 15.67 10.63 15.7 10.52 15.73C10.39 15.77 10.26 15.8 10.13 15.83C9.99 15.86 9.84 15.88 9.7 15.9C9.59 15.92 9.49 15.94 9.38 15.95C9.12 15.98 8.86 15.99 8.6 15.99C8.34 15.99 8.09 15.98 7.83 15.95C7.72 15.94 7.61 15.92 7.5 15.9C7.36 15.88 7.22 15.86 7.08 15.83C6.94 15.8 6.81 15.76 6.67 15.72C6.57 15.69 6.46 15.67 6.36 15.63C6.22 15.58 6.08 15.53 5.94 15.47C5.85 15.43 5.76 15.4 5.67 15.36C5.53 15.3 5.4 15.24 5.27 15.17C5.18 15.12 5.08 15.08 4.99 15.02C4.87 14.95 4.76 14.88 4.65 14.81C4.54 14.74 4.44 14.67 4.34 14.6C4.25 14.54 4.16 14.47 4.07 14.4C3.94 14.3 3.82 14.2 3.7 14.09C3.64 14.04 3.59 13.99 3.53 13.94C3.37 13.79 3.22 13.63 3.07 13.46C3.06 13.45 3.05 13.43 3.03 13.42C4.51 11.94 6.52 11.1 8.62 11.1C10.72 11.1 12.73 11.94 14.21 13.42C14.21 13.42 14.19 13.44 14.18 13.45L14.16 13.46ZM8.6 9.91C7.06 9.91 5.8 8.65 5.8 7.11C5.8 5.57 7.06 4.31 8.6 4.31C10.14 4.31 11.4 5.57 11.4 7.11C11.4 8.65 10.14 9.91 8.6 9.91Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

.ic_circleVatar.clr01 {
    background-color: var(--blue-purple-color);
}

/*回上一頁*/
i.ic_replyall {
    top: 4px;
}

.ic_replyall {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: var(--ic-replyall);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13'%3E%3Cpath fill='white' d='M15.9775 7.40625C15.6875 3.66625 11.6675 2.74625 9.32749 2.90625C9.22749 2.90625 9.14749 2.83625 9.14749 2.73625V0.236251C9.14749 0.0362509 8.90749 -0.073749 8.75749 0.056251L3.56749 4.33625C3.33749 4.52625 3.33749 4.87625 3.56749 5.06625L8.74749 9.35625C8.90749 9.48625 9.13749 9.37625 9.13749 9.17625V6.78625C9.13749 6.68625 9.21749 6.60625 9.31749 6.60625C10.6175 6.62625 14.4075 7.12625 13.1675 12.2863C13.1275 12.4363 13.2875 12.5563 13.4175 12.4763C14.2375 11.9863 16.2175 10.4763 15.9775 7.39625V7.40625Z'/%3E%3Cpath fill='white' d='M0.3675 3.92626C-0.1225 4.33626 -0.1225 5.08626 0.3675 5.49626L4.7275 9.10626C5.2475 9.53626 6.0275 9.16626 6.0275 8.49626C6.0275 8.25626 5.9175 8.03626 5.7375 7.88626L2.8575 5.50626C2.3675 5.09626 2.3675 4.34626 2.8575 3.93626L5.7375 1.55626C5.9175 1.40626 6.0275 1.17626 6.0275 0.946262C6.0275 0.276262 5.2475 -0.0937378 4.7275 0.336262L0.3675 3.92626Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13'%3E%3Cpath fill='white' d='M15.9775 7.40625C15.6875 3.66625 11.6675 2.74625 9.32749 2.90625C9.22749 2.90625 9.14749 2.83625 9.14749 2.73625V0.236251C9.14749 0.0362509 8.90749 -0.073749 8.75749 0.056251L3.56749 4.33625C3.33749 4.52625 3.33749 4.87625 3.56749 5.06625L8.74749 9.35625C8.90749 9.48625 9.13749 9.37625 9.13749 9.17625V6.78625C9.13749 6.68625 9.21749 6.60625 9.31749 6.60625C10.6175 6.62625 14.4075 7.12625 13.1675 12.2863C13.1275 12.4363 13.2875 12.5563 13.4175 12.4763C14.2375 11.9863 16.2175 10.4763 15.9775 7.39625V7.40625Z'/%3E%3Cpath fill='white' d='M0.3675 3.92626C-0.1225 4.33626 -0.1225 5.08626 0.3675 5.49626L4.7275 9.10626C5.2475 9.53626 6.0275 9.16626 6.0275 8.49626C6.0275 8.25626 5.9175 8.03626 5.7375 7.88626L2.8575 5.50626C2.3675 5.09626 2.3675 4.34626 2.8575 3.93626L5.7375 1.55626C5.9175 1.40626 6.0275 1.17626 6.0275 0.946262C6.0275 0.276262 5.2475 -0.0937378 4.7275 0.336262L0.3675 3.92626Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*換頁箭頭*/
/*第一頁*/
i.ic_doubleLeft {
    top: 3px;
}

.ic_doubleLeft {
    width: 17px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-doubleLeft);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 16'%3E%3Cpath fill='white' d='M8 16L0 8L8 0L10.07 2.07L4.14 8L10.07 13.93L8 16Z'/%3E%3Cpath fill='white' d='M16.05 16L8.04999 8L16.05 0L18.12 2.07L12.2 8L18.12 13.93L16.05 16Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 16'%3E%3Cpath fill='white' d='M8 16L0 8L8 0L10.07 2.07L4.14 8L10.07 13.93L8 16Z'/%3E%3Cpath fill='white' d='M16.05 16L8.04999 8L16.05 0L18.12 2.07L12.2 8L18.12 13.93L16.05 16Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*最末頁*/
i.ic_doubleRight {
    top: 3px;
}

.ic_doubleRight {
    width: 17px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-doubleRight);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 16'%3E%3Cpath fill='white' d='M10.12 16L18.12 8L10.12 0L8.04999 2.07L13.98 8L8.04999 13.93L10.12 16Z'/%3E%3Cpath fill='white' d='M2.07 16L10.07 8L2.07 0L0 2.07L5.93 8L0 13.93L2.07 16Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 16'%3E%3Cpath fill='white' d='M10.12 16L18.12 8L10.12 0L8.04999 2.07L13.98 8L8.04999 13.93L10.12 16Z'/%3E%3Cpath fill='white' d='M2.07 16L10.07 8L2.07 0L0 2.07L5.93 8L0 13.93L2.07 16Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*上一頁*/
i.ic_forLeft {
    top: 2px;
}

.ic_forLeft {
    width: 10px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-forLeft);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 16'%3E%3Cpath fill='white' d='M8 16L0 8L8 0L10.07 2.07L4.14 8L10.07 13.93L8 16Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 16'%3E%3Cpath fill='white' d='M8 16L0 8L8 0L10.07 2.07L4.14 8L10.07 13.93L8 16Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*下一頁*/
i.ic_forRight {
    top: 2px;
}

.ic_forRight {
    width: 10px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-forRight);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 16'%3E%3Cpath fill='white' d='M2.07 16L10.07 8L2.07 0L0 2.07L5.93 8L0 13.92L2.07 16Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 16'%3E%3Cpath fill='white' d='M2.07 16L10.07 8L2.07 0L0 2.07L5.93 8L0 13.92L2.07 16Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*相關連結*/
i.ic_link {
    top: 2px;
}

.ic_link {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-link);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M10.2075 5.7875C12.0775 7.6575 12.0475 10.6575 10.2175 12.4975C10.2175 12.4975 10.2175 12.4975 10.2075 12.5075L8.1075 14.6075C6.2575 16.4575 3.2375 16.4575 1.3875 14.6075C-0.4625 12.7575 -0.4625 9.7375 1.3875 7.8875L2.5475 6.7275C2.8575 6.4175 3.3875 6.6275 3.3975 7.0575C3.4175 7.6075 3.5175 8.1675 3.6975 8.7075C3.7575 8.8875 3.7175 9.0875 3.5775 9.2275L3.1675 9.6375C2.2875 10.5175 2.2675 11.9375 3.1275 12.8275C4.0075 13.7175 5.4475 13.7275 6.3275 12.8475L8.4275 10.7475C9.3075 9.8675 9.3075 8.4475 8.4275 7.5675C8.3075 7.4475 8.1975 7.3575 8.1075 7.2975C8.0475 7.2575 7.9875 7.1975 7.9475 7.1275C7.9075 7.0575 7.8875 6.9875 7.8875 6.9075C7.8775 6.5775 7.9875 6.2375 8.2575 5.9775L8.9175 5.3175C9.0875 5.1475 9.3575 5.1275 9.5575 5.2675C9.7875 5.4275 9.9975 5.6075 10.1975 5.8075L10.2075 5.7875ZM14.6075 1.3875C12.7575 -0.4625 9.7375 -0.4625 7.8875 1.3875L5.7875 3.4875C5.7875 3.4875 5.7875 3.4875 5.7775 3.4975C3.9475 5.3375 3.9175 8.3375 5.7875 10.2075C5.9875 10.4075 6.1975 10.5875 6.4275 10.7475C6.6275 10.8875 6.8975 10.8675 7.0675 10.6975L7.7275 10.0375C7.9875 9.7775 8.1075 9.4375 8.0975 9.1075C8.0975 9.0275 8.0775 8.9575 8.0375 8.8875C7.9975 8.8175 7.9475 8.7575 7.8775 8.7175C7.7875 8.6575 7.6675 8.5675 7.5575 8.4475C6.6775 7.5675 6.6775 6.1475 7.5575 5.2675L9.6575 3.1675C10.5375 2.2875 11.9775 2.2875 12.8575 3.1875C13.7275 4.0675 13.6975 5.4975 12.8175 6.3775L12.4075 6.7875C12.2675 6.9275 12.2275 7.1275 12.2875 7.3075C12.4675 7.8475 12.5675 8.3975 12.5875 8.9575C12.6075 9.3875 13.1375 9.5975 13.4375 9.2875L14.5975 8.1275C16.4475 6.2775 16.4475 3.2575 14.5975 1.4075L14.6075 1.3875Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M10.2075 5.7875C12.0775 7.6575 12.0475 10.6575 10.2175 12.4975C10.2175 12.4975 10.2175 12.4975 10.2075 12.5075L8.1075 14.6075C6.2575 16.4575 3.2375 16.4575 1.3875 14.6075C-0.4625 12.7575 -0.4625 9.7375 1.3875 7.8875L2.5475 6.7275C2.8575 6.4175 3.3875 6.6275 3.3975 7.0575C3.4175 7.6075 3.5175 8.1675 3.6975 8.7075C3.7575 8.8875 3.7175 9.0875 3.5775 9.2275L3.1675 9.6375C2.2875 10.5175 2.2675 11.9375 3.1275 12.8275C4.0075 13.7175 5.4475 13.7275 6.3275 12.8475L8.4275 10.7475C9.3075 9.8675 9.3075 8.4475 8.4275 7.5675C8.3075 7.4475 8.1975 7.3575 8.1075 7.2975C8.0475 7.2575 7.9875 7.1975 7.9475 7.1275C7.9075 7.0575 7.8875 6.9875 7.8875 6.9075C7.8775 6.5775 7.9875 6.2375 8.2575 5.9775L8.9175 5.3175C9.0875 5.1475 9.3575 5.1275 9.5575 5.2675C9.7875 5.4275 9.9975 5.6075 10.1975 5.8075L10.2075 5.7875ZM14.6075 1.3875C12.7575 -0.4625 9.7375 -0.4625 7.8875 1.3875L5.7875 3.4875C5.7875 3.4875 5.7875 3.4875 5.7775 3.4975C3.9475 5.3375 3.9175 8.3375 5.7875 10.2075C5.9875 10.4075 6.1975 10.5875 6.4275 10.7475C6.6275 10.8875 6.8975 10.8675 7.0675 10.6975L7.7275 10.0375C7.9875 9.7775 8.1075 9.4375 8.0975 9.1075C8.0975 9.0275 8.0775 8.9575 8.0375 8.8875C7.9975 8.8175 7.9475 8.7575 7.8775 8.7175C7.7875 8.6575 7.6675 8.5675 7.5575 8.4475C6.6775 7.5675 6.6775 6.1475 7.5575 5.2675L9.6575 3.1675C10.5375 2.2875 11.9775 2.2875 12.8575 3.1875C13.7275 4.0675 13.6975 5.4975 12.8175 6.3775L12.4075 6.7875C12.2675 6.9275 12.2275 7.1275 12.2875 7.3075C12.4675 7.8475 12.5675 8.3975 12.5875 8.9575C12.6075 9.3875 13.1375 9.5975 13.4375 9.2875L14.5975 8.1275C16.4475 6.2775 16.4475 3.2575 14.5975 1.4075L14.6075 1.3875Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*節目專區*/
/*節目*/
i.ic_musicBold {
    top: 2px;
}

.ic_musicBold {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-musicBold);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 16'%3E%3Cpath fill='white' d='M14.8 0.910004V11.68C14.8 12 14.69 12.29 14.47 12.54C14.25 12.79 13.98 12.98 13.64 13.12C13.31 13.26 12.97 13.36 12.64 13.43C12.31 13.5 12 13.53 11.71 13.53C11.42 13.53 11.11 13.5 10.78 13.43C10.45 13.36 10.12 13.26 9.78 13.12C9.45 12.98 9.17 12.79 8.95 12.54C8.73 12.29 8.62 12 8.62 11.68C8.62 11.36 8.73 11.07 8.95 10.82C9.17 10.57 9.44 10.38 9.78 10.24C10.11 10.1 10.45 10 10.78 9.93C11.11 9.86 11.42 9.83 11.71 9.83C12.38 9.83 13 9.95 13.56 10.21V5.05L6.17999 7.33V14.15C6.17999 14.47 6.06999 14.76 5.84999 15.01C5.62999 15.26 5.35999 15.45 5.01999 15.59C4.68999 15.73 4.34999 15.83 4.01999 15.9C3.68999 15.97 3.38 16 3.09 16C2.8 16 2.48999 15.97 2.15999 15.9C1.82999 15.83 1.49999 15.73 1.15999 15.59C0.829988 15.45 0.550002 15.26 0.330002 15.01C0.110002 14.76 0 14.47 0 14.15C0 13.83 0.110002 13.54 0.330002 13.29C0.550002 13.04 0.819988 12.85 1.15999 12.71C1.48999 12.57 1.82999 12.47 2.15999 12.4C2.48999 12.33 2.8 12.3 3.09 12.3C3.76 12.3 4.38 12.42 4.94 12.68V3.38C4.94 3.18 5 3 5.12 2.84C5.24 2.68 5.4 2.56 5.59 2.5L13.59 0.0400009C13.67 0.0100009 13.76 0 13.86 0C14.12 0 14.33 0.0900043 14.51 0.270004C14.69 0.450004 14.78 0.670006 14.78 0.920006L14.8 0.910004Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 16'%3E%3Cpath fill='white' d='M14.8 0.910004V11.68C14.8 12 14.69 12.29 14.47 12.54C14.25 12.79 13.98 12.98 13.64 13.12C13.31 13.26 12.97 13.36 12.64 13.43C12.31 13.5 12 13.53 11.71 13.53C11.42 13.53 11.11 13.5 10.78 13.43C10.45 13.36 10.12 13.26 9.78 13.12C9.45 12.98 9.17 12.79 8.95 12.54C8.73 12.29 8.62 12 8.62 11.68C8.62 11.36 8.73 11.07 8.95 10.82C9.17 10.57 9.44 10.38 9.78 10.24C10.11 10.1 10.45 10 10.78 9.93C11.11 9.86 11.42 9.83 11.71 9.83C12.38 9.83 13 9.95 13.56 10.21V5.05L6.17999 7.33V14.15C6.17999 14.47 6.06999 14.76 5.84999 15.01C5.62999 15.26 5.35999 15.45 5.01999 15.59C4.68999 15.73 4.34999 15.83 4.01999 15.9C3.68999 15.97 3.38 16 3.09 16C2.8 16 2.48999 15.97 2.15999 15.9C1.82999 15.83 1.49999 15.73 1.15999 15.59C0.829988 15.45 0.550002 15.26 0.330002 15.01C0.110002 14.76 0 14.47 0 14.15C0 13.83 0.110002 13.54 0.330002 13.29C0.550002 13.04 0.819988 12.85 1.15999 12.71C1.48999 12.57 1.82999 12.47 2.15999 12.4C2.48999 12.33 2.8 12.3 3.09 12.3C3.76 12.3 4.38 12.42 4.94 12.68V3.38C4.94 3.18 5 3 5.12 2.84C5.24 2.68 5.4 2.56 5.59 2.5L13.59 0.0400009C13.67 0.0100009 13.76 0 13.86 0C14.12 0 14.33 0.0900043 14.51 0.270004C14.69 0.450004 14.78 0.670006 14.78 0.920006L14.8 0.910004Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*時段*/
i.ic_clockCir {
    top: 2px;
}

.ic_clockCir {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-clockCir);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0ZM8.04 8.77C8.04 8.77 7.99 8.77 7.97 8.77C7.7 8.77 7.44 8.66 7.25 8.46L3.64 4.73L5.08 3.34L8.36 6.74L11.18 6.55L11.32 8.55L8.03 8.77H8.04Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0ZM8.04 8.77C8.04 8.77 7.99 8.77 7.97 8.77C7.7 8.77 7.44 8.66 7.25 8.46L3.64 4.73L5.08 3.34L8.36 6.74L11.18 6.55L11.32 8.55L8.03 8.77H8.04Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*線上收聽*/
i.ic_circlePlay {
    top: 6px !important;
}

.ic_circlePlay {
    width: 23px;
    height: 23px;
    display: inline-block;
    background-color: var(--ic-circlePlay);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M12.36 7.47L6.25 3.94C5.84 3.71 5.34 4 5.34 4.47V11.52C5.34 11.99 5.85 12.28 6.25 12.05L12.36 8.52C12.77 8.29 12.77 7.7 12.36 7.46V7.47Z'/%3E%3Cpath fill='white' d='M8 1.5C11.58 1.5 14.5 4.42 14.5 8C14.5 11.58 11.58 14.5 8 14.5C4.42 14.5 1.5 11.58 1.5 8C1.5 4.42 4.42 1.5 8 1.5ZM8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M12.36 7.47L6.25 3.94C5.84 3.71 5.34 4 5.34 4.47V11.52C5.34 11.99 5.85 12.28 6.25 12.05L12.36 8.52C12.77 8.29 12.77 7.7 12.36 7.46V7.47Z'/%3E%3Cpath fill='white' d='M8 1.5C11.58 1.5 14.5 4.42 14.5 8C14.5 11.58 11.58 14.5 8 14.5C4.42 14.5 1.5 11.58 1.5 8C1.5 4.42 4.42 1.5 8 1.5ZM8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*風琴式用主要顏色設定*/
.radio_list .card-header .btn-link.collapsed i.ic_minus {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: var(--green-color);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='white' d='M14.29 6H8.99V0.7C8.99 0.31 8.68 0 8.29 0H6.7C6.31 0 6 0.31 6 0.7V6H0.700001C0.310001 6 0 6.31 0 6.7V8.29C0 8.68 0.310001 8.99 0.700001 8.99H6V14.29C6 14.68 6.31 14.99 6.7 14.99H8.29C8.68 14.99 8.99 14.68 8.99 14.29V8.99H14.29C14.68 8.99 14.99 8.68 14.99 8.29V6.7C14.99 6.31 14.68 6 14.29 6Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='white' d='M14.29 6H8.99V0.7C8.99 0.31 8.68 0 8.29 0H6.7C6.31 0 6 0.31 6 0.7V6H0.700001C0.310001 6 0 6.31 0 6.7V8.29C0 8.68 0.310001 8.99 0.700001 8.99H6V14.29C6 14.68 6.31 14.99 6.7 14.99H8.29C8.68 14.99 8.99 14.68 8.99 14.29V8.99H14.29C14.68 8.99 14.99 8.68 14.99 8.29V6.7C14.99 6.31 14.68 6 14.29 6Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

.radio_list .card-header .btn-link i.ic_minus {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: var(--white-color);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 3'%3E%3Cpath fill='white' d='M14.3 0H0.7C0.313401 0 0 0.3134 0 0.7V2.3C0 2.6866 0.313401 3 0.7 3H14.3C14.6866 3 15 2.6866 15 2.3V0.7C15 0.3134 14.6866 0 14.3 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 3'%3E%3Cpath fill='white' d='M14.3 0H0.7C0.313401 0 0 0.3134 0 0.7V2.3C0 2.6866 0.313401 3 0.7 3H14.3C14.6866 3 15 2.6866 15 2.3V0.7C15 0.3134 14.6866 0 14.3 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*署長信箱*/
/*重新整理*/
i.ic_undo {
    top: 2px;
}

.ic_undo {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-undo);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M7.59 0.1C5.44 0.1 3.43 1 2 2.48V0H0V7.15H7.15V5.15H2.52C3.51 3.32 5.44 2.11 7.59 2.11C10.77 2.11 13.36 4.7 13.36 7.88C13.36 11.06 10.77 13.65 7.59 13.65C5.88 13.65 4.27 12.9 3.17 11.58L1.64 12.86C3.12 14.63 5.29 15.64 7.6 15.64C11.88 15.64 15.37 12.16 15.37 7.87C15.37 3.58 11.87 0.1 7.59 0.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M7.59 0.1C5.44 0.1 3.43 1 2 2.48V0H0V7.15H7.15V5.15H2.52C3.51 3.32 5.44 2.11 7.59 2.11C10.77 2.11 13.36 4.7 13.36 7.88C13.36 11.06 10.77 13.65 7.59 13.65C5.88 13.65 4.27 12.9 3.17 11.58L1.64 12.86C3.12 14.63 5.29 15.64 7.6 15.64C11.88 15.64 15.37 12.16 15.37 7.87C15.37 3.58 11.87 0.1 7.59 0.1Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*驗證碼聲音*/
i.ic_volumeup {
    top: 2px;
}

.ic_volumeup {
    width: 17px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-volumeup);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cpath fill='white' d='M13.73 7.99998C13.73 5.59998 12.26 3.53998 10.18 2.66998L9.63 3.99998C11.19 4.64998 12.29 6.19998 12.29 7.99998C12.29 9.79998 11.19 11.34 9.62 12L10.17 13.33C12.26 12.46 13.73 10.4 13.73 7.99998Z'/%3E%3Cpath fill='white' d='M10.84 8.00003C10.84 6.80003 10.1 5.77003 9.06 5.34003L8.5 6.67003C9.02 6.89003 9.39 7.40003 9.39 8.00003C9.39 8.60003 9.02 9.11003 8.5 9.33003L9.06 10.66C10.1 10.22 10.84 9.19003 10.84 7.99003V8.00003Z'/%3E%3Cpath fill='white' d='M11.29 0L10.73 1.33C13.34 2.42 15.18 4.99 15.18 8C15.18 11.01 13.34 13.58 10.73 14.67L11.29 16C14.43 14.69 16.63 11.61 16.63 8C16.63 4.39 14.42 1.31 11.29 0Z'/%3E%3Cpath fill='white' d='M6.21 1.64998L2.55 5.03998H0V10.96H2.56L6.22 14.35C6.52 14.63 7.04 14.43 7.04 14.04V1.96998C7.04 1.56998 6.52 1.37998 6.22 1.65998L6.21 1.64998Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cpath fill='white' d='M13.73 7.99998C13.73 5.59998 12.26 3.53998 10.18 2.66998L9.63 3.99998C11.19 4.64998 12.29 6.19998 12.29 7.99998C12.29 9.79998 11.19 11.34 9.62 12L10.17 13.33C12.26 12.46 13.73 10.4 13.73 7.99998Z'/%3E%3Cpath fill='white' d='M10.84 8.00003C10.84 6.80003 10.1 5.77003 9.06 5.34003L8.5 6.67003C9.02 6.89003 9.39 7.40003 9.39 8.00003C9.39 8.60003 9.02 9.11003 8.5 9.33003L9.06 10.66C10.1 10.22 10.84 9.19003 10.84 7.99003V8.00003Z'/%3E%3Cpath fill='white' d='M11.29 0L10.73 1.33C13.34 2.42 15.18 4.99 15.18 8C15.18 11.01 13.34 13.58 10.73 14.67L11.29 16C14.43 14.69 16.63 11.61 16.63 8C16.63 4.39 14.42 1.31 11.29 0Z'/%3E%3Cpath fill='white' d='M6.21 1.64998L2.55 5.03998H0V10.96H2.56L6.22 14.35C6.52 14.63 7.04 14.43 7.04 14.04V1.96998C7.04 1.56998 6.52 1.37998 6.22 1.65998L6.21 1.64998Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*確認送出*/
i.ic_check {
    top: 1px;
}

.ic_check {
    width: 17px;
    height: 12px;
    display: inline-block;
    background-color: var(--ic-check);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 12'%3E%3Cpath fill='white' d='M5.96996 11.2265L0.179961 6.46647C-0.0300386 6.28647 -0.0600386 5.97647 0.109961 5.76647L1.37996 4.21647C1.55996 4.00647 1.86996 3.97647 2.07996 4.14647L5.81996 7.21647C6.01996 7.37647 6.29996 7.36647 6.47996 7.18647L13.87 0.136466C14.07 -0.0535337 14.39 -0.0435337 14.58 0.156466L15.96 1.60647C16.15 1.80647 16.14 2.12647 15.94 2.31647L6.63996 11.2065C6.45996 11.3765 6.16996 11.3965 5.97996 11.2365L5.96996 11.2265Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 12'%3E%3Cpath fill='white' d='M5.96996 11.2265L0.179961 6.46647C-0.0300386 6.28647 -0.0600386 5.97647 0.109961 5.76647L1.37996 4.21647C1.55996 4.00647 1.86996 3.97647 2.07996 4.14647L5.81996 7.21647C6.01996 7.37647 6.29996 7.36647 6.47996 7.18647L13.87 0.136466C14.07 -0.0535337 14.39 -0.0435337 14.58 0.156466L15.96 1.60647C16.15 1.80647 16.14 2.12647 15.94 2.31647L6.63996 11.2065C6.45996 11.3765 6.16996 11.3965 5.97996 11.2365L5.96996 11.2265Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*清除重填*/
i.ic_times {
    top: 1px;
}

.ic_times {
    width: 14px;
    height: 13px;
    display: inline-block;
    background-color: var(--ic-times);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath fill='white' d='M12.18 1.56L10.77 0.15C10.57 -0.05 10.26 -0.05 10.06 0.15L6.52 3.69C6.32 3.89 6.01 3.89 5.81 3.69L2.27 0.15C2.07 -0.05 1.76 -0.05 1.56 0.15L0.15 1.56C-0.05 1.76 -0.05 2.07 0.15 2.27L3.69 5.81C3.89 6.01 3.89 6.32 3.69 6.52L0.15 10.06C-0.05 10.26 -0.05 10.57 0.15 10.77L1.56 12.18C1.76 12.38 2.07 12.38 2.27 12.18L5.81 8.64C6.01 8.44 6.32 8.44 6.52 8.64L10.06 12.18C10.26 12.38 10.57 12.38 10.77 12.18L12.18 10.77C12.38 10.57 12.38 10.26 12.18 10.06L8.64 6.52C8.44 6.32 8.44 6.01 8.64 5.81L12.18 2.27C12.38 2.07 12.38 1.76 12.18 1.56Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath fill='white' d='M12.18 1.56L10.77 0.15C10.57 -0.05 10.26 -0.05 10.06 0.15L6.52 3.69C6.32 3.89 6.01 3.89 5.81 3.69L2.27 0.15C2.07 -0.05 1.76 -0.05 1.56 0.15L0.15 1.56C-0.05 1.76 -0.05 2.07 0.15 2.27L3.69 5.81C3.89 6.01 3.89 6.32 3.69 6.52L0.15 10.06C-0.05 10.26 -0.05 10.57 0.15 10.77L1.56 12.18C1.76 12.38 2.07 12.38 2.27 12.18L5.81 8.64C6.01 8.44 6.32 8.44 6.52 8.64L10.06 12.18C10.26 12.38 10.57 12.38 10.77 12.18L12.18 10.77C12.38 10.57 12.38 10.26 12.18 10.06L8.64 6.52C8.44 6.32 8.44 6.01 8.64 5.81L12.18 2.27C12.38 2.07 12.38 1.76 12.18 1.56Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*時間日期*/
i.ic_clock {
    top: 1px;
}

.ic_clock {
    width: 13px;
    height: 12px;
    display: inline-block;
    background-color: var(--ic-clock);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cpath fill='white' d='M8 1.5C11.58 1.5 14.5 4.42 14.5 8C14.5 11.58 11.58 14.5 8 14.5C4.42 14.5 1.5 11.58 1.5 8C1.5 4.42 4.42 1.5 8 1.5ZM8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0Z'/%3E%3Cpath fill='white' d='M7.96 8.52002C7.76 8.52002 7.56 8.44002 7.42 8.29002L3.81 4.56002L4.89 3.52002L8.25 7.00002L11.19 6.80002L11.29 8.30002L8 8.52002C8 8.52002 7.97 8.52002 7.95 8.52002H7.96Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cpath fill='white' d='M8 1.5C11.58 1.5 14.5 4.42 14.5 8C14.5 11.58 11.58 14.5 8 14.5C4.42 14.5 1.5 11.58 1.5 8C1.5 4.42 4.42 1.5 8 1.5ZM8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0Z'/%3E%3Cpath fill='white' d='M7.96 8.52002C7.76 8.52002 7.56 8.44002 7.42 8.29002L3.81 4.56002L4.89 3.52002L8.25 7.00002L11.19 6.80002L11.29 8.30002L8 8.52002C8 8.52002 7.97 8.52002 7.95 8.52002H7.96Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

.ic_clock.clr01 {
    background-color: var(--orange-color);
}

/*發布單位*/
i.ic_briefcase {
    top: 2px;
}

.ic_briefcase {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-briefcase);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.07 3.2H11.87V1.87C11.87 0.84 11.03 0 10 0H5.2C4.17 0 3.33 0.84 3.33 1.87V3.2H2.13C0.95 3.2 0 4.16 0 5.33V8.53H15.2V5.33C15.2 4.15 14.24 3.2 13.07 3.2ZM10.27 3.2H4.94V1.87C4.94 1.72 5.06 1.6 5.21 1.6H10.01C10.16 1.6 10.28 1.72 10.28 1.87V3.2H10.27Z'/%3E%3Cpath fill='white' d='M10.73 9.96998C10.73 10.56 10.25 11.04 9.66 11.04H5.53C4.94 11.04 4.46 10.56 4.46 9.96998V9.59998H0V13.87C0 15.05 0.96 16 2.13 16H13.06C14.24 16 15.19 15.04 15.19 13.87V9.59998H10.72V9.96998H10.73Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.07 3.2H11.87V1.87C11.87 0.84 11.03 0 10 0H5.2C4.17 0 3.33 0.84 3.33 1.87V3.2H2.13C0.95 3.2 0 4.16 0 5.33V8.53H15.2V5.33C15.2 4.15 14.24 3.2 13.07 3.2ZM10.27 3.2H4.94V1.87C4.94 1.72 5.06 1.6 5.21 1.6H10.01C10.16 1.6 10.28 1.72 10.28 1.87V3.2H10.27Z'/%3E%3Cpath fill='white' d='M10.73 9.96998C10.73 10.56 10.25 11.04 9.66 11.04H5.53C4.94 11.04 4.46 10.56 4.46 9.96998V9.59998H0V13.87C0 15.05 0.96 16 2.13 16H13.06C14.24 16 15.19 15.04 15.19 13.87V9.59998H10.72V9.96998H10.73Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*問卷調查*/
i.ic_chartbar {
    top: 2px;
}

.ic_chartbar {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-chartbar);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill='white' d='M18 13.6125H0.986409C0.441911 13.6125 0 13.1705 0 12.626V0H1.97282V11.6396H18V13.6125Z'/%3E%3Cpath fill='white' d='M6.51029 6.80225H4.53748V10.2665H6.51029V6.80225Z'/%3E%3Cpath fill='white' d='M9.99037 4.62427H8.01755V10.2665H9.99037V4.62427Z'/%3E%3Cpath fill='white' d='M13.4625 2.42261H11.4897V10.2665H13.4625V2.42261Z'/%3E%3Cpath fill='white' d='M16.8716 1.2074H14.8987V10.2666H16.8716V1.2074Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill='white' d='M18 13.6125H0.986409C0.441911 13.6125 0 13.1705 0 12.626V0H1.97282V11.6396H18V13.6125Z'/%3E%3Cpath fill='white' d='M6.51029 6.80225H4.53748V10.2665H6.51029V6.80225Z'/%3E%3Cpath fill='white' d='M9.99037 4.62427H8.01755V10.2665H9.99037V4.62427Z'/%3E%3Cpath fill='white' d='M13.4625 2.42261H11.4897V10.2665H13.4625V2.42261Z'/%3E%3Cpath fill='white' d='M16.8716 1.2074H14.8987V10.2666H16.8716V1.2074Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*我要參加*/
i.ic_pencilalt {
    top: 2px;
}

.ic_pencilalt {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: var(--ic-pencilalt);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M15.5163 1.8675L14.1363 0.4875C13.4863 -0.1625 12.4263 -0.1625 11.7763 0.4875L10.3563 1.9075L14.0963 5.6475L15.5163 4.2275C16.1663 3.5775 16.1663 2.5175 15.5163 1.8675Z'/%3E%3Cpath fill='white' d='M1.09625 11.1775C0.996253 11.2775 0.91625 11.4075 0.88625 11.5475L0.0262495 15.0175C-0.0437505 15.2875 0.0262524 15.5775 0.236252 15.7775C0.386252 15.9275 0.596252 16.0075 0.806252 16.0075C0.866252 16.0075 0.936251 16.0075 0.996251 15.9875L4.46625 15.1175C4.60625 15.0875 4.73625 15.0175 4.83625 14.9075L12.9663 6.77753L9.22625 3.03754L1.09625 11.1675V11.1775ZM3.22625 14.9175H1.65625C1.38625 14.9175 1.15625 14.6975 1.15625 14.4175V12.8475C1.15625 12.5775 1.37625 12.3475 1.65625 12.3475C1.93625 12.3475 2.15625 12.5675 2.15625 12.8475V13.9175H3.22625C3.49625 13.9175 3.72625 14.1375 3.72625 14.4175C3.72625 14.6975 3.50625 14.9175 3.22625 14.9175ZM11.9963 6.70753L6.85625 11.8475L6.15625 11.1475L11.2963 6.00753L11.9963 6.70753Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M15.5163 1.8675L14.1363 0.4875C13.4863 -0.1625 12.4263 -0.1625 11.7763 0.4875L10.3563 1.9075L14.0963 5.6475L15.5163 4.2275C16.1663 3.5775 16.1663 2.5175 15.5163 1.8675Z'/%3E%3Cpath fill='white' d='M1.09625 11.1775C0.996253 11.2775 0.91625 11.4075 0.88625 11.5475L0.0262495 15.0175C-0.0437505 15.2875 0.0262524 15.5775 0.236252 15.7775C0.386252 15.9275 0.596252 16.0075 0.806252 16.0075C0.866252 16.0075 0.936251 16.0075 0.996251 15.9875L4.46625 15.1175C4.60625 15.0875 4.73625 15.0175 4.83625 14.9075L12.9663 6.77753L9.22625 3.03754L1.09625 11.1675V11.1775ZM3.22625 14.9175H1.65625C1.38625 14.9175 1.15625 14.6975 1.15625 14.4175V12.8475C1.15625 12.5775 1.37625 12.3475 1.65625 12.3475C1.93625 12.3475 2.15625 12.5675 2.15625 12.8475V13.9175H3.22625C3.49625 13.9175 3.72625 14.1375 3.72625 14.4175C3.72625 14.6975 3.50625 14.9175 3.22625 14.9175ZM11.9963 6.70753L6.85625 11.8475L6.15625 11.1475L11.2963 6.00753L11.9963 6.70753Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

/*網站導覽*/
i.ic_fileCode {
    top: 3px;
}

.ic_fileCode {
    width: 16px;
    height: 18px;
    display: inline-block;
    background-color: var(--ic-fileCode);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cpath fill='white' d='M11.95 4.63C11.95 4.34 11.89 4.06 11.78 3.79C11.67 3.52 11.51 3.28 11.3 3.08L8.87 0.65C8.67 0.45 8.43 0.29 8.16 0.17C7.89 0.06 7.61 0 7.33 0H1.91C1.41 0 0.909998 0.2 0.559998 0.56C0.199998 0.92 0 1.4 0 1.91V14.08C0 14.58 0.199998 15.08 0.559998 15.43C0.919998 15.79 1.41 15.99 1.91 15.99H10.04C10.54 15.99 11.04 15.79 11.39 15.43C11.75 15.07 11.95 14.58 11.95 14.08V4.63ZM10.51 3.87C10.57 3.93 10.6 4 10.65 4.07H8L7.88 3.95V1.31C7.95 1.35 8.02 1.39 8.08 1.44L10.51 3.87ZM10.59 14.66C10.44 14.81 10.24 14.89 10.03 14.89H1.9C1.69 14.89 1.49 14.81 1.34 14.66C1.19 14.51 1.11 14.31 1.11 14.1V1.92C1.11 1.71 1.19 1.51 1.34 1.36C1.49 1.21 1.69 1.13 1.9 1.13H6.76V3.96C6.76 4.29 6.89 4.6 7.12 4.83C7.35 5.06 7.67 5.19 7.99 5.19H10.82V14.1C10.82 14.31 10.74 14.51 10.59 14.66Z'/%3E%3Cpath fill='white' d='M3.11998 10.03L4.19998 8.68999C4.38998 8.44999 4.34998 8.09999 4.10998 7.90999C3.86998 7.71999 3.51998 7.75999 3.32998 7.99999L1.97999 9.68999C1.81999 9.88999 1.81999 10.18 1.97999 10.39L3.32998 12.08C3.43998 12.22 3.59998 12.29 3.76998 12.29C3.88998 12.29 4.01998 12.25 4.11998 12.17C4.35998 11.98 4.39998 11.63 4.20998 11.39L3.12998 10.05L3.11998 10.03Z'/%3E%3Cpath fill='white' d='M8.61001 7.99001C8.42001 7.75001 8.07001 7.71001 7.83001 7.90001C7.59001 8.09001 7.55001 8.44001 7.74001 8.68001L8.82001 10.02L7.74001 11.36C7.55001 11.6 7.59001 11.95 7.83001 12.14C7.93001 12.22 8.06001 12.26 8.18001 12.26C8.34001 12.26 8.51001 12.19 8.62001 12.05L9.97001 10.36C10.13 10.16 10.13 9.87001 9.97001 9.66001L8.62001 7.97001L8.61001 7.99001Z'/%3E%3Cpath fill='white' d='M6.4333 6.43529L4.43173 13.3203L5.50721 13.6329L7.50878 6.74795L6.4333 6.43529Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cpath fill='white' d='M11.95 4.63C11.95 4.34 11.89 4.06 11.78 3.79C11.67 3.52 11.51 3.28 11.3 3.08L8.87 0.65C8.67 0.45 8.43 0.29 8.16 0.17C7.89 0.06 7.61 0 7.33 0H1.91C1.41 0 0.909998 0.2 0.559998 0.56C0.199998 0.92 0 1.4 0 1.91V14.08C0 14.58 0.199998 15.08 0.559998 15.43C0.919998 15.79 1.41 15.99 1.91 15.99H10.04C10.54 15.99 11.04 15.79 11.39 15.43C11.75 15.07 11.95 14.58 11.95 14.08V4.63ZM10.51 3.87C10.57 3.93 10.6 4 10.65 4.07H8L7.88 3.95V1.31C7.95 1.35 8.02 1.39 8.08 1.44L10.51 3.87ZM10.59 14.66C10.44 14.81 10.24 14.89 10.03 14.89H1.9C1.69 14.89 1.49 14.81 1.34 14.66C1.19 14.51 1.11 14.31 1.11 14.1V1.92C1.11 1.71 1.19 1.51 1.34 1.36C1.49 1.21 1.69 1.13 1.9 1.13H6.76V3.96C6.76 4.29 6.89 4.6 7.12 4.83C7.35 5.06 7.67 5.19 7.99 5.19H10.82V14.1C10.82 14.31 10.74 14.51 10.59 14.66Z'/%3E%3Cpath fill='white' d='M3.11998 10.03L4.19998 8.68999C4.38998 8.44999 4.34998 8.09999 4.10998 7.90999C3.86998 7.71999 3.51998 7.75999 3.32998 7.99999L1.97999 9.68999C1.81999 9.88999 1.81999 10.18 1.97999 10.39L3.32998 12.08C3.43998 12.22 3.59998 12.29 3.76998 12.29C3.88998 12.29 4.01998 12.25 4.11998 12.17C4.35998 11.98 4.39998 11.63 4.20998 11.39L3.12998 10.05L3.11998 10.03Z'/%3E%3Cpath fill='white' d='M8.61001 7.99001C8.42001 7.75001 8.07001 7.71001 7.83001 7.90001C7.59001 8.09001 7.55001 8.44001 7.74001 8.68001L8.82001 10.02L7.74001 11.36C7.55001 11.6 7.59001 11.95 7.83001 12.14C7.93001 12.22 8.06001 12.26 8.18001 12.26C8.34001 12.26 8.51001 12.19 8.62001 12.05L9.97001 10.36C10.13 10.16 10.13 9.87001 9.97001 9.66001L8.62001 7.97001L8.61001 7.99001Z'/%3E%3Cpath fill='white' d='M6.4333 6.43529L4.43173 13.3203L5.50721 13.6329L7.50878 6.74795L6.4333 6.43529Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}

i.ic_plus {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: var(--black-color);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='white' d='M14.29 6H8.99V0.7C8.99 0.31 8.68 0 8.29 0H6.7C6.31 0 6 0.31 6 0.7V6H0.700001C0.310001 6 0 6.31 0 6.7V8.29C0 8.68 0.310001 8.99 0.700001 8.99H6V14.29C6 14.68 6.31 14.99 6.7 14.99H8.29C8.68 14.99 8.99 14.68 8.99 14.29V8.99H14.29C14.68 8.99 14.99 8.68 14.99 8.29V6.7C14.99 6.31 14.68 6 14.29 6Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='white' d='M14.29 6H8.99V0.7C8.99 0.31 8.68 0 8.29 0H6.7C6.31 0 6 0.31 6 0.7V6H0.700001C0.310001 6 0 6.31 0 6.7V8.29C0 8.68 0.310001 8.99 0.700001 8.99H6V14.29C6 14.68 6.31 14.99 6.7 14.99H8.29C8.68 14.99 8.99 14.68 8.99 14.29V8.99H14.29C14.68 8.99 14.99 8.68 14.99 8.29V6.7C14.99 6.31 14.68 6 14.29 6Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask-size: contain;
}
