@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Lexend:wght@100..900&display=swap");
@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 */
.xe-widget-wrapper {
  overflow: visible;
}
.w-fit {
  width: fit-content;
}
.mx-auto {
  margin: 0 auto;
}
.bh .section {
  padding: 0;
}
@media (max-width: 991.98px) {
  .bh .section {
    height: auto !important;
    padding: 30px 0 30px 0;
  }
}
#section0, .footer_area {
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .fp-tableCell {
    height: auto !important;
  }
}
/* font */
/* header */
.index .header_wrap {
  position: fixed;
}
.bh .header_wrap {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
}
.bh .logo a .logo_img {
  display: none;
}
.bh .logo a .logo_img_dark {
  display: block;
}
.index .logo a .logo_img {
  display: block;
}
.index .logo a .logo_img_dark {
  display: none;
}
.index .logo.dark a .logo_img {
  display: none;
}
.index .logo.dark a .logo_img_dark {
  display: block;
}
.bh .main_menu > ul > li:last-child > a::before {
  left: 63%;
}
.bh .main_menu > ul > li > a {
  font-size: 2rem;
  font-weight: 500;
  color: var(--bh_color_gray_900);
  position: relative;
  padding: 34.5px 25px 35.5px 25px;
  line-height: 1.5;
}
.bh .main_menu > ul > li > a:hover {
  color: var(--bh_color_gray_900);
}
.bh .main_menu > ul > li > a::after {
  display: none;
}
.bh .main_menu > ul > li > a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--bh_color_gray_900);
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.bh .main_menu > ul > li > a.active {
  color: var(--bh_color_main);
}
.bh .main_menu > ul > li > a.active::before {
  opacity: 1;
  background-color: var(--bh_color_main);
}
.index .main_menu > ul > li > a {
  font-size: 2rem;
  font-weight: 500;
  color: var(--bh_color_white);
  position: relative;
  padding: 34.5px 25px 35.5px 25px;
  line-height: 1.5;
}
.index .main_menu > ul > li > a.dark {
  color: var(--bh_color_gray_900);
}
.index .main_menu > ul > li > a.dark:hover {
  color: var(--bh_color_gray_900);
}
.index .main_menu > ul > li > a.dark::before {
  background-color: var(--bh_color_gray_900);
}
.index .main_menu > ul > li > a.dark.active {
  color: var(--bh_color_main);
}
.index .main_menu > ul > li > a.dark.active::before {
  opacity: 1;
  background-color: var(--bh_color_main);
}
.index .main_menu > ul > li > a:hover {
  color: var(--bh_color_white);
}
.index .main_menu > ul > li > a::after {
  display: none;
}
.index .main_menu > ul > li > a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--bh_color_white);
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.index .main_menu > ul > li > a.active {
  color: var(--bh_color_white);
}
.index .main_menu > ul > li > a.active::before {
  opacity: 1;
  background-color: var(--bh_color_white);
}
/* quick_menu */
.bh #quick_menu .quick_menu_inner {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-bottom: 70px;
}
@media (max-width: 991.98px) {
  .bh #quick_menu .quick_menu_inner {
    row-gap: 1rem;
    padding-bottom: 15px;
  }
}
.bh #quick_menu ul {
  order: 2;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.bh #quick_menu ul > li {
  border-radius: 50%;
}
.bh #quick_menu ul > li > a {
  width: 90px;
  height: 90px;
  background-color: var(--bh_color_main);
}
.bh #quick_menu ul > li > a > img {
  width: 20px;
}
.bh #quick_menu ul > li > a > span {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .bh #quick_menu ul > li > a {
    width: 70px;
    height: 70px;
  }
  .bh #quick_menu ul > li > a > img {
    width: 18px;
  }
}
.bh #quick_menu ul > li > a > span {
  color: var(--bh_color_white);
}
.bh #quick_menu .scrollTop {
  order: 1;
  border-radius: 50%;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.bh #quick_menu .scrollTop.active {
  height: fit-content !important;
}
.bh #quick_menu .scrollTop > a {
  width: 90px;
  height: 90px;
  background-color: var(--bh_color_white);
}
@media (max-width: 991.98px) {
  .bh #quick_menu .scrollTop > a {
    width: 70px;
    height: 70px;
  }
}
.bh #quick_menu .scrollTop > a > span {
  font-size: 1.8rem;
  font-weight: 600;
}
.bh #quick_menu .scrollTop > a > i, .bh #quick_menu .scrollTop > a span {
  color: var(--bh_color_main);
}
.section .wrapper {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .section .wrapper {
    padding-top: 0;
  }
}
.section.section12 .wrapper {
  padding-top: 0;
}
/* section1 */
.section1 {
  background-image: linear-gradient(to top, #fafafa 38%, #fff);
}
.section1 #content, .section1 .bh_page_widget_wrap .bh_page_widget_inner {
  position: static;
}
.section1 .video_wrapper {
  position: absolute;
  left: 50%;
  top: calc(50% + 50px);
  transform: translate(-50%, -50%);
  width: 1444px;
  aspect-ratio: 1.7827160494;
}
.section1 .video_wrapper video {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .section1 .video_wrapper {
    position: static;
    transform: none;
    width: 100%;
  }
}
/* section2 */
.section2 #content, .section2 .bh_page_widget_wrap .bh_page_widget_inner {
  position: static;
}
.section2 .bg_img1 {
  width: 50%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .section2 .bg_img1 {
    width: 100%;
    height: auto;
  }
}
.section2 .bg_img2 {
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 50%;
}
@media (max-width: 991.98px) {
  .section2 .bg_img2 {
    width: 100%;
    height: auto;
  }
}
.section2 .content {
  max-width: 495px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .section2 .content {
    max-width: unset;
    margin-left: unset;
  }
}
.section2 .line {
  content: "";
  display: inline-block;
  width: 4.7rem;
  height: 0.2rem;
  background-color: var(--bh_color_main);
  margin: 1.3rem 0 2rem 0;
}
/* section3 */
.section3 .bh_row {
  row-gap: 2rem;
}
.section3 .imgarea {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}
.section3 .imgarea img {
  width: 100%;
}
/* section4 section5 section6 */
.section4 .step_area, .section5 .step_area, .section6 .step_area {
  padding: 0.8rem 1.8rem;
  width: fit-content;
  border-radius: 500px;
  margin: 0 auto;
}
.section4 .step_area .bar, .section5 .step_area .bar, .section6 .step_area .bar {
  width: 2px;
  height: 16px;
  opacity: 0.5;
  margin: 0 1.1rem 0 1.3rem;
}
.section4 .video_wrapper > .bh_row, .section5 .video_wrapper > .bh_row, .section6 .video_wrapper > .bh_row {
  row-gap: 2rem;
}
.section4 .result_list .bh_row .col-6, .section5 .result_list .bh_row .col-6, .section6 .result_list .bh_row .col-6 {
  display: flex;
  flex-direction: column;
}
.section4 .result_list li, .section5 .result_list li, .section6 .result_list li {
  flex-grow: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 2.3rem;
}
.section4 .result_list li.theme_white, .section5 .result_list li.theme_white, .section6 .result_list li.theme_white {
  background-image: url("/assets/images/main/item_bg_white.png");
}
.section4 .result_list li.theme_main, .section5 .result_list li.theme_main, .section6 .result_list li.theme_main {
  background-image: url("/assets/images/main/item_bg_main.png");
}
@media (max-width: 575.98px) {
  .section4 .result_list li, .section5 .result_list li, .section6 .result_list li {
    padding: 1.3rem;
  }
}
/* section7 */
.section7 .around_list .bh_row {
  row-gap: 3rem;
}
@media (max-width: 991.98px) {
  .section7 .around_list .bh_row {
    row-gap: 1.5rem;
  }
}
.section7 .around_list li.theme_gray {
  border: 2px solid var(--bh_color_gray_700);
}
.section7 .around_list li.theme_main {
  border: 2px solid var(--bh_color_main);
}
.section7 .around_list li img {
  width: 100%;
}
.section7 .feature_list {
  margin-left: auto;
  margin-right: auto;
  margin-top: -1rem;
  width: fit-content;
}
.section7 .feature_list .bh_row {
  row-gap: 0.5rem;
}
.section7 .feature_list li {
  min-width: 15rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.section7 .feature_list li .icon_img {
  top: 0;
  right: 0;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}
.section7 .feature_list li.theme_main {
  background-image: url("/assets/images/main/section7_5.png");
}
.section7 .feature_list li.theme_gray {
  background-image: url("/assets/images/main/section7_6.png");
}
@media (max-width: 991.98px) {
  .section7 .feature_list li {
    min-width: 10rem;
  }
  .section7 .feature_list li .icon_img {
    width: 26px;
    aspect-ratio: 1;
  }
}
/* section8 */
.section8 .bh_row {
  row-gap: 1.5rem;
}
.section8 .floorplan_area {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}
.section8 .floorplan_area .floorPlanSwiper .swiper-slide img {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.section8 .floorplan_area .floorPlanSwiper .swiper-button-next, .section8 .floorplan_area .floorPlanSwiper .swiper-button-prev {
  background-image: none !important;
  width: 50px;
  height: 50px;
  margin-top: calc(0px - (50px / 2));
  opacity: 0.2;
  transition: 0.3s;
}
.section8 .floorplan_area .floorPlanSwiper .swiper-button-next > svg, .section8 .floorplan_area .floorPlanSwiper .swiper-button-prev > svg {
  display: none;
}
.section8 .floorplan_area .floorPlanSwiper .swiper-button-next:hover, .section8 .floorplan_area .floorPlanSwiper .swiper-button-prev:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .section8 .floorplan_area .floorPlanSwiper .swiper-button-next, .section8 .floorplan_area .floorPlanSwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: calc(0px - (30px / 2));
  }
}
.section8 .floorplan_area .floorPlanSwiper .swiper-pagination {
  bottom: 2rem;
}
.section8 .floorplan_area .floorPlanSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--bh_color_gray_400);
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s;
}
.section8 .floorplan_area .floorPlanSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 500px;
  background: var(--bh_color_main);
}
@media (max-width: 991.98px) {
  .section8 .floorplan_area .floorPlanSwiper .swiper-pagination {
    bottom: 0.5rem;
  }
  .section8 .floorplan_area .floorPlanSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .section8 .floorplan_area .floorPlanSwiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}
