@charset "utf-8";
.temha_board .con-body img {
  max-width: 100%;
}

.temha_board:has(.tabset) .cardset-wrap {
  margin-top: 8rem;
}

.sc-gallery {
  overflow: hidden;
  position: relative;
}

.sc-gallery .contents-inner {
  width: 100%;
}

.sc-gallery .list-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4rem;
}

.sc-gallery .list-area a {
  position: relative
}
.sc-gallery .thumb {
  width: 100%;
}

.sc-gallery .thumb img {
  width: 100%;
  object-fit: cover;
}

.sc-gallery .desc {
  margin-top: 2.4rem;
}

.sc-gallery .desc em {
  color: var(--primary);
  font-weight: var(--fw-medium);
  font-style: normal;
}

.sc-gallery .desc strong {
  display: block;
  margin: 0rem 0 1.6rem;
  font-weight: var(--fw-bold);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sc-gallery .desc p {
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sc-gallery .pagiset {
  margin-top: 8rem;
}
@media (max-width: 992px) {
  .sc-gallery .list-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }

  .sc-gallery .desc {
    margin-top: 1.6rem;
  }
  .sc-gallery .desc strong {
    margin-bottom: 0.8rem
  }
  .sc-gallery .pagiset {
    margin-top: 2.4rem;
  }
  .temha_board:has(.tabset) .cardset-wrap {
    margin-top: 4rem;
}
}

@media (max-width: 576px) {
  .sc-gallery .list-area {
    grid-template-columns: 1fr;
  }
}

.contents-form {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-bottom: 2rem;
  align-items: flex-end;
}
.contents-form .inputset {
  width: 30rem;
}
.list-area .form-box {
  position: absolute;
  left: 8px;
  top: 20px
}
.inputset .inputset-input {
  border-radius: 0.6rem;
}
.btn_bo_user {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.4rem;
  position: relative;
  align-items: flex-end;
}
.btn_bo_user ul {
  display: flex;
  gap: 0.8rem;
}

.btn_bo_user .more_opt {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  background: #fff;
  border: 2px solid #111;
  z-index: 999
}
.btn_bo_user .more_opt ul {
  gap: 0rem;
}
.more_opt:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #111 transparent
}
.more_opt:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent
}
.more_opt li {
  padding: 4px;
  float: inherit;
  margin: 0;
  color: #6b757c;
  text-align: left
}
.more_opt li:last-child {
  border-bottom: 0
}
.more_opt li button, .more_opt li a {
  width: 100%;
  border: 0;
  background: #fff;
  color: #6b757c
}
.more_opt li:hover a,
.more_opt li:hover button {
  color: #fff
}

@media (max-width: 992px) {
  .btn_bo_user {
    margin-top: 4rem
  }
  .contents-form {
    flex-direction: column;
    align-items: inherit;
  }
  .contents-form .inputset {
    width: 100%;
  }
}


/*상세화면*/
.news-view {
  overflow: hidden;
  position: relative;
}

.news-view .contents-inner {
  width: 100%;
}

.news-view .title-area p {
  margin: 1.6rem 0 6rem;
}
.news-view .subject
.news-view .modify_btn {
  padding-top: 20px
}
.news-view .link-wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.news-view .link-wrap a {
  color: #999;
}

.news-view .link-wrap a.active {
  font-weight: var(--fw-bold);
  color: var(--primary);
}

.news-view .con-top {
  padding: 3rem 0 2.4rem;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid #e5e5e5;
}

.news-view .con-tit {
  width: 100%;
  display: flex;
  justify-content: space-between

}

.news-view .con-tit .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-5px);
  width: 6rem;
  height: 3rem;
  border-radius: 0;
}

.news-view .con-top .date {
  display: block;
  margin-top: 2.7rem;
  color: #aaa;
}

.news-view .con-body {
  padding: 2.4rem 0 11.7rem;
}


.news-view .con-bottom.btn-box {
  position: relative;
  display: flex;
  width: 100%;
}

