@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* ---------------------------------------------------------------- */
.container_main {
  width: 100%;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.faq_container {
  width: 83.33%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 120px;
}

.faq_con {
  width: 78.125%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

.faq_infor_num {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.call_consultation {
  display: flex;
  align-items: center;
}

.call_consultation>i {
  font-size: 40px;
  color: #333;
}

.call_consultation>h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
  margin-left: 20px;
}

.time_consultation {
  display: flex;
  align-items: center;
}

.time_consultation>i {
  font-size: 40px;
  color: #333;
}

.time_consultation>h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
  margin-left: 20px;
}

/* ---------------------------------------------------------------- */
.faq_input_search_section {
  width: 100%;
  height: 150px;
  background: #004225;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.faq_input_search_main {
  width: 1115px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_input_search_main>h3 {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.33px;
}

.faq_input_search {
  width: 770px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_input_search>input {
  width: 598px;
  height: 58px;
  border: none;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.165px;
}

.faq_input_search>button {
  width: 140px;
  height: 60px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E5D5AE;
}

.faq_input_search>button:hover {
  background: #BFA76F;
  transition: background-color 0.3s ease;
}

.faq_input_search>button>i {
  font-size: 25px;
  color: #604F29;
}

.faq_input_search>button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}


/* ---------------------------------------------------------------- */
.faq_section {
  width: 100%;
  min-height: 580px;
  height: auto;
  margin-top: 80px;
}

.faq_tit_btn {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_tit_btn>h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
}

ul.faq_list {
  width: 100%;
  min-height: 480px;
  height: auto;
  margin-top: 40px;
}

ul.faq_list>li {
  width: 100%;
  min-height: 80px;
  height: auto;
  margin-top: 20px;
}

ul.faq_list>li:first-child {
  margin-top: 0;
}

.faq_list_main {
  width: 100%;
  height: 78px;
  border: 1px solid #A7A7A7;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fl_main {
  width: calc(100% - 80px);
  height: 30px;
  display: flex;
  align-items: center;
}

.fl_main_tit {
  width: 230px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fl_main_tit>span {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.qlm_section {
  width: 630px;
  height: 100%;
  margin-left: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.qlm_section>i {
  font-size: 30px;
  color: #BFA76F;
}

.qlm_section>p {
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
  margin-left: 25px;
}

.fl_open_icon_btn {
  margin-left: 200px;
}

.fl_open_icon_btn>i {
  font-size: 30px;
  color: #A8A8A8;
  cursor: pointer;
}

.fl_open_icon_btn>i:hover {
  color: #BFA76F;
  transition: color 0.3s ease;
}

.fl_close_icon_btn {
  margin-left: 200px;
  display: none;
}

.fl_close_icon_btn>i {
  font-size: 30px;
  color: #A8A8A8;
  cursor: pointer;
}

.fl_close_icon_btn>i:hover {
  color: #9C0000;
  transition: color 0.3s ease;
}

.faq_list_detail {
  width: 100%;
  height: auto;
  background: #F5F5F0;
  border: 1px solid #A7A7A7;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.faq_list_detail_main {
  width: 630px;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-left: calc(295px + 30px + 25px);
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq_list_detail_main>i {
  font-size: 30px;
  color: #004225;
}

.faq_list_detail_main>p {
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
  margin-left: 25px;
}

/* ---------------------------------------------------------------- */
#faq_tab {
  width: 100%;
  height: 60px;
  margin-top: 80px;
}

#faq_tab>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#faq_tab>ul>li {
  width: 158px;
  height: 58px;
  border: 1px solid #DEDEDE;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#faq_tab>ul>li:hover {
  width: 160px;
  height: 60px;
  background: #333;
  transition: background-color 0.3s ease;
  border: none;
}

#faq_tab>ul>li>p {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.198px;
}

#faq_tab>ul>li:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

#faq_tab>ul>li.active {
  width: 160px;
  height: 60px;
  background: #333;
  border: none;
}

#faq_tab>ul>li.active p {
  color: #fff;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

