@charset "UTF-8";
/*
Theme Name: 베이바이오텍
Author: WEB Agency DEP by GUPSA
Author URI: https://teamdep.com/
Description: 겁쟁이사자들의 웹 에이전시 팀 디이피에서 제작하였습니다.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 7.4
Version: 1.0.0
*/
:root {
  /** 컬러 설정 */
  --main:#218FD4;
  --main-rgb: 33, 143, 212;
  --sub:#218FD4;
}

@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  html {
    font-size: 2.083vw;
  }
}
@media only screen and (max-width: 47.9375rem) {
  html {
    font-size: 4.444vw;
  }
}

body {
  font-family: "Pretendard";
  font-weight: 400;
}

.container {
  width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .container {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.main-btn,
#main-btn {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 30px;
  color: #fff;
  font-size: var(--f7);
  line-height: var(--l7);
  background: var(--main) !important;
  cursor: pointer;
}

.sub-btn,
#sub-btn {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 30px;
  color: var(--main);
  font-size: var(--f7);
  line-height: var(--l7);
  border: 1px solid var(--main) !important;
  cursor: pointer;
}

#loginform {
  width: 400px;
  margin: 0 auto;
}
#loginform p.login-username, #loginform p.login-password {
  display: flex;
  align-items: center;
  height: 60px;
}
#loginform p.login-username label, #loginform p.login-password label {
  display: block;
  width: 96px;
  font-size: var(--f7);
  line-height: var(--l7);
}
#loginform p.login-username input, #loginform p.login-password input {
  width: 304px;
  height: 100%;
  border: none;
  border-bottom: 1px solid var(--line2);
}
#loginform p.login-username input:focus, #loginform p.login-password input:focus {
  outline: none;
}
#loginform p.login-remember {
  font-size: var(--f8);
  line-height: var(--l8);
  color: var(--font2);
  text-align: right;
}
#loginform p.login-remember input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: var(--l8);
  height: var(--l8);
  background: url(./assets/images/login-unchecked.svg) no-repeat center center/cover;
}
#loginform p.login-remember input[type=checkbox]:checked {
  background-image: url(./assets/images/login-checked.svg);
}
#loginform p.login-submit {
  margin-top: 40px;
}
#loginform p.login-submit input[type=submit] {
  width: 100%;
}
#loginform p + p {
  margin-top: 20px;
}

.header {
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 100;
}

.nav {
  padding-top: 2.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.change-language {
  background: rgba(17, 17, 17, 0.2);
  width: 73px;
  height: 36px;
  border-radius: 34px;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  transition: all 150ms ease-in-out;
  transform-origin: top;
}
.change-language > ul {
  display: flex;
  flex-flow: column nowrap;
  pointer-events: none;
}
.change-language > ul.enPage {
  flex-flow: column-reverse nowrap;
}
.change-language li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
}
.change-language:hover {
  background: #111;
}

.arrow {
  background: url(./assets/images/front-page/arrow.svg) no-repeat center/cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  transition: transform 300ms ease-in-out;
}

.logo {
  background: url(./assets/images/front-page/로고.svg) no-repeat center/cover;
  width: 62px;
  height: 62px;
  transform: translateY(-15px);
}
@media only screen and (max-width: 47.9375rem) {
  .logo {
    transform: translateY(-15px);
  }
}

