@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 .xe-widget-wrapper {
  overflow: visible;
}
.common_title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .common_title {
    margin-bottom: 20px;
  }
}
.common_title h2 {
  font-size: 58px;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .common_title h2 {
    font-size: 28px;
  }
}
.common_title p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .common_title p {
    font-size: 20px;
  }
}
/* timemoa */
.timemoa .body, .timemoa .content_wrap {
  min-height: calc(100vh - 100px);
}
.timemoa .body > .bh_wrap, .timemoa .body .content_inner, .timemoa .content_wrap > .bh_wrap, .timemoa .content_wrap .content_inner {
  min-height: calc(100vh - 160px);
}
.timemoa .body {
  /*min-width: 1890px;*/
}
@media (max-width: 1200px) {
  .timemoa .body {
    min-width: 1200px;
  }
}
.timemoa, .notice, .member {
  padding-top: 30px;
  background-color: #f5f5f6;
  min-height: 100vh;
}
.timemoa .sub_top_banner, .notice .sub_top_banner, .member .sub_top_banner {
  display: none;
}
.timemoa .ft_wrap, .notice .ft_wrap, .member .ft_wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.timemoa #content, .notice #content, .member #content {
  padding: 30px 0 84px 0;
}
.timemoa .header_wrap, .notice .header_wrap, .member .header_wrap {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 15px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  position: static !important;
}
.timemoa .header_wrap .header, .notice .header_wrap .header, .member .header_wrap .header {
  background-color: var(--bh_color_gray_50);
  padding: 13px 15px 13px 30px;
  max-width: 100%;
  border-radius: 15px;
  height: fit-content !important;
}
.timemoa .header_wrap .header .logo, .notice .header_wrap .header .logo, .member .header_wrap .header .logo {
  margin: 0;
  display: flex;
  align-items: center;
}
.timemoa .header_wrap .header .logo select, .notice .header_wrap .header .logo select, .member .header_wrap .header .logo select {
  appearance: none;
  min-width: 190px;
  border-radius: 10px;
  border: 1px solid var(--bh_color_gray_300);
  padding: 8px 30px 8px 15px;
  font-weight: 500;
  margin-left: 30px;
  outline: none;
  background: url(/assets/images/timemoa/select.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 98%;
}
.timemoa .header_wrap .header .main_menu > ul > li > a, .notice .header_wrap .header .main_menu > ul > li > a, .member .header_wrap .header .main_menu > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
}
.timemoa .header_wrap .header .main_menu > ul > li > a::after, .notice .header_wrap .header .main_menu > ul > li > a::after, .member .header_wrap .header .main_menu > ul > li > a::after {
  display: none;
}
.timemoa .header_wrap .header .login_wrap .login_info, .notice .header_wrap .header .login_wrap .login_info, .member .header_wrap .header .login_wrap .login_info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.timemoa .header_wrap .header .login_wrap .login_info .notice_btn, .notice .header_wrap .header .login_wrap .login_info .notice_btn, .member .header_wrap .header .login_wrap .login_info .notice_btn {
  position: relative;
  padding-right: 5px;
}
.timemoa .header_wrap .header .login_wrap .login_info .notice_btn i, .notice .header_wrap .header .login_wrap .login_info .notice_btn i, .member .header_wrap .header .login_wrap .login_info .notice_btn i {
  font-size: 24px;
}
.timemoa .header_wrap .header .login_wrap .login_info .notice_btn .count, .notice .header_wrap .header .login_wrap .login_info .notice_btn .count, .member .header_wrap .header .login_wrap .login_info .notice_btn .count {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: var(--bh_color_main);
  font-size: 12px;
  color: var(--bh_color_white);
  text-align: center;
}
.timemoa .header_wrap .header .login_wrap .login_info .name_wrap, .notice .header_wrap .header .login_wrap .login_info .name_wrap, .member .header_wrap .header .login_wrap .login_info .name_wrap {
  position: relative;
  display: flex;
  min-width: 128px;
  align-items: center;
  justify-content: space-between;
}
.timemoa .header_wrap .header .login_wrap .login_info .name_wrap .bh_toggle, .notice .header_wrap .header .login_wrap .login_info .name_wrap .bh_toggle, .member .header_wrap .header .login_wrap .login_info .name_wrap .bh_toggle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.timemoa .header_wrap .header .login_wrap .login_info .name_wrap .bh_toggle_content, .notice .header_wrap .header .login_wrap .login_info .name_wrap .bh_toggle_content, .member .header_wrap .header .login_wrap .login_info .name_wrap .bh_toggle_content {
  position: absolute;
  background-color: var(--bh_color_white);
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  top: 30px;
}
.timemoa .header_wrap .header .login_wrap .login_info .name_wrap .bh_toggle_content a, .notice .header_wrap .header .login_wrap .login_info .name_wrap .bh_toggle_content a, .member .header_wrap .header .login_wrap .login_info .name_wrap .bh_toggle_content a {
  font-size: 12px;
}
.timemoa .content_wrap > .bh_wrap, .notice .content_wrap > .bh_wrap, .member .content_wrap > .bh_wrap {
  max-width: 1620px;
}
.timemoa.customer .header_wrap, .notice.customer .header_wrap, .member.customer .header_wrap {
  max-width: 1890px;
}
.timemoa.customer .content_wrap > .bh_wrap, .notice.customer .content_wrap > .bh_wrap, .member.customer .content_wrap > .bh_wrap {
  max-width: 1890px;
}
.timemoa.customer #content, .notice.customer #content, .member.customer #content {
  padding-bottom: 30px;
}
.timemoa footer, .notice footer, .member footer {
  display: none;
}
.bh .logo {
  min-height: 30px;
  height: 30px;
}
.bh .logo a {
  max-height: 30px;
}
.bh .logo a img {
  max-height: 30px;
}
/* header */
.bh .header_wrap {
  border-bottom: solid 0.5px rgba(255, 255, 255, 0.3);
  box-shadow: none;
  position: fixed;
  height: 100px;
}
.bh .header_wrap .header {
  height: 100px;
}
.bh .header_wrap .main_menu > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  padding: 40px 40px 41px 40px;
}
.bh .header_wrap .main_menu > ul > li > a::after {
  display: none;
}
.index .header_wrap {
  position: absolute;
  background-color: transparent;
  box-shadow: none;
}
.index .header_wrap .main_menu > ul > li > a {
  color: var(--bh_color_gray_900);
}
/* animation */
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* section1 */
.bh .section1 {
  z-index: 2;
  overflow: visible;
}
.bh .section1 .problem_box {
  position: relative;
  padding: 5rem 15px 6.5rem;
  background-image: url(/assets/images/main/problem_img.png);
  background-position: center bottom;
  text-align: center;
}
.bh .section1 .problem_box .text1 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--bh_color_gray_500);
}
.bh .section1 .problem_box .text2 {
  margin-top: 0.5rem;
  font-size: 3.6rem;
  font-weight: 800;
}
.bh .section1 .result_box {
  margin-top: 1.6rem;
  background-color: var(--bh_color_gray_900);
  padding: 3rem;
  border-radius: 2rem;
  color: var(--bh_color_white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bh .section1 .result_box .text1 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bh .section1 .result_box .text2 {
  font-size: 2.4rem;
  font-weight: 800;
}
.bh .section1 .bottom_content {
  position: relative;
  margin-top: 120px;
}
.bh .section1 .bottom_content p {
  font-size: 48px;
  font-weight: 800;
}
.bh .section1 .bottom_content .effect {
  position: absolute;
  animation: effect 4s linear infinite;
  z-index: -1;
}
@keyframes effect {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
.bh .section1 .bottom_content .ef1 {
  right: 64px;
  bottom: 72px;
}
.bh .section1 .bottom_content .ef3 {
  right: -200px;
  bottom: -183px;
}
.bh .section1 .bottom_content .ef2 {
  left: -155px;
  bottom: -7px;
}
@media (max-width: 1590px) {
  .bh .section1 .bottom_content .ef2 {
    left: 15px;
  }
  .bh .section1 .bottom_content .ef3 {
    right: 15px;
  }
}
@media (max-width: 992px) {
  .bh .section1 .problem_box .text2 {
    font-size: 20px;
  }
  .bh .section1 .result_box {
    padding: 15px;
    border-radius: 10px;
  }
  .bh .section1 .result_box .text2 {
    font-size: 14px;
  }
  .bh .section1 .bottom_content {
    margin-top: 50px;
  }
  .bh .section1 .bottom_content p {
    font-size: 24px;
  }
  .bh .section1 .bottom_content .effect {
    max-width: 20%;
  }
  .bh .section1 .bottom_content .ef3 {
    bottom: -50px;
  }
}
/* section2 */
.bh .section2 .value_box {
  position: relative;
  padding: 80px 15px;
  background-color: var(--bh_color_white);
  border-radius: 2rem;
  text-align: center;
  transition: all 0.3s;
}
.bh .section2 .value_box img.hover {
  display: none;
}
.bh .section2 .value_box .text1 {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.bh .section2 .value_box .text2 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--bh_color_gray_500);
  margin-bottom: 1.5rem;
}
.bh .section2 .value_box .text3 {
  display: block;
  width: calc(100% - 30px);
  margin: 0 auto;
  background-color: var(--bh_color_main_100);
  border-radius: 500px;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 800;
  color: var(--bh_color_main);
}
.bh .section2 .value_box:hover {
  background-color: var(--bh_color_main);
  margin-top: -30px;
}
.bh .section2 .value_box:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  background: var(--bh_color_main);
  z-index: -1;
}
.bh .section2 .value_box:hover img.normal {
  display: none;
}
.bh .section2 .value_box:hover img.hover {
  display: inline-block;
}
.bh .section2 .value_box:hover .text1, .bh .section2 .value_box:hover .text2 {
  color: var(--bh_color_white);
}
/* section3 */
.bh .section3 .sns-ai .common_title span {
  background-image: linear-gradient(107deg, #42a5f5 0%, #90ee90);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bh .section3 .sns-ai .img_wrap {
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  border: solid 4px var(--bh_color_white);
  border-radius: 2rem 2rem 0 0;
  margin: 0 25px;
  overflow: hidden;
}
.bh .section3 .sns-ai .img_wrap::after {
  position: absolute;
  content: "";
  width: calc(100% + 50px);
  height: 103px;
  left: -25px;
  bottom: -5px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
}
.bh .section3 .sns-ai .gray_box {
  background-color: var(--bh_color_gray_50);
  border-radius: 2rem;
  overflow: hidden;
}
.bh .section3 .sns-ai .gray_box .text_wrap {
  padding: 50px 0 0 50px;
}
.bh .section3 .sns-ai .gray_box .text1 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--bh_color_gray_500);
  margin-bottom: 0.6rem;
}
.bh .section3 .sns-ai .gray_box .text2 {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.bh .section3 .sns-ai .gray_box .text3 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--bh_color_gray_700);
}
.bh .section3 .how-it-works {
  margin-top: 120px;
}
@media (max-width: 991.98px) {
  .bh .section3 .how-it-works {
    margin-top: 30px;
  }
}
.bh .section3 .how-it-works .title_area {
  width: fit-content;
  margin: 0 auto;
}
.bh .section3 .how-it-works .title_area .shine_deco {
  width: 3.8rem;
  height: 4.4rem;
  background-image: url("/assets/images/main/shine1.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -7rem;
  top: 0;
}
.bh .section3 .how-it-works .title_area::before {
  display: inline-block;
  content: "";
  width: 2.7rem;
  height: 3.1rem;
  background-image: url("/assets/images/main/shine2.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -5rem;
  bottom: 0;
}
.bh .section3 .how-it-works .title_area::after {
  display: inline-block;
  content: "";
  width: 1.8rem;
  height: 2.1rem;
  background-image: url("/assets/images/main/shine3.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -2rem;
  bottom: -2.5rem;
}
.bh .section3 .how-it-works .directions_list .bh_row {
  row-gap: 3rem;
}
@media (max-width: 991.98px) {
  .bh .section3 .how-it-works .directions_list .bh_row {
    row-gap: 2rem;
  }
}
.bh .section3 .how-it-works .directions_list li {
  border-radius: 20px;
  overflow: hidden;
}
.bh .section3 .how-it-works .directions_list li .step {
  background-image: linear-gradient(to bottom, #42a5f5, #90ee90);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bh .section3 .real-effect-number {
  margin-top: 120px;
}
@media (max-width: 991.98px) {
  .bh .section3 .real-effect-number {
    margin-top: 30px;
  }
}
.bh .section3 .real-effect-number .effect_list li .title_area {
  flex-grow: 1;
}
.bh .section3 .real-effect-number .effect_list .check_area {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .bh .section3 .real-effect-number .effect_list .check_area {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.bh .section3 .real-effect-number .effect_list .bh_row {
  row-gap: 2rem;
}
.bh .section3 .real-effect-number .change_list li {
  padding: 1.5rem 2.2rem;
  border-radius: 500px;
  margin: 0 auto;
}
.bh .section3 .real-effect-number .change_list::after {
  content: "";
  display: inline-block;
  width: 9.1rem;
  height: 10.1rem;
  background-image: url("/assets/images/main/section3_0.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1rem;
  right: -3rem;
}
@media (max-width: 991.98px) {
  .bh .section3 .real-effect-number .change_list::after {
    top: -10px;
    right: -10px;
  }
}
/* section4 */
.section4 .pricing-preview .cardlist .bh_row {
  row-gap: 2rem;
}
.section4 .pricing-preview .cardlist li {
  min-height: 32.4rem;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
.section4 .pricing-preview .cardlist li.event {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  border-style: solid;
  border: 5px solid transparent;
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #42a5f5, #fff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
}
.section4 .pricing-preview .cardlist li.event::before {
  display: inline-block;
  content: "";
  background-image: url("/assets/images/main/section3_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16rem;
  height: 16rem;
  position: absolute;
  top: 0;
  left: -5px;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.15));
}
.section4 .pricing-preview .cardlist li.event::after {
  content: "EVENT";
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--bh_color_white);
  position: absolute;
  transform: rotate(-45deg);
  width: 8.2rem;
  height: 8.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.15rem;
  left: 1.15rem;
}
.section4 .pricing-preview .cardlist li.event .sticker {
  right: -2.5rem;
  bottom: -2.5rem;
  background-image: url("/assets/images/main/section3_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 119px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  animation: rotate 8s linear infinite;
}
.section4 .pricing-preview .cardlist li.event .sticker p {
  position: absolute;
}
.section4 .pricing-preview .gradation {
  background-image: linear-gradient(126deg, #3584c4 0%, #90ee90 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section4 .pricing-preview .payment_link {
  border: 1px solid var(--bh_color_main);
  margin: 0 auto;
  width: fit-content;
}
.section4 .pricing-preview .payment_link p {
  width: fit-content;
}
/* section5 */
.bh .section5 {
  border-radius: 3rem;
  overflow: hidden;
  margin: 0 150px 150px 150px;
}
@media (max-width: 991.98px) {
  .bh .section5 {
    margin: 0 15px 40px 15px;
  }
}
@media (max-width: 1200px) {
  .bh .section5 {
    margin: 0 20px 40px 20px;
  }
}
@media (max-width: 991.98px) {
  .bh .section5 .pricing-preview .common_title h2 {
    font-size: 2.6rem;
  }
}
.bh .section5 .pricing-preview .common_title h2 span {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991.98px) {
  .bh .section5 .pricing-preview .common_title p {
    font-size: 2rem;
  }
}
.bh .section5 .pricing-preview img {
  width: 110px;
  height: fit-content;
}
/* section7 */
/* section8 */
/* section9 */
/* section10 */
/* sub */
/* 서브 탑 배너 */
.sub_top_banner {
  background-position: center center !important;
}
.sub_top_banner .sub_top_banner_content_wrap {
  padding-top: 100px;
}
.sub_top_banner .sub_top_banner_content_wrap span {
  text-shadow: none;
}
@media (max-width: 991.98px) {
  .sub_top_banner .sub_top_banner_content_wrap {
    padding-top: 0;
  }
}
/* 홍보페이지 공통: promotion page common */
.service #content, .payment #content, .consult #content, .news #content {
  padding: 120px 0 150px 0;
}
@media (max-width: 991.98px) {
  .service #content, .payment #content, .consult #content, .news #content {
    padding: 30px 0 40px 0;
  }
}
.container.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .container.mb-120 {
    margin-bottom: 30px;
  }
}
.container.pt-120 {
  padding-top: 120px;
}
@media (max-width: 991.98px) {
  .container.pt-120 {
    padding-top: 30px;
  }
}
.container.pt-120 {
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .container.pt-120 {
    padding-bottom: 30px;
  }
}
.round-20 {
  border-radius: 20px;
}
/* 애니메이션 */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0.5rem);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(3rem);
  }
  100% {
    transform: translateY(0px);
  }
}
/* 서비스 소개: service */
.service .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.service .bg_gray {
  width: 50%;
  height: 384px;
  background-image: linear-gradient(to right, #fafafa, #fff 100%);
  top: 226px;
  left: 0;
}
@media (max-width: 991.98px) {
  .service .bg_gray {
    display: none;
  }
}
@media (max-width: 1200px) {
  .service .container.first .textarea p {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .service .container.first .textarea p {
    font-size: 2.4rem !important;
  }
}
.service .container.first .textarea p {
  white-space: nowrap;
}
.service .container.first .swiper {
  width: 100%;
  height: 468px;
}
@media (max-width: 991.98px) {
  .service .container.first .swiper {
    height: 320px;
  }
}
.service .container.first .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bh_color_white);
  border-radius: 20px;
}
.service .container.first .swiper-slide.one {
  background-color: var(--bh_color_main);
}
.service .container.first .swiper-slide.two {
  background-color: #78d778;
}
.service .container.first .swiper-slide.three {
  background-color: var(--bh_color_main_800);
}
.service .container.first .swiper-slide.four {
  background-color: var(--bh_color_gray_500);
}
.service .container.first .swiper-slide .content .topic {
  padding: 0.8rem 2rem;
  width: fit-content;
  border-radius: 500px;
  background-color: rgba(0, 0, 0, 0.2);
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0.5rem);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991.98px) {
  .service .container.second img {
    width: 6px;
  }
}
.service .container.second .textarea {
  column-gap: 2rem;
}
.service .container.second .textarea .highlight {
  width: 32rem;
  height: 100%;
  border-radius: 500px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(103deg, #42a5f5 0%, #90ee90);
}
.service .container.second .textarea .highlight::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/images/sub/service_shine1.png");
  width: 38px;
  height: 44px;
  position: absolute;
  left: 1.8rem;
  top: -3.2rem;
}
.service .container.second .textarea .highlight::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/images/sub/service_shine2.png");
  width: 18px;
  height: 21px;
  position: absolute;
  right: 5.5rem;
  bottom: 1.3rem;
}
.service .container.second .textarea .highlight .shine_deco {
  display: inline-block;
  background-image: url("/assets/images/sub/service_shine3.png");
  width: 27px;
  height: 31px;
  right: 1.8rem;
  bottom: -1.5rem;
}
.service .container.second .textarea .highlight .shine_deco, .service .container.second .textarea .highlight::before, .service .container.second .textarea .highlight::after {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  background-repeat: no-repeat;
  background-size: contain;
  animation: float 1.5s linear infinite;
}
@media (max-width: 991.98px) {
  .service .container.second .textarea .highlight::before {
    width: 16px;
    height: 20px;
    left: 1rem;
    top: -1.5rem;
  }
  .service .container.second .textarea .highlight::after {
    width: 10px;
    height: 10px;
    right: 2rem;
    bottom: 1rem;
  }
  .service .container.second .textarea .highlight .shine_deco {
    width: 13px;
    height: 15px;
    right: 0;
    bottom: 0rem;
  }
}
@media (max-width: 991.98px) {
  .service .container.second .textarea {
    column-gap: 1rem;
  }
  .service .container.second .textarea .highlight {
    width: 12rem;
  }
}
.service .container.third .cardlist .bh_row {
  row-gap: 3rem;
}
.service .container.third .cardlist .carditem {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service .container.third .cardlist .carditem .content {
  border-radius: 20px;
  flex-grow: 1;
}
.service .container.third .cardlist .carditem .content img {
  width: 94px;
  height: 94px;
}
@media (max-width: 991.98px) {
  .service .container.third .cardlist .carditem .content img {
    width: 80px;
    height: 80px;
  }
}
.service .container.third .function_list {
  row-gap: 1.5rem;
}
.service .container.third .function_list li {
  border-radius: 500px;
}
.service .container.third .function_list li .min-150 {
  min-width: 15rem;
}
.service .container.four {
  background-image: url("/assets/images/sub/service_bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.service .container.four .deco_area .deco1 {
  top: 87px;
  left: 20%;
  animation: float2 2s linear infinite;
}
.service .container.four .deco_area .deco2 {
  top: 141.6px;
  right: 10%;
  animation: float2 3s linear infinite;
}
.service .container.four .deco_area .deco3 {
  top: 486.2px;
  left: 8%;
  animation: float2 3s linear infinite;
}
.service .container.four .deco_area .deco4 {
  top: 601px;
  right: 15%;
  animation: float2 2s linear infinite;
}
.service .container.four .content {
  margin: 0 auto;
  width: fit-content;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .service .container.four .content {
    padding-bottom: 40px;
  }
}
.service .container.four .content .different_services {
  width: fit-content;
  background-color: var(--bh_color_white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin: 52px 0;
}
@media (max-width: 991.98px) {
  .service .container.four .content .different_services {
    margin: 0;
  }
}
.service .container.four .content .timemoa_service {
  background-color: rgba(66, 165, 245, 0.6);
  padding: 2.6rem;
  border-radius: 20px;
  background-image: url("/assets/images/sub/service14.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  box-shadow: inset 0px 0px 20px 25px rgba(168, 217, 255, 0.6);
}
.service .container.four .content .timemoa_service::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/images/sub/service15.png");
  width: 19px;
  height: 566px;
  position: absolute;
  top: 12px;
  left: -18px;
}
@media (max-width: 991.98px) {
  .service .container.four .content .timemoa_service::after {
    display: none;
  }
}
.service .container.four .content .timemoa_service .inner {
  padding: 5rem;
}
.service .container.four .content .timemoa_service .inner > span {
  padding: 8px 80.5px;
  border-radius: 500px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.service .container.four .content .timemoa_service .inner > p {
  position: relative;
}
.service .container.four .content .timemoa_service .inner .line_area > span {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--bh_color_point);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .service .container.four .content .timemoa_service {
    padding: 1.6rem;
    box-shadow: inset 0px 0px 10px 15px rgba(168, 217, 255, 0.6);
  }
  .service .container.four .content .timemoa_service .inner {
    padding: 1rem;
  }
}
.service .container.five .step {
  background-image: linear-gradient(to bottom, #42a5f5, #90ee90);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service .container.five .directions_list .bh_row {
  row-gap: 3rem;
}
@media (max-width: 991.98px) {
  .service .container.five .directions_list .bh_row {
    row-gap: 2rem;
  }
}
.service .container.five .directions_list li {
  border-radius: 20px;
  overflow: hidden;
}
/* 요금제: payment */
.payment .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.payment .container.first .promise_list .bh_row {
  row-gap: 3rem;
}
@media (max-width: 991.98px) {
  .payment .container.first .promise_list .bh_row {
    row-gap: 2rem;
  }
}
.payment .container.first .promise_list li {
  height: 100%;
}
.payment .container.first .promise_list li img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .payment .container.first .promise_list li img {
    width: 60px;
    height: 60px;
  }
}
.payment .container.second {
  background-image: url("/assets/images/sub/payment_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.payment .container.second .plan_list .plan_item {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
.payment .container.second .plan_list .plan_item .type {
  padding: 8px 20px;
  border-radius: 500px;
}
@media (max-width: 991.98px) {
  .payment .container.second .plan_list .plan_item .type {
    padding: 4px 14px;
  }
}
.payment .container.second .plan_list .plan_item .color_white_opacity {
  color: rgba(255, 255, 255, 0.6);
}
.payment .container.second .plan_list .plan_item .title_area {
  padding-bottom: 2.95rem;
  margin-bottom: 4.95rem;
}
@media (max-width: 991.98px) {
  .payment .container.second .plan_list .plan_item .title_area {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.payment .container.second .plan_list .plan_item .event img {
  top: 0;
  right: 0;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.15));
}
.payment .container.second .plan_list .plan_item .event span {
  width: 8.2rem;
  height: 8.2rem;
  transform: rotate(45deg);
  top: 1.4rem;
  right: 1.4rem;
}
@media (max-width: 991.98px) {
  .payment .container.second .plan_list .plan_item .event img {
    width: 86px;
  }
  .payment .container.second .plan_list .plan_item .event span {
    width: 5rem;
    height: 5rem;
  }
}
.payment .container.second .plan_list .plan_item.main_theme .title_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.payment .container.second .plan_list .plan_item.main_theme .check_list > li .check_area {
  width: 3.6rem;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
.payment .container.second .plan_list .plan_item.main_theme .cousult_btn p {
  background-image: linear-gradient(97deg, #42a5f5 0%, #90ee90 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.payment .container.second .plan_list .plan_item.white_theme .title_area {
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.payment .container.second .plan_list .plan_item.white_theme .check_list > li .check_area {
  width: 3.6rem;
  aspect-ratio: 1;
  background-color: var(--bh_color_main_100);
}
.payment .container.third {
  /* FAQ */
}
.payment .container.third .faq_wrap {
  margin-top: 0;
  background-color: var(--bh_color_gray_50);
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  .payment .container.third .faq_wrap {
    border-radius: 20px;
  }
}
.payment .container.third .faq_wrap .bh_item {
  position: relative;
  padding: 30px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
@media (max-width: 991.98px) {
  .payment .container.third .faq_wrap .bh_item {
    padding: 15px;
  }
}
.payment .container.third .faq_wrap .bh_item:last-child {
  border-bottom: 0;
}
.payment .container.third .faq_wrap .bh_item .check {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}
.payment .container.third .faq_wrap .bh_toggle_list {
  position: relative;
  width: 100%;
  color: var(--bh_color_gray_800);
  overflow: hidden;
  transition: all 0.3s;
}
.payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_title {
  display: block;
  cursor: pointer;
}
.payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_title p {
  font-size: 2.4rem;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_title p {
    font-size: 1.8rem;
  }
}
.payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_title span {
  display: block;
  font-size: 16px;
  color: var(--bh_color_gray_500);
  margin-top: 10px;
}
.payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_title::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  background-image: url("/assets/images/icon/arrow-up-s-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transform: rotate(0);
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_title::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.payment .container.third .faq_wrap .bh_toggle_list.active .bh_toggle_title::before {
  transform: rotate(360deg);
  transition: all 0.3s;
  background-image: url("/assets/images/icon/arrow-up-s-line_black.png");
}
.payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_content {
  padding: 30px;
  background-color: var(--bh_color_white);
  border-radius: 10px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_content {
    padding: 10px;
    margin-top: 15px;
  }
}
.payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_content .bh_toggle_title_sub {
  font-size: 13px;
  margin: 5px 0 10px 0;
}
.payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_content p, .payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_content a {
  font-size: 2rem;
  font-weight: 500;
  color: var(--bh_color_gray_700);
}
@media (max-width: 991.98px) {
  .payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_content p, .payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_content a {
    font-size: 1.8rem;
  }
}
.payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_content ul {
  font-size: 12px;
  font-weight: 400;
  padding: 0 2px;
  margin: 0 0 10px 0;
  list-style: none;
}
.payment .container.third .faq_wrap .bh_toggle_list .bh_toggle_content ul li {
  padding: 8px 0;
}
/* 상담하기: consult */
.consult #content, .consult .bh_page_widget_wrap .bh_page_widget_inner {
  position: static;
}
.consult .wrapper .bg_img {
  bottom: 0;
  left: 0;
  z-index: -1;
}
/* 공지사항 */
.notice .list_header .item_count {
  display: none;
}
.notice .common_title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
}
.notice .timemoa_footer {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  font-size: 16px;
  color: var(--bh_color_gray_500);
  text-align: center;
}
.notice .board {
  min-height: calc(100vh - 130px);
}
/* footer */
.bh .footer {
  border-top: 1px solid var(--bh_color_gray_300) !important;
}
.bh .footer .footer_logo {
  border: 0;
  padding: 0 0 0 15px;
  margin: 0;
}
.bh .footer .footer_menu > ul {
  border: 0;
  padding: 0;
}
.bh .footer .footer_menu > ul > li:last-child a::after {
  padding: 0;
}
.bh .footer .footer_menu > ul > li > a {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bh_color_gray_600) !important;
}
.bh .footer .footer_menu > ul > li > a::after {
  content: "";
  padding: 0 15px 0 0;
}
.bh .footer .copyright {
  padding: 0 15px;
  margin-top: 3rem;
}
.bh .footer .copyright span {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--bh_color_gray_600);
  padding-bottom: 15px;
}
.bh .footer .copyright span b {
  padding-right: 1rem;
}
.bh .footer .copyright span.bar {
  font-size: 1.4rem;
  color: var(--bh_color_gray_300);
  padding: 0 1.5rem;
}
.bh .footer .copyright p {
  font-size: 1.6rem;
  color: var(--bh_color_gray_400);
  margin: 5px 0 0 0;
}
.bh .footer .sns {
  display: flex;
  justify-content: end;
  gap: 5px;
  margin-top: -3rem;
}
.bh .footer .sns a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 5px;
  background-color: var(--bh_color_gray_100);
}
@media (max-width: 992px) {
  .bh .footer .footer_menu > ul > li {
    float: left;
  }
  .bh .footer .copyright span {
    padding-bottom: 3px;
  }
  .bh .footer .copyright span.bar {
    color: transparent;
    height: 0;
    display: block;
  }
  .bh .footer .copyright p {
    margin-top: 10px;
  }
  .bh .footer .sns a img {
    height: 1.8rem;
  }
}
/* 퀵메뉴: quick menu */
.bh #quick_menu .quick_menu_inner {
  padding-bottom: 30px;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .bh #quick_menu .quick_menu_inner {
    padding-bottom: 15px;
    padding-right: 15px;
  }
}
.bh #quick_menu ul > li {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.bh #quick_menu ul > li > a {
  width: 70px;
  height: 70px;
  display: block;
}
.bh #quick_menu ul > li > a > img {
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .bh #quick_menu ul > li > a {
    width: 60px;
    height: 60px;
  }
}
/* slider */
@media (max-width: 767.98px) {
  .slider_wrap, .swiper-main {
    height: 650px !important;
  }
}
@media (max-width: 575.98px) {
  .slider_wrap, .swiper-main {
    height: 600px !important;
  }
}
.swiper-main .item .slider_content_wrap {
  background-color: transparent;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 {
  display: block;
  font-family: "Pretendard";
  text-shadow: none;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--bh_color_gray_900);
  padding-top: 180px;
}
@media (max-width: 991.98px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    padding-top: 50px;
  }
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .t1 {
  display: block;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .t1 span {
  display: inline-block;
  font-weight: 800;
  padding: 0 20px;
  border-radius: 500px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  color: var(--bh_color_white);
  background-color: var(--bh_color_main_900);
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 .t1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 .t1 span {
    padding: 0 10px;
    margin-right: 5px;
  }
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .t2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6.4rem;
  font-weight: 800;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .t2::before {
  display: inline-block;
  content: "";
  width: 55px;
  height: 60px;
  background-image: url(/assets/images/main/mainslide_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.15));
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .t2 span {
  display: inline-block;
  padding: 0 40px;
  border-radius: 500px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(115deg, #42a5f5 0%, #90ee90);
  margin: 0 20px;
  color: var(--bh_color_white);
}
@media (max-width: 991.98px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 .t2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 .t2::before {
    width: 30px;
    height: 35px;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 .t2 span {
    padding: 0 2rem;
    margin: 0 1rem;
  }
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 {
  display: block;
  font-family: "Pretendard";
  text-shadow: none;
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 50px;
  color: var(--bh_color_gray_900);
  text-align: center;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_2 b {
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.swiper-main .item .slider_content_wrap div.slider_content_btn_wrap {
  margin-top: 0;
}
.swiper-main .item .slider_content_wrap div.slider_content_btn_wrap > .slider_content_btn {
  display: block;
  width: 358px;
  font-size: 20px;
  letter-spacing: normal;
  font-weight: 800;
  background-color: transparent !important;
  border: 1px solid var(--bh_color_white);
  border-radius: 5px;
  padding: 15px 0;
  margin-bottom: 15px;
}
.swiper-main .item .slider_content_wrap div.slider_content_btn_wrap > .slider_content_btn:last-child {
  margin-bottom: 0;
}
.swiper-main .item .slider_content_wrap div.slider_content_btn_wrap > .slider_content_btn:hover {
  color: var(--bh_color_white) !important;
  background-color: var(--bh_color_main) !important;
  border-color: var(--bh_color_main);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
.swiper-main .item .slider_content_wrap .customMainSwiper {
  width: 100%;
  height: fit-content;
}
.swiper-main .item .slider_content_wrap .customMainSwiper::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 7.4rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .swiper-main .item .slider_content_wrap .customMainSwiper::after {
    height: 3.6rem;
  }
}
.swiper-main .item .slider_content_wrap .customMainSwiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 853px;
  height: 453px;
  transform: scale(0.8) translateY(57px);
  transition: 0.3s;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  border: solid 6px #fff;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.swiper-main .item .slider_content_wrap .customMainSwiper .swiper-slide-active {
  transform: scale(1);
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .swiper-main .item .slider_content_wrap .customMainSwiper .swiper-slide {
    width: 100%;
    height: fit-content;
  }
}
.swiper-main .item .slider_content_wrap .customMainSwiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.swiper-main {
  position: relative;
}
.swiper-main .scroll_to {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}
.swiper-main .scroll_to span {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--bh_color_white);
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.13);
}
.swiper-main .scroll_to .arrow {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 8px;
}
.swiper-main .scroll_to .arrow img {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.swiper-main .scroll_to .arrow img:nth-of-type(2) {
  top: 14px;
}
/*# sourceMappingURL=53e95bfa40da05888d6b72be1be0d8a46d656ca7.page.scss.map */
