@charset "UTF-8";

/* 통합검색 레이어팝업 내부 form 태그 추가 - 앤드아이즈 */
.integrateSearchArea__inner form{width:100%;height:100%;}

/* footer 단축 url 추가 - 앤드와이즈 */
footer .footerBottom .footer.link ul{align-items:center;}
footer .footerBottom .footer.link ul li a.btn-copy-url{display:inline-block;padding:12px 20px;border:1px solid #ccc;box-sizing:border-box;transition:background .2s;}
footer .footerBottom .footer.link ul li a.btn-copy-url:hover{background:#fff;color:#162135;}
footer .footerBottom .footer.link ul li:last-of-type{margin-left:auto;}
footer .footerBottom .footer.link ul li:first-child a{font-weight:bold}

@media (max-width: 480px) {
	footer .footerBottom .footer.link ul{flex-wrap:wrap;justify-content:flex-start;}
	/* footer .footerBottom .footer.link ul li:last-of-type{margin:5px 0 0;width:100%;text-align:right;} */
	footer .footerBottom .footer.link ul li a.btn-copy-url{padding:4px;}
    footer .footerBottom .footer.info .addr address ul {text-align: center;}
}