.notice .section-title {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  .notice .section-title h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0; }
  @media (max-width: 767px) {
    .notice .section-title {
      margin-top: 45px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .notice .section-title h1 {
        font-size: 16px;
        letter-spacing: -0.3px; } }

.notice .section-search {
  width: 510px;
  margin: 0 auto 41px;
  display: flex;
  justify-content: space-between; }
  .notice .section-search input {
    width: 400px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 300; }
    .notice .section-search input:focus {
      outline: none;
      border: solid 2px #db6565; }
  .notice .section-search button {
    width: 100px;
    height: 40px;
    font-size: 14px;
    font-weight: 600; }
  @media (max-width: 767px) {
    .notice .section-search {
      width: 100%;
      margin: 0 auto 21px;
      padding: 0 20px; }
      .notice .section-search input {
        margin-right: 5px;
        width: calc(100% - 56px);
        height: 35px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding: 10px;
        font-size: 14px; }
        .notice .section-search input:focus {
          border: solid 1px #db6565; }
      .notice .section-search button {
        width: 51px;
        height: 35px; } }

.notice .section-container {
  width: 688px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .notice .section-container {
      width: 100%;
      padding: 0 20px; } }

.notice .section-table {
  padding-bottom: 80px; }
  .notice .section-table .tr {
    display: flex;
    justify-content: space-between; }
    .notice .section-table .tr > * {
      text-align: left;
      display: flex;
      justify-content: left;
      align-items: center;
      line-height: 1; }
      .notice .section-table .tr > *.date {
        width: 100px; }
      .notice .section-table .tr > *.title {
        width: 600px; }
  .notice .section-table__thead {
    background-color: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .notice .section-table__thead .tr .th {
      height: 40px;
      font-size: 16px;
      font-weight: 600; }
      .notice .section-table__thead .tr .th.date {
        padding-left: 8px; }
      .notice .section-table__thead .tr .th.title {
        justify-content: center; }
  .notice .section-table__tbody a {
    display: block; }
  .notice .section-table__tbody .tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .notice .section-table__tbody .tr .td {
      height: 56px; }
      .notice .section-table__tbody .tr .td.date {
        font-size: 14px;
        font-weight: 300; }
      .notice .section-table__tbody .tr .td.title {
        font-size: 16px;
        font-weight: 500;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .notice .section-table__tbody .tr:hover .td.title {
      color: #db6565; }
  .notice .section-table__tbody .list__more {
    background-image: url(/int/en/resource/images/common/more.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 75px;
    margin: 50px auto 0;
    cursor: pointer;
    display: block;
    border: none; }
    .notice .section-table__tbody .list__more:hover {
      background-image: url(/int/en/resource/images/common/more-hover.png); }
  .notice .section-table .no-list {
    padding-top: 61px;
    padding-bottom: 200px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center; }
  @media (max-width: 767px) {
    .notice .section-table {
      padding-bottom: 50px; }
      .notice .section-table .tr > *.date {
        width: 154px; }
      .notice .section-table .tr > *.title {
        width: calc(100% - 154px); }
      .notice .section-table__thead .tr .th {
        height: 45px;
        font-size: 15px; }
        .notice .section-table__thead .tr .th.date {
          padding-left: 0; }
        .notice .section-table__thead .tr .th.title {
          justify-content: left; }
      .notice .section-table__tbody .tr {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 62px; }
        .notice .section-table__tbody .tr .td {
          display: block;
          height: auto;
          width: 100%; }
          .notice .section-table__tbody .tr .td.date {
            font-size: 11px;
            font-weight: 500;
            opacity: 0.4;
            margin-bottom: 7px; }
          .notice .section-table__tbody .tr .td.title {
            font-size: 14px;
            font-weight: 500; }
        .notice .section-table__tbody .tr:hover .td.title {
          color: #db6565; }
      .notice .section-table__tbody .list__more {
        background-image: url(/int/en/resource/images/common/more.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 75px;
        height: 75px;
        margin: 50px auto 0;
        cursor: pointer; }
        .notice .section-table__tbody .list__more:hover {
          background-image: url(/int/en/resource/images/common/more-hover.png); }
      .notice .section-table .no-list {
        font-size: 14px; } }

/*# sourceMappingURL=index.css.map */