#container { /*height:100vh;*/ background-color: #fff; }

#howStart {
  min-height: 100vh;
  position: relative;
}
.Start_Container {
  padding: 4rem 5% 0 5%;
  font-family: 'Pretendard-Medium';
}
.Start_Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
.comhow_logo {
  width: 26%;
  position: relative;
}
.home_icon {
  width: 5%;
  position: relative;
}
.main_title {
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  gap: 1%;
  padding-left:2.5%;
}
.emoji_size {
  font-size: 2.6rem;
}
.question_wrap {
  padding: 4rem 5%;
  background-color: #eceefb;
  border-radius: 1.6rem;
  margin: 4rem 0 2rem 0;
}
.quest_text {
  font-size: 1.8rem;
}
.button_group {
  margin-top: 3rem;
  font-size: 1.4rem;
}
.answer_btn {
  background-color: #fff;
  padding: 1rem 1.4rem;
  border-radius: 1rem;
  margin-top: 1.6rem;
  cursor: pointer;
}
.answer_btn.select { background-color: #e4f0d5; }
.explan_group {
  padding: 0 5%;
  color: #595959;
  font-size: 1.4rem;
  margin-top: 3rem;
}
.explan_title {
  margin-bottom: 1rem;
}
.explan_text {
  display: flex;
  line-height: 1.8rem;
  gap: .6rem;
  margin-bottom: .4rem;
  align-items: flex-start;
}
.explan_bullet {
  font-size: .5rem;
  vertical-align: middle;
  flex: 0;
}
span.explan_txt {
  word-break: keep-all;
}
.start_button {
  bottom: 1rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(450px - 5%);
  width: 90%;
}
.start_btn {
  background-color: #eceefb;
  border-radius: 1rem;
  padding: 1.6rem 5%;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}
.start_arrow {
  position: absolute;
  right: 5%;
}