    .company_wrap {
  border-top: 1px solid #d5d5d5;
}
.main_wrap {
  padding-top: 4.2rem;
  padding-bottom: 10.7rem;
  position: relative;
  overflow: visible;
}
.main_wrap .progress_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.main_wrap .progress_wrap p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -.048rem;
  color: #007bff;
}
.main_wrap .progress_wrap span {
  font-size: 1.6rem;
  color: #878787;
}
.main_wrap .progress_wrap span b {
  font-weight: 500;
  color: #3a3a3a;
}

.main_wrap > h2 {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -.078rem;
  color: #1c1c1c;
  margin-top: 1.6rem;
  line-height: 3rem;
  margin-bottom: 3.2rem;
}
.main_wrap > h2 b {
  font-weight: 700;
}
.main_wrap .confirm_button_wrap{
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 2rem 1.6rem;
  margin: 0 auto;
  transform: translateX(-50%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 75%, transparent);
}
    
.main_wrap .confirm_btn {
  width: 100%;
  height: 5.3rem;
  border-radius: 1rem;
  background: #007bff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -.054rem;
  color: #fff;
  text-align: center;
}
.main_wrap .form_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.main_wrap .form_wrap ul li {
  display: flex;
  flex-direction: column;
  position: relative;
}
.main_wrap .form_wrap ul li label {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -.042rem;
  color: #3a3a3a;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.main_wrap .form_wrap ul li .email-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.form-group .email-wrap .at {
    font-size: 1.4rem;
    font-weight: 500;
    color: #1c1c1c;
    flex-shrink: 0;
}
#page2 #userEmailId,
#page2 .custom-select,
#page8 .email-group #texEmailId,
#page8 .email-group .custom-select{
  box-sizing: border-box;
  flex: 1;
}
#userEmailDomainSelect {
  height: 100%;
}

.main_wrap .form_wrap ul li input {
  width: 100%;
  height: 4.8rem;
  padding: 1.6rem 1.8rem;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: .5rem;
  font-family: inherit;
  font-size: 1.4rem;
  color: #3a3a3a;
  letter-spacing: -.042rem;
}
.main_wrap .form_wrap ul li input.email_domain {
  background: #fff url("./img/icon-arrow-bottom.png") no-repeat calc(100% - 1.8rem) 50%;
}
.main_wrap .form_wrap ul li .email_wrap {
  display: flex;
  align-items: center;
}
.main_wrap .form_wrap ul li .email_wrap i {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1c1c1c;
  margin: 0 1.2rem;
}
.main_wrap .form_wrap ul li .radio_wrap {
  display: flex;
  align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: .5rem;
}
.main_wrap .form_wrap ul li .radio_wrap input[type="radio"] {
  display: none;
}
.main_wrap .form_wrap ul li .radio_wrap input[type="radio"]:checked + label {
  color: #3a3a3a;
  border: 1px solid #000;
}
.main_wrap .form_wrap ul li .radio_wrap label {
  width: 100%;
  height: 4.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #878787;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.main_wrap .form_wrap ul li .radio_wrap label:not(:last-of-type) {
  border-right: 1px solid #d5d5d5;
}
.main_wrap .form_wrap ul li .radio_wrap label:first-of-type {
  border-radius: .5rem 0 0 .5rem;
}
.main_wrap .form_wrap ul li .radio_wrap label:last-of-type {
  border-radius: 0 .5rem .5rem 0;
}
.main_wrap .form_wrap ul li .notice {
  font-size: 1.2rem;
  letter-spacing: -.048rem;
  color: #878787;
  margin-left: 1.8rem;
  margin-top: 0.8rem;
}
.main_wrap .form_wrap ul li .password_switch {
  position: absolute;
  right: 1.8rem;
  top: 3.7rem;
}
.main_wrap .form_wrap ul li .password_switch img {
  width: 2.1rem;
  height: 1.5rem;
}
.main_wrap .form_wrap ul li .address_wrap {
  display: flex;
  gap: .8rem;
  margin-bottom: 0.8rem;
}
.main_wrap .form_wrap ul li .address_wrap .find_btn {
  min-width: 10rem;
  height: 4.8rem;
  border-radius: .5rem;
  background: #878787;
  font-size: 1.4rem;
  letter-spacing: -.042rem;
  color: #fff;
}

