@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 버튼 */
/* scss 검색 박스 */
.search-container {
  display: flex;
  border-radius: 20px;
  width: 100%;
  padding: 40px;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 1495px) {
  .search-container {
    gap: 15px 0;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .search-container {
    gap: 10px 0;
    border-radius: 0px;
    padding: 0px;
    background-color: transparent;
  }
}
.search-plate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .search-plate {
    gap: 15px;
  }
}
.search-plate.search-typing-plate {
  flex: 1;
  margin-left: 50px;
}
@media only screen and (max-width: 1495px) {
  .search-plate.search-typing-plate {
    margin-left: unset;
  }
}
.search-plate.search-typing-plate:first-child {
  margin-left: 0;
}
.search-plate.search-btn-plate {
    margin-left: 10px;
  }
@media only screen and (max-width: 767px) {
  .search-plate.search-btn-plate {
    margin-left: 8px;
  }
}
.search-typing {
  font-size: 17px;
  letter-spacing: 0.85px;
}
.search-select {
  font-weight: 500;
}
.search-date-wrap input[type=date] {
  min-width: 210px;
}
@media only screen and (max-width: 767px) {
  .search-date-wrap input[type=date] {
    min-width: 120px;
  }
}
.search-date-plate {
  gap: 10px;
}
@media only screen and (max-width: 1495px) {
  .search-date-plate {
    flex: 100%;
    justify-content: flex-start;
  }
}

.btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #1E1E1E;
  background-color: #1E1E1E;
  padding: 0px 21px 0px;
}
@media only screen and (max-width: 767px) {
  .btn-search {
    height: 40px;
    padding: 0px 10px 0px;
  }
}
.btn-search .txt {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-search .txt {
    display: none;
  }
}
.btn-search .icon {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}
.btn-search .icon img {
  width: 100%;
}
.btn-search .icon .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* scss 검색 박스 */
/* 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-weight: 500;
  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 폼 */
input {
  font-weight: 500;
}

input.date:not([type=date]),
input[type=date],
input.time:not([type=time]),
input[type=time] {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  outline: 1px solid transparent;
  padding: 0 15px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  input.date:not([type=date]),
  input[type=date],
input.time:not([type=time]),
input[type=time] {
    height: 38px;
    font-size: 13px;
    padding: 0px 10px;
  }
}
@supports (-webkit-touch-callout: none) {
  input.date:not([type=date]),
  input[type=date],
input.time:not([type=time]),
input[type=time] {
    background-color: unset;
    -webkit-padding-start: 10px;
    padding-left: 10px;
  }
}
input.date:not([type=date])::before,
input[type=date]::before,
input.time:not([type=time])::before,
input[type=time]::before {
  content: unset;
}
input.date:not([type=date])::after,
input[type=date]::after,
input.time:not([type=time])::after,
input[type=time]::after {
  content: unset;
}

input.date:not([type=date])::before,
input.time:not([type=time])::before {
  display: none;
}

input[type=date]:not([type=date])::-webkit-date-and-time-value,
input[type=time]:not([type=time])::-webkit-date-and-time-value {
  text-align: left;
  padding: 0;
  }
input[type=date]:not([type=date])::-webkit-datetime-edit-text, input[type=date]:not([type=date])::-webkit-datetime-edit-year-field, input[type=date]:not([type=date])::-webkit-datetime-edit-month-field, input[type=date]:not([type=date])::-webkit-datetime-edit-day-field,
input[type=time]:not([type=time])::-webkit-datetime-edit-text,
input[type=time]:not([type=time])::-webkit-datetime-edit-year-field,
input[type=time]:not([type=time])::-webkit-datetime-edit-month-field,
input[type=time]:not([type=time])::-webkit-datetime-edit-day-field {
  color: #1E1E1E;
}

.date-wrap, .time-wrap {
  position: relative;
  width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
  margin: 0;
  padding: 0;
}
.date-wrap:not([class*=size-]), .time-wrap:not([class*=size-]) {
  max-width: calc((100% - 10px * 2 - 16px) *0.5);
}
  .date-wrap::after, .time-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 20px;
    height: 100%;
    z-index: 0;
    border-left: 1px solid rgba(30, 30, 30, 0.7);
    pointer-events: none;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #ddd;
    padding: 0 16px;
  }
  @media only screen and (max-width: 767px) {
    .date-wrap::after, .time-wrap::after {
      padding: 0 10px;
    }
  }
  @media only screen and (max-width: 425px) {
    .date-wrap::after, .time-wrap::after {
      padding: 0 5px;
    }
  }
