@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.5 !important;*/
  font-family: inherit !important;
}
/* common */
.bh #content {
  padding: 120px 0 150px 0;
}
.bh .body {
  padding-top: 100px;
}
.bh .xe-widget-wrapper {
  overflow: visible;
}
.bh .main_ttl_lg {
  font-size: 48px;
  font-weight: 800;
}
.bh .img_point_r_box {
  position: relative;
}
.bh .img_point_r_box::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 80px;
  height: 80px;
  border-radius: 15px;
  background-color: var(--bh_color_point);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.bh .img_point_l_box {
  position: relative;
}
.bh .img_point_l_box::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 80px;
  height: 80px;
  border-radius: 15px;
  background-color: var(--bh_color_point);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.bh .mt-120 {
  margin-top: 120px;
}
.bh .pt-120 {
  padding-top: 120px;
}
.bh .pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .bh #content {
    padding: 60px 0 70px 0;
  }
  .bh .body {
    padding-top: 50px;
  }
  .bh .main_ttl_lg {
    font-size: 24px;
  }
  .bh .common_ttl_icon {
    width: 30px;
    object-fit: contain;
  }
  .bh .img_point_r_box {
    margin-right: 8px;
  }
  .bh .img_point_r_box::after {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    right: -8px;
    bottom: -8px;
  }
  .bh .img_point_l_box {
    margin-left: 8px;
  }
  .bh .img_point_l_box::after {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    left: -8px;
    bottom: -8px;
  }
  .bh .mt-120 {
    margin-top: 60px;
  }
  .bh .pt-120 {
    padding-top: 60px;
  }
  .bh .pb-120 {
    padding-bottom: 60px;
  }
}
/* header */
.bh .header_wrap {
  position: fixed;
  border: none;
  box-shadow: none;
}
.bh .header_wrap.scroll_down {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.bh .header_wrap .logo {
  margin: 39.1px 0 37.7px 0;
  height: 23.3px;
  min-height: auto;
}
.bh .header_wrap .logo a {
  height: 23.3px;
}
.bh .header_wrap .logo a img {
  height: 23.3px;
  overflow: contain;
}
.bh .header_wrap .main_menu > ul > li.active > a {
  color: var(--bh_color_gray_900) !important;
  font-weight: 800 !important;
}
.bh .header_wrap .main_menu > ul > li.active > a::after {
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: 0;
  background-color: var(--bh_color_point) !important;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
  opacity: 1;
}
.bh .header_wrap .main_menu > ul > li > a {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 36px 30px 37px 30px;
}
.bh .header_wrap .main_menu > ul > li > a::after {
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: 0;
  background-color: var(--bh_color_point) !important;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
  opacity: 0;
}
.bh .header_wrap .main_menu > ul > li > a:hover {
  color: var(--bh_color_text) !important;
  font-weight: 800;
}
.bh .header_wrap .main_menu > ul > li > a:hover::after {
  opacity: 1;
}
@media (max-width: 1400px) {
  .bh .header_wrap .main_menu > ul > li > a {
    font-size: 1.6rem;
    padding: 36px 20px 37px 20px;
  }
}
/* sub_top_banner */
.bh .sub_top_banner {
  max-width: 1820px;
  margin: 0 auto;
  border-radius: 50px;
}
.bh .sub_top_banner .sub_top_banner_content_wrap .bh_row .col-12 {
  height: 100%;
}
.bh .sub_top_banner .sub_top_banner_content_wrap .banner_label {
  margin-top: 142px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: var(--bh_color_white);
}
.bh .sub_top_banner .sub_top_banner_content_wrap span {
  text-shadow: none;
  font-size: 58px;
  font-weight: 800;
}
@media (max-width: 1850px) {
  .bh .sub_top_banner {
    max-width: calc(100% - 30px);
    margin: 0 15px;
  }
}
@media (max-width: 992px) {
  .bh .sub_top_banner {
    border-radius: 15px;
  }
  .bh .sub_top_banner .sub_top_banner_content_wrap .banner_label {
    margin-top: 45px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .bh .sub_top_banner .sub_top_banner_content_wrap span {
    font-size: 26px;
  }
}
/* middle_sub_menu */
.bh .middle_sub_menu {
  margin-top: -35px;
  border: none;
  background-color: transparent;
  text-align: center;
  height: 75px;
  z-index: 2;
}
.bh .middle_sub_menu > .bh_wrap {
  height: 75px;
}
.bh .middle_sub_menu ul {
  display: inline-block;
  padding: 10px;
  background-color: var(--bh_color_gray_50);
  border-radius: 35px;
}
.bh .middle_sub_menu ul li {
  width: 180px;
  height: auto;
  border: none !important;
}
.bh .middle_sub_menu ul li.active a {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background-color: var(--bh_color_gray_900);
  color: var(--bh_color_white) !important;
  font-weight: 800;
}
.bh .middle_sub_menu ul li a {
  padding: 14px 10px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: var(--bh_color_gray_800);
}
@media (max-width: 992px) {
  .bh .middle_sub_menu {
    margin-top: -25px;
    height: 38.8px;
  }
  .bh .middle_sub_menu > .bh_wrap {
    height: 38.8px;
  }
  .bh .middle_sub_menu ul {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
  }
  .bh .middle_sub_menu ul li {
    width: calc(100% / 4);
  }
  .bh .middle_sub_menu ul li a {
    padding: 6px 5px;
    font-size: 1.4rem;
    border-radius: 10px;
  }
}
/* section1 */
.section1 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section1 .sec01_wrap .sec01_inner {
  display: flex;
  margin-left: calc((100vw - 1200px - 6px) / 2 + 15px);
  gap: 100px;
}
.section1 .sec01_wrap .sec01_inner .inner_text {
  flex-shrink: 0;
  width: 354px;
}
.section1 .sec01_wrap .sec01_inner .inner_text .business_nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 50px;
}
.section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn {
  display: flex;
  align-items: center;
  width: 341px;
  height: 70px;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--bh_color_white);
  border: 1px solid var(--bh_color_main_50);
  transition: all 0.3s;
  cursor: pointer;
}
.section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn div span {
  font-size: 16px;
  font-weight: 500;
  color: var(--bh_color_gray_500);
  transition: all 0.3s;
}
.section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn div p {
  font-weight: 800;
  font-size: 20px;
  color: var(--bh_color_gray_700);
  transition: all 0.3s;
}
.section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn.active {
  background-color: var(--bh_color_main);
  border-color: var(--bh_color_main);
}
.section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn.active div span {
  color: var(--bh_color_point);
}
.section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn.active div p {
  color: var(--bh_color_white);
}
.section1 .sec01_wrap .sec01_inner .inner_item {
  width: calc(100% - 354px);
  overflow: hidden;
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner {
  display: flex;
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item {
  width: 716px;
  flex-shrink: 0;
  margin-right: 50px;
  display: block;
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item:hover .business_link .img_box .more_btn {
  border-color: var(--bh_color_main);
  background-color: var(--bh_color_main);
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item:hover .business_link .img_box .more_btn div {
  color: var(--bh_color_point);
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item:hover .business_link .img_box .more_btn p {
  color: var(--bh_color_white);
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .img_box {
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .img_box img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .img_box .more_btn {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: absolute;
  bottom: -20px;
  right: -10px;
  width: 120px;
  height: 120px;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 1px solid var(--bh_color_main_50);
  background-color: var(--bh_color_white);
  transition: all 0.3s;
  z-index: 1;
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .img_box .more_btn div {
  text-align: right;
  color: var(--bh_color_main);
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s;
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .img_box .more_btn p {
  font-size: 18px;
  font-weight: 800;
  transition: all 0.3s;
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .text_box {
  padding-bottom: 29.5px;
  border-bottom: 1px solid var(--bh_color_gray_400);
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .text_box .ttl {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 30px;
}
.section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .text_box .desc {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .section1 .sec01_wrap .sec01_inner {
    flex-direction: column;
    gap: 30px;
    margin-left: 15px;
    width: calc(100% - 15px);
  }
  .section1 .sec01_wrap .sec01_inner .inner_text {
    width: 100%;
  }
  .section1 .sec01_wrap .sec01_inner .inner_text .business_nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    margin-top: 20px;
  }
  .section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn {
    width: calc((100% - 5px) / 2);
    height: 45px;
  }
  .section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn div span {
    font-size: 1.6rem;
  }
  .section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn div p {
    font-size: 1.8rem;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section1 .sec01_wrap .sec01_inner {
    width: calc(100% - 30px);
    margin-right: 15px;
    gap: 20px;
  }
  .section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn {
    padding: 10px;
  }
  .section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn div span {
    font-size: 1.2rem;
  }
  .section1 .sec01_wrap .sec01_inner .inner_text .business_nav .business_btn div p {
    font-size: 1.4rem;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item {
    overflow: unset;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner {
    width: 100%;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item {
    width: 100%;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .img_box {
    padding-right: 15px;
    border-radius: 10px;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .img_box .more_btn {
    width: 70px;
    height: 70px;
    bottom: -10px;
    right: 0px;
    padding: 10px;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .img_box .more_btn div {
    font-size: 16px;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .img_box .more_btn p {
    font-size: 1.4rem;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .text_box {
    padding-bottom: 15px;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .text_box .ttl {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .section1 .sec01_wrap .sec01_inner .inner_item .business_item_wrap .item_inner .business_item .business_link .text_box .desc {
    font-size: 1.6rem;
  }
}
/* section2 */
.section2 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section2 .sec02_wrap {
  position: relative;
}
.section2 .sec02_wrap .text_bg_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section2 .sec02_wrap .text_bg_wrap .text_bg {
  position: absolute;
  width: 1920px !important;
  margin-top: -120px;
  left: 50%;
  transform: translateX(-50%);
}
.section2 .sec02_wrap .sec02_item_wrap {
  display: flex;
  gap: 15px;
  height: 559px;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item {
  display: flex;
  justify-content: center;
  position: relative;
  width: calc((100%  - 854px - 15px) / 2);
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item.active {
  width: 854px;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item.active .item_inner_after {
  height: 100%;
  opacity: 1;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item.active .item_inner_after .after_box .text_box {
  opacity: 1;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item.active .item_inner_after .after_box .text_box .text_bottom {
  opacity: 1;
  transform: translateY(0px);
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item.active .item_inner_before {
  opacity: 0;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item:nth-of-type(2) .item_inner_before .before_box {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to bottom, rgba(30, 79, 142, 0.8), rgba(30, 79, 142, 0.8)), linear-gradient(to bottom, #fff, #fff), url(/assets/images/main/sec02_2.jpg?1);
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item:nth-of-type(3) {
  transition: unset;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item:nth-of-type(3) .item_inner_before .before_box {
  background-blend-mode: unset;
  background-image: url(/assets/images/main/sec02_3_pc.jpg);
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before, .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before .before_box {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--bh_color_white);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/main/sec02_1.jpg?1);
  background-blend-mode: multiply;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before .before_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before .before_box .text_rotate {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before .before_box .text_rotate span {
  transform: rotate(90deg);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before .before_box .text_rotate span.blank {
  margin-bottom: 5px;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before .before_box .plus_icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.2);
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after {
  opacity: 0;
  transition: opacity 0.3s;
  background-color: var(--bh_color_white);
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box {
  display: flex;
  flex-direction: column;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .img_box {
  flex-shrink: 0;
  width: 100%;
  height: 340px;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box {
  flex-grow: 1;
  height: 100%;
  padding: 30px;
  opacity: 0;
  transition: all 0.2s 0.3s;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box .text_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: 800;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box .text_top .ttl {
  font-size: 36px;
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box .text_top .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 43px;
  font-size: 18px;
  border-radius: 500px;
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
}
.section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box .text_bottom {
  opacity: 0;
  font-size: 20px;
  transform: translateY(-20px);
  transition: all 0.5s 0.4s;
}
@media (max-width: 1200px) {
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item {
    width: calc((100% - 700px - 15px) / 2);
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item.active {
    width: 700px;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box {
    padding: 20px;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box .text_top .ttl {
    font-size: 2.2rem;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box .text_top .more {
    width: 110px;
    height: 35px;
    font-size: 1.6rem;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box .text_bottom {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .section2 .sec02_wrap .text_bg_wrap .text_bg {
    width: 600px !important;
    margin-top: -10px;
  }
  .section2 .sec02_wrap .sec02_item_wrap {
    flex-direction: column;
    gap: 10px;
    height: auto;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item {
    width: 100%;
    height: 70px;
    border-radius: 10px;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item.active {
    height: 300px;
    width: 100%;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item:nth-of-type(3) {
    transition: unset;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item:nth-of-type(3) .item_inner_before .before_box {
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to bottom, rgba(106, 231, 174, 0.4), rgba(106, 231, 174, 0.4)), linear-gradient(to bottom, #fff, #fff), url(/assets/images/main/sec02_3.jpg);
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before .before_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before .before_box .text_rotate {
    position: relative;
    top: unset;
    flex-direction: row;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before .before_box .text_rotate span {
    transform: unset;
    font-size: 16px;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_before .before_box .plus_icon {
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
    flex-shrink: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after {
    flex-direction: column;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .img_box {
    height: 140px;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box {
    padding: 15px 15px;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box .text_top {
    margin-bottom: 10px;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box .text_top .ttl {
    font-size: 2rem;
  }
  .section2 .sec02_wrap .sec02_item_wrap .sec02_item .item_inner_after .after_box .text_box .text_top .more {
    width: 90px;
    height: 30px;
    font-size: 1.4rem;
  }
}
/* section3 */
.section3 .sec03_wrap .sec03_item .sec03_ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section3 .sec03_wrap .sec03_item .sec03_ttl_wrap .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  width: 133px;
  height: 43px;
  border: 1px solid var(--bh_color_gray_300);
  color: var(--bh_color_gray_600);
  font-size: 18px;
  font-weight: 800;
  border-radius: 500px;
  transition: all 0.3s;
}
.section3 .sec03_wrap .sec03_item .sec03_ttl_wrap .more_btn:hover {
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
}
@media (max-width: 992px) {
  .section3 .sec03_wrap .sec03_item .sec03_ttl_wrap .more_btn {
    width: 90px;
    height: 30px;
    font-size: 1.4rem;
  }
}
/* section4 */
.section.section4 {
  padding: 0;
}
.section.section4 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section.section4 .sec04_wrap .sec04_inner {
  position: relative;
  max-width: 1950px;
  padding: 0 15px;
  margin: 0 auto;
}
.section.section4 .sec04_wrap .sec04_inner .sec04_title_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.section.section4 .sec04_wrap .sec04_inner .sec04_title_box .title_inner {
  position: absolute;
  top: 120px;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.section.section4 .sec04_wrap .sec04_inner .country-tabs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 50px;
}
.section.section4 .sec04_wrap .sec04_inner .country-tabs .country-tab {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 267px;
  height: 70px;
  border: 1px solid var(--bh_color_main_50);
  background-color: var(--bh_color_white);
  padding: 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 800;
  transition: all 0.3s;
  cursor: pointer;
}
.section.section4 .sec04_wrap .sec04_inner .country-tabs .country-tab .flag {
  width: 30px;
  height: 30px;
}
.section.section4 .sec04_wrap .sec04_inner .country-tabs .country-tab.is-active {
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.section.section4 .sec04_wrap .sec04_inner .map_box {
  position: relative;
  width: 1920px;
  height: 757px;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px !important;
  height: 757px !important;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner > img {
  position: relative;
  position: relative;
  display: block;
  width: 1920px !important;
  height: 757px !important;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: absolute;
  top: 164px;
  right: 257px;
  cursor: pointer;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin.my {
  flex-direction: column-reverse;
  top: 347px;
  right: 273px;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin.sg {
  top: 438px;
  right: 340px;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin .pin {
  width: 30px;
  height: 30px;
  transition: all 0.3s;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin .pin .pin_before {
  display: block;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin .pin .pin_after {
  display: none;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin .pin img {
  width: 100%;
  object-fit: contain;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin .pin_text {
  display: inline-block;
  white-space: nowrap;
  color: var(--bh_color_gray_700);
  border: 1px solid var(--bh_color_main_200);
  background-color: var(--bh_color_white);
  text-align: center;
  padding: 3px 15px;
  font-size: 18px;
  font-weight: 800;
  border-radius: 10px;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin.is-active {
  gap: 5px;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin.is-active .pin {
  width: 50px;
  height: 50px;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin.is-active .pin .pin_before {
  display: none;
}
.section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin.is-active .pin .pin_after {
  display: block;
}
.section.section4 .sec04_wrap .sec04_inner .country-card {
  position: absolute;
  top: 87px;
  right: 501px;
  width: 463px;
  border: 6px solid var(--bh_color_main);
  background-color: var(--bh_color_white);
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  opacity: 0;
  transition: all 0.3s;
}
.section.section4 .sec04_wrap .sec04_inner .country-card::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: var(--bh_color_main);
  width: 165px;
  top: 95.5px;
  right: -165px;
}
.section.section4 .sec04_wrap .sec04_inner .country-card.my {
  top: 311px;
  right: 500px;
}
.section.section4 .sec04_wrap .sec04_inner .country-card.sg {
  top: 362px;
  right: 571px;
}
.section.section4 .sec04_wrap .sec04_inner .country-card.is-active {
  opacity: 1;
}
.section.section4 .sec04_wrap .sec04_inner .country-card .country_title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 21.5px;
  border-bottom: 1px solid var(--bh_color_gray_300);
  font-size: 36px;
  font-weight: 800;
  padding-left: 30px;
  padding-right: 30px;
}
.section.section4 .sec04_wrap .sec04_inner .country-card .country_title .flag {
  width: 50px;
  height: 50px;
}
.section.section4 .sec04_wrap .sec04_inner .country-card .country_title .flag img {
  width: 100%;
  object-fit: contain;
}
.section.section4 .sec04_wrap .sec04_inner .country-card .content {
  display: flex;
  flex-direction: column;
  padding: 29.5px 30px 0 30px;
  gap: 15px;
}
.section.section4 .sec04_wrap .sec04_inner .country-card .content p {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
}
.section.section4 .sec04_wrap .sec04_inner .country-card .content p::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/main/sec04_dot.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.section.section4 .sec04_wrap .sec04_inner .mobile_card_wrap {
  display: none;
}
@media (max-width: 1800px) {
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner {
    left: 35%;
  }
}
@media (max-width: 1400px) {
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner {
    left: 20%;
  }
}
@media (max-width: 1200px) {
  .section.section4 .sec04_wrap .sec04_inner .sec04_title_box {
    left: 15px;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner {
    left: 12%;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card {
    width: 320px;
    border: 4px solid var(--bh_color_main);
    padding-top: 10px;
    padding-bottom: 15px;
    top: 140px;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card::after {
    top: 44.5px;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card.my {
    top: 363px;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card.sg {
    top: 414px;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card .country_title {
    padding-bottom: 10px;
    gap: 15px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card .country_title .flag {
    width: 25px;
    height: 25px;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card .content {
    padding: 10px 10px 0 20px;
    gap: 5px;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card .content p {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card .content p::after {
    width: 10px;
    height: 10px;
    top: 6px;
  }
}
@media (max-width: 992px) {
  .section.section4 .sec04_wrap .sec04_inner .sec04_title_box {
    position: relative;
    left: unset;
  }
  .section.section4 .sec04_wrap .sec04_inner .sec04_title_box > .bh_wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .section.section4 .sec04_wrap .sec04_inner .sec04_title_box .title_inner {
    position: relative;
    top: unset;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-tabs {
    margin-top: 10px;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-tabs .country-tab {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 1.6rem;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-tabs .country-tab .flag {
    width: 25px;
    height: 25px;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box {
    width: 992px;
    height: 400px;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner {
    left: unset;
    right: -28%;
    transform: unset;
    height: 500px !important;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner > img {
    width: 992px !important;
    height: 500px !important;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin {
    gap: 8px;
    top: 141px;
    right: 1047px;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin.is-active {
    gap: 3px;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin.is-active .pin {
    width: 20px;
    height: 20px;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin.my {
    top: 235px;
    right: 1061px;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin.sg {
    top: 280px;
    right: 1100px;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin .pin {
    width: 12px;
    height: 12px;
  }
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner .map-pin .pin_text {
    border-radius: 7px;
    padding: 2px 8px;
    font-size: 1.4rem;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card {
    right: 657px;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card::after {
    display: none;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card.my {
    top: 197px;
    right: 672px;
  }
  .section.section4 .sec04_wrap .sec04_inner .country-card.sg {
    top: 230px;
    right: 700px;
  }
}
@media (max-width: 768px) {
  .section.section4 .sec04_wrap .sec04_inner .map_box .map_inner {
    top: -120px;
  }
  .section.section4 .sec04_wrap .sec04_inner .pc.country-card {
    display: none;
  }
  .section.section4 .sec04_wrap .sec04_inner .mobile_card_wrap {
    display: block;
  }
  .section.section4 .sec04_wrap .sec04_inner .mobile_card_wrap .country-card {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 45px !important;
    left: 15px !important;
    top: unset !important;
  }
}
/* sub */
.about .content_wrap {
  margin-top: -40px;
}
.about .content_wrap::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url(/assets/images/sub/about_1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 596px;
  z-index: -1;
}
@media (max-width: 992px) {
  .about .content_wrap::after {
    top: 10px;
    height: 300px;
    background-size: contain;
  }
}
.about .about_wrap .about_inner_1 {
  position: relative;
  padding-bottom: 120px;
}
.about .about_wrap .about_inner_1::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 99999px;
  height: 450px;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 444px 120px 445px;
  background-image: linear-gradient(to top, #fafafa 11%, #fff 111%);
  z-index: -1;
}
.about .about_wrap .about_inner_1 .text_img img {
  display: inline-block;
  margin-bottom: 14px;
}
.about .about_wrap .about_inner_1 .point_text {
  display: inline-flex;
  padding: 37px 117px;
  border-radius: 85px;
  font-size: 32px;
  font-weight: 800;
  color: var(--bh_color_white);
  text-align: center;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(107deg, #1e4f8e, #122f55 101%);
}
@media (max-width: 992px) {
  .about .about_wrap .about_inner_1 {
    padding-bottom: 60px;
  }
  .about .about_wrap .about_inner_1::after {
    height: 200px;
  }
  .about .about_wrap .about_inner_1 .text_img img {
    width: 150px;
    margin-bottom: 7px;
    object-fit: contain;
  }
  .about .about_wrap .about_inner_1 .dot {
    width: 5px;
    object-fit: contain;
  }
  .about .about_wrap .about_inner_1 .point_text {
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 1.8rem;
  }
}
.ceo .content_wrap {
  margin-top: -40px;
}
.ceo .content_wrap::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url(/assets/images/sub/ceo_bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 596px;
  z-index: -1;
}
.ceo .content_wrap .text_img img {
  display: inline-block;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .ceo .content_wrap::after {
    top: 10px;
    height: 300px;
    background-size: contain;
  }
  .ceo .content_wrap .text_img img {
    width: 150px;
    margin-bottom: 7px;
    object-fit: contain;
  }
}
.org_chart .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.org_chart .org_chart_wrap {
  position: relative;
}
.org_chart .org_chart_wrap .org_inner {
  position: relative;
}
.org_chart .org_chart_wrap .org_inner .org_bg {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 723px;
  object-fit: cover;
}
.org_chart .org_chart_wrap .org_inner .org_title {
  position: relative;
  display: inline-block;
}
.org_chart .org_chart_wrap .org_inner .org_title .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: var(--bh_color_white);
  font-weight: 800;
  font-size: 24px;
}
.org_chart .org_chart_wrap .org_inner .org_title .text div {
  margin-top: 109px;
}
.org_chart .org_chart_wrap .org_inner .org_box_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 90px;
  align-items: stretch;
}
.org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box {
  position: relative;
  width: calc((100% - 60px) / 3);
}
.org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box.green .org_ttl {
  background-color: var(--bh_color_point);
}
.org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box.green .org_item_wrap .item_inner .org_item.color {
  background-color: rgba(68, 199, 122, 0.2);
  color: var(--bh_color_point);
}
.org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_ttl {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 22px 10px;
  border-radius: 15px;
  color: var(--bh_color_white);
  box-shadow: 0 4px 30px 0 rgba(30, 79, 142, 0.28);
  font-size: 24px;
  font-weight: 800;
  background-color: var(--bh_color_main);
}
.org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_item_wrap {
  background-color: var(--bh_color_white);
  border-radius: 20px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
  padding: 70px 30px 36px;
  height: 100%;
}
.org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_item_wrap .item_inner {
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--bh_color_gray_50);
  overflow: hidden;
}
.org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_item_wrap .item_inner .org_item.color {
  font-weight: 800;
  padding: 18px 10px 17px;
  color: var(--bh_color_main);
  background-color: rgba(30, 70, 142, 0.2);
}
.org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_item_wrap .item_inner .org_line {
  margin-top: 19px;
  margin-bottom: 19px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff 0%, #bdbdbd 50%, #fff 100%);
}
@media (max-width: 1200px) {
  .org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_ttl {
    font-size: 1.8rem;
  }
  .org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_item_wrap .item_inner {
    font-size: 1.6rem;
  }
  .org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_item_wrap .item_inner .org_line {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .org_chart .org_chart_wrap .org_inner .org_bg {
    top: 100px;
    height: 400px;
  }
  .org_chart .org_chart_wrap .org_inner .org_title {
    position: relative;
    width: 200px;
    height: 200px;
  }
  .org_chart .org_chart_wrap .org_inner .org_title > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .org_chart .org_chart_wrap .org_inner .org_title .text {
    font-size: 18px;
  }
  .org_chart .org_chart_wrap .org_inner .org_title .text div {
    margin-top: 75px;
  }
  .org_chart .org_chart_wrap .org_inner .org_title .text div img {
    width: 130px;
    object-fit: contain;
  }
  .org_chart .org_chart_wrap .org_inner .org_box_wrap {
    gap: 15px;
    row-gap: 50px;
  }
  .org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box {
    width: calc((100% - 15px) / 2);
  }
  .org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_ttl {
    top: -25px;
    padding: 12px 10px;
    border-radius: 10px;
    width: calc(100% - 30px);
  }
  .org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_item_wrap {
    padding: 40px 15px 20px;
  }
  .org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_item_wrap .item_inner {
    border-radius: 10px;
  }
  .org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box .org_item_wrap .item_inner .org_item.color {
    padding: 12px 10px;
  }
}
@media (max-width: 576px) {
  .org_chart .org_chart_wrap .org_inner .org_box_wrap {
    gap: 10px;
    row-gap: 60px;
  }
  .org_chart .org_chart_wrap .org_inner .org_box_wrap .org_box {
    width: 100%;
  }
}
.location .location_wrap .location_info_wrap {
  width: 470px;
  background-color: var(--bh_color_main);
  padding: 40px 30px;
  border-radius: 20px;
  height: 100%;
}
.location .location_wrap .location_info_wrap .info_item_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.location .location_wrap .location_info_wrap .info_item_box .info_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.location .location_wrap .location_info_wrap .info_item_box .info_item .ttl_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.location .location_wrap .location_info_wrap .info_item_box .info_item .ttl_box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
  line-height: 1;
}
.location .location_wrap .location_info_wrap .info_item_box .info_item p {
  opacity: 0.8;
}
.location .location_wrap .map_item {
  position: relative;
  padding-bottom: 44px;
}
.location .location_wrap .map_item .map_inner {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
}
.location .location_wrap .map_item .map_inner #map {
  width: 100%;
  height: 100%;
}
.location .location_wrap .map_item .map_link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  border-radius: 44px;
  background-color: var(--bh_color_point);
}
.location .location_wrap .map_item .map_link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 992px) {
  .location .location_wrap .location_info_wrap {
    width: 100%;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .location .location_wrap .location_info_wrap .info_item_box {
    gap: 15px;
  }
  .location .location_wrap .location_info_wrap .info_item_box .info_item {
    gap: 15px;
  }
  .location .location_wrap .location_info_wrap .info_item_box .info_item .ttl_box .icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .location .location_wrap .map_item {
    padding-bottom: 20px;
  }
  .location .location_wrap .map_item .map_inner {
    height: 250px;
    border-radius: 10px;
  }
  .location .location_wrap .map_item .map_link {
    gap: 10px;
    padding: 8px 15px;
    border-radius: 25px;
    z-index: 101;
    white-space: nowrap;
  }
  .location .location_wrap .map_item .map_link .icon {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
}
.km_card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 340px;
  padding: 25px 35px 40px 25px;
  border-radius: 20px;
  background-color: var(--bh_color_white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.km_card .hover_img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
.km_card:hover {
  background-color: var(--bh_color_main);
}
.km_card:hover .item_top {
  opacity: 0;
}
.km_card:hover .item_bottom {
  opacity: 0;
}
.km_card:hover .hover_item {
  opacity: 1;
}
.km_card:hover .hover_img {
  opacity: 1;
}
.km_card .item_top {
  transition: all 0.3s;
}
.km_card .item_bottom {
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s;
}
.km_card .item_bottom .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--bh_color_main);
}
.km_card .hover_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  opacity: 0;
  transition: all 0.3s;
}
.km_card .hover_item .icon_wrap {
  display: flex;
  justify-content: flex-end;
}
.km_card .hover_item .icon_wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bh_color_white);
  font-size: 28px;
  line-height: 1;
  color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .km_card {
    padding: 20px 15px;
    height: 250px;
    border-radius: 10px;
  }
  .km_card .hover_img {
    width: 80px;
    object-fit: contain;
  }
  .km_card .item_bottom .icon_wrap {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .km_card .hover_item {
    padding: 20px 15px;
  }
  .km_card .hover_item .icon_wrap .icon {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .km_card {
    height: 150px;
  }
}
.ecs_title_banner {
  position: relative;
  max-width: 1410px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.ecs_title_banner.ecs_2 .banner_inner {
  background-image: url(/assets/images/sub/ecs_2_1.jpg);
}
.ecs_title_banner.ecs_3 .banner_inner {
  background-image: url(/assets/images/sub/ecs_3_1.jpg);
}
.ecs_title_banner .banner_inner {
  width: 100%;
  background-image: url(/assets/images/sub/ecs_1_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 20px;
  padding-top: 147px;
  padding-bottom: 74px;
}
.ecs_title_banner .banner_point_wrap {
  margin-top: -44px;
}
.ecs_title_banner .banner_point_wrap .banner_point {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 44px;
  padding-top: 27px;
  padding-bottom: 27px;
  background-image: linear-gradient(98deg, #1e4f8e, #122f55 98%);
  text-align: center;
}
.ecs_title_banner .banner_point_wrap .banner_point i {
  font-size: 30px;
  color: var(--bh_color_point);
  line-height: 1;
}
@media (max-width: 992px) {
  .ecs_title_banner .banner_inner {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px;
  }
  .ecs_title_banner .banner_point_wrap {
    margin-top: -30px;
  }
  .ecs_title_banner .banner_point_wrap .banner_point {
    padding: 15px 20px;
    border-radius: 20px;
  }
  .ecs_title_banner .banner_point_wrap .banner_point i {
    font-size: 16px;
  }
}
.ecs_ttl_box {
  position: relative;
  padding-left: 20px;
}
.ecs_ttl_box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 30px;
  background-image: url(/assets/images/common/sub_ttl_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .ecs_ttl_box {
    padding-left: 15px;
  }
  .ecs_ttl_box::after {
    width: 3px;
    height: 25px;
  }
}
.ecs_text_box .text_line {
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #bdbdbd 0%, #fff 100%);
}
.ecs_text_box .check_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ecs_text_box .check_box p {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ecs_text_box .check_box p span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bh_color_point);
  border-radius: 50%;
  color: var(--bh_color_white);
  line-height: 1;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.ecs_text_box .ecs_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 43px;
  background-color: var(--bh_color_main);
  border-radius: 500px;
  font-size: 18px;
  font-weight: 800;
  color: var(--bh_color_white);
  transition: all 0.3s;
}
.ecs_text_box .ecs_more:hover {
  background-color: var(--bh_color_point);
  color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .ecs_text_box .check_box {
    gap: 10px;
  }
  .ecs_text_box .check_box p {
    align-items: flex-start;
    gap: 5px;
  }
  .ecs_text_box .check_box p span {
    position: relative;
    top: 2px;
    width: 18px;
    height: 18px;
  }
  .ecs_text_box .check_box p span i {
    position: relative;
    top: 1px;
  }
  .ecs_text_box .ecs_more {
    font-size: 14px;
    width: 110px;
    height: 34px;
  }
}
.ecs_step_wrap {
  display: flex;
  text-align: center;
}
.ecs_step_wrap .step_item {
  width: 220px;
  margin-left: -30px;
}
.ecs_step_wrap .step_item:nth-of-type(1) {
  margin-left: 0;
}
.ecs_step_wrap .step_item:nth-last-of-type(1) .item::after {
  display: none;
}
.ecs_step_wrap .step_item.bk .item {
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
}
.ecs_step_wrap .step_item .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(30, 79, 142, 0.95);
  color: var(--bh_color_white);
}
.ecs_step_wrap .step_item .item::after {
  position: absolute;
  content: "";
  font-family: "remixicon" !important;
  font-size: 24px;
  color: var(--bh_color_white);
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  z-index: 2;
}
@media (max-width: 768px) {
  .ecs_step_wrap {
    flex-wrap: wrap;
    width: calc(100% - 60px);
    margin-left: 20px;
    row-gap: 20px;
  }
  .ecs_step_wrap .step_item {
    width: calc(100% / 3);
    margin-left: 0;
  }
  .ecs_step_wrap .step_item .item {
    gap: 5px;
    width: calc(100% + 20px);
  }
  .ecs_step_wrap .step_item .item::after {
    right: -2px;
    font-size: 20px;
  }
  .ecs_step_wrap .step_item .item .step_img {
    width: 45px;
    height: 45px;
  }
  .ecs_step_wrap .step_item .item .step_img img {
    width: 100%;
    object-fit: contain;
  }
}
.km_ecs .middle_sub_menu {
  display: none;
}
.km_ecs .content_wrap::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url(/assets/images/sub/ecs_dot_bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 596px;
  z-index: -1;
}
@media (max-width: 992px) {
  .km_ecs .content_wrap::after {
    height: 300px;
    background-size: contain;
  }
}
.km_ecs .ecs_item_wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.km_ecs .ecs_item_wrap::after {
  content: "";
  position: absolute;
  max-width: 1380px;
  width: 100vw;
  height: 342px;
  border-radius: 20px;
  background-color: var(--bh_color_gray_50);
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.km_ecs .ecs_item_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -75px;
  background-image: url(/assets/images/sub/ecs_text_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 504px;
  height: 106px;
}
@media (max-width: 1400px) {
  .km_ecs .ecs_item_wrap::after {
    border-radius: 0;
  }
  .km_ecs .ecs_item_wrap::before {
    right: 0;
  }
}
@media (max-width: 992px) {
  .km_ecs .ecs_item_wrap {
    padding-bottom: 35px;
  }
  .km_ecs .ecs_item_wrap::after {
    height: calc(100% - 100px);
    top: 100px;
  }
  .km_ecs .ecs_item_wrap::before {
    width: 185px;
    height: 40px;
    object-fit: contain;
  }
}
.ecs_1 .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.ecs_1 .middle_sub_menu {
  display: none;
}
.ecs_1 .ecs_1_wrap .ecs_1_inner {
  position: relative;
}
.ecs_1 .ecs_1_wrap .ecs_1_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #fafafa -11%, #fff 89%);
  width: 100%;
  height: 176px;
  z-index: -1;
}
.ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 {
  border-collapse: collapse;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 .col_1 {
  width: 292px;
}
.ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 .col_2 {
  width: 277px;
}
.ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 .col_3 {
  width: 277px;
}
.ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 .col_4 {
  width: 324px;
}
.ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 tr th {
  background-color: var(--bh_color_main_50);
  padding: 15px 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--bh_color_main);
  border-right: 1px solid var(--bh_color_main_100);
}
.ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 tr th:nth-last-of-type(1) {
  border: none;
}
.ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 tr td {
  padding: 17px 10px;
  border-right: 1px solid var(--bh_color_gray_300);
  font-size: 18px;
  font-weight: 500;
}
.ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 tr td.bg {
  background-color: var(--bh_color_gray_50);
}
.ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 tr td.bd {
  border: none;
}
.ecs_1 .ecs_1_wrap .ecs_1_inner_2 {
  background-image: url(/assets/images/sub/ecs_bg.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ecs_1 .ecs_1_wrap .ecs_1_inner_3 {
  position: relative;
}
.ecs_1 .ecs_1_wrap .ecs_1_inner_3 .bh_row {
  position: relative;
}
.ecs_1 .ecs_1_wrap .ecs_1_inner_3 .bh_row::after {
  content: "";
  position: absolute;
  top: 175px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1700px;
  width: 100vw;
  border-radius: 30px 30px 0 0;
  height: 405px;
  background-image: linear-gradient(to top, #fff, #f5f5f5);
  z-index: -1;
}
.ecs_1 .ecs_1_wrap .ecs_1_inner_3 .inner_item .img_box {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--bh_color_point);
  padding: 15px;
}
.ecs_1 .ecs_1_wrap .ecs_1_inner_3 .inner_item .img_box img {
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.1));
}
.ecs_1 .ecs_1_wrap .ecs_1_inner_3 .point_text_wrap {
  max-width: 1060px;
  padding: 0 15px;
  margin: 0 auto;
}
.ecs_1 .ecs_1_wrap .ecs_1_inner_3 .point_text_wrap > div {
  width: 100%;
  text-align: center;
  padding: 37px 15px;
  border-radius: 85px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(107deg, #1e4f8e, #122f55 101%);
}
@media (max-width: 992px) {
  .ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 {
    border-radius: 10px;
  }
  .ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 tr th {
    padding: 8px 5px;
    font-size: 1.8rem;
  }
  .ecs_1 .ecs_1_wrap .ecs_table_wrap .ecs_table_1 tr td {
    padding: 8px 5px;
    font-size: 1.6rem;
  }
  .ecs_1 .ecs_1_wrap .ecs_1_inner_3 .bh_row::after {
    top: 45%;
    border-radius: 0;
    height: 100%;
  }
  .ecs_1 .ecs_1_wrap .ecs_1_inner_3 .inner_item .img_box {
    padding: 5px;
  }
  .ecs_1 .ecs_1_wrap .ecs_1_inner_3 .dot {
    width: 5px;
    object-fit: contain;
  }
  .ecs_1 .ecs_1_wrap .ecs_1_inner_3 .point_text_wrap > div {
    padding: 15px 30px;
    border-radius: 45px;
  }
}
.ecs_2 .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.ecs_2 .middle_sub_menu {
  display: none;
}
.ecs_2 .ecs_2_wrap .ecs_2_list .list_title {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px;
  border-radius: 44px 44px 44px 0;
  background-image: linear-gradient(98deg, #1e4f8e, #122f55 98%);
}
.ecs_2 .ecs_2_wrap .ecs_2_list .list_title .icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--bh_color_white);
}
.ecs_2 .ecs_2_wrap .ecs_2_list .list_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.ecs_2 .ecs_2_wrap .ecs_2_list .list_wrap .item_top {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-bottom: 19px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table {
  min-width: 600px;
  border-collapse: collapse;
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table .col_1 {
  width: 224px;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table .col_2 {
  width: 305px;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table .col_3 {
  width: 277px;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table .col_4 {
  width: 364px;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr.bg td {
  background-color: var(--bh_color_gray_50);
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr th {
  font-size: 20px;
  font-weight: 800;
  color: var(--bh_color_main);
  padding: 15px 10px;
  background-color: var(--bh_color_main_50);
  border-right: 1px solid var(--bh_color_main_100);
  text-align: center;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr th:nth-last-of-type(1) {
  border-right: none;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td {
  text-align: center;
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid var(--bh_color_gray_300);
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td.left_title {
  font-size: 24px;
  font-weight: 800;
  color: var(--bh_color_main);
  text-align: center;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td.bd {
  border-right: none;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td ul li {
  position: relative;
  padding-left: 15px;
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--bh_color_point);
}
.ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td p {
  display: flex;
  gap: 3px;
  text-align: left;
}
.ecs_2 .ecs_2_wrap .pros_wrap .pros_inner {
  position: relative;
  padding: 200px 70px 120px 70px;
}
.ecs_2 .ecs_2_wrap .pros_wrap .pros_inner img {
  filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.07));
}
.ecs_2 .ecs_2_wrap .pros_wrap .pros_inner .pros_item_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ecs_2 .ecs_2_wrap .pros_wrap .pros_inner .pros_item_wrap .pros_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 391px;
  width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 4px 30px 0 rgba(30, 79, 142, 0.28);
  background-image: linear-gradient(146deg, #1e4f8e 3%, #122f55 103%);
}
.ecs_2 .ecs_2_wrap .pros_wrap .pros_inner .pros_item_wrap .pros_item.item_2 {
  top: 216px;
  left: unset;
  right: 0;
  background-image: unset;
  background-color: var(--bh_color_point);
}
.ecs_2 .ecs_2_wrap .pros_wrap .pros_inner .pros_item_wrap .pros_item.item_3 {
  top: unset;
  bottom: 0;
  left: unset;
  right: 289px;
}
.ecs_2 .ecs_2_wrap .pros_wrap .pros_inner .pros_item_wrap .pros_item.item_4 {
  top: 352px;
  left: 0;
  background-image: unset;
  background-color: var(--bh_color_point);
}
.ecs_2 .ecs_2_wrap .point_box {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 44px;
  padding-top: 26px;
  padding-bottom: 26px;
  background-image: linear-gradient(98deg, #1e4f8e, #122f55 98%);
  text-align: center;
}
.ecs_2 .ecs_2_wrap .point_box i {
  font-size: 30px;
  color: var(--bh_color_point);
  line-height: 1;
}
.ecs_2 .ecs_2_wrap .ecs_2_inner {
  position: relative;
}
.ecs_2 .ecs_2_wrap .ecs_2_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 176px;
  background-image: linear-gradient(to bottom, #fafafa -11%, #fff 89%);
  z-index: -1;
}
.ecs_2 .ecs_2_wrap .ecs_2_inner_2 {
  background-image: url(/assets/images/sub/ecs_bg.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ecs_2 .ecs_2_wrap .ecs_2_inner_3 {
  position: relative;
}
.ecs_2 .ecs_2_wrap .ecs_2_inner_3 .bh_row {
  position: relative;
}
.ecs_2 .ecs_2_wrap .ecs_2_inner_3 .bh_row::after {
  content: "";
  position: absolute;
  top: 175px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1700px;
  width: 100vw;
  border-radius: 30px 30px 0 0;
  height: 405px;
  background-image: linear-gradient(to top, #fff, #f5f5f5);
  z-index: -1;
}
.ecs_2 .ecs_2_wrap .ecs_2_inner_3 .img_box {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--bh_color_main_100);
  padding: 15px;
}
.ecs_2 .ecs_2_wrap .ecs_2_inner_3 .img_box img {
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.1));
}
.ecs_2 .ecs_2_wrap .ecs_2_inner_3 .point_text_wrap {
  max-width: 1060px;
  padding: 0 15px;
  margin: 0 auto;
}
.ecs_2 .ecs_2_wrap .ecs_2_inner_3 .point_text_wrap > div {
  width: 100%;
  text-align: center;
  padding: 37px 15px;
  border-radius: 85px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(107deg, #1e4f8e, #122f55 101%);
}
@media (max-width: 992px) {
  .ecs_2 .ecs_2_wrap .ecs_2_list .list_title {
    gap: 15px;
    border-radius: 25px 25px 25px 0;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_list .list_title .icon {
    width: 35px;
    height: 35px;
    padding: 5px;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_list .list_wrap {
    gap: 25px;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_list .list_wrap .item_top {
    gap: 10px;
    padding-bottom: 8px;
    margin-bottom: 6px;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner {
    overflow-x: scroll;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table {
    border-radius: 10px;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr th {
    font-size: 1.8rem;
    padding: 8px 5px;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td {
    padding: 8px 5px;
    font-size: 1.6rem;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td.left_title {
    font-size: 1.8rem;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td ul {
    gap: 6px;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td ul li {
    padding-left: 10px;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_table_wrap .table_inner .ecs_2_table tr td ul li::after {
    width: 3px;
    height: 3px;
    top: 6px;
  }
  .ecs_2 .ecs_2_wrap .pros_wrap .pros_inner {
    padding: 150px 50px 80px 50px;
  }
  .ecs_2 .ecs_2_wrap .pros_wrap .pros_inner .pros_item_wrap .pros_item {
    width: 190px;
  }
  .ecs_2 .ecs_2_wrap .pros_wrap .pros_inner .pros_item_wrap .pros_item.item_4 {
    top: 200px;
  }
  .ecs_2 .ecs_2_wrap .point_box {
    padding: 15px 20px;
    border-radius: 20px;
  }
  .ecs_2 .ecs_2_wrap .point_box i {
    font-size: 16px;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_inner::after {
    height: 100px;
    top: 0;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_inner_3 .bh_row::after {
    top: 45%;
    border-radius: 0;
    height: 100%;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_inner_3 .img_box {
    padding: 5px;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_inner_3 .dot {
    width: 5px;
    object-fit: contain;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_inner_3 .point_text_wrap > div {
    padding: 15px 30px;
    border-radius: 45px;
  }
}
@media (max-width: 768px) {
  .ecs_2 .ecs_2_wrap .pros_wrap .pros_inner {
    padding: 30px 0 0 0;
  }
  .ecs_2 .ecs_2_wrap .pros_wrap .pros_inner .pros_item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-top: 20px;
  }
  .ecs_2 .ecs_2_wrap .pros_wrap .pros_inner .pros_item_wrap .pros_item {
    position: relative;
    width: calc((100% - 10px) / 2);
    max-width: 220px;
    padding: 10px;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
  }
  .ecs_2 .ecs_2_wrap .pros_wrap .pros_inner .pros_item_wrap .pros_item img {
    width: 30px;
    object-fit: contain;
  }
  .ecs_2 .ecs_2_wrap .ecs_2_inner_3 .bh_row::after {
    top: 22%;
  }
}
.ecs_3 .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.ecs_3 .middle_sub_menu {
  display: none;
}
.ecs_3 .ecs_3_wrap .benefits_title {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px;
  border-radius: 44px 44px 44px 0;
  background-image: linear-gradient(98deg, #1e4f8e, #122f55 98%);
}
.ecs_3 .ecs_3_wrap .benefits_title .icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--bh_color_white);
}
.ecs_3 .ecs_3_wrap .check_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 1;
  border-radius: 50%;
  background-color: var(--bh_color_point);
  color: var(--bh_color_white);
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap {
  position: relative;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to top, #fff -10%, #f5f5f5 90%);
  border-radius: 30px 30px 0 0;
  max-width: 1700px;
  width: 100%;
  height: 424px;
  z-index: -1;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap {
  margin-left: calc((100% - 1200px - 6px) / 2 + 15px);
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner {
  display: flex;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -60px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-image: linear-gradient(146deg, #1e4f8e 3%, #122f55 103%);
  flex-shrink: 0;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item:nth-of-type(1) {
  margin-left: 0;
  z-index: 1;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item:nth-of-type(2) {
  z-index: 2;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item:nth-of-type(3) {
  z-index: 3;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item:nth-of-type(4) {
  z-index: 4;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item.bg {
  margin-top: 30px;
  background-image: unset;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap {
  position: relative;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .swiper-wrapper {
  align-items: stretch;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .swiper-wrapper .swiper-slide {
  height: unset;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .slide_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  background-color: var(--bh_color_white);
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .slide_item .item_top {
  display: flex;
  justify-content: space-between;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .slide_item .item_top .num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--bh_color_gray_100);
  color: var(--bh_color_main);
  font-size: 20px;
  font-weight: 800;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .slide_item .item_bottom div {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .slide_item .item_bottom p {
  font-size: 18px;
  font-weight: 500;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .poss-scrollbar {
  margin-top: 27px;
  width: 100%;
  height: 3px;
  background-color: var(--bh_color_gray_200);
  border-radius: 500px;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .poss-scrollbar .swiper-scrollbar-drag {
  background-color: var(--bh_color_point);
  border-radius: 500px;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_controls {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 100%;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_controls .control_inner {
  position: absolute;
  width: 100%;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_controls .control_inner .poss-button-prev, .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_controls .control_inner .poss-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--bh_color_white);
  color: var(--bh_color_gray_400);
  font-size: 24px;
  line-height: 1;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_controls .control_inner .poss-button-prev:hover, .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_controls .control_inner .poss-button-next:hover {
  color: var(--bh_color_main);
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_controls .control_inner .poss-button-prev {
  left: -90px;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_controls .control_inner .poss-button-next {
  right: -50px;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .point_text_wrap {
  max-width: 1060px;
  padding: 0 15px;
  margin: 0 auto;
}
.ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .point_text_wrap > div {
  width: 100%;
  text-align: center;
  padding: 24px 15px;
  border-radius: 85px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(107deg, #1e4f8e, #122f55 101%);
}
@media (max-width: 1400px) {
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner {
    align-items: center;
    width: calc(100% - 30px);
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item {
    margin-left: -30px;
    width: calc((100% / 4) + 30px);
    height: auto;
    aspect-ratio: 1;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item.bg {
    margin-top: 0;
    top: 30px;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item .icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_controls {
    display: none;
  }
}
@media (max-width: 992px) {
  .ecs_3 .ecs_3_wrap .benefits_title {
    gap: 15px;
    border-radius: 25px 25px 25px 0;
  }
  .ecs_3 .ecs_3_wrap .benefits_title .icon {
    width: 35px;
    height: 35px;
    padding: 5px;
  }
  .ecs_3 .ecs_3_wrap .check_icon {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .slide_item {
    padding: 20px;
    border-radius: 10px;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .slide_item .item_top .num {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .slide_item .item_bottom div {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_swiper_wrap .poss_swiper .slide_item .item_bottom p {
    font-size: 1.8rem;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .dot {
    width: 5px;
    object-fit: contain;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .point_text_wrap > div {
    padding: 15px 30px;
    border-radius: 45px;
  }
}
@media (max-width: 768px) {
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item {
    width: 100%;
    max-width: 220px;
    margin-top: -20px;
    margin-left: auto !important;
    margin-right: auto;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item:nth-of-type(1) {
    margin-top: 0;
  }
  .ecs_3 .ecs_3_wrap .ecs_3_inner .poss_wrap .poss_item_wrap .poss_item_inner .poss_item.bg {
    margin-top: -20px;
    top: 0;
  }
}
.km_marine .middle_sub_menu {
  display: none;
}
.km_marine .content_wrap::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url(/assets/images/sub/ecs_dot_bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 596px;
  z-index: -1;
}
@media (max-width: 992px) {
  .km_marine .content_wrap::after {
    height: 300px;
    background-size: contain;
  }
}
.km_marine .marine_wrap .marine_item_wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.km_marine .marine_wrap .marine_item_wrap::after {
  content: "";
  position: absolute;
  max-width: 1390px;
  width: 100vw;
  height: 773px;
  border-radius: 20px;
  background-color: var(--bh_color_gray_50);
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.km_marine .marine_wrap .marine_item_wrap::before {
  content: "";
  position: absolute;
  bottom: 215px;
  right: -110px;
  background-image: url(/assets/images/sub/marine_text_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 419px;
  height: 216px;
}
.km_marine .marine_wrap .marine_item_wrap .download_btn {
  margin: 50px auto 0;
  width: 268px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
  font-size: 18px;
  font-weight: 800;
  border-radius: 500px;
  transition: all 0.3s;
}
.km_marine .marine_wrap .marine_item_wrap .download_btn:hover {
  background-color: var(--bh_color_point);
  color: var(--bh_color_main);
}
@media (max-width: 1400px) {
  .km_marine .marine_wrap .marine_item_wrap::after {
    border-radius: 0;
  }
  .km_marine .marine_wrap .marine_item_wrap::before {
    right: 0;
    width: 250px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .km_marine .marine_wrap .marine_item_wrap::after {
    height: calc(100% - 90px);
  }
  .km_marine .marine_wrap .marine_item_wrap::before {
    bottom: 0;
    width: 120px;
    height: 70px;
  }
  .km_marine .marine_wrap .marine_item_wrap .download_btn {
    margin: 30px auto 0;
    width: 200px;
    height: 32px;
    font-size: 1.8rem;
  }
}
.km_dream .middle_sub_menu {
  display: none;
}
.km_dream .dream_wrap .dream_item_wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.km_dream .dream_wrap .dream_item_wrap::after {
  content: "";
  position: absolute;
  max-width: 1390px;
  width: 100vw;
  height: 340px;
  border-radius: 20px;
  background-color: var(--bh_color_gray_50);
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.km_dream .dream_wrap .dream_item_wrap::before {
  content: "";
  position: absolute;
  right: -75px;
  bottom: 0;
  background-image: url(/assets/images/sub/dream_text_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 525px;
  height: 105px;
}
.km_dream .dream_wrap .academy_item_wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.km_dream .dream_wrap .academy_item_wrap::after {
  content: "";
  position: absolute;
  max-width: 1390px;
  width: 100vw;
  height: 340px;
  border-radius: 20px;
  background-color: var(--bh_color_gray_50);
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.km_dream .dream_wrap .academy_item_wrap::before {
  content: "";
  position: absolute;
  right: -75px;
  bottom: 0;
  background-image: url(/assets/images/sub/academy_text_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 747px;
  height: 106px;
}
@media (max-width: 1400px) {
  .km_dream .dream_wrap .dream_item_wrap::after {
    border-radius: 0;
  }
  .km_dream .dream_wrap .dream_item_wrap::before {
    right: 0;
    width: 250px;
    height: 55px;
  }
  .km_dream .dream_wrap .academy_item_wrap::after {
    border-radius: 0;
  }
  .km_dream .dream_wrap .academy_item_wrap::before {
    right: 0;
    width: 400px;
    height: 57px;
  }
}
@media (max-width: 992px) {
  .km_dream .dream_wrap .dream_item_wrap {
    padding-bottom: 35px;
  }
  .km_dream .dream_wrap .dream_item_wrap::after {
    height: calc(100% - 90px);
  }
  .km_dream .dream_wrap .dream_item_wrap::before {
    width: 200px;
    height: 42px;
  }
  .km_dream .dream_wrap .academy_item_wrap {
    padding-bottom: 35px;
  }
  .km_dream .dream_wrap .academy_item_wrap::after {
    height: calc(100% - 90px);
  }
  .km_dream .dream_wrap .academy_item_wrap::before {
    width: 280px;
    height: 40px;
  }
}
.projects .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.projects .middle_sub_menu {
  display: none;
}
.projects .projects_wrap .project_main {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 15px;
}
.projects .projects_wrap .project_main .main_inner {
  width: 100%;
  padding: 110px 105px;
  background-image: url(/assets/images/sub/project_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.projects .projects_wrap .vision_wrap {
  position: relative;
  padding-bottom: 134px;
  align-items: stretch;
}
.projects .projects_wrap .vision_wrap::after {
  content: "";
  position: absolute;
  width: 100vw;
  max-width: 1380px;
  height: calc(100% - 106px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background-color: #fafafa;
  z-index: -1;
}
.projects .projects_wrap .vision_wrap .vision_item {
  position: relative;
  padding: 40px 0;
  background-color: var(--bh_color_white);
  border-radius: 0 0 20px 20px;
  border-top: 3px solid var(--bh_color_point);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
}
.projects .projects_wrap .vision_wrap .vision_item.top {
  top: 30px;
}
.projects .projects_wrap .vision_wrap .vision_item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: var(--bh_color_main);
  border-radius: 50%;
  margin: 0 auto;
}
.projects .projects_wrap .vision_wrap .vision_item .vision_line {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #fff, #bdbdbd 50%, #fff);
}
.projects .projects_wrap .vision_wrap .vision_item .desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 30px 40px;
}
.projects .projects_wrap .vision_wrap .vision_item .desc p {
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
}
.projects .projects_wrap .vision_wrap .vision_item .desc p i {
  position: relative;
  font-weight: normal;
  line-height: 1;
  color: var(--bh_color_point);
  font-size: 20px;
}
.projects .projects_wrap .env_wrap {
  align-items: stretch;
}
.projects .projects_wrap .env_wrap .env_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 42px;
  padding: 30px;
  border-radius: 20px;
  background-color: var(--bh_color_white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.projects .projects_wrap .env_wrap .env_item.item_2 {
  gap: 20px;
}
.projects .projects_wrap .env_wrap .env_item.item_2 .item_bottom .desc {
  border-radius: 20px;
  padding: 20px;
}
.projects .projects_wrap .env_wrap .env_item:hover {
  background-color: var(--bh_color_main);
}
.projects .projects_wrap .env_wrap .env_item:hover .item_top {
  color: var(--bh_color_white);
}
.projects .projects_wrap .env_wrap .env_item:hover .item_bottom .desc_ttl {
  background-color: var(--bh_color_white);
  color: var(--bh_color_main);
}
.projects .projects_wrap .env_wrap .env_item:hover .item_bottom .desc {
  color: var(--bh_color_white);
  background-color: rgba(255, 255, 255, 0.2);
}
.projects .projects_wrap .env_wrap .env_item .item_top {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s;
}
.projects .projects_wrap .env_wrap .env_item .item_top .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--bh_color_main_50);
}
.projects .projects_wrap .env_wrap .env_item .item_bottom {
  position: relative;
  flex-grow: 1;
}
.projects .projects_wrap .env_wrap .env_item .item_bottom .desc_ttl {
  position: absolute;
  top: -22px;
  left: 0;
  display: inline-flex;
  padding: 8px 20px;
  border-radius: 10px;
  background-color: var(--bh_color_main);
  font-size: 18px;
  font-weight: 500;
  color: var(--bh_color_white);
}
.projects .projects_wrap .env_wrap .env_item .item_bottom .desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--bh_color_gray_50);
  border-radius: 0 20px 20px 20px;
  padding: 36px 20px 20px 20px;
  transition: all 0.3s;
  height: 100%;
}
.projects .projects_wrap .env_wrap .env_item .item_bottom .desc p {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
}
.projects .projects_wrap .env_wrap .env_item .item_bottom .desc p::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--bh_color_point);
  border-radius: 50%;
}
.projects .projects_wrap .projects_inner {
  position: relative;
}
.projects .projects_wrap .projects_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 405px;
  width: 100%;
  background-image: linear-gradient(to bottom, #fafafa, #fff 113%);
  z-index: -1;
}
.projects .projects_wrap .projects_inner .projects_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.projects .projects_wrap .projects_inner .projects_ttl .news_control {
  display: flex;
  gap: 20px;
  align-items: center;
}
.projects .projects_wrap .projects_inner .projects_ttl .news_control div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bh_color_white);
  font-size: 24px;
  line-height: 1;
  color: var(--bh_color_gray_400);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  cursor: pointer;
}
.projects .projects_wrap .projects_inner .projects_ttl .news_control div:hover {
  color: var(--bh_color_main);
}
.projects .projects_wrap .projects_inner .news_wrap {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.projects .projects_wrap .projects_inner .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  width: 134px;
  height: 43px;
  border-radius: 500px;
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
  font-size: 18px;
  font-weight: 800;
  transition: all 0.3s;
}
.projects .projects_wrap .projects_inner .more_btn:hover {
  background-color: var(--bh_color_point);
  color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .projects .projects_wrap .project_main .main_inner {
    padding: 50px 15px;
  }
  .projects .projects_wrap .vision_wrap {
    padding-bottom: 60px;
  }
  .projects .projects_wrap .vision_wrap::after {
    border-radius: 10px;
  }
  .projects .projects_wrap .vision_wrap .vision_item {
    padding: 20px 10px;
    border-radius: 0 0 10px 10px;
  }
  .projects .projects_wrap .vision_wrap .vision_item.top {
    top: 0;
  }
  .projects .projects_wrap .vision_wrap .vision_item .icon {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
  .projects .projects_wrap .vision_wrap .vision_item .vision_line {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .projects .projects_wrap .vision_wrap .vision_item .desc {
    gap: 10px;
    padding: 0 15px 0px;
  }
  .projects .projects_wrap .vision_wrap .vision_item .desc p {
    font-size: 1.8rem;
  }
  .projects .projects_wrap .vision_wrap .vision_item .desc p i {
    position: relative;
    top: 3px;
    font-size: 14px;
  }
  .projects .projects_wrap .env_wrap .env_item {
    padding: 20px 15px;
    gap: 30px;
    border-radius: 10px;
  }
  .projects .projects_wrap .env_wrap .env_item.item_2 {
    gap: 15px;
  }
  .projects .projects_wrap .env_wrap .env_item.item_2 .item_bottom .desc {
    border-radius: 10px;
    padding: 15px 10px;
  }
  .projects .projects_wrap .env_wrap .env_item .item_top {
    gap: 10px;
  }
  .projects .projects_wrap .env_wrap .env_item .item_top .icon {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .projects .projects_wrap .env_wrap .env_item .item_bottom .desc_ttl {
    font-size: 1.6rem;
    padding: 6px 10px;
    white-space: nowrap;
    border-radius: 5px;
    top: -15px;
  }
  .projects .projects_wrap .env_wrap .env_item .item_bottom .desc {
    gap: 5px;
    padding: 25px 10px 15px 10px;
    border-radius: 0 10px 10px 10px;
  }
  .projects .projects_wrap .env_wrap .env_item .item_bottom .desc p {
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .projects .projects_wrap .env_wrap .env_item .item_bottom .desc p::after {
    top: 7px;
    width: 3px;
    height: 3px;
  }
  .projects .projects_wrap .projects_inner .more_btn {
    margin: 30px auto 0;
    width: 110px;
    height: 34px;
    font-size: 1.8rem;
  }
  .projects .projects_wrap .projects_inner .projects_ttl {
    gap: 10px;
  }
  .projects .projects_wrap .projects_inner .projects_ttl .news_control {
    gap: 10px;
  }
  .projects .projects_wrap .projects_inner .projects_ttl .news_control div {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.inquiry .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.inquiry .middle_sub_menu {
  display: none;
}
/* footer */
.bh .footer {
  border: none;
}
.bh .footer .footer_custom .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bh .footer .footer_custom .footer_top .footer_logo {
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 14px;
}
.bh .footer .footer_custom .footer_top .footer_logo img {
  object-fit: contain;
  height: 26.2px;
}
.bh .footer .footer_custom .footer_top .sns_box {
  display: flex;
  gap: 5px;
}
.bh .footer .footer_custom .footer_top .sns_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.bh .footer .copyright {
  margin-top: 50px;
  padding: 0;
}
.bh .footer .copyright p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.bh .footer .copyright p > span {
  color: var(--bh_color_gray_600);
}
.bh .footer .copyright .copy_box strong {
  display: inline-block;
  font-weight: 800;
  color: var(--bh_color_gray_600);
}
.bh .footer .copyright .copy_box b {
  display: inline-block;
  font-weight: 800;
  color: var(--bh_color_gray_600);
  margin-right: 10px;
}
.bh .footer .copyright .copy_box .bar {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 14.5px;
  background-color: var(--bh_color_gray_300);
}
.bh .footer .footer_bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bh .footer .footer_bottom .copy {
  font-size: 1.6rem;
  color: var(--bh_color_gray_400);
}
.bh .footer .footer_bottom .footer_menu > ul {
  border: none;
  margin: unset;
  padding: 0;
}
.bh .footer .footer_bottom .footer_menu > ul > li > a {
  font-size: 1.6rem;
  font-weight: 800 !important;
}
.bh .footer .footer_bottom .footer_menu > ul > li > a::after {
  display: none;
  padding: unset;
}
@media (max-width: 992px) {
  .bh .footer .footer_custom {
    align-items: unset;
    justify-content: unset;
  }
  .bh .footer .footer_custom .footer_logo {
    margin-top: 0;
  }
  .bh .footer .copyright {
    margin-top: 20px;
  }
  .bh .footer .copyright p {
    margin-bottom: 0;
  }
  .bh .footer .copyright p > span {
    display: block;
    margin-bottom: 5px;
  }
  .bh .footer .copyright .copy_box .bar {
    display: none;
  }
  .bh .footer .copyright .copy_box strong {
    display: block;
    margin-bottom: 5px;
  }
  .bh .footer .footer_bottom {
    flex-direction: column-reverse;
    gap: 5px;
    margin-top: 20px;
    justify-content: unset;
    align-items: unset;
  }
}
/* slider */
.bh .slider_wrap {
  overflow: visible;
}
.bh .slider_wrap .swiper-main {
  width: calc(100% - 200px);
  margin: 0 auto;
}
.bh .slider_wrap .swiper-main .item {
  border-radius: 50px;
  overflow: hidden;
}
.bh .slider_wrap .swiper-main .item .slider_content_wrap {
  background-color: transparent;
}
.bh .slider_wrap .swiper-main .item .slider_content_wrap .bh_row .col-12 {
  height: 100%;
}
.bh .slider_wrap .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  margin-top: 477px;
  letter-spacing: normal;
  line-height: 1.4;
  font-weight: 800;
  font-size: 64px;
  text-transform: unset;
  font-family: "Pretendard", sans-serif !important;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.bh .slider_wrap .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
  letter-spacing: normal;
  line-height: 1.5;
  font-weight: 500;
  font-size: 48px;
  text-transform: unset;
  font-family: "Pretendard", sans-serif !important;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.bh .slider_wrap .main_control_box {
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 100%;
  z-index: 2;
}
.bh .slider_wrap .main_control_box .control_inner {
  display: inline-flex;
  align-items: center;
  gap: 21px;
}
.bh .slider_wrap .main_control_box .control_inner .pagination_box {
  display: flex;
  gap: 21px;
}
.bh .slider_wrap .main_control_box .control_inner .pagination_box .main-pagination {
  display: flex;
  gap: 21px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.bh .slider_wrap .main_control_box .control_inner .pagination_box .main-pagination .dot_custom {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.bh .slider_wrap .main_control_box .control_inner .pagination_box .main-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.5);
}
.bh .slider_wrap .main_control_box .control_inner .pagination_box .main-button-pause {
  font-size: 24px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  line-height: 1;
}
.bh .slider_wrap .main_control_box .control_inner .main-button-prev, .bh .slider_wrap .main_control_box .control_inner .main-button-next {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s;
  line-height: 1;
}
.bh .slider_wrap .main_control_box .control_inner .main-button-prev:hover, .bh .slider_wrap .main_control_box .control_inner .main-button-next:hover {
  color: #fff;
}
@media (max-width: 1600px) {
  .bh .slider_wrap {
    overflow: hidden;
  }
  .bh .slider_wrap .swiper-main {
    width: calc(100% - 30px);
  }
}
@media (max-width: 992px) {
  .bh .slider_wrap .swiper-main .item {
    border-radius: 20px;
  }
  .bh .slider_wrap .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    margin-top: 160px;
    text-align: left !important;
    font-size: 22px;
  }
  .bh .slider_wrap .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    text-align: left !important;
    font-size: 16px;
  }
  .bh .slider_wrap .main_control_box {
    left: 15px;
    bottom: 30px;
  }
  .bh .slider_wrap .main_control_box .control_inner {
    text-align: center;
    width: auto;
    gap: 10px;
  }
  .bh .slider_wrap .main_control_box .control_inner .pagination_box {
    display: flex;
    gap: 10px;
  }
  .bh .slider_wrap .main_control_box .control_inner .pagination_box .main-pagination {
    gap: 10px;
    font-size: 1.4rem;
  }
  .bh .slider_wrap .main_control_box .control_inner .pagination_box .main-pagination .dot_custom {
    width: 4px;
    height: 4px;
  }
  .bh .slider_wrap .main_control_box .control_inner .pagination_box .main-button-pause {
    font-size: 16px;
  }
  .bh .slider_wrap .main_control_box .control_inner .main-button-prev, .bh .slider_wrap .main_control_box .control_inner .main-button-next {
    font-size: 16px;
  }
}
/*# sourceMappingURL=8d275cf5f3ce8e913c48e979ba41088f89850d12.page.scss.map */
