@charset "utf-8";

#sh_ft{
position:relative;
min-width:1360px;
padding:80px 0 76px;
font-size:14px;
font-weight:400;
color:#ffffff;
line-height:1.65;
background:#000000;
font-family:var(--e-font),var(--k-font);
box-sizing:border-box;
overflow:hidden;
}

#sh_ft::before{
content:'';
position:absolute;
top:0;
right:0;
bottom:0;
width:62%;
background:url('./img/footer-waves.svg') no-repeat right bottom / cover;
pointer-events:none;
}

#sh_ft .ft-inner{
position:relative;
z-index:1;
display:flex;
align-items:flex-start;
gap:0;
max-width:var(--layout-max,1800px);
margin:0 auto;
padding:0 var(--layout-gutter,80px);
}

/* Brand */
#sh_ft .ft-brand{
flex:0 0 auto;
min-width:160px;
padding-right:56px;
}

#sh_ft .ft-logo-link{
display:inline-block;
text-decoration:none;
}

#sh_ft .ft-logo{
display:block;
height:42px;
width:auto;
}

#sh_ft .ft-company-ko{
margin:12px 0 0;
font-size:13px;
font-weight:400;
color:rgba(255,255,255,.4);
letter-spacing:-.01em;
}

/* Divider */
#sh_ft .ft-divider{
flex:0 0 1px;
align-self:stretch;
width:1px;
min-height:110px;
margin-right:64px;
background:rgba(255,255,255,.14);
}

/* Main content */
#sh_ft .ft-main{
flex:1 1 auto;
min-width:0;
padding-top:4px;
}

#sh_ft .ft-nav{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:36px;
margin-bottom:32px;
}

#sh_ft .ft-nav a{
font-size:14px;
font-weight:700;
letter-spacing:.06em;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-family:var(--e-font),var(--k-font);
transition:opacity .25s ease;
}

#sh_ft .ft-nav a:hover{
opacity:.7;
}

#sh_ft .ft-info{
margin-bottom:18px;
}

#sh_ft .ft-info-line{
margin:0;
font-size:13px;
font-weight:400;
line-height:1.8;
color:rgba(255,255,255,.42);
word-break:keep-all;
}

#sh_ft .ft-info-line+.ft-info-line{
margin-top:2px;
}

#sh_ft .ft-sep{
margin:0 10px;
color:rgba(255,255,255,.25);
}

#sh_ft .ft-copy{
margin:0;
font-size:12px;
font-weight:400;
color:rgba(255,255,255,.35);
letter-spacing:.01em;
}

/* Social */
#sh_ft .ft-social{
flex:0 0 auto;
margin-left:auto;
padding-top:4px;
text-align:right;
}

#sh_ft .ft-social-label{
margin:0 0 16px;
font-size:10px;
font-weight:600;
letter-spacing:.16em;
text-transform:uppercase;
color:rgba(255,255,255,.5);
font-family:var(--e-font),var(--k-font);
}

#sh_ft .ft-social-icons{
display:flex;
align-items:center;
justify-content:flex-end;
gap:16px;
}

#sh_ft .ft-social-link{
display:flex;
align-items:center;
justify-content:center;
width:24px;
height:24px;
opacity:.9;
transition:opacity .25s ease;
}

#sh_ft .ft-social-link:hover{
opacity:1;
}

#sh_ft .ft-social-link img{
display:block;
width:20px;
height:20px;
}

@media (max-width:1280px){
#sh_ft{
padding:60px 0 56px;
}

#sh_ft .ft-inner{
padding:0 48px;
}

#sh_ft .ft-inner{
flex-wrap:wrap;
gap:32px 0;
}

#sh_ft .ft-divider{
display:none;
}

#sh_ft .ft-brand{
padding-right:0;
width:100%;
}

#sh_ft .ft-main{
width:100%;
}

#sh_ft .ft-social{
width:100%;
margin-left:0;
text-align:left;
}

#sh_ft .ft-social-icons{
justify-content:flex-start;
}
}
