@charset "UTF-8";
@keyframes bubbleDown {
  0% {
    right: 90%;
  }
  100% {
    right: 100%;
  }
}
@keyframes bubbleUpDown {
  0% {
    bottom: calc(100% + 32px);
  }
  100% {
    bottom: calc(100% + 19.2px);
  }
}
@keyframes bubbleUpDownMini {
  0% {
    bottom: calc(100% + 10px);
  }
  100% {
    bottom: calc(100% + 6px);
  }
}
/* 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 side버튼 */
.side-container {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .side-container {
    padding-right: 30px;
  }
}

.btn-side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn-side {
    font-size: 17px;
  }
}
.btn-side::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 88%;
  height: 88%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #FFFFFF4D;
  background-color: transparent;
  z-index: 1;
}
.btn-side-wrap {
  position: sticky;
  top: calc(100dvh - 60px);
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  opacity: 1;
  transform: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn-side-wrap {
    top: calc(100dvh - 190px);
    transform: translateY(100%);
    width: 80px;
    height: 80px;
  }
}
.btn-side-wrap:hover .btn-side {
  color: #fff;
}
.btn-side-wrap.hide {
  opacity: 0;
  pointer-events: none;
}
.btn-side-note {
  position: absolute;
  right: 0;
  bottom: calc(100% + 32px);
  transition: opacity 0.3s, width 0.3s;
  pointer-events: none;
  animation: bubbleUpDown 1.5s 0.3s infinite alternate;
}

