/* 內頁_start */

.page-container {
    padding: 3rem 0;
}

.n3-banner-container{
    display: none;
}

.content-title{
    color: #4d3029;
}

.content-subtitle{
    padding: .5rem 1rem;
    border-radius: 10rem;
    background: #ffe4dc;
    color: #d55f4d;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    font-weight: 500;
}

.title-container{
    max-width: 75%;
    padding: 2rem;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 2;
    margin: 0 auto;
    border-radius: 2rem;
    background: linear-gradient(135deg, #fff2ec 0%, #fff8f5 55%, #ffffff 100%);
    border: 1px solid #ffd9ce;
    box-shadow: 0 18px 48px rgba(210, 111, 89, 0.10);
}

blockquote{
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 18px 48px rgba(210, 111, 89, 0.10);
    margin-bottom: 30px;
    font-size: 1rem;
}

.text-container blockquote .text-subtitle{
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #d96b43;
    margin-bottom: 1rem;
}

.feature-card{
    background: #fff8f4;
    border-radius: 2rem;
    padding: 2rem;
    border: 1px solid #ffd9ce;
    line-height: 1.5;
    height: 100%;
    transition: ease-in-out .3s all;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

.feature-card .number{
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #d96b43;
}

.feature-card h3{
    margin-bottom:1rem;
    font-size: 1.5rem;
    color: #8f3e22;
    font-weight: bold;
}

.feature-card p{
    margin: 0;
    font-size: 1rem;
    line-height: 1.9;
    color: #5f514b;
    text-align: justify;
}

.feature-wrapper{
    padding: 2rem;
    border-radius: 2rem;
    background: #f7f3f1;
    border: 1px solid #ffd9ce;
}

.feature-card li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #6b4b42;
    line-height: 1.5;
}

.feature-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 10rem;
    background: #e36a4b;
}

/* 內頁_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) {
    .title-container{
        max-width: 100%;
        padding: 1rem;
    }
    blockquote{
        padding: 1rem;
    }
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}