.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-777 .elementor-element.elementor-element-69d72e6{--display:flex;--min-height:834px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-777 .elementor-element.elementor-element-8425157{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-777 .elementor-element.elementor-element-200bee9{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-777 .elementor-element.elementor-element-a1027d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-777 .elementor-element.elementor-element-8425157{--width:20%;}.elementor-777 .elementor-element.elementor-element-a1027d7{--width:80%;}}/* Start custom CSS for html, class: .elementor-element-a6d9363 */.inpa-profile {
  display: flex;
  flex-direction: column;
  align-items: center;           /* 가로 중앙 정렬 */
  justify-content: center;       /* 세로 중앙 정렬 */
  padding: 30px 10px;
  text-align: center;
  margin-top: -33px;
}

.inpa-profile .avatar img {
  width: 100px;                  /* ✔️ 크기 키움 */
  height: 100px;
  border-radius: 20px;           /* 약간 둥글게 */
  object-fit: cover;
  background-color: white;
  border: none !important;
  box-shadow: none !important;
}

.inpa-profile .name h2 {
  font-size: 26px;               /* ✔️ 폰트 키움 */
  font-weight: bold;
  margin: 15px 0 5px;
  color: white;
  margin-top: -1px;
}

.inpa-profile .name p {
  font-size: 14px;
  margin: 0;
  color: #ccc;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8425157 */.elementor-777 .elementor-element.elementor-element-8425157 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 250px;
  overflow-y: scroll; 
  background: linear-gradient(180deg, #8e44ad,
  #c39bd3);
  /* 항상 스크롤 허용 */
  scrollbar-width: none;      /* Firefox에서 스크롤바 숨김 */
  -ms-overflow-style: none;   /* IE에서 스크롤바 숨김 */
  z-index: 1000;
}

/* WebKit 기반 브라우저용 (Chrome, Safari 등) */
.elementor-777 .elementor-element.elementor-element-8425157::-webkit-scrollbar {
  display: none;
}
.inpa-sidebar {
  background-color: #2c2c2c; /* 원하는 색상 코드로 변경 */
}
.elementor-777 .elementor-element.elementor-element-8425157::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15); /* ← 불투명한 어두운 효과 */
  z-index: 9;
  pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a1027d7 */.elementor-777 .elementor-element.elementor-element-a1027d7 {
  margin-left: 240px;
  width: calc(100% - 240px);
}/* End custom CSS */