/* 폰트바다 기업회원가입 */
.join-group{
  margin-top: 50px;
  align-content: center;
}
@media(min-width: 320px){
  .join-group{
    padding: 0;
  }
}
@media(min-width: 1200px){
  .join-group{
    padding: 0 150px;
  }
}
.title{
  font-size: 44px;
  color: #3f3f40;
  letter-spacing: -2px;
  font-family: wfgothicb;
}
.block{
  margin-top: 30px;
  /*border: 1px solid #000;*/
  width: 100%;
  height: 750px;
}
.block-left{
  width: 50%;
  float: left;
}
.block-right{
  width: 50%;
  float: right;
}
/* left */
.join-row{
  position: relative;
  margin-bottom: 20px;
  padding: 10px 25px;
  border: 1px solid #dadada;
  border-radius: 4px;
  width: 80%;
}
.form-item{
  display: flex;
  width: 100%;
}
.inp-box{
  display: block;
  overflow: hidden;
}
.inp{
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 6px 0px 5px;
  width: 100%; height: 20px;
  font-family: wfgothicm, Arial, Helvetica; font-size: 16px; line-height: 20px;
  border: 0 none;
  outline: none;
}
.inp-row{
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'wfgothicb';
  font-size: 16px;
  color: #595757;
  width: 90%;
  text-align: center;
}
.info-row{
  margin-top: 5px;
  margin-bottom: 20px;
  margin-right: 44px;
  font-size: 15px;
  color: #595757;
  line-height: 1.6;
}
.join-btn{
  padding: 15px 25px;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 90%;
  height: 100%;
  color: #fff;
  background: #10B1C7;
}

/* right */
.term-group{
  margin-top: 0px;
}
.check-all-box{
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.term-check{
  display: block;
  margin-top: 30px;
  font-size: 16px;
}
.join-check pre {
  padding: 10px 10px 10px 10px;
  margin: 10px 0 10px;
  height: 150px;
  line-height: 1.8;
  font-size: 15px;
  color: #595757;
  background: #f3f3f3;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  border: 1px solid #ccc;
  border-radius: 0 none;
  overflow-y: auto;
}
.term-row{
  margin-top: 20px;
  font-size: 15px;
}
