@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css');
@import url('https://webfontworld.github.io/sandbox/SBAggro.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
:root {
  --main: #5828f5;
  --sec: #9f15df;
  --white8: rgba(255, 255, 255, 0.8);
  --white5: rgba(255, 255, 255, 0.5);
  --white4: rgba(255, 255, 255, 0.4);
  --white2: rgba(255, 255, 255, 0.2);
  --white1: rgba(255, 255, 255, 0.1);
  --black2: rgba(0, 0, 0, 0.2);
}

html {
  min-width: 1200px;
  overflow-x: auto;
  word-break: keep-all;
}

.SCROLLHIDE::-webkit-scrollbar {
  display: none;
}

body {
  max-width: screen;
  min-width: 1200px;

  font-family: 'Poppins', 'SUIT', sans-serif;
  color: white;
  background-color: black;
}

.badge {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  border: 1px solid var(--black2);
  padding: 6px 12px;
  border-radius: 99px;
  font-family: 'SUIT', sans-serif;
  margin-right: 8px;
}

/* 메인 */
.main {
  background-color: var(--main);
}

.main .titleWrapper {
  text-align: center;
  padding: 130px 0 46px 0;
}

.main .mainWrapper {
  font-size: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  align-items: center;
  height: 1046px;
  overflow: hidden;
}

.main .title {
  font-weight: 700;
  font-size: 80px;
  line-height: 90%;
  word-spacing: -1%;
  margin-bottom: 32px;
}

.main .subtitle {
  font-size: 16px;
  opacity: 80%;
}

.main .subtitle span {
  padding: 0 12px;
  line-height: 14px;
  display: inline-block;
  border-left: 1px solid var(--white5);
}

.main .subtitle span:first-child {
  border-left: none;
  padding-left: 0px;
}

.main .subtitle span:last-child {
  padding-right: 0px;
}

.main .main_bg {
  position: relative;
  width: 100%;
  padding-top: 68px;
  display: flex;
  justify-content: center;
}

.main .main_bg img {
  width: 100%;
}

.main .main_bg .main_phone {
  position: relative;
  z-index: 1;
  width: 1920px;
  padding-left: 242px;
  padding-right: 126px;
}

.main .main_bg .main_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main .main_gif {
  max-width: 1920px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-left: 0;
  z-index: 2;
}

.main .main_gif img {
  transform: scaleX(-1);
  width: 500px;
}

.main .desc {
  background-color: white;
  display: flex;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 148px;
  color: black;
}

.main .desc .left {
  max-width: 50%;
  flex: 1 1 0;
  font-family: 'SUIT', sans-serif;
  font-weight: 700;
  line-height: 100%;
  padding-left: 32px;
}

.main .desc .right {
  min-width: 780px;
}

.main .desc .badgeWrapper {
  width: 100%;
}

.main .desc .text {
  margin-top: 24px;
  width: 100%;
  line-height: 150%;
}

.asdf {
  height: 100px;
}

.section1 {
  position: relative;
  color: black;
  background-color: white;
  padding-top: 196px;
  padding-bottom: 214px;
}

.section1 .desc {
  position: absolute;
  top: 52%;
  left: 10.6%;
}

.section1 .desc .text {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 80px;
}

.section1 button > div {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #111827;
  padding: 0 13px 0 16px;
  height: 32px;
  width: 177px;
  border-radius: 99px;
}
.section1 button .buttonText {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  font-family: 'SUIT', sans-serif;
}

.section1 .background.desktop {
  display: block;
}
.section1 .background.tablet {
  display: none;
}

.section1 .background img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .section1 .desc {
    position: static;
    top: auto;
    left: auto;
    width: 770px;
    margin: 0 auto;
  }

  .section1 .desc .text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 32px;
  }

  .section1 .desc .arrow {
    width: 70px;
    height: 32px;
    cursor: pointer;
  }

  .section1 .background.desktop {
    display: none;
  }
  .section1 .background.tablet {
    display: block;
  }
}

.section2 {
  background-color: white;
}

