@charset "UTF-8";
html {
  font-size: 100%;
  /*
  @media (min-width :1920px) {
      font-size: 106.25%; //17px  1.063rem
  }
  */
}
@media (max-width: 912px) {
  html {
    font-size: 93.8%;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 87.5%;
  }
}
@media (min-width: 913px) {
  html {
    font-size: 100%;
  }
}

body {
  font-size: 1.0625rem;
}

@media only screen and (max-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}
body {
  font-family: "Noto Sans", "microsoft neogothic", "applegothic", "맑은 고딕", "malgun gothic", "dotum", "돋움", Droid sans, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
  word-break: keep-all;
}

html.ko body {
  font-family: "Noto Sans", "microsoft neogothic", "applegothic", "맑은 고딕", "malgun gothic", "dotum", "돋움", Droid sans, sans-serif;
  letter-spacing: -0.05em;
}

html.en body {
  font-family: "Noto Sans", "Roboto", "microsoft neogothic", "applegothic", "Arial", "맑은 고딕", "Malgun Gothic", Droid sans, sans-serif;
  letter-spacing: -0.025em;
}

html.ja body {
  font-family: "Noto Sans", "microsoft neogothic", "applegothic", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", "ヒラギノ角ゴ Pro W3", Droid sans, sans-serif;
  letter-spacing: 0;
}

html.zh-CN body {
  font-family: "Roboto", "Noto Sans", "microsoft neogothic", "applegothic", "Microsoft Yahei", "simsun", Droid sans, sans-serif;
  letter-spacing: 0;
}

html.zh-TW body {
  font-family: "Roboto", "Noto Sans", "microsoft neogothic", "applegothic", "Microsoft JhengHei", "simhei", Droid sans, sans-serif;
  letter-spacing: 0;
}

body,
html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
:after,
:before,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
abbr,
address,
area,
article,
aside,
audio,
b,
base,
bdi,
bdo,
blockquote,
button,
canvas,
caption,
center,
circle,
cite,
clipPath,
code,
col,
colgroup,
cursor,
data,
datalist,
dd,
defs,
del,
desc,
details,
dfn,
dialog,
div,
dl,
dt,
ellipse,
em,
embed,
fieldset,
figcaption,
figure,
filter,
footer,
foreignObject,
form,
g,
h1,
h2,
h3,
h4,
h5,
h6,
hatch,
hatchpath,
head,
header,
hgroup,
i,
iframe,
image,
img,
input,
ins,
kbd,
keygen,
label,
legend,
li,
line,
link,
main,
map,
mark,
marker,
mask,
menu,
menuitem,
mesh,
meshpatch,
meshrow,
nav,
object,
ol,
optgroup,
option,
output,
p,
param,
path,
pattern,
picture,
pre,
progress,
q,
rb,
rect,
rp,
rt,
rtc,
ruby,
s,
samp,
section,
select,
set,
small,
source,
span,
strike,
strong,
sub,
summary,
svg,
symbol,
sup,
table,
tbody,
td,
template,
text,
textarea,
textPath,
tfoot,
th,
thead,
time,
title,
tr,
tspan,
u,
ul,
use,
video,
view,
wbr {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: inherit;
  font-family: inherit;
  font-style: normal;
}

div,
dl,
dt,
dd,
th,
td,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
blockquote,
button,
input,
textarea {
  margin: 0;
  padding: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
  margin: 0;
  padding: 0;
}

a,
address,
article,
aside,
b,
body,
button,
canvas,
caption,
dd,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
input,
legend,
li,
menu,
nav,
ol,
p,
section,
select,
small,
span,
strong,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
}

strong {
  font-weight: 600;
}

table caption {
  display: block;
  position: absolute;
  overflow: hidden;
  left: -100000000000000000px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

legend,
.hd-element {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -999999999999px;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

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

img,
fieldset,
button,
input {
  border: 0;
  vertical-align: middle;
}

body img {
  max-width: 100%;
}

em,
address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 2px solid #000;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #000;
  outline-offset: 0px;
}

button {
  vertical-align: top;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}
button:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #000;
  outline-offset: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
input,
select,
button,
textarea {
  font-family: inherit;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
}

img {
  max-width: 100%;
}

/* form */
input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #888888;
  font-size: 14px;
}

:-moz-placeholder {
  color: #888888;
  font-size: 14px;
}

::-moz-placeholder {
  color: #888888;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #888888;
  font-size: 14px;
}

::-moz-selection {
  background: #474747;
  color: #fff;
}

::selection {
  background: #474747;
  color: #fff;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  display: inline-block;
  height: 34px;
  padding: 0 0 0 6px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 16px;
  line-height: 34px;
  color: #555;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  display: block;
  width: 100%;
  min-height: 90px;
  padding: 5px 10px;
  background-color: #fff;
  font-size: 16px;
  color: #555;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

img,
iframe,
video {
  max-width: 100%;
  border: 0;
}

button {
  border-radius: 0;
}

code {
  margin: 0;
  padding: 0;
  font-family: monospace;
  line-height: 1.8;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  line-height: 1.8;
  font-family: inherit;
}

/* ie 화살표 제거 */
select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

.hidden,
.blind,
.hd-element {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -10000000000000000px;
  top: -999999px;
  width: 0;
  height: 0;
  font-size: 0;
}

.layer-prevent {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 3;
}