/*Signup*/
.SignupAgreement-content {
  padding-top: 23px;
  padding-bottom : 5px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}

.SignupAgreement-content--text {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 4px;
  padding-left: 30px;
}
.SignupAgreement-scroll--title {
  padding-top: 23px;
  padding-bottom : 15px;
}

.SignupAgreement-scroll--contents {
  overflow-y: scroll;
  height:185px;
  background-color: rgba(240, 241, 245, 0.5);
  padding-left: 23px;
  border: 1px solid #e4e6ec;
  border-width: 1px 1px 1px 1px;
  font-weight : 300;
  font-size : 15px;
}
.SignupAgreement-scroll--contents pre {
  font-weight : 300;
  font-size : 15px;
  margin-left : -10px;
  padding-top : 20px;
}

.Required{
  color: rgba(54, 79, 199, 0.8);
  font-weight: bold;
  font-size: 15px;
}

.Under_arrow{
  float:right;
  display: inline-block;
}

.SignupAgreement-userInfoInput{
  margin-top : 96px
}

.SignupAgreement-userInfoInput--contents {
  margin-top : 46px;
}

.SignupAgreement-userInfoInput--contents input{
  width: 350px;
  height: 36px;
  border: 1px solid #caceda;
}

.SignupAgreement-userInfoInput--contents input:hover{
  border: 1px solid #7096eb;
}

.Agreement-mobile{
  width: 350px;
}
.Authorization-button{
  text-align: center;
  border: 1px solid #7096eb;
  width: 76px;
  height: 25px;
  float: right;
  padding-left: -100px;
  padding-top: 9px;
  color:  #7096eb;
}

.Agreement-buttonArea{
  margin-top :32px;
  text-align : right;
}
.Agreement-button{
  width: 148px;
  height: 49px;
  font-family: NotoSansCJKkr;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  margin-left: 5px;
}

.Agreement-mobile input{
  width: 173px;
}
.AuthorizationButton{
  margin-top:10px;
}
.AuthorizationButton input{
  width: 350px;
}
.radio{
  display: inline-block;
}
.radio span{
  padding-left: 12px;
  padding-right: 71px;
}
