body.popup-open {
    overflow: hidden;
}


.page-section-wrapper .section-title p:nth-child(3){
    font-weight: 300;
    margin-top: 2%;
    font-size: 1.2rem;
    color:#888;
}


body {
    background-image: url('../img/healthcare/hc_img_01-p.webp');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll; /* 스크롤 시 배경 이미지를 고정 */
    background-color: #eae5e4; /* 이미지가 로딩되지 않았을 경우를 대비한 배경색 */
}



/* healthcarepage1 */
.healthcarepage1 {
    overflow: hidden;
    position: relative;
}

.healthcarepage1 img{
    position: absolute;
    top:0; left:0; z-index: -99;
    width: 100%;
}

.hc-main-title{
    width: 85%;
    text-align: center;
    height: 80%;
    margin: auto;
    margin-top: 11.8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.hc-main-title div:nth-child(1){
    height: 20%;
    width: 100%;
}

.hc-main-title div:nth-child(2){
    height: 70%;
    width: 100%;
}

.hc-main-title h1{
    margin-bottom: 2%;
    font-size: 2.8rem;
}

.hc-main-title p{
    font-size: 1.4rem;
}


/* healthcarepage2 */

.healthcarepage2 {
   position: relative;
}

.solution-wrap{
    display: flex;
    gap: 7.5%;
    justify-content: space-between;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}


/* healthcarepage3 */
.healthcarepage3{
    background-color: #fff;
}

.healthcarepage3 .valuable-wrap{
    cursor: pointer;
}

.valuable-wrap{
    display: flex;
    gap: 4%;
    justify-content: space-between;
}

.healthcarepage3 .valuable-wrap .valuable-card{
    background-color: #fafafa;
    border-radius: 30px;
    padding: 7% 3% 3%;
    width: 32%; 
    position: relative;
    transition: all 0.1s ease;
    /* 초기 상태의 border를 명확히 정의 */
    border: solid 1px transparent;
}

.healthcarepage3 .valuable-wrap .valuable-card:hover{
    border:solid 2px #61B3E6;
    
}

/* .valuable-wrap .valuable-card:hover .valuable-card-img p{
    display: flex;
} */


.valuable-wrap .valuable-card p{
    margin: 5% 0 9%;
    line-height: 28px;
}


.valuable-wrap .valuable-card .valuable-card-img{
    position: relative;
    text-align: center;
    background-size: cover; background-position: center;    background-repeat: no-repeat;
    width: 100%; min-height: 270px;
    border-radius: 30px;
    margin: 0;
    
}

.valuable-wrap .valuable-card .valuable-card-img p{
    position: absolute;
    width: 100%; height: 100%;
    top:50%; left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: flex; justify-content: center; align-items: center;
    background-color: #0000007c;
    color: #fff;
    border-radius: 30px;
    display: none;
}

.valuable-wrap .valuable-card span{
    position: absolute;
    top:5%; right: 4%;
    width: 50px; height: 50px;
    background-color: #61B3E6;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.valuable-wrap .valuable-card span:nth-child(1){
    width: 2px; height: 20px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) rotate(-180deg);
    background-color: #fff;
    z-index: 1;
}

.valuable-wrap .valuable-card span:nth-child(2){
    width: 2px; height: 20px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    background-color: #fff;
    z-index: 1;
}

.valuable-wrap .valuable-card:hover span:nth-child(1){
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 0.2s ease;

}

.valuable-wrap .valuable-card:hover span:nth-child(2){
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.2s ease;

}

.valuable-wrap .valuable-card .va-img-01{
    background-image: url('../img/healthcare/valuable-card_01.webp');
}
.valuable-wrap .valuable-card .va-img-02{
    background-image: url('../img/healthcare/valuable-card_02.webp');
}
.valuable-wrap .valuable-card .va-img-03{
    background-image: url('../img/healthcare/valuable-card_03.webp');
}





/* healthcarepage4 */
.healthcarepage4{
    background-color: #fafafa;
}

.healthcarepage4 .valuable-wrap .valuable-card{
    background-color: #fff;
    padding: 17% 3% 2%;
    border-radius: 30px;
    width: 32%; 
    position: relative;
    border: solid 1px transparent;
    
    overflow: hidden; /* 자식 요소가 둥근 모서리 밖으로 나가지 않게 */
    
    /* 카드 자체에 배경 이미지를 고정 */
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    
    transition: transform 0.3s ease; /* 카드가 살짝 올라오는 효과 */
}

