.loginwrap > div {
  width: 95%;
  max-width: 640px;
  margin: 0 auto;
}
.loginwrap .log1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.loginwrap .log1 .left {
  width: calc(100% - 170px);
}
.loginwrap .log1 .left > input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
  height: 40px;
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.loginwrap .log1 .left ul {
  display: flex;
  align-items: center;
}
.loginwrap .log1 .left ul li:not(:last-child) {
  font-weight: 500;
  font-size: 0.875rem;
  margin-right: 30px;
}
.loginwrap .log1 .left ul li:last-of-type {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 0.875rem;
  color: #777;
}
.loginwrap .log1 button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  color: #fff;
  background-color: #ea0000;
  width: 150px;
}
.loginwrap .log2 {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  align-items: center;
  background-color: #f8f8f8;
  font-size: 0.93rem;
  width: 640px;
  height: 100px;
  position: relative;
}
.loginwrap .log2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  display: block;
  width: 100%;
  height: 1;
  border-bottom: 2px solid #ea0000;
}
.loginwrap .log2 a {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 500;
}
.loginwrap .log2 a img {
  margin-left: 5px;
}

.joinwrap {
  width: 95%;
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 0;
}
.joinwrap .joinnav {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 60px;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.joinwrap .joinnav li {
  display: block;
  width: 33.3333333333%;
}
.joinwrap .joinnav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777;
  height: 60px;
}
.joinwrap .joinnav li a.on {
  color: #fff;
}
.joinwrap .agreesform .agree-tit {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 2px solid #ea0000;
  margin-bottom: 40px;
  align-items: flex-end;
}
.joinwrap .agreesform .agree-tit h3 {
  font-size: 1.375rem;
  font-weight: bold;
  margin-right: 20px;
}
.joinwrap .agreesform .agree-tit span {
  color: #777;
}
.joinwrap .agreesform .inputs .fileUploadTR td {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.joinwrap .agreesform .inputs .fileUploadTR td .fileName {
  position: relative;
  width: auto;
  flex: 1 1 auto;
}
.joinwrap .agreesform .inputs .fileUploadTR td .btn_file {
  position: relative;
  width: auto;
  height: 45px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f8f8f8;
  border: 1px solid #ddd;
  cursor: pointer;
}
.joinwrap .agreesform .inputs .fileUploadTR td .uploadBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
}
.joinwrap .agreesform .ag1 {
  margin-bottom: 60px;
}
.joinwrap .agreesform .ag1 .agp {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.joinwrap .agreesform .ag1 .agp input[type=checkbox] + label {
  padding-left: 30px;
  position: relative;
  font-size: 1.125rem;
  cursor: pointer;
}
.joinwrap .agreesform .ag1 .agp input[type=checkbox] + label.on:after {
  display: block;
}
.joinwrap .agreesform .ag1 .agp input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.joinwrap .agreesform .ag1 .agp input[type=checkbox] + label:after {
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ea0000;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.joinwrap .agreesform .ag1 .agcont {
  font-size: 0.875rem;
  line-height: 30px;
  box-sizing: border-box;
  padding: 40px 80px;
  height: 200px;
  border: 1px solid #ddd;
  overflow-X: auto;
}
.joinwrap .agreesform .allag {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.joinwrap .agreesform .allag input[type=checkbox] + label {
  padding-left: 30px;
  position: relative;
  font-size: 0.875rem;
  cursor: pointer;
}
.joinwrap .agreesform .allag input[type=checkbox] + label.on:after {
  display: block;
}
.joinwrap .agreesform .allag input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.joinwrap .agreesform .allag input[type=checkbox] + label:after {
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ea0000;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.joinwrap .agreesform .allag label {
  font-size: 0.875rem;
}
.joinwrap .formbtns {
  display: flex;
  justify-content: center;
}
.joinwrap .formbtns li {
  margin-right: 20px;
}
.joinwrap .formbtns li button {
  width: 400px;
  height: 60px;
  border: 0;
  background-color: #ea0000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.joinwrap .formbtns li a {
  width: 400px;
  height: 60px;
  border: 0;
  background-color: #fff;
  color: #232323;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-weight: 300;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.joinwrap .formbtns li:last-of-type {
  margin-right: 0;
}

@media (max-width: 768px) {
  .joinwrap .agreesform {
    align-items: flex-start;
  }
  .joinwrap .agreesform .agree-tit {
    padding-bottom: 10px;
    border-bottom: 2px solid #ea0000;
    margin-bottom: 20px;
  }
  .joinwrap .agreesform .agree-tit h3 {
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .joinwrap .agreesform .agree-tit span {
    color: #777;
    line-height: 18px;
  }
  .joinwrap .agreesform .ag1 {
    margin-bottom: 30px;
  }
  .joinwrap .agreesform .ag1 .agp {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .joinwrap .agreesform .ag1 .agp input[type=checkbox] + label {
    padding-left: 30px;
    position: relative;
    font-size: 1.125rem;
    cursor: pointer;
  }
  .joinwrap .agreesform .ag1 .agp input[type=checkbox] + label.on:after {
    display: block;
  }
  .joinwrap .agreesform .ag1 .agp input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .joinwrap .agreesform .ag1 .agp input[type=checkbox] + label:after {
    content: "";
    display: none;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #ea0000;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
  .joinwrap .agreesform .ag1 .agcont {
    font-size: 0.875rem;
    line-height: 26px;
    box-sizing: border-box;
    padding: 20px 20px;
    height: 200px;
    border: 1px solid #ddd;
    overflow-X: auto;
  }
  .joinwrap .agreesform .allag {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .joinwrap .agreesform .allag input[type=checkbox] + label {
    padding-left: 30px;
    position: relative;
    font-size: 0.875rem;
    cursor: pointer;
  }
  .joinwrap .agreesform .allag input[type=checkbox] + label.on:after {
    display: block;
  }
  .joinwrap .agreesform .allag input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .joinwrap .agreesform .allag input[type=checkbox] + label:after {
    content: "";
    display: none;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #ea0000;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
  .joinwrap .agreesform .allag label {
    font-size: 0.875rem;
  }
  .joinwrap .formbtns {
    display: flex;
    justify-content: center;
  }
  .joinwrap .formbtns li {
    margin-right: 20px;
  }
  .joinwrap .formbtns li button {
    width: 120px;
    height: 45px;
    border: 0;
    background-color: #ea0000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  .joinwrap .formbtns li a {
    width: 120px;
    height: 45px;
    border: 0;
    background-color: #fff;
    color: #232323;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-weight: 300;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  .joinwrap .formbtns li:last-of-type {
    margin-right: 0;
  }
}
.tabbtn {
  display: flex;
  margin-bottom: 60px;
}
.tabbtn li {
  width: 50%;
}
.tabbtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ea0000;
  color: #777;
}
.tabbtn li a.on {
  background-color: #fff;
  border: 1px solid #ea0000;
  border-bottom: 0;
  color: #ea0000;
}

.inputs {
  max-width: 588px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.inputs tr th {
  width: 140px;
  vertical-align: middle;
}
.inputs tr td {
  padding: 8px;
  box-sizing: border-box;
  width: calc(10% - 140px);
}
.inputs tr td > input {
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding-left: 15px;
}
.inputs tr td .selects {
  display: flex;
  justify-content: space-between;
}
.inputs tr td .selects select {
  width: calc(33.333% - 13.333px);
  height: 45px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding-left: 15px;
}
.inputs tr td .inbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inputs tr td .inbtn input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  width: calc(100% - 164px);
  height: 45px;
  padding-left: 15px;
}
.inputs tr td .inbtn button {
  height: 45px;
  border: 0;
  background-color: #c6a7e2;
  color: #fff;
  font-weight: 500;
  width: 144px;
}

@media (max-width: 768px) {
  .inputs {
    max-width: 588px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .inputs tr th {
    width: 100px;
    vertical-align: middle;
  }
  .inputs tr td {
    padding: 6px;
    box-sizing: border-box;
    width: calc(10% - 100px);
  }
  .inputs tr td > input {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .inputs tr td .selects {
    display: flex;
    justify-content: space-between;
  }
  .inputs tr td .selects select {
    width: calc(33.333% - 13.333px);
    height: 45px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .inputs tr td .inbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .inputs tr td .inbtn input {
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    margin-bottom: 8px;
  }
  .inputs tr td .inbtn button {
    height: 45px;
    border: 0;
    background-color: #c6a7e2;
    color: #fff;
    font-weight: 500;
    width: 144px;
  }
}
.checkarea {
  background-color: #f8f8f8;
  padding: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.checkarea li {
  margin-bottom: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.checkarea li:last-of-type {
  margin-bottom: 0;
}
.checkarea li input {
  display: block;
  margin-right: 15px;
}

@media (max-width: 768px) {
    #flogin{margin:10px 0 !important;}
    .admin-wrap{padding: 0 0 10px 0!important;}
    .admin-wrap .formSection .floatBox{padding: 10px 0 !important;}
    .admin-wrap .form-wrap{margin-bottom:0 !important;}
    .admin-wrap .formSection .floatBox .login-wrap .id-pw-box .left .check-auto-login{margin-bottom:-10px !important;}
  .checkarea {
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .checkarea li {
    margin-bottom: 12px;
    line-height: 18px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
  }
  .checkarea li:last-of-type {
    margin-bottom: 0;
  }
  .checkarea li input {
    display: block;
    margin-right: 15px;
  }
}
.comp {
  text-align: center;
  padding: 100px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}
.comp p {
  font-size: 1.5rem;
  line-height: 38px;
  margin-bottom: 60px;
}
.comp p b {
  font-weight: bold;
}
.comp span {
  font-size: 0.875rem;
}/*# sourceMappingURL=login.css.map */

@media(max-width:1024px){
    .joinwrap{padding-top:20px;}
    .joinwrap .joinnav{margin-bottom: 20px;}
    .tabbtn{margin-bottom: 10px;}
    .joinwrap .agreesform .agree-tit{align-items: center;}
    .joinwrap .agreesform .agree-tit h3{margin: 0;}
    .joinwrap .agreesform .inputs .fileUploadTR td .fileName{width: 100%;}
    .joinwrap .agreesform .inputs .fileUploadTR td .btn_file{height: 40px;}
    .checkarea li:last-child{display: none;}
}
