/*++++++++++++++++++++++++++++++++++++++++++++++
	Common style sheet
++++++++++++++++++++++++++++++++++++++++++++++*/

* {margin:0;padding:0;}
html,body 
{
    color:#616161;
	font-family:Dotum, 돋움;
	font-size:12px;
}

*html body{height:100%;}

iframe { border : 0px; }

img { border:0px; }

table {border-collapse:collapse;}

td, input, select, textarea 
{
	font-size:12px;
	word-break:all;
}

.input_t {
	border:solid 1px #cecece;
	height:13px;padding:3px 5px 0 5px;
}

.input_f {
	border:solid 1px #cecece;
	height:18px;
}

select {
	border:solid 1px #cecece;
	height:18px;
	font:12px 돋움;
	color:#717171;
}

textarea {
	border:solid 1px #cecece;
	line-height:14pt;
	padding:5px;
}
a {
	font-family:굴림;
	color:#767676;
	text-decoration:none;
}
a:hover {text-decoration:none;color:#5ba9cc;}
/*++++++++++++++++++++++++++++++++++++++++++++++
	Add a common style and layout style sheet 
++++++++++++++++++++++++++++++++++++++++++++++*/

/* Font style */ 
.b, .b A {font-weight:bold;}
.u {text-decoration:underline;}

.ff1, ff1 A {font-family:Dotum;}
.ff2, ff2 A {font-family:Tahoma;}
.ff3, ff3 A {font-family:Tahoma;}
.ff4, ff4 A {font-family:Verdana;}
.ff5, ff5 A {font-family:SimSun;}
.ff5, ff5 A {font-family:SimSun;}

/* Font color */ 
.fc1, .fc1 A {color:#ffffff;}	/* white       흰색 */
.fc2, .fc2 A {color:#000000;}	/* black       검정*/
.fc3, .fc3 A {color:#5ba9cc;}	/* blue        파랑*/
.fc4, .fc4 A {color:#717171;}	/* Gray        회색*/
.fc5, .fc5 A {color:#ff7800;}	/* Orange      주황*/
.fc6, .fc6 A {color:#29657f;}	/*             녹파랑*/
.fc7, .fc7 A {color:#646464;}	/* Gray        회색*/
.fc8, .fc8 A {color:#808080;}	/* Gray        회색*/
.fc9, .fc9 A {color:#91b4d2;}	/* Blue jipeun 짚은푸른색*/
.fc10, .fc10 A {color:#c0c0c0;}	/* Light gray  연한회색*/

/* Font size 폰트 사이즈 */
.fs9, .fs9 A {font-size:9px;}
.fs10, .fs10 A {font-size:10px;}
.fs11, .fs11 A {font-size:11px;}
.fs12, .fs12 A {font-size:13px;}
.fs13, .fs13 A {font-size:14px;}
.fs14, .fs14 A {font-size:15px;}
.fs15, .fs15 A {font-size:16px;}
.fs16, .fs16 A {font-size:16px;}
.fs17, .fs17 A {font-size:17px;}
.fs18, .fs18 A {font-size:18px;}

/* Text alignment 글자정렬 */
.tac {text-align:center;}
.tal {text-align:left; }
.tar {text-align:right; }
.taj {text-align:justify;}


/* Vertical alignment 세로정렬 */
.vam {vertical-align:middle;}
.vat {vertical-align:top;}
.vab {vertical-align:bottom;}
 
/* 줄간격 */
.lh13 {line-height:13px;}
.lh14 {line-height:14px;}
.lh15 {line-height:15px;}
.lh16 {line-height:16px;}
.lh17 {line-height:17px;}
.lh18 {line-height:18px;}
.lh19 {line-height:19px;}
.lh20 {line-height:20px;}
.lh21 {line-height:21px;}
.lh22 {line-height:22px;}

.ls1 {letter-spacing:-1px;}
.ls2 {letter-spacing:-2px;}
.ws1 {word-spacing:-1px;}
/* The line 배경라인 */ 
.line1 {height:1px;background:#efefef;overflow:hidden;}
.line2 {height:1px;background:#cecece;overflow:hidden;}

/* Equal distribution 균등분배 */
.text-justify0 {text-justify:auto;}
.text-justify1 {text-justify:distribute;}
.text-justify2 {text-justify:distribute-all-lines;}
.text-justify3 {text-justify:inter-cluster;}
.text-justify4 {text-justify:inter-ideograph;}
.text-justify5 {text-justify:inter-word;}
.text-justify6 {text-justify:newspaper;} 

/* 점선라인*/
.dotHLine1 {height:1px;background:url('http://image.vickizhao.net/style_guide/dot_horizantal.gif') repeat-x;overflow:hidden;}

/* 드라마비지니스 게시판 윗 라인*/
.BLine1 {height:3px;background:url('http://image.vickizhao.net/style_guide/dot_h3px.gif') repeat-x;overflow:hidden;}

/* 패딩 여백 */
.pL1 {padding-left:5px;}
.pL10 {padding-left:10px;}
.pL20 {padding-left:20px;}
.pL30 {padding-left:30px;}
.pT1 {padding-top:3px;}
.pD1 {margin:4px 20px 0 0;}
.pD2 {margin:1px 20px 0 0;}
.pD3 {padding:0 0 0 15px;}
.pD4 {padding:5px 10px;}

/* 마우스 포인터 */
.hand {cursor:pointer;}

/* 게시판 내용 */
.contentBreak
{
	overflow-x:auto;
	/*height:100%;*/
}

.clear {clear:both}

.contentBreak{word-break:break-all;}

/* icn */
/*.icn1 {background:url('http://image.sidushq.com/community/poll/icn_vote_subject.gif') no-repeat left 3px;padding:0 0 0 10px;}*/

/* 배경색 */
.bgc1 {background-color:#d5d5d5}	/* 회색 */
.bgc2 {background-color:#f4f4f4}	/* 회색 */
.bgc3 {background-color:#d6d6d6}	/* 회색 */
.bgc4 {background-color:#e2e2e2}	/* 회색 */
.bgc5 {background-color:#f8f8f8}	/* 회색 */
.bgc6 {background-color:#f9fcfd}	/* 연파랑 */

/* 스타홈 */
#StarhomeTitle {margin:38px 0 38px 0;text-align:left;}	/* 타이틀 */


.bgc7 {background-color:#eeeeee;}	/* 리스트 구분선*/
.bgc8 {background-color:#eeeeee;}	/* 회색 */
.bgc9 {background-color:#e4e4e4;}	/* 회색 */
.bgc10 {background-color:#f2f2f2;}	/* 스케줄 회색 */
.bgc11 {background-color:#ffffff;}	/* 스케줄 흰색 */
.bgc12 {background-color:#f3f3f3;}	/* 회색 */
.bgc13 {background-color:#b2b2b2;}	/* 옇은 회색 */
.bgc14 {background-color:#f9f9f9;}	/* 아주 옇은 회색 */
.bgc15 {background-color:#dcdcdc;}	/* 아주 옇은 회색 */

.line3 {height:1px;background:#d8d8d8;overflow:hidden;} /* 배경라인 */
.line4 {height:1px;background:#d2d2d2;overflow:hidden;} /* 배경라인 */

.BLine2 {height:3px;background:url('http://image.vickizhao.net/style_guide/dot_h_3px.gif') repeat-x;overflow:hidden;}
.BLine3 {height:2px;background:url('http://image.vickizhao.net/style_guide/dot_h_2px.gif') repeat-x;overflow:hidden;}

.fc11, .fc11 A {color:#838383;}	/* 코멘트 연한회색 */
.fc12, .fc12 A {color:#2a5678;}	/* 코멘트 파랑 */
.fc13, .fc13 A {color:#787878;}	/* 게시판 번호글자 색깔 */
.fc14, .fc14 A {color:#3a3a3a;}	/* 게시판 번호글자 색깔 */
.fc15, .fc15 A {color:#929292;}	/* 게시판 일기 색깔 재미있고~ */
.fc16, .fc16 A {color:#f44f00;}	/* 게시판 공지 빨간색 */
.fc17, .fc17 A {color:#1966a8;}	/* 코멘트 로그인을 해주세요 연한 회색 */
.fc18, .fc18 A {color:#a9a9a9;}	/* 스케줄 파란색 */
.fc19, .fc19 A {color:#555555;}	/* 코멘트 글쓴이 색깔 굵고 진한회색 */
.fc20, .fc20 A {color:#9d9d9d;}	/* 코멘트 글쓴이 색깔 굵고 진한회색 */

.table_tl_comment {background:url('http://image.vickizhao.net/style_guide/table/table_tl_starhome_comment.gif');}
.table_tc_comment {background:url('http://image.vickizhao.net/style_guide/table/table_tc_starhome_comment.gif');}
.table_tr_comment {background:url('http://image.vickizhao.net/style_guide/table/table_tr_starhome_comment.gif');}
.table_cl_comment {background:url('http://image.vickizhao.net/style_guide/table/table_cl_starhome_comment.gif');}
.table_cr_comment {background:url('http://image.vickizhao.net/style_guide/table/table_cr_starhome_comment.gif');}
.table_bl_comment {background:url('http://image.vickizhao.net/style_guide/table/table_bl_starhome_comment.gif');}
.table_bc_comment {background:url('http://image.vickizhao.net/style_guide/table/table_bc_starhome_comment.gif');}
.table_br_comment {background:url('http://image.vickizhao.net/style_guide/table/table_br_starhome_comment.gif');}

.table_big_tl_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_big_tl_starhomeSchedule.gif');}
.table_big_tc_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_big_tc_starhomeSchedule.gif');}
.table_big_tr_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_big_tr_starhomeSchedule.gif');}
.table_big_cl_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_big_cl_starhomeSchedule.gif');}
.table_big_cr_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_big_cr_starhomeSchedule.gif');}
.table_big_bl_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_big_bl_starhomeSchedule.gif');}
.table_big_bc_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_big_bc_starhomeSchedule.gif');}
.table_big_br_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_big_br_starhomeSchedule.gif');}

.table_small_tl_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_small_tl_starhomeSchedule.gif');}
.table_small_tc_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_small_tc_starhomeSchedule.gif');}
.table_small_tr_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_small_tr_starhomeSchedule.gif');}
.table_small_cl_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_small_cl_starhomeSchedule.gif');}
.table_small_cr_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_small_cr_starhomeSchedule.gif');}
.table_small_bl_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_small_bl_starhomeSchedule.gif');}
.table_small_bc_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_small_bc_starhomeSchedule.gif');}
.table_small_br_schedule {background:url('http://image.vickizhao.net/style_guide/table/tbl_small_br_starhomeSchedule.gif');}

/* 팬커뮤니티 */
.line5 {height:1px;background:#e6e6e6;overflow:hidden;} /* 배경라인 */

.icnFabArrow  {background:url('http://image.vickizhao.net/style_guide/icn/icn_fanhome_title_arrow.gif') no-repeat left 1px;padding-left:12px;font-weight:bold;text-align:left;}

.bgc16 {background-color:#fbfbfb;}	/* 아주 옇은 회색 */
.bgc17 {background-color:#d1d1d1;}	/* 팬홈 타이틀 라인 */
.bgc18 {background-color:#f0f0f0;}	/* 팬홈 타이틀 라인 */
.bgc19 {background-color:#cdcdcd;}	/* 팬홈 공지사항 라인 */
.bgc20 {background-color:#f1f1f1;}	/* 팬홈 공지사항 배경 */
.bgc21 {background-color:#e6e6e6;}	/* 팬홈 배경 */


.fc21, .fc21 A {color:#77a4b9;}	/* 한줄코멘트 날짜색 비취색 */
.fc22, .fc22 A {color:#6c6c6c;}	/* 페이징색 */
.fc23, .fc23 A {color:#cccccc;}	/* 페이징 바 색 */
.fc24, .fc24 A {color:#6e6e6e;}	/* 탈퇴하기 글자색 */
.fc25, .fc25 A {color:#cc4747;}	/* 디자인 글자색 */
.fc26, .fc26 A {color:#898989;}	/* 디자인 글자색 */
.fc27, .fc27 A {color:#b8b8b8;}	/* 디자인 글자색 */
.fc28, .fc28 A {color:#c8c8c8;}	/* 디자인 글자색 */

.BLine4 {height:4px;background:url('http://image.vickizhao.net/style_guide/line_fanhome_4px.gif') repeat-x;overflow:hidden;}

.dotHLine2 {height:1px;background:url('http://image.vickizhao.net/style_guide/dot_horizantal3.gif') repeat-x;overflow:hidden;}

.fanhomeTitle {font-weight:bold;text-align:left;}

/* 팬커뮤니티 코멘트*/
.FCTl	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome_tl.gif') no-repeat left top }
.FCT	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome_t.gif') repeat-x left top }
.FCTr	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome_tr.gif') no-repeat right top }
.FCL	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome_l.gif') repeat-y left top}
.FCC	{background:#f3f3f3;}
.FCR	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome_r.gif') repeat-y  right top}
.FCBl	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome_bl.gif') no-repeat left bottom}
.FCB	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome_b.gif') repeat-x  left bottom}
.FCBr	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome_br.gif') no-repeat right bottom}


/* 팬커뮤니티 코멘트 안에 하얀색 */
.FC2Tl	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome2_tl.gif') no-repeat left top }
.FC2T	{background:#fff;}
.FC2Tr	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome2_tr.gif') no-repeat right top }
.FC2L	{background:#fff;}
.FC2C	{background:#fff;}
.FC2R	{background:#fff;}
.FC2Bl	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome2_bl.gif') no-repeat left bottom}
.FC2B	{background:#fff;}
.FC2Br	{background:url('http://image.vickizhao.net/fanhome/comment/box_fanhome2_br.gif') no-repeat right bottom}

/* 팬커뮤니티 코멘트*/
.FC3Tl	{background:url('http://image.vickizhao.net/fanhome/comment/box_club_online_tl.gif') no-repeat left top }
.FC3T	{background:url('http://image.vickizhao.net/fanhome/comment/box_club_online_t.gif') repeat-x left top }
.FC3Tr	{background:url('http://image.vickizhao.net/fanhome/comment/box_club_online_tr.gif') no-repeat right top }
.FC3L	{background:url('http://image.vickizhao.net/fanhome/comment/box_club_online_l.gif') repeat-y left top}
.FC3C	{background:#ffff;}
.FC3R	{background:url('http://image.vickizhao.net/fanhome/comment/box_club_online_r.gif') repeat-y  right top}
.FC3Bl	{background:url('http://image.vickizhao.net/fanhome/comment/box_club_online_bl.gif') no-repeat left bottom}
.FC3B	{background:url('http://image.vickizhao.net/fanhome/comment/box_club_online_b.gif') repeat-x  left bottom}
.FC3Br	{background:url('http://image.vickizhao.net/fanhome/comment/box_club_online_br.gif') no-repeat right bottom}

.bar_level {background:url('http://image.vickizhao.net/fanhome/bar_fanhome_vertical.gif') no-repeat right 4px}
.bar_notice {background:#f1f1f1 url('http://image.vickizhao.net/fanhome/bar_fanhome_writer.gif') no-repeat right top}
.bar_notice1 {background:url('http://image.vickizhao.net/fanhome/bar_fanhome_writer.gif') no-repeat right top}

.dotVLine1 {background:url('http://image.vickizhao.net/fanhome/dot_fanhome_vertical.gif') repeat-y center top}

.allList_border_right {border-right:solid 1px #f2f2f2;}

/* 팝업 레이아웃 */
.pop_tl {background:url('http://image.vickizhao.net/style_guide/table/pop_fanhome_tl.gif');}
.pop_tc {background:url('http://image.vickizhao.net/style_guide/table/pop_fanhome_tc.gif');}
.pop_tr {background:url('http://image.vickizhao.net/style_guide/table/pop_fanhome_tr.gif');}
.pop_cl {background:url('http://image.vickizhao.net/style_guide/table/pop_fanhome_cl.gif');}
.pop_cr {background:url('http://image.vickizhao.net/style_guide/table/pop_fanhome_cr.gif');}
.pop_bl {background:url('http://image.vickizhao.net/style_guide/table/pop_fanhome_bl.gif');}
.pop_bc {background:url('http://image.vickizhao.net/style_guide/table/pop_fanhome_bc.gif');}
.pop_br {background:url('http://image.vickizhao.net/style_guide/table/pop_fanhome_br.gif');}

/* 팬커뮤니티 회원관리 테이블 디자인 */
.memberEmail {color:#3194bd;}	/* 회원리스트 이메일 */
.memberSmall {color:#898989;font-family:Verdana;font-size:9px;}	/* 회원리스트 이메일 */