.date-wrap:has(> input[type=date]:disabled), .date-wrap:has(> input.date:disabled) {
  background-color: #F9F9F9;
}
.date-wrap:has(> input[type=date]:disabled)::before, .date-wrap:has(> input.date:disabled)::before {
  display: none;
}
.date-wrap:has(> input[type=date]:disabled)::after, .date-wrap:has(> input.date:disabled)::after {
  background: #F9F9F9 url("/images/user/icon_calendar_black.svg") no-repeat center center/20px auto;
}
.date-wrap:has(> input[type=date])::before {
    content: attr(data-placeholder);
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
    font-family: "Pretendard", sans-serif;
    color: rgba(30, 30, 30, 0.7);
    box-sizing: border-box;
    font-weight: 500;
  font-size: 17px;
    padding: 15px 17px 17px;
  }
  @media only screen and (max-width: 767px) {
  .date-wrap:has(> input[type=date])::before {
      padding: 0 10px;
    }
  }
.date-wrap:has(> input[type=date])::after, .date-wrap:has(> input.date:not([type=date]))::after {
  background: #fff url("/images/user/icon_calendar_black.svg") no-repeat center center/20px auto;
}

.time-wrap:has(> input[type=time]:disabled), .time-wrap:has(> input.time:disabled) {
  background-color: #F9F9F9;
}
.time-wrap:has(> input[type=time]:disabled)::before, .time-wrap:has(> input.time:disabled)::before {
  display: none;
}
.time-wrap:has(> input[type=time]:disabled)::after, .time-wrap:has(> input.time:disabled)::after {
  background: #F9F9F9 url("/images/user/icon_clock_black.svg") no-repeat center center/20px auto;
}
.time-wrap: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%;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Pretendard", sans-serif;
  color: rgba(30, 30, 30, 0.7);
  box-sizing: border-box;
  font-weight: 500;
  padding: 15px 17px 17px;
}
@media only screen and (max-width: 767px) {
  .time-wrap:has(> input[type=time])::before {
    padding: 0 10px;
  }
}
.time-wrap:has(> input[type=time])::after, .time-wrap:has(> input.time:not([type=date]))::after {
  background: #fff url("/images/user/icon_clock_black.svg") no-repeat center center/20px auto;
}

.radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
.radio:checked + .radio-icon {
  border: 1px solid #10B565;
}
.radio:checked + .radio-icon::before {
  background-color: #10B565;
}
.radio-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.radio-wrap input[type=radio] {
  display: none;
}
.radio-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .radio-icon {
    width: 19px;
    height: 19px;
    padding: 3px;
  }
}
.radio-icon::before {
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-color: transparent;
}
.radio-txt {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .radio-txt {
    font-size: 15px;
  }
}

.check {
  width: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
.check:checked + .check-icon {
  border: 1px solid #10B565;
}
.check:checked + .check-icon::before {
  background: url("/images/user/icon_check_green.svg") no-repeat center;
  background-size: cover;
}
.check-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.check-wrap input[type=checkbox] {
  display: none;
}
.check-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 6px;
}
@media only screen and (max-width: 767px) {
  .check-icon {
    width: 19px;
    min-width: 19px;
    height: 19px;
    padding: 3px;
  }
}
.check-icon::before {
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: url("/images/user/icon_check_gray.svg") no-repeat center;
  background-size: cover;
}
.check-txt {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .check-txt {
    font-size: 15px;
  }
}

.typing {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  outline: unset;
}
.typing-wrap {
  position: relative;
  width: 100%;
  padding: 15px 17px 17px;
}
@media only screen and (max-width: 767px) {
  .typing-wrap {
    padding: 0px 10px;
  }
}
.typing-wrap:has(.typing) {
  padding: 0;
}
.typing-wrap:has(.typing) .typing {
  width: 100%;
  height: 100%;
  padding: 15px 17px 17px;
}
@media only screen and (max-width: 767px) {
  .typing-wrap:has(.typing) .typing {
    padding: 0px 10px;
  }
}
.typing-wrap:has(.typing:focus), .typing-wrap:has(.select:open) {
  border: 1px solid #1E1E1E;
}
.typing-wrap:has(.typing:disabled) {
  background-color: rgba(30, 30, 30, 0.05);
}
.typing-wrap:has(> input:disabled), .typing-wrap:has(select:disabled) {
  background-color: rgba(30, 30, 30, 0.05);
}
.typing-wrap:has(> input:disabled) input, .typing-wrap:has(> input:disabled) select, .typing-wrap:has(select:disabled) input, .typing-wrap:has(select:disabled) select {
  background-color: transparent;
}
.typing-wrap:has(select:not(:has(option))) {
  background-color: rgba(30, 30, 30, 0.05);
}
.typing-wrap:has(select:not(:has(option))) input, .typing-wrap:has(select:not(:has(option))) select {
  background-color: transparent;
}
.typing-box {
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
}
.typing-box:has(textarea) {
  height: auto;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .typing-box {
    height: 40px;
  }
}

