/* sns */
/* select */
/* button */
/* categories */
/* calamity */
/* tooltip direction */
/* decoration */
#contents .main-wordcloud-page {
  width: 1280px;
  padding-top: 24px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#contents .main-wordcloud-page .main-wordcloud-box {
  width: 962px;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: start;
}
#contents .main-wordcloud-page .main-wordcloud-box .select-wrapper {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#contents .main-wordcloud-page .main-wordcloud-box .select-wrapper select {
  padding: 6px 16px;
  height: 40px;
  border: 1px solid #bebebe;
  color: #7c7c7c;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 150px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23484848' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") top 8px right 16px no-repeat;
}
#contents .main-wordcloud-page .main-wordcloud-box .wordcloud {
  width: 100%;
  height: 667px;
  background-color: #dbdbdb;
}