@charset "utf-8";
/** FOOTER */
footer { position: relative; width: 100%; background-color: #f3f3f3; overflow: hidden; }
footer .footer_wrap { position: relative; width: 100%; padding: 36px 24px 60px; }
footer .footer_wrap h2 { font-size: 13px; font-weight: 500; color: var(--color-gray); line-height: 20px; }
footer .footer_wrap ul li { position: relative; font-size: 10px; color: var(--color-gray); line-height: 20px; padding-left: 12px; }
footer .footer_wrap ul li::before { position: absolute; left: 0; top: 8px; width: 3px; height: 3px; background: var(--color-gray); border-radius: 50%; content: ''; display: block; }