@charset "UTF-8";
/* 프리텐다드*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
:root {
  --pt-txt-color: null;
  --pt-bg-color: null;
  --progress-percent: null;
  --party-guide-bg: null;
}

@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 900;
}
html {
  font-family: Pretendard, -apple-system, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  box-sizing: border-box;
  overflow: auto;
  letter-spacing: -0.01em;
  word-break: break-all;
  color: #263238;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 358px) {
  html {
    font-size: 56.25%;
  }
}
@media (min-width: 376px) and (max-width: 720px) {
  html {
    font-size: 68.75%;
  }
}
@media (min-width: 721px) {
  html {
    font-size: 62.5%;
  }
}
* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  box-sizing: inherit;
  letter-spacing: inherit;
  word-break: inherit;
  color: inherit;
}

button {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}

dl, ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

i, b, em, strong, address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

:placeholder-shown {
  text-overflow: ellipsis;
}

input, textarea, select {
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input:disabled, textarea:disabled, select:disabled {
  opacity: 1;
}

label {
  display: block;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + .label, input[type=radio] + .label {
  display: inline-block;
}
input[type=search]::-webkit-search-cancel-button {
  display: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-clear {
  display: none;
}

textarea {
  resize: none;
}

fieldset {
  border: 0;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid transparent;
  background-color: #6666664d;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #66666699;
}
::-webkit-scrollbar-thumb:active {
  background-color: #666666;
}
::-webkit-scrollbar-button {
  display: none;
}

section, .section {
  width: 100%;
  height: 100vh;
  padding: 6rem 3rem;
  margin: 0 auto;
  max-width: 1400px;
}
@media (min-width: 1401px) {
  section, .section {
    padding: 0 3.4rem;
  }
}

/*--페이지--*/
::selection {
  background: #263238;
  color: #FFFFFF;
}

