@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,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 */
.bh #content {
  padding: 110px 0 150px 0;
}
.bh .xe-widget-wrapper {
  overflow: unset;
}
.bh .ff-jost {
  font-family: "Jost", sans-serif;
}
.bh .common_title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.bh .common_title span {
  color: var(--bh_color_main_600);
}
.bh .view_more {
  width: 21.3rem;
  line-height: 5.6rem;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 2.4rem;
  color: var(--bh_color_gray_800);
  margin: 0 auto;
}
.bh .view_more span {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.bh .sub_title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .bh #content {
    padding: 50px 0 70px 0;
  }
  .bh .common_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .bh .sub_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
/* header */
.bh .header_wrap {
  background-color: var(--bh_color_white);
  border-color: var(--bh_color_white);
  box-shadow: 0;
}
.bh .header_wrap .logo {
  margin: 28px 0;
  min-height: 41px;
  height: 44px;
}
.bh .header_wrap .logo .logo_img_dark {
  display: none;
}
.bh .header_wrap .main_menu > ul > li {
  position: relative;
  margin: 0 10px;
}
.bh .header_wrap .main_menu > ul > li:last-child {
  margin-right: 0;
}
.bh .header_wrap .main_menu > ul > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 37px 0px 36px 0px !important;
  min-width: 111px;
  text-align: center;
  line-height: 1.5;
}
.bh .header_wrap .main_menu > ul > li > a::after {
  position: absolute;
  margin-top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bh_color_main_600) !important;
}
.bh .header_wrap .main_menu > ul > li.menu_dropdown:has(.menu_dropdown-content:hover) > a::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}
.bh .header_wrap .main_menu > ul > li.active > a {
  color: var(--bh_color_gray_900) !important;
}
.bh .header_wrap .main_menu > ul > li.active > a::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: var(--bh_color_main);
}
.bh .header_wrap .main_menu > ul > li.active > a::after {
  opacity: 0;
}
.bh .header_wrap .main_menu .menu_dropdown-content {
  min-width: unset;
  width: 100%;
  opacity: 1;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 0;
  background-color: transparent;
}
.bh .header_wrap .main_menu .menu_dropdown-content > li {
  padding: 15px 0;
}
.bh .header_wrap .main_menu .menu_dropdown-content > li > a {
  font-size: 18px;
  color: var(--bh_color_gray_600);
  text-align: center;
  padding: 0;
}
.bh .header_wrap .main_menu .menu_dropdown-content > li:hover > a {
  font-weight: bold;
  color: var(--bh_color_main_600) !important;
  background-color: transparent !important;
}
.bh .header_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s;
  z-index: -1;
}
.bh .header_wrap.menu-open .logo img.logo_img_dark {
  display: none;
}
.bh .header_wrap.menu-open .logo img.logo_img {
  display: inline-block;
}
.bh .header_wrap.menu-open::before {
  height: 415px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--bh_color_white);
}
.bh .header_wrap.menu-open::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--bh_color_gray_400);
  left: 0;
  bottom: 0;
}
.bh .header_wrap.menu-open .main_menu > ul > li > a {
  color: var(--bh_color_gray_900) !important;
}
.bh .header_wrap.menu-open .main_menu .menu_dropdown-content {
  display: block !important;
  background-color: transparent;
}
.bh .header_wrap.menu-open .main_menu .menu_dropdown-content ul {
  display: none !important;
}
.index .header_wrap {
  position: absolute;
  background-color: transparent;
}
.index .header_wrap .logo img.logo_img {
  display: none;
}
.index .header_wrap .logo img.logo_img_dark {
  display: inline-block;
}
.index .header_wrap .main_menu > ul > li > a {
  color: var(--bh_color_white);
}
@media (max-width: 1100px) {
  .bh .header_wrap .main_menu > ul > li > a {
    min-width: 92px;
    font-size: 16px;
  }
  .bh .header_wrap .main_menu .menu_dropdown-content > li > a {
    font-size: 16px;
  }
}
/* section1 */
/* section2 */
.custom_slide_wrap {
  position: relative;
  display: flex;
  padding: 80px 0;
}
.custom_slide_wrap::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--bh_color_gray_300);
  top: 0;
  left: 0;
  z-index: -1;
}
.custom_slide_wrap .text_area {
  position: relative;
  width: 384px;
}
.custom_slide_wrap .text_area .text_group {
  position: absolute;
  left: 0;
  top: 28px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}
