@charset "UTF-8";
/* tag */
html.seal {
  overflow: hidden;
  overscroll-behavior: contain;
}

body {
  letter-spacing: -0.9px;
}
body.seal {
  overflow: hidden;
  overscroll-behavior: contain;
}

input {
  position: relative;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  input {
    font-size: 15px;
  }
}
input[type=date], input[type=time], input.date:not([type=date]), input.time:not([type=time]) {
  position: relative;
  height: 30px;
  border: none;
}
input[type=date]::-webkit-clear-button, input[type=date]::-webkit-inner-spin-button, input[type=time]::-webkit-clear-button, input[type=time]::-webkit-inner-spin-button, input.date:not([type=date])::-webkit-clear-button, input.date:not([type=date])::-webkit-inner-spin-button, input.time:not([type=time])::-webkit-clear-button, input.time:not([type=time])::-webkit-inner-spin-button {
  display: none;
}
input[type=date]::-webkit-calendar-picker-indicator, input[type=time]::-webkit-calendar-picker-indicator, input.date:not([type=date])::-webkit-calendar-picker-indicator, input.time:not([type=time])::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
}
input[type=date]:valid::before, input[type=time]:valid::before, input.date:not([type=date]):valid::before, input.time:not([type=time]):valid::before {
  display: none;
}
div:has(> input[type=date])::before,
label:has(> input[type=date])::before,
div:has(> input[type=time])::before,
label:has(> input[type=time])::before {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Pretendard", sans-serif;
  color: rgba(30, 30, 30, 0.7);
  background-color: #fff;
  box-sizing: border-box;
}

button {
  font-family: "Pretendard", sans-serif;
  font-size: 17px;
  letter-spacing: -0.85px;
}

select {
  font-family: "Pretendard", sans-serif;
  font-size: 17px;
  letter-spacing: -0.85px;
}

/* tag */
.wrap-sub {
  overflow-x: hidden;
}
.wrap-sub .logo {
  margin: 0;
  margin-bottom: 10px;
  width: auto;
}

.layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1495px) {
  .layout {
    width: 100%;
  }
}
.layout-outer {
  width: 1067.5px;
  min-height: 100svh;
  overflow: hidden;
}
@media only screen and (max-width: 1067.5px) {
  .layout-outer {
    width: 100%;
  }
}
.layout-inner {
  position: relative;
  width: 100%;
  padding: 0 40px;
  padding: 0 40rem;
}

.main {
  position: relative;
  background-color: #fff;
}

.tag {
  font-size: 11px;
  letter-spacing: -0.77px;
}
.tag-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 800px;
  padding: 2px 8px 3px;
}
.tag-wrap.red {
  background-color: #fbecf1;
  color: #F66572;
}
.tag-wrap.green {
  border: 1px solid #1A973C;
  color: #1A973C;
}
.tag-wrap.orange {
  border: 1px solid #FF5C00;
  color: #FF5C00;
}
.tag-wrap.skyblue {
  border: 1px solid #00AEBF;
  color: #00AEBF;
}
.tag-wrap.bg-green {
  background-color: #10B565;
  color: #fff;
}
.tag-wrap.bg-orange {
  background-color: #E46253;
  color: #fff;
}
.tag-wrap.bg-darkblue {
  background-color: #00155E;
  color: #fff;
}

.sect-link .btn-wrap {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .sect-link .btn-wrap {
    height: 46px;
  }
}

.sect-tit {
  display: none;
}
.sect-tit.active {
  display: block;
}

.tit-bottommenu {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -2.4px;
}

