#pnav .post {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.url-copy-container {
  position: relative;
}

.url-copied {
    display: none;
}
.url-copied span {
    background: #0009;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    color: #fff;
    padding: 2px 4px;
    box-sizing: border-box;
    line-height: 14px;
    border-radius: 3px;
}

.front .post .tag,
.detail #post-meno .tag,
#pick .tag,
.front .main-tit span {
  text-transform: uppercase;
}

/*.front .post .box {
  margin-left: 10px;
}

.front .post figure::before {
  display: none;
}*/