@charset "utf-8";
/* fooder */
.country_log, .count { display:none; }

/* 버튼 : 위로 */
.sh_up_layer {
position:fixed;
right:15px;
bottom:20px;
display:inline-block;
z-index:8;

/* top 이미지 시작 */
cursor: pointer;
width:50px;
height:50px;
background:url(../img/ico_icons_m.png) no-repeat;
-webkit-background-size:50px 200px;
}

/* 상단 진행 바 스타일 */
#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #ff7800;
  z-index: 9999;
  transition: width 0.1s ease-out;
}
body {
  margin: 0;
  padding: 0;
  height: 2000px; /* 스크롤 테스트용 긴 페이지 */
}
/* 상단 진행 바 스타일 끝 */