

/* Footer */
.footer {
    background: #333;
    color: #ccc;
    padding: 0px 0 60px;
}

.footer .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

button#scrollTopBtn{
	position:fixed;
	width:3vw;
	max-width:75px;
	max-height:75px;
	bottom:22%;
	aspect-ratio:1;
	right:30px;
	border-radius:50%;
	border:2px solid #fff;
	background:#ff7f2a;
	color:#fff;
	font-size:1.0rem;
	z-index:999;
	display: none;
	opacity: 0;
	transform: translateY(30px) scale(0.8);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
}

button#scrollTopBtn img{
	width:100%;
}

button#scrollTopBtn:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 6px 20px rgba(255, 127, 42, 0.4);
}

button#scrollTopBtn.show {
	opacity: 1;
	transform: translateY(0) scale(1);
}

/* 페이드 인 애니메이션 */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px) scale(0.8);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* 페이드 아웃 애니메이션 */
@keyframes fadeOutDown {
	from {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
	to {
		opacity: 0;
		transform: translateY(30px) scale(0.8);
	}
}

button#scrollTopBtn.fade-in {
	animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

button#scrollTopBtn.fade-out {
	animation: fadeOutDown 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* 모바일 반응형 스타일 */
@media (max-width: 768px) {
	button#scrollTopBtn {
		width: 50px;
		height: 50px;
		max-width: 50px;
		max-height: 50px;
		bottom: 80px;
		right: 20px;
		border-width: 1px;
	}
}

@media (max-width: 480px) {
	button#scrollTopBtn {
		width: 45px;
		height: 45px;
		max-width: 45px;
		max-height: 45px;
		bottom: 15px;
		right: 15px;
	}
}

/* 태블릿 반응형 스타일 */
@media (min-width: 769px) and (max-width: 1024px) {
	button#scrollTopBtn {
		width: 60px;
		height: 60px;
		max-width: 60px;
		max-height: 60px;
		bottom: 25px;
		right: 25px;
	}
}

/* Footer Top */
.footer-top {
    margin-bottom: 50px;
}

.footer-top .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom:1px solid #999;
    padding:60px 0;
}

.footer-top-left {
    flex: 1;
}

.footer-slogan {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    color: #999;
}

.footer-slogan .orange {
    color: #ff7f2a;
}

.footer-slogan .white {
    color: #ffffff;
}

.footer-top-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
}

.footer-menu {
    display: flex;
    gap: 30px;
}

.footer-menu a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    position: relative;
}


.footer-logo img {
    height: auto;
    width: auto;
}

/* Footer Bottom */
.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-bottom-left {
    flex: 1.5;
}

.footer-info {
    line-height: 1.8;
}

.footer-info p {
    color: #999;
    font-size:15px;
    margin-bottom: 5px;
}

.footer-info .bar {
    color: #444;
    margin: 0 8px;
}

.footer-bottom-right {
    flex: 1;
    text-align: right;
}

.footer-contact {
    margin-bottom: 30px;
}

.contact-title {
    color: #b6c7ff;
    font-size: 16px;
}

