@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.6em;
}

body {ac
  font-family: "Spoqa Han Sans Neo", "sans-serif";
}

body, a, a:hover {
  color: #202020;
  text-decoration: none;
}

body {
  font-size: 12px;
}

header,
footer,
nav,
aside,
section,
article {
  display: block;
}

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

img {
  width: 100%;
  border: 0;
}

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

td,
th {
  border: 1px solid #202020;
  border-width: 1px 0;
}

.wrap {
  width: 94%;
  margin: auto;
}

.body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.body-wrap .right-part {
  width: calc(100% - 260px);
  background-color: #f4f4f4;
  overflow: scroll;
}

.body-wrap .right-part #main_content {
  height: 100vh;
  padding-top: 70px;
  overflow: scroll;
}

.body-wrap .right-part .inner-wrap {
  width: 1280px;
  height: calc( 100% - 38px);
  margin: 16px auto;
  padding: 24px 32px;
  border-radius: 8px;
  background-color: #fff;
  overflow: scroll;
  overflow-x: hidden;
}

.body-wrap .right-part .pop-up-btn {
  cursor: pointer;
}

body, #main_content, .right-part {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar, #main_content::-webkit-scrollbar, .right-part::-webkit-scrollbar {
  display: none;
}

.type-01 {
  background-color: #ddff9e !important;
}

.type-02 {
  background-color: #fdd4d1 !important;
}

.type-03 {
  background-color: #dddddd !important;
}

.type-04 {
  background-color: #deecff !important;
}

.type-05 {
  background-color: #ffffff !important;
  border: 1px solid #707070 !important;
}

.type-06-01 {
  background-color: #EDFFCE !important;
}

.type-06-02 {
  background-color: #FEE3E2 !important;
}

.type-06-03 {
  background-color: #DEECFF !important;
}

.check-type-bd {
  border: 2px solid #000 !important;
}

.check-type-01 {
  background-color: #EDFFD6;
}

.check-type-02 {
  background-color: #DEECFF;
}

.check-type-03 {
  background-color: #FFD4D1;
}

.check-type-04 {
  background-color: #FFE19F;
}

thead tr th, thead tr td, tbody tr th, tbody tr td {
  text-align: center;
}

thead tr th:nth-of-type(1), thead tr td:nth-of-type(1), tbody tr th:nth-of-type(1), tbody tr td:nth-of-type(1) {
  text-align: center;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
  .wrap {
    width: 80%;
  }
}

@media screen and (min-width: 1024px) {
  .wrap {
    width: 70%;
  }
}
/*# sourceMappingURL=1_reset.css.map */