@charset "UTF-8";
b{
    font-weight: 700;
}
.contents_wrap{
    padding-top: 80px;
}
.mb_br{
    display: none;
}
.pc_br{
    display: block;
}

/* 메인영상 */
.main_video {
    position: relative;
    width: 100%;
    /* height: 0; */
    /* padding-bottom: 56.25%; */
    overflow: hidden;
    height: calc(100vh - 80px);
}

.main_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 찾아오는 이유 */
.reason .con_video {
    width: 100%;
    height: 520px; 
    overflow: hidden;
    padding-top: 80px;
}
.reason .con_video video {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.reason .con_video .delete{
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

/* 면역치료 */
.wide-bg{
    width: 100%;
    background-color: var(--main-color);
    padding-left: 20px;
    padding-right: 20px;
}
.therapy_sd{}
.therapy_sd .title_main{
    color: #fff;
    padding-bottom: 80px;
}
.therapy_sd .en_tit{
    color: #ACB9AB;
    padding-bottom: 0;
}
.therapy_sd .ko_tit{
    padding: 60px 0;
}
.therapy__content__swiper{
    position: relative;
}
.therapy_slide .swiper-slide{
    max-width: 960px;
    max-height: 560px;
}
.therapy_slide .swiper-slide .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.therapy_slide .swiper-slide .imgbox img{
    width: auto;
    height: auto;
    max-height: 100%;
    border-radius: 10px;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    display: none;
}
.mb_sw_btn{display: none;}
.slide_btn_wrap{
    width: 100%;
    height: 50px;
    /* margin: 0 auto; */
    position: absolute;
    bottom: 0;
}
.slide_btn_wrap .pc_next_btn,
.slide_btn_wrap .pc_prev_btn{
    width: auto;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 22px;
    margin-top: -7px;
}
.slide_btn_wrap .sw_btn.pc_next_btn{
    right: 50%;
    margin-right: -528px;
}
.sw_btn.pc_next_btn img,
.sw_btn.mb_next_btn img{
    transform: scaleX(-1);
}
.slide_btn_wrap .sw_btn.pc_prev_btn{
    flex-direction: row-reverse;
    left: 50%;
    margin-left: -567px;
}
.sw_btn.mb_btn{
    width: 50px;
    display: none;
}
.sw_btn.mb_btn img{
    width: 100%;
}

/* 이해할 수 있는 이유 */
section.content{
    padding: 0;
}
.adjust{
    display: flex;
    align-items: center;
    gap: 80px;
    height: 1118px;
    padding: 0;
    background-color: #F5F3ED;
}
.adjust .adjust_image {
    /* width: 1050px; */
    width: 55%;
    height: 100%;
}
.adjust .adjust_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.adjust .adjust_content{
    /* padding: 150px 0 150px 80px; */
}
.adjust .adjust_content .title-main {
    text-align: left;
}
.adjust .adjust_content .title-main>p{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.51px;
}
.adjust .adjust_content .title-main .txtbox{
    width: 420px;
    word-break: keep-all;
}
.adjust .adjust_content .title-main .txtbox p{
    padding-bottom: 20px;
    line-height: 1.75;
}
.adjust .adjust_content .title-main .txtbox p span{
    display: block;
}
.adjust .adjust_content .title-main .txtbox p b{
    font-weight: 700;
    word-break: keep-all;
}

/* 차별점 */
.differences{}
.differences .en_tit{
    padding-bottom: 40px;
}
.differences .sub_title{
    font-weight: 700;
}
.differences .differences_list{
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    gap: 40px;
}
.differences .differences_list .item{
    text-align: center;
}
.differences .differences_list .item .num{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--main-color);
    font-weight: 700;
    margin: 0 auto;
}
.differences .differences_list .item .txtbox{}
.differences .differences_list .item .txtbox .list_tit{
    color: var(--main-color);
    font-weight: 600;
    font-size: 22px;
    display: block;
    padding: 30px 0 40px;
}
.differences .differences_list .item .txtbox p{
    line-height: 1.75;
    word-break: keep-all;
}
.differences .differences_list .item .txtbox p:nth-of-type(1){
    padding-bottom: 13px;
}

/* 장점 */
.line_panel{
    text-align: center;
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.line_panel .ko_tit{
    padding: 0;
    padding-bottom: 30px;
    font-size: 40px;
}
.line_panel .sub_title{
    position: relative;
    z-index: 1;
}
.line_panel .bgimg{
    width: 100%;
    height: 100%;
}
.line_panel .imgbox{
    position: absolute;
    opacity: 0.5;
}
.line_panel .imgbox.left{
    bottom: -50px;
    left: 50px;;
}
.line_panel .imgbox.right{
    transform: scaleY(-1);
    top: -65px;
    right: 50px;
}

.merit_list {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.merit_list .list_item {
    display: flex;
    justify-content: space-between;
    gap: 200px;
}

.merit_list .list_item:nth-child(even) {
    flex-direction: row-reverse;
}
.merit_list .list_item:nth-child(even) .content{
    align-items: flex-start;
}
.merit_list .list_item .imgbox {
    flex: 1;
    max-width: 50%; /* 이미지는 화면의 절반 크기 */
}

.merit_list .list_item .imgbox img {
    width: 100%;
    height: auto;
    border-radius: 10px; 
}

/* 텍스트 컨텐츠 */
.merit_list .list_item .content {
    flex: 1;
    max-width: 50%; /* 텍스트는 화면의 절반 크기 */
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}
.merit_list .list_item .content .txtbox{
    width: 500px;
    /* word-break: keep-all; */
    /* padding-left: 20px; */
}
.merit_list .list_item:nth-child(even) .content .txtbox{
    padding-left: 0;
    /* padding-right: 20px; */
}
.merit_list .list_item .content .num {
    font-family: "Maruburi";
    color: #D0DCE7;
    font-weight: 600;
    font-size: 45px;
    line-height: 1.3;
}

.merit_list .list_item .content .ko_tit {
    padding: 20px 0 60px;
}

.merit_list .list_item .content .txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.3px;
    padding-bottom: 20px;
}


/* 둘러보기 */
.around{
    background-color: #F6F6F6;
}
.around .title_main .sub_title{
    font-weight: 700;
    padding-bottom: 80px;
}
.around .view{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    padding: 30px;
    box-sizing: border-box;
    display: none;
    z-index: 1;
}
.around .view figure{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
}
.around .view figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
 .around .view figure{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.around .view figure img{
    width: auto;
    height: auto;
    object-fit: contain;
    scale: 1.5;
}

.around .close{
    position: absolute;
    top: 100px;
    right: 20px;
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-size: 30px;
    border: 0;
}
.around .contents_inner .grid_container{
    display: flex;
    gap: 10px;
}
.around .contents_inner .grid_container .con{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    width: 50%;
}
.around .contents_inner .grid_container .con .item{
    box-sizing: border-box;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
}
.around .contents_inner .grid_container .con .item.center{
    grid-column: 1/3;
    height: 400px;
}
.around .contents_inner .grid_container .con .item .pic{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}
.around .contents_inner .grid_container .con .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}
.around .contents_inner .grid_container .con .item .pic:hover img{
    transform: scale(1.2);
}


/* 지도 */
.route{}
.route .contents_inner{}
.route .contents_inner .en_tit{}

.route .route-map .route-map__api{
    /* height: 400px; */
    background-color: #eee;
    margin: 40px 0 80px;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.route .route-map .route-map__api #map{
    width: 100%;
    height: 400px;
}
.route .contents_inner .route-map{
    margin: 50px 0;
}

.route-map-grid {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .route-map-grid__item {
      display: flex;
      line-height: 1.73;
      /* padding: 0 8px; */
      flex-basis: 50%;
      max-width: 50%;
    }
   .route-map-grid__item.time {
    flex-basis: 100%;
    max-width: 100%;
   }
.route-map-grid__item__title {
    width: 140px;
    font-weight: 600;
    text-align: left;
}
.route-map-grid__item__title, .route-map-grid__item__data {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    word-break: keep-all;
}
.route-map-grid__item__data.info{}
.route-map-grid__item__data.info p{}
.route-map-grid__item__data.info span{}
.route-map-grid__item__data.info span::before{
    content: '/';
    padding: 0 10px;
    font-weight: normal;
}
.route-map-grid__item__data.info .sun{
    font-weight: 600;
}
.route-map-grid__item__data.info .mon{
    letter-spacing: 0.01em;
}
.route-map-grid__item__data.info .reservation{
    display: block;
    font-weight: 600;
}
.route-map-grid__item__data.info .mon::before,
.route-map-grid__item__data.info .reservation::before{
    content: '';
    display: none;
}

/* 병원소개 - 원장소개*/
.image-title.bg-1{
    background-image: url(../images/introduction_bg.png);
}
.content-info__content.intro{
    display: flex;
    flex-direction: column;
    gap: 150px;
    /* padding-top: 150px; */
    padding: 150px 0;
}
.content-info__content__item_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-info__content__item_row.reverse{
    flex-direction: row-reverse;
}
.content-info__content__item_row .half,
.content__item .half{
    width: calc(50% - 10px);
}
.content-info__content__item_row .content-text{
    width: 42%;
}
/* .content-info__content__item_row .image {
    flex: 1;
}
.content-info__content__item_row .image img {
    max-width: 100%;
    height: auto;
    display: block;
} */
.content-text .sub-tit{
    color: var(--main-color);
    margin-bottom: 40px;
    /* font-family: "Maruburi";
    font-weight: 600; */
    font-family: "MaruBuriSemiBold";
    font-size: 38px;
    line-height: 1.63;
    word-break: keep-all;
}
.content-text .text{}
.content-text .text p,
.chemotherapy-tit p{
    margin-bottom: 20px;
    word-break: keep-all;
}
.chemotherapy-tit p:last-child,
.content-text .text p:last-child{
    margin-bottom: 0;
}
.cancertreatment{
    text-align: center;
    padding: 150px 0;
}
.cancertreatment .ko_tit.wh_ko{
    padding: 50px 0 40px;
}
.cancertreatment .content-text{
    color: #fff;
}
.cancertreatment .image-box{
    width: 80%;
    border-radius: 20px;
    overflow: hidden;
    margin: 70px auto 0;
}
.cancertreatment .line-border{
    /* width: 0.8px;
    height: 30px;
    background-color: #fff;
    margin: 0 auto; */
    max-width: 800px;
    margin: 0 auto;
}
.cancertreatment .menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    /* margin-top: 40px; */
}
.cancertreatment .menu-item {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.727;
    background-color: #fff;
    border-radius: 20px;
    color: var(--main-color);
    position: relative;
    text-align: center;
    padding: 20px 0;
    flex: 1;
}
/*
.cancertreatment .menu-item .line {
    position: absolute;
    left: 50%;
    width: 0.8px;
    height: 40px;
    background-color: #fff;
    transform: translateX(-50%);
    top: 0;
    transform: translate(-50%, -100%);
}
.cancertreatment .menu-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    height: 0.8px;
    background-color: #fff;
    transform: translate(-50%, -16px)지우기기;
    transform: translateX(-50%);
    width: 80%;
    left: 50%;
    width: 100%;
    max-width: 815px;
}
*/
.introduction .non-benefit{
    text-align: center;
    padding: 185px 0 35px;
}
.introduction .non-benefit .ko_tit{
    color: var(--main-color);
}
.introduction .non-benefit p{
    color: #808284;
}
.introduction .non-benefit div a{
    display: block;
    color: #fff;
    padding: 30px 0;
    font-size: 22px;
    line-height: 1.727;
    background-color: var(--main-color);
    border-radius: 20px;
    width: 100%;
    max-width: 700px;
    margin: 60px auto 0;
    transition: all 0.5s;
    box-sizing: border-box;
}
.introduction .non-benefit div a:hover{
    background-color: #7A94AF;
}

/* 병원소개 - 의료진 소개 */
.introduction .doctor{}
.introduction .doctor .tit_bk{
    color: #222;
    /* font-family: "Maruburi";
    font-weight: 600; */
    font-family: "MaruBuriSemiBold";
    font-size: 38px;
    line-height: 1.63;
    margin-bottom: 80px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #ccc;
}
.introduction .doctor .con-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 80px;
}
.introduction .doctor .con-grid .con-grid__item .sub_en-tit{
    padding-top: 40px;
    padding-bottom: 20px;
}
.introduction .doctor .con-grid .con-grid__item .sub_sub-tit.main_color{
    padding-bottom: 0;
}
.introduction .doctor .con-grid .con-grid__item .normal-font{
    color: #808284;
}
.introduction .doctor .con-grid .con-grid__item .normal-font .item_br{
    padding-bottom: 13px;
}
.introduction .doctor .con-grid .con-grid__item .normal-font .item_bold{
    font-weight: 700;
    margin-top: 30px;
}

/* 병원소개 - 3가지 약속 */
.introduction .promise_page .content-text .num{
    font-size: 45px;
    font-family: "Maruburi";
    font-weight: 600;
    line-height: 1.44;
    color: #D0DCE7;
    padding-bottom: 50px;
}
.introduction .promise_page .content-text .sub_sub-tit{
    margin-bottom: 20px;
}
.introduction .promise_page .content-text .sub_sub-tit span{
    display: block;
    font-size: 19px;
    line-height: 2;
    letter-spacing: -0.76px;
    font-family: initial;

}
.introduction .promise_page .content-text .promise-list{
    padding: 50px 0;
}
.introduction .promise_page .content-text .promise-list li{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
    color: var(--main-color);
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.16px;
}
.introduction .promise_page .content-text .promise-list li:last-child{
    margin-bottom: 0;
}
.introduction .promise_page .content-text .promise-list li img{
    display: block;
    width: auto;
    vertical-align: middle;
}
.introduction .promise_page .content-text .underline_link{}
.introduction .promise_page .content-text .underline_link a{
    color: var(--main-color);
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.16px;
    font-weight: 700;
    text-decoration: underline;
    transition: padding-left 0.3s ease;
}
.introduction .promise_page .content-text .underline_link a:hover .arrow-icon{
    padding-left: 5px;
}

/* 병원소개 - 둘러보기 */
.around_page .center-tit,
.map_page .center-tit
{
  padding-top: 0;
}
.map_page .content-info__content.intro,
.around_page .content-info__content.intro{
    gap: 40px;
    padding-bottom: 0;
}
.around_sd {
    width: 100%;
    height: 100%; /*라인앤코 확인*/
  }

  .around_sd_thumb {
    height: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    cursor: pointer;
  }

  .around_sd_thumb .around-item {
    width: 25%;
    height: 100%;
    opacity: 0.45;
  }

  .around_sd_thumb .swiper-slide-thumb-active {
    opacity: 1;
  }

  .around-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


/* 병원소개 - 오시는 길 */
.route .route-map .route-map__api{
    margin: 80px 0;
}
.map_page .route .route-map .route-map__api{
    margin-top: 0;
}

/* 항암치료 - 면역치료 */
.image-title.bg-2{
    background-image: url(../images/chemotherapy_bg.png);
}
.chemotherapy-tit{
    padding-top: 150px;
    text-align: center;
}
.chemotherapy-tit h2{
    /* font-family: "Maruburi"; */
    font-family: "MaruBuriSemiBold";
    color: #222;
    /* font-weight: 600; */
    font-size: 45px;
    line-height: 1.44;
    padding-bottom: 60px;
}
.chemotherapy-tit{}

.chemotherapy__content.intro{
    display: flex;
    flex-direction: column;
    gap: 150px;
    padding-top: 150px;
}
.chemotherapy__content__item_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chemotherapy__content__item_row.reverse{
    flex-direction: row-reverse;
}
.chemotherapy__content__item_row .image-box{
    /* flex: 5; */
}
.chemotherapy__content__item_row .content-text{
    /* flex: 7; */
}
.chemotherapy__content__item_row .content-text .sub-tit{
    padding-left: 40px;
    border-left: 4px solid var(--main-color);
}
.chemotherapy__content__item_row .immunity-list{
    padding-top: 60px;
    color: var(--main-color);
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.16px;
}
.chemotherapy__content__item_row .immunity-list li{
    word-break: keep-all;
}

/* 항암치료 - 고압산소 치료 */
.chemotherapy-gallery-list{
    gap: 20px;
    padding-top: 150px;
}
.chemotherapy .therapy-list{
    padding-top: 20px;
    align-items: flex-start;
    word-break: keep-all;
}
.chemotherapy .therapy-list .therapy-list_item{
    text-align: left;
    width: calc(50% - 20px);
}
.chemotherapy .therapy-list .therapy-list_item .therapy-list_tit{
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.chemotherapy .therapy-list .therapy-list_item .normal-font {
    padding-left: 13px;
}
.chemotherapy .therapy-list .therapy-list_item .normal-font li{
    color: #808284;
    padding-left: 8px;
    position: relative;
}
.chemotherapy .therapy-list .therapy-list_item .normal-font li::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #808284;
    margin-right: 5px;
    position: absolute;
    top: 1rem;
    left: 0;
}
/*항암치료 - 고주파 온열치료*/
.chemotherapy .content-feature{
    padding: 150px 0;
}
.chemotherapy .content-feature .circle-list{
    padding-top: 40px;
}   
.chemotherapy .content-feature .circle-list .gallery-list-item{
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.chemotherapy .circle-list .gallery-list-item .circle{
    width: 100%;
    max-width: 260px;
    /* height: 260px; */
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 20px solid #D0DCE7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 2;
    letter-spacing: -0.04em;
    word-break: keep-all;
    box-sizing: border-box;
}
.chemotherapy .circle-list .gallery-list-item .circle_info{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.01em;
    color: #808284;
    word-break: keep-all;
    margin-top: 40px;
}
.chemotherapy .circle-list .gallery-list-item:last-child{
    margin-right: 0;
}
.chemotherapy .machine{
    padding-top: 40px;
}
.chemotherapy .mb-machine {
    display: none;
}
.chemotherapy .machine .machine-item{
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 40px;
}
.chemotherapy .machine-item::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(51, 51, 51, 1), rgba(51, 51, 51, 0));
    /* opacity: 0.55; */
    position: absolute;
    top: 0;
    left: 0;
}
.chemotherapy .machine .machine-item:first-child{
    background-image: url(../images/chemotherapy_machine_1.png);
}
.chemotherapy .machine .machine-item:last-child{
    background-image: url(../images/chemotherapy_machine_2.png);
}
.chemotherapy .machine-item-info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    position: relative;
}

