@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-top: 100px;
}
@media (max-width: 992px) {
  .bh #content {
    padding-top: 30px;
  }
}
* {
  line-height: 1.5;
}
/* header */
.mobile_header_top .mobile_logo {
  margin: 0 15px;
  text-align: left;
}
.mobile_header_top .mobile_menu_btn {
  left: unset;
  right: 13px;
}
.bh .header_wrap {
  position: fixed;
}
.bh .header_wrap > .bh_wrap {
  max-width: 1810px;
}
.bh .header_wrap .logo {
  min-height: auto;
  max-height: 60px;
}
.bh .header_wrap .logo img {
  max-height: 60px;
}
.bh .header_wrap .main_menu > ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.bh .header_wrap .main_menu > ul > li > a {
  position: relative;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  top: 5px;
}
@media (max-width: 1780px) {
  .bh .header_wrap .logo {
    max-height: 40px;
  }
  .bh .header_wrap .logo img {
    max-height: 40px;
  }
  .bh .header_wrap .main_menu > ul {
    gap: 15px;
  }
  .bh .header_wrap .main_menu > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1490px) {
  .bh .header_wrap .logo {
    max-height: 30px;
  }
  .bh .header_wrap .logo img {
    max-height: 30px;
  }
  .bh .header_wrap .main_menu > ul {
    gap: 10px;
  }
  .bh .header_wrap .main_menu > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .bh .header_wrap .main_menu > ul > li > a {
    white-space: unset;
  }
}
.bh .menu_contact {
  display: flex;
  gap: 1rem;
}
.bh .menu_contact a {
  height: 4rem;
  text-align: center;
  border-radius: 500px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.bh .menu_contact a i {
  font-size: 2.4rem;
}
.bh .menu_contact a span {
  font-size: 1.6rem;
  font-weight: bold;
}
.bh .menu_contact a.kakao_btn {
  width: 4rem;
  background-color: #fedf2a;
}
.bh .menu_contact a.call_btn {
  width: 15.3rem;
  background-color: var(--bh_color_sub);
  color: var(--bh_color_white);
}
@media (max-width: 1780px) {
  .bh .menu_contact a {
    height: 3rem;
  }
  .bh .menu_contact a i {
    font-size: 2rem;
  }
  .bh .menu_contact a span {
    font-size: 1.4rem;
  }
  .bh .menu_contact a.kakao_btn {
    width: 3rem;
  }
  .bh .menu_contact a.call_btn {
    width: 14rem;
  }
}
@media (max-width: 1490px) {
  .bh .menu_contact a {
    height: 2.5rem;
  }
  .bh .menu_contact a i {
    font-size: 1.4rem;
  }
  .bh .menu_contact a span {
    font-size: 1.2rem;
  }
  .bh .menu_contact a.kakao_btn {
    width: 2.5rem;
  }
  .bh .menu_contact a.call_btn {
    width: 12rem;
  }
}
@media (max-width: 992px) {
  .bh .menu_contact {
    padding-left: 15px;
  }
  .bh .menu_contact a {
    height: 4rem;
  }
  .bh .menu_contact a i {
    font-size: 2.2rem;
  }
  .bh .menu_contact a span {
    font-size: 1.6rem;
  }
  .bh .menu_contact a.kakao_btn {
    width: 4rem;
  }
  .bh .menu_contact a.call_btn {
    width: 16rem;
  }
}
/* section1 */
#section1 .location_wrap {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
#section1 .col_inner {
  padding: 30px;
  background-color: var(--bh_color_sub);
}
#section1 .col_inner ul li {
  width: 100%;
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#section1 .col_inner ul li.border_non {
  border: unset;
}
#section1 .col_inner ul li span {
  font-size: 1.8rem;
  color: var(--bh_color_white);
}
#section1 .col_inner ul li span:first-child {
  min-width: 65px;
}
#section1 .col_inner ul li span:last-child {
  padding-left: 50px;
}
#section1 .col_inner .phone_number {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to right, #7ab5da, #2184c1);
}
#section1 .col_inner2 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#section1 .address_box {
  background-color: #fafafa;
  padding: 30px;
}
#section1 .address_box i {
  font-size: 2.4rem;
  color: var(--bh_color_main);
}
@media (max-width: 1120px) {
  #section1 .bh_row {
    flex-direction: column-reverse;
  }
  #section1 .bh_row > div {
    flex-basis: unset;
    width: 100%;
  }
  #section1 .col_inner {
    padding: 20px 15px;
  }
  #section1 .col_inner ul li {
    width: 100%;
    display: flex;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  #section1 .col_inner ul li.border_non {
    border: unset;
  }
  #section1 .col_inner ul li span {
    font-size: 1.8rem;
    color: var(--bh_color_white);
  }
  #section1 .col_inner ul li span:first-child {
    min-width: 50px;
  }
  #section1 .col_inner ul li span:last-child {
    padding-left: 20px;
  }
  #section1 .col_inner .phone_number {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 7.5px 0;
  }
  #section1 .col_inner2 {
    height: auto;
  }
  #section1 .col_inner2 .address_box {
    padding: 20px 15px;
  }
}
/* section2 */
.xe-widget-wrapper {
  overflow: visible;
}
#section2 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
#section2 .se2_principle {
  padding: 100px 0;
}
#section2 .back {
  width: 100vw;
  height: calc(100% + 200px);
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -100px;
  left: calc(((100vw - 1170px) / 2) * -1);
  z-index: 10;
}
#section2 .se2_wrap {
  position: relative;
  z-index: 11;
}
#section2 .low_title .horizon_bar {
  display: block;
  width: calc(100vw);
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
#section2 .low_title .col_inner {
  position: relative;
  padding: 30px;
}
#section2 .low_title .col_inner .title {
  margin: 20px 0 30px 0;
}
#section2 .low_title .col_inner .cont {
  color: rgba(255, 255, 255, 0.8);
}
#section2 .low_title .col_inner .vertical_bar {
  width: 1px;
  height: calc(100% + 100px);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  #section2 .back {
    left: -15px;
  }
}
@media (max-width: 991.98px) {
  #section2 .se2_principle {
    padding: 40px 0;
  }
  #section2 .low_title .horizon_bar {
    margin-left: -15px !important;
  }
  #section2 .low_title .col_inner {
    position: relative;
    padding: 15px;
    text-align: center;
  }
  #section2 .low_title .col_inner img {
    max-width: 70px;
    margin: 0 auto;
  }
  #section2 .low_title .col_inner .title {
    margin: 15px 0;
  }
  #section2 .low_title .col_inner .vertical_bar {
    width: 100vw;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: -15px;
  }
}
/* section3 */
#section3 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
#section3 .member_content1 {
  padding: 100px 0 0 0;
}
#section3 .profile {
  position: absolute;
  bottom: 0;
  right: calc(-1 * (100vw - 1170px) / 2);
  z-index: 1;
}
#section3 .mo_profile {
  display: none;
}
#section3 .member_name_logo {
  position: relative;
  z-index: 3;
  margin-top: 78px;
}
#section3 .member_name_logo.member_name_logo2 {
  margin-top: 130px;
}
#section3 .member_history {
  position: relative;
  z-index: 2;
  width: 100%;
  border-top: 2px solid var(--bh_color_main);
  padding: 30px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #fff);
}
#section3 .member_history > p {
  font-size: 24px;
}
#section3 .member_history > div {
  display: flex;
}
#section3 .member_history .left, #section3 .member_history .right {
  flex: 1;
}
#section3 .member_history ul li {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 14px;
}
#section3 .member_history ul li:last-child {
  margin-bottom: 0;
}
#section3 .member_history ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("/assets/images/main/dot.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#section3 .member_history ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
}
#section3 .member_history ul li.style2::before, #section3 .member_history ul li.style2::after {
  display: none;
}
#section3 .member_history.member_history2 {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  #section3 .member_content1, #section3 .member_content2 {
    background-position: right;
    padding: 60px 0 0 0;
  }
  #section3 .member_content1 > .bh_wrap > p, #section3 .member_content2 > .bh_wrap > p {
    text-align: center;
  }
  #section3 .profile {
    display: none;
  }
  #section3 .mo_profile {
    background-size: cover;
    background-position: center;
    display: block !important;
    text-align: center;
    padding-top: 30px;
    width: 100vw;
    margin-left: -15px;
  }
  #section3 .mo_profile img {
    max-width: 59%;
  }
  #section3 .member_name_logo {
    display: none;
  }
  #section3 .mo_info {
    padding: 10px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  #section3 .mo_info h3, #section3 .mo_info p {
    margin: 0 !important;
  }
  #section3 .mo_info p {
    background-color: var(--bh_color_main_400);
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff !important;
  }
  #section3 .member_history {
    width: 100%;
    padding: 25px;
  }
  #section3 .member_history > p {
    font-size: 20px;
  }
  #section3 .member_history > div {
    display: block;
  }
  #section3 .member_history ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/* section4 */
