@charset "UTF-8";
/* -------------------------------------------------------------- */
/* txt-color */
/* -------------------------------------------------------------- */
.txt-blue {
  color: var(--color-primary-blue) !important;
}

.txt-green {
  color: var(--color-primary-green) !important;
}

.txt-sky {
  color: #79B1E9 !important;
}

.txt-red {
  color: var(--color-red) !important;
}

.txt-error {
  color: var(--color-red) !important;
  margin-top: 0.5rem;
  display: block;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .txt-error {
    font-size: 1.4rem;
  }
}

.ico {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.ico.search {
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  background: url("../img/common/ico_search.png") no-repeat center;
  background-size: contain;
}
.ico.menu {
  width: 2.2rem;
  height: 2rem;
  cursor: pointer;
  background: url("../img/common/ico_menu.png") no-repeat center;
  background-size: contain;
}
.ico.mypage {
  width: 2.2rem;
  height: 2.46rem;
  cursor: pointer;
  background: url("../img/common/ico_mypage.png") no-repeat center;
  background-size: contain;
}
.ico.search-wh {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/common/ico_search_wh.png") no-repeat center;
  background-size: cover;
}
.ico.mypage-wh {
  display: inline-block;
  width: 2.2rem;
  height: 2.4rem;
  background: url("../img/common/ico_mypage_wh.png") no-repeat center;
  background-size: cover;
}
.ico.search-blue {
  width: 3.5rem;
  height: 3.4rem;
  cursor: pointer;
  background: url("../img/common/ico_search_blue.png") no-repeat center;
  background-size: 3.5rem 3.4rem;
}
@media screen and (max-width: 767px) {
  .ico.search-blue {
    width: 2rem;
    height: 2rem;
    background-size: 2rem 2rem;
  }
}
.ico.close_wh {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/common/ico_close_wh.png") no-repeat center;
  background-size: cover;
}
.ico.share {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  background: url("../img/common/ico_share_gray.png") no-repeat center;
  background-size: 1.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .ico.share {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 6px;
    background-size: 1.1rem 1.2rem;
  }
}
.ico.print {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  background: url("../img/common/ico_print_gray.png") no-repeat center;
  background-size: 1.6rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .ico.print {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 6px;
    background-size: 1.4rem 1.4rem;
  }
}
.ico.print_blue {
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  justify-content: center;
  align-items: center;
  background: url("../img/common/ico_print_blue.png") no-repeat center;
  background-size: 1.9rem 2rem;
}
@media screen and (max-width: 767px) {
  .ico.print_blue {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 6px;
    background-size: 1.4rem 1.4rem;
  }
}
.ico.close_gray {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/common/ico_close_gray.png") no-repeat center;
  background-size: cover;
}
.ico.close_gray2 {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/common/ico_close_gray2.png") no-repeat center;
  background-size: cover;
}
.ico.pinned {
  width: 2rem;
  height: 2rem;
  background: url("../img/common/ico_pin_blue.png") no-repeat center;
  background-size: cover;
}
.ico.file_blue {
  width: 1.8rem;
  height: 2rem;
  background: url("../img/common/ico_file_blue.png") no-repeat center;
  background-size: cover;
}
.ico.file_multiple_blue {
  width: 1.7rem;
  height: 2rem;
  background: url("../img/common/ico_file_multiple_blue.png") no-repeat center;
  background-size: cover;
}
.ico.new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 2.2rem;
  height: 2.2rem;
  font-style: normal;
  margin-right: 1rem;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  border-radius: 8px;
  background: #F6C500;
}
@media screen and (max-width: 767px) {
  .ico.new {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.2rem;
    letter-spacing: -0.04em;
    margin-right: 0.6rem;
  }
}
.ico.arr-gray {
  width: 1.1rem;
  height: 0.6rem;
  background: url("../img/common/arr_select.png") no-repeat center;
  background-size: contain;
}
.ico.arr-blue {
  width: 0.6rem;
  height: 1rem;
  background: url("../img/common/arr_blue.png") no-repeat center;
  background-size: contain;
}
.ico.view {
  width: 2rem;
  height: 1.3rem;
  background: url("../img/common/ico_view_gray.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ico.view {
    width: 1.6rem;
    height: 1rem;
  }
}
.ico.file_green {
  width: 2.1rem;
  height: 2.4rem;
  background: url("../img/common/ico_note_green.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .ico.file_green {
    width: 1.7rem;
    height: 2rem;
  }
}
.ico.phone_green {
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/common/ico_phone_green.png") no-repeat center;
  background-size: cover;
}
.ico.link_green {
  width: 1.65rem;
  height: 1.65rem;
  margin-left: 0.6rem;
  background: url("../img/common/ico_link_green.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ico.link_green {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.ico.link_blue {
  width: 1.45rem;
  height: 1.45rem;
  background: url("../img/common/ico_link_blue.png") no-repeat center;
  background-size: cover;
}
.ico--file {
  width: 1.4rem;
  height: 1.6rem;
  background: url("../img/common/ico_clip_gray.png") no-repeat center;
  background-size: cover;
}
.ico.check_blue {
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/common/ico_check_blue.png") no-repeat center;
  background-size: contain;
}
.ico.user-icon_blue {
  width: 1.8rem;
  height: 2rem;
  background: url("../img/common/ico_user_blue.png") no-repeat center;
  background-size: contain;
}
.ico.login-icon_blue {
  width: 1.8rem;
  height: 2rem;
  background: url("../img/common/ico_login_blue.png") no-repeat center;
  background-size: contain;
}
.ico.down_gray {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/common/ico_down_gray.png") no-repeat center;
  background-size: contain;
}
.ico.down_green {
  width: 1.65rem;
  height: 1.65rem;
  background: url("../img/common/ico_down_green.png") no-repeat center;
  background-size: 100% 100%;
}
.ico.down_blue {
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/common/ico_down_blue.png") no-repeat center;
  background-size: 100% 100%;
}
.ico.down_wh {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 0.6rem;
  background: url("../img/common/ico_down_wh.png") no-repeat center;
  background-size: 100% 100%;
}
.ico.arr-right_wh {
  width: 0.6rem;
  height: 1.2rem;
  background: url("../img/common/ico_arr_right_wh.png") no-repeat right center;
  background-size: cover;
}
.ico.arr-right_green {
  width: 0.7rem;
  height: 1.35rem;
  background: url("../img/common/arr_right_green.png") no-repeat right center;
  background-size: cover;
}
.ico.notice_green {
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/common/ico_exclamation_green.png") no-repeat right center;
  background-size: cover;
}
.ico.notice_blue {
  width: 2rem;
  height: 2rem;
  background: url("../img/common/ico_notice_blue.png") no-repeat right center;
  background-size: cover;
}
.ico.notice-red {
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/common/ico_notice_red.png") no-repeat center;
  background-size: contain;
}
.ico.reset_wh {
  width: 1.45rem;
  height: 1.35rem;
  background: url("../img/common/ico_reset_wh.png") no-repeat center;
  background-size: cover;
}
.ico.reset_gray {
  width: 1.45rem;
  height: 1.35rem;
  background: url("../img/common/ico_reset_gray.png") no-repeat center;
  background-size: cover;
}
.ico.location_blue {
  width: 1.2rem;
  height: 1.6rem;
  background: url("../img/common/ico_location_blue.png") no-repeat center;
  background-size: contain;
}
.ico.plus_blue {
  width: 3rem;
  height: 3rem;
  background: url("../img/common/ico_plus_blue.png") no-repeat center;
  background-size: contain;
}
.ico.plus_blue2 {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/common/ico_plus_blue2.png") no-repeat center;
  background-size: 100% 100%;
}
.ico.plus_gray {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/common/ico_plus_gray.png") no-repeat center;
  background-size: 100% 100%;
}
.ico.edit {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/common/ico_edit_gray.png") no-repeat center;
  background-size: contain;
}
.ico.check_circle_green {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: var(--color-primary-green) url("../img/common/ico_check_wh.png") no-repeat center;
  background-size: 1.8rem 1.4rem;
}
.ico.arr-down_wh {
  width: 1rem;
  height: 0.7rem;
  background: url("../img/common/arr_down_wh.png") no-repeat center;
  background-size: contain;
}
.ico.major_logo {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ico_major_logo.png") no-repeat center;
  background-size: contain;
}
.ico.ico-kakao {
  width: 1.9rem;
  height: 1.7rem;
  margin-left: 0.6rem;
  background: url("../img/common/ico_kakao.png") no-repeat center;
  background-size: contain;
}
.ico.file-delete {
  width: 1.4rem;
  height: 1.6rem;
  margin-left: 0.6rem;
  background: url("../img/common/ico_delete_blue.png") no-repeat center;
  background-size: contain;
}

.ico-link_gray:after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8rem;
  background: url("../img/common/ico_link_gray.png") no-repeat center;
  background-size: 1.3rem auto;
}

.ico-link_wh:after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8rem;
  background: url("../img/common/ico_link_wh.png") no-repeat center;
  background-size: 1.3rem auto;
}

.logo {
  display: inline-block;
  width: 21.6rem;
  height: 4.9rem;
  background: url("../img/common/logo.png") no-repeat center;
  background-size: contain;
}

.logo-wh {
  display: inline-block;
  width: 21.7rem;
  height: 5.7rem;
  background: url("../img/common/logo_wh.png") no-repeat center;
  background-size: 21.7rem auto;
}
@media screen and (max-width: 1023px) {
  .logo-wh {
    width: 21.7rem;
    height: 5.2rem;
  }
}

/* 셀렉트 */
.custom-select {
  position: relative;
  min-width: 0;
  /*overflow: hidden;*/
  width: 100%;
}
.custom-select.open {
  overflow: visible;
}
.custom-select.open .pseudo-option {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  display: block;
  visibility: visible;
  overflow: auto;
}
.custom-select.open .selected-toggle-btn {
  background: url("../img/common/arr_select.png") no-repeat right 1.2rem center, #FFF !important;
  background-size: 1.1rem auto !important;
  border: 1px solid var(--color-primary-blue) !important;
}
.custom-select .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.custom-select.disabled .selected-toggle-btn, .custom-select.readonly .selected-toggle-btn {
  border: 1px solid #DEDEDE;
  background-color: #F8F8F8;
  cursor: auto;
  color: #555;
}
.custom-select .selected-toggle-btn {
  border-radius: 8px;
  border: 1px solid var(--color-border);
  background-image: url("../img/common/arr_select_on.png");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1.1rem auto;
  background-color: #FFF;
  display: flex;
  width: 100%;
  height: 4.8rem;
  padding: 0 1.2rem;
  justify-content: space-between;
  align-items: center;
}
.custom-select .selected-toggle-btn:focus-visible {
  border: 1px solid var(--color-primary-blue) !important;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  .custom-select .selected-toggle-btn {
    height: 4.4rem;
    padding: 0 1rem;
    background-size: 0.8rem auto;
  }
}
.custom-select .selected-txt {
  display: block;
  text-align: left;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05em;
  padding-right: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .custom-select .selected-txt {
    font-size: 1.5rem;
    padding-right: 1rem;
  }
}
.custom-select .pseudo-option {
  max-height: 20rem !important;
  border-radius: 8px;
  border: 1px solid var(--color-border);
  background: #FFF;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  display: none;
  visibility: hidden;
  pointer-events: none;
  /* 초기 상태 */
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.custom-select .pseudo-option .mCSB_container {
  padding-right: 0;
}
.custom-select .pseudo-option .mCSB_scrollTools {
  width: 10px;
}
.custom-select .pseudo-option ul li:nth-of-type(1) {
  margin-top: 0;
}
.custom-select .pseudo-option ul li.is-selected .txt:focus-visible {
  outline: none;
  border: 1px solid var(--color-primary-blue);
  border-radius: 8px;
}
.custom-select .pseudo-option ul li .txt:focus-visible {
  outline: none;
  border: 1px solid var(--color-primary-blue);
  border-radius: 8px;
}
.custom-select .pseudo-option ul li .txt {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0444444444em;
  text-align: left;
  padding: 1.3rem 1.2rem;
  display: block;
  width: 100%;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .custom-select .pseudo-option ul li .txt {
    font-size: 1.6rem;
  }
}
.custom-select .pseudo-option ul li .txt:hover, .custom-select .pseudo-option ul li .txt.is-active {
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .custom-select .pseudo-option ul li .txt:hover, .custom-select .pseudo-option ul li .txt.is-active {
    font-size: 1.6rem;
  }
}
.custom-select .pseudo-option ul li.is-selected .txt {
  background: #F8F8F8;
  border: none;
}
@media screen and (max-width: 767px) {
  .custom-select .pseudo-option ul li.is-selected .txt {
    font-size: 1.6rem;
  }
}
.custom-select[data-direction=bottom] .pseudo-option {
  bottom: auto;
  margin-top: 0.6rem;
}
.custom-select[data-direction=top] .pseudo-option {
  top: auto;
  margin-bottom: 0.6rem;
}
.custom-select[data-state=disabled] .selected-toggle-btn {
  background: url("../img/common/arr_select_on.png") no-repeat right 1.2rem center, #eaeaea;
  background-size: 1rem auto;
  cursor: auto;
}
.custom-select[data-state=disabled] .selected-toggle-btn .selected-txt {
  color: #aeaeae;
}
.custom-select[data-state=default] .selected-toggle-btn {
  background: url("../img/common/arr_select_on.png") no-repeat right 1.2rem center, #FFF;
  background-size: 1rem auto;
  cursor: pointer;
}
.custom-select[data-state=default] .selected-toggle-btn .selected-txt {
  color: #1D1D1D;
}

/* -------------------------------------------------------------- */
/* 버튼 */
/* -------------------------------------------------------------- */
.btn-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    flex-wrap: wrap;
    gap: 0;
  }
}
.btn-wrap.center {
  justify-content: center;
}
.btn-wrap.end {
  justify-content: flex-end;
}
.btn-wrap .btn {
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn {
    margin-left: 0;
  }
  .btn-wrap .btn:not(.xl) {
    width: 100%;
  }
  .btn-wrap .btn + .btn {
    margin-top: 1rem;
  }
}
.btn-wrap .btn:nth-child(1) {
  margin-left: 0;
}
.btn-wrap .btn:nth-child(3) {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn:nth-child(3) {
    margin-left: 0;
  }
}
.btn-wrap .btn:nth-child(3):before {
  content: "";
  width: 1px;
  height: 2.8rem;
  background: var(--color-border);
  display: inline-block;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn:nth-child(3):before {
    display: none;
  }
}

