.footer-inner {padding: 80px 0;box-sizing: border-box;}

.footer-inner .footer-top {display: flex;justify-content: space-between;gap: 30px;margin-bottom: 80px;}
.footer-inner .footer-top .footer-logo .txt {line-height: 1.5;font-weight: 500;font-size: 16px;color: #B1D0E5;}
.footer-inner .footer-top .footer-logo a {display: inline-block;margin-bottom: 24px;}
.footer-inner .footer-top .footer-logo a img {width: 100%;}

.footer-inner .footer-top .footer-link {display: flex;gap: 80px;flex: none;}
.footer-inner .footer-top .box-links {height: max-content;border-left: 1px dashed #FFFFFF4D;padding: 0 24px;}
.footer-inner .footer-top .footer-link {}

.footer-inner .footer-top .footer-link p {color: #E1E1E1;font-weight: 500;font-size: 18px;margin-bottom: 24px;line-height: 1;}
.footer-inner .footer-top .footer-link ul > li {color: #FFFFFFB2;font-size: 16px;font-weight: 500;line-height: 1.5;margin-bottom: 4px;}
.footer-inner .footer-top .footer-link ul > li:hover {color: #F6BD38;}
.footer-inner .footer-top .footer-link ul > li:last-child {margin-bottom: 0px;}  

.footer-inner .footer-bottom {display: flex;justify-content: space-between;gap: 30px;align-items: center;}
.footer-inner .footer-bottom .copy-p {font-size: 16px;line-height: 1.5;font-weight: 500;color: #E1E1E1;letter-spacing: -0.02em;} 

.footer-inner .footer-bottom .links {display: flex;}
.footer-inner .footer-bottom .links li {position: relative;font-size: 16px;color: #fff;font-weight: 500;margin-right: 15px;padding-right: 15px;}
.footer-inner .footer-bottom .links li:after {content: '';position: absolute;top: 50%;right: 0;width: 1px;height: 17px;background: #E1E1E1;transform: translateY(-50%);}
.footer-inner .footer-bottom .links li:last-child {margin: 0;padding: 0;}
.footer-inner .footer-bottom .links li:last-child:after {display: none;}

@media screen and (max-width :1024px) { 
	.footer-inner {padding: 80px 16px;}
	.footer-inner .footer-top {justify-content: center;gap: 30px;margin-bottom: 50px;flex-direction: column;text-align: center;align-items: center;}
	.footer-inner .footer-top .footer-link {gap: 40px;}
	.footer-inner .footer-bottom {gap: 30px;flex-direction: column;text-align: center;}
}

@media screen and (max-width :850px) { 
	.footer-inner .footer-top .box-links {padding: 0 20px;}
	.footer-inner .footer-top .footer-link {gap: 20px;}
}

 
@media screen and (max-width :768px) { 
    .footer-inner {padding: 60px 16px;}
	.footer-inner .footer-top .footer-logo .txt {font-size: 15px;}
	.footer-inner .footer-top .footer-link {gap: 25px 0px;}
	.footer-inner .footer-top .footer-link p {font-size: 16px;margin-bottom: 16px;}
	.footer-inner .footer-top .footer-link ul > li {font-size: 14px;}
	    
	.footer-inner .footer-bottom .copy-p {font-size: 14px;}
	.footer-inner .footer-bottom .links li {font-size: 14px;} 
	
	.footer-inner .footer-top .box-links:nth-child(4),
	.footer-inner .footer-top .box-links:nth-child(3),
	.footer-inner .footer-top .box-links:nth-child(2) {border-right: 1px dashed #FFFFFF4D;}
}

@media screen and (max-width :500px) { 
	.footer-inner .footer-top .footer-link {display: grid;grid-template-columns: repeat(2, 1fr);}
	
}