.select {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  width: 100%;
  padding: 0 15px;
  outline: unset;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .select {
    font-size: 14px;
    padding: 0 10px;
  }
}
.select-wrap {
  position: relative;
  display: flex;
  width: 100%;
}
.select-wrap:has(.select:open)::after {
  transform: translateY(-50%) rotate(180deg);
}
.select-wrap:has(+ *) {
  max-width: 95px;
}
@media only screen and (max-width: 767px) {
  .select-wrap:has(+ *) {
    max-width: 75px;
  }
}
.select-wrap::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 100%;
  background: url("/images/user/icon_arrow_bottom_black.svg") no-repeat center;
  transition: transform 0.3s;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .select-wrap::after {
    width: 10px;
    right: 12px;
  }
}
.select-wrap + .typing-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #DDDDDD;
}

.sect-cate.date .detail-cate-plate {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sect-cate.date .date-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.sect-cate.date .date-wrap + .img-wrap {
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .sect-cate.date .date-wrap + .img-wrap {
    width: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sect-cate.date .time-wrap:has(+ .img-wrap) {
    max-width: calc((100% - 12px - 10px * 2) * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .sect-cate.date .time-wrap:has(+ .img-wrap) ~ .time-wrap {
    max-width: calc((100% - 12px - 10px * 2) * 0.5);
  }
}
.sect-cate.date .time-wrap + .img-wrap {
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .sect-cate.date .time-wrap + .img-wrap {
    width: 12px;
  }
}
.sect-cate.date img {
  width: 100%;
}

.detail-plate {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex-wrap: wrap;
  padding: 30px 40px;
}
@media only screen and (max-width: 767px) {
  .detail-plate {
    padding: 15px;
    padding: 15px 0;
  }
}
.detail-cate-plate {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-cate-plate:has(.radio-wrap) {
  gap: 20px;
  flex-wrap: wrap;
}
.detail-cate-plate:has(.info-wrap) {
  gap: 20px;
  flex-wrap: wrap;
}
.detail-cate-box .txt {
  font-weight: 500;
  color: #1E1E1E;
}
.detail-cate-box .txt .point {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -1.1px;
  color: #10B565;
}
.detail-cate-name {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: rgba(0, 0, 0, 0.502);
}
@media only screen and (max-width: 767px) {
  .detail-cate-name {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}
.detail-cate-cont {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .detail-cate-cont:has(.info-wrap) {
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .detail-cate-cont:has(.info-wrap) .detail-cate-plate {
    flex: 0 0 100%;
  }
}

/* scss 폼 */
/* scss 수정 */
.board[data-type=list][data-list-type=normal] .board-card {
  border-bottom-color: #e5e5e5;
}
.board[data-type=list][data-list-type=normal] .board-card[data-idx=notice] {
  background-color: rgba(16, 181, 101, 0.02);
}
.board[data-type=list][data-list-type=normal] .board-card[data-idx=notice] .board-col[data-col-idx=cate] .col-plate {
  padding: 2px 9px 3px;
  border-radius: 800px;
  background-color: #10B565;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .board[data-type=list][data-list-type=normal] .board-card[data-idx=notice] .board-col[data-col-idx=cate] .col-plate {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}
.board[data-type=list][data-list-type=normal] .board-col[data-col-idx=tit] {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .board[data-type=list][data-list-type=normal] .board-col[data-col-idx=file] {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .board[data-type=list][data-list-type=normal] .board-col[data-col-idx=date] {
    flex: 0.1043024772 0.1043024772 60px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .board[data-type=list][data-list-type=normal] .board-col[data-col-idx=hit] {
    display: none;
  }
}
.board-top {
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .board-top {
    padding: 0 0 10px;
  }
}
.board-sect.sect-search:has(+ .board-sect) {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .board-sect.sect-search:has(+ .board-sect) {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1495px) {
  .search-cate-plate {
    flex: 100%;
    justify-content: flex-start;
  }
}
/* scss 수정 */
