/* main_banner */
.main_banner_swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #222;
}
.main_banner_swiper .swiper-slide {
    position: relative;
}
.main_banner_swiper .swiper-slide > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.main_banner_swiper h3 {
    font-size: 36px;
    font-weight: 400;
}
.main_banner_swiper h2 {
    font-size: 84px;
    margin: 18px 0px 89px;
    font-weight: 700;
}
.main_banner_swiper p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
}
.main_banner04 h2 {
    line-height: 102px;
    margin: 18px 0px 72px;
}
.main_banner_next {
    position: absolute;
    right: 124px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_banner .main_banner_page {
    position: absolute;
    bottom: 116px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1420px;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}
.main_banner .main_banner_page span {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    width: auto;
    height: auto;
    margin-right: 20px !important;
    margin-left: 0px !important;
    background-color: transparent;
    opacity: 1;
    display: flex;
    align-items: center;
    border-radius: 0px;
}
.main_banner .main_banner_page span::after {
    content: '';
    display: none;
    width: 140px;
    height: 5px;
    background-color: #d5bda5;
    border-radius: 12px;
    margin-left: 20px;
}
.main_banner .main_banner_page span.swiper-pagination-bullet-active::after {
    display: inline-block;
}
.main_banner .main_banner_page span:last-child.swiper-pagination-bullet-active::after {
    display: none;
}
.main_banner .main_banner_page span:last-child.swiper-pagination-bullet-active::before {
    content: '';
    display: inline-block;
    width: 140px;
    height: 5px;
    background-color: #d5bda5;
    border-radius: 12px;
    margin-right: 20px;
}
.main_banner .main_banner_page span:last-child::before {
    display: none;
    width: 0px;
}
.main_banner .main_banner_page span:last-child {
    margin-right: 0px !important;
}
.main_banner .main_banner_page span.swiper-pagination-bullet-active {
    color: #75553c;
    font-weight: 700;
}

/* main_intro */
.main_intro {
    text-align: center;
    color: #222;
    padding-top: 207px;
}
.main_intro > div > h2 {
    font-size: 80px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.main_intro > div > h2::before {
    content: '';
    display: block;
    position: absolute;
    right: -12px;
    top: 13px;
    border-radius: 50%;
    width: 95px;
    height: 36px;
    background-color: #f4f0ed;
    z-index: -1;
}
.main_intro > div > h3 {
    font-size: 34px;
    font-weight: 400;
    margin: 10px auto 81px;
}
.main_intro > div > h3 span {
    font-weight: 700;
    color: #75553c;
}
.main_intro > div > p {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}
.main_intro > div > p span {
    font-weight: 700;
    color: #75553c;
    line-height: 37px;
    display: inline-block;
    background-color: #f4f0ed;
    padding: 0px 3px;
}
.main_intro_page {
    margin: 89px auto 40px;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #707070;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 210px;
}
.main_intro_page span {
    width: 17px;
    height: 17px;
    background-color: #666666;
    display: inline-block;
    border-radius: 50%;
    border: 10px solid rgba(102, 102, 102, 0.1);
    position: relative;
}
.main_intro_page span.on {
    background-color: #75553c;
}
.main_intro_page span::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #666;
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
}
.main_intro_page span.on::before {
    background-color: #f4f0ed;
    opacity: 1;
}
.main_intro_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_intro_box h4 {
    font-size: 36px;
    font-weight: 700;
    color: #75553c;
    margin-bottom: 33px;
}
.main_intro_box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}
.main_intro_box p span {
    font-weight: 700;
    color: #75553c;
}
.main_intro_box > div {
    background-color: transparent;
    border-radius: 0px;
    padding: 62px 0px;
    max-width: 438px;
    width: 100%;
    opacity: 0.5;
    transition: all 0.2s;
}
.main_intro_box > div.on {
    opacity: 1;
    background-color: #f4f0ed;
    border-radius: 80px 0px 80px 80px;
}

