@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&display=swap');
@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css');
@import url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff');
/* SBAggro */

/* common */
: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);
}

html {
  min-width: 1180px;
  overflow-x: auto;
}

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

body {
  max-width: screen;
  min-width: 1180px;
  overflow-y: hidden;
  font-family: 'Poppins', 'SUIT', sans-serif;
  color: white;
  background-color: black;
  word-break: keep-all;
}

h2 {
  font-size: 80px;
  font-weight: 800;
  line-height: 110%;
}

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

.main .title {
  font-weight: 700;
  font-size: 80px;
  line-height: 90%;
  word-spacing: -0.8px;
  margin-bottom: 24px;
  padding-top: 130px;
}

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

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

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

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

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

/* 메인 */
.main .titleWrapper {
  height: 394px;
  margin: 0 auto;
  text-align: center;
}

.main .main_image {
  background-color: var(--main);
  text-align: center;
  position: relative;
  width: 100%;
  height: 786px;
}

.main .main_image img {
  width: 786px;
  height: 786px;
}

.main .main_image .blocks {
  position: absolute;
  background-color: black;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 50%;
}

.main .desc {
  display: flex;
  align-items: start;
  padding-top: 60px;
  padding-bottom: 125px;
  justify-content: space-between;
}

.main .desc .left {
  font-weight: 700;
  line-height: 100%;
  padding-left: 32px;
  min-width: 400px;
  padding-top: 6px;
}

.main .desc .right {
  max-width: 954px;
  width: 100%;
}

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

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

/* 섹션1 */
.section1 {
  background-color: #111111;
  padding-top: 198px;
  padding-bottom: 76px;
}

.section1 .textWrapper {
  text-align: center;
}

.section1 .textWrapper .subtitle {
  font-family: 'SBAggro', sans-serif;
  font-size: 24px;
  line-height: 110%;
  opacity: 50%;
  margin-bottom: 24px;
}

.section1 .textWrapper .maintitle {
  margin-bottom: 60px;
}

.section1 .textWrapper .desc {
  line-height: 150%;
  opacity: 80%;
  margin-bottom: 124px;
}

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

.section2 {
  width: 100%;
  background-color: var(--main);
  display: flex;
  align-items: flex-start;
}

.section2 > div {
  width: 33.33333%;
  padding: 0 48px;
  display: grid;
  min-height: 920px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 1440px) {
  .section2 > div {
    padding: 0 42px 0 32px;
  }
}

.section2 > div:not(:first-child) {
  border-left: 1px solid var(--white1);
}

.section2 .as-is {
  padding-top: 80px;
}

.section2 .to-be {
  padding-top: 6px;
}

.section2 .head {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  padding-bottom: 28px;
}

.section2 .content {
  line-height: 150%;
}

.section2 .highlight {
  font-family: 'SBAggro', sans-serif;
  font-size: 44px;
  line-height: 120%;
  padding-bottom: 24px;
}

@media screen and (max-width: 1440px) {
  .section2 .highlight {
    font-family: 'SBAggro', sans-serif;
    font-size: 40px;
    line-height: 120%;
    padding-bottom: 24px;
  }
}

.section3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 484px;
}

.section3 .image {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  max-width: 484px;
  max-height: 484px;
}

.section3 img {
  width: 100%;
}

.section3 .text {
  text-align: center;
}

.section4 {
  display: flex;
  align-items: stretch;
  background-color: #1a1a32;
  /* height: 1000px; */
}

.section4 > div {
  width: 50%;
  padding: 48px 48px 90px 48px;
  height: 100%;
}

.section4 .left {
  background-color: white;
  color: #1e293b;
}

.section4 .head {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 86px;
}

.section4 .maintitle {
  margin-bottom: 16px;
  font-family: 'SBAggro', sans-serif;
  font-size: 52px;
  letter-spacing: -0.25px;
  line-height: 62px;
}

.section4 .maintitle .highlight {
  text-decoration-line: underline;
  text-underline-offset: 14px;
}

@media screen and (max-width: 1440px) {
  .section4 .maintitle {
    font-size: 44px;
    line-height: 53px;
  }
}

.section4 .subtitle {
  line-height: 150%;
  margin-bottom: 214px;
}

/* 
.section4 .left .subtitle {
  opacity: 60%;
} */

.section4 .left img {
  width: 100%;
}

.section4 .left .img_desktop {
  display: block;
}

.section4 .left .img_tablet {
  display: none;
}

@media screen and (max-width: 1440px) {
  .section4 .left .img_desktop {
    display: none;
  }

  .section4 .left .img_tablet {
    display: block;
  }
}

