@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&family=Plus+Jakarta+Sans:wght@200;600;800&display=swap");
body {
    font-family: "Plus Jakarta Sans", "Noto Sans TC", sans-serif;
}

.about-us-box {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}

@media screen and (max-width: 576px) {
    .about-us-box .about-title-box {
        margin-top: -120px;
    }
}

.about-us-box .about-title {
    font-size: 100px;
    font-weight: 800;
    color: #1e1e1e;
    line-height: 126px;
}

@media screen and (max-width: 576px) {
    .about-us-box .about-title {
        font-size: 45px;
        line-height: 69px;
        padding: 0 16px;
    }
}

.about-us-box .about-info-list .info-list-item {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 8px 16px 0;
}

@media screen and (max-width: 576px) {
    .about-us-box .about-info-list .info-list-item {
        font-size: 18px;
    }
}

.about-us-box .about-info-list .info-list-item:before,
.about-us-box .about-info-list .info-list-item:after {
    display: table;
    content: "";
    line-height: 0;
}

.about-us-box .about-info-list .info-list-item:after {
    clear: both;
}

.about-us-box .about-info-list .info-list-item .list-icon {
    width: 20px;
    float: left;
    padding-right: 10px;
}

.about-us-box .about-info-list .info-list-item .list-content {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
}

.about-info-box {
    width: 100%;
    position: relative;
    padding: 120px 0;
    margin-top: 55px;
}

@media screen and (max-width: 576px) {
    .about-info-box {
        margin-top: 20px;
        padding: 45px 0 10px;
    }
}

.about-info-box .about-info-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.about-info-box .about-info-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-info-box .about-info-list {
    max-width: 1370px;
    margin: 0 auto;
}

.about-info-box .about-info-list .about-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px;
    height: 100%;
    border-left: 1px rgba(0, 0, 0, 0.5) solid;
}

@media screen and (max-width: 576px) {
    .about-info-box .about-info-list .about-info-item {
        border-left: none;
        border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
        padding: 30px 0;
    }
}

.about-info-box .about-info-list .about-info-item.last-item {
    border-right: 1px rgba(0, 0, 0, 0.5) solid;
}

@media screen and (max-width: 576px) {
    .about-info-box .about-info-list .about-info-item.last-item {
        border-right: none;
        border-bottom: none;
    }
}

.about-info-box .about-info-list .about-info-item .about-info-title h2,
.about-info-box .about-info-list .about-info-item .about-info-title {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0;
    text-align: center;
}

.about-info-box .about-info-list .about-info-item .about-info-title span,
.about-info-box .about-info-list .about-info-item .about-info-title h2 {
    font-size: 24px;
    line-height: 40px;
}

@media screen and (max-width: 576px) {
    .about-info-box .about-info-list .about-info-item .about-info-title span,
    .about-info-box .about-info-list .about-info-item .about-info-title h2 {
        font-size: 16px;
    }
}

.about-info-box .about-info-list .about-info-item .about-info-desc {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.about-info-box .about-info-list .img-box {
    display: inline-block;
    width: 100px;
    height: 45px;
    margin-top: 20px;
}

.about-info-box .about-info-list .img-box img {
    width: 100%;
}

.about-skin-care {
    width: 100%;
    max-width: 1555px;
    margin: 0 auto;
    padding-top: 50px;
}

.title-group {
    position: relative;
}

.title-group:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -105%;
    width: 100%;
    background-color: #592a80;
    margin-right: 100px;
}

.about-sub-title {
    font-size: 24px;
    font-weight: 300;
}

@media screen and (max-width: 576px) {
    .about-sub-title {
        font-size: 12px;
    }
}

.about-main-title,
.about-main-title h1 {
    font-size: 48px;
    font-weight: 600;
    margin: 12px 0 24px;
    line-height: 1.2;
}

@media screen and (max-width: 576px) {
    .about-main-title,
    .about-main-title h1 {
        font-size: 16px;
    }
}

.about-main-text p {
    font-size: 24px;
    font-weight: 300;
}

.about-main-text h3 {
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 576px) {
    .about-main-text p {
        font-size: 16px;
        font-weight: 400;
    }
    .about-main-text h3 {
        font-size: 16px;
    }
}

.skin-ai-box {
    padding: 125px 30px;
    background-color: #fbfbfb;
    position: relative;
}

@media screen and (max-width: 576px) {
    .skin-ai-box {
        padding: 60px 0px;
    }
}

.skin-ai-box .skin-ai-text .sub-text {
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 576px) {
    .skin-ai-box .skin-ai-text .sub-text {
        font-size: 12px;
    }
}

