html {
  font-size: 62.5%;
}
body {
  position: relative;
  top: 0 !important;
  min-width: 1480px;
  word-wrap: break-word;
  /*white-space: normal;*/
  word-break: break-all;
  font-size: var(--font-size-default);
  color: #000;
  font-family: "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", 
    "Nanum Gothic", "SpoqaL", sans-serif, "-apple-system";
  line-height: 1.5;
  font-weight: 400;
}
/* 언어 코드:ko,zh- CN,zh-TW,ja */
html[lang="ko"] body,
html[lang="zh- CN"] body,
html[lang="zh-TW"] body,
html[lang="ja"] body {
}
/* 언어 코드:en,ru,pt,es */
html[lang="en"] body,
html[lang="ru"] body,
html[lang="pt"] body,
html[lang="es"] body {
  font-size: var(--font-long-size-default);
}
/* 여백 초기화 */
body,
div,
ul,
li,
dl,
dd,
dt,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
fieldset,
legend,
p,
select,
table,
th,
td,
tr,
textarea,
button,
form,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
img,
video,
audio,
object,
embed,
iframe {
  max-width: var(--wide-full);
  height: auto;
} /* 반응형 */
img,
fieldset,
iframe {
  border: 0 none;
}
img {
  vertical-align: top;
}
ul,
ol,
li {
  list-style: none;
}
em,
address {
  font-style: normal;
  color: inherit;
}
hr,
legend,
caption {
  display: var(--d-none);
  position: static;
  left: -9999px;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
fieldset {
  border: 0;
}
textarea {
  resize: vertical;
}
input[type="text"],
input[type="password"],
textarea,
.iText,
select {
  color: var(--color-black);
  box-sizing: border-box;
  vertical-align: middle;
}
select,
textarea,
input[type="text"],
input[type*="date"],
input[type="number"],
[type="password"],
input[type="submit"],
input[type="search"],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
  -webkit-appearance: none;
  font-family: inherit;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: var(--d-none);
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
select::-ms-expand {
  display: var(--d-none);
}
input::placeholder,
input::-webkit-input-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  color: #999;
  font-weight: 400;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: none;
}
p,
li,
dl,
dt,
dd {
  word-wrap: break-word;
  white-space: normal;
  word-break: keep-all; /* 단어기준:keep-all , 글자기준:break-all */
}
u,
.underline {
  text-decoration: var(--text-underline) !important;
}
table th {
  font-weight: normal;
}
table td {
  word-wrap: break-word;
}
/* a 링크 초기화 */
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a:hover {
  color: inherit;
}
a:visited {
  color: inherit;
}
button {
  cursor: pointer;
}
button[disabled],
a[disabled] {
  cursor: default !important;
}
/* 제목 태그 초기화 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: var(--font-size-default);
  font-weight: 500;
}
/* 언어 코드:en,ru,pt,es */
html[lang="en"] h1,
html[lang="ru"] h1,
html[lang="pt"] h1,
html[lang="es"] h1,
html[lang="en"] h2,
html[lang="ru"] h2,
html[lang="pt"] h2,
html[lang="es"] h2,
html[lang="en"] h3,
html[lang="ru"] h3,
html[lang="pt"] h3,
html[lang="es"] h3,
html[lang="en"] h4,
html[lang="ru"] h4,
html[lang="pt"] h4,
html[lang="es"] h4,
html[lang="en"] h5,
html[lang="ru"] h5,
html[lang="pt"] h5,
html[lang="es"] h5,
html[lang="en"] h6,
html[lang="ru"] h6,
html[lang="pt"] h6,
html[lang="es"] h6 {
  font-size: var(--font-long-size-default);
}
