/* main_visual */
.main_visual {
    padding-top: 112px;
    height: 100vh;
}
.main_visual > div > div {
    display: flex;
    justify-content: space-between;
    padding-right: 300px;
}
.main_visual_implant {
    margin-bottom: 109px;
}
.main_visual h2 {
    font-size: 64px;
    font-weight: 700;
    color: #302e31;
    line-height: 80px;
}
.main_visual h2 > span {
    color: #c9a46e;
    position: relative;
}
.main_visual h2 > span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #707070;
    left: 0px;
    bottom: -6px;
}
.main_visual p {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
    margin-top: 52px;
}
.main_visual h3 {
    font-size: 60px;
    font-weight: 700;
    color: rgba(48, 46, 49, 0.3);
    margin-left: 126px;
    position: relative;
}
.main_visual h3 > span {
    font-size: 168px;
    color: #302e31;
    margin-right: 16px;
}
.main_visual h3 > img {
    position: absolute;
    right: 50px;
    top: 15px;
}

/* main_banner */
.main_banner_swiper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.main_banner_swiper .swiper-slide {
    position: relative;
}
.main_banner_swiper .swiper-slide > div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
}
.main_banner_swiper .swiper-slide > div > span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    letter-spacing: 6px;
}
.main_banner_swiper .swiper-slide h2 {
    font-size: 64px;
    font-weight: 300;
    color: #302e31;
    margin-top: 30px;
    line-height: 80px;
}
.main_banner_swiper .swiper-slide h2 b {
    font-weight: 700;
}
.main_banner_swiper .swiper-slide h2 span {
    color: #c9a46e;
}

.main_banner_nav {
    position: absolute;
    left: 240px;
    top: 323px;
    z-index: 1;
    display: flex;
    max-width: 343px;
    width: 100%;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    color: #6e7474;
    align-items: center;
}
.main_banner_nav .main_banner_page {
    width: auto;
    font-size: 0px;
}
.main_banner .swiper-pagination-current {
    font-size: 20px;
    font-weight: 700;
    color: #c9a46e;
}
.main_banner .swiper-pagination-current::before {
    content: '0';
}
.main_banner .main_banner_bar {
    height: 6px;
    max-width: 270px;
    width: 100%;
    background-color: rgba(110, 116, 116, 0.2);
}
.main_banner .main_banner_bar .swiper-scrollbar-drag {
    background-color: #c9a46e;
    cursor: pointer;
}

/* main_intro */
.main_intro {
    padding-top: 167px;
    padding-bottom: 170px;
}
.main_intro > div {
    display: flex;
}
.main_intro_left h2 {
    font-size: 44px;
    font-weight: 400;
    color: #333333;
    line-height: 96px;
    position: relative;
}
.main_intro_left h2 > img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.main_intro_left h2 b {
    font-size: 80px;
    font-weight: 700;
}
.main_intro_left h2 span {
    color: #c9a46e;
}
.main_intro p {
    padding-top: 11px;
    margin-left: 219px;
    font-size: 21px;
    font-weight: 500;
    color: #666666;
    line-height: 38px;
}
.main_intro p b {
    font-size: 24px;
    font-weight: 600;
    color: #302e31;
}
.main_intro p span {
    font-weight: 700;
    color: #c9a46e;
}
.main_intro p small {
    font-size: 21px;
    font-weight: 600;
    color: #302e31;
}

/* main_doctor */
.main_doctor {
    padding-top: 135px;
    position: relative;
}
.main_doctor::before {
    content: '';
    display: block;
    width: 100%;
    max-width: 1680px;
    height: 100%;
    background-color: rgba(243, 240, 233, 0.5);
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.main_doctor > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main_doctor_swiper {
    max-width: 650px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main_doctor_nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    z-index: 1;
    cursor: pointer;
}
.main_doctor_right {
    display: flex;
}
.main_doctor_text h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    margin-bottom: 30px;
}
.main_doctor_text h3 > span {
    font-weight: 700;
}
.main_doctor_text h2 {
    font-size: 64px;
    font-weight: 700;
    color: #302e31;
    line-height: 80px;
    margin-bottom: 52px;
}
.main_doctor_text h2 > span {
    color: #c9a46e;
}
.main_doctor_text p {
    font-size: 21px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-bottom: 104px;
}
.main_doctor_text > span {
    display: block;
    text-align: end;
    font-size: 24px;
    font-weight: 400;
    color: #302e31;
    cursor: pointer;
}
.main_doctor_text > span > img {
    margin-left: 14px;
}
.main_doctor_text > span > b {
    font-weight: 600;
    color: #c9a46e;
}

