@media (max-width: 991.98px) {
  html {
    /*font-size: 6px;*/
    /*font-size: 37.5%;*/
    font-size: 8px;
    font-size: 50%;
  }
  input, select, textarea {
    font-size: 16px;
  }
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.5 !important;*/
  font-family: inherit !important;
}
/* common */
.bh #content {
  padding: 120px 0 150px 0;
}
.bh .body {
  margin-top: -100px;
}
.bh .xe-widget-wrapper {
  overflow: visible;
}
.bh .common_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh .common_btn_wrap .common_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  font-size: 20px;
  font-weight: 800;
  background-color: var(--bh_color_white);
  transition: all 0.3s;
}
.bh .common_btn_wrap .common_btn i {
  font-weight: normal;
}
.bh .common_btn_wrap .common_btn:hover {
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
}
@media (max-width: 992px) {
  .bh #content {
    padding: 50px 0 70px 0;
  }
  .bh .body {
    margin-top: 0;
  }
  .bh .common_btn_wrap .common_btn {
    gap: 6px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
}
/* header */
.bh .header_wrap {
  border-bottom: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.bh .header_wrap .logo {
  margin: 25px 0;
}
.bh .header_wrap .logo a img {
  height: 50px;
  object-fit: contain;
}
.bh .header_wrap .main_menu > ul > li.active > a {
  font-weight: 800;
}
.bh .header_wrap .main_menu > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 36px 40px 30px 40px;
  color: var(--bh_color_gray_800);
}
.bh .header_wrap .main_menu > ul > li > a::after {
  content: "";
  margin-top: 5px;
}
.bh .header_wrap .main_menu > ul > li > a:hover {
  font-weight: 800;
}
.bh .mobile_header_top {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
/* sub_top_banner */
.bh .sub_top_banner .sub_top_banner_content_wrap .bh_row .col-12 {
  height: 100%;
}
.bh .sub_top_banner .sub_top_banner_content_wrap span {
  display: block;
  margin-top: 200px;
  text-shadow: none;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--bh_color_gray_900) !important;
}
.bh .sub_top_banner .sub_top_banner_content_wrap .hr-line {
  display: none;
}
@media (max-width: 992px) {
  .bh .sub_top_banner .sub_top_banner_content_wrap span {
    font-size: 24px;
    margin-top: 40px;
  }
}
.bh .sub_top_banner .breadcrumb_wrap {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
  height: auto;
  margin-bottom: 50px;
  text-align: center;
}
.bh .sub_top_banner .breadcrumb_wrap .breadcrumb {
  width: 100%;
  float: unset !important;
}
.bh .sub_top_banner .breadcrumb_wrap .breadcrumb a {
  color: var(--bh_color_gray_700);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.bh .sub_top_banner .breadcrumb_wrap .breadcrumb a i {
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  color: var(--bh_color_gray_700);
}
.bh .sub_top_banner .breadcrumb_wrap .breadcrumb .dot {
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--bh_color_gray_300);
}
@media (max-width: 992px) {
  .bh .sub_top_banner .breadcrumb_wrap {
    margin-bottom: 35px;
  }
  .bh .sub_top_banner .breadcrumb_wrap .breadcrumb a {
    font-size: 1.4rem;
  }
  .bh .sub_top_banner .breadcrumb_wrap .breadcrumb a i {
    position: relative;
    top: 2px;
    font-size: 16px;
  }
  .bh .sub_top_banner .breadcrumb_wrap .breadcrumb .dot {
    margin: 0 8px;
    width: 3px;
    height: 3px;
    top: -2px;
  }
}
/* middle_sub_menu */
.bh .middle_sub_menu {
  margin-top: 0;
  border-top: none;
  background: none;
}
.bh .middle_sub_menu ul {
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.bh .middle_sub_menu ul li {
  width: auto;
  height: auto;
  border-left: none;
  border-right: none !important;
}
.bh .middle_sub_menu ul li.active a {
  font-weight: 800;
  color: var(--bh_color_main) !important;
  border-bottom: 2px solid var(--bh_color_main);
}
.bh .middle_sub_menu ul li a {
  padding: 15px 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--bh_color_gray_600);
}
@media (max-width: 992px) {
  .bh .middle_sub_menu ul li a {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}
/* section1 */
.section1 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section1 .sec01_wrap .img_box {
  border-radius: 20px;
  overflow: hidden;
}
.section1 .sec01_wrap .img_box img {
  width: 100%;
  object-fit: contain;
}
.section1 .sec01_wrap .arrow_box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.section1 .sec01_wrap .arrow_box .line {
  position: relative;
  width: 2px;
  height: 50px;
  background-image: linear-gradient(to bottom, rgba(51, 114, 255, 0) 0%, var(--bh_color_main) 100%);
}
.section1 .sec01_wrap .arrow_box .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bh_color_main);
}
.section1 .sec01_wrap .sec01_inner {
  position: relative;
  width: calc(100% - 200px);
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 120px auto 0;
  border-radius: 20px;
  background-image: url(/assets/images/main/sec01_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.section1 .sec01_wrap .sec01_inner .triangle {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 30px solid var(--bh_color_gray_100);
}
.section1 .sec01_wrap .sec01_inner .point_box {
  margin-top: 30px;
}
.section1 .sec01_wrap .sec01_inner .point_box span {
  display: inline-block;
  padding: 10px 89px;
  border-radius: 500px;
  box-shadow: 15px 15px 15px 5px rgba(0, 0, 0, 0.15);
  background-color: var(--bh_color_main);
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .section1 .sec01_wrap .sec01_inner {
    width: calc(100% - 30px);
  }
}
@media (max-width: 992px) {
  .section1 .sec01_wrap .img_box {
    border-radius: 10px;
  }
  .section1 .sec01_wrap .arrow_box {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .section1 .sec01_wrap .arrow_box .line {
    height: 35px;
  }
  .section1 .sec01_wrap .arrow_box .line::after {
    width: 8px;
    height: 8px;
  }
  .section1 .sec01_wrap .sec01_inner {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 50px auto 0;
  }
  .section1 .sec01_wrap .sec01_inner .triangle {
    top: -20px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid var(--bh_color_gray_100);
  }
  .section1 .sec01_wrap .sec01_inner .point_box {
    margin-top: 20px;
  }
  .section1 .sec01_wrap .sec01_inner .point_box span {
    padding: 10px 15px;
  }
}
/* section2 */
.bh .section2 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.bh .section2 > .bh_wrap .effect_wrap {
  position: relative;
  isolation: isolate;
  height: 100vh;
  overflow: hidden;
}
.bh .section2 > .bh_wrap .effect_wrap .panel {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(/assets/images/main/sec02_bg_1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 0 0;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec1 .logo_white {
  position: relative;
  top: -2px;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec1 .point_text span {
  display: inline-block;
  white-space: nowrap;
  border-radius: 500px;
  padding: 12px 30px;
  background-image: linear-gradient(97deg, #3372ff 0%, #76bc2b 100%);
  font-weight: 800;
  color: var(--bh_color_white);
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec1 .img_box {
  border-radius: 20px;
  overflow: hidden;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec1 .img_box img {
  width: 100%;
  object-fit: contain;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(/assets/images/main/sec02_bg_2.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 0 0;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec2 .img_box {
  border-radius: 20px;
  overflow: hidden;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec2 .img_box img {
  width: 100%;
  object-fit: contain;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(/assets/images/main/sec02_bg_3.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 0 0;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .img_box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  height: 440px;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .solution_box {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .solution_box .solution_item {
  width: calc((100% - 120px) / 5);
  padding-top: 9.5px;
  border-top: 1px solid var(--bh_color_gray_300);
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .solution_box .solution_item div {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 5px;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .solution_box .solution_item p {
  font-size: 14px;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(/assets/images/main/sec02_bg_4.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 0 0;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .img_box {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc {
  position: relative;
  border-radius: 20px;
  background-color: var(--bh_color_gray_100);
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc .point {
  position: absolute;
  right: 0;
  top: -65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 130px;
  height: 130px;
  background-image: url(/assets/images/sub/brand_point.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc .point span {
  font-size: 18px;
  font-weight: 800;
  color: var(--bh_color_main_600);
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc .desc_top {
  padding: 30px 10px 14.5px 30px;
  font-size: 16px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc .desc_bottom {
  display: flex;
  padding: 12.5px 10px 14.5px 30px;
  font-size: 18px;
  font-weight: 800;
  color: var(--bh_color_main);
}
.bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc .desc_bottom i {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .bh .section2 > .bh_wrap .effect_wrap .penel.sec3 .solution_box {
    display: flex;
    gap: 10px;
    margin-top: 50px;
  }
  .bh .section2 > .bh_wrap .effect_wrap .penel.sec3 .solution_box .solution_item {
    width: calc((100% - 40px) / 5);
    padding-top: 9.5px;
    border-top: 1px solid var(--bh_color_gray_300);
  }
  .bh .section2 > .bh_wrap .effect_wrap .penel.sec3 .solution_box .solution_item div {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .bh .section2 > .bh_wrap .effect_wrap {
    height: auto;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel {
    position: relative;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec1 {
    border-radius: 25px 25px 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec1 .logo_white img {
    width: 100px;
    object-fit: contain;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec1 .img_box {
    border-radius: 10px;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec2 {
    border-radius: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec2 .img_box {
    border-radius: 10px;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec3 {
    border-radius: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .img_box {
    height: 260px;
    background-color: #fff;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .img_box img {
    height: 260px;
    object-fit: contain;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .solution_box {
    margin-top: 30px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .solution_box .solution_item {
    width: calc((100% - 40px) / 3);
    text-align: center;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .solution_box .solution_item div {
    font-size: 1.8rem;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec3 .solution_box .solution_item p {
    font-size: 1.6rem;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec4 {
    border-radius: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .img_box {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .img_box img {
    width: 100%;
    object-fit: cover;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc {
    border-radius: 10px;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc .point {
    top: -35px;
    width: 70px;
    height: 70px;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc .point span {
    font-size: 1.4rem;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc .desc_top {
    padding: 15px 10px 15px 10px;
    font-size: 1.6rem;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc .desc_bottom {
    padding: 15px 10px 15px 10px;
    font-size: 1.8rem;
  }
  .bh .section2 > .bh_wrap .effect_wrap .panel.sec4 .result_item .desc .desc_bottom i {
    font-size: 14px;
  }
}
/* section3 */
.section3 .sec03_wrap {
  position: relative;
}
.section3 .sec03_wrap .sec03_controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section3 .sec03_wrap .sec03_controls .sec03-button-prev, .section3 .sec03_wrap .sec03_controls .sec03-button-next {
  position: absolute;
  bottom: 408px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--bh_color_gray_100);
  font-size: 40px;
  color: var(--bh_color_gray_400);
  cursor: pointer;
  transition: all 0.3s;
}
.section3 .sec03_wrap .sec03_controls .sec03-button-prev:hover, .section3 .sec03_wrap .sec03_controls .sec03-button-next:hover {
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
}
.section3 .sec03_wrap .sec03_controls .sec03-button-prev {
  left: -120px;
}
.section3 .sec03_wrap .sec03_controls .sec03-button-next {
  right: -120px;
}
.section3 .sec03_wrap .sec03_swiper {
  overflow: hidden;
  margin-bottom: -60px;
}
.section3 .sec03_wrap .sec03_swiper .swiper-wrapper {
  padding-bottom: 60px;
  align-items: center;
}
.section3 .sec03_wrap .sec03_swiper .swiper-slide {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section3 .sec03_wrap .sec03_swiper .swiper-slide .product_box_1 {
  position: relative;
}
.section3 .sec03_wrap .sec03_swiper .swiper-slide .product_box_1 .product {
  position: absolute;
  top: -29px;
  left: 201px;
}
.section3 .sec03_wrap .sec03_swiper .swiper-slide .product_box_1 .product img {
  width: 369px;
  object-fit: contain;
  filter: drop-shadow(15px 15px 5px rgba(0, 0, 0, 0.15));
}
.section3 .sec03_wrap .sec03_swiper .swiper-slide .product_m_box {
  display: none;
}
.section3 .sec03_wrap .sec03_swiper .swiper-slide .product_box_2 {
  position: relative;
}
.section3 .sec03_wrap .sec03_swiper .swiper-slide .product_box_2 .product {
  position: absolute;
  top: -29px;
  left: 201px;
}
.section3 .sec03_wrap .sec03_swiper .swiper-slide .product_box_2 .product img {
  width: 369px;
  object-fit: contain;
  filter: drop-shadow(15px 15px 5px rgba(0, 0, 0, 0.15));
}
.section3 .sec03_wrap .sec03_swiper .swiper-slide .product_box_2.mobile {
  display: none;
}
@media (max-width: 1600px) {
  .section3 .sec03_wrap .sec03_controls {
    display: none;
  }
}
@media (max-width: 1200px) {
  .section3 .sec03_wrap .sec03_swiper {
    margin-bottom: 0;
  }
  .section3 .sec03_wrap .sec03_swiper .swiper-wrapper {
    padding-bottom: 0;
  }
  .section3 .sec03_wrap .sec03_swiper .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section3 .sec03_wrap .sec03_swiper .swiper-slide .product_box_1.pc {
    display: none;
  }
  .section3 .sec03_wrap .sec03_swiper .swiper-slide .product_box_2.pc {
    display: none;
  }
  .section3 .sec03_wrap .sec03_swiper .swiper-slide .product_m_box {
    display: block;
  }
  .section3 .sec03_wrap .sec03_swiper .swiper-slide .product_m_box img {
    width: 100%;
    object-fit: contain;
  }
}
/* section4 */
.section4 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section4 .sec04_wrap {
  position: relative;
}
.section4 .sec04_wrap .service_item_wrap {
  position: relative;
  padding-top: 45px;
  text-align: center;
}
.section4 .sec04_wrap .service_item_wrap .item_num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.section4 .sec04_wrap .service_item_wrap .service_item {
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--bh_color_white);
  padding: 40px;
}
.section4 .sec04_wrap .text_bg {
  position: absolute;
  right: 0;
  bottom: 110px;
  z-index: -1;
}
@media (max-width: 992px) {
  .section4 .sec04_wrap .text_bg {
    right: -38%;
    bottom: 60px;
    width: 800px;
  }
}
/* section5 */
.section5 {
  padding-bottom: 15px !important;
  z-index: 2 !important;
}
.section5 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section5 .sec05_wrap .sec05_item_wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--bh_color_gray_50);
  border-top: 1px solid var(--bh_color_gray_300);
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.section5 .sec05_wrap .sec05_item_wrap .item_box {
  width: calc(100% / 5);
  padding: 55px 50px 50px;
  border-right: 1px solid var(--bh_color_gray_300);
}
.section5 .sec05_wrap .sec05_item_wrap .item_box:nth-last-of-type(1) {
  border-right: none;
}
@media (max-width: 1600px) {
  .section5 .sec05_wrap .sec05_item_wrap .item_box {
    padding: 30px 15px 30px;
  }
}
@media (max-width: 768px) {
  .section5 .sec05_wrap .sec05_item_wrap {
    padding: 20px 15px;
    gap: 10px;
    row-gap: 0;
  }
  .section5 .sec05_wrap .sec05_item_wrap .item_box {
    width: calc((100% - 10px) / 2);
    padding: 15px 0px;
    border-right: none;
  }
  .section5 .sec05_wrap .sec05_item_wrap .item_box br {
    display: none;
  }
}
/* section6 */
.section6 {
  margin-top: -15px;
}
.section6 .sec06_wrap .bh_row {
  align-items: stretch;
}
.section6 .sec06_wrap .sec06_item {
  position: relative;
  padding: 100px 10px 60px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  height: 100%;
}
.section6 .sec06_wrap .sec06_item .item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--bh_color_white);
  padding: 5px;
}
@media (max-width: 992px) {
  .section6 .sec06_wrap .sec06_item {
    padding: 20px 10px 20px;
    border-radius: 10px;
  }
  .section6 .sec06_wrap .sec06_item .item_icon {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin: 0 auto 15px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 10px;
  }
}
/* section7 */
.section.section7 {
  position: relative;
  padding: 0 !important;
}
.section7 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section7 .sec07_bg {
  min-height: 20px;
  object-fit: cover;
}
.section7 .sec07_wrap {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: var(--bh_color_gray_50);
}
@media (max-width: 992px) {
  .section7 .sec07_wrap {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
/* sub_common */
.bh .sub_ttl_box span {
  display: inline-block;
  position: relative;
  font-size: 48px;
  font-weight: 800;
  padding-right: 15px;
}
.bh .sub_ttl_box span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(153deg, #76bc2b 35%, #37a78b 55%, #0f9ac7 67%, #0096df 73%, #004098 106%), linear-gradient(to bottom, #d9d9d9, #d9d9d9);
}
@media (max-width: 992px) {
  .bh .sub_ttl_box span {
    font-size: 26px;
    padding-right: 10px;
  }
  .bh .sub_ttl_box span::after {
    width: 5px;
    height: 5px;
  }
}
/* sub */
.about .about_wrap .about_text_wrap .about_text {
  padding-left: 30px;
  border-left: 1px solid var(--bh_color_gray_300);
}
.about .about_wrap .about_img_box {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.about .about_wrap .about_img_box img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about .about_wrap .about_img_box .about_img {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.about .about_wrap .about_desc {
  border-radius: 20px 20px 0 0;
  padding: 50px 50px 0;
  background-image: linear-gradient(to bottom, #fafafa, rgba(250, 250, 250, 0));
  font-size: 18px;
  color: var(--bh_color_gray_700);
}
@media (max-width: 992px) {
  .about .about_wrap .about_text_wrap .about_text {
    padding-left: 15px;
  }
  .about .about_wrap .about_img_box {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .about .about_wrap .about_img_box img {
    border-radius: 10px;
  }
  .about .about_wrap .about_img_box .about_img {
    width: calc(100% - 10px);
    border-radius: 10px;
  }
  .about .about_wrap .about_desc {
    border-radius: 10px 10px 0 0;
    padding: 20px 15px 0;
    font-size: 1.6rem;
  }
}
.brand .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.brand .brand_wrap .brand_inner_1 {
  height: 396px;
  padding: 0px 30px 0px 50px;
  border-radius: 20px;
  background-color: var(--bh_color_gray_100);
}
.brand .brand_wrap .brand_inner_1 .point_text span {
  display: inline-block;
  white-space: nowrap;
  padding: 10px 30px;
  border-radius: 500px;
  font-size: 24px;
  font-weight: 800;
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
}
.brand .brand_wrap .brand_inner_1 .img_box {
  display: flex;
  gap: 30px;
}
.brand .brand_wrap .brand_inner_1 .img_box .img_1 {
  position: relative;
  top: 96px;
}
.brand .brand_wrap .brand_inner_1 .img_box .img_1 img {
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.brand .brand_wrap .brand_inner_1 .img_box .img_2 {
  position: relative;
  top: -40px;
}
.brand .brand_wrap .brand_inner_1 .img_box .img_2 img {
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.brand .brand_wrap .brand_inner_2 {
  margin-top: 190px;
}
.brand .brand_wrap .brand_inner_2 .point_text_2 span {
  display: inline-block;
  white-space: nowrap;
  border-radius: 500px;
  padding: 12px 30px;
  background-image: linear-gradient(97deg, #3372ff 0%, #76bc2b 100%);
  font-weight: 800;
  color: var(--bh_color_white);
}
.brand .brand_wrap .brand_inner_2 .img_box {
  border-radius: 20px;
  overflow: hidden;
}
.brand .brand_wrap .brand_inner_2 .logo_bk {
  position: relative;
  top: -2px;
}
.brand .brand_wrap .brand_inner_2 .logo_bk img {
  width: 138px;
  object-fit: contain;
}
.brand .brand_wrap .brand_inner_3 {
  margin-top: 150px;
  background-image: url(/assets/images/sub/brand_bg_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 150px;
}
.brand .brand_wrap .brand_inner_3 .result_item .img_box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.brand .brand_wrap .brand_inner_3 .result_item .desc {
  position: relative;
  border-radius: 20px;
  background-color: var(--bh_color_gray_100);
}
.brand .brand_wrap .brand_inner_3 .result_item .desc .point {
  position: absolute;
  right: 0;
  top: -65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 130px;
  height: 130px;
  background-image: url(/assets/images/sub/brand_point.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.brand .brand_wrap .brand_inner_3 .result_item .desc .point span {
  font-size: 18px;
  font-weight: 800;
  color: var(--bh_color_main_600);
}
.brand .brand_wrap .brand_inner_3 .result_item .desc .desc_top {
  padding: 30px 10px 14.5px 30px;
  font-size: 16px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.brand .brand_wrap .brand_inner_3 .result_item .desc .desc_bottom {
  display: flex;
  padding: 12.5px 10px 14.5px 30px;
  font-size: 18px;
  font-weight: 800;
  color: var(--bh_color_main);
}
.brand .brand_wrap .brand_inner_3 .result_item .desc .desc_bottom i {
  font-size: 16px;
  font-weight: normal;
}
.brand .brand_wrap .brand_inner_4 {
  padding-top: 120px;
  padding-bottom: 150px;
  background-image: url(/assets/images/sub/brand_bg_2.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.brand .brand_wrap .brand_inner_4 .img_box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  height: 440px;
}
.brand .brand_wrap .brand_inner_4 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand .brand_wrap .brand_inner_4 .solution_box {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
.brand .brand_wrap .brand_inner_4 .solution_box .solution_item {
  width: calc((100% - 120px) / 5);
  padding-top: 9.5px;
  border-top: 1px solid var(--bh_color_gray_300);
}
.brand .brand_wrap .brand_inner_4 .solution_box .solution_item div {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 5px;
}
.brand .brand_wrap .brand_inner_4 .solution_box .solution_item p {
  font-size: 14px;
}
.brand .brand_wrap .brand_inner_5 {
  margin-top: 150px;
}
.brand .brand_wrap .brand_inner_5 .mt-150 {
  margin-top: 150px;
}
.brand .brand_wrap .brand_inner_5 .item_box .img_box {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.brand .brand_wrap .brand_inner_5 .item_box .img_box img {
  width: 100%;
  object-fit: cover;
}
.brand .brand_wrap .brand_inner_5 .item_box .item_desc .desc_top span {
  font-size: 14px;
  color: var(--bh_color_gray_600);
}
.brand .brand_wrap .brand_inner_5 .item_box .item_desc .desc_top span.bar {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 5px;
  background-color: var(--bh_color_gray_300);
}
.brand .brand_wrap .brand_inner_5 .item_box .item_desc .desc_bottom {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 800;
  color: var(--bh_color_gray_900);
}
.brand .brand_wrap .brand_inner_5 .item_box .item_desc .desc_bottom span {
  color: var(--bh_color_main);
}
@media (max-width: 1200px) {
  .brand .brand_wrap .brand_inner_4 .solution_box {
    display: flex;
    gap: 10px;
    margin-top: 50px;
  }
  .brand .brand_wrap .brand_inner_4 .solution_box .solution_item {
    width: calc((100% - 40px) / 5);
    padding-top: 9.5px;
    border-top: 1px solid var(--bh_color_gray_300);
  }
  .brand .brand_wrap .brand_inner_4 .solution_box .solution_item div {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .brand .brand_wrap .brand_inner_1 {
    height: auto;
    padding: 20px;
  }
  .brand .brand_wrap .brand_inner_1 .point_text span {
    padding: 8px 15px;
    font-size: 1.8rem;
    font-weight: 800;
  }
  .brand .brand_wrap .brand_inner_1 .img_box {
    gap: 20px;
  }
  .brand .brand_wrap .brand_inner_1 .img_box .img_1 {
    top: 0;
  }
  .brand .brand_wrap .brand_inner_1 .img_box .img_2 {
    top: 0;
  }
  .brand .brand_wrap .brand_inner_2 {
    margin-top: 50px;
  }
  .brand .brand_wrap .brand_inner_2 .point_text_2 span {
    padding: 8px 15px;
  }
  .brand .brand_wrap .brand_inner_2 .img_box {
    width: 100%;
  }
  .brand .brand_wrap .brand_inner_2 .img_box img {
    width: 100%;
    object-fit: cover;
  }
  .brand .brand_wrap .brand_inner_2 .logo_bk img {
    width: 95px;
  }
  .brand .brand_wrap .brand_inner_3 {
    margin-top: 50px;
    padding-top: 50px;
  }
  .brand .brand_wrap .brand_inner_3 .result_item .img_box {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .brand .brand_wrap .brand_inner_3 .result_item .img_box img {
    width: 100%;
    object-fit: cover;
  }
  .brand .brand_wrap .brand_inner_3 .result_item .desc {
    border-radius: 10px;
  }
  .brand .brand_wrap .brand_inner_3 .result_item .desc .point {
    top: -35px;
    width: 70px;
    height: 70px;
  }
  .brand .brand_wrap .brand_inner_3 .result_item .desc .point span {
    font-size: 1.4rem;
  }
  .brand .brand_wrap .brand_inner_3 .result_item .desc .desc_top {
    padding: 15px 10px 15px 10px;
    font-size: 1.6rem;
  }
  .brand .brand_wrap .brand_inner_3 .result_item .desc .desc_bottom {
    padding: 15px 10px 15px 10px;
    font-size: 1.8rem;
  }
  .brand .brand_wrap .brand_inner_3 .result_item .desc .desc_bottom i {
    font-size: 14px;
  }
  .brand .brand_wrap .brand_inner_4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .brand .brand_wrap .brand_inner_4 .img_box {
    height: 260px;
    background-color: #fff;
  }
  .brand .brand_wrap .brand_inner_4 .img_box img {
    height: 260px;
    object-fit: contain;
  }
  .brand .brand_wrap .brand_inner_4 .solution_box {
    margin-top: 30px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .brand .brand_wrap .brand_inner_4 .solution_box .solution_item {
    width: calc((100% - 40px) / 3);
    text-align: center;
  }
  .brand .brand_wrap .brand_inner_4 .solution_box .solution_item div {
    font-size: 1.8rem;
  }
  .brand .brand_wrap .brand_inner_4 .solution_box .solution_item p {
    font-size: 1.6rem;
  }
  .brand .brand_wrap .brand_inner_5 {
    margin-top: 50px;
  }
  .brand .brand_wrap .brand_inner_5 .mt-150 {
    margin-top: 50px;
  }
  .brand .brand_wrap .brand_inner_5 .item_box .img_box {
    margin-bottom: 10px;
  }
  .brand .brand_wrap .brand_inner_5 .item_box .item_desc .desc_top span {
    font-size: 1.4rem;
    color: var(--bh_color_gray_600);
  }
  .brand .brand_wrap .brand_inner_5 .item_box .item_desc .desc_top span.bar {
    width: 1px;
    height: 8px;
    margin: 0 3px;
  }
  .brand .brand_wrap .brand_inner_5 .item_box .item_desc .desc_bottom {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}
.intro .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.intro .intro_wrap .intro_inner_1 {
  position: relative;
  padding-top: 50px;
  max-width: calc(100% - 400px);
  margin: 0 auto;
  width: 100%;
}
.intro .intro_wrap .intro_inner_1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 144px;
  border-radius: 50px 50px 0 0;
  background-image: linear-gradient(to bottom, #f5f5f5, #fff);
  z-index: -2;
}
.intro .intro_wrap .intro_inner_1 .service_item_wrap {
  position: relative;
  padding-top: 45px;
  text-align: center;
}
.intro .intro_wrap .intro_inner_1 .service_item_wrap .item_num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.intro .intro_wrap .intro_inner_1 .service_item_wrap .service_item {
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--bh_color_white);
  padding: 40px;
}
.intro .intro_wrap .intro_inner_2 {
  position: relative;
  padding-top: 120px;
}
.intro .intro_wrap .intro_inner_2 .intro_text_bg {
  position: absolute;
  top: -196px;
  right: 0;
  z-index: -1;
}
.intro .intro_wrap .intro_inner_2 .service_content {
  border-radius: 20px;
  background-color: var(--bh_color_gray_50);
  padding: 50px;
}
.intro .intro_wrap .intro_inner_2 .service_content .content_right .img_box {
  border-radius: 20px;
  overflow: hidden;
}
.intro .intro_wrap .intro_inner_2 .service_content .content_right .img_box img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .intro .intro_wrap .intro_inner_1 {
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  .intro .intro_wrap .intro_inner_1 {
    padding-top: 30px;
  }
  .intro .intro_wrap .intro_inner_1::after {
    height: 100px;
  }
  .intro .intro_wrap .intro_inner_1 .service_item_wrap {
    position: relative;
    padding-top: 30px;
    text-align: center;
  }
  .intro .intro_wrap .intro_inner_1 .service_item_wrap .item_num img {
    width: 50px;
    object-fit: contain;
  }
  .intro .intro_wrap .intro_inner_1 .service_item_wrap .service_item {
    border-radius: 10px;
    padding: 20px;
  }
  .intro .intro_wrap .intro_inner_2 {
    position: relative;
    padding-top: 100px;
  }
  .intro .intro_wrap .intro_inner_2 .intro_text_bg {
    top: -5px;
    width: 750px;
    right: -30%;
  }
  .intro .intro_wrap .intro_inner_2 .service_content {
    border-radius: 10px;
    padding: 20px;
  }
  .intro .intro_wrap .intro_inner_2 .service_content .content_right .img_box {
    border-radius: 10px;
  }
}
.a_200 .a_200_wrap .product_inner_1 .prd_desc {
  position: relative;
  padding-left: 29.5px;
}
.a_200 .a_200_wrap .product_inner_1 .prd_desc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to top, #3372ff 0%, #fff 100%);
}
.a_200 .a_200_wrap .product_inner_1 .prd_img img {
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.a_200 .a_200_wrap .product_inner_2 {
  margin-top: 120px;
}
.a_200 .a_200_wrap .product_inner_2 .bubble {
  position: relative;
  display: inline-block;
}
.a_200 .a_200_wrap .product_inner_2 .bubble p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: var(--bh_color_white);
}
.a_200 .a_200_wrap .product_inner_2 .inner_2_item {
  margin-top: -35px;
  border-radius: 20px;
  padding: 50px 45px 50px 50px;
  background-color: var(--bh_color_gray_50);
}
.a_200 .a_200_wrap .product_inner_2 .inner_2_item .img_box img {
  display: block;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.a_200 .a_200_wrap .product_inner_2 .inner_2_item .desc_box p .highlight {
  position: relative;
  display: inline;
  font-weight: 800;
  background: linear-gradient(to top, var(--bh_color_main_100) 0, var(--bh_color_main_100) 60%, transparent 45%);
}
.a_200 .a_200_wrap .product_inner_3 {
  margin-top: 120px;
}
.a_200 .a_200_wrap .product_inner_3 .inner_3_item .img_box {
  position: relative;
  padding-left: 110px;
}
.a_200 .a_200_wrap .product_inner_3 .inner_3_item .img_box > img {
  display: block;
  border-radius: 20px;
}
.a_200 .a_200_wrap .product_inner_3 .inner_3_item .img_box span {
  position: absolute;
  bottom: 0;
  left: 0;
}
.a_200 .a_200_wrap .product_inner_3 .inner_3_item .img_box span img {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}
.a_200 .a_200_wrap .product_inner_3 .inner_3_item .desc_wrap .desc_box {
  position: relative;
  padding-left: 20px;
}
.a_200 .a_200_wrap .product_inner_3 .inner_3_item .desc_wrap .desc_box::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 100px;
  background-color: var(--bh_color_main);
}
.a_200 .a_200_wrap .product_inner_4 {
  margin-top: 120px;
}
.a_200 .a_200_wrap .product_inner_4 .inner_4_item {
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.a_200 .a_200_wrap .product_inner_4 .inner_4_item .img_box {
  border-radius: 10px;
  overflow: hidden;
}
.a_200 .a_200_wrap .product_inner_4 .inner_4_item .img_box img {
  width: 100%;
  object-fit: cover;
}
.a_200 .a_200_wrap .product_inner_4 .inner_4_item .desc_box .desc_ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20.5px;
  border-bottom: 1px solid var(--bh_color_gray_300);
  font-size: 32px;
  font-weight: 800;
}
.a_200 .a_200_wrap .product_inner_5 {
  margin-top: 120px;
  padding: 100px;
  border-radius: 20px;
  background-color: var(--bh_color_gray_900);
}
.a_200 .a_200_wrap .product_inner_5 .desc_box .desc_item .label span {
  display: inline-block;
  text-align: center;
  padding: 5px;
  white-space: nowrap;
  width: 132px;
  height: 40px;
  border-radius: 500px;
  background-color: var(--bh_color_main);
  font-size: 20px;
  font-weight: 800;
}
.a_200 .a_200_wrap .product_inner_5 .desc_box .desc_item p {
  opacity: 0.8;
}
.a_200 .a_200_wrap .product_inner_6 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
  margin-top: 120px;
}
.a_200 .a_200_wrap .product_inner_6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 99999px;
  background-color: var(--bh_color_gray_50);
  z-index: -1;
}
.a_200 .a_200_wrap .product_inner_6 .mt-120 {
  margin-top: 120px;
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_ttl {
  position: relative;
  padding-left: 23px;
  font-size: 32px;
  font-weight: 800;
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_ttl::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--bh_color_point);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_ttl span {
  color: var(--bh_color_main_700);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  font-size: 18px;
  border-top: 2px solid var(--bh_color_main);
  background-color: var(--bh_color_white);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table thead th {
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 20px 10px;
  font-weight: 800;
  border-right: 1px solid var(--bh_color_gray_300);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table thead th span {
  font-weight: 300;
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table thead th:nth-last-of-type(1) {
  border-right: none;
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table tbody td {
  font-weight: 500;
  color: var(--bh_color_gray_700);
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 20px 10px;
  border-right: 1px solid var(--bh_color_gray_300);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table tbody td:nth-last-of-type(1) {
  border-right: none;
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table .blue {
  color: var(--bh_color_main);
  font-weight: 800;
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_2 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  font-size: 18px;
  border-top: 2px solid var(--bh_color_main);
  background-color: var(--bh_color_white);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_2 th {
  font-weight: 18px;
  font-weight: 800;
  padding: 20px 10px;
  border-right: 1px solid var(--bh_color_gray_300);
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_2 td {
  padding: 20px 10px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_2 .blue {
  font-size: 16px;
  color: var(--bh_color_main);
  font-weight: 800;
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_3 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 18px;
  border-top: 2px solid var(--bh_color_main);
  background-color: var(--bh_color_white);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_3 thead th:nth-last-of-type(1) {
  border-right: none;
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_3 th {
  font-weight: 800;
  padding: 20px 10px;
  border-right: 1px solid var(--bh_color_gray_300);
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_3 th span {
  font-weight: 300;
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_3 td {
  font-weight: 500;
  color: var(--bh_color_gray_700);
  padding: 20px 10px;
  border-bottom: 1px solid var(--bh_color_gray_300);
  border-right: 1px solid var(--bh_color_gray_300);
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_3 td:nth-last-of-type(1) {
  border-right: none;
}
.a_200 .a_200_wrap .product_inner_6 .test_item .test_table_3 .blue {
  font-weight: 800;
  color: var(--bh_color_main);
}
.a_200 .a_200_wrap .product_inner_6 .img_box {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.a_200 .a_200_wrap .product_inner_7 {
  margin-top: 120px;
}
.a_200 .a_200_wrap .product_inner_7 .case_title {
  position: relative;
  padding-left: 23px;
  font-size: 32px;
  font-weight: 800;
}
.a_200 .a_200_wrap .product_inner_7 .case_title::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--bh_color_point);
}
.a_200 .a_200_wrap .product_inner_7 img {
  border-radius: 20px;
}
@media (max-width: 992px) {
  .a_200 .a_200_wrap .product_inner_1 .prd_desc {
    padding-left: 15px;
  }
  .a_200 .a_200_wrap .product_inner_1 .prd_desc::after {
    width: 1px;
  }
  .a_200 .a_200_wrap .product_inner_1 .prd_img img {
    border-radius: 10px;
  }
  .a_200 .a_200_wrap .product_inner_2 {
    margin-top: 50px;
  }
  .a_200 .a_200_wrap .product_inner_2 .bubble p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .a_200 .a_200_wrap .product_inner_2 .inner_2_item {
    border-radius: 10px;
    padding: 35px 20px 20px 20px;
  }
  .a_200 .a_200_wrap .product_inner_2 .inner_2_item .desc_box p .highlight {
    position: relative;
    display: inline;
    font-weight: 800;
    background: linear-gradient(to top, var(--bh_color_main_100) 0, var(--bh_color_main_100) 60%, transparent 45%);
  }
  .a_200 .a_200_wrap .product_inner_3 {
    margin-top: 50px;
  }
  .a_200 .a_200_wrap .product_inner_3 .inner_3_item .img_box {
    padding-left: 30px;
  }
  .a_200 .a_200_wrap .product_inner_3 .inner_3_item .img_box > img {
    border-radius: 10px;
  }
  .a_200 .a_200_wrap .product_inner_3 .inner_3_item .img_box span img {
    width: 260px;
    object-fit: contain;
  }
  .a_200 .a_200_wrap .product_inner_3 .inner_3_item .desc_wrap .desc_box {
    padding-left: 15px;
  }
  .a_200 .a_200_wrap .product_inner_3 .inner_3_item .desc_wrap .desc_box::after {
    top: 5px;
    height: 60px;
  }
  .a_200 .a_200_wrap .product_inner_3 .inner_3_item .desc_wrap .desc_box img {
    width: 22px;
    object-fit: contain;
  }
  .a_200 .a_200_wrap .product_inner_4 {
    margin-top: 50px;
  }
  .a_200 .a_200_wrap .product_inner_4 .inner_4_item {
    padding: 20px;
    border-radius: 10px;
  }
  .a_200 .a_200_wrap .product_inner_4 .inner_4_item .desc_box .desc_ttl {
    gap: 10px;
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
  .a_200 .a_200_wrap .product_inner_4 .inner_4_item .desc_box .desc_ttl img {
    width: 45px;
    object-fit: contain;
  }
  .a_200 .a_200_wrap .product_inner_5 {
    margin-top: 50px;
    padding: 20px;
    border-radius: 10px;
  }
  .a_200 .a_200_wrap .product_inner_5 .desc_box .desc_item .label span {
    padding: 4px;
    width: 100px;
    height: 30px;
    font-size: 1.8rem;
  }
  .a_200 .a_200_wrap .product_inner_6 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .a_200 .a_200_wrap .product_inner_6 .mt-120 {
    margin-top: 50px;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_ttl {
    padding-left: 15px;
    font-size: 2.2rem;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_ttl::after {
    top: 10px;
    width: 5px;
    height: 5px;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_table {
    font-size: 1.6rem;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_table thead th {
    padding: 10px 5px;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_table tbody td {
    padding: 10px 5px;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_table_2 {
    font-size: 1.6rem;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_table_2 th {
    font-size: 1.6rem;
    padding: 10px 5px;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_table_2 td {
    padding: 10px 5px;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_table_2 .blue {
    font-size: 1.6rem;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_table_3 {
    font-size: 1.6rem;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_table_3 th {
    padding: 10px 5px;
  }
  .a_200 .a_200_wrap .product_inner_6 .test_item .test_table_3 td {
    padding: 10px 5px;
  }
  .a_200 .a_200_wrap .product_inner_7 {
    margin-top: 50px;
  }
  .a_200 .a_200_wrap .product_inner_7 .case_title {
    padding-left: 15px;
    font-size: 2.2rem;
  }
  .a_200 .a_200_wrap .product_inner_7 .case_title::after {
    top: 10px;
    width: 5px;
    height: 5px;
  }
  .a_200 .a_200_wrap .product_inner_7 img {
    border-radius: 10px;
  }
}
.a_301 .a_301_wrap .prd_inner_1 .prd_desc {
  position: relative;
  padding-left: 29.5px;
}
.a_301 .a_301_wrap .prd_inner_1 .prd_desc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to top, #3372ff 0%, #fff 100%);
}
.a_301 .a_301_wrap .prd_inner_1 .prd_img img {
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.a_301 .a_301_wrap .prd_inner_2 {
  margin-top: 120px;
}
.a_301 .a_301_wrap .prd_inner_2 .bubble {
  position: relative;
  display: inline-block;
}
.a_301 .a_301_wrap .prd_inner_2 .bubble p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: var(--bh_color_white);
}
.a_301 .a_301_wrap .prd_inner_2 .inner_2_item {
  margin-top: -35px;
  border-radius: 20px;
  padding: 50px 45px 50px 50px;
  background-color: var(--bh_color_gray_50);
}
.a_301 .a_301_wrap .prd_inner_2 .inner_2_item .img_box img {
  display: block;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.a_301 .a_301_wrap .prd_inner_2 .inner_2_item .desc_box p .highlight {
  position: relative;
  display: inline;
  font-weight: 800;
  background: linear-gradient(to top, var(--bh_color_main_100) 0, var(--bh_color_main_100) 60%, transparent 45%);
}
.a_301 .a_301_wrap .prd_inner_3 {
  margin-top: 120px;
}
.a_301 .a_301_wrap .prd_inner_3 .inner_3_item .img_box {
  position: relative;
  padding-right: 126px;
}
.a_301 .a_301_wrap .prd_inner_3 .inner_3_item .img_box > img {
  display: block;
  border-radius: 20px;
}
.a_301 .a_301_wrap .prd_inner_3 .inner_3_item .img_box span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.a_301 .a_301_wrap .prd_inner_3 .inner_3_item .img_box span img {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}
.a_301 .a_301_wrap .prd_inner_3 .inner_3_item .desc_wrap .desc_box {
  position: relative;
  padding-left: 20px;
}
.a_301 .a_301_wrap .prd_inner_3 .inner_3_item .desc_wrap .desc_box::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 80px;
  background-color: var(--bh_color_main);
}
.a_301 .a_301_wrap .prd_inner_4 {
  margin-top: 120px;
}
.a_301 .a_301_wrap .prd_inner_4 .logo_item .img_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--bh_color_white);
  margin-bottom: 20px;
  padding: 20px;
}
.a_301 .a_301_wrap .prd_inner_4 .logo_item .logo_text {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
.a_301 .a_301_wrap .prd_inner_4 .point_box {
  border-radius: 20px;
  background-color: var(--bh_color_gray_50);
  text-align: center;
  padding: 30px 10px;
}
.a_301 .a_301_wrap .prd_inner_5 {
  margin-top: 120px;
}
.a_301 .a_301_wrap .prd_inner_5 .skill_box .desc {
  border-top: 1px solid var(--bh_color_main);
  padding-top: 30px;
}
.a_301 .a_301_wrap .prd_inner_5 .item_box .img_box {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.a_301 .a_301_wrap .prd_inner_5 .item_box .img_box img {
  width: 100%;
  object-fit: cover;
}
.a_301 .a_301_wrap .prd_inner_5 .item_box .item_desc .desc_top span {
  font-size: 14px;
  color: var(--bh_color_gray_600);
}
.a_301 .a_301_wrap .prd_inner_5 .item_box .item_desc .desc_top span.bar {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 5px;
  background-color: var(--bh_color_gray_300);
}
.a_301 .a_301_wrap .prd_inner_5 .item_box .item_desc .desc_bottom {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 800;
  color: var(--bh_color_gray_900);
}
.a_301 .a_301_wrap .prd_inner_5 .item_box .item_desc .desc_bottom span {
  color: var(--bh_color_main);
}
.a_301 .a_301_wrap .prd_inner_6 {
  margin-top: 120px;
  padding: 100px;
  border-radius: 20px;
  background-color: var(--bh_color_gray_900);
}
.a_301 .a_301_wrap .prd_inner_6 p {
  color: rgba(255, 255, 255, 0.8);
}
.a_301 .a_301_wrap .prd_inner_6 .highlight {
  display: inline;
  background-color: var(--bh_color_gray_800);
  padding: 5px;
}
.a_301 .a_301_wrap .prd_inner_7 {
  margin-top: 120px;
}
.a_301 .a_301_wrap .prd_inner_7 .item_box .img_box {
  border-radius: 20px;
  overflow: hidden;
}
.a_301 .a_301_wrap .prd_inner_7 .item_box .img_box img {
  width: 100%;
  object-fit: cover;
}
.a_301 .a_301_wrap .prd_inner_7 .point_box {
  padding: 50px;
  border-radius: 20px;
  background-color: var(--bh_color_gray_50);
}
.a_301 .a_301_wrap .prd_inner_7 .point_box .point_item {
  position: relative;
  padding-left: 14.5px;
}
.a_301 .a_301_wrap .prd_inner_7 .point_box .point_item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 10px);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--bh_color_gray_300);
}
@media (max-width: 992px) {
  .a_301 .a_301_wrap .prd_inner_1 .prd_desc {
    padding-left: 15px;
  }
  .a_301 .a_301_wrap .prd_inner_1 .prd_desc::after {
    width: 1px;
  }
  .a_301 .a_301_wrap .prd_inner_1 .prd_img img {
    border-radius: 10px;
  }
  .a_301 .a_301_wrap .prd_inner_2 {
    margin-top: 50px;
  }
  .a_301 .a_301_wrap .prd_inner_2 .bubble p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .a_301 .a_301_wrap .prd_inner_2 .inner_2_item {
    border-radius: 10px;
    padding: 35px 20px 20px 20px;
  }
  .a_301 .a_301_wrap .prd_inner_2 .inner_2_item .desc_box p .highlight {
    position: relative;
    display: inline;
    font-weight: 800;
    background: linear-gradient(to top, var(--bh_color_main_100) 0, var(--bh_color_main_100) 60%, transparent 45%);
  }
  .a_301 .a_301_wrap .prd_inner_3 {
    margin-top: 50px;
  }
  .a_301 .a_301_wrap .prd_inner_3 .inner_3_item .img_box {
    padding-right: 30px;
  }
  .a_301 .a_301_wrap .prd_inner_3 .inner_3_item .img_box > img {
    border-radius: 10px;
  }
  .a_301 .a_301_wrap .prd_inner_3 .inner_3_item .img_box span img {
    width: 200px;
    object-fit: contain;
  }
  .a_301 .a_301_wrap .prd_inner_3 .inner_3_item .desc_wrap .desc_box {
    padding-left: 15px;
  }
  .a_301 .a_301_wrap .prd_inner_3 .inner_3_item .desc_wrap .desc_box::after {
    top: 5px;
    height: 60px;
  }
  .a_301 .a_301_wrap .prd_inner_3 .inner_3_item .desc_wrap .desc_box img {
    width: 22px;
    object-fit: contain;
  }
  .a_301 .a_301_wrap .prd_inner_4 {
    margin-top: 50px;
  }
  .a_301 .a_301_wrap .prd_inner_4 .logo_item .img_box {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .a_301 .a_301_wrap .prd_inner_4 .logo_item .logo_text {
    font-size: 1.6rem;
  }
  .a_301 .a_301_wrap .prd_inner_4 .point_box {
    border-radius: 10px;
    padding: 25px 20px;
  }
  .a_301 .a_301_wrap .prd_inner_5 {
    margin-top: 50px;
  }
  .a_301 .a_301_wrap .prd_inner_5 .skill_box .desc {
    padding-top: 5px;
  }
  .a_301 .a_301_wrap .prd_inner_5 .item_box .img_box {
    margin-bottom: 10px;
  }
  .a_301 .a_301_wrap .prd_inner_5 .item_box .item_desc .desc_top span {
    font-size: 1.4rem;
    color: var(--bh_color_gray_600);
  }
  .a_301 .a_301_wrap .prd_inner_5 .item_box .item_desc .desc_top span.bar {
    width: 1px;
    height: 8px;
    margin: 0 3px;
  }
  .a_301 .a_301_wrap .prd_inner_5 .item_box .item_desc .desc_bottom {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .a_301 .a_301_wrap .prd_inner_6 {
    margin-top: 50px;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .a_301 .a_301_wrap .prd_inner_6 .highlight {
    padding: 2px;
  }
  .a_301 .a_301_wrap .prd_inner_7 {
    margin-top: 50px;
  }
  .a_301 .a_301_wrap .prd_inner_7 .item_box .img_box {
    border-radius: 10px;
  }
  .a_301 .a_301_wrap .prd_inner_7 .point_box {
    padding: 20px;
    border-radius: 10px;
  }
  .a_301 .a_301_wrap .prd_inner_7 .point_box .point_item {
    position: relative;
    padding-left: 10px;
  }
  .a_301 .a_301_wrap .prd_inner_7 .point_box .point_item::after {
    width: 1px;
    height: calc(100% - 8px);
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .a_301 .a_301_wrap .prd_inner_3 .inner_3_item .img_box span img {
    width: 140px;
  }
}
.free_consult .free_consult_wrap .mt-120 {
  margin-top: 120px;
}
.free_consult .free_consult_wrap .consult_item {
  display: flex;
  align-items: center;
}
.free_consult .free_consult_wrap .consult_item .img_box {
  position: relative;
  width: auto;
  flex-shrink: 0;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.free_consult .free_consult_wrap .consult_item .desc_box {
  position: relative;
  width: 650px;
  padding: 63px 10px 64px 90px;
  background-color: var(--bh_color_gray_50);
  margin-left: -40px;
  border-radius: 20px;
}
.free_consult .free_consult_wrap .consult_item .desc_box.style {
  padding: 50px 40px 50px 50px;
  margin-left: 0;
  margin-right: -40px;
}
.free_consult .free_consult_wrap .inqury_wrap {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .free_consult .free_consult_wrap .mt-120 {
    margin-top: 30px;
  }
  .free_consult .free_consult_wrap .consult_item {
    flex-direction: column;
    gap: 10px;
  }
  .free_consult .free_consult_wrap .consult_item.style {
    flex-direction: column-reverse;
  }
  .free_consult .free_consult_wrap .consult_item .img_box {
    width: 100%;
    border-radius: 10px;
  }
  .free_consult .free_consult_wrap .consult_item .img_box img {
    width: 100%;
    object-fit: contain;
  }
  .free_consult .free_consult_wrap .consult_item .desc_box {
    width: 100%;
    margin-left: 0;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .free_consult .free_consult_wrap .consult_item .desc_box.style {
    padding: 30px 20px;
    margin-right: 0;
  }
}
/* board */
.testimonial .list_header .item_count {
  display: none;
  margin-bottom: 0;
}
.testimonial.has_board.has_document #content {
  padding: 100px 0 150px 0;
}
.testimonial.has_board.has_document .sub_top_banner {
  display: none;
}
.testimonial.has_board.has_document .middle_sub_menu {
  display: none;
}
.testimonial.has_board.has_document .board {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .testimonial.has_board.has_document #content {
    padding: 50px 0 70px 0;
  }
  .testimonial.has_board.has_document .board {
    margin-top: 0px;
  }
}
.report .list_header .item_count {
  display: none;
  margin-bottom: 0;
}
.data .list_header .item_count {
  display: none;
  margin-bottom: 0;
}
/* footer */
.bh .footer .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bh .footer .footer_top .footer_logo {
  border: none;
  padding: 0;
  margin: 0;
}
.bh .footer .footer_top .footer_logo img {
  height: 60px;
  object-fit: contain;
}
.bh .footer .footer_top .footer_menu > ul {
  border-bottom: none;
  padding: 0;
  margin: unset;
}
.bh .footer .footer_top .footer_menu > ul > li > a {
  font-weight: 800 !important;
  font-size: 1.6rem;
}
.bh .footer .footer_top .footer_menu > ul > li > a::after {
  display: none;
  padding: 0;
}
.bh .footer .copyright {
  padding: 0;
  margin-top: 40px;
}
.bh .footer .copyright p {
  font-size: 1.6rem;
  margin: 0;
  margin-bottom: 10px;
}
.bh .footer .copyright p > span {
  color: var(--bh_color_gray_400) !important;
}
.bh .footer .copyright .copy_box {
  color: var(--bh_color_gray_400) !important;
}
.bh .footer .copyright .copy_box strong {
  font-weight: 800;
}
.bh .footer .copyright .copy_box b {
  display: inline-block;
  font-weight: 800;
  margin-right: 10px;
}
.bh .footer .copyright .copy_box .bar {
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 14.5px;
}
.bh .footer .copyright .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  font-size: 1.6rem;
  color: var(--bh_color_gray_700);
}
.bh .footer .copyright .footer_bottom .sns_box {
  display: flex;
  gap: 10px;
}
@media (max-width: 992px) {
  .bh .footer .copyright {
    margin-top: 20px;
  }
  .bh .footer .copyright p {
    margin-bottom: 0;
  }
  .bh .footer .copyright p span {
    display: block;
    margin-bottom: 5px;
  }
  .bh .footer .copyright .copy_box strong {
    display: block;
    margin-bottom: 5px;
  }
  .bh .footer .copyright .copy_box .bar {
    display: none;
  }
  .bh .footer .copyright .footer_bottom {
    flex-direction: column-reverse;
    justify-content: unset;
    align-items: unset;
    gap: 10px;
    margin-top: 20px;
  }
}
/* slider */
.custom-main-pagination {
  position: absolute;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  bottom: 80px !important;
}
.custom-main-pagination .swiper-pagination-bullet {
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  opacity: 1;
}
.custom-main-pagination .swiper-pagination-bullet.active {
  background-color: none;
}
.custom-main-pagination .swiper-pagination-bullet em {
  font-style: normal;
  font-size: 14px;
  color: white;
  z-index: 1;
  position: relative;
  font-weight: 500;
}
.custom-main-pagination .swiper-pagination-bullet .circle {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  z-index: 1;
}
.custom-main-pagination .progress-ring {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-dasharray: 100.53;
  stroke-dashoffset: 100.53;
  opacity: 0;
}
.custom-main-pagination .swiper-pagination-bullet-active .progress-ring {
  animation: ringProgress 5s linear forwards;
}
@media (max-width: 992px) {
  .custom-main-pagination {
    bottom: 30px !important;
  }
}
@keyframes ringProgress {
  0% {
    stroke-dashoffset: 100.53;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.swiper-main .slider_content_wrap .slider_content .bh_row .col-12 {
  height: 100%;
}
.swiper-main .item .slider_content_wrap {
  background-color: transparent;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  margin-top: 250px;
  font-size: 58px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  text-transform: none;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  letter-spacing: normal;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .main_visual_lg span {
  font-weight: 800;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  font-family: "Pretendard", sans-serif;
  letter-spacing: normal;
  line-height: 1.5;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 .main_visual_desc span {
  font-weight: 800;
}
@media (max-width: 992px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    margin-top: 70px;
    font-size: 20px;
    text-align: left !important;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    margin-top: 20px;
    font-size: 1.6rem;
    text-align: left !important;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_2 br {
    display: none;
  }
}
/*# sourceMappingURL=8466156d442c25fae74aa29ad90bf0bdc0eb92bf.page.scss.map */
