/* 基本設定_start */

.pageContainer {
    padding: 0px;
}


/* 基本設定_end */


/* 內頁banner_start */


/* 內頁banner_end */


/* 內頁_start */

.pageContent {
    padding: 0;
}
.contentTitle {
    text-align: left;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 24px;
    font-size: 32px;
    color: rgba(121, 180, 183, 1);
}
.contentTitle::after{
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: rgba(15, 100, 99, 1);
}
/* product_start */
.ptItem {
    padding: 0;
}
/* product_end */

/* 內頁_end */


/* 麵包屑_start */

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

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

.breadcrumbContainer ul li {
    display: inline-block;
    font-size: 14px;
}
.breadcrumbContainer ul li:last-child{
    color:#000;
}
.breadcrumbContainer ul li::after {
    content: "/";
    margin: 0px 2px 0px 6px;
    display: inline-block;
    color: #999;

}

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

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


/* 麵包屑_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 */
}

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

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

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