.text-center {
  text-align: center;
}
.border-none {
  border: none !important;
}

#wrap.code_confirm {
  width: 100%;
  min-width: 360px !important;
}

#confirm {
  /* position: absolute; */
  width: 100%;
  min-height: 100vh;
  padding: 60px 0;
  background: #222;
  font-family: "Pretendard";
  word-break: break-all;
}

/* -- step top -- */
#confirm #step_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
#confirm #step_top .step_list ul {
  display: flex;
  gap: 8px;
}
#confirm #step_top .step_list li {
  list-style: none;
}
#confirm #step_top .step_list li:nth-child(1) a {
  height: 24px;
  margin-top: 3px;
  padding: 0 6px;
  border: 2px solid #ccc;
  border-radius: 16px;
  line-height: 18px;
}
#confirm #step_top .step_list li a {
  color: #ccc;
  font-size: 24px;
}
#confirm #step_top .step_list li:nth-child(1) a {
  font-size: 10px;
  font-weight: bold;
}
#confirm #step_top .step_list li a.on {
  color: #082A66;
  font-size: 24px;
}
#confirm #step_top .step_list li:nth-child(1) a.on {
  height: 24px;
  margin-top: 3px;
  padding: 0 6px;
  border: 2px solid #082A66;
  border-radius: 16px;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
}

#confirm .container {
  width: 640px;
  max-width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* -- step -- */
#confirm .step,
#confirm .step0,
#confirm .step5 {
  padding: 72px 0;
  border: 1px solid #aaa;
  border-radius: 12px;
}
#confirm .step .content_wrap,
#confirm .step0 .content_wrap,
#confirm .step5 .content_wrap {
  max-width: 320px;
  margin: 0 auto;
}
#confirm .step h2,
#confirm .step0 h2 {
  color: #eee;
  font-size: 20px;
}
#confirm .step h2 {
  line-height: 28px;
}
#confirm .step .sub_text {
  margin: 24px 0 36px 0;
  color: #ddd;
  font-size: 16px;
  letter-spacing: -0.6px;
}
#confirm .step p span {
  color: #082A66;
  font-weight: bold;
}
#confirm .step::after {
  display: block;
  clear: both;
  content: "";
}
#confirm .step .url_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#confirm .step .url_box {
  padding: 0 12px;
  border-radius: 4px;
  background-color: #ddd;
  line-height: 50px;
}
#confirm .step .url_box p {
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444;
  font-size: 14px;
}
#confirm .step button {
  padding: 0 12px;
  border-radius: 4px;
  background-color: #082A66;
  color: #eee;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
}

/* -- step0 -- */
#confirm .step0 form {
  margin: 0 auto;
}
#confirm .step0 #user_name {
  width: 100%;
  margin-top: 36px;
  padding-left: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #222;
  color: #ddd;
  line-height: 50px;
}
#confirm .step0 .num_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#confirm .step0 #num_list {
  height: 50px;
  margin-top: 8px;
  padding: 0 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #222;
  color: #ddd;
  font-size: 14px;
}
#confirm .step0 form select {
  appearance: auto;
}
#confirm .step0 .user_num_box {
  margin: 8px 0 0 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #222;
  font-size: 14px;
}
#confirm .step0 .user_num_box #user_num1 {
  width: 45%;
  padding-left: 24px;
  background-color: #222;
  color: #ddd;
  line-height: 50px;
}
#confirm .step0 .user_num_box #user_num2 {
  width: 45%;
  padding-left: 24px;
  color: #ddd;
  background-color: #222;
  line-height: 50px;
}
#confirm .step0 .user_num_box span {
  font-weight: bold;
  line-height: 50px;
}
#confirm .step0 #code_send_btn {
  width: 100%;
  margin-top: 8px;
  border-radius: 4px;
  background-color: #999;
  color: #ddd;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
}
#confirm .step0 #code_send_btn:hover {
  background-color: #082A66;
}
#confirm .step0 #code_num {
  width: 73.5%;
  margin-top: 24px;
  padding-left: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #222;
  color: #ddd;
  line-height: 50px;
}
#confirm .step0 #code_certify_btn {
  margin: 24px 0 0 6px;
  padding: 0 12px;
  border-radius: 4px;
  background-color: #082A66;
  color: #ddd;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
}

