/* 상담 강좌 리스트 페이지 스타일 */
.sub_top_wp.toy {margin-bottom: 30px;}
.sub_top_wp.toy .txt .title {display: flex;align-items: center;gap: 10px;margin-bottom: 15px;font-size: 18px;font-weight: 600;color: #856404;}
.sub_top_wp.toy .txt .con03 {list-style: none;padding: 0;margin: 0;color: #856404;line-height: 1.8;}
.sub_top_wp.toy .txt .con03 li {margin-bottom: 8px;}
.sub_top_wp.toy .txt .con03 li:last-child {margin-bottom: 0;}
.sub_top_wp.toy .txt .con03 .time {font-weight: 600;color: #d9534f;}
.sangdam-lecture-header {display: flex;align-items: center;justify-content: space-between;gap: 10px;margin-bottom: 20px;padding-bottom: 15px;font-size: 20px;}
.sangdam-lecture-header-left {display: flex;align-items: center;gap: 10px;flex: 1;}
.sangdam-lecture-header-right {display: flex;align-items: center;gap: 15px;}
.sangdam-lecture-icon {font-size: 24px;line-height: 1;}
.sangdam-lecture-title {font-size: 1.2em;font-weight: 600;color: #333;}
.sangdam-lecture-count {margin-left: auto;font-size: 16px;color: #666;font-weight: 400;}
.sangdam-lecture-count strong {color: #333;font-weight: 600;}
.sangdam-lecture-count .red {color: #e74c3c;}

.sangdam-lecture-search-fieldset {display: flex;flex-direction: row;gap: 12px;padding: 0;border: none;}
.sangdam-lecture-search-fieldset .search-row {display: flex;gap: 8px;align-items: center;flex-wrap: wrap;}
.sangdam-lecture-search-fieldset .search-row .select_box01,.sangdam-lecture-search-fieldset .search-row .input_design {flex: 0 0 auto;min-width: 120px;}
.sangdam-lecture-search-fieldset .date-range-group {display: flex;align-items: center;gap: 8px;flex: 1;min-width: 200px;}
.sangdam-lecture-search-fieldset .date-range-group .datePicker {flex: 1;max-width: 120px;}
.sangdam-lecture-search-fieldset .date-separator {padding: 0 5px;color: #666;font-weight: 500;}
.sangdam-lecture-search-fieldset .input_type2 {flex: 1;min-width: 200px;}
.sangdam-lecture-search-fieldset .btn_black {flex: 0 0 auto;white-space: nowrap;}

/* 강좌 리스트 스타일 */
.sangdam-lec_list {display: flex;flex-direction: column;gap: 15px;}
.sangdam-lec_list > div.sangdam-lecture-item {background-color: #fff;border: 1px solid #e0e0e0;border-radius: 8px;padding: 20px;display: grid;grid-template-columns: 60px 80px 1fr 180px 200px 180px 140px;gap: 15px;align-items: start;transition: box-shadow 0.3s ease;}
.sangdam-lec_list > div.sangdam-lecture-item:hover {box-shadow: 0 2px 8px rgba(0,0,0,0.1);}
.sangdam-lec_list > div.sangdam-lecture-item > span {font-size: 14px;line-height: 1.6;}
.sangdam-lec_list > div.sangdam-lecture-item > span.tal {text-align: left;}
.sangdam-lec_list > div.sangdam-lecture-item > span.tal a {color: #333;text-decoration: none;}
.sangdam-lec_list > div.sangdam-lecture-item > span.tal a:hover {color: #4a90e2;text-decoration: underline;}
.sangdam-lec_list > div.sangdam-lecture-item > span.tal strong {font-size: 18px;font-weight: 600;color: #333;}
.sangdam-lec_list > div.sangdam-lecture-item .sangdam-lecture-title-flex {display: flex;flex-direction: column;gap: 5px;}
.sangdam-lec_list > div.sangdam-lecture-item .sangdam-lecture-take-date-flex {display: flex;flex-direction: column;gap: 5px;}
.sangdam-lec_list > div.sangdam-lecture-item .sangdam-lecture-group-name {display: inline-block;margin-right: 5px;}
.sangdam-lec_list_header {background-color: #f2f2f2;border-radius: 8px;padding: 10px 20px;display: grid;grid-template-columns: 60px 80px 1fr 180px 200px 180px 140px;gap: 15px;align-items: start;transition: box-shadow 0.3s ease;}
.sangdam-lec_list_header_title {font-size: 16px !important;line-height: 1.6;text-align: left;font-weight: 600;color: #333;}
.sangdam-lec_list .red {color: #e74c3c;}
.sangdam-lec_list .blue {color: #3498db;}
.sangdam-lec_list-empty {text-align: center;padding: 60px 20px;color: #999;font-size: 16px;background-color: #fff;border: 1px solid #e0e0e0;border-radius: 8px;}
.td_num {text-align: center;}
.justify-left {justify-content: left !important;}

/* ============================================
   미디어 쿼리 - 태블릿 (1024px 이하)
   ============================================ */
@media (max-width: 1024px) {
	.sangdam-lecture-search-fieldset {float: right !important;display: flex !important;gap: 5px !important;flex-direction: row !important;justify-content: flex-end !important;flex-wrap: wrap;}
	.sangdam-lec_list > div.sangdam-lecture-item {gap: 10px;}
}

/* ============================================
   미디어 쿼리 - 모바일 (768px 이하)
   ============================================ */
@media (max-width: 768px) {
	.sangdam-lecture-header {position: relative;margin-bottom: 0px;flex-wrap: wrap;gap: 8px;flex-direction: column;align-items: flex-start;}
	.sangdam-lecture-header-left {width: 100%;}
	.sangdam-lecture-header-right {width: 100%;margin-top: 10px;flex-direction: column;align-items: flex-end;gap: 10px;}
	.sangdam-lecture-count {margin-left: 0;width: 100%;}
	.sangdam-lec_list > div.sangdam-lecture-item > span:before {content: attr(data-label);font-weight: 600;color: #666;font-size: 14px;margin-bottom: auto;margin-right: 10px;background-color: #f2f2f2;padding: 5px 10px;width: 60px;min-width: 60px;border-radius: 7px;}
	
	/* 강좌 검색 폼 모바일 스타일 */
	.sangdam-lecture-search-fieldset {float: right !important;display: flex !important;gap: 5px !important;flex-direction: column !important;flex-wrap: wrap !important;align-items: unset !important;width: 100% !important;}
	.sangdam-lecture-search-fieldset .search-row {flex-direction: column;align-items: stretch;gap: 10px;}
	.sangdam-lecture-search-fieldset .search-row .select_box01,.sangdam-lecture-search-fieldset .search-row .input_design {width: 100%;min-width: auto;margin-right: 0px !important;}
	.sangdam-lecture-search-fieldset .date-range-group {display: flex;width: 100%;min-width: auto;align-items: stretch;gap: 8px;}
	.sangdam-lecture-search-fieldset .date-range-group .datePicker {width: 100% !important;min-width: auto;max-width: none;}
	.sangdam-lecture-search-fieldset .input_type2 {width: 100%;min-width: auto;}
	.sangdam-lecture-search-fieldset .btn_black {width: 100%;}
	.sangdam-lec_list_header {display: none;}
	.sangdam-lec_list > div.sangdam-lecture-item {padding: 15px;grid-template-columns: 1fr;gap: 0;}
	.sangdam-lec_list > div.sangdam-lecture-item > span {display: flex;flex-direction: row;gap: 5px;padding: 0 0 12px 0;align-items: center;}
	.sangdam-lec_list > div.sangdam-lecture-item > span:last-child {border-bottom: none;padding-bottom: 0;}
	.sangdam-lec_list > div.sangdam-lecture-item > span:first-child {padding-top: 0;}
	.sangdam-lec_list > div.sangdam-lecture-item > span.tal:before {border-bottom: none;padding-bottom: 0;}
}

/* ============================================
   미디어 쿼리 - 작은 모바일 (480px 이하)
   ============================================ */
@media (max-width: 480px) {
	.sangdam-lecture-title {font-size: 20px;}
}

/* 상담 강좌 상세 페이지 스타일 */
.sangdam-lecture-view-container {margin-bottom: 30px;}
.sangdam-lecture-main-layout {display: flex;gap: 30px;align-items: flex-start;}
.sangdam-lecture-info-section {flex: 1;display: flex;flex-direction: column;gap: 20px;width: 100%;}
.sangdam-lecture-info-card {background-color: #fff;border: 1px solid #e0e0e0;border-radius: 8px;padding: 20px;box-shadow: 0 2px 4px rgba(0,0,0,0.05);}
.sangdam-info-card-title {font-size: 18px;font-weight: 600;color: #333;margin-bottom: 10px;}
.sangdam-info-card-title:not(:first-child) {margin-top: 20px;}
.sangdam-lecture-info-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 15px;}
.sangdam-info-item {display: flex;flex-direction: column;gap: 8px;padding: 15px;background-color: #f8f9fa;border-radius: 6px;border-left: 3px solid #4a90e2;}
.sangdam-lecture-info-row {display: flex;flex-wrap: wrap;gap: 15px;align-items: flex-start;}
.sangdam-info-item-inline {display: flex;flex-direction: column;gap: 8px;padding: 15px;background-color: #f8f9fa;border-radius: 6px;flex: 1;min-width: 150px;}
.sangdam-info-label {font-size: 13px;font-weight: 600;color: #666;text-transform: uppercase;letter-spacing: 0.5px;}
.sangdam-info-value {font-size: 18px;color: #333;line-height: 1.5;}
.sangdam-info-value strong {color: #4a90e2;}
.sangdam-lecture-schedule-wrapper {display: flex;gap: 30px;align-items: flex-end;}
.sangdam-lecture-schedule-box {margin-top: 0;flex: 1;}
.sangdam-lecture-schedule-list {list-style: none;padding: 0;margin: 0;}
.sangdam-lecture-schedule-list li {display: flex;justify-content: space-between;align-items: flex-start;padding: 12px 0;border-bottom: 1px solid #f0f0f0;}
.sangdam-lecture-schedule-list li:last-child {border-bottom: none;}
.sangdam-schedule-label {font-size: 15px;font-weight: 600;color: #666;min-width: 100px;}
.sangdam-schedule-value {font-size: 16px;color: #333;text-align: left;flex: 1;}
.sangdam-schedule-value.blue {color: #3498db;}
.sangdam-lecture-schedule-action {flex: 0 0 auto;display: flex;align-items: center;justify-content: center;min-width: 160px;}
.sangdam-lecture-schedule-action .big_btn {width: 100%;}
.sangdam-lecture-content-section {background-color: #fff;border: 1px solid #e0e0e0;border-radius: 8px;padding: 20px;margin-bottom: 30px;box-shadow: 0 2px 4px rgba(0,0,0,0.05);}
.sangdam-lecture-section-header {display: flex;align-items: center;gap: 10px;margin-bottom: 20px;padding-bottom: 15px;border-bottom: 2px solid #f0f0f0;}
.sangdam-section-icon {font-size: 20px;line-height: 1;}
.sangdam-section-title {font-size: 18px;font-weight: 600;color: #333;}
.sangdam-lecture-content-box {font-size: 15px;line-height: 1.8;color: #555;}
.sangdam-lecture-content-box img {max-width: 100%;height: auto;display: block;}
.sangdam-lecture-action-buttons {display: flex;gap: 15px;justify-content: center;align-items: center;padding: 40px 0;flex-wrap: wrap;}

/* 상담 강좌 결과 페이지 스타일 - div 기반 리스트 */
.sangdam-lecture-result-list {display: flex;flex-direction: column;gap: 0;margin-top: 20px;}
.sangdam-lecture-result-list-header {display: grid;grid-template-columns: 60px 1fr 120px 200px 100px 80px 120px;gap: 15px;padding: 15px 20px;background-color: #f8f9fa;border-radius: 8px 8px 0 0;border: 1px solid #e0e0e0;border-bottom: 2px solid #e0e0e0;font-weight: 600;font-size: 15px;color: #333;}
.sangdam-lecture-result-list-header .sangdam-result-header-item {text-align: center;}
.sangdam-lecture-result-item {display: grid;grid-template-columns: 60px 1fr 120px 200px 100px 80px 120px;gap: 15px;padding: 15px 20px;background-color: #fff;border: 1px solid #e0e0e0;border-top: none;transition: background-color 0.2s ease, box-shadow 0.2s ease;}
.sangdam-lecture-result-item:hover {background-color: #f8f9fa;box-shadow: 0 2px 4px rgba(0,0,0,0.05);}
.sangdam-lecture-result-item:last-child {border-radius: 0 0 8px 8px;}
.sangdam-result-item-field {font-size: 16px;color: #333;line-height: 1.5;display: flex;align-items: center;justify-content: center;word-break: break-word;}
.sangdam-result-item-field:first-child {justify-content: center;}
.sangdam-result-item-field a {color: #333;text-decoration: none;transition: color 0.2s ease;}
.sangdam-result-item-field a:hover {color: #4a90e2;text-decoration: underline;}
.sangdam-result-item-field .btn {padding: 6px 14px;font-size: 14px;white-space: nowrap;}
.sangdam-result-item-field .btn_suc {padding: 3px 8px;font-size: 13px;background-color: #28a745;color: #fff;border-radius: 4px;font-weight: 600;}
.sangdam-lecture-result-empty {text-align: center;padding: 60px 20px;color: #999;font-size: 16px;background-color: #fff;border: 1px solid #e0e0e0;border-radius: 8px;margin-top: 20px;}

/* 상세 페이지 모바일 스타일 */
@media (max-width: 1024px) {
	.sangdam-lecture-main-layout {flex-direction: column;gap: 20px;}
	.sangdam-lecture-schedule-wrapper {flex-direction: column;gap: 20px;align-items: flex-start;}
	.sangdam-lecture-schedule-action {width: 100%;min-width: auto;}
	.sangdam-lecture-info-grid {grid-template-columns: 1fr;gap: 15px;}
	.sangdam-lecture-result-list-header {grid-template-columns: 50px 1fr 110px 120px 70px 70px 110px;padding: 12px 15px;font-size: 15px;gap: 10px;}
	.sangdam-lecture-result-item {grid-template-columns: 50px 1fr 110px 120px 70px 70px 110px;padding: 12px 15px;gap: 10px;}
}

@media (max-width: 768px) {
	.sangdam-lecture-schedule-list li {flex-direction: column;gap: 8px;align-items: flex-start;}
	.sangdam-schedule-label {min-width: auto;}
	.sangdam-schedule-value {text-align: left;}
	.sangdam-lecture-action-buttons {flex-direction: column;gap: 12px;padding: 30px 0;}
	.sangdam-lecture-action-buttons .big_btn {width: 100%;max-width: 100%;}
	.sangdam-lecture-result-list-header {display: none;}
	.sangdam-lecture-result-item {display: flex;flex-direction: column;gap: 0;padding: 15px;border-radius: 8px;margin-bottom: 10px;border: 1px solid #e0e0e0;}
	.sangdam-result-item-field {padding: 10px 0;border-bottom: 1px solid #f0f0f0;justify-content: flex-start !important;font-size: 16px;line-height: 1.8;}
	.sangdam-result-item-field:last-child {border-bottom: none;padding-bottom: 0;}
	.sangdam-result-item-field:first-child {border-bottom: none;padding-bottom: 0;padding-top: 0;margin-bottom: -10px;}
	.sangdam-result-item-field::before {content: attr(data-label);font-weight: 600;color: #666;font-size: 14px;min-width: 80px;margin-right: 15px;flex-shrink: 0;}
	.sangdam-result-item-field:first-child::before {content: '';display: none;}
	.sangdam-lecture-result-empty {padding: 40px 15px;font-size: 15px;}
}

@media (max-width: 480px) {
	.sangdam-lecture-result-item {padding: 15px;}
	.sangdam-result-item-field {padding: 8px 0;font-size: 16px;line-height: 1.8;}
	.sangdam-result-item-field::before {min-width: 70px;font-size: 14px;margin-right: 10px;}
	.sangdam-result-item-field .btn {padding: 8px 12px;font-size: 14px;}
	.sangdam-result-item-field .btn_suc {padding: 3px 8px;font-size: 14px;}
}

/* 상담 강좌 신청서 내역 페이지 스타일 - 독립적인 디자인 */
.sangdam-lecture-receipt-header {display: flex;align-items: center;justify-content: space-between;gap: 10px;margin-bottom: 30px;padding-bottom: 15px;border-bottom: 2px solid #e0e0e0;}
.sangdam-lecture-receipt-header-left {display: flex;align-items: center;gap: 10px;flex: 1;}
.sangdam-lecture-receipt-icon {font-size: 24px;line-height: 1;}
.sangdam-lecture-receipt-title {font-size: 1.3em;font-weight: 600;color: #333;}

.sangdam-lecture-receipt-container {display: grid;grid-template-columns: 40% 1fr;gap: 20px;margin-bottom: 30px;}
.sangdam-lecture-receipt-card {background-color: #fff;border: 1px solid #e0e0e0;border-radius: 8px;padding: 25px;box-shadow: 0 2px 4px rgba(0,0,0,0.05);width: 100%;margin-bottom: 30px;}
.sangdam-lecture-receipt-card-header {display: flex;align-items: center;gap: 10px;margin-bottom: 20px;padding-bottom: 15px;border-bottom: 2px solid #f0f0f0;}
.sangdam-receipt-card-icon {font-size: 20px;line-height: 1;}
.sangdam-receipt-card-title {font-size: 18px;font-weight: 600;color: #333;}

.sangdam-lecture-receipt-info-grid {display: grid;grid-template-columns: repeat(1, 1fr);gap: 15px;}
.sangdam-receipt-info-item {display: flex;flex-direction: column;gap: 8px;padding: 15px;background-color: #f8f9fa;border-radius: 6px;border-left: 3px solid #4a90e2;}
.sangdam-receipt-info-label {font-size: 14px;font-weight: 600;color: #666;text-transform: uppercase;letter-spacing: 0.5px;}
.sangdam-receipt-info-value {font-size: 16px;color: #333;line-height: 1.5;}
.sangdam-receipt-info-value strong {font-weight: 600;color: #333;}
.sangdam-receipt-info-value .btn {margin-left: 10px;padding: 6px 14px;font-size: 13px;white-space: nowrap;}

.sangdam-lecture-receipt-fields {display: flex;flex-direction: column;gap: 0;}
.sangdam-receipt-field-row {display: grid;grid-template-columns: 150px 1fr;gap: 20px;padding: 15px 0;border-bottom: 1px solid #f0f0f0;align-items: start;}
.sangdam-receipt-field-row:last-child {border-bottom: none;}
.sangdam-receipt-field-row-full {display: flex;flex-direction: column;gap: 10px;padding: 15px 0;}
.sangdam-receipt-field-label {font-size: 14px;font-weight: 600;color: #666;flex-shrink: 0;}
.sangdam-receipt-field-value {font-size: 16px;color: #333;line-height: 1.6;word-break: break-word;}
.sangdam-receipt-field-value strong {font-weight: 600;color: #333;}
.sangdam-receipt-field-value .btn {margin-left: 10px;padding: 6px 14px;font-size: 13px;white-space: nowrap;}

.sangdam-lecture-receipt-content-box {font-size: 15px;line-height: 1.8;color: #555;padding-top: 10px;}
.sangdam-lecture-receipt-content-box img {max-width: 100%;height: auto;display: block;}

.sangdam-lecture-receipt-notice-box {padding: 20px;background-color: #fff3cd;border: 1px solid #ffc107;border-radius: 8px;}
.sangdam-receipt-notice-text {font-size: 15px;line-height: 1.8;color: #856404;margin-bottom: 15px;font-weight: 500;}
.sangdam-receipt-notice-text.red {color: #d9534f;font-weight: 600;}
.sangdam-receipt-notice-list {list-style: none;padding: 0;margin: 0;}
.sangdam-receipt-notice-list li {font-size: 15px;line-height: 1.8;color: #856404;padding-left: 20px;position: relative;}
.sangdam-receipt-notice-list li::before {content: '•';position: absolute;left: 0;color: #856404;font-size: 18px;line-height: 1.6;font-weight: bold;}

.sangdam-lecture-receipt-action-buttons {display: flex;gap: 15px;justify-content: center;align-items: center;padding: 20px 0;flex-wrap: wrap;}

/* 신청서 내역 페이지 반응형 스타일 */
@media (max-width: 1024px) {
	.sangdam-lecture-receipt-info-grid {grid-template-columns: 1fr;gap: 15px;}
}

@media (max-width: 768px) {
	.sangdam-lecture-receipt-header {flex-direction: column;align-items: flex-start;gap: 10px;}
	.sangdam-lecture-receipt-card {padding: 20px;}
	.sangdam-lecture-receipt-card-header {margin-bottom: 15px;padding-bottom: 12px;}
	.sangdam-receipt-field-row {grid-template-columns: 120px 1fr;gap: 15px;padding: 12px 0;}
	.sangdam-receipt-field-label {font-size: 15px;}
	.sangdam-receipt-field-value {font-size: 16px;}
	.sangdam-lecture-receipt-notice-box {padding: 15px;}
	.sangdam-receipt-notice-text {font-size: 14px;}
	.sangdam-receipt-notice-list li {font-size: 14px;}
	.sangdam-lecture-receipt-action-buttons {flex-direction: column;gap: 12px;padding: 30px 0;}
	.sangdam-lecture-receipt-action-buttons .big_btn {width: 100%;max-width: 100%;}
	.sangdam-lecture-receipt-container {display: grid;grid-template-columns: 1fr;gap: 20px;margin-bottom: 30px;}
}

@media (max-width: 480px) {
	.sangdam-lecture-receipt-title {font-size: 1.1em;}
	.sangdam-lecture-receipt-card {padding: 15px;}
	.sangdam-receipt-card-title {font-size: 16px;}
	.sangdam-receipt-field-row {grid-template-columns: 100px 1fr;}
	.sangdam-receipt-field-label {font-size: 14px;margin-bottom: 4px;}
	.sangdam-receipt-field-value {font-size: 15px;line-height: 1.6;}
	.sangdam-receipt-field-value .btn {margin-left: 0;margin-top: 8px;display: inline-block;}
	.sangdam-lecture-receipt-notice-box {padding: 12px;}
	.sangdam-receipt-notice-text {font-size: 14px;margin-bottom: 12px;}
	.sangdam-receipt-notice-list li {font-size: 14px;padding-left: 18px;}
}

/* 상담 강좌 신청 폼 스타일 */
.sangdam-lecture-form-container {display: flex !important;flex-direction: column;gap: 20px !important;margin-bottom: 40px !important;align-items: stretch !important;}
.sangdam-lecture-form-card {background: #ffffff !important;border: 1px solid #e0e0e0 !important;border-radius: 8px !important;padding: 25px;}
.sangdam-form-section-header {display: flex !important;align-items: center !important;gap: 10px !important;margin-bottom: 0px !important;padding-bottom: 15px !important;}
.sangdam-section-icon {font-size: 20px !important;line-height: 1 !important;}
.sangdam-section-title {font-size: 18px !important;font-weight: 600 !important;color: #333 !important;}
.sangdam-lecture-form-info {display: flex !important;gap: 12px !important;flex-direction: column;}
.sangdam-form-info-item {display: flex !important;align-items: center;gap: 15px !important;padding: 12px 15px !important;background: #f8f9fa !important;border-radius: 6px !important;}
.sangdam-form-info-label {font-size: 15px;font-weight: 600;color: #5a6c7d;min-width: 120px;letter-spacing: -0.3px;}
.sangdam-form-info-value {font-size: 17px;color: #1a1a1a;font-weight: 500;}
.sangdam-form-fields-grid {display: grid;gap: 0;justify-items: start;grid-template-columns: 1fr 1fr;gap: 0;}
.sangdam-form-field-row {display: grid;grid-template-columns: 130px 1fr;gap: 0;align-items: start;margin-bottom: 15px;}
.sangdam-form-field-row:last-child {border-bottom: none;}
.sangdam-form-field-row-full {grid-column: 1 / -1;}
.sangdam-form-field-row .sangdam-form-label {padding: 10px;padding-top: 0px;font-size: 15px;font-weight: 600 !important;color: #333 !important;border-radius: 20px;margin-right: 15px;}
.sangdam-form-field-row .sangdam-form-input {background-color: #ffffff !important;}
.sangdam-lecture-form-table {width: 100%;}
.sangdam-lecture-form-table .sangdam-form-table,.sangdam-form-table {width: 100% !important;border-collapse: separate !important;border-spacing: 0 !important;}
.sangdam-lecture-form-table .sangdam-form-table tbody tr,.sangdam-form-table tbody tr {border-bottom: 1px solid #f0f3f6 !important;transition: background-color 0.2s ease !important;}
.sangdam-lecture-form-table .sangdam-form-table tbody tr:hover,.sangdam-form-table tbody tr:hover {background-color: #fafbfc !important;}
.sangdam-lecture-form-table .sangdam-form-table tbody tr:last-child,.sangdam-form-table tbody tr:last-child {border-bottom: none !important;}
.sangdam-form-input-field {padding: 10px 12px !important;border: 1px solid #ccc !important;border-radius: 4px !important;font-size: 14px !important;background-color: #ffffff !important;color: #333 !important;font-family: inherit !important;}
.sangdam-form-input-field:focus {outline: none !important;border-color: #4a90e2 !important;}
.sangdam-form-value {font-size: 17px;color: #1a1a1a;font-weight: 500;letter-spacing: -0.3px;}
.sangdam-form-help {font-size: 13px;color: #7a8a9a;margin-top: 8px;display: block;line-height: 1.5;}
.sangdam-form-help.red {color: #e74c3c;font-weight: 500;}
.sangdam-form-radio-group {display: flex;gap: 24px;align-items: center;}
.sangdam-form-radio-group input[type="radio"] {width: 20px;height: 20px;cursor: pointer;accent-color: #4a90e2;}
.sangdam-form-radio-group label {font-weight: 500;cursor: pointer;margin-left: 8px;color: #2c3e50;font-size: 15px;transition: color 0.2s ease;}
.sangdam-form-radio-group label:hover {color: #4a90e2;}
.sangdam-form-address-group {display: flex;gap: 12px;align-items: center;margin-bottom: 12px;}
.sangdam-form-address-input {width: 100%;}
.sangdam-form-address-input .sangdam-form-input-field {width: 100%;max-width: 500px;}
.sangdam-agreement-card {border: 1px solid #e0e0e0;background: #ffffff;padding: 25px;border-radius: 8px;}
.sangdam-agreement-title {font-size: 16px;font-weight: 600;color: #333;margin-bottom: 15px;padding-bottom: 12px;border-bottom: 1px solid #e0e0e0;}
.sangdam-agreement-required {color: #e74c3c;font-weight: 600;}
.sangdam-agreement-content {padding-top: 15px;}
.sangdam-form-agreement-list {list-style: none;padding-left: 0;margin-bottom: 25px;}
.sangdam-form-agreement-list li {margin-bottom: 14px;line-height: 1.8;color: #4a5568;font-size: 16px;padding-left: 24px;position: relative;}
.sangdam-form-agreement-list li::before {content: '•';position: absolute;left: 0;color: #4a90e2;font-size: 20px;line-height: 1.4;font-weight: bold;}
.sangdam-form-checkbox-group {display: flex;align-items: center;gap: 10px;padding: 15px;margin-top: 15px;background: #f8f9fa;border-radius: 6px;border: 1px solid #e0e0e0;}
.sangdam-form-checkbox-group input[type="checkbox"] {width: 20px;height: 20px;cursor: pointer;flex-shrink: 0;accent-color: #4a90e2;}
.sangdam-form-checkbox-group label {font-weight: 500;cursor: pointer;margin: 0;font-size: 15px;color: #2c3e50;letter-spacing: -0.2px;transition: color 0.2s ease;}
.sangdam-form-checkbox-group label:hover {color: #4a90e2;}
.flex-column {display: flex !important;gap: 8px !important;align-items: center !important;}
.input-column {flex: 1;}
#timUser .userNum {width: 100%;}

/* 폼 모바일 스타일 */
@media (min-width: 1200px) and (max-width: 1680px) {
	.sangdam-form-fields-grid {grid-template-columns: 1fr 1fr;gap: 0;}
}
@media (max-width: 1199px) {
	.sangdam-form-fields-grid {grid-template-columns: 1fr 1fr;gap: 0;}
}

@media (max-width: 768px) {
	.sangdam-form-fields-grid {grid-template-columns: 1fr;}
	.sangdam-form-field-row {grid-template-columns: 130px 1fr;border-right: none;margin-bottom: 0px !important;}
	.sangdam-form-field-row .sangdam-form-label {width: 100%;display: block;padding-top: 10px !important;background: transparent;font-size: 14px;border: none;border-right: none;}
	.sangdam-form-field-row .sangdam-form-input {padding: 8px 0 0px 0;display: block;width: 100%;}
	.sangdam-form-input-field {width: 100%;padding: 14px 16px;font-size: 16px;}
	.flex-column {display: flex !important;flex-direction: row;gap: 10px !important;align-items: center !important;justify-content: space-between !important;}
	.sangdam-form-address-group {flex-direction: column;align-items: stretch;gap: 10px;}
	.sangdam-form-info-item {align-items: flex-start;gap: 10px;padding: 15px;}
	.sangdam-form-info-label {min-width: auto;font-size: 14px;}
	.sangdam-form-info-value {font-size: 16px;}
	.sangdam-agreement-card {padding: 20px;border-radius: 12px;}
	.sangdam-agreement-title {font-size: 16px;margin-bottom: 15px;padding-bottom: 12px;}
	.sangdam-form-checkbox-group {padding: 15px;}
    .sangdam-lecture-form-card {padding: 15px !important;}
}

@media (max-width: 480px) {
	.sangdam-form-info-item {display: flex;flex-direction: column;gap: 10px;padding: 10px;align-items: flex-start !important;}
	.sangdam-form-field-row {grid-template-columns: 100px 1fr !important;}
    .sangdam-lecture-form-card {padding: 15px !important;}
}

/* 상담 강좌 신청 내역 확인 폼 페이지 스타일 */
.sangdam-lecture-cancel-header {display: flex;align-items: center;justify-content: space-between;gap: 10px;margin-bottom: 30px;padding-bottom: 15px;border-bottom: 2px solid #e0e0e0;}
.sangdam-lecture-cancel-header-left {display: flex;align-items: center;gap: 10px;flex: 1;}
.sangdam-lecture-cancel-icon {font-size: 24px;line-height: 1;}
.sangdam-lecture-cancel-title {font-size: 1.3em;font-weight: 600;color: #333;}

.sangdam-lecture-cancel-card {background-color: #fff;border: 1px solid #e0e0e0;border-radius: 8px;padding: 30px;box-shadow: 0 2px 4px rgba(0,0,0,0.05);margin-bottom: 20px;max-width: 600px;margin-left: auto;margin-right: auto;}
.sangdam-lecture-cancel-card-header {display: flex;align-items: center;gap: 10px;margin-bottom: 25px;padding-bottom: 15px;border-bottom: 2px solid #f0f0f0;}
.sangdam-cancel-card-icon {font-size: 20px;line-height: 1;}
.sangdam-cancel-card-title {font-size: 18px;font-weight: 600;color: #333;}

.sangdam-lecture-cancel-form-fields {display: flex;flex-direction: column;gap: 0;}
.sangdam-cancel-form-field-row {display: grid;grid-template-columns: 120px 1fr;gap: 20px;padding: 20px 0;border-bottom: 1px solid #f0f0f0;align-items: center;}
.sangdam-cancel-form-field-row:last-child {border-bottom: none;}
.sangdam-cancel-form-label {font-size: 15px;font-weight: 600;color: #333;flex-shrink: 0;}
.sangdam-cancel-form-value {font-size: 16px;color: #333;line-height: 1.6;}
.sangdam-cancel-form-input-wrapper {display: flex;flex-direction: column;gap: 8px;}
.sangdam-cancel-form-input {width: 100%;padding: 12px 16px !important;border: 1px solid #ddd;border-radius: 6px;font-size: 15px;color: #333;background-color: #fff;transition: border-color 0.2s ease, box-shadow 0.2s ease;}
.sangdam-cancel-form-input:focus {outline: none;border-color: #4a90e2;box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);}
.sangdam-cancel-form-input::placeholder {color: #999;}

.sangdam-lecture-cancel-notice-box {background-color: #f8f9fa;border: 1px solid #e0e0e0;border-radius: 8px;padding: 20px;margin-bottom: 30px;max-width: 600px;margin-left: auto;margin-right: auto;}
.sangdam-cancel-notice-list {list-style: none;padding: 0;margin: 0;}
.sangdam-cancel-notice-list li {font-size: 14px;line-height: 1.8;color: #666;padding-left: 20px;position: relative;margin-bottom: 8px;}
.sangdam-cancel-notice-list li:last-child {margin-bottom: 0;}
.sangdam-cancel-notice-list li::before {content: '•';position: absolute;left: 0;color: #4a90e2;font-size: 18px;line-height: 1.6;font-weight: bold;}

.sangdam-lecture-cancel-action-buttons {display: flex;gap: 15px;justify-content: center;align-items: center;padding: 20px 0;flex-wrap: wrap;max-width: 600px;margin-left: auto;margin-right: auto;}

/* 신청 내역 확인 폼 반응형 스타일 */
@media (max-width: 768px) {
	.sangdam-lecture-cancel-header {flex-direction: column;align-items: flex-start;gap: 10px;}
	.sangdam-lecture-cancel-card {padding: 25px;margin-bottom: 20px;}
	.sangdam-lecture-cancel-card-header {margin-bottom: 20px;padding-bottom: 12px;}
	.sangdam-cancel-form-field-row {grid-template-columns: 100px 1fr;gap: 15px;padding: 15px 0;}
	.sangdam-cancel-form-label {font-size: 14px;}
	.sangdam-cancel-form-input {padding: 10px 14px;font-size: 14px;}
	.sangdam-lecture-cancel-notice-box {padding: 15px;}
	.sangdam-cancel-notice-list li {font-size: 13px;}
	.sangdam-lecture-cancel-action-buttons {flex-direction: column;gap: 12px;padding: 20px 0;}
	.sangdam-lecture-cancel-action-buttons .big_btn {width: 100%;max-width: 100%;}
}

@media (max-width: 480px) {
	.sangdam-lecture-cancel-title {font-size: 1.1em;}
	.sangdam-lecture-cancel-card {padding: 20px;}
	.sangdam-cancel-card-title {font-size: 16px;}
	.sangdam-cancel-form-field-row {display: flex;flex-direction: column;gap: 10px;padding: 15px 0;align-items: flex-start;}
	.sangdam-cancel-form-label {font-size: 14px;margin-bottom: 4px;}
	.sangdam-cancel-form-input {width: 100%;padding: 12px 14px;font-size: 15px;}
	.sangdam-lecture-cancel-notice-box {padding: 12px;}
	.sangdam-cancel-notice-list li {font-size: 13px;padding-left: 18px;}
}

/* 상담 신청 내역 목록 페이지 스타일 */
.sangdam-app-list-header {display: flex;align-items: center;justify-content: space-between;gap: 10px;margin-bottom: 30px;padding-bottom: 15px;border-bottom: 2px solid #e0e0e0;}
.sangdam-app-list-header-left {display: flex;align-items: center;gap: 10px;flex: 1;}
.sangdam-app-list-icon {font-size: 24px;line-height: 1;}
.sangdam-app-list-title {font-size: 1.3em;font-weight: 600;color: #333;}

.sangdam-app-list-container {background-color: #fff;border: 1px solid #e0e0e0;border-radius: 8px;box-shadow: 0 2px 4px rgba(0,0,0,0.05);margin-bottom: 30px;overflow: hidden;}
.sangdam-app-list-wrapper {display: flex;flex-direction: column;gap: 0;}
.sangdam-app-list-header-row {display: grid;grid-template-columns: 60px 100px 120px 1fr 100px 120px;gap: 15px;padding: 15px 20px;background-color: #f8f9fa;border-bottom: 2px solid #e0e0e0;font-weight: 600;font-size: 15px;color: #333;}
.sangdam-app-list-header-item {text-align: center;}
.sangdam-app-list-item {display: grid;grid-template-columns: 60px 100px 120px 1fr 100px 120px;gap: 15px;padding: 15px 20px;background-color: #fff;border-bottom: 1px solid #f0f0f0;transition: background-color 0.2s ease, box-shadow 0.2s ease;}
.sangdam-app-list-item:hover {background-color: #f8f9fa;box-shadow: 0 2px 4px rgba(0,0,0,0.05);}
.sangdam-app-list-item:last-child {border-bottom: none;}
.sangdam-app-list-field {color: #333;line-height: 1.5;display: flex;align-items: center;justify-content: center;word-break: break-word;}
.sangdam-app-list-field:first-child {justify-content: center;}
.sangdam-app-list-field a {color: #333;text-decoration: none;transition: color 0.2s ease;}
.sangdam-app-list-field a:hover {color: #4a90e2;text-decoration: underline;}
.sangdam-app-list-field .btn {padding: 6px 14px;font-size: 13px;white-space: nowrap;}
.sangdam-app-list-empty {text-align: center;padding: 60px 20px;color: #999;font-size: 16px;background-color: #fff;border-top: 1px solid #f0f0f0;}
.sangdam-app-list-paging {padding: 20px;text-align: center;border-top: 1px solid #f0f0f0;background-color: #f8f9fa;}

.sangdam-app-list-notice {background-color: #fff;border: 1px solid #e0e0e0;border-radius: 8px;padding: 25px;box-shadow: 0 2px 4px rgba(0,0,0,0.05);}
.sangdam-app-list-notice-header {display: flex;align-items: center;gap: 10px;margin-bottom: 15px;padding-bottom: 12px;border-bottom: 2px solid #f0f0f0;}
.sangdam-app-list-notice-icon {font-size: 20px;line-height: 1;}
.sangdam-app-list-notice-title {font-size: 18px;font-weight: 600;color: #333;}
.sangdam-app-list-notice-content {padding-top: 10px;}
.sangdam-app-list-notice-list {list-style: none;padding: 0;margin: 0;}
.sangdam-app-list-notice-list li {font-size: 15px;line-height: 1.8;color: #666;padding-left: 20px;position: relative;margin-bottom: 8px;}
.sangdam-app-list-notice-list li:last-child {margin-bottom: 0;}
.sangdam-app-list-notice-list li::before {content: '•';position: absolute;left: 0;color: #4a90e2;font-size: 18px;line-height: 1.6;font-weight: bold;}

/* 신청 내역 목록 페이지 반응형 스타일 */
@media (max-width: 1024px) {
	.sangdam-app-list-header-row {grid-template-columns: 50px 60px 120px 1fr 90px 110px;gap: 10px;padding: 12px 15px;font-size: 14px;}
	.sangdam-app-list-item {grid-template-columns: 50px 60px 120px 1fr 90px 110px;gap: 10px;padding: 12px 15px;}
	.sangdam-app-list-field {font-size: 16px;}
}

@media (max-width: 768px) {
	.sangdam-app-list-header {flex-direction: column;align-items: flex-start;gap: 10px;}
	.sangdam-app-list-header-row {display: none;}
	.sangdam-app-list-item {display: flex;flex-direction: column;gap: 0;padding: 15px;border-radius: 8px;margin-bottom: 10px;border: 1px solid #e0e0e0;}
	.sangdam-app-list-field {padding: 10px 0;border-bottom: 1px solid #f0f0f0;justify-content: flex-start !important;font-size: 16px;line-height: 1.8;}
	.sangdam-app-list-field:last-child {border-bottom: none;padding-bottom: 0;}
	.sangdam-app-list-field:first-child {border-bottom: none;padding-bottom: 0;padding-top: 0;margin-bottom: -10px;}
	.sangdam-app-list-field::before {content: attr(data-label);font-weight: 600;color: #666;font-size: 14px;min-width: 80px;margin-right: 15px;flex-shrink: 0;}
	.sangdam-app-list-field:first-child::before {content: '';display: none;}
	.sangdam-app-list-empty {padding: 40px 15px;font-size: 15px;}
	.sangdam-app-list-paging {padding: 15px;}
	.sangdam-app-list-notice {padding: 20px;}
	.sangdam-app-list-notice-header {margin-bottom: 12px;padding-bottom: 10px;}
	.sangdam-app-list-notice-list li {font-size: 14px;}
}

@media (max-width: 480px) {
	.sangdam-app-list-title {font-size: 1.1em;}
	.sangdam-app-list-item {padding: 15px;}
	.sangdam-app-list-field {padding: 8px 0;font-size: 15px;line-height: 1.8;}
	.sangdam-app-list-field::before {min-width: 70px;font-size: 13px;margin-right: 10px;}
	.sangdam-app-list-field .btn {padding: 8px 12px;font-size: 14px;}
	.sangdam-app-list-empty {padding: 40px 15px;font-size: 15px;}
	.sangdam-app-list-notice {padding: 15px;}
	.sangdam-app-list-notice-title {font-size: 16px;}
	.sangdam-app-list-notice-list li {font-size: 14px;padding-left: 18px;}
}

