@charset "UTF-8";
#deepseekContentszone {
  display: none;
}

html,
body {
  height: 100%;
}
.only_mobile {
  display: none;
}
/* --vh가 1vh처럼 동작하도록 기본값 지정 */
:root {
  --vh: 1vh;
}

/* 화면 전체를 채울 요소에 이 클래스를 주면 됩니다 */
.full-page {
  height: calc(var(--vh) * 100);
}
.wrap {
  margin-left: 260px;
  transition: margin-left 0.3s ease-in-out;
  height: 100svh;
}
.wide_side.open + .wrap {
  margin-left: 260px;
}
.txtLeft {
  text-align: left;
  word-break: keep-all;
}

header {
  /*position: relative;*/
}
.header_area {
  color: #eeeeee;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.side_nav {
  background-color: #f9fbff;
  position: fixed;
  width: 68px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  align-items: center;
  text-align: center;
  z-index: 10;
  top: 0;
  display: none;
}
.p_ico {
  width: 36px;
  height: 36px;
}
.wide_area {
  width: 44px;
  height: 44px;
}
.wide_side {
  position: fixed;
  background-color: #f9fbff;
  width: 260px;
  height: 100vh;
  left: 0;
  z-index: 100; /*padding:20px 10px;*/
  top: 0;
}
/* 1) 전체 컨테이너를 100vh 높이의 컬럼 flex로 */
.wide_side > div {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/* 2) 채팅+푸터 래퍼(4번째 자식)를 flex 컬럼으로, 남은 공간 모두 차지 */
.wide_side > div > div:nth-child(4) {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* 3) chat_history 는 무조건 가운데서 늘어나며 스크롤 */
.wide_side .chat_history {
  flex: 1 1 auto;
  overflow-y: auto !important;
}

/* 4) 푸터(플랜 업그레이드, 프로필)는 flex 끝단에 고정 */
.wide_side .get_app_posi,
.wide_side .pro_posi {
  flex: 0 0 auto;
  position: static !important; /* 기존 absolute 제거 */
}

.wide_side .pro_posi {
  flex: 0 0 auto;
  position: relative !important; /* 기존 absolute 제거 */
}
.wide_side.hidden {
  width: 60px;
}
.hide_wide {
}
.hide_wide:hover {
}
.add_hover {
  padding: 5px;
}
.add_hover:hover {
  background: #f1f5f9;
  border-radius: 11px;
}
.logo_area {
  /*height:90px;*/
  padding: 25px 10px 25px 20px;
}
.wide_logo {
  max-width: 142px;
  height: auto;
  padding: 5px 0;
}
.new_btn {
  background: #dbeafe;
  color: #4d6bfe;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
}
.new_chat_area {
  margin: 10px 0 20px;
  display: flex;
  align-items: center;
}
.new_chat_btn {
  background: #dbeafe;
  color: #4d6bfe; /*width:120px;*/
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 14px;
  margin: 0 2px 0 14px;
  font-weight: 500;
  overflow: hidden;
  font-size: 16px;
  padding: 0 10px;
}
.new_chat_btn:hover {
  background: #c6dcf8;
}
.new_chat_btn p {
  margin-left: 9px;
  font-weight: 400;
  font-family: "Pretendard-Regular";
}
.s_chat_btn {
  line-height: 28 !important;
  padding: 2px 14px !important;
  height: 32px !important;
  font-weight: 300 !important;
  margin: 0 !important;
  border-radius: 12px;
}
.s_chat_btn p {
  font-size: 14px;
  line-height: 14px;
}
/*와이드 메뉴 추가되는 사이드 메뉴 영역*/
.side_menu_area {
  padding: 0 10px;
  padding-bottom: 30px;
}
/* .side_menu_area .side_menu{ display: flex; align-items: center;  padding:10px; border-radius: 10px;} */
.side_menu_area .side_menu {
  display: flex;
  align-items: center; /*margin-bottom:12px;*/
  padding: 5px 10px;
  border-radius: 10px;
}
.side_menu_area .side_menu:hover {
  background: #eff6ff;
}
/* .side_menu_area .side_menu:last-child{margin-bottom:0;} */
/* 20250520 임시임 */
.side_menu_area .side_menu:last-child {
  margin-bottom: 0;
}
/* 20250520 임시임 */
.side_menu_area .side_menu .side_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ecedf2;
  border-radius: 50%;
  margin-right: 8px;
  background: #ffffff;
}
.side_menu_area .side_menu p {
  font-size: 15px;
  color: #262626;
  font-family: "Pretendard-Regular" !important;
}

