@import url("https://cdn.jsdelivr.net/gh/fonts-archive/Freesentation/Freesentation.css");
@import url("https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css");
@font-face {
  font-family: "OngleipYoonwoo";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105@1.1/Yoonwoo.woff") format("woff");
  font-weight: normal;
  font-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;
}
/* common */
body, input, textarea, select, button, table {
  font-family: "Freesentation";
}
.ff-paperlogy {
  font-family: "Paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.bh .xe-widget-wrapper {
  overflow: unset;
}
.bh .com-title {
  font-size: 34px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.ani-move {
  position: relative;
  animation: ani-move 1s ease-in infinite;
}
@keyframes ani-move {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
.ani-show {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}
.ani-show.active {
  opacity: 1;
  transform: translateY(0);
}
.pc-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #f2c7db;
}
.pc-wrapper > .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pc-wrapper > .bh_wrap {
  box-sizing: border-box;
}
.pc-wrapper .pc-left-wrap {
  position: relative;
  color: #181a24;
  padding-top: 43px;
}
.pc-wrapper .pc-left-wrap .text-img {
  position: absolute;
  margin-top: -116px;
  left: -135px;
}
.pc-wrapper .pc-left-wrap .text1 {
  position: relative;
  font-size: 60px;
}
.pc-wrapper .pc-left-wrap .text2 {
  position: relative;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 45px;
}
.pc-wrapper .pc-left-wrap a {
  display: block;
  font-size: 36px;
  width: 321px;
  height: 76px;
  line-height: 76px;
  padding: 15px;
  border-radius: 500px;
  box-shadow: 0 0 27.7px 0 rgba(18, 18, 18, 0.55);
  background-image: linear-gradient(to bottom, #181a24, #181a24), linear-gradient(to top, #ec8fb4 0%, #e0a3d9 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.pc-wrapper .pc-right-wrap {
  margin-top: 80px;
  width: 470px;
  height: calc(100vh - 80px);
  overflow-y: auto;
  border: solid 15px #181a24;
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
  background-color: #181a24;
  color: var(--bh_color_white);
}
.pc-wrapper .pc-right-wrap::-webkit-scrollbar {
  display: none;
}
.pc-wrapper .pc-right-wrap .xe_content p, .pc-wrapper .pc-right-wrap .rhymix_content p {
  color: var(--bh_color_white);
}
@media (max-width: 992px) {
  .pc-wrapper {
    height: unset;
  }
  .pc-wrapper > .bg-img {
    display: none;
  }
  .pc-wrapper > .bh_wrap {
    padding: 0;
  }
  .pc-wrapper .pc-left-wrap {
    display: none;
  }
  .pc-wrapper .pc-right-wrap {
    margin-top: 0;
    width: 100%;
    height: unset;
    border: 0;
    border-radius: 0;
    overflow: unset;
  }
  .pc-wrapper .pc-right-wrap .body {
    padding-top: 0;
  }
}
/* header */
.bh .header_wrap {
  display: none !important;
}
.bh .mobile_header_wrap {
  display: none !important;
}
/* section1 */
#section1 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.start-container {
  position: relative;
  background-image: linear-gradient(to top, #181a24, #121212);
  padding: 51px 0 1px 0;
}
.start-container .bg-img1 {
  position: absolute;
  top: 0;
  left: 76px;
}
.start-container .bg-img2 {
  position: absolute;
  top: 0;
  right: 66px;
}
.start-container .bg-img3 {
  position: absolute;
  top: 135px;
  left: 0;
}
.start-container .bg-img4 {
  position: absolute;
  bottom: 102px;
  right: 42px;
}
.start-container .text-box {
  position: relative;
  width: 173px;
  height: 55px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 800;
  color: #181a24;
  background-image: url(/assets/images/main/start-text-box.png);
}
.start-container .text-box p {
  position: relative;
  top: -3px;
}
.start-container .big-text {
  background-image: linear-gradient(to bottom, #fff 30%, #ec8fb4 100%);
  font-size: 50px;
  font-weight: 800;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 5px;
}
.start-container .small-text {
  font-size: 20px;
  font-weight: 500;
}
.start-container .small-text .line1 {
  position: relative;
  background-image: linear-gradient(to bottom, #ec8fb4 0%, #e0a3d9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.start-container .small-text .line1 .line {
  position: absolute;
  top: -9px;
  left: -9px;
  min-width: 57px;
}
.start-container .small-text .line2 {
  position: relative;
}
.start-container .small-text .line2 .line {
  position: absolute;
  left: -5px;
  bottom: -3px;
  min-width: 57px;
}
.start-container .notebook-wrap {
  position: relative;
}
.start-container .notebook-wrap .card {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -50px;
  z-index: 2;
}
.start-container .notebook-wrap .notebook {
  position: relative;
  z-index: 1;
}
.start-container .notebook-wrap .bottom {
  position: absolute;
  left: 0;
  bottom: 40px;
}
.start-container .notebook-wrap .move-text {
  position: relative;
  padding: 38px 0 28px 0;
  top: -220px;
  z-index: 2;
}
.start-container .notebook-wrap .move-text::before, .start-container .notebook-wrap .move-text::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 100%;
  top: 0;
  z-index: 2;
}
.start-container .notebook-wrap .move-text::before {
  left: 0;
  background-image: linear-gradient(to right, #121212 0%, rgba(18, 18, 18, 0));
}
.start-container .notebook-wrap .move-text::after {
  right: 0;
  background-image: linear-gradient(to left, #121212, rgba(18, 18, 18, 0));
}
.start-container .notebook-wrap .move-text .track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.start-container .notebook-wrap .move-text .track span {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  padding: 2px 20px;
  border-radius: 400px;
  background-image: linear-gradient(to right, #212121, #121212);
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 380px) {
  .start-container .bg-img1 {
    left: 40px;
  }
  .start-container .bg-img2 {
    right: 40px;
  }
  .start-container .bg-img4 {
    right: 10px;
  }
}
/* section2 */
#section2 {
  background-position: bottom center;
}
.phone-container {
  position: relative;
  padding: 93px 0 88px 0;
}
.phone-container .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.phone-container .title-wrap {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.phone-container .title-wrap br {
  display: none;
}
.phone-container .title-wrap .line-text {
  position: relative;
  background-image: linear-gradient(to bottom, #ec8fb4 0%, #e0a3d9 100%);
  font-size: 28px;
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 5px;
}
.phone-container .title-wrap .line-text::after {
  position: absolute;
  content: "";
  width: calc(100% + 6px);
  left: -3px;
  height: 13px;
  background-color: var(--bh_color_gray_900);
  bottom: 5px;
  z-index: -1;
}
.phone-container .title-wrap .star-text {
  position: relative;
  font-size: 26px;
  font-weight: bold;
}
.phone-container .title-wrap .star-text .star {
  position: absolute;
  top: -7px;
  left: -23px;
}
.phone-container .title-wrap .star-text .line {
  position: absolute;
  bottom: 2px;
  left: 5px;
}
.phone-container .bg {
  position: absolute;
  top: 99px;
  left: -15px;
}
.phone-container .phone-wrap {
  position: relative;
  width: 270px;
  margin: 0 auto;
  border: 10px solid var(--bh_color_gray_900);
  border-radius: 40px;
}
.phone-container .phone-wrap .phone {
  width: 100%;
  border-radius: 30px;
}
.phone-container .phone-wrap .coin {
  position: absolute;
  margin-top: -28px;
  right: -55px;
}
.phone-container .gun {
  position: absolute;
  left: -15px;
  bottom: 218px;
}
@media (max-width: 410px) {
  .phone-container .title-wrap {
    font-size: 20px;
  }
  .phone-container .title-wrap .mobile-b {
    display: block !important;
  }
  .phone-container .title-wrap .mobile-b br {
    display: block;
  }
  .phone-container .title-wrap .line-text {
    font-size: 28px;
  }
}
/* section3 */
#section3 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.recommend-container {
  position: relative;
}
.recommend-container .title-wrap {
  position: relative;
  padding-top: 15px;
}
.recommend-container .title-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px;
}
.recommend-container .title-wrap .com-title {
  background-image: linear-gradient(to bottom, #ec8fb4 0%, #e0a3d9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recommend-container .arrow {
  padding-bottom: 185px;
}
.recommend-container .ai-img {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.recommend-container .bg1 {
  position: absolute;
  margin-top: 93px;
  left: 0;
}
.recommend-container .bg2 {
  position: absolute;
  right: 0;
  margin-top: 100px;
}
.recommend-container .round-box {
  width: 293px;
  margin: 0 auto;
  border-radius: 400px;
  border: 1px solid var(--bh_color_gray_800);
  font-size: 18px;
}
.recommend-container .gra-line {
  width: 1px;
  height: 44px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  margin: 14px auto 20px;
}
.recommend-container .recommend-wrap {
  position: relative;
  padding: 0 22px;
}
.recommend-container .recommend-wrap .recommend-title {
  font-size: 24px;
  font-weight: 800;
}
.recommend-container .recommend-wrap .checkbox {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 11px 0 11px 50px;
  background-image: linear-gradient(to right, rgba(31, 34, 53, 0), #1f2235 50%, rgba(31, 34, 53, 0));
  margin-top: 10px;
}
.recommend-container .recommend-wrap .checkbox i {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 25px;
  color: var(--bh_color_sub);
}
.recommend-container .bg3 {
  position: absolute;
  bottom: 86px;
  right: 0;
}
.recommend-container .coin1 {
  position: absolute;
  right: 40px;
  margin-top: 541px;
}
.recommend-container .coin2 {
  position: absolute;
  right: 40px;
  bottom: 2px;
}
@media (max-width: 420px) {
  .recommend-container .recommend-wrap {
    padding: 0 15px;
  }
  .recommend-container .recommend-wrap .checkbox {
    font-size: 15px;
    padding-left: 40px;
  }
  .recommend-container .recommend-wrap .checkbox i {
    left: 8px;
    font-size: 22px;
  }
  .recommend-container .coin1, .recommend-container .coin2 {
    right: 20px;
  }
}
@media (max-width: 350px) {
  .recommend-container .coin1, .recommend-container .coin2 {
    right: 0px;
  }
}
/* section4 */
#section4 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.online-ai-container {
  position: relative;
}
.online-ai-container .com-title .line-text {
  position: relative;
}
.online-ai-container .com-title .line-text::before {
  position: absolute;
  content: "";
  width: calc(100% + 12px);
  left: -6px;
  bottom: -2px;
  height: 15px;
  background-color: var(--bh_color_gray_900);
  z-index: -1;
}
.online-ai-container .compare-wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.online-ai-container .compare-wrap .compare-box {
  width: 184px;
}
.online-ai-container .circle {
  position: relative;
  width: 167px;
  margin: 0 auto;
}
.online-ai-container .circle .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.online-ai-container .circle .text h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.online-ai-container .circle .text p {
  font-size: 12px;
}
.online-ai-container .circle .robot {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.online-ai-container .text-box {
  width: 100%;
  margin-top: -65px;
}
.online-ai-container .text-box p {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 14px;
}
@media (max-width: 410px) {
  .online-ai-container .text-box p {
    font-size: 13px;
  }
}
.online-ai-container .text-box p::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  top: 6px;
  left: 0;
}
.online-ai-container .text-box p:last-child {
  margin-bottom: 0;
}
.online-ai-container .text-box.box1 {
  padding: 78px 0 25px 11px;
}
.online-ai-container .text-box.box1 p::before {
  background-image: url(/assets/images/main/online-ai-dot1.png);
}
.online-ai-container .text-box.box2 {
  padding: 7px;
  background: linear-gradient(to bottom, #ec8fb4 0%, #e0a3d9 100%);
  box-shadow: -15px 5px 35px 0 #f4bcd2;
}
.online-ai-container .text-box.box2 .p-wrap {
  padding: 72px 0 18px 20px;
}
.online-ai-container .text-box.box2 .p-wrap p::before {
  background-image: url(/assets/images/main/online-ai-dot2.png);
}
.online-ai-container .bg1 {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: -2;
}
.online-ai-container .bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/* section5 */
#section5 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.review-container {
  position: relative;
}
.review-container .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.review-container .box1 {
  position: relative;
  width: 311px;
  margin: 0 auto 10px auto;
  border-radius: 40px 40px 40px 0;
  box-shadow: 0 0 15px 0 rgba(18, 18, 18, 0.2);
  font-size: 20px;
  font-weight: 800;
  padding: 20px 0;
}
.review-container .box1 .icon {
  position: absolute;
  margin-top: -19px;
  left: -4px;
}
.review-container .box2 {
  position: relative;
  width: 311px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 40px 40px 0 40px;
  background: linear-gradient(to bottom, #ec8fb4 0%, #e0a3d9 100%);
  box-shadow: 0 0 15px 0 rgba(18, 18, 18, 0.2);
}
.review-container .box2 p {
  padding: 20px 0;
  border-radius: 35px 35px 0 35px;
  font-size: 16px;
  font-weight: 500;
}
.review-container .box2 p b {
  font-size: 20px;
  font-weight: 800;
}
.review-container .box2 .icon {
  position: absolute;
  margin-top: -20px;
  right: -50px;
}
.review-container img.arrow {
  margin: -106px auto 0;
}
.review-container .box3 {
  width: 343px;
  margin: 20px auto 30px auto;
  border-radius: 400px;
  box-shadow: 0 0 10px 0 rgba(18, 18, 18, 0.1);
  padding: 10px 0;
  font-size: 20px;
  font-weight: 800;
}
.review-container .review-wg {
  position: relative;
  right: -10%;
}
/* section6 */
#section6 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.target-container {
  position: relative;
  padding-bottom: 40px;
}
.target-container .text1 {
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 380px) {
  .target-container .com-title {
    font-size: 32px;
  }
}
.target-container .com-title .line-text {
  position: relative;
}
.target-container .com-title .line-text::before {
  position: absolute;
  content: "";
  width: calc(100% + 5px);
  left: -2px;
  bottom: -2px;
  height: 15px;
  background-color: var(--bh_color_gray_800);
  z-index: -1;
}
.target-container .targetSwiper {
  position: relative;
}
.target-container .targetSwiper::before, .target-container .targetSwiper::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 100%;
  top: 0;
  z-index: 2;
}
.target-container .targetSwiper::before {
  left: 0;
  background-image: linear-gradient(to right, #121212 0%, rgba(18, 18, 18, 0));
}
.target-container .targetSwiper::after {
  right: 0;
  background-image: linear-gradient(to left, #121212, rgba(18, 18, 18, 0));
}
.target-container .targetSwiper .swiper-wrapper {
  align-items: center;
}
.target-container .targetSwiper .swiper-slide {
  width: 246px;
  border-radius: 15px;
  overflow: hidden;
  height: 100px !important;
}
.target-container .targetSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.target-container .targetSwiper .swiper-slide-active {
  height: 150px !important;
}
.target-container .target-wrap .target-title {
  width: 157px;
  margin: 0 auto 15px auto;
  padding: 10px 20px;
  background-color: var(--bh_color_sub);
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-weight: 800;
}
.target-container .target-wrap .target-box {
  width: 311px;
  margin: 0 auto 10px;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(to right, #f4d27a, #fff 50%, #f4d27a);
  box-shadow: 0 0 10px rgba(244, 210, 122, 0.3), 0 0 10px rgba(244, 210, 122, 0.25), 0 0 10px rgba(244, 210, 122, 0.2), 0 0 10px rgba(244, 210, 122, 0.15);
}
.target-container .target-wrap .target-box p {
  border-radius: 14px;
  background: #212121;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 500;
}
.target-container .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.target-container .coin1 {
  position: absolute;
  left: -20px;
  margin-top: 700px;
}
.target-container .coin2 {
  position: absolute;
  left: -20px;
  bottom: 21px;
}
@media (max-width: 380px) {
  .target-container .coin2 {
    left: -30px;
  }
}
/* section7 */
.opportunity-container {
  position: relative;
}
.opportunity-container .bg1 {
  position: absolute;
  left: 17px;
  margin-top: 8px;
}
.opportunity-container .bg2 {
  position: absolute;
  right: 17px;
  margin-top: 8px;
}
.opportunity-container .line-text {
  position: relative;
  background-image: url(/assets/images/main/opportunity-line.png);
  background-size: cover;
  padding: 1px 8px 2px 10px;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
}
.opportunity-container .com-title .line-text2 {
  position: relative;
}
.opportunity-container .com-title .line-text2::before {
  position: absolute;
  content: "";
  width: calc(100% + 24px);
  left: -12px;
  bottom: 0;
  height: 15px;
  background-color: var(--bh_color_main);
  z-index: -1;
}
.opportunity-container .com-title img {
  position: relative;
  top: -5px;
  left: -5px;
}
/* section8 */
#section8::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 65px);
  left: 0;
  bottom: 0;
  background-image: url(/assets/images/main/airplain-bg.png);
  background-size: cover;
}
.airplain-container .line-text {
  position: relative;
}
.airplain-container .line-text::before {
  position: absolute;
  content: "";
  width: calc(100% + 12px);
  left: -6px;
  height: 15px;
  background-color: var(--bh_color_gray_900);
  bottom: 0;
  z-index: -1;
}
.airplain-container .text1 {
  font-size: 18px;
  font-weight: 500;
  color: var(--bh_color_gray_50);
  margin-top: 10px;
  margin-bottom: 20px;
}
.airplain-container img.ds-ib {
  z-index: 1;
}
.airplain-container .box {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  width: 311px;
  margin: 0 auto;
  border-radius: 400px;
  border: 1px solid var(--bh_color_gray_800);
  margin-top: -16px;
}
/* section9 */
#section9::before, #section9::after {
  position: absolute;
  content: "";
  width: 169px;
  height: 252px;
  background-size: contain;
  z-index: -1;
}
#section9::before {
  background-image: url(/assets/images/main/qa-img2.png);
  left: 0;
  bottom: 134px;
}
#section9::after {
  background-image: url(/assets/images/main/qa-img1.png);
  right: 0;
  top: 128px;
}
#section9 > .bh_wrap {
  max-width: 341px;
}
.qa-container .q-wrap {
  position: relative;
  border-radius: 20px 20px 20px 0;
  background-color: #3a1f2a;
  padding: 5px 5px 5px 76px;
  font-size: 20px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 10px;
}
.qa-container .q-wrap::before {
  position: absolute;
  content: "Q.";
  top: 5px;
  left: 5px;
  width: 56px;
  text-align: center;
  background-color: var(--bh_color_main);
  border-radius: 20px;
}
.qa-container .a-wrap {
  position: relative;
  border-radius: 20px 20px 0 20px;
  background-color: var(--bh_color_gray_200);
  border: 1px solid var(--bh_color_gray_300);
  padding: 10px 20px 10px 52px;
  font-size: 18px;
  margin-bottom: 20px;
}
.qa-container .a-wrap::before {
  position: absolute;
  content: "A.";
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #3a1f2a;
}
.qa-container .a-wrap p {
  color: var(--bh_color_gray_900);
  font-weight: 500;
}
/* section10 */
#section10 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.contact-move-container {
  position: relative;
  padding: 40px 30px;
}
.contact-move-container .text1 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.contact-move-container .btn-wrap {
  position: relative;
  width: 194px;
  margin: 0 auto;
}
.contact-move-container .btn-wrap a {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 50px;
  border-radius: 400px;
  border-style: solid;
  border-width: 10px;
  border-image-source: linear-gradient(to right, rgba(244, 210, 122, 0), #f4d27a 50%, rgba(244, 210, 122, 0));
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #f4d27a, #f4d27a), linear-gradient(to right, rgba(244, 210, 122, 0), #f4d27a 50%, rgba(244, 210, 122, 0));
  background-origin: border-box;
  background-clip: content-box, border-box;
  font-size: 20px;
  font-weight: 800;
  color: var(--bh_color_gray_900);
}
.contact-move-container .btn-wrap img.triangle {
  display: inline-block;
  margin-top: 10px;
}
.contact-move-container .btn-wrap img.hand {
  position: absolute;
  right: -36px;
  margin-top: 22px;
}
.contact-move-container .bg-img {
  position: absolute;
  width: calc(100% + 60px);
  left: -30px;
  bottom: 0;
  z-index: -1;
}
.send-text-container {
  position: relative;
  padding: 40px 30px;
  background-image: linear-gradient(to bottom, #3a1f2a 0%, #1f2235);
}
.send-text-container .com-title {
  display: inline-block;
  background-image: linear-gradient(to bottom, #ec8fb4 0%, #e0a3d9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.send-text-container .text-wrap p {
  font-size: 18px;
  font-family: "OngleipYoonwoo";
  margin-bottom: 15px;
}
.send-text-container .text-wrap p:last-child {
  font-size: 20px;
  margin-bottom: 0;
}
.send-text-container .text-wrap p span {
  padding: 0 6px;
  margin-left: -6px;
}
.send-text-container .bg-img1 {
  position: absolute;
  left: 0;
  top: 93px;
}
.send-text-container .bg-img2 {
  position: absolute;
  right: 0;
  top: 249px;
}
.contact-container {
  position: relative;
  background-image: linear-gradient(to right, #ec8fb4 0%, #a3abe0 100%);
  padding: 33px 0;
}
.contact-container a {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 34px;
  font-weight: bold;
  width: 238px;
  height: 80px;
  line-height: 64px;
  padding: 8px;
  border-radius: 400px;
  box-shadow: 0 0 15px 0 rgba(18, 18, 18, 0.55);
  background-image: linear-gradient(to bottom, #181a24, #181a24), linear-gradient(to bottom, #ec8fb4 0%, #e0a3d9 100%);
  background-clip: content-box, border-box;
}
.contact-container .bg-img {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 294px;
  width: 100%;
}
/* footer */
.bh .footer .footer_logo {
  max-width: 260px;
  border: 0;
  padding: 0 0 10px 0;
  margin: 0 auto 10px auto;
  border-bottom: 1px solid var(--bh_color_gray_700);
}
.bh .footer .copyright {
  padding: 0;
  text-align: center;
}
.bh .footer .copyright span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--bh_color_gray_400);
  padding-bottom: 5px;
}
.bh .footer .copyright span.bar {
  font-size: 10px;
  color: var(--bh_color_gray_700);
  padding: 0 15px;
}
.bh .footer .copyright p {
  font-size: 12px;
  font-weight: 500;
  color: var(--bh_color_gray_600);
  margin: 5px 0 0 0;
}
.bh .footer .footer_menu > ul {
  border: 0;
  padding: 15px 0 0 0;
}
.bh .footer .footer_menu > ul > li {
  float: unset;
}
.bh .footer .footer_menu > ul > li:last-child a::after {
  padding: 0;
}
.bh .footer .footer_menu > ul > li > a {
  font-size: 12px;
  font-weight: bold;
}
/*# sourceMappingURL=4eaa26e9fa21a1a24fd7861d87da566043020bb5.page.scss.map */
