@charset "utf-8";

.faqPage {
  padding-top: 10px;
  background:#e1f0ff;
  max-width: 840px;
  margin: 0 auto;
}

.faqPage .empty_table {
  font-size: clamp(10px, 3.5vw, 23px);
}

.faqPage .title {
  text-align: center;
}

.faqPage .title h1 {
  padding: 12.5% 0 8%;
  color: #0033a1;
  font-size: clamp(23px, 8.9vw, 57px);
  font-weight: normal;
}

.faqPage .title .lnb {
  font-size: clamp(15px, 4.5vw, 30px);
}

.faqPage .title .lnb a {
  position: relative;
  color: #bde0fe;
}

.faqPage .title .lnb a:first-child {
  padding-right: 2%;
}

.faqPage .title .lnb a:last-child {
  padding-left: 2%;
}

.faqPage .title .lnb a.c_skyblue {
  color: #22abff;
}

.faqPage .title .lnb a::after {
  content: "";
  position: absolute;
  top: 35%;
  right: -4px;
  display: block;
  width: 3%;
  height: 30%;
  border-radius: 5px;
  background-color: #bde0fe;
}

.faqPage .title .lnb a:last-child::after {
  content: none;
}

#bo_cate {
  margin: 10% 0 12.5%;
}

#bo_cate h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_cate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  zoom: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bo_cate li {
  width: 49%;
  margin-bottom: 2%;
}

#bo_cate a {
  display: block;
  padding: 4.68% 0;
  border-radius: 40px;
  background: #bcddfc;
  color: #fff;
  font-size: clamp(15px, 4.65vw, 30px);
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
  background: #0033a1;
  color: #fff;
  text-decoration: none;
}

#bo_cate #bo_cate_on {
  background: #0033a1;
  color: #fff;
  z-index: 2;
}

#faq_wrap {
  width: 93.75%;
  margin: 0 auto 10%;
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
  font-family: 'NanumSquareNeo', 'Malgun Gothic', dotum, sans-serif !important;
}

#faq_wrap h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.faq_admin {
  text-align: right;
}

#faq_wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#faq_wrap li {
  position: relative;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

#faq_wrap li:first-child {
  border-top: 1px solid #ececec;
}

#faq_wrap li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0033a1;
}

#faq_wrap li h3 a {
  position: relative;
  width: 100%;
  padding: 7.8% 3%;
  font-size: clamp(10px, 3.5vw, 23px);
}

#faq_wrap li h3 a>p {
  width: 90%;
  line-height: 1.5;
}

#faq_wrap li h3 a:hover {
  color: #0033a1;
  font-weight: 900;
}

#faq_wrap li h3 a .openBar {
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6%;
  height: 4px;
  border-radius: 8px;
  background-color: #ddd;
}

#faq_wrap li h3 a .openBar::after {
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #ddd;
}

#faq_wrap li h3 .tit_btn {
  margin-right: 3%;
  border: 0;
  background: #fff;
  color: #c5cdd8;
  font-size: 25px;
}

#faq_wrap li h3 .tit_bg {
  display: inline-block;
  margin-left: 3%;
  color: #000;
  font-size: clamp(20px, 4.5vw, 35px);
  font-weight: 800;
  text-align: center;
}

#faq_wrap li h3.faq_li_open a {
  color: #0033a1;
  font-weight: 900;
}

#faq_wrap li h3.faq_li_open a .openBar::after {
  content: none;
}

#faq_con .con_inner {
  display: none;
  padding: 7.8% 6%;
  /* padding-left: calc(6% + 35px); */
  background: #f9f9f9;
  font-size: clamp(10px, 3vw, 20px);
  font-weight: 800;
  line-height: 1.6;
}

#faq_con .con_inner a {
  color: #22abff;
}

#faq_con .con_inner .tit_bg {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #777;
  color: #fff;
  line-height: 30px;
  text-align: center;
}