.container { padding: 0 16px 24px; .swiper { margin: 14px 0 18px; } .title { margin: 14px 0 15px; } .shareImg { width: 100%; height: 120px; } .shareTypeTitle { margin-top: 18px; margin-bottom: 16px; font-size: 20px; font-weight: 700; line-height: 29px; } .mtTypeWrapper { display: flex; column-gap: 12px; .mtType { display: flex; justify-content: center; align-items: center; column-gap: 10px; flex: 1; height: 81px; border: 1px solid #e5e5e5; cursor: pointer; &.active { border: none; box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15); } .typeIcon { width: 33px; height: 27px; } .label { font-size: 20px; font-weight: 700; } } } .voucherImgTitle { margin-top: 28px; margin-bottom: 12px; font-size: 20px; font-weight: 700; line-height: 29px; } .voucherImgDesc { margin-top: 10px; color: #999999; font-size: 14px; } }