.reg__categoryTitle {
  margin-bottom: 9px;
  color: #757575; }

.reg__progress {
  padding: 0;
  margin: 0 0 24px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.reg__progress__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 28px;
  border: 2px solid #e0e0e0;
  border-radius: 50%; }
  .reg__progress__item::before {
    display: block;
    content: '';
    position: absolute;
    left: -28px;
    top: 2px;
    width: 24px;
    height: 2px;
    background-color: #e0e0e0; }
  .reg__progress__item:first-child {
    margin-left: 0; }
    .reg__progress__item:first-child::before {
      display: none; }
  .reg__progress__item.is-active {
    border-color: #1eb98c;
    background-color: #1eb98c; }
    .reg__progress__item.is-active::before {
      background-color: #1eb98c; }

.reg__title {
  margin-bottom: 10x; }

.reg__btmButton {
  margin-top: 20px;
  margin-bottom: 44px;
  padding-left: 36px;
  padding-right: 36px; }
  .reg__btmButton .g-button + .g-button {
    margin-top: 24px; }

.reg__btmLink {
  font-size: 1.2rem;
  color: #9e9e9e; }
  .reg__btmLink a {
    color: #1eb98c; }

.reg__input {
  margin-top: 12px; }
  .reg__input .g-input__label {
    color: #616161; }
  .reg__input .g-checkbox {
    color: #212121; }

.reg__input--genre {
  margin-top: 31px; }

.reg__input__label {
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #616161;
  font-weight: 700; }

.reg__input__attention {
  margin: 0 0 7px;
  color: #757575; }

.reg__birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .reg__birthday .g-select {
    padding: 0; }
  .reg__birthday .g-select__wrapper::before {
    right: 15px; }

.reg__birthday__yaer {
  width: 33.23%; }

.reg__birthday__month,
.reg__birthday__day {
  width: 23.32%; }

.reg__birthday__unit {
  font-size: 1.3rem; }

.reg__gender {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.reg__gender__item {
  padding: 0; }
  .reg__gender__item:first-child {
    padding-right: 64px; }

.reg__genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.reg__genre__item {
  width: 30.61%;
  height: 80px;
  margin-right: 4.085%;
  margin-bottom: 4.085%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08), 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08), 0px 4px 10px rgba(0, 0, 0, 0.1); }
  .reg__genre__item:nth-child(3n) {
    margin-right: 0; }

.reg__genre__label {
  position: relative;
  display: block;
  height: 100%; }

.reg__genre__checkbox {
  display: none; }

.reg__genre__checked {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s; }
  .reg__genre__checkbox:checked + .reg__genre__checked {
    background-color: rgba(30, 185, 140, 0.6);
    -webkit-box-shadow: 0px 0px 0px 3px #1eb98c;
            box-shadow: 0px 0px 0px 3px #1eb98c; }

.reg__genre__labelText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .reg__genre__labelText > span {
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    text-align: center; }
    .reg__genre__labelText > span .icon-checkmark {
      display: block;
      position: absolute;
      left: 50%;
      top: -18px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 2rem;
      color: transparent;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
  .reg__genre__checkbox:checked ~ .reg__genre__labelText > span .icon-checkmark {
    color: #fff; }

.reg__passNote {
  margin-bottom: 30px;
  font-size: 1.3rem; }

.reg__note {
  margin-top: 1px;
  font-size: 1.3rem; }

.reg__confirm {
  margin: 16px 0 40px; }
  .reg__confirm:first-child {
    margin-top: 40px; }

.reg__confirm__title {
  padding-bottom: 4px;
  border-bottom: 1px solid #e0e0e0; }

.reg__confirm__value {
  font-size: 1.9rem;
  margin-top: 9px; }
  .reg__confirm__title + .reg__confirm__value {
    margin-top: 20px; }

.reg__genreConfirm {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 9px 0 0;
  padding: 0;
  font-size: 1.9rem; }

.reg__genreConfirm__item::after {
  content: ','; }

.reg__genreConfirm__item:last-child::after {
  content: ''; }

.reg__confirm__note {
  font-size: 1.2rem;
  color: #ff5252; }
