@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@media (max-width: 991.98px) {
  html {
    /*font-size: 6px;*/
    /*font-size: 37.5%;*/
    font-size: 8px;
    font-size: 50%;
  }
  input, select, textarea {
    font-size: 16px;
  }
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.5 !important;*/
  font-family: inherit !important;
}
:root {
  --notosanskr: "Noto Sans KR", sans-serif !important;
}
/* common */
.bh .body {
  margin-top: -112px;
}
@keyframes focusIn {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  60% {
    filter: blur(3px);
    opacity: 0.85;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
/* header */
.bh .header_wrap {
  background-color: transparent;
  border-bottom: none;
  box-shadow: none;
}
.bh .header_wrap .logo {
  min-height: unset;
  margin: 44px 0 28px 0;
  margin-left: 15px;
  margin-right: 40px;
  line-height: 1;
}
.bh .header_wrap .logo a {
  height: 40px;
}
.bh .header_wrap .logo a img {
  height: 40px;
  object-fit: contain;
}
.bh .header_wrap .header_overlay {
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: #1f3830;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: -2;
}
.bh .header_wrap .main_menu > ul > li {
  position: relative;
}
.bh .header_wrap .main_menu > ul {
  display: flex;
  justify-content: space-between;
}
.bh .header_wrap .main_menu > ul > li:not(.fr-r):last-child > a {
  padding-right: 30px;
}
.bh .header_wrap .main_menu > ul > li > a {
  width: 171px;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.44px;
  color: #fff;
  padding: 56px 15px 35px 15px;
}
.bh .header_wrap .main_menu > ul > li > a::after {
  margin-bottom: 0;
  display: none;
}
.bh .header_wrap .main_menu > ul > li > a:hover {
  color: #fff !important;
}
.bh .header_wrap .main_menu.active > ul > li:hover a span::after {
  opacity: 1;
}
.bh .header_wrap .main_menu.active > ul > li.active > a {
  border-bottom: 5px solid #539b83;
}
.bh .header_wrap.active .header_overlay {
  top: 112px;
  height: 165px;
  opacity: 1;
}
.bh .header_wrap.active .main_menu > ul > li > a {
  color: #fff !important;
}
.bh .header_wrap.active .main_menu .menu_dropdown-content {
  display: block !important;
  opacity: 1;
  box-shadow: none;
  top: 105px;
  border-radius: 0;
  padding: 0;
  max-width: 200px;
  width: 100%;
  left: 0;
  border-top: 5px solid transparent !important;
}
.bh .header_wrap.active .main_menu .menu_dropdown-content:hover {
  border-top: 5px solid #539b83 !important;
}
.bh .header_wrap.active .main_menu .menu_dropdown-content > li {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
}
.bh .header_wrap.active .main_menu .menu_dropdown-content > li:nth-of-type(1) {
  padding-top: 10px;
}
.bh .header_wrap.active .main_menu .menu_dropdown-content > li > a {
  display: inline-block;
  padding: 0;
  line-height: 2.75;
  letter-spacing: -0.4px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.bh .header_wrap .main_menu .menu_dropdown-content {
  background-color: transparent !important;
  box-shadow: none !important;
  opacity: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none !important;
}
.bh .header_wrap .main_menu .menu_dropdown-content > li:hover a {
  text-decoration: none;
}
.bh .header_wrap .main_menu .menu_dropdown-content > li > a {
  background: none !important;
}
/* section1 */
.section1 {
  padding: 0 !important;
}
.section1 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section1 .sec01_wrap {
  padding-top: 133px;
  padding-bottom: 164px;
}
.section1 .sec01_wrap::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: calc((100VW - 1260px) / 2 + 124px);
  height: 100%;
  opacity: 0.72;
  background-image: linear-gradient(to top, #f8f8f8, #d2d2d2);
  z-index: -1;
}
.section1 .sec01_wrap .sec01_inner {
  position: relative;
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: space-between;
}
.section1 .sec01_wrap .solution_btn_wrap .solution_btns {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 103px;
  padding-top: 141px;
}
.section1 .sec01_wrap .solution_btn_wrap .solution_btns::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 2px;
  height: 596px;
  background-color: #2d2d2d;
  z-index: -1;
}
.section1 .sec01_wrap .solution_btn_wrap .solution_btns .solution_btn {
  display: flex;
  align-items: center;
  gap: 25px;
  cursor: pointer;
}
.section1 .sec01_wrap .solution_btn_wrap .solution_btns .solution_btn .dot {
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #1d7356;
  flex-shrink: 0;
}
.section1 .sec01_wrap .solution_btn_wrap .solution_btns .solution_btn .dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  background-color: rgba(29, 115, 86, 0.18);
  border-radius: 50%;
  opacity: 0;
}
.section1 .sec01_wrap .solution_btn_wrap .solution_btns .solution_btn .text {
  font-size: 23px;
  font-weight: 600;
  color: #2d2d2d;
}
.section1 .sec01_wrap .solution_btn_wrap .solution_btns .solution_btn.is-active .dot::after {
  opacity: 1;
}
.section1 .sec01_wrap .solution_mobile_btn_wrap {
  display: none;
}
.section1 .sec01_wrap .solution_swiper_wrap {
  max-width: 1100px;
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
}
.section1 .sec01_wrap .solution_swiper_wrap .solution_item {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_txt_box .solution_ttl {
  margin-bottom: 17px;
  font-weight: 800;
  font-size: 47.5px;
  color: #2d2d2d;
  letter-spacing: -2.85px;
  line-height: 1;
}
.section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_txt_box .solution_desc {
  font-size: 27px;
  font-weight: normal;
  letter-spacing: -1.62px;
  color: #2d2d2d;
  font-weight: 500;
}
.section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_txt_box .solution_desc span {
  font-weight: bold;
}
.section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step {
  display: flex;
  flex-direction: column;
  gap: 62px;
}
.section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step .step {
  display: flex;
  gap: 30px;
  align-items: center;
}
.section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step .step .step_ttl {
  font-family: var(--notosanskr);
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -1.62px;
  color: #2d2d2d;
}
.section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step .step .step_desc {
  font-size: 14.5px;
  line-height: 2;
  letter-spacing: -0.36px;
  color: #2d2d2d;
}
.section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step .step_icon_box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 160px;
  height: 104px;
  border-radius: 51.4px;
  background-color: #2d2d2d;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding: 28px 20px 25px 20px;
}
@media (max-width: 1400px) {
  .section1 .sec01_wrap::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 160px;
  }
  .section1 .sec01_wrap .solution_btn_wrap .solution_btns {
    min-width: 150px;
    margin-left: 30px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content {
    flex-direction: column-reverse;
    align-items: unset;
    gap: 55px;
  }
}
@media (max-width: 700px) {
  .section1 .sec01_wrap {
    padding-top: 0;
    padding-bottom: 91px;
  }
  .section1 .sec01_wrap::after {
    display: none;
  }
  .section1 .sec01_wrap .sec01_inner {
    flex-direction: column;
  }
  .section1 .sec01_wrap .solution_btn_wrap {
    display: none;
  }
  .section1 .sec01_wrap .solution_mobile_btn_wrap {
    position: relative;
    display: block;
    padding-top: 38px;
    padding-bottom: 33px;
    margin-bottom: 62px;
  }
  .section1 .sec01_wrap .solution_mobile_btn_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 200vw;
    left: 50%;
    transform: translateX(-50%);
    height: 0.4px;
    background-color: #ababab;
  }
  .section1 .sec01_wrap .solution_mobile_btn_wrap .solution_btns {
    display: flex;
  }
  .section1 .sec01_wrap .solution_mobile_btn_wrap .solution_btns .solution_btn {
    width: calc((100% / 3));
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.75px;
    color: #2d2d2d;
    text-align: center;
    cursor: pointer;
  }
  .section1 .sec01_wrap .solution_mobile_btn_wrap .solution_btns .solution_btn.is-active {
    color: #0b6031;
    font-weight: 800;
  }
  .section1 .sec01_wrap .solution_swiper_wrap {
    max-width: 1100px;
    width: 100%;
    padding: 0 44px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item {
    gap: 79px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_txt_box .solution_ttl {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: normal;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_txt_box .solution_desc {
    font-size: 24.5px;
    font-weight: normal;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step {
    width: 100%;
    padding-left: 27px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step .step_icon_box {
    font-size: 24px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_img {
    width: 100%;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_img img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .section1 .sec01_wrap {
    padding-bottom: 50px;
  }
  .section1 .sec01_wrap .solution_mobile_btn_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .section1 .sec01_wrap .solution_mobile_btn_wrap .solution_btns .solution_btn {
    font-size: 18px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap {
    padding: 0 15px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item {
    gap: 30px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_txt_box .solution_ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_txt_box .solution_desc {
    font-size: 16px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content {
    gap: 20px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step {
    padding-left: 10px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step .step {
    gap: 15px;
    align-items: flex-start;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step .step .step_txt .step_ttl {
    font-size: 20px;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step .step .step_txt .step_desc {
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step .step_icon_box {
    margin-top: 5px;
    gap: 10px;
    width: 80px;
    height: 40px;
    font-size: 14px;
    padding: 10px 12px;
    flex-shrink: 0;
  }
  .section1 .sec01_wrap .solution_swiper_wrap .solution_item .solution_content .solution_step .step_icon_box .step_icon img {
    width: 25px;
    object-fit: contain;
  }
}
/* section2 */
.section2 {
  padding: 0 !important;
}
.section2 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section2 .sec02_wrap .sec02_common_inner {
  max-width: 815px;
  padding: 0 15px;
  margin: 0 auto;
}
.section2 .sec02_wrap .sec02_inner_1 {
  background-image: url(/assets/images/main/sec02_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 22px;
  height: 431px;
  overflow: hidden;
}
.section2 .sec02_wrap .sec02_inner_1 .inner_1_box {
  display: flex;
  gap: 72px;
  align-items: flex-end;
  justify-content: center;
}
.section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_img {
  height: 410px;
  overflow: hidden;
}
.section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding-bottom: 53px;
}
.section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text .inner_1_ttl {
  font-size: 24.5px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.61px;
  line-height: 2.44;
}
.section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text .inner_1_desc {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.45px;
  color: #fff;
  white-space: nowrap;
}
.section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  align-items: flex-end;
}
.section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name .text {
  font-size: 12px;
  line-height: 1.79;
  letter-spacing: -0.3px;
  color: #fff;
}
.section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name .text span {
  font-size: 15.5px;
  letter-spacing: -0.39px;
}
.section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text_mobile {
  display: none;
}
.section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name_mobile {
  display: none;
}
.section2 .sec02_wrap .sec02_inner_2 {
  background-color: #1c4336;
  padding-top: 37px;
  padding-bottom: 39px;
}
.section2 .sec02_wrap .sec02_inner_2 .history_wrap {
  display: flex;
  gap: 40px;
  position: relative;
}
.section2 .sec02_wrap .sec02_inner_2 .history_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 380px;
  width: 1px;
  height: 100%;
  background-color: rgba(254, 249, 241, 0.15);
}
.section2 .sec02_wrap .sec02_inner_2 .history_wrap .history {
  padding-left: 28px;
}
.section2 .sec02_wrap .sec02_inner_2 .history_wrap .history .history_ttl {
  display: inline-block;
  margin-left: 6px;
  padding: 7px 16px 1px 13px;
  background-image: url(/assets/images/main/sec02_4.png);
  background-size: contain;
  background-position: 20%;
  background-repeat: no-repeat;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: -0.43px;
  color: #fff;
}
.section2 .sec02_wrap .sec02_inner_2 .history_wrap .history .history_desc {
  margin-top: 17px;
}
.section2 .sec02_wrap .sec02_inner_2 .history_wrap .history .history_desc p {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.96;
  letter-spacing: -0.35px;
  color: #fff;
  white-space: nowrap;
}
.section2 .sec02_wrap .sec02_inner_2 .history_wrap .history .history_desc p::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #598e7c;
}
@media (max-width: 992px) {
  .section2 .sec02_wrap .sec02_inner_1 {
    height: 695px;
    padding-top: 57px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box {
    position: relative;
    justify-content: unset;
    padding-left: 15px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_img {
    width: 411px;
    height: 647px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_img img {
    width: 100%;
    object-fit: contain;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text .inner_1_ttl {
    display: none;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text .inner_1_desc {
    display: none;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text .inner_1_name {
    display: none;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text_mobile {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 80px;
    padding-left: 38px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text_mobile .inner_1_ttl_m {
    font-size: 36.5px;
    line-height: 2.45;
    color: #fff;
    letter-spacing: -0.91px;
    font-weight: 600;
    text-shadow: -6.1px 3.5px 5.8px rgba(0, 0, 0, 0.26);
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text_mobile .inner_1_desc_m {
    font-size: 24.5px;
    font-weight: 500;
    letter-spacing: -0.61px;
    line-height: 1.75;
    color: #fff;
    text-shadow: -6.1px 3.5px 5.8px rgba(0, 0, 0, 0.26);
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name_mobile {
    display: block;
    position: absolute;
    top: 57px;
    right: 85px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name_mobile .text {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 1.76;
    letter-spacing: -0.48px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name_mobile .text span {
    font-size: 24.5px;
    letter-spacing: -0.61px;
  }
  .section2 .sec02_wrap .sec02_inner_2 {
    padding-top: 44px;
    padding-bottom: 50px;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap {
    gap: 25px;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap::after {
    display: none;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap .history {
    padding-left: 0;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap .history .history_ttl {
    padding: 8px 20px 2px 17px;
    font-size: 22px;
    letter-spacing: -0.55px;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap .history:nth-of-type(1) {
    width: 312px;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap .history:nth-last-of-type(1) {
    flex-grow: 1;
  }
}
@media (max-width: 650px) {
  .section2 .sec02_wrap .sec02_inner_1 {
    padding-top: 0px;
    height: 455px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box {
    padding-left: 0;
    height: 400px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_img {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 250px;
    height: 450px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text_mobile {
    bottom: -20px;
    padding-left: 0px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text_mobile .inner_1_ttl_m {
    font-size: 18px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_text_mobile .inner_1_desc_m {
    font-size: 1.8rem;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name_mobile {
    top: 40px;
    right: 20px;
    gap: 10px;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name_mobile .name_img {
    width: 100px;
    object-fit: contain;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name_mobile .text {
    font-size: 1.6rem;
  }
  .section2 .sec02_wrap .sec02_inner_1 .inner_1_box .inner_1_name_mobile .text span {
    font-size: 1.8rem;
  }
  .section2 .sec02_wrap .sec02_inner_2 {
    padding-top: 30px;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap {
    gap: 10px;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap .history {
    width: calc((100% - 10px) / 2) !important;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap .history .history_ttl {
    padding: 7px 16px 1px 13px;
    font-size: 1.8rem;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap .history .history_desc {
    margin-top: 15px;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap .history .history_desc p {
    white-space: wrap;
    padding-left: 10px;
    font-size: 1.4rem;
  }
  .section2 .sec02_wrap .sec02_inner_2 .history_wrap .history .history_desc p::after {
    top: 8px;
    width: 3px;
    height: 3px;
  }
}
/* section3 */
.section3 {
  padding: 0 !important;
}
.section3 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section3 .sec03_wrap {
  padding-top: 120px;
  padding-bottom: 107px;
}
.section3 .sec03_wrap .sec03_inner {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}
.section3 .sec03_wrap .sec03_ttl_box {
  text-align: center;
  margin-bottom: 70px;
}
.section3 .sec03_wrap .sec03_ttl_box .ttl_top {
  font-size: 17px;
  font-weight: 500;
  line-height: 3.15;
  letter-spacing: 14.28px;
  color: #262626;
  text-transform: uppercase;
}
.section3 .sec03_wrap .sec03_ttl_box .ttl_bottom {
  font-size: 42.5px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -2.13px;
  color: #262626;
}
.section3 .sec03_wrap .sec03_ttl_box .ttl_bottom span {
  font-weight: bold;
  color: #0d4c30;
}
/* section4 */
/* section5 */
/* section7 */
/* section8 */
/* section9 */
/* section10 */
/* sub */
/* footer */
/* slider */
@keyframes scrollMove {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 26px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.bh .slider_wrap .scroll_item_box {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 126px;
  z-index: 1;
}
.bh .slider_wrap .scroll_item_box .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 0.6;
  letter-spacing: -0.35px;
  color: #fff;
  margin-bottom: 5px;
}
.bh .slider_wrap .scroll_item_box .scroll_img_box {
  position: relative;
}
.bh .slider_wrap .scroll_item_box .scroll_img_box .scroll_line img {
  object-fit: contain;
}
.bh .slider_wrap .scroll_item_box .scroll_img_box .scroll_dot {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  animation: scrollMove 2s linear infinite;
}
.bh .slider_wrap .swiper-main .item .slider_content_wrap .slider_content > .bh_row > .col-12 {
  height: 100%;
}
.bh .slider_wrap .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  margin-top: 312px;
  font-family: "Pretendard", sans-serif;
  font-size: 53px;
  font-weight: 600;
  letter-spacing: 1.33px;
  line-height: 1.6;
  color: #fff;
  text-shadow: none;
  animation: focusIn 2s linear both;
}
.bh .slider_wrap .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
  margin-top: 45px;
  font-family: "Pretendard", sans-serif;
  line-height: 1.6;
  letter-spacing: -1.5px;
  color: #fff;
  text-shadow: none;
  font-size: 30px;
  font-weight: normal;
  animation: focusIn 2s linear both;
}
@media (max-width: 991.98px) {
  @keyframes scrollMove {
    0% {
      transform: translate(-50%, 0);
    }
    50% {
      transform: translate(-50%, 26px);
    }
    100% {
      transform: translate(-50%, 0);
    }
  }
  .bh .slider_wrap .scroll_item_box {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 126px;
    z-index: 1;
  }
  .bh .slider_wrap .scroll_item_box .text {
    font-size: 14px;
    font-weight: 600;
    line-height: 0.6;
    letter-spacing: -0.35px;
    color: #fff;
    margin-bottom: 5px;
  }
  .bh .slider_wrap .scroll_item_box .scroll_img_box {
    position: relative;
  }
  .bh .slider_wrap .scroll_item_box .scroll_img_box .scroll_line img {
    object-fit: contain;
  }
  .bh .slider_wrap .scroll_item_box .scroll_img_box .scroll_dot {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    animation: scrollMove 2s linear infinite;
  }
  .bh .slider_wrap .swiper-main .item .slider_content_wrap .slider_content > .bh_row > .col-12 {
    height: 100%;
  }
  .bh .slider_wrap .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    margin-top: 312px;
    font-family: "Pretendard", sans-serif;
    font-size: 53px;
    font-weight: 600;
    letter-spacing: 1.33px;
    line-height: 1.6;
    color: #fff;
    text-shadow: none;
    animation: focusIn 2s linear both;
  }
  .bh .slider_wrap .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    margin-top: 45px;
    font-family: "Pretendard", sans-serif;
    line-height: 1.6;
    letter-spacing: -1.5px;
    color: #fff;
    text-shadow: none;
    font-size: 30px;
    font-weight: normal;
    animation: focusIn 2s linear both;
  }
}
/*# sourceMappingURL=8b6bf9d14fbdd47a108da9854c29d97b2a43a11c.page.scss.map */
