.taxation .cards, 
.main-theme .cards,
.news-menu,
.img-icon,
.sidebar a img{
    transition: all ease-in-out .3s;
}

/* 無障礙焦點樣式 - 只在鍵盤操作時顯示 */
:focus-visible {
    outline: 0.1875em solid #005fcc;
    outline-offset: 0.125em;
    box-shadow: 0 0 0 0.1875em rgba(0, 95, 204, 0.2);
    border-radius: 0.25em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="tab"]:focus-visible,
.accordion-button:focus-visible {
    outline: 0.1875em solid #005fcc;
    outline-offset: 0.125em;
    box-shadow: 0 0 0 0.1875em rgba(0, 95, 204, 0.2);
}

.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus{
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    margin: 0;
    padding: 4px 8px;
    background: #005fcc;
    color: #fff;
    z-index: 9999;
    font-size: 1rem;
    text-decoration: none;
}

body{
    font-size: 1.3125em;
    color: #555555;
}

li{
    list-style: none;
}

ul{
    padding: 0;
    margin: 0;
}

a{
    color: #555555;
    text-decoration: none;
}

a:hover,
a:active{
    color: #00BE64;
}

.sp,
.floatland{
    display: none;
}

#wrapper{
    overflow: hidden;
}