/* sub tab */
.sub_tab_wrap {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  height: 516px;
}
.sub_tab_overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.sub_tab_overlay {
  position: absolute;
  inset: 0;
  /* background: url('../img/sub_1-topbg.png') no-repeat center center / cover; */
  z-index: -1;
  animation: blurIn 1.5s ease-out forwards;
}
.sub_tab_overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* .sub_tab_overlay.second {
background: url('../img/sub_2-topbg.png') no-repeat center center / cover;
z-index: -1;
} */
/* .sub_tab_overlay.third {
background: url('../img/sub_3-topbg.png') no-repeat center center / cover;
z-index: -1;
}
.sub_tab_overlay.forth {
background: url('../img/sub_4-topbg.png') no-repeat center center / cover;
z-index: -1;
} */
.sub_tab_overlay,
.sub_tab_overlay::before {
  pointer-events: none;
}

@keyframes blurIn {
  0% {
    transform: scale(1.1);
    filter: blur(8px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
  }
}

.sub-tab-ul-wrap{
  display: flex;
}
.sub-tab-home{
  max-width: 80px;
  width: 100%;
  /* padding: 0px 30px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_tab_wrap .wid-30{
  width: 30%;
}
.sub_tab_wrap h2{
  position: relative;
  display: flex; 
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 39px;
}
.sub_tab_wrap > *:not(.sub_tab_overlay) {
  position: relative;
  z-index: 2;
}
.sub_tab_wrap h2 em{
  color: var(--color-dark-navy);
  font-weight: 500;
}

.sub_tab_wrap h2 i{
  content: '';
  font-family: "Pretendard Variable";
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.sub_tab{
  background:var(--color-dark-navy);
}
.sub-tab-home{
  background: var(--color-main-orange);
}
.sub_tab{
  width: 100%;
  margin: 0 auto;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.sub_tab_content{
  width: 100%;
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub_tab li {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 21;
}
.sub_tab li:first-child a{
  display: flex;
  gap: 30px;
}
.hover-none{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  cursor: default;
}
.hover-none.gap10{
  gap: 10px;
}
.sub_tab li a span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.sub_tab li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.sub_tab li a span {
  position: relative;
  display: inline-block;
}

/* 기본: on만 밑줄 */
.sub_tab li a.on span::after {
  transform: translateX(-50%) scaleX(1);
}

/* hover한 메뉴 밑줄 */
.sub_tab li:hover a span::after {
  transform: translateX(-50%) scaleX(1);
}


/* 다른 li hover 시 on 밑줄 제거 */
.sub_tab:hover a.on span::after {
  transform: translateX(-50%) scaleX(0);
}

/* on 자신 hover 시 다시 유지 */
.sub_tab li a.on:hover span::after {
  transform: translateX(-50%) scaleX(1);
}

.sub_tab {
  --active-index: 0;
}
/******************************/
/* sub-menu1 */
.sub-menu1{
  background: url(../img/sub-menu1-bg.png) no-repeat center/cover;
}
.sub-menu1-content-inner{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.sub-menu1-content-wrap{
  position: relative;
  display: flex;
  background: #F2F2F2;
}
.bg-mask {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-mask::after{
  content: '';
  position: absolute;
  right: -15%;
  bottom: -30%;
  width: 586px;
  height: 586px;
  background: url(../img/sub-menu1-bg-round.png)no-repeat center;
  transform-origin: center center;
  animation: spin 80s linear infinite;
}

.sub-menu1-content-wrap .left{
  padding-top: 80px;
}
.sub-menu1-content-wrap .left h3{
  font-size: 28px;
}
.sub-menu1-content-wrap .left .article{
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--color-dark-bk03);
}
/* .sub-menu1-content-wrap .right{
position: absolute;
top: -80px;
right: 0px;
} */
.sub-menu1-content-wrap .left h4{
  font-size: 22px;
  font-weight: 600;
}
.sub-menu1-content-wrap .left h4 i{
  font-family: 'YeongyanggunEumsikdimibang';
  font-size: 35px;
  font-weight: 400;
}
.sub-menu1-content-wrap .right{
  position: relative;
  z-index: 2;
  top: -80px;
}

/* sub-menu1-2 */
.sub-menu1-2{
  position: relative;
}
.sub-menu1-2-wrap{
  display: flex;
  gap: 105px;
}
.right-content{
  position: relative;
}
.right-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: #F2F2F2;
  border: 1px solid red;
}
.right-content h3{
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  background: #FFF;
  width: fit-content;
  padding: 2px 13px;
  color: #FF6A00;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: 
  background 0.4s ease,
  border-color 0.4s ease;
  cursor: pointer;
  backdrop-filter: blur(3px);
}

.right-content h3::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 200px;
  padding: 1px;
  background: linear-gradient(
  90deg,
  #FF6A00,
  #fc832c,
  #faa568,
  #fbcba9,
  #fae5d5,
  #FF6A00
  );
  background-size: 300% 100%;
  animation: gradientMove 5s linear infinite;
  -webkit-mask:
  linear-gradient(#fff 0 0) content-box,
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.right-content h3 img{
  width: 21px;
  height: 20px;
  object-fit: contain;
}
.right-content h4{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 600;
}
.right-content .name-line{
  width: 3px;
  height: 26px;
  background: var(--color-dark-bk03, #282828);
}
.right-content .doc-ul{
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.right-content .doc-ul .title{
  font-size: 20px;
  font-weight: 600;
  color: var(--color-dark-bk03);
}
.sub-menu1-2-greybg{
  position: absolute;
  top: 25.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #F2F2F2;
  width: 98%;
  height: 450px;
}
.sub-menu1-2-wrap .left{
  flex: 0.87;
}
.sub-menu1-2{
  background: url(../img/sub-menu1_2-bg.png) no-repeat center bottom /cover;
  position: relative;
  z-index: -2;
}

/* 보유 장비 */
.equ{
  position: relative;
}
.equ-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 25px;
}
.equ-line{
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  height: 8px;
  background: var(--color-main-orange);
}
.equ .text{
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 10px;
}
.equ .text h3{
  font-size: 25px;
  font-weight: 700;
  color: rgba(40, 40, 40, 0.80);
}
.equ .text p{
  font-size: 20px;
  font-weight: 600;
  color: rgba(76, 76, 76, 0.50);
}

/* sub menu2 depth */

.intro_4_1 .con_area {
  display: flex;
  gap: 25px;
}
.intro_4_1 .thumb_swiper {
  width: 275px;
  aspect-ratio: 275 / 150;
  overflow: hidden;
}

.intro_4_1 .thumb_swiper .swiper-slide {
  cursor: pointer;
  height: calc(100% / 4 - 14px);
  border-radius: 18px;
  overflow: hidden;
}

.intro_4_1 .thumb_swiper .swiper-slide {
  position: relative;
}

.intro_4_1 .thumb_swiper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.intro_4_1 .thumb_swiper .swiper-slide-active:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid var(--gold);
}

.intro_4_1 .main_swiper {
  width: calc(100% - 300px);
  aspect-ratio: 1200 / 650;
  border-radius: 20px;
  overflow: hidden;
}

.intro_4_1 .main_swiper .swiper-slide {
  overflow: hidden;
}

.intro_4_1 .main_swiper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.intro_4_1 .main_swiper {
  position: relative;
}

.intro_4_1 .main_swiper .swiper-navigation {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.intro_4_1 .main_swiper .swiper-navigation-prev {
  width: 50px;
  height: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  position: absolute;
  z-index: 11;
  background: url(/img/ico_arrow_prev.png) center center/100% 100% no-repeat;
}

.intro_4_1 .main_swiper .bar {
  margin: 0 13px;
}

.intro_4_1 .main_swiper .swiper-navigation-next {
  width: 50px;
  height: 100px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  position: absolute;
  z-index: 11;
  background: url(/img/ico_arrow_next.png) center center/100% 100% no-repeat;
}

.intro_4_1 .main_swiper .swiper-slide {
  will-change: opacity, transform;
}

@media screen and (max-width: 1024px) {
  .intro_4_1 .thumb_swiper {
    width: 190px;
  }
  .intro_4_1 .main_swiper {
    width: calc(100% - 215px);
  }
}
@media screen and (max-width: 768px) {
  
  .intro_4_1 .con_area {
    gap: 10px;
    flex-direction: column-reverse;
  }
  
  .intro_4_1 .main_swiper {
    width: 100%;
    height: 54vw;
  }
  
  .intro_4_1 .thumb_swiper {
    height: unset;
    width: 100%;
    height: 100%;
  }
  .intro_4_1 .con_area {
    flex-direction: column;
  }
  
  .intro_4_1 .thumb_swiper .swiper-slide {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 15%;
    border-radius: 8px;
  }
  .intro_4_1 .thumb_swiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .intro_4_1 .main_swiper .swiper-navigation {
    position: static;
    background: transparent;
    padding-left: 0;
  }
  
  .intro_4_1 .main_swiper .swiper-pagination {
    display: none;
  }
  
  
  .intro_4_1 .main_swiper .swiper-navigation-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    width: 20px;
    height: 40px;
    transform: translateY(-50%);
  }
  
  .intro_4_1 .main_swiper .swiper-navigation-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    opacity: 0.7;
    width: 20px;
    height: 40px;
    transform: translateY(-50%);
  }
}

.sub-menu2-desc{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sub-menu2-1 figcaption,
.menu5 figcaption{
  display: flex;
  gap: 20px;
  background: var(--SuperLight-defalt-grey, #F8F8F8);
  align-items: center;
  transition: 
  background 0.4s ease,
  border-color 0.4s ease;
  backdrop-filter: blur(3px);
}
.sub-menu2-1 figcaption::before,
.menu5 figcaption::before{
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(
  90deg,
  #FF6A00,
  #fc832c,
  #faa568,
  #fbcba9,
  #fae5d5,
  #FF6A00
  );
  background-size: 300% 100%;
  animation: gradientMove 15s linear infinite;
  -webkit-mask:
  linear-gradient(#fff 0 0) content-box,
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.sub-menu2-1 .num,
.menu5 .num{
  background: var(--color-main-orange);
  border-radius: 15px;
  color: #fff;
  padding: 29px 23px;
}
.sub-menu2-1 .symptom-list{
  display: flex;
}
.symptom-swiper {
  overflow: visible !important;
}

.symptom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.symptom-list li {
  text-align: center;
}

.symptom-list figure {
  margin: 0;
}

.symptom-list img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sub-menu2-1-bottom{
  background: url(../img/sub_2-1-bottombg.png) no-repeat center/cover;
}
.sub-menu2-2-bottom{
  background: url(../img/sub_2-2-bottombg.png) no-repeat center/cover;
}
.sub-menu2-3-bottom{
  background: url(../img/sub_2-3-bottombg.png) no-repeat center/cover;
}
.sub-menu2-4-bottom{
  background: url(../img/sub_2-4-bottombg.png) no-repeat center/cover;
}
.sub-menu2-5-bottom{
  background: url(../img/sub_2-5-bottombg.png) no-repeat center/cover;
}
.sub-menu2-1 .contents-img{
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  
}

.sub-menu2-1 .contents-img .contents img{
  width: 100%;
}
.sub-menu2-1 .contents-img .contents{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
}
.sub-menu2-1 .contents-img .contents span{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-dark-bk03);
  line-height: 1.3;
}
.sub-menu2-1 .contents-img .contents span img{
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.sub-menu2-1-bottom,
.sub-menu2-2-bottom,
.sub-menu2-3-bottom,
.sub-menu2-4-bottom,
.sub-menu2-5-bottom{
  position: relative;
}
.sub-menu2-1-bottom::after,
.sub-menu2-2-bottom::after,
.sub-menu2-3-bottom::after,.sub-menu2-4-bottom::after,
.sub-menu2-5-bottom::after{
  content: "THE BASE ORTHOPEDIC CLINIC THE BASE ORTHOPEDIC CLINIC THE BASE ORTHOPEDIC CLINIC THE BASE ORTHOPEDIC CLINIC THE BASE ORTHOPEDIC CLINIC";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  white-space: nowrap;
  font-family: "Pretendard Variable";
  font-size: 160px;
  font-weight: 800;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.60);
  animation: marquee 150s linear infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes marquee {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.sub-menu3-1{
  width: 100%;
}
.sub-menu3-1-top{
  position: relative;
  width: 100%;
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.sub-menu3-1-top.menu5{
  padding: 160px 0;
}

.sub-menu3-1-top figure{
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
}

.sub-menu3-1-top img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-menu3-1-top .desc{
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.sub-menu3-1 .center-content{
  display: flex;
  justify-content: center;
  gap: 25px;
}
.sub-menu3-1 .center-content .con{
  border-radius: 15px;
  background: #F4F5F6;
}
.sub-menu3-1 .center-content .con .desc{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 15px;
}
.sub-menu3-1 .center-content .con .num{
  color: var(--color-main-orange);
}
.sub-menu3-1 .center-content .con p{
  line-height: 1.3;
}
.sub-menu3-1 .bottom-content{
  position: relative;
  background: #F4F5F6;
}
.sub-menu3-1 .bottom-content::after{
  content: "THE BASE ORTHOPEDIC CLINIC THE BASE ORTHOPEDIC CLINIC THE BASE ORTHOPEDIC CLINIC THE BASE ORTHOPEDIC CLINIC THE BASE ORTHOPEDIC CLINIC";
  position: absolute;
  top: 5%;
  left: 0;
  white-space: nowrap;
  font-family: "Pretendard Variable";
  font-size: 160px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-20%);
  color: rgba(255, 255, 255, 0.60);
  animation: marquee 120s linear infinite;
  z-index: 0;
  pointer-events: none;
}

.sub-menu3-1 .bg-img {
  width: 100%;
  background:
  url(../img/sub-menu3-bgimg01.png) no-repeat center / cover;
  padding: 230px 110px 60px;
}
.sub-menu3-1 .bg-img02 {
  width: 100%;
  background:
  url(../img/sub-menu3-bgimg02.png) no-repeat center / cover;
  padding: 230px 110px 60px;
}

.sub-menu3-1 .bg-img03 {
  width: 100%;
  background:
  url(../img/sub-menu3-bgimg03.png) no-repeat center / cover;
  padding: 230px 110px 60px;
}
.sub-menu3-1 .bg-img04 {
  width: 100%;
  background:
  url(../img/sub-menu3-bgimg04.png) no-repeat center / cover;
  padding: 230px 110px 60px;
}
.sub-menu3-1 .bg-img05 {
  width: 100%;
  background:
  url(../img/sub-menu3-bgimg05.png) no-repeat center / cover;
  padding: 230px 110px 60px;
}
.sub-menu3-1 .contents-img{
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.sub-menu3-1 .contents img{
  border-radius: 15px;
}
.sub-menu3-1 .desc-box{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  color: var(--color-dark-bk03);
}
.font-fix01  b{
  font-weight: 500;
}
.con .font-sub-title-desc01 b{
  font-weight: 600;
}
.sub-menu4-1-top img{
  width: 100%;
}
.sub-menu4-1-top .menu4{
  text-align: center;
}
.sub-menu4-1-top .menu4 b{
  font-weight: 600;
}
.sub-menu4-center.center01{
  background: url(../img/sub-menu4-1-center.png) no-repeat center/cover;
}

.sub-menu4-center.center02{
  background: url(../img/sub-menu4-2-center.png) no-repeat center/cover;
}

.sub-menu4-center.center03{
  background: url(../img/sub-menu4-3-center.png) no-repeat center/cover;
}
.sub-menu4-center.center04{
  background: url(../img/sub-menu4-4-center.png) no-repeat center/cover;
}
.sub-menu4-center.center05{
  background: url(../img/sub-menu4-5-center.png) no-repeat center/cover;
}

.sub-menu4-center .content{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.sub-menu4-center .content h4{
  color: var(--color-main-orange);
  font-weight: 700;
}

.sub-menu4-center .content .fade-left{
  position: relative;
  z-index: 2;
}
.sub-menu4-center .content .txt{
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 15px;
  background: #FFF;
  width: 50%;
  padding: 95px 0px 95px;
  padding-left: 140px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sub-menu4-center .content .description{
  display: flex;
  gap: 10px;
  align-items: center;
}

.sub-menu4-center .content .description.f-start{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.sub-menu4-center .content.reverse{
  flex-direction: row-reverse;
}
.sub-menu4-center .content.reverse .txt{
  right: auto;
  left: 0;
  padding: 60px 0px 60px 40px;
}


.sub-menu3-1 figcaption{
  display: flex;
  gap: 20px;
  background: var(--SuperLight-defalt-grey, #F8F8F8);
  align-items: center;
  transition: 
  background 0.4s ease,
  border-color 0.4s ease;
  backdrop-filter: blur(3px);
}
.sub-menu3-1 figcaption span:first-child{
  padding: 29px 23px;
  background: var(--color-main-orange);
 border-radius: 15px;
 color: #fff;
}
.sub-menu3-1 figcaption::before{
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(
  90deg,
  #FF6A00,
  #fc832c,
  #faa568,
  #fbcba9,
  #fae5d5,
  #FF6A00
  );
  background-size: 300% 100%;
  animation: gradientMove 15s linear infinite;
  -webkit-mask:
  linear-gradient(#fff 0 0) content-box,
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
/* .sub-menu3-1 .num{
  background: var(--color-main-orange);
  border-radius: 15px;
  color: #fff;
  padding: 29px 23px;
} */
.sub-menu4.bottom-con ul{
  display: flex;
  gap: 25px;
}
.sub-menu4.bottom-con ul li strong{
  font-weight: 500;
}
.menu5-01{
  background: url(../img/sub-menu5-1-center01.png) no-repeat center /cover;
}
.menu5-02{
  background: url(../img/sub-menu5-2-center01.png) no-repeat center /cover;
}
.menu5-03{
  background: url(../img/sub-menu5-3-center01.png) no-repeat center /cover;
}
.menu5-04{
  background: url(../img/sub-menu5-4-center01.png) no-repeat center /cover;
}
.menu5-05{
  background: url(../img/sub-menu5-5-center01.png) no-repeat center /cover;
}
.sub-menu3-1 .center-content .con.wh{
  background: #fff;
}
.theraphy-img{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  position: relative;
}
.theraphy-img span{
  background: #1E3046;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 28px 0px;
}
.sub-menu6-1{
  background: url(../img/sub-menu6-1.png) no-repeat center/cover;
}
.m-br,
.m-br40-block{
  display: none;
}
.view-none,
.m-br40-none{
  display: block;
}
.view-none-sub{
  display: none;
}
.con img{
  height: 426px;
  border-radius: 15px 15px 0px 0px;
}
.sub-menu1-2 .doc-name{
  display: flex;
  gap: 10px;
  align-items: center;
}
.content.reverse img{
  position: relative;
  z-index: 3;
}