.clear::after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both
}

.pseudo-init {
  content: "";
  display: block
}

.section-860 {
  margin: 0px auto 100px;
  height: 420px;
}

.section-860 .inner {
  padding-bottom: 56px
}

.section-860 .form-table .td .addr-box {
  margin-bottom: 6px
}

.section-860 .form-table .td .addr-box:last-child {
  margin-bottom: 11px
}

.section-860 .form-table .td .addr-box.addr1 input {
  width: 140px
}

.section-860 .form-table .td .addr-box.addr2 input {
  width: 314px
}

.section-860 .form-table .td .addr-box.addr3 input {
  width: 170px
}

.section-860 .step1-group {
  margin-bottom: 32px
}

.section-860 .step2-group {
  margin-bottom: 28px
}

.section-860 .step2-group .th {
  padding-left: 11px
}

.section-860 .step2-group .td {
  padding-top: 12px
}

.section-860 .step2-group .td > span {
  margin-right: 10px
}

.section-860 .step2-group .td > span:first-child {
  padding-left: 30px
}

.section-860 .step2-group .td > span label {
  font-size: 15px
}

.section-860 .sns-login-btn {
  width: 330px;
  margin-bottom: 30px
}

.section-860 .sns-login-btn dt {
  margin-bottom: 10px
}

.section-860 .btn-area {
  text-align: center
}

.error-next-box {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 12px;
  text-align: left;
  color: #FF0000;
}

.error-inquiry-box {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 15px;
  text-align: left;
  color: #FF0000;
}

.section-header-box {
  margin: 70px auto 20px;
  width: 680px;
  position: relative;
}

.section-header-text {
  margin-bottom: 10px;
  position: relative;
  font-size: 25px;
  font-weight: 400;
  color: #ff5c17;
}

.section-860 {
  width: 680px;
}

.inner p {
  margin-bottom: 10px;
  position: relative;
  padding-left: 9px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #ff5c17;
}

.inner p::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 3px;
  height: 13px;
  background-color: #ff5c17;
}

.util-menu span {
  font-size: 13px;
  color: #707070;
  margin-bottom: 5px;
}

.inner img {
  width: 15px;
  height: 15px;
  margin: 10px 5px -2px 0px;
}

.default-section {
  margin-left: 70px;
}

.success-section {
  display: none;
}

.form-table-help {
  margin: 40px auto 30px;
  position: relative;
}

.form-table-help .row {
  min-height: 44px;
  display: -webkit-flex;
}

.row-code-msg {
  min-height: 20px;
  display: -webkit-flex;
}

.form-table-help .row-msg {
  min-height: 10px;
  display: -webkit-flex;
}

.form-table-help .th {
  color: #707070;
  width: 80px;
}

.form-table-help .td input[type=text] {
  width: 220px;
  height: 24px;
  padding: 0 0 0 10px;
  border: 1px solid #dcdddd;
}

.form-table-help .td input[type=password] {
  width: 220px;
  height: 24px;
  padding: 0 0 0 10px;
  border: 1px solid #dcdddd;
}

.col {
  display: flex;
  margin: 0 auto;
}

.col2 {
  display: flex;
  margin-left: 110px;
}

.col3 {
  display: block;
  margin: 0 auto;
}

.success-text {
  font-size: 20px;
  color: turquoise;
}

.btn.btn-primary {
  width: 320px;
  margin-top: 15px;
}

.error-next-box-2 {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 15px;
  text-align: left;
  color: #FF0000;
}

.btn-sm {
  display: inline-block;
  height: 20px;
  line-height: 18px;
  margin: 2px 0 0 5px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  background: #9872ff;
  color: #fff;
}

.error-next-box-code {
  margin-top: 10px;
  font-size: 12px;
  color: #FF0000;
  text-align: center;
}

@media all and (max-width: 640px) {
  .util-menu span{
    line-height: 20px;
  }
  .section-header-box {
    width: 90%;
    margin: 30px auto 20px;
  }

  .section-860 {
    width: 90%;
    margin: 0 auto 50px;
  }

  .default-section {
    margin-left: 0px;
  }

  #default-section2 {
    width: 100%;
    margin: 0 auto;
  }

  .form-table-help .row {
    justify-content: center;
  }

  .form-table-help .col2 {
    margin: 0 auto;
  }

  .form-table-help .td input[type=text] {
    width: 100%;
  }

  .btn-sm {
    display: block;
    width: fit-content;
    margin: 5px 0 0 0;
  }
}

@media all and (max-width: 480px) {
}

@media all and (max-width: 700px) {
  .section-860 .inner {
    padding: 20px 20px 0;
  }

  #default-section2 .form-table-help .th {
    width: 90px;
  }

  .btn.btn-primary {
    width: 300px;
  }

}

