@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");

html {
  font-size: 10px;
  scroll-behavior: smooth;
  letter-spacing: -1px;
  overflow-x: clip !important;
}
body {
  font-size: 1.6rem;
  font-family: inherit;
  line-height: 1;
  color: #333;
  overflow-x: clip !important;
}

a {
  color: var(--dark333);
}

button {
  cursor: pointer;
}

:root {
  /* blue 계열 */
  --blue001: #0024d8;
  --blue002: #136dec;

  /* green 계열 */
  --green001: #f2b42f;
  --green002: #199c49;

  /* ect */
  --dark333: #333;
  --littlewhite: #f6f7f8;
}

/* 공통css */
.mo {
  display: none;
}
.pc {
  display: flex;
}

.bold {
  font-weight: 700;
}

/* 공통css */

/* header */
header {
  height: 10rem;
  top: 0;
  position: sticky;
  z-index: 1000;
  backdrop-filter: blur(4rem);
  background: rgba(255, 255, 255, 0.9);
}
header .inner {
  width: 100%;
  padding-left: 10rem;
  padding-right: 10rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: unset;
}
header .inner .gnb {
  width: inherit;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .inner .gnb .pc {
  flex-wrap: wrap;
  width: inherit;
  justify-content: space-between;
  align-items: center;
}
header .inner .gnb h1 a img {
  max-width: 10.6rem;
}
header .inner .gnb .pc ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .inner .gnb .pc ul li {
  height: 100%;
  font-size: 1.8rem;
}
header .inner .gnb .pc ul li a {
  padding: 1rem 2.5rem;
  display: block;
  width: 100%;
  height: 100%;
}
header .inner .gnb .pc ul > a {
  display: none;
}

header .inner .gnb .pc > a {
  background: #222222;
  color: #fff;
  width: 11rem;
  height: 4.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}

/* header */

/* main */
.sct {
  margin-top: 17rem;
}

.inner {
  max-width: 160rem;
  margin: auto;
}

/* mainVisual */
.mainVisual {
  width: 100%;
  height: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
.mainVisual .swiper {
  width: 100%;
  height: 100%;
  aspect-ratio: 1820/850;
  border-radius: 3.5rem;
  overflow: clip;
}

.mainVisual .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #d4d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainVisual .swiper-pagination {
  bottom: 5.5rem;
  width: calc(100% - 50% - 10%);
  left: 18%;
  transform: translateX(-50%);
}
.mainVisual .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  outline: 1px solid #fff;
  height: 1rem;
  width: 1rem;
}
.mainVisual .swiper-pagination-bullet-active {
  width: 6rem;
  border-radius: 1rem;
  background-color: #fff;
}

.mainVisual .swiper-slide figure {
  display: block;
  width: 40%;
  height: inherit;
  object-fit: cover;
}

.mainVisual .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainVisual .swiper-slide .visualTxt {
  width: 60%;
  height: inherit;
  background: linear-gradient(210deg, #f2b42f 0%, #199c49 70%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.mainVisual .swiper-slide .visualTxt div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  row-gap: 7rem;
}
.mainVisual .swiper-slide .visualTxt div h2 {
  font-size: 5.5rem;
  line-height: 1.3;
}
.mainVisual .swiper-slide .visualTxt div h2 b {
  font-size: 1.3em;
}

.mainVisual .swiper-slide .visualTxt div p {
  font-size: 2.5rem;
  line-height: 1.4;
}
.mainVisual .swiper-slide .visualTxt div aside {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.mainVisual .swiper-slide .visualTxt div aside a {
  min-width: 15rem;
  height: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border-radius: 0.5rem;
}

.mainVisual .swiper-slide .visualTxt aside a:first-child {
  background: #020202;
  color: #fff;
}
.mainVisual .swiper-slide .visualTxt aside a:last-child {
  background: #fff;
  color: var(--dark333);
}

/* overview */
#sct1 article {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 6.5rem;
}
#sct1 article b {
  font-size: 1.2em;
}

#sct1 .overView {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem;
}
#sct1 .overView li {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 30%;
  aspect-ratio: 516 / 309;
  border-radius: 2rem;
  color: #fff;
}
#sct1 .overView li:nth-child(1) {
  background-color: var(--green002);
}
#sct1 .overView li:nth-child(2) {
  background-color: var(--green001);
}
#sct1 .overView li:nth-child(3) {
  background-color: #3b3b3b;
}

#sct1 .overView li dl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#sct1 .overView li dl dt {
  position: absolute;
  top: 3.5rem;
  left: 3.5rem;
  font-size: 2.5rem;
}
#sct1 .overView li dl dd {
  font-size: 7.5rem;
}

.sctRowTit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2vw;
}
.sctColumTit {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 5vw;
  left: 5vw;
  gap: 1rem;
}

.sctRowTit h2,
.sctColumTit h2 {
  font-size: 7.5rem;
  color: var(--green002);
}
.sctRowTit h3,
.sctColumTit h3 {
  font-size: 4rem;
}

.sctColumTit h2 {
  color: #fff;
}
.sctColumTit h3 {
  color: #fafafa;
}

#sct2 .sctRowTit h3 {
  margin-left: 6.5rem;
}

#sct2 .sctRowTit p {
  margin-left: auto;
  width: 30%;
  word-break: keep-all;
  text-align: right;
  font-size: 2rem;
}

#sct2 .serviceArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.7rem;
}

#sct2 .serviceArea ul li {
  flex: 1 1 30%;
  min-height: 62.5rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2.5rem;
  transition: flex-basis 0.4s ease;
  padding-top: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  color: #ddd;
}

