@keyframes scaleAnimation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.7);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.Self_diagnosis_pop {
  position: fixed;
  max-width: 750px;
  width: 90%;
  height: 90%;
  overflow: hidden;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  display: none;
  border-radius: 4px;
}

.Self_diagnosis_pop * {
  box-sizing: border-box;
}

.Self_diagnosis_pop .popinbox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 40px 35px 35px 35px;
  box-sizing: border-box;
}

.Self_diagnosis_pop .popinbox::-webkit-scrollbar {
  width: 5px;
}

.Self_diagnosis_pop .popinbox::-webkit-scrollbar-thumb {
  background-color: #389311;
  border-radius: 5px;
}

.Self_diagnosis_pop .popinbox::-webkit-scrollbar-track {
  background-color: rgba(56, 147, 17, 0.25);
  border-radius: 5px;
}

.Self_diagnosis_pop .Self_diagnosis_pop_close {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  right: 10px;
  top: 10px;
  transform: translate(0%, 0%);
  z-index: 10001;
  cursor: pointer;
  background-color: rgba(56, 147, 17, 0.5);
  color: #fff;
  transition: background-color 0.3s;
}

.Self_diagnosis_pop .Self_diagnosis_pop_close:hover {
  background-color: #389311;
}

.Self_diagnosis_pop .Self_diagnosis_pop_btnbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  gap: 25px;
  margin-bottom: 45px;
}

