.button-go {display: none;position: fixed;width: 60px;height: 60px;z-index: 999;top: unset;overflow: hidden;border: 2px solid #222222;background: #fff;align-content: center;right: 30px;left: auto;bottom: 30px;box-sizing: border-box;}   
.button-go:after {content: '';width: 23px;height: 27px;background: url(../img/common/ico-scroll-top.png) no-repeat 50% 50%;display: block;justify-self: center;background-size: cover;}    

@media only screen and (max-width: 1920px) {
	//.button-go{right: 16px;}
}

@media only screen and (max-width: 1024px) {
	.button-go {/*width: 50px;height: 50px*/;right:10px;}      
	.button-go:after {/*width: 20px;height: 24px;*/}
}

.footer-inner{background: #163055;padding: 60px;} 
.footer-inner-box {}
.footer-inner-box .inner-box-top{display: flex;padding: 0 0 94px;justify-content:space-between;}
.footer-inner-box .inner-box-top .inner-con-left {width: 80.6989247%;box-sizing: border-box;}
.footer-inner-box .inner-box-top .inner-con-left .footer-adrees {}
.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li {display: flex;gap:10px 20px;flex-wrap:wrap;align-items:center;}
.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li + li {margin: 16px 0 0 0;}
.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li:last-child{padding: 0;}
.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li span {font-size: 18px;font-weight: bold;line-height: 1;color: #ad967f;position: relative;width:max-content;}
.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li{font-size: 18px;font-weight: 400;line-height: 1.3;color: #c5c6ca;flex:1;}
.footer-inner-box .inner-box-top .inner-con-right {flex: 1;display: flex;justify-content: end;}
.footer-related-box{display:grid;gap:3.4rem;}
.related-site-wrap{position:relative;}
.related-site-wrap > a{display:block;padding:1.55rem 1.7rem;width:30rem;border:1px solid rgba(255,255,255,1);box-sizing:border-box;border-radius: .2rem;}
.related-site-wrap > a span{position:relative;display:block;padding:0 1.5rem 0 0;font-weight:var(--font-weight-medium);font-size:1.5rem;line-height:2.1rem;color:rgba(255,255,255,1);}
.related-site-wrap > a span:after{content:'';display:block;position:absolute;top:50%;right:0;width:1.2rem;height:.6rem;background:url(../img/common/btn-foot-arrow01.png) no-repeat center center/100%;transform:translateY(-50%);transition:all 0.2s;}
.related-site-wrap .related-site-box{display:none;position:absolute;bottom:calc(100% + 10px);left:0;z-index:10;border:1px solid #fff;;width:100%;background-color:#102544;overflow-y:auto;box-sizing:border-box;border-radius:.2rem;padding: 1.4rem 1.1rem;}
.related-site-wrap .related-site-box li{}
.related-site-wrap .related-site-box li:last-child{border-bottom:0;}
.related-site-wrap .related-site-box li a{display:block;padding:1rem 1.5rem;font-size:1.5rem;line-height:2.1rem;color:rgba(255,255,255,0.6);font-family: 'Pretendard', sans-serif;transition:0.3s;}
.related-site-wrap .related-site-box li a:hover {color: #fff;text-decoration:underline;text-underline-offset: 4px;}
.related-sns-box ul{display:flex;gap:1rem;justify-content:flex-end;}
.related-sns-box ul li a{opacity:0.6;}
.related-sns-box ul li a:hover{opacity:1;}

.footer-inner-box  .inner-box-bot .title-box {width: 100%;height: 140px;}
.footer-inner-box  .inner-box-bot .title-box .wrap-title{width: 100%;overflow: hidden;position: relative;height: 100%;display: flex;gap: 20px;}
.footer-inner-box  .inner-box-bot .title-box .wrap-title .roller{white-space: nowrap;font-size: 150px;line-height: 1;letter-spacing: 0;font-weight: bold;z-index: 1;color: #c5c6ca;font-weight: bold;}

.footer-inner-copyright {display: flex;justify-content: space-between;}
.footer-inner-copyright .txt-copyright{font-size: 14px;font-weight: 400;line-height: 1.5;color: #76859b;}
.footer-inner-copyright ul {display: flex;gap: 33px;flex-wrap: wrap;align-items: end;}
.footer-inner-copyright ul li a {font-size: 14px;line-height: 1;font-weight: 500;color: #76859b;text-decoration: underline;transition: all .3s;text-underline-offset: 3px;}
.footer-inner-copyright ul li a:hover,
.footer-inner-copyright ul li.active a{color: #ad967f;}

.footer-inner-copyright .social {display:flex;gap:10px 78px;align-items:center;flex-wrap: wrap;margin: 0 0 35px 0;text-align:left;}
.footer-inner-copyright .social > p {font-size: 16px;color:rgba(255,255,255,0.41);position:relative;text-transform:uppercase;}
.footer-inner-copyright .social > p:before {content:"";position:absolute;width:30px;height:2px; background: rgba(244,244,244,0.2);top: 50%;transform: translateY(-50%);right: -50px;}
.footer-inner-copyright .social > ul {display:flex;gap:6px;align-items:center;}
.footer-inner-copyright .social > ul > li {}
.footer-inner-copyright .social > ul > li a {display: block;background-size:contain;width: 4.6rem;height:4.6rem;border-radius:50%;}
.footer-inner-copyright .social > ul > li.blog a {background: url(../img/common/ico-blog-f.png) no-repeat center / contain;background-size:2.2rem;}
.footer-inner-copyright .social > ul > li.in a {background:  url(../img/common/ico-instargram-f.png) no-repeat center / contain;background-size:2rem}
.footer-inner-copyright .social > ul > li.ytb a {background:  url(../img/common/ico-ytb-f.png) no-repeat center / contain;background-size:2.2rem;}
.footer-inner-copyright .social > ul > li a:hover {background-color: #102444;}
/* 애니메이션 */
.roller.original{
	animation: 300s linear 0s infinite normal forwards running rollingleft1;
}
.roller.clone{
	animation: 300s linear 0s infinite normal none running rollingleft2;
}
@keyframes rollingleft1 { /* 원본용 */
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-101%);
	}
	50.01%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(0);
	}
}

@keyframes rollingleft2 { /* 클론용 */
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-202%);
	}
}

@media only screen and (max-width: 1200px) {
	.footer-inner{padding: 30px 0;}
	.footer-inner-box .inner-box-top .inner-con-left .footer-adrees {padding: 30px 0 40px 0;border-bottom: 1px solid rgba(255,255,255,0.06);margin-bottom: 30px;}
	.footer-inner-box .inner-box-top .inner-con-right .inquiry-box li.guide a {justify-content: center;}
	.footer-inner-box .inner-box-top .inner-con-right .inquiry-box li a {font-size: 24px;padding: 35px;}
	.footer-inner-box .inner-box-top {flex-direction: column-reverse;padding: 0;}
	.footer-inner-box .inner-box-top .inner-con-left {width:100%;}
	.footer-inner-box .inner-box-top .inner-con-right {justify-content:flex-start;width: 100%;}
}

@media only screen and (max-width: 1024px) {
	.footer-inner-box .inner-box-top .inner-con-right .inquiry-box {border-top: 4px solid #c5c6ca;}
	.footer-inner-box .inner-box-top .inner-con-right .inquiry-box li.guide a {border-left: 0;}
	.footer-inner-box .inner-box-top .inner-con-right .link-box {padding: 0 20px;}

	.footer-inner-box .inner-box-bot .title-box {height: 70px;}
	.footer-inner-box .inner-box-bot .title-box .wrap-title .roller {font-size: 70px;}

	.footer-inner-copyright {flex-direction: column;gap: 20px;padding: 0 0 30px 0;}
	
	.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li span {font-size:1.6rem;}

	.footer-inner-box .inner-box-top .inner-con-right  {display:block;}
	.related-site-wrap > a {width: 100%;}
	
	.related-site-wrap > a{border:1px solid rgb(97 97 97)}
}

@media only screen and (max-width: 768px) {
	.footer-inner {padding: 40px 30px;}
	.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li p {font-size: 14px;box-sizing: border-box;line-height: 1.2;}
	.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li span{font-size: 1.3rem;text-align:center;}
	.footer-inner-box .inner-box-top .inner-con-right .link-box {padding: 0 15px;gap: 20px;}
	.footer-inner-box .inner-box-top .inner-con-right .inquiry-box {flex-direction: column;margin: 0 0 25px;}
	.footer-inner-box .inner-box-top .inner-con-right .inquiry-box li.guide a {width: 100%;border-bottom:  4px solid #c5c6ca;}
	.footer-inner-box .inner-box-top .inner-con-right .inquiry-box li a {border-left: 0;justify-content: flex-start;}
	.footer-inner-box .inner-box-top .inner-con-right .inquiry-box li a {padding: 20px 15px;font-size: 18px;}
	.footer-inner-box .inner-box-top .inner-con-right .inquiry-box li.guide a:before {right: auto;left: 100px;width: 16px;height: 16px;}
	.footer-inner-box .inner-box-top .inner-con-right .inquiry-box li.guide a {justify-content: flex-start;}
	
	.button-go {right: 10px;bottom: 10px;}
	.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li{line-height: 1.6;color: #c5c6ca;flex:1;}
	.footer-inner-box .inner-box-bot .title-box {height: 45px;}
	.footer-inner-box .inner-box-bot .title-box .wrap-title .roller {font-size: 45px;}
	.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li {flex-direction:column;align-items:center;}
	.footer-inner-copyright .social,
	.footer-inner-copyright ul{justify-content:center;gap:20px;}
	.footer-inner-copyright .txt-copyright {text-align:center;}
	.related-site-wrap > a span {color: #fff;}
	.footer-inner-copyright {padding: 0 0 10px 0;}
	
	.footer-inner-box .inner-box-top .inner-con-left .footer-adrees li {font-size: 14px;text-align:center}
	
	
	
}