@charset "UTF-8";
/*
마이뱅크
write : gray
since : 2019-10-18
*/
@import url(SpoqaHanSans/SpoqaHanSans.css);
@import url(NotoSansKR/NotoSansKR.css);
/*STR default*/
/*END default*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  -webkit-text-size-adjust: none;
}

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;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
}

body {
  line-height: 1.5;
  font-family: "Spoqa Han Sans", Malgun Gothic, "맑은 고딕", dotum, "돋움", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #777;
}

nav, ol, ul {
  list-style: none;
}

label, input, button, select, img {
  vertical-align: middle;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  font-family: "Spoqa Han Sans", Malgun Gothic, "맑은 고딕", dotum, "돋움", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

button, label {
  cursor: pointer;
}

button * {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
}

address, cite, em, i {
  font-style: normal;
}

a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 1px;
  text-indent: -20000px;
}