.news-view .con-bottom.btn-box .link-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding-top: 4rem;
  border-top: 1px solid #dddddd;
}

.news-view .con-bottom.btn-box span,
.news-view .con-bottom.btn-box p {
  color: #dddddd;
}

.news-view .con-bottom.btn-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.news-view .con-bottom.btn-box .ico-arrow {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  background: url("./img/icon_right_arrow.svg") no-repeat center/contain;
}

.news-view .con-bottom.btn-box .prev-btn .ico-arrow {
  transform: rotate(180deg);
}

.news-view .con-bottom.btn-box .link-btn.active {
  border-color: #333;
}

.news-view .con-bottom.btn-box .link-btn.active span,
.news-view .con-bottom.btn-box .link-btn.active p {
  color: #333;
}

.news-view .con-bottom.btn-box .link-btn.active .ico-arrow {
  display: block;
}

.news-view .con-bottom.btn-box .list-btn {
  position: absolute;
  left: 50%;
  top: 4rem;
  width: 6rem;
  height: 6rem;
  transform: translateX(-50%);
  background: url("./img/icon_list_btn.svg") no-repeat center / contain;
}

.news-view .con-bottom.btn-box .list-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.news-view .download-list {
  display: block;
  align-items: center;
  margin-top: 1.2rem;
  border: 1px solid var(--border-color);
  border-radius: 0.4rem;
  background-color: #FAFAFA;
}
.news-view .link-item {
  font-size: var(--fs-p1);
  color: var(--black);
}

.news-view .download-item {
  font-size: var(--fs-p1);
  color: var(--black);
}
.news-view .download-item a {
  display: block;
  padding: 1.2rem 2.4rem;
}
.news-view .download-item a:hover {
  text-decoration: underline
}

.basic-N55 {
  border-bottom: 1px solid var(--border-color);
}

@media (max-width: 992px) {

  .news-view .title-area p {
    margin: 0.8rem 0 4rem;
  }

  .news-view .con-top {
    padding: 1.7rem 0;
    border-bottom-color: var(--black);
  }

  .news-view .badgeset {
    width: 6rem;
    height: 3rem;
  }

  .news-view .con-top .date {
    margin-top: 0rem;
  }

  .news-view .con-body {
    padding-bottom: 6rem;
  }

  .news-view .con-body p {
    line-height: var(--lh-p1);
  }
  .news-view .con-body p img {
    max-width: 100%;
  }

  .news-view .con-bottom.btn-box {
    justify-content: space-between;
  }

  .news-view .con-bottom.btn-box .link-btn {
    justify-content: center;
    padding-top: 0;
    max-width: calc(50% - 3rem);
    height: 5.8rem;
  }

  .news-view .con-bottom.btn-box .link-btn:not(.active) span,
  .news-view .con-bottom.btn-box .link-btn .ico-arrow,
  .news-view .con-bottom.btn-box .link-btn.active .ico-arrow,
  .news-view .con-bottom.btn-box .link-btn.active p {
    display: none;
  }

  .news-view .con-bottom.btn-box .link-btn.active {
    border-color: #ddd;
  }

  .news-view .con-bottom.btn-box span {
    font-size: var(--fs-p2);
  }

  .news-view .con-bottom.btn-box p {
    margin-top: 0;
    width: 50%;
  }

  .news-view .con-bottom.btn-box .list-btn {
    top: 0;
    width: 6rem;
    height: 5.8rem;
  }

  .news-view .con-bottom.btn-box .ff-ico::before {
    font-size: 1.4rem;
  }
}

/*글쓰기 */
.basic-write {
  position: relative;
  overflow: hidden;
}

.basic-write .contents-inner {
  display: flex;
  width: 100%;
}

.basic-write .imageset {
  width: calc(50% - 12rem);
  height: 70.6rem;
  border-radius: 2rem;
  overflow: hidden;
}

.basic-write .form-group {
  width: 100%;

}

.basic-write .form-group .form-tit {
  margin-bottom: 0.8rem;
}

