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,
img {
  margin: 0;
  padding: 0;
  border: 0;
  /* 202502140326 고다솜 수정 : box-sizing style 삭제 */
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  color: inherit;
  font: inherit;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

select {
  font: inherit;
  appearance: none;
}

input {
  font: inherit;
  margin: 0;
  min-width: 0;
  appearance: none;
}

/* 202502140325 진재윤 수정: #movBtn 동영상 재생 이미지에 pointer 를 추가하기 위한 예외 처리*/
*:not(a, a *, button, button *, #movBtn, #movBtn *, .footer_sns, .footer_sns *, .company-combo-wrap, .company-combo-wrap *, .swiper-button-next, .swiper-button-prev, .month_p_cen *, label) {
  cursor: default;
  overflow-wrap: break-word;
}
