.p-header-inner {
  justify-content: center;
}

.c-msg-box--info {
  font-size: 14px;
}

.c-msg-box--alert {
  font-size: 12px;
}

@media screen and (min-width: 960px) {
  .message-error {
    width: 950px;
  }
}
.content {
  padding: 16px;
  margin-top: 15px;
}

.inqform .confirm_wrapper .btn_revise input {
  width: 60%;
}
@media screen and (min-width: 960px) {
  .inqform .confirm_wrapper .btn_revise input {
    width: 45%;
  }
}

.inqform .btn_submit input {
  background: #F7DE19;
  color: #262626;
}
.inqform .btn_submit input:hover {
  background: #EBC400;
}
.inqform input[type=submit]:hover {
  opacity: unset;
}
.inqform .btn_revise input {
  color: #262626;
  border: 1px solid #666;
  border-radius: 3px;
}

/*# sourceMappingURL=inquiry.css.map */
