.playerBox {
      background: url('../images/video_bg.jpg');
/* height: 100vh;*/
	  height: calc(var(--vh, 1vh) * 100);
      width: 100%;
/* position: relative;*/
	  position: sticky;
	  top:0;
      display: inline-block;
    }

.media-button:hover {
    background-color: rgb(0, 0, 0,0.8);
    color: #fff;
}

.media-button {
    background-color: rgb(0, 0, 0, 0);
    color: #fff;
}
.media-button.on {
background-color: rgb(0, 0, 0, 0.5);
}
.media-button {
    width: 70px;
    height: 70px;
    border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.media-button.play {
 position:absolute;
 right:calc(50% - 35px);
 bottom:calc(50% - 35px);
 transition:all 0.3s ease-out;
  z-index:90;
}

.media-button svg {
width:40px;
}

.media-button.pause svg {
width:30px;
}

.media-button.pause {
    width: 50px;
    height: 50px;
 position:absolute;
 right:30px;
 bottom:30px;
 transition:all 0.3s ease-out;
  z-index:90;
}

.goto {
display:flex;
align-items: center;
justify-content: center;
/*height: 100vh;*/
height: calc(var(--vh, 1vh) * 100);
}

.mouseoutbox{
 position:absolute;
width:100%;
height:100svh;
}

.mousebox{
 position:absolute;
 right:calc(50% - 20px);
 bottom:10px;
 z-index:3;
 opacity:1;
 transition:all 0.3s;
}
.mouse {
	width: 40px;
	display: block;
	margin: 0px auto;
}

/* 휠 애니메이션 */
@keyframes wheelMove {
	0% { transform: translateY(0); opacity: 1; }
	50% { transform: translateY(10px); opacity: 1; }
	100% { transform: translateY(0); opacity: 1; }
}

.wheel {
	animation: wheelMove 1.5s infinite ease-in-out;
}

.main_title {
position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    flex-direction: column;
    opacity: 1;
    transition: 0.3s all;
	z-index:11;
}

.main_title .title1{
color:#fff;
font-size:4em;
text-align:center;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.main_title .title2{
color:#fff;
font-size:4em;
text-align:center;
margin-bottom: 7px;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#main_banner .main_total_img {
	max-width: 1300px;
    display: flex;
    height: 100svh;
	margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
	padding-bottom:120px;
}

#main_banner .main_total_img img{
max-width:100%;
}


@media all and (max-width:768px) {
.main_title {
    top: 0px;
}
#main_banner .main_total_img{
padding-bottom: 50px;
}
#main_banner .main_total_img img{
max-width:160%;
}

.main_title .title2{
font-size:2.7em;
}

.main_title .title1{
font-size:2.4em;
}

}
/*

 .index_menu {
 padding:80px 0;
 height: 100vh;

 }
@media (max-width: 768px){
 .index_menu {
 padding:50px 5px 30px;
 }
}
*/
.movehide {
opacity:0 !important;
}

/*
    #slider {
      position: relative;
      width: 100%;
      height: 100svh;
	  overflow:hidden;
    }

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  display: flex;
  opacity: 1;
  z-index: 1;
}


.slide .bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: zoom-in 10s ease-in-out forwards;
}


.overlay-text {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 20px 40px;
  border-radius: 10px;
}

.bg {
  transform: scale(1);
  will-change: transform;
}

.bg.zoom-in {
  animation: zoom-in 10s ease-in-out forwards;
}

@keyframes zoom-in {
  from { transform: scale(1); }
  to   { transform: scale(1.1); }
}


    .overlay-text .title {
      margin: 0;
      font-size: 48px;
    }

    .overlay-text p {
      margin: 10px 0 0;
      font-size: 20px;
    }

    .progress-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 7px;
      background: #bf0d0d;
      width: 0;
	  z-index:3;
    }

    .pagination {
      position: absolute;
      bottom: 20px;
      right: 20px;
 
      color: white;
	  z-index:3;
    }

    .pagination span {
      margin: 0 5px;
      cursor: pointer;
      font-size: 18px;
      opacity: 0.5;
    }

.pagination span.active {
  opacity: 2;
  cursor: default;           
  pointer-events: none;      
}

*/


#slider {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  color:#fff;
}

.hero-swiper {
  width:100%;
  height:100%;
}


