#bo_list {
  position: relative;
  margin-bottom: 20px;
  padding-top: 0 !important;
  max-width: 100%;
}

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

#bo_btn_top {
  transition: height 0.2s;
  height: 33px;
}

.selec_chk {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  overflow: hidden;
}

.chk_box {
  position: relative;
}

.chk_box input[type=checkbox] + label {
  position: relative;
  color: #676e70;
}

.chk_box input[type=checkbox] + label span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #fff;
  border: 1px solid #d0d4df;
  border-radius: 3px;
}

.chk_box input[type=checkbox]:checked + label span {
  background: url(./img/chk.png) no-repeat 50% 50% #3a8afd;
  border-color: #1471f6;
  border-radius: 3px;
}

.faq__section-wrap {
  background: #f3f0e7;
}

.faq__section {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 0;
  background: #f3f0e7;
}
.faq__section .faq__left {
  flex: 1;
  min-width: 0;
  padding-top: 6px;
}
.faq__section .faq__left .faq__en {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 14px;
  font-family: "Myriad Pro";
}
.faq__section .faq__left .faq__tit {
  font-size: 35px;
  font-weight: 700;
  color: #201e1e;
  line-height: 1.4;
  margin-bottom: 18px;
}
.faq__section .faq__left .faq__desc {
  font-size: 20px;
  font-weight: 700;
  color: #201e1e;
  line-height: 1.7;
  opacity: 0.5;
}
.faq__section .faq__right {
  flex: 1;
  min-width: 0;
}

#bo_list {
  padding: 0;
}
#bo_list .faq-section .faq__head {
  display: none;
}
#bo_list .faq-section .faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#bo_list .faq-section .faq__list .faq__item {
  border-bottom: 1px solid #e8e4de;
  margin-bottom: 0 !important;
  overflow: visible !important;
}
#bo_list .faq-section .faq__list .faq__item:first-child {
  border-top: 1px solid #e8e4de;
}
#bo_list .faq-section .faq__list .faq__item .accordion {
  box-shadow: none;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer;
  text-align: left;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-btn::before {
  content: "" !important;
  display: none !important;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-btn::after {
  display: none !important;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-btn .acco-subject {
  font-size: 20px;
  font-weight: 700;
  color: rgba(32, 30, 30, 0.6);
  line-height: 1.5;
  flex: 1;
  order: 1;
  padding-left: 30px;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-btn .acco-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  order: 2;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-btn .acco-icon::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid rgba(32, 30, 30, 0.4);
  border-bottom: 1.5px solid rgba(32, 30, 30, 0.4);
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-btn .acco-icon::after {
  display: none !important;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-btn:hover .acco-subject {
  color: var(--theme-color);
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-btn:hover .acco-icon::before {
  border-right-color: var(--theme-color);
  border-bottom-color: var(--theme-color);
}
#bo_list .faq-section .faq__list .faq__item .accordion.active .acco-btn .acco-subject {
  color: var(--theme-color);
}
#bo_list .faq-section .faq__list .faq__item .accordion.active .acco-btn .acco-icon::before {
  border-right-color: var(--theme-color);
  border-bottom-color: var(--theme-color);
  transform: translate(-50%, -30%) rotate(225deg);
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-con-wr {
  overflow: hidden;
  height: 0;
  border-top: none;
  transition: height 0.35s ease;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-contents {
  background: none !important;
  padding: 0 0 20px 0 !important;
  border-top: none !important;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-contents::before {
  display: none !important;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-contents {
  font-size: 20px;
  font-weight: 700;
  color: #201e1e;
  line-height: 1.5;
  opacity: 0.4;
}
#bo_list .faq-section .faq__list .faq__item .accordion .acco-contents p {
  padding-left: 30px;
}
#bo_list .faq-section .faq__list .faq__empty {
  padding: 40px 0;
  font-size: 15px;
  color: #999;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .faq__section {
    flex-direction: column;
    gap: 40px;
    padding: 60px 30px;
  }
  .faq__section .faq__left {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #bo_btn_top {
    height: 0;
    overflow: hidden;
  }
}/*# sourceMappingURL=style.min.css.map */