/* BASIC css start */
#footer {padding:64px 0 16px; }
#footer .footer_logo {text-align:center; margin-bottom:45px; }
#footer .footer_logo a {display:block; }
#footer .footer_logo a img {height:48px; }
#footer .footer_info {padding:0 1.5rem 48px; box-sizing:border-box;  }
#footer .footer_info .footer_menu li {display:flex;justify-content: space-between;align-items: center; font-size: 1.2rem; line-height: 1.75; color:#000}
#footer .footer_info .footer_menu li .info_btn {font-size:1.2rem; padding-right:20px; position:relative;  color:#000 }
#footer .footer_info .footer_menu li .info_btn:after {content: "\e921"; font-family: xeicon !important; position: absolute; top: 50%; right: 0; transform: translate(0, -50%) rotate(45deg); display: block; width: 20px; height: 20px; line-height: 20px; font-size:0.8rem; margin-top: 1px; }
#footer .footer_info .footer_menu li .info_btn.active:after { transform: translate(0, -50%) rotate(0deg);}
#footer .footer_info .info_area {padding-top:15px; text-align:right; display:none;  }
#footer .footer_info .info_area p {font-size: 1rem; line-height: 1.5;}
#footer .copyright {padding:0 1.5rem; font-size: 1rem; line-height: 1.5}

.page_scroll { position: fixed; bottom: 20px; right: 4px; display: flex; flex-direction: column; align-items: center; z-index:999; display:none; } 
.page_scroll a { display: flex; width: 30px; height: 30px; margin-top: 4px; background-color: rgba(255, 255, 255, 1); border-radius: 50%; border: 1px solid #bebebe; opacity: 0.8; align-items: center; justify-content: center; }




#headerBtmWrap {position:fixed;bottom:0;left:0;right:0;z-index:200;height:60px;box-shadow: 0 3px 4px; display:none; background:#f9f9f9}
#headerBtmWrap .headerBtmInfo{ position:relative;z-index:10;padding:10px;font-size:0; box-sizing:border-box;text-align:center; display:flex; align-items:center; justify-content: center;}
#headerBtmWrap .headerBtmInfo a {display: inline-flex;width: 20%;align-items:center; justify-content: flex-end;flex-direction: column;}
#headerBtmWrap .headerBtmInfo a .img {width: 22px; height:22px; display:flex; align-items:center; justify-content: center;}
#headerBtmWrap .headerBtmInfo a .img img { width:100%;  }
#headerBtmWrap .headerBtmInfo a .txt {display:block; font-size:1.1rem; margin-top:7px;  }

/* BASIC css end */