.healthcarepage4 .valuable-wrap .valuable-card:hover {
    transform: translateY(-10px);
}

.healthcarepage4 .valuable-wrap .valuable-card:nth-child(1){
    background-image: url('../img/healthcare/valuable-card_04.webp'); 
    background-size: cover; background-position: center; background-repeat: no-repeat;
}

.healthcarepage4 .valuable-wrap .valuable-card:nth-child(2){
    background-image: url('../img/healthcare/valuable-card_05.webp'); 
    background-size: cover; background-position: center; background-repeat: no-repeat;
}

.healthcarepage4 .valuable-wrap .valuable-card:nth-child(3){
    background-image: url('../img/healthcare/valuable-card_06.webp'); 
    background-size: cover; background-position: center; background-repeat: no-repeat;
}

.healthcarepage4 .valuable-wrap .valuable-card h1{
    font-size: 1.8rem; color:#fff;
}

.healthcarepage4 .valuable-wrap .valuable-card .card-text{
    color:#fff;
    position: relative;
    z-index: 2;
}

.healthcarepage4 .valuable-wrap .valuable-card .card-back{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    position: absolute; top: 0; left: 0;
    width:100%; height: 100%;
    border-radius: 30px; 
    transition: background-image 0.2s ease;
    z-index: 1;
    opacity: 0.8;
}

.healthcarepage4 .valuable-wrap .valuable-card:hover .card-back{
    opacity: 0.4;
    transition: all 0.2s ease;
}



/* healthcarepage5 */

.healthcarepage5{
    background-color: #fff;

}


.healthcarepage5 .valuable-wrap{
    position: relative;
}

.healthcarepage5 .valuable-wrap .valuable-card img{
    width: 100%;
}

.healthcarepage5 .valuable-wrap .valuable-card{
    position: relative;
}

.healthcarepage5 .valuable-wrap .valuable-card:nth-child(1){
    width: 60%;
    height: 100%;
}

.healthcarepage5 .valuable-wrap .valuable-card-09{
    width: 35%;
    position: absolute;
    bottom: 0; right: 0;
    transition: all 0.2s ease;
}

.healthcarepage5 .valuable-wrap .valuable-card-09 div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000049;
    border-radius: 15px;
    color: #fff;
    font-size:2.3rem;
    font-weight: 600;
    transition: opacity 0.2s ease, visibility 0.2s ease; 
}

.healthcarepage5 .valuable-wrap .valuable-card-09:hover div{
    opacity: 1;
    visibility: visible;
}

.healthcarepage5 .valuable-wrap .valuable-card-09 img{
    width: 100%;
}


.healthcarepage5 .valuable-wrap .valuable-card .p5-card-img-section{
    display: flex;
    margin-top: 4%;
    justify-content: space-between;
}

.healthcarepage5 .valuable-wrap .valuable-card .p5-card-img-section img{
    width: 30%;
}



/* healthcarepage6 */

.healthcarepage6{
    background-color: #fff;
    background-image: url('../img/healthcare/hc_img_06.webp'); 
    background-size: cover; background-position: center; background-repeat: no-repeat;
    position: relative; 
}

.healthcarepage6 .page-section-wrapper{
    padding-top: 7%;
}

.healthcarepage6 .valuable-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.healthcarepage6 .section-title{
    margin-bottom: 3%;
}

.healthcarepage6 .valuable-wrap .valuable-card-design:nth-child(1){
    width: 65%;
}

.healthcarepage6 .valuable-wrap .valuable-card-design div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.healthcarepage6 .valuable-wrap .valuable-card-design div:nth-child(1) img:nth-child(1){
    width: 45%;
}

.healthcarepage6 .valuable-wrap .valuable-card-design div:nth-child(1) img:nth-child(2){
    width: 25%;
}

.healthcarepage6 .valuable-wrap .valuable-card-design div:nth-child(1) img:nth-child(3){
    width: 25%;
}

.healthcarepage6 .valuable-wrap .valuable-card-design div:nth-child(2) img{
    width: 23%;
}




.healthcarepage6 .valuable-wrap .valuable-card-design2{
    width: 35%;
}

.healthcarepage6 .valuable-wrap .valuable-card-design2 img{
    width: 100%;
}


