<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*****************************************************************

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

******************************************************************/
.gw-footer-container{bottom: 0; left: 0; width: 100%; z-index: 99; transition: transform 0.6s;}
.gw-footer-container.on{transform: translateY(0) !important;}
#ft {position:relative;}
#ft .gw-flex-btw {align-items: flex-start;}
#ft_wr {padding: 100px 0 90px;position:relative;text-align: center;background: #fff;}
#ft .ft-top {gap: 2rem;}
#ft .ft-left {display: flex;flex-direction: column;align-items: flex-start;}
#ft-logo &gt; img {width: auto;height: 100%;object-fit: cover;}
#ft .gw-sns-container &gt; li &gt; a{color:#888;display:block;transition: all .3s;}
#ft .kakao{width: 27px;height: 26px;opacity:0.5;transition: all .3s;}
#ft .gw-sns-container &gt; li &gt; a:hover{color:#000;}
#ft .kakao:hover{opacity:1;}
#ft .ft-left .ft_info {flex-wrap:wrap;text-align: left;}
#ft .ft-left .ft_info dl{margin-right:20px;display: flex;gap:10px;align-items:center;color:#333;}
#ft .ft-left .ft_info dl dt{color: #666;}
#ft_wr .ft-contact{justify-content: space-between;height:300px;}
#ft_wr .ft_cnt{text-align: left;flex-direction: column;}
#ft_link a {padding:0 20px;position:relative;width:230px;height:50px;line-height:50px;border:1px solid #ccc;font-family:"NotoKr_M", sans-serif;transition: all .3s;}
#ft_company h2 {margin-bottom: 12px;font-size: 16px;}
#ft_company .ft_info{font-size: 14px;}
#ft_copy {position: absolute;bottom: 0;}
#ft .family-site-container{position:relative; width:100%; text-align:left;}
#ft .family-site-container &gt; button{padding:20px;color:#000;border-bottom:3px solid #000;width:100%;text-align:left;}
#ft .family-site-list{position:absolute; bottom:100%; left:0px; width:100%;  padding:10px 0;  z-index:11;background: #000; display:none;}
#ft .family-site-list &gt; li &gt; a{display:block; padding:10px; color:rgba(255,255,255,0.6); font-size:12px;font-family: 'Pretendard_R', sans-serif;transition:all .3s;}
#ft .family-site-list &gt; li &gt; a:hover{color:rgba(255,255,255,1);}

/* 퀵버튼 */
.ft-quick-container{position:fixed;bottom:15px;right:40px;z-index: 100;transition: transform 1s ease-in-out;}
.ft-quick-container &gt; 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 &gt; li:last-child{margin-bottom:0;background: #333;border-left: none;}
.ft-quick-container .tnb_darkmode {flex-direction: column;gap: 5px;cursor: pointer;transition: all .3s;}
.ft-quick-container .tnb_darkmode:hover{color: var(--main-color);}
.ft-quick-container .tnb_admin &gt; a {display: flex;flex-direction: column;align-items: center;gap: 5px;color: #666;transition: all .3s;}
.ft-quick-container .tnb_admin &gt; a:hover{color: var(--main-color);}
.ft-quick-container &gt; li:last-child:hover {background: 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 &gt; i{color: #fff;}
.ft-quick-container.load{transform: translateY(0) !important;}

/*다크모드*/
body.dark-mode #ft_section{background: #fff;}
body.dark-mode #ft_wr .ft-top .gnb-depth01-list &gt; a{color: #000;}
body.dark-mode #ft_wr .ft-top .gnb-depth01-list &gt; a &gt; span:before{background: rgba(0,0,0,0.6);}
body.dark-mode #ft_wr .ft-contact .gw-color-fff{color: var(--main-color) !important;}
body.dark-mode #ft_wr .ft-contact .gw-main-btn-w{border: 1px solid #000;color: #000 !important;}
body.dark-mode #ft_wr .ft-contact .gw-main-btn-w:before{background: #000;}
body.dark-mode #ft_wr .ft-contact .gw-main-btn-w:after{background: #000;}
body.dark-mode #ft_wr .ft-contact .gw-main-btn-w:hover{color: #fff !important;}
body.dark-mode #ft_section .ft-bottom{background: #fff;border-color:#E8E8E8;}
body.dark-mode #ft_link a{color: #333;}
body.dark-mode #ft_link a:not(:last-child):after{background: #ddd;}
body.dark-mode #ft_company .ft_info {color:#a5a5a5;}
body.dark-mode #ft_company .ft_info &gt; p &gt; span:not(:last-child):after{background: #ddd;}
body.dark-mode #ft_company .gw-btn03{background: #ddd;color: #666;}
body.dark-mode #ft_copy{color: #333;}</pre></body></html>