/* 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;
}

/* sleep01 */
.sleep01 {
    padding: 180px 0px 202px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sleep01_wrap {
    max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sleep01_txt h3 {
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
}
.sleep01_txt h2 {
    font-size: 50px;
    font-weight: 400;
    color: #111;
    margin: 20px 0px 37px;
    line-height: 140%;
}
.sleep01_txt h2 span {
    font-weight: 700;
    color: #46675c;
}
.sleep01_txt p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 160%;
}
.sleep01_list {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 87px;
}
.sleep01_list span {
    display: inline-block;
    background-color: #27493e;
    line-height: 52px;
    padding: 0px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
}

/* sleep02 */
.sleep02 {
    background-color: #46675c;
    padding: 60px 60px 65px;
}
.sleep02_con {
    text-align: center;
    margin-bottom: 15px;
    border-radius: 30px;
    padding: 289px 0px 201px;
    background-image: url(../img/sub/sleep02_con.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.sleep02_con h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 160%;
    color: #222;
    margin-bottom: 54px;
}
.sleep02_line {
    width: 180px;
    height: 2px;
    background-color: #222;
    margin: 0px 100px;
}
.sleep02_con span {
    color: #46675c;
    font-weight: 700;
}
.sleep02_con p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #222;
}
.sleep02_list {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/sub/sleep02_list.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 30px;
    gap: 21px;
}
.sleep02_list li {
    display: flex;
    align-items: center;
    padding-left: 15px;
    width: 430px;
    line-height: 61px;
    font-size: 20px;
    font-weight: 600;
    color: #d3fff0;
    gap: 7px;
    border-radius: 10px;
    background-color: #27493e;
    border: 1px solid #d3fff0;
}

/* sleep03 */
.sleep03 {
    text-align: center;
    padding: 210px 0px 176px;
    color: #333;
}
.sleep03 h2 {
    font-size: 44px;
    font-weight: 700;
    color: #000;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    line-height: 140%;
}
.sleep03 h2 span {
    color: #46675c;
}
.sleep03 > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    margin: 41px auto 135px;
}
.sleep03_con h3 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    margin: 68px auto 44px;
}
.sleep03_con h3 span {
    color: #46675c;
    font-weight: 700;
}
.sleep03_con h3 small {
    font-size: 46px;
    font-weight: 400;
}
.sleep03_con p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 100px;
}

/* sleep04 */
.sleep04 {
    background-image: url(../img/sub/sleep04_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 181px 0px 227px;
}
.sleep04 h3 {
    font-size: 18px;
    font-weight: 700;
}
.sleep04 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    margin: 25px auto 105px;
}
.sleep04 h2 span {
    font-weight: 700;
    color: #d3fff0;
}
.sleep04_con > div {
    text-align: left;
    padding: 50px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sleep04_txt span {
    display: inline-block;
    line-height: 39px;
    padding: 0px 25px;
    color: #d3fff0;
    font-size: 18px;
    font-weight: 700;
    border-radius: 99px;
    border: 1px solid #d3fff0;
}
.sleep04_txt h4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 160%;
    margin: 50px 0px 20px;
}
.sleep04_txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
.sleep04_con02 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* sleep05 */
.sleep05 {
    background-color: #f5f5f5;
    padding: 160px 0px 150px;
    text-align: center;
}
.sleep05 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    color: #111;
}
.sleep05 h2 span {
    color: #46675c;
    font-weight: 700;
}
.sleep05 h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: #333;
    margin: 19px auto 50px;
}
.sleep05_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border-radius: 99px;
    border: 1px solid #ccc;
    width: fit-content;
    margin: 0 auto 50px;
}
.sleep05_btn span {
    display: inline-block;
    border-radius: 99px;
    color: #666;
    line-height: 58px;
    padding: 0px 30px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
}
.sleep05_btn span.active {
    background-color: #46675c;
    color: #fff;
    font-weight: 700;
}
.sleep05_con > div {
    display: none;
}
.sleep05_con > div.active {
    display: block;
}
.sleep05_con .swiper-slide {
    display: flex;
    align-items: stretch;
    padding: 60px 68px;
    text-align: left;
    background-color: #fff;
    border-radius: 30px;
}
.sleep05_txt {
    margin-left: 57px;
    position: relative;
    padding-top: 38px;
}
.sleep05_txt h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;
    color: #000;
    margin-bottom: 21px;
}
.sleep05_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
}
.sleep05_nav {
    position: absolute;
    bottom: 56px;
    left: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.sleep05_nav > div {
    cursor: pointer;
}
.sleep05_nav h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #666;
}
.sleep05_nav h5 span {
    color: #46675c;
}

/* sleep06 */
.sleep06 {
    background-image: url(../img/sub/sleep06_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0px;
}
.sleep06_wrap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-left: 88px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sleep06_title {
    color: #fff;
    padding-top: 41px;
}
.sleep06_title h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 27px;
}
.sleep06_title h2 span {
    color: #d3fff0;
    font-weight: 700;
}
.sleep06_title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
}
.sleep06_con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 760px;
}
.sleep06_con > div {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    border-radius: 20px;
    width: 240px;
    height: 240px;
}
.sleep06_con > div:last-child {
    background-color: transparent;
}
.sleep06_con p {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #27493e;
    margin-top: 20px;
}