/* healthcarepage7 */

.healthcarepage7{
    background-color: #fff;

}

.healthcarepage7 .page-section-wrapper{
    padding-top: 7%;
}

.healthcarepage7 .section-title{
    margin-bottom: 3%;
}

.healthcarepage7 .valuable-wrap{
    justify-content: flex-start;
    align-items: center;
}

.healthcarepage7 .valuable-wrap .specification_img{
    width: 28%;
}

.healthcarepage7 .valuable-wrap .specification_img img{
    width: 100%;
}

.healthcarepage7 .valuable-wrap .specification_text li{
    margin-bottom: 2%;
    color:#5a5a5a;
}

.healthcarepage7 .valuable-wrap .specification_text h2{
    color: #61B3E6;
}



/***** popup *****/
.popup {
  display: none; /* 초기에는 팝업을 숨깁니다 */
  position: fixed; /* 화면에 고정 */
  z-index: 999; /* 다른 요소들 위에 표시 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* 반투명 검은색 배경 */
  
}


.popup-content {
  background-color: #fefefe;
  margin:  auto; /* 상하 마진 15%, 좌우 auto로 중앙 정렬 */
  border: 1px solid #888;
  width: 82%; /* 팝업 너비 */
  position: relative;
  animation-name: animatetop;
  animation-duration: 0.4s;
  height: 100%; 
  border-radius: 40px;
  padding: 4% 0;
  overflow: auto;
  max-height: 90vh;
}

.popup-content {
    -ms-overflow-style: none;
}

.popup-content::-webkit-scrollbar{
  display:none;
}

.popup-content h1{
    font-size: 1.4rem;
    color:#61B3E6;
}

.popup-content h2{
    font-size: 2rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5%;
}

.popup-content h2::after {
    content: "┐";
    color: #222;
    position: absolute;
    top: -20px;
}

.p-section-container{
    width: 85%;
    margin: 0 auto;
    margin-top: 7%;
}

.p-section-container p{
    position: relative;
    padding: 0% 0 0 1.8%;
    color:#888;
}

.p-section-container p::before{
    content: '-';
    position: absolute;
    left:0;
}

.p-section-title{
    width: 85%;
    margin: 0 auto;
    margin-top: 7%;
}

.p-section-title .p-title-point ul{
    display: flex;
    margin:3% 0 5%;
}

.p-section-title .p-title-point ul li{
    color: #61B3E6;
    border:1.8px solid;
    padding:0.7% 3%;
    border-radius: 50px;
    margin-right: 2%;
    font-size: 1.3rem;
}

.p-section-title .p-title-point ul li:hover{
    color: #fff;
    background-color: #61B3E6;
    transition: all 0.2s ease;
}

.p-section-title p{
    font-size: 2.7rem;
    font-weight: 700;
    color:#222;
    margin: 0;
}

@keyframes animatetop {
  from { top: -300px; opacity: 0; }
  to { top: 0; opacity: 1; }
}

.close-btn {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: fixed;
  top: 5%;
  right: 5%;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* popup 01 */

.p-section-flex{
    display: flex;
    gap:5%;
    justify-content: space-between;
    align-items: center;
}

.p-section-flex video{
    width: 100%;
}

.popup01-blue{
    width: 100%;
    background-color: #61B3E6;
}

.blue-section {
    padding: 5% 0;
    width: 85%;
    margin: auto;
    position: relative;
    /* overflow: hidden; */
}

.blue-section h2{
    color: #fff;
}



.p-section-container .blue-section p{
    color:#fff;
}


/* 왼쪽 메뉴와 오른쪽 디스플레이를 감싸는 래퍼 */
.variable-wrapper {
    display: flex;
    gap: 40px; /* 메뉴와 디스플레이 사이 간격 */
    align-items: flex-start;
}



/* 오른쪽 - 콘텐츠 디스플레이 */
.variable-display {
    flex: 2; /* 너비 비율 (6:4) */
    border-radius: 12px;
    color: #333;
    transition: opacity 0.5s ease;
}
.variable-display img {
    width: 100%;
    border-radius: 8px;
}

/* --- 버튼형 메뉴 CSS (새로운 부분) --- */
.blue-section h2::after {
    color: #fff;
}

.variable-wrapper {
    display: flex;
    gap: 40px;
    align-items: center; /* 수직 중앙 정렬 */
}
.variable-menu {
    flex: 6;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px; /* 버튼 사이 간격 */
}

.variable-item{
    width: 45%;
}

.variable-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 26px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.variable-header:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.variable-item.active .variable-header {
    background-color: #fff;
    color: #61B3E6;
    font-weight: 700;
}
.variable-display {
    flex: 2;
    transition: opacity 0.5s ease;
}
.variable-display img {
    width: 100%;
    border-radius: 12px;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}


/* popup02 */

.hc-solution h1{
    margin-bottom: 4%;
    font-family: 900;
}

.hc-solution p{
    font-size: 1.3rem;
}

.p2-img-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4%;
}

