@charset "UTF-8";

.footer-box{background:#716258;}
.footer-inner-box{display:flex;gap:3.5rem;margin:0 auto;padding:6rem 2rem;max-width:144rem;}
.footer-logo-box{flex-shrink:0;width:6.1rem;box-sizing:border-box;}
.footer-info-outer{display:flex;justify-content:space-between;gap:1rem;width:calc(100% - 9.6rem);}
.footer-info-box address{font-size:1.5rem;line-height:2.1rem;color:rgba(255,255,255,0.6);}
.footer-info-box address .address-info{padding:3px 0 0;}
.footer-info-contact{padding:0.4rem 0 2.5rem;}
.footer-info-contact ul{display:flex;gap:2rem;}
.footer-info-contact ul li span{position:relative;padding:0 1.5rem 0 0;font-size:1.5rem;line-height:2.1rem;color:rgba(255,255,255,0.6);}
.footer-info-contact ul li span:after{content:'';position:absolute;top:4px;right:6px;width:1px;height:10px;background:rgba(255,255,255,0.4);}
.footer-info-contact ul li a{font-size:1.5rem;line-height:2.1rem;color:rgba(255,255,255,0.6);}
.footer-info-box .copyright{font-size:1.3rem;line-height:1.9rem;color:rgba(255,255,255,0.6);}

.footer-related-box{display:grid;gap:3.4rem;}
.related-site-wrap{position:relative;}
.related-site-wrap > a{display:block;padding:6px 1.7rem;width:20.4rem;border:1px solid #fff;box-sizing:border-box;}
.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,0.6);}
.related-site-wrap > a span:after{content:'';display:block;position:absolute;top:50%;right:0;width:1rem;height:6px;background:url(/_res/sejong/convention/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% - 1px);left:0;z-index:10;border:1px solid #fff;;width:100%;background-color:#716258;overflow-y:auto;box-sizing:border-box;}
.related-site-wrap .related-site-box li{border-bottom:1px solid rgba(255,255,255,0.6);}
.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-weight:var(--font-weight-medium);font-size:1.5rem;line-height:2.1rem;color:rgba(255,255,255,0.6);}
.related-sns-box ul{display:flex;gap:1rem;justify-content:flex-end;}
.related-sns-box ul li a{opacity:0.6;transition:all 0.3s;}
.related-sns-box ul li a:hover{opacity:1;}

.footer-mobile-box{display:none;}


@media screen and (max-width:768px){
	.footer-inner-box{display:none;}
	.footer-mobile-box{display:grid;justify-items:center;gap:1.6rem;padding:3rem 0 2.7rem;}
	
	.footer-mobile-box .footer-related-box{padding:0 1rem;}
	.footer-mobile-box .footer-info-box{padding:0 1rem;}
	.footer-mobile-box .footer-info-box address{font-size:1.4rem;line-height:2rem;text-align:center;word-break:keep-all;}
	.footer-mobile-box .related-sns-box{padding:1.8rem 0;width:100%;background:#786a61;}
	.footer-mobile-box .related-sns-box ul{justify-content:center;}
	.footer-mobile-box .footer-info-contact{padding:0 1rem;font-size:1.2rem;line-height:1.8rem;color:rgba(255,255,255,0.6)}
	.footer-mobile-box .footer-info-contact ul{display:grid;justify-items:center;gap:0;}
	.footer-mobile-box .footer-info-contact ul li span{font-size:1.2rem;line-height:1.8rem;text-align:center;}
	.footer-mobile-box .footer-info-contact ul li a{font-size:1.2rem;line-height:1.8rem;text-align:center;}
	.footer-mobile-box .copyright{padding:0 1rem;font-size:1.2rem;line-height:1.8rem;text-align:center;word-break:keep-all;color:rgba(255,255,255,0.6)}
}