/* main_doctor */
.main_doctor {
    padding-top: 273px;
    padding-bottom: 96px;
    background-image: url(../img/main_doctor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #222;
    position: relative;
}
.main_doctor_title {
    display: flex;
    align-items: flex-end;
    margin-left: -12px;
}
.main_doctor_title > span {
    font-size: 160px;
    font-weight: 100;
    line-height: 128px;
}
.main_doctor_title p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 6px;
}
.main_doctor_title > div {
    margin-left: 22px;
}
.main_doctor_title h2 {
    font-size: 54px;
    font-weight: 700;
    color: #75553c;
}
.main_doctor_title h2 > span {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    margin-left: 14px;
}
.main_doctor_con {
    display: flex;
    align-items: flex-start;
    margin-top: 114px;
}
.main_doctor_list {
    display: flex;
    flex-direction: column;
    margin-bottom: 66px;
}
.main_doctor_list span {
    font-size: 24px;
    font-weight: 400;
    line-height: 45px;
    border-radius: 23px;
    display: inline-block;
    width: 362px;
    padding-left: 10px;
    background-color: #fff;
    margin-bottom: 12px;
}
.main_doctor_list img {
    margin-right: 7px;
}
.main_doctor_con h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 18px;
}
.main_doctor_con p {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}
.main_doctor_right {
    margin-left: 63px;
}
.main_doctor_img {
    margin-bottom: 54px;
}
.main_doctor_img img {
    margin-right: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.main_doctor_bot {
    color: #fff;
    margin-top: 161px;
}
.main_doctor_bot h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 42px;
}
.main_doctor_bot p {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -1.2px;
}
.main_doctor_swiper {
    max-width: 599px;
    width: 100%;
    overflow: hidden;
}
.main_doctor .main_doctor_page {
    position: relative;
    margin-top: 22px;
    max-width: 447px;
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 7px !important;
    height: 6px;
}
.main_doctor .main_doctor_page span {
    background-color: #fff;
}
.main_doctor_br {
    position: absolute;
    right: 0px;
    bottom: 118px;
}

