@charset "utf-8";

/** 기본세팅 **/
body  { margin: 0px; background: #ebe8df url('./images/general_bg.jpg') repeat-x; font: 0.75em gulim, malgun gothic, dotum, verdana, applegothic, sans-serif; color: #444; }
img   { border: none; }

/** 기본링크 **/
a:link    { text-decoration: none; color : #ee490f; }
a:visited { text-decoration: none; color : #ee490f; }
a:hover   { text-decoration: none; color : #222; }
a:active  { text-decoration: none; color : #ee490f; }

/** 레이아웃설정 **/
	/** 블로그 기본설정 **/
	.bsize { width: 950px; } /**블로그 사이즈 고치실때 850px이하로 떨어 뜨리실경우 약간의 밸런스가 무너질수 있습니다^^;**/
	.csize { width: 100%; }
	.barea { text-align: center; }

	/** 각종설정들 **/
	.wsizef   { width: 100%; }
	.tl_fx    { table-layout: fixed; }
	.of_hd    { overflow: hidden; }
	.ta_l     { text-align: left; }
	.ta_c     { text-align: center; }
	.ta_r     { text-align: right; }
	.vt_t     { vertical-align: top; }
	.vt_b     { vertical-align: bottom; }
	.tc_lg    { color: #999; }
	.tc_dg    { color: #222; }
	.cs_hand  { cursor: pointer; }
	.pinf     { font-size: 0.90em; color: #888; }
	.pcnt     { font-size: 0.90em; color: #aaa; }
	.c_cnt    { font-size: 0.90em; color: #666; }
	.bg_white { background: #fff; }
	.gray_l   { color: #aaa; }
	.gray     { color: #888; }

	/** 파트설정(상단) **/
	.blog_title { height: 44px; font-size: 2.0em; font-weight: bold; }
	.blog_cment { height: 20px; color: #888; padding: 0px 0px 0px 3px; }
	.blog_bmenu { height: 16px; padding: 0px 0px 0px 5px; }

	/** 파트설정(컨텐츠) **/
	#article_box { padding: 3px; }

	/** 파트설정(컨텐츠-검색결과) **/
	.sr_g  { background: url('./images/article_result_ground.gif') repeat; }
	.sr_l  { width: 7px; background: url('./images/article_result_l.gif') repeat; }
	.sr_r  { width: 7px; background: url('./images/article_result_r.gif') repeat; }
	.sr_sa { padding: 0px 3px 0px 3px; }

	/** 파트설정(컨텐츠-본문) **/
	.article_title                       { font-size: 1.90em; font-weight: bold; padding: 7px 0px 0px 10px; }
	.article_tree                        { font-size: 0.90em; padding: 2px 0px 0px 13px; color: #aaa; }
		.article_tree a:link             { color: #444; }
		.article_tree a:visited          { color: #444; }
		.article_tree a:hover            { color: #7F8013; text-decoration: none; }
		.at_bar                          { color: #aaa; }
		.at_date                         { color: #666; }
	.article_admin                       { font-size: 0.90em; padding: 3px 0px 0px 13px; color: #222; }
		.article_admin a:link            { color: #222; }
		.article_admin a:visited         { color: #222; }
		.article_admin a:hover           { color: #888; }
		.aa_now                          { color: #648C15; }
		.aa_change                       { color: #B45210; }
	.article_contents                    { line-height: 150%; }
	.article_tag                         { font-size: 0.90em; color: #cfbcae; padding: 2px 4px 2px 4px; }
		.article_tag a:link              { color: #735c4b; }
		.article_tag a:visited           { color: #735c4b; }
		.article_tag a:hover             { color: #df4b0a; border-bottom: 1px dotted #78b029; }
	.article_tagbox_g                    { background: url('./images/article_tagbox_ground.gif') repeat; }
	.article_tagbox_lt                   { height: 20px; background: url('./images/article_tagbox_lt.gif') no-repeat; }
	.article_tagbox_t                    { height: 20px; background: url('./images/article_tagbox_t.gif') repeat-x; }
	.article_tagbox_rt                   { height: 20px; background: url('./images/article_tagbox_rt.gif') no-repeat; }
	.article_tagbox_lb                   { height: 10px; background: url('./images/article_tagbox_lb.gif') no-repeat; }
	.article_tagbox_rb                   { height: 10px; background: url('./images/article_tagbox_rb.gif') no-repeat; }
	.article_tagbox_icon                 { height: 20px; background: url('./images/article_tagbox_icon.gif') no-repeat; }
	.article_deco1                       { background: url('./images/article_title.gif') no-repeat; }
	.article_deco2                       { padding-right: 3px; }
	.article_ctcontrol                   { font: 0.90em tahoma; padding: 0px 0px 0px 5px; }
		.article_ctcontrol a:link        { color: #535046; }
		.article_ctcontrol a:visited     { color: #535046; }
		.article_ctcontrol a:hover       { color: #888; }
		.article_ctcontrol_height        { height: 31px; }
		.article_ctcontrol_cnt           { color: #A49F91; }
		.act_text                        { padding: 8px 0px 0px 0px; }
		.act_button                      { padding: 6px 0px 0px 0px; }
	.article_trackback_box_g             { background: url('./images/tb_box_ground.gif') repeat; }
	.article_trackback_box_lt            { height: 6px; background: url('./images/tb_box_lt.gif') no-repeat; }
	.article_trackback_box_rt            { height: 6px; background: url('./images/tb_box_rt.gif') no-repeat; }
	.article_trackback_box_lb            { height: 6px; background: url('./images/tb_box_lb.gif') no-repeat; }
	.article_trackback_box_rb            { height: 6px; background: url('./images/tb_box_rb.gif') no-repeat; }
	.article_trackback_copy_front        { height: 23px; background: url('./images/tb_copy_front.gif') no-repeat; }
	.article_trackback_copy_ground       { height: 23px; background: url('./images/tb_copy_ground.gif') repeat-x; }
	.article_trackback_copy_back         { height: 23px; background: url('./images/tb_copy_back.gif') no-repeat; }
	.article_tbaddress                   { font-size: 0.90em; padding: 0px 0px 0px 5px; }
	.article_tbmline                     { height: 7px; background: url('./images/tb_box_mline.gif') repeat-x; }
	.article_tblist                      { padding: 0px 0px 0px 10px; }
	.article_tblist .from                { float: left; font-size: 0.90em; padding: 0px 5px 0px 0px; }
		.article_tblist .from a:link     { color: #55771a; }
		.article_tblist .from a:visited  { color: #55771a; }
		.article_tblist .from a:hover    { color: #803017; }
	.article_tblist .title               { font-weight: bold; padding: 3px 0px 0px 3px; }
		.article_tblist .title a:link    { color: #222; }
		.article_tblist .title a:visited { color: #222; }
		.article_tblist .title a:hover   { color: #803017; }
	.article_tblist .ment                { font-size: 0.90em; padding: 2px 0px 0px 3px; line-height: 120%; }
	.article_cm_box_g                    { background: url('./images/cm_box_ground.gif') repeat; }
	.article_cm_box_lt                   { height: 26px; background: url('./images/cm_box_lt.gif') no-repeat; }
	.article_cm_box_t                    { height: 26px; background: url('./images/cm_box_t.gif') repeat-x; }
	.article_cm_box_rt                   { height: 26px; background: url('./images/cm_box_rt.gif') no-repeat; }
	.article_cm_box_l                    { background: url('./images/cm_box_l.gif') repeat-y; }
	.article_cm_box_r                    { background: url('./images/cm_box_r.gif') repeat-y; }
	.article_cm_box_lb                   { height: 7px; background: url('./images/cm_box_lb.gif') no-repeat; }
	.article_cm_box_b                    { height: 7px; background: url('./images/cm_box_b.gif') repeat-x; }
	.article_cm_box_rb                   { height: 7px; background: url('./images/cm_box_rb.gif') no-repeat; }
	.article_cm_box_title                { width: 336px; height: 26px; background: url('./images/cm_box_title.gif') no-repeat; }
	.article_cm_write_box_g              { background: url('./images/cm_write_box_ground.gif') repeat; }
	.article_cm_write_box_l              { background: url('./images/cm_write_box_l.gif') repeat-y; }
	.article_cm_write_box_r              { background: url('./images/cm_write_box_r.gif') repeat-y; }
	.article_cm_write_form               { padding: 0px 3px 0px 3px; }
	.article_cm_write_form_title         { height: 24px; background: url('./images/cm_write_title.gif') no-repeat; }
	.article_cm_write_form_mline         { height: 1px; background: #dbd5ce; }
	.article_cm_write_form_sc            { height: 25px; background: url('./images/cm_write_sc.gif') no-repeat; }
	.article_cm_write_form_nm            { height: 25px; background: url('./images/cm_write_nm.gif') no-repeat; }
	.article_cm_write_form_pw            { height: 25px; background: url('./images/cm_write_pw.gif') no-repeat; }
	.article_cm_write_form_hp            { height: 25px; background: url('./images/cm_write_hp.gif') no-repeat; }
	.article_cm_write_form_ct            { height: 25px; background: url('./images/cm_write_ct.gif') no-repeat; }
	.article_cm_write_form_bt            { padding: 5px 0px 7px 45px; }
	.article_cm_write_form_input         { width: 100%; height: 16px; border: 1px solid #ebe6dd; background: #faf8f5; font: 1.00em gulim, malgun gothic, dotum, verdana, applegothic, sans-serif; padding: 4px 0px 0px 3px; }
	.article_cm_write_form_input_area    { padding: 0px 5px 0px 0px; }
	.article_cm_write_form_tarea         { width: 100%; height: 80px; border: 1px solid #ebe6dd; background: #faf8f5; font: 1.00em gulim, malgun gothic, dotum, verdana, applegothic, sans-serif; padding: 3px; }
	.article_cm_write_form_tarea_area    { padding: 3px 3px 3px 0px; }
	.article_cm_mline                    { height: 1px; background: url('./images/cm_mline.gif') repeat-x; }
	.article_cm_mline2                   { height: 1px; background: url('./images/cm_mline2.gif') repeat-x; }
	.article_cm_icon                     { height: 17px; background: url('./images/cm_icon.gif') no-repeat; }
	.article_cm_from                     { font-size: 0.9em; color: #fff; padding: 2px 0px 0px 0px; }
		.article_cm_from a:link          { color: #fff; }
		.article_cm_from a:visited       { color: #fff; }
		.article_cm_from a:hover         { color: #fff; border-bottom: 1px dotted #ff6402; }
	.article_cm_from_front               { color: #e1c9b6; }
	.article_cm_ment                     { color: #fff; padding: 5px 0px 0px 0px; overflow: hidden; line-height: 140%; }
		.article_cm_ment a:link          { color: #E1C9B6; text-decoration: underline; }
		.article_cm_ment a:visited       { color: #E1C9B6; text-decoration: underline; }
		.article_cm_ment a:hover         { color: #E1C9B6; text-decoration: none; }
	.article_cm_side                     { background: url('./images/cm_side.gif') repeat-y; }
	.article_cm_end                      { height: 5px; background: url('./images/cm_end.gif') no-repeat; }
	.article_cm_rp_box_g                 { background: url('./images/cm_rp_box_ground.gif') repeat; }
	.article_cm_rp_box_lt                { height: 7px; background: url('./images/cm_rp_box_lt.gif') no-repeat; }
	.article_cm_rp_box_rt                { height: 7px; background: url('./images/cm_rp_box_rt.gif') no-repeat; }
	.article_cm_rp_box_lb                { height: 7px; background: url('./images/cm_rp_box_lb.gif') no-repeat; }
	.article_cm_rp_box_rb                { height: 7px; background: url('./images/cm_rp_box_rb.gif') no-repeat; }
	.article_cm_rp_icon                  { height: 17px; background: url('./images/cm_rp_icon.gif') no-repeat; }
	.article_cm_rp_from                  { font-size: 0.9em; color: #fff; padding: 2px 0px 0px 0px; }
		.article_cm_rp_from a:link       { color: #fff; }
		.article_cm_rp_from a:visited    { color: #fff; }
		.article_cm_rp_from a:hover      { color: #fff; border-bottom: 1px dotted #ff6402; }
	.article_cm_rp_from_front            { color: #e1c9b6; }
	.article_cm_rp_ment                  { color: #fff; padding: 5px 0px 3px 0px; overflow: hidden; line-height: 140%; }
		.article_cm_rp_ment a:link       { color: #E1C9B6; text-decoration: underline; }
		.article_cm_rp_ment a:visited    { color: #E1C9B6; text-decoration: underline; }
		.article_cm_rp_ment a:hover      { color: #E1C9B6; text-decoration: none; }
	.local                               { padding: 0px 0px 15px 0px; }
	.local .area                         { line-height: 180%; }
	.local .spot                         { padding-left: 30px; background: url("./images/local_arrow1.gif") no-repeat 10px 1px; margin-bottom: 3px; }
	.local .info                         { padding-left: 15px; background: url("./images/local_arrow2.gif") no-repeat 0 30%; margin-bottom: 3px; }
	.local_title                         { height: 26px; background: url('./images/local_title.gif') no-repeat; }
	.tag_page                            { padding: 0px 5px 5px 5px; line-height: 150%; }
	.tag_page_title                      { height: 26px; background: url('./images/tag_title.gif') no-repeat; }
	.article_protect_input               { width: 200px; height: 16px; border: 1px solid #ebe6dd; background: #faf8f5; font: 1.00em gulim, malgun gothic, dotum, verdana, applegothic, sans-serif; padding: 4px 0px 0px 3px; }
	.article_protect_submit              { width: 50px; height: 22px; border: 1px solid #ebe6dd; background: #997b64; font: 1.00em gulim, malgun gothic, dotum, verdana, applegothic, sans-serif; color: #fff; }
	.gb_title                            { height: 26px; background: url('./images/gb_title.gif') no-repeat; }
	.gb_write_box_g                      { background: url('./images/gb_write_box_ground.gif') repeat; }
	.gb_write_box_l                      { background: url('./images/gb_write_box_l.gif') repeat-y; }
	.gb_write_box_r                      { background: url('./images/gb_write_box_r.gif') repeat-y; }
	.gb_write_form                       { padding: 0px 3px 0px 3px; }
	.gb_write_form_title                 { height: 24px; background: url('./images/gb_write_title.gif') no-repeat; }
	.gb_write_form_mline                 { height: 1px; background: #dbd5ce; }
	.gb_write_form_sc                    { height: 25px; background: url('./images/gb_write_sc.gif') no-repeat; }
	.gb_write_form_nm                    { height: 25px; background: url('./images/gb_write_nm.gif') no-repeat; }
	.gb_write_form_pw                    { height: 25px; background: url('./images/gb_write_pw.gif') no-repeat; }
	.gb_write_form_hp                    { height: 25px; background: url('./images/gb_write_hp.gif') no-repeat; }
	.gb_write_form_ct                    { height: 25px; background: url('./images/gb_write_ct.gif') no-repeat; }
	.gb_write_form_bt                    { padding: 5px 0px 7px 50px; }
	.gb_write_form_input                 { width: 100%; height: 16px; border: 1px solid #ebe6dd; background: #faf8f5; font: 1.00em gulim, malgun gothic, dotum, verdana, applegothic, sans-serif; padding: 4px 0px 0px 3px; }
	.gb_write_form_input_area            { padding: 0px 5px 0px 0px; }
	.gb_write_form_tarea                 { width: 100%; height: 80px; border: 1px solid #ebe6dd; background: #faf8f5; font: 1.00em gulim, malgun gothic, dotum, verdana, applegothic, sans-serif; padding: 3px; }
	.gb_write_form_tarea_area            { padding: 3px 3px 3px 0px; }
	.gb_mline                            { height: 1px; background: url('./images/gb_mline.gif') repeat-x; }
	.gb_mline2                           { height: 1px; background: url('./images/gb_mline2.gif') repeat-x; }
	.gb_icon                             { height: 17px; background: url('./images/gb_icon.gif') no-repeat; }
	.gb_from                             { font-size: 0.9em; color: #4c3829; padding: 2px 0px 0px 0px; }
		.gb_from a:link                  { color: #4c3829; }
		.gb_from a:visited               { color: #4c3829; }
		.gb_from a:hover                 { color: #ff6402; border-bottom: 1px dotted #4c3829; }
	.gb_from_front                       { color: #806a5a; }
	.gb_ment                             { color: #444; padding: 5px 0px 0px 0px; overflow: hidden; line-height: 120%; }
		.gb_ment a:link                  { color: #ff6402; }
		.gb_ment a:visited               { color: #ff6402; }
		.gb_ment a:hover                 { color: #992e19; border-bottom: 1px dotted #4c3829; }
	.gb_side                             { background: url('./images/gb_side.gif') repeat-y; }
	.gb_end                              { height: 5px; background: url('./images/gb_end.gif') no-repeat; }
	.gb_rp_box_g                         { background: url('./images/gb_rp_box_ground.gif') repeat; }
	.gb_rp_box_lt                        { height: 7px; background: url('./images/gb_rp_box_lt.gif') no-repeat; }
	.gb_rp_box_rt                        { height: 7px; background: url('./images/gb_rp_box_rt.gif') no-repeat; }
	.gb_rp_box_lb                        { height: 7px; background: url('./images/gb_rp_box_lb.gif') no-repeat; }
	.gb_rp_box_rb                        { height: 7px; background: url('./images/gb_rp_box_rb.gif') no-repeat; }
	.gb_rp_icon                          { height: 17px; background: url('./images/gb_rp_icon.gif') no-repeat; }
	.gb_rp_from                          { font-size: 0.9em; color: #4c3829; padding: 2px 0px 0px 0px; }
		.gb_rp_from a:link               { color: #4c3829; }
		.gb_rp_from a:visited            { color: #4c3829; }
		.gb_rp_from a:hover              { color: #ff6402; border-bottom: 1px dotted #4c3829; }
	.gb_rp_from_front                    { color: #806a5a; }
	.gb_rp_ment                          { color: #444; padding: 5px 0px 0px 0px; overflow: hidden; line-height: 120%; }
		.gb_rp_ment a:link               { color: #ff6402; }
		.gb_rp_ment a:visited            { color: #ff6402; }
		.gb_rp_ment a:hover              { color: #992e19; border-bottom: 1px dotted #4c3829; }


	/** 파트설정(컨텐츠-페이징) **/
	#pager             { font: 0.9em tahoma; }
	#pager .selected   { font-weight: bold; }
	#pager a:link      { color: #5A4738; }
	#pager a:visited   { color: #5A4738; }
	#pager a:hover     { color: #ee490f; text-decoration: none; }
	.pager_nums_left   { width: 8px; height: 22px; background: url('./images/pager_nums_left.gif') no-repeat; }
	.pager_nums_right  { width: 8px; height: 22px; background: url('./images/pager_nums_right.gif') no-repeat; }
	.pager_nums_ground { height: 22px; background: #fff; padding: 0px 5px 0px 5px; }

	/** 링크설정(컨텐츠-블로그타이틀) **/
	.blog_title a:link    { color: #222; }
	.blog_title a:visited { color: #222; }
	.blog_title a:hover   { color: #ee490f; text-decoration: none; border-bottom: 1px dotted #ff6402; }

	/** 링크설정(컨텐츠-블로그메뉴) **/
	.blog_bmenu a:link    { color: #222; }
	.blog_bmenu a:visited { color: #222; }
	.blog_bmenu a:hover   { color: #ee490f; text-decoration: none; border-bottom: 1px dotted #222; }

	/** 링크설정(컨텐츠-공지사항) **/
	.notice { width: 100%; padding: 5px 0px 0px 0px; }
	.noticerol { width: 100%; height: 20px; }

	/** 링크설정(컨텐츠-공지사항) **/
	.noticerol a:link    { color: #fff; }
	.noticerol a:visited { color: #ddd; }
	.noticerol a:hover   { color: #eee; text-decoration: none; border-bottom: 1px dotted #ff6402; }

	/** 링크설정(컨텐츠-태그클라우드[페이지/파트]) **/
	#taglayout .tag a       { letter-spacing: -1px; text-decoration: none; }
	#taglayout .tag .cloud1 { font-size: 1.40em; color: #f30; font-weight: bold; }
	#taglayout .tag .cloud2 { font-size: 1.30em; color: #f60; font-weight: bold; }
	#taglayout .tag .cloud3 { font-size: 1.20em; color: #369; font-weight: bold; }
	#taglayout .tag .cloud4 { font-size: 1.10em; color: #690; }
	#taglayout .tag .cloud5 { font-size: 1.00em; color: #999; }
	#taglayout .tag a:hover { padding: 2px 0px 2px 0px; background-color: #fff; color: #000; border-bottom: 1px dotted #ff6402; }
	#tagcloud .tag a        { letter-spacing: -1px; text-decoration: none; }
	#tagcloud .tag .cloud1  { font-size: 1.40em; color: #f30; font-weight: bold; }
	#tagcloud .tag .cloud2  { font-size: 1.30em; color: #f60; font-weight: bold; }
	#tagcloud .tag .cloud3  { font-size: 1.20em; color: #369; font-weight: bold; }
	#tagcloud .tag .cloud4  { font-size: 1.10em; color: #690; }
	#tagcloud .tag .cloud5  { font-size: 1.00em; color: #999; }
	#tagcloud .tag a:hover  { padding: 2px 0px 2px 0px; background-color: #fff; color: #000; border-bottom: 1px dotted #ff6402; }

	/** 파트설정(하단-달력) **/
	#calendar_title           { background: url('./images/title_brown_emb_ground.gif') repeat-x; }
	#calendar_title_in        { background: url('./images/title_brown_emb_calendar.gif') no-repeat; }
	#calendar_area            { padding: 10px 0px 5px 0px; }
	#calendar_area .cal_month { font-size: 0.90em; height: 18px; text-align: center; }
	#calendar_area .cal_week1 { font-size: 0.90em; height: 18px; text-align: center; }
	#calendar_area .cal_week2 { font-size: 0.90em; color: #f30; text-align: center; }
	#calendar_area .cal_day1  { padding: 2px 0px 2px 0px; font-size: 1.00em; color: #000; text-align: center; }
	#calendar_area .cal_day2  { padding: 2px 0px 2px 0px; font-size: 0.90em; color: #000; text-align: center; }
	#calendar_area .cal_day3  { padding: 2px 0px 2px 0px; font-size: 0.90em; text-align: center; }
	#calendar_area .cal_day4  { padding: 2px 0px 2px 0px; font-size: 0.90em; color: #c64613; text-align: center; background-color:#eee; font-weight:bold; }

	/** 파트설정(하단-카테고리) **/
	#category_title    { background: url('./images/title_brown_emb_ground.gif') repeat-x; }
	#category_title_in { background: url('./images/title_brown_emb_category.gif') no-repeat; }
	#category_area     { padding: 10px 3px 3px 3px; }

	/** 파트설정(하단-링크) **/
	#linklist_title    { background: url('./images/title_brown_emb_ground.gif') repeat-x; }
	#linklist_title_in { background: url('./images/title_brown_emb_link.gif') no-repeat; }
	#linklist_area     { padding: 10px 3px 3px 3px; }
	.linklist_area_in  { height: 18px; padding: 0px 0px 0px 8px; background: url('./images/title_brown_emb_listfront.gif') no-repeat; }

	/** 링크설정(하단-링크) **/
	#linklist_area a:link    { color: #333; }
	#linklist_area a:visited { color: #666; }
	#linklist_area a:hover   { color: #377FBF; text-decoration: none;}

	/** 파트설정(하단-태그) **/
	#tags_title    { background: url('./images/title_brown_emb_ground.gif') repeat-x; }
	#tags_title_in { background: url('./images/title_brown_emb_tags.gif') no-repeat; }
	#tags_area     { padding: 10px 3px 3px 3px; line-height: 140%; }

	/** 파트설정(하단-요즘 올라온 글) **/
	#newarticle_title    { background: url('./images/title_brown_emb_ground.gif') repeat-x; }
	#newarticle_title_in { background: url('./images/title_brown_emb_newarticle.gif') no-repeat; }
	#newarticle_area     { padding: 10px 3px 3px 3px; }
	.newarticle_area_in  { height: 18px; padding: 0px 0px 0px 8px; background: url('./images/title_brown_emb_listfront.gif') no-repeat; }

	/** 링크설정(하단-요즘 올라온 글) **/
	.newarticle_area_in a:link    { color: #333; }
	.newarticle_area_in a:visited { color: #666; }
	.newarticle_area_in a:hover   { color: #ee490f; text-decoration: none;}

	/** 파트설정(하단-지난글 목록) **/
	#passarticle_title    { background: url('./images/title_brown_emb_ground.gif') repeat-x; }
	#passarticle_title_in { background: url('./images/title_brown_emb_passarticle.gif') no-repeat; }
	#passarticle_area     { padding: 10px 3px 3px 3px; }
	.passarticle_area_in  { height: 18px; padding: 0px 0px 0px 8px; background: url('./images/title_brown_emb_listfront.gif') no-repeat; }

	/** 링크설정(하단-지난글 목록) **/
	.passarticle_area_in a:link    { color: #333; }
	.passarticle_area_in a:visited { color: #666; }
	.passarticle_area_in a:hover   { color: #5EAF22; text-decoration: none;}

	/** 파트설정(하단-요즘 달린 덧 글) **/
	#replies_title    { background: url('./images/title_brown_emb_ground.gif') repeat-x; }
	#replies_title_in { background: url('./images/title_brown_emb_replies.gif') no-repeat; }
	#replies_area     { padding: 10px 3px 3px 3px; }
	.replies_area_in  { height: 14px; padding: 0px 0px 0px 8px; background: url('./images/title_brown_emb_listfront.gif') no-repeat; }
	.replies_area_in2 { height: 14px; padding: 0px 0px 2px 8px; }

	/** 링크설정(하단-요즘 달린 덧 글) **/
	.replies_area_in a:link    { color: #333; }
	.replies_area_in a:visited { color: #666; }
	.replies_area_in a:hover   { color: #CC1A11; text-decoration: none;}

	/** 파트설정(하단-요즘 달린 트랙백) **/
	#trackback_title    { background: url('./images/title_brown_emb_ground.gif') repeat-x; }
	#trackback_title_in { background: url('./images/title_brown_emb_trackback.gif') no-repeat; }
	#trackback_area     { padding: 10px 3px 3px 3px; }
	.trackback_area_in  { height: 14px; padding: 0px 0px 0px 8px; background: url('./images/title_brown_emb_listfront.gif') no-repeat; }
	.trackback_area_in2 { height: 14px; padding: 0px 0px 2px 8px; }

	/** 링크설정(하단-요즘 달린 트랙백) **/
	.trackback_area_in a:link    { color: #333; }
	.trackback_area_in a:visited { color: #666; }
	.trackback_area_in a:hover   { color: #5EAF22; text-decoration: none;}

	/** 파트설정(하단-카운터,메뉴,만든이) **/
	.tooter_ct { height: 18px; font: 0.90em dotum, gulim, verdana; }
	.tooter_lk { height: 18px; }
	.tooter_mk { height: 14px; color: #888; font: 0.90em dotum, gulim, verdana; }

	/** 링크설정(하단-달력) **/
	#calendar_area a.cal_click:link    { font-weight: bold; color: #333; }
	#calendar_area a.cal_click:visited { font-weight: bold; color: #333; }
	#calendar_area a.cal_click:hover   { font-weight: bold; color: #369; }

	/** 링크설정(하단-메뉴) **/
	.tooter_lk a:link    { color: #222; }
	.tooter_lk a:visited { color: #222; }
	.tooter_lk a:hover   { color: #ee490f; text-decoration: none; border-bottom: 1px dotted #222; }

	/** 링크설정(하단-태터툴즈,스킨디자이너 링크) **/
	.tooter_mk a:link    { color: #222; }
	.tooter_mk a:visited { color: #222; }
	.tooter_mk a:hover   { color: #ee490f; text-decoration: none; border-bottom: 1px dotted #222; }

	/** 공간(넓이,높이)설정 **/
	.awidth5px   { width: 5px; }
	.aheight5px  { height: 5px; }
	.aheight10px { height: 10px; }
	.aheight15px { height: 15px; }
	.aheight20px { height: 20px; }

	/** 점선(높이)설정 **/
	.al_brown_point3px  { height: 7px; background: url('./images/brown_h7.gif') repeat-x; }
	.al_brown_point5px  { height: 11px; background: url('./images/brown_h11.gif') repeat-x; }
	.al_brown_point10px { height: 21px; background: url('./images/brown_h21.gif') repeat-x; }

	/** 점선(가로)설정 **/
	.al_brown_point4px_search  { height: 1px; background: #fff url('./images/brown_w4.gif') repeat-x; }
	.al_brown_point4px_article { height: 1px; background: #fff url('./images/brown_w4.gif') repeat-x; }


/** 디자인박스(sqt9) **/
	/** White/Type-general **/
	.sqt9_white_ground { background: #fff; }
	.sqt9_white_img_lt { width: 7px; height: 7px; background: url('./images/white_gnr_lt.gif') no-repeat; }
	.sqt9_white_img_rt { width: 7px; height: 7px; background: url('./images/white_gnr_rt.gif') no-repeat; }
	.sqt9_white_img_lb { width: 7px; height: 7px; background: url('./images/white_gnr_lb.gif') no-repeat; }
	.sqt9_white_img_rb { width: 7px; height: 7px; background: url('./images/white_gnr_rb.gif') no-repeat; }
	.sqt9_white_rpt_t  { height: 7px; background: url('./images/white_gnr_t.gif') repeat-x; }
	.sqt9_white_rpt_b  { height: 7px; background: url('./images/white_gnr_b.gif') repeat-x; }
	.sqt9_white_rpt_l  { width: 7px; background: url('./images/white_gnr_l.gif') repeat-y; }
	.sqt9_white_rpt_r  { width: 7px; background: url('./images/white_gnr_r.gif') repeat-y; }

	/** White/Type-emboss **/
	.sqt9_white_emb_ground { background: #fff; }
	.sqt9_white_emb_img_lt { width: 7px; height: 7px; background: url('./images/white_emb_lt.gif') no-repeat; }
	.sqt9_white_emb_img_rt { width: 7px; height: 7px; background: url('./images/white_emb_rt.gif') no-repeat; }
	.sqt9_white_emb_img_lb { width: 7px; height: 7px; background: url('./images/white_emb_lb.gif') no-repeat; }
	.sqt9_white_emb_img_rb { width: 7px; height: 7px; background: url('./images/white_emb_rb.gif') no-repeat; }
	.sqt9_white_emb_rpt_t  { height: 7px; background: url('./images/white_emb_t.gif') repeat-x; }
	.sqt9_white_emb_rpt_b  { height: 7px; background: url('./images/white_emb_b.gif') repeat-x; }
	.sqt9_white_emb_rpt_l  { width: 7px; background: url('./images/white_emb_l.gif') repeat-y; }
	.sqt9_white_emb_rpt_r  { width: 7px; background: url('./images/white_emb_r.gif') repeat-y; }
		/** Pager **/
		.sqt9_white_emb_rpt_pg { height: 44px; background: #F5F3EF; }
		.sqt9_white_emb_rpt_pl { width: 7px; height: 44px; background: #F5F3EF url('./images/white_emb_pl.gif') no-repeat; }
		.sqt9_white_emb_rpt_pr { width: 7px; height: 44px; background: #F5F3EF url('./images/white_emb_pr.gif') no-repeat; }

	/** Brown/Type-general **/
	.sqt9_brown_ground { background: url('./images/brown_gnr_grd.gif') repeat; }
	.sqt9_brown_img_lt { width: 7px; height: 7px; background: url('./images/brown_gnr_lt.gif') no-repeat; }
	.sqt9_brown_img_rt { width: 7px; height: 7px; background: url('./images/brown_gnr_rt.gif') no-repeat; }
	.sqt9_brown_img_lb { width: 7px; height: 7px; background: url('./images/brown_gnr_lb.gif') no-repeat; }
	.sqt9_brown_img_rb { width: 7px; height: 7px; background: url('./images/brown_gnr_rb.gif') no-repeat; }
	.sqt9_brown_rpt_t  { height: 7px; background: url('./images/brown_gnr_t.gif') repeat-x; }
	.sqt9_brown_rpt_b  { height: 7px; background: url('./images/brown_gnr_b.gif') repeat-x; }
	.sqt9_brown_rpt_l  { width: 7px; background: url('./images/brown_gnr_l.gif') repeat-y; }
	.sqt9_brown_rpt_r  { width: 7px; background: url('./images/brown_gnr_r.gif') repeat-y; }

	/** Brown/Type-emboss **/
	.sqt9_brown_emb_ground { background: url('./images/brown_emb_grd.gif') repeat; }
	.sqt9_brown_emb_img_lt { width: 7px; height: 7px; background: url('./images/brown_emb_lt.gif') no-repeat; }
	.sqt9_brown_emb_img_rt { width: 7px; height: 7px; background: url('./images/brown_emb_rt.gif') no-repeat; }
	.sqt9_brown_emb_img_lb { width: 7px; height: 7px; background: url('./images/brown_emb_lb.gif') no-repeat; }
	.sqt9_brown_emb_img_rb { width: 7px; height: 7px; background: url('./images/brown_emb_rb.gif') no-repeat; }
	.sqt9_brown_emb_rpt_t  { height: 7px; background: url('./images/brown_emb_t.gif') repeat-x; }
	.sqt9_brown_emb_rpt_b  { height: 7px; background: url('./images/brown_emb_b.gif') repeat-x; }
	.sqt9_brown_emb_rpt_l  { width: 7px; background: url('./images/brown_emb_l.gif') repeat-y; }
	.sqt9_brown_emb_rpt_r  { width: 7px; background: url('./images/brown_emb_r.gif') repeat-y; }


/** 검색바(search_box) **/
	/** Brown/Type-general **/
	.search_brown_height      { height: 35px; }
	.search_brown_print       { color: #fff; padding: 1px 0px 0px 0px; }
	.search_brown_front       { background: url('./images/brown_front.gif') no-repeat; }
	.search_brown_center      { background: url('./images/brown_center.gif') repeat-x; }
	.search_brown_back        { background: url('./images/brown_back.gif') no-repeat; }
	.search_brown_form        { width: 100%; height: 14px; border-style: solid; border-width: 0px; background-color: transparent; padding: 3px 0px 4px 0px; }
	.search_brown_form_front  { background: url('./images/brown_search_front.gif') no-repeat; }
	.search_brown_form_center { background: url('./images/brown_search_center.gif') repeat-x; }
	.search_brown_form_back   { background: url('./images/brown_search_back.gif') no-repeat; }

/** 검색결과(inner box) **/
	.search_ibox_g                { background: url('./images/article_result_ibox_ground.gif') repeat; }
	.search_ibox_lt               { height: 10px; background: url('./images/article_result_ibox_lt.gif') no-repeat; }
	.search_ibox_rt               { height: 10px; background: url('./images/article_result_ibox_rt.gif') no-repeat; }
	.search_ibox_lb               { height: 10px; background: url('./images/article_result_ibox_lb.gif') no-repeat; }
	.search_ibox_rb               { height: 10px; background: url('./images/article_result_ibox_rb.gif') no-repeat; }
	.search_ibox_rs               { background: url('./images/sr_icon.gif') no-repeat; padding: 5px 0px 3px 12px; }
		.search_ibox_rs a:link    { color: #ee490f; }
		.search_ibox_rs a:visited { color: #ee490f; }
		.search_ibox_rs a:hover   { color: #a30b02; border-bottom: 1px dotted #4c3829; }

/** RSSFeed **/
	#rss_feed { padding: 5px 0px 10px 0px; }