html,
body {
  transition: all 0.25s;
  min-width: 320px;
  font-size: 14px;
  font-weight: 400;
  min-width: 320px;
  position: relative;
}
.k-section {
  position: relative;
  background-color: white;
  overflow: hidden;
}

.root img {
  width: 100%;
}

.section-01 {
  height: 100vh;
  background-color: transparent;
}
.section-01 .section-inner {
  position: relative;
}
.section-01 .bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 0;
}
.section-01 .content {
  position: relative;
}

.section-01 .content .inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
.section-01 .content .inner .logo {
  text-align: center;
  width: 184px;
}
.section-01 .bg img {
  object-fit: cover;
  object-position: center;
  width: 100vw;
  height: 100vh;
}
.section-01 .content .inner .cont-title {
  font-size: 180px;
  font-weight: 700;
  line-height: 180px;
  color: #fff;
  margin-top: 80px;
  transition: all 0.25s;
}

.section-01.section-out .bg {
  opacity: 0;
}

/*  */
.section-02 {
}
.section-02 .section-inner {
  position: relative;
  text-align: center;
  padding: 60px 0;
}
.section-02 .cont {
}
.section-02 .cont .title {
  font-family: "Pretendard";
  font-size: 40px;
  font-weight: 700;
  line-height: 62px;
}
.section-02 .cont .text {
  font-family: "Pretendard";
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/*  */
.section-03 {
  padding: 120px 64px;
}
.section-03 .section-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.section-03 .section-inner {
  position: relative;
}
.section-03 .list {
  display: flex;
}

.section-03 .item {
  width: 362px;
  padding: 0 16px;
}
.section-03 .item dl {
  margin-top: 32px;
}
.section-03 .item dt {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.1px;
}
.section-03 .item dd {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.55);
}

/*  */
.section-04 {
  padding: 130px 64px;
}
.section-04 .section-inner {
  position: relative;
}
.section-04 .cont {
  padding-left: 32px;
  border-left: 2px solid #dadada;
}
.section-04 .cont .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
}
.section-04 .cont .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 48px;
}

/*  */
.section-card {
}
.section-card .section-head {
  padding: 0 64px;
  text-align: center;
}
.section-card .section-head p {
  color: #f95d4f;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
.section-card .section-head div {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 10px;
  word-break: keep-all;
}
.section-card .section-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.section-card .section-inner {
  position: relative;
}
.section-card .list {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}
.section-card .list .inner {
  display: flex;
  padding: 0 19px;
}
.section-card .item {
  width: 375px;
  padding: 0 20px;
}
.section-06 .item {
  padding: 0 30px;
}
.section-07 .item {
  padding: 0 30px;
}
.section-card .item .img {
}

.section-05 {
  z-index: 3;
}
.section-06 {
  padding-top: 120px;
  z-index: 2;
}
.section-07 {
  padding-top: 120px;
  z-index: 1;
}

/*  */
.section-08 {
  padding: 130px 64px;
}
.section-08 .section-inner {
  position: relative;
}
.section-08 .cont {
  padding-left: 32px;
  border-left: 2px solid #dadada;
}
.section-08 .cont .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
}
.section-08 .cont .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 48px;
}
.section-08 .appstore {
  margin-top: 50px;
}
.section-08 .appstore .img {
  width: 256px;
}
/*  */
.section-09 {
  padding: 60px 64px;
}
.section-09 .section-inner {
}

.section-09 .section-inner .list {
  display: flex;
  flex-wrap: wrap;
  margin-right: 16px;
}
.section-09 .section-inner .list .item {
  margin-right: 16px;
  white-space: nowrap;
}
.section-09 .section-inner .list button {
  vertical-align: top;
  white-space: nowrap;
  color: #000;
}
.section-09 .section-inner .list a {
  color: #000;
}

br.m {
  display: none;
}

@media screen and (max-width: 1280px) and (min-width: 100px) {
  br.m {
    display: block;
  }

  .section-01 .content .inner .cont-title {
    font-size: 54px;
    line-height: 80px;
  }
  /*  */
  .section-02 .section-inner {
    padding: 60px 16px;
  }
  .section-02 .cont .title {
    font-size: 32px;
    line-height: 41px;
  }
  .section-02 .cont .text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  /*  */
  .section-03 {
    padding: 80px 16px;
  }
  .section-03 .list {
    display: block;
  }
  .section-03 .item {
    margin-top: 48px;
  }
  .section-03 .item:first-child {
    margin-top: 0px;
  }

  /*  */
  .section-04 {
    padding: 80px 24px;
  }

  .section-04 .cont {
    padding-left: 24px;
  }
  .section-04 .cont .title {
    font-size: 32px;
    line-height: 41px;
  }
  .section-04 .cont .txt {
    font-size: 16px;
    line-height: 22px;
    margin-top: 48px;
  }
  /*  */
  .section-card .section-head {
    padding: 0 16px;
  }

  .section-05 .list .item {
    width: 33.3%;
    padding: 0 5px;
  }

  .section-06 .list .item {
    width: 50%;
    padding: 0 5px;
  }

  .section-07 .list .item {
    width: 50%;
    padding: 0 5px;
  }

  /*  */
  /*  */
  .section-08 {
    padding: 80px 24px;
  }

  .section-08 .cont {
    padding-left: 24px;
  }
  .section-08 .cont .title {
    font-size: 32px;
    line-height: 41px;
  }
  .section-08 .cont .txt {
    font-size: 16px;
    line-height: 22px;
    margin-top: 48px;
  }

  .section-08 .appstore {
    margin-top: 48px;
  }
  .section-08 .appstore .img {
    width: 156px;
  }

  /*  */
  .section-09 {
    padding: 60px 16px;
  }
}

html.fixed {
  overflow: hidden;
}
html.fixed body {
  overflow: hidden;
}
html.fixed .modal-inner {
  position: relative;
  overflow-y: auto;
  height: 100vh;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
  display: none;
}
.modal.on {
  display: block;
}
.modal .modal-inner {
  padding: 100px;
  box-sizing: border-box;
}
.modal .modal-inner .modal-head {
  display: flex;
  justify-content: space-between;
}
.modal .modal-inner .modal-head .left {
}
.modal .modal-inner .modal-head .left .title {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}
.modal .modal-inner .modal-head .right {
  display: flex;
  align-items: center;
}
.modal .modal-inner .modal-head .right button {
}
.modal .modal-inner .modal-content {
  padding-top: 100px;
}
.modal .modal-inner .modal-content .intro {
  margin-bottom: 20px;
}
.modal h2 {
  margin-top: 20px;
}
@media screen and (max-width: 1280px) and (min-width: 100px) {
  .modal .modal-inner {
    padding: 40px 16px;
  }
  .modal .modal-inner .modal-content {
    padding-top: 40px;
  }
  .modal .modal-inner .modal-head .left .title {
    font-size: 30px;
    line-height: 40px;
  }
}