.section5 .image {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section5 .image img {
}

.section5 .textWrapper {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 156px;
}

.section5 .textWrapper h2 {
  margin-bottom: 48px;
}

.section5 .textWrapper p {
  opacity: 80%;
  line-height: 150%;
}

.section5 .imageWrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section5 .imageWrapper img {
  width: 100%;
}

.section6 .textWrapper {
  max-width: 1484px;
  padding: 0 52px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.section6 .textWrapper .title {
  display: flex;
  margin-bottom: 20px;
}

.section6 .maintitle {
  padding-top: 50px;
  font-family: 'SBAggro', sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.section6 .textWrapper .desc {
  width: 50%;
  align-self: end;
}

.section6 .subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.25px;
  margin-bottom: 12px;
  opacity: 80%;
}

.section6 p {
  opacity: 60%;
  line-height: 150%;
}

.section6 .brand1 {
  padding-top: 114px;
  padding-bottom: 168px;
  border-bottom: 1px solid var(--white1);
}

.section6 .brand1 .textWrapper {
  margin-bottom: 100px;
}
.section6 .brand1 .image {
  text-align: center;
  margin: 0 80px;
}
.section6 .brand1 img {
  max-width: 1364px;

  width: 100%;
}

.section6 .brand2 {
  padding-top: 184px;
}

.section6 .brand2 .textWrapper {
  margin-bottom: 94px;
}

.section6 .brand2 .image {
  position: relative;
  height: 798px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section6 .brand2 .background {
  /* width: 100%; */
}

.section6 .brand2 .gradient {
  position: absolute;
  max-width: 1105px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
}

.section6 .gradient .gradientWrapper {
  display: flex;
  justify-content: space-between;
  font-family: 'SUIT', sans-serif;
  margin-top: 10px;
}

.section6 .gradient .name {
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 6px;
  font-size: 16px;
}
.section6 .gradient .code {
  font-size: 12px;
}

.section6 .gradient_pri {
  text-align: right;
}

.section6 .brand3 {
  margin-top: 208px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, #323232 100%);
}

.section6 .brand3 .textWrapper {
  margin-bottom: 220px;
}

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

.section7 {
  background-color: var(--main);
}

.section7 .mainDesc {
  border-bottom: 1px solid var(--white1);
  padding: 60px 0 164px 0;
}

.section7 .mainDesc .titleWrapper {
  padding-left: 32px;
}

.section7 .mainDesc .titleWrapper h2 {
  margin-bottom: 20px;
}

.section7 .mainDesc .titleWrapper p {
  opacity: 80%;
  margin-bottom: 108px;
  line-height: 150%;
}

.section7 .mainDesc .image {
  text-align: center;
  margin: 0 32px;
}

.section7 .mainDesc img {
  max-width: 1450px;
  width: 100%;
}

.section7 .principle {
  padding: 64px 32px 178px 32px;
  display: flex;
}

.section7 .principle .principle_title {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  padding-top: 8px;
  flex: 1 1 0%;
  min-width: 540px;
}

.section7 .principle .itemContainer {
  display: flex;
  flex-wrap: wrap;
}

.section7 .principle .itemWrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 40px 80px 0;
}

.section7 .principle .itemWrapper:last-child {
  margin-bottom: 0;
}

.section7 .itemWrapper .number {
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
}

.section7 .itemWrapper .maintitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 12px;
}

.section7 .itemWrapper .eng {
  font-size: 21px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}

.section7 .itemWrapper .kor {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 1440px) {
  .section7 .principle .itemWrapper {
    max-width: 512px;
  }

  .section7 .itemWrapper .eng {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .section7 .itemWrapper .kor {
    font-size: 16px;
  }
}

.section8 {
  display: flex;
  justify-content: space-between;
  padding: 80px 32px 0px 32px;
  max-width: 1800px;
}

.section8 .textWrapper {
  flex-shrink: 0;
  margin-bottom: 100px;
}

.section8 .textWrapper h2 {
  margin-bottom: 20px;
}

.section8 .textWrapper p {
  line-height: 150%;
  opacity: 80%;
}

.section8 .image {
  text-align: center;
}

.section8 .image img {
  max-width: 931px;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .section8 {
    flex-wrap: wrap;
  }

  .section8 .image {
    width: 100%;
  }
}

.section9 {
  padding: 232px 0 276px 0;
}

.section9 .imageWrapper {
  display: flex;
  justify-content: space-between;
  font-size: 0px;
  align-items: flex-end;
  margin-bottom: 72px;
}

.section9 .imageWrapper .left {
  position: relative;
  /* margin-right: 52px; */
  background-color: var(--main);
  width: 47%;
  aspect-ratio: 1/0.85;
  margin-bottom: 74px;
}

.section9 .imageWrapper .left img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}

.section9 .imageWrapper .right {
  position: relative;
  background-color: var(--sec);
  width: 50%;
  aspect-ratio: 1/0.668;
}

.section9 .imageWrapper .right .gif {
  position: absolute;
  top: 0;
  left: 3%;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.section9 .imageWrapper .right .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 1440px) {
  .section9 .imageWrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .section9 .imageWrapper .left {
    width: 901px;
    margin-bottom: 52px;
  }

  .section9 .imageWrapper .right {
    margin-left: auto;
    position: relative;
    background-color: var(--sec);
    width: 969px;
    aspect-ratio: 1/0.668;
  }
}

.section9 .textWrapper {
  display: flex;
}

.section9 .textWrapper > div {
  width: 50%;
}

@media screen and (max-width: 1440px) {
  .section9 .textWrapper > div:first-child {
    flex: 1 1 0;
  }
  .section9 .textWrapper > div:last-child {
    width: 969px;
  }
}

.section9 .textWrapper h2 {
  margin-bottom: 24px;
}

.section9 .textWrapper p {
  opacity: 80%;
  line-height: 150%;
}

.section10 {
  background-color: #111111;
  padding-top: 202px;
  padding-bottom: 226px;
}

.section10 .titleWrapper {
  max-width: 1444px;
  padding: 0 52px;
  margin: 0 auto 136px auto;
}

.section10 .itemContainer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

/* section10 이미지 관련 css */

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

.section10 .image .gif {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}

.section10 .image .background {
  width: 100%;
}

.section10 .left {
  width: 47.7%;
}

.section10 .left .background {
  padding-right: 16px;
}

.section10 .left .gif {
  right: 0;
}

.section10 .right {
  width: 50.6%;
  display: flex;
  flex-direction: column;
}

.section10 .right .gif {
  left: 13.2%;
}

.section10 .right .image {
  width: 100%;
}

/* section10 이미지 끝 */

.section10 .left .textWrapper {
  padding: 200px 16px 178px 0;
  display: flex;
  justify-content: end;
}

.section10 .left .textWrapper .name {
  font-family: 'SBAggro', sans-serif;
  font-size: 40px;
  line-height: 106%;
  margin-bottom: 16px;
}

.section10 .left .textWrapper p {
  font-size: 20px;
  line-height: 150%;
}

.section10 .right .name {
  position: relative;
  margin-left: 7.3%;
  margin-bottom: 24px;
  display: inline-block;
}

.section10 .right .name .text {
  position: absolute;
  inset: 0;
  font-family: 'SBAggro', sans-serif;
  font-size: 40px;
  line-height: 106%;
  text-align: center;
  padding-top: 40px;
}

.section10 .right .name img {
  width: 100%;
}

.section10 .right p {
  margin-top: auto;
  font-size: 20px;
  line-height: 150%;
}

.section11 {
  padding-bottom: 62px;
}

.section11 .slogan {
  margin-bottom: 184px;
}

.section11 .slogan img {
  width: 100%;
}

.section11 p {
  font-family: 'SBAggro', sans-serif;
  text-align: center;
  font-size: 174px;
  line-height: 106%;
  opacity: 20%;
  margin: 48px auto 210px auto;
}

.section11 .itemWrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1544px;
  padding: 0 32px;
  width: 100%;
  gap: 20px;
  margin: 0 auto 137px auto;
}