.info-wrap {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.info-wrap .icon {
  flex: 0 0 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  aspect-ratio: 1/1;
  margin-top: 1.5px;
}
.info-wrap .icon img {
  width: 100%;
}
.info-wrap .txt {
  font-size: 16px;
  letter-spacing: -0.8px;
}

.size-60 {
  max-width: 60px;
}
.size-90 {
  max-width: 90px;
}
.size-120 {
  max-width: 120px;
}
.size-150 {
  max-width: 150px;
}
.size-180 {
  max-width: 180px;
}
.size-210 {
  max-width: 210px;
}
.size-240 {
  max-width: 240px;
}
.size-270 {
  max-width: 270px;
}
.size-300 {
  max-width: 300px;
}
.size-330 {
  max-width: 330px;
}
.size-360 {
  max-width: 360px;
}
.size-390 {
  max-width: 390px;
}
.size-420 {
  max-width: 420px;
}
.size-450 {
  max-width: 450px;
}
.size-480 {
  max-width: 480px;
}
.size-510 {
  max-width: 510px;
}
.size-540 {
  max-width: 540px;
}
.size-570 {
  max-width: 570px;
}
.size-600 {
  max-width: 600px;
}
.size-630 {
  max-width: 630px;
}
.size-660 {
  max-width: 660px;
}
.size-690 {
  max-width: 690px;
}
.size-720 {
  max-width: 720px;
}
.size-750 {
  max-width: 750px;
}
.size-780 {
  max-width: 780px;
}
.size-810 {
  max-width: 810px;
}
.size-840 {
  max-width: 840px;
}
.size-870 {
  max-width: 870px;
}
.size-900 {
  max-width: 900px;
}
.size-930 {
  max-width: 930px;
}

/* scss 버튼 */
.btn {
  cursor: pointer;
  font-family: "Pretendard", sans-serif;
}
.btn-wrap {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .btn-wrap {
    height: 40px;
  }
}
.btn-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.btn-rounding {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
}
.btn-rounding:not(:has(.btn)) {
  padding: 0px 45px;
}
.btn-rounding .btn {
  padding: 0px 45px;
}
.btn-bg-black {
  border: 1px solid #1E1E1E;
  background-color: #1E1E1E;
  font-weight: 500;
  color: #fff;
}
.btn-bg-darkblue {
  border: 1px solid #00155E;
  background-color: #00155E;
  font-weight: 500;
  color: #fff;
}
.btn-bg-darkblue .btn .txt {
  color: #fff;
}
.btn-bg-white {
  font-weight: 500;
  color: #1E1E1E;
}
.btn-black {
  border: 1px solid #1E1E1E;
  background-color: #fff;
  font-weight: 500;
  color: #1E1E1E;
}
@media only screen and (max-width: 767px) {
  .btn-post {
    font-size: 15px;
  }
}
.btn-post-wrap {
  width: 100%;
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .btn-post-wrap {
    height: 40px;
    max-width: 90px;
  }
}
.btn-post-wrap.btn-rounding {
  padding: 0;
}
.btn-post-wrap .btn-post {
  padding: 0;
}

.sect-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .sect-link {
    padding-top: 20px;
  }
}

/* scss 버튼 */
.attachment {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
@media only screen and (max-width: 767px) {
  .attachment .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 767px) {
  .attachment .img-wrap img {
    width: 100%;
    height: 100%;
  }
}
.attachment-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 36px;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 767px) {
  .attachment-wrap {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }
}
.attachment-wrap:not(:has(.attachment-files > *)) {
  background-color: transparent;
  padding: 0;
}
.attachment-files {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.attachment-file-name {
  letter-spacing: 0;
  color: #1E1E1E;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .attachment-file-name {
    font-size: 15px;
  }
}
.attachment-tit {
  font-weight: 500;
  color: #1E1E1E;
}
@media only screen and (max-width: 767px) {
  .attachment-tit {
    font-size: 15px;
  }
}

