
/* ****************** 3칸 탭 레이아웃  ****************** */

.layout_311769_ {clear:both; min-width:320px; max-width:1000px; margin:0 auto;}
.layout_311769_ > ul {margin:0; padding:0; list-style:none;}

.layout_311769_ > #tab_ul_311769_ {display:none;}
.layout_311769_ > #tab_ul_311769_:after {content:''; display:block; clear:both;}
.layout_311769_ > #tab_ul_311769_ > li {float:left; width:33.33%; border-right:1px solid #e1e2e3; box-sizing:border-box;}
.layout_311769_ > #tab_ul_311769_ > li:first-child {border-left:1px solid #e1e2e3;}
.layout_311769_ > #tab_ul_311769_ > li > a {
	display:block; padding:2px 5px 0;
	border-top:1px solid #e1e2e3; border-bottom:1px solid #e1e2e3; background:#f9f9f9;
	font-size:14px; font-weight:bold; color:#888; text-align:center; text-decoration:none;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}
.layout_311769_ > #tab_ul_311769_ > li.on > a {
	padding:0 5px 1px; border-top:3px solid #000000; border-bottom:none; background:#fff; color:#000000;
}

.layout_311769_ > #box_ul_311769_ > li > a {
	display:block; height:30px; line-height:30px; padding:0 5px;
	border:1px solid #e1e2e3; background:#f9f9f9;
	font-size:13px; font-weight:bold; color:#888; text-align:center; text-decoration:none;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}
.layout_311769_ > #box_ul_311769_ > li > div {overflow:hidden; padding:0px; background:#fff; box-sizing:border-box;}
.layout_311769_ > #box_ul_311769_ > li.on {display:block;}
.layout_311769_ > #box_ul_311769_ > li.on > a {border-color:#000000; background:#fff; color:#000000;}

.layout_311769_.type_HOR > #tab_ul_311769_ {display:block;}
.layout_311769_.type_HOR > #box_ul_311769_ > li > a {display:none;}

.text_sml_311769_ > #tab_ul_311769_ > li > a {height:40px; line-height:40px; font-size:14px;}
.text_sml_311769_ > #box_ul_311769_ > li > a {font-size:13px;}
.text_mid_311769_ > #tab_ul_311769_ > li > a {height:44px; line-height:44px; font-size:16px;}
.text_mid_311769_ > #box_ul_311769_ > li > a {font-size:14px;}
.text_big_311769_ > #tab_ul_311769_ > li > a {height:48px; line-height:48px; font-size:18px;}
.text_big_311769_ > #box_ul_311769_ > li > a {font-size:15px;}

[id^=div_user_list] .layout_311769_ > #tab_ul_311769_ {display:none !important;}
[id^=div_user_list] .layout_311769_ > #box_ul_311769_ > li {display:block !important;}
[id^=div_user_list] .layout_311769_ > #box_ul_311769_ > li > a {display:block !important;}
[id^=div_user_list] .layout_311769_ > #box_ul_311769_ > li > div {display:block !important;}

@media (min-width:1024px){
	.layout_311769_.type_HOR > #tab_ul_311769_,
	.layout_311769_.type_RES > #tab_ul_311769_ {display:block;}
	.layout_311769_.type_HOR > #box_ul_311769_ > li > a,
	.layout_311769_.type_RES > #box_ul_311769_ > li > a {display:none;}
    .layout_311769_.type_HOR.border_true > #box_ul_311769_ > li > div,
    .layout_311769_.type_RES.border_true > #box_ul_311769_ > li > div {border:1px solid #e1e2e3; border-top:none;}
}

@media \0screen{
	.layout_311769_ {min-width:1000px;}
	.layout_311769_.type_HOR > #tab_ul_311769_,
	.layout_311769_.type_RES > #tab_ul_311769_ {display:block;}
	.layout_311769_.type_HOR > #box_ul_311769_ > li > a,
	.layout_311769_.type_RES > #box_ul_311769_ > li > a {display:none;}
    .layout_311769_.type_HOR.border_true > #box_ul_311769_ > li > div,
    .layout_311769_.type_RES.border_true > #box_ul_311769_ > li > div {border:1px solid #e1e2e3; border-top:none;}
}

/* ****************** 공백  ****************** */

.empty_line_311777_ {display:block; width:100%; height:50px; line-height:50px;}

