
@charset "utf-8";
/* CSS 수정 */
/* 커스텀 페이지네이션 스타일 */
.custom-pagination {
  position: absolute;
  z-index: 10;
  left: auto; /* 왼쪽 속성 제거 */
  right: 60px; /* 오른쪽 배치 */
  bottom: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: right; /* 텍스트 오른쪽 정렬 */
  width: auto; /* 너비 자동 설정 */
}

.swiper-container {
  position: relative; /* 절대 위치 설정을 위한 기준점 */
}

.custom-pagination strong {
  font-weight: 900;
}

/* 꺽쇠 스타일 및 커서 변경 */
.pagination-prev, .pagination-next {
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 0.8;
  padding: 0 5px;
}

.pagination-prev:hover, .pagination-next:hover {
  opacity: 1;
}

/* 반응형 조정 */
@media (max-width: 768px) {
  .custom-pagination {
    right: 20px;
    bottom: 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .custom-pagination {
    right: 15px;
    bottom: 15px;
    font-size: 12px;
  }
}

	.page-wrapper { width: 100%; }
	.main-content { width: 100%; }
	.banner-section { width: 100%; }
	.hero-area { position: relative; width: 100%; cursor: pointer; }
	.hero-content { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; color: #fff; }
	.hero-title { margin-bottom: 50px; font-size: 96px; font-weight: 900; line-height: 1.2; color: #fff; }
	.title-part-1 { position: relative; }
	.title-part-2 { position: relative; }
	.title-part-2 .light-text { font-weight: 100; }
	.title-part-3 { position: relative; }
	.hero-subtitle { font-size: 20px; font-weight: 700; color: #fff; opacity: 0.8; }

	.image-slider { position: relative; width: 100%; height: 100vh; }
	.slide-list { list-style: none; }
	.slide-item { filter: brightness(0.6); background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s ease; }
	.slide-item.active { opacity: 1; }
	.slide-item.bg-1 { background-image:url(../img/main_slide_img01.jpg); }
	.slide-item.bg-2 { background-image:url(../img/main_slide_img02.jpg); }
	.slide-item.bg-3 { background-image:url(../img/main_slide_img03.jpg); }

	.scroll-hint { position: absolute; z-index: 3; left: 7%; bottom: 10%; padding-left: 15px; font-size: 14px; font-weight: 900; color: #fff; }
	.scroll-hint:after { opacity: 0; content: ""; position: absolute; left: 0px; top: 0px; width: 5px; height: 5px; border-radius: 50%; animation: scroll-anim 1.7s infinite linear; background-color: #fff; }

	.pagination-dots { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 15px; }
	.dot { width: 100px; height: 10px; background: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s ease; }
	.dot.active { background: #fff; }
	@media (max-width: 480px) {
	.dot { width: 50px; height: 7px; background: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s ease; }	
	 } 

           
        
[data-animate="slide-right"] { opacity: 0; margin-right: 300px; transition: all 1.2s ease; }
[data-animate="slide-right"].animate-active { opacity: 1; margin-right: 200px; }
[data-animate="slide-left"] { opacity: 0; margin-left: 280px; transition: all 1.2s ease; }
[data-animate="slide-left"].animate-active { opacity: 1; margin-left: 180px; }
[data-animate="slide-up"] { opacity: 0; margin-right: 200px; transition: all 1.2s ease; }
[data-animate="slide-up"].animate-active { opacity: 1; margin-right: 100px; }
[data-animate="fade-in"] { opacity: 0; transition: all 1.2s ease; }
[data-animate="fade-in"].animate-active { opacity: 1; }

@keyframes scroll-anim { 0% { opacity: 1; top: 0px; } 50% { opacity: 0.5; top: 30px; } 90% { opacity: 0; top: 50px; } 100% { opacity: 0; top: 0px; } }

@media (max-width: 1380px) {
	.hero-title { font-size: 65px; }
	.hero-subtitle { font-size: 18px; }
	.scroll-hint { left: 5%; }
}

@media (max-width: 1024px) {
	.hero-title { font-size: 52px; }
	.hero-subtitle { font-size: 17px; }
	.scroll-hint { left: 2.5%; }
}

@media (max-width: 768px) {
	.hero-title { font-size: 40px; }
	.title-part-1 { margin-right: 120px; }
	.title-part-2 { margin-left: 100px; }
	.title-part-3 { margin-right: 40px; }
	.hero-subtitle { font-size: 16px; }
	.slide-item.bg-1 { background-position: 15%; }
	.slide-item.bg-2 { background-position: 60%; }
}

@media (max-width: 480px) {
	.hero-title { margin-bottom: 40px; font-size: 31px; line-height: 1.3; }
	.title-part-1 { margin-right: 90px; }
	.title-part-2 { margin-left: 70px; }
	.title-part-3 { margin-right: 40px; }
	.hero-subtitle { font-size: 14px; }
	.scroll-hint { font-size: 13px; }
	.slide-item.bg-1 { background-position: 16%; }
}

@media (max-width: 380px) {
	.hero-title { margin-bottom: 30px; font-size: 28px; }
	.title-part-1 { margin-right: 80px; }
	.title-part-2 { margin-left: 60px; }
	.title-part-3 { margin-right: 35px; }
	.hero-subtitle { font-size: 13px; }
	.scroll-hint { padding-left: 12px; font-size: 12px; }
	.scroll-hint:after { width: 4px; height: 4px; }
	.slide-item.bg-1 { background-position: 17%; }
}



/* 헤더 섹션 */
.section01 { border-bottom: 1px solid #ddd; max-width: 1600px; margin: 0 auto; }
.section01 .header-section { padding: 200px 0 50px 0; border-bottom: 2px solid #333; margin-bottom: 80px; }
.section01 .header-content { display: flex; justify-content: space-between; align-items: flex-end; }
.section01 .header-left { flex: 1; }
.section01 .header-subtitle { font-size: 16px; color: #666; margin-bottom: 10px; font-weight: 400; }
.section01 .header-title { font-size: 80px; font-weight: 900; line-height: 1; color: #000; letter-spacing: -2px; }
.section01 .header-buttons { display: flex; gap: 15px; }
.section01 .btn { padding: 18px 30px; border: none; border-radius: 5px; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s ease; cursor: pointer; line-height: inherit; height: auto; }
.section01 .btn-primary { background-color: #4a5fc1; color: white; }
.section01 .btn-primary:hover { background-color: #3d4fa3; transform: translateY(-2px); }
.section01 .btn-secondary { background-color: #333; color: white; }
.section01 .btn-secondary:hover { background-color: #555; transform: translateY(-2px); }
        
/* 뉴스 섹션 */ 
.section01 .news-header { display: flex; justify-content: space-between; align-items: baseline; }
.section01 .news-title { font-size: 30px; font-weight: 700; color: #000; }
.section01 .view-more { color: #666; text-decoration: none; font-size: 16px; font-weight: 500; position: relative; transition: color 0.3s ease; }
.section01 .view-more:hover { color: #4a5fc1; }
        
/* 카운터 애니메이션 스타일 */
.counter { display: inline-block; position: relative; }
.counter.counting { animation: pulse 0.1s ease-in-out infinite alternate; }
        
@keyframes pulse {
	0% { transform: scale(1); }
	100% { transform: scale(1.02); }
}

/* 반응형 미디어 쿼리 */
@media (max-width: 1200px) {
	.section01 .header-title { font-size: 70px; }
	.section01 .header-section { padding: 150px 0 40px 0; margin-bottom: 60px; }
}

@media (max-width: 992px) {
	.section01 .header-title { font-size: 60px; }
	.section01 .header-subtitle { font-size: 15px; }
	.section01 .btn { padding: 16px 25px; font-size: 13px; }
	.section01 .header-section { padding: 120px 0 40px 0; margin-bottom: 50px; }
}

@media (max-width: 768px) {
	.section01 .header-content { flex-direction: column; align-items: flex-start; gap: 30px; }
	.section01 .header-title { font-size: 50px; }
	.section01 .header-subtitle { font-size: 14px; margin-bottom: 15px; }
	.section01 .header-buttons { width: 100%; justify-content: flex-start; }
	.section01 .btn { padding: 15px 20px; font-size: 12px; }
	.section01 .header-section { padding: 100px 0 30px 0; margin-bottom: 40px; }
}

@media (max-width: 576px) {
	.section01 .header-title { font-size: 40px; letter-spacing: -1px; }
	.section01 .header-subtitle { font-size: 13px; line-height: 1.4; }
	.section01 .header-buttons { flex-direction: column; gap: 12px; }
	.section01 .btn { width: 100%; text-align: center; padding: 14px 20px; }
	.section01 .header-section { padding: 80px 0 25px 0; margin-bottom: 30px; }
}

@media (max-width: 480px) {
	.section01 .header-title { font-size: 32px; }
	.section01 .header-subtitle { font-size: 12px; }
	.section01 .header-section { padding: 60px 0 20px 0; margin-bottom: 25px; }
}


.section02 .container { max-width: 1600px; margin: 0 auto; padding: 400px 20px 200px 20px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; min-height: 100vh; gap: 20px;  position: relative; }

.section02 .header { position: absolute; top: 200px; left: 40px; font-size: 3.5rem; font-weight: bold; color: #000; letter-spacing: -2px; }
.section02 .more-link { position: absolute; top: 260px; right: 60px; font-size: 1.1rem; color: #333; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.3s ease; }
.section02 .more-link:hover { color: #34495e; }
.section02 .more-link::after { content: '→'; font-size: 1.2rem; }
.section02 .left-panel, .section02 .center-panel, .section02 .right-panel { flex: 1; padding: 20px; }
.section02 .left-panel { display: flex; flex-direction: column; gap: 30px; }
.section02 .model-info { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.section02 .model-info.fade-out { opacity: 0; }
.section02 .model-number { font-size: 2.8rem; font-weight: 400; color: #2c3e50; margin-bottom: 20px; letter-spacing: -1px; }
.section02 .model-details { display: flex; flex-direction: column; gap: 12px; }
.section02 .detail-row { display: flex; align-items: center; gap: 20px; }
.section02 .detail-label { font-size: 0.9rem; color: #7f8c8d; font-weight: 600; min-width: 80px; }
.section02 .detail-value { font-size: 1.1rem; color: #34495e; font-weight: 500; }
.section02 .center-panel { display: flex; justify-content: center; align-items: center; position: relative; }
.section02 .product-image { max-width: 100%; height: auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1)); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border-radius: 12px; cursor: grab; user-select: none; }
.section02 .product-image:active { cursor: grabbing; }
.section02 .product-image.dragging { transform: scale(0.98); transition: transform 0.1s ease; }
.section02 .product-image.fade-out { opacity: 0; }
.section02 .right-panel { display: flex; flex-direction: column; gap: 40px; text-align: right; }
.section02 .menu-section { display: flex; flex-direction: column; }
.section02 .menu-item { font-size: 1.0rem; color: #7f8c8d; cursor: pointer; padding: 8px 0px; border-radius: 8px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; background: rgba(255, 255, 255, 0.3); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 10px; }

.section02 .menu-item:hover { background: rgba(255, 255, 255, 0.5); transform: translateX(-10px); color: #34495e; }
.section02 .menu-item.active { font-weight: 700; font-size: 2.1rem; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 8px; color: #2c3e50;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.section02 .menu-item.active::before { content: ''; position: absolute; left: -5px; top: 50%; transform: translateY(-50%); width: 4px; height: 60%; background: #3498db; border-radius: 2px; }
.drag-indicator { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); background: rgba(52, 152, 219, 0.9); color: white; padding: 8px 16px; border-radius: 20px; font-size: 0.8rem; font-weight: 500; opacity: 0; transition: all 0.3s ease; pointer-events: none; z-index: 10; }
.drag-indicator.show { opacity: 1; transform: translateX(-50%) translateY(10px); }
.product-navigation { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: none; gap: 8px; }
.nav-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(52, 152, 219, 0.3); transition: all 0.3s ease; cursor: pointer; }
.nav-dot.active { background: #3498db; transform: scale(1.2); }

@keyframes pulseGlow { 0%, 100% { box-shadow: 0 0 20px rgba(52, 152, 219, 0.3); transform: scale(1); } 50% { box-shadow: 0 0 40px rgba(52, 152, 219, 0.6); transform: scale(1.05); } }

.pulse-glow { animation: pulseGlow 2s ease-in-out; }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.fade-in { animation: fadeInUp 0.6s ease-out; }

@media (max-width: 1200px) { 
	.section02 .container { flex-direction: column; text-align: center; } 
	.section02 .right-panel { text-align: center; } 
	.section02 .menu-item.active { transform: scale(1.05); } 
	.section02 .menu-item:hover { transform: scale(1.02); } 
}

@media (max-width: 768px) { 
	.section02 .container { padding: 40px 20px; gap: 30px; } 
	.section02 .header { font-size: 2.2rem; left: 20px; } 
	.section02 .model-number { font-size: 2.2rem; } 
	.section02 .menu-item { font-size: 1.1rem; padding: 12px 16px; } 
	.section02 .menu-item.active { font-size: 1.6rem; } 
}


.section03 { width: 100%; padding: 100px 0; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.8) 100%), url('../img/section03_bg.jpg'); background-position: left; background-size: cover; background-attachment: fixed; }
.section03 .container { width: 100%; max-width: 1600px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 20px; }
.section03 .left-content { width: 50%; padding-right: 20px; margin-top: 15%; display: flex; flex-direction: column; justify-content: center; }
.section03 .left-content h2 { font-size: 65px; color: #fff; font-weight: 700; padding-bottom: 20px; word-break: keep-all; letter-spacing: -1px; line-height: 1.1; }
.section03 .left-content p { font-size: 20px; color: #fff; font-weight: 400; line-height: 1.5; max-width: 500px; opacity: 0.9; }
.section03 .right-content { width: 50%; color: #333; }
.section03 .right-content ul { display: flex; flex-wrap: wrap; gap: 30px; }
.section03 .right-content ul li { width: calc(50% - 40px); height: 500px; background-color: #fff; position: relative; border-radius: 20px; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; cursor: pointer; transition: transform 0.3s ease; }
.section03 .right-content ul li:hover { transform: translateY(-5px); }
.section03 .right-content ul li::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); border-radius: 20px; z-index: 1; transition: all 0.3s ease; }
.section03 .right-content ul li:nth-child(1) { background-image: url('../img/section03-right01.jpg'); margin-top: 0px; }
.section03 .right-content ul li:nth-child(2) { background-image: url('../img/section03-right02.jpg'); margin-top: 30px; }
.section03 .right-content ul li:nth-child(3) { background-image: url('../img/section03-right03.jpg'); margin-top: 0px; }
.section03 .right-content ul li:nth-child(4) { background-image: url('../img/section03-right04.jpg'); margin-top: 30px; }
.section03 .right-content ul li .tit_box { position: absolute; bottom: -50px; left: 0; right: 0; padding: 30px; transition: all 0.3s ease; display: flex; flex-direction: column; justify-content: flex-end; min-height: 80px; z-index: 2; }
.section03 .right-content ul li .tit_box h4 { margin: 0; padding: 0; transition: all 0.3s ease; line-height: 1.2; color: #fff; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); font-size: 22px; font-weight: 600; }
.section03 .right-content ul li .tit_box span { opacity: 0; transform: translateY(20px); transition: all 0.3s ease; display: block; margin-top: 10px; position: relative; color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); font-size: 18px; line-height: 1.5; }
.section03 .right-content ul li:hover .tit_box { transform: translateY(-60px); height: auto; }
.section03 .right-content ul li:hover .tit_box span { opacity: 1; transform: translateY(0); }

/* 수정된 반응형 CSS */
@media all and (max-width: 1400px) {
	.section03 .left-content h2 {font-size: 55px;}
	.section03 .left-content p {font-size: 18px;}
}

@media all and (max-width: 1206px) {
	.section03 {padding: 80px 0;}
	.section03 .container {flex-direction: column;align-items: center;max-width: 1000px;padding: 0 40px;}
	.section03 .left-content { width: 100%; padding: 0 0 60px 0;margin-top: 0;text-align: center;}
	.section03 .left-content h2 {font-size: 48px;margin-bottom: 30px;}
	.section03 .left-content p { max-width: 700px; margin: 0 auto;font-size: 18px;}
	.section03 .right-content { width: 100%;}
	.section03 .right-content ul { justify-content: center;gap: 30px;}
	.section03 .right-content ul li { width: calc(50% - 15px);height: 400px;}
	.section03 .right-content ul li:nth-child(2),
	.section03 .right-content ul li:nth-child(4) {margin-top: 0;}
}

@media all and (max-width: 768px) {
	.section03 {padding: 60px 0;}
	.section03 .container {padding: 0 20px;}
	.section03 .left-content h2 {font-size: 36px;line-height: 1.2;}
	.section03 .left-content p {font-size: 16px;line-height: 1.6;}
	.section03 .right-content ul {gap: 20px;}
	.section03 .right-content ul li { width: 100%;height: 350px;}
	.section03 .right-content ul li .tit_box h4 {font-size: 20px;}
	.section03 .right-content ul li .tit_box span {font-size: 16px;}
}

@media all and (max-width: 480px) {
	.section03 .left-content h2 {font-size: 28px;}
	.section03 .left-content p {font-size: 15px;}
	.section03 .right-content ul li {height: 300px;}
	.section03 .right-content ul li .tit_box {padding: 20px;}
	.section03 .right-content ul li .tit_box h4 {font-size: 18px;}
	.section03 .right-content ul li .tit_box span {font-size: 14px;}
}


.section04 .container { width: 100%; max-width: 1600px; margin: 0 auto; padding: 150px 40px 20px 40px; display: flex; flex-direction: column; justify-content: center; }
.section04 .header-section { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 60px; position: relative; padding: 0 30px }
.section04 .title-main { font-size: 10rem; font-weight: 300; color: #000; line-height: 0.9; letter-spacing: -4px; margin: 0; }
.section04 .title-center { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 40px; }
.section04 .subtitle-text { font-size: 1.1rem; color: #666; line-height: 1.6; text-align: left; max-width: 300px; margin-top: 20px; }
.section04 .title-right { flex: 1; display: flex; justify-content: flex-end; }
.section04 .title-feel { font-size: 10rem; font-weight: 300; color: #000; line-height: 0.9; letter-spacing: -4px; margin: 0; }



@media (max-width: 1400px) {
  .section04 .container { max-width: 1200px; padding: 60px 30px; }
  .section04 .title-main, .section04 .title-feel { font-size: 6.5rem; }
  .section04 .image-section { height: 450px; }

}

@media (max-width: 1024px) {
  .section04 .container { padding: 50px 20px; }
  .section04 .header-section { flex-direction: column; text-align: center; margin-bottom: 40px; }
  .section04 .title-left, .section04 .title-right { width: 100%; display: flex; justify-content: center; }
  .section04 .title-main { font-size: 5rem; margin-bottom: 20px; }
  .section04 .title-center { order: -1; padding: 20px 0; }
  .section04 .title-feel { font-size: 5rem; margin-top: 20px; }
}

@media (max-width: 768px) {
  .section04 .container { padding: 40px 15px; }
  .section04 .title-main, .section04 .title-feel { font-size: 3.5rem; letter-spacing: -2px; }
  .section04 .subtitle-text { font-size: 1rem; max-width: 250px; }
  .section04 .image-section { height: 300px; border-radius: 15px; }
}

@media (max-width: 480px) {
  .section04 .container { padding: 30px 10px; }
  .section04 .title-main, .section04 .title-feel { font-size: 2.5rem; letter-spacing: -1px; }
  .section04 .subtitle-text { font-size: 0.9rem; max-width: 200px; }
  .section04 .image-section { height: 250px; border-radius: 10px; }
  .section04 .korval-logo { font-size: 1.2rem; letter-spacing: 1px; }
  .section04 .image-overlay { padding: 12px 24px; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.section04 .container > * { animation: fadeInUp 0.8s ease-out; }
.section04 .image-section { animation: fadeInUp 1s ease-out 0.3s both; }
.section04 .image-overlay:hover { transform: translate(-50%, -50%) scale(1.05); transition: transform 0.3s ease; }


/*비디오*/
.tl_video_bg_wrap {max-width: 1600px; margin: 0 auto}
.tl_video_bg_wrap .video_area {background-image:url(../img/section04_bg.jpg);background-position:center;background-repeat:no-repeat;height:506px;position:relative;z-index:1;display:flex;align-items:center;}
.tl_video_bg_wrap .video_area::before {content: '';position: absolute;top: 0; left: 0; right: 0; bottom: 0;background: rgba(0,0,0,0.2); z-index: 2; pointer-events: none;  border-radius: inherit; }
.tl_video_bg_wrap .video_area h2 { text-align:center; font-size:18px; color:#fff; font-weight:600; padding-bottom:30px; letter-spacing:15px; margin-top:-20px; position:relative; z-index: 22}
.tl_video_bg_wrap .video_area .intro_video_iner {width: 100%;height: 100%;}
.tl_video_bg_wrap .video_area .intro_video_icon {display: inline-block; margin-top: 50px;}
.tl_video_bg_wrap .video_area .video-play-button{position:absolute;z-index:10;left:50%;transform:translateX(-50%) translateY(-50%);box-sizing:content-box;display:block;width:32px;height:44px; background: linear-gradient(to right,#fdb812,#d19504);
    float: left;;border-radius:50%;padding:18px 20px 18px 28px}
.tl_video_bg_wrap .video_area .video-play-button:before{content:"";position:absolute;z-index:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:rgba(255,255,255,.3);border-radius:50%;animation:pulse-border 1.5s ease-out infinite}
.tl_video_bg_wrap .video_area .video-play-button:after{content:"";position:absolute;z-index:1;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:rgba(255,255,255,.2);border-radius:50%;transition:all .2s}
.tl_video_bg_wrap .video_area .video-play-button:hover:after {background: rgba(255, 255, 255, 0.3);}
.tl_video_bg_wrap .video_area .video-play-button img{position:relative;z-index:3;max-width:100%;width:auto;height:auto}
.tl_video_bg_wrap .video_area .video-play-button span { display: inline-block; position: relative; z-index: 3; top: 8px; cursor: pointer;}
.tl_video_bg_wrap .video_area .ti-control-play:before { content: "\e6ad";font-size: 28px;color: #fff;}

@keyframes pulse-border {
  0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity: 1;}
  100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity: 0;}
}


@media (max-width: 768px) {
	.tl_video_bg_wrap .video_area {height: 306px}
	.tl_video_bg_wrap .video_area .video-play-button:after { width: 60px; height: 60px}
	.tl_video_bg_wrap .video_area .video-play-button { width: 22px; height: 34px;}
	.tl_video_bg_wrap .video_area .video-play-button span {display: inline-block; position: relative; z-index: 3; top: 3px;cursor: pointer;}
	.tl_video_bg_wrap .video_area .ti-control-play:before { font-size: 25px}

}
/*비디오*/


.section06 { width: 100%; }
.section06 .hero-section { position: relative;  }
.section06 .container { max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; border-radius: 20px; min-height: 70vh; display: flex; flex-direction: column; justify-content: center; }
        
.section06 .header { width: 100%; max-width: 1600px; padding: 0 20px; margin: auto; z-index: 3; }
.section06 .header h2 { font-size: 4rem; font-weight: 800; margin-bottom: 10px; letter-spacing: 1px; color: #222; }
.section06 .header p { font-size: 1rem; opacity: 0.8; font-weight: 300; margin-left: auto; text-align: right; max-width: 400px; color: #555; padding-bottom: 20px }
.section06 .bg { width: 100%; background-image: url('../img/customer_service_bg.jpg'); background-size: cover; background-position: center; height: 617px; position: relative; display: flex; align-items: center; justify-content: center; }
.section06 .bg::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; }
        
.section06 .cards-grid { display: flex; justify-content: space-between; margin-bottom: 50px; max-width: 1600px; margin: auto; gap: 20px; z-index: 2 }
.section06 .card { width: 25%;  border: 1px solid rgba(255, 255, 255, 0.3); padding: 40px 30px; color: white; transition: all 0.3s ease; cursor: pointer; position: relative; }
.section06 .card:hover { transform: translateY(-10px); background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.3); }
.section06 .card h3 { font-size: 1.8rem; font-weight: 400; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
.section06 .arrow { font-size: 1.5rem; opacity: 0.7; transition: all 0.3s ease; }
.section06 .card:hover .arrow { opacity: 1; transform: translateX(5px); }
.section06 .card p { font-size: 1rem; line-height: 1.6; opacity: 0.9; font-weight: 300; color: #fff }
        
@media (max-width: 768px) { 
	.section06 .header { top: 60px; left: 50%;  padding: 0 15px; } 
	.section06 .header h2 { font-size: 2.5rem; } 
	.section06 .header p { font-size: 0.9rem; margin-left: 0; text-align: left; margin-top: 10px; } 
	.section06 .cards-grid { flex-direction: column; gap: 20px; margin: 0 20px; } 
	.section06 .card { width: 100%; padding: 30px 25px; } 
	.section06 .card h3 { font-size: 1.5rem; } 
	.section06 .bg { height: auto; min-height: 100vh; }
}

@media (max-width: 480px) {
	.section06 .header { top: 40px; left: 50%;  padding: 0 15px; } 
	.section06 .header h2 { font-size: 2rem; } 
	.section06 .bg { min-height: 100vh; }
}


.section07 { width: 100%; padding: 0; background-color: #3a3a3a; }
.section07 .footer-menu { width: 100%;  padding: 60px 0; }
.section07 .container { max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 20px; }
.section07 .menu-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 80px; }
.section07 .menu-column { display: flex; flex-direction: column; }
.section07 .menu-title { font-size: 1.1rem; font-weight: 500; color: #ffffff; margin-bottom: 30px; letter-spacing: 0.5px; text-transform: uppercase; }
.section07 .menu-list { list-style: none; }
.section07 .menu-item { margin-bottom: 15px; }
.section07 .menu-link { color: #999999; text-decoration: none; font-size: 0.95rem; font-weight: 300; transition: color 0.3s ease; display: block; }
.section07 .menu-link:hover { color: #ffffff; }

@media (max-width: 1200px) {
	.section07 .menu-grid { gap: 60px; }
}

@media (max-width: 992px) {
	.section07 .menu-grid { grid-template-columns: repeat(3, 1fr); gap: 50px; }
	.section07 .menu-column:nth-child(4), .menu-column:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 768px) {
	.section07 .footer-menu { padding: 40px 0; }
	.section07 .menu-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
	.section07 .menu-title { font-size: 1rem; margin-bottom: 20px; }
	.section07 .menu-link { font-size: 0.9rem; }
}

@media (max-width: 480px) {
	.section07 .container { padding: 0 15px; }
	.section07 .menu-grid { grid-template-columns: 1fr; gap: 30px; }
	.section07 .footer-menu { padding: 30px 0; }
	.section07 .menu-title { margin-bottom: 15px; }
	.section07 .menu-item { margin-bottom: 12px; }
}