/* modal */
html.modal-active,
body.modal-active {
    overflow: hidden;
}
.modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 99999;
}
.modal-container.on {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container.on .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container.on.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container.on.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-container .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}
.modal-container .modal-background .modal {
    display: inline-block;
}
.modal-container .modal-background .modal .inner {
    height: 100%;
}
.modal-container .modal-background .modal img {
    width: 75%;
}
.modal-close {
    position: absolute;
    top: 21px;
    right: 16%;
    font-size: 3rem;
    line-height: 1em;
    cursor: pointer;
    color: #907d5a;
}
.viewMore {
    cursor: pointer;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}
@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@media (max-width: 1580px) {
    .modal-container .modal-background .modal {
        width: 90%;
        padding: 40px 4vw;
        padding-right: 2vw;
    }
    .modal-close {
        top: 38px;
        right: 30px;
    }
}

/* main_slogan */
.main_slogan {
    padding-top: 171px;
    padding-bottom: 252px;
    position: relative;
}
.main_slogan::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    display: block;
    transform: translateX(-50%);
    max-width: 1056px;
    height: 20px;
    width: 100%;
    background: linear-gradient(to right, #dcceba, #c9a46e);
}
.main_slogan_wrap {
    position: relative;
}
.main_slogan_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    text-align: center;
}
.main_slogan_con h2 {
    font-size: 60px;
    font-weight: 400;
    color: #302e31;
    margin-bottom: 14px;
}
.main_slogan_con h3 {
    font-size: 24px;
    font-weight: 400;
    color: #907d5a;
    margin-bottom: 7px;
}
.main_slogan_text {
    position: relative;
    margin-bottom: 50px;
}
.main_slogan_text > span {
    font-size: 28px;
    font-weight: 400;
    color: #6e7474;
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.main_slogan_con p {
    font-size: 24px;
    font-weight: 400;
    color: #907d5a;
    line-height: 44px;
}
.main_slogan_con p > b {
    font-weight: 600;
    color: #302e31;
}

/* main_promise */
.main_promise > div {
    position: relative;
    color: #fff;
}
.main_promise_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    padding-top: 59px;
    height: 100%;
}
.main_promise_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_promise_title > span {
    font-size: 50px;
    font-weight: 400;
    border: 1px solid #fff;
    line-height: 89px;
    width: 89px;
    text-align: center;
    display: inline-block;
}
.main_promise_title > p {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.4;
    letter-spacing: 3px;
}
.main_promise_text {
    margin-top: 186px;
}
.main_promise_text h2 {
    position: relative;
    font-size: 70px;
    font-weight: 400;
    line-height: 94px;
    margin-bottom: 97px;
}
.main_promise_text h2 > span {
    font-size: 80px;
    font-weight: 700;
}
.main_promise_text h2 > img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
}
.main_promise_text p {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
}
.main_promise02 .main_promise_text,
.main_promise04 .main_promise_text {
    text-align: end;
}
.main_promise02 .main_promise_text img,
.main_promise04 .main_promise_text img {
    right: 0px;
    left: initial;
}
.main_promise04 .main_promise_text p > span {
    font-weight: 700;
    color: #dcceba;
}
.main_promise01 .main_promise_text h2 {
    margin-bottom: 92px;
}
.main_promise02 .main_promise_text h2 {
    margin-bottom: 117px;
}
.main_promise03 .main_promise_text h2 {
    margin-bottom: 117px;
}
.main_promise04 .main_promise_text h2 {
    margin-bottom: 96px;
}

/* main_interview */
.main_interview {
    background-color: #f3f0e9;
    padding-top: 155px;
    padding-bottom: 129px;
    position: relative;
    text-align: center;
}
.main_interview > div.center {
    max-width: 1600px;
}
.main_interview > div > p {
    font-size: 22px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 16px;
}
.main_interview > div > h2 {
    font-size: 52px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 93px;
}
.main_interview > div > h2 > span {
    font-weight: 700;
    color: #c9a46e;
}
.main_interview_con {
    display: flex;
    justify-content: space-between;
    text-align: justify;
}
.main_interview_img {
    position: relative;
}
/* .main_interview_img span {
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 210px;
    line-height: 48px;
    background-color: #c9a46e;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
} */
.main_interview_img > img:last-child {
    right: 33px;
    bottom: 23px;
    position: absolute;
}
.main_interview_con h3 {
    margin-top: 37px;
    font-size: 27px;
    font-weight: 500;
    color: #302e31;
    line-height: 40px;
}
.main_interview_con a > div:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 5px solid transparent;
    transition: all 0.2s;
}
.main_interview_con a:hover > div:after {
    border: 5px solid #c9a46e;
}
.main_interview > div > a {
    font-size: 24px;
    font-weight: 400;
    color: #302e31;
    margin-top: 99px;
    display: inline-block;
    transition: all 0.2s;
}
.main_interview > div > a > span {
    font-weight: 600;
    color: #c9a46e;
}
.main_interview > div > a > img {
    margin-left: 23px;
}
.main_interview > div > a:hover {
    opacity: 0.7;
}
.login-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    z-index: 9999;
}
.login-box > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 543px;
    position: relative;
}
.login-box > div > .title {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 71px;
    color: #fff;
}
.login-box > div > .input-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 10px;
    border-bottom: 1px solid #fff;
}
.login-box > div > .input-box > input {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.login-box > div > .desc {
    display: flex;
    margin-top: 39px;
    align-items: center;
    border: 1px solid #fff;
    background-color: rgba(9, 8, 8, 0.5);
    padding: 22px 0px;
    justify-content: center;
}
.login-box > div > .desc > span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
}
.login_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
}
.agree-box {
    display: flex;
    align-items: center;
}
.agree-box > label {
    margin-left: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: auto;
    height: auto;
}
.go-btn > .title {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    padding: 20px 58px;
    background: #c9a46e;
    cursor: pointer;
}
.login_close {
    position: absolute;
    top: 18%;
    right: 0%;
    font-size: 3rem;
    line-height: 1em;
    cursor: pointer;
    color: #ffffff;
}
@media (max-width: 1580px) {
    .login_close {
        top: 38px;
        right: 30px;
    }
}

