.footer {font-size: 14px; color:#46342a; background-color:#f5f5f3; position: relative; padding:40px 10% 40px 10%;}
.footer_text {}
.footer_text_policy {font-weight:600;}
.footer_text_policy_elements {margin-bottom:30px;}
.footer_text_desc {margin-bottom:30px; line-height: 1.5; color: #7a6c62;}
.copyright img {width: 220px; height: auto;}
.kakao {position: fixed; right: 10%; bottom: 30px; z-index: 998; text-decoration: none;}
.kakao img {width: 50px; height: auto; cursor: pointer;}

/* MOBILE */
@media (max-width: 767px) {
.footer {font-size: 14px; color:#46342a; background-color:#f5f5f3; position: relative; padding:40px 20px 40px 20px;}
.footer_text {}
.footer_text_policy {font-weight:600;}
.footer_text_policy_elements {margin-bottom:30px;}
.footer_text_desc {margin-bottom:30px; line-height: 1.5; color: #7a6c62;}
.copyright img {width: 220px; height: auto;}
.kakao {position: fixed; right: 20px; bottom: 20px; z-index: 998; text-decoration: none;}
.kakao img {width: 45px; height: auto; cursor: pointer;}
}

/* PC */
@media (min-width: 768px) {
    
}