.section11 .item {
  width: 100%;
  aspect-ratio: 1;
  background-color: #e2e8f0;
  text-align: center;
  color: black;
  font-weight: 800;
  position: relative;
  font-family: 'SUIT', sans-serif;
}

.section11 .item:nth-child(even) {
  background-color: var(--main);
}

.section11 .item img {
  width: 100%;
}

.section11 .item .desc {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1440px) {
  .section11 .item .desc {
    bottom: 30px;
    font-size: 12px;
  }
}

.section11 .item .matching {
  padding: 14.58% 18.95% 0 18.95%;
}

.section11 .item .reminder {
  padding: 18.54% 21.66% 0 21.66%;
}

.section11 .item .rating {
  padding: 18.88% 20.83% 0 20.83%;
}
.section11 .item .complete {
  padding: 17.5% 18.95% 0 18.95%;
}
.section11 .item .dissatisfied {
  padding: 17.5% 22.8% 0 17.3%;
}
.section11 .item .washing {
  padding: 15% 18.95% 0 18.95%;
}

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

.section12 {
  padding-bottom: 48px;
}

.section12 .logo {
  background-color: var(--main);
  height: 235px;
  width: 100%;
}

.section12 .logo > div {
  max-width: 1404px;
  padding: 0 52px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.section12 .logo .title {
  padding-top: 37px;
  margin-bottom: 12px;
  font-size: 80px;
  font-weight: 800;
  line-height: 110%;
}

.section12 .logo .desc {
  line-height: 150%;
  opacity: 80%;
}

.section12 .logoMotif {
  padding-top: 48px;
  margin-bottom: 266px;
}

.section12 .logoMotif .separator {
  display: flex;
  margin-bottom: 220px;
}

.section12 .separator .left {
  padding-left: 32px;
  font-size: 24px;
  line-height: 100%;
  flex: 1 1 0;
  max-width: 50%;
}

.section12 .separator .right {
  line-height: 150%;
  opacity: 80%;
  min-width: 704px;
  margin-right: 77px;
}

.section12 .logoMotif .image {
  position: relative;
  margin: 0 auto;
  max-width: 1364px;
  padding: 0 32px;
}

.section12 .logoMotif img {
  width: 100%;
}

.section12 .logoMotif .item {
  position: absolute;
  display: flex;
  align-items: center;
}

.section12 .logoMotif .item.swipe {
  left: 32px;
  bottom: 20px;
}

.section12 .logoMotif .item.walk {
  left: 50%;
  bottom: -44px;
}

.section12 .logoMotif .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-right: 20px;
}

