* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  width: 100vw;
}

img {
  display: block;
  width: 100%;
  border: 0;
}

:focus {
  outline: 0;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-decoration: inherit;
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0px;
  color: #3a3a3a;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

body {
  line-height: 180%;
}

ol,
ul,
li {
  list-style: none;
}

:link,
:visited,
ins {
  text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*HTML5 tag*/
section,
article,
aside,
footer,
header,
nav,
main {
  display: block;
}

.e-con {
  padding-left: 0px;
  padding-right: 0px;
}