.cover-section {
  position: relative;
  height: 58.5625rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .cover-section {
    height: 64rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .cover-section {
    height: 40rem;
  }
}
.cover-section .main_cover-text {
  padding-top: 20.4375rem;
}
.cover-section .main_cover-text > h2 {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 5.125rem;
  color: #151036;
}
@media only screen and (max-width: 47.9375rem) {
  .cover-section .main_cover-text > h2 {
    width: 15.5625rem;
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.cover-section .main_cover-text > span {
  color: #767676;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .cover-section .main_cover-text > span {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .cover-section .main_cover-text > span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .cover-section .main_cover-text > span {
    width: 11rem;
    margin-top: 0.25rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .cover-section .main_cover-text {
    width: 100%;
    padding-top: 23.8125rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .cover-section .main_cover-text {
    width: 100%;
    padding-top: 10.9375rem;
  }
}
.cover-section .googlePlay {
  display: inline-block;
  background: url(./assets/images/front-page/btn_googlePlay.svg) no-repeat center/cover;
  width: 11.25rem;
  height: 3.5rem;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 47.9375rem) {
  .cover-section .googlePlay {
    margin-bottom: 0.625rem;
  }
}
.cover-section .appStore {
  display: inline-block;
  background: url(./assets/images/front-page/btn_appleStore.svg) no-repeat center/cover;
  width: 11.25rem;
  height: 3.5rem;
}

.main_cover {
  width: 100%;
  height: 58.5625rem;
  background: url(./assets/images/front-page/landing_mainVIsual_2_up.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .main_cover {
    height: 64rem;
    background: url(./assets/images/front-page/모바일/maincover_t.jpg) no-repeat center/cover;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .main_cover {
    height: 40rem;
    background: url(./assets/images/front-page/모바일/maincover_m.jpg) no-repeat center/cover;
  }
}

.row_box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 10rem;
  gap: 2.5rem;
}
.row_box:nth-of-type(1) p {
  width: 29rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .row_box:nth-of-type(1) p {
    width: 19.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .row_box:nth-of-type(1) p {
    width: 19.625rem;
  }
}
.row_box:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 47.9375rem) {
  .row_box:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .row_box {
    margin-top: 7.5rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .row_box {
    flex-flow: column-reverse nowrap;
    margin-top: 3.75rem;
    gap: 1.25rem;
  }
}
.row_box > .match_img {
  width: 620px;
  height: 620px;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .row_box > .match_img {
    width: 20.875rem;
    height: 20.875rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .row_box > .match_img {
    width: 20rem;
    height: 20rem;
  }
}
.row_box:nth-of-type(1) .match_img {
  background: url(./assets/images/front-page/AICheck.png) no-repeat center/cover;
}
.row_box:nth-of-type(2) .match_img {
  background: url(./assets/images/front-page/matchImg.png) no-repeat center/cover;
}
.row_box:nth-of-type(3) .match_img {
  background: url(./assets/images/front-page/cosmatics.png) no-repeat center/cover;
}
.row_box > .piza_explanation {
  width: 50%;
}
@media only screen and (max-width: 47.9375rem) {
  .row_box > .piza_explanation {
    width: 100%;
  }
}
.row_box > .piza_explanation > .summary {
  color: #3877FA;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .row_box > .piza_explanation > .summary {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .row_box > .piza_explanation > .summary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.row_box > .piza_explanation > h3 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.875rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .row_box > .piza_explanation > h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .row_box > .piza_explanation > h3 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.row_box > .piza_explanation > h3 > span {
  display: block;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .row_box > .piza_explanation > h3 > span {
    display: inline;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .row_box > .piza_explanation > h3 > span {
    display: inline;
  }
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .row_box > .piza_explanation > h3 {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .row_box > .piza_explanation > h3 {
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
  }
}
.row_box > .piza_explanation > p {
  color: #767676;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .row_box > .piza_explanation > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .row_box > .piza_explanation > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.row_box > .piza_explanation > p:not(.row_box:nth-of-type(1) p) {
  width: 34.375rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .row_box > .piza_explanation > p:not(.row_box:nth-of-type(1) p) {
    width: 19.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .row_box > .piza_explanation > p:not(.row_box:nth-of-type(1) p) {
    width: 19.625rem;
  }
}

.column_box {
  margin-top: 10rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box {
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box {
    margin-top: 3.75rem;
  }
}
.column_box > .piza_explanation {
  width: 33.3125rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box > .piza_explanation {
    width: 24.0625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .piza_explanation {
    width: 100%;
  }
}
.column_box > .piza_explanation > .summary {
  color: #3877FA;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box > .piza_explanation > .summary {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .piza_explanation > .summary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.column_box > .piza_explanation > h3 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.875rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box > .piza_explanation > h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .piza_explanation > h3 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.column_box > .piza_explanation > h3 > span {
  display: block;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box > .piza_explanation > h3 {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .piza_explanation > h3 {
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
  }
}
.column_box > .piza_explanation > p {
  color: #767676;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box > .piza_explanation > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .piza_explanation > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.column_box > .subscribe {
  text-align: center;
}
.column_box > .subscribe > .summary {
  color: #3877FA;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box > .subscribe > .summary {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .subscribe > .summary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.column_box > .subscribe > h3 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.875rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box > .subscribe > h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .subscribe > h3 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .subscribe > h3 {
    width: 90%;
    margin: 0 auto;
  }
}
.column_box > .subscribe > p {
  color: #767676;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
  width: 42.6875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box > .subscribe > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .subscribe > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box > .subscribe > p {
    width: 33.3125rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .subscribe > p {
    width: 90%;
    text-align: justify;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .subscribe {
    width: calc(100% - 3.75rem);
    margin: 0 auto;
  }
}
.column_box > .match_img {
  width: 100%;
  height: 38.75rem;
  border-radius: 1.25rem;
  margin-top: 2.5rem;
  background: url(./assets/images/front-page/피부분석.png) no-repeat center/cover;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .column_box > .match_img {
    height: 20.875rem;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .column_box > .match_img {
    height: 9.625rem;
    border-radius: 0.625rem;
    margin-top: 0.375rem;
    background: url(./assets/images/front-page/모바일/피부분석_m.png) no-repeat center/cover;
  }
}

.features {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 2.5rem;
  gap: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .features {
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .features {
    flex-flow: column nowrap;
    margin-top: 1.25rem;
    gap: 1.25rem;
    align-items: center;
  }
}

.line {
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(270deg, #032979 9.23%, #3877FA 61.5%, #CDDDFF 80.91%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .line {
    width: 0.25rem;
    height: 100%;
    top: 0;
    left: 50%;
    background: linear-gradient(270deg, #032979 9.23%, #3877FA 68.97%, #CDDDFF 91.15%);
  }
}
@media only screen and (max-width: 47.9375rem) {
  .line {
    width: 0.125rem;
    height: 100%;
    top: 0;
    left: 50%;
    background: linear-gradient(270deg, #032979 9.23%, #3877FA 68.97%, #CDDDFF 91.15%);
  }
}

.features_item {
  width: 25rem;
  height: 25rem;
  background: #F8F8FA;
  border-radius: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .features_item {
    width: 20.875rem;
    height: 20.875rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .features_item {
    width: 18.75rem;
    height: 18.75rem;
  }
}
.features_item:nth-of-type(1) figure {
  background: url(./assets/images/front-page/i_안전성분.svg) no-repeat center/cover;
  width: 7.5rem;
  height: 7.5rem;
}
.features_item:nth-of-type(1) figcaption {
  width: 63%;
}
.features_item:nth-of-type(2) figure {
  background: url(./assets/images/front-page/i_분석.svg) no-repeat center/cover;
  width: 7.5rem;
  height: 7.5rem;
}
.features_item:nth-of-type(2) figcaption {
  width: 83%;
}
.features_item:nth-of-type(3) figure {
  background: url(./assets/images/front-page/i_정기배송.svg) no-repeat center/cover;
  width: 7.5rem;
  height: 7.5rem;
}
.features_item:nth-of-type(3) figcaption {
  width: 75%;
}
.features_item figcaption {
  text-align: center;
  color: #111;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .features_item figcaption {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .features_item figcaption {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.features_item figcaption span {
  font-weight: 700;
}

.type_tip {
  margin-top: 10rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .type_tip {
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .type_tip {
    margin-top: 3.75rem;
  }
}
.type_tip > .summary {
  color: #3877FA;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .type_tip > .summary {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .type_tip > .summary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.type_tip > h3 {
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.875rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .type_tip > h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .type_tip > h3 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .type_tip > h3 {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .type_tip > h3 {
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
  }
}
.type_tip > p {
  color: #767676;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
  width: 32rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .type_tip > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .type_tip > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .type_tip > p {
    width: 26.1875rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .type_tip > p {
    width: 100%;
  }
}

.type_tip-img {
  width: 100%;
  height: 40.625rem;
  background: url(./assets/images/front-page/type_tip.png) no-repeat center/cover;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .type_tip-img {
    margin-top: 1.25rem;
    background: url(./assets/images/front-page/모바일/type_tip_m.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .type_tip-img {
    height: 19rem;
    margin-top: 1.25rem;
    background: url(./assets/images/front-page/모바일/type_tip_m.png) no-repeat center/cover;
  }
}

.linked_service {
  background-color: #F8F8FA;
  padding: 10rem 0;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .linked_service {
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .linked_service {
    padding: 2.5rem 0;
  }
}

.service > .summary {
  color: #3877FA;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .service > .summary {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .service > .summary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.service > h3 {
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.875rem;
  width: 45rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .service > h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .service > h3 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .service > h3 {
    width: 34.5rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .service > h3 {
    width: 100%;
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
  }
}
.service > p {
  color: #767676;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
  width: 36.9375rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .service > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .service > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .service > p {
    width: 30.1875rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .service > p {
    width: 100%;
  }
}

.service_img-wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .service_img-wrap {
    flex-flow: column nowrap;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .service_img-wrap {
    flex-flow: column nowrap;
    gap: 0.3125rem;
    margin-top: 1.25rem;
  }
}

.service-img {
  background: #561654;
  flex-grow: 1;
  height: 23.375rem;
  border-radius: 1.25rem;
}
.service-img:nth-of-type(1) {
  background: url(./assets/images/front-page/service1.png) no-repeat center/cover;
}
@media only screen and (max-width: 47.9375rem) {
  .service-img:nth-of-type(1) {
    background: url(./assets/images/front-page/모바일/service1_m.png) no-repeat center/cover;
  }
}
.service-img:nth-of-type(2) {
  background: url(./assets/images/front-page/service2.png) no-repeat center/cover;
}
@media only screen and (max-width: 47.9375rem) {
  .service-img:nth-of-type(2) {
    background: url(./assets/images/front-page/모바일/service2_m.png) no-repeat center/cover;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .service-img {
    border-radius: 0.625rem;
    height: 12.0625rem;
  }
}

.sec_5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .sec_5 {
    paddingtop: 7.5rem;
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_5 {
    padding-top: 3.75rem;
    padding-bottom: 32rem;
  }
}
.sec_5 > h3 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 3.875rem;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .sec_5 > h3 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_5 > h3 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
.sec_5 > .subscribe {
  clear: both;
  text-align: center;
  margin-top: 10rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .sec_5 > .subscribe {
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_5 > .subscribe {
    margin-top: 3.75rem;
  }
}
.sec_5 > .subscribe > .summary {
  color: #3877FA;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .sec_5 > .subscribe > .summary {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_5 > .subscribe > .summary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.sec_5 > .subscribe > h3 {
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.875rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .sec_5 > .subscribe > h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_5 > .subscribe > h3 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .sec_5 > .subscribe > h3 {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_5 > .subscribe > h3 {
    width: 80%;
    margin: 0 auto;
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
  }
}
.sec_5 > .subscribe > p {
  color: #767676;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .sec_5 > .subscribe > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_5 > .subscribe > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_5 > .subscribe > p {
    width: 15.4375rem;
    margin: 0 auto;
  }
}

.tech_wrap {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 47.9375rem) {
  .tech_wrap {
    margin-top: 1.25rem;
  }
}
.tech_wrap > p {
  color: #111;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.75rem;
  width: 33.125rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .tech_wrap > p {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .tech_wrap > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .tech_wrap > p {
    width: 16.4375rem;
  }
}
.tech_wrap > .tech_img {
  width: 66.25rem;
  height: 35.625rem;
  border-radius: 1.25rem;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .tech_wrap > .tech_img {
    width: 35.625rem;
    height: 19.1875rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .tech_wrap > .tech_img {
    width: 16.4375rem;
    height: 9.9375rem;
  }
}
.tech_wrap:nth-of-type(1) > p {
  width: 30rem;
}
@media only screen and (max-width: 47.9375rem) {
  .tech_wrap:nth-of-type(1) > p {
    width: 16.25rem;
  }
}
.tech_wrap:nth-of-type(1) > .tech_img {
  background: url(./assets/images/front-page/tech1.png) no-repeat center/cover;
}
@media only screen and (max-width: 47.9375rem) {
  .tech_wrap:nth-of-type(1) > .tech_img {
    background: url(./assets/images/front-page/모바일/tech1_m.png) no-repeat center/cover;
  }
}
.tech_wrap:nth-of-type(2) {
  float: right;
}
.tech_wrap:nth-of-type(2) > p {
  width: 35rem;
}
@media only screen and (max-width: 47.9375rem) {
  .tech_wrap:nth-of-type(2) > p {
    width: 16.25rem;
  }
}
.tech_wrap:nth-of-type(2) > .tech_img {
  background: url(./assets/images/front-page/tech2.png) no-repeat center/cover;
}
@media only screen and (max-width: 47.9375rem) {
  .tech_wrap:nth-of-type(2) > .tech_img {
    background: url(./assets/images/front-page/모바일/tech2_m.png) no-repeat center/cover;
  }
}
.tech_wrap:nth-of-type(3) {
  clear: both;
  padding-top: 3.75rem;
}
@media only screen and (max-width: 47.9375rem) {
  .tech_wrap:nth-of-type(3) {
    padding-top: 1.25rem;
  }
}
.tech_wrap:nth-of-type(3) > .tech_img {
  background: url(./assets/images/front-page/tech3.png) no-repeat center/cover;
}
@media only screen and (max-width: 47.9375rem) {
  .tech_wrap:nth-of-type(3) > .tech_img {
    background: url(./assets/images/front-page/모바일/tech3_m.png) no-repeat center/cover;
  }
}

.patent_certificate {
  background-color: #F8F8FA;
  padding: 3.9375rem 4.375rem;
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  display: flex;
  flex-flow: row nowrap;
  gap: 1.25rem;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .patent_certificate {
    flex-flow: row wrap;
    padding: 2.5rem 4rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .patent_certificate {
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-flow: row wrap;
    gap: 0.75rem;
    padding: 1.25rem;
    border-radius: 0;
  }
}
.patent_certificate > .patent_img {
  width: 16.875rem;
  height: 24.0625rem;
}
@media only screen and (max-width: 47.9375rem) {
  .patent_certificate > .patent_img {
    width: 9.625rem;
    height: 13.75rem;
  }
}
.patent_certificate > .patent_img:nth-of-type(1) {
  background: url(./assets/images/front-page/특허증/결과서.png) no-repeat center/cover;
}
.patent_certificate > .patent_img:nth-of-type(2) {
  background: url(./assets/images/front-page/특허증/특허증1.png) no-repeat center/cover;
}
.patent_certificate > .patent_img:nth-of-type(3) {
  background: url(./assets/images/front-page/특허증/특허증2.png) no-repeat center/cover;
}
.patent_certificate > .patent_img:nth-of-type(4) {
  background: url(./assets/images/front-page/특허증/특허증3.png) no-repeat center/cover;
}

.sec_6 {
  width: 100vw;
  height: 31.25rem;
  background: url(./assets/images/front-page/downloadBg.png) no-repeat center/cover;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .sec_6 {
    height: 26rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_6 {
    height: 24.25rem;
  }
}
.sec_6 h2 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.875rem;
  text-align: center;
  display: contents;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .sec_6 h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_6 h2 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .sec_6 h2 {
    width: 16rem;
    display: inline;
  }
}
.sec_6 > .download_wrap {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 47.9375rem) {
  .sec_6 > .download_wrap {
    margin-top: 1.25rem;
    width: -moz-min-content;
    width: min-content;
  }
}
.sec_6 .googlePlay {
  width: 11.25rem;
  height: 3.5rem;
  display: inline-block;
  margin-right: 1.25rem;
  background: url(./assets/images/front-page/btn_googlePlay.svg) no-repeat center/cover;
}
@media only screen and (max-width: 47.9375rem) {
  .sec_6 .googlePlay {
    margin-bottom: 0.625rem;
    margin-right: 0;
  }
}
.sec_6 .appStore {
  width: 11.25rem;
  height: 3.5rem;
  display: inline-block;
  background: url(./assets/images/front-page/btn_appleStore.svg) no-repeat center/cover;
}

.footer {
  background: #FAFAFA;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
.footer > section {
  position: relative;
}
@media only screen and (max-width: 47.9375rem) {
  .footer {
    padding-top: 5.125rem;
    padding-bottom: 2.5rem;
  }
}
.footer .logo-box {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 79.9375rem) and (min-width: 48rem) {
  .footer .logo-box {
    right: 2.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .footer .logo-box {
    left: 1.25rem;
    top: -3.525rem;
  }
}
.footer .logo-box > a {
  display: inline-block;
}
.footer .logo-box > .biotech_logo {
  background: url(./assets/images/front-page/biotechLogo.svg) no-repeat center/cover;
  width: 8.5625rem;
  height: 1.8125rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 47.9375rem) {
  .footer .logo-box > .biotech_logo {
    background: url(./assets/images/front-page/모바일/베이바이오텍로고_m.svg) no-repeat center/cover;
    width: 5.1875rem;
    height: 1.1875rem;
  }
}
.footer .logo-box > .piza_logo {
  background: url(./assets/images/front-page/로고.svg) no-repeat center/cover;
  width: 3.5rem;
  height: 3.5rem;
}
@media only screen and (max-width: 47.9375rem) {
  .footer .logo-box > .piza_logo {
    width: 2.375rem;
    height: 2.375rem;
  }
}
.footer .info-wrap {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 47.9375rem) {
  .footer .info-wrap {
    margin-bottom: 1.25rem;
  }
}
.footer .info-wrap span {
  margin-right: 1rem;
  color: #111;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer .info-wrap span:nth-of-type(1) {
  color: #111;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer address {
  color: #767676;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 47.9375rem) {
  .footer address .address_info {
    display: flex;
    flex-flow: row nowrap;
  }
}
.footer address .address_info span:nth-child(3) {
  margin-left: 0.25rem;
}
.footer address .emphasis {
  color: #505050;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  word-break: keep-all;
}
.footer .copyright {
  margin-top: 1.5rem;
  color: #767676;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 47.9375rem) {
  .footer .copyright {
    margin-top: 1rem;
  }
}
.footer .copyright > span {
  margin: 0 0.1875rem;
}/*# sourceMappingURL=style.css.map */