@charset "UTF-8";
@font-face{
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Thin.eot');
    src: url('../font/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
         url('../font/Montserrat-Thin.ttf')  format('truetype'),
         url('../font/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
}

@font-face{
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Light.eot');
    src: url('../font/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
         url('../font/Montserrat-Light.ttf')  format('truetype'),
         url('../font/Montserrat-Light.woff') format('woff');
    font-weight: 300;
}

@font-face{
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.eot');
    src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/Montserrat-Regular.ttf')  format('truetype'),
         url('../font/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face{
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.eot');
    src: url('../font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/Montserrat-Bold.ttf')  format('truetype'),
         url('../font/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face{
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Black.eot');
    src: url('../font/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
         url('../font/Montserrat-Black.ttf')  format('truetype'),
         url('../font/Montserrat-Black.woff') format('woff');
    font-weight: 900;
}

* {
	margin: 0;
	padding: 0;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none !important;
}
body, form, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, th, td, input, textarea,button,select{
	margin: 0;
	padding:0;
	font-family: 'Montserrat', 'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
	font-weight:normal;
	color: #000;
}
html {
	font-size: 18px;
	height: 100%;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	font-size: 18px;
	height: 100%;
}
li {
	list-style:none;
}
a {
	color: #939598;
	text-decoration:none;
	-webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
input, textarea, select {
	letter-spacing:normal;
}
ol, ul, dl {
	list-style:none;
}
fieldset, img {
	border:0;
}
legend, caption {
	display:none;
}
img {
	border:0;
	vertical-align:top;
	max-width: 100%;
    min-width: 100%;
	height: auto;
}
hr {
	display:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
br {
	letter-spacing:normal;
}
p {
	letter-spacing:normal;
}
input {
	vertical-align:middle;
}
input[type="checkbox"] {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
input:checked[type="checkbox"] {
	-webkit-appearance:checkbox;
}
input[type="radio"] {
	border:none;
	-webkit-appearance:none;
}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"] {
	-webkit-appearance:button;
	border-radius:0;
}
textarea {
	-webkit-appearance:none;
}
select {
	-webkit-appearance:menulist-text;
}
