section.notice-header {
  padding: 120px 20px 0px;
}

section.notice-header h1 {
  font-size: 40px;
  font-weight:900;
  line-height:50px;
  color:#fff;
}

section.notice-header h1 strong {
  display: block;
  font-size: 14px;
  font-weight:700;
  line-height: 24px;
  color:#999;
}

section.notice-header .form-wrap {
  width: 100%;
}
section.notice-header p {
  margin: 20px 0 0px;
  font-size: 12px;
  font-weight:400;
  line-height: 22px;
  color:#999;
}

/* section.notice-content */
section.notice-content {
  margin: 30px auto 150px;
}
section.notice-content .notice-filter {
  margin-bottom: 15px;
  position: relative;
  width: 130px;
}
section.notice-content .notice-filter .option-box {
  display: none;
  background-color: #000;
  border: 1px solid #4a4a4a;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: -112px;
  z-index: 1;
}
section.notice-content .notice-filter .option-box.disable {
  display: none;
}
section.notice-content .notice-filter:hover > .option-box {
  display: block;
}
section.notice-content .notice-filter .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 6px 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  font-size: 18px;
}
section.notice-content .notice-filter .selected {
  border: 1px solid #4a4a4a;
}
section.notice-content .notice-filter .option:hover {
  background-color: #fff;
  color: #000;
}
section.notice-content .notice-filter .selected:hover {
  background-color: #000;
  color: #fff;
}
section.notice-content .notice-filter .selected span.icon {
  color: #fb3b64;
  font-size: 32px;
}


section.notice-content.notice-list .notice-table,
section.notice-content.notice-promotion .notice-table {
  /* border-left: 1px solid #4a4a4a; */
    /* border-right: 1px solid #4a4a4a; */
    color: #848484;
}
section.notice-content .notice-table .table-header,
section.notice-content .notice-table .table-body .table-row {
  display: grid;
  grid-template-columns: 100px 1fr 150px;
  align-items: center;
  justify-items: center;
}
section.notice-content .notice-table .table-header p,
section.notice-content .notice-table .table-body .table-row p {
  padding: 18px 0;
  box-sizing: border-box;
  width: 100%;
}
section.notice-content .notice-table .table-body .table-row.notice-detail p {
  padding: 13px 0;
}
section.notice-content.notice-list .notice-table .table-header p,
section.notice-content.notice-list .notice-table .table-body .table-row p {
  text-align: center;
}
section.notice-content .notice-table .table-header {
    /* border-top: 1px solid #4a4a4a; */
    /* border-bottom: 1px solid #4a4a4a; */
    background: #0f0f0f;
}
section.notice-content .notice-table .table-body .table-row {
  border-bottom: 1px solid #4a4a4a;
}
section.notice-content.download-table .notice-table .table-body .table-row p:nth-child(2),
section.notice-content.download-table .notice-table .table-header p:nth-child(2),
section.notice-content.like-table .notice-table .table-body .table-row p:nth-child(2),
section.notice-content.like-table .notice-table .table-header p:nth-child(2) {
  text-align: center;
  padding-left: 0;
}
section.notice-content.download-table .notice-table .table-body .table-row p,
section.notice-content.download-table .notice-table .table-header p,
section.notice-content.like-table .notice-table .table-body .table-row p,
section.notice-content.like-table .notice-table .table-header p {
  text-align: center;
}
section.notice-content.notice-list .notice-table .table-body .table-row p:nth-child(2),
section.notice-content.notice-promotion .notice-table .table-body .table-row p:nth-child(2) {
  padding-left: 10px;
  box-sizing: border-box;
  justify-self: left;
  text-align: left;
  cursor: pointer;
  border-left: 0px solid #4a4a4a;
  border-right: 0px solid #4a4a4a;
  width: 100%;
}
section.notice-content.notice-list .notice-table .table-header p:nth-child(2),
section.notice-content.notice-promotion .notice-table .table-header p:nth-child(2) {
  border-left: 0px solid #4a4a4a;
  border-right: 0px solid #4a4a4a;
}

/***
* notice_detail.html
***/
section.notice-content .notice-table .table-body .table-row.notice-detail {
  grid-template-columns: 1fr 100px 150px;
  border-top: 1px solid #676767;
}
section.notice-content .notice-table .table-body .table-row.notice-detail p:first-child {
  justify-self: left;
  cursor: default;
  font-weight: 600;
}
section.notice-content .notice-table .table-body .table-row.notice-detail p:nth-child(2) {
  justify-self: center;
  cursor: default;
  font-weight: 600;
}
section.notice-content .notice-table .table-body .table-content {
  white-space: pre-line;
  border-bottom: 1px solid #4a4a4a;
}
section.notice-content .notice-table .table-body .table-content img {
  width: 100%;
}


/***
* contact_private.html
***/

section.notice-content.contact-private .notice-table .table-header,
section.notice-content.contact-private .notice-table .table-body .table-row {
  grid-template-columns: 100px 1fr 150px 150px;
}

section.notice-header .notice-title .btn-contact {
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #e0008c;
  margin-left: 30px;
  transition: all .5s;
}
section.notice-header .notice-title .btn-contact:hover {
  background-color: #bc0075;
}