/* 회원가입 */
.account-btn-wrap {
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .account-btn-wrap {
    gap: 0;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .account-btn-wrap .btn + .btn {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .account-btn-wrap .btn {
    width: 100%;
  }
}

.btn {
  display: inline-block;
}
.btn.sx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  border-radius: 6px;
  min-height: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .btn.sx {
    min-height: 3.8rem;
    font-size: 1.4rem;
  }
}
.btn.sm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  border-radius: 8px;
  min-height: 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .btn.sm {
    min-height: 4rem;
    font-size: 1.4rem;
  }
}
.btn.md {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  border-radius: 8px;
  min-height: 4.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .btn.md {
    min-height: 4rem;
    font-size: 1.4rem;
    border-radius: 6px;
  }
}
.btn.md2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  border-radius: 8px;
  min-height: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .btn.md2 {
    min-height: 4rem;
    font-size: 1.4rem;
    border-radius: 6px;
  }
}
.btn.lg {
  width: 24rem;
  height: 6.4rem;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .btn.lg {
    width: 100%;
    height: 5.4rem;
    font-size: 1.8rem;
  }
}
.btn.xl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  padding: 1.2rem 1.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .btn.xl {
    font-size: 1.6rem;
    padding: 0.75rem 1.4rem;
  }
}
.btn.go-to {
  color: #FFF;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
  display: flex;
  height: 6.4rem;
  padding: 0 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.btn.fill-blue {
  border: 1px solid var(--color-primary-blue);
  background: var(--color-primary-blue);
  color: #fff;
}
.btn.fill-blue-bg {
  border: 1px solid var(--color-bg-blue);
  background: var(--color-bg-blue);
  color: var(--color-primary-blue);
}
.btn.fill-gradient {
  color: #FFF;
  letter-spacing: -0.8px;
  background: linear-gradient(108deg, #0E457B 0%, #075D5D 100%);
}
.btn.fill-gradient2 {
  color: #FFF;
  letter-spacing: -0.8px;
  background: linear-gradient(91deg, #30689F 0%, #1D7474 99.97%);
}
.btn.fill-gray {
  border: 1px solid #888;
  background: #888;
  color: #fff;
}
.btn.fill-red {
  color: #fff;
  border: 1px solid var(--color-red);
  background: var(--color-red);
}
.btn.fill-red2 {
  color: var(--color-red);
  border: 1px solid #FFEAEA;
  background: #FFEAEA;
}
.btn.fill-green {
  border: 1px solid var(--color-primary-green);
  background: var(--color-primary-green);
  color: #fff;
}
.btn.fill-green-bg {
  border: 1px solid var(--color-bg-green);
  background: var(--color-bg-green);
  color: var(--color-primary-green);
}
.btn.fill-green-bg2 {
  border: 1px solid #DFF2F2;
  background: #DFF2F2;
  color: var(--color-primary-green);
}
.btn.kakao-link {
  border-radius: 6px;
  background: #FBE300;
  color: #3B1E1E;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
}
.btn.fill-sky {
  border: 1px solid #E9EFF9;
  background: #E9EFF9;
  color: var(--color-primary-blue);
}
.btn.line-gray {
  border: 1px solid #888;
  background: #fff;
  color: #707070;
}
.btn.line-red {
  color: var(--color-red);
  border: 1px solid var(--color-red);
  background: #fff;
}
.btn.line-green {
  border: 1px solid var(--color-primary-green);
  background: #fff;
  color: var(--color-primary-green);
}
.btn.line-blue {
  color: var(--color-primary-blue);
  border: 1px solid var(--color-primary-blue);
  background: #fff;
}
.btn.submit-btn {
  font-size: 1.6rem;
  min-height: 4.8rem;
  width: 14rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .btn.submit-btn {
    width: 10rem !important;
    min-height: 4.4rem !important;
  }
}
.btn.exel-down {
  border: 1px solid var(--color-primary-green);
  color: var(--color-primary-green);
  min-height: 3.8rem;
  padding: 0 1.6rem;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn.exel-down {
    padding: 0 1.2rem;
    font-size: 1.4rem;
    min-height: 3.4rem;
  }
}
.btn.exel-down .ico {
  margin-left: 0.8rem;
}
.btn.btn-down {
  border: 1px solid var(--color-primary-green);
  color: var(--color-primary-green);
  min-height: 5rem;
  padding: 0 1.6rem;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn.btn-down {
    padding: 0 1.4rem;
    font-size: 1.6rem;
    min-height: 3.9rem;
    width: auto !important;
  }
}
.btn.btn-down .ico {
  margin-left: 0.8rem;
}
.btn.voucher-print-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* 테이블안에 버튼 */
#container .tb-btn {
  padding: 0 2rem;
  min-width: 6.5rem;
}
@media screen and (max-width: 767px) {
  #container .tb-btn {
    padding: 0 1rem;
    min-width: auto;
  }
}

/* 커스텀 데이트피커 */
.datepicker-wrap {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  color: #141516;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1023px) {
  .datepicker-wrap {
    gap: 0.8rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .datepicker-wrap {
    flex-direction: column;
  }
}
.datepicker-wrap .datepicker-delete-btn:focus-visible {
  outline: 1px solid var(--color-primary-blue);
}

/* jQuery UI 기본 월 셀렉트 완전 숨기기 */
#ui-datepicker-div .ui-datepicker-title select.ui-datepicker-month {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.date-dash {
  min-height: 2rem;
}

.datepicker-wrap[data-state=readonly] .jq-datepicker {
  background-color: #FAFAFA !important;
  color: #555 !important;
}
.datepicker-wrap[data-state=readonly] input {
  background-color: #FAFAFA !important;
  color: #555 !important;
  cursor: auto;
}
.datepicker-wrap[data-state=readonly] .ico-close-gray {
  display: none;
}

.jq-datepicker {
  width: 100%;
  height: 4.8rem;
  padding: 0 2.8rem 0 0;
  font-size: 1.6rem;
  border-radius: 8px;
  border: 1px solid var(--color-border);
  overflow: hidden;
  background-image: url("../img/common/ico_calendar_blue.png");
  background-size: auto 1.55rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .jq-datepicker {
    height: 4.4rem;
    font-size: 1.5rem;
  }
}
.jq-datepicker.is-open {
  outline: 2px solid #4CAF50;
  outline-offset: -2px;
}
.jq-datepicker:has(input[type=text]:focus-visible) {
  border-color: var(--color-primary-blue);
  outline: none;
}
.jq-datepicker:has(input:disabled), .jq-datepicker:has(input:read-only) {
  border: 1px solid #DEDEDE;
  background-image: url("../img/common/ico_calendar_gray.png");
  background-size: auto 1.55rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-color: #F8F8F8;
  pointer-events: none;
  cursor: auto;
}
.jq-datepicker:has(input:disabled) input, .jq-datepicker:has(input:read-only) input {
  background: #F8F8F8;
  cursor: auto;
}
.jq-datepicker input {
  border: 1px solid transparent;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 0 0 0 1rem;
  pointer-events: auto;
  cursor: pointer;
  margin-left: 0;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
}
.jq-datepicker input:focus-visible {
  border-color: transparent;
  outline: none;
}
.jq-datepicker input::placeholder {
  color: #888;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .jq-datepicker input::placeholder {
    font-size: 1.5rem;
  }
}
.jq-datepicker input[readonly], .jq-datepicker input[disabled] {
  border: 1px solid transparent;
  background-color: #fff;
}
.jq-datepicker .datepicker-delete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
.jq-datepicker .ico-close-gray {
  width: 0.9rem;
  height: 0.95rem;
  background: url("../img/common/ico_close_bk.png") no-repeat center;
  background-size: cover;
}
.jq-datepicker[data-state=readonly] .select-btn {
  background: #FAFAFA;
}
.jq-datepicker[data-state=readonly] .select-btn .txt {
  color: #555;
}

#ui-datepicker-div .ui-datepicker-header {
  display: flex;
  align-items: center;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  z-index: 5;
  min-height: 5rem;
}
#ui-datepicker-div .ui-datepicker-header .custom-select {
  width: 10.5rem;
}
#ui-datepicker-div .ui-datepicker-header .custom-select .selected-toggle-btn {
  height: 4.2rem;
  padding: 0 1.2rem;
}
#ui-datepicker-div .ui-datepicker-header .custom-select .selected-txt {
  color: #1D1D1D;
  font-family: "Pretendard";
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: -0.05em;
}
#ui-datepicker-div .ui-datepicker-header .custom-select .pseudo-option {
  height: 16rem;
  padding: 0;
  margin-top: 0.6rem;
}
#ui-datepicker-div .ui-datepicker-header .custom-select .pseudo-option ul {
  list-style: none;
}
#ui-datepicker-div .ui-datepicker-header .custom-select .pseudo-option ul li .txt {
  color: #1D1D1D;
  font-family: "Pretendard";
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: -0.05em;
}
#ui-datepicker-div .ui-datepicker-header .custom-select .pseudo-option .ui-state-hover {
  color: #333 !important;
  border: none;
  background: #F8F8F8;
}
#ui-datepicker-div .ui-datepicker-title {
  min-height: 5rem;
}
#ui-datepicker-div .cs-header-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#ui-datepicker-div .cs-header-nav .cs-btn-prev,
#ui-datepicker-div .cs-header-nav .cs-btn-next {
  display: none;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
  display: none;
}
#ui-datepicker-div .ui-datepicker-buttonpane button {
  display: none;
}
#ui-datepicker-div.ui-datepicker {
  margin-top: 1rem;
  padding: 1.9rem;
  font-family: inherit;
  border-radius: 10px;
  font-size: 1.4rem;
  width: 30rem;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content {
  border-radius: 8px;
  border: 1px solid var(--color-border);
  background: #FFF;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-month {
  width: calc(100% - 15rem);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-year {
  display: flex;
  align-items: center;
  width: auto;
  height: 3.5rem;
  padding: 0 4rem;
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.05em;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-year:after {
  content: "년";
}
#ui-datepicker-div.ui-datepicker th.ui-datepicker-week-end:first-child {
  color: var(--color-red) !important;
}
#ui-datepicker-div.ui-datepicker td.ui-datepicker-week-end:first-child {
  color: var(--color-red) !important;
}
#ui-datepicker-div.ui-datepicker td.ui-datepicker-week-end:first-child a {
  color: var(--color-red) !important;
}
#ui-datepicker-div.ui-datepicker th.ui-datepicker-week-end:last-child {
  color: var(--color-primary-blue) !important;
}
#ui-datepicker-div.ui-datepicker td.ui-datepicker-week-end:last-child a {
  color: var(--color-primary-blue) !important;
}
#ui-datepicker-div.ui-datepicker td.ui-datepicker-week-end:last-child.ui-datepicker-current-day:not(.ui-datepicker-days-cell-over) a {
  background: var(--color-primary-blue) !important;
  color: #fff !important;
}
#ui-datepicker-div.ui-datepicker td.ui-datepicker-week-end:last-child.ui-datepicker-days-cell-over a {
  background: var(--color-primary-blue) !important;
  color: #fff !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-group:not(.ui-datepicker-group-first) .ui-datepicker-title .ui-datepicker-year {
  display: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  top: 0.6rem;
  width: 3.45rem;
  height: 3.5rem;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span {
  position: initial;
  width: 0.9rem;
  height: 0.5rem;
  margin-top: 0;
  margin-left: 0;
  background: transparent;
  background-image: url("../img/common/arr_down_gray.png");
  background-size: 8px auto;
  background-repeat: no-repeat;
  transform: translate(0, 0);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
  left: 0;
  transform: rotate(90deg);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  left: 9.2rem;
  right: 0;
  transform: rotate(-90deg);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
#ui-datepicker-div.ui-datepicker .custom-select {
  width: 10.5rem;
  height: 100%;
}
#ui-datepicker-div.ui-datepicker table {
  margin: 1rem 0 0 0;
}
#ui-datepicker-div.ui-datepicker th,
#ui-datepicker-div.ui-datepicker td {
  vertical-align: middle;
  width: 3.7rem;
  height: 3.7rem;
  padding: 0;
}
#ui-datepicker-div.ui-datepicker th a,
#ui-datepicker-div.ui-datepicker td a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#ui-datepicker-div.ui-datepicker th {
  height: 44px;
  color: #333;
  font-family: Pretendard;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.05em;
}
#ui-datepicker-div.ui-datepicker td {
  color: #333;
  font-family: Pretendard;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05em;
}
#ui-datepicker-div.ui-datepicker .ui-state-default {
  border: none;
  text-align: center;
  background-color: transparent;
}
#ui-datepicker-div.ui-datepicker .ui-state-default:hover, #ui-datepicker-div.ui-datepicker .ui-state-default:focus {
  background-color: #f7f9fd;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td a {
  border-radius: 6px;
  overflow: hidden;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  color: #333 !important;
  border: 1px solid var(--color-primary-blue);
  background: var(--color-bg-blue) !important;
}
#ui-datepicker-div.ui-datepicker .ui-state-default:hover, #ui-datepicker-div.ui-datepicker .ui-state-default:focus {
  background: var(--color-bg-blue);
}
#ui-datepicker-div.ui-datepicker .ui-range-between a {
  background: var(--color-bg-blue) !important;
  color: #141516;
  border-radius: 0;
}
#ui-datepicker-div.ui-datepicker .ui-range-between a.ui-state-hover {
  color: var(--color-primary-blue);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-current-day a {
  color: #ffffff;
  background-color: var(--color-primary-blue) !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-today a {
  color: var(--color-primary-blue) !important;
  border: 1px solid var(--color-primary-blue) !important;
  background: var(--color-bg-blue) !important;
}

.jq-monthPicker {
  height: 4rem;
  border-radius: 6px;
  border: 1px solid var(--color-border3);
  width: 100%;
  padding: 0 2.8rem 0 0;
  font-size: 1.6rem;
  overflow: hidden;
  background-image: url("../img/common/ico_calendar_blue.png");
  background-size: auto 1.55rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  /* 피커 위젯 자체가 옵션 목록을 자르지 못하도록 설정 */
  /* 위젯의 헤더 부분도 확인 */
}
@media screen and (max-width: 767px) {
  .jq-monthPicker {
    height: 4.4rem;
    font-size: 1.5rem;
  }
}
.jq-monthPicker.is-open {
  outline: 2px solid #4CAF50;
  outline-offset: -2px;
}
.jq-monthPicker:has(input[type=text]:focus-visible), .jq-monthPicker:has(input[type=text]:focus) {
  border-color: var(--color-primary-blue);
  outline: none;
}
.jq-monthPicker:has(input:disabled), .jq-monthPicker:has(input:read-only) {
  border: 1px solid #DEDEDE;
  background-image: url("../img/common/ico_calendar_gray.png");
  background-size: auto 1.55rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-color: #F8F8F8;
  pointer-events: none;
  cursor: auto;
}
.jq-monthPicker:has(input:disabled) input, .jq-monthPicker:has(input:read-only) input {
  background: #F8F8F8;
  cursor: auto;
}
.jq-monthPicker .mtz-monthpicker {
  overflow: visible;
}
.jq-monthPicker .mtz-monthpicker-header {
  overflow: visible;
}
.jq-monthPicker input {
  border: 1px solid transparent;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 0 0 0 1rem;
  pointer-events: auto;
  cursor: pointer;
  margin-left: 0;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
}
.jq-monthPicker input:focus-visible {
  border-color: transparent;
  outline: none;
}
.jq-monthPicker input::placeholder {
  color: #888;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .jq-monthPicker input::placeholder {
    font-size: 1.5rem;
  }
}
.jq-monthPicker input[readonly], .jq-monthPicker input[disabled] {
  border: 1px solid transparent;
  background-color: #fff;
}
.jq-monthPicker .datepicker-delete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
.jq-monthPicker .ico-close-gray {
  width: 0.9rem;
  height: 0.95rem;
  background: url("../img/common/ico_close_bk.png") no-repeat center;
  background-size: cover;
}
.jq-monthPicker[data-state=readonly] .select-btn {
  background: #FAFAFA;
}
.jq-monthPicker[data-state=readonly] .select-btn .txt {
  color: #555;
}

