@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&subset=korean');

html { font-size: 10px; }
html.fzoom { font-size: 10.667px; }
html.fzoom2 { font-size: 11.333px; }
html.fzoom3 { font-size: 12px; }
html.fzoom4 { font-size: 12.667px; }
html.fzoom5 { font-size: 13.333px; }
body {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.5px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 { font-weight: 500; }
a { color: #353535; }
button,select,input { font-family: "Noto Sans KR", sans-serif; margin: 0; padding: 0; outline: none; border: none; background: none; }
img { max-width: 100%; }

/* 스크롤바 */
.scroll::-webkit-scrollbar { width: 3px; }
.scroll::-webkit-scrollbar-track { background-color: transparent; }
.scroll::-webkit-scrollbar-thumb { background-color: #6066b0;	border-radius: 3px; }

select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 11px;
  background-color: #fff;
  background-image: url("../../image/sub/arrow_select.png");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: right 8px center;
}
input[type="text"] {
  width: 100%;
  height: 3.7rem;
  background: #fafafa;
  border: 1px solid #bfbfbf;
  border-radius: 1.9rem;
}
input[type="text"]:focus {
  background: #f5f5f5;
  border: 1px solid #ababab;
}
input[type="text"]::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
input[type="text"]::placeholder {
  color: #bbb;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder {
  color: #bbb;
}
input[type="text"]::-ms-input-placeholder {
  color: #bbb;
}
input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0;
}
input[type="text"]:focus::placeholder {
  opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder {
  color: #fafafa;
}
input[type="text"]:focus::-ms-input-placeholder {
  color: #fafafa;
}



