@charset "utf-8";

/* login page */
.growth header {
  border-bottom: 30px solid #16a34a;
}
.growth header>section {
  padding: 15px 0;
}
.growth header .header-container {
  justify-content: center;
}
.growth header .header-container img {
  width: 400px;
  height: auto;
}

.growth .go__top__title__wrapper h1.go__top__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.growth .go__top__title__wrapper h1.go__top__title .go__top__title__img__pc {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.growth .go__top__title__wrapper h1.go__top__title .go__top__title__img__pc img {
  width: 400px;
  height: auto;
}
/* .growth .go__top__title__wrapper h1.go__top__title .go__top__title__img__sp {
  display: none;
} */
.growth .go__top__login__wrapper .go__top__login__wrapper__circle {
  color: #555;
  margin-right: 5px;
}
.growth .go__top__login__wrapper__inputarea #login-email-dom,
.growth .go__top__login__wrapper__inputarea #login-passwd-dom {
  text-align: right;
  margin-bottom: 0;
}
.growth .go__top__login__wrapper__inputarea #reset-password .go_reset-password__forgotpasswd {
  margin-bottom: 0;
}
.growth .go__top__register__wrapper h3 {
  white-space: nowrap;
  margin-top: 35px;
  margin-bottom: 10px;
}
/* .growth .go__top__login__wrapper__inputarea .go__top__login__wrapper__inputarea__read {
  white-space: nowrap;
} */
.growth .go_spshow {
  display: none;
}
.growth .go_reset-password p {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.growth.teather main {
  width: 780px;
}
.growth .go__top__login__wrapper__frm {
  display: flex;
  align-items: center;
}
.growth .go__top__login__wrapper__frm dd {
  display: flex;
}
.growth .form-button {
  margin: 0 0 0 10px;
}
.growth.teather main article .form-text label {
  width: 100px;
  display: inline-block;
  text-align: right;
  padding-top: 17px;
}
.growth.teather main article .form-text input,
.growth.teather main article .form-text .form-message-login {
  width: 240px;
}
.growth.teather main article .form-text input.add_go_frmel1 {
  width: 180px;
  margin-left: 10px;
}
.growth.teather .gof__containerRegister {
  display: flex;
}
.growth.teather main article .form-text label.label_loginEmail,
.growth.teather main article .form-text label.label_loginPassword {
  width: 240px;
  padding-top: 10px;
}
.growth .go__top__login__wrapper__inputarea #login-email-dom,
.growth .go__top__login__wrapper__inputarea #login-passwd-dom {
  display: flex;
}
.growth.teather main article .form-text .go__fm__itemContainer__iteminput {
  width: calc(100% - 240px);
}
.growth.teather main article .form-text .go__fm__itemContainer__iteminput #loginEmail,
.growth.teather main article .form-text .go__fm__itemContainer__iteminput #loginPassword {
  width: 100%;
}

