@charset "utf-8";
#cboxOverlay {
  background: rgba(0, 0, 0, 0.5);
}

.cboxIframe {
  background: rgba(0, 0, 0, 0);
}

#cboxLoadedContent {
  background: rgba(0, 0, 0, 0);
}

#cboxClose {
  width: 40px;
  height: 40px;
  top: -20px;
  background: url(/images/portal_pc/third/close_bt.png) no-repeat center;
  background-size: contain;
}

#cboxClose:hover {
  background-position: 0px 0px;
}
