@charset "utf-8";

#bo_cate {
  margin-bottom: 28px;
}

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

#bo_cate ul {
  zoom: 1;
}

#bo_cate ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_cate li {
  display: inline-block;
  padding: 2px;
}

#bo_cate a {
  display: block;
  line-height: 28px;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #d6e9ff;
  color: #6794d3;
}

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

#bo_cate #bo_cate_on {
  z-index: 2;
  background: #66a8c2;
  color: #fff;
  font-weight: bold;
  border: 1px solid #66a8c2;
}

#faq_wrap {
  margin: 10px 0 30px;
}

#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 {
  border-bottom: 1px solid #ececec;
  background: #fff;
  position: relative;
}

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

#faq_wrap li h3 {
  min-height: 50px;
  line-height: 30px;
  padding: 15px;
  padding-left: 50px;
  position: relative;
  font-size: 1.5em;
  font-family: "Pretendard";
}

#faq_wrap li h3 .tit_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #66a8c2;
  font-size: 1em;
}

#faq_wrap li h3 .tit_bg {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  color: #000;
  font-size: 1.6em;
}

#faq_con .con_inner {
  display: none;
  padding: 20px 5px 20px 50px;
  font-size: 1.4em;
  font-family: "Pretendard";
  border-top: 1px solid #e5e5e5;
}

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

#faq_con .con_inner .closer_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #66a8c2;
  font-size: 1em;
}

#faq_sch {
  padding: 30px;
  text-align: center;
  margin: 0 0 10px;
}

#faq_sch .sch_tit {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

#faq_sch .frm_input {
  border: 1px solid #d0d3db;
  width: 300px;
  height: 45px;
  border-radius: 0;
  border-radius: 3px;
}

#faq_sch .btn_submit {
  padding: 0 10px;
  height: 45px;
  width: 88px;
  font-size: 1.083em;
  font-weight: bold;
  color: #fff;
  background: #66a8c2;
}

/* custom */

@media screen and (max-width: 767px) {
  #faq_sch .frm_input {
    width: 50%;
  }

  #faq_sch {
    width: 100%;
    padding: 0 0 30px 0 !important;
    text-align: left;
  }

  #faq_wrap li h3 {
    font-size: 16px;
    padding: 10px 0;
    padding-left: 30px;
  }

  #faq_wrap li h3 a {
    width: 92%;
    display: block;
  }

  #guest_ifr {
    height: 50vh;
  }
  #faq_wrap li h3 .tit_bg{
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #faq_wrap li h3 .tit_btn,
  #faq_con .con_inner .closer_btn{
    right: 0;
    top: 10px;
  }
  #faq_con .con_inner{
    padding: 20px 0 20px 30px;
    font-size: 14px;
  }
}

/* 추가 디자인 */
#faq_sch .frm_input {
  width: calc(100% - 40px);
  border: unset;
  border-bottom: 1px solid #333;
  outline: unset;
  box-shadow: unset;
  font-size: 18px;
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 600;
  border-radius: 0px;
  height: 40px;
}
#faq_sch .frm_input::placeholder {
  font-weight: 400;
}
#faq_sch .frm_input:focus {
  border: unset !important;
  border-bottom: 1px solid #171c61 !important;
}
#faq_sch .btn_submit {
  height: 35px;
  width: 35px;
  background-color: #000;
  border-radius: calc(1px / 0);
}
#bo_cate a {
  background: transparent;
  border: 1px solid #333;
  color: #000;
}
#bo_cate #bo_cate_on {
  background-color: #006A5B;
  border: 1px solid #000;
  color: #fff;
}
#faq_wrap li h3 .tit_btn {
  color: #006A5B;
}
#faq_con .con_inner .closer_btn {
  color: #006A5B;
}
#faq_con h3 > a {
  display: block;
  width: 100%;
}


#faq_wrap li a,
#faq_wrap li span{
    font-size: 18px !important;
    font-family: 'pretendard' !important;
    line-height: 1.3 !important;
}
#faq_wrap li .con_inner p,
#faq_wrap li .con_inner span {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

@media (max-width: 1024px) {
  #faq_wrap li a,
  #faq_wrap li span{
      font-size: 16px !important;
  }
  #faq_wrap li .con_inner p,
  #faq_wrap li .con_inner span {
    font-size: 14px !important;
  }
}