.visual {
    position: relative;
}
.visual .main_video {
    position: relative;
    width: 100%;
    height: 832px;
    overflow: hidden;
}
.visual .main_video::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
}
.visual .main_video::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), linear-gradient(-90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    content: "";
}
.visual .main_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual .visial_title {
    position: absolute;
    top: 290px;
    width: fit-content;
    padding-left: calc(50% - 600px);
    color: var(--white);
}
.visual .visial_title .video_play {
    display: none;
}
.visual .visial_title .video_play button {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -100px;
    z-index: 10;
    width: 68px;
    height: 68px;
}
.visual .visial_title .video_play button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.visual .visial_title .video_play button.pause_btn {
    display: none;
}
.visual .visial_title .video_play.pause button.paly_btn {
    display: none;
}
.visual .visial_title .video_play.pause button.pause_btn{
    display: block;
}
.visual .visial_title h2 {
    font-size: 59px;
    margin-bottom: 23px;
}
.visual .visial_title p {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 65px;
}
.visual .visial_title .visual_btn {
    font-size: 17px;
    min-width: 174px;
    border-radius: 100px;
    padding: 15px 24px 17px 24px;
    background-color: var(--mainorange);
}
.visual .visial_title .visual_btn:hover {
    background-color: var(--hoverorange);
}
.partner_logo .wrapper {
    position: relative;
    /* width: 1200px;
    margin: 0 auto; */
    height: 130px;
    overflow: hidden;
    padding-top: 25px;
}
.partner_logo .wrapper::after,
.partner_logo .wrapper::before {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 50px;
    height: 100%;
    content: "";
}
.partner_logo .wrapper::after {
    left: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.partner_logo .wrapper::before {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.partner_logo .wrapper .move_logo {
    display: flex;
    align-items: center;
    width: 4728px;
    white-space:nowrap;
    animation:move_logo;
    animation-duration: 30s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
}
.partner_logo .wrapper .move_logo .logo_group {
    width: 2294px;
    height: 115px;
    margin-right: 70px;
}
.partner_logo .wrapper .move_logo .m_logo_group {
    display: none;
}
.partner_logo .wrapper .move_logo .logo_group img,
.partner_logo .wrapper .move_logo .m_logo_group img {
    width: 100%;
    object-fit: contain;
}
@keyframes move_logo { /* 애니메이션을 효과를 미리 설정함 */
	0% { transform:translate(0, 0) }
	100% { transform:translate(-50%, 0) }
}


.physical_therapy {
    width: 100%;
    padding: 140px 0 145px 0;
    overflow: hidden;
}
.physical_therapy .top {
    margin: 0 calc(50% - 562px) 49px calc(50% - 562px);
}
.physical_therapy .top .inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.physical_therapy .top  .inner h2 {
    font-size: 40px;
    color: var(--mainblack);
    line-height: 1.27;
}
.physical_therapy .top .inner .swiper-navigation {
    display: flex;
    align-items: center;
}
.physical_therapy .top .inner .swiper-next,
.physical_therapy .top .inner .swiper-prev {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #8D8D8D;
    cursor: pointer;
}
.physical_therapy .top .inner .swiper-prev {
    margin-right: 10px;
}
.physical_therapy .top .inner .swiper-next::after,
.physical_therapy .top .inner .swiper-prev::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 11px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
.physical_therapy .top .inner .swiper-next::after {
    left: calc(50% + 1px);
}
.physical_therapy .top .inner .swiper-prev::after {
    left: calc(50% - 1px);
}
.physical_therapy .top .inner .swiper-next.swiper-button-disabled,
.physical_therapy .top .inner .swiper-prev.swiper-button-disabled {
    border: 1px solid #E1E1E1;
}
.physical_therapy .top .inner .swiper-next.swiper-button-disabled::after {
    background-image: url(../img/icon/therapy_swiper_next.svg);
}
.physical_therapy .top .inner .swiper-prev.swiper-button-disabled::after {
    background-image: url(../img/icon/therapy_swiper_prev.svg);
}
.physical_therapy .top .inner .swiper-next::after {
    background-image: url(../img/icon/therapy_swiper_next_on.svg);
}
.physical_therapy .top .inner .swiper-prev::after {
    background-image: url(../img/icon/therapy_swiper_prev_on.svg);
}
.physical_therapy .top .inner .swiper-next:hover,
.physical_therapy .top .inner .swiper-prev:hover {
    border: 1px solid rgba(255, 130, 4, 0.5);
}
.physical_therapy .top .inner .swiper-prev:hover::after {
    background-image: url(../img/icon/therapy_swiper_prev_orange.svg);
}
.physical_therapy .top .inner .swiper-next:hover::after {
    background-image: url(../img/icon/therapy_swiper_next_orange.svg);
}
.physical_therapy .swiper {
    padding: 0 calc(50% - 562px);
    color: var(--white);
    width: 100%;
    max-width: 100vw;
}
.physical_therapy .swiper .swiper-wrapper {
    max-width: 100vw;
    transition-timing-function: linear;
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    width: 892px !important;
    height: 403px !important;
    border-radius: 59px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    margin-right: 23px;
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    content: "";
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 75, 112, 0.1);
    content: "";
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide:last-child {
    /* margin-right: calc(50% - 562px) */
    margin-right: 0;
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_50 {
    background-image: url(../img/index/physical_therapy_50.jpeg);
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_70 {
    background-image: url(../img/index/physical_therapy_70_03.jpg);
    /* background-image: url(../img/index/physical_therapy_70_02.jpg); */
    /* background-image: url(../img/index/physical_therapy_70_01.jpg); */
    /* background-image: url(../img/index/physical_therapy_70.png); */
    /* background-position: center -120px; */
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_70::before {
    background: rgba(255, 255, 255, 0.15);
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_10 {
    background-image: url(../img/index/physical_therapy_10_01.jpg);
    background-position: center bottom;
    /* background-image: url(../img/index/physical_therapy_10.jpeg); */
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide .swiper_txt {
    position: relative;
    z-index: 10;
    padding: 125px 47px 50px 62px;
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide .swiper_txt h3 {
    font-size: 30px;
    font-style: italic;
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide .swiper_txt h3 em {
    font-size: 91px;
    font-style: italic;
    font-weight: 400;
    margin-right: 5px;
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide .swiper_txt h3 em .em01 {
    font-size: 42px;
    font-weight: 300;
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide .swiper_txt p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_50 .swiper_txt p {
    width: 429px;
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_70 .swiper_txt p {
    width: 564px;
}
.physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_10 .swiper_txt p {
    width: 579px;
}

.phyxup_health {
    padding: 34px 0 76px 0;
}
.phyxup_health h2 {
    font-size: 56px;
    text-align: center;
    color: var(--mainbrown);
    margin-bottom: 49px;
}
.phyxup_health h2 em {
    color: var(--mainorange);
}
.phyxup_health ul {
    width: calc(100% - 100px);
    margin: 0 auto;
}
.phyxup_health ul li {
    min-height: 527px;
    padding: 24.5px 0;
    border-radius: 60px;
}
.phyxup_health ul li .box_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1123px;
    margin: 0 auto;
}
.phyxup_health ul li.happy_practice {
    background-color: rgba(255, 229, 205, 0.5);
    margin-bottom: 18px;
}
.phyxup_health ul li.strong_engagement {
    background-color: #FFF2E6;
    margin-top: 18px;
}
.phyxup_health ul li .box_inner .title {
    width: 376px;
}
.phyxup_health ul li .box_inner .title h3 {
    font-size: 31px;
    line-height: 1.5;
    color: var(--mainbrown);
    margin-bottom: 15px;
}
.phyxup_health ul li .box_inner .title p {
    font-size: 20px;
    line-height: 1.6;
    color: #564D47;
    /* transform: translateY(); */
}
.phyxup_health ul li .box_inner .photo {
    /* position: relative; */
    width: 498px;
    height: 527px;
}
.phyxup_health ul li .box_inner .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution {
    position: relative;
    color: var(--white);
    text-align: center;
    min-height: 1665px;
    overflow: hidden;
}
.solution::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-color: #FFA74F;
    content: "";
}
.solution .inner {
    position: relative;
    padding: 152px 0 40px 0;
}
.solution .inner .s_main_top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution .inner .s_main_top::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    z-index: -20;
    width: 1068px;
    height: 681px;
    background: url(../img/index/solution_bg.svg) no-repeat center center / contain;
    content: "";
}
.solution .inner .s_main_top h2 {
    font-size: 52px;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}
.solution .inner .s_main_top p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.solution .inner .s_main_top #frame {
    width: 896px;
    height: 578px;
    transition: transform 200ms;
    margin: 58px 0;
    border-radius: 39px;
    overflow: hidden;
}
.solution .inner .s_main_top #frame:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}

.solution .inner .s_main_top #card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 39px;
    background: url(../img/index/solutions_main.png) no-repeat center center / cover;
    transition-duration: 250ms;
    transition-property: transform, box-shadow;
    transition-timing-function: ease-out;
}
.solution .inner .s_main_top #light {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 39px;
    overflow: hidden;
}
.solution .inner .swiper {
    position: relative;
    padding: 93px 0;
    width: 1200px;
    margin: 0 auto;
}
.solution .inner .swiper::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 330px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 168, 82, 1), rgba(255, 168, 82, 0.4), rgba(255, 168, 82, 0));
    content: "";
}
.solution .inner .swiper::before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    width: 330px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 168, 82, 1), rgba(255, 168, 82, 0.4), rgba(255, 168, 82, 0));
    content: "";
}
.solution .inner .swiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 441px;
    min-height: 360px;
    line-height: 1.38;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide .title {
    width: 308px;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 18px;
    margin-bottom: 9px;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide p {
    font-size: 13px;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide .s_swiper_photo {
    position: relative;
    width: 308px;
    height: 218px;
    border-radius: 22px;
    filter: drop-shadow(2px 2px 22px rgba(0, 0, 0, 0.11));
    margin-bottom: 24px;
    transition: 0.5s;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide .s_swiper_photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 442px;
    height: 470px;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title {
    width: 442px;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active h3 {
    font-size: 30px;
    line-height: 1.23;
    margin-bottom: 6px;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active p {
    font-size: 17px;
}
.solution .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .s_swiper_photo {
    width: 441px;
    height: 312px;
    margin-bottom: 28px;
}
.solution .inner .s_swiper-navigation .s_swiper-prev,
.solution .inner .s_swiper-navigation .s_swiper-next {
    position: absolute;
    bottom: 350px;
    transform: translate(0, -50%);
    width: 67px;
    height: 67px;
    z-index: 20;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.11);
    cursor: pointer;
}
.solution .inner .s_swiper-navigation .s_swiper-prev:hover,
.solution .inner .s_swiper-navigation .s_swiper-next:hover {
    background-color: var(--white);
}
.solution .inner .s_swiper-navigation .s_swiper-prev {
    left: calc(50% - 600px);
}
.solution .inner .s_swiper-navigation .s_swiper-next {
    right: calc(50% - 600px);
}
.solution .inner .s_swiper-navigation .s_swiper-prev::after,
.solution .inner .s_swiper-navigation .s_swiper-next::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
}
.solution .inner .s_swiper-navigation .s_swiper-prev::after {
    background-image: url(../img/icon/s_swiper_prev.svg);
}
.solution .inner .s_swiper-navigation .s_swiper-next::after {
    background-image: url(../img/icon/s_swiper_next.svg);
}

.strength {
    padding: 149px 0 178px 0;
    overflow: hidden;
}
.strength .wrapper {
    width: auto;
    margin: 0 auto;
}
.strength .wrapper > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 531px;
    margin-bottom: 232px;
}
.strength .wrapper > ul > li:last-child {
    margin-bottom: 0;
}
.strength .wrapper > ul > li .strength_text {
    width: 535px;
}
.strength .wrapper > ul > li .strength_text_r {
    /* position: absolute; */
    left: 50%;
    text-align: left;
}
.strength .wrapper > ul > li:nth-child(1),
.strength .wrapper > ul > li:nth-child(3) {
    margin-left: calc(50% - 600px);
}
.strength .wrapper > ul > li:nth-child(2) {
    /* margin-right: calc(50% - 600px); */
    width: 100%;
}
.strength .wrapper > ul > li .strength_text .s_icon_m {
    display: none;
}
.strength .wrapper > ul > li .strength_text .s_icon,
.strength .wrapper > ul > li .strength_text .s_icon_m {
    width: 53px;
    height: 53px;
    margin-bottom: 32px;
}
.strength .wrapper ul li .strength_text .s_icon img,
.strength .wrapper ul li .strength_text .s_icon_m img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.strength .wrapper ul li .strength_text h2 {
    font-size: 39px;
    color: var(--mainbrown);
    margin-bottom: 19px;
}
.strength .wrapper ul li .strength_text h2 em {
    color: var(--mainorange);
}
.strength .wrapper ul li .strength_text p {
    font-size: 18px;
    line-height: 1.5;
    color: #4C4C4C;
    margin-bottom: 47px;
}
.strength .wrapper ul li .strength_text .more_btn {
    position: relative;
    width: 166px;
    line-height: 51px;
    border-radius: 100px;
    text-align: center;
    color: var(--white);
    /* background-color: var(--mainorange); */
    overflow: hidden;
}
.strength .wrapper ul li .strength_text .more_btn::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    background-color: var(--mainorange);
    content: "";
}
.strength .wrapper ul li .strength_text .more_btn:hover {
    background-color: var(--hoverorange);
}
.strength .wrapper ul li .strength_text .more_btn a {
    display: block;
}
.strength .wrapper ul li .photo_r,
.strength .wrapper ul li .strength_text_r {
    /* margin-left: 240px; */
    margin-left: 10%;
}
.strength .wrapper ul li .strength_text ul {
    margin-bottom: 45px;
}
.strength .wrapper ul li .strength_text ul li {
    position: relative;
    font-size: 18px;
    padding-left: 29px;
    color: #4C4C4C;
    margin-bottom: 5px;
}
.strength .wrapper ul li .strength_text ul li:last-child {
    margin-bottom: 0;
}
.strength .wrapper ul li .strength_text ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 13px;
    height: 9px;
    background: url(../img/icon/check_lco.svg) no-repeat center center / contain;
    content: "";
}

