@charset 'utf-8';
	
/* common */

.program-03 section.kv.cm {}
	.program-03 section.kv.cm .main-block.fadein.show {
		background: rgba(255,255,255,0.8);
	}
		.program-03 section.kv.cm .main-block .header-block.flex h2 {
			color: #302D2C;
		}
.program-03 section.community-lists {}
	.program-03 section.community-lists .inner {
		max-width: 990px;
	}
		.program-03 section.community-lists .inner h3 {
			color: #44a3a8;
			font-size: 3.6rem;
		}
		.program-03 section.community-lists .inner > p {
			font-size: 1.6rem;
			font-weight: normal;
			line-height: 1.7;
		}
		.program-03 section.community-lists .inner ul.flex {
			justify-content: space-between;
			gap: 40px;
			align-items: flex-start;
			flex-wrap: wrap;
			position: relative;
			padding: 0;
		}
			.program-03 section.community-lists .inner ul.flex li {
				width: calc(33.333% - 27px);
				position: relative;
				overflow: hidden;
			}
				.program-03 section.community-lists .inner ul.flex li a {
					display: block;
				}
					.program-03 section.community-lists .inner ul.flex li a figure {
						margin: 0 0 1em;
						overflow: hidden;
						max-height: 250px;
						position: relative;
					}
						.program-03 section.community-lists .inner ul.flex li a figure img {
							height: auto;
							display: block;
							width: 100%;
							margin: 0;
						}
						.program-03 section.community-lists.group-lists .inner ul.flex li a figure img {
							height: 200px;
							display: block;
							width: auto;
							margin: 20px auto;
						}
					.program-03 section.community-lists .inner ul.flex li a {}
						.program-03 section.community-lists .inner ul.flex li a .post-data {}
							.program-03 section.community-lists .inner ul.flex li a .post-data span.category {
									font-size: 1.2rem;
									font-weight: normal;
									border: 1px solid;
									color: #666666;
									padding: 0.2em 1.2em;
									border-radius: 5px;
								}
								.program-03 section.community-lists .inner ul.flex li a .post-data p.post-title {
									font-size: 2rem;
									font-weight: normal;
									margin: 10px 0;
								}
								.program-03 section.community-lists .inner ul.flex li a .post-data p.txt-green.flex {
									position: relative;
									display: flex !important;
									gap: 0.5em;
									align-items: center;
									justify-content: flex-start;
									margin: 10px 0;
								}
									.program-03 section.community-lists .inner ul.flex li a .post-data p.txt-green.flex img {
										height: 1.2em;
									}
									.program-03 section.community-lists .inner ul.flex li a .post-data p.txt-green.flex img.link-arrow {
										transform: rotate(180deg);
									}

.program-03.program-detail section.community-detail {
    padding: 0;
}
	.program-03.program-detail section.community-detail .inner {
		max-width: 990px;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
		.program-03.program-detail section.community-detail h3 {
			color: #444444;
			font-size: 3.6rem;
			margin: 0.5em 0;
		}
		.program-03.program-detail section.community-detail ul.flex.category-lists {
			list-style: none;
			padding: 0;
			gap: 1em;
		}
			.program-03.program-detail section.community-detail ul.flex.category-lists li.category {
				font-size: 1.2rem;
				padding: 0.2em 1.2em;
				border: 1px solid;
				border-radius: 5px;
			}
				.program-03.program-detail section.community-detail ul.flex.category-lists li.category.type-02 {
					background: #44a3a8;
					border-color: #44a3a8;
				}
					.program-03.program-detail section.community-detail ul.flex.category-lists li.category.type-02 a {
						color: #FFFFFF;
					}
		.program-03.program-detail section.community-detail figure {
			text-align: center;
			margin: 40px;
		}
		.program-03.program-detail section.community-detail p {
			font-size: 1.6rem;
			font-weight: normal;
			line-height: 1.7em;
		}
.program-03.program-detail section.instructor-lists {
    margin-top: 60px;
}
	.program-03.program-detail section.instructor-lists .inner {
		max-width: 990px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
		.program-03.program-detail section.instructor-lists .inner .section-head h3 {
			font-size: 2rem;
			position: relative;
			line-height: 1.7;
			padding: 15px 0;
			margin-bottom: 30px;
			color: #44A3A8; 
			text-align: left;
		}
			.program-03.program-detail section.instructor-lists .inner .section-head h3::before {
				position: absolute;
				content: "";
				width: 30px;
				height: 0;
				bottom: 0;
				left: 0;
				border-bottom: 2px dashed #44A3A8;
			}
		.program-03.program-detail section.instructor-lists .inner .section-body ul {
			display: flex;
			gap: 40px;
			list-style: none;
			padding: 0;
			align-items: flex-start;
			justify-content: flex-start;
			position: relative;
			flex-wrap: wrap;
		}
			.program-03.program-detail section.instructor-lists .inner .section-body ul li.instructor-content {
				width: calc(33.333% - 27px);
				position: relative;
				overflow: hidden;
			}
				.program-03.program-detail section.instructor-lists .inner .section-body ul li.instructor-content a {
					display: block;
				}
					.program-03.program-detail section.instructor-lists .inner .section-body ul li.instructor-content a img {
					    width: 100%;
					}
				.instructor-data-content p.instructor-name {
					font-size: 2rem;
				}
				.instructor-data-content p.flex.date-auther {
					font-size: 1.3rem;
					font-weight: normal;
				}

@media screen and (min-width:1025px) {

}
@media screen and (max-width:1024px) {

	.program-03 section.community-lists .inner ul.flex li {
		width: 100%;
		margin-bottom: 40px;
	}

	.program-03.program-detail section.community-detail .inner {
		padding: 20px;
	}
	.program-03.program-detail section.community-detail h3 {
		font-size: 2.6rem;
	}
	.program-03.program-detail section.community-detail ul.flex.category-lists {
		display: flex !important;
	}
	.program-03.program-detail section.community-detail figure {
		margin: 40px 0;
	}
	.program-03.program-detail section.community-detail figure img {
		max-width: 80%;
	}
	.program-03.program-detail section.instructor-lists .inner .section-body ul {
		display: block;
	}
	.program-03.program-detail section.instructor-lists .inner .section-body ul li.instructor-content {
		width: 100%;
		margin-bottom: 40px;
	}

}
