
/* ****************** 텍스트 오버레이 이미지  ****************** */

.text_over_img_110224_ {display:inline-block; overflow:hidden; position:relative; max-width:100%; vertical-align:top;}
.text_over_img_110224_ * {box-sizing:border-box;}
.text_over_img_110224_ a {display:block; text-decoration:none;}
.text_over_img_110224_ img {max-width:100%; vertical-align:top;}
.text_over_img_110224_ .text_box {position:absolute; left:0; width:100%;}
.text_over_img_110224_ .text_box p {
	margin:0; padding:5px 25px;
	text-shadow: -1px 0 1px rgba(0,0,0,0.2), 1px 0 1px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.2);
}
.text_over_img_110224_ .subject {font-weight:bold; color:#ffffff;}
.text_over_img_110224_ .content {color:#ffffff;}

.text_sml_110224_ .subject {font-size:14px; line-height:1.6em;}
.text_sml_110224_ .content {font-size:13px; line-height:1.6em;}
.text_mid_110224_ .subject {font-size:16px; line-height:1.4em;}
.text_mid_110224_ .content {font-size:14px; line-height:1.6em;}
.text_big_110224_ .subject {font-size:23px; line-height:1.4em;}
.text_big_110224_ .content {font-size:15px; line-height:1.6em;}

.text_top_110224_ .text_box {top:20px; text-align:left;}
.text_middle_110224_ .text_box {top:50%; height:0; font-size:0; text-align:center;}
.text_middle_110224_ .subject {position:absolute; left:0; bottom:0; width:100%;}
.text_middle_110224_ .content {position:absolute; left:0; top:0; width:100%;}
.text_bottom_110224_ .text_box {bottom:20px; text-align:right;}

/* ****************** 공백/실선/점선  ****************** */

.line_110219_ {display:block; position:relative; width:100%; height:30px;}
.line_110219_:before {content:''; position:absolute; left:0; top:50%; width:100%; height:0; border-top:2px solid #777777;}
.line_110219_.type_none:before {border-top-style:none;}
.line_110219_.type_solid:before {border-top-style:solid;}
.line_110219_.type_dashed:before {border-top-style:dashed;}

/* ****************** 1칸 레이아웃  ****************** */

.layout_110220_ {clear:both; min-width:320px; max-width:1000px; margin:0 auto;}
.layout_110220_ > div:after {content:''; display:block; clear:both;}
.layout_110220_ > div > [class^=container_] {float:left; position:relative; width:100%; box-sizing:border-box;}

@media \0screen{
	.layout_110220_ {min-width:1000px;}
}

/* ****************** 타이틀 텍스트  ****************** */

.title_110221_ {font-size:0;}
.title_110221_ p {
	display:inline-block; position:relative; margin:0; padding:0;
	font-size:20px; font-weight:bold; color:#000000; line-height:1.4em;
}
.title_110221_ p:before {content:''; position:absolute; background:#d00000; font-size:0;}

.title_110221_.style_top p {padding-top:10px;}
.title_110221_.style_top p:before {left:0; top:0; width:20px; height:4px;}

.title_110221_.style_right p {padding-right:14px;}
.title_110221_.style_right p:before {right:0; top:8px; width:4px; height:20px;}

.title_110221_.style_bottom p {padding-bottom:12px;}
.title_110221_.style_bottom p:before {left:0; bottom:0; width:20px; height:4px;}

.title_110221_.style_left p {padding-left:14px;}
.title_110221_.style_left p:before {left:0; top:8px; width:4px; height:20px;}

.title_110221_.style_circle1 p {padding-left:20px;}
.title_110221_.style_circle1 p:before {
	left:0; top:8px; width:12px; height:12px;
	border-radius:12px;
}

.title_110221_.style_circle2 p {padding-left:20px;}
.title_110221_.style_circle2 p:before {
	left:0; top:8px; width:12px; height:12px;
	border:2px solid #d00000; border-radius:12px; background:none; box-sizing:border-box;
}

/* ****************** 장문 텍스트  ****************** */

.textarea_110222_ p {
	display:block; margin:0; padding:0;
	font-size:16px; font-weight:normal; color:#000000; line-height:1.6em;
}

/* ****************** 공백  ****************** */

.empty_line_110228_ {display:block; width:100%; height:50px; line-height:50px;}

[id^=div_user_list] .empty_line_110228_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_110228_:before {content:'공백 : 50px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 버튼  ****************** */

.button_110227_ a  {
	display:inline-block; margin:0; padding:0;
	border:1px solid #d00000; border-radius:4px; background:#d00000; box-sizing:border-box;
	font-size:13px; font-weight:normal; color:#fff; text-align:center; text-decoration:none;
}
.button_110227_.style_line a {background:transparent; color:#d00000;}
.button_110227_.space_normal a {padding:.6em 1.2em;}
.button_110227_.space_wide a {padding:.6em 2em;}
.button_110227_.space_full a {display:block; width:100%; padding:.6em 1.2em;}
