.footer-inner {padding: 40px 80px;border-radius:12px;border:1px solid rgba(31, 31, 31, 0.12);background:#F9F9F9;position: relative;}
.footer-inner .footer-top {padding: 37px 40px 32px 0;border-bottom: 1px solid #1F1F1F;}
.footer-inner .footer-top > ul {display: flex;justify-content: flex-start;gap: 16px 44px;flex-wrap: wrap;margin: 0 200px 0 0;}
.footer-inner .footer-top > ul > li a{font-size: 16px;font-weight: 600;line-height: 1.2;position: relative;color: #404040;transition:0.3s;}
.footer-inner .footer-top > ul > li.active a, .footer-inner .footer-top > ul > li a:hover {color: #F7D300;}
.footer-inner .footer-top > ul > li a:before {content: '';width: 4px;height: 4px;position: absolute;background: #C0C0C0;border-radius: 50%;right: -24px;top: 50%;transform: translateY(-50%);}
.footer-inner .footer-top > ul > li:last-child a:before {display: none;}

.footer-inner .footer-bottom {display: flex;gap: 40px;justify-content: space-between;align-items: flex-start;padding: 32px 0 0 0;}
.footer-inner .footer-bottom > div {display: flex;gap: 60px;}
.footer-inner .footer-bottom .footer-info-box {display: flex;flex-direction: column;gap: 15px;margin-right: 60px;}
.footer-inner .footer-bottom .footer-info-box p{font-weight: 400;font-size: 16px;line-height: 24px;color:#111;}
.footer-inner .footer-bottom .footer-logo-box img{width: 171px;}

.footer-inner .footer-related-box {align-content: flex-end;position: absolute;top: 40px;right: 80px;}
.footer-inner .related-box-wrap {position: relative;}
.footer-inner .related-box-wrap a::before {content: '';position: absolute;background-image: url(../img/common/ico-selected.png);background-repeat: no-repeat;background-size: cover;width: 24px;height: 24px;top: 50%;right: 24px;transform: translateY(-50%);}
.footer-inner .related-box-wrap > a{cursor: pointer;text-decoration: none;color: #fff;padding: 12px 57px 12px 30px;border-radius: 30px;font-size: 16px;line-height: 24px;font-weight: 400;position: relative;display: block;transition: all .3s ease-in-out;background: #0068B7;min-width: 240px;box-sizing: border-box;z-index: 100;}
.footer-inner .related-site{display: none;position: absolute;bottom: 50%;width: 100%;max-height: 187px;background-color: #fff;overflow-y: auto;box-sizing: border-box;padding: 6px 0;z-index: 50;border: 1px solid #9999;padding-bottom: 29px;border-radius: 12px 12px 0 0;}
.footer-inner .related-site li .item {border: none;color: #222;display: block;padding: 4px 15px 4px 23px;font-size: 14px;line-height: 22px;text-align: left;position: relative;}
.footer-inner .related-site-title.active + .related-site{display:block;}
.footer-inner .related-box-wrap .active::before {transform: rotate(180deg);top: 25%;}
.footer-inner .related-box-wrap ul > li > a:before {content: '';position: absolute;top: 15px;left: 10px;width: 6px;height: 1px;background: #222;}

.icon-wrap {display: flex;align-items: center;gap: 16px;}
.icon-wrap li {transition: 0.3s;}
.icon-wrap li:hover {transform: translatey(-3px);}
.icon-wrap img {width: 40px;height: 40px;object-fit: contain;}

@media (max-width:1200px) {
	.footer-inner .footer-bottom .footer-info-box {margin-right: 0px;} 
	.intro-bottom-box {padding: 56px 20px 65px 20px;}
	.footer-inner .footer-related-box {top:20px;right:20px;}
	.footer-inner .related-box-wrap > a {padding: 11.5px 52px 9.5px 30px;min-width:auto;}
}

@media (max-width: 1024px) {
	.footer-inner .footer-top {align-items:center;border-bottom: 0;padding: 0;}
	.footer-inner .footer-top > ul {gap: 16px 36px;justify-content:center;margin: 0;}
	.footer-inner .footer-top > ul > li a:before {display: none;}

	.footer-inner .footer-bottom .footer-info-box {gap: 15px;align-items: center;text-align: center;order: -1;margin-right: 0;}  
	.footer-inner .footer-bottom .footer-info-box p {line-height:1.2;}
	.footer-inner .footer-bottom .footer-logo-box {text-align: center;}
	.footer-inner .footer-bottom {flex-direction: column;gap: 40px;align-items:center;}
	.footer-inner .footer-bottom > div {flex-direction: column;gap: 40px;}

	.footer-inner .footer-related-box {width: 192px;align-self: center;position: static;}
	.footer-inner .footer-bottom .footer-info-box br {display: block;}
	.footer-inner .related-box-wrap a::before {width:15px;height:15px;}
	.footer-inner .related-box-wrap .active::before {top:35%;}
}
@media (max-width: 768px) {
	.footer-inner {padding: 56px 16px;}
	.footer-inner .footer-bottom .footer-info-box p:first-child {display:flex;flex-direction:column;gap: 15px;}
}
@media screen and (max-width :500px) {
	.footer-inner .footer-top> ul {flex-direction: column;align-items: center;}
	.footer-inner .footer-top > ul > li a:before {display: block;border-radius: 50%;left: 50%;top: unset;bottom: -12px;transform: translateX(-50%);right: unset;}
}