.strength .wrapper ul li .photo_r::before,
.strength .wrapper ul li .photo_l::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 300%;
    height: 100%;
    border-radius: 40px 0 0 40px;
    content: "";
}
.strength .wrapper ul li.strength01 .photo_r::before {
    background: radial-gradient( circle at 0 50%, rgba(255, 236, 218,1) , rgba(255, 209, 165,1));
}
.strength .wrapper ul li.strength02 .photo_l::before {
    left: auto;
    right: 0;
    border-radius: 0 40px 40px 0;
    background: radial-gradient( circle at 0 50%, rgba(181, 232, 205, 1) ,rgba(225, 250, 237,1));
}
.strength .wrapper ul li.strength03 .photo_r::before {
    background: radial-gradient( circle at 0 50%, rgba(238, 235, 255,1) , rgba(209, 200, 255, 1));
}
.strength .wrapper ul li.strength01 .photo_r {
    width: 700px;
    height: 530px;
}
.strength .wrapper ul li.strength01 .photo_r img,
.strength .wrapper ul li.strength02 .photo_l img,
.strength .wrapper ul li.strength03 .photo_r img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.strength .wrapper ul li.strength02 .photo_l,
.strength .wrapper ul li.strength03 .photo_r {
    width: 530px;
    height: 530px;
}

