html {
  overflow-y: scroll;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Noto Sans KR", "AppleGothic", "Dotum", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}
form,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
input,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
dl {
  list-style: none;
}
fieldset,
img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
input,
select,
button {
  vertical-align: middle;
}
span.button,
img.button,
a.button {
  vertical-align: middle;
  cursor: pointer;
}
input.typeImage {
  border: 0 none;
}
b {
  font-weight: bold;
}
table {
  border-collapse: collapse;
}
td {
  padding: 0;
}
.btn {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #676767;
}
a:hover {
  text-decoration: underline;
}
input,
button,
textarea,
select {
  outline: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

* {
  -webkit-text-size-adjust: none;
}

/*========= 2020. 09. 04 ===========*/
.hidden {
	display: none;
}
.app-store{
	padding-bottom: 10px;
}
