
/* 20230714 Γί°‘ */
.floating_bnr {position:fixed; bottom:0; right:0; width:90px; z-index:9999;}
.floating_bnr .top {width:100%; height:66px; background:#000; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; color:#fff; cursor:pointer;}
.floating_bnr .floating_lst {width:100%; height:0; background:#fff; transition:height .5s ease-in-out;}
.floating_bnr.on .floating_lst {height:auto; transition:height .5s ease-in-out;}
.floating_bnr .floating_lst li {padding:10px; position:relative;}
.floating_bnr .floating_lst li:not(:last-child):after {content:''; width:22px; height:1px; background:#E5E5E5; display:flex; position:absolute; bottom:0; left:50%; transform:translateX(-50%);}
.floating_bnr .floating_lst li a {display:flex; align-items:center; justify-content:center; flex-direction:column;}
.floating_bnr .floating_lst li a p {font-size:14px; font-weight:700; color:#44187F; letter-spacing:-0.05em; margin-top:8px;}
.floating_bnr .floating_act_btn {width:100%; height:66px; background:#47008D; display:flex; align-items:center; justify-content:center; cursor:pointer; position:relative;}
.floating_bnr .floating_act_btn img {transform:rotate(180deg); transition:transform .3s;}
.floating_bnr.on .floating_act_btn img {transform:rotate(0); transition:transform .3s;}