/*Content CSS*/
footer {width:calc(100% - 50px); background: #000; clear:both; text-align: left; position: relative; z-index: 9;   margin: 0 auto 25px; max-width: 1870px; overflow: hidden; border-radius: 20px; }
.footer_con {width: 100%; max-width: 1500px; padding:80px 50px; margin: 0 auto; }
.footer_con > div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid rgba(221,221,221,.3); display: flex; justify-content: space-between; align-items: flex-end;}

.footer_con .btm {align-items: flex-start; justify-content: space-between; }
.ft_copy {font-size: 15px; font-weight:400; color: rgba(255, 255, 255, 1); word-break: keep-all; line-height:2; }
.footer_con .btm span {font-size: 15px; font-weight:500; color:rgba(255, 255, 255, .5); margin-top: 20px; display: block; }
.footer_con .btm span a {color:rgba(255, 255, 255, 0.5);}
.footer_con .btn_wrap {display: flex; align-items: center;}


#ft_mob_btn {width: 140px; padding: 9px 0; display: flex; justify-content: center; align-items: center; font-size: 11px; font-weight: 400; color:#999; transition: .3s; line-height: 1; background: transparent; border:1px solid #999;}
#ft_mob_btn:hover {background: #6f1685; border-color: #6f1685; color:#fff;}

#top_btn {position: fixed; right: 20px; bottom: 20px; width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; border: 1px solid #6f1685; color: #6f1685; font-size: 35px; background: rgba(255,255,255,0.4); z-index: 10; transition: .3s; pointer-events: none; opacity: 0; border-radius:50%;}
#top_btn:hover {border-color: #6f1685; background: #6f1685; color: #fff;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}

#quick_menu {position: fixed; right: 20px; bottom: 114px; z-index: 10; width: 80px; text-align: center; }
#quick_menu button {width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; flex-direction: column; background: #6f1685; border-radius: 50%;
cursor: pointer; position: relative; z-index: 2;}
#quick_menu button i {color:#fff; font-size: 30px ; transition: transform .5s; }
#quick_menu button p {font-size: 14px; font-weight: 400; color:#fff; margin-top: 5px; }
#quick_menu button.active i {transform:rotate(180deg);}

#quick_menu ul {position: absolute; left: 0; bottom: 40px; padding: 25px 0 65px; width: 100%; background: #58086c; border-radius: 40px 40px 0 0; display: none;}
#quick_menu ul > li {display: flex; justify-content: center; align-items: center; flex-direction: column; }
#quick_menu ul > li + li {margin-top: 25px; }
#quick_menu ul span {display: block; font-size: 12px; font-weight: 400; color:#fff; letter-spacing: -.24px; margin-top:8px; }
/* #quick_menu button.active + ul { overflow: hidden; } */
/* hover */
#quick_menu ul i img {transition: transform .5s; }
#quick_menu ul a:hover i img {transform: rotateY(180deg);}


@media screen and (max-width: 1700px) {
    footer {border-radius: 0; max-width: 100%; margin: 0; width: 100%;}
}
