@charset "UTF-8";

#fb-root {
    display: none;
}

.alink:hover{
	cursor: pointer;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

@media ( max-width :767px) {
	.snswidget{
		display: none;
	}
	.first-slide-l {
		top: 40%;
		width: 4%;
		height: 35%;
		left: 30px;
	}
	.first-slide-r {
		top: 40%;
		width: 4%;
		height: 35%;
		right: 30px;
	}
}

@media ( min-width :768px) {
	.first-slide-l {
		top: 35%;
		width: 4%;
		height: 30%;
		left: 30px;
	}
	.first-slide-r {
		top: 35%;
		width: 4%;
		height: 30%;
		right: 30px;
	}
}

.first-slide-l {
	cursor: pointer;
	z-index: 999;
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	font-size: 0;
}

.first-slide-r {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.title-jeju {
	font-size: 20px;
	position: absolute;
}

.slick-slider {
	margin-bottom: 0px;
}

.slider-margin {
	margin-left: 2px;
	margin-right: 2px;
}

@media ( max-width :767px) {
	.pc-community {
		display: none;
	}
	.mobile-community {
		display: block;
	}
}

@media ( min-width :768px) {
	.pc-community {
		display: block;
	}
	.mobile-community {
		display: none;
	}
}