@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  font-family: "Noto Sans";
}

*, :after, :before {
  box-sizing: border-box;
  flex-shrink: 0;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.3;
  overflow-wrap: break-word;
  -moz-tab-size: 2;
  tab-size: 2;
  --color-blue:#35C5F0;
}

html, body {
  height: 100%;
  line-height: 1.6;
  font-family: "Noto Sans", system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 10px;
  letter-spacing: -0.7px;
  color: #1E1E1E;
}

img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p {
  margin-bottom: 0;
}

.wrpper {
  position: relative;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
}

.bold {
  font-weight: 700;
}

.hidden {
  display: none;
}

.inner {
  max-width: 1200px;
}

::selection {
  background-color: #A1C1FF;
}

.title {
  font-size: 4.8rem;
  font-weight: 800;
  text-align: center;
}
.title span {
  font-weight: 500;
}

.desc {
  font-size: 1.8rem;
  text-align: center;
}

.sub-title {
  font-size: 3.6rem;
}

.m-br {
  display: none;
}

.pc-br {
  display: block;
}

@media (max-width: 1024px) {
  .pc-br {
    display: none;
  }
  .m-br {
    display: block;
  }
  .inner {
    width: 100%;
    padding: 0 25px;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px 40px;
  z-index: 10;
}
header .btn-download {
  display: block;
  color: #3F81FF;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 7px 20px;
  border-radius: 15px;
}
header .btn-download.file {
  display: flex;
}

@media (max-width: 1024px) {
  header {
    padding: 20px;
  }
  header svg {
    width: 16vw;
  }
  header .btn-download {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 7px 12px;
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  header .btn-download.file {
    display: none;
  }
}
footer {
  background: #9A9DA3;
  padding: 94px 242px;
  color: #F5F5F5;
  font-size: 1.6rem;
}
footer .company {
  margin: 20px 0;
}
footer .terms {
  margin: 30px 0 50px;
  display: flex;
  gap: 31px;
}
footer .terms a {
  color: #f5f5f5;
  position: relative;
}
footer .terms a:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 3px;
  right: -17px;
}

@media (max-width: 1024px) {
  footer {
    background: #9A9DA3;
    padding: 73px 25px;
    color: #F5F5F5;
    font-size: 1.4rem;
    letter-spacing: 0px;
    word-break: keep-all;
  }
  footer .footer-logo {
    width: 86px;
  }
  footer .company {
    margin: 25px 0;
    font-size: 16px;
  }
  footer .terms {
    margin: 25px 0 40px;
    display: flex;
    gap: 31px;
  }
  footer .terms a {
    color: #f5f5f5;
    position: relative;
  }
  footer .terms a:nth-child(1)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 2px;
    right: -17px;
  }
  footer small {
    font-size: 12px;
    font-weight: bold;
  }
}
.up {
  opacity: 0;
  transform: translateY(50px);
}

.sc-visual {
  background: linear-gradient(157deg, #3F81FF 15.07%, #77A6FF 111.08%);
  height: 100vh;
  position: relative;
}
.sc-visual .m-visual {
  display: none;
}
.sc-visual::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 50%;
  height: 95%;
  background: url("/bojogae/assets/imgs/img_visual_pc.png") no-repeat;
  background-size: contain;
  background-position: 100% 100%;
}
.sc-visual .visual-tit {
  color: #fff;
  font-size: 5.8rem;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 32px;
}
.sc-visual .visual-desc {
  font-size: 3.2rem;
  color: #F5F5F5;
}
.sc-visual .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17vw;
}
.sc-visual .arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounceUpDown 1.6s ease-in-out infinite;
}
@keyframes bounceUpDown {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-50%) translateY(-15px);
    opacity: 0.4;
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

