body {
    font-size: 1rem;
    font-weight: 500;
}

.h1 {
    font-size: 2.11rem !important;
}

.h2 {
    font-size: 1.88rem !important;
}

.h3 {
    font-size: 1.411em !important;
}

.h4 {
    font-size: 1.058rem !important;
}

.h5 {
    font-size: 0.823rem !important;
}

.h6 {
    font-size: 0.705rem !important;
}

a:hover,
button:hover {
    text-decoration: underline;
}

a:focus, button:focus {
    outline: #ff8a5c dashed 5px !important;
}

.checkInput:focus {
    outline: #ff8a5c dashed 5px !important;
}

/* 無障礙顏色 */
.bg-gradient {
    background: #19A78E !important;
}

.contents .inner h1 {
    color: #372121 !important;
}

.contents a,
.contents a:hover {
    color: #372121 !important;
}

/* 按鈕 */

#navigation a:hover {
    color: #694848 !important;
}

.bg-colored, .bg-colored-hover:hover {
    background-color: #FBB92E !important;
}

.border-colored, .border-colored-hover:hover {
    border-color: #FBB92E !important;
}

.bg-colored.white, .bg-colored-hover.white:hover {
    background-color: #FBB92E !important;
    color: #694848 !important;
}

.bg-colored1, .bg-colored1-hover:hover {
    background-color: #FBB92E !important;
    color: #694848 !important;
}

.bg-colored2, .bg-colored2-hover:hover {
    background-color: #19a78e !important;
    color: #372121 !important;
}

/* 導覽a標籤 */
a.skip-main {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: black;
        background-color: #79D6AC;
        top: auto;
        left: calc(50% - 110px);
        width: 220px;
        height: auto;
        overflow: auto;
        margin: 10px auto;
        padding: .5rem;
        border-radius: .5rem;
        text-align: center;
        font-size: 1em;
        z-index: 999;
    }

/* 選單 */

#navigation.modern.white-nav .columns ul li a, #navigation.modern.white-nav .columns ul li button {
    font-size: 1rem;
}

#navigation.modern.white-nav .columns .nav-menu ul.dropdown-menu li a {
    font-size: .9rem;
}

li.dropdown-toggle a > button {
    background-color: transparent;
    padding: 0 !important;
    font-weight: 600;
}

/* 首頁跑馬燈 */
.home .text-slider-container .home-vertical-texts {
    color: #372121 !important;
}

    .home .text-slider-container .home-vertical-texts h3 {
        font-weight: 600;
    }

/* 頁籤 */
.nav-tabs .nav-link.white {
    color: #694848 !important;
}

.gray7, .gray7:hover {
    color: #999 !important;
}

#navigation.modern .columns ul li a:hover,
#navigation.modern.scrolled .columns ul li a:hover,
#navigation.modern .columns ul.nav > li.active > a {
    color: #347867 !important;
}
/* 無障礙顏色 結束*/

.table {
    font-size: .9rem;
}

.bold-subtitle {
    letter-spacing: .01rem;
}

.paragraph {
    font-size: 1rem;
}

/* 公立收容所搜尋框 */
.cbp-search-input {
    font-family: Microsoft JhengHei;
}

.tab-content.slide-effect .tab-pane .tab-container {
    overflow: unset;
}

/* 卡片式設計 */
.cbp-card {
    display: block;
    /* margin-right: -15px;
  margin-left: -15px; */
    position: relative;
    margin-bottom: 50px;
}

