/* ------------------------------------------------------
reset
------------------------------------------------------ */
* { outline: none;  -webkit-box-sizing: border-box; box-sizing: border-box; }
html body { min-width: 320px; height: 100%; padding:0; margin:0;}
html { font-family: "Montserrat", "NotoSans", "NotoKr", "Malgun Gothic", "굴림", Gulim, "돋움", Dotum, Sans-serif; color: #222; font-weight: 300; -webkit-text-size-adjust: none; font-size: 15px; letter-spacing: -0.5px; -webkit-overflow-scrolling: touch;  -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; }
html.ios {font-family: "Helvetica Neue", "Apple SD Gothic Neo"; }
body { overflow-y: scroll; margin: 0px; background-attachment: fixed; }

h1,h2,h3,h4,h5,h6 {font-size: inherit;}

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, fieldset, input, select, label, textarea, table, caption, thead, tfoot, tbody, tr, th, td { margin: 0; padding: 0; -webkit-text-size-adjust: none; }
address { font-stretch: normal; }
/*b, span, strong, input, a, button { font-size: inherit; font-family: inherit; color: inherit; line-height: inherit; }*/
article, aside, dialog, footer, header, section, footer, nav, figure, hgroup, details, summary, figure, figcaption { display: block; margin:0; padding:0;}
cite { display: inline; }

a {color:inherit; vertical-align: top;}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }

input, textarea, select { font-family: "Montserrat", "NotoSans", "Malgun Gothic", "굴림", Gulim, "돋움", Dotum, Sans-serif; }

img { border: 0; max-width: 100%; vertical-align: top;}
div { -webkit-box-sizing: border-box; box-sizing: border-box; }
label, input, textarea, select { vertical-align: middle; border: 0; border-radius: 0; }
label, input, textarea { -webkit-appearance: none; -webkit-border-radius: 0; }

input[type=password] { font-family: sans-serif; }
input[type=password]::-webkit-input-placeholder {font-family: "Montserrat", "NotoSans", "Malgun Gothic", "굴림", Gulim, "돋움", Dotum, Sans-serif;  color: #666666; font-weight: 200 }
input[type=password]::-moz-placeholder {font-family: "Montserrat", "NotoSans", "Malgun Gothic", "굴림", Gulim, "돋움", Dotum, Sans-serif;  color: #666666; font-weight: 200 }
input[type=password]:-ms-input-placeholder {font-family: "Montserrat", "NotoSans", "Malgun Gothic", "굴림", Gulim, "돋움", Dotum, Sans-serif;  color: #666666; font-weight: 200 }
input[type=password]:-moz-placeholder {font-family: "Montserrat", "NotoSans", "Malgun Gothic", "굴림", Gulim, "돋움", Dotum, Sans-serif;  color: #666666; font-weight: 200 }

textarea { font-family: "Montserrat", "NotoSans", "Malgun Gothic", "굴림", Gulim, "돋움", Dotum, Sans-serif; font-weight: 300; }
ol, ul { list-style: none; margin: 0; padding: 0; }
li { list-style: none; }
table { border-collapse: collapse; table-layout: fixed; width: 100%; border:0; border-spacing: 0;}
form {display: inline;}
fieldset { border: none; }
hr, legend { position: absolute; left: -1000%; width: 1px; height: 1px; font-size: 0; line-height: 0; overflow: hidden; }
caption { font-size: 0 ; height: 0; opacity: 0; }
button { margin: 0; padding: 0; border: none; background: none; cursor: pointer; display: inline-block; font-family: inherit;}
em, address { font-style: normal; }
strong { font-weight: normal; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select::-ms-expand { display: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #666666; font-weight: 200 }
input::-moz-placeholder, textarea::-moz-placeholder { color: #666666; font-weight: 200 }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #666666; font-weight: 200 }
input:-moz-placeholder, textarea:-moz-placeholder { color: #666666; font-weight: 200 }

caption { overflow: hidden; visibility: hidden; height: 0; text-indent: -9999em; padding: 0 !important; }