.sc-intro .m-flex {
  display: none;
}
.sc-intro .flex {
  display: flex;
  justify-content: center;
  gap: 84px;
  padding: 210px 0 0;
}
.sc-intro .flex .left-img .margin {
  margin: 20px 0 0 82px;
}
.sc-intro .flex .right-img {
  margin-top: 130px;
}
.sc-intro .intro-txt {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 30px;
}
.sc-intro .intro-area {
  display: flex;
  flex-direction: column;
  padding: 305px 0 200px;
  max-width: 1094px;
  margin: 0 auto;
}
.sc-intro .intro-area .intro-box {
  display: flex;
  align-items: center;
  gap: 55px;
}
.sc-intro .intro-area .intro-box.box2 {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.sc-intro .intro-area .intro-box img {
  width: 42%;
}
.sc-intro .intro-area .intro-box .txt p {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 4rem;
}
.sc-intro .intro-area .intro-box .txt span {
  font-size: 2.4rem;
  color: #545454;
}
.sc-intro .intro-area .intro-box + .intro-box {
  padding-top: 100px;
}

.sc-service {
  height: 100vh;
  background: url("/bojogae/assets/imgs/background.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 250px;
  position: relative;
}
.sc-service .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.sc-service .inner .service-txt {
  color: #545454;
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
}
.sc-service .inner .service-txt span {
  display: inline-block;
  color: #3F81FF;
}
.sc-service img {
  width: 45%;
  position: absolute;
  bottom: -30%;
  left: 50%;
  margin-left: -22.5%; /* translateX(-50%) 대신 음수 마진 사용 */
}

.sc-service1 {
  background: #3F81FF;
  z-index: 1;
  position: relative;
}
.sc-service1 .inner {
  padding: 240px 0;
  margin: 0 auto;
  max-width: 1040px;
}
.sc-service1 .inner .top, .sc-service1 .inner .bottom {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 100px;
}
.sc-service1 .inner p {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.sc-service1 .inner span {
  font-size: 3.2rem;
  color: #F5F5F5;
  display: block;
}
.sc-service1 .inner .left {
  flex: 1;
}
.sc-service1 .inner .right {
  flex: 1;
  position: relative;
  margin-top: 157px;
}
.sc-service1 .inner .right .mu-alret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
}
.sc-service1 .inner .right .mu-alret img {
  width: 80%;
}
.sc-service1 .inner .pc-mu {
  width: 90%;
  margin-left: auto;
}

.sc-outro {
  padding: 150px 0;
}
.sc-outro .inner {
  max-width: 990px;
  margin: 0 auto;
}
.sc-outro .inner .outro-txt {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
.sc-outro .inner .app-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 50px;
}
.sc-outro .inner .app-box a {
  width: 174px;
  height: 48px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sc-outro .m-outro {
  display: none;
}

@media (max-width: 1024px) {
  .sc-visual {
    background: linear-gradient(157deg, #3F81FF 15.07%, #77A6FF 111.08%);
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .sc-visual .m-visual {
    display: block;
    position: absolute;
    bottom: 50px;
    right: -50vw;
    width: 80%;
    animation: bounce 2s ease-in-out infinite;
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateX(-50%) translateY(0);
    }
    50% {
      transform: translateX(-50%) translateY(-20px);
    }
  }
  .sc-visual::before {
    content: none;
  }
  .sc-visual .visual-tit {
    color: #fff;
    font-size: 3.2rem;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .sc-visual .visual-desc {
    font-size: 2rem;
    color: #F5F5F5;
  }
  .sc-visual .inner {
    position: absolute;
    top: 20%;
    transform: none;
    left: 5px;
  }
  .sc-visual .arrow {
    width: 35px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounceUpDown 1.6s ease-in-out infinite;
  }
  @keyframes bounceUpDown {
    0% {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }
    30% {
      transform: translateX(-50%) translateY(-15px);
      opacity: 0.4;
    }
    100% {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }
  }
  .sc-intro .m-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
  }
  .sc-intro .flex {
    display: none;
  }
  .sc-intro .m-flex img:nth-child(1) {
    width: 100%;
  }
  .sc-intro .m-flex img:nth-child(2) {
    width: 90%;
    margin: 0 0 0 30px;
  }
  .sc-intro .m-flex img:nth-child(3) {
    width: 90%;
  }
  .sc-intro .intro-txt {
    font-size: 2.4rem;
    margin-top: 30px;
  }
  .sc-intro .intro-area {
    display: flex;
    flex-direction: column;
    padding: 166px 25px 145px;
  }
  .sc-intro .intro-area .intro-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
  }
  .sc-intro .intro-area .intro-box.box2 {
    flex-direction: column;
  }
  .sc-intro .intro-area .intro-box img {
    width: 100%;
  }
  .sc-intro .intro-area .intro-box .txt {
    letter-spacing: 0;
  }
  .sc-intro .intro-area .intro-box .txt p {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 2.8rem;
  }
  .sc-intro .intro-area .intro-box .txt span {
    font-size: 1.8rem;
    color: #545454;
  }
  .sc-intro .intro-area .intro-box + .intro-box {
    padding-top: 80px;
  }
  .sc-service {
    height: 100vh;
    background: url("/bojogae/assets/imgs/m-background.png") no-repeat;
    background-size: cover;
    padding-top: 207px;
    position: relative;
  }
  .sc-service .inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .sc-service .inner .service-txt {
    color: #545454;
    text-align: center;
    font-weight: 700;
    font-size: 2.8rem;
  }
  .sc-service .inner .service-txt span {
    display: inline-block;
    color: #3F81FF;
  }
  .sc-service img {
    width: 60%;
    position: absolute;
    bottom: -30%;
    left: 50%;
    margin-left: -32%;
  }
  .sc-service1 {
    background: #3F81FF;
    z-index: 1;
    position: relative;
  }
  .sc-service1 .inner {
    padding: 240px 0;
    margin: 0 auto;
    max-width: 990px;
  }
  .sc-service1 .inner .top, .sc-service1 .inner .bottom {
    display: flex;
    align-items: center;
    color: #fff;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .sc-service1 .inner .bottom {
    flex-direction: column;
    margin-top: 150px;
  }
  .sc-service1 .inner p {
    font-size: 2.8rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .sc-service1 .inner span {
    font-size: 2rem;
    display: block;
    text-align: center;
  }
  .sc-service1 .inner .left {
    flex: 1;
  }
  .sc-service1 .inner .right {
    width: 500px;
    flex: 1;
    position: relative;
    margin-top: 0;
  }
  .sc-service1 .inner .right .mu-alret {
    position: absolute;
    top: 53%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 88%;
  }
  .sc-service1 .inner .right .mu-alret img {
    width: 100%;
  }
  .sc-service1 .inner .pc-mu {
    width: 70%;
    margin: 0 auto;
  }
  .sc-outro {
    padding: 218px 0;
  }
  .sc-outro .inner .outro-txt {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .sc-outro .inner .app-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 40px;
  }
  .sc-outro .inner .app-box a {
    flex: 1;
    height: 48px;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sc-outro .pc-outro {
    display: none;
  }
  .sc-outro .m-outro {
    display: flex;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sc-visual .m-visual {
    right: -44vw;
    width: 70%;
  }
  .sc-service img {
    width: 70%;
    position: absolute;
    bottom: -30%;
    left: 50%;
    margin-left: -36%;
  }
  .sc-service1 .inner .right {
    width: 70%;
  }
  .sc-service1 .inner .pc-mu {
    width: 70%;
  }
  .sc-service1 .inner .right .mu-alret {
    left: 50%;
    width: 88%;
    transform: translate(-50%, -50%);
    top: 53%;
  }
  .sc-service1 .inner .right .mu-alret img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .sc-visual .m-visual {
    right: -50vw;
    width: 80%;
  }
  .sc-service img {
    width: 95%;
    position: absolute;
    bottom: -20%;
    left: 50%;
    margin-left: -47%;
  }
  .sc-service1 .inner .pc-mu {
    width: auto;
  }
  .sc-service1 .inner .right .mu-alret {
    left: 50%;
    width: 120%;
  }
}