.banner {
    position: relative;
    background-color: var(--mainorange);
    color: var(--white);
    height: 832px;
    text-align: center;
    overflow: hidden;
}
.banner::before {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 100%;
    background: url(../img/index/banner_bg.png) no-repeat center center / contain;
    content: "";
    animation-name:animate_banner_bg;
    animation-duration: 3s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
@keyframes animate_banner_bg{
    0% {transform:translate(0, 0);}
    50% {transform:translate(-10px, -50px);}
    100% {transform:translate(0, 0);}
}
.banner .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner .inner h2 {
    font-size: 45px;
    margin-bottom: 55px;
}
.banner .inner .banner_input_box {
    position: relative;
    display: inline-block;
}
.banner .inner .banner_input_box input {
    width: 564px;
    height: 55px;
    border-radius: 100px;
    padding-left: 36px;
    color: #333333;
    background-color: var(--white);
    border: 0;
}
.banner .inner .banner_input_box input::placeholder {
    color: #9A9A9A;
}
.banner .inner .banner_input_box input:hover,
.banner .inner .banner_input_box input:focus {
    border: 0;
}
.banner .inner .banner_input_box .banner_input_btn {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 16px;
    width: 172px;
    line-height: 51px;
    border-radius: 100px;
    color: var(--white);
    background-color: var(--mainorange);
}
.banner .inner .banner_input_box .banner_input_btn.disabled:hover {
  background-color: var(--mainorange);
}
.banner .inner .banner_input_box .banner_input_btn:hover {
    background-color: var(--hoverorange);
}
.banner .inner .m_banner_input_btn {
    display: none;
}

.recommend {
    padding: 139px 0 129px 0;
}
.recommend .inner {
    width: 1095px;
    margin: 0 auto;
}
.recommend .inner .profiles {
    width: 146px;
    height: 55px;
    margin-bottom: 17px;
}
.recommend .inner .profiles img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.recommend .inner h2 {
    font-size: 47px;
    color: #413A35;
    margin-bottom: 50px;
}
.recommend .inner ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 435px; */
    padding: 30px 0 35px 0;
    border-bottom: 1px solid #E7DBD4;
}
.recommend .inner ul li:first-child {
    border-top: 1px solid #E7DBD4;
}
.recommend .inner ul li .q_icon {
    /* top: 38px; */
    width: 141px;
    height: 101px;
    margin-bottom: 80px;
}
.recommend .inner ul li .q_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.recommend .inner ul li .detail {
    width: 700px;
}
.recommend .inner ul li .detail .profile {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.recommend .inner ul li .detail .profile .profile_img {
    width: 68px;
    height: 68px;
    margin-right: 19px;
}
.recommend .inner ul li .detail .profile .profile_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.recommend .inner ul li .detail .profile  .profile_info span {
    display: block;
    font-size: 25px;
    color: #5E5852;
}
.recommend .inner ul li .detail .profile  .profile_info strong {
    display: block;
    font-size: 17px;
    color: #AFAFAF;
}
.recommend .inner ul li .detail p {
    font-size: 20px;
    line-height: 1.6;
    color: #595755;
}
.recommend .inner ul li .recommend_photo {
    width: 311px;
    height: 314px;
}
.recommend .inner ul li .recommend_photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.outcome {
    background-color: var(--mainorange);
    color: var(--white);
    min-height: 829px;
    text-align: center;
}
.outcome  .wrapper h2 {
    padding-top: 190px;
    font-size: 41px;
    margin-bottom: 38px;
}
.outcome  .wrapper ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 175px;
}
.outcome  .wrapper ul li {
    position: relative;
    text-align: left;
    width: 25%;
    min-height: 311px;
    border-radius: 25px;
    padding: 30px;
    margin-left: 15px;
    background-color: #FF9D39;
    box-shadow: 5px 6px 15px rgba(131, 81, 53, 0.12);
    overflow: hidden;
}
.outcome  .wrapper ul li::before,
.outcome  .wrapper ul li::after {
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 450px;
    height: 450px;
    background: url(../img/index/outcome_blur.png) no-repeat center center / contain;
    content: "";
}
.outcome  .wrapper ul li::after {
    left: auto;
    bottom: auto;
    right: -50%;
    top: -50%;
}
.outcome  .wrapper ul li span {
    display: flex;
    align-items: center;
    /* display: inline-block; */
    font-size: 79px;
    line-height: 100px;
    font-style: italic;
    margin-bottom: 10px;
}
.outcome  .wrapper ul li span span {
    display: inline-block;
}
.outcome  .wrapper ul li span em {
    display: inline-block;
    font-style: italic;
    color: #FFE2BF;
    line-height: 80px;
    margin-left: 8px;
}
.outcome  .wrapper ul li.satisfaction span .em01 {
    font-size: 29px;

}
.outcome  .wrapper ul li.satisfaction span .em02 {
    font-size: 38px;
    margin-left: 2px;
}
.outcome  .wrapper ul li.days span em {
    font-size: 32px;
}
.outcome  .wrapper ul li.hep span em {
    font-size: 38px;
}
.outcome  .wrapper ul li.insurance span em {
    font-size: 41px;
    margin: 0 8px 0 0;
}
.outcome  .wrapper ul li p {
    font-size: 17px;
    line-height: 1.64;
}
.outcome  .wrapper ul li p br.br_m {
    display: none;
}