/* mobile style */
@media screen and (max-width: 767px) {
  body.growth {
    width: 100%;
    min-width: auto;
    font-size: 16px;
  }
  .growth header {
    border-bottom: 8px solid #16a34a;
  }
  .growth header .header-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;    
  }
  .growth header .header-container img {
    width: 80%;
    display: block;
  }
  .growth header>section {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  .growth .go__top__title__wrapper h1.go__top__title {
    display: block;
    text-align: center;
  }
  .growth .go__top__title__wrapper h1.go__top__title span img {
    width: 80%;
    height: auto;
    max-width: 300px;
  }
  /* .growth .go__top__title__wrapper h1.go__top__title .go__top__title__img__pc {
    display: none;
  } */
  /* .growth .go__top__title__wrapper h1.go__top__title .go__top__title__img__sp {
    display: block;
  } */
   .growth .go__top__title__wrapper h1.go__top__title .go__top__title__img__pc img {
    width: 70%;
   }
  .growth .go__top__title__wrapper h1.go__top__title .go__top__title__txt {
    font-size: 24px;
    margin-top: 10px;
    display: block;
  }
  .teather main {
    width: 100%;
    margin: auto;
    padding: 15px;
    border-radius: inherit;
    box-shadow: none;
  }
  .growth .go__top__login__wrapper {
    border: 2px solid #16a34a;
    border-radius: 0.25rem;
  }
  .growth .go__top__login__wrapper h3,
  .growth .go__top__register__wrapper h3 {
    background-color: #16a34a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.75rem;
    font-weight: 600;
    padding: 0.5rem;
  }
  .growth .go__top__login__wrapper h3 span,
  .growth .go__top__register__wrapper h3 span {
    font-size: 16px;
  }
  .growth .go__top__login__wrapper__circle {
    display: none;
  }
  .growth .go__top__read__wrapper ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .growth .go__top__login__wrapper__inputarea {
    padding: 0.5rem;
  }
  .growth .go__top__login__wrapper__inputarea .go__top__login__wrapper__inputarea__read {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    white-space: inherit;
  }
  .growth .go__top__login__wrapper__inputarea #login-email-dom,
  .growth .go__top__login__wrapper__inputarea #login-passwd-dom {
    margin-bottom: 6px;
    text-align: left;
  }
  .growth .go__top__login__wrapper__inputarea #login-email-dom input,
  .growth .go__top__login__wrapper__inputarea #login-passwd-dom input {
    width: 65%;
    background-color: #fff;
    margin: 3px 0;
  }
  .growth .go__top__login__wrapper__inputarea #login-email-dom label,
  .growth .go__top__login__wrapper__inputarea #login-passwd-dom label {
    font-weight: 500;
    display: block;
  }
  .growth .go__top__login__wrapper__inputarea #login-email-dom #login-email-error,
  .growth .go__top__login__wrapper__inputarea #login-passwd-dom #login-passwd-error {
    display: block;
    margin-bottom: 0;
    width: 100%;
  }
  .growth .go__top__login__wrapper__inputarea #reset-password a {
    font-weight: 500;
    text-decoration: underline;
    line-height: 1.25rem;
  }
  .growth .go__top__login__wrapper__inputarea #reset-password .go_reset-password__txt {
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
  }
  .growth .go__top__login__wrapper__inputarea .go__bxid__rule {
    text-align: center;
    margin-top: 0.5rem;
    font-weight: 500;
  }
  .growth .go__top__login__wrapper__inputarea .go__loginbtn {
    display: none;
  }
  .growth .go__top__login__wrapper__inputarea .go__bxid__login button {
    width: 100%;
  }
  .growth .go__top__login__wrapper__inputarea #reset-password .go_reset-password__forgotpasswd {
    margin-bottom: 10px;
  }
  .growth .go__top__register__wrapper {
    border: 2px solid #dbeafe;
    margin-top: 1rem;
  }
  .growth .go__top__register__wrapper h3 {
    background-color: #dbeafe;
    color: #222;
    padding-left: inherit;
    padding-right: inherit;
    margin-top: 0;
    margin-bottom: 0;
  }
  .growth .go__top__register__wrapper p {
    margin: 0.75rem auto;
  }
  .growth footer {
    padding-top: inherit;
  }
  .growth footer>section {
    width: 100%;
  }
  .growth footer>section .main-menu,
  .growth footer>section nav {
    display: none;
  }
  .growth footer>section .go__copyright {
    font-size: 14px;
    border: none;
    padding: 20px inherit;
  }
  .growth .go_spshow {
    display: block;
  }
  .growth.teather main {
    width: 100%;
  }
  .growth.teather main article .form-text label {
    width: 100%;
    display: block;
    margin-bottom: 4px;
  }
  .growth.teather main article .form-text span {
    display: block;
    margin-top: 4px;
  }
  .growth.teather main article .form-text input,
  .growth.teather main article .form-text .form-message-login {
    width: 80%;
  }
  .growth.teather main article .form-text input.add_go_frmel1 {
    margin-left: 0;
    width: 30%;
  }
  .growth .form-button {
    margin-left: 0;
  }
  .growth.teather main article .form-text .go__register__mailInput {
    width: 60%;
  }

}

.growth.teather .gof__form__name .gof__form__name__fname,
.growth.teather .gof__form__name .gof__form__name__lname {
  margin-right: 8px;
}
.growth.teather .gof__form__name .gof__form__name__lname {
  margin-left: 16px;
}
.growth.teather main article .form-text {
  margin-bottom: -10px;
}
.growth.teather .gof__form__email #email,
.growth.teather .gof__form__tel #tel {
  width: 480px;
}
.growth.teather main article .form-text input,
.growth.teather main article .form-text .form-message-login {
  width: 208px;
}

.growth.teather .go__mf__spShow {
  display: none;
}

@media screen and (max-width: 767px) {

  .growth.teather main article .form-text label {
    text-align: left;
  }
  .growth.teather .gof__containerRegister {
    display: block;
  }
  .growth.teather main article .form-text span {
    display: inline-block;  
  }
  .growth.teather .gof__form__name .gof__form__name__fname,
  .growth.teather .gof__form__name .gof__form__name__lname {
    margin-right: 4px;
  }
  .growth.teather .gof__form__name .gof__form__name__lname {
    margin-left: 0;
  }
  .growth.teather main article .form-text {
    margin-bottom: 10px;
  }
  .growth.teather .gof__form__email #email,
  .growth.teather .gof__form__tel #tel {
    width: 100%;
  }
  .growth.teather main article .form-text input,
  .growth.teather main article .form-text .form-message-login {
    width: auto;
  }
  .growth.teather .go__mf__spShow {
    display: block;
  }

  .growth.teather main article .form-text label.label_loginEmail,
  .growth.teather main article .form-text label.label_loginPassword {
    width: 100%;
    padding-top: 0;
  }
  .growth .go__top__login__wrapper__inputarea #login-email-dom,
  .growth .go__top__login__wrapper__inputarea #login-passwd-dom {
    display: block;
  }
  .growth.teather main article .form-text .go__fm__itemContainer__iteminput {
    width: 100%;
  }
  .growth.teather main article .form-text .go__fm__itemContainer__iteminput #loginEmail,
  .growth.teather main article .form-text .go__fm__itemContainer__iteminput #loginPassword {
    width: 100%;
  }

}