.section2 > div {
  max-width: screen;
  overflow: hidden;

  display: grid;
  grid-template-columns: 17.8% 45.8% 34.6%;
  font-size: 0px;
  gap: 16px;
}

.section2 img {
  width: 100%;
}
.section2 .grid1 .row2 {
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.section2 .grid1 .row2 .gif {
  position: absolute;
  bottom: -2px;
  left: 12.4%;
  width: 72.2%;
}

.section2 .grid2 > div {
  display: flex;
}

.section2 .grid2 > div:not(:first-child) {
  margin-top: 16px;
}

.section2 .grid2 .row1 > div:nth-child(1) {
  min-width: 58.4%;
}

.section2 .grid2 .row1 > div:nth-child(2) {
  background-color: black;
  min-width: 40.1%;
  flex: 1 1 0;
  text-align: center;
}

.section2 .grid2 .row1 > div:nth-child(2) img {
  width: 100%;
}

.section2 .grid2 .cancel {
  position: relative;
  width: 36.7%;
  margin-right: 16px;
}

.section2 .grid2 .cancel .gif {
  width: 68%;
  top: 10.9%;
  left: 13%;
  position: absolute;
}

.section2 .grid2 .matching {
  position: relative;
  width: 61.4%;
}

.section2 .grid2 .matching .gif {
  width: 37.1%;
  top: 6.8%;
  left: 28.5%;
  transform: scaleX(-1);
  position: absolute;
}

.section2 .grid3 {
  position: relative;
  background-color: var(--sec);
}

.section2 .grid3 .image {
  position: relative;
}

.section2 .grid3 .image img {
  padding: 20px 20px 8px 20px;
}

.section2 .grid3 .gradient {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100px;
  background: linear-gradient(180deg, transparent 0%, var(--sec) 100%);
}

.section2 .grid3 .text {
  position: relative;
  z-index: 2;
  width: 60.8%;
  margin: -22px auto 0 auto;
}

.section3 .textWrapper {
  background-color: white;
  padding-top: 300px;
  padding-bottom: 122px;
  text-align: center;
  color: #111827;
}

.section3 .textWrapper .subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}

.section3 .textWrapper .maintitle {
  font-family: 'SBAggro', sans-serif;
  font-size: 80px;
  line-height: 100%;
  margin-bottom: 22px;
}

.section3 .textWrapper .desc {
  line-height: 150%;
}

.section3 .image {
  position: relative;
  font-size: 0px;
}

.section3 .image.separator {
  position: relative;
}

.section3 .image.separator:before {
  content: '';
  display: block;
  width: 100%;
  height: 72%;
  position: absolute;
  top: 0;
  background-color: white;
}

.section3 .image.separator .background {
  position: relative;
  z-index: 1;
  width: 100%;
}

.section3 .image.separator:after {
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  background-color: var(--main);
}

.section3 .image.separator .character {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}

.section3 .motif {
  background-color: var(--main);
  padding-top: 170px;
  padding-bottom: 122px;
  text-align: center;
  border-bottom: 1px solid var(--white1);
}

.section3 .motif .subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 77px;
}

.section3 .motif .imageWrapper {
  max-width: 1480px;
  padding: 0 140px;
  margin: 0 auto;
  display: flex;
}

.section3 .motif img {
  margin-bottom: 20px;
  width: 100%;
}

.section3 .motif .division {
  margin-right: 34px;
}

.section3 .onboarding {
  padding-top: 214px;
  background-color: var(--main);
  position: relative;
}

.section3 .onboarding .upper {
  position: relative;
  max-width: 1260px;
  width: 100%;
  display: flex;
  margin: 0 auto;
}

.section3 .onboarding .upper .blocks {
  width: 360px;
  flex-shrink: 0;
  letter-spacing: -0.25px;
  line-height: 150%;
}

.section3 .onboarding .phone {
  margin: 0 34px 0 34px;
  width: auto;
}

.section3 .onboarding .subtitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-bottom: 54px;
}

.section3 .onboarding .imageWrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 40px;
}

