.bbs .popular .category,
.bbs .topics .category {
  gap: 0.66rem 1rem;
}

.bbs .popular .category li,
.bbs .topics .category li {
  padding: 1rem 0.66rem 1rem 2.5rem;
  box-shadow: none;
}

.bbs .popular .category li::before,
.bbs .topics .category li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  text-align: center;
  background: #208d9c;
}

.bbs .popular .category li:nth-of-type(1)::before,
.bbs .topics .category li:nth-of-type(1)::before {
  content: "1";
}

.bbs .popular .category li:nth-of-type(2)::before,
.bbs .topics .category li:nth-of-type(2)::before {
  content: "2";
}

.bbs .popular .category li:nth-of-type(3)::before,
.bbs .topics .category li:nth-of-type(3)::before {
  content: "3";
}

.bbs .popular .category li:nth-of-type(4)::before,
.bbs .topics .category li:nth-of-type(4)::before {
  content: "4";
}

.bbs .popular .category li:nth-of-type(5)::before,
.bbs .topics .category li:nth-of-type(5)::before {
  content: "5";
}

.bbs .popular .category li figure,
.bbs .topics .category li figure {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}

.bbs .popular .category li figure img,
.bbs .topics .category li figure img {
  width: 5.3rem;
  height: 5.3rem;
}