.bubble {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bubble-wrap .icon {
  position: absolute;
  left: 30px;
  top: 0;
  transform: translateY(-50%);
}

/* scss side버튼 */
/* 모달 공통 */
.modal {
  position: relative;
  background: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
}
.modal.close {
  opacity: 0;
}
.modal .btn-close {
  position: absolute;
  right: 0;
  bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 78px;
  aspect-ratio: 1/1;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .modal .btn-close {
    width: 40px;
    right: 27px;
    bottom: 5px;
    bottom: -7px;
    background-color: transparent;
  }
}
@media only screen and (max-height: 425px) {
  .modal .btn-close {
    width: 50px;
  }
}
.modal .btn-close .icon {
  width: 28px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .modal .btn-close .icon {
    width: 24px;
    width: 18px;
  }
}
@media only screen and (max-height: 425px) {
  .modal .btn-close .icon {
    width: 24px;
    width: 18px;
  }
}
.modal .btn-close .icon img {
  width: 100%;
  aspect-ratio: 1/1;
}
.modal .btn-close .txt {
  display: none;
}
.modal .layout {
  flex-direction: column;
  padding-bottom: 30px;
}
.modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  z-index: 1010;
  transition: all 0.3s;
  overflow: hidden;
}
@media only screen and (max-width: 1340px) {
  .modal-wrap {
    overflow: auto;
  }
}
.modal-wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000000B3;
  transition: all 0.3s;
  pointer-events: none;
}
.modal-wrap.move-to-up {
  left: 0;
  top: calc(var(--vh, 1vh) * 100);
  opacity: 0;
}
.modal-wrap.move-to-up.active {
  top: 0;
  opacity: 1;
}
.modal-wrap.move-to-right {
  left: -100vw;
  top: 0;
  opacity: 0;
}
.modal-wrap.move-to-right.active {
  left: 0;
  opacity: 1;
}
.modal-wrap.active::before {
  opacity: 1;
}
.modal-top {
  position: relative;
  z-index: 99;
}
.modal-controller {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal-controller {
    margin-bottom: 10px;
  }
}
.modal-main {
  flex: 1;
  width: 100%;
  height: 0;
  position: relative;
}
.modal-bottom {
  position: relative;
}
.modal-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
.modal-layout::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1707.5px) {
  .modal-layout {
    max-width: 100%;
  }
}
.modal-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 4px 30px 0;
  font-size: 20px;
  line-height: 1;
  word-break: keep-all;
}
@media only screen and (max-width: 1340px) {
  .modal-tab {
    height: 48px;
    padding: 0 14px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-tab {
    height: 40px;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 425px) {
  .modal-tab {
    height: 32px;
    padding: 0 14px;
    padding: 1px 16px 0 14px;
    font-weight: 700;
    font-size: 14px;
  }
}
@media only screen and (max-height: 767px) {
  .modal-tab {
    height: 40px;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 700;
  }
}
@media only screen and (max-height: 767px) and (max-width: 425px) {
  .modal-tab {
    height: 32px;
    padding: 0 14px;
    padding: 1px 16px 0 14px;
    font-weight: 700;
    font-size: 14px;
  }
}
.modal-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .modal-tabs {
    gap: 5px;
  }
}
.modal-tab-wrap {
  border-radius: 800px;
  border: 2px solid #333333;
  color: #333333;
  transition: all 0.3s;
}
.modal-tab-wrap.active {
  color: #fff;
}
.modal-tab-wrap.active .modal-tab {
  color: #fff;
}

/* //모달 공통 */
/* 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 폼 */
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 수정 */
.modal-calc {
  gap: 32px;
  width: 100%;
  max-width: 700px;
  height: 100%;
  height: auto;
  max-height: 740px;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .modal-calc {
    gap: 30px;
    max-height: unset;
    padding: 30px;
  }
}
@media only screen and (max-height: 767px) {
  .modal-calc {
    gap: 30px;
    height: 100%;
    max-height: auto;
    padding: 30px;
  }
}
.modal-calc .btn-close {
  position: relative;
  right: unset;
  bottom: unset;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .modal-calc .btn-close {
    width: 30px;
  }
}
.modal-calc .btn-close .icon {
  width: 100%;
}
.modal-calc .modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-calc .modal-main {
  flex: unset;
  height: unset;
}
@media only screen and (max-width: 767px) {
  .modal-calc .modal-main {
    height: auto;
  }
}
.modal-calc .modal-tit {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -1.8px;
}
@media only screen and (max-width: 767px) {
  .modal-calc .modal-tit {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.modal-calc .modal-controller {
  margin-bottom: unset;
}
.modal-calc .sect-link {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .modal-calc .sect-link {
    padding-top: 30px;
  }
}
.modal-calc-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .sect-link .btn {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 530px) {
  .sect-link .btn-wrap {
    flex: 1;
  }
}

.detail-sect .detail-sect:last-of-type {
  border-bottom: unset;
}
.detail-plate {
  gap: 10px;
  padding: 20px 0;
}
.detail-cate-name {
  font-size: 15px;
  letter-spacing: -0.75px;
}
@media only screen and (max-width: 767px) {
  .detail-cate-name {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

.side-container {
  height: calc(100dvh - 60px);
}
@media only screen and (max-width: 767px) {
  .side-container {
    height: calc(100dvh - 30px);
    padding-right: 30px;
  }
}

.btn-side {
  border: 3px solid #00B05B;
  background-color: #E5F7EE;
}
.btn-side-note {
  right: 50%;
  transform: translateX(50%);
  animation: bubbleUpDownMini 1.5s 0.3s infinite alternate;
}
@media only screen and (max-width: 767px) {
  .btn-side-note {
    max-width: 100px;
  }
}
.btn-side-wrap {
  position: sticky;
  top: 100dvh;
  transform: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  opacity: 1;
  transform: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn-side-wrap {
    width: 70px;
    height: 70px;
  }
}

.sect-detail {
  border-bottom: unset;
}

/* scss 수정 */
/* css 수정 */
.side-container{
  height: auto;
  top: auto;
  bottom: 50px;
  z-index: 51;
}
@media only screen and (max-width: 1670px) {
  .side-container{
    padding-right: 40px;
    bottom: 40px;
  }
  .btn-side-wrap{
    width: 80px;
    height: 80px;
  }
  .btn-note.btn-side-note .bubble img{
    width: 100px;
  }
  .btn-wrap .btn .icon{
    width: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .side-container{
    padding-right: 25px;
    bottom: 25px;
  }
  .btn-side-wrap{
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 425px) {

}
/* css 수정 */