/* scss 게시판 */
.board {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 17px;
  color: #666666;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .board {
    font-size: 14px;
    letter-spacing: -0.75px;
  }
}
.board[data-type=list][data-list-type=normal] .board-card {
  min-height: 66px;
}
@media only screen and (max-width: 767px) {
  .board[data-type=list][data-list-type=normal] .board-card {
    min-height: 50px;
  }
}
.board[data-type=list][data-list-type=normal] .board-card.head {
  min-height: 66px;
  font-weight: 700;
  color: #1E1E1E;
}
@media only screen and (max-width: 767px) {
  .board[data-type=list][data-list-type=normal] .board-card.head {
    min-height: 50px;
  }
}
.board[data-type=list][data-list-type=normal] .board-col {
  gap: 5px;
}
.board[data-type=list][data-list-type=normal] .board-col[data-col-idx=num] .img-wrap.notice {
  display: block;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .board[data-type=list][data-list-type=normal] .board-col[data-col-idx=num] .img-wrap.notice {
    height: 16px;
  }
}
.board[data-type=list][data-list-type=normal] .board-col[data-col-idx=num] .img-wrap.notice img {
  height: 100%;
}
.board[data-type=list][data-list-type=normal] .board-col:not([data-col-idx=tit]) {
  flex: 0.078125 0.078125 70px;
}
@media only screen and (max-width: 767px) {
  .board[data-type=list][data-list-type=normal] .board-col:not([data-col-idx=tit]) {
    flex: 0.0651890482 0.0651890482 30px;
  }
}
.board[data-type=list][data-list-type=normal] .board-col .img-wrap {
  display: flex;
}
.board[data-type=list][data-list-type=lefthead] dt.board-col {
  flex: 0.05 0.05 120px;
  position: relative;
  padding-left: 14px;
  color: rgba(30, 30, 30, 0.5);
}
.board[data-type=list][data-list-type=lefthead] dt.board-col::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8E8E8E;
}
.board[data-type=list][data-list-type=lefthead] .board-card {
  min-height: 60px;
  padding: 5px 20px;
}
@media only screen and (max-width: 767px) {
  .board[data-type=list][data-list-type=lefthead] .board-card {
    min-height: 46px;
  }
}
.board[data-type=list][data-list-type=lefthead] .board-col {
  justify-content: flex-start;
}
.board[data-type=list][data-list-type=lefthead] .board-col .img-wrap {
  display: flex;
}
.board[data-type=list][data-list-type=lefthead] .board-cols {
  font-weight: 500;
  color: #1E1E1E;
}
.board[data-type=list] .board-card {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
.board[data-type=list] .board-card.head {
  min-height: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .board[data-type=list] .board-card.head {
    display: none;
  }
}
.board[data-type=list] .board-card.head .board-col[data-col-idx=tit] {
  justify-content: center;
}
.board[data-type=list] .board-card[data-idx=empty] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  height: auto;
  padding: 100px 30px;
}
@media only screen and (max-width: 767px) {
  .board[data-type=list] .board-card[data-idx=empty] {
    gap: 10px;
    padding: 30px 10px;
  }
}
.board[data-type=list] .board-card[data-idx=empty] .txt {
  font-size: 16px;
  letter-spacing: -0.64px;
  color: rgba(30, 30, 30, 0.3);
}
@media only screen and (max-width: 767px) {
  .board[data-type=list] .board-card[data-idx=empty] .txt {
    font-size: 13px;
  }
}
.board[data-type=list] .board-col {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.board[data-type=list] .board-col[data-col-idx=tit] {
  justify-content: flex-start;
}
.board[data-type=list] .board-col[data-col-idx=tit] .col-plate {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board[data-type=list] .board-col[data-col-idx=tit] .info-list {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .board[data-type=list] .board-col[data-col-idx=tit] .info-list {
    font-size: 13px;
  }
}
.board[data-type=list] .board-col[data-col-idx=tit] .info-list dt {
  color: rgba(30, 30, 30, 0.4);
}
.board[data-type=list] .board-col[data-col-idx=tit] .info-list dd {
  color: rgba(30, 30, 30, 0.7);
}
.board[data-type=list] .board-cols {
  display: flex;
  gap: 5px;
  height: 100%;
}
.board[data-type=grid] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.board[data-type=grid][data-grid-type=normal] .board-card {
  border: 2px solid #ddd;
  padding: 15px 10px;
}
.board[data-type=grid][data-grid-type=normal] .board-col[data-col-idx=num] {
  display: none;
}
.board[data-type=grid][data-grid-type=normal] .board-col[data-col-idx=thumbnail] {
  aspect-ratio: 300/240;
  overflow: hidden;
}
.board[data-type=grid][data-grid-type=normal] .board-col[data-col-idx=thumbnail] img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  object-fit: cover;
  min-width: 360px;
  min-height: 288px;
  height: 100%;
}
.board[data-type=grid][data-grid-type=normal] .board-col[data-col-idx=tit] {
  margin-top: 10px;
  margin-bottom: 6px;
}
.board[data-type=grid] .board-card.head {
  display: none;
}
.board-wrap {
  position: relative;
}
.board-wrap:has(.board[data-type=list]) {
  border-top: 1px solid #1E1E1E;
}
.board-card {
  min-width: 0;
  transition: all 0.3s;
}
.board-col {
  position: relative;
  transition: all 0.3s;
}
.board-col[data-col-idx=tit] {
  color: #1E1E1E;
  overflow: hidden;
}
.board-col[data-col-idx=tit] p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-col > img {
  width: 100%;
}
.board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0;
}
.board-total {
  font-size: 16px;
  color: rgba(30, 30, 30, 0.7);
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .board-total {
    font-size: 13px;
  }
}
.board-total-num {
  font-weight: 700;
  color: #00155E;
}
.board-controller {
  display: flex;
  align-items: center;
  gap: 8px;
}
.board-controller .icon {
  font-size: 18px;
}