.bbs .popular .category li figure a,
.bbs .topics .category li figure a {
  display: block;
  max-width: 13em;
  margin-bottom: 0.5rem;
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bbs .popular .category li figure p,
.bbs .topics .category li figure p {
  max-height: 3em;
  overflow: hidden;
  font-size: 0.9rem;
}

.bbs .popular .category li time,
.bbs .topics .category li time {
  right: unset;
}

.bbs .popular .category li>span,
.bbs .topics .category li>span {
  position: absolute;
  bottom: 0.5rem;
  left: 8rem;
  display: flex;
  gap: 0.3rem;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #208d9c;
}

.bbs .popular .category li>span::before,
.bbs .topics .category li>span::before {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background: url("../img/bbs/chat.webp") no-repeat center/contain;
}

.bbs .topics .category li {
  padding: 1rem 0.66rem;
}

.bbs .topics .category li::before {
  display: none;
}

.bbs .topics .category li figure figcaption {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.bbs .topics .category li figure figcaption a {
  max-width: 15em;
  margin: 0;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: none;
}

.bbs .topics .category li figure figcaption p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.bbs .sort nav {
  margin-bottom: 1.33rem;
}

.bbs .sort ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.bbs .sort ul li {
  width: calc((100% - 1rem) / 2);
}

.bbs .sort ul li a {
  display: flex;
  gap: 0.66rem;
  align-items: center;
  color: #208d9c;
}

.bbs .sort ul li a::before {
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background: url("../img/icon/more.webp") no-repeat center/contain;
}

.bbs .sort .pagenation {
  margin: 2rem auto;
}

.bbs_detail .page_top figure {
  float: left;
  width: 10rem;
  border: .5rem #fff solid;
  box-shadow: -0.3rem 0.5rem 0 #cce1e1;
  transform: rotate(-3deg) translate(-.1rem);
  margin: 0 .75rem 0.5rem 0;
}

.bbs_detail .page_top .postdate {
  margin-bottom: 1rem;
}

.bbs_detail .page_top .page_lead {
  padding: 0;
  background: none;
}



.comments {
  padding: 0 1rem;
  margin: 2.5rem auto 5rem;
}

.comments .cmt_toolbar {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 0.5rem;
  margin: 0 auto 1rem;
  border-bottom: dotted 1px #208d9c;
}

.comments .cmt_toolbar p {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  margin: 0;
  font-weight: 500;
}

.comments .cmt_toolbar p::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: url("../img/bbs/chat.webp") no-repeat center/contain;
}

.comments .cmt_toolbar nav label {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #208d9c;
}

.comments .cmt_toolbar nav label+label {
  border-left: solid 1px #000;
}

.comments .cmt_toolbar nav label input {
  display: none;
}

.comments .cmt_toolbar nav label:has(input:checked) {
  color: #000;
}

.comments ul li {
  padding: 0.66rem 0.66rem 1rem;
  margin-bottom: 0.66rem;
  border: solid 1px #cce1e1;
}

.comments ul li dl dt {
  display: flex;
  gap: 0.3rem;
  align-items: flex-end;
  justify-content: space-between;
}

.comments ul li dl dt figure {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.comments ul li dl dt figure figcaption em {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  color: #868686;
}

.comments ul li dl dt figure img {
  width: auto;
  height: 2rem;
}

.comments ul li dl dt span .caveat {
  display: none;
}

.comments ul li dl dt span a,
.comments ul li dl dt span time {
  margin-left: 0.5rem;
  font-size: 0.8rem;
  color: #868686;
}

.comments ul li dl dd {
  position: relative;
  padding: 1rem 0;
}

.comments ul li dl dd a {
  display: block;
  margin-bottom: 0.5rem;
  color: #868686;
  text-decoration: underline;
}

.comments ul li dl dd img {
  max-width: 20rem;
  margin: 1rem auto;
}

.comments ul li dl dd p {
  position: relative;
  height: 4.5rem;
  overflow: hidden;
  line-height: 1.5;
}

.comments ul li dl dd:has(:checked) p {
  display: block;
  height: 100%;
}

.comments ul li dl dd label {
  position: relative;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  margin: 0.5rem auto;
  font-size: 1rem;
  color: #208d9c;
}

.comments ul li dl dd label::before {
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(52% 100%, 0 0, 100% 0);
  content: "";
  background: #208d9c;
}

.comments ul li dl dd label input {
  display: none;
}

.comments ul li dl dd:has(:checked) label {
  display: none;
}

.comments ul li .bottom_menu {
  display: flex;
  justify-content: space-between;
  margin: 0.8rem auto 0;
}

.comments ul li .bottom_menu button,
.comments ul li .bottom_menu a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.1rem 1rem;
  font-size: 0.8rem;
}

.comments ul li .bottom_menu button::before,
.comments ul li .bottom_menu a::before {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
}

.comments ul li .bottom_menu button.btn_reply,
.comments ul li .bottom_menu a.btn_reply {
  color: #208d9c;
  background: #fff;
  border: solid 1px #208d9c;
  border-radius: 0.5rem;
}

.comments ul li .bottom_menu button.btn_reply::before,
.comments ul li .bottom_menu a.btn_reply::before {
  background: url("../img/bbs/arrow.webp") no-repeat center/contain;
}

.comments ul li .bottom_menu button.btn_like,
.comments ul li .bottom_menu a.btn_like {
  color: #208d9c;
  background: #cce1e1;
  border-radius: 2rem;
}

.comments ul li .bottom_menu button.btn_like::before,
.comments ul li .bottom_menu a.btn_like::before {
  background: url("../img/bbs/hurt-blue.webp") no-repeat center/contain;
}

.comments ul li .bottom_menu button.btn_like.clicked,
.comments ul li .bottom_menu a.btn_like.clicked {
  color: #fff;
  background: #208d9c;
}

.comments ul li .bottom_menu button.btn_like.clicked::before,
.comments ul li .bottom_menu a.btn_like.clicked::before {
  background-image: url("../img/bbs/hurt-pink.webp");
}

.comments .bbs_more {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  margin: 1rem auto;
  color: #208d9c;
  background: #fff;
  border: solid 1px #208d9c;
  border-radius: 0.5rem;
}

.comments .bbs_more::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: url("../img/icon/more.webp") no-repeat center/contain;
  transform: rotate(90deg);
}

.comments aside {
  position: relative;
  padding: 0.66rem 0 1.5rem;
  margin: 2rem auto;
  background: #f0f6f6;
}

.comments aside::before,
.comments aside::after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 1rem;
  height: 100%;
  content: "";
  background: #f0f6f6;
}

.comments aside::before {
  left: -1rem;
}

.comments aside::after {
  right: -1rem;
}

.comments aside>span {
  font-weight: 500;
  color: #208d9c;
}

.comments aside form {
  position: relative;
  margin-top: 0.5rem;
}

.comments aside form label {
  display: block;
  margin-bottom: 0.5rem;
}

.comments aside form label input[type=text],
.comments aside form label textarea {
  width: 100%;
  padding: 0.5rem;
  color: #000;
  background: #fff;
  border: solid 1px #208d9c;
  border-radius: 0.2rem;
}

.comments aside form label input[type=text]::-moz-placeholder,
.comments aside form label textarea::-moz-placeholder {
  color: #868686;
}

