﻿/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
html {
}
body, div, dl, dt, dd, ul, ul li,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	width: 100%;
	height: auto!important;
	display: block;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul,
ol {
  list-style: inside disc;
}
ul[class],
ol[class] {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	margin: 0.67em 0;
}
h3 {
	margin: 0.67em 0;
}
h4 {
	margin: 0.67em 0;
}
h5 {
	margin: 0.67em 0;
}
h6 {
	margin: 0.67em 0;
}
/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
	min-height: 100vh;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
	outline: none;
	color: #0068b7;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #23d5ab;
	transition: 0.3s;
}

/*---------------------------------------------
	clearfix
  ---------------------------------------------*/
.clearfix {  display: inline-block; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix { height: 1px; }
.clearfix { display: block; }

