.login_btn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
    backdrop-filter: blur(2px);
}

.login_btn a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 302px;
}
.login_btn a h4 {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 40px;
}
.login_btn a span {
    font-size: 30px;
    font-weight: 700;
}
.sub_banner {
    padding: 77px 0px;
    background-color: #cb9d6c;
}
.sub_banner_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.sub_banner_wrap h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 44px;
}
.sub_banner_wrap h3 span {
    color: #ffe2c2;
}
.sub_banner_box {
    position: relative;
    width: 273px;
    height: 144px;
    border-radius: 14px;
    background-color: #fff;
    padding-left: 61px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.sub_banner_box h4 {
    font-size: 30px;
    font-weight: 400;
    color: #222;
}
.sub_banner_box h4 span {
    font-size: 100px;
    font-weight: 100;
    position: relative;
    margin-right: 10px;
    border-bottom: 3px solid rgba(203, 157, 108, 0.3);
    letter-spacing: normal;
}
.sub_banner_box > span {
    position: absolute;
    top: 30px;
    right: 47px;
    display: inline-block;
    border-radius: 6px;
    background-color: rgba(203, 157, 108, 0.8);
    line-height: 41px;
    width: 102px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

/* sleep01 */
.sleep01 {
    position: relative;
    background-color: #fff;
    padding: 156px 0px 113px;
    text-align: center;
    color: #222;
}
.sleep01::before {
    content: '';
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 540px;
    background: linear-gradient(to bottom, #cb9d6c, #fff);
    opacity: 0.2;
    position: absolute;
}
.sleep01 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
}
.sleep01 h2 span {
    color: #cb9d6c;
    font-weight: 700;
}
.sleep01 h2 small {
    font-size: 46px;
    font-weight: 400;
}
.sleep01 > div {
    position: relative;
}
.sleep01 > div > p {
    font-size: 24px;
    font-weight: 400;
    margin: 54px auto 69px;
}
.sleep01_con {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sleep01_con span {
    font-size: 18px;
    font-weight: 300;
    color: #cb9d6c;
}
.sleep01_con > div > div {
    margin-top: 12px;
    border-radius: 20px;
    border: 2px solid #cb9d6c;
    padding: 26px 0px 25px;
    width: 260px;
}
.sleep01_con h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 9px;
}
.sleep01_con p {
    font-size: 20px;
    font-weight: 300;
    color: #cb9d6c;
}
.sleep01_con02 {
    margin: 0px 42px;
}

/* sleep02 */
.sleep02 {
    background-image: url(../img/sub/sleep02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 285px;
    text-align: center;
}
.sleep02 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
}
.sleep02 h2 span {
    color: #ffc98f;
    font-weight: 700;
}
.sleep02 > p {
    font-size: 18px;
    font-weight: 400;
    margin: 38px auto 115px;
    opacity: 0.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sleep02_con {
    width: 100%;
    padding: 28px 0px;
    border-top: 1px solid #ffc98f;
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.1);
}
.sleep02_con > div {
    padding-left: 47px;
}
.sleep02_con h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 51px;
}
.sleep02_con h3 span {
    color: #ffc98f;
}
.sleep02_con p {
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
}
.sleep02_con p span {
    color: #ffc98f;
}

/* sleep031 */
.sleep031 {
    padding: 291px 0px;
    color: #222;
    background-color: #fff;
    position: relative;
}
.sleep031 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 106px;
}
.sleep031 h2 span {
    color: #cb9d6c;
    font-weight: 700;
}
.sleep031 p {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
}
.sleep031 p span {
    color: #cb9d6c;
    font-weight: 700;
}
.sleep031_con {
    position: absolute;
    right: 160px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 947px;
}
.sleep031_con > div {
    position: absolute;
    overflow: hidden;
    width: 456px;
    height: 593px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.sleep031_con01 {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.sleep031_con02 {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.sleep031_con > div:hover {
    width: 628px;
    height: 817px;
    z-index: 1;
}
.sleep031_con video {
    height: 100%;
    width: auto;
}
@media only screen and (max-width: 1800px) {
    .sleep031_con {
        right: 0;
    }
}
/* sleep03 */
.sleep03_con {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #222;
}
.sleep03_con > div {
    width: 33.3%;
    padding: 70px 149px 115px;
    text-align: center;
    opacity: 0.4;
    transition: all 0.2s;
    border: 2px solid rgba(203, 157, 108, 0.3);
    cursor: default;
}
.sleep03_con > div.active {
    opacity: 1;
    background-color: #cb9d6c;
    color: #ffc98f;
}
.sleep03_con h3 {
    font-size: 18px;
    font-weight: 300;
}
.sleep03_con h4 {
    font-size: 38px;
    font-weight: 700;
    margin: 41px auto 13px;
}
.sleep03_con h5 {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.2s;
}
.sleep03_con > div.active h5 {
    color: #fff;
}
.sleep03_line {
    width: 100%;
    height: 1px;
    background-color: #cb9d6c;
    margin: 46px auto 18px;
    transition: all 0.2s;
}
.sleep03_con > div.active .sleep03_line {
    background-color: #fff;
}

/* sleep04 */
.sleep04 {
    text-align: center;
    color: #222;
    position: relative;
    padding-bottom: 193px;
    padding-top: 213px;
    background-color: #fff;
}
.sleep04 > div {
    position: relative;
    z-index: 1;
}
.sleep04::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 540px;
    background: linear-gradient(to bottom, #cb9d6c, #fff);
    opacity: 0.2;
}
.sleep04::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 540px;
    background: linear-gradient(to top, #cb9d6c, #fff);
    opacity: 0.2;
}
.sleep04 h2 {
    font-size: 46px;
    font-weight: 400;
}
.sleep04 h2 span {
    color: #cb9d6c;
    font-weight: 700;
}
.sleep04 > div > p {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin: 68px auto 113px;
}
.sleep04 > div > p span {
    color: #cb9d6c;
    font-weight: 700;
}
.sleep04_con {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sleep04 h5 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
    margin: 121px auto 76px;
}
.sleep04 h5 span {
    color: #cb9d6c;
    font-weight: 700;
}
.sleep04 > div > span {
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #707070;
    padding-bottom: 13px;
}
.sleep04_con > div {
    background-color: rgba(240, 241, 243, 0.8);
    width: 400px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    border-radius: 14px;
    padding: 0px 30px 43px;
}
.sleep04_con02 {
    margin: 0px 60px;
}
.sleep04_con p {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.5;
}
.sleep04_con h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 21px auto 9px;
}
.sleep04_line {
    width: 100%;
    height: 1px;
    background-color: #cb9d6c;
    opacity: 0.6;
    margin-top: 19px;
}
.sleep04_con h3 {
    font-size: 36px;
    font-weight: 400;
    position: relative;
}
.sleep04_con span {
    font-size: 70px;
    font-weight: 700;
    color: #cb9d6c;
    margin-right: 20px;
}
.sleep04_con02 .number {
    color: #222;
}
.sleep04_con img {
    position: absolute;
    right: 8px;
    top: 0px;
}

/* sleep05 */
.sleep05 {
    display: flex;
    align-items: center;
}
.sleep05 > div {
    width: 50%;
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sleep05 > div::after {
    /* content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    transition: all 0.2s; */
}
.sleep05 > div:hover::after {
    /* opacity: 0; */
}
.sleep05 video {
    width: auto;
    height: 100%;
}

/* sleep06 */
.sleep06 {
    background-image: url(../img/sub/sleep06_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 133px;
    padding-bottom: 205px;
    overflow: hidden;
}
.sleep06 h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 400;
}
.sleep06 h2 span {
    color: #ffc98f;
    font-weight: 700;
}
.sleep06 p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.3;
    letter-spacing: 1px;
    margin: 12px auto 122px;
}
.sleep06_con01 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.sleep06_con01 h3 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 41px;
}
.sleep06_con01 h3 span {
    color: #ffc98f;
    font-weight: 700;
}
.sleep06_con02 h4 {
    font-size: 40px;
    font-weight: 300;
    margin: 110px 0px 29px;
}
.sleep06_con02 .sleep06_a {
    margin: 47px auto 72px;
}
.sleep06_con03 h4 {
    font-size: 40px;
    font-weight: 300;
    margin: 120px 0px 29px;
}
.sleep06_con03 .sleep06_a {
    margin-top: 46px;
}

/* sleep07 */
.sleep07 {
    background-image: url(../img/sub/sleep07_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0px 186px;
    color: #fff;
    border-top: 1px solid #fff;
}

.sleep07_swiper {
    max-width: 735px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}
.sleep07_con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sleep07 .sleep07_page span {
    width: 639px;
    border-radius: 20px;
    overflow: hidden;
    height: auto;
    opacity: 0.4;
    background-color: transparent;
    font-size: 20px;
    font-weight: 400;
    margin: 0px !important;
    position: relative;
    display: flex;
    align-items: center;
}
.sleep07 .sleep07_page span:nth-of-type(2) {
    margin: 22px 0px !important;
}
.sleep07 .sleep07_page span::before {
    content: '';
    width: 170px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-right: 36px;
}
.sleep07 .sleep07_page span:nth-of-type(1)::before {
    background-image: url(../img/sub/sleep07_page01.png);
}
.sleep07 .sleep07_page span:nth-of-type(2)::before {
    background-image: url(../img/sub/sleep07_page02.png);
}
.sleep07 .sleep07_page span:nth-of-type(3)::before {
    background-image: url(../img/sub/sleep07_page03.png);
}
.sleep07 .sleep07_page span.swiper-pagination-bullet-active {
    background-color: #f0f1f3;
    opacity: 1;
    color: #222;
}
.sleep07_right a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #f0f1f3;
    border-radius: 10px;
    padding-right: 7px;
    line-height: 49px;
    width: 197px;
    margin-top: 16px;
    border: 2px solid transparent;
    transition: all 0.2s;
}
.sleep07_right a:hover {
    border: 2px solid #cb9d6c;
    background-color: #fff;
}
.sleep07_right a span {
    margin: 0px 27px 0px 8px;
    font-size: 20px;
    font-weight: 400;
    color: #222;
}
.sleep07_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sleep07 h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 400;
}
.sleep07 h2 span {
    font-weight: 700;
}
.sleep07 p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.3;
    letter-spacing: 1px;
    margin: 12px auto 83px;
}

/* sleep08 */
.sleep08 {
    padding: 173px 0px 198px;
    background-image: url(../img/sub/sleep08.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #222;
}
.sleep08 h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 400;
}
.sleep08 h2 span {
    font-weight: 700;
    color: #cb9d6c;
}
.sleep08 > div > p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.3;
    letter-spacing: 1px;
    margin: 12px auto 92px;
}
.sleep08_con > div {
    border-radius: 20px;
    border: 1px solid #cb9d6c;
    background-color: #fdfaf7;
    padding: 50px;
    width: 100%;
    display: flex;
    align-items: center;
}
.sleep08_img {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.sleep08_img span {
    display: inline-block;
    width: 81px;
    line-height: 81px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    background-color: #cb9d6c;
    border-radius: 0px 0px 30px 0px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.sleep08_con02 {
    margin: 40px 0px;
}
.sleep08_txt {
    padding-left: 64px;
}
.sleep08_txt h3 {
    font-size: 30px;
    font-weight: 700;
}
.sleep08_txt h3 span {
    color: #cb9d6c;
}
.sleep08_txt p {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    margin-top: 56px;
}
