/* CSS Document */
.notice {
  background: url("../images/au_lp_16.jpg") no-repeat bottom left;
  background-size: 100% auto;
  max-height: 490px;
  height: 73vw; }
  .notice-area {
    padding: 15px 15px;
    border: 3px solid #faaf3b;
    border-radius: 15px;
    width: calc(85%);
    margin: 0 auto; }
    .notice-area-p {
      width: 100%;
      height: 44vw;
      max-height: 322px;
      overflow-y: scroll;
      scrollbar-base-color: #faaf3b;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      background: #fff; }
      .notice-area-p::-webkit-scrollbar {
        width: 10px;
        height: 100%;
        background-color: #e6e6e6; }
      .notice-area-p::-webkit-scrollbar-track {
        background-color: #e6e6e6; }
      .notice-area-p::-webkit-scrollbar-thumb {
        background-color: #faaf3b;
        border-radius: 100px; }