/* main_digital */
.main_digital {
    text-align: center;
    padding-top: 154px;
    padding-bottom: 186px;
}
.main_digital p {
    font-size: 22px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 16px;
}
.main_digital h2 {
    font-size: 52px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 93px;
}
.main_digital h2 > span {
    font-weight: 700;
    color: #c9a46e;
}
.main_digital_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_digital_con > div {
    position: relative;
}
.main_digital_con h3 {
    position: absolute;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 70px;
    background-color: rgba(144, 125, 90, 0.8);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main_digital_con01,
.main_digital_con02,
.main_digital_con03 {
    margin-bottom: 44px;
}
.main_digital_con .main_digital_con04 h3 {
    line-height: 26px;
}
.main_digital_con h3 > span {
    font-size: 18px;
    font-weight: 400;
}

/* main_interior */
.main_interior {
    position: relative;
    text-align: center;
}
.main_interior_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    max-width: 1190px;
    width: 100%;
}
.main_interior_wrap p {
    font-size: 22px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 16px;
}
.main_interior_wrap h2 {
    font-size: 52px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 69px;
}
.main_interior_wrap h2 > span {
    font-weight: 700;
    color: #c9a46e;
}
.main_interior_swiper {
    width: 100%;
    overflow: hidden;
}
.main_interior_swiper .swiper-slide {
    position: relative;
}
.main_interior_swiper .swiper-slide span {
    display: block;
    line-height: 69px;
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(144, 125, 90, 0.8);
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.main_interior .main_interior_page {
    max-width: 1070px;
    width: 100%;
    margin: 149px auto 0px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.main_interior .main_interior_page::before {
    position: absolute;
    content: '';
    display: block;
    left: 50.5%;
    transform: translateX(-50%);
    top: -62px;
    width: 94%;
    height: 3px;
    background-color: rgba(112, 112, 112, 0.43);
}
.main_interior .main_interior_page > span {
    font-size: 18px;
    font-weight: 400;
    color: #777777;
    opacity: 1;
    width: auto;
    height: auto;
    text-align: center;
    background-color: transparent;
    position: relative;
    border-radius: 0px;
    margin: 0 !important;
}
.main_interior .main_interior_page > span.swiper-pagination-bullet-active {
    font-weight: 700;
    color: #907d5a;
}
.main_interior .main_interior_page > span::before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -68px;
    left: 50%;
    transform: translatex(-50%);
    background-color: #bcbcbc;
    box-shadow: 0px 0px 0px 10px transparent;
}
.main_interior .main_interior_page > span::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -91px;
    left: 50%;
    transform: translatex(-50%);
    border: 1px solid transparent;
}
.main_interior .main_interior_page > span.swiper-pagination-bullet-active::before {
    width: 20px;
    height: 20px;
    top: -71px;
    box-shadow: 0px 0px 0px 10px rgba(201, 164, 110, 0.2);
    background-color: #c9a46e;
}
.main_interior .main_interior_page > span.swiper-pagination-bullet-active::after {
    border: 1px solid #c9a46e;
}

/* main_info */
.main_info {
    padding-top: 202px;
}
.main_info h2 {
    font-size: 52px;
    font-weight: 400;
    text-align: center;
    color: #373737;
}
.main_info h2 > span {
    font-weight: 700;
    color: #c9a46e;
}
.main_info_wrap {
    position: relative;
}
.main_info_wrap > a {
    position: absolute;
    left: 240px;
    top: 56px;
    z-index: 101;
    background-color: #fff;
    line-height: 73px;
    border-radius: 11px;
    font-size: 34px;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.55);
    display: flex;
    padding-right: 26px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.main_info_wrap > a > img {
    margin-right: 21px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
    border-radius: 11px;
}

