@charset "UTF-8";

body {
    font-family: "Noto Sans TC", sans-serif;
}

ul {
    list-style: none;
    font-size: 1.125rem;
}

    ul li {
        font-size: 0.975rem;
    }

.my-7 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

.mb-7 {
    margin-bottom: 4.5rem;
}

.py-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.px-7 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #212529;
}

.tagColorBlue {
    background-color: #AAE4E1;
}

.tagColorOrange {
    background-color: #FF985F;
}

.tagColorYellow {
    background-color: #FFEF5F;
}

.titleWrap h3 {
    color: #1E2959;
    position: relative;
}

.titalWrapAfter {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #1E2959 0%, #AAE2F8 58.33%, rgba(170, 226, 248, 0) 100%);
}

.title {
    width: 100%;
}

.compu-title {
    position: relative;
}

    .compu-title::before {
        content: '';
        height: 5px;
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, #1E2959 0%, #AAE2F8 58.33%, rgba(170, 226, 248, 0) 100%);
        margin: auto;
    }

    .compu-title::after {
        content: attr(data-text)"\00A0";
        display: table;
        height: 5px;
        position: absolute;
        inset: 0;
        color: #1E2959;
        background-color: #fff;
        top: -28px;
    }

/*    .titleWrap h3::after {
        content: "";
        height: 5px;
        width: 100%;
        position: absolute;
        display: block;
        bottom: 0%;
        background: linear-gradient(90deg, #1E2959 0%, #AAE2F8 58.33%, rgba(170, 226, 248, 0) 100%);
        left: 105%;
        transform: translateY(-58%);
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .titleWrap h3::after {
        width: 86%;
    }
}*/
.titleWrap a {
    color: #252525;
    display: none;
}

@media (max-width: 575.98px) {
    .titleWrap a {
        display: block;
    }
}

.titleWrap .titleNewsWrap::after {
    left: 0px;
    bottom: -30%;
}

.iconBox {
    width: 40px;
    height: 40px;
}

/*.brandtitleWrap h3 {
    color: #1E2959;
    position: relative;
}

    .brandtitleWrap h3::after {
        content: "";
        height: 5px;
        width: 86%;
        position: absolute;
        display: block;
        bottom: 0%;
        background: linear-gradient(90deg, #1E2959 0%, #AAE2F8 58.33%, rgba(170, 226, 248, 0) 100%);
        left: 105%;
        transform: translateY(-58%);
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .brandtitleWrap h3::after {
        width: 86%;
    }
}
*/
p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.shadow {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.darkBlueFontColor {
    color: #1E2959;
}

.darkenBlue {
    background-color: #1E2959 !important;
}

.yellow {
    color: #FFD142;
}

.yellowBG {
    background-color: #FFD142;
}

.pinkBG {
    background-color: #FF818B;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1198px;
    }
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1E2959;
    background-color: #fff;
    border: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1E2959;
    border-color: #1E2959;
}

.btn-outline-primary, .btn-outline-warning, .btn-outline-success, .btn-outline-info, .btn-outline-danger {
    border-radius: 10px;
}

.btn-outline-hotTag {
    color: #1E2959;
    border-color: #B9E6F7;
}

    .btn-outline-hotTag:hover {
        color: #fff;
        border-color: #1E2959;
        background-color: #1E2959;
    }

.tablePublishIndex {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #1E2959;
}

    .tablePublishIndex thead th {
        vertical-align: bottom;
        border-bottom: 1px solid #1E2959;
        border-top: 1px solid #1E2959;
    }

    .tablePublishIndex thead, .tablePublishIndex tbody {
        border-bottom: 1px solid #1E2959;
    }

    .tablePublishIndex td {
        background-color: #BCE6F7;
        border-bottom: 1px solid #1E2959;
    }

    .tablePublishIndex th {
        border-bottom: 1px solid #1E2959;
    }

@media (max-width: 575.98px) {
    .tablePublishIndex {
        width: 100%;
    }
}

.table-bordered {
    border-bottom: 1px solid #1E2959;
}

    .table-bordered td, .table-bordered th {
        border-bottom: 1px solid #1E2959;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #1E2959;
    }

.table td, .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.nav-link span {
    color: #1E2959;
}

.navbar-expand-lg {
    padding: 1rem 0rem 1rem 1.5rem;
}