/* -- step1 -- */
#confirm .step1,
#confirm .step2,
#confirm .step3,
#confirm .step4 {
  padding: 72px 0;
  border: 1px solid #aaa;
  border-radius: 12px;
}
#confirm .step1 .content_wrap,
#confirm .step2 .content_wrap,
#confirm .step3 .content_wrap,
#confirm .step4 .content_wrap,
#confirm .step6 .content_wrap {
  max-width: 420px;
  margin: 0 auto;
}
#confirm .step1 h2,
#confirm .step2 h2,
#confirm .step3 h2,
#confirm .step4 h2,
#confirm .step5 h2,
#confirm .step6 h2 {
  color: #eee;
  font-size: 20px;
}
#confirm .step1 h2 span,
#confirm .step2 h2 span,
#confirm .step3 h2 span,
#confirm .step4 h2 span,
#confirm .step5 h2 span,
#confirm .step6 h2 span {
  color: #082A66;
  font-weight: bold;
}
#confirm .step1 form {
  margin-top: 36px;
}
#confirm .step1 form ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  color: #ccc;
}
#confirm .step1 form ul li p {
  font-size: 15px;
}
#confirm .step1 .radio_box label {
  margin-left: 12px;
  cursor: pointer;
}
#confirm .step1 .radio_box input {
  cursor: pointer;
}
#confirm .step1 form button {
  width: 100%;
  margin-top: 24px;
  border-radius: 4px;
  background-color: #999;
  color: #ddd;
  font-weight: bold;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
}
#confirm .step1 form button:hover {
  background-color: #082A66;
}
/* -- step2 -- */
#confirm .step2 ul,
#confirm .step3 ul {
  margin-top: 36px;
}
#confirm .step2 ul li,
#confirm .step3 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #999;
}
#confirm .step2 ul li .article,
#confirm .step3 ul li .article {
  font-size: 15px;
  color: #bbb;
}
#confirm .step2 ul li .info,
#confirm .step3 ul li .info {
  font-size: 16px;
  color: #ddd;
}
#confirm .step2 .radio_wrap,
#confirm .step3 .radio_wrap1,
#confirm .step3 .radio_wrap2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ddd;
}
#confirm .step2 .radio_box label,
#confirm .step3 .radio_box1 label,
#confirm .step3 .radio_box2 label {
  margin-left: 12px;
  cursor: pointer;
}
#confirm .step2 .radio_box input,
#confirm .step3 .radio_box1 input,
#confirm .step3 .radio_box2 input {
  cursor: pointer;
}
#confirm .step2 .btn_wrap,
#confirm .step3 .btn_wrap,
#confirm .step5 .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
}
#confirm .step2 .prev_btn,
#confirm .step3 .prev_btn,
#confirm .step4 .prev_btn,
#confirm .step5 .prev_btn {
  width: 49%;
  border-radius: 4px;
  background-color: #ddd;
  color: #082A66;
  font-weight: bold;
  line-height: 50px;
}
#confirm .step2 .next_btn,
#confirm .step3 .next_btn,
#confirm .step5 .next_btn {
  width: 49%;
  border-radius: 4px;
  background-color: #999;
  color: #ddd;
  font-weight: bold;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
}
#confirm .step2 .next_btn:hover,
#confirm .step3 .next_btn:hover,
#confirm .step5 .next_btn:hover {
  background-color: #082A66;
}

/* -- step3 -- */
#confirm .step3 ul li .article span {
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
#confirm .step3 .radio_wrap1 {
  margin: 16px 0 48px 0;
}
#confirm .step3 .check_wrap1 {
  padding-top: 16px;
  border-top: 1px solid #444;
}
#confirm .step3 .check_wrap2 {
  margin: 12px 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #444;
}
#confirm .step3 .check_wrap1,
#confirm .step3 .check_wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ddd;
}
#confirm .step3 .check_box1 label,
#confirm .step3 .check_box1 input,
#confirm .step3 .check_box2 label,
#confirm .step3 .check_box2 input {
  margin-top: -2px;
  cursor: pointer;
}
#confirm .step3 .check_box1 label:nth-child(1),
#confirm .step3 .check_box1 label:nth-child(2) {
  margin-right: 7.5px;
}
#confirm .step3 .check_box2 label:nth-child(1) {
  margin-right: 16px;
}
#confirm .step3 form p {
  font-size: 15px;
}
#confirm .step3 form span {
  font-size: 13px;
}

