/* 基本設定_start */

.pageContainer {
    padding: 0px;
}


/* 基本設定_end */


/* 內頁banner_start */


/* 內頁banner_end */


/* 內頁_start */

.pageContent {
    padding: 48px 0px;
}

.contactContent .container,
.mediaContent .container {
    max-width: 968px;
}

.contactContent .txtTitle {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    font-size: 1.25rem;
    line-height: 1;
}


/* 內頁_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;
}

.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;
}


/* 
.contentTitle {
    margin-bottom: 24px;
} */

.bannerText {
    display: none;
}

.txtContent {
    line-height: 1.6;
    font-size: 1rem;
}

.txtContent .serivceContent {
    text-align: center;
}

.txtContent .serivceContent .imgInner {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    display: block;
}

.txtContent .serivceContent p {
    text-align: center;
    margin-top: 12px;
}

.txtContent .serivceContent .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%;
    max-width: 100%;
}

.txtContent p {
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: justify;
}

.txtContent p.primary {
    color: #ec3333;
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.txtContent ul {
    margin-bottom: 12px;
    padding-left: 20px;
}

.txtContent ul li {
    list-style: disc;
    margin-bottom: 6px;
    line-height: 1.6;
}

.txtContent img {
    /* width: 100%; */
    margin-bottom: 12px;
}

.txtContentInner {
    background-color: #fae8e8;
    padding: 24px;
    position: relative;
    line-height: 1.6;
    margin: 12px auto;
}

.txtContentInner .txtNormal {
    line-height: 1.8;
}


/* .txtContentInner::after {
    display: block;
    content: '';
    z-index: 9;
    border: 2px solid #f6f6f6;
    position: absolute;
    transform: translate(-50%, -50%)scale(0.95);
    -webkit-transform: translate(-50%, -50%)scale(0.95);
    -moz-transform: translate(-50%, -50%)scale(0.95);
    -ms-transform: translate(-50%, -50%)scale(0.95);
    -o-transform: translate(-50%, -50%)scale(0.95);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
} */

.serviceItemImg {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 8px;
    overflow: hidden;
}

.serviceItemImg img {
    width: 100%;
    margin-bottom: 0;
}

.txtContent ol {
    padding-left: 24px;
}

.txtContent ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.serviceContentInner {
    margin-bottom: 24px;
    text-align: center;
}

.serviceContent .stepText {
    background-color: #ec3333;
    margin-bottom: 8px;
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    max-width: 100px;
    text-align: left;
}

.serviceContent .stepTitle {
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: left;
}

.serviceContentInner .imgInner {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    overflow: hidden;
}

.serviceContentInner .imgInner img {
    width: 100%;
    margin-bottom: 0;
}

@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 {
        padding: 0;
    }
    .txtContent p {
        font-size: 1.25rem;
    }
    .txtContent p.txtTitle{
        font-size: 1.75rem;
    }
    h2 > button{
        font-size: 1.5rem;
        line-height: 1.8;
        text-align: left;
    }
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}