@charset "UTF-8";

*{box-sizing: border-box;font-family: Montserrat, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;outline:none}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0 none;vertical-align: middle;
}

dl, ul, ol, menu, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
}

button {
  font-size: 100%;
  vertical-align: middle;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

/* 뷰표트 변환시 폰트크기 자동확대 방지 */
input[type='text'], input[type='password'], input[type='submit'], input[type='search'] {
  -webkit-appearance: none;

}

input:checked[type='checkbox'] {
  background-color: #666;
  -webkit-appearance: checkbox;
}

button {
  -webkit-appearance: button;

}

input[type='button'], input[type='submit'], input[type='reset'], input[type='file'] {
  -webkit-appearance: button;

}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body, th, td, input, select, textarea, button {
  font-size: 14px;
  line-height: inherit;
  letter-spacing: -0.3px;  
  color: #383b40;
}

a {
  color: #383b40;
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

caption, .blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

img {
  /*width: 100%;*/
}




body::-webkit-scrollbar {
  width:12px;
}
body::-webkit-scrollbar-track {
  background-color: #c5d4dd;
}
body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: linear-gradient(to bottom, #7caac2, #93b8cd);
  background-color: #7caac2;
}
body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.scroll-css{overflow-y: auto; border: 1px solid #e3e3e3;}
.scroll-css::-webkit-scrollbar {
  width:10px;height:12px
}
.scroll-css::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    border-left: 1px solid #e9e9e9;
	border-radius: 6px;
}
.scroll-css::-webkit-scrollbar-thumb {
      border-radius: 6px;
    background-color: #b5b5b5;
}
.scroll-css::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}