#section4 .bh_tab_wrap .bh_tab_li {
  margin-top: 15px;
}
#section4 .bh_tab_wrap .tab_content_slider {
  width: 100vw;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box {
  padding: 100px;
  height: 100%;
  background-color: var(--bh_color_gray_50);
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 {
  display: flex;
  gap: 0;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .num {
  line-height: 1;
  font-size: 135px;
  font-weight: 700;
  color: var(--bh_color_sub);
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .title {
  padding-left: 15px;
  padding-top: 20px;
  flex: 1;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .title p:first-child {
  font-size: 2rem;
  font-weight: 800;
  color: var(--bh_color_sub);
  display: flex;
  align-items: center;
  gap: 10px;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .title p:first-child::after {
  flex: 1;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(224, 224, 224, 0), #e0e0e0);
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .title p:nth-child(2) {
  font-size: 4.8rem;
  font-weight: 800;
  color: var(--bh_color_gray_900);
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info {
  padding-left: 15px;
  padding-top: 24px;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .pagination-custom {
  display: flex;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .pagination-custom .bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .pagination-custom .bullet > span {
  font-weight: 800;
  color: var(--bh_color_gray_400);
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .pagination-custom .bullet.bar::after {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 12px;
  background-color: var(--bh_color_gray_300);
  margin: 0 10px;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .pagination-custom .bullet.bullet-active > span {
  color: var(--bh_color_gray_900);
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .btn_custom {
  display: flex;
  justify-content: end;
  gap: 10px;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .btn_custom > div {
  cursor: pointer;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .btn_custom > div i {
  font-size: 50px;
  color: var(--bh_color_gray_400);
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .btn_custom > div:hover i, #section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .btn_custom > div:focus i {
  color: var(--bh_color_main);
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text3 ul li {
  margin-bottom: 10px;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text3 ul li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: var(--bh_color_gray_100);
  border-left: 1px solid var(--bh_color_main);
  padding: 9px 15px;
  font-weight: 500;
  color: var(--bh_color_gray_600);
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text4 li {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text4 li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("/assets/images/main/dot2.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#section4 .bh_tab_wrap .tab_content_slider .text_box .text4 li::after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: var(--bh_color_main);
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 1600px) {
  #section4 .bh_tab_wrap .tab_content_slider .bh_row {
    flex-direction: column-reverse;
  }
  #section4 .bh_tab_wrap .tab_content_slider .bh_row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #section4 .bh_tab_wrap .tab_content_slider .text_box {
    padding: 20px 20px 50px 20px;
    height: auto;
  }
  #section4 .bh_tab_wrap .tab_content_slider .text_box .text1 {
    flex-wrap: wrap;
  }
  #section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .num {
    font-size: 80px;
  }
  #section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .title {
    padding: 0;
    flex: auto;
  }
  #section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .title p:first-child::after {
    width: 90%;
  }
  #section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info {
    padding: 0 0 0 15px;
    flex: 0 0 100%;
  }
  #section4 .bh_tab_wrap .tab_content_slider .text_box .text1 .slide_info .btn_custom i {
    font-size: 30px !important;
    height: 30px;
    line-height: 30px;
  }
  #section4 .bh_tab_wrap .tab_content_slider .text_box .text4 li {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  #section4 .bh_tab_wrap .tab_content_slider {
    margin-left: -15px !important;
  }
}
#section4 .bh_tab3 .bh_tab_btn, #section5 .bh_tab3 .bh_tab_btn {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
}
#section4 .bh_tab3 .bh_tab_btn span, #section5 .bh_tab3 .bh_tab_btn span {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--bh_color_gray_600);
}
#section4 .bh_tab3 .bh_tab_btn.active, #section4 .bh_tab3 .bh_tab_btn:hover, #section5 .bh_tab3 .bh_tab_btn.active, #section5 .bh_tab3 .bh_tab_btn:hover {
  border-radius: 500px;
  background-color: var(--bh_color_main);
}
#section4 .bh_tab3 .bh_tab_btn.active span, #section4 .bh_tab3 .bh_tab_btn:hover span, #section5 .bh_tab3 .bh_tab_btn.active span, #section5 .bh_tab3 .bh_tab_btn:hover span {
  color: #fff;
}
@media (max-width: 991.98px) {
  #section4 .bh_tab3 .bh_tab_btn, #section5 .bh_tab3 .bh_tab_btn {
    padding: 5px 0;
  }
  #section4 .bh_tab3 .bh_tab_btn span, #section5 .bh_tab3 .bh_tab_btn span {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--bh_color_gray_600);
  }
  #section4 .bh_tab3 .bh_tab_btn.active, #section5 .bh_tab3 .bh_tab_btn.active {
    border-radius: 500px;
    background-color: var(--bh_color_main);
  }
  #section4 .bh_tab3 .bh_tab_btn.active span, #section5 .bh_tab3 .bh_tab_btn.active span {
    color: #fff;
  }
}
/* section5 */
#section5 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
#section5 .cure_wrap {
  background-image: url(/assets/images/main/se5_cure_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
#section5 .col_inner {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#section5 .col_inner.border_right {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#section5 .col_inner .number {
  display: inline-block;
  width: 50px;
  height: 34px;
  line-height: 34px;
  color: var(--bh_color_sub);
  background-color: var(--bh_color_point);
  font-weight: 800;
}
@media (max-width: 991.98px) {
  #section5 .rhinitis_wrap {
    padding: 30px 0 40px 0;
  }
  #section5 .rhinitis_wrap .banner_box {
    padding: 20px;
  }
  #section5 .rhinitis_wrap .cont_inner2 .benefit_content {
    padding: 40px 0 50px;
  }
  #section5 .rhinitis_wrap .cont_inner2 .benefit_content .col_inner {
    border: 1px solid var(--bh_color_main_100) !important;
    padding: 15px;
    height: 100%;
  }
  #section5 .cure_wrap {
    padding: 40px 0;
  }
  #section5 .col_inner {
    border: unset;
  }
  #section5 .col_inner.border_right {
    border: unset;
  }
  #section5 .col_inner .number {
    height: 24px;
    line-height: 24px;
  }
}
.shingles_clinic {
  padding: 100px 0;
}
.shingles_clinic .banner_box {
  background-image: url(/assets/images/main/shingles_img1.jpg);
  background-size: cover;
  padding: 50px;
  margin-bottom: 132px;
}
.shingles_clinic .banner_box .text {
  border: solid 1px #00215b;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
.shingles_clinic .bh_tab_wrap .bh_tab3 {
  margin-bottom: 100px;
}
.shingles_clinic .tab1_content .img_wrap {
  position: relative;
}
.shingles_clinic .tab1_content .img_wrap .step {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bh_color_white);
  padding: 5px 17px;
  font-weight: 800;
  color: var(--bh_color_sub);
}
.shingles_clinic .tab1_content .arrow {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  padding: 20px;
  background-color: var(--bh_color_gray_900);
  margin: -25px auto;
}
.shingles_clinic .tab1_content .arrow i {
  font-size: 40px;
  color: var(--bh_color_main);
  line-height: 1;
}
.shingles_clinic .tab2_content .box_wrap {
  height: 100%;
  padding: 2rem;
  background-size: cover;
  background-position: center;
}
.shingles_clinic .tab2_content .box_wrap.box1 {
  background-image: url(/assets/images/main/shingles_box1.jpg);
}
.shingles_clinic .tab2_content .box_wrap.box2 {
  background-image: url(/assets/images/main/shingles_box2.jpg);
}
.shingles_clinic .tab2_content .box_wrap.box3 {
  background-image: url(/assets/images/main/shingles_box3.jpg);
}
.shingles_clinic .tab2_content .box_wrap.box4 {
  background-image: url(/assets/images/main/shingles_box4.jpg);
}
.shingles_clinic .tab2_content .box_wrap.box5 {
  background-image: url(/assets/images/main/shingles_box5.jpg);
}
.shingles_clinic .tab2_content .box_wrap p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1rem;
}
.shingles_clinic .tab2_content .box_wrap .icon {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: var(--bh_color_white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
.shingles_clinic .tab3_content .box2 {
  background-color: #e6e9ef;
  padding: 0.5rem 1rem;
}
.shingles_clinic .tab4_content .box {
  border: 1px solid var(--bh_color_gray_300);
}
.shingles_clinic .tab4_content .box .round_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.shingles_clinic .tab4_content .box .round_wrap span {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--bh_color_sub);
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  background-color: #e6e9ef;
}
.shingles_clinic .tab5_content ul li b {
  display: inline-block;
  min-width: 183px;
}
.shingles_clinic .tab5_content .img_wrap::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background-image: linear-gradient(to bottom, rgba(0, 33, 91, 0), #00215b);
}
.shingles_clinic .tab5_content .text_wrap p {
  color: rgba(255, 255, 255, 0.8);
}
.shingles_clinic .bh_tab_li ul li {
  position: relative;
  padding-left: 3rem;
  font-size: 2rem;
  font-weight: 500;
  color: var(--bh_color_gray_700);
  margin-bottom: 1rem;
}
.shingles_clinic .bh_tab_li ul li:last-child {
  margin-bottom: 0;
}
.shingles_clinic .bh_tab_li ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/assets/images/main/shingles_dot.png);
  background-size: cover;
}
@media (max-width: 991.98px) {
  .shingles_clinic {
    padding: 50px 0;
  }
  .shingles_clinic .banner_box {
    padding: 20px;
    margin-bottom: 50px;
  }
  .shingles_clinic .bh_tab_wrap .bh_tab3 {
    margin-bottom: 50px;
  }
  .shingles_clinic .tab1_content .arrow {
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: 15px auto;
  }
  .shingles_clinic .tab1_content .arrow i {
    font-size: 30px;
  }
  .shingles_clinic .tab2_content .box_wrap .icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
  .shingles_clinic .tab2_content .box_wrap .icon img {
    max-height: 40px;
  }
  .shingles_clinic .tab5_content ul li b {
    display: block;
    width: 100%;
  }
}
.mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.common_cure_wrap .cont_inner1 {
  display: flex;
  gap: 210px;
}
.common_cure_wrap .cont_inner1 .text_box {
  flex: 0 0 1;
}
.common_cure_wrap .cont_inner1 .text_box .tag_wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.common_cure_wrap .cont_inner1 .text_box .tag_wrap span {
  display: inline-block;
  border-radius: 500px;
  padding: 6px 15px;
  background-color: #f5f5f5;
  color: var(--bh_color_main);
  font-weight: 500;
}
.common_cure_wrap .cont_inner1 .img_box {
  padding-top: 50px;
  flex: 0 0 auto;
  width: auto;
}
.common_cure_wrap .cont_inner1 .img_box img {
  max-width: unset;
}
.common_cure_wrap .cont_inner1 .img_box .img {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  right: 50px;
}
.common_cure_wrap .cont_inner2 > p {
  display: flex;
  align-items: center;
  gap: 15px;
}
.common_cure_wrap .cont_inner2 > p span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: var(--bh_color_main);
}
.common_cure_wrap .cont_inner2 .img_box, .common_cure_wrap .cont_inner2 .step_contbox {
  margin: 0;
}
.common_cure_wrap .cont_inner2 .img_box > div, .common_cure_wrap .cont_inner2 .step_contbox > div {
  padding: 0 11.5px;
}
.common_cure_wrap .cont_inner2 .step_box {
  border-radius: 500px;
  overflow: hidden;
}
.common_cure_wrap .cont_inner2 .step_box .step_title {
  text-align: center;
  padding: 15px 0;
  height: 55px;
  font-size: 18px;
  color: var(--bh_color_white);
  font-weight: bold;
}
.common_cure_wrap .cont_inner2 .step_box .number {
  position: absolute;
  top: 0;
  right: -27.5px;
  z-index: 4;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_cure_wrap .cont_inner2 .step_box .number i {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  color: #fff;
}
.common_cure_wrap .cont_inner2 .step_contbox .col_inner {
  border: 1px solid var(--bh_color_main_200);
  padding: 30px 20px;
}
.common_cure_wrap .cont_inner2 .step_contbox .col_inner.style2 {
  border-color: var(--bh_color_main);
}
.common_cure_wrap .cont_inner2 .step_contbox .col_inner.style3 {
  border-color: var(--bh_color_main_700);
}
.common_cure_wrap .cont_inner2 .step_contbox .col_inner.style4 {
  border-color: var(--bh_color_main_900);
}
.common_cure_wrap .cont_inner2 .step_contbox .col_inner > img {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
.common_cure_wrap .cont_inner2 .benefit_box .col_inner {
  padding: 30px;
  border: 1px solid var(--bh_color_main_100);
  background-color: #fff;
}
.common_cure_wrap .cont_inner2 .benefit_box .col_inner > img {
  position: absolute;
  top: 30px;
  right: 30px;
}
.common_cure_wrap .message_wrap {
  padding: 0 50px;
}
.common_cure_wrap .message_wrap > div {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.common_cure_wrap .message_wrap .img_box {
  min-width: 277px;
}
.common_cure_wrap .background {
  width: 100vw;
  height: 960px;
  background-image: linear-gradient(to bottom, #fff, #fdefe6);
  position: absolute;
  bottom: 0;
  left: calc(((100vw - 1170px) / 2) * -1);
  z-index: -1;
}
@media (max-width: 1200px) {
  .common_cure_wrap .background {
    left: -15px;
  }
  .common_cure_wrap .message_wrap .img_box {
    display: none;
  }
  .common_cure_wrap .message_wrap .br {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .common_cure_wrap .cont_inner1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .common_cure_wrap .cont_inner1 .text_box {
    flex: 0 0 100%;
  }
  .common_cure_wrap .cont_inner1 .text_box .tag_wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
  .common_cure_wrap .cont_inner1 .text_box .tag_wrap span {
    display: inline-block;
    border-radius: 500px;
    padding: 6px 15px;
    background-color: var(--bh_color_main_100);
    color: var(--bh_color_main);
    font-weight: 800;
  }
  .common_cure_wrap .cont_inner1 .img_box {
    padding-top: 20px;
    text-align: center;
  }
  .common_cure_wrap .cont_inner1 .img_box .img {
    position: unset;
    max-width: 100%;
  }
  .common_cure_wrap .cont_inner1 .img_box .img2 {
    display: none;
  }
  .common_cure_wrap .cont_inner2 .img_box {
    display: none;
  }
  .common_cure_wrap .cont_inner2 .step_box {
    border-radius: 0;
  }
  .common_cure_wrap .cont_inner2 .step_box .step_title {
    padding: 11px 0;
    height: auto;
    font-size: 1.6rem;
    color: var(--bh_color_white);
    border-radius: 500px;
    margin-bottom: 10px;
  }
  .common_cure_wrap .cont_inner2 .step_box .number {
    display: none;
  }
  .common_cure_wrap .cont_inner2 .step_box p {
    color: var(--bh_color_gray_900);
    padding: 15px;
    border: 1px solid var(--bh_color_main_200);
  }
  .common_cure_wrap .cont_inner2 .step_box p.style2 {
    border-color: var(--bh_color_main);
  }
  .common_cure_wrap .cont_inner2 .step_box p.style3 {
    border-color: var(--bh_color_main_700);
  }
  .common_cure_wrap .cont_inner2 .step_box p.style4 {
    border-color: var(--bh_color_main_900);
  }
  .common_cure_wrap .cont_inner2 .benefit_box .col_inner {
    padding: 15px;
    height: 100%;
  }
  .common_cure_wrap .cont_inner2 .benefit_box .col_inner > img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
  }
  .common_cure_wrap .cont_inner2 .benefit_box .col_inner.style2 {
    height: calc(100% - 10px);
  }
  .common_cure_wrap .message_wrap {
    padding: 0;
  }
  .common_cure_wrap .message_wrap > div {
    display: flex;
    gap: 50px;
    justify-content: start;
    align-items: center;
  }
  .common_cure_wrap .message_wrap .img_box {
    min-width: 277px;
  }
}
#section6, #section7 {
  overflow: visible;
}
#section6 .navigation, #section7 .navigation {
  position: sticky;
  top: 100px;
  margin-top: 50px;
  height: 60px;
  z-index: 99;
}
#section6 .navigation.fixed .navigation_inner, #section7 .navigation.fixed .navigation_inner {
  width: 100vw;
}
#section6 .navigation .navigation_inner, #section7 .navigation .navigation_inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
#section6 .navigation a, #section7 .navigation a {
  display: inline-block;
  width: 100%;
  background-color: #f5f5f5;
  padding: 12px 0;
  text-align: center;
}
#section6 .navigation a span, #section7 .navigation a span {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--bh_color_gray_600);
}
#section6 .navigation a.active, #section7 .navigation a.active {
  background-color: var(--bh_color_main);
}
#section6 .navigation a.active span, #section7 .navigation a.active span {
  color: #fff;
}
@media (max-width: 991.98px) {
  #section6 .navigation, #section7 .navigation {
    height: 42px;
    top: 63px;
  }
  #section6 .navigation a, #section7 .navigation a {
    min-height: 42px;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section6 .navigation a span, #section7 .navigation a span {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--bh_color_gray_600);
  }
  #section6 .navigation a.active, #section7 .navigation a.active {
    background-color: var(--bh_color_main);
  }
  #section6 .navigation a.active span, #section7 .navigation a.active span {
    color: #fff;
  }
}
#section8 > .bh_wrap {
  max-width: 1620px;
  padding: 0;
}
#section8 .bh_img_content {
  background-image: unset;
}
#section8 .bh_img_content img {
  aspect-ratio: 1.8493150685;
}
#section8 .image_slide_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#section8 .image_slide_btn > div {
  cursor: pointer;
}
#section8 .image_slide_btn > div i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  color: var(--bh_color_gray_400);
}
#section8 .image_slide_btn > div:hover i {
  color: var(--bh_color_main);
}
@media (max-width: 991.98px) {
  #section8 .bh_img_content {
    width: 100%;
    aspect-ratio: 1.3636363636;
  }
  #section8 .bh_img_content img {
    display: none;
  }
  #section8 .image_slide_btn {
    gap: 5px;
  }
  #section8 .image_slide_btn > div {
    cursor: pointer;
  }
  #section8 .image_slide_btn > div i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: var(--bh_color_gray_400);
  }
}
/* section9 */
#section9 > .bh_wrap {
  max-width: 1620px;
  padding: 0;
}
#section9 .bh_img_content {
  background-image: unset;
}
#section9 .bh_img_content img {
  aspect-ratio: 1.8493150685;
}
#section9 .image_slide_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#section9 .image_slide_btn > div {
  cursor: pointer;
}
#section9 .image_slide_btn > div i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  color: var(--bh_color_gray_400);
  transition: 0.3s;
}
#section9 .image_slide_btn > div:hover i {
  color: var(--bh_color_main);
}
@media (max-width: 991.98px) {
  #section9 .bh_img_content {
    width: 100%;
    aspect-ratio: 1.3636363636;
  }
  #section9 .bh_img_content img {
    display: none;
  }
  #section9 .image_slide_btn {
    gap: 5px;
  }
  #section9 .image_slide_btn > div {
    cursor: pointer;
  }
  #section9 .image_slide_btn > div i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: var(--bh_color_gray_400);
  }
}
/* section10 */
/* sub */
.bh_modal.privacy .bh_modal_header, .bh_modal.tos .bh_modal_header, .bh_modal.tos2 .bh_modal_header, .bh_modal.page1 .bh_modal_header {
  text-align: center;
}
.bh_modal.privacy .bh_modal_content, .bh_modal.tos .bh_modal_content, .bh_modal.tos2 .bh_modal_content, .bh_modal.page1 .bh_modal_content {
  max-width: 70%;
}
.bh_modal.privacy .table_box, .bh_modal.tos .table_box, .bh_modal.tos2 .table_box, .bh_modal.page1 .table_box {
  max-width: 800px;
  overflow-x: scroll;
}
.bh_modal.privacy table, .bh_modal.tos table, .bh_modal.tos2 table, .bh_modal.page1 table {
  margin: 0 auto;
  width: 100% !important;
}
@media (max-width: 991.98px) {
  .bh_modal.privacy .bh_modal_content, .bh_modal.tos .bh_modal_content, .bh_modal.tos2 .bh_modal_content, .bh_modal.page1 .bh_modal_content {
    max-width: calc(100% - 30px);
  }
}
.bh_modal.page1 .title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.bh_modal.page1 .col_inner {
  height: 100%;
}
@media (max-width: 991.98px) {
  .bh_modal.page1 .col_inner {
    height: auto;
  }
}
.bh_modal.page1 .down_btn a {
  display: inline-block;
  border: 1px solid var(--bh_color_gray_300);
  padding: 8px 18px;
  font-size: 1.8rem;
  color: var(--bh_color_main_900);
  font-weight: 500;
}
.bh_modal.page1 .down_btn a i {
  color: var(--bh_color_main_700);
}
@media (max-width: 991.98px) {
  .bh_modal.page1 .down_btn a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.bh_modal.information {
  align-items: end;
}
.bh_modal.information .bh_modal_content {
  max-width: 100%;
  margin-bottom: 79px;
  background-color: var(--bh_color_main_900);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: unset;
  color: #fff;
}
.bh_modal.information .bh_modal_content .bh_modal_header {
  padding: 0;
  border: unset;
}
.bh_modal.information .bh_modal_content .bh_modal_header .bh_modal_close {
  position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
}
.bh_modal.information .bh_modal_content .bh_modal_body {
  padding-top: 20px !important;
}
.bh_modal.information .bh_modal_content .bh_modal_body .bar {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.mobile_nav {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 55;
  background-color: #fff;
  display: none;
}
.mobile_nav .col_inner {
  text-align: center;
}
.mobile_nav .col_inner a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
.mobile_nav .col_inner a i {
  font-size: 20px;
  color: var(--bh_color_main_700);
}
.mobile_nav .col_inner a span {
  font-size: 15px;
  color: var(--bh_color_main_500);
}
@media (max-width: 991.98px) {
  .mobile_nav {
    display: block;
  }
}
/* footer */
.bh .footer .footer_menu > ul > li {
  position: relative;
  margin-right: 30px;
}
.bh .footer .footer_menu > ul > li::after {
  position: absolute;
  content: "|";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  top: 3px;
  right: -16px;
}
.bh .footer .footer_menu > ul > li:last-child {
  margin-right: 0;
}
.bh .footer .footer_menu > ul > li:last-child::after {
  display: none;
}
.bh .footer .footer_menu > ul > li > a {
  font-size: 16px;
  font-weight: 500;
}
.bh .footer .footer_cont p {
  margin-bottom: 0;
}
.bh .footer .footer_cont p.copy {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .bh .footer .footer_menu > ul > li {
    margin-right: 20px;
  }
  .bh .footer .footer_menu > ul > li::after {
    font-size: 10px;
    top: 2px;
    right: -12px;
  }
  .bh .footer .footer_menu > ul > li > a {
    font-size: 13px;
  }
  .bh .footer .footer_cont p.copy {
    margin-top: 15px;
  }
}
/* slider */
@keyframes focusIn {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  60% {
    filter: blur(3px);
    opacity: 0.85;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.swiper-main {
  position: relative;
}
.swiper-main .item .slider_content_wrap {
  position: relative;
  background-color: transparent;
}
.swiper-main .item .slider_content_wrap .main_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.swiper-main .item .slider_content_wrap .main_video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(33, 33, 33, 0) -104%, rgba(33, 33, 33, 0.6) 100%);
}
.swiper-main .item .slider_content_wrap .main_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination_wrap {
  position: absolute;
  bottom: 100px;
  left: calc((100vw - 1170px) / 2);
  z-index: 88;
}
@media (max-width: 1200px) {
  .pagination_wrap {
    left: 15px;
  }
}
@media (max-width: 992px) {
  .pagination_wrap {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.swiper-pagination-bullet {
  width: 40px !important;
  height: 40px !important;
  margin-left: 0 !important;
  margin-right: 5px !important;
  background-color: transparent !important;
  position: relative;
}
.swiper-pagination-bullet .pagination-swiper-up__bg {
  stroke: transparent;
}
.swiper-pagination-bullet .pagination-swiper-up__progress {
  stroke: #fff;
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: var(--stroke-dashoffset);
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.swiper-pagination-bullet .index {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
}
.slide-change-active .pagination-swiper-up__progress, .swiper-pagination-bullet.swiper-pagination-bullet-active.active-first .pagination-swiper-up__progress {
  -webkit-animation: circle-filling var(--duration-filling) linear;
  animation: circle-filling var(--duration-filling) linear;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child), .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.625rem;
}
@-webkit-keyframes circle-filling {
  0% {
    stroke-dashoffset: var(--stroke-dashoffset);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circle-filling {
  0% {
    stroke-dashoffset: var(--stroke-dashoffset);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.bh .main_slide_tools {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 10;
  /*display: flex;*/
  align-items: center;
  gap: 10px;
}
.bh .main_slide_tools .main_slide_pagination {
  width: auto;
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.bh .main_slide_tools .main_slide_pagination .main_slide_pagination_bullet {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.bh .main_slide_tools .main_slide_pagination .main_slide_pagination_bullet > .bar {
  position: relative;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  --progress: 0;
  transition: 0.3s;
}
.bh .main_slide_tools .main_slide_pagination .main_slide_pagination_bullet > .bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% * var(--progress));
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.bh .main_slide_tools .main_slide_pagination .main_slide_pagination_bullet.active {
  color: var(--bh_color_white);
  gap: 10px;
}
.bh .main_slide_tools .main_slide_pagination .main_slide_pagination_bullet.active > .bar {
  width: 80px;
}
.bh .main_slide_tools .main_slide_btn {
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
.bh .main_slide_tools .main_slide_btn > i {
  display: none;
}
.bh .main_slide_tools .main_slide_btn > i[icon_stop] {
  display: block;
}
.bh .main_slide_tools .main_slide_btn.active > i[icon_stop] {
  display: none;
}
.bh .main_slide_tools .main_slide_btn.active > i[icon_play] {
  display: block;
}
.bh .item .slider_content_wrap div.slider_content_btn_wrap > .slider_content_btn {
  padding: 10px 36px;
  width: fit-content;
  border-radius: 500px;
  border: 1px solid var(--bh_color_white);
  background-color: transparent;
  margin: 0;
}
.bh .item .slider_content_wrap div.slider_content_btn_wrap > .slider_content_btn::after, .bh .item .slider_content_wrap div.slider_content_btn_wrap > .slider_content_btn::before {
  display: none !important;
}
.bh .scrolldown_area {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  right: 338px;
  bottom: 0;
}
.bh .scrolldown_area span {
  line-height: 1.4;
}
.bh .scrolldown_area::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: var(--bh_color_white);
}
@media (max-width: 991.98px) {
  .bh .main_slide_tools {
    bottom: 20px;
    gap: 5px;
  }
  .bh .main_slide_tools .main_slide_pagination {
    gap: 5px;
  }
  .bh .main_slide_tools .main_slide_pagination .main_slide_pagination_bullet.active {
    gap: 5px;
  }
  .bh .main_slide_tools .main_slide_pagination .main_slide_pagination_bullet.active > .bar {
    width: 40px;
  }
}
.swiper-main .main_scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: right;
  z-index: 2;
}
.swiper-main .main_scroll .bh_wrap > div {
  width: 75px;
  text-align: center;
}
.swiper-main .main_scroll span {
  display: inline-block;
  font-size: 14px;
  color: var(--bh_color_white);
  white-space: nowrap;
  margin-bottom: 2px;
}
.swiper-main .main_scroll .line {
  position: relative;
  width: 1px;
  height: 65px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.swiper-main .main_scroll .line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: var(--bh_color_white);
  animation: scroll linear infinite alternate 1s;
}
@media (max-width: 992px) {
  .swiper-main .main_scroll span {
    font-size: 11px;
  }
  .swiper-main .main_scroll .line {
    height: 40px;
  }
}
@keyframes scroll {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 20px);
  }
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: none;
  animation: focusIn 2s linear both 1s;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 b {
  font-size: 80px;
  font-weight: 800;
}
@media (max-width: 992px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    font-size: 18px;
  }
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: none;
  margin-top: 1rem;
  animation: focusIn 2s linear both 1s;
}
/*# sourceMappingURL=001d0266ea1c84c4a6efd13979de157537e73a06.page.scss.map */
