html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: -1;
}
form {
  background-color: #f6f7f8;
  margin: 0;
}
*:focus {
  outline: none;
}
.txt_red {
  color: #ff0000;
}
.txt_blue {
  color: #70a9f0 !important;
}
.boxflex {
  display: flex;
}
.txt_pointer {
  cursor: pointer;
}
.just_space {
  justify-content: space-between;
}
.align_center {
  align-items: center;
}
.wrapper {
  background-color: #f6f7f8;
  width: 100%;
  /* height: 85%; */
  /* position: fixed; */
  padding-top: 200px;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  /* height: 650px; */
  padding: 60px 40px 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 10px 10px 20px rgba(201, 201, 201, 0.9);
}
.info_wrapper_top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.info_wrapper_one {
  width: 100%;
}
.info_wrapper_middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 125px;
  margin-top: 70px;
  width: 100%;
}
.title {
  font-size: 28px;
  margin-top: 20px;
}
.sub_title {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  color: #808080;
  line-height: 26px;
  background-color: #f5f7fd;
}
.middle_title {
  font-size: 18px;
  color: #000000;
  padding: 35px 0 5px 0;
}
.status_wrapper {
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10px;
}
.status_bar {
  margin-top: 40px;
  height: 5px;
  width: 45px;
}
.status_bar:nth-child(1) {
  background-color: #3175b8;
}
.status_bar:nth-child(2) {
  background-color: #cecece;
}
.sano_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sano_wrapper input {
  height: 40px;
}
.sano_wrapper input[name='sa_no2'] {
  width: 25%;
}
input {
  height: 30px;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 15px;
  box-sizing: border-box;
}
.company_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
input[name='id'] {
  width: 35%;
}
input[name='password1'],
input[name='password2'] {
  width: 35%;
}
.default_btn {
  border-radius: 4px;
  justify-content: center;
  height: 30px;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 16px;
  color: #3175b8;
  cursor: pointer;
  border: 1px solid #5d9de8;
  background: #e9f0fe;
  background: linear-gradient(162deg, #e9f0fe, #dee8ff 50%);
}
.disable_btn {
  border-radius: 4px;
  justify-content: center;
  height: 30px;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 16px;
  color: #8a8a8a;
  background: #f0f0f0; /* Light gray background */
  background: linear-gradient(162deg, #f0f0f0, #d3d3d3 50%);
  cursor: not-allowed; /* Change cursor to indicate disabled state */
  border: 1px solid #d3d3d3;
}
input[name='sa_no1'] {
  width: 25%;
}
input[name='sa_no2'] {
  width: 20%;
}
input[name='sa_no3'] {
  width: 35%;
}
input[name='company'],
input[name='ceoname'],
input[name='damdang'] {
  width: 35%;
}
input[name='etcaddress'] {
  width: 100%;
}
.next_btn {
  background-color: #3175b8;
  border-radius: 4px;
  color: #ffffff;
  width: 100%;
  height: 50px;
  border: 1px solid #3175b8;
  cursor: pointer;
  font-size: 16px;
  margin: 60px 0 30px;
}
.upjong_tableclass {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 15px;
}
.upjong_tableclass tr th {
  background-color: #f9fafa;
  height: 35px;
  font-weight: normal;
  border: 1px solid #dae1e6;
}
.upjong_tableclass tr td {
  border: 1px solid #dae1e6;
  height: 40px;
}
.upjong_tableclass tr th:nth-child(1) {
  width: 40px;
}
.upjong_tableclass tr th:nth-child(2) {
  width: 60px;
}
.upjong_tableclass tr th:nth-child(3) {
  width: 150px;
}
.upjong_tableclass tr th:nth-child(4) {
  width: 90px;
}
.item_tableclass {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 15px;
}
.item_tableclass tr th {
  background-color: #f9fafa;
  height: 35px;
  font-weight: normal;
  border: 1px solid #dae1e6;
}
.item_tableclass tr th:nth-child(1) {
  width: 50px;
}
.item_tableclass tr th:nth-child(2) {
  width: 150px;
}
.item_tableclass tr th:nth-child(4) {
  width: 230px;
}
.item_tableclass tr th:nth-child(5) {
  width: 100px;
}
.item_tableclass tr td {
  border: 1px solid #dae1e6;
  height: 40px;
}
.reason_table {
  table-layout: fixed;
  width: 100%;
  margin: 30px 0;
}
.reason_table th {
  font-weight: normal;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.reason_table td {
  border-top: 1px solid #dae1e6;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
}
/* join2.asp */
.wrapper2 {
  background-color: #f6f7f8;
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 120px 0;
}
.info_wrapper2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 940px;
  /* height: 1600px; */
  padding: 60px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 10px 10px 20px rgba(201, 201, 201, 0.9);
}
.info_wrapper_top2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-bottom: 120px;
}
.info_wrapper_middle2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
  width: 100%;
}
.title2 {
  font-size: 28px;
  margin: 20px 0 0;
}
.big_title2 {
  font-size: 20px;
  padding-top: 30px;
  border-top: 1px solid #dae1e6;
  padding-bottom: 20px;
  margin-top: 40px;
}
.middle_title2 {
  width: 100%;
  font-size: 15px;
  color: #000000;
  padding: 15px 0 5px 0;
  display: flex;
  justify-content: flex-start;
}
.left {
  width: 180px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.left span {
  margin-left: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.right {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 188px);
}
.txt_mright_10 {
  margin-right: 10px;
}
.status_wrapper2 {
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10px;
}
.status_bar2 {
  margin-top: 40px;
  height: 5px;
  width: 45px;
}
.status_bar2:nth-child(1) {
  background-color: #cecece;
}
.status_bar2:nth-child(2) {
  background-color: #3175b8;
}
.address_wrapper,
.sano_wrapper2,
.tel_wrapper2 {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
input[name='id'],
input[name='password1'],
input[name='password2'] {
  margin-right: 30px;
}
input[name='zipcode'] {
  width: 65%;
}
input[name='address'] {
  width: 60%;
}
input[name='tel1'],
input[name='hp1'],
input[name='tel2'],
input[name='hp2'],
input[name='tel3'],
input[name='hp3'] {
  width: 28%;
}

input[name='email1'] {
  width: 18%;
}
input[name='email2'] {
  width: 26%;
}
select {
  border: 1px solid #dae1e6;
  border-radius: 4px;
  height: 30px;
}
.path_wrapper {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.path_wrapper div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 40px;
}
.agree {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 40px 0 20px 0;
}
.law {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 155px;
  padding: 0px 0 15px 27px;
}
.law div {
  cursor: pointer;
}
.law i {
  color: #ababab;
  cursor: pointer;
}
.law i.checked {
  color: #3175b8; /* 泥댄겕�맂 �븘�씠肄� �깋�긽 */
}

/* radio customized */
[type='radio']:checked,
[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 12px;
  display: inline-block;
  color: #666;
  top: 0px;
  margin-right: 3px;
}
[type='radio']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid #5d9de8;
  border-radius: 100%;
  background: #fff;
  border: 1px #bebfc4 solid;
}
[type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid red;
  border-radius: 100%;
  background: #fff;
  border: 1px #bebfc4 solid;
}
[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #5d9de8;
  position: absolute;
  top: 0px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* customized checkbox */
input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #bebfc4;
  cursor: pointer;
  position: relative;
  top: 2px;
  background-color: #fff;
  z-index: 1;
  margin: 0;
  box-sizing: border-box;
}
input[type='checkbox']:checked + label span {
  background-color: #5d9de8;
  border: 1px solid #5d9de8;
  background-image: url('/image/newimg/checkboxcheck.png');
  background-size: 20px 20px;
  background-position: center center;
}
input[type='checkbox']:disabled + label span {
  background-color: #d9dff0;
  cursor: not-allowed;
}
input[name='upjongcheck1'],
input[name='hancheck'],
input[name='amtcheck'],
input[name='hancheckview'] {
  background-color: #f1f1f1;
  border: 1px solid #aaaaab;
  height: 30px;
}
.modal {
  display: none; /* 湲곕낯�쟻�쑝濡� �닲源� */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4); /* 釉붾옓 �닾紐� 諛곌꼍 */
}
.modal_content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 100%;
  max-width: 1000px;
  height: 600px;
  overflow-y: scroll;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: modalopen 0.4s;
  line-height: 30px;
  border-radius: 15px;
}
/* 紐⑤떖 �뿴由щ뒗 �븷�땲硫붿씠�뀡 */
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.welfile_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 600px;
  padding: 60px 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 10px 10px 20px rgba(201, 201, 201, 0.9);
}
.welfile_top {
  text-align: center;
}
.welfile_top p {
  font-size: 60px;
  margin-top: 100px;
}
.welfile_bottom {
  font-size: 18px;
  line-height: 35px;
}
.welfile_btn {
  background-color: #3175b8;
  border-radius: 4px;
  color: #ffffff;
  width: 100%;
  height: 50px;
  border: 1px solid #3175b8;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}
.footer_wrapper {
  margin: 0 auto;
  background-color: #31373f;
}
.footer_content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer_bottom_left {
  display: flex;
  flex-direction: column;
}
.footer_bottom_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #bdbdbd;
  font-size: 14px;
}
.footer_bottom_logo span {
  padding: 0 8px;
}
.footer_bottom_info {
  color: #bdbdbd;
  font-size: 14px;
  margin-top: 20px;
}
.footer_bottom_right span {
  padding: 0 8px;
}
.footer_bottom_right span img {
  cursor: pointer;
}