.main {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main > * {
  flex: 0 0 auto;
}
.main > .inner > * {
  flex: 0 0 auto;
}
.main-con {
  height: 100%;
}

/*--헤더--*/
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  transition: 0.3s ease-in-out;
  background: transparent;
}
.header .inner {
  margin: 0 auto;
  max-width: 140rem;
  padding: 2rem 3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .inner .logo {
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  width: 6rem;
  height: 5rem;
  flex: 0 0 auto;
  text-indent: -9999px;
}
.header-scrolled {
  background: #FFFFFF;
  border-bottom: 1px solid #ECEFF1;
}
.header-scrolled .inner .logo {
  background: url("../images/logo-color.svg") no-repeat;
  background-size: contain;
}

/*--섹션--*/
section-inner, .section-inner {
  padding: 0;
  margin: 0 auto;
  height: 100%;
  max-width: 140rem;
}
section.main-image, .section.main-image {
  padding: 0;
  background: url("../images/img-main-background01.png") no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 100vh;
}
section.main-image .area, .section.main-image .area {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
section.main-image .info-txt, .section.main-image .info-txt {
  padding: 32.4rem 3rem;
  font-size: 3rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.6;
}
section.main-image .info-txt .mo, .section.main-image .info-txt .mo {
  display: none;
}
section.main-image .info-txt .pc, .section.main-image .info-txt .pc {
  display: inline-block;
}

/*--목업 섹션--*/
.mockupSlide {
  margin-top: 8rem;
}
.mockupSlide .title {
  margin-bottom: 5rem;
}
.mockupSlide .title h3 {
  font-size: 4rem;
}
.mockupSlide .title h2 {
  font-size: 5rem;
  font-weight: 700;
}
.mockupSlide .title .square {
  line-height: 1;
  position: relative;
}
.mockupSlide .title .square::after {
  content: "";
  width: 12.6rem;
  height: 3.6rem;
  background-color: #E04848;
  opacity: 0.9;
  position: absolute;
  bottom: -0.5rem;
  left: 1.3rem;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.mockupSlide .title .square:hover::after {
  transform: rotate(-5deg);
}

/*--푸터--*/
.footer {
  background: #263238;
  line-height: 1.2;
}
.footer-inner {
  padding: 8rem 3rem;
  margin: 0 auto;
  width: 100%;
  max-width: 140rem;
  color: #FFFFFF;
}
.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-info .info {
  display: flex;
  margin-top: 2rem;
  font-weight: 400;
}
.footer-info .info-wrap {
  font-size: 1.6rem;
  opacity: 0.8;
}
.footer-info .info .title {
  width: 5rem;
}
.footer-info .contact {
  margin-left: 6rem;
  flex: 0 0 auto;
}
.footer-info .contact h1 {
  font-size: 2.6rem;
  font-weight: 700;
}
.footer-info .contact h1 a {
  display: inline-block;
  margin-left: 0.8rem;
}
.footer-info .contact p {
  margin-top: 1rem;
  font-size: 1.6rem;
}

/*--PC 스크롤 아이콘--*/
.img-scroll {
  background: url("../images/img-scroll.svg") no-repeat;
  width: 2.8rem;
  height: 7.5rem;
  background-size: 100%;
  animation: img-scroll 1.5s infinite linear;
}
.img-scroll-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
  flex: 0 0 auto;
  width: 2.8rem;
  height: 65.8rem;
}

/*--PC 스크롤 애니메이션--*/
@keyframes img-scroll {
  0%, 100% {
    transform: translate(0%, -50%);
  }
  50% {
    transform: translate(0%, -60%);
  }
}
/*--1400px--*/
@media screen and (max-width: 1400px) {
  .section {
    height: fit-content;
  }

  /*--목업 섹션--*/
  .mockupSlide {
    margin-top: 6rem;
  }
  .mockupSlide .title .square::after {
    width: 11.6rem;
    height: 3rem;
    bottom: -0.4rem;
    left: 1.1rem;
  }
}
/*--1079px--*/
@media screen and (max-width: 1079px) {
  .section.main-image {
    background: url("../images/img-main-background01.png") center no-repeat;
    background-size: cover;
  }
  .section.main-image .area {
    position: relative;
    top: 0;
    left: 0;
  }
  .section.main-image .info-txt {
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 0;
  }

  /*--목업 섹션--*/
  .mockupSlide {
    margin-top: 3rem;
  }
  .mockupSlide .title {
    text-align: center;
  }
  .mockupSlide .title .square::after {
    width: 11.6rem;
    height: 3rem;
    bottom: -0.4rem;
    left: calc(50% - 5.5rem);
  }

  .img-scroll-wrap {
    display: none;
  }

  /*--푸터--*/
  .footer-inner {
    padding: 5rem 1.6rem;
  }
  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-info .info {
    display: flex;
    margin-top: 1rem;
    font-weight: 400;
  }
  .footer-info .contact {
    margin-top: 3rem;
    margin-left: 0rem;
  }
}
/*--724px--*/
@media screen and (max-width: 724px) {
  /*--헤더--*/
  .header .inner {
    padding: 1.6rem;
  }
  .header .inner .logo {
    background: url("../images/logo.svg") no-repeat;
    background-size: contain;
    width: 4.4rem;
    height: 3.6rem;
  }
  .header-scrolled .inner .logo {
    background: url("../images/logo-color.svg") no-repeat;
    background-size: contain;
  }

  /*--섹션--*/
  .section {
    padding: 1.6rem 1.6rem 2.6rem 1.6rem;
    /*--목업 섹션--*/
  }
  .section.main-image {
    height: 65vh;
  }
  .section.main-image .info-txt {
    top: 16rem;
    padding: 1.6rem;
    width: 100%;
    font-size: 2rem;
  }
  .section.main-image .info-txt .mo {
    display: inline-block;
  }
  .section.main-image .info-txt .pc {
    display: none;
  }
  .section .mockupSlide {
    margin-top: 2rem;
  }
  .section .mockupSlide .title h3 {
    font-size: 2rem;
  }
  .section .mockupSlide .title h2 {
    font-size: 4.8rem;
  }
  .section .mockupSlide .title .square {
    margin-top: 1rem;
  }
  .section .mockupSlide .title .square::after {
    width: 11.6rem;
    height: 3rem;
    bottom: -0.3rem;
    left: calc(50% - 5rem);
  }

  /*--푸터--*/
  .footer-inner {
    padding: 3rem 1.6rem;
  }
  .footer-info .info {
    margin-top: 1rem;
    font-weight: 400;
  }
  .footer-info .info .title {
    width: 3.6rem;
  }
  .footer-info .info-wrap {
    font-size: 1.2rem;
  }
  .footer-info .contact {
    margin-top: 2rem;
    margin-left: 0rem;
  }
  .footer-info .contact h1 {
    font-size: 2rem;
  }
  .footer-info .contact p {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-container {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.swiper-slide .slide-con {
  position: relative;
  top: 0;
  left: 0;
  display: flex !important;
  margin: 0 auto;
  width: 75.6rem;
}
.swiper-slide .slide-con .image-point {
  position: absolute;
  top: 28.4rem;
  left: 14.2rem;
  background: url("../images/appImage/appImage03-01.png") no-repeat;
  background-size: contain;
  width: 53rem;
  height: 15rem;
}
.swiper-slide .slide-con .txt-box {
  flex: 0 0 auto;
  margin-left: 13rem;
  padding-top: 7.6rem;
}
.swiper-slide .slide-con .txt-box h4 {
  margin-top: 3rem;
  font-size: 3.6rem;
  letter-spacing: -0.05em;
}
.swiper-slide .slide-con .txt-box h5 {
  margin-top: 2rem;
  font-size: 2.4rem;
  color: #616161;
  letter-spacing: -0.05em;
}
.swiper-slide .img-wrap {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 28.4rem;
  height: 60rem;
  border-radius: 0 0 4rem 3.3rem;
  overflow: auto;
}
.swiper-slide img {
  border-radius: 0 0 4rem 3.3rem;
  width: 100%;
  display: block;
  object-fit: cover;
}
.swiper-slide .mockup {
  position: relative;
  top: 0;
  left: 0;
  background: url("../images/appImage/Mockup.png") no-repeat;
  flex: 0 0 auto;
  background-size: cover;
  width: 32rem;
  height: 65.8rem;
}
.swiper-slide .mockup01 {
  background: url("../images/appImage/Mockup01.png") no-repeat;
  background-size: cover;
}
.swiper-slide .mockup01 .img-wrap {
  top: 7.4rem;
  height: 56rem;
}
.swiper-slide .mockup02 {
  background: url("../images/appImage/Mockup02.png") no-repeat;
  background-size: cover;
}
.swiper-slide .mockup02 .img-wrap {
  top: 8rem;
  height: 56rem;
}
.swiper-slide .mockup03 .pc {
  display: block;
}
.swiper-slide .mockup03 .mo {
  display: none;
}
.swiper-slide .mockup03 .img-wrap {
  margin: 0 auto;
}
.swiper-button-prev {
  color: #B0BEC5 !important;
}
.swiper-button-next {
  color: #B0BEC5 !important;
}
.swiper-pagination {
  display: block;
  top: 3rem !important;
  left: 60% !important;
}
.swiper-pagination-bullet {
  width: 1.6rem !important;
  height: 1.6rem !important;
  border-radius: 50% !important;
  background: #E0E0E0 !important;
  display: inline-block;
  margin: 0 0.5rem 0 0 !important;
  transform: unset !important;
}
.swiper-pagination-bullet-active {
  background: #E04848 !important;
}

@media screen and (max-width: 1400px) {
  .swiper-slide .slide-con .image-point {
    position: absolute;
    top: 28.4rem;
    left: 140 0.1rem;
  }
  .swiper-slide .slide-con .txt-box {
    margin-left: 8rem;
  }
  .swiper-slide .slide-con .txt-box h4 {
    margin-top: 2rem;
    font-size: 3.6rem;
  }
  .swiper-slide .slide-con .txt-box h5 {
    margin-top: 1.4rem;
  }
}
/*--1079px--*/
@media screen and (max-width: 1079px) {
  .swiper-slide .slide-con {
    flex-direction: column;
    width: 100%;
  }
  .swiper-slide .slide-con .image-point {
    position: absolute;
    top: 28.4rem;
    left: 48%;
    background: url("../images/appImage/appImage03-02.png") no-repeat;
    background-size: contain;
    width: 27.8rem;
    height: 15rem;
  }
  .swiper-slide .slide-con .txt-box {
    padding-top: 2.6rem;
    margin: 1rem auto 0;
    text-align: center;
  }
  .swiper-slide .slide-con .txt-box h4 {
    margin-top: 0rem;
  }
  .swiper-slide .img-wrap {
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto 0 0.7rem;
    width: 28.4rem;
    height: 60rem;
  }
  .swiper-slide .mockup {
    margin: 0 auto;
  }
  .swiper-slide .mockup01 .img-wrap {
    top: 7.4rem;
    height: 56rem;
  }
  .swiper-slide .mockup02 {
    background: url("../images/appImage/Mockup02.png") no-repeat;
    background-size: cover;
  }
  .swiper-slide .mockup02 .img-wrap {
    top: 8rem;
    height: 56rem;
  }
  .swiper-slide .mockup03 .pc {
    display: block;
  }
  .swiper-slide .mockup03 .mo {
    display: none;
  }
  .swiper-slide .mockup03 .img-wrap {
    margin: 0 auto;
  }
  .swiper-pagination {
    display: none;
  }
}
/*--724px--*/
@media screen and (max-width: 724px) {
  .swiper-slide .mockup {
    width: 26rem;
    height: 53.4rem;
  }
  .swiper-slide .mockup .img-wrap {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto 0 0.4rem;
    width: 23rem;
    height: 45rem;
  }
  .swiper-slide .mockup img {
    border-radius: 0 0 3rem 3rem;
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .swiper-slide .mockup01 {
    background: url("../images/appImage/Mockup01.png") no-repeat;
    background-size: cover;
  }
  .swiper-slide .mockup01 .img-wrap {
    top: 7rem;
  }
  .swiper-slide .mockup02 {
    background: url("../images/appImage/Mockup02.png") no-repeat;
    background-size: cover;
  }
  .swiper-slide .mockup02 .img-wrap {
    top: 6.5rem;
  }
  .swiper-slide .mockup03 .pc {
    display: none;
  }
  .swiper-slide .mockup03 .mo {
    display: block;
  }
  .swiper-slide .mockup03 .img-wrap {
    top: 2rem;
    height: fit-content;
  }
  .swiper-slide .slide-con .image-point {
    display: none;
  }
  .swiper-slide .slide-con .txt-box {
    padding-top: 1rem;
    margin: 0;
  }
  .swiper-slide .slide-con .txt-box h4 {
    margin-top: 0rem;
    font-size: 2.4rem;
  }
  .swiper-slide .slide-con .txt-box h5 {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .swiper-button-prev {
    font-size: 3.6rem !important;
    left: 0 !important;
  }
  .swiper-button-next {
    font-size: 3.6rem !important;
    right: 0 !important;
  }

  :root {
    --swiper-navigation-size: 30px !important;
  }
}

/*# sourceMappingURL=main.css.map */
