@charset "UTF-8";

/* font */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*  한국어 */
:lang(ko) {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
}

/*------------- Reset CSS -------------*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, dl {
  list-style: none;
}

img, video {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, textarea {
  vertical-align: middle;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
}

label {
  cursor: pointer;
}

.blind, legend, hr, caption {
  display: block;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

i, em, address {
  font-style: normal;
  font-weight: normal;
}

input[type=text], input[type=password], input[type=number], input[type=date], input[type=tel], input[type=email], select, textarea {
  border-radius: 0;
  @include wan;
}