/*wide side add history*/
#tabs .date:first-child {
  margin: 6px 0 6px -6px;
}
.date {
  font-weight: 600;
  padding: 0 10px 0 16px;
  margin: 30px 0 6px -6px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  font-family: "Pretendard-Regular" !important;
  letter-spacing: 1px;
}
.blank {
  width: 100%;
  height: 24px;
  flex: none;
  min-height: 24px;
  display: block;
  flex-shrink: 0;
  background-color: #000;
}
.chat_history {
  width: 100%; /*max-height:300px;*/
  overflow-y: auto; /*height:100vh;*/
  scrollbar-color: none;
}
.history_cont {
  height: 38px;
  line-height: 38px;
  border-radius: 10px;
  cursor: pointer;
}
#tabs {
  outline: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.tab {
  outline: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.tab:hover {
  background: #eff6ff !important;
}
.tab.selected {
  background: #eff6ff !important;
}
.tab:hover .ds_icon {
  opacity: 1;
  visibility: visible;
}
.ds_icon {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibillity 0.3s ease;
  vertical-align: middle;
  line-height: 16px;
  padding: 2px;
}
.ds_icon:hover {
  background: #fff;
  border-radius: 5px;
}
.edit_del_area {
  right: 0;
  top: 100%;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  z-index: 1;
}
.edit_del_area button {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
}
.edit_del_area .name_edit_btn:hover {
  background: #adadad;
  opacity: 0.8;
}
.edit_del_area .del_btn:hover {
  background-color: #ff7474;
  opacity: 0.8;
}
#history {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  height: 38px;
}
.his_txt {
  max-width: 201px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  outline: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  color: #262626;
  font-family: "Pretendard-Regular" !important;
  letter-spacing: 1px;
}
.his_txt.editing {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
.get_app_posi {
  /*position:absolute; width:100%; bottom:58px;*/
  padding-bottom: 0 !important;
}
.get_app_area {
  border: 1px solid #4d6bfe;
  padding: 9px 12px;
  line-height: 20px;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
  display: block;
}
.get_app {
  gap: 5px;
}
.b9f93e3c {
  line-height: 0;
}
.get_app img {
}
.get_app p {
  font-family: "Pretendard-Regular";
}
.m_show {
  display: none;
}
.s_new_btn {
}
/* QR 코드 컨테이너 (처음에는 숨김) */
.qr_code_container {
  position: absolute;
  bottom: 60px;
  background: white;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 말풍선 모양 */
.qr_code_container::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background: white;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
/* QR 코드 이미지 */
.qr_code_container img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.qr_code_container p {
  font-size: 13px;
  margin-bottom: 15px;
}
/* 호버 시 QR 코드 보이기 
.get_app_area:hover .qr_code_container {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}*/
.get_app_area:hover {
  background: #eff6ff;
}

/* 호버 시 툴팁 표시 */
.history_cont:hover::after {
}

/* 기본적으로 툴팁 숨김 */
.history_cont::after {
}
.tooltip_box {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 10000;
  max-width: 100vw !important;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  display: none;
}
/* ✅ 툴팁이 보일 때 동적으로 크기 조절 */
.tooltip_box.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

.log_join_area {
  display: inline;
  position: absolute;
  right: 4%;
  top: 2%;
  z-index: 100;
}
.log_join {
  text-align: right;
}
.log_join li {
  display: inline-block;
  margin-right: 8px;
}
.log_join li:last-child {
  margin-right: 0;
}
.log_join li button {
  padding: 7px 12px;
  border-radius: 12px;
  color: #4d6bfe;
  background: #dbeafe;
  font-weight: 500;
}
.log_join li a {
  padding: 7px 12px;
  border-radius: 12px;
  color: #4d6bfe;
  background: #dbeafe;
  font-weight: 500;
}

.log_join li a:hover {
  background: #c6dcf8;
}
.add_btn {
  background: #2c2c36 !important;
  color: #ffffff !important;
}
/*.log_join li a:hover{background: #000; color:#ffffff;}*/

/*임시 사이드 메뉴바 css*/
.side_fake {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 85vh;
  gap: 30px;
  padding-top: 20px;
}

.menu_list {
}
.menu_list li {
  margin-right: 36px;
}
.menu_list li a {
  font-size: 18px;
}
.menu_list li:last-child {
  margin-right: 0;
}
.share_btn {
  border: 1px solid #eeeeee;
  padding: 7px 9px;
  border-radius: 100px;
  font-size: 14px;
}

/*채팅 영역*/
.gpt_search_area {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  /* height: 100vh; */
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 64px; /*overflow:hidden; position:relative;*/
  position: relative;
}
.plan_pop {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 126px;
  cursor: pointer;
  margin-bottom: 16px; /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
  padding: 30px 0;
}
.p_clear {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* 2025.05.20 */
#upgrade_popup {
  width: 100%;
  min-width: 672px;
  min-height: 94px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 24px;
  position: relative;
  margin-bottom: 16px; /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05) */
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#upgrade_popup.upgrade_popup.hidden {
  display: none !important;
}
#upgrade_popup .upgrade_popup_dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  margin: 0;
  text-align: left;
  width: max-content;
}
#upgrade_popup .upgrade_popup_dl dt {
  font-size: 14px;
  font-weight: 500;
  line-height: auto;
  letter-spacing: -5%;
  margin-bottom: 3px;
}
#upgrade_popup .upgrade_popup_dl dd.first {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -5%;
  font-weight: 400;
  color: #777;
  display: block;
}
#upgrade_popup .upgrade_popup_dl dd.last {
  display: none;
}
#upgrade_popup .pro_use_btn {
  overflow: hidden;
  position: relative;
  margin-left: auto;
  background-color: #4d6bfe;
  border: none;
  cursor: pointer;
  width: 112px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50px;
  margin-right: 28px;
  display: flex;
  line-height: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#upgrade_popup .pro_use_btn:hover {
  background-color: #bfe0fd;
  color: #4d6bfe;
}
#upgrade_popup .pro_close_btn {
  border: none;
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
  right: 16px;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
