@charset "utf-8";
/* header */






/* footer */
.deok .scroll-top{position: fixed; right: 31px; bottom: 300px; cursor: pointer;  z-index: 10;}
.deok .scroll-top p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items:center; justify-content: center; color: #FFF; font-size: 18px; font-weight: 700; line-height: 160%; }

.deok .footer-wrap{background: #fff;}
.deok #footer .ft-top{display: flex; align-items:center; height: 69px; border-top: 1px solid #EEE; border-bottom: 1px solid #EEE;	}
.deok #footer .ft-top ul{display: flex; }
.deok #footer .ft-top ul > li{display: flex; align-items:center; }
.deok #footer .ft-top ul > li > a{color: #666;  font-size: 18px; font-weight: 600; line-height: 160%; transition:.3s;}
.deok #footer .ft-top ul > li:hover > a{color: #333; text-decoration: underline;}
.deok #footer .ft-top ul > li:not(:last-child):after{display: inline-block; content: ''; width: 4px; height: 4px; border-radius: 50%; background: #666; margin: 0 30px;}
.deok #footer .ft-cnt{display: flex; flex-wrap:wrap; justify-content: space-between; padding: 62px 20px 66px;}
.deok #footer .ft-cnt .ft-logo{margin-right: 60px;}
.deok #footer .ft-cnt .ft-info{margin-right: auto;}
.deok #footer .ft-cnt .ft-info ul{display: flex; flex-direction: column; gap:2px;}
.deok #footer .ft-cnt .ft-info ul > li{color: #666; font-size: 18px; font-weight: 400; line-height: 160%; display: flex; flex-wrap:wrap; gap:0px 28px; }
.deok #footer .ft-cnt .ft-info ul > li span a{display: flex; align-items:center;}
.deok #footer .ft-cnt .ft-info ul > li span a i{line-height: 0; width: 24px; height: 24px; display: flex; align-items:center; justify-content: center; margin-right: 6px;}
.deok #footer .ft-cnt .ft-info ul > li.copy{margin-top: 21px;}
.deok #footer .ft-cnt .ft-link{align-self:end; position: relative; top: -6px; right: 2px;}
.deok #footer .ft-cnt .ft-link > ul{display: flex; flex-wrap:wrap; }
.deok #footer .ft-cnt .ft-link > ul > li > a{width: 160px; height: 44px; display: flex; align-items:center; justify-content: center; cursor: default;}
