.program-wrap {width:100%;padding:10px 0 30px;box-sizing:border-box;}
.program-wrap * {box-sizing:border-box;}
.program-wrap img {max-width:100%;height:auto;border:0;}
.program-wrap .doc_text {padding-top:20px;}
.program-wrap .doc_text .title {margin:0 0 15px;font-size:26px;font-weight:700;color:#111;letter-spacing:-1px;}
.program-wrap .section-gap {margin-top:30px;}

.schedule-table-wrap {width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.schedule-table {width:100%;border-collapse:collapse;table-layout:fixed;border-top:2px solid #333;border-bottom:2px solid #333;background:#fff;}
.schedule-table th,.schedule-table td {border:1px solid #555;text-align:center;vertical-align:middle;padding:6px;word-break:keep-all;}
.schedule-table thead th {height:44px;background:#dfe8f1;font-size:22px;font-weight:800;line-height:1.2;color:#000;}
.schedule-table .th-type {width:70px;}
.schedule-table .time-cell {width:70px;background:#edf3f8;font-size:22px;font-weight:800;line-height:1.2;color:#000;}
.schedule-table .time-cell .time {display:block;margin-top:6px;font-size:19px;font-weight:500;line-height:1.25;}
.schedule-table .program-cell {height:150px;padding:8px 5px;}
.schedule-icon {height:85px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;}
.schedule-icon img {max-width:105px;max-height:80px;width:auto;height:auto;display:block;margin:0 auto;}
.schedule-name {font-size:22px;font-weight:900;line-height:1.2;letter-spacing:-1.5px;color:#000;}
.schedule-note {margin:8px 2px 0;font-size:17px;font-weight:700;color:#222;letter-spacing:-.5px;}

.program-list {display:flex;flex-wrap:wrap;margin:28px -8px 0;padding:0;}
.program-col {width:33.3333%;padding:0 8px 16px;display:flex;}
.program-card {width:100%;min-height:315px;background:#fff;border:1px solid #d7d7d7;border-radius:14px;overflow:hidden;text-align:center;box-shadow:0 3px 12px rgba(0,0,0,.06);display:flex;flex-direction:column;}
.program-title {height:48px;padding:10px 8px;background:#dfeaf3;color:#111;font-size:22px;font-weight:700;line-height:1.25;letter-spacing:-1px;display:flex;align-items:center;justify-content:center;}
.program-img {height:106px;padding:14px 10px 6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.program-img img {max-width:132px;max-height:88px;width:auto;height:auto;display:block;margin:0 auto;}
.program-desc {flex:1;padding:10px 15px 18px;color:#111;font-size:15px;font-weight:600;line-height:1.6;letter-spacing:-.5px;word-break:keep-all;display:flex;align-items:center;justify-content:center;text-align:center;}

@media (max-width:1199px) {
	.schedule-table thead th {font-size:20px;}
	.schedule-table .time-cell {font-size:20px;}
	.schedule-table .time-cell .time {font-size:17px;}
	.schedule-table .program-cell {height:140px;padding:7px 4px;}
	.schedule-icon {height:78px;}
	.schedule-icon img {max-width:95px;max-height:74px;}
	.schedule-name {font-size:20px;}
}

@media (max-width:991px) {
	.schedule-table {min-width:720px;}
	.program-col {width:50%;}
	.program-card {min-height:280px;}
	.program-title {height:46px;font-size:20px;}
	.program-desc {font-size:15px;}
}

@media (max-width:767px) {
	.program-wrap .doc_text {padding-top:12px;}
	.program-wrap .doc_text .title {font-size:23px;margin-bottom:12px;}
	.schedule-table {min-width:700px;}
	.schedule-table thead th {font-size:19px;}
	.schedule-table .time-cell {font-size:19px;}
	.schedule-table .time-cell .time {font-size:17px;}
	.schedule-name {font-size:20px;}
	.schedule-note {font-size:15px;}
	.program-list {display:block;margin:22px 0 0;}
	.program-col {width:100%;padding:0 0 12px;display:block;}
	.program-card {min-height:auto;border-radius:10px;}
	.program-title {height:auto;min-height:44px;font-size:19px;}
	.program-img {height:92px;}
	.program-img img {max-width:126px;max-height:84px;}
	.program-desc {display:block;font-size:14px;line-height:1.6;padding:10px 14px 18px;}
}