@import url('https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap');

/* @import url("https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap"); */

/* 한글, 영어, 일본어 적용 */
/* @font-face {
  font-family: "NanumSquareRound";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
} */
/* 중국어 간체, 번체 적용 */
@import url('https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC&display=swap');

/* :global(*, *::before, *::after) {
	font-family: "Noto Sans KR", sans-serif;
} */
html{
  scroll-behavior: smooth;
}
body {
  position: relative;
  width: 100%;
  /* background-color: rgba(242,242,242,1); */
  font-family: "Noto Sans KR", "Noto Sans SC";
  font-weight: 400;
  font-style: normal;
  color: #333;
  margin: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */

  /* min-height: 400px; */
  /* margin-bottom: 100px; */
  clear: both;
}
html, body{
  min-height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;

}
a {
  color: rgb(0, 100, 200);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: rgb(0, 80, 160);
}

label {
  display: block;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  -webkit-padding: 0.4em 0;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

button {
  color: #333;
  background-color: #f4f4f4;
  outline: none;
}

button:disabled {
  color: #999;
}

button:not(:disabled):active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
}
.ax-datagrid {
  height: calc(150vh - 120px);
  min-height: 400px;
  width: 100%;
}

.ax-column {
  width: 100%;
}

.ax-headers-view {
  font-weight: bold;
  color: #1f3cdb;
  border-bottom: 1px solid #aaa;
}

.ax-gridlines {
  border-bottom: 1px solid #eee;
}
@media all and (max-width:360px) {
  html, body {
    overflow-x: hidden;
  }
  body {
    position: relative
  }
  .toastui-calendar-grid-cell-date .toastui-calendar-weekday-grid-date.toastui-calendar-weekday-grid-date-decorator {
    height: 25px !important;
    width: 25px !important;
    }
}

@media all and (min-width:361px) and (max-width:1280px) {
  html, body {
    overflow-x: hidden;
  }
  /* dashboard calendar today design */

}
@media all and (max-width:840px) {
  main{
    min-height: 100%;
    position: relative;
    padding-bottom: 60px;
  }
  .toastui-calendar-grid-cell-date .toastui-calendar-weekday-grid-date.toastui-calendar-weekday-grid-date-decorator {
    height: 25px !important;
    width: 25px !important;
    }
}
@media all and (min-width:841px) {
  html, body {
    overflow-x: unset;
    height: unset;
    
    padding-bottom: unset;
  }
  /* dashboard calendar today design */
  .toastui-calendar-grid-cell-date .toastui-calendar-weekday-grid-date.toastui-calendar-weekday-grid-date-decorator {
    height: 60px !important;
    line-height: 54px !important;
    width: 60px !important;
  }
}


