#wrap { background: #f8f8f8; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12rem;}
#wrap .img_wrap { text-align: center; }
#wrap .img_wrap img { width: 48%; max-width: 35rem;}
#wrap .img_wrap p { color: #bebfbf; font-size: 1.6rem; font-weight:600; margin-top: 1.5rem; letter-spacing: -0.05rem;}
#wrap .loading { font-size: 1.6rem; font-weight:600; }
