@font-face {
  /* font-family: "Freesentation 3 Light"; */
  font-family: "Freesentation";
  font-weight: 300;
  src: url(https://framerusercontent.com/assets/0IGvTn5sSjTC30tHXbdRUrik8.woff2);
  font-display: swap;
}

@font-face {
  /* font-family: "Freesentation 8 ExtraBold"; */
  font-family: "Freesentation";
  font-weight: 800;
  src: url(https://framerusercontent.com/assets/hAt8i3V2EmKBa07AUZ7eV5RvI8.woff2);
  font-display: swap;
}

@font-face {
  /* font-family: "Freesentation 1 Thin"; */
  font-family: "Freesentation";
  font-weight: 100;
  src: url(https://framerusercontent.com/assets/oSZj8UZfx4iu6n5WbekauZ4ETw.woff2);
  font-display: swap;
}

@font-face {
  /* font-family: "Freesentation 2 ExtraLight"; */
  font-family: "Freesentation";
  font-weight: 200;
  src: url(https://framerusercontent.com/assets/8bvnbswSpMoFOsrd54YZ1Yn6RkQ.woff2);
  font-display: swap;
}

@font-face {
  /* font-family: "Freesentation 5 Medium"; */
  font-family: "Freesentation";
  font-weight: 500;
  src: url(https://framerusercontent.com/assets/zjHrtwEUfNuMa9T04anW4444MEg.woff2);
  font-display: swap;
}

@font-face {
  /* font-family: "Freesentation 7 Bold"; */
  font-family: "Freesentation";
  font-weight: 700;
  src: url(https://framerusercontent.com/assets/MNL7ZbTY1cxgl8ldQtESCUpb0j0.woff2);
  font-display: swap;
}

@font-face {
  /* font-family: "Freesentation 4 Regular"; */
  font-family: "Freesentation";
  font-weight: 400;
  src: url(https://framerusercontent.com/assets/wZsTnWeQrXH4swfV2uBUylaX7c.woff2);
  font-display: swap;
}

@font-face {
  /* font-family: "Freesentation 6 SemiBold"; */
  font-family: "Freesentation";
  font-weight: 600;
  src: url(https://framerusercontent.com/assets/KCYwkfit8n3u7XL8OejFYunAug.woff2);
  font-display: swap;
}

@font-face {
  /* font-family: "Freesentation 9 Black"; */
  font-family: "Freesentation";
  font-weight: 900;
  src: url(https://framerusercontent.com/assets/5qRhM5dkZhcJWIe9ETSgc8Dytc.woff2);
  font-display: swap;
}

@font-face {
  /* font-family: Freesentation ExtraBold; */
  font-family: "Freesentation";
  font-weight: 900;
  src: url(https://framerusercontent.com/assets/u2HHcibLKN1ymEYBRtWzPZ5U8.woff2);
  font-display: block;
}
/* @font-face {
  font-family: Freesentation Light;
  src: url(https://framerusercontent.com/assets/RIJeEmL9UaVqYqj7FvCRwALLY.woff2);
  font-display: block;
} */
/* RESET==*/
html,
body,
#main {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
img,
fieldset,
button {
  border: 0 none;
  vertical-align: top;
}
ul,
ol,
li {
  list-style: none;
}
em,
address {
  font-style: normal;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

/* COMMON==* /
/* SKIP */
.skip-to {
  position: absolute;
  z-index: 999;
  top: -99px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.skip-to:hover,
.skip-to:focus,
.skip-to:active {
  display: block;
  top: 0;
}
section,
header,
.wrap {
  transition: all 0.04s ease-in;
  text-align: left;
}
.sr-only,
.blind {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  touch-action: none;
}
i {
  display: inline-block;
}
html {
  height: 100%;
  color: #000;
  scroll-behavior: smooth;
}
body {
  font-weight: 400;
  font-family: "Freesentation", sans-serif;
}
html,
body {
  font-size: 62.5%;
}
:root {
  --df-color1: #1d1d1f;
  --point-color1: #7500fb;
  --point-color2: #f0e2ff;
  --color1: #410488;
  --bgcolor1: #f3f3ff;
  --df-width: 1200px;
  --headerH: 9rem;
}
.inner {
  max-width: var(--df-width);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: var(--headerH);
  background: #fff;
  color: var(--point-color1);
  transition: all 0.06s;
}
header .inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .toplogo {
  width: 10.2rem;
  height: 2.1rem;
  background: url(images/logo-budiiz.png) no-repeat 50% / contain;
  margin-left: 1rem;
}
header .toplogo a {
  display: block;
  width: 100%;
  height: 100%;
}
nav ul {
  display: flex;
  justify-content: flex-end;
  color: var(--point-color1);
  font-size: 2.2rem;
}
nav ul li {
  margin: 0 2rem;
}
nav ul li a {
  padding: 0.8rem 2rem;
  font-weight: 500;
}
nav ul li .st2 {
  border-radius: 2.5rem;
  background: var(--point-color1);
  color: #fff;
}
header.sticky {
  background: var(--point-color1);
}
header.sticky .toplogo {
  background: url(images/logo-budiiz-w.png) no-repeat 50% / contain;
}
header.sticky nav ul {
  color: #fff;
}
header.sticky .st2 {
  background: #fff;
  color: var(--point-color1);
}
section {
  overflow: hidden;
}
[id*="intro"] {
  padding-top: var(--headerH);
  background: var(--point-color1);
  color: #fff;
}
[id*="intro"] .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
[id*="intro"] .en {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1;
  opacity: 0.5;
}
[id*="intro"] .ko {
  display: block;
  margin-top: 1.3rem;
  font-weight: 500;
  font-size: 5rem;
  line-height: 1;
}
[id*="intro"] .title img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}
#intro {
  height: 77rem;
}
#intro .inner {
  padding: 0 8.4rem;
}
#intro .title {
  /* margin-top: 22.5rem; */
}
#intro .ko {
  margin-top: 1.5rem;
}
#intro .title .logo {
  margin-top: 5rem;
  width: 39.4rem;
}
#intro .img-obj1 {
  width: 33.4rem;
  margin-top: 8.3rem;
  margin-right: 2.3rem;
}
#intro .img-obj1 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}
#nameinfo {
  padding-top: 17.2rem;
  padding-bottom: 17.2rem;
  background: #fff;
  text-align: center;
}
#nameinfo .int1 {
}
#nameinfo .int1 h2 {
  font-weight: 400;
  font-size: 4rem;
  line-height: calc(56 / 40);
}
#nameinfo .int1 .title strong {
  color: var(--point-color1);
  font-weight: 700;
}
#nameinfo .int1 .title .em1 {
  font-weight: 700;
}
#nameinfo .int1 .title .em2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}
#nameinfo .int1 .title .em2:after {
  position: absolute;
  z-index: -1;
  top: 0.2rem;
  left: -0.6rem;
  width: calc(100% + 1rem);
  height: calc(100% - 0.26rem);
  background: var(--point-color1);
  content: "";
  transform-origin: 0 50%;
}
#nameinfo .int1 .em2.ani:after {
  -webkit-animation: 0.4s slde-right1 ease-in-out;
  animation: 0.4s slde-right1 ease-in-out;
}
h2.comm {
  font-weight: 700;
  font-size: 8rem;
}
#service {
  padding-top: 18.8rem;
  padding-bottom: 12rem;
  background: var(--bgcolor1);
  text-align: center;
}
#service strong {
  color: var(--point-color1);
}
#service h2.title {
  margin-bottom: 10.9rem;
  line-height: calc(90 / 80);
}
[class*="service"] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
/* .service-wrap {
  padding: 0;
} */
#service h3 {
  margin-bottom: 4rem;
  font-weight: 700;
}
#service h3 .num {
  display: inline-block;
  padding: 0.5rem 2.4rem;
  border-radius: 2.5rem;
  background: var(--color1);
  color: #fff;
  font-size: 3rem;
  line-height: 1;
}
#service h3 .title {
  display: block;
  margin-top: 3rem;
  font-size: 6rem;
  line-height: 1;
}
#service .box1 {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  height: 52rem;
  border-radius: 3rem;
  background: #fff;
}
#service .textwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 6rem;
  text-align: left;
}
#service .imgwrap {
  width: 50%;
}
#service .imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}
#service .detail-desc li:first-child {
  margin-top: 0;
}
#service .detail-desc li:last-child {
  margin-bottom: 0;
}
#service .detail-desc li {
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
#service .detail-desc h4 {
  display: inline-block;
  margin-bottom: 1.3rem;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: calc(60 / 38);
}
#service .detail-desc h4 em {
  font-weight: 800;
}
#service .detail-desc h4 + h4 {
  margin-top: -3rem;
}
#service .detail-desc .desc1 {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: calc(36 / 26);
}
#service .detail-desc .desc1 strong {
  font-weight: 700;
}
.embg1 {
  position: relative;
  z-index: 1;
}
.embg1:after {
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 1rem;
  left: -0.4rem;
  width: 0;
  /* width: calc(100% + .8rem); */
  height: 38%;
  background: var(--point-color2);
  content: "";
  transform-origin: 0 50%;
}
.embg1.ani:after {
  width: calc(100% + 0.8rem);
  /* -webkit-animation: .4s slde-right2 ease-in-out;
  animation: .4s slde-right2 ease-in-out; */
}
#notice {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-height: 10.4rem; */
  height: 10.4rem;
  background: var(--point-color1);
  color: #fff;
  text-align: center;
}
#notice h2 {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.16;
}