.section8 .floorplan_area .floorPlanSwiper .swiper-button-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.section8 .floorplan_area .floorPlanSwiper .swiper-button-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
/* section9 */
.section9 .common_title p {
  opacity: 0.8;
}
.section9 .motor_list .bh_row {
  row-gap: 2rem;
}
.section9 ul.feature_list {
  margin-left: auto;
  margin-right: auto;
  margin-top: -4.5rem;
  width: fit-content;
}
.section9 ul.feature_list .bh_row {
  row-gap: 0.5rem;
}
.section9 ul.feature_list li {
  min-width: 15rem;
  aspect-ratio: 1;
  background-image: url("/assets/images/main/section7_5.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.section9 ul.feature_list li .icon_img {
  top: 0;
  right: 0;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991.98px) {
  .section9 ul.feature_list li {
    min-width: 11rem;
  }
  .section9 ul.feature_list li .icon_img {
    width: 26px;
    aspect-ratio: 1;
  }
}
.section9 ol.feature_list {
  margin-left: auto;
  margin-right: auto;
  margin-top: -4.5rem;
  width: fit-content;
}
.section9 ol.feature_list .num {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .section9 ol.feature_list .num {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.section9 ol.feature_list .bh_row {
  row-gap: 0.5rem;
}
.section9 ol.feature_list .bh_row .col-4 {
  display: flex;
  flex-direction: column;
}
.section9 ol.feature_list .bh_row .col-4 li {
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  .section9 ol.feature_list .bh_row .col-4 li p {
    flex-grow: 1;
  }
}
.section9 ol.feature_list li {
  min-width: 17rem;
  aspect-ratio: 1.1333333333;
  background-image: url("/assets/images/main/section9_3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .section9 ol.feature_list li {
    min-width: unset;
    aspect-ratio: unset;
    padding: 2rem 0;
  }
  .section9 ol.feature_list li .icon_img {
    width: 26px;
    aspect-ratio: 1;
  }
}
/* section10 */
.section10 .certificate_area {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 1rem;
}
.section10 .certificate_area .certificateSwiper .swiper_tool_wrapper {
  display: flex;
  align-items: center;
  margin-top: 2.8rem;
  column-gap: 1rem;
}
.section10 .certificate_area .certificateSwiper .swiper_tool_wrapper .swiper-button-next, .section10 .certificate_area .certificateSwiper .swiper_tool_wrapper .swiper-button-prev {
  background-image: none !important;
  position: static;
  margin-top: 0;
  height: auto;
  color: var(--bh_color_gray_400);
  transition: 0.3s;
}
.section10 .certificate_area .certificateSwiper .swiper_tool_wrapper .swiper-button-next:hover, .section10 .certificate_area .certificateSwiper .swiper_tool_wrapper .swiper-button-prev:hover {
  color: var(--bh_color_main);
}
.section10 .certificate_area .certificateSwiper .swiper_tool_wrapper .swiper-pagination {
  position: static;
  min-width: 35px;
  width: fit-content;
  font-weight: 500;
  color: var(--bh_color_gray_500);
}
.section10 .certificate_area .certificateSwiper .swiper_tool_wrapper .swiper-pagination .swiper-pagination-current {
  color: var(--bh_color_main);
  font-weight: 700;
}
.section10 .certificate_area .certificateSwiper .swiper_tool_wrapper .swiper-pagination2 {
  position: relative;
  height: 1px;
}
.section10 .certificate_area .certificateSwiper .swiper_tool_wrapper .swiper-pagination2 .swiper-pagination-progressbar-fill {
  background: var(--bh_color_main);
}
.section10 .card_list {
  margin-top: 3rem;
}
.section10 .card_list .title {
  border-radius: 1rem 1rem 1rem 0;
  padding: 1.2rem 4rem;
  top: -3rem;
}
.section10 .card_list .title.graph {
  padding: 1.5rem 5rem;
}
.section10 .card_list .video_list {
  border-radius: 15px;
  padding: 5rem 3rem 2rem 3rem;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}
.section10 .card_list .video_list .bh_row {
  row-gap: 1rem;
}
.section10 .card_list .video_list video {
  background-color: var(--bh_color_gray_300);
  aspect-ratio: 1.7793103448;
}
.section10 .card_list .video_list .video_title {
  bottom: 1rem;
}
.section10 .card_list .graph_list {
  border-radius: 15px;
  padding: 5.6rem 3rem 2rem 3rem;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}
.section10 .card_list .graph_list .bh_row {
  row-gap: 1rem;
}
.section10 .card_list .graph_list .graph_title {
  padding: 0.8rem 1.8rem;
  border-radius: 500px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
}
@media (max-width: 991.98px) {
  .section10 .card_list .title {
    top: -2rem;
    padding: 1rem 2rem;
  }
  .section10 .card_list .title.graph {
    padding: 1rem 2.5rem;
  }
  .section10 .card_list .video_list {
    padding: 4rem 1.5rem 1.5rem 1.5rem;
  }
  .section10 .card_list .graph_list {
    padding: 5rem 1.5rem 1.5rem 1.5rem;
  }
}
/* section11 */
.section11 {
  background-color: var(--bh_color_gray_50);
}
.section11 ul .bh_row {
  row-gap: 0.5rem;
}
.section11 ul li {
  min-width: 10rem;
  aspect-ratio: 1;
  background-image: url("/assets/images/main/section11_4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
/* section12 제품소개: 컨트롤러 */
#fullpage:has(.video_wrapper span.active) {
  z-index: 9999;
}
.section12 .bh_page_widget_wrap .bh_page_widget_inner {
  position: static;
}
.section12 .bg {
  width: 100%;
  height: 58%;
  background-image: linear-gradient(to top, #fafafa, #fff);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section12 .step_area {
  padding: 0.8rem 1.8rem;
  width: fit-content;
  border-radius: 500px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .section12 .step_area {
    padding: 0.4rem 1.2rem;
  }
}
.section12 .video_wrapper {
  left: 3rem;
  bottom: 3rem;
  width: 310px;
  z-index: 9999;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .section12 .video_wrapper {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.section12 .video_wrapper .title {
  border-radius: 2rem 2rem 0 0;
}
.section12 .video_wrapper video {
  background-color: var(--bh_color_gray_300);
  border-radius: 0 0 2rem 2rem;
}
.section12 .video_wrapper .close_btn {
  top: 12px;
  right: 12px;
  border: 0;
  background-color: transparent;
  opacity: 0;
  display: none;
  cursor: pointer;
}
.section12 .video_wrapper .close_btn.on {
  opacity: 1;
  display: block;
}
@media (max-width: 991.98px) {
  .section12 .video_wrapper .close_btn {
    display: none;
  }
}
.section12 .video_wrapper .expand_btn {
  top: 16px;
  right: 16px;
  border: 0;
  background-color: transparent;
  display: block;
  cursor: pointer;
}
.section12 .video_wrapper .expand_btn.hidden {
  opacity: 0;
  display: none;
}
@media (max-width: 991.98px) {
  .section12 .video_wrapper .expand_btn {
    display: none;
  }
}
.section12 .video_wrapper:has(span.active) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
.section12 .video_wrapper:has(span.active) .title {
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .section12 .video_wrapper:has(span.active) .title {
    border-radius: 0 0 2rem 2rem;
  }
}
.section12 .video_wrapper:has(span.active) video {
  border-radius: 0;
  object-fit: cover;
  object-position: left bottom;
  height: 100%;
}
.section12 .container {
  width: fit-content;
}
@media (max-width: 991.98px) {
  .section12 .container {
    width: 150px;
  }
}
.section12 .container > img {
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.25));
}
.section12 .container .content .dot {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--bh_color_white);
  opacity: 0.7;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7);
}
.section12 .container .content .dot::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  background-color: var(--bh_color_main);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .section12 .container .content .dot {
    width: 8px;
  }
  .section12 .container .content .dot::after {
    width: 4px;
  }
}
.section12 .container .content .line {
  height: 1px;
  background-image: linear-gradient(to left, #fff 1%, #003c81 87%);
}
.section12 .container .content .text_area {
  border: solid 1px var(--bh_color_main_200);
  border-radius: 500px;
}
.section12 .container .content.one .dot {
  top: 56%;
  left: 19%;
}
.section12 .container .content.one .line {
  width: 44%;
  transform: rotate(45deg);
  top: 41.5%;
  left: -17.5%;
}
.section12 .container .content.one .text_area {
  top: 19%;
  left: -50%;
}
.section12 .container .content.two .dot {
  top: 42%;
  right: 36%;
}
.section12 .container .content.two .line {
  width: 45%;
  transform: rotate(143deg);
  top: 29.5%;
  right: -3.5%;
}
.section12 .container .content.two .text_area {
  top: 10%;
  right: -30%;
}
.section12 .container .content.three .dot {
  top: 56%;
  right: 19.5%;
}
.section12 .container .content.three .line {
  transform: rotate(180deg);
  width: 37%;
  top: 58.2%;
  right: -17%;
}
.section12 .container .content.three .text_area {
  top: 52.5%;
  right: -47%;
}
.section12 .container .content.four .dot {
  bottom: 20%;
  left: 34%;
}
.section12 .container .content.four .line {
  width: 40%;
  transform: rotate(-33deg);
  bottom: 10.5%;
  left: -1.5%;
}
.section12 .container .content.four .text_area {
  left: -44%;
  bottom: -12%;
}
.section12 .container .content.five .dot {
  bottom: 11%;
  left: 49%;
}
.section12 .container .content.five .line {
  width: 43%;
  transform: rotate(209deg);
  right: 6%;
  bottom: 2%;
}
.section12 .container .content.five .text_area {
  right: -32%;
  bottom: -18.5%;
}
/* section13 제품소개: 롱머신, 숏머신 */
.section13 {
  padding-bottom: 50px !important;
}
.section13 .fp-tableCell > .bh_wrap {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.section13 .bh_row {
  row-gap: 6rem;
}
.section13 .step_area {
  padding: 0.8rem 1.8rem;
  width: fit-content;
  border-radius: 500px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .section13 .step_area {
    padding: 0.4rem 1.2rem;
  }
}
.section13 .container {
  width: fit-content;
}
@media (max-width: 1200px) {
  .section13 .container {
    width: 70px;
  }
}
@media (max-width: 991.98px) {
  .section13 .container {
    width: 39px;
  }
}
.section13 .container > img {
  filter: drop-shadow(0 24px 50px rgba(0, 3, 50, 0.25));
}
.section13 .container .content .dot {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--bh_color_white);
  opacity: 0.7;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}
.section13 .container .content .dot::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  background-color: var(--bh_color_main);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .section13 .container .content .dot {
    width: 8px;
  }
  .section13 .container .content .dot::after {
    width: 4px;
  }
}
.section13 .container .content .line {
  height: 1px;
  background-image: linear-gradient(to left, #fff 1%, #003c81 87%);
}
.section13 .container .content .line.theme_main {
  background-image: none;
  background-color: var(--bh_color_main);
}
.section13 .container .content .text_area {
  border: solid 1px var(--bh_color_main_200);
  border-radius: 500px;
}
.section13 .container.first .content.one .dot {
  top: -2%;
  left: 50.3%;
}
.section13 .container.first .content.one .line {
  width: 127%;
  transform: rotate(36deg);
  top: 9.5%;
  right: -80%;
}
.section13 .container.first .content.one .text_area {
  top: 12%;
  right: -321%;
}
.section13 .container.first .content.two .dot {
  top: 66%;
  left: 32.5%;
}
.section13 .container.first .content.two .line {
  width: 147%;
  transform: rotate(16deg);
  top: 63.8%;
  left: -105%;
}
.section13 .container.first .content.two .text_area {
  top: 53%;
  left: -235%;
}
.section13 .container.first .content.three .dot {
  top: 20%;
  right: -4%;
}
.section13 .container.first .content.three .line {
  transform: rotate(55deg);
  width: 174%;
  top: 39.2%;
  right: -132%;
}
.section13 .container.first .content.three .text_area {
  top: 48.5%;
  right: -258%;
}
.section13 .container.first .content.four .dot {
  bottom: 20%;
  left: -4.5%;
}
.section13 .container.first .content.four .line {
  width: 107%;
  transform: rotate(-7deg);
  bottom: 21%;
  left: -106%;
}
.section13 .container.first .content.four .text_area {
  left: -242%;
  bottom: 13%;
}
.section13 .container.first .content.five .dot {
  bottom: 21%;
  left: 77%;
}
.section13 .container.first .content.five .line {
  width: 112%;
  transform: rotate(22deg);
  right: -100%;
  bottom: 19%;
}
.section13 .container.first .content.five .text_area {
  right: -279%;
  bottom: 7.5%;
}
.section13 .container.first .content.six .dot {
  bottom: 16%;
  left: 50%;
}
.section13 .container.first .content.six .line {
  width: 180%;
  transform: rotate(36deg);
  right: -128%;
  bottom: 6.5%;
}
.section13 .container.first .content.six .text_area {
  right: -254%;
  bottom: -10.5%;
}
.section13 .container.second .content.one .dot {
  top: -2%;
  left: 54.3%;
}
.section13 .container.second .content.one .line {
  width: 125%;
  transform: rotate(28deg);
  top: 9%;
  right: -88%;
}
.section13 .container.second .content.one .text_area {
  top: 10%;
  right: -331%;
}
.section13 .container.second .content.two .dot {
  top: 56%;
  left: -8.5%;
}
.section13 .container.second .content.two .line {
  width: 105%;
  transform: rotate(-25deg);
  top: 65.5%;
  left: -102%;
}
.section13 .container.second .content.two .text_area {
  top: 65%;
  left: -257%;
}
.section13 .container.second .content.three .dot {
  bottom: 21%;
  right: 20%;
}
.section13 .container.second .content.three .line {
  transform: rotate(50deg);
  width: 127%;
  bottom: 10%;
  right: -76%;
}
.section13 .container.second .content.three .text_area {
  bottom: -11%;
  right: -196%;
}
/* section14 제품소개: 팁, 노루발 */
.section14 .bh_page_widget_wrap .bh_page_widget_inner {
  position: static;
}
.section14 .bg {
  width: 100%;
  height: 58%;
  background-image: linear-gradient(to top, #fafafa, #fff);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.section14 .img1 {
  bottom: 5%;
  right: 27%;
  z-index: -2;
}
.section14 .img2 {
  bottom: 5%;
  right: 7%;
  z-index: -2;
}
@media (max-width: 1200px) {
  .section14 .img1, .section14 .img2 {
    width: 200px;
    margin: 0 auto;
  }
}
.section14 .step_area {
  padding: 0.8rem 1.8rem;
  width: fit-content;
  border-radius: 500px;
}
@media (max-width: 991.98px) {
  .section14 .step_area {
    padding: 0.4rem 1.2rem;
  }
}
.section14 .container .list li .imgarea {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}
/* section15 */
.section15 {
  padding-bottom: 50px !important;
}
.section15 .bh_page_widget_wrap .bh_page_widget_inner {
  position: static;
}
.section15 .bg_img {
  width: 100%;
  left: 0;
  bottom: 0;
}
.section15 .line {
  content: "";
  width: 19.5rem;
  height: 0.2rem;
  background-color: var(--bh_color_main);
}
.section15 .content > .title {
  border-radius: 1rem 1rem 1rem 0;
  padding: 1.2rem 4rem;
  z-index: 1;
}
@media (max-width: 1200px) {
  .section15 .content > .title {
    padding: 1rem 1.5rem;
    font-size: 1.8rem !important;
  }
}
.section15 .content .machine_list {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--bh_color_white);
  border-radius: 15px;
  padding: 5rem 3rem 2rem 3rem;
  position: relative;
  top: 3rem;
}
@media (max-width: 991.98px) {
  .section15 .content .machine_list .title {
    min-width: 50px;
  }
}
.section15 .content .machine_list .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.section15 .content .machine_list .bar {
  width: 2px;
  height: 12px;
  background-color: var(--bh_color_gray_300);
  margin: 0 1.3rem 0 1.5rem;
}
@media (max-width: 1200px) {
  .section15 .content .machine_list {
    padding: 4rem 3rem 1rem 3rem;
    top: 2rem;
  }
  .section15 .content .machine_list li {
    margin-bottom: 1rem !important;
  }
  .section15 .content .machine_list span, .section15 .content .machine_list p {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 575.98px) {
  .section15 .content .machine_list {
    padding: 7rem 2rem 1rem 2rem;
  }
}
/* section16 : 스토리*/
.section16 {
  background-image: url("/assets/images/main/section16_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section16 .container ul {
  width: fit-content;
  margin: 0 auto;
  column-gap: 10px;
}
.section16 .category {
  padding: 0.8rem 1.8rem;
  width: fit-content;
  border-radius: 500px;
  color: var(--bh_color_gray_500);
  background-color: var(--bh_color_white);
  transition: 0.3s;
}
.section16 .category.active {
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
}
@media (max-width: 991.98px) {
  .section16 .category {
    padding: 0.4rem 1.2rem;
  }
}
/* section17 : 멤버십*/
.section17 {
  background-image: url("/assets/images/main/section17_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section17 .btn_area {
  width: 530px;
}
.section17 .btn_area .bh_row {
  row-gap: 3rem;
}
.section17 .btn_area .link {
  width: 100%;
  padding: 1.7rem;
  border: 1px solid var(--bh_color_main);
  background-color: var(--bh_color_white);
  color: var(--bh_color_main);
  transition: 0.3s;
}
.section17 .btn_area .link:hover {
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
}
@media (max-width: 991.98px) {
  .section17 .btn_area {
    width: 100%;
  }
  .section17 .btn_area .bh_row {
    row-gap: 1rem;
  }
  .section17 .btn_area .link {
    padding: 1rem;
  }
}
/* section18 : 대표 인사말*/
.section18 .bh_page_widget_wrap .bh_page_widget_inner {
  position: static;
}
.section18 .img {
  height: 100vh;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991.98px) {
  .section18 .img {
    width: 100%;
    height: auto;
  }
}
.section18 .bg_img {
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 70%;
}
.section18 .content {
  max-width: 920px;
  margin-left: auto;
}
@media (max-width: 1670px) {
  .section18 .content {
    max-width: 50%;
  }
  .section18 .content h1 {
    font-size: 2.8rem !important;
  }
  .section18 .content p {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .section18 .content {
    max-width: 100%;
    margin-left: 0;
  }
}
.section18 .line {
  content: "";
  display: inline-block;
  width: 4.7rem;
  height: 0.2rem;
  background-color: var(--bh_color_main);
  margin: 1.3rem 0 2rem 0;
}
/* section19 : 수석 마스터, 마스터*/
.section19 .bh_row {
  row-gap: 2rem;
}
/* section20 : 문의하기 */
.section20 {
  background-image: url("/assets/images/main/section20_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* footer */
.bh .footer .footer_logo {
  margin: 0;
  padding: 0;
  border-right: 0;
}
.bh .footer .copyright {
  margin-top: 5rem;
  padding: 0;
}
@media (max-width: 991.98px) {
  .bh .footer .copyright {
    margin-top: 0;
  }
}
.bh .footer .copyright p {
  font-size: 1.4rem !important;
  margin-bottom: 0;
}
.bh .footer .link_list {
  display: flex;
  column-gap: 1.5rem;
  right: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  .bh .footer .link_list {
    position: static;
    margin-bottom: 1.5rem;
  }
}
.bh .footer .link_list li {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .bh .footer .link_list li {
    width: 40px;
    height: 40px;
  }
  .bh .footer .link_list li > a > svg {
    width: 20px;
  }
}
.bh .footer .content .info .title {
  margin-right: 1rem;
}
.bh .footer .content .info .bar {
  margin: 0 1.2rem 0 1.5rem;
  color: var(--bh_color_gray_800);
}
@media (max-width: 991.98px) {
  .bh .footer .content .info {
    margin-bottom: 1.5rem;
  }
}
.bh .footer.style_white .copyright p > span {
  color: var(--bh_color_gray_500);
}
/* 메인 슬라이더 */
.swiper-main .item .slider_content_wrap {
  background-color: transparent;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.23);
  font-family: "Lexend";
  font-size: 10rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  padding: 0 2.7rem 1.5rem 2.6rem;
  border-bottom: 0.5rem solid var(--bh_color_white);
  margin-bottom: 2rem;
  width: 57rem;
}
@media (max-width: 991.98px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    font-size: 6rem;
    width: fit-content;
    padding: 0 0.5rem 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border-width: 0.3rem;
  }
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 {
  font-family: "Pretendard";
  text-align: center;
  display: block;
  width: 57rem;
  letter-spacing: normal;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 .line_one {
  text-shadow: none;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 .line_two {
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    width: fit-content;
  }
}
.swiper-main .item.item2 .slider_content_wrap span.slider_content_text_1, .swiper-main .item.item3 .slider_content_wrap span.slider_content_text_1, .swiper-main .item.item4 .slider_content_wrap span.slider_content_text_1, .swiper-main .item.item7 .slider_content_wrap span.slider_content_text_1 {
  border-color: var(--bh_color_main);
}
.swiper-main .item.item2 .slider_content_wrap span.slider_content_text_2 .line_one, .swiper-main .item.item3 .slider_content_wrap span.slider_content_text_2 .line_one, .swiper-main .item.item4 .slider_content_wrap span.slider_content_text_2 .line_one, .swiper-main .item.item7 .slider_content_wrap span.slider_content_text_2 .line_one {
  color: var(--bh_color_main);
}
.swiper-main .item .slider_content_wrap div.slider_content_btn_wrap {
  display: none;
}
/*# sourceMappingURL=15e47ae625afb47969bd8c842bb6e8bea1080528.page.scss.map */