.p2-img-section img{
    border-radius: 30px;
    width: 48.5%;
}

.p2-text-section img{
    margin: 2% 0 4%;
    width: 100%;
}

.p2-text-section div{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.p2-text-section div ul{
    width: 28%;
} 

.p2-text-section div ul:nth-child(2){
    position: relative;
}

.p2-text-section div ul:nth-child(2)::before{
    content: "";
    border: 1px solid #61B3E6;
    position: absolute;
    top:0%; left:-10%;
    width: 0; height: 100%;
    transform: translate(-50% -50%);
}

.p2-text-section div ul:nth-child(2)::after{
    content: "";
    border: 1px solid #61B3E6;
    position: absolute;
    top:0%; right:-10%;
    width: 0; height: 100%;
    transform: translate(-50% -50%);
}

.p2-text-section div img:nth-child(2){
    display: none;
}

.p2-text-section div ul li{
    color:#888;
}

.p2-text-section div ul li:nth-child(1){
    color: #000;
    font-size: 1.4rem;
    margin-bottom: 2%;
}

.p2-text-section div ul li:nth-child(1) span{
    color: #61B3E6;
    font-weight: 600;
}

/* popup03 */

.p3-section-container{
    margin-top: 4%;
}

.p3-text-section img{
    margin: 2% 0 4%;
    width: 100%;
}

.p3-text-section div img:nth-child(2){
    display: none;
}

.p3-img-section{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 4%;
}

.p3-img-section div:nth-child(1){
    width: 35%;
}

.p3-img-section div:nth-child(2){
    width: 55%;
}

.p3-img-section div:nth-child(2) img:nth-child(2){
    display: none;
}

.p3-img-section img{
    width: 100%;
}

/* 스크롤 다운 안내 아이콘 컨테이너 */
.scroll-down-indicator {
  position: absolute; /* 팝업창 내에서 위치 고정 */
  top: 50%; /* 팝업창 바닥에서 40px 위로 */
  right: 5%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* 마우스와 화살표 사이 간격 */
}

/* 마우스 아이콘 */
.mouse-icon {
  width: 25px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.mouse-icon::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background-color: #fff;
  border-radius: 2px;
  animation: mouse-scroll 1.5s infinite; /* 스크롤 애니메이션 적용 */
}

/* 아래 화살표 아이콘 */
.arrow-down {
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg); /* 화살표 모양으로 회전 */
  animation: arrow-bounce 1.5s infinite; /* 바운스 애니메이션 적용 */
}

/* 마우스 휠 스크롤 애니메이션 */
@keyframes mouse-scroll {
  0% { transform: translateY(0) translateX(-50%); opacity: 1; }
  50% { transform: translateY(10px) translateX(-50%); opacity: 0; }
  100% { transform: translateY(0) translateX(-50%); opacity: 0; }
}

/* 화살표 바운스 애니메이션 */
@keyframes arrow-bounce {
  0%, 100% { transform: translateY(0) rotate(45deg); }
  50% { transform: translateY(10px) rotate(45deg); }
}




