.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  width:100%;
  height:100%;
}

.slide-1, .slide-2 {
  position:relative;
  border-radius:0;
  overflow:hidden;
}

/* 슬라이드1 배경 & 텍스트 */
.slide-1 .bg {
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1);
  transition:transform 5s linear;
}

.slide-1 .bg::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  z-index: 1;
  pointer-events: none; /* 클릭 방해 X */
  background: url('../images/raster.png');
}

.slide-1.swiper-slide-active .bg {
  transform:scale(1.1); /* 약한 줌인 */
}
.slide-1 .overlay-text {
position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    flex-direction: column;
    opacity: 1;
    transition: 0.3s all;
	z-index:11;
}
.slide-1 .overlay-text .title {
  font-size:46px;
  font-weight:800;
}
.slide-1 .overlay-text p {
  margin-top:10px;
  font-size:16px;
  opacity:.8;
}

/* 슬라이드2: 영상 */
.slide-2 .playerBox {
  position:absolute;
  inset:0;
  overflow:hidden;
}
.slide-2 .goto {
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  z-index:3;
}
.slide-2 .main_title .title1,
.slide-2 .main_title .title2 {
  color:#fff;
}

.slide-2 .playerBox {
  position: relative;
  overflow: hidden;
}


.slide-2 .playerBox::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0,0,0,0.3); /* 검정 50% */
  z-index: 1;
  pointer-events: none; /* 클릭 방해 X */
}

.media-button {
  width:70px;
  height:70px;
  border-radius:50%;
  border:none;
  background:rgba(0,0,0,0.7);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  opacity:0;
  pointer-events:none;
  transition:all .25s ease;
}
.media-button.show {
  opacity:1;
  pointer-events:auto;
}


/* 진행바 */
.progress-bar {
  position:absolute;
  left:0;
  right:0;
  bottom:0px;
  height:8px;
  background:rgba(255,255,255,0.2);
  overflow:hidden;
  z-index:15;
}
.progress-bar::after {
  content:'';
  display:block;
  width:0;
  height:100%;
  background:#333333;
}

/* 페이지네이션 */
.pagination.swiper-pagination {
  bottom:30px !important;
  color:#fff;
  text-align: left;
  padding-left:20px;
}
.pagination .swiper-pagination-bullet {
  background:rgba(255,255,255,0.6);
  opacity:1;
  width: 14px;
  height: 14px;
}
.pagination .swiper-pagination-bullet-active {
  background:#fff;
}



/* 네비 */
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
display:none;
  color:#fff;
}

/* 마우스 아이콘 */
#slider .mousebox {
  position:absolute;
  left:50%;
  bottom:20px;
  transform:translateX(-50%);
  z-index:5;
}

/* 반응형 */
@media (max-width:1024px){
  #slider { height:100svh; }
  .slide-1 .overlay-text .title {
    font-size:30px;
	margin:0 auto;
  }
}

.facilitybox {
    margin: 0px 10px;
    overflow: hidden;
    border-radius: 10px;
}

.facilityinbox {
	width:100%;
	height:550px;
	display: flex;
background-color:#106592;
border-radius: 10px;
}

@media (max-width: 1024px){
.facilitybox {
    margin: 0;
    padding: 0px 10px;
 }

 .facilityinbox {
	width:100%;
	height:400px;
	display: flex;
background-color:#106592;
border-radius: 10px;
}

}






.facilitybox .leftbox{
width:50%;
height:100%;
overflow:hidden;
background:url('../images/quality_bg.jpg') no-repeat right/cover;
}

.facilitybox .rightbox{
width:50%;
height:100%;
background:url('../images/grid_pattern.png') repeat;
}
.facilitybox .rightbox .inner {
max-width:675px;
margin:0;
padding:150px 50px;
}
.facilitybox .rightbox .inner h2 {
color:#fff;
font-size:48px;
margin-bottom:10px;
}
.facilitybox .rightbox .inner .sub{
color:#fff;
font-size:24px;
}
.facilitybox .rightbox .inner .text{
color:#fff;
font-size:20px;
line-height:1.4em;
}

