#wpadminbar {
display: none;
}
html {
    margin-top: 0px !important;
}
.cdp-copy-alert-success {
    display: none !important;
}
html, body, h5, h4, h3, h3, h2, h1, p, span, div, text, button{
    word-break: keep-all;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
strong, b {
    font-weight: 700;
}

a {
    margin: 0;
    padding: 0;
    border: none;
    color: black;
    text-decoration: none;
}
a:hover, button:hover {
text-decoration:underline;
}
a:hover, a:active {
      color: gray;
}
a:visited {
        color: black;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post, .page {
    margin: 0 ;
}
/* 모든 요소에 대해 스크롤바 숨김 */
body, * {
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE 10+ */
}

body::-webkit-scrollbar, *::-webkit-scrollbar {
  display: none;                /* Chrome, Safari */
}
button {
    padding: 0 !important;
        border:none;
    border-color: none;
    border-radius: 0;
    background:none;
    color: gray;
}