@charset "UTF-8";
/* Original file: layouts/wp2300xys2/page.scss */
@media (max-width: 991.98px) {
  html {
    /*font-size: 6px;*/
    /*font-size: 37.5%;*/
    font-size: 8px;
    font-size: 50%;
  }
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.6 !important;*/
  font-family: inherit !important;
}
.xe-widget-wrapper {
  overflow: visible;
}
.body {
  position: relative;
}
.bh #quick_menu {
  top: unset;
  bottom: 0;
  position: sticky;
  padding-bottom: 50px;
  width: 86px;
  left: calc(100vw - 136px);
}
.bh #quick_menu ul {
  border-right: 1px solid var(--bh_color_gray_300);
}
.bh #quick_menu.on {
  position: absolute;
}
.bh .scrollTop {
  position: unset;
  width: auto;
  height: auto;
  opacity: 1;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
}
.board_JcuI20.has_board.has_document .content_body {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.board_JcuI20.has_board.has_document .xe_content {
  max-width: 1800px;
  margin: 0 auto;
}
.deco {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  width: 20px;
  height: 10px;
  border-radius: 5px 0 0 5px;
  background: #000;
  transform: translateX(-50%);
}
.deco::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 10px;
  border-radius: 0 5px 5px 0;
  background: red;
}
.ad_link {
  display: block;
  position: relative;
  width: 130px;
}
.ad_link:hover .view {
  color: navy !important;
}
.ad_link:hover i {
  color: #fff;
}
.ad_link span {
  display: block;
  color: var(--bh_color_gray_500);
}
.ad_link i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--bh_color_gray_500);
  background-color: var(--bh_color_gray_300);
}
.mySwiper {
  margin: 20px 0 100px;
  width: 100%;
  overflow: hidden;
  padding: 20px !important;
}
.mySwiper .swiper-wrapper {
  width: 100%;
  flex-wrap: nowrap;
}
.mySwiper .swiper-slide {
  border-radius: 20px;
  border: 1px solid var(--bh_color_gray_300);
}
.mySwiper .swiper-slide:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.mySwiper .swiper-slide:hover .text_wrap span:nth-of-type(1) {
  color: navy;
}
.mySwiper .swiper-slide:hover .text_wrap p {
  font-weight: bold !important;
}
.mySwiper .swiper-slide:hover .img_wrap img {
  transform: scale(1.2);
}
.mySwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide a .img_wrap {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.mySwiper .swiper-slide a .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
}
.mySwiper .swiper-slide a .text_wrap {
  padding: 20px;
}
.mySwiper .swiper-slide a .text_wrap span {
  color: var(--bh_color_gray_300);
  transition: all 0.5s;
}
.mySwiper .swiper-slide a .text_wrap p {
  margin: 10px 0 15px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}