.facilitybox .rightbox .inner .valveimg {
padding:100px;
}
.facilitybox .rightbox .inner .valveimg img {
max-width:100%;
}
@media (max-width: 1300px){
.facilitybox .rightbox .inner .valveimg {
padding:70px !important;
}
}
@media (max-width: 1024px) {
	.facilitybox .rightbox .inner .valveimg {
	padding:50px 30px !important;
}
.facilitybox .rightbox .inner {
margin:0;
padding:50px 50px;
}

.facilitybox .rightbox .inner .text {
    color: #fff;
    font-size: 17px;
	line-height:1.4em;
	margin-top:20px;
}
}

@media (max-width: 768px) {
.facilitybox {
	width:100%;
/*	height:100vh;*/
	display: flex;
	flex-direction: column;
}
.facilitybox .rightbox .inner {
max-width:100%;
margin:0;
padding:50px;
}
.facilitybox .leftbox{
display:none;
}
.facilitybox .rightbox{
width:100%;
}
	.facilitybox .rightbox .inner .valveimg {
	padding:70px 30px !important;
}
}

	.explore-products{
		padding:80px 0 0px;
        /* [추가] 중앙 정렬 및 최대 너비 설정 */
        max-width: 1300px;
        margin: 0 auto;
	}
	.explore-products .title{ 
		font-size:40px;
		color:#333333;
		letter-spacing:-1px;
		margin-bottom:10px;
	}
	.explore-products .sub_title{ 
		font-size:17px;
		line-height: 1.3em;
	}


@media (max-width: 1300px) {
    .explore-products {
        max-width: 100%;
        padding: 80px 15px 50px; /* 좌우 패딩 추가 */
    }
	.explore-products .title{ 
		padding:0;
		font-size:36px;
		color:#333333;
		letter-spacing:-1px;
		margin-bottom:18px;
		line-height: 1em;
	}
	.explore-products .sub_title{ 
		padding:0;
		font-size:17px;
		line-height: 1.4em;
	}

}

@media (max-width: 768px) {
	.explore-products{
		padding:50px 20px 0;
	}

	.overlay-text .title {
	font-size: 40px;
	}

}

/* [수정] Swiper Wrapper 관련 스타일 */
.product-swiper-container {
    margin-top:50px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px; /* 페이지네이션 공간 확보 */
    position: relative;
    max-width: 1300px; 
    margin-left: auto;
    margin-right: auto;
}

.product-lineup-swiper {
    width: 100%;
    height: auto;
    overflow: visible; /* 카드가 잘리지 않게 */
}

.swiper-wrapper {
    margin-bottom: 20px;
}

/* 제품 라인업 페이지네이션 - 라인형 (Progress Bar) */
.product-pagination {
    position: sticky !important;
    bottom: 0px !important; /* 아래로 더 내림 */
    left: 0;
    width: 100%;
    height: 2px !important; /* 라인 두께 */
    background: rgba(0,0,0,0.07) !important; /* 배경색을 더 연하게 */
    border-radius: 2px;
    margin-top: 0px;
    /* Swiper 기본 변수 덮어쓰기 */
    --swiper-pagination-color: #333 !important; /* 채워지는 부분 색상 */
    --swiper-pagination-progressbar-bg: rgba(0,0,0,0.07) !important; /* 배경색 */
   /* transform: translateY(50%); /* bottom -15px와 함께 수직 정렬 */
}

.product-pagination .swiper-pagination-progressbar-fill {
    background: #333; /* 채워지는 색상 (진한 회색/검정) */
    border-radius: 2px;
}

.explore-card {
  position:relative;
  padding:36px 30px;
  height:360px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  text-decoration:none;

  /* 배경색/글자색/트랜스폼만 부드럽게 */
  transition:
    background-color .4s cubic-bezier(0.33, 1, 0.68, 1),
    color            .4s cubic-bezier(0.33, 1, 0.68, 1),
    transform        .35s cubic-bezier(0.33, 1, 0.68, 1);
}
/*
.explore-card:last-child {
  border-right:none;
}
*/
.explore-card .label-wrap {
  position:relative;
  z-index:2;
}

.explore-card .label-ko {
  display:block;
  font-size:26px;
  font-weight:700;
  margin-bottom:4px;
}

.explore-card .label-en {
  display:block;
  font-size:16px;
  font-weight:500;
}