/* main_sleep */
.main_sleep {
    position: relative;
    color: #222;
    padding-top: 275px;
    text-align: center;
    overflow: hidden;
}
.main_sleep > span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 99px;
    font-size: 200px;
    font-weight: 700;
    opacity: 0.03;
}
.main_sleep h4 {
    font-size: 20px;
    font-weight: 400;
    color: #75553c;
}
.main_sleep h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 50px auto 12px;
}
.main_sleep h2 {
    font-size: 58px;
    font-weight: 700;
}
.main_sleep p {
    font-size: 24px;
    font-weight: 400;
    margin: 60px auto 57px;
}
.main_sleep_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f0ed;
    border-radius: 50px 0px 50px 50px;
    padding: 0px 111px;
    max-width: 1200px;
    height: 200px;
    margin: 0 auto -100px;
    position: relative;
    z-index: 2;
}
.main_sleep_box h5 {
    font-size: 40px;
    font-weight: 700;
    color: #75553c;
    margin-bottom: 17px;
}
.main_sleep_box span {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    border-radius: 27px;
    background-color: #fff;
    border: 1px solid #707070;
    width: 240px;
}
.main_sleep_line {
    width: 1px;
    height: 73px;
    background-color: #707070;
}
.main_sleep_bg {
    position: relative;
    background-image: url(../img/main_sleep_wrap.jpg);
    padding: 176px 0px 119px;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_sleep_wrap {
    position: relative;
}
.main_sleep_prev {
    position: absolute;
    left: -133px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_sleep_next {
    position: absolute;
    right: -133px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

/* main_sleep_count */
.main_sleep_count {
    padding: 77px 0px 180px;
}
.count_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.count_line {
    width: 458px;
    height: 1px;
    background-color: #707070;
}
.main_sleep_count h2 {
    font-size: 54px;
    font-weight: 400;
    color: #222222;
}
.main_sleep_count span {
    font-size: 60px;
    font-weight: 900;
    color: #75553c;
    display: inline-block;
    line-height: 87px;
    width: 60px;
    border: 1px solid #707070;
    text-align: center;
}
.main_sleep_count span:nth-of-type(1) {
    margin-left: 35px;
}
.main_sleep_count span:nth-of-type(2) {
    margin: 0px 5px;
}
.main_sleep_count span:nth-of-type(3) {
    margin-right: 16px;
}
.main_sleep_count b {
    color: #75553c;
}

/* main_gas */
.main_gas {
    background-image: url(../img/main_gas_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 115px 0px;
    color: #222222;
}
.main_gas h3 {
    font-size: 30px;
    font-weight: 400;
}
.main_gas h2 {
    font-size: 58px;
    font-weight: 700;
    margin: 12px 0px 59px;
}
.main_gas p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}
.main_gas > div {
    position: relative;
}
.main_gas img {
    position: absolute;
    right: 79px;
    top: 50%;
    transform: translateY(-50%);
}

/* main_implant */
.main_implant {
    text-align: center;
    color: #222;
    position: relative;
    padding-top: 256px;
    padding-bottom: 170px;
    overflow: hidden;
}
.main_implant::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 889px;
    background-color: rgba(244, 240, 237, 0.5);
    border-radius: 270px 270px 0px 0px;
    z-index: -1;
}
.main_implant > span {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    font-size: 200px;
    font-weight: 700;
    opacity: 0.03;
}
.main_implant h4 {
    font-size: 20px;
    font-weight: 400;
    color: #75553c;
}
.main_implant h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 50px auto 30px;
}
.main_implant h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 136px;
    line-height: 70px;
}
.main_implant h2 > span {
    color: #75553c;
}
.main_implant .main_implant_page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 63px;
}
.main_implant .main_implant_page > span {
    display: inline-block;
    opacity: 1;
    background-color: #d5bda5;
    line-height: 68px;
    width: 270px;
    height: auto;
    border-radius: 100px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0 !important;
}
.main_implant .main_implant_page > span.swiper-pagination-bullet-active {
    background-color: #75553c;
}
.main_implant_wrap {
    position: relative;
}
.main_implant_prev {
    position: absolute;
    left: -133px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.main_implant_next {
    position: absolute;
    right: -133px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

/* main_nopain */
.main_nopain {
    background-image: url(../img/main_nopain.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 167px 0px;
    color: #fff;
}
.main_nopain > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_nopain_txt h3 {
    font-size: 20px;
    font-weight: 400;
    color: #d5bda5;
}
.main_nopain_txt h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 69px 0px 19px;
}
.main_nopain_txt h2 {
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 101px;
    line-height: 74px;
}
.main_nopain_txt h2 > span {
    color: #fff5db;
    font-weight: 700;
}
.main_nopain_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}
.main_nopain_txt p > span {
    font-weight: 700;
    color: #fff5db;
}
.main_nopain_con {
    display: flex;
    align-items: center;
    text-align: center;
}
.main_nopain_con > div {
    margin-left: 13px;
}
.main_nopain_con > div:first-child {
    margin: 0;
}
.main_nopain_con h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.main_nopain_con p {
    font-size: 18px;
    font-weight: 400;
    margin: 18px auto 35px;
}
.pain_gauge {
    width: 100%;
    margin-top: 31px;
    border-radius: 17px;
    background-color: rgba(213, 189, 165, 0.4);
    height: 10px;
}
.pain_gauge > span {
    background-color: #fff5db;
    height: 10px;
    width: 0px;
    border-radius: 17px;
    display: block;
}
.main_nopain_con01 .pain_gauge > span {
    width: 50%;
}
.main_nopain_con02 .pain_gauge > span {
    width: 20%;
}
.main_nopain_con03 .pain_gauge > span {
    width: 5%;
}
.main_nopain_con > div > span {
    display: inline-block;
    width: 162px;
    line-height: 52px;
    border-radius: 26px;
    background-color: #50341f;
    border: 1px solid #fff;
    font-size: 26px;
    font-weight: 400;
}

/* main_care */
.main_care {
    padding-top: 228px;
    padding-bottom: 190px;
    position: relative;
    color: #222;
    text-align: center;
}
.main_care > span {
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200px;
    font-weight: 700;
    opacity: 0.03;
}
.main_care h3 {
    font-size: 20px;
    font-weight: 400;
    color: #75553c;
}
.main_care h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 50px auto 30px;
}
.main_care h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 93px;
    line-height: 70px;
}
.main_care h2 > span {
    font-weight: 700;
    color: #75553c;
}
.main_care .main_care_page {
    width: 100%;
    max-width: 1245px;
    margin: 0 auto 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_care .main_care_page > span {
    display: inline-block;
    opacity: 1;
    background-color: #d5bda5;
    line-height: 68px;
    width: 290px;
    height: auto;
    border-radius: 100px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0 !important;
}
.main_care .main_care_page > span.swiper-pagination-bullet-active {
    background-color: #75553c;
}
.main_care_wrap {
    position: relative;
}
.main_care_prev {
    position: absolute;
    left: -133px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.main_care_next {
    position: absolute;
    right: -133px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

/* main_category */
.main_category {
    background-color: #e3e3e3;
    text-align: center;
    color: #222;
    padding: 120px 0px 174px;
    overflow: hidden;
}
.main_category h3 {
    font-size: 20px;
    font-weight: 400;
    color: #75553c;
}
.main_category h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 29px auto 39px;
}
.main_category p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 102px;
    line-height: 32px;
}
.main_category_swiper {
    max-width: 1256px;
    margin: 0 auto;
}
.main_category_swiper .swiper-slide {
    position: relative;
}
.main_category_swiper .swiper-slide span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 29px;
    line-height: 60px;
    width: 320px;
    border-radius: 40px 0px 40px 40px;
    background-blend-mode: overlay;
    background-color: rgba(34, 34, 34, 0.5);
    color: #fff;
    font-size: 32px;
    font-weight: 400;
}
.main_category_swiper .swiper-slide img {
    opacity: 0.3;
}
.main_category_swiper .swiper-slide-active img {
    opacity: 1;
}
.main_category_swiper .swiper-slide-active span {
    background-color: rgba(34, 34, 34, 1);
}
.main_category_swiper .swiper-slide-active:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: -37px;
    background-color: #707070;
}

