.search-wp {
  position: relative;
  margin: 0 auto;
  padding-right: 5.5rem;
}
.search-wp:after {
  content: '';
  display: block;
  clear: both;
}
.search-wp > div {
  float: left;
}
.search-wp .form-control {
  padding: 0.8rem 0.833rem;
  border: 2px solid #666666;
  border-radius: 0.583rem;
  font-size: 1rem;
}
.search-wp .sel-wp {
  width: 35%;
}
.search-wp .inp-wp {
  position: relative;
  width: 100%;
}
.search-wp .sel-wp + .inp-wp {
  width: 63%;
  margin-left: 2%;
}
.search-wp .btn-wp {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}
.search-wp .btn-search {
  width: 5rem;
  padding: 0;
  border-radius: 1.666rem;
  color: #fff;
  line-height: 3.2rem;
  background: #666666;
}

@media (min-width: 1080px) {
  .search-wp {
    max-width: 865px;
    padding-right: 140px;
  }
  .search-wp .form-control {
    height: 64px;
    padding: 15px 25px;
    font-size: 1.2rem;
  }
  .search-wp .sel-wp {
    max-width: 193px;
  }
  .search-wp .sel-wp + .inp-wp {
    width: 516px;
  }
  .search-wp .inp-wp:before {
    left: 20px;
    width: 30px;
    height: 30px;
    background-size: 24px;
  }
  .search-wp .inp-wp:after {
    left: 60px;
    height: 20px;
  }
  .search-wp .btn-wp {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .search-wp .btn-search {
    width: 120px;
    height: 64px;
  }
}

.tb-list {
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  font-size: 1rem;
}
.tb-list > li {
  display: block;
  width: 100%;
  padding: 0.83rem 0.44rem;
  border-bottom: 1px solid #dee2e6;
}
.tb-list > li:last-child {
  border-bottom: 0;
}
.tb-list > li > div {
  display: block;
  color: #010101;
}
.tb-list > li > div + div {
  margin-top: 0.3rem;
}
.tb-list .list-th {
  display: none;
}
.tb-list .tb-title {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  word-break: break-all;
  line-height: 1.3;
}
.tb-list .date {
  font-size: 1rem;
}

@media (min-width: 1080px) {
  .tb-list > li {
    display: table;
    table-layout: fixed;
    padding: 0;
  }
  .tb-list > li > div {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 15px 10px;
    text-align: center;
  }
  .tb-list > li > div + div {
    margin-top: 0;
  }
  .tb-list > li > div.text-left {
    padding-left: 30px;
    text-align: left;
  }
  .tb-list .list-th {
    display: table;
    font-size: 1rem;
    text-align: center;
    background: #f3f3f3;
  }
  .tb-list .tb-title {
    font-size: 1rem;
  }
  .tb-list .tb-title:hover,
  .tb-list .tb-title:focus {
    color: #666666;
  }
  .tb-list .name {
    width: 250px;
    padding-right: 0;
    padding-left: 0;
  }
  .tb-list .date {
    width: 150px;
    padding-right: 0;
    padding-left: 0;
  }
  .tb-list .enddate {
    width: 250px;
    padding-right: 0;
    padding-left: 0;
  }
  .tb-list .num {
    width: 105px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .nav-tabs {
    border-top: 1px solid #dee2e6;
    border-bottom: 0px;
  }
  .nav-tabs .nav-item {
    width: 50%;
    flex-basis: auto;
  }
  .nav-tabs .nav-link {
    font-size: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px;
  }
  .nav-tabs .nav-link.active {
    border-bottom: 1px solid #d55566;
  }
  .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-link.active:focus {
    border-bottom: 1px solid #dee2e6;
  }
  .tb-list li {
    font-size: 0.9rem;
    padding: 0.5rem 0.3rem;
  }
  .tb-list .num {
    display: none;
  }
  .tb-list .date {
    font-size: 0.85rem;
    display: inline-block;
  }
  .tb-list .date + .date {
    margin-left: 1rem;
  }
  .page-link {
    padding: 0.35rem 0.65rem;
    font-size: 0.9rem;
  }
}

.tb-list2 {
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  font-size: 1rem;
}
.tb-list2 > li {
  display: block;
  width: 100%;
  padding: 0.83rem 0.44rem;
  border-bottom: 1px solid #dee2e6;
}
.tb-list2 > li:last-child {
  border-bottom: 0;
}
.tb-list2 > li > div {
  display: block;
  color: #010101;
}
.tb-list2 > li > div + div {
  margin-top: 0.3rem;
}
.tb-list2 .tb-title {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  word-break: break-all;
  line-height: 1.3;
}
.tb-list2 .date {
  font-size: 1rem;
}
.tb-list2 > li {
  display: table;
  table-layout: fixed;
  padding: 0;
}
.tb-list2 > li > div {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding: 15px 10px;
  text-align: center;
}
.tb-list2 > li > div + div {
  margin-top: 0;
}
.tb-list2 > li > div.text-left {
  padding-left: 30px;
  text-align: left;
}
.tb-list2 .list-th {
  display: table;
  font-size: 1rem;
  text-align: center;
  background: #f3f3f3;
}
.tb-list2 .tb-title {
  font-size: 1rem;
}
.tb-list2 .tb-title:hover,
.tb-list2 .tb-title:focus {
  color: #666666;
}
@media (min-width: 768px) {
  .tb-list2 .state {
    width: 150px;
    padding-right: 0;
    padding-left: 0;
  }
  .tb-list2 .num {
    width: 105px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .tb-list2 .state {
    width: 100px;
  }
  .tb-list2 .num {
    display: none;
  }
  .tb-list2 > li > div.text-left {
    padding-left: 0.5rem;
    text-align: left;
  }
}

.accordion-button:not(.collapsed) {
  font-weight: 500;
  color: #000;
  background-color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-accordion .accordion-body {
  background: #f7f7f7;
}

.faq-accordion .accordion-button,
.faq-accordion .accordion-body {
  padding: 1rem 1rem 1rem 4rem;
}
.faq-accordion .accordion-button .ball {
  display: inline-block;
  position: absolute;
  left: 1.2rem;
  width: 1.66rem;
  height: 1.66rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.66rem;
  background: #a2a2a2;
}
.faq-accordion .accordion-body .ball {
  display: inline-block;
  position: absolute;
  left: 2rem;
  width: 1.66rem;
  height: 1.66rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.66rem;
  background: #a2a2a2;
}
@media (max-width: 767.98px) {
  .faq-accordion .accordion-button .ball {
    left: 0.8rem;
    font-size: 0.9rem;
  }
  .faq-accordion .accordion-body .ball {
    left: 1.6rem;
    font-size: 0.9rem;
  }
  .faq-accordion .accordion-button,
  .faq-accordion .accordion-body {
    padding: 0.8rem 0.8rem 0.8rem 3rem;
    font-size: 0.9rem;
  }
}

.page-link {
  color: #666;
}
.page-item .page-link.active {
  color: #c1293d;
  font-weight: 500;
  background-color: #f3f3f3;
}

/* bbs-view */
.bbs-view {
  border-bottom: 1px solid #dee2e6;
}
.bbs-view .view-head {
  position: relative;
  padding: 1.25rem 1.083rem;
  border-bottom: 1px solid #dee2e6;
  background: #f7f7f7;
}
.bbs-view .view-head:after {
  content: '';
  display: block;
  clear: both;
}
.bbs-view .view-head .title {
  display: block;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
}
.bbs-view .view-head .date {
  margin-top: 0.666rem;
  color: #7a7d7d;
  font-size: 1.083rem;
}
.bbs-view .view-body {
  padding: 1.8rem 0 2.5rem;
  color: #000;
  font-size: 1rem;
}
.bbs-view .view-page > div {
  overflow: hidden;
  position: relative;
  padding: 0.8rem 1.083rem 0.7rem 5.166rem;
  border-top: 1px solid #dee2e6;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bbs-view .view-page div:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 4.416rem;
  width: 1px;
  height: 0.75rem;
  color: #000;
  background: #cbdbd9;
  transform: translateY(-50%);
}
.bbs-view .view-page em {
  position: absolute;
  top: 50%;
  left: 1.083rem;
  font-size: 1rem;
  transform: translateY(-50%);
}
.bbs-view .view-page a {
  color: #000;
  font-size: 1.166rem;
}
/* btn-wrap */
.btn-wrap {
  margin: 1.916rem -0.5rem 0;
  text-align: center;
}
.btn-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.btn-wrap > span {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 0.5rem;
}
.btn-wrap > span > .btn {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-search {
  padding: 0.6rem 0.8rem;
  font-size: 1.2rem;
}
.btn-round {
  border-radius: 2rem;
}
@media (min-width: 1080px) {
  /* bbs-view */
  .bbs-view {
    border-width: 2px 0;
  }
  .bbs-view .view-head {
    padding: 22px 240px 22px 40px;
  }
  .bbs-view .title {
    font-size: 1.5rem;
  }
  .bbs-view .date {
    margin-top: 0;
    font-size: 1rem;
  }
  .bbs-view .view-body {
    padding: 2rem 1rem;
    font-size: 1rem;
  }
  .bbs-view .view-page > div {
    padding: 15px 40px 14px 115px;
  }
  .bbs-view .view-page div:before {
    left: 102px;
    height: 17px;
  }
  .bbs-view .view-page em {
    left: 40px;
    font-size: 1rem;
  }
  .bbs-view .view-page a {
    font-size: 1.2rem;
    transition: color 0.3s;
  }
  .bbs-view .view-page a:hover,
  .bbs-view .view-page a:focus {
    color: #35baaa;
  }
  /* btn-wrap */
  .btn-wrap {
    margin-right: -5px;
    margin-left: -5px;
    text-align: center;
  }
  .btn-wrap > span {
    float: none;
    width: auto !important;
    min-width: 360px;
    padding: 0 5px;
  }
  .btn-wrap > span .btn {
    letter-spacing: -0.1rem;
  }
}
@media (max-width: 767.98px) {
  .bbs-view .view-head .title {
    font-size: 1rem;
  }
  .bbs-view .view-head .date {
    font-size: 0.9rem;
  }
}

.guide-box .accordion-body {
  background: #f8f8f8;
}

.lst-bullet > li,
.text-bullet {
  position: relative;
  padding-left: 1rem;
  color: #333;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.8;
}
.lst-bullet > li:before,
.text-bullet:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 4px;
  height: 4px;
  background: #000;
}

.btn-defult {
  color: #fff;
  background-color: #3182f6;
  padding: 0.6rem 2.8rem;
}
.btn-defult:hover {
  color: #fff;
  background-color: #1b64da;
  border-color: #1b64da;
}

.check-box .accordion-header {
  border-bottom: 1px solid #d4d4d4;
  padding: 0rem 1rem 1rem 1rem;
}

.check-box .accordion-body {
  padding: 1rem 1.25rem;
  background: #f8f8f8;
  max-height: 230px;
  font-size: .85rem;
  overflow-y: auto;
  line-height: 1.5;
}

input[type='checkbox'] + label {
  font-weight: 500;
}

.page-title {
  display: inline-block;
  position: relative;
  padding-left: 250px;
}

.page-title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 4px;
  width: 100%;
  height: 35px;
  background: url(/images/form/logo-mobile.png) no-repeat;
  background-size: contain;
}

@media (max-width: 991.98px) {
  .page-inner{
    text-align: center;
  }
  .page-title {
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 0;
    font-size: 1.5rem;
  }
  .page-title::before {
    position: relative;
    height: 30px;
    margin-bottom: 0.8rem;
    background-position: center;
  }
}