/* 基本設定_start */

.pageContainer {
    padding: 0px;
}


/* 基本設定_end */


/* 內頁banner_start */

.bannerContent {
    min-height: initial;
}

.bannerText {
    display: none;
}

.bannerImg {
    padding-bottom: 30%;
}


/* 內頁banner_end */


/* 內頁_start */

.pageContent {
    padding: 0 0 36px 0px;
}

.contactContent .container,
.mediaContent .container {
    max-width: 968px;
}

.designContent .col-padding {
    flex: 0 0 20%;
    max-width: 20%;
}

.designContent .col-padding img {
    border-radius: 8px;
}

.designContent .txtTitle {
    color: #ffcc00;
    font-size: 1.5rem;
}

.designContentTitle {
    font-size: 1.5rem;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.designContentTitle .txtNormal {
    margin-bottom: 12px;
}

.designContentTitle::first-letter {
    color: #ffcc00;
}

.designControlInner {
    margin-bottom: 36px;
}

.designControlInner:last-child {
    margin-bottom: 0px;
}

.designContent .foreignItem {
    padding: 12px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 24px;
}

.designContent .foreignItem img {
    border-radius: 4px;
}

.designContent .foreignItem:last-child {
    margin-bottom: 0;
}

.designControl .txtTitle {
    margin-bottom: 24px;
}

.designControlItem {
    width: 100%;
    text-align: center;
}

.designControlItem .imgInner {
    padding-bottom: 80px;
    width: 80px;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.designControlItem .imgInner img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}

.foreignItem .txtNormal {
    background: #333;
    padding: 24px 12px;
    border-radius: 4px;
    margin-bottom: 0;
}

.lastIconContent {
    padding: 48px 0;
}


/* 內頁_end */


/* 麵包屑_start */

.breadcrumbContainer {
    border-bottom: #eee solid 1px;
    padding: 12px 0px;
    margin-bottom: 48px;
}

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

.breadcrumbContainer ul li {
    display: inline-block;
    font-size: 1rem;
}

.breadcrumbActive {
    color: #ffcc00;
}

.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: 1rem;
}


/* 麵包屑_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 */
    .bannerImg .bannerImgInner img {
        width: 100%;
    }
}

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

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

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