/*     8601 : 이미지      */
.img__8601__ {max-width:100%;}
.img__8601__ * {box-sizing:border-box;}
.img__8601__ a {display:inline-block; text-decoration:none; vertical-align:top;}
.img__8601__ img {width:px; max-width:100%; vertical-align:top;}

/*     8609 : 타이틀 텍스트      */
.title__8609__ {font-size:0}
.title__8609__ p {
	display:inline-block;position:relative;margin:0;padding:0;
	font-size:20px;font-weight:bold;color:#964a3c;letter-spacing:-.03em;line-height:1.4em;
}
.title__8609__ p:before {content:'';position:absolute;background:#964a3c;font-size:0}

.title__8609__.style_top p {padding-top:10px}
.title__8609__.style_top p:before {top:0;left:0;width:20px;height:4px}

.title__8609__.style_right p {padding-right:14px}
.title__8609__.style_right p:before {top:16%;right:0;width:4px;height:20px}

.title__8609__.style_bottom p {padding-bottom:12px}
.title__8609__.style_bottom p:before {bottom:0;left:0;width:20px;height:4px}

.title__8609__.style_left p {padding-left:14px}
.title__8609__.style_left p:before {top:16%;left:0;width:4px;height:20px}

.title__8609__.style_circle1 p {padding-left:18px}
.title__8609__.style_circle1 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
}

.title__8609__.style_circle2 p {padding-left:18px}
.title__8609__.style_circle2 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
	border:2px solid #964a3c;background:none;box-sizing:border-box;
}

@media all and (min-width:1024px){
	.title__8609__ p {font-size:20px}
	.title__8609__.style_top p:before {width:20px}
	.title__8609__.style_right p:before {height:20px}
	.title__8609__.style_bottom p:before {width:20px}
	.title__8609__.style_left p:before {height:20px}
}

/*     8610 : 타이틀 텍스트      */
.title__8610__ {font-size:0}
.title__8610__ p {
	display:inline-block;position:relative;margin:0;padding:0;
	font-size:16px;font-weight:bold;color:#444444;letter-spacing:-.03em;line-height:1.4em;
}
.title__8610__ p:before {content:'';position:absolute;background:#d00000;font-size:0}

.title__8610__.style_top p {padding-top:10px}
.title__8610__.style_top p:before {top:0;left:0;width:16px;height:4px}

.title__8610__.style_right p {padding-right:14px}
.title__8610__.style_right p:before {top:16%;right:0;width:4px;height:16px}

.title__8610__.style_bottom p {padding-bottom:12px}
.title__8610__.style_bottom p:before {bottom:0;left:0;width:16px;height:4px}

.title__8610__.style_left p {padding-left:14px}
.title__8610__.style_left p:before {top:16%;left:0;width:4px;height:16px}

.title__8610__.style_circle1 p {padding-left:18px}
.title__8610__.style_circle1 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
}

.title__8610__.style_circle2 p {padding-left:18px}
.title__8610__.style_circle2 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
	border:2px solid #d00000;background:none;box-sizing:border-box;
}

@media all and (min-width:1024px){
	.title__8610__ p {font-size:16px}
	.title__8610__.style_top p:before {width:16px}
	.title__8610__.style_right p:before {height:16px}
	.title__8610__.style_bottom p:before {width:16px}
	.title__8610__.style_left p:before {height:16px}
}

/*     8662 : 버튼      */
.button__8662__ {font-size:0}
.button__8662__ a {
	display:inline-block;margin:0;padding:5px 10px;
	border:1px solid #777777;border-radius:4px;background:#777777;box-sizing:border-box;
	font-size:15px;font-weight:normal;color:#fff;text-align:center;letter-spacing:-.03em;line-height:1.3em;
}
.button__8662__.style_line a {background:transparent;color:#777777}

@media all and (min-width:1024px){
	.button__8662__ a {font-size:15px}
}

/*     8663 : 점선      */
.dashed_line__8663__ {display:block;position:relative;width:100%;height:30px}
.dashed_line__8663__:before {content:'';position:absolute;left:0;top:50%;width:100%;height:0;border-top:1px dashed #cccccc}

.dashed_line__8663__.build_edit_mode {min-height:10px}

@media all and (max-width:767px){
	.dashed_line__8663__ {height:20px}
}

/*     8613 : Vimeo 동영상 플레이어      */
/* farm */
.farm__8613__ {display:table;width:100%}
.farm__8613__ p {display:table-cell;height:200px;margin:0;background:#fafafa;color:#c40000;text-align:center;vertical-align:middle}

/* player */
.player__8613__ {display:block;overflow:hidden;position:relative;height:0;padding:0}
.player__8613__ .player-item,
.player__8613__ iframe,
.player__8613__ embed,
.player__8613__ object,
.player__8613__ video {position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.player__8613__.player-16by9 {padding-bottom:56.25%}
.player__8613__.player-4by3 {padding-bottom:75%}

/* player controls hide */
.player__8613__.controls0 .player-item,
.player__8613__.controls0 iframe,
.player__8613__.controls0 embed,
.player__8613__.controls0 object,
.player__8613__.controls0 video {top:-140px;height:calc(100% + 280px);bottom:-140px}

