.c-cardbox {
  border-radius: 8px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
  padding: 30px;
}

@media (max-width: 781px) {
  .c-cardbox {
    padding: 20px;
  }
}

.c-cardbox--area {
  display: flex;
  gap: 30px;
}

@media (max-width: 781px) {
  .c-cardbox--area {
    flex-direction: column;
  }
}

.c-cardbox--detail {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 30px 0;
  display: flex;
  gap: 30px;
}

@media (max-width: 781px) {
  .c-cardbox--detail {
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
  }
}

.c-cardbox--detail-item:first-child {
  width: 300px;
}

.c-cardbox--detail-item:last-child {
  flex: 1;
}

.c-cardbox--icon {
  height: 40px;
  width: auto;
  margin-right: 10px;
}

@media (max-width: 781px) {
  .c-cardbox--icon {
    margin-right: 5px;
  }
}

.c-cardbox--item:first-child {
  width: 330px;
}

.c-cardbox--item:first-child img {
  width: 100%;
  height: auto;
}

@media (max-width: 781px) {
  .c-cardbox--item:first-child {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
  }

  .c-cardbox--item:first-child img {
    width: 30vw;
    height: auto;
  }
}

.c-cardbox--item:last-child {
  flex: 1;
}

.c-button--center {
  text-align: center;
}

.c-button--noicon:after {
  display: none;
}
