/* BASIC css start */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@100;200;300;400;500;600;700&display=swap');
	@font-face {
    font-family: 'LABµðÁöÅÐ';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/LABµðÁöÅÐ.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.organic_contents {
		width: 1000px;
		height: 3850px;
		margin: 0 auto;
		font-family: 'Noto Sans KR', sans-serif;
		background-color: #374045;
		color: #ffffff;
		padding: 40px;
	}
	.organic_contents .title {
		font-size: 100px;
		text-align: center;
		font-weight:500;
		margin: 10px 0 70px 0;
		font-family: 'LABµðÁöÅÐ';
		color: #c0a0ea;
	}
.organic_contents .title_m {
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
}
.organic_contents .title_sub {
	font-weight: 500;
	font-size: 25px;
	padding-top: 70px;
	padding-bottom: 30px;
	line-height: 30px;
	text-align: center;
	color: #c0a0ea;
	font-family: 'LABµðÁöÅÐ';
}
.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;
}
	.clear {clear:both;}
	.empty_250 {margin-bottom: 120px;}
.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;
}
/* BASIC css end */

