html, body, div, span, h1, p, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    background: #000;
    min-height: 100%;
}

body {
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
}

.wrap {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    min-height: 100vh;
    -webkit-tap-highlight-color: rgba(255, 80, 160, .2);
}

.size {
    margin: 0 auto;
    width: 720px;
    max-width: 100%;
    position: relative;
}

.sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.imgg {
    display: block;
    width: 100%;
    height: auto;
}

.warn {
    box-sizing: border-box;
    padding: 14px 16px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffe9a0;
    letter-spacing: -.02em;
}

@media (max-width: 720px) {
    .size {
        width: 100%;
    }

    .warn {
        font-size: 12px;
        padding: 12px 12px 18px;
    }
}
