@charset "utf-8";

/* 버튼 스타일 */
button{
  transition: 0.4s;
}
.btn-bk{
  display: flex;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.1875rem;
  background: #1C1C1C;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.4s;
  line-height: 100%; /* 1rem */
}
.btn-bk:hover{
  background: #404040;
}
.btn-primary{
  border-radius: 6.1875rem;
  background: linear-gradient(94deg, #FFC05C -0.45%, #FF6700 100%);
  box-shadow: 0px 40px 60px 0px rgba(255, 128, 0, 0.26);
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%; /* 1.95rem */
  letter-spacing: -0.075rem;
  transition: 0.4s ;
}
.btn-normal:hover , .btn-primary:hover{
transform: translateY(-10px);  
}
/* header */
header{
  display: flex;
  width: 100%;
  height: 5rem;
  padding: 0.625rem 3.75rem;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
header div{
  display: flex;
  align-items: center;
  gap: 2.5rem;

}
header a{
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%; /* 1rem */
  letter-spacing: -0.05rem;
  transition: 0.1s;
}
header a:hover{
  font-weight: 600;
}
header .btn-bk{
  width: 6.25rem;
}


/* 섹션 스타일 */
/* hero section */
.hero-section{
  width: 100%;
  max-height: 50.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  background: url(../img/hero_img.png) center center no-repeat;
  background-size: cover;
}
.hero-section .hero-txt{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
}
.hero-section p{
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 130%; /* 1.95rem */
}
.hero-section h2{
  color: #000;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%; /* 5.2rem */
}
.hero-section h1{
  color: #F60;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
}
.hero-section .btn-primary{
  width: 17.5rem;
  height: 4.375rem;
}
section{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.conteiner{
  max-width: 90.1875rem;
  padding: 7.5rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.conteiner .title{
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 130%; /* 3.9rem */
  
}
/* section 01 */
.product{
  display: flex;
  width: 100%;
  max-width: 90rem;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.product div{
  display: flex;
  width: 10rem;
  height: 10rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 1.875rem;
  box-shadow: 4px 42px 90px 0px rgba(131, 134, 140, 0.39), -2px -2px 3px 0px rgba(0, 0, 0, 0.15) inset, 2px 2px 3px 0px rgba(255, 255, 255, 0.60) inset;
}
.product span{
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%; /* 1.625rem */
}
.product div img{
  width: 3.75rem;
height: 3.75rem;

}
.product .product-01{
  background: #484848;
}
.product .product-02{
background: #3082F5;
}
.product .product-03{
background: #2FD770;
}
.product .product-04{
background: #F1F5FF;
}
.product .product-05{
background: #2F2F2F;
}
.product .product-06{
background: #35C5F0;
}
.product .product-07{
background: #FFE000;
}
.product .product-08{
background: #2FD770;
}
.product .product-09{
background: #FEFFFF;
}
.product .product-10{
  background: #FE6C3D;
}
.product .product-11{
  background: #F2F5FF;
}
.product .product-12{
background: #F8E1C2;
}
.product .product-13{
  background: #F60;
}
/* section 02 */
.sub-txt{
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 130%; /* 1.625rem */
}
.section-02 .conteiner{
  display: flex;
  height: 50rem;
  padding: 10rem 0 10rem 15rem;
  align-items: center;
  gap: 5rem;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  max-width: 100%;
}
.section-02 .conteiner .sub-txt{
  color: #FFF;
}
.section-02 .conteiner .title{
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%; /* 3.25rem */
  text-align: left;
  margin-top: 1.25rem;
}
.section-02{
  background: #191E2A;
}
.section-02 .app-logos{
  overflow: hidden;
  max-width: 71.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
.section-02 .app-logos::before{
content: "";
position: absolute;
left: 0;
display: flex;
width: 17.875rem;
height: 18rem;
flex-shrink: 0;
z-index: 1;
background: linear-gradient(90deg, #191E2A 0%, rgba(25, 30, 42, 0.00) 100%);
}
.section-02 .app-logos::after{
content: "";
position: absolute;
right: 0;
display: flex;
width: 17.875rem;
height: 18rem;
flex-shrink: 0;
z-index: 1;

background: linear-gradient(-90deg, #191E2A 0%, rgba(25, 30, 42, 0.00) 100%);
}
.section-02 .app-logos img{
  width: 6.25rem;
  height: 6.25rem;
  aspect-ratio: 1/1;
}
.section-02 .app-logos > div{
  display: inline-flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}
.logo-track2 {
  display: flex;
  width: max-content;
  animation: scroll-right 20s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0);
  }
}

/* section 3 */
.section-03{
  background: url(../img/section03-bg.png) center center no-repeat;
  background-size: cover;

}
.section-03 .title{
  color: #FFF;
text-align: center;
font-size: 3rem;
font-weight: 600;
line-height: 130%; /* 3.9rem */
letter-spacing: -0.15rem;
}
.section-03 .card{
  display: flex;
  width: 25rem;
  padding-top: 3.75rem;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  gap: 2.125rem;
  border-radius: 1.25rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px);
  /* height: 450px; */
  flex: 1;
  overflow: hidden;

}
.section-03 .conteiner > div{
  display: flex;
  gap: 2.5rem;
  align-items: stretch;
}
.section-03 .card p{
  color: #F60;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%; /* 1.95rem */
  letter-spacing: -0.075rem;
}
.section-03 .card span{
  color: #FFF;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 130%; /* 1.21875rem */
  letter-spacing: -0.04688rem;
}

.section-04{
  background: #FF7F2A;

}
.section-04 .conteiner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: row;
}
.section-04 .conteiner .d-flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: row;
  gap: 5rem;
}
.section-04 .title{
  color: #FFF;
font-size: 3rem;
font-weight: 600;
line-height: 130%; /* 3.9rem */
letter-spacing: -0.15rem;
text-align: left;
}
.section-04 .card{
  display: flex;
  width: 28.75rem;
  padding: 1.875rem;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  border-radius: 1.25rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px);
  height: 100%;
}
.section-04 .card > .icon-img{
  width: 20rem;
  height: 20rem;
  aspect-ratio: 1/1;
}
.section-04 .card p{
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 130%; /* 2.925rem */
  letter-spacing: -0.1125rem;
}
.section-04 .card span{
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%; /* 1.875rem */
  letter-spacing: -0.0625rem;
}
.section-04 .card > div{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  /* align-self: stretch; */
}
.section-05{
  display: flex;
  padding: 7.5rem 0rem;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  align-self: stretch;
}
.section-05 .title p{
  color: #999;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%; /* 1.95rem */
  letter-spacing: -0.075rem;
  margin-top: 1.25rem;
}
.section-05 .btn-normal{
  display: flex;
  padding: 0.625rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.1875rem;
  background: linear-gradient(94deg, #FFC05C -0.45%, #FF6700 100%);
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%; /* 1.625rem */
  letter-spacing: -0.0625rem;
}
.section-05 .btn-normal:hover{
  transform: translateY(-10px);
}
.process{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch;
}
.process > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  /* width: 100%; */
  width: 13.75rem;
}
.process > div img{
  width: 7.5rem;
height: 7.5rem;
}
.process > div img:hover{
  animation: swing 0.6s ease-in-out;
}
.process > div p{
  color: #101010;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 1.95rem */
  letter-spacing: -0.075rem;
}
.process > div span{
  color: #101010;
  text-align: center;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.3rem */
  letter-spacing: -0.05rem;
}
/* .arrow{
  stroke-width: 1.5px;
  stroke: #F60;
  width: 2.5rem;
  height: 0rem;
} */

@keyframes swing {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(10deg); }
  40% { transform: rotate(-8deg); }
  60% { transform: rotate(6deg); }
  80% { transform: rotate(-4deg); }
  100% { transform: rotate(0deg); }
}

.section-06{
  height: 50rem;
  /* background: #191E2A; */
  background-image: url(../img/section06-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  align-items: flex-start;
  justify-content: center;
}
.section-06 .conteiner{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5rem;
  max-width: 71.25rem;;
  width: 100%;
}
.section-06 .conteiner .title{
  color: #FFF;
  font-size: 3rem;
   font-weight: 600;
  line-height: 130%; /* 3.9rem */
  letter-spacing: -0.15rem;
  text-align: left;
}
.number-wrap{
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.625rem 3.75rem;
  flex-wrap: wrap;
}
.number-wrap > div{
  display: flex;
flex-direction: column;
align-items: flex-start;
}
.number-wrap p{
  color: #F60;
font-size: 1.25rem;
font-weight: 600;
line-height: 130%; /* 1.625rem */
letter-spacing: -0.0625rem;
}
.number-wrap .counter , .number-wrap span{
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 130%; /* 5.2rem */
  letter-spacing: -0.2rem;
}


/* section 7 */
.section-07{
  background: url(../img/section7-bg.png) center center;
  background-size: cover;


}
.section-07 .title{
  color: #FFF;
  font-size: 3rem;
  font-weight: 600;
  line-height: 130%; /* 3.9rem */
  letter-spacing: -0.15rem;
  text-align: left;
}
.section-07 .conteiner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}
.section-07 .conteiner > div{
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  align-self: stretch;
  justify-content: space-between;
}
.section-07 .card{
  border-radius: 1.25rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px);
  width: 27.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-07 .card p{
  color: #FFF;
  font-family: Pretendard;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 2.6rem */
  letter-spacing: -0.1rem;
  width: 100%;
  text-align: left;
  padding: 2.5rem;

}

.section-07 .number-card{
  border-radius: 1.25rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px);
  display: flex;
  padding: 1.875rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1 0 0;
  align-self: stretch;

  width: 27.5rem;
  
}
.section-07 .number-card .txt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 0.125rem;
}
.section-07 .number-card span{
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 130%; /* 1.1375rem */
  letter-spacing: -0.04375rem;
  width: 100%;
}
.section-07 .number-card p{
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 130%; /* 1.625rem */
  letter-spacing: -0.0625rem;
  width: 100%;

}
.section-07 .number-card h1{
  color: #FFF;
  font-size: 4rem;
  font-weight: 600;
  line-height: 130%; /* 5.2rem */
  letter-spacing: -0.2rem;
  width: 100%;

}
.section-07 .flex-col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  flex: 1 0 0;
  align-self: stretch;
}

