/* sub_head */
.sub_head {
    position: relative;
}
.sub_head_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
}
.sub_head_title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #d3fff0;
}
.sub_head_title h2 {
    font-size: 72px;
    font-weight: 400;
    margin: 20px auto 30px;
}
.sub_head_title p {
    font-size: 20px;
    font-weight: 400;
}
#scroll {
    position: absolute;
    bottom: 57px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    z-index: 1;
    letter-spacing: 0;
}
#scroll img {
    margin-top: 8px;
}

/* sub_menu */
.sub_menu {
    background-color: #fff;
}
.sub_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.sub_menu a {
    line-height: 80px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #9b9b9b;
    width: 220px;
    text-align: center;
    transition: all 0.2s;
    position: relative;
}
.sub_menu a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
    transition: all 0.2s;
}
.sub_menu a:hover {
    color: #333;
    font-weight: 700;
}
.sub_menu a:hover::after {
    height: 2px;
    background-color: #000;
}

/* beauty01 */
.beauty01_title {
    margin: 186px auto 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}
.beauty01_title h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    color: #222;
    margin-bottom: 21px;
}
.beauty01_title h2 span {
    color: #46675c;
    font-weight: 700;
}
.beauty01_title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    color: #111;
    padding: 0px 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 99px;
    border: 1px solid #46675c;
    max-width: 351px;
    margin: 0 auto;
}
.beauty01_title h3 span {
    color: #27493e;
    margin-right: 20px;
}
.beauty01_con {
    background-color: #27493e;
    padding-bottom: 138px;
    position: relative;
}
.beauty01_box {
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    z-index: 11;
    background-color: #d9d9d9;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 30px;
    width: 812px;
}
.beauty01_box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    color: #222;
    margin-left: 46px;
}
.beauty01_img {
    display: flex;
    align-items: center;
    position: relative;
}
.beauty01_img img {
    width: 50%;
}
.beauty01_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 88px auto 0px;
    padding: 0px 40px;
    line-height: 45px;
    border-radius: 99px;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    width: fit-content;
}
.beauty01_con h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 80px auto 20px;
    text-align: center;
}
.beauty01_con h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
    text-align: center;
}

/* beauty02 */
.beauty02 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 142px 0px 192px;
}
.beauty02_wrap {
    max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.beauty02_txt h3 {
    font-size: 18px;
    font-weight: 700;
    color: #27493e;
}
.beauty02_txt h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 140%;
    color: #111;
    margin: 20px 0px 72px;
}
.beauty02_txt h2 span {
    color: #46675c;
}
.beauty02_txt h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
    padding: 0px 43px;
    display: inline-block;
    background-color: #46675c;
    border-radius: 10px;
}
.beauty02_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
    margin-top: 20px;
}

/* beauty03 */
.beauty03 {
    background-color: #f9f3ef;
    text-align: center;
    padding: 178px 0px;
}
.beauty03 h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
    margin: 0 auto;
    gap: 32px;
}
.beauty03 h3 span {
    color: #173348;
}
.beauty03 h2 {
    font-size: 46px;
    font-weight: 400;
    color: #111;
    margin: 20px auto 58px;
    line-height: 140%;
}
.beauty03 h2 span {
    color: #46675c;
    font-weight: 700;
}
.beauty03_con {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
}
.beauty03_txt {
    padding-top: 50px;
    text-align: left;
    max-width: 380px;
    width: 100%;
}
.beauty03_txt h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 180%;
    color: #27493e;
}
.beauty03_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
    margin: 20px 0px 62px;
}
.beauty03_txt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.beauty03_txt li {
    font-size: 18px;
    font-weight: 600;
    line-height: 56px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    width: 100%;
    border-radius: 10px;
    background-color: #46675c;
}
.beauty03_txt li span {
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    color: #173348;
    margin-right: 7px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
}
.beauty03_new {
    padding: 32px 105px;
    text-align: center;
    margin: 80px auto 0px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    max-width: 1280px;
}
.beauty03_new h5 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 100%;
    margin-bottom: 20px;
}
.beauty03_new h6 {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 100%;
}

