@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;
}
.common_title h2 {
  font-size: 58px;
  font-weight: 800;
}
.common_title p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}
/* 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 .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;
}
.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;
}
.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);
}
.bh .header_wrap .main_menu > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  padding: 36px 40px 37px 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_white);
}
/* 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);
}
/* section4 */
/* section5 */
.bh .section5 {
  border-radius: 3rem;
  overflow: hidden;
  margin: 0 150px 150px 150px;
}
/* section7 */
/* section8 */
/* section9 */
/* section10 */
/* sub */
/* 공지사항 */
.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;
  }
}
/* slider */
.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;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .t1 {
  display: block;
  font-size: 58px;
  font-weight: 500;
  margin-bottom: 20px;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .t1 span {
  display: inline-block;
  font-size: 48px;
  line-height: 86px;
  font-weight: 800;
  padding: 0 30px;
  border-radius: 500px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--bh_color_gray_900);
  margin-right: 10px;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .t2 {
  position: relative;
  display: block;
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 30px;
  padding-left: 60px;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .t2::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 60px;
  background-image: url(/assets/images/main/mainslide_img.png);
  background-size: cover;
  top: 30px;
  left: 0;
}
.swiper-main .item .slider_content_wrap span.slider_content_text_1 .t2 span {
  display: inline-block;
  line-height: 120px;
  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;
}
.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: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}
.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 {
  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;
}
@media (max-width: 991.98px) {
  .swiper-main .item .slider_content_wrap span.slider_content_text_1 {
    font-size: 22px;
  }
  .swiper-main .item .slider_content_wrap span.slider_content_text_2 {
    font-size: 18px;
  }
}
/*# sourceMappingURL=53e95bfa40da05888d6b72be1be0d8a46d656ca7.page.scss.map */
