:root { font-size: 4.2666666667vw; color: #2f3838; font-family: "Noto Sans KR","Apple SD Gothic Neo",sans-serif; background: #f4faf8; font-synthesis: none; -webkit-text-size-adjust: none; text-size-adjust: none; }
* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body { min-width: 23.4375rem; min-height: 100%; margin: 0; overflow-x: hidden; background: #f4faf8; }
a { color: inherit; }

.sticker-download { width: 23.4375rem; min-height: 100vh; padding: 2rem 1rem 4rem; background: #fff; text-align: center; }
.sticker-download__intro img { display: block; width: 6.25rem; height: 6.25rem; margin: 0 auto; border-radius: 1.2rem; }
.sticker-download h1 { margin: 1.2rem 0 0; color: #263c3f; font-size: 1.18rem; line-height: 1.55; letter-spacing: -.035rem; }
.sticker-download__intro p { margin: .45rem 0 0; color: #718481; font-size: .84rem; }

.sticker-download__item { margin-top: 2.5rem; }
.sticker-download__item h2 { margin: 0 0 1rem; color: #2f3b3b; font-size: 1rem; line-height: 1.45; letter-spacing: -.025rem; }
.sticker-download__preview { display: block; width: min(100%,20rem); margin: 0 auto; overflow: hidden; border-radius: 1.1rem; text-decoration: none; }
.sticker-download__preview img { display: block; width: 100%; height: auto; border-radius: 1.1rem; box-shadow: 0 .65rem 1.8rem rgba(30,82,72,.11); user-select: none; -webkit-touch-callout: default; -webkit-user-drag: auto; }
.sticker-download__button { display: inline-flex; align-items: center; justify-content: center; min-width: 7.25rem; height: 2.55rem; margin-top: 1rem; border-radius: .7rem; background: #2f9f8e; color: #fff; font-size: .8rem; font-weight: 700; text-decoration: none; }
.sticker-download__button:focus-visible,.sticker-download__preview:focus-visible { outline: .1875rem solid #ff9b2e; outline-offset: .1875rem; }
