/*
    ammpe magazine CSS
*/
@import url('https://fonts.googleapis.com/css?family=Encode+Sans');

.magazine {
    font-family: 'Noto Sans TC',sans-serif;
    color: #727171;
    width: 1080px;
    padding: 2.5rem 0 10rem;
    margin: 0 auto;
}

.row-fixed {
    margin: 0 auto;
    padding: 0 2.5rem;
}

.col-4.padfix {
    padding-left: 1rem;
    padding-right: 1rem;
}
.mag-seperate {
    width: 1.875rem;
    height: 1px;
    border: none;
    border-top: 2px solid #d5d5d5;
    margin: 0 auto 2.5rem;
}

.mag-wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mag-unit {
    margin: 0 auto 2.5rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
    .mag-unit .unit-img {
        width: 100%;
        height: 426px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 1px 1px 0.5rem 0.125rem rgba(0,0,0,0.2);
    }
    .mag-unit.mag-unit--article .unit-img {
        height: 301px;
    }
    .mag-unit .unit-title {
        font-size: 1.375rem;
        margin: 0 auto 2rem;
        text-align: center;
        font-weight: 400;
    }