.month-picker {
  border-radius: 8px;
  border: 1px solid var(--color-border) !important;
  background: #FFF;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  margin-top: 1rem;
  padding: 1.9rem;
  font-family: inherit;
  font-size: 1.4rem;
  width: 30rem;
}
.month-picker .custom-select .selected-toggle-btn {
  height: 4.2rem;
}
.month-picker .custom-select .pseudo-option {
  overflow: hidden;
}
.month-picker .custom-select .custom-select.open .pseudo-option {
  margin-top: 1rem;
}
.month-picker .ui-widget-header {
  background: #fff;
  border: none;
}
.month-picker table.mtz-monthpicker {
  margin-top: 1rem;
}
.month-picker table.mtz-monthpicker td.ui-state-active .month-btn {
  color: var(--color-primary-blue);
  background-color: var(--color-bg-blue);
  border: 1px solid var(--color-primary-blue);
  box-shadow: 0 4px 12px rgba(14, 69, 123, 0.12);
}
.month-picker .mtz-monthpicker-month.ui-state-active:not(.ui-state-disabled) .month-item {
  color: var(--color-primary-blue);
  background: var(--color-bg-blue);
  border: 1px solid var(--color-primary-blue);
  box-shadow: 0 4px 12px rgba(14, 69, 123, 0.12);
}
.month-picker .ui-state-default, .month-picker .ui-widget-content .ui-state-default, .month-picker .ui-widget-header .ui-state-default, .month-picker .ui-button, .month-picker html .ui-button.ui-state-disabled:hover, .month-picker html .ui-button.ui-state-disabled:active {
  background: transparent;
}
.month-picker table tr td .month-btn {
  cursor: pointer;
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  font-weight: 400;
  border: 1px solid var(--color-border2);
}
.month-picker .mtz-monthpicker td {
  width: 33.3%;
  height: 45px;
  padding: 2px !important;
  border: none;
}
.month-picker table.mtz-monthpicker td.is-today .month-item {
  border: 1px solid var(--color-primary-blue);
  background-color: var(--color-bg-blue) !important;
  border-radius: 4px;
}
.month-picker td[data-month] {
  cursor: pointer !important;
}
.month-picker td[data-month] .month-item {
  cursor: pointer !important;
  pointer-events: auto;
  border-radius: 6px;
  border: 1px solid var(--color-border3);
}
.month-picker td.ui-state-disabled,
.month-picker td.ui-state-disabled .month-item {
  cursor: default !important;
  pointer-events: none !important;
  background-color: #f6f6f6 !important;
  color: #888 !important;
}
.month-picker td:not(.ui-state-disabled):hover .month-item {
  background-color: rgba(246, 248, 252, 0.4);
  border: 1px solid var(--color-primary-blue);
}

.check-group.v1 {
  display: flex;
  align-items: center;
  gap: 1rem 1.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .check-group.v1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .check-group.v1 .check + .check {
    margin-top: 0.8rem;
  }
  .check-group.v1 .has-etc {
    margin-top: 0.8rem;
  }
}
.check-group.v2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .check-group.v2 {
    gap: 0;
  }
  .check-group.v2 .check + .check {
    margin-top: 0.8rem;
  }
  .check-group.v2 .has-etc {
    margin-top: 0.8rem;
  }
}
.check-group.v3 {
  display: flex;
  align-items: center;
  gap: 1rem 1.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .check-group.v3 {
    align-items: flex-start;
    gap: 0;
  }
  .check-group.v3 .check + .check {
    margin-top: 0.8rem;
    margin-right: 0.8rem;
  }
  .check-group.v3 .check:nth-of-type(1) {
    margin-top: 0.8rem;
    margin-right: 0.8rem;
  }
  .check-group.v3 .has-etc {
    margin-top: 0.8rem;
  }
}
.check-group.v4 {
  display: flex;
  align-items: center;
  gap: 1rem 1.4rem;
  flex-wrap: wrap;
}
.check-group.v4 .check {
  flex: 0 0 calc(50% - 0.7rem);
}
@media screen and (max-width: 767px) {
  .check-group.v4 {
    align-items: flex-start;
    gap: 0;
  }
  .check-group.v4 .check {
    flex: 0 0 100%;
  }
  .check-group.v4 .check + .check {
    margin-top: 0.8rem;
    margin-right: 0.8rem;
  }
  .check-group.v4 .check:nth-of-type(1) {
    margin-top: 0.8rem;
    margin-right: 0.8rem;
  }
  .check-group.v4 .has-etc {
    margin-top: 0.8rem;
  }
}

.check-cont-wrap {
  margin-left: 2.4rem;
  margin-top: 0.6rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
/* 공통 */
.check {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.check .label {
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .check .label {
    font-size: 1.5rem;
  }
}
.check label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  position: relative;
  padding-left: 2.3rem;
  min-height: 1.8rem;
}
.check label::before {
  content: "";
  aspect-ratio: 1/1;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 4px;
  border: 1px solid var(--color-border3);
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.check label::after {
  content: "";
  width: 0.8em;
  height: 1rem;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  background: url("../img/common/ico_check_wh.png") no-repeat center;
  background-size: contain;
}
.check label:hover::before {
  border-color: #b4bcc8;
}
.check input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid #4CAF50;
  outline-offset: 1px;
}
.check input[type=checkbox]:checked + label::before {
  border-color: var(--color-primary-blue);
  background: var(--color-primary-blue);
}
.check input[type=checkbox]:disabled:checked + label::before {
  border-color: #888;
  background: #888;
}
.check input[type=checkbox]:disabled + label {
  cursor: not-allowed;
  opacity: 0.8;
}
.check.v2 .label {
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .check.v2 .label {
    font-size: 1.8rem;
  }
}
.check.v2 label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  position: relative;
  padding-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .check.v2 label {
    padding-left: 2.5rem;
  }
}
.check.v2 label::before {
  content: "";
  aspect-ratio: 1/1;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 1px solid var(--color-border3);
  background: var(--color-border3);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .check.v2 label::before {
    width: 2rem;
    height: 2rem;
  }
}
.check.v2 label::after {
  content: "";
  width: 1em;
  height: 0.8rem;
  position: absolute;
  left: 0.4rem;
  top: 0.8rem;
  background: url("../img/common/ico_check_wh.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .check.v2 label::after {
    left: 0.3rem;
    top: 0.6rem;
  }
}

.has-etc .check {
  flex: none;
}
@media screen and (max-width: 767px) {
  .has-etc {
    width: 100%;
  }
}
.has-etc:has(.etc-txt) {
  display: flex;
}
.has-etc textarea:disabled,
.has-etc textarea:read-only {
  background: #FAFAFA;
}
.has-etc:has(input[type=text]) {
  display: flex;
}
@media screen and (max-width: 767px) {
  .has-etc:has(input[type=text]) {
    display: block;
  }
}
.has-etc:has(input[type=text]) input[type=text] {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .has-etc:has(input[type=text]) input[type=text] {
    width: 100%;
    margin-left: 0;
    margin-top: 0.6rem;
  }
}
.has-etc .etc-txt {
  margin-left: 0.5rem;
  display: inline-block;
}

.check:has(input[type=checkbox]:disabled) + .etc-txt {
  opacity: 0.8;
}

.radio:has(input[type=radio]:disabled) + .etc-txt {
  opacity: 0.8;
}

.radio-group.v1 {
  display: flex;
  align-items: center;
  gap: 1rem 1.4rem;
}
@media screen and (max-width: 767px) {
  .radio-group.v1 {
    gap: 0;
  }
  .radio-group.v1:has(.complete-radio) {
    display: block;
  }
  .radio-group.v1:has(.complete-radio) .complete-radio {
    margin-top: 1rem;
  }
}
.radio-group.v2 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .radio-group.v2 {
    gap: 0;
  }
}
.radio-group.v2 .radio + .radio {
  margin-top: 3.4rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .radio-group.v2 .radio + .radio {
    margin-top: 1.6rem;
  }
}
.radio-group.v2 .radio .label {
  font-size: 2rem;
  letter-spacing: -0.04em;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .radio-group.v2 .radio .label {
    font-size: 1.6rem;
    margin-left: 0.6rem;
  }
}
.radio-group.v2 .radio label:before {
  width: 1.6rem;
  height: 1.6rem;
}
.radio-group.v2 .radio label:after {
  left: 0.4rem;
}
.radio-group.v3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .radio-group.v3 {
    display: block;
  }
  .radio-group.v3 .radio + .radio {
    margin-left: 0;
    margin-top: 1rem;
  }
}

@property --s {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}
/* 공통 */
.radio {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #1f2937;
}
@media screen and (max-width: 767px) {
  .radio + .radio {
    margin-left: 1rem;
  }
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.radio label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  position: relative;
  min-height: 1.8rem;
}
.radio label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--color-border3);
  background: #FFF;
}
.radio label::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: 0.5rem;
  top: 50%;
  --s: 1.3; /* 초기 스케일 */
  transform: translateY(-50%) scale(var(--s));
  opacity: 0.5;
  transition: --s 0.25s ease;
}
.radio label:hover::before {
  border-color: #b4bcc8;
}
.radio .label {
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .radio .label {
    font-size: 1.5rem;
  }
}
.radio input[type=radio]:focus-visible + label::before {
  outline: 2px solid #4CAF50;
  outline-offset: 1px;
}
.radio input[type=radio]:checked + label::after {
  --s: 1;
  opacity: 1;
}
.radio input[type=radio]:checked + label::before {
  border-color: var(--color-primary-blue);
  background: var(--color-primary-blue);
}
.radio input[type=radio]:disabled:checked + label::before {
  border-color: #888;
  background: #888;
}
.radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.8;
}