/* -------------------- 모바일 반응형 -------------------- */
@media screen and (max-width: 720px) {

body{
    background-image: url('../img/healthcare/hc_img_01-m.webp');
    background-size: contain;
}

.logo a{
    color: #000;
}

.page-section-wrapper{
    padding-top: 24%;
}

.page-section-wrapper .section-title p:nth-child(3){
    font-size: 0.9rem;
    margin-top: 6%;
}

.hc-main-title{
    top:50%; left: 50%;
    transform: translate(-50%,-50%);
    position: absolute; width: 82%;
}

.hc-main-title h1{
    font-size: 1.5rem;
}

.hc-main-title p{
    font-size: 1rem;
}

.solution-wrap{
    flex-direction: column;
    justify-content: flex-end;
    min-height: 700px; width: 82%;
    bottom: 50%; top:50%;
    display: block;
}

.hc-solution{
    margin: 7% 0 0;
}

.hc-solution h1{
    font-size: 1.3rem;
    margin-bottom: 2%;
}
.hc-solution h1::before{
    content: '';
    padding: 0 1px;
    background-color: #61B3E6;
    border: 0.5px solid #61B3E6;
    margin-right: 9px;
}

.hc-solution p{
    font-size: 0.9rem
}

.valuable-wrap .valuable-card p{
    line-height: 20px;
}

.healthcarepage3 .valuable-wrap{
    flex-direction: column ;
    gap: 39px;

}


.healthcarepage3 .valuable-wrap .valuable-card{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 13% 8%;
    flex-direction: column;
}

.healthcarepage3 .valuable-wrap .valuable-card h1{
    font-size: 1.3rem;
    letter-spacing: 0px;
}

.popup-content{
    width: 95%;
    height: 80%;
    border-radius:15px;
    padding: 18% 0;
}

.scroll-down-indicator{
    top:95%; right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mouse-icon{
    width: 18px;
    height: 30px;
}

.arrow-down{
    width: 10px; height: 10px;
}

.popup-content .p-section-container{
    margin-top: 15%;
}

.popup-content .p-section-container p{
    font-size: 0.88rem;
    margin-bottom: 4%;
    padding-left: 3%;
}

.popup-content .p-section-title{
    width: 85%;
    margin-top: 0%;
}

.popup-content .popup-content h1{
    font-size: 1rem;
}

.popup-content .p-section-title p{
    font-size: 1.6rem;
    margin-bottom: 6%;
}

.p-section-title .p-title-point ul{
    flex-wrap: wrap;
    gap: 3px;
    margin: 0 0 16%;
}

.popup-content .p-section-title .p-title-point ul li{
    font-size: 0.9rem;
    margin-right: 0%;
}

.popup-content h1{
    font-size: 0.8rem;
}

.popup-content h2{
    font-size: 1.2rem;
    margin-bottom: 4%;
    font-family: 'Pretendard', sans-serif;
    letter-spacing: 0px;
}

.popup-content .variable-display img{
    width: 80%;
    margin: auto;
}

.popup-content .variable-wrapper{
    flex-direction: column-reverse;
}

.popup-content .variable-menu{
    flex-wrap: wrap;
    flex-direction: row;
}

.popup-content .variable-item{
    width: 45%;
}

.popup-content .variable-header{
    width: 100%; padding: 8px 14px;
    font-size: 0.8rem;
}

.popup-content .blue-section{
    padding: 15% 0;
}

.p-section-flex{
    flex-direction: column;
    gap: 50px;
}

.p-section-flex div:nth-child(1){
    width: 80%;
}

.p2-img-section{
    flex-direction: column;
}

.p2-img-section img{
    width: 100%;
    margin-bottom: 6%;
}

.slide-btn{
    width:20px;
    font-size: 1rem;
}

.p2-text-section div{
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
}

.p2-text-section div ul{
    width: 100%;
}

.p2-text-section div img:nth-child(1){
    display: none;
}

.p2-text-section div img:nth-child(2){
    display: block;
}


.p2-text-section div ul li:nth-child(1){
    font-size: 1.1rem;
}

.p2-text-section div ul li{
    font-size: 0.88rem;

}

.p3-text-section div img:nth-child(1){
    display: none;
}

.p3-text-section div img:nth-child(2){
    display: block;
}

.p3-img-section{
    flex-direction: column;
}

.p3-img-section div:nth-child(1){
    width: 100%;
    margin-bottom: 5%;
}

.p3-img-section div:nth-child(2){
    width: 100%;
}

.p3-img-section div:nth-child(2) img:nth-child(1){
    display: none;
}
.p3-img-section div:nth-child(2) img:nth-child(2){
    display: block;
}

.healthcarepage4 .valuable-wrap{
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.healthcarepage4 .valuable-wrap .valuable-card{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding:50% 8% 2%
}

.healthcarepage4 .valuable-wrap .valuable-card h1{
    font-size: 1.2rem;
}

.healthcarepage7 .section-title{
    margin-bottom: 15%;
}

.healthcarepage5 .valuable-wrap .pg5img{
    display: none;
}

.healthcarepage5 .valuable-wrap .valuable-card .p5-card-img-section{
    flex-direction: column;
}

.healthcarepage5 .valuable-wrap .valuable-card .p5-card-img-section img{
    width: 100%;
    margin-bottom: 4%;
}

.healthcarepage5 .valuable-wrap{
    flex-direction: column;
    gap: 30px;
}

.healthcarepage5 .valuable-wrap .valuable-card:nth-child(1){
    width: 100%;
}

.healthcarepage5 .valuable-wrap .valuable-card-09{
    display: none  ;
}

.healthcarepage6 .valuable-wrap{
    flex-direction: column;
    gap: 30px;
}

.healthcarepage6 .valuable-wrap .valuable-card-design:nth-child(1){
    width: 100%; 
}

.healthcarepage6 .valuable-wrap .valuable-card-design2{
    display: none;
}

.healthcarepage6 .page-section-wrapper, .healthcarepage7 .page-section-wrapper{
    padding-top: 17%;
}

.healthcarepage6 .valuable-wrap .valuable-card-design div{
    flex-wrap: wrap;
}

.healthcarepage6 .valuable-wrap .valuable-card-design div:nth-child(1) img:nth-child(1){
    width: 100%;
}

.healthcarepage6 .valuable-wrap .valuable-card-design div:nth-child(1) img:nth-child(2), .healthcarepage6 .valuable-wrap .valuable-card-design div:nth-child(1) img:nth-child(3){
    width: 50%;
}

.healthcarepage6 .valuable-wrap .valuable-card-design div:nth-child(2) img{
    width: 50%;
}

.healthcarepage7 .valuable-wrap{
    flex-direction: column;
}

.healthcarepage7 .valuable-wrap .specification_img{
    width: 100%;
    margin-bottom:12%;
}

.healthcarepage7 .valuable-wrap .specification_text h2{
    font-size: 1.1rem;
}

.healthcarepage7 .valuable-wrap .specification_text p{
    font-size: 0.9rem;
}

.healthcarepage7 .valuable-wrap .specification_text li{
    margin-bottom: 5%;
}






}































/* -------------------- 태블릿 반응형 (max-width: 1024px) -------------------- */
@media screen and (min-width: 721px) and (max-width: 1024px) {

body{
    background-image: url('../img/healthcare/hc_img_01-1.webp');
}

.logo a{
    color: #000;
}


.hc-main-title h1 {
    font-size: 1.45rem;
}

.hc-main-title p {
    font-size: 0.9rem;
}

/* healthcarepage2 - 솔루션 래퍼 위치 조정 */
.solution-wrap {
    position: static;
    transform: none;
    width: 80%;
    margin: 0 auto;
    flex-direction: row; 
    gap: 30px;
    padding-top: 31%;
}

.hc-solution {
    width: 100%; /* 너비 100% */
}

.hc-solution p{
    font-size: 0.9rem;
}

.hc-solution h1{
    font-size: 1.3rem;
}

.healthcarepage3 .valuable-wrap{
    flex-direction: column ;
    gap: 30px;
}

.healthcarepage3 .valuable-wrap .valuable-card{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6%;
}

.healthcarepage3 .valuable-wrap .valuable-card h1{
    font-size: 1.3rem;
    position: absolute;
}

.healthcarepage3 .valuable-wrap .valuable-card p{
    margin: 7% 0 0;
    line-height: 24px;
}

.valuable-wrap .valuable-card .valuable-card-img{
    width: 40%;
    min-height: 100px;
}

.healthcarepage3 .valuable-wrap .valuable-card span{
    top:-7%;
    right: -3%;
}

.valuable-wrap .valuable-card span:nth-child(1){
    top:50%;
}

.valuable-wrap .valuable-card span:nth-child(2){
    top:50%;
}

/* healthcarepage3, 4 - 카드 레이아웃 변경 */

.page-section-wrapper .section-title p:nth-child(3){
    font-size: 0.8rem;
}

.healthcarepage4 .valuable-wrap .valuable-card h1{
    font-size: 1.3rem;
}

.healthcarepage4 .valuable-wrap .valuable-card .card-back{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5));
}

/* healthcarepage5 - 카드 09 위치 조정 */
.healthcarepage5 .valuable-wrap{
    flex-direction: column;
    gap: 30px;
}

.healthcarepage5 .valuable-wrap .valuable-card-09 img{
    display: none;
}

.healthcarepage5 .valuable-wrap .valuable-card-09 {
    position: static;
    width: 100%;
}
.healthcarepage5 .valuable-wrap .valuable-card:nth-child(1){
    width: 100%;
}


/* healthcarepage6 - 디자인 카드 레이아웃 변경 */
.healthcarepage6 .valuable-wrap {
    flex-direction: row;
    gap: 30px;
}

.healthcarepage6 .valuable-wrap .valuable-card-design:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.healthcarepage6 .valuable-wrap .valuable-card-design div {
    flex-direction: row;
    gap: 15px;
}


.healthcarepage6 .valuable-wrap .valuable-card-design2 {
    display: none;
}

/* healthcarepage7 - 레이아웃 변경 */
.healthcarepage7 .valuable-wrap {
    flex-direction: row;
    align-items: center;
    
}

.healthcarepage7 .valuable-wrap .specification_img {
    width: 50%;
}

.healthcarepage7 .valuable-wrap .specification_text li {
    margin-bottom: 1%;
}

.healthcarepage7 .valuable-wrap .specification_text h2{
    font-size: 1.1rem;
}


.healthcarepage7 .valuable-wrap .specification_text{
    width: 75%;

}

.healthcarepage7 .valuable-wrap .specification_text p{
    font-size: 0.8rem;
}

/* 팝업 내부 스타일 조정 */
.popup-content {
    width: 95%; /* 팝업 너비 확장 */
    padding: 5% 0;
    max-height: 95vh;
}

.p-section-title,
.p-section-container {
    width: 90%; /* 팝업 내부 콘텐츠 너비 조정 */
}

.p-section-title .p-title-point ul {
    flex-wrap: wrap; /* 태그들이 줄바꿈되도록 */
    justify-content: center;
    gap: 10px;
}

.p-section-title .p-title-point ul li {
    font-size: 1rem;
    padding: 0.5% 2%;
}

.p-section-title p {
    font-size: 2rem;
}

.p-section-flex {
    flex-direction: column; /* 팝업 내부 섹션 세로로 쌓기 */
    gap: 30px;
}

.p-section-flex div:nth-child(1) {
    width: 62%; /* 이미지 너비 조정 */
}

.popup01-blue .blue-section {
    width: 85%;
}


.p2-img-section {
    gap: 20px;
}

.p2-img-section img {
    width: 48%;
}

.p2-text-section div {
    align-items: flex-start;
    gap: 15px;
}

.p2-text-section div ul {
    width: 100%;
}

.p2-text-section div ul:nth-child(2)::before,
.p2-text-section div ul:nth-child(2)::after {
    display: none; /* 세로선 숨김 */
}

.p3-img-section {
    gap: 30px;
}

.scroll-down-indicator {
    display: none; /* 팝업 내 스크롤 다운 아이콘 숨김 */
}


/* popup */

.close-btn{
    color:#888;
}

.popup-content h1 {
    font-size: 1rem;

}

.popup-content h2{
    font-size: 1.5rem;
}

.popup .p-section-title, .p-section-container{
    width: 85%;
    flex-direction: row;
}

.popup .p-section-title .p-title-point ul{
    justify-content: flex-start;
}

.popup .popup01-blue{
    width: 100%;
}


.p2-text-section div ul li:nth-child(1){
    font-size: 1.2rem;
}


}

























/* -------------------- 대형 모니터 반응형 -------------------- */
@media screen and (min-width: 1921px) {

.hc-main-title{
    top:35%;
}

.page-section-wrapper .section-title p:nth-child(3){
    font-size: 1.45rem;
}

.section-title p{
    font-size: 2.5rem;
}


/* popup */
.p-section-flex div:nth-child(1){
    width: 24%;
}

.popup-content h2{
    font-size: 2.2rem;
}

.p-section-title .p-title-point ul li{
    font-size: 1.5rem;
}

.p2-text-section div ul li:nth-child(1){
    font-size: 1.75rem;
}

.healthcarepage7 .valuable-wrap .specification_img{
    width: 24%;
}

.hc-main-title p{
    font-size: 1.5rem;
}







}