/* intro01 */
.intro01 {
    position: relative;
    text-align: center;
    color: #222;
    padding: 156px 0px 112px;
    background-color: #fff;
}
.intro01::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 540px;
    opacity: 0.2;
    background: linear-gradient(to bottom, #cb9d6c, #fff);
    z-index: 0;
}
.intro01 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 93px;
}
.intro01 h2 span {
    font-weight: 700;
    color: #cb9d6c;
}
.intro01_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.intro01_con > div {
    border-radius: 14px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 280px;
}
.intro01_line {
    background-color: #cb9d6c;
    opacity: 0.6;
    width: 340px;
    height: 1px;
    margin-bottom: 21px;
}
.intro01_con h3 {
    font-size: 36px;
    font-weight: 400;
    position: relative;
    margin-bottom: 19px;
}
.intro01_con h3 span {
    font-size: 70px;
    font-weight: 700;
    color: #cb9d6c;
    display: inline-block;
    margin-right: 20px;
}
.intro01_con h3 img {
    position: absolute;
    top: -1px;
    right: 8%;
}
.intro01_con h4 {
    font-size: 24px;
    font-weight: 400;
}
.intro01_con02 h4 {
    line-height: 34px;
}
.intro01_con02 h4 span {
    color: #cb9d6c;
    font-weight: 700;
}
.intro01_con02 img {
    margin-bottom: 19px;
}
.intro01_con > div > span {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.5;
}

/* intro02 */
.intro02 {
    height: 960px;
    display: flex;
    align-items: center;
    position: relative;
}
.intro02_video_wrap {
    width: 50%;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    height: 960px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.intro02_video_wrap02 {
    right: 0px;
}
.intro02 video {
    height: 100%;
    width: auto;
}
.intro02_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
}
.intro02_line {
    width: 374px;
    height: 1px;
    background-color: #fff;
    margin: 0px 128px;
}
.intro02_con h2 {
    font-size: 60px;
    font-weight: 700;
}
.intro02_con h3 {
    font-size: 60px;
    font-weight: 400;
}