.contact-number {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-time {
    color: #999;
    font-size: 17px;
}

.footer-sns {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-sns a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-sns a:hover {
    background: #444;
}

.footer-sns img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

.copyright {
    text-align:center;
    color: #999;
    font-size: 14px;
}



.btn-top, .btn-kakao {
    position: fixed;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #ff7f2a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background 0.2s;
    z-index: 100;
}

.btn-top {
    bottom: 100px;
}

.btn-kakao {
    bottom: 30px;
    background: #FFE812;
    color: #3C1E1E;
}

.btn-top:hover, .btn-kakao:hover {
    opacity: 0.9;
}




  
  
 /* * 섹션 7: 푸터 스타일 (케어네이션 스타일) */

#section7{
	position:relative;
	bottom:0;
	background:#333;
}

.section7_box{
	position:relative;
	width:100%;
}
.footer {
  background-color: #2a2a2a;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

/* 상단 네비게이션 */
.footer-nav {
  border-bottom: 1px solid #888;
  padding: 15px 0;
  background:#333;
}

.footer-nav .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #ff7f2a;
}

.nav-links .divider {
  color: #666;
  font-size: 12px;
}

/* 메인 푸터 콘텐츠 */
.footer-main {
  padding: 40px 0;
  width:100%;
  background:#333;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

/* 왼쪽 영역 - 회사 정보 */
.footer-left {
  flex: 1;
}

.company-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.logo-icon {
  font-size: 24px;
  color: #ff7f2a;
}

.logo-text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.company-details {
  margin-bottom: 20px;
}

.company-details p {
  margin: 8px 0;
  color: #ccc;
  font-size: 1.1rem;
  line-height: 1.5;
  
}

.company-details p .m_br{
	display:none;
}
.company-details strong {
  color: #fff;
  font-weight: 600;
  margin-right:15px;
}

.company-disclaimer {
  padding-top: 15px;
  border-top: 1px solid #444;
}

.company-disclaimer p {
  color: #999;
  font-size: 12px;
  margin-bottom:0;
  line-height: 1.4;
}

/* 오른쪽 영역 */
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 400px;
}

/* 소셜 미디어 */
.social-media {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #ff7f2a;
  transform: translateY(-2px);
}

.social-icon i {
  color: #fff;
}

.social-icon:hover i {
  color: #fff;
}

/* 네이버 블로그 */
.social-icon.blog {
  background-color: #03c75a;
}

.social-icon.blog:hover {
  background-color: #02a94a;
}

/* 유튜브 */
.social-icon.youtube {
  background-color: #ff0000;
}

.social-icon.youtube:hover {
  background-color: #cc0000;
}

/* 인스타그램 */
.social-icon.instagram {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social-icon.instagram:hover {
  background: linear-gradient(45deg, #e0852a 0%,#d55a2a 25%,#c21f33 50%,#b21a4a 75%,#a6146a 100%);
}

/* 고객센터 정보 */
.customer-service {
  background-color: #3a3a3a;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #555;
}

.service-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
}

.phone-icon {
  font-size: 18px;
}

.service-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
}

.num_box{
	display:flex;
	flex:1;
	align-items:center;
}
.service-number {
	flex:1;
  font-size: 3.0rem;
  font-weight: bold;
  text-align:center;
  color: #fff;
  margin:25px 0;
}

.service-hours {
  margin-bottom: 0px;
}

.service-hours p {
  color: #ccc;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align:left;
  width:100%;
  margin-bottom:0;
}

.kakao-service {
  display: flex;
  justify-content:center;
  flex-direction:column;
  align-items: center;
  padding-top: 10px;
}

.kakao-icon {
  font-size: 16px;
}

.kakao-service span:last-child {
  color: #ccc;
  text-align:center;
  font-size: 15px;
}

/* 패밀리 사이트 */
.family-site {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.family-site:hover {
  color: #ff7f2a;
}

.dropdown-icon {
  font-size: 10px;
  transition: transform 0.3s ease;
}

.family-site:hover .dropdown-icon {
  transform: rotate(180deg);
}

.adr span{
	display:inline-block;
}
.add_adr{
	display:none;
}
/* 반응형 디자인 */
@media (max-width: 992px) {
  .footer-main .container {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-nav .container,
  .company-logo{
	  justify-content:center;
  }
  .footer-right {
    min-width: auto;
  }
  
  .nav-links {
    gap: 15px;
  }
  
  .nav-links a {
    font-size: 15px;
  }
  
  .company-details p {
    font-size: 15px;
  }
  
  .customer-service {
    padding: 15px;
  }
  
  .service-number {
    font-size: 20px;
  }
  
  .social-media {
    justify-content: center;
  }
}

@media (max-width: 768px) {
	.company-details p{
		font-size:15px;
	}
	.nav-links a{
		font-size:15px;
	}
	.company-details strong{
	}
	
	.company-details p .m_br{
		display:block;
	}
	
	.nav-links a{
		font-size:15px;
	}
	
}
@media (max-width: 480px) {
  .footer-nav {
    padding: 10px 0;
  }
  
  .footer-main {
    padding: 30px 0;
  }
  
  .nav-links {
    flex-direction: row;
    gap: 10px;
  }
  
  .nav-links .divider {
    display: none;
  }
  
  .company-details p {
    font-size: 11px;
  }
  
  .social-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .customer-service {
    padding: 12px;
  }
  
  .service-number {
    font-size: 18px;
  }
}
