@charset "utf-8";
.sc-basic {
  overflow: hidden;
  position: relative;
}

.sc-basic .textset {
  margin-bottom: 4rem;
}

.sc-basic .textset .textset-tit {
  font-weight: var(--fw-bold);
}

.sc-basic .tableset {
  text-align: center;
  width: 100%;
}

.sc-basic .tableset .tableset-table > thead.thead-border-top > * > * {
  border-top: 1px solid var(--primary);
  border-bottom: 0;
}

.sc-basic .tableset .tableset-table > tbody > * > td.text-left {
  text-align: left;
}

.sc-basic .tableset .date {
  white-space: nowrap;
}

.sc-basic .pagiset {
  margin-top: 4rem;
}
.sc-basic .tableset.tableset-fract .tableset-table tbody tr:hover {
  background: #fafafa;
}
.sc-basic .tableset.tableset-fract .tableset-table .tableset-tit a {
  display: block;
}
.sc-basic .tableset.tableset-fract .tableset-table .tableset-tit a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .sc-basic .textset {
    margin-bottom: 2rem;
  }

  .sc-basic .tableset-table {
    min-width: auto;
  }

  .sc-basic .tableset-table .tableset-tit span {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }

  .sc-basic .tableset.tableset-fract .tableset-table {
    display: block;
  }

  .sc-basic .tableset.tableset-fract thead {
    display: none;
  }

  .sc-basic .tableset.tableset-fract tbody {
    display: block;
    border-top: 1px solid var(--primary);
  }

  .sc-basic .tableset.tableset-fract tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.6rem 0.8rem;
    gap: 0.8rem;
    border-bottom: 1px solid var(--border-color);
  }

  .sc-basic .tableset.tableset-fract tbody tr td {
    padding: 0 !important;
    border: 0 !important;
  }

  .sc-basic .tableset.tableset-fract .tableset-table td.tableset-mobile {
    display: none;
  }

  .sc-basic .tableset.tableset-fract .tableset-table td.tableset-tit {
    width: 100%;
    max-width: 100%;
    max-height: 2.4rem;
  }

  .sc-basic .tableset.tableset-fract .tableset-table td.tableset-order01 {
    order: 1;
  }

  .sc-basic .tableset.tableset-fract .tableset-table td.tableset-order02 {
    order: 2;
  }

  .sc-basic .tableset.tableset-fract .tableset-table td.tableset-order03 {
    order: 3;
  }

  .sc-basic .tableset.tableset-fract .tableset-table td.tableset-order04 {
    order: 4;
  }

  .sc-basic .tableset.tableset-fract .tableset-table td.tableset-order05 {
    order: 5;
  }

  .sc-basic .tableset.tableset-fract .tableset-table td.tableset-order06 {
    order: 6;
  }

  .sc-basic .pagiset {
    margin-top: 2.4rem;
  }
}

.sc-basic .tableset .chk_box,
.sc-basic .tablese .number {
  width: 3rem;
}

.contents-form {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 2rem;
  align-items: flex-end;
}
.contents-form .inputset {
  width: 30rem;
}

.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-reverse;
    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-body p {
  color: #666;
  line-height: var(--lh-h3);
}

.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;
  }
}

.temha_board .alert-box {
  background: #f6f8fc;
  border: 1.5px solid var(--primary);
  color: #7a5900;
  border-radius: 10px;
  padding: 1.5em 1.5em 1.2em 1.5em;
  margin: 2em 0 2em 0;
  font-size: 1.05em;
  line-height: 1.7;
  box-shadow: 0 2px 8px rgba(255, 180, 0, 0.06);
}
.temha_board .alert-box strong {
  color: var(--warning);
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.3em;
  letter-spacing: 0.01em;
}
.temha_board .alert-box .em {
  color: var(--primary);
  font-weight: 600;
}
.download-list .download-item a {
  display: inline-block;
  width: 100%;
  margin: 4rem 0;
  padding: 2rem;
  font-size: var(--fs-h5);
  line-height: 1.4;
  background: #f7f7fb;
  border-radius: 0.4rem;
  font-weight: 500;
  border: 2px solid var(--border-color);
}
@media (max-width: 992px) {
  .download-list .download-item a {
    padding: 1.6rem;
  }
}
.tabset .tabset-item span {
  text-align: center;
}