@charset "UTF-8";
/* 우측 세로바 */
/*폰트*/
/*폰트굵기*/
/*gap*/
/*토글*/
/* ===============================
   Reset / Normalize
================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-width: thin; /* auto, thin, none */
  scrollbar-color: rgba(100, 100, 100, 0.4) rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(100, 100, 100, 0.7);
}

::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

:root {
  --header-h: 80px;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans Korean", sans-serif, "Segoe UI", Roboto, Helvetica, Arial, "Malgun Gothic", sans-serif;
  background: #fff;
  letter-spacing: -1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; /* 부드러운 터치 스크롤 */
}

html,
body {
  width: 100%;
  min-height: 100vh;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  cursor: pointer;
  pointer-events: auto;
  font: inherit;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  user-select: none;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

.hidden, caption, legend {
  position: absolute;
}

caption, .hidden {
  overflow: hidden;
  border: 0;
  width: 1px;
  height: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  display: inline-block;
}

select {
  border: 1px solid #ddd;
  border-radius: 5px;
}
select:focus {
  outline: none;
  box-shadow: none;
  border-color: #ddd;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

/* Chrome / Edge / Safari (PC) */
input[type=date]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 32px;
  height: 100%;
  cursor: pointer;
}

/* Firefox */
input[type=date],
input[type=month] {
  appearance: textfield;
}

body {
  color: #4C4844;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
body.menu-open {
  overflow: hidden;
  touch-action: none;
}

body.modal-open {
  overflow: hidden;
  height: 100%;
}

/* 로딩 */
.loading-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-wrap::after {
  content: "loading";
  position: absolute;
  top: calc(50% + 34px); /* 로딩 아래 위치 */
  font-size: 13px;
  color: #ddd;
  letter-spacing: -0.02em;
  animation: dots 1.5s infinite;
}

.loading {
  width: 50px;
  height: 50px;
  border: 4px solid #ddd;
  border-top-color: #D4B897;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.main {
  flex: 1; /* footer 하단 고정 */
  position: relative; /* 배경 기준 */
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(550px + var(--header-h));
  /* 또는 그냥 100vh */
  background: url(../../images/common/bac_img.jpg) center calc(50% + 110px)/cover no-repeat;
  z-index: -1;
}
@media (max-width: 860px) {
  .main::before {
    background: url(../../images/common/bac_img.jpg) center calc(50% - 37px) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 560px) {
  .main::before {
    background: url(../../images/common/bac_img.jpg) center calc(50% - 37px) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 370px) {
  .main::before {
    background: url(../../images/common/bac_img.jpg) center calc(50% - 125px) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 300px) {
  .main::before {
    background: none;
  }
}
.main header.main-header {
  border-bottom: 1px solid #ddd;
  z-index: 10;
}

.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.layout, .body {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1400px) {
  .layout, .body {
    width: 100%;
  }
}

.left-layout {
  width: 230px;
}

.right-layout {
  width: calc(100% - 240px);
  padding: 0;
}

@media (max-width: 1400px) {
  .inner {
    padding: 20px;
  }
}

.content-wrap {
  position: relative;
  flex: 1;
  margin: 0 auto;
  width: 100%;
}
.content-wrap .container-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  padding: 20px 0;
}
.content-wrap .container-group .page-group-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.content-wrap .container-group .page-group-top .en {
  font-size: 40px;
  font-weight: 600;
}
.content-wrap .container-group .rule {
  height: 1px;
  background: #000;
  opacity: 0.35;
  margin: 20px 0 0;
}

.left-wrap {
  width: 1400px;
  margin: auto;
  display: flex;
  gap: 10px;
  padding: 10px 0;
}
@media (max-width: 1400px) {
  .left-wrap {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .left-wrap {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .left-wrap .left-layout {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .left-wrap .left-layout .left-info {
    max-height: 130px;
  }
}
@media (max-width: 1024px) {
  .left-wrap .right-layout {
    width: 100%;
  }
}

main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
  padding: 30px 0;
}
@media (max-width: 1400px) {
  main {
    padding: 20px;
  }
}
@media (max-width: 860px) {
  main {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  main {
    padding: 10px;
  }
}

/*공통 브레드크럼*/
.crumbbar {
  background: rgba(212, 184, 151, 0.2);
  border-top: 1px solid #D4B897;
  border-bottom: 1px solid #D4B897;
}
.crumbbar .inner {
  height: 42px;
  gap: 10px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .crumbbar .inner {
    padding: 0 20px;
  }
}
.crumbbar .crumb {
  gap: 10px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.crumbbar .crumb .home {
  position: relative;
  padding-left: 25px;
}
.crumbbar .crumb .home::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../../images/icon/house.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
.crumbbar .crumb .arrow {
  position: relative;
  padding-left: 5px;
}
.crumbbar .crumb .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url(../../images/icon/right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

/* 공통 메인 타이틀 */
.page-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #4C4844;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-head {
    flex-direction: column;
    padding-bottom: 20px;
    align-items: flex-end;
  }
}
@media (max-width: 560px) {
  .page-head {
    gap: 10px;
    padding-bottom: 10px;
    align-items: flex-end;
  }
}
.page-head .title {
  font-size: 40px;
  font-weight: 600;
  width: calc(100% - 170px);
}
@media (max-width: 1024px) {
  .page-head .title {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .page-head .title {
    font-size: 25px;
  }
}
.page-head .log-list-step {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-head .log-list-step li {
  position: relative;
  width: 100%;
  min-width: 120px;
  padding-top: 28px;
  padding-right: 0px;
}
.page-head .log-list-step li::after {
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 0;
  z-index: 1;
  content: "";
  border-radius: 2rem;
  outline: 1px solid #c8c8c8;
  outline-offset: -1px;
  background-color: #e6e8ea;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-head .log-list-step li.log-active::after {
  left: 5px;
  width: 20px;
  height: 20px;
  transform: translateX(-1px);
  outline: none;
  background-image: url(../../images/icon/bg-step-active.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-head .log-list-step li::before {
  position: absolute;
  right: -25px;
  top: 10px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.page-head .log-list-step li:last-child::before {
  display: none;
}
.page-head .log-list-step li span {
  display: inline-block;
  margin-left: -5px;
  text-align: center;
  white-space: nowrap;
  color: #2f2f2f;
  font-size: 12px;
}
.page-head .log-list-step li span.log-step-tit {
  font-weight: bold;
}
.page-head .log-list-step li:last-child {
  min-width: auto;
}
.page-head.g-20 {
  gap: 20px;
}
.page-head.btn-group {
  flex-direction: row;
  align-items: center;
}
.page-head.btn-group .title {
  flex: 1;
}

/* 헤더 */
header .topbar {
  height: 75px;
}
header .row {
  gap: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  margin: 0 auto;
  width: 1400px;
}
header .right-rail {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 118px;
  background: #CEAF8A;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding-top: 1px;
}
header .rail-btn {
  width: 80px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
header .rail-btn .bar {
  position: absolute;
  left: 5px;
  width: 65px;
  height: 6.8px;
  background: #fff;
  border-radius: 999px;
}
header .rail-btn .bar.b1 {
  top: 11.8px;
}
header .rail-btn .bar.b2 {
  top: 31.1px;
  width: 55px;
}
header .rail-btn .bar.b3 {
  top: 50.39px;
}
header .logo {
  width: 140px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 1024px) {
  header .logo {
    width: 100px;
  }
}
@media (max-width: 860px) {
  header .logo {
    width: 140px;
  }
}
header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
header .spacer {
  width: calc(100% - 300px);
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .auth {
  gap: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .auth .login:before {
  content: "";
  background-image: url(../../images/icon/login.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
header .auth .signup:before {
  content: "";
  background-image: url(../../images/icon/plus-solid.svg);
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
}
header .auth .logout:before {
  content: "";
  background-image: url(../../images/icon/wlogout.svg);
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
}
header .auth .log:before {
  content: "";
  background-image: url(../../images/icon/ion_person.svg);
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
}
header .auth a, header label {
  font-size: 14px;
  font-weight: 700;
  gap: 5px;
  display: flex;
  align-items: center;
}
header .auth .divider {
  width: 1px;
  height: 15px;
  background: #000;
  opacity: 0.35;
  margin-top: 3px;
}
@media (max-width: 1400px) {
  header .row {
    width: 100%;
    padding: 20px;
    gap: 25px;
  }
}
@media (max-width: 1400px) and (max-width: 1200px) {
  header .row {
    gap: 30px;
    padding: 0 20px;
  }
}
@media (max-width: 1400px) and (max-width: 1024px) {
  header .row {
    gap: 20px;
  }
}
@media (max-width: 1400px) {
  header .spacer {
    width: calc(100% - 250px);
  }
}
@media (max-width: 1400px) and (max-width: 1024px) {
  header .spacer {
    width: calc(100% - 190px);
  }
}
@media (max-width: 1200px) {
  header .auth {
    gap: 10px;
  }
}
@media (max-width: 1200px) and (max-width: 860px) {
  header .auth {
    height: 50px;
    justify-content: center;
    border-top: 1px solid #D4B897;
    border-bottom: 1px solid #D4B897;
    background-color: rgb(242, 235, 228);
    display: flex;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  header .auth a {
    font-size: 12px;
  }
}
@media (max-width: 1200px) and (max-width: 860px) {
  header .auth a {
    font-size: 16px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  header .auth .divider {
    height: 13px;
  }
}
@media (max-width: 1200px) and (max-width: 860px) {
  header .auth .divider {
    height: 50px;
    margin: 0;
    background: #D4B897;
    opacity: 1;
  }
}
@media (max-width: 860px) {
  header .logo {
    width: 120px;
  }
  header .spacer {
    display: none;
  }
  header .row {
    height: 60px;
  }
  header .right-rail {
    height: 104px;
    width: 70px;
  }
  header .rail-btn .bar {
    width: 55px;
    height: 5.8px;
  }
  header .rail-btn .bar.b2 {
    width: 60px;
  }
}
header nav ul {
  display: flex;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  height: 100%;
}
header nav a {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
}
header nav .admin-menu {
  position: relative;
}
header nav .admin-menu > a {
  display: block;
  position: relative;
  padding-right: 25px;
}
header nav .admin-menu > a::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../../images/icon/arrow.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  display: block;
}
header nav .admin-menu > a.admin {
  width: 75px;
}
@media (max-width: 1200px) {
  header nav .admin-menu > a.admin {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  header nav .admin-menu > a.admin {
    width: 65px;
  }
}
@media (max-width: 860px) {
  header nav .admin-menu > a.admin {
    width: 100%;
  }
}
@media (max-width: 860px) {
  header nav .admin-menu > a.admin::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
header nav .admin-menu > .sub-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  outline: 1px solid #ceaf8a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  line-height: 3;
  height: 135px;
  border-radius: 5px;
  background-color: #fff;
}
header nav .admin-menu > .sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ceaf8a;
}
header nav .admin-menu > .sub-menu::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #fff;
}
header nav .admin-menu > .sub-menu > li > a {
  text-align: center;
  width: 100%;
  font-size: 15px;
  display: block;
  transition: background-color 0.2s ease;
  background-color: transparent;
}
header nav .admin-menu > .sub-menu > li > a:hover {
  background-color: rgb(242, 235, 228);
}
header nav .admin-menu:hover > .sub-menu {
  display: block;
}
header nav .admin-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
}
header nav .is-mobile .admin-menu > .sub-menu2 {
  display: block;
  position: static;
  transform: none;
  box-shadow: none;
  outline: 0;
  height: auto;
  min-width: auto;
  line-height: 2.5;
  margin-top: 10px;
}
@media (max-width: 860px) {
  header nav .is-mobile .admin-menu > .sub-menu2 {
    line-height: 1;
    margin: 0;
  }
}
@media (max-width: 860px) {
  header nav .is-mobile .admin-menu > .sub-menu2 li {
    border-top: none;
    border-bottom: 1px solid #ddd;
  }
  header nav .is-mobile .admin-menu > .sub-menu2 li:last-child {
    border-bottom: none;
  }
}
header nav .is-mobile .admin-menu > .sub-menu2 li a {
  text-align: left;
  font-size: 15px;
}
@media (max-width: 860px) {
  header nav .is-mobile .admin-menu > .sub-menu2 li a {
    padding-left: 40px;
    background-color: rgba(255, 255, 255, 0.4588235294);
    font-size: 15px;
  }
}
header nav .is-mobile .admin-menu > .sub-menu2 li a:hover {
  background-color: transparent;
}
header nav .is-mobile .admin-menu > .sub-menu2::after, header nav .is-mobile .admin-menu > .sub-menu2::before {
  content: none;
}
@media (max-width: 1200px) {
  header nav ul {
    gap: 25px;
  }
  header nav a {
    font-size: 15px;
  }
}
@media (max-width: 860px) {
  header nav .gnb li {
    width: 100%;
    border-bottom: 1px solid #D4B897;
  }
  header nav .gnb li:first-child {
    border-top: 1px solid #D4B897;
  }
  header nav .gnb li a {
    position: relative;
  }
  header nav .gnb li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 12px;
    background-image: url(../../images/icon/right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
  }
  header nav a {
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    padding: 15px 30px;
    justify-content: flex-start;
  }
}

/* =========================
   네비 닫기 버튼
========================= */
.dropdown-close {
  display: none;
  position: absolute;
  top: 15px;
  right: 80px;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 860px) {
  .dropdown-close {
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
  }
}

.dropdown-nav.is-open .dropdown-close {
  display: block;
}

/* =========================
   헤더
========================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #fff;
  z-index: 1000;
}

/* =========================
   드롭다운 메뉴 (기본 PC)
========================= */
.dropdown-nav {
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 900;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.dropdown-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 860px) {
  .dropdown-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 70%;
    height: 100dvh;
    transform: translateX(100%);
  }
  .dropdown-nav.is-open {
    transform: translateX(0);
  }
}
@media (max-width: 480px) {
  .dropdown-nav {
    width: 100%;
  }
}

/* 열린 상태 (PC 기본) */
.dropdown-nav.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.dropdown-nav.is-open .sub-menu2 {
  background-color: rgba(255, 255, 255, 0);
}

/* =========================
   드롭다운 내부 그룹
========================= */
.dropdown-nav-group {
  width: 1400px;
  margin: auto;
  display: flex;
  position: relative;
}
@media (max-width: 1400px) {
  .dropdown-nav-group {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .dropdown-nav-group {
    height: 100%;
    flex-direction: column;
  }
}
.dropdown-nav-group .auth {
  display: none;
}
@media (max-width: 860px) {
  .dropdown-nav-group .auth {
    display: flex;
  }
}

/* =========================
   메뉴 리스트
========================= */
.dropdown-nav ul.gnb {
  display: flex;
  padding: 20px 40px;
  width: 1120px;
  margin: auto;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .dropdown-nav ul.gnb {
    width: calc(100% - 290px);
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .dropdown-nav ul.gnb {
    width: calc(100% - 200px);
  }
}
@media (max-width: 860px) {
  .dropdown-nav ul.gnb {
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

/* =========================
   모바일 딤 처리
========================= */
.menu-dim {
  display: none;
}
@media (max-width: 860px) {
  .menu-dim {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 800;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }
  .menu-dim.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

.dropdown-nav-top .logo-m {
  display: none;
}
@media (max-width: 860px) {
  .dropdown-nav-top {
    display: flex;
    min-height: 60px;
    padding: 0px 30px;
    background-color: #ffffff;
    align-items: center;
    position: relative;
  }
  .dropdown-nav-top .logo-m {
    display: none;
  }
}
@media (max-width: 860px) and (max-width: 480px) {
  .dropdown-nav-top .logo-m {
    display: flex;
    width: 120px;
  }
}

/*하단 푸터*/
.foot-top {
  background: #818181;
  color: #fff;
}
.foot-top .inner {
  height: 55px;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.foot {
  background: #E8E8E8;
  padding: 22px 0;
  color: #000;
  font-size: 14px;
}
@media (max-width: 1400px) {
  .foot {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 22px;
  }
}

.download-btn {
  min-width: 120px;
  max-width: 160px;
  background-color: rgb(246, 241, 234);
  padding: 10px;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ceaf8a;
  font-weight: 600;
  gap: 5px;
}
.download-btn::after {
  content: "";
  display: flex;
  width: 20px;
  height: 20px;
  background: url("../../images/icon/file-downloads.svg") no-repeat center/contain;
  pointer-events: none;
}
.download-btn:hover {
  background-color: rgb(242, 235, 228);
  box-shadow: 0 0 0 3px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}

.shortcut {
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #ceaf8a;
  color: #fff;
  font-size: 14px;
  height: 32px;
}

.warning {
  border: 1px solid red !important;
}

.top {
  display: none !important;
}

.disable {
  background-color: #d6d6d6;
  border-color: #e9e9e9 !important;
  color: #000 !important;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  opacity: 0.5;
  width: 100%;
}

.ico-arr-right {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(../../images/icon/right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  display: flex;
}

input:disabled {
  background-color: #d6d6d6 !important;
  border-color: #e9e9e9 !important;
  color: #000 !important;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  opacity: 0.6;
}

input[type=radio] {
  margin: 0;
  transform: scale(1.4);
  cursor: pointer;
}
@media (max-width: 860px) {
  input[type=radio] {
    transform: scale(1.2);
  }
}

button:disabled {
  background-color: #d6d6d6;
  border-color: #e9e9e9 !important;
  color: #000 !important;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  opacity: 0.5;
}
button:disabled:hover, button:disabled:active, button:disabled:focus {
  box-shadow: none;
  transform: none;
}

.skip-nav {
  position: absolute;
  top: -100px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  z-index: 9999;
  display: inline-block;
}
.skip-nav:focus, .skip-nav:focus-visible {
  top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.left-layout .left-info-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.left-layout .left-info-group h2 {
  height: 47px;
  display: flex;
  align-items: center;
  width: 100%;
}
.left-layout .left-info {
  display: flex;
  width: 100%;
  outline: 1px solid #D4B897;
  border-radius: 5px;
  max-height: 885px;
  overflow: auto;
}
.left-layout .left-info .list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 15px;
}
.left-layout .left-info .list-item .list-label-title {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #D4B897;
}
.left-layout .left-info .list-item .list-label-text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.left-layout .left-info .list-item .list-label-text .list-label-link {
  display: flex;
  width: 100%;
}
.left-layout .left-info .list-item .list-label-text .list-label-link.active {
  background-color: rgb(242, 235, 228);
  cursor: default;
}
.left-layout .left-info .list-item .list-label-text .list-label-link.active:hover {
  background-color: rgb(242, 235, 228);
}
.left-layout .left-info .list-item .list-label-text .list-label-link:hover {
  background-color: #fffbf8;
}
.left-layout .left-info .list-item .list-label {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  background-color: rgb(242, 235, 228);
  font-weight: 600;
}
.left-layout .left-info .list-item .list-label:last-child {
  flex: 0.3;
  border-left: 1px solid #D4B897;
}
.left-layout .left-info .list-item .list-text {
  padding: 10px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.left-layout .left-info .list-item .list-text:last-child {
  flex: 0.3;
  border-left: 1px solid #D4B897;
}

.main-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  flex: 1;
  gap: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}
.main-container .hero {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .main-container .hero {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .main-container .hero {
    min-height: 350px;
  }
}
@media (max-width: 860px) {
  .main-container .hero {
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .main-container .hero {
    min-height: 260px;
  }
}
@media (max-width: 370px) {
  .main-container .hero {
    min-height: 180px;
  }
}
@media (max-width: 560px) {
  .main-container .hero .inner {
    padding: 50px 20px;
  }
}
@media (max-width: 370px) {
  .main-container .hero .inner {
    padding: 0px 0px;
  }
}
@media (max-width: 300px) {
  .main-container .hero .inner {
    padding-top: 40px;
  }
}
.main-container .hero h1 {
  font-size: 50px;
  line-height: 1.4;
  color: #7a7a7a;
  font-weight: 900;
  text-shadow: 3px 2px 2px rgba(255, 255, 255, 0.35);
}
@media (max-width: 860px) {
  .main-container .hero h1 {
    font-size: 35px;
    text-align: center;
    line-height: 1.5;
  }
}
@media (max-width: 370px) {
  .main-container .hero h1 {
    padding: 20px;
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .main-container .hero h1 {
    font-size: 27px;
  }
}
@media (max-width: 370px) {
  .main-container .hero h1 {
    font-size: 20px;
    padding-top: 45px;
  }
}
@media (max-width: 300px) {
  .main-container .hero h1 {
    font-size: 20px;
    padding-top: 25px;
  }
}
.main-container .features {
  position: relative;
}
.main-container .features .container-2 {
  background-color: rgb(242, 235, 228);
  padding: 20px;
}
.main-container .features .container-2 h2 {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 25px;
}
.main-container .features .container-2 .feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .main-container .features .container-2 .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .main-container .features .container-2 .feature-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-container .features .container-2 .feature-grid .card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 22px 22px 18px;
  min-height: 170px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.main-container .features .container-2 .feature-grid .card:hover {
  box-shadow: 0 0 0 3px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.main-container .features .container-2 .feature-grid .card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  color: #4C4844;
}
.main-container .features .container-2 .feature-grid .card .rule {
  height: 1px;
  background: #4C4844;
  opacity: 0.7;
}
.main-container .features .container-2 .feature-grid .card p {
  font-size: 15px;
}
@media (max-width: 560px) {
  .main-container .features .container-2 .feature-grid .card p {
    font-size: 18px;
  }
}
.main-container .features .container-2 .feature-grid .card .go {
  margin-top: auto;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.main-container .features .container-2 .feature-grid .card .go .icon {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  background: #D4B897;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.main-container .features .container-2 .feature-grid .card .go .icon::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../images/icon/arrow-next-ltr.svg);
  display: block;
}
.main-container .img-group {
  background: url(../../images/common/sub-img.jpg) center/cover no-repeat;
  background-position: center 40%;
  position: relative;
}
.main-container .img-group .cta-wrap {
  height: 289px;
}
@media (max-width: 1200px) {
  .main-container .img-group .cta-wrap {
    height: 140px;
  }
}
@media (max-width: 860px) {
  .main-container .img-group .cta-wrap {
    height: 100%;
    position: absolute;
    width: 100%;
  }
}
.main-container .img-group .cta-wrap .cta {
  position: relative;
  height: 100%;
}
.main-container .img-group .user-menu {
  margin: -40px 0 0 0;
  position: relative;
}
@media (max-width: 860px) {
  .main-container .img-group .user-menu {
    margin: 0;
  }
}
.main-container .img-group .user-menu .visual::before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  margin-top: 41px;
}
@media (max-width: 1200px) {
  .main-container .img-group .user-menu .visual::before {
    height: 130px;
  }
}
@media (max-width: 860px) {
  .main-container .img-group .user-menu .visual::before {
    margin-top: 0;
    height: 100%;
  }
}
.main-container .img-group .user-menu .bar {
  display: flex;
  align-items: end;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 860px) {
  .main-container .img-group .user-menu .bar {
    flex-direction: column;
  }
}
.main-container .img-group .user-menu .bar .left {
  width: 240px;
  background: #D4B897;
  color: #fff;
  padding: 22px 18px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  display: flex;
  height: 220px;
}
@media (max-width: 1200px) {
  .main-container .img-group .user-menu .bar .left {
    height: 170px;
  }
}
@media (max-width: 860px) {
  .main-container .img-group .user-menu .bar .left {
    display: none;
  }
}
.main-container .img-group .user-menu .bar .right {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 180px;
  border-top: 1px solid #ddd;
}
@media (max-width: 1200px) {
  .main-container .img-group .user-menu .bar .right {
    height: 130px;
  }
}
@media (max-width: 860px) {
  .main-container .img-group .user-menu .bar .right {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-container .img-group .user-menu .bar .right .um-item {
  padding: 22px 22px;
  gap: 10px;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 860px) {
  .main-container .img-group .user-menu .bar .right .um-item:first-child, .main-container .img-group .user-menu .bar .right .um-item:nth-child(2) {
    border-top: none;
  }
}
@media (max-width: 1024px) {
  .main-container .img-group .user-menu .bar .right .um-item {
    padding: 0;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 860px) {
  .main-container .img-group .user-menu .bar .right .um-item {
    padding: 15px;
    align-items: center;
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 560px) {
  .main-container .img-group .user-menu .bar .right .um-item {
    align-items: center;
  }
}
.main-container .img-group .user-menu .bar .right .um-item .um-dot {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.main-container .img-group .user-menu .bar .right .um-item .um-dot::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-container .img-group .user-menu .bar .right .um-item .um-dot.um-dot1::after {
  width: 30px;
  height: 30px;
  background-image: url(../../images/icon/symbols_login.svg);
}
.main-container .img-group .user-menu .bar .right .um-item .um-dot.um-dot2::after {
  width: 30px;
  height: 30px;
  background-image: url(../../images/icon/symbols_person.svg);
}
.main-container .img-group .user-menu .bar .right .um-item .um-dot.um-dot3::after {
  width: 25px;
  height: 25px;
  background-image: url(../../images/icon/ep_list.svg);
}
.main-container .img-group .user-menu .bar .right .um-item .um-dot.um-dot4::after {
  width: 20px;
  height: 20px;
  background-image: url(../../images/icon/patient-icon-1.svg);
}
.main-container .img-group .user-menu .bar .right .um-item .um-dot.um-dot5::after {
  width: 30px;
  height: 30px;
  background-image: url(../../images/icon/dashboard.svg);
}
.main-container .img-group .user-menu .bar .right .um-item .um-dot.um-dot6::after {
  width: 25px;
  height: 25px;
  background-image: url(../../images/icon/sharp.svg);
}
.main-container .img-group .user-menu .bar .right .um-item .um-dot.um-dot7::after {
  width: 35px;
  height: 35px;
  background-image: url(../../images/icon/ion_person-2.svg);
}
.main-container .img-group .user-menu .bar .right .um-item .um-title {
  font-weight: 900;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .main-container .img-group .user-menu .bar .right .um-item .um-title {
    font-size: 16px;
  }
}
.main-container .img-group .user-menu .bar .right .um-item:hover {
  background: #F3F6FC;
  color: #D4B897;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
.page-content.gap-10 {
  gap: 10px;
}
@media (max-width: 860px) {
  .page-content {
    gap: 20px;
  }
}

.top-info {
  width: 100%;
  display: flex;
  background-color: #f2ebe4;
  border-radius: 5px;
  border: 1px solid #ceaf8a;
  min-height: 40px;
  flex-wrap: wrap;
}
.top-info .top-info-group {
  display: flex;
  flex: 1 1 200px; /* ⭐ 핵심 */
  padding: 10px;
  align-items: center;
  gap: 10px;
}
.top-info .top-info-group .top-info-label {
  font-weight: 600;
  color: #D4B897;
}
.top-info .top-info-group .top-info-text {
  font-weight: 600;
}

.total-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 50px;
}

.info-card-total {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.info-card-total h2.info-card-totaltitle {
  display: flex;
  align-items: flex-start; /* 항상 이것 */
  gap: 10px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .info-card-total h2.info-card-totaltitle {
    font-size: 18px;
  }
}
.info-card-total h2.info-card-totaltitle:before {
  content: "";
  width: 4px;
  background-color: #ceaf8a;
  flex-shrink: 0; /* 줄어들지 않게 */
  height: 25px;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .info-card-total h2.info-card-totaltitle:before {
    height: 18px;
    margin-top: 4px;
  }
}

.info-cardgroup {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

.info-card-group {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: flex-start;
}
.info-card-group .patient-info-card, .info-card-group .doctor-info-card {
  display: flex;
  flex: 1;
  border: 1px solid #D4B897;
  padding: 10px;
  border-radius: 5px;
  flex-direction: column;
  gap: 10px;
  width: calc(50% - 10px);
}
.info-card-group .patient-info-card h3, .info-card-group .doctor-info-card h3 {
  margin-left: 5px;
}
.info-card-group .patient-info-card .patient-info-title, .info-card-group .doctor-info-card .patient-info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-card-group .patient-info-card .patient-info-title .last-question, .info-card-group .doctor-info-card .patient-info-title .last-question {
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ff0000;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #ffe8e8;
  display: flex;
  gap: 5px;
  height: 35px;
  align-items: center;
}
.info-card-group .patient-info-card .patient-info-title .last-question span, .info-card-group .doctor-info-card .patient-info-title .last-question span {
  color: #ff0000;
}
.info-card-group .patient-info-card .info-card .card-header, .info-card-group .doctor-info-card .info-card .card-header {
  padding: 4px 10px;
  height: 40px;
}
.info-card-group .patient-info-card .info-card .card-header.last h2, .info-card-group .doctor-info-card .info-card .card-header.last h2 {
  flex: 1;
}
.info-card-group .patient-info-card .info-card .card-header.last .radio-group .radio, .info-card-group .doctor-info-card .info-card .card-header.last .radio-group .radio {
  width: 50%;
}
.info-card-group .patient-info-card .info-card .card-header h2, .info-card-group .doctor-info-card .info-card .card-header h2 {
  font-size: 17px;
}
.info-card-group .patient-info-card .info-card .card-body .health-row .health-label, .info-card-group .patient-info-card .info-card .card-body .health-row .health-group, .info-card-group .patient-info-card .info-card .card-body .health-row .health-unit, .info-card-group .doctor-info-card .info-card .card-body .health-row .health-label, .info-card-group .doctor-info-card .info-card .card-body .health-row .health-group, .info-card-group .doctor-info-card .info-card .card-body .health-row .health-unit {
  font-size: 14px;
}
.info-card-group .patient-info-card .info-card .survey-wrap .survey-row, .info-card-group .doctor-info-card .info-card .survey-wrap .survey-row {
  font-size: 14px;
}
.info-card-group .patient-info-card .info-card .survey-wrap .survey-row .col, .info-card-group .doctor-info-card .info-card .survey-wrap .survey-row .col {
  padding: 5px;
}
.info-card-group .patient-info-card .info-card .survey-wrap .survey-row .col.no, .info-card-group .doctor-info-card .info-card .survey-wrap .survey-row .col.no {
  width: 40px;
}
.info-card-group .patient-info-card .info-card .survey-wrap .survey-row .col.question, .info-card-group .doctor-info-card .info-card .survey-wrap .survey-row .col.question {
  width: 190px;
}
.info-card-group .patient-info-card .info-card .survey-wrap .survey-row .col.score, .info-card-group .doctor-info-card .info-card .survey-wrap .survey-row .col.score {
  font-size: 12px;
  text-align: center;
  padding: 5px;
}
.info-card-group .patient-info-card .doctor-info-title, .info-card-group .doctor-info-card .doctor-info-title {
  display: flex;
  justify-content: space-between;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-bottom: 1px solid #4C4844;
  padding-bottom: 30px;
}
@media (max-width: 860px) {
  .grid {
    flex-direction: column;
    display: flex;
    padding-bottom: 20px;
    gap: 20px;
  }
}
.grid .intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
.grid .intro h1 {
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 860px) {
  .grid .intro h1 {
    font-size: 45px;
    word-break: break-word;
  }
}
.grid .intro p {
  font-size: 18px;
  line-height: 1.7;
}
.grid .login-input-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 860px) {
  .grid .login-input-group {
    gap: 20px;
  }
}
.grid .login-input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.grid .login-input .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  position: relative;
}
.grid .login-input .field input.input {
  width: 100%;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #D4B897;
}
.grid .login-input .checkrow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

.bullet-text {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.bullet-text::before {
  content: "※";
  position: absolute;
  left: 0px;
  font-size: 16px;
  font-weight: bold;
}

.grid-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 30px;
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .grid-bottom {
    padding: 0;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .grid-bottom {
    margin: 20px 0;
  }
}
.grid-bottom .bottom-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .grid-bottom .bottom-group {
    flex-direction: column;
    width: 100%;
    align-items: baseline;
    gap: 10px;
  }
}
.grid-bottom .bottom-group .bottom-group-text {
  flex: 2;
  font-size: 16px;
  font-weight: 600;
}
.grid-bottom .bottom-group .bottom-group-btn {
  flex: 1;
}
@media (max-width: 1200px) {
  .grid-bottom .bottom-group .bottom-group-btn {
    width: 100%;
  }
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  margin: 0;
}
input[type=checkbox]:checked {
  background: #CEAF8A;
  border-color: #CEAF8A;
}
input[type=checkbox]:checked::after {
  content: "✔";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 14px;
}
input[type=checkbox] {
  /* disabled */
}
input[type=checkbox]:disabled {
  background-color: #d6d6d6;
  border-color: #e9e9e9;
  color: #000;
  cursor: not-allowed;
}
input[type=checkbox]:disabled:checked::after {
  color: #000;
}

.btn-agree {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #000;
}

.submit-btn {
  background: #CEAF8A;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 100%;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.submit-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}

.bottom-group-btn .search-btn {
  background: #fff;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 100%;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.bottom-group-btn .search-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}

.patient-btn {
  background: #F6F1EA;
  color: #000;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 150px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 100%;
  font-size: 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.patient-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
@media (max-width: 860px) {
  .patient-btn {
    height: 100px;
  }
}
.patient-btn::before {
  content: "";
  background-image: url(../../images/icon/patient-icon.svg);
  width: 30px;
  height: 30px;
}

.doctor-btn {
  background: #fff;
  color: #000;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 150px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 100%;
  font-size: 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.doctor-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
@media (max-width: 860px) {
  .doctor-btn {
    height: 100px;
  }
}
.doctor-btn::before {
  content: "";
  background-image: url(../../images/icon/doctor-icon.svg);
  width: 30px;
  height: 30px;
}

.input-btn {
  display: inline-flex; /* 핵심 */
  align-items: center; /* 세로 중앙 */
  justify-content: center; /* 버튼 기준 정중앙 */
  gap: 6px;
}

.input-btn, .file-btn {
  background: #fff;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 40px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: auto;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.input-btn:hover, .file-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.input-btn, .file-btn {
  cursor: pointer;
}
@media (max-width: 860px) {
  .input-btn, .file-btn {
    padding: 5px;
    font-size: 14px;
    min-width: 100px;
    height: 40px;
  }
}

/* 아이콘 */
.input-btn {
  width: 140px;
  gap: 5px;
  padding: 5px;
}
@media (max-width: 370px) {
  .input-btn {
    min-width: 65px;
  }
}
.input-btn .see-icon {
  width: 23px;
  height: 23px;
  background: url(../../images/icon/see.svg) no-repeat center/contain;
  flex-shrink: 0; /* 눌리지 않게 */
}
.input-btn:disabled .see-icon {
  background: url(../../images/icon/see2.svg) no-repeat center/contain;
  width: 23px;
  height: 23px;
}

.info {
  padding: 15px;
  background: rgb(242, 235, 228);
  border: 1px solid #D4B897;
  border-radius: 5px;
  line-height: 2;
  color: #222;
}
.info p.sub-text {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 860px) {
  .info {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .info {
    font-size: 14px;
  }
}
.info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info li {
  position: relative;
  padding-left: 14px;
  line-height: 1.6;
}
.info li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 14px;
  font-weight: bold;
}
.info li + li {
  margin-top: 6px;
}

.mypage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 860px) {
  .mypage {
    gap: 20px;
  }
}

.mypage-info {
  border: 1px solid #D4B897;
  border-radius: 5px;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .mypage-info {
    padding: 0 10px;
  }
}
.mypage-info .disable {
  background-color: #fff;
  padding: 0 5px;
}
@media (max-width: 560px) {
  .mypage-info .disable {
    padding: 0 5px;
  }
}
@media (max-width: 480px) {
  .mypage-info {
    padding: 0 10px;
  }
}

.join-complete {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.join-complete .complete-box {
  width: 100%;
  background: #fff;
  border: 1px solid #D4B897;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 70px 0;
}
@media (max-width: 480px) {
  .join-complete .complete-box {
    padding: 20px 10px;
    gap: 20px;
  }
}
.join-complete .complete-box .icon-circle {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-image: url(../../images/icon/login-sub.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.join-complete .complete-box .title {
  font-size: 30px;
  font-weight: 700;
  color: #CEAF8A;
}
@media (max-width: 860px) {
  .join-complete .complete-box .title {
    font-size: 18px;
  }
}
.join-complete .complete-box .id-box {
  background-color: rgb(242, 235, 228);
  width: 100%;
  padding: 30px 0;
}
.join-complete .complete-box .id-box span {
  font-size: 20px;
  font-weight: 600;
}
.join-complete .complete-box .complete-text {
  font-size: 18px;
  font-weight: 600;
}
.join-complete .complete-box .complete-info {
  border: 1px solid #D4B897;
  padding: 5px 20px;
  border-radius: 25px;
  background-color: rgb(242, 235, 228);
}
@media (max-width: 480px) {
  .join-complete .complete-box .complete-info {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.btn-login-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 860px) {
  .btn-login-group {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
.btn-login-group .join-btn {
  background: #fff;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 250px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-login-group .join-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.btn-login-group .login-btn, .btn-login-group .pw-btn {
  background: #CEAF8A;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 250px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-login-group .login-btn:hover, .btn-login-group .pw-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
@media (max-width: 860px) {
  .btn-login-group .pw-btn {
    width: 100%;
  }
}

.btn-end-group {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.btn-end-group.w-100 {
  width: 100%;
}
.btn-end-group .login-btn, .btn-end-group .pw-btn, .btn-end-group .save-btn {
  background: #CEAF8A;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 130px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-end-group .login-btn:hover, .btn-end-group .pw-btn:hover, .btn-end-group .save-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.btn-end-group .login-btn:disabled, .btn-end-group .pw-btn:disabled, .btn-end-group .save-btn:disabled {
  background-color: #d6d6d6;
  border-color: #e9e9e9;
  color: #000;
  cursor: not-allowed;
  opacity: 0.5;
}
@media (max-width: 480px) {
  .btn-end-group .login-btn, .btn-end-group .pw-btn, .btn-end-group .save-btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .btn-end-group .save-btn.half, .btn-end-group .list-btn.half {
    width: 100%;
    min-width: calc(50% - 5px);
  }
}
.btn-end-group .list-btn {
  background: #fff;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 130px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-end-group .list-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.btn-end-group .search-btn {
  background: #CEAF8A;
  color: #fff;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 40px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 100px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-end-group .search-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.btn-end-group .search-smbtn {
  background: #fff;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 40px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 70px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-end-group .search-smbtn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.btn-end-group .reset-btn {
  background: #fff;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 40px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 100px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-end-group .reset-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.btn-end-group .history-btn {
  background: #CEAF8A;
  color: #fff;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 180px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-end-group .history-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
@media (max-width: 860px) {
  .btn-end-group .history-btn {
    width: 50%;
    font-size: 16px;
    padding: 5px;
    max-height: 40px;
  }
}
@media (max-width: 370px) {
  .btn-end-group .history-btn {
    font-size: 14px;
  }
}
.btn-end-group .to-btn {
  background: #fff;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 180px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-end-group .to-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
@media (max-width: 860px) {
  .btn-end-group .to-btn {
    width: 50%;
    font-size: 16px;
    padding: 5px;
    max-height: 40px;
  }
}
@media (max-width: 370px) {
  .btn-end-group .to-btn {
    font-size: 14px;
  }
}
@media (max-width: 300px) {
  .btn-end-group .to-btn {
    max-height: 100%;
  }
}
.btn-end-group p {
  font-size: 13px;
  font-weight: 600;
}
.btn-end-group .to-sm-btn {
  background: #fff;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 35px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 186px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: 145px;
}
.btn-end-group .to-sm-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}

.btn-start-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.btn-start-group .write-btn {
  background: #CEAF8A;
  color: #fff;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 40px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 120px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-start-group .write-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
@media (max-width: 480px) {
  .btn-start-group .write-btn {
    width: 100%;
  }
}
.btn-start-group p {
  font-size: 14px;
}

.reset-password {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 30px;
}
@media (max-width: 480px) {
  .reset-password {
    gap: 20px;
  }
}
.reset-password .form-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.form-group {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #D4B897;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 560px) {
  .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-group.none {
  border-bottom: none;
}
.form-group .form-text {
  width: 150px;
}
@media (max-width: 860px) {
  .form-group .form-text {
    width: 120px;
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .form-group .form-text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .form-group .form-text {
    font-size: 16px;
  }
}
.form-group .form-conts {
  width: calc(100% - 160px);
  display: flex;
  position: relative;
  gap: 10px;
  align-items: center;
  min-height: 60px;
}
.form-group .form-conts .custom-select {
  width: 35%;
}
@media (max-width: 860px) {
  .form-group .form-conts .custom-select {
    width: 28%;
  }
}
@media (max-width: 370px) {
  .form-group .form-conts .custom-select {
    width: 35%;
  }
}
@media (max-width: 860px) {
  .form-group .form-conts .custom-select .select-display {
    padding: 0;
  }
}
.form-group .form-conts.wrap {
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  .form-group .form-conts.toggle-con {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
}
@media (max-width: 860px) {
  .form-group .form-conts {
    width: calc(100% - 130px);
  }
}
@media (max-width: 560px) {
  .form-group .form-conts {
    width: 100%;
    padding: 5px 0;
    min-height: auto;
    min-height: fit-content;
  }
}
.form-group .form-conts .input {
  width: 100%;
  border: none;
  height: 60px;
  padding: 5px;
  border-radius: 5px;
}
.form-group .form-conts .input.nurname {
  height: 100%;
}
@media (max-width: 860px) {
  .form-group .form-conts .input.nurname {
    width: 100%;
  }
}
.form-group .form-conts .input.nurall {
  width: calc(100% - 50px);
  height: 100%;
}
@media (max-width: 860px) {
  .form-group .form-conts .input.nurall {
    width: calc(100% - 30px);
  }
}
@media (max-width: 860px) {
  .form-group .form-conts .input {
    font-size: 15px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
  }
}
@media (max-width: 560px) {
  .form-group .form-conts .input {
    padding: 0 5px;
  }
}
@media (max-width: 480px) {
  .form-group .form-conts .input {
    font-size: 16px;
    padding: 0;
  }
}
.form-group .form-conts .input .on {
  display: none;
}
.form-group .form-conts .input.addr {
  width: calc(100% - 70px);
}
@media (max-width: 860px) {
  .form-group .form-conts .input.addr {
    width: calc(100% - 35px);
  }
}
.form-group .form-conts .input.doc-addr {
  width: calc(100% - 140px);
}
@media (max-width: 860px) {
  .form-group .form-conts .input.doc-addr {
    width: 100%;
  }
}
.form-group .form-conts .input.id {
  width: calc(100% - 140px);
}
@media (max-width: 480px) {
  .form-group .form-conts .input.id {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .form-group .form-conts .input.value-emil {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .form-group .form-conts .input.validPw {
    width: calc(100% - 40px);
  }
}
.form-group .form-conts input[type=email] {
  width: 30%;
}
.form-group .form-conts .form-search {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
}
@media (max-width: 860px) {
  .form-group .form-conts .form-search {
    height: 40px;
  }
}
@media (max-width: 860px) {
  .form-group .form-conts .form-search.flex-con {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
  }
}
.form-group .form-conts .form-search button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  width: 24px;
  height: 24px;
  background-color: #000;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 80% auto;
  -webkit-mask-size: 80% auto;
  mask-image: url(../../images/icon/search_icon.svg);
  -webkit-mask-image: url(../../images/icon/search_icon.svg);
}
.form-group .form-conts.rrn-group {
  padding: 5px;
  align-items: center;
}
@media (max-width: 860px) {
  .form-group .form-conts.rrn-group {
    padding: 0 10px;
  }
}
@media (max-width: 560px) {
  .form-group .form-conts.rrn-group {
    padding: 0 5px;
  }
}
.form-group .form-conts.rrn-group .birth {
  width: 30%;
}
@media (max-width: 480px) {
  .form-group .form-conts.rrn-group .birth {
    width: 45%;
  }
}
.form-group .form-conts.rrn-group .rrn {
  width: 40px;
  text-align: center;
}
.form-group .form-conts.rrn-group .mask {
  font-size: 16px;
  letter-spacing: 5px;
  margin-top: 3px;
  height: 20px;
  color: #000;
  opacity: 0.5;
}
@media (max-width: 860px) {
  .form-group .form-conts.rrn-group .mask {
    font-size: 13px;
    letter-spacing: 5px;
  }
}
.form-group .form-conts.rrn-group .dash {
  font-size: 15px;
  font-weight: 400;
}
.form-group .form-conts.radio-group {
  gap: 30px;
  height: 40px;
}
.form-group .form-conts.address-group {
  gap: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .form-group .form-conts.address-group {
    width: calc(100% - 150px);
    gap: 10px;
  }
}
@media (max-width: 860px) {
  .form-group .form-conts.address-group {
    width: calc(100% - 120px);
  }
}
@media (max-width: 560px) {
  .form-group .form-conts.address-group {
    width: 100%;
  }
}
.form-group .form-conts .more-indicator {
  display: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #999;
  pointer-events: auto;
  cursor: pointer;
}
.form-group .form-conts .more-indicator::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../../images/icon/double-right.svg") no-repeat center/contain;
  display: inline-block;
}
.form-group .form-conts.has-more .more-indicator {
  display: block;
}
.form-group .form-conts.has-more .input.doc-addr {
  width: calc(100% - 30px);
}
.form-group .addr-group {
  width: 100%;
  gap: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.form-group .addr-group .dash {
  width: 60px;
  font-weight: 600;
}
@media (max-width: 860px) {
  .form-group .addr-group .dash {
    font-size: 13px;
    width: 45px;
  }
}
@media (max-width: 480px) {
  .form-group .addr-group .dash {
    font-size: 12px;
    width: 40px;
  }
}
@media (max-width: 860px) {
  .form-group .addr-group .input.addr {
    width: calc(100% - 45px);
  }
}
.form-group.adress-pc {
  display: flex;
}
@media (max-width: 560px) {
  .form-group.adress-pc {
    display: none;
  }
}
.form-group.adress-mob {
  display: none;
}
.form-group.adress-mob .addrs-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.form-group.adress-mob .addrs-mob .form-text {
  width: calc(100% - 80px);
}
@media (max-width: 560px) {
  .form-group.adress-mob {
    display: flex;
  }
}

.pw-visible {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 40px;
  transform: translateY(-50%);
}
@media (max-width: 560px) {
  .pw-visible {
    right: 5px;
  }
}
.pw-visible .svg-icon {
  display: inline-flex;
  width: 23px;
  height: 23px;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  right: 5px;
}
@media (max-width: 860px) {
  .pw-visible .svg-icon {
    width: 20px;
    height: 20px;
  }
}
.pw-visible .svg-icon::after {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.pw-visible .ico-no-eye::after {
  background-image: url(../../images/icon/ico_no_eye_20.svg);
}
.pw-visible .ico-eye::after {
  background-image: url(../../images/icon/ico-pwd-view-on.svg);
}

/*토글*/
.toggle-select {
  position: relative;
  display: inline-flex;
  width: 200px;
  height: 40px;
  padding: 4px;
  background: rgb(242, 235, 228);
  border-radius: 30px;
}
.toggle-select input {
  display: none;
}
.toggle-select label {
  flex: 1;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.25s;
}
@media (max-width: 860px) {
  .toggle-select label {
    font-size: 13px;
  }
}
.toggle-select .active-bg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 48%;
  height: 32px;
  background: #CEAF8A;
  border-radius: 20px;
  transition: 0.3s;
  z-index: 1;
}
.toggle-select .search:checked ~ .active-bg {
  transform: translateX(0);
}
.toggle-select .direct:checked ~ .active-bg {
  transform: translateX(100%);
}
.toggle-select .search:checked + label {
  color: #fff;
}
.toggle-select .direct:checked + label {
  color: #fff;
}

.btn-short-group {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  gap: 10px;
}

.btn-between-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.btn-between-group .format-btn {
  background: #CEAF8A;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 130px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-between-group .format-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.btn-between-group .mask-toggle-btn {
  background: #CEAF8A;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 130px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.btn-between-group .mask-toggle-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}

.edit-btn {
  background: #F6F1EA;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 100px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.edit-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}

.leave-btn {
  background: #CEAF8A;
  color: #fff;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 45px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 100px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.leave-btn:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}

.req {
  color: #ff0000;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}

/*환자 이용약관*/
.cont-border-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 30px;
  border: 1px solid #D4B897;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .cont-border-group {
    padding: 10px;
  }
}
.cont-border-group .all-agree-chk {
  display: flex;
  border-bottom: 1px solid #D4B897;
  padding-bottom: 15px;
  width: 100%;
}
.cont-border-group .all-agree-chk .checkbox-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .cont-border-group .all-agree-chk .checkbox-item {
    font-size: 17px;
  }
}
.cont-border-group .agree-chk-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
@media (max-width: 860px) {
  .cont-border-group .agree-chk-list {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .cont-border-group .agree-chk-list {
    font-size: 16px;
  }
}
.cont-border-group .agree-chk-list li {
  display: flex;
  width: 100%;
}
.cont-border-group .agree-chk-list li .agree-chk-item {
  display: flex;
  width: 100%;
}
.cont-border-group .agree-chk-list li .agree-chk-item .form-check {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.cont-border-group .agree-chk-list li .agree-chk-item .form-check .checkbox-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 370px) {
  .cont-border-group .agree-chk-list li .agree-chk-item .form-check .checkbox-item {
    width: 100%;
  }
}
.cont-border-group .agree-chk-list li .agree-chk-item .form-check .text {
  font-size: 15px;
}
@media (max-width: 370px) {
  .cont-border-group .agree-chk-list li .agree-chk-item .form-check {
    flex-direction: column;
    width: 100%;
    gap: 5px;
    align-items: flex-end;
  }
}

/*이메일*/
.at {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 860px) {
  .at {
    font-size: 15px;
  }
}

.email-id {
  width: 150px;
}

.email-domain {
  width: 180px;
}

/* 셀렉트 커스텀 */
.custom-select {
  position: relative;
  width: 200px;
  font-size: 16px;
}
.custom-select.open .select-display.border {
  box-shadow: 0 0 0 1px rgb(0, 0, 0), 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.custom-select[disabled] {
  pointer-events: none;
  opacity: 0.8;
  cursor: not-allowed;
}
.custom-select[disabled] .select-display {
  background: #d6d6d6;
}
@media (max-width: 860px) {
  .custom-select {
    font-size: 13px;
    width: 100px;
  }
}
@media (max-width: 480px) {
  .custom-select {
    font-size: 16px;
    width: 120px;
  }
}
.custom-select .select-display {
  padding: 0 12px;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  height: 40px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.custom-select .select-display.border {
  border: 1px solid #ddd;
}
.custom-select .select-display {
  /* 화살표 */
}
.custom-select .select-display::after {
  content: "▼";
  font-size: 11px;
}
@media (max-width: 860px) {
  .custom-select .select-display::after {
    font-size: 10px;
  }
}
.custom-select .select-options {
  list-style: none;
  margin: 3px 0 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: white;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  width: 100%;
  z-index: 20;
}
@media (max-width: 370px) {
  .custom-select .select-options {
    font-size: 14px;
  }
}
.custom-select .select-options li {
  padding: 10px 12px;
  cursor: pointer;
}
.custom-select .select-options li:hover {
  background-color: rgb(242, 235, 228);
}
.custom-select {
  /* 열렸을때 */
}
.custom-select.open .select-options {
  display: block;
}
.custom-select.open .select-display::after {
  content: "▲";
}

/*첨부파일*/
.file-box {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
.file-box .file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.file-box .file-name {
  flex: 1;
  cursor: default;
}

/*탭*/
.find-wrap input[type=radio] {
  display: none;
}

.tab-header {
  display: flex;
  border-bottom: 1px solid #D4B897;
}
.tab-header label {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
  color: #888;
  border-bottom: 3px solid transparent;
  transition: 0.25s;
}

.tab-contents {
  margin-top: 30px;
}

.form-group-info {
  border: 1px solid #D4B897;
  padding: 0 30px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .form-group-info {
    padding: 0 20px;
  }
}

/* 선택된 탭 표시 */
#findId:checked ~ .tab-header label[for=findId],
#findPw:checked ~ .tab-header label[for=findPw] {
  color: #CEAF8A;
  border-bottom-color: #CEAF8A;
  font-weight: 600;
}

/* 기본 숨김 */
.tab-panel {
  display: none;
}

/* 아이디 탭 보이기 */
#findId:checked ~ .tab-contents .panel-id {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 480px) {
  #findId:checked ~ .tab-contents .panel-id {
    gap: 20px;
  }
}

/* 비밀번호 탭 보이기 */
#findPw:checked ~ .tab-contents .panel-pw {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 480px) {
  #findPw:checked ~ .tab-contents .panel-pw {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .page-head .log-step-wrap {
    display: none;
  }
}

.search-box {
  display: flex;
  width: 100%;
  position: absolute;
  height: 200px;
  background-color: rgb(246, 241, 234);
  top: 65px;
  border-radius: 5px;
  border: 1px solid #D4B897;
  max-height: 200px;
  overflow: auto;
  z-index: 999;
}
@media (max-width: 860px) {
  .search-box {
    top: 45px;
  }
}
.search-box ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search-box ul li {
  display: flex;
  gap: 10px;
  padding: 5px 10px;
  cursor: pointer;
}
@media (max-width: 860px) {
  .search-box ul li {
    font-size: 14px;
  }
}
.search-box ul li .search-box-title {
  width: 25%;
}
@media (max-width: 860px) {
  .search-box ul li .search-box-title {
    font-size: 13px;
  }
}
.search-box ul li .search-box-text {
  width: 100%;
}
@media (max-width: 860px) {
  .search-box ul li .search-box-text {
    font-size: 13px;
  }
}
.search-box ul li.on {
  background-color: #D4B897;
  font-weight: 600;
}

/*문진표*/
.health-input {
  width: 140px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 3px;
  background-color: #fff;
}
.health-input.w-100 {
  width: 100%;
}
.health-input:disabled {
  background-color: #d6d6d6;
  border-color: #e9e9e9;
  color: #000;
  cursor: not-allowed;
}
.health-input {
  /* placeholder도 같이 흐리게 */
}
.health-input:disabled::placeholder {
  color: #000;
}
.health-input.small {
  width: 120px;
  cursor: pointer;
}
@media (max-width: 560px) {
  .health-input.small {
    width: 110px;
  }
}
.health-input.xsmall {
  width: 55px;
}
@media (max-width: 480px) {
  .health-input.xsmall {
    width: 40px;
  }
}
.health-input.textfull {
  width: 85px;
}
.health-input.long {
  width: calc(100% - 70px);
}
.health-input.biglong {
  width: calc(100% - 140px);
}
@media (max-width: 480px) {
  .health-input.biglong {
    width: calc(100% - 103px);
  }
}
.health-input.full {
  width: 100%;
}

.info-card {
  outline: 2px solid #D4B897;
  border-radius: 5px;
  background: #fff;
  width: 100%;
}
.info-card.active .card-header {
  background-color: rgb(242, 235, 228);
}
@media (max-width: 560px) {
  .info-card.active .card-header h2 {
    font-size: 20px;
  }
}
.info-card.active .card-header .toggle-btn {
  transform: rotate(180deg); /* active 때 */
}
.info-card.active .card-body {
  max-height: 100%;
  opacity: 1;
  transform: translateY(0);
}
.info-card.active .card-body.last .health-label {
  width: 40%;
}
.info-card .card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  width: 100%;
}
.info-card .card-header.last {
  gap: 10px;
}
.info-card .card-header.last h2 {
  flex: 0.7;
}
@media (max-width: 1024px) {
  .info-card .card-header.last h2 {
    flex: 1;
  }
}
.info-card .card-header.last .radio-group {
  flex: 1;
  width: 100%;
}
.info-card .card-header.last .radio-group .radio {
  width: 27%;
}
@media (max-width: 860px) {
  .info-card .card-header.last {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    position: relative;
    height: 80px;
  }
}
.info-card .card-header .toggle-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: url(../../images/icon/arrow.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  display: block;
  transform: rotate(0deg); /* 기본 */
  transition: transform 0.2s ease;
}
@media (max-width: 560px) {
  .info-card .card-header h2 {
    font-size: 20px;
  }
}
.info-card .card-body {
  font-size: 16px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
}
@media (max-width: 1200px) {
  .info-card .card-body {
    font-size: 15px;
  }
}
@media (max-width: 860px) {
  .info-card .card-body {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .info-card .card-body {
    font-size: 13px;
  }
}
.info-card .card-body .health-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  gap: 10px;
}
.info-card .card-body .health-column:first-child {
  border-top: 1px solid #D4B897;
}
.info-card .card-body .health-column .column-grop {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border: 1px solid #D4B897;
}
.info-card .card-body .health-column .column-grop .column-wrap {
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #D4B897;
  flex-wrap: wrap;
  align-items: center;
}
.info-card .card-body .health-column .column-grop .column-wrap:last-child {
  border-bottom: none;
}
.info-card .card-body .health-column .column-grop .column-wrap .check-box {
  display: flex;
  gap: 5px;
  align-items: center;
}
.info-card .card-body .health-column h3 {
  width: 100%;
}
.info-card .card-body .health-column .column-teble {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.info-card .card-body .health-column .column-teble .column-title {
  display: flex;
  width: 100%;
  border-top: 1px solid #D4B897;
  border-right: 1px solid #D4B897;
  border-left: 1px solid #D4B897;
}
.info-card .card-body .health-column .column-teble .column-title ol {
  display: flex;
  width: 100%;
  gap: 10px;
}
.info-card .card-body .health-column .column-teble .column-title ol li {
  padding: 8px 0;
  flex: 1;
  border-right: 1px solid #D4B897;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info-card .card-body .health-column .column-teble .column-title ol li:last-child {
  border-right: none;
}
.info-card .card-body .health-column .column-teble .column-content {
  display: flex;
  width: 100%;
  border-right: 1px solid #D4B897;
  border-left: 1px solid #D4B897;
}
.info-card .card-body .health-column .column-teble .column-content:last-child {
  border-bottom: 1px solid #D4B897;
}
.info-card .card-body .health-column .column-teble .column-content ol {
  display: flex;
  width: 100%;
  gap: 10px;
}
.info-card .card-body .health-column .column-teble .column-content ol li {
  padding: 5px;
  border-right: 1px solid #D4B897;
  flex: 1;
  gap: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.info-card .card-body .health-column .column-teble .column-content ol li:last-child {
  border-right: none;
}
.info-card .card-body .health-column .column-teble .column-content ol li label {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}
.info-card .card-body .health-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  border-top: 1px solid #D4B897;
  height: auto;
  width: 100%;
}
.info-card .card-body .health-row .health-label {
  width: 20%;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.info-card .card-body .health-row .health-label .check-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-label .check-box {
    gap: 5px;
    font-size: 11px;
  }
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-label .check-box input[type=checkbox] {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 1200px) {
  .info-card .card-body .health-row .health-label {
    font-size: 15px;
  }
}
@media (max-width: 860px) {
  .info-card .card-body .health-row .health-label {
    width: 15%;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-label {
    width: 20%;
    font-size: 13px;
  }
}
.info-card .card-body .health-row .health-label p {
  color: red;
  font-size: 14px;
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-label p {
    font-size: 12px;
  }
}
.info-card .card-body .health-row .health-label2 {
  width: 36%;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .info-card .card-body .health-row .health-label2 {
    width: 40%;
  }
}
@media (max-width: 860px) {
  .info-card .card-body .health-row .health-label2 {
    width: 36%;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-label2 {
    width: 40%;
    font-size: 13px;
  }
}
.info-card .card-body .health-row .health-label2 p {
  color: red;
  font-size: 14px;
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-label2 p {
    font-size: 12px;
  }
}
.info-card .card-body .health-row .health-group {
  border-left: 1px solid #D4B897;
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  font-size: 14px;
}
.info-card .card-body .health-row .health-group .health-group-row2 {
  padding: 10px;
  display: flex;
  width: 100%;
}
.info-card .card-body .health-row .health-group.flex-5 {
  flex: 0.4;
}
.info-card .card-body .health-row .health-group.top-border {
  border-top: 1px solid #D4B897;
}
.info-card .card-body .health-row .health-group.half {
  border-left: none;
  padding: 0;
  gap: 0;
}
.info-card .card-body .health-row .health-group.half .health-group:not(:first-child) {
  border-top: 1px solid #D4B897;
}
.info-card .card-body .health-row .health-group .column-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-group {
    justify-content: center;
    padding: 5px;
  }
}
.info-card .card-body .health-row .health-group.none {
  border-left: none;
}
@media (max-width: 370px) {
  .info-card .card-body .health-row .health-group.none .health-input-wrap {
    display: inline-block;
  }
}
.info-card .card-body .health-row .health-group label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-group label {
    gap: 5px;
    width: 100%;
  }
}
.info-card .card-body .health-row .health-group.dep-2 {
  flex-direction: row;
  padding: 0;
}
.info-card .card-body .health-row .health-group.dep2 {
  padding: 0;
  gap: 0;
}
.info-card .card-body .health-row .health-group.dep2 .health-group-row {
  display: flex;
  width: 100%;
  border-top: 1px solid #D4B897;
  height: 100%;
}
.info-card .card-body .health-row .health-group.dep2 .health-group-row:first-child {
  border-top: none;
}
.info-card .card-body .health-row .health-group.dep2 .health-label {
  width: 20%;
}
@media (max-width: 1024px) {
  .info-card .card-body .health-row .health-group.dep2 .health-label {
    width: 25%;
  }
}
.info-card .card-body .health-row .health-group.dep2 .column-wrap2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #D4B897;
}
.info-card .card-body .health-row .health-group.dep2 .column-wrap2 .health-label {
  width: 100%;
}
.info-card .card-body .health-row .health-group.dep2 .column-wrap2 .health-label-text {
  padding: 10px;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-group.dep2 .column-wrap2 .health-label-text {
    padding: 5px;
  }
}
.info-card .card-body .health-row .health-group.dep3 {
  padding: 0;
  gap: 0;
}
.info-card .card-body .health-row .health-group.dep3 .health-check-wrap {
  padding: 10px;
  flex: none;
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-group.dep3 .health-check-wrap {
    padding: 5px;
  }
}
.info-card .card-body .health-row .health-group.dep3 .health-check-wrap.none {
  padding: 0px;
}
.info-card .card-body .health-row .health-group.dep3 .health-group-row .health-group {
  padding: 0;
}
.info-card .card-body .health-row .health-group.dep3 .health-label {
  width: 40%;
  padding: 10px;
}
.info-card .card-body .health-row .health-group.dep3 .health-row:first-child {
  border-top: none;
}
.info-card .card-body .health-row .health-group .datepicker, .info-card .card-body .health-row .health-group .monthpicker, .info-card .card-body .health-row .health-group .yearpicker {
  height: 28px;
}
.info-card .card-body .health-row .health-input-wrap, .info-card .card-body .health-row .health-radio-wrap, .info-card .card-body .health-row .health-check-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-input-wrap, .info-card .card-body .health-row .health-radio-wrap, .info-card .card-body .health-row .health-check-wrap {
    gap: 5px;
  }
}
.info-card .card-body .health-row .health-input-wrap input[type=file], .info-card .card-body .health-row .health-radio-wrap input[type=file], .info-card .card-body .health-row .health-check-wrap input[type=file] {
  height: auto;
  width: 78px;
  border: none;
}
.info-card .card-body .health-row .health-input-wrap .health-label-name, .info-card .card-body .health-row .health-radio-wrap .health-label-name, .info-card .card-body .health-row .health-check-wrap .health-label-name {
  font-size: 14px;
  width: calc(100% - 120px);
}
.info-card .card-body .health-row .health-input-wrap .health-label-name.is-active, .info-card .card-body .health-row .health-radio-wrap .health-label-name.is-active, .info-card .card-body .health-row .health-check-wrap .health-label-name.is-active {
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.info-card .card-body .health-row .health-input-wrap .btn-clear, .info-card .card-body .health-row .health-radio-wrap .btn-clear, .info-card .card-body .health-row .health-check-wrap .btn-clear {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  display: none; /* 파일 없을 때 숨김 */
}
.info-card .card-body .health-row .health-unit {
  font-size: 16px;
}
@media (max-width: 560px) {
  .info-card .card-body .health-row .health-unit {
    font-size: 12px;
  }
}
.info-card .card-body .health-row .input-wrap-group {
  display: flex;
  gap: 5px;
  align-items: center;
}
.info-card .card-body .health-row .input-wrap-group::before {
  content: "(";
}
.info-card .card-body .health-row .input-wrap-group::after {
  content: ")";
}
.info-card .card-body .health-row .health-desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
.info-card .card-body .health-row .health-check-wrap label.check-box {
  flex: none;
  padding: 0;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  cursor: pointer;
}
.info-card .card-body .health-row .health-check-wrap label.check-box.w-100 {
  width: 100%;
}
.info-card .card-body .health-row .health-check-wrap label.check-box.w-100 .lg-long {
  width: 100%;
}
.info-card .card-body .health-row .column-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
.info-card .card-body-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.info-card .card-body-group:first-child {
  border-top: 1px solid #D4B897;
}
.info-card .card-body-group h3 {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-card .card-body-group h3:before {
  content: "";
  width: 4px;
  background-color: #ceaf8a;
  flex-shrink: 0;
  height: 25px;
  margin-top: 5px;
}
.info-card .survey-wrap {
  width: 100%;
}
.info-card .survey-wrap p {
  text-align: end;
  padding: 10px;
  font-size: 17px;
  color: red;
  border-top: 1px solid #D4B897;
}
@media (max-width: 1024px) {
  .info-card .survey-wrap p {
    font-size: 14px;
  }
}
.info-card .survey-wrap.last:last-child {
  border-bottom: 1px solid #D4B897;
}
.info-card .survey-wrap .survey-row {
  display: flex;
  align-items: stretch;
  height: 45px;
}
@media (max-width: 560px) {
  .info-card .survey-wrap .survey-row {
    height: 100%;
  }
}
.info-card .survey-wrap .survey-row.survey-head {
  font-weight: 600;
  background-color: #faf7f3;
  border-top: 1px solid #D4B897;
}
.info-card .survey-wrap .survey-row.survey-head .col.no {
  font-weight: 600;
}
.info-card .survey-wrap .survey-row.survey-head .col.question {
  font-weight: 600;
  justify-content: center;
}
.info-card .survey-wrap .survey-row .col {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  .info-card .survey-wrap .survey-row .col {
    padding: 10px 5px;
  }
}
.info-card .survey-wrap .survey-row .col.list {
  flex: 1;
  border-left: 1px solid #D4B897;
}
.info-card .survey-wrap .survey-row .col.no {
  width: 60px;
  font-weight: 400;
}
@media (max-width: 560px) {
  .info-card .survey-wrap .survey-row .col.no {
    width: 30px;
  }
}
.info-card .survey-wrap .survey-row .col.question {
  width: 420px;
  justify-content: flex-start;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .info-card .survey-wrap .survey-row .col.question {
    width: 30%;
  }
}
.info-card .survey-wrap .survey-row .col.answer {
  flex: 1;
}
.info-card .survey-wrap .survey-row .col.answer input[type=radio] {
  margin: 0;
  cursor: pointer;
}
.info-card .survey-wrap .survey-row .col.title {
  flex: 0.4;
  justify-content: flex-start;
}
.info-card .survey-wrap .survey-row .col.score {
  flex: 1;
  border-left: 1px solid #D4B897;
  gap: 5px;
}

.radio-group {
  display: flex;
  gap: 10px;
}
@media (max-width: 560px) {
  .radio-group {
    position: absolute;
    top: 45px;
  }
}

.radio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.radio .radio-ui {
  width: 18px;
  height: 18px;
  border: 2px solid #D4B897;
  border-radius: 50%;
  position: relative;
  transition: border-color 0.2s ease;
}
.radio input[type=radio]:checked + .radio-ui {
  border-color: #D4B897;
}
.radio input[type=radio]:checked + .radio-ui::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #D4B897;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio:hover .radio-ui {
  border-color: 1px solid #ddd;
}

/*정보기록*/
.list-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  /* 기본: PC */
}
.list-group .pc-mode {
  display: flex;
}
.list-group .mob-mode {
  display: none;
}
.list-group {
  /* 모바일 */
}
@media (max-width: 860px) {
  .list-group .pc-mode {
    display: none;
  }
  .list-group .mob-mode {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .list-group .mob-mode .btn-start-group {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list-group .mob-mode .btn-start-group {
    align-items: center;
  }
}

.search-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 1px solid #D4B897;
  padding: 10px;
  border-radius: 5px;
  background-color: rgb(242, 235, 228);
  position: relative;
}
.search-wrap.row {
  align-items: flex-start;
}
@media (max-width: 480px) {
  .search-wrap.row {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .search-wrap.row .search-row {
    gap: 15px;
  }
}
.search-wrap .btn-center-group {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-10px) translateY(-50%);
  display: flex;
  gap: 10px;
}
@media (max-width: 860px) {
  .search-wrap .btn-center-group {
    position: static;
    transform: none;
    width: 100%;
    justify-content: end;
  }
}
@media (max-width: 370px) {
  .search-wrap .btn-center-group {
    justify-content: left;
  }
}
.search-wrap .btn-center-group .reset-btn {
  background: #fff;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 40px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 100px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
}
.search-wrap .btn-center-group .search-btn {
  background: #CEAF8A;
  color: #fff;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 40px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 100px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
}
.search-wrap .search-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  width: calc(100% - 220px);
}
@media (max-width: 1400px) {
  .search-wrap .search-row {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .search-wrap .search-row {
    width: 100%;
    flex-direction: column;
  }
}
.search-wrap .search-row .search-date-group {
  flex: 1 1 30%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search-wrap .search-row .search-date-group p {
  font-size: 14px;
}
.search-wrap .search-row {
  /* row 그룹 안 검색 항목 */
}
.search-wrap .search-row .search-wrap-item {
  flex: 1 1 30%;
  height: 40px;
}
.search-wrap .search-row .search-wrap-item .search-label {
  white-space: nowrap;
}
.search-wrap .search-row .search-wrap-item .search-input {
  flex-wrap: nowrap;
}
.search-wrap .radio-wrap-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .search-wrap .radio-wrap-group {
    gap: 50px;
  }
}
@media (max-width: 370px) {
  .search-wrap .radio-wrap-group {
    gap: 40px;
  }
}
@media (max-width: 370px) {
  .search-wrap .radio-wrap-group {
    gap: 20px;
  }
}
.search-wrap .search-wrap-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media (max-width: 480px) {
  .search-wrap .search-wrap-item {
    gap: 10px;
    flex-direction: column;
    align-items: baseline;
  }
}
.search-wrap .search-wrap-item .search-label {
  width: 90px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .search-wrap .search-wrap-item .search-label {
    font-size: 16px;
    font-weight: 600;
  }
}
.search-wrap .search-wrap-item .name-search-input {
  width: calc(100% - 100px);
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #D4B897;
}
.search-wrap .search-wrap-item .search-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  width: calc(100% - 100px);
}
@media (max-width: 480px) {
  .search-wrap .search-wrap-item .search-input {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .search-wrap .search-wrap-item .custom-select {
    width: calc(100% - 90px);
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .search-wrap .search-wrap-item .custom-select {
    width: 100%;
  }
}
.search-wrap .btn-end-group {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (max-width: 860px) {
  .search-wrap .btn-end-group {
    position: static;
    justify-content: end;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .search-wrap .btn-end-group .reset-btn, .search-wrap .btn-end-group .search-btn {
    width: 50%;
  }
}

.search-table-container {
  display: flex;
  width: 100%;
}
.search-table-container .search-table-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-table-container .search-table-group .search-table-title, .search-table-container .search-table-group .search-table-list {
  display: flex;
  width: 100%;
}
.search-table-container .search-table-group .search-table-title .table-item, .search-table-container .search-table-group .search-table-list .table-item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #D4B897;
}
.search-table-container .search-table-group .search-table-title .table-item a, .search-table-container .search-table-group .search-table-list .table-item a {
  display: flex;
  width: 100%;
}
.search-table-container .search-table-group .search-table-title .table-item:hover, .search-table-container .search-table-group .search-table-list .table-item:hover {
  background-color: #fffbf8;
}
.search-table-container .search-table-group .search-table-title .table-item.none, .search-table-container .search-table-group .search-table-list .table-item.none {
  border-bottom: 1px solid #D4B897;
}
.search-table-container .search-table-group .search-table-title .table-item.none li, .search-table-container .search-table-group .search-table-list .table-item.none li {
  flex: 1;
}
@media (max-width: 560px) {
  .search-table-container .search-table-group .search-table-title .table-item.none li:last-child, .search-table-container .search-table-group .search-table-list .table-item.none li:last-child {
    position: static;
    width: 100%;
  }
}
.search-table-container .search-table-group .search-table-title .table-item.none li::before, .search-table-container .search-table-group .search-table-list .table-item.none li::before {
  display: none;
}
.search-table-container .search-table-group .search-table-title .table-item.none:hover, .search-table-container .search-table-group .search-table-list .table-item.none:hover {
  background: inherit;
}
@media (max-width: 560px) {
  .search-table-container .search-table-group .search-table-title .table-item, .search-table-container .search-table-group .search-table-list .table-item {
    border-bottom: none;
    border: 1px solid #D4B897;
    border-radius: 5px;
  }
}
.search-table-container .search-table-group .search-table-title ul, .search-table-container .search-table-group .search-table-list ul {
  width: 100%;
  display: flex;
  height: 45px;
}
@media (max-width: 560px) {
  .search-table-container .search-table-group .search-table-title ul, .search-table-container .search-table-group .search-table-list ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    position: relative;
  }
}
.search-table-container .search-table-group .search-table-title ul li, .search-table-container .search-table-group .search-table-list ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px 8px;
  gap: 5px;
}
.search-table-container .search-table-group .search-table-title ul li:first-child, .search-table-container .search-table-group .search-table-list ul li:first-child {
  flex: 0.3;
}
@media (max-width: 560px) {
  .search-table-container .search-table-group .search-table-title ul li:first-child, .search-table-container .search-table-group .search-table-list ul li:first-child {
    flex: 0.1;
  }
}
.search-table-container .search-table-group .search-table-title ul li:first-child.used-at, .search-table-container .search-table-group .search-table-list ul li:first-child.used-at {
  flex: 1;
}
@media (max-width: 860px) {
  .search-table-container .search-table-group .search-table-title ul li, .search-table-container .search-table-group .search-table-list ul li {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .search-table-container .search-table-group .search-table-title ul li, .search-table-container .search-table-group .search-table-list ul li {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .search-table-container .search-table-group .search-table-title ul li, .search-table-container .search-table-group .search-table-list ul li {
    padding: 7px;
  }
}
@media (max-width: 560px) {
  .search-table-container .search-table-group .search-table-title ul li:nth-child(2), .search-table-container .search-table-group .search-table-list ul li:nth-child(2) {
    font-weight: 600;
  }
}
.search-table-container .search-table-group .search-table-title {
  border-top: 1px solid #D4B897;
  border-bottom: 1px solid #D4B897;
  background-color: rgb(242, 235, 228);
  font-weight: 600;
}
@media (max-width: 560px) {
  .search-table-container .search-table-group .search-table-title {
    display: none;
  }
}
.search-table-container .search-table-group .search-table-list {
  flex-direction: column;
}
@media (max-width: 560px) {
  .search-table-container .search-table-group .search-table-list {
    gap: 15px;
  }
}
.search-table-container .search-table-group .search-table-list span {
  padding: 3px 15px;
  border-radius: 50px;
  width: 75px;
  text-align: center;
  font-size: 14px;
}
.search-table-container .search-table-group .search-table-list span.y {
  border: 1px solid #D4B897;
  background-color: #D4B897;
  color: #fff;
  font-weight: 600;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 560px) {
  .search-table-container .search-table-group .search-table-list span.y {
    padding: 0 15px;
  }
}
@media (max-width: 370px) {
  .search-table-container .search-table-group .search-table-list span.y {
    padding: 0 5px;
    width: 55px;
    height: 25px;
  }
}
.search-table-container .search-table-group .search-table-list span.n {
  border: 1px solid #ddd;
  background-color: #ddd;
  color: #b0b0b0;
  font-weight: 600;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 560px) {
  .search-table-container .search-table-group .search-table-list span.n {
    padding: 0 15px;
  }
}
@media (max-width: 370px) {
  .search-table-container .search-table-group .search-table-list span.n {
    padding: 0 5px;
    width: 55px;
    height: 25px;
  }
}
.search-table-container .search-table-group .search-table-list span.underreview {
  border: 1px solid #ffa6a6;
  background-color: rgba(255, 209, 209, 0.631372549);
  color: #ea0000;
}
.search-table-container .search-table-group .search-table-list span.companion {
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  color: #b0b0b0;
}
.search-table-container .search-table-group .search-table-list span.approval {
  border: 1px solid #a6d1ff;
  background-color: rgba(209, 226, 255, 0.63);
  color: #002aea;
}
.search-table-container .search-table-group .search-table-list span.withdrawal {
  border: 1px solid #9b9b9b;
  background-color: #d5d5d5;
  color: #505050;
}

.member-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}
.member-detail .member-info, .member-detail .doctor-extra-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.login-history {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
}

.detail-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  outline: 1px solid #D4B897;
  border-radius: 5px;
}
.detail-list .detail-list-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.detail-list .detail-list-group .detail-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  border-top: 1px solid #D4B897;
  border-right: 1px solid #D4B897;
}
.detail-list .detail-list-group .detail-list-item .list-label {
  width: 150px;
  background-color: rgb(242, 235, 228);
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-right: 1px solid #D4B897;
}
.detail-list .detail-list-group .detail-list-item .list-input {
  width: calc(100% - 150px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  gap: 30px;
  position: relative;
}
.detail-list .detail-list-group .detail-list-item .list-input.id-input {
  gap: 10px;
}
.detail-list .detail-list-group .detail-list-item .list-input.download {
  background: none;
  width: auto;
  cursor: pointer;
}
.detail-list .detail-list-group .detail-list-item .list-input.download .detail-input {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
}
.detail-list .detail-list-group .detail-list-item .list-input .list-input-adr-group {
  display: flex;
  width: calc(100% - 30px);
  gap: 10px;
  position: relative;
}
.detail-list .detail-list-group .detail-list-item .list-input .search-box {
  width: calc(100% - 50px);
  top: 55px;
}
.detail-list .detail-list-group .detail-list-item .list-input.disabled {
  /* 커스텀 셀렉트 전체 차단 */
}
.detail-list .detail-list-group .detail-list-item .list-input.disabled .custom-select {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.detail-list .detail-list-group .detail-list-item .list-input.disabled .custom-select .select-display {
  background-color: #d6d6d6;
  border: 1px solid #ddd !important;
}
.detail-list .detail-list-group .detail-list-item .list-input.disabled {
  /* 혹시 JS가 display에만 이벤트 걸어놨을 경우 대비 */
}
.detail-list .detail-list-group .detail-list-item .list-input.disabled .select-display {
  pointer-events: none;
}
.detail-list .detail-list-group .detail-list-item .list-input.disabled .at {
  opacity: 0.5;
}
.detail-list .detail-list-group .detail-list-item .list-input.email-input {
  gap: 10px;
}
.detail-list .detail-list-group .detail-list-item .list-input.email-input .detail-input, .detail-list .detail-list-group .detail-list-item .list-input.email-input .custom-select {
  width: 30%;
}
.detail-list .detail-list-group .detail-list-item .list-input.email-input .detail-input .select-display, .detail-list .detail-list-group .detail-list-item .list-input.email-input .custom-select .select-display {
  border: 1px solid #D4B897;
}
.detail-list .detail-list-group .detail-list-item .list-input.email-input .input {
  width: 30%;
  border: 1px solid #D4B897;
  padding: 5px;
  border-radius: 5px;
  height: 40px;
}
.detail-list .detail-list-group .detail-list-item .list-input.button {
  gap: 10px;
}
.detail-list .detail-list-group .detail-list-item .list-input.adr-input {
  gap: 10px;
}
.detail-list .detail-list-group .detail-list-item .list-input.adr-input .detail-input {
  width: 50%;
}
.detail-list .detail-list-group .detail-list-item .list-input.adr-input .detail-input.detail-button-input {
  width: calc(100% - 110px);
}
.detail-list .detail-list-group .detail-list-item .list-input .detail-input {
  height: 40px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #D4B897;
}
.detail-list .detail-list-group .detail-list-item .list-input .detail-input.validPw {
  width: 100%;
}
.detail-list .detail-list-group .detail-list-item .list-input .detail-input.long {
  width: 100%;
}
.detail-list .detail-list-group .detail-list-item .list-input .detail-input.adr-name {
  width: 100%;
}
.detail-list .detail-list-group .detail-list-item .list-input .detail-input.adr-nurall {
  width: 100%;
}
.detail-list .detail-list-group .detail-list-item .list-input .detail-input.rrn {
  width: 25px;
  text-align: center;
}
.detail-list .detail-list-group .detail-list-item .list-input .detail-input.adr-group2 {
  width: calc(100% - 40px);
}
.detail-list .detail-list-group .detail-list-item .list-input .mask {
  letter-spacing: 10px;
  margin-top: 3px;
  height: 20px;
  color: #000;
}
.detail-list .detail-list-group .detail-list-item .list-input button.list-input-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  width: 24px;
  height: 24px;
  background-color: #000;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 80% auto;
  -webkit-mask-size: 80% auto;
  mask-image: url(../../images/icon/search_icon.svg);
  -webkit-mask-image: url(../../images/icon/search_icon.svg);
}
.detail-list .detail-list-group:first-child .detail-list-item {
  border-top: none;
}
.detail-list .detail-list-group .detail-list-item:last-child {
  border-right: none;
}

/*게시판 검색갯수*/
.result-count {
  display: flex;
  gap: 5px;
}

/*맨위로*/
.btn-scroll-top {
  position: fixed;
  right: 15px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #CEAF8A;
  color: #fff;
  font-size: 20px;
  border: none;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.btn-scroll-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/*페이징*/
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 36px;
}
.pagination .paginationjs {
  display: flex;
}
.pagination .paginationjs-pages ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination .paginationjs-pages li {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pagination .paginationjs-pages li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #7a7a7a;
  text-decoration: none;
}
.pagination .paginationjs-pages li:hover {
  background: #f5f5f5;
}
.pagination .paginationjs-pages li.active {
  background: #D4B897;
  border-color: rgb(242, 235, 228);
}
.pagination .paginationjs-pages li.active a {
  color: #fff;
  font-weight: 600;
}
.pagination .paginationjs-pages li.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination .paginationjs-pages li.disabled:hover {
  background: #fff;
}

/*모달 레이어팝업 */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.modal.open {
  display: block;
}
.modal .modal-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  max-width: calc(100% - 40px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  animation: modalFade 0.25s ease;
  position: relative;
}
.modal .modal-wrap.preview {
  width: 920px;
}
.modal .modal-wrap.meta {
  background: #f2ebe4;
  border: 2px solid #D4B897;
  width: 900px;
}
.modal .modal-wrap .modal-close-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
.modal .modal-wrap .modal-close-x:hover {
  color: #000;
}
.modal .modal-wrap.login {
  width: 380px;
}
.modal .modal-wrap.login .modal-header {
  padding: 15px;
  position: relative;
}
.modal .modal-wrap.login .modal-header .modal-close {
  transform: translateY(-50%);
  top: 50%;
}
.modal .modal-wrap.login .modal-body {
  padding: 15px;
}
.modal .modal-wrap.login .modal-body .grid {
  display: flex;
  flex-direction: column;
  border-bottom: none;
  padding-bottom: 0;
  gap: 20px;
}
.modal .modal-wrap.login .modal-body .grid .login-input-group {
  gap: 20px;
}
.modal .modal-wrap.login .modal-body .bottom-group .bottom-group-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0 5px 0;
  font-size: 14px;
}
.modal .modal-wrap.login .modal-body .bottom-group .bottom-group-btn .btn-agree {
  border: none;
}
.modal .modal-wrap.login .modal-body .bottom-group .bottom-group-btn .btn-agree .ico-arr-right {
  width: 11px;
  height: 11px;
}
@media (max-width: 300px) {
  .modal .modal-wrap.login .modal-body .bottom-group .bottom-group-btn {
    flex-direction: column;
    gap: 5px;
  }
}
.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #D4B897;
  font-weight: 600;
}
.modal .modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
}
.modal .modal-header .modal-close {
  background: none;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}
.modal .modal-body {
  padding: 10px;
  max-height: 60vh;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 100, 100, 0.4) rgba(0, 0, 0, 0.05);
}
.modal .modal-body.preview {
  height: 100%;
}
.modal .modal-body.line {
  line-height: 2;
}
.modal .modal-body.line p {
  font-size: 14px;
  position: relative;
  padding-left: 10px;
  /* 아이콘 공간 확보 */
}
.modal .modal-body.line p:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #b8b8b8;
}
.modal .modal-body.line p.text {
  font-size: 14px;
  padding: 0;
}
.modal .modal-body.line p.text:before {
  content: none;
}
.modal .modal-body.line p.text-count:before {
  content: none;
}
.modal .modal-body.line p.terms {
  padding-left: 20px;
}
.modal .modal-body.line p.terms:before {
  content: "-";
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 14px;
  color: #000;
}
.modal .modal-body .my-iframe {
  width: 100%;
  height: 100%;
}
.modal .modal-body .my-img {
  width: 100%;
  height: auto;
}
.modal .modal-body .title {
  font-size: 18px;
  font-weight: 600;
}
.modal .modal-body .sub-title {
  font-size: 15px;
  font-weight: 500;
}
.modal .modal-body .modal-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal .modal-body .modal-group label.required {
  font-size: 14px;
}
.modal .modal-body .modal-group label.required::after {
  content: " *";
  color: red;
}
.modal .modal-body .modal-textarea {
  width: 100%;
  min-height: 120px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  resize: none;
  font-size: 14px;
}
.modal .modal-body .text-count {
  font-size: 14px;
  color: #888;
  text-align: right;
}
.modal .modal-body .text-count .reasoncount {
  font-weight: 600;
}
.modal .modal-footer {
  display: flex;
  justify-content: end;
  gap: 10px;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.modal .modal-footer.betw {
  justify-content: space-between;
}
.modal .modal-footer .modal-close, .modal .modal-footer .modal-cancel {
  background: #fff;
  color: #CEAF8A;
  border: 1px solid #CEAF8A;
  border-radius: 5px;
  height: 34px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: 70px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: auto;
  max-width: auto;
}
.modal .modal-footer .modal-close:hover, .modal .modal-footer .modal-cancel:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
@media (max-width: 480px) {
  .modal .modal-footer .modal-close, .modal .modal-footer .modal-cancel {
    background: #fff;
    color: #CEAF8A;
    border: 1px solid #CEAF8A;
    border-radius: 5px;
    height: 34px;
    padding: 10px 15px;
    font-weight: 500;
    transition: 0.2s;
    width: 100%;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 10px;
    justify-content: center;
    min-width: auto;
    max-width: auto;
  }
  .modal .modal-footer .modal-close:hover, .modal .modal-footer .modal-cancel:hover {
    box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
  }
}
.modal .modal-footer .modal-save, .modal .modal-footer .modal-confirm {
  background: #CEAF8A;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 34px;
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.2s;
  width: auto;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  justify-content: center;
  min-width: 70px;
  max-width: 120px;
}
.modal .modal-footer .modal-save:hover, .modal .modal-footer .modal-confirm:hover {
  box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
@media (max-width: 480px) {
  .modal .modal-footer .modal-save, .modal .modal-footer .modal-confirm {
    background: #CEAF8A;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 40px;
    padding: 10px 15px;
    font-weight: 500;
    transition: 0.2s;
    width: 100%;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 10px;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
  }
  .modal .modal-footer .modal-save:hover, .modal .modal-footer .modal-confirm:hover {
    box-shadow: 0 0 0 2px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
  }
}
.modal .modal-footer .modal-confirm.download {
  gap: 5px;
  align-items: center;
}
.modal .modal-footer .modal-confirm.download::after {
  content: "";
  display: flex;
  width: 25px;
  height: 25px;
  background: url(../../images/icon/file-download-wh.svg) no-repeat center/contain;
}
.modal.alert-sm .modal-wrap, .modal.confirm-sm .modal-wrap {
  width: 460px;
}
.modal.alert-sm .modal-wrap .modal-cancel, .modal.confirm-sm .modal-wrap .modal-cancel {
  padding: 10px;
  height: 40px;
  width: 65px;
}
@media (max-width: 480px) {
  .modal.alert-sm .modal-wrap .modal-cancel, .modal.confirm-sm .modal-wrap .modal-cancel {
    width: 100%;
    min-width: calc(50% - 5px);
  }
}
.modal.alert-sm .modal-wrap .modal-confirm, .modal.confirm-sm .modal-wrap .modal-confirm {
  padding: 10px;
  height: 40px;
  width: 65px;
}
@media (max-width: 480px) {
  .modal.alert-sm .modal-wrap .modal-confirm, .modal.confirm-sm .modal-wrap .modal-confirm {
    width: 100%;
    min-width: calc(50% - 5px);
  }
}

/* alert 모달은 항상 최상단 */
.modal[data-modal=alert] {
  z-index: 2000;
}

@keyframes modalFade {
  from {
    opacity: 0;
    transform: translate(-50%, -45%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*라디오*/
.radio-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.radio-wrap input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.radio-wrap .radio-custom {
  width: 18px;
  height: 18px;
  border: 2px solid #D4B897;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.radio-wrap .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #CEAF8A;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.radio-wrap:has(input[type=radio]:checked) .radio-custom::after {
  opacity: 1;
}
.radio-wrap {
  /* disabled 처리 */
}
.radio-wrap:has(input[type=radio]:disabled) .radio-custom {
  opacity: 0.4;
  cursor: not-allowed;
}

/* 정보소개 */
.intro-text {
  display: flex;
  flex-direction: column;
  line-height: 2;
  width: 100%;
  padding: 10px;
  gap: 5px;
}
.intro-text p {
  display: flex;
  gap: 5px;
  font-size: 16px;
}
.intro-text p:before {
  content: "-";
}
@media (max-width: 480px) {
  .intro-text p {
    font-size: 14px;
  }
}

/* 메타정보 */
.datadevicetree ul li ul li ul {
  flex-direction: column;
}
.datadevicetree ul:first-child li ul {
  display: flex;
}
.datadevicetree .first-li {
  padding: 0;
}
.datadevicetree .first-li .first-title-name {
  background-color: #ceaf8a;
  border: 1px solid #ceaf8a;
  color: #fff;
  cursor: auto;
}
.datadevicetree .first-li .first-title-name span {
  font-size: 18px;
  font-weight: 600;
}
.datadevicetree .first-li .first-ul {
  gap: 10px;
}
@media (max-width: 480px) {
  .datadevicetree .first-li .first-ul {
    flex-direction: column;
  }
}
.datadevicetree li {
  margin: 5px 0;
  width: 100%;
  height: 100%;
}
.datadevicetree li :last-child {
  margin-bottom: 0;
}
.datadevicetree li div {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #ceaf8a;
  border-radius: 5px;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.datadevicetree .leaf {
  margin-left: 10px;
}
.datadevicetree .leaf::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 10px;
  height: 0.1px;
  background: #ddd;
  transform: translateY(-50%);
}
.datadevicetree .leaf:hover {
  box-shadow: 0 0 0 3px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.datadevicetree .leaf.active {
  background-color: rgb(242, 235, 228);
  border: 1px solid #D4B897;
  box-shadow: 0 0 0 1px rgba(212, 184, 151, 0.48), 0 1px 3px rgba(212, 184, 151, 0.55);
}
.datadevicetree .datadevicetree-bor {
  border-left: 1px solid #ddd;
}

.metainfo-group {
  display: flex;
  border-radius: 5px;
  border: 1px solid #ddd;
  flex-direction: row;
  overflow: hidden;
}
@media (max-width: 560px) {
  .metainfo-group {
    flex-direction: column;
  }
}

.metainfo-item {
  flex-direction: column;
  display: flex;
  width: 100%;
  border-right: 1px solid #ddd;
}
.metainfo-item:last-child {
  border-right: none;
}
.metainfo-item .title-text {
  background-color: #c49e78;
  color: #000;
  padding: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 560px) {
  .metainfo-item .title-text {
    padding: 5px;
    font-size: 16px;
  }
}
.metainfo-item .info-text {
  background-color: #fff;
  padding: 10px; /* 원하는 패딩 적용 가능 */
  box-sizing: border-box; /* 패딩 포함해서 높이 계산 */
  font-size: 14px;
  flex: 1;
}
@media (max-width: 560px) {
  .metainfo-item .info-text {
    padding: 5px;
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 560px) {
  .metainfo-item {
    grid-template-columns: 140px 1fr; /* 왼쪽 고정, 오른쪽 유동 */
  }
}

.status-btn {
  width: 100%;
  text-align: center;
  border: 1px solid #ceaf8a;
  border-radius: 5px;
}
.status-btn .list-long-btn {
  width: 100%;
  height: 100%;
  padding: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.status-btn .list-long-btn:hover {
  box-shadow: 0 0 0 3px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
  text-decoration: underline;
}
.status-btn .list-long-btn::after {
  content: "";
  display: flex;
  width: 25px;
  height: 25px;
  background: url(../../images/icon/file-downloads.svg) no-repeat center/contain;
}

/*동의서작성(환자용)*/
/* 팝업 박스 */
.modal-content {
  width: 700px;
  max-height: 90vh;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

/* 헤더 */
.modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h2 {
  margin: 0;
  font-size: 18px;
}

/* 본문 영역 (스크롤) */
.signupTerm .modal-body {
  padding: 10px;
  overflow-y: auto;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}
.signupTerm .main-title {
  text-align: center;
  font-size: 16px;
  border: 2px solid #000;
  padding: 10px;
  margin-bottom: 20px;
}
.signupTerm {
  /* 테이블 스타일 */
}
.signupTerm table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  border: 1px solid #000;
  font-size: 14px;
}
.signupTerm th,
.signupTerm td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}
.signupTerm th {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: center;
}
.signupTerm h4 {
  margin: 20px 0 10px;
  font-size: 14px;
  text-decoration: underline;
}
.signupTerm .intro-text,
.signupTerm .footer-text {
  margin: 15px 0;
  font-weight: bold;
}
.signupTerm .intro-text::before,
.signupTerm .footer-text::before {
  content: none !important;
}
.signupTerm .signature-section {
  text-align: center;
  margin-top: 30px;
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}
.signupTerm .signature-section .signature-date, .signupTerm .signature-section .signature-name {
  display: flex;
  gap: 10px;
  justify-content: center;
  font-size: 15px;
  align-items: center;
}
@media (max-width: 480px) {
  .signupTerm .signature-section .signature-name {
    flex-direction: column;
    gap: 0;
  }
}
.signupTerm .signature-section .signature-name .name-group {
  display: flex;
  gap: 10px;
}
.signupTerm .signature-section .signature-name .check-box-group {
  display: flex;
  gap: 10px;
}
.signupTerm .signature-section .signature-name .check-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.signupTerm .signature-section .signature-name input[type=radio]:checked {
  background: #CEAF8A;
  border-color: #CEAF8A;
}
.signupTerm .signature-section .signature-name input[type=radio] {
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.signupTerm .signature-section .signature-name input[type=radio]:checked::after {
  content: "✔";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 10px;
}
.signupTerm .org-name {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: end;
}
@media (max-width: 480px) {
  .signupTerm .org-name {
    justify-content: center;
  }
}
.signupTerm .sigdiv-group {
  display: flex;
  flex-direction: column;
  outline: 1px solid #ddd;
  margin-top: 10px;
  position: relative;
  border-radius: 5px;
}
.signupTerm .sigdiv-group .sigdiv {
  height: 200px;
  position: relative;
  touch-action: none;
}
.signupTerm .sigdiv-group .sigdiv:before {
  content: "서명";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  color: #aaa;
  opacity: 0.25;
  pointer-events: none;
  user-select: none;
  font-family: "Nanum Myeongjo", serif;
}
@media (max-width: 480px) {
  .signupTerm .sigdiv-group .sigdiv:before {
    font-size: 6rem;
    width: 100%;
    text-align: center;
  }
}
.signupTerm .sigdiv-group .sigdiv img {
  width: 100%;
  height: 100%;
}
.signupTerm .sigdiv-group {
  /* 서명 시작하면 숨김 */
}
.signupTerm .sigdiv-group .sigdiv.is-signing::before {
  display: none;
}
.signupTerm {
  /* 버튼 스타일 */
}
.signupTerm .btn-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.signupTerm .sign-btn {
  position: absolute;
  right: 10px;
  border: 1px solid #ceaf8a;
  padding: 5px 15px;
  top: 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #ceaf8a;
}
.signupTerm .sign-btn:hover {
  box-shadow: 0 0 0 3px rgba(212, 184, 151, 0.48), 0 6px 18px rgba(212, 184, 151, 0.55);
}
.signupTerm .modal-footer {
  padding: 15px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.signupTerm .modal-footer.half {
  width: 100%;
  padding: 10px 0 0 0;
}
.signupTerm .modal-footer.half .modal-confirm, .signupTerm .modal-footer.half .modal-confirm {
  width: 100%;
}
@media (max-width: 480px) {
  .signupTerm .modal-footer.half .modal-confirm, .signupTerm .modal-footer.half .modal-confirm {
    min-width: calc(50% - 5px);
  }
}
.signupTerm .btn-confirm {
  padding: 5px 15px;
  background: #ceaf8a;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

/*이용가이드*/
.tab-wrap {
  width: 100%;
}
@media (max-width: 480px) {
  .tab-wrap {
    border: 1px solid #ceaf8a;
  }
}

.tab-list {
  display: flex;
  border-bottom: 1px solid #ceaf8a;
}
@media (max-width: 480px) {
  .tab-list {
    flex-wrap: wrap;
    border-bottom: none;
    background-color: rgb(246, 241, 234);
  }
}

.tab-item {
  flex: 1 1 25%;
  min-height: 44px;
  padding: 10px 0px;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #888;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.tab-item:hover {
  color: #374151;
}
.tab-item.active {
  color: #ceaf8a;
  font-weight: 600;
  border-bottom-color: #ceaf8a;
}
@media (max-width: 480px) {
  .tab-item.active {
    color: #fff;
    background-color: #ceaf8a;
  }
}
.tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #ceaf8a;
}
@media (max-width: 480px) {
  .tab-item {
    flex: 1 1 50%;
    box-sizing: border-box;
    border-right: 1px solid #ceaf8a;
    border-bottom: 1px solid #ceaf8a;
  }
  .tab-item:nth-child(2n) {
    border-right: 0;
  }
}

.tab-content {
  display: none;
  padding: 50px 0;
}
@media (max-width: 560px) {
  .tab-content {
    padding: 10px 0;
  }
}

.tab-content.active {
  display: block;
}
.tab-content.active img.pc-guide {
  display: block;
}
.tab-content.active img.mob-guide {
  display: none;
}
@media (max-width: 560px) {
  .tab-content.active img.pc-guide {
    display: none;
  }
  .tab-content.active img.mob-guide {
    display: block;
  }
}

/*대시보드*/
.admin-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.admin-group .admin-list {
  display: flex;
  width: 100%;
  gap: 20px;
  border-radius: 5px;
  border: 1px solid rgba(212, 184, 151, 0.48);
  box-shadow: 0 2px 8px rgba(212, 184, 151, 0.48);
  padding: 20px;
  background-color: #fff;
}
.admin-group .admin-list .admin-list-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.admin-group .admin-list .admin-list-group .search-table-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-group .admin-list .admin-list-group .search-table-group {
  border-radius: 5px;
  overflow: auto;
  max-height: 300px;
  outline: 1px solid #d4b897;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 100, 100, 0.4) rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.admin-group .admin-list .admin-list-group .search-table-group .search-table-title ul li:first-child,
.admin-group .admin-list .admin-list-group .search-table-group .search-table-list ul li:first-child {
  flex: 1;
}
.admin-group .admin-list .admin-list-group .search-table-group.admin .search-table-title {
  border-top: none;
}
.admin-group .admin-list .admin-list-group .search-table-group.admin .table-item:last-child {
  border: none;
}
.admin-group .statistics-data {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(212, 184, 151, 0.48);
  box-shadow: 0 2px 8px rgba(212, 184, 151, 0.48);
}
.admin-group .admin-graph1, .admin-group .admin-graph2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.admin-group .admin-graph1 .chart, .admin-group .admin-graph2 .chart {
  display: flex;
  width: 100%;
  border: 1px solid #ceaf8a;
  padding: 10px;
  border-radius: 5px;
  height: 400px;
}

.date-wrap {
  position: relative;
}
.date-wrap.w-100 {
  width: 100%;
}
.date-wrap.flex-1 {
  flex: 1;
}

.date-wrap:has(.datepicker:disabled)::after,
.date-wrap:has(.monthpicker:disabled)::after,
.date-wrap:has(.yearpicker:disabled)::after {
  background: #dedede;
}

.date-wrap input[type=date] {
  padding-right: 22px; /* 아이콘 공간 */
}

.calendar-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../../images/icon/uiw_date.svg") no-repeat center/contain;
  pointer-events: none; /* ⭐ 중요 */
}

input:disabled {
  cursor: not-allowed;
}
input:disabled + .calendar-icon {
  opacity: 0.3;
  filter: grayscale(100%);
}

.custom-select {
  width: calc(100% - 110px);
}
@media (max-width: 860px) {
  .custom-select {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .custom-select {
    width: 100%;
  }
}

.sitemap-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.sitemap-list .sitemap-home {
  grid-column: 1/-1;
}
.sitemap-list .sitemap-home.admin {
  margin-top: 50px;
}
.sitemap-list .sitemap-home.admin a {
  cursor: default;
}
.sitemap-list .sitemap-home a {
  padding: 10px 15px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-items: baseline;
  gap: 15px;
  border-radius: 5px;
  border: 1px solid #ceaf8a;
  background-color: #f6f1ea;
}
.sitemap-list .sitemap-home a::before {
  content: none;
}
.sitemap-list .sitemap-home a strong {
  margin: 0;
  font-size: 30px;
}
.sitemap-list .sitemap-home a:hover {
  transform: none;
  box-shadow: none;
  background-color: rgba(246, 241, 234, 0.3);
}
.sitemap-list .sitemap-home a:hover strong {
  color: #ae7b3f;
}
.sitemap-list .sitemap-home a:hover span {
  color: #666;
}
.sitemap-list li a {
  position: relative;
  display: block;
  padding: 20px;
  border-color: #CEAF8A;
  border-radius: 15px;
  background-color: #fff;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid #D4B897;
}
.sitemap-list li a strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}
.sitemap-list li a span {
  font-size: 16px;
  color: #ae7b3f;
}
.sitemap-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: calc(100% - 40px);
  background-color: #CEAF8A;
  transition: height 0.25s ease;
}
.sitemap-list li a:hover {
  border-color: #CEAF8A;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  background-color: #D4B897;
  color: #fff;
}
.sitemap-list li a:hover strong {
  color: #fff;
}
.sitemap-list li a:hover span {
  color: #fff;
}
.sitemap-list li a:hover::before {
  background-color: #fff;
}

.datepicker, .monthpicker, .yearpicker {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  height: 40px;
  width: 100%;
  min-width: 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  .datepicker, .monthpicker, .yearpicker {
    font-size: 14px;
    background-color: #ffffff;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 25px 5px 10px;
    height: 40px;
  }
}
@media (max-width: 300px) {
  .datepicker, .monthpicker, .yearpicker {
    max-width: 100%;
    width: 100%;
  }
}

@media (hover: none) {
  .sitemap-list li a:hover {
    transform: none;
    box-shadow: none;
  }
}

/*# sourceMappingURL=style.css.map */