/* 2025.05.20 */

.plan_txt {
  color: #777777;
  font-size: 13px;
  margin-bottom: 14px;
}
.plan_btn {
  max-width: 239px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  background: #4d6bfe;
  width: 100%;
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.plan_btn:hover {
  background: #bfe0fd;
  color: #4d6bfe;
}
.shieeffect:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 1.5s ease-in infinite;
}
@keyframes shiny-btn1 {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  } /* 줄임 */
  21% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  } /* 앞당김 */
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.search_box {
  width: 100%;
  min-height: 112px;
  padding: 10px;
  background-color: #f3f4f6;
  border-radius: 25px;
  display: flex; /*transition: height 0.2s ease;*/
  position: relative;
  align-items: flex-start;
  height: 112px !important; /*margin-bottom:40px; box-shadow: 0px 0px 0.5px #c6c9d2;*/
  outline: 0.5px solid #dee1ee;
}
.search_box:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 114px;
  left: 0;
  background: #fff;
  z-index: -1;
}
/* 2025 */
.search_box .disflex_justispace_center {
  margin-left: 5px;
}
.search_box .form1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.search_input {
  width: 100%;
  margin-left: 4px;
  color: #000000;
  border: none;
  background: none;
  outline: none;
  resize: none;
  overflow-y: auto;
  font-size: 17px;
  flex-grow: 1;
  min-height: 36px;
  max-height: 336px;
  height: 36px !important;
}
.search_input::placeholder {
  color: #999999;
}
.search_input::-webkit-input-placeholder {
  color: rgba(13, 13, 13, 0.3);
} /* Chrome, Safari */
.search_input:-moz-placeholder {
  color: rgba(13, 13, 13, 0.3);
} /* Firefox 4~18 */
.search_input::-moz-placeholder {
  color: rgba(13, 13, 13, 0.3);
} /* Firefox 19+ */
.search_input:-ms-input-placeholder {
  color: rgba(13, 13, 13, 0.3);
} /* Internet Explorer 10+ */
.search_btn_area {
  position: absolute;
  width: 100%;
  height: 40px;
  text-align: right;
  bottom: 8px; /*right:10px;*/
}
.search_btn {
  background-color: #d6dee8;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#send.dis_inline.s_btn_img.active {
  background-color: unset !important;
}
#senddiv.active {
  background-color: #4d6bfe !important;
  background-image: none !important;
  /*pointer-events: none;*/
}

#senddiv.active #stop_btn {
  pointer-events: auto;
}
.service_tit {
  color: #000000;
  font-size: 24px;
  letter-spacing: -1.3px;
  border-bottom: none !important;
  display: inline-block;
  min-width: 240px;
  text-align: left;
  font-weight: 400;
}
.gap14 {
  gap: 14px;
}
.service_s_tit {
  font-size: 14px;
  color: #404040;
}
.send_hide {
  margin-bottom: 40px;
  opacity: 1;
}
.send_hide.hidden {
  opacity: 0;
}
.ai_hide {
  display: none;
}
.side_tab_cont {
  display: none;
}
.side_tab_detail {
  width: 100%; /*height:70px;*/
}
.side_tab_ico {
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 11px;
}
.ico_back1 {
  background-color: #677de5;
}
.ico_back2 {
  background-color: #58a942;
}
.ico_back3 {
  background-color: #ed6a5e;
}
.ico_back4 {
  background-color: #e4a751;
}
.ico_back5 {
  background-color: #48c3b9;
}

