@charset "UTF-8";
/*****************************************************************

Copyright C 그누위즈 테마 All rights reserved.
gnuwiz@naver.com & master@gnuwiz.com
본 페이지는 유료콘텐츠 그누위즈 테마 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다.
라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/

#ft {width:100%;position:relative;}
#ft_wr {padding:75px 0 50px;margin:0 auto;position:relative;width:1720px;}
#ft_link {place-content: center;gap:0;}
#ft_link a {position:relative;display:block;color:#a5a5a5;font-weight: 500;transition: all .3s;}
#ft_link a:not(:first-child){padding-left:1.75rem;}
#ft_link a:not(:last-child):after {content:"";position:absolute; top:50%; right:-0.875rem; width:4px; height:4px; background-color:#fff; border-radius:50%; }
#ft_link a:hover{color: var(--main-color);}
#ft .ft-top .ft-bottom-box{margin-bottom: 30px;}
#ft .ft-bottom {display: flex; align-items:center; justify-content:space-between; border-radius:10px; box-sizing:border-box;}
#ft-logo {width: 300px;}
#ft-logo > img {width: auto;height: 100%;object-fit: cover;}
#ft_company h2 {margin-bottom: 12px;font-size: 16px;}
#ft_company .ft_info{font-size: 14px;}
#ft_company .ft_info > p > span{position: relative;display: inline-block;margin-right: 10px;}
#ft_company .ft_info > p > span:not(:last-child):after {content: '';display: block;width: 1px;height: 12px;position: absolute;right: -6px;top: 50%;margin-top: -6px;background: rgba(255,255,255,0.25);}
#ft_company .gw-right-box{width: 210px;}
#ft .gw-btn03 {padding: 6px 9px;display: inline-block;border-radius:var(--gw-r-chip);font-size: 12px;background: rgba(0,0,0,0.1);border: none;margin-bottom: 5px;margin-left: 5px;}
#ft_copy {font-size: 15px;letter-spacing: -0.02em;font-weight: 600;color: #000;}

/* 퀵버튼 */
/* --gw-quick-size: 퀵버튼 한 변의 크기. gw-top_wrap 접힘 높이도 이 값을 쓴다(1024px 이하 60px) */
.ft-quick-container{position:fixed;bottom:15px;right:40px;z-index: 999;--gw-quick-size:71.5px;}
.ft-quick-container > li {margin-bottom: 10px;display:flex;align-items:center;place-content:center;width: var(--gw-quick-size);height: var(--gw-quick-size);box-shadow: 0px 4px 10px rgba(0,0,0,.15);border-radius: 100%;border:none;background:#fff;font-size: 14px;transition: all .3s;}
.ft-quick-container > li:last-child{margin-bottom:0;background: #333;border-left: none;}
.ft-quick-container .tnb_darkmode {flex-direction: column;gap: 5px;color: #666;cursor: pointer;transition: all .3s;}
.ft-quick-container .tnb_darkmode:hover{color: var(--main-color);}
.ft-quick-container .tnb_admin > a {display: flex;flex-direction: column;align-items: center;gap: 5px;color: #666;transition: all .3s;}
.ft-quick-container .tnb_admin > a:hover{color: var(--main-color);}
#gw-top_btn {display: flex;flex-direction: column;gap: 5px;align-items: center;place-content:center;width:100%;height:100%;border-radius:100%;color: #fff;font-family: "Play", sans-serif;font-weight: 700;text-transform: uppercase;z-index:90;transition: all .3s;}
#gw-top_btn > i{color: #fff;}
.ft-quick-container > li:last-child:hover {background: var(--main-color);}

/* 최상단에서는 fade out down(아래로 사라짐), 스크롤하면 fade in up(위로 나타남).
   opacity + translateY 만 쓴다. 아래(+Y)에서 시작해 제자리(0)로 올라오며 나타나고,
   반대로 제자리에서 아래로 내려가며 사라진다.
   li 의 transition:all .3s 가 배경색까지 물어 hover 와 섞이므로 속성을 명시한다 */
#gw-top_wrap{opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease,background .3s ease;}
#gw-top_wrap.is-visible{opacity:1;visibility:visible;transform:translateY(0);}

/* 관리자 퀵버튼(테마관리/관리자): 최상단에서는 top 버튼이 페이드로 사라지며 그 자리가 비므로,
   버튼 한 칸 높이만큼 아래로 내려와 빈자리를 채운다. top 버튼은 제자리에서 페이드하고
   관리자 버튼만 자기 transform 으로 움직여, 둘이 서로 간섭하지 않는다.
   스크롤하면(is-scrolled) 제자리(0)로 올라가 top 버튼이 들어설 자리를 낸다. */
.ft-quick-container .tnb_admin{transform:translateY(var(--gw-quick-size));transition:transform .3s ease;}
.ft-quick-container.is-scrolled .tnb_admin{transform:translateY(0);}

@media (prefers-reduced-motion: reduce){
    #gw-top_wrap{transition:none;transform:none;}
    #gw-top_wrap.is-visible{transform:none;}
    .ft-quick-container .tnb_admin{transition:none;}
}
