/* _banner-HB4v1.0.0 */
div.modal#popupDimmed .modal-content.modal-popup-dimmed {}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-popup-dimmed {
  margin: 27% auto;
  padding: 20px;
  width: 70%;
  min-width: 300px;
}

@media screen and (max-width: 768px) {
  .modal-popup-dimmed {
    margin: 45% auto;
    width: 90%;
  }
}

.modal-popup-dimmed .modal-header {
  border: 0;
  background-color: #ff8c8c;
  color: #fff;
}

.modal-popup-dimmed .modal-body {
  /*background-color: transparent;*/
  background-color: #ff8c8c;
  border: 0px;
  text-align: center;
  padding: 1.25rem;
}

.modal-popup-dimmed .modal-body .display-5 {
  font-weight: bold;
}

.modal-popup-dimmed .modal-body .display-6 {
  font-weight: bold;
}

.modal-popup-dimmed .modal-body p:last-of-type {
  margin-bottom: 0;
  color: #fff;
}

.modal-popup-dimmed .modal-footer {
  border: 0;
}

.modal-popup-dimmed .modal-footer label {
  align-self: flex-start;
  margin-bottom: 0;
}

/* */
div.banner-area#bannerPromo {}

.banner-area {
  display: none;
  overflow: hidden;
  background-color: #e1e1e1;
}

.banner-area .banner-bg {
  background: url('../images/aside-promo-banner.jpg')no-repeat center center;
}

.banner-area .article {
  /*padding: 1rem 0;*/
  padding: 0.7rem 0;
}

.banner-area .banner-content {
  text-align: center;
}

.banner-area .banner-content p {
  margin-bottom: 0;
}

.banner-area .banner-content p:first-child {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: bold;
  margin-top: 10px;
}

.banner-area .banner-content p i {
  font-size: 2rem;
  margin-top: -7px;
  color: #3d3037;
  position: absolute;
}

.banner-area .banner-footer {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.1rem;
  margin-bottom: -5px;
}

.banner-area .banner-footer label {
  align-self: flex-start;
  margin-bottom: 0;
}

.banner-area .banner-footer> :not(:first-child) {
  margin-left: 0.25rem;
}

.banner-area .banner-footer> :not(:last-child) {
  margin-right: 0.25rem;
}

/* */
div.backtotop-area .btn-backtotop#btnBackToTop {}

.btn-backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #ccc;
  color: #fff;
  width: 44px;
  height: 44px;
  s text-align: center;
  line-height: 1;
  font-size: 1.143em;
  border-radius: 50%;
  right: 3%;
  bottom: 3%;
  transition: background 0.5s;
  z-index: 1000;
}