.typing_area {
  /*top: 15%;
      left: 50%;*/
  transform: translateX(-50%);

  text-align: center;
}

.typing {
  font-size: 24px;
  font-family: "Pretendard-Regular";
  font-weight: 400;
  white-space: nowrap;
  color: #000;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
/*pro 버튼 추가*/
.pro_btn_area {
}
.pro_btn {
  display: inline-flex;
  color: #4c4c4c;
  border-radius: 14px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 0 7px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
}
.pro_btn:hover {
  background: #e0e4ed;
}
.pro_btn img {
  vertical-align: middle;
}
.h_pop {
  position: absolute;
  top: -36px;
  right: -7px;
  background: #000;
  color: #fff;
  display: flex;
  padding: 0 10px;
  justify-content: center;
  border-radius: 10px;
  display: none;
  height: 30px;
  font-size: 12px; /* line-height:25px;  */
  line-height: 28px;
}
.h_pop:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
/*.send_hide .main_logo{width:40px; height:32px; margin-right:15px;}*/
/* 애니메이션 컨테이너 */
.animation_container {
  position: relative;
  width: 73px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.add_ico {
  width: 35px !important;
}
/* 중앙 로고 */
.main_logo {
  position: absolute;
  height: 30px;
  z-index: 10;
}
.ripple {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(77, 107, 254, 0.5);
  border-radius: 50%;
  animation: rippleEffect 1s linear infinite;
  opacity: 1;
  z-index: 1;
}
.ripple:nth-child(1) {
  animation-delay: -1s;
}
.ripple:nth-child(2) {
  animation-delay: -0.5s;
}
.ripple:nth-child(3) {
  animation-delay: 0s;
}

/* 물결 애니메이션 */
@keyframes rippleEffect {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.send_show {
  display: none; /*max-height:600px;max-height:700px;*/
  /* max-height: 100vh; */
  height: 100svh;
  padding-bottom: 120px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  max-width: none;
  width: 100%;
  margin-top: 65px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative; /*padding-top:40px;*/
  flex-wrap: nowrap;
  flex-direction: column;
  flex-grow: 1;
}
.send_show::-webkit-scrollbar {
  display: none;
}
.send_show .question,
.send_show .answer {
  max-width: 800px; /* 내부 콘텐츠만 가운데 정렬 */
}

/*로딩 효과*/
.spinner_area {
  display: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
/*.spinner {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(farthest-side, #989898 92%, #0000) top/3px 3px no-repeat,
    conic-gradient(#0000 30%, #989898);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
  animation: spinner-c7wet2 1s infinite linear;
  margin-left: 0;
  flex-shrink: 0;
}

@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}*/
.w_square {
  width: 12px;
  height: 12px;
  background: #fff;
  display: none;
  border-radius: 2px;
}
.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #c9c9c9;
  animation: spinner-bulqg1 0.8s infinite linear alternate,
    spinner-oaa3wk 1.6s infinite linear;
  margin-left: 0;
  flex-shrink: 0; /* 크기 줄어드는 문제 방지 */
}
.dots {
  display: inline-block;
  width: 24px;
  height: 5.8px;
  background: radial-gradient(circle closest-side, #4d6bfe 90%, #0000) 0% 50%,
    radial-gradient(circle closest-side, #4d6bfe 90%, #0000) 50% 50%,
    radial-gradient(circle closest-side, #4d6bfe 90%, #0000) 100% 50%;
  background-size: calc(100% / 3) 100%;
  background-repeat: no-repeat;
  animation: dots-zcf63l 1s infinite linear;
}

.loading_answer {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  gap: 20px;
  color: #4d6bfe;
  font-family: "Pretendard";
  font-weight: 400;
  padding: 0.7vw 1vw;
  border-radius: 0.5vw;
}
@keyframes dots-zcf63l {
  33% {
    background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%;
  }

  50% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%;
  }

  66% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%;
  }
}

@keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }
  25% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }
  50% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  62.5% {
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0,
      100% 0,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  75% {
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  100% {
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}

@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.question {
  line-height: 1.5rem;
  color: #0d0d0d;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
  padding-bottom: 32px;
  padding: 8px 20px;
  background-color: #eff6ff;
  white-space: pre-wrap;
  word-break: break-word;
  border-radius: 14px;
  width: fit-content;
  font-size: 16px;
  text-align: left;
  max-width: 515px;
  /*font-family: ui-sans-serif, -apple-system, system-ui, 
  'SF Pro', 'Segoe UI', 'Helvetica', 'Arial', 
  'Noto Sans', 'Roboto', sans-serif, 
  'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;*/
  font-family: "Pretendard-Regular";
  letter-spacing: 0.2px;
}
.question.long_text {
  max-width: 70%;
}
code {
  font-family: "Pretendard-Regular" !important;
}
.answer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 22px;
  margin-bottom: /*40px*/ 100px;
  gap: 10px; /* spinner와 텍스트 사이 여백 */
}
.answer_ico {
  width: 28px;
  height: 28px;
  border: 1px solid #adadad;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.answer_ico img {
}
.answer_area {
  width: 95%;
  margin-left: 15px;
  font-size: 16px;
  line-height: 1;
  color: #0d0d0d; /*font-family: ui-sans-serif, -apple-system, system-ui, 
  'SF Pro', 'Segoe UI', 'Helvetica', 'Arial', 
  'Noto Sans', 'Roboto', sans-serif, 
  'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;*/
  font-family: "Pretendard-Regular";
}
/* .answer_area p{font-size:16px; line-height: 30px; color:#313131; letter-spacing: 0.50px; margin:0 !important; font-family:'Pretendard-Regular';} */
.answer_area h1,
.answer_area h2,
.answer_area h3,
.answer_area h4,
.answer_area h5 {
  margin-top: 30px;
  margin-bottom: 7px;
  line-height: 1;
}
.answer_area p {
  font-size: 16px;
  line-height: 30px;
  color: #313131;
  letter-spacing: 0.5px;
  padding-bottom: 0; /*color:#0D0D0D;font-family: ui-sans-serif, -apple-system, system-ui, 
'SF Pro', 'Segoe UI', 'Helvetica', 'Arial', 
'Noto Sans', 'Roboto', sans-serif, 
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important; margin-bottom:.5rem;*/
  margin: 0 !important;
  font-family: "Pretendard-Regular";
}
.answer_area p em {
  letter-spacing: 0.5px;
}
/* .answer_area p:not(:first-child){margin-top:.5rem;}*/
.answer_area ul {
  margin-top: 0;
  margin-bottom: 0;
}
.answer_area ul li {
  margin-bottom: 0;
  line-height: 37px;
  margin-top: 0;
}
.answer_area ul li:first-child {
  margin-top: 0;
}
.answer_area ul li:last-child {
  margin-bottom: 0;
}
.answer_area ol {
  margin-top: 0;
  margin-bottom: 0;
}
.answer_area ol li {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 37px;
}
.answer_area ol li:first-child {
  margin-top: 0;
}
.answer_area ol li:last-child {
  margin-bottom: 0;
}

#tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 10px;
}
.tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  border-radius: 10px;
  position: relative;
}
.tab a {
  font-size: 14px;
}

.ham_btn {
  font-size: 24px;
  width: 24px;
  height: 56px;
  color: rgb(139, 139, 139);
  position: absolute;
  top: 10px;
  left: 20px;
  display: none;
  display: flex;
  align-items: center;
}
/*메인페이지 AI 사이드 메뉴 영역*/
/* .main_side_menu_area{display: flex; margin-top:18px; margin-bottom:40px;} */
.main_side_menu_area {
  display: flex;
  margin-top: 18px;
  position: relative;
  margin-bottom: 40px;
  width: 850px;
  margin-left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}
.main_side_menu_area.web_side {
  height: 40px;
}
.main_side_menu_area.web_side > div {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
}
.main_side_menu {
  border: 1px solid #ecedf2;
  border-radius: 50px;
  padding: 0 10px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
}
.main_side_menu:hover {
  background: #e0e4ed;
}
.main_side_menu:last-child {
  margin-right: 0;
}
.main_side_menu img {
  margin-right: 3.9px;
}
.main_side_menu p {
  color: #666666;
  font-size: 14px;
  letter-spacing: -1.4px;
}

/*텍스트 상자 추가*/
.text_box_area {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 100px;
}
.text_box_area .txt_box {
  border: 1px solid #dee1ee;
  border-radius: 12px;
  padding: 16px 12px;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 23%;
  height: 97.5px;
  font-family: ui-sans-serif, -apple-system, system-ui, "SF Pro", "Segoe UI",
    "Helvetica", "Arial", "Noto Sans", "Roboto", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.text_box_area .txt_box:hover {
  background-color: #f3f4f6;
}
.text_box_area .txt_box div {
  line-height: 1.5em;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 15px;
  color: #676767;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*구독 플랜*/
.plan_area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  justify-content: center;
  padding-bottom: 40px;
}
.plan_box {
  width: 285px;
  width: 100%;
  padding: 30px 37px;
  border-radius: 16px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}
.p_button:hover {
  background: #4d6bfe;
  color: #fff;
}
/*.plan_area > .plan_box:first-child .line_gray {
  margin-top: 97px !important;
}*/
.line_gray {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 40px;
  width: 100%;
  display: block;
}
.p_btn_back {
  background: #4d6bfe !important;
  color: #fff !important;
}
.p_btn_back:hover {
  color: #4d6bfe !important;
  border: 1px solid #4d6bfe !important;
  background: #fff !important;
}
.plan_box .p_tit {
  color: #000000;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 500;
}
.add_border {
  border: 2px solid #4d6bfe;
}
.price_area {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 8px;
}
.price_area h1 {
  font-size: 38px;
  font-weight: 600;
  color: #000;
  line-height: 38px;
  border-bottom: 0;
}
.price_area span {
  font-size: 13px;
  color: #777777;
  line-height: 24px;
}
.p_button {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #4d6bfe;
  border: 1px solid #4d6bfe;
  border-radius: 5px;
}
.chk_txt {
  color: #777777;
  font-size: 13px;
  line-height: 13px;
  vertical-align: middle;
  display: flex;
  margin-top: 10px;
}
.chk_txt::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/ico/blue_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
  vertical-align: middle;
}
.suggestion {
  background: #4d6bfe;
  border-radius: 8px;
  width: 45px;
  top: 10px;
  right: 10px;
}
.suggestion span {
  font-size: 13px;
  color: #ffffff;
  line-height: 24px;
}
.add_color {
  background: #4d6bfe;
  color: #ffffff;
}
.cent_txt {
  color: #777;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  margin-top: 8px;
  text-align: left;
}
.chk_txt strong {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.cent_txt strong {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.blue_bold {
  font-weight: 600;
  color: #4d6bfe !important;
}

/*25.02.10 팝업*/
/* 기본 팝업 스타일 */
.basic_pop {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.basic_pop_content {
  background: white;
  width: 400px; /*margin: 15% auto;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.basic_pop_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.basic_pop_footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.basic_pop_btn {
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.basic_pop_btn_cancel {
  background: #e0e0e0;
}
.basic_pop_btn_delete {
  background: #ff4d4d;
  color: white;
  margin-left: 10px;
}
.basic_pop_btn:hover {
  opacity: 0.8;
}

/*메인 약관, 개인정보처리방침 영역*/
.terms_btn {
  text-decoration: underline;
  color: #999999;
  font-size: 0.9rem;
  display: inline-block;
}
.right_area {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
  position: absolute;
  bottom: -18px;
  right: 5%;
}

/*footer*/
.footer_btn {
  color: #a3a3a3;
  font-size: 12px;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
footer {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  color: #adadad;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  display: none;
}
.copy {
  /*padding-bottom:30px;*/
}

.faq_area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  justify-content: center;
}
.faq_box {
  max-width: 274px;
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  text-align: left;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 28px;
  margin-right: 17px;
}
.faq_box:hover {
  border: 1px solid #00bfa5;
  box-shadow: 0px 4px 10px rgba(0, 191, 165, 0.2);
}
.faq_box img {
  margin-bottom: 22px;
}

/* 20250520 */
.new_chat_area.disflex_center1 {
  /* position: absolute; */
  /* left: 50%;
  transform: translateX(-50%);
  z-index: auto;
  top: -60px; */
  height: max-content;
  margin-top: auto;
  margin-bottom: 0;
  display:none!important
}
/* 20250520 */

/* 20250520*/
.log_join {
  display: none;
}

#modal {
}
#modal.modal001 {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#modal.modal001 .modal_inner_cont {
  /* max-width: 1200px; */
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 90%;
  width: 100%;
}
.c6ab9234 {
  justify-content: unset !important;
}
.modal_cont001 {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.modal001_close {
  position: absolute;
  right: 3%;
  top: 3%;
}
#modal .account_tit {
  padding-bottom: 30px;
}
/* 20250520*/

pre,
code {
  line-height: 30px !important;
}

.manage_area.mainlogin li a:hover {
  background: #eff6ff;
}

.answer_review_cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}
.answer_review_cont > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.answer_review_cont > div button {
  position: relative;
}
.answer_review_cont > div button:hover::after {
  display: block;
  position: absolute;
  width: max-content;
  background: #333;
  padding: 5px 10px;
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
}
.answer_review_cont > div .answer_copy:hover::after {
  content: "복사";
  left: unset;
  transform: translateX(0);
}
.answer_review_cont > div .answer_good:hover::after {
  content: "좋은 응답";
}
.answer_review_cont > div .answer_bad:hover::after {
  content: "별로인 응답";
}
.answer_review_cont > div .answer_reset:hover::after {
  content: "새로 고침";
}

.answer_review_cont > div .answer_good img:first-child {
  display: block;
}
.answer_review_cont > div .answer_good img:last-child {
  display: none;
}
.answer_review_cont > div .answer_good.act img:first-child {
  display: none;
}
.answer_review_cont > div .answer_good.act img:last-child {
  display: block;
}

.answer_review_cont > div .answer_bad img:first-child {
  display: block;
}
.answer_review_cont > div .answer_bad img:last-child {
  display: none;
}
.answer_review_cont > div .answer_bad.act img:first-child {
  display: none;
}
.answer_review_cont > div .answer_bad.act img:last-child {
  display: block;
}

.red-alert {
  z-index: 1000;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  background: #fff;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
  pointer-events: all;
  box-shadow: 0px 4px 15px 0px rgba(191, 196, 213, 0.25);
  align-items: center;
  display: flex;
  max-width: calc(100vw - 28px);
  padding: 20px;
}

/* 20250623 */
#requestBox {
  max-width: 800px;
  position: fixed;
  width: 100%;
  bottom: 20px;
  height: max-content;
}
/* 20250623 */

/*pc*/
@media (min-width: 1945px) {
  .send_show {
    max-height: 100vh;
  }
}
@media (max-width: 1068px) {
  #requestBox {
    max-width: unset;
    position: fixed;
    width: calc(100% - 20%);
    bottom: 0;
  }
}
@media (max-width: 1300px) {
  .plan_area {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
  .right_area {
    text-align: center;
    right: unset;
  }
  #modal.modal001 .modal_inner_cont {
    height: 100%;
  }
}
@media (max-width: 1280px) {
  .get_app_posi {
    position: unset;
    margin-bottom: 0;
  }
  .pro_posi {
    position: unset !important;
  }
  .chat_history {
    max-height: 200px;
  }
  .main_side_menu_area {
    position: static;
    margin-left: unset;
    transform: translateX(0);
    width: 100%;
  }
  #upgrade_popup {
    min-width: unset;
  }
}
@media (max-width: 1200px) {
  /* footer{margin-top:80px;}*/
}
@media (max-width: 1024px) {
  .m_block {
    display: block !important;
  }
}
@media (max-width: 932px) {
  .web_side {
    display: none;
  }
  .main_side_menu {
    margin-bottom: 8px;
  }
}
@media (max-width: 830px) {
  #upgrade_popup {
    display: none;
  }
}
@media (max-width: 820px) {
  .chat_history {
    max-height: 600px;
  }
}

