body {
    font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Lucida Sans Unicode", sans-serif;
    font-weight: 300;
    position: relative;
}

.bg-shh {
    background-color: #139bac;
}

/* 無障礙FOCUS外框框 */

a[href]:focus,
select:focus,
input:focus,
button:focus,
btn:focus,
textarea:focus,
.accordion-button:focus,
.accordion-item:focus,
.dropdown-toggle:focus .form-control:focus {
    outline-width: 1px !important;
    outline-style: dotted !important;
    outline-color: #139bac !important;
    box-shadow: none !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-link {
    font-size: 1rem;
}

.search-toggle {
    background: #898989;
    text-align: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    font-size: 20px;
    color: #ffffff;
}

.search-toggle:hover {
    /*background-color: #006571;*/
    color: #ffffff;
    box-shadow: 2px 2px 0px var(--bs-warning);
}

.social-link-header {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #139bac;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: 0;
}

.social-link-header:hover {
    box-shadow: 2px 2px 0px 0px var(--bs-warning);
}

.navbar-light .navbar-nav .nav-link:hover {
    box-shadow: inset 0 -5px 0 0 var(--bs-warning);
    color: var(--bs-gray-800);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--bs-gray-800);
    padding: 0.5rem 0.6rem;
    font-weight: 300;
    font-size: 15px;
}

.footer-index-links-box {
    padding: 4px;
}

img {
    overflow: hidden;
    object-fit: cover;
}

.social-link-footer {
    margin: 0px 3px 0px 0px;
}

.nav-link:focus,
.nav-link:hover {
    color: #008aa0;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

.navcol-2 ul > li > a {
    color: var(--bs-gray-700);
    text-decoration: none;
    font-weight: 300;
}

.menu-toggle-switch {
    background: #139bac;
    font-size: 1.2rem;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
}

.menu-toggle-switch:hover {
    color: #ffffff;
    box-shadow: 2px 2px 0px 0px var(--bs-warning);
}

.navcol-2 ul > li > a:hover {
    color: #139bac;
}

h1 {
    /*color: #008aa0;*/
    font-weight: 700;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.social-link-header > i {
    color: #139bac;
    font-size: 20px;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: rgba(0, 209, 255, 0.08);
    color: var(--bs-table-hover-color);
}

.esgbtn {
    border: 1px solid;
    margin: 2px;
    background: #ffffff;
    font-size: 12px;
}

.esgbtn:hover {
    box-shadow: 2px 2px var(--bs-warning);
}

/* 禁止選取文字 start */

html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 禁止選取文字 end */

/* 網站地圖 start */

.esg-mapheading {
    text-decoration: none;
}

.esg-maplist {
    margin: 0;
}

.esg-maplist > li > a:hover {
    box-shadow: inset 0 -3px 0 0 var(--bs-warning);
}

@media (min-width: 768px) {
    .esg-maplist > li:after {
        content: "｜";
        color: var(--bs-gray-300);
    }
}

.esg-maplist > li:last-child:after {
    content: "";
}

.esg-maplist > li > a {
    text-decoration: none;
    color: var(--bs-gray-800);
    font-size: 1.2rem;
    margin: 1.5rem 1rem;
    display: inline-block;
}

@media (max-width: 768px) {
    .esg-maplist > li > a {
        margin: 1rem 1rem;
    }
}

h2 {
    margin: 15px 0 15px 0;
    color: #139bac;
    font-weight: 700;
    font-size: 1.8rem;
}

.esg-h-col {
    align-items: center;
    display: flex;
}

.esg-maprow {
    border-bottom: 1px #c5c5c5 solid;
    padding: 1rem;
}

.esg-maprow:last-child {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .esg-h-col {
        border-right: #c5c5c5 1px solid;
    }
}

.esg-mapheading:hover {
    box-shadow: inset 0 -3px 0 0 var(--bs-warning);
    color: #139bac;
}

.esg-mapheading {
    font-size: 2rem;
    font-weight: 700;
    color: #139bac;
}

/* 網站地圖 end */

.sitemap-btn {
    padding: 5px 12px;
    border: 1px solid;
    border-radius: 30px;
    text-decoration: none;
    color: var(--bs-gray-800);
    margin-right: 10px;
}

.footer-index-links {
    color: var(--bs-gray-800);
    text-decoration: 0;
    border: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem;
    font-weight: normal;
}

.footer-index-links:hover {
    color: #139bac;
    box-shadow: 2px 2px 0px 0px var(--bs-warning);
}

.p-img {
    margin-top: 0;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
    margin-left: 0;
    width: 30%;
}

@media (max-width: 576px) {
    .p-img {
        width: 100%;
    }
}

#esg-entry {
    background: #009fa8;
    padding: 1.5rem;
    background-image: url(../img/2022esg01.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#esg-entry h2 {
    font-size: 5rem;
    color: white;
    font-weight: 900;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
    #esg-entry {
        background-image: url(../img/2022esg02.svg);
    }
    #esg-entry h2 {
        font-size: 8vw;
    }
}

#esg-entry p {
    color: white;
}

.text-shh {
    color: #139bac;
}

.download-btn:hover {
    box-shadow: 2px 2px 0px 0px var(--bs-warning);
}

.fa-cloud-download {
    color: #139bac;
}
