.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__resend {
  margin: 40px 8px 0; }

.reg__resend__btn .g-button {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.reg__codeNote {
  margin-bottom: 11px; }

.reg__codeInput__attention {
  position: relative;
  min-height: 18px;
  font-size: 1.2rem;
  line-height: 18px;
  color: #ff5252;
  padding-top: 2px;
  padding-left: 18px;
  visibility: hidden; }
  .reg__codeInput__attention::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../images/common/icon-attention.svg) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }
  .is-error .reg__codeInput__attention {
    visibility: visible; }

.reg__btmButton {
  margin-top: 16px;
  margin-bottom: 44px;
  padding-left: 36px;
  padding-right: 36px; }
