@charset "utf-8";

/* 푸터 */
.foot, .foot_contens { position: relative; padding: 10px 0 10px 0; }
.foot h2, .foot_contens h2 { position: absolute; left: 0; top: 12px; }
/*.foot_info { height: 90px; padding-top: 12px; }*/
.foot_info ul { display: flex; justify-content: flex-start; }
.foot_info li { position: relative; padding-right: 31px; }
.foot_info li:after { content: ''; position: absolute; right: 16px; top: 6px; width: 1px; height: 14px; background: #8f8f8f; }
.foot_info li:last-child:after { width : 0; padding-right: 0; }
.foot_info li a { color: #000; font-size: 16px; }
.foot_info address { color: #000; padding-top: 5px; }
/*.foot_info address p:first-child { font-size: 16px; }*/
.foot_info address p { font-size: 16px; }

/* 맨위로가기, 뒤로가기 */
a#topBtn { position: fixed; right: calc(50% - 20px); bottom: 5px; display: none; z-index: 9999; } 
a#topBtn:before { display: block; content: "\e912"; font-family: xeicon; width: 40px; background: rgba(0,0,0,0.3); color: #fff; font-size: 25px; font-weight: 500; text-align: center; }
p#backBtn { position: fixed; left: 2%; bottom: 5px; z-index: 9999; cursor: pointer; } 
p#backBtn:before { display: block; content: "\e906"; font-family: xeicon; width: 40px; background: rgba(0,0,0,0.3); color: #fff; font-size: 25px; font-weight: 500; text-align: center; }