/* footer */
footer{
  display: flex;
  height: 15rem;
  padding: 2.5rem 63.5rem 2.5rem 15rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
footer div , footer span{
  color: #747474;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%; /* 1.4rem */
  letter-spacing: -0.04375rem;
}
.mobile_only{
  position: relative;
  display: none;
}
.m-menu{
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.m-nav{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 4rem 0;
  gap: 40px;
  background-color: #FFF;
  width: 80vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #FFF;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.10);
}
.section-02 .app-logos {
  max-width: 52.25rem;
}
/* 반응형 */
html {
  font-size: clamp(12px, 1vw, 16px);
}
.mobile-menu {
  display: none;
}
.mobile-menu.active {
  display: block;
}
@media (max-width:1680px) {
  .section-02 .app-logos {
    max-width: 52.25rem;
}
.section-02 .conteiner {
  padding: 10rem 0 10rem 3rem;
  gap:3rem;
}
}
@media (max-width:1440px) {
  
}
@media (max-width:1280px) {
  
}
@media (max-width:1080px) {
  .section-02 .conteiner {
    flex-direction: column;
    padding: 5rem 0;
    justify-content: center;
  }
.section-02 .conteiner .title {
  text-align: center;
}
.section-02 .conteiner .sub-txt {
  text-align: center;
}
.section-04 .conteiner {
  flex-direction: column;
}
}
@media (max-width:960px) {
  header {
    padding: 0.625rem 2rem;
}
.hero-section h1 , .hero-section h2 {
  font-size: 3rem;
}
.product div {
  width: 6rem;
  height: 6rem;
  gap: 0.75rem;
}
.product div img {
  width: 1.6rem;
  height: 1.6rem;
}
.product span {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}
.product {
  max-width: 48rem;
  gap: 1rem;
}

.conteiner {
  padding: 5rem 2rem;
  gap: 2.5rem;
}
section .conteiner .title {
  font-size: 2rem !important;
}

.section-03 .conteiner > div {
  flex-direction: column;
  width: 100%;
}
.section-03 .card {
  width: 100%;
}
.section-03 .card p {

  font-size: 2rem;
}

footer {
  display: flex;
  height: 15rem;
  padding: 2.5rem 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.section-07 .card p {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.6rem;
}
.section-07 .card img{
  width: 160px;
  height: 160px;
}
.section-07 .card {
  align-items: flex-end;
}

.section-07 .number-card {
  padding: 1.6rem;
  width: 20rem;
}
.section-07 .number-card h1 {
  font-size: 2.4rem;
  font-weight: 500;
}
.section-07 .card-icon{
  width: 40px;
}
}

@media (max-width:780px){
  .section-04 .conteiner .d-flex{
    flex-direction: column;
    gap: 2rem;
  }
  .section-04 .conteiner {
  width: 100%;
  padding: 5rem 2rem;
}

.section-04 .card {
  width: 100%;
  height: auto;
}
.section-04 .card > div {
  width: 100%;
}
.process > svg {
  display: none;
}
.section-05{
  padding: 0;
}
.process {
  flex-direction: column;
}
.section-06 {
height: auto;
}
.section-07 .conteiner > div {
  gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-07 .card {
  width: 20rem;
}
.section-07 .flex-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  flex: 1 0 0;
  align-self: auto;
  align-items: center;
  justify-content: center;
}
.section-03 .card span {
  font-size: 1.4rem;
}

.section-03 .card {
  padding: 2rem;
}


}
@media (max-width:680px) {
  .pc-menu{
    display: none;
  }
  .mobile_only{
    display: flex;
  }
  .hero-section h1 , .hero-section h2 {
    font-size: 2.4rem;
  }
  html {
    font-size: clamp(10px, 1vw, 14px);
  }
  .process > div {
    width: 100%;
}
.btn-bk {
  display: flex;
  padding: 1.2rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.1875rem;
  background: #1C1C1C;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  transition: 0.4s;
  line-height: 100%;
}


}
@media (max-width:468px) {
  .section-02 .conteiner {
    height: 40rem;
}
.process > div p {
  font-size: 1.8rem;
}
.process > div span {
  font-size: 1.4rem;
}
}
@media (max-width:360px) {
  html {
    font-size: clamp(8px, 1vw, 13px);
  }
  .section-07 .flex-col {
    width: 100%;
}
.section-07 .number-card{
  width: 100%;

}
.section-07 .card{
  width: 100%;
}
}