@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.typekit.net/ipm5esh.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  list-style: none;
}

*::selection {
  background-color: #E8642B;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {
  --vh: 1vh;
}

@supports (height: 1svh) {
  :root {
    --vh: 1svh;
  }
}

html {
  background-color: #f5f5f5;
  width: 100%;
  overflow-x: clip;
}

body {
  min-width: 0;
  background-color: #f5f5f5;
  overflow-x: clip;
}

::-webkit-scrollbar {
  width: 0px;
}

* {
  cursor: none;
}

.cursor {
  top: -300px;
  left: -300px;
  position: fixed;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
  mix-blend-mode: difference;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%);
  z-index: 601;
  transition: width .1s, height .1s, background-color 1s;
}

.need-to-cursor-big {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  * {
    cursor: auto;
  }

  .cursor,
  .need-to-cursor-big {
    display: none;
  }
}

.progress {
  background-color: #F5F5F5;
  color: #0d0d0d;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 300;
}

.progress-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  z-index: 300;
}

.progress-text {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  color: #0d0d0d;
}

.progress-bar {
  background-color: #E8642B;
  width: 190px;
  height: 3px;
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  z-index: 101;
  padding: 0 30px;
}

.header-logobox {
  z-index: 300;
}

.header-logobox > a {
  vertical-align: middle;
  padding: 3px;
  z-index: 300;
  display: flex;
  align-items: center;
}

.header-logobox > a > img {
  width: 90px;
}

.header-menubox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  width: 80px;
  position: relative;
  z-index: 201;
}

.header-menu-en {
  display: flex;
  align-items: center;
  height: 30px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #0d0d0d;
  transition: .3s;
}

.header-menubox:hover > .header-menu-en {
  font-size: 1.3rem;
  transition: .5s;
}

.header-menu-dot {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 30px;
  width: 30px;
}

.menu-first,
.menu-second,
.menu-third {
  height: 5px;
  width: 5px;
  background-color: #0d0d0d;
  border-radius: 100%;
  z-index: 200;
  transition: all 1s;
}

.menu-second {
  z-index: 199;
  transition: all .3s;
}

.header-menubox:hover > .header-menu-dot > .menu-first,
.header-menubox:hover > .header-menu-dot > .menu-third {
  display: none;
}

.header-menubox:hover > .header-menu-dot > .menu-second {
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

.scale {
  scale: 1000;
  background-color: #F5F5F5;
  transition: scale 1s ease-in-out;
}

.menuSelector {
  color: #0d0d0d;
  display: flex;
  position: fixed;
  opacity: 0;
  top: -100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 200;
}

.opacity {
  top: 45%;
  opacity: 100;
  transition:
    top .1s,
    opacity 2s ease-in-out;
}

.menuSelectorWrapper {
  display: none;
  flex-direction: column;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  justify-content: center;
  align-items: start;
  margin-top: 5vh;
  font-size: 3.5rem;
  z-index: 100;
}

.menuSelectorWrapper div:hover {
  text-decoration: underline;
  font-size: 4rem;
  transition:
    all 0s,
    font-size .5s;
}

.displayFlex {
  display: flex;
}

.main {
  width: 100%;
  min-width: 0;
}

.services {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
  overflow: visible;
}

.services-inner {
  width: 100%;
  padding: 0 65px 0 80px;
  box-sizing: border-box;
}

.services-title {
  margin: 0;
  max-width: 1760px;
  color: #2d2d2d;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  word-break: keep-all;
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(3, 580px);
  column-gap: 15px;
  row-gap: 50px;
  margin-top: 60px;
  padding: 24px 0 32px;
  box-sizing: content-box;
}

.services-card {
  display: flex;
  flex-direction: column;
  width: 580px;
  min-height: 600px;
  height: auto;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 6px 9px 20px rgba(13, 13, 13, 0.12);
  box-sizing: border-box;
}

.services-card-visual {
  width: 540px;
  height: 304px;
  margin: 25px 20px 0;
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
}

.services-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-card-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  column-gap: 12px;
  margin: 25px 30px 0;
}

.services-card-copy {
  display: contents;
}

.services-card-copy h2 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #0d0d0d;
}

.services-card-copy p {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #0d0d0d;
  white-space: nowrap;
  word-break: keep-all;
}

.services-card-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  grid-column: 2;
  grid-row: 1;
  min-height: 36px;
  padding: 4px 16px;
  border: 1px solid #000;
  border-radius: 23px;
  background: #ececec;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: #0d0d0d;
  white-space: nowrap;
}

.services-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 30px auto;
  padding: 0;
}

.services-card-tags li {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border: 1px solid #999;
  border-radius: 23px;
  background: #fff;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: #7e7e7e;
  white-space: nowrap;
}

.services-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520px;
  height: 54px;
  margin: 35px 30px 25px;
  border: 1px solid #000;
  border-radius: 10px;
  background: #343434;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
}

.footer {
  display: flex;
  height: 10vh;
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 100;
}

.footer > .footer-infBox {
  display: flex;
  flex-direction: column;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: .6rem;
  margin-bottom: 3vh;
  margin-left: calc(2vw + 10px);
  color: #0d0d0d;
}

.footer > .footer-infBox > .web-inf {
  display: flex;
}

@media screen and (min-width: 767px) {
  .services {
    width: max(1920px, 100%);
    zoom: min(1, 100vw / 1920px);
  }

  .services-inner {
    width: 1920px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 766px) {
  .services {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .services-inner {
    padding: 0 24px;
  }

  .services-title {
    font-size: clamp(20px, 5.4vw, 28px);
    line-height: 1.4;
  }

  .services-cards {
    grid-template-columns: 1fr;
    column-gap: 15px;
    row-gap: 50px;
  }

  .services-card {
    width: 100%;
    min-height: 0;
  }

  .services-card-visual {
    width: calc(100% - 36px);
    height: auto;
    aspect-ratio: 540 / 304;
    margin: 25px 18px 0;
  }

  .services-card-head {
    gap: 10px;
    margin: 23px 28px 0;
  }

  .services-card-copy h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .services-card-copy p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.02em;
  }

  .services-card-price {
    font-size: 18px;
    line-height: 24px;
    min-height: 32px;
    padding: 3px 14px;
  }

  .services-card-tags {
    gap: 6px;
    margin: 28px 28px 0;
  }

  .services-card-tags li {
    padding: 3px 12px;
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }

  .services-card-cta {
    width: calc(100% - 56px);
    margin: 33px 28px 25px;
    font-size: 22px;
  }

  .footer {
    height: calc(var(--vh, 1svh) * 10);
  }

  .menuSelectorWrapper {
    margin-top: calc(var(--vh, 1svh) * 5);
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 430px) {
  .header {
    width: 100%;
    height: 12%;
  }

  .menu-hidden {
    display: none;
  }
}