/***
* contact_private.html
***/
.content-wrap .notice-table .table-content {
  padding: 30px 20px;
  box-sizing: border-box;
}
.content-wrap .notice-table .comment {
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #535353;
}


/* section.notice-pagination */
section.notice-pagination {
  display: none;
  padding: 0 20px;
  box-sizing: border-box;
}
section.notice-pagination .prev-notice {
  display: grid;
  grid-template-columns: 70px 1fr 50px;
  width: 100%;
  align-items: center;
  justify-items: center;
  padding: 10px 0;
  box-sizing: border-box;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
}
section.notice-pagination .prev-notice p.prev {
  color: #ff2cb0;
}
section.notice-pagination .prev-notice p.notice-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
section.notice-pagination .btn-list--notice {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #e0008c;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px 0;
  font-size: 18px;
  margin: 20px 0 50px;
}


@media all and (max-width: 1440px) {
  section.notice-header .notice-title {
    box-sizing: border-box;
  }
  section.notice-content {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 1080px) {
  section.notice-header {
    padding: 160px 20px 0;
  }
}
@media all and (max-width: 768px) {
  section.notice-content {
    padding: 0 20px;
  }
  section.notice-header {
    padding: 160px 20px 0;
  }
  section.notice-header p {
  display: none;
  }
  section.notice-content .notice-table .table-body .table-row p:nth-child(2) {
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  section.notice-content.download-table,
  section.notice-content.like-table {
    overflow-x: scroll;
  }
  section.notice-content.download-table::-webkit-scrollbar,
  section.notice-content.like-table::-webkit-scrollbar{
    width: 6px;
    height: 10px;
  }
  section.notice-content.download-table::-webkit-scrollbar-thumb,
  section.notice-content.like-table::-webkit-scrollbar-thumb {
      height: 17%;
      background-color: rgba(255,255,255,1);
      border-radius: 10px;
  }
  section.notice-content.download-table .notice-table,
  section.notice-content.like-table .notice-table {
    width: 720px;
  }
  section.notice-content.download-table .notice-table .table-body .table-row p:nth-child(2),
  section.notice-content.like-table .notice-table .table-body .table-row p:nth-child(2) {
    width: auto;
  }
  section.notice-content .notice-table .table-body .table-row.notice-detail {
    grid-template-columns: 1fr;
  }
  section.notice-content .notice-table .table-body .table-row.notice-detail p:nth-child(2),
  section.notice-content .notice-table .table-body .table-row.notice-detail p:last-child {
    display: none;
  }
  section.notice-pagination {
    display: block;
  }
}
@media all and (max-width: 450px) {
  section.notice-content .notice-table .table-body .table-row p:nth-child(2) {
    width: 100%;
    overflow: hidden;
  }
  section.notice-content .notice-table .table-header,
  section.notice-content .notice-table .table-body .table-row {
    grid-template-columns: 70px 1fr;
  }
  section.notice-content .notice-table .table-header p:last-child,
  section.notice-content .notice-table .table-body .table-row p:last-child {
    display: none;
  }
  section.notice-content.notice-list .notice-table .table-header p, 
  section.notice-content.notice-list .notice-table .table-body .table-row p,
  section.notice-content.notice-promotion .notice-table .table-header p, 
  section.notice-content.notice-promotion .notice-table .table-body .table-row p {
    text-align: center;
    font-size: 13px;
  }
  section.notice-header {
    padding: 120px 10px 0;
  }
  section.notice-header h1 {
      font-size: 20px;
      line-height: normal;
  }

  section.notice-header h1 strong {
      font-size: 10px;
      line-height: 15px;
  }
  section.notice-content {
    margin-top: 20px;
  }


  section.notice-content .notice-table .table-body .table-content {
    font-size: 13px;
    padding: 30px 10px;
  }
  section.notice-content.notice-list .notice-table .table-body .table-row p:nth-child(2),
  section.notice-content.notice-promotion .notice-table .table-body .table-row p:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  section.notice-content.notice-list .notice-table .table-header p:nth-child(2),
  section.notice-content.notice-promotion .notice-table .table-header p:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  section.notice-content.notice-list .notice-table .table-body .table-row p:first-child,
  section.notice-content.notice-promotion .notice-table .table-body .table-row p:first-child {
    color: #fb3b64;
  }
  section.notice-content.notice-list .notice-table .table-body .table-row p:nth-child(2) {
    padding-left: 20px;
  }
  section.notice-content .notice-table .table-header p, section.notice-content .notice-table .table-body .table-row p {
    padding: 17px 0;
  }
  section.notice-content .notice-table .table-body .table-content {
    border-bottom: none;
  }
  section.notice-content.notice-list {
    padding: 0;
  }
  section.notice-content.notice-list .notice-table {
    border: none;
    /* border-top: 1px solid #4a4a4a; */
  }
  section.notice-content .notice-filter .selected {
    margin-left: 10px;
  }

  section.notice-pagination .btn-list--notice {
    padding: 8px 0;
    font-size: 16px;
  }

  section.notice-content .notice-filter .option {
    font-size: 13px;
    padding: 0 6px 0 13px;
    height: 30px;
  }
  section.notice-content .notice-filter {
    width: 90px;
  }
  section.notice-content .notice-filter .selected span.icon {
    font-size: 25px;
  }
}
