html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1.3;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
}

button,
input {
    border: none;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

button {
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

pre {
    white-space: pre-wrap;
}

input,
textarea {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

mark {
    background-color: transparent;
}

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


/* ios 달력 오류 해결 */
input[type="date"] {
    cursor: pointer;
    text-align: left;
    width: 100%;

    /* 달력 아이콘 */
    background-image: url('/static/app_www/base/img/icon_calendar.png');
    background-position: calc(100% - 15px) 50%;
    background-size: 20px;
    background-repeat: no-repeat;

    /* ios 기본 css 해제 */
    webkit-appearance: none;
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
    display: none !important;
}

/* ios 텍스트 왼쪽 정렬 */
input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}

/* 기본 달력 아이콘 제거 */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
    cursor: pointer;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

/* ios 달력 오류 해결 */

body * {
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.03em !important;
}

/* editor 전용 */
/* .edk_edit_admin b {
    font-weight: bold;
}

.edk_edit_admin i {
    font-style: italic;
}

.edk_edit_admin sup {
    vertical-align: super;
    font-size: smaller;
}

.edk_edit_admin sub {
    vertical-align: sub;
    font-size: smaller;
}

.edk_edit_admin ol {
    list-style: decimal;
    padding-left: 40px;
}

.edk_edit_admin ul {
    list-style: disc;
    padding-left: 40px;
}

.edk_edit_admin font {
    font-family: arial;
} */

.edk_edit_admin,
.edk_edit_admin * {
    all: revert-layer;
    margin: 0;
}