/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** defalt **/
html {height:100%;margin:0;padding:0;/* overflow-y:scroll; *//* min-width: 1225px; */overflow-x: hidden;width: 100%;}
body {margin:0; padding:0; font-size:14px; line-height:24px; color:#666; -webkit-text-size-adjust:none;}
body, input, textarea, select, button, table {font-family:'Pretendard GOV Variable', 'Pretendard GOV', '돋움', Arial, sans-serif;font-size:14px;line-height:22px;color:#666;overflow-x:hidden; }
h1, h2, h3, h4, p {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display:block;}
table, th, td {box-sizing:border-box; border-collapse:collapse;}
i, em, strong {font-weight:normal; font-style:normal;}
i, em {font-weight:inherit;}
button {display:inline-block; margin:0; padding:0; cursor:pointer; border:0 none; background:none;}
button::-moz-focus-inner, select::-moz-focus-inner, input[type='reset']::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='checkbox']::-moz-focus-inner, input[type='radio']::-moz-focus-inner, input[type='submit']::-moz-focus-inner {margin:0; padding:0; border:0;}
a {text-decoration:none; color:#666;}
a:active {color:inherit; outline:none;}
img {vertical-align:top; border:0 none;}
ul, ol, dl {margin:0; padding:0; line-height:100%; list-style:none;}
dt, dd, li {margin:0;padding:0;line-height: 22px;}
caption, legend {font-size:0; line-height:0; text-indent:-9999em;}
fieldset {margin:0; padding:0;}
fieldset legend {position:absolute; top:-9999em;}
::-webkit-input-placeholder {/* Chrome/Opera/Safari */color:#888;}
::-moz-placeholder {/* Firefox 19+ */color:#888;}
::-ms-input-placeholder {/* IE 10+ */color:#888;}
:-moz-placeholder {/* Firefox 18- */color:#888;}
.offscreen{position: absolute !important;height: 1px;width: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);word-break: initial;word-wrap: initial;visibility: hidden;}
/**:focus{outline:none;}*/
/* form */
fieldset {border:0 none;}
label {vertical-align:top;}
input {vertical-align:top;}
select {display:inline-block; vertical-align:middle; border:0 none; background:none;}
input[type='text'], input[type='password'], input[type='search'], input[type='tel'] {display:inline-block; margin:0; padding:0; box-sizing:border-box; border:0; -webkit-border-radius:0; background:#fff; -webkit-appearance:none;}
input[type='text']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus {border-color:#ff8c3e;}
input[type='submit'], input[type='button'], button, button span {display:inline-block; box-sizing:border-box; cursor:pointer; vertical-align:top;}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {color:#888;}
input[type='checkbox'], input[type='radio'] {margin:0; margin-right:4px; padding:0;vertical-align:middle;}
.haze {position:absolute; top:-99999px;}
.mobile_only {display:none;}