@font-face {
	font-family:"YeonSung";
	src:url('/site/script/fonts/YeonSung-Regular.ttf') format('truetype'),
	url('/site/script/fonts/YeonSung-Regular.woff') format('woff'),
	url('/site/script/fonts/YeonSung-Regular.otf');
}

.btn_intro_button {
	cursor: pointer;
	border: 1px;
	border-style: solid;
	border-radius: 10px;
	font-size: 40px;
	padding: 10px;
	box-shadow: 3px 3px grey; 
	white-space:nowrap;
	border-color:#5ea595;
	/* font-family:'THEFACESHOPINKLIPQUID'; */
	margin:5px;
	}
.btn_intro_button:hover {
	box-shadow: 1px 1px inset grey;
	 background-color:rgba(100,100,100,0.3);
	/* color:grey; */
}
.btn_intro_button:active {
	box-shadow: 4px 4px inset grey;
	background-color:#d5dcda;
}
#intro_cs {
	top: 842px;
	position: absolute;
	overflow: visible;
	width: 100%;
	white-space: nowrap;
	text-align : center;
	font-family: "Noto Sans CJK KR";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: rgba(143,154,179,1);
}
#intro_cs_index{
	top: 842px;
	position: absolute;
	overflow: visible;
	width: 100%;
	white-space: nowrap;
	text-align : center;
}
.mainBottomLink{
	font-family:"YeonSung" !important;
	font-size:27px;
	font-weight:200;
	padding:10px;
	border-style: solid;
    border-color: #e4e4e7;
	margin:5px;
}
.mainBottomLinkSpan1{
	color: #7676f5;
}
.mainBottomLinkSpan2{
	color: #5454af;
}
.mainBottomLinkLabel{
	color: black !important;
}