body {
	background-color: #A7FC00;
}

main > section.bg_color1 {
	background-color:#E0F2F1;
	color: #004d40;
}

main > section.bg_color2 {
	background-color:#F1F8E9;
	color:#00796B;
} 	

h2 {
	font-weight: 700;
    margin-bottom: 30px;
    color: #00796b;
}

h2 .mark {
    color: #ff6f61;
    background: rgba(255, 111, 97, 0.1);
    padding: 4px 8px;
    border-radius: 5px;
}

/* Channel Intro Section Styles - PC First */
#channel_intro {
    padding: 80px 60px;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
}

#channel_intro p {
    font-size: 1.3rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

p .mark {
    color: #00796b;
    font-weight: 600;
    background: rgba(0, 121, 107, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
}

#channel_intro p strong {
    font-weight: 700;
}

#instagram_feed_section {
	padding: 40px 0;
}

.instagram_feed_box {
	width: 650px;
	margin: 0px auto;
}

.instagram_feed {
	list-style-type: none;
}

.insta_post {
	color: var(--green);
}

.results_board {
	background: #fff;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 6px 15px ;
	max-width: 800px;
	margin: 0 auto;
}

.results_board table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.results_board th,
.results_board td {
	padding: 12px;
	border-bottom: 1px solid #ddd;
}

.results_board th {
	background: var(--light-green);
	color: #1b3d17;
}

.slider_container {
	position: relative;
	width: 400px;
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 0 6px 22px rgba(15, 15, 15, 0.06);
	background: #fff;
	margin: 0px auto;
}

/* Header */
#instagram_feed_section .ig_header {
	display: flex;
	align-items: center;
	padding: 14px 16px;
	border-bottom: 1px solid #eee;
}
#instagram_feed_section .avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
	flex: 0 0 44px;
}
#instagram_feed_section .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#instagram_feed_section .user_meta {
	flex: 1;
}
#instagram_feed_section .username {
	font-weight: 600;
	font-size: 15px;
}
#instagram_feed_section .sub {
	font-size: 13px;
	color: #666;
}
#instagram_feed_section .more {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #f1f2f4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #555;
}

/* Slides */
#instagram_feed_section .slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
	height: 400px;
}
#instagram_feed_section .slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}
#instagram_feed_section .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 1px solid #eee;
}

/* Footer */
#instagram_feed_section .ig_footer {
	padding: 12px 14px;
}
#instagram_feed_section .actions {
	display: flex;
	gap: 12px;
	margin-bottom: 8px;
}
#instagram_feed_section .action_btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	border-radius: 10px;
	background: #fafafa;
	border: 1px solid #f0f0f2;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
#instagram_feed_section .caption {
	font-size: 14px;
	color: #222;
	line-height: 1.4;
}

/* Navigation */
#instagram_feed_section .nav_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.4);
	border: none;
	color: #fff;
	font-size: 24px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
#instagram_feed_section .prev {
	left: 10px;
}
#instagram_feed_section .next {
	right: 10px;
}

#channel_intro {
	position:relative;
	text-align:center;
	padding:60px;
}

#intro_video {
	position:relative;
	text-align:center;
}

.intro_video_elem {
	position:relative;
	width:1400px;
	margin:0px auto;
	padding:60px;
	box-sizing:border-box;
}

h2 {
	padding-bottom:20px;
}

#content_types {
  background: #e8f5e9; /* 은은한 연녹색 배경 */
  padding:60px;
}

.content_types_elem {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #004d40;
  font-family: 'Noto Sans KR', sans-serif;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 77, 64, 0.1);
  text-align: center;
  background-color:#F1F8E9;
}

#content_types > .content_types_elem > h2 {
  font-size: 2.6rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: #00796b;
  letter-spacing: 1.2px;
}

.content_category {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 77, 64, 0.08);
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.content_category h3 {
  font-size: 1.8rem;
  color: #004d40;
  margin-bottom: 15px;
  font-weight: 600;
  border-left: 5px solid #00796b;
  padding-left: 12px;
}

.content_category ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.content_category ul li {
  margin: 8px 0;
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
  max-width: 400px;
}

.content_category ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00796b;
  font-weight: bold;
  font-size: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
}

#behind_the_scene {
	position:relative;
	padding:60px;
	text-align:center;
}

.behind_the_scene_elem {
	width:1400px;
	margin:0px auto;
}

#channel_goal {
	position:relative;
	padding:60px;
	text-align:center;
}

.channel_goal_elem {
	width:1400px;
	margin:0px auto;
}

.channel_goal_list {
	display: flex;
	flex-direction: row;
}

.channel_goal_list_elem {
	padding:10px;
}

.channel_goal_list_elem_elem {
	background-color:#F1F8E9;
	color: #00796B;
	padding:10px;
	border-radius:10px;
	box-shadow: 5px 5px 5px 0px #555555;
}

/* channel_goal .mark 스타일 */
#channel_goal .mark {
    color: #00796b;
    font-weight: 600;
    background: rgba(0, 121, 107, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    text-decoration: none;
}