@media screen and (max-width: 767.9px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pageTitle_inner_title {
  text-align: center;
  padding-right: 0;
}

h1 {
  display: inline-block;
  color: #18187A;
  margin-bottom: 16px;
  padding: 0 0 0 34px;
  background: url(/lp/oa-coupon/img/officialaccount.png) no-repeat;
  background-size: 24px;
  background-position: left center;
}

.kv_img {
  margin-bottom: 16px;
}
.kv_img img {
  width: 100%;
}

.tab-menu {
  border: none;
}
.tab-menu .swiper-slide-thumb-active {
  color: #BF0000;
  border-bottom: 2px solid #BF0000;
}
.tab-menu_inner {
  justify-content: center;
}

.tab-contents .swiper-slide .list_item {
  border-bottom: 0.2px solid #D1D1D1;
}
.tab-contents .swiper-slide .list_item_account {
  pointer-events: none;
}
.tab-contents .swiper-slide .list_item_account_img {
  width: 44px;
  height: 44px;
}
.tab-contents .swiper-slide .list_item_account_detail {
  padding-right: 0;
}
.tab-contents .swiper-slide .list_item_account_detail::after {
  content: none;
}
.tab-contents .swiper-slide .list_item_account_detail_name {
  font-size: 13px;
}
.tab-contents .swiper-slide .list_item_account_detail_text {
  font-size: 10px;
}
.tab-contents .swiper-slide .list_item_account_followBtn {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 66px;
  max-width: 100%;
  height: 24px;
  margin: 0 auto;
  color: #ffffff;
  background: #007ACC;
  font-size: 9px;
  border-radius: 100px;
}
.tab-contents .swiper-slide .list_item_account_followBtn span {
  display: flex;
  align-items: center;
  height: 14px;
  padding: 0 0 0 15px;
  background: url(/lp/oa-coupon/img/followBtn_icon.png) no-repeat;
  background-size: 12px;
  background-position: left center;
}
.tab-contents .swiper-slide.swiper-slide-active .list_item_account {
  pointer-events: all;
}

.aboutOA {
  padding: 0 16px;
}

.aboutOA_accordion {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}

.accordion_title {
  padding: 16px;
  color: #18187A;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: url(/lp/oa-coupon/img/bg-circlePinkArrow.png) no-repeat;
  background-size: 13px;
  background-position: right 20px center;
}
.accordion_title.is-open {
  background: url(/lp/oa-coupon/img/bg-circlePinkArrow-close.png) no-repeat;
  background-size: 13px;
  background-position: right 20px center;
}
@media screen and (min-width: 768px) {
  .accordion_title {
    background-size: 16px;
  }
  .accordion_title.is-open {
    background-size: 16px;
  }
}

.accordion_content {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  color: black;
  height: 0;
  transition: height 0.3s;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .accordion_content {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
  }
}
.accordion_content.is-open {
  display: flex;
  padding: 20px 24px 24px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .accordion_content.is-open {
    padding: 20px 36px 24px;
  }
}
.accordion_content_h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.accordion_content_h3 span {
  color: #FF008C;
}
.accordion_content_text {
  width: 100%;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .accordion_content_text {
    font-size: 20px;
  }
}
.accordion_content_img {
  width: 100%;
}
.accordion_content img {
  max-width: 100%;
}