.btm_modal_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}




#page3 .button_wrap {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
#page3 .button_wrap button {
  display: block;
  width: 100%;
  height: 5.1rem;
  padding: 0 1.8rem;
  font-size: 1.6rem;
  letter-spacing: -.048rem;
  color: #878787;
  border: 1px solid #d5d5d5;
  border-radius: .5rem;
  background: #fff;
  text-align: left;
}
#page5 .button_wrap button,
#page7 .button_wrap button {
  display: flex;
  align-items: center;
  gap: .8rem;
  width: 100%;
  height: 5.1rem;
  padding: 0 1.8rem;
  font-size: 1.4rem;
  letter-spacing: -.048rem;
  color: #3a3a3a;
  border: 1px solid #d5d5d5;
  border-radius: .5rem;
  background: #fff;
  text-align: left;

}

#page7 .notice_wrap {
  background: #fafafa;
  padding: 1.6rem 1.8rem;
  display: flex;
  gap: .6rem;
  border-radius: 1rem;
  margin-top: .8rem;
}
#page5 .notice_wrap i,
#page7 .notice_wrap i {
  display: block;
  width: .4rem;
  height: .4rem;
  border-radius: 100%;
  background: #d5d5d5;
  margin-top: .4rem;
}
#page5 .notice_wrap p,
#page7 .notice_wrap p {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -.048rem;
  color: #3a3a3a;
}
#page5 .notice_wrap p b,
#page7 .notice_wrap p b {
  color: #df222c;
}
#page5 .file_wrap button,
#page7 .file_wrap button {
  display: block;
  margin-left: auto;
}
#page5 .file_wrap ul,
#page7 .file_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 2.8rem;
  margin-bottom: 8.7rem;
}
#page5 .file_wrap ul li input[type="file"],
#page7 .file_wrap ul li input[type="file"] {
  display: none;
}
#page5 .file_wrap ul li label,
#page7 .file_wrap ul li label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -.048rem;
  color: #3a3a3a;
  margin-left: 1.8rem;
}

/* page4 */
#page6 p.employer_name:empty,
#page4 p.company_name:empty{
  margin-top: 0;
}
#page6 #employerAddressMain,
#page4 #companyAddressMain{
  background-color: #fafafa;
}
#page6 #employerAddressMain:placeholder-shown,
#page4 #companyAddressMain:placeholder-shown{
  background-color: #fff;
}


/* page5 */
#page7 .button_wrap button img,
#page5 .button_wrap button img {
  width: 15px;
  aspect-ratio: 1/1;
}
#page7.file-selected .btn_photo,
#page5.file-selected .btn_photo {
    display: none !important;
}
#page7.file-selected .file_wrap,
#page5.file-selected .file_wrap {
    display: block !important;
}
#page7 .file_wrap .file_box,
#page5 .file_wrap .file_box{
  padding: 1.6rem 1.8rem;
  display: flex;
  align-items: stretch;
  background-color: #fafafa;
  border: solid 1px #d5d5d5;
  border-radius: 0.5rem;
}
#page7 .file_wrap .file_box p,
#page5 .file_wrap .file_box p{
  font-size: 1.4rem; 
  letter-spacing: -0.042rem;
  color: #1c1c1c;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 1rem;
}
#page7 .file_wrap .file_box button.delete_file,
#page5 .file_wrap .file_box button.delete_file{
  width: 1.2rem;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