@media (max-width: 991px) {
    .navbar-expand-lg {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
}

.navbar-nav-right {
    background-color: #ABE3F9;
    border-radius: 2rem 0 0 2rem;
    padding: 0.5rem 1.5rem;
}

@media (min-width: 1100px) and (max-width: 1399.98px) {
    .navbar-nav-right {
        width: 196px;
        padding: 0.5rem 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1099.98px) {
    .navbar-nav-right {
        width: 214px;
        padding: 0.5rem 1rem;
    }
}

.lightBlueBG {
    background-color: #EAF9FF;
}

.swiper-slide.lightBlueBG {
    background-color: #EAF9FF !important;
}

.goldSpotlightSwiper {
    max-height: 450px !important;
}

.powerExposeSwiper {
    max-height: 160px !important;
}

@media (max-width: 959.99px) {
    .powerExposeSwiper {
        max-height: 480px !important;
    }

        .powerExposeSwiper img {
            max-height: 160px !important;
        }
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.125rem;
}

@media (min-width: 992px) and (max-width: 1299.98px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        justify-content: left !important;
    }
}

@media (max-width: 575.98px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }
}

.facebookLink .fa-facebook {
    font-size: 2.5rem;
    color: #1877F2;
}

.lineLink {
    margin-right: 0.5rem;
}