/* beauty04 */
.beauty04 > div {
    display: flex;
    align-items: stretch;
}
.beauty04 > div > * {
    width: 50%;
}
.beauty04 > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.beauty04_title01 {
    background-image: url(../img/sub/beauty04_title01.jpg);
}
.beauty04_title02 {
    background-image: url(../img/sub/beauty04_title02.jpg);
}
.beauty04 h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;
    color: #b6ffe7;
    margin-top: 48px;
}
.beauty04 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
}

/* beauty05 */
.beauty05 {
    padding: 188px 0px 198px;
}
.beauty05_wrap {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.beauty05_wrap h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #46675c;
}
.beauty05_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 28px auto 147px;
}
.beauty05_title h2 {
    font-size: 52px;
    font-weight: 400;
    color: #111;
    line-height: 140%;
}
.beauty05_title h2 span {
    color: #46675c;
    font-weight: 700;
}
.beauty05_title p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 160%;
}
.beauty05_con {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.beauty05_con > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.beauty05_con::before {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    border-radius: 50px;
    background: linear-gradient(90deg, #2d5045 0%, #61897c 100%);
    width: 100%;
    left: 0px;
    top: 98px;
}
.beauty05_con > div > span {
    display: inline-block;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
    border-radius: 99px;
    border: 2px solid #46675c;
    background-color: #fff;
    line-height: 45px;
}
.beauty05_dot {
    background-color: #46675c;
    width: 30px;
    height: 30px;
    border: 5px solid #fff;
    border-radius: 100%;
    margin: 38px auto 37px;
    position: relative;
}
.beauty05_con p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
}

/* beauty06 */
.beauty06 {
    background-color: #f9f3ef;
    text-align: center;
    padding: 178px 0px;
}
.beauty06 h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
    margin: 0 auto;
    gap: 32px;
}
.beauty06 h3 span {
    color: #173348;
}
.beauty06 h2 {
    font-size: 46px;
    font-weight: 400;
    color: #111;
    margin: 20px auto 48px;
    line-height: 140%;
}
.beauty06 h2 span {
    color: #46675c;
    font-weight: 700;
}
.beauty06_con {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
}
.beauty06_txt {
    padding-top: 50px;
    text-align: left;
}
.beauty06_txt h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 180%;
    color: #27493e;
}
.beauty06_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
    margin: 20px 0px 30px;
}
.beauty06_txt ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.beauty06_txt li {
    font-size: 18px;
    font-weight: 600;
    line-height: 56px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    width: 100%;
    max-width: 380px;
    border-radius: 10px;
    background-color: #46675c;
}
.beauty06_txt li span {
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    color: #173348;
    margin-right: 7px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
}

/* beauty07 */
.beauty07 {
    background-image: url(../img/sub/beauty07_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 178px 0px 167px;
    overflow: hidden;
    color: #fff;
}
.beauty07 h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 37px;
    line-height: 140%;
}
.beauty07 h2 span {
    color: #d3fff0;
}
.beauty07_swiper {
    width: 100%;
}
.beauty07_swiper .swiper-slide {
    display: flex;
    align-items: center;
    gap: 69px;
}
.beauty07_txt span {
    font-size: 80px;
    font-weight: 600;
    opacity: 0.1;
}
.beauty07_txt h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 64px 0px 18px;
}
.beauty07_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}
.beauty07_scroll {
    height: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 109px;
}
.beauty07_scroll .swiper-scrollbar-drag {
    background-color: #d3fff0;
}

/* beauty08 */
.beauty08 {
    background-image: url(../img/sub/beauty08_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 136px;
}
.beauty08 h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    color: #333;
    margin: 42px auto 4px;
}
.beauty08 h2 {
    font-size: 50px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
}
.beauty08 h2 span {
    color: #46675c;
    font-weight: 700;
}
.beauty08 p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 180%;
    margin: 53px auto 61px;
}
.beauty08 p span {
    color: #46675c;
    font-weight: 700;
}