@media screen and (max-width: 1600px) {
    .main_visual {
        padding-top: 55px;
    }
    .main_visual h2 {
        font-size: 21px;
        line-height: 38px;
    }
    .main_visual p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }
    .main_visual h3 {
        font-size: 30px;
        margin-left: 70px;
    }
    .main_visual h3 > span {
        font-size: 80px;
        margin-right: 8px;
    }
    .main_visual h3 > img {
        right: 5px;
        top: -3px;
        transform: scale(0.5);
    }
    .main_visual > div > div {
        padding-right: 80px;
    }
    .main_banner_nav {
        left: 50%;
        transform: translateX(-50%);
        top: 25%;
        max-width: 820px;
        font-size: 16px;
        justify-content: flex-start;
    }
    .main_banner .swiper-pagination-current {
        font-size: 16px;
    }
    .main_banner .main_banner_bar {
        height: 4px;
        max-width: 136px;
        margin: 0px 8px;
    }
    .main_banner_swiper .swiper-slide > div > span {
        font-size: 14px;
    }
    .main_banner_swiper .swiper-slide h2 {
        font-size: 38px;
        margin-top: 30px;
        line-height: 48px;
    }
    .main_intro {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .main_intro_left h2 {
        font-size: 24px;
        line-height: 69px;
    }
    .main_intro_left h2 b {
        font-size: 40px;
    }
    .main_intro p {
        padding-top: 5px;
        margin-left: 35px;
        font-size: 18px;
        line-height: 28px;
    }
    .main_intro p small {
        font-size: 18px;
    }
    .main_doctor {
        padding-top: 70px;
    }
    .main_doctor::before {
        max-width: 920px;
    }
    .main_doctor_swiper {
        max-width: 240px;
    }
    .main_doctor_text h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .main_doctor_text h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .main_doctor_text p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 35px;
    }
    #page02 > div > div.main_doctor_right > img {
        width: 40%;
    }
    .main_doctor_nav {
        max-width: 99px;
    }
    .main_slogan {
        padding-top: 100px;
        padding-bottom: 130px;
    }
    .main_slogan_con h2 {
        font-size: 36px;
        margin-bottom: 8px;
    }
    .main_slogan_con h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .main_slogan_text > span {
        font-size: 16px;
    }
    .main_slogan_text {
        margin-bottom: 25px;
    }
    .main_slogan_con p {
        font-size: 15px;
        line-height: 23px;
    }
    .main_promise_con {
        padding-top: 30px;
    }
    .main_promise_title > span {
        font-size: 28px;
        line-height: 50px;
        width: 50px;
    }
    .main_promise_title > p {
        font-size: 14px;
    }
    .main_promise_text h2 {
        font-size: 33px;
        line-height: 54px;
        margin-bottom: 36px;
    }
    .main_promise_text p {
        font-size: 16px;
        line-height: 25px;
    }
    .main_promise_text {
        margin-top: 70px;
    }
    .main_promise_text h2 > span {
        font-size: 40px;
    }
    .main_promise_text h2 > img {
        transform: scale(0.6) translateY(-50%);
        transform-origin: top;
    }
    .main_digital {
        padding-top: 107px;
        padding-bottom: 118px;
    }
    .main_digital p {
        font-size: 16px;
        margin-bottom: 11px;
    }
    .main_digital h2 {
        font-size: 34px;
        margin-bottom: 60px;
    }
    .main_digital_con01,
    .main_digital_con02,
    .main_digital_con03,
    .main_digital_con04 {
        margin-bottom: 20px;
    }
    .main_digital_con > div {
        max-width: 400px;
    }
    .main_digital_con h3 {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
    }
    .main_interior_wrap p {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .main_interior_wrap h2 {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .main_interior_wrap {
        max-width: 620px;
    }
    .main_interior_swiper .swiper-slide span {
        line-height: 45px;
        font-size: 18px;
    }
    .main_interior .main_interior_page > span {
        font-size: 14px;
    }
    .main_interior .main_interior_page {
        margin: 110px auto 0px;
    }
    .main_info {
        padding-top: 83px;
    }
    .main_info h2 {
        font-size: 32px;
    }
    .main_interview {
        padding-top: 94px;
        padding-bottom: 96px;
    }
    .main_interview > div > p {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .main_interview > div > h2 {
        font-size: 32px;
        margin-bottom: 50px;
    }
    .main_interview_img > img:last-child {
        right: 15px;
        bottom: 15px;
        width: 12%;
    }
    .main_interview_img span {
        width: 140px;
        line-height: 34px;
        font-size: 18px;
    }
    .main_interview_con h3 {
        margin-top: 15px;
        font-size: 20px;
        line-height: 27px;
    }
    .main_interview_img {
        width: 95%;
    }
}
