/*$xl: 1200px; // extra large
$lg: 1024px; // large
$l: 860px;
$sm: 576px; // small */
.p-media {
  padding: 0 0 80px; }
  .p-media-list, .p-media-box {
    overflow-anchor: none; }
  .p-media-filter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin: 20px 0 40px; }
    .p-media-filter-label {
      font-size: 16px;
      font-weight: 700;
      color: #222;
      line-height: 1; }
    .p-media-filter-select-wrap {
      position: relative; }
      .p-media-filter-select-wrap:after {
        content: "\e915";
        font-size: 10px;
        font-family: 'icomoon';
        color: #fff;
        background: #F76979;
        width: 27px;
        height: 27px;
        line-height: 28px;
        border-radius: 30px;
        text-align: center;
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%) rotate(90deg);
        pointer-events: none; }
    .p-media-filter-select {
      min-width: 240px;
      height: 52px;
      padding: 0 52px 0 18px;
      border: 2px solid #F76979;
      border-radius: 999px;
      background: #fff;
      font-size: 16px;
      font-weight: 700;
      color: #333;
      appearance: none;
      cursor: pointer; }
      .p-media-filter-select:focus, .p-media-filter-select:focus-visible {
        outline: none;
        border-color: #F76979;
        box-shadow: none; }
  .p-media-box {
    position: relative;
    background: #fff;
    border: 4px solid #F76979;
    border-radius: 48px;
    padding: 100px 50px 0;
    margin-bottom: 80px; }
    .p-media-box-head {
      position: absolute;
      top: -24px;
      left: 50%;
      transform: translateX(-50%);
      min-width: 320px;
      height: 55px;
      padding: 0 30px;
      border-radius: 16px;
      background: #F76979;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px; }
      .p-media-box-head:before {
        content: "";
        width: 39px;
        height: 35px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
      .p-media-box-head-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        line-height: 1; }
    .p-media-box--all .p-media-box-head:before {
      display: none; }
    .p-media-box--media .p-media-box-head:before {
      background: url("../img/icon_media_pk.png") no-repeat center;
      background-size: 85%;
      top: -32px; }
    .p-media-box--award .p-media-box-head:before {
      background: url("../img/icon_award_pk.png") no-repeat center;
      background-size: 100%;
      top: -29px; }
  .p-media-list {
    opacity: 1;
    transition: opacity 0.35s ease, height 0.35s ease; }
    .p-media-list.is-fading {
      opacity: 0; }
  .p-media-item {
    padding-bottom: 70px;
    margin-top: -50px;
    padding-top: 50px; }
    .p-media-item-meta {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 6px;
      flex-wrap: wrap; }
    .p-media-item-date {
      color: #727272;
      position: relative;
      text-indent: 20px;
      margin-top: 0;
      font-size: 15px; }
      .p-media-item-date:before {
        content: "";
        background: url(../img/icon_time.png) no-repeat left;
        width: 60%;
        height: 60%;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 5px; }
    .p-media-item-cat {
      font-size: 14px;
      border: 1px #333 solid;
      border-radius: 4px;
      line-height: 1.2;
      padding: 3px 6px;
      text-align: center; }
    .p-media-item-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.5;
      padding-bottom: 7px;
      border-bottom: 5px dotted #F76979; }
    .p-media-item-text {
      margin-top: 8px;
      line-height: 2; }
      .p-media-item-text .notice {
        font-size: 12px; }
      .p-media-item-text .sup {
        font-size: 0.7em;
        vertical-align: super;
        line-height: 0; }
    .p-media-item-images {
      padding-top: 30px; }
      .p-media-item-images img {
        margin-right: 10px;
        margin-bottom: 10px; }
  .p-media-pager {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap; }
    .p-media-pager:empty {
      display: none; }
  .p-media-pager-btn, .p-media-pager-dots {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .p-media-pager-btn {
    cursor: pointer; }
    .p-media-pager-btn.is-active {
      background: #F76979;
      border-color: #F76979;
      color: #fff; }
    .p-media-pager-btn.is-disabled {
      opacity: 0.4;
      pointer-events: none; }
  .p-media-pager-dots {
    border: none;
    background: transparent;
    min-width: auto;
    padding: 0 2px; }

/*# sourceMappingURL=style.css.map */