/* intro03 */
.intro03 {
    background-color: #fff;
    padding-top: 230px;
    padding-bottom: 250px;
    color: #222;
}
.intro03 > div > img {
    margin: 0 auto;
    display: block;
}
.intro03 h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 43px;
}
.intro03 h2 span {
    font-weight: 700;
}
.intro03_con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.intro03_left h3 {
    font-size: 54px;
    font-weight: 700;
    color: #cb9d6c;
    margin-bottom: 42px;
}
.intro03_left p {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
}
.intro03_right {
    position: relative;
    margin-top: 174px;
}
.intro03_right img {
    position: absolute;
    right: -183px;
    top: 50%;
    transform: translateY(-50%);
}
.intro03_right p {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.intro03_right p span {
    font-weight: 700;
}
.intro03_right p:nth-of-type(2) {
    margin: 15px 0px;
}

/* intro04 */
.intro04 {
    background-image: url(../img/sub/intro04_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 143px 0px 153px;
    color: #fff;
}
.intro04 > div > span {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.3;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.intro04 h2 {
    font-size: 54px;
    font-weight: 700;
    margin: 14px 0px 110px;
}
.intro04 h2 span {
    color: #ffc98f;
}
.intro04 p {
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
}
.intro04 p span {
    color: #ffc98f;
    font-weight: 700;
}

/* intro05 */
.intro05 {
    background-color: #fff;
    color: #222;
    padding: 191px 0px 197px;
    overflow: hidden;
    position: relative;
}
.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;
}
.intro05 > div.center {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 108px;
}
.intro05 h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 74px;
}
.intro05 h2 span {
    font-size: 50px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.intro05 h2 img {
    margin-right: 5px;
}
.intro05_nav {
    display: flex;
    align-items: center;
}
.intro05_nav > div {
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.2s;
}
.intro05_nav > div:hover {
    opacity: 0.7;
}
.intro05_next {
    margin-left: 10px;
}
.intro05_swiper {
    width: 100%;
    padding-left: 47px;
    position: relative;
}
.intro05_swiper h3 {
    display: flex;
    align-items: center;
    margin: 35px 0px 21px;
    font-size: 20px;
    font-weight: 700;
}
.intro05_swiper h3 span {
    display: inline-block;
    border-radius: 5px;
    padding: 0px 8px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.intro05_swiper .news {
    background-color: #cb9d6c;
}
.intro05_swiper .news_title {
    background-color: #222;
    margin-left: 8px;
    margin-right: 10px;
}
.intro05_swiper p {
    font-size: 20px;
    font-weight: 300;
}

.intro05_swiper .swiper-slide img {
    filter: grayscale(1);
    transition: all 0.2s;
}
.intro05_swiper .swiper-slide-active img {
    filter: none;
}

/* intro06 */
.intro06 {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 153px 0px 134px;
}
.intro06::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 569px;
    background: linear-gradient(to bottom, #9c9c9c, #fff);
    opacity: 0.2;
}
.intro06 h2 {
    font-size: 46px;
    font-weight: 400;
    color: #222;
}
.intro06 h2 span {
    font-weight: 700;
    color: #cb9d6c;
}
.intro06 > p {
    margin: 12px auto 69px;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.3;
    color: #222;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.intro06_con {
    display: flex;
    align-items: center;
}
.intro06_con > div {
    position: relative;
    width: 33.3%;
    overflow: hidden;
}
.intro06_con > div::after {
    display: block;
    content: '';
    padding-bottom: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.2s;
}
.intro06_con > div:hover::after {
    background-color: rgba(203, 157, 108, 0.5);
}
.intro06_con video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: auto;
}
.intro06_con > div > div {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0.6;
    z-index: 1;
    transition: all 0.2s;
    cursor: default;
}
.intro06_con > div:hover > div {
    opacity: 1;
}
.intro06_con h3 {
    font-size: 18px;
    font-weight: 300;
    transition: all 0.2s;
}
.intro06_con > div:hover h3 {
    color: #ffc98f;
}
.intro06_con h4 {
    font-size: 38px;
    font-weight: 700;
    margin: 51px auto 19px;
    transition: all 0.2s;
}
.intro06_con > div:hover h4 {
    color: #ffe2c2;
}
.intro06_con h5 {
    font-size: 28px;
    font-weight: 500;
}
.intro06_line {
    width: 100%;
    max-width: 340px;
    height: 1px;
    background-color: #fff;
    margin: 45px auto 43px;
}
.intro06_con p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.intro06_con02 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.intro06_con01 {
    border-right: 1px solid #fff;
}
.intro06_con03 {
    border-left: 1px solid #fff;
}

/* intro07 */
.intro07 {
    background-color: #fff;
    position: relative;
    padding-top: 169px;
    padding-bottom: 334px;
    color: #222;
}
.intro07::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 640px;
    opacity: 0.2;
    background: linear-gradient(to bottom, #9c9c9c, #fff);
}
.intro07_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 59px;
    border-bottom: 1px solid #707070;
    margin-bottom: 135px;
}
.intro07_title_l h2 {
    font-size: 46px;
    font-weight: 400;
}
.intro07_title_l h2 span {
    font-weight: 700;
    color: #cb9d6c;
}
.intro07_title_l h3 {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.3;
    margin: 12px 0px 80px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.intro07_title_l p {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}
.intro07_title_r {
    background-color: #fff;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 280px;
    position: relative;
}
.intro07_title_r h3 {
    font-size: 36px;
    font-weight: 400;
    position: relative;
}
.intro07_title_r span {
    font-size: 70px;
    font-weight: 700;
    color: #cb9d6c;
    margin-right: 20px;
}
.intro07_title_r img {
    position: absolute;
    right: 8%;
    top: 0px;
}
.intro07_line {
    width: 100%;
    height: 1px;
    opacity: 0.6;
    background-color: #cb9d6c;
    margin: 19px auto 21px;
    max-width: 340px;
}
.intro07_title_r h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 9px;
}
.intro07_title_r p {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.5;
}
.intro07_doctor {
    margin-bottom: 203px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.intro07_doctor.intro07_doctor05 {
    margin-bottom: 0px;
}
.intro07_doctor_txt {
    width: -webkit-fill-available;
}
.intro07_doctor_txt > img {
    margin: 40px 0px 74px;
}
.intro07_doctor_txt h3 {
    display: flex;
    align-items: center;
    font-size: 44px;
    font-weight: 400;
}
.intro07_doctor_txt h3 span {
    font-weight: 700;
    margin-left: 15px;
    margin-right: 10px;
}
.intro07_doctor_txt > div {
    display: flex;
    align-items: flex-start;
}
.intro07_doctor_txt p {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
}
.intro07_doctor_txt p span {
    font-weight: 700;
}
.intro07_doctor_txt p:first-child {
    width: 52%;
}

/* intro08 */
.intro08 {
    background-color: #fff;
    position: relative;
    color: #222;
    padding: 174px 0px 196px;
}
.intro08::before {
    content: '';
    display: block;
    width: 100%;
    height: 540px;
    opacity: 0.2;
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(to bottom, #cb9d6c, #fff);
}
.intro08_title {
    display: flex;
    align-items: center;
    margin-bottom: 51px;
    justify-content: space-between;
}
.intro08_nav {
    display: flex;
    align-items: center;
}
.intro08_nav > div {
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.2s;
}
.intro08_nav > div:hover {
    opacity: 0.7;
}
.intro08_next {
    margin-left: 10px;
}
.intro08_title h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 74px;
    margin-bottom: 40px;
}
.intro08_title h2 span {
    font-size: 50px;
    font-weight: 700;
}
.intro08_title h2 img {
    margin-right: 20px;
}
.intro08_title p {
    font-size: 22px;
    font-weight: 300;
}
.intro08_swiper {
    max-width: 735px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}
.intro08_con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.intro08 .intro08_page span {
    width: 639px;
    border-radius: 20px;
    overflow: hidden;
    height: auto;
    opacity: 0.4;
    background-color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0px !important;
    position: relative;
    display: flex;
    align-items: center;
}
.intro08 .intro08_page span:nth-of-type(2) {
    margin: 22px 0px !important;
}
.intro08 .intro08_page span::before {
    content: '';
    width: 170px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-right: 36px;
}
.intro08 .intro08_page span:nth-of-type(1)::before {
    background-image: url(../img/sub/intro08_page01.png);
}
.intro08 .intro08_page span:nth-of-type(2)::before {
    background-image: url(../img/sub/intro08_page02.png);
}
.intro08 .intro08_page span:nth-of-type(3)::before {
    background-image: url(../img/sub/intro08_page03.png);
}
.intro08 .intro08_page span.swiper-pagination-bullet-active {
    background-color: #f0f1f3;
    opacity: 1;
}
.intro08_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;
}
.intro08_right a:hover {
    border: 2px solid #cb9d6c;
    background-color: #fff;
}
.intro08_right a span {
    margin: 0px 27px 0px 8px;
    font-size: 20px;
    font-weight: 400;
    color: #222;
}
.intro08_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* intro09 */
.intro09 {
    background-image: url(../img/sub/intro09_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 163px 0px 198px;
    text-align: center;
}
.intro09 h2 {
    font-size: 46px;
    font-weight: 400;
    color: #222;
}
.intro09 h2 span {
    font-weight: 700;
    color: #cb9d6c;
}
.intro09 h2 small {
    font-size: 24px;
}
.intro09 > div > p {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    opacity: 0.3;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 12px auto 84px;
}
.intro09_con {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    color: #fff;
}
.intro09_con > div {
    border-radius: 20px;
    width: 100%;
    max-width: 469px;
}
.intro09_con01 {
    background-color: #b5936d;
    padding: 36px 34px 61px;
}
.intro09_con01 h3 {
    color: #b5936d;
}
.intro09_con02 {
    background-color: #84694c;
    padding: 36px 34px 38px;
}
.intro09_con02 h3 {
    color: #84694c;
}
.intro09_con03 {
    background-color: #654f36;
    padding: 36px 34px 45px;
}
.intro09_con03 h3 {
    color: #654f36;
}
.intro09_con h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 22px;
    line-height: 69px;
    width: 221px;
}
.intro09_con li {
    border-bottom: 1px solid #fff;
    padding: 29px;
}
.intro09_con02 li:last-child {
    border-bottom: none;
}
.intro09_con h4 {
    font-size: 26px;
    font-weight: 500;
}
.intro09_con h4 span {
    display: inline-block;
    line-height: 36px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 0px 9px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
}
.intro09_con h5 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}
.intro09_con p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 17px;
}
.intro09_con p span {
    font-weight: 700;
    font-size: 30px;
    margin-right: 5px;
}

/* intro10 */
.intro10 {
    position: relative;
    color: #222;
    padding-top: 161px;
    background-color: #fff;
}
.intro10::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 569px;
    opacity: 0.2;
    background: linear-gradient(to bottom, #9c9c9c, #fff);
}
.intro10 > div.center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 77px;
}
.intro10_title h2 {
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 14px;
}
.intro10_title h2 span {
    font-weight: 700;
    color: #cb9d6c;
}
.intro10_title p {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.3;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.intro10_txt h3 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 400;
}
.intro10_txt h3 > span {
    font-weight: 700;
}
.intro10_txt h3 > span > span {
    color: #cb9d6c;
}
.intro10_map {
    position: relative;
}
.intro10_map > a {
    position: absolute;
    left: 240px;
    bottom: 36px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    padding-left: 6px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 184px;
    color: #222;
    line-height: 55px;
    box-shadow: 5px 5px 5px rgba(114, 114, 114, 0.16);
    transition: all 0.2s;
}
.intro10_map > a:hover {
    color: #fff;
    background-color: #39a636;
}