@media (min-width: 992px) and (max-width: 1299.98px) {
    .facebookLink, .lineLink {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}

.navbar-light, .relatedGroup {
    background-color: white;
}

@media (min-width: 1450px) {
    .nav-link br {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .nav-link br {
        display: none !important;
    }
}

.dropdown-menu {
    right: 0 !important;
}

.close {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    opacity: 1;
}

.modal-header {
    background-color: #E8F9FF;
}

.heroImgSwiper .swiper-slide {
    height: 575px;
}

@media (max-width: 1399.98px) {
    .heroImgSwiper .swiper-slide {
        height: 537px;
    }
}

@media (max-width: 1299.98px) {
    .heroImgSwiper .swiper-slide {
        height: 499px;
    }
}

@media (max-width: 1199.98px) {
    .heroImgSwiper .swiper-slide {
        height: 461px;
    }
}

@media (max-width: 1099.98px) {
    .heroImgSwiper .swiper-slide {
        height: 422px;
    }
}

@media (max-width: 991px) {
    .heroImgSwiper .swiper-slide {
        height: 384px;
    }
}

@media (max-width: 891px) {
    .heroImgSwiper .swiper-slide {
        height: 346px;
    }
}

@media (max-width: 791px) {
    .heroImgSwiper .swiper-slide {
        height: 308px;
    }
}

@media (max-width: 691px) {
    .heroImgSwiper .swiper-slide {
        height: 260px;
    }
}

@media (max-width: 575.98px) {
    .heroImgSwiper .swiper-slide {
        height: 222px;
    }
}

@media (max-width: 475.98px) {
    .heroImgSwiper .swiper-slide {
        height: 190px;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.swiper-slide, .joinMap, .avatar {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #eaeaea;
}

.opacityYellowBG {
    background-color: rgba(255, 209, 66, 0.4);
    padding: 1.25rem 2rem;
}

.searchForm-group {
    background-color: #E8F9FF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex-wrap: nowrap;
}

    .searchForm-group .form-control-Wrap {
        min-width: 80%;
    }

    .searchForm-group .col-form-label {
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media (min-width: 576px) and (max-width: 767.98px) {
    .searchForm-group .form-control-Wrap {
        min-width: 70%;
    }
}

@media (max-width: 414px) {
    .searchForm-group .form-control-Wrap {
        min-width: 60%;
    }

    .searchForm-group .buttonGroup {
        min-width: 26%;
    }
}

@media (max-width: 575.98px) {
    .searchForm-group .form-control-Wrap {
        min-width: 58%;
        padding: 0;
    }

    .searchForm-group .buttonGroup {
        min-width: 28%;
    }

    .searchForm-group .col-form-label {
        padding-left: 1rem;
        padding-right: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .searchWrap {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

.searchBtn {
    background-color: #FFD142;
}

.blueBtn {
    background-color: #49628A;
    border-radius: 10px;
}

    .blueBtn:hover {
        background-color: #263347;
    }

.lightBlueBtn {
    background-color: #E8F9FF;
    color: black;
    border-radius: 10px;
}

    .lightBlueBtn:hover {
        background-color: #82deff;
    }

input:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.category {
    display: none;
}

    .category .row .categoryWrap {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .category .categoryContainer {
        border-radius: 10px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

        .category .categoryContainer .categoryTop {
            height: 25px;
            border-radius: 10px 10px 0 0;
        }

        .category .categoryContainer .categoryTitle {
            height: 55px;
            border-radius: 0 0 10px 10px;
        }

            .category .categoryContainer .categoryTitle a {
                color: #1E2959;
            }

@media (max-width: 575.98px) {
    .category {
        display: block;
    }
}

.hotBrand, .newBrand {
    background-color: #ABE3F9;
}

    .hotBrand .hotBrandTitle, .newBrand .hotBrandTitle {
        color: #1E2959;
        position: relative;
    }

        .hotBrand .hotBrandTitle::after, .hotBrand .hotBrandTitle::before, .newBrand .hotBrandTitle::after, .newBrand .hotBrandTitle::before {
            content: "";
            height: 5px;
            width: 40%;
            position: absolute;
            top: 50%;
            display: block;
            transform: translateY(-50%);
        }

        .hotBrand .hotBrandTitle::after, .newBrand .hotBrandTitle::after {
            right: 20px;
            background: linear-gradient(90deg, #1E2959 0%, #AAE2F8 58.33%, rgba(170, 226, 248, 0) 100%);
        }

        .hotBrand .hotBrandTitle::before, .newBrand .hotBrandTitle::before {
            left: 20px;
            background: linear-gradient(-90deg, #1E2959 0%, #AAE2F8 58.33%, rgba(170, 226, 248, 0) 100%);
        }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hotBrand .hotBrandTitle::after, .hotBrand .hotBrandTitle::before, .newBrand .hotBrandTitle::after, .newBrand .hotBrandTitle::before {
        width: 36%;
    }
}

@media (max-width: 991px) {
    .hotBrand .hotBrandTitle::after, .hotBrand .hotBrandTitle::before, .newBrand .hotBrandTitle::after, .newBrand .hotBrandTitle::before {
        width: 36%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hotBrand .hotBrandTitle::after, .hotBrand .hotBrandTitle::before, .newBrand .hotBrandTitle::after, .newBrand .hotBrandTitle::before {
        width: 24%;
    }
}

@media (max-width: 575.98px) {
    .hotBrand .hotBrandTitle::after, .hotBrand .hotBrandTitle::before, .newBrand .hotBrandTitle::after, .newBrand .hotBrandTitle::before {
        width: 24%;
    }
}

.newBrand .hotBrandOuter {
    margin: 1rem;
    width: calc(25% - 2rem);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newBrand .hotBrandOuter {
        margin: 1rem 0.5rem;
    }
}

@media (max-width: 991px) {
    .newBrand .hotBrandOuter {
        margin: 1rem 0.5rem;
        width: calc(40% - 2rem);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .newBrand .hotBrandOuter {
        margin: 1rem 0.5rem;
        width: calc(40% - 2rem);
    }
}

@media (max-width: 575.98px) {
    .newBrand .hotBrandOuter {
        margin: 1rem 0.5rem;
        width: calc(80% - 2rem);
    }
}

.hotBrand .hotBrandOuter {
    margin: 1rem;
    width: calc(20% - 2rem);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hotBrand .hotBrandOuter {
        margin: 1rem 0.5rem;
    }
}

@media (max-width: 991px) {
    .hotBrand .hotBrandOuter {
        margin: 1rem 0.5rem;
        width: calc(25% - 1rem);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hotBrand .hotBrandOuter {
        margin: 1rem 0.5rem;
        width: calc(30% - 1rem);
    }
}

@media (max-width: 575.98px) {
    .hotBrand .hotBrandOuter {
        margin: 1rem 0.5rem;
        width: calc(30% - 1rem);
    }
}

.hotBrand .hotBrandWrap, .newBrand .hotBrandWrap {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 10px 10px;
}

    .hotBrand .hotBrandWrap .brandName, .newBrand .hotBrandWrap .brandName {
        background-color: rgba(228, 228, 228, 0.867);
        border-radius: 0 0 10px 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: Arial, "微軟正黑體", "Microsoft JhengHei";
        font-weight: bold;
    }

        .hotBrand .hotBrandWrap .brandName a, .newBrand .hotBrandWrap .brandName a {
            color: black;
        }

    .hotBrand .hotBrandWrap:hover .brandImg, .newBrand .hotBrandWrap:hover .brandImg {
        overflow: hidden;
    }

        .hotBrand .hotBrandWrap:hover .brandImg img, .newBrand .hotBrandWrap:hover .brandImg img {
            transition: all 0.5s ease;
            transform: scale(1.1);
        }

.newBrand {
    background-color: white;
}

.joinTitle {
    font-size: 2.25rem;
    background: -webkit-linear-gradient(-90deg, #1E2959 20.83%, #82ADCA 63.02%, #AAE2F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 575.98px) {
    .joinTitle {
        font-size: 1.5rem;
    }
}

@media (min-width: 375px) and (max-width: 386.98px) {
    .joinTitle {
        font-size: 1.5rem;
    }
}

.joinMap {
    height: 686px;
}

    .joinMap .iconWrap {
        width: 146px;
        height: 146px;
    }

@media (max-width: 991px) {
    .joinMap .iconWrap {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575.98px) {
    .joinMap .iconWrap {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575.98px) {
    .joinMap .iconWrap:nth-child(4) {
        right: 77% !important;
    }
}

@media (max-width: 575.98px) {
    .joinMap .iconWrap:nth-child(7) {
        right: 8% !important;
    }
}

.joinMap .iconFront {
    width: 146px;
    height: 146px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .joinMap .iconFront {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575.98px) {
    .joinMap .iconFront {
        width: 100px;
        height: 100px;
    }
}

.joinMap .iconBackOuter {
    top: 18px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

    .joinMap .iconBackOuter .iconBack {
        width: 116px;
        height: 116px;
        background-position: center center;
        background-size: cover;
        border-radius: 100px 100px 100px 0;
        transform: rotate(-45deg);
    }

@media (max-width: 991px) {
    .joinMap .iconBackOuter .iconBack {
        width: 86px;
        height: 86px;
    }
}

@media (max-width: 575.98px) {
    .joinMap .iconBackOuter .iconBack {
        width: 86px;
        height: 86px;
    }
}

@media (max-width: 991px) {
    .joinMap .iconBackOuter {
        top: 8px;
    }
}

@media (max-width: 575.98px) {
    .joinMap .iconBackOuter {
        top: 8px;
    }
}

.joinMap .mainIconWrap {
    width: 190px;
    z-index: 99;
}

@media (max-width: 575.98px) {
    .joinMap .mainIconWrap {
        width: 140px;
    }
}

.videoSection {
    background-color: #6b7fa5;
}

    .videoSection iframe {
        width: 100%;
        height: 688px;
    }

@media (min-width: 576px) and (max-width: 767.98px) {
    .videoSection iframe {
        width: 100%;
        height: 315px;
    }
}

@media (max-width: 575.98px) {
    .videoSection iframe {
        width: 100%;
        height: 256px;
    }
}

.videoSection .videoText {
    font-size: 1.5rem;
}

.featuredHeadquarter .featuredHeadquarterRow {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

    .featuredHeadquarter .featuredHeadquarterRow .featuredHeadquarterImg {
        text-align: center;
    }

    .featuredHeadquarter .featuredHeadquarterRow .featuredHeadquarterContent {
        display: flex;
        justify-content: center;
        align-items: end;
    }

        .featuredHeadquarter .featuredHeadquarterRow .featuredHeadquarterContent p {
            width: 100%;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
        }

@media (max-width: 991px) {
    .featuredHeadquarter .featuredHeadquarterRow .featuredHeadquarterContent {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .featuredHeadquarter .featuredHeadquarterRow {
        box-shadow: none !important;
    }

    .featuredHeadquarterImg img {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

    .featuredHeadquarter .featuredHeadquarterRow .featuredHeadquarterContent {
        display: none;
    }

    .featuredHeadquarter .featuredHeadquarterRow .featuredHeadquarterBtn {
        display: none;
    }
}

.featuredHeadquarter .container .featuredHeadquarterRow:nth-child(odd) {
    background: linear-gradient(-90.05deg, #ABE3F9 0.05%, rgba(171, 227, 249, 0) 99.97%);
}

.featuredHeadquarter .container .featuredHeadquarterRow:nth-child(even) {
    background: linear-gradient(90.05deg, #ABE3F9 0.05%, rgba(171, 227, 249, 0) 99.97%);
}

@media (max-width: 991px) {
    .featuredHeadquarter .container .featuredHeadquarterRow:nth-child(odd) .featuredHeadquarterImg {
        order: -1;
    }
}

@media (max-width: 575.98px) {
    .featuredHeadquarter .container .featuredHeadquarterRow:nth-child(odd) {
        padding: 0;
        background: white;
    }

    .featuredHeadquarter .container .featuredHeadquarterRow:nth-child(even) {
        padding: 0;
        background: white;
    }
}

.others {
    background: linear-gradient(0deg, #486189 46.1%, #C9EDFB 78.1%, rgba(201, 237, 251, 0) 100%);
}

    .others .container {
        margin-top: -3rem;
    }

    .others .reportTitle a {
        color: black;
    }

    .others .reportContent {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }

.newsSection .newsTag {
    background-color: #B9E6F7;
    width: 78px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newsSection .newsTag {
        width: 80px;
    }
}

@media (min-width: 375px) and (max-width: 386.98px) {
    .newsSection .newsTag {
        width: 79px;
    }
}

.newsSection .contentTittle {
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .reportSection, .joinInquirySection, .seminarSection, .newsSection, .focusSection {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.othersMobile {
    display: none;
}

    .othersMobile a {
        color: black;
    }

    .othersMobile .reportMobile {
        background: linear-gradient(0deg, #C9EDFB 46.1%, #C9EDFB 65.75%, rgba(201, 237, 251, 0) 100%);
    }

.joinInquiryWrap .joinInquiry {
    border: solid 1px #1E2959;
}

    .joinInquiryWrap .joinInquiry div {
        font-size: 0.9rem;
    }

    .joinInquiryWrap .joinInquiry .joinInquiryName {
        left: 12px;
        top: -50%;
        transform: translateY(50%);
        font-size: 1rem;
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .joinInquiryWrap .joinInquiry .joinInquiryName {
        top: -40%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .joinInquiryWrap .joinInquiry .joinInquiryName {
        top: -50%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .joinInquiryWrap {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .joinInquiryWrap .joinInquiry div {
        font-size: 0.8rem;
    }
}

.moreInfoContainer {
    background-image: url(../image/rectangleBG.png);
    background-position: center center;
    background-repeat: no-repeat;
}

    .moreInfoContainer .moreInfoOuter {
        width: 85%;
    }

@media (min-width: 1200px) {
    .moreInfoWrap {
        height: 410px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .moreInfoWrap {
        height: 425px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .moreInfoContainer .moreInfoOuter {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .moreInfoContainer {
        background-size: 100% 90%;
    }

        .moreInfoContainer .moreInfoWrap {
            display: flex;
        }

        .moreInfoContainer .moreInfoOuter {
            width: 90%;
        }
}

footer {
    background-color: #B9E6F7;
}

    footer a {
        color: #424E65;
    }

.searchSection {
    padding-right: 3rem;
}

    .searchSection .lightBlueBG {
        border-radius: 0 66px 66px 0;
    }

        .searchSection .lightBlueBG .form-control-Wrap, .searchSection .lightBlueBG .featuredWrap {
            color: #212C5C;
            font-size: 1.125rem;
        }

    .searchSection .shadowCus {
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    }

    .searchSection .amount {
        background-color: #394C77;
        border-radius: 10px;
    }

.joiningRequirements-swiper {
    width: 100%;
    /* height: 100%; */
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

    .joiningRequirements-swiper .joiningRequirements-swiper-slide {
        border: solid 1px #1E2959;
    }

@media (max-width: 575.98px) {
    .joiningRequirements-swiper {
        height: auto;
    }

        .joiningRequirements-swiper .joiningRequirements-swiper-slide {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

            .joiningRequirements-swiper .joiningRequirements-swiper-slide .tag {
                margin-top: 0.5rem;
            }
}

@media (min-width: 375px) and (max-width: 386.98px) {
    .joiningRequirements-swiper {
        height: 350px;
    }
}

.joiningRequirements-swiper-slide {
    text-align: center;
    background: white;
    height: calc((100% - 30px) / 2) !important;
}

@media (max-width: 575.98px) {
    .joiningRequirements-swiper-slide {
        width: 222px !important;
    }
}

.swiperContent .tagWrap, .swiperContent .joiningRequirementsDate {
    font-size: 0.9rem;
}

    .swiperContent .tagWrap .tag, .swiperContent .joiningRequirementsDate .tag {
        border-radius: 10px;
    }

.food-swiper {
    width: 100%;
    /* height: 100%; */
    height: 590px;
    margin-left: auto;
    margin-right: auto;
}

    .food-swiper .joiningRequirements-swiper-slide {
        border: solid 1px #1E2959;
    }

@media (max-width: 575.98px) {
    .food-swiper {
        height: auto;
    }

        .food-swiper .joiningRequirements-swiper-slide {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

            .food-swiper .joiningRequirements-swiper-slide .tag {
                margin-top: 0.5rem;
            }
}

@media (min-width: 375px) and (max-width: 386.98px) {
    .food-swiper {
        height: 350px;
    }
}

.food-swiper-slide {
    text-align: center;
    background: white;
    height: calc((100% - 30px) / 2) !important;
}

@media (max-width: 575.98px) {
    .food-swiper-slide {
        width: 222px !important;
    }
}

.custom-card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sourceLogo {
    height: 140px;
}

.sourceImgList {
    min-height: 51px;
}

.recommendTitle {
    color: #1E2959;
}

    .recommendTitle a {
        color: #1E2959;
    }

.recommendContent {
    min-height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hotTagSection {
    box-shadow: 0px 2px 9px 6px rgba(0, 0, 0, 0.1);
}

.brandBanner, .moreBrands, .brandAdvantage {
    background: linear-gradient(180deg, #B9E6F7 0%, rgba(216, 241, 251, 0.37) 52.79%, rgba(255, 255, 255, 0) 93.14%);
}

    .brandBanner a, .moreBrands a, .brandAdvantage a {
        color: #1E2959;
    }

.infoNav, .brandCategory {
    background-color: #E8F9FF;
}

    .infoNav a, .brandCategory a {
        color: #1E2959;
        font-size: 1.25rem;
    }

@media (max-width: 575.98px) {
    .infoNav a, .brandCategory a {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .infoNav, .brandCategory {
        padding: 0.5rem 0rem !important;
    }

        .infoNav ul, .brandCategory ul {
            padding: 0px;
            flex-wrap: wrap;
        }

            .infoNav ul li, .brandCategory ul li {
                margin-top: 0.5rem;
                margin-bottom: 0.5rem;
                width: calc(33.3333333333% - 0.5rem);
            }

                .infoNav ul li .fa-house, .infoNav ul li .fa-clapperboard, .infoNav ul li .fa-wheat-awn, .infoNav ul li .fa-medal, .infoNav ul li .fa-bag-shopping, .infoNav ul li .fa-thumbs-up, .infoNav ul li .fa-puzzle-piece, .brandCategory ul li .fa-house, .brandCategory ul li .fa-clapperboard, .brandCategory ul li .fa-wheat-awn, .brandCategory ul li .fa-medal, .brandCategory ul li .fa-bag-shopping, .brandCategory ul li .fa-thumbs-up, .brandCategory ul li .fa-puzzle-piece {
                    font-size: 20px !important;
                }
}

.navInfoContainerSeven a {
    font-size: 1rem;
}

    .navInfoContainerSeven a .fa-house, .navInfoContainerSeven a .fa-clapperboard, .navInfoContainerSeven a .fa-wheat-awn, .navInfoContainerSeven a .fa-medal, .navInfoContainerSeven a .fa-bag-shopping, .navInfoContainerSeven a .fa-thumbs-up, .navInfoContainerSeven a .fa-puzzle-piece {
        font-size: 24px !important;
    }

@media (max-width: 575.98px) {
    .navInfoContainerSeven a {
        font-size: 0.79rem;
    }
}

@media (max-width: 575.98px) {
    .navInfoContainerSeven ul {
        padding: 0px;
        flex-wrap: wrap;
    }

        .navInfoContainerSeven ul li {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
            width: calc(25% - 0.5rem);
        }

            .navInfoContainerSeven ul li .fa-house, .navInfoContainerSeven ul li .fa-clapperboard, .navInfoContainerSeven ul li .fa-wheat-awn, .navInfoContainerSeven ul li .fa-medal, .navInfoContainerSeven ul li .fa-bag-shopping, .navInfoContainerSeven ul li .fa-thumbs-up, .navInfoContainerSeven ul li .fa-puzzle-piece {
                font-size: 20px !important;
            }
}

.verticalText {
    writing-mode: vertical-lr;
    background-color: #FFD142;
    display: inline-block;
    top: -0.5rem;
    left: 0;
}

.changeCode {
    color: #1E2959;
}

@media (max-width: 575.98px) {
    .changeCode {
        padding-left: 1rem;
    }
}

.featuredBrand .title {
    color: #1E2959;
}

.featuredBrand a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header {
    background-image: url(../image/brandPublishImg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

@media (max-width: 575.98px) {
    .header {
        background-position: top left;
        height: 160px;
    }
}

.googleSearchTitle {
    color: #1E2959;
}

@media (max-width: 575.98px) {
    .googleSearchTitle {
        font-size: 1.25rem;
    }
}

.publishText {
    background: linear-gradient(180deg, #1E2959 20.83%, #3ECAF5 44.27%, #1E2959 69.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brandAdvantageVideo .brandAdvantageVideoWrapFb {
    height: 238px !important;
    width: 100%;
}

@media (max-width:1200px) {
    .brandAdvantageVideo .brandAdvantageVideoWrapFb {
        height: 189px !important;
    }
}

@media (max-width:991px) {
    .brandAdvantageVideo .brandAdvantageVideoWrapFb {
        height: 390px !important;
        /*        height: auto !important;*/
    }
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 99.5%;
    height: 100%;
    border: 0;
}

@media (max-width: 764px) {
    .brandAdvantageVideo .brandAdvantageVideoWrapFb {
        max-height: 284px !important;
        /*         height:auto !important;*/
    }
}

@media (max-width: 575.98px) {
    .brandAdvantageVideo .brandAdvantageVideoWrapFb {
        /*        height: 173px !important;*/
        /*         height:auto !important;*/
    }
}

.brandAdvantageVideo, .writerProfileWrap {
    background-color: #E8F9FF;
}

.brandAdvantageVideoTitle {
    color: #1E2959;
}

.brandAdvantageVideoWrap {
    height: 260px;
    width: 100%;
}

    .brandAdvantageVideoWrap iframe {
        height: 260px;
        width: 100%;
    }

@media (min-width: 1200px) {
    .brandAdvantageVideoWrap {
        height: 260px !important;
    }

        .brandAdvantageVideoWrap iframe {
            height: 260px !important;
        }
}

@media (max-width: 991px) {
    .brandAdvantageVideoWrap {
        height: 390px !important;
    }

        .brandAdvantageVideoWrap iframe {
            height: 390px !important;
        }
}

@media (max-width: 575.98px) {
    .brandAdvantageVideoWrap {
        height: 260px !important;
    }

        .brandAdvantageVideoWrap iframe {
            height: 260px !important;
        }
}

.innerinfo:last-child {
    border-bottom: 0px !important;
}

.innerinfo .card-header {
    background-color: rgba(0, 0, 0, 0);
}

    .innerinfo .card-header span {
        background-color: #c5c5c5;
        display: inline-block;
        width: 7px;
        height: 7px;
        vertical-align: middle;
        border-radius: 7px;
    }

@media (max-width: 575.98px) {
    .innerinfo .card-header {
        padding: 0.5rem 0.1rem;
        font-size: 0.85rem;
    }
}

.innerinfo .card-body {
    max-width: 550px;
    margin: 0 auto;
    height: auto;
}

    .innerinfo .card-body .iconWrap {
        background-color: rgba(255, 255, 255, 0.75);
        bottom: 0;
        right: 0;
        width: 30px;
        height: 30px;
    }

    .innerinfo .card-body .card-bodyImg :hover {
        transition: all 0.3s ease;
        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    }

.dash {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, black 0%, black 50%, transparent 50%);
    background-size: 20px 1px;
    background-repeat: repeat-x;
}

.dashSmall {
    width: 50%;
    height: 1px;
    background-image: linear-gradient(to right, black 0%, black 50%, transparent 50%);
    background-size: 15px 2px;
    background-repeat: repeat-x;
}

.findSourcesHeader {
    background-image: url(../image/findSourcesHeader.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 684px;
}

@media (max-width: 575.98px) {
    .findSourcesHeader {
        height: 215px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sourcesSearch .form-control-Wrap {
        min-width: 75%;
    }
}

@media (max-width: 991px) {
    .sourcesSearch .form-control-Wrap {
        min-width: 72%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sourcesSearch .form-control-Wrap {
        min-width: 60%;
    }
}

@media (max-width: 575.98px) {
    .sourcesSearch .form-control-Wrap {
        min-width: 50%;
    }
}

@media (min-width: 375px) and (max-width: 386.98px) {
    .sourcesSearch .form-control-Wrap {
        min-width: 40%;
    }
}

@media (max-width: 575.98px) {
    .sourcesSearch .col-form-label {
        display: none;
    }
}

.recommendSection h3, .recommendSection h4, .recommendSection h5, .mapSection h3, .mapSection h4, .mapSection h5 {
    color: #1E2959;
}

.mapSection .mapFilter {
    background-color: rgba(255, 255, 255, 0.68);
}

.custom-switch {
    color: #1E2959;
}

.custom-control-label::before {
    border: none;
    background-color: #b5b5b5;
}

.custom-switch .custom-control-label::after {
    background-color: #ffffff;
}

.rec {
    width: 18px;
    height: 18px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.navInfoContainer {
    width: 100%;
    /* postion: fixed; */
    z-index: 10;
}

    .navInfoContainer div {
        color: white;
        font-size: 2rem;
        line-height: 60px;
        position: absolute;
        top: 0;
        left: 2%;
        visibility: hidden;
    }

.visible-title {
    visibility: visible;
}

.navInfoContainer ul {
    list-style-type: none;
    padding-left: 0;
}

    .navInfoContainer ul li {
        display: inline-block;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background-color: #1E2959;
}

.roundedCus {
    border-radius: 0.5rem;
}

.newsHeader-slide {
    height: 630px;
}

    .newsHeader-slide .overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .newsHeader-slide .newsSlideContentWrap {
        top: 50%;
    }

.newsSearchWrap .opacityYellowBG {
    padding: 1.25rem 1rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newsSearchWrap .buttonGroup {
        min-width: 35%;
    }
}

@media (max-width: 991px) {
    .newsSearchWrap .container {
        max-width: 820px;
    }

    .newsSearchWrap .opacityYellowBG {
        padding: 1rem 0.5rem;
    }

        .newsSearchWrap .opacityYellowBG > div {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

        .newsSearchWrap .opacityYellowBG .buttonGroup {
            min-width: 40%;
        }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .newsSearchWrap .buttonGroup {
        min-width: 40%;
    }
}

@media (max-width: 575.98px) {
    .newsSearchWrap .opacityYellowBG {
        border-radius: 20px !important;
    }

        .newsSearchWrap .opacityYellowBG > div {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }
}

label, .maintag, .item {
    font-size: 1.05rem;
}

.writerName {
    color: #1E2959;
}

.lightboxALink {
    width: 33.3333333333%;
}

.avatar {
    width: 124px;
    height: 124px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .avatar {
        width: 100%;
        height: 100%;
    }
}

.imgWrapBox {
    max-height: 250px; /* 設定最大高度 */
}

    .imgWrapBox img {
        width: auto;
        height: 100%;
        object-fit: contain; /* 捨棄多餘的部分，填滿整個元素 */
        object-position: center center; /* 圖片在父元素中的垂直對齊方式 */
    }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .imgWrapBox {
        max-height: 200px; /* 設定最大高度 */
    }
}

.adImgWrap div:first-child, .adImgWrap div:last-child {
    width: 252px;
    height: 252px;
}

.adImgWrap div:nth-child(2),
.adImgWrap div:nth-child(3) {
    width: 262px;
}

@media (max-width: 575.98px) {
    .adImgWrap {
        justify-content: center !important;
    }
}

.onlineJoinSwiper {
    height: 600px;
}

/*@media (min-width: 992px) and (max-width: 1199.98px) {
    .onlineJoinSwiper {
        height: 426px;
    }
}*/

@media (max-width: 991px) {
    .onlineJoinSwiper {
        height: 460px;
    }
    /* .onlineJoinName a {
        font-size:0.9rem;
    }*/
}

@media (max-width: 575.98px) {
    .onlineJoinSwiper {
        height: 350px;
    }

        .onlineJoinSwiper .swiper-wrapper {
            height: auto;
        }
}

.onlineJoinSwiper .swiper-button-next::after, .onlineJoinSwiper .swiper-button-prev::after {
    font-size: 2rem;
    font-weight: bold;
}

.brandAdv div:first-child {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 145px;
}

.title_banner_food_m {
    display: none;
}

@media screen and (max-width: 500px) {
    .title_banner_food_m {
        display: block;
    }

    .title_banner_food_pc {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .registrationForm {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .registrationFormGroup {
        margin-bottom: 0.5rem !important;
    }
}

.brandNewsContainer .card-img-top {
    height: 258px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.telBtn {
    display: none;
}

@media screen and (max-width: 580px) {
    .call2Action {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 120;
        width: 100%;
        background-color: white;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        justify-content: center;
        padding: 0.75rem;
        margin: 0 !important;
    }

    .telInfo {
        display: none;
    }

    .telBtn {
        display: block;
    }

    .modal-backdrop {
        z-index: 12;
    }
}

.stepFlow {
    height: 40px;
}

    .stepFlow .step {
        background-color: #D9D9D9;
        border-radius: 8px 30px 30px 8px;
        width: 35%;
        border: solid 1px white;
        color: #1E2959;
    }

    .stepFlow .stepActive {
        background-color: #1E2959;
        color: white;
        border: none;
    }

    .stepFlow .stepOne {
        top: 0;
        left: 0;
        z-index: 5;
    }

    .stepFlow .stepTwo {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 4;
    }

    .stepFlow .stepThree {
        top: 0;
        right: 0;
        z-index: 3;
    }

@media (max-width: 991px) {
    .stepFlow {
        width: auto !important;
    }
}

@media (max-width: 575.98px) {
    .stepFlow {
        flex-wrap: wrap;
        position: static !important;
        height: 152px;
    }

        .stepFlow .step {
            width: 100%;
            position: static !important;
            transform: translateX(0%);
            margin: 0.25rem;
        }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newsAdContainer div img {
        height: 192px !important;
    }
}

@media (max-width: 991px) {
    .newsAdContainer div img {
        height: 144px !important;
    }
}

@media (max-width: 575.98px) {
    .newsAdContainer div {
        width: 95% !important;
        margin: 0.25rem auto;
    }

        .newsAdContainer div img {
            height: auto !important;
        }
}

.renewTitle {
    color: #1E2959;
}
/*# sourceMappingURL=style.css.map */