.file-box {
  width: 100%;
}
.file-box .file-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .file-box .file-box__head {
    flex-wrap: wrap;
  }
}
.file-box .file-box__head .file-box-tit,
.file-box .file-box__head h3 {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: -0.64px;
}
.file-box .file-box__head .file-box-tit .ico,
.file-box .file-box__head h3 .ico {
  display: inline-block;
  margin-right: 0.5rem;
}
.file-box .file-box__head .file-btn-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .file-box .file-box__head .file-btn-wrap {
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.6rem;
  }
}
.file-box .file-box__head .file-btn-wrap .file-total-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .file-box .file-box__head .file-btn-wrap .file-total-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.file-box .file-box__head .file-btn-wrap .file-total-info .info-wrap {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
}
.file-box .file-box__head .file-btn-wrap .file-total-info .info-wrap + .info-wrap:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #1D1D1D;
  display: inline-block;
  margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .file-box .file-box__head .file-btn-wrap .file-total-info .info-wrap + .info-wrap:before {
    display: none;
  }
}
.file-box .file-box__head .file-btn-wrap .file-btn {
  position: relative;
  margin-left: 1.5rem;
}
.file-box .file-box__head .file-btn-wrap .file-btn:focus, .file-box .file-box__head .file-btn-wrap .file-btn:focus-within {
  outline: 2px solid #4CAF50;
  outline-offset: 1px;
}
.file-box .file-box__head .file-btn-wrap .file-btn input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.file-box .file-box__head .file-btn-wrap .file-btn .add-file-btn {
  width: 10rem;
  height: 3rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .file-box .file-box__head .file-btn-wrap .file-btn .add-file-btn {
    width: 8rem;
    height: 2.8rem;
    font-size: 1.3rem;
  }
}
.file-box .file-box__body {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .file-box .file-box__body {
    margin-top: 0.8rem;
  }
}
.file-box .file-box__body .no-file {
  display: flex;
  height: 11.4rem;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--color-border2);
  background: #F8F8F8;
  color: #555;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.file-box .file-box__body .file-ul {
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid var(--color-border2);
  background: #F8F8F8;
  /*min-height: 11.4rem;*/
}
@media screen and (max-width: 767px) {
  .file-box .file-box__body .file-ul {
    padding: 1.6rem;
  }
}
.file-box .file-box__body .file-ul .file-li {
  color: #222;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .file-box .file-box__body .file-ul .file-li {
    font-size: 1.4rem;
  }
}
.file-box .file-box__body .file-ul .file-li + .file-li {
  margin-top: 1rem;
}
.file-box .file-box__body .file-ul .file-li .ico--file {
  margin-right: 0.6rem;
}
@media screen and (max-width: 767px) {
  .file-box .file-box__body .file-ul .file-li .ico--file {
    display: none;
  }
}
.file-box .file-box__body .file-ul .file-li .txt {
  word-break: break-all;
  color: #222;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .file-box .file-box__body .file-ul .file-li .txt {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
}
.file-box .file-box__body .file-ul .file-li .txt:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.file-box .file-box__body .file-ul .file-li .file-size {
  margin-left: 0.6rem;
  color: #707070;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .file-box .file-box__body .file-ul .file-li .file-size {
    margin-top: 0.4rem;
    margin-left: 0;
  }
}
.file-box .file-box__body .file-ul .file-li .file-util {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
  font-size: 1.4rem;
}
.file-box .file-box__body .file-ul .file-li .file-util .success {
  color: var(--color-primary-blue);
  display: none;
}
.file-box .file-box__body .file-ul .file-li .file-util .fail {
  color: var(--color-red);
  display: none;
}
.file-box .file-box__body .file-ul .file-li .file-util .file-del-btn {
  display: none;
  align-items: center;
  padding-left: 0.5rem;
}
.file-box .file-box__body .file-ul .file-li .file-util .file-del-btn .ico--trash-can {
  width: 1.3rem;
  height: 1.5rem;
  background: url("../img/common/ico_delete_blue.png") no-repeat right center;
  background-size: contain;
}
.file-box .file-box__body .file-ul .file-li .file-util .circular-spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-box .file-box__body .file-ul .file-li .file-util .circular-spinner {
  width: 16px;
  height: 16px;
}
.file-box .file-box__body .file-ul .file-li .file-util .base-circle,
.file-box .file-box__body .file-ul .file-li .file-util .moving-circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 15;
}
.file-box .file-box__body .file-ul .file-li .file-util .moving-circle {
  stroke: var(--color-primary-blue); /* 움직이는 원의 색상 */
  stroke-linecap: round;
  transform-origin: 50% 50%;
  animation: rotate 1.5s linear infinite, dash 1.5s ease-in-out infinite;
}
.file-box .file-box__body .file-ul .file-li--success .progress-wrap {
  display: none;
}
.file-box .file-box__body .file-ul .file-li--success .file-wrap .file-util {
  display: inline-flex;
}
.file-box .file-box__body .file-ul .file-li--success .file-wrap .file-util .success {
  display: block;
}
.file-box .file-box__body .file-ul .file-li--success .file-wrap .file-util .file-del-btn {
  display: flex;
}
.file-box .file-box__body .file-ul .file-li--fail .progress-wrap {
  display: none;
}
.file-box .file-box__body .file-ul .file-li--fail .file-wrap .file-util {
  display: inline-flex;
}
.file-box .file-box__body .file-ul .file-li--fail .file-wrap .file-util .fail {
  display: block;
}
.file-box .file-box__body .file-ul .file-li--fail .file-wrap .file-util .file-del-btn {
  display: flex;
}

/* 회전 애니메이션 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 너비 유동적 애니메이션 */
@keyframes dash {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1, 100;
  }
  50% {
    stroke-dashoffset: -25;
    stroke-dasharray: 75, 100;
  }
  100% {
    stroke-dashoffset: -100;
    stroke-dasharray: 1, 100;
  }
}
.form-area.v1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 1.6rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .form-area.v1 {
    gap: 0;
  }
}
.form-area.v1 .form {
  display: flex;
}
.form-area.v1 .form.col {
  flex-direction: column;
  flex: 1 0 auto;
  width: calc(50% - 2.4rem);
}
@media screen and (max-width: 767px) {
  .form-area.v1 .form.col {
    width: 100% !important;
    flex: 1 0 auto;
  }
  .form-area.v1 .form.col + .form {
    margin-top: 2rem;
  }
}
.form-area.v1 .form.col .form-tit-wrap .form-tit {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .form-area.v1 .form.col .form-tit-wrap .form-tit {
    font-size: 1.5rem;
  }
}
.form-area.v1 .form.col .form-cont-wrap {
  margin-top: 1rem;
}
.form-area.v1 .form.col .form-cont-wrap input[type=text] {
  height: 4.8rem;
}
.form-area.v2 .form + .form {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form + .form {
    margin-top: 1.8rem;
  }
}
.form-area.v2 .form.col .form-tit-wrap .form-tit {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form.col .form-tit-wrap .form-tit {
    font-size: 1.6rem;
  }
}
.form-area.v2 .form.col .form-cont-wrap {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form.col .form-cont-wrap {
    margin-top: 1rem;
  }
}
.form-area.v2 .form.col .form-cont-wrap .find-password input[type=text],
.form-area.v2 .form.col .form-cont-wrap .find-password input[type=password] {
  height: 5.4rem;
}
.form-area.v2 .form.col .form-cont-wrap input[type=text] {
  height: 5.6rem;
  border-radius: 8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form.col .form-cont-wrap input[type=text] {
    height: 4.6rem;
    font-size: 1.6rem;
  }
}
.form-area.v2 .form.col .form-cont-wrap input[type=text]::placeholder {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form.col .form-cont-wrap input[type=text]::placeholder {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form.row {
    display: block;
  }
}
.form-area.v2 .form.row:has(.business-num) {
  gap: 1rem 3rem;
}
.form-area.v2 .form.row .business-num {
  margin: 0 auto;
}
.form-area.v2 .form.row .form-tit-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form.row .form-tit-wrap {
    width: 100%;
  }
}
.form-area.v2 .form.row .form-tit-wrap .form-tit {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form.row .form-tit-wrap .form-tit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form.row .form-cont-wrap {
    margin-top: 1rem;
  }
}
.form-area.v2 .form.row .form-cont-wrap input[type=text] {
  height: 5.6rem;
  border-radius: 8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form.row .form-cont-wrap input[type=text] {
    height: 4.6rem;
    font-size: 1.6rem;
  }
}
.form-area.v2 .form.row .form-cont-wrap input[type=text]::placeholder {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .form-area.v2 .form.row .form-cont-wrap input[type=text]::placeholder {
    font-size: 1.6rem;
  }
}
.form-area.v3 {
  display: flex;
  flex-wrap: wrap;
}
.form-area.v3 .form-group {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .form-area.v3 .form-group {
    flex-direction: column;
  }
}
.form-area.v3 .form-group + .form-group {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form-group + .form-group {
    margin-top: 1rem;
  }
}
.form-area.v3 .msg-box + .form-group {
  margin-top: 1.6rem;
}
.form-area.v3 .msg-box {
  flex: 1 0;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .form-area.v3 .msg-box {
    margin-top: 1.6rem;
  }
}
.form-area.v3 .form-cont-flex {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form-cont-flex {
    display: block;
  }
}
.form-area.v3 .form-cont-flex .btn {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form-cont-flex .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.form-area.v3 .form {
  flex: 1 0;
}
@media screen and (max-width: 1023px) {
  .form-area.v3 .form + .form {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form + .form {
    margin-top: 1rem;
  }
}
.form-area.v3 .form.row {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row {
    flex-direction: column;
  }
}
.form-area.v3 .form.row .form-tit-wrap {
  width: 14rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  flex: none;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-tit-wrap {
    width: 100%;
    padding: 0 0.8rem;
    min-height: 3.2rem;
  }
}
.form-area.v3 .form.row .form-tit-wrap .form-tit {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-tit-wrap .form-tit {
    font-size: 1.4rem;
  }
}
.form-area.v3 .form.row .form-cont-wrap {
  width: 100%;
  min-height: 5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap {
    padding: 0 0.8rem;
    min-height: 4.2rem;
  }
}
.form-area.v3 .form.row .form-cont-wrap:has(.txt-error) .find-password {
  border: 1px solid var(--color-red);
}
.form-area.v3 .form.row .form-cont-wrap:has(.txt-error) .phone-verification input[type=text] {
  border: 1px solid var(--color-red);
}
.form-area.v3 .form.row .form-cont-wrap .input-txt {
  font-size: 1.6rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.form-area.v3 .form.row .form-cont-wrap input[type=text],
.form-area.v3 .form.row .form-cont-wrap input[type=password] {
  width: 100%;
  height: 5rem;
  border-radius: 8px;
  border: 1px solid var(--color-border3);
}
.form-area.v3 .form.row .form-cont-wrap input[type=text]:focus-visible:not(.jq-datepicker input[type=text]),
.form-area.v3 .form.row .form-cont-wrap input[type=password]:focus-visible:not(.jq-datepicker input[type=text]) {
  border: 1px solid var(--color-primary-blue);
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap input[type=text],
  .form-area.v3 .form.row .form-cont-wrap input[type=password] {
    height: 4.2rem;
    font-size: 1.4rem;
    border-radius: 6px;
  }
}
.form-area.v3 .form.row .form-cont-wrap .find-password {
  border: 1px solid var(--color-border3);
  height: 5rem;
  padding: 0 0.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap .find-password {
    height: 4.2rem;
  }
}
.form-area.v3 .form.row .form-cont-wrap .find-password input[type=text],
.form-area.v3 .form.row .form-cont-wrap .find-password input[type=password] {
  height: 4.8rem;
  border: none;
  padding: 0 0 0 1.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap .find-password input[type=text],
  .form-area.v3 .form.row .form-cont-wrap .find-password input[type=password] {
    height: 4rem;
  }
}
.form-area.v3 .form.row .form-cont-wrap .find-password input[type=text]:focus-visible,
.form-area.v3 .form.row .form-cont-wrap .find-password input[type=password]:focus-visible {
  border: none !important;
}
.form-area.v3 .form.row .form-cont-wrap .custom-select .selected-toggle-btn {
  height: 5rem;
  border: 1px solid var(--color-border3);
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap .custom-select .selected-toggle-btn {
    height: 4.2rem;
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap .custom-select .selected-toggle-btn .selected-txt {
    font-size: 1.4rem;
  }
}
.form-area.v3 .form.row .form-cont-wrap .radio-group,
.form-area.v3 .form.row .form-cont-wrap .check-group {
  min-height: 5rem;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap .radio-group,
  .form-area.v3 .form.row .form-cont-wrap .check-group {
    height: 4.2rem;
  }
}
.form-area.v3 .form.row .form-cont-wrap .email .custom-select .selected-toggle-btn {
  border: 1px solid var(--color-border3);
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap .email .custom-select .selected-toggle-btn {
    border-radius: 6px;
  }
}
.form-area.v3 .form.row .form-cont-wrap .datepicker-wrap .jq-datepicker {
  border: 1px solid var(--color-border3);
}
.form-area.v3 .form.row .form-cont-wrap .datepicker-wrap .jq-datepicker:has(input[type=text]:focus-visible) {
  border: 1px solid var(--color-primary-blue);
}
.form-area.v3 .form.row .form-cont-wrap .datepicker-wrap input {
  border: none;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap .addr-search {
    flex-direction: column;
  }
}
.form-area.v3 .form.row .form-cont-wrap .addr-search .addr-btn {
  height: 5rem;
  width: 11rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap .addr-search .addr-btn {
    height: 4.2rem;
    width: 100%;
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .form-area.v3 .form.row .form-cont-wrap .fine-business-num {
    width: 100%;
  }
  .form-area.v3 .form.row .form-cont-wrap .fine-business-num .business-num {
    flex: 1 0;
  }
  .form-area.v3 .form.row .form-cont-wrap .fine-business-num .business-num input[type=text] {
    flex: 1 0;
  }
}
.form-area.v3 .form.row .form-cont-wrap .fine-business-num .btn {
  flex: none;
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .form-area.v3 .form.row .form-cont-wrap .fine-business-num {
    flex-direction: column;
  }
  .form-area.v3 .form.row .form-cont-wrap .fine-business-num .btn {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0.6rem;
    height: 4.2rem;
  }
}
.form-area.v4 {
  position: relative;
  background: rgba(246, 248, 252, 0.4);
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .form-area.v4 {
    padding: 0.8rem 0;
  }
}
.form-area.v4:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, #0E457B 0%, #075D5D 100%);
}
.form-area.v4 .form-group.col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-area .form-group .form .form-cont-wrap:has(.input-txt) {
  min-height: 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-area .form-group .form .form-cont-wrap:has(.input-txt) {
    min-height: 3.2rem !important;
  }
}
.form-area .required:after {
  content: "*";
  color: var(--color-red);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.04em;
  margin-left: 0.3rem;
}
.form-area.flex-style {
  position: relative;
  background: rgba(246, 248, 252, 0.4);
}
.form-area.flex-style:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-primary-blue);
}
.form-area.flex-style2 {
  position: relative;
  background: rgba(246, 248, 252, 0.4);
}
.form-area.flex-style2:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-primary-blue);
}
.form-area.flex-style2 .flex-style2-inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .form-area.flex-style2 .flex-style2-inner {
    display: block;
  }
}
.form-area.flex-style2 .flex-style2-inner .form-flex {
  flex: 1 0;
}

