@charset "utf-8";

/* ==========================================================================
   CSS RESET
   ========================================================================== */
   
* {margin: 0; padding: 0; box-sizing: border-box;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-size: 13px;
	color: #111;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
	-ms-interpolation-mode: bicubic;
	width: 100%;
	font-weight: 400;
	letter-spacing:-.5px;
	top: 0;
	left: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
li,
dt,
dd,
input,
select,
textarea,
button {
	font-family:'NanumSquareNeo', 'Noto Sans KR', 'Abril Fatface', Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
img,
video,
audio,
object,
embed,
iframe {
	max-width: 100%;
}
img {
	border: 0 none;
	line-height: 0;
	-ms-interpolation-mode: bicubic;
	-webkit-image-rendering: optimizeQuality;
}
ul,
ol,
dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
}
table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table caption{position: absolute; clip: rect(0, 0, 0, 0); clip-path: polygon(0 0, 0 0, 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden;}
th,
td {
	padding: 0;
}
a {
	color:#111;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	line-height: inherit;
	cursor:pointer;
}
input[type="text"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="tel"],
input[type="number"],
input[type="email"]{
	font-size: 13px;
	background: none;
	border-radius: 0px;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
input[type="tel"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled{
	background:#f0f0f0;
}
/*
input[type="text"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus{
	outline-color: #111;
}*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield !important;
}
i {
	font-style: normal;
	display: inline-block;
}
textarea {
	overflow-y: auto;
	resize: none;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
select{
	border:none;
	border-radius:0;
}
select::-ms-expand {
	display: none;
}
em{font-style: normal;}
button{border:none; padding:0; margin:0; cursor:pointer; background:transparent;}
button:focus{outline: 0;}
address{font-style: normal;}
input, select, textarea{outline:none;}
input[type="checkbox"], input[type="radio"]{cursor:pointer;}

::-webkit-scrollbar {width:6px; background-color:transparent; border-radius: 0;}
::-webkit-scrollbar-thumb {background-color:#cacaca;}
