@charset "UTF-8";
/*****************************************************************

Copyright C 그누위즈 테마 All rights reserved.
gnuwiz@naver.com & master@gnuwiz.com
본 페이지는 유료콘텐츠 그누위즈 테마 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다.
라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/

#ft {width:100vw;position:relative;background: var(--main-color);}
#ft_link {padding:20px 0;margin:0 auto;width:1778px;border-bottom:1px solid rgba(255,255,255,0.2);}
#ft_link a {padding:0 14px;position:relative;display:block;color:#fff;transition: all .3s;}
#ft_link > a:first-child {padding-left: 0;}
#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:rgba(255,255,255,0.3);}
#ft_link a:hover{color: #fff;}
#ft_wr {margin:0 auto;position:relative;width:1778px;}
#ft .ft-top{padding:40px 0 60px; }
#ft_company h2 {margin-bottom: 12px;color: #fff;font-size: 16px;}
#ft_company .ft_info{margin-bottom:30px;font-size: 25px;color: #fff;}
#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 .ft_info02{color: rgba(255,255,255,0.8);line-height:1.75;}
#ft_company .ft_info02 > p > span{position: relative;margin:0 8px;}
#ft_company .ft_info02 > p > span:first-child {margin-left: 0;}
#ft_company .ft_info02 > p > span:not(:last-child):after {content: '';display: block;width: 1px;height: 12px;position: absolute;right: -10px;top: 50%;margin-top: -6px;background: rgba(255,255,255,0.3);}
#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 .ft-bottom {padding:25px 0 60px;place-content:center;border-top:1px solid rgba(255,255,255, 0.1);color:rgba(255, 255, 255, 0.6);font-size: 14px;}
#ft .ft-bottom .gw-sns-container > li > a{display:block;width: 77px;height: 77px;border-radius: 100%;border:1px solid #fff;transition: all .3s;}
#ft .ft-bottom .gw-sns-container [class*="hp-ico"]{width: 100%;height: 100%;}
#ft .ft-bottom .gw-sns-container [class*="hp-ico"] > img {width: 100%;height: 100%;object-fit: cover;}
#ft .ft-bottom .gw-sns-container .hp-ico01{background: url("../img/hp-footer-sns01.png") center no-repeat;background-size: cover;}
#ft .ft-bottom .gw-sns-container .hp-ico02{background: url("../img/hp-footer-sns02.png") center no-repeat;background-size: cover;}
#ft .ft-bottom .gw-sns-container > li > a:hover{background: #fff;}
#ft .ft-bottom .gw-sns-container > li > a:hover .hp-ico01{background: url("../img/hp-footer-sns01-on.png") center no-repeat;background-size: cover;}
#ft .ft-bottom .gw-sns-container > li > a:hover .hp-ico02{background: url("../img/hp-footer-sns02-on.png") center no-repeat;background-size: cover;}
#ft-logo {position:absolute;right:0;bottom:60px;width: 150px;}
#ft-logo > img {width: 100%;height: 100%;object-fit: cover;}

/* 퀵버튼 */
.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 {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{background: #111;}
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;}
