@charset "UTF-8";

.crumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    background: #dcdcdc;
}

.c-content {
    margin: 55px auto 0 auto;
    overflow: visible;
}

.detail__acc01 {
    position: absolute;
    top: 30%;
    right: 0;
    width: 430px;
}

.detail__acc02 {
    position: absolute;
    top: 70%;
    left: 0;
    width: 300px;
}

/****頭部****/
.detail__header {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 55px auto;
}

/**頭部圖片**/
.detail__header__pic {
    width: 60%;
}

/**頭部文章簡述**/
.detail__header__content {
    width: calc(40% - 60px);
    padding: 0 0 70px 0;
    margin: 0 30px;
    border-bottom: 1px dashed #959595;
}

.detail .c-new__item__content__title {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    display: block;
}

.detail .c-new__item__content__date {
    margin: 0;
}

.detail .c-new__item__content__date::after {
    display: none;
}

.detail__header__content__word {
    font-size: 14px;
    color: #3f3f3f;
    line-height: 2;
    margin: 0;
}

.detail__header__content__word::before {
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    background: #959595;
    margin: 25px 0;
}

/*十得私廚頭部樣式*/
.article .detail__header {
    justify-content: space-between;
}

.article .detail__header__pic {
    width: 40%;
    max-width: 400px;
    order: 2;
}

.article .detail__header__content {
    width: calc(60% - 60px);
    max-width: 715px;
}
/*十得私廚裝飾樣式*/
.detail__acc01-article{
    top: 50%;
}
/****分享鈕****/
.detail__header__content__share {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    padding: 10px 0;
}

.detail__header__content__share__title {
    font-size: 14px;
    line-height: 1;
    color: #3f3f3f;
    font-family: 'NotoSerifTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
}

.detail__header__content__share__title::before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: url(../images/common/icon_share.svg) center no-repeat;
    background-size: contain;
}

.detail__header__content__share a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0 0 0 15px;
    background: #3f3f3f;
    border-radius: 50%;
    overflow: hidden;
    transition: background-color .4s ease-in-out;
}

.detail__header__content__share a:hover {
    background: #a40000;
}

.detail__header__content__share a img {
    width: auto;
    height: 60%;
}

/****內文****/
.detail__inner {
    max-width: 850px;
    margin: 0 auto;
    padding:0 30px;
}

.detail__inner .c-bt-back {
    min-width: 140px;
    margin: 45px 0 60px 0;
    padding: 12.5px 20px;
}

@media screen and (max-width: 991px) {

    .detail__acc01,
    .detail__acc02 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .detail__header {
        margin: 0 auto 30px auto;
    }

    /**頭部圖片**/
    .detail__header__pic {
        width: 100%;
    }

    /**頭部文章簡述**/
    .detail__header__content {
        width: 100%;
        padding: 0;
        margin: 20px auto 0 auto;
        border-bottom: 1px dashed #959595;
    }

    .detail .c-new__item__content__title {
        font-size: 18px;
        margin: 0 auto 10px auto;
    }

    .detail__header__content__word::before {
        margin: 20px 0;
    }

    .detail__header__content__share {
        position: relative;
        padding: 30px 0;
    }

    /*十得私廚頭部樣式*/
    .article .detail__header__pic {
        width: 100%;
        max-width: none;
        order: -10;
    }
    .article .detail__header__content{
        width: 100%;
        max-width: none;
    }
    /****內文****/
.detail__inner {
    padding: 0;
}
}

@media screen and (max-width: 575px) {
    .crumb::after {
        display: none;
    }

    .c-content {
        margin: 0 auto;
    }

    .detail__inner .c-bt-back {
        width: 100%;
        margin: 45px 0 20px 0;
    }
}



/****IOS樣式****/
@supports (-webkit-touch-callout: none) {}