.skin-ai-box .skin-ai-text .main-text h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

@media screen and (max-width: 576px) {
    .skin-ai-box .skin-ai-text .main-text h3 {
        font-size: 38px;
        letter-spacing: 0.02em;
    }
}

@media screen and (max-width: 576px) {
    .skin-ai-box .skin-ai-text .main-text h3 span {
        display: block;
    }
}

.skin-ai-box .store-phone-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: unset;
    z-index: 100;
}
@media screen and (max-width: 1280.99px) {
 .skin-ai-box .store-phone-box{
      top: -50px;
 }   
}
.skin-swiper-box {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.skin-swiper-box .skin-ai-title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
    margin-top: 80px;
    font-size: 32px;
    font-weight: 600;
}

.skin-swiper-box .skin-ai-swiper {
    margin-top: 50px;
}

.skin-ai-swiper-title {
    font-size: 24px;
    font-weight: 600;
}

.skin-ai-swiper-info {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
}

.all-skin-box {
    padding-bottom: 150px;
}

.all-skin-box .all-skin-title {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-wrapper {
    padding-bottom: 30px;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #1e1e1e !important;
}

.p-static {
    position: static;
    top: unset;
    left: unset;
    bottom: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.about-us-labs-box {
    width: 100%;
    max-width: 1555px;
    margin: 0 auto;
    padding-top: 50px;
}

.about-us-labs-box .about-us-labs-sub-title {
    font-size: 20px;
    font-weight: 400;
}

.about-us-labs-box .about-us-labs-title {
    font-size: 60px;
    font-weight: 700;
}

@media screen and (max-width: 576px) {
    .about-us-labs-box .about-us-labs-title {
        font-size: 35px;
    }
}

.about-us-labs-box .about-us-labs-desc {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.about-us-labs-info-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.about-us-labs-info-box .about-us-labs-info-title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 100px;
}

@media screen and (max-width: 576px) {
    .about-us-labs-info-box .about-us-labs-info-title {
        margin-top: 60px;
    }
}

.about-us-labs-info-box .about-us-labs-list {
    margin-top: 50px;
}

.about-us-labs-info-box .about-us-labs-list .labs-item {
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
    .about-us-labs-info-box .about-us-labs-list .labs-item {
        margin-bottom: 20px;
    }
}

.about-us-labs-info-box .about-us-labs-list .labs-item .img-box img {
    width: 100%;
}

.about-us-labs-info-box .about-us-labs-list .labs-item .info-box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    text-align: center;
}

.about-us-labs-info-box
    .about-us-labs-list
    .labs-item
    .info-box
    .info-sub-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-us-labs-info-box .about-us-labs-list .labs-item .info-box .info-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

@media screen and (max-width: 576px) {
    .about-us-labs-info-box
        .about-us-labs-list
        .labs-item
        .info-box
        .info-title {
        font-size: 22px;
    }
}

.about-us-labs-info-box .about-us-labs-list .labs-item .info-box .info-desc {
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 576px) {
    .about-us-labs-info-box
        .about-us-labs-list
        .labs-item
        .info-box
        .info-desc {
        font-size: 14px;
    }
}

.about-us-labs-info-box .about-us-labs-list .labs-item .info-box .more-btn {
    margin-top: 10px;
}

.about-us-labs-info-box .about-us-labs-list .labs-item .info-box .more-btn a {
    border: none;
    background-color: white;
}

.about-us-labs-info-box
    .about-us-labs-list
    .labs-item
    .info-box
    .more-btn
    a:hover {
    background-color: black;
}

.about-us-labs-info-box .info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-us-labs-info-box .info-title img {
    margin-right: 10px;
}

.about-us-labs-info-box p {
    font-size: 16px;
    font-weight: 400;
}

.about-us-labs-info-box p.bold {
    font-weight: bold;
}

.about-us-labs-info-box .not-use-box {
    margin-top: 100px;
    margin-bottom: 150px;
}

.about-us-labs-info-box .not-use-box .not-use-title {
    display: inline-block;
    background-color: #1e1e1e;
    padding: 8px 16px;
    color: white;
    font-size: 24px;
    font-weight: 500;
}

.about-us-labs-info-box .not-use-box .not-use-sub-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 50px;
}

.about-us-labs-info-box .not-use-box small {
    font-style: 12px;
    color: rgba(30, 30, 30, 0.5);
}

.about-us-labs-info-box .not-use-box small a {
    color: rgba(30, 30, 30, 0.5);
}
/*# sourceMappingURL=about-us.css.map */