/* 기본 썸네일 (우측 하단 확대) */
.explore-card .thumb-wrap {
  position:absolute;
  left: 50%; /* ✅ 중앙 정렬을 위해 50% 위치에서 시작 */
  bottom: -30%; /* ✅ 중앙 아래에 배치 */
  height:50%;
  max-height:280px;
  z-index:1;
  
  /* 중앙 정렬을 위한 translateX(-50%)와 초기 스케일(1) 적용 */
  transform: translateX(-50%) scale(1.6); /* ✅ X축 중앙 정렬 및 초기 스케일 1 */
  transform-origin:bottom center; /* ✅ 이미지 중앙 하단을 기준으로 변환 */
  transition:all .4s cubic-bezier(0.33, 1, 0.68, 1);
}

.explore-card .thumb-wrap img {
  display:block;
}

/* 카드별 기본 색상 */
.explore-card.type-safety {
  background:#333333;
  color:#fff;
}
.explore-card.type-safety .label-en {color:#ffe9e9;}
/*
.explore-card.type-prv,
.explore-card.type-primary,
.explore-card.type-steam {
  background:#ffffff;
  color:#222;
}
*/
.explore-card.type-prv .label-en,
.explore-card.type-primary .label-en,
.explore-card.type-steam .label-en {color:#999;}

/* 공통 hover: 배경색 변경 + 이미지 축소 & 위치 정렬 */
.explore-card:hover {
  /* 배경색만 변경 → 부드럽게 페이드됨 */
  background-color:#4DB0B5;
  color:#fff;
}

.explore-card:hover .bcolor {
  color:#fff;
}



.explore-card:hover .label-en {
  color:#d9ecff;
}

.explore-card:hover .thumb-wrap {
  bottom:0;
  transform: translateX(-50%) scale(1);
}

/* 첫 카드(안전밸브)는 hover 시 좀 더 딥 레드 느낌 유지 */
.explore-card.type-safety:hover {
  background:#b00012;
}

@media (max-width: 600px) {
  .explore-products-title {
    font-size:30px;
  }

  .explore-products-sub {
    font-size:14px;
  }

  .explore-card {
    padding:20px 18px;
    height:200px;
  }
  
}


/* --- START: 추가된 3개 박스 섹션 --- */
.info_boxes_wrapper {
    position: relative;
    z-index: 2; /* 스티키 섹션 위에 오도록 */
    background: #fff; /* 푸터와 동일한 배경 */
    padding: 50px 10px; /* facilitybox와 푸터 사이의 간격 */
    margin-bottom: 0px;
}

/* 모바일 반응형 */
@media (max-width: 480px) {

    .product-lineup-swiper .swiper-wrapper {

        grid-template-columns: repeat(1, 1fr) !important; 
        gap: 10px !important;
       
        box-sizing: border-box !important;
    }
    
     /* [수정] 제품 라인업 모바일 그리드 강제 적용    
    .product-pagination {
        display: none !important;
    }
	*/

.detail-button{
opacity:0;
}

    .product-lineup-swiper .swiper-slide {
        width: 100% !important;
        height: auto !important;
        margin-right: 0 !important;
        display: block !important;
    }

    
    .product-lineup-swiper {
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    /* 기존 모바일 스타일 */
    .info_boxes_wrapper {
        padding: 15px 0; 
    }
    
    .info_boxes_container {
        gap: 15px;
    }
    .info_box {
        min-height: 180px;
        padding: 20px;
    }
    .info_box .box_text h3 {
        font-size: 1.8em;
    }
    .info_box .box_text p {
        font-size: 1.1em;
    }
    .info_box .box_image {
        max-width: 40%;
    }
    .info_box.box1, .info_box.box2,.info_box.box3 {
         min-height: 160px;
         justify-content: center;
    }
    .info_box.box1 .btn_group a {
        font-size: 0.9em;
        padding: 8px 15px;
    }
	.info_box .box_text h4 {
    font-size: 1.3em;
	}
    
    .explore-card .label-ko {
        font-size:22px;
    }

    .explore-card .label-en {
        font-size:14px;
    }

.explore-card .thumb-wrap {
  position:absolute;
  left: 50%; /* ✅ 중앙 정렬을 위해 50% 위치에서 시작 */
  height:50%;
  max-height:280px;
  z-index:1;
  
  /* 중앙 정렬을 위한 translateX(-50%)와 초기 스케일(1) 적용 */
  transform: translateX(-50%) scale(1.6); /* ✅ X축 중앙 정렬 및 초기 스케일 1 */
  transform-origin:bottom center; /* ✅ 이미지 중앙 하단을 기준으로 변환 */
  transition:all .4s cubic-bezier(0.33, 1, 0.68, 1);
}


.explore-card:hover .thumb-wrap {
  bottom:-50px;
  transform: translateX(-50%) scale(1);
}

}


.info_boxes_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; /* 모바일 대비 */
}

.info_box {
    flex: 1;
    min-width: calc(50% - 20px);
    background-color: #f4f4f4; /* 이미지의 배경색과 유사하게 */
    border-radius: 0px;
    padding: 25px 30px;
	border:0px solid #eee;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease, box-shadow 0.3s ease;
}
/*
.info_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}
*/
.info_box .box_text h3 {
    font-size: 2.2em;
    font-weight: 800;
    color: #555;
    margin: 0;
}

.info_box .box_text h4 {
    font-size: 1.7em;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.info_box .box_text p {
    font-size: 1.4em;
    color: #777;
    margin: 5px 0 0 0;
}

.info_box .box_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
    height: 100%;
}

.info_box .box_image {
    max-width: 50%;
    height: auto;
    align-self: flex-end;
}
.info_box .box_image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 박스 1: 카탈로그 */
.info_box.box1 {
    /* 실제 이미지 사용 시 아래 주석 해제 */
    background: url('../images/index_bottom_bg1.png') no-repeat right bottom -50px; 
    background-size: contain;
    background-color: rgba(73,73,73,0.9); /* 임시 배경색 */
    color: #fff;
    justify-content: flex-end; /* 텍스트와 버튼을 하단으로 */
}
.info_box.box1 .box_text h3 {
    color: #fff;
 /* text-shadow: 0 1px 3px rgba(0,0,0,0.3);*/
}

.info_box.box1 .box_text p {
    color: #fff;
 /* text-shadow: 0 1px 3px rgba(0,0,0,0.3);*/
}

.info_box.box1 .box_text,
.info_box.box1 .box_content {
    position: relative;
    z-index: 2;
}
.info_box.box1 .box_content {
    margin-top: 15px;
    align-items: center;
}
.info_box.box1 .btn_group a {
    font-size: 1em;
    color: #fff;
    background-color: rgba(40,40,40,0.8);
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.info_box.box1 .btn_group a:hover {
    background-color: rgba(0,0,0,1);
}
.info_box.box1 .btn_group span {
    font-size: 1.2em;
    color: rgba(255,255,255,0.7);
    margin: 0 8px;
}

.info_box.box2 {
    /* 실제 이미지 사용 시 아래 주석 해제 */
    background: url('../images/index_bottom_bg2.png') no-repeat right bottom -50px; 
    background-size: contain;
    background-color: rgba(255,255,255,0.9); /* 임시 배경색 */
    color: #fff;
    justify-content: flex-end; /* 텍스트와 버튼을 하단으로 */
}

.info_box.box2 .box_text h4 {
	color:#555;
}



/* 박스 2 & 3 공통 버튼 */
.info_box .btn_link {
font-size: 1em;
    color: #fff;
    display: flex;
    padding: 10px 40px 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    background-color: #060606;
    align-items: center;
}
.info_box .btn_link svg {
width:17px;
margin-right:5px;
}
.info_box .btn_link:hover {
    background-color: #333;
}
.info_box .btn_link.dark {
    background-color: #333; /* 어두운 회색 버튼 */
}
.info_box .btn_link.dark:hover {
    background-color: #333;
}

@media (max-width: 480px) {
	.info_box .btn_link {
		padding: 10px 30px 10px 20px;
	}
}

/* ===== Dr.ELEC 메인 히어로 섹션 ===== */

#hero-dr-elec.hero-stars {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  background:#000;
 /* background: radial-gradient(circle at top, #1b2760 0, #050710 45%, #020308 100%);*/
}

/* [수정] 배경 제어용 컨테이너 (Intro 애니메이션 대상) */
.hero-bg-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* 별보다 뒤에 */
  overflow: hidden; /* 이미지가 커서 삐져나가는 것 방지 */
}

/* [수정] 실제 배경 이미지 (Scroll Parallax 애니메이션 대상) */
.hero-bg-img {
  position: relative; /* relative로 변경하여 컨테이너 기준 배치 */
  width: 100%;
  height: 110%; /* 스크롤 시 위로 올라갈 때 하단 여백 방지를 위해 높이를 키움 */
  top: 0;
  left: 0;
  background: url("../images/main_bg1.jpg") center/cover no-repeat;
  opacity: 0.7;
  pointer-events: none;
  will-change: transform; /* 성능 최적화 */
}

/* 지면(밑에서 올라오는 영역) */
.hero-stars__ground {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40vh;
  background: linear-gradient(to top, #050309 0%, rgba(0, 0, 0, 0) 90%);
  transform: translateY(100%);
}

.hero-stars__ground-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0,
    #f5f5f5 40%,
    #ffdd99 60%,
    transparent 100%
  );
  opacity: 0.7;
}