/* scss 게시판 */
/* scss 게시판 상세 */
.detail-sect {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.detail-sect:has(+ .detail-sect:not(.sect-link)) {
  border-bottom: unset;
}
.detail-sect.sect-navi {
  border-top: unset;
  border-bottom: unset;
}
.detail-sect.sect-detail {
  border-top: 1px solid #1E1E1E;
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] {
  border-top: unset;
}
.detail-sect.sect-detail[data-detail-type=topthumbnail]:has(.sect-top:last-of-type) {
  border-bottom: unset;
}
.detail-sect.sect-detail[data-detail-type=topthumbnail]:has(.sect-cont) {
  border-bottom: unset;
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .sect-top {
  display: flex;
  gap: 40px;
  border-top: unset;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-detail[data-detail-type=topthumbnail] .sect-top {
    flex-direction: column;
    gap: 30px;
  }
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .sect-cont {
  border-top: 1px solid #1E1E1E;
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .sect-cont-tit {
  position: relative;
  font-weight: 600;
  font-size: 26px;
  padding-top: 70px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-detail[data-detail-type=topthumbnail] .sect-cont-tit {
    font-size: 20px;
  }
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .thumbnail {
  position: relative;
  width: 100%;
  max-width: 510px;
}
@media only screen and (max-width: 1340px) {
  .detail-sect.sect-detail[data-detail-type=topthumbnail] .thumbnail {
    max-width: calc(40% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-detail[data-detail-type=topthumbnail] .thumbnail {
    max-width: unset;
  }
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .thumbnail .img-wrap {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .thumbnail .img-wrap img {
  width: 100%;
  height: 100%;
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .board[data-type=list][data-list-type=lefthead] dt.board-col {
  flex-basis: 100px;
}
@media only screen and (max-width: 1340px) {
  .detail-sect.sect-detail[data-detail-type=topthumbnail] .board[data-type=list][data-list-type=lefthead] dt.board-col {
    flex: unset;
    padding-left: 0;
  }
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .board[data-type=list][data-list-type=lefthead] .board-card {
  padding: 20px;
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .board[data-type=list][data-list-type=lefthead] .board-card:last-of-type {
  border-bottom: unset;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-detail[data-detail-type=topthumbnail] .board[data-type=list][data-list-type=lefthead] .board-col {
    width: 100%;
  }
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .board[data-type=list][data-list-type=lefthead] .board-col::before {
  display: none;
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .board[data-type=list][data-list-type=lefthead] .board-cols {
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-detail[data-detail-type=topthumbnail] .board[data-type=list][data-list-type=lefthead] .board-cols {
    flex-direction: column;
  }
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .board[data-type=list][data-list-type=lefthead] .attachment-wrap {
  border-radius: 5px;
  background-color: #F4F4F4;
}
.detail-sect.sect-detail[data-detail-type=topthumbnail] .board-wrap {
  width: 100%;
}
.detail-sect.sect-top {
  border-bottom: unset;
}
.detail-sect.sect-link {
  border-top: unset;
  border-bottom: unset;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-link {
    font-size: 15px;
  }
}
.detail-sect.sect-tit:has(+ .sect-detail) {
  border-top: unset;
}
.detail-sect.sect-tit:has(+ .sect-detail) .detail-plate:has(.tit) {
  border-bottom: unset;
}
.detail-sect.sect-tit:has(+ .sect-detail) .detail-plate:has(.tit) {
  padding: 0;
  padding-bottom: 40px;
}
.detail-sect.sect-tit .tit {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -2.1px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-tit .tit {
    font-size: 24px;
    letter-spacing: -1.68px;
  }
}
.detail-sect.sect-info {
  display: flex;
  flex-wrap: wrap;
  border-top: unset;
  border-bottom: unset;
}
.detail-sect.sect-info .tit {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -2.1px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-info .tit {
    font-size: 24px;
    letter-spacing: -1.68px;
  }
}
.detail-sect.sect-cont {
  width: 100%;
}
.detail-sect.sect-cont .cont {
  max-width: 100%;
  line-height: 1.2;
}
.detail-sect.sect-cont .cont * {
  max-width: 100%;
}
.detail-sect.sect-navi {
  display: flex;
  flex-direction: column;
}
.detail-sect.sect-navi .detail-plate {
  padding: 20px 40px 21px 40px;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-navi .detail-plate {
    padding: 15px;
    padding: 15px 0;
  }
}
.detail-sect.sect-navi .btn-navi-line {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-navi .btn-navi-line {
    gap: 15px;
  }
}
.detail-sect.sect-navi .btn-navi-line .cate {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #9D9EA2;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-navi .btn-navi-line .cate {
    gap: 8px;
    font-size: 15px;
  }
}
.detail-sect.sect-navi .btn-navi-line .cate .img-wrap {
  position: relative;
  display: flex;
  width: 9px;
}
.detail-sect.sect-navi .btn-navi-line .cate img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .detail-sect.sect-navi .btn-navi-line .tit {
    font-size: 15px;
  }
}
.detail-sect.sect-navi .btn-navi-line .tit.empty {
  pointer-events: none;
  color: #9D9EA2;
}
.detail-plate {
  display: flex;
  gap: 41px;
  padding: 20px 40px 21px 40px;
}
@media only screen and (max-width: 767px) {
  .detail-plate {
    padding: 15px;
    padding: 15px 0;
  }
}
.detail-plate:has(.tit) {
  flex: 0 0 100%;
  padding: 30px 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .detail-plate:has(.tit) {
    padding: 15px;
    padding: 15px 0;
  }
}
.detail-plate:has(.cont) {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .detail-plate:has(.cont) {
    padding: 15px;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .detail-plate:has(.detail-list) {
    gap: 5px 20px;
    flex-wrap: wrap;
  }
}
.detail-plate:has(.attachment-wrap) {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .detail-plate:has(.attachment-wrap) {
    padding: 15px 0px;
  }
}
.detail-plate .detail-box {
  position: relative;
}
.detail-plate .detail-box:has(+ .detail-box)::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 100%;
  max-height: calc(100% - 1px * 2);
  background-color: #DEE1E3;
}
@media only screen and (max-width: 767px) {
  .detail-plate .detail-box:has(+ .detail-box)::before {
    display: none;
  }
}
.detail-list {
  display: flex;
  gap: 15px;
}
.detail-list dt {
  color: #666;
}
@media only screen and (max-width: 767px) {
  .detail-list dt {
    font-size: 15px;
    letter-spacing: -0.75px;
  }
}
.detail-list dd {
  font-size: 17px;
  letter-spacing: -0.85px;
}
@media only screen and (max-width: 767px) {
  .detail-list dd {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
}

/* scss 게시판 상세 */
/* scss 수정 */
.swiper-controller {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 1;
  background-color: #000000B3;
  border-radius: 800px;
  padding: 8px 14px;
}
@media only screen and (max-width: 767px) {
  .swiper-controller {
    bottom: 15px;
    gap: 12px;
    padding: 5px 8px;
  }
}
.swiper-controller:has(.swiper-button-lock) {
  padding: 8px 18px;
}
@media only screen and (max-width: 767px) {
  .swiper-controller:has(.swiper-button-lock) {
    padding: 5px 12px;
  }
}
.swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-fraction {
    gap: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
  }
}
.swiper-pagination-fraction .current {
  font-size: 14px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-fraction .current {
    font-size: 12px;
  }
}
.swiper-pagination-fraction-wrap {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  width: auto;
}
.swiper-btn-prev, .swiper-btn-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  .swiper-btn-prev, .swiper-btn-next {
    width: 12px;
    height: 12px;
  }
}
.swiper-btn-prev.swiper-button-disabled, .swiper-btn-next.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-btn-prev img, .swiper-btn-next img {
  width: 100%;
  height: 100%;
}

/* scss 수정 */




/* css 수정 */
/* css 수정 */