.section3 .onboarding .imageWrapper img {
  width: 100%;
}

.section3 .onboarding .imageWrapper .gif {
  position: absolute;
  left: -26.4%;
  right: 0;
  bottom: -1.7%;
  width: 140%;
}

.section3 .onboarding .imageWrapper .button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.section3 .onboarding .imageWrapper .bar {
  position: absolute;
  right: 25%;
  bottom: 29.7%;
  width: 25%;
  aspect-ratio: 1/2;
  background-color: black;
}

.section3 .onboarding .horizon {
  position: relative;
}

.section3 .onboarding #onboarding_background {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: black;
}

.section3 .onboarding_text {
  margin-top: 36px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 #onboarding_block {
  display: block;
}

.section3 .onboarding_text {
  display: none;
}

@media screen and (max-width: 1440px) {
  .section3 #onboarding_block {
    display: none;
  }

  .section3 .onboarding_text {
    display: flex;
    justify-content: center;
  }
}

.section3 .onboarding2 {
  margin-top: 316px;
  margin-bottom: 300px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.section3 .onboarding2 .col1 {
  margin-top: 21.7%;
  margin-right: 40px;
  min-width: 210px;
  width: 15.6%;
}

.section3 .onboarding2 .col2 {
  max-width: 472px;
  margin-top: 34.9%;
  margin-right: 40px;
  min-width: 320px;
  width: 27%;
}

.section3 .onboarding2 .col3 {
  max-width: 472px;
  margin-right: 40px;
  min-width: 320px;
  width: 27%;
}

.section3 .onboarding2 .col3 .col_text {
  white-space: nowrap;
  line-height: 150%;
}

.section3 .onboarding2 .col4 {
  max-width: 300px;
  margin-top: 42%;
  min-width: 210px;
  width: 15.6%;
}

/* .section3 .onboarding2 {
  position: relative;
  background-color: black;
  margin-top: 316px;
  margin-bottom: 634px;
} */

.section3 .onboarding2 img {
  width: 100%;
}

.section3 .onboarding2_text {
  position: absolute;
  bottom: 0;
  width: 50%;
  right: 0;
  padding-left: 3.6%;
  padding-bottom: 25.6%;
  line-height: 150%;
}

.section4 {
  position: relative;
  background-color: var(--main);
}

.section4 .upper.block {
  position: absolute;
  top: 0;
  width: 50%;
  background-color: black;
  height: 118px;
  color: black;
}

.section4 .keyVisual {
  padding-top: 264px;
  padding-bottom: 100px;
  text-align: center;
  margin: 0 auto;
}

.section4 .keyVisual .subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}

.section4 .keyVisual .maintitle {
  font-family: 'SBAggro', sans-serif;
  font-size: 80px;
  line-height: 100%;
  margin-bottom: 22px;
}

.section4 .keyVisual .desc {
  font-family: 'SUIT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.section4 .separator {
  display: flex;
}

.section4 .separator > div {
  width: 50%;
  font-size: 0px;
}

.section4 .right {
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 56px 60px;
}

.section4 .right .title {
  font-family: 'SBAggro', sans-serif;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
}

.section4 .right .title span {
  font-weight: 300;
}

.section4 .right .desc {
  font-size: 16px;
  line-height: 150%;
  opacity: 50%;
}

.section4 .right .block {
  background-color: black;
  height: 110px;
  width: 100%;
}

.section4 .gif {
  /* position: absolute; */
  /* bottom: 0;
  left: 0; */
  width: 600px;
}

.section5 {
  max-width: screen;
  overflow-x: hidden;

  padding: 280px 0;
}

.section5 .marquee3k__wrapper {
  display: flex;
}

.section5 .marquee3k__wrapper .cardContainer {
  padding-right: 60px;
}

/* .section5 .card {
  display: inline-block;
  flex-shrink: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.section5 .card:not(:first-child) {
  margin-left: 60px;
}

.section5 .card .text {
  margin-top: 20px;
}

.section5 .card.reminder {
  margin-top: 82px;
}

.section5 .card.matching2 {
  margin-top: 82px;
}

.section5 .card.rating {
  margin-top: 62px;
} */

