/* BASIC css start */
#footer {max-width: 600px;  margin: 0 auto; background-color:#005c9c;width:100%;position:relative;}
#footer .footer_wrap {width:90%;padding:10% 0 10% 5%;}
#footer .footer_wrap .deps01 .item_box.logo_box{margin-bottom:5%;}
#footer .footer_wrap .deps01 .item_box.logo_box img{max-width:100px;}


#footer .footer_wrap .deps01 .item_box.address_box {display: flex; flex-direction: column;row-gap: 15px;margin-bottom:10%;}
#footer .footer_wrap .deps01 .item_box.address_box .item{display: flex;flex-direction: column;}
#footer .footer_wrap .deps01 .item_box.info_box{margin-bottom:1%;}
#footer .footer_wrap .deps01 .item_box.info_box ul{display: flex; gap: 9px;align-items: center;justify-content: start;}
#footer .footer_wrap .deps01 .item_box.copy_box{margin-top:.3%;display: flex; gap: 9px;align-items: center;justify-content: start;}



/* 탑버튼 */
.top_btn { position: absolute; left: 50%; transform: translateX(-50%); top: -8%; cursor: pointer; z-index:1;  opacity: 0; visibility: hidden; transition: opacity 0.5s ease, visibility 0.5s ease;}
.top_btn img{max-width:65px;}

.top_btn.fixed { position: fixed; bottom: 1%; top: auto;opacity: 1;visibility: visible;}
.top_btn.absolute {position: absolute;top: -9%;bottom:auto;opacity: 1;visibility: visible;}
/* BASIC css end */

