*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Pretendard","Noto Sans Korean", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", 
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  background-color: #fff;
  letter-spacing: -0.05em;
  width: 100%;
  word-break: keep-all;
  line-height: 1.4;
  overflow-x: hidden;
}

img{
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}



a,
a:hover {
  text-decoration: none;
}

b {
  font-weight: 800;
}

ol,
ul,
dl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 8px;
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0px;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a{
  display: block;
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:focus, a:hover {
  color: #333;
  text-decoration: none;
}



a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

button{
  border:0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/common/arr-down-b.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  padding: 10px 40px 10px 20px;
  background-color: inherit;
}

input[type="text"]{
  border:1px solid #ddd;
  height: 50px;
  line-height: 50px;
  padding: 20px;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}



input[type="checkbox"] {
  display:none;
}


input[type="checkbox"] + label span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url("../images/common/checkbox.svg") left top no-repeat;
  cursor: pointer;
  background-size: cover;
}


input[type="checkbox"]:checked + label span {
  background:url("../images/common/checkbox.svg")  -26px top no-repeat;
  background-size: cover;
}


input[type="checkbox"] {
  display:none;
}