.section12 .logoMotif .desc {
  font-size: 20px;
  opacity: 80%;
}

.section12 .down {
  text-align: center;
  margin: 0 auto;
}

.section12 .down .text {
  font-size: 14px;
  line-height: 100%;
  opacity: 80%;
  margin-bottom: 20px;
}

.section12 .down img {
  width: 47px;
  height: 14px;
}

.section13 {
  background-color: #111111;
}

.section13 .typeA {
  padding-top: 48px;
  margin: 0 32px;
  height: 998px;
  border-bottom: 1px solid var(--white1);
}

.section13 .typeB {
  padding: 28px 32px 0 32px;
  height: 780px;
}

.section13 .textWrapper {
  display: flex;
  align-items: center;
}

.section13 .textWrapper .title {
  font-size: 24px;
  line-height: 100%;
  margin-right: 20px;
}

.section13 .textWrapper .desc {
  font-size: 24px;
  line-height: 100%;
  opacity: 50%;
}

.section13 .textWrapper .annotation {
  line-height: 100%;
  opacity: 50%;
}

.section13 .typeA .textWrapper {
  margin-bottom: 328px;
}

.section13 .typeA .image {
  text-align: center;
}

.section13 .typeA img {
  padding-right: 26px;
}

.section13 .typeB .separator {
  display: flex;
}

.section13 .typeB .left {
  max-width: 50%;
  flex: 1 1 0;
}

.section13 .typeB .right {
  min-width: 665px;
}

.section13 .typeB .left .textWrapper {
  margin-bottom: 194px;
}

.section13 .typeB .left .image {
  text-align: center;
  margin-right: 100px;
}

.section13 .typeB .right .textWrapper {
  justify-content: space-between;
  margin-bottom: 68px;
}

.section13 .typeB .right img {
  display: block;
}

@media screen and (max-width: 1440px) {
  .section13 .typeB {
    padding: 28px 0 0 0;
    height: 652px;
  }

  .section13 .typeB .left .textWrapper {
    margin-bottom: 135px;
    padding: 0 32px;
  }

  .section13 .typeB .left .image {
    margin-right: 0;
  }

  .section13 .typeB .left img {
    width: 221px;
  }

  .section13 .typeB .right .textWrapper {
    padding-right: 32px;
  }

  .section13 .typeB .right img {
    width: 418px;
  }
}

.section13 .card {
  position: relative;
  font-size: 0px;
}
.section13 .card img {
  width: 100%;
}

.section13 .card .text {
  position: absolute;
  top: 32px;
  left: 32px;
  font-size: 24px;
  line-height: 100%;
  opacity: 60%;
}

@media screen and (max-width: 1440px) {
  .section13 .card .text {
    font-size: 16px;
    line-height: 100%;
  }
}

.section13 .motif .text {
  color: #111111;
}

.section13 .app1 {
  background-color: var(--main);
}

.section13 .business {
  background-color: black;
}

.section14 img {
  width: 100%;
}

.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%;
}
