/* tag reset */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body#popup {
    min-width: 0;
    background-color: var(--white);
    padding: 3rem;
    box-sizing: border-box;
}

li {
    list-style: none;
}

img,
fieldset {
    border: none;
    vertical-align: top;
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    display: none;
}

th,
td {
    border: 0;
    vertical-align: top;
}

input,
select,
textarea {
    font-size: 100%;
    color: #000;
    vertical-align: middle;
    border-radius: 0;
    box-sizing: border-box;
}

button {
    line-height: inherit;
    font-size: inherit;
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    background: none;
}

hr.layout {
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a[href^="tel"],
a[href^="mailto"] {
    text-decoration: none;
    /* 언더라인 제거 */
    color: inherit;
    /* 링크 색상을 기본으로 설정 */
    cursor: text;
    /* 기본 텍스트 커서로 설정 */
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
}

body,
code {
    -webkit-text-size-adjust: none;
    background-color: var(--white);
    -webkit-tap-highlight-color: transparent;
    overscroll-behavior-y: none;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

img {
    width: 100%;
    height: auto;
}