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

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

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

#ft {margin:0 auto;width:calc(100vw - 100px);position:relative;background:#000;}
#ft_wr {margin:0 auto;padding:58px 0 24px 0;position:relative;display: flex;justify-content:space-between;align-items:flex-end;}
#ft .ft-bottom {margin:0 auto;padding:24px 0 100px 0;color:rgba(255, 255, 255, 0.6);border-top:1px solid rgba(255, 255, 255, .2);font-size: 14px;}
#ft .ft-bottom:after {content:""; display: block; clear: both;}
#ft_copy {float: left;}
#ft-logo {width: 145px; opacity: 0.5; float: right;}
#ft-logo > img {width: 100%;height: 100%;object-fit: cover;}
#ft_company h2 {margin-bottom: 12px;color: #fff;font-size: 16px;}
#ft_company .ft_info{font-size: 14px;color: #5C5B5C; line-height: 1.5;}
#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: #333;}
#ft .gw-btn03 {padding: 6px 9px;display: inline-block;border-radius:5px;color: #ddd;font-size: 12px;background: #414141;border: none;margin-bottom: 5px;margin-left: 5px;}
#ft_link a {padding:8px 12px;display:block;border-radius:5px;border:1px solid #555;color: #fff;font-size: 14px;}

/* 퀵버튼 */
.ft-quick-container{position:fixed;bottom:135px;right:80px;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 > li.blue {background:var(--main-color);}
.ft-quick-container > li.blue a {color:#fff; display: flex;flex-direction: column;align-items: center;transition: all .3s;}
.ft-quick-container > li img {width:26px; height: 25px;}
.ft-quick-container .tnb_darkmode {flex-direction: column;gap: 5px;color: #666;cursor: pointer;transition: all .3s; display: none;}
.ft-quick-container .tnb_darkmode:hover{color: var(--main-color);}
.ft-quick-container .tnb_admin > a {display: flex;flex-direction: column;align-items: center;color: #666;transition: all .3s;}
.ft-quick-container .tnb_admin > a:hover{color: var(--main-color);}
#gw-top_btn {text-align:center;z-index:90;transform: rotate(180deg);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{color: #fff;}
body.dark-mode #ft_company h2{color:#fff;}
body.dark-mode #ft_link a{color: #5C5B5C;border: 1px solid #ddd;}
body.dark-mode #ft .ft-bottom{color: #949698;border-top: 1px solid #333333;}
body.dark-mode #ft_company .ft_info > p > span:not(:last-child):after{background: #5C5B5C;}
