@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main,
header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  image-rendering: -webkit-optimize-contrast;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  line-height: 1;
  font-family: 'Noto Sans KR', sans-serif;
}
body::before,
body::after {
  image-rendering: -webkit-optimize-contrast;
}
:lang(ko-KR) body {
  word-break: keep-all;
}

ol,
ul,
li {
  list-style: none;
  margin-bottom: 0;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent; /* 모바일에서 a태그 클릭 시 하이라이트 효과. 꾹 눌렀을 때 혹은 터치했을 때 영역 색상 변경 */
}
a:hover,
a:active {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:link,
a:visited {
  text-decoration: none;
}
a[href^='tel'] {
  color: inherit;
  text-decoration: inherit;
}

button {
  overflow: visible;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-size: 100%;
  text-transform: none;
  vertical-align: middle;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: transparent;
}
button:focus {
  outline: none;
  box-shadow: none;
}
button[type='button'],
button[type='reset'],
button[type='submit'] {
  -webkit-appearance: button;
  -moz-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font-family: inherit;
}

b,
strong {
  font-weight: bolder;
}

q {
  quotes: none;
}
q::before,
q::after {
  content: none;
}

blockquote {
  quotes: none;
}
blockquote::before,
blockquote::after {
  content: none;
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

input,
textarea,
select {
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
}

input {
  overflow: visible;
  margin: 0;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: 1.5em;
  vertical-align: middle;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: transparent;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #ccc;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #fff;
}
input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #ccc;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #fff;
}
::placeholder {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #ccc;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #fff;
}

input:focus {
  outline: none;
  box-shadow: none;
}
input:disabled,
textarea:disabled {
  opacity: 1;
}
input:checked[type='checkbox'] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'],
input[type='tel'],
input[type='email'],
input[type='button'],
input[type='reset'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='checkbox'],
[type='radio'] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  border: none;
  outline: none;
  resize: none;
  font-size: 100%;
  line-height: 1.5em;
  vertical-align: middle;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: transparent;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}

textarea::-moz-placeholder,
textarea::placeholder {
  color: #ccc;
}

select {
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
  font-size: 100%;
  line-height: 1.5em;
  text-transform: none;
  font-family: 'Noto Sans KR', sans-serif;
  filter: alpha(opacity=0);
  background-color: transparent;
}
select:focus {
  outline: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

optgroup {
  border: none;
  font-size: 100%;
  line-height: 1.5em;
  font-family: inherit;
  background-color: transparent;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

label {
  cursor: pointer;
}

label,
figure,
caption {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

hr {
  overflow: visible;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

br {
  line-height: 1em;
  font-family: 'Dotum';
}