@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');

body {width: 100vw; min-width: 1024px; overflow-x: hidden; margin: 0; padding: 0; color: #333; word-wrap: break-word; word-break: keep-all; font-family: "Pretendard", Pretendard, sans-serif; letter-spacing: -.02em;}
img {border: 0; vertical-align: top; font-size: 0; line-height: 0;}
#__opt_toast{position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(12px); padding: 10px 14px; background: rgba(0,0,0,.82); color: #fff; border-radius: 8px; font-size: 13px; z-index: 99999; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; white-space: nowrap;}
#__opt_toast.show{opacity: 1; transform: translateX(-50%) translateY(0);}