.sec-01 .container h3 {
  font-size: var(--f3);
  line-height: var(--l3);
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .sec-01 .container h3 {
    margin-bottom: 1.25rem;
  }
}
.sec-01 .container .list {
  border-top: 0.125rem solid var(--line1);
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec-01 .container .list {
    margin-bottom: 1.875rem;
  }
}
.sec-01 .container .list li {
  display: flex;
  height: 5rem;
  align-items: center;
  padding: 0 2rem;
  border-bottom: 0.0625rem solid var(--line2);
  font-size: var(--f7);
  line-height: var(--l7);
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .sec-01 .container .list li {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec-01 .container .list li {
    height: 3.5rem;
    padding: 0 0.5rem;
  }
}
.sec-01 .container .list li:hover {
  background: var(--bg2);
}
.sec-01 .container .list li .tit {
  width: calc(100% - 9.5rem);
  margin-right: 2rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .sec-01 .container .list li .tit {
    width: calc(100% - 8.5rem);
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec-01 .container .list li .tit {
    width: 100%;
    margin-right: 0;
  }
}
.sec-01 .container .list li .tit a {
  display: block;
}
.sec-01 .container .list li .tit a h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.sec-01 .container .list li .date {
  width: 7.5rem;
  text-align: right;
  color: var(--font3);
}
@media only screen and (max-width: 767px) {
  .sec-01 .container .list li .date {
    display: none;
  }
}
.sec-01 .container .list + .btn-area.adm {
  display: flex;
  justify-content: flex-end;
}
.sec-01 .container .gallery {
  display: flex;
  flex-wrap: wrap;
}
.sec-01 .container .gallery li {
  width: 25rem;
  margin-right: 2.5rem;
}
.sec-01 .container .gallery li:nth-of-type(3n) {
  margin-right: 0;
}
.sec-01 .container .gallery li:nth-child(n+4):nth-child(-n+6) {
  margin-top: 2.5rem;
}
.sec-01 .container .gallery li .img {
  width: 100%;
  height: 18.125rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background: var(--bg2);
  margin-bottom: 1.25rem;
}
.sec-01 .container .gallery li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec-01 .container .gallery li h4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--f7);
  line-height: var(--l7);
}
.sec-01 .container .gallery li .date {
  font-size: var(--f8);
  line-height: var(--l8);
  color: var(--font2);
}
.sec-01 .container .gallery + .btn-area.adm {
  display: flex;
  justify-content: flex-end;
}
.sec-01 .container .view {
  border-top: 0.125rem solid var(--line1);
  margin-bottom: 1.875rem;
}
.sec-01 .container .view .cont-01 {
  height: 5rem;
  display: flex;
  padding: 1.6875rem 2rem;
  justify-content: space-between;
  border-bottom: 0.0625rem solid var(--line2);
  font-size: var(--f7);
  line-height: var(--l7);
}
.sec-01 .container .view .cont-01 h4 {
  font-weight: 500;
  width: calc(100% - 8.25rem);
  margin-right: 2rem;
}
.sec-01 .container .view .cont-01 span {
  width: 6.25rem;
  text-align: right;
  color: var(--font3);
}
.sec-01 .container .view .cont-02 {
  padding: 2.5rem 2rem 3.75rem;
  border-bottom: 0.0625rem solid var(--line2);
}
.sec-01 .container .view .cont-03 > div {
  height: 3.125rem;
  display: flex;
  align-items: center;
  color: var(--font2);
}
.sec-01 .container .view .cont-03 > div img {
  width: 2.5rem;
  height: 2.5rem;
}
.sec-01 .container .view .cont-03 > div span {
  display: block;
}
.sec-01 .container .view .cont-03 > div span:first-of-type {
  width: 1.875rem;
  margin-right: 2rem;
}
.sec-01 .container .view .cont-03 > div a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 6.275rem);
}
.sec-01 .container .view + .btn-area.adm {
  display: flex;
  justify-content: space-between;
}
.sec-01 .container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-01 .container .pagination a {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: var(--f7);
}
@media only screen and (max-width: 767px) {
  .sec-01 .container .pagination a {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
}
.sec-01 .container .pagination a img {
  border: 0.0625rem solid var(--line2);
}
.sec-01 .container .form {
  border-top: 0.125rem solid var(--line1);
}
.sec-01 .container .form article {
  border-bottom: 0.0625rem solid var(--line2);
  margin-bottom: 1.875rem;
}
.sec-01 .container .form article > div {
  display: flex;
}
.sec-01 .container .form article > div .cont {
  min-height: 3.75rem;
  width: 100%;
  border-bottom: 0.0625rem solid var(--line2);
}
@media only screen and (max-width: 767px) {
  .sec-01 .container .form article > div .cont {
    width: 100%;
  }
}
.sec-01 .container .form article > div .cont label {
  display: block;
  height: 100%;
  cursor: pointer;
  line-height: 3.75rem;
  padding: 0 2rem;
}
.sec-01 .container .form article > div.cont-03 .cont {
  min-height: 43.75rem;
}
.sec-01 .container .form article > div.cont-03 .cont .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 0.0625rem solid var(--line2);
}
.sec-01 .container .form article > div.cont-03 .cont #editor {
  height: calc(100% - 2.625rem);
  border: none;
}
.sec-01 .container .form article > div:last-of-type .tit, .sec-01 .container .form article > div:last-of-type .cont {
  border-bottom: none;
}
.sec-01 .container .form article > div input:focus {
  outline: none;
}
.sec-01 .container .form article > div input[type=file] {
  display: none;
}
.sec-01 .container .form article > div input[type=text] {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
}
.sec-01 .container .form article .file-label {
  display: flex;
  height: 100%;
  padding: 0.5rem 0;
  align-items: center;
  font-size: var(--f8);
  line-height: var(--l8);
  color: var(--color-font3);
  cursor: pointer;
}
.sec-01 .container .form article .file-label .button {
  padding: 0.375rem 1rem;
  background: #F1F1F5;
  display: inline-block;
  box-shadow: none;
  border: none;
  font-size: var(--f8);
  line-height: var(--l8);
  margin-right: 8px;
  letter-spacing: -0.025em;
  color: var(--color-font1);
  font-weight: 400;
}
.sec-01 .container .form article .filelist {
  margin: 0.7969rem 2rem;
  height: 2.1563rem;
  padding: 0.375rem 2.25rem 0.375rem 1rem;
  position: relative;
  background: #F8F8FA;
  vertical-align: middle;
  display: inline-block;
  font-size: 0;
  font-weight: 400;
}
.sec-01 .container .form article .filelist span {
  max-width: 60.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: var(--f8);
  line-height: var(--l8);
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .sec-01 .container .form article .filelist span {
    max-width: 23.25rem;
  }
}
.sec-01 .container .form article .filelist .remove {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.625rem;
  text-indent: -9999px;
  background: url(../../../images/bbs/x.svg) no-repeat center center/80%;
  border: none;
  box-shadow: none;
}
.sec-01 .container .form article + .btn-area {
  display: flex;
  justify-content: flex-end;
}
.sec-01 .container .form article + .btn-area .main-btn {
  margin-left: 0.5rem;
}
.sec-01 .container .form input[type=checkbox] {
  display: none;
}