/*
    ammpe member CSS
*/

@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption');

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

.member-intro {
    color: #727171;
    padding: 3.75rem 4.75rem 4.75rem;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
    .member-intro .intro-content {
        text-align: center;
        margin: 0 auto 4rem;
    }
        .content-portrait {
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            margin: 0 auto 1.81rem;
            width: 17.27rem;
            height: 17.27rem;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }
        .content-name {
            font-family: 'Noto Serif CJK TC', 'Source Han Serif TC', 'Source Han Serif', 'source-han-serif-tc', '宋体', serif;
            font-weight: 700;
            font-style: normal;
            text-align: center;
            font-size: 2.375rem;
            color: #231815;
            margin: 0 auto 1.52rem;
            line-height: 1;
            letter-spacing: 0.075em;
        }
        .content-name--en {
            display: inline-block;
            text-align: center;
            font-size: 1.875rem;
            color: #595757;
            margin: 0 auto 3rem;
            letter-spacing: 0.075em;
            font-family: 'PT Serif Caption', serif;
            font-weight: 500;
        }
        .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;
        }