[id^=div_user_list] .empty_line_311777_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_311777_:before {content:'공백 : 50px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 버튼  ****************** */

.button_311774_ a  {
	display:inline-block; margin:0; padding:0;
	border:1px solid #777777; border-radius:0px; background:#777777; box-sizing:border-box;
	font-size:13px; font-weight:normal; color:#fff; text-align:center; text-decoration:none;
}
.button_311774_.style_line a {background:transparent; color:#777777;}
.button_311774_.space_normal a {padding:.6em 1.2em;}
.button_311774_.space_wide a {padding:.6em 2em;}
.button_311774_.space_full a {display:block; width:100%; padding:.6em 1.2em;}

/* ****************** 표 (화면맞춤타입)  ****************** */

.table_49809_ {width:100%; overflow-x:auto; overflow-y:visible; -webkit-overflow-scrolling:touch;}
.table_49809_ * {box-sizing:border-box;}
.table_49809_ table {
	border-spacing:0; border-collapse:collapse; width:100%; margin:0 auto;
	border-top:2px solid #d7d7d7; border-bottom:1px solid #d7d7d7;
}
.table_49809_ td {
	height:40px; padding:5px 10px;
	border:1px solid #d7d7d7; border-bottom:none; border-right:none; background:#ffffff;
	font-size:15px; color:#6c6c6c;
}
.table_49809_ td:first-child {border-left:none;}
.table_49809_ tr:first-child td {border-top:none;}

.table_49809_.style_line table {border-color:#0256d0;}
.table_49809_.style_line.type_top tr:first-child td {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_line.type_left td:first-child {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_line.type_left_top td:first-child {background:#e7eefb; color:#0256d0; text-align:center;}
.table_49809_.style_line.type_left_top tr:first-child td {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_line.type_odd .odd td {background:#e7eefb; color:#6c6c6c;}
.table_49809_.style_line.type_odd .odd:first-child td {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}

.table_49809_.style_full table {border-color:#0256d0;}
.table_49809_.style_full.type_top tr:first-child td {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_full.type_left td:first-child {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_full.type_left_top td:first-child {background:#e7eefb; color:#0256d0; text-align:center;}
.table_49809_.style_full.type_left_top tr:first-child td {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_full.type_odd .odd td {background:#e7eefb; color:#6c6c6c;}
.table_49809_.style_full.type_odd .odd:first-child td {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}


/* ****************** 장문 텍스트  ****************** */

.textarea_311986_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:0px; font-weight:normal; color:#000000; line-height:1.6em;
}

/* ****************** 공백  ****************** */

.empty_line_311780_ {display:block; width:100%; height:50px; line-height:50px;}

[id^=div_user_list] .empty_line_311780_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_311780_:before {content:'공백 : 50px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 공백  ****************** */

.empty_line_311781_ {display:block; width:100%; height:50px; line-height:50px;}

[id^=div_user_list] .empty_line_311781_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_311781_:before {content:'공백 : 50px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 버튼  ****************** */

.button_311775_ a  {
	display:inline-block; margin:0; padding:0;
	border:1px solid #777777; border-radius:0px; background:#777777; box-sizing:border-box;
	font-size:13px; font-weight:normal; color:#fff; text-align:center; text-decoration:none;
}
.button_311775_.style_line a {background:transparent; color:#777777;}
.button_311775_.space_normal a {padding:.6em 1.2em;}
.button_311775_.space_wide a {padding:.6em 2em;}
.button_311775_.space_full a {display:block; width:100%; padding:.6em 1.2em;}

/* ****************** 표 (화면맞춤타입)  ****************** */

.table_49809_ {width:100%; overflow-x:auto; overflow-y:visible; -webkit-overflow-scrolling:touch;}
.table_49809_ * {box-sizing:border-box;}
.table_49809_ table {
	border-spacing:0; border-collapse:collapse; width:100%; margin:0 auto;
	border-top:2px solid #d7d7d7; border-bottom:1px solid #d7d7d7;
}
.table_49809_ td {
	height:50px; padding:5px 10px;
	border:1px solid #d7d7d7; border-bottom:none; border-right:none; background:#ffffff;
	font-size:15px; color:#6c6c6c;
}
.table_49809_ td:first-child {border-left:none;}
.table_49809_ tr:first-child td {border-top:none;}

.table_49809_.style_line table {border-color:#0256d0;}
.table_49809_.style_line.type_top tr:first-child td {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_line.type_left td:first-child {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_line.type_left_top td:first-child {background:#e7eefb; color:#0256d0; text-align:center;}
.table_49809_.style_line.type_left_top tr:first-child td {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_line.type_odd .odd td {background:#e7eefb; color:#6c6c6c;}
.table_49809_.style_line.type_odd .odd:first-child td {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}

.table_49809_.style_full table {border-color:#0256d0;}
.table_49809_.style_full.type_top tr:first-child td {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_full.type_left td:first-child {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_full.type_left_top td:first-child {background:#e7eefb; color:#0256d0; text-align:center;}
.table_49809_.style_full.type_left_top tr:first-child td {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_full.type_odd .odd td {background:#e7eefb; color:#6c6c6c;}
.table_49809_.style_full.type_odd .odd:first-child td {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}


/* ****************** 장문 텍스트  ****************** */

.textarea_311992_ p {
	display:block; margin:0; padding:0;
	font-size:13px; letter-spacing:0px; font-weight:normal; color:#000000; line-height:1.6em;
}

/* ****************** 공백  ****************** */

.empty_line_311778_ {display:block; width:100%; height:50px; line-height:50px;}

[id^=div_user_list] .empty_line_311778_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_311778_:before {content:'공백 : 50px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 공백  ****************** */

.empty_line_311782_ {display:block; width:100%; height:50px; line-height:50px;}

[id^=div_user_list] .empty_line_311782_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_311782_:before {content:'공백 : 50px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}

/* ****************** 버튼  ****************** */

.button_311776_ a  {
	display:inline-block; margin:0; padding:0;
	border:1px solid #777777; border-radius:0px; background:#777777; box-sizing:border-box;
	font-size:13px; font-weight:normal; color:#fff; text-align:center; text-decoration:none;
}
.button_311776_.style_line a {background:transparent; color:#777777;}
.button_311776_.space_normal a {padding:.6em 1.2em;}
.button_311776_.space_wide a {padding:.6em 2em;}
.button_311776_.space_full a {display:block; width:100%; padding:.6em 1.2em;}

/* ****************** 표 (화면맞춤타입)  ****************** */

.table_49809_ {width:100%; overflow-x:auto; overflow-y:visible; -webkit-overflow-scrolling:touch;}
.table_49809_ * {box-sizing:border-box;}
.table_49809_ table {
	border-spacing:0; border-collapse:collapse; width:100%; margin:0 auto;
	border-top:2px solid #d7d7d7; border-bottom:1px solid #d7d7d7;
}
.table_49809_ td {
	height:50px; padding:5px 10px;
	border:1px solid #d7d7d7; border-bottom:none; border-right:none; background:#ffffff;
	font-size:15px; color:#6c6c6c;
}
.table_49809_ td:first-child {border-left:none;}
.table_49809_ tr:first-child td {border-top:none;}

.table_49809_.style_line table {border-color:#0256d0;}
.table_49809_.style_line.type_top tr:first-child td {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_line.type_left td:first-child {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_line.type_left_top td:first-child {background:#e7eefb; color:#0256d0; text-align:center;}
.table_49809_.style_line.type_left_top tr:first-child td {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_line.type_odd .odd td {background:#e7eefb; color:#6c6c6c;}
.table_49809_.style_line.type_odd .odd:first-child td {background:#e7eefb; color:#0256d0; font-size:16px; font-weight:bold; text-align:center;}

.table_49809_.style_full table {border-color:#0256d0;}
.table_49809_.style_full.type_top tr:first-child td {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_full.type_left td:first-child {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_full.type_left_top td:first-child {background:#e7eefb; color:#0256d0; text-align:center;}
.table_49809_.style_full.type_left_top tr:first-child td {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}
.table_49809_.style_full.type_odd .odd td {background:#e7eefb; color:#6c6c6c;}
.table_49809_.style_full.type_odd .odd:first-child td {background:#0256d0; color:#ffffff; font-size:16px; font-weight:bold; text-align:center;}


/* ****************** 공백  ****************** */

.empty_line_311779_ {display:block; width:100%; height:50px; line-height:50px;}

[id^=div_user_list] .empty_line_311779_ {border:1px dotted #f00;}
[id^=div_user_list] .empty_line_311779_:before {content:'공백 : 50px'; padding:0 15px; font-size:13px; font-weight:normal; color:#f00;}
