@charset "UTF-8";
.scroll-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.scroll-section.pg-active .screen-text {
  display: block;
}

.scroll-section:nth-child(1) {
  background: url(../../../images/engpage/engPage_1.jpg) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .scroll-section:nth-child(1) {
    background: url(../../../images/engpage/engPage_1.jpg) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-section:nth-child(1) {
    background: url(../../../images/engpage/mobile/engPage_1_m.png) no-repeat center/cover;
  }
}
.scroll-section:nth-child(2) {
  background: url(../../../images/engpage/engPage_2.jpg) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .scroll-section:nth-child(2) {
    background: url(../../../images/engpage/mobile/engPage_2_m.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-section:nth-child(2) {
    background: url(../../../images/engpage/mobile/engPage_2_m.png) no-repeat center/cover;
  }
}
.scroll-section:nth-child(3) {
  background: url(../../../images/engpage/engPage_3.jpg) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .scroll-section:nth-child(3) {
    background: url(../../../images/engpage/mobile/engPage_3_m.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-section:nth-child(3) {
    background: url(../../../images/engpage/mobile/engPage_3_m.png) no-repeat center/cover;
  }
}
.scroll-section:nth-child(4) {
  background: url(../../../images/engpage/engPage_4.jpg) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .scroll-section:nth-child(4) {
    background: url(../../../images/engpage/mobile/engPage_4_m.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-section:nth-child(4) {
    background: url(../../../images/engpage/mobile/engPage_4_m.png) no-repeat center/cover;
  }
}
.scroll-section:nth-child(5) {
  background: url(../../../images/engpage/engPage_5.jpg) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .scroll-section:nth-child(5) {
    background: url(../../../images/engpage/mobile/engPage_5_m.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-section:nth-child(5) {
    background: url(../../../images/engpage/mobile/engPage_5_m.png) no-repeat center/cover;
  }
}
.scroll-section:nth-child(6) {
  background: url(../../../images/engpage/engPage_6.jpg) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .scroll-section:nth-child(6) {
    background: url(../../../images/engpage/mobile/engPage_6_m.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-section:nth-child(6) {
    background: url(../../../images/engpage/mobile/engPage_6_m.png) no-repeat center/cover;
  }
}
.scroll-section:nth-child(7) {
  background: url(../../../images/engpage/engPage_7.jpg) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .scroll-section:nth-child(7) {
    background: url(../../../images/engpage/mobile/engPage_7_m.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-section:nth-child(7) {
    background: url(../../../images/engpage/mobile/engPage_7_m.png) no-repeat center/cover;
  }
}
.scroll-section:nth-child(8) {
  background: url(../../../images/engpage/engPage_7.jpg) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .scroll-section:nth-child(8) {
    background: url(../../../images/engpage/mobile/engPage_7_m.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-section:nth-child(8) {
    background: url(../../../images/engpage/mobile/engPage_7_m.png) no-repeat center/cover;
  }
}

.bg-animation {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  display: flex;
  flex-flow: row nowrap;
  z-index: 1000;
  pointer-events: none;
}

.bg-animation > .bg-part {
  background-color: #111111;
  width: 33.3333333333vw;
  /* height: 100vh; */
}

.bg-part {
  border-right: 1px solid #333333;
}

@keyframes scrollUpEnd {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  20% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}
@keyframes scrollUpStart {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  20% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes scrollDownStart {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  20% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes scrollDownEnd {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  20% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
.screen-text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
  text-align: center;
}

.page_1-text {
  text-shadow: 0px 0px 38px rgba(0, 0, 0, 0.37);
}
.page_1-text > h2 {
  color: #FFF;
  font-weight: 700;
  font-size: 4.25rem;
  line-height: 5.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_1-text > h2 {
    font-size: 3.75rem;
    line-height: 4.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_1-text > h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_1-text > h2 {
    width: 20rem;
  }
}
.page_1-text > p {
  color: #FFF;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page_1-text > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_1-text > p {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_1-text > p {
    margin-top: 0.25rem;
    margin-bottom: 1.25rem;
  }
}
.page_1-text a {
  width: 11.25rem;
  height: 3.5rem;
  display: inline-block;
}
.page_1-text a:nth-of-type(1) {
  background: url(../../../images/front-page/btn_googlePlay.svg) no-repeat center/cover;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .page_1-text a:nth-of-type(1) {
    margin-right: 0;
    margin-top: 0.625rem;
  }
}
.page_1-text a:nth-of-type(2) {
  background: url(../../../images/front-page/btn_appleStore.svg) no-repeat center/cover;
}

.page_2-text > h2 {
  color: #FFF;
  font-weight: 700;
  font-size: 4.25rem;
  line-height: 5.125rem;
  background: linear-gradient(94deg, #1AF0BD -0.38%, #1528D1 100.76%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 56rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_2-text > h2 {
    font-size: 3.75rem;
    line-height: 4.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_2-text > h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_2-text > h2 {
    width: 43rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_2-text > h2 {
    width: 20rem;
  }
}
.page_2-text > p {
  color: #FFF;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .page_2-text > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_2-text > p {
    margin-top: 0.25rem;
  }
}

.page_3-text > h2 {
  color: #FFF;
  font-weight: 700;
  font-size: 4.25rem;
  line-height: 5.125rem;
  width: 43.75rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_3-text > h2 {
    font-size: 3.75rem;
    line-height: 4.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_3-text > h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_3-text > h2 {
    width: 20rem;
  }
}
.page_3-text > p {
  color: #FFF;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  width: 32.4375rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page_3-text > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_3-text > p {
    width: 27.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_3-text > p {
    margin-top: 0.25rem;
    width: 20rem;
  }
}

.page_4-text > h2 {
  color: #111;
  font-weight: 700;
  font-size: 4.25rem;
  line-height: 5.125rem;
  width: 47.5rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_4-text > h2 {
    font-size: 3.75rem;
    line-height: 4.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_4-text > h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_4-text > h2 {
    width: 20rem;
  }
}
.page_4-text > p {
  color: #767676;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .page_4-text > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_4-text > p {
    width: 20rem;
    margin-top: 0.25rem;
  }
}

.page_5-text > h2 {
  color: #FFF;
  font-weight: 700;
  font-size: 4.25rem;
  line-height: 5.125rem;
  width: 49.9375rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_5-text > h2 {
    font-size: 3.75rem;
    line-height: 4.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_5-text > h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_5-text > h2 {
    width: 44.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_5-text > h2 {
    width: 20rem;
  }
}
.page_5-text > p {
  color: #FFF;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .page_5-text > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_5-text > p {
    margin-top: 0.25rem;
    width: 20rem;
  }
}

.page_6-text {
  max-width: 100%;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_6-text {
    height: 64rem;
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media only screen and (max-width: 767px) {
  .page_6-text {
    height: 40rem;
    transform: translate(-50%, -50%) scale(0.6);
  }
}
.page_6-text > h2 {
  color: #FFF;
  font-weight: 700;
  font-size: 4.25rem;
  line-height: 5.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_6-text > h2 {
    font-size: 3.75rem;
    line-height: 4.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_6-text > h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
.page_6-text > p {
  color: #FFF;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 0.5rem;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .page_6-text > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_6-text > p {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_6-text > p {
    margin-top: 0.25rem;
    margin-bottom: 1.25rem;
    width: 17.3125rem;
  }
}
.page_6-text > .items_wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 5rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_6-text > .items_wrap {
    flex-flow: column nowrap;
    gap: 3.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_6-text > .items_wrap {
    flex-flow: column nowrap;
    gap: 1.25rem;
  }
}
.page_6-text > .items_wrap > .item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  flex-grow: 1;
}
.page_6-text > .items_wrap > .item > .item-icon {
  width: 7.5rem;
  height: 7.5rem;
}
.page_6-text > .items_wrap > .item:nth-of-type(1) > .item-icon {
  background: url(../../../images/en/i_안전성분w.svg) no-repeat center/cover;
}
.page_6-text > .items_wrap > .item:nth-of-type(2) > .item-icon {
  background: url(../../../images/en/i_분석w.svg) no-repeat center/cover;
}
.page_6-text > .items_wrap > .item:nth-of-type(3) > .item-icon {
  background: url(../../../images/en/i_정기배송w.svg) no-repeat center/cover;
}
.page_6-text > .items_wrap > .item > span {
  color: #FFF;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  width: 22.5rem;
}
@media only screen and (max-width: 767px) {
  .page_6-text > .items_wrap > .item > span {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_6-text > .items_wrap > .item > span {
    width: 15rem;
  }
}

.page_7-text > h2 {
  margin: 0 auto;
  width: 46.875rem;
  color: #FFF;
  font-weight: 700;
  font-size: 4.25rem;
  line-height: 5.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_7-text > h2 {
    font-size: 3.75rem;
    line-height: 4.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_7-text > h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .page_7-text > h2 {
    width: 41.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_7-text > h2 {
    width: 15.8125rem;
  }
}
.page_7-text > p {
  color: #FFF;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  width: 38.375rem;
}
@media only screen and (max-width: 767px) {
  .page_7-text > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_7-text > p {
    margin-top: 0.25rem;
    width: 19.25rem;
  }
}

footer {
  color: #DEDEDE;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 2.25rem;
  text-align: center;
}
footer::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
footer .footer-wrap {
  z-index: 10;
}
footer .footer-wrap > .piza-logo, footer .footer-wrap .biotech-logo {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap > .piza-logo, footer .footer-wrap .biotech-logo {
    display: block;
    margin: auto;
    margin-top: 1.25rem;
  }
}
footer .piza-logo {
  background: url(../../../images/en/PIZA_logo_en.svg) no-repeat center/cover;
  width: 3.875rem;
  height: 3.875rem;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  footer .piza-logo {
    width: 2.9375rem;
    height: 2.9375rem;
    margin-right: 0;
  }
}
footer .biotech-logo {
  background: url(../../../images/engpage/베이바이오텍로고_w.svg) no-repeat center/cover;
  width: 14.25rem;
  height: 3.25rem;
}
@media only screen and (max-width: 767px) {
  footer .biotech-logo {
    width: 10.6875rem;
    height: 2.4375rem;
  }
}
footer .piza-logo > a, footer .biotech-logo > a {
  width: 100%;
  display: inline-block;
  padding: 1.5625rem;
}
footer address {
  width: 46.0625rem;
  margin-top: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.625rem;
  color: #CDCDCD;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
}
@media only screen and (max-width: 767px) {
  footer address {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  footer address {
    width: 100%;
    flex-flow: column nowrap;
  }
}
@media only screen and (max-width: 767px) {
  footer address > .ADDRESS {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  footer address > .ADDRESS > span:last-child {
    width: 60%;
    display: inline-block;
  }
}
footer address span:not(.en-emphasis) {
  color: #CDCDCD;
  font-weight: 400;
}
footer .en-emphasis {
  color: #FFF;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
}
@media only screen and (max-width: 767px) {
  footer .en-emphasis {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
footer .copyright {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  footer .copyright {
    width: 25.875rem;
    margin: 3.75rem auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    width: 15.625rem;
    margin: 0 auto;
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
footer .copyright span {
  margin: 0 0.1875em;
}/*# sourceMappingURL=engPage.css.map */