@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik+Wet+Paint&display=swap');

/* 此檔案將會套用到所有專題頁面，請注意使用 */

code[class*=language-],
pre[class*=language-] {
    white-space: pre-wrap;
}


p {
    margin-bottom: 0.8rem;
    font-weight: 400;
    line-height: 1.6rem;
    font-size: .9re
}

h1.blog_title {
    font-weight: 500;
    letter-spacing: 0;
    color: #4e4e4e;
    margin-bottom: 1rem;
}

/*避免iframe消失*/
.mce-preview-object {
    position: static;
}

h1.blog_title:before {
    content: "\f5ca";
    font-family: "Font Awesome 6 pro";
    margin-right: 8px;
    font-size: 2.3rem;
    font-weight: 500;
}

.avatar {
    background-color: transparent !important;
}

.dark_panel {
    padding: 12px;
    display: inline-block;
    border: 2px solid darkgrey;
    line-height: 2em;
    font-weight: 300;
    background: #eedfcb;
}

.order_card img.rounded-circle.img-fluid {
    border: solid 12px white;
    position: absolute;
    right: 30px;
    top: 40px;
    width: 200px;
    height: 200px;

    box-shadow: inset 1px 8px 3px 3px rgb(0 0 0 / 74%), 0 17px 50px 0 rgb(168 151 151 / 19%) !important;
}

#bar_content .btn.btn-link:hover {
    color: #ef7272 !important;
}

button.btn.btn-link.grey-text:hover {
    color: #e17387 !important;
}

.d-flex.ml-auto #bobo {
    /*  width: 96px !important;*/
    height: 96px !important;
}

.transform_parent {
    perspective: 900px;
}

.people_info h1 {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}



.people_info h1 em {
    margin-top: 5px;
    font-size: 15px;
    color: #444;
    word-spacing: 1px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.people_info h1 em:after,
.people_info h1 em:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
    background-color: #f8f8f8;
}

.recmmand h1 {
    text-transform: capitalize;
    display: inline-block;
    border-bottom: 2px solid #e15f5f;
    font-family: "Raleway", sans-serif;
}


.recmmand h1 em {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 4em;
    padding-left: 0.25em;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
    display: inline;
}


.rotor-group-heading {
    display: none;
}



span.jinghong {
    line-height: 2rem;
    font-size: 1.1rem;
}

.stepinfo .fa-play:before {
    margin-left: .3rem;
}

/* Steps */
.stepinfo .step {
    list-style: none;
    margin: 0;
}

.stepinfo .step-element {
    display: flex;
    padding: 1rem 0;
}

.stepinfo .step-number {
    position: relative;
    width: 7rem;
    flex-shrink: 0;
    text-align: center;
}

.stepinfo .step-number .number {
    color: #bfc5ca;
    background-color: #5090d0;
    font-size: 1.5rem;
}

.stepinfo .step-number .number {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.stepinfo .number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    border-radius: 10rem;
}

.stepinfo .step-number::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 48px;
    bottom: -2rem;
    margin-left: -1px;
    border-left: 2px dashed #eaeff4;
}

.stepinfo .step .step-element:last-child .stepinfo .step-number::before {
    bottom: 1rem;
}

.addressinfo .map-container {
    overflow: hidden;
    position: relative;
    height: 0;
}

.addressinfo .map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


.collapse-content a.collapsed:after {
    content: "展開";
}

.collapse-content a:not(.collapsed):after {
    content: "收回";
}


.ani_title p {
    letter-spacing: 0.5em;
    display: inline-block;
    border: 4px double rgba(255, 255, 255, 0.25);
    border-width: 4px 0;
    padding: 1.5em 0em;
}

.ani_title p em {
    font: 700 4em/1 "Playfair Display", sans-serif;
    letter-spacing: 0;
    padding: 0.25em 0 0.325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    /* Clip Background Image */
    background: url(https://faith.tw/userfiles/images/blue_back.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}



@keyframes tipsy {
    0 {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}



.ani_title2 h1 {
    color: #673b3b;
    font-family: "Playfair Display", sans-serif;
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.ani_title2 h1:before,
.ani_title2 h1:after {
    content: '';
    padding: .9em .4em;
    position: absolute;
    left: 50%;
    width: 130%;
    top: 63%;
    bottom: 50%;
    border-radius: 70px;
    display: block;
    border: 20px #c5c5c5;
    border-style: ridge;
    transform: translateX(-50%) translateY(-50%) rotate(104deg);
    animation: 10s infinite alternate ease-in-out tipsy;
}

.ani_title2 h1:before {
    border-color: #e65858 #f5c1be rgb(206 206 206) rgb(155 155 155 / 86%);
    z-index: -1;
}

.ani_title2 h1:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #5e5e5e #b9b9b9;
    box-shadow: 25px 25px 25px rgb(96 96 148 / 80%), inset 0px 0px 12px 4px rgb(161 66 106 / 80%);
}

.row ani_title2 {
    height: 500px;
}


.flip_card .card {
    transform-style: preserve-3d;
}


.card .card-front {
    backface-visibility: hidden;
}

/*.card .card-back {
    backface-visibility: hidden;
    position: absolute;
    transform: rotateY(180deg);
    width: 100%;
    height: 100%;
    top:  0;
    left: 0;
}*/

.flip_card .qa_item {
    perspective: 900px;
    position: relative;
}



.bonding_box::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: pink;
    opacity: .5;
}


@media (min-width: 576px) {
    span.jinghong {
        font-size: 1.4rem;
    }
}

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


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