@font-face {
  font-family: "GmarketSansMedium";
  src: url("/fonts/GmarketSansMedium.woff2") format("woff2"), url("/fonts/GmarketSansMedium.woff") format("woff"), url("/fonts/GmarketSansMedium.ttf") format("truetype"), url("/fonts/GmarketSansMedium.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("/fonts/GmarketSansBold.woff2") format("woff2"), url("/fonts/GmarketSansBold.woff") format("woff"), url("/fonts/GmarketSansBold.ttf") format("truetype"), url("/fonts/GmarketSansBold.eot") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}
.join {
  padding: 0 0 85px;
}
.join__type {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.join__type--tit {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "GmarketSansBold", sans-serif;
}
.join__type--txt {
  font-size: 20px;
  color: #999;
  line-height: 1.4;
}
.join__type--btn {
  background: #0048c8;
  color: #fff;
  width: 200px;
  height: 48px;
  margin-top: 50px;
  font-size: 20px;
  font-family: "GmarketSansBold", sans-serif;
  line-height: 48px;
  letter-spacing: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.join__type--btn:hover, .join__type--btn:focus {
  background-color: #2761c9;
}
.join__type--btn.ready {
  background-color: #99b6e9;
  cursor: not-allowed;
}
.join__type--box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 58px 20px;
}
.join__type--box:first-of-type {
  border-right: 1px solid #eee;
}

@media (max-width: 1024px) {
  .join__type--box {
    padding: 35px 25px 25px;
  }
  .join__type--tit {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .join__type--txt {
    font-size: 12px;
    text-align: center;
  }
  .join__type--btn {
    width: 120px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .join__type {
    flex-direction: column;
  }
  .join__type--box {
    width: 100%;
  }
  .join__type--box:first-of-type {
    border-bottom: 1px solid #eee;
  }
}

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