/*     181022 : 공백      */
.solid_line__181022__ {box-sizing:border-box;display:block;position:relative;width:100%;height:70px}
.solid_line__181022__.build_edit_mode {min-height:10px;border:1px dashed red}
.solid_line__181022__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.solid_line__181022__ {height:50px}
}

/*     181023 : 한줄 텍스트      */
.text__181023__ p {
	display:block;margin:0;padding:0;
	font-size:15px;font-weight:bold;color:#18a9b1;letter-spacing:0;line-height:1.5em;
}
.text__181023__ p a {color:#18a9b1}

@media all and (min-width:1024px){
	.text__181023__ p {font-size:36px}
}

/*     181024 : 타이틀 텍스트      */
.title__181024__ {font-size:0}
.title__181024__ p {
	display:inline-block;position:relative;margin:0;padding:0;
	font-size:20px;font-weight:normal;color:#000000;letter-spacing:-.03em;line-height:1.4em;
}
.title__181024__ p:before {content:'';position:absolute;background:#d00000;font-size:0}

.title__181024__.style_top p {padding-top:10px}
.title__181024__.style_top p:before {top:0;left:0;width:20px;height:4px}

.title__181024__.style_right p {padding-right:14px}
.title__181024__.style_right p:before {top:16%;right:0;width:4px;height:20px}

.title__181024__.style_bottom p {padding-bottom:12px}
.title__181024__.style_bottom p:before {bottom:0;left:0;width:20px;height:4px}

.title__181024__.style_left p {padding-left:14px}
.title__181024__.style_left p:before {top:16%;left:0;width:4px;height:20px}

.title__181024__.style_circle1 p {padding-left:18px}
.title__181024__.style_circle1 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
}

.title__181024__.style_circle2 p {padding-left:18px}
.title__181024__.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__181024__ p {font-size:16px}
	.title__181024__.style_top p:before {width:16px}
	.title__181024__.style_right p:before {height:16px}
	.title__181024__.style_bottom p:before {width:16px}
	.title__181024__.style_left p:before {height:16px}
}

/*     181025 : 이미지      */
.img__181025__ {max-width:100%}
.img__181025__ * {box-sizing:border-box}
.img__181025__ a {display:block;vertical-align:top}
.img__181025__ img {width:px;vertical-align:top}