/* beauty09 */
.beauty09 {
    text-align: center;
    padding: 174px 0px 182px;
}
.beauty09 h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
    margin: 0 auto;
    gap: 32px;
}
.beauty09 h3 span {
    color: #173348;
}
.beauty09 h2 {
    font-size: 46px;
    font-weight: 400;
    color: #111;
    margin: 18px auto 80px;
    line-height: 140%;
}
.beauty09 h2 span {
    color: #46675c;
    font-weight: 700;
}
.beauty09_con {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
}
.beauty09_txt {
    padding-top: 50px;
    text-align: left;
}
.beauty09_txt h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 180%;
    color: #27493e;
}
.beauty09_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
    margin: 20px 0px 30px;
}
.beauty09_txt ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.beauty09_txt li {
    font-size: 18px;
    font-weight: 600;
    line-height: 56px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    width: 100%;
    max-width: 380px;
    border-radius: 10px;
    background-color: #46675c;
}
.beauty09_txt li span {
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    color: #173348;
    margin-right: 7px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
}

/* beauty10 */
.beauty10 {
    background-color: rgba(234, 224, 216, 0.5);
    padding: 79px 0px 205px;
}
.beauty10_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1800px;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #46675c;
    margin: 0 auto;
}
.beauty10_head h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    color: #222;
}
.beauty10_head h3 span {
    color: #46675c;
    font-weight: 700;
}
.beauty10 .sub_center {
    text-align: center;
    padding-top: 172px;
}
.beauty10 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    color: #222;
}
.beauty10 h2 span {
    font-weight: 700;
    color: #46675c;
}
.beauty10 h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #222;
    margin: 22px auto 71px;
}
.beauty10 h4 span {
    font-weight: 700;
    color: #46675c;
}
.beauty10_con {
    position: relative;
}
.beauty10_swiper {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 30px;
}
.beauty10_title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #f5f0ec;
    padding: 22px 0px;
    gap: 22px;
}
.beauty10_swiper .swiper-slide {
    padding: 25px 25px 66px;
}
.beauty10_title h5 {
    font-size: 30px;
    font-weight: 700;
    color: #46675c;
}
.beauty10_num {
    display: inline-block;
    line-height: 44px;
    border-radius: 99px;
    background-color: #46675c;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 20px;
}
.beauty10_name {
    display: inline-block;
    line-height: 44px;
    border-radius: 99px;
    border: 1px solid #46675c;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 28px;
}
.beauty10_img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin: 0px auto;
}
.beauty10_img > div {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.beauty10_img > div > span {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    background-color: #111;
    border-radius: 20px 0px 0px 0px;
    padding: 0px 28px;
    line-height: 46px;
}
.beauty10_img .beauty10_after > span {
    background-color: #46675c;
}
.beauty10_date {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin: 30px auto 0px;
}
.beauty10_step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    margin: 46px auto;
}
.beauty10_step h6 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    text-align: left;
    line-height: 180%;
}
.beauty10_prev {
    position: absolute;
    left: -160px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.beauty10_next {
    position: absolute;
    right: -160px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.beauty10 p {
    border-radius: 30px;
    color: #222;
    padding: 50px 0px 41px;
    margin: 37px auto 40px;
    line-height: 180%;
    font-size: 16px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.5);
}
.beauty10 > div > a {
    border-radius: 99px;
    border: 1px solid #27493e;
    line-height: 65px;
    padding: 0px 25px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    color: #27493e;
    margin: 0 auto;
    transition: all 0.2s;
}
.beauty10 > div > a:hover {
    background-color: #fff;
}

/* beauty11 */
.beauty11 {
    background-image: url(../img/sub/beauty11_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 180px 0px 171px;
}
.beauty11_wrap {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 30px;
}
.beauty11_wrap h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 140%;
}
.beauty11_wrap h2 span {
    font-weight: 700;
}
.beauty11_con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.beauty11_con h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}
.beauty11_con p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}
.beauty11_con > div {
    padding: 50px 40px;
    opacity: 0.3;
    border-radius: 20px;
    transition: all 0.2s;
    width: 566px;
}
.beauty11_con > div:hover {
    opacity: 1;
    background-color: #fff;
}
.beauty11_con > div:hover h3 {
    color: #111;
}
.beauty11_con > div:hover p {
    color: #111;
}