.Self_diagnosis_pop .Self_diagnosis_pop_btnbox .Self_diagnosis_pop_btn {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f8f8f8;
  min-height: 62px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.Self_diagnosis_pop .Self_diagnosis_pop_btnbox .Self_diagnosis_pop_btn:hover {
  background-color: #ddd;
}

.Self_diagnosis_pop .Self_diagnosis_pop_btnbox .Self_diagnosis_pop_btn.popbtn_on {
  background-color: #389311;
  color: #fff;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body.bodyon {
  display: block;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Self_diagnosis_pop_body_title_center {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Self_diagnosis_pop_body_sub_title_center {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 37px;
  line-height: 1.5;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_outbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  min-height: 96px;
  padding: 5px 30px;
  border-radius: 15px;
  margin-bottom: 21px;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_outbox .Selfbody_step01_outbox_left {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_outbox .Selfbody_step01_outbox_left .Selfbody_step01_outbox_left2 {
  padding-left: 15px;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_outbox .Selfbody_step01_outbox_left .Selfbody_step01_outbox_left2 span {
  color: #ff5b35;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_outbox .Selfbody_step01_outbox_right {
  width: 135px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  border-radius: 40px;
  background-color: #389311;
  transition: background-color 0.3s;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_outbox .Selfbody_step01_outbox_right:hover {
  background-color: #256908;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 15px;
  margin-bottom: 21px;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg img {
  max-width: 100%;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer1 {
  position: absolute;
  cursor: pointer;
  width: 70px;
  height: 70px;
  z-index: 1;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer1.Selfbody_02_pointer_01 {
  left: 30%;
  top: 17%;
  transform: translate(-50%, -50%);
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer1.Selfbody_02_pointer_01 img {
  animation: scaleAnimation 0.61s infinite alternate ease-in-out;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer2 {
  position: absolute;
  cursor: pointer;
  width: 70px;
  height: 70px;
  z-index: 1;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer2.Selfbody_02_pointer_02 {
  left: 11%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer2.Selfbody_02_pointer_02 img {
  animation: scaleAnimation 0.68s infinite alternate ease-in-out;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer3 {
  position: absolute;
  cursor: pointer;
  width: 70px;
  height: 70px;
  z-index: 1;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer3.Selfbody_02_pointer_03 {
  left: 30%;
  top: 57%;
  transform: translate(-50%, -50%);
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer3.Selfbody_02_pointer_03 img {
  animation: scaleAnimation 0.65s infinite alternate ease-in-out;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer1.Selfbody_03_pointer_01 {
  left: 48%;
  top: 17%;
  transform: translate(-50%, -50%);
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer1.Selfbody_03_pointer_01 img {
  animation: scaleAnimation 0.61s infinite alternate ease-in-out;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer2.Selfbody_03_pointer_02 {
  left: 53%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer2.Selfbody_03_pointer_02 img {
  animation: scaleAnimation 0.68s infinite alternate ease-in-out;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer3.Selfbody_03_pointer_03 {
  left: 63%;
  top: 76%;
  transform: translate(-50%, -50%);
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer3.Selfbody_03_pointer_03 img {
  animation: scaleAnimation 0.65s infinite alternate ease-in-out;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step02 {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.checkbox-input {
  display: none;
}

.custom_checkbox {
  position: absolute;
  width: 23px;
  height: 17px;
  right: 35px;
  top: 50%;
  transform: translate(0%, -50%);
}

.custom-textbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f8f8f8;
  transition: background-color 0.3s;
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 5px 35px;
  border-radius: 15px;
  line-height: 1.3;
}

.checkbox-input:checked + .custom_checkbox {
  background: url("/assets/img/self_diagnosis/icon_self_diagnosis_check.png?v=202602021720");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.checkbox-input:checked + .custom_checkbox + span {
  background-color: #f4f9f1;
}

.custom-textbox:hover {
  background-color: #f4f9f1;
}

.Self_diagnosis_submit {
  max-width: 400px;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-height: 56px;
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  cursor: pointer;
  background-color: #389311;
  transition: background-color 0.3s;
}

.Self_diagnosis_submit:hover {
  background-color: #256908;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_imgbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 28px 10px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 15px;
  margin-bottom: 35px;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_imgbox .Selfbody_step03_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 28px 10px;
  text-align: center;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_imgbox .Selfbody_step03_img img {
  max-width: 100%;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_imgbox .Selfbody_step03_text1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.3;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_imgbox .Selfbody_step03_text1 .cgreen {
  color: #389311;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_imgbox .Selfbody_step03_text1 .cyellow {
  color: #ffab02;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_imgbox .Selfbody_step03_text1 .cred {
  color: #cf3c3c;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_imgbox .Selfbody_step03_text2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 1.5;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_textbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  word-break: keep-all;
  margin-bottom: 45px;
  line-height: 1.5;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox > div {
  line-height: 1.3;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox .Selfbody_step03_btn1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 135px;
  background: #eee;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox .Selfbody_step03_btn1:hover {
  background-color: #ddd;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox .Selfbody_step03_btn2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 135px;
  background: #389311;
  color: #fff;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox .Selfbody_step03_btn2:hover {
  background-color: #256908;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox .Selfbody_step03_btn3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 135px;
  background: #003973;
  color: #fff;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox .Selfbody_step03_btn3:hover {
  background-color: #000073;
}

#Self-diagnosis_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
}

@media all and (max-width: 750px) {
  .Self_diagnosis_pop .popinbox {
    padding: 40px 10px 35px 10px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_close {
    width: 25px;
    height: 25px;
    right: 7px;
    top: 7px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_btnbox {
    gap: 8px;
    margin-bottom: 30px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_btnbox .Self_diagnosis_pop_btn {
    min-height: 50px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Self_diagnosis_pop_body_title_center {
    margin-bottom: 10px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Self_diagnosis_pop_body_sub_title_center {
    margin-bottom: 20px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_outbox {
    min-height: 96px;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 21px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_outbox .Selfbody_step01_outbox_left {
    align-items: flex-start;
    flex-direction: column;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_outbox .Selfbody_step01_outbox_left .Selfbody_step01_outbox_left2 {
    padding-left: 0px;
    padding-right: 5px;
    display: flex;
    flex-direction: column;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_outbox .Selfbody_step01_outbox_right {
    width: 80px;
    min-height: 39px;
    border-radius: 40px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer1 {
    width: 45px;
    height: 45px;
    z-index: 1;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer2 {
    width: 45px;
    height: 45px;
    z-index: 1;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step01 .Selfbody_step01_selectimg .Selfbody_selectimg_pointer3 {
    width: 45px;
    height: 45px;
    z-index: 1;
  }
  .custom-textbox {
    min-height: 45px;
    padding: 5px 28px 5px 10px;
    border-radius: 10px;
  }
  .custom_checkbox {
    width: 15px;
    height: 12px;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_imgbox .Selfbody_step03_text1 {
    margin-bottom: 10px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_textbox {
    margin-bottom: 45px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox {
    gap: 15px;
    margin-bottom: 30px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox .Selfbody_step03_btn1 {
    min-height: 100px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox .Selfbody_step03_btn2 {
    min-height: 100px;
  }
  .Self_diagnosis_pop .Self_diagnosis_pop_body .Selfbody_step03 .Selfbody_step03_btnbox .Selfbody_step03_btn3 {
    min-height: 100px;
  }
}