@media (max-height: 500px) {
  .wide_side > div > div:nth-child(4) {
    max-height: 100px;
  }
}
/*moblie*/
@media (max-width: 768px) {
  .only_mobile {
    display: flex;
  }
  .wrap {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .ham_btn {
    display: flex;
    z-index: 100;
    top: 0;
  }
  .side_nav {
    display: none;
  }
  .wide_side {
    z-index: 1000;
    width: 70%;
    display: none;
  }
  .gpt_search_area {
    max-width: unset;
    /* min-height: 100svh;
    max-height: 100lvh;
    height: unset; */
    padding: 0 20px !important;
  }
  .plan_area {
    grid-template-columns: repeat(1, 1fr);
    gap: 17px;
  }
  .hide_wide {
    display: block;
  }
  .wide_logo {
    max-width: 100px;
  }
  .m_width_100 {
    width: 100% !important;
  }
  .m_h_vh100 {
    height: unset !important;
    margin-bottom: 40px;
  }
  .ham_btn_area {
    width: 100%;
    background: #ffffff;
    height: 56px;
    position: fixed;
    z-index: 555;
  }
  .m_mt_60 {
    margin-top: 60px !important;
  }
  .m_disflex_alingcenter {
    display: block !important;
  }
  .wrap {
    margin-left: 0;
  }
  .m_mt_21 {
    margin-top: 0;
  }
  #chat {
    margin-top: 80px;
    padding-top: 30px;
  }
  .basic_pop_content {
    width: 90%;
  }
  .m_posi_re {
    position: relative;
  }
  .m_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100vh; */
  }
  .send_hide {
    /*margin-bottom:0;*/
  }
  .mt_56 {
    margin-top: 0 !important;
  }
  .terms_btn {
    font-size: 9px;
  }
  .copy p {
    font-size: 9px;
  }
  .web_side {
    display: none !important;
  }
  .text_box_area {
    justify-content: flex-start;
  }
  .text_box_area div {
    white-space: normal;
    flex: 1 1 calc(50% - 10px);
  }
  .send_show {
    min-height: 100svh;
    max-height: 100lvh;
    /* height: unset !important; */
  }
  .chat_history {
    max-height: 450px;
  }
  .mouser {
    position: absolute;
    right: 20px;
    width: 24px;
    height: 56px;
    z-index: 100;
  }
  .mouser i {
    background: url("../images/ico/login_re_ico.svg") no-repeat center
      center/contain;
    display: block;
    height: 24px;
  }
  .new_chat_area.disflex_center1 {
    bottom: 120px;
  }
}

