.wrapper {
  max-width: 600px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 500px) {
  .wrapper {
    min-width: 100%;
  }
}
.wrapper .inner {
  padding: 0 30px;
}
@media (max-width: 500px) {
  .wrapper .inner {
    padding: 0 20px;
  }
}

header {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  header {
    padding: 10px 0;
  }
}
header h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  margin-top: 120px;
}
@media (max-width: 500px) {
  header h1 {
    font-size: 28px;
    margin-top: 80px;
  }
}
header .close_box {
  width: 40px;
  height: 40px;
}
@media (max-width: 500px) {
  header .close_box {
    width: 35px;
    height: 35px;
  }
}
header .close_box .closeBtn {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.7498 28.7499L11.2498 11.2499' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.7498 11.2499L11.2498 28.7499' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.main {
  margin-top: 67px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media (max-width: 500px) {
  .main {
    gap: 50px;
    margin-top: 50px;
  }
}
.main .survey_conbox {
  width: 100%;
}
.main .survey_conbox p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 500px) {
  .main .survey_conbox p {
    font-size: 18px;
    line-height: 20px;
    word-break: keep-all;
  }
}
.main .survey_conbox .rb {
  margin: auto;
  margin-top: 20px;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 5px;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .main .survey_conbox .rb {
    margin: 15px auto;
  }
}
.main .survey_conbox .rb.check {
  gap: 35px;
  justify-content: flex-start;
}
.main .survey_conbox .rb .check-box label {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 500px) {
  .main .survey_conbox .rb .check-box label {
    font-size: 16px;
    line-height: 20px;
    word-break: keep-all;
    gap: 0.5rem;
    margin-left: 10px;
  }
}
.main .survey_conbox .rb .check-box input[type=checkbox i] {
  width: 32px;
  height: 32px;
}
.main .survey_conbox .rb .rb-tab {
  display: flex;
  position: relative;
  justify-content: center;
  cursor: pointer;
  width: 38px;
  height: 38px;
}
.main .survey_conbox .rb .rb-tab.active .rb-spot {
  background-color: #00ad1d !important;
  color: white !important;
}
.main .survey_conbox .rb .rb-tab .rb-spot {
  max-width: 38px;
  width: 100%;
  height: 38px;
  background-color: #fff;
  border-radius: 12px;
  transition: ease 0.3s;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 36px;
  transform: translateY(0.1em);
  display: inline-block;
  padding-top: 0.1em;
  border: 2px solid #00ad1d;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .main .survey_conbox .rb .rb-tab .rb-spot {
    font-size: 16px;
    border-radius: 7px;
  }
}
.main .survey_conbox .rb .rb-tab .rb-spot:hover {
  background-color: #00AD1D;
  box-shadow: 0 0 0 4px rgba(0, 173, 29, 0.25);
  color: #fff;
}
.main .survey_conbox .rb .rb-tab .rb-spot.rb-tab-active {
  background-color: #00AD1D;
  transform: translateY(0.1em);
  font-size: 18px;
  font-weight: 500;
  line-height: 42px;
  color: #fff;
}
.main .survey_conbox .rb .rb-tab-active .rb-spot {
  background-color: #00AD1D;
  transform: translateY(0.1em);
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
}
.main .survey_conbox .feed-box {
  margin: 25px 0 30px 0;
}
.main .survey_conbox .feed-box .score {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
@media (max-width: 500px) {
  .main .survey_conbox .feed-box .score {
    margin-top: 22px;
  }
}
.main .survey_conbox .feed-box .score span {
  color: #232323;
}
.main .survey_conbox .feed-box .score .bad {
  content: "Bad";
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 500px) {
  .main .survey_conbox .feed-box .score .bad {
    left: 0;
    font-size: 14px;
    font-weight: 400;
  }
}
.main .survey_conbox .feed-box .score .good {
  content: "awesome";
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-left: 45px;
}
@media (max-width: 500px) {
  .main .survey_conbox .feed-box .score .good {
    right: 0;
    font-size: 14px;
    font-weight: 400;
  }
}
.main .survey_conbox .feed-box .score .awesome {
  content: "awesome";
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 500px) {
  .main .survey_conbox .feed-box .score .awesome {
    right: 0;
    font-size: 14px;
    font-weight: 400;
  }
}
.main .survey_conbox .feed-box p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #a5a5a5;
}
@media (max-width: 500px) {
  .main .survey_conbox .feed-box p {
    font-size: 16px;
  }
}
.main .survey_conbox .feed-box.mg-20 {
  margin-top: 44px;
}

.mg-10 {
  margin-top: 32px;
  display: none;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 500px) {
  .mg-10 {
    font-size: 16px;
  }
}
.mg-10.finish {
  display: block;
}

.submitBtn {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  margin-bottom: 2rem;
  display: block;
  height: 65px;
  padding: 0.1em 20px 0 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 65px;
  color: #9A9A9A;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.4px;
  background: #F0ECE4;
  outline: none;
  border-radius: 15px;
  transition: color 0.6s, box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  font-family: "lgei-text";
}
@media (max-width: 500px) {
  .submitBtn {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    margin: 70px auto;
  }
}
.submitBtn.active {
  background: #00AD1D;
  color: #fff;
}

.form .form__group {
  display: flex;
  gap: 35px;
}
.form__radio-input {
  display: none;
}
.form__radio-label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.form__radio-button {
  height: 1.5rem;
  width: 1.5rem;
  border: 4px solid #00AD1D;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transform: translateY(-2px);
}
@media (max-width: 500px) {
  .form__radio-button {
    height: 1rem;
    width: 1rem;
    border: 3px solid #00AD1D;
  }
}
.form__radio-button::after {
  content: "";
  display: block;
  height: 1.3rem;
  width: 1.3rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transition: opacity 0.1s;
  transform: translate(-50%, -50%);
  background-color: #00AD1D;
  opacity: 0;
}
@media (max-width: 500px) {
  .form__radio-button::after {
    height: 0.8rem;
    width: 0.8rem;
  }
}
.form__radio-input:checked + .form__radio-label .form__radio-button:after {
  opacity: 1;
}

.disabled01[disabled] {
  pointer-events: none;
}
.disabled01[disabled].active {
  pointer-events: visible;
}

.disabled02[disabled] {
  pointer-events: none;
}
.disabled02[disabled].active {
  pointer-events: visible;
}

.card {
  --bs-card-border-color: transparent !important;
  width: 100% !important;
}
.card.p-5 {
  padding: 0 1.5rem !important;
}

.text-center h1 {
  white-space: nowrap;
}
.text-center p {
  margin-bottom: 2rem;
}

/*# sourceMappingURL=main.css.map */