/* 텍스트 레이아웃 */
.hero-stars__inner {
  position: relative;
  z-index: 2;
  width: min(1300px, 100%);
  margin: 0 auto;
  height: 100%;
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}

/* 텍스트 요소들 초기값 설정 (GSAP가 override 하겠지만 깜빡임 방지) */
.hero-stars__shield {
  width: 96px;
  height: 120px;
  border: 0px solid #42d9c8;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  filter: drop-shadow(0 0 16px rgba(66, 217, 200, 0.8));
  opacity: 1; 
  /* transform: translateY(20px); GSAP에서 제어 */
}

.hero-stars__shield img {
width:200px;
}
@media (max-width: 768px) {
.hero-stars__shield img {
width:160px;
will-change: filter;
}
}

.hero-stars__title-main {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 10px;
  opacity: 1;
  z-index:11;
}

.hero-stars__title-sub {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.45;
  opacity: 1;
  text-align:center;
}

.hero-stars__accent {
  color: #42d9c8;
}

/* 별이 찍히는 레이어 */
.hero-stars__star-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0; /* [수정] 초기에는 숨김 (JS에서 1.5초 후 Fade In) */
}

/* ✅ 실제 별 스타일 */
.hero-stars__star-layer .star {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

/* 별똥별 */
.hero-stars__shooting-star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.9);
  opacity: 0;
}