/* -- step4 -- */
#confirm .step4 .info_wrap {
  margin-top: 36px;
}
#confirm .step4 .info_wrap li {
  margin-top: 24px;
  padding: 12px;
  background-color: #333;
  border-radius: 8px;
}
#confirm .step4 .info_wrap li h3 {
  color: #ddd;
  font-size: 18px;
  padding: 12px;
}
#confirm .step4 .info_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  border: none;
  border-bottom: 1px dotted #666;
  border-radius: 0;
}
#confirm .step4 .info_list li p {
  color: #ccc;
  font-size: 14px;
}
#confirm .step4 .info_list li p span {
  color: #aaa;
  font-size: 12px;
  line-height: 16px;
}
#confirm .step4 .info_list .info {
  color: #ddd;
  font-size: 15px;
}
#confirm .step4 .bottom_txt {
  margin: 24px 0 4px 0;
  color: #ccc;
  font-size: 24px;
}
#confirm .step4 .bottom_sub_txt {
  color: #aaa;
  font-size: 12px;
}
#confirm .step4 .btn_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px dotted #ccc;
}
#confirm .step4 .img_btn,
#confirm .step4 .next_btn {
  width: 49%;
  border-radius: 4px;
  background-color: #082A66;
  color: #ddd;
  font-weight: bold;
  line-height: 48px;
}
#confirm .step4 .kakao_btn {
  width: 49%;
  border-radius: 4px;
  background-color: #ffeb3c;
  color: #3e2723;
  font-weight: bold;
  line-height: 48px;
}
#confirm .step4 .btn_icon img {
  width: 24px;
  margin: -2px 8px 0 0;
}
#confirm .step4 .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

/* -- step5 -- */
#confirm .step5 h3 {
  margin-top: 48px;
  color: #ddd;
  font-size: 16px;
  font-weight: 500;
}
#confirm .step5 form .survey_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 24px;
}
#confirm .step5 form input[type="checkbox"] {
  display: none;
  appearance: none;
}
#confirm .step5 form input[type="checkbox"] + label {
  cursor: pointer;
}
#confirm .step5 form input[type="checkbox"] + label::before {
  content: "★";
  font-size: 30px;
  font-weight: bold;
  color: #999;
}
#confirm .step5 form input[type="checkbox"]:checked + label::before {
  color: #082A66;
}

#confirm .step5 form textarea {
  max-width: 100%;
  padding: 16px;
  margin-top: 24px;
  border-radius: 4px;
  background-color: #333;
  color: #ddd;
  font-family: "Pretendard";
  resize: none;
}
#confirm .step5 .submit_btn {
  width: 100%;
  border-radius: 4px;
  background-color: #999;
  color: #ddd;
  font-weight: bold;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
}
#confirm .step5 .submit_btn:hover {
  background-color: #082A66;
}

/* -- step6 -- */
#confirm .step6 {
  padding: 60px 0;
  border: 1px solid #aaa;
  border-radius: 12px;
}
#confirm .step6 .end_txt {
  margin-top: 36px;
  color: #ddd;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -2px;
}
#confirm .step6 .company_name {
  margin-top: 60px;
  color: #aaa;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}

/* -- step foot -- */
#confirm #step_foot {
  background-color: #222;
}
#confirm #step_foot .container {
  /* position: absolute;
  bottom: 20px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0); */
  padding-top: 60px;
  text-align: center;
}
#confirm #step_foot .container p {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
}
#confirm #step_foot .container p span {
  line-height: 36px;
  color: #999;
  font-size: 12px;
}

/* @@@ 미디어 쿼리 @@@ */
@media (min-width: 680px) {
  #confirm {
    padding: 40px 0;
  }
  #confirm .container {
    max-width: 640px;
  }
  #confirm .step,
  #confirm .step0 {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  #confirm .step2 ul,
  #confirm .step3 ul {
    margin: 24px 16px 24px 16px;
  }
  #confirm .step3 .check_wrap1 {
    margin: 0 16px;
  }
  #confirm .step3 .check_wrap2 {
    margin: 12px 16px 24px 16px;
  }
}

@media (max-width: 420px) {
  #confirm #step_top .container {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}
