﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");

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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* word-break: keep-all; */
  word-break: break-all;
  word-wrap: break-word;
}

* {
  /*-webkit-overflow-scrolling: touch;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans KR", "AppleGothic", "AppleGothicNeoSD", "Droid Sans", "sans-serif";
  line-height: 1.2;
  color: #000;
  -webkit-text-size-adjust: none; /* 뷰포트 변환시 폰트크기 자동확대 방지 */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
legend {
  font-size: 0;
  line-height: 0;
  height: 0;
}

img,
fieldset,
iframe {
  border: 0 none;
}

img,
iframe {
  max-width: 100%;
}

abbr {
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
a:active,
a:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:disabled {
  background-color: #c6c7ca;
}

textarea {
  resize: none;
  box-shadow: none;
}

input,
select,
textarea
{
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Noto Sans KR", "AppleGothic", "AppleGothicNeoSD", "Droid Sans", "sans-serif";
  vertical-align: top;
  border-radius: 0.75rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:disabled,
textarea:disabled,
select:disabled {
  background-color: #c6c7ca;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}
::-moz-placeholder {
  color: #a5a5a5;
} /* firefox 19+ */
:-moz-placeholder {
  color: #a5a5a5;
}
:-ms-input-placeholder {
  color: #a5a5a5;
} /* ie */

