@charset "UTF-8";
/**/
html {
  font-size: 62.5%; }

body, p, div, span, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
  margin: 0;
  padding: 0; }

body, input, textarea, button, select {
  font-family: "Pretendard GOV", '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Sans-serif;
  font-size: 1.6rem;
  color: #000; }

img, fieldset, button {
  border: 0; }

textarea {
  overflow: auto; }

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  background-color: transparent; }

img {
  vertical-align: top; }

address, em {
  font-style: normal; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

table, th, td {
  border: none; }

caption {
  overflow: hidden;
  line-height: 0;
  text-indent: -2000em; }

legend, .hidden {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden !important;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0; }

i {
  font-style: normal; }

@media (max-width: 900px) {
  html {
    font-size: 56.5%; } }
* {
  letter-spacing: -.05rem; }

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 링크 기본값 */
a:link {
  color: inherit;
  text-decoration: none; }

a:visited {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: underline; }

a:focus {
  text-decoration: underline; }

/* 리스트 스타일 제거 */
ul, ol, li {
  list-style: none; }

/* skip navigation */
.skip-menu {
  display: block; }

.skip-menu a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: .1rem;
  margin-top: -.1rem;
  display: block;
  background-color: black;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  overflow: hidden; }

.skip-menu a:focus, .skip-menu a:active {
  margin-top: 0;
  height: auto;
  padding: 1rem 0; }

/* 스크롤 스타일  */
::-webkit-scrollbar {
  width: .7rem;
  /*스크롤바의 너비*/
  height: .7rem;
  /*스크롤바의 높이*/ }

::-webkit-scrollbar-thumb {
  background-color: rgba(171, 171, 171, 0.8);
  /*스크롤바의 색상*/
  border-radius: 1rem; }

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /*스크롤바 트랙 색상*/ }
