/* BASIC css start */
  	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;700&display=swap');
    @font-face {
    font-family: '2YangPyeongM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/2YangPyeongM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
		
ol, ul {
    list-style: none;
    margin:0px; padding:0px;
}
		
.organic_contents {
		width: 1000px;
		height: 6300px;
		margin: 0 auto;
		font-family: 'Noto Sans KR', sans-serif;
		background-color: #eeded5;
		color: #1c1c1c;
		padding: 40px;
	}
	.organic_contents .title {
		font-size: 80px;
		text-align: center;
		margin: 50px 0 40px 0;
		font-family: '2YangPyeongM';
		color: #1c1c1c;
		font-weight: 900;
	}
.organic_contents .title_m {
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	font-family: '2YangPyeongM';
	margin-top: 30px;
}
.organic_contents .title_sub {
	font-weight: 500;
	font-size: 25px;
	padding-top: 30px;
	padding-bottom: 100px;
	line-height: 30px;
	text-align: center;
	color: #1c1c1c;
	font-family: 'Noto Sans KR';
}
.organic_contents ul li {
	list-style: none;
}
.title_s {
	font-size: 21px;
	padding-bottom: 30px;
	font-weight: 500;
	text-align: center;
	}

.organic_contents ul li .sub {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 50px;
}
.o_video {text-align: center;}
	.clear {clear:both;}
	.empty_250 {margin-bottom: 200px;}
.block .organic_contents .img {
	text-align: center;
	margin: 0 auto;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
	background-color:#c123de;
	border-radius:6px;
	border:1px solid #a511c0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Noto Sans KR', sans-serif;
	font-size:22px;
	font-weight: 500;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
.myButton:hover {
	background:linear-gradient(to bottom, #a20dbd 5%, #c123de 100%);
	background-color:#a20dbd;
}
.myButton:active {
	position:relative;
	top:1px;
}
.block .organic_contents .button {
	text-align: center;
	matgin-top:20px;
}
		.link {
			text-align: right;
		}
		.link a {
			font-size: 20px;
			font-weight: 500;
			text-align: right;
			color: #1c1c1c;
			padding-right: 30px;
		}
  
  
 .empty_100 {
     margin-bottom: 100px;
 }
 
  .slider-container {
    width: 500px;
    height: 500px;
    margin: auto;
    position: relative;
  }
  .image-slider {
    display: flex;
  }
  .image-slider img {
    max-width: 500px;
    max-height: 500px;
    display: block;
  }
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
  }
  .prev { left: 10px; }
  .next { right: 10px; }
/* BASIC css end */

