body {
    /* 폰트 */
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "PingFang SC", "PingFang TC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/* 라이트모드 배경 커스텀 */
/* body {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
    --tw-text-opacity: 1;
} */

/* 다크모드 배경 커스텀 */
/* body.color_scheme_dark {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-from: #1a1a1a var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 30, 30, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgba(30, 30, 30, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #09090b var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #1a1a1a var(--tw-gradient-to-position);
    --tw-text-opacity: 1;
} */


.rhymix_content > p > img {margin: 0 auto;} /* 본문내 이미지 항상 중간정렬 */
.rhymix_content > p > img {border-radius: 12px;} /* 본문내 이미지 모서리 처리 */

input.tel.rx_ev_tel1,
input.tel.rx_ev_tel2,
input.tel.rx_ev_tel3,
input.text.rx_ev_text,
input.email_address.rx_ev_email,
input.homepage.rx_ev_url,
select.select.rx_ev_select {
    border: 1px solid #dedede;
    border-color: #dedede;
    border-radius: 5px;
    margin-bottom: 5px;
}

.rx_ckeditor {border:1px solid #dedede}

/* 기본 컨테이너 */
.xe_content .bean_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* 강사 소개 */
.xe_content .bean_intro {
  background: #f8f9fa;
  padding: 50px;
  margin-bottom: 40px;
}

.xe_content .bean_intro_content {
  text-align: center;
  margin-bottom: 40px;
}

.xe_content h1.bean_title {
  margin: 0 0 10px 0;
  font-size: 2.8em;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: -0.02em;
}

.xe_content p.bean_subtitle {
  margin: 0 0 15px 0;
  color: #666;
  font-size: 1.3em;
  font-weight: 400;
}

.xe_content .bean_intro_divider {
  border-top: 2px solid #e9ecef;
  padding-top: 30px;
}

.xe_content p.bean_intro_text {
  margin: 0;
  font-size: 1.1em;
  color: #555;
  line-height: 1.8;
  text-align: center;
}

/* 섹션 */
.xe_content .bean_section {
  padding: 50px 0;
  margin-bottom: 40px;
}

.xe_content h2.bean_section_title {
  margin: 0 0 40px 0;
  font-size: 2.2em;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
}

/* 수업 과정 그리드 */
.xe_content div.bean_grid_course {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  margin-bottom: 40px !important;
}

@media (max-width: 768px) {
  .xe_content div.bean_grid_course {
    grid-template-columns: 1fr !important;
  }
}

.xe_content .bean_course_card {
  border: 2px solid #f1f3f4;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.xe_content .bean_course_popular {
  border-color: #4a90e2;
}

.xe_content .bean_popular_badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #4a90e2;
  color: white;
  padding: 8px 16px;
  font-size: 0.85em;
  font-weight: 600;
  z-index: 10;
}

.xe_content .bean_course_header {
  padding: 30px;
  background: #ffffff;
  border-bottom: 1px solid #e9ecef;
}

.xe_content h3.bean_course_title {
  margin: 0 0 10px 0;
  font-size: 1.4em;
  font-weight: 600;
  color: #2c3e50;
}

.xe_content .bean_course_price {
  font-size: 2.2em;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.xe_content p.bean_course_duration {
  margin: 0;
  color: #666;
  font-size: 1em;
}

.xe_content p.bean_course_type {
  margin: 10px 0 0 0;
  color: #495057;
  font-weight: 500;
}

.xe_content .bean_course_content {
  padding: 25px;
  background: #ffffff;
}

.xe_content .bean_course_features {
  color: #666;
  font-size: 0.95em;
  line-height: 1.6;
}

/* 학력 및 경력 */
.xe_content .bean_credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.xe_content .bean_credential_item {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}

.xe_content .bean_credential_last {
  border-bottom: none;
}

.xe_content h3.bean_credential_title {
  margin: 0 0 8px 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #2c3e50;
}

.xe_content p.bean_credential_desc {
  margin: 0;
  color: #666;
  font-size: 0.95em;
}

/* 수상 경력 */
.xe_content .bean_awards_section {
  background: #f8f9fa;
  padding: 50px;
  margin-bottom: 40px;
}

.xe_content .bean_awards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.xe_content .bean_award {
  text-align: center;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
}

.xe_content .bean_award_icon {
  width: 80px;
  height: 80px;
  background: #2c3e50;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: 600;
  margin: 0 auto 20px;
}

.xe_content h3.bean_award_title {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #2c3e50;
}

.xe_content p.bean_award_desc {
  margin: 0;
  color: #666;
  font-size: 1em;
}

/* 교육 철학 */
.xe_content .bean_philosophy {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.xe_content p.bean_philosophy_quote {
  margin: 0 0 25px 0;
  font-size: 1.2em;
  color: #555;
  line-height: 1.8;
}

.xe_content p.bean_philosophy_desc {
  margin: 0;
  font-size: 1.1em;
  color: #666;
  line-height: 1.7;
}

/* 수업 특징 그리드 */
.xe_content div.bean_grid_features {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
}

@media (max-width: 900px) {
  .xe_content div.bean_grid_features {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .xe_content div.bean_grid_features {
    grid-template-columns: 1fr !important;
  }
}

.xe_content .bean_feature {
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
  text-align: center;
}

.xe_content .bean_feature_icon {
  width: 60px;
  height: 60px;
  background: #2c3e50;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 auto 20px;
}

.xe_content h3.bean_feature_title {
  margin: 0 0 15px 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #2c3e50;
}

.xe_content p.bean_feature_desc {
  margin: 0;
  color: #666;
  font-size: 0.95em;
  line-height: 1.6;
}

/* 수업 혜택 */
.xe_content .bean_benefits_section {
  background: #f8f9fa;
  padding: 50px;
  margin-bottom: 40px;
}

.xe_content .bean_benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.xe_content .bean_benefit {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: #ffffff;
  border-radius: 8px;
}

.xe_content .bean_benefit_dot {
  width: 8px;
  height: 8px;
  background: #2c3e50;
  border-radius: 50%;
  flex-shrink: 0;
}

.xe_content span.bean_benefit_text {
  color: #2c3e50;
  font-size: 1em;
  font-weight: 500;
}

/* 레슨 장소 */
.xe_content .bean_location_section {
  text-align: center;
  margin-bottom: 40px;
}

.xe_content .bean_location {
  font-size: 1.2em;
  color: #666;
  line-height: 1.6;
}

.xe_content strong.bean_location_name {
  color: #2c3e50;
}

/* 구분선 */
.xe_content .bean_divider {
  height: 2px;
  background: #e9ecef;
  margin: 40px 0;
}

/* 연락처 */
.xe_content .bean_contact {
  background: #2c3e50;
  padding: 50px;
  color: white;
  text-align: center;
}

.xe_content h2.bean_contact_title {
  margin: 0 0 20px 0;
  font-size: 1.8em;
  font-weight: 600;
}

.xe_content p.bean_contact_desc {
  margin: 0 0 30px 0;
  font-size: 1.1em;
  opacity: 0.9;
  line-height: 1.6;
}

.xe_content .bean_contact_info {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.xe_content .bean_contact_item {
  padding: 20px 30px;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 500;
}

/* 반응형 */
@media (max-width: 768px) {
  .xe_content .bean_credentials {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .xe_content .bean_awards {
    grid-template-columns: 1fr;
  }
  
  .xe_content .bean_contact_info {
    flex-direction: column;
    gap: 15px;
  }
}