#top-header-bar {
  position: relative;
  width: 100%;
  text-align: center;
}

#top-header-bar .img {
  margin-top: 0 auto;
  text-align: center;
}

#top-header-bar .btn-close {
  position: absolute;
  top: 10px;
  right: 70px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  background-image: url(./topbanner-close.png);
  background-position: center;
  background-repeat: no-repeat;
}

#top-header-bar .btn-banner-adm-left {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  z-index: 9999;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  color: tomato;
}

.bn-pc-only {
  display:none;
}
@media (min-width: 768px) {  
  .bn-pc-only {
    display:inline-block;
  }
  .bn-mobile-only {
    display:none;
  }
}

/* 모바일: 상단 배너 좌측 여백 줄이고, 닫기(X) 버튼 작게·우측으로 더 붙임 */
@media (max-width: 969px) {
  #top-header-bar {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
  }
  #top-header-bar .btn-close {
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px !important;
    height: 22px !important;
    min-width: 22px;
    min-height: 22px;
    background-size: 18px 18px !important;
  }
}
