@charset "UTF-8";
@media (max-width: 991.98px) {
  html {
    /*font-size: 6px;*/
    /*font-size: 37.5%;*/
    font-size: 8px;
    font-size: 50%;
  }
  input, select, textarea {
    font-size: 16px;
  }
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.6 !important;*/
  font-family: inherit !important;
}
/* common */
.bh .xe-widget-wrapper {
  overflow: unset;
}
.bh #content {
  padding: 100px 0 150px 0;
}
@media (max-width: 992px) {
  .bh #content {
    padding: 50px 0 70px 0;
  }
}
/* header */
.bh .header_wrap {
  height: 100px;
  overflow: hidden;
  position: fixed;
  background-color: transparent;
  border: 0;
  box-sizing: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.bh .header_wrap::after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 100px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bh_color_gray_300);
  z-index: 101;
  transition: all 0.3s linear;
}
.bh .header_wrap .logo {
  margin: 25px 0 24px 0;
}
.bh .header_wrap .logo a img {
  height: 45px;
}
.bh .header_wrap .logo a img.scroll {
  display: none;
}
.bh .header_wrap .main_menu {
  margin-right: -62px;
}
.bh .header_wrap .main_menu > ul > li {
  position: relative;
}
.bh .header_wrap .main_menu > ul > li > a {
  font-size: 20px;
  font-weight: 500;
  color: var(--bh_color_white);
  padding: 40px 62px 40px 62px;
}
.bh .header_wrap .main_menu > ul > li > a::after {
  display: none;
}
.bh .header_wrap .main_menu > ul > li > a span {
  position: relative;
}
.bh .header_wrap .main_menu > ul > li > a span::after {
  opacity: 0;
  position: absolute;
  content: "";
  bottom: -41px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background-color: var(--bh_color_main);
  transition: all 0.4s linear;
}
.bh .header_wrap .main_menu > ul > li.active > a {
  font-weight: bold;
}
.bh .header_wrap .main_menu > ul > li.active > a span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--bh_color_white);
  bottom: -11px;
  left: 0;
}
.bh .header_wrap .main_menu > ul > li:not(.fl-r):last-child > a {
  padding-right: 62px;
}
.bh .header_wrap .main_menu > ul > li:hover a span::after {
  opacity: 1;
  animation: menuEffect 0.4s ease-in-out forwards;
}
@keyframes menuEffect {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.bh .header_wrap.on {
  background-color: #0e0e0e;
}
.bh .header_wrap.on .main_menu .menu_dropdown-content > li > a {
  color: #fff !important;
}
.bh .header_wrap.on .main_menu .menu_dropdown-content > li:hover > a {
  color: var(--bh_color_main) !important;
}
.bh .header_wrap.menu {
  height: 341px;
}
.bh .header_wrap.menu::after {
  opacity: 1;
}
.bh .main_menu .menu_dropdown-content {
  display: block;
  min-width: auto;
  width: 100%;
  padding: 30px 0 50px 0;
  box-shadow: none;
  background-color: transparent;
}
.bh .main_menu .menu_dropdown-content ul {
  display: none !important;
}
.bh .main_menu .menu_dropdown-content > li {
  margin-bottom: 15px;
  padding: 0;
}
.bh .main_menu .menu_dropdown-content > li:last-child {
  margin-bottom: 0;
}
.bh .main_menu .menu_dropdown-content > li > a {
  text-align: center;
  padding: 0;
  font-size: 18px;
  color: var(--bh_color_gray_800);
  background-color: transparent !important;
  line-height: 1.6;
}
.bh .main_menu .menu_dropdown-content > li > a::after {
  display: none;
}
.bh .main_menu .menu_dropdown-content > li:hover > a {
  color: var(--bh_color_main) !important;
}
/* main */
.bh .main_title .title1 {
  font-size: 20px;
  font-weight: 500;
  color: var(--bh_color_main);
  margin-bottom: 15px;
}
.bh .main_title .title2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--bh_color_gray_900);
}
@media (max-width: 992px) {
  .bh .main_title .title1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bh .main_title .title2 {
    font-size: 22px;
  }
}
.bh .common_btn {
  display: inline-block;
  width: 113px;
  text-align: center;
  line-height: 38px;
  color: var(--bh_color_gray_900);
  background-color: var(--bh_color_white);
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 50px;
  transition: all 0.2s linear;
}
.bh .common_btn span {
  font-weight: 800;
  padding-right: 10px;
}
.bh .common_btn.style2 {
  color: var(--bh_color_main);
  border-color: var(--bh_color_white);
}
.bh .common_btn.style3 {
  width: 150px;
  line-height: 50px;
  background-color: var(--bh_color_main);
  border-color: var(--bh_color_main);
  color: #fff;
}
.bh .common_btn:hover {
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
  border-color: var(--bh_color_main);
}
.bh .common_btn:hover i {
  position: relative;
  animation: move 1s linear infinite;
}
@media (max-width: 992px) {
  .bh .common_btn {
    width: 90px;
    line-height: 32px;
  }
}
@keyframes move {
  0% {
    right: 0;
  }
  50% {
    right: -5px;
  }
  100% {
    right: 0;
  }
}
/* section1 */
.bh .section1 {
  width: 1720px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 100px;
}
@media (max-width: 1750px) {
  .bh .section1 {
    width: calc(100% - 30px);
  }
}
@media (max-width: 992px) {
  .bh .section1 {
    margin-top: 30px;
  }
}
/* section2 */
.main_service .serviceSwiper {
  padding-bottom: 100px;
}
.main_service .serviceSwiper .swiper_tab {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%;
  top: unset;
  bottom: unset;
  margin-bottom: 50px;
}
.main_service .serviceSwiper .swiper_tab::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(224, 224, 224, 0), #e0e0e0 50%, rgba(224, 224, 224, 0));
}
.main_service .serviceSwiper .swiper_tab .swiper-pagination-bullet {
  width: auto;
  height: auto;
  opacity: 1;
  background-color: transparent;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 4px solid transparent;
  border-radius: 0;
}
.main_service .serviceSwiper .swiper_tab .swiper-pagination-bullet span {
  font-size: 20px;
  font-weight: 500;
  color: var(--bh_color_gray_500);
}
.main_service .serviceSwiper .swiper_tab .swiper-pagination-bullet.on {
  border-bottom-color: var(--bh_color_main);
}
.main_service .serviceSwiper .swiper_tab .swiper-pagination-bullet.on span {
  color: var(--bh_color_gray_900);
  font-weight: 800;
}
.main_service .serviceSwiper .swiper_nav {
  position: absolute;
  top: 106px;
  left: 50%;
  display: flex;
}
.main_service .serviceSwiper .swiper_nav .swiper-button-next, .main_service .serviceSwiper .swiper_nav .swiper-button-prev {
  position: unset;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-image: none !important;
  background-color: var(--bh_color_gray_200);
  margin: 0;
}
.main_service .serviceSwiper .swiper_nav .swiper-button-next::after, .main_service .serviceSwiper .swiper_nav .swiper-button-prev::after {
  display: none;
}
.main_service .serviceSwiper .swiper_nav .swiper-button-next i, .main_service .serviceSwiper .swiper_nav .swiper-button-prev i {
  font-size: 24px;
  color: var(--bh_color_gray_500);
}
.main_service .serviceSwiper .swiper_nav .swiper-button-next.active, .main_service .serviceSwiper .swiper_nav .swiper-button-next:hover, .main_service .serviceSwiper .swiper_nav .swiper-button-prev.active, .main_service .serviceSwiper .swiper_nav .swiper-button-prev:hover {
  background-color: var(--bh_color_main);
}
.main_service .serviceSwiper .swiper_nav .swiper-button-next.active i, .main_service .serviceSwiper .swiper_nav .swiper-button-next:hover i, .main_service .serviceSwiper .swiper_nav .swiper-button-prev.active i, .main_service .serviceSwiper .swiper_nav .swiper-button-prev:hover i {
  color: var(--bh_color_white);
}
.main_service .serviceSwiper .swiper_nav .swiper-button-prev {
  margin-left: 50px;
  margin-right: 15px;
}
.main_service .serviceSwiper .img_wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.main_service .serviceSwiper .text_wrap {
  position: relative;
  height: calc(100% - 70px);
  padding-left: 50px;
}
.main_service .serviceSwiper .text_wrap .slide_title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--bh_color_gray_900);
  margin-top: 70px;
  margin-bottom: 30px;
}
.main_service .serviceSwiper .text_wrap .slide_text {
  font-size: 18px;
  color: var(--bh_color_gray_900);
}
.main_service .serviceSwiper .text_wrap .common_btn {
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media (max-width: 1200px) {
  .main_service .serviceSwiper .text_wrap .slide_title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .main_service .serviceSwiper .text_wrap .slide_text {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .main_service .serviceSwiper {
    padding-bottom: 50px;
  }
  .main_service .serviceSwiper .swiper_tab {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: unset;
    margin-bottom: 30px;
    margin-top: -7px;
  }
  .main_service .serviceSwiper .swiper_tab .swiper-pagination-bullet {
    width: 33.33%;
    text-align: center;
    padding: 7px 0;
    border-bottom: 3px solid transparent;
  }
  .main_service .serviceSwiper .swiper_tab .swiper-pagination-bullet span {
    font-size: 14px;
  }
  .main_service .serviceSwiper .swiper_nav {
    top: 82px;
    left: unset;
    right: 0;
  }
  .main_service .serviceSwiper .swiper_nav .swiper-button-next, .main_service .serviceSwiper .swiper_nav .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .main_service .serviceSwiper .swiper_nav .swiper-button-next i, .main_service .serviceSwiper .swiper_nav .swiper-button-prev i {
    font-size: 18px;
  }
  .main_service .serviceSwiper .swiper_nav .swiper-button-next {
    margin-left: 0;
    margin-right: 10px;
  }
  .main_service .serviceSwiper .img_wrap {
    margin-top: 25px;
  }
  .main_service .serviceSwiper .text_wrap {
    height: auto;
    padding-left: 0;
  }
  .main_service .serviceSwiper .text_wrap .slide_title {
    font-size: 20px;
    margin-top: 20px;
  }
  .main_service .serviceSwiper .text_wrap .slide_text {
    font-size: 14px;
  }
  .main_service .serviceSwiper .text_wrap .common_btn {
    position: unset;
    margin-top: 20px;
  }
}
/* section3 */
.main_contact .call_box {
  width: 392px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 30px;
  margin-top: 145px;
}
.main_contact .call_box .line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 15px;
}
.main_contact .contact_box {
  padding: 50px;
  border-radius: 20px;
}
.main_contact .contact_box.inquiry .common_btn {
  color: var(--bh_color_white);
  background-color: transparent;
  border-color: var(--bh_color_white);
}
.main_contact .contact_box.inquiry .common_btn:hover {
  color: var(--bh_color_main);
  background-color: var(--bh_color_white);
}
.main_contact .contact_box.inquiry .op_text {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  .main_contact .call_box {
    width: 100%;
    padding: 15px;
    margin: 30px 0;
  }
  .main_contact .contact_box {
    padding: 30px;
  }
}
/* 서브 배너 */
.sub_top_banner .sub_top_banner_content_wrap span {
  display: block;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .sub_top_banner .sub_top_banner_content_wrap span {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.sub_top_banner .sub_top_banner_content_wrap .hr-line {
  display: none;
}
/* 중간 2차 메뉴 */
.bh .middle_sub_menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  border-top: 0;
  background-color: transparent;
}
.bh .middle_sub_menu ul li {
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-left: 0;
}
.bh .middle_sub_menu ul li a {
  color: var(--bh_color_white) !important;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}
.bh .middle_sub_menu ul li.active a {
  font-weight: bold;
  background-color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .bh .middle_sub_menu ul li {
    height: 35px;
    line-height: 35px;
  }
  .bh .middle_sub_menu ul li a {
    font-size: 14px;
  }
}
/* sub common */
.bh .common_top_bg {
  position: relative;
}
.bh .common_top_bg::after {
  position: absolute;
  content: "";
  top: -100px;
  left: calc(-1 * ((100vw - 1170px) / 2));
  width: 100vw;
  height: 590px;
  background-image: url(/assets/images/sub/common_top_bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 1200px) {
  .bh .common_top_bg::after {
    left: -15px;
  }
}
.bh .sub_title {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  color: var(--bh_color_gray_900);
  margin-bottom: 50px;
}
.bh .sub_sec {
  margin-top: 100px;
}
.bh .sub_sec.bg_sec {
  position: relative;
}
.bh .sub_sec.bg_sec::after {
  position: absolute;
  content: "";
  top: 202px;
  left: calc(-1 * ((100vw - 1170px) / 2));
  width: 100vw;
  height: calc(100% - 202px);
  background-image: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
  z-index: -1;
}
@media (max-width: 1200px) {
  .bh .sub_sec.bg_sec::after {
    left: -15px;
  }
}
.bh .common_line_title {
  position: relative;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--bh_color_gray_900);
  padding-left: 19px;
  margin-bottom: 50px;
}
.bh .common_line_title::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 4px;
  height: 29px;
  background-color: var(--bh_color_main);
}
.bh .common_check_box {
  position: relative;
  color: var(--bh_color_gray_900);
  border: 1px solid var(--bh_color_gray_300);
  background-color: var(--bh_color_white);
  border-radius: 20px;
  padding: 30px 30px 30px 75px;
  margin-bottom: 50px;
}
.bh .common_check_box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: var(--bh_color_gray_300);
  border-radius: 20px 0 0 20px;
}
.bh .common_check_box::after {
  position: absolute;
  content: "";
  top: 30px;
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: var(--bh_color_white);
  padding: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-image: url(/assets/images/sub/check.png);
  background-size: 24px;
  background-position: center;
}
.bh .bdrs-20 {
  border-radius: 20px;
  overflow: hidden;
}
.bh .brochure_btn {
  display: block;
  width: 197px;
  text-align: center;
  line-height: 59px;
  border-radius: 50px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  margin: 30px auto 0;
  background-color: var(--bh_color_white);
  transition: all 0.3s linear;
}
.bh .brochure_btn:hover {
  background-color: var(--bh_color_main);
}
.bh .brochure_btn:hover span {
  color: var(--bh_color_white);
}
.bh .brochure_btn:hover i {
  color: var(--bh_color_white);
}
.bh .brochure_btn span {
  font-size: 18px;
  font-weight: 800;
  color: var(--bh_color_gray_900);
  padding-right: 15px;
  transition: all 0.3s linear;
}
.bh .brochure_btn i {
  font-size: 24px;
  color: var(--bh_color_main);
  transition: all 0.3s linear;
}
.bh .function_text_wrap {
  position: relative;
}
.bh .function_text_wrap .bg_img {
  position: absolute;
  z-index: -1;
}
.bh .function_text_wrap .bg_img img {
  height: 400px;
}
.bh .function_text_wrap .bg_img.right {
  top: -96px;
  right: -200px;
}
.bh .function_text_wrap .bg_img.left {
  left: -187px;
  bottom: 0;
}
.bh .common_text_box {
  display: flex;
  background-color: var(--bh_color_white);
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 20px 0 20px;
}
.bh .common_text_box.style1.box2 {
  margin-top: 90px;
}
.bh .common_text_box.style1.box3, .bh .common_text_box.style1.box5 {
  margin-top: -90px;
}
.bh .common_text_box.style1 .texts {
  padding-left: 30px;
}
.bh .common_text_box.style1 .texts .text1 {
  font-size: 20px;
}
.bh .common_text_box.style1 .texts .text2 {
  font-weight: normal;
}
.bh .common_text_box.style2 {
  display: block;
}
.bh .common_text_box.style2 .number {
  margin-bottom: 15px;
}
.bh .common_text_box.style2 ul.text2 {
  margin-top: 30px;
}
.bh .common_text_box.benefit {
  display: block;
  border-radius: 20px;
}
.bh .common_text_box.benefit ul.text2 {
  margin-top: 30px;
}
.bh .common_text_box .number {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 5px;
}
.bh .common_text_box .number::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background-color: rgba(203, 34, 46, 0.3);
}
.bh .common_text_box .number span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
  z-index: 1;
}
.bh .common_text_box .text1 {
  font-size: 24px;
  font-weight: 800;
  color: var(--bh_color_gray_900);
}
.bh .common_text_box .text2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--bh_color_gray_900);
}
.bh .common_text_box ul.text2 li {
  position: relative;
  color: var(--bh_color_gray_700);
  padding-left: 23px;
  margin-bottom: 15px;
}
.bh .common_text_box ul.text2 li:last-child {
  margin-bottom: 0;
}
.bh .common_text_box ul.text2 li::after {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--bh_color_gray_300);
}
.bh .common_text_box .ttl {
  min-width: 370px;
  height: 40px;
  display: flex;
  align-items: center;
}
.bh .common_text_box .ttl .number {
  margin-right: 15px;
}
.bh .common_contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bh_color_white);
  background-image: url(/assets/images/sub/contact_bg.jpg);
  background-size: cover;
  padding: 40px 50px;
  border-radius: 20px;
}
.bh .common_contact .text {
  display: flex;
  align-items: center;
}
.bh .common_contact .text .text1 {
  font-size: 24px;
  font-weight: 800;
  padding-right: 30px;
}
.bh .common_contact .text .text2 {
  font-size: 18px;
}
.bh .common_contact .contact_btn {
  display: flex;
  align-items: center;
}
.bh .common_contact .contact_btn span {
  font-size: 24px;
  font-weight: 800;
  padding-right: 15px;
}
.bh .common_contact .contact_btn i {
  font-size: 24px;
}
.bh .common_contact .contact_btn:hover i {
  position: relative;
  animation: move 1s linear infinite;
}
.bh .common_check_box2 {
  display: flex;
  color: var(--bh_color_gray_900);
  background-color: var(--bh_color_white);
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.bh .common_check_box2 .ttl {
  min-width: 384px;
  display: flex;
  align-items: center;
  height: 30px;
}
.bh .common_check_box2 .ttl .check {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: var(--bh_color_white);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-image: url(/assets/images/sub/check.png);
  background-size: 24px;
  background-position: center;
}
.bh .common_check_box2 .ttl p {
  font-size: 24px;
  font-weight: 800;
  padding-left: 15px;
}
.bh .common_check_box2 ul li {
  position: relative;
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.bh .common_check_box2 ul li:last-child {
  margin-bottom: 0;
}
.bh .common_check_box2 ul li::after {
  position: absolute;
  content: "·";
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .bh .common_top_bg::after {
    display: none;
  }
  .bh .sub_title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .bh .sub_sec {
    margin-top: 50px;
  }
  .bh .common_line_title {
    font-size: 20px;
    padding-left: 12px;
    margin-bottom: 20px;
  }
  .bh .common_line_title::after {
    top: 5px;
    width: 3px;
    height: 21px;
  }
  .bh .common_check_box {
    padding: 15px 15px 15px 50px;
    margin-bottom: 30px;
  }
  .bh .common_check_box::before {
    width: 20px;
  }
  .bh .common_check_box::after {
    top: 15px;
    left: 10px;
    width: 25px;
    height: 25px;
    background-size: 20px;
  }
  .bh .brochure_btn {
    width: 160px;
    line-height: 45px;
  }
  .bh .brochure_btn span {
    font-size: 14px;
    padding-right: 10px;
  }
  .bh .brochure_btn i {
    font-size: 18px;
  }
  .bh .function_text_wrap .bg_img {
    display: none;
  }
  .bh .common_text_box {
    display: block;
    padding: 20px;
  }
  .bh .common_text_box.style1.box2, .bh .common_text_box.style1.box3, .bh .common_text_box.style1.box5 {
    margin-top: 0;
  }
  .bh .common_text_box.style1 .texts {
    padding-left: 20px;
  }
  .bh .common_text_box.style1 .texts .text1 {
    font-size: 18px;
  }
  .bh .common_text_box.style2 .number {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .bh .common_text_box.style2 ul.text2 {
    margin-top: 15px;
  }
  .bh .common_text_box.benefit ul.text2 {
    margin-top: 15px;
  }
  .bh .common_text_box .text1 {
    font-size: 18px;
  }
  .bh .common_text_box .text2 {
    font-size: 14px;
  }
  .bh .common_text_box ul.text2 {
    margin-top: 15px;
  }
  .bh .common_text_box ul.text2 li {
    padding-left: 18px;
    margin-bottom: 10px;
  }
  .bh .common_text_box ul.text2 li::after {
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
  }
  .bh .common_text_box .ttl {
    min-width: unset;
    width: 100%;
  }
  .bh .common_contact {
    display: block;
    text-align: center;
    padding: 20px;
  }
  .bh .common_contact .text {
    display: block;
  }
  .bh .common_contact .text .text1 {
    font-size: 18px;
    padding-right: 0;
  }
  .bh .common_contact .text .text2 {
    font-size: 14px;
  }
  .bh .common_contact .contact_btn {
    justify-content: center;
    margin-top: 15px;
  }
  .bh .common_contact .contact_btn span {
    font-size: 18px;
  }
  .bh .common_contact .contact_btn i {
    font-size: 20px;
  }
  .bh .common_check_box2 {
    display: block;
    padding: 20px;
  }
  .bh .common_check_box2 .ttl {
    min-width: auto;
    height: auto;
    margin-bottom: 15px;
  }
  .bh .common_check_box2 .ttl .check {
    width: 25px;
    height: 25px;
    background-size: 20px;
  }
  .bh .common_check_box2 .ttl p {
    font-size: 18px;
  }
  .bh .common_check_box2 ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* SAP HANA */
.sub_sap_hana .function_text_wrap .bg_img.right {
  top: -40px;
  right: 0;
}
.sub_sap_hana .function_text_wrap .bg_img.left {
  left: -178px;
  bottom: 26px;
}
.sub_sap_hana .function_text_wrap .bg_img.left img {
  height: 260px;
}
/* SAP IQ */
.sub_sap_iq .function_text_wrap .bg_img.left {
  bottom: 108px;
}
/* Postgres EDB */
.sub_postgres_edb .function_text_wrap .bg_img.right {
  top: -89px;
}
.sub_postgres_edb .function_text_wrap .bg_img.left {
  left: -200px;
  bottom: 0;
}
.sub_postgres_edb .common_text_box.benefit {
  min-height: 405px;
}
@media (max-width: 992px) {
  .sub_postgres_edb .common_text_box.benefit {
    min-height: auto;
  }
}
/* Couchbase */
.sub_couchbase .case_wrap .icon img {
  height: 100px;
}
@media (max-width: 992px) {
  .sub_couchbase .case_wrap .icon img {
    height: 60px;
  }
}
/* Hanamon */
.sub_hanamon .summary_wrap {
  background-color: #f8fafe;
  border-radius: 20px;
  padding: 50px 88px;
}
.sub_hanamon .summary_wrap img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
/* HanamonEDB */
.sub_hanamon_edb .function_text_wrap .bg_img.left {
  bottom: -200px;
}
/* ProActive DBA */
.sub_proactive_dba .function_text_wrap .bg_imgleft {
  bottom: 140px;
}
/* PDW */
.sub_pdw .function_text_wrap .bg_img.left {
  bottom: -200px;
}
/* SQL Canvas CLM */
.sub_sql_trans .function_text_wrap .bg_img.left {
  bottom: -113px;
}
/* SQL SAP DS */
.sub_sap_ds .function_text_wrap .bg_img.left {
  bottom: 100px;
}
/* BUSINESS */
.sub_business .bn_wrap {
  padding: 83px 50px 77px 50px;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.sub_business .bn_wrap.sale {
  background-image: url(/assets/images/sub/sale_img1.jpg);
}
.sub_business .bn_wrap.maintenance {
  background-image: url(/assets/images/sub/maintenance_img1.jpg);
}
.sub_business .bn_wrap.tech {
  background-image: url(/assets/images/sub/tech_img1.jpg);
}
.sub_business .bn_wrap.consulting {
  background-image: url(/assets/images/sub/consulting_img1.jpg);
}
.sub_business .bn_wrap .text_wrap {
  position: relative;
  color: var(--bh_color_white);
  font-size: 20px;
  font-weight: 500;
}
.sub_business .bn_wrap .text_wrap::after {
  position: absolute;
  content: "";
  top: -12px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--bh_color_main);
}
.sub_business .bn_wrap .text_wrap b {
  font-weight: 800;
}
.sub_business .bottom_line_title {
  position: relative;
  font-size: 36px;
  font-weight: 800;
  color: var(--bh_color_gray_900);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--bh_color_gray_300);
  margin-bottom: 50px;
}
.sub_business .bottom_line_title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 2px;
  background-color: var(--bh_color_main);
}
.sub_business .common_check_box2 {
  font-size: 18px;
}
.sub_business .common_check_box2 .text_style {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--bh_color_gray_300);
  display: flex;
  align-items: center;
}
.sub_business .common_check_box2 .text_style .gray_round_text {
  margin-right: 15px;
  margin-bottom: 0;
}
.sub_business .text_style .gray_round_text {
  font-size: 18px;
  font-weight: 500;
  color: var(--bh_color_gray_900);
  width: 100px;
  line-height: 49px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--bh_color_gray_200);
  margin-bottom: 10px;
}
.sub_business .text_style p {
  font-size: 16px;
  font-weight: 500;
  color: var(--bh_color_gray_700);
}
.sub_business .shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.sub_business .gray_text_box {
  padding: 18px 19px;
  background-color: var(--bh_color_gray_50);
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--bh_color_gray_900);
}
.sub_business .gray_text_box .check {
  min-width: 30px;
  height: 30px;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  margin-right: 15px;
  text-align: center;
  line-height: 30px;
}
.sub_business .gray_text_box .check img {
  height: 24px;
}
.sub_business .bdrs-10 {
  border-radius: 10px;
}
@media (max-width: 992px) {
  .sub_business .bn_wrap {
    padding: 30px 20px 20px 20px;
  }
  .sub_business .bn_wrap .text_wrap {
    font-size: 14px;
  }
  .sub_business .bn_wrap .text_wrap::after {
    top: -10px;
    width: 6px;
    height: 6px;
  }
  .sub_business .bottom_line_title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .sub_business .bottom_line_title::after {
    width: 50px;
  }
  .sub_business .common_check_box2 {
    font-size: 14px;
  }
  .sub_business .text_style {
    display: flex;
    align-items: center;
  }
  .sub_business .text_style .gray_round_text {
    font-size: 14px;
    width: 80px;
    line-height: 35px;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .sub_business .text_style p {
    font-size: 12px;
  }
  .sub_business .gray_text_box {
    padding: 15px;
    font-size: 14px;
  }
  .sub_business .gray_text_box .check {
    min-width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .sub_business .gray_text_box .check img {
    height: 20px;
  }
}
/* 회사소개 */
.company_info {
  position: relative;
  margin-top: 100px;
  margin-bottom: -150px;
  padding: 130px 0 150px 0;
  border-top: 1px solid var(--bh_color_gray_300);
}
.company_info::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background-image: url(/assets/images/sub/about_img2.jpg);
  background-size: cover;
  top: 0;
  left: calc(-1 * ((100vw - 1170px) / 2));
  z-index: -1;
}
@media (max-width: 1200px) {
  .company_info::after {
    left: -15px;
  }
}
.company_info .common_text_box {
  display: block;
  background-color: transparent;
  box-shadow: none;
  padding: 15px 0;
  border-radius: 0;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.company_info .common_text_box:first-child {
  padding-top: 0;
}
.company_info .common_text_box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .company_info {
    margin-top: 50px;
    margin-bottom: -70px;
    padding: 50px 0 70px 0;
  }
}
/* 오시는 길 */
.sub_location iframe {
  border-radius: 20px;
  overflow: hidden;
}
.sub_location .shadow {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.sub_location .info_wrap {
  padding: 30px 0;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.sub_location .info_wrap:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sub_location .info_wrap .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.sub_location .info_wrap .ds-f {
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .sub_location iframe {
    height: 350px;
  }
  .sub_location .info_wrap {
    padding: 20px 0;
  }
  .sub_location .info_wrap .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
/* Contact US */
.sub_contact .form_top {
  background-color: #fcf8e4;
  padding: 20px 40px;
  width: 100%;
}
.sub_contact .form_top > div {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 12px;
}
.sub_contact .form_top span {
  font-size: 20px;
  font-weight: 500;
}
.sub_contact .form_top i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 34px;
}
.sub_contact .form_top .moreview {
  position: absolute;
  bottom: 20px;
  right: 10px;
  color: var(--bh_color_main);
}
.sub_contact .form_top .moreview:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .sub_contact .form_top {
    padding: 15px;
    gap: 10px;
  }
  .sub_contact .form_top span {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .sub_contact .form_top i {
    font-size: 20px;
    line-height: 24px;
  }
  .sub_contact .form_top .moreview {
    text-align: right;
    position: unset;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}
.sub_contact .dataworks {
  background-image: url(/assets/images/sub/dataworks_bg.jpg);
  background-size: cover;
  padding: 46px 50px 50px 50px;
  border-radius: 20px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.sub_contact .dataworks .line {
  width: 50px;
  height: 8px;
  background-color: var(--bh_color_main);
  margin-bottom: 26px;
}
.sub_contact .dataworks .dataworks_logo {
  margin-bottom: 75px;
}
.sub_contact .dataworks .position_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px;
  border-radius: 5px;
}
.sub_contact .dataworks .position_box .name_line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 15px;
}
.sub_contact .dataworks .icon {
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 15px;
}
@media (max-width: 992px) {
  .sub_contact .dataworks {
    padding: 50px 20px;
  }
  .sub_contact .dataworks .line {
    width: 40px;
    height: 6px;
    margin-bottom: 15px;
  }
  .sub_contact .dataworks .dataworks_logo {
    margin-bottom: 30px;
  }
}
/* Job Opening*/
.sub_job .bottom_line_title {
  position: relative;
  font-size: 36px;
  font-weight: 800;
  color: var(--bh_color_gray_900);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--bh_color_gray_300);
  margin-bottom: 50px;
}
.sub_job .bottom_line_title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 2px;
  background-color: var(--bh_color_main);
}
.sub_job .ideal_wrap {
  background-image: url(/assets/images/sub/job_img1.jpg);
  background-size: cover;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.sub_job .ideal_wrap .square {
  width: 8px;
  height: 8px;
  background-color: var(--bh_color_main);
  margin-bottom: 5px;
}
.sub_job .culture_wrap img {
  height: 140px;
}
.sub_job .culture_wrap .desc {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .sub_job .bottom_line_title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .sub_job .bottom_line_title::after {
    width: 50px;
  }
  .sub_job .ideal_wrap {
    padding: 20px;
  }
  .sub_job .ideal_wrap .square {
    width: 6px;
    height: 6px;
  }
  .sub_job .culture_wrap img {
    height: 80px;
  }
}
/* 개인정보처리방침 */
@media (max-width: 992px) {
  .privacy .sub_top_banner .sub_top_banner_content_wrap span {
    margin-bottom: 0;
  }
}
/* scrollTop */
.bh .body {
  position: relative;
}
.bh .scrollTop_wrap {
  position: sticky;
  top: unset;
  left: calc(100% - 115px);
  right: 0;
  width: 115px;
  bottom: 0;
  z-index: 99;
}
.bh .scrollTop_wrap .scrollTop {
  position: unset;
  width: 85px;
  height: 85px;
  border-radius: 85px;
  border-radius: 50px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--bh_color_gray_300);
}
.bh .scrollTop_wrap .scrollTop i {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: var(--bh_color_gray_900);
}
.bh .scrollTop_wrap .scrollTop span {
  font-size: 14px;
  font-weight: 800;
  color: var(--bh_color_gray_900);
  display: block;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .bh .scrollTop_wrap {
    left: calc(100% - 80px);
    width: 80px;
  }
  .bh .scrollTop_wrap .scrollTop {
    width: 65px;
    height: 65px;
  }
  .bh .scrollTop_wrap .scrollTop i {
    font-size: 14px;
  }
  .bh .scrollTop_wrap .scrollTop span {
    font-size: 12px;
  }
}
/* footer */
.bh .footer .footer_logo {
  border: 0;
  margin: 0;
  padding: 0 0 30px 0;
}
.bh .footer .footer_logo img {
  height: 45px;
}
.bh .footer .footer_menu > ul {
  padding: 0 0 15px 0;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.bh .footer .footer_menu > ul > li > a {
  font-size: 16px;
  color: var(--bh_color_gray_900);
}
.bh .footer .footer_menu > ul > li > a span {
  font-weight: bold;
}
.bh .footer .copyright {
  padding: 15px 0 0 0;
}
.bh .footer .copyright b {
  padding-right: 10px;
}
.bh .footer .copyright span {
  font-size: 12px;
  color: var(--bh_color_gray_300);
  padding: 0 15px;
}
@media (max-width: 992px) {
  .bh .footer .footer_menu > ul {
    padding-bottom: 10px;
  }
  .bh .footer .footer_menu > ul > li > a {
    font-size: 13px;
  }
  .bh .footer .copyright {
    padding-right: 10px;
  }
  .bh .footer .copyright span {
    display: block;
    height: 0;
    overflow: hidden;
  }
}
/* slider */
.swiper-main .item .slider_content_wrap {
  background-color: transparent;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  font-size: 58px;
  line-height: 1.45;
  font-weight: normal;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 0;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 b {
  font-weight: 800;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: normal;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 0;
  margin-top: 20px;
}
.swiper-main .swiper-pagination {
  bottom: 100px !important;
  text-align: left;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 50px;
  height: 10px;
  border-radius: 3px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.swiper-main .scroll_down {
  position: absolute;
  right: calc((100vw - 1170px) / 2);
  bottom: 100px;
  width: 52px;
  text-align: center;
  z-index: 2;
}
.swiper-main .scroll_down .down {
  line-height: 8px;
}
@media (max-width: 1200px) {
  .swiper-main .scroll_down {
    right: 15px;
  }
}
@media (max-width: 992px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    font-size: 20px;
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    font-size: 14px;
    margin-top: 10px;
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .swiper-main .swiper-pagination {
    bottom: 30px !important;
  }
  .swiper-main .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 6px;
  }
  .swiper-main .scroll_down {
    bottom: 30px;
  }
  .swiper-main .scroll_down .scroll {
    height: 10px;
  }
}
@media (max-width: 364px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    font-size: 17px;
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    font-size: 12px;
    text-align: left !important;
    justify-content: flex-start !important;
  }
}
.about-company-page1, .about-company-page2, .about-company-page4, .about-company-page6, .about-company-page7, .about-company-page8, .about-company-page9, .about-company-page10, .about-company-page11, .about-company-page12, .about-company-page13, .about-company-page14, .about-company-page15 {
  position: relative;
  width: 100vw;
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-company-page1 {
  background-image: url("/assets/images/sub/about_gdc_img1.png");
}
.about-company-page2 {
  background-image: url("/assets/images/sub/about_gdc_img2.png");
}
.about-company-page4 {
  background-image: url("/assets/images/sub/about_gdc_img4.png");
}
.about-company-page5 {
  background-image: url("/assets/images/sub/about_gdc_img4.png");
  background-repeat: no-repeat;
  background-position: center center;
  /* 💡 가로는 레이아웃에 맞게, 높이만 강제 */
  height: 800px;
}
body.backco3 {
  background-color: #262626;
}
.about-company-page4 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
@media (max-width: 767px) {
  .about-company-page1, .about-company-page2, .about-company-page4, .about-company-page6, .about-company-page7, .about-company-page8, .about-company-page9, .about-company-page10, .about-company-page11, .about-company-page12, .about-company-page13, .about-company-page14, .about-company-page15 {
    background-attachment: scroll;
    background-size: 100% auto;
    background-position: center top;
    height: auto;
    min-height: 200px;
  }
  .about-company-page5 {
    background-attachment: scroll;
    background-size: 100% auto;
    background-position: center top;
    height: auto;
    min-height: 200px;
  }
}
/*# sourceMappingURL=20a9670ab453917a8f2982b66fa627eb5916be80.page.scss.map */
