#hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}

.hd_wrapper {
  padding: 0 120px;

  background: #fff;
  min-width: 1450px;
}

#logo {
  position: absolute;
  top: 25px;
}

.gnb ul li {
  padding: 0 18px;
  line-height: 90px;
  font-size: 17px;
  font-family: GmarketSansMedium;
  font-weight: normal;
}

.gnb ul li a:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #ffd0ae 50%);
}

.new_main_wrap {
  height: 100%;
  overflow-y: hidden;
}

.main_con_box.slider_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 13% 13% 7%;
  overflow: hidden;
}

.main_con_box.slider_wrap .bg_img_wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.main_con_box.slider_wrap .bg_img_wrap {
  background-color: #fff;
}
.main_con_box.slider_wrap .bg_img_wrap .bg_img_box {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.new_main_wrap .main_con_box.slider_wrap .bg_img_wrap .bg_img_box.type01 {
  background: url(/assets/hongbo/default/img/main_bg_1.png) 75% no-repeat;
}

.new_main_wrap .main_con_box.slider_wrap .bg_img_wrap .bg_img_box.type02 {
  background: url(/assets/hongbo/default/img/main_bg_2.png) center no-repeat;
  background-size: cover;
}
.new_main_wrap .main_con_box.slider_wrap .bg_img_wrap .bg_img_box.show {
  display: block;
}

.new_main_wrap .main_con_box.slider_wrap .slider_box {
  position: relative;
  overflow: hidden;
  z-index: 2;
  top: 53%;
  transform: translateY(-50%);
  display: none;
}

.new_main_wrap .main_con_box.slider_wrap .slider_box.show {
  width: auto;
  height: auto;
  padding-bottom: 9%;
  opacity: 1;
  display: block;
}

.new_main_wrap .main_con_box.slider_wrap .slider_box .text_box .main_txt {
  padding-bottom: 2.8%;
  line-height: 90px;
  font-weight: 600;
  font-size: 80px;
  color: #000;
  letter-spacing: -1px;
}

.new_main_wrap .main_con_box.slider_wrap .slider_box .text_box .sub_txt {
  font-size: 26px;
  line-height: 36px;
  color: #000;
}

.new_main_wrap .main_con_box.slider_wrap .slider_box .text_box {
  padding-bottom: 5%;
  max-width: 1350px;
  margin: 0 auto;
}

.new_main_wrap .main_con_box.slider_wrap .slider_box .cover_btn_wrap button {
  width: 240px;
  height: 70px;
  padding-left: 70px;
  line-height: 68px;
  text-align: left;
  color: #000;
  font-size: 22px;
  border: 1px solid #000;
  border-radius: 35px;
  background: url(/assets/hongbo/default/img/ico_google_btn.png) no-repeat 30px
    50%/26px auto;
}

.new_main_wrap .slieder_btn_box {
  display: inline-block;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.new_main_wrap .slieder_btn_box ul:after {
  content: "";
  display: block;
  clear: both;
}

.new_main_wrap .slieder_btn_box ul li {
  float: left;
}

.new_main_wrap .slieder_btn_box ul li + li {
  margin-left: 10px;
}

.new_main_wrap .slieder_btn_box ul li.active button {
  width: 100px;
  display: inline-block;
}

.new_main_wrap .slieder_btn_box ul li.active button:before {
  content: "";
  display: block;
  width: 100px;
  height: 7px;
  background: #dbdbdb;
  transition: 0.8s background;
  animation-name: big;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 4;
  animation-direction: alternate;
}
.new_main_wrap .slieder_btn_box ul li button:before {
  content: "";
  display: block;
  width: 100px;
  height: 7px;
  background: #dbdbdb;
}

.new_main_wrap .slieder_btn_box ul li.active button:before {
  content: "";
  display: block;
  width: 100px;
  height: 7px;
  background: #dbdbdb;
  transition: 0.8s background;
  animation-name: big;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 4;
  animation-direction: normal;
}

@keyframes big {
  from {
    width: 7px;
  }
  to {
    width: 100px;
  }
}

.new_main_wrap .slieder_btn_box ul li.active button:before {
  background: #47d9ce;
}

.text_box p.txt01 {
  font-size: 46px;
  line-height: 60px;
  padding-top: 60px;
}

.text_box p.txt02 {
  font-size: 18px;
  line-height: 28px;
  padding: 50px 0 90px 0;
}

.green_btn {
  background: #57b76c;
  font-size: 20px;
  width: 178px;
  height: 57px;
  line-height: 57px;
  color: #fff;
  border-radius: 10px;
}

.fix-btn {
  width: 122px;
  height: 42px;
  line-height: 42px;
  background: #57b76c;
  margin-top: 20px;
  color: #fff;
  border-radius: 10px;
  font-size: 17px;
}
.green-btn-2 {
  width: 385px;
  height: 72px;
  line-height: 72px;
  background: #57b76c;
  box-shadow: 4px 4px 0px #2c6d3a;
  color: #fff;
  font-size: 22px;
  border-radius: 10px;
}

.green-btn-2 i {
  margin-left: 20px;
}

.ico_scroll_wrap {
  position: absolute;
  top: 50%;
  right: 50px;
  vertical-align: top;
  transform: translateY(-50%);
}
.main_service_wrap .ico_scroll_wrap.fixed {
  position: fixed;
}
.ico_scroll_wrap .ico_scroll {
  display: inline-block;
  width: 24px;
  height: 60px;
  background: url(/assets/hongbo/default/img/mouse_scroll.png) no-repeat;
  background-size: 100% auto;
  animation: moveBottom ease-in-out 1.5s infinite;
}

@keyframes moveBottom {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}

.t-56.more {
  line-height: 80px;
  margin-top: 15px;
}

.s-highlight {
  background-image: linear-gradient(120deg, #b4e56e 0%, #b4e56e 100%);
  background-repeat: no-repeat;
  background-size: 100% 26%;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}
.main_section_1 {
  background: url("/assets/hongbo/default/img/main_section_1.png") center
    no-repeat;
  height: 522px;
  padding-top: 23px;
}

.white_con {
  position: relative;
  background: #fff;
  box-shadow: 4px 4px 5px #444;
  height: 180px;
  text-align: Center;
  background: #fff;
  border-radius: 25px;
  box-shadow: 4px 4px 5px #444;
  height: 180px;
  text-align: Center;
  margin-top: 78px;
}

.count-txt {
  font-size: 54px;
  font-weight: bold;
  padding-top: 28px;
  letter-spacing: -0.5px;
}

.count-ex {
  font-size: 18px;
  font-weight: 400;
}

.count-plus {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 32px;
  right: 50px;
  font-size: 23px;
  color: #60ba6d;
}

.main_section_2 {
  position: relative;
  height: 655px;
}

.illu {
  position: absolute;
  bottom: -50px;
  right: 0;
}
/**/
.carousel-item {
  min-height: 655px;
  margin-top: 60px;
}

carousel-item div {
  flex: 1;
}
.carousel-indicators li {
  background-color: #166c1f;
}
.carousel-indicators {
  bottom: 126px;
}
.move-btn {
  font-size: 16px;
  font-weight: 500;
  color: #41b051;
  border: 1px solid #41b051;
  border-radius: 8px;
  padding: 12px 30px;
}

#main_b_slide {
  height: 765px;
  padding-top: 65px;
  overflow: no-scroll;
}

.s-txt {
  font-size: 13px;
}

.slide-img {
  position: relative;
  flex: 1;
}

.short-con {
  width: 415px;
}
.short-con div {
  width: 180px;
  font-weight: 500;
}
.illu {
  position: absolute;
  right: 0;
  margin-top: -220px;
  z-index: 9;
}

.f-write-btn {
  background-image: linear-gradient(
    114.54926165435757deg,
    rgba(64, 168, 88, 1) 19.665364583333336%,
    rgba(64, 168, 88, 1) 21.05197482638889%,
    rgba(145, 158, 98, 1) 70.86328124999999%
  );
  width: 120px;
  height: 108px;
  display: block;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
/*�몄쿂*/
#ft {
  background: #f3f3f3;
  /* height: 278px; */
}

.ft-con {
  padding-top: 50px;
}

.f_form_txt {
  font-size: 30px;
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
}

.f_form input[type="text"],
.f_form select {
  width: 236px;
  height: 50px;
  border: none;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
  font-size: 15px;
  padding: 10px 8px;
}

.f_form input:focus {
  border: 1px solid #000;
}

.f_form select {
  color: #888;
}

.form-tel {
  font-size: 38px;
  color: #5eb565;
  font-weight: bold;
  margin-bottom: 20px;
}

.form-tel2 {
  font-size: 17px;
  line-height: 26px;
}

.agree-check {
  margin-top: 7.5px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.agree-check input[type="checkbox"] {
  background: #eee;
  margin-right: 4px;
}

.copyright {
  background: #252731;
  padding: 25px 0;
}

.absolute_req {
  position: fixed;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  background: #3f8558;
  color: #fff;
  text-align: center;
  font-size: 23px;
  display: block;
  cursor: pointer;
  line-height: 12px;
  padding-top: 19px;
  box-shadow: 3px 3px 9px #9f9f9f;
  z-index: 10000000;
}

.absolute_req span {
  font-size: 13px;
}

.carousel-indicators li {
  background-color: #166c1f !important;
}

.carousel-indicators {
  bottom: 100px !important;
}
