/* beauty01 */
.beauty01 {
    text-align: center;
    padding: 185px 0px 176px;
}
.beauty01 h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
    margin: 30px auto;
}
.beauty01 h2 span {
    color: var(--main-color);
}
.beauty01 > div > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
}
.beauty01_con {
    position: relative;
    margin: 100px auto 54px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.beauty01 .beauty01_page {
    position: absolute;
    top: 17px;
    left: -28px;
    right: initial;
    transform: none;
}
.beauty01 .beauty01_page span {
    opacity: 1;
    background-color: #fff;
    border: 1px solid var(--main-color);
    width: 8px;
    height: 8px;
    margin: 10px 0px !important;
}
.beauty01 .beauty01_page span.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}
.beauty01_swiper {
    overflow: hidden;
    border-radius: 20px;
    max-width: 597px;
    max-height: 375px;
}
.beauty01_txt {
    text-align: left;
    max-width: 640px;
    width: 100%;
}
.beauty01_txt h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #3d3d3d;
}
.beauty01_txt h3 span {
    color: #617ca5;
}
.beauty01_txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px 0px 36px;
    color: #474747;
}
.beauty01_txt ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.beauty01_txt li {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 62px;
    background-color: #f5f5f5;
    border-radius: 14px;
    padding: 0px 20px;
}
.beauty01_txt li img {
    margin-right: 20px;
}
.beauty01 small {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #666;
}
.beauty01 h4 {
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
    margin-top: 216px;
}
.beauty01 h4 span {
    color: #8fa7cb;
}

/* beauty02 */
.beauty02 {
    position: relative;
    padding: 46px 0px 199px;
    text-align: center;
}
.beauty02::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 553px;
    background-color: #f5f5f5;
    z-index: -1;
}
.beauty02_swiper {
    margin-top: 49px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.beauty02_swiper .swiper-slide {
    position: relative;
}
.beauty02_txt {
    position: absolute;
    left: 89px;
    top: 111px;
    width: 100%;
    color: #fff;
    text-align: left;
}
.beauty02_txt h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 21px;
}
.beauty02_txt h2 span {
    color: #bfcde3;
}
.beauty02_txt p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
}
.beauty02 .beauty02_page {
    position: absolute;
    bottom: 48px;
    text-align: center;
    z-index: 1;
}
.beauty02 .beauty02_page span {
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    margin: 0px 5px !important;
    transition: all 0.2s;
}
.beauty02 .beauty02_page span.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 25px;
    border-radius: 99px;
}

/* beauty021 */
.beauty021 {
    background-color: #f5f5f5;
    padding: 139px 0px;
    text-align: center;
    overflow: hidden;
}

.beauty021 h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--title-color);
}

.beauty021 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    color: #333;
    margin: 20px auto 82px;
}

.beauty021_swiper {
    width: 100%;
    position: relative;
}

.beauty021_prev {
    position: absolute;
    left: -82px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    z-index: 1;
}

.beauty021_next {
    position: absolute;
    right: -82px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.beauty021 .beauty021_page {
    margin-top: 38px;
}

.beauty021 .beauty021_page span {
    width: 10px;
    height: 10px;
    background-color: #8fa7cb;
    opacity: 0.3;
    margin: 0px 10px !important;
}
.beauty021 .beauty021_page span.swiper-pagination-bullet-active {
    border: 1px solid #8fa7cb;
    opacity: 1;
    background-color: #fff;
}

/* beauty03 */
.beauty03 {
    background-color: #e8ebf0;
    padding: 152px 0px 162px;
}
.beauty03_title {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 114px;
}
.beauty03_title h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    color: var(--title-color);
}
.beauty03_title p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin-top: 20px;
}
.beauty03 h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 39px;
    color: #111;
}
.beauty03 h3 span {
    color: var(--title-color);
}

/* beauty04 */
.beauty04 {
    background-color: #f5f5f5;
    position: relative;
    padding: 157px 0px 235px;
    text-align: center;
}
.beauty04 > img {
    position: absolute;
    top: 181px;
    left: 82px;
}
.beauty04 h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    color: #111;
}
.beauty04 h2 span {
    color: var(--title-color);
}
.beauty04 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px auto 39px;
}
.beauty04_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 795px;
    width: 100%;
    margin: 0 auto 87px;
}
.beauty04_list span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    background-color: #fff;
    border-radius: 99px;
    padding: 0px 30px;
    color: var(--main-color);
    border: 3px solid var(--main-color);
}
.beauty04_list span img {
    margin-right: 10px;
}
.beauty04_con {
    text-align: left;
    margin-bottom: 78px;
}
.beauty04_con > div {
    margin-top: 86px;
    display: flex;
    align-items: flex-start;
}
.beauty04_con > div > div {
    padding-left: 79px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.beauty04_con > div span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    background-color: #fff;
    border-radius: 99px;
    padding: 0px 25px;
    color: var(--main-color);
    border: 3px solid var(--main-color);
}
.beauty04_con p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin-top: 29px;
    color: #111;
}
.beauty04_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.beauty04_bot span {
    font-size: 26px;
    font-weight: 700;
    line-height: 99px;
    color: #fff;
    max-width: 628px;
    width: 100%;
    background-color: var(--main-color);
    border-radius: 14px;
}
.beauty04_bot span:last-child {
    background-color: var(--sub-color);
}

/* beauty05 */
.beauty05 {
    text-align: center;
    padding: 164px 0px 206px;
}
.beauty05 h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    color: #111;
}
.beauty05 h2 span {
    color: var(--title-color);
}
.beauty05 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px auto 66px;
}
.beauty05_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1075px;
    width: 100%;
    margin: 0 auto 53px;
}
.beauty05_list span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    background-color: #fff;
    border-radius: 99px;
    padding: 0px 30px;
    color: var(--main-color);
    border: 3px solid var(--main-color);
}
.beauty05_list span img {
    margin-right: 10px;
}
.beauty05 > div > img:last-child {
    margin: 107px auto;
}