.hero-stars__shooting-star::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  right: 2px;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8)
  );
}

/* 반응형 */
@media (max-width: 768px) {
  #hero-dr-elec.hero-stars {
    height: 100vh;
  }

  .hero-stars__inner {
    align-items: center;
    text-align: center;
  }

  .hero-stars__ground {
    height: 45vh;
  }

  .hero-stars__shooting-star {
    width: 1px;
    height: 1px;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
  }
}

.swiper-slide{
width:600px;
}


/* === Dr.ELEC 스마트폰 섹션 === */
#section-dr-elec-phones {
background:#0b0705;
}
.dr-elec-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dr-elec-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, #f9d5e7 0%, #f3edf9 30%, #daf0ff 65%, #e3edf1 100%);
  opacity: 0;
  z-index: 0;
}

/* 🔹 particles.js 캔버스가 그려질 div */
#dr-elec-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;  /* 클릭 막지 않게 */
}

.dr-elec-inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 0.8fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

/* 텍스트 */
.dr-elec-text { color: #111; }
.dr-elec-text h2 {font-size: 46px; line-height: 1.3;margin-top:5px;}
.dr-elec-eyebrow { font-size: 30px;  margin-bottom: 0px; }
.dr-elec-heading { font-size: 42px; line-height: 1.3; }
.dr-elec-heading .point { color: #418f81; }
.dr-elec-sub { font-size: 30px; margin-bottom: 0px; }
.dr-elec-logo-text { font-size: 46px; font-weight: 800; }

/* 위쪽 왼쪽 텍스트 */
.dr-elec-text-left {
  align-self: flex-start;   /* 컨테이너 왼쪽에 붙이기 */
  text-align: left;
}


/* 아래쪽 오른쪽 텍스트 */
.dr-elec-text-right {
  align-self: flex-end;     /* 컨테이너 오른쪽에 붙이기 */
  text-align: right;
}

/* 스마트폰 */
.dr-elec-phones { position: relative; height: 480px; }
.dr-elec-phone {
  position: absolute;
  max-height: 100%;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.35));
  transform-origin: center bottom;
  will-change: filter;

}
/* 왼쪽 폰 : 약간 왼쪽·아래, 뒤에 있는 느낌 */
.dr-elec-phone-left {
  position: absolute;
  max-height: 100%;
 
  transform-origin: center bottom;

  right: 25%;        /* 너무 가운데로 들어오지 않게 */
  bottom: -80px;    /* 살짝 아래 */
  transform: rotate(-18deg);
  z-index: 2;       /* 오른쪽 폰보다 뒤 */
}

