@charset "utf-8";

/* page - 이름작성 */
.pill-pack-box { position: relative; width: 204px; height: 230px; padding: 28px 28px 19px; background: url(../../image/bg_pill_pack_shadow.png) no-repeat center center; background-size: contain; }
.pill-pack-box::before { content: ''; display: block; width: 46px; height: 14px; background: url(../../image/logo_pillgram_black.svg) no-repeat center center; background-size: contain; }
.pill-pack-box::after { content: '건강기능식품'; display: block; position: absolute; left: 28px; bottom: 24px; font-size: 10px; font-weight: 500; color: var(--white); line-height: 120%; letter-spacing: -0.2px; padding: 3px 10px; background: #222; border-radius: 2px; }
.pill-pack-box .name-box { width: 132px; border-bottom: 2px solid #000; }
.pill-pack-box .name-box .name { max-width: 110px; vertical-align: -6px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; }
.pill-pack-box .date-box div { font-size: 10px; line-height: 120%; letter-spacing: -0.2px; }