.basic-write .form-group .form-tit+.checkset-wrap {
  margin-top: 1.6rem;
}

.basic-write .form-group .form-tit span {
  display: inline-block;
  margin-left: 0.4rem;
  color: #dc0000;
}

.basic-write .form-box+.form-box {
  margin-top: 2.4rem;
}

.basic-write .checkset-wrap .checkset+.checkset {
  margin-top: 0;
  margin-left: 6rem;
}

.basic-write .inputset+.inputset {
  margin-top: 4rem;
}

.basic-write .inputset .inputset-tit {
  margin-bottom: 0.8rem;
}

.basic-write .inputset .inputset-label {
  width: 100%;
}



.basic-write .inputset .inputset-textarea {
  height: 10rem;
}

.basic-write .contents-agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  line-height: 1;
}

.basic-write .contents-agree .btnset {
  color: var(--text-color3);
}

.basic-write .contents-agree .btnset::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("/api/t-a/57/1746172800/resources/icons/ico_chevron_gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.basic-write .form-btn {
  margin-top: 6rem;
  text-align: center;
}

.basic-write .form-btn .btnset {
  min-width: 18rem;
}

.basic-write .info-area {
  overflow-y: auto;
}

.basic-write .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-write .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-write .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-write .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-write .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-write .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-write .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-write .info-list p {
  padding-left: 1.2rem;
}

@media (max-width: 992px) {

  .basic-write .contents-inner {
    flex-direction: column;
  }

  .basic-write .imageset {
    width: 100%;
    height: 40rem;
  }

  .basic-write .form-group {
    width: 100%;
    margin-left: 0;
    margin-top: 4rem;
  }

  .basic-write .form-btn {
    text-align: center;
  }

  .basic-write .form-btn .btnset {
    min-width: 16rem;
    padding: 0 1.6rem;
  }
}

.beyound-N51 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 24rem
}

.board_blank {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 300px;
  background: #ddd;
  align-items: center;
  flex-direction: column;
  font-size: 30px
}

.beyound-N51 .textset {
  margin-bottom: 2.8rem
}

.beyound-N51 .textset .textset-tit {
  font-weight: var(--fw-bold)
}

.beyound-N51 .textset .textset-tit+.textset-desc {
  margin-top: 1.6rem
}

.beyound-N51 .textset .textset-desc {
  color: #777
}

.beyound-N51 .cardset-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}

.beyound-N51 .cardset .cardset-figure {
  height: 32rem
}

.beyound-N51 .cardset .cardset-body {
  padding-top: 1.6rem;
  padding-bottom: 0
}

.beyound-N51 .cardset .cardset-tit {
  font-weight: var(--fw-bold)
}

.beyound-N51 .cardset .cardset-tit+.cardset-desc {
  margin-top: 0.8rem
}

.beyound-N51 .cardset .cardset-desc {
  display: block;
  color: #777
}

.pagiset {
  margin-top: 2rem
}

@media (max-width: 992px) {
  .beyound-N51 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .beyound-N51 .textset {
    margin-bottom: 2.8rem
  }

  .beyound-N51 .textset .textset-tit+.textset-desc {
    margin-top: 0.8rem
  }

  .beyound-N51 .cardset-wrap {
    grid-template-columns: 1fr
  }

  .beyound-N51 .cardset {
    width: 100%
  }

  .beyound-N51 .cardset .cardset-figure {
    height: 25rem
  }
  
  .temha_board {
padding-top: 3rem;
padding-bottom: 6rem;
}

}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  padding: 0 2rem;
  width: 100%;
  max-width: 480px;
}

.modal-body {
  overflow: hidden auto;
  height: 100%;
  max-height: 64rem;
}

.modal-close {
  position: absolute;
  top: 1.6rem;
  right: 5.6rem;
  background: none;
  border: none;
}

.modal-content img {
  display: block;
  width: 100%;
}

.temha_board {
  padding-top: 8rem;
  padding-bottom: 16rem;
}

.temha_board:has(.tabset) {
  padding-top:0;
}



}