.chemotherapy .machine-item-info .sub_sub-tit{
    color: #fff;
}
.chemotherapy .machine-item-info p{
    color: #fff;
    font-size: 19px;
    line-height: 1.57;
    letter-spacing: -0.04rem;
    /* font-weight: 500; */
    margin-bottom: 16px;
    word-break: keep-all;
}
.chemotherapy .machine .machine-item:last-child,
.chemotherapy .machine-item-info p:last-child{
    margin-bottom: 0;
}
/*항암치료 - 수술 후 재활*/
.chemotherapy .wide{
    margin-top: 150px;
    width: 100%;
    height: 550px;
    background: url(../images/chemotherapy_rehabilitation_1.png) no-repeat center / cover;
}
.chemotherapy .wide .centered-container,
.chemotherapy .wide .content-info__content,
.treatment .color_wide .centered-container,
.treatment .color_wide .flex-list
{
    height: 100%;
}
.chemotherapy .wide .content-info__content .content-info__item{
    width: 50%;
    color: #fff;
}
.chemotherapy .wide .sub_sub-tit{
    color: #fff;
}
.chemotherapy .wide .list-num{
    flex-wrap: wrap;
    gap: 14px;
    justify-content: end;
}
.chemotherapy .wide .list-num li{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    min-width: 200px;
    height: 150px;
    color: #fff;
}
.chemotherapy .wide .list-num li .num{
    font-weight: 700;
}
.chemotherapy .chuna__content{
    padding: 150px 0 80px;
}
.chemotherapy .chuna__content .ko_tit{
    padding: 0;
    padding-bottom: 80px;
}
.chemotherapy .content__item .chuna-list{
    gap: 10px;
}
.chemotherapy .content__item .chuna-list li{
    width: 100%;
    height: 120px;
    color: var(--main-color);
    box-shadow: 0 0 8px rgba(21,70,119,0.4);
    font-size: 14px;
    font-weight: 600;
    line-height: 120px;
    text-align: center;
    border-radius: 10px;
}
.chuna__content .content-text .text p{
    margin-bottom: 20px;
    word-break: keep-all;
    color: #808284;
}
.chuna__content .content-text .text p b{
    color: #222;
    font-weight: inherit;
}
/* 입원치료 - 입원집중치료료 */
.image-title.bg-3{
    background-image: url(../images/treatment_bg.png);
}
.treatment .chuna__content{
    padding: 150px 0;
}
.treatment .color_wide{
    width: 100%;
    height: 380px;
    background-color: rgba(21, 70, 119, 0.55);
    color: #fff;
}
.treatment .color_wide .flex-list{
    align-items: center;
    justify-content: flex-start;
    column-gap: 35px;
}
.treatment .color_wide .wide-tit{}
.treatment .color_wide .wide-tit li{
    font-size: 38px;
    line-height: 1.63;
    /* font-weight: 600;
    font-family: "Maruburi"; */
    font-family: "MaruBuriSemiBold";
}
.treatment .color_wide .wide-tit li:last-child{
    padding-left: 25px;   
}
.treatment .color_wide .content-text{
    padding-left: 120px;
    position: relative;
}
.treatment .color_wide .content-text::before{
    content: '';
    display: block;
    width: 0.5px;
    height: 80%;
    max-height: 144px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.treatment .color-text{
    text-align: center;
    padding-top: 150px;
    padding-bottom: 60px;
}

.treatment_sd {
    width: 100%;
}
.treatment_sd .room-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    max-height: 600px;
    border-radius: 20px;
    overflow: hidden;
}
.treatment_sd .pagination-box{
    height: 55px;
}
.treatment_sd .pagination-box .pagination_custom{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.treatment_sd .pagination-box .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #ccc;
    transition: width 0.3s ease;
    opacity: 1;
}
.treatment_sd .pagination-box .swiper-pagination-bullet-active{
    width: 100px;
    background-color: #808284;
}
.treatment_sd .swiper-slide {
    opacity: 0.35;
    transition: opacity 0.3s ease; 
}