.section6 {
  padding: 150px 0;
  background-color: #111111;
}

.section6 .image {
  max-width: 1628px;
  padding: 0 52px;
  margin: 0 auto;
}

.section6 .image img {
  width: 100%;
}

.section7 {
  background-color: var(--main);
  padding-bottom: 248px;
}

.section7 .title {
  font-size: 40px;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 40px;
}

.section7 .desc {
  font-family: 'SUIT', sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.section7 img {
  width: 100%;
}

.section7 .separator .upper {
  position: relative;
}

.section7 .separator .textWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 174px 0px;
  width: 55%;
}

.section7 .separator .upper .image_1 {
  position: absolute;
  right: 6.25%;
  top: 0px;
  width: 38.7%;
}

.section7 .separator .upper .image_2 {
  width: 66.6%;
}

@media screen and (max-width: 1440px) {
  .section7 .separator .textWrapper {
    padding: 174px 0 260px 32px;
    align-items: start;
  }

  .section7 .separator .upper .image_1 {
    position: absolute;
    right: 6.25%;
    top: 0px;
    width: 38.7%;
    /* 크기가 너무 정확한 비례로 증감해서 아래 이미지 패딩 잡기가 너무 애매함  */
  }

  .section7 .separator .upper .image_2 {
    width: 100%;
    padding-right: 32px;
  }
}

.section7 .lower {
  margin: 140px auto 0 auto;
  max-width: 1406px;
  padding: 0 32px;
}

.section8 .maintitle {
  font-size: 80px;
  font-weight: 800;
  line-height: 110%;
  padding-top: 110px;
  padding-bottom: 96px;
  text-align: center;
}

.section8 ul .item {
  display: flex;
}

.section8 ul .item > div {
  padding: 80px 0 84px 0;
  width: 50%;
  text-align: center;
}

.section8 ul .item:first-child > div {
  padding-top: 56px;
  padding-bottom: 88px;
}

.section8 ul .item:not(:first-child) > div {
  border-top: 1px solid var(--white1);
}

.section8 ul .type {
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 80px;
}

.section8 ul .title {
  font-family: 'SBAggro', sans-serif;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.25px;
  margin-bottom: 16px;
}

.section8 .left {
  opacity: 70%;
}

.section8 .left .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.25px;
}

.section8 .left .desc p {
  max-width: 502px;
}

.section8 ul .item:first-child .left .desc {
  /* padding-bottom: 80px; */
  height: 148px;
}

.section8 .right {
  position: relative;
  background-color: #222222;
}

.section8 .right::before {
  content: '';
  display: inline-block;
  position: absolute;
  background: url('./assets/dongnae_ui_arrow.png') no-repeat center / 32px;
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.section8 .item:first-child .right::before {
  margin-top: 38px;
}

.section8 .right .desc {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.25px;
  max-width: 502px;
  margin: 0 auto;
  opacity: 50%;
}

.section9 {
  padding-top: 160px;
  padding-bottom: 198px;
}

.section9 .titleWrapper {
  text-align: center;
  margin-bottom: 100px;
}

.section9 .titleWrapper .title {
  font-size: 80px;
  font-weight: 900;
  line-height: 110%;
  margin-bottom: 24px;
}

.section9 .titleWrapper .desc {
  font-size: 16px;
  line-height: 150%;
}

.section9 .image {
  max-width: 1920px;
  padding: 0 60px;
  margin: 0 auto;
  margin-bottom: 206px;
}

.section9 .image.tablet {
  display: none;
}

.section9 .image img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .section9 .image {
    max-width: 1236px;
    padding: 0 32px;
  }

  .section9 .image.desktop {
    display: none;
  }

  .section9 .image.tablet {
    display: block;
  }
}

.section9 .kanoModal {
  display: flex;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 0 0 60px;
}

.section9 .kanoModal .left {
  flex: 1 1 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 60px;
  display: flex;
}

