.position_main_box {
  width: 100%;
}
.position_main_box .position_main {
  max-width: 1600px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(1px + 0.1rem);
  padding-top: calc(10px + 1.5rem);
}
.position_main_box .position_main p {
  font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #666666;
}
.position_main_box .position_main p a {
  font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(6px + 0.5rem);
  color: #666666;
}
.faq_list_box {
  width: 100%;
}
.faq_list_box .faq_title {
  font-family: DM_Sans-bold;
  font-weight: bold;
  font-size: calc(8px + 2rem);
  color: #009944;
  line-height: calc(10px + 3rem);
  letter-spacing: calc(0px + 0.1rem);
  text-align: center;
  margin-top: calc(14px + 3rem);
}
.faq_list_box .faq_list {
  max-width: 1600px;
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(10px + 2rem);
  margin-top: calc(3px + 3rem);
}
.faq_list_box .faq_list .faq_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: calc(2px + 1.5rem);
  padding-right: calc(20px + 3rem);
  gap: calc(7px + 0.5rem);
}
.faq_list_box .faq_list .faq_item .faq_icon {
  width: calc(10px + 0.5rem);
  margin-top: calc(2px + 0.1rem);
}
.faq_list_box .faq_list .faq_item .faq_icon img {
  width: 100%;
  display: none;
  cursor: pointer;
}
.faq_list_box .faq_list .faq_item .faq_icon .plus {
  display: block;
}
.faq_list_box .faq_list .faq_item .faq_text {
  flex: 1;
}
.faq_list_box .faq_list .faq_item .faq_text .faq_question {
  font-family: DM_Sans-medium;
  font-weight: 500;
  font-size: calc(8px + 0.5rem);
  color: #333333;
  line-height: calc(10px + 1rem);
  text-align: justified;
  margin-bottom: calc(5px + 1rem);
}
.faq_list_box .faq_list .faq_item .faq_text .faq_answer {
  padding-right: calc(20px + 3rem);
  font-family: DM_Sans-regular;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #666666;
  line-height: calc(10px + 1rem);
  text-align: justified;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.faq_list_box .faq_list .faq_item_act {
  width: 100%;
  padding-top: calc(2px + 2rem);
  padding-bottom: calc(2px + 2rem);
  background: #F4F4F4;
  border-radius: calc(5px + 0.25rem);
}
.faq_list_box .faq_list .faq_item_act .faq_text .faq_question {
  color: #009944;
}
.faq_list_box .faq_list .faq_item_act .faq_text .faq_answer {
  height: auto;
}
@media (max-width: 1100px) {
    .faq_list_box .faq_list{
        margin-top: calc(10px + 8rem);
    }
  .position_main_box .position_main p {
    font-size: calc(10px + 1rem);
  }
  .position_main_box .position_main p a {
    font-size: calc(10px + 1rem);
  }
  .faq_list_box .faq_title {
    font-size: calc(16px + 1rem);
  }
  .faq_list_box .faq_list .faq_item .faq_text .faq_question {
    font-size: calc(12px + 1rem);
    line-height: 1.5;
    color: #009944;
  }
  .faq_list_box .faq_list .faq_item {
    padding-left: calc(1px + 1rem);
    padding-right: calc(0px + 1rem);
  }
  .faq_list_box .faq_list .faq_item .faq_text .faq_answer {
      height: auto;
    font-size: calc(10px + 1rem);
    line-height: 1.5;
    padding-left: calc(1px + 1rem);
    padding-right: calc(0px + 1rem);
  }
  .faq_list_box .faq_list .faq_item .faq_icon {
    width: calc(25px + 0.5rem);
    display: none;
  }
}