.sum-area {
  padding: 3rem;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .sum-area {
    border-left: none;
    width: 100%;
  }
}
.sum-area .sum-area-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: var(--color-primary-blue);
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .sum-area .sum-area-wrap .sum-num {
    font-size: 2.4rem;
  }
}
.sum-area .sum-area-wrap .sum-label {
  height: 4rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
  padding: 0 3rem;
  margin-top: 2rem;
  box-shadow: 0 4px 10px 0 rgba(14, 69, 123, 0.2);
}
@media screen and (max-width: 767px) {
  .sum-area .sum-area-wrap .sum-label {
    font-size: 1.6rem;
    padding: 0 1.8rem;
    height: 3.6rem;
    margin-top: 1.2rem;
  }
}
.sum-area.warning .sum-num {
  color: var(--color-red);
}
.sum-area.warning .sum-label {
  background: var(--color-red);
  box-shadow: 0 4px 10px 0 rgba(232, 26, 26, 0.2);
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
}
.form-flex .form-group {
  width: 100%;
}
.form-flex .form-group.row {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .form-flex .form-group.row {
    flex-direction: column;
  }
}
.form-flex .form-group.row .form {
  flex: 1 0;
}
.form-flex .form-group.row + .msg-box {
  margin-left: 1rem;
  margin-right: 1rem;
}
.form-flex .form-group.row .half .form-cont-wrap input[type=text] {
  width: calc(50% - 80px);
}
@media screen and (max-width: 1023px) {
  .form-flex .form-group.row .half .form-cont-wrap input[type=text] {
    width: 100%;
  }
}
.form-flex > .file-box {
  padding: 1.6rem 1rem;
}
.form-flex:has(.row) {
  padding: 0;
}
.form-flex .form {
  border-bottom: 1px solid var(--color-border2);
  width: 100%;
}
.form-flex .form .form-tit-wrap {
  padding: 0 0.9rem;
  min-height: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .form-flex .form .form-tit-wrap {
    padding: 0 0.8rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 2.8rem;
  }
  .form-flex .form .form-tit-wrap br {
    display: none;
  }
}
.form-flex .form .form-tit-wrap .form-tit {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.04em;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .form-flex .form .form-tit-wrap .form-tit {
    font-size: 1.5rem;
  }
}
.form-flex .form .form-tit-wrap .form-tit.required:after {
  content: "*";
  color: var(--color-red);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.04em;
  display: inline-block;
  margin-left: 0.5rem;
}
.form-flex .form .form-tit-wrap .form-sub-tit {
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 767px) {
  .form-flex .form .form-tit-wrap .form-sub-tit {
    font-size: 1.3rem;
    margin-left: 0.5rem;
  }
}
.form-flex .form .form-tit-wrap .form-sub-tit.required:after {
  content: "*";
  color: var(--color-red);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.04em;
  display: inline-block;
  margin-left: 0.5rem;
}
.form-flex .form .form-tit-wrap.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.form-flex .form .form-cont-wrap {
  min-height: 4rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .form-flex .form .form-cont-wrap {
    padding: 0 0.8rem;
    min-height: 2rem;
    margin-top: 0.4rem;
  }
  .form-flex .form .form-cont-wrap:has(.form-cont) {
    margin-top: 0;
  }
}
.form-flex .form .form-cont-wrap > div {
  width: 100%;
}
.form-flex .form .form-cont-wrap .form-cont {
  color: #555;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.04em;
  word-break: break-all;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form-flex .form .form-cont-wrap .form-cont {
    font-size: 1.5rem;
    line-height: 1.46;
  }
}
.form-flex .form .form-cont-wrap .form-cont.main-cont {
  min-height: 16rem;
  white-space: pre-line;
}
.form-flex .form .form-cont-wrap .no-data {
  min-height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*border-radius: 10px;*/
  /*background: #F8F8F8;*/
  font-size: 1.6rem;
  color: #555;
  font-weight: 400;
}
.form-flex .form .form-cont-wrap .custom-select .selected-toggle-btn {
  height: 4rem;
  border-radius: 6px;
  border: 1px solid var(--color-border3);
}
.form-flex .form .form-cont-wrap .datepicker-wrap {
  flex: 1 0;
}
.form-flex .form .form-cont-wrap .datepicker-wrap .jq-datepicker {
  height: 4rem;
  border-radius: 6px;
  border: 1px solid var(--color-border3);
}
.form-flex .form .form-cont-wrap .date-time-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}
.form-flex .form .form-cont-wrap .date-time-wrap > * {
  flex: 1 0;
}
@media screen and (max-width: 767px) {
  .form-flex .form .form-cont-wrap .date-time-wrap {
    flex-direction: column;
    gap: 0;
  }
  .form-flex .form .form-cont-wrap .date-time-wrap > * {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .form-flex .form .form-cont-wrap .date-time-wrap .custom-select {
    margin-top: 0.8rem !important;
  }
}
.form-flex .form .form-cont-wrap .check-group .check .label {
  color: #555;
}
.form-flex .form.row {
  display: flex;
  align-items: inherit;
  padding: 1rem 0;
}
@media screen and (max-width: 1023px) {
  .form-flex .form.row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .form-flex .form.row {
    padding: 0.8rem 0;
    flex-direction: column;
  }
}
.form-flex .form.row .form-tit-wrap {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .form-flex .form.row .form-tit-wrap {
    width: 100%;
  }
}
.form-flex .form.row .form-tit-wrap:after {
  content: "";
  display: inline-block;
  width: 1px;
  min-height: 2.8rem;
  height: 100%;
  background: #EAEAEA;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .form-flex .form.row .form-tit-wrap:after {
    display: none;
  }
}
.form-flex .form.row .form-cont-wrap {
  flex: 1 0;
}
@media screen and (max-width: 1023px) {
  .form-flex .form.row .form-cont-wrap {
    width: calc(100% - 14rem);
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  .form-flex .form.row .form-cont-wrap {
    width: 100%;
  }
}
.form-flex .form.row .text-info {
  margin-left: auto;
  text-align: right;
}
.form-flex .form.col {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1rem;
}
@media screen and (max-width: 767px) {
  .form-flex .form.col {
    padding: 1.2rem 0.8rem;
  }
}
.form-flex .form.col .form-tit-wrap {
  padding: 0;
  min-height: auto;
}
.form-flex .form.col .form-cont-wrap {
  margin-top: 1rem;
  padding: 0;
}
.form-flex .business-num input[type=text] {
  height: 4rem;
  border: 1px solid var(--color-border3);
}

.logo-thumb-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .logo-thumb-wrap {
    flex-direction: column;
  }
}
.logo-thumb-wrap .logo-form-box {
  max-width: 42rem;
  flex: 1 0;
}
.logo-thumb-wrap .logo-form-box + .form-box {
  margin-left: 4rem;
  flex: 1 0;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .logo-thumb-wrap .logo-form-box + .form-box {
    margin-top: 4rem;
    margin-left: 0;
  }
}

.text-info {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
  margin-left: auto;
}
.text-info .now {
  color: var(--color-primary-blue);
}

.form-box + .form-box {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .form-box + .form-box {
    margin-top: 3.5rem;
  }
}

.form {
  display: flex;
}
.form.row {
  flex-direction: row;
  align-items: center;
}
.form.col {
  flex-direction: column;
}

.form-box .tb-wrap.v3 {
  padding: 0 0 1.5rem 0;
  background: #fff;
}
.form-box .tb-wrap.v3:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-primary-blue);
}
.form-box .tb-wrap.v3 table tbody {
  background: rgba(246, 248, 252, 0.4);
}
.form-box .tb-wrap.v3 table th, .form-box .tb-wrap.v3 table td {
  font-size: 1.6rem;
}
.form-box .custom-select .selected-toggle-btn {
  height: 4rem;
  border-radius: 6px;
  border: 1px solid var(--color-border3);
}

.division {
  display: block;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .division {
    margin: 3.5rem 0;
  }
}
.division:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-border3);
}

/* 텍스트박스 */
.textarea-wrap {
  padding: 0 1rem;
}
.textarea-wrap .text-info {
  text-align: right;
  margin-top: 0;
}
.textarea-wrap textarea {
  margin-top: 1rem;
}
.textarea-wrap.view pre {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  background: #FAFAFA;
  overflow-y: auto;
  white-space: pre-line;
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.04em;
  max-height: 25rem;
}

.mid-bar30 {
  display: block;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .mid-bar30 {
    margin: 3rem 0;
  }
}
.mid-bar30:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-border3);
}

.mid-bar16 {
  display: block;
  margin: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .mid-bar16 {
    margin: 1.2rem 0;
  }
}
.mid-bar16:before {
  content: "";
  display: block;
  width: 10rem;
  height: 1px;
  background: var(--color-border3);
}
@media screen and (max-width: 767px) {
  .mid-bar16:before {
    width: 8rem;
  }
}

.mid-bar40 {
  display: block;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .mid-bar40 {
    margin: 3.5rem 0;
  }
}
.mid-bar40:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-border3);
}

.mid-bar50 {
  display: block;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .mid-bar50 {
    margin: 2.5rem 0;
  }
}
.mid-bar50:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-border);
}

.mid-bar100 {
  display: block;
  margin: 10rem 0;
}
@media screen and (max-width: 767px) {
  .mid-bar100 {
    margin: 5rem 0;
  }
}
.mid-bar100:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-border);
}

@media screen and (max-width: 767px) {
  .inner-form-area {
    padding: 1.2rem 0;
  }
}
.inner-form-area .form-group .form {
  padding: 0.5rem 0;
}
.inner-form-area .form-group .form .form-tit-wrap {
  width: 12rem;
}
.inner-form-area .form-group .form .form-tit-wrap:after {
  height: 2.2rem;
}

.phone {
  display: flex;
  align-items: center;
  width: 100%;
}
.phone > *:not(.dash) {
  flex: auto;
}
@media screen and (max-width: 1023px) {
  .phone > *:not(.dash) {
    max-width: 100% !important;
    width: 100% !important;
    display: block;
  }
}
.phone .custom-select {
  min-width: 6rem;
}
@media screen and (max-width: 767px) {
  .phone .custom-select {
    min-width: 6rem;
  }
}
.phone .custom-select .selected-toggle-btn {
  height: 4rem;
  border: 1px solid var(--color-border3);
}
@media screen and (max-width: 767px) {
  .phone .custom-select .selected-toggle-btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .phone .custom-select .pseudo-option ul li.is-selected .txt, .phone .custom-select .pseudo-option ul li.is-active .txt {
    font-size: 1.4rem;
    padding: 1.3rem 1rem;
  }
}
.phone .dash {
  margin: 0 1rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .phone .dash {
    margin: 0 0.6rem;
  }
}

