@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css');
#footer {
        max-width: 402px;
        width: 100%;
        margin: -1px auto 0;
        background: #EFF2F4;
        color: #707C87;
        box-sizing: border-box;
        padding: 20px;
        padding-bottom: 150px;
}

#footer p {
        font-size: 13px;
        line-height: 20px;
        font-family: 'pretendard';
        font-weight: 400;
}

#footer .copy {
        margin-top: 30px;
        font-size: 20px;
}
#footer a {
        color: #c5c5c5;
        text-decoration: none;
        font-size: 20px;
}

#footer .copy span { display: block; }

html {
      /* Prevent font scaling in landscape */
     -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
     -moz-text-size-adjust: none; /*Firefox*/
     -ms-text-size-adjust: none;  /*Ie*/
     -o-text-size-adjust: none; /*old versions of Opera**/
}

