@charset "UTF-8";
/*****************************************************************

Copyright C 그누위즈 테마 All rights reserved.
gnuwiz@naver.com & master@gnuwiz.com
본 페이지는 유료콘텐츠 그누위즈 테마 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다.
라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/

#ft {margin:0 auto;width:100vw;position:relative;border-top: 1px solid #E8E8E8;}
#ft_wr {padding: 40px 10px 60px;position:relative;text-align: center;background: #fff;}
#ft-logo {margin:0 auto;width: 300px;}
#ft-logo > img {width: auto;height: 100%;object-fit: cover;}
#ft .ft-bottom {padding:20px 0;margin:0 auto;color:rgba(255, 255, 255, 0.6);border-top:1px solid rgba(255, 255, 255, .2);font-size: 14px;background: #000;text-align: center;}
#ft_company h2 {margin-bottom: 12px;color: #fff;font-size: 16px;}
#ft_company .ft_info{font-size: 14px;color: #a5a5a5;}
#ft_company .ft_info > p > span{position: relative;}
#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: #ddd;}
#ft .gw-btn03 {padding: 6px 9px;display: inline-block;border-radius:5px;color: #666;font-size: 12px;background: #ddd;border: none;margin-bottom: 5px;margin-left: 5px;}
#ft_link {place-content: center;gap:0;}
#ft_link a {padding:0 14px;position:relative;display:block;color:#333;font-family:"NotoKr_M", sans-serif;transition: all .3s;}
#ft_link a:not(:last-child):after {content: "";display: inline-block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 13px;background: #ddd;}
#ft_link a:hover{color: var(--main-color);}
/* 퀵버튼 */
.ft-quick-container{position:fixed;bottom:15px;right:40px;z-index: 100;}
.ft-quick-container > li {margin-bottom: 10px;display:flex;align-items:center;place-content:center;width: calc((100vw - (100vw - 143px)) / 2);height: calc((100vw - (100vw - 143px)) / 2);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;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);}


/*스크롤 했을 때 상단버튼 움직임*/
#gw-top_btn.scrolled{transform: rotate(0);}


/*다크모드*/
body.dark-mode #ft_wr{background: #111;color: #fff;}
body.dark-mode #ft_link a{color: #fff;}
body.dark-mode #ft .gw-btn03{background: #333;color: #fff;}
