@charset "utf-8";
.at-body {
  background: #f5f5f5;
}
.faq-category .div-tab { margin-bottom:15px; }
.faq-category .dropdown { margin-bottom:15px; }
.faq-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }
.faq-category .nav-tabs {
  border-bottom: 1px solid #333;
}

.div-tab.tabs ul.nav-tabs li {
  border-color: #f5f5f5;
  border-bottom-color: #f5f5f5;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
  background: #f5f5f5;
}
.div-tab.tabs ul.nav-tabs li:first-of-type {
  border-left-color: #f5f5f5;
}
.div-tab.tabs ul.nav-tabs li:last-of-type {
  border-right-color: #f5f5f5;
}
.div-tab.tabs ul.nav-tabs li>a {
  color: #888 !important;
  font-weight: 300 !important;
  border-top: none !important;
  border-bottom: none !important;
  font-family: 'Poppins', "Noto Sans KR", sans-serif;
}
.div-tab.tabs.trans-top ul.nav-tabs li:hover,
.div-tab.tabs.trans-top ul.nav-tabs li:focus,
.div-tab.tabs.trans-top ul.nav-tabs li:active,
.div-tab.tabs.trans-top ul.nav-tabs li.active {
  background: none;
  border:1px solid #333;
  border-top-color: #333 !important;
  border-left-color: #333 !important;
  border-right-color: #333 !important;
  border-bottom-color: #f5f5f5 !important;
}
/* .div-tab.tabs.trans-top ul.nav-tabs li.active {

} */
.div-tab.tabs.trans-top ul.nav-tabs li.active>a {
 color:#333 !important;
 font-weight: 400 !important;
}
.faq-content {
  border-bottom: 1px solid #fff;
}
.faq-content ul>li.th {
  display: flex;
  padding: 1rem;
  align-items: center;
  border-bottom: 1px solid #eaecee;
  border-top: 1px solid #fff;
  cursor: pointer;
}
.faq-content ul:first-of-type>li.th {
  border-top: none;
}
.faq-content ul>li.th>div {
  font-size: 1rem;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(199, 0, 53, .8);
  border-radius: 50%;
  margin-right: 1rem;
  font-weight: 600;
}
.faq-content ul>li.th>span {
  width: 90%;
}
.faq-content ul>li.td {
  display: none;
  padding: 1.5rem 1rem 1rem 4.5rem;
  background: #fff;
  border-bottom: 1px solid #eaecee;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.faq-box {
  margin: 50px 0;
  padding: 25px 0;
  border: 1px solid #dedede;
  background: #efefef;
}
.faq-box form {
  display: flex;
  justify-content: center;
}
.faq-box form>input#stx {
  border: 1px solid #666;
}
.faq-img img, .faq-html img, .faq-content img { width:auto; max-width:100%; border:0; }
.faq-content .panel-body p { padding:0; margin:0; }
.faq-none { padding:50px 0; }
