html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
}

ul, ol, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#qrcode canvas {
    width: 100% !important;
    height: 100% !important;
}

#resultList p {
    word-break: normal;
    overflow-wrap: break-word;
}