.tag_lg-size {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em; }
  .tag_lg-size.mt10 {
    margin-top: 10px; }
  .tag_lg-size .label_tag {
    display: inline-block;
    padding: 5px 12px 2px;
    font-size: 13px;
    height: 32px;
    box-sizing: border-box;
    border: solid 1px #c69c6d;
    background-color: #fff;
    border-radius: 16px;
    color: #4d4d4d;
    text-decoration: none;
    cursor: pointer; }
    .tag_lg-size .label_tag:hover {
      background-color: rgba(198, 156, 109, 0.2); }

.tag_sm-size {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em; }
  .tag_sm-size .label_tag {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    height: 24px;
    border-radius: 12px;
    box-sizing: border-box;
    border: solid 1px #c69c6d;
    background-color: #fff;
    color: #4d4d4d;
    text-decoration: none;
    cursor: pointer; }
    .tag_sm-size .label_tag:hover {
      background-color: rgba(198, 156, 109, 0.2); }

.topNewsBox {
  margin-bottom: 10px; }

/*# sourceMappingURL=pc-tag-style.css.map */
