/* sleep01 */
.sleep01 {
    padding-top: 185px;
    text-align: center;
    color: #b7b7b7;
}
.sleep01 h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 180%;
}
.sleep01 h2 span {
    color: #617ca5;
}

/* sleep02 */
.sleep02 {
    padding-top: 227px;
}
.sleep02_wrap {
    display: flex;
    align-items: flex-start;
}
.sleep02_con {
    padding-left: 80px;
}
.sleep02_con h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 79px 0px 23px;
}
.sleep02_con h2 span {
    color: var(--main-color);
}
.sleep02_con p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 23px 0px 66px;
}
.sleep02_line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

/* sleep03 */
.sleep03 {
    padding-top: 236px;
    padding-bottom: 110px;
    text-align: center;
    position: relative;
}
.sleep03::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 320px;
    background-color: #e8ebf0;
}
.sleep03_wrap {
    max-width: 1490px;
    width: 100%;
    margin: 0 auto;
}
.sleep03 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}
.sleep03_wrap > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px 0px 0px;
}
.sleep03_wrap > p span {
    font-weight: 700;
    color: var(--title-color);
}
.sleep03_caution {
    line-height: 81px;
    display: flex;
    align-items: center;
    padding: 0px 31px;
    margin: 38px auto 110px;
    max-width: 840px;
    border-radius: 99px;
    border: 3px solid #617ca5;
    background-color: rgba(232, 235, 240, 0.5);
    font-size: 26px;
    font-weight: 500;
    color: #333;
}
.sleep03_caution img {
    margin-right: 11px;
}
.sleep03_caution span {
    font-weight: 700;
    color: #4f6586;
}
.sleep03_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}
.sleep03_con > div > div {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 20px;
}
.sleep03_con span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background-color: var(--sub-color);
    display: inline-block;
    line-height: 52px;
}
.sleep03_con02_img {
    position: relative;
}
.sleep03_con p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 180%;
    background-color: rgba(0, 0, 0, 0.78);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    padding-bottom: 52px;
}
.sleep03_con > div:hover p {
    opacity: 1;
    transition: all 0.3s;
}

/* sleep04 */
.sleep04 {
    text-align: center;
    padding: 180px 0px 172px;
}
.sleep04 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}
.sleep04 h2 span {
    color: var(--title-color);
}
.sleep04 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px 0px 66px;
}

/* sleep05 */
.sleep05 {
    background-color: #f5f5f5;
    text-align: center;
    padding: 137px 0px 219px;
}
.sleep05 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}
.sleep05 h2 span {
    color: var(--title-color);
}
.sleep05 > div > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin: 20px 0px 96px;
}
.sleep05_con > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sleep05_top {
    margin-bottom: 101px;
}
.sleep05_con h3 {
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin: 30px 0px 24px;
}
.sleep05_con p {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    color: #666;
}

/* sleep06 */
.sleep06 {
    position: relative;
    padding: 99px 0px;
    background-color: #171717;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sleep06 > span {
    position: absolute;
    left: 44px;
    top: 0px;
    font-size: 120px;
    font-weight: 700;
    color: var(--title-color);
    opacity: 0.15;
}
.sleep06_wrap {
    max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sleep06_title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.sleep06_title h2 span {
    color: var(--main-color);
}
.sleep06_title p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    color: #fff;
    margin: 20px 0px 73px;
}
.sleep06_swiper {
    max-width: 900px;
    overflow: hidden;
}
.sleep06_swiper .swiper-slide {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 20px;
}
.sleep06_swiper .swiper-slide img {
    width: 100%;
}
.sleep06_swiper h3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    line-height: 20px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 52px;
}
.sleep06 .sleep06_page {
    height: 10px;
    background-color: #f5f5f5;
    border-radius: 99px;
    max-width: 494px;
    padding: 2px;
}
.sleep06 .sleep06_page .swiper-scrollbar-drag {
    background-color: #8fa7cb;
}

/* sleep07 */
.sleep07 {
    background-color: var(--sub-color);
    padding: 141px 0px 161px;
}
.sleep07 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 39px;
}
.sleep07_con {
    display: flex;
    justify-content: space-between;
}
.sleep07_con li {
    font-size: 20px;
    font-weight: 600;
    line-height: 62px;
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    cursor: default;
}
.sleep07_con li img {
    margin-right: 20px;
}
.sleep07_con li:hover {
    background-color: var(--main-color);
    color: #fff;
    transition: all 0.3s;
}
.sleep07_con li:hover img {
    filter: brightness(100);
}
.sleep07_con ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 560px;
    width: 100%;
}

/* sleep08 */
.sleep08 {
    padding: 151px 0px 128px;
}
.sleep08 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    text-align: center;
}
.sleep08 h2 span {
    color: var(--title-color);
}
.sleep08 > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    text-align: center;
    margin: 20px 0px 52px;
}
.sleep08_wrap {
    background-color: #f9fbff;
    padding: 75px 0px 55px;
}
.sleep08_wrap > div > div > div {
    display: flex;
    align-items: center;
}
.sleep08_wrap h3 {
    display: flex;
    align-items: center;
    width: 351px;
    justify-content: space-between;
    padding: 0px 31px;
    border-radius: 99px;
    border: 3px solid var(--main-color);
    background-color: #fff;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
}
.sleep08_wrap h3 span {
    color: var(--title-color);
}
.sleep08_wrap .sleep08_bot h3 {
    border: 3px solid var(--sub-color);
    color: var(--sub-color);
}
.sleep08_wrap p {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    padding-left: 29px;
}
.sleep08_bot {
    border-top: 1px solid #a7a7a7;
    margin-top: 53px;
    padding-top: 60px;
}
.sleep08_con01 {
    margin-bottom: 40px;
}
.sleep08_con03 {
    margin-bottom: 38px;
}