@media screen and (max-width: 1440px) {
  .section9 .kanoModal {
    display: flex;
    flex-direction: column;
    padding: 0 32px;
  }
}

.section9 .kanoModal .left div {
  width: 140px;
  flex-shrink: 0;
}

.section9 .kanoModal .right {
  display: flex;
  max-width: 1385px;
  width: 100%;
}

.section9 .kanoModal .right .item {
  width: 360px;
}

.section9 .kanoModal .right .item:nth-child(1) {
  max-width: 442px;
  margin-right: 40px;
  width: 100%;
}

.section9 .kanoModal .right .item:nth-child(1) .desc {
  max-width: 390px;
}

.section9 .kanoModal .right .item:nth-child(1) .badge {
  background-color: #9f15df;
}

.section9 .kanoModal .right .item:nth-child(2) {
  max-width: 454px;
  margin-right: 40px;
  width: 100%;
}

.section9 .kanoModal .right .item:nth-child(2) .badge {
  background-color: #5828f5;
}

.section9 .kanoModal .right .item:nth-child(3) {
  max-width: 408px;
  width: 100%;
}

.section9 .kanoModal .right .item:nth-child(3) .badge {
  background-color: #e2e8f0;
  color: black;
}

@media screen and (max-width: 1440px) {
  .section9 .kanoModal .right .item:nth-child(1),
  .section9 .kanoModal .right .item:nth-child(2) {
    margin-right: 18px;
  }
}

.section9 .kanoModal .upper {
  height: 354px;
}

.section9 .kanoModal .badge {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 16px;
}

.section9 .kanoModal .upper .title {
  font-family: 'SBAggro', sans-serif;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 16px;
}

.section9 .kanoModal .upper .desc {
  font-size: 16px;
  line-height: 150%;
  opacity: 50%;
  /* letter-spacing: -0.25px; */
}

.section9 .kanoModal .lower .subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  opacity: 80%;
}

.section9 .kanoModal .lower .desc {
  font-size: 16px;
  line-height: 150%;
  /* letter-spacing: -0.25px; */
}

.section10 .uiMainTask {
  position: relative;
  background-color: var(--main);
  height: 424px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section10 .maintitle {
  position: relative;
  z-index: 1;
  font-size: 80px;
  font-weight: 800;
  line-height: 110%;
}

.section10 .title {
  font-family: 'SBAggro', sans-serif;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 20px;
}

.section10 .desc {
  font-size: 16px;
  line-height: 150%;
  opacity: 80%;
  letter-spacing: -0.25px;
}

.section10 .textWrapper {
  max-width: 1384px;
  padding: 0 32px;
  margin: 0 auto;
}

.section10 img {
  width: 100%;
}

.section10 .uiMainTask .image {
  position: absolute;
  right: 0;
  top: -60px;
}

@media screen and (max-width: 1440px) {
  .section10 .uiMainTask {
    height: 640px;
    flex-direction: column;
    justify-content: normal;
  }

  .section10 .maintitle {
    position: relative;
    z-index: 1;
    font-size: 80px;
    font-weight: 800;
    line-height: 110%;
    margin-top: 100px;
    padding-bottom: 28px;
    background-color: var(--main);
  }

  .section10 .uiMainTask .image {
    position: relative;
    right: 0;
    top: -60px;
  }
}

.section10 .uiMainTask .image img {
  width: 554px;
}

.section10 .reserve {
  position: relative;
  height: 1080px;
}

.section10 .reserve .images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
}

.section10 .reserve .images > div {
  width: 50%;
  height: 1080px;
  overflow: hidden;
}

.section10 .reserve .left .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.section10 .reserve .left img {
  width: 100%;
  min-width: 960px;
}