.email {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .email {
    flex-wrap: wrap;
  }
  .email > input[type=text]:nth-of-type(1) {
    flex: 1 0 auto;
    margin-bottom: 0.8rem;
  }
}
.email > *:not(.dash) {
  flex: 1 0;
}
@media screen and (max-width: 1023px) {
  .email > *:not(.dash) {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.email .dash {
  margin: 0 1rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .email .dash {
    margin: 0 0.8rem 0 0;
  }
}
.email .custom-select {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .email .custom-select {
    margin-left: 0.8rem;
  }
}

.addr-search {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .addr-search {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .addr-search .addr-btn {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.addr-search .addr-search-input {
  width: 100%;
  height: 5rem;
  display: flex;
  gap: 1rem;
  flex: 1 0;
}
@media screen and (max-width: 767px) {
  .addr-search .addr-search-input {
    display: block;
    height: auto;
  }
}
.addr-search .addr-search-input .input-zip,
.addr-search .addr-search-input .input-addr {
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.04em;
  /*width: auto!important;*/
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .addr-search .addr-search-input .input-zip,
  .addr-search .addr-search-input .input-addr {
    font-size: 1.5rem;
    line-height: 1.46;
  }
}
.addr-search .addr-search-input .input-zip {
  width: 16rem !important;
}
@media screen and (max-width: 767px) {
  .addr-search .addr-search-input .input-zip {
    width: 100% !important;
  }
}
.addr-search .addr-search-input .input-addr {
  flex: 1 0;
}
@media screen and (max-width: 767px) {
  .addr-search .addr-search-input .input-addr {
    margin-top: 0.8rem;
    width: 100%;
  }
}
.addr-search .addr-search-txt {
  width: 100%;
  display: flex;
  flex: 1 0;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .addr-search .addr-search-txt {
    display: block;
  }
}
.addr-search .addr-search-txt .input-zip,
.addr-search .addr-search-txt .input-addr {
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.04em;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .addr-search .addr-search-txt .input-zip,
  .addr-search .addr-search-txt .input-addr {
    font-size: 1.5rem;
    line-height: 1.46;
  }
}
.addr-search .addr-search-txt .input-zip {
  width: 8rem !important;
}
@media screen and (max-width: 767px) {
  .addr-search .addr-search-txt .input-zip {
    width: 100% !important;
  }
}
.addr-search .addr-search-txt .input-addr {
  flex: 1 0;
}
@media screen and (max-width: 767px) {
  .addr-search .addr-search-txt .input-addr {
    margin-top: 0.8rem;
    width: 100%;
  }
}

.addr-detail-wrap {
  margin-top: 2rem;
  width: 100%;
}
.addr-detail-wrap .addr-input {
  margin-top: 1rem;
}

.addr-btn {
  flex: none;
  margin-right: 1rem;
  height: 4rem;
  padding: 0 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0373333333em;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .addr-btn {
    font-size: 1.4rem;
    padding: 0 1.5rem;
  }
}

.id {
  display: flex;
  align-items: center;
}
.id:has(.btn) .btn {
  width: 11rem;
  height: 5rem;
  padding: 0 1rem;
  margin-left: 1rem;
  flex: none;
}
@media screen and (max-width: 767px) {
  .id:has(.btn) .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 0.6rem;
    height: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .id {
    flex-direction: column;
    align-items: flex-start;
  }
}
.id label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
  width: 8.8rem;
  flex: none;
}
@media screen and (max-width: 767px) {
  .id label {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}
.id input[type=text] {
  height: 5rem;
  padding: 0 1.4rem;
  border: 1px solid var(--color-border);
}
.id input[type=text]:focus-visible {
  border: 1px solid var(--color-primary-blue);
}
@media screen and (max-width: 767px) {
  .id input[type=text] {
    height: 4.2rem;
  }
  .id input[type=text]::placeholder {
    font-size: 1.4rem;
  }
}

.password {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .password {
    flex-direction: column;
    align-items: flex-start;
  }
}
.password label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
  width: 8.8rem;
  flex: none;
}
@media screen and (max-width: 767px) {
  .password label {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}
.password input[type=password] {
  height: 5rem;
  padding: 1.4rem;
  border: 1px solid var(--color-border);
}
.password input[type=password]:focus-visible {
  border: 1px solid var(--color-primary-blue);
}
@media screen and (max-width: 767px) {
  .password input[type=password] {
    height: 4.2rem;
  }
  .password input[type=password]::placeholder {
    font-size: 1.4rem;
  }
}

.business {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .business {
    flex-direction: column;
    align-items: flex-start;
  }
}
.business label {
  width: 12.4rem;
  flex: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .business label {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}

.login-bar {
  display: block;
  margin: 0 5rem;
  width: 1px;
  background: var(--color-border);
}
@media screen and (max-width: 1170px) {
  .login-bar {
    width: 100%;
    height: 1px;
    margin: 5rem auto;
  }
}
@media screen and (max-width: 767px) {
  .login-bar {
    margin: 3rem auto;
  }
}

.find-id input[type=text] {
  padding: 0 2rem;
  height: 5.6rem;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .find-id input[type=text] {
    padding: 0 1.2rem;
  }
}

.find-password {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 0.5rem 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .find-password {
    padding: 0 0.5rem 0 1.2rem;
  }
}
.find-password:has(input[type=text]:focus-visible), .find-password:has(input[type=password]:focus-visible) {
  border: 1px solid var(--color-primary-blue);
}
.find-password input[type=text],
.find-password input[type=password] {
  border: none;
  padding: 0 0 0 2rem;
  height: 5.4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .find-password input[type=text],
  .find-password input[type=password] {
    height: 4.4rem;
    font-size: 1.6rem !important;
  }
}
.find-password input[type=text]::placeholder,
.find-password input[type=password]::placeholder {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  .find-password input[type=text]::placeholder,
  .find-password input[type=password]::placeholder {
    font-size: 1.6rem !important;
  }
}
.find-password .show-btn {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .find-password .show-btn {
    width: 4rem;
    height: 4rem;
  }
}
.find-password .show-btn .eye-on {
  width: 1.9rem;
  height: 1.4rem;
  background: url("../img/common/eye_blue_on.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .find-password .show-btn .eye-on {
    width: 1.5rem;
    height: 1rem;
  }
}
.find-password .show-btn .eye-off {
  width: 1.9rem;
  height: 1.9rem;
  background: url("../img/common/eye_gray_off.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .find-password .show-btn .eye-off {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.form-cont-wrap:has(.txt-error) .find-password {
  border: 1px solid var(--color-red) !important;
}

.password-txt-wrap .password-txt {
  display: block;
  color: var(--color-red);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.fine-business-num {
  display: flex;
}
.fine-business-num .business-num {
  width: auto;
}
.fine-business-num .btn {
  margin-left: 1rem;
  padding: 0 1rem;
  max-width: 12rem;
  flex: 1 0;
}

.business-num {
  display: flex;
  align-items: center;
  width: 100%;
}
.business-num input[type=text] {
  height: 5rem;
  border: 1px solid var(--color-border);
}
.business-num input[type=text]:focus-visible {
  border: 1px solid var(--color-primary-green);
}
.business-num input[type=text]:nth-of-type(1) {
  width: 28%;
}
.business-num input[type=text]:nth-of-type(2) {
  width: 28%;
}
.business-num input[type=text]:nth-of-type(3) {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .business-num input[type=text] {
    height: 4.2rem;
  }
}
.business-num .dash {
  margin: 0 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .business-num .dash {
    margin: 0 0.6rem;
  }
}

.id-num {
  display: flex;
  align-items: center;
}
.id-num input[type=text] {
  height: 5rem;
  border: 1px solid var(--color-border);
}
.id-num .dash {
  margin: 0 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.02em;
}

.phone-verification {
  display: flex;
}
@media screen and (max-width: 767px) {
  .phone-verification {
    flex-direction: column;
  }
}
.phone-verification .btn {
  margin-right: 1rem;
  width: 11rem;
  height: 5rem;
  flex: none;
}
@media screen and (max-width: 767px) {
  .phone-verification .btn {
    order: 2;
    width: 100%;
    margin-top: 1rem;
    height: 4.2rem;
  }
}

.tag-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .tag-wrap {
    padding: 0.2rem 0;
  }
}
.tag-wrap .tag {
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
  padding: 0.5rem 0.8rem;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .tag-wrap .tag {
    font-size: 1.5rem;
    padding: 0.3rem 0.6rem;
  }
}
.tag-wrap .tag.gray {
  background: var(--color-border2);
}
.tag-wrap .tag + .tag {
  margin-left: 1rem;
}

/* 태그등록 */
.tag-input-wrap {
  border: 1px solid var(--color-border3);
  background: #fff;
  width: 100%;
  padding: 0.6rem;
  border-radius: 6px;
}
.tag-input-wrap .tag-input-area {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tag-input-wrap .tag-input-area {
    flex-direction: column !important;
    align-items: flex-start;
  }
}
.tag-input-wrap .tag-input-area .tag-ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tag-input-wrap .tag-input-area .tag-ul {
    flex-direction: column !important;
    align-items: flex-start;
  }
}
.tag-input-wrap .tag-input-area .tag-li {
  padding: 0 0.8rem;
  border-radius: 4px;
  flex: none;
  display: flex;
  align-items: center;
  min-height: 2.8rem;
  color: #222;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .tag-input-wrap .tag-input-area .tag-li {
    font-size: 1.4rem;
  }
}
.tag-input-wrap .tag-input-area .tag-li + .tag-li {
  margin-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .tag-input-wrap .tag-input-area .tag-li + .tag-li {
    margin-left: 0;
    margin-top: 0.6rem;
  }
}
.tag-input-wrap .tag-input-area .tag-li.gray {
  background-color: #EAEAEA;
}
.tag-input-wrap .tag-input-area input[type=text] {
  height: 2.8rem;
  margin-left: 0.6rem;
  border-radius: 4px;
  color: #222;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
  padding: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .tag-input-wrap .tag-input-area input[type=text] {
    margin-top: 1rem;
    margin-left: 0;
    width: 100% !important;
  }
}
.tag-input-wrap .tag-input-area input[type=text]::placeholder {
  font-size: 1.5rem;
}
.tag-input-wrap .tag-input-area .tag-remove {
  padding: 0.5rem 0 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .tag-input-wrap .tag-input-area .tag-remove {
    margin-left: 0.5rem;
  }
}
.tag-input-wrap .tag-input-area .tag-remove .ico {
  width: 0.8rem;
  height: 0.8rem;
}
.ui-autocomplete {
  overflow: hidden;
  margin-top: 5px;
  border-radius: 4px;
  color: #222;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
  width: 11rem;
  left: 150px;
  top: 100px;
}
.ui-autocomplete.ui-widget-content {
  border: 1px solid var(--color-primary-blue);
}
.ui-autocomplete .ui-menu-item-wrapper {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.25;
  padding: 0.8rem;
  border: none;
  white-space: pre-wrap;
  min-width: 11rem;
  word-break: break-all;
  height: auto;
}
.ui-autocomplete .ui-state-active {
  background-color: var(--color-primary-blue);
  margin: 0;
  border: var(--color-primary-blue);
}
.ui-autocomplete .ui-state-active .ui-menu-item-wrapper {
  color: #fff !important;
}

.meta-info-wrap {
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--color-border3);
  background: #F8F8F8;
  overflow: hidden;
  margin: 8rem 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .meta-info-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .meta-info-wrap {
    margin: 6rem 0;
  }
}
.meta-info-wrap .meta-item {
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  flex: 0 0 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .meta-info-wrap .meta-item {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .meta-info-wrap .meta-item + .meta-item {
    border-top: 1px solid var(--color-border3);
  }
}
.meta-info-wrap .meta-item .label-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2.8rem;
  width: 19rem;
  padding: 0 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .meta-info-wrap .meta-item .label-wrap {
    width: 100%;
    padding: 0 1.4rem;
  }
}
.meta-info-wrap .meta-item .label-wrap:after {
  content: "";
  display: inline-block;
  width: 1px;
  min-height: 2.8rem;
  height: 100%;
  background: var(--color-border3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .meta-info-wrap .meta-item .label-wrap:after {
    display: none;
  }
}
.meta-info-wrap .meta-item .label-wrap .meta-label {
  display: inline-block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .meta-info-wrap .meta-item .label-wrap .meta-label {
    font-size: 1.5rem;
  }
}
.meta-info-wrap .meta-item .meta-text-wrap {
  display: flex;
  min-height: 2.8rem;
  align-items: center;
  flex: 1 0;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .meta-info-wrap .meta-item .meta-text-wrap {
    width: 100%;
    padding: 0 1.4rem;
  }
}
.meta-info-wrap .meta-item .meta-text-wrap .meta-text {
  display: inline-block;
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .meta-info-wrap .meta-item .meta-text-wrap .meta-text {
    font-size: 1.5rem;
  }
}

.layer-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 150px 0 rgba(0, 0, 0, 0.35);
  padding: 1rem;
  max-width: calc(100% - 8.8rem);
  max-height: 70vh;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 767px) {
  .layer-popup {
    max-width: calc(100% - 3.2rem);
    padding: 1rem 0.2rem;
  }
}
.layer-popup.open {
  display: block;
}
.layer-popup .layer-popup-wrap {
  padding: 4rem 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .layer-popup .layer-popup-wrap {
    padding: 2rem 1.8rem;
  }
}
.layer-popup .popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layer-popup .popup-head .pop-tit-wrap .popup-tit {
  color: var(--color-primary-blue);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.12px;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-head .pop-tit-wrap .popup-tit {
    font-size: 2.4rem;
  }
}
.layer-popup .popup-head .pop-btn-wrap .pop-close {
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-head .pop-btn-wrap .pop-close .close_gray2 {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.layer-popup .popup-body {
  padding: 4rem 0 6rem 0;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body {
    padding: 3rem 0 4rem 0;
  }
}
.layer-popup .popup-body:has(.popup-normal-txt) {
  padding: 4rem 0 6rem 0;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body:has(.popup-normal-txt) {
    padding: 3rem 0 4rem 0;
  }
}
.layer-popup .popup-body .cont-group + .cont-group {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .cont-group + .cont-group {
    margin-top: 3rem;
  }
}
.layer-popup .popup-body .cont-tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layer-popup .popup-body .cont-tit-wrap .cont-tit {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .cont-tit-wrap .cont-tit {
    font-size: 1.8rem;
  }
}
.layer-popup .popup-body .cont-tit-wrap .cont-txt {
  color: #555;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .cont-tit-wrap .cont-txt {
    font-size: 1.4rem;
  }
}
.layer-popup .popup-body .textarea {
  margin-top: 1.2rem;
  width: 100%;
  padding: 1.5rem;
  resize: vertical;
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.04em;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .textarea {
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.layer-popup .popup-body .text-box {
  margin-top: 1.2rem;
  width: 100%;
  resize: vertical;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.04em;
  padding-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .text-box {
    font-size: 1.4rem;
  }
}
.layer-popup .popup-body .text-box pre {
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  width: 100%;
  height: 100%;
  white-space: pre-wrap;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .text-box pre {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .text-box {
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.layer-popup .popup-body textarea {
  width: 100%;
  padding: 1.5rem;
  resize: vertical;
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.04em;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body textarea {
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.layer-popup .popup-body .file-box .file-box__head .file-box-tit {
  color: #1D1D1D;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .file-box .file-box__head .file-box-tit {
    font-size: 1.8rem;
  }
}
.layer-popup .popup-body .notice-box .notice-tit-wrap {
  padding: 3rem 1rem;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(108deg, #0E457B 0%, #075D5D 100%);
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .notice-box .notice-tit-wrap {
    padding: 1.5rem 1rem;
  }
}
.layer-popup .popup-body .notice-box .notice-tit-wrap .notice-sub-tit {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .notice-box .notice-tit-wrap .notice-sub-tit {
    font-size: 1.8rem;
  }
}
.layer-popup .popup-body .notice-box .notice-tit-wrap .notice-tit {
  display: block;
  text-align: center;
  margin-top: 1rem;
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .notice-box .notice-tit-wrap .notice-tit {
    font-size: 2.6rem;
  }
}
.layer-popup .popup-body .notice-box .notice-cont-wrap {
  padding: 3rem 3rem;
  background: var(--color-bg-blue);
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .notice-box .notice-cont-wrap {
    padding: 1.5rem;
  }
}
.layer-popup .popup-body .notice-box .notice-cont-wrap .cont-list {
  margin-left: 2.5rem;
}
.layer-popup .popup-body .notice-box .notice-cont-wrap .cont-list li {
  text-indent: -2.5rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -0.04em;
}
.layer-popup .popup-body .notice-box .notice-cont-wrap .cont-list li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .notice-box .notice-cont-wrap .cont-list li + li {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .notice-box .notice-cont-wrap .cont-list li {
    font-size: 1.4rem;
  }
}
.layer-popup .popup-body .notice-box .notice-cont-wrap .cont-list li .txt-blue {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.04em;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .notice-box .notice-cont-wrap .cont-list li .txt-blue {
    font-size: 1.6rem;
  }
}
.layer-popup .popup-body .notice-box .notice-cont-wrap .cont-list li .link-txt {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-right: 0;
  font-size: 1.6rem;
}
.layer-popup .popup-body .notice-box .conform-txt {
  color: #222;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
  margin-top: 4rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .layer-popup .popup-body .notice-box .conform-txt {
    font-size: 2.2rem;
  }
}
.layer-popup .popup-footer .btn-wrap .btn {
  width: auto;
}
.layer-popup .popup-footer .btn-wrap .btn + .btn {
  margin-top: 0;
  margin-left: 1rem;
}
.layer-popup[data-type=default] .popup-head .pop-tit-wrap .popup-tit {
  color: #1D1D1D;
}
.layer-popup[data-type=default] .popup-body .blue-box {
  padding: 2rem;
  background: var(--color-bg-blue);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .layer-popup[data-type=default] .popup-body .blue-box {
    padding: 2rem 1rem;
  }
}
.layer-popup[data-type=default] .popup-body .popup-normal-txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .layer-popup[data-type=default] .popup-body .popup-normal-txt {
    font-size: 1.4rem;
  }
}
.layer-popup[data-type=success] .popup-head .pop-tit-wrap .popup-tit {
  color: var(--color-primary-blue);
}
.layer-popup[data-type=success] .popup-body textarea,
.layer-popup[data-type=success] .popup-body .textarea,
.layer-popup[data-type=success] .popup-body .text-box {
  border-radius: 8px;
  border: 1px solid var(--color-primary-blue);
  background: #F6F8FC;
}
.layer-popup[data-type=error] .popup-head .pop-tit-wrap .popup-tit {
  color: var(--color-red);
}
.layer-popup[data-type=error] .popup-body textarea,
.layer-popup[data-type=error] .popup-body .textarea,
.layer-popup[data-type=error] .popup-body .text-box {
  border-radius: 8px;
  border: 1px solid var(--color-red);
  background: var(--color-bg-red);
}

/* 메세지 박스 */
.msg-box:not(.survey .msg-box) {
  padding: 1.2rem 1.4rem;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.msg-box:not(.survey .msg-box).center .msg-txt {
  text-align: center;
}
.msg-box:not(.survey .msg-box).big {
  padding: 3rem 1.4rem;
}
.msg-box:not(.survey .msg-box).big .msg-txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box).big .msg-txt {
    font-size: 1.6rem;
  }
}
.msg-box:not(.survey .msg-box).big[data-state=green] .msg-txt .ico {
  width: 2.2rem;
  height: 2.2rem;
}
.msg-box:not(.survey .msg-box).big[data-state=info] .msg-txt .ico {
  width: 1.8rem;
  height: 1.8rem;
}
.msg-box:not(.survey .msg-box).big[data-state=error] {
  background: var(--color-bg-red);
  color: var(--color-red);
}
.msg-box:not(.survey .msg-box).big[data-state=error] .msg-txt {
  color: var(--color-red);
}
.msg-box:not(.survey .msg-box).big[data-state=notice] {
  background: #FAFAFA;
  color: #555;
}
.msg-box:not(.survey .msg-box).big[data-state=notice] .msg-txt {
  color: #555;
}
.msg-box:not(.survey .msg-box).big .link-txt {
  font-size: 1.8rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box).big .link-txt {
    font-size: 1.6rem;
  }
}
.msg-box:not(.survey .msg-box).medium {
  padding: 2.4rem 1.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box).medium {
    margin-top: 1.6rem;
  }
}
.msg-box:not(.survey .msg-box).medium .msg-txt {
  color: var(--color-primary-blue);
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box).medium .msg-txt {
    font-size: 1.6rem;
    display: block;
  }
}
.msg-box:not(.survey .msg-box).medium .msg-txt .ico {
  width: 2rem;
  height: 2rem;
  flex: none;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box).medium .msg-txt .ico {
    margin-bottom: 1.2rem;
  }
}
.msg-box:not(.survey .msg-box).medium[data-state=green] .msg-txt .ico {
  width: 2.2rem;
  height: 2.2rem;
}
.msg-box:not(.survey .msg-box).medium[data-state=info] .msg-txt .ico {
  width: 1.8rem;
  height: 1.8rem;
}
.msg-box:not(.survey .msg-box).medium[data-state=error] {
  background: var(--color-bg-red);
  color: var(--color-red);
}
.msg-box:not(.survey .msg-box).medium[data-state=error] .msg-txt {
  color: var(--color-red);
}
.msg-box:not(.survey .msg-box).medium[data-state=notice] {
  background: #FAFAFA;
  color: #555;
}
.msg-box:not(.survey .msg-box).medium[data-state=notice] .msg-txt {
  color: #555;
}
.msg-box:not(.survey .msg-box).has-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box).has-btn {
    flex-direction: column;
    align-items: flex-end;
  }
  .msg-box:not(.survey .msg-box).has-btn br {
    display: none;
  }
}
.msg-box:not(.survey .msg-box).has-btn .left {
  flex: 1 0;
}
.msg-box:not(.survey .msg-box).has-btn .right {
  margin-left: 1rem;
  flex: none;
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box).has-btn .right {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.msg-box:not(.survey .msg-box).has-btn .right .btn {
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box).has-btn .right .btn {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box):has(.ico) .msg-txt .ico {
    display: block;
    margin: 0 auto 0.6rem;
  }
}
.msg-box:not(.survey .msg-box) em,
.msg-box:not(.survey .msg-box) a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.msg-box:not(.survey .msg-box).f15 .msg-txt {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box).f15 .msg-txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box) {
    padding: 1rem;
  }
}
.msg-box:not(.survey .msg-box) .msg-txt {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
  width: 100%;
  word-break: keep-all;
}
.msg-box:not(.survey .msg-box) .msg-txt .ico {
  margin-right: 0.6rem;
}
.msg-box:not(.survey .msg-box) .msg-txt + .msg-txt {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .msg-box:not(.survey .msg-box) .msg-txt {
    font-size: 1.3rem;
  }
}
.msg-box:not(.survey .msg-box)[data-state=error] {
  background: var(--color-bg-red);
  color: var(--color-red);
}
.msg-box:not(.survey .msg-box)[data-state=notice] {
  background: #FAFAFA;
  color: #555;
}
.msg-box:not(.survey .msg-box)[data-state=info] {
  background: var(--color-bg-blue);
  color: var(--color-primary-blue);
}
.msg-box:not(.survey .msg-box)[data-state=green] {
  background: var(--color-bg-green);
  color: var(--color-primary-green);
}

/* 메세지 텍스트 박스 */
.msg-txt-box {
  margin-top: 1rem;
}
.msg-txt-box .msg-txt {
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: -0.04em;
}
.msg-txt-box.red .msg-txt {
  color: var(--color-red);
}

/* 공지사항 박스 */
.common-notice-box {
  margin: 0 auto;
  max-width: 100%;
}
.common-notice-box .notice-tit-wrap {
  padding: 2rem 1rem;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(108deg, #30689F 0%, #1D7474 100%);
}
@media screen and (max-width: 767px) {
  .common-notice-box .notice-tit-wrap {
    padding: 1.6rem 1rem;
    border-radius: 16px 16px 0 0;
  }
}
.common-notice-box .notice-tit-wrap .notice-tit {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .common-notice-box .notice-tit-wrap .notice-tit {
    font-size: 1.8rem;
  }
}
.common-notice-box .notice-cont-wrap {
  padding: 3rem;
  background: var(--color-bg-blue);
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .common-notice-box .notice-cont-wrap {
    padding: 1.4rem;
    border-radius: 0 0 16px 16px;
  }
}
.common-notice-box .notice-cont-wrap .cont-list-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .common-notice-box .notice-cont-wrap .cont-list-wrap {
    display: block;
  }
}
.common-notice-box .notice-cont-wrap .cont-list {
  flex: 1 0;
}
@media screen and (max-width: 767px) {
  .common-notice-box .notice-cont-wrap .cont-list {
    width: 100% !important;
    flex: 1 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .common-notice-box .notice-cont-wrap .cont-list + .cont-list {
    margin-top: 1rem;
  }
}
.common-notice-box .notice-cont-wrap .cont-list li {
  text-indent: -2.5rem;
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .common-notice-box .notice-cont-wrap .cont-list li {
    min-height: auto !important;
    text-indent: -2rem;
    margin-left: 2rem;
  }
}
.common-notice-box .notice-cont-wrap .cont-list li .txt-blue {
  font-weight: 400;
  margin-right: 0.3rem;
}
.common-notice-box .notice-cont-wrap .cont-list li + li {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .common-notice-box .notice-cont-wrap .cont-list li + li {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .common-notice-box .notice-cont-wrap .cont-list li {
    font-size: 1.6rem;
  }
}

.tab-area.v1 .tab-btn-wrap {
  display: flex;
  gap: 0 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .tab-area.v1 .tab-btn-wrap {
    gap: 0;
  }
}
.tab-area.v1 .tab-btn-wrap .tab-btn {
  display: flex;
  padding: 2rem 0;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: #F0F0F0;
  color: #707070;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .tab-area.v1 .tab-btn-wrap .tab-btn {
    padding: 1.6rem 0;
    font-size: 1.6rem;
  }
  .tab-area.v1 .tab-btn-wrap .tab-btn + .tab-btn {
    margin-left: 1rem;
  }
}
.tab-area.v1 .tab-btn-wrap .tab-btn.active {
  color: #fff;
  background: linear-gradient(91deg, #30689F 0%, #1D7474 99.97%);
}
.tab-area.v2 {
  margin-top: 6rem;
}
.tab-area.v2 .tab-btn-wrap {
  border-bottom: 1px solid var(--color-border3);
  display: flex;
}
.tab-area.v2 .tab-btn-wrap .tab-btn {
  border-radius: 8px 8px 0 0;
  background: #F0F0F0;
  color: #707070;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
  width: 19.5rem;
  padding: 1.65rem 0;
}
@media screen and (max-width: 767px) {
  .tab-area.v2 .tab-btn-wrap .tab-btn {
    font-size: 1.6rem;
    width: 13.6rem;
    padding: 1.35rem 0;
  }
}
.tab-area.v2 .tab-btn-wrap .tab-btn + .tab-btn {
  margin-left: 1rem;
}
.tab-area.v2 .tab-btn-wrap .tab-btn.active {
  background: var(--color-primary-blue);
  color: #fff;
}
.tab-area.v2 .tab-cont-wrap {
  padding-top: 4rem;
}
.tab-area.v2 .tab-cont-wrap .tab-cont {
  display: none;
}
.tab-area.v2 .tab-cont-wrap .tab-cont.active {
  display: block;
}
.tab-area.v3 .tab-btn-wrap {
  display: flex;
  position: relative;
}
.tab-area.v3 .tab-btn-wrap:before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(108deg, #0E457B 0%, #075D5D 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tab-area.v3 .tab-btn-wrap .tab-btn {
  display: flex;
  height: 6rem;
  padding: 2rem 0;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: #F0F0F0;
  color: #707070;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .tab-area.v3 .tab-btn-wrap .tab-btn {
    font-size: 1.6rem;
    padding: 1.2rem 0.5rem;
    height: auto;
  }
}
@media screen and (max-width: 359px) {
  .tab-area.v3 .tab-btn-wrap .tab-btn {
    font-size: 1.4rem;
    padding: 0.8rem 0.5rem;
  }
}
.tab-area.v3 .tab-btn-wrap .tab-btn + .tab-btn {
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .tab-area.v3 .tab-btn-wrap .tab-btn + .tab-btn {
    margin-left: 0.6rem;
  }
}
.tab-area.v3 .tab-btn-wrap .tab-btn.active {
  background: #fff;
  position: relative;
  color: var(--color-primary-blue);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(108deg, #0E457B 0%, #075D5D 100%);
  height: calc(100% + 1px);
}
.tab-area.v3 .tab-btn-wrap .tab-btn.active:before {
  content: "";
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  width: calc(100% - 2px);
  height: calc(100% - 1px);
  position: absolute;
  left: 1px;
  top: 1px;
  background: #fff;
  z-index: 4;
}
.tab-area.v3 .tab-btn-wrap .tab-btn .tab-btn-txt {
  position: relative;
  z-index: 5;
  display: block;
  text-align: center;
}
.tab-area.v3 .tab-cont-wrap .tab-cont {
  padding-top: 5rem;
  display: none;
}
.tab-area.v3 .tab-cont-wrap .tab-cont.active {
  display: block;
}

.link-area .direct-link {
  display: flex;
  align-items: center;
  color: var(--color-primary-blue);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .link-area .direct-link {
    font-size: 1.5rem;
  }
}
.link-area .direct-link .ico {
  margin-left: 0.6rem;
}

.img-upload-wrap .file-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.img-upload-wrap .file-box__head.jc-fe {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap .file-box__head {
    flex-wrap: wrap;
  }
}
.img-upload-wrap .file-box__head .file-box-tit,
.img-upload-wrap .file-box__head h3 {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: -0.64px;
}
.img-upload-wrap .file-box__head .file-box-tit .ico,
.img-upload-wrap .file-box__head h3 .ico {
  display: inline-block;
  margin-right: 0.5rem;
}
.img-upload-wrap .file-box__head .file-btn-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap .file-box__head .file-btn-wrap {
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.6rem;
  }
}
.img-upload-wrap .file-box__head .file-btn-wrap .file-total-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap .file-box__head .file-btn-wrap .file-total-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.img-upload-wrap .file-box__head .file-btn-wrap .file-total-info .info-wrap {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
}
.img-upload-wrap .file-box__head .file-btn-wrap .file-total-info .info-wrap + .info-wrap:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #1D1D1D;
  display: inline-block;
  margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap .file-box__head .file-btn-wrap .file-total-info .info-wrap + .info-wrap:before {
    display: none;
  }
}
.img-upload-wrap .file-box__head .file-btn-wrap .file-btn {
  position: relative;
  margin-left: 1.5rem;
}
.img-upload-wrap .file-box__head .file-btn-wrap .file-btn:focus, .img-upload-wrap .file-box__head .file-btn-wrap .file-btn:focus-within {
  outline: 2px solid #4CAF50;
  outline-offset: 1px;
}
.img-upload-wrap .file-box__head .file-btn-wrap .file-btn input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.img-upload-wrap .file-box__head .file-btn-wrap .file-btn .add-file-btn {
  width: 10rem;
  height: 3rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap .file-box__head .file-btn-wrap .file-btn .add-file-btn {
    width: 8rem;
    height: 2.8rem;
    font-size: 1.3rem;
  }
}
.img-upload-wrap.v1 {
  padding: 1rem;
  background: rgba(246, 248, 252, 0.4);
  border-bottom: 1px solid #EAEAEA;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--color-border2);
  background: url("../img/common/ico_plus_blue.png") no-repeat center, #ffffff;
  background-size: 3rem auto;
  color: #141516;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05em;
  overflow: hidden;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .close-btn-area {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .btn-close {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6px;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .btn-close .ico-close_gray {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/common/ico_close_gray2.png") no-repeat center;
  background-size: 1.2rem auto;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .btn-close .ico-close_gray {
    background-size: 1rem auto;
  }
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.no-data {
  background: #FAFAFA;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.no-data .no-data-txt {
  color: #555;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.no-data .no-data-txt {
    font-size: 1.4rem;
  }
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.success {
  background: #ffffff;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.success .img-file-info {
  background: var(--color-bg-blue);
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.success .delete-btn-area {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.success .btn-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6px;
  background: rgba(246, 248, 252, 0.5);
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.success .btn-delete .ico-delete {
  width: 1.5rem;
  height: 1.6rem;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.uploading {
  background: #FAFAFA;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.failed {
  border: 1px solid var(--color-red);
  background: #FAFAFA;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.failed .img-file-info {
  background: #FFF;
  color: #555;
  border-top: 1px solid var(--color-red);
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.failed .img-file-label {
  color: #555;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box .no-file-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-red);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.05em;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box .no-file-tit i {
  margin-right: 0.45rem;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box .no-file-txt {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03125em;
  display: block;
  margin-top: 0.4rem;
  text-align: center;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item.no-img-file {
  background: url("../img/common/ico_no_img.png") no-repeat center, #FAFAFA;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .search-btn-area {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 6px;
  background: rgba(246, 248, 252, 0.5);
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .btn-detail .ico-search_blue {
  width: 1.5rem;
  height: 1.5rem;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .file-upload-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .progress-bg {
  background: var(--color-bg-blue);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: width 0.35s;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .info-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .info-wrap .left {
  min-width: 0;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .info-wrap .right {
  display: flex;
  align-items: center;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .img-file-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.2rem;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #EAEAEA;
  background: #FFF;
  padding: 0 0.7rem 0 1rem;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .img-file-info .right {
  display: flex;
  align-items: center;
  flex: none;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .img-file-label {
  color: #141516;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: block;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .img-file-actions {
  flex: none;
  margin-left: 0.7rem;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-delete {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-download {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-download .ico-download_blue {
  width: 1.4rem;
  height: 1.4rem;
  flex: none;
  background-size: cover;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-close {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-close .ico-close-gray {
  width: 0.9rem;
  height: 0.9rem;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
}
.img-upload-wrap.v1 .img-file-upload-body .img-file-list .img-file-item .circular-spinner {
  margin-bottom: 0;
}
.img-upload-wrap.v2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
.img-upload-wrap.v2 .btn-delete {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
}
.img-upload-wrap.v2 .btn-delete {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 6px;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap.v2 .btn-delete {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.img-upload-wrap.v2 .btn-delete .close_gray2 {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/common/ico_close_gray2.png") no-repeat center;
  background-size: 1.2rem auto;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap.v2 .btn-delete .close_gray2 {
    background-size: 1rem auto;
  }
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #141516;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05em;
  overflow: hidden;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.no-data {
  background: #FAFAFA;
  height: 22.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.no-data {
    height: 15rem;
  }
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.no-data .no-data-txt {
  color: #555;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.no-data .no-data-txt {
    font-size: 1.4rem;
  }
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.success {
  background: #FAFAFA;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.success .img-file-info {
  background: var(--color-bg-blue);
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.uploading {
  background: #FAFAFA;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.failed {
  border: 1px solid var(--color-red);
  background: #FAFAFA;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.failed .img-file-info {
  background: #FFF;
  color: #555;
  border-top: 1px solid var(--color-red);
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.failed .img-file-label {
  color: #555;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box .no-file-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-red);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.05em;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box .no-file-tit i {
  margin-right: 0.45rem;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box .no-file-txt {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03125em;
  display: block;
  margin-top: 0.4rem;
  text-align: center;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item.no-img-file {
  background: url("../img/common/ico_no_img.png") no-repeat center, #FAFAFA;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .search-btn-area {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 6px;
  background: rgba(246, 248, 252, 0.5);
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .btn-detail .ico-search_blue {
  width: 1.5rem;
  height: 1.5rem;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .file-upload-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .progress-bg {
  background: var(--color-bg-blue);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: width 0.35s;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .info-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .info-wrap .left {
  min-width: 0;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .info-wrap .right {
  display: flex;
  align-items: center;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .img-file-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.2rem;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #EAEAEA;
  background: #FFF;
  padding: 0 0.7rem 0 1rem;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .img-file-info .right {
  display: flex;
  align-items: center;
  flex: none;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .img-file-label {
  color: #141516;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: block;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .img-file-actions {
  flex: none;
  margin-left: 0.7rem;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-delete {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-download {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-download .ico-download_blue {
  width: 1.4rem;
  height: 1.4rem;
  flex: none;
  background-size: cover;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-close {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-close .ico-close-gray {
  width: 0.9rem;
  height: 0.9rem;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
}
.img-upload-wrap.v2 .img-file-upload-body .img-file-list .img-file-item .circular-spinner {
  margin-bottom: 0;
}
.img-upload-wrap.v3 {
  display: flex;
  padding: 1.6rem 1rem 1rem 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #EAEAEA;
  background: rgba(246, 248, 252, 0.4);
}
.img-upload-wrap.v3 .img-file-upload-body {
  margin-top: 1rem;
  width: 100%;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--color-border2);
  background: #FAFAFA;
  color: #141516;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05em;
  overflow: hidden;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .close-btn-area {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .btn-close {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6px;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .btn-close {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .btn-close .ico-close_gray {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/common/ico_close_gray2.png") no-repeat center;
  background-size: 1.2rem auto;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .btn-close .ico-close_gray {
    background-size: 1rem auto;
  }
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .btn-delete {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6px;
  background: rgba(246, 248, 252, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .btn-delete .file-delete {
  margin-left: 0;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.no-data {
  background: #FAFAFA;
  height: 22.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.no-data {
    height: 15rem;
  }
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.no-data .no-data-txt {
  color: #555;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.no-data .no-data-txt {
    font-size: 1.4rem;
  }
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.success {
  background: #FAFAFA;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.success .img-file-info {
  background: var(--color-bg-blue);
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.uploading {
  background: #FAFAFA;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.failed {
  border: 1px solid var(--color-red);
  background: #FAFAFA;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.failed .img-file-info {
  background: #FFF;
  color: #555;
  border-top: 1px solid var(--color-red);
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.failed .img-file-label {
  color: #555;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box .no-file-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-red);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.05em;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box .no-file-tit i {
  margin-right: 0.45rem;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.failed .txt-box .no-file-txt {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03125em;
  display: block;
  margin-top: 0.4rem;
  text-align: center;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item.no-img-file {
  background: url("../img/common/ico_no_img.png") no-repeat center, #FAFAFA;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .search-btn-area {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 6px;
  background: rgba(246, 248, 252, 0.5);
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .btn-detail .ico-search_blue {
  width: 1.5rem;
  height: 1.5rem;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .file-upload-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .progress-bg {
  background: var(--color-bg-blue);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: width 0.35s;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .info-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .info-wrap .left {
  min-width: 0;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .info-wrap .right {
  display: flex;
  align-items: center;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .img-file-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.2rem;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #EAEAEA;
  background: #FFF;
  padding: 0 0.7rem 0 1rem;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .img-file-info .right {
  display: flex;
  align-items: center;
  flex: none;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .img-file-label {
  color: #141516;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: block;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .img-file-actions {
  flex: none;
  margin-left: 0.7rem;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-delete {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-download {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-download .ico-download_blue {
  width: 1.4rem;
  height: 1.4rem;
  flex: none;
  background-size: cover;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-close {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .img-file-actions .btn-close .ico-close-gray {
  width: 0.9rem;
  height: 0.9rem;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
}
.img-upload-wrap.v3 .img-file-upload-body .img-file-list .img-file-item .circular-spinner {
  margin-bottom: 0;
}
.img-upload-wrap.v3 .pool-slide {
  overflow: hidden;
  width: 100%;
  position: relative;
  /* 스크롤바 숨김(선택) */
}
.img-upload-wrap.v3 .pool-slide .swiper-wrapper .swiper-slide {
  max-width: 40rem;
}
.img-upload-wrap.v3 .pool-slide .swiper-button-prev,
.img-upload-wrap.v3 .pool-slide .swiper-button-next {
  width: 4rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.img-upload-wrap.v3 .pool-slide .swiper-button-prev:after,
.img-upload-wrap.v3 .pool-slide .swiper-button-next:after {
  display: none;
}
.img-upload-wrap.v3 .pool-slide .swiper-button-prev {
  left: 0;
  background: url("../img/sub/pool_slide_prev.png") no-repeat center;
  background-size: contain;
}
.img-upload-wrap.v3 .pool-slide .swiper-button-next {
  right: 0;
  background: url("../img/sub/pool_slide_next.png") no-repeat center;
  background-size: contain;
}
.img-upload-wrap.v3 .pool-slide .swiper-scrollbar {
  left: 0;
  width: 100%;
  height: 8px;
  background: transparent;
  position: relative;
  margin-top: 1.6rem;
}
.img-upload-wrap.v3 .pool-slide .pager-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.img-upload-wrap.v3 .pool-slide .swiper-scrollbar-drag {
  background: #CECECE;
  border-radius: 50px;
}
.img-upload-wrap.v3 .pool-slide .pager-scroll::-webkit-scrollbar {
  display: none;
}
.img-upload-wrap.v3 .pool-slide .pager-scroll {
  scrollbar-width: none;
}
.img-upload-wrap.v3 .pool-slide .pager-scroll .swiper-pagination-bullet {
  flex: 0 0 auto;
  width: 15%;
  opacity: 1;
  padding: 0;
}
.img-upload-wrap.v3 .pool-slide .swiper-util {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
  display: flex;
  align-items: center;
}
.img-upload-wrap.v3 .pool-slide .swiper-util .swiper-down,
.img-upload-wrap.v3 .pool-slide .swiper-util .view-btn {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(246, 248, 252, 0.5);
}
.img-upload-wrap.v3 .pool-slide .swiper-util .swiper-down .ico-down_blue {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100% 100%;
}
.img-upload-wrap.v3 .pool-slide .swiper-util .view-btn {
  margin-left: 0.6rem;
}
.img-upload-wrap.v3 .pool-slide .swiper-util .view-btn .search-blue {
  width: 1.2rem;
  height: 1.2rem;
  background-size: 100% 100%;
}

.circular-spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circular-spinner {
  width: 1.6rem;
  height: 1.6rem;
}

.base-circle,
.moving-circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 15;
}

.moving-circle {
  stroke: var(--color-primary-blue); /* 움직이는 원의 색상 */
  stroke-linecap: round;
  transform-origin: 50% 50%;
  animation: rotate 1.5s linear infinite, dash 1.5s ease-in-out infinite;
}

/* 회전 애니메이션 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 너비 유동적 애니메이션 */
@keyframes dash {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1, 100;
  }
  50% {
    stroke-dashoffset: -25;
    stroke-dasharray: 75, 100;
  }
  100% {
    stroke-dashoffset: -100;
    stroke-dasharray: 1, 100;
  }
}
.img-file-item .circular-spinner {
  width: 3rem;
  height: 3rem;
  margin-bottom: 3.5rem;
}
.img-file-item .base-circle,
.img-file-item .moving-circle {
  stroke-width: 15;
}