.custom_slide_wrap .text_area .text_group.active {
  opacity: 1;
  transform: translateY(0);
}
.custom_slide_wrap .text_area .text_group.active .text_box::before {
  animation: blur 3.5s linear forwards;
}
@keyframes blur {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.custom_slide_wrap .text_area .text_group .text_box {
  position: relative;
  padding-left: 64px;
}
.custom_slide_wrap .text_area .text_group .text_box::after, .custom_slide_wrap .text_area .text_group .text_box::before {
  position: absolute;
  content: "";
}
.custom_slide_wrap .text_area .text_group .text_box::after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: var(--bh_color_gray_400);
  top: 5px;
  left: -7px;
}
.custom_slide_wrap .text_area .text_group .text_box::before {
  opacity: 0;
  top: 0;
  left: -12px;
  width: 25px;
  height: 25px;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  background-color: var(--bh_color_gray_400);
}
.custom_slide_wrap .text_area .text_group .text_box h2 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: var(--bh_color_gray_400);
}
.custom_slide_wrap .text_area .text_group .text_box p {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--bh_color_gray_400);
  margin-top: 1.5rem;
}
.custom_slide_wrap .text_area .text_group .text_box.active {
  margin-bottom: 80px;
}
.custom_slide_wrap .text_area .text_group .text_box.active::after {
  background-color: var(--bh_color_main);
}
.custom_slide_wrap .text_area .text_group .text_box.active::before {
  background-color: var(--bh_color_main);
}
.custom_slide_wrap .text_area .text_group .text_box.active h2 {
  color: var(--bh_color_gray_900);
}
.custom_slide_wrap .text_area .text_group .text_box.active p {
  color: var(--bh_color_gray_800);
}
.custom_slide_wrap .customSwiper {
  width: calc(100% - 384px);
  margin-left: auto;
  overflow: unset;
  padding-bottom: 33px;
}
.custom_slide_wrap .customSwiper .swiper-slide {
  position: relative;
  width: 100%;
}
.custom_slide_wrap .customSwiper .swiper-slide img {
  width: 100%;
}
.custom_slide_wrap .customSwiper .swiper-slide::after {
  position: absolute;
  content: "";
  width: 117px;
  height: 115px;
  background-color: var(--bh_color_main_100);
  right: -30px;
  bottom: -30px;
  z-index: -1;
}
.custom_slide_wrap .customSwiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  bottom: 0 !important;
}
.custom_slide_wrap .customSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: var(--bh_color_gray_400);
  opacity: 1;
  position: relative;
  margin: 0;
  border-radius: 50%;
}
.custom_slide_wrap .customSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  border: 3px solid var(--bh_color_gray_800);
  background-color: transparent;
}
@media (max-width: 992px) {
  .custom_slide_wrap {
    display: block;
    padding: 50px 0;
  }
  .custom_slide_wrap::after {
    display: none;
  }
  .custom_slide_wrap .text_area {
    width: 100%;
  }
  .custom_slide_wrap .text_area .text_group {
    position: unset;
    height: 0;
    overflow: hidden;
  }
  .custom_slide_wrap .text_area .text_group.active {
    height: auto;
  }
  .custom_slide_wrap .text_area .text_group .text_box {
    display: none;
    padding-left: 0;
  }
  .custom_slide_wrap .text_area .text_group .text_box.active {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .custom_slide_wrap .text_area .text_group .text_box::after, .custom_slide_wrap .text_area .text_group .text_box::before {
    display: none;
  }
  .custom_slide_wrap .text_area .text_group .text_box h2 {
    font-size: 24px;
  }
  .custom_slide_wrap .customSwiper {
    width: 100%;
  }
  .custom_slide_wrap .customSwiper .swiper-slide {
    padding: 0 15px 15px 0;
  }
  .custom_slide_wrap .customSwiper .swiper-slide::after {
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 0;
  }
}
/* section3 */
.bh .section3 {
  margin: 0 60px;
}
.bh .section3 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.bh .section3 .hover_scale_wrap {
  margin-top: 70px;
}
.bh .section3 .hover_scale_wrap .item_wrap {
  display: flex;
  height: 670px;
}
.bh .section3 .hover_scale_wrap .item_wrap .item {
  position: relative;
  display: block;
  width: 25%;
  height: 670px;
  transition: all 0.3s;
}
.bh .section3 .hover_scale_wrap .item_wrap .item .plus {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #c7d0d9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 1;
}
.bh .section3 .hover_scale_wrap .item_wrap .item .plus i {
  font-size: 2.4rem;
  color: var(--bh_color_black);
}
.bh .section3 .hover_scale_wrap .item_wrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bh .section3 .hover_scale_wrap .item_wrap .item .text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
  padding: 185px 15px 50px 15px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.bh .section3 .hover_scale_wrap .item_wrap .item .text .circle {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 11px;
  background-color: var(--bh_color_white);
  margin: 0 auto;
  transition: all 0.3s;
}
.bh .section3 .hover_scale_wrap .item_wrap .item .text .ko_title {
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--bh_color_white);
  margin: 1.5rem 0;
}
.bh .section3 .hover_scale_wrap .item_wrap .item .text .en_title {
  font-size: 2rem;
  font-weight: 500;
  color: var(--bh_color_gray_400);
}
.bh .section3 .hover_scale_wrap .item_wrap .item:hover {
  height: 778px;
  margin-top: -54px;
}
.bh .section3 .hover_scale_wrap .item_wrap .item:hover .plus {
  opacity: 1;
}
.bh .section3 .hover_scale_wrap .item_wrap .item:hover .text {
  padding-top: 350px;
  background-image: linear-gradient(to bottom, rgba(42, 179, 232, 0) 0%, #2ab3e8 100%);
}
.bh .section3 .hover_scale_wrap .item_wrap .item:hover .text .en_title {
  color: var(--bh_color_gray_200);
}
.bh .section3 .logo_img_wrap {
  margin-top: 56px;
  position: relative;
}
.bh .section3 .logo_img_wrap .logo_wrap {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 71px;
  padding-left: 200px;
  padding-right: 200px;
}
.bh .section3 .logo_img_wrap .rotate_img {
  position: absolute;
  top: 0;
  right: 100px;
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .bh .section3 .hover_scale_wrap .item_wrap {
    height: 500px;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item {
    height: 500px;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item:hover {
    height: 560px;
    margin-top: -30px;
  }
}
@media (max-width: 992px) {
  .bh .section3 {
    margin: 0 15px;
  }
  .bh .section3 .hover_scale_wrap {
    margin-top: 30px;
  }
  .bh .section3 .hover_scale_wrap .item_wrap {
    flex-wrap: wrap;
    height: unset;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item {
    width: 50%;
    height: 400px;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item .plus {
    width: 50px;
    height: 50px;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item .text {
    padding: 50px 15px 20px 15px;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item .text .circle {
    width: 6px;
    height: 6px;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item .text .ko_title {
    font-size: 18px;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item .text .en_title {
    font-size: 14px;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item:hover {
    height: 400px;
    margin-top: 0;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item:hover .text {
    padding-top: 100px;
  }
  .bh .section3 .logo_img_wrap {
    margin-top: 30px;
  }
  .bh .section3 .logo_img_wrap .logo_wrap {
    padding: 50px 50px 0 50px;
  }
  .bh .section3 .logo_img_wrap .rotate_img {
    top: 0;
    right: 0;
  }
  .bh .section3 .logo_img_wrap .rotate_img img {
    height: 100px;
  }
}
@media (max-width: 500px) {
  .bh .section3 .hover_scale_wrap .item_wrap .item {
    height: 200px;
  }
  .bh .section3 .hover_scale_wrap .item_wrap .item:hover {
    height: 200px;
  }
  .bh .section3 .logo_img_wrap .logo_wrap {
    padding: 25px 25px 0 25px;
  }
  .bh .section3 .logo_img_wrap .rotate_img img {
    height: 50px;
  }
}
/* section4 */
.bh .section4 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.bh .section4 .img_wrap {
  height: 100%;
  position: relative;
  background-size: cover;
  padding: 204px 15px;
  text-align: center;
  color: var(--bh_color_white);
  transition: all 0.3s;
}
.bh .section4 .img_wrap.rnd {
  background-image: url(/assets/images/main/sec4_img1.jpg);
}
.bh .section4 .img_wrap.qc {
  background-image: url(/assets/images/main/sec4_img2.jpg);
}
.bh .section4 .img_wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(18, 18, 18, 0.3);
  transition: all 0.3s;
}
.bh .section4 .img_wrap::after {
  opacity: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(to bottom, rgba(199, 208, 217, 0) 0%, #c7d0d9);
  transition: all 0.3s;
}
.bh .section4 .img_wrap .hover_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 1;
}
.bh .section4 .img_wrap .text1, .bh .section4 .img_wrap .text2, .bh .section4 .img_wrap .view_more {
  position: relative;
  z-index: 2;
}
.bh .section4 .img_wrap .text1 {
  font-size: 3.6rem;
  font-weight: bold;
}
.bh .section4 .img_wrap .text2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 3rem 0;
}
.bh .section4 .img_wrap .view_more {
  color: var(--bh_color_white);
  transition: all 0.3s;
}
.bh .section4 .img_wrap:hover {
  color: var(--bh_color_gray_900);
}
.bh .section4 .img_wrap:hover::before {
  opacity: 0;
}
.bh .section4 .img_wrap:hover::after {
  opacity: 1;
}
.bh .section4 .img_wrap:hover .view_more {
  color: var(--bh_color_gray_900);
}
.bh .section4 .img_wrap:hover .hover_img {
  opacity: 1;
}
@media (max-width: 992px) {
  .bh .section4 .img_wrap {
    padding: 50px 20px;
  }
}
/* sub */
.sub_top_banner {
  background-position: center !important;
}
.sub_top_banner .sub_top_banner_content_wrap span {
  display: block;
  font-size: 52px;
  font-weight: bold;
  text-shadow: none;
  margin-bottom: 20px;
}
.sub_top_banner .sub_top_banner_content_wrap .hr-line {
  display: none;
}
@media (max-width: 992px) {
  .sub_top_banner .sub_top_banner_content_wrap span {
    font-size: 28px;
  }
}
.bh .middle_sub_menu {
  margin-top: -67px;
  border-top: 0;
  background-color: transparent;
}
.bh .middle_sub_menu ul li {
  height: 67px;
  border: 0;
}
.bh .middle_sub_menu ul li a {
  padding: 20px 0;
  font-weight: 600;
  border-top: 3px solid transparent;
}
.bh .middle_sub_menu ul li.active a {
  background-color: var(--bh_color_white);
  color: var(--bh_color_gray_900);
  border-color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .bh .middle_sub_menu {
    margin-top: -50px;
  }
  .bh .middle_sub_menu ul li {
    height: 50px;
  }
  .bh .middle_sub_menu ul li a {
    font-size: 12px;
    padding: 15px 0;
  }
}
/* 회사 소개 */
.about .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.about_sec1 {
  background-image: url(/assets/images/sub/about_bg1.png);
  background-size: cover;
  background-position: center;
  padding: 230px 15px 150px 15px;
  margin-top: -110px;
}
@media (max-width: 992px) {
  .about_sec1 {
    padding: 50px 15px;
    margin-top: -50px;
  }
}
.about_sec2 .aboutSwiper .swiper-slide {
  position: relative;
}
.about_sec2 .aboutSwiper .swiper-slide .slide_text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  color: var(--bh_color_white);
}
.about_sec2 .aboutSwiper .swiper-slide .slide_text .num {
  font-size: 1.8rem;
  font-weight: 500;
}
.about_sec2 .aboutSwiper .swiper-slide .slide_text h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.about_sec2 .aboutSwiper .swiper-slide .slide_text p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
.about_sec2 .aboutSwiper .swiper-button-prev, .about_sec2 .aboutSwiper .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
}
.about_sec2 .aboutSwiper .swiper-button-prev::after, .about_sec2 .aboutSwiper .swiper-button-next::after {
  display: none;
}
.about_sec2 .aboutSwiper .swiper-button-prev {
  left: 50px;
  background-image: url(/assets/images/sub/aboutSwiper_nav_left.png);
}
.about_sec2 .aboutSwiper .swiper-button-next {
  right: 50px;
  background-image: url(/assets/images/sub/aboutSwiper_nav_right.png);
}
.about_sec2 .aboutSwiper .swiper-pagination {
  left: unset;
  right: calc((100% - 1170px) / 2);
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
}
.about_sec2 .aboutSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: var(--bh_color_white);
  opacity: 0.5;
}
.about_sec2 .aboutSwiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 13px;
  height: 13px;
  background-color: transparent !important;
  border: 3px solid var(--bh_color_white);
}
@media (max-width: 1400px) {
  .about_sec2 .aboutSwiper .swiper-slide .slide_text {
    max-width: 800px;
  }
}
@media (max-width: 1200px) {
  .about_sec2 .aboutSwiper .swiper-pagination {
    right: 15px;
  }
}
@media (max-width: 992px) {
  .about_sec2 .aboutSwiper .swiper-slide img {
    min-height: 200px;
    object-fit: cover;
  }
  .about_sec2 .aboutSwiper .swiper-slide .slide_text {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    text-align: center;
  }
  .about_sec2 .aboutSwiper .swiper-slide .slide_text h2 {
    font-size: 24px;
  }
  .about_sec2 .aboutSwiper .swiper-slide .slide_text p {
    margin-bottom: 30px;
  }
  .about_sec2 .aboutSwiper .swiper-button-prev, .about_sec2 .aboutSwiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .about_sec2 .aboutSwiper .swiper-button-prev {
    left: 15px;
  }
  .about_sec2 .aboutSwiper .swiper-button-next {
    right: 15px;
  }
  .about_sec2 .aboutSwiper .swiper-pagination {
    left: 0;
    right: 0;
    justify-content: center;
    bottom: 20px;
  }
}
.about_sec3 {
  padding: 110px 0 130px 0;
}
.about_sec3 .sign_wrap {
  position: relative;
  padding-top: 2rem;
}
.about_sec3 .sign_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% + 50px);
  height: 1px;
  background-image: linear-gradient(to right, #e0e0e0, #fff);
}
.about_sec3 .img_wrap {
  position: relative;
}
.about_sec3 .img_wrap .square_line {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--bh_color_main);
}
.about_sec3 .img_wrap .right_text {
  position: absolute;
  top: 103px;
  right: -138px;
  transform: rotate(-270deg);
  display: flex;
  align-items: center;
  gap: 10px;
}
.about_sec3 .img_wrap .right_text .line {
  width: 100px;
  height: 1px;
  background-color: var(--bh_color_main);
}
.about_sec3 .img_wrap .right_text span {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .about_sec3 {
    padding: 50px 0;
  }
  .about_sec3::after {
    width: 100%;
  }
  .about_sec3 .img_wrap {
    padding: 0 20px 0 15px;
  }
  .about_sec3 .img_wrap .square_line {
    top: 15px;
    right: 35px;
    width: calc(100% - 35px);
  }
  .about_sec3 .img_wrap .right_text {
    top: 68px;
    right: -75px;
  }
  .about_sec3 .img_wrap .right_text .line {
    width: 50px;
  }
}
.about_sec4 {
  background-image: url(/assets/images/sub/about_bg2.png);
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 150px;
  margin-bottom: -150px;
}
.about_sec4 .cert_wrap {
  max-width: 1416px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.about_sec4 .cert_wrap .cert_row {
  position: relative;
  padding: 0 108px;
}
.about_sec4 .cert_wrap .cert_row img {
  box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.07);
}
.about_sec4 .cert_wrap .cert_row .leaf1, .about_sec4 .cert_wrap .cert_row .leaf2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
}
.about_sec4 .cert_wrap .cert_row .leaf1 {
  left: 0;
}
.about_sec4 .cert_wrap .cert_row .leaf2 {
  right: 0;
}
@media (max-width: 992px) {
  .about_sec4 {
    padding-bottom: 70px;
    margin-bottom: -70px;
  }
  .about_sec4 .cert_wrap .cert_row {
    padding: 0 50px;
  }
  .about_sec4 .cert_wrap .cert_row .leaf1, .about_sec4 .cert_wrap .cert_row .leaf2 {
    height: 100px;
  }
}
/* 경영 철학 */
.management .management_wrap {
  position: relative;
  padding-top: 30px;
}
.management .management_wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: var(--bh_color_gray_300);
}
.management .management_wrap .gutters-60 {
  margin-right: -60px;
  margin-left: -60px;
}
.management .management_wrap .gutters-60 > .col, .management .management_wrap .gutters-60 > [class*="col-"] {
  padding-right: 60px;
  padding-left: 60px;
}
.management .vision_wrap {
  padding-top: 110px;
}
.management .vision_wrap .vision_section {
  position: relative;
  padding: 150px 0;
  margin-bottom: -150px;
}
.management .vision_wrap .vision_section::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background-image: url(/assets/images/sub/management_bg1.jpg);
  background-size: cover;
  top: 0;
  left: calc(-1 * ((100vw - 1170px) / 2));
}
.management .vision_wrap .vision_section .vision_row {
  display: flex;
}
.management .vision_wrap .vision_section .vision_row .circle {
  position: relative;
  width: 270px;
  height: 270px;
  border-radius: 270px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.15);
  margin-left: -45px;
  color: var(--bh_color_white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.management .vision_wrap .vision_section .vision_row .circle:first-child {
  margin-left: 0;
}
.management .vision_wrap .vision_section .vision_row .circle .dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.7rem;
  margin: 0 auto;
  background-color: var(--bh_color_white);
}
.management .vision_wrap .vision_section .vision_row .circle h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.management .vision_wrap .vision_section .vision_row .circle i {
  position: absolute;
  font-size: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
}
@media (max-width: 1200px) {
  .management .vision_wrap .vision_section::before {
    left: -15px;
  }
}
@media (max-width: 992px) {
  .management .management_logo {
    height: 40px;
  }
  .management .management_wrap::before {
    height: 30px;
  }
  .management .vision_wrap {
    padding-top: 50px;
  }
  .management .vision_wrap .vision_section {
    padding: 50px 0;
    margin-bottom: -70px;
  }
  .management .vision_wrap .vision_section .vision_row {
    flex-wrap: wrap;
    gap: 15px;
  }
  .management .vision_wrap .vision_section .vision_row .circle {
    width: calc(50% - 7.5px);
    height: auto;
    border-radius: 10px;
    padding: 30px 15px;
    margin-left: 0;
  }
  .management .vision_wrap .vision_section .vision_row .circle i {
    display: none;
  }
}
/* CI 소개 */
.ci_wrap .logo_wrap {
  position: relative;
  padding: 15px 0;
}
.ci_wrap .logo_wrap::before, .ci_wrap .logo_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 174, 239, 0), #00aeef 50%, rgba(0, 174, 239, 0));
}
.ci_wrap .logo_wrap::before {
  top: 0;
}
.ci_wrap .logo_wrap::after {
  bottom: 0;
}
.ci_wrap .logo_box {
  position: relative;
  background-color: var(--bh_color_gray_50);
  padding: 98px 0;
  text-align: center;
}
.ci_wrap .logo_box::after {
  position: absolute;
  content: "";
  top: 30px;
  left: 50%;
  width: 1px;
  height: 270px;
  background-image: linear-gradient(to bottom, rgba(224, 224, 224, 0) 0%, #e0e0e0 50%, rgba(224, 224, 224, 0) 100%);
}
.ci_wrap .color_box {
  padding: 8.2rem 3rem 3rem 3rem;
}
.ci_wrap .color_box.bh_bg_color_black {
  width: 290px;
  background-color: #4d4d4d !important;
}
@media (max-width: 992px) {
  .ci_wrap .logo_box {
    padding: 30px;
  }
  .ci_wrap .logo_box::after {
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 60px);
  }
  .ci_wrap .logo_box img {
    max-width: 80%;
    margin: 0 auto;
  }
  .ci_wrap .color_box.bh_bg_color_black {
    width: 100%;
  }
}
/* 연혁 및 조직도 */
.history .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.history_img_wrap {
  max-width: 1790px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.history_wrap {
  position: relative;
  display: flex;
  gap: 50px;
  margin-top: 3rem;
}
.history_wrap::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 52px;
  left: 200px;
  background-color: var(--bh_color_gray_300);
  z-index: -1;
}
.history_wrap:first-child {
  margin-top: 80px;
}
.history_wrap:last-child ul.text {
  padding-bottom: 0;
  border: 0;
}
.history_wrap .year {
  min-width: 133px;
  font-size: 52px;
  font-weight: bold;
}
.history_wrap .year span {
  color: var(--bh_color_main);
}
.history_wrap .circle {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 10px solid var(--bh_color_main_100);
  background-color: var(--bh_color_main);
  margin-top: 22px;
}
.history_wrap ul.text {
  width: calc(100% - 267px);
  padding-top: 26px;
  padding-bottom: 53px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.history_wrap ul.text li {
  position: relative;
  padding-left: 5.2rem;
  margin-bottom: 3.4rem;
}
.history_wrap ul.text li:last-child {
  margin-bottom: 0;
}
.history_wrap ul.text li b {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 2.4rem;
}
.history_wrap ul.text li p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: var(--bh_color_gray_800);
}
.history_wrap ul.text li p:first-child {
  padding-top: 5px;
}
.history_wrap ul.text li p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .history_wrap {
    gap: 25px;
  }
  .history_wrap::before {
    top: 28px;
    left: 100px;
    height: 102%;
  }
  .history_wrap:first-child {
    margin-top: 50px;
  }
  .history_wrap .year {
    min-width: 65px;
    font-size: 24px;
  }
  .history_wrap .circle {
    width: 20px;
    height: 20px;
    border-width: 6px;
    margin-top: 8px;
  }
  .history_wrap ul.text {
    width: calc(100% - 125px);
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .history_wrap ul.text li {
    margin-bottom: 15px;
  }
  .history_wrap ul.text li b {
    font-size: 18px;
  }
  .history_wrap ul.text li p {
    position: relative;
    top: -2px;
    font-size: 14px;
  }
}
.group_wrap {
  position: relative;
  margin-top: 140px;
  padding-bottom: 150px;
  margin-bottom: -150px;
}
.group_wrap .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 260px);
  background-color: var(--bh_color_gray_50);
  z-index: -2;
}
.group_wrap .logo_img {
  position: absolute;
  bottom: 30px;
  padding: 0 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 992px) {
  .group_wrap {
    margin-top: 50px;
    padding-bottom: 70px;
    margin-bottom: -70px;
  }
  .group_wrap .bg {
    height: 72%;
  }
}
/* 오시는 길 */
.location_wrap .root_daum_roughmap_landing {
  width: 100%;
}
.location_wrap .root_daum_roughmap_landing .wrap_map {
  height: 400px;
}
.location_wrap .root_daum_roughmap_landing .wrap_controllers, .location_wrap .root_daum_roughmap_landing .cont, .location_wrap .root_daum_roughmap_landing .border1, .location_wrap .root_daum_roughmap_landing .border2, .location_wrap .root_daum_roughmap_landing .border3, .location_wrap .root_daum_roughmap_landing .border4 {
  display: none;
}
.location_wrap .info_box {
  height: 100%;
  background-color: var(--bh_color_main);
  padding: 50px;
  color: var(--bh_color_white);
  background-image: url(/assets/images/sub/location_img1.png);
  background-size: cover;
}
.location_wrap .info_box i {
  font-size: 40px;
}
.location_wrap .info_box p {
  color: rgba(255, 255, 255, 0.9);
}
.location_wrap .info_box.info2 {
  background-image: url(/assets/images/sub/location_img2.png);
}
.location_wrap .line {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 174, 239, 0), #00aeef 50%, rgba(0, 174, 239, 0));
  margin: 30px 0;
}
@media (max-width: 992px) {
  .location_wrap .root_daum_roughmap_landing .wrap_map {
    height: 250px;
  }
  .location_wrap .info_box {
    padding: 20px;
  }
  .location_wrap .info_box i {
    font-size: 28px;
  }
}
/* 사업 안내: business_guidance */
.business_guidance .bh_page_widget_wrap .bh_page_widget_inner, .business_guidance #content {
  position: static;
}
.business_guidance_section .front_img {
  left: 50%;
  transform: translate(-50%);
}
.business_guidance_section .imgarea {
  width: 1300px;
  height: 370px;
  position: absolute;
  background-image: url("/assets/images/sub/business1.png");
  background-size: 100%;
  left: 50%;
  transform: translate(-50%);
}
.business_guidance_section .h_cardlist {
  position: relative;
  top: -60px;
  margin-top: 370px;
}
.business_guidance_section .h_cardlist .bh_row {
  row-gap: 20px;
}
.business_guidance_section .h_cardlist li {
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.7);
}
.business_guidance_section .mt-650 {
  margin-top: 650px;
  position: relative;
}
.business_guidance_section .mt-650::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 89px;
  background-image: url("/assets/images/sub/business_line.png");
  position: absolute;
  top: -119px;
  left: 50%;
  transform: translateX(-50%);
}
/* footer */
.bh .footer .footer_logo {
  border: 0;
  padding: 0 0 0 15px;
  margin: 0;
}
.bh .footer .sns_wrap {
  display: flex;
  gap: 15px;
}
.bh .footer .sns_wrap a {
  display: block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  border-radius: 5px;
  font-size: 3rem;
  color: var(--bh_color_white);
  background-color: var(--bh_color_gray_800);
}
.bh .footer .copyright {
  padding: 0 15px;
}
.bh .footer .copyright span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bh_color_gray_400);
  padding-bottom: 6px;
}
.bh .footer .copyright span:last-child {
  padding-bottom: 0;
}
.bh .footer .copyright span.bar {
  font-size: 1.4rem;
  color: var(--bh_color_gray_600);
  padding: 0 2rem;
}
.bh .footer .footer_menu > ul {
  border: 0;
  padding: 0 0 10px 0;
}
.bh .footer .footer_menu > ul > li {
  float: right;
}
.bh .footer .footer_menu > ul > li:last-child a::after {
  padding: 0;
}
.bh .footer .footer_menu > ul > li > a {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--bh_color_gray_50) !important;
}
@media (max-width: 992px) {
  .bh .footer .copyright span {
    padding-bottom: 3px;
  }
  .bh .footer .copyright span.bar {
    padding: 0 10px;
  }
  .bh .footer .footer_menu {
    margin-top: 15px;
  }
  .bh .footer .footer_menu > ul > li {
    float: left;
  }
}
/* slider */
.swiper-main .item .slider_content_wrap {
  background-color: transparent;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  font-size: 64px;
  color: var(--bh_color_gray_900);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: none;
}
.swiper-main .swiper-pagination {
  bottom: 260px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 25px;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 7px;
  height: 7px;
  background-color: var(--bh_color_gray_500);
}
.swiper-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: transparent !important;
  border: 3px solid var(--bh_color_gray_900);
}
.swiper-main .scroll_down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.swiper-main .scroll_down p {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.swiper-main .scroll_down .line {
  width: 1px;
  height: 108px;
  margin: 0 auto;
  background-color: var(--bh_color_gray_900);
}
@media (max-width: 992px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    font-size: 18px;
    margin-top: -30px;
  }
  .swiper-main .swiper-pagination {
    bottom: 100px;
    text-align: center;
    justify-content: center;
    gap: 15px;
  }
  .swiper-main .scroll_down p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .swiper-main .scroll_down .line {
    height: 40px;
  }
}
/* scrollTop */
.bh #quick_menu .scrollTop {
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.bh #quick_menu .scrollTop > a {
  width: 100px;
  height: 100px;
  background-color: var(--bh_color_main_700) !important;
}
.bh #quick_menu .scrollTop > a > i {
  color: var(--bh_color_gray_50);
}
.bh #quick_menu .scrollTop > a > span {
  font-size: 2rem;
  font-weight: bold;
  color: var(--bh_color_gray_50);
}
@media (max-width: 992px) {
  .bh #quick_menu .scrollTop > a {
    width: 60px;
    height: 60px;
  }
  .bh #quick_menu .scrollTop > a > i {
    font-size: 18px;
  }
  .bh #quick_menu .scrollTop > a > span {
    font-size: 14px;
  }
}
/*# sourceMappingURL=5266bc0d9f769ddb22b34099ec98754609169a0e.page.scss.map */