.comments aside form label input[type=text]::placeholder,
.comments aside form label textarea::placeholder {
  color: #868686;
}

.comments aside form label:has(input[type=text]) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.comments aside form label:has(input[type=text]) img {
  width: 2rem;
}

.comments aside form dl {
  margin: 0.5rem auto;
}

.comments aside form dl dt {
  font-weight: 500;
  color: #208d9c;
}

.comments aside form dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.8rem 0;
}

.comments aside form dl dd label {
  width: calc((100% - 3rem) / 7);
}

.comments aside form dl dd label input {
  display: none;
}

.comments aside form dl dd label:has(input:checked) {
  position: relative;
}

.comments aside form dl dd label:has(input:checked)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background: url(../img/bbs/profile_check.webp) no-repeat center/contain;
}

.comments aside form .upload {
  margin-top: 0.5rem;
}

.comments aside form .upload a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 500;
  color: #208d9c;
  text-decoration: underline;
}

.comments aside form .upload a::before {
  width: 2.2rem;
  height: 2rem;
  content: "";
  background: url("../img/bbs/camera.webp") no-repeat center/contain;
}

.comments aside form .upload p {
  margin: 0.5rem auto;
}

.comments aside form button {
  position: relative;
  width: 100%;
  padding: 0.2rem 0;
  margin-top: 0.5rem;
  font-weight: 500;
  color: #fff;
  background: #208d9c;
  border-radius: 0.5rem;
  line-height: 2;
}

.comments .disclaimer {
  padding: 0.8rem 1rem;
  border: solid 1px #000;
}

.comments .disclaimer span {
  display: block;
  margin: 0 auto 1rem;
  text-align: center;
}

.comments .disclaimer p {
  text-align: center;
}

.report form {
  padding: 1rem;
}

.report form dl dt {
  padding: 0.8rem;
  margin: 0 auto 1rem;
  background: #eee;
  border-radius: 0.2rem;
}

.report form dl dt span {
  margin-left: 0.5rem;
  font-weight: 500;
}

.report form dl dd textarea {
  width: 100%;
  height: 6rem;
  padding: 0.5rem;
  margin: 0.5rem auto;
  color: #000;
  background: #fff;
  border: solid 1px #208d9c;
  border-radius: 0.3rem;
}

.report form dl dd textarea::-moz-placeholder {
  color: #ccc;
}

.report form dl dd textarea::placeholder {
  color: #ccc;
}

.report form .btn_area {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.report form .btn_area .submit {
  width: 10rem;
}

.report form .btn_area .prev {
  display: inline-block;
  color: #868686;
  text-decoration: underline;
}

.done .page_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.done .page_top figure {
  margin: 1.2rem auto;
}

.done .page_top figure img {
  height: 7rem;
}

.done .page_lead {
  text-align: center;
}

.done .page_lead p {
  margin: 1rem auto;
}

.bbs-table tr.status-public td {
  background-color: #e6fffa;
}

.bbs-table tr.status-deleted td {
  background-color: #f0f8ff;
}

.bbs-table tr.status-private td {
  background-color: #fff5f5;
}

.bbs-table tr.not-company td {
  background: #fff4ae !important;
}


.bbs-table tr.not-company td {
  background: #fff4ae !important;
}

body:has(article.inquiry)::before {
  display: none;
}

body:has(article.thanks) header .breadcrumb ol li:nth-of-type(2) {
  display: none;
}

@media (min-width: 768px) {
  .bbs-read::before {
    height: 21rem;
  }

  .bbs-read .page_top {
    height: 17rem;
  }

  .bbs .popular .category li,
  .bbs .topics .category li {
    width: 100%;
  }

  .bbs .popular .category li figure a,
  .bbs .topics .category li figure a {
    max-width: 35em;
  }

  .comments {
    max-width: 700px;
    margin: 2.5rem 0 5rem auto;
    background-color: #fff;
  }

  .comments aside {
    padding: 0.66rem 1rem 1.5rem;
  }

  .comments aside form dl dd {
    max-width: 400px;
  }

  .comments aside::before,
  main .comments aside::after {
    display: none;
  }

  .comments aside form dl dd label:has(input:checked)::after {
    width: 1rem;
    height: 1rem;
  }

  .done .page_top figure img {
    height: 13rem;
  }
}

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


@media (min-width: 1024px) {
  .bbs-read::before {
    height: 35rem;
  }
}