@charset "utf-8";

.wb-faq-title {
  display: none;
}

.Faq-CategView {
  margin-bottom: 20px;
}

.Faq-CategView .wb-faq-categ-title {
  margin: 0 0 5px 10px;
  padding: 0 0 0 13px;
  background-image: url(/img/arrow_02.gif);
  background-repeat: no-repeat;
  background-position: 3px 8px;
}

.Faq-CategView .wb-faq-categ-title a,
.Faq-CategView .wb-faq-categ-title a:link,
.Faq-CategView .wb-faq-categ-title a:visited {
  font-size: 14px;
  color: #542420;
  text-decoration: underline;
}

.Faq-CategView .wb-faq-categ-title a:hover {
  text-decoration: none;
}

.Faq-View {
  margin-bottom: 20px;
}

.Faq-View .wb-faq-categ-title,
.wb-faq-list-title {
  padding: 8px;
  background: #fafafa;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  border-left: 3px solid #ff5b5b;
}

.Faq-View .wb-faq-list-question {
  min-height: 28px;
  border-bottom: dashed 1px #c5c5c5;
  background-image: url(/img/faq_q.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 35px;
  margin-bottom: 10px;
  color: #333333;
  background-size: 15px;
  background-position: 8px 1px;
  font-weight: 500;
  font-size: 14px;
}

.Faq-View .wb-faq-list-answer {
  background-image: url(/img/faq_a.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 35px;
  background-size: 15px;
  background-position: 8px 1px;
}

.Faq-View .wb-faq-list-answer a:link {
  text-decoration: underline;
  color: blue;
}

.wb-faq .keyword_frm {
  width: 77%;
  height: 25px;
  margin-right: 1%;
  float: left;
}

.wb-faq .keyword_frmbtn {
  padding: 2px 4px;
  width: 22%;
  float: left;
  height: 25px;
  font-size: 11px;
  font-weight: bold;
}

.to-inquiry-left,
.to-inquiry-right {
  display: none;
}

.to-inquiry .to-inquiry-btn .faq-red {
  color: #ff5b5b;
  font-size: 20px;
}

.Faq-View .wb-faq-categ {
  padding: 0 0 20px;
}

.Faq-View .wb-faq-categ .wb-faq-list {
  padding: 15px;
  border: 1px solid #c5c5c5;
}

.Faq-View .wb-faq-categ .wb-faq-list+.wb-faq-list {
  margin-top: 20px;
}

#faq .wb-faq-categ .faq-categ-block+.faq-categ-block {
  margin-top: 20px;
}

#faq .wb-faq-categ .faq-categ-block .faq-block-title {
  margin-bottom: 5px;
  position: relative;
}

.wb-faq-categ .faq-categ-block .faq-block-title a {
  color: #ff5b5b;
  font-size: 16px;
  padding-left: 15px;
  font-weight: bold;
}

#faq .wb-faq-categ .faq-categ-block .faq-block-title a:before,
#pd-help .wb-faq-categ .faq-categ-block .faq-block-title a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ff5b5b;
}

.wb-faq-categ .faq-categ-block ul li,
.Faq-List li {
  margin-bottom: 8px;
}

.wb-faq-categ .faq-categ-block ul li a,
.Faq-List li a {
  font-size: 13px;
}

.faq-pager {
  padding: 5px;
  border-top: 2px dotted #ddd;
  border-bottom: 2px dotted #ddd;
}

.faq-pager .faq-pager-left {
  float: left;
  width: 40%;
}

.faq-pager .faq-pager-right {
  float: right;
  width: 58%;
  text-align: right;
}

.faq-back-btn {
  text-align: center;
  font-size: 15px;
  padding: 20px 0;
}

.faq-back-btn ul {
  list-style-type: none;
  padding: 0;
}

.faq-back-btn li {
  display: inline-block;
  margin: 0 6px;
  vertical-align: top;
}

.faq-back-btn li a {
  text-decoration: underline;
}

.faq-search ul {
  list-style-type: none;
  padding: 0;
}

.faq-search li {
  margin: 0;
  padding: 5px 0 10px 0;
  border-bottom: 2px dotted #ddd;
}

.faq-search .faq-search-result:last-child {
  border-bottom: none;
}

.faq-search .faq-list-a.limit01 {
  height: 50px;
  overflow: hidden;
}

.faq-search .faq-list-q {
  background: url(/img/faq_q.gif) no-repeat;
  padding: 0 5px 0 25px;
  background-size: 20px;
  margin: 0 0 5px 0px;
  font-size: 16px;
}

.faq-search .faq-list-a {
  background: url(/img/faq_a.gif) no-repeat;
  padding: 0 5px 0 25px;
  background-size: 20px;
}

#faq input.keyword_frm,
#pd-help input.keyword_frm {
  height: 28px;
  float: left;
  border-width: 1px 1px 1px 1px;
  border-color: #ccc;
  border-style: solid;
  line-height: 2.0;
  font-size: 14px;
  letter-spacing: 1.8px;
  width: 74%;
  margin: 0;
  -webkit-appearance: none;
}

#faq form .keyword_frmbtn,
#pd-help form .keyword_frmbtn {
  width: 24%;
  float: right;
  font-size: 12px;
  padding: 5px;
  margin: 0;
  line-height: 1.3;
  font-weight: bold;
  border: 1px solid #ff5b5b;
  border-radius: 50px;
  color: #ff5b5b !important;
  display: block;
  background-color: #fff;
  -webkit-appearance: none;
  text-decoration: none !important;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  outline: none;
}

#faq div#k_search_description,
#pd-help div#k_search_description {
  margin-bottom: 8px;
  padding: 0 8px;
}

#faq div#k_search_description+form,
#pd-help div#k_search_description+form {
  padding: 0 8px;
}