#container { background-color: #fff; min-height: 100dvh; }

.Start_Container {
  padding: 0 5%;
  font-family: 'Pretendard-Medium';
}





.main_title {
  font-size: 3.6rem;
  display: flex;
  justify-content: center;
}
.sub_title {
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  color: #787878;
}
.sub_title {
  /* margin-top: 2rem; */
  margin-bottom: 3rem;
}
.main_title img {
  top: 0;
  left: 8px;
  height: 100%;
}
.part_group {
  padding: 0 5%;
}


.SearchBorder1 {
  margin: 2rem 0;
  border-radius: 1rem;
  position: relative;
}
.SearchResult1.active {
  border: .1rem solid #eee;
  border-radius: 1rem;
  margin: .4rem 0;
  padding: .4rem .8rem;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}



.SearchBorder {
  margin: 2rem 0;
  border: .1rem solid #eee;
  border-radius: 1rem;
  padding: 2rem 1rem 1rem;
  position: relative;
}
.SearchTitle {
  position: absolute;
  top: -1.5rem;
  font-size: 1.5rem;
  background-color: #fff;
  padding: .4rem;
}
.SearchExample {
  color: #898989;
  margin-bottom: .4rem;
}
.SearchIcon {
  padding: .4rem;
  border: .1rem solid #9370ff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
}
.search_icon {
  font-size: 2rem;
  margin: 0 1rem;
}
.input_wrap {
  width: 80%;
}
.SearchInput {
  border: 0;
  width: 100%;
}
.search-highlight {
  /* color: #ff4d4f; */
  color: #000;
}

.SearchResult.active {
  border: .1rem solid #eee;
  border-radius: 1rem;
  margin: .4rem 0;
  padding: .4rem .8rem;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.search-item {
  cursor: pointer;
}
.Select_Box {
  border-radius: 1rem;
  background-color: #eceefb;
  padding: .8rem 0;
  text-align: center;
  margin: .4rem 0;
}

.popular_searches {
  margin: 3rem 2rem;
}
.popular_title {
  color: #ef306a;
  border: .1rem solid #ef306a;
  padding: .4rem .8rem;
  display: inline-block;
  border-radius: 1rem;
}
.popular_search {
  margin: 1rem 0;
  font-size: 1.6rem;
  color: #595959;
}
.popular_rank {
  color: #3b54d0;
  margin-right: 1.4rem;
}
.popular_search {
  margin: 1rem 0;
  font-size: 1.6rem;
  color: #595959;
}



.part_select {
  padding: 1rem 2rem;
  background-color: #fff;
  margin-bottom: 1.6rem;
  border-radius: 1rem;
  font-size: 1.64rem;
  border: .1rem solid #c2c2c2;
}
.pSelect_Question {
  background-color: #eceefb;
  display: flex;
  justify-content: space-between;
  padding: .8rem 1.6rem;
  border-radius: 1rem;
}
.pSelect_Left, .pSelect_Right {
  display: flex;
  align-items: center;
}
img.pSelect_img {
  width: 3rem;
  margin-right: 1rem;
}
img.down_arrow_img {
  width: 1.6rem;
}

.pSelect_Example {
  margin: .4rem 0;
}
.part_example {
  font-size: 1.2rem;
  border: .1rem solid #eee;
  border-radius: 1rem;
}
.example_txt {
  padding: .2rem 1rem;
  cursor: pointer;
}
.part_example .example_txt:not(:last-child) {
  border-bottom: .1rem solid #eee;
}

.part_answer {
  padding: .8rem 1.6rem;
  border: .1rem solid #9370ff;
  border-radius: 1rem;
  margin-top: 1rem;
}


.refresh_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  gap: .6rem;
  color: #9370ff;
}
img.refresh_img {
  width: 2rem;
}
.complete_button {
  margin: 2rem 0 4rem 0;
}
.complete_btn {
  background-color: #9370ff;
  border-radius: 1rem;
  padding: 1.6rem;
  text-align: center;
  position: relative;
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  color: #fff;
  margin: 0 5%;
}
.complete_btn.deactive {
  opacity: 0.5;
  cursor: default;
}
.explan {
  margin: 0 5%;
  padding-bottom: 3rem;
}
.explan_title {
  font-size: 2rem;
}
.explan_text {
  color: #787878;
  word-break: keep-all;
  display: flex;
  gap: .6rem;
  padding: 0 .4rem;
  margin: 1rem 0 1.6rem 0;
}
.explan_text .bullet {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #787878;
  margin-top: .7rem;
}





.start_button {
  bottom: 0rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F0F0F5;
  max-width: 450px;
  width: 100%;
  padding: 1rem 0;
}
.start_btn {
  background-color: #9370ff;
  border-radius: 1rem;
  padding: 1.6rem;
  text-align: center;
  position: relative;
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  color: #fff;
  margin: 0 5%;
}
.start_btn.deactive {
  opacity: 0.5;
  cursor: default;
}