#sct2 .serviceArea ul li:hover {
  flex-basis: 50%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
#sct2 .serviceArea ul li:not(:hover) {
  flex-basis: 20%;
}

#sct2 .serviceArea ul li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sct2 .serviceArea ul li dl {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

#sct2 .serviceArea ul li dl dt {
  font-size: 3rem;
  font-weight: 700;
}
#sct2 .serviceArea ul li dl dd {
  min-height: 9rem;
  font-size: 2rem;
  word-break: keep-all;
  line-height: 1.2;
}

#sct3 .tabMenu ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.8rem;
}

#sct3 .tabMenu ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 5.5rem;
  background-color: #ebebeb;
  border-radius: 1.5rem;
  font-size: 2.5rem;
}

#sct3 .tabMenu ul li a.active {
  background-color: var(--green001);
  color: #fff;
}

#sct3 .sctRowTit {
  flex-direction: row-reverse;
  justify-content: space-between;
}

#sct4 .sctRowTit {
  column-gap: 5rem;
}

.stepWrap {
  display: flex;
  gap: 4rem;
  align-items: stretch;
  border-radius: 3rem;
  border: 1px solid #e3e3e3;
  overflow: hidden;
}

.stepMedia {
  flex: 1 1 60%;
  overflow: hidden;
}

.stepMedia figure {
  width: 100%;
  height: 100%;
}

.stepMedia figure > figcaption{
  position: absolute;
  top: 1em;
  left: 1em;
  background: rgba(0,0,0,1);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
}

.stepMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stepContent {
  flex: 1 1 40%;
  background: #fff;
  border-radius: 2.5rem;
  padding: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stepContent h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.stepContent p {
  font-size: 2rem;
  line-height: 1.6;
  color: #555;
}

.stepControl {
  display: flex;
  gap: 40%;
}

.stepControl button {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.stepControl button.step-next img {
  transform: rotate(180deg);
}
.partnerArea {
  background: rgba(242, 180, 47, 0.25);
  min-height: 34.5rem;
  position: relative;
}

.partnerViewport {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.partnerTrack {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5rem;
  width: max-content;
  animation: partnerFlow 25s linear infinite;
}

.partnerArea:hover .partnerTrack {
  animation-play-state: paused;
}

.partnerTrack li {
  background-color: #fff;
  width: 26rem;
  height: 9rem;
  line-height: 9rem;
  text-align: center;
  flex-shrink: 0;
  border-radius: 1rem;
}

@keyframes partnerFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#sct5 {
  margin-bottom: 15%;
  padding-left: 5rem;
  padding-right: 5rem;
}

.sctColumTit h3 {
  font-weight: 500;
}

.bannerArea {
  aspect-ratio: 1820 / 560;
  width: 100%;
  height: auto;
  background: url("../img/contact.png") no-repeat center center/cover;
  border-radius: 3.5rem;
  position: relative;
  overflow: hidden;
}

.bannerArea::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.buttonArea {
  position: absolute;
  bottom: 5vw;
  right: 5vw;
}

.sct5Btn {
  display: inline-block;
  min-width: 30rem;
  padding: 1.5rem 0;
  font-size: 3rem;
  border-radius: 1rem;
  text-align: center;
  text-decoration: none;
}

.appDown {
  background: linear-gradient(210deg, #f2b42f 0%, #199c49 70%);
  color: #fff;
  margin-right: 4rem;
  box-sizing: border-box;
  line-height: 1.2;
  border: none;
}

#popupForm {
  display: none;
}
#popupForm.open {
  display: flex;
  flex-wrap: wrap;
}

#popupForm form {
  position: fixed;
  width: 100%;
  max-width: 60rem;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: popupFadeUp 0.35s ease;
  border-radius: 2vw;
  padding: 2vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
}
#popupForm .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  left: 0;
  top: 0;
  z-index: 1;
}

/* ===== 인풋 ===== */
#popupForm input,
#popupForm textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  outline: none;
  transition: 0.2s;
}

#popupForm textarea {
  min-height: 120px;
  resize: none;
}

/* 포커스 UX */
#popupForm input:focus,
#popupForm textarea:focus {
  border-color: #2f7d32;
  box-shadow: 0 0 0 3px rgba(47, 125, 50, 0.15);
}

/* ===== 버튼 ===== */
#popupForm button {
  margin-top: 10px;
  height: 52px;
  border-radius: 12px;
  border: none;
  cursor: pointer;

  background: linear-gradient(135deg, #2f7d32, #5fbf72);
  color: #fff;
  font-size: 16px;
  font-weight: 600;

  transition: 0.25s;
}

#popupForm button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(47, 125, 50, 0.35);
}

#popupForm button:active {
  transform: translateY(0);
}

/* ===== 애니메이션 ===== */
@keyframes popupFadeUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

footer {
  background: var(--green002);
  color: #fff;
  position: relative;
}
footer::before {
  content: "We are Service About This Platform";
  position: absolute;
  bottom: 80px;
  font-size: 23rem;
  font-weight: bold;
  width: max-content;
  color: rgba(25, 156, 73, 0.1);
  left: 10%;
  z-index: -1;
}
footer .inner a {
  color: #fff;
}
footer .inner {
  width: 100%;
  max-width: unset;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 10rem;
  padding-right: 10rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .inner .leftArea {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
}
footer .inner .leftArea h2 a img {
  max-width: 10.5rem;
}
footer .inner .leftArea ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin-left: 5vw;
}
footer .inner .leftArea ul li {
  height: auto;
}
footer .inner .leftArea p {
  width: 100%;
}
footer .inner .rightArea {
  line-height: 1.5;
}
footer .inner .rightArea ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/* main */
