.magazine-photo {
    width: 328px;
    min-width: 328px;
    height: 328px;
    background-position: center;
    background-size: cover;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    position: relative;
    margin-bottom:30px;
}

.magazine-photo-container {
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: transparent linear-gradient(180deg, #16151500 0%, #161515 100%) 0% 0% no-repeat padding-box;
}

.magazine-text-container
{
    margin-left:27px;
}

.magazine-text-content
{
    height:138px;
    overflow:hidden;
}

.magazine-user-photo {
    position: absolute;
    bottom: 18px;
    left: 18px;
    width: 54px;
    height: 54px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    border: solid 2px var(--grayMiddle);
    background-position:center;
    background-size:cover;
}

.magazine-user-name {
    position: absolute;
    bottom: 18px;
    left:86px;
    height: 54px;
}

.magazine-emoji {
    position: absolute;
    bottom: 18px;
    right: 18px;
    font-size:35px;
}

.magazine-left
{
    padding-right:61px;
}

.magazine-right {
    padding-left: 61px;
}

.max-h-70
{
    max-height:70px;
    overflow-y:hidden;
}

.max-h-40 {
    max-height: 40px;
    overflow-y: hidden;
}

.com-btn-type {
    border: solid 1px var(--mainBlack);
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    padding-left: 25px;
    padding-right: 25px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-left: 18px;
    cursor: pointer;
}

    .com-btn-type[data-sel='1'] {
        background-color: var(--mainBlack);
        color: white;
    }

.com-btn-type-first {
    margin-left: 0px;
}