.contact {
    position: relative;
    background-color: var(--bgorange);
    padding: 159px 0 306px;
    width: 100%;
    overflow: hidden;
}
.contact::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 1197px;
    height: 636px;
    transform: rotate(-10deg);
    background: url(../img/index/contact_bg_ico01.svg) no-repeat center center / contain;
    content: "";
}
.contact::before {
    position: absolute;
    left: -8%;
    bottom: 0;
    width: 787px;
    height: 531px;
    transform: rotate(-42deg);
    background: url(../img/index/contact_bg_ico02.svg) no-repeat center center / contain;
    content: "";
}
.contact .contact_us,
.contact .request_demo {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contact .contact_us {
    margin-bottom: 139PX;
}
.contact .contact_us .title,
.contact .request_demo title {
    width: 50%;
}
.contact .contact_us .title h2 {
    font-size: 53px;
    color: var(--mainbrown);
    margin-bottom: 24px;
}
.contact .contact_us .title p {
    font-size: 20px;
    line-height: 1.45;
    color: var(--gray7);
}
.contact .request_demo .title h2 {
    font-size: 41px;
    color: var(--mainbrown);
}
.contact .request_demo .title h2 .m_br {
  display: none;
}
.contact .request_demo .title h2 .for_m {
  display: none;
}
/* .contact .request_demo .title h2 em.em01 {
  color: #C2A28E;
} */
.contact .contact_us .input_box,
.contact .request_demo .input_box {
    width: 502px;
    padding: 36px 44px 44px 44px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 25px 66px rgba(239, 125, 11, 0.2);
}
.contact .contact_us .input_box h3,
.contact .request_demo .input_box h3 {
    position: relative;
    font-size: 30px;
    line-height: 38px;
    padding-left: 47px;
    color: #524A45;
    margin-bottom: 35px;
}
.contact .contact_us .input_box h3::before,
.contact .request_demo .input_box h3::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
}
.contact .contact_us .input_box h3::before {
    background-image: url(../img/icon/contact_ico.svg);
}
.contact .request_demo .input_box h3::before {
    background-image: url(../img/icon/request_ico.svg);
}
.contact .contact_us .input_box ul li,
.contact .request_demo .input_box ul li {
    margin-bottom: 13px;
}
.contact .contact_us .input_box ul li:last-child,
.contact .request_demo .input_box ul li:last-child {
    margin-bottom: 20px;
}
.contact .contact_us .input_box ul li span,
.contact .request_demo .input_box ul li span {
    display: inline-block;
    font-size: 18px;
    color: var(--mainbrown);
    margin-bottom: 10px;
}
.contact .contact_us .input_box ul li span em,
.contact .request_demo .input_box ul li span em {
    font-size: 20px;
    line-height: 24px;
    color: var(--mainorange);
    margin-left: 1px;
}
.contact .contact_us .input_box ul li input,
.contact .request_demo .input_box ul li input {
    font-size: 16px;
    width: 100%;
    height: 51px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid var(--gray4);
    color: #333333;
}
.contact .contact_us .input_box ul li textarea {
    font-size: 16px;
    width: 100%;
    height: 126px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid var(--gray4);
    color: #333333;
    resize: none;
}
.contact .contact_us .input_box ul li textarea::placeholder,
.contact .contact_us .input_box ul li input::placeholder,
.contact .request_demo .input_box ul li input::placeholder {
    color: var(--gray5);
}
.contact .contact_us .input_box button,
.contact .request_demo .input_box button {
    width: 100%;
    height: 59px;
    border-radius: 100px;
    background-color: var(--mainorange);
    color: var(--white);
}
.contact .contact_us .input_box button.disabled:hover,
.contact .request_demo .input_box button.disabled:hover {
    background-color: var(--mainorange);
}
.contact .contact_us .input_box button:hover,
.contact .request_demo .input_box button:hover {
    background-color: var(--hoverorange);
}
.contact .contact_us .m_contact_btn,
.contact .request_demo .m_request_demo_btn {
    display: none;
}
/* contact_modal*/
.contact_modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 200;
}
.contact_modal .contact_modal_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 482px;
    min-height: 226px;
    padding: 36px 40px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08), 0 0 2px rgba(0, 0, 0, 0.12);
    text-align: center;
}
.contact_modal .contact_modal_inner span {
    display: block;
    font-size: 23px;
    color: var(--mainblack);
    margin-bottom: 7px;
}
.contact_modal .contact_modal_inner p {
    font-size: 16px;
    color: rgba(84, 89, 94, 0.6);
    margin-bottom: 17px;
}
.contact_modal .contact_modal_inner .contact_okay_btn {
    width: 100%;
    height: 55px;
    border-radius: 100px;
    background-color: var(--mainorange);
    color: var(--white);
}



