@font-face {
  font-family: Eulyoo;
  font-weight: 400;
  src: url(../../font/Eulyoo1945-Regular.woff2);
}

@font-face {
  font-family: Eulyoo;
  font-weight: 600;
  src: url(../../font/Eulyoo1945-SemiBold.woff2);
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

html,
body,
p {
  margin: 0;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;

  overflow-x: hidden;
}

.main {
  display: flex;
  width: 100%;
  height: 100vh;

  background: transparent linear-gradient(196deg, #5D816D 0%, #518EB4 100%, #518EB5 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  opacity: 0.93;
}

.main .logo {
  margin: auto;
}

.main .logo .title {
  margin-top: 32.45px;

  text-align: center;
  font-family: Eulyoo, sans-serif;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: -.52;
  color: white;
}

.overview .description {
  margin: 320px 358px 527px 358px;

  font-family: Eulyoo;
  font-weight: 400;
}

.overview .description .title {
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
  line-height: 46px;
}

.overview .description .description {
  margin: 0;
  margin-top: 48px;
  margin-right: 400px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -.21;
  color: #4C4C4C;
  line-height: 40px;
  word-break: keep-all;
}

.overview .curation {
  display: inline-flex;
  margin-bottom: -107.5px;
}

.overview .curation .text {
  width: 840px;
  margin: auto 0;
  margin-left: 119.66px;
}

.overview .curation .images {
  display: flex;
}

.overview .curation .images>* {
  margin-right: 40px !important;
}

.overview .curation .images .mockup {
  padding: 10px;

  background: rgba(0, 0, 0, .075);
  box-shadow: 20px 20px 30px #00000029;
  border-radius: 30px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.overview .curation .images *:not(:first-child) {
  height: 551px;
  margin: auto 0;
}

.core {
  padding: 540px 360px 0;

  background: #F7F9F9;
}

.core .title {
  margin-bottom: 60px;

  font-family: Eulyoo, sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
}

.core .description {
  width: 35%;
  margin-top: 120px !important;
  padding: 0 79.75px;
}

.core .description.right {
  margin: 0 0 0 auto;
}

.core .description .number {
  font-family: Eulyoo, sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -.3;
  color: #528DB1;
  line-height: 35px;
}

.core .description .divider {
  height: 1px;
  margin: 32.5px 0 39.75px;

  background: #528DB1;
}

.core .description .text {
  width: 90%;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -.21;
  color: #4C4C4C;
  line-height: 40px;
  word-break: keep-all;
}

.service_name {
  padding: 300px 358px 640px;
}

.service_name .title {
  font-family: Eulyoo;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
}

.service_name .description {
  margin-top: 48px;
  margin-right: 350px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -.21;
  color: #4C4C4C;
  line-height: 40px;
  word-break: keep-all;
}

.service_name .description_image {
  display: flex;
  flex-direction: column;
  margin-top: 287.18px;
}

.service_name .description_image img {
  width: 552px;
  margin: auto;
}

.service_name .description_image .divider {
  width: 552px;
  height: 1px;
  margin: 40px auto 48.5px;

  background: #4C4C4C;
}

.service_name .description_image .words {
  display: flex;
  flex-flow: row wrap;
  max-width: 552px;

  align-self: center;
}

.service_name .description_image .words .word {
  text-align: center;
}

.service_name .description_image .words .word .eng {
  font-family: Eulyoo;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: -.96;
  line-height: 56px;
}

.service_name .description_image .words .word .kor {
  margin-top: 8px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 100;
  font-size: 30px;
  letter-spacing: -.9;
  line-height: 44px;
}

.service_name .description_image .words .plus {
  margin: 25px 25px 0;
}

.service_name .description_image .words .plus * {
  position: relative;
  width: 28px;
  height: 2px;

  background: black;
}

.service_name .description_image .words .plus *:first-child {
  top: 1.5px;
}

.service_name .description_image .words .plus *:last-child {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.service_logo_motif .title {
  padding: 0 358px;

  font-family: Eulyoo;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
  line-height: 46px;
}

.service_logo_motif .description {
  margin-top: 48px;
  margin-right: 350px;
  margin-bottom: 200px;
  padding: 0 358px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -.21;
  color: #4C4C4C;
  line-height: 40px;
  word-break: keep-all;
}

.service_logo_motif .grid_logos {
  display: flex;
  flex-direction: column;
}

.service_logo_motif .grid_logos .major {
  display: flex;
  height: 1080px;

  background: url("../../img/portfolio/sophis/service_logo_motif/major_background.png") no-repeat;
}

.service_logo_motif .grid_logos .major img {
  width: 257.39px;
  margin: auto;
}

.service_logo_motif .grid_logos .subs {
  display: flex;
}

.service_logo_motif .grid_logos .sub {
  display: flex;
  width: 50%;
  height: 720px;
}

.service_logo_motif .grid_logos .sub img {
  width: 257.39px;
  margin: auto;
}

.service_logo {
  padding: 340px 358px 195px;
}

.service_logo .title {
  font-family: Eulyoo;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
  line-height: 46px;
}

.service_logo .description {
  margin-top: 48px;
  margin-right: 350px;
  margin-bottom: 167.5px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -.21;
  color: #4C4C4C;
  line-height: 40px;
  word-break: keep-all;
}

.service_logo .lines {
  display: flex;
  margin-bottom: 25.5px;
}

.service_logo .lines.web {
  display: flex !important;
}

.service_logo .lines.mobile {
  display: none !important;
}

.service_logo .lines *:first-child,
.service_logo .lines *:last-child {
  width: 1px;
  height: 40px;

  background: #707070;
}

.service_logo .lines *:first-child {
  margin-left: 47.5px;
}

.service_logo .lines *:nth-child(2) {
  width: 56.5vw;
  height: 1px;

  background: #707070;
}

.service_logo .lines *:last-child {
  margin-right: 70px;
}

.service_logo .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service_logo .logos .logo {
  text-align: center;
}

.service_logo .logos .logo .number {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -.22;
  color: #333333;
  line-height: 32px;
}

.service_logo .logos .logo .title {
  margin-top: 8px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 100;
  font-size: 22px;
  letter-spacing: -.22;
  color: #333333;
  line-height: 32px;
}

.service_logo .logos .logo .divider {
  width: 1px;
  height: 24px;
  margin: 40.5px auto 39.5px;

  background: #707070;
}

.service_slogun .title {
  padding: 204px 358px 0;

  font-family: Eulyoo;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
  line-height: 46px;
}

.service_slogun .description {
  margin-top: 48px;
  margin-right: 400px;
  margin-bottom: 120px;
  padding: 0 358px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -.21;
  color: #4C4C4C;
  line-height: 40px;
  word-break: keep-all;
}

.service_slogun .sloguns {
  display: flex;
  height: 440px;
}

.service_slogun .sloguns .slogun {
  display: flex;
  width: 50%;
}

.service_slogun .sloguns .slogun p {
  margin: auto;
}

.service_slogun .sloguns .slogun p.kor {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 76px;
  letter-spacing: -1.52;
  color: #5C8272;
  line-height: 110px;
}

.service_slogun .sloguns .slogun p.eng {
  font-family: Eulyoo;
  font-weight: 600;
  font-size: 76px;
  letter-spacing: -.76;
  color: white;
  line-height: 118px;
}

.service_color .title {
  padding: 80px 358px 120px;

  font-family: Eulyoo;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
  line-height: 46px;
}

.service_color .gradient {
  height: 800px;

  background: transparent linear-gradient(180deg, #5D816D 0%, #518EB4 100%, #518EB5 100%) 0% 0% no-repeat padding-box;
  opacity: 0.93;
}

.service_color .gradient p {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -.28;
  color: white;
  line-height: 50px;
}

.service_color .gradient .gradient_start {
  position: relative;
  top: 45px;
  left: 360px;
}

.service_color .gradient .gradient_end {
  position: relative;
  float: right;
  right: 853px;
  top: 674px;
}

.service_color .grey p {
  position: relative;
  top: 45px;
  left: 360px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -.28;
  color: white;
  line-height: 50px;
}

.service_color .warning p {
  position: relative;
  top: 22px;
  left: 960px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -.28;
  color: #333333;
  line-height: 50px;
}

.service_color .error p {
  position: relative;
  top: 22px;
  left: 360px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -.28;
  color: white;
  line-height: 50px;
}

.service_typography {
  padding: 240px 358px 200px;
}

.service_typography .title {
  font-family: Eulyoo;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
  line-height: 46px;
}

.service_typography .typographies {
  display: flex;
  flex-direction: column;
}

.service_typography .typographies .typography {
  margin: auto;

  text-align: center;
}

.service_typography .typographies .typography .name {
  font-weight: 600;
  font-size: 76px;
  color: #333333;
}

.service_typography .typographies .typography.eulyoo .name {
  font-family: Eulyoo;
  letter-spacing: -.76;
  line-height: 123px;
}

.service_typography .typographies .typography.notosans .name {
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: -1.52;
  line-height: 110px;
}

.service_typography .typographies .typography .example {
  margin-top: 64px;

  font-size: 52px;
  color: #4C4C4C;
}

.service_typography .typographies .typography.eulyoo .example {
  font-family: Eulyoo;
  font-weight: 400;
  letter-spacing: -.52;
  line-height: 75px;
}

.service_typography .typographies .typography.notosans .example {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  letter-spacing: -.52;
  line-height: 75px;
}

.service_character_design {
  padding-bottom: 340px;

  background: #F7F9F9;
}

.service_character_design .title {
  padding: 200px 358px 0;

  font-family: Eulyoo;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
  line-height: 46px;
}

.service_character_design .description {
  margin-top: 48px;
  margin-right: 490px;
  margin-bottom: 320px;
  padding: 0 358px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -.21;
  color: #4C4C4C;
  line-height: 40px;
  word-break: keep-all;
}

.service_character_design .genders {
  display: flex;
  padding: 0 120px;
}

.service_character_design .genders .gender {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.service_character_design .genders .gender p {
  text-align: center;
  font-family: Eulyoo;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -.36;
  color: #333333;
}

.service_character_design .genders .gender img {
  width: 640px;
  margin-top: 120px;

  text-align: center;
  align-self: center;
}

.service_character_design .divider {
  height: 1px;
  margin: 120px 120px 180px;

  background: #4C4C4C;
}

.service_character_design .etcs {
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
}

.web_design {
  display: flex;
  flex-direction: column;
  padding-bottom: 680px;

  background: #F7F9F9;
}

.web_design .title {
  padding: 235px 358px 0;

  font-family: Eulyoo;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
  line-height: 46px;
}

.web_design .description {
  margin-top: 48px;
  margin-right: 400px;
  margin-bottom: 340px;
  padding: 0 358px;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -.21;
  color: #4C4C4C;
  line-height: 40px;
  word-break: keep-all;
}

.web_design *:nth-child(3) {
  margin: 0 240px;
}

.web_design *:nth-child(3) .typo {
  text-align: right;
  margin-right: -120px;
  margin-bottom: 40px;

  font-family: Eulyoo;
  font-weight: 600;
  font-size: 104px;
  letter-spacing: 0;
  color: #A5A5A5;
  opacity: 0.3;
  line-height: 122px;
}

.web_design *:nth-child(3) .typo .mobile {
  display: none;
}

.web_design *:nth-child(3) video {
  width: 100%;
  padding: 7.5px;


  background: rgba(0, 0, 0, .075);
  border-radius: 30px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.web_design *:nth-child(4) {
  margin-left: 120px;

  font-family: Eulyoo;
  font-weight: 600;
  font-size: 104px;
  letter-spacing: 0;
  color: #A5A5A5;
  opacity: 0.3;
  line-height: 122px;
}

.web_design *:nth-child(4) .mobile {
  display: none;
}

.web_design *:nth-child(5)>div img,
.web_design *:nth-child(6)>div img {
  padding: 10px;

  background: rgba(0, 0, 0, .075);
  box-shadow: 20px 20px 30px #00000029;
  border-radius: 25px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.app_design {
  display: flex;
  flex-direction: column;
}

.app_design .title {
  padding: 0 358px;

  background: #F7F9F9;

  font-family: Eulyoo;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -.8;
  color: #5C8272;
  line-height: 46px;
}

.app_design .description {
  padding: 48px 758px 370px 358px;

  background: #F7F9F9;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -.21;
  color: #4C4C4C;
  line-height: 40px;
  word-break: keep-all;
}

.app_design *:nth-child(3) .mockup {
  display: flex;
  justify-content: center;
  width: 452px;
  height: 953px;
  margin: 0 auto;
  margin-bottom: -110px;

  background: rgba(0, 0, 0, .075);
  box-shadow: 20px 20px 30px #00000029;
  border-radius: 25px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-align: center;
}

.app_design .chat_container {
  display: flex;
  margin: auto;
  margin-top: 440px;
}

.app_design .chat_container .explain {
  width: 800px;
  margin-top: 173px;
}

.app_design .chat_container .explain .divider {
  height: 1px;
  margin-right: 0;
  margin-bottom: 64.75px;

  background: #4C4C4C;
}

.app_design .chat_container .explain p {
  width: 80%;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: -.21;
  color: #4C4C4C;
  line-height: 40px;
  word-break: keep-all;
}

.app_design .chat_container video {
  padding: 10px;

  background: rgba(0, 0, 0, .075);
  box-shadow: 20px 20px 30px #00000029;
  border-radius: 35px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.app_design *:nth-child(5) {
  margin-top: 195px;
  margin-left: 120px;
  margin-bottom: 40px;

  font-family: Eulyoo;
  font-weight: 600;
  font-size: 104px;
  letter-spacing: 0;
  color: #A5A5A5;
  opacity: 0.3;
  line-height: 122px;
}

.app_design *:nth-child(6) {
  display: flex;
  padding: 0 360px;
}

.app_design *:nth-child(6)>img {
  margin: 0 0 auto;
  padding: 10px;

  background: rgba(0, 0, 0, .075);
  box-shadow: 20px 20px 30px #00000029;
  border-radius: 25px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.app_design *:nth-child(6) *:nth-child(2) .mockup {
  position: relative;
  top: -1594px;
  left: 80px;
  width: 390px;
  height: 844px;
  padding: 10px;

  background: rgba(0, 0, 0, .075);
  box-shadow: 20px 20px 30px #00000029;
  border-radius: 25px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.app_design *:nth-child(7) {
  margin-top: 168px;
  margin-bottom: 40px;
  margin-right: 120px;

  text-align: right;
  font-family: Eulyoo;
  font-weight: 600;
  font-size: 104px;
  letter-spacing: 0;
  color: #A5A5A5;
  opacity: 0.3;
  line-height: 122px;
}

.app_design *:nth-child(8) {
  display: flex;
  justify-content: center;
  margin-bottom: 713px;
}

.app_design *:nth-child(8)>div {
  padding: 10px;

  background: rgba(0, 0, 0, .075);
  box-shadow: 20px 20px 30px #00000029;
  border-radius: 25px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.footer {
  margin: -30px 120px 367.06px;
}

.footer p {
  float: left;

  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: -.26;
  color: #4C4C4C;
  line-height: 37px;
}

@media screen and (max-width: 1366px) {
  .overview .description {
    margin: 170px 119.66px 240px;
  }

  .overview .description .description {
    margin-right: 300px;
  }

  .overview .curation {
    display: flex;
    flex-direction: column;
    margin-bottom: -105px;
  }

  .overview .curation .images {
    margin-top: -31.49px;
    margin-left: 119.66px !important;
  }

  .core {
    padding: 276.5px 119.66px 0;
  }

  .core img {
    width: 100vw;
    margin: 0 !important;
    margin-top: 239.75px !important;
    margin-left: -119.66px !important;
    margin-bottom: -10px !important;
  }

  .service_name {
    padding: 80.63px 119.66px 371.13px;
  }

  .service_logo_motif .title {
    padding: 0 119.66px;
  }

  .service_name .description {
    margin-right: 300px;
  }

  .service_logo_motif .description {
    margin-top: 40px;
    margin-right: 300px;
    margin-bottom: 80.87px;
    padding: 0 119.66px;
  }

  .service_logo {
    padding: 145px 119.66px 158.98px;
  }

  .service_logo .description {
    margin-right: 300px;
  }

  .service_logo .lines *:nth-child(2) {
    width: 100%;
  }

  .service_slogun .title {
    padding: 85px 119.66px 0;
  }

  .service_slogun .description {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0 119.66px;
  }

  .service_color .title {
    padding: 45px 119.66px 56px;
  }

  .service_typography {
    padding: 84px 119.66px 120px;
  }

  .service_character_design .title {
    padding: 133px 119.66px 0;
  }

  .service_character_design .description {
    margin-top: 40px;
    margin-right: 300px;
    margin-bottom: 320px;
    padding: 0 119.66px;
  }

  .service_character_design .genders .gender p {
    text-align: center;
    font-family: Eulyoo;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -.28;
    color: #333333;
  }

  .service_character_design .genders .gender img {
    width: 380px;
    margin-top: 20.29px;
  }

  .service_character_design .divider {
    margin: 180px 119.66px 200px;
  }

  .service_character_design .etcs img {
    width: 280px;
    height: 220px;
  }

  .web_design .title {
    padding: 220px 119.66px 0;
  }

  .web_design .description {
    margin-top: 40px;
    margin-right: 27.5px;
    margin-bottom: 160px;
    padding: 0 119.66px;
  }

  .web_design *:nth-child(5) img {
    width: 768px;
  }

  .web_design *:nth-child(5)>*:nth-child(2) {
    margin-left: 48px !important;
  }

  .web_design *:nth-child(6) {
    margin-top: 55px !important;
  }

  .web_design *:nth-child(6)>*:nth-child(2) {
    margin-left: 48px !important;
  }

  .web_design *:nth-child(6) img {
    width: 768px;
  }

  .app_design .title {
    padding: 0 119.66px;
  }

  .app_design .description {
    padding: 40px 57.5px 160px 119.66px;
  }

  .app_design *:nth-child(3) .mockup {
    width: 419px;
    height: 877px;
  }

  .app_design *:nth-child(3) img {
    /* width: 724px !important; */
    height: 877px !important;
  }

  .service_slogun .sloguns .slogun {
    width: 100%;
    height: 313px;
  }

  .service_slogun .sloguns .slogun p.kor {
    margin: auto;

    font-size: 54px;
    letter-spacing: -1.08;
    line-height: 76px;
  }

  .service_slogun .sloguns .slogun p.eng {
    margin: auto;

    font-size: 54px;
    letter-spacing: -.54;
    line-height: 82px;
  }
}

@media screen and (max-width: 414px) {
  .main {
    height: 100vh;
  }

  .main .logo img {
    width: 129px;
  }

  .main .logo .title {
    margin-top: 16.84px;

    font-size: 24px;
    letter-spacing: -.24;
    line-height: 28px;
  }

  .overview .description {
    margin: 170px 32px 240px;
  }

  .overview .description .title {
    font-size: 24px;
    letter-spacing: -.24;
    line-height: 28px;
  }

  .overview .description .description {
    margin-top: 40px;
    margin-right: 30px;

    font-size: 13px;
    letter-spacing: -.13;
    line-height: 22px;
  }

  .overview .curation {
    display: flex;
    flex-direction: column;
    margin-bottom: -66px;
  }

  .overview .curation .text {
    width: 326.13px;
    margin-left: 31.87px;
  }

  /* .overview .curation img:last-child {
    width: 100vw;
    margin-top: -11.49px;
    margin-left: 32px !important;
  } */

  .overview .curation .images {
    margin-top: -11.49px;
    margin-left: 32px !important;
  }

  .overview .curation .images .mockup {
    margin-right: 0 !important;
    padding: 3px 3px 0;

    border-radius: 10px;
  }

  .overview .curation .images .mockup img {
    width: 128px;
  }

  .overview .curation .images>img {
    width: 115px;
    height: auto !important;
    margin: auto 0 auto 13px !important;
  }

  .core {
    padding: 276.5px 32px 0;
  }

  .core .title {
    margin-bottom: -12.5px;

    font-size: 24px;
    letter-spacing: -.24;
    line-height: 28px;
  }

  .core .description {
    width: 100%;
    margin-top: 98px !important;
    padding: 0;
  }

  .core .description .number {
    font-size: 22px;
    letter-spacing: -.22;
    line-height: 26px;
  }

  .core .description .divider {
    margin: 12px 0 16px;
  }

  .core .description .text {
    width: 72.5%;

    font-size: 13px;
    letter-spacing: -.13;
    line-height: 22px;
  }

  .core img {
    width: 100vw;
    margin: 0 !important;
    margin-top: 239.75px !important;
    margin-left: -32px !important;
    margin-bottom: -10px !important;
  }

  .service_name {
    padding: 80.63px 32px 371.13px;
  }

  .service_name .title {
    font-size: 28px;
    letter-spacing: -.28;
    line-height: 33px;
  }

  .service_name .description {
    margin-top: 40px;
    margin-right: 27.5px;

    font-size: 13px;
    letter-spacing: -.13;
    line-height: 22px;
  }

  .service_name .description_image {
    margin-top: 160.18px;
  }

  .service_name .description_image img {
    width: 252px;
  }

  .service_name .description_image .divider {
    width: 252px;
    margin: 24.16px auto 20.5px;
  }

  .service_name .description_image .words {
    max-width: 252px;
  }

  .service_name .description_image .words .word .eng {
    font-size: 22px;
    letter-spacing: -.44;
    line-height: 26px;
  }

  .service_name .description_image .words .word .kor {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: -.42;
    line-height: 20px;
  }

  .service_name .description_image .words .plus {
    margin: 10px 8.21px 0;
  }

  .service_name .description_image .words .plus * {
    width: 14px;
    height: 1px;
  }

  .service_name .description_image .words .plus *:first-child {
    top: .5px;
  }

  .service_logo_motif .title {
    padding: 0 32px;

    font-size: 24px;
    letter-spacing: -.24;
    line-height: 28px;
  }

  .service_logo_motif .description {
    margin-top: 40px;
    margin-right: 27.5px;
    margin-bottom: 80.87px;
    padding: 0 32px;

    font-size: 13px;
    letter-spacing: -.13;
    line-height: 22px;
  }

  .service_logo_motif .grid_logos .major {
    height: 220px;

    background-size: 100% 220px;
  }

  .service_logo_motif .grid_logos .major img {
    width: 54.72px;
  }

  .service_logo_motif .grid_logos .sub {
    height: 148px;
  }

  .service_logo_motif .grid_logos .sub img {
    width: 54.72px;
  }

  .service_logo {
    padding: 145px 32px 158.98px;
  }

  .service_logo .title {
    font-size: 24px;
    letter-spacing: -.24;
    line-height: 28px;
  }

  .service_logo .description {
    margin-top: 40px;
    margin-right: 27.5px;
    margin-bottom: 38.11px;

    font-size: 13px;
    letter-spacing: -.13;
    line-height: 22px;
  }

  .service_logo .logos {
    padding: 0 28px;
  }

  .service_logo .lines {
    width: 100%;
    margin-top: 82.02px;
    margin-bottom: 7.87px;
  }

  .service_logo .lines.web {
    display: none !important;
  }

  .service_logo .lines.mobile {
    display: flex !important;
  }

  .service_logo .lines *:first-child,
  .service_logo .lines *:last-child {
    height: 24px;
  }

  .service_logo .lines *:first-child {
    margin-left: 34.5px;
  }

  .service_logo .lines *:nth-child(2) {
    width: 100%;
  }

  .service_logo .lines *:last-child {
    margin-right: 39.5px;
  }

  .service_logo .logos .logo .number {
    font-size: 14px;
    letter-spacing: -.14;
    line-height: 20px;
  }

  .service_logo .logos .logo .title {
    margin-top: 0;

    font-size: 14px;
    letter-spacing: -.14;
    line-height: 20px;
  }

  .service_logo .logos .logo .divider {
    height: 16px;
    margin: 16.5px auto 14.22px;
  }

  .service_logo .logos>*:nth-child(2) {
    padding-left: 10px;
  }

  .service_logo .logos *:nth-child(2) img {
    width: 52.52px;
  }

  .service_logo .logos>*:nth-child(3) {
    padding-right: 10px;
  }

  .service_logo .logos *:nth-child(3) img {
    width: 55.92px;
  }

  .service_logo .logos *:nth-child(5) img {
    width: 58.5px;
  }

  .service_logo .logos *:nth-child(6) img {
    width: 65.99px;
  }

  .service_slogun .title {
    padding: 85px 32px 0;

    font-size: 24px;
    letter-spacing: -.24;
    line-height: 28px;
  }

  .service_slogun .description {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0 32px;

    font-size: 13px;
    letter-spacing: -.13;
    line-height: 22px;
  }

  .service_slogun .sloguns {
    flex-direction: column;
    height: auto;
  }

  .service_slogun .sloguns .slogun {
    width: 100%;
    height: 180px;
  }

  .service_slogun .sloguns .slogun p.kor {
    margin: auto 0;
    margin-left: 32px;

    font-size: 30px;
    letter-spacing: -.96;
    line-height: 44px;
  }

  .service_slogun .sloguns .slogun p.eng {
    margin: auto 0;
    margin-left: 32px;

    font-size: 35px;
    letter-spacing: -.35;
    line-height: 47px;
  }

  .service_color .title {
    padding: 45px 32px 56px;

    font-size: 24px;
    letter-spacing: -.24;
    line-height: 28px;
  }

  .service_color .gradient {
    height: 400px;
  }

  .service_color .gradient p {
    font-size: 15px;
    letter-spacing: -.15;
    line-height: 28px;
  }

  .service_color .gradient .gradient_start {
    top: 24px;
    left: 32px;
  }

  .service_color .gradient .gradient_end {
    top: 320px;
    right: 133px;
  }

  .service_color .grey {
    height: 140px !important;
  }

  .service_color .grey p {
    top: 24px;
    left: 32px;

    font-size: 15px;
    letter-spacing: -.15;
    line-height: 28px;
  }

  .service_color .warning {
    height: 48px !important;
  }

  .service_color .warning p {
    top: 10px;
    left: 200px;

    font-size: 15px;
    letter-spacing: -.15;
    line-height: 28px;
  }

  .service_color .error {
    height: 48px !important;
  }

  .service_color .error p {
    top: 10px;
    left: 32px;

    font-size: 15px;
    letter-spacing: -.15;
    line-height: 28px;
  }

  .service_typography {
    padding: 84px 32px 120px;
  }

  .service_typography .title {
    font-size: 24px;
    letter-spacing: -.24;
    line-height: 28px;
  }

  .service_typography .typographies .typography .name {
    font-size: 32px;
  }

  .service_typography .typographies .typography.eulyoo {
    margin-top: 121px !important;
  }

  .service_typography .typographies .typography.eulyoo .name {
    letter-spacing: -.32;
    line-height: 34px;
  }

  .service_typography .typographies .typography.notosans .name {
    letter-spacing: -.64;
    line-height: 46px;
  }

  .service_typography .typographies .typography .example {
    margin-top: 24px;

    font-size: 18px;
    letter-spacing: -.18;
    text-decoration: none;
  }

  .service_typography .typographies .typography.eulyoo .example {
    line-height: 21px;
  }

  .service_typography .typographies .typography.notosans .example {
    line-height: 26px;
  }

  .service_character_design {
    padding-bottom: 159.82px;
  }

  .service_character_design .title {
    padding: 133px 32px 0;

    font-size: 24px;
    letter-spacing: -.24;
    color: #5C8272;
    line-height: 28px;
  }

  .service_character_design .description {
    margin-top: 40px;
    margin-right: 27.5px;
    margin-bottom: 63.71px;
    padding: 0 32px;

    font-size: 13px;
    letter-spacing: -.13;
    line-height: 22px;
  }

  .service_character_design .genders {
    flex-direction: column;
    padding: 0 32px;
  }

  .service_character_design .genders .gender {
    width: 100%;
    margin-top: 58.29px;
  }

  .service_character_design .genders .gender p {
    font-size: 22px;
    letter-spacing: -.22;
    line-height: 26px;
  }

  .service_character_design .genders .gender img {
    width: 230px;
    margin-top: 40.29px;
  }

  .service_character_design .divider {
    margin: 64px 32px 40px;
  }

  .service_character_design .etcs {
    flex-direction: column;
    padding: 0 32px;
  }

  .service_character_design .etcs img {
    width: 189.6px;
    height: auto;
    margin: 0 auto;
    margin-top: 40.43px;
  }

  .web_design {
    padding-bottom: 229px;
  }

  .web_design .title {
    padding: 125px 32px 0;

    font-size: 24px;
    letter-spacing: -.24;
    color: #5C8272;
    line-height: 28px;
  }

  .web_design .description {
    margin-top: 40px;
    margin-right: 27.5px;
    margin-bottom: 160px;
    padding: 0 32px;

    font-size: 13px;
    letter-spacing: -.13;
    line-height: 22px;
  }

  .web_design *:nth-child(3) {
    margin: 0 32px;
    margin-bottom: 89px !important;

    border-radius: 10px;
  }

  .web_design *:nth-child(3) .typo {
    margin-right: -16px;
    margin-bottom: 16px;

    font-size: 40px;
    line-height: 42px;
  }

  .web_design *:nth-child(3) .typo .mobile {
    display: block;
  }

  .web_design *:nth-child(3) video {
    padding: 3px !important;

    border-radius: 10px;
  }

  .web_design *:nth-child(4) {
    margin-left: 16px;
    margin-bottom: 16px !important;

    font-size: 40px;
    line-height: 42px;
  }

  .web_design *:nth-child(4) .mobile {
    display: block;
  }

  .web_design *:nth-child(5) {
    width: 100%;

    margin: 0 !important;
  }

  .web_design *:nth-child(5) img {
    width: 206px;
  }

  .web_design *:nth-child(5)>*:nth-child(1) {
    margin-left: 16px !important;
  }

  .web_design *:nth-child(5)>*:nth-child(2) {
    margin-left: 16px !important;
  }

  .web_design *:nth-child(6) {
    width: 100%;
    margin-top: 24px !important;
    margin-left: 0 !important;
  }

  .web_design *:nth-child(6) img {
    width: 206px;
  }

  .web_design *:nth-child(6)>*:nth-child(1) {
    margin-left: -54px !important;
  }

  .web_design *:nth-child(6)>*:nth-child(2) {
    margin-left: 16px !important;
  }

  .web_design *:nth-child(5)>div img,
  .web_design *:nth-child(6)>div img {
    padding: 3px !important;

    border-radius: 8px;
  }

  .app_design .title {
    padding: 0 32px;

    font-size: 24px;
    letter-spacing: -.24;
    color: #5C8272;
    line-height: 28px;
  }

  .app_design .description {
    padding: 40px 57.5px 160px 32px;

    font-size: 13px;
    letter-spacing: -.13;
    line-height: 22px;
  }

  .app_design>*:nth-child(3) {
    height: 326px;
  }

  .app_design *:nth-child(3) .mockup {
    width: 173.8px;
    height: 366.3px;

    border-radius: 10px;
  }

  .app_design *:nth-child(3) img {
    /* width: 724px !important; */
    height: 366.3px !important;
  }

  .app_design .chat_container {
    flex-direction: column;
    margin-top: 235px;
    padding-left: 32px;
  }

  .app_design .chat_container .explain {
    width: auto;
    margin-top: 0;
  }

  .app_design .chat_container .explain .divider {
    width: auto;
    margin-bottom: 18.75px;
  }

  .app_design .chat_container .explain p {
    width: 70%;

    font-size: 15px;
    letter-spacing: -.15;
    line-height: 25px;
  }

  .app_design .chat_container .mockup {
    margin: 84.25px 63px 0 auto;
    /* padding: 3px; */

    /* border-radius: 10px; */
  }

  .app_design .chat_container video {
    width: 158px;
    /* margin: 84.25px 63px 0 auto; */
    padding: 5px;

    border-radius: 17.5px;
  }

  .app_design *:nth-child(5) {
    margin-top: 82px;
    margin-left: 16px;
    margin-bottom: 16px;

    font-size: 40px;
    line-height: 42px;
  }

  .app_design *:nth-child(6) {
    justify-content: center;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0;
  }

  .app_design *:nth-child(6)>*:nth-child(1) {
    width: 150px !important;
    padding: 4px;

    border-radius: 10px;
  }

  .app_design *:nth-child(6)>*:nth-child(2) {
    height: 611.156px;
  }

  .app_design *:nth-child(6)>*:nth-child(2)>*:nth-child(1) {
    width: 150px;
    top: 4px !important;
    left: 14px !important;

    border-radius: 10px !important;
  }

  .app_design *:nth-child(6)>*:nth-child(2)>.mockup {
    width: 150px;
    height: 324.609px;
    top: -616.16px;
    left: 10px;
    padding: 4px 4px;

    border-radius: 10px;
  }

  .app_design *:nth-child(6)>*:nth-child(2)>.mockup img {
    width: 150px;
  }

  .app_design *:nth-child(7) {
    margin-top: 178px;
    margin-bottom: 16px;
    margin-right: 16px;

    text-align: right;
    font-size: 40px;
    line-height: 42px;
  }

  .app_design *:nth-child(8) {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 440px !important;
  }

  .app_design *:nth-child(8)>*:nth-child(1),
  .app_design *:nth-child(8)>*:nth-child(2) {
    padding: 5px 5px 0;

    border-radius: 10px;
  }

  .app_design *:nth-child(8)>*:nth-child(2) {
    margin-top: 60px !important;
    margin-left: 10px !important;
  }

  .app_design *:nth-child(8)>*:nth-child(1) img,
  .app_design *:nth-child(8)>*:nth-child(2) img {
    width: 150px;
  }

  .app_design *:nth-child(9) {
    width: 120% !important;
    margin-left: -10% !important;
  }

  .footer {
    margin: 80px 32px 176px;
  }

  .footer p {
    float: left;

    font-size: 9px;
    letter-spacing: -.9;
    line-height: 16px;
  }

  .footer img {
    width: 37.71px !important;
  }
}