#page7 .file_wrap .file_box button.delete_file img,
#page5 .file_wrap .file_box button.delete_file img{
  width: 100%;
}
#page7 #photo_file
#page5 #photo_file {
  height: auto;

}

.modal_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.modal_container .modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  max-width: calc(360px - 3rem);
  padding: 2.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
}
.modal_container .modal_box img {
  width: 4.8rem;
}
.modal_container .modal_box p {
  font-size: 1.6rem;
  letter-spacing: -.048rem;
  color: #3a3a3a;
  margin-top: 1.6rem;
  text-align: center;
  line-height: 1.25;
}
.modal_container .modal_box .confirm_btn {
  margin-top: 2.4rem;
}

#page8 .form_wrap .category_box {
  margin-bottom: 2rem;
}
#page8 .form_wrap .category_box > label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -.042rem;
  color: #3a3a3a;
  margin-bottom: .8rem;
}
#page8 .form_wrap .category_box .category_wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#page8 .form_wrap .category_box .category_wrap input[type="radio"] {
  display: none;
}
#page8 .form_wrap .category_box .category_wrap input[type="radio"]:checked + label {
  border: 1px solid #000;
  color: #3a3a3a;
}
#page8 .form_wrap .category_box .category_wrap label {
  width: 100%;
  height: 4.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #878787;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d5d5;
}
#page8 .form_wrap .category_box .category_wrap label:first-of-type {
  border-radius: .5rem 0 0 .5rem
}
#page8 .form_wrap .category_box .category_wrap label:last-of-type {
  border-radius: 0 .5rem .5rem 0;
}
#page8 .form_wrap .category_box .category_wrap label:not(:last-of-type) {
  border-right: 0;
}
#page8 .form_wrap .category_box .category_wrap .category_input_wrap {
  display: none;
}
#page8 .address_group .address_box {
  display: flex;
  align-items: stretch;
  gap: 0.8rem;
}
#page8 .address_group .address_box button {
    display: block;
    min-width: 10rem;
    width: 10rem;
    padding: 1.6rem 0;
    border-radius: 0.5rem;
    background-color: #878787;
    font-size: 1.4rem;
    letter-spacing: -0.042rem;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}
#page8 .address_group .address_detail {
  margin-top: 0.8rem;
}

.email_select_wrap .modal_box {
  padding-bottom: 8.7rem;
}
.email_select_wrap .title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.8rem;
}
.email_select_wrap .title_wrap h4 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.06rem;
  color: #1c1c1c;
}
.email_select_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  padding: 0 1.8rem;
}
.email_select_wrap ul li input[type="radio"] {
  display: none;
}
.email_select_wrap ul li label {
  display: block;
  font-size: 1.4rem;
  letter-spacing: -.042rem;
  color: #3a3a3a;
}
.email_select_wrap ul li input[type="radio"]:checked + label {
  color: #007bff;
  font-weight: 600;
}
#page5 .notice_wrap {
  margin-top: 0.8rem;
} 
#page5_file_logo{
  height: auto;
}
.page5_file_box {
  width: 100%;
  height: 4.8rem;
  padding: 1.6rem 1.8rem;
  border-radius: 0.5rem;
  border: solid 1px #d5d5d5;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#page5 .info_box {
  padding: 1.6rem;
  border-radius: 1rem;
  background-color: #fafafa;
  display: flex;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

#page7 .info_box {
  background: #fafafa;
  padding: 1.6rem 1.8rem;
  display: flex;
  gap: 0.6rem;
  border-radius: 1rem;
  margin-top: 0.8rem;
}
#page5 .info_box i {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background: #d5d5d5;
  margin-top: .4rem;
}
#page5 .info_box p{
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.048rem;
  color: #3a3a3a;
}
#page5 .info_box p b {
  color: #df222c;
}
.logo_file_wrap {
  margin-top: 0.8rem;
}
.button_wrap_2 {
  margin-top: 0.8rem;
}