.cbp-shadow:before {
    position: absolute;
    border-radius: inherit;
    display: block;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0 70px 100px -20px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-shadow.cbp-shadow--hover:before {
    box-shadow: 0 10px 100px -20px rgba(0,0,0,0.1);
}

.cbp-shadow.cbp-shadow--hover:hover:before {
    box-shadow: 0 70px 100px -20px rgba(0,0,0,0.2);
}

.cbp-img {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
}

.cbp-card.cbp-circle {
    border-radius: 0 0 6px 6px;
}

.cbp-card.cbp-news .cbp-img {
    height: 150px;
}

.cbp-card.cbp-circle .cbp-img {
    border-radius: 6px 6px 0 0;
}

.cbp-card.cbp-circle.cbp-circle--list .cbp-img {
    border-radius: 6px 0 0 6px;
    height: 200px;
}

/* 首頁收容所輪播 */

.contents .content-box.litle-pd {
    /* padding: 58px 35px; */
    padding: 51px 35px;
}

.contents .inner.go p {
    margin-bottom: 10px;
}

.qr-slider div {
    margin: 0 7.5px;
}

.qr-slider a {
    display: block;
    overflow-x: hidden;
    text-align: center;
    position: relative;
}

.qr-slider span {
    display: inline-block;
    /* display: block; */
}

.qr-slider p {
    margin: 10px 0 4px;
    text-align: center;
    color: #313131;
}

.qr-slider a {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

    .qr-slider a .cover {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-color: rgba(251, 185, 46, .8);
        margin: 0 !important;
        opacity: 0;
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .qr-slider a .cover-posa p {
        color: #694848;
        font-weight: 600;
    }

/* .cover-txt-posr {
  position: relative;
  margin: 0;
} */

.cover-posa {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
    opacity: 0;
    /* height: 100%; */
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

    .cover-posa:after {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(251, 185, 46, .8);
    }

.qr-slider a:hover .cover {
    opacity: 1
}

.qr-slider a:hover .cover-posa {
    opacity: 1
}

/* 190703 */
@media screen and (min-width: 569px) {
    table tr:first-child td {
        white-space: nowrap;
    }
}

.news-post-party {
    font-size: .9rem;
}

/* 首頁相關連結*/
.client-list li a img {
    max-width: 100%;
}

.qdr-controls .slick-arrow, .qdr-controls-2 .slick-arrow {
    margin-top: -30px;
}

.cbp-caption-defaultWrap {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

    .cbp-caption-defaultWrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.download-icon {
    display: inline-block;
    border: 1px solid #5a5a5a;
    border-radius: 2px;
    padding: 3px 6px;
    margin-left: 10px;
    font-size: .8rem;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

ul.nav-list li a:hover .download-icon {
    opacity: .6;
}

.download-icon img {
    vertical-align: text-top;
    display: inline-block;
    height: 18px;
}

/* know-bg */
.know-bg {
    background: #fff !important;
    border: 4px dotted #1aa78e;
}

    .know-bg:nth-child(even) {
        border: 4px dotted #fbb92d;
    }

    .know-bg .xl-btn {
        border: 2px solid #1aa78e;
    }

    .know-bg:nth-child(even) .xl-btn {
        border: 2px solid #fbb92d;
    }

/* 輪播下方圖片控制 */
#thumbnails {
    font-size: 0;
}
/*.cbp-pagination-item {
  max-width: calc(100%/4 - 3px);
  margin-right: 0;
}

.cbp-pagination-item+.cbp-pagination-item {
  margin-left: 4px;
}*/

/* 修改加入 */
.h-slider-title {
    display: inline-block;
    border-radius: 50px;
    padding: 10px 40px;
    background-color: #1aa78e;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.l-video {
    position: relative;
    background-image: url(../images/adopt/3.jpg);
    background-attachment: fixed;
    z-index: 0;
    padding: 120px 0 100px;
}

    .l-video:before {
        content: '';
        background-color: rgba(54, 54, 54, 0.6);
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.l-video__header,
.l-video__footer {
    position: relative;
    z-index: 0;
    color: #fff;
}

.l-video-title {
    font-size: 2.5rem;
    font-weight: 600;
}

.l-video-p {
    padding: 20px 0;
}

.l-video__footer {
    text-align: center;
    margin-top: 30px;
}

/* 愛的新生活運動 */
#about-details .topbox .topbox-icon {
    background: #D35269 !important;
}

#about-details #about_slider .carousel-inner .item a,
.classic_checkbox.radio label {
    font-size: 1.1rem !important;
}

/* 相關連結 */
#team {
    padding-top: 130px !important;
    padding-bottom: 180px !important;
}

    #team .divider-1 > span {
        font-size: 2.3rem;
        line-height: 2.3rem;
        font-weight: 600;
    }

/* 愛的新生活運動分數說明 */
ul.l-newLift {
    margin-top: 20px;
}

    ul.l-newLift li {
        margin-left: 30px;
        margin-right: 30px;
    }

.bg-animated .h2 {
    color: #fff !important;
}

/* 2023 05 09 問題單24 頁籤套件統一調大字體 */
.modern-tabs a {
    font-size: 1rem;
}


/* 2024 09 20 */