.mySwiper .swiper-slide span {
  display: block;
}
.dataSwiper {
  position: relative;
}
.dataSwiper .swiper-slide {
  width: 100%;
  background-color: #fff;
}
.dataSwiper .swiper-slide .img_wrap {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.dataSwiper .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.dataSwiper .swiper-slide .text_wrap strong {
  display: block;
  margin: 70px 0 40px;
}
.dataSwiper .swiper-slide a {
  display: block;
  position: relative;
  width: 110px;
  padding: 5px 20px;
  border: 1px solid var(--bh_color_gray_500);
  border-radius: 20px;
  margin-top: 60px;
}
.dataSwiper .swiper-slide a span {
  display: block;
  font-weight: bold;
}
.dataSwiper .swiper-slide a i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.swiper_btn {
  position: absolute;
  top: -5%;
  right: 0;
  gap: 15px;
  cursor: pointer;
}
.swiper_btn .swiper_next {
  width: 40px;
  height: 40px;
  background: grey;
  color: #fff;
  transform: translate(0, -100%);
}
.swiper_btn .swiper_prev {
  width: 40px;
  height: 40px;
  background: brown;
  color: #fff;
  transform: translate(0, -100%);
}
.deco_2 {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  width: 20px;
  height: 10px;
  border-radius: 5px 0 0 5px;
  background: #000;
}
.deco_2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 10px;
  border-radius: 0 5px 5px 0;
  background: red;
}
.ask_wrap table th {
  width: 15%;
  background: var(--bh_color_gray_300);
}
.ask_wrap table td {
  height: 60px;
}
.ask_wrap table td input {
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 10px;
  width: calc(100% - 20px);
  height: 80%;
  margin: 10px;
}
.ask_wrap table td textarea {
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 10px;
  width: calc(100% - 20px);
  height: 80%;
  margin: 10px;
}
/**/
.common_title {
  margin-bottom: 50px;
}
.common_title .ttl1 {
  font-size: 24px;
  font-weight: bold;
  color: var(--bh_color_main);
  margin-bottom: 10px;
}
.common_title .ttl2 {
  font-size: 50px;
  font-weight: bold;
}
.common_title .btn_st {
  display: inline-block;
  width: 15.8rem;
  text-align: center;
  line-height: 5.2rem;
  border-radius: 26px;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
  margin-top: 3rem;
  transition: all 0.3s;
}
.common_title .btn_st:hover {
  color: var(--bh_color_main);
  background-color: var(--bh_color_white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .common_title {
    margin-bottom: 27px;
  }
  .common_title .ttl1 {
    font-size: 18px;
  }
  .common_title .ttl2 {
    font-size: 30px;
  }
}
/* section1 스마트만의 차별점 */
#section1 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.bh .section {
  overflow: unset;
}
@media (max-width: 992px) {
  .bh .section {
    overflow: hidden;
  }
}
.fix_section {
  position: relative;
  padding: 130px 0;
}
.fix_section .bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(/files/attach/images/test/section1.png);
  background-size: cover;
  background-position: center;
}
.fix_section .common_title {
  position: sticky;
  top: 130px;
  transition: all 0.3s;
}
.fix_section .fix_item {
  width: 600px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 66px 60px;
  border-radius: 13px;
  background-color: var(--bh_color_white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}
.fix_section .bottom_gra {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 240px;
  background-image: linear-gradient(to top, #fdfdfd, rgba(253, 253, 253, 0));
}
@media (max-width: 992px) {
  .fix_section {
    padding: 50px 0;
  }
  .fix_section .common_title {
    text-align: center;
  }
  .fix_section .bg {
    display: none;
  }
  .fix_section .fix_item {
    width: 100%;
    gap: 20px;
    padding: 28px 20px;
  }
  .fix_section .fix_item img {
    width: 50px;
  }
  .fix_section .fix_item b {
    font-size: 20px !important;
  }
  .fix_section .bottom_gra {
    display: none;
  }
}
@media (max-width: 400px) {
  .fix_section .fix_item b {
    font-size: 18px !important;
  }
  .fix_section .fix_item br {
    display: none;
  }
  .fix_section .fix_item .fs-20 {
    font-size: 14px !important;
  }
}
/* section3 보상 골든타임 */
.goldentime_section {
  position: relative;
}
.goldentime_section .bg {
  position: absolute;
  top: -112px;
  right: calc(-1 * ((100vw - 1170px) / 2));
  z-index: -1;
}
.goldentime_section .item_wrap {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
.goldentime_section .item_wrap .box_item {
  padding: 22px 15px 22px 80px;
  border-radius: 13px;
  background-color: var(--bh_color_white);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.goldentime_section .item_wrap .box_item:last-child {
  margin-bottom: 0;
}
.goldentime_section .item_wrap .box_item .line {
  position: relative;
  z-index: 1;
}
.goldentime_section .item_wrap .box_item .line::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 1.6rem;
  background-color: #eaeeb9;
  left: 0;
  bottom: -3px;
  z-index: -1;
}
.goldentime_section .item_wrap .box_item .line.on::before {
  animation: line 1.5s ease-out forwards;
}
@keyframes line {
  100% {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .goldentime_section .bg {
    right: -15px;
  }
}
@media (max-width: 992px) {
  .goldentime_section .bg {
    display: none;
  }
  .goldentime_section .item_wrap .box_item {
    padding: 15px 15px 15px 50px;
    font-size: 18px;
  }
}
/* section4 One-Stop 시스템 */
#section4 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.onestop_section {
  position: relative;
}
.onestop_section .bg {
  position: absolute;
  top: -130px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.onestop_section .round_text {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--bh_color_white);
  padding: 1.4rem 3rem;
  border-radius: 50px;
  background-color: #005c4a;
}
.onestop_section .tf_wrap {
  position: relative;
  max-width: 510px;
  width: 100%;
  padding: 105px 45px 30px 45px;
  margin: 0 auto;
}
.onestop_section .tf_wrap .circle {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid #1f533e;
  background-color: var(--bh_color_white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #14372a;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
}
.onestop_section .tf_wrap .circle.c1 {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.onestop_section .tf_wrap .circle.c2 {
  left: 0;
  bottom: 0;
}
.onestop_section .tf_wrap .circle.c3 {
  right: 0;
  bottom: 0;
}
.onestop_section .plus_wrap {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.onestop_section .plus_wrap .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid #1f533e;
}
.onestop_section .plus_wrap .circle p {
  font-size: 24px;
  font-weight: bold;
  color: #14372a;
  margin-top: 10px;
}
.onestop_section .plus_wrap i {
  font-size: 40px;
  color: #ace3c9;
}
.onestop_section .box_wrap {
  display: flex;
  justify-content: center;
  gap: 140px;
}
.onestop_section .box_wrap .box {
  position: relative;
  width: 270px;
}
.onestop_section .box_wrap .box .round_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
}
.onestop_section .box_wrap .box .text {
  padding: 50px 20px 20px 20px;
  border-radius: 13px;
  border: 1px solid var(--bh_color_main);
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 992px) {
  .onestop_section .bg {
    position: absolute;
    top: -50px;
  }
  .onestop_section .round_text {
    font-size: 18px;
  }
  .onestop_section .plus_wrap {
    gap: 15px;
  }
  .onestop_section .plus_wrap .circle {
    width: 160px;
    height: 160px;
  }
  .onestop_section .plus_wrap .circle p {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .onestop_section .plus_wrap {
    gap: 5px;
  }
  .onestop_section .plus_wrap .circle {
    width: 90px;
    height: 90px;
  }
  .onestop_section .plus_wrap .circle img {
    height: 30px;
  }
  .onestop_section .plus_wrap .circle p {
    font-size: 13px;
    margin-top: 5px;
  }
  .onestop_section .plus_wrap i {
    font-size: 24px;
  }
  .onestop_section .line_img {
    width: 55%;
    margin: 0 auto;
  }
  .onestop_section .box_wrap {
    gap: 25px;
  }
  .onestop_section .box_wrap .box {
    width: 100%;
  }
  .onestop_section .box_wrap .box .text {
    padding: 40px 5px 15px 5px;
    margin-top: 25px;
  }
}
@media (max-width: 470px) {
  .onestop_section .tf_wrap {
    padding-top: 90px;
  }
  .onestop_section .tf_wrap .circle {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .onestop_section .tf_wrap {
    padding: 70px 35px 20px 35px;
  }
  .onestop_section .tf_wrap .circle {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 360px) {
  .onestop_section .plus_wrap .circle {
    width: 80px;
    height: 80px;
  }
  .onestop_section .plus_wrap .circle p {
    font-size: 12px;
  }
  .onestop_section .plus_wrap i {
    font-size: 20px;
  }
}
.work_section {
  max-width: 1850px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 175px;
}
.work_section .work_item {
  position: relative;
  display: block;
  border-radius: 13px;
  overflow: hidden;
  transition: all 0.3s;
}
.work_section .work_item .bottom_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15rem 2.5rem 3rem 2.5rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.work_section .work_item .bottom_wrap .work_ttl {
  font-size: 3rem;
  font-weight: bold;
  color: var(--bh_color_white);
}
.work_section .work_item .bottom_wrap i {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  color: var(--bh_color_white);
  font-size: 2.4rem;
  text-align: center;
  line-height: 4rem;
  transition: all 0.3s;
}
.work_section .work_item:hover {
  margin-top: -20px;
}
.work_section .work_item:hover .bottom_wrap i {
  background-color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .work_section {
    margin-top: 70px;
  }
  .work_section .work_item img {
    width: 100%;
    max-height: 160px;
    object-fit: cover;
  }
}