#intro2 {
  height: 31rem;
}
#intro2 .inner {
  align-items: flex-start;
  padding: 0 6rem;
}
#intro2 .title {
  margin-top: 7rem;
}
#intro2 .en {
  font-size: 2rem;
}
#intro2 .ko {
}
#intro2 .img-obj2 {
  width: 27.8rem;
  margin-top: -13rem;
  margin-right: 2.7rem;
}
#contest {
  padding-top: 12rem;
  padding-bottom: 15rem;
  background: #fff;
  text-align: center;
}
#contest h2 {
  margin-bottom: 6rem;
}
#contest .poster-wrap img {
  position: relative;
  z-index: 1;
  max-width: 86rem;
  width: 100%;
}
#contest .poster-wrap .img {
  position: relative;
}
#contest .poster-wrap [class*="img-link"] {
  display: block;
  position: absolute;
  z-index: 2;
}
#contest .poster-wrap [class*="img-link"] a {
  display: block;
  height: 100%;
}
#contest .poster-wrap .img-link1-1 {
  left: 50%;
  top: 59%;
  width: 22.55%;
  height: 25.814vw;
  height: 20.1818%;
  transform: translateX(-50%);
}
#contest .poster-wrap .img-link4-1 {
  top: 69%;
  left: 50%;
  width: 42%;
  height: 4.1%;
  transform: translateX(-50%);
}
#contest .poster-wrap .img-link6-1 {
  top: 83%;
  left: 36%;
  width: 20%;
  height: 4.1%;
}
#contest .poster-wrap .img-link6-2 {
  top: 87%;
  left: 37.5%;
  width: 35%;
  height: 4.1%;
}
#faq {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background: var(--point-color1);
  text-align: center;
}
#faq h2 {
  color: #fff;
  margin-bottom: 6rem;
}
.faqlist {
  text-align: left;
}
.faq-item {
  min-height: 13.1rem;
  margin: 1rem 0;
  padding: 2.1rem 6rem;
  border-radius: 3rem;
  background: #fff;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 9rem;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2;
  word-break: keep-all;
  transition: all 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.faq-question.active {
  color: var(--point-color1);
}
.faq-answer {
  display: none;
  padding-bottom: 1.8rem;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.4;
}
.ic-arrow1 {
  display: inline-block;
  width: 2.4rem;
  height: 2.5rem;
  background: url(images/ic-arrow1.png) no-repeat 50% / contain;
  transition: all 0.3s ease;
}
.ic-arrow1.active {
  background: url(images/ic-arrow1-c.png) no-repeat 50% / contain;
  transform: rotate(180deg);
}

footer {
  padding: 6.6rem 0 7rem;
  background: #000;
  color: #fff;
}
footer .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .ftlogo {
  width: 10.2rem;
  height: 2.8rem;
  margin-bottom: 2rem;
  background: url(images/logo-budiiz-w.png) no-repeat 50% / contain;
}
footer p {
  font-weight: 300;
  font-size: 1.8rem;
}
br.mo-only {
  display: none;
}
.btn-top {
  display: block;
  position: fixed;
  z-index: 30;
  right: 1.5rem;
  bottom: 35rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1) url(images/btn-top.png) no-repeat 50% /
    45%;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
}
.btn-top.on {
  opacity: 1;
}
.btn-top:hover {
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
}
/* scroll */
.fade-up,
.slide-left {
  opacity: 0;
  transform: translateY(4em);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up-scale {
  opacity: 0;
  transform: translateY(8em) scale(0.7);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.slide-up {
  opacity: 1;
  transform: translateY(20em);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.animate {
  opacity: 1;
  transform: translateY(0);
}
.slide-left.animate {
  opacity: 1;
  transform: translateX(0);
}
.fade-up-scale.animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.slide-up.animate {
  opacity: 1;
  transform: translateY(0);
}
.slide-left {
  transform: translateX(25em);
}
@-webkit-keyframes slde-right1 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: calc(100% + 1.2rem);
  }
}
@keyframes slde-right1 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: calc(100% + 1.2rem);
  }
}
@-webkit-keyframes slde-right2 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: calc(100% + 1.2rem);
  }
}
@keyframes slde-right2 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: calc(100% + 1.2rem);
  }
}
@media (max-width: 1200px) {
  html,
  body {
    font-size: 60%;
  }
  .inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  [id*="intro"] .inner {
    flex-wrap: nowrap;
  }
  #intro {
    height: auto;
  }
  #intro .title {
    width: 70%;
  }
  #intro .ko {
    margin-top: 1.5rem;
  }
  #intro .img-obj1 {
    width: 30%;
    margin-top: 10rem;
    margin-bottom: -5px;
  }
  #service .textwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    padding-left: 6rem;
    text-align: left;
  }
  #service .imgwrap {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  html,
  body {
    font-size: 62.5%;
  }
  .inner {
    padding-right: 5.55556vw;
    padding-left: 5.55556vw;
  }
  header {
    --headerH: clamp(5rem, 13.8889vw, 9rem);
  }
  header .toplogo {
    width: clamp(6.6rem, 10vw, 10.2rem);
    height: clamp(1.9rem, 5.18519vw, 2.1rem);
    margin-left: 0;
  }
  nav ul {
    font-size: clamp(1.4rem, 3.88889vw, 2.2rem);
  }
  nav ul li {
    margin: 0 0.388889vw;
  }
  nav ul li:last-child {
    margin-right: 0;
  }
  nav ul li a {
    padding: 1.38889vw 3.24074vw;
  }
  nav ul li .st2 {
    border-radius: 5vw;
  }
  [id*="intro"] {
    --headerH: clamp(5rem, 13.8889vw, 9rem);
  }
  [id*="intro"] .en {
    font-size: clamp(1.1rem, 3.05vw, 3.3rem);
  }
  [id*="intro"] .ko {
    margin-top: 2.40741vw;
    font-size: clamp(1.8rem, 4.9vw, 5.4rem);
    line-height: 1;
  }
  #intro .inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 19.444vw 5.55556vw 0;
  }
  #intro .title {
    width: 100%;
    text-align: center;
  }
  #intro .ko {
    margin-top: 2.40741vw;
    font-weight: 700;
  }
  #intro .title .logo {
    margin: 5.74074vw auto 0;
    width: 70vw;
    text-align: center;
  }
  #intro .img-obj1 {
    width: 48.33vw;
    margin-top: 11.2963vw;
    margin-right: 0;
  }
  #nameinfo {
    padding-top: 12.963vw;
    padding-bottom: 12.963vw;
  }
  #nameinfo .int1 h2 {
    font-size: clamp(1.7rem, 4.7222vw, 4rem);
    line-height: calc(72 / 51);
  }
  #nameinfo .int1 .title .em2:after {
    left: -0.4rem;
    width: calc(100% + 0.8rem);
  }
  h2.comm {
    font-size: clamp(3.3rem, 9.16667vw, 8rem);
  }
  #service {
    padding-top: 18.0556vw;
    padding-bottom: 11.1111vw;
  }
  #service h2.title {
    margin-bottom: 11.1111vw;
    line-height: calc(111 / 99);
  }
  [class*="service"] {
    padding-top: 6.555556vw;
    padding-bottom: 6.555556vw;
  }
  #service h3 {
    margin-bottom: 5.55556vw;
  }
  #service h3 .num {
    padding: 1.1111vw 3.3333vw;
    border-radius: 2.5rem;
    font-size: clamp(1.5rem, 4.16667vw, 3rem);
  }
  #service h3 .title {
    margin-top: 2.77778vw;
    font-size: clamp(2.4rem, 6.66667vw, 6rem);
  }
  #service .box1 {
    flex-direction: column-reverse;
    height: auto;
    border-radius: 2.77778vw;
  }
  #service .textwrap {
    width: 100%;
    padding: 10vw 7.4074vw;
    text-align: center;
  }
  #service .imgwrap {
    display: flex;
    width: 100%;
    height: 58.3333vw;
  }
  #service .detail-desc li {
    margin-top: 6.01852vw;
    margin-bottom: 6.01852vw;
  }
  #service .detail-desc h4 {
    margin-bottom: 2.12963vw;
    font-size: clamp(1.9rem, 5.27778vw, 3.8rem);
    line-height: calc(72 / 57);
  }
  #service .detail-desc h4 + h4 {
    margin-top: -2.7778vw;
  }
  #service .detail-desc .desc1 {
    font-size: clamp(1.6rem, 3.88889vw, 2.6rem);
    line-height: calc(57 / 42);
  }
  .embg1:after {
    bottom: 0.3rem;
    left: -0.4rem;
    height: 41%;
  }
  .embg1.ani:after {
    width: calc(100% + 0.8rem);
  }

  #notice {
    height: auto;
  }
  #notice h2 {
    padding-top: 3.7037vw;
    padding-bottom: 3.7037vw;
    font-size: clamp(1.4rem, 3.88889vw, 2.6rem);
    line-height: calc(57 / 42);
  }
  br.mo-only {
    display: block;
  }
  #intro2 {
    height: auto;
  }
  #intro2 .inner {
    flex-direction: column;
    justify-content: center;
    height: 30.5556vw;
    padding: 0 5.55556vw;
  }
  #intro2 .title {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  #intro2 .en {
    font-size: clamp(1.1rem, 3.05556vw, 2.4rem);
  }
  #intro2 .ko {
    margin-top: 2.77778vw;
    font-size: clamp(2.6rem, 6.66667vw, 5rem);
  }
  #intro2 .img-obj2 {
    display: none;
  }
  #contest {
    padding-top: 13.8889vw;
    padding-bottom: 16.6667vw;
  }
  #contest h2 {
    margin-bottom: 5.5556vw;
  }
  /* #contest .poster-wrap {
    padding: 0 4.62963vw;
  } */
  #faq {
    padding-top: 19.4444vw;
    padding-bottom: 19.4444vw;
  }
  #faq h2 {
    margin-bottom: 8.3333vw;
  }
  .faq-item {
    min-height: 18.0556vw;
    margin: 1.38889vw 0;
    padding: 6.01851vw 7.03704vw;
    border-radius: 2.77778vw;
  }
  .faq-question {
    min-height: 6.6667vw;
    font-size: clamp(1.7rem, 4.72222vw, 3.6rem);
    line-height: calc(63 / 51);
  }
  .faq-answer {
    padding-top: 5.18519vw;
    padding-bottom: 0;
    font-size: clamp(1.4rem, 3.88889vw, 2.6rem);
    line-height: calc(57 / 42);
  }
  .ic-arrow1 {
    width: 3.61111vw;
    height: 2.31481vw;
  }
  footer {
    padding: 8.3333vw 0;
  }
  footer .ftlogo {
    width: 18.4259vw;
    height: 5.09259vw;
    margin-bottom: 2.40741vw;
  }

  footer p {
    font-size: clamp(0.95rem, 2.59259vw, 1.8rem);
  }
  .btn-top {
    right: 0.92593vw;
    bottom: 45.3704vw;
    width: 7.1667vw;
    height: 7.1667vw;
    margin-bottom: 1.38889vw;
    background: rgba(255, 255, 255, 0.1) url(images/btn-top.png) no-repeat 50% /
      40%;
  }
  /* scroll */
  .fade-up,
  .slide-left {
    opacity: 0;
    transform: translateY(4em);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .slide-left.animate {
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0em);
  }
  .slide-left {
    transform: translateX(0);
    transform: translateY(5em);
  }
}

@media (max-width: 380px) {
  #nameinfo .int1 .title .em2:after {
    left: -0.3rem;
    width: calc(100% + 0.6rem);
  }
  #service .textwrap {
    padding: 10vw 5vw;
  }
}
