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

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

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

#ft {margin:0 auto;width:100vw;position:relative;background:#12277A;}
#ft_top{border-bottom: 1px solid #304390;}
#ft_top .ft_top_menu{ font-size: 14px; margin:0 auto;max-width: 1200px;    padding: 13px 0;}
#ft_top .ft_top_menu span a{padding-right:24px; margin-right:24px; border-right: 1px solid #3F5198;color:#fff;}
#ft_top .ft_top_menu span:last-child a{padding-right:0; margin-right:0; border-right: 0}
#ft_wr {max-width:1200px;margin:0 auto;padding:46px 0 24px 0;position:relative;justify-content:space-between;align-items:flex-end;}
#ft .ft-bottom {width:1200px;margin:0 auto;padding:24px 0 50px 0;color:#fff;font-size: 14px;   }
#ft-logo {width: 200px;}
#ft-logo > img {width: 100%;height: 100%;object-fit: cover;}
#ft_company{display:flex;width: 100%;justify-content: center;}
#ft_company .ft_logo {position: absolute;left: 0;}
#ft_company .ft_info{font-size: 14px;color: #fff;line-height: 1.5;}
#ft_company .ft_info.info_left{padding-right:60px}
#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_copy br{display: none;}
/* 퀵버튼 */
.ft-quick-container{position:fixed;bottom:15px;right:80px;z-index: 1000;}
.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: #fff;color: #222;}
body.dark-mode #ft_company h2{color:#000;}
body.dark-mode #ft_link a{color: #222;border: 1px solid #ddd;}
body.dark-mode #ft .ft-bottom{color: rgba(0, 0, 0, 0.6);border-top: 1px solid rgba(0, 0, 0, .2);}
body.dark-mode #ft_company .ft_info > p > span:not(:last-child):after{background: #ddd;}
