.crt-note {
  margin-top: 20px;
  margin-bottom: 20px;
}

.crt-count {
  margin-top: 20px;
  margin-bottom: 4px;
}
.crt-count > p:nth-of-type(2) {
  margin-top: 20px;
}
.crt-count__err {
  color: #d32626;
}

.crt-material-list {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.crt-material-list__inner {
  overflow-x: auto;
}

.crt-table th {
  vertical-align: middle;
  width: 15%;
}
.crt-table th:nth-of-type(1) {
  max-width: 30px;
}
.crt-table th:nth-of-type(3) {
  width: 40%;
}
.crt-table th:nth-of-type(5) {
  width: 5%;
}
@media screen and (max-width: 767px) {
  .crt-table th:nth-of-type(5) {
    width: 7%;
  }
}
.crt-table td {
  width: 15%;
  vertical-align: middle;
}
.crt-table td > img {
  max-width: 136px;
  max-height: 100px;
  border: 1px solid #d3d1c9;
}
.crt-table td:nth-of-type(1) {
  max-width: 30px;
}
.crt-table td:nth-of-type(3) {
  width: 40%;
}
.crt-table td:nth-of-type(5) {
  width: 5%;
  min-width: 55px;
}
@media screen and (max-width: 767px) {
  .crt-table td:nth-of-type(5) {
    width: 7%;
  }
}
.crt-table tr > td:nth-of-type(5) {
  text-align: center;
}

.crt-btns {
  margin-top: 30px;
  margin-bottom: 100px;
}
.crt-btns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.crt-btns__prev {
  max-width: 280px;
  width: 100%;
}
.crt-btns .c-input-wrapper.is-disabled::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.crt-btns__next {
  width: 100%;
}
.crt-btns__next.is-disabled {
  background-color: #E5E5E5;
  color: #ffffff;
  border: #E5E5E5;
  text-decoration: none;
}
.crt-btns__next.is-disabled::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.c-input-wrapper.is-disabled::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
