@charset "UTF-8";

.search_faq {
  padding: 20px 0 20px 0;
  border: 1px #c4c4c4 solid;
  background: #f7f7f7;
}

.faq_box {
  text-align: center;
  position: relative;
}
.faq_box > .input_box {
  position: relative;
  display: inline-block;
  background: url(../_img/service/notice_img03.gif) no-repeat left center;
  min-height: 40px;
}
.faq_box > .input_box > p {
  position: relative;
  float: left;
  top: 10px;
}
.faq_box > .input_box > p:first-child {
  text-indent: 40px;
}

.faq_selectors {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-bottom: 20px;
}

.faq_selectors .faq_selectors_ul {
  position: relative;
}
.faq_selectors_li {
  position: relative;
  display: inline-block;
  width: 109px;
  border-right: 1px #eeeeee solid;
}
.faq_selectors_li li {
  text-align: center;
}
.faq_selectors_li.end {
  border-right: none;
}

#faq_cont_header {
  background: #f7f7f7;
}
#faq_cont_header li {
  border-bottom: 1px #cccccc solid;
  position: relative;
  float: left;
  background: #f7f7f7;
  height: 43px;
  font-size: 1.06em;
  text-align: center;
  padding-top: 10px;
}
.faq_cont_header_0,
.faqQuestIcon,
.faqAnswerIcon {
  position: relative;
  width: 7.5%;
}
.faq_cont_header_1,
.faqQuestNo {
  position: relative;
  width: 7.5%;
}
.faq_cont_header_2,
.faqQuestGbn {
  position: relative;
  width: 15%;
}
.faq_cont_header_3,
.faqQuestSubject {
  position: relative;
  width: 70%;
}

.hide {
  display: none;
}

.fnFaq {
  position: relative;
}
.faqQuestIcon {
  background: url(../_img/service/cs_q.gif) no-repeat center center;
  float: left;
  height: 49px;
  border-bottom: 1px #cccccc solid;
}
.faqQuestNo,
.faqQuestGbn,
.faqQuestSubject {
  float: left;
  border-bottom: 1px #cccccc solid;
  height: 49px;
  font-size: 1.1em;
}
.faqQuestNo,
.faqQuestGbn,
.faqQuestGbn {
  text-align: center;
  padding-top: 12px;
}
.faqQuestSubject {
  padding-top: 12px;
  text-indent: 10px;
}
.faqAnswer {
  border-bottom: 1px #ccc solid;
  background: #f9f9f9;
  padding: 15px 0 15px;
}
.faqAnswerIcon {
  float: left;
  text-align: center;
}
.faqAnswerCont {
  float: left;
  width: 706px;
  font-size: 1.05em;
  padding: 0 10px 0 10px;
}

.faq_a_on {
  color: #333333 !important;
}

.frequent-faq {
  margin-top: 20px; /* 아래쪽 간격을 20px로 설정 */
}

.faq-list {
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
}

.faq-list li:first-child {
  border-top: 1px solid #CBCBCB;
}

.faq-list li {
  height: 52px;
  border-bottom: 1px solid #CBCBCB;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 17px 0 17px 18px;
}

.faq-list li a {
  color: #000;
  font-size: 15.5px;
  line-height: 18px;
  font-weight: 500;
  font-family: Pretendard;
}
.bold-q {
  font-weight: 700;
  font-size: 15.5px;
  line-height: 18px;
  font-family: Pretendard;
  text-align: center;
}

.faq-link {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
  font-size: 14px;
}

.faq-link:hover {
  color: #007bff;
}