.treatment_sd .swiper-slide-active {
    opacity: 1; 
}

/**/
.treatment .mental_list {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 350px;
}
.treatment .mental_list .list_item {
    display: flex;
    justify-content: space-between;
}
.treatment .mental_list .list_item .imgbox{
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.treatment .mental_list .list_item .imgbox div{
    max-height: 520px;
    flex: 1;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.treatment .mental_list .list_item .imgbox div ul .normal-font{
    color: var(--sub-color);
}
.treatment .mental_list .list_item .imgbox div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.treatment .mental_list .list_item .content {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.treatment .mental_list .list_item .content.on{
    opacity: 1;
}
.treatment .mental_list .list_item .content .txtbox {
    width: 580px;
    position: sticky;
    /* top: 120px; */
    top: 180px;
}
.treatment .mental_list .content .ko_tit {
    padding: 50px 0 40px;
}
.treatment .mental_list .content .txt p {
    font-size: 19px;
    line-height: 2;
    letter-spacing: -0.04rem;
    /* padding-bottom: 50px; */
    padding-bottom: 26px;
}
.treatment .mental_list .content .txt p:last-child{
    padding-bottom: 0;
}


/* 자연식단 */
.natural_food_info{
    position: relative;
}
.info-section{
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
    gap: 20px;
    position: relative;
    z-index: 1;
    margin-top: 150px;
    margin-bottom: 50px;
}
.sub_sub-tit.natural-tit{
    margin-bottom: 0;
}
.info-section .info-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-section .info-item .icon{
    width: 120px;
    aspect-ratio: 1/1;
}
.info-section .info-item h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.727;
    color: var(--main-color);
    margin: 40px 0 20px;
}
.info-section .info-item .normal-font{
    word-break: keep-all;
    color: var(--sub-color);
    text-align: center;
}
.natural_food_info .line{
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    position: absolute;
    top: 60px;
}
.treatment .mental_list .list_item .content.naturalcontent {
    opacity: 1;
}
.treatment .mental_list .list_item .content.naturalcontent .txtbox{
    top: 180px;
}
.treatment_sd.natural_sd {
    width: 100%;
    /* height: 800px; */
    padding: 150px 0;
    background: linear-gradient(to bottom, rgba(36, 36, 36, 1), rgba(138, 138, 138, 1));
    margin-bottom: 150px;
}
.treatment_sd.natural_sd .room-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.333%;
    height: 460px;
    border-radius: 0;
}
.treatment_sd.natural_sd .pagination-box {
    height: 75px;
    position: relative;
}
/* .treatment_sd.natural_sd .pagination-box .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #ccc;
    transition: width 0.3s ease;
    opacity: 1;
} */
.treatment_sd.natural_sd .pagination-box .swiper-pagination-bullet-active {
    background-color: #fff;
}


.treatment .mental_list .list_item .imgbox.naturalimgbox{
    gap: 120px;
}
.treatment .mental_list .list_item .imgbox.naturalimgbox div{
    max-height: unset;
    border-radius: 0;
    overflow: visible;
}
.treatment .mental_list .list_item .imgbox.naturalimgbox div span{
    display: block;
    max-height: 520px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.treatment .mental_list .list_item .imgbox.naturalimgbox div ul{}
.treatment .mental_list .list_item .imgbox.naturalimgbox div ul .tit{
    font-size: 22px;
    line-height: 1.727;
    font-weight: 700;
    color: #444;
    padding-top: 13px;
}