/* 오른쪽 폰 : 조금 더 위·앞, 살짝 겹치게 */
.dr-elec-phone-right {
  position: absolute;
  max-height: 100%;
 
  transform-origin: center bottom;

  left: 25%;       /* 왼쪽 폰과 살짝 겹칠 정도로만 안쪽으로 */
  bottom: 80px;     /* 더 위로 올림 */
  transform: rotate(10deg);
  z-index: 3;       /* 왼쪽 폰 위에 올라오도록 */
}

/* 반응형 */
@media (max-width: 1024px) {
  .dr-elec-inner { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .dr-elec-phone-left, .dr-elec-phone-right { left: auto; right: auto; }
  .dr-elec-heading { font-size: 32px; }
  .dr-elec-logo-text { font-size: 34px; }
}

/* PC 기준 레이아웃은 그대로 두고, 모바일에서만 재정렬 */
@media (max-width: 768px) {
  .dr-elec-section {
    min-height: auto;              /* 100vh 강제 안 함 */
  }

  .dr-elec-inner {
    padding: 60px 0px 80px;
    gap: 28px;

  }

  /* 텍스트는 위/아래지만 모바일에선 중앙 정렬 */
  .dr-elec-text-left,
  .dr-elec-text-right {
    align-self: stretch;
    text-align: center;
  }

  .dr-elec-heading {
    font-size: 24px;
  }

  .dr-elec-logo-text {
    font-size: 26px;
  }

.dr-elec-text h2 {font-size: 32px; line-height: 1.3;margin-top:5px;}
.dr-elec-eyebrow { font-size: 26px;  margin-bottom: 0px; }
.dr-elec-heading { font-size: 26px; line-height: 1.3; }
.dr-elec-heading .point { color: #418f81; }
.dr-elec-sub { font-size: 26px; margin-bottom: 0px; }
.dr-elec-logo-text { font-size: 26px; font-weight: 800; }

  /* 스마트폰 영역 줄이기 */
  .dr-elec-phones {
    height: 330px;
    width: 100%;
  }
  .dr-elec-phone {
    overflow:visible;
  }

  /* 모바일용 폰 위치/크기 조정 */
  .dr-elec-phone-left,
  .dr-elec-phone-right {
    max-height: 90%;
    transform-origin: center bottom;
  }

  .dr-elec-phone-left {
    left: 8%;
    bottom: -10px;
    transform: rotate(-14deg) scale(0.9);
  }

  .dr-elec-phone-right {
    right: 8%;
    bottom: 20px;
    transform: rotate(8deg) scale(0.9);
  }
}

	.swiper-slide {
	border-radius:20px;
	border:1px solid #e5e5e5;
	overflow:hidden;
	}
	.swiper_bg0 {
		background:#def2f6;
	}
	.swiper_bg1 {
		background:#eef8f5;
	}
	.product-header .product_line_txt1 {
 	font-size:1.2em;
	}
	.product-header .product_line_txt2 {
 	font-size:2em;
	}
	.product-header .bcolor {
	color:#0a4c88;
	transition:all .4s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.product-header .ocolor {
	color:#f7921d;
	transition:all .4s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.product-header .product_line_txt3 {
 	font-size:1.5em;
	}
	.detail-button-wrap {
	position:absolute;
	top:30px;
	right:30px;
	}
	.detail-button-wrap .detail-button {
	padding:8px 24px;
	border-radius:8px;
	background:#333;
	color:#fff;
	line-height: 1em;
    display: flex;
    align-items: center;

	}
	.detail-button-wrap .detail-button svg{
	width:20px;
	}

	@media (max-width: 1024px) {

	.product-header .product_line_txt1 {
 	font-size:1.2em;
	}
	.product-header .product_line_txt2 {
 	font-size:1.4em;
	}
	.product-header .product_line_txt3 {
 	font-size:1.3em;
	}

	}