.section10 .reserve .right {
  background-color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section10 .reserve .right img {
  width: 360px;
}

.section10 .reserve .textWrapper {
  padding-top: 260px;
  position: relative;
  z-index: 1;
}

.section10 .reserve .textWrapper .title {
  margin-bottom: 36px;
}

.section10 .reserve .textWrapper .desc {
  opacity: 60%;
  letter-spacing: 0px;
}

.section10 .flow {
  padding-top: 240px;
  padding-bottom: 250px;
}

.section10 .flow .textWrapper {
  margin-bottom: 96px;
}

.section10 .flow .textWrapper .desc {
  opacity: 60%;
}

.section10 .flow .image {
  max-width: 1764px;
  padding: 0 32px;
  margin: 0 auto;
}

.section10 .detail {
  position: relative;
  background-color: var(--main);
  padding-top: 276px;
  padding-bottom: 208px;
}

.section10 .detail .block {
  position: absolute;
  width: 50%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: black;
}

.section10 .detailWrapper {
  position: relative;
}

.section10 .detailWrapper .textWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section10 .detailWrapper .image {
  padding-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section10 .detailWrapper .image img {
  width: 1920px;
}

.section10 .detailWrapper .title {
  margin-bottom: 0;
}

.section10 .detailWrapper .desc {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  padding: 0 0 220px 208px;
}

@media screen and (max-width: 1440px) {
  .section10 .detailWrapper .textWrapper {
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }

  .section10 .detailWrapper .image {
    padding-top: 0;
  }
}

.section10 .review {
  position: relative;
  background-color: var(--main);
  padding-bottom: 164px;
}

.section10 .review .textWrapper {
  margin-bottom: 96px;
}

.section10 .review .image {
  max-width: 1652px;
  padding: 0 46px;
  margin: 0 auto;
}

.section10 .review .image img {
  width: 100%;
}

.section10 .review .gif {
  width: 345px;
  height: 345px;
  position: absolute;
  right: 0;
  bottom: -74px;
  z-index: 2;
}

.section11 {
  position: relative;
  padding-top: 226px;
  /* background-color: #111111; */
}

.section11 .block {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100px;
  background-color: var(--main);
}

.section11 .contentWrapper {
  position: relative;
  z-index: 2;
}

.section11 .textWrapper {
  max-width: 1384px;
  padding: 0 32px;
  margin: 0 auto 30px auto;
}

.section11 .title {
  font-family: 'SBAggro', sans-serif;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 20px;
}

.section11 .desc {
  font-size: 16px;
  line-height: 150%;
  opacity: 80%;
  letter-spacing: -0.25px;
}

.section11 .image {
  max-width: 1502px;
  padding: 0 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.section11 .image img {
  max-width: 360px;
  min-width: 320px;
  margin-top: 132px;
  height: 100%;
}

.section11 .image img:not(:first-child) {
  margin-left: 20px;
}

.section11 .image img:nth-child(2) {
  margin-top: 0;
}

.section11 .background {
  height: 1094px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.section11 .background img {
  width: 100%;
  min-width: 1920px;
}

@media screen and (max-width: 1440px) {
  .section11 .textWrapper {
    margin-bottom: 68px;
  }
}

.section12 {
  height: 163px;
  /* padding-top: 278px;
  padding-bottom: 364px; */
  /* background-color: #111111; */
  /* text-align: center; */
}

/* .section12 .text {
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 56px;
} */

.contact {
  padding: 0 32px 32px 32px;
}

.contact .upper {
  text-align: center;
  padding-top: 108px;
  padding-bottom: 112px;
}

.contact .upper .text {
  font-family: 'SUIT', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 64px;
}

.contact .upper .client {
  color: #dbdbdb;
  font-family: 'pretendard', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 104px;
}

.contact .upper .client div:first-child {
  margin-bottom: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact .upper .remain {
  color: #757575;
  font-family: 'pretendard', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.contact .lower {
  background: #111;
  border-radius: 10px;
  padding: 70px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact .lower .text .eng {
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 22px;
}

.contact .lower .text .kor {
  line-height: 130%;
}

.contact .lower .contact_button {
  padding: 16px 20px;
  border: 1px solid white;
  border-radius: 999px;
  color: white;
  font-size: 24px;
  line-height: 100%;
}
