/*
    ammpe member CSS
*/

@import url('https://fonts.googleapis.com/css?family=Encode+Sans');
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');

.bg-grey { background-color: #f7f8f8; }

.periodical-article {
    font-family: 'Noto Sans TC', sans-serif;
    color: #727171;
    padding: 3.75rem 4.75rem 4.75rem;
    width: 1080px;
    margin: 0 auto;
}
    .article-content {
        text-align: center;
        margin: 0 auto 4rem;
        font-family: 'Noto Serif CJK TC', 'Source Han Serif TC', 'Source Han Serif', 'source-han-serif-tc', '宋体', serif;
    }
        .content-mainpic {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            width: 18.75rem;
            height: 18.75rem;
            padding: 0.75rem;
            margin: 0 auto 1.81rem;
        }
            .mainpic-bg {
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
            }
        .content-title {
            text-align: center;
            font-size: 2.375rem;
            color: #231815;
            margin: 0 auto 1.52rem;
            line-height: 1;
            letter-spacing: 0.075em;
        }
        .content-author {
            display: inline-block;
            text-align: center;
            font-size: 1.875rem;
            color: #595757;
            margin: 0 auto 3rem;
            letter-spacing: 0.05em;
            font-weight: 600;
        }
        .content-seperate {
            width: 1.875rem;
            height: 1px;
            border: none;
            border-top: 1px solid #727771;
            margin: 0 auto 3rem;
        }
        .content-detail {
            font-size: 1.375rem;
            font-weight: 300;
            line-height: 2;
            color: #3E3A39;
            text-align: justify;
            letter-spacing: 0.1em;
            margin: 0 auto 1.5rem;
            font-family: 'Noto Sans TC', sans-serif;
        }
        .content-social {
            font-size: 1.125rem;
            line-height: 1.414;
            color: #3E3A39;
            text-align: left;
            letter-spacing: 0.05em;
            margin: 0 auto 1.5rem;
        }