@media screen and (max-width: 1500px) {
    /* .visual .main_video {
        height: 100%;
    }
    .visual .main_video::before,
    .visual .main_video::after {
        top: -4px;
    } */
    .physical_therapy .top {
        margin: 0 60px 49px 60px;
    }
    .physical_therapy .swiper {
        padding: 0 60px;
    }
    .phyxup_health ul {
        width: 100%;
        padding: 0 60px;
    }
    .phyxup_health ul li .box_inner {
        position: relative;
        width: 100%;
        padding: 0 60px;
    }
    .solution .inner {
        width: 100%;
        padding: 152px 60px 40px 60px;
    }
    .solution .inner .s_main_top h2 {
        font-size: 50px;
    }
    .solution .inner .s_main_top #frame {
        width: 650px;
        height: 419px;
    }
    .solution .inner .swiper {
        width: 100%;
        padding: 93px 60px;
    }
    .solution .inner .swiper::after {
        width: 100px;
    }
    .solution .inner .swiper::before {
        width: 100px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide {
        width: 308px;
        min-height: 286px;
        line-height: 1.38;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide .title {
        width: 308px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide .s_swiper_photo {
        width: 308px;
        height: 177px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        width: 350px;
        height: 470px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title {
        width: 350px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .s_swiper_photo {
        width: 350px;
        height: 247px;
    }
    .solution .inner .s_swiper-navigation .s_swiper-prev {
        left: 60px;
    }
    .solution .inner .s_swiper-navigation .s_swiper-next {
        right: 60px;
    }
    .strength .wrapper > ul > li .strength_text {
        width: calc(50% - 100px);
    }
    .strength .wrapper > ul > li .strength_text_r {
        left: calc(50% + 100px);
    }
    /* .strength .wrapper ul li .photo_r, 
    .strength .wrapper ul li .strength_text_r {
        margin-left: 0;
    } */
    .strength .wrapper > ul > li:nth-child(1),
    .strength .wrapper > ul > li:nth-child(3) {
        margin-left: 0;
    }
    .strength .wrapper ul li .strength01_inner,
    .strength .wrapper ul li .strength02_inner,
    .strength .wrapper ul li .strength03_inner {
        width: 50%;
    }
    .recommend .inner {
        width: 100%;
        padding: 0 60px;
    }

}
@media screen and (max-width: 1280px) {
    .visual .main_video {
        height: 700px;
    }
    .visual .visial_title {
        top: 200px;
        padding: 0 60px;
    }
    .visual .visial_title h2 {
        font-size: 50px;
        margin-bottom: 23px;
    }
    .physical_therapy .top  .inner h2 {
        font-size: 35px;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide {
        width: 100% !important;
        height: 403px !important;
    }
    .phyxup_health h2 {
        font-size: 50px;
    }
    .phyxup_health ul li .box_inner {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 50px 35px;
    }
    .phyxup_health ul li .box_inner .title {
        width: 100%;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_70 {
        background-position: center bottom;
    }
    /* swiper 해제 */
    .solution .inner .swiper {
        padding: 50px 60px;
    }
    .solution .inner .swiper::after,
    .solution .inner .swiper::before {
        display: none;
    }
    .solution .inner .swiper .swiper-wrapper {
        flex-direction: column;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide {
        width: 100%;
        min-height: auto;
        margin-bottom: 70px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide .title {
        width: 600px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide h3 {
        font-size: 30px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide .s_swiper_photo {
        width: 600px;
        height: 423px;
    }
    .solution .inner .s_swiper-navigation .s_swiper-prev,
    .solution .inner .s_swiper-navigation .s_swiper-next {
        display: none;
    }


    .strength .wrapper > ul > li {
        flex-direction: column;
        /* align-items: center; */
        height: fit-content;
        margin-bottom: 232px;
    }
    .strength .wrapper > ul > li .strength_text {
        width: 100%;
        margin-bottom: 50px;
    }
    .strength .wrapper > ul > li .strength_text_r {
        position: relative;
        left: 0;
        text-align: left;
    }
    .strength .wrapper > ul > li:nth-child(1),
    .strength .wrapper > ul > li:nth-child(3) {
        margin-left: 0;
    }
    .strength .wrapper > ul > li:nth-child(2) {
        position: relative;
        width: 100%;
        padding-bottom: 530px;
    }
    .strength .wrapper > ul > li .strength_text .s_icon_m {
        display: block;
    }
    .strength .wrapper > ul > li .strength_text .s_icon02,
    .strength .wrapper > ul > li .strength_text .s_icon03 {
        display: none;
    }
    .strength .wrapper ul li .strength01_inner,
    .strength .wrapper ul li .strength02_inner,
    .strength .wrapper ul li .strength03_inner {
        width: 100%;
    }
    .strength .wrapper ul li.strength01 .photo_r::before,
    .strength .wrapper ul li.strength02 .photo_l::before,
    .strength .wrapper ul li.strength03 .photo_r::before {
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(100vw - 40px);
        border-radius: 40px;
    }
    .strength .wrapper ul li.strength02 .photo_l::before {
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(100vw - 40px);
    }
    .strength .wrapper ul li.strength02 .photo_l{
        position: absolute;
        left: 50%;
        top: auto;
        transform: translate(-50%, 0);
        bottom: 0;
    }
    .strength .wrapper ul li.strength02 h2 em {
        color: #548F70;
    }
    .strength .wrapper ul li.strength02 .more_btn {
        background-color: #76B393;
    }
    .strength .wrapper ul li.strength02 .more_btn:hover {
        background-color: #76B393;
    }
    .strength .wrapper ul li.strength03 h2 em {
        color: #7B64FD;
    }
    .strength .wrapper ul li.strength03 .more_btn {
        background-color: #7B64FD;
    }
    .strength .wrapper ul li.strength03 .more_btn:hover {
        background-color: #7B64FD;
    }
    .strength .wrapper ul li .photo_r,
    .strength .wrapper ul li .strength_text_r {
    margin-left: 0;
}
    .recommend .inner ul li .q_icon {
        margin-bottom: 30px;
    }
    .recommend .inner ul li .recommend_photo {
        display: none;
    }

    .outcome .wrapper ul {
        flex-direction: column;
    }
    .outcome .wrapper h2 br {
        display: none;
    }
    .outcome .wrapper ul li {
        width: 100%;
        min-height: 200px;
        margin: 0 0 40px 0 ;
    }
    .outcome .wrapper ul li  br {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .visual .main_video {
        height: 600px;
    }
    .visual .visial_title {
        top: auto;
        bottom: 70px;
        padding: 0 20px;
        width: 100%;
    }
    .visual .visial_title .video_play {
        display: block;
    }
    .visual .visial_title h2 {
        font-size: 31px;
        margin-bottom: 10px;
    }
    .visual .visial_title p {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .visual .visial_title .visual_btn {
        font-size: 15px;
        min-width: 162px;
        font-weight: 600;
        padding: 15px 23px 17px 23px;
    }
    .partner_logo .wrapper {
        height: auto;
        overflow: hidden;
        padding-top: 0;
    }
    .partner_logo .wrapper .move_logo {
        width: 4070x;
        animation:move_logo;
        animation-duration: 30s;
        animation-timing-function:linear;
        animation-iteration-count:infinite;
    }
    .partner_logo .wrapper .move_logo .logo_group {
        display: none;
    }
    .partner_logo .wrapper .move_logo .m_logo_group {
        display: block;
        width: 1987px;
        height: 77px;
        margin-right: 45px;
    }
    .physical_therapy {
        padding: 80px 0;
    }
    .physical_therapy .top {
        margin: 0 20px 30px 20px;
    }
    .physical_therapy .top  .inner h2 {
        font-size: 21px;
        width: 100%;
    }
    .physical_therapy .top .inner .swiper-navigation {
        display: none;
    }
    .physical_therapy .swiper {
        padding: 0 20px;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide {
        width: 278px !important;
        height: 391px !important;
        margin-right: 16px;
        border-radius: 30px;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide .swiper_txt {
        position: absolute;
        z-index: 10;
        bottom: 0;
        padding: 0 20px 20px 20px;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide .swiper_txt h3 {
        font-size: 24px;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide .swiper_txt h3 em {
        font-size: 51px;
        margin-right: 0px;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide .swiper_txt h3 em .em01 {
        font-size: 31px;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide .swiper_txt p {
        font-size: 14px;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_50 .swiper_txt p {
        width: 100%;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_70 .swiper_txt p {
        width: 100%;
    }
    .physical_therapy .swiper .swiper-wrapper .swiper-slide.physical_therapy_10 .swiper_txt p {
        width: 100%;
    }

    .phyxup_health {
        padding: 40px 0 80px 0;
    }
    .phyxup_health h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .phyxup_health ul {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
    .phyxup_health ul li {
        min-height: auto;
        padding: 0;
        border-radius: 20px;
    }
    .phyxup_health ul li.happy_practice {
        margin-bottom: 40px;
    }
    .phyxup_health ul li.strong_engagement {
        margin-top: 40px;
    }
    .phyxup_health ul li .box_inner {
        padding: 30px 30px 10px 30px;
    }
    .phyxup_health ul li .box_inner .title h3 {
        font-size: 21px;
        margin-bottom: 12px;
    }
    .phyxup_health ul li .box_inner .title p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .phyxup_health ul li .box_inner .photo {
        width: 300px;
        height: 319px;
    }
    .strength .wrapper ul li.strength01 .photo_r::before,
    .strength .wrapper ul li.strength02 .photo_l::before,
    .strength .wrapper ul li.strength03 .photo_r::before {
        border-radius: 25px;
    }

    .solution {
        min-height: auto;
    }
    .solution .inner {
        position: relative;
        padding: 80px 0 0 0;
    }
    .solution .inner .s_main_top::before {
        width: 351px;
        height: 233px;
        bottom: 50px;
    }
    .solution .inner .s_main_top h2 {
        font-size: 25px;
        margin-bottom: 16px;
    }
    .solution .inner .s_main_top p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .solution .inner .s_main_top #frame {
        width: 306px;
        height: 198px;
        border-radius: 0;
        pointer-events : none;
    }
    .solution .inner .s_main_top #frame:hover {
        transform: scale3d(1, 1, 1);
    }
    .solution .inner .s_main_top #card {
        border-radius: 0;

    }
    .solution .inner .swiper {
        padding: 0;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide {
        width: calc(100% - 100px);
        margin-bottom: 80px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide p {
        font-size: 13px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide .s_swiper_photo {
        width: 251px;
        height: 182px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide .title {
      width: 292px;
  }
    .strength {
        padding: 80px 0 80px 0;
    }
    .strength .wrapper > ul > li {
        margin-bottom: 100px;
    }
    .strength .wrapper > ul > li:nth-child(2) {
        padding-bottom: 313px;
    }
    .strength .wrapper > ul > li .strength_text .s_icon,
    .strength .wrapper > ul > li .strength_text .s_icon_m {
        width: 37px;
        height: 37px;
        margin-bottom: 20px;
    }
    .strength .wrapper ul li .strength_text h2 {
        font-size: 26px;
        margin-bottom: 36px;
    }
    .strength .wrapper ul li .strength_text p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .strength .wrapper ul li .strength_text .more_btn {
        width: 135px;
        font-size: 15px;
        line-height: 48px;
        font-weight: 600;
    }
    .strength .wrapper ul li .strength_text ul {
        margin-bottom: 36px;
    }
    .strength .wrapper ul li .strength_text ul li {
        font-size: 16px;
        padding-left: 24px;
        margin-bottom: 4px;
    }
    .strength .wrapper ul li .strength_text ul li::before {
        width: 10px;
        height: 7.3px;
    }
    .strength .wrapper ul li:nth-child(1) .strength_text ul li::before {
        background: url(../img/icon/check_lco_orange.svg) no-repeat center center / contain;
    }
    .strength .wrapper ul li:nth-child(2) .strength_text ul li::before {
        background: url(../img/icon/check_lco_green.svg) no-repeat center center / contain;
    }
    .strength .wrapper ul li:nth-child(3) .strength_text ul li::before {
        background: url(../img/icon/check_lco_purlpe.svg) no-repeat center center / contain;
    }
    .strength .wrapper ul li.strength01 .photo_r {
        width: 548px;
        height: 274px;
    }
    .strength .wrapper ul li.strength02 .photo_l,
    .strength .wrapper ul li.strength03 .photo_r {
        width: 316px;
        height: 316px;
    }

    .banner {
        height: 382px;
    }
    .banner::before {
        position: absolute;
        left: -10%;
        top: -50px;
        width: 600px;
        height: 455px;
        background: url(../img/index/banner_bg.png) no-repeat center center / contain;
        content: "";
        animation-name:animate_banner_bg;
        animation-duration: 3s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }
    @keyframes animate_banner_bg{
        0% {transform:translate(0, 0);}
        50% {transform:translate(-5px, -25px);}
        100% {transform:translate(0, 0);}
    }
    .banner .inner h2 {
        font-size: 23px;
        margin-bottom: 24px;
    }
    .banner .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .banner .inner .banner_input_box {
        display: none;
    }
    .banner .inner .m_banner_input_btn {
        display: block;
    }
    .banner .inner .m_banner_input_btn {
        position: relative;
        border-radius: 100px;
        width: 172px;
        font-weight: 600;
        line-height: 48px;
        color: var(--mainorange);
        background-color: var(--white);
    }
    .banner .inner .m_banner_input_btn::before {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: -1;
        transform: translate(-50%, -50%);
        width: 180px;
        height: 56px;
        border-radius: 100px;
        background-color: rgba(255, 253, 250, 0.4);
        content: "";
    }
    /* .banner .inner .banner_input_box .banner_input_btn:hover {
        background-color: var(--hoverorange);
    } */

    .recommend {
        padding: 80px 0 80px 0;
    }
    .recommend .inner {
        padding: 0 20px;
    }
    .recommend .inner .profiles {
        width: 92px;
        height: 37px;
        margin-bottom: 20px;
    }
    .recommend .inner h2 {
        font-size: 28px;
        margin-bottom: 36px;
    }
    .recommend .inner ul li {
        padding: 30px 0;
    }
    .recommend .inner ul li .q_icon {
        width: 61px;
        height: 44px;
        margin-bottom: 40px;
    }
    .recommend .inner ul li .detail .profile .profile_img {
        width: 46px;
        height: 46px;
        margin-right: 14px;
    }
    .recommend .inner ul li .detail .profile  .profile_info span {
        font-size: 18px;
    }
    .recommend .inner ul li .detail .profile  .profile_info strong {
        font-size: 14px;
    }
    .recommend .inner ul li .detail p {
        font-size: 15px;
    }
    .outcome {
        min-height: 1080px;
    }
    .outcome  .wrapper h2 {
        padding-top: 80px;
        font-size: 24px;
        margin-bottom: 40px;
    }
    .outcome  .wrapper ul {
        padding-bottom: 80px;
    }
    .outcome  .wrapper ul li {
        min-height: 197px;
        border-radius: 20px;
        padding: 36px 36px 32px 36px;
        box-shadow: 5px 3px 20px rgba(131, 81, 53, 0.12);
       margin-bottom: 16px;
    }
    .outcome  .wrapper ul li span {
        font-size: 54px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .outcome  .wrapper ul li span em {
        display: inline-block;
        font-style: italic;
        color: #FFE2BF;
        line-height: 40px;
        margin-left: 8px;
    }
    .outcome  .wrapper ul li.satisfaction span .em01 {
        font-size: 23px;
        margin-right: 1px;
    }
    .outcome  .wrapper ul li.satisfaction span .em02 {
        font-size: 30px;
        margin-left: 2px;
    }
    .outcome  .wrapper ul li.days span em {
        font-size: 32px;
    }
    .outcome  .wrapper ul li.hep span em {
        font-size: 38px;
    }
    .outcome  .wrapper ul li.insurance span em {
        font-size: 41px;
        margin: 0 8px 0 0;
    }
    .outcome  .wrapper ul li p {
        font-size: 15px;
        line-height: 1.53;
    }
    .outcome  .wrapper ul li p br.br_pc {
        display: none;
    }
    .outcome  .wrapper ul li p br.br_m {
        display: block;
    }

    .contact {
        padding: 80px 0 80px;
    }
    .contact::after {
        right: -50%;
        top: 0;
        width: 467px;
        height: 262px;
        transform: rotate(-10deg);
    }
    .contact::before {
        left: -50%;
        bottom: 50px;
        width: 300px;
        height: 197px;
        transform: rotate(-42deg);
    }
    .contact .contact_us {
        margin-bottom: 30PX;
    }
    .contact .contact_us,
    .contact .request_demo {
        display: block;
        padding: 40px 0;
        border-radius: 25px;
        border: 1px solid rgba(255,130,4, 0.05);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        background: linear-gradient( 145deg , rgba(255, 130, 4, 0.08) 0 , rgba(255, 130, 4, 0.13) 27% , rgba(255, 130, 4, 0.2) 100% );
    }
    .contact .request_demo {
        text-align: center;
    }
    .contact .contact_us .title,
    .contact .request_demo .title {
        width: 100%;
        text-align: center;
    }
    .contact .contact_us .title h2,
    .contact .request_demo .title h2  {
        font-size: 25px;
        color: #433C37;
        margin-bottom: 16px;
    }
    .contact .contact_us .title h2 em,
    .contact .request_demo .title h2 em {
        font-size: 16px;
        color: #C2A28E;
    }
    .contact .request_demo .title h2 .pc_br {
        display: none;
    }
    .contact .request_demo .title h2 .m_br {
        display: block;
    }
    .contact .request_demo .title h2 .for_m {
        display: inline-block;
    }
    .contact .request_demo .title h2 .for_pc {
        display: none;
    }
    .contact .request_demo .title h2 em.em01 {
      color: #C2A28E;
    }
    .contact .contact_us .title p {
        font-size: 14px;
        line-height: 1.45;
        color: #9D9590;
    }
    .contact .contact_us .input_box,
    .contact .request_demo .input_box {
        display: none;
    }
    .contact .contact_us .m_contact_btn,
    .contact .request_demo .m_request_demo_btn {
        display: inline-block;
        font-size: 15px;
        min-width: 178px;
        line-height: 48px;
        color: var(--white);
        background-color: var(--mainorange);
        border-radius: 100px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .phyxup_health ul li .box_inner .photo {
        width: 228px;
        height: 243px;
    }
    .solution .inner .swiper .swiper-wrapper .swiper-slide {
        width: 300px;
    }
}
