@charset "UTF-8";
/*=====로그인=====*/
.login_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1rem;
  background: radial-gradient(circle at 10% 15%, rgba(125, 108, 255, 0.12), transparent 55%), radial-gradient(circle at 85% 25%, rgba(200, 160, 255, 0.12), transparent 45%), linear-gradient(135deg, #f8f6ff 0%, #f3f6ff 55%, #f0f4ff 100%);
}
.login_wrapper .login_area {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.login_wrapper .login_area .login_top_area {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E7EB;
}
.login_wrapper .login_area .login_top_area h2 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.login_wrapper .login_area .login_top_area p.main_logo {
  display: inline-block;
  max-width: 130px;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.login_wrapper .login_area .login_top_area p.main_logo img {
  width: 85%;
}
.login_wrapper .login_area .login_top_area p.login_sub_title {
  font-weight: 500;
  color: #475569;
  font-size: 1.125rem;
}
.login_wrapper .login_area .login_con_area {
  margin-top: 25px;
}
.login_wrapper .login_area .login_con_area .basic_wrap {
  flex-direction: column;
  margin-bottom: 20px;
}
.login_wrapper .login_area .login_con_area .basic_wrap .login_label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 3px;
}
.login_wrapper .login_area .login_con_area .basic_wrap .login_input {
  font-size: 1rem;
  padding: 5px;
  border: 0.5px solid #E5E7EB;
  border-radius: 6px;
  width: 100%;
}
.login_wrapper .login_area .login_con_area .basic_wrap .login_input::-moz-placeholder {
  font-weight: 400;
  color: #ADADAD;
  font-size: 14px;
}
.login_wrapper .login_area .login_con_area .basic_wrap .login_input::placeholder {
  font-weight: 400;
  color: #ADADAD;
  font-size: 14px;
}
.login_wrapper .login_area .login_con_area .login_btn {
  padding: 5px;
  background: #6B37FB;
  border: 1px solid #6B37FB;
  border-radius: 6px;
  line-height: inherit;
  font-size: 1rem;
  color: #fff;
}
.login_wrapper .login_area .login_con_area .login_btn:hover {
  opacity: 0.8;
}
.login_wrapper .login_area .login_con_area .idpw_find_txt {
  width: 100%;
  padding-top: 30px;
}
.login_wrapper .login_area .login_con_area .idpw_find_txt .signup_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login_wrapper .login_area .login_con_area .idpw_find_txt .signup_area p {
  margin-bottom: 10px;
  color: #9c9c9c;
}
.login_wrapper .login_area .login_con_area .idpw_find_txt .signup_area .signup_btn.active {
  padding: 5px;
  line-height: inherit;
  font-size: 1rem;
  color: #6B37FB;
  border: 1px solid #6B37FB;
}
.login_wrapper .login_area .login_con_area .idpw_find_txt .signup_area .signup_btn.active:hover {
  color: #fff;
  border: 1px solid #6B37FB;
  background-color: #6B37FB;
}

/*===== 가입 =====*/
.signup_wrapper {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.signup_wrapper .signup_inner {
  max-width: 769px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
}
.signup_wrapper .signup_inner .signup_head_card {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #D1D1D1;
}
.signup_wrapper .signup_inner .signup_head_card h2 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
.signup_wrapper .signup_inner .signup_head_card p {
  margin-top: 5px;
  color: #475569;
}
.signup_wrapper .signup_inner .signup_descbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1rem;
  border-left: 4px solid #6B37FB;
  background: #EEEBFC;
  color: #6B37FB;
  gap: 0.3125rem;
  line-height: 1.2;
}
.signup_wrapper .signup_inner .signup_descbox .icon_caution {
  flex-shrink: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  background: url(../icons/icon_caution.svg) no-repeat center bottom/contain;
}
.signup_wrapper .signup_inner .signup_main_container {
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: #fff;
  padding: 1.25rem 1.875rem;
  border: 1px solid #D1D1D1;
}
.signup_wrapper .signup_inner .signup_main_container .signup_title {
  display: flex;
  align-items: center;
  color: #333333;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  gap: 0.375rem;
}
.signup_wrapper .signup_inner .signup_main_container .signup_title .icon_person {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 18px;
  background: url(../icons/icon_signup_person.svg) no-repeat center/contain;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap {
  margin-bottom: 1rem;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap.grid_area {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap {
  /* 에러 발생시 */
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap .input_err_box {
  display: flex;
  flex-direction: column;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap .input_err_box p.pw_txt {
  margin-top: 3px;
  margin-bottom: 0;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap .signup_form .input_btn_box {
  display: flex;
  gap: 0.5rem;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap .signup_form .input_btn_box button.greyBtn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  flex: none;
  margin-left: 0;
  color: #333;
  font-weight: 600;
  height: auto;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap .signup_form .signup_gender_input {
  display: flex;
  gap: 1rem;
  height: 44px;
  align-items: center;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap .signup_form .signup_form_label {
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2rem;
  color: #333;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap .signup_form .signup_form_input {
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #E5E7EB;
  flex: 1 1 0%;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  height: 44px;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap .signup_form .signup_form_input::-moz-placeholder {
  font-weight: 400;
  color: #ADADAD;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap .signup_form .signup_form_input::placeholder {
  font-weight: 400;
  color: #ADADAD;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap .signup_form select.signup_form_input {
  outline-color: #6B37FB;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap.signup_form_btn_area {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap.signup_form_btn_area .btn {
  border-radius: 0.375rem;
  height: 44px;
  font-weight: 600;
}
.signup_wrapper .signup_inner .signup_main_container .signup_form_wrap.signup_form_btn_area .btn.inactive {
  border: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .signup_wrapper .signup_inner .signup_main_container .signup_form_wrap.grid_area {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .signup_wrapper .signup_inner .signup_main_container .signup_form_wrap.signup_form_btn_area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2.5rem;
  }
}

.mainModal .modalInner.hosSRCH {
  background: #F9FAFB;
  max-width: 35rem;
  max-height: 350px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.mainModal .modalInner.hosSRCH .close {
  width: 15px;
  height: 15px;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background: url(../images/icon_close_b.svg) no-repeat center/cover;
}
.mainModal .modalInner.hosSRCH .mainModalTitle {
  margin-bottom: 15px;
  color: #333;
}
.mainModal .modalInner.hosSRCH .input_btn_box {
  display: flex;
  gap: 0.5rem;
}
.mainModal .modalInner.hosSRCH .input_btn_box .hospital_SRCH_input {
  flex: 1 1 0%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
}
.mainModal .modalInner.hosSRCH .input_btn_box .colorBtn {
  width: 100px;
}
.mainModal .modalInner.hosSRCH .hosSRCH_recd {
  flex: 1 1 0%;
  margin-top: 0.5rem;
  background: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  overflow: hidden;
}
.mainModal .modalInner.hosSRCH .hosSRCH_recd .hospital_table_wrap {
  height: 200px;
  overflow-y: auto;
}
.mainModal .modalInner.hosSRCH .hosSRCH_recd .hospital_table_wrap .hospital_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed; /* ⭐ 중요 */
}
.mainModal .modalInner.hosSRCH .hosSRCH_recd .hospital_table_wrap .hospital_table th,
.mainModal .modalInner.hosSRCH .hosSRCH_recd .hospital_table_wrap .hospital_table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-family: "Pretendard Variable", Pretendard, "ui-sans-serif", "Malgun Gothic", sans-serif !important;
  font-weight: 400;
}
.mainModal .modalInner.hosSRCH .hosSRCH_recd .hospital_table_wrap .hospital_table thead {
  background: #f5f5f5;
  /* 헤더 고정 */
}
.mainModal .modalInner.hosSRCH .hosSRCH_recd .hospital_table_wrap .hospital_table thead th {
  position: sticky;
  top: 0;
  background: #f5f5f5;
  z-index: 2;
  font-family: "Pretendard Variable", Pretendard, "ui-sans-serif", "Malgun Gothic", sans-serif !important;
  font-weight: 500;
  font-size: 1rem;
}
.mainModal .modalInner.hosSRCH .hosSRCH_recd .hospital_table_wrap .hospital_table tbody#hospital_list {
  max-height: 215px;
  overflow-y: auto;
}
.mainModal .modalInner.hosSRCH .hosSRCH_recd .hospital_table_wrap .hospital_table tbody#hospital_list .hospital_items {
  cursor: pointer;
  padding: 0.25rem;
  color: #333;
  font-weight: 500;
  font-size: 15px;
}
.mainModal .modalInner.hosSRCH .hosSRCH_recd .hospital_table_wrap .hospital_table tbody#hospital_list .hospital_items:hover {
  /* background-color: #f0f7ff; */
  background: #6B37FB;
  color: #fff;
}
.mainModal .modalInner.hosSRCH .hosSRCH_recd .hospital_table_wrap .hospital_table tbody#hospital_list .hospital__no_items {
  text-align: center;
  padding: 0.5rem;
  color: #bbb;
  font-weight: 500;
  font-size: 1rem;
}

/*===== 가입 =====*/
/*===== 의료진 환자 관리 =====*/
.pms_wrapper {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  /* 키보드 포커스 가시성 */
}
.pms_wrapper .btn:focus-visible,
.pms_wrapper .tab-button:focus-visible,
.pms_wrapper .patient-card:focus-visible {
  outline: 2px solid #6B37FB;
  outline-offset: 2px;
  border-radius: 8px;
}
.pms_wrapper .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem;
  width: auto;
  font-size: 0.875rem;
  border: 1px solid #E5E7EB;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
  flex-shrink: 0;
  transition: transform 0.06s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.pms_wrapper .btn:active {
  transform: translateY(1px);
}
.pms_wrapper .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pms_wrapper .icon {
  flex-shrink: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.pms_wrapper .pms_header {
  background: #fff;
  padding: 1rem;
  border-bottom: 1px solid #E5E7EB;
}
.pms_wrapper .pms_header .pms_header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left {
  position: relative;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left .pms_header_left_box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 29px;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left .pms_header_left_box .header_left_label {
  font-weight: 400;
  font-size: 1rem;
  color: #ADADAD;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left .pms_header_left_box .date-selector {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  transition: background-color 0.15s;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left .pms_header_left_box .date-selector .icon_calender {
  width: 18px;
  height: 18px;
  background: url("../icons/icon_calender.svg") no-repeat center/contain;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left .pms_header_left_box .date-selector .current-date {
  display: inline-block;
  height: 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 26px;
  cursor: pointer;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left .pms_header_left_box .date-selector .date-picker {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left .pms_header_left_box .user-info {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left .pms_header_left_box .user-info .doctor-name {
  font-weight: 700;
  color: #6B37FB;
  font-size: 1rem;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left .pms_header_left_box .hospital-info {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_left .pms_header_left_box .hospital-info .hospital-info-name {
  font-size: 1rem;
  font-weight: 700;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_right .btn.active:hover .icon_setting {
  background: url("../icons/icon_setting_w.svg") no-repeat center/cover;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_right .icon_setting {
  background: url("../icons/icon_setting.svg") no-repeat center/cover;
}
.pms_wrapper .pms_header .pms_header_content .pms_header_right .icon_logout {
  background: url("../icons/icon_logout.svg") no-repeat center/cover;
}
.pms_wrapper .pms_main_layout,
.pms_wrapper .pms_sidebar,
.pms_wrapper .pms_main_content {
  height: calc(100dvh - 72px);
  overscroll-behavior: contain; /* 상하 끌림 전파 방지 */
  -webkit-overflow-scrolling: touch; /* iOS 가속 스크롤 */
}
.pms_wrapper .pms_main_layout {
  display: flex;
  flex: 1;
}
.pms_wrapper .pms_main_layout .pms_sidebar {
  width: 320px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.pms_wrapper .pms_main_layout .pms_sidebar .pms_sidebar_header {
  padding: 0.75rem 1rem;
}
.pms_wrapper .pms_main_layout .pms_sidebar .pms_sidebar_header .doctor-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.pms_wrapper .pms_main_layout .pms_sidebar .pms_sidebar_header .doctor-title-box h2 {
  max-width: 185px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  height: 26px;
  line-height: 26px;
}
.pms_wrapper .pms_main_layout .pms_sidebar .pms_sidebar_header .doctor-title-box .btn-suffle {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #F4F3F3;
  background: #F4F3F3;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  color: #484444;
}
.pms_wrapper .pms_main_layout .pms_sidebar .pms_sidebar_header .doctor-title-box .btn-suffle.is-save-mode {
  color: #6B37FB;
}
.pms_wrapper .pms_main_layout .pms_sidebar .pms_sidebar_header .doctor-title-box .btn-suffle.btn-cancel {
  background: #fff;
  border: 1px solid #E5E7EB;
}
.pms_wrapper .pms_main_layout .pms_sidebar .pms_sidebar_header .sidebar-description {
  font-size: 0.875rem;
  color: #4b5563;
}
.pms_wrapper .pms_main_layout .pms_sidebar .switch_btn_area {
  display: flex;
  margin: 1rem;
  margin-top: 0;
}
.pms_wrapper .pms_main_layout .pms_sidebar .tab-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0.5rem 1rem;
  margin-top: 0;
  background: #F4F4F4;
  border-radius: 0.5rem;
  padding: 0.25rem;
}
.pms_wrapper .pms_main_layout .pms_sidebar .tab-nav .tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  border: none;
  background: transparent;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.03s;
  box-sizing: border-box;
}
.pms_wrapper .pms_main_layout .pms_sidebar .tab-nav .tab-button.active {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  font-weight: 600;
}
.pms_wrapper .pms_main_layout .pms_sidebar .tab-nav .tab-button.active:hover {
  color: #333 !important;
}
.pms_wrapper .pms_main_layout .pms_sidebar .tab-nav .tab-button .badge {
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.125rem 0.25rem;
  font-family: "Pretendard Variable";
}
.pms_wrapper .pms_main_layout .pms_sidebar .tab-nav .tab-button .icon_wait {
  width: 14px;
  height: 14px;
  background: url("../icons/icon_wait.svg") no-repeat center/contain;
}
.pms_wrapper .pms_main_layout .pms_sidebar .tab-nav .tab-button .icon_complete {
  width: 14px;
  height: 14px;
  background: url("../icons/icon_complete.svg") no-repeat center/contain;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem 1rem 1rem;
  overscroll-behavior: contain; /* 상하 끌림 전파 방지 */
  -webkit-overflow-scrolling: touch; /* iOS 가속 스크롤 */
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card {
  position: relative;
  display: flex;
  align-items: center;
  height: 90px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 0.625rem;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  transition: all 0.15s;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card:hover {
  background: #f9fafb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card.selected {
  background: #EEEBFC;
  border-color: #6B37FB;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card:last-child {
  margin-bottom: 0;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card {
  /* 드랍 위치 표시용 */
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card.dragging {
  opacity: 0.7;
  transform: scale(1.01);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card.drop-placeholder {
  background: #f4f4f4 !important;
  opacity: 1;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card .dragBtn {
  display: none;
  margin-right: 1rem;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url("../icons/icon_more.svg") no-repeat center/cover;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card .patient-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card .patient-header .patient-avatar {
  width: 2.25rem;
  height: 2.25rem;
  background: #D6C2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #6B37FB;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card .patient-header .patient-info {
  flex: 1;
  min-width: 0;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card .patient-header .patient-info .patient-info-box {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.25rem;
  min-width: 0;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card .patient-header .patient-info .patient-info-box .patient-name {
  min-width: 0;
  max-width: 85px;
  font-weight: 700;
  font-size: 1rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list .patient-card .patient-header .patient-info .patient-complaint {
  font-weight: 500;
  font-size: 0.875rem;
  color: #475569;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list::-webkit-scrollbar {
  background: #f5f5f5; /* 스크롤바 뒷 배경 색상 */
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list {
  /* 순서 변경 모드에서 부드럽게 움직이도록 */
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list.drag-mode .patient-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list.drag-mode .patient-card .dragBtn {
  display: block;
  cursor: grab;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list.drag-mode .patient-card .patient-header {
  cursor: default;
  user-select: none; /* 드래그 방지 */
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
}
.pms_wrapper .pms_main_layout .pms_sidebar .patient-list.drag-mode .patient-card:hover {
  background: #EEEBFC;
}
.pms_wrapper .pms_main_layout .pms_main_content {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  background: #F9FAFB;
}
.pms_wrapper .pms_main_layout .pms_main_content .doctor-name {
  font-weight: 700;
  color: #6B37FB;
  font-size: 0.875rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail {
  max-width: none;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card.patient-detail-card .detail-card-content {
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid #E5E7EB;
  padding: 1.5rem 1rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card {
  background: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .detail-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8FAFC;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem 0.625rem 0 0;
  border: 1px solid #E0E7FF;
  height: 41px;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .detail-card-header .detail-card-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .detail-card-header .btn-copy {
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .detail-card-content {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  border: 1px solid #E5E7EB;
  border-top: none;
  padding: 1rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .detail-card-content ul li {
  font-size: 1rem;
  font-weight: 500;
  color: #475569;
  line-height: 1.625;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .detail-card-content ul.consPh li {
  list-style: disc inside;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .detail-card-content ul.consDd li {
  list-style: decimal inside;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .detail-card-content .detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .detail-card-content .detail-grid .detail-item h4 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .detail-card-content .detail-grid .detail-item p {
  color: #374151;
  line-height: 1.625;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-left {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex-shrink: 0;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-left .patient-large-avatar {
  width: 2.75rem;
  height: 2.75rem;
  background: #D6C2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #6B37FB;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-left .patient-basic-details .patient-info-box .patient-info-name-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 5px;
  gap: 8px;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-left .patient-basic-details .patient-info-box .patient-info-name-box .patient-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-left .patient-basic-details .patient-info-box .patient-age {
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  margin-bottom: 0.5rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-left .patient-basic-details .patient-basic-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-left .patient-basic-details .patient-basic-meta .patient-basic-meta-box {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-left .patient-basic-details .patient-basic-meta .patient-basic-meta-box .icon-doctor {
  width: 14px;
  height: 14px;
  background: url("../icons/icon_user_doctor.svg") no-repeat center/contain;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-left .patient-basic-details .patient-basic-meta .patient-basic-meta-box .patient-basic-meta-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ADADAD;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-right .language-switch .languageToggleBtn {
  padding: 0.25rem 0.5rem;
  width: 30px;
  height: 28px;
  line-height: 1;
  background: #fff;
  border: 1px solid #8248f8;
  border-radius: 10px;
  font-family: "Pretendard Variable", Pretendard, "ui-sans-serif", "Malgun Gothic", sans-serif !important;
  font-size-adjust: 0.5;
  font-size: 16px;
  font-weight: bold;
  color: #8248f8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-right .language-switch .languageToggleBtn[data-lang=en] {
  font-size-adjust: 0.55;
  font-size: 17px;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-right .language-switch .languageToggleBtn[data-lang=en] span {
  transform: translateY(-1px);
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-right .language-switch .languageToggleBtn:hover {
  background: #8248f8;
  color: #fff;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card .patient-basic-info .patient-basic-right .resultBtnArea .resultBtn {
  padding: 0.5rem 1rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card:last-child {
  margin-bottom: 0;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card.consPi .detail-card-content ul li, .pms_wrapper .pms_main_layout .pms_main_content .pms_patient-detail .detail-card.consAs .detail-card-content ul li {
  line-height: 1.2;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  color: #9ca3af;
  text-align: center;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_empty-state .empty-icon {
  width: 4rem;
  height: 4rem;
  background: url("../icons/icon_user_doctor.svg") no-repeat center/contain;
  margin-bottom: 1rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_empty-state .pms_empty-patient-state {
  background: transparent;
  padding: 1rem;
  border-radius: 0.5rem;
  max-width: 300px;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_empty-state .pms_empty-patient-state .pms_empty-patient-top {
  font-size: 1rem;
  color: #4b5563;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_empty-state .pms_empty-patient-state .pms_empty-patient-middle {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.125rem;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_empty-state .pms_empty-patient-state .pms_empty-patient-bottom {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #4b5563;
}
.pms_wrapper .pms_main_layout .pms_main_content .pms_empty-state .pms_empty-patient-state .pms_empty-patient-bottom span {
  font-weight: 500;
  color: #6B37FB;
}
.pms_wrapper {
  /* 햄버거 버튼 */
}
.pms_wrapper .card-handle {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s;
}
.pms_wrapper .card-handle .moreBtn {
  background: url(../icons/icon_more.svg) no-repeat center 3px/75%;
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 879px) {
  .pms_wrapper .pms_header .pms_header_content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  .pms_wrapper .pms_main_layout,
  .pms_wrapper .pms_sidebar,
  .pms_wrapper .pms_main_content {
    /* height: calc(100svh - 109px); */
  }
}

/*===== 의료진 환자 관리 =====*/
/*메인*/
.main_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 20%;
  z-index: 1;
}

.main_logo {
  margin-bottom: 2.5rem;
  text-align: center;
}

.main_logo img {
  width: 70px;
}

a.btn_start {
  width: 360px;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  line-height: 50px;
  background: #8248f8;
  border-radius: 100px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/*서브*/
.con_wrap {
  position: relative;
  top: 130px;
  width: 360px;
  margin: 0 auto;
  padding: 0px 0px 70px;
}

.logo {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

.logo a {
  text-align: center;
}

.logo a img {
  width: 50%;
  display: inline-block;
}

.title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2rem;
  text-align: center;
}

.title h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1rem;
}

.title p {
  font-size: 14px;
}

.gr_line {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0px 15px;
  background: #cccccc;
}

.sns_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 30px;
  margin-bottom: 16px;
}

.sns_title > .line {
  width: 100%;
  height: 1px;
  background: #d6d6d6;
}

.sns_title > p {
  position: absolute;
  padding: 2px 6px;
  font-size: 15px;
  background: #ffffff;
}

.sns_wrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

a.icon_sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 15px;
  width: 60px;
}

a.icon_sns p {
  padding-top: 5px;
}

.btn_wrap_row {
  display: flex;
  justify-content: space-between;
}

.btn_wrap_column {
  display: flex;
  flex-direction: column;
}

/*=====아이디만들기=====*/
p.pw_txt {
  color: #eb1729;
  margin-bottom: 10px;
}

.circle_number {
  width: 15px;
  height: 15px;
  background: #d6d6d6;
  border-radius: 100px;
}

.resident_wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}

.resident_front {
  float: left;
  width: 50%;
  padding-right: 5px;
}

.resident_back {
  float: left;
  width: 50%;
  padding-left: 5px;
}

.resident_back ul li {
  list-style: none;
}

.resident_num {
  float: left;
  width: 45px;
}

.resident_num input {
  text-align: center;
}

.resident_dot {
  float: left;
  width: calc(100% - 50px);
  margin-left: 5px;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/*정보동의*/
.consent_wrap {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 30px; */
}

.consent {
  display: flex;
  align-items: center;
  height: 45px;
  /* margin-bottom: 5px; */
}

.agree_area {
  /* float: left; */
  display: flex;
  align-items: flex-start;
}

a.view {
  margin-left: 5px;
  display: flex;
  align-items: center;
  height: 20px;
  gap: 2px;
}

a.view::after {
  display: inline-block;
  width: 17px;
  height: 18px;
  content: "";
  background: url("../images/icon_view.svg") no-repeat center 1px;
}

.dg_check {
  margin-right: 5px;
  padding: 0px 0px;
  position: relative;
  top: 1px;
}

.dg_check input[type=checkbox] {
  display: none;
}

.dg_check input[type=checkbox] + label {
  float: left;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/check_off.svg") no-repeat center;
  cursor: pointer;
}

.dg_check:after {
  display: block;
  clear: both;
  content: "";
}

.dg_check input[type=checkbox]:checked + label {
  background: url("../images/check_on.svg") no-repeat center;
  float: left;
}

.dg_check input[type=checkbox] + label span {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  font-size: 14px;
  display: none; /*font-weight: bold*/
}

.bm7 {
  margin-bottom: 7px;
}

/*정보동의 문단*/
.con_set {
  float: left;
  position: relative;
  width: 100%;
  display: block; /*border-bottom: 1px dashed #ddd;*/
  margin: 0px 0px 20px 0px;
  padding: 5px;
  word-break: keep-all;
}

.con_set .h_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px; /*background:red*/
}

.con_set h3.num {
  float: left;
  padding-left: 0px;
  background: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
}

.con_set h3.num span.step {
  position: relative;
  top: 0px;
  float: left;
  width: 21px;
  margin-right: 5px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: #ffffff;
  background: #8248f8;
  border-radius: 3px;
}

p.word {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}

ul.paragraph {
  float: left;
  width: 100%;
  padding: 4px 0px 4px 0px;
  font-size: 14px;
  word-wrap: break-word;
  word-break: keep-all;
}

ul.paragraph li.dep1 {
  position: relative;
  float: left;
  width: 100%;
  padding: 2px 0px 2px 8px;
  line-height: 18px;
  background: url("../images/bullet1.svg") no-repeat 0px 9px;
}

ul.paragraph li.dep2 {
  position: relative;
  float: left;
  width: 100%;
  padding: 2px 0px 2px 8px;
  line-height: 18px;
  background: url("../images/bullet2.svg") no-repeat 0px 11px;
}

/*정보동의 모달레이어팝업*/
.modal-wrapper {
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden; /* // iOS 스크롤 막기 */
  display: none; /* // 팝업 열릴 때만 block 처리 */
  background-color: rgba(0, 0, 0, 0.6);
  cursor: default;
  inset: 0;
  transition: opacity 0.2s;
}

.modal-wrapper.show {
  display: block;
}

.modal-wrapper.hide {
  display: none;
}

.popup {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 600px;
  height: 600px;
  background: #ffffff;
  border: 0px solid #000000;
  /* opacity: 0; */
  padding: 15px; /*text-align: justify;*/
  /* visibility: hidden; */
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 9999;
}

.overlay:target + .popup {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.close {
  width: 20px;
  height: 20px;
  background: url("../images/icon_close_b.svg") no-repeat center right;
  position: absolute;
  top: 15px;
  right: 15px;
}

.overlay:target + .popup .close {
  background: url("../images/pop_close.svg") no-repeat center right;
  filter: invert(45%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.element {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="black"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: red; /* 변경할 색상 */
  mask-image: url("your-svg.svg");
  -webkit-mask-image: url("your-svg.svg");
}

.close_w {
  width: 20px;
  height: 20px;
  background: url("../images/icon_close_w.svg") no-repeat center right;
  position: absolute;
  top: 15px;
  right: 15px;
}

.close_b {
  width: 20px;
  height: 20px;
  background: url("../images/icon_close_b.svg") no-repeat center right;
  position: absolute;
  top: 16px;
  right: 15px;
}

.close_modal {
  cursor: pointer;
}

.pop_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  margin-bottom: 10px;
  height: 45px;
}

.pop_tit p {
  font-size: 18px;
  font-weight: bold;
}

.pop_con {
  width: 100%;
  height: 515px;
  border: 1px solid #d6d6d6; /*overflow:auto; */
}

.pop_con > .txt_box {
  width: 100%;
  padding: 0px;
  font-size: 14px;
}

/* iframe 스크롤 Wrapper */
.iframe-scroll-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* // iOS 부드러운 스크롤 */
}

/* iframe 자체 */
.iframe-scroll-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

/* 250315 DIM 상담 내용 정리 팝업추가 */
.requestDim {
  overflow-y: auto;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

.requestDim.show {
  display: block;
}

.requestDim.hide {
  display: none;
}

.requestDim .popup {
  max-width: 480px;
  width: 100%;
  height: 650px;
  background: url("../images/bg_chat.svg") no-repeat center/contain;
  padding: 29px 22px 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 10px;
}

.requestDim .modalWrap {
  width: 100%;
  height: 100%;
}

.requestDim .closeArea {
  width: 100%;
  height: 60px;
  position: relative;
}

.requestDim .closeArea .icon_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 15px;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: url("../images/icon_close_p.svg") no-repeat center center/25px;
  cursor: pointer;
  z-index: 999;
}

.requestDim .toggleArea {
  display: none;
  width: 100%;
  height: 46px;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  padding-top: 0;
}

.requestDim .toggleArea .toggleTittle {
  font-weight: bold;
  color: #333;
  margin-right: 5px;
}

.requestDim .toggleArea .toggleTittle > span {
  display: inline-block;
}

.requestDim .toggleArea .toggleTittle > span:first-child {
  margin-left: 0px;
  padding-right: 3px;
}

.requestDim .toggleArea .toggleTittle > span:last-child {
  transform: translateY(-1px);
}

.requestDim .toggleArea .requestToggleBtn {
  padding: 0.25rem 0.5rem;
  width: 30px;
  height: 28px;
  line-height: 1;
  background: #fff;
  border: 1px solid #8248f8;
  border-radius: 10px;
  /* font-family: "IBM Plex Sans KR", sans-serif; */
  font-family: "Noto Sans KR", sans-serif;
  font-size-adjust: 0.5;
  font-size: 16px;
  font-weight: bold;
  color: #8248f8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.requestDim .toggleArea .requestToggleBtn[data-lang=en] {
  font-size-adjust: 0.55;
  font-size: 17px;
}

.requestDim .toggleArea .requestToggleBtn[data-lang=en] span {
  transform: translateY(-1px);
}

.requestDim .toggleArea .requestToggleBtn:hover {
  background: #8248f8;
  color: #fff;
}

.requestDim .modalContent {
  height: calc(100% - 80px);
  overflow-y: auto;
  margin-right: 1px;
}

.requestDim .modalContent .requestSummary {
  line-height: 1.6;
  white-space: normal;
  word-break: keep-all;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0.25rem;
}

.requestDim .modalContent .requestSummary > ul > li {
  /* list-style: disc inside; */
  margin-bottom: 20px;
}

.requestDim .modalContent .requestSummary > ul > li:last-child {
  /* list-style: disc inside; */
  margin-bottom: 0px;
}

.requestDim .modalContent .requestSummary > ul > li p {
  white-space: pre-wrap;
  display: contents;
}

.requestDim .modalContent .requestSummary > ul > li > ul {
  padding-left: 10px;
}

.requestDim .modalContent .requestSummary > ul > li > ul > li {
  list-style: disc inside;
}

.requestDim .modalContent .requestSummary > ol > li {
  list-style: decimal inside;
}

.requestDim .printBtnArea {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
}

.requestDim .printBtn {
  font-weight: bold;
  display: flex;
  border: 1px solid #8248f8;
  text-align: center;
  color: #8248f8;
  background: #fff;
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem 0;
}

.requestDim .printBtn:hover,
.requestDim .printBtn:active {
  background: #8248f8;
  color: #fff;
}

/* class arrange 추가 */
.requestDim .popup.arrange .toggleArea {
  display: flex;
}

.requestDim .popup.arrange .modalContent {
  height: calc(100% - 60px - 46px - 55px);
}

.requestDim .popup.arrange .printBtnArea {
  display: flex;
}

.savePdfDim {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.6);
  /* font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; */
}

.savePdfDim .savePdfWrap {
  width: 100%;
  height: 100%;
  background: #fff;
}

.savePdfDim .savePdfInner {
  position: relative;
}

.savePdfDim .close_button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  background: url(../images/icon_close_w.svg) no-repeat center/cover;
  transition: all 0.2s linear;
}

.savePdfDim .close_button:hover,
.savePdfDim .close_button:active {
  transform: scale(1.2);
}

.savePdfDim .savePdfTop {
  width: 100%;
  height: 150px;
  background: transparent linear-gradient(90deg, #5146e6 0%, #723deb 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding-top: 25px;
  padding-left: 30px;
}

.savePdfDim .savePdfContent {
  width: 100%;
  height: calc(100dvh - 150px - 80px);
}

.savePdfDim .savePdfContent .savePdfContentInner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 0 25px;
}

.savePdfDim .savePdfBottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: transparent linear-gradient(90deg, #5146e6 0%, #723deb 100%) 0% 0% no-repeat padding-box;
}

.savePdfDim .savePdfTop .savePdfMainTitle {
  height: 54px;
  margin-bottom: 15px;
  font-size: 41px;
  font-weight: 700;
}

.savePdfDim .savePdfTop .savePdfDate {
  height: 23px;
  padding-left: 4px;
  font-size: 17px;
  letter-spacing: -1px;
}

.savePdfDim .savePdfContent .savePdfSymptomTitleBox {
  height: 80px;
  border-bottom: 2px solid #4f46e5;
}

.savePdfDim .savePdfContent .savePdfSymptomTitle {
  height: 26px;
  padding-top: 29px;
  padding-left: 3px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-sizing: content-box;
  font-size: 19px;
}

.savePdfDim .savePdfContent .chiefComplaint {
  color: #475569;
}

.savePdfDim .savePdfContent .chiefComplaintName {
  color: #1e293b;
  letter-spacing: -1px;
}

.savePdfDim .savePdfContent .savePdfSymptomDetails {
  padding: 28px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.savePdfDim .savePdfContent .detailTitleBox {
  position: relative;
  display: flex;
  flex-direction: row;
  height: auto;
  min-height: 128px;
  gap: 36px;
}

.savePdfDim .savePdfContent .detailTitleBox .detailTitle {
  display: flex;
  flex-direction: column;
  width: 136px;
  flex-shrink: 0;
  border-radius: 13px;
  background: #f8fafc;
  padding-top: 23px;
  padding-left: 12px;
  border: 1px solid #e0e7ff;
  color: #475569;
}

.savePdfDim .savePdfContent .detailTitleBox .detailTitle > span {
  display: block;
  line-height: 30px;
}

.savePdfDim .savePdfContent .detailTitleBox .detailTitle > span:first-child {
  font-weight: 700;
  font-size: 19px;
}

.savePdfDim .savePdfContent .detailTitleBox .detailTitle > span:last-child {
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
}

.savePdfDim .savePdfContent .detailTitleBox .detailSymptomsBox {
  position: relative;
  width: 100%;
  margin-left: -8px;
}

.savePdfDim .savePdfContent .detailTitleBox .detailSymptomsBox:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%;
  height: 1.5px;
  background: #e0e7ff;
}

.savePdfDim .savePdfContent .detailTitleBox:first-child .detailSymptomsBox {
  border-top: none;
  margin-top: 0;
}

.savePdfDim .savePdfContent .detailTitleBox:first-child .detailSymptomsBox::before {
  display: none;
}

.savePdfDim .savePdfContent .detailTitleBox .detailSymptoms {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 52px;
       column-gap: 52px;
  list-style: disc inside;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.savePdfDim .savePdfContent .detailTitleBox .detailSymptoms li {
  height: 20px;
  padding-bottom: 12px;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #475569;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  list-style-position: inside;
  list-style-type: disc;
  box-sizing: content-box;
}

.savePdfDim .savePdfContent .detailTitleBox .detailSymptoms:has(li:nth-child(7)) {
  -moz-column-count: 2;
       column-count: 2;
}

.savePdfDim .savePdfContent .detailTitleBox .detailSymptoms li span {
  white-space: pre-line;
  font-weight: 400;
}

.savePdfDim .savePdfBottom .printBtn {
  font-weight: bold;
  display: flex;
  border: 1px solid #8248f8;
  text-align: center;
  color: #8248f8;
  background: #fff;
  border-radius: 10px;
  padding: 0.25rem 0.75rem;
}

.savePdfDim .savePdfBottom .printBtn:hover,
.savePdfDim .savePdfBottom .printBtn:active {
  border: 1px solid #f4f4f4;
  background: #ececec;
  color: #333;
}

.mapDim {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

.mapDim .popup {
  max-width: 800px;
  width: calc(100% - 20px);
  height: 585px;
  padding: 0;
  background: #fff;
}

.mapDim .popupClose {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("../icons/icon_close_g.svg") no-repeat center center/contain;
  cursor: pointer;
}

.mapDim .modalWrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding: 45px 15px;
  gap: 18px;
}

.mapDim .mapSidebar {
  padding: 16px 0px;
  width: 33.333333%;
  background: #f4f4f4;
  border-radius: 23px;
}

.mapDim .mapSidebar .mapSidebarInner {
  padding: 0 8px;
  overflow-y: auto;
  height: 100%;
  margin-right: 1px;
}

.mapDim .mapSidebar .mapSidebarInner::-webkit-scrollbar {
  background: #f4f4f4;
}

.mapDim .mapSidebar .mapSidebarMainTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: #3f3f3f;
  gap: 5px;
}

.mapDim .mapSidebar .mapSidebarMainTitle .mapSidebarMainTitleIcon {
  display: block;
  width: 10px;
  height: 10px;
  background: url("../icons/icon_dropdown.svg") no-repeat center center/contain;
}

.mapDim .mapSidebar .hospitalList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mapDim .mapSidebar .hospitalItem {
  padding: 1rem;
  background: #f9fafb;
  border: 1px solid #d6d6d6;
  border-radius: 17px;
}

.mapDim .mapSidebar .hospitalItem p {
  font-size: 0.75rem;
  /* line-height: 1rem; */
  list-style: 1.4;
  font-weight: bold;
}

.mapDim .mapSidebar .hospitalItem .hospitalName {
  font-weight: bold;
  padding-bottom: 10px;
  color: #713dea;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  background: url("../icons/bg_mapline.svg") repeat-x left bottom;
}

.mapDim .mapSidebar .hospitalItem .hospitalDescBox {
  padding-top: 10px;
}

.mapDim .mapSidebar .hospitalItem .hospitalDesc {
  color: #4b5563;
  font-weight: normal;
}

.mapDim .mapSidebar .hospitalItem .hospitalTel {
  color: #1f2937;
}

.mapDim .mapContainer {
  flex: 1 1 0%;
  position: relative;
}

.mapDim .categoryBtnBox {
  display: flex;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  gap: 8px;
}

.mapDim .categoryBtnBox.mo-ver {
  display: none;
  position: static;
  z-index: 10;
  gap: 8px;
  margin-bottom: 15px;
}

.mapDim .categoryBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
}

.mapDim .categoryBtn .categoryBtnNameicon {
  display: block;
  width: 18px;
  height: 18px;
}

.mapDim .categoryBtn.default {
  color: #999;
}

.mapDim .categoryBtn.default .categoryBtnNameicon {
  background: url("../icons/icon_hospital.svg") no-repeat center center;
}

.mapDim .categoryBtn.click {
  color: #713dea;
}

.mapDim .categoryBtn.click .categoryBtnNameicon {
  background: url("../icons/icon_hospital_active.svg") no-repeat center center;
}

.mapDim .mapSection {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2705882353);
  border-radius: 30px;
  overflow: hidden;
}

.mapDim .mapContentBox {
  position: relative;
  width: 100%;
  height: 100%;
}

.mapDim .mapContentBox .mapContent {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mapDim .mapContentBox .mapHospitalDescBox {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* 상세 카드 */
.mapHospitalInfoWrap {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.mapHospitalInfoCard {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
}

.mapHospitalInfoWrap::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 22px solid #f9f9f9;
  border-bottom-right-radius: 2px;
  background: #f9f9f9;
  transform: translateX(-50%) rotate(45deg);
  z-index: 4;
}

.mapHospitalInfoCard .mapHospitalInfoCardTop {
  background: #fff;
  padding: 1rem 0.75rem;
  padding-bottom: 0.5rem;
}

.mapHospitalInfoCard .mapHospitalInfoCardBottom {
  background: #f9f9f9;
  padding: 1rem 0.75rem;
  padding-top: 0.25rem;
}

.mapHospitalInfoCard .mapHospitalInfoCardTop .name {
  font-weight: 600;
  font-size: 0.875rem;
  color: #29313a;
}

.mapHospitalInfoCard .mapHospitalInfoCardTop .addr {
  font-size: 0.75rem;
  color: #475569;
  font-weight: 400;
}

.mapHospitalInfoCard .mapHospitalInfoCardBottom .tel {
  text-decoration: none;
  color: #713dea;
  font-size: 0.75rem;
  font-weight: 500;
}

.mapHospitalInfoCard .mapHospitalInfoCardBottom .hours {
  color: #475569;
  font-size: 0.75rem;
  font-weight: 500;
}

/* 클릭요소 막는 전체 layer */
.preventdefaultLayer {
  overflow-y: auto;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

/*기본정보 및 과거력 입력*/
.basic_wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 7px;
}

.basic_area {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

.basic_front {
  float: left;
  width: calc(100% - 35px);
}

.basic_back {
  float: right;
  width: 35px;
  margin-left: 0px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.basic_wrap .gender_box {
  display: flex;
  align-items: center;
  height: 45px;
  gap: 15px;
}

.basic_wrap .gender_box li {
  padding: 0;
}

.basic_wrap .gender_box li .radio_box {
  font-size: 1rem;
  line-height: 20px;
}

.basic_wrap .gender_box li .radio_box .on_rad {
  top: 1px;
  left: 2px;
}

.basic_wrap .gender_box li .radio_box .on_rad::after {
  left: 5px;
  top: 2px;
}

.past_wrap {
  display: flex;
  flex-direction: column;
  /* margin-top: 20px; */
}

h3.past {
  margin-bottom: 10px;
  font-size: 16px;
}

ul.past_area {
  display: flex;
  flex-direction: coliumn;
  justify-content: space-between;
  margin-bottom: 10px;
}

ul.past_area li {
  width: 100%;
  margin-right: 5px;
  padding: 5px 7px;
  font-size: 1vw;
  background: #edf1fc;
  border-radius: 6px;
  list-style: none;
}

ul.past_area li:last-child {
  margin-right: 0px;
}

textarea.past_txt {
  width: 100%;
  border-radius: 6px;
  height: 120px;
  margin-bottom: 30px;
  padding: 5px;
}

/*비밀번호 눈 아이콘*/
.pwdbox,
.nicknamebox {
  position: relative;
  width: 100%;
  display: inline-block;
}

.pwdbox input[type=password],
.pwdbox input[type=text],
.nicknamebox input[type=text] {
  /* padding-right: 30px; */
  padding-right: 0;
} /* 이미지 배치용 공간 확보. */
.password-toggle,
.edit-nickname {
  position: absolute;
  top: 45%;
  right: 0px;
  width: 24px;
  transform: translateY(-50%);
  cursor: pointer;
} /* 오른쪽 여백 조절 */
/*체크박스*/
.chk_box {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: -0.02em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chk_box input[type=checkbox] {
  display: none;
}

.on_ch {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 3px;
}

.chk_box input[type=checkbox]:checked + .on_ch {
  background: #8248f8;
  border: 1px solid #6d3fcc;
  border-radius: 3px;
}

.on_ch:after {
  content: "";
  position: absolute;
  display: none;
}

.chk_box input[type=checkbox]:checked + .on_ch:after {
  display: block;
}

.on_ch:after {
  width: 7px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 1px;
}

/*라디오*/
.radio_box {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 18px;
}

.radio_box input[type=radio] {
  display: none;
}

.on_rad {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 100px;
}

.radio_box input[type=radio]:checked + .on_rad {
  background: #8248f8;
  border: 1px solid #6d3fcc;
  border-radius: 100px;
}

.on_rad:after {
  content: "";
  position: absolute;
  display: none;
}

.radio_box input[type=radio]:checked + .on_rad:after {
  display: block;
}

.on_rad:after {
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 3px;
}

/*챗독전체*/
.chat_wrap {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  margin: 0 auto;
}

/*상단*/
.chat_logo a img {
  width: 182px;
}

.chat_logo_modal a img {
  width: 120px;
}

/*상단유저정보*/
ul.user li.u_list a span:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

ul.user {
  position: absolute;
  left: 0;
  top: 0px;
  text-align: left;
  text-wrap: nowrap;
}

ul.user {
  position: relative;
  z-index: 99;
  margin-top: 0px;
  list-style: none;
}

ul.user:after {
  content: "";
  display: block;
  clear: both;
}

/* ul.user ul {float:left;} */
ul.user ul:after {
  content: "";
  display: block;
  clear: both;
}

ul.user li {
  float: left;
  position: relative;
  /* margin-right: 1rem; */
}

ul.user li:last-child {
  margin-right: 0;
}

ul.user li a.my {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-decoration: none;
  background: url(../icons/icon_user.svg) no-repeat center;
  padding-left: 1rem;
}

ul.user li.u_list a span:after {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #7d7d7d;
}

ul.user li.u_list a.on span:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

ul.user li.u_list ul.op_layout {
  position: absolute;
  width: 10rem;
  right: -10px;
  top: 28px;
  padding: 8px;
  margin-right: 10px;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid #c4c4c4; /*border-top:2px solid #8248F8;*/
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

ul.user li.u_list ul.op_layout > li {
  margin-right: 0px;
}

/*ul.user li.u_list ul.op_layout p { float:left;  width:100%;  margin-top:5px; font-weight:bold; }*/
ul.user li.u_list ul li {
  padding-left: 10px;
  line-height: 22px;
  float: none;
  background: none;
  padding: 10px;
}

ul.user li.u_list ul li:first-child {
  border-top: 0;
}

ul.user li.u_list ul li:after {
  display: none;
}

ul.user li.u_list ul li a {
  display: block;
  padding-left: 20px;
  height: auto;
  text-decoration: none;
  color: #101010;
}

ul.user li.u_list ul li:hover {
  background-color: #f9f9f9;
  border-radius: 1rem;
}

a.mypage {
  background: url("../icons/icon_mypage.svg") no-repeat left center/20px; /*  font-size: 14px; color:#101010; */
}

a.logout {
  background: url("../icons/icon_logout.svg") no-repeat left center/20px; /* font-size: 14px; color:#101010; */
}

/*컨텐츠*/
.chat_area {
  position: relative;
  width: 100%;
  border-top: 0;
  overflow-y: auto;
  height: 100%;
}

/* common.scss로 이동 */
/* .chat_title { display: flex; align-items: center; width:100%; height:40px; padding-left:10px; border-radius:5px 5px 0px 0px; }
.chat_title h2 {  font-size:20px; font-weight:bold;letter-spacing:-0.02em; } */
/*상세내용*/
.chat_box {
  position: relative;
  border-top: 0;
  border-radius: 0px;
}

/* common.scss로 이동 */
/* .chat_step {  display: flex; justify-content: flex-end; align-items: center;  padding:10px; border-bottom:1px solid #E7E7E7;  } */
/*진행단계*/
.step_wrap {
  display: inline-block;
}

.step_wrap .start {
  margin-left: 10px;
  padding-left: 20px;
  background: url("../images/step_start.svg") no-repeat left center;
}

.step_wrap .going {
  display: none;
  padding-left: 20px;
  background: url("../images/step_going.svg") no-repeat left center;
}

.step_wrap .end {
  display: none;
  margin-left: 10px;
  padding-left: 20px;
  background: url("../images/step_end.svg") no-repeat left center;
}

/*진행단계 마우스오버 레이어 보이기*/
.jb-text {
  position: absolute;
  top: 25px;
  right: 0px;
  width: 220px;
  padding: 6px 8px;
  font-size: 13px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  line-height: 18px;
  /*color: #ffffff;*/
  /*word-break:keep-all;*/
  display: none;
  z-index: 999;
}

a.jb-title:hover + .jb-text {
  display: block;
}

.chat_reset {
  text-align: right;
}

.chat_default {
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.chat_input {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 0px;
}

.bottom_none {
  border-bottom: 0px !important;
}

p.tit_talk {
  padding: 0px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 100px;
  font-size: 13px;
  line-height: 22px;
}

.btn_reset {
  color: #757575;
  padding: 0px 24px 0px 0px;
  font-size: 0.8rem;
  background: url("../icons/refresh.png") no-repeat right center;
  background-size: 1rem;
}

/*답변과질문*/
.speech_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  letter-spacing: -0.3px;
  line-height: 1.5;
  border-top: none;
}

.speech_wrap > .txt_box2 {
  width: 100%;
  padding: 0px;
  font-size: 14px;
}

.speech_area {
  word-break: keep-all;
}

.speech_line {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.speech_loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

/* common.scss로 이동 */
.speech_line_left .ob2 {
  width: 10px;
  /* display: none; */
  margin-top: 10px;
}

.speech_line_left .ob3 {
  padding: 10px;
  background: transparent;
  border-radius: 0px 10px 10px 10px;
  line-height: 1.6;
  letter-spacing: 0.1px;
  background: #fafafa;
  margin-top: 10px;
}

.speech_line_left .ob3 > p:first-child {
  margin-bottom: 1rem;
}

.speech_line_left .ob3 > p:last-child {
  margin-bottom: 0px;
}

.speech_line_left .ob3 ol > li {
  padding-left: 8px;
  margin-bottom: 4px;
}

.speech_line_right .ob3 {
  max-width: 55%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  /* letter-spacing: 0.5px; */
  background: #edf1fc;
  border-radius: 10px 0px 10px 10px;
  color: #333333;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.speech_line_right .ob3 > * {
  list-style: none;
}

img.human {
  width: 2rem;
}

/*대화입력창*/
.write_wrap {
  position: relative;
  width: 100%;
  display: flex;
  /* flex-direction: row; */
  flex-direction: column;
  align-content: center;
  align-items: stretch;
  border: 1px solid #e7e7e7;
  border-radius: 0.5rem;
}

.write_inner {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.write_con {
  /* position: relative; */
  /* width: inherit; */
  width: 100%;
  height: 28px;
  /* min-height: 46px; */
  /* border-radius: 6px;
  background: #fafafa; */
  background: transparent;
}

textarea.write {
  position: relative;
  width: 100%;
  resize: none;
  /* padding-left: 10px; */
  background: transparent;
  line-height: 2;
  /* background: #fff; */
  border-left: none;
  border-right: none;
}

textarea.write::-moz-placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #c4c4c4;
}

textarea.write::placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #c4c4c4;
}

.btn_con {
  width: 100%;
  min-height: 36px;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.btn_delete {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 52px;
  width: 35px;
  z-index: 5;
  height: 35px;
  background: url("../images/input_close.svg") no-repeat center;
}

.btnRecoding {
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border-radius: 50%;
}

.btnRecoding:disabled {
  background-repeat: no-repeat;
  background-position: center;
}

.btnRecoding.btnVoice {
  /*   position: absolute;
  top: 0px;
  right: 48px; */
  /* width: 28px;
  height: 48px; */
  background-image: url(../icons/icon_voice.svg);
}

.btnRecoding.btnStop {
  background-image: url(../images/icon_close_p.svg);
  background-size: 55%;
}

.btnRecoding.btnStop.disabled {
  pointer-events: none;
  background-image: url(../images/icon_close_b.svg);
  opacity: 0.3;
  background-color: transparent !important;
}

.btnRecoding.btnComplete {
  display: none;
  background-image: url(../images/icon_check.svg);
  /* background-size: 55%; */
}

.btnRecoding:hover {
  background-color: rgba(244, 244, 244, 0.8);
}

.btnRecoding.btnComplete.loading {
  background-color: rgba(244, 244, 244, 0.8);
  background-image: url(../images/loading-spinner.gif) !important;
}

.btnSendMsg {
  /*   position: absolute;
  top: 0px;
  right: 0px; */
  /*  width: 48px;
  height: 48px; */
  width: 36px;
  height: 36px;
  background-color: rgb(244, 244, 244);
  background-image: url(../images/btn_send.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-size: 50%;
  transform: rotate(-90deg);
}

.btnSendMsg.active {
  background-color: rgb(130, 72, 248);
}

#btn_send_index {
  background-image: url(../images/btn_send.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*DIM 처리 팝업*/
.dimpop,
.dimloading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

.pop_layer {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
  border-radius: 10px;
  background: #ffffff;
}

.pop_layer .wrap {
  position: relative;
  height: auto;
}

.pop_layer > iframe {
  display: block;
  margin-bottom: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pop_layer .text_wrap p.text {
  width: 100%;
  padding: 0px 15px;
  text-align: center;
}

.pop_layer .btn_wrap {
  display: flex;
  justify-content: center;
}

.dimpop .close {
  /* position: absolute;
  top: 40%;
  bottom: 0px;
  right: 0px;
  left: 0px; */
  margin: 0 auto;
  min-width: 320px;
  height: 40px;
  background: url("../images/pop_close.svg") no-repeat 270px center;
  cursor: pointer;
  z-index: 999;
}

.btn_pop {
  margin: 0px 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  background: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
}

.dimloading {
  position: absolute;
}

.dimloading .pop_layer {
  padding: 0;
  left: calc(50% - 220px);
  transform: translateY(-50%);
}

.dimloading .pop_layer .dimloading_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.dimloading .pop_layer .btn_icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon-refresh.svg") no-repeat center;
  margin-right: 10px;
}

.dimloading .pop_layer .btn_text {
  display: block;
  height: 24px;
  line-height: 24px;
}

/* 하단 팝업 - 설문조사 */
.fixed-bottom-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 250px;
  /* height: 120px; */
  z-index: 9999;
  background-color: #fff;
  color: #333;
  padding: 16px 24px;
  box-shadow: 0px 0px 5px 3px rgba(147, 147, 147, 0.2);
  border: 1px solid #b2b2b2;
  border-radius: 13.4px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  /* 기본: 아래에 숨겨진 상태에서 올라옴 */
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.fixed-bottom-popup.slide-in {
  transform: translateY(0%);
  opacity: 1;
}

.fixed-bottom-popup.slide-out {
  transform: translateY(100%);
  opacity: 0;
}

.fixed-bottom-popup .popup-text {
  display: block;
  color: #636363;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  word-break: auto-phrase;
  text-align: center;
  margin: 10px 0;
}

.fixed-bottom-popup .popup-text.text-sub {
  display: block;
  color: #b2b2b2;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  word-break: auto-phrase;
  text-align: center;
  margin: 10px 0;
}

.fixed-bottom-popup .bottomNoticebtnArea {
  display: flex;
  gap: 13px;
}

.fixed-bottom-popup .bottomNoticebtnArea button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 50%;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #b2b2b2;
  border: 0.5px solid #b2b2b2;
  border-radius: 12px;
  font-weight: 500;
  letter-spacing: -1.5px;
}

/* .fixed-bottom-popup .bottomNoticebtnArea button.popup-close{
  width: 83px;
}
.fixed-bottom-popup .bottomNoticebtnArea button.popup-good{
  width: 74px;
} */
.fixed-bottom-popup .bottomNoticebtnArea button .btnIcon {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url("../icons/icon_good.svg") no-repeat center center;
}

.fixed-bottom-popup .bottomNoticebtnArea button:hover {
  color: #fff;
  background: #8248f8;
  border: 0.5px solid #8248f8;
}

.fixed-bottom-popup .bottomNoticebtnArea button.popup-good:hover .btnIcon {
  background: url("../icons/icon_good_on.svg") no-repeat center center;
}

/* 240603 DIM 결과문받기 팝업추가 */
.dimpop_survey {
  position: absolute;
  text-align: center;
  width: calc(100% - 40px);
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  font-size: 14px;
}

.dimpop_survey .dimpop_survey_wrap {
  padding: 16px 10px 10px 10px;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 10px;
  z-index: 9999;
}

.dimpop_survey .dimpop_survey_btn {
  display: flex;
  justify-content: space-between;
}

.dimpop_survey .dimpop_survey_wrap .close_modal {
  display: flex;
  justify-content: flex-end;
}

.dimpop_survey .dimpop_survey_wrap .modal_msg {
  display: block;
  margin-bottom: 32px;
}

.dimpop_survey .dimpop_survey_wrap .close_modal > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 15px;
  background: url("../images/pop_close.svg") no-repeat right center;
  cursor: pointer;
  z-index: 999;
}

.dimpop_starter .layer_starter .close_div {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-end; /* 임시 */
  position: absolute;
  bottom: 4px;
  color: #fff;
  max-width: 1480px;
  left: 50%;
  transform: translateX(-50%);
}

.dimpop_starter .layer_starter .close_div > span {
  cursor: pointer;
}

.dimpop_starter .layer_starter .close_div > a {
  color: #fff;
}

.dimpop_starter .layer_starter .swiper-pagination {
  display: inline-block;
  margin-top: 6px;
}

.dimpop_starter .layer_starter .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  font-size: 1rem;
  width: 14px;
  height: 14px;
  line-height: 1.7;
  padding: 0px;
  border-radius: 50%;
  background: #c4c4c4;
  text-wrap: nowrap;
}

.dimpop_starter .layer_starter .swiper-pagination .swiper-pagination-bullet-active {
  background: #8248f8;
}

/* 튜토리얼 닫기버튼 */
.dimpop_starter .layer_starter .slidebtn_wrap {
  width: 100%;
  height: 30px;
}

.dimpop_starter .layer_starter .slidebtn_wrap > a.no_watch {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  z-index: inherit;
  color: #fafafa;
}

.dimpop_starter .layer_starter .slide_control {
  max-width: 1600px;
  width: 100%;
  display: flex;
  gap: 2rem;
  /* position: fixed;
  top: 50%;
  left: 210px; */
  right: 0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.btn_next {
  font-weight: normal;
  font-size: 16px;
  background: transparent;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  position: unset;
  color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-next {
  content: "다음";
}

.swiper-button-next::after {
  content: "\e5c8";
  font-family: "Swiper";
  font-size: 18px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  content: "이전";
}

.swiper-button-prev::after {
  content: "";
  display: block;
  width: 27px;
  height: 44px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  border-radius: 0px;
}

.dimpop_starter .layer_starter .close_div .swiper-pagination .swiper-pagination-bullet-active {
  /* background-image: url('../images/icon_checkStroke.png');
  background-repeat: no-repeat; 
  background-position: center;
  background-size: 1rem; */
  display: inline-block;
  font-size: 1rem;
  width: 14px;
  height: 14px;
  line-height: 1.7;
  padding: 0px;
  border-radius: 50%;
  background: #333;
  text-wrap: nowrap;
  transform: scale(1.2);
}

.pop_loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  margin-bottom: 0px;
}

.dimloading .pop_loading {
  height: 50px;
}

.dimloading .pop_loading img {
  width: 50px;
}

/* 도움말 버튼 */
span.tutorial_icon {
  display: inline-block;
  margin-right: 10px;
  background: url("../images/icon_help.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

span.tutorial_icon > a {
  padding-left: 22px;
}

/*설문지*/
.title_survey_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.title_survey_wrap_etc {
  display: flex;
  flex-direction: column;
  height: 50px; /*margin-bottom:10px; */
}

h3.title_survey {
  display: flex;
  align-items: flex-start;
  /* padding: 1rem 0 0; */
  font-size: 1rem;
  line-height: 1.6;
}

h3.title_survey span.bullet {
  position: relative;
  /* top: 4px; */
  top: 3px;
  /* margin-right: 4px; */
  margin-right: 8px;
  width: 4px;
  /* height: 14px; */
  height: 21px;
  background: #8248f8;
  flex-shrink: 0;
}

ul.survey_list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

ul.survey_list li {
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}

ul.survey_list li:last-child {
  margin-bottom: 0;
  margin-right: 0px;
}

.chk_box {
  display: inline;
  width: 100%;
  font-size: 14px;
}

/* 회원탈퇴 */
.delete_id_wrap {
  margin-top: 10px;
}

ul.reason-list li.item-open {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

ul.reason-list .reason-item-box {
  width: 100%;
  align-items: center;
  display: flex;
  height: auto;
  padding: 7px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

ul.reason-list .reason-item-box .chk_box {
  line-height: 18px;
}

ul.reason-list .item-context {
  width: 100%;
  display: none;
}

ul.reason-list li.item-open .item-context {
  display: block;
}

ul.reason-list .textarea-wrap {
  box-sizing: content-box;
  position: relative;
}

ul.reason-list .textarea-wrap .textarea-form {
  box-sizing: border-box;
  resize: none;
  width: 100%;
  border-radius: 6px;
  height: 100px;
  margin-bottom: 0px;
  padding: 5px;
}

h3.title_need_improved {
  margin-bottom: 15px;
  font-size: 16px;
  padding-top: 1.5rem;
}

textarea.need_improved_txt {
  width: 100%;
  border-radius: 6px;
  height: 100px;
  margin-bottom: 0px;
  padding: 5px;
}

.btn_survey_wrap > input {
  display: block;
}

.btn_survey_wrap > input.btn_survey_start {
  width: 100%;
}

/*설문셀렉트*/
select.select_box {
  width: 100%;
  height: 40px;
  padding: 0px 10px 0px 10px;
  background: url("../images/select_arrow.svg") no-repeat 100% center;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  /* for IE 11 */
  display: none;
}

/*설문인풋*/
select.input_box {
  width: 100%;
  height: 40px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
}

input.input_box {
  width: 100%;
  height: 40px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*영역처리*/
.block {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  height: 100%;
  align-items: center;
}

.block_column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/*기존*/
.one_block {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.two_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bk_left {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 5px;
}

.bk_right {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 5px;
}

p.explan {
  padding-left: 8px;
  font-size: 14px;
  color: #6d6d6d;
}

.space_vw {
  width: 4%;
}

.ex_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 10px;
}

.ex_area {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #035492;
}

span.ex_txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 45px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  color: #035492;
}

/*작업후 삭제할것(필요없음)*/
.bottom_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #c7ccd1;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  background: #ffffff;
  text-align: center;
  z-index: 9999;
}

.bottom_fixed a {
  display: inline-block;
  margin: 0px 10px;
  padding: 0px 0px;
  font-size: 14px;
  line-height: 24px;
  color: blue;
  letter-spacing: -0.02em;
}

/*20231228 마이페이지 추가*/
.mypage_wrap {
  padding: 1rem 0 0 0;
}

.mypage_area {
  width: 100%;
  /* height: 408px; */
  /* height: auto; */
  height: calc(100vh - 147px);
  /* max-height: 700px; */
  overflow: auto;
  /* overflow: hidden; */
  border: 0px solid red;
}

.my_con {
  width: 100%;
}

.my_menu {
  float: left;
  max-width: 240px;
  width: 32%;
  margin-right: 10%;
}

div.demolayout {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

ul.demolayout {
  width: 100%;
  float: left;
  padding-top: 1rem;
}

ul.demolayout li {
  float: left;
  width: 100%;
  margin: 0px 0px 7px 0px;
  text-align: center;
}

ul.demolayout li:last-child {
  float: left;
  margin: 0px 0px 0px 0px;
}

ul.demolayout a {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
}

ul.demolayout a:lang(en) {
  white-space: normal;
}

ul.demolayout a.active {
  /* background: #8248f8; */
  /* color: #ffffff; */
  color: #8248f8;
  border: 1px solid #8248f8;
  border-radius: 7px;
}

/* ul.demolayout a.active:hover {
  background: transparent!important;
} */
.tabs-container {
  float: left;
  display: flex;
  justify-content: center;
  /* width: 58%; */
  max-width: calc(90% - 240px);
  width: 100%;
  border: 0px solid #ccc;
  padding: 0px;
}

.tabs-container .tab {
  width: 100%;
  border: 0px solid green;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

ul.demolayout .iconBox {
  display: flex;
  align-items: center;
  gap: 5px;
}

ul.demolayout .iconBox .icontxt {
  display: inline-block;
  white-space: nowrap;
}

ul.demolayout .iconBox .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

ul.demolayout .iconBox .icon1 {
  background: #ffffff url("../icons/my01_off.svg") no-repeat center/20px;
}

ul.demolayout .iconBox.active .icon1 {
  background: #ffffff url("../icons/my01_active.svg") no-repeat center/20px;
}

ul.demolayout .iconBox:not(.active):hover .icon1 {
  background: #8248f8 url("../icons/my01_on.svg") no-repeat center/20px;
}

ul.demolayout .iconBox .icon2 {
  background: #fff url("../icons/my02_off.svg") no-repeat center/20px;
}

ul.demolayout .iconBox.active .icon2 {
  background: #fff url("../icons/my02_active.svg") no-repeat center/20px;
}

ul.demolayout .iconBox:not(.active):hover .icon2 {
  background: #8248f8 url("../icons/my02_on.svg") no-repeat center/20px;
}

ul.demolayout .iconBox .icon3 {
  background: #ffffff url("../icons/my03_off.svg") no-repeat center/20px;
}

ul.demolayout .iconBox.active .icon3 {
  background: #fff url("../icons/my03_active.svg") no-repeat center/20px;
}

ul.demolayout .iconBox:not(.active):hover .icon3 {
  background: #8248f8 url("../icons/my03_on.svg") no-repeat center/20px;
}

ul.demolayout .iconBox .icon4 {
  background: #ffffff url("../icons/my04_off.svg") no-repeat center/20px;
}

ul.demolayout .iconBox.active .icon4 {
  background: #fff url("../icons/my04_active.svg") no-repeat center/20px;
}

ul.demolayout .iconBox:not(.active):hover .icon4 {
  background: #8248f8 url("../icons/my04_on.svg") no-repeat center/20px;
}

ul.demolayout .iconBox .icon5 {
  background: #ffffff url("../icons/my05_off.svg") no-repeat center/20px;
}

ul.demolayout .iconBox.active .icon5 {
  background: #fff url("../icons/my05_active.svg") no-repeat center/20px;
}

ul.demolayout .iconBox:not(.active):hover .icon5 {
  background: #8248f8 url("../icons/my05_on.svg") no-repeat center/20px;
}

ul.demolayout .iconBox .icon6 {
  background: #ffffff url("../icons/my06_off.svg") no-repeat center/20px;
}

ul.demolayout .iconBox.active .icon6 {
  background: #fff url("../icons/my06_active.svg") no-repeat center/20px;
}

ul.demolayout .iconBox:not(.active):hover .icon6 {
  background: #8248f8 url("../icons/my06_on.svg") no-repeat center/20px;
}

ul.demolayout .iconBox.active:hover {
  background-color: #fff;
}

ul.demolayout .iconBox.active:hover .icon {
  background-color: #fff;
  color: #fff;
}

ul.demolayout .iconBox:not(.active):hover {
  background: #8248f8;
  color: #ffffff;
}

/* 생활복용력 탭 */
.Wrapper {
  width: 100%;
}

.Container {
  float: left;
  width: 100%;
  border: 1px solid #d6d6d6;
  /* overflow-y: auto; */
}

.Container.three-tab {
  /* height: calc(100vh - 262px); */
}

.Content {
  float: left;
  width: 100%;
  padding: 10px;
}

.Navigation {
  position: relative;
  height: 35px;
  display: block;
  width: 100%; /*border:1px solid red*/
}

ul.primary {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.primary a.active {
  border: 1px solid #8248f8;
  border-bottom: 0;
  /* background: #8248f8; */
  /* color: #ffffff; */
  color: #8248f8;
}

ul.primary a.active:hover {
  color: #ffffff;
}

ul.primary a {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  /* width: 19.2%; */
  width: 32.3%;
  height: 35px;
  margin-right: 1%;
  color: #101010;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  font-size: 1rem;
  letter-spacing: -0.05em;
  border-radius: 5px 5px 0px 0px;
  text-wrap: nowrap;
}

ul.primary a.last {
  width: 33.4%;
  margin-right: 0%;
}

ul.primary a:hover {
  background: #8248f8;
  color: #ffffff;
}

.h_title {
  width: 100%;
  margin-bottom: 10px;
}

.h_title h4 {
  font-size: 14px;
  font-weight: 500;
}

ul.survey_list2 {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
  /* margin-bottom: 20px; */
}

ul.survey_list2 li {
  display: flex;
  justify-content: center;
  float: left;
  width: 30%;
  margin: 0px 0px 0px 0px;
  padding: 9px;
  background: #edf1fc;
  border-radius: 6px;
}

ul.survey_list2 li:first-child {
  width: 35%;
}

ul.survey_list2 li:last-child {
  margin-right: 0px;
}

.basic_line_wrap {
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
  width: 100%;
  float: left;
  margin: 5px 0px;
}

.basic_line_wrap:first-child {
  margin-top: 20px;
}

.basic_line01 {
  width: 182px;
  padding-left: 0px;
  font-size: 15px;
}

.basic_line_right {
  width: calc(100% - 182px);
}

.basic_line_inner {
  display: flex;
  align-items: center;
}

.basic_line02 {
  width: 35%;
}

.basic_line03 {
  display: flex;
  justify-content: flex-start;
  width: 15%;
  font-size: 15px;
  padding-left: 7px;
}

.btn_wrap_row_100 {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
  /* margin-top: 10px; */
  margin-top: 35px;
}

.btn_small {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px !important;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
}

.btn_link {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  padding: 0 34px;
  border-radius: 5px;
}

p.qa_dot {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 10px;
  /* line-height: 40px;
  background: url("../images/r_bullet1.svg") no-repeat 0px 16px; */
  line-height: 1.2;
  background: url("../images/r_bullet1.svg") no-repeat 0px 6px;
}

.fl_100 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0px 0px;
}

.textBox {
  clear: both;
  width: 100%;
  border-radius: 6px;
  height: 100px;
  margin-bottom: 0px;
  border: 1px solid rgb(118, 118, 118);
  overflow: hidden;
}

.textBox textarea.past_txt2 {
  border: none;
  width: 100%;
  height: 100%;
  padding: 5px;
  padding-right: 0;
}

/* 설문지 완료후 처음사용자 CSS처리 */
.consult_right_area {
  position: relative;
}

.consult_balloon {
  display: none;
  position: relative;
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
  border: #d6d6d6 solid 1px;
  position: absolute;
  font-size: 16px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 12px;
  color: #101010;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition: 0.3s;
  position: absolute;
  bottom: 74px;
  left: 10px;
  transition: 0.3s;
}

.history_balloon {
  display: none;
  position: relative;
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
  border: #d6d6d6 solid 1px;
  position: absolute;
  font-size: 16px;
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #101010;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition: 0.3s;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: 9999;
  transition: 0.3s;
}

.history_balloon .close_wrap {
  display: flex;
  justify-content: end;
}

.history_balloon span.balloon_txt {
  display: block;
  margin-bottom: 24px;
  padding-left: 72px;
  text-align: left;
  background: url("../images/icon_grcheck.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 22px auto;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.4px;
}

.history_balloon .history_health {
  position: relative;
  font-size: 13px;
  margin-bottom: 16px;
  color: #fff;
  background: linear-gradient(270deg, #ba76f2 0%, #624ffb 100%);
}

.history_balloon .history_health::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 10px;
  background-image: url(../images/icon_moreview.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* .history_balloon a.history_link { display: inline-block; font-size: 14px; text-align: right; position: absolute; right: 10px; top: 70px; } */
.history_balloon .close_wrap > span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0px;
  color: #757575;
  cursor: pointer;
}

.history_balloon .close_wrap > span:last-child {
  margin-right: 0px;
}

.history_balloon .close_wrap > span {
  margin-right: 12px;
}

/* 말풍선 삼각형 처리 */
.consult_balloon:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 16px 16px 0px 16px;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 49px;
}

.consult_balloon:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 16px 16px 0px 16px;
  border-color: #d6d6d6 transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -16px;
  left: 49px;
}

.history_balloon:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0px 16px 16px 16px;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  right: 49px;
}

.history_balloon:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0px 16px 16px 16px;
  border-color: #d6d6d6 transparent;
  display: block;
  width: 0;
  z-index: 0;
  top: -16px;
  right: 49px;
}

/* //말풍선 삼각형 처리 */
.consult_balloon > span,
.history_balloon > span {
  display: block;
}

.consult_balloon > .close_modal,
.history_balloon > .close_modal {
  border: 1px solid #8248f8;
  padding: 4px;
  text-align: center;
  margin: 16px 0px 5px;
  border-radius: 5px;
}

@media only screen and (max-width: 960px) {
  .dimpop_starter .layer_starter .close_div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 28px;
    left: 0;
    color: #fff;
    padding: 0px 10px;
  }
  .dimpop_starter .layer_starter .close_div .slidebtn_wrap {
    width: auto;
  }
}
@media screen and (max-width: 769px) {
  /*정보동의 모달레이어팝업*/
  .popup {
    max-width: 360px;
    width: 90%;
    height: 360px;
    background: #ffffff;
  }
  .pop_con {
    height: 275px;
  }
  .commonDim .pop_layer {
    min-width: 320px !important;
  }
  .alertDim .pop_layer {
    min-width: 320px !important;
  }
  /* requestDim */
  .requestDim .popup {
    max-width: 350px;
    height: 480px;
    padding: 22px 15px 17px;
  }
  .requestDim .modalWrap {
    /* margin:  3.5rem 1rem 0; */
  }
  .requestDim .closeArea {
    height: 45px;
  }
  .requestDim .modalContent {
    height: calc(100% - 60px);
  }
  .requestDim .printBtnArea {
    height: 47px;
  }
  .requestDim .printBtn {
    padding: 0.25rem 0.75rem;
  }
  .requestDim .popup.arrange .modalContent {
    height: calc(100% - 45px - 46px - 47px);
  }
  /* savePdfDim 모바일 반응형 */
  .savePdfDim .close_button {
    top: 20px;
    right: 20px;
  }
  .savePdfDim .savePdfTop {
    height: 110px;
    padding-top: 15px;
    padding-left: 20px;
  }
  .savePdfDim .savePdfContent {
    height: calc(100dvh - 110px - 60px);
  }
  .savePdfDim .savePdfContent .savePdfContentInner {
    padding: 0 20px;
  }
  .savePdfDim .savePdfBottom {
    height: 60px;
  }
  .savePdfDim .savePdfTop .savePdfMainTitle {
    height: 40px;
    margin-bottom: 10px;
    font-size: 26px;
  }
  .savePdfDim .savePdfTop .savePdfDate {
    font-size: 15px;
  }
  .savePdfDim .savePdfContent .savePdfSymptomTitleBox {
    height: 60px;
    border-bottom: 2px solid #4f46e5;
  }
  .savePdfDim .savePdfContent .savePdfSymptomTitle {
    height: 24px;
    padding-top: 20px;
    gap: 3px;
    box-sizing: content-box;
    font-size: 16px;
  }
  .savePdfDim .savePdfContent .savePdfSymptomDetails {
    padding: 15px 0;
    gap: 15px;
  }
  .savePdfDim .savePdfContent .detailTitleBox {
    position: relative;
    display: flex;
    flex-direction: row;
    height: auto;
    min-height: 110px;
    gap: 26px;
  }
  .savePdfDim .savePdfContent .detailTitleBox .detailTitle {
    width: 110px;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
  }
  .savePdfDim .savePdfContent .detailTitleBox .detailTitle > span {
    line-height: 30px;
  }
  .savePdfDim .savePdfContent .detailTitleBox .detailTitle > span:first-child {
    font-size: 17px;
  }
  .savePdfDim .savePdfContent .detailTitleBox .detailTitle > span:last-child {
    line-height: 20px;
  }
  .savePdfDim .savePdfContent .detailTitleBox .detailSymptomsBox:before {
    top: 1px;
    left: 0px;
    height: 1.5px;
  }
  .savePdfDim .savePdfContent .detailTitleBox .detailSymptoms {
    display: flex;
    flex-direction: column;
    gap: 5px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .savePdfDim .savePdfContent .detailTitleBox .detailSymptoms li {
    height: auto;
    padding-bottom: 0px;
    font-size: 14px;
  }
  .savePdfDim .savePdfContent .detailTitleBox .detailSymptoms:has(li:nth-child(7)) {
    -moz-column-count: 1;
         column-count: 1;
  }
  /* mapDim */
  .mapDim {
    position: fixed;
    inset: 0;
    overflow: hidden;
  }
  /* .mapDim .popup {
      max-width: 800px;
      width: calc(100% - 20px);
      height: 585px;
      padding: 0;
      background: #fff;
  } */
  .mapDim .popup {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .mapDim .popupClose {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url("../icons/icon_close_g.svg") no-repeat center center/contain;
    cursor: pointer;
  }
  /* .mapDim .modalWrap {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      padding: 45px 15px;
      gap: 18px;
  } */
  .mapDim .modalWrap {
    padding: 10px 12px 12px;
  }
  /* .mapDim .mapSidebar {
      padding: 16px 0px;
      width: 33.333333%;
      background: #f4f4f4;
      border-radius: 23px;
  } */
  .mapDim .mapSidebar {
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .mapDim .mapSidebar .mapSidebarInner {
    height: auto;
    padding: 0;
  }
  .mapDim .categoryBtnBox.mo-ver {
    display: flex;
  }
  .mapDim .mapSidebar .hospitalList {
    gap: 5px;
    height: calc(100dvh - 40px - 42px - 22px);
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .mapDim .mapSidebar .hospitalItem {
    padding: 1rem;
    background: #f9fafb;
    border: 1px solid #d6d6d6;
    border-radius: 17px;
  }
  .mapDim .mapSidebar .hospitalItem p {
    font-size: 0.75rem;
    /* line-height: 1rem; */
    list-style: 1.4;
    font-weight: bold;
  }
  .mapDim .mapContainer {
    flex: 1 1 0%;
    position: relative;
  }
  .mapDim .mapContainer.pc-ver {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .tabs-container {
    width: 58%;
    max-width: initial;
  }
  .mypage_area {
    height: calc(100vh - 131px);
  }
  ul.demolayout a:lang(en) {
    /* line-height: 1; */
    /* padding: 10px 10px 10px 35px; */
    /* height: 52px; */
  }
}
/* ◆◆◆◆◆◆◆◆◆◆ 480px 이하 ◆◆◆◆◆◆◆◆◆◆ */
@media screen and (max-width: 480px) {
  /*메인*/
  .main_txt {
    line-height: 30px;
    font-size: 23px;
  }
  a.btn_start {
    width: 70%;
  }
  .main_object {
    width: 100%;
    background: url("../images/main_object_mo.svg") no-repeat bottom;
    background-size: 100%;
  }
  /*서브*/
  .con_wrap {
    position: relative;
    top: 50px;
    width: 100%;
    padding: 0px 20px 20px;
  }
  /*챗독전체*/
  .chat_wrap {
    transform: unset;
    position: relative;
    top: 0px;
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
  /*진행단계 마우스오버 레이어 보이기*/
  .jb-text {
    padding: 6px 25px 8px 8px;
    line-height: 17px;
    display: none;
  }
  .jb-text .close {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 12px;
    height: 12px;
    background: url("../images/pop_close.svg") no-repeat center;
    cursor: pointer;
  }
  /*상세내용*/
  .chat_default {
    padding: 10px;
    height: 100%;
    border-bottom: 1px solid #e7e7e7;
  }
  /*답변과질문*/
  .speech_wrap {
    width: 100%;
    height: 400px;
    overflow: auto;
  }
  /*대화입력창*/
  textarea.write {
    padding: 0px;
    padding-left: 4px;
  }
  /*DIM 처리 팝업*/
  .pop_layer {
    width: 70%;
  }
  .dimpop {
    width: 100%;
  }
  .dimpop .close {
    width: 70%;
    background: url("../images/pop_close.svg") no-repeat 95% center;
    cursor: pointer;
    z-index: 999;
  }
  .requestDim .popup {
    max-width: 320px;
    height: 440px;
    padding: 22px 13px 16px;
  }
  /*설문지*/
  .block {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* margin: 1rem 0px; */
  }
  .block_column {
    height: 100%;
    /* margin: 20px 0px; */
  }
  /*기존*/
  .two_block {
    display: flex;
    flex-direction: column;
  }
  .bk_left {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .bk_right {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .bottom_fixed {
    padding: 5px 0px 10px 0px;
  }
  .bottom_fixed a {
    margin: 0px 5px;
    padding: 0px 0px;
    line-height: 22px;
    font-size: 12px;
  }
  /* 결과문받기 버튼 */
  .btn_survey_wrap > input {
    background-position: 10px center;
  }
  /* 추가상담 말풍선 */
  .history_balloon {
    top: -335px;
  }
  /* 회원가입 */
  .resident_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .resident_front {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .resident_back {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .resident_back ul.survey_list li:first-child {
    margin-bottom: 0;
    margin-right: 0px;
    padding-left: 0px;
  }
}
/* ◆◆◆◆◆◆◆◆◆◆ 481px 이상 ◆◆◆◆◆◆◆◆◆◆ */
@media screen and (min-width: 481px) {
  /*진행단계 마우스오버 레이어 보이기*/
  .jb-text .close {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */