.fix-content__footer a {
  display: inline;
  text-decoration: underline; }

.hr-or {
  margin-top: 40px;
  font-family: europa,sans-serif; }
  .hr-or > span {
    text-align: center;
    position: relative;
    display: block; }
    .hr-or > span:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 1px;
      background: #f5f5f5; }
    .hr-or > span span {
      display: inline-block;
      background: #9a000c;
      position: relative;
      z-index: 1;
      color: #fff;
      font-size: 14px;
      padding: 0 20px; }

button.submit-button {
  font-family: europa,sans-serif;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
  display: block;
  font-size: 15px;
  padding: 12px;
  margin-top: 20px;
  width: 100%;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 18px 0;
  position: relative; }

.fix-content__content {
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding-top: 0; }

.under-text {
  font-family: europa,sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 0.01em; }

.login-form {
  margin-top: 32px; }
  .login-form > p {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.4; }
    .login-form > p a {
      text-decoration: underline; }

input[type=email].new-input,
input[type=text].new-input,
input[type=password].new-input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  font-size: 14px;
  padding: 12px 12px;
  margin-top: 12px;
  display: block;
  width: 100%;
  font-family: europa,sans-serif; }

.input-password-page__inner {
  max-width: 414px;
  width: 100%;
  padding: 0 10px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .input-password-page__inner h2, .input-password-page__inner p {
    color: #fff; }
  .input-password-page__inner h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px; }
    .input-password-page__inner h2 span {
      display: block;
      font-size: 14px;
      margin-top: 12px;
      font-weight: normal; }
  .input-password-page__inner p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 20px; }
    .input-password-page__inner p em {
      display: block;
      margin-top: 8px;
      padding-top: 8px;
      border-top: 1px solid #f5f5f5; }
    .input-password-page__inner p a {
      text-decoration: underline; }
  .input-password-page__inner form {
    margin-top: 50px; }
    .input-password-page__inner form button,
    .input-password-page__inner form input {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .input-password-page__inner form input {
      background: #fff;
      border: none;
      font-size: 14px;
      padding: 12px 12px;
      margin-top: 12px;
      display: block;
      width: 100%; }
    .input-password-page__inner form button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
    .input-password-page__inner form button {
      background: #fff;
      text-align: center;
      display: block;
      font-size: 15px;
      padding: 12px;
      margin-top: 20px;
      width: 100%; }

.contents__category-list ul {
  margin-top: 40px; }
  .contents__category-list ul li {
    border-bottom: 1px solid #f5f5f5;
    position: relative; }
    .contents__category-list ul li:after {
      content: "";
      position: absolute;
      right: 24px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg) translateY(-50%);
      margin: auto;
      transition: all 0.3s ease; }
    .contents__category-list ul li a {
      display: block;
      color: #fff;
      font-size: 14px;
      line-height: 1.6;
      padding: 12px 12px;
      padding-left: 24px;
      margin-top: 12px;
      display: block;
      width: 100%; }

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