/* 基本設定_start */

.pageContainer {
    padding: 0px;
}


/* 基本設定_end */


/* 內頁banner_start */

.bannerText {
    display: none;
}

.bannerImg {
    width: 100%;
    padding-bottom: 32%;
    background-color: #d8d8d8;
    position: relative;
    overflow: hidden;
}


/* 內頁banner_end */


/* 內頁_start */

.pageContent {
    padding: 48px 0px;
    position: relative;
}

.pageContent::after {
    background-color: #F2F2F2;
    content: '';
    width: 240px;
    right: 7%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -9;
    top: 0;
}


/* 內頁_end */


/* 麵包屑_start */

.breadcrumbContainer {
    padding: 12px 0px;
    margin-bottom: 36px;
}

.breadcrumbContainer ul {
    text-align: left;
    line-height: 1.4;
}

.breadcrumbContainer ul li {
    display: inline-block;
    font-size: 14px;
}

.breadcrumbContainer ul li::after {
    content: "/";
    margin: 0px 2px 0px 6px;
    display: inline-block;
}

.breadcrumbContainer ul li:nth-last-child(1)::after {
    content: "";
    margin: 0px;
}

.breadcrumbContainer ul li a {
    font-size: 14px;
}


/* 麵包屑_end */

@media only screen and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    /* 內頁banner_start */
    .innerBannerContainer {
        height: 180px;
    }
    /* 內頁banner_end */
    .pageContent::after {
        display: none;
    }
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}