@charset "utf-8";

.fixed {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}

.fixed .blog_icon {
  width: 64px;
  height: 64px;
}

.top_btn {
  width: 64px;
  height: 64px;
}

br.m_br,
br.t_br{
    display: none;
}
br.m_none{
    display: block;
}

/* mobile */
@media screen and (max-width: 766px) {
  .fixed {
    position: fixed;
    right: 15px;
    bottom: 18px;
    z-index: 9999;
  }
    br.m_br{
        display: block;
    }
    br.m_none{
        display: none;
    }
}

/* tablet 세로기준 */
@media screen and (min-width: 767px) and (max-width: 1024px) {
}

/* 태블릿 아이패드미니 가로부터 ~ , 노트북 : 11인치  ~ 15인치 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
}
