@charset "UTF-8";
@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.6 !important;*/
  font-family: inherit !important;
}
/* common */
/* header */
.hader_btn_area {
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 12px 0;
}
.hader_btn_area .sns {
  gap: 15px;
}
.hader_btn_area .lang_btn {
  cursor: pointer;
}
.hader_btn_area .lang_btn i {
  line-height: 1;
  margin-left: 15px;
  font-size: 24px;
  color: var(--bh_color_gray_400);
}
.hader_btn_area .lang_btn ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  z-index: 999;
}
.hader_btn_area .lang_btn ul li {
  padding: 5px;
}
.hader_btn_area .lang_btn ul a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--bh_color_main);
}
.hader_btn_area .lang_btn ul a:hover {
  font-weight: bold;
}
.hader_btn_area .lang_btn:hover ul {
  display: block;
}
/* section1 */
.sec1 {
  padding: 100px 0;
}
.sec1 .btn_area {
  transition: all 0.3s;
}
.sec1 .btn_area a {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s;
  text-align: center;
  color: var(--bh_color_white);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 115px;
  height: 100%;
}
.sec1 .btn_area a i {
  margin-left: 15px;
  font-weight: normal;
}
.sec1 .btn_area:hover {
  transform: scale(0.9);
}
@media (max-width: 991.98px) {
  .sec1 {
    padding: 50px 0;
  }
  .sec1 .btn_area {
    text-align: center;
  }
  .sec1 .btn_area a {
    font-size: 18px;
    top: 50%;
    line-height: 1.6;
    height: auto;
    transform: translateY(-50%);
  }
}
/* section2 */
.section2 .xe-widget-wrapper {
  overflow: unset;
}
.sec2 {
  padding: 100px 0 80px;
  position: relative;
}
.sec2 .title span {
  text-transform: uppercase;
}
.sec2 .bh_tab_wrap .bh_tab2 {
  margin-bottom: 60px;
  border: 0;
}
.sec2 .bh_tab_wrap .bh_tab2 li a {
  margin: 0;
  width: 164px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.sec2 .bh_tab_wrap .bh_tab2 li a span {
  font-size: 24px;
  font-weight: 500;
  color: var(--bh_color_gray_400);
  padding: 0 0 15px 0;
}
.sec2 .bh_tab_wrap .bh_tab2 li a span::after {
  display: none;
}
.sec2 .bh_tab_wrap .bh_tab2 li a.active {
  border-color: var(--bh_color_main);
  box-shadow: 0 7px 6px 0 rgba(0, 0, 0, 0.03);
}
.sec2 .bh_tab_wrap .bh_tab2 li a.active span {
  font-weight: bold;
  color: var(--bh_color_text);
}
.sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-prev, .sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-next {
  padding: 0;
  margin: 0;
  width: 65px;
  height: 65px;
  border: 1px solid var(--bh_color_gray_300);
  background-color: var(--bh_color_white);
  background-image: unset !important;
  left: unset;
  right: unset;
  transition: all 0.3s;
}
.sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-prev::after, .sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-next::after {
  display: none;
}
.sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-prev i, .sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-next i {
  line-height: 1;
  font-size: 30px;
  color: var(--bh_color_gray_600);
}
.sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-prev:hover, .sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-next:hover {
  background-color: var(--bh_color_main);
  border-color: var(--bh_color_main);
}
.sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-prev:hover i, .sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-next:hover i {
  color: var(--bh_color_white);
}
.sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(-100%, -100%);
}
.sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-next {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(100%, -100%);
}
.sec2 .point {
  position: absolute;
  left: -300px;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .sec2 {
    padding: 50px 0 35px;
  }
  .sec2 .bh_tab_wrap .bh_tab2 {
    margin-bottom: 30px;
  }
  .sec2 .bh_tab_wrap .bh_tab2 li {
    margin-bottom: 10px;
  }
  .sec2 .bh_tab_wrap .bh_tab2 li a {
    width: 100%;
  }
  .sec2 .bh_tab_wrap .bh_tab2 li a span {
    font-size: 18px;
    padding: 0 0 10px 0;
  }
  .sec2 .bh_tab_wrap .bh_tab2 li a span::after {
    display: none;
  }
  .sec2 .bh_tab_wrap .bh_tab2 li a.active {
    border-color: var(--bh_color_main);
    box-shadow: 0 7px 6px 0 rgba(0, 0, 0, 0.03);
  }
  .sec2 .bh_tab_wrap .bh_tab2 li a.active span {
    font-weight: bold;
    color: var(--bh_color_text);
  }
  .sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-prev, .sec2 .bh_tab_wrap .bh_tab_li .inner .nav .swiper-button-next {
    display: none;
  }
  .sec2 .point {
    left: 0px;
  }
}
/* section3 */
.section3 > .bh_wrap {
  max-width: none;
  padding: 0;
}
.sec3 {
  margin-bottom: 100px;
}
.sec3 > .bh_wrap {
  max-width: 1760px;
  padding: 0;
}
.sec3 > .bh_wrap .cont_wrap {
  background: url("/files/attach/images/main/sec3_bg.png") no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.sec3 > .bh_wrap .cont_wrap .txt_box p {
  padding-bottom: 15px;
}
.sec3 > .bh_wrap .cont_wrap .inner a {
  transition: all 0.3s;
  background: var(--bh_color_white);
  width: 164px;
  height: 164px;
  box-shadow: 4px 4px 40px 0 rgba(0, 153, 68, 0.5);
  padding-top: 45px;
}
.sec3 > .bh_wrap .cont_wrap .inner a p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
.sec3 > .bh_wrap .cont_wrap .inner a i {
  line-height: 1;
  font-size: 24px;
}
.sec3 > .bh_wrap .cont_wrap .inner a:hover {
  color: var(--bh_color_white) !important;
  background: url("/files/attach/images/main/sec3_hover_bg.png") no-repeat;
  background-size: cover;
}
.sec3 > .bh_wrap .cont_wrap .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.sec3 > .bh_wrap .cont_wrap .line.tve1 {
  top: 194px;
  left: 0;
}
.sec3 > .bh_wrap .cont_wrap .line.tve2 {
  bottom: 100px;
  left: 0;
}
.sec3 > .bh_wrap .cont_wrap .line2 {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.sec3 > .bh_wrap .cont_wrap .line2.lgt1 {
  right: 295px;
  top: 0;
}
.sec3 > .bh_wrap .cont_wrap .line2.lgt2 {
  right: calc(295px + 164px);
  top: 0;
}
.sec3 > .bh_wrap .cont_wrap .line2.lgt3 {
  right: calc(295px + 164px + 30px);
  top: 0;
}
.sec3 > .bh_wrap .cont_wrap .line2.lgt4 {
  right: calc(295px + (164px * 2) + 30px);
  top: 0;
}
.sec3 > .bh_wrap .cont_wrap .line2.lgt5 {
  right: calc(295px + (164px * 2) + 60px);
  top: 0;
}
.sec3 > .bh_wrap .cont_wrap .line2.lgt6 {
  right: calc(295px + (164px * 3) + 60px);
  top: 0;
}
@media (max-width: 991.98px) {
  .sec3 {
    margin-bottom: 50px;
  }
  .sec3 > .bh_wrap .cont_wrap {
    padding: 50px 0;
  }
  .sec3 > .bh_wrap .cont_wrap .txt_box p {
    padding-bottom: 30px;
  }
  .sec3 > .bh_wrap .cont_wrap .txt_box p br {
    display: none;
  }
  .sec3 > .bh_wrap .cont_wrap .inner a {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding: 20px 0;
  }
  .sec3 > .bh_wrap .cont_wrap .inner a p {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .sec3 > .bh_wrap .cont_wrap .inner a i {
    line-height: 1;
    font-size: 20px;
  }
}
/* section4 */
.section4 {
  overflow: unset;
}
.section4 .xe-widget-wrapper {
  overflow: unset;
}
.section4 > .bh_wrap {
  max-width: none;
  padding: 0;
}
.sec4 .cont_wrap.cont1 {
  background: url("/files/attach/images/main/sec4_bg.png") no-repeat var(--bh_color_gray_50);
  background-position: 874px bottom;
  margin-bottom: 30px;
}
.sec4 .cont_wrap.cont1 .map {
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.sec4 .cont_wrap.cont1 .map iframe {
  width: 874px;
  height: 651px;
  margin-bottom: -8px;
}
.sec4 .cont_wrap.cont1 .map .arr {
  position: absolute;
  right: 0;
  top: 0;
}
.sec4 .cont_wrap.cont1 .txt_box {
  padding-left: 50px;
}
.sec4 .cont_wrap.cont1 .txt_box .info li {
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding-bottom: 29.5px;
  margin-bottom: 29.5px;
}
.sec4 .cont_wrap.cont1 .txt_box .info li .ds-f i {
  line-height: 1;
  font-size: 24px;
  margin-right: 15px;
  color: var(--bh_color_main);
}
.sec4 .cont_wrap.cont1 .txt_box .info li .ds-f p {
  font-size: 24px;
  font-weight: 500;
  color: var(--bh_color_gray_600);
  margin-right: 30px;
  position: relative;
}
.sec4 .cont_wrap.cont1 .txt_box .info li .ds-f p::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: var(--bh_color_gray_300);
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.sec4 .cont_wrap.cont1 .txt_box .info li .ds-f span {
  font-size: 18px;
  color: var(--bh_color_gray_600);
}
.sec4 .cont_wrap.cont1 .txt_box .info li:last-child {
  margin-bottom: 0;
}
.sec4 .cont_wrap.cont2 {
  padding: 50px 0;
}
.sec4 .cont_wrap.cont2 .swiper-wrapper {
  transition-timing-function: linear;
}
@media (max-width: 991.98px) {
  .sec4 .cont_wrap.cont1 {
    background-position: 0px bottom;
    background-size: 100% auto;
    margin-bottom: 0px;
    padding: 30px 15px;
  }
  .sec4 .cont_wrap.cont1 .map {
    margin-bottom: 30px;
  }
  .sec4 .cont_wrap.cont1 .map iframe {
    width: 100%;
    height: 250px;
    margin-bottom: -10px;
  }
  .sec4 .cont_wrap.cont1 .map .arr {
    width: 40px;
  }
  .sec4 .cont_wrap.cont1 .txt_box {
    padding-left: 0px;
  }
  .sec4 .cont_wrap.cont1 .txt_box .info li {
    padding-bottom: 15.5px;
    margin-bottom: 15.5px;
  }
  .sec4 .cont_wrap.cont1 .txt_box .info li .ds-f {
    width: 100%;
  }
  .sec4 .cont_wrap.cont1 .txt_box .info li .ds-f i {
    font-size: 18px;
    margin-right: 10px;
  }
  .sec4 .cont_wrap.cont1 .txt_box .info li .ds-f p {
    font-size: 16px;
    margin-right: 15px;
    flex: 0 0 60px;
  }
  .sec4 .cont_wrap.cont1 .txt_box .info li .ds-f p::before {
    right: -7.5px;
  }
  .sec4 .cont_wrap.cont1 .txt_box .info li .ds-f span {
    font-size: 14px;
  }
  .sec4 .cont_wrap.cont2 {
    padding: 15px 0;
  }
}
/* sub_top_banner */
.sub_top_banner .sub_top_banner_content_wrap span {
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  font-size: 48px;
}
@media (max-width: 991.98px) {
  .sub_top_banner .sub_top_banner_content_wrap span {
    font-size: 32px;
  }
}
/* 인사말 */
.greeting .content_wrap > .bh_wrap {
  max-width: none;
  padding: 0;
}
.greeting #content {
  padding: 100px 0 0px;
}
.greeting .sub1 {
  padding-bottom: 100px;
  background: url("/files/attach/images/sub/sub1_bg.png") no-repeat;
  background-position: left calc(100% - 50px);
}
.greeting .sub1 .txt_box .title {
  margin-bottom: 49.5px;
}
.greeting .sub1 .txt_box .inner {
  border-top: 1px solid var(--bh_color_gray_300);
  padding-top: 29.5px;
}
.greeting .sub1 .img_box .arr {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .greeting #content {
    padding: 50px 0 0px;
  }
  .greeting .sub1 {
    padding-bottom: 50px;
    background-position: left calc(100% - 10px);
  }
  .greeting .sub1 .txt_box .title {
    margin-bottom: 19.5px;
  }
  .greeting .sub1 .txt_box .inner {
    padding-top: 19.5px;
  }
  .greeting .sub1 .txt_box .inner br {
    display: none;
  }
}
/* 회사위치 */
.location .content_wrap > .bh_wrap {
  max-width: none;
  padding: 0;
}
.location #content {
  padding: 100px 0 0px;
}
.location .sub2 {
  padding-bottom: 100px;
}
.location .sub2 .map iframe {
  margin-bottom: -8px;
  height: 300px;
}
.location .sub2 .map .arr1 {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
}
.location .sub2 .map .arr2 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
}
.location .sub2 .info .bh_row > div {
  border-right: 1px solid var(--bh_color_gray_300);
}
.location .sub2 .info .bh_row > div .inner .icon {
  width: 50px;
  height: 50px;
  border: solid 1px var(--bh_color_main);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.location .sub2 .info .bh_row > div .inner .icon i, .location .sub2 .info .bh_row > div .inner .icon img {
  font-size: 24px;
  line-height: 1;
  color: var(--bh_color_main);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.location .sub2 .info .bh_row > div.bdr-n {
  border-right: 0;
}
@media (max-width: 991.98px) {
  .location #content {
    padding: 50px 0 0px;
  }
  .location .sub2 {
    padding-bottom: 50px;
  }
  .location .sub2 .map .arr1 {
    width: 30px;
  }
  .location .sub2 .map .arr2 {
    width: 30px;
  }
  .location .sub2 .info .bh_row > div {
    border-right: 0;
  }
  .location .sub2 .info .bh_row > div .inner {
    border-bottom: 1px solid var(--bh_color_gray_300);
    padding-bottom: 15px;
  }
  .location .sub2 .info .bh_row > div .inner .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 0px;
  }
  .location .sub2 .info .bh_row > div .inner .icon i, .location .sub2 .info .bh_row > div .inner .icon img {
    font-size: 20px;
    width: 20px;
  }
  .location .sub2 .info .bh_row > div.bdr-n {
    border-right: 0;
  }
}
/* 문의하기 */
.inquiry .content_wrap > .bh_wrap, .contact .content_wrap > .bh_wrap {
  max-width: none;
  padding: 0;
}
.inquiry #content, .contact #content {
  padding: 100px 0 0px;
}
.inquiry .sub3, .contact .sub3 {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .inquiry #content, .contact #content {
    padding: 50px 0 0px;
  }
  .inquiry .sub3, .contact .sub3 {
    padding-bottom: 50px;
  }
}
/* 고압펌프 */
.pump .content_wrap > .bh_wrap {
  max-width: none;
  padding: 0;
}
.pump #content {
  padding: 100px 0 0px;
}
.pump .board {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.pump.has_act .content_wrap > .bh_wrap {
  max-width: 1200px;
  padding: 0 15px;
}
.pump.has_act #content {
  padding: 100px 0 150px;
}
.pump .content_body {
  display: none;
}
@media (max-width: 991.98px) {
  .pump #content {
    padding: 50px 0 0px;
  }
  .pump.has_act #content {
    padding: 50px 0 80px;
  }
}
/* 검색어 자동 완성 디자인 */
.ui-autocomplete {
  max-height: 200px;
  width: 100px;
  overflow-y: scroll;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  height: auto;
  padding: 15px;
  background-color: var(--bh_color_white);
  border: 1px solid var(--bh_color_gray_300);
  border-top: 0;
}
.ui-menu-item div {
  color: var(--bh_color_gray_600);
  font-size: 16px;
  line-height: 1.4;
  color: var(--bh_color_gray_600);
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.ui-menu-item div::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--bh_color_gray_600);
  position: absolute;
  left: 8px;
  top: 9px;
}
.ui-menu-item div:last-child {
  margin-bottom: 0;
}
.ui-menu-item div.ui-state-hover, .ui-menu-item div.ui-state-active {
  background-color: var(--bh_color_gray_50);
}
.ui-helper-hidden-accessible div {
  display: none;
}
@media (max-width: 991.98px) {
  .ui-autocomplete {
    max-height: 150px;
    width: 100px;
    padding: 10px;
  }
  .ui-menu-item div {
    font-size: 14px;
    padding-left: 15px;
  }
  .ui-menu-item div::before {
    left: 5px;
    top: 7px;
  }
}
/* 자료실 */
.technical .content_wrap > .bh_wrap, .catalog .content_wrap > .bh_wrap {
  max-width: none;
  padding: 0;
}
.technical #content, .catalog #content {
  padding: 100px 0 0px;
}
.technical .board, .catalog .board {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.technical.has_act .content_wrap > .bh_wrap, .catalog.has_act .content_wrap > .bh_wrap {
  max-width: 1200px;
  padding: 0 15px;
}
.technical.has_act #content, .catalog.has_act #content {
  padding: 100px 0 150px;
}
@media (max-width: 991.98px) {
  .technical #content, .catalog #content {
    padding: 50px 0 0px;
  }
  .technical.has_act #content, .catalog.has_act #content {
    padding: 50px 0 80px;
  }
}
/* 퀵메뉴 */
.bh #quick_menu {
  top: unset;
  bottom: 115px;
  right: 30px;
}
.bh #quick_menu ul {
  width: 80px;
  border: 1px solid var(--bh_color_main);
  padding: 15px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.bh #quick_menu ul span {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.4 !important;
}
@media (max-width: 991.98px) {
  .bh #quick_menu {
    right: 10px;
  }
  .bh #quick_menu ul {
    width: 60px;
    padding: 10px;
  }
  .bh #quick_menu ul span {
    font-size: 10px !important;
  }
}
/* footer */
.bh .footer {
  padding: 30px 0;
}
.bh .footer .footer_logo {
  padding: 0;
  border: 0;
  margin: 0 125px 0 0;
}
.bh .footer .footer_menu {
  margin-bottom: 29.5px;
  padding: 0 0 29.5px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.bh .footer .footer_menu ul {
  padding: 0;
  border: 0;
}
.bh .footer .footer_menu ul li a {
  font-size: 16px;
  font-weight: bold;
  color: var(--bh_color_gray_400) !important;
}
.bh .footer .footer_menu .sns {
  position: absolute;
  right: 0;
  top: 0;
}
.bh .footer .footer_menu .sns .ds-f {
  gap: 10px;
}
.bh .footer .f_info .ds-f {
  gap: 30px;
}
.bh .footer .f_info .ds-f p {
  position: relative;
}
.bh .footer .f_info .ds-f p::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: var(--bh_color_gray_400);
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.bh .footer .f_info .ds-f p:last-child::before {
  display: none;
}
@media (max-width: 991.98px) {
  .bh .footer .footer_menu {
    margin-bottom: 15.5px;
    padding: 0 0 15.5px;
  }
  .bh .footer .footer_menu ul {
    padding: 0;
    border: 0;
  }
  .bh .footer .footer_menu ul li a {
    font-size: 14px;
  }
  .bh .footer .footer_menu .sns {
    top: -10px;
  }
  .bh .footer .f_info .ds-f {
    gap: 15px;
  }
  .bh .footer .f_info .ds-f p {
    position: relative;
  }
  .bh .footer .f_info .ds-f p::before {
    right: -7.5px;
  }
}
/* slider */
.swiper-main {
  position: relative;
}
.swiper-main .mouse {
  position: absolute;
  left: 80px;
  bottom: 50px;
  z-index: 99;
  animation: move infinite 2s;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.swiper-main .item .s_txt h3 {
  font-weight: normal;
}
.swiper-main .swiper-pagination {
  bottom: 340px !important;
}
.swiper-main .swiper-pagination > div {
  opacity: 1;
  margin: 0 !important;
  width: auto;
  height: auto;
  background-color: unset !important;
  color: var(--bh_color_white);
}
.swiper-main .swiper-pagination > div .inner {
  position: relative;
}
.swiper-main .swiper-pagination > div .inner svg {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 37px;
  height: 37px;
}
.swiper-main .swiper-pagination > div .inner svg circle {
  stroke: #fff;
  stroke-width: 2px;
  fill: none;
  stroke-dasharray: 252;
  stroke-dashoffset: 145;
  opacity: 0;
}
.swiper-main .swiper-pagination > div .inner span {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
  border-radius: 50%;
}
.swiper-main .swiper-pagination > div.swiper-pagination-bullet-active .inner svg circle {
  opacity: 1;
  animation: circle 5s linear;
}
@keyframes circle {
  from {
    stroke-dashoffset: 252;
  }
  to {
    stroke-dashoffset: 145;
  }
}
@media (max-width: 991.98px) {
  .swiper-main .item .s_txt h3 {
    padding-bottom: 30px;
  }
  .swiper-main .item .s_txt h3 br {
    display: none;
  }
  .swiper-main .swiper-pagination {
    bottom: 10px !important;
    justify-content: center;
  }
  .swiper-main .right_img_box {
    opacity: 0.5;
  }
}
/*# sourceMappingURL=360b2d6b2017a5895dbef1e8fd2db08d4aa0220f.page.scss.map */