/* main_equipment */
.main_equipment {
    padding: 180px 0px 159px;
    color: #222;
}
.main_equipment h3 {
    font-size: 20px;
    font-weight: 400;
    color: #75553c;
}
.main_equipment_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 26px auto 58px;
}
.main_equipment_title h2 {
    font-size: 54px;
    font-weight: 400;
}
.main_equipment .main_equipment_page {
    width: 100%;
    max-width: 769px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_equipment .main_equipment_page > span {
    display: inline-block;
    text-align: center;
    background-color: #d5bda5;
    line-height: 68px;
    width: 240px;
    height: auto;
    border-radius: 100px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}
.main_equipment .main_equipment_page > span:hover {
    background-color: #75553c;
}
.main_equipment_swiper {
    max-width: 319px;
}
.main_equipment_swiper p {
    font-size: 22px;
    font-weight: 400;
    margin-top: 26px;
    text-align: center;
}

/* main_interior */
.main_interior {
    background-color: rgba(213, 189, 165, 0.6);
    padding: 251px 0px 100px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.main_interior > span {
    position: absolute;
    top: 77px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200px;
    font-weight: 700;
    color: #d3b9a1;
}
.main_interior_swiper {
    max-width: 1100px;
    margin: 0 auto;
}
.main_interior_swiper .swiper-slide {
    opacity: 0.4;
    transition: all 0.5s;
}
.main_interior_swiper .swiper-slide-active {
    opacity: 1;
}

/* main_info */
.main_info {
    padding-top: 247px;
    color: #222;
    text-align: center;
}
.main_info > h2 {
    font-size: 50px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.main_info > h2::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    right: -16px;
    background-color: #f4f0ed;
    border-radius: 50%;
    width: 126px;
    height: 36px;
    z-index: -1;
}
.main_info_address {
    display: flex;
    align-items: center;
    padding: 0px 35px 0px 9px;
    border: 1px solid #707070;
    border-radius: 60px;
    margin: 61px auto 98px;
    max-width: 1265px;
    justify-content: space-between;
}
.main_info_address p {
    font-size: 31px;
    font-weight: 400;
    line-height: 78px;
}
.main_info_address > span {
    line-height: 62px;
    border-radius: 60px;
    display: inline-block;
    background-color: #222;
    color: #fff;
    padding: 0px 28px 0px 14px;
    font-size: 32px;
    font-weight: 500;
}
.gtx {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    background-color: #db4ea7;
    border-radius: 22px;
    line-height: 43px;
    margin-right: 19px;
    padding: 0px 18px;
}
.subway {
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    color: #222;
    background-color: #ffcc00;
    border-radius: 50%;
    line-height: 31px;
    width: 34px;
    height: 34px;
    text-align: center;
    margin: 0px 5px;
    border: 2px solid #ffffff;
}
.main_info_map {
    display: flex;
    align-items: stretch;
    background-color: #f4f0ed;
}
