@charset "utf-8";.side-sticky{position:fixed;right:0;bottom:90px;z-index:801;text-align:right;transition:bottom .5s}
.side-sticky.ab{position:absolute}
.side-sticky__list{max-width:91px}
.side-sticky__item{text-align:center}
.side-sticky__item a{display:block;padding:15px 16px;text-decoration:none}
.side-sticky__item a:hover,.side-sticky__item a:focus{background-color:#004489}
.side-sticky__icon{max-width:58px}
.side-sticky__text{display:block;margin-top:5px;font-size:11px;font-family:'HyundaiMedium';color:#fff;line-height:1.2;letter-spacing:.11px}
.side-sticky__btn{position:relative;display:none;width:60px;height:60px;margin-top:5px;background-color:#012c5f}
.side-sticky__btn:before,.side-sticky__btn:after{content:'';position:absolute;background-color:rgba(255,255,255,.7);transition:transform .7s}
.side-sticky__btn:before{width:18px;height:2px;left:calc(50% - 9px);top:calc(50% - 1px)}
.side-sticky__btn:after{width:2px;height:18px;left:calc(50% - 1px);top:calc(50% - 9px)}
.side-sticky.is-open .side-sticky__btn{background-color:#3d3d3d}
.side-sticky.is-open .side-sticky__btn:before,.side-sticky.is-open .side-sticky__btn:after{transform:rotate(360deg)}
@media screen and (min-width:1025px){.side-sticky__item{background-color:#002c5f}
}
@media screen and (max-width:1024px){.side-sticky{z-index:59}
.side-sticky.ab .side-sticky__list{position:absolute;right:0;width:180px;bottom:70px}
.side-sticky__list{max-width:180px}
.side-sticky__item{overflow:hidden;height:0;opacity:0;transition:all .7s}
.side-sticky__item a{display:flex;flex-direction:row-reverse;align-items:center;gap:14px;height:100%;padding:0 16px}
.side-sticky__icon{max-height:24px}
.side-sticky__text{margin-top:0;font-size:15px;font-family:'HyundaiHRegular'}
.side-sticky__btn{display:inline-block}
.side-sticky.is-open .side-sticky__item{height:60px;opacity:1;background-color:#002c5f;text-align:right}
.side-sticky.is-open .side-sticky__item+.side-sticky__item{border-top:1px solid #535353}
}