@media (max-width: 660px) {
  /*footer{margin:0 20px;}*/
  .plan_pop {
    padding: 30px;
    margin-bottom: 10px;
  }
  .p_clear {
    right: 5px;
    top: 5px;
  }
  .plan_pop .p_clear {
    right: 10px;
    top: 10px;
    transform: translateX(0);
  }
}
@media (max-width: 540px) {
  .chat_history {
    max-height: 150px;
  }
}
@media (max-width: 510px) {
  .p_txt {
    font-size: 13px;
    letter-spacing: -0.3px;
  }
  .plan_pop {
    padding: 20px;
    margin-bottom: 10px;
    height: 269px;
  }
}

@media (max-width: 480px) {
  .p_txt {
    letter-spacing: -0.3px;
  }
  .w_show {
    display: none;
  }
  .side_menu_area {
    padding-bottom: 20px;
  }
  .chat_history {
    max-height: 200px;
  }
  .get_app_posi {
    position: absolute;
  }
  .pro_posi {
    position: absolute !important;
  }
}
@media (max-width: 430px) {
  .chat_history {
    max-height: 390px;
  }
}
@media (max-width: 415px) {
  .chat_history {
    max-height: 360px;
  }
}
@media (max-width: 415px) {
  .chat_history {
    max-height: 390px;
  }
}
@media (max-width: 390px) {
  .chat_history {
    max-height: 300px;
  }
}
@media (max-width: 383px) {
  .p_txt {
    font-size: 11px;
  }
  /* .chat_history{max-height:380px;}*/
  .qr_code_container p {
    font-size: 10px;
  }
}
@media (max-width: 376px) {
  .chat_history {
    max-height: 120px;
  }
}
@media (max-width: 374px) {
  .chat_history {
    max-height: 200px;
  }
}
@media (max-width: 360px) {
  .p_txt {
    letter-spacing: -0.5px;
  }
}
@media (max-width: 344px) {
  .chat_history {
    max-height: 350px;
  }
}
.back_color1 {
  background: #4d6bfe !important;
}
.font_color1 {
  color: #ffffff;
}
.font_color2 {
  color: #999999;
}
.font_color3 {
  color: #4d6bfe !important;
}
.dis_none {
  display: none;
}
.dis_ruby {
  display: ruby;
}
.dis_block {
  display: block !important;
}
.dis_inline {
  display: inline;
}
.flex {
  display: flex !important;
}
.align_base {
  align-items: baseline !important;
}
.flex_end {
  display: flex;
  justify-content: end;
}
.flex_col {
  display: flex;
  flex-direction: column;
}
.dis_none {
  display: none;
}
.disflex_center1 {
  display: flex;
  justify-content: center;
}
.disflex_justispace {
  display: flex;
  justify-content: space-between;
}
.disflex_justispace_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.disflex_justispace_end {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.disflex_justi_end {
  display: flex;
  justify-content: flex-end;
}
.disflex_alingcenter {
  display: flex;
  align-items: center;
}
.disflex_column {
  display: flex;
  flex-direction: column;
}
.disflex_column_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.disflex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.disflex_baseline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.dis_flex_end {
  display: flex;
  align-items: flex-end;
}
.dis_flex_end2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.posi_re {
  position: relative;
}
.posi_ab {
  position: absolute;
}
.m_posi_re {
}
.m_side {
  /*display: none;*/
}
.t_center {
  text-align: center;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.m_disflex_alingcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_h_vh100 {
  height: 100vh;
}
.h_vh100 {
  height: 100vh;
}
.vh_full {
  height: 100vh;
}
.wid_hei_20 {
  width: 20px;
  height: 20px;
}
.width_40 {
  width: 40%;
}
.width_50 {
  width: 50%;
}
.width_100 {
  width: 100% !important;
}
.min_width0 {
  min-width: unset !important;
}
.m_mt_21 {
  margin-top: -20px;
}
.mt_97 {
  margin-top: 97.2px !important;
}
.mt_80 {
  margin-top: 80px !important;
}
.mt_56 {
  margin-top: -56px !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.mt_24 {
  margin-top: 24px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_40 {
  margin-top: 40px;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_19 {
  margin-bottom: 19px !important;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_66 {
  margin-bottom: 66px;
}
.pdb_20 {
  padding-bottom: 20px;
}
.pd8_border_none {
  padding-top: 8px;
  border: none !important;
  padding-bottom: 0;
}
.pd_1012 {
  padding: 10px 12px;
}
.pd_10 {
  padding: 0 12px;
}
.pdl_10 {
  padding-left: 12px;
}
.pd_t0 {
  padding-top: 0 !important;
}
.pd_b0 {
  padding-bottom: 0 !important;
}
